@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.
Files changed (42) hide show
  1. package/README.md +50 -56
  2. package/dist/palettes/business-dark.scss +99 -84
  3. package/dist/palettes/business-light.scss +27 -12
  4. package/dist/palettes/comment-dark.scss +99 -84
  5. package/dist/palettes/comment-light.scss +27 -12
  6. package/dist/palettes/core-dark.scss +98 -83
  7. package/dist/palettes/core-light.scss +27 -12
  8. package/dist/palettes/culture-dark.scss +99 -84
  9. package/dist/palettes/culture-light.scss +27 -12
  10. package/dist/palettes/home-dark.scss +99 -84
  11. package/dist/palettes/home-light.scss +27 -12
  12. package/dist/palettes/ireland-dark.scss +99 -84
  13. package/dist/palettes/ireland-light.scss +27 -12
  14. package/dist/palettes/lifeAndStyle-dark.scss +99 -84
  15. package/dist/palettes/lifeAndStyle-light.scss +27 -12
  16. package/dist/palettes/magazineLuxx-dark.scss +304 -0
  17. package/dist/palettes/magazineLuxx-light.scss +304 -0
  18. package/dist/palettes/magazineSundayTimes-dark.scss +304 -0
  19. package/dist/palettes/magazineSundayTimes-light.scss +304 -0
  20. package/dist/palettes/magazineTimes-dark.scss +304 -0
  21. package/dist/palettes/magazineTimes-light.scss +304 -0
  22. package/dist/palettes/money-dark.scss +99 -84
  23. package/dist/palettes/money-light.scss +27 -12
  24. package/dist/palettes/obituaries-dark.scss +99 -84
  25. package/dist/palettes/obituaries-light.scss +27 -12
  26. package/dist/palettes/puzzles-dark.scss +99 -84
  27. package/dist/palettes/puzzles-light.scss +27 -12
  28. package/dist/palettes/sport-dark.scss +99 -84
  29. package/dist/palettes/sport-light.scss +27 -12
  30. package/dist/palettes/timesPlus-dark.scss +304 -0
  31. package/dist/palettes/timesPlus-light.scss +304 -0
  32. package/dist/palettes/timesRadio-dark.scss +42 -0
  33. package/dist/palettes/timesRadio-light.scss +42 -0
  34. package/dist/palettes/travel-dark.scss +99 -84
  35. package/dist/palettes/travel-light.scss +27 -12
  36. package/dist/palettes/uk-dark.scss +99 -84
  37. package/dist/palettes/uk-light.scss +27 -12
  38. package/dist/palettes/world-dark.scss +99 -84
  39. package/dist/palettes/world-light.scss +27 -12
  40. package/dist/tds-layout.scss +31 -43
  41. package/dist/tds-typography.scss +94 -35
  42. package/package.json +3 -3
@@ -24,12 +24,12 @@ $dark-world-text-channel-tertiary: #016d6f;
24
24
  $dark-world-text-static-dark: #000000;
25
25
  $dark-world-text-static-light: #ffffff;
26
26
  $dark-world-text-inverse: #000000;
27
- $dark-world-icon-primary: #000000;
28
- $dark-world-icon-secondary: #262626;
29
- $dark-world-icon-tertiary: #595959;
27
+ $dark-world-icon-primary: #ffffff;
28
+ $dark-world-icon-secondary: #d9d9d9;
29
+ $dark-world-icon-tertiary: #a6a6a6;
30
30
  $dark-world-icon-channel-primary: #016d6f;
31
31
  $dark-world-icon-channel-secondary: #1c7f83;
32
- $dark-world-icon-channel-tertiary: #85b4b6;
32
+ $dark-world-icon-channel-tertiary: #016d6f;
33
33
  $dark-world-icon-inverse: #000000;
34
34
  $dark-world-border-primary: #575757;
35
35
  $dark-world-border-secondary: #333333;
@@ -50,67 +50,72 @@ $dark-world-input-fill-warning: #664109;
50
50
  $dark-world-input-fill-info: #08295a;
51
51
  $dark-world-input-border-default: #737373;
52
52
  $dark-world-input-border-error: #ff7268;
53
- $dark-world-input-border-hover: #808080;
53
+ $dark-world-input-border-hover: #6d6d6d;
54
54
  $dark-world-input-border-active: #a6a6a6;
55
55
  $dark-world-input-border-completed: #d9d9d9;
56
56
  $dark-world-input-border-success: #80c4a1;
57
57
  $dark-world-input-border-warning: #ffc77f;
58
58
  $dark-world-input-border-info: #466fb5;
59
- $dark-world-input-text-default: #595959;
60
- $dark-world-input-text-error: #000000;
61
- $dark-world-input-text-hover: #262626;
62
- $dark-world-input-text-active: #000000;
63
- $dark-world-input-text-completed: #000000;
64
- $dark-world-input-text-success: #000000;
65
- $dark-world-input-text-warning: #000000;
66
- $dark-world-input-text-info: #000000;
67
- $dark-world-input-icon-default: #8c8c8c;
59
+ $dark-world-input-text-default: #a6a6a6;
60
+ $dark-world-input-text-error: #ffffff;
61
+ $dark-world-input-text-hover: #d9d9d9;
62
+ $dark-world-input-text-active: #ffffff;
63
+ $dark-world-input-text-completed: #ffffff;
64
+ $dark-world-input-text-success: #ffffff;
65
+ $dark-world-input-text-warning: #ffffff;
66
+ $dark-world-input-text-info: #ffffff;
67
+ $dark-world-input-icon-default: #737373;
68
68
  $dark-world-input-icon-hover: #6d6d6d;
