@times-design-system/theme-scss 2.4.0 → 2.5.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.
Files changed (39) hide show
  1. package/dist/palettes/business-dark.scss +46 -20
  2. package/dist/palettes/business-light.scss +37 -11
  3. package/dist/palettes/comment-dark.scss +46 -20
  4. package/dist/palettes/comment-light.scss +37 -11
  5. package/dist/palettes/core-dark.scss +51 -25
  6. package/dist/palettes/core-light.scss +26 -0
  7. package/dist/palettes/culture-dark.scss +46 -20
  8. package/dist/palettes/culture-light.scss +37 -11
  9. package/dist/palettes/home-dark.scss +46 -20
  10. package/dist/palettes/home-light.scss +37 -11
  11. package/dist/palettes/ireland-dark.scss +42 -16
  12. package/dist/palettes/ireland-light.scss +37 -11
  13. package/dist/palettes/lifeAndStyle-dark.scss +46 -20
  14. package/dist/palettes/lifeAndStyle-light.scss +30 -4
  15. package/dist/palettes/magazineLuxx-dark.scss +35 -9
  16. package/dist/palettes/magazineLuxx-light.scss +26 -0
  17. package/dist/palettes/magazineSundayTimes-dark.scss +35 -9
  18. package/dist/palettes/magazineSundayTimes-light.scss +26 -0
  19. package/dist/palettes/magazineTimes-dark.scss +35 -9
  20. package/dist/palettes/magazineTimes-light.scss +26 -0
  21. package/dist/palettes/money-dark.scss +46 -20
  22. package/dist/palettes/money-light.scss +37 -11
  23. package/dist/palettes/obituaries-dark.scss +46 -20
  24. package/dist/palettes/obituaries-light.scss +37 -11
  25. package/dist/palettes/puzzles-dark.scss +46 -20
  26. package/dist/palettes/puzzles-light.scss +30 -4
  27. package/dist/palettes/sport-dark.scss +46 -20
  28. package/dist/palettes/sport-light.scss +37 -11
  29. package/dist/palettes/timesEvents-dark.scss +330 -0
  30. package/dist/palettes/timesEvents-light.scss +330 -0
  31. package/dist/palettes/timesPlus-dark.scss +35 -9
  32. package/dist/palettes/timesPlus-light.scss +26 -0
  33. package/dist/palettes/travel-dark.scss +46 -20
  34. package/dist/palettes/travel-light.scss +37 -11
  35. package/dist/palettes/uk-dark.scss +46 -20
  36. package/dist/palettes/uk-light.scss +37 -11
  37. package/dist/palettes/world-dark.scss +46 -20
  38. package/dist/palettes/world-light.scss +37 -11
  39. package/package.json +2 -2
@@ -17,37 +17,39 @@ $dark-lifeAndStyle-surface-static-light: #ffffff;
17
17
  $dark-lifeAndStyle-surface-inverse: #ffffff;
18
18
  $dark-lifeAndStyle-text-primary: #ffffff;
19
19
  $dark-lifeAndStyle-text-secondary: #d9d9d9;
20
- $dark-lifeAndStyle-text-tertiary: #a6a6a6;
21
- $dark-lifeAndStyle-text-channel-primary: #29a3b8;
22
- $dark-lifeAndStyle-text-channel-secondary: #168ea3;
23
- $dark-lifeAndStyle-text-channel-tertiary: #116f7f;
20
+ $dark-lifeAndStyle-text-tertiary: #737373;
21
+ $dark-lifeAndStyle-text-channel-primary: #97d0da;
22
+ $dark-lifeAndStyle-text-channel-secondary: #82c6d3;
23
+ $dark-lifeAndStyle-text-channel-tertiary: #56b2c4;
24
24
  $dark-lifeAndStyle-text-static-dark: #000000;
25
25
  $dark-lifeAndStyle-text-static-light: #ffffff;
26
26
  $dark-lifeAndStyle-text-inverse: #000000;
27
27
  $dark-lifeAndStyle-icon-primary: #ffffff;
28
28
  $dark-lifeAndStyle-icon-secondary: #d9d9d9;
29
- $dark-lifeAndStyle-icon-tertiary: #a6a6a6;
29
+ $dark-lifeAndStyle-icon-tertiary: #737373;
30
30
  $dark-lifeAndStyle-icon-channel-primary: #47adbf;
31
31
  $dark-lifeAndStyle-icon-channel-secondary: #63b7c7;
32
- $dark-lifeAndStyle-icon-channel-tertiary: #116f7f;
32
+ $dark-lifeAndStyle-icon-channel-tertiary: #56b2c4;
33
33
  $dark-lifeAndStyle-icon-inverse: #000000;
34
+ $dark-lifeAndStyle-icon-static-light: #ffffff;
35
+ $dark-lifeAndStyle-icon-static-dark: #000000;
34
36
  $dark-lifeAndStyle-border-primary: #575757;
35
37
  $dark-lifeAndStyle-border-secondary: #333333;
36
38
  $dark-lifeAndStyle-border-tertiary: #1a1a1a;
37
- $dark-lifeAndStyle-border-channel-primary: #168ea3;
38
- $dark-lifeAndStyle-border-channel-secondary: #0f606d;
39
- $dark-lifeAndStyle-border-channel-tertiary: #104149;
39
+ $dark-lifeAndStyle-border-channel-primary: #63b7c7;
40
+ $dark-lifeAndStyle-border-channel-secondary: #47adbf;
41
+ $dark-lifeAndStyle-border-channel-tertiary: #29a3b8;
40
42
  $dark-lifeAndStyle-border-elevation: #333333;
41
43
  $dark-lifeAndStyle-border-static-dark: #000000;
42
44
  $dark-lifeAndStyle-border-static-light: #ffffff;
43
45
  $dark-lifeAndStyle-input-fill-default: #000000;
44
- $dark-lifeAndStyle-input-fill-error: #670909;
46
+ $dark-lifeAndStyle-input-fill-error: #410805;
45
47
  $dark-lifeAndStyle-input-fill-hover: #0d0d0d;
46
48
  $dark-lifeAndStyle-input-fill-active: #000000;
47
49
  $dark-lifeAndStyle-input-fill-completed: #000000;
48
- $dark-lifeAndStyle-input-fill-success: #1b5339;
49
- $dark-lifeAndStyle-input-fill-warning: #664109;
50
- $dark-lifeAndStyle-input-fill-info: #08295a;
50
+ $dark-lifeAndStyle-input-fill-success: #153928;
51
+ $dark-lifeAndStyle-input-fill-warning: #412809;
52
+ $dark-lifeAndStyle-input-fill-info: #0a1f45;
51
53
  $dark-lifeAndStyle-input-border-default: #737373;
52
54
  $dark-lifeAndStyle-input-border-error: #ff7268;
53
55
  $dark-lifeAndStyle-input-border-hover: #6d6d6d;
@@ -56,7 +58,7 @@ $dark-lifeAndStyle-input-border-completed: #d9d9d9;
56
58
  $dark-lifeAndStyle-input-border-success: #80c4a1;
57
59
  $dark-lifeAndStyle-input-border-warning: #ffc77f;
