@ultraviolet/form 1.4.1 → 1.4.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.
- package/dist/index.d.ts +6 -1
- package/package.json +5 -5
package/dist/index.d.ts
CHANGED
|
@@ -376,14 +376,18 @@ declare const TextInputField: react.ForwardRefExoticComponent<BaseFieldProps<Tex
|
|
|
376
376
|
'aria-activedescendant'?: string | undefined;
|
|
377
377
|
'aria-atomic'?: (boolean | "false" | "true") | undefined;
|
|
378
378
|
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
379
|
+
'aria-braillelabel'?: string | undefined;
|
|
380
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
379
381
|
'aria-busy'?: (boolean | "false" | "true") | undefined;
|
|
380
382
|
'aria-checked'?: boolean | "false" | "true" | "mixed" | undefined;
|
|
381
383
|
'aria-colcount'?: number | undefined;
|
|
382
384
|
'aria-colindex'?: number | undefined;
|
|
385
|
+
'aria-colindextext'?: string | undefined;
|
|
383
386
|
'aria-colspan'?: number | undefined;
|
|
384
387
|
'aria-controls'?: string | undefined;
|
|
385
|
-
'aria-current'?: boolean | "time" | "false" | "true" | "
|
|
388
|
+
'aria-current'?: boolean | "time" | "false" | "true" | "page" | "date" | "step" | "location" | undefined;
|
|
386
389
|
'aria-describedby'?: string | undefined;
|
|
390
|
+
'aria-description'?: string | undefined;
|
|
387
391
|
'aria-details'?: string | undefined;
|
|
388
392
|
'aria-disabled'?: (boolean | "false" | "true") | undefined;
|
|
389
393
|
'aria-dropeffect'?: "link" | "move" | "none" | "copy" | "execute" | "popup" | undefined;
|
|
@@ -412,6 +416,7 @@ declare const TextInputField: react.ForwardRefExoticComponent<BaseFieldProps<Tex
|
|
|
412
416
|
'aria-roledescription'?: string | undefined;
|
|
413
417
|
'aria-rowcount'?: number | undefined;
|
|
414
418
|
'aria-rowindex'?: number | undefined;
|
|
419
|
+
'aria-rowindextext'?: string | undefined;
|
|
415
420
|
'aria-rowspan'?: number | undefined;
|
|
416
421
|
'aria-selected'?: (boolean | "false" | "true") | undefined;
|
|
417
422
|
'aria-setsize'?: number | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ultraviolet/form",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2",
|
|
4
4
|
"description": "Ultraviolet Form",
|
|
5
5
|
"homepage": "https://github.com/scaleway/ultraviolet#readme",
|
|
6
6
|
"repository": {
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@babel/core": "7.22.11",
|
|
42
|
-
"@types/final-form-focus": "1.1.
|
|
43
|
-
"@types/react": "18.2.
|
|
44
|
-
"@types/react-dom": "18.2.
|
|
42
|
+
"@types/final-form-focus": "1.1.4",
|
|
43
|
+
"@types/react": "18.2.14",
|
|
44
|
+
"@types/react-dom": "18.2.6",
|
|
45
45
|
"react": "18.2.0",
|
|
46
46
|
"react-dom": "18.2.0"
|
|
47
47
|
},
|
|
@@ -55,6 +55,6 @@
|
|
|
55
55
|
"react-final-form": "6.5.9",
|
|
56
56
|
"react-final-form-arrays": "3.1.4",
|
|
57
57
|
"react-select": "5.7.4",
|
|
58
|
-
"@ultraviolet/ui": "1.10.
|
|
58
|
+
"@ultraviolet/ui": "1.10.1"
|
|
59
59
|
}
|
|
60
60
|
}
|