@bonniernews/dn-design-system-web 23.0.0 → 24.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
@@ -4,6 +4,18 @@ All changes to @bonniernews/dn-design-system-web will be documented in this file
4
4
 
5
5
 
6
6
 
7
+ ## [24.0.0](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@23.0.0...@bonniernews/dn-design-system-web@24.0.0) (2025-01-10)
8
+
9
+
10
+ ### ⚠ BREAKING CHANGES
11
+
12
+ * **foundations:** update figma variables (#1564)
13
+
14
+ ### Maintenance
15
+
16
+ * **foundations:** update figma variables ([#1564](https://github.com/BonnierNews/dn-design-system/issues/1564)) ([05c7533](https://github.com/BonnierNews/dn-design-system/commit/05c75337566f895d381fb67e8667eb00305dcaf3))
17
+ * prerelease packages ([fb145ee](https://github.com/BonnierNews/dn-design-system/commit/fb145ee61538a81c69efec92c76b1d4b49a19f5a))
18
+
7
19
  ## [23.0.0](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@22.3.0...@bonniernews/dn-design-system-web@23.0.0) (2025-01-10)
8
20
 
9
21
 
@@ -40,7 +40,7 @@ $ds-hex-dark-surface-below: #171717;
40
40
  $ds-hex-dark-surface-background: #050505;
41
41
  $ds-hex-dark-surface-raised: #2b2b2b;
42
42
  $ds-hex-dark-surface-native-article: #2b2b2b;
43
- $ds-hex-dark-surface-elevated: #2b2b2b;
43
+ $ds-hex-dark-surface-elevated: #3b3b3b;
44
44
  $ds-hex-dark-surface-inverted: #ffffff;
45
45
  $ds-hex-dark-surface-overlay: rgba(5, 5, 5, 0.5);
46
46
  $ds-hex-dark-surface-quiz: #ea3e3f;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bonniernews/dn-design-system-web",
3
- "version": "23.0.0",
3
+ "version": "24.0.0",
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",
@@ -48,7 +48,7 @@
48
48
  "background": "#050505",
49
49
  "raised": "#2b2b2b",
50
50
  "native-article": "#2b2b2b",
51
- "elevated": "#2b2b2b",
51
+ "elevated": "#3b3b3b",
52
52
  "inverted": "#ffffff",
53
53
  "overlay": "rgba(5, 5, 5, 0.5)",
54
54
  "quiz": "#ea3e3f",
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "surface-foreground": "var(--ds-color-surface-foreground)",
3
3
  "surface-primary": "var(--ds-color-surface-primary)",
4
- "surface-primary-raised": "var(--ds-color-surface-primary-raised)",
4
+ "surface-primary-raised-soft": "var(--ds-color-surface-primary-raised-soft)",
5
+ "surface-primary-raised-strong": "var(--ds-color-surface-primary-raised-strong)",
5
6
  "surface-primary-elevated": "var(--ds-color-surface-primary-elevated)",
6
7
  "surface-primaryinvert": "var(--ds-color-surface-primaryinvert)",
7
8
  "surface-primaryinvert-raised": "var(--ds-color-surface-primaryinvert-raised)",