@atom-learning/components 3.1.2 → 3.3.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.
Files changed (50) hide show
  1. package/dist/components/index.d.ts +1 -0
  2. package/dist/components/navigation/NavigationMenu.js +1 -1
  3. package/dist/components/navigation/NavigationMenu.js.map +1 -1
  4. package/dist/components/navigation/NavigationMenu.styles.d.ts +1 -0
  5. package/dist/components/navigation/NavigationMenu.styles.js +1 -1
  6. package/dist/components/navigation/NavigationMenu.styles.js.map +1 -1
  7. package/dist/components/navigation/NavigationMenuDropdownContent.d.ts +1 -1
  8. package/dist/components/navigation/NavigationMenuDropdownContent.js +1 -1
  9. package/dist/components/navigation/NavigationMenuDropdownContent.js.map +1 -1
  10. package/dist/components/navigation/NavigationMenuDropdownTrigger.js +1 -1
  11. package/dist/components/navigation/NavigationMenuDropdownTrigger.js.map +1 -1
  12. package/dist/components/navigation/NavigationMenuLink.js +1 -1
  13. package/dist/components/navigation/NavigationMenuLink.js.map +1 -1
  14. package/dist/components/navigation/stitches.navigationMenu.colorscheme.config.d.ts +26 -0
  15. package/dist/components/navigation/stitches.navigationMenu.colorscheme.config.js +2 -0
  16. package/dist/components/navigation/stitches.navigationMenu.colorscheme.config.js.map +1 -0
  17. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.js +1 -1
  18. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.js.map +1 -1
  19. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.styles.d.ts +5 -4
  20. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.styles.js +1 -1
  21. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.styles.js.map +1 -1
  22. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.d.ts +3 -1
  23. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.js +1 -1
  24. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.js.map +1 -1
  25. package/dist/components/navigation-menu-vertical/stitches.navigationMenuVertical.colorscheme.config.d.ts +15 -0
  26. package/dist/components/navigation-menu-vertical/stitches.navigationMenuVertical.colorscheme.config.js +2 -0
  27. package/dist/components/navigation-menu-vertical/stitches.navigationMenuVertical.colorscheme.config.js.map +1 -0
  28. package/dist/components/pagination/PaginationPopover.js +1 -1
  29. package/dist/components/pagination/PaginationPopover.js.map +1 -1
  30. package/dist/components/side-bar/SideBar.d.ts +2579 -0
  31. package/dist/components/side-bar/SideBar.js +2 -0
  32. package/dist/components/side-bar/SideBar.js.map +1 -0
  33. package/dist/components/side-bar/SideBarComponents.d.ts +2250 -0
  34. package/dist/components/side-bar/SideBarComponents.js +2 -0
  35. package/dist/components/side-bar/SideBarComponents.js.map +1 -0
  36. package/dist/components/side-bar/SideBarExpandableContext.d.ts +7 -0
  37. package/dist/components/side-bar/SideBarExpandableContext.js +2 -0
  38. package/dist/components/side-bar/SideBarExpandableContext.js.map +1 -0
  39. package/dist/components/side-bar/index.d.ts +2 -0
  40. package/dist/components/top-bar/TopBar.d.ts +1 -0
  41. package/dist/components/top-bar/TopBar.js +1 -1
  42. package/dist/components/top-bar/TopBar.js.map +1 -1
  43. package/dist/components/top-bar/stitches.topBar.colorscheme.config.d.ts +12 -0
  44. package/dist/components/top-bar/stitches.topBar.colorscheme.config.js +2 -0
  45. package/dist/components/top-bar/stitches.topBar.colorscheme.config.js.map +1 -0
  46. package/dist/docgen.json +1 -1
  47. package/dist/index.cjs.js +1 -1
  48. package/dist/index.cjs.js.map +1 -1
  49. package/dist/index.js +1 -1
  50. package/package.json +3 -2
