@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,6 +1,5 @@
1
- /// <reference types="react" />
2
1
  import { ComboboxOptionText } from '@reach/combobox';
3
- export declare const Combobox: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<import("@reach/utils/dist/declarations/src/polymorphic").ForwardRefComponent<"div", import("@reach/combobox").ComboboxProps>, {}, {
2
+ export declare const Combobox: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<import("@reach/utils/polymorphic").ForwardRefComponent<"div", import("@reach/combobox").ComboboxProps>, {}, {
4
3
  sm: string;
5
4
  md: string;
6
5
  lg: string;
@@ -18,369 +17,354 @@ export declare const Combobox: import("@atom-learning/stitches-react/types/style
18
17
  hover: string;
19
18
  }, {
20
19
  colors: {
21
- textBold: any;
22
- textRegular: any;
23
- textSubtle: any;
24
- textMinimal: any;
25
- background: any;
26
- backgroundAccent: any;
27
- grey100: any;
28
- grey200: any;
29
- grey300: any;
30
- grey400: any;
31
- grey500: any;
32
- grey600: any;
33
- grey700: any;
34
- grey800: any;
35
- grey900: any;
36
- grey1000: any;
37
- grey1100: any;
38
- grey1200: any;
39
- blue100: any;
40
- blue200: any;
41
- blue300: any;
42
- blue400: any;
43
- blue500: any;
44
- blue600: any;
45
- blue700: any;
46
- blue800: any;
47
- blue900: any;
48
- blue1000: any;
49
- blue1100: any;
50
- blue1200: any;
51
- pink100: any;
52
- pink200: any;
53
- pink300: any;
54
- pink400: any;
55
- pink500: any;
56
- pink600: any;
57
- pink700: any;
58
- pink800: any;
59
- pink900: any;
60
- pink1000: any;
61
- pink1100: any;
62
- pink1200: any;
63
- purple100: any;
64
- purple200: any;
65
- purple300: any;
66
- purple400: any;
67
- purple500: any;
68
- purple600: any;
69
- purple700: any;
70
- purple800: any;
71
- purple900: any;
72
- purple1000: any;
73
- purple1100: any;
74
- purple1200: any;
75
- cyan100: any;
76
- cyan200: any;
77
- cyan300: any;
78
- cyan400: any;
79
- cyan500: any;
80
- cyan600: any;
81
- cyan700: any;
82
- cyan800: any;
83
- cyan900: any;
84
- cyan1000: any;
85
- cyan1100: any;
86
- cyan1200: any;
87
- green100: any;
88
- green200: any;
89
- green300: any;
90
- green400: any;
91
- green500: any;
92
- green600: any;
93
- green700: any;
94
- green800: any;
95
- green900: any;
96
- green1000: any;
97
- green1100: any;
98
- green1200: any;
99
- magenta100: any;
100
- magenta200: any;
101
- magenta300: any;
102
- magenta400: any;
103
- magenta500: any;
104
- magenta600: any;
105
- magenta700: any;
106
- magenta800: any;
107
- magenta900: any;
108
- magenta1000: any;
109
- magenta1100: any;
110
- magenta1200: any;
111
- red100: any;
112
- red200: any;
113
- red300: any;
114
- red400: any;
115
- red500: any;
116
- red600: any;
117
- red700: any;
118
- red800: any;
119
- red900: any;
120
- red1000: any;
121
- red1100: any;
122
- red1200: any;
123
- teal100: any;
124
- teal200: any;
125
- teal300: any;
126
- teal400: any;
127
- teal500: any;
128
- teal600: any;
129
- teal700: any;
130
- teal800: any;
131
- teal900: any;
132
- teal1000: any;
133
- teal1100: any;
134
- teal1200: any;
135
- orange100: any;
136
- orange200: any;
137
- orange300: any;
138
- orange400: any;
139
- orange500: any;
140
- orange600: any;
141
- orange700: any;
142
- orange800: any;
143
- orange900: any;
144
- orange1000: any;
145
- orange1100: any;
146
- orange1200: any;
147
- yellow100: any;
148
- yellow200: any;
149
- yellow300: any;
150
- yellow400: any;
151
- yellow500: any;
152
- yellow600: any;
153
- yellow700: any;
154
- yellow800: any;
155
- yellow900: any;
156
- yellow1000: any;
157
- yellow1100: any;
158
- yellow1200: any;
159
- lime100: any;
160
- lime200: any;
161
- lime300: any;
162
- lime400: any;
163
- lime500: any;
164
- lime600: any;
165
- lime700: any;
166
- lime800: any;
167
- lime900: any;
168
- lime1000: any;
169
- lime1100: any;
170
- lime1200: any;
171
- lapis100: any;
172
- lapis200: any;
173
- lapis300: any;
174
- lapis400: any;
175
- lapis500: any;
176
- lapis600: any;
177
- lapis700: any;
178
- lapis800: any;
179
- lapis900: any;
180
- lapis1000: any;
181
- lapis1100: any;
182
- lapis1200: any;
183
- maroon100: any;
184
- maroon200: any;
185
- maroon300: any;
186
- maroon400: any;
187
- maroon500: any;
188
- maroon600: any;
189
- maroon700: any;
190
- maroon800: any;
191
- maroon900: any;
192
- maroon1000: any;
193
- maroon1100: any;
194
- maroon1200: any;
195
- marsh100: any;
196
- marsh200: any;
197
- marsh300: any;
198
- marsh400: any;
199
- marsh500: any;
200
- marsh600: any;
201
- marsh700: any;
202
- marsh800: any;
203
- marsh900: any;
204
- marsh1000: any;
205
- marsh1100: any;
206
- marsh1200: any;
207
- tonal50: any;
208
- tonal100: any;
209
- tonal200: any;
210
- tonal300: any;
211
- tonal400: any;
212
- tonal500: any;
213
- tonal600: any;
214
- alpha100: any;
215
- alpha150: any;
216
- alpha200: any;
217
- alpha250: any;
218
- alpha600: any;
219
- brandRed: any;
220
- brandRedAccent: any;
221
- brandGreen: any;
222
- brandGreenAccent: any;
223
- brandPurple: any;
224
- brandPurpleAccent: any;
225
- brandYellow: any;
226
- brandYellowAccent: any;
227
- infoLight: any;
228
- info: any;
229
- infoMid: any;
230
- infoDark: any;
231
- successLight: any;
232
- success: any;
233
- successMid: any;
234
- successDark: any;
235
- dangerLight: any;
236
- danger: any;
237
- dangerMid: any;
238
- dangerDark: any;
239
- warningLight: any;
240
- warning: any;
241
- warningMid: any;
242
- warningDark: any;
243
- warningText: any;
244
- subjectEnglish: any;
245
- subjectMaths: any;
246
- subjectScience: any;
247
- subjectVerbalReasoning: any;
248
- subjectNonVerbalReasoning: any;
249
- subjectCreativeWriting: any;
250
- subjectExamSkills: any;
251
- glBlueLight: any;
252
- glBluePrimary: any;
253
- glBlueDark: any;
254
- primary100: any;
255
- primary200: any;
256
- primary300: any;
257
- primary400: any;
258
- primary500: any;
259
- primary600: any;
260
- primary700: any;
261
- primary800: any;
262
- primary900: any;
263
- primary1000: any;
264
- primary1100: any;
265
- primary1200: any;
20
+ textBold: string;
21
+ textRegular: string;
22
+ textSubtle: string;
23
+ textMinimal: string;
24
+ background: string;
25
+ backgroundAccent: string;
26
+ grey100: string;
27
+ grey200: string;
28
+ grey300: string;
29
+ grey400: string;
30
+ grey500: string;
31
+ grey600: string;
32
+ grey700: string;
33
+ grey800: string;
34
+ grey900: string;
35
+ grey1000: string;
36
+ grey1100: string;
37
+ grey1200: string;
38
+ blue100: string;
39
+ blue200: string;
40
+ blue300: string;
41
+ blue400: string;
42
+ blue500: string;
43
+ blue600: string;
44
+ blue700: string;
45
+ blue800: string;
46
+ blue900: string;
47
+ blue1000: string;
48
+ blue1100: string;
49
+ blue1200: string;
50
+ pink100: string;
51
+ pink200: string;
52
+ pink300: string;
53
+ pink400: string;
54
+ pink500: string;
55
+ pink600: string;
56
+ pink700: string;
57
+ pink800: string;
58
+ pink900: string;
59
+ pink1000: string;
60
+ pink1100: string;
61
+ pink1200: string;
62
+ purple100: string;
63
+ purple200: string;
64
+ purple300: string;
65
+ purple400: string;
66
+ purple500: string;
67
+ purple600: string;
68
+ purple700: string;
69
+ purple800: string;
70
+ purple900: string;
71
+ purple1000: string;
72
+ purple1100: string;
73
+ purple1200: string;
74
+ cyan100: string;
75
+ cyan200: string;
76
+ cyan300: string;
77
+ cyan400: string;
78
+ cyan500: string;
79
+ cyan600: string;
80
+ cyan700: string;
81
+ cyan800: string;
82
+ cyan900: string;
83
+ cyan1000: string;
84
+ cyan1100: string;
85
+ cyan1200: string;
86
+ green100: string;
87
+ green200: string;
88
+ green300: string;
89
+ green400: string;
90
+ green500: string;
91
+ green600: string;
92
+ green700: string;
93
+ green800: string;
94
+ green900: string;
95
+ green1000: string;
96
+ green1100: string;
97
+ green1200: string;
98
+ magenta100: string;
99
+ magenta200: string;
100
+ magenta300: string;
101
+ magenta400: string;
102
+ magenta500: string;
103
+ magenta600: string;
104
+ magenta700: string;
105
+ magenta800: string;
106
+ magenta900: string;
107
+ magenta1000: string;
108
+ magenta1100: string;
109
+ magenta1200: string;
110
+ red100: string;
111
+ red200: string;
112
+ red300: string;
113
+ red400: string;
114
+ red500: string;
115
+ red600: string;
116
+ red700: string;
117
+ red800: string;
118
+ red900: string;
119
+ red1000: string;
120
+ red1100: string;
121
+ red1200: string;
122
+ teal100: string;
123
+ teal200: string;
124
+ teal300: string;
125
+ teal400: string;
126
+ teal500: string;
127
+ teal600: string;
128
+ teal700: string;
129
+ teal800: string;
130
+ teal900: string;
131
+ teal1000: string;
132
+ teal1100: string;
133
+ teal1200: string;
134
+ orange100: string;
135
+ orange200: string;
136
+ orange300: string;
137
+ orange400: string;
138
+ orange500: string;
139
+ orange600: string;
140
+ orange700: string;
141
+ orange800: string;
142
+ orange900: string;
143
+ orange1000: string;
144
+ orange1100: string;
145
+ orange1200: string;
146
+ yellow100: string;
147
+ yellow200: string;
148
+ yellow300: string;
149
+ yellow400: string;
150
+ yellow500: string;
151
+ yellow600: string;
152
+ yellow700: string;
153
+ yellow800: string;
154
+ yellow900: string;
155
+ yellow1000: string;
156
+ yellow1100: string;
157
+ yellow1200: string;
158
+ lime100: string;
159
+ lime200: string;
160
+ lime300: string;
161
+ lime400: string;
162
+ lime500: string;
163
+ lime600: string;
164
+ lime700: string;
165
+ lime800: string;
166
+ lime900: string;
167
+ lime1000: string;
168
+ lime1100: string;
169
+ lime1200: string;
170
+ lapis100: string;
171
+ lapis200: string;
172
+ lapis300: string;
173
+ lapis400: string;
174
+ lapis500: string;
175
+ lapis600: string;
176
+ lapis700: string;
177
+ lapis800: string;
178
+ lapis900: string;
179
+ lapis1000: string;
180
+ lapis1100: string;
181
+ lapis1200: string;
182
+ maroon100: string;
183
+ maroon200: string;
184
+ maroon300: string;
185
+ maroon400: string;
186
+ maroon500: string;
187
+ maroon600: string;
188
+ maroon700: string;
189
+ maroon800: string;
190
+ maroon900: string;
191
+ maroon1000: string;
192
+ maroon1100: string;
193
+ maroon1200: string;
194
+ marsh100: string;
195
+ marsh200: string;
196
+ marsh300: string;
197
+ marsh400: string;
198
+ marsh500: string;
199
+ marsh600: string;
200
+ marsh700: string;
201
+ marsh800: string;
202
+ marsh900: string;
203
+ marsh1000: string;
204
+ marsh1100: string;
205
+ marsh1200: string;
206
+ alpha100: string;
207
+ alpha150: string;
208
+ alpha200: string;
209
+ alpha250: string;
210
+ alpha600: string;
211
+ infoLight: string;
212
+ info: string;
213
+ infoMid: string;
214
+ infoDark: string;
215
+ successLight: string;
216
+ success: string;
217
+ successMid: string;
218
+ successDark: string;
219
+ dangerLight: string;
220
+ danger: string;
221
+ dangerMid: string;
222
+ dangerDark: string;
223
+ warningLight: string;
224
+ warning: string;
225
+ warningMid: string;
226
+ warningDark: string;
227
+ warningText: string;
228
+ subjectEnglish: string;
229
+ subjectMaths: string;
230
+ subjectScience: string;
231
+ subjectVerbalReasoning: string;
232
+ subjectNonVerbalReasoning: string;
233
+ subjectCreativeWriting: string;
234
+ subjectExamSkills: string;
235
+ glBlueLight: string;
236
+ glBluePrimary: string;
237
+ glBlueDark: string;
238
+ primary100: string;
239
+ primary200: string;
240
+ primary300: string;
241
+ primary400: string;
242
+ primary500: string;
243
+ primary600: string;
244
+ primary700: string;
245
+ primary800: string;
246
+ primary900: string;
247
+ primary1000: string;
248
+ primary1100: string;
249
+ primary1200: string;
266
250
  };
267
251
  space: {
268
- "0": any;
269
- "1": any;
270
- "2": any;
271
- "3": any;
272
- "4": any;
273
- "5": any;
274
- "6": any;
275
- "7": any;
276
- "8": any;
277
- "9": any;
278
- "24": any;
252
+ "0": string;
253
+ "1": string;
254
+ "2": string;
255
+ "3": string;
256
+ "4": string;
257
+ "5": string;
258
+ "6": string;
259
+ "7": string;
260
+ "8": string;
261
+ "9": string;
262
+ "24": string;
279
263
  };
280
264
  fontSizes: {
281
- xs: any;
282
- sm: any;
283
- md: any;
284
- lg: any;
285
- xl: any;
286
- "2xl": any;
287
- "3xl": any;
288
- "4xl": any;
265
+ xs: string;
266
+ sm: string;
267
+ md: string;
268
+ lg: string;
269
+ xl: string;
270
+ "2xl": string;
271
+ "3xl": string;
272
+ "4xl": string;
289
273
  };
290
274
  fonts: {
291
- sans: any;
292
- mono: any;
293
- display: any;
294
- body: any;
275
+ sans: string;
276
+ mono: string;
277
+ display: string;
278
+ body: string;
295
279
  };
296
280
  sizes: {
297
- "0": any;
298
- "1": any;
299
- "2": any;
300
- "3": any;
301
- "4": any;
302
- "5": any;
303
- "6": any;
304
- "7": any;
305
- "8": any;
281
+ "0": string;
282
+ "1": string;
283
+ "2": string;
284
+ "3": string;
285
+ "4": string;
286
+ "5": string;
287
+ "6": string;
288
+ "7": string;
289
+ "8": string;
306
290
  };
307
291
  radii: {
308
- "0": any;
309
- "1": any;
310
- "2": any;
311
- "3": any;
312
- round: any;
292
+ "0": string;
293
+ "1": string;
294
+ "2": string;
295
+ "3": string;
296
+ round: string;
313
297
  };
314
298
  shadows: {
315
- "0": any;
316
- "1": any;
317
- "2": any;
318
- "3": any;
299
+ "0": string;
300
+ "1": string;
301
+ "2": string;
302
+ "3": string;
319
303
  };
320
304
  ratios: {
321
- "16-9": any;
322
- "3-2": any;
323
- "4-3": any;
324
- "1-1": any;
325
- "3-4": any;
305
+ "16-9": string;
306
+ "3-2": string;
307
+ "4-3": string;
308
+ "1-1": string;
309
+ "3-4": string;
326
310
  };
327
311
  }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
328
- bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
312
+ bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
329
313
  background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
330
314
  };
331
- size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
315
+ size: (value: import("@atom-learning/stitches-react").ScaleValue<"size"> | number | string) => {
332
316
  height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
333
317
  width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
334
318
  };
335
- p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
319
+ p: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
336
320
  padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
337
321
  };