69
- $dark-world-input-icon-active: #595959;
70
- $dark-world-input-icon-completed: #262626;
71
- $dark-world-input-icon-error: #e70300;
72
- $dark-world-input-icon-success: #2c9365;
73
- $dark-world-input-icon-warning: #cc8103;
74
- $dark-world-input-icon-info: #2658a9;
69
+ $dark-world-input-icon-active: #a6a6a6;
70
+ $dark-world-input-icon-completed: #d9d9d9;
71
+ $dark-world-input-icon-error: #ff7268;
72
+ $dark-world-input-icon-success: #80c4a1;
73
+ $dark-world-input-icon-warning: #ffc77f;
74
+ $dark-world-input-icon-info: #466fb5;
75
75
  $dark-world-active-fill: #ffffff;
76
76
  $dark-world-active-text: #000000;
77
77
  $dark-world-active-border: #ffffff;
78
78
  $dark-world-active-icon: #000000;
79
79
  $dark-world-focus-border: #8c8c8c;
80
- $dark-world-label-primary: #000000;
81
- $dark-world-label-secondary: #262626;
82
- $dark-world-label-channel: #268186;
83
- $dark-world-label-callout: #ff403a;
84
- $dark-world-flag-primary-fill: #ffffff;
85
- $dark-world-flag-primary-text: #0d0d0d;
86
- $dark-world-flag-primary-icon: #f2f2f2;
87
- $dark-world-flag-secondary-text: #000000;
88
- $dark-world-flag-secondary-icon: #000000;
89
- $dark-world-flag-channel-fill: #9bc3c5;
90
- $dark-world-flag-channel-text: #073131;
91
- $dark-world-flag-channel-icon: #073131;
92
- $dark-world-flag-callout-fill: #ff3933;
93
- $dark-world-flag-callout-text: #000000;
94
- $dark-world-flag-callout-icon: #000000;
80
+ $dark-world-label-primary: #ffffff;
81
+ $dark-world-label-secondary: #d9d9d9;
82
+ $dark-world-label-channel: #3c8b90;
83
+ $dark-world-label-callout: #ff3933;
84
+ $dark-world-tag-primary-fill: #ffffff;
85
+ $dark-world-tag-primary-text: #000000;
86
+ $dark-world-tag-primary-icon: #000000;
87
+ $dark-world-tag-secondary-fill: #262626;
88
+ $dark-world-tag-secondary-text: #ffffff;
89
+ $dark-world-tag-secondary-icon: #ffffff;
90
+ $dark-world-tag-tertiary-text: #ffffff;
91
+ $dark-world-tag-tertiary-icon: #ffffff;
92
+ $dark-world-tag-callout-primary-fill: #ff3933;
93
+ $dark-world-tag-callout-primary-text: #ffffff;
94
+ $dark-world-tag-callout-primary-icon: #ffffff;
95
+ $dark-world-tag-callout-secondary-fill: #670909;
96
+ $dark-world-tag-callout-secondary-text: #ff3933;
97
+ $dark-world-tag-callout-secondary-icon: #ff3933;
98
+ $dark-world-tag-callout-tertiary-text: #ff3933;
99
+ $dark-world-tag-callout-tertiary-icon: #ff3933;
95
100
  $dark-world-interactive-primary-fill-default: #ffffff;
96
101
  $dark-world-interactive-primary-fill-hover: #ffffff;
97
102
  $dark-world-interactive-primary-fill-pressed: #ffffff;
98
103
  $dark-world-interactive-primary-text-default: #000000;
99
- $dark-world-interactive-primary-text-hover: #ffffff;
100
- $dark-world-interactive-primary-text-pressed: #ffffff;
101
- $dark-world-interactive-primary-icon-default: #ffffff;
102
- $dark-world-interactive-primary-icon-hover: #ffffff;
103
- $dark-world-interactive-primary-icon-pressed: #ffffff;
104
- $dark-world-interactive-secondary-fill-default: #ffffff;
104
+ $dark-world-interactive-primary-text-hover: #000000;
105
+ $dark-world-interactive-primary-text-pressed: #000000;
106
+ $dark-world-interactive-primary-icon-default: #000000;
107
+ $dark-world-interactive-primary-icon-hover: #000000;
108
+ $dark-world-interactive-primary-icon-pressed: #000000;
109
+ $dark-world-interactive-secondary-fill-default: #000000;
105
110
  $dark-world-interactive-secondary-fill-hover: #262626;
106
111
  $dark-world-interactive-secondary-fill-pressed: #333333;
107
112
  $dark-world-interactive-secondary-border-default: #8c8c8c;
108
113
  $dark-world-interactive-secondary-border-hover: #9d9d9d;
109
114
  $dark-world-interactive-secondary-border-pressed: #a3a3a3;
110
- $dark-world-interactive-secondary-text-default: #000000;
115
+ $dark-world-interactive-secondary-text-default: #ffffff;
111
116
  $dark-world-interactive-secondary-text-hover: #ffffff;
112
117
  $dark-world-interactive-secondary-text-pressed: #ffffff;
113
- $dark-world-interactive-secondary-icon-default: #000000;
118
+ $dark-world-interactive-secondary-icon-default: #ffffff;
114
119
  $dark-world-interactive-secondary-icon-hover: #ffffff;
