@bonniernews/dn-design-system-web 20.0.1 → 20.0.2

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
+ ## [20.0.2](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@20.0.1...@bonniernews/dn-design-system-web@20.0.2) (2024-08-29)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * **web:** groupheader flex ([#1389](https://github.com/BonnierNews/dn-design-system/issues/1389)) ([dcf9dd0](https://github.com/BonnierNews/dn-design-system/commit/dcf9dd01968cef697d3781b0e5d486d95a5b2afb))
13
+
7
14
  ## [20.0.1](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@20.0.0...@bonniernews/dn-design-system-web@20.0.1) (2024-08-29)
8
15
 
9
16
 
@@ -9,8 +9,8 @@ $ds-group-header__icon-size: 24px;
9
9
  --group-header-color: #{$ds-color-text-primary};
10
10
  --group-header-icon-color: currentColor;
11
11
  display: flex;
12
- // 48px height is based on the value of SenasteNytt
13
- flex: 1 1 ds-spacing($ds-s-300);
12
+ // 48px height is based on the value of SenasteNytt. Useful for older browsers
13
+ flex-basis: ds-spacing($ds-s-300);
14
14
  justify-content: space-between;
15
15
  align-items: stretch;
16
16
  background: var(--group-header-background);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bonniernews/dn-design-system-web",
3
- "version": "20.0.1",
3
+ "version": "20.0.2",
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",