@opencxh/ui-kit 3.124.7 → 3.124.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/src/action/FilterChip.d.ts +1 -1
- package/package.json +1 -1
|
@@ -9,7 +9,7 @@ export interface FilterChipProps {
|
|
|
9
9
|
* the resting chip; `active` still wins, because "you picked this" outranks
|
|
10
10
|
* "this is urgent".
|
|
11
11
|
*/
|
|
12
|
-
tone?: "default" | "muted" | "warning" | "danger";
|
|
12
|
+
tone?: "none" | "default" | "muted" | "warning" | "danger";
|
|
13
13
|
/**
|
|
14
14
|
* `pill` is the filter-bar shape. `rect` is for a chip that labels a property
|
|
15
15
|
* rather than a filter, where a softer corner sits better next to inputs.
|