58
60
  $dark-lifeAndStyle-input-border-info: #466fb5;
59
- $dark-lifeAndStyle-input-text-default: #a6a6a6;
61
+ $dark-lifeAndStyle-input-text-default: #737373;
60
62
  $dark-lifeAndStyle-input-text-error: #ffffff;
61
63
  $dark-lifeAndStyle-input-text-hover: #d9d9d9;
62
64
  $dark-lifeAndStyle-input-text-active: #ffffff;
@@ -118,6 +120,18 @@ $dark-lifeAndStyle-interactive-secondary-text-pressed: #ffffff;
118
120
  $dark-lifeAndStyle-interactive-secondary-icon-default: #ffffff;
119
121
  $dark-lifeAndStyle-interactive-secondary-icon-hover: #ffffff;
120
122
  $dark-lifeAndStyle-interactive-secondary-icon-pressed: #ffffff;
123
+ $dark-lifeAndStyle-interactive-listItem-fill-default: #1a1a1a;
124
+ $dark-lifeAndStyle-interactive-listItem-fill-hover: #262626;
125
+ $dark-lifeAndStyle-interactive-listItem-fill-pressed: #333333;
126
+ $dark-lifeAndStyle-interactive-listItem-text-default: #ffffff;
127
+ $dark-lifeAndStyle-interactive-listItem-text-hover: #ffffff;
128
+ $dark-lifeAndStyle-interactive-listItem-text-pressed: #ffffff;
129
+ $dark-lifeAndStyle-interactive-listItem-icon-default: #d9d9d9;
130
+ $dark-lifeAndStyle-interactive-listItem-icon-hover: #dfdfdf;
131
+ $dark-lifeAndStyle-interactive-listItem-icon-pressed: #e1e1e1;
132
+ $dark-lifeAndStyle-interactive-listItem-border-default: #333333;
133
+ $dark-lifeAndStyle-interactive-listItem-border-hover: #525252;
134
+ $dark-lifeAndStyle-interactive-listItem-border-pressed: #5c5c5c;
121
135
  $dark-lifeAndStyle-interactive-disabled-a: #262626;
122
136
  $dark-lifeAndStyle-interactive-disabled-b: #404040;
123
137
  $dark-lifeAndStyle-interactive-disabled-c: #575757;
@@ -193,12 +207,12 @@ $dark-lifeAndStyle-interactive-chip-secondary-on-icon-pressed: #cccccc;
193
207
  $dark-lifeAndStyle-interactive-chip-secondary-off-fill-default: #262626;
194
208
  $dark-lifeAndStyle-interactive-chip-secondary-off-fill-hover: #202020;
195
209
  $dark-lifeAndStyle-interactive-chip-secondary-off-fill-pressed: #1e1e1e;
196
- $dark-lifeAndStyle-interactive-chip-secondary-off-text-default: #a6a6a6;
197
- $dark-lifeAndStyle-interactive-chip-secondary-off-text-hover: #8d8d8d;
198
- $dark-lifeAndStyle-interactive-chip-secondary-off-text-pressed: #858585;
199
- $dark-lifeAndStyle-interactive-chip-secondary-off-icon-default: #a6a6a6;
200
- $dark-lifeAndStyle-interactive-chip-secondary-off-icon-hover: #8d8d8d;
201
- $dark-lifeAndStyle-interactive-chip-secondary-off-icon-pressed: #858585;
210
+ $dark-lifeAndStyle-interactive-chip-secondary-off-text-default: #737373;
211
+ $dark-lifeAndStyle-interactive-chip-secondary-off-text-hover: #626262;
212
+ $dark-lifeAndStyle-interactive-chip-secondary-off-text-pressed: #5c5c5c;
213
+ $dark-lifeAndStyle-interactive-chip-secondary-off-icon-default: #737373;
214
+ $dark-lifeAndStyle-interactive-chip-secondary-off-icon-hover: #626262;
215
+ $dark-lifeAndStyle-interactive-chip-secondary-off-icon-pressed: #5c5c5c;
202
216
  $dark-lifeAndStyle-interactive-chip-channel-secondary-off-fill-default: #104149;
203
217
  $dark-lifeAndStyle-interactive-chip-channel-secondary-off-fill-hover: #0e373e;
204
218
  $dark-lifeAndStyle-interactive-chip-channel-secondary-off-fill-pressed: #0d343b;
@@ -251,6 +265,18 @@ $dark-lifeAndStyle-interactive-tab-icon-default: #ffffff;
251
265
  $dark-lifeAndStyle-interactive-tab-icon-hover: #d9d9d9;
252
266
  $dark-lifeAndStyle-interactive-tab-icon-pressed: #d9d9d9;
253
267
  $dark-lifeAndStyle-interactive-tab-selected-border-default: #ffffff;
268
+ $dark-lifeAndStyle-interactive-switch-off-fill-default: #737373;
269
+ $dark-lifeAndStyle-interactive-switch-off-fill-hover: #626262;
270
+ $dark-lifeAndStyle-interactive-switch-off-fill-pressed: #5c5c5c;
271
+ $dark-lifeAndStyle-interactive-switch-off-control-border-default: #000000;
272
+ $dark-lifeAndStyle-interactive-switch-off-control-border-hover: rgba(255, 255, 255, 0.25);
273
+ $dark-lifeAndStyle-interactive-switch-off-control-border-pressed: rgba(255, 255, 255, 0.3);
274
+ $dark-lifeAndStyle-interactive-switch-on-fill-default: #2c9365;
275
+ $dark-lifeAndStyle-interactive-switch-on-fill-hover: #257d55;
276
+ $dark-lifeAndStyle-interactive-switch-on-fill-pressed: #237651;
277
+ $dark-lifeAndStyle-interactive-switch-on-control-border-default: #2c9365;
278
+ $dark-lifeAndStyle-interactive-switch-on-control-border-hover: #257d55;
279
+ $dark-lifeAndStyle-interactive-switch-on-control-border-pressed: #237651;
254
280
  $dark-lifeAndStyle-toast-fill-info: #0f4aa2;
255
281
  $dark-lifeAndStyle-toast-fill-success: #2c865b;
256
282
  $dark-lifeAndStyle-toast-fill-warning: #e49307;
@@ -6,7 +6,7 @@ $light-lifeAndStyle-surface-level-2: #ffffff;
6
6
  $light-lifeAndStyle-surface-level-3: #ffffff;
7
7
  $light-lifeAndStyle-surface-level-4: #ffffff;
8
8
  $light-lifeAndStyle-surface-overlay: rgba(0, 0, 0, 0.45);
9
- $light-lifeAndStyle-surface-channel-50: #f8fdfe;
9
+ $light-lifeAndStyle-surface-channel-50: #f1fcfd;
10
10
  $light-lifeAndStyle-surface-channel-100: #dcf7fb;
11
11
  $light-lifeAndStyle-surface-channel-200: #82e2f1;
12
12
  $light-lifeAndStyle-surface-channel-300: #149fb5;
@@ -31,6 +31,8 @@ $light-lifeAndStyle-icon-channel-primary: #149fb5;
31
31
  $light-lifeAndStyle-icon-channel-secondary: #1d7d8e;
