Skip to content

Commit

Permalink
perf(token): update token per new theming #33
Browse files Browse the repository at this point in the history
- update design-token & webcorestylesheet package dependency

Changes to be committed:
	modified:   package-lock.json
	modified:   package.json
	modified:   src/style.scss
  • Loading branch information
fajar-apri-alaska committed Nov 8, 2023
1 parent 4dcc538 commit b98715e
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 76 deletions.
95 changes: 24 additions & 71 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@
"devDependencies": {
"@alaskaairux/design-tokens": "^3.14.0",
"@alaskaairux/icons": "^4.28.0",
"@aurodesignsystem/design-tokens": "^4.2.0",
"@aurodesignsystem/eslint-config": "^1.3.0",
"@aurodesignsystem/webcorestylesheets": "^4.6.1",
"@aurodesignsystem/webcorestylesheets": "^5.0.4",
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@open-wc/testing": "^3.2.0",
Expand Down
8 changes: 4 additions & 4 deletions src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
// ---------------------------------------------------------------------

// Import Auro tokens
@import './../node_modules/@alaskaairux/design-tokens/dist/tokens/SCSSVariables';
@import './../node_modules/@alaskaairux/design-tokens/dist/tokens/SassCustomProperties';
@import './../node_modules/@aurodesignsystem/design-tokens/dist/tokens/SCSSVariables';
@import './../node_modules/@aurodesignsystem/design-tokens/dist/tokens/SassCustomProperties';

@import './../node_modules/@aurodesignsystem/webcorestylesheets/dist/breakpoints';
@import './../node_modules/@aurodesignsystem/webcorestylesheets/dist/core';
@import './../node_modules/@aurodesignsystem/webcorestylesheets/src/breakpoints';
@import './../node_modules/@aurodesignsystem/webcorestylesheets/src/core';

// Support for auroElement styles
// @import './node_modules/@aurodesignsystem/webcorestylesheets/dist/auroElement/auroElement';
Expand Down

0 comments on commit b98715e

Please sign in to comment.