@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
|
@@ -1,14 +1,17 @@
|
|
|
1
1
|
$tds-surface-undercanvas: #1a1a1a;
|
|
2
|
-
$tds-surface-canvas: #
|
|
2
|
+
$tds-surface-canvas: #000000;
|
|
3
3
|
$tds-surface-level-1: #0d0d0d;
|
|
4
4
|
$tds-surface-level-2: #1a1a1a;
|
|
5
5
|
$tds-surface-level-3: #262626;
|
|
6
6
|
$tds-surface-level-4: #1a1a1a;
|
|
7
7
|
$tds-surface-inverse: #ffffff;
|
|
8
8
|
$tds-surface-overlay: rgba(0, 0, 0, 0.55);
|
|
9
|
-
$tds-surface-channel-
|
|
10
|
-
$tds-surface-channel-
|
|
11
|
-
$tds-surface-channel-
|
|
9
|
+
$tds-surface-channel-50: #040c0b;
|
|
10
|
+
$tds-surface-channel-100: #071816;
|
|
11
|
+
$tds-surface-channel-200: #0d312d;
|
|
12
|
+
$tds-surface-channel-300: #375a56;
|
|
13
|
+
$tds-surface-channel-400: #65807d;
|
|
14
|
+
$tds-surface-channel-500: #8a9e9c;
|
|
12
15
|
$tds-surface-static-dark: #000000;
|
|
13
16
|
$tds-surface-static-light: #ffffff;
|
|
14
17
|
$tds-text-primary: #ffffff;
|
|
@@ -16,8 +19,8 @@ $tds-text-secondary: #d9d9d9;
|
|
|
16
19
|
$tds-text-tertiary: #a6a6a6;
|
|
17
20
|
$tds-text-inverse-primary: #000000;
|
|
18
21
|
$tds-text-inverse-secondary: #737373;
|
|
19
|
-
$tds-text-channel-primary: #
|
|
20
|
-
$tds-text-channel-secondary: #
|
|
22
|
+
$tds-text-channel-primary: #65807d;
|
|
23
|
+
$tds-text-channel-secondary: #375a56;
|
|
21
24
|
$tds-text-static-dark: #000000;
|
|
22
25
|
$tds-text-static-light: #ffffff;
|
|
23
26
|
$tds-icon-primary: #ffffff;
|
|
@@ -25,124 +28,228 @@ $tds-icon-secondary: #d9d9d9;
|
|
|
25
28
|
$tds-icon-tertiary: #a6a6a6;
|
|
26
29
|
$tds-icon-inverse-primary: #000000;
|
|
27
30
|
$tds-icon-inverse-secondary: #737373;
|
|
28
|
-
$tds-icon-channel-primary: #
|
|
29
|
-
$tds-icon-channel-secondary: #
|
|
30
|
-
$tds-border-primary: #
|
|
31
|
+
$tds-icon-channel-primary: #0e3732;
|
|
32
|
+
$tds-icon-channel-secondary: #1d4742;
|
|
33
|
+
$tds-border-primary: #585858;
|
|
31
34
|
$tds-border-secondary: #333333;
|
|
32
35
|
$tds-border-tertiary: #1a1a1a;
|
|
33
36
|
$tds-border-inverse-primary: #000000;
|
|
34
37
|
$tds-border-inverse-secondary: #737373;
|
|
35
|
-
$tds-border-channel-primary: #
|
|
36
|
-
$tds-border-channel-secondary: #
|
|
37
|
-
$tds-border-channel-tertiary: #
|
|
38
|
+
$tds-border-channel-primary: #0e3732;
|
|
39
|
+
$tds-border-channel-secondary: #0a2522;
|
|
40
|
+
$tds-border-channel-tertiary: #071816;
|
|
38
41
|
$tds-border-elevation: #333333;
|
|
39
42
|
$tds-border-static-dark: #000000;
|
|
40
43
|
$tds-border-static-light: #ffffff;
|
|
41
|
-
$tds-tag-filled-live-fill: #ff0000;
|
|
42
|
-
$tds-tag-filled-live-text: #0d0d0d;
|
|
43
|
-
$tds-tag-filled-primary-fill: #202083;
|
|
44
|
-
$tds-tag-filled-primary-text: #0d0d0d;
|
|
45
|
-
$tds-tag-filled-secondary-border: #0d0d0d;
|
|
46
|
-
$tds-tag-filled-secondary-fill: #0d0d0d;
|
|
47
|
-
$tds-tag-filled-secondary-text: #0d0d0d;
|
|
48
|
-
$tds-tag-inline-live-text: #ff0000;
|
|
49
|
-
$tds-tag-inline-primary-text: #202083;
|
|
50
|
-
$tds-tag-inline-secondary-text: #0d0d0d;
|
|
51
|
-
$tds-tag-channel-text: #0f3d38;
|
|
52
44
|
$tds-input-fill-default: #000000;
|
|
53
|
-
$tds-input-fill-error: #
|
|
45
|
+
$tds-input-fill-error: #1a0403;
|
|
54
46
|
$tds-input-fill-hover: #1a1a1a;
|
|
55
47
|
$tds-input-fill-active: #262626;
|
|
56
|
-
$tds-input-fill-completed: #
|
|
57
|
-
$tds-input-fill-success: #
|
|
58
|
-
$tds-input-fill-warning: #
|
|
59
|
-
$tds-input-fill-info: #
|
|
48
|
+
$tds-input-fill-completed: #8cc9a9;
|
|
49
|
+
$tds-input-fill-success: #07100b;
|
|
50
|
+
$tds-input-fill-warning: #1a1004;
|
|
51
|
+
$tds-input-fill-info: #030710;
|
|
60
52
|
$tds-input-border-default: #8c8c8c;
|
|
61
|
-
$tds-input-border-error: #
|
|
62
|
-
$tds-input-border-hover: #
|
|
53
|
+
$tds-input-border-error: #ff5a53;
|
|
54
|
+
$tds-input-border-hover: #585858;
|
|
63
55
|
$tds-input-border-active: #737373;
|
|
64
|
-
$tds-input-border-completed: #
|
|
65
|
-
$tds-input-border-success: #
|
|
66
|
-
$tds-input-border-warning: #
|
|
67
|
-
$tds-input-border-info: #
|
|
56
|
+
$tds-input-border-completed: #62b68c;
|
|
57
|
+
$tds-input-border-success: #6dbb93;
|
|
58
|
+
$tds-input-border-warning: #ffba5c;
|
|
59
|
+
$tds-input-border-info: #5177ba;
|
|
68
60
|
$tds-input-text-default: #a6a6a6;
|
|
69
|
-
$tds-input-text-error: #
|
|
61
|
+
$tds-input-text-error: #ff5a53;
|
|
70
62
|
$tds-input-text-hover: #ffffff;
|
|
71
63
|
$tds-input-text-active: #ffffff;
|
|
72
|
-
$tds-input-text-completed: #
|
|
73
|
-
$tds-input-text-success: #
|
|
74
|
-
$tds-input-text-warning: #
|
|
75
|
-
$tds-input-text-info: #
|
|
64
|
+
$tds-input-text-completed: #0c2116;
|
|
65
|
+
$tds-input-text-success: #6dbb93;
|
|
66
|
+
$tds-input-text-warning: #ffba5c;
|
|
67
|
+
$tds-input-text-info: #5177ba;
|
|
76
68
|
$tds-input-icon-default: #a6a6a6;
|
|
77
69
|
$tds-input-icon-hover: #ffffff;
|
|
78
70
|
$tds-input-icon-active: #ffffff;
|
|
79
|
-
$tds-input-icon-completed: #
|
|
80
|
-
$tds-input-icon-error: #
|
|
81
|
-
$tds-input-icon-success: #
|
|
82
|
-
$tds-input-icon-warning: #
|
|
83
|
-
$tds-input-icon-info: #
|
|
84
|
-
$tds-feedback-fill-error: #
|
|
85
|
-
$tds-feedback-fill-success: #
|
|
86
|
-
$tds-feedback-fill-warning: #
|
|
87
|
-
$tds-feedback-fill-info: #
|
|
88
|
-
$tds-feedback-text-error: #
|
|
89
|
-
$tds-feedback-text-success: #
|
|
90
|
-
$tds-feedback-text-warning: #
|
|
91
|
-
$tds-feedback-text-info: #
|
|
92
|
-
$tds-feedback-border-error: #
|
|
93
|
-
$tds-feedback-border-success: #
|
|
94
|
-
$tds-feedback-border-warning: #
|
|
95
|
-
$tds-feedback-border-info: #
|
|
96
|
-
$tds-feedback-icon-error: #
|
|
97
|
-
$tds-feedback-icon-success: #
|
|
98
|
-
$tds-feedback-icon-warning: #
|
|
99
|
-
$tds-feedback-icon-info: #
|
|
100
|
-
$tds-
|
|
101
|
-
$tds-
|
|
102
|
-
$tds-
|
|
103
|
-
$tds-
|
|
104
|
-
$tds-
|
|
105
|
-
$tds-
|
|
106
|
-
$tds-
|
|
107
|
-
$tds-
|
|
108
|
-
$tds-
|
|
71
|
+
$tds-input-icon-completed: #0c2116;
|
|
72
|
+
$tds-input-icon-error: #ff5a53;
|
|
73
|
+
$tds-input-icon-success: #6dbb93;
|
|
74
|
+
$tds-input-icon-warning: #ffba5c;
|
|
75
|
+
$tds-input-icon-info: #5177ba;
|
|
76
|
+
$tds-feedback-fill-error: #1a0403;
|
|
77
|
+
$tds-feedback-fill-success: #07100b;
|
|
78
|
+
$tds-feedback-fill-warning: #1a1004;
|
|
79
|
+
$tds-feedback-fill-info: #030710;
|
|
80
|
+
$tds-feedback-text-error: #ff5a53;
|
|
81
|
+
$tds-feedback-text-success: #6dbb93;
|
|
82
|
+
$tds-feedback-text-warning: #ffba5c;
|
|
83
|
+
$tds-feedback-text-info: #5177ba;
|
|
84
|
+
$tds-feedback-border-error: #ff5a53;
|
|
85
|
+
$tds-feedback-border-success: #6dbb93;
|
|
86
|
+
$tds-feedback-border-warning: #ffba5c;
|
|
87
|
+
$tds-feedback-border-info: #5177ba;
|
|
88
|
+
$tds-feedback-icon-error: #ff5a53;
|
|
89
|
+
$tds-feedback-icon-success: #6dbb93;
|
|
90
|
+
$tds-feedback-icon-warning: #ffba5c;
|
|
91
|
+
$tds-feedback-icon-info: #5177ba;
|
|
92
|
+
$tds-active-fill: #ffffff;
|
|
93
|
+
$tds-active-text: #000000;
|
|
94
|
+
$tds-active-border: #ffffff;
|
|
95
|
+
$tds-active-icon: #000000;
|
|
96
|
+
$tds-focus-border: #8c8c8c;
|
|
97
|
+
$tds-label-primary: #ffffff;
|
|
98
|
+
$tds-label-secondary: #d9d9d9;
|
|
99
|
+
$tds-label-channel: #375a56;
|
|
100
|
+
$tds-label-callout: #b30906;
|
|
101
|
+
$tds-flag-primary-fill: #ffffff;
|
|
102
|
+
$tds-flag-primary-text: #0d0d0d;
|
|
103
|
+
$tds-flag-primary-icon: #0d0d0d;
|
|
104
|
+
$tds-flag-secondary-text: #ffffff;
|
|
105
|
+
$tds-flag-secondary-icon: #ffffff;
|
|
106
|
+
$tds-flag-channel-fill: #0d312d;
|
|
107
|
+
$tds-flag-channel-text: #8a9e9c;
|
|
108
|
+
$tds-flag-channel-icon: #8a9e9c;
|
|
109
|
+
$tds-flag-callout-fill: #b30906;
|
|
110
|
+
$tds-flag-callout-text: #ffffff;
|
|
111
|
+
$tds-flag-callout-icon: #ffffff;
|
|
112
|
+
$tds-interactive-primary-fill-default: #ffffff;
|
|
113
|
+
$tds-interactive-primary-fill-hover: #ffffff;
|
|
114
|
+
$tds-interactive-primary-fill-pressed: #ffffff;
|
|
115
|
+
$tds-interactive-primary-text-default: #000000;
|
|
116
|
+
$tds-interactive-primary-text-hover: #000000;
|
|
117
|
+
$tds-interactive-primary-text-pressed: #000000;
|
|
118
|
+
$tds-interactive-primary-icon-default: #000000;
|
|
119
|
+
$tds-interactive-primary-icon-hover: #000000;
|
|
120
|
+
$tds-interactive-primary-icon-pressed: #000000;
|
|
109
121
|
$tds-interactive-secondary-fill-default: #000000;
|
|
110
122
|
$tds-interactive-secondary-fill-hover: #000000;
|
|
111
123
|
$tds-interactive-secondary-fill-pressed: #000000;
|
|
112
124
|
$tds-interactive-secondary-border-default: #8c8c8c;
|
|
113
125
|
$tds-interactive-secondary-border-hover: #8c8c8c;
|
|
114
126
|
$tds-interactive-secondary-border-pressed: #8c8c8c;
|
|
115
|
-
$tds-interactive-secondary-text-default: #
|
|
116
|
-
$tds-interactive-secondary-text-hover: #
|
|
117
|
-
$tds-interactive-secondary-text-pressed: #
|
|
118
|
-
$tds-interactive-secondary-icon-default: #
|
|
119
|
-
$tds-interactive-secondary-icon-hover: #
|
|
120
|
-
$tds-interactive-secondary-icon-pressed: #
|
|
127
|
+
$tds-interactive-secondary-text-default: #ffffff;
|
|
128
|
+
$tds-interactive-secondary-text-hover: #ffffff;
|
|
129
|
+
$tds-interactive-secondary-text-pressed: #ffffff;
|
|
130
|
+
$tds-interactive-secondary-icon-default: #ffffff;
|
|
131
|
+
$tds-interactive-secondary-icon-hover: #ffffff;
|
|
132
|
+
$tds-interactive-secondary-icon-pressed: #ffffff;
|
|
121
133
|
$tds-interactive-disabled-a: #262626;
|
|
122
134
|
$tds-interactive-disabled-b: #404040;
|
|
123
|
-
$tds-interactive-disabled-c: #
|
|
124
|
-
$tds-interactive-
|
|
125
|
-
$tds-interactive-
|
|
126
|
-
$tds-interactive-
|
|
127
|
-
$tds-interactive-
|
|
128
|
-
$tds-interactive-
|
|
129
|
-
$tds-interactive-
|
|
130
|
-
$tds-
|
|
131
|
-
$tds-
|
|
132
|
-
$tds-
|
|
133
|
-
$tds-
|
|
134
|
-
$tds-
|
|
135
|
-
$tds-
|
|
136
|
-
$tds-
|
|
137
|
-
$tds-
|
|
138
|
-
$tds-
|
|
139
|
-
$tds-
|
|
140
|
-
$tds-
|
|
141
|
-
$tds-
|
|
142
|
-
$tds-
|
|
143
|
-
$tds-
|
|
144
|
-
$tds-
|
|
145
|
-
$tds-
|
|
146
|
-
$tds-
|
|
147
|
-
$tds-
|
|
148
|
-
$tds-
|
|
135
|
+
$tds-interactive-disabled-c: #585858;
|
|
136
|
+
$tds-interactive-negative-fill-default: #000000;
|
|
137
|
+
$tds-interactive-negative-fill-hover: #000000;
|
|
138
|
+
$tds-interactive-negative-fill-pressed: #000000;
|
|
139
|
+
$tds-interactive-negative-border-default: #e60403;
|
|
140
|
+
$tds-interactive-negative-border-hover: #e60403;
|
|
141
|
+
$tds-interactive-negative-border-pressed: #e60403;
|
|
142
|
+
$tds-interactive-negative-text-default: #e60403;
|
|
143
|
+
$tds-interactive-negative-text-hover: #e60403;
|
|
144
|
+
$tds-interactive-negative-text-pressed: #e60403;
|
|
145
|
+
$tds-interactive-negative-icon-default: #e60403;
|
|
146
|
+
$tds-interactive-negative-icon-hover: #e60403;
|
|
147
|
+
$tds-interactive-negative-icon-pressed: #e60403;
|
|
148
|
+
$tds-interactive-link-secondary-text-default: #8c8c8c;
|
|
149
|
+
$tds-interactive-link-secondary-text-hover: #8c8c8c;
|
|
150
|
+
$tds-interactive-link-secondary-text-pressed: #8c8c8c;
|
|
151
|
+
$tds-interactive-link-secondary-text-visited: #8c8c8c;
|
|
152
|
+
$tds-interactive-link-secondary-icon-default: #8c8c8c;
|
|
153
|
+
$tds-interactive-link-secondary-icon-hover: #8c8c8c;
|
|
154
|
+
$tds-interactive-link-secondary-icon-pressed: #8c8c8c;
|
|
155
|
+
$tds-interactive-link-secondary-icon-visited: #8c8c8c;
|
|
156
|
+
$tds-interactive-link-secondary-underline-default: #8c8c8c;
|
|
157
|
+
$tds-interactive-link-secondary-underline-hover: #8c8c8c;
|
|
158
|
+
$tds-interactive-link-secondary-underline-pressed: #8c8c8c;
|
|
159
|
+
$tds-interactive-link-secondary-underline-visited: #8c8c8c;
|
|
160
|
+
$tds-interactive-link-primary-text-default: #ffffff;
|
|
161
|
+
$tds-interactive-link-primary-text-hover: #ffffff;
|
|
162
|
+
$tds-interactive-link-primary-text-pressed: #ffffff;
|
|
163
|
+
$tds-interactive-link-primary-text-visited: #ffffff;
|
|
164
|
+
$tds-interactive-link-primary-icon-default: #ffffff;
|
|
165
|
+
$tds-interactive-link-primary-icon-hover: #ffffff;
|
|
166
|
+
$tds-interactive-link-primary-icon-pressed: #ffffff;
|
|
167
|
+
$tds-interactive-link-primary-icon-visited: #ffffff;
|
|
168
|
+
$tds-interactive-link-primary-underline-default: #ffffff;
|
|
169
|
+
$tds-interactive-link-primary-underline-hover: #ffffff;
|
|
170
|
+
$tds-interactive-link-primary-underline-pressed: #ffffff;
|
|
171
|
+
$tds-interactive-link-primary-underline-visited: #ffffff;
|
|
172
|
+
$tds-interactive-chip-primary-on-fill-default: #ffffff;
|
|
173
|
+
$tds-interactive-chip-primary-on-fill-hover: #ffffff;
|
|
174
|
+
$tds-interactive-chip-primary-on-fill-pressed: #ffffff;
|
|
175
|
+
$tds-interactive-chip-primary-on-text-default: #000000;
|
|
176
|
+
$tds-interactive-chip-primary-on-text-hover: #000000;
|
|
177
|
+
$tds-interactive-chip-primary-on-text-pressed: #000000;
|
|
178
|
+
$tds-interactive-chip-primary-on-icon-default: #000000;
|
|
179
|
+
$tds-interactive-chip-primary-on-icon-hover: #000000;
|
|
180
|
+
$tds-interactive-chip-primary-on-icon-pressed: #000000;
|
|
181
|
+
$tds-interactive-chip-primary-off-fill-default: #000000;
|
|
182
|
+
$tds-interactive-chip-primary-off-fill-hover: #000000;
|
|
183
|
+
$tds-interactive-chip-primary-off-fill-pressed: #000000;
|
|
184
|
+
$tds-interactive-chip-primary-off-text-default: #ffffff;
|
|
185
|
+
$tds-interactive-chip-primary-off-text-hover: #ffffff;
|
|
186
|
+
$tds-interactive-chip-primary-off-text-pressed: #ffffff;
|
|
187
|
+
$tds-interactive-chip-primary-off-icon-default: #ffffff;
|
|
188
|
+
$tds-interactive-chip-primary-off-icon-hover: #ffffff;
|
|
189
|
+
$tds-interactive-chip-primary-off-icon-pressed: #ffffff;
|
|
190
|
+
$tds-interactive-chip-primary-off-border-default: #ffffff;
|
|
191
|
+
$tds-interactive-chip-primary-off-border-hover: #ffffff;
|
|
192
|
+
$tds-interactive-chip-primary-off-border-pressed: #ffffff;
|
|
193
|
+
$tds-interactive-chip-secondary-on-text-default: #ffffff;
|
|
194
|
+
$tds-interactive-chip-secondary-on-text-hover: #ffffff;
|
|
195
|
+
$tds-interactive-chip-secondary-on-text-pressed: #ffffff;
|
|
196
|
+
$tds-interactive-chip-secondary-on-fill-default: #262626;
|
|
197
|
+
$tds-interactive-chip-secondary-on-fill-hover: #262626;
|
|
198
|
+
$tds-interactive-chip-secondary-on-fill-pressed: #262626;
|
|
199
|
+
$tds-interactive-chip-secondary-on-border-default: #8c8c8c;
|
|
200
|
+
$tds-interactive-chip-secondary-on-border-hover: #8c8c8c;
|
|
201
|
+
$tds-interactive-chip-secondary-on-border-pressed: #8c8c8c;
|
|
202
|
+
$tds-interactive-chip-secondary-on-icon-default: #ffffff;
|
|
203
|
+
$tds-interactive-chip-secondary-on-icon-hover: #ffffff;
|
|
204
|
+
$tds-interactive-chip-secondary-on-icon-pressed: #ffffff;
|
|
205
|
+
$tds-interactive-chip-secondary-off-fill-default: #262626;
|
|
206
|
+
$tds-interactive-chip-secondary-off-fill-hover: #262626;
|
|
207
|
+
$tds-interactive-chip-secondary-off-fill-pressed: #262626;
|
|
208
|
+
$tds-interactive-chip-secondary-off-text-default: #a6a6a6;
|
|
209
|
+
$tds-interactive-chip-secondary-off-text-hover: #a6a6a6;
|
|
210
|
+
$tds-interactive-chip-secondary-off-text-pressed: #a6a6a6;
|
|
211
|
+
$tds-interactive-chip-secondary-off-icon-default: #a6a6a6;
|
|
212
|
+
$tds-interactive-chip-secondary-off-icon-hover: #a6a6a6;
|
|
213
|
+
$tds-interactive-chip-secondary-off-icon-pressed: #a6a6a6;
|
|
214
|
+
$tds-interactive-chip-channel-secondary-off-fill-default: #071816;
|
|
215
|
+
$tds-interactive-chip-channel-secondary-off-fill-hover: #071816;
|
|
216
|
+
$tds-interactive-chip-channel-secondary-off-fill-pressed: #071816;
|
|
217
|
+
$tds-interactive-chip-channel-secondary-off-text-default: #65807d;
|
|
218
|
+
$tds-interactive-chip-channel-secondary-off-text-hover: #65807d;
|
|
219
|
+
$tds-interactive-chip-channel-secondary-off-text-pressed: #65807d;
|
|
220
|
+
$tds-interactive-chip-channel-secondary-off-icon-default: #65807d;
|
|
221
|
+
$tds-interactive-chip-channel-secondary-off-icon-hover: #65807d;
|
|
222
|
+
$tds-interactive-chip-channel-secondary-off-icon-pressed: #65807d;
|
|
223
|
+
$tds-interactive-chip-channel-secondary-on-border-default: #65807d;
|
|
224
|
+
$tds-interactive-chip-channel-secondary-on-border-hover: #65807d;
|
|
225
|
+
$tds-interactive-chip-channel-secondary-on-border-pressed: #65807d;
|
|
226
|
+
$tds-interactive-chip-channel-secondary-on-fill-default: #071816;
|
|
227
|
+
$tds-interactive-chip-channel-secondary-on-fill-hover: #071816;
|
|
228
|
+
$tds-interactive-chip-channel-secondary-on-fill-pressed: #071816;
|
|
229
|
+
$tds-interactive-chip-channel-secondary-on-text-default: #ffffff;
|
|
230
|
+
$tds-interactive-chip-channel-secondary-on-text-hover: #ffffff;
|
|
231
|
+
$tds-interactive-chip-channel-secondary-on-text-pressed: #ffffff;
|
|
232
|
+
$tds-interactive-chip-channel-secondary-on-icon-default: #ffffff;
|
|
233
|
+
$tds-interactive-chip-channel-secondary-on-icon-hover: #ffffff;
|
|
234
|
+
$tds-interactive-chip-channel-secondary-on-icon-pressed: #ffffff;
|
|
235
|
+
$tds-interactive-chip-channel-primary-off-fill-default: #040c0b;
|
|
236
|
+
$tds-interactive-chip-channel-primary-off-fill-hover: #040c0b;
|
|
237
|
+
$tds-interactive-chip-channel-primary-off-fill-pressed: #040c0b;
|
|
238
|
+
$tds-interactive-chip-channel-primary-off-text-default: #8a9e9c;
|
|
239
|
+
$tds-interactive-chip-channel-primary-off-text-hover: #8a9e9c;
|
|
240
|
+
$tds-interactive-chip-channel-primary-off-text-pressed: #8a9e9c;
|
|
241
|
+
$tds-interactive-chip-channel-primary-off-icon-default: #8a9e9c;
|
|
242
|
+
$tds-interactive-chip-channel-primary-off-icon-hover: #8a9e9c;
|
|
243
|
+
$tds-interactive-chip-channel-primary-off-icon-pressed: #8a9e9c;
|
|
244
|
+
$tds-interactive-chip-channel-primary-off-border-default: #0d312d;
|
|
245
|
+
$tds-interactive-chip-channel-primary-off-border-hover: #0d312d;
|
|
246
|
+
$tds-interactive-chip-channel-primary-off-border-pressed: #0d312d;
|
|
247
|
+
$tds-interactive-chip-channel-primary-on-fill-default: #0d312d;
|
|
248
|
+
$tds-interactive-chip-channel-primary-on-fill-hover: #0d312d;
|
|
249
|
+
$tds-interactive-chip-channel-primary-on-fill-pressed: #0d312d;
|
|
250
|
+
$tds-interactive-chip-channel-primary-on-text-default: #ffffff;
|
|
251
|
+
$tds-interactive-chip-channel-primary-on-text-hover: #ffffff;
|
|
252
|
+
$tds-interactive-chip-channel-primary-on-text-pressed: #ffffff;
|
|
253
|
+
$tds-interactive-chip-channel-primary-on-icon-default: #ffffff;
|
|
254
|
+
$tds-interactive-chip-channel-primary-on-icon-hover: #ffffff;
|
|
255
|
+
$tds-interactive-chip-channel-primary-on-icon-pressed: #ffffff;
|