@atom-learning/components 3.12.3 → 3.12.6

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 (428) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/dist/components/accordion/AccordionContent.d.ts +1 -2
  3. package/dist/components/accordion/AccordionContent.js.map +1 -1
  4. package/dist/components/accordion/AccordionItem.d.ts +1 -4
  5. package/dist/components/accordion/AccordionItem.js +1 -1
  6. package/dist/components/accordion/AccordionItem.js.map +1 -1
  7. package/dist/components/accordion/AccordionTrigger.d.ts +335 -4
  8. package/dist/components/accordion/AccordionTrigger.js.map +1 -1
  9. package/dist/components/action-icon/ActionIcon.d.ts +1 -1
  10. package/dist/components/action-icon/ActionIcon.js +1 -1
  11. package/dist/components/action-icon/ActionIcon.js.map +1 -1
  12. package/dist/components/alert-dialog/AlertDialog.d.ts +342 -13
  13. package/dist/components/alert-dialog/AlertDialog.js +1 -1
  14. package/dist/components/alert-dialog/AlertDialog.js.map +1 -1
  15. package/dist/components/alert-dialog/AlertDialogContent.d.ts +1 -2
  16. package/dist/components/alert-dialog/AlertDialogContent.js.map +1 -1
  17. package/dist/components/alert-dialog/alert-context/AlertContext.d.ts +1 -1
  18. package/dist/components/alert-dialog/alert-context/AlertContext.js.map +1 -1
  19. package/dist/components/alert-dialog/alert-context/AlertDialog.d.ts +1 -1
  20. package/dist/components/alert-dialog/alert-context/AlertDialog.js.map +1 -1
  21. package/dist/components/avatar/Avatar.d.ts +357 -12
  22. package/dist/components/avatar/Avatar.js +1 -1
  23. package/dist/components/avatar/Avatar.js.map +1 -1
  24. package/dist/components/avatar/AvatarIcon.d.ts +3 -5
  25. package/dist/components/avatar/AvatarIcon.js.map +1 -1
  26. package/dist/components/avatar/AvatarImage.d.ts +3 -5
  27. package/dist/components/avatar/AvatarImage.js +1 -1
  28. package/dist/components/avatar/AvatarImage.js.map +1 -1
  29. package/dist/components/avatar/AvatarInitial.d.ts +2 -2
  30. package/dist/components/avatar/AvatarInitial.js.map +1 -1
  31. package/dist/components/avatar/AvatarPlaceholder.d.ts +2 -2
  32. package/dist/components/avatar/AvatarPlaceholder.js.map +1 -1
  33. package/dist/components/badge/Badge.d.ts +1347 -5
  34. package/dist/components/badge/Badge.js +1 -1
  35. package/dist/components/badge/Badge.js.map +1 -1
  36. package/dist/components/badge/BadgeIcon.d.ts +1 -1
  37. package/dist/components/banner/Banner.d.ts +6 -5
  38. package/dist/components/banner/Banner.js +1 -1
  39. package/dist/components/banner/Banner.js.map +1 -1
  40. package/dist/components/banner/BannerContext.d.ts +4 -1
  41. package/dist/components/banner/BannerContext.js +1 -1
  42. package/dist/components/banner/BannerContext.js.map +1 -1
  43. package/dist/components/banner/banner-regular/BannerRegular.d.ts +3058 -15
  44. package/dist/components/banner/banner-regular/BannerRegular.js +1 -1
  45. package/dist/components/banner/banner-regular/BannerRegular.js.map +1 -1
  46. package/dist/components/banner/banner-regular/BannerRegularActions.d.ts +4 -1
  47. package/dist/components/banner/banner-regular/BannerRegularActions.js.map +1 -1
  48. package/dist/components/banner/banner-regular/BannerRegularButton.d.ts +4 -1
  49. package/dist/components/banner/banner-regular/BannerRegularButton.js.map +1 -1
  50. package/dist/components/banner/banner-regular/BannerRegularContent.d.ts +4 -1
  51. package/dist/components/banner/banner-regular/BannerRegularContent.js +1 -1
  52. package/dist/components/banner/banner-regular/BannerRegularContent.js.map +1 -1
  53. package/dist/components/banner/banner-regular/BannerRegularDismiss.d.ts +2 -2
  54. package/dist/components/banner/banner-regular/BannerRegularHeading.d.ts +4 -1
  55. package/dist/components/banner/banner-regular/BannerRegularHeading.js.map +1 -1
  56. package/dist/components/banner/banner-regular/BannerRegularImage.d.ts +4 -1
  57. package/dist/components/banner/banner-regular/BannerRegularImage.js.map +1 -1
  58. package/dist/components/banner/banner-regular/BannerRegularText.d.ts +4 -1
  59. package/dist/components/banner/banner-regular/BannerRegularText.js +1 -1
  60. package/dist/components/banner/banner-regular/BannerRegularText.js.map +1 -1
  61. package/dist/components/banner/banner-slim/BannerSlim.d.ts +2743 -13
  62. package/dist/components/banner/banner-slim/BannerSlim.js +1 -1
  63. package/dist/components/banner/banner-slim/BannerSlim.js.map +1 -1
  64. package/dist/components/banner/banner-slim/BannerSlimActions.d.ts +4 -1
  65. package/dist/components/banner/banner-slim/BannerSlimActions.js +1 -1
  66. package/dist/components/banner/banner-slim/BannerSlimActions.js.map +1 -1
  67. package/dist/components/banner/banner-slim/BannerSlimButton.d.ts +4 -1
  68. package/dist/components/banner/banner-slim/BannerSlimButton.js.map +1 -1
  69. package/dist/components/banner/banner-slim/BannerSlimContent.d.ts +4 -1
  70. package/dist/components/banner/banner-slim/BannerSlimContent.js.map +1 -1
  71. package/dist/components/banner/banner-slim/BannerSlimDismiss.d.ts +2 -2
  72. package/dist/components/banner/banner-slim/BannerSlimImage.d.ts +4 -1
  73. package/dist/components/banner/banner-slim/BannerSlimImage.js.map +1 -1
  74. package/dist/components/banner/banner-slim/BannerSlimText.d.ts +4 -1
  75. package/dist/components/banner/banner-slim/BannerSlimText.js.map +1 -1
  76. package/dist/components/button/Button.d.ts +1 -1
  77. package/dist/components/button/Button.js.map +1 -1
  78. package/dist/components/calendar/Calendar.d.ts +4 -1
  79. package/dist/components/calendar/Calendar.js.map +1 -1
  80. package/dist/components/carousel/Carousel.d.ts +1347 -11
  81. package/dist/components/carousel/Carousel.js +1 -1
  82. package/dist/components/carousel/Carousel.js.map +1 -1
  83. package/dist/components/carousel/CarouselArrows.d.ts +5 -5
  84. package/dist/components/carousel/CarouselArrows.js +1 -1
  85. package/dist/components/carousel/CarouselArrows.js.map +1 -1
  86. package/dist/components/carousel/CarouselSlide.d.ts +2 -3
  87. package/dist/components/carousel/CarouselSlide.js.map +1 -1
  88. package/dist/components/checkbox/Checkbox.d.ts +1 -2
  89. package/dist/components/checkbox/Checkbox.js.map +1 -1
  90. package/dist/components/checkbox-field/CheckboxField.d.ts +4 -3
  91. package/dist/components/checkbox-field/CheckboxField.js +1 -1
  92. package/dist/components/checkbox-field/CheckboxField.js.map +1 -1
  93. package/dist/components/checkbox-group/CheckboxGroup.d.ts +1 -3
  94. package/dist/components/checkbox-group/context/CheckboxGroupChecked.context.d.ts +1 -1
  95. package/dist/components/checkbox-group/context/CheckboxGroupChecked.context.js +1 -1
  96. package/dist/components/checkbox-group/context/CheckboxGroupChecked.context.js.map +1 -1
  97. package/dist/components/checkbox-tree/CheckboxTree.d.ts +3 -3
  98. package/dist/components/chip/Chip.d.ts +682 -12
  99. package/dist/components/chip/Chip.js +1 -1
  100. package/dist/components/chip/Chip.js.map +1 -1
  101. package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +3 -3
  102. package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.js.map +1 -1
  103. package/dist/components/chip-dismissible-group/ChipDismissibleGroupRoot.d.ts +1 -1
  104. package/dist/components/chip-dismissible-group/ChipDismissibleGroupRoot.js.map +1 -1
  105. package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +3 -3
  106. package/dist/components/chip-toggle-group/ChipToggleGroupItem.js.map +1 -1
  107. package/dist/components/chip-toggle-group/ChipToggleGroupRoot.d.ts +4 -689
  108. package/dist/components/chip-toggle-group/ChipToggleGroupRoot.js.map +1 -1
  109. package/dist/components/combobox/Combobox.d.ts +1337 -14
  110. package/dist/components/combobox/Combobox.js +1 -1
  111. package/dist/components/combobox/Combobox.js.map +1 -1
  112. package/dist/components/combobox/ComboboxInput.d.ts +1 -1
  113. package/dist/components/combobox/ComboboxInput.js.map +1 -1
  114. package/dist/components/data-table/DataTable.d.ts +4083 -42
  115. package/dist/components/data-table/DataTable.js +1 -1
  116. package/dist/components/data-table/DataTable.js.map +1 -1
  117. package/dist/components/data-table/DataTableBody.d.ts +1 -1
  118. package/dist/components/data-table/DataTableBody.js.map +1 -1
  119. package/dist/components/data-table/DataTableBulkActions.d.ts +17 -14
  120. package/dist/components/data-table/DataTableBulkActions.js +1 -1
  121. package/dist/components/data-table/DataTableBulkActions.js.map +1 -1
  122. package/dist/components/data-table/DataTableDataCell.d.ts +2 -2
  123. package/dist/components/data-table/DataTableDataCell.js.map +1 -1
  124. package/dist/components/data-table/DataTableEmptyState.d.ts +1 -1
  125. package/dist/components/data-table/DataTableEmptyState.js.map +1 -1
  126. package/dist/components/data-table/DataTableError.d.ts +2 -4
  127. package/dist/components/data-table/DataTableError.js +1 -1
  128. package/dist/components/data-table/DataTableError.js.map +1 -1
  129. package/dist/components/data-table/DataTableGlobalFilter.d.ts +1 -1
  130. package/dist/components/data-table/DataTableGlobalFilter.js.map +1 -1
  131. package/dist/components/data-table/DataTableHead.d.ts +1 -1
  132. package/dist/components/data-table/DataTableHead.js +1 -1
  133. package/dist/components/data-table/DataTableHead.js.map +1 -1
  134. package/dist/components/data-table/DataTableHeaderCell.d.ts +1 -1
  135. package/dist/components/data-table/DataTableHeaderCell.js +1 -1
  136. package/dist/components/data-table/DataTableHeaderCell.js.map +1 -1
  137. package/dist/components/data-table/DataTableLoading.d.ts +3 -3
  138. package/dist/components/data-table/DataTableLoading.js.map +1 -1
  139. package/dist/components/data-table/DataTableMetaData.d.ts +15 -12
  140. package/dist/components/data-table/DataTableMetaData.js +1 -1
  141. package/dist/components/data-table/DataTableMetaData.js.map +1 -1
  142. package/dist/components/data-table/DataTableRow.d.ts +1 -1
  143. package/dist/components/data-table/DataTableRow.js.map +1 -1
  144. package/dist/components/data-table/DataTableRowSelectionCheckbox.d.ts +3 -5
  145. package/dist/components/data-table/DataTableRowSelectionCheckbox.js.map +1 -1
  146. package/dist/components/data-table/DataTableSelectAllRowsCheckbox.d.ts +3 -5
  147. package/dist/components/data-table/DataTableSelectAllRowsCheckbox.js.map +1 -1
  148. package/dist/components/data-table/DataTableTable.d.ts +4 -3
  149. package/dist/components/data-table/DataTableTable.js.map +1 -1
  150. package/dist/components/data-table/drag-and-drop/DragAndDropTable.d.ts +2 -2
  151. package/dist/components/data-table/drag-and-drop/DragAndDropTable.js.map +1 -1
  152. package/dist/components/data-table/drag-and-drop/DragAndDropTableBody.d.ts +1 -1
  153. package/dist/components/data-table/drag-and-drop/DragAndDropTableBody.js.map +1 -1
  154. package/dist/components/data-table/drag-and-drop/DragAndDropTableRow.d.ts +1 -1
  155. package/dist/components/data-table/drag-and-drop/DragAndDropTableRow.js +1 -1
  156. package/dist/components/data-table/drag-and-drop/DragAndDropTableRow.js.map +1 -1
  157. package/dist/components/data-table/pagination/Pagination.d.ts +1 -1
  158. package/dist/components/data-table/pagination/Pagination.js.map +1 -1
  159. package/dist/components/data-table/pagination/PaginationButtons.d.ts +6 -6
  160. package/dist/components/data-table/pagination/PaginationButtons.js.map +1 -1
  161. package/dist/components/date-field/DateField.d.ts +5 -2
  162. package/dist/components/date-field/DateField.js.map +1 -1
  163. package/dist/components/date-input/DateInput.d.ts +1 -8
  164. package/dist/components/date-input/DateInput.js +1 -1
  165. package/dist/components/date-input/DateInput.js.map +1 -1
  166. package/dist/components/dialog/Dialog.d.ts +2017 -20
  167. package/dist/components/dialog/Dialog.js +1 -1
  168. package/dist/components/dialog/Dialog.js.map +1 -1
  169. package/dist/components/dialog/DialogContent.d.ts +1 -1
  170. package/dist/components/dialog/DialogContent.js +1 -1
  171. package/dist/components/dialog/DialogContent.js.map +1 -1
  172. package/dist/components/dismissible/DismissibleRoot.d.ts +5 -2
  173. package/dist/components/dismissible/DismissibleRoot.js +1 -1
  174. package/dist/components/dismissible/DismissibleRoot.js.map +1 -1
  175. package/dist/components/dismissible/DismissibleTrigger.d.ts +1 -1
  176. package/dist/components/dismissible/DismissibleTrigger.js +1 -1
  177. package/dist/components/dismissible/DismissibleTrigger.js.map +1 -1
  178. package/dist/components/dismissible/index.d.ts +6 -6
  179. package/dist/components/dismissible/index.js +1 -1
  180. package/dist/components/dismissible/index.js.map +1 -1
  181. package/dist/components/dismissible-group/DismissibleGroupItem.d.ts +1 -1
  182. package/dist/components/dismissible-group/DismissibleGroupItem.js.map +1 -1
  183. package/dist/components/dismissible-group/DismissibleGroupRoot.d.ts +6 -3
  184. package/dist/components/dismissible-group/DismissibleGroupRoot.js +1 -1
  185. package/dist/components/dismissible-group/DismissibleGroupRoot.js.map +1 -1
  186. package/dist/components/dismissible-group/index.d.ts +7 -8
  187. package/dist/components/dismissible-group/index.js +1 -1
  188. package/dist/components/dismissible-group/index.js.map +1 -1
  189. package/dist/components/drawer/Drawer.d.ts +4 -4
  190. package/dist/components/drawer/DrawerContent.d.ts +1 -1
  191. package/dist/components/drawer/DrawerContent.js.map +1 -1
  192. package/dist/components/dropdown-menu/DropdownMenu.d.ts +1662 -16
  193. package/dist/components/dropdown-menu/DropdownMenu.js +1 -1
  194. package/dist/components/dropdown-menu/DropdownMenu.js.map +1 -1
  195. package/dist/components/dropdown-menu/DropdownMenuLinkItem.d.ts +334 -2
  196. package/dist/components/dropdown-menu/DropdownMenuLinkItem.js.map +1 -1
  197. package/dist/components/empty-state/EmptyState.d.ts +2020 -7
  198. package/dist/components/empty-state/EmptyState.js +1 -1
  199. package/dist/components/empty-state/EmptyState.js.map +1 -1
  200. package/dist/components/empty-state/EmptyStateImage.d.ts +336 -333
  201. package/dist/components/empty-state/EmptyStateImage.js.map +1 -1
  202. package/dist/components/field-wrapper/FieldDescription.d.ts +1 -1
  203. package/dist/components/field-wrapper/FieldDescription.js.map +1 -1
  204. package/dist/components/field-wrapper/FieldWrapper.d.ts +4 -1
  205. package/dist/components/field-wrapper/FieldWrapper.js +1 -1
  206. package/dist/components/field-wrapper/FieldWrapper.js.map +1 -1
  207. package/dist/components/field-wrapper/InlineFieldWrapper.d.ts +4 -1
  208. package/dist/components/field-wrapper/InlineFieldWrapper.js.map +1 -1
  209. package/dist/components/file-input/FileInput.d.ts +4 -1
  210. package/dist/components/file-input/FileInput.js +1 -1
  211. package/dist/components/file-input/FileInput.js.map +1 -1
  212. package/dist/components/form/Form.d.ts +4 -1
  213. package/dist/components/form/Form.js.map +1 -1
  214. package/dist/components/grid/Grid.d.ts +4 -1
  215. package/dist/components/grid/Grid.js.map +1 -1
  216. package/dist/components/heading/Heading.d.ts +1 -1
  217. package/dist/components/heading/Heading.js.map +1 -1
  218. package/dist/components/icon/Icon.d.ts +1 -1
  219. package/dist/components/icon/Icon.js.map +1 -1
  220. package/dist/components/image/Image.d.ts +4 -1
  221. package/dist/components/image/Image.js +1 -1
  222. package/dist/components/image/Image.js.map +1 -1
  223. package/dist/components/inline-message/InlineMessage.d.ts +1 -1
  224. package/dist/components/inline-message/InlineMessage.js.map +1 -1
  225. package/dist/components/input/Input.d.ts +1 -1
  226. package/dist/components/input/Input.js.map +1 -1
  227. package/dist/components/input-field/InputField.d.ts +5 -2
  228. package/dist/components/input-field/InputField.js.map +1 -1
  229. package/dist/components/label/Label.d.ts +4 -1
  230. package/dist/components/label/Label.js.map +1 -1
  231. package/dist/components/link/Link.d.ts +1 -1
  232. package/dist/components/link/Link.js.map +1 -1
  233. package/dist/components/loader/Loader.d.ts +2 -2
  234. package/dist/components/loader/Loader.js.map +1 -1
  235. package/dist/components/markdown-content/MarkdownContent.d.ts +7 -4
  236. package/dist/components/markdown-content/MarkdownContent.js.map +1 -1
  237. package/dist/components/markdown-content/components/MarkdownCode.d.ts +2 -2
  238. package/dist/components/markdown-content/components/MarkdownCode.js.map +1 -1
  239. package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +1 -1
  240. package/dist/components/markdown-content/components/MarkdownEmphasis.js.map +1 -1
  241. package/dist/components/markdown-content/components/MarkdownHeading.d.ts +1 -1
  242. package/dist/components/markdown-content/components/MarkdownHeading.js.map +1 -1
  243. package/dist/components/markdown-content/components/MarkdownImage.d.ts +2 -2
  244. package/dist/components/markdown-content/components/MarkdownImage.js +1 -1
  245. package/dist/components/markdown-content/components/MarkdownImage.js.map +1 -1
  246. package/dist/components/markdown-content/components/MarkdownInlineCode.d.ts +2 -2
  247. package/dist/components/markdown-content/components/MarkdownInlineCode.js.map +1 -1
  248. package/dist/components/markdown-content/components/MarkdownLink.d.ts +1 -1
  249. package/dist/components/markdown-content/components/MarkdownLink.js.map +1 -1
  250. package/dist/components/markdown-content/components/MarkdownList.d.ts +1 -1
  251. package/dist/components/markdown-content/components/MarkdownList.js +1 -1
  252. package/dist/components/markdown-content/components/MarkdownList.js.map +1 -1
  253. package/dist/components/markdown-content/components/MarkdownListItem.d.ts +1 -1
  254. package/dist/components/markdown-content/components/MarkdownListItem.js.map +1 -1
  255. package/dist/components/markdown-content/components/MarkdownParagraph.d.ts +1 -1
  256. package/dist/components/markdown-content/components/MarkdownParagraph.js.map +1 -1
  257. package/dist/components/markdown-content/components/MarkdownStrong.d.ts +1 -1
  258. package/dist/components/markdown-content/components/MarkdownStrong.js.map +1 -1
  259. package/dist/components/markdown-content/components/MarkdownThematicBreak.d.ts +2 -2
  260. package/dist/components/markdown-content/components/MarkdownThematicBreak.js.map +1 -1
  261. package/dist/components/navigation/NavigationMenu.d.ts +2052 -15
  262. package/dist/components/navigation/NavigationMenu.js +1 -1
  263. package/dist/components/navigation/NavigationMenu.js.map +1 -1
  264. package/dist/components/navigation/NavigationMenuDropdown.d.ts +4 -1
  265. package/dist/components/navigation/NavigationMenuDropdown.js +1 -1
  266. package/dist/components/navigation/NavigationMenuDropdown.js.map +1 -1
  267. package/dist/components/navigation/NavigationMenuDropdownContent.d.ts +4 -1
  268. package/dist/components/navigation/NavigationMenuDropdownContent.js.map +1 -1
  269. package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +2 -15
  270. package/dist/components/navigation/NavigationMenuDropdownItem.js.map +1 -1
  271. package/dist/components/navigation/NavigationMenuDropdownTrigger.d.ts +336 -5
  272. package/dist/components/navigation/NavigationMenuDropdownTrigger.js.map +1 -1
  273. package/dist/components/navigation/NavigationMenuLink.d.ts +337 -10
  274. package/dist/components/navigation/NavigationMenuLink.js +1 -1
  275. package/dist/components/navigation/NavigationMenuLink.js.map +1 -1
  276. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.d.ts +3861 -18
  277. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.js +1 -1
  278. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.js.map +1 -1
  279. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalIcon.d.ts +1 -1
  280. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalLink.d.ts +1 -1
  281. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalLink.js.map +1 -1
  282. package/dist/components/notification-badge/NotificationBadge.d.ts +1 -1
  283. package/dist/components/notification-badge/NotificationBadge.js.map +1 -1
  284. package/dist/components/number-input/NumberInput.d.ts +3 -1
  285. package/dist/components/number-input/NumberInput.js +1 -1
  286. package/dist/components/number-input/NumberInput.js.map +1 -1
  287. package/dist/components/number-input-field/NumberInputField.d.ts +5 -2
  288. package/dist/components/number-input-field/NumberInputField.js.map +1 -1
  289. package/dist/components/pagination/Pagination.d.ts +5 -2
  290. package/dist/components/pagination/Pagination.js.map +1 -1
  291. package/dist/components/pagination/PaginationNextButton.d.ts +2 -2
  292. package/dist/components/pagination/PaginationPage.d.ts +2 -2
  293. package/dist/components/pagination/PaginationPage.js.map +1 -1
  294. package/dist/components/pagination/PaginationPreviousButton.d.ts +2 -2
  295. package/dist/components/pagination/pagination-context/PaginationContext.d.ts +1 -1
  296. package/dist/components/pagination/pagination-context/PaginationContext.js +1 -1
  297. package/dist/components/pagination/pagination-context/PaginationContext.js.map +1 -1
  298. package/dist/components/password-field/PasswordField.d.ts +4 -1
  299. package/dist/components/password-field/PasswordField.js.map +1 -1
  300. package/dist/components/password-input/PasswordInput.d.ts +1 -1
  301. package/dist/components/password-input/PasswordInput.js +1 -1
  302. package/dist/components/password-input/PasswordInput.js.map +1 -1
  303. package/dist/components/popover/Popover.d.ts +342 -10
  304. package/dist/components/popover/Popover.js +1 -1
  305. package/dist/components/popover/Popover.js.map +1 -1
  306. package/dist/components/popover/PopoverContent.d.ts +1 -1
  307. package/dist/components/popover/PopoverContent.js.map +1 -1
  308. package/dist/components/progress-bar/ProgressBar.d.ts +4 -1
  309. package/dist/components/progress-bar/ProgressBar.js.map +1 -1
  310. package/dist/components/radio-button/RadioButton.d.ts +5 -2
  311. package/dist/components/radio-button/RadioButton.js.map +1 -1
  312. package/dist/components/radio-button-field/RadioButtonField.d.ts +352 -3
  313. package/dist/components/radio-button-field/RadioButtonField.js +1 -1
  314. package/dist/components/radio-button-field/RadioButtonField.js.map +1 -1
  315. package/dist/components/radio-button-field/RadioField.d.ts +4 -1
  316. package/dist/components/radio-button-field/RadioField.js.map +1 -1
  317. package/dist/components/radio-card/RadioCard.d.ts +1 -1
  318. package/dist/components/radio-card/RadioCard.js.map +1 -1
  319. package/dist/components/radio-card/RadioCardGroup.d.ts +1 -1
  320. package/dist/components/radio-card/RadioCardGroup.js.map +1 -1
  321. package/dist/components/search-field/SearchField.d.ts +5 -2
  322. package/dist/components/search-field/SearchField.js.map +1 -1
  323. package/dist/components/search-input/SearchInput.d.ts +1 -1
  324. package/dist/components/search-input/SearchInput.js +1 -1
  325. package/dist/components/search-input/SearchInput.js.map +1 -1
  326. package/dist/components/section-message/SectionMessage.d.ts +7 -6
  327. package/dist/components/select/Select.d.ts +1 -1
  328. package/dist/components/select/Select.js.map +1 -1
  329. package/dist/components/select-field/SelectField.d.ts +5 -2
  330. package/dist/components/select-field/SelectField.js.map +1 -1
  331. package/dist/components/side-bar/SideBar.d.ts +335 -332
  332. package/dist/components/side-bar/SideBarComponents.d.ts +335 -332
  333. package/dist/components/slider/SliderSteps.d.ts +2 -2
  334. package/dist/components/slider/SliderSteps.js.map +1 -1
  335. package/dist/components/slider/SliderValue.d.ts +2 -2
  336. package/dist/components/slider/SliderValue.js.map +1 -1
  337. package/dist/components/slider-field/SliderField.d.ts +5 -2
  338. package/dist/components/slider-field/SliderField.js +1 -1
  339. package/dist/components/slider-field/SliderField.js.map +1 -1
  340. package/dist/components/sortable/Handle.d.ts +2 -2
  341. package/dist/components/sortable/SortableHandle.d.ts +4 -1
  342. package/dist/components/sortable/SortableHandle.js.map +1 -1
  343. package/dist/components/sortable/SortableItem.d.ts +4 -1
  344. package/dist/components/sortable/SortableItem.js.map +1 -1
  345. package/dist/components/sortable/SortableRoot.d.ts +4 -1
  346. package/dist/components/sortable/SortableRoot.js.map +1 -1
  347. package/dist/components/sortable/index.d.ts +19 -10
  348. package/dist/components/stepper/Stepper.d.ts +725 -7
  349. package/dist/components/stepper/Stepper.js +1 -1
  350. package/dist/components/stepper/Stepper.js.map +1 -1
  351. package/dist/components/stepper/StepperStepBack.d.ts +1 -1
  352. package/dist/components/stepper/StepperStepBack.js.map +1 -1
  353. package/dist/components/stepper/StepperStepForward.d.ts +1 -1
  354. package/dist/components/stepper/StepperStepForward.js +1 -1
  355. package/dist/components/stepper/StepperStepForward.js.map +1 -1
  356. package/dist/components/stepper/StepperSteps.d.ts +2 -2
  357. package/dist/components/stepper/StepperSteps.js.map +1 -1
  358. package/dist/components/stepper/stepper-context/StepperContext.d.ts +1 -1
  359. package/dist/components/stepper/stepper-context/StepperContext.js.map +1 -1
  360. package/dist/components/switch/Switch.d.ts +4 -1
  361. package/dist/components/switch/Switch.js +1 -1
  362. package/dist/components/switch/Switch.js.map +1 -1
  363. package/dist/components/table/Table.d.ts +2349 -19
  364. package/dist/components/table/Table.js +1 -1
  365. package/dist/components/table/Table.js.map +1 -1
  366. package/dist/components/table/TableBody.d.ts +4 -1
  367. package/dist/components/table/TableBody.js +1 -1
  368. package/dist/components/table/TableBody.js.map +1 -1
  369. package/dist/components/table/TableHeader.d.ts +4 -1
  370. package/dist/components/table/TableHeader.js.map +1 -1
  371. package/dist/components/table/TableRow.d.ts +1 -335
  372. package/dist/components/table/TableRow.js.map +1 -1
  373. package/dist/components/table/TableStickyColumnsContainer.d.ts +4 -7
  374. package/dist/components/table/TableStickyColumnsContainer.js +1 -1
  375. package/dist/components/table/TableStickyColumnsContainer.js.map +1 -1
  376. package/dist/components/tabs/Tabs.d.ts +1009 -11
  377. package/dist/components/tabs/Tabs.js +1 -1
  378. package/dist/components/tabs/Tabs.js.map +1 -1
  379. package/dist/components/tabs/TabsTrigger.d.ts +6 -4
  380. package/dist/components/tabs/TabsTrigger.js.map +1 -1
  381. package/dist/components/tabs/TabsTriggerList.d.ts +338 -3
  382. package/dist/components/tabs/TabsTriggerList.js.map +1 -1
  383. package/dist/components/textarea/Textarea.d.ts +1 -1
  384. package/dist/components/textarea/Textarea.js.map +1 -1
  385. package/dist/components/textarea-field/TextareaField.d.ts +5 -2
  386. package/dist/components/textarea-field/TextareaField.js.map +1 -1
  387. package/dist/components/tile/Tile.d.ts +1 -1
  388. package/dist/components/tile/Tile.js.map +1 -1
  389. package/dist/components/tile-interactive/TileInteractive.d.ts +4 -6
  390. package/dist/components/tile-interactive/TileInteractive.js +1 -1
  391. package/dist/components/tile-interactive/TileInteractive.js.map +1 -1
  392. package/dist/components/tile-toggle-group/TileToggleGroupItem.d.ts +4 -6
  393. package/dist/components/tile-toggle-group/TileToggleGroupItem.js.map +1 -1
  394. package/dist/components/tile-toggle-group/TileToggleGroupRoot.d.ts +4 -681
  395. package/dist/components/tile-toggle-group/TileToggleGroupRoot.js.map +1 -1
  396. package/dist/components/toast/Toast.d.ts +0 -2
  397. package/dist/components/toast/ToastProvider.d.ts +6 -3
  398. package/dist/components/toast/ToastProvider.js.map +1 -1
  399. package/dist/components/tooltip/Tooltip.d.ts +673 -7
  400. package/dist/components/tooltip/Tooltip.js +1 -1
  401. package/dist/components/tooltip/Tooltip.js.map +1 -1
  402. package/dist/components/tooltip/TooltipContent.d.ts +1 -1
  403. package/dist/components/tooltip/TooltipContent.js.map +1 -1
  404. package/dist/components/top-bar/TopBar.d.ts +1375 -11
  405. package/dist/components/top-bar/TopBar.js +1 -1
  406. package/dist/components/top-bar/TopBar.js.map +1 -1
  407. package/dist/components/tree/Tree.d.ts +336 -334
  408. package/dist/components/tree/Tree.js.map +1 -1
  409. package/dist/components/tree/TreeCollapsibleContent.d.ts +328 -955
  410. package/dist/components/tree/TreeCollapsibleContent.js.map +1 -1
  411. package/dist/components/tree/TreeIcon.d.ts +1 -1
  412. package/dist/components/tree/TreeList.d.ts +2 -2
  413. package/dist/components/tree/TreeList.js +1 -1
  414. package/dist/components/tree/TreeList.js.map +1 -1
  415. package/dist/components/video/Video.d.ts +2 -332
  416. package/dist/components/video/Video.js +1 -1
  417. package/dist/components/video/Video.js.map +1 -1
  418. package/dist/docgen.json +1 -1
  419. package/dist/experiments/color-scheme/ColorScheme.d.ts +1 -1
  420. package/dist/experiments/color-scheme/ColorScheme.js +1 -1
  421. package/dist/experiments/color-scheme/ColorScheme.js.map +1 -1
  422. package/dist/index.cjs.js +1 -1
  423. package/dist/index.cjs.js.map +1 -1
  424. package/dist/utilities/optional-tooltip-wrapper/OptionalTooltipWrapper.d.ts +4 -1
  425. package/dist/utilities/optional-tooltip-wrapper/OptionalTooltipWrapper.js.map +1 -1
  426. package/dist/utilities/optional-visually-hidden-wrapper/OptionalVisuallyHiddenWrapper.d.ts +6 -3
  427. package/dist/utilities/optional-visually-hidden-wrapper/OptionalVisuallyHiddenWrapper.js.map +1 -1
  428. package/package.json +1 -1
