-
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(tile): add design tokens (#10476)
**Related Issue:** #7180 ## Summary Adds design tokens for the Tile component. --calcite-tile-accent-color-press: When the parent `calcite-tile-group` has a `selectionMode` that is not `"none"`, specifies the color of the component's selection elements, such as the radio, checkbox, and border. --calcite-tile-background-color: Specifies the component's background color. --calcite-tile-border-color: Specifies the component's border color. --calcite-tile-corner-radius: Specifies the component's corner radius. --calcite-tile-heading-text-color: Specifies the component's `heading` text color. --calcite-tile-link-color: When the `href` property exists, specifies the color of the component's link elements, such as the border, icon and heading text on hover, focus and press. --calcite-tile-shadow: Specifies the shadow around the component. --calcite-tile-text-color: Specifies the component's `description` and `icon` text color, but not the `heading` text color.
- Loading branch information
1 parent
7cdb7aa
commit 3c338eb
Showing
7 changed files
with
800 additions
and
50 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.