@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
@@ -1,20 +1,12 @@
1
1
  import React from 'react';
2
- import { CSS } from '../../stitches';
3
- declare type TopBarBrandLogoProps = {
4
- src: string;
5
- alt?: string;
6
- css?: CSS;
7
- };
8
- export declare const TopBarBrandLogo: {
9
- ({ src, alt, css }: TopBarBrandLogoProps): JSX.Element;
10
- toString(): string;
11
- };
2
+ import { Image } from '../image';
3
+ export declare const TopBarBrandLogo: ({ src, alt, css }: Pick<React.ComponentProps<typeof Image>, "src" | "alt" | "css">) => JSX.Element;
12
4
  export declare const TopBarBrandName: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<React.ForwardRefExoticComponent<Omit<Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref"> & {
13
5
  ref?: ((instance: HTMLParagraphElement | null) => void) | React.RefObject<HTMLParagraphElement> | null | undefined;
14
6
  }, "size" | "css" | "weight" | "noCapsize" | "family"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
15
- weight?: "bold" | "regular" | undefined;
7
+ weight?: "bold" | "normal" | undefined;
16
8
  family?: "display" | "mono" | "body" | undefined;
17
- size?: "sm" | "md" | "lg" | "xl" | "xs" | undefined;
9
+ size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
18
10
  noCapsize?: boolean | "true" | undefined;
