You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(chip): deprecate pressed in favor of press (#11389)
**Related Issue:** #10832#7180
## Summary
Deprecate `--calcite-chip-select-icon-color-pressed` token.
Add `--calcite-chip-select-icon-color-press: Specifies the component's
selection element icon color when active.`
Copy file name to clipboardExpand all lines: packages/calcite-components/src/components/chip/chip.scss
+8-4
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,13 @@
5
5
*
6
6
* @prop --calcite-chip-background-color: Specifies the component's background color.
7
7
* @prop --calcite-chip-border-color: Specifies the component's border color.
8
+
* @prop --calcite-chip-close-icon-color: Specifies the component's close element icon color.
8
9
* @prop --calcite-chip-corner-radius: Specifies the component's corner radius.
9
-
* @prop --calcite-chip-text-color: Specifies the component's text color.
10
10
* @prop --calcite-chip-icon-color: Specifies the component's icon color.
11
-
* @prop --calcite-chip-close-icon-color: Specifies the component's close element icon color.
11
+
* @prop --calcite-chip-select-icon-color-press: Specifies the component's selection element icon color when active.
12
+
* @prop --calcite-chip-select-icon-color-pressed: [Deprecated] Use `--calcite-chip-select-icon-color-press`. Specifies the component's selection element icon color when active.
12
13
* @prop --calcite-chip-select-icon-color: Specifies the component's selection element icon color.
13
-
* @prop --calcite-chip-select-icon-color-pressed: Specifies the component's selection element icon color when active.
14
+
* @prop --calcite-chip-text-color: Specifies the component's text color.
0 commit comments