@@ -1,12 +1,4 @@
1
1
  import React from 'react';
2
- import { NavigationMenuVerticalAccordion } from './NavigationMenuVerticalAccordion';
3
- import { NavigationMenuVerticalAccordionContent } from './NavigationMenuVerticalAccordionContent';
4
- import { NavigationMenuVerticalAccordionTrigger } from './NavigationMenuVerticalAccordionTrigger';
5
- import { NavigationMenuVerticalIcon } from './NavigationMenuVerticalIcon';
6
- import { NavigationMenuVerticalItem } from './NavigationMenuVerticalItem';
7
- import { NavigationMenuVerticalItemContent } from './NavigationMenuVerticalItemContent';
8
- import { NavigationMenuVerticalLink } from './NavigationMenuVerticalLink';
9
- import { NavigationMenuVerticalText } from './NavigationMenuVerticalText';
10
2
  declare const StyledRoot: import("@stitches/react/types/styled-component").StyledComponent<React.ForwardRefExoticComponent<import("@radix-ui/react-navigation-menu").NavigationMenuProps & React.RefAttributes<HTMLElement>>, {}, {
11
3
  sm: string;
12
4
  md: string;
@@ -339,15 +331,3866 @@ declare const StyledRoot: import("@stitches/react/types/styled-component").Style
339
331
  };
340
332
  }>>;
341
333
  declare type TNavigationVerticalProps = Omit<React.ComponentProps<typeof StyledRoot>, 'delayDuration' | 'skipDelayDuration' | 'defaultValue' | 'value' | 'onValueChange'>;
