@ultraviolet/form 3.8.1 → 3.8.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.
|
@@ -17,7 +17,7 @@ export declare const CheckboxGroupField: {
|
|
|
17
17
|
required?: boolean;
|
|
18
18
|
'data-testid'?: string;
|
|
19
19
|
tooltip?: string;
|
|
20
|
-
} & Pick<import("react").InputHTMLAttributes<HTMLInputElement>, "value" | "onChange" | "onBlur" | "name" | "onFocus" | "autoFocus" | "id" | "tabIndex"> & (({
|
|
20
|
+
} & (Pick<import("react").InputHTMLAttributes<HTMLInputElement>, "value" | "onChange" | "onBlur" | "name" | "onFocus" | "autoFocus" | "id" | "tabIndex"> & (({
|
|
21
21
|
"aria-label"?: undefined;
|
|
22
22
|
} & {
|
|
23
23
|
children: import("react").ReactNode;
|
|
@@ -25,7 +25,7 @@ export declare const CheckboxGroupField: {
|
|
|
25
25
|
children?: undefined;
|
|
26
26
|
} & {
|
|
27
27
|
'aria-label': string;
|
|
28
|
-
}))) & import("react").RefAttributes<HTMLInputElement>, "onChange" | "checked"> & {
|
|
28
|
+
})))) & import("react").RefAttributes<HTMLInputElement>, "onChange" | "checked"> & {
|
|
29
29
|
value: string;
|
|
30
30
|
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
31
31
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ultraviolet/form",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.3",
|
|
4
4
|
"description": "Ultraviolet Form",
|
|
5
5
|
"homepage": "https://github.com/scaleway/ultraviolet#readme",
|
|
6
6
|
"repository": {
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"react-hook-form": "7.53.0",
|
|
73
73
|
"react-select": "5.8.0",
|
|
74
74
|
"@ultraviolet/themes": "1.14.0",
|
|
75
|
-
"@ultraviolet/ui": "1.70.
|
|
75
|
+
"@ultraviolet/ui": "1.70.2"
|
|
76
76
|
},
|
|
77
77
|
"scripts": {
|
|
78
78
|
"build:profile": "npx vite-bundle-visualizer -c vite.config.ts",
|