@times-design-system/theme-scss 1.5.0 → 1.6.0

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 (40) hide show
  1. package/README.md +89 -133
  2. package/dist/palettes/_brand-dark.scss +140 -166
  3. package/dist/palettes/_brand-light.scss +140 -160
  4. package/dist/palettes/_business-dark.scss +203 -167
  5. package/dist/palettes/_business-light.scss +195 -159
  6. package/dist/palettes/_channels-dark.scss +315 -279
  7. package/dist/palettes/_channels-light.scss +315 -279
  8. package/dist/palettes/_comment-dark.scss +204 -168
  9. package/dist/palettes/_comment-light.scss +195 -159
  10. package/dist/palettes/_core-dark.scss +189 -153
  11. package/dist/palettes/_core-light.scss +189 -156
  12. package/dist/palettes/_culture-dark.scss +203 -167
  13. package/dist/palettes/_culture-light.scss +195 -159
  14. package/dist/palettes/_dataVisualisation-dark.scss +196 -202
  15. package/dist/palettes/_dataVisualisation-light.scss +196 -202
  16. package/dist/palettes/_home-dark.scss +203 -167
  17. package/dist/palettes/_home-light.scss +195 -159
  18. package/dist/palettes/_ireland-dark.scss +204 -168
  19. package/dist/palettes/_ireland-light.scss +195 -159
  20. package/dist/palettes/_lifeAndStyle-dark.scss +204 -168
  21. package/dist/palettes/_lifeAndStyle-light.scss +195 -159
  22. package/dist/palettes/_marketing-dark.scss +10 -16
  23. package/dist/palettes/_marketing-light.scss +10 -16
  24. package/dist/palettes/_money-dark.scss +204 -168
  25. package/dist/palettes/_money-light.scss +195 -159
  26. package/dist/palettes/_obituaries-dark.scss +203 -167
  27. package/dist/palettes/_obituaries-light.scss +195 -159
  28. package/dist/palettes/_puzzles-dark.scss +204 -166
  29. package/dist/palettes/_puzzles-light.scss +195 -157
  30. package/dist/palettes/_sport-dark.scss +203 -167
  31. package/dist/palettes/_sport-light.scss +195 -159
  32. package/dist/palettes/_travel-dark.scss +204 -168
  33. package/dist/palettes/_travel-light.scss +195 -159
  34. package/dist/palettes/_uk-dark.scss +204 -168
  35. package/dist/palettes/_uk-light.scss +195 -159
  36. package/dist/palettes/_world-dark.scss +204 -168
  37. package/dist/palettes/_world-light.scss +195 -159
  38. package/dist/tds-layout.scss +1 -1
  39. package/dist/tds-typography.scss +40 -8
  40. package/package.json +2 -2
@@ -6,115 +6,89 @@ $tds-surface-level-3: #ffffff;
6
6
  $tds-surface-level-4: #ffffff;
7
7
  $tds-surface-inverse: #000000;
8
8
  $tds-surface-overlay: rgba(0, 0, 0, 0.45);
9
- $tds-surface-channel-high: #942364;
10
- $tds-surface-channel-medium: #a2a2a2;
11
- $tds-surface-channel-low: #ebebeb;
12
- $tds-surface-channel-static-dark: #181818;
13
- $tds-surface-channel-static-light: #ebebeb;
9
+ $tds-surface-channel-50: #fdfafb;
10
+ $tds-surface-channel-100: #f8eff3;
11
+ $tds-surface-channel-200: #dcb4c9;
12
+ $tds-surface-channel-300: #942364;
13
+ $tds-surface-channel-400: #681946;
14
+ $tds-surface-channel-500: #4a1232;
14
15
  $tds-surface-static-dark: #000000;
15
16
  $tds-surface-static-light: #ffffff;
16
- $tds-text-primary: #1a1a1a;
17
+ $tds-text-primary: #1a191a;
17
18
  $tds-text-secondary: #404040;
18
19
  $tds-text-tertiary: #737373;
19
20
  $tds-text-inverse-primary: #ffffff;
20
21
  $tds-text-inverse-secondary: #8c8c8c;
21
- $tds-text-channel-primary: #181818;
22
+ $tds-text-channel-primary: #681946;
22
23
  $tds-text-channel-secondary: #942364;
23
24
  $tds-text-static-dark: #000000;
24
25
  $tds-text-static-light: #ffffff;
