@times-design-system/theme-scss 1.9.0 → 1.9.1-alpha.1

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 (33) hide show
  1. package/dist/palettes/_business-dark.scss +286 -286
  2. package/dist/palettes/_business-light.scss +286 -286
  3. package/dist/palettes/_channels-dark.scss +315 -315
  4. package/dist/palettes/_channels-light.scss +315 -315
  5. package/dist/palettes/_comment-dark.scss +286 -286
  6. package/dist/palettes/_comment-light.scss +286 -286
  7. package/dist/palettes/_core-dark.scss +286 -286
  8. package/dist/palettes/_core-light.scss +286 -286
  9. package/dist/palettes/_culture-dark.scss +286 -286
  10. package/dist/palettes/_culture-light.scss +286 -286
  11. package/dist/palettes/_home-dark.scss +286 -286
  12. package/dist/palettes/_home-light.scss +286 -286
  13. package/dist/palettes/_ireland-dark.scss +286 -286
  14. package/dist/palettes/_ireland-light.scss +286 -286
  15. package/dist/palettes/_lifeAndStyle-dark.scss +286 -286
  16. package/dist/palettes/_lifeAndStyle-light.scss +286 -286
  17. package/dist/palettes/_money-dark.scss +286 -286
  18. package/dist/palettes/_money-light.scss +286 -286
  19. package/dist/palettes/_obituaries-dark.scss +286 -286
  20. package/dist/palettes/_obituaries-light.scss +286 -286
  21. package/dist/palettes/_puzzles-dark.scss +286 -286
  22. package/dist/palettes/_puzzles-light.scss +286 -286
  23. package/dist/palettes/_sport-dark.scss +286 -286
  24. package/dist/palettes/_sport-light.scss +286 -286
  25. package/dist/palettes/_travel-dark.scss +286 -286
  26. package/dist/palettes/_travel-light.scss +286 -286
  27. package/dist/palettes/_uk-dark.scss +286 -286
  28. package/dist/palettes/_uk-light.scss +286 -286
  29. package/dist/palettes/_world-dark.scss +286 -286
  30. package/dist/palettes/_world-light.scss +286 -286
  31. package/dist/tds-layout.scss +39 -70
  32. package/dist/tds-typography.scss +165 -202
  33. package/package.json +2 -2
