@utrecht/component-library-react 10.0.0 → 10.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/CHANGELOG.md +17 -0
- package/dist/.jest-test-results.json +1 -1
- package/dist/Alert.d.ts +7 -1
- package/dist/Alert.d.ts.map +1 -1
- package/dist/Card.d.ts +8 -0
- package/dist/Card.d.ts.map +1 -0
- package/dist/css-module/Alert.d.ts +7 -1
- package/dist/css-module/Alert.d.ts.map +1 -1
- package/dist/css-module/Card.d.ts +8 -0
- package/dist/css-module/Card.d.ts.map +1 -0
- package/dist/css-module/css-module/Card.d.ts +7 -0
- package/dist/css-module/css-module/Card.d.ts.map +1 -0
- package/dist/css-module/index.mjs +22 -6
- package/dist/css-module/index.mjs.map +1 -1
- package/dist/index.mjs +22 -6
- package/dist/index.mjs.map +1 -1
- package/package.json +6 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @utrecht/component-library-react
|
|
2
2
|
|
|
3
|
+
## 10.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 85ed6c0: - Use fallback value `info` for optional `type` property in Alert component, when `type` is not given or does not match defined types.
|
|
8
|
+
- Make `role` attribute in Alert component configurable via `role` property (supports either `status` or `alert`).
|
|
9
|
+
- Ensure the `role` attribute in Alert component is always rendered.
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [85ed6c0]
|
|
14
|
+
- Updated dependencies [6b57525]
|
|
15
|
+
- @utrecht/alert-css@2.3.0
|
|
16
|
+
- @utrecht/card-css@0.1.0
|
|
17
|
+
- @utrecht/alert-dialog-css@1.4.2
|
|
18
|
+
- @utrecht/card-react@0.0.1
|
|
19
|
+
|
|
3
20
|
## 10.0.0
|
|
4
21
|
|
|
5
22
|
### Major Changes
|