@times-design-system/theme-scss 1.9.1-alpha.2 → 2.0.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 +289 -286
  2. package/dist/palettes/_business-light.scss +289 -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 +289 -286
  6. package/dist/palettes/_comment-light.scss +289 -286
  7. package/dist/palettes/_core-dark.scss +289 -286
  8. package/dist/palettes/_core-light.scss +289 -286
  9. package/dist/palettes/_culture-dark.scss +289 -286
  10. package/dist/palettes/_culture-light.scss +289 -286
  11. package/dist/palettes/_home-dark.scss +289 -286
  12. package/dist/palettes/_home-light.scss +289 -286
  13. package/dist/palettes/_ireland-dark.scss +289 -286
  14. package/dist/palettes/_ireland-light.scss +289 -286
  15. package/dist/palettes/_lifeAndStyle-dark.scss +289 -286
  16. package/dist/palettes/_lifeAndStyle-light.scss +289 -286
  17. package/dist/palettes/_money-dark.scss +289 -286
  18. package/dist/palettes/_money-light.scss +289 -286
  19. package/dist/palettes/_obituaries-dark.scss +289 -286
  20. package/dist/palettes/_obituaries-light.scss +289 -286
  21. package/dist/palettes/_puzzles-dark.scss +289 -286
  22. package/dist/palettes/_puzzles-light.scss +289 -286
  23. package/dist/palettes/_sport-dark.scss +289 -286
  24. package/dist/palettes/_sport-light.scss +289 -286
  25. package/dist/palettes/_travel-dark.scss +289 -286
  26. package/dist/palettes/_travel-light.scss +289 -286
  27. package/dist/palettes/_uk-dark.scss +289 -286
  28. package/dist/palettes/_uk-light.scss +289 -286
  29. package/dist/palettes/_world-dark.scss +289 -286
  30. package/dist/palettes/_world-light.scss +289 -286
  31. package/dist/tds-layout.scss +38 -70
  32. package/dist/tds-typography.scss +298 -331
  33. package/package.json +2 -2
