@bonniernews/dn-design-system-web 20.5.0 → 20.5.1

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,33 @@ All changes to @bonniernews/dn-design-system-web will be documented in this file
4
4
 
5
5
 
6
6
 
7
+ ## [20.5.1](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@20.5.0...@bonniernews/dn-design-system-web@20.5.1) (2024-09-30)
8
+
9
+
10
+ ### ⚠ BREAKING CHANGES
11
+
12
+ * remove ComponentSpacing and LayoutSpacing (#1416)
13
+
14
+ ### Features
15
+
16
+ * **app:** use medium in Pill and BottomNavigationItem ([#1417](https://github.com/BonnierNews/dn-design-system/issues/1417)) ([49ff83e](https://github.com/BonnierNews/dn-design-system/commit/49ff83e4a9a90ed1fbb4976287e341edae264e6d))
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * **web:** fix aspect-ratio in screenshot tests ([#1418](https://github.com/BonnierNews/dn-design-system/issues/1418)) ([7d35c42](https://github.com/BonnierNews/dn-design-system/commit/7d35c42e7485d019460c8343d8e7fc826351327f))
22
+
23
+
24
+ ### Maintenance
25
+
26
+ * **app:** remove all usage of component colors ([#1413](https://github.com/BonnierNews/dn-design-system/issues/1413)) ([45b4245](https://github.com/BonnierNews/dn-design-system/commit/45b4245e84ea04376345c71458285014c29e905f))
27
+ * **app:** remove all usage of deprecated typo ([#1415](https://github.com/BonnierNews/dn-design-system/issues/1415)) ([fc84e28](https://github.com/BonnierNews/dn-design-system/commit/fc84e288f9e71052b829dcb1398f648101640f5b))
28
+ * **foundations:** update tokens from Figma ([#1414](https://github.com/BonnierNews/dn-design-system/issues/1414)) ([dd13750](https://github.com/BonnierNews/dn-design-system/commit/dd13750a2e4a6d87af86f5e753667ffb254a0bbb))
29
+ * prerelease packages ([545aca7](https://github.com/BonnierNews/dn-design-system/commit/545aca73322361d810f17ffe4c535ff78ea920ae))
30
+ * prerelease packages ([f49d888](https://github.com/BonnierNews/dn-design-system/commit/f49d888f4053c4cc1e6e23c7150e59a2d2bd01e3))
31
+ * prerelease packages ([3cac536](https://github.com/BonnierNews/dn-design-system/commit/3cac536bc7ac07eca654b21acf6c82533c926448))
32
+ * remove ComponentSpacing and LayoutSpacing ([#1416](https://github.com/BonnierNews/dn-design-system/issues/1416)) ([61c46d6](https://github.com/BonnierNews/dn-design-system/commit/61c46d6fdff175339b124d6cf54753004be043b7))
33
+
7
34
  ## [20.5.0](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@20.4.5...@bonniernews/dn-design-system-web@20.5.0) (2024-09-26)
8
35
 
9
36
 
@@ -39,12 +39,12 @@ $ds-hex-dark-surface-background: #050505;
39
39
  $ds-hex-dark-surface-raised: #2B2B2B;
40
40
  $ds-hex-dark-surface-native-article: #2B2B2B;
41
41
  $ds-hex-dark-surface-elevated: #2B2B2B;
42
+ $ds-hex-dark-surface-inverted: #ffffff;
42
43
  $ds-hex-dark-surface-overlay: #05050580;
43
44
  $ds-hex-dark-surface-quiz: #EA3E3F;
44
45
  $ds-hex-dark-surface-korsord: #8BB6E8;
45
46
  $ds-hex-dark-surface-sudoko: #90D0BD;
46
47
  $ds-hex-dark-surface-brand: #DA000D;
47
- $ds-hex-dark-surface-inverted: #141414;
48
48
  $ds-hex-dark-border-primary: #3B3B3B;
49
49
  $ds-hex-dark-border-primary-02: #ffffff66;
50
50
  $ds-hex-dark-border-primary-03: #EDEDED;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bonniernews/dn-design-system-web",
3
- "version": "20.5.0",
3
+ "version": "20.5.1",
4
4
  "description": "DN design system for web.",
5
5
  "main": "index.js",
6
6
  "homepage": "https://github.com/BonnierNews/dn-design-system/tree/main/web/src#readme",
@@ -47,12 +47,12 @@
47
47
  "raised": "#2B2B2B",
48
48
  "native-article": "#2B2B2B",
49
49
  "elevated": "#2B2B2B",
50
+ "inverted": "#ffffff",
50
51
  "overlay": "#05050580",
51
52
  "quiz": "#EA3E3F",
52
53
  "korsord": "#8BB6E8",
53
54
  "sudoko": "#90D0BD",
54
- "brand": "#DA000D",
55
- "inverted": "#141414"
55
+ "brand": "#DA000D"
56
56
  },
57
57
  "border": {
58
58
  "primary": "#3B3B3B",