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

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