@atom-learning/components 3.30.0 → 4.0.0-beta.10

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 (394) hide show
  1. package/dist/components/accordion/Accordion.d.ts +294 -297
  2. package/dist/components/accordion/AccordionContent.d.ts +292 -295
  3. package/dist/components/accordion/AccordionItem.d.ts +292 -295
  4. package/dist/components/accordion/AccordionTrigger.d.ts +659 -297
  5. package/dist/components/action-icon/ActionIcon.d.ts +294 -297
  6. package/dist/components/action-icon/ActionIcon.js +1 -1
  7. package/dist/components/action-icon/ActionIcon.js.map +1 -1
  8. package/dist/components/alert-dialog/AlertDialog.d.ts +647 -651
  9. package/dist/components/alert-dialog/AlertDialogContent.d.ts +292 -295
  10. package/dist/components/alert-dialog/alert-context/AlertContext.d.ts +1 -1
  11. package/dist/components/alert-dialog/alert-context/AlertDialog.d.ts +1 -1
  12. package/dist/components/alert-dialog/alert-context/AlertDialogIcon.d.ts +1 -1
  13. package/dist/components/alert-dialog/alert-context/reducer.d.ts +2 -2
  14. package/dist/components/alert-dialog/alert-context/types.d.ts +3 -3
  15. package/dist/components/avatar/Avatar.d.ts +961 -595
  16. package/dist/components/avatar/Avatar.js +1 -1
  17. package/dist/components/avatar/Avatar.js.map +1 -1
  18. package/dist/components/avatar/AvatarInitial.js +1 -1
  19. package/dist/components/avatar/AvatarInitial.js.map +1 -1
  20. package/dist/components/badge/Badge.context.d.ts +2 -2
  21. package/dist/components/badge/Badge.d.ts +1828 -1842
  22. package/dist/components/badge/BadgeIcon.d.ts +585 -591
  23. package/dist/components/badge/BadgeText.d.ts +591 -595
  24. package/dist/components/badge/stitches.badge.colorscheme.config.d.ts +11 -0
  25. package/dist/components/badge/stitches.badge.colorscheme.config.js +1 -1
  26. package/dist/components/badge/stitches.badge.colorscheme.config.js.map +1 -1
  27. package/dist/components/banner/Banner.d.ts +1 -0
  28. package/dist/components/banner/BannerContainer.d.ts +588 -594
  29. package/dist/components/banner/BannerContext.d.ts +2 -2
  30. package/dist/components/banner/banner-regular/BannerRegular.d.ts +2908 -1399
  31. package/dist/components/banner/banner-regular/BannerRegularContainer.d.ts +1 -1
  32. package/dist/components/banner/banner-regular/BannerRegularContent.d.ts +584 -590
  33. package/dist/components/banner/banner-regular/BannerRegularDismiss.d.ts +588 -594
  34. package/dist/components/banner/banner-slim/BannerSlim.d.ts +2537 -1400
  35. package/dist/components/banner/banner-slim/BannerSlimContainer.d.ts +293 -296
  36. package/dist/components/banner/banner-slim/BannerSlimContent.d.ts +587 -593
  37. package/dist/components/banner/banner-slim/BannerSlimDismiss.d.ts +588 -594
  38. package/dist/components/banner/banner-slim/BannerSlimText.js +1 -1
  39. package/dist/components/banner/banner-slim/BannerSlimText.js.map +1 -1
  40. package/dist/components/box/Box.d.ts +292 -295
  41. package/dist/components/button/Button.d.ts +293 -296
  42. package/dist/components/button/Button.js +1 -1
  43. package/dist/components/button/Button.js.map +1 -1
  44. package/dist/components/calendar/Calendar.d.ts +2 -2
  45. package/dist/components/calendar/Calendar.js +1 -1
  46. package/dist/components/calendar/Calendar.js.map +1 -1
  47. package/dist/components/calendar/Day.d.ts +292 -295
  48. package/dist/components/calendar/Day.js +1 -1
  49. package/dist/components/calendar/Day.js.map +1 -1
  50. package/dist/components/carousel/Carousel.d.ts +1304 -944
  51. package/dist/components/carousel/CarouselArrows.js +1 -1
  52. package/dist/components/carousel/CarouselArrows.js.map +1 -1
  53. package/dist/components/carousel/CarouselPagination.d.ts +294 -296
  54. package/dist/components/carousel/CarouselPagination.js +1 -1
  55. package/dist/components/carousel/CarouselPagination.js.map +1 -1
  56. package/dist/components/carousel/CarouselSlide.d.ts +293 -296
  57. package/dist/components/carousel/CarouselSlider.d.ts +294 -296
  58. package/dist/components/checkbox/Checkbox.d.ts +292 -295
  59. package/dist/components/checkbox/Checkbox.js +1 -1
  60. package/dist/components/checkbox/Checkbox.js.map +1 -1
  61. package/dist/components/checkbox-group/CheckboxGroup.d.ts +895 -904
  62. package/dist/components/checkbox-group/CheckboxGroup.types.d.ts +1 -1
  63. package/dist/components/checkbox-group/CheckboxGroupAllItem.d.ts +1 -1
  64. package/dist/components/checkbox-group/CheckboxGroupItem.d.ts +1 -1
  65. package/dist/components/checkbox-group/CheckboxGroupSub.d.ts +1 -1
  66. package/dist/components/checkbox-group/context/CheckboxGroupChecked.context.d.ts +2 -2
  67. package/dist/components/checkbox-group/context/CheckboxGroupMounted.context.d.ts +1 -1
  68. package/dist/components/checkbox-tree/CheckboxTree.d.ts +1321 -1333
  69. package/dist/components/checkbox-tree/CheckboxTreeCollapsible.d.ts +1 -1
  70. package/dist/components/checkbox-tree/CheckboxTreeCollapsibleContent.d.ts +1 -1
  71. package/dist/components/checkbox-tree/CheckboxTreeCollapsibleTrigger.d.ts +1 -1
  72. package/dist/components/checkbox-tree/CheckboxTreeItem.d.ts +1 -1
  73. package/dist/components/checkbox-tree/CheckboxTreeItemContent.d.ts +1 -1
  74. package/dist/components/chip/Chip.d.ts +2058 -2079
  75. package/dist/components/chip/ChipGroup.d.ts +1 -1
  76. package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +1254 -892
  77. package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.js +1 -1
  78. package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.js.map +1 -1
  79. package/dist/components/chip-dismissible-group/ChipDismissibleGroupRoot.d.ts +1 -1
  80. package/dist/components/chip-dismissible-group/index.d.ts +1 -1
  81. package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +1254 -892
  82. package/dist/components/chip-toggle-group/ChipToggleGroupItem.js +1 -1
  83. package/dist/components/chip-toggle-group/ChipToggleGroupItem.js.map +1 -1
  84. package/dist/components/chip-toggle-group/ChipToggleGroupRoot.d.ts +1 -1
  85. package/dist/components/chip-toggle-group/index.d.ts +1 -1
  86. package/dist/components/combobox/Combobox.d.ts +1465 -1479
  87. package/dist/components/combobox/ComboboxInput.d.ts +294 -297
  88. package/dist/components/combobox/ComboboxInput.js +1 -1
  89. package/dist/components/combobox/ComboboxInput.js.map +1 -1
  90. package/dist/components/combobox/ComboboxList.d.ts +293 -296
  91. package/dist/components/combobox/ComboboxOption.d.ts +293 -296
  92. package/dist/components/combobox/ComboboxOption.js +1 -1
  93. package/dist/components/combobox/ComboboxOption.js.map +1 -1
  94. package/dist/components/combobox/ComboboxPopover.d.ts +293 -296
  95. package/dist/components/combobox/ComboboxPopover.js +1 -1
  96. package/dist/components/combobox/ComboboxPopover.js.map +1 -1
  97. package/dist/components/create-password-field/CreatePasswordField.d.ts +2 -2
  98. package/dist/components/data-table/DataTable.d.ts +3373 -3387
  99. package/dist/components/data-table/DataTable.types.d.ts +7 -7
  100. package/dist/components/data-table/DataTableBody.d.ts +1 -1
  101. package/dist/components/data-table/DataTableBulkActions.d.ts +7 -4
  102. package/dist/components/data-table/DataTableContext.d.ts +1 -1
  103. package/dist/components/data-table/DataTableDataCell.d.ts +1 -1
  104. package/dist/components/data-table/DataTableEmptyState.d.ts +1 -1
  105. package/dist/components/data-table/DataTableError.d.ts +1 -1
  106. package/dist/components/data-table/DataTableGlobalFilter.d.ts +1 -1
  107. package/dist/components/data-table/DataTableHead.d.ts +1 -1
  108. package/dist/components/data-table/DataTableHeaderCell.d.ts +1 -1
  109. package/dist/components/data-table/DataTableLoading.d.ts +295 -298
  110. package/dist/components/data-table/DataTableMetaData.d.ts +7 -7
  111. package/dist/components/data-table/DataTableMetaData.js +1 -1
  112. package/dist/components/data-table/DataTableMetaData.js.map +1 -1
  113. package/dist/components/data-table/DataTableRow.d.ts +1 -1
  114. package/dist/components/data-table/DataTableRowSelectionCheckbox.d.ts +2 -2
  115. package/dist/components/data-table/DataTableSelectAllRowsCheckbox.d.ts +1 -1
  116. package/dist/components/data-table/DataTableTable.d.ts +1 -1
  117. package/dist/components/data-table/drag-and-drop/DragAndDropTable.d.ts +1 -1
  118. package/dist/components/data-table/drag-and-drop/DragAndDropTableBody.d.ts +1 -1
  119. package/dist/components/data-table/drag-and-drop/DragAndDropTableRow.d.ts +1 -1
  120. package/dist/components/data-table/pagination/Pagination.d.ts +293 -296
  121. package/dist/components/date-field/DateField.d.ts +1 -1
  122. package/dist/components/date-input/DateInput.d.ts +1 -1
  123. package/dist/components/dialog/Dialog.d.ts +2211 -1480
  124. package/dist/components/dialog/DialogBackground.d.ts +584 -590
  125. package/dist/components/dialog/DialogClose.d.ts +293 -295
  126. package/dist/components/dialog/DialogContent.d.ts +294 -297
  127. package/dist/components/dialog/DialogHeading.js +1 -1
  128. package/dist/components/dialog/DialogHeading.js.map +1 -1
  129. package/dist/components/dismissible/index.d.ts +1 -0
  130. package/dist/components/dismissible-group/DismissibleGroupItem.d.ts +1 -1
  131. package/dist/components/dismissible-group/index.d.ts +1 -0
  132. package/dist/components/divider/Divider.d.ts +292 -295
  133. package/dist/components/divider/Divider.js +1 -1
  134. package/dist/components/divider/Divider.js.map +1 -1
  135. package/dist/components/drawer/Drawer.context.d.ts +1 -1
  136. package/dist/components/drawer/Drawer.d.ts +1928 -1183
  137. package/dist/components/drawer/DrawerClose.d.ts +1 -1
  138. package/dist/components/drawer/DrawerContent.d.ts +293 -296
  139. package/dist/components/drawer/DrawerFooter.d.ts +292 -295
  140. package/dist/components/drawer/DrawerHeader.d.ts +292 -295
  141. package/dist/components/drawer/DrawerMain.d.ts +292 -295
  142. package/dist/components/drawer/DrawerOverlay.d.ts +293 -295
  143. package/dist/components/drawer/DrawerTrigger.d.ts +293 -295
  144. package/dist/components/dropdown-menu/DropdownMenu.d.ts +1826 -1477
  145. package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +293 -295
  146. package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +293 -295
  147. package/dist/components/dropdown-menu/DropdownMenuItem.js +1 -1
  148. package/dist/components/dropdown-menu/DropdownMenuItem.js.map +1 -1
  149. package/dist/components/dropdown-menu/DropdownMenuLinkItem.d.ts +366 -1
  150. package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +293 -295
  151. package/dist/components/dropdown-menu/DropdownMenuSeparator.js +1 -1
  152. package/dist/components/dropdown-menu/DropdownMenuSeparator.js.map +1 -1
  153. package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +293 -295
  154. package/dist/components/empty-state/EmptyState.context.d.ts +1 -1
  155. package/dist/components/empty-state/EmptyState.d.ts +2060 -2079
  156. package/dist/components/empty-state/EmptyStateBody.d.ts +591 -595
  157. package/dist/components/empty-state/EmptyStateBody.js +1 -1
  158. package/dist/components/empty-state/EmptyStateBody.js.map +1 -1
  159. package/dist/components/empty-state/EmptyStateImage.d.ts +587 -593
  160. package/dist/components/empty-state/EmptyStateTitle.d.ts +294 -297
  161. package/dist/components/empty-state/EmptyStateTitle.js +1 -1
  162. package/dist/components/empty-state/EmptyStateTitle.js.map +1 -1
  163. package/dist/components/field-wrapper/FieldDescription.d.ts +1 -1
  164. package/dist/components/field-wrapper/FieldDescription.js +1 -1
  165. package/dist/components/field-wrapper/FieldDescription.js.map +1 -1
  166. package/dist/components/field-wrapper/FieldWrapper.d.ts +2 -2
  167. package/dist/components/field-wrapper/InlineFieldWrapper.d.ts +1 -1
  168. package/dist/components/file-input/FileInput.d.ts +1 -1
  169. package/dist/components/flex/Flex.d.ts +295 -298
  170. package/dist/components/form/Form.d.ts +293 -296
  171. package/dist/components/form/validation.d.ts +5 -5
  172. package/dist/components/grid/Grid.d.ts +293 -296
  173. package/dist/components/heading/Heading.d.ts +294 -297
  174. package/dist/components/heading/Heading.js +1 -1
  175. package/dist/components/heading/Heading.js.map +1 -1
  176. package/dist/components/icon/Icon.d.ts +293 -296
  177. package/dist/components/image/Image.d.ts +293 -296
  178. package/dist/components/inline-message/InlineMessage.config.js +1 -1
  179. package/dist/components/inline-message/InlineMessage.config.js.map +1 -1
  180. package/dist/components/inline-message/InlineMessage.d.ts +588 -594
  181. package/dist/components/inline-message/InlineMessage.types.d.ts +1 -1
  182. package/dist/components/input/Input.d.ts +882 -891
  183. package/dist/components/input-field/InputField.d.ts +1 -1
  184. package/dist/components/label/Label.d.ts +293 -296
  185. package/dist/components/label/Label.js +1 -1
  186. package/dist/components/label/Label.js.map +1 -1
  187. package/dist/components/link/Link.d.ts +294 -297
  188. package/dist/components/list/List.d.ts +587 -593
  189. package/dist/components/loader/Loader.d.ts +1 -1
  190. package/dist/components/markdown-content/MarkdownContent.d.ts +2 -2
  191. package/dist/components/markdown-content/components/MarkdownCode.d.ts +1 -1
  192. package/dist/components/markdown-content/components/MarkdownCode.js +1 -1
  193. package/dist/components/markdown-content/components/MarkdownCode.js.map +1 -1
  194. package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +293 -296
  195. package/dist/components/markdown-content/components/MarkdownHeading.d.ts +1 -1
  196. package/dist/components/markdown-content/components/MarkdownImage.d.ts +1 -1
  197. package/dist/components/markdown-content/components/MarkdownInlineCode.d.ts +1 -1
  198. package/dist/components/markdown-content/components/MarkdownInlineCode.js +1 -1
  199. package/dist/components/markdown-content/components/MarkdownInlineCode.js.map +1 -1
  200. package/dist/components/markdown-content/components/MarkdownLink.d.ts +1 -1
  201. package/dist/components/markdown-content/components/MarkdownList.d.ts +1 -1
  202. package/dist/components/markdown-content/components/MarkdownListItem.d.ts +1 -1
  203. package/dist/components/markdown-content/components/MarkdownParagraph.d.ts +1 -1
  204. package/dist/components/markdown-content/components/MarkdownStrong.d.ts +1 -1
  205. package/dist/components/markdown-content/components/MarkdownText.d.ts +1 -1
  206. package/dist/components/markdown-content/components/MarkdownThematicBreak.d.ts +1 -1
  207. package/dist/components/navigation/NavigationMenu.d.ts +2077 -2810
  208. package/dist/components/navigation/NavigationMenuDropdown.d.ts +1 -1
  209. package/dist/components/navigation/NavigationMenuDropdownContent.d.ts +293 -296
  210. package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +589 -593
  211. package/dist/components/navigation/NavigationMenuDropdownItem.js +1 -1
  212. package/dist/components/navigation/NavigationMenuDropdownItem.js.map +1 -1
  213. package/dist/components/navigation/NavigationMenuDropdownTrigger.d.ts +292 -295
  214. package/dist/components/navigation/NavigationMenuLink.d.ts +292 -295
  215. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.d.ts +3312 -3341
  216. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordion.d.ts +2 -2
  217. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionContent.d.ts +293 -296
  218. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionTrigger.d.ts +293 -296
  219. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalIcon.d.ts +585 -591
  220. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItem.d.ts +293 -296
  221. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItemContent.d.ts +1 -1
  222. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalLink.d.ts +293 -296
  223. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalList.d.ts +293 -295
  224. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.d.ts +590 -594
  225. package/dist/components/notification-badge/NotificationBadge.d.ts +1 -1
  226. package/dist/components/number-input/NumberInputStepper.d.ts +1 -1
  227. package/dist/components/number-input/NumberInputStepper.js +1 -1
  228. package/dist/components/number-input/NumberInputStepper.js.map +1 -1
  229. package/dist/components/pagination/Pagination.d.ts +3 -1
  230. package/dist/components/pagination/PaginationItems.d.ts +1 -0
  231. package/dist/components/pagination/PaginationNextButton.d.ts +587 -593
  232. package/dist/components/pagination/PaginationPreviousButton.d.ts +587 -593
  233. package/dist/components/pagination/types.d.ts +4 -3
  234. package/dist/components/password-field/PasswordField.d.ts +1 -1
  235. package/dist/components/password-input/PasswordInput.d.ts +1 -1
  236. package/dist/components/popover/Popover.d.ts +586 -592
  237. package/dist/components/popover/PopoverContent.d.ts +293 -296
  238. package/dist/components/progress-bar/ProgressBar.d.ts +293 -296
  239. package/dist/components/progress-bar/ProgressBar.js +1 -1
  240. package/dist/components/progress-bar/ProgressBar.js.map +1 -1
  241. package/dist/components/radio-button/RadioButton.d.ts +293 -296
  242. package/dist/components/radio-button/RadioButton.js +1 -1
  243. package/dist/components/radio-button/RadioButton.js.map +1 -1
  244. package/dist/components/radio-button/RadioButtonGroup.d.ts +293 -295
  245. package/dist/components/radio-button-field/RadioButtonField.d.ts +299 -302
  246. package/dist/components/radio-button-field/RadioField.d.ts +1 -1
  247. package/dist/components/radio-card/RadioCard.d.ts +293 -296
  248. package/dist/components/radio-card/RadioCard.js +1 -1
  249. package/dist/components/radio-card/RadioCard.js.map +1 -1
  250. package/dist/components/radio-card/RadioCardGroup.d.ts +1 -1
  251. package/dist/components/radio-card/RadioCardGroup.js.map +1 -1
  252. package/dist/components/search-field/SearchField.d.ts +1 -1
  253. package/dist/components/search-input/SearchInput.d.ts +1 -1
  254. package/dist/components/search-input/SearchInput.js +1 -1
  255. package/dist/components/search-input/SearchInput.js.map +1 -1
  256. package/dist/components/section-message/SectionMessage.d.ts +2468 -598
  257. package/dist/components/section-message/SectionMessageContext.d.ts +2 -2
  258. package/dist/components/section-message/SectionMessageIcon.d.ts +1 -1
  259. package/dist/components/section-message/SectionMessageTitle.d.ts +1 -1
  260. package/dist/components/section-message/SectionMessageTitle.js +1 -1
  261. package/dist/components/section-message/SectionMessageTitle.js.map +1 -1
  262. package/dist/components/select/Select.d.ts +293 -296
  263. package/dist/components/select/Select.js +1 -1
  264. package/dist/components/select/Select.js.map +1 -1
  265. package/dist/components/select-field/SelectField.d.ts +1 -1
  266. package/dist/components/side-bar/SideBar.d.ts +2343 -2365
  267. package/dist/components/side-bar/SideBarComponents.d.ts +2051 -2069
  268. package/dist/components/side-bar/SideBarContext.d.ts +2 -2
  269. package/dist/components/slider/Slider.d.ts +294 -297
  270. package/dist/components/slider/Slider.js +1 -1
  271. package/dist/components/slider/Slider.js.map +1 -1
  272. package/dist/components/slider/SliderSteps.d.ts +2 -2
  273. package/dist/components/slider/SliderSteps.js +1 -1
  274. package/dist/components/slider/SliderSteps.js.map +1 -1
  275. package/dist/components/slider/SliderValue.d.ts +2 -2
  276. package/dist/components/slider/SliderValue.js +1 -1
  277. package/dist/components/slider/SliderValue.js.map +1 -1
  278. package/dist/components/slider-field/SliderField.d.ts +1 -1
  279. package/dist/components/sortable/Handle.d.ts +588 -594
  280. package/dist/components/sortable/SortableHandle.d.ts +1 -1
  281. package/dist/components/sortable/SortableItem.d.ts +1 -1
  282. package/dist/components/sortable/SortableRoot.d.ts +1 -1
  283. package/dist/components/sortable/index.d.ts +1 -0
  284. package/dist/components/spacer/Spacer.d.ts +292 -295
  285. package/dist/components/stack-content/StackContent.d.ts +293 -296
  286. package/dist/components/stepper/Stepper.d.ts +786 -2
  287. package/dist/components/stepper/StepperStepBullet.d.ts +587 -593
  288. package/dist/components/stepper/StepperStepBullet.js +1 -1
  289. package/dist/components/stepper/StepperStepBullet.js.map +1 -1
  290. package/dist/components/stepper/StepperStepContainer.d.ts +587 -593
  291. package/dist/components/stepper/StepperStepContainer.js +1 -1
  292. package/dist/components/stepper/StepperStepContainer.js.map +1 -1
  293. package/dist/components/stepper/StepperStepLabel.d.ts +590 -593
  294. package/dist/components/stepper/StepperStepLabel.js +1 -1
  295. package/dist/components/stepper/StepperStepLabel.js.map +1 -1
  296. package/dist/components/stepper/types.d.ts +3 -3
  297. package/dist/components/switch/Switch.d.ts +293 -296
  298. package/dist/components/switch/Switch.js +1 -1
  299. package/dist/components/switch/Switch.js.map +1 -1
  300. package/dist/components/table/Table.d.ts +2341 -2365
  301. package/dist/components/table/TableBody.d.ts +293 -296
  302. package/dist/components/table/TableBody.js +1 -1
  303. package/dist/components/table/TableBody.js.map +1 -1
  304. package/dist/components/table/TableCell.d.ts +292 -295
  305. package/dist/components/table/TableCell.js +1 -1
  306. package/dist/components/table/TableCell.js.map +1 -1
  307. package/dist/components/table/TableFooter.d.ts +292 -295
  308. package/dist/components/table/TableFooterCell.d.ts +292 -295
  309. package/dist/components/table/TableFooterCell.js +1 -1
  310. package/dist/components/table/TableFooterCell.js.map +1 -1
  311. package/dist/components/table/TableHeader.d.ts +293 -296
  312. package/dist/components/table/TableHeader.js +1 -1
  313. package/dist/components/table/TableHeader.js.map +1 -1
  314. package/dist/components/table/TableHeaderCell.d.ts +292 -295
  315. package/dist/components/table/TableRow.d.ts +292 -295
  316. package/dist/components/table/TableStickyColumnsContainer.d.ts +4 -4
  317. package/dist/components/table/useStickyColumnsCss.d.ts +2 -2
  318. package/dist/components/tabs/Tabs.d.ts +1295 -1303
  319. package/dist/components/tabs/TabsContent.d.ts +293 -295
  320. package/dist/components/tabs/TabsTrigger.d.ts +292 -295
  321. package/dist/components/tabs/TabsTriggerList.d.ts +659 -297
  322. package/dist/components/text/Text.d.ts +296 -297
  323. package/dist/components/text/Text.js +1 -1
  324. package/dist/components/text/Text.js.map +1 -1
  325. package/dist/components/textarea/Textarea.d.ts +293 -296
  326. package/dist/components/textarea/Textarea.js +1 -1
  327. package/dist/components/textarea/Textarea.js.map +1 -1
  328. package/dist/components/textarea-field/TextareaField.d.ts +1 -1
  329. package/dist/components/tile/Tile.d.ts +293 -296
  330. package/dist/components/tile/TileGroup.d.ts +295 -298
  331. package/dist/components/tile-interactive/TileInteractive.d.ts +586 -592
  332. package/dist/components/tile-toggle-group/TileToggleGroupItem.d.ts +879 -888
  333. package/dist/components/tile-toggle-group/TileToggleGroupRoot.d.ts +1 -1
  334. package/dist/components/tile-toggle-group/index.d.ts +1 -1
  335. package/dist/components/toast/Toast.d.ts +961 -595
  336. package/dist/components/toast/ToastProvider.d.ts +1 -1
  337. package/dist/components/toggle-group/ToggleGroupButton.d.ts +584 -590
  338. package/dist/components/toggle-group/ToggleGroupItem.d.ts +585 -590
  339. package/dist/components/toggle-group/ToggleGroupItem.js +1 -1
  340. package/dist/components/toggle-group/ToggleGroupItem.js.map +1 -1
  341. package/dist/components/toggle-group/ToggleGroupRoot.d.ts +294 -297
  342. package/dist/components/toggle-group/index.d.ts +1761 -1778
  343. package/dist/components/tooltip/Tooltip.d.ts +585 -591
  344. package/dist/components/tooltip/TooltipContent.d.ts +293 -296
  345. package/dist/components/tooltip/TooltipContent.js +1 -1
  346. package/dist/components/tooltip/TooltipContent.js.map +1 -1
  347. package/dist/components/top-bar/TopBar.d.ts +1841 -1490
  348. package/dist/components/top-bar/TopBar.js +1 -1
  349. package/dist/components/top-bar/TopBar.js.map +1 -1
  350. package/dist/components/top-bar/TopBarActionIcon.d.ts +1 -1
  351. package/dist/components/top-bar/TopBarBrand.d.ts +883 -899
  352. package/dist/components/top-bar/TopBarBrand.js +1 -1
  353. package/dist/components/top-bar/TopBarBrand.js.map +1 -1
  354. package/dist/components/tree/Tree.d.ts +3709 -3741
  355. package/dist/components/tree/TreeCollapsible.d.ts +293 -296
  356. package/dist/components/tree/TreeCollapsibleContent.d.ts +293 -296
  357. package/dist/components/tree/TreeCollapsibleTrigger.d.ts +1 -1
  358. package/dist/components/tree/TreeIcon.d.ts +585 -591
  359. package/dist/components/tree/TreeItem.d.ts +1 -1
  360. package/dist/components/tree/TreeItemContent.d.ts +296 -299
  361. package/dist/components/tree/TreeList.d.ts +1 -1
  362. package/dist/components/tree/TreeListItem.d.ts +296 -299
  363. package/dist/components/tree/TreeText.d.ts +1 -1
  364. package/dist/components/video/Video.d.ts +293 -296
  365. package/dist/docgen.json +1 -1
  366. package/dist/experiments/color-scheme/ColorScheme.d.ts +295 -298
  367. package/dist/experiments/color-scheme/stitches.colorscheme.config.d.ts +14 -0
  368. package/dist/experiments/color-scheme/stitches.colorscheme.config.js +1 -1
  369. package/dist/experiments/color-scheme/stitches.colorscheme.config.js.map +1 -1
  370. package/dist/index.cjs.js +1 -1
  371. package/dist/index.cjs.js.map +1 -1
  372. package/dist/stitches.d.ts +2480 -2515
  373. package/dist/types/navigatorActions.types.d.ts +1 -1
  374. package/dist/types/polymorphicComponentProp.types.d.ts +6 -5
  375. package/dist/utilities/create-theme-variants/createThemeVariants.d.ts +297 -1
  376. package/dist/utilities/css-wrapper/CSSWrapper.d.ts +1 -1
  377. package/dist/utilities/hooks/useIsMountedRef.d.ts +1 -0
  378. package/dist/utilities/hooks/useResizeObserver.d.ts +2 -2
  379. package/dist/utilities/hooks/useScrollPosition.d.ts +2 -2
  380. package/dist/utilities/hooks/useSize.d.ts +2 -2
  381. package/dist/utilities/hooks/useWindowScrollPosition.d.ts +2 -2
  382. package/dist/utilities/no-overflow-wrapper/NoOverflowWrapper.d.ts +584 -590
  383. package/dist/utilities/optional-tooltip-wrapper/OptionalTooltipWrapper.d.ts +1 -1
  384. package/dist/utilities/optional-visually-hidden-wrapper/OptionalVisuallyHiddenWrapper.d.ts +1 -1
  385. package/dist/utilities/radix-overrides/toggle-group/ToggleGroupRoot.d.ts +2 -2
  386. package/dist/utilities/radix-overrides/toggle-group/index.d.ts +2 -1
  387. package/dist/utilities/style/capsize.d.ts +1 -1
  388. package/dist/utilities/style/encode-background-icon.d.ts +1 -1
  389. package/dist/utilities/style/focus-visible-style-block.d.ts +2 -2
  390. package/dist/utilities/style/keyframe-animations.d.ts +2 -2
  391. package/dist/utilities/types.d.ts +1 -1
  392. package/dist/utilities/uri/index.d.ts +2 -2
  393. package/package.json +9 -9
  394. package/CHANGELOG.md +0 -212
