@draftbit/ui 43.4.14 → 43.4.15-43f83d.0
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/lib/typescript/src/index.d.ts +16 -14
- package/package.json +3 -3
|
@@ -54645,15 +54645,16 @@ export declare const Slider: (props: import("utility-types").Subtract<import("@d
|
|
|
54645
54645
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
54646
54646
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
54647
54647
|
export declare const AccordionGroup: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<{
|
|
54648
|
-
|
|
54649
|
-
|
|
54650
|
-
|
|
54648
|
+
label?: string | undefined;
|
|
54649
|
+
expanded?: boolean | undefined;
|
|
54650
|
+
openColor?: string | undefined;
|
|
54651
|
+
closedColor?: string | undefined;
|
|
54652
|
+
caretColor?: string | undefined;
|
|
54653
|
+
caretSize?: number | undefined;
|
|
54651
54654
|
icon?: string | undefined;
|
|
54652
|
-
iconSize
|
|
54655
|
+
iconSize?: number | undefined;
|
|
54653
54656
|
style?: import("react-native").StyleProp<import("react-native").TextStyle>;
|
|
54654
|
-
children
|
|
54655
|
-
label: string;
|
|
54656
|
-
expanded?: boolean | undefined;
|
|
54657
|
+
children?: import("react").ReactNode;
|
|
54657
54658
|
theme: {
|
|
54658
54659
|
disabledOpacity: number;
|
|
54659
54660
|
roundness: number;
|
|
@@ -56156,15 +56157,16 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
56156
56157
|
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot, "theme"> & {
|
|
56157
56158
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
56158
56159
|
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<{
|
|
56159
|
-
|
|
56160
|
-
|
|
56161
|
-
|
|
56160
|
+
label?: string | undefined;
|
|
56161
|
+
expanded?: boolean | undefined;
|
|
56162
|
+
openColor?: string | undefined;
|
|
56163
|
+
closedColor?: string | undefined;
|
|
56164
|
+
caretColor?: string | undefined;
|
|
56165
|
+
caretSize?: number | undefined;
|
|
56162
56166
|
icon?: string | undefined;
|
|
56163
|
-
iconSize
|
|
56167
|
+
iconSize?: number | undefined;
|
|
56164
56168
|
style?: import("react-native").StyleProp<import("react-native").TextStyle>;
|
|
56165
|
-
children
|
|
56166
|
-
label: string;
|
|
56167
|
-
expanded?: boolean | undefined;
|
|
56169
|
+
children?: import("react").ReactNode;
|
|
56168
56170
|
theme: {
|
|
56169
56171
|
disabledOpacity: number;
|
|
56170
56172
|
roundness: number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@draftbit/ui",
|
|
3
|
-
"version": "43.4.
|
|
3
|
+
"version": "43.4.15-43f83d.0+43f83d0f",
|
|
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": "^43.4.
|
|
46
|
+
"@draftbit/core": "^43.4.15-43f83d.0+43f83d0f",
|
|
47
47
|
"@draftbit/native": "^43.4.10"
|
|
48
48
|
},
|
|
49
49
|
"react-native-builder-bob": {
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
]
|
|
62
62
|
]
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "43f83d0fd0613f64682d66f7420dbf1a170d81fd"
|
|
65
65
|
}
|