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

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