25
- $tds-icon-primary: #1a1a1a;
26
+ $tds-icon-primary: #1a191a;
26
27
  $tds-icon-secondary: #404040;
27
28
  $tds-icon-tertiary: #737373;
28
29
  $tds-icon-inverse-primary: #ffffff;
29
30
  $tds-icon-inverse-secondary: #8c8c8c;
30
31
  $tds-icon-channel-primary: #942364;
31
- $tds-icon-channel-secondary: #2c2c2c;
32
- $tds-border-primary: #a6a6a6;
32
+ $tds-icon-channel-secondary: #a6477c;
33
+ $tds-border-primary: #a7a7a7;
33
34
  $tds-border-secondary: #cccccc;
34
- $tds-border-tertiary: #e6e6e6;
35
+ $tds-border-tertiary: #e6e5e6;
35
36
  $tds-border-inverse-primary: #ffffff;
36
37
  $tds-border-inverse-secondary: #8c8c8c;
37
- $tds-border-channel-primary: #282828;
38
- $tds-border-channel-secondary: #535353;
39
- $tds-border-channel-tertiary: #a2a2a2;
40
- $tds-border-elevation: #e6e6e6;
38
+ $tds-border-channel-primary: #9d3570;
39
+ $tds-border-channel-secondary: #bb729a;
40
+ $tds-border-channel-tertiary: #dcb4c9;
41
+ $tds-border-elevation: #e6e5e6;
41
42
  $tds-border-static-dark: #000000;
42
43
  $tds-border-static-light: #ffffff;
43
44
  $tds-input-fill-default: #ffffff;
44
- $tds-input-fill-error: #fff9f9;
45
- $tds-input-fill-hover: #e6e6e6;
45
+ $tds-input-fill-error: #fffaf9;
46
+ $tds-input-fill-hover: #e6e5e6;
46
47
  $tds-input-fill-active: #d9d9d9;
47
- $tds-input-fill-completed: #f4fafc;
48
- $tds-input-fill-success: #f4fafc;
49
- $tds-input-fill-warning: #f2fff6;
50
- $tds-input-fill-info: #f0f0f0;
48
+ $tds-input-fill-completed: #f6faf8;
49
+ $tds-input-fill-success: #f6faf8;
50
+ $tds-input-fill-warning: #fffaf5;
51
+ $tds-input-fill-info: #f4f6fb;
51
52
  $tds-input-border-default: #333333;
52
- $tds-input-border-error: #b30000;
53
+ $tds-input-border-error: #b30906;
53
54
  $tds-input-border-hover: #404040;
54
55
  $tds-input-border-active: #262626;
55
- $tds-input-border-completed: #3db2c5;
56
- $tds-input-border-success: #3db2c5;
57
- $tds-input-border-warning: #26ff68;
56
+ $tds-input-border-completed: #57b285;
57
+ $tds-input-border-success: #57b285;
58
+ $tds-input-border-warning: #ffb142;
58
59
  $tds-input-border-info: #0f4aa2;
59
60
  $tds-input-text-default: #737373;
60
- $tds-input-text-error: #800000;
61
+ $tds-input-text-error: #800a07;
61
62
  $tds-input-text-hover: #000000;
62
63
  $tds-input-text-active: #000000;
63
- $tds-input-text-completed: #1d5962;
64
- $tds-input-text-success: #1d5962;
65
- $tds-input-text-warning: #00992e;
66
- $tds-input-text-info: #090909;
64
+ $tds-input-text-completed: #1f6243;
65
+ $tds-input-text-success: #1f6243;
66
+ $tds-input-text-warning: #99620a;
67
+ $tds-input-text-info: #0b2c61;
67
68
  $tds-input-icon-default: #737373;
68
69
  $tds-input-icon-hover: #000000;
69
70
  $tds-input-icon-active: #000000;
