@ultraviolet/form 2.10.1 → 2.10.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.
- package/dist/index.d.ts +3 -3
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -267,7 +267,7 @@ type NumberInputV2Props<TFieldValues extends FieldValues, TName extends FieldPat
|
|
|
267
267
|
declare const NumberInputFieldV2: <TFieldValues extends FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>>({ disabled, max, min, name, onChange, onBlur, size, step, unit, tooltip, className, label, labelDescription, id, placeholder, success, helper, rules, "aria-label": ariaLabel, "data-testid": dataTestId, required, autoFocus, readOnly, shouldUnregister, }: NumberInputV2Props<TFieldValues, TName>) => _emotion_react_jsx_runtime.JSX.Element;
|
|
268
268
|
|
|
269
269
|
declare const SubmitErrorAlert: ({ className }: {
|
|
270
|
-
className?: string
|
|
270
|
+
className?: string;
|
|
271
271
|
}) => _emotion_react_jsx_runtime.JSX.Element | null;
|
|
272
272
|
|
|
273
273
|
type TagInputFieldProps<TFieldValues extends FieldValues, TName extends FieldPath<TFieldValues>> = BaseFieldProps<TFieldValues, TName> & Partial<Pick<ComponentProps<typeof TagInput>, 'variant' | 'placeholder' | 'disabled' | 'className' | 'id' | 'data-testid' | 'clearable' | 'label' | 'labelDescription' | 'size' | 'success' | 'readOnly' | 'tooltip'>>;
|
|
@@ -342,13 +342,13 @@ declare const RadioGroupField: {
|
|
|
342
342
|
className?: string | undefined;
|
|
343
343
|
'data-testid'?: string | undefined;
|
|
344
344
|
tooltip?: string | undefined;
|
|
345
|
-
} & Required<Pick<react.InputHTMLAttributes<HTMLInputElement>, "onChange">> & Pick<react.InputHTMLAttributes<HTMLInputElement>, "required" | "onBlur" | "disabled" | "name" | "onFocus" | "autoFocus" | "id" | "onKeyDown"> & ({
|
|
345
|
+
} & Required<Pick<react.InputHTMLAttributes<HTMLInputElement>, "onChange">> & (Pick<react.InputHTMLAttributes<HTMLInputElement>, "required" | "onBlur" | "disabled" | "name" | "onFocus" | "autoFocus" | "id" | "onKeyDown"> & ({
|
|
346
346
|
'aria-label': string;
|
|
347
347
|
label?: undefined;
|
|
348
348
|
} | {
|
|
349
349
|
'aria-label'?: undefined;
|
|
350
350
|
label: react.ReactNode;
|
|
351
|
-
})) & react.RefAttributes<HTMLInputElement>, "required" | "onChange" | "checked"> & {
|
|
351
|
+
}))) & react.RefAttributes<HTMLInputElement>, "required" | "onChange" | "checked"> & {
|
|
352
352
|
name?: string | undefined;
|
|
353
353
|
}) => _emotion_react_jsx_runtime.JSX.Element;
|
|
354
354
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ultraviolet/form",
|
|
3
|
-
"version": "2.10.
|
|
3
|
+
"version": "2.10.3",
|
|
4
4
|
"description": "Ultraviolet Form",
|
|
5
5
|
"homepage": "https://github.com/scaleway/ultraviolet#readme",
|
|
6
6
|
"repository": {
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@babel/core": "7.24.3",
|
|
43
43
|
"@types/final-form-focus": "1.1.7",
|
|
44
44
|
"@types/react": "18.2.74",
|
|
45
|
-
"@types/react-dom": "18.2.
|
|
45
|
+
"@types/react-dom": "18.2.24",
|
|
46
46
|
"react": "18.2.0",
|
|
47
47
|
"react-dom": "18.2.0"
|
|
48
48
|
},
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"@emotion/styled": "11.11.5",
|
|
54
54
|
"react-select": "5.8.0",
|
|
55
55
|
"react-hook-form": "7.51.2",
|
|
56
|
-
"@ultraviolet/ui": "1.45.
|
|
56
|
+
"@ultraviolet/ui": "1.45.5"
|
|
57
57
|
},
|
|
58
58
|
"scripts": {
|
|
59
59
|
"build": "rollup -c ../../rollup.config.mjs",
|