@iress-oss/ids-components 6.0.0-alpha.3 → 6.0.0-alpha.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/constants.js +1 -1
- package/dist/index.esm-BiUTGNH8.js +1080 -0
- package/dist/patterns/Form/Form.js +8 -11
- package/dist/patterns/Form/FormField/FormField.js +33 -27
- package/dist/patterns/Form/FormField/FormFieldset.js +5 -5
- package/dist/patterns/Form/HookForm/HookForm.js +54 -56
- package/dist/patterns/Form/components/LongForm.js +5 -5
- package/dist/patterns/Form/components/ShortForm.js +5 -5
- package/dist/patterns/Shadow/Shadow.js +82 -423
- package/dist/src/patterns/Form/Form.d.ts +2 -4
- package/dist/src/patterns/Form/FormField/FormField.d.ts +15 -2
- package/dist/src/patterns/Form/HookForm/HookForm.d.ts +2 -34
- package/dist/style.css +1 -1
- package/package.json +25 -9
- package/dist/index.esm-B6vzbp0e.js +0 -1215
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iress-oss/ids-components",
|
|
3
|
-
"version": "6.0.0-alpha.
|
|
3
|
+
"version": "6.0.0-alpha.5",
|
|
4
4
|
"description": "Iress React Component Library",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"@types/react": "^19.1.1",
|
|
41
41
|
"@types/react-dom": "^19.1.1",
|
|
42
42
|
"@vitejs/plugin-react": "^5.1.1",
|
|
43
|
-
"@vitest/coverage-v8": "4.0.
|
|
44
|
-
"@vitest/ui": "4.0.
|
|
43
|
+
"@vitest/coverage-v8": "4.0.13",
|
|
44
|
+
"@vitest/ui": "4.0.13",
|
|
45
45
|
"concurrently": "^9.2.1",
|
|
46
46
|
"eslint": "9.39.1",
|
|
47
47
|
"eslint-plugin-file-progress": "^3.0.2",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
51
51
|
"eslint-plugin-react-refresh": "^0.4.24",
|
|
52
52
|
"eslint-plugin-sonarjs": "^3.0.5",
|
|
53
|
-
"glob": "
|
|
53
|
+
"glob": "13.0.0",
|
|
54
54
|
"jest-axe": "10.0.0",
|
|
55
55
|
"jsdom": "27.2.0",
|
|
56
56
|
"lightningcss": "^1.30.2",
|
|
@@ -60,15 +60,16 @@
|
|
|
60
60
|
"react": "^19.2.0",
|
|
61
61
|
"react-dom": "^19.1.1",
|
|
62
62
|
"react-dropzone": "14.3.8",
|
|
63
|
-
"
|
|
63
|
+
"react-hook-form": "7.55.0",
|
|
64
|
+
"rimraf": "^6.1.2",
|
|
64
65
|
"storybook": "10.0.8",
|
|
65
66
|
"typescript": "5.9.3",
|
|
66
|
-
"vite": "7.2.
|
|
67
|
+
"vite": "7.2.4",
|
|
67
68
|
"vite-bundle-visualizer": "^1.2.1",
|
|
68
69
|
"vite-plugin-dts": "4.5.4",
|
|
69
70
|
"vite-plugin-static-copy": "3.1.4",
|
|
70
71
|
"vite-tsconfig-paths": "^5.1.4",
|
|
71
|
-
"vitest": "4.0.
|
|
72
|
+
"vitest": "4.0.13"
|
|
72
73
|
},
|
|
73
74
|
"dependencies": {
|
|
74
75
|
"@floating-ui/react": "0.27.16",
|
|
@@ -77,12 +78,27 @@
|
|
|
77
78
|
"@types/mdx": "^2.0.13",
|
|
78
79
|
"fuzzysort": "3.1.0",
|
|
79
80
|
"query-selector-shadow-dom": "1.0.1",
|
|
80
|
-
"react-hook-form": "7.55.0",
|
|
81
81
|
"use-debounce": "10.0.6"
|
|
82
82
|
},
|
|
83
|
+
"peerDependencies": {
|
|
84
|
+
"react": "^17 || ^18 || ^19",
|
|
85
|
+
"react-dom": "^17 || ^18 || ^19",
|
|
86
|
+
"react-hook-form": "^7"
|
|
87
|
+
},
|
|
88
|
+
"peerDependenciesMeta": {
|
|
89
|
+
"react": {
|
|
90
|
+
"optional": true
|
|
91
|
+
},
|
|
92
|
+
"react-dom": {
|
|
93
|
+
"optional": true
|
|
94
|
+
},
|
|
95
|
+
"react-hook-form": {
|
|
96
|
+
"optional": true
|
|
97
|
+
}
|
|
98
|
+
},
|
|
83
99
|
"repository": {
|
|
84
100
|
"type": "git",
|
|
85
101
|
"url": "https://github.com/iress/design-system"
|
|
86
102
|
},
|
|
87
|
-
"stableVersion": "6.0.0-alpha.
|
|
103
|
+
"stableVersion": "6.0.0-alpha.4"
|
|
88
104
|
}
|