70
- $tds-input-icon-completed: #1d5962;
71
- $tds-input-icon-error: #800000;
72
- $tds-input-icon-success: #1d5962;
73
- $tds-input-icon-warning: #00992e;
74
- $tds-input-icon-info: #090909;
75
- $tds-feedback-fill-error: #fff9f9;
76
- $tds-feedback-fill-success: #f4fafc;
77
- $tds-feedback-fill-warning: #f2fff6;
78
- $tds-feedback-fill-info: #f0f0f0;
79
- $tds-feedback-text-error: #800000;
80
- $tds-feedback-text-success: #1d5962;
81
- $tds-feedback-text-warning: #00992e;
82
- $tds-feedback-text-info: #090909;
83
- $tds-feedback-border-error: #b30000;
84
- $tds-feedback-border-success: #3db2c5;
85
- $tds-feedback-border-warning: #26ff68;
71
+ $tds-input-icon-completed: #1f6243;
72
+ $tds-input-icon-error: #800a07;
73
+ $tds-input-icon-success: #1f6243;
74
+ $tds-input-icon-warning: #99620a;
75
+ $tds-input-icon-info: #0b2c61;
76
+ $tds-feedback-fill-error: #fffaf9;
77
+ $tds-feedback-fill-success: #f6faf8;
78
+ $tds-feedback-fill-warning: #fffaf5;
79
+ $tds-feedback-fill-info: #f4f6fb;
80
+ $tds-feedback-text-error: #800a07;
81
+ $tds-feedback-text-success: #1f6243;
82
+ $tds-feedback-text-warning: #99620a;
83
+ $tds-feedback-text-info: #0b2c61;
84
+ $tds-feedback-border-error: #b30906;
85
+ $tds-feedback-border-success: #57b285;
86
+ $tds-feedback-border-warning: #ffb142;
86
87
  $tds-feedback-border-info: #0f4aa2;
87
- $tds-feedback-icon-error: #800000;
88
- $tds-feedback-icon-success: #1d5962;
89
- $tds-feedback-icon-warning: #00992e;
90
- $tds-feedback-icon-info: #090909;
91
- $tds-interactive-disabled-a: #d9d9d9;
92
- $tds-interactive-disabled-b: #bfbfbf;
93
- $tds-interactive-disabled-c: #a6a6a6;
94
- $tds-interactive-link-primary-icon-default: #005c8a;
95
- $tds-interactive-link-primary-icon-hover: #005c8a;
96
- $tds-interactive-link-primary-icon-pressed: #005c8a;
97
- $tds-interactive-link-primary-text-default: #005c8a;
98
- $tds-interactive-link-primary-text-hover: #005c8a;
99
- $tds-interactive-link-primary-text-pressed: #005c8a;
100
- $tds-interactive-link-secondary-icon-default: #1a1a1a;
101
- $tds-interactive-link-secondary-icon-hover: #1a1a1a;
102
- $tds-interactive-link-secondary-icon-pressed: #1a1a1a;
103
- $tds-interactive-link-secondary-text-default: #1a1a1a;
104
- $tds-interactive-link-secondary-text-hover: #1a1a1a;
105
- $tds-interactive-link-secondary-text-pressed: #1a1a1a;
106
- $tds-interactive-negative-fill-default: #ffffff;
107
- $tds-interactive-negative-fill-hover: #ffffff;
108
- $tds-interactive-negative-fill-pressed: #ffffff;
109
- $tds-interactive-negative-border-default: #cc0000;
110
- $tds-interactive-negative-border-hover: #cc0000;
111
- $tds-interactive-negative-border-pressed: #cc0000;
112
- $tds-interactive-negative-text-default: #cc0000;
113
- $tds-interactive-negative-text-hover: #cc0000;
114
- $tds-interactive-negative-text-pressed: #cc0000;
115
- $tds-interactive-negative-icon-default: #cc0000;
116
- $tds-interactive-negative-icon-hover: #cc0000;
117
- $tds-interactive-negative-icon-pressed: #cc0000;
88
+ $tds-feedback-icon-error: #800a07;
89
+ $tds-feedback-icon-success: #1f6243;
90
+ $tds-feedback-icon-warning: #99620a;
91
+ $tds-feedback-icon-info: #0b2c61;
118
92
  $tds-interactive-primary-fill-default: #005c8a;
119
93
  $tds-interactive-primary-fill-hover: #005c8a;
120
94
  $tds-interactive-primary-fill-pressed: #005c8a;
@@ -130,90 +104,152 @@ $tds-interactive-secondary-fill-pressed: #ffffff;
130
104
  $tds-interactive-secondary-border-default: #8c8c8c;
131
105
  $tds-interactive-secondary-border-hover: #8c8c8c;
132
106
  $tds-interactive-secondary-border-pressed: #8c8c8c;
