@draftbit/ui 44.2.1-ada448.0 → 44.2.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.
@@ -39455,17 +39455,9 @@ 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/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"> & {
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"> & {
39463
39459
  theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
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"> & {
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"> & {
39469
39461
  theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
39470
39462
  }, string | import("react").JSXElementConstructor<any>>;
39471
39463
  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.2.1-ada448.0+ada448aa",
3
+ "version": "44.2.1",
4
4
  "description": "Draftbit UI Library",
5
5
  "main": "lib/commonjs/index.js",
6
6
  "module": "lib/module/index.js",
@@ -43,8 +43,8 @@
43
43
  },
44
44
  "homepage": "https://github.com/draftbit/react-native-jigsaw#readme",
45
45
  "dependencies": {
46
- "@draftbit/core": "^44.2.1-ada448.0+ada448aa",
47
- "@draftbit/native": "^44.2.1-ada448.0+ada448aa"
46
+ "@draftbit/core": "^44.2.1",
47
+ "@draftbit/native": "^44.2.1"
48
48
  },
49
49
  "react-native-builder-bob": {
50
50
  "source": "src",
@@ -61,5 +61,5 @@
61
61
  ]
62
62
  ]
63
63
  },
64
- "gitHead": "ada448aa81a1f3440458a652b7b048c12bf90452"
64
+ "gitHead": "2e98101c7626e5109c407d24e6a898cdd90cd089"
65
65
  }