@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.
@@ -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
- label?: string | undefined;
54649
- expanded?: boolean | undefined;
54650
- openColor?: string | undefined;
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?: number | undefined;
54652
+ iconSize: number;
54656
54653
  style?: import("react-native").StyleProp<import("react-native").TextStyle>;
54657
- children?: import("react").ReactNode;
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
- label?: string | undefined;
56161
- expanded?: boolean | undefined;
56162
- openColor?: string | undefined;
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?: number | undefined;
56163
+ iconSize: number;
56168
56164
  style?: import("react-native").StyleProp<import("react-native").TextStyle>;
56169
- children?: import("react").ReactNode;
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-43f83d.0+43f83d0f",
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-43f83d.0+43f83d0f",
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": "43f83d0fd0613f64682d66f7420dbf1a170d81fd"
64
+ "gitHead": "641e7e58aa06994d0836b6b5df5c687b444fc7aa"
65
65
  }