@chekinapp/ui 0.0.57 → 0.0.58

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.d.cts CHANGED
@@ -1731,9 +1731,9 @@ type SelectOption<D = unknown, V extends string | number | boolean = string, L e
1731
1731
  isDisabled?: boolean;
1732
1732
  readOnly?: boolean;
1733
1733
  };
1734
- type SelectorOption<T extends string | number> = {
1735
- label: ReactNode;
1734
+ type SelectorOption<T extends string | number = string> = {
1736
1735
  value: T;
1736
+ label?: string | ReactNode;
1737
1737
  disabled?: boolean;
1738
1738
  };
1739
1739
 
package/dist/index.d.ts CHANGED
@@ -1731,9 +1731,9 @@ type SelectOption<D = unknown, V extends string | number | boolean = string, L e
1731
1731
  isDisabled?: boolean;
1732
1732
  readOnly?: boolean;
1733
1733
  };
1734
- type SelectorOption<T extends string | number> = {
1735
- label: ReactNode;
1734
+ type SelectorOption<T extends string | number = string> = {
1736
1735
  value: T;
1736
+ label?: string | ReactNode;
1737
1737
  disabled?: boolean;
1738
1738
  };
1739
1739
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chekinapp/ui",
3
- "version": "0.0.57",
3
+ "version": "0.0.58",
4
4
  "description": "Chekin UI — React components on Radix primitives, styled with Chekin tokens",
5
5
  "private": false,
6
6
  "license": "UNLICENSED",