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