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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (421) hide show
  1. package/CHANGELOG.md +231 -0
  2. package/dist/components/accordion/Accordion.d.ts +294 -309
  3. package/dist/components/accordion/AccordionContent.d.ts +292 -307
  4. package/dist/components/accordion/AccordionItem.d.ts +292 -307
  5. package/dist/components/accordion/AccordionTrigger.d.ts +294 -689
  6. package/dist/components/accordion/AccordionTrigger.js +1 -1
  7. package/dist/components/accordion/AccordionTrigger.js.map +1 -1
  8. package/dist/components/action-icon/ActionIcon.d.ts +294 -309
  9. package/dist/components/action-icon/ActionIcon.js +1 -1
  10. package/dist/components/action-icon/ActionIcon.js.map +1 -1
  11. package/dist/components/alert-dialog/AlertDialog.d.ts +645 -677
  12. package/dist/components/alert-dialog/AlertDialogContent.d.ts +292 -307
  13. package/dist/components/alert-dialog/alert-context/AlertContext.d.ts +1 -1
  14. package/dist/components/alert-dialog/alert-context/AlertDialog.d.ts +1 -1
  15. package/dist/components/alert-dialog/alert-context/AlertDialogIcon.d.ts +1 -1
  16. package/dist/components/alert-dialog/alert-context/reducer.d.ts +2 -2
  17. package/dist/components/alert-dialog/alert-context/types.d.ts +3 -3
  18. package/dist/components/avatar/Avatar.d.ts +589 -1006
  19. package/dist/components/avatar/Avatar.js +1 -1
  20. package/dist/components/avatar/Avatar.js.map +1 -1
  21. package/dist/components/avatar/AvatarInitial.js +1 -1
  22. package/dist/components/avatar/AvatarInitial.js.map +1 -1
  23. package/dist/components/badge/Badge.context.d.ts +2 -2
  24. package/dist/components/badge/Badge.d.ts +1824 -1916
  25. package/dist/components/badge/BadgeIcon.d.ts +585 -615
  26. package/dist/components/badge/BadgeText.d.ts +589 -619
  27. package/dist/components/banner/Banner.d.ts +0 -1
  28. package/dist/components/banner/BannerContainer.d.ts +588 -618
  29. package/dist/components/banner/BannerContext.d.ts +2 -2
  30. package/dist/components/banner/banner-regular/BannerRegular.d.ts +1387 -3028
  31. package/dist/components/banner/banner-regular/BannerRegularContainer.d.ts +1 -1
  32. package/dist/components/banner/banner-regular/BannerRegularContent.d.ts +584 -614
  33. package/dist/components/banner/banner-regular/BannerRegularDismiss.d.ts +588 -618
  34. package/dist/components/banner/banner-slim/BannerSlim.d.ts +1388 -2642
  35. package/dist/components/banner/banner-slim/BannerSlimContainer.d.ts +293 -308
  36. package/dist/components/banner/banner-slim/BannerSlimContent.d.ts +587 -617
  37. package/dist/components/banner/banner-slim/BannerSlimDismiss.d.ts +588 -618
  38. package/dist/components/box/Box.d.ts +292 -307
  39. package/dist/components/button/Button.d.ts +293 -308
  40. package/dist/components/button/Button.js +1 -1
  41. package/dist/components/button/Button.js.map +1 -1
  42. package/dist/components/calendar/Calendar.d.ts +2 -2
  43. package/dist/components/calendar/Calendar.js +1 -1
  44. package/dist/components/calendar/Calendar.js.map +1 -1
  45. package/dist/components/calendar/Day.d.ts +292 -307
  46. package/dist/components/calendar/Day.js +1 -1
  47. package/dist/components/calendar/Day.js.map +1 -1
  48. package/dist/components/carousel/Carousel.d.ts +935 -1364
  49. package/dist/components/carousel/CarouselArrows.js +1 -1
  50. package/dist/components/carousel/CarouselArrows.js.map +1 -1
  51. package/dist/components/carousel/CarouselPagination.d.ts +293 -309
  52. package/dist/components/carousel/CarouselPagination.js +1 -1
  53. package/dist/components/carousel/CarouselPagination.js.map +1 -1
  54. package/dist/components/carousel/CarouselSlide.d.ts +293 -308
  55. package/dist/components/carousel/CarouselSlider.d.ts +293 -309
  56. package/dist/components/checkbox/Checkbox.d.ts +292 -307
  57. package/dist/components/checkbox/Checkbox.js +1 -1
  58. package/dist/components/checkbox/Checkbox.js.map +1 -1
  59. package/dist/components/checkbox-group/CheckboxGroup.d.ts +895 -940
  60. package/dist/components/checkbox-group/CheckboxGroup.types.d.ts +1 -1
  61. package/dist/components/checkbox-group/CheckboxGroupAllItem.d.ts +1 -1
  62. package/dist/components/checkbox-group/CheckboxGroupItem.d.ts +1 -1
  63. package/dist/components/checkbox-group/CheckboxGroupSub.d.ts +1 -1
  64. package/dist/components/checkbox-group/context/CheckboxGroupChecked.context.d.ts +2 -2
  65. package/dist/components/checkbox-group/context/CheckboxGroupMounted.context.d.ts +1 -1
  66. package/dist/components/checkbox-tree/CheckboxTree.d.ts +1321 -1381
  67. package/dist/components/checkbox-tree/CheckboxTreeCollapsible.d.ts +1 -1
  68. package/dist/components/checkbox-tree/CheckboxTreeCollapsibleContent.d.ts +1 -1
  69. package/dist/components/checkbox-tree/CheckboxTreeCollapsibleTrigger.d.ts +1 -1
  70. package/dist/components/checkbox-tree/CheckboxTreeItem.d.ts +1 -1
  71. package/dist/components/checkbox-tree/CheckboxTreeItemContent.d.ts +1 -1
  72. package/dist/components/chip/Chip.d.ts +2058 -2163
  73. package/dist/components/chip/Chip.js +1 -1
  74. package/dist/components/chip/Chip.js.map +1 -1
  75. package/dist/components/chip/ChipGroup.d.ts +1 -1
  76. package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +883 -1314
  77. package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.js +1 -1
  78. package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.js.map +1 -1
  79. package/dist/components/chip-dismissible-group/ChipDismissibleGroupRoot.d.ts +1 -1
  80. package/dist/components/chip-dismissible-group/index.d.ts +1 -1
  81. package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +883 -1314
  82. package/dist/components/chip-toggle-group/ChipToggleGroupItem.js +1 -1
  83. package/dist/components/chip-toggle-group/ChipToggleGroupItem.js.map +1 -1
  84. package/dist/components/chip-toggle-group/ChipToggleGroupRoot.d.ts +1 -1
  85. package/dist/components/chip-toggle-group/index.d.ts +1 -1
  86. package/dist/components/combobox/Combobox.d.ts +1464 -1540
  87. package/dist/components/combobox/ComboboxInput.d.ts +294 -309
  88. package/dist/components/combobox/ComboboxInput.js +1 -1
  89. package/dist/components/combobox/ComboboxInput.js.map +1 -1
  90. package/dist/components/combobox/ComboboxList.d.ts +293 -308
  91. package/dist/components/combobox/ComboboxOption.d.ts +293 -308
  92. package/dist/components/combobox/ComboboxOption.js +1 -1
  93. package/dist/components/combobox/ComboboxOption.js.map +1 -1
  94. package/dist/components/combobox/ComboboxPopover.d.ts +293 -308
  95. package/dist/components/combobox/ComboboxPopover.js +1 -1
  96. package/dist/components/combobox/ComboboxPopover.js.map +1 -1
  97. package/dist/components/create-password-field/CreatePasswordField.d.ts +2 -2
  98. package/dist/components/data-table/DataTable.d.ts +3354 -3538
  99. package/dist/components/data-table/DataTable.types.d.ts +7 -7
  100. package/dist/components/data-table/DataTableBody.d.ts +1 -1
  101. package/dist/components/data-table/DataTableBulkActions.d.ts +4 -7
  102. package/dist/components/data-table/DataTableContext.d.ts +1 -1
  103. package/dist/components/data-table/DataTableDataCell.d.ts +1 -1
  104. package/dist/components/data-table/DataTableEmptyState.d.ts +1 -1
  105. package/dist/components/data-table/DataTableError.d.ts +1 -1
  106. package/dist/components/data-table/DataTableGlobalFilter.d.ts +1 -1
  107. package/dist/components/data-table/DataTableHead.d.ts +1 -1
  108. package/dist/components/data-table/DataTableHeaderCell.d.ts +1 -1
  109. package/dist/components/data-table/DataTableLoading.d.ts +295 -310
  110. package/dist/components/data-table/DataTableMetaData.d.ts +7 -7
  111. package/dist/components/data-table/DataTableRow.d.ts +1 -1
  112. package/dist/components/data-table/DataTableRowSelectionCheckbox.d.ts +2 -2
  113. package/dist/components/data-table/DataTableSelectAllRowsCheckbox.d.ts +1 -1
  114. package/dist/components/data-table/DataTableTable.d.ts +1 -1
  115. package/dist/components/data-table/DataTableTable.js +1 -1
  116. package/dist/components/data-table/DataTableTable.js.map +1 -1
  117. package/dist/components/data-table/drag-and-drop/DragAndDropTable.d.ts +1 -1
  118. package/dist/components/data-table/drag-and-drop/DragAndDropTableBody.d.ts +1 -1
  119. package/dist/components/data-table/drag-and-drop/DragAndDropTableRow.d.ts +1 -1
  120. package/dist/components/data-table/pagination/Pagination.d.ts +293 -308
  121. package/dist/components/date-field/DateField.d.ts +1 -1
  122. package/dist/components/date-input/DateInput.d.ts +1 -1
  123. package/dist/components/dialog/Dialog.d.ts +1465 -2316
  124. package/dist/components/dialog/DialogBackground.d.ts +584 -614
  125. package/dist/components/dialog/DialogClose.d.ts +292 -308
  126. package/dist/components/dialog/DialogContent.d.ts +294 -309
  127. package/dist/components/dialog/DialogContent.js +1 -1
  128. package/dist/components/dialog/DialogContent.js.map +1 -1
  129. package/dist/components/dialog/DialogHeading.js +1 -1
  130. package/dist/components/dialog/DialogHeading.js.map +1 -1
  131. package/dist/components/dismissible/index.d.ts +0 -1
  132. package/dist/components/dismissible-group/DismissibleGroupItem.d.ts +1 -1
  133. package/dist/components/dismissible-group/index.d.ts +0 -1
  134. package/dist/components/divider/Divider.d.ts +292 -307
  135. package/dist/components/divider/Divider.js +1 -1
  136. package/dist/components/divider/Divider.js.map +1 -1
  137. package/dist/components/drawer/Drawer.context.d.ts +1 -1
  138. package/dist/components/drawer/Drawer.d.ts +1171 -2018
  139. package/dist/components/drawer/DrawerClose.d.ts +1 -1
  140. package/dist/components/drawer/DrawerContent.d.ts +293 -308
  141. package/dist/components/drawer/DrawerFooter.d.ts +292 -307
  142. package/dist/components/drawer/DrawerHeader.d.ts +292 -307
  143. package/dist/components/drawer/DrawerMain.d.ts +292 -307
  144. package/dist/components/drawer/DrawerOverlay.d.ts +292 -308
  145. package/dist/components/drawer/DrawerTrigger.d.ts +292 -308
  146. package/dist/components/dropdown-menu/DropdownMenu.d.ts +1462 -1916
  147. package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +292 -308
  148. package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +292 -308
  149. package/dist/components/dropdown-menu/DropdownMenuItem.js +1 -1
  150. package/dist/components/dropdown-menu/DropdownMenuItem.js.map +1 -1
  151. package/dist/components/dropdown-menu/DropdownMenuLinkItem.d.ts +1 -381
  152. package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +292 -308
  153. package/dist/components/dropdown-menu/DropdownMenuSeparator.js +1 -1
  154. package/dist/components/dropdown-menu/DropdownMenuSeparator.js.map +1 -1
  155. package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +292 -308
  156. package/dist/components/empty-state/EmptyState.context.d.ts +1 -1
  157. package/dist/components/empty-state/EmptyState.d.ts +2058 -2163
  158. package/dist/components/empty-state/EmptyStateBody.d.ts +589 -619
  159. package/dist/components/empty-state/EmptyStateBody.js +1 -1
  160. package/dist/components/empty-state/EmptyStateBody.js.map +1 -1
  161. package/dist/components/empty-state/EmptyStateImage.d.ts +587 -617
  162. package/dist/components/empty-state/EmptyStateTitle.d.ts +294 -309
  163. package/dist/components/empty-state/EmptyStateTitle.js +1 -1
  164. package/dist/components/empty-state/EmptyStateTitle.js.map +1 -1
  165. package/dist/components/field-wrapper/FieldDescription.d.ts +1 -1
  166. package/dist/components/field-wrapper/FieldDescription.js +1 -1
  167. package/dist/components/field-wrapper/FieldDescription.js.map +1 -1
  168. package/dist/components/field-wrapper/FieldWrapper.d.ts +2 -2
  169. package/dist/components/field-wrapper/InlineFieldWrapper.d.ts +1 -1
  170. package/dist/components/file-input/FileInput.d.ts +1 -1
  171. package/dist/components/flex/Flex.d.ts +295 -310
  172. package/dist/components/form/Form.d.ts +293 -308
  173. package/dist/components/form/validation.d.ts +5 -5
  174. package/dist/components/grid/Grid.d.ts +293 -308
  175. package/dist/components/heading/Heading.d.ts +294 -309
  176. package/dist/components/icon/Icon.d.ts +293 -308
  177. package/dist/components/image/Image.d.ts +293 -308
  178. package/dist/components/index.d.ts +1 -0
  179. package/dist/components/inline-message/InlineMessage.config.js +1 -1
  180. package/dist/components/inline-message/InlineMessage.config.js.map +1 -1
  181. package/dist/components/inline-message/InlineMessage.d.ts +588 -618
  182. package/dist/components/inline-message/InlineMessage.types.d.ts +1 -1
  183. package/dist/components/input/Input.d.ts +882 -927
  184. package/dist/components/input/Input.js +1 -1
  185. package/dist/components/input/Input.js.map +1 -1
  186. package/dist/components/input-field/InputField.d.ts +1 -1
  187. package/dist/components/keyboard-shortcut/KeyboardShortcut.d.ts +760 -0
  188. package/dist/components/keyboard-shortcut/KeyboardShortcut.js +2 -0
  189. package/dist/components/keyboard-shortcut/KeyboardShortcut.js.map +1 -0
  190. package/dist/components/keyboard-shortcut/index.d.ts +1123 -0
  191. package/dist/components/keyboard-shortcut/index.js +2 -0
  192. package/dist/components/keyboard-shortcut/index.js.map +1 -0
  193. package/dist/components/label/Label.d.ts +293 -308
  194. package/dist/components/label/Label.js +1 -1
  195. package/dist/components/label/Label.js.map +1 -1
  196. package/dist/components/link/Link.d.ts +294 -309
  197. package/dist/components/list/List.d.ts +587 -617
  198. package/dist/components/loader/Loader.d.ts +1 -1
  199. package/dist/components/markdown-content/MarkdownContent.d.ts +2 -2
  200. package/dist/components/markdown-content/components/MarkdownCode.d.ts +1 -1
  201. package/dist/components/markdown-content/components/MarkdownCode.js +1 -1
  202. package/dist/components/markdown-content/components/MarkdownCode.js.map +1 -1
  203. package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +293 -308
  204. package/dist/components/markdown-content/components/MarkdownHeading.d.ts +1 -1
  205. package/dist/components/markdown-content/components/MarkdownImage.d.ts +1 -1
  206. package/dist/components/markdown-content/components/MarkdownInlineCode.d.ts +1 -1
  207. package/dist/components/markdown-content/components/MarkdownInlineCode.js +1 -1
  208. package/dist/components/markdown-content/components/MarkdownInlineCode.js.map +1 -1
  209. package/dist/components/markdown-content/components/MarkdownLink.d.ts +1 -1
  210. package/dist/components/markdown-content/components/MarkdownList.d.ts +1 -1
  211. package/dist/components/markdown-content/components/MarkdownListItem.d.ts +1 -1
  212. package/dist/components/markdown-content/components/MarkdownParagraph.d.ts +1 -1
  213. package/dist/components/markdown-content/components/MarkdownStrong.d.ts +1 -1
  214. package/dist/components/markdown-content/components/MarkdownText.d.ts +1 -1
  215. package/dist/components/markdown-content/components/MarkdownThematicBreak.d.ts +1 -1
  216. package/dist/components/navigation/NavigationMenu.d.ts +2783 -2180
  217. package/dist/components/navigation/NavigationMenu.styles.d.ts +1 -1
  218. package/dist/components/navigation/NavigationMenu.styles.js +1 -1
  219. package/dist/components/navigation/NavigationMenu.styles.js.map +1 -1
  220. package/dist/components/navigation/NavigationMenuDropdown.d.ts +1 -1
  221. package/dist/components/navigation/NavigationMenuDropdownContent.d.ts +293 -308
  222. package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +587 -617
  223. package/dist/components/navigation/NavigationMenuDropdownItem.js +1 -1
  224. package/dist/components/navigation/NavigationMenuDropdownItem.js.map +1 -1
  225. package/dist/components/navigation/NavigationMenuDropdownTrigger.d.ts +292 -307
  226. package/dist/components/navigation/NavigationMenuLink.d.ts +292 -307
  227. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.d.ts +3308 -3475
  228. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.styles.d.ts +2 -2
  229. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.styles.js +1 -1
  230. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.styles.js.map +1 -1
  231. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordion.d.ts +2 -2
  232. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionContent.d.ts +293 -308
  233. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionTrigger.d.ts +293 -308
  234. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalIcon.d.ts +585 -615
  235. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItem.d.ts +293 -308
  236. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItemContent.d.ts +1 -1
  237. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalLink.d.ts +293 -308
  238. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalList.d.ts +292 -308
  239. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.d.ts +588 -618
  240. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.js +1 -1
  241. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.js.map +1 -1
  242. package/dist/components/notification-badge/NotificationBadge.d.ts +1 -1
  243. package/dist/components/number-input/NumberInputStepper.d.ts +1 -1
  244. package/dist/components/number-input/NumberInputStepper.js +1 -1
  245. package/dist/components/number-input/NumberInputStepper.js.map +1 -1
  246. package/dist/components/pagination/Pagination.d.ts +1 -3
  247. package/dist/components/pagination/PaginationItems.d.ts +0 -1
  248. package/dist/components/pagination/PaginationNextButton.d.ts +587 -617
  249. package/dist/components/pagination/PaginationPopover.js +1 -1
  250. package/dist/components/pagination/PaginationPopover.js.map +1 -1
  251. package/dist/components/pagination/PaginationPreviousButton.d.ts +587 -617
  252. package/dist/components/pagination/types.d.ts +3 -4
  253. package/dist/components/password-field/PasswordField.d.ts +1 -1
  254. package/dist/components/password-input/PasswordInput.d.ts +1 -1
  255. package/dist/components/popover/Popover.d.ts +586 -616
  256. package/dist/components/popover/PopoverContent.d.ts +293 -308
  257. package/dist/components/progress-bar/ProgressBar.d.ts +293 -308
  258. package/dist/components/progress-bar/ProgressBar.js +1 -1
  259. package/dist/components/progress-bar/ProgressBar.js.map +1 -1
  260. package/dist/components/radio-button/RadioButton.d.ts +293 -308
  261. package/dist/components/radio-button/RadioButton.js +1 -1
  262. package/dist/components/radio-button/RadioButton.js.map +1 -1
  263. package/dist/components/radio-button/RadioButtonGroup.d.ts +292 -308
  264. package/dist/components/radio-button-field/RadioButtonField.d.ts +299 -314
  265. package/dist/components/radio-button-field/RadioField.d.ts +1 -1
  266. package/dist/components/radio-card/RadioCard.d.ts +293 -308
  267. package/dist/components/radio-card/RadioCard.js +1 -1
  268. package/dist/components/radio-card/RadioCard.js.map +1 -1
  269. package/dist/components/radio-card/RadioCardGroup.d.ts +1 -1
  270. package/dist/components/radio-card/RadioCardGroup.js.map +1 -1
  271. package/dist/components/search-field/SearchField.d.ts +1 -1
  272. package/dist/components/search-input/SearchInput.d.ts +1 -1
  273. package/dist/components/search-input/SearchInput.js +1 -1
  274. package/dist/components/search-input/SearchInput.js.map +1 -1
  275. package/dist/components/section-message/SectionMessage.d.ts +592 -2573
  276. package/dist/components/section-message/SectionMessageContext.d.ts +2 -2
  277. package/dist/components/section-message/SectionMessageIcon.d.ts +1 -1
  278. package/dist/components/section-message/SectionMessageTitle.js.map +1 -1
  279. package/dist/components/select/Select.d.ts +293 -308
  280. package/dist/components/select/Select.js +1 -1
  281. package/dist/components/select/Select.js.map +1 -1
  282. package/dist/components/select-field/SelectField.d.ts +1 -1
  283. package/dist/components/side-bar/SideBar.d.ts +2341 -2461
  284. package/dist/components/side-bar/SideBarComponents.d.ts +2048 -2154
  285. package/dist/components/side-bar/SideBarContext.d.ts +2 -2
  286. package/dist/components/slider/Slider.d.ts +294 -309
  287. package/dist/components/slider/Slider.js +1 -1
  288. package/dist/components/slider/Slider.js.map +1 -1
  289. package/dist/components/slider/SliderSteps.d.ts +2 -2
  290. package/dist/components/slider/SliderSteps.js +1 -1
  291. package/dist/components/slider/SliderSteps.js.map +1 -1
  292. package/dist/components/slider/SliderValue.d.ts +2 -2
  293. package/dist/components/slider/SliderValue.js +1 -1
  294. package/dist/components/slider/SliderValue.js.map +1 -1
  295. package/dist/components/slider-field/SliderField.d.ts +1 -1
  296. package/dist/components/sortable/Handle.d.ts +588 -618
  297. package/dist/components/sortable/SortableHandle.d.ts +1 -1
  298. package/dist/components/sortable/SortableItem.d.ts +1 -1
  299. package/dist/components/sortable/SortableRoot.d.ts +1 -1
  300. package/dist/components/sortable/index.d.ts +0 -1
  301. package/dist/components/spacer/Spacer.d.ts +292 -307
  302. package/dist/components/stack-content/StackContent.d.ts +293 -308
  303. package/dist/components/stepper/Stepper.d.ts +2 -816
  304. package/dist/components/stepper/StepperStepBullet.d.ts +587 -617
  305. package/dist/components/stepper/StepperStepBullet.js +1 -1
  306. package/dist/components/stepper/StepperStepBullet.js.map +1 -1
  307. package/dist/components/stepper/StepperStepContainer.d.ts +587 -617
  308. package/dist/components/stepper/StepperStepContainer.js +1 -1
  309. package/dist/components/stepper/StepperStepContainer.js.map +1 -1
  310. package/dist/components/stepper/StepperStepLabel.d.ts +587 -618
  311. package/dist/components/stepper/StepperStepLabel.js +1 -1
  312. package/dist/components/stepper/StepperStepLabel.js.map +1 -1
  313. package/dist/components/stepper/types.d.ts +3 -3
  314. package/dist/components/switch/Switch.d.ts +293 -308
  315. package/dist/components/switch/Switch.js +1 -1
  316. package/dist/components/switch/Switch.js.map +1 -1
  317. package/dist/components/table/Table.d.ts +2342 -2464
  318. package/dist/components/table/Table.js +1 -1
  319. package/dist/components/table/Table.js.map +1 -1
  320. package/dist/components/table/TableBody.d.ts +293 -308
  321. package/dist/components/table/TableBody.js +1 -1
  322. package/dist/components/table/TableBody.js.map +1 -1
  323. package/dist/components/table/TableCell.d.ts +292 -307
  324. package/dist/components/table/TableCell.js +1 -1
  325. package/dist/components/table/TableCell.js.map +1 -1
  326. package/dist/components/table/TableFooter.d.ts +292 -307
  327. package/dist/components/table/TableFooterCell.d.ts +292 -307
  328. package/dist/components/table/TableFooterCell.js +1 -1
  329. package/dist/components/table/TableFooterCell.js.map +1 -1
  330. package/dist/components/table/TableHeader.d.ts +293 -308
  331. package/dist/components/table/TableHeader.js +1 -1
  332. package/dist/components/table/TableHeader.js.map +1 -1
  333. package/dist/components/table/TableHeaderCell.d.ts +292 -307
  334. package/dist/components/table/TableHeaderCell.js +1 -1
  335. package/dist/components/table/TableHeaderCell.js.map +1 -1
  336. package/dist/components/table/TableRow.d.ts +292 -307
  337. package/dist/components/table/TableStickyColumnsContainer.d.ts +3 -5
  338. package/dist/components/table/TableStickyColumnsContainer.js +1 -1
  339. package/dist/components/table/TableStickyColumnsContainer.js.map +1 -1
  340. package/dist/components/table/useStickyColumnsCss.d.ts +1 -3
  341. package/dist/components/table/useStickyColumnsCss.js +1 -1
  342. package/dist/components/table/useStickyColumnsCss.js.map +1 -1
  343. package/dist/components/tabs/Tabs.d.ts +1291 -1355
  344. package/dist/components/tabs/TabsContent.d.ts +292 -308
  345. package/dist/components/tabs/TabsTrigger.d.ts +292 -307
  346. package/dist/components/tabs/TabsTrigger.js +1 -1
  347. package/dist/components/tabs/TabsTrigger.js.map +1 -1
  348. package/dist/components/tabs/TabsTriggerList.d.ts +294 -689
  349. package/dist/components/text/Text.d.ts +295 -310
  350. package/dist/components/text/Text.js +1 -1
  351. package/dist/components/text/Text.js.map +1 -1
  352. package/dist/components/textarea/Textarea.d.ts +293 -308
  353. package/dist/components/textarea/Textarea.js +1 -1
  354. package/dist/components/textarea/Textarea.js.map +1 -1
  355. package/dist/components/textarea-field/TextareaField.d.ts +1 -1
  356. package/dist/components/tile/Tile.d.ts +293 -308
  357. package/dist/components/tile/TileGroup.d.ts +295 -310
  358. package/dist/components/tile-interactive/TileInteractive.d.ts +586 -616
  359. package/dist/components/tile-toggle-group/TileToggleGroupItem.d.ts +879 -924
  360. package/dist/components/tile-toggle-group/TileToggleGroupRoot.d.ts +1 -1
  361. package/dist/components/tile-toggle-group/index.d.ts +1 -1
  362. package/dist/components/toast/Toast.d.ts +589 -1006
  363. package/dist/components/toast/ToastProvider.d.ts +1 -1
  364. package/dist/components/toggle-group/ToggleGroupButton.d.ts +584 -614
  365. package/dist/components/toggle-group/ToggleGroupItem.d.ts +584 -615
  366. package/dist/components/toggle-group/ToggleGroupItem.js +1 -1
  367. package/dist/components/toggle-group/ToggleGroupItem.js.map +1 -1
  368. package/dist/components/toggle-group/ToggleGroupRoot.d.ts +294 -309
  369. package/dist/components/toggle-group/index.d.ts +1760 -1851
  370. package/dist/components/tooltip/Tooltip.d.ts +585 -615
  371. package/dist/components/tooltip/TooltipContent.d.ts +293 -308
  372. package/dist/components/tooltip/TooltipContent.js +1 -1
  373. package/dist/components/tooltip/TooltipContent.js.map +1 -1
  374. package/dist/components/top-bar/TopBar.d.ts +1468 -1550
  375. package/dist/components/top-bar/TopBar.js +1 -1
  376. package/dist/components/top-bar/TopBar.js.map +1 -1
  377. package/dist/components/top-bar/TopBarActionIcon.d.ts +1 -1
  378. package/dist/components/top-bar/TopBarBrand.d.ts +881 -935
  379. package/dist/components/top-bar/TopBarBrand.js +1 -1
  380. package/dist/components/top-bar/TopBarBrand.js.map +1 -1
  381. package/dist/components/tree/Tree.d.ts +3705 -3887
  382. package/dist/components/tree/TreeCollapsible.d.ts +293 -308
  383. package/dist/components/tree/TreeCollapsibleContent.d.ts +293 -308
  384. package/dist/components/tree/TreeCollapsibleTrigger.d.ts +1 -1
  385. package/dist/components/tree/TreeIcon.d.ts +585 -615
  386. package/dist/components/tree/TreeItem.d.ts +1 -1
  387. package/dist/components/tree/TreeItemContent.d.ts +296 -311
  388. package/dist/components/tree/TreeList.d.ts +1 -1
  389. package/dist/components/tree/TreeListItem.d.ts +296 -311
  390. package/dist/components/tree/TreeText.d.ts +1 -1
  391. package/dist/components/video/Video.d.ts +293 -308
  392. package/dist/docgen.json +1 -1
  393. package/dist/experiments/color-scheme/ColorScheme.d.ts +295 -310
  394. package/dist/experiments/color-scheme/stitches.colorscheme.config.js.map +1 -1
  395. package/dist/index.cjs.js +1 -1
  396. package/dist/index.cjs.js.map +1 -1
  397. package/dist/index.js +1 -1
  398. package/dist/stitches.d.ts +2446 -2609
  399. package/dist/types/navigatorActions.types.d.ts +1 -1
  400. package/dist/types/polymorphicComponentProp.types.d.ts +5 -6
  401. package/dist/utilities/create-theme-variants/createThemeVariants.d.ts +1 -312
  402. package/dist/utilities/css-wrapper/CSSWrapper.d.ts +1 -1
  403. package/dist/utilities/hooks/useIsMountedRef.d.ts +0 -1
  404. package/dist/utilities/hooks/useResizeObserver.d.ts +2 -2
  405. package/dist/utilities/hooks/useScrollPosition.d.ts +2 -2
  406. package/dist/utilities/hooks/useSize.d.ts +2 -2
  407. package/dist/utilities/hooks/useWindowScrollPosition.d.ts +2 -2
  408. package/dist/utilities/no-overflow-wrapper/NoOverflowWrapper.d.ts +584 -614
  409. package/dist/utilities/optional-tooltip-wrapper/OptionalTooltipWrapper.d.ts +1 -1
  410. package/dist/utilities/optional-visually-hidden-wrapper/OptionalVisuallyHiddenWrapper.d.ts +1 -1
  411. package/dist/utilities/radix-overrides/toggle-group/ToggleGroupRoot.d.ts +2 -2
  412. package/dist/utilities/radix-overrides/toggle-group/index.d.ts +1 -2
  413. package/dist/utilities/style/capsize.d.ts +1 -1
  414. package/dist/utilities/style/encode-background-icon.d.ts +1 -1
  415. package/dist/utilities/style/focus-visible-style-block.d.ts +4 -3
  416. package/dist/utilities/style/focus-visible-style-block.js +1 -1
  417. package/dist/utilities/style/focus-visible-style-block.js.map +1 -1
  418. package/dist/utilities/style/keyframe-animations.d.ts +2 -2
  419. package/dist/utilities/types.d.ts +1 -1
  420. package/dist/utilities/uri/index.d.ts +2 -2
  421. package/package.json +9 -9
