@atom-learning/theme 6.0.0-beta.1 → 6.0.0-beta.10
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/lib/media.d.ts +8 -0
- package/lib/media.js +6 -0
- package/lib/theme-atom.css +13 -269
- package/lib/theme-atom.d.ts +40 -300
- package/lib/theme-atom.js +18 -282
- package/lib/theme-base.css +279 -0
- package/lib/theme-base.d.ts +559 -0
- package/lib/theme-base.js +555 -0
- package/lib/theme-quest-reports.css +13 -261
- package/lib/theme-quest-reports.d.ts +58 -300
- package/lib/theme-quest-reports.js +26 -272
- package/lib/theme-quest.css +13 -269
- package/lib/theme-quest.d.ts +40 -300
- package/lib/theme-quest.js +18 -282
- package/lib/themes.css +64 -0
- package/package.json +85 -11
- package/theme-map.js +0 -5
|
@@ -1,252 +1,17 @@
|
|
|
1
1
|
|
|
2
|
-
@theme {
|
|
3
|
-
--color
|
|
4
|
-
--
|
|
5
|
-
--
|
|
6
|
-
--
|
|
7
|
-
--
|
|
8
|
-
|
|
9
|
-
--color-
|
|
10
|
-
--color-
|
|
11
|
-
--color-
|
|
12
|
-
--color-
|
|
13
|
-
--color-
|
|
14
|
-
--color-
|
|
15
|
-
--color-black: #000000;
|
|
16
|
-
--color-white: #ffffff;
|
|
17
|
-
--color-grey-100: #f5f5f5;
|
|
18
|
-
--color-grey-200: #ebebeb;
|
|
19
|
-
--color-grey-300: #e0e0e0;
|
|
20
|
-
--color-grey-400: #cfcfcf;
|
|
21
|
-
--color-grey-500: #bababa;
|
|
22
|
-
--color-grey-600: #9e9e9e;
|
|
23
|
-
--color-grey-700: #757575;
|
|
24
|
-
--color-grey-800: #545454;
|
|
25
|
-
--color-grey-900: #333333;
|
|
26
|
-
--color-grey-1000: #1f1f1f;
|
|
27
|
-
--color-grey-1100: #1a1a1a;
|
|
28
|
-
--color-grey-1200: #0f0f0f;
|
|
29
|
-
--color-blue-100: #f5f9ff;
|
|
30
|
-
--color-blue-200: #e5f1ff;
|
|
31
|
-
--color-blue-300: #d6eaff;
|
|
32
|
-
--color-blue-400: #c2dfff;
|
|
33
|
-
--color-blue-500: #99c9ff;
|
|
34
|
-
--color-blue-600: #6baeff;
|
|
35
|
-
--color-blue-700: #2986ff;
|
|
36
|
-
--color-blue-800: #0f67f5;
|
|
37
|
-
--color-blue-900: #184ac9;
|
|
38
|
-
--color-blue-1000: #102da2;
|
|
39
|
-
--color-blue-1100: #162460;
|
|
40
|
-
--color-blue-1200: #0c132c;
|
|
41
|
-
--color-pink-100: #fff5fd;
|
|
42
|
-
--color-pink-200: #ffe5fb;
|
|
43
|
-
--color-pink-300: #ffccf6;
|
|
44
|
-
--color-pink-400: #ff99e9;
|
|
45
|
-
--color-pink-500: #f37cd9;
|
|
46
|
-
--color-pink-600: #ef61cc;
|
|
47
|
-
--color-pink-700: #d548b0;
|
|
48
|
-
--color-pink-800: #b72a8f;
|
|
49
|
-
--color-pink-900: #9a2376;
|
|
50
|
-
--color-pink-1000: #822665;
|
|
51
|
-
--color-pink-1100: #510139;
|
|
52
|
-
--color-pink-1200: #3c012a;
|
|
53
|
-
--color-purple-100: #f7f6fe;
|
|
54
|
-
--color-purple-200: #eae9fc;
|
|
55
|
-
--color-purple-300: #dedbfa;
|
|
56
|
-
--color-purple-400: #c2bcf5;
|
|
57
|
-
--color-purple-500: #a396ee;
|
|
58
|
-
--color-purple-600: #846ce5;
|
|
59
|
-
--color-purple-700: #815fdd;
|
|
60
|
-
--color-purple-800: #5c42c2;
|
|
61
|
-
--color-purple-900: #5231a5;
|
|
62
|
-
--color-purple-1000: #452a89;
|
|
63
|
-
--color-purple-1100: #2a195c;
|
|
64
|
-
--color-purple-1200: #15083a;
|
|
65
|
-
--color-cyan-100: #f0faff;
|
|
66
|
-
--color-cyan-200: #e0f5ff;
|
|
67
|
-
--color-cyan-300: #c7ebff;
|
|
68
|
-
--color-cyan-400: #ade4ff;
|
|
69
|
-
--color-cyan-500: #78cefc;
|
|
70
|
-
--color-cyan-600: #42b0f0;
|
|
71
|
-
--color-cyan-700: #1688d4;
|
|
72
|
-
--color-cyan-800: #0071c2;
|
|
73
|
-
--color-cyan-900: #005799;
|
|
74
|
-
--color-cyan-1000: #003e6b;
|
|
75
|
-
--color-cyan-1100: #012b4b;
|
|
76
|
-
--color-cyan-1200: #061928;
|
|
77
|
-
--color-green-100: #e1feef;
|
|
78
|
-
--color-green-200: #d2fee7;
|
|
79
|
-
--color-green-300: #b7fad5;
|
|
80
|
-
--color-green-400: #72f3ae;
|
|
81
|
-
--color-green-500: #32e284;
|
|
82
|
-
--color-green-600: #1acb6d;
|
|
83
|
-
--color-green-700: #0fa957;
|
|
84
|
-
--color-green-800: #10845a;
|
|
85
|
-
--color-green-900: #126954;
|
|
86
|
-
--color-green-1000: #115545;
|
|
87
|
-
--color-green-1100: #033028;
|
|
88
|
-
--color-green-1200: #01190f;
|
|
89
|
-
--color-magenta-100: #fffafc;
|
|
90
|
-
--color-magenta-200: #ffebf5;
|
|
91
|
-
--color-magenta-300: #ffd6e9;
|
|
92
|
-
--color-magenta-400: #ffcce3;
|
|
93
|
-
--color-magenta-500: #fa9ec7;
|
|
94
|
-
--color-magenta-600: #f679b1;
|
|
95
|
-
--color-magenta-700: #e5488f;
|
|
96
|
-
--color-magenta-800: #d32774;
|
|
97
|
-
--color-magenta-900: #a01855;
|
|
98
|
-
--color-magenta-1000: #77093a;
|
|
99
|
-
--color-magenta-1100: #500225;
|
|
100
|
-
--color-magenta-1200: #290a17;
|
|
101
|
-
--color-red-100: #fffafa;
|
|
102
|
-
--color-red-200: #ffebeb;
|
|
103
|
-
--color-red-300: #ffebeb;
|
|
104
|
-
--color-red-400: #ffdbdd;
|
|
105
|
-
--color-red-500: #fdaab0;
|
|
106
|
-
--color-red-600: #f87c82;
|
|
107
|
-
--color-red-700: #ea434b;
|
|
108
|
-
--color-red-800: #dc1e27;
|
|
109
|
-
--color-red-900: #a31920;
|
|
110
|
-
--color-red-1000: #770e13;
|
|
111
|
-
--color-red-1100: #530408;
|
|
112
|
-
--color-red-1200: #2c0709;
|
|
113
|
-
--color-teal-100: #e8fdfd;
|
|
114
|
-
--color-teal-200: #c9f7f7;
|
|
115
|
-
--color-teal-300: #9fefef;
|
|
116
|
-
--color-teal-400: #81e9e7;
|
|
117
|
-
--color-teal-500: #35d4d2;
|
|
118
|
-
--color-teal-600: #19b8b5;
|
|
119
|
-
--color-teal-700: #079795;
|
|
120
|
-
--color-teal-800: #00807b;
|
|
121
|
-
--color-teal-900: #005c5c;
|
|
122
|
-
--color-teal-1000: #003f42;
|
|
123
|
-
--color-teal-1100: #022b31;
|
|
124
|
-
--color-teal-1200: #081a1c;
|
|
125
|
-
--color-orange-100: #fffaeb;
|
|
126
|
-
--color-orange-200: #fff2c7;
|
|
127
|
-
--color-orange-300: #ffe48a;
|
|
128
|
-
--color-orange-400: #ffcf4d;
|
|
129
|
-
--color-orange-500: #ffb61a;
|
|
130
|
-
--color-orange-600: #ff881a;
|
|
131
|
-
--color-orange-700: #f99406;
|
|
132
|
-
--color-orange-800: #f86c1b;
|
|
133
|
-
--color-orange-900: #eb5600;
|
|
134
|
-
--color-orange-1000: #c74200;
|
|
135
|
-
--color-orange-1100: #8a2900;
|
|
136
|
-
--color-orange-1200: #6b2000;
|
|
137
|
-
--color-yellow-100: #fefadc;
|
|
138
|
-
--color-yellow-200: #fcf5b6;
|
|
139
|
-
--color-yellow-300: #faee85;
|
|
140
|
-
--color-yellow-400: #fce445;
|
|
141
|
-
--color-yellow-500: #ebc700;
|
|
142
|
-
--color-yellow-600: #c7a200;
|
|
143
|
-
--color-yellow-700: #b38f00;
|
|
144
|
-
--color-yellow-800: #997500;
|
|
145
|
-
--color-yellow-900: #705200;
|
|
146
|
-
--color-yellow-1000: #5c4300;
|
|
147
|
-
--color-yellow-1100: #382600;
|
|
148
|
-
--color-yellow-1200: #291b00;
|
|
149
|
-
--color-lime-100: #f7fedc;
|
|
150
|
-
--color-lime-200: #f0fdbf;
|
|
151
|
-
--color-lime-300: #e2f990;
|
|
152
|
-
--color-lime-400: #d3f16f;
|
|
153
|
-
--color-lime-500: #bbdd4b;
|
|
154
|
-
--color-lime-600: #93b918;
|
|
155
|
-
--color-lime-700: #779e00;
|
|
156
|
-
--color-lime-800: #678a00;
|
|
157
|
-
--color-lime-900: #496100;
|
|
158
|
-
--color-lime-1000: #394d00;
|
|
159
|
-
--color-lime-1100: #222e00;
|
|
160
|
-
--color-lime-1200: #171f00;
|
|
161
|
-
--color-lapis-100: #f0f6ff;
|
|
162
|
-
--color-lapis-200: #e5f0ff;
|
|
163
|
-
--color-lapis-300: #bde7ff;
|
|
164
|
-
--color-lapis-400: #a8d1ff;
|
|
165
|
-
--color-lapis-500: #88aefc;
|
|
166
|
-
--color-lapis-600: #7288f3;
|
|
167
|
-
--color-lapis-700: #6464ed;
|
|
168
|
-
--color-lapis-800: #3c3ccd;
|
|
169
|
-
--color-lapis-900: #292999;
|
|
170
|
-
--color-lapis-1000: #1b1b79;
|
|
171
|
-
--color-lapis-1100: #060656;
|
|
172
|
-
--color-lapis-1200: #01013c;
|
|
173
|
-
--color-maroon-100: #fff7f5;
|
|
174
|
-
--color-maroon-200: #ffe5db;
|
|
175
|
-
--color-maroon-300: #ffcebd;
|
|
176
|
-
--color-maroon-400: #ffb499;
|
|
177
|
-
--color-maroon-500: #f77e6e;
|
|
178
|
-
--color-maroon-600: #e95c49;
|
|
179
|
-
--color-maroon-700: #bb3725;
|
|
180
|
-
--color-maroon-800: #9f1604;
|
|
181
|
-
--color-maroon-900: #87081f;
|
|
182
|
-
--color-maroon-1000: #750f27;
|
|
183
|
-
--color-maroon-1100: #580e2d;
|
|
184
|
-
--color-maroon-1200: #37061a;
|
|
185
|
-
--color-marsh-100: #f0faf4;
|
|
186
|
-
--color-marsh-200: #d8e9e0;
|
|
187
|
-
--color-marsh-300: #c5ddd0;
|
|
188
|
-
--color-marsh-400: #a9cbb8;
|
|
189
|
-
--color-marsh-500: #83af97;
|
|
190
|
-
--color-marsh-600: #688d79;
|
|
191
|
-
--color-marsh-700: #506d5d;
|
|
192
|
-
--color-marsh-800: #395b48;
|
|
193
|
-
--color-marsh-900: #284334;
|
|
194
|
-
--color-marsh-1000: #26362d;
|
|
195
|
-
--color-marsh-1100: #192920;
|
|
196
|
-
--color-marsh-1200: #0f1412;
|
|
197
|
-
--color-alpha-100: rgba(51, 51, 51, 0.1);
|
|
198
|
-
--color-alpha-150: rgba(51, 51, 51, 0.15);
|
|
199
|
-
--color-alpha-200: rgba(51, 51, 51, 0.2);
|
|
200
|
-
--color-alpha-250: rgba(51, 51, 51, 0.25);
|
|
201
|
-
--color-alpha-600: rgba(51, 51, 51, 0.6);
|
|
202
|
-
--color-info-light: #f5f9ff;
|
|
203
|
-
--color-info: #0f67f5;
|
|
204
|
-
--color-info-mid: #184ac9;
|
|
205
|
-
--color-info-dark: #102da2;
|
|
206
|
-
--color-success-light: #e9f6e9;
|
|
207
|
-
--color-success: #028a00;
|
|
208
|
-
--color-success-mid: #007007;
|
|
209
|
-
--color-success-dark: #005709;
|
|
210
|
-
--color-danger-light: #fce8e8;
|
|
211
|
-
--color-danger: #f00505;
|
|
212
|
-
--color-danger-mid: #cd0404;
|
|
213
|
-
--color-danger-dark: #ab0303;
|
|
214
|
-
--color-warning-light: #fff4e0;
|
|
215
|
-
--color-warning: #ffb61a;
|
|
216
|
-
--color-warning-mid: #e7a20d;
|
|
217
|
-
--color-warning-dark: #d18f00;
|
|
218
|
-
--color-warning-text: #bd4b00;
|
|
219
|
-
--color-subject-english: #e5488f;
|
|
220
|
-
--color-subject-maths: #2986ff;
|
|
221
|
-
--color-subject-science: #815fdd;
|
|
222
|
-
--color-subject-verbal-reasoning: #0fa957;
|
|
223
|
-
--color-subject-non-verbal-reasoning: #ffb61a;
|
|
224
|
-
--color-subject-creative-writing: #f99406;
|
|
225
|
-
--color-subject-exam-skills: #452a89;
|
|
226
|
-
--color-subject-gcse-english-literature: #e5488f;
|
|
227
|
-
--color-subject-gcse-maths: #2986ff;
|
|
228
|
-
--color-subject-gcse-chemistry: #f99406;
|
|
229
|
-
--color-subject-gcse-physics: #757575;
|
|
230
|
-
--color-subject-gcse-biology: #0fa957;
|
|
231
|
-
--color-gl-blue-light: #a1b8ed;
|
|
232
|
-
--color-gl-blue-primary: #4c73cd;
|
|
233
|
-
--color-gl-blue-dark: #475e94;
|
|
234
|
-
--color-primary-100: #eefcf5;
|
|
235
|
-
--color-primary-200: #def7eb;
|
|
236
|
-
--color-primary-300: #bdebd4;
|
|
237
|
-
--color-primary-400: #9fdfc0;
|
|
238
|
-
--color-primary-500: #79cda5;
|
|
239
|
-
--color-primary-600: #48b18b;
|
|
240
|
-
--color-primary-700: #2c876b;
|
|
241
|
-
--color-primary-800: #16795b;
|
|
242
|
-
--color-primary-900: #004d38;
|
|
243
|
-
--color-primary-1000: #004231;
|
|
244
|
-
--color-primary-1100: #193326;
|
|
245
|
-
--color-primary-1200: #101e17;
|
|
246
|
-
--breakpoint-sm: 34.375rem;
|
|
247
|
-
--breakpoint-md: 50rem;
|
|
248
|
-
--breakpoint-lg: 68.75rem;
|
|
249
|
-
--breakpoint-xl: 84.375rem;
|
|
2
|
+
@theme static {
|
|
3
|
+
--color-primary-100: hsl(151, 70%, 96%);
|
|
4
|
+
--color-primary-200: hsl(151, 62%, 92%);
|
|
5
|
+
--color-primary-300: hsl(151, 53%, 83%);
|
|
6
|
+
--color-primary-400: hsl(151, 50%, 75%);
|
|
7
|
+
--color-primary-500: hsl(151, 46%, 64%);
|
|
8
|
+
--color-primary-600: hsl(158, 42%, 49%);
|
|
9
|
+
--color-primary-700: hsl(162, 51%, 35%);
|
|
10
|
+
--color-primary-800: hsl(162, 69%, 28%);
|
|
11
|
+
--color-primary-900: hsl(164, 100%, 15%);
|
|
12
|
+
--color-primary-1000: hsl(164, 100%, 13%);
|
|
13
|
+
--color-primary-1100: hsl(150, 34%, 15%);
|
|
14
|
+
--color-primary-1200: hsl(150, 30%, 9%);
|
|
250
15
|
--text-xs: 0.625rem;
|
|
251
16
|
--text-sm: 0.75rem;
|
|
252
17
|
--text-md: 0.875rem;
|
|
@@ -255,19 +20,6 @@
|
|
|
255
20
|
--text-2xl: 1.75rem;
|
|
256
21
|
--text-3xl: 2.3125rem;
|
|
257
22
|
--text-4xl: 3.125rem;
|
|
258
|
-
--radius-sm: 0.25rem;
|
|
259
|
-
--radius-md: 0.5rem;
|
|
260
|
-
--radius-lg: 0.75rem;
|
|
261
|
-
--radius-xl: 1rem;
|
|
262
|
-
--radius-round: 100rem;
|
|
263
|
-
--shadow-sm: 0 1px 3px rgba(51, 51, 51, 0.1), 0 1px 2px rgba(51, 51, 51, 0.15);
|
|
264
|
-
--shadow-md: 0 3px 6px rgba(51, 51, 51, 0.1), 0 3px 6px rgba(51, 51, 51, 0.1);
|
|
265
|
-
--shadow-lg: 0 10px 20px rgba(51, 51, 51, 0.1), 0 6px 6px rgba(51, 51, 51, 0.1);
|
|
266
|
-
--shadow-xl: 0 14px 28px rgba(51, 51, 51, 0.15), 0 10px 10px rgba(51, 51, 51, 0.1);
|
|
267
|
-
--font-sans: system-ui, -apple-system, 'Helvetica Neue', sans-serif;
|
|
268
|
-
--font-mono: 'SFMono-Regular', Consolas, Menlo, monospace;
|
|
269
23
|
--font-display: 'DM Sans', system-ui, -apple-system, 'Helvetica Neue', sans-serif;
|
|
270
24
|
--font-body: 'Inter', system-ui, -apple-system, 'Helvetica Neue', sans-serif;
|
|
271
|
-
|
|
272
|
-
--default-font-family: var(--font-body);
|
|
273
25
|
}
|
|
@@ -1,301 +1,59 @@
|
|
|
1
|
-
export
|
|
2
|
-
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"grey500": string
|
|
16
|
-
"grey600": string
|
|
17
|
-
"grey700": string
|
|
18
|
-
"grey800": string
|
|
19
|
-
"grey900": string
|
|
20
|
-
"grey1000": string
|
|
21
|
-
"grey1100": string
|
|
22
|
-
"grey1200": string
|
|
23
|
-
"blue100": string
|
|
24
|
-
"blue200": string
|
|
25
|
-
"blue300": string
|
|
26
|
-
"blue400": string
|
|
27
|
-
"blue500": string
|
|
28
|
-
"blue600": string
|
|
29
|
-
"blue700": string
|
|
30
|
-
"blue800": string
|
|
31
|
-
"blue900": string
|
|
32
|
-
"blue1000": string
|
|
33
|
-
"blue1100": string
|
|
34
|
-
"blue1200": string
|
|
35
|
-
"pink100": string
|
|
36
|
-
"pink200": string
|
|
37
|
-
"pink300": string
|
|
38
|
-
"pink400": string
|
|
39
|
-
"pink500": string
|
|
40
|
-
"pink600": string
|
|
41
|
-
"pink700": string
|
|
42
|
-
"pink800": string
|
|
43
|
-
"pink900": string
|
|
44
|
-
"pink1000": string
|
|
45
|
-
"pink1100": string
|
|
46
|
-
"pink1200": string
|
|
47
|
-
"purple100": string
|
|
48
|
-
"purple200": string
|
|
49
|
-
"purple300": string
|
|
50
|
-
"purple400": string
|
|
51
|
-
"purple500": string
|
|
52
|
-
"purple600": string
|
|
53
|
-
"purple700": string
|
|
54
|
-
"purple800": string
|
|
55
|
-
"purple900": string
|
|
56
|
-
"purple1000": string
|
|
57
|
-
"purple1100": string
|
|
58
|
-
"purple1200": string
|
|
59
|
-
"cyan100": string
|
|
60
|
-
"cyan200": string
|
|
61
|
-
"cyan300": string
|
|
62
|
-
"cyan400": string
|
|
63
|
-
"cyan500": string
|
|
64
|
-
"cyan600": string
|
|
65
|
-
"cyan700": string
|
|
66
|
-
"cyan800": string
|
|
67
|
-
"cyan900": string
|
|
68
|
-
"cyan1000": string
|
|
69
|
-
"cyan1100": string
|
|
70
|
-
"cyan1200": string
|
|
71
|
-
"green100": string
|
|
72
|
-
"green200": string
|
|
73
|
-
"green300": string
|
|
74
|
-
"green400": string
|
|
75
|
-
"green500": string
|
|
76
|
-
"green600": string
|
|
77
|
-
"green700": string
|
|
78
|
-
"green800": string
|
|
79
|
-
"green900": string
|
|
80
|
-
"green1000": string
|
|
81
|
-
"green1100": string
|
|
82
|
-
"green1200": string
|
|
83
|
-
"magenta100": string
|
|
84
|
-
"magenta200": string
|
|
85
|
-
"magenta300": string
|
|
86
|
-
"magenta400": string
|
|
87
|
-
"magenta500": string
|
|
88
|
-
"magenta600": string
|
|
89
|
-
"magenta700": string
|
|
90
|
-
"magenta800": string
|
|
91
|
-
"magenta900": string
|
|
92
|
-
"magenta1000": string
|
|
93
|
-
"magenta1100": string
|
|
94
|
-
"magenta1200": string
|
|
95
|
-
"red100": string
|
|
96
|
-
"red200": string
|
|
97
|
-
"red300": string
|
|
98
|
-
"red400": string
|
|
99
|
-
"red500": string
|
|
100
|
-
"red600": string
|
|
101
|
-
"red700": string
|
|
102
|
-
"red800": string
|
|
103
|
-
"red900": string
|
|
104
|
-
"red1000": string
|
|
105
|
-
"red1100": string
|
|
106
|
-
"red1200": string
|
|
107
|
-
"teal100": string
|
|
108
|
-
"teal200": string
|
|
109
|
-
"teal300": string
|
|
110
|
-
"teal400": string
|
|
111
|
-
"teal500": string
|
|
112
|
-
"teal600": string
|
|
113
|
-
"teal700": string
|
|
114
|
-
"teal800": string
|
|
115
|
-
"teal900": string
|
|
116
|
-
"teal1000": string
|
|
117
|
-
"teal1100": string
|
|
118
|
-
"teal1200": string
|
|
119
|
-
"orange100": string
|
|
120
|
-
"orange200": string
|
|
121
|
-
"orange300": string
|
|
122
|
-
"orange400": string
|
|
123
|
-
"orange500": string
|
|
124
|
-
"orange600": string
|
|
125
|
-
"orange700": string
|
|
126
|
-
"orange800": string
|
|
127
|
-
"orange900": string
|
|
128
|
-
"orange1000": string
|
|
129
|
-
"orange1100": string
|
|
130
|
-
"orange1200": string
|
|
131
|
-
"yellow100": string
|
|
132
|
-
"yellow200": string
|
|
133
|
-
"yellow300": string
|
|
134
|
-
"yellow400": string
|
|
135
|
-
"yellow500": string
|
|
136
|
-
"yellow600": string
|
|
137
|
-
"yellow700": string
|
|
138
|
-
"yellow800": string
|
|
139
|
-
"yellow900": string
|
|
140
|
-
"yellow1000": string
|
|
141
|
-
"yellow1100": string
|
|
142
|
-
"yellow1200": string
|
|
143
|
-
"lime100": string
|
|
144
|
-
"lime200": string
|
|
145
|
-
"lime300": string
|
|
146
|
-
"lime400": string
|
|
147
|
-
"lime500": string
|
|
148
|
-
"lime600": string
|
|
149
|
-
"lime700": string
|
|
150
|
-
"lime800": string
|
|
151
|
-
"lime900": string
|
|
152
|
-
"lime1000": string
|
|
153
|
-
"lime1100": string
|
|
154
|
-
"lime1200": string
|
|
155
|
-
"lapis100": string
|
|
156
|
-
"lapis200": string
|
|
157
|
-
"lapis300": string
|
|
158
|
-
"lapis400": string
|
|
159
|
-
"lapis500": string
|
|
160
|
-
"lapis600": string
|
|
161
|
-
"lapis700": string
|
|
162
|
-
"lapis800": string
|
|
163
|
-
"lapis900": string
|
|
164
|
-
"lapis1000": string
|
|
165
|
-
"lapis1100": string
|
|
166
|
-
"lapis1200": string
|
|
167
|
-
"maroon100": string
|
|
168
|
-
"maroon200": string
|
|
169
|
-
"maroon300": string
|
|
170
|
-
"maroon400": string
|
|
171
|
-
"maroon500": string
|
|
172
|
-
"maroon600": string
|
|
173
|
-
"maroon700": string
|
|
174
|
-
"maroon800": string
|
|
175
|
-
"maroon900": string
|
|
176
|
-
"maroon1000": string
|
|
177
|
-
"maroon1100": string
|
|
178
|
-
"maroon1200": string
|
|
179
|
-
"marsh100": string
|
|
180
|
-
"marsh200": string
|
|
181
|
-
"marsh300": string
|
|
182
|
-
"marsh400": string
|
|
183
|
-
"marsh500": string
|
|
184
|
-
"marsh600": string
|
|
185
|
-
"marsh700": string
|
|
186
|
-
"marsh800": string
|
|
187
|
-
"marsh900": string
|
|
188
|
-
"marsh1000": string
|
|
189
|
-
"marsh1100": string
|
|
190
|
-
"marsh1200": string
|
|
191
|
-
"alpha100": string
|
|
192
|
-
"alpha150": string
|
|
193
|
-
"alpha200": string
|
|
194
|
-
"alpha250": string
|
|
195
|
-
"alpha600": string
|
|
196
|
-
"infoLight": string
|
|
197
|
-
"info": string
|
|
198
|
-
"infoMid": string
|
|
199
|
-
"infoDark": string
|
|
200
|
-
"successLight": string
|
|
201
|
-
"success": string
|
|
202
|
-
"successMid": string
|
|
203
|
-
"successDark": string
|
|
204
|
-
"dangerLight": string
|
|
205
|
-
"danger": string
|
|
206
|
-
"dangerMid": string
|
|
207
|
-
"dangerDark": string
|
|
208
|
-
"warningLight": string
|
|
209
|
-
"warning": string
|
|
210
|
-
"warningMid": string
|
|
211
|
-
"warningDark": string
|
|
212
|
-
"warningText": string
|
|
213
|
-
"subjectEnglish": string
|
|
214
|
-
"subjectMaths": string
|
|
215
|
-
"subjectScience": string
|
|
216
|
-
"subjectVerbalReasoning": string
|
|
217
|
-
"subjectNonVerbalReasoning": string
|
|
218
|
-
"subjectCreativeWriting": string
|
|
219
|
-
"subjectExamSkills": string
|
|
220
|
-
"subjectGcseEnglishLiterature": string
|
|
221
|
-
"subjectGcseMaths": string
|
|
222
|
-
"subjectGcseChemistry": string
|
|
223
|
-
"subjectGcsePhysics": string
|
|
224
|
-
"subjectGcseBiology": string
|
|
225
|
-
"glBlueLight": string
|
|
226
|
-
"glBluePrimary": string
|
|
227
|
-
"glBlueDark": string
|
|
228
|
-
"primary100": string
|
|
229
|
-
"primary200": string
|
|
230
|
-
"primary300": string
|
|
231
|
-
"primary400": string
|
|
232
|
-
"primary500": string
|
|
233
|
-
"primary600": string
|
|
234
|
-
"primary700": string
|
|
235
|
-
"primary800": string
|
|
236
|
-
"primary900": string
|
|
237
|
-
"primary1000": string
|
|
238
|
-
"primary1100": string
|
|
239
|
-
"primary1200": string
|
|
240
|
-
},
|
|
241
|
-
"space": {
|
|
242
|
-
"0": string
|
|
243
|
-
"1": string
|
|
244
|
-
"2": string
|
|
245
|
-
"3": string
|
|
246
|
-
"4": string
|
|
247
|
-
"5": string
|
|
248
|
-
"6": string
|
|
249
|
-
"7": string
|
|
250
|
-
"8": string
|
|
251
|
-
"9": string
|
|
252
|
-
"24": string
|
|
253
|
-
},
|
|
254
|
-
"fontSizes": {
|
|
255
|
-
"xs": string
|
|
256
|
-
"sm": string
|
|
257
|
-
"md": string
|
|
258
|
-
"lg": string
|
|
259
|
-
"xl": string
|
|
260
|
-
"2xl": string
|
|
261
|
-
"3xl": string
|
|
262
|
-
"4xl": string
|
|
263
|
-
},
|
|
264
|
-
"fonts": {
|
|
265
|
-
"sans": string
|
|
266
|
-
"mono": string
|
|
267
|
-
"display": string
|
|
268
|
-
"body": string
|
|
269
|
-
},
|
|
270
|
-
"sizes": {
|
|
271
|
-
"0": string
|
|
272
|
-
"1": string
|
|
273
|
-
"2": string
|
|
274
|
-
"3": string
|
|
275
|
-
"4": string
|
|
276
|
-
"5": string
|
|
277
|
-
"6": string
|
|
278
|
-
"7": string
|
|
279
|
-
"8": string
|
|
280
|
-
},
|
|
281
|
-
"radii": {
|
|
282
|
-
"sm": string
|
|
283
|
-
"md": string
|
|
284
|
-
"lg": string
|
|
285
|
-
"xl": string
|
|
286
|
-
"round": string
|
|
287
|
-
},
|
|
288
|
-
"shadows": {
|
|
289
|
-
"sm": string
|
|
290
|
-
"md": string
|
|
291
|
-
"lg": string
|
|
292
|
-
"xl": string
|
|
293
|
-
},
|
|
294
|
-
"ratios": {
|
|
295
|
-
"16-9": string
|
|
296
|
-
"3-2": string
|
|
297
|
-
"4-3": string
|
|
298
|
-
"1-1": string
|
|
299
|
-
"3-4": string
|
|
1
|
+
export const theme: {
|
|
2
|
+
colors: {
|
|
3
|
+
primary100: "hsl(151, 70%, 96%)"
|
|
4
|
+
primary200: "hsl(151, 62%, 92%)"
|
|
5
|
+
primary300: "hsl(151, 53%, 83%)"
|
|
6
|
+
primary400: "hsl(151, 50%, 75%)"
|
|
7
|
+
primary500: "hsl(151, 46%, 64%)"
|
|
8
|
+
primary600: "hsl(158, 42%, 49%)"
|
|
9
|
+
primary700: "hsl(162, 51%, 35%)"
|
|
10
|
+
primary800: "hsl(162, 69%, 28%)"
|
|
11
|
+
primary900: "hsl(164, 100%, 15%)"
|
|
12
|
+
primary1000: "hsl(164, 100%, 13%)"
|
|
13
|
+
primary1100: "hsl(150, 34%, 15%)"
|
|
14
|
+
primary1200: "hsl(150, 30%, 9%)"
|
|
300
15
|
}
|
|
301
|
-
|
|
16
|
+
fontSizes: {
|
|
17
|
+
xs: "0.625rem"
|
|
18
|
+
sm: "0.75rem"
|
|
19
|
+
md: "0.875rem"
|
|
20
|
+
lg: "1rem"
|
|
21
|
+
xl: "1.3125rem"
|
|
22
|
+
'2xl': "1.75rem"
|
|
23
|
+
'3xl': "2.3125rem"
|
|
24
|
+
'4xl': "3.125rem"
|
|
25
|
+
}
|
|
26
|
+
fonts: {
|
|
27
|
+
display: "\'DM Sans\', system-ui, -apple-system, \'Helvetica Neue\', sans-serif"
|
|
28
|
+
body: "\'Inter\', system-ui, -apple-system, \'Helvetica Neue\', sans-serif"
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
export type Theme = typeof theme
|
|
33
|
+
|
|
34
|
+
export const properties: {
|
|
35
|
+
'--color-primary-100': "hsl(151, 70%, 96%)"
|
|
36
|
+
'--color-primary-200': "hsl(151, 62%, 92%)"
|
|
37
|
+
'--color-primary-300': "hsl(151, 53%, 83%)"
|
|
38
|
+
'--color-primary-400': "hsl(151, 50%, 75%)"
|
|
39
|
+
'--color-primary-500': "hsl(151, 46%, 64%)"
|
|
40
|
+
'--color-primary-600': "hsl(158, 42%, 49%)"
|
|
41
|
+
'--color-primary-700': "hsl(162, 51%, 35%)"
|
|
42
|
+
'--color-primary-800': "hsl(162, 69%, 28%)"
|
|
43
|
+
'--color-primary-900': "hsl(164, 100%, 15%)"
|
|
44
|
+
'--color-primary-1000': "hsl(164, 100%, 13%)"
|
|
45
|
+
'--color-primary-1100': "hsl(150, 34%, 15%)"
|
|
46
|
+
'--color-primary-1200': "hsl(150, 30%, 9%)"
|
|
47
|
+
'--text-xs': "0.625rem"
|
|
48
|
+
'--text-sm': "0.75rem"
|
|
49
|
+
'--text-md': "0.875rem"
|
|
50
|
+
'--text-lg': "1rem"
|
|
51
|
+
'--text-xl': "1.3125rem"
|
|
52
|
+
'--text-2xl': "1.75rem"
|
|
53
|
+
'--text-3xl': "2.3125rem"
|
|
54
|
+
'--text-4xl': "3.125rem"
|
|
55
|
+
'--font-display': "\'DM Sans\', system-ui, -apple-system, \'Helvetica Neue\', sans-serif"
|
|
56
|
+
'--font-body': "\'Inter\', system-ui, -apple-system, \'Helvetica Neue\', sans-serif"
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
export type Properties = typeof properties
|