@times-design-system/theme-scss 1.1.1-alpha.831 → 1.5.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/dist/palettes/_brand-light.scss +1 -7
- package/dist/palettes/_business-dark.scss +86 -15
- package/dist/palettes/_business-light.scss +95 -24
- package/dist/palettes/_channels-dark.scss +21 -21
- package/dist/palettes/_channels-light.scss +21 -21
- package/dist/palettes/_comment-dark.scss +86 -15
- package/dist/palettes/_comment-light.scss +95 -24
- package/dist/palettes/_core-dark.scss +83 -12
- package/dist/palettes/_core-light.scss +89 -15
- package/dist/palettes/_culture-dark.scss +86 -15
- package/dist/palettes/_culture-light.scss +95 -24
- package/dist/palettes/_home-dark.scss +86 -15
- package/dist/palettes/_home-light.scss +95 -24
- package/dist/palettes/_ireland-dark.scss +86 -15
- package/dist/palettes/_ireland-light.scss +95 -24
- package/dist/palettes/_lifeAndStyle-dark.scss +88 -15
- package/dist/palettes/_lifeAndStyle-light.scss +97 -24
- package/dist/palettes/_money-dark.scss +86 -15
- package/dist/palettes/_money-light.scss +95 -24
- package/dist/palettes/_obituaries-dark.scss +86 -15
- package/dist/palettes/_obituaries-light.scss +95 -24
- package/dist/palettes/_puzzles-dark.scss +86 -15
- package/dist/palettes/_puzzles-light.scss +95 -24
- package/dist/palettes/_sport-dark.scss +86 -15
- package/dist/palettes/_sport-light.scss +95 -24
- package/dist/palettes/_travel-dark.scss +86 -15
- package/dist/palettes/_travel-light.scss +95 -24
- package/dist/palettes/_uk-dark.scss +86 -15
- package/dist/palettes/_uk-light.scss +95 -24
- package/dist/palettes/_world-dark.scss +86 -15
- package/dist/palettes/_world-light.scss +95 -24
- package/dist/tds-typography.scss +191 -354
- package/package.json +2 -2
|
@@ -157,10 +157,4 @@ $tds-brand-core-ramp-neutral-800: #404040;
|
|
|
157
157
|
$tds-brand-core-ramp-neutral-850: #333333;
|
|
158
158
|
$tds-brand-core-ramp-neutral-900: #262626;
|
|
159
159
|
$tds-brand-core-ramp-neutral-950: #1a1a1a;
|
|
160
|
-
$tds-brand-core-ramp-neutral-1000: #000000;
|
|
161
|
-
$tds-surface-static-dark: #000000;
|
|
162
|
-
$tds-surface-static-light: #ffffff;
|
|
163
|
-
$tds-text-static-dark: #000000;
|
|
164
|
-
$tds-text-static-light: #ffffff;
|
|
165
|
-
$tds-border-static-dark: #000000;
|
|
166
|
-
$tds-border-static-light: #ffffff;
|
|
160
|
+
$tds-brand-core-ramp-neutral-1000: #000000;
|
|
@@ -9,6 +9,8 @@ $tds-surface-overlay: rgba(0, 0, 0, 0.55);
|
|
|
9
9
|
$tds-surface-channel-high: #272727;
|
|
10
10
|
$tds-surface-channel-medium: #1a1a1a;
|
|
11
11
|
$tds-surface-channel-low: #0d0d0d;
|
|
12
|
+
$tds-surface-channel-static-dark: #0a0a0a;
|
|
13
|
+
$tds-surface-channel-static-light: #535353;
|
|
12
14
|
$tds-surface-static-dark: #000000;
|
|
13
15
|
$tds-surface-static-light: #ffffff;
|
|
14
16
|
$tds-text-primary: #ffffff;
|
|
@@ -97,6 +99,33 @@ $tds-feedback-icon-error: #ff4040;
|
|
|
97
99
|
$tds-feedback-icon-success: #53bbcc;
|
|
98
100
|
$tds-feedback-icon-warning: #40ff79;
|
|
99
101
|
$tds-feedback-icon-info: #1a1a1a;
|
|
102
|
+
$tds-interactive-disabled-a: #262626;
|
|
103
|
+
$tds-interactive-disabled-b: #404040;
|
|
104
|
+
$tds-interactive-disabled-c: #595959;
|
|
105
|
+
$tds-interactive-link-primary-icon-default: #000000;
|
|
106
|
+
$tds-interactive-link-primary-icon-hover: #000000;
|
|
107
|
+
$tds-interactive-link-primary-icon-pressed: #000000;
|
|
108
|
+
$tds-interactive-link-primary-text-default: #000000;
|
|
109
|
+
$tds-interactive-link-primary-text-hover: #000000;
|
|
110
|
+
$tds-interactive-link-primary-text-pressed: #000000;
|
|
111
|
+
$tds-interactive-link-secondary-icon-default: #ffffff;
|
|
112
|
+
$tds-interactive-link-secondary-icon-hover: #ffffff;
|
|
113
|
+
$tds-interactive-link-secondary-icon-pressed: #ffffff;
|
|
114
|
+
$tds-interactive-link-secondary-text-default: #ffffff;
|
|
115
|
+
$tds-interactive-link-secondary-text-hover: #ffffff;
|
|
116
|
+
$tds-interactive-link-secondary-text-pressed: #ffffff;
|
|
117
|
+
$tds-interactive-negative-fill-default: #000000;
|
|
118
|
+
$tds-interactive-negative-fill-hover: #000000;
|
|
119
|
+
$tds-interactive-negative-fill-pressed: #000000;
|
|
120
|
+
$tds-interactive-negative-border-default: #ff1a1a;
|
|
121
|
+
$tds-interactive-negative-border-hover: #ff1a1a;
|
|
122
|
+
$tds-interactive-negative-border-pressed: #ff1a1a;
|
|
123
|
+
$tds-interactive-negative-text-default: #ff1a1a;
|
|
124
|
+
$tds-interactive-negative-text-hover: #ff1a1a;
|
|
125
|
+
$tds-interactive-negative-text-pressed: #ff1a1a;
|
|
126
|
+
$tds-interactive-negative-icon-default: #ff1a1a;
|
|
127
|
+
$tds-interactive-negative-icon-hover: #ff1a1a;
|
|
128
|
+
$tds-interactive-negative-icon-pressed: #ff1a1a;
|
|
100
129
|
$tds-interactive-primary-fill-default: #000000;
|
|
101
130
|
$tds-interactive-primary-fill-hover: #000000;
|
|
102
131
|
$tds-interactive-primary-fill-pressed: #000000;
|
|
@@ -112,21 +141,63 @@ $tds-interactive-secondary-fill-pressed: #000000;
|
|
|
112
141
|
$tds-interactive-secondary-border-default: #8c8c8c;
|
|
113
142
|
$tds-interactive-secondary-border-hover: #8c8c8c;
|
|
114
143
|
$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: #
|
|
121
|
-
$tds-interactive-
|
|
122
|
-
$tds-interactive-
|
|
123
|
-
$tds-interactive-
|
|
124
|
-
$tds-interactive-
|
|
125
|
-
$tds-interactive-
|
|
126
|
-
$tds-interactive-
|
|
127
|
-
$tds-interactive-
|
|
128
|
-
$tds-interactive-
|
|
129
|
-
$tds-interactive-
|
|
144
|
+
$tds-interactive-secondary-text-default: #ffffff;
|
|
145
|
+
$tds-interactive-secondary-text-hover: #ffffff;
|
|
146
|
+
$tds-interactive-secondary-text-pressed: #ffffff;
|
|
147
|
+
$tds-interactive-secondary-icon-default: #ffffff;
|
|
148
|
+
$tds-interactive-secondary-icon-hover: #ffffff;
|
|
149
|
+
$tds-interactive-secondary-icon-pressed: #ffffff;
|
|
150
|
+
$tds-interactive-chip-primary-solid-fill-default: #000000;
|
|
151
|
+
$tds-interactive-chip-primary-solid-fill-hover: #000000;
|
|
152
|
+
$tds-interactive-chip-primary-solid-fill-pressed: #000000;
|
|
153
|
+
$tds-interactive-chip-primary-solid-text-default: #ffffff;
|
|
154
|
+
$tds-interactive-chip-primary-solid-text-hover: #ffffff;
|
|
155
|
+
$tds-interactive-chip-primary-solid-text-pressed: #ffffff;
|
|
156
|
+
$tds-interactive-chip-primary-solid-icon-default: #ffffff;
|
|
157
|
+
$tds-interactive-chip-primary-solid-icon-hover: #ffffff;
|
|
158
|
+
$tds-interactive-chip-primary-solid-icon-pressed: #ffffff;
|
|
159
|
+
$tds-interactive-chip-primary-outline-text-default: #000000;
|
|
160
|
+
$tds-interactive-chip-primary-outline-text-hover: #000000;
|
|
161
|
+
$tds-interactive-chip-primary-outline-text-pressed: #000000;
|
|
162
|
+
$tds-interactive-chip-primary-outline-fill-default: #ffffff;
|
|
163
|
+
$tds-interactive-chip-primary-outline-fill-hover: #ffffff;
|
|
164
|
+
$tds-interactive-chip-primary-outline-fill-pressed: #ffffff;
|
|
165
|
+
$tds-interactive-chip-primary-outline-border-default: #000000;
|
|
166
|
+
$tds-interactive-chip-primary-outline-border-hover: #000000;
|
|
167
|
+
$tds-interactive-chip-primary-outline-border-pressed: #000000;
|
|
168
|
+
$tds-interactive-chip-primary-outline-icon-default: #000000;
|
|
169
|
+
$tds-interactive-chip-primary-outline-icon-hover: #000000;
|
|
170
|
+
$tds-interactive-chip-primary-outline-icon-pressed: #000000;
|
|
171
|
+
$tds-interactive-chip-secondary-solid-fill-default: #ffffff;
|
|
172
|
+
$tds-interactive-chip-secondary-solid-fill-hover: #ffffff;
|
|
173
|
+
$tds-interactive-chip-secondary-solid-fill-pressed: #ffffff;
|
|
174
|
+
$tds-interactive-chip-secondary-solid-text-default: #000000;
|
|
175
|
+
$tds-interactive-chip-secondary-solid-text-hover: #000000;
|
|
176
|
+
$tds-interactive-chip-secondary-solid-text-pressed: #000000;
|
|
177
|
+
$tds-interactive-chip-secondary-solid-icon-default: #000000;
|
|
178
|
+
$tds-interactive-chip-secondary-solid-icon-hover: #000000;
|
|
179
|
+
$tds-interactive-chip-secondary-solid-icon-pressed: #000000;
|
|
180
|
+
$tds-interactive-chip-secondary-outline-text-default: #ffffff;
|
|
181
|
+
$tds-interactive-chip-secondary-outline-text-hover: #ffffff;
|
|
182
|
+
$tds-interactive-chip-secondary-outline-text-pressed: #ffffff;
|
|
183
|
+
$tds-interactive-chip-secondary-outline-fill-default: #000000;
|
|
184
|
+
$tds-interactive-chip-secondary-outline-fill-hover: #000000;
|
|
185
|
+
$tds-interactive-chip-secondary-outline-fill-pressed: #000000;
|
|
186
|
+
$tds-interactive-chip-secondary-outline-border-default: #ffffff;
|
|
187
|
+
$tds-interactive-chip-secondary-outline-border-hover: #ffffff;
|
|
188
|
+
$tds-interactive-chip-secondary-outline-border-pressed: #ffffff;
|
|
189
|
+
$tds-interactive-chip-secondary-outline-icon-default: #ffffff;
|
|
190
|
+
$tds-interactive-chip-secondary-outline-icon-hover: #ffffff;
|
|
191
|
+
$tds-interactive-chip-secondary-outline-icon-pressed: #ffffff;
|
|
192
|
+
$tds-interactive-chip-tertiary-fill-default: #1a1a1a;
|
|
193
|
+
$tds-interactive-chip-tertiary-fill-hover: #262626;
|
|
194
|
+
$tds-interactive-chip-tertiary-fill-pressed: #262626;
|
|
195
|
+
$tds-interactive-chip-tertiary-text-default: #000000;
|
|
196
|
+
$tds-interactive-chip-tertiary-text-hover: #a6a6a6;
|
|
197
|
+
$tds-interactive-chip-tertiary-text-pressed: #a6a6a6;
|
|
198
|
+
$tds-interactive-chip-tertiary-icon-default: #a6a6a6;
|
|
199
|
+
$tds-interactive-chip-tertiary-icon-hover: #a6a6a6;
|
|
200
|
+
$tds-interactive-chip-tertiary-icon-pressed: #a6a6a6;
|
|
130
201
|
$tds-focus-border: #8c8c8c;
|
|
131
202
|
$tds-selection-background: #ffffff;
|
|
132
203
|
$tds-selection-text: #000000;
|
|
@@ -9,6 +9,8 @@ $tds-surface-overlay: rgba(0, 0, 0, 0.45);
|
|
|
9
9
|
$tds-surface-channel-high: #21709c;
|
|
10
10
|
$tds-surface-channel-medium: #a2a2a2;
|
|
11
11
|
$tds-surface-channel-low: #ebebeb;
|
|
12
|
+
$tds-surface-channel-static-dark: #171717;
|
|
13
|
+
$tds-surface-channel-static-light: #ebebeb;
|
|
12
14
|
$tds-surface-static-dark: #000000;
|
|
13
15
|
$tds-surface-static-light: #ffffff;
|
|
14
16
|
$tds-text-primary: #1a1a1a;
|
|
@@ -86,36 +88,105 @@ $tds-feedback-icon-error: #800000;
|
|
|
86
88
|
$tds-feedback-icon-success: #1d5962;
|
|
87
89
|
$tds-feedback-icon-warning: #00992e;
|
|
88
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;
|
|
89
118
|
$tds-interactive-primary-fill-default: #005c8a;
|
|
90
119
|
$tds-interactive-primary-fill-hover: #005c8a;
|
|
91
120
|
$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: #
|
|
121
|
+
$tds-interactive-primary-text-default: #ffffff;
|
|
122
|
+
$tds-interactive-primary-text-hover: #ffffff;
|
|
123
|
+
$tds-interactive-primary-text-pressed: #ffffff;
|
|
124
|
+
$tds-interactive-primary-icon-default: #ffffff;
|
|
125
|
+
$tds-interactive-primary-icon-hover: #ffffff;
|
|
126
|
+
$tds-interactive-primary-icon-pressed: #ffffff;
|
|
98
127
|
$tds-interactive-secondary-fill-default: #ffffff;
|
|
99
128
|
$tds-interactive-secondary-fill-hover: #ffffff;
|
|
100
129
|
$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: #
|
|
110
|
-
$tds-interactive-
|
|
111
|
-
$tds-interactive-
|
|
112
|
-
$tds-interactive-
|
|
113
|
-
$tds-interactive-
|
|
114
|
-
$tds-interactive-
|
|
115
|
-
$tds-interactive-
|
|
116
|
-
$tds-interactive-
|
|
117
|
-
$tds-interactive-
|
|
118
|
-
$tds-interactive-
|
|
130
|
+
$tds-interactive-secondary-border-default: #8c8c8c;
|
|
131
|
+
$tds-interactive-secondary-border-hover: #8c8c8c;
|
|
132
|
+
$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;
|
|
119
190
|
$tds-selection-background: #000000;
|
|
120
191
|
$tds-selection-text: #f2f2f2;
|
|
121
192
|
$tds-selected-fill-default: #000000;
|
|
@@ -198,26 +198,26 @@ $tds-brand-channels-ramp-culture-850: #535353;
|
|
|
198
198
|
$tds-brand-channels-ramp-culture-900: #606060;
|
|
199
199
|
$tds-brand-channels-ramp-culture-950: #6e6e6e;
|
|
200
200
|
$tds-brand-channels-ramp-culture-1000: #7b7b7b;
|
|
201
|
-
$tds-brand-channels-ramp-
|
|
202
|
-
$tds-brand-channels-ramp-
|
|
203
|
-
$tds-brand-channels-ramp-
|
|
204
|
-
$tds-brand-channels-ramp-
|
|
205
|
-
$tds-brand-channels-ramp-
|
|
206
|
-
$tds-brand-channels-ramp-
|
|
207
|
-
$tds-brand-channels-ramp-
|
|
208
|
-
$tds-brand-channels-ramp-
|
|
209
|
-
$tds-brand-channels-ramp-
|
|
210
|
-
$tds-brand-channels-ramp-
|
|
211
|
-
$tds-brand-channels-ramp-
|
|
212
|
-
$tds-brand-channels-ramp-
|
|
213
|
-
$tds-brand-channels-ramp-
|
|
214
|
-
$tds-brand-channels-ramp-
|
|
215
|
-
$tds-brand-channels-ramp-
|
|
216
|
-
$tds-brand-channels-ramp-
|
|
217
|
-
$tds-brand-channels-ramp-
|
|
218
|
-
$tds-brand-channels-ramp-
|
|
219
|
-
$tds-brand-channels-ramp-
|
|
220
|
-
$tds-brand-channels-ramp-
|
|
201
|
+
$tds-brand-channels-ramp-lifeAndStyle-50: #02020d;
|
|
202
|
+
$tds-brand-channels-ramp-lifeAndStyle-100: #04041b;
|
|
203
|
+
$tds-brand-channels-ramp-lifeAndStyle-150: #060628;
|
|
204
|
+
$tds-brand-channels-ramp-lifeAndStyle-200: #080836;
|
|
205
|
+
$tds-brand-channels-ramp-lifeAndStyle-250: #0a0a43;
|
|
206
|
+
$tds-brand-channels-ramp-lifeAndStyle-300: #0c0c50;
|
|
207
|
+
$tds-brand-channels-ramp-lifeAndStyle-350: #0e0e5e;
|
|
208
|
+
$tds-brand-channels-ramp-lifeAndStyle-400: #10106b;
|
|
209
|
+
$tds-brand-channels-ramp-lifeAndStyle-450: #121279;
|
|
210
|
+
$tds-brand-channels-ramp-lifeAndStyle-500: #149fb5;
|
|
211
|
+
$tds-brand-channels-ramp-lifeAndStyle-550: #161690;
|
|
212
|
+
$tds-brand-channels-ramp-lifeAndStyle-600: #17179b;
|
|
213
|
+
$tds-brand-channels-ramp-lifeAndStyle-650: #1919a5;
|
|
214
|
+
$tds-brand-channels-ramp-lifeAndStyle-700: #2020ad;
|
|
215
|
+
$tds-brand-channels-ramp-lifeAndStyle-750: #2e2eb2;
|
|
216
|
+
$tds-brand-channels-ramp-lifeAndStyle-800: #3c3cb7;
|
|
217
|
+
$tds-brand-channels-ramp-lifeAndStyle-850: #4a4abc;
|
|
218
|
+
$tds-brand-channels-ramp-lifeAndStyle-900: #5858c1;
|
|
219
|
+
$tds-brand-channels-ramp-lifeAndStyle-950: #6666c6;
|
|
220
|
+
$tds-brand-channels-ramp-lifeAndStyle-1000: #7474cb;
|
|
221
221
|
$tds-brand-channels-ramp-obituaries-50: #0a0b0b;
|
|
222
222
|
$tds-brand-channels-ramp-obituaries-100: #151516;
|
|
223
223
|
$tds-brand-channels-ramp-obituaries-150: #1f2020;
|
|
@@ -262,7 +262,7 @@ $tds-brand-channels-base-puzzle: #df7334;
|
|
|
262
262
|
$tds-brand-channels-base-culture: #942364;
|
|
263
263
|
$tds-brand-channels-base-obituaries: #6c6c69;
|
|
264
264
|
$tds-brand-channels-base-ireland: #0f3d38;
|
|
265
|
-
$tds-brand-channels-base-
|
|
265
|
+
$tds-brand-channels-base-lifeAndStyle: #149fb5;
|
|
266
266
|
$tds-brand-channels-base-travel: #2c79ad;
|
|
267
267
|
$tds-brand-channels-base-sport: #007a3f;
|
|
268
268
|
$tds-brand-channels-base-business: #21709c;
|
|
@@ -198,26 +198,26 @@ $tds-brand-channels-ramp-culture-850: #181818;
|
|
|
198
198
|
$tds-brand-channels-ramp-culture-900: #151515;
|
|
199
199
|
$tds-brand-channels-ramp-culture-950: #121212;
|
|
200
200
|
$tds-brand-channels-ramp-culture-1000: #0e0e0e;
|
|
201
|
-
$tds-brand-channels-ramp-
|
|
202
|
-
$tds-brand-channels-ramp-
|
|
203
|
-
$tds-brand-channels-ramp-
|
|
204
|
-
$tds-brand-channels-ramp-
|
|
205
|
-
$tds-brand-channels-ramp-
|
|
206
|
-
$tds-brand-channels-ramp-
|
|
207
|
-
$tds-brand-channels-ramp-
|
|
208
|
-
$tds-brand-channels-ramp-
|
|
209
|
-
$tds-brand-channels-ramp-
|
|
210
|
-
$tds-brand-channels-ramp-
|
|
211
|
-
$tds-brand-channels-ramp-
|
|
212
|
-
$tds-brand-channels-ramp-
|
|
213
|
-
$tds-brand-channels-ramp-
|
|
214
|
-
$tds-brand-channels-ramp-
|
|
215
|
-
$tds-brand-channels-ramp-
|
|
216
|
-
$tds-brand-channels-ramp-
|
|
217
|
-
$tds-brand-channels-ramp-
|
|
218
|
-
$tds-brand-channels-ramp-
|
|
219
|
-
$tds-brand-channels-ramp-
|
|
220
|
-
$tds-brand-channels-ramp-
|
|
201
|
+
$tds-brand-channels-ramp-lifeAndStyle-50: #f8f8fc;
|
|
202
|
+
$tds-brand-channels-ramp-lifeAndStyle-100: #f1f1fa;
|
|
203
|
+
$tds-brand-channels-ramp-lifeAndStyle-150: #eaeaf7;
|
|
204
|
+
$tds-brand-channels-ramp-lifeAndStyle-200: #dcdcf2;
|
|
205
|
+
$tds-brand-channels-ramp-lifeAndStyle-250: #ceceed;
|
|
206
|
+
$tds-brand-channels-ramp-lifeAndStyle-300: #b9b9e5;
|
|
207
|
+
$tds-brand-channels-ramp-lifeAndStyle-350: #9e9edb;
|
|
208
|
+
$tds-brand-channels-ramp-lifeAndStyle-400: #8282d1;
|
|
209
|
+
$tds-brand-channels-ramp-lifeAndStyle-450: #6666c6;
|
|
210
|
+
$tds-brand-channels-ramp-lifeAndStyle-500: #4a4abc;
|
|
211
|
+
$tds-brand-channels-ramp-lifeAndStyle-550: #2e2eb2;
|
|
212
|
+
$tds-brand-channels-ramp-lifeAndStyle-600: #1919a5;
|
|
213
|
+
$tds-brand-channels-ramp-lifeAndStyle-650: #161695;
|
|
214
|
+
$tds-brand-channels-ramp-lifeAndStyle-700: #149fb5;
|
|
215
|
+
$tds-brand-channels-ramp-lifeAndStyle-750: #121279;
|
|
216
|
+
$tds-brand-channels-ramp-lifeAndStyle-800: #10106b;
|
|
217
|
+
$tds-brand-channels-ramp-lifeAndStyle-850: #0e0e5e;
|
|
218
|
+
$tds-brand-channels-ramp-lifeAndStyle-900: #0c0c50;
|
|
219
|
+
$tds-brand-channels-ramp-lifeAndStyle-950: #0a0a43;
|
|
220
|
+
$tds-brand-channels-ramp-lifeAndStyle-1000: #080836;
|
|
221
221
|
$tds-brand-channels-ramp-obituaries-50: #fbfbfb;
|
|
222
222
|
$tds-brand-channels-ramp-obituaries-100: #f7f8f8;
|
|
223
223
|
$tds-brand-channels-ramp-obituaries-150: #f4f4f4;
|
|
@@ -262,7 +262,7 @@ $tds-brand-channels-base-puzzle: #df7334;
|
|
|
262
262
|
$tds-brand-channels-base-culture: #942364;
|
|
263
263
|
$tds-brand-channels-base-obituaries: #6c6c69;
|
|
264
264
|
$tds-brand-channels-base-ireland: #0f3d38;
|
|
265
|
-
$tds-brand-channels-base-
|
|
265
|
+
$tds-brand-channels-base-lifeAndStyle: #149fb5;
|
|
266
266
|
$tds-brand-channels-base-travel: #2c79ad;
|
|
267
267
|
$tds-brand-channels-base-sport: #007a3f;
|
|
268
268
|
$tds-brand-channels-base-business: #21709c;
|
|
@@ -9,6 +9,8 @@ $tds-surface-overlay: rgba(0, 0, 0, 0.55);
|
|
|
9
9
|
$tds-surface-channel-high: #242424;
|
|
10
10
|
$tds-surface-channel-medium: #191919;
|
|
11
11
|
$tds-surface-channel-low: #0c0c0c;
|
|
12
|
+
$tds-surface-channel-static-dark: #090909;
|
|
13
|
+
$tds-surface-channel-static-light: #505050;
|
|
12
14
|
$tds-surface-static-dark: #000000;
|
|
13
15
|
$tds-surface-static-light: #ffffff;
|
|
14
16
|
$tds-text-primary: #ffffff;
|
|
@@ -97,6 +99,33 @@ $tds-feedback-icon-error: #ff4040;
|
|
|
97
99
|
$tds-feedback-icon-success: #53bbcc;
|
|
98
100
|
$tds-feedback-icon-warning: #40ff79;
|
|
99
101
|
$tds-feedback-icon-info: #1a1a1a;
|
|
102
|
+
$tds-interactive-disabled-a: #262626;
|
|
103
|
+
$tds-interactive-disabled-b: #404040;
|
|
104
|
+
$tds-interactive-disabled-c: #595959;
|
|
105
|
+
$tds-interactive-link-primary-icon-default: #000000;
|
|
106
|
+
$tds-interactive-link-primary-icon-hover: #000000;
|
|
107
|
+
$tds-interactive-link-primary-icon-pressed: #000000;
|
|
108
|
+
$tds-interactive-link-primary-text-default: #000000;
|
|
109
|
+
$tds-interactive-link-primary-text-hover: #000000;
|
|
110
|
+
$tds-interactive-link-primary-text-pressed: #000000;
|
|
111
|
+
$tds-interactive-link-secondary-icon-default: #ffffff;
|
|
112
|
+
$tds-interactive-link-secondary-icon-hover: #ffffff;
|
|
113
|
+
$tds-interactive-link-secondary-icon-pressed: #ffffff;
|
|
114
|
+
$tds-interactive-link-secondary-text-default: #ffffff;
|
|
115
|
+
$tds-interactive-link-secondary-text-hover: #ffffff;
|
|
116
|
+
$tds-interactive-link-secondary-text-pressed: #ffffff;
|
|
117
|
+
$tds-interactive-negative-fill-default: #000000;
|
|
118
|
+
$tds-interactive-negative-fill-hover: #000000;
|
|
119
|
+
$tds-interactive-negative-fill-pressed: #000000;
|
|
120
|
+
$tds-interactive-negative-border-default: #ff1a1a;
|
|
121
|
+
$tds-interactive-negative-border-hover: #ff1a1a;
|
|
122
|
+
$tds-interactive-negative-border-pressed: #ff1a1a;
|
|
123
|
+
$tds-interactive-negative-text-default: #ff1a1a;
|
|
124
|
+
$tds-interactive-negative-text-hover: #ff1a1a;
|
|
125
|
+
$tds-interactive-negative-text-pressed: #ff1a1a;
|
|
126
|
+
$tds-interactive-negative-icon-default: #ff1a1a;
|
|
127
|
+
$tds-interactive-negative-icon-hover: #ff1a1a;
|
|
128
|
+
$tds-interactive-negative-icon-pressed: #ff1a1a;
|
|
100
129
|
$tds-interactive-primary-fill-default: #000000;
|
|
101
130
|
$tds-interactive-primary-fill-hover: #000000;
|
|
102
131
|
$tds-interactive-primary-fill-pressed: #000000;
|
|
@@ -112,21 +141,63 @@ $tds-interactive-secondary-fill-pressed: #000000;
|
|
|
112
141
|
$tds-interactive-secondary-border-default: #8c8c8c;
|
|
113
142
|
$tds-interactive-secondary-border-hover: #8c8c8c;
|
|
114
143
|
$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: #
|
|
121
|
-
$tds-interactive-
|
|
122
|
-
$tds-interactive-
|
|
123
|
-
$tds-interactive-
|
|
124
|
-
$tds-interactive-
|
|
125
|
-
$tds-interactive-
|
|
126
|
-
$tds-interactive-
|
|
127
|
-
$tds-interactive-
|
|
128
|
-
$tds-interactive-
|
|
129
|
-
$tds-interactive-
|
|
144
|
+
$tds-interactive-secondary-text-default: #ffffff;
|
|
145
|
+
$tds-interactive-secondary-text-hover: #ffffff;
|
|
146
|
+
$tds-interactive-secondary-text-pressed: #ffffff;
|
|
147
|
+
$tds-interactive-secondary-icon-default: #ffffff;
|
|
148
|
+
$tds-interactive-secondary-icon-hover: #ffffff;
|
|
149
|
+
$tds-interactive-secondary-icon-pressed: #ffffff;
|
|
150
|
+
$tds-interactive-chip-primary-solid-fill-default: #000000;
|
|
151
|
+
$tds-interactive-chip-primary-solid-fill-hover: #000000;
|
|
152
|
+
$tds-interactive-chip-primary-solid-fill-pressed: #000000;
|
|
153
|
+
$tds-interactive-chip-primary-solid-text-default: #ffffff;
|
|
154
|
+
$tds-interactive-chip-primary-solid-text-hover: #ffffff;
|
|
155
|
+
$tds-interactive-chip-primary-solid-text-pressed: #ffffff;
|
|
156
|
+
$tds-interactive-chip-primary-solid-icon-default: #ffffff;
|
|
157
|
+
$tds-interactive-chip-primary-solid-icon-hover: #ffffff;
|
|
158
|
+
$tds-interactive-chip-primary-solid-icon-pressed: #ffffff;
|
|
159
|
+
$tds-interactive-chip-primary-outline-text-default: #000000;
|
|
160
|
+
$tds-interactive-chip-primary-outline-text-hover: #000000;
|
|
161
|
+
$tds-interactive-chip-primary-outline-text-pressed: #000000;
|
|
162
|
+
$tds-interactive-chip-primary-outline-fill-default: #ffffff;
|
|
163
|
+
$tds-interactive-chip-primary-outline-fill-hover: #ffffff;
|
|
164
|
+
$tds-interactive-chip-primary-outline-fill-pressed: #ffffff;
|
|
165
|
+
$tds-interactive-chip-primary-outline-border-default: #000000;
|
|
166
|
+
$tds-interactive-chip-primary-outline-border-hover: #000000;
|
|
167
|
+
$tds-interactive-chip-primary-outline-border-pressed: #000000;
|
|
168
|
+
$tds-interactive-chip-primary-outline-icon-default: #000000;
|
|
169
|
+
$tds-interactive-chip-primary-outline-icon-hover: #000000;
|
|
170
|
+
$tds-interactive-chip-primary-outline-icon-pressed: #000000;
|
|
171
|
+
$tds-interactive-chip-secondary-solid-fill-default: #ffffff;
|
|
172
|
+
$tds-interactive-chip-secondary-solid-fill-hover: #ffffff;
|
|
173
|
+
$tds-interactive-chip-secondary-solid-fill-pressed: #ffffff;
|
|
174
|
+
$tds-interactive-chip-secondary-solid-text-default: #000000;
|
|
175
|
+
$tds-interactive-chip-secondary-solid-text-hover: #000000;
|
|
176
|
+
$tds-interactive-chip-secondary-solid-text-pressed: #000000;
|
|
177
|
+
$tds-interactive-chip-secondary-solid-icon-default: #000000;
|
|
178
|
+
$tds-interactive-chip-secondary-solid-icon-hover: #000000;
|
|
179
|
+
$tds-interactive-chip-secondary-solid-icon-pressed: #000000;
|
|
180
|
+
$tds-interactive-chip-secondary-outline-text-default: #ffffff;
|
|
181
|
+
$tds-interactive-chip-secondary-outline-text-hover: #ffffff;
|
|
182
|
+
$tds-interactive-chip-secondary-outline-text-pressed: #ffffff;
|
|
183
|
+
$tds-interactive-chip-secondary-outline-fill-default: #000000;
|
|
184
|
+
$tds-interactive-chip-secondary-outline-fill-hover: #000000;
|
|
185
|
+
$tds-interactive-chip-secondary-outline-fill-pressed: #000000;
|
|
186
|
+
$tds-interactive-chip-secondary-outline-border-default: #ffffff;
|
|
187
|
+
$tds-interactive-chip-secondary-outline-border-hover: #ffffff;
|
|
188
|
+
$tds-interactive-chip-secondary-outline-border-pressed: #ffffff;
|
|
189
|
+
$tds-interactive-chip-secondary-outline-icon-default: #ffffff;
|
|
190
|
+
$tds-interactive-chip-secondary-outline-icon-hover: #ffffff;
|
|
191
|
+
$tds-interactive-chip-secondary-outline-icon-pressed: #ffffff;
|
|
192
|
+
$tds-interactive-chip-tertiary-fill-default: #1a1a1a;
|
|
193
|
+
$tds-interactive-chip-tertiary-fill-hover: #262626;
|
|
194
|
+
$tds-interactive-chip-tertiary-fill-pressed: #262626;
|
|
195
|
+
$tds-interactive-chip-tertiary-text-default: #000000;
|
|
196
|
+
$tds-interactive-chip-tertiary-text-hover: #a6a6a6;
|
|
197
|
+
$tds-interactive-chip-tertiary-text-pressed: #a6a6a6;
|
|
198
|
+
$tds-interactive-chip-tertiary-icon-default: #a6a6a6;
|
|
199
|
+
$tds-interactive-chip-tertiary-icon-hover: #a6a6a6;
|
|
200
|
+
$tds-interactive-chip-tertiary-icon-pressed: #a6a6a6;
|
|
130
201
|
$tds-focus-border: #8c8c8c;
|
|
131
202
|
$tds-selection-background: #ffffff;
|
|
132
203
|
$tds-selection-text: #000000;
|
|
@@ -9,6 +9,8 @@ $tds-surface-overlay: rgba(0, 0, 0, 0.45);
|
|
|
9
9
|
$tds-surface-channel-high: #9b1f45;
|
|
10
10
|
$tds-surface-channel-medium: #a1a1a1;
|
|
11
11
|
$tds-surface-channel-low: #ebebeb;
|
|
12
|
+
$tds-surface-channel-static-dark: #161616;
|
|
13
|
+
$tds-surface-channel-static-light: #ebebeb;
|
|
12
14
|
$tds-surface-static-dark: #000000;
|
|
13
15
|
$tds-surface-static-light: #ffffff;
|
|
14
16
|
$tds-text-primary: #1a1a1a;
|
|
@@ -86,36 +88,105 @@ $tds-feedback-icon-error: #800000;
|
|
|
86
88
|
$tds-feedback-icon-success: #1d5962;
|
|
87
89
|
$tds-feedback-icon-warning: #00992e;
|
|
88
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;
|
|
89
118
|
$tds-interactive-primary-fill-default: #005c8a;
|
|
90
119
|
$tds-interactive-primary-fill-hover: #005c8a;
|
|
91
120
|
$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: #
|
|
121
|
+
$tds-interactive-primary-text-default: #ffffff;
|
|
122
|
+
$tds-interactive-primary-text-hover: #ffffff;
|
|
123
|
+
$tds-interactive-primary-text-pressed: #ffffff;
|
|
124
|
+
$tds-interactive-primary-icon-default: #ffffff;
|
|
125
|
+
$tds-interactive-primary-icon-hover: #ffffff;
|
|
126
|
+
$tds-interactive-primary-icon-pressed: #ffffff;
|
|
98
127
|
$tds-interactive-secondary-fill-default: #ffffff;
|
|
99
128
|
$tds-interactive-secondary-fill-hover: #ffffff;
|
|
100
129
|
$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: #
|
|
110
|
-
$tds-interactive-
|
|
111
|
-
$tds-interactive-
|
|
112
|
-
$tds-interactive-
|
|
113
|
-
$tds-interactive-
|
|
114
|
-
$tds-interactive-
|
|
115
|
-
$tds-interactive-
|
|
116
|
-
$tds-interactive-
|
|
117
|
-
$tds-interactive-
|
|
118
|
-
$tds-interactive-
|
|
130
|
+
$tds-interactive-secondary-border-default: #8c8c8c;
|
|
131
|
+
$tds-interactive-secondary-border-hover: #8c8c8c;
|
|
132
|
+
$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;
|
|
119
190
|
$tds-selection-background: #000000;
|
|
120
191
|
$tds-selection-text: #f2f2f2;
|
|
121
192
|
$tds-selected-fill-default: #000000;
|