Skip to content

Commit

Permalink
feat: add icon tokens (#8008)
Browse files Browse the repository at this point in the history
**Related Issue:** n/a

## Summary

Creates icon tokens
  • Loading branch information
alisonailea committed Oct 24, 2023
1 parent ef2e379 commit 3623df1
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/calcite-design-tokens/src/$themes.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"component/dropdown": "source",
"component/fab": "source",
"component/filter": "source",
"component/icon": "source",
"component/input-date-picker": "source",
"component/input-datetime-local": "source",
"component/input-email": "source",
Expand Down Expand Up @@ -181,6 +182,7 @@
"component/dropdown": "source",
"component/fab": "source",
"component/filter": "source",
"component/icon": "source",
"component/input-date-picker": "source",
"component/input-datetime-local": "source",
"component/input-email": "source",
Expand Down Expand Up @@ -316,6 +318,7 @@
"component/dropdown": "enabled",
"component/fab": "enabled",
"component/filter": "enabled",
"component/icon": "enabled",
"component/input-date-picker": "enabled",
"component/input-datetime-local": "enabled",
"component/input-email": "enabled",
Expand Down
18 changes: 18 additions & 0 deletions packages/calcite-design-tokens/src/component/icon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"icon": {
"size": {
"sm": {
"value": "{core.sizing.7}",
"type": "sizing"
},
"md": {
"value": "{core.sizing.9}",
"type": "sizing"
},
"lg": {
"value": "{core.sizing.11}",
"type": "sizing"
}
}
}
}

0 comments on commit 3623df1

Please sign in to comment.