@hexure/ui 1.14.0 → 1.14.1

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.
@@ -5,6 +5,7 @@ export interface OptionProps {
5
5
  label?: string;
6
6
  value: string | number;
7
7
  color?: string;
8
+ disabled?: boolean;
8
9
  }
9
10
  export interface OptionGroupProps {
10
11
  options: OptionProps[];
package/dist/index.d.ts CHANGED
@@ -658,6 +658,7 @@ interface OptionProps {
658
658
  label?: string;
659
659
  value: string | number;
660
660
  color?: string;
661
+ disabled?: boolean;
661
662
  }
662
663
  interface OptionGroupProps {
663
664
  options: OptionProps[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hexure/ui",
3
- "version": "1.14.0",
3
+ "version": "1.14.1",
4
4
  "description": "A library of shared UI components used within Hexure products.",
5
5
  "scripts": {
6
6
  "rollup": "rollup -c rollup.config.mjs",