@draftbit/ui 43.3.3 → 43.3.4-e422d9.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.
|
@@ -45348,6 +45348,8 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
45348
45348
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
45349
45349
|
export declare const Stepper: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<{
|
|
45350
45350
|
value?: number | undefined;
|
|
45351
|
+
min?: number | undefined;
|
|
45352
|
+
max?: number | undefined;
|
|
45351
45353
|
theme: {
|
|
45352
45354
|
disabledOpacity: number;
|
|
45353
45355
|
roundness: number;
|
|
@@ -46858,6 +46860,8 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
46858
46860
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
46859
46861
|
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<{
|
|
46860
46862
|
value?: number | undefined;
|
|
46863
|
+
min?: number | undefined;
|
|
46864
|
+
max?: number | undefined;
|
|
46861
46865
|
theme: {
|
|
46862
46866
|
disabledOpacity: number;
|
|
46863
46867
|
roundness: number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@draftbit/ui",
|
|
3
|
-
"version": "43.3.
|
|
3
|
+
"version": "43.3.4-e422d9.0+e422d92a",
|
|
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.3.
|
|
46
|
+
"@draftbit/core": "^43.3.4-e422d9.0+e422d92a",
|
|
47
47
|
"@draftbit/native": "^43.3.3"
|
|
48
48
|
},
|
|
49
49
|
"react-native-builder-bob": {
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
]
|
|
62
62
|
]
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "e422d92aa1e4eda9e5cc8b19acd6839fb96ed96b"
|
|
65
65
|
}
|