@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 +17 -2
- package/README.md +1 -1
- package/foundations/variables/colorsCssVariables.scss +1 -0
- package/foundations/variables/colorsDnDarkTokens.scss +1 -0
- package/foundations/variables/colorsDnLightTokens.scss +1 -0
- package/package.json +1 -1
- package/tokens/colors-css-variables.json +1 -0
- package/tokens/colors-dark-mode.json +2 -1
- package/tokens/colors-light-mode.json +2 -1
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.
|
|
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
|
-
* **
|
|
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
|
@@ -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)",
|