@@ -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,363 +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
- tonal50: any;
227
- tonal100: any;
228
- tonal200: any;
229
- tonal300: any;
230
- tonal400: any;
231
- tonal500: any;
232
- tonal600: any;
233
- alpha100: any;
234
- alpha150: any;
235
- alpha200: any;
236
- alpha250: any;
237
- alpha600: any;
238
- brandRed: any;
239
- brandRedAccent: any;
240
- brandGreen: any;
241
- brandGreenAccent: any;
242
- brandPurple: any;
243
- brandPurpleAccent: any;
244
- brandYellow: any;
245
- brandYellowAccent: any;
246
- infoLight: any;
247
- info: any;
248
- infoMid: any;
249
- infoDark: any;
250
- successLight: any;
251
- success: any;
252
- successMid: any;
253
- successDark: any;
254
- dangerLight: any;
255
- danger: any;
256
- dangerMid: any;
257
- dangerDark: any;
258
- warningLight: any;
259
- warning: any;
260
- warningMid: any;
261
- warningDark: any;
262
- warningText: any;
263
- subjectEnglish: any;
264
- subjectMaths: any;
265
- subjectScience: any;
266
- subjectVerbalReasoning: any;
267
- subjectNonVerbalReasoning: any;
268
- subjectCreativeWriting: any;
269
- subjectExamSkills: any;
270
- glBlueLight: any;
271
- glBluePrimary: any;
272
- glBlueDark: any;
273
- primary100: any;
274
- primary200: any;
275
- primary300: any;
276
- primary400: any;
277
- primary500: any;
278
- primary600: any;
279
- primary700: any;
280
- primary800: any;
281
- primary900: any;
282
- primary1000: any;
283
- primary1100: any;
284
- 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;
285
270
  };