115
120
  $dark-world-interactive-secondary-icon-pressed: #ffffff;
116
121
  $dark-world-interactive-disabled-a: #262626;
@@ -119,123 +124,133 @@ $dark-world-interactive-disabled-c: #575757;
119
124
  $dark-world-interactive-negative-fill-default: #000000;
120
125
  $dark-world-interactive-negative-fill-hover: #000000;
121
126
  $dark-world-interactive-negative-fill-pressed: #000000;
122
- $dark-world-interactive-negative-border-default: #ff8883;
127
+ $dark-world-interactive-negative-border-default: #e70300;
123
128
  $dark-world-interactive-negative-border-hover: #c40300;
124
129
  $dark-world-interactive-negative-border-pressed: #b90200;
125
130
  $dark-world-interactive-negative-text-default: #e70300;
126
131
  $dark-world-interactive-negative-text-hover: #c40300;
127
132
  $dark-world-interactive-negative-text-pressed: #b90200;
128
- $dark-world-interactive-negative-icon-default: #ff8883;
133
+ $dark-world-interactive-negative-icon-default: #e70300;
129
134
  $dark-world-interactive-negative-icon-hover: #c40300;
130
135
  $dark-world-interactive-negative-icon-pressed: #b90200;
131
136
  $dark-world-interactive-link-secondary-text-default: #8c8c8c;
132
137
  $dark-world-interactive-link-secondary-text-hover: #777777;
133
138
  $dark-world-interactive-link-secondary-text-pressed: #707070;
134
139
  $dark-world-interactive-link-secondary-text-visited: #9a9a9a;
135
- $dark-world-interactive-link-secondary-icon-default: #737373;
140
+ $dark-world-interactive-link-secondary-icon-default: #8c8c8c;
136
141
  $dark-world-interactive-link-secondary-icon-hover: #777777;
137
142
  $dark-world-interactive-link-secondary-icon-pressed: #707070;
138
143
  $dark-world-interactive-link-secondary-icon-visited: #9a9a9a;
139
- $dark-world-interactive-link-secondary-underline-default: #737373;
144
+ $dark-world-interactive-link-secondary-underline-default: #8c8c8c;
140
145
  $dark-world-interactive-link-secondary-underline-hover: #9d9d9d;
141
146
  $dark-world-interactive-link-secondary-underline-pressed: #a3a3a3;
142
147
  $dark-world-interactive-link-secondary-underline-visited: #7e7e7e;
143
- $dark-world-interactive-link-primary-text-default: #000000;
148
+ $dark-world-interactive-link-primary-text-default: #ffffff;
144
149
  $dark-world-interactive-link-primary-text-hover: #d9d9d9;
145
150
  $dark-world-interactive-link-primary-text-pressed: #cccccc;
146
151
  $dark-world-interactive-link-primary-text-visited: #ffffff;
147
- $dark-world-interactive-link-primary-icon-default: #000000;
152
+ $dark-world-interactive-link-primary-icon-default: #ffffff;
148
153
  $dark-world-interactive-link-primary-icon-hover: #d9d9d9;
149
154
  $dark-world-interactive-link-primary-icon-pressed: #cccccc;
150
155
  $dark-world-interactive-link-primary-icon-visited: #ffffff;
151
- $dark-world-interactive-link-primary-underline-default: #000000;
156
+ $dark-world-interactive-link-primary-underline-default: #ffffff;
152
157
  $dark-world-interactive-link-primary-underline-hover: #ffffff;
153
158
  $dark-world-interactive-link-primary-underline-pressed: #ffffff;
154
159
  $dark-world-interactive-link-primary-underline-visited: #e6e6e6;
155
- $dark-world-interactive-chip-primary-on-fill-default: #000000;
160
+ $dark-world-interactive-chip-primary-on-fill-default: #ffffff;
156
161
  $dark-world-interactive-chip-primary-on-fill-hover: #d9d9d9;
157
162
  $dark-world-interactive-chip-primary-on-fill-pressed: #cccccc;
158
- $dark-world-interactive-chip-primary-on-text-default: #ffffff;
163
+ $dark-world-interactive-chip-primary-on-text-default: #000000;
159
164
  $dark-world-interactive-chip-primary-on-text-hover: #000000;
160
165
  $dark-world-interactive-chip-primary-on-text-pressed: #000000;
161
- $dark-world-interactive-chip-primary-on-icon-default: #ffffff;
166
+ $dark-world-interactive-chip-primary-on-icon-default: #000000;
162
167
  $dark-world-interactive-chip-primary-on-icon-hover: #000000;
163
168
  $dark-world-interactive-chip-primary-on-icon-pressed: #000000;
164
- $dark-world-interactive-chip-primary-off-fill-default: #ffffff;
169
+ $dark-world-interactive-chip-primary-off-fill-default: #000000;
165
170
  $dark-world-interactive-chip-primary-off-fill-hover: #000000;
166
171
  $dark-world-interactive-chip-primary-off-fill-pressed: #000000;
167
- $dark-world-interactive-chip-primary-off-text-default: #000000;
172
+ $dark-world-interactive-chip-primary-off-text-default: #ffffff;
168
173
  $dark-world-interactive-chip-primary-off-text-hover: #d9d9d9;
169
174
  $dark-world-interactive-chip-primary-off-text-pressed: #cccccc;