@@ -0,0 +1,2250 @@
1
+ /// <reference types="react" />
2
+ export declare const SideBarHeader: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
3
+ sm: string;
4
+ md: string;
5
+ lg: string;
6
+ xl: string;
7
+ reducedMotion: string;
8
+ allowMotion: string;
9
+ hover: string;
10
+ }, import("@stitches/react/types/css-util").CSS<{
11
+ sm: string;
12
+ md: string;
13
+ lg: string;
14
+ xl: string;
15
+ reducedMotion: string;
16
+ allowMotion: string;
17
+ hover: string;
18
+ }, {
19
+ colors: {
20
+ textForeground: any;
21
+ textSubtle: any;
22
+ textPlaceholder: any;
23
+ background: any;
24
+ backgroundAccent: any;
25
+ grey100: any;
26
+ grey200: any;
27
+ grey300: any;
28
+ grey400: any;
29
+ grey500: any;
30
+ grey600: any;
31
+ grey700: any;
32
+ grey800: any;
33
+ grey900: any;
34
+ grey1000: any;
35
+ grey1100: any;
36
+ grey1200: any;
37
+ blue100: any;
38
+ blue200: any;
39
+ blue300: any;
40
+ blue400: any;
41
+ blue500: any;
42
+ blue600: any;
43
+ blue700: any;
44
+ blue800: any;
45
+ blue900: any;
46
+ blue1000: any;
47
+ blue1100: any;
48
+ blue1200: any;
49
+ purple100: any;
50
+ purple200: any;
51
+ purple300: any;
52
+ purple400: any;
53
+ purple500: any;
54
+ purple600: any;
55
+ purple700: any;
56
+ purple800: any;
57
+ purple900: any;
58
+ purple1000: any;
59
+ purple1100: any;
60
+ purple1200: any;
61
+ cyan100: any;
62
+ cyan200: any;
63
+ cyan300: any;
64
+ cyan400: any;
65
+ cyan500: any;
66
+ cyan600: any;
67
+ cyan700: any;
68
+ cyan800: any;
69
+ cyan900: any;
70
+ cyan1000: any;
71
+ cyan1100: any;
72
+ cyan1200: any;
73
+ green100: any;
74
+ green200: any;
75
+ green300: any;
76
+ green400: any;
77
+ green500: any;
78
+ green600: any;
79
+ green700: any;
80
+ green800: any;
81
+ green900: any;
82
+ green1000: any;
83
+ green1100: any;
84
+ green1200: any;
85
+ magenta100: any;
86
+ magenta200: any;
87
+ magenta300: any;
88
+ magenta400: any;
89
+ magenta500: any;
90
+ magenta600: any;
91
+ magenta700: any;
92
+ magenta800: any;
93
+ magenta900: any;
94
+ magenta1000: any;
95
+ magenta1100: any;
96
+ magenta1200: any;
97
+ red100: any;
98
+ red200: any;
99
+ red300: any;
100
+ red400: any;
101
+ red500: any;
102
+ red600: any;
103
+ red700: any;
104
+ red800: any;
105
+ red900: any;
106
+ red1000: any;
107
+ red1100: any;
108
+ red1200: any;
109
+ teal100: any;
110
+ teal200: any;
111
+ teal300: any;
112
+ teal400: any;
113
+ teal500: any;
114
+ teal600: any;
115
+ teal700: any;
116
+ teal800: any;
117
+ teal900: any;
118
+ teal1000: any;
119
+ teal1100: any;
120
+ teal1200: any;
121
+ orange100: any;
122
+ orange200: any;
123
+ orange300: any;
124
+ orange400: any;
125
+ orange500: any;
126
+ orange600: any;
127
+ orange700: any;
128
+ orange800: any;
129
+ orange900: any;
130
+ orange1000: any;
131
+ orange1100: any;
132
+ orange1200: any;
133
+ yellow100: any;
134
+ yellow200: any;
135
+ yellow300: any;
136
+ yellow400: any;
137
+ yellow500: any;
138
+ yellow600: any;
139
+ yellow700: any;
140
+ yellow800: any;
141
+ yellow900: any;
142
+ yellow1000: any;
143
+ yellow1100: any;
144
+ yellow1200: any;
145
+ lime100: any;
146
+ lime200: any;
147
+ lime300: any;
148
+ lime400: any;
149
+ lime500: any;
150
+ lime600: any;
151
+ lime700: any;
152
+ lime800: any;
153
+ lime900: any;
154
+ lime1000: any;
155
+ lime1100: any;
156
+ lime1200: any;
157
+ tonal50: any;
158
+ tonal100: any;
159
+ tonal200: any;
160
+ tonal300: any;
161
+ tonal400: any;
162
+ tonal500: any;
163
+ tonal600: any;
164
+ alpha100: any;
165
+ alpha150: any;
166
+ alpha200: any;
167
+ alpha250: any;
168
+ alpha600: any;
169
+ primaryLight: any;
170
+ primary: any;
171
+ primaryMid: any;
172
+ primaryDark: any;
173
+ secondary: any;
174
+ brandRed: any;
175
+ brandRedAccent: any;
176
+ brandGreen: any;
177
+ brandGreenAccent: any;
178
+ brandPurple: any;
179
+ brandPurpleAccent: any;
180
+ brandYellow: any;
181
+ brandYellowAccent: any;
182
+ successLight: any;
183
+ success: any;
184
+ successMid: any;
185
+ successDark: any;
186
+ dangerLight: any;
187
+ danger: any;
188
+ dangerMid: any;
189
+ dangerDark: any;
190
+ warningLight: any;
191
+ warning: any;
192
+ warningMid: any;
193
+ warningDark: any;
194
+ warningText: any;
195
+ subjectEnglish: any;
196
+ subjectMaths: any;
197
+ subjectScience: any;
198
+ subjectVerbalReasoning: any;
199
+ subjectNonVerbalReasoning: any;
200
+ subjectCreativeWriting: any;
201
+ subjectExamSkills: any;
202
+ glBlueLight: any;
203
+ glBluePrimary: any;
204
+ glBlueDark: any;
205
+ };
206
+ space: {
207
+ "0": any;
208
+ "1": any;
209
+ "2": any;
210
+ "3": any;
211
+ "4": any;
212
+ "5": any;
213
+ "6": any;
214
+ "7": any;
215
+ "8": any;
216
+ "9": any;
217
+ "24": any;
218
+ };
219
+ fontSizes: {
220
+ xs: any;
221
+ sm: any;
222
+ md: any;
223
+ lg: any;
224
+ xl: any;
225
+ "2xl": any;
226
+ "3xl": any;
227
+ "4xl": any;
228
+ };
229
+ fonts: {
230
+ sans: any;
231
+ mono: any;
232
+ display: any;
233
+ body: any;
234
+ };
235
+ sizes: {
236
+ "0": any;
237
+ "1": any;
238
+ "2": any;
239
+ "3": any;
240
+ "4": any;
241
+ "5": any;
242
+ "6": any;
243
+ "7": any;
244
+ "8": any;
245
+ };
246
+ radii: {
247
+ "0": any;
248
+ "1": any;
249
+ "2": any;
250
+ "3": any;
251
+ round: any;
252
+ };
253
+ shadows: {
254
+ "0": any;
255
+ "1": any;
256
+ "2": any;
257
+ "3": any;
258
+ };
259
+ ratios: {
260
+ "16-9": any;
261
+ "3-2": any;
262
+ "4-3": any;
263
+ "1-1": any;
264
+ "3-4": any;
265
+ };
266
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
267
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
268
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
269
+ };
270
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
271
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
272
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
273
+ };
274
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
275
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
276
+ };
277
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
278
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
279
+ };
280
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
281
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
282
+ };
283
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
284
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
285
+ };
286
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
287
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
288
+ };
289
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
290
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
291
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
292
+ };
293
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
294
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
295
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
296
+ };
297
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
298
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
299
+ };
300
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
301
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
302
+ };
303
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
304
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
305
+ };
306
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
307
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
308
+ };
309
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
310
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
311
+ };
312
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
313
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
314
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
315
+ };
316
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
317
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
318
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
319
+ };
320
+ }>>;
321
+ export declare const SideBarMain: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
322
+ sm: string;
323
+ md: string;
324
+ lg: string;
325
+ xl: string;
326
+ reducedMotion: string;
327
+ allowMotion: string;
328
+ hover: string;
329
+ }, import("@stitches/react/types/css-util").CSS<{
330
+ sm: string;
331
+ md: string;
332
+ lg: string;
333
+ xl: string;
334
+ reducedMotion: string;
335
+ allowMotion: string;
336
+ hover: string;
337
+ }, {
338
+ colors: {
339
+ textForeground: any;
340
+ textSubtle: any;
341
+ textPlaceholder: any;
342
+ background: any;
343
+ backgroundAccent: any;
344
+ grey100: any;
345
+ grey200: any;
346
+ grey300: any;
347
+ grey400: any;
348
+ grey500: any;
349
+ grey600: any;
350
+ grey700: any;
351
+ grey800: any;
352
+ grey900: any;
353
+ grey1000: any;
354
+ grey1100: any;
355
+ grey1200: any;
356
+ blue100: any;
357
+ blue200: any;
358
+ blue300: any;
359
+ blue400: any;
360
+ blue500: any;
361
+ blue600: any;
362
+ blue700: any;
363
+ blue800: any;
364
+ blue900: any;
365
+ blue1000: any;
366
+ blue1100: any;
367
+ blue1200: any;
368
+ purple100: any;
369
+ purple200: any;
370
+ purple300: any;
371
+ purple400: any;
372
+ purple500: any;
373
+ purple600: any;
374
+ purple700: any;
375
+ purple800: any;
376
+ purple900: any;
377
+ purple1000: any;
378
+ purple1100: any;
379
+ purple1200: any;
380
+ cyan100: any;
381
+ cyan200: any;
382
+ cyan300: any;
383
+ cyan400: any;
384
+ cyan500: any;
385
+ cyan600: any;
386
+ cyan700: any;
387
+ cyan800: any;
388
+ cyan900: any;
389
+ cyan1000: any;
390
+ cyan1100: any;
391
+ cyan1200: any;
392
+ green100: any;
393
+ green200: any;
394
+ green300: any;
395
+ green400: any;
396
+ green500: any;
397
+ green600: any;
398
+ green700: any;
399
+ green800: any;
400
+ green900: any;
401
+ green1000: any;
402
+ green1100: any;
403
+ green1200: any;
404
+ magenta100: any;
405
+ magenta200: any;
406
+ magenta300: any;
407
+ magenta400: any;
408
+ magenta500: any;
409
+ magenta600: any;
410
+ magenta700: any;
411
+ magenta800: any;
412
+ magenta900: any;
413
+ magenta1000: any;
414
+ magenta1100: any;
415
+ magenta1200: any;
416
+ red100: any;
417
+ red200: any;
418
+ red300: any;
419
+ red400: any;
420
+ red500: any;
421
+ red600: any;
422
+ red700: any;
423
+ red800: any;
424
+ red900: any;
425
+ red1000: any;
426
+ red1100: any;
427
+ red1200: any;
428
+ teal100: any;
429
+ teal200: any;
430
+ teal300: any;
431
+ teal400: any;
432
+ teal500: any;
433
+ teal600: any;
434
+ teal700: any;
435
+ teal800: any;
436
+ teal900: any;
437
+ teal1000: any;
438
+ teal1100: any;
439
+ teal1200: any;
440
+ orange100: any;
441
+ orange200: any;
442
+ orange300: any;
443
+ orange400: any;
444
+ orange500: any;
445
+ orange600: any;
446
+ orange700: any;
447
+ orange800: any;
448
+ orange900: any;
449
+ orange1000: any;
450
+ orange1100: any;
451
+ orange1200: any;
452
+ yellow100: any;
453
+ yellow200: any;
454
+ yellow300: any;
455
+ yellow400: any;
456
+ yellow500: any;
457
+ yellow600: any;
458
+ yellow700: any;
459
+ yellow800: any;
460
+ yellow900: any;
461
+ yellow1000: any;
462
+ yellow1100: any;
463
+ yellow1200: any;
464
+ lime100: any;
465
+ lime200: any;
466
+ lime300: any;
467
+ lime400: any;
468
+ lime500: any;
469
+ lime600: any;
470
+ lime700: any;
471
+ lime800: any;
472
+ lime900: any;
473
+ lime1000: any;
474
+ lime1100: any;
475
+ lime1200: any;
476
+ tonal50: any;
477
+ tonal100: any;
478
+ tonal200: any;
479
+ tonal300: any;
480
+ tonal400: any;
481
+ tonal500: any;
482
+ tonal600: any;
483
+ alpha100: any;
484
+ alpha150: any;
485
+ alpha200: any;
486
+ alpha250: any;
487
+ alpha600: any;
488
+ primaryLight: any;
489
+ primary: any;
490
+ primaryMid: any;
491
+ primaryDark: any;
492
+ secondary: any;
493
+ brandRed: any;
494
+ brandRedAccent: any;
495
+ brandGreen: any;
496
+ brandGreenAccent: any;
497
+ brandPurple: any;
498
+ brandPurpleAccent: any;
499
+ brandYellow: any;
500
+ brandYellowAccent: any;
501
+ successLight: any;
502
+ success: any;
503
+ successMid: any;
504
+ successDark: any;
505
+ dangerLight: any;
506
+ danger: any;
507
+ dangerMid: any;
508
+ dangerDark: any;
509
+ warningLight: any;
510
+ warning: any;
511
+ warningMid: any;
512
+ warningDark: any;
513
+ warningText: any;
514
+ subjectEnglish: any;
515
+ subjectMaths: any;
516
+ subjectScience: any;
517
+ subjectVerbalReasoning: any;
518
+ subjectNonVerbalReasoning: any;
519
+ subjectCreativeWriting: any;
520
+ subjectExamSkills: any;
521
+ glBlueLight: any;
522
+ glBluePrimary: any;
523
+ glBlueDark: any;
524
+ };
525
+ space: {
526
+ "0": any;
527
+ "1": any;
528
+ "2": any;
529
+ "3": any;
530
+ "4": any;
531
+ "5": any;
532
+ "6": any;
533
+ "7": any;
534
+ "8": any;
535
+ "9": any;
536
+ "24": any;
537
+ };
538
+ fontSizes: {
539
+ xs: any;
540
+ sm: any;
541
+ md: any;
542
+ lg: any;
543
+ xl: any;
544
+ "2xl": any;
545
+ "3xl": any;
546
+ "4xl": any;
547
+ };
548
+ fonts: {
549
+ sans: any;
550
+ mono: any;
551
+ display: any;
552
+ body: any;
553
+ };
554
+ sizes: {
555
+ "0": any;
556
+ "1": any;
557
+ "2": any;
558
+ "3": any;
559
+ "4": any;
560
+ "5": any;
561
+ "6": any;
562
+ "7": any;
563
+ "8": any;
564
+ };
565
+ radii: {
566
+ "0": any;
567
+ "1": any;
568
+ "2": any;
569
+ "3": any;
570
+ round: any;
571
+ };
572
+ shadows: {
573
+ "0": any;
574
+ "1": any;
575
+ "2": any;
576
+ "3": any;
577
+ };
578
+ ratios: {
579
+ "16-9": any;
580
+ "3-2": any;
581
+ "4-3": any;
582
+ "1-1": any;
583
+ "3-4": any;
584
+ };
585
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
586
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
587
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
588
+ };
589
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
590
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
591
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
592
+ };
593
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
594
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
595
+ };
596
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
597
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
598
+ };
599
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
600
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
601
+ };
602
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
603
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
604
+ };
605
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
606
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
607
+ };
608
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
609
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
610
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
611
+ };
612
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
613
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
614
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
615
+ };
616
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
617
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
618
+ };
619
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
620
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
621
+ };
622
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
623
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
624
+ };
625
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
626
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
627
+ };
628
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
629
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
630
+ };
631
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
632
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
633
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
634
+ };
635
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
636
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
637
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
638
+ };
639
+ }>>;
640
+ export declare const SideBarFooter: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
641
+ sm: string;
642
+ md: string;
643
+ lg: string;
644
+ xl: string;
645
+ reducedMotion: string;
646
+ allowMotion: string;
647
+ hover: string;
648
+ }, import("@stitches/react/types/css-util").CSS<{
649
+ sm: string;
650
+ md: string;
651
+ lg: string;
652
+ xl: string;
653
+ reducedMotion: string;
654
+ allowMotion: string;
655
+ hover: string;
656
+ }, {
657
+ colors: {
658
+ textForeground: any;
659
+ textSubtle: any;
660
+ textPlaceholder: any;
661
+ background: any;
662
+ backgroundAccent: any;
663
+ grey100: any;
664
+ grey200: any;
665
+ grey300: any;
666
+ grey400: any;
667
+ grey500: any;
668
+ grey600: any;
669
+ grey700: any;
670
+ grey800: any;
671
+ grey900: any;
672
+ grey1000: any;
673
+ grey1100: any;
674
+ grey1200: any;
675
+ blue100: any;
676
+ blue200: any;
677
+ blue300: any;
678
+ blue400: any;
679
+ blue500: any;
680
+ blue600: any;
681
+ blue700: any;
682
+ blue800: any;
683
+ blue900: any;
684
+ blue1000: any;
685
+ blue1100: any;
686
+ blue1200: any;
687
+ purple100: any;
688
+ purple200: any;
689
+ purple300: any;
690
+ purple400: any;
691
+ purple500: any;
692
+ purple600: any;
693
+ purple700: any;
694
+ purple800: any;
695
+ purple900: any;
696
+ purple1000: any;
697
+ purple1100: any;
698
+ purple1200: any;
699
+ cyan100: any;
700
+ cyan200: any;
701
+ cyan300: any;
702
+ cyan400: any;
703
+ cyan500: any;
704
+ cyan600: any;
705
+ cyan700: any;
706
+ cyan800: any;
707
+ cyan900: any;
708
+ cyan1000: any;
709
+ cyan1100: any;
710
+ cyan1200: any;
711
+ green100: any;
712
+ green200: any;
713
+ green300: any;
714
+ green400: any;
715
+ green500: any;
716
+ green600: any;
717
+ green700: any;
718
+ green800: any;
719
+ green900: any;
720
+ green1000: any;
721
+ green1100: any;
722
+ green1200: any;
723
+ magenta100: any;
724
+ magenta200: any;
725
+ magenta300: any;
726
+ magenta400: any;
727
+ magenta500: any;
728
+ magenta600: any;
729
+ magenta700: any;
730
+ magenta800: any;
731
+ magenta900: any;
732
+ magenta1000: any;
733
+ magenta1100: any;
734
+ magenta1200: any;
735
+ red100: any;
736
+ red200: any;
737
+ red300: any;
738
+ red400: any;
739
+ red500: any;
740
+ red600: any;
741
+ red700: any;
742
+ red800: any;
743
+ red900: any;
744
+ red1000: any;
745
+ red1100: any;
746
+ red1200: any;
747
+ teal100: any;
748
+ teal200: any;
749
+ teal300: any;
750
+ teal400: any;
751
+ teal500: any;
752
+ teal600: any;
753
+ teal700: any;
754
+ teal800: any;
755
+ teal900: any;
756
+ teal1000: any;
757
+ teal1100: any;
758
+ teal1200: any;
759
+ orange100: any;
760
+ orange200: any;
761
+ orange300: any;
762
+ orange400: any;
763
+ orange500: any;
764
+ orange600: any;
765
+ orange700: any;
766
+ orange800: any;
767
+ orange900: any;
768
+ orange1000: any;
769
+ orange1100: any;
770
+ orange1200: any;
771
+ yellow100: any;
772
+ yellow200: any;
773
+ yellow300: any;
774
+ yellow400: any;
775
+ yellow500: any;
776
+ yellow600: any;
777
+ yellow700: any;
778
+ yellow800: any;
779
+ yellow900: any;
780
+ yellow1000: any;
781
+ yellow1100: any;
782
+ yellow1200: any;
783
+ lime100: any;
784
+ lime200: any;
785
+ lime300: any;
786
+ lime400: any;
787
+ lime500: any;
788
+ lime600: any;
789
+ lime700: any;
790
+ lime800: any;
791
+ lime900: any;
792
+ lime1000: any;
793
+ lime1100: any;
794
+ lime1200: any;
795
+ tonal50: any;
796
+ tonal100: any;
797
+ tonal200: any;
798
+ tonal300: any;
799
+ tonal400: any;
800
+ tonal500: any;
801
+ tonal600: any;
802
+ alpha100: any;
803
+ alpha150: any;
804
+ alpha200: any;
805
+ alpha250: any;
806
+ alpha600: any;
807
+ primaryLight: any;
808
+ primary: any;
809
+ primaryMid: any;
810
+ primaryDark: any;
811
+ secondary: any;
812
+ brandRed: any;
813
+ brandRedAccent: any;
814
+ brandGreen: any;
815
+ brandGreenAccent: any;
816
+ brandPurple: any;
817
+ brandPurpleAccent: any;
818
+ brandYellow: any;
819
+ brandYellowAccent: any;
820
+ successLight: any;
821
+ success: any;
822
+ successMid: any;
823
+ successDark: any;
824
+ dangerLight: any;
825
+ danger: any;
826
+ dangerMid: any;
827
+ dangerDark: any;
828
+ warningLight: any;
829
+ warning: any;
830
+ warningMid: any;
831
+ warningDark: any;
832
+ warningText: any;
833
+ subjectEnglish: any;
834
+ subjectMaths: any;
835
+ subjectScience: any;
836
+ subjectVerbalReasoning: any;
837
+ subjectNonVerbalReasoning: any;
838
+ subjectCreativeWriting: any;
839
+ subjectExamSkills: any;
840
+ glBlueLight: any;
841
+ glBluePrimary: any;
842
+ glBlueDark: any;
843
+ };
844
+ space: {
845
+ "0": any;
846
+ "1": any;
847
+ "2": any;
848
+ "3": any;
849
+ "4": any;
850
+ "5": any;
851
+ "6": any;
852
+ "7": any;
853
+ "8": any;
854
+ "9": any;
855
+ "24": any;
856
+ };
857
+ fontSizes: {
858
+ xs: any;
859
+ sm: any;
860
+ md: any;
861
+ lg: any;
862
+ xl: any;
863
+ "2xl": any;
864
+ "3xl": any;
865
+ "4xl": any;
866
+ };
867
+ fonts: {
868
+ sans: any;
869
+ mono: any;
870
+ display: any;
871
+ body: any;
872
+ };
873
+ sizes: {
874
+ "0": any;
875
+ "1": any;
876
+ "2": any;
877
+ "3": any;
878
+ "4": any;
879
+ "5": any;
880
+ "6": any;
881
+ "7": any;
882
+ "8": any;
883
+ };
884
+ radii: {
885
+ "0": any;
886
+ "1": any;
887
+ "2": any;
888
+ "3": any;
889
+ round: any;
890
+ };
891
+ shadows: {
892
+ "0": any;
893
+ "1": any;
894
+ "2": any;
895
+ "3": any;
896
+ };
897
+ ratios: {
898
+ "16-9": any;
899
+ "3-2": any;
900
+ "4-3": any;
901
+ "1-1": any;
902
+ "3-4": any;
903
+ };
904
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
905
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
906
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
907
+ };
908
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
909
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
910
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
911
+ };
912
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
913
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
914
+ };
915
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
916
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
917
+ };
918
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
919
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
920
+ };
921
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
922
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
923
+ };
924
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
925
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
926
+ };
927
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
928
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
929
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
930
+ };
931
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
932
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
933
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
934
+ };
935
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
936
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
937
+ };
938
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
939
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
940
+ };
941
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
942
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
943
+ };
944
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
945
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
946
+ };
947
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
948
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
949
+ };
950
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
951
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
952
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
953
+ };
954
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
955
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
956
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
957
+ };
958
+ }>>;
959
+ export declare const SideBarBrand: import("@stitches/react/types/styled-component").StyledComponent<"a", {}, {
960
+ sm: string;
961
+ md: string;
962
+ lg: string;
963
+ xl: string;
964
+ reducedMotion: string;
965
+ allowMotion: string;
966
+ hover: string;
967
+ }, import("@stitches/react/types/css-util").CSS<{
968
+ sm: string;
969
+ md: string;
970
+ lg: string;
971
+ xl: string;
972
+ reducedMotion: string;
973
+ allowMotion: string;
974
+ hover: string;
975
+ }, {
976
+ colors: {
977
+ textForeground: any;
978
+ textSubtle: any;
979
+ textPlaceholder: any;
980
+ background: any;
981
+ backgroundAccent: any;
982
+ grey100: any;
983
+ grey200: any;
984
+ grey300: any;
985
+ grey400: any;
986
+ grey500: any;
987
+ grey600: any;
988
+ grey700: any;
989
+ grey800: any;
990
+ grey900: any;
991
+ grey1000: any;
992
+ grey1100: any;
993
+ grey1200: any;
994
+ blue100: any;
995
+ blue200: any;
996
+ blue300: any;
997
+ blue400: any;
998
+ blue500: any;
999
+ blue600: any;
1000
+ blue700: any;
1001
+ blue800: any;
1002
+ blue900: any;
1003
+ blue1000: any;
1004
+ blue1100: any;
1005
+ blue1200: any;
1006
+ purple100: any;
1007
+ purple200: any;
1008
+ purple300: any;
1009
+ purple400: any;
1010
+ purple500: any;
1011
+ purple600: any;
1012
+ purple700: any;
1013
+ purple800: any;
1014
+ purple900: any;
1015
+ purple1000: any;
1016
+ purple1100: any;
1017
+ purple1200: any;
1018
+ cyan100: any;
1019
+ cyan200: any;
1020
+ cyan300: any;
1021
+ cyan400: any;
1022
+ cyan500: any;
1023
+ cyan600: any;
1024
+ cyan700: any;
1025
+ cyan800: any;
1026
+ cyan900: any;
1027
+ cyan1000: any;
1028
+ cyan1100: any;
1029
+ cyan1200: any;
1030
+ green100: any;
1031
+ green200: any;
1032
+ green300: any;
1033
+ green400: any;
1034
+ green500: any;
1035
+ green600: any;
1036
+ green700: any;
1037
+ green800: any;
1038
+ green900: any;
1039
+ green1000: any;
1040
+ green1100: any;
1041
+ green1200: any;
1042
+ magenta100: any;
1043
+ magenta200: any;
1044
+ magenta300: any;
1045
+ magenta400: any;
1046
+ magenta500: any;
1047
+ magenta600: any;
1048
+ magenta700: any;
1049
+ magenta800: any;
1050
+ magenta900: any;
1051
+ magenta1000: any;
1052
+ magenta1100: any;
1053
+ magenta1200: any;
1054
+ red100: any;
1055
+ red200: any;
1056
+ red300: any;
1057
+ red400: any;
1058
+ red500: any;
1059
+ red600: any;
1060
+ red700: any;
1061
+ red800: any;
1062
+ red900: any;
1063
+ red1000: any;
1064
+ red1100: any;
1065
+ red1200: any;
1066
+ teal100: any;
1067
+ teal200: any;
1068
+ teal300: any;
1069
+ teal400: any;
1070
+ teal500: any;
1071
+ teal600: any;
1072
+ teal700: any;
1073
+ teal800: any;
1074
+ teal900: any;
1075
+ teal1000: any;
1076
+ teal1100: any;
1077
+ teal1200: any;
1078
+ orange100: any;
1079
+ orange200: any;
1080
+ orange300: any;
1081
+ orange400: any;
1082
+ orange500: any;
1083
+ orange600: any;
1084
+ orange700: any;
1085
+ orange800: any;
1086
+ orange900: any;
1087
+ orange1000: any;
1088
+ orange1100: any;
1089
+ orange1200: any;
1090
+ yellow100: any;
1091
+ yellow200: any;
1092
+ yellow300: any;
1093
+ yellow400: any;
1094
+ yellow500: any;
1095
+ yellow600: any;
1096
+ yellow700: any;
1097
+ yellow800: any;
1098
+ yellow900: any;
1099
+ yellow1000: any;
1100
+ yellow1100: any;
1101
+ yellow1200: any;
1102
+ lime100: any;
1103
+ lime200: any;
1104
+ lime300: any;
1105
+ lime400: any;
1106
+ lime500: any;
1107
+ lime600: any;
1108
+ lime700: any;
1109
+ lime800: any;
1110
+ lime900: any;
1111
+ lime1000: any;
1112
+ lime1100: any;
1113
+ lime1200: any;
1114
+ tonal50: any;
1115
+ tonal100: any;
1116
+ tonal200: any;
1117
+ tonal300: any;
1118
+ tonal400: any;
1119
+ tonal500: any;
1120
+ tonal600: any;
1121
+ alpha100: any;
1122
+ alpha150: any;
1123
+ alpha200: any;
1124
+ alpha250: any;
1125
+ alpha600: any;
1126
+ primaryLight: any;
1127
+ primary: any;
1128
+ primaryMid: any;
1129
+ primaryDark: any;
1130
+ secondary: any;
1131
+ brandRed: any;
1132
+ brandRedAccent: any;
1133
+ brandGreen: any;
1134
+ brandGreenAccent: any;
1135
+ brandPurple: any;
1136
+ brandPurpleAccent: any;
1137
+ brandYellow: any;
1138
+ brandYellowAccent: any;
1139
+ successLight: any;
1140
+ success: any;
1141
+ successMid: any;
1142
+ successDark: any;
1143
+ dangerLight: any;
1144
+ danger: any;
1145
+ dangerMid: any;
1146
+ dangerDark: any;
1147
+ warningLight: any;
1148
+ warning: any;
1149
+ warningMid: any;
1150
+ warningDark: any;
1151
+ warningText: any;
1152
+ subjectEnglish: any;
1153
+ subjectMaths: any;
1154
+ subjectScience: any;
1155
+ subjectVerbalReasoning: any;
1156
+ subjectNonVerbalReasoning: any;
1157
+ subjectCreativeWriting: any;
1158
+ subjectExamSkills: any;
1159
+ glBlueLight: any;
1160
+ glBluePrimary: any;
1161
+ glBlueDark: any;
1162
+ };
1163
+ space: {
1164
+ "0": any;
1165
+ "1": any;
1166
+ "2": any;
1167
+ "3": any;
1168
+ "4": any;
1169
+ "5": any;
1170
+ "6": any;
1171
+ "7": any;
1172
+ "8": any;
1173
+ "9": any;
1174
+ "24": any;
1175
+ };
1176
+ fontSizes: {
1177
+ xs: any;
1178
+ sm: any;
1179
+ md: any;
1180
+ lg: any;
1181
+ xl: any;
1182
+ "2xl": any;
1183
+ "3xl": any;
1184
+ "4xl": any;
1185
+ };
1186
+ fonts: {
1187
+ sans: any;
1188
+ mono: any;
1189
+ display: any;
1190
+ body: any;
1191
+ };
1192
+ sizes: {
1193
+ "0": any;
1194
+ "1": any;
1195
+ "2": any;
1196
+ "3": any;
1197
+ "4": any;
1198
+ "5": any;
1199
+ "6": any;
1200
+ "7": any;
1201
+ "8": any;
1202
+ };
1203
+ radii: {
1204
+ "0": any;
1205
+ "1": any;
1206
+ "2": any;
1207
+ "3": any;
1208
+ round: any;
1209
+ };
1210
+ shadows: {
1211
+ "0": any;
1212
+ "1": any;
1213
+ "2": any;
1214
+ "3": any;
1215
+ };
1216
+ ratios: {
1217
+ "16-9": any;
1218
+ "3-2": any;
1219
+ "4-3": any;
1220
+ "1-1": any;
1221
+ "3-4": any;
1222
+ };
1223
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
1224
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
1225
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
1226
+ };
1227
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
1228
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1229
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1230
+ };
1231
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1232
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1233
+ };
1234
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1235
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1236
+ };
1237
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1238
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1239
+ };
1240
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1241
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1242
+ };
1243
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1244
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1245
+ };
1246
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1247
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1248
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1249
+ };
1250
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1251
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1252
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1253
+ };
1254
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1255
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1256
+ };
1257
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1258
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1259
+ };
1260
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1261
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1262
+ };
1263
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1264
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1265
+ };
1266
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1267
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1268
+ };
1269
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1270
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1271
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1272
+ };
1273
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1274
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1275
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1276
+ };
1277
+ }>>;
1278
+ export declare const SideBarBrandLogo: import("react").FC<Omit<Pick<Omit<Pick<import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "key" | keyof import("react").ImgHTMLAttributes<HTMLImageElement>> & {
1279
+ ref?: ((instance: HTMLImageElement | null) => void) | import("react").RefObject<HTMLImageElement> | null | undefined;
1280
+ }, "css" | "fluid"> & import("@stitches/react/types/styled-component").TransformProps<{
1281
+ fluid?: boolean | "true" | undefined;
1282
+ }, {
1283
+ sm: string;
1284
+ md: string;
1285
+ lg: string;
1286
+ xl: string;
1287
+ reducedMotion: string;
1288
+ allowMotion: string;
1289
+ hover: string;
1290
+ }> & {
1291
+ css?: import("@stitches/react/types/css-util").CSS<{
1292
+ sm: string;
1293
+ md: string;
1294
+ lg: string;
1295
+ xl: string;
1296
+ reducedMotion: string;
1297
+ allowMotion: string;
1298
+ hover: string;
1299
+ }, {
1300
+ colors: {
1301
+ textForeground: any;
1302
+ textSubtle: any;
1303
+ textPlaceholder: any;
1304
+ background: any;
1305
+ backgroundAccent: any;
1306
+ grey100: any;
1307
+ grey200: any;
1308
+ grey300: any;
1309
+ grey400: any;
1310
+ grey500: any;
1311
+ grey600: any;
1312
+ grey700: any;
1313
+ grey800: any;
1314
+ grey900: any;
1315
+ grey1000: any;
1316
+ grey1100: any;
1317
+ grey1200: any;
1318
+ blue100: any;
1319
+ blue200: any;
1320
+ blue300: any;
1321
+ blue400: any;
1322
+ blue500: any;
1323
+ blue600: any;
1324
+ blue700: any;
1325
+ blue800: any;
1326
+ blue900: any;
1327
+ blue1000: any;
1328
+ blue1100: any;
1329
+ blue1200: any;
1330
+ purple100: any;
1331
+ purple200: any;
1332
+ purple300: any;
1333
+ purple400: any;
1334
+ purple500: any;
1335
+ purple600: any;
1336
+ purple700: any;
1337
+ purple800: any;
1338
+ purple900: any;
1339
+ purple1000: any;
1340
+ purple1100: any;
1341
+ purple1200: any;
1342
+ cyan100: any;
1343
+ cyan200: any;
1344
+ cyan300: any;
1345
+ cyan400: any;
1346
+ cyan500: any;
1347
+ cyan600: any;
1348
+ cyan700: any;
1349
+ cyan800: any;
1350
+ cyan900: any;
1351
+ cyan1000: any;
1352
+ cyan1100: any;
1353
+ cyan1200: any;
1354
+ green100: any;
1355
+ green200: any;
1356
+ green300: any;
1357
+ green400: any;
1358
+ green500: any;
1359
+ green600: any;
1360
+ green700: any;
1361
+ green800: any;
1362
+ green900: any;
1363
+ green1000: any;
1364
+ green1100: any;
1365
+ green1200: any;
1366
+ magenta100: any;
1367
+ magenta200: any;
1368
+ magenta300: any;
1369
+ magenta400: any;
1370
+ magenta500: any;
1371
+ magenta600: any;
1372
+ magenta700: any;
1373
+ magenta800: any;
1374
+ magenta900: any;
1375
+ magenta1000: any;
1376
+ magenta1100: any;
1377
+ magenta1200: any;
1378
+ red100: any;
1379
+ red200: any;
1380
+ red300: any;
1381
+ red400: any;
1382
+ red500: any;
1383
+ red600: any;
1384
+ red700: any;
1385
+ red800: any;
1386
+ red900: any;
1387
+ red1000: any;
1388
+ red1100: any;
1389
+ red1200: any;
1390
+ teal100: any;
1391
+ teal200: any;
1392
+ teal300: any;
1393
+ teal400: any;
1394
+ teal500: any;
1395
+ teal600: any;
1396
+ teal700: any;
1397
+ teal800: any;
1398
+ teal900: any;
1399
+ teal1000: any;
1400
+ teal1100: any;
1401
+ teal1200: any;
1402
+ orange100: any;
1403
+ orange200: any;
1404
+ orange300: any;
1405
+ orange400: any;
1406
+ orange500: any;
1407
+ orange600: any;
1408
+ orange700: any;
1409
+ orange800: any;
1410
+ orange900: any;
1411
+ orange1000: any;
1412
+ orange1100: any;
1413
+ orange1200: any;
1414
+ yellow100: any;
1415
+ yellow200: any;
1416
+ yellow300: any;
1417
+ yellow400: any;
1418
+ yellow500: any;
1419
+ yellow600: any;
1420
+ yellow700: any;
1421
+ yellow800: any;
1422
+ yellow900: any;
1423
+ yellow1000: any;
1424
+ yellow1100: any;
1425
+ yellow1200: any;
1426
+ lime100: any;
1427
+ lime200: any;
1428
+ lime300: any;
1429
+ lime400: any;
1430
+ lime500: any;
1431
+ lime600: any;
1432
+ lime700: any;
1433
+ lime800: any;
1434
+ lime900: any;
1435
+ lime1000: any;
1436
+ lime1100: any;
1437
+ lime1200: any;
1438
+ tonal50: any;
1439
+ tonal100: any;
1440
+ tonal200: any;
1441
+ tonal300: any;
1442
+ tonal400: any;
1443
+ tonal500: any;
1444
+ tonal600: any;
1445
+ alpha100: any;
1446
+ alpha150: any;
1447
+ alpha200: any;
1448
+ alpha250: any;
1449
+ alpha600: any;
1450
+ primaryLight: any;
1451
+ primary: any;
1452
+ primaryMid: any;
1453
+ primaryDark: any;
1454
+ secondary: any;
1455
+ brandRed: any;
1456
+ brandRedAccent: any;
1457
+ brandGreen: any;
1458
+ brandGreenAccent: any;
1459
+ brandPurple: any;
1460
+ brandPurpleAccent: any;
1461
+ brandYellow: any;
1462
+ brandYellowAccent: any;
1463
+ successLight: any;
1464
+ success: any;
1465
+ successMid: any;
1466
+ successDark: any;
1467
+ dangerLight: any;
1468
+ danger: any;
1469
+ dangerMid: any;
1470
+ dangerDark: any;
1471
+ warningLight: any;
1472
+ warning: any;
1473
+ warningMid: any;
1474
+ warningDark: any;
1475
+ warningText: any;
1476
+ subjectEnglish: any;
1477
+ subjectMaths: any;
1478
+ subjectScience: any;
1479
+ subjectVerbalReasoning: any;
1480
+ subjectNonVerbalReasoning: any;
1481
+ subjectCreativeWriting: any;
1482
+ subjectExamSkills: any;
1483
+ glBlueLight: any;
1484
+ glBluePrimary: any;
1485
+ glBlueDark: any;
1486
+ };
1487
+ space: {
1488
+ "0": any;
1489
+ "1": any;
1490
+ "2": any;
1491
+ "3": any;
1492
+ "4": any;
1493
+ "5": any;
1494
+ "6": any;
1495
+ "7": any;
1496
+ "8": any;
1497
+ "9": any;
1498
+ "24": any;
1499
+ };
1500
+ fontSizes: {
1501
+ xs: any;
1502
+ sm: any;
1503
+ md: any;
1504
+ lg: any;
1505
+ xl: any;
1506
+ "2xl": any;
1507
+ "3xl": any;
1508
+ "4xl": any;
1509
+ };
1510
+ fonts: {
1511
+ sans: any;
1512
+ mono: any;
1513
+ display: any;
1514
+ body: any;
1515
+ };
1516
+ sizes: {
1517
+ "0": any;
1518
+ "1": any;
1519
+ "2": any;
1520
+ "3": any;
1521
+ "4": any;
1522
+ "5": any;
1523
+ "6": any;
1524
+ "7": any;
1525
+ "8": any;
1526
+ };
1527
+ radii: {
1528
+ "0": any;
1529
+ "1": any;
1530
+ "2": any;
1531
+ "3": any;
1532
+ round: any;
1533
+ };
1534
+ shadows: {
1535
+ "0": any;
1536
+ "1": any;
1537
+ "2": any;
1538
+ "3": any;
1539
+ };
1540
+ ratios: {
1541
+ "16-9": any;
1542
+ "3-2": any;
1543
+ "4-3": any;
1544
+ "1-1": any;
1545
+ "3-4": any;
1546
+ };
1547
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
1548
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
1549
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
1550
+ };
1551
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
1552
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1553
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1554
+ };
1555
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1556
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1557
+ };
1558
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1559
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1560
+ };
1561
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1562
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1563
+ };
1564
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1565
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1566
+ };
1567
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1568
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1569
+ };
1570
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1571
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1572
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1573
+ };
1574
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1575
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1576
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1577
+ };
1578
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1579
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1580
+ };
1581
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1582
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1583
+ };
1584
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1585
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1586
+ };
1587
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1588
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1589
+ };
1590
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1591
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1592
+ };
1593
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1594
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1595
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1596
+ };
1597
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1598
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1599
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1600
+ };
1601
+ }> | undefined;
1602
+ }, "css" | "key" | keyof import("react").ImgHTMLAttributes<HTMLImageElement> | "fluid">, "as"> & {
1603
+ as?: undefined;
1604
+ }>;
1605
+ export declare const SideBarBrandName: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<Omit<Omit<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "key" | keyof import("react").HTMLAttributes<HTMLParagraphElement>> & {
1606
+ ref?: ((instance: HTMLParagraphElement | null) => void) | import("react").RefObject<HTMLParagraphElement> | null | undefined;
1607
+ }, "size" | "css" | "noCapsize"> & import("@stitches/react/types/styled-component").TransformProps<{
1608
+ size?: "sm" | "md" | "lg" | "xl" | "xs" | undefined;
1609
+ noCapsize?: boolean | "true" | undefined;
1610
+ }, {
1611
+ sm: string;
1612
+ md: string;
1613
+ lg: string;
1614
+ xl: string;
1615
+ reducedMotion: string;
1616
+ allowMotion: string;
1617
+ hover: string;
1618
+ }> & {
1619
+ css?: import("@stitches/react/types/css-util").CSS<{
1620
+ sm: string;
1621
+ md: string;
1622
+ lg: string;
1623
+ xl: string;
1624
+ reducedMotion: string;
1625
+ allowMotion: string;
1626
+ hover: string;
1627
+ }, {
1628
+ colors: {
1629
+ textForeground: any;
1630
+ textSubtle: any;
1631
+ textPlaceholder: any;
1632
+ background: any;
1633
+ backgroundAccent: any;
1634
+ grey100: any;
1635
+ grey200: any;
1636
+ grey300: any;
1637
+ grey400: any;
1638
+ grey500: any;
1639
+ grey600: any;
1640
+ grey700: any;
1641
+ grey800: any;
1642
+ grey900: any;
1643
+ grey1000: any;
1644
+ grey1100: any;
1645
+ grey1200: any;
1646
+ blue100: any;
1647
+ blue200: any;
1648
+ blue300: any;
1649
+ blue400: any;
1650
+ blue500: any;
1651
+ blue600: any;
1652
+ blue700: any;
1653
+ blue800: any;
1654
+ blue900: any;
1655
+ blue1000: any;
1656
+ blue1100: any;
1657
+ blue1200: any;
1658
+ purple100: any;
1659
+ purple200: any;
1660
+ purple300: any;
1661
+ purple400: any;
1662
+ purple500: any;
1663
+ purple600: any;
1664
+ purple700: any;
1665
+ purple800: any;
1666
+ purple900: any;
1667
+ purple1000: any;
1668
+ purple1100: any;
1669
+ purple1200: any;
1670
+ cyan100: any;
1671
+ cyan200: any;
1672
+ cyan300: any;
1673
+ cyan400: any;
1674
+ cyan500: any;
1675
+ cyan600: any;
1676
+ cyan700: any;
1677
+ cyan800: any;
1678
+ cyan900: any;
1679
+ cyan1000: any;
1680
+ cyan1100: any;
1681
+ cyan1200: any;
1682
+ green100: any;
1683
+ green200: any;
1684
+ green300: any;
1685
+ green400: any;
1686
+ green500: any;
1687
+ green600: any;
1688
+ green700: any;
1689
+ green800: any;
1690
+ green900: any;
1691
+ green1000: any;
1692
+ green1100: any;
1693
+ green1200: any;
1694
+ magenta100: any;
1695
+ magenta200: any;
1696
+ magenta300: any;
1697
+ magenta400: any;
1698
+ magenta500: any;
1699
+ magenta600: any;
1700
+ magenta700: any;
1701
+ magenta800: any;
1702
+ magenta900: any;
1703
+ magenta1000: any;
1704
+ magenta1100: any;
1705
+ magenta1200: any;
1706
+ red100: any;
1707
+ red200: any;
1708
+ red300: any;
1709
+ red400: any;
1710
+ red500: any;
1711
+ red600: any;
1712
+ red700: any;
1713
+ red800: any;
1714
+ red900: any;
1715
+ red1000: any;
1716
+ red1100: any;
1717
+ red1200: any;
1718
+ teal100: any;
1719
+ teal200: any;
1720
+ teal300: any;
1721
+ teal400: any;
1722
+ teal500: any;
1723
+ teal600: any;
1724
+ teal700: any;
1725
+ teal800: any;
1726
+ teal900: any;
1727
+ teal1000: any;
1728
+ teal1100: any;
1729
+ teal1200: any;
1730
+ orange100: any;
1731
+ orange200: any;
1732
+ orange300: any;
1733
+ orange400: any;
1734
+ orange500: any;
1735
+ orange600: any;
1736
+ orange700: any;
1737
+ orange800: any;
1738
+ orange900: any;
1739
+ orange1000: any;
1740
+ orange1100: any;
1741
+ orange1200: any;
1742
+ yellow100: any;
1743
+ yellow200: any;
1744
+ yellow300: any;
1745
+ yellow400: any;
1746
+ yellow500: any;
1747
+ yellow600: any;
1748
+ yellow700: any;
1749
+ yellow800: any;
1750
+ yellow900: any;
1751
+ yellow1000: any;
1752
+ yellow1100: any;
1753
+ yellow1200: any;
1754
+ lime100: any;
1755
+ lime200: any;
1756
+ lime300: any;
1757
+ lime400: any;
1758
+ lime500: any;
1759
+ lime600: any;
1760
+ lime700: any;
1761
+ lime800: any;
1762
+ lime900: any;
1763
+ lime1000: any;
1764
+ lime1100: any;
1765
+ lime1200: any;
1766
+ tonal50: any;
1767
+ tonal100: any;
1768
+ tonal200: any;
1769
+ tonal300: any;
1770
+ tonal400: any;
1771
+ tonal500: any;
1772
+ tonal600: any;
1773
+ alpha100: any;
1774
+ alpha150: any;
1775
+ alpha200: any;
1776
+ alpha250: any;
1777
+ alpha600: any;
1778
+ primaryLight: any;
1779
+ primary: any;
1780
+ primaryMid: any;
1781
+ primaryDark: any;
1782
+ secondary: any;
1783
+ brandRed: any;
1784
+ brandRedAccent: any;
1785
+ brandGreen: any;
1786
+ brandGreenAccent: any;
1787
+ brandPurple: any;
1788
+ brandPurpleAccent: any;
1789
+ brandYellow: any;
1790
+ brandYellowAccent: any;
1791
+ successLight: any;
1792
+ success: any;
1793
+ successMid: any;
1794
+ successDark: any;
1795
+ dangerLight: any;
1796
+ danger: any;
1797
+ dangerMid: any;
1798
+ dangerDark: any;
1799
+ warningLight: any;
1800
+ warning: any;
1801
+ warningMid: any;
1802
+ warningDark: any;
1803
+ warningText: any;
1804
+ subjectEnglish: any;
1805
+ subjectMaths: any;
1806
+ subjectScience: any;
1807
+ subjectVerbalReasoning: any;
1808
+ subjectNonVerbalReasoning: any;
1809
+ subjectCreativeWriting: any;
1810
+ subjectExamSkills: any;
1811
+ glBlueLight: any;
1812
+ glBluePrimary: any;
1813
+ glBlueDark: any;
1814
+ };
1815
+ space: {
1816
+ "0": any;
1817
+ "1": any;
1818
+ "2": any;
1819
+ "3": any;
1820
+ "4": any;
1821
+ "5": any;
1822
+ "6": any;
1823
+ "7": any;
1824
+ "8": any;
1825
+ "9": any;
1826
+ "24": any;
1827
+ };
1828
+ fontSizes: {
1829
+ xs: any;
1830
+ sm: any;
1831
+ md: any;
1832
+ lg: any;
1833
+ xl: any;
1834
+ "2xl": any;
1835
+ "3xl": any;
1836
+ "4xl": any;
1837
+ };
1838
+ fonts: {
1839
+ sans: any;
1840
+ mono: any;
1841
+ display: any;
1842
+ body: any;
1843
+ };
1844
+ sizes: {
1845
+ "0": any;
1846
+ "1": any;
1847
+ "2": any;
1848
+ "3": any;
1849
+ "4": any;
1850
+ "5": any;
1851
+ "6": any;
1852
+ "7": any;
1853
+ "8": any;
1854
+ };
1855
+ radii: {
1856
+ "0": any;
1857
+ "1": any;
1858
+ "2": any;
1859
+ "3": any;
1860
+ round: any;
1861
+ };
1862
+ shadows: {
1863
+ "0": any;
1864
+ "1": any;
1865
+ "2": any;
1866
+ "3": any;
1867
+ };
1868
+ ratios: {
1869
+ "16-9": any;
1870
+ "3-2": any;
1871
+ "4-3": any;
1872
+ "1-1": any;
1873
+ "3-4": any;
1874
+ };
1875
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
1876
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
1877
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
1878
+ };
1879
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
1880
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1881
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1882
+ };
1883
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1884
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1885
+ };
1886
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1887
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1888
+ };
1889
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1890
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1891
+ };
1892
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1893
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1894
+ };
1895
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1896
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1897
+ };
1898
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1899
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1900
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1901
+ };
1902
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1903
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1904
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1905
+ };
1906
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1907
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1908
+ };
1909
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1910
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1911
+ };
1912
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1913
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1914
+ };
1915
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1916
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1917
+ };
1918
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1919
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1920
+ };
1921
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1922
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1923
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1924
+ };
1925
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1926
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1927
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1928
+ };
1929
+ }> | undefined;
1930
+ }, "as"> & {
1931
+ as?: import("react").ElementType<any> | import("react").ComponentType<{}> | undefined;
1932
+ }>, {}, {
1933
+ sm: string;
1934
+ md: string;
1935
+ lg: string;
1936
+ xl: string;
1937
+ reducedMotion: string;
1938
+ allowMotion: string;
1939
+ hover: string;
1940
+ }, import("@stitches/react/types/css-util").CSS<{
1941
+ sm: string;
1942
+ md: string;
1943
+ lg: string;
1944
+ xl: string;
1945
+ reducedMotion: string;
1946
+ allowMotion: string;
1947
+ hover: string;
1948
+ }, {
1949
+ colors: {
1950
+ textForeground: any;
1951
+ textSubtle: any;
1952
+ textPlaceholder: any;
1953
+ background: any;
1954
+ backgroundAccent: any;
1955
+ grey100: any;
1956
+ grey200: any;
1957
+ grey300: any;
1958
+ grey400: any;
1959
+ grey500: any;
1960
+ grey600: any;
1961
+ grey700: any;
1962
+ grey800: any;
1963
+ grey900: any;
1964
+ grey1000: any;
1965
+ grey1100: any;
1966
+ grey1200: any;
1967
+ blue100: any;
1968
+ blue200: any;
1969
+ blue300: any;
1970
+ blue400: any;
1971
+ blue500: any;
1972
+ blue600: any;
1973
+ blue700: any;
1974
+ blue800: any;
1975
+ blue900: any;
1976
+ blue1000: any;
1977
+ blue1100: any;
1978
+ blue1200: any;
1979
+ purple100: any;
1980
+ purple200: any;
1981
+ purple300: any;
1982
+ purple400: any;
1983
+ purple500: any;
1984
+ purple600: any;
1985
+ purple700: any;
1986
+ purple800: any;
1987
+ purple900: any;
1988
+ purple1000: any;
1989
+ purple1100: any;
1990
+ purple1200: any;
1991
+ cyan100: any;
1992
+ cyan200: any;
1993
+ cyan300: any;
1994
+ cyan400: any;
1995
+ cyan500: any;
1996
+ cyan600: any;
1997
+ cyan700: any;
1998
+ cyan800: any;
1999
+ cyan900: any;
2000
+ cyan1000: any;
2001
+ cyan1100: any;
2002
+ cyan1200: any;
2003
+ green100: any;
2004
+ green200: any;
2005
+ green300: any;
2006
+ green400: any;
2007
+ green500: any;
2008
+ green600: any;
2009
+ green700: any;
2010
+ green800: any;
2011
+ green900: any;
2012
+ green1000: any;
2013
+ green1100: any;
2014
+ green1200: any;
2015
+ magenta100: any;
2016
+ magenta200: any;
2017
+ magenta300: any;
2018
+ magenta400: any;
2019
+ magenta500: any;
2020
+ magenta600: any;
2021
+ magenta700: any;
2022
+ magenta800: any;
2023
+ magenta900: any;
2024
+ magenta1000: any;
2025
+ magenta1100: any;
2026
+ magenta1200: any;
2027
+ red100: any;
2028
+ red200: any;
2029
+ red300: any;
2030
+ red400: any;
2031
+ red500: any;
2032
+ red600: any;
2033
+ red700: any;
2034
+ red800: any;
2035
+ red900: any;
2036
+ red1000: any;
2037
+ red1100: any;
2038
+ red1200: any;
2039
+ teal100: any;
2040
+ teal200: any;
2041
+ teal300: any;
2042
+ teal400: any;
2043
+ teal500: any;
2044
+ teal600: any;
2045
+ teal700: any;
2046
+ teal800: any;
2047
+ teal900: any;
2048
+ teal1000: any;
2049
+ teal1100: any;
2050
+ teal1200: any;
2051
+ orange100: any;
2052
+ orange200: any;
2053
+ orange300: any;
2054
+ orange400: any;
2055
+ orange500: any;
2056
+ orange600: any;
2057
+ orange700: any;
2058
+ orange800: any;
2059
+ orange900: any;
2060
+ orange1000: any;
2061
+ orange1100: any;
2062
+ orange1200: any;
2063
+ yellow100: any;
2064
+ yellow200: any;
2065
+ yellow300: any;
2066
+ yellow400: any;
2067
+ yellow500: any;
2068
+ yellow600: any;
2069
+ yellow700: any;
2070
+ yellow800: any;
2071
+ yellow900: any;
2072
+ yellow1000: any;
2073
+ yellow1100: any;
2074
+ yellow1200: any;
2075
+ lime100: any;
2076
+ lime200: any;
2077
+ lime300: any;
2078
+ lime400: any;
2079
+ lime500: any;
2080
+ lime600: any;
2081
+ lime700: any;
2082
+ lime800: any;
2083
+ lime900: any;
2084
+ lime1000: any;
2085
+ lime1100: any;
2086
+ lime1200: any;
2087
+ tonal50: any;
2088
+ tonal100: any;
2089
+ tonal200: any;
2090
+ tonal300: any;
2091
+ tonal400: any;
2092
+ tonal500: any;
2093
+ tonal600: any;
2094
+ alpha100: any;
2095
+ alpha150: any;
2096
+ alpha200: any;
2097
+ alpha250: any;
2098
+ alpha600: any;
2099
+ primaryLight: any;
2100
+ primary: any;
2101
+ primaryMid: any;
2102
+ primaryDark: any;
2103
+ secondary: any;
2104
+ brandRed: any;
2105
+ brandRedAccent: any;
2106
+ brandGreen: any;
2107
+ brandGreenAccent: any;
2108
+ brandPurple: any;
2109
+ brandPurpleAccent: any;
2110
+ brandYellow: any;
2111
+ brandYellowAccent: any;
2112
+ successLight: any;
2113
+ success: any;
2114
+ successMid: any;
2115
+ successDark: any;
2116
+ dangerLight: any;
2117
+ danger: any;
2118
+ dangerMid: any;
2119
+ dangerDark: any;
2120
+ warningLight: any;
2121
+ warning: any;
2122
+ warningMid: any;
2123
+ warningDark: any;
2124
+ warningText: any;
2125
+ subjectEnglish: any;
2126
+ subjectMaths: any;
2127
+ subjectScience: any;
2128
+ subjectVerbalReasoning: any;
2129
+ subjectNonVerbalReasoning: any;
2130
+ subjectCreativeWriting: any;
2131
+ subjectExamSkills: any;
2132
+ glBlueLight: any;
2133
+ glBluePrimary: any;
2134
+ glBlueDark: any;
2135
+ };
2136
+ space: {
2137
+ "0": any;
2138
+ "1": any;
2139
+ "2": any;
2140
+ "3": any;
2141
+ "4": any;
2142
+ "5": any;
2143
+ "6": any;
2144
+ "7": any;
2145
+ "8": any;
2146
+ "9": any;
2147
+ "24": any;
2148
+ };
2149
+ fontSizes: {
2150
+ xs: any;
2151
+ sm: any;
2152
+ md: any;
2153
+ lg: any;
2154
+ xl: any;
2155
+ "2xl": any;
2156
+ "3xl": any;
2157
+ "4xl": any;
2158
+ };
2159
+ fonts: {
2160
+ sans: any;
2161
+ mono: any;
2162
+ display: any;
2163
+ body: any;
2164
+ };
2165
+ sizes: {
2166
+ "0": any;
2167
+ "1": any;
2168
+ "2": any;
2169
+ "3": any;
2170
+ "4": any;
2171
+ "5": any;
2172
+ "6": any;
2173
+ "7": any;
2174
+ "8": any;
2175
+ };
2176
+ radii: {
2177
+ "0": any;
2178
+ "1": any;
2179
+ "2": any;
2180
+ "3": any;
2181
+ round: any;
2182
+ };
2183
+ shadows: {
2184
+ "0": any;
2185
+ "1": any;
2186
+ "2": any;
2187
+ "3": any;
2188
+ };
2189
+ ratios: {
2190
+ "16-9": any;
2191
+ "3-2": any;
2192
+ "4-3": any;
2193
+ "1-1": any;
2194
+ "3-4": any;
2195
+ };
2196
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
2197
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
2198
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
2199
+ };
2200
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
2201
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
2202
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
2203
+ };
2204
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2205
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2206
+ };
2207
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2208
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2209
+ };
2210
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2211
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2212
+ };
2213
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2214
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2215
+ };
2216
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2217
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2218
+ };
2219
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2220
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2221
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2222
+ };
2223
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2224
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2225
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2226
+ };
2227
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2228
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2229
+ };
2230
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2231
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2232
+ };
2233
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2234
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2235
+ };
2236
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2237
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2238
+ };
2239
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2240
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2241
+ };
2242
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2243
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2244
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2245
+ };
2246
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2247
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2248
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2249
+ };
2250
+ }>>;