19
11
  }, {
20
12
  sm: string;
@@ -35,369 +27,354 @@ export declare const TopBarBrandName: import("@atom-learning/stitches-react/type
35
27
  hover: string;
36
28
  }, {
37
29
  colors: {
38
- textBold: any;
39
- textRegular: any;
40
- textSubtle: any;
41
- textMinimal: any;
42
- background: any;
43
- backgroundAccent: any;
44
- grey100: any;
45
- grey200: any;
46
- grey300: any;
47
- grey400: any;
48
- grey500: any;
49
- grey600: any;
50
- grey700: any;
51
- grey800: any;
52
- grey900: any;
53
- grey1000: any;
54
- grey1100: any;
55
- grey1200: any;
56
- blue100: any;
57
- blue200: any;
58
- blue300: any;
59
- blue400: any;
60
- blue500: any;
61
- blue600: any;
62
- blue700: any;
63
- blue800: any;
64
- blue900: any;
65
- blue1000: any;
66
- blue1100: any;
67
- blue1200: any;
68
- pink100: any;
69
- pink200: any;
70
- pink300: any;
71
- pink400: any;
72
- pink500: any;
73
- pink600: any;
74
- pink700: any;
75
- pink800: any;
76
- pink900: any;
77
- pink1000: any;
78
- pink1100: any;
79
- pink1200: any;
80
- purple100: any;
81
- purple200: any;
82
- purple300: any;
83
- purple400: any;
84
- purple500: any;
85
- purple600: any;
86
- purple700: any;
87
- purple800: any;
88
- purple900: any;
89
- purple1000: any;
90
- purple1100: any;
91
- purple1200: any;
92
- cyan100: any;
93
- cyan200: any;
94
- cyan300: any;
95
- cyan400: any;
96
- cyan500: any;
97
- cyan600: any;
98
- cyan700: any;
99
- cyan800: any;
100
- cyan900: any;
101
- cyan1000: any;
102
- cyan1100: any;
103
- cyan1200: any;
104
- green100: any;
105
- green200: any;
106
- green300: any;
107
- green400: any;
108
- green500: any;
109
- green600: any;
110
- green700: any;
111
- green800: any;
112
- green900: any;
113
- green1000: any;
114
- green1100: any;
115
- green1200: any;
116
- magenta100: any;
117
- magenta200: any;
118
- magenta300: any;
119
- magenta400: any;
120
- magenta500: any;
121
- magenta600: any;
122
- magenta700: any;
123
- magenta800: any;
124
- magenta900: any;
125
- magenta1000: any;
126
- magenta1100: any;
127
- magenta1200: any;
128
- red100: any;
129
- red200: any;
130
- red300: any;
131
- red400: any;
132
- red500: any;
133
- red600: any;
134
- red700: any;
135
- red800: any;
136
- red900: any;
137
- red1000: any;
138
- red1100: any;
139
- red1200: any;
140
- teal100: any;
141
- teal200: any;
142
- teal300: any;
143
- teal400: any;
144
- teal500: any;
145
- teal600: any;
146
- teal700: any;
147
- teal800: any;
148
- teal900: any;
149
- teal1000: any;
150
- teal1100: any;
151
- teal1200: any;
152
- orange100: any;
153
- orange200: any;
154
- orange300: any;
155
- orange400: any;
156
- orange500: any;
157
- orange600: any;
158
- orange700: any;
159
- orange800: any;
160
- orange900: any;
161
- orange1000: any;
162
- orange1100: any;
163
- orange1200: any;
164
- yellow100: any;
165
- yellow200: any;
166
- yellow300: any;
167
- yellow400: any;
168
- yellow500: any;
169
- yellow600: any;
170
- yellow700: any;
171
- yellow800: any;
172
- yellow900: any;
173
- yellow1000: any;
174
- yellow1100: any;
175
- yellow1200: any;
176
- lime100: any;
177
- lime200: any;
178
- lime300: any;
179
- lime400: any;
180
- lime500: any;
181
- lime600: any;
182
- lime700: any;
183
- lime800: any;
184
- lime900: any;
185
- lime1000: any;
186
- lime1100: any;
187
- lime1200: any;
188
- lapis100: any;
189
- lapis200: any;
190
- lapis300: any;
191
- lapis400: any;
192
- lapis500: any;
193
- lapis600: any;
194
- lapis700: any;
195
- lapis800: any;
196
- lapis900: any;
197
- lapis1000: any;
198
- lapis1100: any;
199
- lapis1200: any;
200
- maroon100: any;
201
- maroon200: any;
202
- maroon300: any;
203
- maroon400: any;
204
- maroon500: any;
205
- maroon600: any;
206
- maroon700: any;
207
- maroon800: any;
208
- maroon900: any;
209
- maroon1000: any;
210
- maroon1100: any;
211
- maroon1200: any;
212
- marsh100: any;
213
- marsh200: any;
214
- marsh300: any;
215
- marsh400: any;
216
- marsh500: any;
217
- marsh600: any;
218
- marsh700: any;
219
- marsh800: any;
220
- marsh900: any;
221
- marsh1000: any;
222
- marsh1100: any;
223
- marsh1200: any;
224
- tonal50: any;
225
- tonal100: any;
226
- tonal200: any;
227
- tonal300: any;
228
- tonal400: any;
229
- tonal500: any;
230
- tonal600: any;
231
- alpha100: any;
232
- alpha150: any;
233
- alpha200: any;
234
- alpha250: any;
235
- alpha600: any;
236
- brandRed: any;
237
- brandRedAccent: any;
238
- brandGreen: any;
239
- brandGreenAccent: any;
240
- brandPurple: any;
241
- brandPurpleAccent: any;
242
- brandYellow: any;
243
- brandYellowAccent: any;
244
- infoLight: any;
245
- info: any;
246
- infoMid: any;
247
- infoDark: any;
248
- successLight: any;
249
- success: any;
250
- successMid: any;
251
- successDark: any;
252
- dangerLight: any;
253
- danger: any;
254
- dangerMid: any;
255
- dangerDark: any;
256
- warningLight: any;
257
- warning: any;
258
- warningMid: any;
259
- warningDark: any;
260
- warningText: any;
261
- subjectEnglish: any;
262
- subjectMaths: any;
263
- subjectScience: any;
264
- subjectVerbalReasoning: any;
265
- subjectNonVerbalReasoning: any;
266
- subjectCreativeWriting: any;
267
- subjectExamSkills: any;
268
- glBlueLight: any;
269
- glBluePrimary: any;
270
- glBlueDark: any;
271
- primary100: any;
272
- primary200: any;
273
- primary300: any;
274
- primary400: any;
275
- primary500: any;
276
- primary600: any;
277
- primary700: any;
278
- primary800: any;
279
- primary900: any;
280
- primary1000: any;
281
- primary1100: any;
282
- primary1200: any;
30
+ textBold: string;
31
+ textRegular: string;
32
+ textSubtle: string;
33
+ textMinimal: string;
34
+ background: string;
35
+ backgroundAccent: string;
36
+ grey100: string;
37
+ grey200: string;
38
+ grey300: string;
39
+ grey400: string;
40
+ grey500: string;
41
+ grey600: string;
42
+ grey700: string;
43
+ grey800: string;
44
+ grey900: string;
45
+ grey1000: string;
46
+ grey1100: string;
47
+ grey1200: string;
48
+ blue100: string;
49
+ blue200: string;
50
+ blue300: string;
51
+ blue400: string;
52
+ blue500: string;
53
+ blue600: string;
54
+ blue700: string;
55
+ blue800: string;
56
+ blue900: string;
57
+ blue1000: string;
58
+ blue1100: string;
59
+ blue1200: string;
60
+ pink100: string;
61
+ pink200: string;
62
+ pink300: string;
63
+ pink400: string;
64
+ pink500: string;
65
+ pink600: string;
66
+ pink700: string;
67
+ pink800: string;
68
+ pink900: string;
69
+ pink1000: string;
70
+ pink1100: string;
71
+ pink1200: string;
72
+ purple100: string;
73
+ purple200: string;
74
+ purple300: string;
75
+ purple400: string;
76
+ purple500: string;
77
+ purple600: string;
78
+ purple700: string;
79
+ purple800: string;
80
+ purple900: string;
81
+ purple1000: string;
82
+ purple1100: string;
83
+ purple1200: string;
84
+ cyan100: string;
85
+ cyan200: string;
86
+ cyan300: string;
87
+ cyan400: string;
88
+ cyan500: string;
89
+ cyan600: string;
90
+ cyan700: string;
91
+ cyan800: string;
92
+ cyan900: string;
93
+ cyan1000: string;
94
+ cyan1100: string;
95
+ cyan1200: string;
96
+ green100: string;
97
+ green200: string;
98
+ green300: string;
99
+ green400: string;
100
+ green500: string;
101
+ green600: string;
102
+ green700: string;
103
+ green800: string;
104
+ green900: string;
105
+ green1000: string;
106
+ green1100: string;
107
+ green1200: string;
108
+ magenta100: string;
109
+ magenta200: string;
110
+ magenta300: string;
111
+ magenta400: string;
112
+ magenta500: string;
113
+ magenta600: string;
114
+ magenta700: string;
115
+ magenta800: string;
116
+ magenta900: string;
117
+ magenta1000: string;
118
+ magenta1100: string;
119
+ magenta1200: string;
120
+ red100: string;
121
+ red200: string;
122
+ red300: string;
123
+ red400: string;
124
+ red500: string;
125
+ red600: string;
126
+ red700: string;
127
+ red800: string;
128
+ red900: string;
129
+ red1000: string;
130
+ red1100: string;
131
+ red1200: string;
132
+ teal100: string;
133
+ teal200: string;
134
+ teal300: string;
135
+ teal400: string;
136
+ teal500: string;
137
+ teal600: string;
138
+ teal700: string;
139
+ teal800: string;
140
+ teal900: string;
141
+ teal1000: string;
142
+ teal1100: string;
143
+ teal1200: string;
144
+ orange100: string;
145
+ orange200: string;
146
+ orange300: string;
147
+ orange400: string;
148
+ orange500: string;
149
+ orange600: string;
150
+ orange700: string;
151
+ orange800: string;
152
+ orange900: string;
153
+ orange1000: string;
154
+ orange1100: string;
155
+ orange1200: string;
156
+ yellow100: string;
157
+ yellow200: string;
158
+ yellow300: string;
159
+ yellow400: string;
160
+ yellow500: string;
161
+ yellow600: string;
162
+ yellow700: string;
163
+ yellow800: string;
164
+ yellow900: string;
165
+ yellow1000: string;
166
+ yellow1100: string;
167
+ yellow1200: string;
168
+ lime100: string;
169
+ lime200: string;
170
+ lime300: string;
171
+ lime400: string;
172
+ lime500: string;
173
+ lime600: string;
174
+ lime700: string;
175
+ lime800: string;
176
+ lime900: string;
177
+ lime1000: string;
178
+ lime1100: string;
179
+ lime1200: string;
180
+ lapis100: string;
181
+ lapis200: string;
182
+ lapis300: string;
183
+ lapis400: string;
184
+ lapis500: string;
185
+ lapis600: string;
186
+ lapis700: string;
187
+ lapis800: string;
188
+ lapis900: string;
189
+ lapis1000: string;
190
+ lapis1100: string;
191
+ lapis1200: string;
192
+ maroon100: string;
193
+ maroon200: string;
194
+ maroon300: string;
195
+ maroon400: string;
196
+ maroon500: string;
197
+ maroon600: string;
198
+ maroon700: string;
199
+ maroon800: string;
200
+ maroon900: string;
201
+ maroon1000: string;
202
+ maroon1100: string;
203
+ maroon1200: string;
204
+ marsh100: string;
205
+ marsh200: string;
206
+ marsh300: string;
207
+ marsh400: string;
208
+ marsh500: string;
209
+ marsh600: string;
210
+ marsh700: string;
211
+ marsh800: string;
212
+ marsh900: string;
213
+ marsh1000: string;
214
+ marsh1100: string;
215
+ marsh1200: string;
216
+ alpha100: string;
217
+ alpha150: string;
218
+ alpha200: string;
219
+ alpha250: string;
220
+ alpha600: string;
221
+ infoLight: string;
222
+ info: string;
223
+ infoMid: string;
224
+ infoDark: string;
225
+ successLight: string;
226
+ success: string;
227
+ successMid: string;
228
+ successDark: string;
229
+ dangerLight: string;
230
+ danger: string;
231
+ dangerMid: string;
232
+ dangerDark: string;
233
+ warningLight: string;
234
+ warning: string;
235
+ warningMid: string;
236
+ warningDark: string;
237
+ warningText: string;
238
+ subjectEnglish: string;
239
+ subjectMaths: string;
240
+ subjectScience: string;
241
+ subjectVerbalReasoning: string;
242
+ subjectNonVerbalReasoning: string;
243
+ subjectCreativeWriting: string;
244
+ subjectExamSkills: string;
245
+ glBlueLight: string;
246
+ glBluePrimary: string;
247
+ glBlueDark: string;
248
+ primary100: string;
249
+ primary200: string;
250
+ primary300: string;
251
+ primary400: string;
252
+ primary500: string;
253
+ primary600: string;
254
+ primary700: string;
255
+ primary800: string;
256
+ primary900: string;
257
+ primary1000: string;
258
+ primary1100: string;
259
+ primary1200: string;
283
260
  };
284
261
  space: {
285
- "0": any;
286
- "1": any;
287
- "2": any;
288
- "3": any;
289
- "4": any;
290
- "5": any;
291
- "6": any;
292
- "7": any;
293
- "8": any;
294
- "9": any;
295
- "24": any;
262
+ "0": string;
263
+ "1": string;
264
+ "2": string;
265
+ "3": string;
266
+ "4": string;
267
+ "5": string;
268
+ "6": string;
269
+ "7": string;
270
+ "8": string;
271
+ "9": string;
272
+ "24": string;
296
273
  };
297
274
  fontSizes: {
298
- xs: any;
299
- sm: any;
300
- md: any;
301
- lg: any;
302
- xl: any;
303
- "2xl": any;
304
- "3xl": any;
305
- "4xl": any;
275
+ xs: string;
276
+ sm: string;
277
+ md: string;
278
+ lg: string;
279
+ xl: string;
280
+ "2xl": string;
281
+ "3xl": string;
282
+ "4xl": string;
306
283
  };
307
284
  fonts: {
308
- sans: any;
309
- mono: any;
310
- display: any;
311
- body: any;
285
+ sans: string;
286
+ mono: string;
287
+ display: string;
288
+ body: string;
312
289
  };
313
290
  sizes: {
314
- "0": any;
315
- "1": any;
316
- "2": any;
317
- "3": any;
318
- "4": any;
319
- "5": any;
320
- "6": any;
321
- "7": any;
322
- "8": any;
291
+ "0": string;
292
+ "1": string;
293
+ "2": string;
294
+ "3": string;
295
+ "4": string;
296
+ "5": string;
297
+ "6": string;
298
+ "7": string;
299
+ "8": string;
323
300
  };
324
301
  radii: {
325
- "0": any;
326
- "1": any;
327
- "2": any;
328
- "3": any;
329
- round: any;
302
+ "0": string;
303
+ "1": string;
304
+ "2": string;
305
+ "3": string;
306
+ round: string;
330
307
  };
331
308
  shadows: {
332
- "0": any;
333
- "1": any;
334
- "2": any;
335
- "3": any;
309
+ "0": string;
310
+ "1": string;
311
+ "2": string;
312
+ "3": string;
336
313
  };
337
314
  ratios: {
338
- "16-9": any;
339
- "3-2": any;
340
- "4-3": any;
341
- "1-1": any;
342
- "3-4": any;
315
+ "16-9": string;
316
+ "3-2": string;
317
+ "4-3": string;
318
+ "1-1": string;
319
+ "3-4": string;
343
320
  };
344
321
  }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
345
- bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
322
+ bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
346
323
  background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
347
324
  };