170
- $dark-world-interactive-chip-primary-off-icon-default: #000000;
175
+ $dark-world-interactive-chip-primary-off-icon-default: #ffffff;
171
176
  $dark-world-interactive-chip-primary-off-icon-hover: #d9d9d9;
172
177
  $dark-world-interactive-chip-primary-off-icon-pressed: #cccccc;
173
- $dark-world-interactive-chip-primary-off-border-default: #000000;
178
+ $dark-world-interactive-chip-primary-off-border-default: #ffffff;
174
179
  $dark-world-interactive-chip-primary-off-border-hover: #d9d9d9;
175
180
  $dark-world-interactive-chip-primary-off-border-pressed: #cccccc;
176
- $dark-world-interactive-chip-secondary-on-text-default: #000000;
181
+ $dark-world-interactive-chip-secondary-on-text-default: #ffffff;
177
182
  $dark-world-interactive-chip-secondary-on-text-hover: #d9d9d9;
178
183
  $dark-world-interactive-chip-secondary-on-text-pressed: #cccccc;
179
184
  $dark-world-interactive-chip-secondary-on-fill-default: #262626;
180
185
  $dark-world-interactive-chip-secondary-on-fill-hover: #202020;
181
186
  $dark-world-interactive-chip-secondary-on-fill-pressed: #1e1e1e;
182
- $dark-world-interactive-chip-secondary-on-border-default: #737373;
187
+ $dark-world-interactive-chip-secondary-on-border-default: #8c8c8c;
183
188
  $dark-world-interactive-chip-secondary-on-border-hover: #777777;
184
189
  $dark-world-interactive-chip-secondary-on-border-pressed: #707070;
185
- $dark-world-interactive-chip-secondary-on-icon-default: #000000;
190
+ $dark-world-interactive-chip-secondary-on-icon-default: #ffffff;
186
191
  $dark-world-interactive-chip-secondary-on-icon-hover: #d9d9d9;
187
192
  $dark-world-interactive-chip-secondary-on-icon-pressed: #cccccc;
188
- $dark-world-interactive-chip-secondary-off-fill-default: #d9d9d9;
193
+ $dark-world-interactive-chip-secondary-off-fill-default: #262626;
189
194
  $dark-world-interactive-chip-secondary-off-fill-hover: #202020;
190
195
  $dark-world-interactive-chip-secondary-off-fill-pressed: #1e1e1e;
191
- $dark-world-interactive-chip-secondary-off-text-default: #595959;
196
+ $dark-world-interactive-chip-secondary-off-text-default: #a6a6a6;
192
197
  $dark-world-interactive-chip-secondary-off-text-hover: #8d8d8d;
193
198
  $dark-world-interactive-chip-secondary-off-text-pressed: #858585;
194
- $dark-world-interactive-chip-secondary-off-icon-default: #595959;
199
+ $dark-world-interactive-chip-secondary-off-icon-default: #a6a6a6;
195
200
  $dark-world-interactive-chip-secondary-off-icon-hover: #8d8d8d;
196
201
  $dark-world-interactive-chip-secondary-off-icon-pressed: #858585;
197
202
  $dark-world-interactive-chip-channel-secondary-off-fill-default: #073131;
198
203
  $dark-world-interactive-chip-channel-secondary-off-fill-hover: #062a2a;
199
204
  $dark-world-interactive-chip-channel-secondary-off-fill-pressed: #062727;
200
- $dark-world-interactive-chip-channel-secondary-off-text-default: #085358;
205
+ $dark-world-interactive-chip-channel-secondary-off-text-default: #6ea7a9;
201
206
  $dark-world-interactive-chip-channel-secondary-off-text-hover: #589395;
202
207
  $dark-world-interactive-chip-channel-secondary-off-text-pressed: #538a8c;
203
- $dark-world-interactive-chip-channel-secondary-off-icon-default: #085358;
208
+ $dark-world-interactive-chip-channel-secondary-off-icon-default: #6ea7a9;
204
209
  $dark-world-interactive-chip-channel-secondary-off-icon-hover: #589395;
205
210
  $dark-world-interactive-chip-channel-secondary-off-icon-pressed: #538a8c;
206
- $dark-world-interactive-chip-channel-secondary-on-border-default: #085358;
211
+ $dark-world-interactive-chip-channel-secondary-on-border-default: #6ea7a9;
207
212
  $dark-world-interactive-chip-channel-secondary-on-border-hover: #589395;
208
213
  $dark-world-interactive-chip-channel-secondary-on-border-pressed: #538a8c;
209
- $dark-world-interactive-chip-channel-secondary-on-fill-default: #e4edf0;
214
+ $dark-world-interactive-chip-channel-secondary-on-fill-default: #073131;
210
215
  $dark-world-interactive-chip-channel-secondary-on-fill-hover: #062a2a;
211
216
  $dark-world-interactive-chip-channel-secondary-on-fill-pressed: #062727;
212
- $dark-world-interactive-chip-channel-secondary-on-text-default: #000000;
217
+ $dark-world-interactive-chip-channel-secondary-on-text-default: #ffffff;
213
218
  $dark-world-interactive-chip-channel-secondary-on-text-hover: #d9d9d9;
214
219
  $dark-world-interactive-chip-channel-secondary-on-text-pressed: #cccccc;