@@ -6,11 +6,13 @@ export declare const BannerSlim: {
6
6
  displayName: string;
7
7
  } & {
8
8
  Content: {
9
- (props: React.ComponentProps<import("@atom-learning/stitches-react/types/styled-component").StyledComponent<import("@atom-learning/stitches-react/types/styled-component").StyledComponent<"div", {
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<{
10
12
  direction?: "inherit" | "initial" | "revert" | "unset" | "row" | "column" | "column-reverse" | "row-reverse" | "revert-layer" | 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;
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;
14
16
  gap?: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | undefined;
15
17
  }, {
16
18
  sm: string;
@@ -20,7 +22,364 @@ export declare const BannerSlim: {
20
22
  reducedMotion: string;
21
23
  allowMotion: string;
22
24
  hover: string;
23
- }, import("@atom-learning/stitches-react/types/css-util").CSS<{
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<{}, {
24
383
  sm: string;
25
384
  md: string;
26
385
  lg: string;
@@ -28,357 +387,375 @@ export declare const BannerSlim: {
28
387
  reducedMotion: string;
29
388
  allowMotion: string;
30
389
  hover: string;
31
- }, {
32
- colors: {
33
- textBold: string;
34
- textRegular: string;
35
- textSubtle: string;
36
- textMinimal: string;
37
- background: string;
38
- backgroundAccent: string;
39
- grey100: string;
40
- grey200: string;
41
- grey300: string;
42
- grey400: string;
43
- grey500: string;
44
- grey600: string;
45
- grey700: string;
46
- grey800: string;
47
- grey900: string;
48
- grey1000: string;
49
- grey1100: string;
50
- grey1200: string;
51
- blue100: string;
52
- blue200: string;
53
- blue300: string;
54
- blue400: string;
55
- blue500: string;
56
- blue600: string;
57
- blue700: string;
58
- blue800: string;
59
- blue900: string;
60
- blue1000: string;
61
- blue1100: string;
62
- blue1200: string;
63
- purple100: string;
64
- purple200: string;
65
- purple300: string;
66
- purple400: string;
67
- purple500: string;
68
- purple600: string;
69
- purple700: string;
70
- purple800: string;
71
- purple900: string;
72
- purple1000: string;
73
- purple1100: string;
74
- purple1200: string;
75
- cyan100: string;
76
- cyan200: string;
77
- cyan300: string;
78
- cyan400: string;
79
- cyan500: string;
80
- cyan600: string;
81
- cyan700: string;
82
- cyan800: string;
83
- cyan900: string;
84
- cyan1000: string;
85
- cyan1100: string;
86
- cyan1200: string;
87
- green100: string;
88
- green200: string;
89
- green300: string;
90
- green400: string;
91
- green500: string;
92
- green600: string;
93
- green700: string;
94
- green800: string;
95
- green900: string;
96
- green1000: string;
97
- green1100: string;
98
- green1200: string;
99
- magenta100: string;
100
- magenta200: string;
101
- magenta300: string;
102
- magenta400: string;
103
- magenta500: string;
104
- magenta600: string;
105
- magenta700: string;
106
- magenta800: string;
107
- magenta900: string;
108
- magenta1000: string;
109
- magenta1100: string;
110
- magenta1200: string;
111
- red100: string;
112
- red200: string;
113
- red300: string;
114
- red400: string;
115
- red500: string;
116
- red600: string;
117
- red700: string;
118
- red800: string;
119
- red900: string;
120
- red1000: string;
121
- red1100: string;
122
- red1200: string;
123
- teal100: string;
124
- teal200: string;
125
- teal300: string;
126
- teal400: string;
127
- teal500: string;
128
- teal600: string;
129
- teal700: string;
130
- teal800: string;
131
- teal900: string;
132
- teal1000: string;
133
- teal1100: string;
134
- teal1200: string;
135
- orange100: string;
136
- orange200: string;
137
- orange300: string;
138
- orange400: string;
139
- orange500: string;
140
- orange600: string;
141
- orange700: string;
142
- orange800: string;
143
- orange900: string;
144
- orange1000: string;
145
- orange1100: string;
146
- orange1200: string;
147
- yellow100: string;
148
- yellow200: string;
149
- yellow300: string;
150
- yellow400: string;
151
- yellow500: string;
152
- yellow600: string;
153
- yellow700: string;
154
- yellow800: string;
155
- yellow900: string;
156
- yellow1000: string;
157
- yellow1100: string;
158
- yellow1200: string;
159
- lime100: string;
160
- lime200: string;
161
- lime300: string;
162
- lime400: string;
163
- lime500: string;
164
- lime600: string;
165
- lime700: string;
166
- lime800: string;
167
- lime900: string;
168
- lime1000: string;
169
- lime1100: string;
170
- lime1200: string;
171
- lapis100: string;
172
- lapis200: string;
173
- lapis300: string;
174
- lapis400: string;
175
- lapis500: string;
176
- lapis600: string;
177
- lapis700: string;
178
- lapis800: string;
179
- lapis900: string;
180
- lapis1000: string;
181
- lapis1100: string;
182
- lapis1200: string;
183
- maroon100: string;
184
- maroon200: string;
185
- maroon300: string;
186
- maroon400: string;
187
- maroon500: string;
188
- maroon600: string;
189
- maroon700: string;
190
- maroon800: string;
191
- maroon900: string;
192
- maroon1000: string;
193
- maroon1100: string;
194
- maroon1200: string;
195
- marsh100: string;
196
- marsh200: string;
197
- marsh300: string;
198
- marsh400: string;
199
- marsh500: string;
200
- marsh600: string;
201
- marsh700: string;
202
- marsh800: string;
203
- marsh900: string;
204
- marsh1000: string;
205
- marsh1100: string;
206
- marsh1200: string;
207
- tonal50: string;
208
- tonal100: string;
209
- tonal200: string;
210
- tonal300: string;
211
- tonal400: string;
212
- tonal500: string;
213
- tonal600: string;
214
- alpha100: string;
215
- alpha150: string;
216
- alpha200: string;
217
- alpha250: string;
218
- alpha600: string;
219
- brandRed: string;
220
- brandRedAccent: string;
221
- brandGreen: string;
222
- brandGreenAccent: string;
223
- brandPurple: string;
224
- brandPurpleAccent: string;
225
- brandYellow: string;
226
- brandYellowAccent: string;
227
- infoLight: string;
228
- info: string;
229
- infoMid: string;
230
- infoDark: string;
231
- successLight: string;
232
- success: string;
233
- successMid: string;
234
- successDark: string;
235
- dangerLight: string;
236
- danger: string;
237
- dangerMid: string;
238
- dangerDark: string;
239
- warningLight: string;
240
- warning: string;
241
- warningMid: string;
242
- warningDark: string;
243
- warningText: string;
244
- subjectEnglish: string;
245
- subjectMaths: string;
246
- subjectScience: string;
247
- subjectVerbalReasoning: string;
248
- subjectNonVerbalReasoning: string;
249
- subjectCreativeWriting: string;
250
- subjectExamSkills: string;
251
- glBlueLight: string;
252
- glBluePrimary: string;
253
- glBlueDark: string;
254
- primary100: string;
255
- primary200: string;
256
- primary300: string;
257
- primary400: string;
258
- primary500: string;
259
- primary600: string;
260
- primary700: string;
261
- primary800: string;
262
- primary900: string;
263
- primary1000: string;
264
- primary1100: string;
265
- primary1200: string;
266
- };
267
- space: {
268
- "0": string;
269
- "1": string;
270
- "2": string;
271
- "3": string;
272
- "4": string;
273
- "5": string;
274
- "6": string;
275
- "7": string;
276
- "8": string;
277
- "9": string;
278
- "24": string;
279
- };
280
- fontSizes: {
281
- xs: string;
390
+ }> & {
391
+ css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
282
392
  sm: string;
283
393
  md: string;
284
394
  lg: string;
285
395
  xl: string;
286
- "2xl": string;
287
- "3xl": string;
288
- "4xl": string;
289
- };
290
- fonts: {
291
- sans: string;
292
- mono: string;
293
- display: string;
294
- body: string;
295
- };
296
- sizes: {
297
- "0": string;
298
- "1": string;
299
- "2": string;
300
- "3": string;
301
- "4": string;
302
- "5": string;
303
- "6": string;
304
- "7": string;
305
- "8": string;
306
- };
307
- radii: {
308
- "0": string;
309
- "1": string;
310
- "2": string;
311
- "3": string;
312
- round: string;
313
- };
314
- shadows: {
315
- "0": string;
316
- "1": string;
317
- "2": string;
318
- "3": string;
319
- };
320
- ratios: {
321
- "16-9": string;
322
- "3-2": string;
323
- "4-3": string;
324
- "1-1": string;
325
- "3-4": string;
326
- };
327
- }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
328
- bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
329
- background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
330
- };
331
- size: (value: import("@atom-learning/stitches-react").ScaleValue<"size"> | number | string) => {
332
- height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
333
- width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
334
- };
335
- p: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
336
- padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
337
- };
338
- pt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
339
- paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
340
- };
341
- pr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
342
- paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
343
- };
344
- pb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
345
- paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
346
- };
347
- pl: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
348
- paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
349
- };
350
- px: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
351
- paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
352
- paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
353
- };
354
- py: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
355
- paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
356
- paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
357
- };
358
- m: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
359
- margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
360
- };
361
- mt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
362
- marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
363
- };
364
- mr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
365
- marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
366
- };
367
- mb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
368
- marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
369
- };
370
- ml: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
371
- marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
372
- };
373
- mx: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
374
- marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
375
- marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
376
- };
377
- my: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
378
- marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
379
- marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
380
- };
381
- }>>, {}, {
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
+ }, {
382
759
  sm: string;
383
760
  md: string;
384
761
  lg: string;
@@ -386,7 +763,374 @@ export declare const BannerSlim: {
386
763
  reducedMotion: string;
387
764
  allowMotion: string;
388
765
  hover: string;
389
- }, import("@atom-learning/stitches-react/types/css-util").CSS<{
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
+ }, {
390
1134
  sm: string;
391
1135
  md: string;
392
1136
  lg: string;
@@ -394,369 +1138,762 @@ export declare const BannerSlim: {
394
1138
  reducedMotion: string;
395
1139
  allowMotion: string;
396
1140
  hover: string;
397
- }, {
398
- colors: {
399
- textBold: string;
400
- textRegular: string;
401
- textSubtle: string;
402
- textMinimal: string;
403
- background: string;
404
- backgroundAccent: string;
405
- grey100: string;
406
- grey200: string;
407
- grey300: string;
408
- grey400: string;
409
- grey500: string;
410
- grey600: string;
411
- grey700: string;
412
- grey800: string;
413
- grey900: string;
414
- grey1000: string;
415
- grey1100: string;
416
- grey1200: string;
417
- blue100: string;
418
- blue200: string;
419
- blue300: string;
420
- blue400: string;
421
- blue500: string;
422
- blue600: string;
423
- blue700: string;
424
- blue800: string;
425
- blue900: string;
426
- blue1000: string;
427
- blue1100: string;
428
- blue1200: string;
429
- purple100: string;
430
- purple200: string;
431
- purple300: string;
432
- purple400: string;
433
- purple500: string;
434
- purple600: string;
435
- purple700: string;
436
- purple800: string;
437
- purple900: string;
438
- purple1000: string;
439
- purple1100: string;
440
- purple1200: string;
441
- cyan100: string;
442
- cyan200: string;
443
- cyan300: string;
444
- cyan400: string;
445
- cyan500: string;
446
- cyan600: string;
447
- cyan700: string;
448
- cyan800: string;
449
- cyan900: string;
450
- cyan1000: string;
451
- cyan1100: string;
452
- cyan1200: string;
453
- green100: string;
454
- green200: string;
455
- green300: string;
456
- green400: string;
457
- green500: string;
458
- green600: string;
459
- green700: string;
460
- green800: string;
461
- green900: string;
462
- green1000: string;
463
- green1100: string;
464
- green1200: string;
465
- magenta100: string;
466
- magenta200: string;
467
- magenta300: string;
468
- magenta400: string;
469
- magenta500: string;
470
- magenta600: string;
471
- magenta700: string;
472
- magenta800: string;
473
- magenta900: string;
474
- magenta1000: string;
475
- magenta1100: string;
476
- magenta1200: string;
477
- red100: string;
478
- red200: string;
479
- red300: string;
480
- red400: string;
481
- red500: string;
482
- red600: string;
483
- red700: string;
484
- red800: string;
485
- red900: string;
486
- red1000: string;
487
- red1100: string;
488
- red1200: string;
489
- teal100: string;
490
- teal200: string;
491
- teal300: string;
492
- teal400: string;
493
- teal500: string;
494
- teal600: string;
495
- teal700: string;
496
- teal800: string;
497
- teal900: string;
498
- teal1000: string;
499
- teal1100: string;
500
- teal1200: string;
501
- orange100: string;
502
- orange200: string;
503
- orange300: string;
504
- orange400: string;
505
- orange500: string;
506
- orange600: string;
507
- orange700: string;
508
- orange800: string;
509
- orange900: string;
510
- orange1000: string;
511
- orange1100: string;
512
- orange1200: string;
513
- yellow100: string;
514
- yellow200: string;
515
- yellow300: string;
516
- yellow400: string;
517
- yellow500: string;
518
- yellow600: string;
519
- yellow700: string;
520
- yellow800: string;
521
- yellow900: string;
522
- yellow1000: string;
523
- yellow1100: string;
524
- yellow1200: string;
525
- lime100: string;
526
- lime200: string;
527
- lime300: string;
528
- lime400: string;
529
- lime500: string;
530
- lime600: string;
531
- lime700: string;
532
- lime800: string;
533
- lime900: string;
534
- lime1000: string;
535
- lime1100: string;
536
- lime1200: string;
537
- lapis100: string;
538
- lapis200: string;
539
- lapis300: string;
540
- lapis400: string;
541
- lapis500: string;
542
- lapis600: string;
543
- lapis700: string;
544
- lapis800: string;
545
- lapis900: string;
546
- lapis1000: string;
547
- lapis1100: string;
548
- lapis1200: string;
549
- maroon100: string;
550
- maroon200: string;
551
- maroon300: string;
552
- maroon400: string;
553
- maroon500: string;
554
- maroon600: string;
555
- maroon700: string;
556
- maroon800: string;
557
- maroon900: string;
558
- maroon1000: string;
559
- maroon1100: string;
560
- maroon1200: string;
561
- marsh100: string;
562
- marsh200: string;
563
- marsh300: string;
564
- marsh400: string;
565
- marsh500: string;
566
- marsh600: string;
567
- marsh700: string;
568
- marsh800: string;
569
- marsh900: string;
570
- marsh1000: string;
571
- marsh1100: string;
572
- marsh1200: string;
573
- tonal50: string;
574
- tonal100: string;
575
- tonal200: string;
576
- tonal300: string;
577
- tonal400: string;
578
- tonal500: string;
579
- tonal600: string;
580
- alpha100: string;
581
- alpha150: string;
582
- alpha200: string;
583
- alpha250: string;
584
- alpha600: string;
585
- brandRed: string;
586
- brandRedAccent: string;
587
- brandGreen: string;
588
- brandGreenAccent: string;
589
- brandPurple: string;
590
- brandPurpleAccent: string;
591
- brandYellow: string;
592
- brandYellowAccent: string;
593
- infoLight: string;
594
- info: string;
595
- infoMid: string;
596
- infoDark: string;
597
- successLight: string;
598
- success: string;
599
- successMid: string;
600
- successDark: string;
601
- dangerLight: string;
602
- danger: string;
603
- dangerMid: string;
604
- dangerDark: string;
605
- warningLight: string;
606
- warning: string;
607
- warningMid: string;
608
- warningDark: string;
609
- warningText: string;
610
- subjectEnglish: string;
611
- subjectMaths: string;
612
- subjectScience: string;
613
- subjectVerbalReasoning: string;
614
- subjectNonVerbalReasoning: string;
615
- subjectCreativeWriting: string;
616
- subjectExamSkills: string;
617
- glBlueLight: string;
618
- glBluePrimary: string;
619
- glBlueDark: string;
620
- primary100: string;
621
- primary200: string;
622
- primary300: string;
623
- primary400: string;
624
- primary500: string;
625
- primary600: string;
626
- primary700: string;
627
- primary800: string;
628
- primary900: string;
629
- primary1000: string;
630
- primary1100: string;
631
- primary1200: string;
632
- };
633
- space: {
634
- "0": string;
635
- "1": string;
636
- "2": string;
637
- "3": string;
638
- "4": string;
639
- "5": string;
640
- "6": string;
641
- "7": string;
642
- "8": string;
643
- "9": string;
644
- "24": string;
645
- };
646
- fontSizes: {
647
- xs: string;
1141
+ }> & {
1142
+ css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
648
1143
  sm: string;
649
1144
  md: string;
650
1145
  lg: string;
651
1146
  xl: string;
652
- "2xl": string;
653
- "3xl": string;
654
- "4xl": string;
655
- };
656
- fonts: {
657
- sans: string;
658
- mono: string;
659
- display: string;
660
- body: string;
661
- };
662
- sizes: {
663
- "0": string;
664
- "1": string;
665
- "2": string;
666
- "3": string;
667
- "4": string;
668
- "5": string;
669
- "6": string;
670
- "7": string;
671
- "8": string;
672
- };
673
- radii: {
674
- "0": string;
675
- "1": string;
676
- "2": string;
677
- "3": string;
678
- round: string;
679
- };
680
- shadows: {
681
- "0": string;
682
- "1": string;
683
- "2": string;
684
- "3": string;
685
- };
686
- ratios: {
687
- "16-9": string;
688
- "3-2": string;
689
- "4-3": string;
690
- "1-1": string;
691
- "3-4": string;
692
- };
693
- }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
694
- bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
695
- background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
696
- };
697
- size: (value: import("@atom-learning/stitches-react").ScaleValue<"size"> | number | string) => {
698
- height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
699
- width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
700
- };
701
- p: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
702
- padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
703
- };
704
- pt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
705
- paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
706
- };
707
- pr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
708
- paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
709
- };
710
- pb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
711
- paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
712
- };
713
- pl: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
714
- paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
715
- };
716
- px: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
717
- paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
718
- paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
719
- };
720
- py: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
721
- paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
722
- paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
723
- };
724
- m: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
725
- margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
726
- };
727
- mt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
728
- marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
729
- };
730
- mr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
731
- marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
732
- };
733
- mb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
734
- marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
735
- };
736
- ml: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
737
- marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
738
- };
739
- mx: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
740
- marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
741
- marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
742
- };
743
- my: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
744
- marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
745
- marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
746
- };
747
- }>>>): React.JSX.Element;
748
- displayName: string;
749
- };
750
- Text: {
751
- (props: React.ComponentProps<typeof import("../..").Text>): React.JSX.Element;
752
- displayName: string;
753
- };
754
- Image: {
755
- (props: React.ComponentProps<typeof import("../..").Image>): React.JSX.Element;
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;
756
1501
  displayName: string;
757
1502
  };
