@bonniernews/dn-design-system-web 23.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,47 @@ 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
|
+
|
|
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)
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
### ⚠ BREAKING CHANGES
|
|
40
|
+
|
|
41
|
+
* **foundations:** update figma variables (#1564)
|
|
42
|
+
|
|
43
|
+
### Maintenance
|
|
44
|
+
|
|
45
|
+
* **foundations:** update figma variables ([#1564](https://github.com/BonnierNews/dn-design-system/issues/1564)) ([05c7533](https://github.com/BonnierNews/dn-design-system/commit/05c75337566f895d381fb67e8667eb00305dcaf3))
|
|
46
|
+
* prerelease packages ([fb145ee](https://github.com/BonnierNews/dn-design-system/commit/fb145ee61538a81c69efec92c76b1d4b49a19f5a))
|
|
47
|
+
|
|
7
48
|
## [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
49
|
|
|
9
50
|
|
|
@@ -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: #
|
|
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,16 +1,20 @@
|
|
|
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
|
-
"surface-primaryinvert-raised": "var(--ds-color-surface-primaryinvert-raised)",
|
|
8
|
+
"surface-primaryinvert-raised-soft": "var(--ds-color-surface-primaryinvert-raised-soft)",
|
|
8
9
|
"surface-primaryinvert-elevated": "var(--ds-color-surface-primaryinvert-elevated)",
|
|
9
10
|
"surface-brand": "var(--ds-color-surface-brand)",
|
|
11
|
+
"surface-success": "var(--ds-color-surface-success)",
|
|
10
12
|
"surface-culture": "var(--ds-color-surface-culture)",
|
|
11
13
|
"surface-breaking": "var(--ds-color-surface-breaking)",
|
|
12
14
|
"surface-overlay": "var(--ds-color-surface-overlay)",
|
|
13
|
-
"surface-
|
|
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)",
|
|
14
18
|
"border-primary": "var(--ds-color-border-primary)",
|
|
15
19
|
"border-primary-strong": "var(--ds-color-border-primary-strong)",
|
|
16
20
|
"border-primary-strongest": "var(--ds-color-border-primary-strongest)",
|
|
@@ -28,6 +32,7 @@
|
|
|
28
32
|
"text-brand": "var(--ds-color-text-brand)",
|
|
29
33
|
"text-culture": "var(--ds-color-text-culture)",
|
|
30
34
|
"text-critical": "var(--ds-color-text-critical)",
|
|
35
|
+
"text-success": "var(--ds-color-text-success)",
|
|
31
36
|
"text-on-brand": "var(--ds-color-text-on-brand)",
|
|
32
37
|
"text-body-link": "var(--ds-color-text-body-link)",
|
|
33
38
|
"text-body-link-visited": "var(--ds-color-text-body-link-visited)",
|