@atom-learning/components 3.29.3 → 3.30.1

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