@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.
@@ -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
- openColor: string;
54649
- closedColor: string;
54650
- caretColor: string;
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: number;
54655
+ iconSize?: number | undefined;
54653
54656
  style?: import("react-native").StyleProp<import("react-native").TextStyle>;
54654
- children: import("react").ReactNode;
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
- openColor: string;
56160
- closedColor: string;
56161
- caretColor: string;
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: number;
56167
+ iconSize?: number | undefined;
56164
56168
  style?: import("react-native").StyleProp<import("react-native").TextStyle>;
56165
- children: import("react").ReactNode;
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.14",
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.14",
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": "d54108f01816381aa9447e2cf7d03b97746207e8"
64
+ "gitHead": "43f83d0fd0613f64682d66f7420dbf1a170d81fd"
65
65
  }