@mantine/core 7.0.0-alpha.4 → 7.0.0-alpha.5
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.
|
@@ -285,7 +285,7 @@ export declare function useInputProps<T extends BaseProps, U extends Partial<T>>
|
|
|
285
285
|
descriptionProps: Record<string, any> | undefined;
|
|
286
286
|
unstyled: boolean | undefined;
|
|
287
287
|
styles: Partial<Record<string, import("react").CSSProperties>> | ((theme: import("../../core").MantineTheme, props: any, ctx: unknown) => Partial<Record<string, import("react").CSSProperties>>) | undefined;
|
|
288
|
-
size: import("../../core").MantineSize |
|
|
288
|
+
size: (string & {}) | import("../../core").MantineSize | undefined;
|
|
289
289
|
inputContainer: ((children: import("react").ReactNode) => import("react").ReactNode) | undefined;
|
|
290
290
|
inputWrapperOrder: ("input" | "label" | "error" | "description")[] | undefined;
|
|
291
291
|
withAsterisk: boolean | undefined;
|
|
@@ -297,7 +297,7 @@ export declare function useInputProps<T extends BaseProps, U extends Partial<T>>
|
|
|
297
297
|
styles: Partial<Record<string, import("react").CSSProperties>> | ((theme: import("../../core").MantineTheme, props: any, ctx: unknown) => Partial<Record<string, import("react").CSSProperties>>) | undefined;
|
|
298
298
|
unstyled: boolean | undefined;
|
|
299
299
|
id: string;
|
|
300
|
-
size: import("../../core").MantineSize |
|
|
300
|
+
size: (string & {}) | import("../../core").MantineSize | undefined;
|
|
301
301
|
__staticSelector: string | undefined;
|
|
302
302
|
__stylesApiProps: Record<string, any>;
|
|
303
303
|
error: import("react").ReactNode;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mantine/core",
|
|
3
3
|
"description": "React components library focused on usability, accessibility and developer experience",
|
|
4
|
-
"version": "7.0.0-alpha.
|
|
4
|
+
"version": "7.0.0-alpha.5",
|
|
5
5
|
"main": "cjs/index.js",
|
|
6
6
|
"module": "esm/index.js",
|
|
7
7
|
"types": "lib/index.d.ts",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"design"
|
|
27
27
|
],
|
|
28
28
|
"peerDependencies": {
|
|
29
|
-
"@mantine/hooks": "7.0.0-alpha.
|
|
29
|
+
"@mantine/hooks": "7.0.0-alpha.5",
|
|
30
30
|
"react": ">=16.8.0",
|
|
31
31
|
"react-dom": ">=16.8.0"
|
|
32
32
|
},
|