nve-designsystem 0.1.74 → 0.1.75

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.
@@ -84,9 +84,7 @@ const r = e`
84
84
  }
85
85
 
86
86
  .divider-not-reached-color {
87
- /* TODO the token --neutrals-background-secondary gives wrong color #c8eaf9 instead of #E4E5E7
88
- color:var(--neutrals-background-secondary, #E4E5E7); */
89
- background:#E4E5E7;
87
+ color:var(--neutrals-background-secondary, #E4E5E7);
90
88
  }
91
89
 
92
90
  .divider-reached-color {
@@ -94,9 +92,7 @@ const r = e`
94
92
  }
95
93
 
96
94
  .state-not-started-icon-color {
97
- /* TODO the token --neutrals-background-secondary gives wrong color #c8eaf9 instead of #E4E5E7
98
- color:var(--neutrals-background-secondary, #E4E5E7); */
99
- color:#E4E5E7;
95
+ color:var(--neutrals-background-secondary, #E4E5E7);
100
96
  }
101
97
 
102
98
  .state-not-started-color {
@@ -9651,7 +9651,7 @@
9651
9651
  "package": {
9652
9652
  "name": "nve-designsystem",
9653
9653
  "description": "Designsystem for NVE",
9654
- "version": "0.1.73",
9654
+ "version": "0.1.74",
9655
9655
  "author": {
9656
9656
  "name": "NVE",
9657
9657
  "email": "nve@nve.no"
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  },
8
8
  "license": "MIT",
9
9
  "homepage": "https://github.com/NVE/Designsystem/",
10
- "version": "0.1.74",
10
+ "version": "0.1.75",
11
11
  "customElements": "custom-elements.json",
12
12
  "exports": {
13
13
  ".": {