@atom-learning/components 2.70.0 → 3.0.1

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 (131) hide show
  1. package/CHANGELOG.md +6 -9
  2. package/dist/components/dialog/DialogContent.js +1 -1
  3. package/dist/components/dialog/DialogContent.js.map +1 -1
  4. package/dist/components/drawer/Drawer.context.d.ts +8 -0
  5. package/dist/components/drawer/Drawer.context.js +2 -0
  6. package/dist/components/drawer/Drawer.context.js.map +1 -0
  7. package/dist/components/drawer/Drawer.d.ts +1953 -0
  8. package/dist/components/drawer/Drawer.js +2 -0
  9. package/dist/components/drawer/Drawer.js.map +1 -0
  10. package/dist/components/drawer/Drawer.styles.d.ts +4 -0
  11. package/dist/components/drawer/Drawer.styles.js +2 -0
  12. package/dist/components/drawer/Drawer.styles.js.map +1 -0
  13. package/dist/components/drawer/DrawerClose.d.ts +3 -0
  14. package/dist/components/drawer/DrawerClose.js +2 -0
  15. package/dist/components/drawer/DrawerClose.js.map +1 -0
  16. package/dist/components/{sidedrawer/SidedrawerAccordion/SidedrawerAccordionTrigger.d.ts → drawer/DrawerContent.d.ts} +4 -4
  17. package/dist/components/drawer/DrawerContent.js +2 -0
  18. package/dist/components/drawer/DrawerContent.js.map +1 -0
  19. package/dist/components/{sidedrawer/SidedrawerFooter.d.ts → drawer/DrawerFooter.d.ts} +1 -1
  20. package/dist/components/drawer/DrawerFooter.js +2 -0
  21. package/dist/components/drawer/DrawerFooter.js.map +1 -0
  22. package/dist/components/{sidedrawer/SidedrawerHeader.d.ts → drawer/DrawerHeader.d.ts} +1 -4
  23. package/dist/components/drawer/DrawerHeader.js +2 -0
  24. package/dist/components/drawer/DrawerHeader.js.map +1 -0
  25. package/dist/components/drawer/DrawerMain.d.ts +319 -0
  26. package/dist/components/drawer/DrawerMain.js +2 -0
  27. package/dist/components/drawer/DrawerMain.js.map +1 -0
  28. package/dist/components/{sidedrawer/SidedrawerOverlay.d.ts → drawer/DrawerOverlay.d.ts} +1 -1
  29. package/dist/components/drawer/DrawerOverlay.js +2 -0
  30. package/dist/components/drawer/DrawerOverlay.js.map +1 -0
  31. package/dist/components/{sidedrawer/SidedrawerTrigger.d.ts → drawer/DrawerTrigger.d.ts} +1 -1
  32. package/dist/components/drawer/DrawerTrigger.js +2 -0
  33. package/dist/components/drawer/DrawerTrigger.js.map +1 -0
  34. package/dist/components/drawer/index.d.ts +1 -0
  35. package/dist/components/index.d.ts +2 -1
  36. package/dist/components/navigation/NavigationMenuDropdownContent.js +1 -1
  37. package/dist/components/navigation/NavigationMenuDropdownContent.js.map +1 -1
  38. package/dist/components/navigation/NavigationMenuDropdownTrigger.js +1 -1
  39. package/dist/components/navigation/NavigationMenuDropdownTrigger.js.map +1 -1
  40. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.d.ts +341 -0
  41. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.js +2 -0
  42. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.js.map +1 -0
  43. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.styles.d.ts +53 -0
  44. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.styles.js +2 -0
  45. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.styles.js.map +1 -0
  46. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordion.d.ts +11 -0
  47. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordion.js +2 -0
  48. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordion.js.map +1 -0
  49. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionContent.d.ts +324 -0
  50. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionContent.js +2 -0
  51. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionContent.js.map +1 -0
  52. package/dist/components/{sidedrawer/SidedrawerContent.d.ts → navigation-menu-vertical/NavigationMenuVerticalAccordionTrigger.d.ts} +5 -2
  53. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionTrigger.js +2 -0
  54. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionTrigger.js.map +1 -0
  55. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalIcon.d.ts +649 -0
  56. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalIcon.js +2 -0
  57. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalIcon.js.map +1 -0
  58. package/dist/components/{sidedrawer/SidedrawerAccordion/SidedrawerAccordionRoot.d.ts → navigation-menu-vertical/NavigationMenuVerticalItem.d.ts} +5 -2
  59. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItem.js +2 -0
  60. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItem.js.map +1 -0
  61. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItemContent.d.ts +5 -0
  62. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItemContent.js +2 -0
  63. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItemContent.js.map +1 -0
  64. package/dist/components/{sidedrawer/SidedrawerAccordion/SidedrawerAccordionContent.d.ts → navigation-menu-vertical/NavigationMenuVerticalLink.d.ts} +7 -2
  65. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalLink.js +2 -0
  66. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalLink.js.map +1 -0
  67. package/dist/components/{sidedrawer/SidedrawerAccordion/SidedrawerAccordionItem.d.ts → navigation-menu-vertical/NavigationMenuVerticalList.d.ts} +1 -1
  68. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalList.js +2 -0
  69. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalList.js.map +1 -0
  70. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.d.ts +650 -0
  71. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.js +2 -0
  72. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.js.map +1 -0
  73. package/dist/components/navigation-menu-vertical/index.d.ts +1 -0
  74. package/dist/components/pagination/PaginationPopover.js +1 -1
  75. package/dist/components/pagination/PaginationPopover.js.map +1 -1
  76. package/dist/docgen.json +1 -1
  77. package/dist/index.cjs.js +1 -1
  78. package/dist/index.cjs.js.map +1 -1
  79. package/dist/index.js +1 -1
  80. package/dist/utilities/event/index.d.ts +1 -0
  81. package/dist/utilities/event/preventEvent.d.ts +1 -0
  82. package/dist/utilities/event/preventEvent.js +2 -0
  83. package/dist/utilities/event/preventEvent.js.map +1 -0
  84. package/dist/utilities/style/backdrop-overlay.d.ts +14 -0
  85. package/dist/utilities/style/backdrop-overlay.js +2 -0
  86. package/dist/utilities/style/backdrop-overlay.js.map +1 -0
  87. package/dist/utilities/style/keyframe-animations.d.ts +13 -7
  88. package/dist/utilities/style/keyframe-animations.js +1 -1
  89. package/dist/utilities/style/keyframe-animations.js.map +1 -1
  90. package/dist/utilities/style/reset.d.ts +13 -0
  91. package/dist/utilities/style/reset.js +2 -0
  92. package/dist/utilities/style/reset.js.map +1 -0
  93. package/package.json +3 -2
  94. package/dist/components/navigation/preventHover.d.ts +0 -1
  95. package/dist/components/navigation/preventHover.js +0 -2
  96. package/dist/components/navigation/preventHover.js.map +0 -1
  97. package/dist/components/sidedrawer/Sidedrawer.d.ts +0 -24
  98. package/dist/components/sidedrawer/Sidedrawer.js +0 -2
  99. package/dist/components/sidedrawer/Sidedrawer.js.map +0 -1
  100. package/dist/components/sidedrawer/Sidedrawer.styles.d.ts +0 -44
  101. package/dist/components/sidedrawer/Sidedrawer.styles.js +0 -2
  102. package/dist/components/sidedrawer/Sidedrawer.styles.js.map +0 -1
  103. package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionContent.js +0 -2
  104. package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionContent.js.map +0 -1
  105. package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionItem.js +0 -2
  106. package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionItem.js.map +0 -1
  107. package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionRoot.js +0 -2
  108. package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionRoot.js.map +0 -1
  109. package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionTrigger.js +0 -2
  110. package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionTrigger.js.map +0 -1
  111. package/dist/components/sidedrawer/SidedrawerAccordion/index.d.ts +0 -4
  112. package/dist/components/sidedrawer/SidedrawerBody.d.ts +0 -2
  113. package/dist/components/sidedrawer/SidedrawerBody.js +0 -2
  114. package/dist/components/sidedrawer/SidedrawerBody.js.map +0 -1
  115. package/dist/components/sidedrawer/SidedrawerClose.d.ts +0 -3
  116. package/dist/components/sidedrawer/SidedrawerClose.js +0 -2
  117. package/dist/components/sidedrawer/SidedrawerClose.js.map +0 -1
  118. package/dist/components/sidedrawer/SidedrawerContent.js +0 -2
  119. package/dist/components/sidedrawer/SidedrawerContent.js.map +0 -1
  120. package/dist/components/sidedrawer/SidedrawerFooter.js +0 -2
  121. package/dist/components/sidedrawer/SidedrawerFooter.js.map +0 -1
  122. package/dist/components/sidedrawer/SidedrawerHeader.js +0 -2
  123. package/dist/components/sidedrawer/SidedrawerHeader.js.map +0 -1
  124. package/dist/components/sidedrawer/SidedrawerItem.d.ts +0 -9
  125. package/dist/components/sidedrawer/SidedrawerItem.js +0 -2
  126. package/dist/components/sidedrawer/SidedrawerItem.js.map +0 -1
  127. package/dist/components/sidedrawer/SidedrawerOverlay.js +0 -2
  128. package/dist/components/sidedrawer/SidedrawerOverlay.js.map +0 -1
  129. package/dist/components/sidedrawer/SidedrawerTrigger.js +0 -2
  130. package/dist/components/sidedrawer/SidedrawerTrigger.js.map +0 -1
  131. package/dist/components/sidedrawer/index.d.ts +0 -1
