@canonical/react-ds-core-form 0.10.0-experimental.3 → 0.10.0-experimental.5
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/types/ui/Field/inputs/Checkbox/Checkbox.d.ts +1 -1
- package/dist/types/ui/Field/inputs/Hidden/Hidden.d.ts +1 -1
- package/dist/types/ui/Field/inputs/Range/Range.d.ts +1 -1
- package/dist/types/ui/Field/inputs/Select/Select.d.ts +1 -1
- package/dist/types/ui/Field/inputs/Text/Text.d.ts +1 -1
- package/dist/types/ui/Field/inputs/Textarea/Textarea.d.ts +1 -1
- package/package.json +10 -10
|
@@ -27,7 +27,7 @@ declare const _default: (props: {
|
|
|
27
27
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
28
28
|
inert?: boolean | undefined | undefined;
|
|
29
29
|
lang?: string | undefined | undefined;
|
|
30
|
-
popover?: "" | "auto" | "manual" | undefined | undefined;
|
|
30
|
+
popover?: "" | "auto" | "manual" | "hint" | undefined | undefined;
|
|
31
31
|
className?: string | undefined;
|
|
32
32
|
part?: string | undefined | undefined;
|
|
33
33
|
prefix?: string | undefined | undefined;
|
|
@@ -26,7 +26,7 @@ declare const _default: (props: {
|
|
|
26
26
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
27
27
|
inert?: boolean | undefined | undefined;
|
|
28
28
|
lang?: string | undefined | undefined;
|
|
29
|
-
popover?: "" | "auto" | "manual" | undefined | undefined;
|
|
29
|
+
popover?: "" | "auto" | "manual" | "hint" | undefined | undefined;
|
|
30
30
|
className?: string | undefined;
|
|
31
31
|
part?: string | undefined | undefined;
|
|
32
32
|
prefix?: string | undefined | undefined;
|
|
@@ -27,7 +27,7 @@ declare const _default: (props: {
|
|
|
27
27
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
28
28
|
inert?: boolean | undefined | undefined;
|
|
29
29
|
lang?: string | undefined | undefined;
|
|
30
|
-
popover?: "" | "auto" | "manual" | undefined | undefined;
|
|
30
|
+
popover?: "" | "auto" | "manual" | "hint" | undefined | undefined;
|
|
31
31
|
className?: string | undefined;
|
|
32
32
|
part?: string | undefined | undefined;
|
|
33
33
|
prefix?: string | undefined | undefined;
|
|
@@ -21,7 +21,7 @@ declare const _default: (props: {
|
|
|
21
21
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
22
22
|
inert?: boolean | undefined | undefined;
|
|
23
23
|
lang?: string | undefined | undefined;
|
|
24
|
-
popover?: "" | "auto" | "manual" | undefined | undefined;
|
|
24
|
+
popover?: "" | "auto" | "manual" | "hint" | undefined | undefined;
|
|
25
25
|
className?: string | undefined;
|
|
26
26
|
part?: string | undefined | undefined;
|
|
27
27
|
prefix?: string | undefined | undefined;
|
|
@@ -34,7 +34,7 @@ declare const _default: (props: {
|
|
|
34
34
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
35
35
|
inert?: boolean | undefined | undefined;
|
|
36
36
|
lang?: string | undefined | undefined;
|
|
37
|
-
popover?: "" | "auto" | "manual" | undefined | undefined;
|
|
37
|
+
popover?: "" | "auto" | "manual" | "hint" | undefined | undefined;
|
|
38
38
|
className?: string | undefined;
|
|
39
39
|
part?: string | undefined | undefined;
|
|
40
40
|
prefix?: string | (string & React.ReactElement<unknown, string | React.JSXElementConstructor<any>>) | (string & Iterable<React.ReactNode>) | (string & React.ReactPortal) | (string & Promise<string | number | bigint | boolean | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | React.ReactPortal | Iterable<React.ReactNode> | null | undefined>) | undefined;
|
|
@@ -21,7 +21,7 @@ declare const _default: (props: {
|
|
|
21
21
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
22
22
|
inert?: boolean | undefined | undefined;
|
|
23
23
|
lang?: string | undefined | undefined;
|
|
24
|
-
popover?: "" | "auto" | "manual" | undefined | undefined;
|
|
24
|
+
popover?: "" | "auto" | "manual" | "hint" | undefined | undefined;
|
|
25
25
|
className?: string | undefined;
|
|
26
26
|
part?: string | undefined | undefined;
|
|
27
27
|
prefix?: string | undefined | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@canonical/react-ds-core-form",
|
|
3
|
-
"version": "0.10.0-experimental.
|
|
3
|
+
"version": "0.10.0-experimental.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"module": "dist/esm/index.js",
|
|
6
6
|
"types": "dist/types/index.d.ts",
|
|
@@ -39,19 +39,19 @@
|
|
|
39
39
|
"init:msw": "npx msw init public/"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@canonical/react-ds-core": "^0.10.0-experimental.
|
|
43
|
-
"@canonical/storybook-config": "^0.10.0-experimental.
|
|
44
|
-
"@canonical/styles": "^0.10.0-experimental.
|
|
45
|
-
"@canonical/utils": "^0.10.0-experimental.
|
|
42
|
+
"@canonical/react-ds-core": "^0.10.0-experimental.5",
|
|
43
|
+
"@canonical/storybook-config": "^0.10.0-experimental.5",
|
|
44
|
+
"@canonical/styles": "^0.10.0-experimental.5",
|
|
45
|
+
"@canonical/utils": "^0.10.0-experimental.4",
|
|
46
46
|
"downshift": "^9.0.9",
|
|
47
47
|
"react": "^19.1.0",
|
|
48
48
|
"react-dom": "^19.1.0",
|
|
49
49
|
"react-hook-form": "^7.57.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@biomejs/biome": "2.2.
|
|
53
|
-
"@canonical/biome-config": "^0.10.0-experimental.
|
|
54
|
-
"@canonical/typescript-config-react": "^0.10.0-experimental.
|
|
52
|
+
"@biomejs/biome": "2.2.4",
|
|
53
|
+
"@canonical/biome-config": "^0.10.0-experimental.4",
|
|
54
|
+
"@canonical/typescript-config-react": "^0.10.0-experimental.4",
|
|
55
55
|
"@chromatic-com/storybook": "^4.0.0",
|
|
56
56
|
"@testing-library/jest-dom": "^6.6.3",
|
|
57
57
|
"@testing-library/react": "^16.3.0",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"@vitejs/plugin-react": "^5.0.0",
|
|
62
62
|
"copyfiles": "^2.4.1",
|
|
63
63
|
"globals": "^16.2.0",
|
|
64
|
-
"jsdom": "^
|
|
64
|
+
"jsdom": "^27.0.0",
|
|
65
65
|
"msw": "^2.10.2",
|
|
66
66
|
"storybook": "^9.0.8",
|
|
67
67
|
"typescript": "^5.8.3",
|
|
@@ -74,5 +74,5 @@
|
|
|
74
74
|
"public"
|
|
75
75
|
]
|
|
76
76
|
},
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "467161a7c642004bf423a62ca1e76e0e31f568c3"
|
|
78
78
|
}
|