@atom-learning/components 3.30.0 → 4.0.0-beta.10

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