@times-design-system/theme-scss 1.7.0 → 1.8.1-alpha.28

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