@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
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const Dialog: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<import("react").FC<import("@radix-ui/react-dialog").DialogProps>, {}, {
3
2
  sm: string;
4
3
  md: string;
@@ -17,363 +16,348 @@ export declare const Dialog: import("@atom-learning/stitches-react/types/styled-
17
16
  hover: string;
18
17
  }, {
19
18
  colors: {
20
- textBold: any;
21
- textRegular: any;
22
- textSubtle: any;
23
- textMinimal: any;
24
- background: any;
25
- backgroundAccent: any;
26
- grey100: any;
27
- grey200: any;
28
- grey300: any;
29
- grey400: any;
30
- grey500: any;
31
- grey600: any;
32
- grey700: any;
33
- grey800: any;
34
- grey900: any;
35
- grey1000: any;
36
- grey1100: any;
37
- grey1200: any;
38
- blue100: any;
39
- blue200: any;
40
- blue300: any;
41
- blue400: any;
42
- blue500: any;
43
- blue600: any;
44
- blue700: any;
45
- blue800: any;
46
- blue900: any;
47
- blue1000: any;
48
- blue1100: any;
49
- blue1200: any;
50
- pink100: any;
51
- pink200: any;
52
- pink300: any;
53
- pink400: any;
54
- pink500: any;
55
- pink600: any;
56
- pink700: any;
57
- pink800: any;
58
- pink900: any;
59
- pink1000: any;
60
- pink1100: any;
61
- pink1200: any;
62
- purple100: any;
63
- purple200: any;
64
- purple300: any;
65
- purple400: any;
66
- purple500: any;
67
- purple600: any;
68
- purple700: any;
69
- purple800: any;
70
- purple900: any;
71
- purple1000: any;
72
- purple1100: any;
73
- purple1200: any;
74
- cyan100: any;
75
- cyan200: any;
76
- cyan300: any;
77
- cyan400: any;
78
- cyan500: any;
79
- cyan600: any;
80
- cyan700: any;
81
- cyan800: any;
82
- cyan900: any;
83
- cyan1000: any;
84
- cyan1100: any;
85
- cyan1200: any;
86
- green100: any;
87
- green200: any;
88
- green300: any;
89
- green400: any;
90
- green500: any;
91
- green600: any;
92
- green700: any;
93
- green800: any;
94
- green900: any;
95
- green1000: any;
96
- green1100: any;
97
- green1200: any;
98
- magenta100: any;
99
- magenta200: any;
100
- magenta300: any;
101
- magenta400: any;
102
- magenta500: any;
103
- magenta600: any;
104
- magenta700: any;
105
- magenta800: any;
106
- magenta900: any;
107
- magenta1000: any;
108
- magenta1100: any;
109
- magenta1200: any;
110
- red100: any;
111
- red200: any;
112
- red300: any;
113
- red400: any;
114
- red500: any;
115
- red600: any;
116
- red700: any;
117
- red800: any;
118
- red900: any;
119
- red1000: any;
120
- red1100: any;
121
- red1200: any;
122
- teal100: any;
123
- teal200: any;
124
- teal300: any;
125
- teal400: any;
126
- teal500: any;
127
- teal600: any;
128
- teal700: any;
129
- teal800: any;
130
- teal900: any;
131
- teal1000: any;
132
- teal1100: any;
133
- teal1200: any;
134
- orange100: any;
135
- orange200: any;
136
- orange300: any;
137
- orange400: any;
138
- orange500: any;
139
- orange600: any;
140
- orange700: any;
141
- orange800: any;
142
- orange900: any;
143
- orange1000: any;
144
- orange1100: any;
145
- orange1200: any;
146
- yellow100: any;
147
- yellow200: any;
148
- yellow300: any;
149
- yellow400: any;
150
- yellow500: any;
151
- yellow600: any;
152
- yellow700: any;
153
- yellow800: any;
154
- yellow900: any;
155
- yellow1000: any;
156
- yellow1100: any;
157
- yellow1200: any;
158
- lime100: any;
159
- lime200: any;
160
- lime300: any;
161
- lime400: any;
162
- lime500: any;
163
- lime600: any;
164
- lime700: any;
165
- lime800: any;
166
- lime900: any;
167
- lime1000: any;
168
- lime1100: any;
169
- lime1200: any;
170
- lapis100: any;
171
- lapis200: any;
172
- lapis300: any;
173
- lapis400: any;
174
- lapis500: any;
175
- lapis600: any;
176
- lapis700: any;
177
- lapis800: any;
178
- lapis900: any;
179
- lapis1000: any;
180
- lapis1100: any;
181
- lapis1200: any;
182
- maroon100: any;
183
- maroon200: any;
184
- maroon300: any;
185
- maroon400: any;
186
- maroon500: any;
187
- maroon600: any;
188
- maroon700: any;
189
- maroon800: any;
190
- maroon900: any;
191
- maroon1000: any;
192
- maroon1100: any;
193
- maroon1200: any;
194
- marsh100: any;
195
- marsh200: any;
196
- marsh300: any;
197
- marsh400: any;
198
- marsh500: any;
199
- marsh600: any;
200
- marsh700: any;
201
- marsh800: any;
202
- marsh900: any;
203
- marsh1000: any;
204
- marsh1100: any;
205
- marsh1200: any;
206
- tonal50: any;
207
- tonal100: any;
208
- tonal200: any;
209
- tonal300: any;
210
- tonal400: any;
211
- tonal500: any;
212
- tonal600: any;
213
- alpha100: any;
214
- alpha150: any;
215
- alpha200: any;
216
- alpha250: any;
217
- alpha600: any;
218
- brandRed: any;
219
- brandRedAccent: any;
220
- brandGreen: any;
221
- brandGreenAccent: any;
222
- brandPurple: any;
223
- brandPurpleAccent: any;
224
- brandYellow: any;
225
- brandYellowAccent: any;
226
- infoLight: any;
227
- info: any;
228
- infoMid: any;
229
- infoDark: any;
230
- successLight: any;
231
- success: any;
232
- successMid: any;
233
- successDark: any;
234
- dangerLight: any;
235
- danger: any;
236
- dangerMid: any;
237
- dangerDark: any;
238
- warningLight: any;
239
- warning: any;
240
- warningMid: any;
241
- warningDark: any;
242
- warningText: any;
243
- subjectEnglish: any;
244
- subjectMaths: any;
245
- subjectScience: any;
246
- subjectVerbalReasoning: any;
247
- subjectNonVerbalReasoning: any;
248
- subjectCreativeWriting: any;
249
- subjectExamSkills: any;
250
- glBlueLight: any;
251
- glBluePrimary: any;
252
- glBlueDark: any;
253
- primary100: any;
254
- primary200: any;
255
- primary300: any;
256
- primary400: any;
257
- primary500: any;
258
- primary600: any;
259
- primary700: any;
260
- primary800: any;
261
- primary900: any;
262
- primary1000: any;
263
- primary1100: any;
264
- primary1200: any;
19
+ textBold: string;
20
+ textRegular: string;
21
+ textSubtle: string;
22
+ textMinimal: string;
23
+ background: string;
24
+ backgroundAccent: string;
25
+ grey100: string;
26
+ grey200: string;
27
+ grey300: string;
28
+ grey400: string;
29
+ grey500: string;
30
+ grey600: string;
31
+ grey700: string;
32
+ grey800: string;
33
+ grey900: string;
34
+ grey1000: string;
35
+ grey1100: string;
36
+ grey1200: string;
37
+ blue100: string;
38
+ blue200: string;
39
+ blue300: string;
40
+ blue400: string;
41
+ blue500: string;
42
+ blue600: string;
43
+ blue700: string;
44
+ blue800: string;
45
+ blue900: string;
46
+ blue1000: string;
47
+ blue1100: string;
48
+ blue1200: string;
49
+ pink100: string;
50
+ pink200: string;
51
+ pink300: string;
52
+ pink400: string;
53
+ pink500: string;
54
+ pink600: string;
55
+ pink700: string;
56
+ pink800: string;
57
+ pink900: string;
58
+ pink1000: string;
59
+ pink1100: string;
60
+ pink1200: string;
61
+ purple100: string;
62
+ purple200: string;
63
+ purple300: string;
64
+ purple400: string;
65
+ purple500: string;
66
+ purple600: string;
67
+ purple700: string;
68
+ purple800: string;
69
+ purple900: string;
70
+ purple1000: string;
71
+ purple1100: string;
72
+ purple1200: string;
73
+ cyan100: string;
74
+ cyan200: string;
75
+ cyan300: string;
76
+ cyan400: string;
77
+ cyan500: string;
78
+ cyan600: string;
79
+ cyan700: string;
80
+ cyan800: string;
81
+ cyan900: string;
82
+ cyan1000: string;
83
+ cyan1100: string;
84
+ cyan1200: string;
85
+ green100: string;
86
+ green200: string;
87
+ green300: string;
88
+ green400: string;
89
+ green500: string;
90
+ green600: string;
91
+ green700: string;
92
+ green800: string;
93
+ green900: string;
94
+ green1000: string;
95
+ green1100: string;
96
+ green1200: string;
97
+ magenta100: string;
98
+ magenta200: string;
99
+ magenta300: string;
100
+ magenta400: string;
101
+ magenta500: string;
102
+ magenta600: string;
103
+ magenta700: string;
104
+ magenta800: string;
105
+ magenta900: string;
106
+ magenta1000: string;
107
+ magenta1100: string;
108
+ magenta1200: string;
109
+ red100: string;
110
+ red200: string;
111
+ red300: string;
112
+ red400: string;
113
+ red500: string;
114
+ red600: string;
115
+ red700: string;
116
+ red800: string;
117
+ red900: string;
118
+ red1000: string;
119
+ red1100: string;
120
+ red1200: string;
121
+ teal100: string;
122
+ teal200: string;
123
+ teal300: string;
124
+ teal400: string;
125
+ teal500: string;
126
+ teal600: string;
127
+ teal700: string;
128
+ teal800: string;
129
+ teal900: string;
130
+ teal1000: string;
131
+ teal1100: string;
132
+ teal1200: string;
133
+ orange100: string;
134
+ orange200: string;
135
+ orange300: string;
136
+ orange400: string;
137
+ orange500: string;
138
+ orange600: string;
139
+ orange700: string;
140
+ orange800: string;
141
+ orange900: string;
142
+ orange1000: string;
143
+ orange1100: string;
144
+ orange1200: string;
145
+ yellow100: string;
146
+ yellow200: string;
147
+ yellow300: string;
148
+ yellow400: string;
149
+ yellow500: string;
150
+ yellow600: string;
151
+ yellow700: string;
152
+ yellow800: string;
153
+ yellow900: string;
154
+ yellow1000: string;
155
+ yellow1100: string;
156
+ yellow1200: string;
157
+ lime100: string;
158
+ lime200: string;
159
+ lime300: string;
160
+ lime400: string;
161
+ lime500: string;
162
+ lime600: string;
163
+ lime700: string;
164
+ lime800: string;
165
+ lime900: string;
166
+ lime1000: string;
167
+ lime1100: string;
168
+ lime1200: string;
169
+ lapis100: string;
170
+ lapis200: string;
171
+ lapis300: string;
172
+ lapis400: string;
173
+ lapis500: string;
174
+ lapis600: string;
175
+ lapis700: string;
176
+ lapis800: string;
177
+ lapis900: string;
178
+ lapis1000: string;
179
+ lapis1100: string;
180
+ lapis1200: string;
181
+ maroon100: string;
182
+ maroon200: string;
183
+ maroon300: string;
184
+ maroon400: string;
185
+ maroon500: string;
186
+ maroon600: string;
187
+ maroon700: string;
188
+ maroon800: string;
189
+ maroon900: string;
190
+ maroon1000: string;
191
+ maroon1100: string;
192
+ maroon1200: string;
193
+ marsh100: string;
194
+ marsh200: string;
195
+ marsh300: string;
196
+ marsh400: string;
197
+ marsh500: string;
198
+ marsh600: string;
199
+ marsh700: string;
200
+ marsh800: string;
201
+ marsh900: string;
202
+ marsh1000: string;
203
+ marsh1100: string;
204
+ marsh1200: string;
205
+ alpha100: string;
206
+ alpha150: string;
207
+ alpha200: string;
208
+ alpha250: string;
209
+ alpha600: string;
210
+ infoLight: string;
211
+ info: string;
212
+ infoMid: string;
213
+ infoDark: string;
214
+ successLight: string;
215
+ success: string;
216
+ successMid: string;
217
+ successDark: string;
218
+ dangerLight: string;
219
+ danger: string;
220
+ dangerMid: string;
221
+ dangerDark: string;
222
+ warningLight: string;
223
+ warning: string;
224
+ warningMid: string;
225
+ warningDark: string;
226
+ warningText: string;
227
+ subjectEnglish: string;
228
+ subjectMaths: string;
229
+ subjectScience: string;
230
+ subjectVerbalReasoning: string;
231
+ subjectNonVerbalReasoning: string;
232
+ subjectCreativeWriting: string;
233
+ subjectExamSkills: string;
234
+ glBlueLight: string;
235
+ glBluePrimary: string;
236
+ glBlueDark: string;
237
+ primary100: string;
238
+ primary200: string;
239
+ primary300: string;
240
+ primary400: string;
241
+ primary500: string;
242
+ primary600: string;
243
+ primary700: string;
244
+ primary800: string;
245
+ primary900: string;
246
+ primary1000: string;
247
+ primary1100: string;
248
+ primary1200: string;
265
249
  };
266
250
  space: {
267
- "0": any;
268
- "1": any;
269
- "2": any;
270
- "3": any;
271
- "4": any;
272
- "5": any;
273
- "6": any;
274
- "7": any;
275
- "8": any;
276
- "9": any;
277
- "24": any;
251
+ "0": string;
252
+ "1": string;
253
+ "2": string;
254
+ "3": string;
255
+ "4": string;
256
+ "5": string;
257
+ "6": string;
258
+ "7": string;
259
+ "8": string;
260
+ "9": string;
261
+ "24": string;
278
262
  };
279
263
  fontSizes: {
280
- xs: any;
281
- sm: any;
282
- md: any;
283
- lg: any;
284
- xl: any;
285
- "2xl": any;
286
- "3xl": any;
287
- "4xl": any;
264
+ xs: string;
265
+ sm: string;
266
+ md: string;
267
+ lg: string;
268
+ xl: string;
269
+ "2xl": string;
270
+ "3xl": string;
271
+ "4xl": string;
288
272
  };
289
273
  fonts: {
290
- sans: any;
291
- mono: any;
292
- display: any;
293
- body: any;
274
+ sans: string;
275
+ mono: string;
276
+ display: string;
277
+ body: string;
294
278
  };
295
279
  sizes: {
296
- "0": any;
297
- "1": any;
298
- "2": any;
299
- "3": any;
300
- "4": any;
301
- "5": any;
302
- "6": any;
303
- "7": any;
304
- "8": any;
280
+ "0": string;
281
+ "1": string;
282
+ "2": string;
283
+ "3": string;
284
+ "4": string;
285
+ "5": string;
286
+ "6": string;
287
+ "7": string;
288
+ "8": string;
305
289
  };
306
290
  radii: {
307
- "0": any;
308
- "1": any;
309
- "2": any;
310
- "3": any;
311
- round: any;
291
+ "0": string;
292
+ "1": string;
293
+ "2": string;
294
+ "3": string;
295
+ round: string;
312
296
  };
313
297
  shadows: {
314
- "0": any;
315
- "1": any;
316
- "2": any;
317
- "3": any;
298
+ "0": string;
299
+ "1": string;
300
+ "2": string;
301
+ "3": string;
318
302
  };
319
303
  ratios: {
320
- "16-9": any;
321
- "3-2": any;
322
- "4-3": any;
323
- "1-1": any;
324
- "3-4": any;
304
+ "16-9": string;
305
+ "3-2": string;
306
+ "4-3": string;
307
+ "1-1": string;
308
+ "3-4": string;
325
309
  };
326
310
  }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
327
- bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
311
+ bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
328
312
  background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
329
313
  };
