@utrecht/component-library-react 4.0.0 → 4.1.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/dist/.jest-test-results.json +1 -1
- package/dist/RichText.d.ts +7 -0
- package/dist/css-module/Calendar.js +1 -1
- package/dist/css-module/Calendar.js.map +1 -1
- package/dist/css-module/Calendar.mjs +1 -1
- package/dist/css-module/Calendar.mjs.map +1 -1
- package/dist/css-module/RichText.d.ts +7 -0
- package/dist/css-module/VegaVisualization.js +1 -1
- package/dist/css-module/VegaVisualization.js.map +1 -1
- package/dist/css-module/VegaVisualization.mjs +1 -1
- package/dist/css-module/VegaVisualization.mjs.map +1 -1
- package/dist/css-module/css-module/RichText.d.ts +6 -0
- package/dist/css-module/css-module/index.d.ts +2 -0
- package/dist/css-module/index.d.ts +2 -0
- package/dist/css-module/index.js +528 -509
- package/dist/css-module/index.js.map +1 -1
- package/dist/css-module/index.mjs +528 -510
- package/dist/css-module/index.mjs.map +1 -1
- package/dist/index.cjs.js +395 -379
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.esm.js +395 -380
- package/dist/index.esm.js.map +1 -1
- package/package.json +40 -38
package/dist/index.esm.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "4.
|
|
2
|
+
"version": "4.1.0",
|
|
3
3
|
"author": "Community for NL Design System",
|
|
4
4
|
"description": "React component library bundle for the Municipality of Utrecht based on the NL Design System architecture",
|
|
5
5
|
"license": "EUPL-1.2",
|
|
@@ -13,7 +13,8 @@
|
|
|
13
13
|
},
|
|
14
14
|
"repository": {
|
|
15
15
|
"type": "git+ssh",
|
|
16
|
-
"url": "git@github.com:nl-design-system/utrecht.git"
|
|
16
|
+
"url": "git@github.com:nl-design-system/utrecht.git",
|
|
17
|
+
"directory": "packages/component-library-react"
|
|
17
18
|
},
|
|
18
19
|
"sideEffects": false,
|
|
19
20
|
"main": "./dist/index.cjs.js",
|
|
@@ -23,18 +24,18 @@
|
|
|
23
24
|
"dist/"
|
|
24
25
|
],
|
|
25
26
|
"dependencies": {
|
|
26
|
-
"clsx": "
|
|
27
|
+
"clsx": "2.1.1",
|
|
27
28
|
"lodash.chunk": "4.2.0"
|
|
28
29
|
},
|
|
29
30
|
"devDependencies": {
|
|
30
|
-
"@babel/core": "7.
|
|
31
|
-
"@babel/plugin-transform-runtime": "7.
|
|
32
|
-
"@babel/preset-env": "7.
|
|
33
|
-
"@babel/preset-react": "7.
|
|
34
|
-
"@babel/preset-typescript": "7.
|
|
35
|
-
"@babel/runtime": "7.
|
|
31
|
+
"@babel/core": "7.24.7",
|
|
32
|
+
"@babel/plugin-transform-runtime": "7.24.7",
|
|
33
|
+
"@babel/preset-env": "7.24.7",
|
|
34
|
+
"@babel/preset-react": "7.24.7",
|
|
35
|
+
"@babel/preset-typescript": "7.24.7",
|
|
36
|
+
"@babel/runtime": "7.24.7",
|
|
36
37
|
"@rollup/plugin-babel": "6.0.4",
|
|
37
|
-
"@rollup/plugin-commonjs": "
|
|
38
|
+
"@rollup/plugin-commonjs": "26.0.1",
|
|
38
39
|
"@rollup/plugin-json": "6.1.0",
|
|
39
40
|
"@rollup/plugin-node-resolve": "15.2.3",
|
|
40
41
|
"@testing-library/dom": "8.20.1",
|
|
@@ -43,21 +44,21 @@
|
|
|
43
44
|
"@testing-library/user-event": "14.5.1",
|
|
44
45
|
"@types/jest": "29.5.11",
|
|
45
46
|
"@types/lodash.chunk": "4.2.9",
|
|
46
|
-
"@types/react": "18.
|
|
47
|
+
"@types/react": "18.3.3",
|
|
47
48
|
"@types/testing-library__jest-dom": "5.14.9",
|
|
48
49
|
"date-fns": "2.30.0",
|
|
49
50
|
"gatsby": "5.12.12",
|
|
50
51
|
"jest": "29.7.0",
|
|
51
52
|
"jest-environment-jsdom": "29.7.0",
|
|
52
53
|
"next": "13.5.6",
|
|
53
|
-
"react": "18.
|
|
54
|
-
"react-dom": "18.
|
|
54
|
+
"react": "18.3.1",
|
|
55
|
+
"react-dom": "18.3.1",
|
|
55
56
|
"react-vega": "7.6.0",
|
|
56
|
-
"rimraf": "
|
|
57
|
-
"rollup": "
|
|
57
|
+
"rimraf": "5.0.7",
|
|
58
|
+
"rollup": "4.18.0",
|
|
58
59
|
"rollup-plugin-delete": "2.0.0",
|
|
59
|
-
"rollup-plugin-filesize": "
|
|
60
|
-
"rollup-plugin-node-externals": "
|
|
60
|
+
"rollup-plugin-filesize": "10.0.0",
|
|
61
|
+
"rollup-plugin-node-externals": "7.1.2",
|
|
61
62
|
"rollup-plugin-node-polyfills": "0.2.1",
|
|
62
63
|
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
63
64
|
"rollup-plugin-postcss": "4.0.2",
|
|
@@ -73,81 +74,81 @@
|
|
|
73
74
|
"@utrecht/alert-dialog-css": "1.1.0",
|
|
74
75
|
"@utrecht/alternate-lang-nav-css": "1.1.0",
|
|
75
76
|
"@utrecht/article-css": "1.1.0",
|
|
76
|
-
"@utrecht/backdrop-css": "1.1.0",
|
|
77
77
|
"@utrecht/badge-counter-css": "1.1.0",
|
|
78
78
|
"@utrecht/badge-data-css": "1.1.0",
|
|
79
|
+
"@utrecht/backdrop-css": "1.1.0",
|
|
79
80
|
"@utrecht/badge-list-css": "1.1.0",
|
|
80
81
|
"@utrecht/badge-status-css": "1.1.0",
|
|
81
82
|
"@utrecht/blockquote-css": "1.1.0",
|
|
82
83
|
"@utrecht/breadcrumb-nav-css": "1.1.0",
|
|
83
|
-
"@utrecht/button-css": "1.1.0",
|
|
84
84
|
"@utrecht/button-group-css": "1.1.0",
|
|
85
85
|
"@utrecht/button-link-css": "1.1.0",
|
|
86
86
|
"@utrecht/calendar-css": "1.1.0",
|
|
87
87
|
"@utrecht/checkbox-css": "1.1.0",
|
|
88
|
+
"@utrecht/button-css": "1.1.0",
|
|
88
89
|
"@utrecht/code-block-css": "1.1.0",
|
|
89
|
-
"@utrecht/code-css": "1.1.0",
|
|
90
90
|
"@utrecht/color-sample-css": "1.1.0",
|
|
91
91
|
"@utrecht/column-layout-css": "1.1.0",
|
|
92
|
-
"@utrecht/
|
|
92
|
+
"@utrecht/code-css": "1.1.0",
|
|
93
93
|
"@utrecht/currency-data-css": "1.1.0",
|
|
94
|
+
"@utrecht/combobox-css": "1.1.0",
|
|
94
95
|
"@utrecht/custom-checkbox-css": "1.1.1",
|
|
95
96
|
"@utrecht/data-list-css": "1.1.0",
|
|
96
|
-
"@utrecht/data-placeholder-css": "1.1.0",
|
|
97
97
|
"@utrecht/digid-button-css": "1.1.0",
|
|
98
|
+
"@utrecht/data-placeholder-css": "1.1.0",
|
|
98
99
|
"@utrecht/document-css": "1.1.0",
|
|
99
|
-
"@utrecht/drawer-css": "1.1.0",
|
|
100
100
|
"@utrecht/emphasis-css": "1.1.0",
|
|
101
|
-
"@utrecht/
|
|
101
|
+
"@utrecht/drawer-css": "1.1.0",
|
|
102
102
|
"@utrecht/focus-ring-css": "1.1.0",
|
|
103
|
+
"@utrecht/figure-css": "1.1.0",
|
|
103
104
|
"@utrecht/form-field-css": "1.1.0",
|
|
104
|
-
"@utrecht/form-field-description-css": "1.1.0",
|
|
105
105
|
"@utrecht/form-field-error-message-css": "1.1.0",
|
|
106
106
|
"@utrecht/form-fieldset-css": "1.1.0",
|
|
107
107
|
"@utrecht/form-label-css": "1.1.0",
|
|
108
|
-
"@utrecht/form-toggle-css": "1.1.0",
|
|
109
108
|
"@utrecht/heading-1-css": "1.1.0",
|
|
110
109
|
"@utrecht/heading-2-css": "1.1.0",
|
|
111
110
|
"@utrecht/heading-3-css": "1.1.0",
|
|
112
111
|
"@utrecht/heading-4-css": "1.1.0",
|
|
113
|
-
"@utrecht/
|
|
112
|
+
"@utrecht/form-toggle-css": "1.1.0",
|
|
114
113
|
"@utrecht/heading-6-css": "1.1.0",
|
|
114
|
+
"@utrecht/heading-5-css": "1.1.0",
|
|
115
115
|
"@utrecht/heading-group-css": "1.1.0",
|
|
116
116
|
"@utrecht/html-content-css": "1.1.0",
|
|
117
117
|
"@utrecht/iban-data-css": "1.1.0",
|
|
118
|
-
"@utrecht/icon": "1.
|
|
118
|
+
"@utrecht/icon": "1.1.0",
|
|
119
|
+
"@utrecht/form-field-description-css": "1.1.0",
|
|
119
120
|
"@utrecht/img-css": "1.1.0",
|
|
120
|
-
"@utrecht/index-char-nav-css": "1.1.0",
|
|
121
121
|
"@utrecht/link-button-css": "1.1.0",
|
|
122
122
|
"@utrecht/link-css": "1.1.0",
|
|
123
123
|
"@utrecht/link-list-css": "2.0.0",
|
|
124
|
+
"@utrecht/index-char-nav-css": "1.1.0",
|
|
124
125
|
"@utrecht/link-social-css": "1.1.0",
|
|
125
|
-
"@utrecht/list-social-css": "1.1.0",
|
|
126
126
|
"@utrecht/listbox-css": "1.1.0",
|
|
127
127
|
"@utrecht/logo-button-css": "1.1.0",
|
|
128
|
+
"@utrecht/list-social-css": "1.1.0",
|
|
128
129
|
"@utrecht/logo-css": "1.1.0",
|
|
129
|
-
"@utrecht/logo-image-css": "1.1.0",
|
|
130
130
|
"@utrecht/map-control-button-css": "1.1.0",
|
|
131
131
|
"@utrecht/map-marker-css": "1.1.0",
|
|
132
|
-
"@utrecht/
|
|
132
|
+
"@utrecht/logo-image-css": "1.1.0",
|
|
133
133
|
"@utrecht/multiline-data-css": "1.1.0",
|
|
134
|
-
"@utrecht/
|
|
134
|
+
"@utrecht/mark-css": "1.1.0",
|
|
135
135
|
"@utrecht/nav-list-css": "1.1.0",
|
|
136
136
|
"@utrecht/number-data-css": "1.1.0",
|
|
137
|
-
"@utrecht/
|
|
137
|
+
"@utrecht/nav-bar-css": "1.1.0",
|
|
138
138
|
"@utrecht/page-content-css": "1.1.0",
|
|
139
|
+
"@utrecht/ordered-list-css": "1.1.0",
|
|
139
140
|
"@utrecht/page-css": "1.1.0",
|
|
140
|
-
"@utrecht/page-footer-css": "1.1.0",
|
|
141
141
|
"@utrecht/page-header-css": "1.1.0",
|
|
142
142
|
"@utrecht/pagination-css": "1.1.0",
|
|
143
|
+
"@utrecht/page-footer-css": "1.1.0",
|
|
143
144
|
"@utrecht/paragraph-css": "1.1.0",
|
|
144
145
|
"@utrecht/pre-heading-css": "1.1.0",
|
|
145
|
-
"@utrecht/preserve-data-css": "1.1.0",
|
|
146
146
|
"@utrecht/radio-button-css": "1.1.0",
|
|
147
|
+
"@utrecht/rich-text-css": "1.0.0",
|
|
148
|
+
"@utrecht/preserve-data-css": "1.1.0",
|
|
147
149
|
"@utrecht/search-bar-css": "1.1.0",
|
|
148
150
|
"@utrecht/select-css": "1.1.0",
|
|
149
151
|
"@utrecht/separator-css": "1.1.0",
|
|
150
|
-
"@utrecht/skip-link-css": "1.1.0",
|
|
151
152
|
"@utrecht/spotlight-section-css": "1.1.0",
|
|
152
153
|
"@utrecht/surface-css": "1.1.0",
|
|
153
154
|
"@utrecht/table-css": "1.1.0",
|
|
@@ -157,7 +158,8 @@
|
|
|
157
158
|
"@utrecht/top-task-nav-css": "1.1.0",
|
|
158
159
|
"@utrecht/unordered-list-css": "1.1.0",
|
|
159
160
|
"@utrecht/url-data-css": "1.1.0",
|
|
160
|
-
"@utrecht/vega-visualization-css": "1.1.0"
|
|
161
|
+
"@utrecht/vega-visualization-css": "1.1.0",
|
|
162
|
+
"@utrecht/skip-link-css": "1.1.0"
|
|
161
163
|
},
|
|
162
164
|
"peerDependencies": {
|
|
163
165
|
"@babel/runtime": "^7.23.6",
|