Skip to content

Commit

Permalink
feat: update auro-icon package and icon size token applied #69
Browse files Browse the repository at this point in the history
  • Loading branch information
rmenner authored and sun-mota committed Oct 30, 2024
1 parent 5a027c6 commit ecb4be5
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 deletions.
4 changes: 2 additions & 2 deletions demo/api.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions demo/index.min.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"node": "^18 || ^20"
},
"dependencies": {
"@aurodesignsystem/auro-icon": "^6.0.0",
"@aurodesignsystem/auro-icon": "^6.0.1",
"@aurodesignsystem/auro-library": "^2.8.0",
"chalk": "^5.3.0",
"lit": "^3.2.1",
Expand Down
2 changes: 1 addition & 1 deletion src/iconVersion.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '6.0.0'
export default '6.0.1'
3 changes: 2 additions & 1 deletion src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
}

[auro-icon] {
width: var(--ds-size-300, $ds-size-300);
--ds-auro-icon-size: var(--ds-size-300, $ds-size-300);

margin-right: var(--ds-size-100, $ds-size-100);
}

Expand Down

0 comments on commit ecb4be5

Please sign in to comment.