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