@utrecht/component-library-react 9.0.5 → 10.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 +121 -0
- package/dist/.jest-test-results.json +1 -1
- package/dist/Accordion.d.ts +2 -3
- package/dist/Accordion.d.ts.map +1 -1
- package/dist/css-module/Accordion.d.ts +2 -3
- package/dist/css-module/Accordion.d.ts.map +1 -1
- package/dist/css-module/index.mjs +3 -8
- package/dist/css-module/index.mjs.map +1 -1
- package/dist/index.mjs +3 -8
- package/dist/index.mjs.map +1 -1
- package/package.json +100 -100
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,126 @@
|
|
|
1
1
|
# @utrecht/component-library-react
|
|
2
2
|
|
|
3
|
+
## 10.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- 5902c57: This release introduces a breaking change by removing the deprecated `appearance='utrecht'` property, which relied on the `utrecht-accordion__button--utrecht` CSS class. Applications using this property will need to update their code to ensure compatibility.
|
|
8
|
+
- 5902c57: Remove deprecated `utrecht-accordion__button--utrecht` class. It has been fully removed in this release.
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- e28abff: Add `currentColor` to the accordion icon component
|
|
13
|
+
- Updated dependencies [5902c57]
|
|
14
|
+
- Updated dependencies [e20f33c]
|
|
15
|
+
- Updated dependencies [7274362]
|
|
16
|
+
- @utrecht/accordion-css@2.0.0
|
|
17
|
+
- @utrecht/alert-css@2.2.1
|
|
18
|
+
- @utrecht/alert-dialog-css@1.4.2
|
|
19
|
+
- @utrecht/alternate-lang-nav-css@1.3.1
|
|
20
|
+
- @utrecht/article-css@1.5.1
|
|
21
|
+
- @utrecht/backdrop-css@1.4.1
|
|
22
|
+
- @utrecht/badge-counter-css@1.4.1
|
|
23
|
+
- @utrecht/badge-list-css@2.2.1
|
|
24
|
+
- @utrecht/badge-status-css@1.4.1
|
|
25
|
+
- @utrecht/blockquote-css@1.6.1
|
|
26
|
+
- @utrecht/breadcrumb-nav-css@1.4.1
|
|
27
|
+
- @utrecht/button-link-css@1.3.1
|
|
28
|
+
- @utrecht/code-css@1.5.1
|
|
29
|
+
- @utrecht/code-block-css@1.5.1
|
|
30
|
+
- @utrecht/color-sample-css@1.4.1
|
|
31
|
+
- @utrecht/column-layout-css@1.5.1
|
|
32
|
+
- @utrecht/currency-data-css@1.3.1
|
|
33
|
+
- @utrecht/custom-checkbox-css@1.3.2
|
|
34
|
+
- @utrecht/data-badge-css@1.0.1
|
|
35
|
+
- @utrecht/data-list-css@1.4.1
|
|
36
|
+
- @utrecht/data-placeholder-css@1.4.1
|
|
37
|
+
- @utrecht/digid-button-css@1.4.1
|
|
38
|
+
- @utrecht/document-css@1.5.1
|
|
39
|
+
- @utrecht/drawer-css@1.4.1
|
|
40
|
+
- @utrecht/emphasis-css@1.5.1
|
|
41
|
+
- @utrecht/figure-css@1.5.1
|
|
42
|
+
- @utrecht/focus-ring-css@2.3.1
|
|
43
|
+
- @utrecht/form-toggle-css@1.5.1
|
|
44
|
+
- @utrecht/heading-1-css@1.5.1
|
|
45
|
+
- @utrecht/heading-2-css@1.5.1
|
|
46
|
+
- @utrecht/heading-3-css@1.5.1
|
|
47
|
+
- @utrecht/heading-4-css@1.5.1
|
|
48
|
+
- @utrecht/heading-5-css@1.5.1
|
|
49
|
+
- @utrecht/heading-6-css@1.5.1
|
|
50
|
+
- @utrecht/heading-group-css@1.5.1
|
|
51
|
+
- @utrecht/html-content-css@1.4.1
|
|
52
|
+
- @utrecht/iban-data-css@1.3.1
|
|
53
|
+
- @utrecht/icon-css@2.0.1
|
|
54
|
+
- @utrecht/img-css@1.3.1
|
|
55
|
+
- @utrecht/index-char-nav-css@1.4.1
|
|
56
|
+
- @utrecht/link-button-css@1.4.1
|
|
57
|
+
- @utrecht/link-list-css@2.3.1
|
|
58
|
+
- @utrecht/link-social-css@1.4.1
|
|
59
|
+
- @utrecht/list-social-css@1.4.1
|
|
60
|
+
- @utrecht/logo-css@1.4.1
|
|
61
|
+
- @utrecht/logo-button-css@1.4.1
|
|
62
|
+
- @utrecht/logo-image-css@1.4.1
|
|
63
|
+
- @utrecht/map-marker-css@1.4.1
|
|
64
|
+
- @utrecht/map-control-button-css@2.2.1
|
|
65
|
+
- @utrecht/mark-css@1.5.1
|
|
66
|
+
- @utrecht/multiline-data-css@1.3.1
|
|
67
|
+
- @utrecht/nav-bar-css@1.4.1
|
|
68
|
+
- @utrecht/nav-list-css@1.3.1
|
|
69
|
+
- @utrecht/number-badge-css@2.3.1
|
|
70
|
+
- @utrecht/number-data-css@1.4.1
|
|
71
|
+
- @utrecht/open-forms-container-css@1.0.1
|
|
72
|
+
- @utrecht/ordered-list-css@1.5.2
|
|
73
|
+
- @utrecht/page-css@1.4.1
|
|
74
|
+
- @utrecht/page-content-css@1.4.1
|
|
75
|
+
- @utrecht/page-footer-css@2.1.1
|
|
76
|
+
- @utrecht/page-header-css@1.5.1
|
|
77
|
+
- @utrecht/pagination-css@1.4.1
|
|
78
|
+
- @utrecht/paragraph-css@2.3.1
|
|
79
|
+
- @utrecht/pre-heading-css@1.4.1
|
|
80
|
+
- @utrecht/preserve-data-css@1.3.1
|
|
81
|
+
- @utrecht/rich-text-css@1.3.1
|
|
82
|
+
- @utrecht/search-bar-css@2.2.1
|
|
83
|
+
- @utrecht/select-css@1.8.1
|
|
84
|
+
- @utrecht/separator-css@1.5.1
|
|
85
|
+
- @utrecht/skip-link-css@1.5.1
|
|
86
|
+
- @utrecht/spotlight-section-css@1.6.1
|
|
87
|
+
- @utrecht/subscript-css@1.3.1
|
|
88
|
+
- @utrecht/superscript-css@1.3.1
|
|
89
|
+
- @utrecht/surface-css@1.4.1
|
|
90
|
+
- @utrecht/table-css@1.6.1
|
|
91
|
+
- @utrecht/table-of-contents-css@0.3.1
|
|
92
|
+
- @utrecht/textarea-css@2.3.2
|
|
93
|
+
- @utrecht/top-task-link-css@1.4.1
|
|
94
|
+
- @utrecht/top-task-nav-css@1.3.1
|
|
95
|
+
- @utrecht/unordered-list-css@1.5.1
|
|
96
|
+
- @utrecht/url-data-css@1.3.1
|
|
97
|
+
- @utrecht/vega-visualization-css@1.4.1
|
|
98
|
+
- @utrecht/button-react@2.0.7
|
|
99
|
+
- @utrecht/button-group-react@1.0.1
|
|
100
|
+
- @utrecht/calendar-react@1.0.11
|
|
101
|
+
- @utrecht/checkbox-react@1.0.8
|
|
102
|
+
- @utrecht/combobox-react@0.0.8
|
|
103
|
+
- @utrecht/data-badge-react@1.0.4
|
|
104
|
+
- @utrecht/form-field-react@1.0.7
|
|
105
|
+
- @utrecht/form-field-description-react@1.0.7
|
|
106
|
+
- @utrecht/form-field-error-message-react@1.0.7
|
|
107
|
+
- @utrecht/fieldset-react@1.0.7
|
|
108
|
+
- @utrecht/form-label-react@1.0.7
|
|
109
|
+
- @utrecht/link-react@1.0.7
|
|
110
|
+
- @utrecht/listbox-react@1.0.10
|
|
111
|
+
- @utrecht/open-forms-container-react@1.0.1
|
|
112
|
+
- @utrecht/radio-button-react@1.0.7
|
|
113
|
+
- @utrecht/textbox-react@1.0.8
|
|
114
|
+
- @utrecht/form-field-checkbox-react@1.0.10
|
|
115
|
+
|
|
116
|
+
## 9.0.6
|
|
117
|
+
|
|
118
|
+
### Patch Changes
|
|
119
|
+
|
|
120
|
+
- Updated dependencies [b74af00]
|
|
121
|
+
- @utrecht/textarea-css@2.3.1
|
|
122
|
+
- @utrecht/html-content-css@1.4.0
|
|
123
|
+
|
|
3
124
|
## 9.0.5
|
|
4
125
|
|
|
5
126
|
### Patch Changes
|