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

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