@utrecht/component-library-react 10.3.9 → 11.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/CONTRIBUTING.md +2 -2
- package/dist/.jest-test-results.json +1 -1
- package/dist/css-module/index.mjs +2 -2
- package/dist/index.mjs +1 -1
- package/package.json +7 -7
|
@@ -99,7 +99,7 @@ import css$O from '@utrecht/select-css/dist/index.mjs';
|
|
|
99
99
|
import css$P from '@utrecht/separator-css/dist/index.mjs';
|
|
100
100
|
import css$Q from '@utrecht/skip-link-css/dist/index.mjs';
|
|
101
101
|
import css$R from '@utrecht/spotlight-section-css/dist/index.mjs';
|
|
102
|
-
import css$S from '@utrecht/badge-
|
|
102
|
+
import css$S from '@utrecht/status-badge-css/dist/index.mjs';
|
|
103
103
|
import css$T from '@utrecht/subscript-css/dist/index.mjs';
|
|
104
104
|
import css$U from '@utrecht/superscript-css/dist/index.mjs';
|
|
105
105
|
import css$V from '@utrecht/surface-css/dist/index.mjs';
|
|
@@ -2718,7 +2718,7 @@ var StatusBadge = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2718
2718
|
status = _ref.status,
|
|
2719
2719
|
restProps = _objectWithoutProperties(_ref, _excluded$i);
|
|
2720
2720
|
return jsx("span", _objectSpread$i(_objectSpread$i({
|
|
2721
|
-
className: clsx('utrecht-badge
|
|
2721
|
+
className: clsx('utrecht-status-badge', "utrecht-status-badge--".concat(status ? status : 'neutral'), className)
|
|
2722
2722
|
}, restProps), {}, {
|
|
2723
2723
|
ref: ref
|
|
2724
2724
|
}));
|
package/dist/index.mjs
CHANGED
|
@@ -2244,7 +2244,7 @@ var StatusBadge = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2244
2244
|
status = _ref.status,
|
|
2245
2245
|
restProps = _objectWithoutProperties(_ref, _excluded$h);
|
|
2246
2246
|
return jsx("span", _objectSpread$h(_objectSpread$h({
|
|
2247
|
-
className: clsx('utrecht-badge
|
|
2247
|
+
className: clsx('utrecht-status-badge', "utrecht-status-badge--".concat(status ? status : 'neutral'), className)
|
|
2248
2248
|
}, restProps), {}, {
|
|
2249
2249
|
ref: ref
|
|
2250
2250
|
}));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@utrecht/component-library-react",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "11.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": [
|
|
@@ -123,13 +123,12 @@
|
|
|
123
123
|
"@utrecht/backdrop-css": "2.0.1",
|
|
124
124
|
"@utrecht/badge-counter-css": "2.0.1",
|
|
125
125
|
"@utrecht/badge-list-css": "3.0.1",
|
|
126
|
-
"@utrecht/badge-status-css": "2.0.1",
|
|
127
126
|
"@utrecht/blockquote-css": "2.0.1",
|
|
128
|
-
"@utrecht/breadcrumb-nav-css": "2.0
|
|
127
|
+
"@utrecht/breadcrumb-nav-css": "2.1.0",
|
|
129
128
|
"@utrecht/button-group-react": "1.1.3",
|
|
130
129
|
"@utrecht/button-link-css": "2.0.1",
|
|
131
130
|
"@utrecht/button-react": "2.0.10",
|
|
132
|
-
"@utrecht/calendar-react": "1.0.
|
|
131
|
+
"@utrecht/calendar-react": "1.0.15",
|
|
133
132
|
"@utrecht/card-css": "1.0.1",
|
|
134
133
|
"@utrecht/card-react": "0.0.4",
|
|
135
134
|
"@utrecht/checkbox-react": "1.0.11",
|
|
@@ -198,12 +197,13 @@
|
|
|
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
208
|
"@utrecht/superscript-css": "2.0.1",
|
|
209
209
|
"@utrecht/surface-css": "2.0.1",
|
|
@@ -213,8 +213,8 @@
|
|
|
213
213
|
"@utrecht/textbox-react": "1.0.12",
|
|
214
214
|
"@utrecht/top-task-link-css": "2.0.1",
|
|
215
215
|
"@utrecht/top-task-nav-css": "1.3.2",
|
|
216
|
-
"@utrecht/url-data-css": "2.0.1",
|
|
217
216
|
"@utrecht/unordered-list-css": "2.0.1",
|
|
217
|
+
"@utrecht/url-data-css": "2.0.1",
|
|
218
218
|
"@utrecht/vega-visualization-css": "1.4.2"
|
|
219
219
|
},
|
|
220
220
|
"devDependencies": {
|
|
@@ -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",
|