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

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