@bonniernews/dn-design-system-web 8.8.2-beta.0 → 8.8.4

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,12 +4,27 @@ All changes to @bonniernews/dn-design-system-web will be documented in this file
4
4
 
5
5
 
6
6
 
7
- ## [8.8.2-beta.0](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@8.8.1...@bonniernews/dn-design-system-web@8.8.2-beta.0) (2023-11-29)
7
+ ## [8.8.4](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@8.8.3...@bonniernews/dn-design-system-web@8.8.4) (2023-11-29)
8
8
 
9
9
 
10
10
  ### Maintenance
11
11
 
12
- * **web:** release it config ([1dcb309](https://github.com/BonnierNews/dn-design-system/commit/1dcb30974563cc5d1a02b651bd1aa6a34ebf5220))
12
+ * **deps:** run release script and abort if no changes ([#1122](https://github.com/BonnierNews/dn-design-system/issues/1122)) ([4fad094](https://github.com/BonnierNews/dn-design-system/commit/4fad094f3e2a651403921544aec19bb930feae05))
13
+ * **deps:** update github actions to correct url and to run i sequence ([#1121](https://github.com/BonnierNews/dn-design-system/issues/1121)) ([9947713](https://github.com/BonnierNews/dn-design-system/commit/99477133e28ad51e91e4a8382f12558d7ff6055f))
14
+
15
+ ## [8.8.3](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@8.8.2...@bonniernews/dn-design-system-web@8.8.3) (2023-11-29)
16
+
17
+
18
+ ### Maintenance
19
+
20
+ * **foundations:** update tokens from Figma ([#1120](https://github.com/BonnierNews/dn-design-system/issues/1120)) ([585fb4e](https://github.com/BonnierNews/dn-design-system/commit/585fb4e49e092cd586d6ac3392e407b5876152b2))
21
+
22
+ ## [8.8.2](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@8.8.1...@bonniernews/dn-design-system-web@8.8.2) (2023-11-29)
23
+
24
+
25
+ ### Maintenance
26
+
27
+ * **deps:** release it config ([#1118](https://github.com/BonnierNews/dn-design-system/issues/1118)) ([6aff7f2](https://github.com/BonnierNews/dn-design-system/commit/6aff7f2867fe4b54a06b7900790a7794c23d6e30))
13
28
 
14
29
  ## 8.8.1 (2023-11-28)
15
30
 
package/README.md CHANGED
@@ -12,4 +12,4 @@ Github: [https://github.com/BonnierNews/dn-design-system/tree/main/web/src](http
12
12
 
13
13
  Changelog: [https://github.com/BonnierNews/dn-design-system/blob/main/web/src/CHANGELOG.md](https://github.com/BonnierNews/dn-design-system/blob/main/web/src/CHANGELOG.md)
14
14
 
15
- For specific instructions see each component or helper readme
15
+ For specific instructions see each component or helper readme.
@@ -39,6 +39,7 @@ $ds-color-surface-native-article: var(--ds-color-surface-native-article);
39
39
  $ds-color-surface-background: var(--ds-color-surface-background);
40
40
  $ds-color-surface-raised: var(--ds-color-surface-raised);
41
41
  $ds-color-surface-elevated: var(--ds-color-surface-elevated);
42
+ $ds-color-surface-overlay: var(--ds-color-surface-overlay);
42
43
  $ds-color-border-primary: var(--ds-color-border-primary);
43
44
  $ds-color-border-primary-02: var(--ds-color-border-primary-02);
44
45
  $ds-color-border-primary-03: var(--ds-color-border-primary-03);
@@ -39,6 +39,7 @@ $ds-hex-dark-surface-background: #141414;
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-overlay: #05050580;
42
43
  $ds-hex-dark-border-primary: #ffffff1a;
43
44
  $ds-hex-dark-border-primary-02: #ffffff66;
44
45
  $ds-hex-dark-border-primary-03: #EDEDED;
@@ -39,6 +39,7 @@ $ds-hex-surface-native-article: #EDEDED;
39
39
  $ds-hex-surface-background: #ffffff;
40
40
  $ds-hex-surface-raised: #EDEDED;
41
41
  $ds-hex-surface-elevated: #ffffff;
42
+ $ds-hex-surface-overlay: #05050580;
42
43
  $ds-hex-border-primary: #08080821;
43
44
  $ds-hex-border-primary-02: #08080866;
44
45
  $ds-hex-border-primary-03: #050505;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bonniernews/dn-design-system-web",
3
- "version": "8.8.2-beta.0",
3
+ "version": "8.8.4",
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",
@@ -40,6 +40,7 @@
40
40
  "surface-background": "var(--ds-color-surface-background)",
41
41
  "surface-raised": "var(--ds-color-surface-raised)",
42
42
  "surface-elevated": "var(--ds-color-surface-elevated)",
43
+ "surface-overlay": "var(--ds-color-surface-overlay)",
43
44
  "border-primary": "var(--ds-color-border-primary)",
44
45
  "border-primary-02": "var(--ds-color-border-primary-02)",
45
46
  "border-primary-03": "var(--ds-color-border-primary-03)",
@@ -46,7 +46,8 @@
46
46
  "background": "#141414",
47
47
  "raised": "#2B2B2B",
48
48
  "native-article": "#2B2B2B",
49
- "elevated": "#2B2B2B"
49
+ "elevated": "#2B2B2B",
50
+ "overlay": "#05050580"
50
51
  },
51
52
  "border": {
52
53
  "primary": "#ffffff1a",
@@ -46,7 +46,8 @@
46
46
  "native-article": "#EDEDED",
47
47
  "background": "#ffffff",
48
48
  "raised": "#EDEDED",
49
- "elevated": "#ffffff"
49
+ "elevated": "#ffffff",
50
+ "overlay": "#05050580"
50
51
  },
51
52
  "border": {
52
53
  "primary": "#08080821",