@draftbit/ui 44.1.9-ce3e7b.1 → 44.1.9-e8314d.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,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/
|
|
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/
|
|
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.9-
|
|
3
|
+
"version": "44.1.9-e8314d.1+e8314d88",
|
|
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.1.
|
|
47
|
-
"@draftbit/native": "^44.1.
|
|
46
|
+
"@draftbit/core": "^44.1.8",
|
|
47
|
+
"@draftbit/native": "^44.1.9-e8314d.1+e8314d88"
|
|
48
48
|
},
|
|
49
49
|
"react-native-builder-bob": {
|
|
50
50
|
"source": "src",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
]
|
|
62
62
|
]
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "e8314d88563e03274c1425a0cc970c43a37bb05b"
|
|
65
65
|
}
|