758
1503
  Button: {
759
- ({ css, ...props }: React.ComponentProps<typeof import("../..").Button>): React.JSX.Element;
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;
760
1897
  displayName: string;
761
1898
  };
762
1899
  Dismiss: {
@@ -776,17 +1913,17 @@ export declare const BannerSlim: {
776
1913
  color?: string | undefined;
777
1914
  content?: string | undefined;
778
1915
  translate?: "yes" | "no" | undefined;
779
- size?: "xs" | "sm" | "md" | "lg" | ({
780
- "@sm"?: "xs" | "sm" | "md" | "lg" | undefined;
781
- "@md"?: "xs" | "sm" | "md" | "lg" | undefined;
782
- "@lg"?: "xs" | "sm" | "md" | "lg" | undefined;
783
- "@xl"?: "xs" | "sm" | "md" | "lg" | undefined;
784
- "@reducedMotion"?: "xs" | "sm" | "md" | "lg" | undefined;
785
- "@allowMotion"?: "xs" | "sm" | "md" | "lg" | undefined;
786
- "@hover"?: "xs" | "sm" | "md" | "lg" | undefined;
787
- "@initial"?: "xs" | "sm" | "md" | "lg" | undefined;
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;
788
1925
  } & {
789
- [x: string]: "xs" | "sm" | "md" | "lg" | undefined;
1926
+ [x: string]: "sm" | "md" | "lg" | "xs" | undefined;
790
1927
  }) | undefined;
791
1928
  css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
792
1929
  sm: string;
@@ -798,351 +1935,348 @@ export declare const BannerSlim: {
798
1935
  hover: string;
799
1936
  }, {
800
1937
  colors: {
801
- textBold: string;
802
- textRegular: string;
803
- textSubtle: string;
804
- textMinimal: string;
805
- background: string;
806
- backgroundAccent: string;
807
- grey100: string;
808
- grey200: string;
809
- grey300: string;
810
- grey400: string;
811
- grey500: string;
812
- grey600: string;
813
- grey700: string;
814
- grey800: string;
815
- grey900: string;
816
- grey1000: string;
817
- grey1100: string;
818
- grey1200: string;
819
- blue100: string;
820
- blue200: string;
821
- blue300: string;
822
- blue400: string;
823
- blue500: string;
824
- blue600: string;
825
- blue700: string;
826
- blue800: string;
827
- blue900: string;
828
- blue1000: string;
829
- blue1100: string;
830
- blue1200: string;
831
- purple100: string;
832
- purple200: string;
833
- purple300: string;
834
- purple400: string;
835
- purple500: string;
836
- purple600: string;
837
- purple700: string;
838
- purple800: string;
839
- purple900: string;
840
- purple1000: string;
841
- purple1100: string;
842
- purple1200: string;
843
- cyan100: string;
844
- cyan200: string;
845
- cyan300: string;
846
- cyan400: string;
847
- cyan500: string;
848
- cyan600: string;
849
- cyan700: string;
850
- cyan800: string;
851
- cyan900: string;
852
- cyan1000: string;
853
- cyan1100: string;
854
- cyan1200: string;
855
- green100: string;
856
- green200: string;
857
- green300: string;
858
- green400: string;
859
- green500: string;
860
- green600: string;
861
- green700: string;
862
- green800: string;
863
- green900: string;
864
- green1000: string;
865
- green1100: string;
866
- green1200: string;
867
- magenta100: string;
868
- magenta200: string;
869
- magenta300: string;
870
- magenta400: string;
871
- magenta500: string;
872
- magenta600: string;
873
- magenta700: string;
874
- magenta800: string;
875
- magenta900: string;
876
- magenta1000: string;
877
- magenta1100: string;
878
- magenta1200: string;
879
- red100: string;
880
- red200: string;
881
- red300: string;
882
- red400: string;
883
- red500: string;
884
- red600: string;
885
- red700: string;
886
- red800: string;
887
- red900: string;
888
- red1000: string;
889
- red1100: string;
890
- red1200: string;
891
- teal100: string;
892
- teal200: string;
893
- teal300: string;
894
- teal400: string;
895
- teal500: string;
896
- teal600: string;
897
- teal700: string;
898
- teal800: string;
899
- teal900: string;
900
- teal1000: string;
901
- teal1100: string;
902
- teal1200: string;
903
- orange100: string;
904
- orange200: string;
905
- orange300: string;
906
- orange400: string;
907
- orange500: string;
908
- orange600: string;
909
- orange700: string;
910
- orange800: string;
911
- orange900: string;
912
- orange1000: string;
913
- orange1100: string;
914
- orange1200: string;
915
- yellow100: string;
916
- yellow200: string;
917
- yellow300: string;
918
- yellow400: string;
919
- yellow500: string;
920
- yellow600: string;
921
- yellow700: string;
922
- yellow800: string;
923
- yellow900: string;
924
- yellow1000: string;
925
- yellow1100: string;
926
- yellow1200: string;
927
- lime100: string;
928
- lime200: string;
929
- lime300: string;
930
- lime400: string;
931
- lime500: string;
932
- lime600: string;
933
- lime700: string;
934
- lime800: string;
935
- lime900: string;
936
- lime1000: string;
937
- lime1100: string;
938
- lime1200: string;
939
- lapis100: string;
940
- lapis200: string;
941
- lapis300: string;
942
- lapis400: string;
943
- lapis500: string;
944
- lapis600: string;
945
- lapis700: string;
946
- lapis800: string;
947
- lapis900: string;
948
- lapis1000: string;
949
- lapis1100: string;
950
- lapis1200: string;
951
- maroon100: string;
952
- maroon200: string;
953
- maroon300: string;
954
- maroon400: string;
955
- maroon500: string;
956
- maroon600: string;
957
- maroon700: string;
958
- maroon800: string;
959
- maroon900: string;
960
- maroon1000: string;
961
- maroon1100: string;
962
- maroon1200: string;
963
- marsh100: string;
964
- marsh200: string;
965
- marsh300: string;
966
- marsh400: string;
967
- marsh500: string;
968
- marsh600: string;
969
- marsh700: string;
970
- marsh800: string;
971
- marsh900: string;
972
- marsh1000: string;
973
- marsh1100: string;
974
- marsh1200: string;
975
- tonal50: string;
976
- tonal100: string;
977
- tonal200: string;
978
- tonal300: string;
979
- tonal400: string;
980
- tonal500: string;
981
- tonal600: string;
982
- alpha100: string;
983
- alpha150: string;
984
- alpha200: string;
985
- alpha250: string;
986
- alpha600: string;
987
- brandRed: string;
988
- brandRedAccent: string;
989
- brandGreen: string;
990
- brandGreenAccent: string;
991
- brandPurple: string;
992
- brandPurpleAccent: string;
993
- brandYellow: string;
994
- brandYellowAccent: string;
995
- infoLight: string;
996
- info: string;
997
- infoMid: string;
998
- infoDark: string;
999
- successLight: string;
1000
- success: string;
1001
- successMid: string;
1002
- successDark: string;
1003
- dangerLight: string;
1004
- danger: string;
1005
- dangerMid: string;
1006
- dangerDark: string;
1007
- warningLight: string;
1008
- warning: string;
1009
- warningMid: string;
1010
- warningDark: string;
1011
- warningText: string;
1012
- subjectEnglish: string;
1013
- subjectMaths: string;
1014
- subjectScience: string;
1015
- subjectVerbalReasoning: string;
1016
- subjectNonVerbalReasoning: string;
1017
- subjectCreativeWriting: string;
1018
- subjectExamSkills: string;
1019
- glBlueLight: string;
1020
- glBluePrimary: string;
1021
- glBlueDark: string;
1022
- primary100: string;
1023
- primary200: string;
1024
- primary300: string;
1025
- primary400: string;
1026
- primary500: string;
1027
- primary600: string;
1028
- primary700: string;
1029
- primary800: string;
1030
- primary900: string;
1031
- primary1000: string;
1032
- primary1100: string;
1033
- primary1200: string;
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;
1034
2168
  };
1035
2169
  space: {
1036
- "0": string;
1037
- "1": string;
1038
- "2": string;
1039
- "3": string;
1040
- "4": string;
1041
- "5": string;
1042
- "6": string;
1043
- "7": string;
1044
- "8": string;
1045
- "9": string;
1046
- "24": string;
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;
1047
2181
  };
1048
2182
  fontSizes: {
1049
- xs: string;
1050
- sm: string;
1051
- md: string;
1052
- lg: string;
1053
- xl: string;
1054
- "2xl": string;
1055
- "3xl": string;
1056
- "4xl": string;
2183
+ xs: any;
2184
+ sm: any;
2185
+ md: any;
2186
+ lg: any;
2187
+ xl: any;
2188
+ "2xl": any;
2189
+ "3xl": any;
2190
+ "4xl": any;
1057
2191
  };
1058
2192
  fonts: {
1059
- sans: string;
1060
- mono: string;
1061
- display: string;
1062
- body: string;
2193
+ sans: any;
2194
+ mono: any;
2195
+ display: any;
2196
+ body: any;
1063
2197
  };
1064
2198
  sizes: {
1065
- "0": string;
1066
- "1": string;
1067
- "2": string;
1068
- "3": string;
1069
- "4": string;
1070
- "5": string;
1071
- "6": string;
1072
- "7": string;
1073
- "8": string;
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;
1074
2208
  };
1075
2209
  radii: {
1076
- "0": string;
1077
- "1": string;
1078
- "2": string;
1079
- "3": string;
1080
- round: string;
2210
+ "0": any;
2211
+ "1": any;
2212
+ "2": any;
2213
+ "3": any;
2214
+ round: any;
1081
2215
  };
1082
2216
  shadows: {
1083
- "0": string;
1084
- "1": string;
1085
- "2": string;
1086
- "3": string;
2217
+ "0": any;
2218
+ "1": any;
2219
+ "2": any;
2220
+ "3": any;
1087
2221
  };
1088
2222
  ratios: {
1089
- "16-9": string;
1090
- "3-2": string;
1091
- "4-3": string;
1092
- "1-1": string;
1093
- "3-4": string;
2223
+ "16-9": any;
2224
+ "3-2": any;
2225
+ "4-3": any;
2226
+ "1-1": any;
2227
+ "3-4": any;
1094
2228
  };
1095
2229
  }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
1096
- bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
2230
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
1097
2231
  background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
1098
2232
  };
1099
- size: (value: import("@atom-learning/stitches-react").ScaleValue<"size"> | number | string) => {
2233
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
1100
2234
  height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1101
2235
  width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1102
2236
  };
1103
- p: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2237
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1104
2238
  padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1105
2239
  };
