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