@opencxh/ui-kit 3.124.6 → 3.124.8

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.
@@ -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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opencxh/ui-kit",
3
- "version": "3.124.6",
3
+ "version": "3.124.8",
4
4
  "description": "Theme-aware UI component library for OpenCXH platform",
5
5
  "type": "module",
6
6
  "exports": {