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

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