@utrecht/component-library-react 8.0.4 → 8.0.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/CHANGELOG.md +22 -0
- package/dist/.jest-test-results.json +1 -1
- package/dist/css-module/VegaVisualization.mjs +1 -2
- package/dist/css-module/VegaVisualization.mjs.map +1 -1
- package/dist/css-module/index.mjs +263 -359
- package/dist/css-module/index.mjs.map +1 -1
- package/dist/index.mjs +114 -125
- package/dist/index.mjs.map +1 -1
- package/package.json +63 -63
package/dist/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sources":[
|
|
1
|
+
{"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@utrecht/component-library-react",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.5",
|
|
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": [
|
|
@@ -93,68 +93,10 @@
|
|
|
93
93
|
"dependencies": {
|
|
94
94
|
"clsx": "2.1.1",
|
|
95
95
|
"lodash.chunk": "4.2.0",
|
|
96
|
-
"@utrecht/button-react": "2.0.4",
|
|
97
|
-
"@utrecht/calendar-react": "1.0.8",
|
|
98
|
-
"@utrecht/checkbox-react": "1.0.5",
|
|
99
|
-
"@utrecht/combobox-react": "0.0.5",
|
|
100
|
-
"@utrecht/fieldset-react": "1.0.4",
|
|
101
|
-
"@utrecht/form-field-checkbox-react": "1.0.7",
|
|
102
|
-
"@utrecht/form-field-description-react": "1.0.4",
|
|
103
|
-
"@utrecht/form-field-react": "1.0.4",
|
|
104
|
-
"@utrecht/form-label-react": "1.0.4",
|
|
105
|
-
"@utrecht/link-react": "1.0.4",
|
|
106
|
-
"@utrecht/listbox-react": "1.0.7",
|
|
107
|
-
"@utrecht/radio-button-react": "1.0.4",
|
|
108
|
-
"@utrecht/textbox-react": "1.0.4",
|
|
109
|
-
"@utrecht/form-field-error-message-react": "1.0.4"
|
|
110
|
-
},
|
|
111
|
-
"devDependencies": {
|
|
112
|
-
"@babel/core": "7.24.7",
|
|
113
|
-
"@babel/plugin-transform-runtime": "7.24.7",
|
|
114
|
-
"@babel/preset-env": "7.24.7",
|
|
115
|
-
"@babel/preset-react": "7.24.7",
|
|
116
|
-
"@babel/preset-typescript": "7.24.7",
|
|
117
|
-
"@babel/runtime": "7.24.7",
|
|
118
|
-
"@rollup/plugin-babel": "6.0.4",
|
|
119
|
-
"@rollup/plugin-commonjs": "26.0.1",
|
|
120
|
-
"@rollup/plugin-json": "6.1.0",
|
|
121
|
-
"@rollup/plugin-node-resolve": "15.2.3",
|
|
122
|
-
"@rollup/plugin-typescript": "12.1.0",
|
|
123
|
-
"@testing-library/dom": "8.20.1",
|
|
124
|
-
"@testing-library/jest-dom": "5.17.0",
|
|
125
|
-
"@testing-library/react": "13.4.0",
|
|
126
|
-
"@testing-library/user-event": "14.5.1",
|
|
127
|
-
"@types/jest": "29.5.11",
|
|
128
|
-
"@types/lodash.chunk": "4.2.9",
|
|
129
|
-
"@types/react": "18.3.3",
|
|
130
|
-
"@types/testing-library__jest-dom": "5.14.9",
|
|
131
|
-
"gatsby": "5.12.12",
|
|
132
|
-
"jest": "29.7.0",
|
|
133
|
-
"jest-environment-jsdom": "29.7.0",
|
|
134
|
-
"next": "13.5.6",
|
|
135
|
-
"react": "18.3.1",
|
|
136
|
-
"react-dom": "18.3.1",
|
|
137
|
-
"react-vega": "7.6.0",
|
|
138
|
-
"rimraf": "5.0.7",
|
|
139
|
-
"rollup": "4.23.0",
|
|
140
|
-
"rollup-plugin-delete": "2.0.0",
|
|
141
|
-
"rollup-plugin-filesize": "10.0.0",
|
|
142
|
-
"rollup-plugin-node-externals": "7.1.2",
|
|
143
|
-
"rollup-plugin-node-polyfills": "0.2.1",
|
|
144
|
-
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
145
|
-
"rollup-plugin-postcss": "4.0.2",
|
|
146
|
-
"rollup-plugin-typescript2": "0.36.0",
|
|
147
|
-
"sass": "1.69.5",
|
|
148
|
-
"sort-package-json": "2.11.0",
|
|
149
|
-
"tslib": "2.6.2",
|
|
150
|
-
"typescript": "5.6.2",
|
|
151
|
-
"vega": "5.26.1",
|
|
152
|
-
"vega-embed": "6.23.0",
|
|
153
|
-
"vega-lite": "5.16.3",
|
|
154
96
|
"@utrecht/accordion-css": "1.6.0",
|
|
155
97
|
"@utrecht/alert-css": "2.2.0",
|
|
156
|
-
"@utrecht/alert-dialog-css": "1.4.1",
|
|
157
98
|
"@utrecht/alternate-lang-nav-css": "1.3.0",
|
|
99
|
+
"@utrecht/alert-dialog-css": "1.4.1",
|
|
158
100
|
"@utrecht/article-css": "1.4.0",
|
|
159
101
|
"@utrecht/backdrop-css": "1.4.0",
|
|
160
102
|
"@utrecht/badge-counter-css": "1.4.0",
|
|
@@ -162,17 +104,20 @@
|
|
|
162
104
|
"@utrecht/badge-status-css": "1.4.0",
|
|
163
105
|
"@utrecht/blockquote-css": "1.5.0",
|
|
164
106
|
"@utrecht/breadcrumb-nav-css": "1.4.0",
|
|
165
|
-
"@utrecht/build-utils-react": "0.0.1",
|
|
166
107
|
"@utrecht/button-group-css": "1.4.0",
|
|
167
108
|
"@utrecht/button-link-css": "1.3.0",
|
|
109
|
+
"@utrecht/button-react": "2.0.5",
|
|
110
|
+
"@utrecht/calendar-react": "1.0.9",
|
|
111
|
+
"@utrecht/checkbox-react": "1.0.6",
|
|
168
112
|
"@utrecht/code-block-css": "1.4.0",
|
|
169
113
|
"@utrecht/code-css": "1.4.0",
|
|
170
114
|
"@utrecht/color-sample-css": "1.4.0",
|
|
171
115
|
"@utrecht/column-layout-css": "1.5.0",
|
|
116
|
+
"@utrecht/combobox-react": "0.0.6",
|
|
172
117
|
"@utrecht/currency-data-css": "1.3.0",
|
|
173
118
|
"@utrecht/custom-checkbox-css": "1.3.1",
|
|
174
119
|
"@utrecht/data-badge-css": "1.0.0",
|
|
175
|
-
"@utrecht/data-badge-react": "1.0.
|
|
120
|
+
"@utrecht/data-badge-react": "1.0.2",
|
|
176
121
|
"@utrecht/data-list-css": "1.4.0",
|
|
177
122
|
"@utrecht/data-placeholder-css": "1.4.0",
|
|
178
123
|
"@utrecht/digid-button-css": "1.4.0",
|
|
@@ -180,7 +125,13 @@
|
|
|
180
125
|
"@utrecht/drawer-css": "1.4.0",
|
|
181
126
|
"@utrecht/emphasis-css": "1.4.0",
|
|
182
127
|
"@utrecht/figure-css": "1.4.0",
|
|
128
|
+
"@utrecht/fieldset-react": "1.0.5",
|
|
129
|
+
"@utrecht/form-field-checkbox-react": "1.0.8",
|
|
183
130
|
"@utrecht/focus-ring-css": "2.3.0",
|
|
131
|
+
"@utrecht/form-field-error-message-react": "1.0.5",
|
|
132
|
+
"@utrecht/form-field-description-react": "1.0.5",
|
|
133
|
+
"@utrecht/form-field-react": "1.0.5",
|
|
134
|
+
"@utrecht/form-label-react": "1.0.5",
|
|
184
135
|
"@utrecht/form-toggle-css": "1.4.0",
|
|
185
136
|
"@utrecht/heading-1-css": "1.4.0",
|
|
186
137
|
"@utrecht/heading-2-css": "1.4.0",
|
|
@@ -193,11 +144,13 @@
|
|
|
193
144
|
"@utrecht/iban-data-css": "1.3.0",
|
|
194
145
|
"@utrecht/icon": "1.3.0",
|
|
195
146
|
"@utrecht/img-css": "1.3.0",
|
|
196
|
-
"@utrecht/index-char-nav-css": "1.4.0",
|
|
197
147
|
"@utrecht/link-button-css": "1.4.0",
|
|
148
|
+
"@utrecht/index-char-nav-css": "1.4.0",
|
|
198
149
|
"@utrecht/link-list-css": "2.3.0",
|
|
150
|
+
"@utrecht/link-react": "1.0.5",
|
|
199
151
|
"@utrecht/link-social-css": "1.4.0",
|
|
200
152
|
"@utrecht/list-social-css": "1.4.0",
|
|
153
|
+
"@utrecht/listbox-react": "1.0.8",
|
|
201
154
|
"@utrecht/logo-button-css": "1.4.0",
|
|
202
155
|
"@utrecht/logo-css": "1.4.0",
|
|
203
156
|
"@utrecht/logo-image-css": "1.4.0",
|
|
@@ -218,6 +171,7 @@
|
|
|
218
171
|
"@utrecht/paragraph-css": "2.2.0",
|
|
219
172
|
"@utrecht/pre-heading-css": "1.4.0",
|
|
220
173
|
"@utrecht/preserve-data-css": "1.3.0",
|
|
174
|
+
"@utrecht/radio-button-react": "1.0.5",
|
|
221
175
|
"@utrecht/rich-text-css": "1.3.0",
|
|
222
176
|
"@utrecht/search-bar-css": "2.2.0",
|
|
223
177
|
"@utrecht/select-css": "1.7.0",
|
|
@@ -230,12 +184,58 @@
|
|
|
230
184
|
"@utrecht/table-css": "1.4.0",
|
|
231
185
|
"@utrecht/table-of-contents-css": "0.3.0",
|
|
232
186
|
"@utrecht/textarea-css": "2.2.0",
|
|
187
|
+
"@utrecht/textbox-react": "1.0.5",
|
|
233
188
|
"@utrecht/top-task-link-css": "1.4.0",
|
|
234
189
|
"@utrecht/top-task-nav-css": "1.3.0",
|
|
235
190
|
"@utrecht/unordered-list-css": "1.4.0",
|
|
236
191
|
"@utrecht/url-data-css": "1.3.0",
|
|
237
192
|
"@utrecht/vega-visualization-css": "1.4.0"
|
|
238
193
|
},
|
|
194
|
+
"devDependencies": {
|
|
195
|
+
"@babel/core": "7.24.7",
|
|
196
|
+
"@babel/plugin-transform-runtime": "7.24.7",
|
|
197
|
+
"@babel/preset-env": "7.24.7",
|
|
198
|
+
"@babel/preset-react": "7.24.7",
|
|
199
|
+
"@babel/preset-typescript": "7.24.7",
|
|
200
|
+
"@babel/runtime": "7.24.7",
|
|
201
|
+
"@rollup/plugin-babel": "6.0.4",
|
|
202
|
+
"@rollup/plugin-commonjs": "26.0.1",
|
|
203
|
+
"@rollup/plugin-json": "6.1.0",
|
|
204
|
+
"@rollup/plugin-node-resolve": "15.2.3",
|
|
205
|
+
"@rollup/plugin-typescript": "12.1.0",
|
|
206
|
+
"@testing-library/dom": "8.20.1",
|
|
207
|
+
"@testing-library/jest-dom": "5.17.0",
|
|
208
|
+
"@testing-library/react": "13.4.0",
|
|
209
|
+
"@testing-library/user-event": "14.5.1",
|
|
210
|
+
"@types/jest": "29.5.11",
|
|
211
|
+
"@types/lodash.chunk": "4.2.9",
|
|
212
|
+
"@types/react": "18.3.3",
|
|
213
|
+
"@types/testing-library__jest-dom": "5.14.9",
|
|
214
|
+
"gatsby": "5.12.12",
|
|
215
|
+
"jest": "29.7.0",
|
|
216
|
+
"jest-environment-jsdom": "29.7.0",
|
|
217
|
+
"next": "13.5.6",
|
|
218
|
+
"react": "18.3.1",
|
|
219
|
+
"react-dom": "18.3.1",
|
|
220
|
+
"react-vega": "7.6.0",
|
|
221
|
+
"rimraf": "5.0.7",
|
|
222
|
+
"rollup": "4.23.0",
|
|
223
|
+
"rollup-plugin-delete": "2.0.0",
|
|
224
|
+
"rollup-plugin-filesize": "10.0.0",
|
|
225
|
+
"rollup-plugin-node-externals": "7.1.2",
|
|
226
|
+
"rollup-plugin-node-polyfills": "0.2.1",
|
|
227
|
+
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
228
|
+
"rollup-plugin-postcss": "4.0.2",
|
|
229
|
+
"rollup-plugin-typescript2": "0.36.0",
|
|
230
|
+
"sass": "1.69.5",
|
|
231
|
+
"sort-package-json": "2.11.0",
|
|
232
|
+
"tslib": "2.6.2",
|
|
233
|
+
"typescript": "5.6.2",
|
|
234
|
+
"vega": "5.26.1",
|
|
235
|
+
"vega-embed": "6.23.0",
|
|
236
|
+
"vega-lite": "5.16.3",
|
|
237
|
+
"@utrecht/build-utils-react": "0.0.1"
|
|
238
|
+
},
|
|
239
239
|
"peerDependencies": {
|
|
240
240
|
"@babel/runtime": "^7.23.6",
|
|
241
241
|
"date-fns": "^2.30.0",
|