@draftbit/ui 46.4.4-41266b.2 → 46.4.4-520686.2

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.
@@ -45340,8 +45340,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
45340
45340
  max: number;
45341
45341
  value?: number | undefined;
45342
45342
  defaultValue?: number | undefined;
45343
- style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
45344
- typeStyle?: import("react-native").StyleProp<import("react-native").TextStyle>;
45343
+ style?: import("react-native").StyleProp<import("react-native").ViewStyle | import("react-native").TextStyle>;
45345
45344
  iconSize: number;
45346
45345
  iconColor?: string | undefined;
45347
45346
  onChange?: ((value: number) => void) | undefined;
@@ -46851,8 +46850,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
46851
46850
  max: number;
46852
46851
  value?: number | undefined;
46853
46852
  defaultValue?: number | undefined;
46854
- style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
46855
- typeStyle?: import("react-native").StyleProp<import("react-native").TextStyle>;
46853
+ style?: import("react-native").StyleProp<import("react-native").ViewStyle | import("react-native").TextStyle>;
46856
46854
  iconSize: number;
46857
46855
  iconColor?: string | undefined;
46858
46856
  onChange?: ((value: number) => void) | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@draftbit/ui",
3
- "version": "46.4.4-41266b.2+41266b0",
3
+ "version": "46.4.4-520686.2+520686e",
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": "^46.4.4-41266b.2+41266b0",
47
- "@draftbit/native": "^46.4.4-41266b.2+41266b0"
46
+ "@draftbit/core": "^46.4.4-520686.2+520686e",
47
+ "@draftbit/native": "^46.4.4-520686.2+520686e"
48
48
  },
49
49
  "react-native-builder-bob": {
50
50
  "declarationMap": false,
@@ -62,5 +62,5 @@
62
62
  ]
63
63
  ]
64
64
  },
65
- "gitHead": "41266b08b3e00b6122fff95a93f5e9e9084a36c6"
65
+ "gitHead": "520686e7e5fe1a05a0c548176ac01015b433287a"
66
66
  }