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

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 (257) hide show
  1. package/dist/components/accordion/Accordion.d.ts +1 -266
  2. package/dist/components/accordion/AccordionContent.d.ts +1 -266
  3. package/dist/components/accordion/AccordionContent.js +1 -1
  4. package/dist/components/accordion/AccordionItem.d.ts +1 -266
  5. package/dist/components/accordion/AccordionItem.js +1 -1
  6. package/dist/components/accordion/AccordionTrigger.d.ts +2 -270
  7. package/dist/components/accordion/AccordionTrigger.js +1 -1
  8. package/dist/components/action-icon/ActionIcon.d.ts +1 -281
  9. package/dist/components/alert-dialog/AlertDialog.d.ts +1 -266
  10. package/dist/components/alert-dialog/AlertDialogContent.d.ts +1 -268
  11. package/dist/components/alert-dialog/alert-context/AlertDialog.d.ts +1 -1
  12. package/dist/components/avatar/Avatar.d.ts +2 -536
  13. package/dist/components/badge/Badge.d.ts +1 -534
  14. package/dist/components/box/Box.d.ts +1 -266
  15. package/dist/components/button/Button.d.ts +2 -283
  16. package/dist/components/calendar/Calendar.d.ts +1 -1
  17. package/dist/components/calendar/Day.d.ts +1 -270
  18. package/dist/components/carousel/Carousel.d.ts +1 -1
  19. package/dist/components/carousel/CarouselArrows.d.ts +1 -1
  20. package/dist/components/carousel/CarouselPagination.d.ts +1 -267
  21. package/dist/components/carousel/CarouselSlide.d.ts +1 -266
  22. package/dist/components/carousel/CarouselSlider.d.ts +1 -269
  23. package/dist/components/checkbox/Checkbox.d.ts +1 -269
  24. package/dist/components/checkbox-field/CheckboxField.d.ts +2 -2
  25. package/dist/components/chip/Chip.d.ts +5 -1879
  26. package/dist/components/chip/ChipGroup.d.ts +1 -1
  27. package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +2 -547
  28. package/dist/components/chip-dismissible-group/ChipDismissibleGroupRoot.d.ts +1 -5
  29. package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +1 -546
  30. package/dist/components/chip-toggle-group/ChipToggleGroupRoot.d.ts +1 -562
  31. package/dist/components/combobox/Combobox.d.ts +1 -266
  32. package/dist/components/combobox/ComboboxInput.d.ts +1 -268
  33. package/dist/components/combobox/ComboboxList.d.ts +1 -266
  34. package/dist/components/combobox/ComboboxOption.d.ts +1 -266
  35. package/dist/components/combobox/ComboboxPopover.d.ts +1 -266
  36. package/dist/components/data-table/DataTableLoading.d.ts +1 -270
  37. package/dist/components/data-table/drag-and-drop/Handle.d.ts +1 -559
  38. package/dist/components/data-table/pagination/Pagination.d.ts +1 -266
  39. package/dist/components/data-table/pagination/PaginationButtons.d.ts +1 -1
  40. package/dist/components/date-field/DateField.d.ts +2 -2
  41. package/dist/components/dialog/Dialog.d.ts +1 -266
  42. package/dist/components/dialog/DialogBackground.d.ts +1 -531
  43. package/dist/components/dialog/DialogClose.d.ts +1 -267
  44. package/dist/components/dialog/DialogContent.d.ts +1 -268
  45. package/dist/components/dismissible-group/DismissibleGroupItem.d.ts +1 -1
  46. package/dist/components/dismissible-group/index.d.ts +1 -1
  47. package/dist/components/divider/Divider.d.ts +1 -268
  48. package/dist/components/dropdown-menu/DropdownMenu.d.ts +1 -266
  49. package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +1 -267
  50. package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +1 -267
  51. package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +1 -267
  52. package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +1 -267
  53. package/dist/components/empty-state/EmptyState.d.ts +1 -533
  54. package/dist/components/empty-state/EmptyStateBody.d.ts +1 -543
  55. package/dist/components/empty-state/EmptyStateImage.d.ts +2 -542
  56. package/dist/components/empty-state/EmptyStateTitle.d.ts +1 -268
  57. package/dist/components/field-wrapper/FieldDescription.d.ts +1 -1
  58. package/dist/components/field-wrapper/FieldWrapper.d.ts +2 -2
  59. package/dist/components/field-wrapper/InlineFieldWrapper.d.ts +1 -1
  60. package/dist/components/flex/Flex.d.ts +1 -266
  61. package/dist/components/form/Form.d.ts +1 -266
  62. package/dist/components/grid/Grid.d.ts +1 -268
  63. package/dist/components/heading/Heading.d.ts +2 -270
  64. package/dist/components/icon/Icon.d.ts +2 -269
  65. package/dist/components/image/Image.d.ts +2 -269
  66. package/dist/components/inline-message/InlineMessage.config.d.ts +1 -1
  67. package/dist/components/inline-message/InlineMessage.d.ts +1 -534
  68. package/dist/components/input/Input.d.ts +2 -270
  69. package/dist/components/input-field/InputField.d.ts +2 -2
  70. package/dist/components/label/Label.d.ts +2 -272
  71. package/dist/components/link/Link.d.ts +3 -271
  72. package/dist/components/list/List.d.ts +2 -537
  73. package/dist/components/loader/Loader.d.ts +1 -1
  74. package/dist/components/markdown-content/MarkdownContent.d.ts +1 -1
  75. package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +1 -266
  76. package/dist/components/markdown-content/components/MarkdownImage.d.ts +1 -1
  77. package/dist/components/markdown-content/components/MarkdownList.d.ts +1 -1
  78. package/dist/components/markdown-content/components/MarkdownThematicBreak.d.ts +1 -1
  79. package/dist/components/navigation/NavigationMenu.d.ts +1 -1
  80. package/dist/components/navigation/NavigationMenuDropdown.d.ts +1 -1
  81. package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +4 -543
  82. package/dist/components/navigation/NavigationMenuLink.d.ts +1 -1
  83. package/dist/components/notification-badge/NotificationBadge.d.ts +1 -531
  84. package/dist/components/number-input/NumberInput.d.ts +1 -1
  85. package/dist/components/number-input-field/NumberInputField.d.ts +2 -2
  86. package/dist/components/password-field/PasswordField.d.ts +2 -2
  87. package/dist/components/password-input/PasswordInput.d.ts +1 -1
  88. package/dist/components/popover/Popover.d.ts +1 -266
  89. package/dist/components/popover/PopoverContent.d.ts +1 -268
  90. package/dist/components/progress-bar/ProgressBar.d.ts +1 -269
  91. package/dist/components/radio-button/RadioButton.d.ts +2 -268
  92. package/dist/components/radio-button/RadioButtonGroup.d.ts +1 -270
  93. package/dist/components/radio-button-field/RadioButtonField.d.ts +2 -2
  94. package/dist/components/radio-button-field/RadioField.d.ts +3 -3
  95. package/dist/components/radio-card/RadioCard.d.ts +1 -271
  96. package/dist/components/radio-card/RadioCardGroup.d.ts +1 -1
  97. package/dist/components/search-field/SearchField.d.ts +2 -2
  98. package/dist/components/search-input/SearchInput.d.ts +2 -2
  99. package/dist/components/select/Select.d.ts +2 -270
  100. package/dist/components/select-field/SelectField.d.ts +2 -2
  101. package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionContent.d.ts +1 -266
  102. package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionItem.d.ts +1 -267
  103. package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionRoot.d.ts +1 -267
  104. package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionTrigger.d.ts +1 -268
  105. package/dist/components/sidedrawer/SidedrawerContent.d.ts +1 -266
  106. package/dist/components/sidedrawer/SidedrawerFooter.d.ts +1 -266
  107. package/dist/components/sidedrawer/SidedrawerHeader.d.ts +1 -266
  108. package/dist/components/sidedrawer/SidedrawerOverlay.d.ts +1 -267
  109. package/dist/components/sidedrawer/SidedrawerTrigger.d.ts +1 -267
  110. package/dist/components/slider/Slider.d.ts +1 -268
  111. package/dist/components/slider-field/SliderField.d.ts +3 -3
  112. package/dist/components/stack/Stack.d.ts +2 -273
  113. package/dist/components/stack-content/StackContent.d.ts +2 -267
  114. package/dist/components/stepper/StepperStepBullet.d.ts +1 -533
  115. package/dist/components/stepper/StepperStepContainer.d.ts +1 -536
  116. package/dist/components/stepper/StepperStepLabel.d.ts +1 -544
  117. package/dist/components/stepper/types.d.ts +1 -1
  118. package/dist/components/switch/Switch.d.ts +1 -267
  119. package/dist/components/table/Table.d.ts +1 -269
  120. package/dist/components/table/TableBody.d.ts +1 -268
  121. package/dist/components/table/TableCell.d.ts +1 -266
  122. package/dist/components/table/TableFooter.d.ts +1 -266
  123. package/dist/components/table/TableFooterCell.d.ts +1 -266
  124. package/dist/components/table/TableHeader.d.ts +1 -268
  125. package/dist/components/table/TableHeaderCell.d.ts +1 -266
  126. package/dist/components/table/TableRow.d.ts +2 -536
  127. package/dist/components/tabs/TabTrigger.d.ts +8 -0
  128. package/dist/components/tabs/TabTrigger.js +1 -0
  129. package/dist/components/tabs/Tabs.d.ts +7 -272
  130. package/dist/components/tabs/Tabs.js +1 -1
  131. package/dist/components/tabs/TabsTriggerList.d.ts +6 -270
  132. package/dist/components/tabs/TabsTriggerList.js +1 -1
  133. package/dist/components/tabs/utils.d.ts +2 -0
  134. package/dist/components/tabs/utils.js +1 -0
  135. package/dist/components/text/Text.d.ts +3 -271
  136. package/dist/components/textarea/Textarea.d.ts +1 -268
  137. package/dist/components/textarea-field/TextareaField.d.ts +2 -2
  138. package/dist/components/toast/Toast.d.ts +1 -268
  139. package/dist/components/toggle-group/ToggleGroupButton.d.ts +1 -534
  140. package/dist/components/toggle-group/ToggleGroupItem.d.ts +2 -534
  141. package/dist/components/toggle-group/ToggleGroupRoot.d.ts +1 -271
  142. package/dist/components/toggle-group/index.d.ts +3 -1352
  143. package/dist/components/tooltip/TooltipContent.d.ts +1 -268
  144. package/dist/components/top-bar/TopBar.d.ts +2 -270
  145. package/dist/components/top-bar/TopBar.js +1 -1
  146. package/dist/components/top-bar/TopBarBrand.d.ts +4 -808
  147. package/dist/components/video/Video.d.ts +4 -535
  148. package/dist/index.cjs.js +1 -1
  149. package/dist/index.d.ts +1 -1
  150. package/dist/stitches.d.ts +46 -1993
  151. package/dist/stitches.js +1 -1
  152. package/dist/utilities/create-theme-variants/createThemeVariants.d.ts +1 -109
  153. package/dist/utilities/css-wrapper/CSSWrapper.d.ts +1 -1
  154. package/dist/utilities/hooks/useCallbackRef.js +1 -1
  155. package/dist/utilities/hooks/useScrollPosition.d.ts +3 -6
  156. package/dist/utilities/hooks/useScrollPosition.js +1 -1
  157. package/dist/utilities/style/capsize.d.ts +1 -1
  158. package/dist/utilities/style/keyframe-animations.d.ts +8 -32
  159. package/package.json +4 -5
  160. package/CHANGELOG.md +0 -200
  161. package/dist/components/tabs/TabsContent.d.ts +0 -267
  162. package/dist/components/tabs/TabsContent.js +0 -1
  163. package/dist/components/tabs/TabsTrigger.d.ts +0 -272
  164. package/dist/components/tabs/TabsTrigger.js +0 -1
  165. package/dist/docgen.json +0 -1
  166. package/dist/docs/Accordion.mdx +0 -94
  167. package/dist/docs/ActionIcon.mdx +0 -87
  168. package/dist/docs/AlertDialog.mdx +0 -40
  169. package/dist/docs/Avatar.mdx +0 -129
  170. package/dist/docs/Badge.mdx +0 -55
  171. package/dist/docs/Box.mdx +0 -52
  172. package/dist/docs/Button.mdx +0 -76
  173. package/dist/docs/CONTRIBUTING.md +0 -224
  174. package/dist/docs/CSSWrapper.mdx +0 -10
  175. package/dist/docs/Carousel.mdx +0 -88
  176. package/dist/docs/Checkbox.mdx +0 -19
  177. package/dist/docs/CheckboxField.mdx +0 -14
  178. package/dist/docs/Chip.mdx +0 -118
  179. package/dist/docs/ChipDismissibleGroup.mdx +0 -33
  180. package/dist/docs/ChipToggleGroup.mdx +0 -27
  181. package/dist/docs/Combobox.mdx +0 -44
  182. package/dist/docs/DataTable.mdx +0 -279
  183. package/dist/docs/DateField.mdx +0 -20
  184. package/dist/docs/DateInput.mdx +0 -87
  185. package/dist/docs/Dialog.mdx +0 -68
  186. package/dist/docs/Dismissible.mdx +0 -48
  187. package/dist/docs/DismissibleGroup.mdx +0 -29
  188. package/dist/docs/Divider.mdx +0 -16
  189. package/dist/docs/DropdownMenu.mdx +0 -30
  190. package/dist/docs/EmptyState.mdx +0 -23
  191. package/dist/docs/FieldWrapper.mdx +0 -30
  192. package/dist/docs/FileInput.mdx +0 -45
  193. package/dist/docs/Flex.mdx +0 -16
  194. package/dist/docs/Form.mdx +0 -411
  195. package/dist/docs/Grid.mdx +0 -28
  196. package/dist/docs/Heading.mdx +0 -30
  197. package/dist/docs/Icon.mdx +0 -30
  198. package/dist/docs/Image.mdx +0 -14
  199. package/dist/docs/InlineMessage.mdx +0 -52
  200. package/dist/docs/Input.mdx +0 -24
  201. package/dist/docs/InputField.mdx +0 -26
  202. package/dist/docs/Label.mdx +0 -32
  203. package/dist/docs/Link.mdx +0 -53
  204. package/dist/docs/List.mdx +0 -38
  205. package/dist/docs/Loader.mdx +0 -16
  206. package/dist/docs/MarkdownContent.mdx +0 -77
  207. package/dist/docs/NavigationMenu.mdx +0 -144
  208. package/dist/docs/NotificationBadge.mdx +0 -35
  209. package/dist/docs/NumberInput.mdx +0 -37
  210. package/dist/docs/NumberInputField.mdx +0 -26
  211. package/dist/docs/PasswordField.mdx +0 -23
  212. package/dist/docs/PasswordInput.mdx +0 -15
  213. package/dist/docs/Popover.mdx +0 -29
  214. package/dist/docs/ProgressBar.mdx +0 -56
  215. package/dist/docs/README.mdx +0 -79
  216. package/dist/docs/RadioButton.mdx +0 -10
  217. package/dist/docs/RadioButtonField.mdx +0 -25
  218. package/dist/docs/RadioCard.mdx +0 -62
  219. package/dist/docs/SearchField.mdx +0 -26
  220. package/dist/docs/SearchInput.mdx +0 -13
  221. package/dist/docs/Select.mdx +0 -56
  222. package/dist/docs/SelectField.mdx +0 -17
  223. package/dist/docs/Sidedrawer.mdx +0 -155
  224. package/dist/docs/Slider.mdx +0 -117
  225. package/dist/docs/SliderField.mdx +0 -35
  226. package/dist/docs/Stack.mdx +0 -24
  227. package/dist/docs/StackContent.mdx +0 -32
  228. package/dist/docs/Stepper.mdx +0 -154
  229. package/dist/docs/Styling.mdx +0 -85
  230. package/dist/docs/Switch.mdx +0 -28
  231. package/dist/docs/Table.mdx +0 -146
  232. package/dist/docs/Tabs.mdx +0 -76
  233. package/dist/docs/Text.mdx +0 -24
  234. package/dist/docs/Textarea.mdx +0 -12
  235. package/dist/docs/TextareaField.mdx +0 -21
  236. package/dist/docs/Toast.mdx +0 -20
  237. package/dist/docs/ToggleGroup.mdx +0 -88
  238. package/dist/docs/Tooltip.mdx +0 -25
  239. package/dist/docs/TopBar.mdx +0 -95
  240. package/dist/docs/Video.mdx +0 -12
  241. package/dist/docs/accessibility.mdx +0 -67
  242. package/dist/docs/coreconcepts.mdx +0 -77
  243. package/dist/docs/introduction.mdx +0 -33
  244. package/dist/docs/versioning.mdx +0 -40
  245. package/dist/experiments/color-scheme/ColorScheme.d.ts +0 -201
  246. package/dist/experiments/color-scheme/ColorScheme.js +0 -1
  247. package/dist/experiments/color-scheme/blue.json.js +0 -1
  248. package/dist/experiments/color-scheme/generateAlphaColors.d.ts +0 -1
  249. package/dist/experiments/color-scheme/generateAlphaColors.js +0 -1
  250. package/dist/experiments/color-scheme/index.d.ts +0 -1
  251. package/dist/experiments/color-scheme/slate.json.js +0 -1
  252. package/dist/experiments/color-scheme/stitches.colorscheme.config.d.ts +0 -452
  253. package/dist/experiments/color-scheme/stitches.colorscheme.config.js +0 -1
  254. package/dist/utilities/hooks/useWindowScrollPosition.d.ts +0 -6
  255. package/dist/utilities/hooks/useWindowScrollPosition.js +0 -1
  256. package/dist/utilities/hooks/useWindowSize.d.ts +0 -8
  257. package/dist/utilities/hooks/useWindowSize.js +0 -1
