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

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