@atom-learning/components 4.0.0-beta.8 → 4.0.0

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