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

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