@draftbit/ui 46.4.4-764cb2.2 → 46.4.4-79fcb6.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.
@@ -16644,14 +16644,10 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
16644
16644
  mode?: "time" | "date" | "datetime" | undefined;
16645
16645
  type?: "underline" | "solid" | undefined;
16646
16646
  label?: string | undefined;
16647
- labelSize?: number | undefined;
16648
- labelColor: string;
16649
16647
  placeholder?: string | undefined;
16650
16648
  leftIconName?: string | undefined;
16651
16649
  leftIconMode?: "outset" | "inset" | undefined;
16652
16650
  rightIconName?: string | undefined;
16653
- borderColor?: string | undefined;
16654
- borderColorActive?: string | undefined;
16655
16651
  } & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot & import("react-native").TextInputProps>, "theme"> & {
16656
16652
  theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
16657
16653
  }, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
@@ -18165,14 +18161,10 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
18165
18161
  mode?: "time" | "date" | "datetime" | undefined;
18166
18162
  type?: "underline" | "solid" | undefined;
18167
18163
  label?: string | undefined;
18168
- labelSize?: number | undefined;
18169
- labelColor: string;
18170
18164
  placeholder?: string | undefined;
18171
18165
  leftIconName?: string | undefined;
18172
18166
  leftIconMode?: "outset" | "inset" | undefined;
18173
18167
  rightIconName?: string | undefined;
18174
- borderColor?: string | undefined;
18175
- borderColorActive?: string | undefined;
18176
18168
  } & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot & import("react-native").TextInputProps>, "theme"> & {
18177
18169
  theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
18178
18170
  }, string | import("react").JSXElementConstructor<any>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@draftbit/ui",
3
- "version": "46.4.4-764cb2.2+764cb2a",
3
+ "version": "46.4.4-79fcb6.2+79fcb6c",
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-764cb2.2+764cb2a",
47
- "@draftbit/native": "^46.4.4-764cb2.2+764cb2a"
46
+ "@draftbit/core": "^46.4.4-79fcb6.2+79fcb6c",
47
+ "@draftbit/native": "^46.4.4-79fcb6.2+79fcb6c"
48
48
  },
49
49
  "react-native-builder-bob": {
50
50
  "declarationMap": false,
@@ -62,5 +62,5 @@
62
62
  ]
63
63
  ]
64
64
  },
65
- "gitHead": "764cb2a61a908445041f9426c4663e188448ee5f"
65
+ "gitHead": "79fcb6cc7a81e72fbe77e8e7917715289d3884f0"
66
66
  }