215
- $dark-world-interactive-chip-channel-secondary-on-icon-default: #000000;
220
+ $dark-world-interactive-chip-channel-secondary-on-icon-default: #ffffff;
216
221
  $dark-world-interactive-chip-channel-secondary-on-icon-hover: #d9d9d9;
217
222
  $dark-world-interactive-chip-channel-secondary-on-icon-pressed: #cccccc;
218
- $dark-world-interactive-chip-channel-primary-off-fill-default: #f4f7f7;
223
+ $dark-world-interactive-chip-channel-primary-off-fill-default: #06171a;
219
224
  $dark-world-interactive-chip-channel-primary-off-fill-hover: #051416;
220
225
  $dark-world-interactive-chip-channel-primary-off-fill-pressed: #051215;
221
- $dark-world-interactive-chip-channel-primary-off-text-default: #073131;
226
+ $dark-world-interactive-chip-channel-primary-off-text-default: #90bbbe;
222
227
  $dark-world-interactive-chip-channel-primary-off-text-hover: #71a8ac;
223
228
  $dark-world-interactive-chip-channel-primary-off-text-pressed: #66a1a5;
224
- $dark-world-interactive-chip-channel-primary-off-icon-default: #073131;
229
+ $dark-world-interactive-chip-channel-primary-off-icon-default: #90bbbe;
225
230
  $dark-world-interactive-chip-channel-primary-off-icon-hover: #71a8ac;
226
231
  $dark-world-interactive-chip-channel-primary-off-icon-pressed: #66a1a5;
227
- $dark-world-interactive-chip-channel-primary-off-border-default: #9bc3c5;
232
+ $dark-world-interactive-chip-channel-primary-off-border-default: #056065;
228
233
  $dark-world-interactive-chip-channel-primary-off-border-hover: #045256;
229
234
  $dark-world-interactive-chip-channel-primary-off-border-pressed: #044d51;
230
- $dark-world-interactive-chip-channel-primary-on-fill-default: #9bc3c5;
235
+ $dark-world-interactive-chip-channel-primary-on-fill-default: #056065;
231
236
  $dark-world-interactive-chip-channel-primary-on-fill-hover: #045256;
232
237
  $dark-world-interactive-chip-channel-primary-on-fill-pressed: #044d51;
233
- $dark-world-interactive-chip-channel-primary-on-text-default: #000000;
238
+ $dark-world-interactive-chip-channel-primary-on-text-default: #ffffff;
234
239
  $dark-world-interactive-chip-channel-primary-on-text-hover: #d9d9d9;
235
240
  $dark-world-interactive-chip-channel-primary-on-text-pressed: #cccccc;
236
- $dark-world-interactive-chip-channel-primary-on-icon-default: #000000;
241
+ $dark-world-interactive-chip-channel-primary-on-icon-default: #ffffff;
237
242
  $dark-world-interactive-chip-channel-primary-on-icon-hover: #d9d9d9;
238
243
  $dark-world-interactive-chip-channel-primary-on-icon-pressed: #cccccc;
244
+ $dark-world-interactive-tab-fill-default: #000000;
245
+ $dark-world-interactive-tab-fill-hover: #0d0d0d;
246
+ $dark-world-interactive-tab-fill-pressed: #262626;
247
+ $dark-world-interactive-tab-text-default: #ffffff;
248
+ $dark-world-interactive-tab-text-hover: #d9d9d9;
249
+ $dark-world-interactive-tab-text-pressed: #d9d9d9;
250
+ $dark-world-interactive-tab-icon-default: #ffffff;
251
+ $dark-world-interactive-tab-icon-hover: #d9d9d9;
252
+ $dark-world-interactive-tab-icon-pressed: #d9d9d9;
253
+ $dark-world-interactive-tab-selected-border-default: #ffffff;
239
254
  $dark-world-toast-fill-info: #0f4aa2;
240
255
  $dark-world-toast-fill-success: #2c865b;
241
256
  $dark-world-toast-fill-warning: #e49307;
@@ -251,10 +266,10 @@ $dark-world-toast-text-warning: #000000;
251
266
  $dark-world-toast-link-info-default: #ffffff;
252
267
  $dark-world-toast-link-info-hover: #d9d9d9;
253
268
  $dark-world-toast-link-info-pressed: #cccccc;
254
- $dark-world-toast-link-success-default: #000000;
269
+ $dark-world-toast-link-success-default: #ffffff;
255
270
  $dark-world-toast-link-success-hover: #d9d9d9;
256
271
  $dark-world-toast-link-success-pressed: #cccccc;
257
- $dark-world-toast-link-error-default: #000000;
272
+ $dark-world-toast-link-error-default: #ffffff;
258
273
  $dark-world-toast-link-error-hover: #d9d9d9;
259
274
  $dark-world-toast-link-error-pressed: #cccccc;
260
275
  $dark-world-toast-link-warning-default: #000000;
@@ -272,18 +287,18 @@ $dark-world-messaging-icon-error: #ff7268;
272
287
  $dark-world-messaging-icon-success: #80c4a1;
273
288
  $dark-world-messaging-icon-warning: #ffa722;
274
289
  $dark-world-messaging-icon-info: #6f8dc6;
275
- $dark-world-messaging-link-text-default: #000000;
290
+ $dark-world-messaging-link-text-default: #ffffff;
276
291
  $dark-world-messaging-link-text-hover: #d9d9d9;
277
292
  $dark-world-messaging-link-text-pressed: #cccccc;
278
293
  $dark-world-messaging-link-text-visited: #ffffff;
