@atom-learning/components 2.29.0-beta.2 → 2.29.0-beta.3

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 (224) hide show
  1. package/dist/components/accordion/Accordion.d.ts +266 -1
  2. package/dist/components/accordion/AccordionContent.d.ts +266 -1
  3. package/dist/components/accordion/AccordionItem.d.ts +266 -1
  4. package/dist/components/accordion/AccordionTrigger.d.ts +268 -1
  5. package/dist/components/action-icon/ActionIcon.d.ts +281 -1
  6. package/dist/components/alert-dialog/AlertDialog.d.ts +266 -1
  7. package/dist/components/alert-dialog/AlertDialogContent.d.ts +268 -1
  8. package/dist/components/alert-dialog/alert-context/AlertDialog.d.ts +1 -1
  9. package/dist/components/avatar/Avatar.d.ts +536 -2
  10. package/dist/components/badge/Badge.d.ts +534 -1
  11. package/dist/components/box/Box.d.ts +266 -1
  12. package/dist/components/button/Button.d.ts +283 -2
  13. package/dist/components/calendar/Calendar.d.ts +1 -1
  14. package/dist/components/calendar/Day.d.ts +270 -1
  15. package/dist/components/carousel/Carousel.d.ts +1 -1
  16. package/dist/components/carousel/CarouselArrows.d.ts +1 -1
  17. package/dist/components/carousel/CarouselPagination.d.ts +267 -1
  18. package/dist/components/carousel/CarouselSlide.d.ts +266 -1
  19. package/dist/components/carousel/CarouselSlider.d.ts +269 -1
  20. package/dist/components/checkbox/Checkbox.d.ts +269 -1
  21. package/dist/components/checkbox-field/CheckboxField.d.ts +2 -2
  22. package/dist/components/chip/Chip.d.ts +1879 -5
  23. package/dist/components/chip/ChipGroup.d.ts +1 -1
  24. package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +547 -2
  25. package/dist/components/chip-dismissible-group/ChipDismissibleGroupRoot.d.ts +5 -1
  26. package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +546 -1
  27. package/dist/components/chip-toggle-group/ChipToggleGroupRoot.d.ts +562 -1
  28. package/dist/components/combobox/Combobox.d.ts +266 -1
  29. package/dist/components/combobox/ComboboxInput.d.ts +268 -1
  30. package/dist/components/combobox/ComboboxList.d.ts +266 -1
  31. package/dist/components/combobox/ComboboxOption.d.ts +266 -1
  32. package/dist/components/combobox/ComboboxPopover.d.ts +266 -1
  33. package/dist/components/data-table/DataTableLoading.d.ts +270 -1
  34. package/dist/components/data-table/drag-and-drop/Handle.d.ts +559 -1
  35. package/dist/components/data-table/pagination/Pagination.d.ts +266 -1
  36. package/dist/components/data-table/pagination/PaginationButtons.d.ts +1 -1
  37. package/dist/components/date-field/DateField.d.ts +2 -2
  38. package/dist/components/dialog/Dialog.d.ts +266 -1
  39. package/dist/components/dialog/DialogBackground.d.ts +531 -1
  40. package/dist/components/dialog/DialogClose.d.ts +267 -1
  41. package/dist/components/dialog/DialogContent.d.ts +268 -1
  42. package/dist/components/dismissible-group/DismissibleGroupItem.d.ts +1 -1
  43. package/dist/components/dismissible-group/index.d.ts +1 -1
  44. package/dist/components/divider/Divider.d.ts +268 -1
  45. package/dist/components/dropdown-menu/DropdownMenu.d.ts +266 -1
  46. package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +267 -1
  47. package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +267 -1
  48. package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +267 -1
  49. package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +267 -1
  50. package/dist/components/empty-state/EmptyState.d.ts +533 -1
  51. package/dist/components/empty-state/EmptyStateBody.d.ts +543 -1
  52. package/dist/components/empty-state/EmptyStateImage.d.ts +542 -2
  53. package/dist/components/empty-state/EmptyStateTitle.d.ts +268 -1
  54. package/dist/components/field-wrapper/FieldDescription.d.ts +1 -1
  55. package/dist/components/field-wrapper/FieldWrapper.d.ts +2 -2
  56. package/dist/components/field-wrapper/InlineFieldWrapper.d.ts +1 -1
  57. package/dist/components/flex/Flex.d.ts +266 -1
  58. package/dist/components/form/Form.d.ts +266 -1
  59. package/dist/components/grid/Grid.d.ts +268 -1
  60. package/dist/components/heading/Heading.d.ts +270 -2
  61. package/dist/components/icon/Icon.d.ts +269 -2
  62. package/dist/components/image/Image.d.ts +269 -2
  63. package/dist/components/inline-message/InlineMessage.config.d.ts +1 -1
  64. package/dist/components/inline-message/InlineMessage.d.ts +534 -1
  65. package/dist/components/input/Input.d.ts +270 -2
  66. package/dist/components/input-field/InputField.d.ts +2 -2
  67. package/dist/components/label/Label.d.ts +272 -2
  68. package/dist/components/link/Link.d.ts +271 -3
  69. package/dist/components/list/List.d.ts +537 -2
  70. package/dist/components/loader/Loader.d.ts +1 -1
  71. package/dist/components/markdown-content/MarkdownContent.d.ts +1 -1
  72. package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +266 -1
  73. package/dist/components/markdown-content/components/MarkdownImage.d.ts +1 -1
  74. package/dist/components/markdown-content/components/MarkdownList.d.ts +1 -1
  75. package/dist/components/markdown-content/components/MarkdownThematicBreak.d.ts +1 -1
  76. package/dist/components/navigation/NavigationMenu.d.ts +1 -1
  77. package/dist/components/navigation/NavigationMenuDropdown.d.ts +1 -1
  78. package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +543 -4
  79. package/dist/components/navigation/NavigationMenuLink.d.ts +1 -1
  80. package/dist/components/notification-badge/NotificationBadge.d.ts +531 -1
  81. package/dist/components/number-input/NumberInput.d.ts +1 -1
  82. package/dist/components/number-input-field/NumberInputField.d.ts +2 -2
  83. package/dist/components/password-field/PasswordField.d.ts +2 -2
  84. package/dist/components/password-input/PasswordInput.d.ts +1 -1
  85. package/dist/components/popover/Popover.d.ts +266 -1
  86. package/dist/components/popover/PopoverContent.d.ts +268 -1
  87. package/dist/components/progress-bar/ProgressBar.d.ts +269 -1
  88. package/dist/components/radio-button/RadioButton.d.ts +268 -2
  89. package/dist/components/radio-button/RadioButtonGroup.d.ts +270 -1
  90. package/dist/components/radio-button-field/RadioButtonField.d.ts +2 -2
  91. package/dist/components/radio-button-field/RadioField.d.ts +3 -3
  92. package/dist/components/radio-card/RadioCard.d.ts +271 -1
  93. package/dist/components/radio-card/RadioCardGroup.d.ts +1 -1
  94. package/dist/components/search-field/SearchField.d.ts +2 -2
  95. package/dist/components/search-input/SearchInput.d.ts +2 -2
  96. package/dist/components/select/Select.d.ts +270 -2
  97. package/dist/components/select-field/SelectField.d.ts +2 -2
  98. package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionContent.d.ts +266 -1
  99. package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionItem.d.ts +267 -1
  100. package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionRoot.d.ts +267 -1
  101. package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionTrigger.d.ts +268 -1
  102. package/dist/components/sidedrawer/SidedrawerContent.d.ts +266 -1
  103. package/dist/components/sidedrawer/SidedrawerFooter.d.ts +266 -1
  104. package/dist/components/sidedrawer/SidedrawerHeader.d.ts +266 -1
  105. package/dist/components/sidedrawer/SidedrawerOverlay.d.ts +267 -1
  106. package/dist/components/sidedrawer/SidedrawerTrigger.d.ts +267 -1
  107. package/dist/components/slider/Slider.d.ts +268 -1
  108. package/dist/components/slider-field/SliderField.d.ts +3 -3
  109. package/dist/components/stack/Stack.d.ts +273 -2
  110. package/dist/components/stack-content/StackContent.d.ts +267 -2
  111. package/dist/components/stepper/StepperStepBullet.d.ts +533 -1
  112. package/dist/components/stepper/StepperStepContainer.d.ts +536 -1
  113. package/dist/components/stepper/StepperStepLabel.d.ts +544 -1
  114. package/dist/components/stepper/types.d.ts +1 -1
  115. package/dist/components/switch/Switch.d.ts +267 -1
  116. package/dist/components/table/Table.d.ts +269 -1
  117. package/dist/components/table/TableBody.d.ts +268 -1
  118. package/dist/components/table/TableCell.d.ts +266 -1
  119. package/dist/components/table/TableFooter.d.ts +266 -1
  120. package/dist/components/table/TableFooterCell.d.ts +266 -1
  121. package/dist/components/table/TableHeader.d.ts +268 -1
  122. package/dist/components/table/TableHeaderCell.d.ts +266 -1
  123. package/dist/components/table/TableRow.d.ts +536 -2
  124. package/dist/components/tabs/TabTrigger.d.ts +268 -1
  125. package/dist/components/tabs/Tabs.d.ts +536 -2
  126. package/dist/components/tabs/TabsTriggerList.d.ts +269 -1
  127. package/dist/components/text/Text.d.ts +271 -3
  128. package/dist/components/textarea/Textarea.d.ts +268 -1
  129. package/dist/components/textarea-field/TextareaField.d.ts +2 -2
  130. package/dist/components/toast/Toast.d.ts +268 -1
  131. package/dist/components/toggle-group/ToggleGroupButton.d.ts +534 -1
  132. package/dist/components/toggle-group/ToggleGroupItem.d.ts +534 -2
  133. package/dist/components/toggle-group/ToggleGroupRoot.d.ts +271 -1
  134. package/dist/components/toggle-group/index.d.ts +1352 -3
  135. package/dist/components/tooltip/TooltipContent.d.ts +268 -1
  136. package/dist/components/top-bar/TopBar.d.ts +270 -2
  137. package/dist/components/top-bar/TopBarBrand.d.ts +808 -4
  138. package/dist/components/video/Video.d.ts +535 -4
  139. package/dist/docgen.json +1 -0
  140. package/dist/docs/Accordion.mdx +45 -0
  141. package/dist/docs/ActionIcon.mdx +87 -0
  142. package/dist/docs/AlertDialog.mdx +40 -0
  143. package/dist/docs/Avatar.mdx +129 -0
  144. package/dist/docs/Badge.mdx +55 -0
  145. package/dist/docs/Box.mdx +52 -0
  146. package/dist/docs/Button.mdx +76 -0
  147. package/dist/docs/CONTRIBUTING.md +224 -0
  148. package/dist/docs/CSSWrapper.mdx +10 -0
  149. package/dist/docs/Carousel.mdx +88 -0
  150. package/dist/docs/Checkbox.mdx +19 -0
  151. package/dist/docs/CheckboxField.mdx +14 -0
  152. package/dist/docs/Chip.mdx +118 -0
  153. package/dist/docs/ChipDismissibleGroup.mdx +33 -0
  154. package/dist/docs/ChipToggleGroup.mdx +27 -0
  155. package/dist/docs/Combobox.mdx +44 -0
  156. package/dist/docs/DataTable.mdx +279 -0
  157. package/dist/docs/DateField.mdx +20 -0
  158. package/dist/docs/DateInput.mdx +87 -0
  159. package/dist/docs/Dialog.mdx +68 -0
  160. package/dist/docs/Dismissible.mdx +48 -0
  161. package/dist/docs/DismissibleGroup.mdx +29 -0
  162. package/dist/docs/Divider.mdx +16 -0
  163. package/dist/docs/DropdownMenu.mdx +30 -0
  164. package/dist/docs/EmptyState.mdx +23 -0
  165. package/dist/docs/FieldWrapper.mdx +30 -0
  166. package/dist/docs/FileInput.mdx +45 -0
  167. package/dist/docs/Flex.mdx +16 -0
  168. package/dist/docs/Form.mdx +411 -0
  169. package/dist/docs/Grid.mdx +28 -0
  170. package/dist/docs/Heading.mdx +30 -0
  171. package/dist/docs/Icon.mdx +30 -0
  172. package/dist/docs/Image.mdx +14 -0
  173. package/dist/docs/InlineMessage.mdx +52 -0
  174. package/dist/docs/Input.mdx +24 -0
  175. package/dist/docs/InputField.mdx +26 -0
  176. package/dist/docs/Label.mdx +32 -0
  177. package/dist/docs/Link.mdx +53 -0
  178. package/dist/docs/List.mdx +38 -0
  179. package/dist/docs/Loader.mdx +16 -0
  180. package/dist/docs/MarkdownContent.mdx +77 -0
  181. package/dist/docs/NavigationMenu.mdx +144 -0
  182. package/dist/docs/NotificationBadge.mdx +35 -0
  183. package/dist/docs/NumberInput.mdx +37 -0
  184. package/dist/docs/NumberInputField.mdx +26 -0
  185. package/dist/docs/PasswordField.mdx +23 -0
  186. package/dist/docs/PasswordInput.mdx +15 -0
  187. package/dist/docs/Popover.mdx +29 -0
  188. package/dist/docs/ProgressBar.mdx +56 -0
  189. package/dist/docs/RadioButton.mdx +10 -0
  190. package/dist/docs/RadioButtonField.mdx +25 -0
  191. package/dist/docs/RadioCard.mdx +62 -0
  192. package/dist/docs/SearchField.mdx +26 -0
  193. package/dist/docs/SearchInput.mdx +13 -0
  194. package/dist/docs/Select.mdx +56 -0
  195. package/dist/docs/SelectField.mdx +17 -0
  196. package/dist/docs/Sidedrawer.mdx +155 -0
  197. package/dist/docs/Slider.mdx +117 -0
  198. package/dist/docs/SliderField.mdx +35 -0
  199. package/dist/docs/Stack.mdx +24 -0
  200. package/dist/docs/StackContent.mdx +32 -0
  201. package/dist/docs/Stepper.mdx +154 -0
  202. package/dist/docs/Styling.mdx +85 -0
  203. package/dist/docs/Switch.mdx +28 -0
  204. package/dist/docs/Table.mdx +146 -0
  205. package/dist/docs/Tabs.mdx +102 -0
  206. package/dist/docs/Text.mdx +24 -0
  207. package/dist/docs/Textarea.mdx +12 -0
  208. package/dist/docs/TextareaField.mdx +21 -0
  209. package/dist/docs/Toast.mdx +20 -0
  210. package/dist/docs/ToggleGroup.mdx +88 -0
  211. package/dist/docs/Tooltip.mdx +25 -0
  212. package/dist/docs/TopBar.mdx +95 -0
  213. package/dist/docs/Video.mdx +12 -0
  214. package/dist/docs/accessibility.mdx +67 -0
  215. package/dist/docs/coreconcepts.mdx +77 -0
  216. package/dist/docs/introduction.mdx +33 -0
  217. package/dist/docs/versioning.mdx +40 -0
  218. package/dist/index.d.ts +1 -1
  219. package/dist/stitches.d.ts +1949 -2
  220. package/dist/utilities/create-theme-variants/createThemeVariants.d.ts +109 -1
  221. package/dist/utilities/css-wrapper/CSSWrapper.d.ts +1 -1
  222. package/dist/utilities/style/capsize.d.ts +1 -1
  223. package/dist/utilities/style/keyframe-animations.d.ts +32 -8
  224. package/package.json +2 -3
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { CSS as StitchesCSS, PropertyValue, ScaleValue } from '@stitches/react';
2
3
  export declare const utils: {
3
4
  bg: (value: PropertyValue<'background'>) => {
@@ -119,7 +120,1953 @@ export declare const media: {
119
120
  allowMotion: string;
120
121
  hover: string;
121
122
  };
122
- declare const stitchesConfig: any;
123
- export declare const css: any, getCssText: any, createTheme: any, globalCss: any, keyframes: any, styled: any, theme: any;
123
+ declare const stitchesConfig: import("@stitches/react/types/stitches").default<"", {
124
+ sm: string;
125
+ md: string;
126
+ lg: string;
127
+ xl: string;
128
+ reducedMotion: string;
129
+ allowMotion: string;
130
+ hover: string;
131
+ }, {
132
+ colors: {
133
+ textForeground: any;
134
+ textSubtle: any;
135
+ textPlaceholder: any;
136
+ background: any;
137
+ backgroundAccent: any;
138
+ tonal50: any;
139
+ tonal100: any;
140
+ tonal200: any;
141
+ tonal300: any;
142
+ tonal400: any;
143
+ tonal500: any;
144
+ tonal600: any;
145
+ alpha100: any;
146
+ alpha150: any;
147
+ alpha200: any;
148
+ alpha250: any;
149
+ alpha600: any;
150
+ primaryLight: any;
151
+ primary: any;
152
+ primaryMid: any;
153
+ primaryDark: any;
154
+ secondary: any;
155
+ brandRed: any;
156
+ brandRedAccent: any;
157
+ brandGreen: any;
158
+ brandGreenAccent: any;
159
+ brandPurple: any;
160
+ brandPurpleAccent: any;
161
+ brandYellow: any;
162
+ brandYellowAccent: any;
163
+ successLight: any;
164
+ success: any;
165
+ successMid: any;
166
+ successDark: any;
167
+ dangerLight: any;
168
+ danger: any;
169
+ dangerMid: any;
170
+ dangerDark: any;
171
+ warningLight: any;
172
+ warning: any;
173
+ warningMid: any;
174
+ warningDark: any;
175
+ warningText: any;
176
+ subjectEnglish: any;
177
+ subjectMaths: any;
178
+ subjectScience: any;
179
+ subjectVerbalReasoning: any;
180
+ subjectNonVerbalReasoning: any;
181
+ subjectCreativeWriting: any;
182
+ subjectExamSkills: any;
183
+ };
184
+ space: {
185
+ "0": any;
186
+ "1": any;
187
+ "2": any;
188
+ "3": any;
189
+ "4": any;
190
+ "5": any;
191
+ "6": any;
192
+ "7": any;
193
+ "8": any;
194
+ "9": any;
195
+ };
196
+ fontSizes: {
197
+ xs: any;
198
+ sm: any;
199
+ md: any;
200
+ lg: any;
201
+ xl: any;
202
+ "2xl": any;
203
+ "3xl": any;
204
+ "4xl": any;
205
+ };
206
+ fonts: {
207
+ sans: any;
208
+ mono: any;
209
+ display: any;
210
+ body: any;
211
+ };
212
+ sizes: {
213
+ "0": any;
214
+ "1": any;
215
+ "2": any;
216
+ "3": any;
217
+ "4": any;
218
+ "5": any;
219
+ "6": any;
220
+ "7": any;
221
+ "8": any;
222
+ };
223
+ radii: {
224
+ "0": any;
225
+ "1": any;
226
+ "2": any;
227
+ "3": any;
228
+ round: any;
229
+ };
230
+ shadows: {
231
+ "0": any;
232
+ "1": any;
233
+ "2": any;
234
+ "3": any;
235
+ };
236
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
237
+ bg: (value: PropertyValue<'background'>) => {
238
+ background: {
239
+ readonly [$$PropertyValue]: "background";
240
+ };
241
+ };
242
+ inset: (value: ScaleValue<'space'> | number | string) => {
243
+ top: string | number | {
244
+ readonly [$$ScaleValue]: "space";
245
+ };
246
+ right: string | number | {
247
+ readonly [$$ScaleValue]: "space";
248
+ };
249
+ bottom: string | number | {
250
+ readonly [$$ScaleValue]: "space";
251
+ };
252
+ left: string | number | {
253
+ readonly [$$ScaleValue]: "space";
254
+ };
255
+ };
256
+ size: (value: ScaleValue<'size'> | number | string) => {
257
+ height: string | number | {
258
+ readonly [$$ScaleValue]: "size";
259
+ };
260
+ width: string | number | {
261
+ readonly [$$ScaleValue]: "size";
262
+ };
263
+ };
264
+ p: (value: ScaleValue<'space'> | number | string) => {
265
+ padding: string | number | {
266
+ readonly [$$ScaleValue]: "space";
267
+ };
268
+ };
269
+ pt: (value: ScaleValue<'space'> | number | string) => {
270
+ paddingTop: string | number | {
271
+ readonly [$$ScaleValue]: "space";
272
+ };
273
+ };
274
+ pr: (value: ScaleValue<'space'> | number | string) => {
275
+ paddingRight: string | number | {
276
+ readonly [$$ScaleValue]: "space";
277
+ };
278
+ };
279
+ pb: (value: ScaleValue<'space'> | number | string) => {
280
+ paddingBottom: string | number | {
281
+ readonly [$$ScaleValue]: "space";
282
+ };
283
+ };
284
+ pl: (value: ScaleValue<'space'> | number | string) => {
285
+ paddingLeft: string | number | {
286
+ readonly [$$ScaleValue]: "space";
287
+ };
288
+ };
289
+ px: (value: ScaleValue<'space'> | number | string) => {
290
+ paddingLeft: string | number | {
291
+ readonly [$$ScaleValue]: "space";
292
+ };
293
+ paddingRight: string | number | {
294
+ readonly [$$ScaleValue]: "space";
295
+ };
296
+ };
297
+ py: (value: ScaleValue<'space'> | number | string) => {
298
+ paddingTop: string | number | {
299
+ readonly [$$ScaleValue]: "space";
300
+ };
301
+ paddingBottom: string | number | {
302
+ readonly [$$ScaleValue]: "space";
303
+ };
304
+ };
305
+ m: (value: ScaleValue<'space'> | number | string) => {
306
+ margin: string | number | {
307
+ readonly [$$ScaleValue]: "space";
308
+ };
309
+ };
310
+ mt: (value: ScaleValue<'space'> | number | string) => {
311
+ marginTop: string | number | {
312
+ readonly [$$ScaleValue]: "space";
313
+ };
314
+ };
315
+ mr: (value: ScaleValue<'space'> | number | string) => {
316
+ marginRight: string | number | {
317
+ readonly [$$ScaleValue]: "space";
318
+ };
319
+ };
320
+ mb: (value: ScaleValue<'space'> | number | string) => {
321
+ marginBottom: string | number | {
322
+ readonly [$$ScaleValue]: "space";
323
+ };
324
+ };
325
+ ml: (value: ScaleValue<'space'> | number | string) => {
326
+ marginLeft: string | number | {
327
+ readonly [$$ScaleValue]: "space";
328
+ };
329
+ };
330
+ mx: (value: ScaleValue<'space'> | number | string) => {
331
+ marginLeft: string | number | {
332
+ readonly [$$ScaleValue]: "space";
333
+ };
334
+ marginRight: string | number | {
335
+ readonly [$$ScaleValue]: "space";
336
+ };
337
+ };
338
+ my: (value: ScaleValue<'space'> | number | string) => {
339
+ marginTop: string | number | {
340
+ readonly [$$ScaleValue]: "space";
341
+ };
342
+ marginBottom: string | number | {
343
+ readonly [$$ScaleValue]: "space";
344
+ };
345
+ };
346
+ }>;
347
+ export declare const css: <Composers extends (string | import("@stitches/react/types/util").Function | import("react").JSXElementConstructor<any> | import("react").ExoticComponent<any> | {
348
+ [name: string]: unknown;
349
+ })[], CSS_1 = import("@stitches/react/types/css-util").CSS<{
350
+ sm: string;
351
+ md: string;
352
+ lg: string;
353
+ xl: string;
354
+ reducedMotion: string;
355
+ allowMotion: string;
356
+ hover: string;
357
+ }, {
358
+ colors: {
359
+ textForeground: any;
360
+ textSubtle: any;
361
+ textPlaceholder: any;
362
+ background: any;
363
+ backgroundAccent: any;
364
+ tonal50: any;
365
+ tonal100: any;
366
+ tonal200: any;
367
+ tonal300: any;
368
+ tonal400: any;
369
+ tonal500: any;
370
+ tonal600: any;
371
+ alpha100: any;
372
+ alpha150: any;
373
+ alpha200: any;
374
+ alpha250: any;
375
+ alpha600: any;
376
+ primaryLight: any;
377
+ primary: any;
378
+ primaryMid: any;
379
+ primaryDark: any;
380
+ secondary: any;
381
+ brandRed: any;
382
+ brandRedAccent: any;
383
+ brandGreen: any;
384
+ brandGreenAccent: any;
385
+ brandPurple: any;
386
+ brandPurpleAccent: any;
387
+ brandYellow: any;
388
+ brandYellowAccent: any;
389
+ successLight: any;
390
+ success: any;
391
+ successMid: any;
392
+ successDark: any;
393
+ dangerLight: any;
394
+ danger: any;
395
+ dangerMid: any;
396
+ dangerDark: any;
397
+ warningLight: any;
398
+ warning: any;
399
+ warningMid: any;
400
+ warningDark: any;
401
+ warningText: any;
402
+ subjectEnglish: any;
403
+ subjectMaths: any;
404
+ subjectScience: any;
405
+ subjectVerbalReasoning: any;
406
+ subjectNonVerbalReasoning: any;
407
+ subjectCreativeWriting: any;
408
+ subjectExamSkills: any;
409
+ };
410
+ space: {
411
+ "0": any;
412
+ "1": any;
413
+ "2": any;
414
+ "3": any;
415
+ "4": any;
416
+ "5": any;
417
+ "6": any;
418
+ "7": any;
419
+ "8": any;
420
+ "9": any;
421
+ };
422
+ fontSizes: {
423
+ xs: any;
424
+ sm: any;
425
+ md: any;
426
+ lg: any;
427
+ xl: any;
428
+ "2xl": any;
429
+ "3xl": any;
430
+ "4xl": any;
431
+ };
432
+ fonts: {
433
+ sans: any;
434
+ mono: any;
435
+ display: any;
436
+ body: any;
437
+ };
438
+ sizes: {
439
+ "0": any;
440
+ "1": any;
441
+ "2": any;
442
+ "3": any;
443
+ "4": any;
444
+ "5": any;
445
+ "6": any;
446
+ "7": any;
447
+ "8": any;
448
+ };
449
+ radii: {
450
+ "0": any;
451
+ "1": any;
452
+ "2": any;
453
+ "3": any;
454
+ round: any;
455
+ };
456
+ shadows: {
457
+ "0": any;
458
+ "1": any;
459
+ "2": any;
460
+ "3": any;
461
+ };
462
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
463
+ bg: (value: PropertyValue<'background'>) => {
464
+ background: {
465
+ readonly [$$PropertyValue]: "background";
466
+ };
467
+ };
468
+ inset: (value: ScaleValue<'space'> | number | string) => {
469
+ top: string | number | {
470
+ readonly [$$ScaleValue]: "space";
471
+ };
472
+ right: string | number | {
473
+ readonly [$$ScaleValue]: "space";
474
+ };
475
+ bottom: string | number | {
476
+ readonly [$$ScaleValue]: "space";
477
+ };
478
+ left: string | number | {
479
+ readonly [$$ScaleValue]: "space";
480
+ };
481
+ };
482
+ size: (value: ScaleValue<'size'> | number | string) => {
483
+ height: string | number | {
484
+ readonly [$$ScaleValue]: "size";
485
+ };
486
+ width: string | number | {
487
+ readonly [$$ScaleValue]: "size";
488
+ };
489
+ };
490
+ p: (value: ScaleValue<'space'> | number | string) => {
491
+ padding: string | number | {
492
+ readonly [$$ScaleValue]: "space";
493
+ };
494
+ };
495
+ pt: (value: ScaleValue<'space'> | number | string) => {
496
+ paddingTop: string | number | {
497
+ readonly [$$ScaleValue]: "space";
498
+ };
499
+ };
500
+ pr: (value: ScaleValue<'space'> | number | string) => {
501
+ paddingRight: string | number | {
502
+ readonly [$$ScaleValue]: "space";
503
+ };
504
+ };
505
+ pb: (value: ScaleValue<'space'> | number | string) => {
506
+ paddingBottom: string | number | {
507
+ readonly [$$ScaleValue]: "space";
508
+ };
509
+ };
510
+ pl: (value: ScaleValue<'space'> | number | string) => {
511
+ paddingLeft: string | number | {
512
+ readonly [$$ScaleValue]: "space";
513
+ };
514
+ };
515
+ px: (value: ScaleValue<'space'> | number | string) => {
516
+ paddingLeft: string | number | {
517
+ readonly [$$ScaleValue]: "space";
518
+ };
519
+ paddingRight: string | number | {
520
+ readonly [$$ScaleValue]: "space";
521
+ };
522
+ };
523
+ py: (value: ScaleValue<'space'> | number | string) => {
524
+ paddingTop: string | number | {
525
+ readonly [$$ScaleValue]: "space";
526
+ };
527
+ paddingBottom: string | number | {
528
+ readonly [$$ScaleValue]: "space";
529
+ };
530
+ };
531
+ m: (value: ScaleValue<'space'> | number | string) => {
532
+ margin: string | number | {
533
+ readonly [$$ScaleValue]: "space";
534
+ };
535
+ };
536
+ mt: (value: ScaleValue<'space'> | number | string) => {
537
+ marginTop: string | number | {
538
+ readonly [$$ScaleValue]: "space";
539
+ };
540
+ };
541
+ mr: (value: ScaleValue<'space'> | number | string) => {
542
+ marginRight: string | number | {
543
+ readonly [$$ScaleValue]: "space";
544
+ };
545
+ };
546
+ mb: (value: ScaleValue<'space'> | number | string) => {
547
+ marginBottom: string | number | {
548
+ readonly [$$ScaleValue]: "space";
549
+ };
550
+ };
551
+ ml: (value: ScaleValue<'space'> | number | string) => {
552
+ marginLeft: string | number | {
553
+ readonly [$$ScaleValue]: "space";
554
+ };
555
+ };
556
+ mx: (value: ScaleValue<'space'> | number | string) => {
557
+ marginLeft: string | number | {
558
+ readonly [$$ScaleValue]: "space";
559
+ };
560
+ marginRight: string | number | {
561
+ readonly [$$ScaleValue]: "space";
562
+ };
563
+ };
564
+ my: (value: ScaleValue<'space'> | number | string) => {
565
+ marginTop: string | number | {
566
+ readonly [$$ScaleValue]: "space";
567
+ };
568
+ marginBottom: string | number | {
569
+ readonly [$$ScaleValue]: "space";
570
+ };
571
+ };
572
+ }>>(...composers: { [K in keyof Composers]: string extends Composers[K] ? Composers[K] : Composers[K] extends string | import("@stitches/react/types/util").Function | import("react").JSXElementConstructor<any> | import("react").ExoticComponent<any> ? Composers[K] : import("@stitches/react/types/stitches").RemoveIndex<CSS_1> & {
573
+ variants?: {
574
+ [x: string]: {
575
+ [x: string]: CSS_1;
576
+ [x: number]: CSS_1;
577
+ };
578
+ } | undefined;
579
+ compoundVariants?: (("variants" extends keyof Composers[K] ? { [Name in keyof Composers[K][keyof Composers[K] & "variants"]]?: import("@stitches/react/types/util").String | import("@stitches/react/types/util").Widen<keyof Composers[K][keyof Composers[K] & "variants"][Name]> | undefined; } : import("@stitches/react/types/util").WideObject) & {
580
+ css: CSS_1;
581
+ })[] | undefined;
582
+ defaultVariants?: ("variants" extends keyof Composers[K] ? { [Name_1 in keyof Composers[K][keyof Composers[K] & "variants"]]?: import("@stitches/react/types/util").String | import("@stitches/react/types/util").Widen<keyof Composers[K][keyof Composers[K] & "variants"][Name_1]> | undefined; } : import("@stitches/react/types/util").WideObject) | undefined;
583
+ } & CSS_1 & { [K2 in keyof Composers[K]]: K2 extends "compoundVariants" | "defaultVariants" | "variants" ? unknown : K2 extends keyof CSS_1 ? CSS_1[K2] : unknown; }; }) => import("@stitches/react/types/styled-component").CssComponent<import("@stitches/react/types/styled-component").StyledComponentType<Composers>, import("@stitches/react/types/styled-component").StyledComponentProps<Composers>, {
584
+ sm: string;
585
+ md: string;
586
+ lg: string;
587
+ xl: string;
588
+ reducedMotion: string;
589
+ allowMotion: string;
590
+ hover: string;
591
+ }, CSS_1>, getCssText: () => string, createTheme: <Argument0 extends string | ({
592
+ colors?: {
593
+ textForeground?: string | number | boolean | undefined;
594
+ textSubtle?: string | number | boolean | undefined;
595
+ textPlaceholder?: string | number | boolean | undefined;
596
+ background?: string | number | boolean | undefined;
597
+ backgroundAccent?: string | number | boolean | undefined;
598
+ tonal50?: string | number | boolean | undefined;
599
+ tonal100?: string | number | boolean | undefined;
600
+ tonal200?: string | number | boolean | undefined;
601
+ tonal300?: string | number | boolean | undefined;
602
+ tonal400?: string | number | boolean | undefined;
603
+ tonal500?: string | number | boolean | undefined;
604
+ tonal600?: string | number | boolean | undefined;
605
+ alpha100?: string | number | boolean | undefined;
606
+ alpha150?: string | number | boolean | undefined;
607
+ alpha200?: string | number | boolean | undefined;
608
+ alpha250?: string | number | boolean | undefined;
609
+ alpha600?: string | number | boolean | undefined;
610
+ primaryLight?: string | number | boolean | undefined;
611
+ primary?: string | number | boolean | undefined;
612
+ primaryMid?: string | number | boolean | undefined;
613
+ primaryDark?: string | number | boolean | undefined;
614
+ secondary?: string | number | boolean | undefined;
615
+ brandRed?: string | number | boolean | undefined;
616
+ brandRedAccent?: string | number | boolean | undefined;
617
+ brandGreen?: string | number | boolean | undefined;
618
+ brandGreenAccent?: string | number | boolean | undefined;
619
+ brandPurple?: string | number | boolean | undefined;
620
+ brandPurpleAccent?: string | number | boolean | undefined;
621
+ brandYellow?: string | number | boolean | undefined;
622
+ brandYellowAccent?: string | number | boolean | undefined;
623
+ successLight?: string | number | boolean | undefined;
624
+ success?: string | number | boolean | undefined;
625
+ successMid?: string | number | boolean | undefined;
626
+ successDark?: string | number | boolean | undefined;
627
+ dangerLight?: string | number | boolean | undefined;
628
+ danger?: string | number | boolean | undefined;
629
+ dangerMid?: string | number | boolean | undefined;
630
+ dangerDark?: string | number | boolean | undefined;
631
+ warningLight?: string | number | boolean | undefined;
632
+ warning?: string | number | boolean | undefined;
633
+ warningMid?: string | number | boolean | undefined;
634
+ warningDark?: string | number | boolean | undefined;
635
+ warningText?: string | number | boolean | undefined;
636
+ subjectEnglish?: string | number | boolean | undefined;
637
+ subjectMaths?: string | number | boolean | undefined;
638
+ subjectScience?: string | number | boolean | undefined;
639
+ subjectVerbalReasoning?: string | number | boolean | undefined;
640
+ subjectNonVerbalReasoning?: string | number | boolean | undefined;
641
+ subjectCreativeWriting?: string | number | boolean | undefined;
642
+ subjectExamSkills?: string | number | boolean | undefined;
643
+ } | undefined;
644
+ space?: {
645
+ 0?: string | number | boolean | undefined;
646
+ 1?: string | number | boolean | undefined;
647
+ 2?: string | number | boolean | undefined;
648
+ 3?: string | number | boolean | undefined;
649
+ 4?: string | number | boolean | undefined;
650
+ 5?: string | number | boolean | undefined;
651
+ 6?: string | number | boolean | undefined;
652
+ 7?: string | number | boolean | undefined;
653
+ 8?: string | number | boolean | undefined;
654
+ 9?: string | number | boolean | undefined;
655
+ } | undefined;
656
+ fontSizes?: {
657
+ xs?: string | number | boolean | undefined;
658
+ sm?: string | number | boolean | undefined;
659
+ md?: string | number | boolean | undefined;
660
+ lg?: string | number | boolean | undefined;
661
+ xl?: string | number | boolean | undefined;
662
+ "2xl"?: string | number | boolean | undefined;
663
+ "3xl"?: string | number | boolean | undefined;
664
+ "4xl"?: string | number | boolean | undefined;
665
+ } | undefined;
666
+ fonts?: {
667
+ sans?: string | number | boolean | undefined;
668
+ mono?: string | number | boolean | undefined;
669
+ display?: string | number | boolean | undefined;
670
+ body?: string | number | boolean | undefined;
671
+ } | undefined;
672
+ sizes?: {
673
+ 0?: string | number | boolean | undefined;
674
+ 1?: string | number | boolean | undefined;
675
+ 2?: string | number | boolean | undefined;
676
+ 3?: string | number | boolean | undefined;
677
+ 4?: string | number | boolean | undefined;
678
+ 5?: string | number | boolean | undefined;
679
+ 6?: string | number | boolean | undefined;
680
+ 7?: string | number | boolean | undefined;
681
+ 8?: string | number | boolean | undefined;
682
+ } | undefined;
683
+ radii?: {
684
+ 0?: string | number | boolean | undefined;
685
+ 1?: string | number | boolean | undefined;
686
+ 2?: string | number | boolean | undefined;
687
+ 3?: string | number | boolean | undefined;
688
+ round?: string | number | boolean | undefined;
689
+ } | undefined;
690
+ shadows?: {
691
+ 0?: string | number | boolean | undefined;
692
+ 1?: string | number | boolean | undefined;
693
+ 2?: string | number | boolean | undefined;
694
+ 3?: string | number | boolean | undefined;
695
+ } | undefined;
696
+ } & {
697
+ [x: string]: {
698
+ [x: string]: string | number | boolean;
699
+ [x: number]: string | number | boolean;
700
+ };
701
+ }), Argument1 extends string | ({
702
+ colors?: {
703
+ textForeground?: string | number | boolean | undefined;
704
+ textSubtle?: string | number | boolean | undefined;
705
+ textPlaceholder?: string | number | boolean | undefined;
706
+ background?: string | number | boolean | undefined;
707
+ backgroundAccent?: string | number | boolean | undefined;
708
+ tonal50?: string | number | boolean | undefined;
709
+ tonal100?: string | number | boolean | undefined;
710
+ tonal200?: string | number | boolean | undefined;
711
+ tonal300?: string | number | boolean | undefined;
712
+ tonal400?: string | number | boolean | undefined;
713
+ tonal500?: string | number | boolean | undefined;
714
+ tonal600?: string | number | boolean | undefined;
715
+ alpha100?: string | number | boolean | undefined;
716
+ alpha150?: string | number | boolean | undefined;
717
+ alpha200?: string | number | boolean | undefined;
718
+ alpha250?: string | number | boolean | undefined;
719
+ alpha600?: string | number | boolean | undefined;
720
+ primaryLight?: string | number | boolean | undefined;
721
+ primary?: string | number | boolean | undefined;
722
+ primaryMid?: string | number | boolean | undefined;
723
+ primaryDark?: string | number | boolean | undefined;
724
+ secondary?: string | number | boolean | undefined;
725
+ brandRed?: string | number | boolean | undefined;
726
+ brandRedAccent?: string | number | boolean | undefined;
727
+ brandGreen?: string | number | boolean | undefined;
728
+ brandGreenAccent?: string | number | boolean | undefined;
729
+ brandPurple?: string | number | boolean | undefined;
730
+ brandPurpleAccent?: string | number | boolean | undefined;
731
+ brandYellow?: string | number | boolean | undefined;
732
+ brandYellowAccent?: string | number | boolean | undefined;
733
+ successLight?: string | number | boolean | undefined;
734
+ success?: string | number | boolean | undefined;
735
+ successMid?: string | number | boolean | undefined;
736
+ successDark?: string | number | boolean | undefined;
737
+ dangerLight?: string | number | boolean | undefined;
738
+ danger?: string | number | boolean | undefined;
739
+ dangerMid?: string | number | boolean | undefined;
740
+ dangerDark?: string | number | boolean | undefined;
741
+ warningLight?: string | number | boolean | undefined;
742
+ warning?: string | number | boolean | undefined;
743
+ warningMid?: string | number | boolean | undefined;
744
+ warningDark?: string | number | boolean | undefined;
745
+ warningText?: string | number | boolean | undefined;
746
+ subjectEnglish?: string | number | boolean | undefined;
747
+ subjectMaths?: string | number | boolean | undefined;
748
+ subjectScience?: string | number | boolean | undefined;
749
+ subjectVerbalReasoning?: string | number | boolean | undefined;
750
+ subjectNonVerbalReasoning?: string | number | boolean | undefined;
751
+ subjectCreativeWriting?: string | number | boolean | undefined;
752
+ subjectExamSkills?: string | number | boolean | undefined;
753
+ } | undefined;
754
+ space?: {
755
+ 0?: string | number | boolean | undefined;
756
+ 1?: string | number | boolean | undefined;
757
+ 2?: string | number | boolean | undefined;
758
+ 3?: string | number | boolean | undefined;
759
+ 4?: string | number | boolean | undefined;
760
+ 5?: string | number | boolean | undefined;
761
+ 6?: string | number | boolean | undefined;
762
+ 7?: string | number | boolean | undefined;
763
+ 8?: string | number | boolean | undefined;
764
+ 9?: string | number | boolean | undefined;
765
+ } | undefined;
766
+ fontSizes?: {
767
+ xs?: string | number | boolean | undefined;
768
+ sm?: string | number | boolean | undefined;
769
+ md?: string | number | boolean | undefined;
770
+ lg?: string | number | boolean | undefined;
771
+ xl?: string | number | boolean | undefined;
772
+ "2xl"?: string | number | boolean | undefined;
773
+ "3xl"?: string | number | boolean | undefined;
774
+ "4xl"?: string | number | boolean | undefined;
775
+ } | undefined;
776
+ fonts?: {
777
+ sans?: string | number | boolean | undefined;
778
+ mono?: string | number | boolean | undefined;
779
+ display?: string | number | boolean | undefined;
780
+ body?: string | number | boolean | undefined;
781
+ } | undefined;
782
+ sizes?: {
783
+ 0?: string | number | boolean | undefined;
784
+ 1?: string | number | boolean | undefined;
785
+ 2?: string | number | boolean | undefined;
786
+ 3?: string | number | boolean | undefined;
787
+ 4?: string | number | boolean | undefined;
788
+ 5?: string | number | boolean | undefined;
789
+ 6?: string | number | boolean | undefined;
790
+ 7?: string | number | boolean | undefined;
791
+ 8?: string | number | boolean | undefined;
792
+ } | undefined;
793
+ radii?: {
794
+ 0?: string | number | boolean | undefined;
795
+ 1?: string | number | boolean | undefined;
796
+ 2?: string | number | boolean | undefined;
797
+ 3?: string | number | boolean | undefined;
798
+ round?: string | number | boolean | undefined;
799
+ } | undefined;
800
+ shadows?: {
801
+ 0?: string | number | boolean | undefined;
802
+ 1?: string | number | boolean | undefined;
803
+ 2?: string | number | boolean | undefined;
804
+ 3?: string | number | boolean | undefined;
805
+ } | undefined;
806
+ } & {
807
+ [x: string]: {
808
+ [x: string]: string | number | boolean;
809
+ [x: number]: string | number | boolean;
810
+ };
811
+ })>(nameOrScalesArg0: Argument0, nameOrScalesArg1?: Argument1 | undefined) => string & {
812
+ className: string;
813
+ selector: string;
814
+ } & (Argument0 extends string ? import("@stitches/react/types/stitches").ThemeTokens<Argument1, ""> : import("@stitches/react/types/stitches").ThemeTokens<Argument0, "">), globalCss: <Styles extends {
815
+ [K: string]: any;
816
+ }>(...styles: ({
817
+ '@import'?: unknown;
818
+ '@font-face'?: unknown;
819
+ } & { [K in keyof Styles]: K extends "@import" ? string | string[] : K extends "@font-face" ? import("@stitches/react/types/css").AtRule.FontFace | import("@stitches/react/types/css").AtRule.FontFace[] : K extends `@keyframes ${string}` ? {
820
+ [x: string]: import("@stitches/react/types/css-util").CSS<{
821
+ sm: string;
822
+ md: string;
823
+ lg: string;
824
+ xl: string;
825
+ reducedMotion: string;
826
+ allowMotion: string;
827
+ hover: string;
828
+ }, {
829
+ colors: {
830
+ textForeground: any;
831
+ textSubtle: any;
832
+ textPlaceholder: any;
833
+ background: any;
834
+ backgroundAccent: any;
835
+ tonal50: any;
836
+ tonal100: any;
837
+ tonal200: any;
838
+ tonal300: any;
839
+ tonal400: any;
840
+ tonal500: any;
841
+ tonal600: any;
842
+ alpha100: any;
843
+ alpha150: any;
844
+ alpha200: any;
845
+ alpha250: any;
846
+ alpha600: any;
847
+ primaryLight: any;
848
+ primary: any;
849
+ primaryMid: any;
850
+ primaryDark: any;
851
+ secondary: any;
852
+ brandRed: any;
853
+ brandRedAccent: any;
854
+ brandGreen: any;
855
+ brandGreenAccent: any;
856
+ brandPurple: any;
857
+ brandPurpleAccent: any;
858
+ brandYellow: any;
859
+ brandYellowAccent: any;
860
+ successLight: any;
861
+ success: any;
862
+ successMid: any;
863
+ successDark: any;
864
+ dangerLight: any;
865
+ danger: any;
866
+ dangerMid: any;
867
+ dangerDark: any;
868
+ warningLight: any;
869
+ warning: any;
870
+ warningMid: any;
871
+ warningDark: any;
872
+ warningText: any;
873
+ subjectEnglish: any;
874
+ subjectMaths: any;
875
+ subjectScience: any;
876
+ subjectVerbalReasoning: any;
877
+ subjectNonVerbalReasoning: any;
878
+ subjectCreativeWriting: any;
879
+ subjectExamSkills: any;
880
+ };
881
+ space: {
882
+ "0": any;
883
+ "1": any;
884
+ "2": any;
885
+ "3": any;
886
+ "4": any;
887
+ "5": any;
888
+ "6": any;
889
+ "7": any;
890
+ "8": any;
891
+ "9": 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
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
934
+ bg: (value: PropertyValue<'background'>) => {
935
+ background: {
936
+ readonly [$$PropertyValue]: "background";
937
+ };
938
+ };
939
+ inset: (value: ScaleValue<'space'> | number | string) => {
940
+ top: string | number | {
941
+ readonly [$$ScaleValue]: "space";
942
+ };
943
+ right: string | number | {
944
+ readonly [$$ScaleValue]: "space";
945
+ };
946
+ bottom: string | number | {
947
+ readonly [$$ScaleValue]: "space";
948
+ };
949
+ left: string | number | {
950
+ readonly [$$ScaleValue]: "space";
951
+ };
952
+ };
953
+ size: (value: ScaleValue<'size'> | number | string) => {
954
+ height: string | number | {
955
+ readonly [$$ScaleValue]: "size";
956
+ };
957
+ width: string | number | {
958
+ readonly [$$ScaleValue]: "size";
959
+ };
960
+ };
961
+ p: (value: ScaleValue<'space'> | number | string) => {
962
+ padding: string | number | {
963
+ readonly [$$ScaleValue]: "space";
964
+ };
965
+ };
966
+ pt: (value: ScaleValue<'space'> | number | string) => {
967
+ paddingTop: string | number | {
968
+ readonly [$$ScaleValue]: "space";
969
+ };
970
+ };
971
+ pr: (value: ScaleValue<'space'> | number | string) => {
972
+ paddingRight: string | number | {
973
+ readonly [$$ScaleValue]: "space";
974
+ };
975
+ };
976
+ pb: (value: ScaleValue<'space'> | number | string) => {
977
+ paddingBottom: string | number | {
978
+ readonly [$$ScaleValue]: "space";
979
+ };
980
+ };
981
+ pl: (value: ScaleValue<'space'> | number | string) => {
982
+ paddingLeft: string | number | {
983
+ readonly [$$ScaleValue]: "space";
984
+ };
985
+ };
986
+ px: (value: ScaleValue<'space'> | number | string) => {
987
+ paddingLeft: string | number | {
988
+ readonly [$$ScaleValue]: "space";
989
+ };
990
+ paddingRight: string | number | {
991
+ readonly [$$ScaleValue]: "space";
992
+ };
993
+ };
994
+ py: (value: ScaleValue<'space'> | number | string) => {
995
+ paddingTop: string | number | {
996
+ readonly [$$ScaleValue]: "space";
997
+ };
998
+ paddingBottom: string | number | {
999
+ readonly [$$ScaleValue]: "space";
1000
+ };
1001
+ };
1002
+ m: (value: ScaleValue<'space'> | number | string) => {
1003
+ margin: string | number | {
1004
+ readonly [$$ScaleValue]: "space";
1005
+ };
1006
+ };
1007
+ mt: (value: ScaleValue<'space'> | number | string) => {
1008
+ marginTop: string | number | {
1009
+ readonly [$$ScaleValue]: "space";
1010
+ };
1011
+ };
1012
+ mr: (value: ScaleValue<'space'> | number | string) => {
1013
+ marginRight: string | number | {
1014
+ readonly [$$ScaleValue]: "space";
1015
+ };
1016
+ };
1017
+ mb: (value: ScaleValue<'space'> | number | string) => {
1018
+ marginBottom: string | number | {
1019
+ readonly [$$ScaleValue]: "space";
1020
+ };
1021
+ };
1022
+ ml: (value: ScaleValue<'space'> | number | string) => {
1023
+ marginLeft: string | number | {
1024
+ readonly [$$ScaleValue]: "space";
1025
+ };
1026
+ };
1027
+ mx: (value: ScaleValue<'space'> | number | string) => {
1028
+ marginLeft: string | number | {
1029
+ readonly [$$ScaleValue]: "space";
1030
+ };
1031
+ marginRight: string | number | {
1032
+ readonly [$$ScaleValue]: "space";
1033
+ };
1034
+ };
1035
+ my: (value: ScaleValue<'space'> | number | string) => {
1036
+ marginTop: string | number | {
1037
+ readonly [$$ScaleValue]: "space";
1038
+ };
1039
+ marginBottom: string | number | {
1040
+ readonly [$$ScaleValue]: "space";
1041
+ };
1042
+ };
1043
+ }>;
1044
+ } : K extends `@property ${string}` ? import("@stitches/react/types/css").AtRule.Property : import("@stitches/react/types/css-util").CSS<{
1045
+ sm: string;
1046
+ md: string;
1047
+ lg: string;
1048
+ xl: string;
1049
+ reducedMotion: string;
1050
+ allowMotion: string;
1051
+ hover: string;
1052
+ }, {
1053
+ colors: {
1054
+ textForeground: any;
1055
+ textSubtle: any;
1056
+ textPlaceholder: any;
1057
+ background: any;
1058
+ backgroundAccent: any;
1059
+ tonal50: any;
1060
+ tonal100: any;
1061
+ tonal200: any;
1062
+ tonal300: any;
1063
+ tonal400: any;
1064
+ tonal500: any;
1065
+ tonal600: any;
1066
+ alpha100: any;
1067
+ alpha150: any;
1068
+ alpha200: any;
1069
+ alpha250: any;
1070
+ alpha600: any;
1071
+ primaryLight: any;
1072
+ primary: any;
1073
+ primaryMid: any;
1074
+ primaryDark: any;
1075
+ secondary: any;
1076
+ brandRed: any;
1077
+ brandRedAccent: any;
1078
+ brandGreen: any;
1079
+ brandGreenAccent: any;
1080
+ brandPurple: any;
1081
+ brandPurpleAccent: any;
1082
+ brandYellow: any;
1083
+ brandYellowAccent: any;
1084
+ successLight: any;
1085
+ success: any;
1086
+ successMid: any;
1087
+ successDark: any;
1088
+ dangerLight: any;
1089
+ danger: any;
1090
+ dangerMid: any;
1091
+ dangerDark: any;
1092
+ warningLight: any;
1093
+ warning: any;
1094
+ warningMid: any;
1095
+ warningDark: any;
1096
+ warningText: any;
1097
+ subjectEnglish: any;
1098
+ subjectMaths: any;
1099
+ subjectScience: any;
1100
+ subjectVerbalReasoning: any;
1101
+ subjectNonVerbalReasoning: any;
1102
+ subjectCreativeWriting: any;
1103
+ subjectExamSkills: any;
1104
+ };
1105
+ space: {
1106
+ "0": any;
1107
+ "1": any;
1108
+ "2": any;
1109
+ "3": any;
1110
+ "4": any;
1111
+ "5": any;
1112
+ "6": any;
1113
+ "7": any;
1114
+ "8": any;
1115
+ "9": any;
1116
+ };
1117
+ fontSizes: {
1118
+ xs: any;
1119
+ sm: any;
1120
+ md: any;
1121
+ lg: any;
1122
+ xl: any;
1123
+ "2xl": any;
1124
+ "3xl": any;
1125
+ "4xl": any;
1126
+ };
1127
+ fonts: {
1128
+ sans: any;
1129
+ mono: any;
1130
+ display: any;
1131
+ body: any;
1132
+ };
1133
+ sizes: {
1134
+ "0": any;
1135
+ "1": any;
1136
+ "2": any;
1137
+ "3": any;
1138
+ "4": any;
1139
+ "5": any;
1140
+ "6": any;
1141
+ "7": any;
1142
+ "8": any;
1143
+ };
1144
+ radii: {
1145
+ "0": any;
1146
+ "1": any;
1147
+ "2": any;
1148
+ "3": any;
1149
+ round: any;
1150
+ };
1151
+ shadows: {
1152
+ "0": any;
1153
+ "1": any;
1154
+ "2": any;
1155
+ "3": any;
1156
+ };
1157
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
1158
+ bg: (value: PropertyValue<'background'>) => {
1159
+ background: {
1160
+ readonly [$$PropertyValue]: "background";
1161
+ };
1162
+ };
1163
+ inset: (value: ScaleValue<'space'> | number | string) => {
1164
+ top: string | number | {
1165
+ readonly [$$ScaleValue]: "space";
1166
+ };
1167
+ right: string | number | {
1168
+ readonly [$$ScaleValue]: "space";
1169
+ };
1170
+ bottom: string | number | {
1171
+ readonly [$$ScaleValue]: "space";
1172
+ };
1173
+ left: string | number | {
1174
+ readonly [$$ScaleValue]: "space";
1175
+ };
1176
+ };
1177
+ size: (value: ScaleValue<'size'> | number | string) => {
1178
+ height: string | number | {
1179
+ readonly [$$ScaleValue]: "size";
1180
+ };
1181
+ width: string | number | {
1182
+ readonly [$$ScaleValue]: "size";
1183
+ };
1184
+ };
1185
+ p: (value: ScaleValue<'space'> | number | string) => {
1186
+ padding: string | number | {
1187
+ readonly [$$ScaleValue]: "space";
1188
+ };
1189
+ };
1190
+ pt: (value: ScaleValue<'space'> | number | string) => {
1191
+ paddingTop: string | number | {
1192
+ readonly [$$ScaleValue]: "space";
1193
+ };
1194
+ };
1195
+ pr: (value: ScaleValue<'space'> | number | string) => {
1196
+ paddingRight: string | number | {
1197
+ readonly [$$ScaleValue]: "space";
1198
+ };
1199
+ };
1200
+ pb: (value: ScaleValue<'space'> | number | string) => {
1201
+ paddingBottom: string | number | {
1202
+ readonly [$$ScaleValue]: "space";
1203
+ };
1204
+ };
1205
+ pl: (value: ScaleValue<'space'> | number | string) => {
1206
+ paddingLeft: string | number | {
1207
+ readonly [$$ScaleValue]: "space";
1208
+ };
1209
+ };
1210
+ px: (value: ScaleValue<'space'> | number | string) => {
1211
+ paddingLeft: string | number | {
1212
+ readonly [$$ScaleValue]: "space";
1213
+ };
1214
+ paddingRight: string | number | {
1215
+ readonly [$$ScaleValue]: "space";
1216
+ };
1217
+ };
1218
+ py: (value: ScaleValue<'space'> | number | string) => {
1219
+ paddingTop: string | number | {
1220
+ readonly [$$ScaleValue]: "space";
1221
+ };
1222
+ paddingBottom: string | number | {
1223
+ readonly [$$ScaleValue]: "space";
1224
+ };
1225
+ };
1226
+ m: (value: ScaleValue<'space'> | number | string) => {
1227
+ margin: string | number | {
1228
+ readonly [$$ScaleValue]: "space";
1229
+ };
1230
+ };
1231
+ mt: (value: ScaleValue<'space'> | number | string) => {
1232
+ marginTop: string | number | {
1233
+ readonly [$$ScaleValue]: "space";
1234
+ };
1235
+ };
1236
+ mr: (value: ScaleValue<'space'> | number | string) => {
1237
+ marginRight: string | number | {
1238
+ readonly [$$ScaleValue]: "space";
1239
+ };
1240
+ };
1241
+ mb: (value: ScaleValue<'space'> | number | string) => {
1242
+ marginBottom: string | number | {
1243
+ readonly [$$ScaleValue]: "space";
1244
+ };
1245
+ };
1246
+ ml: (value: ScaleValue<'space'> | number | string) => {
1247
+ marginLeft: string | number | {
1248
+ readonly [$$ScaleValue]: "space";
1249
+ };
1250
+ };
1251
+ mx: (value: ScaleValue<'space'> | number | string) => {
1252
+ marginLeft: string | number | {
1253
+ readonly [$$ScaleValue]: "space";
1254
+ };
1255
+ marginRight: string | number | {
1256
+ readonly [$$ScaleValue]: "space";
1257
+ };
1258
+ };
1259
+ my: (value: ScaleValue<'space'> | number | string) => {
1260
+ marginTop: string | number | {
1261
+ readonly [$$ScaleValue]: "space";
1262
+ };
1263
+ marginBottom: string | number | {
1264
+ readonly [$$ScaleValue]: "space";
1265
+ };
1266
+ };
1267
+ }>; })[]) => () => string, keyframes: (style: {
1268
+ [offset: string]: import("@stitches/react/types/css-util").CSS<{
1269
+ sm: string;
1270
+ md: string;
1271
+ lg: string;
1272
+ xl: string;
1273
+ reducedMotion: string;
1274
+ allowMotion: string;
1275
+ hover: string;
1276
+ }, {
1277
+ colors: {
1278
+ textForeground: any;
1279
+ textSubtle: any;
1280
+ textPlaceholder: any;
1281
+ background: any;
1282
+ backgroundAccent: any;
1283
+ tonal50: any;
1284
+ tonal100: any;
1285
+ tonal200: any;
1286
+ tonal300: any;
1287
+ tonal400: any;
1288
+ tonal500: any;
1289
+ tonal600: any;
1290
+ alpha100: any;
1291
+ alpha150: any;
1292
+ alpha200: any;
1293
+ alpha250: any;
1294
+ alpha600: any;
1295
+ primaryLight: any;
1296
+ primary: any;
1297
+ primaryMid: any;
1298
+ primaryDark: any;
1299
+ secondary: any;
1300
+ brandRed: any;
1301
+ brandRedAccent: any;
1302
+ brandGreen: any;
1303
+ brandGreenAccent: any;
1304
+ brandPurple: any;
1305
+ brandPurpleAccent: any;
1306
+ brandYellow: any;
1307
+ brandYellowAccent: any;
1308
+ successLight: any;
1309
+ success: any;
1310
+ successMid: any;
1311
+ successDark: any;
1312
+ dangerLight: any;
1313
+ danger: any;
1314
+ dangerMid: any;
1315
+ dangerDark: any;
1316
+ warningLight: any;
1317
+ warning: any;
1318
+ warningMid: any;
1319
+ warningDark: any;
1320
+ warningText: any;
1321
+ subjectEnglish: any;
1322
+ subjectMaths: any;
1323
+ subjectScience: any;
1324
+ subjectVerbalReasoning: any;
1325
+ subjectNonVerbalReasoning: any;
1326
+ subjectCreativeWriting: any;
1327
+ subjectExamSkills: any;
1328
+ };
1329
+ space: {
1330
+ "0": any;
1331
+ "1": any;
1332
+ "2": any;
1333
+ "3": any;
1334
+ "4": any;
1335
+ "5": any;
1336
+ "6": any;
1337
+ "7": any;
1338
+ "8": any;
1339
+ "9": any;
1340
+ };
1341
+ fontSizes: {
1342
+ xs: any;
1343
+ sm: any;
1344
+ md: any;
1345
+ lg: any;
1346
+ xl: any;
1347
+ "2xl": any;
1348
+ "3xl": any;
1349
+ "4xl": any;
1350
+ };
1351
+ fonts: {
1352
+ sans: any;
1353
+ mono: any;
1354
+ display: any;
1355
+ body: any;
1356
+ };
1357
+ sizes: {
1358
+ "0": any;
1359
+ "1": any;
1360
+ "2": any;
1361
+ "3": any;
1362
+ "4": any;
1363
+ "5": any;
1364
+ "6": any;
1365
+ "7": any;
1366
+ "8": any;
1367
+ };
1368
+ radii: {
1369
+ "0": any;
1370
+ "1": any;
1371
+ "2": any;
1372
+ "3": any;
1373
+ round: any;
1374
+ };
1375
+ shadows: {
1376
+ "0": any;
1377
+ "1": any;
1378
+ "2": any;
1379
+ "3": any;
1380
+ };
1381
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
1382
+ bg: (value: PropertyValue<'background'>) => {
1383
+ background: {
1384
+ readonly [$$PropertyValue]: "background";
1385
+ };
1386
+ };
1387
+ inset: (value: ScaleValue<'space'> | number | string) => {
1388
+ top: string | number | {
1389
+ readonly [$$ScaleValue]: "space";
1390
+ };
1391
+ right: string | number | {
1392
+ readonly [$$ScaleValue]: "space";
1393
+ };
1394
+ bottom: string | number | {
1395
+ readonly [$$ScaleValue]: "space";
1396
+ };
1397
+ left: string | number | {
1398
+ readonly [$$ScaleValue]: "space";
1399
+ };
1400
+ };
1401
+ size: (value: ScaleValue<'size'> | number | string) => {
1402
+ height: string | number | {
1403
+ readonly [$$ScaleValue]: "size";
1404
+ };
1405
+ width: string | number | {
1406
+ readonly [$$ScaleValue]: "size";
1407
+ };
1408
+ };
1409
+ p: (value: ScaleValue<'space'> | number | string) => {
1410
+ padding: string | number | {
1411
+ readonly [$$ScaleValue]: "space";
1412
+ };
1413
+ };
1414
+ pt: (value: ScaleValue<'space'> | number | string) => {
1415
+ paddingTop: string | number | {
1416
+ readonly [$$ScaleValue]: "space";
1417
+ };
1418
+ };
1419
+ pr: (value: ScaleValue<'space'> | number | string) => {
1420
+ paddingRight: string | number | {
1421
+ readonly [$$ScaleValue]: "space";
1422
+ };
1423
+ };
1424
+ pb: (value: ScaleValue<'space'> | number | string) => {
1425
+ paddingBottom: string | number | {
1426
+ readonly [$$ScaleValue]: "space";
1427
+ };
1428
+ };
1429
+ pl: (value: ScaleValue<'space'> | number | string) => {
1430
+ paddingLeft: string | number | {
1431
+ readonly [$$ScaleValue]: "space";
1432
+ };
1433
+ };
1434
+ px: (value: ScaleValue<'space'> | number | string) => {
1435
+ paddingLeft: string | number | {
1436
+ readonly [$$ScaleValue]: "space";
1437
+ };
1438
+ paddingRight: string | number | {
1439
+ readonly [$$ScaleValue]: "space";
1440
+ };
1441
+ };
1442
+ py: (value: ScaleValue<'space'> | number | string) => {
1443
+ paddingTop: string | number | {
1444
+ readonly [$$ScaleValue]: "space";
1445
+ };
1446
+ paddingBottom: string | number | {
1447
+ readonly [$$ScaleValue]: "space";
1448
+ };
1449
+ };
1450
+ m: (value: ScaleValue<'space'> | number | string) => {
1451
+ margin: string | number | {
1452
+ readonly [$$ScaleValue]: "space";
1453
+ };
1454
+ };
1455
+ mt: (value: ScaleValue<'space'> | number | string) => {
1456
+ marginTop: string | number | {
1457
+ readonly [$$ScaleValue]: "space";
1458
+ };
1459
+ };
1460
+ mr: (value: ScaleValue<'space'> | number | string) => {
1461
+ marginRight: string | number | {
1462
+ readonly [$$ScaleValue]: "space";
1463
+ };
1464
+ };
1465
+ mb: (value: ScaleValue<'space'> | number | string) => {
1466
+ marginBottom: string | number | {
1467
+ readonly [$$ScaleValue]: "space";
1468
+ };
1469
+ };
1470
+ ml: (value: ScaleValue<'space'> | number | string) => {
1471
+ marginLeft: string | number | {
1472
+ readonly [$$ScaleValue]: "space";
1473
+ };
1474
+ };
1475
+ mx: (value: ScaleValue<'space'> | number | string) => {
1476
+ marginLeft: string | number | {
1477
+ readonly [$$ScaleValue]: "space";
1478
+ };
1479
+ marginRight: string | number | {
1480
+ readonly [$$ScaleValue]: "space";
1481
+ };
1482
+ };
1483
+ my: (value: ScaleValue<'space'> | number | string) => {
1484
+ marginTop: string | number | {
1485
+ readonly [$$ScaleValue]: "space";
1486
+ };
1487
+ marginBottom: string | number | {
1488
+ readonly [$$ScaleValue]: "space";
1489
+ };
1490
+ };
1491
+ }>;
1492
+ }) => {
1493
+ (): string;
1494
+ name: string;
1495
+ }, styled: <Type extends import("@stitches/react/types/util").Function | keyof JSX.IntrinsicElements | import("react").ComponentType<any>, Composers extends (string | import("@stitches/react/types/util").Function | import("react").ComponentType<any> | {
1496
+ [name: string]: unknown;
1497
+ })[], CSS_1 = import("@stitches/react/types/css-util").CSS<{
1498
+ sm: string;
1499
+ md: string;
1500
+ lg: string;
1501
+ xl: string;
1502
+ reducedMotion: string;
1503
+ allowMotion: string;
1504
+ hover: string;
1505
+ }, {
1506
+ colors: {
1507
+ textForeground: any;
1508
+ textSubtle: any;
1509
+ textPlaceholder: any;
1510
+ background: any;
1511
+ backgroundAccent: any;
1512
+ tonal50: any;
1513
+ tonal100: any;
1514
+ tonal200: any;
1515
+ tonal300: any;
1516
+ tonal400: any;
1517
+ tonal500: any;
1518
+ tonal600: any;
1519
+ alpha100: any;
1520
+ alpha150: any;
1521
+ alpha200: any;
1522
+ alpha250: any;
1523
+ alpha600: any;
1524
+ primaryLight: any;
1525
+ primary: any;
1526
+ primaryMid: any;
1527
+ primaryDark: any;
1528
+ secondary: any;
1529
+ brandRed: any;
1530
+ brandRedAccent: any;
1531
+ brandGreen: any;
1532
+ brandGreenAccent: any;
1533
+ brandPurple: any;
1534
+ brandPurpleAccent: any;
1535
+ brandYellow: any;
1536
+ brandYellowAccent: any;
1537
+ successLight: any;
1538
+ success: any;
1539
+ successMid: any;
1540
+ successDark: any;
1541
+ dangerLight: any;
1542
+ danger: any;
1543
+ dangerMid: any;
1544
+ dangerDark: any;
1545
+ warningLight: any;
1546
+ warning: any;
1547
+ warningMid: any;
1548
+ warningDark: any;
1549
+ warningText: any;
1550
+ subjectEnglish: any;
1551
+ subjectMaths: any;
1552
+ subjectScience: any;
1553
+ subjectVerbalReasoning: any;
1554
+ subjectNonVerbalReasoning: any;
1555
+ subjectCreativeWriting: any;
1556
+ subjectExamSkills: any;
1557
+ };
1558
+ space: {
1559
+ "0": any;
1560
+ "1": any;
1561
+ "2": any;
1562
+ "3": any;
1563
+ "4": any;
1564
+ "5": any;
1565
+ "6": any;
1566
+ "7": any;
1567
+ "8": any;
1568
+ "9": any;
1569
+ };
1570
+ fontSizes: {
1571
+ xs: any;
1572
+ sm: any;
1573
+ md: any;
1574
+ lg: any;
1575
+ xl: any;
1576
+ "2xl": any;
1577
+ "3xl": any;
1578
+ "4xl": any;
1579
+ };
1580
+ fonts: {
1581
+ sans: any;
1582
+ mono: any;
1583
+ display: any;
1584
+ body: any;
1585
+ };
1586
+ sizes: {
1587
+ "0": any;
1588
+ "1": any;
1589
+ "2": any;
1590
+ "3": any;
1591
+ "4": any;
1592
+ "5": any;
1593
+ "6": any;
1594
+ "7": any;
1595
+ "8": any;
1596
+ };
1597
+ radii: {
1598
+ "0": any;
1599
+ "1": any;
1600
+ "2": any;
1601
+ "3": any;
1602
+ round: any;
1603
+ };
1604
+ shadows: {
1605
+ "0": any;
1606
+ "1": any;
1607
+ "2": any;
1608
+ "3": any;
1609
+ };
1610
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
1611
+ bg: (value: PropertyValue<'background'>) => {
1612
+ background: {
1613
+ readonly [$$PropertyValue]: "background";
1614
+ };
1615
+ };
1616
+ inset: (value: ScaleValue<'space'> | number | string) => {
1617
+ top: string | number | {
1618
+ readonly [$$ScaleValue]: "space";
1619
+ };
1620
+ right: string | number | {
1621
+ readonly [$$ScaleValue]: "space";
1622
+ };
1623
+ bottom: string | number | {
1624
+ readonly [$$ScaleValue]: "space";
1625
+ };
1626
+ left: string | number | {
1627
+ readonly [$$ScaleValue]: "space";
1628
+ };
1629
+ };
1630
+ size: (value: ScaleValue<'size'> | number | string) => {
1631
+ height: string | number | {
1632
+ readonly [$$ScaleValue]: "size";
1633
+ };
1634
+ width: string | number | {
1635
+ readonly [$$ScaleValue]: "size";
1636
+ };
1637
+ };
1638
+ p: (value: ScaleValue<'space'> | number | string) => {
1639
+ padding: string | number | {
1640
+ readonly [$$ScaleValue]: "space";
1641
+ };
1642
+ };
1643
+ pt: (value: ScaleValue<'space'> | number | string) => {
1644
+ paddingTop: string | number | {
1645
+ readonly [$$ScaleValue]: "space";
1646
+ };
1647
+ };
1648
+ pr: (value: ScaleValue<'space'> | number | string) => {
1649
+ paddingRight: string | number | {
1650
+ readonly [$$ScaleValue]: "space";
1651
+ };
1652
+ };
1653
+ pb: (value: ScaleValue<'space'> | number | string) => {
1654
+ paddingBottom: string | number | {
1655
+ readonly [$$ScaleValue]: "space";
1656
+ };
1657
+ };
1658
+ pl: (value: ScaleValue<'space'> | number | string) => {
1659
+ paddingLeft: string | number | {
1660
+ readonly [$$ScaleValue]: "space";
1661
+ };
1662
+ };
1663
+ px: (value: ScaleValue<'space'> | number | string) => {
1664
+ paddingLeft: string | number | {
1665
+ readonly [$$ScaleValue]: "space";
1666
+ };
1667
+ paddingRight: string | number | {
1668
+ readonly [$$ScaleValue]: "space";
1669
+ };
1670
+ };
1671
+ py: (value: ScaleValue<'space'> | number | string) => {
1672
+ paddingTop: string | number | {
1673
+ readonly [$$ScaleValue]: "space";
1674
+ };
1675
+ paddingBottom: string | number | {
1676
+ readonly [$$ScaleValue]: "space";
1677
+ };
1678
+ };
1679
+ m: (value: ScaleValue<'space'> | number | string) => {
1680
+ margin: string | number | {
1681
+ readonly [$$ScaleValue]: "space";
1682
+ };
1683
+ };
1684
+ mt: (value: ScaleValue<'space'> | number | string) => {
1685
+ marginTop: string | number | {
1686
+ readonly [$$ScaleValue]: "space";
1687
+ };
1688
+ };
1689
+ mr: (value: ScaleValue<'space'> | number | string) => {
1690
+ marginRight: string | number | {
1691
+ readonly [$$ScaleValue]: "space";
1692
+ };
1693
+ };
1694
+ mb: (value: ScaleValue<'space'> | number | string) => {
1695
+ marginBottom: string | number | {
1696
+ readonly [$$ScaleValue]: "space";
1697
+ };
1698
+ };
1699
+ ml: (value: ScaleValue<'space'> | number | string) => {
1700
+ marginLeft: string | number | {
1701
+ readonly [$$ScaleValue]: "space";
1702
+ };
1703
+ };
1704
+ mx: (value: ScaleValue<'space'> | number | string) => {
1705
+ marginLeft: string | number | {
1706
+ readonly [$$ScaleValue]: "space";
1707
+ };
1708
+ marginRight: string | number | {
1709
+ readonly [$$ScaleValue]: "space";
1710
+ };
1711
+ };
1712
+ my: (value: ScaleValue<'space'> | number | string) => {
1713
+ marginTop: string | number | {
1714
+ readonly [$$ScaleValue]: "space";
1715
+ };
1716
+ marginBottom: string | number | {
1717
+ readonly [$$ScaleValue]: "space";
1718
+ };
1719
+ };
1720
+ }>>(type: Type, ...composers: { [K in keyof Composers]: string extends Composers[K] ? Composers[K] : Composers[K] extends string | import("@stitches/react/types/util").Function | import("react").ComponentType<any> ? Composers[K] : import("@stitches/react/types/stitches").RemoveIndex<CSS_1> & {
1721
+ variants?: {
1722
+ [x: string]: {
1723
+ [x: string]: CSS_1;
1724
+ [x: number]: CSS_1;
1725
+ };
1726
+ } | undefined;
1727
+ compoundVariants?: (("variants" extends keyof Composers[K] ? { [Name in keyof Composers[K][keyof Composers[K] & "variants"]]?: import("@stitches/react/types/util").String | import("@stitches/react/types/util").Widen<keyof Composers[K][keyof Composers[K] & "variants"][Name]> | undefined; } : import("@stitches/react/types/util").WideObject) & {
1728
+ css: CSS_1;
1729
+ })[] | undefined;
1730
+ defaultVariants?: ("variants" extends keyof Composers[K] ? { [Name_1 in keyof Composers[K][keyof Composers[K] & "variants"]]?: import("@stitches/react/types/util").String | import("@stitches/react/types/util").Widen<keyof Composers[K][keyof Composers[K] & "variants"][Name_1]> | undefined; } : import("@stitches/react/types/util").WideObject) | undefined;
1731
+ } & CSS_1 & { [K2 in keyof Composers[K]]: K2 extends "compoundVariants" | "defaultVariants" | "variants" ? unknown : K2 extends keyof CSS_1 ? CSS_1[K2] : unknown; }; }) => import("@stitches/react/types/styled-component").StyledComponent<Type, import("@stitches/react/types/styled-component").StyledComponentProps<Composers>, {
1732
+ sm: string;
1733
+ md: string;
1734
+ lg: string;
1735
+ xl: string;
1736
+ reducedMotion: string;
1737
+ allowMotion: string;
1738
+ hover: string;
1739
+ }, import("@stitches/react/types/css-util").CSS<{
1740
+ sm: string;
1741
+ md: string;
1742
+ lg: string;
1743
+ xl: string;
1744
+ reducedMotion: string;
1745
+ allowMotion: string;
1746
+ hover: string;
1747
+ }, {
1748
+ colors: {
1749
+ textForeground: any;
1750
+ textSubtle: any;
1751
+ textPlaceholder: any;
1752
+ background: any;
1753
+ backgroundAccent: any;
1754
+ tonal50: any;
1755
+ tonal100: any;
1756
+ tonal200: any;
1757
+ tonal300: any;
1758
+ tonal400: any;
1759
+ tonal500: any;
1760
+ tonal600: any;
1761
+ alpha100: any;
1762
+ alpha150: any;
1763
+ alpha200: any;
1764
+ alpha250: any;
1765
+ alpha600: any;
1766
+ primaryLight: any;
1767
+ primary: any;
1768
+ primaryMid: any;
1769
+ primaryDark: any;
1770
+ secondary: any;
1771
+ brandRed: any;
1772
+ brandRedAccent: any;
1773
+ brandGreen: any;
1774
+ brandGreenAccent: any;
1775
+ brandPurple: any;
1776
+ brandPurpleAccent: any;
1777
+ brandYellow: any;
1778
+ brandYellowAccent: any;
1779
+ successLight: any;
1780
+ success: any;
1781
+ successMid: any;
1782
+ successDark: any;
1783
+ dangerLight: any;
1784
+ danger: any;
1785
+ dangerMid: any;
1786
+ dangerDark: any;
1787
+ warningLight: any;
1788
+ warning: any;
1789
+ warningMid: any;
1790
+ warningDark: any;
1791
+ warningText: any;
1792
+ subjectEnglish: any;
1793
+ subjectMaths: any;
1794
+ subjectScience: any;
1795
+ subjectVerbalReasoning: any;
1796
+ subjectNonVerbalReasoning: any;
1797
+ subjectCreativeWriting: any;
1798
+ subjectExamSkills: any;
1799
+ };
1800
+ space: {
1801
+ "0": any;
1802
+ "1": any;
1803
+ "2": any;
1804
+ "3": any;
1805
+ "4": any;
1806
+ "5": any;
1807
+ "6": any;
1808
+ "7": any;
1809
+ "8": any;
1810
+ "9": any;
1811
+ };
1812
+ fontSizes: {
1813
+ xs: any;
1814
+ sm: any;
1815
+ md: any;
1816
+ lg: any;
1817
+ xl: any;
1818
+ "2xl": any;
1819
+ "3xl": any;
1820
+ "4xl": any;
1821
+ };
1822
+ fonts: {
1823
+ sans: any;
1824
+ mono: any;
1825
+ display: any;
1826
+ body: any;
1827
+ };
1828
+ sizes: {
1829
+ "0": any;
1830
+ "1": any;
1831
+ "2": any;
1832
+ "3": any;
1833
+ "4": any;
1834
+ "5": any;
1835
+ "6": any;
1836
+ "7": any;
1837
+ "8": any;
1838
+ };
1839
+ radii: {
1840
+ "0": any;
1841
+ "1": any;
1842
+ "2": any;
1843
+ "3": any;
1844
+ round: any;
1845
+ };
1846
+ shadows: {
1847
+ "0": any;
1848
+ "1": any;
1849
+ "2": any;
1850
+ "3": any;
1851
+ };
1852
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
1853
+ bg: (value: PropertyValue<'background'>) => {
1854
+ background: {
1855
+ readonly [$$PropertyValue]: "background";
1856
+ };
1857
+ };
1858
+ inset: (value: ScaleValue<'space'> | number | string) => {
1859
+ top: string | number | {
1860
+ readonly [$$ScaleValue]: "space";
1861
+ };
1862
+ right: string | number | {
1863
+ readonly [$$ScaleValue]: "space";
1864
+ };
1865
+ bottom: string | number | {
1866
+ readonly [$$ScaleValue]: "space";
1867
+ };
1868
+ left: string | number | {
1869
+ readonly [$$ScaleValue]: "space";
1870
+ };
1871
+ };
1872
+ size: (value: ScaleValue<'size'> | number | string) => {
1873
+ height: string | number | {
1874
+ readonly [$$ScaleValue]: "size";
1875
+ };
1876
+ width: string | number | {
1877
+ readonly [$$ScaleValue]: "size";
1878
+ };
1879
+ };
1880
+ p: (value: ScaleValue<'space'> | number | string) => {
1881
+ padding: string | number | {
1882
+ readonly [$$ScaleValue]: "space";
1883
+ };
1884
+ };
1885
+ pt: (value: ScaleValue<'space'> | number | string) => {
1886
+ paddingTop: string | number | {
1887
+ readonly [$$ScaleValue]: "space";
1888
+ };
1889
+ };
1890
+ pr: (value: ScaleValue<'space'> | number | string) => {
1891
+ paddingRight: string | number | {
1892
+ readonly [$$ScaleValue]: "space";
1893
+ };
1894
+ };
1895
+ pb: (value: ScaleValue<'space'> | number | string) => {
1896
+ paddingBottom: string | number | {
1897
+ readonly [$$ScaleValue]: "space";
1898
+ };
1899
+ };
1900
+ pl: (value: ScaleValue<'space'> | number | string) => {
1901
+ paddingLeft: string | number | {
1902
+ readonly [$$ScaleValue]: "space";
1903
+ };
1904
+ };
1905
+ px: (value: ScaleValue<'space'> | number | string) => {
1906
+ paddingLeft: string | number | {
1907
+ readonly [$$ScaleValue]: "space";
1908
+ };
1909
+ paddingRight: string | number | {
1910
+ readonly [$$ScaleValue]: "space";
1911
+ };
1912
+ };
1913
+ py: (value: ScaleValue<'space'> | number | string) => {
1914
+ paddingTop: string | number | {
1915
+ readonly [$$ScaleValue]: "space";
1916
+ };
1917
+ paddingBottom: string | number | {
1918
+ readonly [$$ScaleValue]: "space";
1919
+ };
1920
+ };
1921
+ m: (value: ScaleValue<'space'> | number | string) => {
1922
+ margin: string | number | {
1923
+ readonly [$$ScaleValue]: "space";
1924
+ };
1925
+ };
1926
+ mt: (value: ScaleValue<'space'> | number | string) => {
1927
+ marginTop: string | number | {
1928
+ readonly [$$ScaleValue]: "space";
1929
+ };
1930
+ };
1931
+ mr: (value: ScaleValue<'space'> | number | string) => {
1932
+ marginRight: string | number | {
1933
+ readonly [$$ScaleValue]: "space";
1934
+ };
1935
+ };
1936
+ mb: (value: ScaleValue<'space'> | number | string) => {
1937
+ marginBottom: string | number | {
1938
+ readonly [$$ScaleValue]: "space";
1939
+ };
1940
+ };
1941
+ ml: (value: ScaleValue<'space'> | number | string) => {
1942
+ marginLeft: string | number | {
1943
+ readonly [$$ScaleValue]: "space";
1944
+ };
1945
+ };
1946
+ mx: (value: ScaleValue<'space'> | number | string) => {
1947
+ marginLeft: string | number | {
1948
+ readonly [$$ScaleValue]: "space";
1949
+ };
1950
+ marginRight: string | number | {
1951
+ readonly [$$ScaleValue]: "space";
1952
+ };
1953
+ };
1954
+ my: (value: ScaleValue<'space'> | number | string) => {
1955
+ marginTop: string | number | {
1956
+ readonly [$$ScaleValue]: "space";
1957
+ };
1958
+ marginBottom: string | number | {
1959
+ readonly [$$ScaleValue]: "space";
1960
+ };
1961
+ };
1962
+ }>>, theme: string & {
1963
+ className: string;
1964
+ selector: string;
1965
+ } & {
1966
+ colors: {
1967
+ textForeground: import("@stitches/react/types/theme").Token<"textForeground", string, "colors", "">;
1968
+ textSubtle: import("@stitches/react/types/theme").Token<"textSubtle", string, "colors", "">;
1969
+ textPlaceholder: import("@stitches/react/types/theme").Token<"textPlaceholder", string, "colors", "">;
1970
+ background: import("@stitches/react/types/theme").Token<"background", string, "colors", "">;
1971
+ backgroundAccent: import("@stitches/react/types/theme").Token<"backgroundAccent", string, "colors", "">;
1972
+ tonal50: import("@stitches/react/types/theme").Token<"tonal50", string, "colors", "">;
1973
+ tonal100: import("@stitches/react/types/theme").Token<"tonal100", string, "colors", "">;
1974
+ tonal200: import("@stitches/react/types/theme").Token<"tonal200", string, "colors", "">;
1975
+ tonal300: import("@stitches/react/types/theme").Token<"tonal300", string, "colors", "">;
1976
+ tonal400: import("@stitches/react/types/theme").Token<"tonal400", string, "colors", "">;
1977
+ tonal500: import("@stitches/react/types/theme").Token<"tonal500", string, "colors", "">;
1978
+ tonal600: import("@stitches/react/types/theme").Token<"tonal600", string, "colors", "">;
1979
+ alpha100: import("@stitches/react/types/theme").Token<"alpha100", string, "colors", "">;
1980
+ alpha150: import("@stitches/react/types/theme").Token<"alpha150", string, "colors", "">;
1981
+ alpha200: import("@stitches/react/types/theme").Token<"alpha200", string, "colors", "">;
1982
+ alpha250: import("@stitches/react/types/theme").Token<"alpha250", string, "colors", "">;
1983
+ alpha600: import("@stitches/react/types/theme").Token<"alpha600", string, "colors", "">;
1984
+ primaryLight: import("@stitches/react/types/theme").Token<"primaryLight", string, "colors", "">;
1985
+ primary: import("@stitches/react/types/theme").Token<"primary", string, "colors", "">;
1986
+ primaryMid: import("@stitches/react/types/theme").Token<"primaryMid", string, "colors", "">;
1987
+ primaryDark: import("@stitches/react/types/theme").Token<"primaryDark", string, "colors", "">;
1988
+ secondary: import("@stitches/react/types/theme").Token<"secondary", string, "colors", "">;
1989
+ brandRed: import("@stitches/react/types/theme").Token<"brandRed", string, "colors", "">;
1990
+ brandRedAccent: import("@stitches/react/types/theme").Token<"brandRedAccent", string, "colors", "">;
1991
+ brandGreen: import("@stitches/react/types/theme").Token<"brandGreen", string, "colors", "">;
1992
+ brandGreenAccent: import("@stitches/react/types/theme").Token<"brandGreenAccent", string, "colors", "">;
1993
+ brandPurple: import("@stitches/react/types/theme").Token<"brandPurple", string, "colors", "">;
1994
+ brandPurpleAccent: import("@stitches/react/types/theme").Token<"brandPurpleAccent", string, "colors", "">;
1995
+ brandYellow: import("@stitches/react/types/theme").Token<"brandYellow", string, "colors", "">;
1996
+ brandYellowAccent: import("@stitches/react/types/theme").Token<"brandYellowAccent", string, "colors", "">;
1997
+ successLight: import("@stitches/react/types/theme").Token<"successLight", string, "colors", "">;
1998
+ success: import("@stitches/react/types/theme").Token<"success", string, "colors", "">;
1999
+ successMid: import("@stitches/react/types/theme").Token<"successMid", string, "colors", "">;
2000
+ successDark: import("@stitches/react/types/theme").Token<"successDark", string, "colors", "">;
2001
+ dangerLight: import("@stitches/react/types/theme").Token<"dangerLight", string, "colors", "">;
2002
+ danger: import("@stitches/react/types/theme").Token<"danger", string, "colors", "">;
2003
+ dangerMid: import("@stitches/react/types/theme").Token<"dangerMid", string, "colors", "">;
2004
+ dangerDark: import("@stitches/react/types/theme").Token<"dangerDark", string, "colors", "">;
2005
+ warningLight: import("@stitches/react/types/theme").Token<"warningLight", string, "colors", "">;
2006
+ warning: import("@stitches/react/types/theme").Token<"warning", string, "colors", "">;
2007
+ warningMid: import("@stitches/react/types/theme").Token<"warningMid", string, "colors", "">;
2008
+ warningDark: import("@stitches/react/types/theme").Token<"warningDark", string, "colors", "">;
2009
+ warningText: import("@stitches/react/types/theme").Token<"warningText", string, "colors", "">;
2010
+ subjectEnglish: import("@stitches/react/types/theme").Token<"subjectEnglish", string, "colors", "">;
2011
+ subjectMaths: import("@stitches/react/types/theme").Token<"subjectMaths", string, "colors", "">;
2012
+ subjectScience: import("@stitches/react/types/theme").Token<"subjectScience", string, "colors", "">;
2013
+ subjectVerbalReasoning: import("@stitches/react/types/theme").Token<"subjectVerbalReasoning", string, "colors", "">;
2014
+ subjectNonVerbalReasoning: import("@stitches/react/types/theme").Token<"subjectNonVerbalReasoning", string, "colors", "">;
2015
+ subjectCreativeWriting: import("@stitches/react/types/theme").Token<"subjectCreativeWriting", string, "colors", "">;
2016
+ subjectExamSkills: import("@stitches/react/types/theme").Token<"subjectExamSkills", string, "colors", "">;
2017
+ };
2018
+ space: {
2019
+ 0: import("@stitches/react/types/theme").Token<"0", string, "space", "">;
2020
+ 1: import("@stitches/react/types/theme").Token<"1", string, "space", "">;
2021
+ 2: import("@stitches/react/types/theme").Token<"2", string, "space", "">;
2022
+ 3: import("@stitches/react/types/theme").Token<"3", string, "space", "">;
2023
+ 4: import("@stitches/react/types/theme").Token<"4", string, "space", "">;
2024
+ 5: import("@stitches/react/types/theme").Token<"5", string, "space", "">;
2025
+ 6: import("@stitches/react/types/theme").Token<"6", string, "space", "">;
2026
+ 7: import("@stitches/react/types/theme").Token<"7", string, "space", "">;
2027
+ 8: import("@stitches/react/types/theme").Token<"8", string, "space", "">;
2028
+ 9: import("@stitches/react/types/theme").Token<"9", string, "space", "">;
2029
+ };
2030
+ fontSizes: {
2031
+ xs: import("@stitches/react/types/theme").Token<"xs", string, "fontSizes", "">;
2032
+ sm: import("@stitches/react/types/theme").Token<"sm", string, "fontSizes", "">;
2033
+ md: import("@stitches/react/types/theme").Token<"md", string, "fontSizes", "">;
2034
+ lg: import("@stitches/react/types/theme").Token<"lg", string, "fontSizes", "">;
2035
+ xl: import("@stitches/react/types/theme").Token<"xl", string, "fontSizes", "">;
2036
+ "2xl": import("@stitches/react/types/theme").Token<"2xl", string, "fontSizes", "">;
2037
+ "3xl": import("@stitches/react/types/theme").Token<"3xl", string, "fontSizes", "">;
2038
+ "4xl": import("@stitches/react/types/theme").Token<"4xl", string, "fontSizes", "">;
2039
+ };
2040
+ fonts: {
2041
+ sans: import("@stitches/react/types/theme").Token<"sans", string, "fonts", "">;
2042
+ mono: import("@stitches/react/types/theme").Token<"mono", string, "fonts", "">;
2043
+ display: import("@stitches/react/types/theme").Token<"display", string, "fonts", "">;
2044
+ body: import("@stitches/react/types/theme").Token<"body", string, "fonts", "">;
2045
+ };
2046
+ sizes: {
2047
+ 0: import("@stitches/react/types/theme").Token<"0", string, "sizes", "">;
2048
+ 1: import("@stitches/react/types/theme").Token<"1", string, "sizes", "">;
2049
+ 2: import("@stitches/react/types/theme").Token<"2", string, "sizes", "">;
2050
+ 3: import("@stitches/react/types/theme").Token<"3", string, "sizes", "">;
2051
+ 4: import("@stitches/react/types/theme").Token<"4", string, "sizes", "">;
2052
+ 5: import("@stitches/react/types/theme").Token<"5", string, "sizes", "">;
2053
+ 6: import("@stitches/react/types/theme").Token<"6", string, "sizes", "">;
2054
+ 7: import("@stitches/react/types/theme").Token<"7", string, "sizes", "">;
2055
+ 8: import("@stitches/react/types/theme").Token<"8", string, "sizes", "">;
2056
+ };
2057
+ radii: {
2058
+ 0: import("@stitches/react/types/theme").Token<"0", string, "radii", "">;
2059
+ 1: import("@stitches/react/types/theme").Token<"1", string, "radii", "">;
2060
+ 2: import("@stitches/react/types/theme").Token<"2", string, "radii", "">;
2061
+ 3: import("@stitches/react/types/theme").Token<"3", string, "radii", "">;
2062
+ round: import("@stitches/react/types/theme").Token<"round", string, "radii", "">;
2063
+ };
2064
+ shadows: {
2065
+ 0: import("@stitches/react/types/theme").Token<"0", string, "shadows", "">;
2066
+ 1: import("@stitches/react/types/theme").Token<"1", string, "shadows", "">;
2067
+ 2: import("@stitches/react/types/theme").Token<"2", string, "shadows", "">;
2068
+ 3: import("@stitches/react/types/theme").Token<"3", string, "shadows", "">;
2069
+ };
2070
+ };
124
2071
  export declare type CSS = StitchesCSS<typeof stitchesConfig>;
125
2072
  export {};