@bonniernews/dn-design-system-web 24.0.0 → 25.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,35 @@ All changes to @bonniernews/dn-design-system-web will be documented in this file
4
4
 
5
5
 
6
6
 
7
+ ## [25.0.0](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@24.0.0...@bonniernews/dn-design-system-web@25.0.0) (2025-01-14)
8
+
9
+
10
+ ### ⚠ BREAKING CHANGES
11
+
12
+ * update variables (#1572)
13
+ * **app:** figma variables (#1540)
14
+
15
+ ### Features
16
+
17
+ * **app:** add primary black Button ([#1569](https://github.com/BonnierNews/dn-design-system/issues/1569)) ([6426942](https://github.com/BonnierNews/dn-design-system/commit/64269423b46937dd38c3540c5cb3eaa5e4d71395))
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **app:** correct border color secondary outlined ([#1566](https://github.com/BonnierNews/dn-design-system/issues/1566)) ([2b16395](https://github.com/BonnierNews/dn-design-system/commit/2b16395f5bcd21a464b582552905079be448a208))
23
+
24
+
25
+ ### Maintenance
26
+
27
+ * **app:** figma variables ([#1540](https://github.com/BonnierNews/dn-design-system/issues/1540)) ([41d3129](https://github.com/BonnierNews/dn-design-system/commit/41d312976cb4dc298e0cf484f48855c3c37187ae))
28
+ * **deps:** bump zustand from 4.5.5 to 4.5.6 ([#1571](https://github.com/BonnierNews/dn-design-system/issues/1571)) ([57f2096](https://github.com/BonnierNews/dn-design-system/commit/57f20964b1e06ae4bdb5ae545818fcb0881f98bc))
29
+ * prerelease packages ([458a1b5](https://github.com/BonnierNews/dn-design-system/commit/458a1b57ee8fdc994dc778e6607cb964010332b7))
30
+ * prerelease packages ([1b32245](https://github.com/BonnierNews/dn-design-system/commit/1b3224527f86803ff1ec4e1b736c7c6b7b0b9b86))
31
+ * prerelease packages ([35f3a6b](https://github.com/BonnierNews/dn-design-system/commit/35f3a6b2da816d88ace32729377b6e88d01356ee))
32
+ * prerelease packages ([2b8a669](https://github.com/BonnierNews/dn-design-system/commit/2b8a669dea827bdff3027fff6c253525298ecd8c))
33
+ * prerelease packages ([37cdd16](https://github.com/BonnierNews/dn-design-system/commit/37cdd1610b2db3868038aadf45357ae55b5cb99e))
34
+ * update variables ([#1572](https://github.com/BonnierNews/dn-design-system/issues/1572)) ([823316d](https://github.com/BonnierNews/dn-design-system/commit/823316d656fd2e8f1c5d42d33e463f147e7141a8))
35
+
7
36
  ## [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
37
 
9
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bonniernews/dn-design-system-web",
3
- "version": "24.0.0",
3
+ "version": "25.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",
@@ -5,13 +5,16 @@
5
5
  "surface-primary-raised-strong": "var(--ds-color-surface-primary-raised-strong)",
6
6
  "surface-primary-elevated": "var(--ds-color-surface-primary-elevated)",
7
7
  "surface-primaryinvert": "var(--ds-color-surface-primaryinvert)",
8
- "surface-primaryinvert-raised": "var(--ds-color-surface-primaryinvert-raised)",
8
+ "surface-primaryinvert-raised-soft": "var(--ds-color-surface-primaryinvert-raised-soft)",
9
9
  "surface-primaryinvert-elevated": "var(--ds-color-surface-primaryinvert-elevated)",
10
10
  "surface-brand": "var(--ds-color-surface-brand)",
11
+ "surface-success": "var(--ds-color-surface-success)",
11
12
  "surface-culture": "var(--ds-color-surface-culture)",
12
13
  "surface-breaking": "var(--ds-color-surface-breaking)",
13
14
  "surface-overlay": "var(--ds-color-surface-overlay)",
14
- "surface-native": "var(--ds-color-surface-native)",
15
+ "surface-ad-yellow": "var(--ds-color-surface-ad-yellow)",
16
+ "surface-native-article": "var(--ds-color-surface-native-article)",
17
+ "surface-quiz": "var(--ds-color-surface-quiz)",
15
18
  "border-primary": "var(--ds-color-border-primary)",
16
19
  "border-primary-strong": "var(--ds-color-border-primary-strong)",
17
20
  "border-primary-strongest": "var(--ds-color-border-primary-strongest)",
@@ -29,6 +32,7 @@
29
32
  "text-brand": "var(--ds-color-text-brand)",
30
33
  "text-culture": "var(--ds-color-text-culture)",
31
34
  "text-critical": "var(--ds-color-text-critical)",
35
+ "text-success": "var(--ds-color-text-success)",
32
36
  "text-on-brand": "var(--ds-color-text-on-brand)",
33
37
  "text-body-link": "var(--ds-color-text-body-link)",
34
38
  "text-body-link-visited": "var(--ds-color-text-body-link-visited)",