@@ -1,286 +1,286 @@
1
- $surface-undercanvas: #e6e5e6;
2
- $surface-canvas: #ffffff;
3
- $surface-level-1: #f2f2f2;
4
- $surface-level-2: #e6e5e6;
5
- $surface-level-3: #d9d9d9;
6
- $surface-level-4: #e6e5e6;
7
- $surface-inverse: #000000;
8
- $surface-overlay: rgba(0, 0, 0, 0.55);
9
- $surface-channel-50: #f2f2f2;
10
- $surface-channel-100: #d9d9d9;
11
- $surface-channel-200: #a7a7a7;
12
- $surface-channel-300: #666666;
13
- $surface-channel-400: #333333;
14
- $surface-channel-500: #1a191a;
15
- $surface-static-dark: #ffffff;
16
- $surface-static-light: #000000;
17
- $text-primary: #000000;
18
- $text-inverse: #ffffff;
19
- $text-secondary: #262626;
20
- $text-tertiary: #595959;
21
- $text-channel-primary: #999999;
22
- $text-channel-secondary: #7f7f7f;
23
- $text-static-dark: #ffffff;
24
- $text-static-light: #000000;
25
- $icon-primary: #000000;
26
- $icon-inverse: #ffffff;
27
- $icon-secondary: #262626;
28
- $icon-tertiary: #595959;
29
- $icon-channel-primary: #999999;
30
- $icon-channel-secondary: #7f7f7f;
31
- $border-primary: #a7a7a7;
32
- $border-secondary: #cccccc;
33
- $border-tertiary: #e6e5e6;
34
- $border-channel-primary: #a7a7a7;
35
- $border-channel-secondary: #cccccc;
36
- $border-channel-tertiary: #e6e5e6;
37
- $border-elevation: #cccccc;
38
- $border-static-dark: #ffffff;
39
- $border-static-light: #000000;
40
- $input-fill-default: #ffffff;
41
- $input-fill-error: #ffefee;
42
- $input-fill-hover: #f2f2f2;
43
- $input-fill-active: #ffffff;
44
- $input-fill-completed: #ffffff;
45
- $input-fill-success: #f1f8f4;
46
- $input-fill-warning: #fff8ef;
47
- $input-fill-info: #eef1f8;
48
- $input-border-default: #8c8c8c;
49
- $input-border-error: #e60403;
50
- $input-border-hover: #d9d9d9;
51
- $input-border-active: #595959;
52
- $input-border-completed: #262626;
53
- $input-border-success: #2d9464;
54
- $input-border-warning: #cc8207;
55
- $input-border-info: #2558a9;
56
- $input-text-default: #595959;
57
- $input-text-error: #000000;
58
- $input-text-hover: #262626;
59
- $input-text-active: #000000;
60
- $input-text-completed: #000000;
61
- $input-text-success: #000000;
62
- $input-text-warning: #000000;
63
- $input-text-info: #000000;
64
- $input-icon-default: #8c8c8c;
65
- $input-icon-hover: #d9d9d9;
66
- $input-icon-active: #595959;
67
- $input-icon-completed: #262626;
68
- $input-icon-error: #e60403;
69
- $input-icon-success: #2d9464;
70
- $input-icon-warning: #cc8207;
71
- $input-icon-info: #2558a9;
72
- $messaging-fill-error: #ffefee;
73
- $messaging-fill-success: #f1f8f4;
74
- $messaging-fill-warning: #fff8ef;
75
- $messaging-fill-info: #eef1f8;
76
- $messaging-border-error: #e60403;
77
- $messaging-border-success: #2d9464;
78
- $messaging-border-warning: #ffba5c;
79
- $messaging-border-info: #0e4392;
80
- $messaging-icon-error: #e60403;
81
- $messaging-icon-success: #2d9464;
82
- $messaging-icon-warning: #ffba5c;
83
- $messaging-icon-info: #0e4392;
84
- $messaging-link-text-default: #000000;
85
- $messaging-link-text-hover: #d9d9d9;
86
- $messaging-link-text-pressed: #cccccc;
87
- $messaging-link-text-visited: #ffffff;
88
- $messaging-link-icon-default: #000000;
89
- $messaging-link-icon-hover: #d9d9d9;
90
- $messaging-link-icon-pressed: #cccccc;
91
- $messaging-link-icon-visited: #ffffff;
92
- $messaging-link-underline-default: #000000;
93
- $messaging-link-underline-hover: #ffffff;
94
- $messaging-link-underline-pressed: #ffffff;
95
- $messaging-link-underline-visited: #e6e6e6;
96
- $interactive-primary-fill-default: #000000;
97
- $interactive-primary-fill-hover: #ffffff;
98
- $interactive-primary-fill-pressed: #ffffff;
99
- $interactive-primary-text-default: #ffffff;
100
- $interactive-primary-text-hover: #ffffff;
101
- $interactive-primary-text-pressed: #ffffff;
102
- $interactive-primary-icon-default: #ffffff;
103
- $interactive-primary-icon-hover: #ffffff;
104
- $interactive-primary-icon-pressed: #ffffff;
105
- $interactive-secondary-fill-default: #ffffff;
106
- $interactive-secondary-fill-hover: #ffffff;
107
- $interactive-secondary-fill-pressed: #ffffff;
108
- $interactive-secondary-border-default: #737373;
109
- $interactive-secondary-border-hover: #ffffff;
110
- $interactive-secondary-border-pressed: #ffffff;
111
- $interactive-secondary-text-default: #000000;
112
- $interactive-secondary-text-hover: #ffffff;
113
- $interactive-secondary-text-pressed: #ffffff;
114
- $interactive-secondary-icon-default: #000000;
115
- $interactive-secondary-icon-hover: #d9d9d9;
116
- $interactive-secondary-icon-pressed: #ffffff;
117
- $interactive-disabled-a: #d9d9d9;
118
- $interactive-disabled-b: #bfbfbf;
119
- $interactive-disabled-c: #a7a7a7;
120
- $interactive-negative-fill-default: #ffffff;
121
- $interactive-negative-fill-hover: #d9d9d9;
122
- $interactive-negative-fill-pressed: #cccccc;
123
- $interactive-negative-border-default: #ff4039;
124
- $interactive-negative-border-hover: #d90000;
125
- $interactive-negative-border-pressed: #cc0000;
126
- $interactive-negative-text-default: #ff4039;
127
- $interactive-negative-text-hover: #d90000;
128
- $interactive-negative-text-pressed: #cc0000;
129
- $interactive-negative-icon-default: #ff4039;
130
- $interactive-negative-icon-hover: #d90000;
131
- $interactive-negative-icon-pressed: #cc0000;
132
- $interactive-link-secondary-text-default: #8c8c8c;
133
- $interactive-link-secondary-text-hover: #d9d9d9;
134
- $interactive-link-secondary-text-pressed: #cccccc;
135
- $interactive-link-secondary-text-visited: #ffffff;
136
- $interactive-link-secondary-icon-default: #8c8c8c;
137
- $interactive-link-secondary-icon-hover: #d9d9d9;
138
- $interactive-link-secondary-icon-pressed: #cccccc;
139
- $interactive-link-secondary-icon-visited: #ffffff;
140
- $interactive-link-secondary-underline-default: #8c8c8c;
141
- $interactive-link-secondary-underline-hover: #ffffff;
142
- $interactive-link-secondary-underline-pressed: #ffffff;
143
- $interactive-link-secondary-underline-visited: #e6e6e6;
144
- $interactive-link-primary-text-default: #000000;
145
- $interactive-link-primary-text-hover: #d9d9d9;
146
- $interactive-link-primary-text-pressed: #cccccc;
147
- $interactive-link-primary-text-visited: #ffffff;
148
- $interactive-link-primary-icon-default: #000000;
149
- $interactive-link-primary-icon-hover: #d9d9d9;
150
- $interactive-link-primary-icon-pressed: #cccccc;
151
- $interactive-link-primary-icon-visited: #ffffff;
152
- $interactive-link-primary-underline-default: #000000;
153
- $interactive-link-primary-underline-hover: #ffffff;
154
- $interactive-link-primary-underline-pressed: #ffffff;
155
- $interactive-link-primary-underline-visited: #e6e6e6;
156
- $interactive-chip-primary-on-fill-default: #000000;
157
- $interactive-chip-primary-on-fill-hover: #d9d9d9;
158
- $interactive-chip-primary-on-fill-pressed: #cccccc;
159
- $interactive-chip-primary-on-text-default: #ffffff;
160
- $interactive-chip-primary-on-text-hover: #d9d9d9;
161
- $interactive-chip-primary-on-text-pressed: #cccccc;
162
- $interactive-chip-primary-on-icon-default: #ffffff;
163
- $interactive-chip-primary-on-icon-hover: #d9d9d9;
164
- $interactive-chip-primary-on-icon-pressed: #cccccc;
165
- $interactive-chip-primary-off-fill-default: #ffffff;
166
- $interactive-chip-primary-off-fill-hover: #d9d9d9;
167
- $interactive-chip-primary-off-fill-pressed: #cccccc;
168
- $interactive-chip-primary-off-text-default: #000000;
169
- $interactive-chip-primary-off-text-hover: #d9d9d9;
170
- $interactive-chip-primary-off-text-pressed: #cccccc;
171
- $interactive-chip-primary-off-icon-default: #000000;
172
- $interactive-chip-primary-off-icon-hover: #d9d9d9;
173
- $interactive-chip-primary-off-icon-pressed: #cccccc;
174
- $interactive-chip-primary-off-border-default: #000000;
175
- $interactive-chip-primary-off-border-hover: #d9d9d9;
176
- $interactive-chip-primary-off-border-pressed: #cccccc;
177
- $interactive-chip-secondary-on-text-default: #000000;
178
- $interactive-chip-secondary-on-text-hover: #d9d9d9;
179
- $interactive-chip-secondary-on-text-pressed: #cccccc;
180
- $interactive-chip-secondary-on-fill-default: #d9d9d9;
181
- $interactive-chip-secondary-on-fill-hover: #d9d9d9;
182
- $interactive-chip-secondary-on-fill-pressed: #cccccc;
183
- $interactive-chip-secondary-on-border-default: #737373;
184
- $interactive-chip-secondary-on-border-hover: #d9d9d9;
185
- $interactive-chip-secondary-on-border-pressed: #cccccc;
186
- $interactive-chip-secondary-on-icon-default: #000000;
187
- $interactive-chip-secondary-on-icon-hover: #d9d9d9;
188
- $interactive-chip-secondary-on-icon-pressed: #cccccc;
189
- $interactive-chip-secondary-off-fill-default: #d9d9d9;
190
- $interactive-chip-secondary-off-fill-hover: #d9d9d9;
191
- $interactive-chip-secondary-off-fill-pressed: #cccccc;
192
- $interactive-chip-secondary-off-text-default: #595959;
193
- $interactive-chip-secondary-off-text-hover: #d9d9d9;
194
- $interactive-chip-secondary-off-text-pressed: #cccccc;
195
- $interactive-chip-secondary-off-icon-default: #595959;
196
- $interactive-chip-secondary-off-icon-hover: #d9d9d9;
197
- $interactive-chip-secondary-off-icon-pressed: #cccccc;
198
- $interactive-chip-channel-secondary-off-fill-default: #f2f2f2;
199
- $interactive-chip-channel-secondary-off-fill-hover: #d9d9d9;
200
- $interactive-chip-channel-secondary-off-fill-pressed: #cccccc;
201
- $interactive-chip-channel-secondary-off-text-default: #333333;
202
- $interactive-chip-channel-secondary-off-text-hover: #d9d9d9;
203
- $interactive-chip-channel-secondary-off-text-pressed: #cccccc;
204
- $interactive-chip-channel-secondary-off-icon-default: #333333;
205
- $interactive-chip-channel-secondary-off-icon-hover: #d9d9d9;
206
- $interactive-chip-channel-secondary-off-icon-pressed: #cccccc;
207
- $interactive-chip-channel-secondary-on-border-default: #333333;
208
- $interactive-chip-channel-secondary-on-border-hover: #d9d9d9;
209
- $interactive-chip-channel-secondary-on-border-pressed: #cccccc;
210
- $interactive-chip-channel-secondary-on-fill-default: #f2f2f2;
211
- $interactive-chip-channel-secondary-on-fill-hover: #d9d9d9;
212
- $interactive-chip-channel-secondary-on-fill-pressed: #cccccc;
213
- $interactive-chip-channel-secondary-on-text-default: #1a191a;
214
- $interactive-chip-channel-secondary-on-text-hover: #d9d9d9;
215
- $interactive-chip-channel-secondary-on-text-pressed: #cccccc;
216
- $interactive-chip-channel-secondary-on-icon-default: #1a191a;
217
- $interactive-chip-channel-secondary-on-icon-hover: #d9d9d9;
218
- $interactive-chip-channel-secondary-on-icon-pressed: #cccccc;
219
- $interactive-chip-channel-primary-off-fill-default: #f2f2f2;
220
- $interactive-chip-channel-primary-off-fill-hover: #d9d9d9;
221
- $interactive-chip-channel-primary-off-fill-pressed: #cccccc;
222
- $interactive-chip-channel-primary-off-text-default: #1a191a;
223
- $interactive-chip-channel-primary-off-text-hover: #d9d9d9;
224
- $interactive-chip-channel-primary-off-text-pressed: #cccccc;
225
- $interactive-chip-channel-primary-off-icon-default: #1a191a;
226
- $interactive-chip-channel-primary-off-icon-hover: #d9d9d9;
227
- $interactive-chip-channel-primary-off-icon-pressed: #cccccc;
228
- $interactive-chip-channel-primary-off-border-default: #d9d9d9;
229
- $interactive-chip-channel-primary-off-border-hover: #d9d9d9;
230
- $interactive-chip-channel-primary-off-border-pressed: #cccccc;
231
- $interactive-chip-channel-primary-on-fill-default: #333333;
232
- $interactive-chip-channel-primary-on-fill-hover: #d9d9d9;
233
- $interactive-chip-channel-primary-on-fill-pressed: #cccccc;
234
- $interactive-chip-channel-primary-on-text-default: #ffffff;
235
- $interactive-chip-channel-primary-on-text-hover: #d9d9d9;
236
- $interactive-chip-channel-primary-on-text-pressed: #cccccc;
237
- $interactive-chip-channel-primary-on-icon-default: #ffffff;
238
- $interactive-chip-channel-primary-on-icon-hover: #d9d9d9;
239
- $interactive-chip-channel-primary-on-icon-pressed: #cccccc;
240
- $active-fill: #000000;
241
- $active-text: #ffffff;
242
- $active-border: #737373;
243
- $active-icon: #ffffff;
244
- $focus-border: #737373;
245
- $label-primary: #000000;
246
- $label-secondary: #262626;
247
- $label-channel: #666666;
248
- $label-callout: #ffb4b0;
249
- $flag-primary-fill: #000000;
250
- $flag-primary-text: #f2f2f2;
251
- $flag-primary-icon: #f2f2f2;
252
- $flag-secondary-text: #000000;
253
- $flag-secondary-icon: #000000;
254
- $flag-channel-fill: #a7a7a7;
255
- $flag-channel-text: #1a191a;
256
- $flag-channel-icon: #1a191a;
257
- $flag-callout-fill: #ffb4b0;
258
- $flag-callout-text: #000000;
259
- $flag-callout-icon: #000000;
260
- $toast-fill-info: #6788c3;
261
- $toast-fill-success: #aad6bf;
262
- $toast-fill-warning: #ffcd8a;
263
- $toast-fill-error: #ff9e99;
264
- $toast-icon-info: #0b2c61;
265
- $toast-icon-success: #1a5238;
266
- $toast-icon-warning: #80520a;
267
- $toast-icon-error: #660907;
268
- $toast-text-info: #000000;
269
- $toast-text-success: #000000;
270
- $toast-text-error: #000000;
271
- $toast-text-warning: #ffffff;
272
- $toast-link-info-default: #000000;
273
- $toast-link-info-hover: #d9d9d9;
274
- $toast-link-info-pressed: #cccccc;
275
- $toast-link-success-default: #000000;
276
- $toast-link-success-hover: #d9d9d9;
277
- $toast-link-success-pressed: #cccccc;
278
- $toast-link-error-default: #000000;
279
- $toast-link-error-hover: #d9d9d9;
280
- $toast-link-error-pressed: #cccccc;
281
- $toast-link-warning-default: #ffffff;
282
- $toast-link-warning-hover: #d9d9d9;
283
- $toast-link-warning-pressed: #cccccc;
284
- $tooltip-fill: #000000;
285
- $tooltip-text: #ffffff;
286
- $tooltip-icon: #ffffff;
1
+ $dark-core-surface-undercanvas: #e6e5e6;
2
+ $dark-core-surface-canvas: #ffffff;
3
+ $dark-core-surface-level-1: #f2f2f2;
4
+ $dark-core-surface-level-2: #e6e5e6;
5
+ $dark-core-surface-level-3: #d9d9d9;
6
+ $dark-core-surface-level-4: #e6e5e6;
7
+ $dark-core-surface-inverse: #000000;
8
+ $dark-core-surface-overlay: rgba(0, 0, 0, 0.55);
9
+ $dark-core-surface-channel-50: #f2f2f2;
10
+ $dark-core-surface-channel-100: #d9d9d9;
11
+ $dark-core-surface-channel-200: #a7a7a7;
12
+ $dark-core-surface-channel-300: #666666;
13
+ $dark-core-surface-channel-400: #333333;
14
+ $dark-core-surface-channel-500: #1a191a;
15
+ $dark-core-surface-static-dark: #ffffff;
16
+ $dark-core-surface-static-light: #000000;
17
+ $dark-core-text-primary: #000000;
18
+ $dark-core-text-inverse: #ffffff;
19
+ $dark-core-text-secondary: #262626;
20
+ $dark-core-text-tertiary: #595959;
21
+ $dark-core-text-channel-primary: #999999;
22
+ $dark-core-text-channel-secondary: #7f7f7f;
23
+ $dark-core-text-static-dark: #ffffff;
24
+ $dark-core-text-static-light: #000000;
25
+ $dark-core-icon-primary: #000000;
26
+ $dark-core-icon-inverse: #ffffff;
27
+ $dark-core-icon-secondary: #262626;
28
+ $dark-core-icon-tertiary: #595959;
29
+ $dark-core-icon-channel-primary: #999999;
30
+ $dark-core-icon-channel-secondary: #7f7f7f;
31
+ $dark-core-border-primary: #a7a7a7;
32
+ $dark-core-border-secondary: #cccccc;
33
+ $dark-core-border-tertiary: #e6e5e6;
34
+ $dark-core-border-channel-primary: #a7a7a7;
35
+ $dark-core-border-channel-secondary: #cccccc;
36
+ $dark-core-border-channel-tertiary: #e6e5e6;
37
+ $dark-core-border-elevation: #cccccc;
38
+ $dark-core-border-static-dark: #ffffff;
39
+ $dark-core-border-static-light: #000000;
40
+ $dark-core-input-fill-default: #ffffff;
41
+ $dark-core-input-fill-error: #ffefee;
42
+ $dark-core-input-fill-hover: #f2f2f2;
43
+ $dark-core-input-fill-active: #ffffff;
44
+ $dark-core-input-fill-completed: #ffffff;
45
+ $dark-core-input-fill-success: #f1f8f4;
46
+ $dark-core-input-fill-warning: #fff8ef;
47
+ $dark-core-input-fill-info: #eef1f8;
48
+ $dark-core-input-border-default: #8c8c8c;
49
+ $dark-core-input-border-error: #e60403;
50
+ $dark-core-input-border-hover: #d9d9d9;
51
+ $dark-core-input-border-active: #595959;
52
+ $dark-core-input-border-completed: #262626;
53
+ $dark-core-input-border-success: #2d9464;
54
+ $dark-core-input-border-warning: #cc8207;
55
+ $dark-core-input-border-info: #2558a9;
56
+ $dark-core-input-text-default: #595959;
57
+ $dark-core-input-text-error: #000000;
58
+ $dark-core-input-text-hover: #262626;
59
+ $dark-core-input-text-active: #000000;
60
+ $dark-core-input-text-completed: #000000;
61
+ $dark-core-input-text-success: #000000;
62
+ $dark-core-input-text-warning: #000000;
63
+ $dark-core-input-text-info: #000000;
64
+ $dark-core-input-icon-default: #8c8c8c;
65
+ $dark-core-input-icon-hover: #d9d9d9;
66
+ $dark-core-input-icon-active: #595959;
67
+ $dark-core-input-icon-completed: #262626;
68
+ $dark-core-input-icon-error: #e60403;
69
+ $dark-core-input-icon-success: #2d9464;
70
+ $dark-core-input-icon-warning: #cc8207;
71
+ $dark-core-input-icon-info: #2558a9;
72
+ $dark-core-messaging-fill-error: #ffefee;
73
+ $dark-core-messaging-fill-success: #f1f8f4;
74
+ $dark-core-messaging-fill-warning: #fff8ef;
75
+ $dark-core-messaging-fill-info: #eef1f8;
76
+ $dark-core-messaging-border-error: #e60403;
77
+ $dark-core-messaging-border-success: #2d9464;
78
+ $dark-core-messaging-border-warning: #ffba5c;
79
+ $dark-core-messaging-border-info: #0e4392;
80
+ $dark-core-messaging-icon-error: #e60403;
81
+ $dark-core-messaging-icon-success: #2d9464;
82
+ $dark-core-messaging-icon-warning: #ffba5c;
83
+ $dark-core-messaging-icon-info: #0e4392;
84
+ $dark-core-messaging-link-text-default: #000000;
85
+ $dark-core-messaging-link-text-hover: #d9d9d9;
86
+ $dark-core-messaging-link-text-pressed: #cccccc;
87
+ $dark-core-messaging-link-text-visited: #ffffff;
88
+ $dark-core-messaging-link-icon-default: #000000;
89
+ $dark-core-messaging-link-icon-hover: #d9d9d9;
90
+ $dark-core-messaging-link-icon-pressed: #cccccc;
91
+ $dark-core-messaging-link-icon-visited: #ffffff;
92
+ $dark-core-messaging-link-underline-default: #000000;
93
+ $dark-core-messaging-link-underline-hover: #ffffff;
94
+ $dark-core-messaging-link-underline-pressed: #ffffff;
95
+ $dark-core-messaging-link-underline-visited: #e6e6e6;
96
+ $dark-core-interactive-primary-fill-default: #000000;
97
+ $dark-core-interactive-primary-fill-hover: #ffffff;
98
+ $dark-core-interactive-primary-fill-pressed: #ffffff;
99
+ $dark-core-interactive-primary-text-default: #ffffff;
100
+ $dark-core-interactive-primary-text-hover: #ffffff;
101
+ $dark-core-interactive-primary-text-pressed: #ffffff;
102
+ $dark-core-interactive-primary-icon-default: #ffffff;
103
+ $dark-core-interactive-primary-icon-hover: #ffffff;
104
+ $dark-core-interactive-primary-icon-pressed: #ffffff;
105
+ $dark-core-interactive-secondary-fill-default: #ffffff;
106
+ $dark-core-interactive-secondary-fill-hover: #ffffff;
107
+ $dark-core-interactive-secondary-fill-pressed: #ffffff;
108
+ $dark-core-interactive-secondary-border-default: #737373;
109
+ $dark-core-interactive-secondary-border-hover: #ffffff;
110
+ $dark-core-interactive-secondary-border-pressed: #ffffff;
111
+ $dark-core-interactive-secondary-text-default: #000000;
112
+ $dark-core-interactive-secondary-text-hover: #ffffff;
113
+ $dark-core-interactive-secondary-text-pressed: #ffffff;
114
+ $dark-core-interactive-secondary-icon-default: #000000;
115
+ $dark-core-interactive-secondary-icon-hover: #d9d9d9;
116
+ $dark-core-interactive-secondary-icon-pressed: #ffffff;
117
+ $dark-core-interactive-disabled-a: #d9d9d9;
118
+ $dark-core-interactive-disabled-b: #bfbfbf;
119
+ $dark-core-interactive-disabled-c: #a7a7a7;
120
+ $dark-core-interactive-negative-fill-default: #ffffff;
121
+ $dark-core-interactive-negative-fill-hover: #d9d9d9;
122
+ $dark-core-interactive-negative-fill-pressed: #cccccc;
123
+ $dark-core-interactive-negative-border-default: #ff4039;
124
+ $dark-core-interactive-negative-border-hover: #d90000;
125
+ $dark-core-interactive-negative-border-pressed: #cc0000;
126
+ $dark-core-interactive-negative-text-default: #ff4039;
127
+ $dark-core-interactive-negative-text-hover: #d90000;
128
+ $dark-core-interactive-negative-text-pressed: #cc0000;
129
+ $dark-core-interactive-negative-icon-default: #ff4039;
130
+ $dark-core-interactive-negative-icon-hover: #d90000;
131
+ $dark-core-interactive-negative-icon-pressed: #cc0000;
132
+ $dark-core-interactive-link-secondary-text-default: #8c8c8c;
133
+ $dark-core-interactive-link-secondary-text-hover: #d9d9d9;
134
+ $dark-core-interactive-link-secondary-text-pressed: #cccccc;
135
+ $dark-core-interactive-link-secondary-text-visited: #ffffff;
136
+ $dark-core-interactive-link-secondary-icon-default: #8c8c8c;
137
+ $dark-core-interactive-link-secondary-icon-hover: #d9d9d9;
138
+ $dark-core-interactive-link-secondary-icon-pressed: #cccccc;
139
+ $dark-core-interactive-link-secondary-icon-visited: #ffffff;
140
+ $dark-core-interactive-link-secondary-underline-default: #8c8c8c;
141
+ $dark-core-interactive-link-secondary-underline-hover: #ffffff;
142
+ $dark-core-interactive-link-secondary-underline-pressed: #ffffff;
143
+ $dark-core-interactive-link-secondary-underline-visited: #e6e6e6;
144
+ $dark-core-interactive-link-primary-text-default: #000000;
145
+ $dark-core-interactive-link-primary-text-hover: #d9d9d9;
146
+ $dark-core-interactive-link-primary-text-pressed: #cccccc;
147
+ $dark-core-interactive-link-primary-text-visited: #ffffff;
148
+ $dark-core-interactive-link-primary-icon-default: #000000;
149
+ $dark-core-interactive-link-primary-icon-hover: #d9d9d9;
150
+ $dark-core-interactive-link-primary-icon-pressed: #cccccc;
151
+ $dark-core-interactive-link-primary-icon-visited: #ffffff;
152
+ $dark-core-interactive-link-primary-underline-default: #000000;
153
+ $dark-core-interactive-link-primary-underline-hover: #ffffff;
154
+ $dark-core-interactive-link-primary-underline-pressed: #ffffff;
155
+ $dark-core-interactive-link-primary-underline-visited: #e6e6e6;
156
+ $dark-core-interactive-chip-primary-on-fill-default: #000000;
157
+ $dark-core-interactive-chip-primary-on-fill-hover: #d9d9d9;
158
+ $dark-core-interactive-chip-primary-on-fill-pressed: #cccccc;
159
+ $dark-core-interactive-chip-primary-on-text-default: #ffffff;
160
+ $dark-core-interactive-chip-primary-on-text-hover: #d9d9d9;
161
+ $dark-core-interactive-chip-primary-on-text-pressed: #cccccc;
162
+ $dark-core-interactive-chip-primary-on-icon-default: #ffffff;
163
+ $dark-core-interactive-chip-primary-on-icon-hover: #d9d9d9;
164
+ $dark-core-interactive-chip-primary-on-icon-pressed: #cccccc;
165
+ $dark-core-interactive-chip-primary-off-fill-default: #ffffff;
166
+ $dark-core-interactive-chip-primary-off-fill-hover: #d9d9d9;
167
+ $dark-core-interactive-chip-primary-off-fill-pressed: #cccccc;
168
+ $dark-core-interactive-chip-primary-off-text-default: #000000;
169
+ $dark-core-interactive-chip-primary-off-text-hover: #d9d9d9;
170
+ $dark-core-interactive-chip-primary-off-text-pressed: #cccccc;
171
+ $dark-core-interactive-chip-primary-off-icon-default: #000000;
172
+ $dark-core-interactive-chip-primary-off-icon-hover: #d9d9d9;
173
+ $dark-core-interactive-chip-primary-off-icon-pressed: #cccccc;
174
+ $dark-core-interactive-chip-primary-off-border-default: #000000;
175
+ $dark-core-interactive-chip-primary-off-border-hover: #d9d9d9;
176
+ $dark-core-interactive-chip-primary-off-border-pressed: #cccccc;
177
+ $dark-core-interactive-chip-secondary-on-text-default: #000000;
178
+ $dark-core-interactive-chip-secondary-on-text-hover: #d9d9d9;
179
+ $dark-core-interactive-chip-secondary-on-text-pressed: #cccccc;
180
+ $dark-core-interactive-chip-secondary-on-fill-default: #d9d9d9;
181
+ $dark-core-interactive-chip-secondary-on-fill-hover: #d9d9d9;
182
+ $dark-core-interactive-chip-secondary-on-fill-pressed: #cccccc;
183
+ $dark-core-interactive-chip-secondary-on-border-default: #737373;
184
+ $dark-core-interactive-chip-secondary-on-border-hover: #d9d9d9;
185
+ $dark-core-interactive-chip-secondary-on-border-pressed: #cccccc;
186
+ $dark-core-interactive-chip-secondary-on-icon-default: #000000;
187
+ $dark-core-interactive-chip-secondary-on-icon-hover: #d9d9d9;
188
+ $dark-core-interactive-chip-secondary-on-icon-pressed: #cccccc;
189
+ $dark-core-interactive-chip-secondary-off-fill-default: #d9d9d9;
190
+ $dark-core-interactive-chip-secondary-off-fill-hover: #d9d9d9;
191
+ $dark-core-interactive-chip-secondary-off-fill-pressed: #cccccc;
192
+ $dark-core-interactive-chip-secondary-off-text-default: #595959;
193
+ $dark-core-interactive-chip-secondary-off-text-hover: #d9d9d9;
194
+ $dark-core-interactive-chip-secondary-off-text-pressed: #cccccc;
195
+ $dark-core-interactive-chip-secondary-off-icon-default: #595959;
196
+ $dark-core-interactive-chip-secondary-off-icon-hover: #d9d9d9;
197
+ $dark-core-interactive-chip-secondary-off-icon-pressed: #cccccc;
198
+ $dark-core-interactive-chip-channel-secondary-off-fill-default: #f2f2f2;
199
+ $dark-core-interactive-chip-channel-secondary-off-fill-hover: #d9d9d9;
200
+ $dark-core-interactive-chip-channel-secondary-off-fill-pressed: #cccccc;
201
+ $dark-core-interactive-chip-channel-secondary-off-text-default: #333333;
202
+ $dark-core-interactive-chip-channel-secondary-off-text-hover: #d9d9d9;
203
+ $dark-core-interactive-chip-channel-secondary-off-text-pressed: #cccccc;
204
+ $dark-core-interactive-chip-channel-secondary-off-icon-default: #333333;
205
+ $dark-core-interactive-chip-channel-secondary-off-icon-hover: #d9d9d9;
206
+ $dark-core-interactive-chip-channel-secondary-off-icon-pressed: #cccccc;
207
+ $dark-core-interactive-chip-channel-secondary-on-border-default: #333333;
208
+ $dark-core-interactive-chip-channel-secondary-on-border-hover: #d9d9d9;
209
+ $dark-core-interactive-chip-channel-secondary-on-border-pressed: #cccccc;
210
+ $dark-core-interactive-chip-channel-secondary-on-fill-default: #f2f2f2;
211
+ $dark-core-interactive-chip-channel-secondary-on-fill-hover: #d9d9d9;
212
+ $dark-core-interactive-chip-channel-secondary-on-fill-pressed: #cccccc;
213
+ $dark-core-interactive-chip-channel-secondary-on-text-default: #1a191a;
214
+ $dark-core-interactive-chip-channel-secondary-on-text-hover: #d9d9d9;
215
+ $dark-core-interactive-chip-channel-secondary-on-text-pressed: #cccccc;
216
+ $dark-core-interactive-chip-channel-secondary-on-icon-default: #1a191a;
217
+ $dark-core-interactive-chip-channel-secondary-on-icon-hover: #d9d9d9;
218
+ $dark-core-interactive-chip-channel-secondary-on-icon-pressed: #cccccc;
219
+ $dark-core-interactive-chip-channel-primary-off-fill-default: #f2f2f2;
220
+ $dark-core-interactive-chip-channel-primary-off-fill-hover: #d9d9d9;
221
+ $dark-core-interactive-chip-channel-primary-off-fill-pressed: #cccccc;
222
+ $dark-core-interactive-chip-channel-primary-off-text-default: #1a191a;
223
+ $dark-core-interactive-chip-channel-primary-off-text-hover: #d9d9d9;
224
+ $dark-core-interactive-chip-channel-primary-off-text-pressed: #cccccc;
225
+ $dark-core-interactive-chip-channel-primary-off-icon-default: #1a191a;
226
+ $dark-core-interactive-chip-channel-primary-off-icon-hover: #d9d9d9;
227
+ $dark-core-interactive-chip-channel-primary-off-icon-pressed: #cccccc;
228
+ $dark-core-interactive-chip-channel-primary-off-border-default: #d9d9d9;
229
+ $dark-core-interactive-chip-channel-primary-off-border-hover: #d9d9d9;
230
+ $dark-core-interactive-chip-channel-primary-off-border-pressed: #cccccc;
231
+ $dark-core-interactive-chip-channel-primary-on-fill-default: #333333;
232
+ $dark-core-interactive-chip-channel-primary-on-fill-hover: #d9d9d9;
233
+ $dark-core-interactive-chip-channel-primary-on-fill-pressed: #cccccc;
234
+ $dark-core-interactive-chip-channel-primary-on-text-default: #ffffff;
235
+ $dark-core-interactive-chip-channel-primary-on-text-hover: #d9d9d9;
236
+ $dark-core-interactive-chip-channel-primary-on-text-pressed: #cccccc;
237
+ $dark-core-interactive-chip-channel-primary-on-icon-default: #ffffff;
238
+ $dark-core-interactive-chip-channel-primary-on-icon-hover: #d9d9d9;
239
+ $dark-core-interactive-chip-channel-primary-on-icon-pressed: #cccccc;
240
+ $dark-core-active-fill: #000000;
241
+ $dark-core-active-text: #ffffff;
242
+ $dark-core-active-border: #737373;
243
+ $dark-core-active-icon: #ffffff;
244
+ $dark-core-focus-border: #737373;
245
+ $dark-core-label-primary: #000000;
246
+ $dark-core-label-secondary: #262626;
247
+ $dark-core-label-channel: #666666;
248
+ $dark-core-label-callout: #ffb4b0;
249
+ $dark-core-flag-primary-fill: #000000;
250
+ $dark-core-flag-primary-text: #f2f2f2;
251
+ $dark-core-flag-primary-icon: #f2f2f2;
252
+ $dark-core-flag-secondary-text: #000000;
253
+ $dark-core-flag-secondary-icon: #000000;
254
+ $dark-core-flag-channel-fill: #a7a7a7;
255
+ $dark-core-flag-channel-text: #1a191a;
256
+ $dark-core-flag-channel-icon: #1a191a;
257
+ $dark-core-flag-callout-fill: #ffb4b0;
258
+ $dark-core-flag-callout-text: #000000;
259
+ $dark-core-flag-callout-icon: #000000;
260
+ $dark-core-toast-fill-info: #6788c3;
261
+ $dark-core-toast-fill-success: #aad6bf;
262
+ $dark-core-toast-fill-warning: #ffcd8a;
263
+ $dark-core-toast-fill-error: #ff9e99;
264
+ $dark-core-toast-icon-info: #0b2c61;
265
+ $dark-core-toast-icon-success: #1a5238;
266
+ $dark-core-toast-icon-warning: #80520a;
267
+ $dark-core-toast-icon-error: #660907;
268
+ $dark-core-toast-text-info: #000000;
269
+ $dark-core-toast-text-success: #000000;
270
+ $dark-core-toast-text-error: #000000;
271
+ $dark-core-toast-text-warning: #ffffff;
272
+ $dark-core-toast-link-info-default: #000000;
273
+ $dark-core-toast-link-info-hover: #d9d9d9;
274
+ $dark-core-toast-link-info-pressed: #cccccc;
275
+ $dark-core-toast-link-success-default: #000000;
276
+ $dark-core-toast-link-success-hover: #d9d9d9;
277
+ $dark-core-toast-link-success-pressed: #cccccc;
278
+ $dark-core-toast-link-error-default: #000000;
279
+ $dark-core-toast-link-error-hover: #d9d9d9;
280
+ $dark-core-toast-link-error-pressed: #cccccc;
281
+ $dark-core-toast-link-warning-default: #ffffff;
282
+ $dark-core-toast-link-warning-hover: #d9d9d9;
283
+ $dark-core-toast-link-warning-pressed: #cccccc;
284
+ $dark-core-tooltip-fill: #000000;
285
+ $dark-core-tooltip-text: #ffffff;
286
+ $dark-core-tooltip-icon: #ffffff;