286
271
  space: {
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;
296
- "9": any;
297
- "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;
298
283
  };
299
284
  fontSizes: {
300
- xs: any;
301
- sm: any;
302
- md: any;
303
- lg: any;
304
- xl: any;
305
- "2xl": any;
306
- "3xl": any;
307
- "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;
308
293
  };
309
294
  fonts: {
310
- sans: any;
311
- mono: any;
312
- display: any;
313
- body: any;
295
+ sans: string;
296
+ mono: string;
297
+ display: string;
298
+ body: string;
314
299
  };
315
300
  sizes: {
316
- "0": any;
317
- "1": any;
318
- "2": any;
319
- "3": any;
320
- "4": any;
321
- "5": any;
322
- "6": any;
323
- "7": any;
324
- "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;
325
310
  };
326
311
  radii: {
327
- "0": any;
328
- "1": any;
329
- "2": any;
330
- "3": any;
331
- round: any;
312
+ "0": string;
313
+ "1": string;
314
+ "2": string;
315
+ "3": string;
316
+ round: string;
332
317
  };
333
318
  shadows: {
334
- "0": any;
335
- "1": any;
336
- "2": any;
337
- "3": any;
319
+ "0": string;
320
+ "1": string;
321
+ "2": string;
322
+ "3": string;
338
323
  };