32
32
  $light-lifeAndStyle-icon-channel-tertiary: #149fb5;
33
33
  $light-lifeAndStyle-icon-inverse: #ffffff;
34
+ $light-lifeAndStyle-icon-static-light: #ffffff;
35
+ $light-lifeAndStyle-icon-static-dark: #000000;
34
36
  $light-lifeAndStyle-border-primary: #b3b3b3;
35
37
  $light-lifeAndStyle-border-secondary: #cccccc;
36
38
  $light-lifeAndStyle-border-tertiary: #e6e6e6;
@@ -93,6 +95,18 @@ $light-lifeAndStyle-interactive-secondary-text-pressed: #151515;
93
95
  $light-lifeAndStyle-interactive-secondary-icon-default: #1a1a1a;
94
96
  $light-lifeAndStyle-interactive-secondary-icon-hover: #161616;
95
97
  $light-lifeAndStyle-interactive-secondary-icon-pressed: #111111;
98
+ $light-lifeAndStyle-interactive-listItem-fill-default: #ffffff;
99
+ $light-lifeAndStyle-interactive-listItem-fill-hover: #f2f2f2;
100
+ $light-lifeAndStyle-interactive-listItem-fill-pressed: #e6e6e6;
101
+ $light-lifeAndStyle-interactive-listItem-text-default: #1a1a1a;
102
+ $light-lifeAndStyle-interactive-listItem-text-hover: #161616;
103
+ $light-lifeAndStyle-interactive-listItem-text-pressed: #151515;
104
+ $light-lifeAndStyle-interactive-listItem-icon-default: #404040;
105
+ $light-lifeAndStyle-interactive-listItem-icon-hover: #363636;
106
+ $light-lifeAndStyle-interactive-listItem-icon-pressed: #333333;
107
+ $light-lifeAndStyle-interactive-listItem-border-default: #cccccc;
108
+ $light-lifeAndStyle-interactive-listItem-border-hover: #adadad;
109
+ $light-lifeAndStyle-interactive-listItem-border-pressed: #a3a3a3;
96
110
  $light-lifeAndStyle-interactive-disabled-a: #d9d9d9;
97
111
  $light-lifeAndStyle-interactive-disabled-b: #bfbfbf;
98
112
  $light-lifeAndStyle-interactive-disabled-c: #a8a8a8;
@@ -174,9 +188,9 @@ $light-lifeAndStyle-interactive-chip-secondary-off-text-pressed: #333333;
174
188
  $light-lifeAndStyle-interactive-chip-secondary-off-icon-default: #404040;
175
189
  $light-lifeAndStyle-interactive-chip-secondary-off-icon-hover: #363636;
176
190
  $light-lifeAndStyle-interactive-chip-secondary-off-icon-pressed: #333333;
177
- $light-lifeAndStyle-interactive-chip-channel-secondary-on-fill-default: #f8fdfe;
178
- $light-lifeAndStyle-interactive-chip-channel-secondary-on-fill-hover: #b6eaf5;
179
- $light-lifeAndStyle-interactive-chip-channel-secondary-on-fill-pressed: #a0e4f1;
191
+ $light-lifeAndStyle-interactive-chip-channel-secondary-on-fill-default: #f1fcfd;
192
+ $light-lifeAndStyle-interactive-chip-channel-secondary-on-fill-hover: #b0eef4;
193
+ $light-lifeAndStyle-interactive-chip-channel-secondary-on-fill-pressed: #9be9f1;
180
194
  $light-lifeAndStyle-interactive-chip-channel-secondary-on-text-default: #149fb5;
181
195
  $light-lifeAndStyle-interactive-chip-channel-secondary-on-text-hover: #11889a;
182
196
  $light-lifeAndStyle-interactive-chip-channel-secondary-on-text-pressed: #108091;
@@ -226,6 +240,18 @@ $light-lifeAndStyle-interactive-tab-icon-default: #1a1a1a;
226
240
  $light-lifeAndStyle-interactive-tab-icon-hover: #404040;
227
241
  $light-lifeAndStyle-interactive-tab-icon-pressed: #404040;
228
242
  $light-lifeAndStyle-interactive-tab-selected-border-default: #000000;
243
+ $light-lifeAndStyle-interactive-switch-off-fill-default: #8c8c8c;
244
+ $light-lifeAndStyle-interactive-switch-off-fill-hover: #777777;
245
+ $light-lifeAndStyle-interactive-switch-off-fill-pressed: #707070;
246
+ $light-lifeAndStyle-interactive-switch-off-control-border-default: #000000;
247
+ $light-lifeAndStyle-interactive-switch-off-control-border-hover: rgba(0, 0, 0, 0.25);
248
+ $light-lifeAndStyle-interactive-switch-off-control-border-pressed: rgba(0, 0, 0, 0.3);
249
+ $light-lifeAndStyle-interactive-switch-on-fill-default: #298458;
250
+ $light-lifeAndStyle-interactive-switch-on-fill-hover: #23704b;
251
+ $light-lifeAndStyle-interactive-switch-on-fill-pressed: #216946;
252
+ $light-lifeAndStyle-interactive-switch-on-control-border-default: #95ceb1;
253
+ $light-lifeAndStyle-interactive-switch-on-control-border-hover: #71bd96;
254
+ $light-lifeAndStyle-interactive-switch-on-control-border-pressed: #64b88d;
229
255
  $light-lifeAndStyle-active-fill: #000000;
230
256
  $light-lifeAndStyle-active-text: #ffffff;
231
257
  $light-lifeAndStyle-active-border: #000000;
@@ -17,7 +17,7 @@ $dark-magazineLuxx-surface-static-light: #ffffff;
17
17
  $dark-magazineLuxx-surface-inverse: #ffffff;
18
18
  $dark-magazineLuxx-text-primary: #ffffff;
19
19
  $dark-magazineLuxx-text-secondary: #d9d9d9;
20
- $dark-magazineLuxx-text-tertiary: #a6a6a6;
20
+ $dark-magazineLuxx-text-tertiary: #737373;
21
21
  $dark-magazineLuxx-text-channel-primary: #8eacc1;
22
22
  $dark-magazineLuxx-text-channel-secondary: #799ab5;
23
23
  $dark-magazineLuxx-text-channel-tertiary: #49799c;
@@ -26,11 +26,13 @@ $dark-magazineLuxx-text-static-light: #ffffff;
26
26
  $dark-magazineLuxx-text-inverse: #000000;
27
27
  $dark-magazineLuxx-icon-primary: #ffffff;
28
28
  $dark-magazineLuxx-icon-secondary: #d9d9d9;
29
- $dark-magazineLuxx-icon-tertiary: #a6a6a6;
29
+ $dark-magazineLuxx-icon-tertiary: #737373;
30
30
  $dark-magazineLuxx-icon-channel-primary: #154e76;
31
31
  $dark-magazineLuxx-icon-channel-secondary: #216088;
32
32
  $dark-magazineLuxx-icon-channel-tertiary: #49799c;
33
33
  $dark-magazineLuxx-icon-inverse: #000000;