330
- size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
314
+ size: (value: import("@atom-learning/stitches-react").ScaleValue<"size"> | number | string) => {
331
315
  height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
332
316
  width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
333
317
  };
334
- p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
318
+ p: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
335
319
  padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
336
320
  };
337
- pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
321
+ pt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
338
322
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
339
323
  };
340
- pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
324
+ pr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
341
325
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
342
326
  };
343
- pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
327
+ pb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
344
328
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
345
329
  };
346
- pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
330
+ pl: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
347
331
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
348
332
  };
349
- px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
333
+ px: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
350
334
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
351
335
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
352
336
  };
353
- py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
337
+ py: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
354
338
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
355
339
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
356
340
  };
357
- m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
341
+ m: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
358
342
  margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
359
343
  };
360
- mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
344
+ mt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
361
345
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
362
346
  };
363
- mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
347
+ mr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
364
348
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
365
349
  };
366
- mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
350
+ mb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
367
351
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
368
352
  };
369
- ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
353
+ ml: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
370
354
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
371
355
  };
372
- mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
356
+ mx: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
373
357
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
374
358
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
375
359
  };
376
- my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
360
+ my: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
377
361
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
378
362
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
379
363
  };
@@ -396,363 +380,348 @@ export declare const Dialog: import("@atom-learning/stitches-react/types/styled-
396
380
  hover: string;
397
381
  }, {
398
382
  colors: {
399
- textBold: any;
400
- textRegular: any;
401
- textSubtle: any;
402
- textMinimal: any;
403
- background: any;
404
- backgroundAccent: any;
405
- grey100: any;
406
- grey200: any;
407
- grey300: any;
408
- grey400: any;
409
- grey500: any;
410
- grey600: any;
411
- grey700: any;
412
- grey800: any;
413
- grey900: any;
414
- grey1000: any;
415
- grey1100: any;
416
- grey1200: any;
417
- blue100: any;
418
- blue200: any;
419
- blue300: any;
420
- blue400: any;
421
- blue500: any;
422
- blue600: any;
423
- blue700: any;
424
- blue800: any;
425
- blue900: any;
426
- blue1000: any;
427
- blue1100: any;
428
- blue1200: any;
429
- pink100: any;
430
- pink200: any;
431
- pink300: any;
432
- pink400: any;
433
- pink500: any;
434
- pink600: any;
435
- pink700: any;
436
- pink800: any;
437
- pink900: any;
438
- pink1000: any;
439
- pink1100: any;
440
- pink1200: any;
441
- purple100: any;
442
- purple200: any;
443
- purple300: any;
444
- purple400: any;
445
- purple500: any;
446
- purple600: any;
447
- purple700: any;
448
- purple800: any;
449
- purple900: any;
450
- purple1000: any;
451
- purple1100: any;
452
- purple1200: any;
453
- cyan100: any;
454
- cyan200: any;
455
- cyan300: any;
456
- cyan400: any;
457
- cyan500: any;
458
- cyan600: any;
459
- cyan700: any;
460
- cyan800: any;
461
- cyan900: any;
462
- cyan1000: any;
463
- cyan1100: any;
464
- cyan1200: any;
465
- green100: any;
466
- green200: any;
467
- green300: any;
468
- green400: any;
469
- green500: any;
470
- green600: any;
471
- green700: any;
472
- green800: any;
473
- green900: any;
474
- green1000: any;
475
- green1100: any;
476
- green1200: any;
477
- magenta100: any;
478
- magenta200: any;
479
- magenta300: any;
480
- magenta400: any;
481
- magenta500: any;
482
- magenta600: any;
483
- magenta700: any;
484
- magenta800: any;
485
- magenta900: any;
486
- magenta1000: any;
487
- magenta1100: any;
488
- magenta1200: any;
489
- red100: any;
490
- red200: any;
491
- red300: any;
492
- red400: any;
493
- red500: any;
494
- red600: any;
495
- red700: any;
496
- red800: any;
497
- red900: any;
498
- red1000: any;
499
- red1100: any;
500
- red1200: any;
501
- teal100: any;
502
- teal200: any;
503
- teal300: any;
504
- teal400: any;
505
- teal500: any;
506
- teal600: any;
507
- teal700: any;
508
- teal800: any;
509
- teal900: any;
510
- teal1000: any;
511
- teal1100: any;
512
- teal1200: any;
513
- orange100: any;
514
- orange200: any;
515
- orange300: any;
516
- orange400: any;
517
- orange500: any;
518
- orange600: any;
519
- orange700: any;
520
- orange800: any;
521
- orange900: any;
522
- orange1000: any;
523
- orange1100: any;
524
- orange1200: any;
525
- yellow100: any;
526
- yellow200: any;
527
- yellow300: any;
528
- yellow400: any;
529
- yellow500: any;
530
- yellow600: any;
531
- yellow700: any;
532
- yellow800: any;
533
- yellow900: any;
534
- yellow1000: any;
535
- yellow1100: any;
536
- yellow1200: any;
537
- lime100: any;
538
- lime200: any;
539
- lime300: any;
540
- lime400: any;
541
- lime500: any;
542
- lime600: any;
543
- lime700: any;
544
- lime800: any;
545
- lime900: any;
546
- lime1000: any;
547
- lime1100: any;
548
- lime1200: any;
549
- lapis100: any;
550
- lapis200: any;
551
- lapis300: any;
552
- lapis400: any;
553
- lapis500: any;
554
- lapis600: any;
555
- lapis700: any;
556
- lapis800: any;
557
- lapis900: any;
558
- lapis1000: any;
559
- lapis1100: any;
560
- lapis1200: any;
561
- maroon100: any;
562
- maroon200: any;
563
- maroon300: any;
564
- maroon400: any;
565
- maroon500: any;
566
- maroon600: any;
567
- maroon700: any;
568
- maroon800: any;
569
- maroon900: any;
570
- maroon1000: any;
571
- maroon1100: any;
572
- maroon1200: any;
573
- marsh100: any;
574
- marsh200: any;
575
- marsh300: any;
576
- marsh400: any;
577
- marsh500: any;
578
- marsh600: any;
579
- marsh700: any;
580
- marsh800: any;
581
- marsh900: any;
582
- marsh1000: any;
583
- marsh1100: any;
584
- marsh1200: any;
585
- tonal50: any;
586
- tonal100: any;
587
- tonal200: any;
588
- tonal300: any;
589
- tonal400: any;
590
- tonal500: any;
591
- tonal600: any;
592
- alpha100: any;
593
- alpha150: any;
594
- alpha200: any;
595
- alpha250: any;
596
- alpha600: any;
597
- brandRed: any;
598
- brandRedAccent: any;
599
- brandGreen: any;
600
- brandGreenAccent: any;
601
- brandPurple: any;
602
- brandPurpleAccent: any;
603
- brandYellow: any;
604
- brandYellowAccent: any;
605
- infoLight: any;
606
- info: any;
607
- infoMid: any;
608
- infoDark: any;
609
- successLight: any;
610
- success: any;
611
- successMid: any;
612
- successDark: any;
613
- dangerLight: any;
614
- danger: any;
615
- dangerMid: any;
616
- dangerDark: any;
617
- warningLight: any;
618
- warning: any;
619
- warningMid: any;
620
- warningDark: any;
621
- warningText: any;
622
- subjectEnglish: any;
623
- subjectMaths: any;
624
- subjectScience: any;
625
- subjectVerbalReasoning: any;
626
- subjectNonVerbalReasoning: any;
627
- subjectCreativeWriting: any;
628
- subjectExamSkills: any;
629
- glBlueLight: any;
630
- glBluePrimary: any;
631
- glBlueDark: any;
632
- primary100: any;
633
- primary200: any;
634
- primary300: any;
635
- primary400: any;
636
- primary500: any;
637
- primary600: any;
638
- primary700: any;
639
- primary800: any;
640
- primary900: any;
641
- primary1000: any;
642
- primary1100: any;
643
- primary1200: any;
383
+ textBold: string;
384
+ textRegular: string;
385
+ textSubtle: string;
386
+ textMinimal: string;
387
+ background: string;
388
+ backgroundAccent: string;
389
+ grey100: string;
390
+ grey200: string;
391
+ grey300: string;
392
+ grey400: string;
393
+ grey500: string;
394
+ grey600: string;
395
+ grey700: string;
396
+ grey800: string;
397
+ grey900: string;
398
+ grey1000: string;
399
+ grey1100: string;
400
+ grey1200: string;
401
+ blue100: string;
402
+ blue200: string;
403
+ blue300: string;
404
+ blue400: string;
405
+ blue500: string;
406
+ blue600: string;
407
+ blue700: string;
408
+ blue800: string;
409
+ blue900: string;
410
+ blue1000: string;
411
+ blue1100: string;
412
+ blue1200: string;
413
+ pink100: string;
414
+ pink200: string;
415
+ pink300: string;
416
+ pink400: string;
417
+ pink500: string;
418
+ pink600: string;
419
+ pink700: string;
420
+ pink800: string;
421
+ pink900: string;
422
+ pink1000: string;
423
+ pink1100: string;
424
+ pink1200: string;
425
+ purple100: string;
426
+ purple200: string;
427
+ purple300: string;
428
+ purple400: string;
429
+ purple500: string;
430
+ purple600: string;
431
+ purple700: string;
432
+ purple800: string;
433
+ purple900: string;
434
+ purple1000: string;
435
+ purple1100: string;
436
+ purple1200: string;
437
+ cyan100: string;
438
+ cyan200: string;
439
+ cyan300: string;
440
+ cyan400: string;
441
+ cyan500: string;
442
+ cyan600: string;
443
+ cyan700: string;
444
+ cyan800: string;
445
+ cyan900: string;
446
+ cyan1000: string;
447
+ cyan1100: string;
448
+ cyan1200: string;
449
+ green100: string;
450
+ green200: string;
451
+ green300: string;
452
+ green400: string;
453
+ green500: string;
454
+ green600: string;
455
+ green700: string;
456
+ green800: string;
457
+ green900: string;
458
+ green1000: string;
459
+ green1100: string;
460
+ green1200: string;
461
+ magenta100: string;
462
+ magenta200: string;
463
+ magenta300: string;
464
+ magenta400: string;
465
+ magenta500: string;
466
+ magenta600: string;
467
+ magenta700: string;
468
+ magenta800: string;
469
+ magenta900: string;
470
+ magenta1000: string;
471
+ magenta1100: string;
472
+ magenta1200: string;
473
+ red100: string;
474
+ red200: string;
475
+ red300: string;
476
+ red400: string;
477
+ red500: string;
478
+ red600: string;
479
+ red700: string;
480
+ red800: string;
481
+ red900: string;
482
+ red1000: string;
483
+ red1100: string;
484
+ red1200: string;
485
+ teal100: string;
486
+ teal200: string;
487
+ teal300: string;
488
+ teal400: string;
489
+ teal500: string;
490
+ teal600: string;
491
+ teal700: string;
492
+ teal800: string;
493
+ teal900: string;
494
+ teal1000: string;
495
+ teal1100: string;
496
+ teal1200: string;
497
+ orange100: string;
498
+ orange200: string;
499
+ orange300: string;
500
+ orange400: string;
501
+ orange500: string;
502
+ orange600: string;
503
+ orange700: string;
504
+ orange800: string;
505
+ orange900: string;
506
+ orange1000: string;
507
+ orange1100: string;
508
+ orange1200: string;
509
+ yellow100: string;
510
+ yellow200: string;
511
+ yellow300: string;
512
+ yellow400: string;
513
+ yellow500: string;
514
+ yellow600: string;
515
+ yellow700: string;
516
+ yellow800: string;
517
+ yellow900: string;
518
+ yellow1000: string;
519
+ yellow1100: string;
520
+ yellow1200: string;
521
+ lime100: string;
522
+ lime200: string;
523
+ lime300: string;
524
+ lime400: string;
525
+ lime500: string;
526
+ lime600: string;
527
+ lime700: string;
528
+ lime800: string;
529
+ lime900: string;
530
+ lime1000: string;
531
+ lime1100: string;
532
+ lime1200: string;
533
+ lapis100: string;
534
+ lapis200: string;
535
+ lapis300: string;
536
+ lapis400: string;
537
+ lapis500: string;
538
+ lapis600: string;
539
+ lapis700: string;
540
+ lapis800: string;
541
+ lapis900: string;
542
+ lapis1000: string;
543
+ lapis1100: string;
544
+ lapis1200: string;
545
+ maroon100: string;
546
+ maroon200: string;
547
+ maroon300: string;
548
+ maroon400: string;
549
+ maroon500: string;
550
+ maroon600: string;
551
+ maroon700: string;
552
+ maroon800: string;
553
+ maroon900: string;
554
+ maroon1000: string;
555
+ maroon1100: string;
556
+ maroon1200: string;
557
+ marsh100: string;
558
+ marsh200: string;
559
+ marsh300: string;
560
+ marsh400: string;
561
+ marsh500: string;
562
+ marsh600: string;
563
+ marsh700: string;
564
+ marsh800: string;
565
+ marsh900: string;
566
+ marsh1000: string;
567
+ marsh1100: string;
568
+ marsh1200: string;
569
+ alpha100: string;
570
+ alpha150: string;
571
+ alpha200: string;
572
+ alpha250: string;
573
+ alpha600: string;
574
+ infoLight: string;
575
+ info: string;
576
+ infoMid: string;
577
+ infoDark: string;
578
+ successLight: string;
579
+ success: string;
580
+ successMid: string;
581
+ successDark: string;
582
+ dangerLight: string;
583
+ danger: string;
584
+ dangerMid: string;
585
+ dangerDark: string;
586
+ warningLight: string;
587
+ warning: string;
588
+ warningMid: string;
589
+ warningDark: string;
590
+ warningText: string;
591
+ subjectEnglish: string;
592
+ subjectMaths: string;
593
+ subjectScience: string;
594
+ subjectVerbalReasoning: string;
595
+ subjectNonVerbalReasoning: string;
596
+ subjectCreativeWriting: string;
597
+ subjectExamSkills: string;
598
+ glBlueLight: string;
599
+ glBluePrimary: string;
600
+ glBlueDark: string;
601
+ primary100: string;
602
+ primary200: string;
603
+ primary300: string;
604
+ primary400: string;
605
+ primary500: string;
606
+ primary600: string;
607
+ primary700: string;
608
+ primary800: string;
609
+ primary900: string;
610
+ primary1000: string;
611
+ primary1100: string;
612
+ primary1200: string;
644
613
  };
645
614
  space: {
646
- "0": any;
647
- "1": any;
648
- "2": any;
649
- "3": any;
650
- "4": any;
651
- "5": any;
652
- "6": any;
653
- "7": any;
654
- "8": any;
655
- "9": any;
656
- "24": any;
615
+ "0": string;
616
+ "1": string;
617
+ "2": string;
618
+ "3": string;
619
+ "4": string;
620
+ "5": string;
621
+ "6": string;
622
+ "7": string;
623
+ "8": string;
624
+ "9": string;
625
+ "24": string;
657
626
  };
658
627
  fontSizes: {
659
- xs: any;
660
- sm: any;
661
- md: any;
662
- lg: any;
663
- xl: any;
664
- "2xl": any;
665
- "3xl": any;
666
- "4xl": any;
628
+ xs: string;
629
+ sm: string;
630
+ md: string;
631
+ lg: string;
632
+ xl: string;
633
+ "2xl": string;
634
+ "3xl": string;
635
+ "4xl": string;
667
636
  };
668
637
  fonts: {
669
- sans: any;
670
- mono: any;
671
- display: any;
672
- body: any;
638
+ sans: string;
639
+ mono: string;
640
+ display: string;
641
+ body: string;
673
642
  };
674
643
  sizes: {
675
- "0": any;
676
- "1": any;
677
- "2": any;
678
- "3": any;
679
- "4": any;
680
- "5": any;
681
- "6": any;
682
- "7": any;
683
- "8": any;
644
+ "0": string;
645
+ "1": string;
646
+ "2": string;
647
+ "3": string;
648
+ "4": string;
649
+ "5": string;
650
+ "6": string;
651
+ "7": string;
652
+ "8": string;
684
653
  };
685
654
  radii: {
686
- "0": any;
687
- "1": any;
688
- "2": any;
689
- "3": any;
690
- round: any;
655
+ "0": string;
656
+ "1": string;
657
+ "2": string;
658
+ "3": string;
659
+ round: string;
691
660
  };
692
661
  shadows: {
693
- "0": any;
694
- "1": any;
695
- "2": any;
696
- "3": any;
662
+ "0": string;
663
+ "1": string;
664
+ "2": string;
665
+ "3": string;
697
666
  };
698
667
  ratios: {
699
- "16-9": any;
700
- "3-2": any;
701
- "4-3": any;
702
- "1-1": any;
703
- "3-4": any;
668
+ "16-9": string;
669
+ "3-2": string;
670
+ "4-3": string;
671
+ "1-1": string;
672
+ "3-4": string;
704
673
  };
705
674
  }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