@@ -0,0 +1,1953 @@
1
+ import { Root } from '@radix-ui/react-dialog';
2
+ import React from 'react';
3
+ import { DrawerProvider } from './Drawer.context';
4
+ declare type TDrawerProps = React.ComponentProps<typeof Root> & React.ComponentProps<typeof DrawerProvider>;
5
+ export declare const Drawer: {
6
+ ({ children, position, ...rest }: TDrawerProps): JSX.Element;
7
+ Close: (props: Omit<Pick<Omit<Omit<Pick<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "key" | keyof React.ButtonHTMLAttributes<HTMLButtonElement>> & {
8
+ ref?: ((instance: HTMLButtonElement | null) => void) | React.RefObject<HTMLButtonElement> | null | undefined;
9
+ }, "appearance" | "size" | "css" | "theme" | "isRounded"> & import("@stitches/react/types/styled-component").TransformProps<{
10
+ theme?: "primary" | "success" | "danger" | "warning" | "neutral" | undefined;
11
+ appearance?: "outline" | "solid" | "simple" | undefined;
12
+ size?: "sm" | "md" | "lg" | "xs" | undefined;
13
+ isRounded?: boolean | "true" | undefined;
14
+ }, {
15
+ sm: string;
16
+ md: string;
17
+ lg: string;
18
+ xl: string;
19
+ reducedMotion: string;
20
+ allowMotion: string;
21
+ hover: string;
22
+ }> & {
23
+ css?: import("@stitches/react/types/css-util").CSS<{
24
+ sm: string;
25
+ md: string;
26
+ lg: string;
27
+ xl: string;
28
+ reducedMotion: string;
29
+ allowMotion: string;
30
+ hover: string;
31
+ }, {
32
+ colors: {
33
+ textForeground: any;
34
+ textSubtle: any;
35
+ textPlaceholder: any;
36
+ background: any;
37
+ backgroundAccent: any;
38
+ grey100: any;
39
+ grey200: any;
40
+ grey300: any;
41
+ grey400: any;
42
+ grey500: any;
43
+ grey600: any;
44
+ grey700: any;
45
+ grey800: any;
46
+ grey900: any;
47
+ grey1000: any;
48
+ grey1100: any;
49
+ grey1200: any;
50
+ blue100: any;
51
+ blue200: any;
52
+ blue300: any;
53
+ blue400: any;
54
+ blue500: any;
55
+ blue600: any;
56
+ blue700: any;
57
+ blue800: any;
58
+ blue900: any;
59
+ blue1000: any;
60
+ blue1100: any;
61
+ blue1200: any;
62
+ purple100: any;
63
+ purple200: any;
64
+ purple300: any;
65
+ purple400: any;
66
+ purple500: any;
67
+ purple600: any;
68
+ purple700: any;
69
+ purple800: any;
70
+ purple900: any;
71
+ purple1000: any;
72
+ purple1100: any;
73
+ purple1200: any;
74
+ cyan100: any;
75
+ cyan200: any;
76
+ cyan300: any;
77
+ cyan400: any;
78
+ cyan500: any;
79
+ cyan600: any;
80
+ cyan700: any;
81
+ cyan800: any;
82
+ cyan900: any;
83
+ cyan1000: any;
84
+ cyan1100: any;
85
+ cyan1200: any;
86
+ green100: any;
87
+ green200: any;
88
+ green300: any;
89
+ green400: any;
90
+ green500: any;
91
+ green600: any;
92
+ green700: any;
93
+ green800: any;
94
+ green900: any;
95
+ green1000: any;
96
+ green1100: any;
97
+ green1200: any;
98
+ magenta100: any;
99
+ magenta200: any;
100
+ magenta300: any;
101
+ magenta400: any;
102
+ magenta500: any;
103
+ magenta600: any;
104
+ magenta700: any;
105
+ magenta800: any;
106
+ magenta900: any;
107
+ magenta1000: any;
108
+ magenta1100: any;
109
+ magenta1200: any;
110
+ red100: any;
111
+ red200: any;
112
+ red300: any;
113
+ red400: any;
114
+ red500: any;
115
+ red600: any;
116
+ red700: any;
117
+ red800: any;
118
+ red900: any;
119
+ red1000: any;
120
+ red1100: any;
121
+ red1200: any;
122
+ teal100: any;
123
+ teal200: any;
124
+ teal300: any;
125
+ teal400: any;
126
+ teal500: any;
127
+ teal600: any;
128
+ teal700: any;
129
+ teal800: any;
130
+ teal900: any;
131
+ teal1000: any;
132
+ teal1100: any;
133
+ teal1200: any;
134
+ orange100: any;
135
+ orange200: any;
136
+ orange300: any;
137
+ orange400: any;
138
+ orange500: any;
139
+ orange600: any;
140
+ orange700: any;
141
+ orange800: any;
142
+ orange900: any;
143
+ orange1000: any;
144
+ orange1100: any;
145
+ orange1200: any;
146
+ yellow100: any;
147
+ yellow200: any;
148
+ yellow300: any;
149
+ yellow400: any;
150
+ yellow500: any;
151
+ yellow600: any;
152
+ yellow700: any;
153
+ yellow800: any;
154
+ yellow900: any;
155
+ yellow1000: any;
156
+ yellow1100: any;
157
+ yellow1200: any;
158
+ lime100: any;
159
+ lime200: any;
160
+ lime300: any;
161
+ lime400: any;
162
+ lime500: any;
163
+ lime600: any;
164
+ lime700: any;
165
+ lime800: any;
166
+ lime900: any;
167
+ lime1000: any;
168
+ lime1100: any;
169
+ lime1200: any;
170
+ tonal50: any;
171
+ tonal100: any;
172
+ tonal200: any;
173
+ tonal300: any;
174
+ tonal400: any;
175
+ tonal500: any;
176
+ tonal600: any;
177
+ alpha100: any;
178
+ alpha150: any;
179
+ alpha200: any;
180
+ alpha250: any;
181
+ alpha600: any;
182
+ primaryLight: any;
183
+ primary: any;
184
+ primaryMid: any;
185
+ primaryDark: any;
186
+ secondary: any;
187
+ brandRed: any;
188
+ brandRedAccent: any;
189
+ brandGreen: any;
190
+ brandGreenAccent: any;
191
+ brandPurple: any;
192
+ brandPurpleAccent: any;
193
+ brandYellow: any;
194
+ brandYellowAccent: any;
195
+ successLight: any;
196
+ success: any;
197
+ successMid: any;
198
+ successDark: any;
199
+ dangerLight: any;
200
+ danger: any;
201
+ dangerMid: any;
202
+ dangerDark: any;
203
+ warningLight: any;
204
+ warning: any;
205
+ warningMid: any;
206
+ warningDark: any;
207
+ warningText: any;
208
+ subjectEnglish: any;
209
+ subjectMaths: any;
210
+ subjectScience: any;
211
+ subjectVerbalReasoning: any;
212
+ subjectNonVerbalReasoning: any;
213
+ subjectCreativeWriting: any;
214
+ subjectExamSkills: any;
215
+ glBlueLight: any;
216
+ glBluePrimary: any;
217
+ glBlueDark: any;
218
+ };
219
+ space: {
220
+ "0": any;
221
+ "1": any;
222
+ "2": any;
223
+ "3": any;
224
+ "4": any;
225
+ "5": any;
226
+ "6": any;
227
+ "7": any;
228
+ "8": any;
229
+ "9": any;
230
+ "24": any;
231
+ };
232
+ fontSizes: {
233
+ xs: any;
234
+ sm: any;
235
+ md: any;
236
+ lg: any;
237
+ xl: any;
238
+ "2xl": any;
239
+ "3xl": any;
240
+ "4xl": any;
241
+ };
242
+ fonts: {
243
+ sans: any;
244
+ mono: any;
245
+ display: any;
246
+ body: any;
247
+ };
248
+ sizes: {
249
+ "0": any;
250
+ "1": any;
251
+ "2": any;
252
+ "3": any;
253
+ "4": any;
254
+ "5": any;
255
+ "6": any;
256
+ "7": any;
257
+ "8": any;
258
+ };
259
+ radii: {
260
+ "0": any;
261
+ "1": any;
262
+ "2": any;
263
+ "3": any;
264
+ round: any;
265
+ };
266
+ shadows: {
267
+ "0": any;
268
+ "1": any;
269
+ "2": any;
270
+ "3": any;
271
+ };
272
+ ratios: {
273
+ "16-9": any;
274
+ "3-2": any;
275
+ "4-3": any;
276
+ "1-1": any;
277
+ "3-4": any;
278
+ };
279
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
280
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
281
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
282
+ };
283
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
284
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
285
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
286
+ };
287
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
288
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
289
+ };
290
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
291
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
292
+ };
293
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
294
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
295
+ };
296
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
297
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
298
+ };
299
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
300
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
301
+ };
302
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
303
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
304
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
305
+ };
306
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
307
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
308
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
309
+ };
310
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
311
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
312
+ };
313
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
314
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
315
+ };
316
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
317
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
318
+ };
319
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
320
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
321
+ };
322
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
323
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
324
+ };
325
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
326
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
327
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
328
+ };
329
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
330
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
331
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
332
+ };
333
+ }> | undefined;
334
+ }, "appearance" | "size" | "theme" | "label" | "children" | "as" | "hasTooltip" | "tooltipSide" | "isRounded" | keyof import("../../types").NavigatorActions> & import("@stitches/react/types/styled-component").TransformProps<{
335
+ theme?: "primary" | "success" | "danger" | "warning" | "neutral" | undefined;
336
+ appearance?: "outline" | "solid" | "simple" | undefined;
337
+ size?: "sm" | "md" | "lg" | "xs" | undefined;
338
+ isRounded?: boolean | "true" | undefined;
339
+ }, {
340
+ sm: string;
341
+ md: string;
342
+ lg: string;
343
+ xl: string;
344
+ reducedMotion: string;
345
+ allowMotion: string;
346
+ hover: string;
347
+ }> & {
348
+ as?: React.ReactNode;
349
+ children: React.ReactNode;
350
+ label: string;
351
+ } & Omit<import("../../utilities/optional-tooltip-wrapper").TOptionalTooltipWrapperProps, "label"> & import("../../types").NavigatorActions, "appearance" | "color" | "translate" | "size" | "css" | "theme" | "onBlur" | "onChange" | "onSubmit" | "form" | "label" | "slot" | "style" | "title" | "key" | "name" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "as" | "disabled" | "value" | "type" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "hasTooltip" | "tooltipSide" | "isRounded" | keyof import("../../types").NavigatorActions> & React.RefAttributes<HTMLButtonElement>, "children">) => JSX.Element;
352
+ Content: React.FC<Omit<import("@radix-ui/react-dialog").DialogContentProps & React.RefAttributes<HTMLDivElement>, "position" | "size" | "css"> & import("@stitches/react/types/styled-component").TransformProps<{
353
+ position?: "bottom" | "left" | "right" | "top" | undefined;
354
+ size?: "sm" | "md" | "lg" | "xl" | "xs" | undefined;
355
+ }, {
356
+ sm: string;
357
+ md: string;
358
+ lg: string;
359
+ xl: string;
360
+ reducedMotion: string;
361
+ allowMotion: string;
362
+ hover: string;
363
+ }> & {
364
+ css?: import("@stitches/react/types/css-util").CSS<{
365
+ sm: string;
366
+ md: string;
367
+ lg: string;
368
+ xl: string;
369
+ reducedMotion: string;
370
+ allowMotion: string;
371
+ hover: string;
372
+ }, {
373
+ colors: {
374
+ textForeground: any;
375
+ textSubtle: any;
376
+ textPlaceholder: any;
377
+ background: any;
378
+ backgroundAccent: any;
379
+ grey100: any;
380
+ grey200: any;
381
+ grey300: any;
382
+ grey400: any;
383
+ grey500: any;
384
+ grey600: any;
385
+ grey700: any;
386
+ grey800: any;
387
+ grey900: any;
388
+ grey1000: any;
389
+ grey1100: any;
390
+ grey1200: any;
391
+ blue100: any;
392
+ blue200: any;
393
+ blue300: any;
394
+ blue400: any;
395
+ blue500: any;
396
+ blue600: any;
397
+ blue700: any;
398
+ blue800: any;
399
+ blue900: any;
400
+ blue1000: any;
401
+ blue1100: any;
402
+ blue1200: any;
403
+ purple100: any;
404
+ purple200: any;
405
+ purple300: any;
406
+ purple400: any;
407
+ purple500: any;
408
+ purple600: any;
409
+ purple700: any;
410
+ purple800: any;
411
+ purple900: any;
412
+ purple1000: any;
413
+ purple1100: any;
414
+ purple1200: any;
415
+ cyan100: any;
416
+ cyan200: any;
417
+ cyan300: any;
418
+ cyan400: any;
419
+ cyan500: any;
420
+ cyan600: any;
421
+ cyan700: any;
422
+ cyan800: any;
423
+ cyan900: any;
424
+ cyan1000: any;
425
+ cyan1100: any;
426
+ cyan1200: any;
427
+ green100: any;
428
+ green200: any;
429
+ green300: any;
430
+ green400: any;
431
+ green500: any;
432
+ green600: any;
433
+ green700: any;
434
+ green800: any;
435
+ green900: any;
436
+ green1000: any;
437
+ green1100: any;
438
+ green1200: any;
439
+ magenta100: any;
440
+ magenta200: any;
441
+ magenta300: any;
442
+ magenta400: any;
443
+ magenta500: any;
444
+ magenta600: any;
445
+ magenta700: any;
446
+ magenta800: any;
447
+ magenta900: any;
448
+ magenta1000: any;
449
+ magenta1100: any;
450
+ magenta1200: any;
451
+ red100: any;
452
+ red200: any;
453
+ red300: any;
454
+ red400: any;
455
+ red500: any;
456
+ red600: any;
457
+ red700: any;
458
+ red800: any;
459
+ red900: any;
460
+ red1000: any;
461
+ red1100: any;
462
+ red1200: any;
463
+ teal100: any;
464
+ teal200: any;
465
+ teal300: any;
466
+ teal400: any;
467
+ teal500: any;
468
+ teal600: any;
469
+ teal700: any;
470
+ teal800: any;
471
+ teal900: any;
472
+ teal1000: any;
473
+ teal1100: any;
474
+ teal1200: any;
475
+ orange100: any;
476
+ orange200: any;
477
+ orange300: any;
478
+ orange400: any;
479
+ orange500: any;
480
+ orange600: any;
481
+ orange700: any;
482
+ orange800: any;
483
+ orange900: any;
484
+ orange1000: any;
485
+ orange1100: any;
486
+ orange1200: any;
487
+ yellow100: any;
488
+ yellow200: any;
489
+ yellow300: any;
490
+ yellow400: any;
491
+ yellow500: any;
492
+ yellow600: any;
493
+ yellow700: any;
494
+ yellow800: any;
495
+ yellow900: any;
496
+ yellow1000: any;
497
+ yellow1100: any;
498
+ yellow1200: any;
499
+ lime100: any;
500
+ lime200: any;
501
+ lime300: any;
502
+ lime400: any;
503
+ lime500: any;
504
+ lime600: any;
505
+ lime700: any;
506
+ lime800: any;
507
+ lime900: any;
508
+ lime1000: any;
509
+ lime1100: any;
510
+ lime1200: any;
511
+ tonal50: any;
512
+ tonal100: any;
513
+ tonal200: any;
514
+ tonal300: any;
515
+ tonal400: any;
516
+ tonal500: any;
517
+ tonal600: any;
518
+ alpha100: any;
519
+ alpha150: any;
520
+ alpha200: any;
521
+ alpha250: any;
522
+ alpha600: any;
523
+ primaryLight: any;
524
+ primary: any;
525
+ primaryMid: any;
526
+ primaryDark: any;
527
+ secondary: any;
528
+ brandRed: any;
529
+ brandRedAccent: any;
530
+ brandGreen: any;
531
+ brandGreenAccent: any;
532
+ brandPurple: any;
533
+ brandPurpleAccent: any;
534
+ brandYellow: any;
535
+ brandYellowAccent: any;
536
+ successLight: any;
537
+ success: any;
538
+ successMid: any;
539
+ successDark: any;
540
+ dangerLight: any;
541
+ danger: any;
542
+ dangerMid: any;
543
+ dangerDark: any;
544
+ warningLight: any;
545
+ warning: any;
546
+ warningMid: any;
547
+ warningDark: any;
548
+ warningText: any;
549
+ subjectEnglish: any;
550
+ subjectMaths: any;
551
+ subjectScience: any;
552
+ subjectVerbalReasoning: any;
553
+ subjectNonVerbalReasoning: any;
554
+ subjectCreativeWriting: any;
555
+ subjectExamSkills: any;
556
+ glBlueLight: any;
557
+ glBluePrimary: any;
558
+ glBlueDark: any;
559
+ };
560
+ space: {
561
+ "0": any;
562
+ "1": any;
563
+ "2": any;
564
+ "3": any;
565
+ "4": any;
566
+ "5": any;
567
+ "6": any;
568
+ "7": any;
569
+ "8": any;
570
+ "9": any;
571
+ "24": any;
572
+ };
573
+ fontSizes: {
574
+ xs: any;
575
+ sm: any;
576
+ md: any;
577
+ lg: any;
578
+ xl: any;
579
+ "2xl": any;
580
+ "3xl": any;
581
+ "4xl": any;
582
+ };
583
+ fonts: {
584
+ sans: any;
585
+ mono: any;
586
+ display: any;
587
+ body: any;
588
+ };
589
+ sizes: {
590
+ "0": any;
591
+ "1": any;
592
+ "2": any;
593
+ "3": any;
594
+ "4": any;
595
+ "5": any;
596
+ "6": any;
597
+ "7": any;
598
+ "8": any;
599
+ };
600
+ radii: {
601
+ "0": any;
602
+ "1": any;
603
+ "2": any;
604
+ "3": any;
605
+ round: any;
606
+ };
607
+ shadows: {
608
+ "0": any;
609
+ "1": any;
610
+ "2": any;
611
+ "3": any;
612
+ };
613
+ ratios: {
614
+ "16-9": any;
615
+ "3-2": any;
616
+ "4-3": any;
617
+ "1-1": any;
618
+ "3-4": any;
619
+ };
620
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
621
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
622
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
623
+ };
624
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
625
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
626
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
627
+ };
628
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
629
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
630
+ };
631
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
632
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
633
+ };
634
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
635
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
636
+ };
637
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
638
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
639
+ };
640
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
641
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
642
+ };
643
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
644
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
645
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
646
+ };
647
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
648
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
649
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
650
+ };
651
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
652
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
653
+ };
654
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
655
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
656
+ };
657
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
658
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
659
+ };
660
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
661
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
662
+ };
663
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
664
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
665
+ };
666
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
667
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
668
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
669
+ };
670
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
671
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
672
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
673
+ };
674
+ }> | undefined;
675
+ }>;
676
+ Main: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
677
+ sm: string;
678
+ md: string;
679
+ lg: string;
680
+ xl: string;
681
+ reducedMotion: string;
682
+ allowMotion: string;
683
+ hover: string;
684
+ }, import("@stitches/react/types/css-util").CSS<{
685
+ sm: string;
686
+ md: string;
687
+ lg: string;
688
+ xl: string;
689
+ reducedMotion: string;
690
+ allowMotion: string;
691
+ hover: string;
692
+ }, {
693
+ colors: {
694
+ textForeground: any;
695
+ textSubtle: any;
696
+ textPlaceholder: any;
697
+ background: any;
698
+ backgroundAccent: any;
699
+ grey100: any;
700
+ grey200: any;
701
+ grey300: any;
702
+ grey400: any;
703
+ grey500: any;
704
+ grey600: any;
705
+ grey700: any;
706
+ grey800: any;
707
+ grey900: any;
708
+ grey1000: any;
709
+ grey1100: any;
710
+ grey1200: any;
711
+ blue100: any;
712
+ blue200: any;
713
+ blue300: any;
714
+ blue400: any;
715
+ blue500: any;
716
+ blue600: any;
717
+ blue700: any;
718
+ blue800: any;
719
+ blue900: any;
720
+ blue1000: any;
721
+ blue1100: any;
722
+ blue1200: any;
723
+ purple100: any;
724
+ purple200: any;
725
+ purple300: any;
726
+ purple400: any;
727
+ purple500: any;
728
+ purple600: any;
729
+ purple700: any;
730
+ purple800: any;
731
+ purple900: any;
732
+ purple1000: any;
733
+ purple1100: any;
734
+ purple1200: any;
735
+ cyan100: any;
736
+ cyan200: any;
737
+ cyan300: any;
738
+ cyan400: any;
739
+ cyan500: any;
740
+ cyan600: any;
741
+ cyan700: any;
742
+ cyan800: any;
743
+ cyan900: any;
744
+ cyan1000: any;
745
+ cyan1100: any;
746
+ cyan1200: any;
747
+ green100: any;
748
+ green200: any;
749
+ green300: any;
750
+ green400: any;
751
+ green500: any;
752
+ green600: any;
753
+ green700: any;
754
+ green800: any;
755
+ green900: any;
756
+ green1000: any;
757
+ green1100: any;
758
+ green1200: any;
759
+ magenta100: any;
760
+ magenta200: any;
761
+ magenta300: any;
762
+ magenta400: any;
763
+ magenta500: any;
764
+ magenta600: any;
765
+ magenta700: any;
766
+ magenta800: any;
767
+ magenta900: any;
768
+ magenta1000: any;
769
+ magenta1100: any;
770
+ magenta1200: any;
771
+ red100: any;
772
+ red200: any;
773
+ red300: any;
774
+ red400: any;
775
+ red500: any;
776
+ red600: any;
777
+ red700: any;
778
+ red800: any;
779
+ red900: any;
780
+ red1000: any;
781
+ red1100: any;
782
+ red1200: any;
783
+ teal100: any;
784
+ teal200: any;
785
+ teal300: any;
786
+ teal400: any;
787
+ teal500: any;
788
+ teal600: any;
789
+ teal700: any;
790
+ teal800: any;
791
+ teal900: any;
792
+ teal1000: any;
793
+ teal1100: any;
794
+ teal1200: any;
795
+ orange100: any;
796
+ orange200: any;
797
+ orange300: any;
798
+ orange400: any;
799
+ orange500: any;
800
+ orange600: any;
801
+ orange700: any;
802
+ orange800: any;
803
+ orange900: any;
804
+ orange1000: any;
805
+ orange1100: any;
806
+ orange1200: any;
807
+ yellow100: any;
808
+ yellow200: any;
809
+ yellow300: any;
810
+ yellow400: any;
811
+ yellow500: any;
812
+ yellow600: any;
813
+ yellow700: any;
814
+ yellow800: any;
815
+ yellow900: any;
816
+ yellow1000: any;
817
+ yellow1100: any;
818
+ yellow1200: any;
819
+ lime100: any;
820
+ lime200: any;
821
+ lime300: any;
822
+ lime400: any;
823
+ lime500: any;
824
+ lime600: any;
825
+ lime700: any;
826
+ lime800: any;
827
+ lime900: any;
828
+ lime1000: any;
829
+ lime1100: any;
830
+ lime1200: any;
831
+ tonal50: any;
832
+ tonal100: any;
833
+ tonal200: any;
834
+ tonal300: any;
835
+ tonal400: any;
836
+ tonal500: any;
837
+ tonal600: any;
838
+ alpha100: any;
839
+ alpha150: any;
840
+ alpha200: any;
841
+ alpha250: any;
842
+ alpha600: any;
843
+ primaryLight: any;
844
+ primary: any;
845
+ primaryMid: any;
846
+ primaryDark: any;
847
+ secondary: any;
848
+ brandRed: any;
849
+ brandRedAccent: any;
850
+ brandGreen: any;
851
+ brandGreenAccent: any;
852
+ brandPurple: any;
853
+ brandPurpleAccent: any;
854
+ brandYellow: any;
855
+ brandYellowAccent: any;
856
+ successLight: any;
857
+ success: any;
858
+ successMid: any;
859
+ successDark: any;
860
+ dangerLight: any;
861
+ danger: any;
862
+ dangerMid: any;
863
+ dangerDark: any;
864
+ warningLight: any;
865
+ warning: any;
866
+ warningMid: any;
867
+ warningDark: any;
868
+ warningText: any;
869
+ subjectEnglish: any;
870
+ subjectMaths: any;
871
+ subjectScience: any;
872
+ subjectVerbalReasoning: any;
873
+ subjectNonVerbalReasoning: any;
874
+ subjectCreativeWriting: any;
875
+ subjectExamSkills: any;
876
+ glBlueLight: any;
877
+ glBluePrimary: any;
878
+ glBlueDark: any;
879
+ };
880
+ space: {
881
+ "0": any;
882
+ "1": any;
883
+ "2": any;
884
+ "3": any;
885
+ "4": any;
886
+ "5": any;
887
+ "6": any;
888
+ "7": any;
889
+ "8": any;
890
+ "9": any;
891
+ "24": any;
892
+ };
893
+ fontSizes: {
894
+ xs: any;
895
+ sm: any;
896
+ md: any;
897
+ lg: any;
898
+ xl: any;
899
+ "2xl": any;
900
+ "3xl": any;
901
+ "4xl": any;
902
+ };
903
+ fonts: {
904
+ sans: any;
905
+ mono: any;
906
+ display: any;
907
+ body: any;
908
+ };
909
+ sizes: {
910
+ "0": any;
911
+ "1": any;
912
+ "2": any;
913
+ "3": any;
914
+ "4": any;
915
+ "5": any;
916
+ "6": any;
917
+ "7": any;
918
+ "8": any;
919
+ };
920
+ radii: {
921
+ "0": any;
922
+ "1": any;
923
+ "2": any;
924
+ "3": any;
925
+ round: any;
926
+ };
927
+ shadows: {
928
+ "0": any;
929
+ "1": any;
930
+ "2": any;
931
+ "3": any;
932
+ };
933
+ ratios: {
934
+ "16-9": any;
935
+ "3-2": any;
936
+ "4-3": any;
937
+ "1-1": any;
938
+ "3-4": any;
939
+ };
940
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
941
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
942
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
943
+ };
944
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
945
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
946
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
947
+ };
948
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
949
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
950
+ };
951
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
952
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
953
+ };
954
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
955
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
956
+ };
957
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
958
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
959
+ };
960
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
961
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
962
+ };
963
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
964
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
965
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
966
+ };
967
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
968
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
969
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
970
+ };
971
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
972
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
973
+ };
974
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
975
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
976
+ };
977
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
978
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
979
+ };
980
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
981
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
982
+ };
983
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
984
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
985
+ };
986
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
987
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
988
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
989
+ };
990
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
991
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
992
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
993
+ };
994
+ }>>;
995
+ Header: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
996
+ sm: string;
997
+ md: string;
998
+ lg: string;
999
+ xl: string;
1000
+ reducedMotion: string;
1001
+ allowMotion: string;
1002
+ hover: string;
1003
+ }, import("@stitches/react/types/css-util").CSS<{
1004
+ sm: string;
1005
+ md: string;
1006
+ lg: string;
1007
+ xl: string;
1008
+ reducedMotion: string;
1009
+ allowMotion: string;
1010
+ hover: string;
1011
+ }, {
1012
+ colors: {
1013
+ textForeground: any;
1014
+ textSubtle: any;
1015
+ textPlaceholder: any;
1016
+ background: any;
1017
+ backgroundAccent: any;
1018
+ grey100: any;
1019
+ grey200: any;
1020
+ grey300: any;
1021
+ grey400: any;
1022
+ grey500: any;
1023
+ grey600: any;
1024
+ grey700: any;
1025
+ grey800: any;
1026
+ grey900: any;
1027
+ grey1000: any;
1028
+ grey1100: any;
1029
+ grey1200: any;
1030
+ blue100: any;
1031
+ blue200: any;
1032
+ blue300: any;
1033
+ blue400: any;
1034
+ blue500: any;
1035
+ blue600: any;
1036
+ blue700: any;
1037
+ blue800: any;
1038
+ blue900: any;
1039
+ blue1000: any;
1040
+ blue1100: any;
1041
+ blue1200: any;
1042
+ purple100: any;
1043
+ purple200: any;
1044
+ purple300: any;
1045
+ purple400: any;
1046
+ purple500: any;
1047
+ purple600: any;
1048
+ purple700: any;
1049
+ purple800: any;
1050
+ purple900: any;
1051
+ purple1000: any;
1052
+ purple1100: any;
1053
+ purple1200: any;
1054
+ cyan100: any;
1055
+ cyan200: any;
1056
+ cyan300: any;
1057
+ cyan400: any;
1058
+ cyan500: any;
1059
+ cyan600: any;
1060
+ cyan700: any;
1061
+ cyan800: any;
1062
+ cyan900: any;
1063
+ cyan1000: any;
1064
+ cyan1100: any;
1065
+ cyan1200: any;
1066
+ green100: any;
1067
+ green200: any;
1068
+ green300: any;
1069
+ green400: any;
1070
+ green500: any;
1071
+ green600: any;
1072
+ green700: any;
1073
+ green800: any;
1074
+ green900: any;
1075
+ green1000: any;
1076
+ green1100: any;
1077
+ green1200: any;
1078
+ magenta100: any;
1079
+ magenta200: any;
1080
+ magenta300: any;
1081
+ magenta400: any;
1082
+ magenta500: any;
1083
+ magenta600: any;
1084
+ magenta700: any;
1085
+ magenta800: any;
1086
+ magenta900: any;
1087
+ magenta1000: any;
1088
+ magenta1100: any;
1089
+ magenta1200: any;
1090
+ red100: any;
1091
+ red200: any;
1092
+ red300: any;
1093
+ red400: any;
1094
+ red500: any;
1095
+ red600: any;
1096
+ red700: any;
1097
+ red800: any;
1098
+ red900: any;
1099
+ red1000: any;
1100
+ red1100: any;
1101
+ red1200: any;
1102
+ teal100: any;
1103
+ teal200: any;
1104
+ teal300: any;
1105
+ teal400: any;
1106
+ teal500: any;
1107
+ teal600: any;
1108
+ teal700: any;
1109
+ teal800: any;
1110
+ teal900: any;
1111
+ teal1000: any;
1112
+ teal1100: any;
1113
+ teal1200: any;
1114
+ orange100: any;
1115
+ orange200: any;
1116
+ orange300: any;
1117
+ orange400: any;
1118
+ orange500: any;
1119
+ orange600: any;
1120
+ orange700: any;
1121
+ orange800: any;
1122
+ orange900: any;
1123
+ orange1000: any;
1124
+ orange1100: any;
1125
+ orange1200: any;
1126
+ yellow100: any;
1127
+ yellow200: any;
1128
+ yellow300: any;
1129
+ yellow400: any;
1130
+ yellow500: any;
1131
+ yellow600: any;
1132
+ yellow700: any;
1133
+ yellow800: any;
1134
+ yellow900: any;
1135
+ yellow1000: any;
1136
+ yellow1100: any;
1137
+ yellow1200: any;
1138
+ lime100: any;
1139
+ lime200: any;
1140
+ lime300: any;
1141
+ lime400: any;
1142
+ lime500: any;
1143
+ lime600: any;
1144
+ lime700: any;
1145
+ lime800: any;
1146
+ lime900: any;
1147
+ lime1000: any;
1148
+ lime1100: any;
1149
+ lime1200: any;
1150
+ tonal50: any;
1151
+ tonal100: any;
1152
+ tonal200: any;
1153
+ tonal300: any;
1154
+ tonal400: any;
1155
+ tonal500: any;
1156
+ tonal600: any;
1157
+ alpha100: any;
1158
+ alpha150: any;
1159
+ alpha200: any;
1160
+ alpha250: any;
1161
+ alpha600: any;
1162
+ primaryLight: any;
1163
+ primary: any;
1164
+ primaryMid: any;
1165
+ primaryDark: any;
1166
+ secondary: any;
1167
+ brandRed: any;
1168
+ brandRedAccent: any;
1169
+ brandGreen: any;
1170
+ brandGreenAccent: any;
1171
+ brandPurple: any;
1172
+ brandPurpleAccent: any;
1173
+ brandYellow: any;
1174
+ brandYellowAccent: any;
1175
+ successLight: any;
1176
+ success: any;
1177
+ successMid: any;
1178
+ successDark: any;
1179
+ dangerLight: any;
1180
+ danger: any;
1181
+ dangerMid: any;
1182
+ dangerDark: any;
1183
+ warningLight: any;
1184
+ warning: any;
1185
+ warningMid: any;
1186
+ warningDark: any;
1187
+ warningText: any;
1188
+ subjectEnglish: any;
1189
+ subjectMaths: any;
1190
+ subjectScience: any;
1191
+ subjectVerbalReasoning: any;
1192
+ subjectNonVerbalReasoning: any;
1193
+ subjectCreativeWriting: any;
1194
+ subjectExamSkills: any;
1195
+ glBlueLight: any;
1196
+ glBluePrimary: any;
1197
+ glBlueDark: any;
1198
+ };
1199
+ space: {
1200
+ "0": any;
1201
+ "1": any;
1202
+ "2": any;
1203
+ "3": any;
1204
+ "4": any;
1205
+ "5": any;
1206
+ "6": any;
1207
+ "7": any;
1208
+ "8": any;
1209
+ "9": any;
1210
+ "24": any;
1211
+ };
1212
+ fontSizes: {
1213
+ xs: any;
1214
+ sm: any;
1215
+ md: any;
1216
+ lg: any;
1217
+ xl: any;
1218
+ "2xl": any;
1219
+ "3xl": any;
1220
+ "4xl": any;
1221
+ };
1222
+ fonts: {
1223
+ sans: any;
1224
+ mono: any;
1225
+ display: any;
1226
+ body: any;
1227
+ };
1228
+ sizes: {
1229
+ "0": any;
1230
+ "1": any;
1231
+ "2": any;
1232
+ "3": any;
1233
+ "4": any;
1234
+ "5": any;
1235
+ "6": any;
1236
+ "7": any;
1237
+ "8": any;
1238
+ };
1239
+ radii: {
1240
+ "0": any;
1241
+ "1": any;
1242
+ "2": any;
1243
+ "3": any;
1244
+ round: any;
1245
+ };
1246
+ shadows: {
1247
+ "0": any;
1248
+ "1": any;
1249
+ "2": any;
1250
+ "3": any;
1251
+ };
1252
+ ratios: {
1253
+ "16-9": any;
1254
+ "3-2": any;
1255
+ "4-3": any;
1256
+ "1-1": any;
1257
+ "3-4": any;
1258
+ };
1259
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
1260
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
1261
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
1262
+ };
1263
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
1264
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1265
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1266
+ };
1267
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1268
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1269
+ };
1270
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1271
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1272
+ };
1273
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1274
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1275
+ };
1276
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1277
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1278
+ };
1279
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1280
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1281
+ };
1282
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1283
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1284
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1285
+ };
1286
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1287
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1288
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1289
+ };
1290
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1291
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1292
+ };
1293
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1294
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1295
+ };
1296
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1297
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1298
+ };
1299
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1300
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1301
+ };
1302
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1303
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1304
+ };
1305
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1306
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1307
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1308
+ };
1309
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1310
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1311
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1312
+ };
1313
+ }>>;
1314
+ Footer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
1315
+ sm: string;
1316
+ md: string;
1317
+ lg: string;
1318
+ xl: string;
1319
+ reducedMotion: string;
1320
+ allowMotion: string;
1321
+ hover: string;
1322
+ }, import("@stitches/react/types/css-util").CSS<{
1323
+ sm: string;
1324
+ md: string;
1325
+ lg: string;
1326
+ xl: string;
1327
+ reducedMotion: string;
1328
+ allowMotion: string;
1329
+ hover: string;
1330
+ }, {
1331
+ colors: {
1332
+ textForeground: any;
1333
+ textSubtle: any;
1334
+ textPlaceholder: any;
1335
+ background: any;
1336
+ backgroundAccent: any;
1337
+ grey100: any;
1338
+ grey200: any;
1339
+ grey300: any;
1340
+ grey400: any;
1341
+ grey500: any;
1342
+ grey600: any;
1343
+ grey700: any;
1344
+ grey800: any;
1345
+ grey900: any;
1346
+ grey1000: any;
1347
+ grey1100: any;
1348
+ grey1200: any;
1349
+ blue100: any;
1350
+ blue200: any;
1351
+ blue300: any;
1352
+ blue400: any;
1353
+ blue500: any;
1354
+ blue600: any;
1355
+ blue700: any;
1356
+ blue800: any;
1357
+ blue900: any;
1358
+ blue1000: any;
1359
+ blue1100: any;
1360
+ blue1200: any;
1361
+ purple100: any;
1362
+ purple200: any;
1363
+ purple300: any;
1364
+ purple400: any;
1365
+ purple500: any;
1366
+ purple600: any;
1367
+ purple700: any;
1368
+ purple800: any;
1369
+ purple900: any;
1370
+ purple1000: any;
1371
+ purple1100: any;
1372
+ purple1200: any;
1373
+ cyan100: any;
1374
+ cyan200: any;
1375
+ cyan300: any;
1376
+ cyan400: any;
1377
+ cyan500: any;
1378
+ cyan600: any;
1379
+ cyan700: any;
1380
+ cyan800: any;
1381
+ cyan900: any;
1382
+ cyan1000: any;
1383
+ cyan1100: any;
1384
+ cyan1200: any;
1385
+ green100: any;
1386
+ green200: any;
1387
+ green300: any;
1388
+ green400: any;
1389
+ green500: any;
1390
+ green600: any;
1391
+ green700: any;
1392
+ green800: any;
1393
+ green900: any;
1394
+ green1000: any;
1395
+ green1100: any;
1396
+ green1200: any;
1397
+ magenta100: any;
1398
+ magenta200: any;
1399
+ magenta300: any;
1400
+ magenta400: any;
1401
+ magenta500: any;
1402
+ magenta600: any;
1403
+ magenta700: any;
1404
+ magenta800: any;
1405
+ magenta900: any;
1406
+ magenta1000: any;
1407
+ magenta1100: any;
1408
+ magenta1200: any;
1409
+ red100: any;
1410
+ red200: any;
1411
+ red300: any;
1412
+ red400: any;
1413
+ red500: any;
1414
+ red600: any;
1415
+ red700: any;
1416
+ red800: any;
1417
+ red900: any;
1418
+ red1000: any;
1419
+ red1100: any;
1420
+ red1200: any;
1421
+ teal100: any;
1422
+ teal200: any;
1423
+ teal300: any;
1424
+ teal400: any;
1425
+ teal500: any;
1426
+ teal600: any;
1427
+ teal700: any;
1428
+ teal800: any;
1429
+ teal900: any;
1430
+ teal1000: any;
1431
+ teal1100: any;
1432
+ teal1200: any;
1433
+ orange100: any;
1434
+ orange200: any;
1435
+ orange300: any;
1436
+ orange400: any;
1437
+ orange500: any;
1438
+ orange600: any;
1439
+ orange700: any;
1440
+ orange800: any;
1441
+ orange900: any;
1442
+ orange1000: any;
1443
+ orange1100: any;
1444
+ orange1200: any;
1445
+ yellow100: any;
1446
+ yellow200: any;
1447
+ yellow300: any;
1448
+ yellow400: any;
1449
+ yellow500: any;
1450
+ yellow600: any;
1451
+ yellow700: any;
1452
+ yellow800: any;
1453
+ yellow900: any;
1454
+ yellow1000: any;
1455
+ yellow1100: any;
1456
+ yellow1200: any;
1457
+ lime100: any;
1458
+ lime200: any;
1459
+ lime300: any;
1460
+ lime400: any;
1461
+ lime500: any;
1462
+ lime600: any;
1463
+ lime700: any;
1464
+ lime800: any;
1465
+ lime900: any;
1466
+ lime1000: any;
1467
+ lime1100: any;
1468
+ lime1200: any;
1469
+ tonal50: any;
1470
+ tonal100: any;
1471
+ tonal200: any;
1472
+ tonal300: any;
1473
+ tonal400: any;
1474
+ tonal500: any;
1475
+ tonal600: any;
1476
+ alpha100: any;
1477
+ alpha150: any;
1478
+ alpha200: any;
1479
+ alpha250: any;
1480
+ alpha600: any;
1481
+ primaryLight: any;
1482
+ primary: any;
1483
+ primaryMid: any;
1484
+ primaryDark: any;
1485
+ secondary: any;
1486
+ brandRed: any;
1487
+ brandRedAccent: any;
1488
+ brandGreen: any;
1489
+ brandGreenAccent: any;
1490
+ brandPurple: any;
1491
+ brandPurpleAccent: any;
1492
+ brandYellow: any;
1493
+ brandYellowAccent: any;
1494
+ successLight: any;
1495
+ success: any;
1496
+ successMid: any;
1497
+ successDark: any;
1498
+ dangerLight: any;
1499
+ danger: any;
1500
+ dangerMid: any;
1501
+ dangerDark: any;
1502
+ warningLight: any;
1503
+ warning: any;
1504
+ warningMid: any;
1505
+ warningDark: any;
1506
+ warningText: any;
1507
+ subjectEnglish: any;
1508
+ subjectMaths: any;
1509
+ subjectScience: any;
1510
+ subjectVerbalReasoning: any;
1511
+ subjectNonVerbalReasoning: any;
1512
+ subjectCreativeWriting: any;
1513
+ subjectExamSkills: any;
1514
+ glBlueLight: any;
1515
+ glBluePrimary: any;
1516
+ glBlueDark: any;
1517
+ };
1518
+ space: {
1519
+ "0": any;
1520
+ "1": any;
1521
+ "2": any;
1522
+ "3": any;
1523
+ "4": any;
1524
+ "5": any;
1525
+ "6": any;
1526
+ "7": any;
1527
+ "8": any;
1528
+ "9": any;
1529
+ "24": any;
1530
+ };
1531
+ fontSizes: {
1532
+ xs: any;
1533
+ sm: any;
1534
+ md: any;
1535
+ lg: any;
1536
+ xl: any;
1537
+ "2xl": any;
1538
+ "3xl": any;
1539
+ "4xl": any;
1540
+ };
1541
+ fonts: {
1542
+ sans: any;
1543
+ mono: any;
1544
+ display: any;
1545
+ body: any;
1546
+ };
1547
+ sizes: {
1548
+ "0": any;
1549
+ "1": any;
1550
+ "2": any;
1551
+ "3": any;
1552
+ "4": any;
1553
+ "5": any;
1554
+ "6": any;
1555
+ "7": any;
1556
+ "8": any;
1557
+ };
1558
+ radii: {
1559
+ "0": any;
1560
+ "1": any;
1561
+ "2": any;
1562
+ "3": any;
1563
+ round: any;
1564
+ };
1565
+ shadows: {
1566
+ "0": any;
1567
+ "1": any;
1568
+ "2": any;
1569
+ "3": any;
1570
+ };
1571
+ ratios: {
1572
+ "16-9": any;
1573
+ "3-2": any;
1574
+ "4-3": any;
1575
+ "1-1": any;
1576
+ "3-4": any;
1577
+ };
1578
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
1579
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
1580
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
1581
+ };
1582
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
1583
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1584
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1585
+ };
1586
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1587
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1588
+ };
1589
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1590
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1591
+ };
1592
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1593
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1594
+ };
1595
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1596
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1597
+ };
1598
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1599
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1600
+ };
1601
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1602
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1603
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1604
+ };
1605
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1606
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1607
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1608
+ };
1609
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1610
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1611
+ };
1612
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1613
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1614
+ };
1615
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1616
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1617
+ };
1618
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1619
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1620
+ };
1621
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1622
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1623
+ };
1624
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1625
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1626
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1627
+ };
1628
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1629
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1630
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1631
+ };
1632
+ }>>;
1633
+ Trigger: import("@stitches/react/types/styled-component").StyledComponent<React.ForwardRefExoticComponent<import("@radix-ui/react-dialog").DialogTriggerProps & React.RefAttributes<HTMLButtonElement>>, {}, {
1634
+ sm: string;
1635
+ md: string;
1636
+ lg: string;
1637
+ xl: string;
1638
+ reducedMotion: string;
1639
+ allowMotion: string;
1640
+ hover: string;
1641
+ }, import("@stitches/react/types/css-util").CSS<{
1642
+ sm: string;
1643
+ md: string;
1644
+ lg: string;
1645
+ xl: string;
1646
+ reducedMotion: string;
1647
+ allowMotion: string;
1648
+ hover: string;
1649
+ }, {
1650
+ colors: {
1651
+ textForeground: any;
1652
+ textSubtle: any;
1653
+ textPlaceholder: any;
1654
+ background: any;
1655
+ backgroundAccent: any;
1656
+ grey100: any;
1657
+ grey200: any;
1658
+ grey300: any;
1659
+ grey400: any;
1660
+ grey500: any;
1661
+ grey600: any;
1662
+ grey700: any;
1663
+ grey800: any;
1664
+ grey900: any;
1665
+ grey1000: any;
1666
+ grey1100: any;
1667
+ grey1200: any;
1668
+ blue100: any;
1669
+ blue200: any;
1670
+ blue300: any;
1671
+ blue400: any;
1672
+ blue500: any;
1673
+ blue600: any;
1674
+ blue700: any;
1675
+ blue800: any;
1676
+ blue900: any;
1677
+ blue1000: any;
1678
+ blue1100: any;
1679
+ blue1200: any;
1680
+ purple100: any;
1681
+ purple200: any;
1682
+ purple300: any;
1683
+ purple400: any;
1684
+ purple500: any;
1685
+ purple600: any;
1686
+ purple700: any;
1687
+ purple800: any;
1688
+ purple900: any;
1689
+ purple1000: any;
1690
+ purple1100: any;
1691
+ purple1200: any;
1692
+ cyan100: any;
1693
+ cyan200: any;
1694
+ cyan300: any;
1695
+ cyan400: any;
1696
+ cyan500: any;
1697
+ cyan600: any;
1698
+ cyan700: any;
1699
+ cyan800: any;
1700
+ cyan900: any;
1701
+ cyan1000: any;
1702
+ cyan1100: any;
1703
+ cyan1200: any;
1704
+ green100: any;
1705
+ green200: any;
1706
+ green300: any;
1707
+ green400: any;
1708
+ green500: any;
1709
+ green600: any;
1710
+ green700: any;
1711
+ green800: any;
1712
+ green900: any;
1713
+ green1000: any;
1714
+ green1100: any;
1715
+ green1200: any;
1716
+ magenta100: any;
1717
+ magenta200: any;
1718
+ magenta300: any;
1719
+ magenta400: any;
1720
+ magenta500: any;
1721
+ magenta600: any;
1722
+ magenta700: any;
1723
+ magenta800: any;
1724
+ magenta900: any;
1725
+ magenta1000: any;
1726
+ magenta1100: any;
1727
+ magenta1200: any;
1728
+ red100: any;
1729
+ red200: any;
1730
+ red300: any;
1731
+ red400: any;
1732
+ red500: any;
1733
+ red600: any;
1734
+ red700: any;
1735
+ red800: any;
1736
+ red900: any;
1737
+ red1000: any;
1738
+ red1100: any;
1739
+ red1200: any;
1740
+ teal100: any;
1741
+ teal200: any;
1742
+ teal300: any;
1743
+ teal400: any;
1744
+ teal500: any;
1745
+ teal600: any;
1746
+ teal700: any;
1747
+ teal800: any;
1748
+ teal900: any;
1749
+ teal1000: any;
1750
+ teal1100: any;
1751
+ teal1200: any;
1752
+ orange100: any;
1753
+ orange200: any;
1754
+ orange300: any;
1755
+ orange400: any;
1756
+ orange500: any;
1757
+ orange600: any;
1758
+ orange700: any;
1759
+ orange800: any;
1760
+ orange900: any;
1761
+ orange1000: any;
1762
+ orange1100: any;
1763
+ orange1200: any;
1764
+ yellow100: any;
1765
+ yellow200: any;
1766
+ yellow300: any;
1767
+ yellow400: any;
1768
+ yellow500: any;
1769
+ yellow600: any;
1770
+ yellow700: any;
1771
+ yellow800: any;
1772
+ yellow900: any;
1773
+ yellow1000: any;
1774
+ yellow1100: any;
1775
+ yellow1200: any;
1776
+ lime100: any;
1777
+ lime200: any;
1778
+ lime300: any;
1779
+ lime400: any;
1780
+ lime500: any;
1781
+ lime600: any;
1782
+ lime700: any;
1783
+ lime800: any;
1784
+ lime900: any;
1785
+ lime1000: any;
1786
+ lime1100: any;
1787
+ lime1200: any;
1788
+ tonal50: any;
1789
+ tonal100: any;
1790
+ tonal200: any;
1791
+ tonal300: any;
1792
+ tonal400: any;
1793
+ tonal500: any;
1794
+ tonal600: any;
1795
+ alpha100: any;
1796
+ alpha150: any;
1797
+ alpha200: any;
1798
+ alpha250: any;
1799
+ alpha600: any;
1800
+ primaryLight: any;
1801
+ primary: any;
1802
+ primaryMid: any;
1803
+ primaryDark: any;
1804
+ secondary: any;
1805
+ brandRed: any;
1806
+ brandRedAccent: any;
1807
+ brandGreen: any;
1808
+ brandGreenAccent: any;
1809
+ brandPurple: any;
1810
+ brandPurpleAccent: any;
1811
+ brandYellow: any;
1812
+ brandYellowAccent: any;
1813
+ successLight: any;
1814
+ success: any;
1815
+ successMid: any;
1816
+ successDark: any;
1817
+ dangerLight: any;
1818
+ danger: any;
1819
+ dangerMid: any;
1820
+ dangerDark: any;
1821
+ warningLight: any;
1822
+ warning: any;
1823
+ warningMid: any;
1824
+ warningDark: any;
1825
+ warningText: any;
1826
+ subjectEnglish: any;
1827
+ subjectMaths: any;
1828
+ subjectScience: any;
1829
+ subjectVerbalReasoning: any;
1830
+ subjectNonVerbalReasoning: any;
1831
+ subjectCreativeWriting: any;
1832
+ subjectExamSkills: any;
1833
+ glBlueLight: any;
1834
+ glBluePrimary: any;
1835
+ glBlueDark: any;
1836
+ };
1837
+ space: {
1838
+ "0": any;
1839
+ "1": any;
1840
+ "2": any;
1841
+ "3": any;
1842
+ "4": any;
1843
+ "5": any;
1844
+ "6": any;
1845
+ "7": any;
1846
+ "8": any;
1847
+ "9": any;
1848
+ "24": any;
1849
+ };
1850
+ fontSizes: {
1851
+ xs: any;
1852
+ sm: any;
1853
+ md: any;
1854
+ lg: any;
1855
+ xl: any;
1856
+ "2xl": any;
1857
+ "3xl": any;
1858
+ "4xl": any;
1859
+ };
1860
+ fonts: {
1861
+ sans: any;
1862
+ mono: any;
1863
+ display: any;
1864
+ body: any;
1865
+ };
1866
+ sizes: {
1867
+ "0": any;
1868
+ "1": any;
1869
+ "2": any;
1870
+ "3": any;
1871
+ "4": any;
1872
+ "5": any;
1873
+ "6": any;
1874
+ "7": any;
1875
+ "8": any;
1876
+ };
1877
+ radii: {
1878
+ "0": any;
1879
+ "1": any;
1880
+ "2": any;
1881
+ "3": any;
1882
+ round: any;
1883
+ };
1884
+ shadows: {
1885
+ "0": any;
1886
+ "1": any;
1887
+ "2": any;
1888
+ "3": any;
1889
+ };
1890
+ ratios: {
1891
+ "16-9": any;
1892
+ "3-2": any;
1893
+ "4-3": any;
1894
+ "1-1": any;
1895
+ "3-4": any;
1896
+ };
1897
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
1898
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
1899
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
1900
+ };
1901
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
1902
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1903
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1904
+ };
1905
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1906
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1907
+ };
1908
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1909
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1910
+ };
1911
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1912
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1913
+ };
1914
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1915
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1916
+ };
1917
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1918
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1919
+ };
1920
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1921
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1922
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1923
+ };
1924
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1925
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1926
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1927
+ };
1928
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1929
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1930
+ };
1931
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1932
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1933
+ };
1934
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1935
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1936
+ };
1937
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1938
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1939
+ };
1940
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1941
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1942
+ };
1943
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1944
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1945
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1946
+ };
1947
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1948
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1949
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1950
+ };
1951
+ }>>;
1952
+ };
1953
+ export {};