342
- declare type TNavigationVerticalType = React.FC<TNavigationVerticalProps> & {
343
- Link: typeof NavigationMenuVerticalLink;
344
- Accordion: typeof NavigationMenuVerticalAccordion;
345
- AccordionContent: typeof NavigationMenuVerticalAccordionContent;
346
- AccordionTrigger: typeof NavigationMenuVerticalAccordionTrigger;
347
- Item: typeof NavigationMenuVerticalItem;
348
- ItemContent: typeof NavigationMenuVerticalItemContent;
349
- Icon: typeof NavigationMenuVerticalIcon;
350
- Text: typeof NavigationMenuVerticalText;
334
+ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigationVerticalProps) => JSX.Element) & {
335
+ Link: ({ as, href, children, ...rest }: Omit<import("@radix-ui/react-navigation-menu").NavigationMenuLinkProps & React.RefAttributes<HTMLAnchorElement>, "size" | "css"> & import("@stitches/react/types/styled-component").TransformProps<{
336
+ size?: "md" | "lg" | undefined;
337
+ }, {
338
+ sm: string;
339
+ md: string;
340
+ lg: string;
341
+ xl: string;
342
+ reducedMotion: string;
343
+ allowMotion: string;
344
+ hover: string;
345
+ }> & {
346
+ css?: import("@stitches/react/types/css-util").CSS<{
347
+ sm: string;
348
+ md: string;
349
+ lg: string;
350
+ xl: string;
351
+ reducedMotion: string;
352
+ allowMotion: string;
353
+ hover: string;
354
+ }, {
355
+ colors: {
356
+ textBold: any;
357
+ textRegular: any;
358
+ textSubtle: any;
359
+ textMinimal: any;
360
+ background: any;
361
+ backgroundAccent: any;
362
+ grey100: any;
363
+ grey200: any;
364
+ grey300: any;
365
+ grey400: any;
366
+ grey500: any;
367
+ grey600: any;
368
+ grey700: any;
369
+ grey800: any;
370
+ grey900: any;
371
+ grey1000: any;
372
+ grey1100: any;
373
+ grey1200: any;
374
+ blue100: any;
375
+ blue200: any;
376
+ blue300: any;
377
+ blue400: any;
378
+ blue500: any;
379
+ blue600: any;
380
+ blue700: any;
381
+ blue800: any;
382
+ blue900: any;
383
+ blue1000: any;
384
+ blue1100: any;
385
+ blue1200: any;
386
+ purple100: any;
387
+ purple200: any;
388
+ purple300: any;
389
+ purple400: any;
390
+ purple500: any;
391
+ purple600: any;
392
+ purple700: any;
393
+ purple800: any;
394
+ purple900: any;
395
+ purple1000: any;
396
+ purple1100: any;
397
+ purple1200: any;
398
+ cyan100: any;
399
+ cyan200: any;
400
+ cyan300: any;
401
+ cyan400: any;
402
+ cyan500: any;
403
+ cyan600: any;
404
+ cyan700: any;
405
+ cyan800: any;
406
+ cyan900: any;
407
+ cyan1000: any;
408
+ cyan1100: any;
409
+ cyan1200: any;
410
+ green100: any;
411
+ green200: any;
412
+ green300: any;
413
+ green400: any;
414
+ green500: any;
415
+ green600: any;
416
+ green700: any;
417
+ green800: any;
418
+ green900: any;
419
+ green1000: any;
420
+ green1100: any;
421
+ green1200: any;
422
+ magenta100: any;
423
+ magenta200: any;
424
+ magenta300: any;
425
+ magenta400: any;
426
+ magenta500: any;
427
+ magenta600: any;
428
+ magenta700: any;
429
+ magenta800: any;
430
+ magenta900: any;
431
+ magenta1000: any;
432
+ magenta1100: any;
433
+ magenta1200: any;
434
+ red100: any;
435
+ red200: any;
436
+ red300: any;
437
+ red400: any;
438
+ red500: any;
439
+ red600: any;
440
+ red700: any;
441
+ red800: any;
442
+ red900: any;
443
+ red1000: any;
444
+ red1100: any;
445
+ red1200: any;
446
+ teal100: any;
447
+ teal200: any;
448
+ teal300: any;
449
+ teal400: any;
450
+ teal500: any;
451
+ teal600: any;
452
+ teal700: any;
453
+ teal800: any;
454
+ teal900: any;
455
+ teal1000: any;
456
+ teal1100: any;
457
+ teal1200: any;
458
+ orange100: any;
459
+ orange200: any;
460
+ orange300: any;
461
+ orange400: any;
462
+ orange500: any;
463
+ orange600: any;
464
+ orange700: any;
465
+ orange800: any;
466
+ orange900: any;
467
+ orange1000: any;
468
+ orange1100: any;
469
+ orange1200: any;
470
+ yellow100: any;
471
+ yellow200: any;
472
+ yellow300: any;
473
+ yellow400: any;
474
+ yellow500: any;
475
+ yellow600: any;
476
+ yellow700: any;
477
+ yellow800: any;
478
+ yellow900: any;
479
+ yellow1000: any;
480
+ yellow1100: any;
481
+ yellow1200: any;
482
+ lime100: any;
483
+ lime200: any;
484
+ lime300: any;
485
+ lime400: any;
486
+ lime500: any;
487
+ lime600: any;
488
+ lime700: any;
489
+ lime800: any;
490
+ lime900: any;
491
+ lime1000: any;
492
+ lime1100: any;
493
+ lime1200: any;
494
+ tonal50: any;
495
+ tonal100: any;
496
+ tonal200: any;
497
+ tonal300: any;
498
+ tonal400: any;
499
+ tonal500: any;
500
+ tonal600: any;
501
+ alpha100: any;
502
+ alpha150: any;
503
+ alpha200: any;
504
+ alpha250: any;
505
+ alpha600: any;
506
+ brandRed: any;
507
+ brandRedAccent: any;
508
+ brandGreen: any;
509
+ brandGreenAccent: any;
510
+ brandPurple: any;
511
+ brandPurpleAccent: any;
512
+ brandYellow: any;
513
+ brandYellowAccent: any;
514
+ infoLight: any;
515
+ info: any;
516
+ infoMid: any;
517
+ infoDark: any;
518
+ successLight: any;
519
+ success: any;
520
+ successMid: any;
521
+ successDark: any;
522
+ dangerLight: any;
523
+ danger: any;
524
+ dangerMid: any;
525
+ dangerDark: any;
526
+ warningLight: any;
527
+ warning: any;
528
+ warningMid: any;
529
+ warningDark: any;
530
+ warningText: any;
531
+ subjectEnglish: any;
532
+ subjectMaths: any;
533
+ subjectScience: any;
534
+ subjectVerbalReasoning: any;
535
+ subjectNonVerbalReasoning: any;
536
+ subjectCreativeWriting: any;
537
+ subjectExamSkills: any;
538
+ glBlueLight: any;
539
+ glBluePrimary: any;
540
+ glBlueDark: any;
541
+ primary100: any;
542
+ primary200: any;
543
+ primary300: any;
544
+ primary400: any;
545
+ primary500: any;
546
+ primary600: any;
547
+ primary700: any;
548
+ primary800: any;
549
+ primary900: any;
550
+ primary1000: any;
551
+ primary1100: any;
552
+ primary1200: any;
553
+ };
554
+ space: {
555
+ "0": any;
556
+ "1": any;
557
+ "2": any;
558
+ "3": any;
559
+ "4": any;
560
+ "5": any;
561
+ "6": any;
562
+ "7": any;
563
+ "8": any;
564
+ "9": any;
565
+ "24": any;
566
+ };
567
+ fontSizes: {
568
+ xs: any;
569
+ sm: any;
570
+ md: any;
571
+ lg: any;
572
+ xl: any;
573
+ "2xl": any;
574
+ "3xl": any;
575
+ "4xl": any;
576
+ };
577
+ fonts: {
578
+ sans: any;
579
+ mono: any;
580
+ display: any;
581
+ body: any;
582
+ };
583
+ sizes: {
584
+ "0": any;
585
+ "1": any;
586
+ "2": any;
587
+ "3": any;
588
+ "4": any;
589
+ "5": any;
590
+ "6": any;
591
+ "7": any;
592
+ "8": any;
593
+ };
594
+ radii: {
595
+ "0": any;
596
+ "1": any;
597
+ "2": any;
598
+ "3": any;
599
+ round: any;
600
+ };
601
+ shadows: {
602
+ "0": any;
603
+ "1": any;
604
+ "2": any;
605
+ "3": any;
606
+ };
607
+ ratios: {
608
+ "16-9": any;
609
+ "3-2": any;
610
+ "4-3": any;
611
+ "1-1": any;
612
+ "3-4": any;
613
+ };
614
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
615
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
616
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
617
+ };
618
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
619
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
620
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
621
+ };
622
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
623
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
624
+ };
625
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
626
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
627
+ };
628
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
629
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
630
+ };
631
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
632
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
633
+ };
634
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
635
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
636
+ };
637
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
638
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
639
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
640
+ };
641
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
642
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
643
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
644
+ };
645
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
646
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
647
+ };
648
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
649
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
650
+ };
651
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
652
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
653
+ };
654
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
655
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
656
+ };
657
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
658
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
659
+ };
660
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
661
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
662
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
663
+ };
664
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
665
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
666
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
667
+ };
668
+ }> | undefined;
669
+ } & {
670
+ as?: React.ElementType<any> | React.ComponentType<{}> | undefined;
671
+ }) => JSX.Element;
672
+ Accordion: ({ defaultOpen, open, onOpenChange, disabled, ...rest }: import("@radix-ui/react-collapsible").CollapsibleProps & React.RefAttributes<HTMLDivElement> & {
673
+ color?: string | undefined;
674
+ translate?: "yes" | "no" | undefined;
675
+ css?: import("@stitches/react/types/css-util").CSS<{
676
+ sm: string;
677
+ md: string;
678
+ lg: string;
679
+ xl: string;
680
+ reducedMotion: string;
681
+ allowMotion: string;
682
+ hover: string;
683
+ }, {
684
+ colors: {
685
+ textBold: any;
686
+ textRegular: any;
687
+ textSubtle: any;
688
+ textMinimal: any;
689
+ background: any;
690
+ backgroundAccent: any;
691
+ grey100: any;
692
+ grey200: any;
693
+ grey300: any;
694
+ grey400: any;
695
+ grey500: any;
696
+ grey600: any;
697
+ grey700: any;
698
+ grey800: any;
699
+ grey900: any;
700
+ grey1000: any;
701
+ grey1100: any;
702
+ grey1200: any;
703
+ blue100: any;
704
+ blue200: any;
705
+ blue300: any;
706
+ blue400: any;
707
+ blue500: any;
708
+ blue600: any;
709
+ blue700: any;
710
+ blue800: any;
711
+ blue900: any;
712
+ blue1000: any;
713
+ blue1100: any;
714
+ blue1200: any;
715
+ purple100: any;
716
+ purple200: any;
717
+ purple300: any;
718
+ purple400: any;
719
+ purple500: any;
720
+ purple600: any;
721
+ purple700: any;
722
+ purple800: any;
723
+ purple900: any;
724
+ purple1000: any;
725
+ purple1100: any;
726
+ purple1200: any;
727
+ cyan100: any;
728
+ cyan200: any;
729
+ cyan300: any;
730
+ cyan400: any;
731
+ cyan500: any;
732
+ cyan600: any;
733
+ cyan700: any;
734
+ cyan800: any;
735
+ cyan900: any;
736
+ cyan1000: any;
737
+ cyan1100: any;
738
+ cyan1200: any;
739
+ green100: any;
740
+ green200: any;
741
+ green300: any;
742
+ green400: any;
743
+ green500: any;
744
+ green600: any;
745
+ green700: any;
746
+ green800: any;
747
+ green900: any;
748
+ green1000: any;
749
+ green1100: any;
750
+ green1200: any;
751
+ magenta100: any;
752
+ magenta200: any;
753
+ magenta300: any;
754
+ magenta400: any;
755
+ magenta500: any;
756
+ magenta600: any;
757
+ magenta700: any;
758
+ magenta800: any;
759
+ magenta900: any;
760
+ magenta1000: any;
761
+ magenta1100: any;
762
+ magenta1200: any;
763
+ red100: any;
764
+ red200: any;
765
+ red300: any;
766
+ red400: any;
767
+ red500: any;
768
+ red600: any;
769
+ red700: any;
770
+ red800: any;
771
+ red900: any;
772
+ red1000: any;
773
+ red1100: any;
774
+ red1200: any;
775
+ teal100: any;
776
+ teal200: any;
777
+ teal300: any;
778
+ teal400: any;
779
+ teal500: any;
780
+ teal600: any;
781
+ teal700: any;
782
+ teal800: any;
783
+ teal900: any;
784
+ teal1000: any;
785
+ teal1100: any;
786
+ teal1200: any;
787
+ orange100: any;
788
+ orange200: any;
789
+ orange300: any;
790
+ orange400: any;
791
+ orange500: any;
792
+ orange600: any;
793
+ orange700: any;
794
+ orange800: any;
795
+ orange900: any;
796
+ orange1000: any;
797
+ orange1100: any;
798
+ orange1200: any;
799
+ yellow100: any;
800
+ yellow200: any;
801
+ yellow300: any;
802
+ yellow400: any;
803
+ yellow500: any;
804
+ yellow600: any;
805
+ yellow700: any;
806
+ yellow800: any;
807
+ yellow900: any;
808
+ yellow1000: any;
809
+ yellow1100: any;
810
+ yellow1200: any;
811
+ lime100: any;
812
+ lime200: any;
813
+ lime300: any;
814
+ lime400: any;
815
+ lime500: any;
816
+ lime600: any;
817
+ lime700: any;
818
+ lime800: any;
819
+ lime900: any;
820
+ lime1000: any;
821
+ lime1100: any;
822
+ lime1200: any;
823
+ tonal50: any;
824
+ tonal100: any;
825
+ tonal200: any;
826
+ tonal300: any;
827
+ tonal400: any;
828
+ tonal500: any;
829
+ tonal600: any;
830
+ alpha100: any;
831
+ alpha150: any;
832
+ alpha200: any;
833
+ alpha250: any;
834
+ alpha600: any;
835
+ brandRed: any;
836
+ brandRedAccent: any;
837
+ brandGreen: any;
838
+ brandGreenAccent: any;
839
+ brandPurple: any;
840
+ brandPurpleAccent: any;
841
+ brandYellow: any;
842
+ brandYellowAccent: any;
843
+ infoLight: any;
844
+ info: any;
845
+ infoMid: any;
846
+ infoDark: any;
847
+ successLight: any;
848
+ success: any;
849
+ successMid: any;
850
+ successDark: any;
851
+ dangerLight: any;
852
+ danger: any;
853
+ dangerMid: any;
854
+ dangerDark: any;
855
+ warningLight: any;
856
+ warning: any;
857
+ warningMid: any;
858
+ warningDark: any;
859
+ warningText: any;
860
+ subjectEnglish: any;
861
+ subjectMaths: any;
862
+ subjectScience: any;
863
+ subjectVerbalReasoning: any;
864
+ subjectNonVerbalReasoning: any;
865
+ subjectCreativeWriting: any;
866
+ subjectExamSkills: any;
867
+ glBlueLight: any;
868
+ glBluePrimary: any;
869
+ glBlueDark: any;
870
+ primary100: any;
871
+ primary200: any;
872
+ primary300: any;
873
+ primary400: any;
874
+ primary500: any;
875
+ primary600: any;
876
+ primary700: any;
877
+ primary800: any;
878
+ primary900: any;
879
+ primary1000: any;
880
+ primary1100: any;
881
+ primary1200: any;
882
+ };
883
+ space: {
884
+ "0": any;
885
+ "1": any;
886
+ "2": any;
887
+ "3": any;
888
+ "4": any;
889
+ "5": any;
890
+ "6": any;
891
+ "7": any;
892
+ "8": any;
893
+ "9": any;
894
+ "24": any;
895
+ };
896
+ fontSizes: {
897
+ xs: any;
898
+ sm: any;
899
+ md: any;
900
+ lg: any;
901
+ xl: any;
902
+ "2xl": any;
903
+ "3xl": any;
904
+ "4xl": any;
905
+ };
906
+ fonts: {
907
+ sans: any;
908
+ mono: any;
909
+ display: any;
910
+ body: any;
911
+ };
912
+ sizes: {
913
+ "0": any;
914
+ "1": any;
915
+ "2": any;
916
+ "3": any;
917
+ "4": any;
918
+ "5": any;
919
+ "6": any;
920
+ "7": any;
921
+ "8": any;
922
+ };
923
+ radii: {
924
+ "0": any;
925
+ "1": any;
926
+ "2": any;
927
+ "3": any;
928
+ round: any;
929
+ };
930
+ shadows: {
931
+ "0": any;
932
+ "1": any;
933
+ "2": any;
934
+ "3": any;
935
+ };
936
+ ratios: {
937
+ "16-9": any;
938
+ "3-2": any;
939
+ "4-3": any;
940
+ "1-1": any;
941
+ "3-4": any;
942
+ };
943
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
944
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
945
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
946
+ };
947
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
948
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
949
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
950
+ };
951
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
952
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
953
+ };
954
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
955
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
956
+ };
957
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
958
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
959
+ };
960
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
961
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
962
+ };
963
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
964
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
965
+ };
966
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
967
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
968
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
969
+ };
970
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
971
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
972
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
973
+ };
974
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
975
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
976
+ };
977
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
978
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
979
+ };
980
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
981
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
982
+ };
983
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
984
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
985
+ };
986
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
987
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
988
+ };
989
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
990
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
991
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
992
+ };
993
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
994
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
995
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
996
+ };
997
+ }> | undefined;
998
+ onBlur?: React.FocusEventHandler<HTMLLIElement> | undefined;
999
+ onChange?: React.FormEventHandler<HTMLLIElement> | undefined;
1000
+ onSubmit?: React.FormEventHandler<HTMLLIElement> | undefined;
1001
+ slot?: string | undefined;
1002
+ style?: React.CSSProperties | undefined;
1003
+ title?: string | undefined;
1004
+ ref?: React.Ref<HTMLLIElement> | undefined;
1005
+ key?: React.Key | null | undefined;
1006
+ defaultChecked?: boolean | undefined;
1007
+ defaultValue?: string | number | readonly string[] | undefined;
1008
+ suppressContentEditableWarning?: boolean | undefined;
1009
+ suppressHydrationWarning?: boolean | undefined;
1010
+ accessKey?: string | undefined;
1011
+ className?: string | undefined;
1012
+ contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
1013
+ contextMenu?: string | undefined;
1014
+ dir?: string | undefined;
1015
+ draggable?: (boolean | "true" | "false") | undefined;
1016
+ hidden?: boolean | undefined;
1017
+ id?: string | undefined;
1018
+ lang?: string | undefined;
1019
+ placeholder?: string | undefined;
1020
+ spellCheck?: (boolean | "true" | "false") | undefined;
1021
+ tabIndex?: number | undefined;
1022
+ radioGroup?: string | undefined;
1023
+ role?: React.AriaRole | undefined;
1024
+ about?: string | undefined;
1025
+ datatype?: string | undefined;
1026
+ inlist?: any;
1027
+ prefix?: string | undefined;
1028
+ property?: string | undefined;
1029
+ resource?: string | undefined;
1030
+ typeof?: string | undefined;
1031
+ vocab?: string | undefined;
1032
+ autoCapitalize?: string | undefined;
1033
+ autoCorrect?: string | undefined;
1034
+ autoSave?: string | undefined;
1035
+ itemProp?: string | undefined;
1036
+ itemScope?: boolean | undefined;
1037
+ itemType?: string | undefined;
1038
+ itemID?: string | undefined;
1039
+ itemRef?: string | undefined;
1040
+ results?: number | undefined;
1041
+ security?: string | undefined;
1042
+ unselectable?: "on" | "off" | undefined;
1043
+ inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
1044
+ is?: string | undefined;
1045
+ 'aria-activedescendant'?: string | undefined;
1046
+ 'aria-atomic'?: (boolean | "true" | "false") | undefined;
1047
+ 'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
1048
+ 'aria-busy'?: (boolean | "true" | "false") | undefined;
1049
+ 'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
1050
+ 'aria-colcount'?: number | undefined;
1051
+ 'aria-colindex'?: number | undefined;
1052
+ 'aria-colspan'?: number | undefined;
1053
+ 'aria-controls'?: string | undefined;
1054
+ 'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
1055
+ 'aria-describedby'?: string | undefined;
1056
+ 'aria-details'?: string | undefined;
1057
+ 'aria-disabled'?: (boolean | "true" | "false") | undefined;
1058
+ 'aria-dropeffect'?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
1059
+ 'aria-errormessage'?: string | undefined;
1060
+ 'aria-expanded'?: (boolean | "true" | "false") | undefined;
1061
+ 'aria-flowto'?: string | undefined;
1062
+ 'aria-grabbed'?: (boolean | "true" | "false") | undefined;
1063
+ 'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree" | undefined;
1064
+ 'aria-hidden'?: (boolean | "true" | "false") | undefined;
1065
+ 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
1066
+ 'aria-keyshortcuts'?: string | undefined;
1067
+ 'aria-label'?: string | undefined;
1068
+ 'aria-labelledby'?: string | undefined;
1069
+ 'aria-level'?: number | undefined;
1070
+ 'aria-live'?: "off" | "assertive" | "polite" | undefined;
1071
+ 'aria-modal'?: (boolean | "true" | "false") | undefined;
1072
+ 'aria-multiline'?: (boolean | "true" | "false") | undefined;
1073
+ 'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
1074
+ 'aria-orientation'?: "horizontal" | "vertical" | undefined;
1075
+ 'aria-owns'?: string | undefined;
1076
+ 'aria-placeholder'?: string | undefined;
1077
+ 'aria-posinset'?: number | undefined;
1078
+ 'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
1079
+ 'aria-readonly'?: (boolean | "true" | "false") | undefined;
1080
+ 'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1081
+ 'aria-required'?: (boolean | "true" | "false") | undefined;
1082
+ 'aria-roledescription'?: string | undefined;
1083
+ 'aria-rowcount'?: number | undefined;
1084
+ 'aria-rowindex'?: number | undefined;
1085
+ 'aria-rowspan'?: number | undefined;
1086
+ 'aria-selected'?: (boolean | "true" | "false") | undefined;
1087
+ 'aria-setsize'?: number | undefined;
1088
+ 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
1089
+ 'aria-valuemax'?: number | undefined;
1090
+ 'aria-valuemin'?: number | undefined;
1091
+ 'aria-valuenow'?: number | undefined;
1092
+ 'aria-valuetext'?: string | undefined;
1093
+ children?: React.ReactNode;
1094
+ dangerouslySetInnerHTML?: {
1095
+ __html: string;
1096
+ } | undefined;
1097
+ onCopy?: React.ClipboardEventHandler<HTMLLIElement> | undefined;
1098
+ onCopyCapture?: React.ClipboardEventHandler<HTMLLIElement> | undefined;
1099
+ onCut?: React.ClipboardEventHandler<HTMLLIElement> | undefined;
1100
+ onCutCapture?: React.ClipboardEventHandler<HTMLLIElement> | undefined;
1101
+ onPaste?: React.ClipboardEventHandler<HTMLLIElement> | undefined;
1102
+ onPasteCapture?: React.ClipboardEventHandler<HTMLLIElement> | undefined;
1103
+ onCompositionEnd?: React.CompositionEventHandler<HTMLLIElement> | undefined;
1104
+ onCompositionEndCapture?: React.CompositionEventHandler<HTMLLIElement> | undefined;
1105
+ onCompositionStart?: React.CompositionEventHandler<HTMLLIElement> | undefined;
1106
+ onCompositionStartCapture?: React.CompositionEventHandler<HTMLLIElement> | undefined;
1107
+ onCompositionUpdate?: React.CompositionEventHandler<HTMLLIElement> | undefined;
1108
+ onCompositionUpdateCapture?: React.CompositionEventHandler<HTMLLIElement> | undefined;
1109
+ onFocus?: React.FocusEventHandler<HTMLLIElement> | undefined;
1110
+ onFocusCapture?: React.FocusEventHandler<HTMLLIElement> | undefined;
1111
+ onBlurCapture?: React.FocusEventHandler<HTMLLIElement> | undefined;
1112
+ onChangeCapture?: React.FormEventHandler<HTMLLIElement> | undefined;
1113
+ onBeforeInput?: React.FormEventHandler<HTMLLIElement> | undefined;
1114
+ onBeforeInputCapture?: React.FormEventHandler<HTMLLIElement> | undefined;
1115
+ onInput?: React.FormEventHandler<HTMLLIElement> | undefined;
1116
+ onInputCapture?: React.FormEventHandler<HTMLLIElement> | undefined;
1117
+ onReset?: React.FormEventHandler<HTMLLIElement> | undefined;
1118
+ onResetCapture?: React.FormEventHandler<HTMLLIElement> | undefined;
1119
+ onSubmitCapture?: React.FormEventHandler<HTMLLIElement> | undefined;
1120
+ onInvalid?: React.FormEventHandler<HTMLLIElement> | undefined;
1121
+ onInvalidCapture?: React.FormEventHandler<HTMLLIElement> | undefined;
1122
+ onLoad?: React.ReactEventHandler<HTMLLIElement> | undefined;
1123
+ onLoadCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
1124
+ onError?: React.ReactEventHandler<HTMLLIElement> | undefined;
1125
+ onErrorCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
1126
+ onKeyDown?: React.KeyboardEventHandler<HTMLLIElement> | undefined;
1127
+ onKeyDownCapture?: React.KeyboardEventHandler<HTMLLIElement> | undefined;
1128
+ onKeyPress?: React.KeyboardEventHandler<HTMLLIElement> | undefined;
1129
+ onKeyPressCapture?: React.KeyboardEventHandler<HTMLLIElement> | undefined;
1130
+ onKeyUp?: React.KeyboardEventHandler<HTMLLIElement> | undefined;
1131
+ onKeyUpCapture?: React.KeyboardEventHandler<HTMLLIElement> | undefined;
1132
+ onAbort?: React.ReactEventHandler<HTMLLIElement> | undefined;
1133
+ onAbortCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
1134
+ onCanPlay?: React.ReactEventHandler<HTMLLIElement> | undefined;
1135
+ onCanPlayCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
1136
+ onCanPlayThrough?: React.ReactEventHandler<HTMLLIElement> | undefined;
1137
+ onCanPlayThroughCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
1138
+ onDurationChange?: React.ReactEventHandler<HTMLLIElement> | undefined;
1139
+ onDurationChangeCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
1140
+ onEmptied?: React.ReactEventHandler<HTMLLIElement> | undefined;
1141
+ onEmptiedCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
1142
+ onEncrypted?: React.ReactEventHandler<HTMLLIElement> | undefined;
1143
+ onEncryptedCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
1144
+ onEnded?: React.ReactEventHandler<HTMLLIElement> | undefined;
1145
+ onEndedCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
1146
+ onLoadedData?: React.ReactEventHandler<HTMLLIElement> | undefined;
1147
+ onLoadedDataCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
1148
+ onLoadedMetadata?: React.ReactEventHandler<HTMLLIElement> | undefined;
1149
+ onLoadedMetadataCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
1150
+ onLoadStart?: React.ReactEventHandler<HTMLLIElement> | undefined;
1151
+ onLoadStartCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
1152
+ onPause?: React.ReactEventHandler<HTMLLIElement> | undefined;
1153
+ onPauseCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
1154
+ onPlay?: React.ReactEventHandler<HTMLLIElement> | undefined;
1155
+ onPlayCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
1156
+ onPlaying?: React.ReactEventHandler<HTMLLIElement> | undefined;
1157
+ onPlayingCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
1158
+ onProgress?: React.ReactEventHandler<HTMLLIElement> | undefined;
1159
+ onProgressCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
1160
+ onRateChange?: React.ReactEventHandler<HTMLLIElement> | undefined;
1161
+ onRateChangeCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
1162
+ onSeeked?: React.ReactEventHandler<HTMLLIElement> | undefined;
1163
+ onSeekedCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
1164
+ onSeeking?: React.ReactEventHandler<HTMLLIElement> | undefined;
1165
+ onSeekingCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
1166
+ onStalled?: React.ReactEventHandler<HTMLLIElement> | undefined;
1167
+ onStalledCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
1168
+ onSuspend?: React.ReactEventHandler<HTMLLIElement> | undefined;
1169
+ onSuspendCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
1170
+ onTimeUpdate?: React.ReactEventHandler<HTMLLIElement> | undefined;
1171
+ onTimeUpdateCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
1172
+ onVolumeChange?: React.ReactEventHandler<HTMLLIElement> | undefined;
1173
+ onVolumeChangeCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
1174
+ onWaiting?: React.ReactEventHandler<HTMLLIElement> | undefined;
1175
+ onWaitingCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
1176
+ onAuxClick?: React.MouseEventHandler<HTMLLIElement> | undefined;
1177
+ onAuxClickCapture?: React.MouseEventHandler<HTMLLIElement> | undefined;
1178
+ onClick?: React.MouseEventHandler<HTMLLIElement> | undefined;
1179
+ onClickCapture?: React.MouseEventHandler<HTMLLIElement> | undefined;
1180
+ onContextMenu?: React.MouseEventHandler<HTMLLIElement> | undefined;
1181
+ onContextMenuCapture?: React.MouseEventHandler<HTMLLIElement> | undefined;
1182
+ onDoubleClick?: React.MouseEventHandler<HTMLLIElement> | undefined;
1183
+ onDoubleClickCapture?: React.MouseEventHandler<HTMLLIElement> | undefined;
1184
+ onDrag?: React.DragEventHandler<HTMLLIElement> | undefined;
1185
+ onDragCapture?: React.DragEventHandler<HTMLLIElement> | undefined;
1186
+ onDragEnd?: React.DragEventHandler<HTMLLIElement> | undefined;
1187
+ onDragEndCapture?: React.DragEventHandler<HTMLLIElement> | undefined;
1188
+ onDragEnter?: React.DragEventHandler<HTMLLIElement> | undefined;
1189
+ onDragEnterCapture?: React.DragEventHandler<HTMLLIElement> | undefined;
1190
+ onDragExit?: React.DragEventHandler<HTMLLIElement> | undefined;
1191
+ onDragExitCapture?: React.DragEventHandler<HTMLLIElement> | undefined;
1192
+ onDragLeave?: React.DragEventHandler<HTMLLIElement> | undefined;
1193
+ onDragLeaveCapture?: React.DragEventHandler<HTMLLIElement> | undefined;
1194
+ onDragOver?: React.DragEventHandler<HTMLLIElement> | undefined;
1195
+ onDragOverCapture?: React.DragEventHandler<HTMLLIElement> | undefined;
1196
+ onDragStart?: React.DragEventHandler<HTMLLIElement> | undefined;
1197
+ onDragStartCapture?: React.DragEventHandler<HTMLLIElement> | undefined;
1198
+ onDrop?: React.DragEventHandler<HTMLLIElement> | undefined;
1199
+ onDropCapture?: React.DragEventHandler<HTMLLIElement> | undefined;
1200
+ onMouseDown?: React.MouseEventHandler<HTMLLIElement> | undefined;
1201
+ onMouseDownCapture?: React.MouseEventHandler<HTMLLIElement> | undefined;
1202
+ onMouseEnter?: React.MouseEventHandler<HTMLLIElement> | undefined;
1203
+ onMouseLeave?: React.MouseEventHandler<HTMLLIElement> | undefined;
1204
+ onMouseMove?: React.MouseEventHandler<HTMLLIElement> | undefined;
1205
+ onMouseMoveCapture?: React.MouseEventHandler<HTMLLIElement> | undefined;
1206
+ onMouseOut?: React.MouseEventHandler<HTMLLIElement> | undefined;
1207
+ onMouseOutCapture?: React.MouseEventHandler<HTMLLIElement> | undefined;
1208
+ onMouseOver?: React.MouseEventHandler<HTMLLIElement> | undefined;
1209
+ onMouseOverCapture?: React.MouseEventHandler<HTMLLIElement> | undefined;
1210
+ onMouseUp?: React.MouseEventHandler<HTMLLIElement> | undefined;
1211
+ onMouseUpCapture?: React.MouseEventHandler<HTMLLIElement> | undefined;
1212
+ onSelect?: React.ReactEventHandler<HTMLLIElement> | undefined;
1213
+ onSelectCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
1214
+ onTouchCancel?: React.TouchEventHandler<HTMLLIElement> | undefined;
1215
+ onTouchCancelCapture?: React.TouchEventHandler<HTMLLIElement> | undefined;
1216
+ onTouchEnd?: React.TouchEventHandler<HTMLLIElement> | undefined;
1217
+ onTouchEndCapture?: React.TouchEventHandler<HTMLLIElement> | undefined;
1218
+ onTouchMove?: React.TouchEventHandler<HTMLLIElement> | undefined;
1219
+ onTouchMoveCapture?: React.TouchEventHandler<HTMLLIElement> | undefined;
1220
+ onTouchStart?: React.TouchEventHandler<HTMLLIElement> | undefined;
1221
+ onTouchStartCapture?: React.TouchEventHandler<HTMLLIElement> | undefined;
1222
+ onPointerDown?: React.PointerEventHandler<HTMLLIElement> | undefined;
1223
+ onPointerDownCapture?: React.PointerEventHandler<HTMLLIElement> | undefined;
1224
+ onPointerMove?: React.PointerEventHandler<HTMLLIElement> | undefined;
1225
+ onPointerMoveCapture?: React.PointerEventHandler<HTMLLIElement> | undefined;
1226
+ onPointerUp?: React.PointerEventHandler<HTMLLIElement> | undefined;
1227
+ onPointerUpCapture?: React.PointerEventHandler<HTMLLIElement> | undefined;
1228
+ onPointerCancel?: React.PointerEventHandler<HTMLLIElement> | undefined;
1229
+ onPointerCancelCapture?: React.PointerEventHandler<HTMLLIElement> | undefined;
1230
+ onPointerEnter?: React.PointerEventHandler<HTMLLIElement> | undefined;
1231
+ onPointerEnterCapture?: React.PointerEventHandler<HTMLLIElement> | undefined;
1232
+ onPointerLeave?: React.PointerEventHandler<HTMLLIElement> | undefined;
1233
+ onPointerLeaveCapture?: React.PointerEventHandler<HTMLLIElement> | undefined;
1234
+ onPointerOver?: React.PointerEventHandler<HTMLLIElement> | undefined;
1235
+ onPointerOverCapture?: React.PointerEventHandler<HTMLLIElement> | undefined;
1236
+ onPointerOut?: React.PointerEventHandler<HTMLLIElement> | undefined;
1237
+ onPointerOutCapture?: React.PointerEventHandler<HTMLLIElement> | undefined;
1238
+ onGotPointerCapture?: React.PointerEventHandler<HTMLLIElement> | undefined;
1239
+ onGotPointerCaptureCapture?: React.PointerEventHandler<HTMLLIElement> | undefined;
1240
+ onLostPointerCapture?: React.PointerEventHandler<HTMLLIElement> | undefined;
1241
+ onLostPointerCaptureCapture?: React.PointerEventHandler<HTMLLIElement> | undefined;
1242
+ onScroll?: React.UIEventHandler<HTMLLIElement> | undefined;
1243
+ onScrollCapture?: React.UIEventHandler<HTMLLIElement> | undefined;
1244
+ onWheel?: React.WheelEventHandler<HTMLLIElement> | undefined;
1245
+ onWheelCapture?: React.WheelEventHandler<HTMLLIElement> | undefined;
1246
+ onAnimationStart?: React.AnimationEventHandler<HTMLLIElement> | undefined;
1247
+ onAnimationStartCapture?: React.AnimationEventHandler<HTMLLIElement> | undefined;
1248
+ onAnimationEnd?: React.AnimationEventHandler<HTMLLIElement> | undefined;
1249
+ onAnimationEndCapture?: React.AnimationEventHandler<HTMLLIElement> | undefined;
1250
+ onAnimationIteration?: React.AnimationEventHandler<HTMLLIElement> | undefined;
1251
+ onAnimationIterationCapture?: React.AnimationEventHandler<HTMLLIElement> | undefined;
1252
+ onTransitionEnd?: React.TransitionEventHandler<HTMLLIElement> | undefined;
1253
+ onTransitionEndCapture?: React.TransitionEventHandler<HTMLLIElement> | undefined;
1254
+ asChild?: boolean | undefined;
1255
+ }) => JSX.Element;
1256
+ AccordionContent: ({ children, ...rest }: Omit<import("@radix-ui/react-collapsible").CollapsibleContentProps & React.RefAttributes<HTMLDivElement>, "css"> & import("@stitches/react/types/styled-component").TransformProps<{}, {
1257
+ sm: string;
1258
+ md: string;
1259
+ lg: string;
1260
+ xl: string;
1261
+ reducedMotion: string;
1262
+ allowMotion: string;
1263
+ hover: string;
1264
+ }> & {
1265
+ css?: import("@stitches/react/types/css-util").CSS<{
1266
+ sm: string;
1267
+ md: string;
1268
+ lg: string;
1269
+ xl: string;
1270
+ reducedMotion: string;
1271
+ allowMotion: string;
1272
+ hover: string;
1273
+ }, {
1274
+ colors: {
1275
+ textBold: any;
1276
+ textRegular: any;
1277
+ textSubtle: any;
1278
+ textMinimal: any;
1279
+ background: any;
1280
+ backgroundAccent: any;
1281
+ grey100: any;
1282
+ grey200: any;
1283
+ grey300: any;
1284
+ grey400: any;
1285
+ grey500: any;
1286
+ grey600: any;
1287
+ grey700: any;
1288
+ grey800: any;
1289
+ grey900: any;
1290
+ grey1000: any;
1291
+ grey1100: any;
1292
+ grey1200: any;
1293
+ blue100: any;
1294
+ blue200: any;
1295
+ blue300: any;
1296
+ blue400: any;
1297
+ blue500: any;
1298
+ blue600: any;
1299
+ blue700: any;
1300
+ blue800: any;
1301
+ blue900: any;
1302
+ blue1000: any;
1303
+ blue1100: any;
1304
+ blue1200: any;
1305
+ purple100: any;
1306
+ purple200: any;
1307
+ purple300: any;
1308
+ purple400: any;
1309
+ purple500: any;
1310
+ purple600: any;
1311
+ purple700: any;
1312
+ purple800: any;
1313
+ purple900: any;
1314
+ purple1000: any;
1315
+ purple1100: any;
1316
+ purple1200: any;
1317
+ cyan100: any;
1318
+ cyan200: any;
1319
+ cyan300: any;
1320
+ cyan400: any;
1321
+ cyan500: any;
1322
+ cyan600: any;
1323
+ cyan700: any;
1324
+ cyan800: any;
1325
+ cyan900: any;
1326
+ cyan1000: any;
1327
+ cyan1100: any;
1328
+ cyan1200: any;
1329
+ green100: any;
1330
+ green200: any;
1331
+ green300: any;
1332
+ green400: any;
1333
+ green500: any;
1334
+ green600: any;
1335
+ green700: any;
1336
+ green800: any;
1337
+ green900: any;
1338
+ green1000: any;
1339
+ green1100: any;
1340
+ green1200: any;
1341
+ magenta100: any;
1342
+ magenta200: any;
1343
+ magenta300: any;
1344
+ magenta400: any;
1345
+ magenta500: any;
1346
+ magenta600: any;
1347
+ magenta700: any;
1348
+ magenta800: any;
1349
+ magenta900: any;
1350
+ magenta1000: any;
1351
+ magenta1100: any;
1352
+ magenta1200: any;
1353
+ red100: any;
1354
+ red200: any;
1355
+ red300: any;
1356
+ red400: any;
1357
+ red500: any;
1358
+ red600: any;
1359
+ red700: any;
1360
+ red800: any;
1361
+ red900: any;
1362
+ red1000: any;
1363
+ red1100: any;
1364
+ red1200: any;
1365
+ teal100: any;
1366
+ teal200: any;
1367
+ teal300: any;
1368
+ teal400: any;
1369
+ teal500: any;
1370
+ teal600: any;
1371
+ teal700: any;
1372
+ teal800: any;
1373
+ teal900: any;
1374
+ teal1000: any;
1375
+ teal1100: any;
1376
+ teal1200: any;
1377
+ orange100: any;
1378
+ orange200: any;
1379
+ orange300: any;
1380
+ orange400: any;
1381
+ orange500: any;
1382
+ orange600: any;
1383
+ orange700: any;
1384
+ orange800: any;
1385
+ orange900: any;
1386
+ orange1000: any;
1387
+ orange1100: any;
1388
+ orange1200: any;
1389
+ yellow100: any;
1390
+ yellow200: any;
1391
+ yellow300: any;
1392
+ yellow400: any;
1393
+ yellow500: any;
1394
+ yellow600: any;
1395
+ yellow700: any;
1396
+ yellow800: any;
1397
+ yellow900: any;
1398
+ yellow1000: any;
1399
+ yellow1100: any;
1400
+ yellow1200: any;
1401
+ lime100: any;
1402
+ lime200: any;
1403
+ lime300: any;
1404
+ lime400: any;
1405
+ lime500: any;
1406
+ lime600: any;
1407
+ lime700: any;
1408
+ lime800: any;
1409
+ lime900: any;
1410
+ lime1000: any;
1411
+ lime1100: any;
1412
+ lime1200: any;
1413
+ tonal50: any;
1414
+ tonal100: any;
1415
+ tonal200: any;
1416
+ tonal300: any;
1417
+ tonal400: any;
1418
+ tonal500: any;
1419
+ tonal600: any;
1420
+ alpha100: any;
1421
+ alpha150: any;
1422
+ alpha200: any;
1423
+ alpha250: any;
1424
+ alpha600: any;
1425
+ brandRed: any;
1426
+ brandRedAccent: any;
1427
+ brandGreen: any;
1428
+ brandGreenAccent: any;
1429
+ brandPurple: any;
1430
+ brandPurpleAccent: any;
1431
+ brandYellow: any;
1432
+ brandYellowAccent: any;
1433
+ infoLight: any;
1434
+ info: any;
1435
+ infoMid: any;
1436
+ infoDark: any;
1437
+ successLight: any;
1438
+ success: any;
1439
+ successMid: any;
1440
+ successDark: any;
1441
+ dangerLight: any;
1442
+ danger: any;
1443
+ dangerMid: any;
1444
+ dangerDark: any;
1445
+ warningLight: any;
1446
+ warning: any;
1447
+ warningMid: any;
1448
+ warningDark: any;
1449
+ warningText: any;
1450
+ subjectEnglish: any;
1451
+ subjectMaths: any;
1452
+ subjectScience: any;
1453
+ subjectVerbalReasoning: any;
1454
+ subjectNonVerbalReasoning: any;
1455
+ subjectCreativeWriting: any;
1456
+ subjectExamSkills: any;
1457
+ glBlueLight: any;
1458
+ glBluePrimary: any;
1459
+ glBlueDark: any;
1460
+ primary100: any;
1461
+ primary200: any;
1462
+ primary300: any;
1463
+ primary400: any;
1464
+ primary500: any;
1465
+ primary600: any;
1466
+ primary700: any;
1467
+ primary800: any;
1468
+ primary900: any;
1469
+ primary1000: any;
1470
+ primary1100: any;
1471
+ primary1200: any;
1472
+ };
1473
+ space: {
1474
+ "0": any;
1475
+ "1": any;
1476
+ "2": any;
1477
+ "3": any;
1478
+ "4": any;
1479
+ "5": any;
1480
+ "6": any;
1481
+ "7": any;
1482
+ "8": any;
1483
+ "9": any;
1484
+ "24": any;
1485
+ };
1486
+ fontSizes: {
1487
+ xs: any;
1488
+ sm: any;
1489
+ md: any;
1490
+ lg: any;
1491
+ xl: any;
1492
+ "2xl": any;
1493
+ "3xl": any;
1494
+ "4xl": any;
1495
+ };
1496
+ fonts: {
1497
+ sans: any;
1498
+ mono: any;
1499
+ display: any;
1500
+ body: any;
1501
+ };
1502
+ sizes: {
1503
+ "0": any;
1504
+ "1": any;
1505
+ "2": any;
1506
+ "3": any;
1507
+ "4": any;
1508
+ "5": any;
1509
+ "6": any;
1510
+ "7": any;
1511
+ "8": any;
1512
+ };
1513
+ radii: {
1514
+ "0": any;
1515
+ "1": any;
1516
+ "2": any;
1517
+ "3": any;
1518
+ round: any;
1519
+ };
1520
+ shadows: {
1521
+ "0": any;
1522
+ "1": any;
1523
+ "2": any;
1524
+ "3": any;
1525
+ };
1526
+ ratios: {
1527
+ "16-9": any;
1528
+ "3-2": any;
1529
+ "4-3": any;
1530
+ "1-1": any;
1531
+ "3-4": any;
1532
+ };
1533
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
1534
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
1535
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
1536
+ };
1537
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
1538
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1539
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1540
+ };
1541
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1542
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1543
+ };
1544
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1545
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1546
+ };
1547
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1548
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1549
+ };
1550
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1551
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1552
+ };
1553
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1554
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1555
+ };
1556
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1557
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1558
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1559
+ };
1560
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1561
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1562
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1563
+ };
1564
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1565
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1566
+ };
1567
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1568
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1569
+ };
1570
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1571
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1572
+ };
1573
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1574
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1575
+ };
1576
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1577
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1578
+ };
1579
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1580
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1581
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1582
+ };
1583
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1584
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1585
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1586
+ };
1587
+ }> | undefined;
1588
+ } & Omit<import("@radix-ui/react-navigation-menu").NavigationMenuListProps & React.RefAttributes<HTMLUListElement>, "css">) => JSX.Element;
1589
+ AccordionTrigger: ({ children, ...rest }: Omit<import("@radix-ui/react-collapsible").CollapsibleTriggerProps & React.RefAttributes<HTMLButtonElement>, "size" | "css"> & import("@stitches/react/types/styled-component").TransformProps<{
1590
+ size?: "md" | "lg" | undefined;
1591
+ }, {
1592
+ sm: string;
1593
+ md: string;
1594
+ lg: string;
1595
+ xl: string;
1596
+ reducedMotion: string;
1597
+ allowMotion: string;
1598
+ hover: string;
1599
+ }> & {
1600
+ css?: import("@stitches/react/types/css-util").CSS<{
1601
+ sm: string;
1602
+ md: string;
1603
+ lg: string;
1604
+ xl: string;
1605
+ reducedMotion: string;
1606
+ allowMotion: string;
1607
+ hover: string;
1608
+ }, {
1609
+ colors: {
1610
+ textBold: any;
1611
+ textRegular: any;
1612
+ textSubtle: any;
1613
+ textMinimal: any;
1614
+ background: any;
1615
+ backgroundAccent: any;
1616
+ grey100: any;
1617
+ grey200: any;
1618
+ grey300: any;
1619
+ grey400: any;
1620
+ grey500: any;
1621
+ grey600: any;
1622
+ grey700: any;
1623
+ grey800: any;
1624
+ grey900: any;
1625
+ grey1000: any;
1626
+ grey1100: any;
1627
+ grey1200: any;
1628
+ blue100: any;
1629
+ blue200: any;
1630
+ blue300: any;
1631
+ blue400: any;
1632
+ blue500: any;
1633
+ blue600: any;
1634
+ blue700: any;
1635
+ blue800: any;
1636
+ blue900: any;
1637
+ blue1000: any;
1638
+ blue1100: any;
1639
+ blue1200: any;
1640
+ purple100: any;
1641
+ purple200: any;
1642
+ purple300: any;
1643
+ purple400: any;
1644
+ purple500: any;
1645
+ purple600: any;
1646
+ purple700: any;
1647
+ purple800: any;
1648
+ purple900: any;
1649
+ purple1000: any;
1650
+ purple1100: any;
1651
+ purple1200: any;
1652
+ cyan100: any;
1653
+ cyan200: any;
1654
+ cyan300: any;
1655
+ cyan400: any;
1656
+ cyan500: any;
1657
+ cyan600: any;
1658
+ cyan700: any;
1659
+ cyan800: any;
1660
+ cyan900: any;
1661
+ cyan1000: any;
1662
+ cyan1100: any;
1663
+ cyan1200: any;
1664
+ green100: any;
1665
+ green200: any;
1666
+ green300: any;
1667
+ green400: any;
1668
+ green500: any;
1669
+ green600: any;
1670
+ green700: any;
1671
+ green800: any;
1672
+ green900: any;
1673
+ green1000: any;
1674
+ green1100: any;
1675
+ green1200: any;
1676
+ magenta100: any;
1677
+ magenta200: any;
1678
+ magenta300: any;
1679
+ magenta400: any;
1680
+ magenta500: any;
1681
+ magenta600: any;
1682
+ magenta700: any;
1683
+ magenta800: any;
1684
+ magenta900: any;
1685
+ magenta1000: any;
1686
+ magenta1100: any;
1687
+ magenta1200: any;
1688
+ red100: any;
1689
+ red200: any;
1690
+ red300: any;
1691
+ red400: any;
1692
+ red500: any;
1693
+ red600: any;
1694
+ red700: any;
1695
+ red800: any;
1696
+ red900: any;
1697
+ red1000: any;
1698
+ red1100: any;
1699
+ red1200: any;
1700
+ teal100: any;
1701
+ teal200: any;
1702
+ teal300: any;
1703
+ teal400: any;
1704
+ teal500: any;
1705
+ teal600: any;
1706
+ teal700: any;
1707
+ teal800: any;
1708
+ teal900: any;
1709
+ teal1000: any;
1710
+ teal1100: any;
1711
+ teal1200: any;
1712
+ orange100: any;
1713
+ orange200: any;
1714
+ orange300: any;
1715
+ orange400: any;
1716
+ orange500: any;
1717
+ orange600: any;
1718
+ orange700: any;
1719
+ orange800: any;
1720
+ orange900: any;
1721
+ orange1000: any;
1722
+ orange1100: any;
1723
+ orange1200: any;
1724
+ yellow100: any;
1725
+ yellow200: any;
1726
+ yellow300: any;
1727
+ yellow400: any;
1728
+ yellow500: any;
1729
+ yellow600: any;
1730
+ yellow700: any;
1731
+ yellow800: any;
1732
+ yellow900: any;
1733
+ yellow1000: any;
1734
+ yellow1100: any;
1735
+ yellow1200: any;
1736
+ lime100: any;
1737
+ lime200: any;
1738
+ lime300: any;
1739
+ lime400: any;
1740
+ lime500: any;
1741
+ lime600: any;
1742
+ lime700: any;
1743
+ lime800: any;
1744
+ lime900: any;
1745
+ lime1000: any;
1746
+ lime1100: any;
1747
+ lime1200: any;
1748
+ tonal50: any;
1749
+ tonal100: any;
1750
+ tonal200: any;
1751
+ tonal300: any;
1752
+ tonal400: any;
1753
+ tonal500: any;
1754
+ tonal600: any;
1755
+ alpha100: any;
1756
+ alpha150: any;
1757
+ alpha200: any;
1758
+ alpha250: any;
1759
+ alpha600: any;
1760
+ brandRed: any;
1761
+ brandRedAccent: any;
1762
+ brandGreen: any;
1763
+ brandGreenAccent: any;
1764
+ brandPurple: any;
1765
+ brandPurpleAccent: any;
1766
+ brandYellow: any;
1767
+ brandYellowAccent: any;
1768
+ infoLight: any;
1769
+ info: any;
1770
+ infoMid: any;
1771
+ infoDark: any;
1772
+ successLight: any;
1773
+ success: any;
1774
+ successMid: any;
1775
+ successDark: any;
1776
+ dangerLight: any;
1777
+ danger: any;
1778
+ dangerMid: any;
1779
+ dangerDark: any;
1780
+ warningLight: any;
1781
+ warning: any;
1782
+ warningMid: any;
1783
+ warningDark: any;
1784
+ warningText: any;
1785
+ subjectEnglish: any;
1786
+ subjectMaths: any;
1787
+ subjectScience: any;
1788
+ subjectVerbalReasoning: any;
1789
+ subjectNonVerbalReasoning: any;
1790
+ subjectCreativeWriting: any;
1791
+ subjectExamSkills: any;
1792
+ glBlueLight: any;
1793
+ glBluePrimary: any;
1794
+ glBlueDark: any;
1795
+ primary100: any;
1796
+ primary200: any;
1797
+ primary300: any;
1798
+ primary400: any;
1799
+ primary500: any;
1800
+ primary600: any;
1801
+ primary700: any;
1802
+ primary800: any;
1803
+ primary900: any;
1804
+ primary1000: any;
1805
+ primary1100: any;
1806
+ primary1200: any;
1807
+ };
1808
+ space: {
1809
+ "0": any;
1810
+ "1": any;
1811
+ "2": any;
1812
+ "3": any;
1813
+ "4": any;
1814
+ "5": any;
1815
+ "6": any;
1816
+ "7": any;
1817
+ "8": any;
1818
+ "9": any;
1819
+ "24": any;
1820
+ };
1821
+ fontSizes: {
1822
+ xs: any;
1823
+ sm: any;
1824
+ md: any;
1825
+ lg: any;
1826
+ xl: any;
1827
+ "2xl": any;
1828
+ "3xl": any;
1829
+ "4xl": any;
1830
+ };
1831
+ fonts: {
1832
+ sans: any;
1833
+ mono: any;
1834
+ display: any;
1835
+ body: any;
1836
+ };
1837
+ sizes: {
1838
+ "0": any;
1839
+ "1": any;
1840
+ "2": any;
1841
+ "3": any;
1842
+ "4": any;
1843
+ "5": any;
1844
+ "6": any;
1845
+ "7": any;
1846
+ "8": any;
1847
+ };
1848
+ radii: {
1849
+ "0": any;
1850
+ "1": any;
1851
+ "2": any;
1852
+ "3": any;
1853
+ round: any;
1854
+ };
1855
+ shadows: {
1856
+ "0": any;
1857
+ "1": any;
1858
+ "2": any;
1859
+ "3": any;
1860
+ };
1861
+ ratios: {
1862
+ "16-9": any;
1863
+ "3-2": any;
1864
+ "4-3": any;
1865
+ "1-1": any;
1866
+ "3-4": any;
1867
+ };
1868
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
1869
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
1870
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
1871
+ };
1872
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
1873
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1874
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1875
+ };
1876
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1877
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1878
+ };
1879
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1880
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1881
+ };
1882
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1883
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1884
+ };
1885
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1886
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1887
+ };
1888
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1889
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1890
+ };
1891
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1892
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1893
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1894
+ };
1895
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1896
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1897
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1898
+ };
1899
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1900
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1901
+ };
1902
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1903
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1904
+ };
1905
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1906
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1907
+ };
1908
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1909
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1910
+ };
1911
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1912
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1913
+ };
1914
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1915
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1916
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1917
+ };
1918
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1919
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1920
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1921
+ };
1922
+ }> | undefined;
1923
+ }) => JSX.Element;
1924
+ Item: (props: {
1925
+ color?: string | undefined;
1926
+ translate?: "yes" | "no" | undefined;
1927
+ css?: import("@stitches/react/types/css-util").CSS<{
1928
+ sm: string;
1929
+ md: string;
1930
+ lg: string;
1931
+ xl: string;
1932
+ reducedMotion: string;
1933
+ allowMotion: string;
1934
+ hover: string;
1935
+ }, {
1936
+ colors: {
1937
+ textBold: any;
1938
+ textRegular: any;
1939
+ textSubtle: any;
1940
+ textMinimal: any;
1941
+ background: any;
1942
+ backgroundAccent: any;
1943
+ grey100: any;
1944
+ grey200: any;
1945
+ grey300: any;
1946
+ grey400: any;
1947
+ grey500: any;
1948
+ grey600: any;
1949
+ grey700: any;
1950
+ grey800: any;
1951
+ grey900: any;
1952
+ grey1000: any;
1953
+ grey1100: any;
1954
+ grey1200: any;
1955
+ blue100: any;
1956
+ blue200: any;
1957
+ blue300: any;
1958
+ blue400: any;
1959
+ blue500: any;
1960
+ blue600: any;
1961
+ blue700: any;
1962
+ blue800: any;
1963
+ blue900: any;
1964
+ blue1000: any;
1965
+ blue1100: any;
1966
+ blue1200: any;
1967
+ purple100: any;
1968
+ purple200: any;
1969
+ purple300: any;
1970
+ purple400: any;
1971
+ purple500: any;
1972
+ purple600: any;
1973
+ purple700: any;
1974
+ purple800: any;
1975
+ purple900: any;
1976
+ purple1000: any;
1977
+ purple1100: any;
1978
+ purple1200: any;
1979
+ cyan100: any;
1980
+ cyan200: any;
1981
+ cyan300: any;
1982
+ cyan400: any;
1983
+ cyan500: any;
1984
+ cyan600: any;
1985
+ cyan700: any;
1986
+ cyan800: any;
1987
+ cyan900: any;
1988
+ cyan1000: any;
1989
+ cyan1100: any;
1990
+ cyan1200: any;
1991
+ green100: any;
1992
+ green200: any;
1993
+ green300: any;
1994
+ green400: any;
1995
+ green500: any;
1996
+ green600: any;
1997
+ green700: any;
1998
+ green800: any;
1999
+ green900: any;
2000
+ green1000: any;
2001
+ green1100: any;
2002
+ green1200: any;
2003
+ magenta100: any;
2004
+ magenta200: any;
2005
+ magenta300: any;
2006
+ magenta400: any;
2007
+ magenta500: any;
2008
+ magenta600: any;
2009
+ magenta700: any;
2010
+ magenta800: any;
2011
+ magenta900: any;
2012
+ magenta1000: any;
2013
+ magenta1100: any;
2014
+ magenta1200: any;
2015
+ red100: any;
2016
+ red200: any;
2017
+ red300: any;
2018
+ red400: any;
2019
+ red500: any;
2020
+ red600: any;
2021
+ red700: any;
2022
+ red800: any;
2023
+ red900: any;
2024
+ red1000: any;
2025
+ red1100: any;
2026
+ red1200: any;
2027
+ teal100: any;
2028
+ teal200: any;
2029
+ teal300: any;
2030
+ teal400: any;
2031
+ teal500: any;
2032
+ teal600: any;
2033
+ teal700: any;
2034
+ teal800: any;
2035
+ teal900: any;
2036
+ teal1000: any;
2037
+ teal1100: any;
2038
+ teal1200: any;
2039
+ orange100: any;
2040
+ orange200: any;
2041
+ orange300: any;
2042
+ orange400: any;
2043
+ orange500: any;
2044
+ orange600: any;
2045
+ orange700: any;
2046
+ orange800: any;
2047
+ orange900: any;
2048
+ orange1000: any;
2049
+ orange1100: any;
2050
+ orange1200: any;
2051
+ yellow100: any;
2052
+ yellow200: any;
2053
+ yellow300: any;
2054
+ yellow400: any;
2055
+ yellow500: any;
2056
+ yellow600: any;
2057
+ yellow700: any;
2058
+ yellow800: any;
2059
+ yellow900: any;
2060
+ yellow1000: any;
2061
+ yellow1100: any;
2062
+ yellow1200: any;
2063
+ lime100: any;
2064
+ lime200: any;
2065
+ lime300: any;
2066
+ lime400: any;
2067
+ lime500: any;
2068
+ lime600: any;
2069
+ lime700: any;
2070
+ lime800: any;
2071
+ lime900: any;
2072
+ lime1000: any;
2073
+ lime1100: any;
2074
+ lime1200: any;
2075
+ tonal50: any;
2076
+ tonal100: any;
2077
+ tonal200: any;
2078
+ tonal300: any;
2079
+ tonal400: any;
2080
+ tonal500: any;
2081
+ tonal600: any;
2082
+ alpha100: any;
2083
+ alpha150: any;
2084
+ alpha200: any;
2085
+ alpha250: any;
2086
+ alpha600: any;
2087
+ brandRed: any;
2088
+ brandRedAccent: any;
2089
+ brandGreen: any;
2090
+ brandGreenAccent: any;
2091
+ brandPurple: any;
2092
+ brandPurpleAccent: any;
2093
+ brandYellow: any;
2094
+ brandYellowAccent: any;
2095
+ infoLight: any;
2096
+ info: any;
2097
+ infoMid: any;
2098
+ infoDark: any;
2099
+ successLight: any;
2100
+ success: any;
2101
+ successMid: any;
2102
+ successDark: any;
2103
+ dangerLight: any;
2104
+ danger: any;
2105
+ dangerMid: any;
2106
+ dangerDark: any;
2107
+ warningLight: any;
2108
+ warning: any;
2109
+ warningMid: any;
2110
+ warningDark: any;
2111
+ warningText: any;
2112
+ subjectEnglish: any;
2113
+ subjectMaths: any;
2114
+ subjectScience: any;
2115
+ subjectVerbalReasoning: any;
2116
+ subjectNonVerbalReasoning: any;
2117
+ subjectCreativeWriting: any;
2118
+ subjectExamSkills: any;
2119
+ glBlueLight: any;
2120
+ glBluePrimary: any;
2121
+ glBlueDark: any;
2122
+ primary100: any;
2123
+ primary200: any;
2124
+ primary300: any;
2125
+ primary400: any;
2126
+ primary500: any;
2127
+ primary600: any;
2128
+ primary700: any;
2129
+ primary800: any;
2130
+ primary900: any;
2131
+ primary1000: any;
2132
+ primary1100: any;
2133
+ primary1200: any;
2134
+ };
2135
+ space: {
2136
+ "0": any;
2137
+ "1": any;
2138
+ "2": any;
2139
+ "3": any;
2140
+ "4": any;
2141
+ "5": any;
2142
+ "6": any;
2143
+ "7": any;
2144
+ "8": any;
2145
+ "9": any;
2146
+ "24": any;
2147
+ };
2148
+ fontSizes: {
2149
+ xs: any;
2150
+ sm: any;
2151
+ md: any;
2152
+ lg: any;
2153
+ xl: any;
2154
+ "2xl": any;
2155
+ "3xl": any;
2156
+ "4xl": any;
2157
+ };
2158
+ fonts: {
2159
+ sans: any;
2160
+ mono: any;
2161
+ display: any;
2162
+ body: any;
2163
+ };
2164
+ sizes: {
2165
+ "0": any;
2166
+ "1": any;
2167
+ "2": any;
2168
+ "3": any;
2169
+ "4": any;
2170
+ "5": any;
2171
+ "6": any;
2172
+ "7": any;
2173
+ "8": any;
2174
+ };
2175
+ radii: {
2176
+ "0": any;
2177
+ "1": any;
2178
+ "2": any;
2179
+ "3": any;
2180
+ round: any;
2181
+ };
2182
+ shadows: {
2183
+ "0": any;
2184
+ "1": any;
2185
+ "2": any;
2186
+ "3": any;
2187
+ };
2188
+ ratios: {
2189
+ "16-9": any;
2190
+ "3-2": any;
2191
+ "4-3": any;
2192
+ "1-1": any;
2193
+ "3-4": any;
2194
+ };
2195
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
2196
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
2197
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
2198
+ };
2199
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
2200
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
2201
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
2202
+ };
2203
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2204
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2205
+ };
2206
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2207
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2208
+ };
2209
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2210
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2211
+ };
2212
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2213
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2214
+ };
2215
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2216
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2217
+ };
2218
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2219
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2220
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2221
+ };
2222
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2223
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2224
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2225
+ };
2226
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2227
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2228
+ };
2229
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2230
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2231
+ };
2232
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2233
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2234
+ };
2235
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2236
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2237
+ };
2238
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2239
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2240
+ };
2241
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2242
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2243
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2244
+ };
2245
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2246
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2247
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2248
+ };
2249
+ }> | undefined;
2250
+ onBlur?: React.FocusEventHandler<HTMLLIElement> | undefined;
2251
+ onChange?: React.FormEventHandler<HTMLLIElement> | undefined;
2252
+ onSubmit?: React.FormEventHandler<HTMLLIElement> | undefined;
2253
+ slot?: string | undefined;
2254
+ style?: React.CSSProperties | undefined;
2255
+ title?: string | undefined;
2256
+ ref?: React.Ref<HTMLLIElement> | undefined;
2257
+ key?: React.Key | null | undefined;
2258
+ defaultChecked?: boolean | undefined;
2259
+ defaultValue?: string | number | readonly string[] | undefined;
2260
+ suppressContentEditableWarning?: boolean | undefined;
2261
+ suppressHydrationWarning?: boolean | undefined;
2262
+ accessKey?: string | undefined;
2263
+ className?: string | undefined;
2264
+ contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
2265
+ contextMenu?: string | undefined;
2266
+ dir?: string | undefined;
2267
+ draggable?: (boolean | "true" | "false") | undefined;
2268
+ hidden?: boolean | undefined;
2269
+ id?: string | undefined;
2270
+ lang?: string | undefined;
2271
+ placeholder?: string | undefined;
2272
+ spellCheck?: (boolean | "true" | "false") | undefined;
2273
+ tabIndex?: number | undefined;
2274
+ radioGroup?: string | undefined;
2275
+ role?: React.AriaRole | undefined;
2276
+ about?: string | undefined;
2277
+ datatype?: string | undefined;
2278
+ inlist?: any;
2279
+ prefix?: string | undefined;
2280
+ property?: string | undefined;
2281
+ resource?: string | undefined;
2282
+ typeof?: string | undefined;
2283
+ vocab?: string | undefined;
2284
+ autoCapitalize?: string | undefined;
2285
+ autoCorrect?: string | undefined;
2286
+ autoSave?: string | undefined;
2287
+ itemProp?: string | undefined;
2288
+ itemScope?: boolean | undefined;
2289
+ itemType?: string | undefined;
2290
+ itemID?: string | undefined;
2291
+ itemRef?: string | undefined;
2292
+ results?: number | undefined;
2293
+ security?: string | undefined;
2294
+ unselectable?: "on" | "off" | undefined;
2295
+ inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
2296
+ is?: string | undefined;
2297
+ 'aria-activedescendant'?: string | undefined;
2298
+ 'aria-atomic'?: (boolean | "true" | "false") | undefined;
2299
+ 'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
2300
+ 'aria-busy'?: (boolean | "true" | "false") | undefined;
2301
+ 'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
2302
+ 'aria-colcount'?: number | undefined;
2303
+ 'aria-colindex'?: number | undefined;
2304
+ 'aria-colspan'?: number | undefined;
2305
+ 'aria-controls'?: string | undefined;
2306
+ 'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
2307
+ 'aria-describedby'?: string | undefined;
2308
+ 'aria-details'?: string | undefined;
2309
+ 'aria-disabled'?: (boolean | "true" | "false") | undefined;
2310
+ 'aria-dropeffect'?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
2311
+ 'aria-errormessage'?: string | undefined;
2312
+ 'aria-expanded'?: (boolean | "true" | "false") | undefined;
2313
+ 'aria-flowto'?: string | undefined;
2314
+ 'aria-grabbed'?: (boolean | "true" | "false") | undefined;
2315
+ 'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree" | undefined;
2316
+ 'aria-hidden'?: (boolean | "true" | "false") | undefined;
2317
+ 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
2318
+ 'aria-keyshortcuts'?: string | undefined;
2319
+ 'aria-label'?: string | undefined;
2320
+ 'aria-labelledby'?: string | undefined;
2321
+ 'aria-level'?: number | undefined;
2322
+ 'aria-live'?: "off" | "assertive" | "polite" | undefined;
2323
+ 'aria-modal'?: (boolean | "true" | "false") | undefined;
2324
+ 'aria-multiline'?: (boolean | "true" | "false") | undefined;
2325
+ 'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
2326
+ 'aria-orientation'?: "horizontal" | "vertical" | undefined;
2327
+ 'aria-owns'?: string | undefined;
2328
+ 'aria-placeholder'?: string | undefined;
2329
+ 'aria-posinset'?: number | undefined;
2330
+ 'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
2331
+ 'aria-readonly'?: (boolean | "true" | "false") | undefined;
2332
+ 'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
2333
+ 'aria-required'?: (boolean | "true" | "false") | undefined;
2334
+ 'aria-roledescription'?: string | undefined;
2335
+ 'aria-rowcount'?: number | undefined;
2336
+ 'aria-rowindex'?: number | undefined;
2337
+ 'aria-rowspan'?: number | undefined;
2338
+ 'aria-selected'?: (boolean | "true" | "false") | undefined;
2339
+ 'aria-setsize'?: number | undefined;
2340
+ 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
2341
+ 'aria-valuemax'?: number | undefined;
2342
+ 'aria-valuemin'?: number | undefined;
2343
+ 'aria-valuenow'?: number | undefined;
2344
+ 'aria-valuetext'?: string | undefined;
2345
+ children?: React.ReactNode;
2346
+ dangerouslySetInnerHTML?: {
2347
+ __html: string;
2348
+ } | undefined;
2349
+ onCopy?: React.ClipboardEventHandler<HTMLLIElement> | undefined;
2350
+ onCopyCapture?: React.ClipboardEventHandler<HTMLLIElement> | undefined;
2351
+ onCut?: React.ClipboardEventHandler<HTMLLIElement> | undefined;
2352
+ onCutCapture?: React.ClipboardEventHandler<HTMLLIElement> | undefined;
2353
+ onPaste?: React.ClipboardEventHandler<HTMLLIElement> | undefined;
2354
+ onPasteCapture?: React.ClipboardEventHandler<HTMLLIElement> | undefined;
2355
+ onCompositionEnd?: React.CompositionEventHandler<HTMLLIElement> | undefined;
2356
+ onCompositionEndCapture?: React.CompositionEventHandler<HTMLLIElement> | undefined;
2357
+ onCompositionStart?: React.CompositionEventHandler<HTMLLIElement> | undefined;
2358
+ onCompositionStartCapture?: React.CompositionEventHandler<HTMLLIElement> | undefined;
2359
+ onCompositionUpdate?: React.CompositionEventHandler<HTMLLIElement> | undefined;
2360
+ onCompositionUpdateCapture?: React.CompositionEventHandler<HTMLLIElement> | undefined;
2361
+ onFocus?: React.FocusEventHandler<HTMLLIElement> | undefined;
2362
+ onFocusCapture?: React.FocusEventHandler<HTMLLIElement> | undefined;
2363
+ onBlurCapture?: React.FocusEventHandler<HTMLLIElement> | undefined;
2364
+ onChangeCapture?: React.FormEventHandler<HTMLLIElement> | undefined;
2365
+ onBeforeInput?: React.FormEventHandler<HTMLLIElement> | undefined;
2366
+ onBeforeInputCapture?: React.FormEventHandler<HTMLLIElement> | undefined;
2367
+ onInput?: React.FormEventHandler<HTMLLIElement> | undefined;
2368
+ onInputCapture?: React.FormEventHandler<HTMLLIElement> | undefined;
2369
+ onReset?: React.FormEventHandler<HTMLLIElement> | undefined;
2370
+ onResetCapture?: React.FormEventHandler<HTMLLIElement> | undefined;
2371
+ onSubmitCapture?: React.FormEventHandler<HTMLLIElement> | undefined;
2372
+ onInvalid?: React.FormEventHandler<HTMLLIElement> | undefined;
2373
+ onInvalidCapture?: React.FormEventHandler<HTMLLIElement> | undefined;
2374
+ onLoad?: React.ReactEventHandler<HTMLLIElement> | undefined;
2375
+ onLoadCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
2376
+ onError?: React.ReactEventHandler<HTMLLIElement> | undefined;
2377
+ onErrorCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
2378
+ onKeyDown?: React.KeyboardEventHandler<HTMLLIElement> | undefined;
2379
+ onKeyDownCapture?: React.KeyboardEventHandler<HTMLLIElement> | undefined;
2380
+ onKeyPress?: React.KeyboardEventHandler<HTMLLIElement> | undefined;
2381
+ onKeyPressCapture?: React.KeyboardEventHandler<HTMLLIElement> | undefined;
2382
+ onKeyUp?: React.KeyboardEventHandler<HTMLLIElement> | undefined;
2383
+ onKeyUpCapture?: React.KeyboardEventHandler<HTMLLIElement> | undefined;
2384
+ onAbort?: React.ReactEventHandler<HTMLLIElement> | undefined;
2385
+ onAbortCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
2386
+ onCanPlay?: React.ReactEventHandler<HTMLLIElement> | undefined;
2387
+ onCanPlayCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
2388
+ onCanPlayThrough?: React.ReactEventHandler<HTMLLIElement> | undefined;
2389
+ onCanPlayThroughCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
2390
+ onDurationChange?: React.ReactEventHandler<HTMLLIElement> | undefined;
2391
+ onDurationChangeCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
2392
+ onEmptied?: React.ReactEventHandler<HTMLLIElement> | undefined;
2393
+ onEmptiedCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
2394
+ onEncrypted?: React.ReactEventHandler<HTMLLIElement> | undefined;
2395
+ onEncryptedCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
2396
+ onEnded?: React.ReactEventHandler<HTMLLIElement> | undefined;
2397
+ onEndedCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
2398
+ onLoadedData?: React.ReactEventHandler<HTMLLIElement> | undefined;
2399
+ onLoadedDataCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
2400
+ onLoadedMetadata?: React.ReactEventHandler<HTMLLIElement> | undefined;
2401
+ onLoadedMetadataCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
2402
+ onLoadStart?: React.ReactEventHandler<HTMLLIElement> | undefined;
2403
+ onLoadStartCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
2404
+ onPause?: React.ReactEventHandler<HTMLLIElement> | undefined;
2405
+ onPauseCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
2406
+ onPlay?: React.ReactEventHandler<HTMLLIElement> | undefined;
2407
+ onPlayCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
2408
+ onPlaying?: React.ReactEventHandler<HTMLLIElement> | undefined;
2409
+ onPlayingCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
2410
+ onProgress?: React.ReactEventHandler<HTMLLIElement> | undefined;
2411
+ onProgressCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
2412
+ onRateChange?: React.ReactEventHandler<HTMLLIElement> | undefined;
2413
+ onRateChangeCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
2414
+ onSeeked?: React.ReactEventHandler<HTMLLIElement> | undefined;
2415
+ onSeekedCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
2416
+ onSeeking?: React.ReactEventHandler<HTMLLIElement> | undefined;
2417
+ onSeekingCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
2418
+ onStalled?: React.ReactEventHandler<HTMLLIElement> | undefined;
2419
+ onStalledCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
2420
+ onSuspend?: React.ReactEventHandler<HTMLLIElement> | undefined;
2421
+ onSuspendCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
2422
+ onTimeUpdate?: React.ReactEventHandler<HTMLLIElement> | undefined;
2423
+ onTimeUpdateCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
2424
+ onVolumeChange?: React.ReactEventHandler<HTMLLIElement> | undefined;
2425
+ onVolumeChangeCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
2426
+ onWaiting?: React.ReactEventHandler<HTMLLIElement> | undefined;
2427
+ onWaitingCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
2428
+ onAuxClick?: React.MouseEventHandler<HTMLLIElement> | undefined;
2429
+ onAuxClickCapture?: React.MouseEventHandler<HTMLLIElement> | undefined;
2430
+ onClick?: React.MouseEventHandler<HTMLLIElement> | undefined;
2431
+ onClickCapture?: React.MouseEventHandler<HTMLLIElement> | undefined;
2432
+ onContextMenu?: React.MouseEventHandler<HTMLLIElement> | undefined;
2433
+ onContextMenuCapture?: React.MouseEventHandler<HTMLLIElement> | undefined;
2434
+ onDoubleClick?: React.MouseEventHandler<HTMLLIElement> | undefined;
2435
+ onDoubleClickCapture?: React.MouseEventHandler<HTMLLIElement> | undefined;
2436
+ onDrag?: React.DragEventHandler<HTMLLIElement> | undefined;
2437
+ onDragCapture?: React.DragEventHandler<HTMLLIElement> | undefined;
2438
+ onDragEnd?: React.DragEventHandler<HTMLLIElement> | undefined;
2439
+ onDragEndCapture?: React.DragEventHandler<HTMLLIElement> | undefined;
2440
+ onDragEnter?: React.DragEventHandler<HTMLLIElement> | undefined;
2441
+ onDragEnterCapture?: React.DragEventHandler<HTMLLIElement> | undefined;
2442
+ onDragExit?: React.DragEventHandler<HTMLLIElement> | undefined;
2443
+ onDragExitCapture?: React.DragEventHandler<HTMLLIElement> | undefined;
2444
+ onDragLeave?: React.DragEventHandler<HTMLLIElement> | undefined;
2445
+ onDragLeaveCapture?: React.DragEventHandler<HTMLLIElement> | undefined;
2446
+ onDragOver?: React.DragEventHandler<HTMLLIElement> | undefined;
2447
+ onDragOverCapture?: React.DragEventHandler<HTMLLIElement> | undefined;
2448
+ onDragStart?: React.DragEventHandler<HTMLLIElement> | undefined;
2449
+ onDragStartCapture?: React.DragEventHandler<HTMLLIElement> | undefined;
2450
+ onDrop?: React.DragEventHandler<HTMLLIElement> | undefined;
2451
+ onDropCapture?: React.DragEventHandler<HTMLLIElement> | undefined;
2452
+ onMouseDown?: React.MouseEventHandler<HTMLLIElement> | undefined;
2453
+ onMouseDownCapture?: React.MouseEventHandler<HTMLLIElement> | undefined;
2454
+ onMouseEnter?: React.MouseEventHandler<HTMLLIElement> | undefined;
2455
+ onMouseLeave?: React.MouseEventHandler<HTMLLIElement> | undefined;
2456
+ onMouseMove?: React.MouseEventHandler<HTMLLIElement> | undefined;
2457
+ onMouseMoveCapture?: React.MouseEventHandler<HTMLLIElement> | undefined;
2458
+ onMouseOut?: React.MouseEventHandler<HTMLLIElement> | undefined;
2459
+ onMouseOutCapture?: React.MouseEventHandler<HTMLLIElement> | undefined;
2460
+ onMouseOver?: React.MouseEventHandler<HTMLLIElement> | undefined;
2461
+ onMouseOverCapture?: React.MouseEventHandler<HTMLLIElement> | undefined;
2462
+ onMouseUp?: React.MouseEventHandler<HTMLLIElement> | undefined;
2463
+ onMouseUpCapture?: React.MouseEventHandler<HTMLLIElement> | undefined;
2464
+ onSelect?: React.ReactEventHandler<HTMLLIElement> | undefined;
2465
+ onSelectCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
2466
+ onTouchCancel?: React.TouchEventHandler<HTMLLIElement> | undefined;
2467
+ onTouchCancelCapture?: React.TouchEventHandler<HTMLLIElement> | undefined;
2468
+ onTouchEnd?: React.TouchEventHandler<HTMLLIElement> | undefined;
2469
+ onTouchEndCapture?: React.TouchEventHandler<HTMLLIElement> | undefined;
2470
+ onTouchMove?: React.TouchEventHandler<HTMLLIElement> | undefined;
2471
+ onTouchMoveCapture?: React.TouchEventHandler<HTMLLIElement> | undefined;
2472
+ onTouchStart?: React.TouchEventHandler<HTMLLIElement> | undefined;
2473
+ onTouchStartCapture?: React.TouchEventHandler<HTMLLIElement> | undefined;
2474
+ onPointerDown?: React.PointerEventHandler<HTMLLIElement> | undefined;
2475
+ onPointerDownCapture?: React.PointerEventHandler<HTMLLIElement> | undefined;
2476
+ onPointerMove?: React.PointerEventHandler<HTMLLIElement> | undefined;
2477
+ onPointerMoveCapture?: React.PointerEventHandler<HTMLLIElement> | undefined;
2478
+ onPointerUp?: React.PointerEventHandler<HTMLLIElement> | undefined;
2479
+ onPointerUpCapture?: React.PointerEventHandler<HTMLLIElement> | undefined;
2480
+ onPointerCancel?: React.PointerEventHandler<HTMLLIElement> | undefined;
2481
+ onPointerCancelCapture?: React.PointerEventHandler<HTMLLIElement> | undefined;
2482
+ onPointerEnter?: React.PointerEventHandler<HTMLLIElement> | undefined;
2483
+ onPointerEnterCapture?: React.PointerEventHandler<HTMLLIElement> | undefined;
2484
+ onPointerLeave?: React.PointerEventHandler<HTMLLIElement> | undefined;
2485
+ onPointerLeaveCapture?: React.PointerEventHandler<HTMLLIElement> | undefined;
2486
+ onPointerOver?: React.PointerEventHandler<HTMLLIElement> | undefined;
2487
+ onPointerOverCapture?: React.PointerEventHandler<HTMLLIElement> | undefined;
2488
+ onPointerOut?: React.PointerEventHandler<HTMLLIElement> | undefined;
2489
+ onPointerOutCapture?: React.PointerEventHandler<HTMLLIElement> | undefined;
2490
+ onGotPointerCapture?: React.PointerEventHandler<HTMLLIElement> | undefined;
2491
+ onGotPointerCaptureCapture?: React.PointerEventHandler<HTMLLIElement> | undefined;
2492
+ onLostPointerCapture?: React.PointerEventHandler<HTMLLIElement> | undefined;
2493
+ onLostPointerCaptureCapture?: React.PointerEventHandler<HTMLLIElement> | undefined;
2494
+ onScroll?: React.UIEventHandler<HTMLLIElement> | undefined;
2495
+ onScrollCapture?: React.UIEventHandler<HTMLLIElement> | undefined;
2496
+ onWheel?: React.WheelEventHandler<HTMLLIElement> | undefined;
2497
+ onWheelCapture?: React.WheelEventHandler<HTMLLIElement> | undefined;
2498
+ onAnimationStart?: React.AnimationEventHandler<HTMLLIElement> | undefined;
2499
+ onAnimationStartCapture?: React.AnimationEventHandler<HTMLLIElement> | undefined;
2500
+ onAnimationEnd?: React.AnimationEventHandler<HTMLLIElement> | undefined;
2501
+ onAnimationEndCapture?: React.AnimationEventHandler<HTMLLIElement> | undefined;
2502
+ onAnimationIteration?: React.AnimationEventHandler<HTMLLIElement> | undefined;
2503
+ onAnimationIterationCapture?: React.AnimationEventHandler<HTMLLIElement> | undefined;
2504
+ onTransitionEnd?: React.TransitionEventHandler<HTMLLIElement> | undefined;
2505
+ onTransitionEndCapture?: React.TransitionEventHandler<HTMLLIElement> | undefined;
2506
+ asChild?: boolean | undefined;
2507
+ }) => JSX.Element;
2508
+ ItemContent: ({ children, ...rest }: Omit<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
2509
+ ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
2510
+ }, "direction" | "gap" | "css" | "wrap" | "justify" | "align"> & import("@stitches/react/types/styled-component").TransformProps<{
2511
+ direction?: "inherit" | "initial" | "revert" | "unset" | "row" | "column" | "column-reverse" | "row-reverse" | "revert-layer" | undefined;
2512
+ wrap?: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | undefined;
2513
+ justify?: "center" | "left" | "right" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "space-around" | "space-between" | "space-evenly" | "end" | "flex-end" | "flex-start" | "start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
2514
+ align?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
2515
+ gap?: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | undefined;
2516
+ }, {
2517
+ sm: string;
2518
+ md: string;
2519
+ lg: string;
2520
+ xl: string;
2521
+ reducedMotion: string;
2522
+ allowMotion: string;
2523
+ hover: string;
2524
+ }> & {
2525
+ css?: import("@stitches/react/types/css-util").CSS<{
2526
+ sm: string;
2527
+ md: string;
2528
+ lg: string;
2529
+ xl: string;
2530
+ reducedMotion: string;
2531
+ allowMotion: string;
2532
+ hover: string;
2533
+ }, {
2534
+ colors: {
2535
+ textBold: any;
2536
+ textRegular: any;
2537
+ textSubtle: any;
2538
+ textMinimal: any;
2539
+ background: any;
2540
+ backgroundAccent: any;
2541
+ grey100: any;
2542
+ grey200: any;
2543
+ grey300: any;
2544
+ grey400: any;
2545
+ grey500: any;
2546
+ grey600: any;
2547
+ grey700: any;
2548
+ grey800: any;
2549
+ grey900: any;
2550
+ grey1000: any;
2551
+ grey1100: any;
2552
+ grey1200: any;
2553
+ blue100: any;
2554
+ blue200: any;
2555
+ blue300: any;
2556
+ blue400: any;
2557
+ blue500: any;
2558
+ blue600: any;
2559
+ blue700: any;
2560
+ blue800: any;
2561
+ blue900: any;
2562
+ blue1000: any;
2563
+ blue1100: any;
2564
+ blue1200: any;
2565
+ purple100: any;
2566
+ purple200: any;
2567
+ purple300: any;
2568
+ purple400: any;
2569
+ purple500: any;
2570
+ purple600: any;
2571
+ purple700: any;
2572
+ purple800: any;
2573
+ purple900: any;
2574
+ purple1000: any;
2575
+ purple1100: any;
2576
+ purple1200: any;
2577
+ cyan100: any;
2578
+ cyan200: any;
2579
+ cyan300: any;
2580
+ cyan400: any;
2581
+ cyan500: any;
2582
+ cyan600: any;
2583
+ cyan700: any;
2584
+ cyan800: any;
2585
+ cyan900: any;
2586
+ cyan1000: any;
2587
+ cyan1100: any;
2588
+ cyan1200: any;
2589
+ green100: any;
2590
+ green200: any;
2591
+ green300: any;
2592
+ green400: any;
2593
+ green500: any;
2594
+ green600: any;
2595
+ green700: any;
2596
+ green800: any;
2597
+ green900: any;
2598
+ green1000: any;
2599
+ green1100: any;
2600
+ green1200: any;
2601
+ magenta100: any;
2602
+ magenta200: any;
2603
+ magenta300: any;
2604
+ magenta400: any;
2605
+ magenta500: any;
2606
+ magenta600: any;
2607
+ magenta700: any;
2608
+ magenta800: any;
2609
+ magenta900: any;
2610
+ magenta1000: any;
2611
+ magenta1100: any;
2612
+ magenta1200: any;
2613
+ red100: any;
2614
+ red200: any;
2615
+ red300: any;
2616
+ red400: any;
2617
+ red500: any;
2618
+ red600: any;
2619
+ red700: any;
2620
+ red800: any;
2621
+ red900: any;
2622
+ red1000: any;
2623
+ red1100: any;
2624
+ red1200: any;
2625
+ teal100: any;
2626
+ teal200: any;
2627
+ teal300: any;
2628
+ teal400: any;
2629
+ teal500: any;
2630
+ teal600: any;
2631
+ teal700: any;
2632
+ teal800: any;
2633
+ teal900: any;
2634
+ teal1000: any;
2635
+ teal1100: any;
2636
+ teal1200: any;
2637
+ orange100: any;
2638
+ orange200: any;
2639
+ orange300: any;
2640
+ orange400: any;
2641
+ orange500: any;
2642
+ orange600: any;
2643
+ orange700: any;
2644
+ orange800: any;
2645
+ orange900: any;
2646
+ orange1000: any;
2647
+ orange1100: any;
2648
+ orange1200: any;
2649
+ yellow100: any;
2650
+ yellow200: any;
2651
+ yellow300: any;
2652
+ yellow400: any;
2653
+ yellow500: any;
2654
+ yellow600: any;
2655
+ yellow700: any;
2656
+ yellow800: any;
2657
+ yellow900: any;
2658
+ yellow1000: any;
2659
+ yellow1100: any;
2660
+ yellow1200: any;
2661
+ lime100: any;
2662
+ lime200: any;
2663
+ lime300: any;
2664
+ lime400: any;
2665
+ lime500: any;
2666
+ lime600: any;
2667
+ lime700: any;
2668
+ lime800: any;
2669
+ lime900: any;
2670
+ lime1000: any;
2671
+ lime1100: any;
2672
+ lime1200: any;
2673
+ tonal50: any;
2674
+ tonal100: any;
2675
+ tonal200: any;
2676
+ tonal300: any;
2677
+ tonal400: any;
2678
+ tonal500: any;
2679
+ tonal600: any;
2680
+ alpha100: any;
2681
+ alpha150: any;
2682
+ alpha200: any;
2683
+ alpha250: any;
2684
+ alpha600: any;
2685
+ brandRed: any;
2686
+ brandRedAccent: any;
2687
+ brandGreen: any;
2688
+ brandGreenAccent: any;
2689
+ brandPurple: any;
2690
+ brandPurpleAccent: any;
2691
+ brandYellow: any;
2692
+ brandYellowAccent: any;
2693
+ infoLight: any;
2694
+ info: any;
2695
+ infoMid: any;
2696
+ infoDark: any;
2697
+ successLight: any;
2698
+ success: any;
2699
+ successMid: any;
2700
+ successDark: any;
2701
+ dangerLight: any;
2702
+ danger: any;
2703
+ dangerMid: any;
2704
+ dangerDark: any;
2705
+ warningLight: any;
2706
+ warning: any;
2707
+ warningMid: any;
2708
+ warningDark: any;
2709
+ warningText: any;
2710
+ subjectEnglish: any;
2711
+ subjectMaths: any;
2712
+ subjectScience: any;
2713
+ subjectVerbalReasoning: any;
2714
+ subjectNonVerbalReasoning: any;
2715
+ subjectCreativeWriting: any;
2716
+ subjectExamSkills: any;
2717
+ glBlueLight: any;
2718
+ glBluePrimary: any;
2719
+ glBlueDark: any;
2720
+ primary100: any;
2721
+ primary200: any;
2722
+ primary300: any;
2723
+ primary400: any;
2724
+ primary500: any;
2725
+ primary600: any;
2726
+ primary700: any;
2727
+ primary800: any;
2728
+ primary900: any;
2729
+ primary1000: any;
2730
+ primary1100: any;
2731
+ primary1200: any;
2732
+ };
2733
+ space: {
2734
+ "0": any;
2735
+ "1": any;
2736
+ "2": any;
2737
+ "3": any;
2738
+ "4": any;
2739
+ "5": any;
2740
+ "6": any;
2741
+ "7": any;
2742
+ "8": any;
2743
+ "9": any;
2744
+ "24": any;
2745
+ };
2746
+ fontSizes: {
2747
+ xs: any;
2748
+ sm: any;
2749
+ md: any;
2750
+ lg: any;
2751
+ xl: any;
2752
+ "2xl": any;
2753
+ "3xl": any;
2754
+ "4xl": any;
2755
+ };
2756
+ fonts: {
2757
+ sans: any;
2758
+ mono: any;
2759
+ display: any;
2760
+ body: any;
2761
+ };
2762
+ sizes: {
2763
+ "0": any;
2764
+ "1": any;
2765
+ "2": any;
2766
+ "3": any;
2767
+ "4": any;
2768
+ "5": any;
2769
+ "6": any;
2770
+ "7": any;
2771
+ "8": any;
2772
+ };
2773
+ radii: {
2774
+ "0": any;
2775
+ "1": any;
2776
+ "2": any;
2777
+ "3": any;
2778
+ round: any;
2779
+ };
2780
+ shadows: {
2781
+ "0": any;
2782
+ "1": any;
2783
+ "2": any;
2784
+ "3": any;
2785
+ };
2786
+ ratios: {
2787
+ "16-9": any;
2788
+ "3-2": any;
2789
+ "4-3": any;
2790
+ "1-1": any;
2791
+ "3-4": any;
2792
+ };
2793
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
2794
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
2795
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
2796
+ };
2797
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
2798
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
2799
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
2800
+ };
2801
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2802
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2803
+ };
2804
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2805
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2806
+ };
2807
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2808
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2809
+ };
2810
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2811
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2812
+ };
2813
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2814
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2815
+ };
2816
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2817
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2818
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2819
+ };
2820
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2821
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2822
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2823
+ };
2824
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2825
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2826
+ };
2827
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2828
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2829
+ };
2830
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2831
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2832
+ };
2833
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2834
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2835
+ };
2836
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2837
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2838
+ };
2839
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2840
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2841
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2842
+ };
2843
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2844
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2845
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2846
+ };
2847
+ }> | undefined;
2848
+ }) => JSX.Element;
2849
+ Icon: (props: Omit<Omit<Omit<Pick<React.SVGProps<SVGSVGElement>, "string" | "clipPath" | "color" | "cursor" | "direction" | "display" | "filter" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "height" | "imageRendering" | "letterSpacing" | "opacity" | "order" | "paintOrder" | "pointerEvents" | "rotate" | "scale" | "textRendering" | "transform" | "unicodeBidi" | "visibility" | "width" | "wordSpacing" | "writingMode" | "mask" | "offset" | "overflow" | "textDecoration" | "alignmentBaseline" | "baselineShift" | "clip" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fill" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "local" | "media" | "onBlur" | "onChange" | "onSubmit" | "style" | "path" | "key" | "method" | "name" | "target" | "className" | "id" | "lang" | "tabIndex" | "role" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "mode" | "min" | "max" | "end" | "x" | "y" | "alphabetic" | "hanging" | "ideographic" | "mathematical" | "type" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clipPathUnits" | "colorInterpolationFilters" | "colorProfile" | "contentScriptType" | "contentStyleType" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "divisor" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "exponent" | "externalResourcesRequired" | "filterRes" | "filterUnits" | "focusable" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "href" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "limitingConeAngle" | "markerHeight" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "numOctaves" | "operator" | "orient" | "orientation" | "origin" | "overlinePosition" | "overlineThickness" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rx" | "ry" | "seed" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "strikethroughPosition" | "strikethroughThickness" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textLength" | "to" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "vMathematical" | "widths" | "x1" | "x2" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "yChannelSelector" | "z" | "zoomAndPan"> & {
2850
+ ref?: ((instance: SVGSVGElement | null) => void) | React.RefObject<SVGSVGElement> | null | undefined;
2851
+ }, "size" | "css"> & import("@stitches/react/types/styled-component").TransformProps<{
2852
+ size?: "sm" | "md" | "lg" | undefined;
2853
+ }, {
2854
+ sm: string;
2855
+ md: string;
2856
+ lg: string;
2857
+ xl: string;
2858
+ reducedMotion: string;
2859
+ allowMotion: string;
2860
+ hover: string;
2861
+ }> & {
2862
+ css?: import("@stitches/react/types/css-util").CSS<{
2863
+ sm: string;
2864
+ md: string;
2865
+ lg: string;
2866
+ xl: string;
2867
+ reducedMotion: string;
2868
+ allowMotion: string;
2869
+ hover: string;
2870
+ }, {
2871
+ colors: {
2872
+ textBold: any;
2873
+ textRegular: any;
2874
+ textSubtle: any;
2875
+ textMinimal: any;
2876
+ background: any;
2877
+ backgroundAccent: any;
2878
+ grey100: any;
2879
+ grey200: any;
2880
+ grey300: any;
2881
+ grey400: any;
2882
+ grey500: any;
2883
+ grey600: any;
2884
+ grey700: any;
2885
+ grey800: any;
2886
+ grey900: any;
2887
+ grey1000: any;
2888
+ grey1100: any;
2889
+ grey1200: any;
2890
+ blue100: any;
2891
+ blue200: any;
2892
+ blue300: any;
2893
+ blue400: any;
2894
+ blue500: any;
2895
+ blue600: any;
2896
+ blue700: any;
2897
+ blue800: any;
2898
+ blue900: any;
2899
+ blue1000: any;
2900
+ blue1100: any;
2901
+ blue1200: any;
2902
+ purple100: any;
2903
+ purple200: any;
2904
+ purple300: any;
2905
+ purple400: any;
2906
+ purple500: any;
2907
+ purple600: any;
2908
+ purple700: any;
2909
+ purple800: any;
2910
+ purple900: any;
2911
+ purple1000: any;
2912
+ purple1100: any;
2913
+ purple1200: any;
2914
+ cyan100: any;
2915
+ cyan200: any;
2916
+ cyan300: any;
2917
+ cyan400: any;
2918
+ cyan500: any;
2919
+ cyan600: any;
2920
+ cyan700: any;
2921
+ cyan800: any;
2922
+ cyan900: any;
2923
+ cyan1000: any;
2924
+ cyan1100: any;
2925
+ cyan1200: any;
2926
+ green100: any;
2927
+ green200: any;
2928
+ green300: any;
2929
+ green400: any;
2930
+ green500: any;
2931
+ green600: any;
2932
+ green700: any;
2933
+ green800: any;
2934
+ green900: any;
2935
+ green1000: any;
2936
+ green1100: any;
2937
+ green1200: any;
2938
+ magenta100: any;
2939
+ magenta200: any;
2940
+ magenta300: any;
2941
+ magenta400: any;
2942
+ magenta500: any;
2943
+ magenta600: any;
2944
+ magenta700: any;
2945
+ magenta800: any;
2946
+ magenta900: any;
2947
+ magenta1000: any;
2948
+ magenta1100: any;
2949
+ magenta1200: any;
2950
+ red100: any;
2951
+ red200: any;
2952
+ red300: any;
2953
+ red400: any;
2954
+ red500: any;
2955
+ red600: any;
2956
+ red700: any;
2957
+ red800: any;
2958
+ red900: any;
2959
+ red1000: any;
2960
+ red1100: any;
2961
+ red1200: any;
2962
+ teal100: any;
2963
+ teal200: any;
2964
+ teal300: any;
2965
+ teal400: any;
2966
+ teal500: any;
2967
+ teal600: any;
2968
+ teal700: any;
2969
+ teal800: any;
2970
+ teal900: any;
2971
+ teal1000: any;
2972
+ teal1100: any;
2973
+ teal1200: any;
2974
+ orange100: any;
2975
+ orange200: any;
2976
+ orange300: any;
2977
+ orange400: any;
2978
+ orange500: any;
2979
+ orange600: any;
2980
+ orange700: any;
2981
+ orange800: any;
2982
+ orange900: any;
2983
+ orange1000: any;
2984
+ orange1100: any;
2985
+ orange1200: any;
2986
+ yellow100: any;
2987
+ yellow200: any;
2988
+ yellow300: any;
2989
+ yellow400: any;
2990
+ yellow500: any;
2991
+ yellow600: any;
2992
+ yellow700: any;
2993
+ yellow800: any;
2994
+ yellow900: any;
2995
+ yellow1000: any;
2996
+ yellow1100: any;
2997
+ yellow1200: any;
2998
+ lime100: any;
2999
+ lime200: any;
3000
+ lime300: any;
3001
+ lime400: any;
3002
+ lime500: any;
3003
+ lime600: any;
3004
+ lime700: any;
3005
+ lime800: any;
3006
+ lime900: any;
3007
+ lime1000: any;
3008
+ lime1100: any;
3009
+ lime1200: any;
3010
+ tonal50: any;
3011
+ tonal100: any;
3012
+ tonal200: any;
3013
+ tonal300: any;
3014
+ tonal400: any;
3015
+ tonal500: any;
3016
+ tonal600: any;
3017
+ alpha100: any;
3018
+ alpha150: any;
3019
+ alpha200: any;
3020
+ alpha250: any;
3021
+ alpha600: any;
3022
+ brandRed: any;
3023
+ brandRedAccent: any;
3024
+ brandGreen: any;
3025
+ brandGreenAccent: any;
3026
+ brandPurple: any;
3027
+ brandPurpleAccent: any;
3028
+ brandYellow: any;
3029
+ brandYellowAccent: any;
3030
+ infoLight: any;
3031
+ info: any;
3032
+ infoMid: any;
3033
+ infoDark: any;
3034
+ successLight: any;
3035
+ success: any;
3036
+ successMid: any;
3037
+ successDark: any;
3038
+ dangerLight: any;
3039
+ danger: any;
3040
+ dangerMid: any;
3041
+ dangerDark: any;
3042
+ warningLight: any;
3043
+ warning: any;
3044
+ warningMid: any;
3045
+ warningDark: any;
3046
+ warningText: any;
3047
+ subjectEnglish: any;
3048
+ subjectMaths: any;
3049
+ subjectScience: any;
3050
+ subjectVerbalReasoning: any;
3051
+ subjectNonVerbalReasoning: any;
3052
+ subjectCreativeWriting: any;
3053
+ subjectExamSkills: any;
3054
+ glBlueLight: any;
3055
+ glBluePrimary: any;
3056
+ glBlueDark: any;
3057
+ primary100: any;
3058
+ primary200: any;
3059
+ primary300: any;
3060
+ primary400: any;
3061
+ primary500: any;
3062
+ primary600: any;
3063
+ primary700: any;
3064
+ primary800: any;
3065
+ primary900: any;
3066
+ primary1000: any;
3067
+ primary1100: any;
3068
+ primary1200: any;
3069
+ };
3070
+ space: {
3071
+ "0": any;
3072
+ "1": any;
3073
+ "2": any;
3074
+ "3": any;
3075
+ "4": any;
3076
+ "5": any;
3077
+ "6": any;
3078
+ "7": any;
3079
+ "8": any;
3080
+ "9": any;
3081
+ "24": any;
3082
+ };
3083
+ fontSizes: {
3084
+ xs: any;
3085
+ sm: any;
3086
+ md: any;
3087
+ lg: any;
3088
+ xl: any;
3089
+ "2xl": any;
3090
+ "3xl": any;
3091
+ "4xl": any;
3092
+ };
3093
+ fonts: {
3094
+ sans: any;
3095
+ mono: any;
3096
+ display: any;
3097
+ body: any;
3098
+ };
3099
+ sizes: {
3100
+ "0": any;
3101
+ "1": any;
3102
+ "2": any;
3103
+ "3": any;
3104
+ "4": any;
3105
+ "5": any;
3106
+ "6": any;
3107
+ "7": any;
3108
+ "8": any;
3109
+ };
3110
+ radii: {
3111
+ "0": any;
3112
+ "1": any;
3113
+ "2": any;
3114
+ "3": any;
3115
+ round: any;
3116
+ };
3117
+ shadows: {
3118
+ "0": any;
3119
+ "1": any;
3120
+ "2": any;
3121
+ "3": any;
3122
+ };
3123
+ ratios: {
3124
+ "16-9": any;
3125
+ "3-2": any;
3126
+ "4-3": any;
3127
+ "1-1": any;
3128
+ "3-4": any;
3129
+ };
3130
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
3131
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
3132
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
3133
+ };
3134
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
3135
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
3136
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
3137
+ };
3138
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3139
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3140
+ };
3141
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3142
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3143
+ };
3144
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3145
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3146
+ };
3147
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3148
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3149
+ };
3150
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3151
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3152
+ };
3153
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3154
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3155
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3156
+ };
3157
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3158
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3159
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3160
+ };
3161
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3162
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3163
+ };
3164
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3165
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3166
+ };
3167
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3168
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3169
+ };
3170
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3171
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3172
+ };
3173
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3174
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3175
+ };
3176
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3177
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3178
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3179
+ };
3180
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3181
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3182
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3183
+ };
3184
+ }> | undefined;
3185
+ }, "is" | "as"> & {
3186
+ is: React.FC<React.SVGProps<SVGSVGElement>>;
3187
+ as?: undefined;
3188
+ }, "css"> & import("@stitches/react/types/styled-component").TransformProps<{}, {
3189
+ sm: string;
3190
+ md: string;
3191
+ lg: string;
3192
+ xl: string;
3193
+ reducedMotion: string;
3194
+ allowMotion: string;
3195
+ hover: string;
3196
+ }> & {
3197
+ css?: import("@stitches/react/types/css-util").CSS<{
3198
+ sm: string;
3199
+ md: string;
3200
+ lg: string;
3201
+ xl: string;
3202
+ reducedMotion: string;
3203
+ allowMotion: string;
3204
+ hover: string;
3205
+ }, {
3206
+ colors: {
3207
+ textBold: any;
3208
+ textRegular: any;
3209
+ textSubtle: any;
3210
+ textMinimal: any;
3211
+ background: any;
3212
+ backgroundAccent: any;
3213
+ grey100: any;
3214
+ grey200: any;
3215
+ grey300: any;
3216
+ grey400: any;
3217
+ grey500: any;
3218
+ grey600: any;
3219
+ grey700: any;
3220
+ grey800: any;
3221
+ grey900: any;
3222
+ grey1000: any;
3223
+ grey1100: any;
3224
+ grey1200: any;
3225
+ blue100: any;
3226
+ blue200: any;
3227
+ blue300: any;
3228
+ blue400: any;
3229
+ blue500: any;
3230
+ blue600: any;
3231
+ blue700: any;
3232
+ blue800: any;
3233
+ blue900: any;
3234
+ blue1000: any;
3235
+ blue1100: any;
3236
+ blue1200: any;
3237
+ purple100: any;
3238
+ purple200: any;
3239
+ purple300: any;
3240
+ purple400: any;
3241
+ purple500: any;
3242
+ purple600: any;
3243
+ purple700: any;
3244
+ purple800: any;
3245
+ purple900: any;
3246
+ purple1000: any;
3247
+ purple1100: any;
3248
+ purple1200: any;
3249
+ cyan100: any;
3250
+ cyan200: any;
3251
+ cyan300: any;
3252
+ cyan400: any;
3253
+ cyan500: any;
3254
+ cyan600: any;
3255
+ cyan700: any;
3256
+ cyan800: any;
3257
+ cyan900: any;
3258
+ cyan1000: any;
3259
+ cyan1100: any;
3260
+ cyan1200: any;
3261
+ green100: any;
3262
+ green200: any;
3263
+ green300: any;
3264
+ green400: any;
3265
+ green500: any;
3266
+ green600: any;
3267
+ green700: any;
3268
+ green800: any;
3269
+ green900: any;
3270
+ green1000: any;
3271
+ green1100: any;
3272
+ green1200: any;
3273
+ magenta100: any;
3274
+ magenta200: any;
3275
+ magenta300: any;
3276
+ magenta400: any;
3277
+ magenta500: any;
3278
+ magenta600: any;
3279
+ magenta700: any;
3280
+ magenta800: any;
3281
+ magenta900: any;
3282
+ magenta1000: any;
3283
+ magenta1100: any;
3284
+ magenta1200: any;
3285
+ red100: any;
3286
+ red200: any;
3287
+ red300: any;
3288
+ red400: any;
3289
+ red500: any;
3290
+ red600: any;
3291
+ red700: any;
3292
+ red800: any;
3293
+ red900: any;
3294
+ red1000: any;
3295
+ red1100: any;
3296
+ red1200: any;
3297
+ teal100: any;
3298
+ teal200: any;
3299
+ teal300: any;
3300
+ teal400: any;
3301
+ teal500: any;
3302
+ teal600: any;
3303
+ teal700: any;
3304
+ teal800: any;
3305
+ teal900: any;
3306
+ teal1000: any;
3307
+ teal1100: any;
3308
+ teal1200: any;
3309
+ orange100: any;
3310
+ orange200: any;
3311
+ orange300: any;
3312
+ orange400: any;
3313
+ orange500: any;
3314
+ orange600: any;
3315
+ orange700: any;
3316
+ orange800: any;
3317
+ orange900: any;
3318
+ orange1000: any;
3319
+ orange1100: any;
3320
+ orange1200: any;
3321
+ yellow100: any;
3322
+ yellow200: any;
3323
+ yellow300: any;
3324
+ yellow400: any;
3325
+ yellow500: any;
3326
+ yellow600: any;
3327
+ yellow700: any;
3328
+ yellow800: any;
3329
+ yellow900: any;
3330
+ yellow1000: any;
3331
+ yellow1100: any;
3332
+ yellow1200: any;
3333
+ lime100: any;
3334
+ lime200: any;
3335
+ lime300: any;
3336
+ lime400: any;
3337
+ lime500: any;
3338
+ lime600: any;
3339
+ lime700: any;
3340
+ lime800: any;
3341
+ lime900: any;
3342
+ lime1000: any;
3343
+ lime1100: any;
3344
+ lime1200: any;
3345
+ tonal50: any;
3346
+ tonal100: any;
3347
+ tonal200: any;
3348
+ tonal300: any;
3349
+ tonal400: any;
3350
+ tonal500: any;
3351
+ tonal600: any;
3352
+ alpha100: any;
3353
+ alpha150: any;
3354
+ alpha200: any;
3355
+ alpha250: any;
3356
+ alpha600: any;
3357
+ brandRed: any;
3358
+ brandRedAccent: any;
3359
+ brandGreen: any;
3360
+ brandGreenAccent: any;
3361
+ brandPurple: any;
3362
+ brandPurpleAccent: any;
3363
+ brandYellow: any;
3364
+ brandYellowAccent: any;
3365
+ infoLight: any;
3366
+ info: any;
3367
+ infoMid: any;
3368
+ infoDark: any;
3369
+ successLight: any;
3370
+ success: any;
3371
+ successMid: any;
3372
+ successDark: any;
3373
+ dangerLight: any;
3374
+ danger: any;
3375
+ dangerMid: any;
3376
+ dangerDark: any;
3377
+ warningLight: any;
3378
+ warning: any;
3379
+ warningMid: any;
3380
+ warningDark: any;
3381
+ warningText: any;
3382
+ subjectEnglish: any;
3383
+ subjectMaths: any;
3384
+ subjectScience: any;
3385
+ subjectVerbalReasoning: any;
3386
+ subjectNonVerbalReasoning: any;
3387
+ subjectCreativeWriting: any;
3388
+ subjectExamSkills: any;
3389
+ glBlueLight: any;
3390
+ glBluePrimary: any;
3391
+ glBlueDark: any;
3392
+ primary100: any;
3393
+ primary200: any;
3394
+ primary300: any;
3395
+ primary400: any;
3396
+ primary500: any;
3397
+ primary600: any;
3398
+ primary700: any;
3399
+ primary800: any;
3400
+ primary900: any;
3401
+ primary1000: any;
3402
+ primary1100: any;
3403
+ primary1200: any;
3404
+ };
3405
+ space: {
3406
+ "0": any;
3407
+ "1": any;
3408
+ "2": any;
3409
+ "3": any;
3410
+ "4": any;
3411
+ "5": any;
3412
+ "6": any;
3413
+ "7": any;
3414
+ "8": any;
3415
+ "9": any;
3416
+ "24": any;
3417
+ };
3418
+ fontSizes: {
3419
+ xs: any;
3420
+ sm: any;
3421
+ md: any;
3422
+ lg: any;
3423
+ xl: any;
3424
+ "2xl": any;
3425
+ "3xl": any;
3426
+ "4xl": any;
3427
+ };
3428
+ fonts: {
3429
+ sans: any;
3430
+ mono: any;
3431
+ display: any;
3432
+ body: any;
3433
+ };
3434
+ sizes: {
3435
+ "0": any;
3436
+ "1": any;
3437
+ "2": any;
3438
+ "3": any;
3439
+ "4": any;
3440
+ "5": any;
3441
+ "6": any;
3442
+ "7": any;
3443
+ "8": any;
3444
+ };
3445
+ radii: {
3446
+ "0": any;
3447
+ "1": any;
3448
+ "2": any;
3449
+ "3": any;
3450
+ round: any;
3451
+ };
3452
+ shadows: {
3453
+ "0": any;
3454
+ "1": any;
3455
+ "2": any;
3456
+ "3": any;
3457
+ };
3458
+ ratios: {
3459
+ "16-9": any;
3460
+ "3-2": any;
3461
+ "4-3": any;
3462
+ "1-1": any;
3463
+ "3-4": any;
3464
+ };
3465
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
3466
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
3467
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
3468
+ };
3469
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
3470
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
3471
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
3472
+ };
3473
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3474
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3475
+ };
3476
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3477
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3478
+ };
3479
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3480
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3481
+ };
3482
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3483
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3484
+ };
3485
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3486
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3487
+ };
3488
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3489
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3490
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3491
+ };
3492
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3493
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3494
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3495
+ };
3496
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3497
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3498
+ };
3499
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3500
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3501
+ };
3502
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3503
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3504
+ };
3505
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3506
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3507
+ };
3508
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3509
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3510
+ };
3511
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3512
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3513
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3514
+ };
3515
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3516
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3517
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3518
+ };
3519
+ }> | undefined;
3520
+ }) => JSX.Element;
3521
+ Text: (props: Omit<Omit<Omit<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "key" | keyof React.HTMLAttributes<HTMLParagraphElement>> & {
3522
+ ref?: ((instance: HTMLParagraphElement | null) => void) | React.RefObject<HTMLParagraphElement> | null | undefined;
3523
+ }, "size" | "css" | "noCapsize"> & import("@stitches/react/types/styled-component").TransformProps<{
3524
+ size?: "sm" | "md" | "lg" | "xl" | "xs" | undefined;
3525
+ noCapsize?: boolean | "true" | undefined;
3526
+ }, {
3527
+ sm: string;
3528
+ md: string;
3529
+ lg: string;
3530
+ xl: string;
3531
+ reducedMotion: string;
3532
+ allowMotion: string;
3533
+ hover: string;
3534
+ }> & {
3535
+ css?: import("@stitches/react/types/css-util").CSS<{
3536
+ sm: string;
3537
+ md: string;
3538
+ lg: string;
3539
+ xl: string;
3540
+ reducedMotion: string;
3541
+ allowMotion: string;
3542
+ hover: string;
3543
+ }, {
3544
+ colors: {
3545
+ textBold: any;
3546
+ textRegular: any;
3547
+ textSubtle: any;
3548
+ textMinimal: any;
3549
+ background: any;
3550
+ backgroundAccent: any;
3551
+ grey100: any;
3552
+ grey200: any;
3553
+ grey300: any;
3554
+ grey400: any;
3555
+ grey500: any;
3556
+ grey600: any;
3557
+ grey700: any;
3558
+ grey800: any;
3559
+ grey900: any;
3560
+ grey1000: any;
3561
+ grey1100: any;
3562
+ grey1200: any;
3563
+ blue100: any;
3564
+ blue200: any;
3565
+ blue300: any;
3566
+ blue400: any;
3567
+ blue500: any;
3568
+ blue600: any;
3569
+ blue700: any;
3570
+ blue800: any;
3571
+ blue900: any;
3572
+ blue1000: any;
3573
+ blue1100: any;
3574
+ blue1200: any;
3575
+ purple100: any;
3576
+ purple200: any;
3577
+ purple300: any;
3578
+ purple400: any;
3579
+ purple500: any;
3580
+ purple600: any;
3581
+ purple700: any;
3582
+ purple800: any;
3583
+ purple900: any;
3584
+ purple1000: any;
3585
+ purple1100: any;
3586
+ purple1200: any;
3587
+ cyan100: any;
3588
+ cyan200: any;
3589
+ cyan300: any;
3590
+ cyan400: any;
3591
+ cyan500: any;
3592
+ cyan600: any;
3593
+ cyan700: any;
3594
+ cyan800: any;
3595
+ cyan900: any;
3596
+ cyan1000: any;
3597
+ cyan1100: any;
3598
+ cyan1200: any;
3599
+ green100: any;
3600
+ green200: any;
3601
+ green300: any;
3602
+ green400: any;
3603
+ green500: any;
3604
+ green600: any;
3605
+ green700: any;
3606
+ green800: any;
3607
+ green900: any;
3608
+ green1000: any;
3609
+ green1100: any;
3610
+ green1200: any;
3611
+ magenta100: any;
3612
+ magenta200: any;
3613
+ magenta300: any;
3614
+ magenta400: any;
3615
+ magenta500: any;
3616
+ magenta600: any;
3617
+ magenta700: any;
3618
+ magenta800: any;
3619
+ magenta900: any;
3620
+ magenta1000: any;
3621
+ magenta1100: any;
3622
+ magenta1200: any;
3623
+ red100: any;
3624
+ red200: any;
3625
+ red300: any;
3626
+ red400: any;
3627
+ red500: any;
3628
+ red600: any;
3629
+ red700: any;
3630
+ red800: any;
3631
+ red900: any;
3632
+ red1000: any;
3633
+ red1100: any;
3634
+ red1200: any;
3635
+ teal100: any;
3636
+ teal200: any;
3637
+ teal300: any;
3638
+ teal400: any;
3639
+ teal500: any;
3640
+ teal600: any;
3641
+ teal700: any;
3642
+ teal800: any;
3643
+ teal900: any;
3644
+ teal1000: any;
3645
+ teal1100: any;
3646
+ teal1200: any;
3647
+ orange100: any;
3648
+ orange200: any;
3649
+ orange300: any;
3650
+ orange400: any;
3651
+ orange500: any;
3652
+ orange600: any;
3653
+ orange700: any;
3654
+ orange800: any;
3655
+ orange900: any;
3656
+ orange1000: any;
3657
+ orange1100: any;
3658
+ orange1200: any;
3659
+ yellow100: any;
3660
+ yellow200: any;
3661
+ yellow300: any;
3662
+ yellow400: any;
3663
+ yellow500: any;
3664
+ yellow600: any;
3665
+ yellow700: any;
3666
+ yellow800: any;
3667
+ yellow900: any;
3668
+ yellow1000: any;
3669
+ yellow1100: any;
3670
+ yellow1200: any;
3671
+ lime100: any;
3672
+ lime200: any;
3673
+ lime300: any;
3674
+ lime400: any;
3675
+ lime500: any;
3676
+ lime600: any;
3677
+ lime700: any;
3678
+ lime800: any;
3679
+ lime900: any;
3680
+ lime1000: any;
3681
+ lime1100: any;
3682
+ lime1200: any;
3683
+ tonal50: any;
3684
+ tonal100: any;
3685
+ tonal200: any;
3686
+ tonal300: any;
3687
+ tonal400: any;
3688
+ tonal500: any;
3689
+ tonal600: any;
3690
+ alpha100: any;
3691
+ alpha150: any;
3692
+ alpha200: any;
3693
+ alpha250: any;
3694
+ alpha600: any;
3695
+ brandRed: any;
3696
+ brandRedAccent: any;
3697
+ brandGreen: any;
3698
+ brandGreenAccent: any;
3699
+ brandPurple: any;
3700
+ brandPurpleAccent: any;
3701
+ brandYellow: any;
3702
+ brandYellowAccent: any;
3703
+ infoLight: any;
3704
+ info: any;
3705
+ infoMid: any;
3706
+ infoDark: any;
3707
+ successLight: any;
3708
+ success: any;
3709
+ successMid: any;
3710
+ successDark: any;
3711
+ dangerLight: any;
3712
+ danger: any;
3713
+ dangerMid: any;
3714
+ dangerDark: any;
3715
+ warningLight: any;
3716
+ warning: any;
3717
+ warningMid: any;
3718
+ warningDark: any;
3719
+ warningText: any;
3720
+ subjectEnglish: any;
3721
+ subjectMaths: any;
3722
+ subjectScience: any;
3723
+ subjectVerbalReasoning: any;
3724
+ subjectNonVerbalReasoning: any;
3725
+ subjectCreativeWriting: any;
3726
+ subjectExamSkills: any;
3727
+ glBlueLight: any;
3728
+ glBluePrimary: any;
3729
+ glBlueDark: any;
3730
+ primary100: any;
3731
+ primary200: any;
3732
+ primary300: any;
3733
+ primary400: any;
3734
+ primary500: any;
3735
+ primary600: any;
3736
+ primary700: any;
3737
+ primary800: any;
3738
+ primary900: any;
3739
+ primary1000: any;
3740
+ primary1100: any;
3741
+ primary1200: any;
3742
+ };
3743
+ space: {
3744
+ "0": any;
3745
+ "1": any;
3746
+ "2": any;
3747
+ "3": any;
3748
+ "4": any;
3749
+ "5": any;
3750
+ "6": any;
3751
+ "7": any;
3752
+ "8": any;
3753
+ "9": any;
3754
+ "24": any;
3755
+ };
3756
+ fontSizes: {
3757
+ xs: any;
3758
+ sm: any;
3759
+ md: any;
3760
+ lg: any;
3761
+ xl: any;
3762
+ "2xl": any;
3763
+ "3xl": any;
3764
+ "4xl": any;
3765
+ };
3766
+ fonts: {
3767
+ sans: any;
3768
+ mono: any;
3769
+ display: any;
3770
+ body: any;
3771
+ };
3772
+ sizes: {
3773
+ "0": any;
3774
+ "1": any;
3775
+ "2": any;
3776
+ "3": any;
3777
+ "4": any;
3778
+ "5": any;
3779
+ "6": any;
3780
+ "7": any;
3781
+ "8": any;
3782
+ };
3783
+ radii: {
3784
+ "0": any;
3785
+ "1": any;
3786
+ "2": any;
3787
+ "3": any;
3788
+ round: any;
3789
+ };
3790
+ shadows: {
3791
+ "0": any;
3792
+ "1": any;
3793
+ "2": any;
3794
+ "3": any;
3795
+ };
3796
+ ratios: {
3797
+ "16-9": any;
3798
+ "3-2": any;
3799
+ "4-3": any;
3800
+ "1-1": any;
3801
+ "3-4": any;
3802
+ };
3803
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
3804
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
3805
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
3806
+ };
3807
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
3808
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
3809
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
3810
+ };
3811
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3812
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3813
+ };
3814
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3815
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3816
+ };
3817
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3818
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3819
+ };
3820
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3821
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3822
+ };
3823
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3824
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3825
+ };
3826
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3827
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3828
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3829
+ };
3830
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3831
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3832
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3833
+ };
3834
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3835
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3836
+ };
3837
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3838
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3839
+ };
3840
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3841
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3842
+ };
3843
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3844
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3845
+ };
3846
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3847
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3848
+ };
3849
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3850
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3851
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3852
+ };
3853
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3854
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3855
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3856
+ };
3857
+ }> | undefined;
3858
+ }, "as"> & {
3859
+ as?: React.ElementType<any> | React.ComponentType<{}> | undefined;
3860
+ }, "css" | "isExpanded"> & import("@stitches/react/types/styled-component").TransformProps<{
3861
+ isExpanded?: boolean | "true" | "false" | undefined;
3862
+ }, {
3863
+ sm: string;
3864
+ md: string;
3865
+ lg: string;
3866
+ xl: string;
3867
+ reducedMotion: string;
3868
+ allowMotion: string;
3869
+ hover: string;
3870
+ }> & {
3871
+ css?: import("@stitches/react/types/css-util").CSS<{
3872
+ sm: string;
3873
+ md: string;
3874
+ lg: string;
3875
+ xl: string;
3876
+ reducedMotion: string;
3877
+ allowMotion: string;
3878
+ hover: string;
3879
+ }, {
3880
+ colors: {
3881
+ textBold: any;
3882
+ textRegular: any;
3883
+ textSubtle: any;
3884
+ textMinimal: any;
3885
+ background: any;
3886
+ backgroundAccent: any;
3887
+ grey100: any;
3888
+ grey200: any;
3889
+ grey300: any;
3890
+ grey400: any;
3891
+ grey500: any;
3892
+ grey600: any;
3893
+ grey700: any;
3894
+ grey800: any;
3895
+ grey900: any;
3896
+ grey1000: any;
3897
+ grey1100: any;
3898
+ grey1200: any;
3899
+ blue100: any;
3900
+ blue200: any;
3901
+ blue300: any;
3902
+ blue400: any;
3903
+ blue500: any;
3904
+ blue600: any;
3905
+ blue700: any;
3906
+ blue800: any;
3907
+ blue900: any;
3908
+ blue1000: any;
3909
+ blue1100: any;
3910
+ blue1200: any;
3911
+ purple100: any;
3912
+ purple200: any;
3913
+ purple300: any;
3914
+ purple400: any;
3915
+ purple500: any;
3916
+ purple600: any;
3917
+ purple700: any;
3918
+ purple800: any;
3919
+ purple900: any;
3920
+ purple1000: any;
3921
+ purple1100: any;
3922
+ purple1200: any;
3923
+ cyan100: any;
3924
+ cyan200: any;
3925
+ cyan300: any;
3926
+ cyan400: any;
3927
+ cyan500: any;
3928
+ cyan600: any;
3929
+ cyan700: any;
3930
+ cyan800: any;
3931
+ cyan900: any;
3932
+ cyan1000: any;
3933
+ cyan1100: any;
3934
+ cyan1200: any;
3935
+ green100: any;
3936
+ green200: any;
3937
+ green300: any;
3938
+ green400: any;
3939
+ green500: any;
3940
+ green600: any;
3941
+ green700: any;
3942
+ green800: any;
3943
+ green900: any;
3944
+ green1000: any;
3945
+ green1100: any;
3946
+ green1200: any;
3947
+ magenta100: any;
3948
+ magenta200: any;
3949
+ magenta300: any;
3950
+ magenta400: any;
3951
+ magenta500: any;
3952
+ magenta600: any;
3953
+ magenta700: any;
3954
+ magenta800: any;
3955
+ magenta900: any;
3956
+ magenta1000: any;
3957
+ magenta1100: any;
3958
+ magenta1200: any;
3959
+ red100: any;
3960
+ red200: any;
3961
+ red300: any;
3962
+ red400: any;
3963
+ red500: any;
3964
+ red600: any;
3965
+ red700: any;
3966
+ red800: any;
3967
+ red900: any;
3968
+ red1000: any;
3969
+ red1100: any;
3970
+ red1200: any;
3971
+ teal100: any;
3972
+ teal200: any;
3973
+ teal300: any;
3974
+ teal400: any;
3975
+ teal500: any;
3976
+ teal600: any;
3977
+ teal700: any;
3978
+ teal800: any;
3979
+ teal900: any;
3980
+ teal1000: any;
3981
+ teal1100: any;
3982
+ teal1200: any;
3983
+ orange100: any;
3984
+ orange200: any;
3985
+ orange300: any;
3986
+ orange400: any;
3987
+ orange500: any;
3988
+ orange600: any;
3989
+ orange700: any;
3990
+ orange800: any;
3991
+ orange900: any;
3992
+ orange1000: any;
3993
+ orange1100: any;
3994
+ orange1200: any;
3995
+ yellow100: any;
3996
+ yellow200: any;
3997
+ yellow300: any;
3998
+ yellow400: any;
3999
+ yellow500: any;
4000
+ yellow600: any;
4001
+ yellow700: any;
4002
+ yellow800: any;
4003
+ yellow900: any;
4004
+ yellow1000: any;
4005
+ yellow1100: any;
4006
+ yellow1200: any;
4007
+ lime100: any;
4008
+ lime200: any;
4009
+ lime300: any;
4010
+ lime400: any;
4011
+ lime500: any;
4012
+ lime600: any;
4013
+ lime700: any;
4014
+ lime800: any;
4015
+ lime900: any;
4016
+ lime1000: any;
4017
+ lime1100: any;
4018
+ lime1200: any;
4019
+ tonal50: any;
4020
+ tonal100: any;
4021
+ tonal200: any;
4022
+ tonal300: any;
4023
+ tonal400: any;
4024
+ tonal500: any;
4025
+ tonal600: any;
4026
+ alpha100: any;
4027
+ alpha150: any;
4028
+ alpha200: any;
4029
+ alpha250: any;
4030
+ alpha600: any;
4031
+ brandRed: any;
4032
+ brandRedAccent: any;
4033
+ brandGreen: any;
4034
+ brandGreenAccent: any;
4035
+ brandPurple: any;
4036
+ brandPurpleAccent: any;
4037
+ brandYellow: any;
4038
+ brandYellowAccent: any;
4039
+ infoLight: any;
4040
+ info: any;
4041
+ infoMid: any;
4042
+ infoDark: any;
4043
+ successLight: any;
4044
+ success: any;
4045
+ successMid: any;
4046
+ successDark: any;
4047
+ dangerLight: any;
4048
+ danger: any;
4049
+ dangerMid: any;
4050
+ dangerDark: any;
4051
+ warningLight: any;
4052
+ warning: any;
4053
+ warningMid: any;
4054
+ warningDark: any;
4055
+ warningText: any;
4056
+ subjectEnglish: any;
4057
+ subjectMaths: any;
4058
+ subjectScience: any;
4059
+ subjectVerbalReasoning: any;
4060
+ subjectNonVerbalReasoning: any;
4061
+ subjectCreativeWriting: any;
4062
+ subjectExamSkills: any;
4063
+ glBlueLight: any;
4064
+ glBluePrimary: any;
4065
+ glBlueDark: any;
4066
+ primary100: any;
4067
+ primary200: any;
4068
+ primary300: any;
4069
+ primary400: any;
4070
+ primary500: any;
4071
+ primary600: any;
4072
+ primary700: any;
4073
+ primary800: any;
4074
+ primary900: any;
4075
+ primary1000: any;
4076
+ primary1100: any;
4077
+ primary1200: any;
4078
+ };
4079
+ space: {
4080
+ "0": any;
4081
+ "1": any;
4082
+ "2": any;
4083
+ "3": any;
4084
+ "4": any;
4085
+ "5": any;
4086
+ "6": any;
4087
+ "7": any;
4088
+ "8": any;
4089
+ "9": any;
4090
+ "24": any;
4091
+ };
4092
+ fontSizes: {
4093
+ xs: any;
4094
+ sm: any;
4095
+ md: any;
4096
+ lg: any;
4097
+ xl: any;
4098
+ "2xl": any;
4099
+ "3xl": any;
4100
+ "4xl": any;
4101
+ };
4102
+ fonts: {
4103
+ sans: any;
4104
+ mono: any;
4105
+ display: any;
4106
+ body: any;
4107
+ };
4108
+ sizes: {
4109
+ "0": any;
4110
+ "1": any;
4111
+ "2": any;
4112
+ "3": any;
4113
+ "4": any;
4114
+ "5": any;
4115
+ "6": any;
4116
+ "7": any;
4117
+ "8": any;
4118
+ };
4119
+ radii: {
4120
+ "0": any;
4121
+ "1": any;
4122
+ "2": any;
4123
+ "3": any;
4124
+ round: any;
4125
+ };
4126
+ shadows: {
4127
+ "0": any;
4128
+ "1": any;
4129
+ "2": any;
4130
+ "3": any;
4131
+ };
4132
+ ratios: {
4133
+ "16-9": any;
4134
+ "3-2": any;
4135
+ "4-3": any;
4136
+ "1-1": any;
4137
+ "3-4": any;
4138
+ };
4139
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
4140
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
4141
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
4142
+ };
4143
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
4144
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
4145
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
4146
+ };
4147
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4148
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4149
+ };
4150
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4151
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4152
+ };
4153
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4154
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4155
+ };
4156
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4157
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4158
+ };
4159
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4160
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4161
+ };
4162
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4163
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4164
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4165
+ };
4166
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4167
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4168
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4169
+ };
4170
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4171
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4172
+ };
4173
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4174
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4175
+ };
4176
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4177
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4178
+ };
4179
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4180
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4181
+ };
4182
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4183
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4184
+ };
4185
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4186
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4187
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4188
+ };
4189
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4190
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4191
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4192
+ };
4193
+ }> | undefined;
4194
+ }) => JSX.Element;
351
4195
  };
352
- export declare const NavigationMenuVertical: TNavigationVerticalType;
353
4196
  export {};