706
- bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
675
+ bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
707
676
  background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
708
677
  };
709
- size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
678
+ size: (value: import("@atom-learning/stitches-react").ScaleValue<"size"> | number | string) => {
710
679
  height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
711
680
  width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
712
681
  };
713
- p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
682
+ p: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
714
683
  padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
715
684
  };
716
- pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
685
+ pt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
717
686
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
718
687
  };
719
- pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
688
+ pr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
720
689
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
721
690
  };
722
- pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
691
+ pb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
723
692
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
724
693
  };
725
- pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
694
+ pl: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
726
695
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
727
696
  };
728
- px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
697
+ px: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
729
698
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
730
699
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
731
700
  };
732
- py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
701
+ py: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
733
702
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
734
703
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
735
704
  };
736
- m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
705
+ m: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
737
706
  margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
738
707
  };
739
- mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
708
+ mt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
740
709
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
741
710
  };
742
- mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
711
+ mr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
743
712
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
744
713
  };
745
- mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
714
+ mb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
746
715
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
747
716
  };
748
- ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
717
+ ml: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
749
718
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
750
719
  };
751
- mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
720
+ mx: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
752
721
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
753
722
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
754
723
  };
755
- my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
724
+ my: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
756
725
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
757
726
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
758
727
  };
@@ -774,363 +743,348 @@ export declare const Dialog: import("@atom-learning/stitches-react/types/styled-
774
743
  hover: string;
775
744
  }, {
776
745
  colors: {
777
- textBold: any;
778
- textRegular: any;
779
- textSubtle: any;
780
- textMinimal: any;
781
- background: any;
782
- backgroundAccent: any;
783
- grey100: any;
784
- grey200: any;
785
- grey300: any;
786
- grey400: any;
787
- grey500: any;
788
- grey600: any;
789
- grey700: any;
790
- grey800: any;
791
- grey900: any;
792
- grey1000: any;
793
- grey1100: any;
794
- grey1200: any;
795
- blue100: any;
796
- blue200: any;
797
- blue300: any;
798
- blue400: any;
799
- blue500: any;
800
- blue600: any;
801
- blue700: any;
802
- blue800: any;
803
- blue900: any;
804
- blue1000: any;
805
- blue1100: any;
806
- blue1200: any;
807
- pink100: any;
808
- pink200: any;
809
- pink300: any;
810
- pink400: any;
811
- pink500: any;
812
- pink600: any;
813
- pink700: any;
814
- pink800: any;
815
- pink900: any;
816
- pink1000: any;
817
- pink1100: any;
818
- pink1200: any;
819
- purple100: any;
820
- purple200: any;
821
- purple300: any;
822
- purple400: any;
823
- purple500: any;
824
- purple600: any;
825
- purple700: any;
826
- purple800: any;
827
- purple900: any;
828
- purple1000: any;
829
- purple1100: any;
830
- purple1200: any;
831
- cyan100: any;
832
- cyan200: any;
833
- cyan300: any;
834
- cyan400: any;
835
- cyan500: any;
836
- cyan600: any;
837
- cyan700: any;
838
- cyan800: any;
839
- cyan900: any;
840
- cyan1000: any;
841
- cyan1100: any;
842
- cyan1200: any;
843
- green100: any;
844
- green200: any;
845
- green300: any;
846
- green400: any;
847
- green500: any;
848
- green600: any;
849
- green700: any;
850
- green800: any;
851
- green900: any;
852
- green1000: any;
853
- green1100: any;
854
- green1200: any;
855
- magenta100: any;
856
- magenta200: any;
857
- magenta300: any;
858
- magenta400: any;
859
- magenta500: any;
860
- magenta600: any;
861
- magenta700: any;
862
- magenta800: any;
863
- magenta900: any;
864
- magenta1000: any;
865
- magenta1100: any;
866
- magenta1200: any;
867
- red100: any;
868
- red200: any;
869
- red300: any;
870
- red400: any;
871
- red500: any;
872
- red600: any;
873
- red700: any;
874
- red800: any;
875
- red900: any;
876
- red1000: any;
877
- red1100: any;
878
- red1200: any;
879
- teal100: any;
880
- teal200: any;
881
- teal300: any;
882
- teal400: any;
883
- teal500: any;
884
- teal600: any;
885
- teal700: any;
886
- teal800: any;
887
- teal900: any;
888
- teal1000: any;
889
- teal1100: any;
890
- teal1200: any;
891
- orange100: any;
892
- orange200: any;
893
- orange300: any;
894
- orange400: any;
895
- orange500: any;
896
- orange600: any;
897
- orange700: any;
898
- orange800: any;
899
- orange900: any;
900
- orange1000: any;
901
- orange1100: any;
902
- orange1200: any;
903
- yellow100: any;
904
- yellow200: any;
905
- yellow300: any;
906
- yellow400: any;
907
- yellow500: any;
908
- yellow600: any;
909
- yellow700: any;
910
- yellow800: any;
911
- yellow900: any;
912
- yellow1000: any;
913
- yellow1100: any;
914
- yellow1200: any;
915
- lime100: any;
916
- lime200: any;
917
- lime300: any;
918
- lime400: any;
919
- lime500: any;
920
- lime600: any;
921
- lime700: any;
922
- lime800: any;
923
- lime900: any;
924
- lime1000: any;
925
- lime1100: any;
926
- lime1200: any;
927
- lapis100: any;
928
- lapis200: any;
929
- lapis300: any;
930
- lapis400: any;
931
- lapis500: any;
932
- lapis600: any;
933
- lapis700: any;
934
- lapis800: any;
935
- lapis900: any;
936
- lapis1000: any;
937
- lapis1100: any;
938
- lapis1200: any;
939
- maroon100: any;
940
- maroon200: any;
941
- maroon300: any;
942
- maroon400: any;
943
- maroon500: any;
944
- maroon600: any;
945
- maroon700: any;
946
- maroon800: any;
947
- maroon900: any;
948
- maroon1000: any;
949
- maroon1100: any;
950
- maroon1200: any;
951
- marsh100: any;
952
- marsh200: any;
953
- marsh300: any;
954
- marsh400: any;
955
- marsh500: any;
956
- marsh600: any;
957
- marsh700: any;
958
- marsh800: any;
959
- marsh900: any;
960
- marsh1000: any;
961
- marsh1100: any;
962
- marsh1200: any;
963
- tonal50: any;
964
- tonal100: any;
965
- tonal200: any;
966
- tonal300: any;
967
- tonal400: any;
968
- tonal500: any;
969
- tonal600: any;
970
- alpha100: any;
971
- alpha150: any;
972
- alpha200: any;
973
- alpha250: any;
974
- alpha600: any;
975
- brandRed: any;
976
- brandRedAccent: any;
977
- brandGreen: any;
978
- brandGreenAccent: any;
979
- brandPurple: any;
980
- brandPurpleAccent: any;
981
- brandYellow: any;
982
- brandYellowAccent: any;
983
- infoLight: any;
984
- info: any;
985
- infoMid: any;
986
- infoDark: any;
987
- successLight: any;
988
- success: any;
989
- successMid: any;
990
- successDark: any;
991
- dangerLight: any;
992
- danger: any;
993
- dangerMid: any;
994
- dangerDark: any;
995
- warningLight: any;
996
- warning: any;
997
- warningMid: any;
998
- warningDark: any;
999
- warningText: any;
1000
- subjectEnglish: any;
1001
- subjectMaths: any;
1002
- subjectScience: any;
1003
- subjectVerbalReasoning: any;
1004
- subjectNonVerbalReasoning: any;
1005
- subjectCreativeWriting: any;
1006
- subjectExamSkills: any;
1007
- glBlueLight: any;
1008
- glBluePrimary: any;
1009
- glBlueDark: any;
1010
- primary100: any;
1011
- primary200: any;
1012
- primary300: any;
1013
- primary400: any;
1014
- primary500: any;
1015
- primary600: any;
1016
- primary700: any;
1017
- primary800: any;
1018
- primary900: any;
1019
- primary1000: any;
1020
- primary1100: any;
1021
- primary1200: any;
746
+ textBold: string;
747
+ textRegular: string;
748
+ textSubtle: string;
749
+ textMinimal: string;
750
+ background: string;
751
+ backgroundAccent: string;
752
+ grey100: string;
753
+ grey200: string;
754
+ grey300: string;
755
+ grey400: string;
756
+ grey500: string;
757
+ grey600: string;
758
+ grey700: string;
759
+ grey800: string;
760
+ grey900: string;
761
+ grey1000: string;
762
+ grey1100: string;
763
+ grey1200: string;
764
+ blue100: string;
765
+ blue200: string;
766
+ blue300: string;
767
+ blue400: string;
768
+ blue500: string;
769
+ blue600: string;
770
+ blue700: string;
771
+ blue800: string;
772
+ blue900: string;
773
+ blue1000: string;
774
+ blue1100: string;
775
+ blue1200: string;
776
+ pink100: string;
777
+ pink200: string;
778
+ pink300: string;
779
+ pink400: string;
780
+ pink500: string;
781
+ pink600: string;
782
+ pink700: string;
783
+ pink800: string;
784
+ pink900: string;
785
+ pink1000: string;
786
+ pink1100: string;
787
+ pink1200: string;
788
+ purple100: string;
789
+ purple200: string;
790
+ purple300: string;
791
+ purple400: string;
792
+ purple500: string;
793
+ purple600: string;
794
+ purple700: string;
795
+ purple800: string;
796
+ purple900: string;
797
+ purple1000: string;
798
+ purple1100: string;
799
+ purple1200: string;
800
+ cyan100: string;
801
+ cyan200: string;
802
+ cyan300: string;
803
+ cyan400: string;
804
+ cyan500: string;
805
+ cyan600: string;
806
+ cyan700: string;
807
+ cyan800: string;
808
+ cyan900: string;
809
+ cyan1000: string;
810
+ cyan1100: string;
811
+ cyan1200: string;
812
+ green100: string;
813
+ green200: string;
814
+ green300: string;
815
+ green400: string;
816
+ green500: string;
817
+ green600: string;
818
+ green700: string;
819
+ green800: string;
820
+ green900: string;
821
+ green1000: string;
822
+ green1100: string;
823
+ green1200: string;
824
+ magenta100: string;
825
+ magenta200: string;
826
+ magenta300: string;
827
+ magenta400: string;
828
+ magenta500: string;
829
+ magenta600: string;
830
+ magenta700: string;
831
+ magenta800: string;
832
+ magenta900: string;
833
+ magenta1000: string;
834
+ magenta1100: string;
835
+ magenta1200: string;
836
+ red100: string;
837
+ red200: string;
838
+ red300: string;
839
+ red400: string;
840
+ red500: string;
841
+ red600: string;
842
+ red700: string;
843
+ red800: string;
844
+ red900: string;
845
+ red1000: string;
846
+ red1100: string;
847
+ red1200: string;
848
+ teal100: string;
849
+ teal200: string;
850
+ teal300: string;
851
+ teal400: string;
852
+ teal500: string;
853
+ teal600: string;
854
+ teal700: string;
855
+ teal800: string;
856
+ teal900: string;
857
+ teal1000: string;
858
+ teal1100: string;
859
+ teal1200: string;
860
+ orange100: string;
861
+ orange200: string;
862
+ orange300: string;
863
+ orange400: string;
864
+ orange500: string;
865
+ orange600: string;
866
+ orange700: string;
867
+ orange800: string;
868
+ orange900: string;
869
+ orange1000: string;
870
+ orange1100: string;
871
+ orange1200: string;
872
+ yellow100: string;
873
+ yellow200: string;
874
+ yellow300: string;
875
+ yellow400: string;
876
+ yellow500: string;
877
+ yellow600: string;
878
+ yellow700: string;
879
+ yellow800: string;
880
+ yellow900: string;
881
+ yellow1000: string;
882
+ yellow1100: string;
883
+ yellow1200: string;
884
+ lime100: string;
885
+ lime200: string;
886
+ lime300: string;
887
+ lime400: string;
888
+ lime500: string;
889
+ lime600: string;
890
+ lime700: string;
891
+ lime800: string;
892
+ lime900: string;
893
+ lime1000: string;
894
+ lime1100: string;
895
+ lime1200: string;
896
+ lapis100: string;
897
+ lapis200: string;
898
+ lapis300: string;
899
+ lapis400: string;
900
+ lapis500: string;
901
+ lapis600: string;
902
+ lapis700: string;
903
+ lapis800: string;
904
+ lapis900: string;
905
+ lapis1000: string;
906
+ lapis1100: string;
907
+ lapis1200: string;
908
+ maroon100: string;
909
+ maroon200: string;
910
+ maroon300: string;
911
+ maroon400: string;
912
+ maroon500: string;
913
+ maroon600: string;
914
+ maroon700: string;
915
+ maroon800: string;
916
+ maroon900: string;
917
+ maroon1000: string;
918
+ maroon1100: string;
919
+ maroon1200: string;
920
+ marsh100: string;
921
+ marsh200: string;
922
+ marsh300: string;
923
+ marsh400: string;
924
+ marsh500: string;
925
+ marsh600: string;
926
+ marsh700: string;
927
+ marsh800: string;
928
+ marsh900: string;
929
+ marsh1000: string;
930
+ marsh1100: string;
931
+ marsh1200: string;
932
+ alpha100: string;
933
+ alpha150: string;
934
+ alpha200: string;
935
+ alpha250: string;
936
+ alpha600: string;
937
+ infoLight: string;
938
+ info: string;
939
+ infoMid: string;
940
+ infoDark: string;
941
+ successLight: string;
942
+ success: string;
943
+ successMid: string;
944
+ successDark: string;
945
+ dangerLight: string;
946
+ danger: string;
947
+ dangerMid: string;
948
+ dangerDark: string;
949
+ warningLight: string;
950
+ warning: string;
951
+ warningMid: string;
952
+ warningDark: string;
953
+ warningText: string;
954
+ subjectEnglish: string;
955
+ subjectMaths: string;
956
+ subjectScience: string;
957
+ subjectVerbalReasoning: string;
958
+ subjectNonVerbalReasoning: string;
959
+ subjectCreativeWriting: string;
960
+ subjectExamSkills: string;
961
+ glBlueLight: string;
962
+ glBluePrimary: string;
963
+ glBlueDark: string;
964
+ primary100: string;
965
+ primary200: string;
966
+ primary300: string;
967
+ primary400: string;
968
+ primary500: string;
969
+ primary600: string;
970
+ primary700: string;
971
+ primary800: string;
972
+ primary900: string;
973
+ primary1000: string;
974
+ primary1100: string;
975
+ primary1200: string;
1022
976
  };
1023
977
  space: {
1024
- "0": any;
1025
- "1": any;
1026
- "2": any;
1027
- "3": any;
1028
- "4": any;
1029
- "5": any;
1030
- "6": any;
1031
- "7": any;
1032
- "8": any;
1033
- "9": any;
1034
- "24": any;
978
+ "0": string;
979
+ "1": string;
980
+ "2": string;
981
+ "3": string;
982
+ "4": string;
983
+ "5": string;
984
+ "6": string;
985
+ "7": string;
986
+ "8": string;
987
+ "9": string;
988
+ "24": string;
1035
989
  };
1036
990
  fontSizes: {
1037
- xs: any;
1038
- sm: any;
1039
- md: any;
1040
- lg: any;
1041
- xl: any;
1042
- "2xl": any;
1043
- "3xl": any;
1044
- "4xl": any;
991
+ xs: string;
992
+ sm: string;
993
+ md: string;
994
+ lg: string;
995
+ xl: string;
996
+ "2xl": string;
997
+ "3xl": string;
998
+ "4xl": string;
1045
999
  };
1046
1000
  fonts: {
1047
- sans: any;
1048
- mono: any;
1049
- display: any;
1050
- body: any;
1001
+ sans: string;
1002
+ mono: string;
1003
+ display: string;
1004
+ body: string;
1051
1005
  };
1052
1006
  sizes: {
1053
- "0": any;
1054
- "1": any;
1055
- "2": any;
1056
- "3": any;
1057
- "4": any;
1058
- "5": any;
1059
- "6": any;
1060
- "7": any;
1061
- "8": any;
1007
+ "0": string;
1008
+ "1": string;
1009
+ "2": string;
1010
+ "3": string;
1011
+ "4": string;
1012
+ "5": string;
1013
+ "6": string;
1014
+ "7": string;
1015
+ "8": string;
1062
1016
  };
1063
1017
  radii: {
1064
- "0": any;
1065
- "1": any;
1066
- "2": any;
1067
- "3": any;
1068
- round: any;
1018
+ "0": string;
1019
+ "1": string;
1020
+ "2": string;
1021
+ "3": string;
1022
+ round: string;
1069
1023
  };
1070
1024
  shadows: {
1071
- "0": any;
1072
- "1": any;
1073
- "2": any;
1074
- "3": any;
1025
+ "0": string;
1026
+ "1": string;
1027
+ "2": string;
1028
+ "3": string;
1075
1029
  };
1076
1030
  ratios: {
1077
- "16-9": any;
1078
- "3-2": any;
1079
- "4-3": any;
1080
- "1-1": any;
1081
- "3-4": any;
1031
+ "16-9": string;
1032
+ "3-2": string;
1033
+ "4-3": string;
1034
+ "1-1": string;
1035
+ "3-4": string;
1082
1036
  };
1083
1037
  }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
