@openkfw/design-tokens 0.5.8 → 0.6.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.
@@ -1,5 +1,5 @@
1
1
 
2
- // KfW Design Tokens v0.5.8 | MPL-2.0 | https://github.com/openkfw/design-tokens
2
+ // KfW Design Tokens v0.6.0 | MPL-2.0 | https://github.com/openkfw/design-tokens
3
3
 
4
4
  $kfw-base-color-blue-100: #e9f5fb;
5
5
  $kfw-base-color-blue-400: #54b3e2;
@@ -1,10 +1,10 @@
1
1
  /**
2
- * KfW Design Tokens v0.5.8 | MPL-2.0 | https://github.com/openkfw/design-tokens
2
+ * KfW Design Tokens v0.6.0 | MPL-2.0 | https://github.com/openkfw/design-tokens
3
3
  */
4
4
 
5
- [data-theme=light], :root:not([data-theme=dark]), :host(:not([data-theme=dark])) { color-scheme: light; }
5
+ :root, :host { color-scheme: light; }
6
6
 
7
- [data-theme=light], :root:not([data-theme=dark]), :host(:not([data-theme=dark])) {
7
+ :root, :host {
8
8
  --kfw-base-color-blue-100: #e9f5fb;
9
9
  --kfw-base-color-blue-400: #54b3e2;
10
10
  --kfw-base-color-blue-500: #007abc;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * KfW Design Tokens v0.5.8 | MPL-2.0 | https://github.com/openkfw/design-tokens
2
+ * KfW Design Tokens v0.6.0 | MPL-2.0 | https://github.com/openkfw/design-tokens
3
3
  */
4
4
 
5
5
  export const KfwBaseColorBlue100 = {
@@ -1,5 +1,5 @@
1
1
 
2
- // KfW Design Tokens v0.5.8 | MPL-2.0 | https://github.com/openkfw/design-tokens
2
+ // KfW Design Tokens v0.6.0 | MPL-2.0 | https://github.com/openkfw/design-tokens
3
3
 
4
4
  $kfw-base-color-blue-100: #e9f5fb;
5
5
  $kfw-base-color-blue-400: #54b3e2;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openkfw/design-tokens",
3
- "version": "0.5.8",
3
+ "version": "0.6.0",
4
4
  "description": "The source of truth for KfW-branded digital products.",
5
5
  "files": [
6
6
  "README.md",