@utrecht/component-library-react 8.0.5 → 9.0.1
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 +65 -0
- package/dist/.jest-test-results.json +1 -1
- package/dist/Paragraph.d.ts +5 -1
- package/dist/Paragraph.d.ts.map +1 -1
- package/dist/css-module/Paragraph.d.ts +5 -1
- package/dist/css-module/Paragraph.d.ts.map +1 -1
- package/dist/css-module/index.mjs +7 -4
- package/dist/css-module/index.mjs.map +1 -1
- package/dist/index.mjs +6 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +69 -48
package/dist/Paragraph.d.ts
CHANGED
|
@@ -4,8 +4,11 @@
|
|
|
4
4
|
* Copyright (c) 2021-2024 Gemeente Utrecht
|
|
5
5
|
*/
|
|
6
6
|
import { HTMLAttributes } from 'react';
|
|
7
|
+
declare const APPEARANCE_VALUES: readonly ["lead", "small"];
|
|
8
|
+
export type ParagraphAppearance = (typeof APPEARANCE_VALUES)[number];
|
|
9
|
+
export declare const isParagraphAppearance: <T>(x: unknown) => x is T;
|
|
7
10
|
export interface ParagraphProps extends HTMLAttributes<HTMLParagraphElement> {
|
|
8
|
-
appearance?:
|
|
11
|
+
appearance?: ParagraphAppearance;
|
|
9
12
|
/**
|
|
10
13
|
*
|
|
11
14
|
* @deprecated Use `appearance="lead"` instead
|
|
@@ -20,4 +23,5 @@ export interface ParagraphProps extends HTMLAttributes<HTMLParagraphElement> {
|
|
|
20
23
|
export declare const Paragraph: import("react").ForwardRefExoticComponent<ParagraphProps & {
|
|
21
24
|
children?: import("react").ReactNode | undefined;
|
|
22
25
|
} & import("react").RefAttributes<HTMLParagraphElement>>;
|
|
26
|
+
export {};
|
|
23
27
|
//# sourceMappingURL=Paragraph.d.ts.map
|
package/dist/Paragraph.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Paragraph.d.ts","sourceRoot":"","sources":["../src/Paragraph.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,EAA4B,cAAc,EAAqB,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Paragraph.d.ts","sourceRoot":"","sources":["../src/Paragraph.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,EAA4B,cAAc,EAAqB,MAAM,OAAO,CAAC;AAOpF,QAAA,MAAM,iBAAiB,4BAA6B,CAAC;AAErD,MAAM,MAAM,mBAAmB,GAAG,CAAC,OAAO,iBAAiB,CAAC,CAAC,MAAM,CAAC,CAAC;AAErE,eAAO,MAAM,qBAAqB,GAP/B,CAAC,KAAM,OAAO,KAAG,CAAC,KAO4C,CAAC;AAElE,MAAM,WAAW,cAAe,SAAQ,cAAc,CAAC,oBAAoB,CAAC;IAC1E,UAAU,CAAC,EAAE,mBAAmB,CAAC;IACjC;;;OAGG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IAEf;;;OAGG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB;AAED,eAAO,MAAM,SAAS;;wDAiCrB,CAAC"}
|
|
@@ -4,8 +4,11 @@
|
|
|
4
4
|
* Copyright (c) 2021-2024 Gemeente Utrecht
|
|
5
5
|
*/
|
|
6
6
|
import { HTMLAttributes } from 'react';
|
|
7
|
+
declare const APPEARANCE_VALUES: readonly ["lead", "small"];
|
|
8
|
+
export type ParagraphAppearance = (typeof APPEARANCE_VALUES)[number];
|
|
9
|
+
export declare const isParagraphAppearance: <T>(x: unknown) => x is T;
|
|
7
10
|
export interface ParagraphProps extends HTMLAttributes<HTMLParagraphElement> {
|
|
8
|
-
appearance?:
|
|
11
|
+
appearance?: ParagraphAppearance;
|
|
9
12
|
/**
|
|
10
13
|
*
|
|
11
14
|
* @deprecated Use `appearance="lead"` instead
|
|
@@ -20,4 +23,5 @@ export interface ParagraphProps extends HTMLAttributes<HTMLParagraphElement> {
|
|
|
20
23
|
export declare const Paragraph: import("react").ForwardRefExoticComponent<ParagraphProps & {
|
|
21
24
|
children?: import("react").ReactNode | undefined;
|
|
22
25
|
} & import("react").RefAttributes<HTMLParagraphElement>>;
|
|
26
|
+
export {};
|
|
23
27
|
//# sourceMappingURL=Paragraph.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Paragraph.d.ts","sourceRoot":"","sources":["../../src/Paragraph.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,EAA4B,cAAc,EAAqB,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Paragraph.d.ts","sourceRoot":"","sources":["../../src/Paragraph.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,EAA4B,cAAc,EAAqB,MAAM,OAAO,CAAC;AAOpF,QAAA,MAAM,iBAAiB,4BAA6B,CAAC;AAErD,MAAM,MAAM,mBAAmB,GAAG,CAAC,OAAO,iBAAiB,CAAC,CAAC,MAAM,CAAC,CAAC;AAErE,eAAO,MAAM,qBAAqB,GAP/B,CAAC,KAAM,OAAO,KAAG,CAAC,KAO4C,CAAC;AAElE,MAAM,WAAW,cAAe,SAAQ,cAAc,CAAC,oBAAoB,CAAC;IAC1E,UAAU,CAAC,EAAE,mBAAmB,CAAC;IACjC;;;OAGG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IAEf;;;OAGG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB;AAED,eAAO,MAAM,SAAS;;wDAiCrB,CAAC"}
|
|
@@ -54,7 +54,7 @@ import heading5css from '@utrecht/heading-5-css/dist/index.mjs';
|
|
|
54
54
|
import heading6css from '@utrecht/heading-6-css/dist/index.mjs';
|
|
55
55
|
import css$o from '@utrecht/heading-group-css/dist/index.mjs';
|
|
56
56
|
import css$p from '@utrecht/iban-data-css/dist/index.mjs';
|
|
57
|
-
import css$q from '@utrecht/icon/dist/index.mjs';
|
|
57
|
+
import css$q from '@utrecht/icon-css/dist/index.mjs';
|
|
58
58
|
import css$r from '@utrecht/index-char-nav-css/dist/index.mjs';
|
|
59
59
|
import css$s from '@utrecht/img-css/dist/index.mjs';
|
|
60
60
|
export { Link } from '@utrecht/link-react/dist/css';
|
|
@@ -2499,11 +2499,14 @@ var Paragraph = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2499
2499
|
small = _ref.small,
|
|
2500
2500
|
appearance = _ref.appearance,
|
|
2501
2501
|
restProps = _objectWithoutProperties(_ref, _excluded$r);
|
|
2502
|
-
var isLead = appearance === 'lead' || lead
|
|
2503
|
-
var isSmall = appearance === 'small' || small
|
|
2502
|
+
var isLead = appearance === 'lead' || !!lead;
|
|
2503
|
+
var isSmall = appearance === 'small' || !!small;
|
|
2504
|
+
// Ignore combinations of `lead` and `small`
|
|
2505
|
+
isLead = isLead !== isSmall ? isLead : false;
|
|
2506
|
+
isSmall = isSmall !== isLead ? isSmall : false;
|
|
2504
2507
|
return jsx("p", _objectSpread$r(_objectSpread$r({}, restProps), {}, {
|
|
2505
2508
|
ref: ref,
|
|
2506
|
-
className: clsx('utrecht-paragraph', isLead &&
|
|
2509
|
+
className: clsx('utrecht-paragraph', isLead && "utrecht-paragraph--lead", isSmall && "utrecht-paragraph--small", className),
|
|
2507
2510
|
children: isLead ? jsx("b", {
|
|
2508
2511
|
className: "utrecht-paragraph__b",
|
|
2509
2512
|
children: children
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/index.mjs
CHANGED
|
@@ -2032,11 +2032,14 @@ var Paragraph = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2032
2032
|
small = _ref.small,
|
|
2033
2033
|
appearance = _ref.appearance,
|
|
2034
2034
|
restProps = _objectWithoutProperties(_ref, _excluded$r);
|
|
2035
|
-
var isLead = appearance === 'lead' || lead
|
|
2036
|
-
var isSmall = appearance === 'small' || small
|
|
2035
|
+
var isLead = appearance === 'lead' || !!lead;
|
|
2036
|
+
var isSmall = appearance === 'small' || !!small;
|
|
2037
|
+
// Ignore combinations of `lead` and `small`
|
|
2038
|
+
isLead = isLead !== isSmall ? isLead : false;
|
|
2039
|
+
isSmall = isSmall !== isLead ? isSmall : false;
|
|
2037
2040
|
return jsx("p", _objectSpread$r(_objectSpread$r({}, restProps), {}, {
|
|
2038
2041
|
ref: ref,
|
|
2039
|
-
className: clsx('utrecht-paragraph', isLead &&
|
|
2042
|
+
className: clsx('utrecht-paragraph', isLead && "utrecht-paragraph--lead", isSmall && "utrecht-paragraph--small", className),
|
|
2040
2043
|
children: isLead ? jsx("b", {
|
|
2041
2044
|
className: "utrecht-paragraph__b",
|
|
2042
2045
|
children: children
|
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": "9.0.1",
|
|
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": [
|
|
@@ -23,12 +23,33 @@
|
|
|
23
23
|
"types": "./dist/index.d.ts",
|
|
24
24
|
"import": "./dist/index.mjs"
|
|
25
25
|
},
|
|
26
|
+
"./VegaVisualization": {
|
|
27
|
+
"types": "./dist/VegaVisualization.d.ts",
|
|
28
|
+
"import": "./dist/VegaVisualization.mjs"
|
|
29
|
+
},
|
|
30
|
+
"./Calendar": {
|
|
31
|
+
"types": "./dist/Calendar.d.ts",
|
|
32
|
+
"import": "./dist/Calendar.mjs"
|
|
33
|
+
},
|
|
34
|
+
"./css-module": {
|
|
35
|
+
"types": "./dist/css-module/index.d.ts",
|
|
36
|
+
"import": "./dist/css-module/index.mjs"
|
|
37
|
+
},
|
|
38
|
+
"./css-module/VegaVisualization": {
|
|
39
|
+
"types": "./dist/css-module/VegaVisualization.d.ts",
|
|
40
|
+
"import": "./dist/css-module/VegaVisualization.mjs"
|
|
41
|
+
},
|
|
42
|
+
"./css-module/Calendar": {
|
|
43
|
+
"types": "./dist/css-module/Calendar.d.ts",
|
|
44
|
+
"import": "./dist/css-module/Calendar.mjs"
|
|
45
|
+
},
|
|
26
46
|
"./dist/.jest-test-results.json": "./dist/.jest-test-results.json",
|
|
47
|
+
"./tsconfig.md": "./tsconfig.md",
|
|
48
|
+
"./TESTING.md": "./TESTING.md",
|
|
49
|
+
"./README.nl.md": "./README.nl.md",
|
|
50
|
+
"./README.md": "./README.md",
|
|
27
51
|
"./CONTRIBUTING.md": "./CONTRIBUTING.md",
|
|
28
52
|
"./CHANGELOG.md": "./CHANGELOG.md",
|
|
29
|
-
"./README.md": "./README.md",
|
|
30
|
-
"./README.nl.md": "./README.nl.md",
|
|
31
|
-
"./TESTING.md": "./TESTING.md",
|
|
32
53
|
"./dist": {
|
|
33
54
|
"types": "./dist/index.d.ts",
|
|
34
55
|
"import": "./dist/index.mjs"
|
|
@@ -96,98 +117,98 @@
|
|
|
96
117
|
"@utrecht/accordion-css": "1.6.0",
|
|
97
118
|
"@utrecht/alert-css": "2.2.0",
|
|
98
119
|
"@utrecht/alternate-lang-nav-css": "1.3.0",
|
|
120
|
+
"@utrecht/article-css": "1.5.0",
|
|
99
121
|
"@utrecht/alert-dialog-css": "1.4.1",
|
|
100
|
-
"@utrecht/article-css": "1.4.0",
|
|
101
122
|
"@utrecht/backdrop-css": "1.4.0",
|
|
102
123
|
"@utrecht/badge-counter-css": "1.4.0",
|
|
103
124
|
"@utrecht/badge-list-css": "2.2.0",
|
|
104
125
|
"@utrecht/badge-status-css": "1.4.0",
|
|
105
|
-
"@utrecht/blockquote-css": "1.
|
|
126
|
+
"@utrecht/blockquote-css": "1.6.0",
|
|
106
127
|
"@utrecht/breadcrumb-nav-css": "1.4.0",
|
|
107
128
|
"@utrecht/button-group-css": "1.4.0",
|
|
108
129
|
"@utrecht/button-link-css": "1.3.0",
|
|
109
|
-
"@utrecht/button-react": "2.0.
|
|
110
|
-
"@utrecht/calendar-react": "1.0.
|
|
111
|
-
"@utrecht/checkbox-react": "1.0.
|
|
112
|
-
"@utrecht/code-block-css": "1.
|
|
113
|
-
"@utrecht/code-css": "1.
|
|
130
|
+
"@utrecht/button-react": "2.0.6",
|
|
131
|
+
"@utrecht/calendar-react": "1.0.10",
|
|
132
|
+
"@utrecht/checkbox-react": "1.0.7",
|
|
133
|
+
"@utrecht/code-block-css": "1.5.0",
|
|
134
|
+
"@utrecht/code-css": "1.5.0",
|
|
114
135
|
"@utrecht/color-sample-css": "1.4.0",
|
|
115
136
|
"@utrecht/column-layout-css": "1.5.0",
|
|
116
|
-
"@utrecht/combobox-react": "0.0.
|
|
137
|
+
"@utrecht/combobox-react": "0.0.7",
|
|
117
138
|
"@utrecht/currency-data-css": "1.3.0",
|
|
118
139
|
"@utrecht/custom-checkbox-css": "1.3.1",
|
|
119
140
|
"@utrecht/data-badge-css": "1.0.0",
|
|
120
|
-
"@utrecht/data-badge-react": "1.0.
|
|
141
|
+
"@utrecht/data-badge-react": "1.0.3",
|
|
121
142
|
"@utrecht/data-list-css": "1.4.0",
|
|
122
143
|
"@utrecht/data-placeholder-css": "1.4.0",
|
|
123
144
|
"@utrecht/digid-button-css": "1.4.0",
|
|
124
|
-
"@utrecht/document-css": "1.
|
|
145
|
+
"@utrecht/document-css": "1.5.0",
|
|
125
146
|
"@utrecht/drawer-css": "1.4.0",
|
|
126
|
-
"@utrecht/emphasis-css": "1.
|
|
127
|
-
"@utrecht/
|
|
128
|
-
"@utrecht/
|
|
129
|
-
"@utrecht/form-field-checkbox-react": "1.0.8",
|
|
147
|
+
"@utrecht/emphasis-css": "1.5.0",
|
|
148
|
+
"@utrecht/fieldset-react": "1.0.6",
|
|
149
|
+
"@utrecht/figure-css": "1.5.0",
|
|
130
150
|
"@utrecht/focus-ring-css": "2.3.0",
|
|
131
|
-
"@utrecht/form-field-
|
|
132
|
-
"@utrecht/form-field-description-react": "1.0.
|
|
133
|
-
"@utrecht/form-field-react": "1.0.
|
|
134
|
-
"@utrecht/form-
|
|
135
|
-
"@utrecht/form-
|
|
136
|
-
"@utrecht/
|
|
137
|
-
"@utrecht/heading-
|
|
138
|
-
"@utrecht/heading-
|
|
139
|
-
"@utrecht/heading-
|
|
140
|
-
"@utrecht/heading-
|
|
141
|
-
"@utrecht/heading-
|
|
142
|
-
"@utrecht/heading-
|
|
143
|
-
"@utrecht/
|
|
151
|
+
"@utrecht/form-field-checkbox-react": "1.0.9",
|
|
152
|
+
"@utrecht/form-field-description-react": "1.0.6",
|
|
153
|
+
"@utrecht/form-field-error-message-react": "1.0.6",
|
|
154
|
+
"@utrecht/form-field-react": "1.0.6",
|
|
155
|
+
"@utrecht/form-label-react": "1.0.6",
|
|
156
|
+
"@utrecht/form-toggle-css": "1.5.0",
|
|
157
|
+
"@utrecht/heading-1-css": "1.5.0",
|
|
158
|
+
"@utrecht/heading-2-css": "1.5.0",
|
|
159
|
+
"@utrecht/heading-3-css": "1.5.0",
|
|
160
|
+
"@utrecht/heading-4-css": "1.5.0",
|
|
161
|
+
"@utrecht/heading-5-css": "1.5.0",
|
|
162
|
+
"@utrecht/heading-6-css": "1.5.0",
|
|
163
|
+
"@utrecht/heading-group-css": "1.5.0",
|
|
164
|
+
"@utrecht/html-content-css": "1.4.0",
|
|
144
165
|
"@utrecht/iban-data-css": "1.3.0",
|
|
145
|
-
"@utrecht/icon": "
|
|
166
|
+
"@utrecht/icon-css": "2.0.0",
|
|
146
167
|
"@utrecht/img-css": "1.3.0",
|
|
147
|
-
"@utrecht/link-button-css": "1.4.0",
|
|
148
168
|
"@utrecht/index-char-nav-css": "1.4.0",
|
|
169
|
+
"@utrecht/link-button-css": "1.4.0",
|
|
149
170
|
"@utrecht/link-list-css": "2.3.0",
|
|
150
|
-
"@utrecht/link-react": "1.0.
|
|
171
|
+
"@utrecht/link-react": "1.0.6",
|
|
151
172
|
"@utrecht/link-social-css": "1.4.0",
|
|
152
173
|
"@utrecht/list-social-css": "1.4.0",
|
|
153
|
-
"@utrecht/listbox-react": "1.0.
|
|
174
|
+
"@utrecht/listbox-react": "1.0.9",
|
|
154
175
|
"@utrecht/logo-button-css": "1.4.0",
|
|
155
176
|
"@utrecht/logo-css": "1.4.0",
|
|
156
177
|
"@utrecht/logo-image-css": "1.4.0",
|
|
157
178
|
"@utrecht/map-control-button-css": "2.2.0",
|
|
158
179
|
"@utrecht/map-marker-css": "1.4.0",
|
|
159
|
-
"@utrecht/mark-css": "1.
|
|
180
|
+
"@utrecht/mark-css": "1.5.0",
|
|
160
181
|
"@utrecht/multiline-data-css": "1.3.0",
|
|
161
182
|
"@utrecht/nav-bar-css": "1.4.0",
|
|
162
183
|
"@utrecht/nav-list-css": "1.3.0",
|
|
163
184
|
"@utrecht/number-badge-css": "2.3.0",
|
|
164
185
|
"@utrecht/number-data-css": "1.4.0",
|
|
165
|
-
"@utrecht/ordered-list-css": "1.
|
|
186
|
+
"@utrecht/ordered-list-css": "1.5.0",
|
|
166
187
|
"@utrecht/page-content-css": "1.4.0",
|
|
167
188
|
"@utrecht/page-css": "1.4.0",
|
|
168
189
|
"@utrecht/page-footer-css": "2.1.0",
|
|
169
190
|
"@utrecht/page-header-css": "1.5.0",
|
|
170
191
|
"@utrecht/pagination-css": "1.4.0",
|
|
171
|
-
"@utrecht/paragraph-css": "2.
|
|
192
|
+
"@utrecht/paragraph-css": "2.3.0",
|
|
172
193
|
"@utrecht/pre-heading-css": "1.4.0",
|
|
173
194
|
"@utrecht/preserve-data-css": "1.3.0",
|
|
174
|
-
"@utrecht/radio-button-react": "1.0.
|
|
195
|
+
"@utrecht/radio-button-react": "1.0.6",
|
|
175
196
|
"@utrecht/rich-text-css": "1.3.0",
|
|
176
197
|
"@utrecht/search-bar-css": "2.2.0",
|
|
177
|
-
"@utrecht/select-css": "1.
|
|
178
|
-
"@utrecht/separator-css": "1.
|
|
198
|
+
"@utrecht/select-css": "1.8.0",
|
|
199
|
+
"@utrecht/separator-css": "1.5.0",
|
|
179
200
|
"@utrecht/skip-link-css": "1.5.0",
|
|
180
201
|
"@utrecht/spotlight-section-css": "1.6.0",
|
|
181
|
-
"@utrecht/subscript-css": "1.
|
|
182
|
-
"@utrecht/superscript-css": "1.
|
|
202
|
+
"@utrecht/subscript-css": "1.3.0",
|
|
203
|
+
"@utrecht/superscript-css": "1.3.0",
|
|
183
204
|
"@utrecht/surface-css": "1.4.0",
|
|
184
|
-
"@utrecht/table-css": "1.
|
|
205
|
+
"@utrecht/table-css": "1.5.0",
|
|
185
206
|
"@utrecht/table-of-contents-css": "0.3.0",
|
|
186
|
-
"@utrecht/textarea-css": "2.
|
|
187
|
-
"@utrecht/textbox-react": "1.0.
|
|
207
|
+
"@utrecht/textarea-css": "2.3.0",
|
|
208
|
+
"@utrecht/textbox-react": "1.0.6",
|
|
188
209
|
"@utrecht/top-task-link-css": "1.4.0",
|
|
189
210
|
"@utrecht/top-task-nav-css": "1.3.0",
|
|
190
|
-
"@utrecht/unordered-list-css": "1.
|
|
211
|
+
"@utrecht/unordered-list-css": "1.5.0",
|
|
191
212
|
"@utrecht/url-data-css": "1.3.0",
|
|
192
213
|
"@utrecht/vega-visualization-css": "1.4.0"
|
|
193
214
|
},
|
|
@@ -234,7 +255,7 @@
|
|
|
234
255
|
"vega": "5.26.1",
|
|
235
256
|
"vega-embed": "6.23.0",
|
|
236
257
|
"vega-lite": "5.16.3",
|
|
237
|
-
"@utrecht/build-utils-react": "0.0
|
|
258
|
+
"@utrecht/build-utils-react": "0.1.0"
|
|
238
259
|
},
|
|
239
260
|
"peerDependencies": {
|
|
240
261
|
"@babel/runtime": "^7.23.6",
|