@iress-oss/ids-components 6.0.0-alpha.4 → 6.0.0-alpha.6
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/{Provider-8wS70V56.js → Provider-BPeo5YfI.js} +1 -1
- package/dist/components/Field/Field.styles.js +5 -1
- package/dist/components/Input/Input.styles.js +4 -3
- package/dist/components/Progress/Progress.js +1 -1
- package/dist/components/Provider/Provider.js +2 -2
- package/dist/components/Provider/index.js +1 -1
- package/dist/components/RichSelect/components/SelectOptions.js +61 -60
- package/dist/components/Slideout/hooks/usePushElement.js +1 -1
- package/dist/constants.js +1 -1
- package/dist/{index-CZ9ot38T.js → index-aTLA1VIV.js} +1 -1
- package/dist/main.js +1 -1
- package/dist/patterns/Form/FormField/FormField.js +30 -24
- package/dist/patterns/Form/FormField/FormFieldset.js +1 -1
- package/dist/patterns/Form/HookForm/HookForm.js +8 -8
- package/dist/patterns/Form/components/LongForm.js +9 -9
- package/dist/patterns/Form/components/ShortForm.js +7 -7
- package/dist/patterns/Shadow/Shadow.js +10 -6
- package/dist/src/components/RichSelect/RichSelect.d.ts +10 -0
- package/dist/src/components/RichSelect/components/SelectOptions.d.ts +1 -1
- package/dist/src/patterns/Form/FormField/FormField.d.ts +15 -2
- package/dist/src/patterns/Form/FormField/hooks/useFieldRenderProps.d.ts +3 -9
- package/dist/style.css +1 -1
- package/package.json +4 -3
- package/dist/index.esm-BiUTGNH8.js +0 -1080
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.6",
|
|
4
4
|
"description": "Iress React Component Library",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"react": "^19.2.0",
|
|
61
61
|
"react-dom": "^19.1.1",
|
|
62
62
|
"react-dropzone": "14.3.8",
|
|
63
|
-
"react-hook-form": "7.
|
|
63
|
+
"react-hook-form": "7.66.1",
|
|
64
64
|
"rimraf": "^6.1.2",
|
|
65
65
|
"storybook": "10.0.8",
|
|
66
66
|
"typescript": "5.9.3",
|
|
@@ -99,5 +99,6 @@
|
|
|
99
99
|
"repository": {
|
|
100
100
|
"type": "git",
|
|
101
101
|
"url": "https://github.com/iress/design-system"
|
|
102
|
-
}
|
|
102
|
+
},
|
|
103
|
+
"stableVersion": "6.0.0-alpha.4"
|
|
103
104
|
}
|