1084
- bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
1038
+ bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
1085
1039
  background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
1086
1040
  };
1087
- size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
1041
+ size: (value: import("@atom-learning/stitches-react").ScaleValue<"size"> | number | string) => {
1088
1042
  height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1089
1043
  width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1090
1044
  };
1091
- p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1045
+ p: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1092
1046
  padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1093
1047
  };
1094
- pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1048
+ pt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1095
1049
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1096
1050
  };
1097
- pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1051
+ pr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1098
1052
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1099
1053
  };
1100
- pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1054
+ pb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1101
1055
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1102
1056
  };
1103
- pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1057
+ pl: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1104
1058
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1105
1059
  };
1106
- px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1060
+ px: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1107
1061
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1108
1062
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1109
1063
  };
1110
- py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1064
+ py: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1111
1065
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1112
1066
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1113
1067
  };
1114
- m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1068
+ m: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1115
1069
  margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1116
1070
  };
1117
- mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1071
+ mt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1118
1072
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1119
1073
  };
1120
- mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1074
+ mr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1121
1075
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1122
1076
  };
1123
- mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1077
+ mb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1124
1078
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1125
1079
  };
1126
- ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1080
+ ml: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1127
1081
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1128
1082
  };
1129
- mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1083
+ mx: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1130
1084
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1131
1085
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1132
1086
  };
1133
- my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1087
+ my: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1134
1088
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1135
1089
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1136
1090
  };