34
+ $dark-magazineLuxx-icon-static-light: #ffffff;
35
+ $dark-magazineLuxx-icon-static-dark: #000000;
34
36
  $dark-magazineLuxx-border-primary: #575757;
35
37
  $dark-magazineLuxx-border-secondary: #333333;
36
38
  $dark-magazineLuxx-border-tertiary: #1a1a1a;
@@ -56,7 +58,7 @@ $dark-magazineLuxx-input-border-completed: #d9d9d9;
56
58
  $dark-magazineLuxx-input-border-success: #80c4a1;
57
59
  $dark-magazineLuxx-input-border-warning: #ffc77f;
58
60
  $dark-magazineLuxx-input-border-info: #466fb5;
59
- $dark-magazineLuxx-input-text-default: #a6a6a6;
61
+ $dark-magazineLuxx-input-text-default: #737373;
60
62
  $dark-magazineLuxx-input-text-error: #ffffff;
61
63
  $dark-magazineLuxx-input-text-hover: #d9d9d9;
62
64
  $dark-magazineLuxx-input-text-active: #ffffff;
@@ -118,6 +120,18 @@ $dark-magazineLuxx-interactive-secondary-text-pressed: #ffffff;
118
120
  $dark-magazineLuxx-interactive-secondary-icon-default: #ffffff;
119
121
  $dark-magazineLuxx-interactive-secondary-icon-hover: #ffffff;
120
122
  $dark-magazineLuxx-interactive-secondary-icon-pressed: #ffffff;
123
+ $dark-magazineLuxx-interactive-listItem-fill-default: #1a1a1a;
124
+ $dark-magazineLuxx-interactive-listItem-fill-hover: #262626;
125
+ $dark-magazineLuxx-interactive-listItem-fill-pressed: #333333;
126
+ $dark-magazineLuxx-interactive-listItem-text-default: #ffffff;
127
+ $dark-magazineLuxx-interactive-listItem-text-hover: #ffffff;
128
+ $dark-magazineLuxx-interactive-listItem-text-pressed: #ffffff;
129
+ $dark-magazineLuxx-interactive-listItem-icon-default: #d9d9d9;
130
+ $dark-magazineLuxx-interactive-listItem-icon-hover: #dfdfdf;
131
+ $dark-magazineLuxx-interactive-listItem-icon-pressed: #e1e1e1;
132
+ $dark-magazineLuxx-interactive-listItem-border-default: #333333;
133
+ $dark-magazineLuxx-interactive-listItem-border-hover: #525252;
134
+ $dark-magazineLuxx-interactive-listItem-border-pressed: #5c5c5c;
121
135
  $dark-magazineLuxx-interactive-disabled-a: #262626;
122
136
  $dark-magazineLuxx-interactive-disabled-b: #404040;
123
137
  $dark-magazineLuxx-interactive-disabled-c: #575757;
@@ -193,12 +207,12 @@ $dark-magazineLuxx-interactive-chip-secondary-on-icon-pressed: #cccccc;
193
207
  $dark-magazineLuxx-interactive-chip-secondary-off-fill-default: #262626;
194
208
  $dark-magazineLuxx-interactive-chip-secondary-off-fill-hover: #202020;
195
209
  $dark-magazineLuxx-interactive-chip-secondary-off-fill-pressed: #1e1e1e;
196
- $dark-magazineLuxx-interactive-chip-secondary-off-text-default: #a6a6a6;
197
- $dark-magazineLuxx-interactive-chip-secondary-off-text-hover: #8d8d8d;
198
- $dark-magazineLuxx-interactive-chip-secondary-off-text-pressed: #858585;
199
- $dark-magazineLuxx-interactive-chip-secondary-off-icon-default: #a6a6a6;
200
- $dark-magazineLuxx-interactive-chip-secondary-off-icon-hover: #8d8d8d;
201
- $dark-magazineLuxx-interactive-chip-secondary-off-icon-pressed: #858585;
210
+ $dark-magazineLuxx-interactive-chip-secondary-off-text-default: #737373;
211
+ $dark-magazineLuxx-interactive-chip-secondary-off-text-hover: #626262;
212
+ $dark-magazineLuxx-interactive-chip-secondary-off-text-pressed: #5c5c5c;
213
+ $dark-magazineLuxx-interactive-chip-secondary-off-icon-default: #737373;
214
+ $dark-magazineLuxx-interactive-chip-secondary-off-icon-hover: #626262;
215
+ $dark-magazineLuxx-interactive-chip-secondary-off-icon-pressed: #5c5c5c;
202
216
  $dark-magazineLuxx-interactive-chip-channel-secondary-off-fill-default: #082235;
203
217
  $dark-magazineLuxx-interactive-chip-channel-secondary-off-fill-hover: #071d2d;
204
218
  $dark-magazineLuxx-interactive-chip-channel-secondary-off-fill-pressed: #061b2a;
@@ -251,6 +265,18 @@ $dark-magazineLuxx-interactive-tab-icon-default: #ffffff;
251
265
  $dark-magazineLuxx-interactive-tab-icon-hover: #d9d9d9;
252
266
  $dark-magazineLuxx-interactive-tab-icon-pressed: #d9d9d9;
253
267
  $dark-magazineLuxx-interactive-tab-selected-border-default: #ffffff;
268
+ $dark-magazineLuxx-interactive-switch-off-fill-default: #737373;
269
+ $dark-magazineLuxx-interactive-switch-off-fill-hover: #626262;
270
+ $dark-magazineLuxx-interactive-switch-off-fill-pressed: #5c5c5c;
271
+ $dark-magazineLuxx-interactive-switch-off-control-border-default: #000000;
272
+ $dark-magazineLuxx-interactive-switch-off-control-border-hover: rgba(255, 255, 255, 0.25);
273
+ $dark-magazineLuxx-interactive-switch-off-control-border-pressed: rgba(255, 255, 255, 0.3);
274
+ $dark-magazineLuxx-interactive-switch-on-fill-default: #2c9365;
275
+ $dark-magazineLuxx-interactive-switch-on-fill-hover: #257d55;
276
+ $dark-magazineLuxx-interactive-switch-on-fill-pressed: #237651;
277
+ $dark-magazineLuxx-interactive-switch-on-control-border-default: #2c9365;
278
+ $dark-magazineLuxx-interactive-switch-on-control-border-hover: #257d55;
279
+ $dark-magazineLuxx-interactive-switch-on-control-border-pressed: #237651;
254
280
  $dark-magazineLuxx-toast-fill-info: #0f4aa2;
255
281
  $dark-magazineLuxx-toast-fill-success: #2c865b;
256
282
  $dark-magazineLuxx-toast-fill-warning: #e49307;
@@ -31,6 +31,8 @@ $light-magazineLuxx-icon-channel-primary: #145683;
31
31
  $light-magazineLuxx-icon-channel-secondary: #3e6f95;
32
32
  $light-magazineLuxx-icon-channel-tertiary: #84a2ba;
33
33
  $light-magazineLuxx-icon-inverse: #ffffff;
34
+ $light-magazineLuxx-icon-static-light: #ffffff;
35
+ $light-magazineLuxx-icon-static-dark: #000000;
34
36
  $light-magazineLuxx-border-primary: #b3b3b3;
