@bonniernews/dn-design-system-web 16.0.4 → 16.0.5

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
@@ -4,6 +4,13 @@ All changes to @bonniernews/dn-design-system-web will be documented in this file
4
4
 
5
5
 
6
6
 
7
+ ## [16.0.5](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@16.0.4...@bonniernews/dn-design-system-web@16.0.5) (2024-07-12)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * **web:** hide buttons in factbox for screen readers ([#1332](https://github.com/BonnierNews/dn-design-system/issues/1332)) ([6d39bd6](https://github.com/BonnierNews/dn-design-system/commit/6d39bd6415ecf6c99ca74617d5fc5c083900e444))
13
+
7
14
  ## [16.0.4](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@16.0.3...@bonniernews/dn-design-system-web@16.0.4) (2024-07-11)
8
15
 
9
16
 
@@ -34,6 +34,7 @@
34
34
  iconPosition: 'right',
35
35
  iconName: 'expand_more',
36
36
  classNames: 'ds-factbox__expand-more',
37
+ attributes: { "aria-hidden": "true" },
37
38
  mobile: { fullWidth: true },
38
39
  forcePx: params.forcePx
39
40
  })}}
@@ -44,6 +45,7 @@
44
45
  iconPosition: 'right',
45
46
  iconName: 'expand_less',
46
47
  classNames: 'ds-factbox__expand-less',
48
+ attributes: { "aria-hidden": "true" },
47
49
  mobile: { fullWidth: true },
48
50
  forcePx: params.forcePx
49
51
  })}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bonniernews/dn-design-system-web",
3
- "version": "16.0.4",
3
+ "version": "16.0.5",
4
4
  "description": "DN design system for web.",
5
5
  "main": "index.js",
6
6
  "homepage": "https://github.com/BonnierNews/dn-design-system/tree/main/web/src#readme",