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