@draftbit/ui 43.4.20-eef94a.0 → 43.5.1-ff0d44.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.
@@ -3029,8 +3029,9 @@ export declare const AvatarEdit: (props: import("utility-types").Subtract<import
3029
3029
  export declare const Banner: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<{
3030
3030
  initiallyVisible: boolean;
3031
3031
  dismissable: boolean;
3032
+ buttonColor?: string | undefined;
3032
3033
  icon?: string | undefined;
3033
- content: string;
3034
+ content?: string | undefined;
3034
3035
  contentStyle?: import("react-native").StyleProp<import("react-native").ViewStyle>;
3035
3036
  style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
3036
3037
  ref?: import("react").RefObject<import("react-native").View> | undefined;
@@ -4544,8 +4545,9 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
4544
4545
  }, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<{
4545
4546
  initiallyVisible: boolean;
4546
4547
  dismissable: boolean;
4548
+ buttonColor?: string | undefined;
4547
4549
  icon?: string | undefined;
4548
- content: string;
4550
+ content?: string | undefined;
4549
4551
  contentStyle?: import("react-native").StyleProp<import("react-native").ViewStyle>;
4550
4552
  style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
4551
4553
  ref?: import("react").RefObject<import("react-native").View> | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@draftbit/ui",
3
- "version": "43.4.20-eef94a.0+eef94af0",
3
+ "version": "43.5.1-ff0d44.1+ff0d44d3",
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": "^43.4.20-eef94a.0+eef94af0",
47
- "@draftbit/native": "^43.4.19"
46
+ "@draftbit/core": "^43.5.1-ff0d44.1+ff0d44d3",
47
+ "@draftbit/native": "^43.5.1-ff0d44.1+ff0d44d3"
48
48
  },
49
49
  "react-native-builder-bob": {
50
50
  "source": "src",
@@ -61,5 +61,5 @@
61
61
  ]
62
62
  ]
63
63
  },
64
- "gitHead": "eef94af0b92f27fd97ed272312832c4c5505af42"
64
+ "gitHead": "ff0d44d3b453317be8884b1fda35c9fe850e7c17"
65
65
  }