@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 +52 -0
- package/dist/index.css +1 -1
- package/index.scss +5 -7
- package/package.json +7 -3
- package/src/blockquote/index.scss +1 -1
- package/src/card/_mixin.scss +31 -19
- package/src/card-as-link/_mixin.scss +44 -35
- package/src/color-sample/_mixin.scss +7 -0
- package/src/footer/index.scss +2 -2
- package/src/form-field/index.scss +2 -2
- package/src/form-field-radio-option/index.scss +25 -23
- package/src/heading/index.scss +22 -20
- package/src/hero/index.scss +5 -0
- package/src/link/index.scss +12 -11
- package/src/number-badge/index.scss +1 -1
- package/src/radio-group/index.scss +4 -3
- package/src/select/index.scss +1 -1
- package/src/skip-link/index.scss +1 -1
- package/src/table/index.scss +1 -1
- package/src/text-input/index.scss +2 -2
- package/src/textarea/index.scss +1 -1
- package/src/toggletip/_mixin.scss +1 -1
- package/src/unordered-list/index.scss +1 -1
- package/src/article/index.scss +0 -10
- package/src/figure/index.scss +0 -21
- package/src/paragraph/index.scss +0 -11
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
|