@bonniernews/dn-design-system-web 25.0.4 → 25.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
+ ## [25.0.5](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@25.0.4...@bonniernews/dn-design-system-web@25.0.5) (2025-01-22)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * **web:** update background color on teaser slideshow ([#1581](https://github.com/BonnierNews/dn-design-system/issues/1581)) ([2e273d0](https://github.com/BonnierNews/dn-design-system/commit/2e273d00f8d994f19c1d3cd718ae7917bbd1e63d))
13
+
7
14
  ## [25.0.4](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@25.0.3...@bonniernews/dn-design-system-web@25.0.4) (2025-01-22)
8
15
 
9
16
 
@@ -5,7 +5,6 @@
5
5
  {% set classNamePrefix = componentClassName + "--" %}
6
6
  {% set extraClasses = [
7
7
  "ds-teaser--slideshow",
8
- "ds-dark",
9
8
  params.classNames if params.classNames
10
9
  ] | join(" ") %}
11
10
 
@@ -2,7 +2,7 @@
2
2
  @use "../../assets/teaser/teaser.scss" as *;
3
3
 
4
4
  .ds-teaser.ds-teaser--slideshow {
5
- background-color: $ds-color-background-primary;
5
+ background-color: $ds-color-surface-background;
6
6
  overflow: hidden;
7
7
  max-height: 230px;
8
8
  box-sizing: border-box;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bonniernews/dn-design-system-web",
3
- "version": "25.0.4",
3
+ "version": "25.0.5",
4
4
  "description": "DN design system for web.",
5
5
  "type": "module",
6
6
  "homepage": "https://github.com/BonnierNews/dn-design-system/tree/main/web/src#readme",