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

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