-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(chip): add component tokens (#10179)
**Related Issue:** #7180 ## Summary Adds tokens, e2e, and custom-theme chromatic tests. This ended up being a larger refactor to clarify internal tokens. ### Chip Tokens --calcite-chip-background-color: Specifies the background color of the component. --calcite-chip-border-color: Specifies the border color of the component. --calcite-chip-corner-radius: Specifies the corner radius of the component. --calcite-chip-text-color: Specifies the text color of the component. --calcite-chip-icon-color: Specifies the icon color of the component. --calcite-chip-close-icon-color: Specifies the icon color of the close element of the component. --calcite-chip-select-icon-color: Specifies the icon color of the selection element of the component. --calcite-chip-select-icon-color-pressed: Specifies the icon color of the selection element of the component when active. ### Chip Group Tokens --calcite-chip-group-items-space: Specifies spacing between items in the component.
- Loading branch information
1 parent
f8f881b
commit ff82570
Showing
6 changed files
with
400 additions
and
360 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.