@utrecht/component-library-react 10.0.0 → 10.2.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 CHANGED
@@ -1,5 +1,35 @@
1
1
  # @utrecht/component-library-react
2
2
 
3
+ ## 10.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - cbb98e9: Add `utrecht.breadcrumb-nav.item.first.padding-inline-start` token.
8
+
9
+ Use this token to align the content of the first link with the other content, by setting it to `0`.
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [cbb98e9]
14
+ - @utrecht/breadcrumb-nav-css@1.5.0
15
+
16
+ ## 10.1.0
17
+
18
+ ### Minor Changes
19
+
20
+ - 85ed6c0: - Use fallback value `info` for optional `type` property in Alert component, when `type` is not given or does not match defined types.
21
+ - Make `role` attribute in Alert component configurable via `role` property (supports either `status` or `alert`).
22
+ - Ensure the `role` attribute in Alert component is always rendered.
23
+
24
+ ### Patch Changes
25
+
26
+ - Updated dependencies [85ed6c0]
27
+ - Updated dependencies [6b57525]
28
+ - @utrecht/alert-css@2.3.0
29
+ - @utrecht/card-css@0.1.0
30
+ - @utrecht/alert-dialog-css@1.4.2
31
+ - @utrecht/card-react@0.0.1
32
+
3
33
  ## 10.0.0
4
34
 
5
35
  ### Major Changes