@@ -1153,369 +1107,354 @@ export declare const Dialog: import("@atom-learning/stitches-react/types/styled-
1153
1107
  hover: string;
1154
1108
  }, {
1155
1109
  colors: {
1156
- textBold: any;
1157
- textRegular: any;
1158
- textSubtle: any;
1159
- textMinimal: any;
1160
- background: any;
1161
- backgroundAccent: any;
1162
- grey100: any;
1163
- grey200: any;
1164
- grey300: any;
1165
- grey400: any;
1166
- grey500: any;
1167
- grey600: any;
1168
- grey700: any;
1169
- grey800: any;
1170
- grey900: any;
1171
- grey1000: any;
1172
- grey1100: any;
1173
- grey1200: any;
1174
- blue100: any;
1175
- blue200: any;
1176
- blue300: any;
1177
- blue400: any;
1178
- blue500: any;
1179
- blue600: any;
1180
- blue700: any;
1181
- blue800: any;
1182
- blue900: any;
1183
- blue1000: any;
1184
- blue1100: any;
1185
- blue1200: any;
1186
- pink100: any;
1187
- pink200: any;
1188
- pink300: any;
1189
- pink400: any;
1190
- pink500: any;
1191
- pink600: any;
1192
- pink700: any;
1193
- pink800: any;
1194
- pink900: any;
1195
- pink1000: any;
1196
- pink1100: any;
1197
- pink1200: any;
1198
- purple100: any;
1199
- purple200: any;
1200
- purple300: any;
1201
- purple400: any;
1202
- purple500: any;
1203
- purple600: any;
1204
- purple700: any;
1205
- purple800: any;
1206
- purple900: any;
1207
- purple1000: any;
1208
- purple1100: any;
1209
- purple1200: any;
1210
- cyan100: any;
1211
- cyan200: any;
1212
- cyan300: any;
1213
- cyan400: any;
1214
- cyan500: any;
1215
- cyan600: any;
1216
- cyan700: any;
1217
- cyan800: any;
1218
- cyan900: any;
1219
- cyan1000: any;
1220
- cyan1100: any;
1221
- cyan1200: any;
1222
- green100: any;
1223
- green200: any;
1224
- green300: any;
1225
- green400: any;
1226
- green500: any;
1227
- green600: any;
1228
- green700: any;
1229
- green800: any;
1230
- green900: any;
1231
- green1000: any;
1232
- green1100: any;
1233
- green1200: any;
1234
- magenta100: any;
1235
- magenta200: any;
1236
- magenta300: any;
1237
- magenta400: any;
1238
- magenta500: any;
1239
- magenta600: any;
1240
- magenta700: any;
1241
- magenta800: any;
1242
- magenta900: any;
1243
- magenta1000: any;
1244
- magenta1100: any;
1245
- magenta1200: any;
1246
- red100: any;
1247
- red200: any;
1248
- red300: any;
1249
- red400: any;
1250
- red500: any;
1251
- red600: any;
1252
- red700: any;
1253
- red800: any;
1254
- red900: any;
1255
- red1000: any;
1256
- red1100: any;
1257
- red1200: any;
1258
- teal100: any;
1259
- teal200: any;
1260
- teal300: any;
1261
- teal400: any;
1262
- teal500: any;
1263
- teal600: any;
1264
- teal700: any;
1265
- teal800: any;
1266
- teal900: any;
1267
- teal1000: any;
1268
- teal1100: any;
1269
- teal1200: any;
1270
- orange100: any;
1271
- orange200: any;
1272
- orange300: any;
1273
- orange400: any;
1274
- orange500: any;
1275
- orange600: any;
1276
- orange700: any;
1277
- orange800: any;
1278
- orange900: any;
1279
- orange1000: any;
1280
- orange1100: any;
1281
- orange1200: any;
1282
- yellow100: any;
1283
- yellow200: any;
1284
- yellow300: any;
1285
- yellow400: any;
1286
- yellow500: any;
1287
- yellow600: any;
1288
- yellow700: any;
1289
- yellow800: any;
1290
- yellow900: any;
1291
- yellow1000: any;
1292
- yellow1100: any;
1293
- yellow1200: any;
1294
- lime100: any;
1295
- lime200: any;
1296
- lime300: any;
1297
- lime400: any;
1298
- lime500: any;
1299
- lime600: any;
1300
- lime700: any;
1301
- lime800: any;
1302
- lime900: any;
1303
- lime1000: any;
1304
- lime1100: any;
1305
- lime1200: any;
1306
- lapis100: any;
1307
- lapis200: any;
1308
- lapis300: any;
1309
- lapis400: any;
1310
- lapis500: any;
1311
- lapis600: any;
1312
- lapis700: any;
1313
- lapis800: any;
1314
- lapis900: any;
1315
- lapis1000: any;
1316
- lapis1100: any;
1317
- lapis1200: any;
1318
- maroon100: any;
1319
- maroon200: any;
1320
- maroon300: any;
1321
- maroon400: any;
1322
- maroon500: any;
1323
- maroon600: any;
1324
- maroon700: any;
1325
- maroon800: any;
1326
- maroon900: any;
1327
- maroon1000: any;
1328
- maroon1100: any;
1329
- maroon1200: any;
1330
- marsh100: any;
1331
- marsh200: any;
1332
- marsh300: any;
1333
- marsh400: any;
1334
- marsh500: any;
1335
- marsh600: any;
1336
- marsh700: any;
1337
- marsh800: any;
1338
- marsh900: any;
1339
- marsh1000: any;
1340
- marsh1100: any;
1341
- marsh1200: any;
1342
- tonal50: any;
1343
- tonal100: any;
1344
- tonal200: any;
1345
- tonal300: any;
1346
- tonal400: any;
1347
- tonal500: any;
1348
- tonal600: any;
1349
- alpha100: any;
1350
- alpha150: any;
1351
- alpha200: any;
1352
- alpha250: any;
1353
- alpha600: any;
1354
- brandRed: any;
1355
- brandRedAccent: any;
1356
- brandGreen: any;
1357
- brandGreenAccent: any;
1358
- brandPurple: any;
1359
- brandPurpleAccent: any;
1360
- brandYellow: any;
1361
- brandYellowAccent: any;
1362
- infoLight: any;
1363
- info: any;
1364
- infoMid: any;
1365
- infoDark: any;
1366
- successLight: any;
1367
- success: any;
1368
- successMid: any;
1369
- successDark: any;
1370
- dangerLight: any;
1371
- danger: any;
1372
- dangerMid: any;
1373
- dangerDark: any;
1374
- warningLight: any;
1375
- warning: any;
1376
- warningMid: any;
1377
- warningDark: any;
1378
- warningText: any;
1379
- subjectEnglish: any;
1380
- subjectMaths: any;
1381
- subjectScience: any;
1382
- subjectVerbalReasoning: any;
1383
- subjectNonVerbalReasoning: any;
1384
- subjectCreativeWriting: any;
1385
- subjectExamSkills: any;
1386
- glBlueLight: any;
1387
- glBluePrimary: any;
1388
- glBlueDark: any;
1389
- primary100: any;
1390
- primary200: any;
1391
- primary300: any;
1392
- primary400: any;
1393
- primary500: any;
1394
- primary600: any;
1395
- primary700: any;
1396
- primary800: any;
1397
- primary900: any;
1398
- primary1000: any;
1399
- primary1100: any;
1400
- primary1200: any;
1110
+ textBold: string;
1111
+ textRegular: string;
1112
+ textSubtle: string;
1113
+ textMinimal: string;
1114
+ background: string;
1115
+ backgroundAccent: string;
1116
+ grey100: string;
1117
+ grey200: string;
1118
+ grey300: string;
1119
+ grey400: string;
1120
+ grey500: string;
1121
+ grey600: string;
1122
+ grey700: string;
1123
+ grey800: string;
1124
+ grey900: string;
1125
+ grey1000: string;
1126
+ grey1100: string;
1127
+ grey1200: string;
1128
+ blue100: string;
1129
+ blue200: string;
1130
+ blue300: string;
1131
+ blue400: string;
1132
+ blue500: string;
1133
+ blue600: string;
1134
+ blue700: string;
1135
+ blue800: string;
1136
+ blue900: string;
1137
+ blue1000: string;
1138
+ blue1100: string;
1139
+ blue1200: string;
1140
+ pink100: string;
1141
+ pink200: string;
1142
+ pink300: string;
1143
+ pink400: string;
1144
+ pink500: string;
1145
+ pink600: string;
1146
+ pink700: string;
1147
+ pink800: string;
1148
+ pink900: string;
1149
+ pink1000: string;
1150
+ pink1100: string;
1151
+ pink1200: string;
1152
+ purple100: string;
1153
+ purple200: string;
1154
+ purple300: string;
1155
+ purple400: string;
1156
+ purple500: string;
1157
+ purple600: string;
1158
+ purple700: string;
1159
+ purple800: string;
1160
+ purple900: string;
1161
+ purple1000: string;
1162
+ purple1100: string;
1163
+ purple1200: string;
1164
+ cyan100: string;
1165
+ cyan200: string;
1166
+ cyan300: string;
1167
+ cyan400: string;
1168
+ cyan500: string;
1169
+ cyan600: string;
1170
+ cyan700: string;
1171
+ cyan800: string;
1172
+ cyan900: string;
1173
+ cyan1000: string;
1174
+ cyan1100: string;
1175
+ cyan1200: string;
1176
+ green100: string;
1177
+ green200: string;
1178
+ green300: string;
1179
+ green400: string;
1180
+ green500: string;
1181
+ green600: string;
1182
+ green700: string;
1183
+ green800: string;
1184
+ green900: string;
1185
+ green1000: string;
1186
+ green1100: string;
1187
+ green1200: string;
1188
+ magenta100: string;
1189
+ magenta200: string;
1190
+ magenta300: string;
1191
+ magenta400: string;
1192
+ magenta500: string;
1193
+ magenta600: string;
1194
+ magenta700: string;
1195
+ magenta800: string;
1196
+ magenta900: string;
1197
+ magenta1000: string;
1198
+ magenta1100: string;
1199
+ magenta1200: string;
1200
+ red100: string;
1201
+ red200: string;
1202
+ red300: string;
1203
+ red400: string;
1204
+ red500: string;
1205
+ red600: string;
1206
+ red700: string;
1207
+ red800: string;
1208
+ red900: string;
1209
+ red1000: string;
1210
+ red1100: string;
1211
+ red1200: string;
1212
+ teal100: string;
1213
+ teal200: string;
1214
+ teal300: string;
1215
+ teal400: string;
1216
+ teal500: string;
1217
+ teal600: string;
1218
+ teal700: string;
1219
+ teal800: string;
1220
+ teal900: string;
1221
+ teal1000: string;
1222
+ teal1100: string;
1223
+ teal1200: string;
1224
+ orange100: string;
1225
+ orange200: string;
1226
+ orange300: string;
1227
+ orange400: string;
1228
+ orange500: string;
1229
+ orange600: string;
1230
+ orange700: string;
1231
+ orange800: string;
1232
+ orange900: string;
1233
+ orange1000: string;
1234
+ orange1100: string;
1235
+ orange1200: string;
1236
+ yellow100: string;
1237
+ yellow200: string;
1238
+ yellow300: string;
1239
+ yellow400: string;
1240
+ yellow500: string;
1241
+ yellow600: string;
1242
+ yellow700: string;
1243
+ yellow800: string;
1244
+ yellow900: string;
1245
+ yellow1000: string;
1246
+ yellow1100: string;
1247
+ yellow1200: string;
1248
+ lime100: string;
1249
+ lime200: string;
1250
+ lime300: string;
1251
+ lime400: string;
1252
+ lime500: string;
1253
+ lime600: string;
1254
+ lime700: string;
1255
+ lime800: string;
1256
+ lime900: string;
1257
+ lime1000: string;
1258
+ lime1100: string;
1259
+ lime1200: string;
1260
+ lapis100: string;
1261
+ lapis200: string;
1262
+ lapis300: string;
1263
+ lapis400: string;
1264
+ lapis500: string;
1265
+ lapis600: string;
1266
+ lapis700: string;
1267
+ lapis800: string;
1268
+ lapis900: string;
1269
+ lapis1000: string;
1270
+ lapis1100: string;
1271
+ lapis1200: string;
1272
+ maroon100: string;
1273
+ maroon200: string;
1274
+ maroon300: string;
1275
+ maroon400: string;
1276
+ maroon500: string;
1277
+ maroon600: string;
1278
+ maroon700: string;
1279
+ maroon800: string;
1280
+ maroon900: string;
1281
+ maroon1000: string;
1282
+ maroon1100: string;
1283
+ maroon1200: string;
1284
+ marsh100: string;
1285
+ marsh200: string;
1286
+ marsh300: string;
1287
+ marsh400: string;
1288
+ marsh500: string;
1289
+ marsh600: string;
1290
+ marsh700: string;
1291
+ marsh800: string;
1292
+ marsh900: string;
1293
+ marsh1000: string;
1294
+ marsh1100: string;
1295
+ marsh1200: string;
1296
+ alpha100: string;
1297
+ alpha150: string;
1298
+ alpha200: string;
1299
+ alpha250: string;
1300
+ alpha600: string;
1301
+ infoLight: string;
1302
+ info: string;
1303
+ infoMid: string;
1304
+ infoDark: string;
1305
+ successLight: string;
1306
+ success: string;
1307
+ successMid: string;
1308
+ successDark: string;
1309
+ dangerLight: string;
1310
+ danger: string;
1311
+ dangerMid: string;
1312
+ dangerDark: string;
1313
+ warningLight: string;
1314
+ warning: string;
1315
+ warningMid: string;
1316
+ warningDark: string;
1317
+ warningText: string;
1318
+ subjectEnglish: string;
1319
+ subjectMaths: string;
1320
+ subjectScience: string;
1321
+ subjectVerbalReasoning: string;
1322
+ subjectNonVerbalReasoning: string;
1323
+ subjectCreativeWriting: string;
1324
+ subjectExamSkills: string;
1325
+ glBlueLight: string;
1326
+ glBluePrimary: string;
1327
+ glBlueDark: string;
1328
+ primary100: string;
1329
+ primary200: string;
1330
+ primary300: string;
1331
+ primary400: string;
1332
+ primary500: string;
1333
+ primary600: string;
1334
+ primary700: string;
1335
+ primary800: string;
1336
+ primary900: string;
1337
+ primary1000: string;
1338
+ primary1100: string;
1339
+ primary1200: string;
1401
1340
  };
1402
1341
  space: {
1403
- "0": any;
1404
- "1": any;
1405
- "2": any;
1406
- "3": any;
1407
- "4": any;
1408
- "5": any;
1409
- "6": any;
1410
- "7": any;
1411
- "8": any;
1412
- "9": any;
1413
- "24": any;
1342
+ "0": string;
1343
+ "1": string;
1344
+ "2": string;
1345
+ "3": string;
1346
+ "4": string;
1347
+ "5": string;
1348
+ "6": string;
1349
+ "7": string;
1350
+ "8": string;
1351
+ "9": string;
1352
+ "24": string;
1414
1353
  };
1415
1354
  fontSizes: {
1416
- xs: any;
1417
- sm: any;
1418
- md: any;
1419
- lg: any;
1420
- xl: any;
1421
- "2xl": any;
1422
- "3xl": any;
1423
- "4xl": any;
1355
+ xs: string;
1356
+ sm: string;
1357
+ md: string;
1358
+ lg: string;
1359
+ xl: string;
1360
+ "2xl": string;
1361
+ "3xl": string;
1362
+ "4xl": string;
1424
1363
  };
1425
1364
  fonts: {
1426
- sans: any;
1427
- mono: any;
1428
- display: any;
1429
- body: any;
1365
+ sans: string;
1366
+ mono: string;
1367
+ display: string;
1368
+ body: string;
1430
1369
  };
1431
1370
  sizes: {
1432
- "0": any;
1433
- "1": any;
1434
- "2": any;
1435
- "3": any;
1436
- "4": any;
1437
- "5": any;
1438
- "6": any;
1439
- "7": any;
1440
- "8": any;
1371
+ "0": string;
1372
+ "1": string;
1373
+ "2": string;
1374
+ "3": string;
1375
+ "4": string;
1376
+ "5": string;
1377
+ "6": string;
1378
+ "7": string;
1379
+ "8": string;
1441
1380
  };
1442
1381
  radii: {
1443
- "0": any;
1444
- "1": any;
1445
- "2": any;
1446
- "3": any;
1447
- round: any;
1382
+ "0": string;
1383
+ "1": string;
1384
+ "2": string;
1385
+ "3": string;
1386
+ round: string;
1448
1387
  };
1449
1388
  shadows: {
1450
- "0": any;
1451
- "1": any;
1452
- "2": any;
1453
- "3": any;
1389
+ "0": string;
1390
+ "1": string;
1391
+ "2": string;
1392
+ "3": string;
1454
1393
  };
1455
1394
  ratios: {
1456
- "16-9": any;
1457
- "3-2": any;
1458
- "4-3": any;
1459
- "1-1": any;
1460
- "3-4": any;
1395
+ "16-9": string;
1396
+ "3-2": string;
1397
+ "4-3": string;
1398
+ "1-1": string;
1399
+ "3-4": string;
1461
1400
  };
1462
1401
  }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
1463
- bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
1402
+ bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
1464
1403
  background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
1465
1404
  };
1466
- size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
1405
+ size: (value: import("@atom-learning/stitches-react").ScaleValue<"size"> | number | string) => {
1467
1406
  height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1468
1407
  width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1469
1408
  };
1470
- p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1409
+ p: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1471
1410
  padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1472
1411
  };
1473
- pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1412
+ pt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1474
1413
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1475
1414
  };
1476
- pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1415
+ pr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1477
1416
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1478
1417
  };
1479
- pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1418
+ pb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1480
1419
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1481
1420
  };
