@draftbit/ui 43.3.2 → 43.3.4-a4d368.3

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.2",
3
+ "version": "43.3.4-a4d368.3+a4d368f1",
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.3.1",
47
- "@draftbit/native": "^43.3.0"
46
+ "@draftbit/core": "^43.3.4-a4d368.3+a4d368f1",
47
+ "@draftbit/native": "^43.3.3"
48
48
  },
49
49
  "react-native-builder-bob": {
50
50
  "source": "src",
@@ -61,5 +61,5 @@
61
61
  ]
62
62
  ]
63
63
  },
64
- "gitHead": "0723f7ea71079023ba1059767e13bc52018dd78e"
64
+ "gitHead": "a4d368f102594ee414787ecd79b7db97bb809ae6"
65
65
  }