@times-design-system/theme-scss 2.1.0 → 2.3.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 +50 -56
- package/dist/palettes/business-dark.scss +99 -84
- package/dist/palettes/business-light.scss +27 -12
- package/dist/palettes/comment-dark.scss +99 -84
- package/dist/palettes/comment-light.scss +27 -12
- package/dist/palettes/core-dark.scss +98 -83
- package/dist/palettes/core-light.scss +27 -12
- package/dist/palettes/culture-dark.scss +99 -84
- package/dist/palettes/culture-light.scss +27 -12
- package/dist/palettes/home-dark.scss +99 -84
- package/dist/palettes/home-light.scss +27 -12
- package/dist/palettes/ireland-dark.scss +99 -84
- package/dist/palettes/ireland-light.scss +27 -12
- package/dist/palettes/lifeAndStyle-dark.scss +99 -84
- package/dist/palettes/lifeAndStyle-light.scss +27 -12
- package/dist/palettes/magazineLuxx-dark.scss +304 -0
- package/dist/palettes/magazineLuxx-light.scss +304 -0
- package/dist/palettes/magazineSundayTimes-dark.scss +304 -0
- package/dist/palettes/magazineSundayTimes-light.scss +304 -0
- package/dist/palettes/magazineTimes-dark.scss +304 -0
- package/dist/palettes/magazineTimes-light.scss +304 -0
- package/dist/palettes/money-dark.scss +99 -84
- package/dist/palettes/money-light.scss +27 -12
- package/dist/palettes/obituaries-dark.scss +99 -84
- package/dist/palettes/obituaries-light.scss +27 -12
- package/dist/palettes/puzzles-dark.scss +99 -84
- package/dist/palettes/puzzles-light.scss +27 -12
- package/dist/palettes/sport-dark.scss +99 -84
- package/dist/palettes/sport-light.scss +27 -12
- package/dist/palettes/timesPlus-dark.scss +304 -0
- package/dist/palettes/timesPlus-light.scss +304 -0
- package/dist/palettes/timesRadio-dark.scss +42 -0
- package/dist/palettes/timesRadio-light.scss +42 -0
- package/dist/palettes/travel-dark.scss +99 -84
- package/dist/palettes/travel-light.scss +27 -12
- package/dist/palettes/uk-dark.scss +99 -84
- package/dist/palettes/uk-light.scss +27 -12
- package/dist/palettes/world-dark.scss +99 -84
- package/dist/palettes/world-light.scss +27 -12
- package/dist/tds-layout.scss +31 -43
- package/dist/tds-typography.scss +94 -35
- package/package.json +3 -3
|
@@ -24,13 +24,13 @@ $dark-core-text-channel-secondary: #808080;
|
|
|
24
24
|
$dark-core-text-channel-tertiary: #666666;
|
|
25
25
|
$dark-core-text-static-dark: #000000;
|
|
26
26
|
$dark-core-text-static-light: #ffffff;
|
|
27
|
-
$dark-core-icon-primary: #
|
|
27
|
+
$dark-core-icon-primary: #ffffff;
|
|
28
28
|
$dark-core-icon-inverse: #000000;
|
|
29
|
-
$dark-core-icon-secondary: #
|
|
30
|
-
$dark-core-icon-tertiary: #
|
|
29
|
+
$dark-core-icon-secondary: #d9d9d9;
|
|
30
|
+
$dark-core-icon-tertiary: #a6a6a6;
|
|
31
31
|
$dark-core-icon-channel-primary: #666666;
|
|
32
32
|
$dark-core-icon-channel-secondary: #808080;
|
|
33
|
-
$dark-core-icon-channel-tertiary: #
|
|
33
|
+
$dark-core-icon-channel-tertiary: #666666;
|
|
34
34
|
$dark-core-border-primary: #575757;
|
|
35
35
|
$dark-core-border-secondary: #333333;
|
|
36
36
|
$dark-core-border-tertiary: #1a1a1a;
|
|
@@ -50,28 +50,28 @@ $dark-core-input-fill-warning: #664109;
|
|
|
50
50
|
$dark-core-input-fill-info: #08295a;
|
|
51
51
|
$dark-core-input-border-default: #737373;
|
|
52
52
|
$dark-core-input-border-error: #ff7268;
|
|
53
|
-
$dark-core-input-border-hover: #
|
|
53
|
+
$dark-core-input-border-hover: #6d6d6d;
|
|
54
54
|
$dark-core-input-border-active: #a6a6a6;
|
|
55
55
|
$dark-core-input-border-completed: #d9d9d9;
|
|
56
56
|
$dark-core-input-border-success: #80c4a1;
|
|
57
57
|
$dark-core-input-border-warning: #ffc77f;
|
|
58
58
|
$dark-core-input-border-info: #466fb5;
|
|
59
|
-
$dark-core-input-text-default: #
|
|
60
|
-
$dark-core-input-text-error: #
|
|
61
|
-
$dark-core-input-text-hover: #
|
|
62
|
-
$dark-core-input-text-active: #
|
|
63
|
-
$dark-core-input-text-completed: #
|
|
64
|
-
$dark-core-input-text-success: #
|
|
65
|
-
$dark-core-input-text-warning: #
|
|
66
|
-
$dark-core-input-text-info: #
|
|
67
|
-
$dark-core-input-icon-default: #
|
|
59
|
+
$dark-core-input-text-default: #a6a6a6;
|
|
60
|
+
$dark-core-input-text-error: #ffffff;
|
|
61
|
+
$dark-core-input-text-hover: #d9d9d9;
|
|
62
|
+
$dark-core-input-text-active: #ffffff;
|
|
63
|
+
$dark-core-input-text-completed: #ffffff;
|
|
64
|
+
$dark-core-input-text-success: #ffffff;
|
|
65
|
+
$dark-core-input-text-warning: #ffffff;
|
|
66
|
+
$dark-core-input-text-info: #ffffff;
|
|
67
|
+
$dark-core-input-icon-default: #737373;
|
|
68
68
|
$dark-core-input-icon-hover: #6d6d6d;
|
|
69
|
-
$dark-core-input-icon-active: #
|
|
70
|
-
$dark-core-input-icon-completed: #
|
|
71
|
-
$dark-core-input-icon-error: #
|
|
72
|
-
$dark-core-input-icon-success: #
|
|
73
|
-
$dark-core-input-icon-warning: #
|
|
74
|
-
$dark-core-input-icon-info: #
|
|
69
|
+
$dark-core-input-icon-active: #a6a6a6;
|
|
70
|
+
$dark-core-input-icon-completed: #d9d9d9;
|
|
71
|
+
$dark-core-input-icon-error: #ff7268;
|
|
72
|
+
$dark-core-input-icon-success: #80c4a1;
|
|
73
|
+
$dark-core-input-icon-warning: #ffc77f;
|
|
74
|
+
$dark-core-input-icon-info: #466fb5;
|
|
75
75
|
$dark-core-messaging-fill-error: #670909;
|
|
76
76
|
$dark-core-messaging-fill-success: #1b5339;
|
|
77
77
|
$dark-core-messaging-fill-warning: #664109;
|
|
@@ -84,15 +84,15 @@ $dark-core-messaging-icon-error: #ff7268;
|
|
|
84
84
|
$dark-core-messaging-icon-success: #80c4a1;
|
|
85
85
|
$dark-core-messaging-icon-warning: #ffa722;
|
|
86
86
|
$dark-core-messaging-icon-info: #6f8dc6;
|
|
87
|
-
$dark-core-messaging-link-text-default: #
|
|
87
|
+
$dark-core-messaging-link-text-default: #ffffff;
|
|
88
88
|
$dark-core-messaging-link-text-hover: #d9d9d9;
|
|
89
89
|
$dark-core-messaging-link-text-pressed: #cccccc;
|
|
90
90
|
$dark-core-messaging-link-text-visited: #ffffff;
|
|
91
|
-
$dark-core-messaging-link-icon-default: #
|
|
91
|
+
$dark-core-messaging-link-icon-default: #ffffff;
|
|
92
92
|
$dark-core-messaging-link-icon-hover: #d9d9d9;
|
|
93
93
|
$dark-core-messaging-link-icon-pressed: #cccccc;
|
|
94
94
|
$dark-core-messaging-link-icon-visited: #ffffff;
|
|
95
|
-
$dark-core-messaging-link-underline-default: #
|
|
95
|
+
$dark-core-messaging-link-underline-default: #ffffff;
|
|
96
96
|
$dark-core-messaging-link-underline-hover: #ffffff;
|
|
97
97
|
$dark-core-messaging-link-underline-pressed: #ffffff;
|
|
98
98
|
$dark-core-messaging-link-underline-visited: #e6e6e6;
|
|
@@ -100,21 +100,21 @@ $dark-core-interactive-primary-fill-default: #ffffff;
|
|
|
100
100
|
$dark-core-interactive-primary-fill-hover: #ffffff;
|
|
101
101
|
$dark-core-interactive-primary-fill-pressed: #ffffff;
|
|
102
102
|
$dark-core-interactive-primary-text-default: #000000;
|
|
103
|
-
$dark-core-interactive-primary-text-hover: #
|
|
104
|
-
$dark-core-interactive-primary-text-pressed: #
|
|
105
|
-
$dark-core-interactive-primary-icon-default: #
|
|
106
|
-
$dark-core-interactive-primary-icon-hover: #
|
|
107
|
-
$dark-core-interactive-primary-icon-pressed: #
|
|
108
|
-
$dark-core-interactive-secondary-fill-default: #
|
|
103
|
+
$dark-core-interactive-primary-text-hover: #000000;
|
|
104
|
+
$dark-core-interactive-primary-text-pressed: #000000;
|
|
105
|
+
$dark-core-interactive-primary-icon-default: #000000;
|
|
106
|
+
$dark-core-interactive-primary-icon-hover: #000000;
|
|
107
|
+
$dark-core-interactive-primary-icon-pressed: #000000;
|
|
108
|
+
$dark-core-interactive-secondary-fill-default: #000000;
|
|
109
109
|
$dark-core-interactive-secondary-fill-hover: #262626;
|
|
110
110
|
$dark-core-interactive-secondary-fill-pressed: #333333;
|
|
111
111
|
$dark-core-interactive-secondary-border-default: #8c8c8c;
|
|
112
112
|
$dark-core-interactive-secondary-border-hover: #9d9d9d;
|
|
113
113
|
$dark-core-interactive-secondary-border-pressed: #a3a3a3;
|
|
114
|
-
$dark-core-interactive-secondary-text-default: #
|
|
114
|
+
$dark-core-interactive-secondary-text-default: #ffffff;
|
|
115
115
|
$dark-core-interactive-secondary-text-hover: #ffffff;
|
|
116
116
|
$dark-core-interactive-secondary-text-pressed: #ffffff;
|
|
117
|
-
$dark-core-interactive-secondary-icon-default: #
|
|
117
|
+
$dark-core-interactive-secondary-icon-default: #ffffff;
|
|
118
118
|
$dark-core-interactive-secondary-icon-hover: #ffffff;
|
|
119
119
|
$dark-core-interactive-secondary-icon-pressed: #ffffff;
|
|
120
120
|
$dark-core-interactive-disabled-a: #262626;
|
|
@@ -129,137 +129,152 @@ $dark-core-interactive-negative-border-pressed: #f50700;
|
|
|
129
129
|
$dark-core-interactive-negative-text-default: #ff3933;
|
|
130
130
|
$dark-core-interactive-negative-text-hover: #ff0c05;
|
|
131
131
|
$dark-core-interactive-negative-text-pressed: #f50700;
|
|
132
|
-
$dark-core-interactive-negative-icon-default: #
|
|
132
|
+
$dark-core-interactive-negative-icon-default: #ff3933;
|
|
133
133
|
$dark-core-interactive-negative-icon-hover: #ff0c05;
|
|
134
134
|
$dark-core-interactive-negative-icon-pressed: #f50700;
|
|
135
135
|
$dark-core-interactive-link-secondary-text-default: #737373;
|
|
136
136
|
$dark-core-interactive-link-secondary-text-hover: #626262;
|
|
137
137
|
$dark-core-interactive-link-secondary-text-pressed: #5c5c5c;
|
|
138
138
|
$dark-core-interactive-link-secondary-text-visited: #858585;
|
|
139
|
-
$dark-core-interactive-link-secondary-icon-default: #
|
|
139
|
+
$dark-core-interactive-link-secondary-icon-default: #737373;
|
|
140
140
|
$dark-core-interactive-link-secondary-icon-hover: #626262;
|
|
141
141
|
$dark-core-interactive-link-secondary-icon-pressed: #5c5c5c;
|
|
142
142
|
$dark-core-interactive-link-secondary-icon-visited: #858585;
|
|
143
|
-
$dark-core-interactive-link-secondary-underline-default: #
|
|
143
|
+
$dark-core-interactive-link-secondary-underline-default: #737373;
|
|
144
144
|
$dark-core-interactive-link-secondary-underline-hover: #888888;
|
|
145
145
|
$dark-core-interactive-link-secondary-underline-pressed: #8f8f8f;
|
|
146
146
|
$dark-core-interactive-link-secondary-underline-visited: #686868;
|
|
147
|
-
$dark-core-interactive-link-primary-text-default: #
|
|
147
|
+
$dark-core-interactive-link-primary-text-default: #ffffff;
|
|
148
148
|
$dark-core-interactive-link-primary-text-hover: #d9d9d9;
|
|
149
149
|
$dark-core-interactive-link-primary-text-pressed: #cccccc;
|
|
150
150
|
$dark-core-interactive-link-primary-text-visited: #ffffff;
|
|
151
|
-
$dark-core-interactive-link-primary-icon-default: #
|
|
151
|
+
$dark-core-interactive-link-primary-icon-default: #ffffff;
|
|
152
152
|
$dark-core-interactive-link-primary-icon-hover: #d9d9d9;
|
|
153
153
|
$dark-core-interactive-link-primary-icon-pressed: #cccccc;
|
|
154
154
|
$dark-core-interactive-link-primary-icon-visited: #ffffff;
|
|
155
|
-
$dark-core-interactive-link-primary-underline-default: #
|
|
155
|
+
$dark-core-interactive-link-primary-underline-default: #ffffff;
|
|
156
156
|
$dark-core-interactive-link-primary-underline-hover: #ffffff;
|
|
157
157
|
$dark-core-interactive-link-primary-underline-pressed: #ffffff;
|
|
158
158
|
$dark-core-interactive-link-primary-underline-visited: #e6e6e6;
|
|
159
|
-
$dark-core-interactive-chip-primary-on-fill-default: #
|
|
159
|
+
$dark-core-interactive-chip-primary-on-fill-default: #ffffff;
|
|
160
160
|
$dark-core-interactive-chip-primary-on-fill-hover: #d9d9d9;
|
|
161
161
|
$dark-core-interactive-chip-primary-on-fill-pressed: #cccccc;
|
|
162
|
-
$dark-core-interactive-chip-primary-on-text-default: #
|
|
162
|
+
$dark-core-interactive-chip-primary-on-text-default: #000000;
|
|
163
163
|
$dark-core-interactive-chip-primary-on-text-hover: #000000;
|
|
164
164
|
$dark-core-interactive-chip-primary-on-text-pressed: #000000;
|
|
165
|
-
$dark-core-interactive-chip-primary-on-icon-default: #
|
|
165
|
+
$dark-core-interactive-chip-primary-on-icon-default: #000000;
|
|
166
166
|
$dark-core-interactive-chip-primary-on-icon-hover: #000000;
|
|
167
167
|
$dark-core-interactive-chip-primary-on-icon-pressed: #000000;
|
|
168
|
-
$dark-core-interactive-chip-primary-off-fill-default: #
|
|
168
|
+
$dark-core-interactive-chip-primary-off-fill-default: #000000;
|
|
169
169
|
$dark-core-interactive-chip-primary-off-fill-hover: #000000;
|
|
170
170
|
$dark-core-interactive-chip-primary-off-fill-pressed: #000000;
|
|
171
|
-
$dark-core-interactive-chip-primary-off-text-default: #
|
|
171
|
+
$dark-core-interactive-chip-primary-off-text-default: #ffffff;
|
|
172
172
|
$dark-core-interactive-chip-primary-off-text-hover: #d9d9d9;
|
|
173
173
|
$dark-core-interactive-chip-primary-off-text-pressed: #cccccc;
|
|
174
|
-
$dark-core-interactive-chip-primary-off-icon-default: #
|
|
174
|
+
$dark-core-interactive-chip-primary-off-icon-default: #ffffff;
|
|
175
175
|
$dark-core-interactive-chip-primary-off-icon-hover: #d9d9d9;
|
|
176
176
|
$dark-core-interactive-chip-primary-off-icon-pressed: #cccccc;
|
|
177
|
-
$dark-core-interactive-chip-primary-off-border-default: #
|
|
177
|
+
$dark-core-interactive-chip-primary-off-border-default: #ffffff;
|
|
178
178
|
$dark-core-interactive-chip-primary-off-border-hover: #d9d9d9;
|
|
179
179
|
$dark-core-interactive-chip-primary-off-border-pressed: #cccccc;
|
|
180
|
-
$dark-core-interactive-chip-secondary-on-text-default: #
|
|
180
|
+
$dark-core-interactive-chip-secondary-on-text-default: #ffffff;
|
|
181
181
|
$dark-core-interactive-chip-secondary-on-text-hover: #d9d9d9;
|
|
182
182
|
$dark-core-interactive-chip-secondary-on-text-pressed: #cccccc;
|
|
183
183
|
$dark-core-interactive-chip-secondary-on-fill-default: #262626;
|
|
184
184
|
$dark-core-interactive-chip-secondary-on-fill-hover: #202020;
|
|
185
185
|
$dark-core-interactive-chip-secondary-on-fill-pressed: #1e1e1e;
|
|
186
|
-
$dark-core-interactive-chip-secondary-on-border-default: #
|
|
186
|
+
$dark-core-interactive-chip-secondary-on-border-default: #8c8c8c;
|
|
187
187
|
$dark-core-interactive-chip-secondary-on-border-hover: #777777;
|
|
188
188
|
$dark-core-interactive-chip-secondary-on-border-pressed: #707070;
|
|
189
|
-
$dark-core-interactive-chip-secondary-on-icon-default: #
|
|
189
|
+
$dark-core-interactive-chip-secondary-on-icon-default: #ffffff;
|
|
190
190
|
$dark-core-interactive-chip-secondary-on-icon-hover: #d9d9d9;
|
|
191
191
|
$dark-core-interactive-chip-secondary-on-icon-pressed: #cccccc;
|
|
192
|
-
$dark-core-interactive-chip-secondary-off-fill-default: #
|
|
192
|
+
$dark-core-interactive-chip-secondary-off-fill-default: #262626;
|
|
193
193
|
$dark-core-interactive-chip-secondary-off-fill-hover: #202020;
|
|
194
194
|
$dark-core-interactive-chip-secondary-off-fill-pressed: #1e1e1e;
|
|
195
|
-
$dark-core-interactive-chip-secondary-off-text-default: #
|
|
195
|
+
$dark-core-interactive-chip-secondary-off-text-default: #a6a6a6;
|
|
196
196
|
$dark-core-interactive-chip-secondary-off-text-hover: #8d8d8d;
|
|
197
197
|
$dark-core-interactive-chip-secondary-off-text-pressed: #858585;
|
|
198
|
-
$dark-core-interactive-chip-secondary-off-icon-default: #
|
|
198
|
+
$dark-core-interactive-chip-secondary-off-icon-default: #a6a6a6;
|
|
199
199
|
$dark-core-interactive-chip-secondary-off-icon-hover: #8d8d8d;
|
|
200
200
|
$dark-core-interactive-chip-secondary-off-icon-pressed: #858585;
|
|
201
|
-
$dark-core-interactive-chip-channel-secondary-off-fill-default: #
|
|
201
|
+
$dark-core-interactive-chip-channel-secondary-off-fill-default: #0d0d0d;
|
|
202
202
|
$dark-core-interactive-chip-channel-secondary-off-fill-hover: #0b0b0b;
|
|
203
203
|
$dark-core-interactive-chip-channel-secondary-off-fill-pressed: #0a0a0a;
|
|
204
|
-
$dark-core-interactive-chip-channel-secondary-off-text-default: #
|
|
204
|
+
$dark-core-interactive-chip-channel-secondary-off-text-default: #cccccc;
|
|
205
205
|
$dark-core-interactive-chip-channel-secondary-off-text-hover: #adadad;
|
|
206
206
|
$dark-core-interactive-chip-channel-secondary-off-text-pressed: #a3a3a3;
|
|
207
|
-
$dark-core-interactive-chip-channel-secondary-off-icon-default: #
|
|
207
|
+
$dark-core-interactive-chip-channel-secondary-off-icon-default: #cccccc;
|
|
208
208
|
$dark-core-interactive-chip-channel-secondary-off-icon-hover: #adadad;
|
|
209
209
|
$dark-core-interactive-chip-channel-secondary-off-icon-pressed: #a3a3a3;
|
|
210
|
-
$dark-core-interactive-chip-channel-secondary-on-border-default: #
|
|
210
|
+
$dark-core-interactive-chip-channel-secondary-on-border-default: #cccccc;
|
|
211
211
|
$dark-core-interactive-chip-channel-secondary-on-border-hover: #adadad;
|
|
212
212
|
$dark-core-interactive-chip-channel-secondary-on-border-pressed: #a3a3a3;
|
|
213
|
-
$dark-core-interactive-chip-channel-secondary-on-fill-default: #
|
|
213
|
+
$dark-core-interactive-chip-channel-secondary-on-fill-default: #0d0d0d;
|
|
214
214
|
$dark-core-interactive-chip-channel-secondary-on-fill-hover: #0b0b0b;
|
|
215
215
|
$dark-core-interactive-chip-channel-secondary-on-fill-pressed: #0a0a0a;
|
|
216
|
-
$dark-core-interactive-chip-channel-secondary-on-text-default: #
|
|
216
|
+
$dark-core-interactive-chip-channel-secondary-on-text-default: #e6e6e6;
|
|
217
217
|
$dark-core-interactive-chip-channel-secondary-on-text-hover: #c4c4c4;
|
|
218
218
|
$dark-core-interactive-chip-channel-secondary-on-text-pressed: #b8b8b8;
|
|
219
|
-
$dark-core-interactive-chip-channel-secondary-on-icon-default: #
|
|
219
|
+
$dark-core-interactive-chip-channel-secondary-on-icon-default: #e6e6e6;
|
|
220
220
|
$dark-core-interactive-chip-channel-secondary-on-icon-hover: #c4c4c4;
|
|
221
221
|
$dark-core-interactive-chip-channel-secondary-on-icon-pressed: #b8b8b8;
|
|
222
|
-
$dark-core-interactive-chip-channel-primary-off-fill-default: #
|
|
222
|
+
$dark-core-interactive-chip-channel-primary-off-fill-default: #0d0d0d;
|
|
223
223
|
$dark-core-interactive-chip-channel-primary-off-fill-hover: #0b0b0b;
|
|
224
224
|
$dark-core-interactive-chip-channel-primary-off-fill-pressed: #0a0a0a;
|
|
225
|
-
$dark-core-interactive-chip-channel-primary-off-text-default: #
|
|
225
|
+
$dark-core-interactive-chip-channel-primary-off-text-default: #e6e6e6;
|
|
226
226
|
$dark-core-interactive-chip-channel-primary-off-text-hover: #c4c4c4;
|
|
227
227
|
$dark-core-interactive-chip-channel-primary-off-text-pressed: #b8b8b8;
|
|
228
|
-
$dark-core-interactive-chip-channel-primary-off-icon-default: #
|
|
228
|
+
$dark-core-interactive-chip-channel-primary-off-icon-default: #e6e6e6;
|
|
229
229
|
$dark-core-interactive-chip-channel-primary-off-icon-hover: #c4c4c4;
|
|
230
230
|
$dark-core-interactive-chip-channel-primary-off-icon-pressed: #b8b8b8;
|
|
231
|
-
$dark-core-interactive-chip-channel-primary-off-border-default: #
|
|
231
|
+
$dark-core-interactive-chip-channel-primary-off-border-default: #262626;
|
|
232
232
|
$dark-core-interactive-chip-channel-primary-off-border-hover: #202020;
|
|
233
233
|
$dark-core-interactive-chip-channel-primary-off-border-pressed: #1e1e1e;
|
|
234
|
-
$dark-core-interactive-chip-channel-primary-on-fill-default: #
|
|
234
|
+
$dark-core-interactive-chip-channel-primary-on-fill-default: #cccccc;
|
|
235
235
|
$dark-core-interactive-chip-channel-primary-on-fill-hover: #adadad;
|
|
236
236
|
$dark-core-interactive-chip-channel-primary-on-fill-pressed: #a3a3a3;
|
|
237
237
|
$dark-core-interactive-chip-channel-primary-on-text-default: #000000;
|
|
238
238
|
$dark-core-interactive-chip-channel-primary-on-text-hover: #000000;
|
|
239
239
|
$dark-core-interactive-chip-channel-primary-on-text-pressed: #000000;
|
|
240
|
-
$dark-core-interactive-chip-channel-primary-on-icon-default: #
|
|
240
|
+
$dark-core-interactive-chip-channel-primary-on-icon-default: #000000;
|
|
241
241
|
$dark-core-interactive-chip-channel-primary-on-icon-hover: #000000;
|
|
242
242
|
$dark-core-interactive-chip-channel-primary-on-icon-pressed: #000000;
|
|
243
|
+
$dark-core-interactive-tab-fill-default: #000000;
|
|
244
|
+
$dark-core-interactive-tab-fill-hover: #0d0d0d;
|
|
245
|
+
$dark-core-interactive-tab-fill-pressed: #262626;
|
|
246
|
+
$dark-core-interactive-tab-text-default: #ffffff;
|
|
247
|
+
$dark-core-interactive-tab-text-hover: #d9d9d9;
|
|
248
|
+
$dark-core-interactive-tab-text-pressed: #d9d9d9;
|
|
249
|
+
$dark-core-interactive-tab-icon-default: #ffffff;
|
|
250
|
+
$dark-core-interactive-tab-icon-hover: #d9d9d9;
|
|
251
|
+
$dark-core-interactive-tab-icon-pressed: #d9d9d9;
|
|
252
|
+
$dark-core-interactive-tab-selected-border-default: #8c8c8c;
|
|
243
253
|
$dark-core-active-fill: #ffffff;
|
|
244
254
|
$dark-core-active-text: #000000;
|
|
245
255
|
$dark-core-active-border: #8c8c8c;
|
|
246
256
|
$dark-core-active-icon: #000000;
|
|
247
257
|
$dark-core-focus-border: #8c8c8c;
|
|
248
|
-
$dark-core-label-primary: #
|
|
249
|
-
$dark-core-label-secondary: #
|
|
250
|
-
$dark-core-label-channel: #
|
|
251
|
-
$dark-core-label-callout: #
|
|
252
|
-
$dark-core-
|
|
253
|
-
$dark-core-
|
|
254
|
-
$dark-core-
|
|
255
|
-
$dark-core-
|
|
256
|
-
$dark-core-
|
|
257
|
-
$dark-core-
|
|
258
|
-
$dark-core-
|
|
259
|
-
$dark-core-
|
|
260
|
-
$dark-core-
|
|
261
|
-
$dark-core-
|
|
262
|
-
$dark-core-
|
|
258
|
+
$dark-core-label-primary: #ffffff;
|
|
259
|
+
$dark-core-label-secondary: #d9d9d9;
|
|
260
|
+
$dark-core-label-channel: #999999;
|
|
261
|
+
$dark-core-label-callout: #ff3933;
|
|
262
|
+
$dark-core-tag-primary-fill: #ffffff;
|
|
263
|
+
$dark-core-tag-primary-text: #000000;
|
|
264
|
+
$dark-core-tag-primary-icon: #000000;
|
|
265
|
+
$dark-core-tag-secondary-fill: #262626;
|
|
266
|
+
$dark-core-tag-secondary-text: #ffffff;
|
|
267
|
+
$dark-core-tag-secondary-icon: #ffffff;
|
|
268
|
+
$dark-core-tag-tertiary-text: #ffffff;
|
|
269
|
+
$dark-core-tag-tertiary-icon: #ffffff;
|
|
270
|
+
$dark-core-tag-callout-primary-fill: #ff3933;
|
|
271
|
+
$dark-core-tag-callout-primary-text: #ffffff;
|
|
272
|
+
$dark-core-tag-callout-primary-icon: #ffffff;
|
|
273
|
+
$dark-core-tag-callout-secondary-fill: #670909;
|
|
274
|
+
$dark-core-tag-callout-secondary-text: #ff3933;
|
|
275
|
+
$dark-core-tag-callout-secondary-icon: #ff3933;
|
|
276
|
+
$dark-core-tag-callout-tertiary-text: #ff3933;
|
|
277
|
+
$dark-core-tag-callout-tertiary-icon: #ff3933;
|
|
263
278
|
$dark-core-toast-fill-info: #0f4aa2;
|
|
264
279
|
$dark-core-toast-fill-success: #2c865b;
|
|
265
280
|
$dark-core-toast-fill-warning: #e49307;
|
|
@@ -275,15 +290,15 @@ $dark-core-toast-text-warning: #000000;
|
|
|
275
290
|
$dark-core-toast-link-info-default: #ffffff;
|
|
276
291
|
$dark-core-toast-link-info-hover: #d9d9d9;
|
|
277
292
|
$dark-core-toast-link-info-pressed: #cccccc;
|
|
278
|
-
$dark-core-toast-link-success-default: #
|
|
293
|
+
$dark-core-toast-link-success-default: #ffffff;
|
|
279
294
|
$dark-core-toast-link-success-hover: #d9d9d9;
|
|
280
295
|
$dark-core-toast-link-success-pressed: #cccccc;
|
|
281
|
-
$dark-core-toast-link-error-default: #
|
|
296
|
+
$dark-core-toast-link-error-default: #ffffff;
|
|
282
297
|
$dark-core-toast-link-error-hover: #d9d9d9;
|
|
283
298
|
$dark-core-toast-link-error-pressed: #cccccc;
|
|
284
299
|
$dark-core-toast-link-warning-default: #000000;
|
|
285
300
|
$dark-core-toast-link-warning-hover: #000000;
|
|
286
301
|
$dark-core-toast-link-warning-pressed: #000000;
|
|
287
|
-
$dark-core-tooltip-fill: #
|
|
288
|
-
$dark-core-tooltip-text: #
|
|
289
|
-
$dark-core-tooltip-icon: #
|
|
302
|
+
$dark-core-tooltip-fill: #ffffff;
|
|
303
|
+
$dark-core-tooltip-text: #000000;
|
|
304
|
+
$dark-core-tooltip-icon: #000000;
|
|
@@ -50,7 +50,7 @@ $light-core-input-fill-warning: #fff7ef;
|
|
|
50
50
|
$light-core-input-fill-info: #eff2f8;
|
|
51
51
|
$light-core-input-border-default: #8c8c8c;
|
|
52
52
|
$light-core-input-border-error: #b20908;
|
|
53
|
-
$light-core-input-border-hover: #
|
|
53
|
+
$light-core-input-border-hover: #6d6d6d;
|
|
54
54
|
$light-core-input-border-active: #595959;
|
|
55
55
|
$light-core-input-border-completed: #262626;
|
|
56
56
|
$light-core-input-border-success: #298458;
|
|
@@ -240,6 +240,16 @@ $light-core-interactive-chip-channel-primary-off-icon-pressed: #1e1e1e;
|
|
|
240
240
|
$light-core-interactive-chip-channel-primary-off-border-default: #a8a8a8;
|
|
241
241
|
$light-core-interactive-chip-channel-primary-off-border-hover: #8f8f8f;
|
|
242
242
|
$light-core-interactive-chip-channel-primary-off-border-pressed: #868686;
|
|
243
|
+
$light-core-interactive-tab-fill-default: #ffffff;
|
|
244
|
+
$light-core-interactive-tab-fill-hover: #f2f2f2;
|
|
245
|
+
$light-core-interactive-tab-fill-pressed: #d9d9d9;
|
|
246
|
+
$light-core-interactive-tab-text-default: #1a1a1a;
|
|
247
|
+
$light-core-interactive-tab-text-hover: #404040;
|
|
248
|
+
$light-core-interactive-tab-text-pressed: #404040;
|
|
249
|
+
$light-core-interactive-tab-icon-default: #1a1a1a;
|
|
250
|
+
$light-core-interactive-tab-icon-hover: #404040;
|
|
251
|
+
$light-core-interactive-tab-icon-pressed: #404040;
|
|
252
|
+
$light-core-interactive-tab-selected-border-default: #000000;
|
|
243
253
|
$light-core-active-fill: #000000;
|
|
244
254
|
$light-core-active-text: #ffffff;
|
|
245
255
|
$light-core-active-border: #000000;
|
|
@@ -249,17 +259,22 @@ $light-core-label-primary: #1a1a1a;
|
|
|
249
259
|
$light-core-label-secondary: #737373;
|
|
250
260
|
$light-core-label-channel: #595959;
|
|
251
261
|
$light-core-label-callout: #b20908;
|
|
252
|
-
$light-core-
|
|
253
|
-
$light-core-
|
|
254
|
-
$light-core-
|
|
255
|
-
$light-core-
|
|
256
|
-
$light-core-
|
|
257
|
-
$light-core-
|
|
258
|
-
$light-core-
|
|
259
|
-
$light-core-
|
|
260
|
-
$light-core-
|
|
261
|
-
$light-core-
|
|
262
|
-
$light-core-
|
|
262
|
+
$light-core-tag-primary-fill: #000000;
|
|
263
|
+
$light-core-tag-primary-text: #ffffff;
|
|
264
|
+
$light-core-tag-primary-icon: #ffffff;
|
|
265
|
+
$light-core-tag-secondary-fill: #d9d9d9;
|
|
266
|
+
$light-core-tag-secondary-text: #1a1a1a;
|
|
267
|
+
$light-core-tag-secondary-icon: #1a1a1a;
|
|
268
|
+
$light-core-tag-tertiary-text: #1a1a1a;
|
|
269
|
+
$light-core-tag-tertiary-icon: #1a1a1a;
|
|
270
|
+
$light-core-tag-callout-primary-fill: #b20908;
|
|
271
|
+
$light-core-tag-callout-primary-text: #ffffff;
|
|
272
|
+
$light-core-tag-callout-primary-icon: #ffffff;
|
|
273
|
+
$light-core-tag-callout-secondary-fill: #ffefef;
|
|
274
|
+
$light-core-tag-callout-secondary-text: #b20908;
|
|
275
|
+
$light-core-tag-callout-secondary-icon: #b20908;
|
|
276
|
+
$light-core-tag-callout-tertiary-text: #b20908;
|
|
277
|
+
$light-core-tag-callout-tertiary-icon: #b20908;
|
|
263
278
|
$light-core-toast-fill-info: #0a3472;
|
|
264
279
|
$light-core-toast-fill-success: #22724f;
|
|
265
280
|
$light-core-toast-fill-warning: #e49307;
|