@rijkshuisstijl-community/components-css 14.1.0 → 15.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 CHANGED
@@ -1,5 +1,57 @@
1
1
  # @rijkshuisstijl-community/components-css
2
2
 
3
+ ## 15.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 1b78575: Fix `rhc-card` to fit in viewports smaller than 320px
8
+ - 1b78575: Fix `rhc-card` not to overflow containers of 320px, to comply with WCAG 1.4.10 Reflow.
9
+ - 4330c62: updated dependencies
10
+ - Updated dependencies [aff0b4f]
11
+ - @rijkshuisstijl-community/figure-css@1.0.0
12
+
13
+ ## 15.0.0
14
+
15
+ ### Major Changes
16
+
17
+ - 16d022f: To avoid unwanted side effects different Rijkshuisstijl community css rules have gotten higher specificity and are only applied in combination with a `.rhc-*` class. Affected components were:
18
+ - blockquote
19
+ - footer
20
+ - form field radio option
21
+ - heading
22
+ - link
23
+ - number-badge
24
+ - radio-group
25
+ - skip-link
26
+ - unordered-list
27
+
28
+ - ecbf5a7: This is only breaking change for projects that use the Rijkshuisstijl Community components, but do not use the `@rijkshuisstijl-community/design-tokens` theme and misteriously do not yet use the common tokens.
29
+
30
+ When you use `@rijkshuisstijl-community/design-tokens` in combination with any of the following packages, everything will keep working.
31
+ - `@rijkshuisstijl-community/components-react`
32
+ - `@rijkshuisstijl-community/components-css`
33
+ - `@rijkshuisstijl-community/web-components`
34
+
35
+ Since components no longer have hardcoded fallback values for colors or dimensions, you will need to set the following required common design tokens:
36
+ - `rhc.border-radius.*`
37
+ - `rhc.border-width.*`
38
+ - `rhc.border-width.*`
39
+ - `rhc.color.*.*`
40
+ - `rhc.color.wit`
41
+ - `rhc.color.zwart`
42
+ - `rhc.space.*`
43
+
44
+ ### Minor Changes
45
+
46
+ - fb86c54: Add Utrecht Color Sample component to CSS component library.
47
+
48
+ ### Patch Changes
49
+
50
+ - Updated dependencies [04d1cf1]
51
+ - Updated dependencies [6a2367c]
52
+ - @rijkshuisstijl-community/article-css@2.0.0
53
+ - @rijkshuisstijl-community/paragraph-css@2.0.0
54
+
3
55
  ## 14.1.0
4
56
 
5
57
  ### Minor Changes