338
- pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
322
+ pt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
339
323
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
340
324
  };
341
- pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
325
+ pr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
342
326
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
343
327
  };
344
- pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
328
+ pb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
345
329
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
346
330
  };
347
- pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
331
+ pl: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
348
332
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
349
333
  };
350
- px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
334
+ px: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
351
335
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
352
336
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
353
337
  };
354
- py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
338
+ py: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
355
339
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
356
340
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
357
341
  };
358
- m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
342
+ m: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
359
343
  margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
360
344
  };
361
- mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
345
+ mt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
362
346
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
363
347
  };
364
- mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
348
+ mr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
365
349
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
366
350
  };
367
- mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
351
+ mb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
368
352
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
369
353
  };
370
- ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
354
+ ml: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
371
355
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
372
356
  };
373
- mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
357
+ mx: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
374
358
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
375
359
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
376
360
  };
377
- my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
361
+ my: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
378
362
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
379
363
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
380
364
  };
381
365
  }>> & {
382
366
  displayName: string;
383
- Option: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<import("@reach/utils/dist/declarations/src/polymorphic").ForwardRefComponent<"li", import("@reach/combobox").ComboboxOptionProps>, {}, {
367
+ Option: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<import("@reach/utils/polymorphic").ForwardRefComponent<"li", import("@reach/combobox").ComboboxOptionProps>, {}, {
384
368
  sm: string;
385
369
  md: string;
386
370
  lg: string;
@@ -398,363 +382,348 @@ export declare const Combobox: import("@atom-learning/stitches-react/types/style
398
382
  hover: string;
399
383
  }, {
400
384
  colors: {
401
- textBold: any;
402
- textRegular: any;
403
- textSubtle: any;
404
- textMinimal: any;
405
- background: any;
406
- backgroundAccent: any;
407
- grey100: any;
408
- grey200: any;
409
- grey300: any;
410
- grey400: any;
411
- grey500: any;
412
- grey600: any;
413
- grey700: any;
414
- grey800: any;
415
- grey900: any;
416
- grey1000: any;
417
- grey1100: any;
418
- grey1200: any;
419
- blue100: any;
420
- blue200: any;
421
- blue300: any;
422
- blue400: any;
423
- blue500: any;
424
- blue600: any;
425
- blue700: any;
426
- blue800: any;
427
- blue900: any;
428
- blue1000: any;
429
- blue1100: any;
430
- blue1200: any;
431
- pink100: any;
432
- pink200: any;
433
- pink300: any;
434
- pink400: any;
435
- pink500: any;
436
- pink600: any;
437
- pink700: any;
438
- pink800: any;
439
- pink900: any;
440
- pink1000: any;
441
- pink1100: any;
442
- pink1200: any;
443
- purple100: any;
444
- purple200: any;
445
- purple300: any;
446
- purple400: any;
447
- purple500: any;
448
- purple600: any;
449
- purple700: any;
450
- purple800: any;
451
- purple900: any;
452
- purple1000: any;
453
- purple1100: any;
454
- purple1200: any;
455
- cyan100: any;
456
- cyan200: any;
457
- cyan300: any;
458
- cyan400: any;
459
- cyan500: any;
460
- cyan600: any;
461
- cyan700: any;
462
- cyan800: any;
463
- cyan900: any;
464
- cyan1000: any;
465
- cyan1100: any;
466
- cyan1200: any;
467
- green100: any;
468
- green200: any;
469
- green300: any;
470
- green400: any;
471
- green500: any;
472
- green600: any;
473
- green700: any;
474
- green800: any;
475
- green900: any;
476
- green1000: any;
477
- green1100: any;
478
- green1200: any;
479
- magenta100: any;
480
- magenta200: any;
481
- magenta300: any;
482
- magenta400: any;
483
- magenta500: any;
484
- magenta600: any;
485
- magenta700: any;
486
- magenta800: any;
487
- magenta900: any;
488
- magenta1000: any;
489
- magenta1100: any;
490
- magenta1200: any;
491
- red100: any;
492
- red200: any;
493
- red300: any;
494
- red400: any;
495
- red500: any;
496
- red600: any;
497
- red700: any;
498
- red800: any;
499
- red900: any;
500
- red1000: any;
501
- red1100: any;
502
- red1200: any;
503
- teal100: any;
504
- teal200: any;
505
- teal300: any;
506
- teal400: any;
507
- teal500: any;
508
- teal600: any;
509
- teal700: any;
510
- teal800: any;
511
- teal900: any;
512
- teal1000: any;
513
- teal1100: any;
514
- teal1200: any;
515
- orange100: any;
516
- orange200: any;
517
- orange300: any;
518
- orange400: any;
519
- orange500: any;
520
- orange600: any;
521
- orange700: any;
522
- orange800: any;
523
- orange900: any;
524
- orange1000: any;
525
- orange1100: any;
526
- orange1200: any;
527
- yellow100: any;
528
- yellow200: any;
529
- yellow300: any;
530
- yellow400: any;
531
- yellow500: any;
532
- yellow600: any;
533
- yellow700: any;
534
- yellow800: any;
535
- yellow900: any;
536
- yellow1000: any;
537
- yellow1100: any;
538
- yellow1200: any;
539
- lime100: any;
540
- lime200: any;
541
- lime300: any;
542
- lime400: any;
543
- lime500: any;
544
- lime600: any;
545
- lime700: any;
546
- lime800: any;
547
- lime900: any;
548
- lime1000: any;
549
- lime1100: any;
550
- lime1200: any;
551
- lapis100: any;
552
- lapis200: any;
553
- lapis300: any;
554
- lapis400: any;
555
- lapis500: any;
556
- lapis600: any;
557
- lapis700: any;
558
- lapis800: any;
559
- lapis900: any;
560
- lapis1000: any;
561
- lapis1100: any;
562
- lapis1200: any;
563
- maroon100: any;
564
- maroon200: any;
565
- maroon300: any;
566
- maroon400: any;
567
- maroon500: any;
568
- maroon600: any;
569
- maroon700: any;
570
- maroon800: any;
571
- maroon900: any;
572
- maroon1000: any;
573
- maroon1100: any;
574
- maroon1200: any;
575
- marsh100: any;
576
- marsh200: any;
577
- marsh300: any;
578
- marsh400: any;
579
- marsh500: any;
580
- marsh600: any;
581
- marsh700: any;
582
- marsh800: any;
583
- marsh900: any;
584
- marsh1000: any;
585
- marsh1100: any;
586
- marsh1200: any;
587
- tonal50: any;
588
- tonal100: any;
589
- tonal200: any;
590
- tonal300: any;
591
- tonal400: any;
592
- tonal500: any;
593
- tonal600: any;
594
- alpha100: any;
595
- alpha150: any;
596
- alpha200: any;
597
- alpha250: any;
598
- alpha600: any;
599
- brandRed: any;
600
- brandRedAccent: any;
601
- brandGreen: any;
602
- brandGreenAccent: any;
603
- brandPurple: any;
604
- brandPurpleAccent: any;
605
- brandYellow: any;
606
- brandYellowAccent: any;
607
- infoLight: any;
608
- info: any;
609
- infoMid: any;
610
- infoDark: any;
611
- successLight: any;
612
- success: any;
613
- successMid: any;
614
- successDark: any;
615
- dangerLight: any;
616
- danger: any;
617
- dangerMid: any;
618
- dangerDark: any;
619
- warningLight: any;
620
- warning: any;
621
- warningMid: any;
622
- warningDark: any;
623
- warningText: any;
624
- subjectEnglish: any;
625
- subjectMaths: any;
626
- subjectScience: any;
627
- subjectVerbalReasoning: any;
628
- subjectNonVerbalReasoning: any;
629
- subjectCreativeWriting: any;
630
- subjectExamSkills: any;
631
- glBlueLight: any;
632
- glBluePrimary: any;
633
- glBlueDark: any;
634
- primary100: any;
635
- primary200: any;
636
- primary300: any;
637
- primary400: any;
638
- primary500: any;
639
- primary600: any;
640
- primary700: any;
641
- primary800: any;
642
- primary900: any;
643
- primary1000: any;
644
- primary1100: any;
645
- 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;
646
615
  };
647
616
  space: {
648
- "0": any;
649
- "1": any;
650
- "2": any;
651
- "3": any;
652
- "4": any;
653
- "5": any;
654
- "6": any;
655
- "7": any;
656
- "8": any;
657
- "9": any;
658
- "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;
659
628
  };
660
629
  fontSizes: {
661
- xs: any;
662
- sm: any;
663
- md: any;
664
- lg: any;
665
- xl: any;
666
- "2xl": any;
667
- "3xl": any;
668
- "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;
669
638
  };
670
639
  fonts: {
671
- sans: any;
672
- mono: any;
673
- display: any;
674
- body: any;
640
+ sans: string;
641
+ mono: string;
642
+ display: string;
643
+ body: string;
675
644
  };
676
645
  sizes: {
677
- "0": any;
678
- "1": any;
679
- "2": any;
680
- "3": any;
681
- "4": any;
682
- "5": any;
683
- "6": any;
684
- "7": any;
685
- "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;
686
655
  };
687
656
  radii: {
688
- "0": any;
689
- "1": any;
690
- "2": any;
691
- "3": any;
692
- round: any;
657
+ "0": string;
658
+ "1": string;
659
+ "2": string;
660
+ "3": string;
661
+ round: string;
693
662
  };
694
663
  shadows: {
695
- "0": any;
696
- "1": any;
697
- "2": any;
698
- "3": any;
664
+ "0": string;
665
+ "1": string;
666
+ "2": string;
667
+ "3": string;
699
668
  };
700
669
  ratios: {
701
- "16-9": any;
702
- "3-2": any;
703
- "4-3": any;
704
- "1-1": any;
705
- "3-4": any;
670
+ "16-9": string;
671
+ "3-2": string;
672
+ "4-3": string;
673
+ "1-1": string;
674
+ "3-4": string;
706
675
  };
707
676
  }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
708
- bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
677
+ bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
709
678
  background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
710
679
  };
711
- 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) => {
712
681
  height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
713
682
  width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
714
683
  };
715
- 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) => {
716
685
  padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
717
686
  };