1106
- pt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2240
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1107
2241
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1108
2242
  };
1109
- pr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2243
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1110
2244
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1111
2245
  };
1112
- pb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2246
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1113
2247
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1114
2248
  };
1115
- pl: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2249
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1116
2250
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1117
2251
  };
1118
- px: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2252
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1119
2253
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1120
2254
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1121
2255
  };
1122
- py: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2256
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1123
2257
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1124
2258
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1125
2259
  };
1126
- m: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2260
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1127
2261
  margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1128
2262
  };
1129
- mt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2263
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1130
2264
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1131
2265
  };
1132
- mr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2266
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1133
2267
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1134
2268
  };
1135
- mb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2269
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1136
2270
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1137
2271
  };
1138
- ml: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2272
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1139
2273
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1140
2274
  };
1141
- mx: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2275
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1142
2276
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1143
2277
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1144
2278
  };
1145
- my: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
2279
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1146
2280
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1147
2281
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1148
2282
  };
@@ -1159,7 +2293,6 @@ export declare const BannerSlim: {
1159
2293
  } & {
1160
2294
  [x: string]: "success" | "danger" | "warning" | "primary" | "neutral" | undefined;
1161
2295
  }) | undefined;
1162
- prefix?: string | undefined;
1163
2296
  form?: string | undefined;