@@ -1,113 +1,112 @@
1
- /// <reference types="react" />
2
- import type * as Stitches from '@stitches/react';
1
+ import type { CSS as StitchesCSS, PropertyValue, ScaleValue } from '@stitches/react';
3
2
  export declare const utils: {
4
- bg: (value: Stitches.PropertyValue<'background'>) => {
3
+ bg: (value: PropertyValue<'background'>) => {
5
4
  background: {
6
- readonly [Stitches.$$PropertyValue]: "background";
5
+ readonly [$$PropertyValue]: "background";
7
6
  };
8
7
  };
9
- inset: (value: Stitches.ScaleValue<'space'> | number | string) => {
8
+ inset: (value: ScaleValue<'space'> | number | string) => {
10
9
  top: string | number | {
11
- readonly [Stitches.$$ScaleValue]: "space";
10
+ readonly [$$ScaleValue]: "space";
12
11
  };
13
12
  right: string | number | {
14
- readonly [Stitches.$$ScaleValue]: "space";
13
+ readonly [$$ScaleValue]: "space";
15
14
  };
16
15
  bottom: string | number | {
17
- readonly [Stitches.$$ScaleValue]: "space";
16
+ readonly [$$ScaleValue]: "space";
18
17
  };
19
18
  left: string | number | {
20
- readonly [Stitches.$$ScaleValue]: "space";
19
+ readonly [$$ScaleValue]: "space";
21
20
  };
22
21
  };
23
- size: (value: Stitches.ScaleValue<'size'> | number | string) => {
22
+ size: (value: ScaleValue<'size'> | number | string) => {
24
23
  height: string | number | {
25
- readonly [Stitches.$$ScaleValue]: "size";
24
+ readonly [$$ScaleValue]: "size";
26
25
  };
27
26
  width: string | number | {
28
- readonly [Stitches.$$ScaleValue]: "size";
27
+ readonly [$$ScaleValue]: "size";
29
28
  };
30
29
  };
31
- p: (value: Stitches.ScaleValue<'space'> | number | string) => {
30
+ p: (value: ScaleValue<'space'> | number | string) => {
32
31
  padding: string | number | {
33
- readonly [Stitches.$$ScaleValue]: "space";
32
+ readonly [$$ScaleValue]: "space";
34
33
  };
35
34
  };
36
- pt: (value: Stitches.ScaleValue<'space'> | number | string) => {
35
+ pt: (value: ScaleValue<'space'> | number | string) => {
37
36
  paddingTop: string | number | {
38
- readonly [Stitches.$$ScaleValue]: "space";
37
+ readonly [$$ScaleValue]: "space";
39
38
  };
40
39
  };
41
- pr: (value: Stitches.ScaleValue<'space'> | number | string) => {
40
+ pr: (value: ScaleValue<'space'> | number | string) => {
42
41
  paddingRight: string | number | {
43
- readonly [Stitches.$$ScaleValue]: "space";
42
+ readonly [$$ScaleValue]: "space";
44
43
  };
45
44
  };
46
- pb: (value: Stitches.ScaleValue<'space'> | number | string) => {
45
+ pb: (value: ScaleValue<'space'> | number | string) => {
47
46
  paddingBottom: string | number | {
48
- readonly [Stitches.$$ScaleValue]: "space";
47
+ readonly [$$ScaleValue]: "space";
49
48
  };
50
49
  };
51
- pl: (value: Stitches.ScaleValue<'space'> | number | string) => {
50
+ pl: (value: ScaleValue<'space'> | number | string) => {
52
51
  paddingLeft: string | number | {
53
- readonly [Stitches.$$ScaleValue]: "space";
52
+ readonly [$$ScaleValue]: "space";
54
53
  };
55
54
  };
56
- px: (value: Stitches.ScaleValue<'space'> | number | string) => {
55
+ px: (value: ScaleValue<'space'> | number | string) => {
57
56
  paddingLeft: string | number | {
58
- readonly [Stitches.$$ScaleValue]: "space";
57
+ readonly [$$ScaleValue]: "space";
59
58
  };
60
59
  paddingRight: string | number | {
61
- readonly [Stitches.$$ScaleValue]: "space";
60
+ readonly [$$ScaleValue]: "space";
62
61
  };
63
62
  };
64
- py: (value: Stitches.ScaleValue<'space'> | number | string) => {
63
+ py: (value: ScaleValue<'space'> | number | string) => {
65
64
  paddingTop: string | number | {
66
- readonly [Stitches.$$ScaleValue]: "space";
65
+ readonly [$$ScaleValue]: "space";
67
66
  };
68
67
  paddingBottom: string | number | {
69
- readonly [Stitches.$$ScaleValue]: "space";
68
+ readonly [$$ScaleValue]: "space";
70
69
  };
71
70
  };
72
- m: (value: Stitches.ScaleValue<'space'> | number | string) => {
71
+ m: (value: ScaleValue<'space'> | number | string) => {
73
72
  margin: string | number | {
74
- readonly [Stitches.$$ScaleValue]: "space";
73
+ readonly [$$ScaleValue]: "space";
75
74
  };
76
75
  };
77
- mt: (value: Stitches.ScaleValue<'space'> | number | string) => {
76
+ mt: (value: ScaleValue<'space'> | number | string) => {
78
77
  marginTop: string | number | {
79
- readonly [Stitches.$$ScaleValue]: "space";
78
+ readonly [$$ScaleValue]: "space";
80
79
  };
81
80
  };
82
- mr: (value: Stitches.ScaleValue<'space'> | number | string) => {
81
+ mr: (value: ScaleValue<'space'> | number | string) => {
83
82
  marginRight: string | number | {
84
- readonly [Stitches.$$ScaleValue]: "space";
83
+ readonly [$$ScaleValue]: "space";
85
84
  };
86
85
  };
87
- mb: (value: Stitches.ScaleValue<'space'> | number | string) => {
86
+ mb: (value: ScaleValue<'space'> | number | string) => {
88
87
  marginBottom: string | number | {
89
- readonly [Stitches.$$ScaleValue]: "space";
88
+ readonly [$$ScaleValue]: "space";
90
89
  };
91
90
  };
92
- ml: (value: Stitches.ScaleValue<'space'> | number | string) => {
91
+ ml: (value: ScaleValue<'space'> | number | string) => {
93
92
  marginLeft: string | number | {
94
- readonly [Stitches.$$ScaleValue]: "space";
93
+ readonly [$$ScaleValue]: "space";
95
94
  };
96
95
  };
97
- mx: (value: Stitches.ScaleValue<'space'> | number | string) => {
96
+ mx: (value: ScaleValue<'space'> | number | string) => {
98
97
  marginLeft: string | number | {
99
- readonly [Stitches.$$ScaleValue]: "space";
98
+ readonly [$$ScaleValue]: "space";
100
99
  };
101
100
  marginRight: string | number | {
102
- readonly [Stitches.$$ScaleValue]: "space";
101
+ readonly [$$ScaleValue]: "space";
103
102
  };
104
103
  };
105
- my: (value: Stitches.ScaleValue<'space'> | number | string) => {
104
+ my: (value: ScaleValue<'space'> | number | string) => {
106
105
  marginTop: string | number | {
107
- readonly [Stitches.$$ScaleValue]: "space";
106
+ readonly [$$ScaleValue]: "space";
108
107
  };
109
108
  marginBottom: string | number | {
110
- readonly [Stitches.$$ScaleValue]: "space";
109
+ readonly [$$ScaleValue]: "space";
111
110
  };
112
111
  };
113
112
  };
@@ -120,1953 +119,7 @@ export declare const media: {
120
119
  allowMotion: string;
121
120
  hover: string;
122
121
  };
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: Stitches.PropertyValue<'background'>) => {
238
- background: {
239
- readonly [Stitches.$$PropertyValue]: "background";
240
- };
241
- };
242
- inset: (value: Stitches.ScaleValue<'space'> | number | string) => {
243
- top: string | number | {
244
- readonly [Stitches.$$ScaleValue]: "space";
245
- };
246
- right: string | number | {
247
- readonly [Stitches.$$ScaleValue]: "space";
248
- };
249
- bottom: string | number | {
250
- readonly [Stitches.$$ScaleValue]: "space";
251
- };
252
- left: string | number | {
253
- readonly [Stitches.$$ScaleValue]: "space";
254
- };
255
- };
256
- size: (value: Stitches.ScaleValue<'size'> | number | string) => {
257
- height: string | number | {
258
- readonly [Stitches.$$ScaleValue]: "size";
259
- };
260
- width: string | number | {
261
- readonly [Stitches.$$ScaleValue]: "size";
262
- };
263
- };
264
- p: (value: Stitches.ScaleValue<'space'> | number | string) => {
265
- padding: string | number | {
266
- readonly [Stitches.$$ScaleValue]: "space";
267
- };
268
- };
269
- pt: (value: Stitches.ScaleValue<'space'> | number | string) => {
270
- paddingTop: string | number | {
271
- readonly [Stitches.$$ScaleValue]: "space";
272
- };
273
- };
274
- pr: (value: Stitches.ScaleValue<'space'> | number | string) => {
275
- paddingRight: string | number | {
276
- readonly [Stitches.$$ScaleValue]: "space";
277
- };
278
- };
279
- pb: (value: Stitches.ScaleValue<'space'> | number | string) => {
280
- paddingBottom: string | number | {
281
- readonly [Stitches.$$ScaleValue]: "space";
282
- };
283
- };
284
- pl: (value: Stitches.ScaleValue<'space'> | number | string) => {
285
- paddingLeft: string | number | {
286
- readonly [Stitches.$$ScaleValue]: "space";
287
- };
288
- };
289
- px: (value: Stitches.ScaleValue<'space'> | number | string) => {
290
- paddingLeft: string | number | {
291
- readonly [Stitches.$$ScaleValue]: "space";
292
- };
293
- paddingRight: string | number | {
294
- readonly [Stitches.$$ScaleValue]: "space";
295
- };
296
- };
297
- py: (value: Stitches.ScaleValue<'space'> | number | string) => {
298
- paddingTop: string | number | {
299
- readonly [Stitches.$$ScaleValue]: "space";
300
- };
301
- paddingBottom: string | number | {
302
- readonly [Stitches.$$ScaleValue]: "space";
303
- };
304
- };
305
- m: (value: Stitches.ScaleValue<'space'> | number | string) => {
306
- margin: string | number | {
307
- readonly [Stitches.$$ScaleValue]: "space";
308
- };
309
- };
310
- mt: (value: Stitches.ScaleValue<'space'> | number | string) => {
311
- marginTop: string | number | {
312
- readonly [Stitches.$$ScaleValue]: "space";
313
- };
314
- };
315
- mr: (value: Stitches.ScaleValue<'space'> | number | string) => {
316
- marginRight: string | number | {
317
- readonly [Stitches.$$ScaleValue]: "space";
318
- };
319
- };
320
- mb: (value: Stitches.ScaleValue<'space'> | number | string) => {
321
- marginBottom: string | number | {
322
- readonly [Stitches.$$ScaleValue]: "space";
323
- };
324
- };
325
- ml: (value: Stitches.ScaleValue<'space'> | number | string) => {
326
- marginLeft: string | number | {
327
- readonly [Stitches.$$ScaleValue]: "space";
328
- };
329
- };
330
- mx: (value: Stitches.ScaleValue<'space'> | number | string) => {
331
- marginLeft: string | number | {
332
- readonly [Stitches.$$ScaleValue]: "space";
333
- };
334
- marginRight: string | number | {
335
- readonly [Stitches.$$ScaleValue]: "space";
336
- };
337
- };
338
- my: (value: Stitches.ScaleValue<'space'> | number | string) => {
339
- marginTop: string | number | {
340
- readonly [Stitches.$$ScaleValue]: "space";
341
- };
342
- marginBottom: string | number | {
343
- readonly [Stitches.$$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: Stitches.PropertyValue<'background'>) => {
464
- background: {
465
- readonly [Stitches.$$PropertyValue]: "background";
466
- };
467
- };
468
- inset: (value: Stitches.ScaleValue<'space'> | number | string) => {
469
- top: string | number | {
470
- readonly [Stitches.$$ScaleValue]: "space";
471
- };
472
- right: string | number | {
473
- readonly [Stitches.$$ScaleValue]: "space";
474
- };
475
- bottom: string | number | {
476
- readonly [Stitches.$$ScaleValue]: "space";
477
- };
478
- left: string | number | {
479
- readonly [Stitches.$$ScaleValue]: "space";
480
- };
481
- };
482
- size: (value: Stitches.ScaleValue<'size'> | number | string) => {
483
- height: string | number | {
484
- readonly [Stitches.$$ScaleValue]: "size";
485
- };
486
- width: string | number | {
487
- readonly [Stitches.$$ScaleValue]: "size";
488
- };
489
- };
490
- p: (value: Stitches.ScaleValue<'space'> | number | string) => {
491
- padding: string | number | {
492
- readonly [Stitches.$$ScaleValue]: "space";
493
- };
494
- };
495
- pt: (value: Stitches.ScaleValue<'space'> | number | string) => {
496
- paddingTop: string | number | {
497
- readonly [Stitches.$$ScaleValue]: "space";
498
- };
499
- };
500
- pr: (value: Stitches.ScaleValue<'space'> | number | string) => {
501
- paddingRight: string | number | {
502
- readonly [Stitches.$$ScaleValue]: "space";
503
- };
504
- };
505
- pb: (value: Stitches.ScaleValue<'space'> | number | string) => {
506
- paddingBottom: string | number | {
507
- readonly [Stitches.$$ScaleValue]: "space";
508
- };
509
- };
510
- pl: (value: Stitches.ScaleValue<'space'> | number | string) => {
511
- paddingLeft: string | number | {
512
- readonly [Stitches.$$ScaleValue]: "space";
513
- };
514
- };
515
- px: (value: Stitches.ScaleValue<'space'> | number | string) => {
516
- paddingLeft: string | number | {
517
- readonly [Stitches.$$ScaleValue]: "space";
518
- };
519
- paddingRight: string | number | {
520
- readonly [Stitches.$$ScaleValue]: "space";
521
- };
522
- };
523
- py: (value: Stitches.ScaleValue<'space'> | number | string) => {
524
- paddingTop: string | number | {
525
- readonly [Stitches.$$ScaleValue]: "space";
526
- };
527
- paddingBottom: string | number | {
528
- readonly [Stitches.$$ScaleValue]: "space";
529
- };
530
- };
531
- m: (value: Stitches.ScaleValue<'space'> | number | string) => {
532
- margin: string | number | {
533
- readonly [Stitches.$$ScaleValue]: "space";
534
- };
535
- };
536
- mt: (value: Stitches.ScaleValue<'space'> | number | string) => {
537
- marginTop: string | number | {
538
- readonly [Stitches.$$ScaleValue]: "space";
539
- };
540
- };
541
- mr: (value: Stitches.ScaleValue<'space'> | number | string) => {
542
- marginRight: string | number | {
543
- readonly [Stitches.$$ScaleValue]: "space";
544
- };
545
- };
546
- mb: (value: Stitches.ScaleValue<'space'> | number | string) => {
547
- marginBottom: string | number | {
548
- readonly [Stitches.$$ScaleValue]: "space";
549
- };
550
- };
551
- ml: (value: Stitches.ScaleValue<'space'> | number | string) => {
552
- marginLeft: string | number | {
553
- readonly [Stitches.$$ScaleValue]: "space";
554
- };
555
- };
556
- mx: (value: Stitches.ScaleValue<'space'> | number | string) => {
557
- marginLeft: string | number | {
558
- readonly [Stitches.$$ScaleValue]: "space";
559
- };
560
- marginRight: string | number | {
561
- readonly [Stitches.$$ScaleValue]: "space";
562
- };
563
- };
564
- my: (value: Stitches.ScaleValue<'space'> | number | string) => {
565
- marginTop: string | number | {
566
- readonly [Stitches.$$ScaleValue]: "space";
567
- };
568
- marginBottom: string | number | {
569
- readonly [Stitches.$$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: Stitches.PropertyValue<'background'>) => {
935
- background: {
936
- readonly [Stitches.$$PropertyValue]: "background";
937
- };
938
- };
939
- inset: (value: Stitches.ScaleValue<'space'> | number | string) => {
940
- top: string | number | {
941
- readonly [Stitches.$$ScaleValue]: "space";
942
- };
943
- right: string | number | {
944
- readonly [Stitches.$$ScaleValue]: "space";
945
- };
946
- bottom: string | number | {
947
- readonly [Stitches.$$ScaleValue]: "space";
948
- };
949
- left: string | number | {
950
- readonly [Stitches.$$ScaleValue]: "space";
951
- };
952
- };
953
- size: (value: Stitches.ScaleValue<'size'> | number | string) => {
954
- height: string | number | {
955
- readonly [Stitches.$$ScaleValue]: "size";
956
- };
957
- width: string | number | {
958
- readonly [Stitches.$$ScaleValue]: "size";
959
- };
960
- };
961
- p: (value: Stitches.ScaleValue<'space'> | number | string) => {
962
- padding: string | number | {
963
- readonly [Stitches.$$ScaleValue]: "space";
964
- };
965
- };
966
- pt: (value: Stitches.ScaleValue<'space'> | number | string) => {
967
- paddingTop: string | number | {
968
- readonly [Stitches.$$ScaleValue]: "space";
969
- };
970
- };
971
- pr: (value: Stitches.ScaleValue<'space'> | number | string) => {
972
- paddingRight: string | number | {
973
- readonly [Stitches.$$ScaleValue]: "space";
974
- };
975
- };
976
- pb: (value: Stitches.ScaleValue<'space'> | number | string) => {
977
- paddingBottom: string | number | {
978
- readonly [Stitches.$$ScaleValue]: "space";
979
- };
980
- };
981
- pl: (value: Stitches.ScaleValue<'space'> | number | string) => {
982
- paddingLeft: string | number | {
983
- readonly [Stitches.$$ScaleValue]: "space";
984
- };
985
- };
986
- px: (value: Stitches.ScaleValue<'space'> | number | string) => {
987
- paddingLeft: string | number | {
988
- readonly [Stitches.$$ScaleValue]: "space";
989
- };
990
- paddingRight: string | number | {
991
- readonly [Stitches.$$ScaleValue]: "space";
992
- };
993
- };
994
- py: (value: Stitches.ScaleValue<'space'> | number | string) => {
995
- paddingTop: string | number | {
996
- readonly [Stitches.$$ScaleValue]: "space";
997
- };
998
- paddingBottom: string | number | {
999
- readonly [Stitches.$$ScaleValue]: "space";
1000
- };
1001
- };
1002
- m: (value: Stitches.ScaleValue<'space'> | number | string) => {
1003
- margin: string | number | {
1004
- readonly [Stitches.$$ScaleValue]: "space";
1005
- };
1006
- };
1007
- mt: (value: Stitches.ScaleValue<'space'> | number | string) => {
1008
- marginTop: string | number | {
1009
- readonly [Stitches.$$ScaleValue]: "space";
1010
- };
1011
- };
1012
- mr: (value: Stitches.ScaleValue<'space'> | number | string) => {
1013
- marginRight: string | number | {
1014
- readonly [Stitches.$$ScaleValue]: "space";
1015
- };
1016
- };
1017
- mb: (value: Stitches.ScaleValue<'space'> | number | string) => {
1018
- marginBottom: string | number | {
1019
- readonly [Stitches.$$ScaleValue]: "space";
1020
- };
1021
- };
1022
- ml: (value: Stitches.ScaleValue<'space'> | number | string) => {
1023
- marginLeft: string | number | {
1024
- readonly [Stitches.$$ScaleValue]: "space";
1025
- };
1026
- };
1027
- mx: (value: Stitches.ScaleValue<'space'> | number | string) => {
1028
- marginLeft: string | number | {
1029
- readonly [Stitches.$$ScaleValue]: "space";
1030
- };
1031
- marginRight: string | number | {
1032
- readonly [Stitches.$$ScaleValue]: "space";
1033
- };
1034
- };
1035
- my: (value: Stitches.ScaleValue<'space'> | number | string) => {
1036
- marginTop: string | number | {
1037
- readonly [Stitches.$$ScaleValue]: "space";
1038
- };
1039
- marginBottom: string | number | {
1040
- readonly [Stitches.$$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: Stitches.PropertyValue<'background'>) => {
1159
- background: {
1160
- readonly [Stitches.$$PropertyValue]: "background";
1161
- };
1162
- };
1163
- inset: (value: Stitches.ScaleValue<'space'> | number | string) => {
1164
- top: string | number | {
1165
- readonly [Stitches.$$ScaleValue]: "space";
1166
- };
1167
- right: string | number | {
1168
- readonly [Stitches.$$ScaleValue]: "space";
1169
- };
1170
- bottom: string | number | {
1171
- readonly [Stitches.$$ScaleValue]: "space";
1172
- };
1173
- left: string | number | {
1174
- readonly [Stitches.$$ScaleValue]: "space";
1175
- };
1176
- };
1177
- size: (value: Stitches.ScaleValue<'size'> | number | string) => {
1178
- height: string | number | {
1179
- readonly [Stitches.$$ScaleValue]: "size";
1180
- };
1181
- width: string | number | {
1182
- readonly [Stitches.$$ScaleValue]: "size";
1183
- };
1184
- };
1185
- p: (value: Stitches.ScaleValue<'space'> | number | string) => {
1186
- padding: string | number | {
1187
- readonly [Stitches.$$ScaleValue]: "space";
1188
- };
1189
- };
1190
- pt: (value: Stitches.ScaleValue<'space'> | number | string) => {
1191
- paddingTop: string | number | {
1192
- readonly [Stitches.$$ScaleValue]: "space";
1193
- };
1194
- };
1195
- pr: (value: Stitches.ScaleValue<'space'> | number | string) => {
1196
- paddingRight: string | number | {
1197
- readonly [Stitches.$$ScaleValue]: "space";
1198
- };
1199
- };
1200
- pb: (value: Stitches.ScaleValue<'space'> | number | string) => {
1201
- paddingBottom: string | number | {
1202
- readonly [Stitches.$$ScaleValue]: "space";
1203
- };
1204
- };
1205
- pl: (value: Stitches.ScaleValue<'space'> | number | string) => {
1206
- paddingLeft: string | number | {
1207
- readonly [Stitches.$$ScaleValue]: "space";
1208
- };
1209
- };
1210
- px: (value: Stitches.ScaleValue<'space'> | number | string) => {
1211
- paddingLeft: string | number | {
1212
- readonly [Stitches.$$ScaleValue]: "space";
1213
- };
1214
- paddingRight: string | number | {
1215
- readonly [Stitches.$$ScaleValue]: "space";
1216
- };
1217
- };
1218
- py: (value: Stitches.ScaleValue<'space'> | number | string) => {
1219
- paddingTop: string | number | {
1220
- readonly [Stitches.$$ScaleValue]: "space";
1221
- };
1222
- paddingBottom: string | number | {
1223
- readonly [Stitches.$$ScaleValue]: "space";
1224
- };
1225
- };
1226
- m: (value: Stitches.ScaleValue<'space'> | number | string) => {
1227
- margin: string | number | {
1228
- readonly [Stitches.$$ScaleValue]: "space";
1229
- };
1230
- };
1231
- mt: (value: Stitches.ScaleValue<'space'> | number | string) => {
1232
- marginTop: string | number | {
1233
- readonly [Stitches.$$ScaleValue]: "space";
1234
- };
1235
- };
1236
- mr: (value: Stitches.ScaleValue<'space'> | number | string) => {
1237
- marginRight: string | number | {
1238
- readonly [Stitches.$$ScaleValue]: "space";
1239
- };
1240
- };
1241
- mb: (value: Stitches.ScaleValue<'space'> | number | string) => {
1242
- marginBottom: string | number | {
1243
- readonly [Stitches.$$ScaleValue]: "space";
1244
- };
1245
- };
1246
- ml: (value: Stitches.ScaleValue<'space'> | number | string) => {
1247
- marginLeft: string | number | {
1248
- readonly [Stitches.$$ScaleValue]: "space";
1249
- };
1250
- };
1251
- mx: (value: Stitches.ScaleValue<'space'> | number | string) => {
1252
- marginLeft: string | number | {
1253
- readonly [Stitches.$$ScaleValue]: "space";
1254
- };
1255
- marginRight: string | number | {
1256
- readonly [Stitches.$$ScaleValue]: "space";
1257
- };
1258
- };
1259
- my: (value: Stitches.ScaleValue<'space'> | number | string) => {
1260
- marginTop: string | number | {
1261
- readonly [Stitches.$$ScaleValue]: "space";
1262
- };
1263
- marginBottom: string | number | {
1264
- readonly [Stitches.$$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: Stitches.PropertyValue<'background'>) => {
1383
- background: {
1384
- readonly [Stitches.$$PropertyValue]: "background";
1385
- };
1386
- };
1387
- inset: (value: Stitches.ScaleValue<'space'> | number | string) => {
1388
- top: string | number | {
1389
- readonly [Stitches.$$ScaleValue]: "space";
1390
- };
1391
- right: string | number | {
1392
- readonly [Stitches.$$ScaleValue]: "space";
1393
- };
1394
- bottom: string | number | {
1395
- readonly [Stitches.$$ScaleValue]: "space";
1396
- };
1397
- left: string | number | {
1398
- readonly [Stitches.$$ScaleValue]: "space";
1399
- };
1400
- };
1401
- size: (value: Stitches.ScaleValue<'size'> | number | string) => {
1402
- height: string | number | {
1403
- readonly [Stitches.$$ScaleValue]: "size";
1404
- };
1405
- width: string | number | {
1406
- readonly [Stitches.$$ScaleValue]: "size";
1407
- };
1408
- };
1409
- p: (value: Stitches.ScaleValue<'space'> | number | string) => {
1410
- padding: string | number | {
1411
- readonly [Stitches.$$ScaleValue]: "space";
1412
- };
1413
- };
1414
- pt: (value: Stitches.ScaleValue<'space'> | number | string) => {
1415
- paddingTop: string | number | {
1416
- readonly [Stitches.$$ScaleValue]: "space";
1417
- };
1418
- };
1419
- pr: (value: Stitches.ScaleValue<'space'> | number | string) => {
1420
- paddingRight: string | number | {
1421
- readonly [Stitches.$$ScaleValue]: "space";
1422
- };
1423
- };
1424
- pb: (value: Stitches.ScaleValue<'space'> | number | string) => {
1425
- paddingBottom: string | number | {
1426
- readonly [Stitches.$$ScaleValue]: "space";
1427
- };
1428
- };
1429
- pl: (value: Stitches.ScaleValue<'space'> | number | string) => {
1430
- paddingLeft: string | number | {
1431
- readonly [Stitches.$$ScaleValue]: "space";
1432
- };
1433
- };
1434
- px: (value: Stitches.ScaleValue<'space'> | number | string) => {
1435
- paddingLeft: string | number | {
1436
- readonly [Stitches.$$ScaleValue]: "space";
1437
- };
1438
- paddingRight: string | number | {
1439
- readonly [Stitches.$$ScaleValue]: "space";
1440
- };
1441
- };
1442
- py: (value: Stitches.ScaleValue<'space'> | number | string) => {
1443
- paddingTop: string | number | {
1444
- readonly [Stitches.$$ScaleValue]: "space";
1445
- };
1446
- paddingBottom: string | number | {
1447
- readonly [Stitches.$$ScaleValue]: "space";
1448
- };
1449
- };
1450
- m: (value: Stitches.ScaleValue<'space'> | number | string) => {
1451
- margin: string | number | {
1452
- readonly [Stitches.$$ScaleValue]: "space";
1453
- };
1454
- };
1455
- mt: (value: Stitches.ScaleValue<'space'> | number | string) => {
1456
- marginTop: string | number | {
1457
- readonly [Stitches.$$ScaleValue]: "space";
1458
- };
1459
- };
1460
- mr: (value: Stitches.ScaleValue<'space'> | number | string) => {
1461
- marginRight: string | number | {
1462
- readonly [Stitches.$$ScaleValue]: "space";
1463
- };
1464
- };
1465
- mb: (value: Stitches.ScaleValue<'space'> | number | string) => {
1466
- marginBottom: string | number | {
1467
- readonly [Stitches.$$ScaleValue]: "space";
1468
- };
1469
- };
1470
- ml: (value: Stitches.ScaleValue<'space'> | number | string) => {
1471
- marginLeft: string | number | {
1472
- readonly [Stitches.$$ScaleValue]: "space";
1473
- };
1474
- };
1475
- mx: (value: Stitches.ScaleValue<'space'> | number | string) => {
1476
- marginLeft: string | number | {
1477
- readonly [Stitches.$$ScaleValue]: "space";
1478
- };
1479
- marginRight: string | number | {
1480
- readonly [Stitches.$$ScaleValue]: "space";
1481
- };
1482
- };
1483
- my: (value: Stitches.ScaleValue<'space'> | number | string) => {
1484
- marginTop: string | number | {
1485
- readonly [Stitches.$$ScaleValue]: "space";
1486
- };
1487
- marginBottom: string | number | {
1488
- readonly [Stitches.$$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: Stitches.PropertyValue<'background'>) => {
1612
- background: {
1613
- readonly [Stitches.$$PropertyValue]: "background";
1614
- };
1615
- };
1616
- inset: (value: Stitches.ScaleValue<'space'> | number | string) => {
1617
- top: string | number | {
1618
- readonly [Stitches.$$ScaleValue]: "space";
1619
- };
1620
- right: string | number | {
1621
- readonly [Stitches.$$ScaleValue]: "space";
1622
- };
1623
- bottom: string | number | {
1624
- readonly [Stitches.$$ScaleValue]: "space";
1625
- };
1626
- left: string | number | {
1627
- readonly [Stitches.$$ScaleValue]: "space";
1628
- };
1629
- };
1630
- size: (value: Stitches.ScaleValue<'size'> | number | string) => {
1631
- height: string | number | {
1632
- readonly [Stitches.$$ScaleValue]: "size";
1633
- };
1634
- width: string | number | {
1635
- readonly [Stitches.$$ScaleValue]: "size";
1636
- };
1637
- };
1638
- p: (value: Stitches.ScaleValue<'space'> | number | string) => {
1639
- padding: string | number | {
1640
- readonly [Stitches.$$ScaleValue]: "space";
1641
- };
1642
- };
1643
- pt: (value: Stitches.ScaleValue<'space'> | number | string) => {
1644
- paddingTop: string | number | {
1645
- readonly [Stitches.$$ScaleValue]: "space";
1646
- };
1647
- };
1648
- pr: (value: Stitches.ScaleValue<'space'> | number | string) => {
1649
- paddingRight: string | number | {
1650
- readonly [Stitches.$$ScaleValue]: "space";
1651
- };
1652
- };
1653
- pb: (value: Stitches.ScaleValue<'space'> | number | string) => {
1654
- paddingBottom: string | number | {
1655
- readonly [Stitches.$$ScaleValue]: "space";
1656
- };
1657
- };
1658
- pl: (value: Stitches.ScaleValue<'space'> | number | string) => {
1659
- paddingLeft: string | number | {
1660
- readonly [Stitches.$$ScaleValue]: "space";
1661
- };
1662
- };
1663
- px: (value: Stitches.ScaleValue<'space'> | number | string) => {
1664
- paddingLeft: string | number | {
1665
- readonly [Stitches.$$ScaleValue]: "space";
1666
- };
1667
- paddingRight: string | number | {
1668
- readonly [Stitches.$$ScaleValue]: "space";
1669
- };
1670
- };
1671
- py: (value: Stitches.ScaleValue<'space'> | number | string) => {
1672
- paddingTop: string | number | {
1673
- readonly [Stitches.$$ScaleValue]: "space";
1674
- };
1675
- paddingBottom: string | number | {
1676
- readonly [Stitches.$$ScaleValue]: "space";
1677
- };
1678
- };
1679
- m: (value: Stitches.ScaleValue<'space'> | number | string) => {
1680
- margin: string | number | {
1681
- readonly [Stitches.$$ScaleValue]: "space";
1682
- };
1683
- };
1684
- mt: (value: Stitches.ScaleValue<'space'> | number | string) => {
1685
- marginTop: string | number | {
1686
- readonly [Stitches.$$ScaleValue]: "space";
1687
- };
1688
- };
1689
- mr: (value: Stitches.ScaleValue<'space'> | number | string) => {
1690
- marginRight: string | number | {
1691
- readonly [Stitches.$$ScaleValue]: "space";
1692
- };
1693
- };
1694
- mb: (value: Stitches.ScaleValue<'space'> | number | string) => {
1695
- marginBottom: string | number | {
1696
- readonly [Stitches.$$ScaleValue]: "space";
1697
- };
1698
- };
1699
- ml: (value: Stitches.ScaleValue<'space'> | number | string) => {
1700
- marginLeft: string | number | {
1701
- readonly [Stitches.$$ScaleValue]: "space";
1702
- };
1703
- };
1704
- mx: (value: Stitches.ScaleValue<'space'> | number | string) => {
1705
- marginLeft: string | number | {
1706
- readonly [Stitches.$$ScaleValue]: "space";
1707
- };
1708
- marginRight: string | number | {
1709
- readonly [Stitches.$$ScaleValue]: "space";
1710
- };
1711
- };
1712
- my: (value: Stitches.ScaleValue<'space'> | number | string) => {
1713
- marginTop: string | number | {
1714
- readonly [Stitches.$$ScaleValue]: "space";
1715
- };
1716
- marginBottom: string | number | {
1717
- readonly [Stitches.$$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: Stitches.PropertyValue<'background'>) => {
1854
- background: {
1855
- readonly [Stitches.$$PropertyValue]: "background";
1856
- };
1857
- };
1858
- inset: (value: Stitches.ScaleValue<'space'> | number | string) => {
1859
- top: string | number | {
1860
- readonly [Stitches.$$ScaleValue]: "space";
1861
- };
1862
- right: string | number | {
1863
- readonly [Stitches.$$ScaleValue]: "space";
1864
- };
1865
- bottom: string | number | {
1866
- readonly [Stitches.$$ScaleValue]: "space";
1867
- };
1868
- left: string | number | {
1869
- readonly [Stitches.$$ScaleValue]: "space";
1870
- };
1871
- };
1872
- size: (value: Stitches.ScaleValue<'size'> | number | string) => {
1873
- height: string | number | {
1874
- readonly [Stitches.$$ScaleValue]: "size";
1875
- };
1876
- width: string | number | {
1877
- readonly [Stitches.$$ScaleValue]: "size";
1878
- };
1879
- };
1880
- p: (value: Stitches.ScaleValue<'space'> | number | string) => {
1881
- padding: string | number | {
1882
- readonly [Stitches.$$ScaleValue]: "space";
1883
- };
1884
- };
1885
- pt: (value: Stitches.ScaleValue<'space'> | number | string) => {
1886
- paddingTop: string | number | {
1887
- readonly [Stitches.$$ScaleValue]: "space";
1888
- };
1889
- };
1890
- pr: (value: Stitches.ScaleValue<'space'> | number | string) => {
1891
- paddingRight: string | number | {
1892
- readonly [Stitches.$$ScaleValue]: "space";
1893
- };
1894
- };
1895
- pb: (value: Stitches.ScaleValue<'space'> | number | string) => {
1896
- paddingBottom: string | number | {
1897
- readonly [Stitches.$$ScaleValue]: "space";
1898
- };
1899
- };
1900
- pl: (value: Stitches.ScaleValue<'space'> | number | string) => {
1901
- paddingLeft: string | number | {
1902
- readonly [Stitches.$$ScaleValue]: "space";
1903
- };
1904
- };
1905
- px: (value: Stitches.ScaleValue<'space'> | number | string) => {
1906
- paddingLeft: string | number | {
1907
- readonly [Stitches.$$ScaleValue]: "space";
1908
- };
1909
- paddingRight: string | number | {
1910
- readonly [Stitches.$$ScaleValue]: "space";
1911
- };
1912
- };
1913
- py: (value: Stitches.ScaleValue<'space'> | number | string) => {
1914
- paddingTop: string | number | {
1915
- readonly [Stitches.$$ScaleValue]: "space";
1916
- };
1917
- paddingBottom: string | number | {
1918
- readonly [Stitches.$$ScaleValue]: "space";
1919
- };
1920
- };
1921
- m: (value: Stitches.ScaleValue<'space'> | number | string) => {
1922
- margin: string | number | {
1923
- readonly [Stitches.$$ScaleValue]: "space";
1924
- };
1925
- };
1926
- mt: (value: Stitches.ScaleValue<'space'> | number | string) => {
1927
- marginTop: string | number | {
1928
- readonly [Stitches.$$ScaleValue]: "space";
1929
- };
1930
- };
1931
- mr: (value: Stitches.ScaleValue<'space'> | number | string) => {
1932
- marginRight: string | number | {
1933
- readonly [Stitches.$$ScaleValue]: "space";
1934
- };
1935
- };
1936
- mb: (value: Stitches.ScaleValue<'space'> | number | string) => {
1937
- marginBottom: string | number | {
1938
- readonly [Stitches.$$ScaleValue]: "space";
1939
- };
1940
- };
1941
- ml: (value: Stitches.ScaleValue<'space'> | number | string) => {
1942
- marginLeft: string | number | {
1943
- readonly [Stitches.$$ScaleValue]: "space";
1944
- };
1945
- };
1946
- mx: (value: Stitches.ScaleValue<'space'> | number | string) => {
1947
- marginLeft: string | number | {
1948
- readonly [Stitches.$$ScaleValue]: "space";
1949
- };
1950
- marginRight: string | number | {
1951
- readonly [Stitches.$$ScaleValue]: "space";
1952
- };
1953
- };
1954
- my: (value: Stitches.ScaleValue<'space'> | number | string) => {
1955
- marginTop: string | number | {
1956
- readonly [Stitches.$$ScaleValue]: "space";
1957
- };
1958
- marginBottom: string | number | {
1959
- readonly [Stitches.$$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
- };
2071
- export declare type CSS = Stitches.CSS<typeof stitchesConfig>;
122
+ declare const stitchesConfig: any;
123
+ export declare const css: any, getCssText: any, createTheme: any, globalCss: any, keyframes: any, styled: any, theme: any;
124
+ export declare type CSS = StitchesCSS<typeof stitchesConfig>;
2072
125
  export {};