@atom-learning/theme 2.0.0-beta.0 → 3.0.0-beta.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 +69 -1
- package/lib/assets/quest/logo-light.png +0 -0
- package/lib/assets/quest/logo-light.svg +1 -0
- package/lib/assets/quest/logo.png +0 -0
- package/lib/assets/quest/logo.svg +1 -0
- package/lib/theme-atom.d.ts +260 -0
- package/lib/theme-atom.js +260 -0
- package/lib/theme-atom.scss +252 -0
- package/lib/theme-quest.d.ts +260 -0
- package/lib/theme-quest.js +260 -0
- package/lib/theme-quest.scss +252 -0
- package/package.json +6 -4
- package/theme-map.js +5 -0
- package/lib/index.d.ts +0 -107
- package/lib/index.js +0 -107
- package/lib/index.scss +0 -106
- /package/lib/assets/{logo-light.png → atom/logo-light.png} +0 -0
- /package/lib/assets/{logo-light.svg → atom/logo-light.svg} +0 -0
- /package/lib/assets/{logo-primary.png → atom/logo-primary.png} +0 -0
- /package/lib/assets/{logo-primary.svg → atom/logo-primary.svg} +0 -0
- /package/lib/assets/{logo.png → atom/logo.png} +0 -0
- /package/lib/assets/{logo.svg → atom/logo.svg} +0 -0
|
@@ -0,0 +1,252 @@
|
|
|
1
|
+
|
|
2
|
+
// Do not edit directly
|
|
3
|
+
// Generated on Mon, 08 Jan 2024 11:47:57 GMT
|
|
4
|
+
|
|
5
|
+
$color-text-foreground: #1f1f1f;
|
|
6
|
+
$color-text-subtle: #545454;
|
|
7
|
+
$color-text-placeholder: #757575;
|
|
8
|
+
$color-background-base: #f5f5f5;
|
|
9
|
+
$color-background-accent: #f5f9ff;
|
|
10
|
+
$color-grey-100: #f5f5f5;
|
|
11
|
+
$color-grey-200: #ebebeb;
|
|
12
|
+
$color-grey-300: #e0e0e0;
|
|
13
|
+
$color-grey-400: #cfcfcf;
|
|
14
|
+
$color-grey-500: #bababa;
|
|
15
|
+
$color-grey-600: #9e9e9e;
|
|
16
|
+
$color-grey-700: #757575;
|
|
17
|
+
$color-grey-800: #545454;
|
|
18
|
+
$color-grey-900: #333333;
|
|
19
|
+
$color-grey-1000: #1f1f1f;
|
|
20
|
+
$color-grey-1100: #1a1a1a;
|
|
21
|
+
$color-grey-1200: #0f0f0f;
|
|
22
|
+
$color-blue-100: #f5f9ff;
|
|
23
|
+
$color-blue-200: #e5f1ff;
|
|
24
|
+
$color-blue-300: #d6eaff;
|
|
25
|
+
$color-blue-400: #c2dfff;
|
|
26
|
+
$color-blue-500: #99c9ff;
|
|
27
|
+
$color-blue-600: #6baeff;
|
|
28
|
+
$color-blue-700: #2986ff;
|
|
29
|
+
$color-blue-800: #0f67f5;
|
|
30
|
+
$color-blue-900: #194ac8;
|
|
31
|
+
$color-blue-1000: #102da2;
|
|
32
|
+
$color-blue-1100: #162460;
|
|
33
|
+
$color-blue-1200: #0c132c;
|
|
34
|
+
$color-purple-100: #fcf5ff;
|
|
35
|
+
$color-purple-200: #f2e5ff;
|
|
36
|
+
$color-purple-300: #ebd6ff;
|
|
37
|
+
$color-purple-400: #e3c7ff;
|
|
38
|
+
$color-purple-500: #cfa3fa;
|
|
39
|
+
$color-purple-600: #b363fd;
|
|
40
|
+
$color-purple-700: #8213dd;
|
|
41
|
+
$color-purple-800: #8607ed;
|
|
42
|
+
$color-purple-900: #6516c0;
|
|
43
|
+
$color-purple-1000: #490f95;
|
|
44
|
+
$color-purple-1100: #341660;
|
|
45
|
+
$color-purple-1200: #200e39;
|
|
46
|
+
$color-cyan-100: #f0faff;
|
|
47
|
+
$color-cyan-200: #e0f5ff;
|
|
48
|
+
$color-cyan-300: #c7ebff;
|
|
49
|
+
$color-cyan-400: #ade4ff;
|
|
50
|
+
$color-cyan-500: #78cefc;
|
|
51
|
+
$color-cyan-600: #42b0f0;
|
|
52
|
+
$color-cyan-700: #1688d4;
|
|
53
|
+
$color-cyan-800: #0071c2;
|
|
54
|
+
$color-cyan-900: #005799;
|
|
55
|
+
$color-cyan-1000: #003e6b;
|
|
56
|
+
$color-cyan-1100: #012b4b;
|
|
57
|
+
$color-cyan-1200: #061928;
|
|
58
|
+
$color-green-100: #edfdf1;
|
|
59
|
+
$color-green-200: #dcf9e3;
|
|
60
|
+
$color-green-300: #b6f1c5;
|
|
61
|
+
$color-green-400: #9aeaae;
|
|
62
|
+
$color-green-500: #68d485;
|
|
63
|
+
$color-green-600: #48b166;
|
|
64
|
+
$color-green-700: #2c8747;
|
|
65
|
+
$color-green-800: #187c36;
|
|
66
|
+
$color-green-900: #0e5d26;
|
|
67
|
+
$color-green-1000: #044317;
|
|
68
|
+
$color-green-1100: #022c0d;
|
|
69
|
+
$color-green-1200: #071808;
|
|
70
|
+
$color-magenta-100: #fffafc;
|
|
71
|
+
$color-magenta-200: #ffebf5;
|
|
72
|
+
$color-magenta-300: #ffd6e9;
|
|
73
|
+
$color-magenta-400: #ffcce3;
|
|
74
|
+
$color-magenta-500: #fa9ec7;
|
|
75
|
+
$color-magenta-600: #f679b1;
|
|
76
|
+
$color-magenta-700: #e5488f;
|
|
77
|
+
$color-magenta-800: #d32774;
|
|
78
|
+
$color-magenta-900: #a01855;
|
|
79
|
+
$color-magenta-1000: #77093a;
|
|
80
|
+
$color-magenta-1100: #500225;
|
|
81
|
+
$color-magenta-1200: #290a17;
|
|
82
|
+
$color-red-100: #fffafa;
|
|
83
|
+
$color-red-200: #ffebeb;
|
|
84
|
+
$color-red-300: #ffdbdd;
|
|
85
|
+
$color-red-400: #ffcccf;
|
|
86
|
+
$color-red-500: #fdaab0;
|
|
87
|
+
$color-red-600: #f87c82;
|
|
88
|
+
$color-red-700: #ea434b;
|
|
89
|
+
$color-red-800: #dc1e27;
|
|
90
|
+
$color-red-900: #a31920;
|
|
91
|
+
$color-red-1000: #770e13;
|
|
92
|
+
$color-red-1100: #530408;
|
|
93
|
+
$color-red-1200: #2c0709;
|
|
94
|
+
$color-teal-100: #e8fdfd;
|
|
95
|
+
$color-teal-200: #c9f7f7;
|
|
96
|
+
$color-teal-300: #9fefef;
|
|
97
|
+
$color-teal-400: #81e9e7;
|
|
98
|
+
$color-teal-500: #35d4d2;
|
|
99
|
+
$color-teal-600: #19b8b5;
|
|
100
|
+
$color-teal-700: #079795;
|
|
101
|
+
$color-teal-800: #00807b;
|
|
102
|
+
$color-teal-900: #005c5c;
|
|
103
|
+
$color-teal-1000: #003f42;
|
|
104
|
+
$color-teal-1100: #022b31;
|
|
105
|
+
$color-teal-1200: #081a1c;
|
|
106
|
+
$color-orange-100: #fff6e5;
|
|
107
|
+
$color-orange-200: #ffeccc;
|
|
108
|
+
$color-orange-300: #ffe0ad;
|
|
109
|
+
$color-orange-400: #fdd291;
|
|
110
|
+
$color-orange-500: #ffb357;
|
|
111
|
+
$color-orange-600: #fc9527;
|
|
112
|
+
$color-orange-700: #e17509;
|
|
113
|
+
$color-orange-800: #db6a00;
|
|
114
|
+
$color-orange-900: #b85300;
|
|
115
|
+
$color-orange-1000: #853500;
|
|
116
|
+
$color-orange-1100: #4b1a01;
|
|
117
|
+
$color-orange-1200: #371301;
|
|
118
|
+
$color-yellow-100: #fefadc;
|
|
119
|
+
$color-yellow-200: #fcf5b6;
|
|
120
|
+
$color-yellow-300: #faee85;
|
|
121
|
+
$color-yellow-400: #fce445;
|
|
122
|
+
$color-yellow-500: #ebc700;
|
|
123
|
+
$color-yellow-600: #c7a200;
|
|
124
|
+
$color-yellow-700: #b38f00;
|
|
125
|
+
$color-yellow-800: #997500;
|
|
126
|
+
$color-yellow-900: #705200;
|
|
127
|
+
$color-yellow-1000: #5c4300;
|
|
128
|
+
$color-yellow-1100: #382600;
|
|
129
|
+
$color-yellow-1200: #291b00;
|
|
130
|
+
$color-lime-100: #f7fedc;
|
|
131
|
+
$color-lime-200: #f0fdbf;
|
|
132
|
+
$color-lime-300: #e2f990;
|
|
133
|
+
$color-lime-400: #d3f16f;
|
|
134
|
+
$color-lime-500: #bbdd4b;
|
|
135
|
+
$color-lime-600: #93b918;
|
|
136
|
+
$color-lime-700: #779e00;
|
|
137
|
+
$color-lime-800: #678a00;
|
|
138
|
+
$color-lime-900: #496100;
|
|
139
|
+
$color-lime-1000: #394d00;
|
|
140
|
+
$color-lime-1100: #222e00;
|
|
141
|
+
$color-lime-1200: #171f00;
|
|
142
|
+
$color-tonal-50: #f5f5f5;
|
|
143
|
+
$color-tonal-100: #ebebeb;
|
|
144
|
+
$color-tonal-200: #9e9e9e;
|
|
145
|
+
$color-tonal-300: #757575;
|
|
146
|
+
$color-tonal-400: #545454;
|
|
147
|
+
$color-tonal-500: #333333;
|
|
148
|
+
$color-tonal-600: #1f1f1f;
|
|
149
|
+
$color-alpha-100: rgba(51, 51, 51, 0.1);
|
|
150
|
+
$color-alpha-150: rgba(51, 51, 51, 0.15);
|
|
151
|
+
$color-alpha-200: rgba(51, 51, 51, 0.2);
|
|
152
|
+
$color-alpha-250: rgba(51, 51, 51, 0.25);
|
|
153
|
+
$color-alpha-600: rgba(51, 51, 51, 0.6);
|
|
154
|
+
$color-brand-red-base: #f75050;
|
|
155
|
+
$color-brand-red-accent: #ff8e6b;
|
|
156
|
+
$color-brand-green-base: #4fbf5e;
|
|
157
|
+
$color-brand-green-accent: #006652;
|
|
158
|
+
$color-brand-purple-base: #815fdd;
|
|
159
|
+
$color-brand-purple-accent: #3306ac;
|
|
160
|
+
$color-brand-yellow-base: #ffb61a;
|
|
161
|
+
$color-brand-yellow-accent: #ff8c00;
|
|
162
|
+
$color-info-light: #f5f9ff;
|
|
163
|
+
$color-info-base: #0f67f5;
|
|
164
|
+
$color-info-mid: #194ac8;
|
|
165
|
+
$color-info-dark: #102da2;
|
|
166
|
+
$color-success-light: #e9f6e9;
|
|
167
|
+
$color-success-base: #028a00;
|
|
168
|
+
$color-success-mid: #007007;
|
|
169
|
+
$color-success-dark: #005709;
|
|
170
|
+
$color-danger-light: #fce8e8;
|
|
171
|
+
$color-danger-base: #f00505;
|
|
172
|
+
$color-danger-mid: #cd0404;
|
|
173
|
+
$color-danger-dark: #ab0303;
|
|
174
|
+
$color-warning-light: #fff4e0;
|
|
175
|
+
$color-warning-base: #ffb61a;
|
|
176
|
+
$color-warning-mid: #e7a20d;
|
|
177
|
+
$color-warning-dark: #d18f00;
|
|
178
|
+
$color-warning-text: #bd4b00;
|
|
179
|
+
$color-subject-english: #f75050;
|
|
180
|
+
$color-subject-maths: #0f67f5;
|
|
181
|
+
$color-subject-science: #815fdd;
|
|
182
|
+
$color-subject-verbal-reasoning: #4fbf5e;
|
|
183
|
+
$color-subject-non-verbal-reasoning: #ffb61a;
|
|
184
|
+
$color-subject-creative-writing: #ff8c00;
|
|
185
|
+
$color-subject-exam-skills: #3306ac;
|
|
186
|
+
$color-gl-blue-light: #a1b8ed;
|
|
187
|
+
$color-gl-blue-primary: #4c73cd;
|
|
188
|
+
$color-gl-blue-dark: #475e94;
|
|
189
|
+
$color-primary-100: #f5f9ff;
|
|
190
|
+
$color-primary-200: #e5f1ff;
|
|
191
|
+
$color-primary-300: #d6eaff;
|
|
192
|
+
$color-primary-400: #c2dfff;
|
|
193
|
+
$color-primary-500: #99c9ff;
|
|
194
|
+
$color-primary-600: #6baeff;
|
|
195
|
+
$color-primary-700: #2986ff;
|
|
196
|
+
$color-primary-800: #0f67f5;
|
|
197
|
+
$color-primary-900: #194ac8;
|
|
198
|
+
$color-primary-1000: #102da2;
|
|
199
|
+
$color-primary-1100: #162460;
|
|
200
|
+
$color-primary-1200: #0c132c;
|
|
201
|
+
$font-families-sans: system-ui, -apple-system, 'Helvetica Neue', sans-serif;
|
|
202
|
+
$font-families-mono: 'SFMono-Regular', Consolas, Menlo, monospace;
|
|
203
|
+
$font-families-display: 'Space Grotesk', system-ui, -apple-system, 'Helvetica Neue', sans-serif;
|
|
204
|
+
$font-families-body: 'Inter', system-ui, -apple-system, 'Helvetica Neue', sans-serif;
|
|
205
|
+
|
|
206
|
+
$effects-shadows: (
|
|
207
|
+
0: (0 1px 3px rgba(51, 51, 51, 0.1), 0 1px 2px rgba(51, 51, 51, 0.15)),
|
|
208
|
+
1: (0 3px 6px rgba(51, 51, 51, 0.1), 0 3px 6px rgba(51, 51, 51, 0.1)),
|
|
209
|
+
2: (0 10px 20px rgba(51, 51, 51, 0.1), 0 6px 6px rgba(51, 51, 51, 0.1)),
|
|
210
|
+
3: (0 14px 28px rgba(51, 51, 51, 0.15), 0 10px 10px rgba(51, 51, 51, 0.1))
|
|
211
|
+
);
|
|
212
|
+
$size-font: (
|
|
213
|
+
xs: 12px,
|
|
214
|
+
sm: 14px,
|
|
215
|
+
md: 16px,
|
|
216
|
+
lg: 21px,
|
|
217
|
+
xl: 28px,
|
|
218
|
+
2xl: 37px,
|
|
219
|
+
3xl: 50px,
|
|
220
|
+
4xl: 90px
|
|
221
|
+
);
|
|
222
|
+
$size-space: (
|
|
223
|
+
0: 2px,
|
|
224
|
+
1: 4px,
|
|
225
|
+
2: 8px,
|
|
226
|
+
3: 12px,
|
|
227
|
+
4: 16px,
|
|
228
|
+
5: 32px,
|
|
229
|
+
6: 40px,
|
|
230
|
+
7: 48px,
|
|
231
|
+
8: 64px,
|
|
232
|
+
9: 80px,
|
|
233
|
+
24: 24px
|
|
234
|
+
);
|
|
235
|
+
$size-size: (
|
|
236
|
+
0: 8px,
|
|
237
|
+
1: 16px,
|
|
238
|
+
2: 24px,
|
|
239
|
+
3: 32px,
|
|
240
|
+
4: 40px,
|
|
241
|
+
5: 48px,
|
|
242
|
+
6: 64px,
|
|
243
|
+
7: 96px,
|
|
244
|
+
8: 128px
|
|
245
|
+
);
|
|
246
|
+
$size-radii: (
|
|
247
|
+
0: 4px,
|
|
248
|
+
1: 8px,
|
|
249
|
+
2: 12px,
|
|
250
|
+
3: 16px,
|
|
251
|
+
round: 1600px
|
|
252
|
+
);
|
|
@@ -0,0 +1,260 @@
|
|
|
1
|
+
export type Theme = {
|
|
2
|
+
"colors": {
|
|
3
|
+
"textForeground": string
|
|
4
|
+
"textSubtle": string
|
|
5
|
+
"textPlaceholder": string
|
|
6
|
+
"background": string
|
|
7
|
+
"backgroundAccent": string
|
|
8
|
+
"grey100": string
|
|
9
|
+
"grey200": string
|
|
10
|
+
"grey300": string
|
|
11
|
+
"grey400": string
|
|
12
|
+
"grey500": string
|
|
13
|
+
"grey600": string
|
|
14
|
+
"grey700": string
|
|
15
|
+
"grey800": string
|
|
16
|
+
"grey900": string
|
|
17
|
+
"grey1000": string
|
|
18
|
+
"grey1100": string
|
|
19
|
+
"grey1200": string
|
|
20
|
+
"blue100": string
|
|
21
|
+
"blue200": string
|
|
22
|
+
"blue300": string
|
|
23
|
+
"blue400": string
|
|
24
|
+
"blue500": string
|
|
25
|
+
"blue600": string
|
|
26
|
+
"blue700": string
|
|
27
|
+
"blue800": string
|
|
28
|
+
"blue900": string
|
|
29
|
+
"blue1000": string
|
|
30
|
+
"blue1100": string
|
|
31
|
+
"blue1200": string
|
|
32
|
+
"purple100": string
|
|
33
|
+
"purple200": string
|
|
34
|
+
"purple300": string
|
|
35
|
+
"purple400": string
|
|
36
|
+
"purple500": string
|
|
37
|
+
"purple600": string
|
|
38
|
+
"purple700": string
|
|
39
|
+
"purple800": string
|
|
40
|
+
"purple900": string
|
|
41
|
+
"purple1000": string
|
|
42
|
+
"purple1100": string
|
|
43
|
+
"purple1200": string
|
|
44
|
+
"cyan100": string
|
|
45
|
+
"cyan200": string
|
|
46
|
+
"cyan300": string
|
|
47
|
+
"cyan400": string
|
|
48
|
+
"cyan500": string
|
|
49
|
+
"cyan600": string
|
|
50
|
+
"cyan700": string
|
|
51
|
+
"cyan800": string
|
|
52
|
+
"cyan900": string
|
|
53
|
+
"cyan1000": string
|
|
54
|
+
"cyan1100": string
|
|
55
|
+
"cyan1200": string
|
|
56
|
+
"green100": string
|
|
57
|
+
"green200": string
|
|
58
|
+
"green300": string
|
|
59
|
+
"green400": string
|
|
60
|
+
"green500": string
|
|
61
|
+
"green600": string
|
|
62
|
+
"green700": string
|
|
63
|
+
"green800": string
|
|
64
|
+
"green900": string
|
|
65
|
+
"green1000": string
|
|
66
|
+
"green1100": string
|
|
67
|
+
"green1200": string
|
|
68
|
+
"magenta100": string
|
|
69
|
+
"magenta200": string
|
|
70
|
+
"magenta300": string
|
|
71
|
+
"magenta400": string
|
|
72
|
+
"magenta500": string
|
|
73
|
+
"magenta600": string
|
|
74
|
+
"magenta700": string
|
|
75
|
+
"magenta800": string
|
|
76
|
+
"magenta900": string
|
|
77
|
+
"magenta1000": string
|
|
78
|
+
"magenta1100": string
|
|
79
|
+
"magenta1200": string
|
|
80
|
+
"red100": string
|
|
81
|
+
"red200": string
|
|
82
|
+
"red300": string
|
|
83
|
+
"red400": string
|
|
84
|
+
"red500": string
|
|
85
|
+
"red600": string
|
|
86
|
+
"red700": string
|
|
87
|
+
"red800": string
|
|
88
|
+
"red900": string
|
|
89
|
+
"red1000": string
|
|
90
|
+
"red1100": string
|
|
91
|
+
"red1200": string
|
|
92
|
+
"teal100": string
|
|
93
|
+
"teal200": string
|
|
94
|
+
"teal300": string
|
|
95
|
+
"teal400": string
|
|
96
|
+
"teal500": string
|
|
97
|
+
"teal600": string
|
|
98
|
+
"teal700": string
|
|
99
|
+
"teal800": string
|
|
100
|
+
"teal900": string
|
|
101
|
+
"teal1000": string
|
|
102
|
+
"teal1100": string
|
|
103
|
+
"teal1200": string
|
|
104
|
+
"orange100": string
|
|
105
|
+
"orange200": string
|
|
106
|
+
"orange300": string
|
|
107
|
+
"orange400": string
|
|
108
|
+
"orange500": string
|
|
109
|
+
"orange600": string
|
|
110
|
+
"orange700": string
|
|
111
|
+
"orange800": string
|
|
112
|
+
"orange900": string
|
|
113
|
+
"orange1000": string
|
|
114
|
+
"orange1100": string
|
|
115
|
+
"orange1200": string
|
|
116
|
+
"yellow100": string
|
|
117
|
+
"yellow200": string
|
|
118
|
+
"yellow300": string
|
|
119
|
+
"yellow400": string
|
|
120
|
+
"yellow500": string
|
|
121
|
+
"yellow600": string
|
|
122
|
+
"yellow700": string
|
|
123
|
+
"yellow800": string
|
|
124
|
+
"yellow900": string
|
|
125
|
+
"yellow1000": string
|
|
126
|
+
"yellow1100": string
|
|
127
|
+
"yellow1200": string
|
|
128
|
+
"lime100": string
|
|
129
|
+
"lime200": string
|
|
130
|
+
"lime300": string
|
|
131
|
+
"lime400": string
|
|
132
|
+
"lime500": string
|
|
133
|
+
"lime600": string
|
|
134
|
+
"lime700": string
|
|
135
|
+
"lime800": string
|
|
136
|
+
"lime900": string
|
|
137
|
+
"lime1000": string
|
|
138
|
+
"lime1100": string
|
|
139
|
+
"lime1200": string
|
|
140
|
+
"tonal50": string
|
|
141
|
+
"tonal100": string
|
|
142
|
+
"tonal200": string
|
|
143
|
+
"tonal300": string
|
|
144
|
+
"tonal400": string
|
|
145
|
+
"tonal500": string
|
|
146
|
+
"tonal600": string
|
|
147
|
+
"alpha100": string
|
|
148
|
+
"alpha150": string
|
|
149
|
+
"alpha200": string
|
|
150
|
+
"alpha250": string
|
|
151
|
+
"alpha600": string
|
|
152
|
+
"brandRed": string
|
|
153
|
+
"brandRedAccent": string
|
|
154
|
+
"brandGreen": string
|
|
155
|
+
"brandGreenAccent": string
|
|
156
|
+
"brandPurple": string
|
|
157
|
+
"brandPurpleAccent": string
|
|
158
|
+
"brandYellow": string
|
|
159
|
+
"brandYellowAccent": string
|
|
160
|
+
"infoLight": string
|
|
161
|
+
"info": string
|
|
162
|
+
"infoMid": string
|
|
163
|
+
"infoDark": string
|
|
164
|
+
"successLight": string
|
|
165
|
+
"success": string
|
|
166
|
+
"successMid": string
|
|
167
|
+
"successDark": string
|
|
168
|
+
"dangerLight": string
|
|
169
|
+
"danger": string
|
|
170
|
+
"dangerMid": string
|
|
171
|
+
"dangerDark": string
|
|
172
|
+
"warningLight": string
|
|
173
|
+
"warning": string
|
|
174
|
+
"warningMid": string
|
|
175
|
+
"warningDark": string
|
|
176
|
+
"warningText": string
|
|
177
|
+
"subjectEnglish": string
|
|
178
|
+
"subjectMaths": string
|
|
179
|
+
"subjectScience": string
|
|
180
|
+
"subjectVerbalReasoning": string
|
|
181
|
+
"subjectNonVerbalReasoning": string
|
|
182
|
+
"subjectCreativeWriting": string
|
|
183
|
+
"subjectExamSkills": string
|
|
184
|
+
"glBlueLight": string
|
|
185
|
+
"glBluePrimary": string
|
|
186
|
+
"glBlueDark": string
|
|
187
|
+
"primary100": string
|
|
188
|
+
"primary200": string
|
|
189
|
+
"primary300": string
|
|
190
|
+
"primary400": string
|
|
191
|
+
"primary500": string
|
|
192
|
+
"primary600": string
|
|
193
|
+
"primary700": string
|
|
194
|
+
"primary800": string
|
|
195
|
+
"primary900": string
|
|
196
|
+
"primary1000": string
|
|
197
|
+
"primary1100": string
|
|
198
|
+
"primary1200": string
|
|
199
|
+
},
|
|
200
|
+
"space": {
|
|
201
|
+
"0": string
|
|
202
|
+
"1": string
|
|
203
|
+
"2": string
|
|
204
|
+
"3": string
|
|
205
|
+
"4": string
|
|
206
|
+
"5": string
|
|
207
|
+
"6": string
|
|
208
|
+
"7": string
|
|
209
|
+
"8": string
|
|
210
|
+
"9": string
|
|
211
|
+
"24": string
|
|
212
|
+
},
|
|
213
|
+
"fontSizes": {
|
|
214
|
+
"xs": string
|
|
215
|
+
"sm": string
|
|
216
|
+
"md": string
|
|
217
|
+
"lg": string
|
|
218
|
+
"xl": string
|
|
219
|
+
"2xl": string
|
|
220
|
+
"3xl": string
|
|
221
|
+
"4xl": string
|
|
222
|
+
},
|
|
223
|
+
"fonts": {
|
|
224
|
+
"sans": string
|
|
225
|
+
"mono": string
|
|
226
|
+
"display": string
|
|
227
|
+
"body": string
|
|
228
|
+
},
|
|
229
|
+
"sizes": {
|
|
230
|
+
"0": string
|
|
231
|
+
"1": string
|
|
232
|
+
"2": string
|
|
233
|
+
"3": string
|
|
234
|
+
"4": string
|
|
235
|
+
"5": string
|
|
236
|
+
"6": string
|
|
237
|
+
"7": string
|
|
238
|
+
"8": string
|
|
239
|
+
},
|
|
240
|
+
"radii": {
|
|
241
|
+
"0": string
|
|
242
|
+
"1": string
|
|
243
|
+
"2": string
|
|
244
|
+
"3": string
|
|
245
|
+
"round": string
|
|
246
|
+
},
|
|
247
|
+
"shadows": {
|
|
248
|
+
"0": string
|
|
249
|
+
"1": string
|
|
250
|
+
"2": string
|
|
251
|
+
"3": string
|
|
252
|
+
},
|
|
253
|
+
"ratios": {
|
|
254
|
+
"16-9": string
|
|
255
|
+
"3-2": string
|
|
256
|
+
"4-3": string
|
|
257
|
+
"1-1": string
|
|
258
|
+
"3-4": string
|
|
259
|
+
}
|
|
260
|
+
}
|