@rijkshuisstijl-community/components-css 14.1.0 → 15.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,47 @@
1
1
  # @rijkshuisstijl-community/components-css
2
2
 
3
+ ## 15.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 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:
8
+ - blockquote
9
+ - footer
10
+ - form field radio option
11
+ - heading
12
+ - link
13
+ - number-badge
14
+ - radio-group
15
+ - skip-link
16
+ - unordered-list
17
+
18
+ - 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.
19
+
20
+ When you use `@rijkshuisstijl-community/design-tokens` in combination with any of the following packages, everything will keep working.
21
+ - `@rijkshuisstijl-community/components-react`
22
+ - `@rijkshuisstijl-community/components-css`
23
+ - `@rijkshuisstijl-community/web-components`
24
+
25
+ Since components no longer have hardcoded fallback values for colors or dimensions, you will need to set the following required common design tokens:
26
+ - `rhc.border-radius.*`
27
+ - `rhc.border-width.*`
28
+ - `rhc.border-width.*`
29
+ - `rhc.color.*.*`
30
+ - `rhc.color.wit`
31
+ - `rhc.color.zwart`
32
+ - `rhc.space.*`
33
+
34
+ ### Minor Changes
35
+
36
+ - fb86c54: Add Utrecht Color Sample component to CSS component library.
37
+
38
+ ### Patch Changes
39
+
40
+ - Updated dependencies [04d1cf1]
41
+ - Updated dependencies [6a2367c]
42
+ - @rijkshuisstijl-community/article-css@2.0.0
43
+ - @rijkshuisstijl-community/paragraph-css@2.0.0
44
+
3
45
  ## 14.1.0
4
46
 
5
47
  ### Minor Changes