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