@atom-learning/components 3.29.3 → 3.30.1

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