@rijkshuisstijl-community/components-css 16.0.0 → 17.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 CHANGED
@@ -1,5 +1,57 @@
1
1
  # @rijkshuisstijl-community/components-css
2
2
 
3
+ ## 17.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 9e5760d: Switch from `var(--rhc-size-*lint)` to `var(--rhc-space-*)` for spacing. For users of `@rijkshuisstijl-community/design-tokens` there is no visual change, because the design tokens have the same values.
8
+
9
+ This is a breaking change for users that have configured different values for `var(--rhc-size-*lint)` to `var(--rhc-space-*)` in their own theme, and have not configured the component tokens.
10
+
11
+ The design for the following components has changed, if you haven't configured the component tokens:
12
+ - The fallback for `var(--rhc-dot-badge-size)` is now `var(--rhc-space-lg)` instead of `var(--rhc-size-quarter-lint)`.
13
+
14
+ The design for the following component has changed (because there is no component token):
15
+ - Heading Group gap now is `var(--rhc-space-lg)` instead of `var(--rhc-size-quarter-lint)`.
16
+
17
+ ### Patch Changes
18
+
19
+ - 3f6f843: Fix logo CSS to avoid "Hockeystick l"
20
+ - c189cdf: Use new Utrecht Page Footer CSS that provides `utrecht-page-footer__content`, which replaces `rhc-page-footer__content`.
21
+
22
+ Replace `rhc-page-footer__wrapper` new nested `rhc-page-footer-layout` div.
23
+
24
+ - Updated dependencies [f091fcd]
25
+ - Updated dependencies [f694cf6]
26
+ - Updated dependencies [4bf9045]
27
+ - Updated dependencies [e9dae7c]
28
+ - Updated dependencies [40e5ea8]
29
+ - Updated dependencies [d7a8f02]
30
+ - Updated dependencies [35f5c52]
31
+ - @rijkshuisstijl-community/action-group-css@1.0.0
32
+ - @rijkshuisstijl-community/checkbox-css@1.0.0
33
+ - @rijkshuisstijl-community/checkbox-group-css@1.0.0
34
+ - @rijkshuisstijl-community/blockquote-css@1.0.1
35
+ - @rijkshuisstijl-community/accordion-css@2.0.1
36
+ - @rijkshuisstijl-community/dot-badge-css@1.0.1
37
+ - @rijkshuisstijl-community/paragraph-css@2.0.1
38
+ - @rijkshuisstijl-community/separator-css@1.0.1
39
+ - @rijkshuisstijl-community/article-css@2.0.1
40
+ - @rijkshuisstijl-community/button-css@1.0.1
41
+ - @rijkshuisstijl-community/figure-css@1.0.1
42
+ - @rijkshuisstijl-community/alert-css@4.0.1
43
+ - @rijkshuisstijl-community/link-css@1.0.1
44
+ - @rijkshuisstijl-community/card-as-link-css@1.0.0
45
+ - @rijkshuisstijl-community/breadcrumb-nav-css@1.0.0
46
+ - @rijkshuisstijl-community/card-css@1.0.0
47
+
48
+ ## 16.0.1
49
+
50
+ ### Patch Changes
51
+
52
+ - Updated dependencies [35e7d11]
53
+ - @rijkshuisstijl-community/link-css@1.0.0
54
+
3
55
  ## 16.0.0
4
56
 
5
57
  ### Major Changes