@draftbit/ui 43.4.20-dec262.0 → 43.5.1-e9e03e.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.
@@ -3031,7 +3031,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
3031
3031
  dismissable: boolean;
3032
3032
  buttonColor?: string | undefined;
3033
3033
  icon?: string | undefined;
3034
- content: string;
3034
+ content?: string | undefined;
3035
3035
  contentStyle?: import("react-native").StyleProp<import("react-native").ViewStyle>;
3036
3036
  style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
3037
3037
  ref?: import("react").RefObject<import("react-native").View> | undefined;
@@ -4547,7 +4547,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
4547
4547
  dismissable: boolean;
4548
4548
  buttonColor?: string | undefined;
4549
4549
  icon?: string | undefined;
4550
- content: string;
4550
+ content?: string | undefined;
4551
4551
  contentStyle?: import("react-native").StyleProp<import("react-native").ViewStyle>;
4552
4552
  style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
4553
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-dec262.0+dec262a5",
3
+ "version": "43.5.1-e9e03e.0+e9e03e92",
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.20-dec262.0+dec262a5",
46
+ "@draftbit/core": "^43.5.1-e9e03e.0+e9e03e92",
47
47
  "@draftbit/native": "^43.4.19"
48
48
  },
49
49
  "react-native-builder-bob": {
@@ -61,5 +61,5 @@
61
61
  ]
62
62
  ]
63
63
  },
64
- "gitHead": "dec262a527fe51b1c3d582ce918e88bca93e248a"
64
+ "gitHead": "e9e03e9293ea1c0a3add1dc774fad415727226c4"
65
65
  }