348
- size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
325
+ size: (value: import("@atom-learning/stitches-react").ScaleValue<"size"> | number | string) => {
349
326
  height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
350
327
  width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
351
328
  };
352
- p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
329
+ p: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
353
330
  padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
354
331
  };
355
- pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
332
+ pt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
356
333
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
357
334
  };
358
- pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
335
+ pr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
359
336
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
360
337
  };
361
- pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
338
+ pb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
362
339
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
363
340
  };
364
- pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
341
+ pl: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
365
342
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
366
343
  };
367
- px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
344
+ px: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
368
345
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
369
346
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
370
347
  };
371
- py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
348
+ py: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
372
349
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
373
350
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
374
351
  };
375
- m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
352
+ m: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
376
353
  margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
377
354
  };
378
- mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
355
+ mt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
379
356
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
380
357
  };
381
- mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
358
+ mr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
382
359
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
383
360
  };
384
- mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
361
+ mb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
385
362
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
386
363
  };
387
- ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
364
+ ml: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
388
365
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
389
366
  };
390
- mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
367
+ mx: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
391
368
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
392
369
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
393
370
  };
394
- my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
371
+ my: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
395
372
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
396
373
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
397
374
  };
398
375
  }> | undefined;
399
376
  }, "as"> & {
400
- as?: React.ElementType<any> | React.ComponentType<{}> | undefined;
377
+ as?: "blockquote" | "caption" | "dd" | "dt" | "figcaption" | "li" | "p" | "span" | "legend" | React.ComponentType | React.ElementType;
401
378
  }>, {}, {
402
379
  sm: string;
403
380
  md: string;
@@ -416,363 +393,348 @@ export declare const TopBarBrandName: import("@atom-learning/stitches-react/type
416
393
  hover: string;
417
394
  }, {
418
395
  colors: {
419
- textBold: any;
420
- textRegular: any;
421
- textSubtle: any;
422
- textMinimal: any;
423
- background: any;
424
- backgroundAccent: any;
425
- grey100: any;
426
- grey200: any;
427
- grey300: any;
428
- grey400: any;
429
- grey500: any;
430
- grey600: any;
431
- grey700: any;
432
- grey800: any;
433
- grey900: any;
434
- grey1000: any;
435
- grey1100: any;
436
- grey1200: any;
437
- blue100: any;
438
- blue200: any;
439
- blue300: any;
440
- blue400: any;
441
- blue500: any;
442
- blue600: any;
443
- blue700: any;
444
- blue800: any;
445
- blue900: any;
446
- blue1000: any;
447
- blue1100: any;
448
- blue1200: any;
449
- pink100: any;
450
- pink200: any;
451
- pink300: any;
452
- pink400: any;
453
- pink500: any;
454
- pink600: any;
455
- pink700: any;
456
- pink800: any;
457
- pink900: any;
458
- pink1000: any;
459
- pink1100: any;
460
- pink1200: any;
461
- purple100: any;
462
- purple200: any;
463
- purple300: any;
464
- purple400: any;
465
- purple500: any;
466
- purple600: any;
467
- purple700: any;
468
- purple800: any;
469
- purple900: any;
470
- purple1000: any;
471
- purple1100: any;
472
- purple1200: any;
473
- cyan100: any;
474
- cyan200: any;
475
- cyan300: any;
476
- cyan400: any;
477
- cyan500: any;
478
- cyan600: any;
479
- cyan700: any;
480
- cyan800: any;
481
- cyan900: any;
482
- cyan1000: any;
483
- cyan1100: any;
484
- cyan1200: any;
485
- green100: any;
486
- green200: any;
487
- green300: any;
488
- green400: any;
489
- green500: any;
490
- green600: any;
491
- green700: any;
492
- green800: any;
493
- green900: any;
494
- green1000: any;
495
- green1100: any;
496
- green1200: any;
497
- magenta100: any;
498
- magenta200: any;
499
- magenta300: any;
500
- magenta400: any;
501
- magenta500: any;
502
- magenta600: any;
503
- magenta700: any;
504
- magenta800: any;
505
- magenta900: any;
506
- magenta1000: any;
507
- magenta1100: any;
508
- magenta1200: any;
509
- red100: any;
510
- red200: any;
511
- red300: any;
512
- red400: any;
513
- red500: any;
514
- red600: any;
515
- red700: any;
516
- red800: any;
517
- red900: any;
518
- red1000: any;
519
- red1100: any;
520
- red1200: any;
521
- teal100: any;
522
- teal200: any;
523
- teal300: any;
524
- teal400: any;
525
- teal500: any;
526
- teal600: any;
527
- teal700: any;
528
- teal800: any;
529
- teal900: any;
530
- teal1000: any;
531
- teal1100: any;
532
- teal1200: any;
533
- orange100: any;
534
- orange200: any;
535
- orange300: any;
536
- orange400: any;
537
- orange500: any;
538
- orange600: any;
539
- orange700: any;
540
- orange800: any;
541
- orange900: any;
542
- orange1000: any;
543
- orange1100: any;
544
- orange1200: any;
545
- yellow100: any;
546
- yellow200: any;
547
- yellow300: any;
548
- yellow400: any;
549
- yellow500: any;
550
- yellow600: any;
551
- yellow700: any;
552
- yellow800: any;
553
- yellow900: any;
554
- yellow1000: any;
555
- yellow1100: any;
556
- yellow1200: any;
557
- lime100: any;
558
- lime200: any;
559
- lime300: any;
560
- lime400: any;
561
- lime500: any;
562
- lime600: any;
563
- lime700: any;
564
- lime800: any;
565
- lime900: any;
566
- lime1000: any;
567
- lime1100: any;
568
- lime1200: any;
569
- lapis100: any;
570
- lapis200: any;
571
- lapis300: any;
572
- lapis400: any;
573
- lapis500: any;
574
- lapis600: any;
575
- lapis700: any;
576
- lapis800: any;
577
- lapis900: any;
578
- lapis1000: any;
579
- lapis1100: any;
580
- lapis1200: any;
581
- maroon100: any;
582
- maroon200: any;
583
- maroon300: any;
584
- maroon400: any;
585
- maroon500: any;
586
- maroon600: any;
587
- maroon700: any;
588
- maroon800: any;
589
- maroon900: any;
590
- maroon1000: any;
591
- maroon1100: any;
592
- maroon1200: any;
593
- marsh100: any;
594
- marsh200: any;
595
- marsh300: any;
596
- marsh400: any;
597
- marsh500: any;
598
- marsh600: any;
599
- marsh700: any;
600
- marsh800: any;
601
- marsh900: any;
602
- marsh1000: any;
603
- marsh1100: any;
604
- marsh1200: any;
605
- tonal50: any;
606
- tonal100: any;
607
- tonal200: any;
608
- tonal300: any;
609
- tonal400: any;
610
- tonal500: any;
611
- tonal600: any;
612
- alpha100: any;
613
- alpha150: any;
614
- alpha200: any;
615
- alpha250: any;
616
- alpha600: any;
617
- brandRed: any;
618
- brandRedAccent: any;
619
- brandGreen: any;
620
- brandGreenAccent: any;
621
- brandPurple: any;
622
- brandPurpleAccent: any;
623
- brandYellow: any;
624
- brandYellowAccent: any;
625
- infoLight: any;
626
- info: any;
627
- infoMid: any;
628
- infoDark: any;
629
- successLight: any;
630
- success: any;
631
- successMid: any;
632
- successDark: any;
633
- dangerLight: any;
634
- danger: any;
635
- dangerMid: any;
636
- dangerDark: any;
637
- warningLight: any;
638
- warning: any;
639
- warningMid: any;
640
- warningDark: any;
641
- warningText: any;
642
- subjectEnglish: any;
643
- subjectMaths: any;
644
- subjectScience: any;
645
- subjectVerbalReasoning: any;
646
- subjectNonVerbalReasoning: any;
647
- subjectCreativeWriting: any;
648
- subjectExamSkills: any;
649
- glBlueLight: any;
650
- glBluePrimary: any;
651
- glBlueDark: any;
652
- primary100: any;
653
- primary200: any;
654
- primary300: any;
655
- primary400: any;
656
- primary500: any;
657
- primary600: any;
658
- primary700: any;
659
- primary800: any;
660
- primary900: any;
661
- primary1000: any;
662
- primary1100: any;
663
- primary1200: any;
396
+ textBold: string;
397
+ textRegular: string;
398
+ textSubtle: string;
399
+ textMinimal: string;
400
+ background: string;
401
+ backgroundAccent: string;
402
+ grey100: string;
403
+ grey200: string;
404
+ grey300: string;
405
+ grey400: string;
406
+ grey500: string;
407
+ grey600: string;
408
+ grey700: string;
409
+ grey800: string;
410
+ grey900: string;
411
+ grey1000: string;
412
+ grey1100: string;
413
+ grey1200: string;
414
+ blue100: string;
415
+ blue200: string;
416
+ blue300: string;
417
+ blue400: string;
418
+ blue500: string;
419
+ blue600: string;
420
+ blue700: string;
421
+ blue800: string;
422
+ blue900: string;
423
+ blue1000: string;
424
+ blue1100: string;
425
+ blue1200: string;
426
+ pink100: string;
427
+ pink200: string;
428
+ pink300: string;
429
+ pink400: string;
430
+ pink500: string;
431
+ pink600: string;
432
+ pink700: string;
433
+ pink800: string;
434
+ pink900: string;
435
+ pink1000: string;
436
+ pink1100: string;
437
+ pink1200: string;
438
+ purple100: string;
439
+ purple200: string;
440
+ purple300: string;
441
+ purple400: string;
442
+ purple500: string;
443
+ purple600: string;
444
+ purple700: string;
445
+ purple800: string;
446
+ purple900: string;
447
+ purple1000: string;
448
+ purple1100: string;
449
+ purple1200: string;
450
+ cyan100: string;
451
+ cyan200: string;
452
+ cyan300: string;
453
+ cyan400: string;
454
+ cyan500: string;
455
+ cyan600: string;
456
+ cyan700: string;
457
+ cyan800: string;
458
+ cyan900: string;
459
+ cyan1000: string;
460
+ cyan1100: string;
461
+ cyan1200: string;
462
+ green100: string;
463
+ green200: string;
464
+ green300: string;
465
+ green400: string;
466
+ green500: string;
467
+ green600: string;
468
+ green700: string;
469
+ green800: string;
470
+ green900: string;
471
+ green1000: string;
472
+ green1100: string;
473
+ green1200: string;
474
+ magenta100: string;
475
+ magenta200: string;
476
+ magenta300: string;
477
+ magenta400: string;
478
+ magenta500: string;
479
+ magenta600: string;
480
+ magenta700: string;
481
+ magenta800: string;
482
+ magenta900: string;
483
+ magenta1000: string;
484
+ magenta1100: string;
485
+ magenta1200: string;
486
+ red100: string;
487
+ red200: string;
488
+ red300: string;
489
+ red400: string;
490
+ red500: string;
491
+ red600: string;
492
+ red700: string;
493
+ red800: string;
494
+ red900: string;
495
+ red1000: string;
496
+ red1100: string;
497
+ red1200: string;
498
+ teal100: string;
499
+ teal200: string;
500
+ teal300: string;
501
+ teal400: string;
502
+ teal500: string;
503
+ teal600: string;
504
+ teal700: string;
505
+ teal800: string;
506
+ teal900: string;
507
+ teal1000: string;
508
+ teal1100: string;
509
+ teal1200: string;
510
+ orange100: string;
511
+ orange200: string;
512
+ orange300: string;
513
+ orange400: string;
514
+ orange500: string;
515
+ orange600: string;
516
+ orange700: string;
517
+ orange800: string;
518
+ orange900: string;
519
+ orange1000: string;
520
+ orange1100: string;
521
+ orange1200: string;
522
+ yellow100: string;
523
+ yellow200: string;
524
+ yellow300: string;
525
+ yellow400: string;
526
+ yellow500: string;
527
+ yellow600: string;
528
+ yellow700: string;
529
+ yellow800: string;
530
+ yellow900: string;
531
+ yellow1000: string;
532
+ yellow1100: string;
533
+ yellow1200: string;
534
+ lime100: string;
535
+ lime200: string;
536
+ lime300: string;
537
+ lime400: string;
538
+ lime500: string;
539
+ lime600: string;
540
+ lime700: string;
541
+ lime800: string;
542
+ lime900: string;
543
+ lime1000: string;
544
+ lime1100: string;
545
+ lime1200: string;
546
+ lapis100: string;
547
+ lapis200: string;
548
+ lapis300: string;
549
+ lapis400: string;
550
+ lapis500: string;
551
+ lapis600: string;
552
+ lapis700: string;
553
+ lapis800: string;
554
+ lapis900: string;
555
+ lapis1000: string;
556
+ lapis1100: string;
557
+ lapis1200: string;
558
+ maroon100: string;
559
+ maroon200: string;
560
+ maroon300: string;
561
+ maroon400: string;
562
+ maroon500: string;
563
+ maroon600: string;
564
+ maroon700: string;
565
+ maroon800: string;
566
+ maroon900: string;
567
+ maroon1000: string;
568
+ maroon1100: string;
569
+ maroon1200: string;
570
+ marsh100: string;
571
+ marsh200: string;
572
+ marsh300: string;
573
+ marsh400: string;
574
+ marsh500: string;
575
+ marsh600: string;
576
+ marsh700: string;
577
+ marsh800: string;
578
+ marsh900: string;
579
+ marsh1000: string;
580
+ marsh1100: string;
581
+ marsh1200: string;
582
+ alpha100: string;
583
+ alpha150: string;
584
+ alpha200: string;
585
+ alpha250: string;
586
+ alpha600: string;
587
+ infoLight: string;
588
+ info: string;
589
+ infoMid: string;
590
+ infoDark: string;
591
+ successLight: string;
592
+ success: string;
593
+ successMid: string;
594
+ successDark: string;
595
+ dangerLight: string;
596
+ danger: string;
597
+ dangerMid: string;
598
+ dangerDark: string;
599
+ warningLight: string;
600
+ warning: string;
601
+ warningMid: string;
602
+ warningDark: string;
603
+ warningText: string;
604
+ subjectEnglish: string;
605
+ subjectMaths: string;
606
+ subjectScience: string;
607
+ subjectVerbalReasoning: string;
608
+ subjectNonVerbalReasoning: string;
609
+ subjectCreativeWriting: string;
610
+ subjectExamSkills: string;
611
+ glBlueLight: string;
612
+ glBluePrimary: string;
613
+ glBlueDark: string;
614
+ primary100: string;
615
+ primary200: string;
616
+ primary300: string;
617
+ primary400: string;
618
+ primary500: string;
619
+ primary600: string;
620
+ primary700: string;
621
+ primary800: string;
622
+ primary900: string;
623
+ primary1000: string;
624
+ primary1100: string;
625
+ primary1200: string;
664
626
  };
665
627
  space: {
666
- "0": any;
667
- "1": any;
668
- "2": any;
669
- "3": any;
670
- "4": any;
671
- "5": any;
672
- "6": any;
673
- "7": any;
674
- "8": any;
675
- "9": any;
676
- "24": any;
628
+ "0": string;
629
+ "1": string;
630
+ "2": string;
631
+ "3": string;
632
+ "4": string;
633
+ "5": string;
634
+ "6": string;
635
+ "7": string;
636
+ "8": string;
637
+ "9": string;
638
+ "24": string;
677
639
  };
678
640
  fontSizes: {
679
- xs: any;
680
- sm: any;
681
- md: any;
682
- lg: any;
683
- xl: any;
684
- "2xl": any;
685
- "3xl": any;
686
- "4xl": any;
641
+ xs: string;
642
+ sm: string;
643
+ md: string;
644
+ lg: string;
645
+ xl: string;
646
+ "2xl": string;
647
+ "3xl": string;
648
+ "4xl": string;
687
649
  };
688
650
  fonts: {
689
- sans: any;
690
- mono: any;
691
- display: any;
692
- body: any;
651
+ sans: string;
652
+ mono: string;
653
+ display: string;
654
+ body: string;
693
655
  };
694
656
  sizes: {
695
- "0": any;
696
- "1": any;
697
- "2": any;
698
- "3": any;
699
- "4": any;
700
- "5": any;
701
- "6": any;
702
- "7": any;
703
- "8": any;
657
+ "0": string;
658
+ "1": string;
659
+ "2": string;
660
+ "3": string;
661
+ "4": string;
662
+ "5": string;
663
+ "6": string;
664
+ "7": string;
665
+ "8": string;
704
666
  };
705
667
  radii: {
706
- "0": any;
707
- "1": any;
708
- "2": any;
709
- "3": any;
710
- round: any;
668
+ "0": string;
669
+ "1": string;
670
+ "2": string;
671
+ "3": string;
672
+ round: string;
711
673
  };
712
674
  shadows: {
713
- "0": any;
714
- "1": any;
715
- "2": any;
716
- "3": any;
675
+ "0": string;
676
+ "1": string;
677
+ "2": string;
678
+ "3": string;
717
679
  };
718
680
  ratios: {
719
- "16-9": any;
720
- "3-2": any;
721
- "4-3": any;
722
- "1-1": any;
723
- "3-4": any;
681
+ "16-9": string;
682
+ "3-2": string;
683
+ "4-3": string;
684
+ "1-1": string;
685
+ "3-4": string;
724
686
  };
725
687
  }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
726
- bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
688
+ bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
727
689
  background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
728
690
  };