279
- $dark-world-messaging-link-icon-default: #000000;
294
+ $dark-world-messaging-link-icon-default: #ffffff;
280
295
  $dark-world-messaging-link-icon-hover: #d9d9d9;
281
296
  $dark-world-messaging-link-icon-pressed: #cccccc;
282
297
  $dark-world-messaging-link-icon-visited: #ffffff;
283
- $dark-world-messaging-link-underline-default: #000000;
298
+ $dark-world-messaging-link-underline-default: #ffffff;
284
299
  $dark-world-messaging-link-underline-hover: #ffffff;
285
300
  $dark-world-messaging-link-underline-pressed: #ffffff;
286
301
  $dark-world-messaging-link-underline-visited: #e6e6e6;
287
- $dark-world-tooltip-fill: #000000;
288
- $dark-world-tooltip-text: #ffffff;
289
- $dark-world-tooltip-icon: #ffffff;
302
+ $dark-world-tooltip-fill: #ffffff;
303
+ $dark-world-tooltip-text: #000000;
304
+ $dark-world-tooltip-icon: #000000;
@@ -50,7 +50,7 @@ $light-world-input-fill-warning: #fff7ef;
50
50
  $light-world-input-fill-info: #eff2f8;
51
51
  $light-world-input-border-default: #8c8c8c;
52
52
  $light-world-input-border-error: #b20908;
53
- $light-world-input-border-hover: #808080;
53
+ $light-world-input-border-hover: #6d6d6d;
54
54
  $light-world-input-border-active: #595959;
55
55
  $light-world-input-border-completed: #262626;
56
56
  $light-world-input-border-success: #298458;
@@ -216,6 +216,16 @@ $light-world-interactive-chip-channel-primary-off-icon-pressed: #063032;
216
216
  $light-world-interactive-chip-channel-primary-off-border-default: #b2cfd2;
217
217
  $light-world-interactive-chip-channel-primary-off-border-hover: #8db8bd;
218
218
  $light-world-interactive-chip-channel-primary-off-border-pressed: #81b0b5;
219
+ $light-world-interactive-tab-fill-default: #ffffff;
220
+ $light-world-interactive-tab-fill-hover: #f2f2f2;
221
+ $light-world-interactive-tab-fill-pressed: #d9d9d9;
222
+ $light-world-interactive-tab-text-default: #1a1a1a;
223
+ $light-world-interactive-tab-text-hover: #404040;
224
+ $light-world-interactive-tab-text-pressed: #404040;
225
+ $light-world-interactive-tab-icon-default: #1a1a1a;
226
+ $light-world-interactive-tab-icon-hover: #404040;
227
+ $light-world-interactive-tab-icon-pressed: #404040;
228
+ $light-world-interactive-tab-selected-border-default: #000000;
219
229
  $light-world-active-fill: #000000;
220
230
  $light-world-active-text: #ffffff;
221
231
  $light-world-active-border: #000000;
@@ -225,17 +235,22 @@ $light-world-label-primary: #1a1a1a;
225
235
  $light-world-label-secondary: #737373;
226
236
  $light-world-label-channel: #6ea7a9;
227
237
  $light-world-label-callout: #b20908;
228
- $light-world-flag-primary-fill: #000000;
229
- $light-world-flag-primary-text: #f2f2f2;
230
- $light-world-flag-primary-icon: #f2f2f2;
231
- $light-world-flag-secondary-text: #1a1a1a;
232
- $light-world-flag-secondary-icon: #1a1a1a;
233
- $light-world-flag-channel-fill: #b2cfd2;
234
- $light-world-flag-channel-text: #083c3e;
235
- $light-world-flag-channel-icon: #083c3e;
236
- $light-world-flag-callout-fill: #b20908;
237
- $light-world-flag-callout-text: #ffffff;
238
- $light-world-flag-callout-icon: #ffffff;
238
+ $light-world-tag-primary-fill: #000000;
239
+ $light-world-tag-primary-text: #ffffff;
240
+ $light-world-tag-primary-icon: #ffffff;
241
+ $light-world-tag-secondary-fill: #d9d9d9;
242
+ $light-world-tag-secondary-text: #1a1a1a;
243
+ $light-world-tag-secondary-icon: #1a1a1a;
244
+ $light-world-tag-tertiary-text: #1a1a1a;
245
+ $light-world-tag-tertiary-icon: #1a1a1a;
246
+ $light-world-tag-callout-primary-fill: #b20908;
247
+ $light-world-tag-callout-primary-text: #ffffff;
248
+ $light-world-tag-callout-primary-icon: #ffffff;
249
+ $light-world-tag-callout-secondary-fill: #ffefef;
250
+ $light-world-tag-callout-secondary-text: #b20908;
251
+ $light-world-tag-callout-secondary-icon: #b20908;
252
+ $light-world-tag-callout-tertiary-text: #b20908;
253
+ $light-world-tag-callout-tertiary-icon: #b20908;
239
254
  $light-world-toast-fill-info: #0a3472;
240
255
  $light-world-toast-fill-success: #22724f;
241
256
  $light-world-toast-fill-warning: #e49307;
