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

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