@uxf/form 10.0.0-beta.60 → 10.0.0-beta.62

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.
@@ -16,7 +16,7 @@ const options = [
16
16
  { id: "one", label: "Option one", color: "red" },
17
17
  { id: "two", label: "Option two", color: "blue" },
18
18
  { id: "three", label: "Option three", color: "green" },
19
- { id: "four", label: "Option four" },
19
+ { id: "four", label: "Option four disabled", disabled: true },
20
20
  { id: "five", label: "Option five" },
21
21
  { id: "six", label: "Option six" },
22
22
  ];
@@ -17,7 +17,7 @@ const options = [
17
17
  { id: "two", label: "Option two", color: "blue" },
18
18
  { id: "three", label: "Option three", color: "green" },
19
19
  { id: "four", label: "Option four" },
20
- { id: "five", label: "Option five" },
20
+ { id: "five", label: "Option five disabled", disabled: true },
21
21
  { id: "six", label: "Option six" },
22
22
  ];
23
23
  function Default() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uxf/form",
3
- "version": "10.0.0-beta.60",
3
+ "version": "10.0.0-beta.62",
4
4
  "description": "",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -12,7 +12,7 @@
12
12
  "author": "UX Fans s.r.o",
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
- "@uxf/ui": "10.0.0-beta.60",
15
+ "@uxf/ui": "10.0.0-beta.62",
16
16
  "react-hook-form": "7.44.3",
17
17
  "coordinate-parser": "1.0.7"
18
18
  }