@@ -1,39 +1,3 @@
1
- :root {
2
- --grid-columns: 4;
3
- --grid-gutter: 24px;
4
- --grid-margin: 20px;
5
- --grid-viewport: 433px;
6
- --grid-max-width: 767px;
7
- --grid-content-area: 393px;
8
- }
9
- @media (min-width: 440px) {
10
- :root {
11
- --grid-columns: 12;
12
- --grid-gutter: 32px;
13
- --grid-margin: 24px;
14
- --grid-viewport: 816px;
15
- --grid-max-width: 1023px;
16
- --grid-content-area: 768px;
17
- }}
18
- @media (min-width: 1024px) {
19
- :root {
20
- --grid-columns: 12;
21
- --grid-gutter: 32px;
22
- --grid-margin: 24px;
23
- --grid-viewport: 1072px;
24
- --grid-max-width: 1439px;
25
- --grid-content-area: 1024px;
26
- }}
27
- @media (min-width: 1440px) {
28
- :root {
29
- --grid-columns: 12;
30
- --grid-gutter: 32px;
31
- --grid-margin: 24px;
32
- --grid-viewport: 1440px;
33
- --grid-max-width: 1920px;
34
- --grid-content-area: 1144px;
35
- }}
36
-
37
1
  $spacing-10: 18px;
38
2
  $spacing-11: 20px;
39
3
  $spacing-12: 23px;
@@ -55,12 +19,6 @@ $spacing-06: 10px;
55
19
  $spacing-07: 12px;
56
20
  $spacing-08: 14px;
57
21
  $spacing-09: 16px;
58
- $grid-columns: var(--grid-columns);
59
- $grid-gutter: var(--grid-gutter);
60
- $grid-margin: var(--grid-margin);
61
- $grid-viewport: var(--grid-viewport);
62
- $grid-max-width: var(--grid-max-width);
63
- $grid-content-area: var(--grid-content-area);
64
22
  $shadow-elevation-down-level-2: 0px 4px 8px 0px rgba(0,0,0,0.08);
65
23
  $shadow-elevation-down-level-3: 0px 16px 24px 0px rgba(0,0,0,0.08);
66
24
  $shadow-elevation-down-level-4: 0px 20px 32px 0px rgba(0,0,0,0.08);
@@ -78,4 +36,34 @@ $breakpoint-small: 0px;
78
36
  $breakpoint-medium: 440px;
79
37
  $breakpoint-large: 1024px;
80
38
  $breakpoint-xLarge: 1440px;
81
-
39
+
40
+ @mixin responsive-grid() {
41
+ // Mobile-first (small breakpoint)
42
+ grid-template-columns: repeat(4, 1fr);
43
+ grid-gap: 24px;
44
+ margin-inline: 20px;
45
+ max-width: 393px;
46
+
47
+ // Medium breakpoint
48
+ @media (min-width: $breakpoint-medium) {
49
+ grid-template-columns: repeat(12, 1fr);
50
+ grid-gap: 32px;
51
+ margin-inline: 24px;
52
+ max-width: 768px;
53
+ }
54
+
55
+ // Large breakpoint
56
+ @media (min-width: $breakpoint-large) {
57
+ max-width: 1024px;
58
+ }
59
+
60
+ // XLarge breakpoint
61
+ @media (min-width: $breakpoint-xLarge) {
62
+ max-width: 1144px;
63
+ }
64
+ }
65
+
66
+ .tds-grid {
67
+ display: grid;
68
+ @include responsive-tds-grid();
69
+ }
@@ -1,37 +1,80 @@
1
- $fontSize0025: 0.8rem;
2
- $fontSize005: 1rem;
3
- $fontSize010: 1.2rem;
4
- $fontSize020: 1.4rem;
5
- $fontSize025: 1.5008rem;
6
- $fontSize030: 1.6rem;
7
- $fontSize035: 1.7008rem;
8
- $fontSize040: 1.8rem;
9
- $fontSize045: 1.9008rem;
10
- $fontSize050: 2rem;
11
- $fontSize060: 2.2rem;
12
- $fontSize070: 2.4rem;
13
- $fontSize080: 2.8rem;
14
- $fontSize090: 3.2rem;
15
- $fontSize095: 3.4rem;
16
- $fontSize100: 3.6rem;
17
- $fontSize105: 4.6rem;
18
- $fontSize110: 4rem;
19
- $fontSize120: 4.4rem;
20
- $fontSize125: 4.5008rem;
21
- $fontSize130: 4.8rem;
22
- $fontSize140: 5.6rem;
23
- $fontSize150: 6.4rem;
24
- $fontSize155: 7rem;
25
- $fontSize160: 8rem;
26
- $fontSize170: 9.4rem;
27
- $fontSize180: 12rem;
28
- $fontSize190: 14.5008rem;
29
- $fontSize200: 17.1008rem;
30
- $fontSize210: 19.7008rem;
31
- $fontSize220: 22.3008rem;
32
- $fontSize230: 24.8rem;
33
- $fontSize240: 27.4rem;
34
- $fontSize250: 30rem;
1
+ :root {
2
+ --font-size0025: 0.8rem;
3
+ --font-size005: 1rem;
4
+ --font-size010: 1.2rem;
5
+ --font-size020: 1.4rem;
6
+ --font-size025: 1.5rem;
7
+ --font-size030: 1.6rem;
8
+ --font-size035: 1.7rem;
9
+ --font-size040: 1.8rem;
10
+ --font-size045: 1.9rem;
11
+ --font-size050: 2rem;
12
+ --font-size060: 2.2rem;
13
+ --font-size070: 2.4rem;
14
+ --font-size080: 2.8rem;
15
+ --font-size090: 3.2rem;
16
+ --font-size095: 3.4rem;
17
+ --font-size100: 3.6rem;
18
+ --font-size105: 4.6rem;
19
+ --font-size110: 3.2rem;
20
+ --font-size120: 4.4rem;
21
+ --font-size125: 4.5rem;
22
+ --font-size130: 4.8rem;
23
+ --font-size140: 4rem;
24
+ --font-size150: 6.4rem;
25
+ --font-size155: 7rem;
26
+ --font-size160: 8rem;
27
+ }
28
+ @media (min-width: 440px) {
29
+ :root {
30
+ --font-size100: 4rem;
31
+ }}
32
+ @media (min-width: 1024px) {
33
+ :root {
34
+ --font-size100: 4.6rem;
35
+ }}
36
+ @media (min-width: 1440px) {
37
+ :root {
38
+ --font-size090: 3.6rem;
39
+ --font-size100: 5.6rem;
40
+ --font-size110: 4rem;
41
+ --font-size140: 5.6rem;
42
+ }}
43
+
44
+ $fontSize0025: var(--font-size0025);
45
+ $fontSize005: var(--font-size005);
46
+ $fontSize010: var(--font-size010);
47
+ $fontSize020: var(--font-size020);
48
+ $fontSize025: var(--font-size025);
49
+ $fontSize030: var(--font-size030);
50
+ $fontSize035: var(--font-size035);
51
+ $fontSize040: var(--font-size040);
52
+ $fontSize045: var(--font-size045);
53
+ $fontSize050: var(--font-size050);
54
+ $fontSize060: var(--font-size060);
55
+ $fontSize070: var(--font-size070);
56
+ $fontSize080: var(--font-size080);
57
+ $fontSize090: var(--font-size090);
58
+ $fontSize095: var(--font-size095);
59
+ $fontSize100: var(--font-size100);
60
+ $fontSize105: var(--font-size105);
61
+ $fontSize110: var(--font-size110);
62
+ $fontSize120: var(--font-size120);
63
+ $fontSize125: var(--font-size125);
64
+ $fontSize130: var(--font-size130);
65
+ $fontSize140: var(--font-size140);
66
+ $fontSize150: var(--font-size150);
67
+ $fontSize155: var(--font-size155);
68
+ $fontSize160: var(--font-size160);
69
+ $fontSize170: var(--font-size170);
70
+ $fontSize180: var(--font-size180);
71
+ $fontSize190: var(--font-size190);
72
+ $fontSize200: var(--font-size200);
73
+ $fontSize210: var(--font-size210);
74
+ $fontSize220: var(--font-size220);
75
+ $fontSize230: var(--font-size230);
76
+ $fontSize240: var(--font-size240);
77
+ $fontSize250: var(--font-size250);
35
78
  $fontWeight010: 100;