718
- 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) => {
719
688
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
720
689
  };
721
- 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) => {
722
691
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
723
692
  };
724
- 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) => {
725
694
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
726
695
  };
727
- 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) => {
728
697
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
729
698
  };
730
- 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) => {
731
700
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
732
701
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
733
702
  };
734
- 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) => {
735
704
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
736
705
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
737
706
  };
738
- 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) => {
739
708
  margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
740
709
  };
741
- 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) => {
742
711
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
743
712
  };
744
- 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) => {
745
714
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
746
715
  };
747
- 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) => {
748
717
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
749
718
  };
750
- 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) => {
751
720
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
752
721
  };
753
- 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) => {
754
723
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
755
724
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
756
725
  };
757
- 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) => {
758
727
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
759
728
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
760
729
  };
@@ -785,369 +754,354 @@ export declare const Combobox: import("@atom-learning/stitches-react/types/style
785
754
  hover: string;
786
755
  }, {
787
756
  colors: {
788
- textBold: any;
789
- textRegular: any;
790
- textSubtle: any;
791
- textMinimal: any;
792
- background: any;
793
- backgroundAccent: any;
794
- grey100: any;
795
- grey200: any;
796
- grey300: any;
797
- grey400: any;
798
- grey500: any;
799
- grey600: any;
800
- grey700: any;
801
- grey800: any;
802
- grey900: any;
803
- grey1000: any;
804
- grey1100: any;
805
- grey1200: any;
806
- blue100: any;
807
- blue200: any;
808
- blue300: any;
809
- blue400: any;
810
- blue500: any;
811
- blue600: any;
812
- blue700: any;
813
- blue800: any;
814
- blue900: any;
815
- blue1000: any;
816
- blue1100: any;
817
- blue1200: any;
818
- pink100: any;
819
- pink200: any;
820
- pink300: any;
821
- pink400: any;
822
- pink500: any;
823
- pink600: any;
824
- pink700: any;
825
- pink800: any;
826
- pink900: any;
827
- pink1000: any;
828
- pink1100: any;
829
- pink1200: any;
830
- purple100: any;
831
- purple200: any;
832
- purple300: any;
833
- purple400: any;
834
- purple500: any;
835
- purple600: any;
836
- purple700: any;
837
- purple800: any;
838
- purple900: any;
839
- purple1000: any;
840
- purple1100: any;
841
- purple1200: any;
842
- cyan100: any;
843
- cyan200: any;
844
- cyan300: any;
845
- cyan400: any;
846
- cyan500: any;
847
- cyan600: any;
848
- cyan700: any;
849
- cyan800: any;
850
- cyan900: any;
851
- cyan1000: any;
852
- cyan1100: any;
853
- cyan1200: any;
854
- green100: any;
855
- green200: any;
856
- green300: any;
857
- green400: any;
858
- green500: any;
859
- green600: any;
860
- green700: any;
861
- green800: any;
862
- green900: any;
863
- green1000: any;
864
- green1100: any;
865
- green1200: any;
866
- magenta100: any;
867
- magenta200: any;
868
- magenta300: any;
869
- magenta400: any;
870
- magenta500: any;
871
- magenta600: any;
872
- magenta700: any;
873
- magenta800: any;
874
- magenta900: any;
875
- magenta1000: any;
876
- magenta1100: any;
877
- magenta1200: any;
878
- red100: any;
879
- red200: any;
880
- red300: any;
881
- red400: any;
882
- red500: any;
883
- red600: any;
884
- red700: any;
885
- red800: any;
886
- red900: any;
887
- red1000: any;
888
- red1100: any;
889
- red1200: any;
890
- teal100: any;
891
- teal200: any;
892
- teal300: any;
893
- teal400: any;
894
- teal500: any;
895
- teal600: any;
896
- teal700: any;
897
- teal800: any;
898
- teal900: any;
899
- teal1000: any;
900
- teal1100: any;
901
- teal1200: any;
902
- orange100: any;
903
- orange200: any;
904
- orange300: any;
905
- orange400: any;
906
- orange500: any;
907
- orange600: any;
908
- orange700: any;
909
- orange800: any;
910
- orange900: any;
911
- orange1000: any;
912
- orange1100: any;
913
- orange1200: any;
914
- yellow100: any;
915
- yellow200: any;
916
- yellow300: any;
917
- yellow400: any;
918
- yellow500: any;
919
- yellow600: any;
920
- yellow700: any;
921
- yellow800: any;
922
- yellow900: any;
923
- yellow1000: any;
924
- yellow1100: any;
925
- yellow1200: any;
926
- lime100: any;
927
- lime200: any;
928
- lime300: any;
929
- lime400: any;
930
- lime500: any;
931
- lime600: any;
932
- lime700: any;
933
- lime800: any;
934
- lime900: any;
935
- lime1000: any;
936
- lime1100: any;
937
- lime1200: any;
938
- lapis100: any;
939
- lapis200: any;
940
- lapis300: any;
941
- lapis400: any;
942
- lapis500: any;
943
- lapis600: any;
944
- lapis700: any;
945
- lapis800: any;
946
- lapis900: any;
947
- lapis1000: any;
948
- lapis1100: any;
949
- lapis1200: any;
950
- maroon100: any;
951
- maroon200: any;
952
- maroon300: any;
953
- maroon400: any;
954
- maroon500: any;
955
- maroon600: any;
956
- maroon700: any;
957
- maroon800: any;
958
- maroon900: any;
959
- maroon1000: any;
960
- maroon1100: any;
961
- maroon1200: any;
962
- marsh100: any;
963
- marsh200: any;
964
- marsh300: any;
965
- marsh400: any;
966
- marsh500: any;
967
- marsh600: any;
968
- marsh700: any;
969
- marsh800: any;
970
- marsh900: any;
971
- marsh1000: any;
972
- marsh1100: any;
973
- marsh1200: any;
974
- tonal50: any;
975
- tonal100: any;
976
- tonal200: any;
977
- tonal300: any;
978
- tonal400: any;
979
- tonal500: any;
980
- tonal600: any;
981
- alpha100: any;
982
- alpha150: any;
983
- alpha200: any;
984
- alpha250: any;
985
- alpha600: any;
986
- brandRed: any;
987
- brandRedAccent: any;
988
- brandGreen: any;
989
- brandGreenAccent: any;
990
- brandPurple: any;
991
- brandPurpleAccent: any;
992
- brandYellow: any;
993
- brandYellowAccent: any;
994
- infoLight: any;
995
- info: any;
996
- infoMid: any;
997
- infoDark: any;
998
- successLight: any;
999
- success: any;
1000
- successMid: any;
1001
- successDark: any;
1002
- dangerLight: any;
1003
- danger: any;
1004
- dangerMid: any;
1005
- dangerDark: any;
1006
- warningLight: any;
1007
- warning: any;
1008
- warningMid: any;
1009
- warningDark: any;
1010
- warningText: any;
1011
- subjectEnglish: any;
1012
- subjectMaths: any;
1013
- subjectScience: any;
1014
- subjectVerbalReasoning: any;
1015
- subjectNonVerbalReasoning: any;
1016
- subjectCreativeWriting: any;
1017
- subjectExamSkills: any;
1018
- glBlueLight: any;
1019
- glBluePrimary: any;
1020
- glBlueDark: any;
1021
- primary100: any;
1022
- primary200: any;
1023
- primary300: any;
1024
- primary400: any;
1025
- primary500: any;
1026
- primary600: any;
1027
- primary700: any;
1028
- primary800: any;
1029
- primary900: any;
1030
- primary1000: any;
1031
- primary1100: any;
1032
- primary1200: any;
757
+ textBold: string;
758
+ textRegular: string;
759
+ textSubtle: string;
760
+ textMinimal: string;
761
+ background: string;
762
+ backgroundAccent: string;
763
+ grey100: string;
764
+ grey200: string;
765
+ grey300: string;
766
+ grey400: string;
767
+ grey500: string;
768
+ grey600: string;
769
+ grey700: string;
770
+ grey800: string;
771
+ grey900: string;
772
+ grey1000: string;
773
+ grey1100: string;
774
+ grey1200: string;
775
+ blue100: string;
776
+ blue200: string;
777
+ blue300: string;
778
+ blue400: string;
779
+ blue500: string;
780
+ blue600: string;
781
+ blue700: string;
782
+ blue800: string;
783
+ blue900: string;
784
+ blue1000: string;
785
+ blue1100: string;
786
+ blue1200: string;
787
+ pink100: string;
788
+ pink200: string;
789
+ pink300: string;
790
+ pink400: string;
791
+ pink500: string;
792
+ pink600: string;
793
+ pink700: string;
794
+ pink800: string;
795
+ pink900: string;
796
+ pink1000: string;
797
+ pink1100: string;
798
+ pink1200: string;
799
+ purple100: string;
800
+ purple200: string;
801
+ purple300: string;
802
+ purple400: string;
803
+ purple500: string;
804
+ purple600: string;
805
+ purple700: string;
806
+ purple800: string;
807
+ purple900: string;
808
+ purple1000: string;
809
+ purple1100: string;
810
+ purple1200: string;
811
+ cyan100: string;
812
+ cyan200: string;
813
+ cyan300: string;
814
+ cyan400: string;
815
+ cyan500: string;
816
+ cyan600: string;
817
+ cyan700: string;
818
+ cyan800: string;
819
+ cyan900: string;
820
+ cyan1000: string;
821
+ cyan1100: string;
822
+ cyan1200: string;
823
+ green100: string;
824
+ green200: string;
825
+ green300: string;
826
+ green400: string;
827
+ green500: string;
828
+ green600: string;
829
+ green700: string;
830
+ green800: string;
831
+ green900: string;
832
+ green1000: string;
833
+ green1100: string;
834
+ green1200: string;
835
+ magenta100: string;
836
+ magenta200: string;
837
+ magenta300: string;
838
+ magenta400: string;
839
+ magenta500: string;
840
+ magenta600: string;
841
+ magenta700: string;
842
+ magenta800: string;
843
+ magenta900: string;
844
+ magenta1000: string;
845
+ magenta1100: string;
846
+ magenta1200: string;
847
+ red100: string;
848
+ red200: string;
849
+ red300: string;
850
+ red400: string;
851
+ red500: string;
852
+ red600: string;
853
+ red700: string;
854
+ red800: string;
855
+ red900: string;
856
+ red1000: string;
857
+ red1100: string;
858
+ red1200: string;
859
+ teal100: string;
860
+ teal200: string;
861
+ teal300: string;
862
+ teal400: string;
863
+ teal500: string;
864
+ teal600: string;
865
+ teal700: string;
866
+ teal800: string;
867
+ teal900: string;
868
+ teal1000: string;
869
+ teal1100: string;
870
+ teal1200: string;
871
+ orange100: string;
872
+ orange200: string;
873
+ orange300: string;
874
+ orange400: string;
875
+ orange500: string;
876
+ orange600: string;
877
+ orange700: string;
878
+ orange800: string;
879
+ orange900: string;
880
+ orange1000: string;
881
+ orange1100: string;
882
+ orange1200: string;
883
+ yellow100: string;
884
+ yellow200: string;
885
+ yellow300: string;
886
+ yellow400: string;
887
+ yellow500: string;
888
+ yellow600: string;
889
+ yellow700: string;
890
+ yellow800: string;
891
+ yellow900: string;
892
+ yellow1000: string;
893
+ yellow1100: string;
894
+ yellow1200: string;
895
+ lime100: string;
896
+ lime200: string;
897
+ lime300: string;
898
+ lime400: string;
899
+ lime500: string;
900
+ lime600: string;
901
+ lime700: string;
902
+ lime800: string;
903
+ lime900: string;
904
+ lime1000: string;
905
+ lime1100: string;
906
+ lime1200: string;
907
+ lapis100: string;
908
+ lapis200: string;
909
+ lapis300: string;
910
+ lapis400: string;
911
+ lapis500: string;
912
+ lapis600: string;
913
+ lapis700: string;
914
+ lapis800: string;
915
+ lapis900: string;
916
+ lapis1000: string;
917
+ lapis1100: string;
918
+ lapis1200: string;
919
+ maroon100: string;
920
+ maroon200: string;
921
+ maroon300: string;
922
+ maroon400: string;
923
+ maroon500: string;
924
+ maroon600: string;
925
+ maroon700: string;
926
+ maroon800: string;
927
+ maroon900: string;
928
+ maroon1000: string;
929
+ maroon1100: string;
930
+ maroon1200: string;
931
+ marsh100: string;
932
+ marsh200: string;
933
+ marsh300: string;
934
+ marsh400: string;
935
+ marsh500: string;
936
+ marsh600: string;
937
+ marsh700: string;
938
+ marsh800: string;
939
+ marsh900: string;
940
+ marsh1000: string;
941
+ marsh1100: string;
942
+ marsh1200: string;
943
+ alpha100: string;
944
+ alpha150: string;
945
+ alpha200: string;
946
+ alpha250: string;
947
+ alpha600: string;
948
+ infoLight: string;
949
+ info: string;
950
+ infoMid: string;
951
+ infoDark: string;
952
+ successLight: string;
953
+ success: string;
954
+ successMid: string;
955
+ successDark: string;
956
+ dangerLight: string;
957
+ danger: string;
958
+ dangerMid: string;
959
+ dangerDark: string;
960
+ warningLight: string;
961
+ warning: string;
962
+ warningMid: string;
963
+ warningDark: string;
964
+ warningText: string;
965
+ subjectEnglish: string;
966
+ subjectMaths: string;
967
+ subjectScience: string;
968
+ subjectVerbalReasoning: string;
969
+ subjectNonVerbalReasoning: string;
970
+ subjectCreativeWriting: string;
971
+ subjectExamSkills: string;
972
+ glBlueLight: string;
973
+ glBluePrimary: string;
974
+ glBlueDark: string;
975
+ primary100: string;
976
+ primary200: string;
977
+ primary300: string;
978
+ primary400: string;
979
+ primary500: string;
980
+ primary600: string;
981
+ primary700: string;
982
+ primary800: string;
983
+ primary900: string;
984
+ primary1000: string;
985
+ primary1100: string;
986
+ primary1200: string;
1033
987
  };
1034
988
  space: {
1035
- "0": any;
1036
- "1": any;
1037
- "2": any;
1038
- "3": any;
1039
- "4": any;
1040
- "5": any;
1041
- "6": any;
1042
- "7": any;
1043
- "8": any;
1044
- "9": any;
1045
- "24": any;
989
+ "0": string;
990
+ "1": string;
991
+ "2": string;
992
+ "3": string;
993
+ "4": string;
994
+ "5": string;
995
+ "6": string;
996
+ "7": string;
997
+ "8": string;
998
+ "9": string;
999
+ "24": string;
1046
1000
  };
1047
1001
  fontSizes: {
1048
- xs: any;
1049
- sm: any;
1050
- md: any;
1051
- lg: any;
1052
- xl: any;
1053
- "2xl": any;
1054
- "3xl": any;
1055
- "4xl": any;
1002
+ xs: string;
1003
+ sm: string;
1004
+ md: string;
1005
+ lg: string;
1006
+ xl: string;
1007
+ "2xl": string;
1008
+ "3xl": string;
1009
+ "4xl": string;
1056
1010
  };
1057
1011
  fonts: {
1058
- sans: any;
1059
- mono: any;
1060
- display: any;
1061
- body: any;
1012
+ sans: string;
1013
+ mono: string;
1014
+ display: string;
1015
+ body: string;
1062
1016
  };
1063
1017
  sizes: {
1064
- "0": any;
1065
- "1": any;
1066
- "2": any;
1067
- "3": any;
1068
- "4": any;
1069
- "5": any;
1070
- "6": any;
1071
- "7": any;
1072
- "8": any;
1018
+ "0": string;
1019
+ "1": string;
1020
+ "2": string;
1021
+ "3": string;
1022
+ "4": string;
1023
+ "5": string;
1024
+ "6": string;
1025
+ "7": string;
1026
+ "8": string;
1073
1027
  };
1074
1028
  radii: {
1075
- "0": any;
1076
- "1": any;
1077
- "2": any;
1078
- "3": any;
1079
- round: any;
1029
+ "0": string;
1030
+ "1": string;
1031
+ "2": string;
1032
+ "3": string;
1033
+ round: string;
1080
1034
  };
1081
1035
  shadows: {
1082
- "0": any;
1083
- "1": any;
1084
- "2": any;
1085
- "3": any;
1036
+ "0": string;
1037
+ "1": string;
1038
+ "2": string;
1039
+ "3": string;
1086
1040
  };
1087
1041
  ratios: {
1088
- "16-9": any;
1089
- "3-2": any;
1090
- "4-3": any;
1091
- "1-1": any;
1092
- "3-4": any;
1042
+ "16-9": string;
1043
+ "3-2": string;
1044
+ "4-3": string;
1045
+ "1-1": string;
1046
+ "3-4": string;
1093
1047
  };
1094
1048
  }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
