@rijkshuisstijl-community/components-css 5.0.0 → 7.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,46 @@
1
1
  # @rijkshuisstijl-community/components-css
2
2
 
3
+ ## 7.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 8e189de: Updated Action Group to new version from Utrecht
8
+ - added column-stretch option for direction prop
9
+
10
+ ### Minor Changes
11
+
12
+ - 884d990: Added Utrecht Drawer and fixed an A11y test bug: "Scrollable region must have keyboard access"
13
+
14
+ ## 6.0.0
15
+
16
+ ### Major Changes
17
+
18
+ - 8e508f9: Removed the following tokens:
19
+ Used but unnecessary:
20
+ --utrecht-alert-heading-line-height
21
+ --utrecht-alert-message-line-height
22
+
23
+ Unused:
24
+ --utrecht-alert-heading-font-family
25
+ --utrecht-alert-heading-font-size
26
+ --utrecht-alert-heading-font-weight
27
+
28
+ Reworked the Alert react component to allow users to add content like heading and paragraph in the children instead of duplicating heading props in the alert directly.
29
+ Added icon overwrite support in case you want a different icon on a specific alert type.
30
+
31
+ - 29bfdd5: Removed deprecated tokens for Accordion
32
+ - 965c2a4: Removed deprecated tokens and much custom code for SkipLink
33
+ - Kept only the box-shadow properties and moved those to rhc-\* namespace
34
+ - Removed visibleOnFocus prop and class, assuming this is always the behaviour
35
+ - Also cleaned the storybook, with just a default, rtl, and focused state
36
+ - Added links in storybook
37
+
38
+ ## 5.1.0
39
+
40
+ ### Minor Changes
41
+
42
+ - 35dcda9: Add PageNumberNavigation component in rhc storybook
43
+
3
44
  ## 5.0.0
4
45
 
5
46
  ### Major Changes