1482
- pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1421
+ pl: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1483
1422
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1484
1423
  };
1485
- px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1424
+ px: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1486
1425
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1487
1426
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1488
1427
  };
1489
- py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1428
+ py: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1490
1429
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1491
1430
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1492
1431
  };
1493
- m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1432
+ m: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1494
1433
  margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1495
1434
  };
1496
- mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1435
+ mt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1497
1436
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1498
1437
  };
1499
- mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1438
+ mr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1500
1439
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1501
1440
  };
1502
- mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1441
+ mb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1503
1442
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1504
1443
  };
1505
- ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1444
+ ml: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1506
1445
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1507
1446
  };
1508
- mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1447
+ mx: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1509
1448
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1510
1449
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1511
1450
  };
1512
- my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1451
+ my: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1513
1452
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1514
1453
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1515
1454
  };
1516
1455
  }>>;
1517
1456
  Content: ({ size, children, closeDialogText, showCloseButton, ...remainingProps }: Omit<import("@radix-ui/react-dialog").DialogContentProps & import("react").RefAttributes<HTMLDivElement>, "size" | "css"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
1518
- size?: "sm" | "md" | "lg" | "xl" | "xs" | "fullscreen" | undefined;
1457
+ size?: "xs" | "sm" | "md" | "lg" | "xl" | "fullscreen" | undefined;
1519
1458
  }, {
1520
1459
  sm: string;
1521
1460
  md: string;
@@ -1535,1148 +1474,358 @@ export declare const Dialog: import("@atom-learning/stitches-react/types/styled-
1535
1474
  hover: string;
1536
1475
  }, {
1537
1476
  colors: {
1538
- textBold: any;
1539
- textRegular: any;
1540
- textSubtle: any;
1541
- textMinimal: any;
1542
- background: any;
1543
- backgroundAccent: any;
1544
- grey100: any;
1545
- grey200: any;
1546
- grey300: any;
1547
- grey400: any;
1548
- grey500: any;
1549
- grey600: any;
1550
- grey700: any;
1551
- grey800: any;
1552
- grey900: any;
1553
- grey1000: any;
1554
- grey1100: any;
1555
- grey1200: any;
1556
- blue100: any;
1557
- blue200: any;
1558
- blue300: any;
1559
- blue400: any;
1560
- blue500: any;
1561
- blue600: any;
1562
- blue700: any;
1563
- blue800: any;
1564
- blue900: any;
1565
- blue1000: any;
1566
- blue1100: any;
1567
- blue1200: any;
1568
- pink100: any;
1569
- pink200: any;
1570
- pink300: any;
1571
- pink400: any;
1572
- pink500: any;
1573
- pink600: any;
1574
- pink700: any;
1575
- pink800: any;
1576
- pink900: any;
1577
- pink1000: any;
1578
- pink1100: any;
1579
- pink1200: any;
1580
- purple100: any;
1581
- purple200: any;
1582
- purple300: any;
1583
- purple400: any;
1584
- purple500: any;
1585
- purple600: any;
1586
- purple700: any;
1587
- purple800: any;
1588
- purple900: any;
1589
- purple1000: any;
1590
- purple1100: any;
1591
- purple1200: any;
1592
- cyan100: any;
1593
- cyan200: any;
1594
- cyan300: any;
1595
- cyan400: any;
1596
- cyan500: any;
1597
- cyan600: any;
1598
- cyan700: any;
1599
- cyan800: any;
1600
- cyan900: any;
1601
- cyan1000: any;
1602
- cyan1100: any;
1603
- cyan1200: any;
1604
- green100: any;
1605
- green200: any;
1606
- green300: any;
1607
- green400: any;
1608
- green500: any;
1609
- green600: any;
1610
- green700: any;
1611
- green800: any;
1612
- green900: any;
1613
- green1000: any;
1614
- green1100: any;
1615
- green1200: any;
1616
- magenta100: any;
1617
- magenta200: any;
1618
- magenta300: any;
1619
- magenta400: any;
1620
- magenta500: any;
1621
- magenta600: any;
1622
- magenta700: any;
1623
- magenta800: any;
1624
- magenta900: any;
1625
- magenta1000: any;
1626
- magenta1100: any;
1627
- magenta1200: any;
1628
- red100: any;
1629
- red200: any;
1630
- red300: any;
1631
- red400: any;
1632
- red500: any;
1633
- red600: any;
1634
- red700: any;
1635
- red800: any;
1636
- red900: any;
1637
- red1000: any;
1638
- red1100: any;
1639
- red1200: any;
1640
- teal100: any;
1641
- teal200: any;
1642
- teal300: any;
1643
- teal400: any;
1644
- teal500: any;
1645
- teal600: any;
1646
- teal700: any;
1647
- teal800: any;
1648
- teal900: any;
1649
- teal1000: any;
1650
- teal1100: any;
1651
- teal1200: any;
1652
- orange100: any;
1653
- orange200: any;
1654
- orange300: any;
1655
- orange400: any;
1656
- orange500: any;
1657
- orange600: any;
1658
- orange700: any;
1659
- orange800: any;
1660
- orange900: any;
1661
- orange1000: any;
1662
- orange1100: any;
1663
- orange1200: any;
1664
- yellow100: any;
1665
- yellow200: any;
1666
- yellow300: any;
1667
- yellow400: any;
1668
- yellow500: any;
1669
- yellow600: any;
1670
- yellow700: any;
1671
- yellow800: any;
1672
- yellow900: any;
1673
- yellow1000: any;
1674
- yellow1100: any;
1675
- yellow1200: any;
1676
- lime100: any;
1677
- lime200: any;
1678
- lime300: any;
1679
- lime400: any;
1680
- lime500: any;
1681
- lime600: any;
1682
- lime700: any;
1683
- lime800: any;
1684
- lime900: any;
1685
- lime1000: any;
1686
- lime1100: any;
1687
- lime1200: any;
1688
- lapis100: any;
1689
- lapis200: any;
1690
- lapis300: any;
1691
- lapis400: any;
1692
- lapis500: any;
1693
- lapis600: any;
1694
- lapis700: any;
1695
- lapis800: any;
1696
- lapis900: any;
1697
- lapis1000: any;
1698
- lapis1100: any;
1699
- lapis1200: any;
1700
- maroon100: any;
1701
- maroon200: any;
1702
- maroon300: any;
1703
- maroon400: any;
1704
- maroon500: any;
1705
- maroon600: any;
1706
- maroon700: any;
1707
- maroon800: any;
1708
- maroon900: any;
1709
- maroon1000: any;
1710
- maroon1100: any;
1711
- maroon1200: any;
1712
- marsh100: any;
1713
- marsh200: any;
1714
- marsh300: any;
1715
- marsh400: any;
1716
- marsh500: any;
1717
- marsh600: any;
1718
- marsh700: any;
1719
- marsh800: any;
1720
- marsh900: any;
1721
- marsh1000: any;
1722
- marsh1100: any;
1723
- marsh1200: any;
1724
- tonal50: any;
1725
- tonal100: any;
1726
- tonal200: any;
1727
- tonal300: any;
1728
- tonal400: any;
1729
- tonal500: any;
1730
- tonal600: any;
1731
- alpha100: any;
1732
- alpha150: any;
1733
- alpha200: any;
1734
- alpha250: any;
1735
- alpha600: any;
1736
- brandRed: any;
1737
- brandRedAccent: any;
1738
- brandGreen: any;
1739
- brandGreenAccent: any;
1740
- brandPurple: any;
1741
- brandPurpleAccent: any;
1742
- brandYellow: any;
1743
- brandYellowAccent: any;
1744
- infoLight: any;
1745
- info: any;
1746
- infoMid: any;
1747
- infoDark: any;
1748
- successLight: any;
1749
- success: any;
1750
- successMid: any;
1751
- successDark: any;
1752
- dangerLight: any;
1753
- danger: any;
1754
- dangerMid: any;
1755
- dangerDark: any;
1756
- warningLight: any;
1757
- warning: any;
1758
- warningMid: any;
1759
- warningDark: any;
1760
- warningText: any;
1761
- subjectEnglish: any;
1762
- subjectMaths: any;
1763
- subjectScience: any;
1764
- subjectVerbalReasoning: any;
1765
- subjectNonVerbalReasoning: any;
1766
- subjectCreativeWriting: any;
1767
- subjectExamSkills: any;
1768
- glBlueLight: any;
1769
- glBluePrimary: any;
1770
- glBlueDark: any;
1771
- primary100: any;
1772
- primary200: any;
1773
- primary300: any;
1774
- primary400: any;
1775
- primary500: any;
1776
- primary600: any;
1777
- primary700: any;
1778
- primary800: any;
1779
- primary900: any;
1780
- primary1000: any;
1781
- primary1100: any;
1782
- primary1200: any;
1477
+ textBold: string;
1478
+ textRegular: string;
1479
+ textSubtle: string;
1480
+ textMinimal: string;
1481
+ background: string;
1482
+ backgroundAccent: string;
1483
+ grey100: string;
1484
+ grey200: string;
1485
+ grey300: string;
1486
+ grey400: string;
1487
+ grey500: string;
1488
+ grey600: string;
1489
+ grey700: string;
1490
+ grey800: string;
1491
+ grey900: string;
1492
+ grey1000: string;
1493
+ grey1100: string;
1494
+ grey1200: string;
1495
+ blue100: string;
1496
+ blue200: string;
1497
+ blue300: string;
1498
+ blue400: string;
1499
+ blue500: string;
1500
+ blue600: string;
1501
+ blue700: string;
1502
+ blue800: string;
1503
+ blue900: string;
1504
+ blue1000: string;
1505
+ blue1100: string;
1506
+ blue1200: string;
1507
+ pink100: string;
1508
+ pink200: string;
1509
+ pink300: string;
1510
+ pink400: string;
1511
+ pink500: string;
1512
+ pink600: string;
1513
+ pink700: string;
1514
+ pink800: string;
1515
+ pink900: string;
1516
+ pink1000: string;
1517
+ pink1100: string;
1518
+ pink1200: string;
1519
+ purple100: string;
1520
+ purple200: string;
1521
+ purple300: string;
1522
+ purple400: string;
1523
+ purple500: string;
1524
+ purple600: string;
1525
+ purple700: string;
1526
+ purple800: string;
1527
+ purple900: string;
1528
+ purple1000: string;
1529
+ purple1100: string;
1530
+ purple1200: string;
1531
+ cyan100: string;
1532
+ cyan200: string;
1533
+ cyan300: string;
1534
+ cyan400: string;
1535
+ cyan500: string;
1536
+ cyan600: string;
1537
+ cyan700: string;
1538
+ cyan800: string;
1539
+ cyan900: string;
1540
+ cyan1000: string;
1541
+ cyan1100: string;
1542
+ cyan1200: string;
1543
+ green100: string;
1544
+ green200: string;
1545
+ green300: string;
1546
+ green400: string;
1547
+ green500: string;
1548
+ green600: string;
1549
+ green700: string;
1550
+ green800: string;
1551
+ green900: string;
1552
+ green1000: string;
1553
+ green1100: string;
1554
+ green1200: string;
1555
+ magenta100: string;
1556
+ magenta200: string;
1557
+ magenta300: string;
1558
+ magenta400: string;
1559
+ magenta500: string;
1560
+ magenta600: string;
1561
+ magenta700: string;
1562
+ magenta800: string;
1563
+ magenta900: string;
1564
+ magenta1000: string;
1565
+ magenta1100: string;
1566
+ magenta1200: string;
1567
+ red100: string;
1568
+ red200: string;
1569
+ red300: string;
1570
+ red400: string;
1571
+ red500: string;
1572
+ red600: string;
1573
+ red700: string;
1574
+ red800: string;
1575
+ red900: string;
1576
+ red1000: string;
1577
+ red1100: string;
1578
+ red1200: string;
1579
+ teal100: string;
1580
+ teal200: string;
1581
+ teal300: string;
1582
+ teal400: string;
1583
+ teal500: string;
1584
+ teal600: string;
1585
+ teal700: string;
1586
+ teal800: string;
1587
+ teal900: string;
1588
+ teal1000: string;
1589
+ teal1100: string;
1590
+ teal1200: string;
1591
+ orange100: string;
1592
+ orange200: string;
1593
+ orange300: string;
1594
+ orange400: string;
1595
+ orange500: string;
1596
+ orange600: string;
1597
+ orange700: string;
1598
+ orange800: string;
1599
+ orange900: string;
1600
+ orange1000: string;
1601
+ orange1100: string;
1602
+ orange1200: string;
1603
+ yellow100: string;
1604
+ yellow200: string;
1605
+ yellow300: string;
1606
+ yellow400: string;
1607
+ yellow500: string;
1608
+ yellow600: string;
1609
+ yellow700: string;
1610
+ yellow800: string;
1611
+ yellow900: string;
1612
+ yellow1000: string;
1613
+ yellow1100: string;
1614
+ yellow1200: string;
1615
+ lime100: string;
1616
+ lime200: string;
1617
+ lime300: string;
1618
+ lime400: string;
1619
+ lime500: string;
1620
+ lime600: string;
1621
+ lime700: string;
1622
+ lime800: string;
1623
+ lime900: string;
1624
+ lime1000: string;
1625
+ lime1100: string;
1626
+ lime1200: string;
1627
+ lapis100: string;
1628
+ lapis200: string;
1629
+ lapis300: string;
1630
+ lapis400: string;
1631
+ lapis500: string;
1632
+ lapis600: string;
1633
+ lapis700: string;
1634
+ lapis800: string;
1635
+ lapis900: string;
1636
+ lapis1000: string;
1637
+ lapis1100: string;
1638
+ lapis1200: string;
1639
+ maroon100: string;
1640
+ maroon200: string;
1641
+ maroon300: string;
1642
+ maroon400: string;
1643
+ maroon500: string;
1644
+ maroon600: string;
1645
+ maroon700: string;
1646
+ maroon800: string;
1647
+ maroon900: string;
1648
+ maroon1000: string;
1649
+ maroon1100: string;
1650
+ maroon1200: string;
1651
+ marsh100: string;
1652
+ marsh200: string;
1653
+ marsh300: string;
1654
+ marsh400: string;
1655
+ marsh500: string;
1656
+ marsh600: string;
1657
+ marsh700: string;
1658
+ marsh800: string;
1659
+ marsh900: string;
1660
+ marsh1000: string;
1661
+ marsh1100: string;
1662
+ marsh1200: string;
1663
+ alpha100: string;
1664
+ alpha150: string;
1665
+ alpha200: string;
1666
+ alpha250: string;
1667
+ alpha600: string;
1668
+ infoLight: string;
1669
+ info: string;
1670
+ infoMid: string;
1671
+ infoDark: string;
1672
+ successLight: string;
1673
+ success: string;
1674
+ successMid: string;
1675
+ successDark: string;
1676
+ dangerLight: string;
1677
+ danger: string;
1678
+ dangerMid: string;
1679
+ dangerDark: string;
1680
+ warningLight: string;
1681
+ warning: string;
1682
+ warningMid: string;
1683
+ warningDark: string;
1684
+ warningText: string;
1685
+ subjectEnglish: string;
1686
+ subjectMaths: string;
1687
+ subjectScience: string;
1688
+ subjectVerbalReasoning: string;
1689
+ subjectNonVerbalReasoning: string;
1690
+ subjectCreativeWriting: string;
1691
+ subjectExamSkills: string;
1692
+ glBlueLight: string;
1693
+ glBluePrimary: string;
1694
+ glBlueDark: string;
1695
+ primary100: string;
1696
+ primary200: string;
1697
+ primary300: string;
1698
+ primary400: string;
1699
+ primary500: string;
1700
+ primary600: string;
1701
+ primary700: string;
1702
+ primary800: string;
1703
+ primary900: string;
1704
+ primary1000: string;
1705
+ primary1100: string;
1706
+ primary1200: string;
1783
1707
  };
1784
1708
  space: {
1785
- "0": any;
1786
- "1": any;
1787
- "2": any;
1788
- "3": any;
1789
- "4": any;
1790
- "5": any;
1791
- "6": any;
1792
- "7": any;
1793
- "8": any;
1794
- "9": any;
1795
- "24": any;
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
+ "9": string;
1719
+ "24": string;
1796
1720
  };
1797
1721
  fontSizes: {
1798
- xs: any;
1799
- sm: any;
1800
- md: any;
1801
- lg: any;
1802
- xl: any;
1803
- "2xl": any;
1804
- "3xl": any;
1805
- "4xl": any;
1722
+ xs: string;
1723
+ sm: string;
1724
+ md: string;
1725
+ lg: string;
1726
+ xl: string;
1727
+ "2xl": string;
1728
+ "3xl": string;
1729
+ "4xl": string;
1806
1730
  };
1807
1731
  fonts: {
1808
- sans: any;
1809
- mono: any;
1810
- display: any;
1811
- body: any;
1732
+ sans: string;
1733
+ mono: string;
1734
+ display: string;
1735
+ body: string;
1812
1736
  };
1813
1737
  sizes: {
1814
- "0": any;
1815
- "1": any;
1816
- "2": any;
1817
- "3": any;
1818
- "4": any;
1819
- "5": any;
1820
- "6": any;
1821
- "7": any;
1822
- "8": any;
1738
+ "0": string;
1739
+ "1": string;
1740
+ "2": string;
1741
+ "3": string;
1742
+ "4": string;
1743
+ "5": string;
1744
+ "6": string;
1745
+ "7": string;
1746
+ "8": string;
1823
1747
  };
1824
1748
  radii: {
1825
- "0": any;
1826
- "1": any;
1827
- "2": any;
1828
- "3": any;
1829
- round: any;
1749
+ "0": string;
1750
+ "1": string;
1751
+ "2": string;
1752
+ "3": string;
1753
+ round: string;
1830
1754
  };
1831
1755
  shadows: {
1832
- "0": any;
1833
- "1": any;
1834
- "2": any;
1835
- "3": any;
1756
+ "0": string;
1757
+ "1": string;
1758
+ "2": string;
1759
+ "3": string;
1836
1760
  };
1837
1761
  ratios: {
1838
- "16-9": any;
1839
- "3-2": any;
1840
- "4-3": any;
1841
- "1-1": any;
1842
- "3-4": any;
1762
+ "16-9": string;
1763
+ "3-2": string;
1764
+ "4-3": string;
1765
+ "1-1": string;
1766
+ "3-4": string;
1843
1767
  };
1844
1768
  }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
1845
- bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
1769
+ bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
1846
1770
  background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
1847
1771
  };
