-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(slider): add component tokens (#10716)
**Related Issue:** #7180 ## Summary Add tokens for the slider component, e2e, and custom-theme chromatic tests. (WIP) ### Slider Tokens `--calcite-slider-text-color`: Specifies the component's text color. `--calcite-slider-track-color`: Specifies the component's track color. `--calcite-slider-track-fill-color`: Specifies the component's fill track color. `--calcite-slider-handle-fill-color`: Specifies the component's handle fill color. `--calcite-slider-handle-extension-color`: Specifies the component's handle extension color. `--calcite-slider-tick-color`: Specifies the component's tick color. `--calcite-slider-tick-border-color`: Specifies the component's tick border color. `--calcite-slider-tick-selected-color`: Specifies the component's tick color when in selected range. `--calcite-slider-graph-color`: Specifies the component's graph color.
- Loading branch information
Showing
5 changed files
with
247 additions
and
16 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
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
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