@utrecht/component-library-react 9.0.4 → 9.0.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/CHANGELOG.md +17 -0
- package/dist/.jest-test-results.json +1 -1
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@utrecht/component-library-react",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.6",
|
|
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": [
|
|
@@ -192,10 +192,10 @@
|
|
|
192
192
|
"@utrecht/page-header-css": "1.5.0",
|
|
193
193
|
"@utrecht/pagination-css": "1.4.0",
|
|
194
194
|
"@utrecht/paragraph-css": "2.3.0",
|
|
195
|
-
"@utrecht/pre-heading-css": "1.4.0",
|
|
196
195
|
"@utrecht/preserve-data-css": "1.3.0",
|
|
197
196
|
"@utrecht/radio-button-react": "1.0.6",
|
|
198
197
|
"@utrecht/rich-text-css": "1.3.0",
|
|
198
|
+
"@utrecht/pre-heading-css": "1.4.0",
|
|
199
199
|
"@utrecht/search-bar-css": "2.2.0",
|
|
200
200
|
"@utrecht/select-css": "1.8.0",
|
|
201
201
|
"@utrecht/separator-css": "1.5.0",
|
|
@@ -204,15 +204,15 @@
|
|
|
204
204
|
"@utrecht/subscript-css": "1.3.0",
|
|
205
205
|
"@utrecht/superscript-css": "1.3.0",
|
|
206
206
|
"@utrecht/surface-css": "1.4.0",
|
|
207
|
-
"@utrecht/table-css": "1.
|
|
207
|
+
"@utrecht/table-css": "1.6.0",
|
|
208
208
|
"@utrecht/table-of-contents-css": "0.3.0",
|
|
209
|
-
"@utrecht/textarea-css": "2.3.
|
|
209
|
+
"@utrecht/textarea-css": "2.3.1",
|
|
210
210
|
"@utrecht/textbox-react": "1.0.7",
|
|
211
211
|
"@utrecht/top-task-link-css": "1.4.0",
|
|
212
212
|
"@utrecht/top-task-nav-css": "1.3.0",
|
|
213
|
-
"@utrecht/unordered-list-css": "1.5.0",
|
|
214
213
|
"@utrecht/url-data-css": "1.3.0",
|
|
215
|
-
"@utrecht/vega-visualization-css": "1.4.0"
|
|
214
|
+
"@utrecht/vega-visualization-css": "1.4.0",
|
|
215
|
+
"@utrecht/unordered-list-css": "1.5.0"
|
|
216
216
|
},
|
|
217
217
|
"devDependencies": {
|
|
218
218
|
"@babel/core": "7.24.7",
|