@atom-learning/components 4.0.0-beta.9 → 4.0.0

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