@times-design-system/theme-scss 1.4.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.
- package/README.md +89 -133
- package/dist/palettes/_brand-dark.scss +140 -166
- package/dist/palettes/_brand-light.scss +140 -166
- package/dist/palettes/_business-dark.scss +207 -100
- package/dist/palettes/_business-light.scss +202 -95
- package/dist/palettes/_channels-dark.scss +315 -279
- package/dist/palettes/_channels-light.scss +315 -279
- package/dist/palettes/_comment-dark.scss +208 -101
- package/dist/palettes/_comment-light.scss +202 -95
- package/dist/palettes/_core-dark.scss +198 -91
- package/dist/palettes/_core-light.scss +195 -88
- package/dist/palettes/_culture-dark.scss +207 -100
- package/dist/palettes/_culture-light.scss +202 -95
- package/dist/palettes/_dataVisualisation-dark.scss +196 -202
- package/dist/palettes/_dataVisualisation-light.scss +196 -202
- package/dist/palettes/_home-dark.scss +207 -100
- package/dist/palettes/_home-light.scss +202 -95
- package/dist/palettes/_ireland-dark.scss +208 -101
- package/dist/palettes/_ireland-light.scss +202 -95
- package/dist/palettes/_lifeAndStyle-dark.scss +208 -101
- package/dist/palettes/_lifeAndStyle-light.scss +202 -95
- package/dist/palettes/_marketing-dark.scss +10 -16
- package/dist/palettes/_marketing-light.scss +10 -16
- package/dist/palettes/_money-dark.scss +208 -101
- package/dist/palettes/_money-light.scss +202 -95
- package/dist/palettes/_obituaries-dark.scss +207 -100
- package/dist/palettes/_obituaries-light.scss +202 -95
- package/dist/palettes/_puzzles-dark.scss +208 -99
- package/dist/palettes/_puzzles-light.scss +202 -93
- package/dist/palettes/_sport-dark.scss +207 -100
- package/dist/palettes/_sport-light.scss +202 -95
- package/dist/palettes/_travel-dark.scss +208 -101
- package/dist/palettes/_travel-light.scss +202 -95
- package/dist/palettes/_uk-dark.scss +208 -101
- package/dist/palettes/_uk-light.scss +202 -95
- package/dist/palettes/_world-dark.scss +208 -101
- package/dist/palettes/_world-light.scss +202 -95
- package/dist/tds-layout.scss +1 -1
- package/dist/tds-typography.scss +223 -335
- package/package.json +2 -2
|
@@ -6,143 +6,250 @@ $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-
|
|
10
|
-
$tds-surface-channel-
|
|
11
|
-
$tds-surface-channel-
|
|
9
|
+
$tds-surface-channel-50: #fafcfd;
|
|
10
|
+
$tds-surface-channel-100: #f0f5f9;
|
|
11
|
+
$tds-surface-channel-200: #b8d0e3;
|
|
12
|
+
$tds-surface-channel-300: #2c79ad;
|
|
13
|
+
$tds-surface-channel-400: #205579;
|
|
14
|
+
$tds-surface-channel-500: #173d57;
|
|
12
15
|
$tds-surface-static-dark: #000000;
|
|
13
16
|
$tds-surface-static-light: #ffffff;
|
|
14
|
-
$tds-text-primary: #
|
|
17
|
+
$tds-text-primary: #1a191a;
|
|
15
18
|
$tds-text-secondary: #404040;
|
|
16
19
|
$tds-text-tertiary: #737373;
|
|
17
20
|
$tds-text-inverse-primary: #ffffff;
|
|
18
21
|
$tds-text-inverse-secondary: #8c8c8c;
|
|
19
|
-
$tds-text-channel-primary: #
|
|
22
|
+
$tds-text-channel-primary: #205579;
|
|
20
23
|
$tds-text-channel-secondary: #2c79ad;
|
|
21
24
|
$tds-text-static-dark: #000000;
|
|
22
25
|
$tds-text-static-light: #ffffff;
|
|
23
|
-
$tds-icon-primary: #
|
|
26
|
+
$tds-icon-primary: #1a191a;
|
|
24
27
|
$tds-icon-secondary: #404040;
|
|
25
28
|
$tds-icon-tertiary: #737373;
|
|
26
29
|
$tds-icon-inverse-primary: #ffffff;
|
|
27
30
|
$tds-icon-inverse-secondary: #8c8c8c;
|
|
28
31
|
$tds-icon-channel-primary: #2c79ad;
|
|
29
|
-
$tds-icon-channel-secondary: #
|
|
30
|
-
$tds-border-primary: #
|
|
32
|
+
$tds-icon-channel-secondary: #286d9c;
|
|
33
|
+
$tds-border-primary: #a7a7a7;
|
|
31
34
|
$tds-border-secondary: #cccccc;
|
|
32
|
-
$tds-border-tertiary: #
|
|
35
|
+
$tds-border-tertiary: #e6e5e6;
|
|
33
36
|
$tds-border-inverse-primary: #ffffff;
|
|
34
37
|
$tds-border-inverse-secondary: #8c8c8c;
|
|
35
|
-
$tds-border-channel-primary: #
|
|
36
|
-
$tds-border-channel-secondary: #
|
|
37
|
-
$tds-border-channel-tertiary: #
|
|
38
|
-
$tds-border-elevation: #
|
|
38
|
+
$tds-border-channel-primary: #3f83b3;
|
|
39
|
+
$tds-border-channel-secondary: #79a7ca;
|
|
40
|
+
$tds-border-channel-tertiary: #b8d0e3;
|
|
41
|
+
$tds-border-elevation: #e6e5e6;
|
|
39
42
|
$tds-border-static-dark: #000000;
|
|
40
43
|
$tds-border-static-light: #ffffff;
|
|
41
44
|
$tds-input-fill-default: #ffffff;
|
|
42
|
-
$tds-input-fill-error: #
|
|
43
|
-
$tds-input-fill-hover: #
|
|
45
|
+
$tds-input-fill-error: #fffaf9;
|
|
46
|
+
$tds-input-fill-hover: #e6e5e6;
|
|
44
47
|
$tds-input-fill-active: #d9d9d9;
|
|
45
|
-
$tds-input-fill-completed: #
|
|
46
|
-
$tds-input-fill-success: #
|
|
47
|
-
$tds-input-fill-warning: #
|
|
48
|
-
$tds-input-fill-info: #
|
|
48
|
+
$tds-input-fill-completed: #f6faf8;
|
|
49
|
+
$tds-input-fill-success: #f6faf8;
|
|
50
|
+
$tds-input-fill-warning: #fffaf5;
|
|
51
|
+
$tds-input-fill-info: #f4f6fb;
|
|
49
52
|
$tds-input-border-default: #333333;
|
|
50
|
-
$tds-input-border-error: #
|
|
53
|
+
$tds-input-border-error: #b30906;
|
|
51
54
|
$tds-input-border-hover: #404040;
|
|
52
55
|
$tds-input-border-active: #262626;
|
|
53
|
-
$tds-input-border-completed: #
|
|
54
|
-
$tds-input-border-success: #
|
|
55
|
-
$tds-input-border-warning: #
|
|
56
|
+
$tds-input-border-completed: #57b285;
|
|
57
|
+
$tds-input-border-success: #57b285;
|
|
58
|
+
$tds-input-border-warning: #ffb142;
|
|
56
59
|
$tds-input-border-info: #0f4aa2;
|
|
57
60
|
$tds-input-text-default: #737373;
|
|
58
|
-
$tds-input-text-error: #
|
|
61
|
+
$tds-input-text-error: #800a07;
|
|
59
62
|
$tds-input-text-hover: #000000;
|
|
60
63
|
$tds-input-text-active: #000000;
|
|
61
|
-
$tds-input-text-completed: #
|
|
62
|
-
$tds-input-text-success: #
|
|
63
|
-
$tds-input-text-warning: #
|
|
64
|
-
$tds-input-text-info: #
|
|
64
|
+
$tds-input-text-completed: #1f6243;
|
|
65
|
+
$tds-input-text-success: #1f6243;
|
|
66
|
+
$tds-input-text-warning: #99620a;
|
|
67
|
+
$tds-input-text-info: #0b2c61;
|
|
65
68
|
$tds-input-icon-default: #737373;
|
|
66
69
|
$tds-input-icon-hover: #000000;
|
|
67
70
|
$tds-input-icon-active: #000000;
|
|
68
|
-
$tds-input-icon-completed: #
|
|
69
|
-
$tds-input-icon-error: #
|
|
70
|
-
$tds-input-icon-success: #
|
|
71
|
-
$tds-input-icon-warning: #
|
|
72
|
-
$tds-input-icon-info: #
|
|
73
|
-
$tds-feedback-fill-error: #
|
|
74
|
-
$tds-feedback-fill-success: #
|
|
75
|
-
$tds-feedback-fill-warning: #
|
|
76
|
-
$tds-feedback-fill-info: #
|
|
77
|
-
$tds-feedback-text-error: #
|
|
78
|
-
$tds-feedback-text-success: #
|
|
79
|
-
$tds-feedback-text-warning: #
|
|
80
|
-
$tds-feedback-text-info: #
|
|
81
|
-
$tds-feedback-border-error: #
|
|
82
|
-
$tds-feedback-border-success: #
|
|
83
|
-
$tds-feedback-border-warning: #
|
|
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;
|
|
84
87
|
$tds-feedback-border-info: #0f4aa2;
|
|
85
|
-
$tds-feedback-icon-error: #
|
|
86
|
-
$tds-feedback-icon-success: #
|
|
87
|
-
$tds-feedback-icon-warning: #
|
|
88
|
-
$tds-feedback-icon-info: #
|
|
88
|
+
$tds-feedback-icon-error: #800a07;
|
|
89
|
+
$tds-feedback-icon-success: #1f6243;
|
|
90
|
+
$tds-feedback-icon-warning: #99620a;
|
|
91
|
+
$tds-feedback-icon-info: #0b2c61;
|
|
89
92
|
$tds-interactive-primary-fill-default: #005c8a;
|
|
90
93
|
$tds-interactive-primary-fill-hover: #005c8a;
|
|
91
94
|
$tds-interactive-primary-fill-pressed: #005c8a;
|
|
92
|
-
$tds-interactive-primary-text-default: #
|
|
93
|
-
$tds-interactive-primary-text-hover: #
|
|
94
|
-
$tds-interactive-primary-text-pressed: #
|
|
95
|
-
$tds-interactive-primary-icon-default: #
|
|
96
|
-
$tds-interactive-primary-icon-hover: #
|
|
97
|
-
$tds-interactive-primary-icon-pressed: #
|
|
95
|
+
$tds-interactive-primary-text-default: #ffffff;
|
|
96
|
+
$tds-interactive-primary-text-hover: #ffffff;
|
|
97
|
+
$tds-interactive-primary-text-pressed: #ffffff;
|
|
98
|
+
$tds-interactive-primary-icon-default: #ffffff;
|
|
99
|
+
$tds-interactive-primary-icon-hover: #ffffff;
|
|
100
|
+
$tds-interactive-primary-icon-pressed: #ffffff;
|
|
98
101
|
$tds-interactive-secondary-fill-default: #ffffff;
|
|
99
102
|
$tds-interactive-secondary-fill-hover: #ffffff;
|
|
100
103
|
$tds-interactive-secondary-fill-pressed: #ffffff;
|
|
101
|
-
$tds-interactive-secondary-border-default: #
|
|
102
|
-
$tds-interactive-secondary-border-hover: #
|
|
103
|
-
$tds-interactive-secondary-border-pressed: #
|
|
104
|
-
$tds-interactive-secondary-text-default: #
|
|
105
|
-
$tds-interactive-secondary-text-hover: #
|
|
106
|
-
$tds-interactive-secondary-text-pressed: #
|
|
107
|
-
$tds-interactive-secondary-icon-default: #
|
|
108
|
-
$tds-interactive-secondary-icon-hover: #
|
|
109
|
-
$tds-interactive-secondary-icon-pressed: #
|
|
104
|
+
$tds-interactive-secondary-border-default: #8c8c8c;
|
|
105
|
+
$tds-interactive-secondary-border-hover: #8c8c8c;
|
|
106
|
+
$tds-interactive-secondary-border-pressed: #8c8c8c;
|
|
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;
|
|
110
113
|
$tds-interactive-disabled-a: #d9d9d9;
|
|
111
114
|
$tds-interactive-disabled-b: #bfbfbf;
|
|
112
|
-
$tds-interactive-disabled-c: #
|
|
113
|
-
$tds-interactive-
|
|
114
|
-
$tds-interactive-
|
|
115
|
-
$tds-interactive-
|
|
116
|
-
$tds-interactive-
|
|
117
|
-
$tds-interactive-
|
|
118
|
-
$tds-interactive-
|
|
119
|
-
$tds-
|
|
120
|
-
$tds-
|
|
121
|
-
$tds-
|
|
122
|
-
$tds-
|
|
123
|
-
$tds-
|
|
124
|
-
$tds-
|
|
125
|
-
$tds-
|
|
126
|
-
$tds-
|
|
127
|
-
$tds-
|
|
128
|
-
$tds-
|
|
129
|
-
$tds-
|
|
130
|
-
$tds-
|
|
131
|
-
$tds-
|
|
132
|
-
$tds-
|
|
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: #fafcfd;
|
|
195
|
+
$tds-interactive-chip-channel-secondary-on-fill-hover: #fafcfd;
|
|
196
|
+
$tds-interactive-chip-channel-secondary-on-fill-pressed: #fafcfd;
|
|
197
|
+
$tds-interactive-chip-channel-secondary-on-text-default: #2c79ad;
|
|
198
|
+
$tds-interactive-chip-channel-secondary-on-text-hover: #2c79ad;
|
|
199
|
+
$tds-interactive-chip-channel-secondary-on-text-pressed: #2c79ad;
|
|
200
|
+
$tds-interactive-chip-channel-secondary-on-icon-default: #2c79ad;
|
|
201
|
+
$tds-interactive-chip-channel-secondary-on-icon-hover: #2c79ad;
|
|
202
|
+
$tds-interactive-chip-channel-secondary-on-icon-pressed: #2c79ad;
|
|
203
|
+
$tds-interactive-chip-channel-secondary-on-border-default: #2c79ad;
|
|
204
|
+
$tds-interactive-chip-channel-secondary-on-border-hover: #2c79ad;
|
|
205
|
+
$tds-interactive-chip-channel-secondary-on-border-pressed: #2c79ad;
|
|
206
|
+
$tds-interactive-chip-channel-secondary-off-fill-default: #f0f5f9;
|
|
207
|
+
$tds-interactive-chip-channel-secondary-off-fill-hover: #f0f5f9;
|
|
208
|
+
$tds-interactive-chip-channel-secondary-off-fill-pressed: #f0f5f9;
|
|
209
|
+
$tds-interactive-chip-channel-secondary-off-text-default: #205579;
|
|
210
|
+
$tds-interactive-chip-channel-secondary-off-text-hover: #205579;
|
|
211
|
+
$tds-interactive-chip-channel-secondary-off-text-pressed: #205579;
|
|
212
|
+
$tds-interactive-chip-channel-secondary-off-icon-default: #205579;
|
|
213
|
+
$tds-interactive-chip-channel-secondary-off-icon-hover: #205579;
|
|
214
|
+
$tds-interactive-chip-channel-secondary-off-icon-pressed: #205579;
|
|
215
|
+
$tds-interactive-chip-channel-primary-on-fill-default: #2c79ad;
|
|
216
|
+
$tds-interactive-chip-channel-primary-on-fill-hover: #2c79ad;
|
|
217
|
+
$tds-interactive-chip-channel-primary-on-fill-pressed: #2c79ad;
|
|
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: #f0f5f9;
|
|
225
|
+
$tds-interactive-chip-channel-primary-off-fill-hover: #f0f5f9;
|
|
226
|
+
$tds-interactive-chip-channel-primary-off-fill-pressed: #f0f5f9;
|
|
227
|
+
$tds-interactive-chip-channel-primary-off-text-default: #173d57;
|
|
228
|
+
$tds-interactive-chip-channel-primary-off-text-hover: #173d57;
|
|
229
|
+
$tds-interactive-chip-channel-primary-off-text-pressed: #173d57;
|
|
230
|
+
$tds-interactive-chip-channel-primary-off-icon-default: #173d57;
|
|
231
|
+
$tds-interactive-chip-channel-primary-off-icon-hover: #173d57;
|
|
232
|
+
$tds-interactive-chip-channel-primary-off-icon-pressed: #173d57;
|
|
233
|
+
$tds-interactive-chip-channel-primary-off-border-default: #b8d0e3;
|
|
234
|
+
$tds-interactive-chip-channel-primary-off-border-hover: #b8d0e3;
|
|
235
|
+
$tds-interactive-chip-channel-primary-off-border-pressed: #b8d0e3;
|
|
133
236
|
$tds-active-fill: #000000;
|
|
134
237
|
$tds-active-text: #ffffff;
|
|
135
238
|
$tds-active-border: #000000;
|
|
136
239
|
$tds-active-icon: #ffffff;
|
|
137
240
|
$tds-focus-border: #737373;
|
|
138
|
-
$tds-
|
|
139
|
-
$tds-
|
|
140
|
-
$tds-
|
|
141
|
-
$tds-
|
|
142
|
-
$tds-
|
|
143
|
-
$tds-
|
|
144
|
-
$tds-
|
|
145
|
-
$tds-
|
|
146
|
-
$tds-
|
|
147
|
-
$tds-
|
|
148
|
-
$tds-
|
|
241
|
+
$tds-label-primary: #1a191a;
|
|
242
|
+
$tds-label-secondary: #737373;
|
|
243
|
+
$tds-label-channel: #79a7ca;
|
|
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: #b8d0e3;
|
|
251
|
+
$tds-flag-channel-text: #173d57;
|
|
252
|
+
$tds-flag-channel-icon: #173d57;
|
|
253
|
+
$tds-flag-callout-fill: #b30906;
|
|
254
|
+
$tds-flag-callout-text: #ffffff;
|
|
255
|
+
$tds-flag-callout-icon: #ffffff;
|