@utrecht/component-library-react 10.3.10 → 12.0.0
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 +24 -0
- package/dist/.jest-test-results.json +1 -1
- package/dist/NavBar.d.ts +8 -7
- package/dist/NavBar.d.ts.map +1 -1
- package/dist/NavList.d.ts +1 -0
- package/dist/NavList.d.ts.map +1 -1
- package/dist/css-module/NavBar.d.ts +8 -7
- package/dist/css-module/NavBar.d.ts.map +1 -1
- package/dist/css-module/NavList.d.ts +1 -0
- package/dist/css-module/NavList.d.ts.map +1 -1
- package/dist/css-module/index.mjs +290 -268
- package/dist/css-module/index.mjs.map +1 -1
- package/dist/index.mjs +289 -267
- package/dist/index.mjs.map +1 -1
- package/package.json +23 -23
package/dist/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
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": "
|
|
3
|
+
"version": "12.0.0",
|
|
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": [
|
|
@@ -119,21 +119,20 @@
|
|
|
119
119
|
"@utrecht/alert-css": "3.0.1",
|
|
120
120
|
"@utrecht/alert-dialog-css": "2.0.1",
|
|
121
121
|
"@utrecht/alternate-lang-nav-css": "2.0.1",
|
|
122
|
-
"@utrecht/article-css": "2.0.1",
|
|
123
122
|
"@utrecht/backdrop-css": "2.0.1",
|
|
124
123
|
"@utrecht/badge-counter-css": "2.0.1",
|
|
125
124
|
"@utrecht/badge-list-css": "3.0.1",
|
|
126
|
-
"@utrecht/
|
|
127
|
-
"@utrecht/blockquote-css": "2.0.1",
|
|
125
|
+
"@utrecht/article-css": "2.0.1",
|
|
128
126
|
"@utrecht/breadcrumb-nav-css": "2.1.0",
|
|
127
|
+
"@utrecht/blockquote-css": "2.0.1",
|
|
129
128
|
"@utrecht/button-group-react": "1.1.3",
|
|
130
|
-
"@utrecht/button-link-css": "2.0.1",
|
|
131
129
|
"@utrecht/button-react": "2.0.10",
|
|
132
|
-
"@utrecht/
|
|
133
|
-
"@utrecht/
|
|
134
|
-
"@utrecht/card-react": "0.0.4",
|
|
130
|
+
"@utrecht/button-link-css": "2.0.1",
|
|
131
|
+
"@utrecht/calendar-react": "1.0.15",
|
|
135
132
|
"@utrecht/checkbox-react": "1.0.11",
|
|
133
|
+
"@utrecht/card-css": "1.0.1",
|
|
136
134
|
"@utrecht/code-block-css": "2.0.1",
|
|
135
|
+
"@utrecht/card-react": "0.0.4",
|
|
137
136
|
"@utrecht/code-css": "2.0.1",
|
|
138
137
|
"@utrecht/color-sample-css": "2.0.1",
|
|
139
138
|
"@utrecht/column-layout-css": "2.0.1",
|
|
@@ -141,78 +140,79 @@
|
|
|
141
140
|
"@utrecht/currency-data-css": "2.0.1",
|
|
142
141
|
"@utrecht/custom-checkbox-css": "2.0.1",
|
|
143
142
|
"@utrecht/data-badge-css": "2.0.1",
|
|
144
|
-
"@utrecht/data-badge-react": "1.0.7",
|
|
145
143
|
"@utrecht/data-list-css": "2.0.1",
|
|
146
144
|
"@utrecht/data-placeholder-css": "2.0.1",
|
|
147
145
|
"@utrecht/digid-button-css": "1.4.2",
|
|
148
|
-
"@utrecht/
|
|
146
|
+
"@utrecht/data-badge-react": "1.0.7",
|
|
149
147
|
"@utrecht/drawer-css": "2.0.1",
|
|
150
148
|
"@utrecht/emphasis-css": "2.0.1",
|
|
151
149
|
"@utrecht/fieldset-react": "1.0.10",
|
|
150
|
+
"@utrecht/document-css": "2.0.1",
|
|
152
151
|
"@utrecht/figure-css": "2.0.1",
|
|
153
|
-
"@utrecht/focus-ring-css": "3.0.1",
|
|
154
152
|
"@utrecht/form-field-checkbox-react": "1.1.3",
|
|
153
|
+
"@utrecht/focus-ring-css": "3.0.1",
|
|
155
154
|
"@utrecht/form-field-description-react": "1.0.10",
|
|
156
155
|
"@utrecht/form-field-error-message-react": "1.0.10",
|
|
157
|
-
"@utrecht/form-field-react": "1.0.10",
|
|
158
156
|
"@utrecht/form-label-react": "1.0.10",
|
|
159
157
|
"@utrecht/form-toggle-css": "2.0.1",
|
|
158
|
+
"@utrecht/form-field-react": "1.0.10",
|
|
160
159
|
"@utrecht/heading-1-css": "2.0.1",
|
|
161
160
|
"@utrecht/heading-2-css": "2.0.1",
|
|
162
161
|
"@utrecht/heading-3-css": "2.0.1",
|
|
163
162
|
"@utrecht/heading-4-css": "2.0.1",
|
|
164
163
|
"@utrecht/heading-5-css": "2.0.1",
|
|
165
164
|
"@utrecht/heading-6-css": "2.0.1",
|
|
166
|
-
"@utrecht/heading-group-css": "2.0.1",
|
|
167
165
|
"@utrecht/html-content-css": "2.0.1",
|
|
168
166
|
"@utrecht/iban-data-css": "2.0.1",
|
|
167
|
+
"@utrecht/heading-group-css": "2.0.1",
|
|
169
168
|
"@utrecht/icon-css": "3.0.1",
|
|
170
169
|
"@utrecht/img-css": "2.0.1",
|
|
171
170
|
"@utrecht/index-char-nav-css": "2.0.1",
|
|
172
171
|
"@utrecht/link-button-css": "2.0.1",
|
|
173
|
-
"@utrecht/link-list-css": "3.0.1",
|
|
174
|
-
"@utrecht/link-react": "1.0.10",
|
|
175
172
|
"@utrecht/link-social-css": "2.0.1",
|
|
173
|
+
"@utrecht/link-react": "1.0.10",
|
|
176
174
|
"@utrecht/list-social-css": "2.0.1",
|
|
177
175
|
"@utrecht/listbox-react": "1.0.13",
|
|
176
|
+
"@utrecht/link-list-css": "3.0.1",
|
|
178
177
|
"@utrecht/logo-button-css": "1.4.2",
|
|
179
178
|
"@utrecht/logo-css": "2.0.1",
|
|
180
179
|
"@utrecht/logo-image-css": "1.4.2",
|
|
181
180
|
"@utrecht/map-control-button-css": "3.0.1",
|
|
182
181
|
"@utrecht/map-marker-css": "2.0.1",
|
|
183
|
-
"@utrecht/mark-css": "2.0.1",
|
|
184
182
|
"@utrecht/multiline-data-css": "2.0.1",
|
|
183
|
+
"@utrecht/mark-css": "2.0.1",
|
|
185
184
|
"@utrecht/nav-bar-css": "2.0.1",
|
|
186
185
|
"@utrecht/nav-list-css": "1.3.2",
|
|
187
186
|
"@utrecht/number-badge-css": "3.0.1",
|
|
188
187
|
"@utrecht/number-data-css": "2.0.1",
|
|
189
188
|
"@utrecht/open-forms-container-css": "2.0.1",
|
|
190
189
|
"@utrecht/open-forms-container-react": "1.0.5",
|
|
191
|
-
"@utrecht/ordered-list-css": "3.0.1",
|
|
192
190
|
"@utrecht/page-content-css": "2.0.1",
|
|
191
|
+
"@utrecht/ordered-list-css": "3.0.1",
|
|
192
|
+
"@utrecht/page-header-css": "2.0.1",
|
|
193
193
|
"@utrecht/page-css": "2.0.1",
|
|
194
194
|
"@utrecht/page-footer-css": "3.0.1",
|
|
195
|
-
"@utrecht/page-header-css": "2.0.1",
|
|
196
|
-
"@utrecht/pagination-css": "2.0.3",
|
|
197
195
|
"@utrecht/paragraph-css": "3.0.1",
|
|
196
|
+
"@utrecht/pagination-css": "2.0.3",
|
|
198
197
|
"@utrecht/pre-heading-css": "2.0.1",
|
|
199
198
|
"@utrecht/preserve-data-css": "2.0.1",
|
|
200
199
|
"@utrecht/radio-button-react": "1.0.10",
|
|
201
|
-
"@utrecht/rich-text-css": "2.0
|
|
200
|
+
"@utrecht/rich-text-css": "2.1.0",
|
|
202
201
|
"@utrecht/search-bar-css": "3.0.1",
|
|
203
202
|
"@utrecht/select-css": "2.0.1",
|
|
204
203
|
"@utrecht/separator-css": "2.0.1",
|
|
205
204
|
"@utrecht/skip-link-css": "2.0.1",
|
|
206
205
|
"@utrecht/spotlight-section-css": "2.0.1",
|
|
206
|
+
"@utrecht/status-badge-css": "1.0.0",
|
|
207
207
|
"@utrecht/subscript-css": "2.0.1",
|
|
208
|
-
"@utrecht/superscript-css": "2.0.1",
|
|
209
208
|
"@utrecht/surface-css": "2.0.1",
|
|
209
|
+
"@utrecht/superscript-css": "2.0.1",
|
|
210
210
|
"@utrecht/table-css": "2.0.1",
|
|
211
211
|
"@utrecht/table-of-contents-css": "1.0.1",
|
|
212
212
|
"@utrecht/textarea-css": "3.0.1",
|
|
213
213
|
"@utrecht/textbox-react": "1.0.12",
|
|
214
|
-
"@utrecht/top-task-link-css": "2.0.1",
|
|
215
214
|
"@utrecht/top-task-nav-css": "1.3.2",
|
|
215
|
+
"@utrecht/top-task-link-css": "2.0.1",
|
|
216
216
|
"@utrecht/unordered-list-css": "2.0.1",
|
|
217
217
|
"@utrecht/url-data-css": "2.0.1",
|
|
218
218
|
"@utrecht/vega-visualization-css": "1.4.2"
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
"gatsby": "5.12.12",
|
|
241
241
|
"jest": "29.7.0",
|
|
242
242
|
"jest-environment-jsdom": "29.7.0",
|
|
243
|
-
"next": "13.5.
|
|
243
|
+
"next": "13.5.11",
|
|
244
244
|
"react": "18.3.1",
|
|
245
245
|
"react-dom": "18.3.1",
|
|
246
246
|
"react-vega": "7.6.0",
|