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

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