1095
- bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
1049
+ bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
1096
1050
  background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
1097
1051
  };
1098
- size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
1052
+ size: (value: import("@atom-learning/stitches-react").ScaleValue<"size"> | number | string) => {
1099
1053
  height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1100
1054
  width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1101
1055
  };
1102
- p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1056
+ p: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1103
1057
  padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1104
1058
  };
1105
- pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1059
+ pt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1106
1060
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1107
1061
  };
1108
- pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1062
+ pr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1109
1063
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1110
1064
  };
1111
- pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1065
+ pb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1112
1066
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1113
1067
  };
1114
- pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1068
+ pl: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1115
1069
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1116
1070
  };
1117
- px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1071
+ px: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1118
1072
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1119
1073
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1120
1074
  };
1121
- py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1075
+ py: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1122
1076
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1123
1077
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1124
1078
  };
1125
- m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1079
+ m: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1126
1080
  margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1127
1081
  };
1128
- mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1082
+ mt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1129
1083
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1130
1084
  };
1131
- mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1085
+ mr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1132
1086
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1133
1087
  };
1134
- mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1088
+ mb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1135
1089
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1136
1090
  };
1137
- ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1091
+ ml: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1138
1092
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1139
1093
  };
1140
- mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1094
+ mx: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1141
1095
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1142
1096
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1143
1097
  };