35
37
  $light-magazineLuxx-border-secondary: #cccccc;
36
38
  $light-magazineLuxx-border-tertiary: #e6e6e6;
@@ -93,6 +95,18 @@ $light-magazineLuxx-interactive-secondary-text-pressed: #151515;
93
95
  $light-magazineLuxx-interactive-secondary-icon-default: #1a1a1a;
94
96
  $light-magazineLuxx-interactive-secondary-icon-hover: #161616;
95
97
  $light-magazineLuxx-interactive-secondary-icon-pressed: #111111;
98
+ $light-magazineLuxx-interactive-listItem-fill-default: #ffffff;
99
+ $light-magazineLuxx-interactive-listItem-fill-hover: #f2f2f2;
100
+ $light-magazineLuxx-interactive-listItem-fill-pressed: #e6e6e6;
101
+ $light-magazineLuxx-interactive-listItem-text-default: #1a1a1a;
102
+ $light-magazineLuxx-interactive-listItem-text-hover: #161616;
103
+ $light-magazineLuxx-interactive-listItem-text-pressed: #151515;
104
+ $light-magazineLuxx-interactive-listItem-icon-default: #404040;
105
+ $light-magazineLuxx-interactive-listItem-icon-hover: #363636;
106
+ $light-magazineLuxx-interactive-listItem-icon-pressed: #333333;
107
+ $light-magazineLuxx-interactive-listItem-border-default: #cccccc;
108
+ $light-magazineLuxx-interactive-listItem-border-hover: #adadad;
109
+ $light-magazineLuxx-interactive-listItem-border-pressed: #a3a3a3;
96
110
  $light-magazineLuxx-interactive-disabled-a: #d9d9d9;
97
111
  $light-magazineLuxx-interactive-disabled-b: #bfbfbf;
98
112
  $light-magazineLuxx-interactive-disabled-c: #a8a8a8;
@@ -226,6 +240,18 @@ $light-magazineLuxx-interactive-tab-icon-default: #1a1a1a;
226
240
  $light-magazineLuxx-interactive-tab-icon-hover: #404040;
227
241
  $light-magazineLuxx-interactive-tab-icon-pressed: #404040;
228
242
  $light-magazineLuxx-interactive-tab-selected-border-default: #000000;
243
+ $light-magazineLuxx-interactive-switch-off-fill-default: #8c8c8c;
244
+ $light-magazineLuxx-interactive-switch-off-fill-hover: #777777;
245
+ $light-magazineLuxx-interactive-switch-off-fill-pressed: #707070;
246
+ $light-magazineLuxx-interactive-switch-off-control-border-default: #000000;
247
+ $light-magazineLuxx-interactive-switch-off-control-border-hover: rgba(0, 0, 0, 0.25);
248
+ $light-magazineLuxx-interactive-switch-off-control-border-pressed: rgba(0, 0, 0, 0.3);
249
+ $light-magazineLuxx-interactive-switch-on-fill-default: #298458;
250
+ $light-magazineLuxx-interactive-switch-on-fill-hover: #23704b;
251
+ $light-magazineLuxx-interactive-switch-on-fill-pressed: #216946;
252
+ $light-magazineLuxx-interactive-switch-on-control-border-default: #95ceb1;
253
+ $light-magazineLuxx-interactive-switch-on-control-border-hover: #71bd96;
254
+ $light-magazineLuxx-interactive-switch-on-control-border-pressed: #64b88d;
229
255
  $light-magazineLuxx-active-fill: #000000;
230
256
  $light-magazineLuxx-active-text: #ffffff;
231
257
  $light-magazineLuxx-active-border: #000000;
@@ -17,7 +17,7 @@ $dark-magazineSundayTimes-surface-static-light: #ffffff;
17
17
  $dark-magazineSundayTimes-surface-inverse: #ffffff;
18
18
  $dark-magazineSundayTimes-text-primary: #ffffff;
19
19
  $dark-magazineSundayTimes-text-secondary: #d9d9d9;
20
- $dark-magazineSundayTimes-text-tertiary: #a6a6a6;
20
+ $dark-magazineSundayTimes-text-tertiary: #737373;
21
21
  $dark-magazineSundayTimes-text-channel-primary: #bfb2a1;
22
22
  $dark-magazineSundayTimes-text-channel-secondary: #b3a38f;
23
23
  $dark-magazineSundayTimes-text-channel-tertiary: #97846b;
@@ -26,11 +26,13 @@ $dark-magazineSundayTimes-text-static-light: #ffffff;
26
26
  $dark-magazineSundayTimes-text-inverse: #000000;
27
27
  $dark-magazineSundayTimes-icon-primary: #ffffff;
28
28
  $dark-magazineSundayTimes-icon-secondary: #d9d9d9;
29
- $dark-magazineSundayTimes-icon-tertiary: #a6a6a6;
29
+ $dark-magazineSundayTimes-icon-tertiary: #737373;
30
30
  $dark-magazineSundayTimes-icon-channel-primary: #715b3f;
31
31
  $dark-magazineSundayTimes-icon-channel-secondary: #866d4d;
32
32
  $dark-magazineSundayTimes-icon-channel-tertiary: #97846b;
33
33
  $dark-magazineSundayTimes-icon-inverse: #000000;
34
+ $dark-magazineSundayTimes-icon-static-light: #ffffff;
35
+ $dark-magazineSundayTimes-icon-static-dark: #000000;
34
36
  $dark-magazineSundayTimes-border-primary: #575757;
35
37
  $dark-magazineSundayTimes-border-secondary: #333333;
36
38
  $dark-magazineSundayTimes-border-tertiary: #1a1a1a;
@@ -56,7 +58,7 @@ $dark-magazineSundayTimes-input-border-completed: #d9d9d9;
56
58
  $dark-magazineSundayTimes-input-border-success: #80c4a1;
57
59
  $dark-magazineSundayTimes-input-border-warning: #ffc77f;
58
60
  $dark-magazineSundayTimes-input-border-info: #466fb5;
59
- $dark-magazineSundayTimes-input-text-default: #a6a6a6;
61
+ $dark-magazineSundayTimes-input-text-default: #737373;
60
62
  $dark-magazineSundayTimes-input-text-error: #ffffff;
61
63
  $dark-magazineSundayTimes-input-text-hover: #d9d9d9;
62
64
  $dark-magazineSundayTimes-input-text-active: #ffffff;
@@ -118,6 +120,18 @@ $dark-magazineSundayTimes-interactive-secondary-text-pressed: #ffffff;
118
120
  $dark-magazineSundayTimes-interactive-secondary-icon-default: #ffffff;
119
121
  $dark-magazineSundayTimes-interactive-secondary-icon-hover: #ffffff;
120
122
  $dark-magazineSundayTimes-interactive-secondary-icon-pressed: #ffffff;