1164
2297
  label: string;
1165
2298
  slot?: string | undefined;
@@ -1175,7 +2308,7 @@ export declare const BannerSlim: {
1175
2308
  accessKey?: string | undefined;
1176
2309
  autoFocus?: boolean | undefined;
1177
2310
  className?: string | undefined;
1178
- contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
2311
+ contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
1179
2312
  contextMenu?: string | undefined;
1180
2313
  dir?: string | undefined;
1181
2314
  draggable?: (boolean | "true" | "false") | undefined;
@@ -1191,6 +2324,7 @@ export declare const BannerSlim: {
1191
2324
  about?: string | undefined;
1192
2325
  datatype?: string | undefined;
1193
2326
  inlist?: any;
2327
+ prefix?: string | undefined;
1194
2328
  property?: string | undefined;
1195
2329
  rel?: string | undefined;
1196
2330
  resource?: string | undefined;
@@ -1208,29 +2342,29 @@ export declare const BannerSlim: {
1208
2342
  results?: number | undefined;
1209
2343
  security?: string | undefined;
1210
2344
  unselectable?: "on" | "off" | undefined;
1211
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
2345
+ inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
1212
2346
  is?: string | undefined;
1213
2347
  "aria-activedescendant"?: string | undefined;
1214
2348
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
1215
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
2349
+ "aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
1216
2350
  "aria-busy"?: (boolean | "true" | "false") | undefined;
1217
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
2351
+ "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
1218
2352
  "aria-colcount"?: number | undefined;
1219
2353
  "aria-colindex"?: number | undefined;
1220
2354
  "aria-colspan"?: number | undefined;
1221
2355
  "aria-controls"?: string | undefined;
1222
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
2356
+ "aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
1223
2357
  "aria-describedby"?: string | undefined;
1224
2358
  "aria-details"?: string | undefined;
1225
2359
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
1226
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
2360
+ "aria-dropeffect"?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
1227
2361
  "aria-errormessage"?: string | undefined;
1228
2362
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
1229
2363
  "aria-flowto"?: string | undefined;
1230
2364
  "aria-grabbed"?: (boolean | "true" | "false") | undefined;
1231
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
2365
+ "aria-haspopup"?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree" | undefined;
1232
2366
  "aria-hidden"?: (boolean | "true" | "false") | undefined;
1233
- "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
2367
+ "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
1234
2368
  "aria-keyshortcuts"?: string | undefined;
1235
2369
  "aria-label"?: string | undefined;
1236
2370
  "aria-labelledby"?: string | undefined;
@@ -1243,9 +2377,9 @@ export declare const BannerSlim: {
1243
2377
  "aria-owns"?: string | undefined;
1244
2378
  "aria-placeholder"?: string | undefined;
1245
2379
  "aria-posinset"?: number | undefined;
1246
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
2380
+ "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
1247
2381
  "aria-readonly"?: (boolean | "true" | "false") | undefined;
1248
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
2382
+ "aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1249
2383
  "aria-required"?: (boolean | "true" | "false") | undefined;
1250
2384
  "aria-roledescription"?: string | undefined;
1251
2385
  "aria-rowcount"?: number | undefined;
@@ -1420,387 +2554,17 @@ export declare const BannerSlim: {
1420
2554
  onAnimationIterationCapture?: React.AnimationEventHandler<HTMLButtonElement> | undefined;
1421
2555
  onTransitionEnd?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
1422
2556
  onTransitionEndCapture?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
1423
- as?: string | React.ReactNode;
1424
- type?: "submit" | "reset" | "button" | undefined;
2557
+ as?: React.ReactNode;
1425
2558
  disabled?: boolean | undefined;
2559
+ type?: "button" | "reset" | "submit" | undefined;
1426
2560
  formAction?: string | undefined;
1427
2561
  formEncType?: string | undefined;
1428
2562
  formMethod?: string | undefined;
1429
2563
  formNoValidate?: boolean | undefined;
1430
2564
  formTarget?: string | undefined;
1431
- value?: string | readonly string[] | number | undefined;
2565
+ value?: string | number | readonly string[] | undefined;
1432
2566
  hasTooltip?: boolean | undefined;
1433
- tooltipSide?: React.ComponentProps<({ children, side, sideOffset, size, ...remainingProps }: Omit<import("@radix-ui/react-tooltip").TooltipContentProps & React.RefAttributes<HTMLDivElement>, "size" | "css"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
1434
- size?: "sm" | "md" | "lg" | undefined;
1435
- }, {
1436
- sm: string;
1437
- md: string;
1438
- lg: string;
1439
- xl: string;
1440
- reducedMotion: string;
1441
- allowMotion: string;
1442
- hover: string;
1443
- }> & {
1444
- css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
1445
- sm: string;
1446
- md: string;
1447
- lg: string;
1448
- xl: string;
1449
- reducedMotion: string;
1450
- allowMotion: string;
1451
- hover: string;
1452
- }, {
1453
- colors: {
1454
- textBold: string;
1455
- textRegular: string;
1456
- textSubtle: string;
1457
- textMinimal: string;
1458
- background: string;
1459
- backgroundAccent: string;
1460
- grey100: string;
1461
- grey200: string;
1462
- grey300: string;
1463
- grey400: string;
1464
- grey500: string;
1465
- grey600: string;
1466
- grey700: string;
1467
- grey800: string;
1468
- grey900: string;
1469
- grey1000: string;
1470
- grey1100: string;
1471
- grey1200: string;
1472
- blue100: string;
1473
- blue200: string;
1474
- blue300: string;
1475
- blue400: string;
1476
- blue500: string;
1477
- blue600: string;
1478
- blue700: string;
1479
- blue800: string;
1480
- blue900: string;
1481
- blue1000: string;
1482
- blue1100: string;
1483
- blue1200: string;
1484
- purple100: string;
1485
- purple200: string;
1486
- purple300: string;
1487
- purple400: string;
1488
- purple500: string;
1489
- purple600: string;
1490
- purple700: string;
1491
- purple800: string;
1492
- purple900: string;
1493
- purple1000: string;
1494
- purple1100: string;
1495
- purple1200: string;
1496
- cyan100: string;
1497
- cyan200: string;
1498
- cyan300: string;
1499
- cyan400: string;
1500
- cyan500: string;
1501
- cyan600: string;
1502
- cyan700: string;
1503
- cyan800: string;
1504
- cyan900: string;
1505
- cyan1000: string;
1506
- cyan1100: string;
1507
- cyan1200: string;
1508
- green100: string;
1509
- green200: string;
1510
- green300: string;
1511
- green400: string;
1512
- green500: string;
1513
- green600: string;
1514
- green700: string;
1515
- green800: string;
1516
- green900: string;
1517
- green1000: string;
1518
- green1100: string;
1519
- green1200: string;
1520
- magenta100: string;
1521
- magenta200: string;
1522
- magenta300: string;
1523
- magenta400: string;
1524
- magenta500: string;
1525
- magenta600: string;
1526
- magenta700: string;
1527
- magenta800: string;
1528
- magenta900: string;
1529
- magenta1000: string;
1530
- magenta1100: string;
1531
- magenta1200: string;
1532
- red100: string;
1533
- red200: string;
1534
- red300: string;
1535
- red400: string;
1536
- red500: string;
1537
- red600: string;
1538
- red700: string;
1539
- red800: string;
1540
- red900: string;
1541
- red1000: string;
1542
- red1100: string;
1543
- red1200: string;
1544
- teal100: string;
1545
- teal200: string;
1546
- teal300: string;
1547
- teal400: string;
1548
- teal500: string;
1549
- teal600: string;
1550
- teal700: string;
1551
- teal800: string;
1552
- teal900: string;
1553
- teal1000: string;
1554
- teal1100: string;
1555
- teal1200: string;
1556
- orange100: string;
1557
- orange200: string;
1558
- orange300: string;
1559
- orange400: string;
1560
- orange500: string;
1561
- orange600: string;
1562
- orange700: string;
1563
- orange800: string;
1564
- orange900: string;
1565
- orange1000: string;
1566
- orange1100: string;
1567
- orange1200: string;
1568
- yellow100: string;
1569
- yellow200: string;
1570
- yellow300: string;
1571
- yellow400: string;
1572
- yellow500: string;
1573
- yellow600: string;
1574
- yellow700: string;
1575
- yellow800: string;
1576
- yellow900: string;
1577
- yellow1000: string;
1578
- yellow1100: string;
1579
- yellow1200: string;
1580
- lime100: string;
1581
- lime200: string;
1582
- lime300: string;
1583
- lime400: string;
1584
- lime500: string;
1585
- lime600: string;
1586
- lime700: string;
1587
- lime800: string;
1588
- lime900: string;
1589
- lime1000: string;
1590
- lime1100: string;
1591
- lime1200: string;
1592
- lapis100: string;
1593
- lapis200: string;
1594
- lapis300: string;
1595
- lapis400: string;
1596
- lapis500: string;
1597
- lapis600: string;
1598
- lapis700: string;
1599
- lapis800: string;
1600
- lapis900: string;
1601
- lapis1000: string;
1602
- lapis1100: string;
1603
- lapis1200: string;
1604
- maroon100: string;
1605
- maroon200: string;
1606
- maroon300: string;
1607
- maroon400: string;
1608
- maroon500: string;
1609
- maroon600: string;
1610
- maroon700: string;
1611
- maroon800: string;
1612
- maroon900: string;
1613
- maroon1000: string;
1614
- maroon1100: string;
1615
- maroon1200: string;
1616
- marsh100: string;
1617
- marsh200: string;
1618
- marsh300: string;
1619
- marsh400: string;
1620
- marsh500: string;
1621
- marsh600: string;
1622
- marsh700: string;
1623
- marsh800: string;
1624
- marsh900: string;
1625
- marsh1000: string;
1626
- marsh1100: string;
1627
- marsh1200: string;
1628
- tonal50: string;
1629
- tonal100: string;
1630
- tonal200: string;
1631
- tonal300: string;
1632
- tonal400: string;
1633
- tonal500: string;
1634
- tonal600: string;
1635
- alpha100: string;
1636
- alpha150: string;
1637
- alpha200: string;
1638
- alpha250: string;
1639
- alpha600: string;
1640
- brandRed: string;
1641
- brandRedAccent: string;
1642
- brandGreen: string;
1643
- brandGreenAccent: string;
1644
- brandPurple: string;
1645
- brandPurpleAccent: string;
1646
- brandYellow: string;
1647
- brandYellowAccent: string;
1648
- infoLight: string;
1649
- info: string;
1650
- infoMid: string;
1651
- infoDark: string;
1652
- successLight: string;
1653
- success: string;
1654
- successMid: string;
1655
- successDark: string;
1656
- dangerLight: string;
1657
- danger: string;
1658
- dangerMid: string;
1659
- dangerDark: string;
1660
- warningLight: string;
1661
- warning: string;
1662
- warningMid: string;
1663
- warningDark: string;
1664
- warningText: string;
1665
- subjectEnglish: string;
1666
- subjectMaths: string;
1667
- subjectScience: string;
1668
- subjectVerbalReasoning: string;
1669
- subjectNonVerbalReasoning: string;
1670
- subjectCreativeWriting: string;
1671
- subjectExamSkills: string;
1672
- glBlueLight: string;
1673
- glBluePrimary: string;
1674
- glBlueDark: string;
1675
- primary100: string;
1676
- primary200: string;
1677
- primary300: string;
1678
- primary400: string;
1679
- primary500: string;
1680
- primary600: string;
1681
- primary700: string;
1682
- primary800: string;
1683
- primary900: string;
1684
- primary1000: string;
1685
- primary1100: string;
1686
- primary1200: string;
1687
- };
1688
- space: {
1689
- "0": string;
1690
- "1": string;
1691
- "2": string;
1692
- "3": string;
1693
- "4": string;
1694
- "5": string;
1695
- "6": string;
1696
- "7": string;
1697
- "8": string;
1698
- "9": string;
1699
- "24": string;
1700
- };
1701
- fontSizes: {
1702
- xs: string;
1703
- sm: string;
1704
- md: string;
1705
- lg: string;
1706
- xl: string;
1707
- "2xl": string;
1708
- "3xl": string;
1709
- "4xl": string;
1710
- };
1711
- fonts: {
1712
- sans: string;
1713
- mono: string;
1714
- display: string;
1715
- body: string;
1716
- };
1717
- sizes: {
1718
- "0": string;
1719
- "1": string;
1720
- "2": string;
1721
- "3": string;
1722
- "4": string;
1723
- "5": string;
1724
- "6": string;
1725
- "7": string;
1726
- "8": string;
1727
- };
1728
- radii: {
1729
- "0": string;
1730
- "1": string;
1731
- "2": string;
1732
- "3": string;
1733
- round: string;
1734
- };
1735
- shadows: {
1736
- "0": string;
1737
- "1": string;
1738
- "2": string;
1739
- "3": string;
1740
- };
1741
- ratios: {
1742
- "16-9": string;
1743
- "3-2": string;
1744
- "4-3": string;
1745
- "1-1": string;
1746
- "3-4": string;
1747
- };
1748
- }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
1749
- bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
1750
- background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
1751
- };
1752
- size: (value: import("@atom-learning/stitches-react").ScaleValue<"size"> | number | string) => {
1753
- height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1754
- width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1755
- };
1756
- p: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1757
- padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1758
- };
1759
- pt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1760
- paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1761
- };
1762
- pr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1763
- paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1764
- };
1765
- pb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1766
- paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1767
- };
1768
- pl: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1769
- paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1770
- };
1771
- px: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1772
- paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1773
- paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1774
- };
1775
- py: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1776
- paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1777
- paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1778
- };
1779
- m: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1780
- margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1781
- };
1782
- mt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1783
- marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1784
- };
1785
- mr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1786
- marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1787
- };
1788
- mb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1789
- marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1790
- };
1791
- ml: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1792
- marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1793
- };
1794
- mx: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1795
- marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1796
- marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1797
- };
1798
- my: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1799
- marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1800
- marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1801
- };
1802
- }> | undefined;
1803
- } & import("@radix-ui/react-tooltip").TooltipContentProps & React.RefAttributes<HTMLDivElement>) => React.JSX.Element>["side"];
2567
+ tooltipSide?: "bottom" | "left" | "right" | "top" | undefined;
1804
2568
  isRounded?: boolean | "true" | ({
1805
2569
  "@sm"?: boolean | "true" | undefined;
1806
2570
  "@md"?: boolean | "true" | undefined;
@@ -1841,7 +2605,380 @@ export declare const BannerSlim: {
1841
2605
  displayName: string;
1842
2606
  };
1843
2607
  Actions: {
1844
- ({ children, ...props }: React.ComponentProps<typeof import("../..").Flex>): React.JSX.Element;
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;
1845
2982
  displayName: string;
1846
2983
  };
1847
2984
  };