133
- $tds-interactive-secondary-text-default: #1a1a1a;
134
- $tds-interactive-secondary-text-hover: #1a1a1a;
135
- $tds-interactive-secondary-text-pressed: #1a1a1a;
136
- $tds-interactive-secondary-icon-default: #1a1a1a;
137
- $tds-interactive-secondary-icon-hover: #1a1a1a;
138
- $tds-interactive-secondary-icon-pressed: #1a1a1a;
139
- $tds-interactive-chip-primary-solid-fill-default: #005c8a;
140
- $tds-interactive-chip-primary-solid-fill-hover: #005c8a;
141
- $tds-interactive-chip-primary-solid-fill-pressed: #005c8a;
142
- $tds-interactive-chip-primary-solid-text-default: #ffffff;
143
- $tds-interactive-chip-primary-solid-text-hover: #ffffff;
144
- $tds-interactive-chip-primary-solid-text-pressed: #ffffff;
145
- $tds-interactive-chip-primary-solid-icon-default: #ffffff;
146
- $tds-interactive-chip-primary-solid-icon-hover: #ffffff;
147
- $tds-interactive-chip-primary-solid-icon-pressed: #ffffff;
148
- $tds-interactive-chip-primary-outline-text-default: #005c8a;
149
- $tds-interactive-chip-primary-outline-text-hover: #005c8a;
150
- $tds-interactive-chip-primary-outline-text-pressed: #005c8a;
151
- $tds-interactive-chip-primary-outline-fill-default: #ffffff;
152
- $tds-interactive-chip-primary-outline-fill-hover: #ffffff;
153
- $tds-interactive-chip-primary-outline-fill-pressed: #ffffff;
154
- $tds-interactive-chip-primary-outline-border-default: #005c8a;
155
- $tds-interactive-chip-primary-outline-border-hover: #005c8a;
156
- $tds-interactive-chip-primary-outline-border-pressed: #005c8a;
157
- $tds-interactive-chip-primary-outline-icon-default: #005c8a;
158
- $tds-interactive-chip-primary-outline-icon-hover: #005c8a;
159
- $tds-interactive-chip-primary-outline-icon-pressed: #005c8a;
160
- $tds-interactive-chip-secondary-solid-fill-default: #1a1a1a;
161
- $tds-interactive-chip-secondary-solid-fill-hover: #1a1a1a;
162
- $tds-interactive-chip-secondary-solid-fill-pressed: #1a1a1a;
163
- $tds-interactive-chip-secondary-solid-text-default: #ffffff;
164
- $tds-interactive-chip-secondary-solid-text-hover: #ffffff;
165
- $tds-interactive-chip-secondary-solid-text-pressed: #ffffff;
166
- $tds-interactive-chip-secondary-solid-icon-default: #ffffff;
167
- $tds-interactive-chip-secondary-solid-icon-hover: #ffffff;
168
- $tds-interactive-chip-secondary-solid-icon-pressed: #ffffff;
169
- $tds-interactive-chip-secondary-outline-text-default: #1a1a1a;
170
- $tds-interactive-chip-secondary-outline-text-hover: #1a1a1a;
171
- $tds-interactive-chip-secondary-outline-text-pressed: #1a1a1a;
172
- $tds-interactive-chip-secondary-outline-fill-default: #ffffff;
173
- $tds-interactive-chip-secondary-outline-fill-hover: #ffffff;
174
- $tds-interactive-chip-secondary-outline-fill-pressed: #ffffff;
175
- $tds-interactive-chip-secondary-outline-border-default: #1a1a1a;
176
- $tds-interactive-chip-secondary-outline-border-hover: #1a1a1a;
177
- $tds-interactive-chip-secondary-outline-border-pressed: #1a1a1a;
178
- $tds-interactive-chip-secondary-outline-icon-default: #1a1a1a;
179
- $tds-interactive-chip-secondary-outline-icon-hover: #1a1a1a;
180
- $tds-interactive-chip-secondary-outline-icon-pressed: #1a1a1a;
181
- $tds-interactive-chip-tertiary-fill-default: #e6e6e6;
182
- $tds-interactive-chip-tertiary-fill-hover: #d9d9d9;
183
- $tds-interactive-chip-tertiary-fill-pressed: #d9d9d9;
184
- $tds-interactive-chip-tertiary-text-default: #005c8a;
185
- $tds-interactive-chip-tertiary-text-hover: #595959;
186
- $tds-interactive-chip-tertiary-text-pressed: #595959;
187
- $tds-interactive-chip-tertiary-icon-default: #595959;
188
- $tds-interactive-chip-tertiary-icon-hover: #595959;
189
- $tds-interactive-chip-tertiary-icon-pressed: #595959;
190
- $tds-selection-background: #000000;
191
- $tds-selection-text: #f2f2f2;
192
- $tds-selected-fill-default: #000000;
193
- $tds-selected-fill-hover: #000000;
194
- $tds-selected-fill-pressed: #000000;
195
- $tds-selected-text-default: #ffffff;
196
- $tds-selected-text-hover: #ffffff;
197
- $tds-selected-text-pressed: #ffffff;
198
- $tds-selected-border-default: #000000;
199
- $tds-selected-border-hover: #000000;
200
- $tds-selected-border-pressed: #000000;
201
- $tds-selected-icon-default: #ffffff;
202
- $tds-selected-icon-hover: #ffffff;
203
- $tds-selected-icon-pressed: #ffffff;
107
+ $tds-interactive-secondary-text-default: #1a191a;
108
+ $tds-interactive-secondary-text-hover: #1a191a;
109
+ $tds-interactive-secondary-text-pressed: #1a191a;
110
+ $tds-interactive-secondary-icon-default: #1a191a;
111
+ $tds-interactive-secondary-icon-hover: #1a191a;
112
+ $tds-interactive-secondary-icon-pressed: #1a191a;
113
+ $tds-interactive-disabled-a: #d9d9d9;
114
+ $tds-interactive-disabled-b: #bfbfbf;
115
+ $tds-interactive-disabled-c: #a7a7a7;
116
+ $tds-interactive-negative-fill-default: #ffffff;
117
+ $tds-interactive-negative-fill-hover: #ffffff;
118
+ $tds-interactive-negative-fill-pressed: #ffffff;
119
+ $tds-interactive-negative-border-default: #cc0705;
120
+ $tds-interactive-negative-border-hover: #cc0705;
121
+ $tds-interactive-negative-border-pressed: #cc0705;
122
+ $tds-interactive-negative-text-default: #cc0705;
123
+ $tds-interactive-negative-text-hover: #cc0705;
124
+ $tds-interactive-negative-text-pressed: #cc0705;
125
+ $tds-interactive-negative-icon-default: #cc0705;
126
+ $tds-interactive-negative-icon-hover: #cc0705;
127
+ $tds-interactive-negative-icon-pressed: #cc0705;
128
+ $tds-interactive-link-primary-text-default: #286c96;
129
+ $tds-interactive-link-primary-text-hover: #286c96;
130
+ $tds-interactive-link-primary-text-pressed: #286c96;
131
+ $tds-interactive-link-primary-text-visited: #286c96;
132
+ $tds-interactive-link-primary-icon-default: #286c96;
133
+ $tds-interactive-link-primary-icon-hover: #286c96;
134
+ $tds-interactive-link-primary-icon-pressed: #286c96;
135
+ $tds-interactive-link-primary-icon-visited: #286c96;
136
+ $tds-interactive-link-primary-underline-default: #286c96;
137
+ $tds-interactive-link-primary-underline-hover: #286c96;
138
+ $tds-interactive-link-primary-underline-pressed: #286c96;
139
+ $tds-interactive-link-primary-underline-visited: #286c96;
140
+ $tds-interactive-link-secondary-text-default: #1a191a;
141
+ $tds-interactive-link-secondary-text-hover: #1a191a;
142
+ $tds-interactive-link-secondary-text-pressed: #1a191a;
143
+ $tds-interactive-link-secondary-text-visited: #1a191a;
144
+ $tds-interactive-link-secondary-icon-default: #1a191a;
145
+ $tds-interactive-link-secondary-icon-hover: #1a191a;
146
+ $tds-interactive-link-secondary-icon-pressed: #1a191a;
147
+ $tds-interactive-link-secondary-icon-visited: #1a191a;
148
+ $tds-interactive-link-secondary-underline-default: #1a191a;
149
+ $tds-interactive-link-secondary-underline-hover: #1a191a;
150
+ $tds-interactive-link-secondary-underline-pressed: #1a191a;
151
+ $tds-interactive-link-secondary-underline-visited: #1a191a;
152
+ $tds-interactive-chip-primary-on-fill-default: #005c8a;
153
+ $tds-interactive-chip-primary-on-fill-hover: #005c8a;
154
+ $tds-interactive-chip-primary-on-fill-pressed: #005c8a;
155
+ $tds-interactive-chip-primary-on-text-default: #ffffff;
156
+ $tds-interactive-chip-primary-on-text-hover: #ffffff;
157
+ $tds-interactive-chip-primary-on-text-pressed: #ffffff;
158
+ $tds-interactive-chip-primary-on-icon-default: #ffffff;
159
+ $tds-interactive-chip-primary-on-icon-hover: #ffffff;
160
+ $tds-interactive-chip-primary-on-icon-pressed: #ffffff;
161
+ $tds-interactive-chip-primary-off-fill-default: #f2f2f2;
162
+ $tds-interactive-chip-primary-off-fill-hover: #f2f2f2;
163
+ $tds-interactive-chip-primary-off-fill-pressed: #f2f2f2;
164
+ $tds-interactive-chip-primary-off-text-default: #005c8a;
165
+ $tds-interactive-chip-primary-off-text-hover: #005c8a;
166
+ $tds-interactive-chip-primary-off-text-pressed: #005c8a;
167
+ $tds-interactive-chip-primary-off-icon-default: #005c8a;
168
+ $tds-interactive-chip-primary-off-icon-hover: #005c8a;
169
+ $tds-interactive-chip-primary-off-icon-pressed: #005c8a;
170
+ $tds-interactive-chip-primary-off-border-default: #005c8a;
171
+ $tds-interactive-chip-primary-off-border-hover: #005c8a;
172
+ $tds-interactive-chip-primary-off-border-pressed: #005c8a;
173
+ $tds-interactive-chip-secondary-on-text-default: #1a191a;
174
+ $tds-interactive-chip-secondary-on-text-hover: #1a191a;
175
+ $tds-interactive-chip-secondary-on-text-pressed: #1a191a;
176
+ $tds-interactive-chip-secondary-on-fill-default: #ffffff;
177
+ $tds-interactive-chip-secondary-on-fill-hover: #ffffff;
178
+ $tds-interactive-chip-secondary-on-fill-pressed: #ffffff;
179
+ $tds-interactive-chip-secondary-on-border-default: #8c8c8c;
180
+ $tds-interactive-chip-secondary-on-border-hover: #8c8c8c;
181
+ $tds-interactive-chip-secondary-on-border-pressed: #8c8c8c;
182
+ $tds-interactive-chip-secondary-on-icon-default: #1a191a;
183
+ $tds-interactive-chip-secondary-on-icon-hover: #1a191a;
184
+ $tds-interactive-chip-secondary-on-icon-pressed: #1a191a;
185
+ $tds-interactive-chip-secondary-off-fill-default: #f2f2f2;
186
+ $tds-interactive-chip-secondary-off-fill-hover: #f2f2f2;
187
+ $tds-interactive-chip-secondary-off-fill-pressed: #f2f2f2;
188
+ $tds-interactive-chip-secondary-off-text-default: #404040;
189
+ $tds-interactive-chip-secondary-off-text-hover: #404040;
190
+ $tds-interactive-chip-secondary-off-text-pressed: #404040;
191
+ $tds-interactive-chip-secondary-off-icon-default: #404040;
192
+ $tds-interactive-chip-secondary-off-icon-hover: #404040;
193
+ $tds-interactive-chip-secondary-off-icon-pressed: #404040;
194
+ $tds-interactive-chip-channel-secondary-on-fill-default: #fdfafb;
195
+ $tds-interactive-chip-channel-secondary-on-fill-hover: #fdfafb;
196
+ $tds-interactive-chip-channel-secondary-on-fill-pressed: #fdfafb;
197
+ $tds-interactive-chip-channel-secondary-on-text-default: #942364;
198
+ $tds-interactive-chip-channel-secondary-on-text-hover: #942364;
199
+ $tds-interactive-chip-channel-secondary-on-text-pressed: #942364;
200
+ $tds-interactive-chip-channel-secondary-on-icon-default: #942364;
201
+ $tds-interactive-chip-channel-secondary-on-icon-hover: #942364;
202
+ $tds-interactive-chip-channel-secondary-on-icon-pressed: #942364;
203
+ $tds-interactive-chip-channel-secondary-on-border-default: #942364;
204
+ $tds-interactive-chip-channel-secondary-on-border-hover: #942364;
205
+ $tds-interactive-chip-channel-secondary-on-border-pressed: #942364;
206
+ $tds-interactive-chip-channel-secondary-off-fill-default: #f8eff3;
207
+ $tds-interactive-chip-channel-secondary-off-fill-hover: #f8eff3;
208
+ $tds-interactive-chip-channel-secondary-off-fill-pressed: #f8eff3;
209
+ $tds-interactive-chip-channel-secondary-off-text-default: #681946;
210
+ $tds-interactive-chip-channel-secondary-off-text-hover: #681946;
211
+ $tds-interactive-chip-channel-secondary-off-text-pressed: #681946;
212
+ $tds-interactive-chip-channel-secondary-off-icon-default: #681946;
213
+ $tds-interactive-chip-channel-secondary-off-icon-hover: #681946;
214
+ $tds-interactive-chip-channel-secondary-off-icon-pressed: #681946;
215
+ $tds-interactive-chip-channel-primary-on-fill-default: #942364;
216
+ $tds-interactive-chip-channel-primary-on-fill-hover: #942364;
217
+ $tds-interactive-chip-channel-primary-on-fill-pressed: #942364;
218
+ $tds-interactive-chip-channel-primary-on-text-default: #ffffff;
219
+ $tds-interactive-chip-channel-primary-on-text-hover: #ffffff;
220
+ $tds-interactive-chip-channel-primary-on-text-pressed: #ffffff;
221
+ $tds-interactive-chip-channel-primary-on-icon-default: #ffffff;
222
+ $tds-interactive-chip-channel-primary-on-icon-hover: #ffffff;
223
+ $tds-interactive-chip-channel-primary-on-icon-pressed: #ffffff;
224
+ $tds-interactive-chip-channel-primary-off-fill-default: #f8eff3;
225
+ $tds-interactive-chip-channel-primary-off-fill-hover: #f8eff3;
226
+ $tds-interactive-chip-channel-primary-off-fill-pressed: #f8eff3;
227
+ $tds-interactive-chip-channel-primary-off-text-default: #4a1232;
228
+ $tds-interactive-chip-channel-primary-off-text-hover: #4a1232;
229
+ $tds-interactive-chip-channel-primary-off-text-pressed: #4a1232;
230
+ $tds-interactive-chip-channel-primary-off-icon-default: #4a1232;
231
+ $tds-interactive-chip-channel-primary-off-icon-hover: #4a1232;
232
+ $tds-interactive-chip-channel-primary-off-icon-pressed: #4a1232;
233
+ $tds-interactive-chip-channel-primary-off-border-default: #dcb4c9;
234
+ $tds-interactive-chip-channel-primary-off-border-hover: #dcb4c9;
235
+ $tds-interactive-chip-channel-primary-off-border-pressed: #dcb4c9;
204
236
  $tds-active-fill: #000000;