123
+ $dark-magazineSundayTimes-interactive-listItem-fill-default: #1a1a1a;
124
+ $dark-magazineSundayTimes-interactive-listItem-fill-hover: #262626;
125
+ $dark-magazineSundayTimes-interactive-listItem-fill-pressed: #333333;
126
+ $dark-magazineSundayTimes-interactive-listItem-text-default: #ffffff;
127
+ $dark-magazineSundayTimes-interactive-listItem-text-hover: #ffffff;
128
+ $dark-magazineSundayTimes-interactive-listItem-text-pressed: #ffffff;
129
+ $dark-magazineSundayTimes-interactive-listItem-icon-default: #d9d9d9;
130
+ $dark-magazineSundayTimes-interactive-listItem-icon-hover: #dfdfdf;
131
+ $dark-magazineSundayTimes-interactive-listItem-icon-pressed: #e1e1e1;
132
+ $dark-magazineSundayTimes-interactive-listItem-border-default: #333333;
133
+ $dark-magazineSundayTimes-interactive-listItem-border-hover: #525252;
134
+ $dark-magazineSundayTimes-interactive-listItem-border-pressed: #5c5c5c;
121
135
  $dark-magazineSundayTimes-interactive-disabled-a: #262626;
122
136
  $dark-magazineSundayTimes-interactive-disabled-b: #404040;
123
137
  $dark-magazineSundayTimes-interactive-disabled-c: #575757;
@@ -193,12 +207,12 @@ $dark-magazineSundayTimes-interactive-chip-secondary-on-icon-pressed: #cccccc;
193
207
  $dark-magazineSundayTimes-interactive-chip-secondary-off-fill-default: #262626;
194
208
  $dark-magazineSundayTimes-interactive-chip-secondary-off-fill-hover: #202020;
195
209
  $dark-magazineSundayTimes-interactive-chip-secondary-off-fill-pressed: #1e1e1e;
196
- $dark-magazineSundayTimes-interactive-chip-secondary-off-text-default: #a6a6a6;
197
- $dark-magazineSundayTimes-interactive-chip-secondary-off-text-hover: #8d8d8d;
198
- $dark-magazineSundayTimes-interactive-chip-secondary-off-text-pressed: #858585;
199
- $dark-magazineSundayTimes-interactive-chip-secondary-off-icon-default: #a6a6a6;
200
- $dark-magazineSundayTimes-interactive-chip-secondary-off-icon-hover: #8d8d8d;
201
- $dark-magazineSundayTimes-interactive-chip-secondary-off-icon-pressed: #858585;
210
+ $dark-magazineSundayTimes-interactive-chip-secondary-off-text-default: #737373;
211
+ $dark-magazineSundayTimes-interactive-chip-secondary-off-text-hover: #626262;
212
+ $dark-magazineSundayTimes-interactive-chip-secondary-off-text-pressed: #5c5c5c;
213
+ $dark-magazineSundayTimes-interactive-chip-secondary-off-icon-default: #737373;
214
+ $dark-magazineSundayTimes-interactive-chip-secondary-off-icon-hover: #626262;
215
+ $dark-magazineSundayTimes-interactive-chip-secondary-off-icon-pressed: #5c5c5c;
202
216
  $dark-magazineSundayTimes-interactive-chip-channel-secondary-off-fill-default: #32281d;
203
217
  $dark-magazineSundayTimes-interactive-chip-channel-secondary-off-fill-hover: #2b2219;
204
218
  $dark-magazineSundayTimes-interactive-chip-channel-secondary-off-fill-pressed: #282017;
@@ -251,6 +265,18 @@ $dark-magazineSundayTimes-interactive-tab-icon-default: #ffffff;
251
265
  $dark-magazineSundayTimes-interactive-tab-icon-hover: #d9d9d9;
252
266
  $dark-magazineSundayTimes-interactive-tab-icon-pressed: #d9d9d9;
253
267
  $dark-magazineSundayTimes-interactive-tab-selected-border-default: #ffffff;
268
+ $dark-magazineSundayTimes-interactive-switch-off-fill-default: #737373;
269
+ $dark-magazineSundayTimes-interactive-switch-off-fill-hover: #626262;
270
+ $dark-magazineSundayTimes-interactive-switch-off-fill-pressed: #5c5c5c;
271
+ $dark-magazineSundayTimes-interactive-switch-off-control-border-default: #000000;
272
+ $dark-magazineSundayTimes-interactive-switch-off-control-border-hover: rgba(255, 255, 255, 0.25);
273
+ $dark-magazineSundayTimes-interactive-switch-off-control-border-pressed: rgba(255, 255, 255, 0.3);
274
+ $dark-magazineSundayTimes-interactive-switch-on-fill-default: #2c9365;
275
+ $dark-magazineSundayTimes-interactive-switch-on-fill-hover: #257d55;
276
+ $dark-magazineSundayTimes-interactive-switch-on-fill-pressed: #237651;
277
+ $dark-magazineSundayTimes-interactive-switch-on-control-border-default: #2c9365;
278
+ $dark-magazineSundayTimes-interactive-switch-on-control-border-hover: #257d55;
279
+ $dark-magazineSundayTimes-interactive-switch-on-control-border-pressed: #237651;
254
280
  $dark-magazineSundayTimes-toast-fill-info: #0f4aa2;
255
281
  $dark-magazineSundayTimes-toast-fill-success: #2c865b;
256
282
  $dark-magazineSundayTimes-toast-fill-warning: #e49307;
@@ -31,6 +31,8 @@ $light-magazineSundayTimes-icon-channel-primary: #7e6645;
31
31
  $light-magazineSundayTimes-icon-channel-secondary: #927c60;
32
32
  $light-magazineSundayTimes-icon-channel-tertiary: #b7aa9a;
33
33
  $light-magazineSundayTimes-icon-inverse: #ffffff;
34
+ $light-magazineSundayTimes-icon-static-light: #ffffff;
35
+ $light-magazineSundayTimes-icon-static-dark: #000000;
34
36
  $light-magazineSundayTimes-border-primary: #b3b3b3;
35
37
  $light-magazineSundayTimes-border-secondary: #cccccc;
36
38
  $light-magazineSundayTimes-border-tertiary: #e6e6e6;
@@ -93,6 +95,18 @@ $light-magazineSundayTimes-interactive-secondary-text-pressed: #151515;
93
95
  $light-magazineSundayTimes-interactive-secondary-icon-default: #1a1a1a;
94
96
  $light-magazineSundayTimes-interactive-secondary-icon-hover: #161616;
95
97
  $light-magazineSundayTimes-interactive-secondary-icon-pressed: #111111;
98
+ $light-magazineSundayTimes-interactive-listItem-fill-default: #ffffff;
99
+ $light-magazineSundayTimes-interactive-listItem-fill-hover: #f2f2f2;
100
+ $light-magazineSundayTimes-interactive-listItem-fill-pressed: #e6e6e6;
101
+ $light-magazineSundayTimes-interactive-listItem-text-default: #1a1a1a;
102
+ $light-magazineSundayTimes-interactive-listItem-text-hover: #161616;
103
+ $light-magazineSundayTimes-interactive-listItem-text-pressed: #151515;
104
+ $light-magazineSundayTimes-interactive-listItem-icon-default: #404040;
105
+ $light-magazineSundayTimes-interactive-listItem-icon-hover: #363636;
106
+ $light-magazineSundayTimes-interactive-listItem-icon-pressed: #333333;
107
+ $light-magazineSundayTimes-interactive-listItem-border-default: #cccccc;
108
+ $light-magazineSundayTimes-interactive-listItem-border-hover: #adadad;
109
+ $light-magazineSundayTimes-interactive-listItem-border-pressed: #a3a3a3;
96
110
  $light-magazineSundayTimes-interactive-disabled-a: #d9d9d9;