339
324
  ratios: {
340
- "16-9": any;
341
- "3-2": any;
342
- "4-3": any;
343
- "1-1": any;
344
- "3-4": any;
325
+ "16-9": string;
326
+ "3-2": string;
327
+ "4-3": string;
328
+ "1-1": string;
329
+ "3-4": string;
345
330
  };
346
331
  }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
347
- bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
332
+ bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
348
333
  background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
349
334
  };
350
- 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) => {
351
336
  height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
352
337
  width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
353
338
  };
354
- 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) => {
355
340
  padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
356
341
  };
357
- 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) => {
358
343
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
359
344
  };
360
- 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) => {
361
346
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
362
347
  };
363
- 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) => {
364
349
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
365
350
  };
366
- 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) => {
367
352
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
368
353
  };
369
- 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) => {
370
355
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
371
356
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
372
357
  };
373
- 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) => {
374
359
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
375
360
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
376
361
  };
377
- 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) => {
378
363
  margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
379
364
  };
380
- 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) => {
381
366
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
382
367
  };
383
- 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) => {
384
369
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
385
370
  };
386
- 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) => {
387
372
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
388
373
  };
389
- 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) => {
390
375
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
391
376
  };
392
- 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) => {
393
378
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
394
379
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
395
380
  };
396
- 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) => {
397
382
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
398
383
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
399
384
  };
