diff --git a/.cspell.json b/.cspell.json index d5f1124..0183935 100644 --- a/.cspell.json +++ b/.cspell.json @@ -4,6 +4,7 @@ "basehref", "bezier", "blombard", + "bmpf", "ccircle", "codelyzer", "codeql", diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index 203d5b3..8fa1a48 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -30,4 +30,3 @@ jobs: check_dot_files: false incremental_files_only: true inline: warning - strict: false diff --git a/LICENSE.md b/LICENSE.md index 2fdad21..46db697 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2023 Trimble Inc. +Copyright (c) 2023-2034 Trimble Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/fonts/css.hbs b/fonts/css.hbs index 12ea6a5..64b9ce8 100644 --- a/fonts/css.hbs +++ b/fonts/css.hbs @@ -1,6 +1,6 @@ /*! - * Modus Icons v1.8.0 (https://modus-icons.trimble.com/) - * Copyright 2023 Trimble Inc. + * Modus Icons v1.9.0 (https://modus-icons.trimble.com/) + * Copyright 2023-2024 Trimble Inc. * Licensed under MIT (https://github.com/trimble-oss/modus-icons/blob/main/LICENSE.md) */ diff --git a/package-lock.json b/package-lock.json index 4120ce9..ef303e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@trimble-oss/modus-icons", - "version": "1.8.0", + "version": "1.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@trimble-oss/modus-icons", - "version": "1.8.0", + "version": "1.9.0", "license": "MIT", "devDependencies": { "@fullhuman/postcss-purgecss": "5.0.0", diff --git a/package.json b/package.json index 59f308b..571fccf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@trimble-oss/modus-icons", - "version": "1.8.0", + "version": "1.9.0", "description": "This is the central repository for all icons used in our web products", "author": "Trimble", "publishConfig": { diff --git a/postcss.config.js b/postcss.config.js index c2dbec1..4783ff5 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -89,7 +89,6 @@ module.exports = { 'dropdown-item', 'dropdown-menu-end', 'dropdown-menu-icons', - 'dropdown-menu-right', 'dropdown-menu', 'dropdown-toggle', 'dropdown', @@ -229,11 +228,10 @@ module.exports = { 'text-center', 'text-danger', 'text-decoration-none', + 'text-end', 'text-light', 'text-muted', 'text-primary', - 'text-sm-right', - 'text-right', 'text-trimble-blue-dark', 'text-underline', 'text-white',