97
111
  $light-magazineSundayTimes-interactive-disabled-b: #bfbfbf;
98
112
  $light-magazineSundayTimes-interactive-disabled-c: #a8a8a8;
@@ -226,6 +240,18 @@ $light-magazineSundayTimes-interactive-tab-icon-default: #1a1a1a;
226
240
  $light-magazineSundayTimes-interactive-tab-icon-hover: #404040;
227
241
  $light-magazineSundayTimes-interactive-tab-icon-pressed: #404040;
228
242
  $light-magazineSundayTimes-interactive-tab-selected-border-default: #000000;
243
+ $light-magazineSundayTimes-interactive-switch-off-fill-default: #8c8c8c;
244
+ $light-magazineSundayTimes-interactive-switch-off-fill-hover: #777777;
245
+ $light-magazineSundayTimes-interactive-switch-off-fill-pressed: #707070;
246
+ $light-magazineSundayTimes-interactive-switch-off-control-border-default: #000000;
247
+ $light-magazineSundayTimes-interactive-switch-off-control-border-hover: rgba(0, 0, 0, 0.25);
248
+ $light-magazineSundayTimes-interactive-switch-off-control-border-pressed: rgba(0, 0, 0, 0.3);
249
+ $light-magazineSundayTimes-interactive-switch-on-fill-default: #298458;
250
+ $light-magazineSundayTimes-interactive-switch-on-fill-hover: #23704b;
251
+ $light-magazineSundayTimes-interactive-switch-on-fill-pressed: #216946;
252
+ $light-magazineSundayTimes-interactive-switch-on-control-border-default: #95ceb1;
253
+ $light-magazineSundayTimes-interactive-switch-on-control-border-hover: #71bd96;
254
+ $light-magazineSundayTimes-interactive-switch-on-control-border-pressed: #64b88d;
229
255
  $light-magazineSundayTimes-active-fill: #000000;
230
256
  $light-magazineSundayTimes-active-text: #ffffff;
231
257
  $light-magazineSundayTimes-active-border: #000000;
@@ -17,7 +17,7 @@ $dark-magazineTimes-surface-static-light: #ffffff;
17
17
  $dark-magazineTimes-surface-inverse: #ffffff;
18
18
  $dark-magazineTimes-text-primary: #ffffff;
19
19
  $dark-magazineTimes-text-secondary: #d9d9d9;
20
- $dark-magazineTimes-text-tertiary: #a6a6a6;
20
+ $dark-magazineTimes-text-tertiary: #737373;
21
21
  $dark-magazineTimes-text-channel-primary: #b1b893;
22
22
  $dark-magazineTimes-text-channel-secondary: #a5a87b;
23
23
  $dark-magazineTimes-text-channel-tertiary: #868c4f;
@@ -26,11 +26,13 @@ $dark-magazineTimes-text-static-light: #ffffff;
26
26
  $dark-magazineTimes-text-inverse: #000000;
27
27
  $dark-magazineTimes-icon-primary: #ffffff;
28
28
  $dark-magazineTimes-icon-secondary: #d9d9d9;
29
- $dark-magazineTimes-icon-tertiary: #a6a6a6;
29
+ $dark-magazineTimes-icon-tertiary: #737373;
30
30
  $dark-magazineTimes-icon-channel-primary: #5d6418;
31
31
  $dark-magazineTimes-icon-channel-secondary: #6f7629;
32
32
  $dark-magazineTimes-icon-channel-tertiary: #868c4f;
33
33
  $dark-magazineTimes-icon-inverse: #000000;
34
+ $dark-magazineTimes-icon-static-light: #ffffff;
35
+ $dark-magazineTimes-icon-static-dark: #000000;
34
36
  $dark-magazineTimes-border-primary: #575757;
35
37
  $dark-magazineTimes-border-secondary: #333333;
36
38
  $dark-magazineTimes-border-tertiary: #1a1a1a;
@@ -56,7 +58,7 @@ $dark-magazineTimes-input-border-completed: #d9d9d9;
56
58
  $dark-magazineTimes-input-border-success: #80c4a1;
57
59
  $dark-magazineTimes-input-border-warning: #ffc77f;
58
60
  $dark-magazineTimes-input-border-info: #466fb5;
59
- $dark-magazineTimes-input-text-default: #a6a6a6;
61
+ $dark-magazineTimes-input-text-default: #737373;
60
62
  $dark-magazineTimes-input-text-error: #ffffff;
61
63
  $dark-magazineTimes-input-text-hover: #d9d9d9;
62
64
  $dark-magazineTimes-input-text-active: #ffffff;
@@ -118,6 +120,18 @@ $dark-magazineTimes-interactive-secondary-text-pressed: #ffffff;
118
120
  $dark-magazineTimes-interactive-secondary-icon-default: #ffffff;
119
121
  $dark-magazineTimes-interactive-secondary-icon-hover: #ffffff;
120
122
  $dark-magazineTimes-interactive-secondary-icon-pressed: #ffffff;
123
+ $dark-magazineTimes-interactive-listItem-fill-default: #1a1a1a;
124
+ $dark-magazineTimes-interactive-listItem-fill-hover: #262626;
125
+ $dark-magazineTimes-interactive-listItem-fill-pressed: #333333;
126
+ $dark-magazineTimes-interactive-listItem-text-default: #ffffff;
127
+ $dark-magazineTimes-interactive-listItem-text-hover: #ffffff;
128
+ $dark-magazineTimes-interactive-listItem-text-pressed: #ffffff;
129
+ $dark-magazineTimes-interactive-listItem-icon-default: #d9d9d9;
130
+ $dark-magazineTimes-interactive-listItem-icon-hover: #dfdfdf;
131
+ $dark-magazineTimes-interactive-listItem-icon-pressed: #e1e1e1;
132
+ $dark-magazineTimes-interactive-listItem-border-default: #333333;
133
+ $dark-magazineTimes-interactive-listItem-border-hover: #525252;
134
+ $dark-magazineTimes-interactive-listItem-border-pressed: #5c5c5c;
121
135
  $dark-magazineTimes-interactive-disabled-a: #262626;
122
136
  $dark-magazineTimes-interactive-disabled-b: #404040;
123
137
  $dark-magazineTimes-interactive-disabled-c: #575757;
@@ -193,12 +207,12 @@ $dark-magazineTimes-interactive-chip-secondary-on-icon-pressed: #cccccc;
193
207
  $dark-magazineTimes-interactive-chip-secondary-off-fill-default: #262626;
194
208
  $dark-magazineTimes-interactive-chip-secondary-off-fill-hover: #202020;
195
209
  $dark-magazineTimes-interactive-chip-secondary-off-fill-pressed: #1e1e1e;
