@bonniernews/dn-design-system-web 37.2.1 → 37.2.2
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,25 @@ All changes to @bonniernews/dn-design-system-web will be documented in this file
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
+
## [37.2.2](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@37.2.1...@bonniernews/dn-design-system-web@37.2.2) (2026-01-26)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
* **app:** include app.plugin.js in npm module of icon and typo ([#2006](https://github.com/BonnierNews/dn-design-system/issues/2006)) ([466cd4b](https://github.com/BonnierNews/dn-design-system/commit/466cd4ba9aeea2088f86384c275d93b178a8e22c))
|
|
13
|
+
* potential fix for code scanning alert no. 33, 32, 29: Workflow does not contain permissions ([#2004](https://github.com/BonnierNews/dn-design-system/issues/2004)) ([6138ea8](https://github.com/BonnierNews/dn-design-system/commit/6138ea8f096e20f78cb85a5dc3e482fdd7f70357))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Maintenance
|
|
17
|
+
|
|
18
|
+
* **app:** bump reanimated to 4.2.0 ([#2008](https://github.com/BonnierNews/dn-design-system/issues/2008)) ([f047e58](https://github.com/BonnierNews/dn-design-system/commit/f047e5899a43a8bf5cf374af16c047974349a5c6))
|
|
19
|
+
* **deps:** bump lodash from 4.17.21 to 4.17.23 in the npm_and_yarn group across 1 directory ([#2007](https://github.com/BonnierNews/dn-design-system/issues/2007)) ([75cac3e](https://github.com/BonnierNews/dn-design-system/commit/75cac3e488165d36343f1dc58ee410fed017fd27))
|
|
20
|
+
* **foundations:** update variables from Figma ([#2009](https://github.com/BonnierNews/dn-design-system/issues/2009)) ([9e3406a](https://github.com/BonnierNews/dn-design-system/commit/9e3406a13cdc3c46fecca5cf97bb0025c7dba1bb))
|
|
21
|
+
* prerelease packages ([1ff9750](https://github.com/BonnierNews/dn-design-system/commit/1ff9750e5a8894aadd69dc62c6b0085d819e3b96))
|
|
22
|
+
* prerelease packages ([82e5226](https://github.com/BonnierNews/dn-design-system/commit/82e52262f193c3acc7686e63fe221c0da1a19ca1))
|
|
23
|
+
* prerelease packages ([3c0b2b2](https://github.com/BonnierNews/dn-design-system/commit/3c0b2b289fc8c2ae8f2c59d25104957a6b9a6851))
|
|
24
|
+
* **web:** fix mismatch of yarn ([#2010](https://github.com/BonnierNews/dn-design-system/issues/2010)) ([cff83aa](https://github.com/BonnierNews/dn-design-system/commit/cff83aaa51ab16b3a9d0a28e2b81b6aa0ea78644))
|
|
25
|
+
|
|
7
26
|
## [37.2.1](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@37.2.0...@bonniernews/dn-design-system-web@37.2.1) (2026-01-21)
|
|
8
27
|
|
|
9
28
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
$ds-hex-dark-surface-primary: #171717;
|
|
2
2
|
$ds-hex-dark-surface-highlight: #24221e;
|
|
3
|
-
$ds-hex-dark-surface-highlight-text: #
|
|
3
|
+
$ds-hex-dark-surface-highlight-text: #fff9a8;
|
|
4
4
|
$ds-hex-dark-surface-primary-raised-soft: #242424;
|
|
5
5
|
$ds-hex-dark-surface-primary-raised-strong: #333333;
|
|
6
6
|
$ds-hex-dark-surface-primary-elevated: #333333;
|
|
@@ -15,7 +15,7 @@ $ds-hex-dark-surface-culture: #227ac3;
|
|
|
15
15
|
$ds-hex-dark-surface-breaking: #320b0e;
|
|
16
16
|
$ds-hex-dark-surface-overlay: rgba(5, 5, 5, 0.5);
|
|
17
17
|
$ds-hex-dark-surface-native: #ffe380;
|
|
18
|
-
$ds-hex-dark-surface-native-subtle: #
|
|
18
|
+
$ds-hex-dark-surface-native-subtle: #2b281d;
|
|
19
19
|
$ds-hex-dark-surface-quiz: #ea3e3f;
|
|
20
20
|
$ds-hex-dark-surface-media: #000000;
|
|
21
21
|
$ds-hex-dark-border-primary: rgba(255, 255, 255, 0.1);
|
|
@@ -15,7 +15,7 @@ $ds-hex-surface-culture: #227ac3;
|
|
|
15
15
|
$ds-hex-surface-breaking: #320b0e;
|
|
16
16
|
$ds-hex-surface-overlay: #05050580;
|
|
17
17
|
$ds-hex-surface-native: #ffe380;
|
|
18
|
-
$ds-hex-surface-native-subtle: #
|
|
18
|
+
$ds-hex-surface-native-subtle: #fff4d1;
|
|
19
19
|
$ds-hex-surface-quiz: #ea3e3f;
|
|
20
20
|
$ds-hex-surface-media: #000000;
|
|
21
21
|
$ds-hex-border-primary: #0505051a;
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"surface": {
|
|
3
3
|
"primary": "#171717",
|
|
4
4
|
"highlight": "#24221e",
|
|
5
|
-
"highlight-text": "#
|
|
5
|
+
"highlight-text": "#fff9a8",
|
|
6
6
|
"primary-raised-soft": "#242424",
|
|
7
7
|
"primary-raised-strong": "#333333",
|
|
8
8
|
"primary-elevated": "#333333",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"breaking": "#320b0e",
|
|
18
18
|
"overlay": "rgba(5, 5, 5, 0.5)",
|
|
19
19
|
"native": "#ffe380",
|
|
20
|
-
"native-subtle": "#
|
|
20
|
+
"native-subtle": "#2b281d",
|
|
21
21
|
"quiz": "#ea3e3f",
|
|
22
22
|
"media": "#000000"
|
|
23
23
|
},
|