@@ -417,760 +402,358 @@ export declare const StyledToast: import("@atom-learning/stitches-react/types/st
417
402
  hover: string;
418
403
  }, {
419
404
  colors: {
420
- textBold: any;
421
- textRegular: any;
422
- textSubtle: any;
423
- textMinimal: any;
424
- background: any;
425
- backgroundAccent: any;
426
- grey100: any;
427
- grey200: any;
428
- grey300: any;
429
- grey400: any;
430
- grey500: any;
431
- grey600: any;
432
- grey700: any;
433
- grey800: any;
434
- grey900: any;
435
- grey1000: any;
436
- grey1100: any;
437
- grey1200: any;
438
- blue100: any;
439
- blue200: any;
440
- blue300: any;
441
- blue400: any;
442
- blue500: any;
443
- blue600: any;
444
- blue700: any;
445
- blue800: any;
446
- blue900: any;
447
- blue1000: any;
448
- blue1100: any;
449
- blue1200: any;
450
- pink100: any;
451
- pink200: any;
452
- pink300: any;
453
- pink400: any;
454
- pink500: any;
455
- pink600: any;
456
- pink700: any;
457
- pink800: any;
458
- pink900: any;
459
- pink1000: any;
460
- pink1100: any;
461
- pink1200: any;
462
- purple100: any;
463
- purple200: any;
464
- purple300: any;
465
- purple400: any;
466
- purple500: any;
467
- purple600: any;
468
- purple700: any;
469
- purple800: any;
470
- purple900: any;
471
- purple1000: any;
472
- purple1100: any;
473
- purple1200: any;
474
- cyan100: any;
475
- cyan200: any;
476
- cyan300: any;
477
- cyan400: any;
478
- cyan500: any;
479
- cyan600: any;
480
- cyan700: any;
481
- cyan800: any;
482
- cyan900: any;
483
- cyan1000: any;
484
- cyan1100: any;
485
- cyan1200: any;
486
- green100: any;
487
- green200: any;
488
- green300: any;
489
- green400: any;
490
- green500: any;
491
- green600: any;
492
- green700: any;
493
- green800: any;
494
- green900: any;
495
- green1000: any;
496
- green1100: any;
497
- green1200: any;
498
- magenta100: any;
499
- magenta200: any;
500
- magenta300: any;
501
- magenta400: any;
502
- magenta500: any;
503
- magenta600: any;
504
- magenta700: any;
505
- magenta800: any;
506
- magenta900: any;
507
- magenta1000: any;
508
- magenta1100: any;
509
- magenta1200: any;
510
- red100: any;
511
- red200: any;
512
- red300: any;
513
- red400: any;
514
- red500: any;
515
- red600: any;
516
- red700: any;
517
- red800: any;
518
- red900: any;
519
- red1000: any;
520
- red1100: any;
521
- red1200: any;
522
- teal100: any;
523
- teal200: any;
524
- teal300: any;
525
- teal400: any;
526
- teal500: any;
527
- teal600: any;
528
- teal700: any;
529
- teal800: any;
530
- teal900: any;
531
- teal1000: any;
532
- teal1100: any;
533
- teal1200: any;
534
- orange100: any;
535
- orange200: any;
536
- orange300: any;
537
- orange400: any;
538
- orange500: any;
539
- orange600: any;
540
- orange700: any;
541
- orange800: any;
542
- orange900: any;
543
- orange1000: any;
544
- orange1100: any;
545
- orange1200: any;
546
- yellow100: any;
547
- yellow200: any;
548
- yellow300: any;
549
- yellow400: any;
550
- yellow500: any;
551
- yellow600: any;
552
- yellow700: any;
553
- yellow800: any;
554
- yellow900: any;
555
- yellow1000: any;
556
- yellow1100: any;
557
- yellow1200: any;
558
- lime100: any;
559
- lime200: any;
560
- lime300: any;
561
- lime400: any;
562
- lime500: any;
563
- lime600: any;
564
- lime700: any;
565
- lime800: any;
566
- lime900: any;
567
- lime1000: any;
568
- lime1100: any;
569
- lime1200: any;
570
- lapis100: any;
571
- lapis200: any;
572
- lapis300: any;
573
- lapis400: any;
574
- lapis500: any;
575
- lapis600: any;
576
- lapis700: any;
577
- lapis800: any;
578
- lapis900: any;
579
- lapis1000: any;
580
- lapis1100: any;
581
- lapis1200: any;
582
- maroon100: any;
583
- maroon200: any;
584
- maroon300: any;
585
- maroon400: any;
586
- maroon500: any;
587
- maroon600: any;
588
- maroon700: any;
589
- maroon800: any;
590
- maroon900: any;
591
- maroon1000: any;
592
- maroon1100: any;
593
- maroon1200: any;
594
- marsh100: any;
595
- marsh200: any;
596
- marsh300: any;
597
- marsh400: any;
598
- marsh500: any;
599
- marsh600: any;
600
- marsh700: any;
601
- marsh800: any;
602
- marsh900: any;
603
- marsh1000: any;
604
- marsh1100: any;
605
- marsh1200: any;
606
- tonal50: any;
607
- tonal100: any;
608
- tonal200: any;
609
- tonal300: any;
610
- tonal400: any;
611
- tonal500: any;
612
- tonal600: any;
613
- alpha100: any;
614
- alpha150: any;
615
- alpha200: any;
616
- alpha250: any;
617
- alpha600: any;
618
- brandRed: any;
619
- brandRedAccent: any;
620
- brandGreen: any;
621
- brandGreenAccent: any;
622
- brandPurple: any;
623
- brandPurpleAccent: any;
624
- brandYellow: any;
625
- brandYellowAccent: any;
626
- infoLight: any;
627
- info: any;
628
- infoMid: any;
629
- infoDark: any;
630
- successLight: any;
631
- success: any;
632
- successMid: any;
633
- successDark: any;
634
- dangerLight: any;
635
- danger: any;
636
- dangerMid: any;
637
- dangerDark: any;
638
- warningLight: any;
639
- warning: any;
640
- warningMid: any;
641
- warningDark: any;
642
- warningText: any;
643
- subjectEnglish: any;
644
- subjectMaths: any;
645
- subjectScience: any;
646
- subjectVerbalReasoning: any;
647
- subjectNonVerbalReasoning: any;
648
- subjectCreativeWriting: any;
649
- subjectExamSkills: any;
650
- glBlueLight: any;
651
- glBluePrimary: any;
652
- glBlueDark: any;
653
- primary100: any;
654
- primary200: any;
655
- primary300: any;
656
- primary400: any;
657
- primary500: any;
658
- primary600: any;
659
- primary700: any;
660
- primary800: any;
661
- primary900: any;
662
- primary1000: any;
663
- primary1100: any;
664
- 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;
665
635
  };
666
636
  space: {
667
- "0": any;
668
- "1": any;
669
- "2": any;
670
- "3": any;
671
- "4": any;
672
- "5": any;
673
- "6": any;
674
- "7": any;
675
- "8": any;
676
- "9": any;
677
- "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;
678
648
  };
679
649
  fontSizes: {
680
- xs: any;
681
- sm: any;
682
- md: any;
683
- lg: any;
684
- xl: any;
685
- "2xl": any;
686
- "3xl": any;
687
- "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;
688
658
  };
689
659
  fonts: {
690
- sans: any;
691
- mono: any;
692
- display: any;
693
- body: any;
660
+ sans: string;
661
+ mono: string;
662
+ display: string;
663
+ body: string;
694
664
  };
695
665
  sizes: {
696
- "0": any;
697
- "1": any;
698
- "2": any;
699
- "3": any;
700
- "4": any;
701
- "5": any;
702
- "6": any;
703
- "7": any;
704
- "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;
705
675
  };
706
676
  radii: {
707
- "0": any;
708
- "1": any;
709
- "2": any;
710
- "3": any;
711
- round: any;
677
+ "0": string;
678
+ "1": string;
679
+ "2": string;
680
+ "3": string;
681
+ round: string;
712
682
  };
713
683
  shadows: {
714
- "0": any;
715
- "1": any;
716
- "2": any;
717
- "3": any;
684
+ "0": string;
685
+ "1": string;
686
+ "2": string;
687
+ "3": string;
718
688
  };
719
689
  ratios: {
720
- "16-9": any;
721
- "3-2": any;
722
- "4-3": any;
723
- "1-1": any;
724
- "3-4": any;
690
+ "16-9": string;
691
+ "3-2": string;
692
+ "4-3": string;
693
+ "1-1": string;
694
+ "3-4": string;
725
695
  };
726
696
  }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