729
- size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
691
+ size: (value: import("@atom-learning/stitches-react").ScaleValue<"size"> | number | string) => {
730
692
  height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
731
693
  width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
732
694
  };
733
- p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
695
+ p: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
734
696
  padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
735
697
  };
736
- pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
698
+ pt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
737
699
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
738
700
  };
739
- pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
701
+ pr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
740
702
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
741
703
  };
742
- pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
704
+ pb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
743
705
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
744
706
  };
745
- pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
707
+ pl: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
746
708
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
747
709
  };
748
- px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
710
+ px: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
749
711
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
750
712
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
751
713
  };
752
- py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
714
+ py: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
753
715
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
754
716
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
755
717
  };
756
- m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
718
+ m: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
757
719
  margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
758
720
  };
759
- mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
721
+ mt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
760
722
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
761
723
  };
762
- mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
724
+ mr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
763
725
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
764
726
  };
765
- mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
727
+ mb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
766
728
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
767
729
  };
768
- ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
730
+ ml: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
769
731
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
770
732
  };
771
- mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
733
+ mx: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
772
734
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
773
735
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
774
736
  };
775
- my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
737
+ my: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
776
738
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
777
739
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
778
740
  };
@@ -795,365 +757,349 @@ export declare const TopBarBrand: import("@atom-learning/stitches-react/types/st
795
757
  hover: string;
796
758
  }, {
797
759
  colors: {
798
- textBold: any;
799
- textRegular: any;
800
- textSubtle: any;
801
- textMinimal: any;
802
- background: any;
803
- backgroundAccent: any;
804
- grey100: any;
805
- grey200: any;
806
- grey300: any;
807
- grey400: any;
808
- grey500: any;
809
- grey600: any;
810
- grey700: any;
811
- grey800: any;
812
- grey900: any;
813
- grey1000: any;
814
- grey1100: any;
815
- grey1200: any;
816
- blue100: any;
817
- blue200: any;
818
- blue300: any;
819
- blue400: any;
820
- blue500: any;
821
- blue600: any;
822
- blue700: any;
823
- blue800: any;
824
- blue900: any;
825
- blue1000: any;
826
- blue1100: any;
827
- blue1200: any;
828
- pink100: any;
829
- pink200: any;
830
- pink300: any;
831
- pink400: any;
832
- pink500: any;
833
- pink600: any;
834
- pink700: any;
835
- pink800: any;
836
- pink900: any;
837
- pink1000: any;
838
- pink1100: any;
839
- pink1200: any;
840
- purple100: any;
841
- purple200: any;
842
- purple300: any;
843
- purple400: any;
844
- purple500: any;
845
- purple600: any;
846
- purple700: any;
847
- purple800: any;
848
- purple900: any;
849
- purple1000: any;
850
- purple1100: any;
851
- purple1200: any;
852
- cyan100: any;
853
- cyan200: any;
854
- cyan300: any;
855
- cyan400: any;
856
- cyan500: any;
857
- cyan600: any;
858
- cyan700: any;
859
- cyan800: any;
860
- cyan900: any;
861
- cyan1000: any;
862
- cyan1100: any;
863
- cyan1200: any;
864
- green100: any;
865
- green200: any;
866
- green300: any;
867
- green400: any;
868
- green500: any;
869
- green600: any;
870
- green700: any;
871
- green800: any;
872
- green900: any;
873
- green1000: any;
874
- green1100: any;
875
- green1200: any;
876
- magenta100: any;
877
- magenta200: any;
878
- magenta300: any;
879
- magenta400: any;
880
- magenta500: any;
881
- magenta600: any;
882
- magenta700: any;
883
- magenta800: any;
884
- magenta900: any;
885
- magenta1000: any;
886
- magenta1100: any;
887
- magenta1200: any;
888
- red100: any;
889
- red200: any;
890
- red300: any;
891
- red400: any;
892
- red500: any;
893
- red600: any;
894
- red700: any;
895
- red800: any;
896
- red900: any;
897
- red1000: any;
898
- red1100: any;
899
- red1200: any;
900
- teal100: any;
901
- teal200: any;
902
- teal300: any;
903
- teal400: any;
904
- teal500: any;
905
- teal600: any;
906
- teal700: any;
907
- teal800: any;
908
- teal900: any;
909
- teal1000: any;
910
- teal1100: any;
911
- teal1200: any;
912
- orange100: any;
913
- orange200: any;
914
- orange300: any;
915
- orange400: any;
916
- orange500: any;
917
- orange600: any;
918
- orange700: any;
919
- orange800: any;
920
- orange900: any;
921
- orange1000: any;
922
- orange1100: any;
923
- orange1200: any;
924
- yellow100: any;
925
- yellow200: any;
926
- yellow300: any;
927
- yellow400: any;
928
- yellow500: any;
929
- yellow600: any;
930
- yellow700: any;
931
- yellow800: any;
932
- yellow900: any;
933
- yellow1000: any;
934
- yellow1100: any;
935
- yellow1200: any;
936
- lime100: any;
937
- lime200: any;
938
- lime300: any;
939
- lime400: any;
940
- lime500: any;
941
- lime600: any;
942
- lime700: any;
943
- lime800: any;
944
- lime900: any;
945
- lime1000: any;
946
- lime1100: any;
947
- lime1200: any;
948
- lapis100: any;
949
- lapis200: any;
950
- lapis300: any;
951
- lapis400: any;
952
- lapis500: any;
953
- lapis600: any;
954
- lapis700: any;
955
- lapis800: any;
956
- lapis900: any;
957
- lapis1000: any;
958
- lapis1100: any;
959
- lapis1200: any;
960
- maroon100: any;
961
- maroon200: any;
962
- maroon300: any;
963
- maroon400: any;
964
- maroon500: any;
965
- maroon600: any;
966
- maroon700: any;
967
- maroon800: any;
968
- maroon900: any;
969
- maroon1000: any;
970
- maroon1100: any;
971
- maroon1200: any;
972
- marsh100: any;
973
- marsh200: any;
974
- marsh300: any;
975
- marsh400: any;
976
- marsh500: any;
977
- marsh600: any;
978
- marsh700: any;
979
- marsh800: any;
980
- marsh900: any;
981
- marsh1000: any;
982
- marsh1100: any;
983
- marsh1200: any;
984
- tonal50: any;
985
- tonal100: any;
986
- tonal200: any;
987
- tonal300: any;
988
- tonal400: any;
989
- tonal500: any;
990
- tonal600: any;
991
- alpha100: any;
992
- alpha150: any;
993
- alpha200: any;
994
- alpha250: any;
995
- alpha600: any;
996
- brandRed: any;
997
- brandRedAccent: any;
998
- brandGreen: any;
999
- brandGreenAccent: any;
1000
- brandPurple: any;
1001
- brandPurpleAccent: any;
1002
- brandYellow: any;
1003
- brandYellowAccent: any;
1004
- infoLight: any;
1005
- info: any;
1006
- infoMid: any;
1007
- infoDark: any;
1008
- successLight: any;
1009
- success: any;
1010
- successMid: any;
1011
- successDark: any;
1012
- dangerLight: any;
1013
- danger: any;
1014
- dangerMid: any;
1015
- dangerDark: any;
1016
- warningLight: any;
1017
- warning: any;
1018
- warningMid: any;
1019
- warningDark: any;
1020
- warningText: any;
1021
- subjectEnglish: any;
1022
- subjectMaths: any;
1023
- subjectScience: any;
1024
- subjectVerbalReasoning: any;
1025
- subjectNonVerbalReasoning: any;
1026
- subjectCreativeWriting: any;
1027
- subjectExamSkills: any;
1028
- glBlueLight: any;
1029
- glBluePrimary: any;
1030
- glBlueDark: any;
1031
- primary100: any;
1032
- primary200: any;
1033
- primary300: any;
1034
- primary400: any;
1035
- primary500: any;
1036
- primary600: any;
1037
- primary700: any;
1038
- primary800: any;
1039
- primary900: any;
1040
- primary1000: any;
1041
- primary1100: any;
1042
- primary1200: any;
760
+ textBold: string;
761
+ textRegular: string;
762
+ textSubtle: string;
763
+ textMinimal: string;
764
+ background: string;
765
+ backgroundAccent: string;
766
+ grey100: string;
767
+ grey200: string;
768
+ grey300: string;
769
+ grey400: string;
770
+ grey500: string;
771
+ grey600: string;
772
+ grey700: string;
773
+ grey800: string;
774
+ grey900: string;
775
+ grey1000: string;
776
+ grey1100: string;
777
+ grey1200: string;
778
+ blue100: string;
779
+ blue200: string;
780
+ blue300: string;
781
+ blue400: string;
782
+ blue500: string;
783
+ blue600: string;
784
+ blue700: string;
785
+ blue800: string;
786
+ blue900: string;
787
+ blue1000: string;
788
+ blue1100: string;
789
+ blue1200: string;
790
+ pink100: string;
791
+ pink200: string;
792
+ pink300: string;
793
+ pink400: string;
794
+ pink500: string;
795
+ pink600: string;
796
+ pink700: string;
797
+ pink800: string;
798
+ pink900: string;
799
+ pink1000: string;
800
+ pink1100: string;
801
+ pink1200: string;
802
+ purple100: string;
803
+ purple200: string;
804
+ purple300: string;
805
+ purple400: string;
806
+ purple500: string;
807
+ purple600: string;
808
+ purple700: string;
809
+ purple800: string;
810
+ purple900: string;
811
+ purple1000: string;
812
+ purple1100: string;
813
+ purple1200: string;
814
+ cyan100: string;
815
+ cyan200: string;
816
+ cyan300: string;
817
+ cyan400: string;
818
+ cyan500: string;
819
+ cyan600: string;
820
+ cyan700: string;
821
+ cyan800: string;
822
+ cyan900: string;
823
+ cyan1000: string;
824
+ cyan1100: string;
825
+ cyan1200: string;
826
+ green100: string;
827
+ green200: string;
828
+ green300: string;
829
+ green400: string;
830
+ green500: string;
831
+ green600: string;
832
+ green700: string;
833
+ green800: string;
834
+ green900: string;
835
+ green1000: string;
836
+ green1100: string;
837
+ green1200: string;
838
+ magenta100: string;
839
+ magenta200: string;
840
+ magenta300: string;
841
+ magenta400: string;
842
+ magenta500: string;
843
+ magenta600: string;
844
+ magenta700: string;
845
+ magenta800: string;
846
+ magenta900: string;
847
+ magenta1000: string;
848
+ magenta1100: string;
849
+ magenta1200: string;
850
+ red100: string;
851
+ red200: string;
852
+ red300: string;
853
+ red400: string;
854
+ red500: string;
855
+ red600: string;
856
+ red700: string;
857
+ red800: string;
858
+ red900: string;
859
+ red1000: string;
860
+ red1100: string;
861
+ red1200: string;
862
+ teal100: string;
863
+ teal200: string;
864
+ teal300: string;
865
+ teal400: string;
866
+ teal500: string;
867
+ teal600: string;
868
+ teal700: string;
869
+ teal800: string;
870
+ teal900: string;
871
+ teal1000: string;
872
+ teal1100: string;
873
+ teal1200: string;
874
+ orange100: string;
875
+ orange200: string;
876
+ orange300: string;
877
+ orange400: string;
878
+ orange500: string;
879
+ orange600: string;
880
+ orange700: string;
881
+ orange800: string;
882
+ orange900: string;
883
+ orange1000: string;
884
+ orange1100: string;
885
+ orange1200: string;
886
+ yellow100: string;
887
+ yellow200: string;
888
+ yellow300: string;
889
+ yellow400: string;
890
+ yellow500: string;
891
+ yellow600: string;
892
+ yellow700: string;
893
+ yellow800: string;
894
+ yellow900: string;
895
+ yellow1000: string;
896
+ yellow1100: string;
897
+ yellow1200: string;
898
+ lime100: string;
899
+ lime200: string;
900
+ lime300: string;
901
+ lime400: string;
902
+ lime500: string;
903
+ lime600: string;
904
+ lime700: string;
905
+ lime800: string;
906
+ lime900: string;
907
+ lime1000: string;
908
+ lime1100: string;
909
+ lime1200: string;
910
+ lapis100: string;
911
+ lapis200: string;
912
+ lapis300: string;
913
+ lapis400: string;
914
+ lapis500: string;
915
+ lapis600: string;
916
+ lapis700: string;
917
+ lapis800: string;
918
+ lapis900: string;
919
+ lapis1000: string;
920
+ lapis1100: string;
921
+ lapis1200: string;
922
+ maroon100: string;
923
+ maroon200: string;
924
+ maroon300: string;
925
+ maroon400: string;
926
+ maroon500: string;
927
+ maroon600: string;
928
+ maroon700: string;
929
+ maroon800: string;
930
+ maroon900: string;
931
+ maroon1000: string;
932
+ maroon1100: string;
933
+ maroon1200: string;
934
+ marsh100: string;
935
+ marsh200: string;
936
+ marsh300: string;
937
+ marsh400: string;
938
+ marsh500: string;
939
+ marsh600: string;
940
+ marsh700: string;
941
+ marsh800: string;
942
+ marsh900: string;
943
+ marsh1000: string;
944
+ marsh1100: string;
945
+ marsh1200: string;
946
+ alpha100: string;
947
+ alpha150: string;
948
+ alpha200: string;
949
+ alpha250: string;
950
+ alpha600: string;
951
+ infoLight: string;
952
+ info: string;
953
+ infoMid: string;
954
+ infoDark: string;
955
+ successLight: string;
956
+ success: string;
957
+ successMid: string;
958
+ successDark: string;
959
+ dangerLight: string;
960
+ danger: string;
961
+ dangerMid: string;
962
+ dangerDark: string;
963
+ warningLight: string;
964
+ warning: string;
965
+ warningMid: string;
966
+ warningDark: string;
967
+ warningText: string;
968
+ subjectEnglish: string;
969
+ subjectMaths: string;
970
+ subjectScience: string;
971
+ subjectVerbalReasoning: string;
972
+ subjectNonVerbalReasoning: string;
973
+ subjectCreativeWriting: string;
974
+ subjectExamSkills: string;
975
+ glBlueLight: string;
976
+ glBluePrimary: string;
977
+ glBlueDark: string;
978
+ primary100: string;
979
+ primary200: string;
980
+ primary300: string;
981
+ primary400: string;
982
+ primary500: string;
983
+ primary600: string;
984
+ primary700: string;
985
+ primary800: string;
986
+ primary900: string;
987
+ primary1000: string;
988
+ primary1100: string;
989
+ primary1200: string;
1043
990
  };
1044
991
  space: {
1045
- "0": any;
1046
- "1": any;
1047
- "2": any;
1048
- "3": any;
1049
- "4": any;
1050
- "5": any;
1051
- "6": any;
1052
- "7": any;
1053
- "8": any;
1054
- "9": any;
1055
- "24": any;
992
+ "0": string;
993
+ "1": string;
994
+ "2": string;
995
+ "3": string;
996
+ "4": string;
997
+ "5": string;
998
+ "6": string;
999
+ "7": string;
1000
+ "8": string;
1001
+ "9": string;
1002
+ "24": string;
1056
1003
  };
1057
1004
  fontSizes: {
1058
- xs: any;
1059
- sm: any;
1060
- md: any;
1061
- lg: any;
1062
- xl: any;
1063
- "2xl": any;
1064
- "3xl": any;
1065
- "4xl": any;
1005
+ xs: string;
1006
+ sm: string;
1007
+ md: string;
1008
+ lg: string;
1009
+ xl: string;
1010
+ "2xl": string;
1011
+ "3xl": string;
1012
+ "4xl": string;
1066
1013
  };
1067
1014
  fonts: {
1068
- sans: any;
1069
- mono: any;
1070
- display: any;
1071
- body: any;
1015
+ sans: string;
1016
+ mono: string;
1017
+ display: string;
1018
+ body: string;
1072
1019
  };
1073
1020
  sizes: {
1074
- "0": any;
1075
- "1": any;
1076
- "2": any;
1077
- "3": any;
1078
- "4": any;
1079
- "5": any;
1080
- "6": any;
1081
- "7": any;
1082
- "8": any;
1021
+ "0": string;
1022
+ "1": string;
1023
+ "2": string;
1024
+ "3": string;
1025
+ "4": string;
1026
+ "5": string;
1027
+ "6": string;
1028
+ "7": string;
1029
+ "8": string;
1083
1030
  };
1084
1031
  radii: {
1085
- "0": any;
1086
- "1": any;
1087
- "2": any;
1088
- "3": any;
1089
- round: any;
1032
+ "0": string;
1033
+ "1": string;
1034
+ "2": string;
1035
+ "3": string;
1036
+ round: string;
1090
1037
  };
1091
1038
  shadows: {
1092
- "0": any;
1093
- "1": any;
1094
- "2": any;
1095
- "3": any;
1039
+ "0": string;
1040
+ "1": string;
1041
+ "2": string;
1042
+ "3": string;
1096
1043
  };
1097
1044
  ratios: {
1098
- "16-9": any;
1099
- "3-2": any;
1100
- "4-3": any;
1101
- "1-1": any;
1102
- "3-4": any;
1045
+ "16-9": string;
1046
+ "3-2": string;
1047
+ "4-3": string;
1048
+ "1-1": string;
1049
+ "3-4": string;
1103
1050
  };
1104
1051
  }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
