@draftbit/ui 44.1.14 → 44.1.15

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.
@@ -39455,9 +39455,17 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
39455
39455
  theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
39456
39456
  }, string | import("react").JSXElementConstructor<any>>;
39457
39457
  export declare const Link: (props: import("utility-types").Subtract<import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot, string | import("react").JSXElementConstructor<any>>;
39458
- export declare const Picker: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("packages/core/lib/typescript/src/components/Picker/Picker").PickerProps, "theme"> & {
39458
+ export declare const Picker: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("packages/core/lib/typescript/src/components/Picker/PickerTypes").PickerComponentProps & {
39459
+ placeholder?: string | undefined;
39460
+ value?: string | undefined;
39461
+ options: import("packages/core/lib/typescript/src/components/Picker/PickerTypes").PickerOption[] | string[];
39462
+ }, "theme"> & {
39459
39463
  theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
39460
- }, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<import("packages/core/lib/typescript/src/components/Picker/Picker").PickerProps, "theme"> & {
39464
+ }, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<import("packages/core/lib/typescript/src/components/Picker/PickerTypes").PickerComponentProps & {
39465
+ placeholder?: string | undefined;
39466
+ value?: string | undefined;
39467
+ options: import("packages/core/lib/typescript/src/components/Picker/PickerTypes").PickerOption[] | string[];
39468
+ }, "theme"> & {
39461
39469
  theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
39462
39470
  }, string | import("react").JSXElementConstructor<any>>;
39463
39471
  export declare const RadioButton: (props: import("utility-types").Subtract<import("packages/core/lib/typescript/src/components/RadioButton/RadioButton").RadioButtonProps, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("packages/core/lib/typescript/src/components/RadioButton/RadioButton").RadioButtonProps, string | import("react").JSXElementConstructor<any>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@draftbit/ui",
3
- "version": "44.1.14",
3
+ "version": "44.1.15",
4
4
  "description": "Draftbit UI Library",
5
5
  "main": "lib/commonjs/index.js",
6
6
  "module": "lib/module/index.js",
@@ -43,7 +43,7 @@
43
43
  },
44
44
  "homepage": "https://github.com/draftbit/react-native-jigsaw#readme",
45
45
  "dependencies": {
46
- "@draftbit/core": "^44.1.14",
46
+ "@draftbit/core": "^44.1.15",
47
47
  "@draftbit/native": "^44.1.12"
48
48
  },
49
49
  "react-native-builder-bob": {
@@ -61,5 +61,5 @@
61
61
  ]
62
62
  ]
63
63
  },
64
- "gitHead": "5d730f7f97002f5c0bdd0ad810d44422b3176900"
64
+ "gitHead": "826fabffa6a3250ff29a7018cc6048de9a4eb2e3"
65
65
  }