1144
- my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1098
+ my: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1145
1099
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1146
1100
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1147
1101
  };
1148
1102
  }> | undefined;
1149
1103
  }>;
1150
- Popover: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<import("@reach/utils/dist/declarations/src/polymorphic").ForwardRefComponent<"div", import("@reach/combobox").ComboboxPopoverProps & Partial<import("@reach/popover/dist/declarations/src").PopoverProps>>, {}, {
1104
+ Popover: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<import("@reach/utils/polymorphic").ForwardRefComponent<"div", import("@reach/combobox").ComboboxPopoverProps & Partial<import("@reach/popover").PopoverProps>>, {}, {
1151
1105
  sm: string;
1152
1106
  md: string;
1153
1107
  lg: string;
@@ -1165,368 +1119,353 @@ export declare const Combobox: import("@atom-learning/stitches-react/types/style
1165
1119
  hover: string;
1166
1120
  }, {
1167
1121
  colors: {
1168
- textBold: any;
1169
- textRegular: any;
1170
- textSubtle: any;
1171
- textMinimal: any;
1172
- background: any;
1173
- backgroundAccent: any;
1174
- grey100: any;
1175
- grey200: any;
1176
- grey300: any;
1177
- grey400: any;
1178
- grey500: any;
1179
- grey600: any;
1180
- grey700: any;
1181
- grey800: any;
1182
- grey900: any;
1183
- grey1000: any;
1184
- grey1100: any;
1185
- grey1200: any;
1186
- blue100: any;
1187
- blue200: any;
1188
- blue300: any;
1189
- blue400: any;
1190
- blue500: any;
1191
- blue600: any;
1192
- blue700: any;
1193
- blue800: any;
1194
- blue900: any;
1195
- blue1000: any;
1196
- blue1100: any;
1197
- blue1200: any;
1198
- pink100: any;
1199
- pink200: any;
1200
- pink300: any;
1201
- pink400: any;
1202
- pink500: any;
1203
- pink600: any;
1204
- pink700: any;
1205
- pink800: any;
1206
- pink900: any;
1207
- pink1000: any;
1208
- pink1100: any;
1209
- pink1200: any;
1210
- purple100: any;
1211
- purple200: any;
1212
- purple300: any;
1213
- purple400: any;
1214
- purple500: any;
1215
- purple600: any;
1216
- purple700: any;
1217
- purple800: any;
1218
- purple900: any;
1219
- purple1000: any;
1220
- purple1100: any;
1221
- purple1200: any;
1222
- cyan100: any;
1223
- cyan200: any;
1224
- cyan300: any;
1225
- cyan400: any;
1226
- cyan500: any;
1227
- cyan600: any;
1228
- cyan700: any;
1229
- cyan800: any;
1230
- cyan900: any;
1231
- cyan1000: any;
1232
- cyan1100: any;
1233
- cyan1200: any;
1234
- green100: any;
1235
- green200: any;
1236
- green300: any;
1237
- green400: any;
1238
- green500: any;
1239
- green600: any;
1240
- green700: any;
1241
- green800: any;
1242
- green900: any;
1243
- green1000: any;
1244
- green1100: any;
1245
- green1200: any;
1246
- magenta100: any;
1247
- magenta200: any;
1248
- magenta300: any;
1249
- magenta400: any;
1250
- magenta500: any;
1251
- magenta600: any;
1252
- magenta700: any;
1253
- magenta800: any;
1254
- magenta900: any;
1255
- magenta1000: any;
1256
- magenta1100: any;
1257
- magenta1200: any;
1258
- red100: any;
1259
- red200: any;
1260
- red300: any;
1261
- red400: any;
1262
- red500: any;
1263
- red600: any;
1264
- red700: any;
1265
- red800: any;
1266
- red900: any;
1267
- red1000: any;
1268
- red1100: any;
1269
- red1200: any;
1270
- teal100: any;
1271
- teal200: any;
1272
- teal300: any;
1273
- teal400: any;
1274
- teal500: any;
1275
- teal600: any;
1276
- teal700: any;
1277
- teal800: any;
1278
- teal900: any;
1279
- teal1000: any;
1280
- teal1100: any;
1281
- teal1200: any;
1282
- orange100: any;
1283
- orange200: any;
1284
- orange300: any;
1285
- orange400: any;
1286
- orange500: any;
1287
- orange600: any;
1288
- orange700: any;
1289
- orange800: any;
1290
- orange900: any;
1291
- orange1000: any;
1292
- orange1100: any;
1293
- orange1200: any;
1294
- yellow100: any;
1295
- yellow200: any;
1296
- yellow300: any;
1297
- yellow400: any;
1298
- yellow500: any;
1299
- yellow600: any;
1300
- yellow700: any;
1301
- yellow800: any;
1302
- yellow900: any;
1303
- yellow1000: any;
1304
- yellow1100: any;
1305
- yellow1200: any;
1306
- lime100: any;
1307
- lime200: any;
1308
- lime300: any;
1309
- lime400: any;
1310
- lime500: any;
1311
- lime600: any;
1312
- lime700: any;
1313
- lime800: any;
1314
- lime900: any;
1315
- lime1000: any;
1316
- lime1100: any;
1317
- lime1200: any;
1318
- lapis100: any;
1319
- lapis200: any;
1320
- lapis300: any;
1321
- lapis400: any;
1322
- lapis500: any;
1323
- lapis600: any;
1324
- lapis700: any;
1325
- lapis800: any;
1326
- lapis900: any;
1327
- lapis1000: any;
1328
- lapis1100: any;
1329
- lapis1200: any;
1330
- maroon100: any;
1331
- maroon200: any;
1332
- maroon300: any;
1333
- maroon400: any;
1334
- maroon500: any;
1335
- maroon600: any;
1336
- maroon700: any;
1337
- maroon800: any;
1338
- maroon900: any;
1339
- maroon1000: any;
1340
- maroon1100: any;
1341
- maroon1200: any;
1342
- marsh100: any;
1343
- marsh200: any;
1344
- marsh300: any;
1345
- marsh400: any;
1346
- marsh500: any;
1347
- marsh600: any;
1348
- marsh700: any;
1349
- marsh800: any;
1350
- marsh900: any;
1351
- marsh1000: any;
1352
- marsh1100: any;
1353
- marsh1200: any;
1354
- tonal50: any;
1355
- tonal100: any;
1356
- tonal200: any;
1357
- tonal300: any;
1358
- tonal400: any;
1359
- tonal500: any;
1360
- tonal600: any;
1361
- alpha100: any;
1362
- alpha150: any;
1363
- alpha200: any;
1364
- alpha250: any;
1365
- alpha600: any;
1366
- brandRed: any;
1367
- brandRedAccent: any;
1368
- brandGreen: any;
1369
- brandGreenAccent: any;
1370
- brandPurple: any;
1371
- brandPurpleAccent: any;
1372
- brandYellow: any;
1373
- brandYellowAccent: any;
1374
- infoLight: any;
1375
- info: any;
1376
- infoMid: any;
1377
- infoDark: any;
1378
- successLight: any;
1379
- success: any;
1380
- successMid: any;
1381
- successDark: any;
1382
- dangerLight: any;
1383
- danger: any;
1384
- dangerMid: any;
1385
- dangerDark: any;
1386
- warningLight: any;
1387
- warning: any;
1388
- warningMid: any;
1389
- warningDark: any;
1390
- warningText: any;
1391
- subjectEnglish: any;
1392
- subjectMaths: any;
1393
- subjectScience: any;
1394
- subjectVerbalReasoning: any;
1395
- subjectNonVerbalReasoning: any;
1396
- subjectCreativeWriting: any;
1397
- subjectExamSkills: any;
1398
- glBlueLight: any;
1399
- glBluePrimary: any;
1400
- glBlueDark: any;
1401
- primary100: any;
1402
- primary200: any;
1403
- primary300: any;
1404
- primary400: any;
1405
- primary500: any;
1406
- primary600: any;
1407
- primary700: any;
1408
- primary800: any;
1409
- primary900: any;
1410
- primary1000: any;
1411
- primary1100: any;
1412
- primary1200: any;
1122
+ textBold: string;
1123
+ textRegular: string;
1124
+ textSubtle: string;
1125
+ textMinimal: string;
1126
+ background: string;
1127
+ backgroundAccent: string;
1128
+ grey100: string;
1129
+ grey200: string;
1130
+ grey300: string;
1131
+ grey400: string;
1132
+ grey500: string;
1133
+ grey600: string;
1134
+ grey700: string;
1135
+ grey800: string;
1136
+ grey900: string;
1137
+ grey1000: string;
1138
+ grey1100: string;
1139
+ grey1200: string;
1140
+ blue100: string;
1141
+ blue200: string;
1142
+ blue300: string;
1143
+ blue400: string;
1144
+ blue500: string;
1145
+ blue600: string;
1146
+ blue700: string;
1147
+ blue800: string;
1148
+ blue900: string;
1149
+ blue1000: string;
1150
+ blue1100: string;
1151
+ blue1200: string;
1152
+ pink100: string;
1153
+ pink200: string;
1154
+ pink300: string;
1155
+ pink400: string;
1156
+ pink500: string;
1157
+ pink600: string;
1158
+ pink700: string;
1159
+ pink800: string;
1160
+ pink900: string;
1161
+ pink1000: string;
1162
+ pink1100: string;
1163
+ pink1200: string;
1164
+ purple100: string;
1165
+ purple200: string;
1166
+ purple300: string;
1167
+ purple400: string;
1168
+ purple500: string;
1169
+ purple600: string;
1170
+ purple700: string;
1171
+ purple800: string;
1172
+ purple900: string;
1173
+ purple1000: string;
1174
+ purple1100: string;
1175
+ purple1200: string;
1176
+ cyan100: string;
1177
+ cyan200: string;
1178
+ cyan300: string;
1179
+ cyan400: string;
1180
+ cyan500: string;
1181
+ cyan600: string;
1182
+ cyan700: string;
1183
+ cyan800: string;
1184
+ cyan900: string;
1185
+ cyan1000: string;
1186
+ cyan1100: string;
1187
+ cyan1200: string;
1188
+ green100: string;
1189
+ green200: string;
1190
+ green300: string;
1191
+ green400: string;
1192
+ green500: string;
1193
+ green600: string;
1194
+ green700: string;
1195
+ green800: string;
1196
+ green900: string;
1197
+ green1000: string;
1198
+ green1100: string;
1199
+ green1200: string;
1200
+ magenta100: string;
1201
+ magenta200: string;
1202
+ magenta300: string;
1203
+ magenta400: string;
1204
+ magenta500: string;
1205
+ magenta600: string;
1206
+ magenta700: string;
1207
+ magenta800: string;
1208
+ magenta900: string;
1209
+ magenta1000: string;
1210
+ magenta1100: string;
1211
+ magenta1200: string;
1212
+ red100: string;
1213
+ red200: string;
1214
+ red300: string;
1215
+ red400: string;
1216
+ red500: string;
1217
+ red600: string;
1218
+ red700: string;
1219
+ red800: string;
1220
+ red900: string;
1221
+ red1000: string;
1222
+ red1100: string;
1223
+ red1200: string;
1224
+ teal100: string;
1225
+ teal200: string;
1226
+ teal300: string;
1227
+ teal400: string;
1228
+ teal500: string;
1229
+ teal600: string;
1230
+ teal700: string;
1231
+ teal800: string;
1232
+ teal900: string;
1233
+ teal1000: string;
1234
+ teal1100: string;
1235
+ teal1200: string;
1236
+ orange100: string;
1237
+ orange200: string;
1238
+ orange300: string;
1239
+ orange400: string;
1240
+ orange500: string;
1241
+ orange600: string;
1242
+ orange700: string;
1243
+ orange800: string;
1244
+ orange900: string;
1245
+ orange1000: string;
1246
+ orange1100: string;
1247
+ orange1200: string;
1248
+ yellow100: string;
1249
+ yellow200: string;
1250
+ yellow300: string;
1251
+ yellow400: string;
1252
+ yellow500: string;
1253
+ yellow600: string;
1254
+ yellow700: string;
1255
+ yellow800: string;
1256
+ yellow900: string;
1257
+ yellow1000: string;
1258
+ yellow1100: string;
1259
+ yellow1200: string;
1260
+ lime100: string;
1261
+ lime200: string;
1262
+ lime300: string;
1263
+ lime400: string;
1264
+ lime500: string;
1265
+ lime600: string;
1266
+ lime700: string;
1267
+ lime800: string;
1268
+ lime900: string;
1269
+ lime1000: string;
1270
+ lime1100: string;
1271
+ lime1200: string;
1272
+ lapis100: string;
1273
+ lapis200: string;
1274
+ lapis300: string;
1275
+ lapis400: string;
1276
+ lapis500: string;
1277
+ lapis600: string;
1278
+ lapis700: string;
1279
+ lapis800: string;
1280
+ lapis900: string;
1281
+ lapis1000: string;
1282
+ lapis1100: string;
1283
+ lapis1200: string;
1284
+ maroon100: string;
1285
+ maroon200: string;
1286
+ maroon300: string;
1287
+ maroon400: string;
1288
+ maroon500: string;
1289
+ maroon600: string;
1290
+ maroon700: string;
1291
+ maroon800: string;
1292
+ maroon900: string;
1293
+ maroon1000: string;
1294
+ maroon1100: string;
1295
+ maroon1200: string;
1296
+ marsh100: string;
1297
+ marsh200: string;
1298
+ marsh300: string;
1299
+ marsh400: string;
1300
+ marsh500: string;
1301
+ marsh600: string;
1302
+ marsh700: string;
1303
+ marsh800: string;
1304
+ marsh900: string;
1305
+ marsh1000: string;
1306
+ marsh1100: string;
1307
+ marsh1200: string;
1308
+ alpha100: string;
1309
+ alpha150: string;
1310
+ alpha200: string;
1311
+ alpha250: string;
1312
+ alpha600: string;
1313
+ infoLight: string;
1314
+ info: string;
1315
+ infoMid: string;
1316
+ infoDark: string;
1317
+ successLight: string;
1318
+ success: string;
1319
+ successMid: string;
1320
+ successDark: string;
1321
+ dangerLight: string;
1322
+ danger: string;
1323
+ dangerMid: string;
1324
+ dangerDark: string;
1325
+ warningLight: string;
1326
+ warning: string;
1327
+ warningMid: string;
1328
+ warningDark: string;
1329
+ warningText: string;
1330
+ subjectEnglish: string;
1331
+ subjectMaths: string;
1332
+ subjectScience: string;
1333
+ subjectVerbalReasoning: string;
1334
+ subjectNonVerbalReasoning: string;
1335
+ subjectCreativeWriting: string;
1336
+ subjectExamSkills: string;
1337
+ glBlueLight: string;
1338
+ glBluePrimary: string;
1339
+ glBlueDark: string;
1340
+ primary100: string;
1341
+ primary200: string;
1342
+ primary300: string;
1343
+ primary400: string;
1344
+ primary500: string;
1345
+ primary600: string;
1346
+ primary700: string;
1347
+ primary800: string;
1348
+ primary900: string;
1349
+ primary1000: string;
1350
+ primary1100: string;
1351
+ primary1200: string;
1413
1352
  };
1414
1353
  space: {
1415
- "0": any;
1416
- "1": any;
1417
- "2": any;
1418
- "3": any;
1419
- "4": any;
1420
- "5": any;
1421
- "6": any;
1422
- "7": any;
1423
- "8": any;
1424
- "9": any;
1425
- "24": any;
1354
+ "0": string;
1355
+ "1": string;
1356
+ "2": string;
1357
+ "3": string;
1358
+ "4": string;
1359
+ "5": string;
1360
+ "6": string;
1361
+ "7": string;
1362
+ "8": string;
1363
+ "9": string;
1364
+ "24": string;
1426
1365
  };
1427
1366
  fontSizes: {
1428
- xs: any;
1429
- sm: any;
1430
- md: any;
1431
- lg: any;
1432
- xl: any;
1433
- "2xl": any;
1434
- "3xl": any;
1435
- "4xl": any;
1367
+ xs: string;
1368
+ sm: string;
1369
+ md: string;
1370
+ lg: string;
1371
+ xl: string;
1372
+ "2xl": string;
1373
+ "3xl": string;
1374
+ "4xl": string;
1436
1375
  };
1437
1376
  fonts: {
1438
- sans: any;
1439
- mono: any;
1440
- display: any;
1441
- body: any;
1377
+ sans: string;
1378
+ mono: string;
1379
+ display: string;
1380
+ body: string;
1442
1381
  };
1443
1382
  sizes: {
1444
- "0": any;
1445
- "1": any;
1446
- "2": any;
1447
- "3": any;
1448
- "4": any;
1449
- "5": any;
1450
- "6": any;
1451
- "7": any;
1452
- "8": any;
1383
+ "0": string;
1384
+ "1": string;
1385
+ "2": string;
1386
+ "3": string;
1387
+ "4": string;
1388
+ "5": string;
1389
+ "6": string;
1390
+ "7": string;
1391
+ "8": string;
1453
1392
  };
1454
1393
  radii: {
1455
- "0": any;
1456
- "1": any;
1457
- "2": any;
1458
- "3": any;
1459
- round: any;
1394
+ "0": string;
1395
+ "1": string;
1396
+ "2": string;
1397
+ "3": string;
1398
+ round: string;
1460
1399
  };
1461
1400
  shadows: {
1462
- "0": any;
1463
- "1": any;
1464
- "2": any;
1465
- "3": any;
1401
+ "0": string;
1402
+ "1": string;
1403
+ "2": string;
1404
+ "3": string;
1466
1405
  };
1467
1406
  ratios: {
1468
- "16-9": any;
1469
- "3-2": any;
1470
- "4-3": any;
1471
- "1-1": any;
1472
- "3-4": any;
1407
+ "16-9": string;
1408
+ "3-2": string;
1409
+ "4-3": string;
1410
+ "1-1": string;
1411
+ "3-4": string;
1473
1412
  };
1474
1413
  }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
1475
- bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
1414
+ bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
1476
1415
  background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
1477
1416
  };
1478
- size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
1417
+ size: (value: import("@atom-learning/stitches-react").ScaleValue<"size"> | number | string) => {
1479
1418
  height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1480
1419
  width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1481
1420
  };
1482
- p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1421
+ p: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1483
1422
  padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1484
1423
  };