1105
- bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
1052
+ bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
1106
1053
  background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
1107
1054
  };
1108
- size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
1055
+ size: (value: import("@atom-learning/stitches-react").ScaleValue<"size"> | number | string) => {
1109
1056
  height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1110
1057
  width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1111
1058
  };
1112
- p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1059
+ p: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1113
1060
  padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1114
1061
  };
1115
- pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1062
+ pt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1116
1063
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1117
1064
  };
1118
- pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1065
+ pr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1119
1066
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1120
1067
  };
1121
- pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1068
+ pb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1122
1069
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1123
1070
  };
1124
- pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1071
+ pl: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1125
1072
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1126
1073
  };
1127
- px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1074
+ px: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1128
1075
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1129
1076
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1130
1077
  };
1131
- py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1078
+ py: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1132
1079
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1133
1080
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1134
1081
  };
1135
- m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1082
+ m: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1136
1083
  margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1137
1084
  };
1138
- mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1085
+ mt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1139
1086
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1140
1087
  };
1141
- mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1088
+ mr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1142
1089
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1143
1090
  };
1144
- mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1091
+ mb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1145
1092
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1146
1093
  };
1147
- ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1094
+ ml: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1148
1095
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1149
1096
  };
1150
- mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1097
+ mx: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1151
1098
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1152
1099
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1153
1100
  };
1154
- my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1101
+ my: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1155
1102
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1156
1103
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1157
1104
  };
1158
1105
  }>>;
1159
- export {};