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