@bonniernews/dn-design-system-web 15.2.11 → 15.2.12

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
+ ## [15.2.12](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@15.2.11...@bonniernews/dn-design-system-web@15.2.12) (2024-06-19)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * **web:** group header image updates ([#1320](https://github.com/BonnierNews/dn-design-system/issues/1320)) ([2a684b5](https://github.com/BonnierNews/dn-design-system/commit/2a684b5d6a4aba737e3adb6fce78b0734e6f1d92))
13
+
7
14
  ## [15.2.11](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@15.2.10...@bonniernews/dn-design-system-web@15.2.11) (2024-06-04)
8
15
 
9
16
 
@@ -123,7 +123,7 @@ $ds-group-header__icon-size: 24px;
123
123
 
124
124
  .picture,
125
125
  img {
126
- max-height: ds-px-to-rem($ds-group-header__icon-size);
126
+ height: ds-px-to-rem($ds-group-header__icon-size);
127
127
  }
128
128
 
129
129
  figure {
@@ -113,7 +113,7 @@ $ds-list-item__icon-size: 24px;
113
113
  .ds-list-item__image {
114
114
  .picture,
115
115
  img {
116
- max-height: ds-px-to-rem($ds-list-item__icon-size);
116
+ height: ds-px-to-rem($ds-list-item__icon-size);
117
117
  }
118
118
 
119
119
  @at-root .ds-force-px#{&} {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bonniernews/dn-design-system-web",
3
- "version": "15.2.11",
3
+ "version": "15.2.12",
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",