1485
- pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1424
+ pt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1486
1425
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1487
1426
  };
1488
- pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1427
+ pr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1489
1428
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1490
1429
  };
1491
- pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1430
+ pb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1492
1431
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1493
1432
  };
1494
- pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1433
+ pl: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1495
1434
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1496
1435
  };
1497
- px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1436
+ px: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1498
1437
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1499
1438
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1500
1439
  };
1501
- py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1440
+ py: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1502
1441
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1503
1442
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1504
1443
  };
1505
- m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1444
+ m: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1506
1445
  margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1507
1446
  };
1508
- mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1447
+ mt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1509
1448
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1510
1449
  };
1511
- mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1450
+ mr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1512
1451
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1513
1452
  };
1514
- mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1453
+ mb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1515
1454
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1516
1455
  };
1517
- ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1456
+ ml: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1518
1457
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1519
1458
  };
1520
- mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1459
+ mx: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1521
1460
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1522
1461
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1523
1462
  };
1524
- my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1463
+ my: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1525
1464
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1526
1465
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1527
1466
  };
1528
1467
  }>>;
1529
- List: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<import("@reach/utils/dist/declarations/src/polymorphic").ForwardRefComponent<"ul", import("@reach/combobox").ComboboxListProps>, {}, {
1468
+ List: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<import("@reach/utils/polymorphic").ForwardRefComponent<"ul", import("@reach/combobox").ComboboxListProps>, {}, {
1530
1469
  sm: string;
1531
1470
  md: string;
1532
1471
  lg: string;
@@ -1544,363 +1483,348 @@ export declare const Combobox: import("@atom-learning/stitches-react/types/style
1544
1483
  hover: string;
1545
1484
  }, {
1546
1485
  colors: {
1547
- textBold: any;
1548
- textRegular: any;
1549
- textSubtle: any;
1550
- textMinimal: any;
1551
- background: any;
1552
- backgroundAccent: any;
1553
- grey100: any;
1554
- grey200: any;
1555
- grey300: any;
1556
- grey400: any;
1557
- grey500: any;
1558
- grey600: any;
1559
- grey700: any;
1560
- grey800: any;
1561
- grey900: any;
1562
- grey1000: any;
1563
- grey1100: any;
1564
- grey1200: any;
1565
- blue100: any;
1566
- blue200: any;
1567
- blue300: any;
1568
- blue400: any;
1569
- blue500: any;
1570
- blue600: any;
1571
- blue700: any;
1572
- blue800: any;
1573
- blue900: any;
1574
- blue1000: any;
1575
- blue1100: any;
1576
- blue1200: any;
1577
- pink100: any;
1578
- pink200: any;
1579
- pink300: any;
1580
- pink400: any;
1581
- pink500: any;
1582
- pink600: any;
1583
- pink700: any;
1584
- pink800: any;
1585
- pink900: any;
1586
- pink1000: any;
1587
- pink1100: any;
1588
- pink1200: any;
1589
- purple100: any;
1590
- purple200: any;
1591
- purple300: any;
1592
- purple400: any;
1593
- purple500: any;
1594
- purple600: any;
1595
- purple700: any;
1596
- purple800: any;
1597
- purple900: any;
1598
- purple1000: any;
1599
- purple1100: any;
1600
- purple1200: any;
1601
- cyan100: any;
1602
- cyan200: any;
1603
- cyan300: any;
1604
- cyan400: any;
1605
- cyan500: any;
1606
- cyan600: any;
1607
- cyan700: any;
1608
- cyan800: any;
1609
- cyan900: any;
1610
- cyan1000: any;
1611
- cyan1100: any;
1612
- cyan1200: any;
1613
- green100: any;
1614
- green200: any;
1615
- green300: any;
1616
- green400: any;
1617
- green500: any;
1618
- green600: any;
1619
- green700: any;
1620
- green800: any;
1621
- green900: any;
1622
- green1000: any;
1623
- green1100: any;
1624
- green1200: any;
1625
- magenta100: any;
1626
- magenta200: any;
1627
- magenta300: any;
1628
- magenta400: any;
1629
- magenta500: any;
1630
- magenta600: any;
1631
- magenta700: any;
1632
- magenta800: any;
1633
- magenta900: any;
1634
- magenta1000: any;
1635
- magenta1100: any;
1636
- magenta1200: any;
1637
- red100: any;
1638
- red200: any;
1639
- red300: any;
1640
- red400: any;
1641
- red500: any;
1642
- red600: any;
1643
- red700: any;
1644
- red800: any;
1645
- red900: any;
1646
- red1000: any;
1647
- red1100: any;
1648
- red1200: any;
1649
- teal100: any;
1650
- teal200: any;
1651
- teal300: any;
1652
- teal400: any;
1653
- teal500: any;
1654
- teal600: any;
1655
- teal700: any;
1656
- teal800: any;
1657
- teal900: any;
1658
- teal1000: any;
1659
- teal1100: any;
1660
- teal1200: any;
1661
- orange100: any;
1662
- orange200: any;
1663
- orange300: any;
1664
- orange400: any;
1665
- orange500: any;
1666
- orange600: any;
1667
- orange700: any;
1668
- orange800: any;
1669
- orange900: any;
1670
- orange1000: any;
1671
- orange1100: any;
1672
- orange1200: any;
1673
- yellow100: any;
1674
- yellow200: any;
1675
- yellow300: any;
1676
- yellow400: any;
1677
- yellow500: any;
1678
- yellow600: any;
1679
- yellow700: any;
1680
- yellow800: any;
1681
- yellow900: any;
1682
- yellow1000: any;
1683
- yellow1100: any;
1684
- yellow1200: any;
1685
- lime100: any;
1686
- lime200: any;
1687
- lime300: any;
1688
- lime400: any;
1689
- lime500: any;
1690
- lime600: any;
1691
- lime700: any;
1692
- lime800: any;
1693
- lime900: any;
1694
- lime1000: any;
1695
- lime1100: any;
1696
- lime1200: any;
1697
- lapis100: any;
1698
- lapis200: any;
1699
- lapis300: any;
1700
- lapis400: any;
1701
- lapis500: any;
1702
- lapis600: any;
1703
- lapis700: any;
1704
- lapis800: any;
1705
- lapis900: any;
1706
- lapis1000: any;
1707
- lapis1100: any;
1708
- lapis1200: any;
1709
- maroon100: any;
1710
- maroon200: any;
1711
- maroon300: any;
1712
- maroon400: any;
1713
- maroon500: any;
1714
- maroon600: any;
1715
- maroon700: any;
1716
- maroon800: any;
1717
- maroon900: any;
1718
- maroon1000: any;
1719
- maroon1100: any;
1720
- maroon1200: any;
1721
- marsh100: any;
1722
- marsh200: any;
1723
- marsh300: any;
1724
- marsh400: any;
1725
- marsh500: any;
1726
- marsh600: any;
1727
- marsh700: any;
1728
- marsh800: any;
1729
- marsh900: any;
1730
- marsh1000: any;
1731
- marsh1100: any;
1732
- marsh1200: any;
1733
- tonal50: any;
1734
- tonal100: any;
1735
- tonal200: any;
1736
- tonal300: any;
1737
- tonal400: any;
1738
- tonal500: any;
1739
- tonal600: any;
1740
- alpha100: any;
1741
- alpha150: any;
1742
- alpha200: any;
1743
- alpha250: any;
1744
- alpha600: any;
1745
- brandRed: any;
1746
- brandRedAccent: any;
1747
- brandGreen: any;
1748
- brandGreenAccent: any;
1749
- brandPurple: any;
1750
- brandPurpleAccent: any;
1751
- brandYellow: any;
1752
- brandYellowAccent: any;
1753
- infoLight: any;
1754
- info: any;
1755
- infoMid: any;
1756
- infoDark: any;
1757
- successLight: any;
1758
- success: any;
1759
- successMid: any;
1760
- successDark: any;
1761
- dangerLight: any;
1762
- danger: any;
1763
- dangerMid: any;
1764
- dangerDark: any;
1765
- warningLight: any;
1766
- warning: any;
1767
- warningMid: any;
1768
- warningDark: any;
1769
- warningText: any;
1770
- subjectEnglish: any;
1771
- subjectMaths: any;
1772
- subjectScience: any;
1773
- subjectVerbalReasoning: any;
1774
- subjectNonVerbalReasoning: any;
1775
- subjectCreativeWriting: any;
1776
- subjectExamSkills: any;
1777
- glBlueLight: any;
1778
- glBluePrimary: any;
1779
- glBlueDark: any;
1780
- primary100: any;
1781
- primary200: any;
1782
- primary300: any;
1783
- primary400: any;
1784
- primary500: any;
1785
- primary600: any;
1786
- primary700: any;
1787
- primary800: any;
1788
- primary900: any;
1789
- primary1000: any;
1790
- primary1100: any;
1791
- primary1200: any;
1486
+ textBold: string;
1487
+ textRegular: string;
1488
+ textSubtle: string;
1489
+ textMinimal: string;
1490
+ background: string;
1491
+ backgroundAccent: string;
1492
+ grey100: string;
1493
+ grey200: string;
1494
+ grey300: string;
1495
+ grey400: string;
1496
+ grey500: string;
1497
+ grey600: string;
1498
+ grey700: string;
1499
+ grey800: string;
1500
+ grey900: string;
1501
+ grey1000: string;
1502
+ grey1100: string;
1503
+ grey1200: string;
1504
+ blue100: string;
1505
+ blue200: string;
1506
+ blue300: string;
1507
+ blue400: string;
1508
+ blue500: string;
1509
+ blue600: string;
1510
+ blue700: string;
1511
+ blue800: string;
1512
+ blue900: string;
1513
+ blue1000: string;
1514
+ blue1100: string;
1515
+ blue1200: string;
1516
+ pink100: string;
1517
+ pink200: string;
1518
+ pink300: string;
1519
+ pink400: string;
1520
+ pink500: string;
1521
+ pink600: string;
1522
+ pink700: string;
1523
+ pink800: string;
1524
+ pink900: string;
1525
+ pink1000: string;
1526
+ pink1100: string;
1527
+ pink1200: string;
1528
+ purple100: string;
1529
+ purple200: string;
1530
+ purple300: string;
1531
+ purple400: string;
1532
+ purple500: string;
1533
+ purple600: string;
1534
+ purple700: string;
1535
+ purple800: string;
1536
+ purple900: string;
1537
+ purple1000: string;
1538
+ purple1100: string;
1539
+ purple1200: string;
1540
+ cyan100: string;
1541
+ cyan200: string;
1542
+ cyan300: string;
1543
+ cyan400: string;
1544
+ cyan500: string;
1545
+ cyan600: string;
1546
+ cyan700: string;
1547
+ cyan800: string;
1548
+ cyan900: string;
1549
+ cyan1000: string;
1550
+ cyan1100: string;
1551
+ cyan1200: string;
1552
+ green100: string;
1553
+ green200: string;
1554
+ green300: string;
1555
+ green400: string;
1556
+ green500: string;
1557
+ green600: string;
1558
+ green700: string;
1559
+ green800: string;
1560
+ green900: string;
1561
+ green1000: string;
1562
+ green1100: string;
1563
+ green1200: string;
1564
+ magenta100: string;
1565
+ magenta200: string;
1566
+ magenta300: string;
1567
+ magenta400: string;
1568
+ magenta500: string;
1569
+ magenta600: string;
1570
+ magenta700: string;
1571
+ magenta800: string;
1572
+ magenta900: string;
1573
+ magenta1000: string;
1574
+ magenta1100: string;
1575
+ magenta1200: string;
1576
+ red100: string;
1577
+ red200: string;
1578
+ red300: string;
1579
+ red400: string;
1580
+ red500: string;
1581
+ red600: string;
1582
+ red700: string;
1583
+ red800: string;
1584
+ red900: string;
1585
+ red1000: string;
1586
+ red1100: string;
1587
+ red1200: string;
1588
+ teal100: string;
1589
+ teal200: string;
1590
+ teal300: string;
1591
+ teal400: string;
1592
+ teal500: string;
1593
+ teal600: string;
1594
+ teal700: string;
1595
+ teal800: string;
1596
+ teal900: string;
1597
+ teal1000: string;
1598
+ teal1100: string;
1599
+ teal1200: string;
1600
+ orange100: string;
1601
+ orange200: string;
1602
+ orange300: string;
1603
+ orange400: string;
1604
+ orange500: string;
1605
+ orange600: string;
1606
+ orange700: string;
1607
+ orange800: string;
1608
+ orange900: string;
1609
+ orange1000: string;
1610
+ orange1100: string;
1611
+ orange1200: string;
1612
+ yellow100: string;
1613
+ yellow200: string;
1614
+ yellow300: string;
1615
+ yellow400: string;
1616
+ yellow500: string;
1617
+ yellow600: string;
1618
+ yellow700: string;
1619
+ yellow800: string;
1620
+ yellow900: string;
1621
+ yellow1000: string;
1622
+ yellow1100: string;
1623
+ yellow1200: string;
1624
+ lime100: string;
1625
+ lime200: string;
1626
+ lime300: string;
1627
+ lime400: string;
1628
+ lime500: string;
1629
+ lime600: string;
1630
+ lime700: string;
1631
+ lime800: string;
1632
+ lime900: string;
1633
+ lime1000: string;
1634
+ lime1100: string;
1635
+ lime1200: string;
1636
+ lapis100: string;
1637
+ lapis200: string;
1638
+ lapis300: string;
1639
+ lapis400: string;
1640
+ lapis500: string;
1641
+ lapis600: string;
1642
+ lapis700: string;
1643
+ lapis800: string;
1644
+ lapis900: string;
1645
+ lapis1000: string;
1646
+ lapis1100: string;
1647
+ lapis1200: string;
1648
+ maroon100: string;
1649
+ maroon200: string;
1650
+ maroon300: string;
1651
+ maroon400: string;
1652
+ maroon500: string;
1653
+ maroon600: string;
1654
+ maroon700: string;
1655
+ maroon800: string;
1656
+ maroon900: string;
1657
+ maroon1000: string;
1658
+ maroon1100: string;
1659
+ maroon1200: string;
1660
+ marsh100: string;
1661
+ marsh200: string;
1662
+ marsh300: string;
1663
+ marsh400: string;
1664
+ marsh500: string;
1665
+ marsh600: string;
1666
+ marsh700: string;
1667
+ marsh800: string;
1668
+ marsh900: string;
1669
+ marsh1000: string;
1670
+ marsh1100: string;
1671
+ marsh1200: string;
1672
+ alpha100: string;
1673
+ alpha150: string;
1674
+ alpha200: string;
1675
+ alpha250: string;
1676
+ alpha600: string;
1677
+ infoLight: string;
1678
+ info: string;
1679
+ infoMid: string;
1680
+ infoDark: string;
1681
+ successLight: string;
1682
+ success: string;
1683
+ successMid: string;
1684
+ successDark: string;
1685
+ dangerLight: string;
1686
+ danger: string;
1687
+ dangerMid: string;
1688
+ dangerDark: string;
1689
+ warningLight: string;
1690
+ warning: string;
1691
+ warningMid: string;
1692
+ warningDark: string;
1693
+ warningText: string;
1694
+ subjectEnglish: string;
1695
+ subjectMaths: string;
1696
+ subjectScience: string;
1697
+ subjectVerbalReasoning: string;
1698
+ subjectNonVerbalReasoning: string;
1699
+ subjectCreativeWriting: string;
1700
+ subjectExamSkills: string;
1701
+ glBlueLight: string;
1702
+ glBluePrimary: string;
1703
+ glBlueDark: string;
1704
+ primary100: string;
1705
+ primary200: string;
1706
+ primary300: string;
1707
+ primary400: string;
1708
+ primary500: string;
1709
+ primary600: string;
1710
+ primary700: string;
1711
+ primary800: string;
1712
+ primary900: string;
1713
+ primary1000: string;
1714
+ primary1100: string;
1715
+ primary1200: string;
1792
1716
  };
1793
1717
  space: {
1794
- "0": any;
1795
- "1": any;
1796
- "2": any;
1797
- "3": any;
1798
- "4": any;
1799
- "5": any;
1800
- "6": any;
1801
- "7": any;
1802
- "8": any;
1803
- "9": any;
1804
- "24": any;
1718
+ "0": string;
1719
+ "1": string;
1720
+ "2": string;
1721
+ "3": string;
1722
+ "4": string;
1723
+ "5": string;
1724
+ "6": string;
1725
+ "7": string;
1726
+ "8": string;
1727
+ "9": string;
1728
+ "24": string;
1805
1729
  };
1806
1730
  fontSizes: {
1807
- xs: any;
1808
- sm: any;
1809
- md: any;
1810
- lg: any;
1811
- xl: any;
1812
- "2xl": any;
1813
- "3xl": any;
1814
- "4xl": any;
1731
+ xs: string;
1732
+ sm: string;
1733
+ md: string;
1734
+ lg: string;
1735
+ xl: string;
1736
+ "2xl": string;
1737
+ "3xl": string;
1738
+ "4xl": string;
1815
1739
  };
1816
1740
  fonts: {
1817
- sans: any;
1818
- mono: any;
1819
- display: any;
1820
- body: any;
1741
+ sans: string;
1742
+ mono: string;
1743
+ display: string;
1744
+ body: string;
1821
1745
  };
1822
1746
  sizes: {
1823
- "0": any;
1824
- "1": any;
1825
- "2": any;
1826
- "3": any;
1827
- "4": any;
1828
- "5": any;
1829
- "6": any;
1830
- "7": any;
1831
- "8": any;
1747
+ "0": string;
1748
+ "1": string;
1749
+ "2": string;
1750
+ "3": string;
1751
+ "4": string;
1752
+ "5": string;
1753
+ "6": string;
1754
+ "7": string;
1755
+ "8": string;
1832
1756
  };
1833
1757
  radii: {
1834
- "0": any;
1835
- "1": any;
1836
- "2": any;
1837
- "3": any;
1838
- round: any;
1758
+ "0": string;
1759
+ "1": string;
1760
+ "2": string;
1761
+ "3": string;
1762
+ round: string;
1839
1763
  };
1840
1764
  shadows: {
1841
- "0": any;
1842
- "1": any;
1843
- "2": any;
1844
- "3": any;
1765
+ "0": string;
1766
+ "1": string;
1767
+ "2": string;
1768
+ "3": string;
1845
1769
  };
1846
1770
  ratios: {
1847
- "16-9": any;
1848
- "3-2": any;
1849
- "4-3": any;
1850
- "1-1": any;
1851
- "3-4": any;
1771
+ "16-9": string;
1772
+ "3-2": string;
1773
+ "4-3": string;
1774
+ "1-1": string;
1775
+ "3-4": string;
1852
1776
  };
1853
1777
  }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
1854
- bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
1778
+ bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
1855
1779
  background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
1856
1780
  };
1857
- size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
1781
+ size: (value: import("@atom-learning/stitches-react").ScaleValue<"size"> | number | string) => {
1858
1782
  height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1859
1783
  width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1860
1784
  };
1861
- p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1785
+ p: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1862
1786
  padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1863
1787
  };
1864
- pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1788
+ pt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1865
1789
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1866
1790
  };
1867
- pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1791
+ pr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1868
1792
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1869
1793
  };
1870
- pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1794
+ pb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1871
1795
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1872
1796
  };
1873
- pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1797
+ pl: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1874
1798
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1875
1799
  };
1876
- px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1800
+ px: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1877
1801
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1878
1802
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1879
1803
  };
1880
- py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1804
+ py: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1881
1805
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1882
1806
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1883
1807
  };
1884
- m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1808
+ m: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1885
1809
  margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1886
1810
  };
1887
- mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1811
+ mt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1888
1812
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1889
1813
  };
1890
- mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1814
+ mr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1891
1815
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1892
1816
  };
1893
- mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1817
+ mb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1894
1818
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1895
1819
  };
1896
- ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1820
+ ml: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1897
1821
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1898
1822
  };
1899
- mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1823
+ mx: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1900
1824
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1901
1825
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1902
1826
  };
1903
- my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1827
+ my: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1904
1828
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1905
1829
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1906
1830
  };