@draftbit/ui 46.4.4-b0ea41.2 → 46.4.4-c1367a.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-
|
|
3
|
+
"version": "46.4.4-c1367a.2+c1367a9",
|
|
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-
|
|
47
|
-
"@draftbit/native": "^46.4.4-
|
|
46
|
+
"@draftbit/core": "^46.4.4-c1367a.2+c1367a9",
|
|
47
|
+
"@draftbit/native": "^46.4.4-c1367a.2+c1367a9"
|
|
48
48
|
},
|
|
49
49
|
"react-native-builder-bob": {
|
|
50
50
|
"declarationMap": false,
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
]
|
|
63
63
|
]
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "c1367a942e231a529a36a27e7fefb251a58c4910"
|
|
66
66
|
}
|