@@ -1,286 +1,289 @@
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-inverse: #000000;
8
- $surface-overlay: rgba(0, 0, 0, 0.45);
9
- $surface-channel-50: #ffffff;
10
- $surface-channel-100: #e6e5e6;
11
- $surface-channel-200: #a7a7a7;
12
- $surface-channel-300: #737373;
13
- $surface-channel-400: #4d4d4d;
14
- $surface-channel-500: #262626;
15
- $surface-static-dark: #000000;
16
- $surface-static-light: #ffffff;
17
- $text-primary: #1a191a;
18
- $text-inverse: #ffffff;
19
- $text-secondary: #404040;
20
- $text-tertiary: #737373;
21
- $text-channel-primary: #4d4d4d;
22
- $text-channel-secondary: #737373;
23
- $text-static-dark: #000000;
24
- $text-static-light: #ffffff;
25
- $icon-primary: #1a191a;
26
- $icon-inverse: #ffffff;
27
- $icon-secondary: #404040;
28
- $icon-tertiary: #737373;
29
- $icon-channel-primary: #4d4d4d;
30
- $icon-channel-secondary: #737373;
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: #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
- $messaging-fill-error: #ffefee;
73
- $messaging-fill-success: #e8f4ed;
74
- $messaging-fill-warning: #fff8ef;
75
- $messaging-fill-info: #eef1f8;
76
- $messaging-border-error: #b30906;
77
- $messaging-border-success: #288359;
78
- $messaging-border-warning: #e69304;
79
- $messaging-border-info: #0f4aa2;
80
- $messaging-icon-error: #cc0705;
81
- $messaging-icon-success: #31a46f;
82
- $messaging-icon-warning: #e69304;
83
- $messaging-icon-info: #0f4aa2;
84
- $messaging-link-text-default: #1a191a;
85
- $messaging-link-text-hover: #d9d9d9;
86
- $messaging-link-text-pressed: #cccccc;
87
- $messaging-link-text-visited: #ffffff;
88
- $messaging-link-icon-default: #1a191a;
89
- $messaging-link-icon-hover: #d9d9d9;
90
- $messaging-link-icon-pressed: #cccccc;
91
- $messaging-link-icon-visited: #ffffff;
92
- $messaging-link-underline-default: #1a191a;
93
- $messaging-link-underline-hover: #ffffff;
94
- $messaging-link-underline-pressed: #ffffff;
95
- $messaging-link-underline-visited: #ffffff;
96
- $interactive-primary-fill-default: #005c8a;
97
- $interactive-primary-fill-hover: #004e75;
98
- $interactive-primary-fill-pressed: #004a6e;
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: #d9d9d9;
107
- $interactive-secondary-fill-pressed: #cccccc;
108
- $interactive-secondary-border-default: #8c8c8c;
109
- $interactive-secondary-border-hover: #d9d9d9;
110
- $interactive-secondary-border-pressed: #cccccc;
111
- $interactive-secondary-text-default: #1a191a;
112
- $interactive-secondary-text-hover: #d9d9d9;
113
- $interactive-secondary-text-pressed: #cccccc;
114
- $interactive-secondary-icon-default: #1a191a;
115
- $interactive-secondary-icon-hover: #d9d9d9;
116
- $interactive-secondary-icon-pressed: #cccccc;
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: #cc0705;
124
- $interactive-negative-border-hover: #d90000;
125
- $interactive-negative-border-pressed: #cc0000;
126
- $interactive-negative-text-default: #cc0705;
127
- $interactive-negative-text-hover: #d90000;
128
- $interactive-negative-text-pressed: #cc0000;
129
- $interactive-negative-icon-default: #cc0705;
130
- $interactive-negative-icon-hover: #d90000;
131
- $interactive-negative-icon-pressed: #cc0000;
132
- $interactive-link-primary-text-default: #286c96;
133
- $interactive-link-primary-text-hover: #004e75;
134
- $interactive-link-primary-text-pressed: #004a6e;
135
- $interactive-link-primary-text-visited: #0075af;
136
- $interactive-link-primary-icon-default: #286c96;
137
- $interactive-link-primary-icon-hover: #004e75;
138
- $interactive-link-primary-icon-pressed: #004a6e;
139
- $interactive-link-primary-icon-visited: #0075af;
140
- $interactive-link-primary-underline-default: #286c96;
141
- $interactive-link-primary-underline-hover: #004e75;
142
- $interactive-link-primary-underline-pressed: #004a6e;
143
- $interactive-link-primary-underline-visited: #0075af;
144
- $interactive-link-secondary-text-default: #1a191a;
145
- $interactive-link-secondary-text-hover: #d9d9d9;
146
- $interactive-link-secondary-text-pressed: #cccccc;
147
- $interactive-link-secondary-text-visited: #ffffff;
148
- $interactive-link-secondary-icon-default: #1a191a;
149
- $interactive-link-secondary-icon-hover: #d9d9d9;
150
- $interactive-link-secondary-icon-pressed: #cccccc;
151
- $interactive-link-secondary-icon-visited: #ffffff;
152
- $interactive-link-secondary-underline-default: #1a191a;
153
- $interactive-link-secondary-underline-hover: #ffffff;
154
- $interactive-link-secondary-underline-pressed: #ffffff;
155
- $interactive-link-secondary-underline-visited: #ffffff;
156
- $interactive-chip-primary-on-fill-default: #005c8a;
157
- $interactive-chip-primary-on-fill-hover: #004e75;
158
- $interactive-chip-primary-on-fill-pressed: #004a6e;
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: #f2f2f2;
166
- $interactive-chip-primary-off-fill-hover: #d9d9d9;
167
- $interactive-chip-primary-off-fill-pressed: #cccccc;
168
- $interactive-chip-primary-off-text-default: #005c8a;
169
- $interactive-chip-primary-off-text-hover: #004e75;
170
- $interactive-chip-primary-off-text-pressed: #004a6e;
171
- $interactive-chip-primary-off-icon-default: #005c8a;
172
- $interactive-chip-primary-off-icon-hover: #004e75;
173
- $interactive-chip-primary-off-icon-pressed: #004a6e;
174
- $interactive-chip-primary-off-border-default: #005c8a;
175
- $interactive-chip-primary-off-border-hover: #004e75;
176
- $interactive-chip-primary-off-border-pressed: #004a6e;
177
- $interactive-chip-secondary-on-text-default: #1a191a;
178
- $interactive-chip-secondary-on-text-hover: #d9d9d9;
179
- $interactive-chip-secondary-on-text-pressed: #cccccc;
180
- $interactive-chip-secondary-on-fill-default: #ffffff;
181
- $interactive-chip-secondary-on-fill-hover: #d9d9d9;
182
- $interactive-chip-secondary-on-fill-pressed: #cccccc;
183
- $interactive-chip-secondary-on-border-default: #8c8c8c;
184
- $interactive-chip-secondary-on-border-hover: #d9d9d9;
185
- $interactive-chip-secondary-on-border-pressed: #cccccc;
186
- $interactive-chip-secondary-on-icon-default: #1a191a;
187
- $interactive-chip-secondary-on-icon-hover: #d9d9d9;
188
- $interactive-chip-secondary-on-icon-pressed: #cccccc;
189
- $interactive-chip-secondary-off-fill-default: #f2f2f2;
190
- $interactive-chip-secondary-off-fill-hover: #d9d9d9;
191
- $interactive-chip-secondary-off-fill-pressed: #cccccc;
192
- $interactive-chip-secondary-off-text-default: #404040;
193
- $interactive-chip-secondary-off-text-hover: #d9d9d9;
194
- $interactive-chip-secondary-off-text-pressed: #cccccc;
195
- $interactive-chip-secondary-off-icon-default: #404040;
196
- $interactive-chip-secondary-off-icon-hover: #d9d9d9;
197
- $interactive-chip-secondary-off-icon-pressed: #cccccc;
198
- $interactive-chip-channel-secondary-on-fill-default: #ffffff;
199
- $interactive-chip-channel-secondary-on-fill-hover: #d9d9d9;
200
- $interactive-chip-channel-secondary-on-fill-pressed: #cccccc;
201
- $interactive-chip-channel-secondary-on-text-default: #737373;
202
- $interactive-chip-channel-secondary-on-text-hover: #d9d9d9;
203
- $interactive-chip-channel-secondary-on-text-pressed: #cccccc;
204
- $interactive-chip-channel-secondary-on-icon-default: #737373;
205
- $interactive-chip-channel-secondary-on-icon-hover: #d9d9d9;
206
- $interactive-chip-channel-secondary-on-icon-pressed: #cccccc;
207
- $interactive-chip-channel-secondary-on-border-default: #737373;
208
- $interactive-chip-channel-secondary-on-border-hover: #d9d9d9;
209
- $interactive-chip-channel-secondary-on-border-pressed: #cccccc;
210
- $interactive-chip-channel-secondary-off-fill-default: #e6e5e6;
211
- $interactive-chip-channel-secondary-off-fill-hover: #d9d9d9;
212
- $interactive-chip-channel-secondary-off-fill-pressed: #cccccc;
213
- $interactive-chip-channel-secondary-off-text-default: #4d4d4d;
214
- $interactive-chip-channel-secondary-off-text-hover: #d9d9d9;
215
- $interactive-chip-channel-secondary-off-text-pressed: #cccccc;
216
- $interactive-chip-channel-secondary-off-icon-default: #4d4d4d;
217
- $interactive-chip-channel-secondary-off-icon-hover: #d9d9d9;
218
- $interactive-chip-channel-secondary-off-icon-pressed: #cccccc;
219
- $interactive-chip-channel-primary-on-fill-default: #737373;
220
- $interactive-chip-channel-primary-on-fill-hover: #d9d9d9;
221
- $interactive-chip-channel-primary-on-fill-pressed: #cccccc;
222
- $interactive-chip-channel-primary-on-text-default: #ffffff;
223
- $interactive-chip-channel-primary-on-text-hover: #d9d9d9;
224
- $interactive-chip-channel-primary-on-text-pressed: #cccccc;
225
- $interactive-chip-channel-primary-on-icon-default: #ffffff;
226
- $interactive-chip-channel-primary-on-icon-hover: #d9d9d9;
227
- $interactive-chip-channel-primary-on-icon-pressed: #cccccc;
228
- $interactive-chip-channel-primary-off-fill-default: #e6e5e6;
229
- $interactive-chip-channel-primary-off-fill-hover: #d9d9d9;
230
- $interactive-chip-channel-primary-off-fill-pressed: #cccccc;
231
- $interactive-chip-channel-primary-off-text-default: #262626;
232
- $interactive-chip-channel-primary-off-text-hover: #d9d9d9;
233
- $interactive-chip-channel-primary-off-text-pressed: #cccccc;
234
- $interactive-chip-channel-primary-off-icon-default: #262626;
235
- $interactive-chip-channel-primary-off-icon-hover: #d9d9d9;
236
- $interactive-chip-channel-primary-off-icon-pressed: #cccccc;
237
- $interactive-chip-channel-primary-off-border-default: #a7a7a7;
238
- $interactive-chip-channel-primary-off-border-hover: #d9d9d9;
239
- $interactive-chip-channel-primary-off-border-pressed: #cccccc;
240
- $active-fill: #000000;
241
- $active-text: #ffffff;
242
- $active-border: #000000;
243
- $active-icon: #ffffff;
244
- $focus-border: #737373;
245
- $label-primary: #1a191a;
246
- $label-secondary: #737373;
247
- $label-channel: #595959;
248
- $label-callout: #b30906;
249
- $flag-primary-fill: #000000;
250
- $flag-primary-text: #f2f2f2;
251
- $flag-primary-icon: #f2f2f2;
252
- $flag-secondary-text: #1a191a;
253
- $flag-secondary-icon: #1a191a;
254
- $flag-channel-fill: #a7a7a7;
255
- $flag-channel-text: #262626;
256
- $flag-channel-icon: #262626;
257
- $flag-callout-fill: #b30906;
258
- $flag-callout-text: #ffffff;
259
- $flag-callout-icon: #ffffff;
260
- $toast-fill-info: #0c3471;
261
- $toast-fill-success: #24734e;
262
- $toast-fill-warning: #e69304;
263
- $toast-fill-error: #cc0705;
264
- $toast-icon-info: #97aed6;
265
- $toast-icon-success: #aad6bf;
266
- $toast-icon-warning: #ffdfb5;
267
- $toast-icon-error: #ffb4b0;
268
- $toast-text-info: #ffffff;
269
- $toast-text-success: #ffffff;
270
- $toast-text-error: #ffffff;
271
- $toast-text-warning: #000000;
272
- $toast-link-info-default: #ffffff;
273
- $toast-link-info-hover: #d9d9d9;
274
- $toast-link-info-pressed: #cccccc;
275
- $toast-link-success-default: #ffffff;
276
- $toast-link-success-hover: #d9d9d9;
277
- $toast-link-success-pressed: #cccccc;
278
- $toast-link-error-default: #ffffff;
279
- $toast-link-error-hover: #d9d9d9;
280
- $toast-link-error-pressed: #cccccc;
281
- $toast-link-warning-default: #000000;
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
+ $light-core-surface-undercanvas: #f2f2f2;
2
+ $light-core-surface-canvas: #ffffff;
3
+ $light-core-surface-transparent: #ffffff;
4
+ $light-core-surface-level-1: #ffffff;
5
+ $light-core-surface-level-2: #ffffff;
6
+ $light-core-surface-level-3: #ffffff;
7
+ $light-core-surface-level-4: #ffffff;
8
+ $light-core-surface-inverse: #000000;
9
+ $light-core-surface-overlay: rgba(0, 0, 0, 0.45);
10
+ $light-core-surface-channel-50: #ffffff;
11
+ $light-core-surface-channel-100: #e6e6e6;
12
+ $light-core-surface-channel-200: #a8a8a8;
13
+ $light-core-surface-channel-300: #737373;
14
+ $light-core-surface-channel-400: #4d4d4d;
15
+ $light-core-surface-channel-500: #262626;
16
+ $light-core-surface-static-dark: #000000;
17
+ $light-core-surface-static-light: #ffffff;
18
+ $light-core-text-primary: #1a1a1a;
19
+ $light-core-text-inverse: #ffffff;
20
+ $light-core-text-secondary: #404040;
21
+ $light-core-text-tertiary: #737373;
22
+ $light-core-text-channel-primary: #4d4d4d;
23
+ $light-core-text-channel-secondary: #666666;
24
+ $light-core-text-channel-tertiary: #8c8c8c;
25
+ $light-core-text-static-dark: #000000;
26
+ $light-core-text-static-light: #ffffff;
27
+ $light-core-icon-primary: #1a1a1a;
28
+ $light-core-icon-inverse: #ffffff;
29
+ $light-core-icon-secondary: #404040;
30
+ $light-core-icon-tertiary: #737373;
31
+ $light-core-icon-channel-primary: #4d4d4d;
32
+ $light-core-icon-channel-secondary: #666666;
33
+ $light-core-icon-channel-tertiary: #8c8c8c;
34
+ $light-core-border-primary: #b3b3b3;
35
+ $light-core-border-secondary: #cccccc;
36
+ $light-core-border-tertiary: #e6e6e6;
37
+ $light-core-border-channel-primary: #b3b3b3;
38
+ $light-core-border-channel-secondary: #cccccc;
39
+ $light-core-border-channel-tertiary: #e6e6e6;
40
+ $light-core-border-elevation: #e6e6e6;
41
+ $light-core-border-static-dark: #000000;
42
+ $light-core-border-static-light: #ffffff;
43
+ $light-core-input-fill-default: #ffffff;
44
+ $light-core-input-fill-error: #ffefef;
45
+ $light-core-input-fill-hover: #f2f2f2;
46
+ $light-core-input-fill-active: #ffffff;
47
+ $light-core-input-fill-completed: #ffffff;
48
+ $light-core-input-fill-success: #e9f3ed;
49
+ $light-core-input-fill-warning: #fff7ef;
50
+ $light-core-input-fill-info: #eff2f8;
51
+ $light-core-input-border-default: #8c8c8c;
52
+ $light-core-input-border-error: #b20908;
53
+ $light-core-input-border-hover: #6d6d6d;
54
+ $light-core-input-border-active: #595959;
55
+ $light-core-input-border-completed: #262626;
56
+ $light-core-input-border-success: #298458;
57
+ $light-core-input-border-warning: #cc8103;
58
+ $light-core-input-border-info: #2658a9;
59
+ $light-core-input-text-default: #737373;
60
+ $light-core-input-text-error: #1a1a1a;
61
+ $light-core-input-text-hover: #404040;
62
+ $light-core-input-text-active: #1a1a1a;
63
+ $light-core-input-text-completed: #1a1a1a;
64
+ $light-core-input-text-success: #1a1a1a;
65
+ $light-core-input-text-warning: #1a1a1a;
66
+ $light-core-input-text-info: #1a1a1a;
67
+ $light-core-input-icon-default: #8c8c8c;
68
+ $light-core-input-icon-hover: #6d6d6d;
69
+ $light-core-input-icon-active: #595959;
70
+ $light-core-input-icon-completed: #262626;
71
+ $light-core-input-icon-error: #b20908;
72
+ $light-core-input-icon-success: #298458;
73
+ $light-core-input-icon-warning: #cc8103;
74
+ $light-core-input-icon-info: #2658a9;
75
+ $light-core-messaging-fill-error: #ffefef;
76
+ $light-core-messaging-fill-success: #e9f3ed;
77
+ $light-core-messaging-fill-warning: #fff7ef;
78
+ $light-core-messaging-fill-info: #eff2f8;
79
+ $light-core-messaging-border-error: #b20908;
80
+ $light-core-messaging-border-success: #298458;
81
+ $light-core-messaging-border-warning: #e49307;
82
+ $light-core-messaging-border-info: #0f4aa2;
83
+ $light-core-messaging-icon-error: #cb0705;
84
+ $light-core-messaging-icon-success: #31a46f;
85
+ $light-core-messaging-icon-warning: #e49307;
86
+ $light-core-messaging-icon-info: #0f4aa2;
87
+ $light-core-messaging-link-text-default: #1a1a1a;
88
+ $light-core-messaging-link-text-hover: #161616;
89
+ $light-core-messaging-link-text-pressed: #151515;
90
+ $light-core-messaging-link-text-visited: #484848;
91
+ $light-core-messaging-link-icon-default: #1a1a1a;
92
+ $light-core-messaging-link-icon-hover: #161616;
93
+ $light-core-messaging-link-icon-pressed: #151515;
94
+ $light-core-messaging-link-icon-visited: #484848;
95
+ $light-core-messaging-link-underline-default: #1a1a1a;
96
+ $light-core-messaging-link-underline-hover: #3c3c3c;
97
+ $light-core-messaging-link-underline-pressed: #484848;
98
+ $light-core-messaging-link-underline-visited: #4e4e4e;
99
+ $light-core-interactive-primary-fill-default: #005c8a;
100
+ $light-core-interactive-primary-fill-hover: #004e75;
101
+ $light-core-interactive-primary-fill-pressed: #00496e;
102
+ $light-core-interactive-primary-text-default: #ffffff;
103
+ $light-core-interactive-primary-text-hover: #ffffff;
104
+ $light-core-interactive-primary-text-pressed: #ffffff;
105
+ $light-core-interactive-primary-icon-default: #ffffff;
106
+ $light-core-interactive-primary-icon-hover: #ffffff;
107
+ $light-core-interactive-primary-icon-pressed: #ffffff;
108
+ $light-core-interactive-secondary-fill-default: #ffffff;
109
+ $light-core-interactive-secondary-fill-hover: #d9d9d9;
110
+ $light-core-interactive-secondary-fill-pressed: #cccccc;
111
+ $light-core-interactive-secondary-border-default: #8c8c8c;
112
+ $light-core-interactive-secondary-border-hover: #777777;
113
+ $light-core-interactive-secondary-border-pressed: #707070;
114
+ $light-core-interactive-secondary-text-default: #1a1a1a;
115
+ $light-core-interactive-secondary-text-hover: #161616;
116
+ $light-core-interactive-secondary-text-pressed: #151515;
117
+ $light-core-interactive-secondary-icon-default: #1a1a1a;
118
+ $light-core-interactive-secondary-icon-hover: #161616;
119
+ $light-core-interactive-secondary-icon-pressed: #111111;
120
+ $light-core-interactive-disabled-a: #d9d9d9;
121
+ $light-core-interactive-disabled-b: #bfbfbf;
122
+ $light-core-interactive-disabled-c: #a8a8a8;
123
+ $light-core-interactive-negative-fill-default: #ffffff;
124
+ $light-core-interactive-negative-fill-hover: #d9d9d9;
125
+ $light-core-interactive-negative-fill-pressed: #cccccc;
126
+ $light-core-interactive-negative-border-default: #cb0705;
127
+ $light-core-interactive-negative-border-hover: #ad0604;
128
+ $light-core-interactive-negative-border-pressed: #a20604;
129
+ $light-core-interactive-negative-text-default: #cb0705;
130
+ $light-core-interactive-negative-text-hover: #ad0604;
131
+ $light-core-interactive-negative-text-pressed: #a20604;
132
+ $light-core-interactive-negative-icon-default: #cb0705;
133
+ $light-core-interactive-negative-icon-hover: #ad0604;
134
+ $light-core-interactive-negative-icon-pressed: #a20604;
135
+ $light-core-interactive-link-primary-text-default: #266d95;
136
+ $light-core-interactive-link-primary-text-hover: #205c7f;
137
+ $light-core-interactive-link-primary-text-pressed: #1e5777;
138
+ $light-core-interactive-link-primary-text-visited: #2d7faf;
139
+ $light-core-interactive-link-primary-icon-default: #266d95;
140
+ $light-core-interactive-link-primary-icon-hover: #205c7f;
141
+ $light-core-interactive-link-primary-icon-pressed: #1e5777;
142
+ $light-core-interactive-link-primary-icon-visited: #2d7faf;
143
+ $light-core-interactive-link-primary-underline-default: #266d95;
144
+ $light-core-interactive-link-primary-underline-hover: #205c7f;
145
+ $light-core-interactive-link-primary-underline-pressed: #1e5777;
146
+ $light-core-interactive-link-primary-underline-visited: #2d7faf;
147
+ $light-core-interactive-link-secondary-text-default: #1a1a1a;
148
+ $light-core-interactive-link-secondary-text-hover: #161616;
149
+ $light-core-interactive-link-secondary-text-pressed: #151515;
150
+ $light-core-interactive-link-secondary-text-visited: #484848;
151
+ $light-core-interactive-link-secondary-icon-default: #1a1a1a;
152
+ $light-core-interactive-link-secondary-icon-hover: #161616;
153
+ $light-core-interactive-link-secondary-icon-pressed: #151515;
154
+ $light-core-interactive-link-secondary-icon-visited: #484848;
155
+ $light-core-interactive-link-secondary-underline-default: #1a1a1a;
156
+ $light-core-interactive-link-secondary-underline-hover: #3c3c3c;
157
+ $light-core-interactive-link-secondary-underline-pressed: #484848;
158
+ $light-core-interactive-link-secondary-underline-visited: #4e4e4e;
159
+ $light-core-interactive-chip-primary-on-fill-default: #005c8a;
160
+ $light-core-interactive-chip-primary-on-fill-hover: #004e75;
161
+ $light-core-interactive-chip-primary-on-fill-pressed: #00496e;
162
+ $light-core-interactive-chip-primary-on-text-default: #ffffff;
163
+ $light-core-interactive-chip-primary-on-text-hover: #d9d9d9;
164
+ $light-core-interactive-chip-primary-on-text-pressed: #cccccc;
165
+ $light-core-interactive-chip-primary-on-icon-default: #ffffff;
166
+ $light-core-interactive-chip-primary-on-icon-hover: #d9d9d9;
167
+ $light-core-interactive-chip-primary-on-icon-pressed: #cccccc;
168
+ $light-core-interactive-chip-primary-off-fill-default: #f2f2f2;
169
+ $light-core-interactive-chip-primary-off-fill-hover: #cecece;
170
+ $light-core-interactive-chip-primary-off-fill-pressed: #c2c2c2;
171
+ $light-core-interactive-chip-primary-off-text-default: #005c8a;
172
+ $light-core-interactive-chip-primary-off-text-hover: #004e75;
173
+ $light-core-interactive-chip-primary-off-text-pressed: #00496e;
174
+ $light-core-interactive-chip-primary-off-icon-default: #005c8a;
175
+ $light-core-interactive-chip-primary-off-icon-hover: #004e75;
176
+ $light-core-interactive-chip-primary-off-icon-pressed: #00496e;
177
+ $light-core-interactive-chip-primary-off-border-default: #005c8a;
178
+ $light-core-interactive-chip-primary-off-border-hover: #004e75;
179
+ $light-core-interactive-chip-primary-off-border-pressed: #00496e;
180
+ $light-core-interactive-chip-secondary-on-text-default: #1a1a1a;
181
+ $light-core-interactive-chip-secondary-on-text-hover: #161616;
182
+ $light-core-interactive-chip-secondary-on-text-pressed: #151515;
183
+ $light-core-interactive-chip-secondary-on-fill-default: #ffffff;
184
+ $light-core-interactive-chip-secondary-on-fill-hover: #d9d9d9;
185
+ $light-core-interactive-chip-secondary-on-fill-pressed: #cccccc;
186
+ $light-core-interactive-chip-secondary-on-border-default: #8c8c8c;
187
+ $light-core-interactive-chip-secondary-on-border-hover: #777777;
188
+ $light-core-interactive-chip-secondary-on-border-pressed: #707070;
189
+ $light-core-interactive-chip-secondary-on-icon-default: #1a1a1a;
190
+ $light-core-interactive-chip-secondary-on-icon-hover: #161616;
191
+ $light-core-interactive-chip-secondary-on-icon-pressed: #151515;
192
+ $light-core-interactive-chip-secondary-off-fill-default: #f2f2f2;
193
+ $light-core-interactive-chip-secondary-off-fill-hover: #cecece;
194
+ $light-core-interactive-chip-secondary-off-fill-pressed: #c2c2c2;
195
+ $light-core-interactive-chip-secondary-off-text-default: #404040;
196
+ $light-core-interactive-chip-secondary-off-text-hover: #363636;
197
+ $light-core-interactive-chip-secondary-off-text-pressed: #333333;
198
+ $light-core-interactive-chip-secondary-off-icon-default: #404040;
199
+ $light-core-interactive-chip-secondary-off-icon-hover: #363636;
200
+ $light-core-interactive-chip-secondary-off-icon-pressed: #333333;
201
+ $light-core-interactive-chip-channel-secondary-on-fill-default: #ffffff;
202
+ $light-core-interactive-chip-channel-secondary-on-fill-hover: #d9d9d9;
203
+ $light-core-interactive-chip-channel-secondary-on-fill-pressed: #cccccc;
204
+ $light-core-interactive-chip-channel-secondary-on-text-default: #737373;
205
+ $light-core-interactive-chip-channel-secondary-on-text-hover: #626262;
206
+ $light-core-interactive-chip-channel-secondary-on-text-pressed: #5c5c5c;
207
+ $light-core-interactive-chip-channel-secondary-on-icon-default: #737373;
208
+ $light-core-interactive-chip-channel-secondary-on-icon-hover: #626262;
209
+ $light-core-interactive-chip-channel-secondary-on-icon-pressed: #5c5c5c;
210
+ $light-core-interactive-chip-channel-secondary-on-border-default: #737373;
211
+ $light-core-interactive-chip-channel-secondary-on-border-hover: #626262;
212
+ $light-core-interactive-chip-channel-secondary-on-border-pressed: #5c5c5c;
213
+ $light-core-interactive-chip-channel-secondary-off-fill-default: #e6e6e6;
214
+ $light-core-interactive-chip-channel-secondary-off-fill-hover: #c4c4c4;
215
+ $light-core-interactive-chip-channel-secondary-off-fill-pressed: #cccccc;
216
+ $light-core-interactive-chip-channel-secondary-off-text-default: #4d4d4d;
217
+ $light-core-interactive-chip-channel-secondary-off-text-hover: #424242;
218
+ $light-core-interactive-chip-channel-secondary-off-text-pressed: #3e3e3e;
219
+ $light-core-interactive-chip-channel-secondary-off-icon-default: #4d4d4d;
220
+ $light-core-interactive-chip-channel-secondary-off-icon-hover: #424242;
221
+ $light-core-interactive-chip-channel-secondary-off-icon-pressed: #3e3e3e;
222
+ $light-core-interactive-chip-channel-primary-on-fill-default: #737373;
223
+ $light-core-interactive-chip-channel-primary-on-fill-hover: #626262;
224
+ $light-core-interactive-chip-channel-primary-on-fill-pressed: #5c5c5c;
225
+ $light-core-interactive-chip-channel-primary-on-text-default: #ffffff;
226
+ $light-core-interactive-chip-channel-primary-on-text-hover: #d9d9d9;
227
+ $light-core-interactive-chip-channel-primary-on-text-pressed: #cccccc;
228
+ $light-core-interactive-chip-channel-primary-on-icon-default: #ffffff;
229
+ $light-core-interactive-chip-channel-primary-on-icon-hover: #d9d9d9;
230
+ $light-core-interactive-chip-channel-primary-on-icon-pressed: #cccccc;
231
+ $light-core-interactive-chip-channel-primary-off-fill-default: #e6e6e6;
232
+ $light-core-interactive-chip-channel-primary-off-fill-hover: #c4c4c4;
233
+ $light-core-interactive-chip-channel-primary-off-fill-pressed: #b8b8b8;
234
+ $light-core-interactive-chip-channel-primary-off-text-default: #262626;
235
+ $light-core-interactive-chip-channel-primary-off-text-hover: #202020;
236
+ $light-core-interactive-chip-channel-primary-off-text-pressed: #1e1e1e;
237
+ $light-core-interactive-chip-channel-primary-off-icon-default: #262626;
238
+ $light-core-interactive-chip-channel-primary-off-icon-hover: #202020;
239
+ $light-core-interactive-chip-channel-primary-off-icon-pressed: #1e1e1e;
240
+ $light-core-interactive-chip-channel-primary-off-border-default: #a8a8a8;
241
+ $light-core-interactive-chip-channel-primary-off-border-hover: #8f8f8f;
242
+ $light-core-interactive-chip-channel-primary-off-border-pressed: #868686;
243
+ $light-core-active-fill: #000000;
244
+ $light-core-active-text: #ffffff;
245
+ $light-core-active-border: #000000;
246
+ $light-core-active-icon: #ffffff;
247
+ $light-core-focus-border: #737373;
248
+ $light-core-label-primary: #1a1a1a;
249
+ $light-core-label-secondary: #737373;
250
+ $light-core-label-channel: #595959;
251
+ $light-core-label-callout: #b20908;
252
+ $light-core-flag-primary-fill: #000000;
253
+ $light-core-flag-primary-text: #f2f2f2;
254
+ $light-core-flag-primary-icon: #f2f2f2;
255
+ $light-core-flag-secondary-text: #1a1a1a;
256
+ $light-core-flag-secondary-icon: #1a1a1a;
257
+ $light-core-flag-channel-fill: #a8a8a8;
258
+ $light-core-flag-channel-text: #262626;
259
+ $light-core-flag-channel-icon: #262626;
260
+ $light-core-flag-callout-fill: #b20908;
261
+ $light-core-flag-callout-text: #ffffff;
262
+ $light-core-flag-callout-icon: #ffffff;
263
+ $light-core-toast-fill-info: #0a3472;
264
+ $light-core-toast-fill-success: #22724f;
265
+ $light-core-toast-fill-warning: #e49307;
266
+ $light-core-toast-fill-error: #cb0705;
267
+ $light-core-toast-icon-info: #97aed7;
268
+ $light-core-toast-icon-success: #a9d8be;
269
+ $light-core-toast-icon-warning: #ffdfb5;
270
+ $light-core-toast-icon-error: #ffb4b0;
271
+ $light-core-toast-text-info: #ffffff;
272
+ $light-core-toast-text-success: #ffffff;
273
+ $light-core-toast-text-error: #ffffff;
274
+ $light-core-toast-text-warning: #000000;
275
+ $light-core-toast-link-info-default: #ffffff;
276
+ $light-core-toast-link-info-hover: #d9d9d9;
277
+ $light-core-toast-link-info-pressed: #cccccc;
278
+ $light-core-toast-link-success-default: #ffffff;
279
+ $light-core-toast-link-success-hover: #d9d9d9;
280
+ $light-core-toast-link-success-pressed: #cccccc;
281
+ $light-core-toast-link-error-default: #ffffff;
282
+ $light-core-toast-link-error-hover: #d9d9d9;
283
+ $light-core-toast-link-error-pressed: #cccccc;
284
+ $light-core-toast-link-warning-default: #000000;
285
+ $light-core-toast-link-warning-hover: #000000;
286
+ $light-core-toast-link-warning-pressed: #000000;
287
+ $light-core-tooltip-fill: #000000;
288
+ $light-core-tooltip-text: #ffffff;
289
+ $light-core-tooltip-icon: #ffffff;