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

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