196
- $dark-magazineTimes-interactive-chip-secondary-off-text-default: #a6a6a6;
197
- $dark-magazineTimes-interactive-chip-secondary-off-text-hover: #8d8d8d;
198
- $dark-magazineTimes-interactive-chip-secondary-off-text-pressed: #858585;
199
- $dark-magazineTimes-interactive-chip-secondary-off-icon-default: #a6a6a6;
200
- $dark-magazineTimes-interactive-chip-secondary-off-icon-hover: #8d8d8d;
201
- $dark-magazineTimes-interactive-chip-secondary-off-icon-pressed: #858585;
210
+ $dark-magazineTimes-interactive-chip-secondary-off-text-default: #737373;
211
+ $dark-magazineTimes-interactive-chip-secondary-off-text-hover: #626262;
212
+ $dark-magazineTimes-interactive-chip-secondary-off-text-pressed: #5c5c5c;
213
+ $dark-magazineTimes-interactive-chip-secondary-off-icon-default: #737373;
214
+ $dark-magazineTimes-interactive-chip-secondary-off-icon-hover: #626262;
215
+ $dark-magazineTimes-interactive-chip-secondary-off-icon-pressed: #5c5c5c;
202
216
  $dark-magazineTimes-interactive-chip-channel-secondary-off-fill-default: #282b0e;
203
217
  $dark-magazineTimes-interactive-chip-channel-secondary-off-fill-hover: #22250c;
204
218
  $dark-magazineTimes-interactive-chip-channel-secondary-off-fill-pressed: #20220b;
@@ -251,6 +265,18 @@ $dark-magazineTimes-interactive-tab-icon-default: #ffffff;
251
265
  $dark-magazineTimes-interactive-tab-icon-hover: #d9d9d9;
252
266
  $dark-magazineTimes-interactive-tab-icon-pressed: #d9d9d9;
253
267
  $dark-magazineTimes-interactive-tab-selected-border-default: #ffffff;
268
+ $dark-magazineTimes-interactive-switch-off-fill-default: #737373;
269
+ $dark-magazineTimes-interactive-switch-off-fill-hover: #626262;
270
+ $dark-magazineTimes-interactive-switch-off-fill-pressed: #5c5c5c;
271
+ $dark-magazineTimes-interactive-switch-off-control-border-default: #000000;
272
+ $dark-magazineTimes-interactive-switch-off-control-border-hover: rgba(255, 255, 255, 0.25);
273
+ $dark-magazineTimes-interactive-switch-off-control-border-pressed: rgba(255, 255, 255, 0.3);
274
+ $dark-magazineTimes-interactive-switch-on-fill-default: #2c9365;
275
+ $dark-magazineTimes-interactive-switch-on-fill-hover: #257d55;
276
+ $dark-magazineTimes-interactive-switch-on-fill-pressed: #237651;
277
+ $dark-magazineTimes-interactive-switch-on-control-border-default: #2c9365;
278
+ $dark-magazineTimes-interactive-switch-on-control-border-hover: #257d55;
279
+ $dark-magazineTimes-interactive-switch-on-control-border-pressed: #237651;
254
280
  $dark-magazineTimes-toast-fill-info: #0f4aa2;
255
281
  $dark-magazineTimes-toast-fill-success: #2c865b;
256
282
  $dark-magazineTimes-toast-fill-warning: #e49307;
@@ -31,6 +31,8 @@ $light-magazineTimes-icon-channel-primary: #676f1d;
31
31
  $light-magazineTimes-icon-channel-secondary: #7e8544;
32
32
  $light-magazineTimes-icon-channel-tertiary: #adb085;
33
33
  $light-magazineTimes-icon-inverse: #ffffff;
34
+ $light-magazineTimes-icon-static-light: #ffffff;
35
+ $light-magazineTimes-icon-static-dark: #000000;
34
36
  $light-magazineTimes-border-primary: #b3b3b3;
35
37
  $light-magazineTimes-border-secondary: #cccccc;
36
38
  $light-magazineTimes-border-tertiary: #e6e6e6;
@@ -93,6 +95,18 @@ $light-magazineTimes-interactive-secondary-text-pressed: #151515;
93
95
  $light-magazineTimes-interactive-secondary-icon-default: #1a1a1a;
94
96
  $light-magazineTimes-interactive-secondary-icon-hover: #161616;
95
97
  $light-magazineTimes-interactive-secondary-icon-pressed: #111111;
98
+ $light-magazineTimes-interactive-listItem-fill-default: #ffffff;
99
+ $light-magazineTimes-interactive-listItem-fill-hover: #f2f2f2;
100
+ $light-magazineTimes-interactive-listItem-fill-pressed: #e6e6e6;
101
+ $light-magazineTimes-interactive-listItem-text-default: #1a1a1a;
102
+ $light-magazineTimes-interactive-listItem-text-hover: #161616;
103
+ $light-magazineTimes-interactive-listItem-text-pressed: #151515;
104
+ $light-magazineTimes-interactive-listItem-icon-default: #404040;
105
+ $light-magazineTimes-interactive-listItem-icon-hover: #363636;
106
+ $light-magazineTimes-interactive-listItem-icon-pressed: #333333;
107
+ $light-magazineTimes-interactive-listItem-border-default: #cccccc;
108
+ $light-magazineTimes-interactive-listItem-border-hover: #adadad;
109
+ $light-magazineTimes-interactive-listItem-border-pressed: #a3a3a3;
96
110
  $light-magazineTimes-interactive-disabled-a: #d9d9d9;
97
111
  $light-magazineTimes-interactive-disabled-b: #bfbfbf;
98
112
  $light-magazineTimes-interactive-disabled-c: #a8a8a8;
@@ -226,6 +240,18 @@ $light-magazineTimes-interactive-tab-icon-default: #1a1a1a;
226
240
  $light-magazineTimes-interactive-tab-icon-hover: #404040;
227
241
  $light-magazineTimes-interactive-tab-icon-pressed: #404040;
228
242
  $light-magazineTimes-interactive-tab-selected-border-default: #000000;
243
+ $light-magazineTimes-interactive-switch-off-fill-default: #8c8c8c;
244
+ $light-magazineTimes-interactive-switch-off-fill-hover: #777777;
245
+ $light-magazineTimes-interactive-switch-off-fill-pressed: #707070;
246
+ $light-magazineTimes-interactive-switch-off-control-border-default: #000000;
247
+ $light-magazineTimes-interactive-switch-off-control-border-hover: rgba(0, 0, 0, 0.25);
248
+ $light-magazineTimes-interactive-switch-off-control-border-pressed: rgba(0, 0, 0, 0.3);
249
+ $light-magazineTimes-interactive-switch-on-fill-default: #298458;
250
+ $light-magazineTimes-interactive-switch-on-fill-hover: #23704b;
251
+ $light-magazineTimes-interactive-switch-on-fill-pressed: #216946;
252
+ $light-magazineTimes-interactive-switch-on-control-border-default: #95ceb1;
253
+ $light-magazineTimes-interactive-switch-on-control-border-hover: #71bd96;
254
+ $light-magazineTimes-interactive-switch-on-control-border-pressed: #64b88d;
229
255
  $light-magazineTimes-active-fill: #000000;
230
256
  $light-magazineTimes-active-text: #ffffff;
231
257
  $light-magazineTimes-active-border: #000000;