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

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