1848
- size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
1772
+ size: (value: import("@atom-learning/stitches-react").ScaleValue<"size"> | number | string) => {
1849
1773
  height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1850
1774
  width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1851
1775
  };
1852
- p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1776
+ p: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1853
1777
  padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1854
1778
  };
1855
- pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1779
+ pt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1856
1780
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1857
1781
  };
1858
- pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1782
+ pr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1859
1783
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1860
1784
  };
1861
- pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1785
+ pb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1862
1786
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1863
1787
  };
1864
- pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1788
+ pl: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1865
1789
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1866
1790
  };
1867
- px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1791
+ px: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1868
1792
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1869
1793
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1870
1794
  };
1871
- py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1795
+ py: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1872
1796
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1873
1797
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1874
1798
  };
1875
- m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1799
+ m: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1876
1800
  margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1877
1801
  };
1878
- mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1802
+ mt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1879
1803
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1880
1804
  };
1881
- mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1805
+ mr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1882
1806
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1883
1807
  };
1884
- mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1808
+ mb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1885
1809
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1886
1810
  };
1887
- ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1811
+ ml: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1888
1812
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1889
1813
  };
1890
- mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1814
+ mx: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1891
1815
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1892
1816
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1893
1817
  };
1894
- my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1818
+ my: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1895
1819
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1896
1820
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1897
1821
  };
1898
1822
  }> | undefined;
