@times-design-system/theme-scss 1.9.1-alpha.2 → 2.0.1-alpha.2

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 +299 -332
  33. package/package.json +2 -2
@@ -1,286 +1,289 @@
1
- $surface-undercanvas: #e6e5e6;
2
- $surface-canvas: #ffffff;
3
- $surface-level-1: #f2f2f2;
4
- $surface-level-2: #e6e5e6;
5
- $surface-level-3: #d9d9d9;
6
- $surface-level-4: #e6e5e6;
7
- $surface-overlay: rgba(0, 0, 0, 0.55);
8
- $surface-channel-50: #f4f8f8;
9
- $surface-channel-100: #e4eeef;
10
- $surface-channel-200: #9bc3c4;
11
- $surface-channel-300: #258286;
12
- $surface-channel-400: #075457;
13
- $surface-channel-500: #083032;
14
- $surface-static-dark: #ffffff;
15
- $surface-static-light: #000000;
16
- $surface-inverse: #000000;
17
- $text-primary: #000000;
18
- $text-secondary: #262626;
19
- $text-tertiary: #595959;
20
- $text-channel-primary: #075457;
21
- $text-channel-secondary: #258286;
22
- $text-static-dark: #ffffff;
23
- $text-static-light: #000000;
24
- $text-inverse: #ffffff;
25
- $icon-primary: #000000;
26
- $icon-secondary: #262626;
27
- $icon-tertiary: #595959;
28
- $icon-channel-primary: #85b5b7;
29
- $icon-channel-secondary: #569a9d;
30
- $icon-inverse: #ffffff;
31
- $border-primary: #a7a7a7;
32
- $border-secondary: #cccccc;
33
- $border-tertiary: #e6e5e6;
34
- $border-channel-primary: #85b5b7;
35
- $border-channel-secondary: #c8ddde;
36
- $border-channel-tertiary: #e4eeef;
37
- $border-elevation: #cccccc;
38
- $border-static-dark: #ffffff;
39
- $border-static-light: #000000;
40
- $input-fill-default: #ffffff;
41
- $input-fill-error: #ffefee;
42
- $input-fill-hover: #f2f2f2;
43
- $input-fill-active: #ffffff;
44
- $input-fill-completed: #ffffff;
45
- $input-fill-success: #f1f8f4;
46
- $input-fill-warning: #fff8ef;
47
- $input-fill-info: #eef1f8;
48
- $input-border-default: #8c8c8c;
49
- $input-border-error: #e60403;
50
- $input-border-hover: #d9d9d9;
51
- $input-border-active: #595959;
52
- $input-border-completed: #262626;
53
- $input-border-success: #2d9464;
54
- $input-border-warning: #cc8207;
55
- $input-border-info: #2558a9;
56
- $input-text-default: #595959;
57
- $input-text-error: #000000;
58
- $input-text-hover: #262626;
59
- $input-text-active: #000000;
60
- $input-text-completed: #000000;
61
- $input-text-success: #000000;
62
- $input-text-warning: #000000;
63
- $input-text-info: #000000;
64
- $input-icon-default: #8c8c8c;
65
- $input-icon-hover: #d9d9d9;
66
- $input-icon-active: #595959;
67
- $input-icon-completed: #262626;
68
- $input-icon-error: #e60403;
69
- $input-icon-success: #2d9464;
70
- $input-icon-warning: #cc8207;
71
- $input-icon-info: #2558a9;
72
- $active-fill: #000000;
73
- $active-text: #ffffff;
74
- $active-border: #000000;
75
- $active-icon: #ffffff;
76
- $focus-border: #737373;
77
- $label-primary: #000000;
78
- $label-secondary: #262626;
79
- $label-channel: #258286;
80
- $label-callout: #ffb4b0;
81
- $flag-primary-fill: #000000;
82
- $flag-primary-text: #f2f2f2;
83
- $flag-primary-icon: #f2f2f2;
84
- $flag-secondary-text: #000000;
85
- $flag-secondary-icon: #000000;
86
- $flag-channel-fill: #9bc3c4;
87
- $flag-channel-text: #083032;
88
- $flag-channel-icon: #083032;
89
- $flag-callout-fill: #ffb4b0;
90
- $flag-callout-text: #000000;
91
- $flag-callout-icon: #000000;
92
- $interactive-primary-fill-default: #000000;
93
- $interactive-primary-fill-hover: #ffffff;
94
- $interactive-primary-fill-pressed: #ffffff;
95
- $interactive-primary-text-default: #ffffff;
96
- $interactive-primary-text-hover: #ffffff;
97
- $interactive-primary-text-pressed: #ffffff;
98
- $interactive-primary-icon-default: #ffffff;
99
- $interactive-primary-icon-hover: #ffffff;
100
- $interactive-primary-icon-pressed: #ffffff;
101
- $interactive-secondary-fill-default: #ffffff;
102
- $interactive-secondary-fill-hover: #ffffff;
103
- $interactive-secondary-fill-pressed: #ffffff;
104
- $interactive-secondary-border-default: #737373;
105
- $interactive-secondary-border-hover: #ffffff;
106
- $interactive-secondary-border-pressed: #ffffff;
107
- $interactive-secondary-text-default: #000000;
108
- $interactive-secondary-text-hover: #ffffff;
109
- $interactive-secondary-text-pressed: #ffffff;
110
- $interactive-secondary-icon-default: #000000;
111
- $interactive-secondary-icon-hover: #d9d9d9;
112
- $interactive-secondary-icon-pressed: #ffffff;
113
- $interactive-disabled-a: #d9d9d9;
114
- $interactive-disabled-b: #bfbfbf;
115
- $interactive-disabled-c: #a7a7a7;
116
- $interactive-negative-fill-default: #ffffff;
117
- $interactive-negative-fill-hover: #d9d9d9;
118
- $interactive-negative-fill-pressed: #cccccc;
119
- $interactive-negative-border-default: #ff8882;
120
- $interactive-negative-border-hover: #d90000;
121
- $interactive-negative-border-pressed: #cc0000;
122
- $interactive-negative-text-default: #ff8882;
123
- $interactive-negative-text-hover: #d90000;
124
- $interactive-negative-text-pressed: #cc0000;
125
- $interactive-negative-icon-default: #ff8882;
126
- $interactive-negative-icon-hover: #d90000;
127
- $interactive-negative-icon-pressed: #cc0000;
128
- $interactive-link-secondary-text-default: #737373;
129
- $interactive-link-secondary-text-hover: #d9d9d9;
130
- $interactive-link-secondary-text-pressed: #cccccc;
131
- $interactive-link-secondary-text-visited: #ffffff;
132
- $interactive-link-secondary-icon-default: #737373;
133
- $interactive-link-secondary-icon-hover: #d9d9d9;
134
- $interactive-link-secondary-icon-pressed: #cccccc;
135
- $interactive-link-secondary-icon-visited: #ffffff;
136
- $interactive-link-secondary-underline-default: #737373;
137
- $interactive-link-secondary-underline-hover: #ffffff;
138
- $interactive-link-secondary-underline-pressed: #ffffff;
139
- $interactive-link-secondary-underline-visited: #e6e6e6;
140
- $interactive-link-primary-text-default: #000000;
141
- $interactive-link-primary-text-hover: #d9d9d9;
142
- $interactive-link-primary-text-pressed: #cccccc;
143
- $interactive-link-primary-text-visited: #ffffff;
144
- $interactive-link-primary-icon-default: #000000;
145
- $interactive-link-primary-icon-hover: #d9d9d9;
146
- $interactive-link-primary-icon-pressed: #cccccc;
147
- $interactive-link-primary-icon-visited: #ffffff;
148
- $interactive-link-primary-underline-default: #000000;
149
- $interactive-link-primary-underline-hover: #ffffff;
150
- $interactive-link-primary-underline-pressed: #ffffff;
151
- $interactive-link-primary-underline-visited: #e6e6e6;
152
- $interactive-chip-primary-on-fill-default: #000000;
153
- $interactive-chip-primary-on-fill-hover: #d9d9d9;
154
- $interactive-chip-primary-on-fill-pressed: #cccccc;
155
- $interactive-chip-primary-on-text-default: #ffffff;
156
- $interactive-chip-primary-on-text-hover: #d9d9d9;
157
- $interactive-chip-primary-on-text-pressed: #cccccc;
158
- $interactive-chip-primary-on-icon-default: #ffffff;
159
- $interactive-chip-primary-on-icon-hover: #d9d9d9;
160
- $interactive-chip-primary-on-icon-pressed: #cccccc;
161
- $interactive-chip-primary-off-fill-default: #ffffff;
162
- $interactive-chip-primary-off-fill-hover: #d9d9d9;
163
- $interactive-chip-primary-off-fill-pressed: #cccccc;
164
- $interactive-chip-primary-off-text-default: #000000;
165
- $interactive-chip-primary-off-text-hover: #d9d9d9;
166
- $interactive-chip-primary-off-text-pressed: #cccccc;
167
- $interactive-chip-primary-off-icon-default: #000000;
168
- $interactive-chip-primary-off-icon-hover: #d9d9d9;
169
- $interactive-chip-primary-off-icon-pressed: #cccccc;
170
- $interactive-chip-primary-off-border-default: #000000;
171
- $interactive-chip-primary-off-border-hover: #d9d9d9;
172
- $interactive-chip-primary-off-border-pressed: #cccccc;
173
- $interactive-chip-secondary-on-text-default: #000000;
174
- $interactive-chip-secondary-on-text-hover: #d9d9d9;
175
- $interactive-chip-secondary-on-text-pressed: #cccccc;
176
- $interactive-chip-secondary-on-fill-default: #d9d9d9;
177
- $interactive-chip-secondary-on-fill-hover: #d9d9d9;
178
- $interactive-chip-secondary-on-fill-pressed: #cccccc;
179
- $interactive-chip-secondary-on-border-default: #737373;
180
- $interactive-chip-secondary-on-border-hover: #d9d9d9;
181
- $interactive-chip-secondary-on-border-pressed: #cccccc;
182
- $interactive-chip-secondary-on-icon-default: #000000;
183
- $interactive-chip-secondary-on-icon-hover: #d9d9d9;
184
- $interactive-chip-secondary-on-icon-pressed: #cccccc;
185
- $interactive-chip-secondary-off-fill-default: #d9d9d9;
186
- $interactive-chip-secondary-off-fill-hover: #d9d9d9;
187
- $interactive-chip-secondary-off-fill-pressed: #cccccc;
188
- $interactive-chip-secondary-off-text-default: #595959;
189
- $interactive-chip-secondary-off-text-hover: #d9d9d9;
190
- $interactive-chip-secondary-off-text-pressed: #cccccc;
191
- $interactive-chip-secondary-off-icon-default: #595959;
192
- $interactive-chip-secondary-off-icon-hover: #d9d9d9;
193
- $interactive-chip-secondary-off-icon-pressed: #cccccc;
194
- $interactive-chip-channel-secondary-off-fill-default: #e4eeef;
195
- $interactive-chip-channel-secondary-off-fill-hover: #006669;
196
- $interactive-chip-channel-secondary-off-fill-pressed: #006063;
197
- $interactive-chip-channel-secondary-off-text-default: #075457;
198
- $interactive-chip-channel-secondary-off-text-hover: #006669;
199
- $interactive-chip-channel-secondary-off-text-pressed: #006063;
200
- $interactive-chip-channel-secondary-off-icon-default: #075457;
201
- $interactive-chip-channel-secondary-off-icon-hover: #006669;
202
- $interactive-chip-channel-secondary-off-icon-pressed: #006063;
203
- $interactive-chip-channel-secondary-on-border-default: #075457;
204
- $interactive-chip-channel-secondary-on-border-hover: #006669;
205
- $interactive-chip-channel-secondary-on-border-pressed: #006063;
206
- $interactive-chip-channel-secondary-on-fill-default: #e4eeef;
207
- $interactive-chip-channel-secondary-on-fill-hover: #006669;
208
- $interactive-chip-channel-secondary-on-fill-pressed: #006063;
209
- $interactive-chip-channel-secondary-on-text-default: #000000;
210
- $interactive-chip-channel-secondary-on-text-hover: #d9d9d9;
211
- $interactive-chip-channel-secondary-on-text-pressed: #cccccc;
212
- $interactive-chip-channel-secondary-on-icon-default: #000000;
213
- $interactive-chip-channel-secondary-on-icon-hover: #d9d9d9;
214
- $interactive-chip-channel-secondary-on-icon-pressed: #cccccc;
215
- $interactive-chip-channel-primary-off-fill-default: #f4f8f8;
216
- $interactive-chip-channel-primary-off-fill-hover: #006669;
217
- $interactive-chip-channel-primary-off-fill-pressed: #006063;
218
- $interactive-chip-channel-primary-off-text-default: #083032;
219
- $interactive-chip-channel-primary-off-text-hover: #006669;
220
- $interactive-chip-channel-primary-off-text-pressed: #006063;
221
- $interactive-chip-channel-primary-off-icon-default: #083032;
222
- $interactive-chip-channel-primary-off-icon-hover: #006669;
223
- $interactive-chip-channel-primary-off-icon-pressed: #006063;
224
- $interactive-chip-channel-primary-off-border-default: #9bc3c4;
225
- $interactive-chip-channel-primary-off-border-hover: #006669;
226
- $interactive-chip-channel-primary-off-border-pressed: #006063;
227
- $interactive-chip-channel-primary-on-fill-default: #9bc3c4;
228
- $interactive-chip-channel-primary-on-fill-hover: #006669;
229
- $interactive-chip-channel-primary-on-fill-pressed: #006063;
230
- $interactive-chip-channel-primary-on-text-default: #000000;
231
- $interactive-chip-channel-primary-on-text-hover: #d9d9d9;
232
- $interactive-chip-channel-primary-on-text-pressed: #cccccc;
233
- $interactive-chip-channel-primary-on-icon-default: #000000;
234
- $interactive-chip-channel-primary-on-icon-hover: #d9d9d9;
235
- $interactive-chip-channel-primary-on-icon-pressed: #cccccc;
236
- $toast-fill-info: #6788c3;
237
- $toast-fill-success: #aad6bf;
238
- $toast-fill-warning: #ffcd8a;
239
- $toast-fill-error: #ff9e99;
240
- $toast-icon-info: #0b2c61;
241
- $toast-icon-success: #1a5238;
242
- $toast-icon-warning: #80520a;
243
- $toast-icon-error: #660907;
244
- $toast-text-info: #000000;
245
- $toast-text-success: #000000;
246
- $toast-text-error: #000000;
247
- $toast-text-warning: #ffffff;
248
- $toast-link-info-default: #000000;
249
- $toast-link-info-hover: #d9d9d9;
250
- $toast-link-info-pressed: #cccccc;
251
- $toast-link-success-default: #000000;
252
- $toast-link-success-hover: #d9d9d9;
253
- $toast-link-success-pressed: #cccccc;
254
- $toast-link-error-default: #000000;
255
- $toast-link-error-hover: #d9d9d9;
256
- $toast-link-error-pressed: #cccccc;
257
- $toast-link-warning-default: #ffffff;
258
- $toast-link-warning-hover: #d9d9d9;
259
- $toast-link-warning-pressed: #cccccc;
260
- $messaging-fill-error: #ffefee;
261
- $messaging-fill-success: #f1f8f4;
262
- $messaging-fill-warning: #fff8ef;
263
- $messaging-fill-info: #eef1f8;
264
- $messaging-border-error: #e60403;
265
- $messaging-border-success: #2d9464;
266
- $messaging-border-warning: #ffba5c;
267
- $messaging-border-info: #0e4392;
268
- $messaging-icon-error: #e60403;
269
- $messaging-icon-success: #2d9464;
270
- $messaging-icon-warning: #ffba5c;
271
- $messaging-icon-info: #0e4392;
272
- $messaging-link-text-default: #000000;
273
- $messaging-link-text-hover: #d9d9d9;
274
- $messaging-link-text-pressed: #cccccc;
275
- $messaging-link-text-visited: #ffffff;
276
- $messaging-link-icon-default: #000000;
277
- $messaging-link-icon-hover: #d9d9d9;
278
- $messaging-link-icon-pressed: #cccccc;
279
- $messaging-link-icon-visited: #ffffff;
280
- $messaging-link-underline-default: #000000;
281
- $messaging-link-underline-hover: #ffffff;
282
- $messaging-link-underline-pressed: #ffffff;
283
- $messaging-link-underline-visited: #e6e6e6;
284
- $tooltip-fill: #000000;
285
- $tooltip-text: #ffffff;
286
- $tooltip-icon: #ffffff;
1
+ $dark-world-surface-undercanvas: #e6e6e6;
2
+ $dark-world-surface-canvas: #ffffff;
3
+ $dark-world-surface-transparent: #000000;
4
+ $dark-world-surface-level-1: #f2f2f2;
5
+ $dark-world-surface-level-2: #e6e6e6;
6
+ $dark-world-surface-level-3: #d9d9d9;
7
+ $dark-world-surface-level-4: #e6e6e6;
8
+ $dark-world-surface-overlay: rgba(0, 0, 0, 0.55);
9
+ $dark-world-surface-channel-50: #f4f7f7;
10
+ $dark-world-surface-channel-100: #e4edf0;
11
+ $dark-world-surface-channel-200: #9bc3c5;
12
+ $dark-world-surface-channel-300: #268186;
13
+ $dark-world-surface-channel-400: #085358;
14
+ $dark-world-surface-channel-500: #073131;
15
+ $dark-world-surface-static-dark: #ffffff;
16
+ $dark-world-surface-static-light: #000000;
17
+ $dark-world-surface-inverse: #000000;
18
+ $dark-world-text-primary: #000000;
19
+ $dark-world-text-secondary: #262626;
20
+ $dark-world-text-tertiary: #595959;
21
+ $dark-world-text-channel-primary: #016d6f;
22
+ $dark-world-text-channel-secondary: #268186;
23
+ $dark-world-text-channel-tertiary: #85b4b6;
24
+ $dark-world-text-static-dark: #ffffff;
25
+ $dark-world-text-static-light: #000000;
26
+ $dark-world-text-inverse: #ffffff;
27
+ $dark-world-icon-primary: #000000;
28
+ $dark-world-icon-secondary: #262626;
29
+ $dark-world-icon-tertiary: #595959;
30
+ $dark-world-icon-channel-primary: #85b4b6;
31
+ $dark-world-icon-channel-secondary: #559b9d;
32
+ $dark-world-icon-channel-tertiary: #85b4b6;
33
+ $dark-world-icon-inverse: #ffffff;
34
+ $dark-world-border-primary: #a8a8a8;
35
+ $dark-world-border-secondary: #cccccc;
36
+ $dark-world-border-tertiary: #e6e6e6;
37
+ $dark-world-border-channel-primary: #85b4b6;
38
+ $dark-world-border-channel-secondary: #c8dfde;
39
+ $dark-world-border-channel-tertiary: #e4edf0;
40
+ $dark-world-border-elevation: #cccccc;
41
+ $dark-world-border-static-dark: #ffffff;
42
+ $dark-world-border-static-light: #000000;
43
+ $dark-world-input-fill-default: #ffffff;
44
+ $dark-world-input-fill-error: #ffefef;
45
+ $dark-world-input-fill-hover: #f2f2f2;
46
+ $dark-world-input-fill-active: #ffffff;
47
+ $dark-world-input-fill-completed: #ffffff;
48
+ $dark-world-input-fill-success: #f1f8f5;
49
+ $dark-world-input-fill-warning: #fff7ef;
50
+ $dark-world-input-fill-info: #eff2f8;
51
+ $dark-world-input-border-default: #8c8c8c;
52
+ $dark-world-input-border-error: #e70300;
53
+ $dark-world-input-border-hover: #6d6d6d;
54
+ $dark-world-input-border-active: #595959;
55
+ $dark-world-input-border-completed: #262626;
56
+ $dark-world-input-border-success: #2c9365;
57
+ $dark-world-input-border-warning: #cc8103;
58
+ $dark-world-input-border-info: #2658a9;
59
+ $dark-world-input-text-default: #595959;
60
+ $dark-world-input-text-error: #000000;
61
+ $dark-world-input-text-hover: #262626;
62
+ $dark-world-input-text-active: #000000;
63
+ $dark-world-input-text-completed: #000000;
64
+ $dark-world-input-text-success: #000000;
65
+ $dark-world-input-text-warning: #000000;
66
+ $dark-world-input-text-info: #000000;
67
+ $dark-world-input-icon-default: #8c8c8c;
68
+ $dark-world-input-icon-hover: #6d6d6d;
69
+ $dark-world-input-icon-active: #595959;
70
+ $dark-world-input-icon-completed: #262626;
71
+ $dark-world-input-icon-error: #e70300;
72
+ $dark-world-input-icon-success: #2c9365;
73
+ $dark-world-input-icon-warning: #cc8103;
74
+ $dark-world-input-icon-info: #2658a9;
75
+ $dark-world-active-fill: #000000;
76
+ $dark-world-active-text: #ffffff;
77
+ $dark-world-active-border: #000000;
78
+ $dark-world-active-icon: #ffffff;
79
+ $dark-world-focus-border: #737373;
80
+ $dark-world-label-primary: #000000;
81
+ $dark-world-label-secondary: #262626;
82
+ $dark-world-label-channel: #268186;
83
+ $dark-world-label-callout: #ff403a;
84
+ $dark-world-flag-primary-fill: #000000;
85
+ $dark-world-flag-primary-text: #f2f2f2;
86
+ $dark-world-flag-primary-icon: #f2f2f2;
87
+ $dark-world-flag-secondary-text: #000000;
88
+ $dark-world-flag-secondary-icon: #000000;
89
+ $dark-world-flag-channel-fill: #9bc3c5;
90
+ $dark-world-flag-channel-text: #073131;
91
+ $dark-world-flag-channel-icon: #073131;
92
+ $dark-world-flag-callout-fill: #ff403a;
93
+ $dark-world-flag-callout-text: #000000;
94
+ $dark-world-flag-callout-icon: #000000;
95
+ $dark-world-interactive-primary-fill-default: #000000;
96
+ $dark-world-interactive-primary-fill-hover: #ffffff;
97
+ $dark-world-interactive-primary-fill-pressed: #ffffff;
98
+ $dark-world-interactive-primary-text-default: #ffffff;
99
+ $dark-world-interactive-primary-text-hover: #ffffff;
100
+ $dark-world-interactive-primary-text-pressed: #ffffff;
101
+ $dark-world-interactive-primary-icon-default: #ffffff;
102
+ $dark-world-interactive-primary-icon-hover: #ffffff;
103
+ $dark-world-interactive-primary-icon-pressed: #ffffff;
104
+ $dark-world-interactive-secondary-fill-default: #ffffff;
105
+ $dark-world-interactive-secondary-fill-hover: #262626;
106
+ $dark-world-interactive-secondary-fill-pressed: #333333;
107
+ $dark-world-interactive-secondary-border-default: #737373;
108
+ $dark-world-interactive-secondary-border-hover: #9d9d9d;
109
+ $dark-world-interactive-secondary-border-pressed: #a3a3a3;
110
+ $dark-world-interactive-secondary-text-default: #000000;
111
+ $dark-world-interactive-secondary-text-hover: #ffffff;
112
+ $dark-world-interactive-secondary-text-pressed: #ffffff;
113
+ $dark-world-interactive-secondary-icon-default: #000000;
114
+ $dark-world-interactive-secondary-icon-hover: #ffffff;
115
+ $dark-world-interactive-secondary-icon-pressed: #ffffff;
116
+ $dark-world-interactive-disabled-a: #d9d9d9;
117
+ $dark-world-interactive-disabled-b: #bfbfbf;
118
+ $dark-world-interactive-disabled-c: #a8a8a8;
119
+ $dark-world-interactive-negative-fill-default: #ffffff;
120
+ $dark-world-interactive-negative-fill-hover: #000000;
121
+ $dark-world-interactive-negative-fill-pressed: #000000;
122
+ $dark-world-interactive-negative-border-default: #ff8883;
123
+ $dark-world-interactive-negative-border-hover: #c40300;
124
+ $dark-world-interactive-negative-border-pressed: #b90200;
125
+ $dark-world-interactive-negative-text-default: #ff8883;
126
+ $dark-world-interactive-negative-text-hover: #c40300;
127
+ $dark-world-interactive-negative-text-pressed: #b90200;
128
+ $dark-world-interactive-negative-icon-default: #ff8883;
129
+ $dark-world-interactive-negative-icon-hover: #c40300;
130
+ $dark-world-interactive-negative-icon-pressed: #b90200;
131
+ $dark-world-interactive-link-secondary-text-default: #737373;
132
+ $dark-world-interactive-link-secondary-text-hover: #777777;
133
+ $dark-world-interactive-link-secondary-text-pressed: #707070;
134
+ $dark-world-interactive-link-secondary-text-visited: #9a9a9a;
135
+ $dark-world-interactive-link-secondary-icon-default: #737373;
136
+ $dark-world-interactive-link-secondary-icon-hover: #777777;
137
+ $dark-world-interactive-link-secondary-icon-pressed: #707070;
138
+ $dark-world-interactive-link-secondary-icon-visited: #9a9a9a;
139
+ $dark-world-interactive-link-secondary-underline-default: #737373;
140
+ $dark-world-interactive-link-secondary-underline-hover: #9d9d9d;
141
+ $dark-world-interactive-link-secondary-underline-pressed: #a3a3a3;
142
+ $dark-world-interactive-link-secondary-underline-visited: #7e7e7e;
143
+ $dark-world-interactive-link-primary-text-default: #000000;
144
+ $dark-world-interactive-link-primary-text-hover: #d9d9d9;
145
+ $dark-world-interactive-link-primary-text-pressed: #cccccc;
146
+ $dark-world-interactive-link-primary-text-visited: #ffffff;
147
+ $dark-world-interactive-link-primary-icon-default: #000000;
148
+ $dark-world-interactive-link-primary-icon-hover: #d9d9d9;
149
+ $dark-world-interactive-link-primary-icon-pressed: #cccccc;
150
+ $dark-world-interactive-link-primary-icon-visited: #ffffff;
151
+ $dark-world-interactive-link-primary-underline-default: #000000;
152
+ $dark-world-interactive-link-primary-underline-hover: #ffffff;
153
+ $dark-world-interactive-link-primary-underline-pressed: #ffffff;
154
+ $dark-world-interactive-link-primary-underline-visited: #e6e6e6;
155
+ $dark-world-interactive-chip-primary-on-fill-default: #000000;
156
+ $dark-world-interactive-chip-primary-on-fill-hover: #d9d9d9;
157
+ $dark-world-interactive-chip-primary-on-fill-pressed: #cccccc;
158
+ $dark-world-interactive-chip-primary-on-text-default: #ffffff;
159
+ $dark-world-interactive-chip-primary-on-text-hover: #000000;
160
+ $dark-world-interactive-chip-primary-on-text-pressed: #000000;
161
+ $dark-world-interactive-chip-primary-on-icon-default: #ffffff;
162
+ $dark-world-interactive-chip-primary-on-icon-hover: #000000;
163
+ $dark-world-interactive-chip-primary-on-icon-pressed: #000000;
164
+ $dark-world-interactive-chip-primary-off-fill-default: #ffffff;
165
+ $dark-world-interactive-chip-primary-off-fill-hover: #000000;
166
+ $dark-world-interactive-chip-primary-off-fill-pressed: #000000;
167
+ $dark-world-interactive-chip-primary-off-text-default: #000000;
168
+ $dark-world-interactive-chip-primary-off-text-hover: #d9d9d9;
169
+ $dark-world-interactive-chip-primary-off-text-pressed: #cccccc;
170
+ $dark-world-interactive-chip-primary-off-icon-default: #000000;
171
+ $dark-world-interactive-chip-primary-off-icon-hover: #d9d9d9;
172
+ $dark-world-interactive-chip-primary-off-icon-pressed: #cccccc;
173
+ $dark-world-interactive-chip-primary-off-border-default: #000000;
174
+ $dark-world-interactive-chip-primary-off-border-hover: #d9d9d9;
175
+ $dark-world-interactive-chip-primary-off-border-pressed: #cccccc;
176
+ $dark-world-interactive-chip-secondary-on-text-default: #000000;
177
+ $dark-world-interactive-chip-secondary-on-text-hover: #d9d9d9;
178
+ $dark-world-interactive-chip-secondary-on-text-pressed: #cccccc;
179
+ $dark-world-interactive-chip-secondary-on-fill-default: #d9d9d9;
180
+ $dark-world-interactive-chip-secondary-on-fill-hover: #202020;
181
+ $dark-world-interactive-chip-secondary-on-fill-pressed: #1e1e1e;
182
+ $dark-world-interactive-chip-secondary-on-border-default: #737373;
183
+ $dark-world-interactive-chip-secondary-on-border-hover: #777777;
184
+ $dark-world-interactive-chip-secondary-on-border-pressed: #707070;
185
+ $dark-world-interactive-chip-secondary-on-icon-default: #000000;
186
+ $dark-world-interactive-chip-secondary-on-icon-hover: #d9d9d9;
187
+ $dark-world-interactive-chip-secondary-on-icon-pressed: #cccccc;
188
+ $dark-world-interactive-chip-secondary-off-fill-default: #d9d9d9;
189
+ $dark-world-interactive-chip-secondary-off-fill-hover: #202020;
190
+ $dark-world-interactive-chip-secondary-off-fill-pressed: #1e1e1e;
191
+ $dark-world-interactive-chip-secondary-off-text-default: #595959;
192
+ $dark-world-interactive-chip-secondary-off-text-hover: #8d8d8d;
193
+ $dark-world-interactive-chip-secondary-off-text-pressed: #858585;
194
+ $dark-world-interactive-chip-secondary-off-icon-default: #595959;
195
+ $dark-world-interactive-chip-secondary-off-icon-hover: #8d8d8d;
196
+ $dark-world-interactive-chip-secondary-off-icon-pressed: #858585;
197
+ $dark-world-interactive-chip-channel-secondary-off-fill-default: #073131;
198
+ $dark-world-interactive-chip-channel-secondary-off-fill-hover: #062a2a;
199
+ $dark-world-interactive-chip-channel-secondary-off-fill-pressed: #062727;
200
+ $dark-world-interactive-chip-channel-secondary-off-text-default: #085358;
201
+ $dark-world-interactive-chip-channel-secondary-off-text-hover: #589395;
202
+ $dark-world-interactive-chip-channel-secondary-off-text-pressed: #538a8c;
203
+ $dark-world-interactive-chip-channel-secondary-off-icon-default: #085358;
204
+ $dark-world-interactive-chip-channel-secondary-off-icon-hover: #589395;
205
+ $dark-world-interactive-chip-channel-secondary-off-icon-pressed: #538a8c;
206
+ $dark-world-interactive-chip-channel-secondary-on-border-default: #085358;
207
+ $dark-world-interactive-chip-channel-secondary-on-border-hover: #589395;
208
+ $dark-world-interactive-chip-channel-secondary-on-border-pressed: #538a8c;
209
+ $dark-world-interactive-chip-channel-secondary-on-fill-default: #e4edf0;
210
+ $dark-world-interactive-chip-channel-secondary-on-fill-hover: #062a2a;
211
+ $dark-world-interactive-chip-channel-secondary-on-fill-pressed: #062727;
212
+ $dark-world-interactive-chip-channel-secondary-on-text-default: #000000;
213
+ $dark-world-interactive-chip-channel-secondary-on-text-hover: #d9d9d9;
214
+ $dark-world-interactive-chip-channel-secondary-on-text-pressed: #cccccc;
215
+ $dark-world-interactive-chip-channel-secondary-on-icon-default: #000000;
216
+ $dark-world-interactive-chip-channel-secondary-on-icon-hover: #d9d9d9;
217
+ $dark-world-interactive-chip-channel-secondary-on-icon-pressed: #cccccc;
218
+ $dark-world-interactive-chip-channel-primary-off-fill-default: #f4f7f7;
219
+ $dark-world-interactive-chip-channel-primary-off-fill-hover: #051416;
220
+ $dark-world-interactive-chip-channel-primary-off-fill-pressed: #051215;
221
+ $dark-world-interactive-chip-channel-primary-off-text-default: #073131;
222
+ $dark-world-interactive-chip-channel-primary-off-text-hover: #71a8ac;
223
+ $dark-world-interactive-chip-channel-primary-off-text-pressed: #66a1a5;
224
+ $dark-world-interactive-chip-channel-primary-off-icon-default: #073131;
225
+ $dark-world-interactive-chip-channel-primary-off-icon-hover: #71a8ac;
226
+ $dark-world-interactive-chip-channel-primary-off-icon-pressed: #66a1a5;
227
+ $dark-world-interactive-chip-channel-primary-off-border-default: #9bc3c5;
228
+ $dark-world-interactive-chip-channel-primary-off-border-hover: #045256;
229
+ $dark-world-interactive-chip-channel-primary-off-border-pressed: #044d51;
230
+ $dark-world-interactive-chip-channel-primary-on-fill-default: #9bc3c5;
231
+ $dark-world-interactive-chip-channel-primary-on-fill-hover: #045256;
232
+ $dark-world-interactive-chip-channel-primary-on-fill-pressed: #044d51;
233
+ $dark-world-interactive-chip-channel-primary-on-text-default: #000000;
234
+ $dark-world-interactive-chip-channel-primary-on-text-hover: #d9d9d9;
235
+ $dark-world-interactive-chip-channel-primary-on-text-pressed: #cccccc;
236
+ $dark-world-interactive-chip-channel-primary-on-icon-default: #000000;
237
+ $dark-world-interactive-chip-channel-primary-on-icon-hover: #d9d9d9;
238
+ $dark-world-interactive-chip-channel-primary-on-icon-pressed: #cccccc;
239
+ $dark-world-toast-fill-info: #6788c4;
240
+ $dark-world-toast-fill-success: #a9d8be;
241
+ $dark-world-toast-fill-warning: #ffcd8b;
242
+ $dark-world-toast-fill-error: #ff9f98;
243
+ $dark-world-toast-icon-info: #0b2c62;
244
+ $dark-world-toast-icon-success: #1b5339;
245
+ $dark-world-toast-icon-warning: #7e520d;
246
+ $dark-world-toast-icon-error: #670909;
247
+ $dark-world-toast-text-info: #000000;
248
+ $dark-world-toast-text-success: #000000;
249
+ $dark-world-toast-text-error: #000000;
250
+ $dark-world-toast-text-warning: #ffffff;
251
+ $dark-world-toast-link-info-default: #000000;
252
+ $dark-world-toast-link-info-hover: #d9d9d9;
253
+ $dark-world-toast-link-info-pressed: #cccccc;
254
+ $dark-world-toast-link-success-default: #000000;
255
+ $dark-world-toast-link-success-hover: #d9d9d9;
256
+ $dark-world-toast-link-success-pressed: #cccccc;
257
+ $dark-world-toast-link-error-default: #000000;
258
+ $dark-world-toast-link-error-hover: #d9d9d9;
259
+ $dark-world-toast-link-error-pressed: #cccccc;
260
+ $dark-world-toast-link-warning-default: #ffffff;
261
+ $dark-world-toast-link-warning-hover: #000000;
262
+ $dark-world-toast-link-warning-pressed: #000000;
263
+ $dark-world-messaging-fill-error: #ffefef;
264
+ $dark-world-messaging-fill-success: #f1f8f5;
265
+ $dark-world-messaging-fill-warning: #fff7ef;
266
+ $dark-world-messaging-fill-info: #eff2f8;
267
+ $dark-world-messaging-border-error: #e70300;
268
+ $dark-world-messaging-border-success: #2c9365;
269
+ $dark-world-messaging-border-warning: #ffba5b;
270
+ $dark-world-messaging-border-info: #0d4391;
271
+ $dark-world-messaging-icon-error: #e70300;
272
+ $dark-world-messaging-icon-success: #2c9365;
273
+ $dark-world-messaging-icon-warning: #ffba5b;
274
+ $dark-world-messaging-icon-info: #0d4391;
275
+ $dark-world-messaging-link-text-default: #000000;
276
+ $dark-world-messaging-link-text-hover: #d9d9d9;
277
+ $dark-world-messaging-link-text-pressed: #cccccc;
278
+ $dark-world-messaging-link-text-visited: #ffffff;
279
+ $dark-world-messaging-link-icon-default: #000000;
280
+ $dark-world-messaging-link-icon-hover: #d9d9d9;
281
+ $dark-world-messaging-link-icon-pressed: #cccccc;
282
+ $dark-world-messaging-link-icon-visited: #ffffff;
283
+ $dark-world-messaging-link-underline-default: #000000;
284
+ $dark-world-messaging-link-underline-hover: #ffffff;
285
+ $dark-world-messaging-link-underline-pressed: #ffffff;
286
+ $dark-world-messaging-link-underline-visited: #e6e6e6;
287
+ $dark-world-tooltip-fill: #000000;
288
+ $dark-world-tooltip-text: #ffffff;
289
+ $dark-world-tooltip-icon: #ffffff;