36
79
  $fontWeight020: 200;
37
80
  $fontWeight030: 300;
@@ -44,7 +87,7 @@ $fontWeight090: 900;
44
87
  $fontFamily010: Times Modern;
45
88
  $fontFamily020: Times Digital W04 Regular;
46
89
  $fontFamily030: Times Digital W04 Bold;
47
- $fontFamily040: Roboto;
90
+ $fontFamily040: Times Roboto;
48
91
  $fontLineHeight010: 1;
49
92
  $fontLineHeight020: 1.125;
50
93
  $fontLineHeight030: 1.25;
@@ -575,4 +618,20 @@ $fontLineHeight060: 2;
575
618
  @mixin utility-link-standalone-brand-large {
576
619
  font: $fontWeight040 #{$fontSize040}/#{$fontLineHeight040} $fontFamily020;
577
620
  }
621
+
622
+ @mixin utility-input-label-xsmall {
623
+ font: $fontWeight040 #{$fontSize010}/#{$fontLineHeight020} $fontFamily040;
624
+ }
625
+
626
+ @mixin utility-input-label-small {
627
+ font: $fontWeight040 #{$fontSize020}/#{$fontLineHeight020} $fontFamily040;
628
+ }
629
+
630
+ @mixin utility-input-label-medium {
631
+ font: $fontWeight040 #{$fontSize030}/#{$fontLineHeight020} $fontFamily040;
632
+ }
633
+
634
+ @mixin utility-input-label-large {
635
+ font: $fontWeight040 #{$fontSize040}/#{$fontLineHeight020} $fontFamily040;
636
+ }
578
637
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@times-design-system/theme-scss",
3
- "version": "2.1.0",
3
+ "version": "2.3.0",
4
4
  "type": "module",
5
5
  "description": "Times Design System theme package - pre-resolved color tokens for React",
6
6
  "keywords": [
@@ -35,7 +35,7 @@
35
35
  "clean": "rimraf dist",
36
36
  "dev": "rollup -c --watch",
37
37
  "prepublishOnly": "npm run build",
38
- "test": "node ./__tests__/*.test.js"
38
+ "_test": "node ./__tests__/*.test.js"
39
39
  },
40
40
  "publishConfig": {
41
41
  "access": "public"
@@ -44,5 +44,5 @@
44
44
  "url": "https://github.com/newsuk/times-design-system/issues"
45
45
  },
46
46
  "homepage": "https://github.com/newsuk/times-design-system#readme",
47
- "gitHead": "4843806ad8a6740ddc39584603aa0484846616ea"
47
+ "gitHead": "f57ef06b52f90bc4c57a8e0cefd9be6c54b8f7bf"
48
48
  }