727
- bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
697
+ bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
728
698
  background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
729
699
  };
730
- 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) => {
731
701
  height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
732
702
  width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
733
703
  };
734
- 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) => {
735
705
  padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
736
706
  };
737
- 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) => {
738
708
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
739
709
  };
740
- 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) => {
741
711
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
742
712
  };
743
- 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) => {
744
714
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
745
715
  };
746
- 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) => {
747
717
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
748
718
  };
749
- 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) => {
750
720
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
751
721
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
752
722
  };
753
- 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) => {
754
724
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
755
725
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
756
726
  };
757
- 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) => {
758
728
  margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
759
729
  };
760
- 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) => {
761
731
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
762
732
  };
763
- 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) => {
764
734
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
765
735
  };
766
- 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) => {
767
737
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
768
738
  };
769
- 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) => {
770
740
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
771
741
  };
772
- 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) => {
773
743
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
774
744
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
775
745
  };
776
- 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) => {
777
747
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
778
748
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
779
749
  };
780
750
  }>>;
781
- declare type ToastProps = Omit<React.ComponentProps<typeof StyledToast>, 'type'> & {
751
+ type ToastProps = Omit<React.ComponentProps<typeof StyledToast>, 'type'> & {
782
752
  type?: keyof typeof toastVariants;
783
753
  };
784
754
  export declare const Toast: {
785
755
  (props: ToastProps): JSX.Element;
786
- Icon: (props: Omit<Omit<Omit<React.SVGProps<SVGSVGElement>, "ref"> & {
787
- ref?: ((instance: SVGSVGElement | null) => void) | React.RefObject<SVGSVGElement> | null | undefined;
788
- }, "size" | "css"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
789
- size?: "sm" | "md" | "lg" | undefined;
790
- }, {
791
- sm: string;
792
- md: string;
793
- lg: string;
794
- xl: string;
795
- reducedMotion: string;
796
- allowMotion: string;
797
- hover: string;
798
- }> & {
799
- css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
800
- sm: string;
801
- md: string;
802
- lg: string;
803
- xl: string;
804
- reducedMotion: string;
805
- allowMotion: string;
806
- hover: string;
807
- }, {
808
- colors: {
809
- textBold: any;
810
- textRegular: any;
811
- textSubtle: any;
812
- textMinimal: any;
813
- background: any;
814
- backgroundAccent: any;
815
- grey100: any;
816
- grey200: any;
817
- grey300: any;
818
- grey400: any;
819
- grey500: any;
820
- grey600: any;
821
- grey700: any;
822
- grey800: any;
823
- grey900: any;
824
- grey1000: any;
825
- grey1100: any;
826
- grey1200: any;
827
- blue100: any;
828
- blue200: any;
829
- blue300: any;
830
- blue400: any;
831
- blue500: any;
832
- blue600: any;
833
- blue700: any;
834
- blue800: any;
835
- blue900: any;
836
- blue1000: any;
837
- blue1100: any;
838
- blue1200: any;
839
- pink100: any;
840
- pink200: any;
841
- pink300: any;
842
- pink400: any;
843
- pink500: any;
844
- pink600: any;
845
- pink700: any;
846
- pink800: any;
847
- pink900: any;
848
- pink1000: any;
849
- pink1100: any;
850
- pink1200: any;
851
- purple100: any;
852
- purple200: any;
853
- purple300: any;
854
- purple400: any;
855
- purple500: any;
856
- purple600: any;
857
- purple700: any;
858
- purple800: any;
859
- purple900: any;
860
- purple1000: any;
861
- purple1100: any;
862
- purple1200: any;
863
- cyan100: any;
864
- cyan200: any;
865
- cyan300: any;
866
- cyan400: any;
867
- cyan500: any;
868
- cyan600: any;
869
- cyan700: any;
870
- cyan800: any;
871
- cyan900: any;
872
- cyan1000: any;
873
- cyan1100: any;
874
- cyan1200: any;
875
- green100: any;
876
- green200: any;
877
- green300: any;
878
- green400: any;
879
- green500: any;
880
- green600: any;
881
- green700: any;
882
- green800: any;
883
- green900: any;
884
- green1000: any;
885
- green1100: any;
886
- green1200: any;
887
- magenta100: any;
888
- magenta200: any;
889
- magenta300: any;
890
- magenta400: any;
891
- magenta500: any;
892
- magenta600: any;
893
- magenta700: any;
894
- magenta800: any;
895
- magenta900: any;
896
- magenta1000: any;
897
- magenta1100: any;
898
- magenta1200: any;
899
- red100: any;
900
- red200: any;
901
- red300: any;
902
- red400: any;
903
- red500: any;
904
- red600: any;
905
- red700: any;
906
- red800: any;
907
- red900: any;
908
- red1000: any;
909
- red1100: any;
910
- red1200: any;
911
- teal100: any;
912
- teal200: any;
913
- teal300: any;
914
- teal400: any;
915
- teal500: any;
916
- teal600: any;
917
- teal700: any;
918
- teal800: any;
919
- teal900: any;
920
- teal1000: any;
921
- teal1100: any;
922
- teal1200: any;
923
- orange100: any;
924
- orange200: any;
925
- orange300: any;
926
- orange400: any;
927
- orange500: any;
928
- orange600: any;
929
- orange700: any;
930
- orange800: any;
931
- orange900: any;
932
- orange1000: any;
933
- orange1100: any;
934
- orange1200: any;
935
- yellow100: any;
936
- yellow200: any;
937
- yellow300: any;
938
- yellow400: any;
939
- yellow500: any;
940
- yellow600: any;
941
- yellow700: any;
942
- yellow800: any;
943
- yellow900: any;
944
- yellow1000: any;
945
- yellow1100: any;
946
- yellow1200: any;
947
- lime100: any;
948
- lime200: any;
949
- lime300: any;
950
- lime400: any;
951
- lime500: any;
952
- lime600: any;
953
- lime700: any;
954
- lime800: any;
955
- lime900: any;
956
- lime1000: any;
957
- lime1100: any;
958
- lime1200: any;
959
- lapis100: any;
960
- lapis200: any;
961
- lapis300: any;
962
- lapis400: any;
963
- lapis500: any;
964
- lapis600: any;
965
- lapis700: any;
966
- lapis800: any;
967
- lapis900: any;
968
- lapis1000: any;
969
- lapis1100: any;
970
- lapis1200: any;
971
- maroon100: any;
972
- maroon200: any;
973
- maroon300: any;
974
- maroon400: any;
975
- maroon500: any;
976
- maroon600: any;
977
- maroon700: any;
978
- maroon800: any;
979
- maroon900: any;
980
- maroon1000: any;
981
- maroon1100: any;
982
- maroon1200: any;
983
- marsh100: any;
984
- marsh200: any;
985
- marsh300: any;
986
- marsh400: any;
987
- marsh500: any;
988
- marsh600: any;
989
- marsh700: any;
990
- marsh800: any;
991
- marsh900: any;
992
- marsh1000: any;
993
- marsh1100: any;
994
- marsh1200: any;
995
- tonal50: any;
996
- tonal100: any;
997
- tonal200: any;
998
- tonal300: any;
999
- tonal400: any;
1000
- tonal500: any;
1001
- tonal600: any;
1002
- alpha100: any;
1003
- alpha150: any;
1004
- alpha200: any;
1005
- alpha250: any;
1006
- alpha600: any;
1007
- brandRed: any;
1008
- brandRedAccent: any;
1009
- brandGreen: any;
1010
- brandGreenAccent: any;
1011
- brandPurple: any;
1012
- brandPurpleAccent: any;
1013
- brandYellow: any;
1014
- brandYellowAccent: any;
1015
- infoLight: any;
1016
- info: any;
1017
- infoMid: any;
1018
- infoDark: any;
1019
- successLight: any;
1020
- success: any;
1021
- successMid: any;
1022
- successDark: any;
1023
- dangerLight: any;
1024
- danger: any;
1025
- dangerMid: any;
1026
- dangerDark: any;
1027
- warningLight: any;
1028
- warning: any;
1029
- warningMid: any;
1030
- warningDark: any;
1031
- warningText: any;
1032
- subjectEnglish: any;
1033
- subjectMaths: any;
1034
- subjectScience: any;
1035
- subjectVerbalReasoning: any;
1036
- subjectNonVerbalReasoning: any;
1037
- subjectCreativeWriting: any;
1038
- subjectExamSkills: any;
1039
- glBlueLight: any;
1040
- glBluePrimary: any;
1041
- glBlueDark: any;
1042
- primary100: any;
1043
- primary200: any;
1044
- primary300: any;
1045
- primary400: any;
1046
- primary500: any;
1047
- primary600: any;
1048
- primary700: any;
1049
- primary800: any;
1050
- primary900: any;
1051
- primary1000: any;
1052
- primary1100: any;
1053
- primary1200: any;
1054
- };
1055
- space: {
1056
- "0": any;
1057
- "1": any;
1058
- "2": any;
1059
- "3": any;
1060
- "4": any;
1061
- "5": any;
1062
- "6": any;
1063
- "7": any;
1064
- "8": any;
1065
- "9": any;
1066
- "24": any;
1067
- };
1068
- fontSizes: {
1069
- xs: any;
1070
- sm: any;
1071
- md: any;
1072
- lg: any;
1073
- xl: any;
1074
- "2xl": any;
1075
- "3xl": any;
1076
- "4xl": any;
1077
- };
1078
- fonts: {
1079
- sans: any;
1080
- mono: any;
1081
- display: any;
1082
- body: any;
1083
- };
1084
- sizes: {
1085
- "0": any;
1086
- "1": any;
1087
- "2": any;
1088
- "3": any;
1089
- "4": any;
1090
- "5": any;
1091
- "6": any;
1092
- "7": any;
1093
- "8": any;
1094
- };
1095
- radii: {
1096
- "0": any;
1097
- "1": any;
1098
- "2": any;
1099
- "3": any;
1100
- round: any;
1101
- };
1102
- shadows: {
1103
- "0": any;
1104
- "1": any;
1105
- "2": any;
1106
- "3": any;
1107
- };
1108
- ratios: {
1109
- "16-9": any;
1110
- "3-2": any;
1111
- "4-3": any;
1112
- "1-1": any;
1113
- "3-4": any;
1114
- };
1115
- }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
1116
- bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
1117
- background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
1118
- };
1119
- size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
1120
- height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1121
- width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1122
- };
1123
- p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1124
- padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1125
- };
1126
- pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1127
- paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1128
- };
1129
- pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1130
- paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1131
- };
1132
- pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1133
- paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1134
- };
1135
- pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1136
- paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1137
- };
1138
- px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1139
- paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1140
- paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1141
- };
1142
- py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1143
- paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1144
- paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1145
- };
1146
- m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1147
- margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1148
- };
1149
- mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1150
- marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1151
- };
1152
- mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1153
- marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1154
- };
1155
- mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1156
- marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1157
- };
1158
- ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1159
- marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1160
- };
1161
- mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1162
- marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1163
- marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1164
- };
1165
- my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1166
- marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1167
- marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1168
- };
1169
- }> | undefined;
1170
- }, "is" | "as"> & {
1171
- is: React.FC<React.SVGProps<SVGSVGElement>>;
1172
- as?: undefined;
1173
- }) => JSX.Element;
756
+ Icon: (props: React.ComponentProps<typeof import("..").Icon>) => JSX.Element;
1174
757
  Close: ({ onDismiss, label, ...rest }: import("./ToastCloseButton").ToastCloseButtonProps) => JSX.Element;
1175
758
  };
1176
759
  export {};