Skip to content

Commit

Permalink
chore(chip): deprecate pressed
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonailea committed Jan 27, 2025
1 parent d18e682 commit 76cfe7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/calcite-components/src/components/chip/chip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
* @prop --calcite-chip-icon-color: Specifies the component's icon color.
* @prop --calcite-chip-close-icon-color: Specifies the component's close element icon color.
* @prop --calcite-chip-select-icon-color: Specifies the component's selection element icon color.
* @prop --calcite-chip-select-icon-color-pressed: Specifies the component's selection element icon color when active.
* @prop --calcite-chip-select-icon-color-pressed: [deprecate] Use `--calcite-chip-select-icon-color-press`. Specifies the component's selection element icon color when active.
* @prop --calcite-chip-select-icon-color-press: Specifies the component's selection element icon color when active.
*
*/

Expand Down

0 comments on commit 76cfe7d

Please sign in to comment.