@utrecht/component-library-react 7.3.6 → 7.3.7
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/CHANGELOG.md +21 -0
- package/dist/.jest-test-results.json +1 -1
- package/package.json +15 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@utrecht/component-library-react",
|
|
3
|
-
"version": "7.3.
|
|
3
|
+
"version": "7.3.7",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "React component library bundle for the Municipality of Utrecht based on the NL Design System architecture",
|
|
6
6
|
"keywords": [
|
|
@@ -17,7 +17,6 @@
|
|
|
17
17
|
},
|
|
18
18
|
"license": "EUPL-1.2",
|
|
19
19
|
"author": "Community for NL Design System",
|
|
20
|
-
"sideEffects": false,
|
|
21
20
|
"type": "module",
|
|
22
21
|
"exports": {
|
|
23
22
|
".": {
|
|
@@ -94,20 +93,20 @@
|
|
|
94
93
|
"dependencies": {
|
|
95
94
|
"clsx": "2.1.1",
|
|
96
95
|
"lodash.chunk": "4.2.0",
|
|
97
|
-
"@utrecht/button-react": "2.0.
|
|
98
|
-
"@utrecht/calendar-react": "1.0.
|
|
99
|
-
"@utrecht/checkbox-react": "1.0.
|
|
100
|
-
"@utrecht/combobox-react": "0.0.
|
|
101
|
-
"@utrecht/fieldset-react": "1.0.
|
|
102
|
-
"@utrecht/form-field-checkbox-react": "1.0.
|
|
103
|
-
"@utrecht/form-field-description-react": "1.0.
|
|
104
|
-
"@utrecht/form-field-error-message-react": "1.0.
|
|
105
|
-
"@utrecht/form-field-react": "1.0.
|
|
106
|
-
"@utrecht/form-label-react": "1.0.
|
|
107
|
-
"@utrecht/link-react": "1.0.
|
|
108
|
-
"@utrecht/listbox-react": "1.0.
|
|
109
|
-
"@utrecht/radio-button-react": "1.0.
|
|
110
|
-
"@utrecht/textbox-react": "1.0.
|
|
96
|
+
"@utrecht/button-react": "2.0.4",
|
|
97
|
+
"@utrecht/calendar-react": "1.0.7",
|
|
98
|
+
"@utrecht/checkbox-react": "1.0.4",
|
|
99
|
+
"@utrecht/combobox-react": "0.0.5",
|
|
100
|
+
"@utrecht/fieldset-react": "1.0.4",
|
|
101
|
+
"@utrecht/form-field-checkbox-react": "1.0.6",
|
|
102
|
+
"@utrecht/form-field-description-react": "1.0.4",
|
|
103
|
+
"@utrecht/form-field-error-message-react": "1.0.4",
|
|
104
|
+
"@utrecht/form-field-react": "1.0.4",
|
|
105
|
+
"@utrecht/form-label-react": "1.0.4",
|
|
106
|
+
"@utrecht/link-react": "1.0.4",
|
|
107
|
+
"@utrecht/listbox-react": "1.0.5",
|
|
108
|
+
"@utrecht/radio-button-react": "1.0.4",
|
|
109
|
+
"@utrecht/textbox-react": "1.0.4"
|
|
111
110
|
},
|
|
112
111
|
"devDependencies": {
|
|
113
112
|
"@babel/core": "7.24.7",
|