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