1899
1823
  } & {
1900
- closeDialogText?: string | undefined;
1901
- showCloseButton?: boolean | undefined;
1902
- }) => import("react").JSX.Element;
1903
- Heading: ({ css, ...props }: Omit<Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref"> & {
1904
- ref?: ((instance: HTMLHeadingElement | null) => void) | import("react").RefObject<HTMLHeadingElement> | null | undefined;
1905
- }, "size" | "css" | "noCapsize"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
1906
- size?: "sm" | "md" | "lg" | "xl" | "xs" | "xxl" | undefined;
1907
- noCapsize?: boolean | "true" | undefined;
1908
- }, {
1909
- sm: string;
1910
- md: string;
1911
- lg: string;
1912
- xl: string;
1913
- reducedMotion: string;
1914
- allowMotion: string;
1915
- hover: string;
1916
- }> & {
1917
- css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
1918
- sm: string;
1919
- md: string;
1920
- lg: string;
1921
- xl: string;
1922
- reducedMotion: string;
1923
- allowMotion: string;
1924
- hover: string;
1925
- }, {
1926
- colors: {
1927
- textBold: any;
1928
- textRegular: any;
1929
- textSubtle: any;
1930
- textMinimal: any;
1931
- background: any;
1932
- backgroundAccent: any;
1933
- grey100: any;
1934
- grey200: any;
1935
- grey300: any;
1936
- grey400: any;
1937
- grey500: any;
1938
- grey600: any;
1939
- grey700: any;
1940
- grey800: any;
1941
- grey900: any;
1942
- grey1000: any;
1943
- grey1100: any;
1944
- grey1200: any;
1945
- blue100: any;
1946
- blue200: any;
1947
- blue300: any;
1948
- blue400: any;
1949
- blue500: any;
1950
- blue600: any;
1951
- blue700: any;
1952
- blue800: any;
1953
- blue900: any;
1954
- blue1000: any;
1955
- blue1100: any;
1956
- blue1200: any;
1957
- pink100: any;
1958
- pink200: any;
1959
- pink300: any;
1960
- pink400: any;
1961
- pink500: any;
1962
- pink600: any;
1963
- pink700: any;
1964
- pink800: any;
1965
- pink900: any;
1966
- pink1000: any;
1967
- pink1100: any;
1968
- pink1200: any;
1969
- purple100: any;
1970
- purple200: any;
1971
- purple300: any;
1972
- purple400: any;
1973
- purple500: any;
1974
- purple600: any;
1975
- purple700: any;
1976
- purple800: any;
1977
- purple900: any;
1978
- purple1000: any;
1979
- purple1100: any;
1980
- purple1200: any;
1981
- cyan100: any;
1982
- cyan200: any;
1983
- cyan300: any;
1984
- cyan400: any;
1985
- cyan500: any;
1986
- cyan600: any;
1987
- cyan700: any;
1988
- cyan800: any;
1989
- cyan900: any;
1990
- cyan1000: any;
1991
- cyan1100: any;
1992
- cyan1200: any;
1993
- green100: any;
1994
- green200: any;
1995
- green300: any;
1996
- green400: any;
1997
- green500: any;
1998
- green600: any;
1999
- green700: any;
2000
- green800: any;
2001
- green900: any;
2002
- green1000: any;
2003
- green1100: any;
2004
- green1200: any;
2005
- magenta100: any;
2006
- magenta200: any;
2007
- magenta300: any;
2008
- magenta400: any;
2009
- magenta500: any;
2010
- magenta600: any;
2011
- magenta700: any;
2012
- magenta800: any;
2013
- magenta900: any;
2014
- magenta1000: any;
2015
- magenta1100: any;
2016
- magenta1200: any;
2017
- red100: any;
2018
- red200: any;
2019
- red300: any;
2020
- red400: any;
2021
- red500: any;
2022
- red600: any;
2023
- red700: any;
2024
- red800: any;
2025
- red900: any;
2026
- red1000: any;
2027
- red1100: any;
2028
- red1200: any;
2029
- teal100: any;
2030
- teal200: any;
2031
- teal300: any;
2032
- teal400: any;
2033
- teal500: any;
2034
- teal600: any;
2035
- teal700: any;
2036
- teal800: any;
2037
- teal900: any;
2038
- teal1000: any;
2039
- teal1100: any;
2040
- teal1200: any;
2041
- orange100: any;
2042
- orange200: any;
2043
- orange300: any;
2044
- orange400: any;
2045
- orange500: any;
2046
- orange600: any;
2047
- orange700: any;
2048
- orange800: any;
2049
- orange900: any;
2050
- orange1000: any;
2051
- orange1100: any;
2052
- orange1200: any;
2053
- yellow100: any;
2054
- yellow200: any;
2055
- yellow300: any;
2056
- yellow400: any;
2057
- yellow500: any;
2058
- yellow600: any;
2059
- yellow700: any;
2060
- yellow800: any;
2061
- yellow900: any;
2062
- yellow1000: any;
2063
- yellow1100: any;
2064
- yellow1200: any;
2065
- lime100: any;
2066
- lime200: any;
2067
- lime300: any;
2068
- lime400: any;
2069
- lime500: any;
2070
- lime600: any;
2071
- lime700: any;
2072
- lime800: any;
2073
- lime900: any;
2074
- lime1000: any;
2075
- lime1100: any;
2076
- lime1200: any;
2077
- lapis100: any;
2078
- lapis200: any;
2079
- lapis300: any;
2080
- lapis400: any;
2081
- lapis500: any;
2082
- lapis600: any;
2083
- lapis700: any;
2084
- lapis800: any;
2085
- lapis900: any;
2086
- lapis1000: any;
2087
- lapis1100: any;
2088
- lapis1200: any;
2089
- maroon100: any;
2090
- maroon200: any;
2091
- maroon300: any;
2092
- maroon400: any;
2093
- maroon500: any;
2094
- maroon600: any;
2095
- maroon700: any;
2096
- maroon800: any;
2097
- maroon900: any;
2098
- maroon1000: any;
2099
- maroon1100: any;
2100
- maroon1200: any;
2101
- marsh100: any;
2102
- marsh200: any;
2103
- marsh300: any;
2104
- marsh400: any;
2105
- marsh500: any;
2106
- marsh600: any;
2107
- marsh700: any;
2108
- marsh800: any;
2109
- marsh900: any;
2110
- marsh1000: any;
2111
- marsh1100: any;
2112
- marsh1200: any;
2113
- tonal50: any;
2114
- tonal100: any;
2115
- tonal200: any;
2116
- tonal300: any;
2117
- tonal400: any;
2118
- tonal500: any;
2119
- tonal600: any;
2120
- alpha100: any;
2121
- alpha150: any;
2122
- alpha200: any;
2123
- alpha250: any;
2124
- alpha600: any;
2125
- brandRed: any;
2126
- brandRedAccent: any;
2127
- brandGreen: any;
2128
- brandGreenAccent: any;
2129
- brandPurple: any;
2130
- brandPurpleAccent: any;
2131
- brandYellow: any;
2132
- brandYellowAccent: any;
2133
- infoLight: any;
2134
- info: any;
2135
- infoMid: any;
2136
- infoDark: any;
2137
- successLight: any;
2138
- success: any;
2139
- successMid: any;
2140
- successDark: any;
2141
- dangerLight: any;
2142
- danger: any;
2143
- dangerMid: any;
2144
- dangerDark: any;
2145
- warningLight: any;
2146
- warning: any;
2147
- warningMid: any;
2148
- warningDark: any;
2149
- warningText: any;
2150
- subjectEnglish: any;
2151
- subjectMaths: any;
2152
- subjectScience: any;
2153
- subjectVerbalReasoning: any;
2154
- subjectNonVerbalReasoning: any;
2155
- subjectCreativeWriting: any;
2156
- subjectExamSkills: any;
2157
- glBlueLight: any;
2158
- glBluePrimary: any;
2159
- glBlueDark: any;
2160
- primary100: any;
2161
- primary200: any;
2162
- primary300: any;
2163
- primary400: any;
2164
- primary500: any;
2165
- primary600: any;
2166
- primary700: any;
2167
- primary800: any;
2168
- primary900: any;
2169
- primary1000: any;
2170
- primary1100: any;
2171
- primary1200: any;
2172
- };
2173
- space: {
2174
- "0": any;
2175
- "1": any;
2176
- "2": any;
2177
- "3": any;
2178
- "4": any;
2179
- "5": any;
2180
- "6": any;
2181
- "7": any;
2182
- "8": any;
2183
- "9": any;
2184
- "24": any;
2185
- };
2186
- fontSizes: {
2187
- xs: any;
2188
- sm: any;
2189
- md: any;
2190
- lg: any;
2191
- xl: any;
2192
- "2xl": any;
2193
- "3xl": any;
2194
- "4xl": any;
2195
- };
2196
- fonts: {
2197
- sans: any;
2198
- mono: any;
2199
- display: any;
2200
- body: any;
2201
- };
2202
- sizes: {
2203
- "0": any;
2204
- "1": any;
2205
- "2": any;
2206
- "3": any;
2207
- "4": any;
2208
- "5": any;
2209
- "6": any;
2210
- "7": any;
2211
- "8": any;
2212
- };
2213
- radii: {
2214
- "0": any;
2215
- "1": any;
2216
- "2": any;
2217
- "3": any;
2218
- round: any;
2219
- };
2220
- shadows: {
2221
- "0": any;
2222
- "1": any;
2223
- "2": any;
2224
- "3": any;
2225
- };
2226
- ratios: {
2227
- "16-9": any;
2228
- "3-2": any;
2229
- "4-3": any;
2230
- "1-1": any;
2231
- "3-4": any;
2232
- };
2233
- }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
2234
- bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
2235
- background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
2236
- };
2237
- size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
2238
- height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
2239
- width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
2240
- };
2241
- p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2242
- padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2243
- };
2244
- pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2245
- paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2246
- };
2247
- pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2248
- paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2249
- };
2250
- pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2251
- paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2252
- };
2253
- pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2254
- paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2255
- };
2256
- px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2257
- paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2258
- paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2259
- };
2260
- py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2261
- paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2262
- paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2263
- };
2264
- m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2265
- margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2266
- };
2267
- mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2268
- marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2269
- };
2270
- mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2271
- marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2272
- };
2273
- mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2274
- marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2275
- };
2276
- ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2277
- marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2278
- };
2279
- mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2280
- marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2281
- marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2282
- };
2283
- my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2284
- marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2285
- marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2286
- };
2287
- }> | undefined;
2288
- }, "as"> & {
2289
- as?: import("react").ElementType<any> | import("react").ComponentType<{}> | undefined;
2290
- }) => import("react").JSX.Element;
2291
- Footer: ({ css, ...props }: Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
2292
- ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
2293
- }, "direction" | "gap" | "css" | "wrap" | "justify" | "align"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
2294
- direction?: "inherit" | "initial" | "revert" | "unset" | "row" | "column" | "column-reverse" | "row-reverse" | "revert-layer" | undefined;
2295
- wrap?: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | undefined;
2296
- 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;
2297
- 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;
2298
- gap?: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | undefined;
2299
- }, {
2300
- sm: string;
2301
- md: string;
2302
- lg: string;
2303
- xl: string;
2304
- reducedMotion: string;
2305
- allowMotion: string;
2306
- hover: string;
2307
- }> & {
2308
- css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
2309
- sm: string;
2310
- md: string;
2311
- lg: string;
2312
- xl: string;
2313
- reducedMotion: string;
2314
- allowMotion: string;
2315
- hover: string;
2316
- }, {
2317
- colors: {
2318
- textBold: any;
2319
- textRegular: any;
2320
- textSubtle: any;
2321
- textMinimal: any;
2322
- background: any;
2323
- backgroundAccent: any;
2324
- grey100: any;
2325
- grey200: any;
2326
- grey300: any;
2327
- grey400: any;
2328
- grey500: any;
2329
- grey600: any;
2330
- grey700: any;
2331
- grey800: any;
2332
- grey900: any;
2333
- grey1000: any;
2334
- grey1100: any;
2335
- grey1200: any;
2336
- blue100: any;
2337
- blue200: any;
2338
- blue300: any;
2339
- blue400: any;
2340
- blue500: any;
2341
- blue600: any;
2342
- blue700: any;
2343
- blue800: any;
2344
- blue900: any;
2345
- blue1000: any;
2346
- blue1100: any;
2347
- blue1200: any;
2348
- pink100: any;
2349
- pink200: any;
2350
- pink300: any;
2351
- pink400: any;
2352
- pink500: any;
2353
- pink600: any;
2354
- pink700: any;
2355
- pink800: any;
2356
- pink900: any;
2357
- pink1000: any;
2358
- pink1100: any;
2359
- pink1200: any;
2360
- purple100: any;
2361
- purple200: any;
2362
- purple300: any;
2363
- purple400: any;
2364
- purple500: any;
2365
- purple600: any;
2366
- purple700: any;
2367
- purple800: any;
2368
- purple900: any;
2369
- purple1000: any;
2370
- purple1100: any;
2371
- purple1200: any;
2372
- cyan100: any;
2373
- cyan200: any;
2374
- cyan300: any;
2375
- cyan400: any;
2376
- cyan500: any;
2377
- cyan600: any;
2378
- cyan700: any;
2379
- cyan800: any;
2380
- cyan900: any;
2381
- cyan1000: any;
2382
- cyan1100: any;
2383
- cyan1200: any;
2384
- green100: any;
2385
- green200: any;
2386
- green300: any;
2387
- green400: any;
2388
- green500: any;
2389
- green600: any;
2390
- green700: any;
2391
- green800: any;
2392
- green900: any;
2393
- green1000: any;
2394
- green1100: any;
2395
- green1200: any;
2396
- magenta100: any;
2397
- magenta200: any;
2398
- magenta300: any;
2399
- magenta400: any;
2400
- magenta500: any;
2401
- magenta600: any;
2402
- magenta700: any;
2403
- magenta800: any;
2404
- magenta900: any;
2405
- magenta1000: any;
2406
- magenta1100: any;
2407
- magenta1200: any;
2408
- red100: any;
2409
- red200: any;
2410
- red300: any;
2411
- red400: any;
2412
- red500: any;
2413
- red600: any;
2414
- red700: any;
2415
- red800: any;
2416
- red900: any;
2417
- red1000: any;
2418
- red1100: any;
2419
- red1200: any;
2420
- teal100: any;
2421
- teal200: any;
2422
- teal300: any;
2423
- teal400: any;
2424
- teal500: any;
2425
- teal600: any;
2426
- teal700: any;
2427
- teal800: any;
2428
- teal900: any;
2429
- teal1000: any;
2430
- teal1100: any;
2431
- teal1200: any;
2432
- orange100: any;
2433
- orange200: any;
2434
- orange300: any;
2435
- orange400: any;
2436
- orange500: any;
2437
- orange600: any;
2438
- orange700: any;
2439
- orange800: any;
2440
- orange900: any;
2441
- orange1000: any;
2442
- orange1100: any;
2443
- orange1200: any;
2444
- yellow100: any;
2445
- yellow200: any;
2446
- yellow300: any;
2447
- yellow400: any;
2448
- yellow500: any;
2449
- yellow600: any;
2450
- yellow700: any;
2451
- yellow800: any;
2452
- yellow900: any;
2453
- yellow1000: any;
2454
- yellow1100: any;
2455
- yellow1200: any;
2456
- lime100: any;
2457
- lime200: any;
2458
- lime300: any;
2459
- lime400: any;
2460
- lime500: any;
2461
- lime600: any;
2462
- lime700: any;
2463
- lime800: any;
2464
- lime900: any;
2465
- lime1000: any;
2466
- lime1100: any;
2467
- lime1200: any;
2468
- lapis100: any;
2469
- lapis200: any;
2470
- lapis300: any;
2471
- lapis400: any;
2472
- lapis500: any;
2473
- lapis600: any;
2474
- lapis700: any;
2475
- lapis800: any;
2476
- lapis900: any;
2477
- lapis1000: any;
2478
- lapis1100: any;
2479
- lapis1200: any;
2480
- maroon100: any;
2481
- maroon200: any;
2482
- maroon300: any;
2483
- maroon400: any;
2484
- maroon500: any;
2485
- maroon600: any;
2486
- maroon700: any;
2487
- maroon800: any;
2488
- maroon900: any;
2489
- maroon1000: any;
2490
- maroon1100: any;
2491
- maroon1200: any;
2492
- marsh100: any;
2493
- marsh200: any;
2494
- marsh300: any;
2495
- marsh400: any;
2496
- marsh500: any;
2497
- marsh600: any;
2498
- marsh700: any;
2499
- marsh800: any;
2500
- marsh900: any;
2501
- marsh1000: any;
2502
- marsh1100: any;
2503
- marsh1200: any;
2504
- tonal50: any;
2505
- tonal100: any;
2506
- tonal200: any;
2507
- tonal300: any;
2508
- tonal400: any;
2509
- tonal500: any;
2510
- tonal600: any;
2511
- alpha100: any;
2512
- alpha150: any;
2513
- alpha200: any;
2514
- alpha250: any;
2515
- alpha600: any;
2516
- brandRed: any;
2517
- brandRedAccent: any;
2518
- brandGreen: any;
2519
- brandGreenAccent: any;
2520
- brandPurple: any;
2521
- brandPurpleAccent: any;
2522
- brandYellow: any;
2523
- brandYellowAccent: any;
2524
- infoLight: any;
2525
- info: any;
2526
- infoMid: any;
2527
- infoDark: any;
2528
- successLight: any;
2529
- success: any;
2530
- successMid: any;
2531
- successDark: any;
2532
- dangerLight: any;
2533
- danger: any;
2534
- dangerMid: any;
2535
- dangerDark: any;
2536
- warningLight: any;
2537
- warning: any;
2538
- warningMid: any;
2539
- warningDark: any;
2540
- warningText: any;
2541
- subjectEnglish: any;
2542
- subjectMaths: any;
2543
- subjectScience: any;
2544
- subjectVerbalReasoning: any;
2545
- subjectNonVerbalReasoning: any;
2546
- subjectCreativeWriting: any;
2547
- subjectExamSkills: any;
2548
- glBlueLight: any;
2549
- glBluePrimary: any;
2550
- glBlueDark: any;
2551
- primary100: any;
2552
- primary200: any;
2553
- primary300: any;
2554
- primary400: any;
2555
- primary500: any;
2556
- primary600: any;
2557
- primary700: any;
2558
- primary800: any;
2559
- primary900: any;
2560
- primary1000: any;
2561
- primary1100: any;
2562
- primary1200: any;
2563
- };
2564
- space: {
2565
- "0": any;
2566
- "1": any;
2567
- "2": any;
2568
- "3": any;
2569
- "4": any;
2570
- "5": any;
2571
- "6": any;
2572
- "7": any;
2573
- "8": any;
2574
- "9": any;
2575
- "24": any;
2576
- };
2577
- fontSizes: {
2578
- xs: any;
2579
- sm: any;
2580
- md: any;
2581
- lg: any;
2582
- xl: any;
2583
- "2xl": any;
2584
- "3xl": any;
2585
- "4xl": any;
2586
- };
2587
- fonts: {
2588
- sans: any;
2589
- mono: any;
2590
- display: any;
2591
- body: any;
2592
- };
2593
- sizes: {
2594
- "0": any;
2595
- "1": any;
2596
- "2": any;
2597
- "3": any;
2598
- "4": any;
2599
- "5": any;
2600
- "6": any;
2601
- "7": any;
2602
- "8": any;
2603
- };
2604
- radii: {
2605
- "0": any;
2606
- "1": any;
2607
- "2": any;
2608
- "3": any;
2609
- round: any;
2610
- };
2611
- shadows: {
2612
- "0": any;
2613
- "1": any;
2614
- "2": any;
2615
- "3": any;
2616
- };
2617
- ratios: {
2618
- "16-9": any;
2619
- "3-2": any;
2620
- "4-3": any;
2621
- "1-1": any;
2622
- "3-4": any;
2623
- };
2624
- }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
2625
- bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
2626
- background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
2627
- };
2628
- size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
2629
- height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
2630
- width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
2631
- };
2632
- p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2633
- padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2634
- };
2635
- pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2636
- paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2637
- };
2638
- pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2639
- paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2640
- };
2641
- pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2642
- paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2643
- };
2644
- pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2645
- paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2646
- };
2647
- px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2648
- paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2649
- paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2650
- };
2651
- py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2652
- paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2653
- paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2654
- };
2655
- m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2656
- margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2657
- };
2658
- mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2659
- marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2660
- };
2661
- mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2662
- marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2663
- };
2664
- mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2665
- marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2666
- };
2667
- ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2668
- marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2669
- };
2670
- mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2671
- marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2672
- marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2673
- };
2674
- my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2675
- marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2676
- marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2677
- };
2678
- }> | undefined;
1824
+ closeDialogText?: string;
1825
+ showCloseButton?: boolean;
2679
1826
  }) => import("react").JSX.Element;
1827
+ Heading: ({ css, ...props }: import("react").ComponentProps<typeof import("..").Heading>) => import("react").JSX.Element;
1828
+ Footer: ({ css, ...props }: import("react").ComponentProps<typeof import("..").Flex>) => import("react").JSX.Element;
2680
1829
  Description: import("react").ForwardRefExoticComponent<import("@radix-ui/react-dialog").DialogDescriptionProps & import("react").RefAttributes<HTMLParagraphElement>>;
2681
1830
  Title: import("react").ForwardRefExoticComponent<import("@radix-ui/react-dialog").DialogTitleProps & import("react").RefAttributes<HTMLHeadingElement>>;
2682
1831
  Trigger: import("react").ForwardRefExoticComponent<import("@radix-ui/react-dialog").DialogTriggerProps & import("react").RefAttributes<HTMLButtonElement>>;