205
237
  $tds-active-text: #ffffff;
206
238
  $tds-active-border: #000000;
207
239
  $tds-active-icon: #ffffff;
208
240
  $tds-focus-border: #737373;
209
- $tds-tag-filled-live-fill: #b30000;
210
- $tds-tag-filled-live-text: #ffffff;
211
- $tds-tag-filled-primary-fill: #942364;
212
- $tds-tag-filled-primary-text: #ffffff;
213
- $tds-tag-filled-secondary-border: #f2f2f2;
214
- $tds-tag-filled-secondary-fill: #f2f2f2;
215
- $tds-tag-filled-secondary-text: #f2f2f2;
216
- $tds-tag-inline-live-text: #b30000;
217
- $tds-tag-inline-primary-text: #942364;
218
- $tds-tag-inline-secondary-text: #f2f2f2;
219
- $tds-tag-channel-text: #535353;
241
+ $tds-label-primary: #1a191a;
242
+ $tds-label-secondary: #737373;
243
+ $tds-label-channel: #bb729a;
244
+ $tds-label-callout: #b30906;
245
+ $tds-flag-primary-fill: #000000;
246
+ $tds-flag-primary-text: #f2f2f2;
247
+ $tds-flag-primary-icon: #f2f2f2;
248
+ $tds-flag-secondary-text: #1a191a;
249
+ $tds-flag-secondary-icon: #1a191a;
250
+ $tds-flag-channel-fill: #dcb4c9;
251
+ $tds-flag-channel-text: #4a1232;
252
+ $tds-flag-channel-icon: #4a1232;
253
+ $tds-flag-callout-fill: #b30906;
254
+ $tds-flag-callout-text: #ffffff;
255
+ $tds-flag-callout-icon: #ffffff;