@ultraviolet/form 1.9.5 → 2.0.0-next.0

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +4 -7
package/dist/index.d.ts CHANGED
@@ -366,7 +366,7 @@ declare const TextInputField: react.ForwardRefExoticComponent<BaseFieldProps<Tex
366
366
  suppressContentEditableWarning?: boolean | undefined;
367
367
  suppressHydrationWarning?: boolean | undefined;
368
368
  accessKey?: string | undefined;
369
- contentEditable?: (boolean | "false" | "true") | "inherit" | undefined;
369
+ contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
370
370
  contextMenu?: string | undefined;
371
371
  dir?: string | undefined;
372
372
  draggable?: (boolean | "false" | "true") | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ultraviolet/form",
3
- "version": "1.9.5",
3
+ "version": "2.0.0-next.0",
4
4
  "description": "Ultraviolet Form",
5
5
  "homepage": "https://github.com/scaleway/ultraviolet#readme",
6
6
  "repository": {
@@ -50,12 +50,9 @@
50
50
  "@emotion/babel-plugin": "11.11.0",
51
51
  "@emotion/react": "11.11.1",
52
52
  "@emotion/styled": "11.11.0",
53
- "final-form": "4.20.10",
54
- "final-form-arrays": "3.0.2",
55
- "react-final-form": "6.5.9",
56
- "react-final-form-arrays": "3.1.4",
57
- "react-select": "5.7.7",
58
- "@ultraviolet/ui": "1.24.1"
53
+ "react-hook-form": "^7.47.0",
54
+ "react-select": "5.7.5",
55
+ "@ultraviolet/ui": "1.24.0"
59
56
  },
60
57
  "scripts": {
61
58
  "build": "rollup -c ../../rollup.config.mjs"