@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
  import * as ToggleGroup from '@radix-ui/react-toggle-group';
3
2
  export declare const StyledItem: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<ToggleGroup.ToggleGroupItemProps & import("react").RefAttributes<HTMLButtonElement>>, {}, {
4
3
  sm: string;
@@ -18,363 +17,348 @@ export declare const StyledItem: import("@atom-learning/stitches-react/types/sty
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
  };
@@ -397,363 +381,348 @@ export declare const ToggleGroupItem: import("@atom-learning/stitches-react/type
397
381
  hover: string;
398
382
  }, {
399
383
  colors: {
400
- textBold: any;
401
- textRegular: any;
402
- textSubtle: any;
403
- textMinimal: any;
404
- background: any;
405
- backgroundAccent: any;
406
- grey100: any;
407
- grey200: any;
408
- grey300: any;
409
- grey400: any;
410
- grey500: any;
411
- grey600: any;
412
- grey700: any;
413
- grey800: any;
414
- grey900: any;
415
- grey1000: any;
416
- grey1100: any;
417
- grey1200: any;
418
- blue100: any;
419
- blue200: any;
420
- blue300: any;
421
- blue400: any;
422
- blue500: any;
423
- blue600: any;
424
- blue700: any;
425
- blue800: any;
426
- blue900: any;
427
- blue1000: any;
428
- blue1100: any;
429
- blue1200: any;
430
- pink100: any;
431
- pink200: any;
432
- pink300: any;
433
- pink400: any;
434
- pink500: any;
435
- pink600: any;
436
- pink700: any;
437
- pink800: any;
438
- pink900: any;
439
- pink1000: any;
440
- pink1100: any;
441
- pink1200: any;
442
- purple100: any;
443
- purple200: any;
444
- purple300: any;
445
- purple400: any;
446
- purple500: any;
447
- purple600: any;
448
- purple700: any;
449
- purple800: any;
450
- purple900: any;
451
- purple1000: any;
452
- purple1100: any;
453
- purple1200: any;
454
- cyan100: any;
455
- cyan200: any;
456
- cyan300: any;
457
- cyan400: any;
458
- cyan500: any;
459
- cyan600: any;
460
- cyan700: any;
461
- cyan800: any;
462
- cyan900: any;
463
- cyan1000: any;
464
- cyan1100: any;
465
- cyan1200: any;
466
- green100: any;
467
- green200: any;
468
- green300: any;
469
- green400: any;
470
- green500: any;
471
- green600: any;
472
- green700: any;
473
- green800: any;
474
- green900: any;
475
- green1000: any;
476
- green1100: any;
477
- green1200: any;
478
- magenta100: any;
479
- magenta200: any;
480
- magenta300: any;
481
- magenta400: any;
482
- magenta500: any;
483
- magenta600: any;
484
- magenta700: any;
485
- magenta800: any;
486
- magenta900: any;
487
- magenta1000: any;
488
- magenta1100: any;
489
- magenta1200: any;
490
- red100: any;
491
- red200: any;
492
- red300: any;
493
- red400: any;
494
- red500: any;
495
- red600: any;
496
- red700: any;
497
- red800: any;
498
- red900: any;
499
- red1000: any;
500
- red1100: any;
501
- red1200: any;
502
- teal100: any;
503
- teal200: any;
504
- teal300: any;
505
- teal400: any;
506
- teal500: any;
507
- teal600: any;
508
- teal700: any;
509
- teal800: any;
510
- teal900: any;
511
- teal1000: any;
512
- teal1100: any;
513
- teal1200: any;
514
- orange100: any;
515
- orange200: any;
516
- orange300: any;
517
- orange400: any;
518
- orange500: any;
519
- orange600: any;
520
- orange700: any;
521
- orange800: any;
522
- orange900: any;
523
- orange1000: any;
524
- orange1100: any;
525
- orange1200: any;
526
- yellow100: any;
527
- yellow200: any;
528
- yellow300: any;
529
- yellow400: any;
530
- yellow500: any;
531
- yellow600: any;
532
- yellow700: any;
533
- yellow800: any;
534
- yellow900: any;
535
- yellow1000: any;
536
- yellow1100: any;
537
- yellow1200: any;
538
- lime100: any;
539
- lime200: any;
540
- lime300: any;
541
- lime400: any;
542
- lime500: any;
543
- lime600: any;
544
- lime700: any;
545
- lime800: any;
546
- lime900: any;
547
- lime1000: any;
548
- lime1100: any;
549
- lime1200: any;
550
- lapis100: any;
551
- lapis200: any;
552
- lapis300: any;
553
- lapis400: any;
554
- lapis500: any;
555
- lapis600: any;
556
- lapis700: any;
557
- lapis800: any;
558
- lapis900: any;
559
- lapis1000: any;
560
- lapis1100: any;
561
- lapis1200: any;
562
- maroon100: any;
563
- maroon200: any;
564
- maroon300: any;
565
- maroon400: any;
566
- maroon500: any;
567
- maroon600: any;
568
- maroon700: any;
569
- maroon800: any;
570
- maroon900: any;
571
- maroon1000: any;
572
- maroon1100: any;
573
- maroon1200: any;
574
- marsh100: any;
575
- marsh200: any;
576
- marsh300: any;
577
- marsh400: any;
578
- marsh500: any;
579
- marsh600: any;
580
- marsh700: any;
581
- marsh800: any;
582
- marsh900: any;
583
- marsh1000: any;
584
- marsh1100: any;
585
- marsh1200: any;
586
- tonal50: any;
587
- tonal100: any;
588
- tonal200: any;
589
- tonal300: any;
590
- tonal400: any;
591
- tonal500: any;
592
- tonal600: any;
593
- alpha100: any;
594
- alpha150: any;
595
- alpha200: any;
596
- alpha250: any;
597
- alpha600: any;
598
- brandRed: any;
599
- brandRedAccent: any;
600
- brandGreen: any;
601
- brandGreenAccent: any;
602
- brandPurple: any;
603
- brandPurpleAccent: any;
604
- brandYellow: any;
605
- brandYellowAccent: any;
606
- infoLight: any;
607
- info: any;
608
- infoMid: any;
609
- infoDark: any;
610
- successLight: any;
611
- success: any;
612
- successMid: any;
613
- successDark: any;
614
- dangerLight: any;
615
- danger: any;
616
- dangerMid: any;
617
- dangerDark: any;
618
- warningLight: any;
619
- warning: any;
620
- warningMid: any;
621
- warningDark: any;
622
- warningText: any;
623
- subjectEnglish: any;
624
- subjectMaths: any;
625
- subjectScience: any;
626
- subjectVerbalReasoning: any;
627
- subjectNonVerbalReasoning: any;
628
- subjectCreativeWriting: any;
629
- subjectExamSkills: any;
630
- glBlueLight: any;
631
- glBluePrimary: any;
632
- glBlueDark: any;
633
- primary100: any;
634
- primary200: any;
635
- primary300: any;
636
- primary400: any;
637
- primary500: any;
638
- primary600: any;
639
- primary700: any;
640
- primary800: any;
641
- primary900: any;
642
- primary1000: any;
643
- primary1100: any;
644
- primary1200: any;
384
+ textBold: string;
385
+ textRegular: string;
386
+ textSubtle: string;
387
+ textMinimal: string;
388
+ background: string;
389
+ backgroundAccent: string;
390
+ grey100: string;
391
+ grey200: string;
392
+ grey300: string;
393
+ grey400: string;
394
+ grey500: string;
395
+ grey600: string;
396
+ grey700: string;
397
+ grey800: string;
398
+ grey900: string;
399
+ grey1000: string;
400
+ grey1100: string;
401
+ grey1200: string;
402
+ blue100: string;
403
+ blue200: string;
404
+ blue300: string;
405
+ blue400: string;
406
+ blue500: string;
407
+ blue600: string;
408
+ blue700: string;
409
+ blue800: string;
410
+ blue900: string;
411
+ blue1000: string;
412
+ blue1100: string;
413
+ blue1200: string;
414
+ pink100: string;
415
+ pink200: string;
416
+ pink300: string;
417
+ pink400: string;
418
+ pink500: string;
419
+ pink600: string;
420
+ pink700: string;
421
+ pink800: string;
422
+ pink900: string;
423
+ pink1000: string;
424
+ pink1100: string;
425
+ pink1200: string;
426
+ purple100: string;
427
+ purple200: string;
428
+ purple300: string;
429
+ purple400: string;
430
+ purple500: string;
431
+ purple600: string;
432
+ purple700: string;
433
+ purple800: string;
434
+ purple900: string;
435
+ purple1000: string;
436
+ purple1100: string;
437
+ purple1200: string;
438
+ cyan100: string;
439
+ cyan200: string;
440
+ cyan300: string;
441
+ cyan400: string;
442
+ cyan500: string;
443
+ cyan600: string;
444
+ cyan700: string;
445
+ cyan800: string;
446
+ cyan900: string;
447
+ cyan1000: string;
448
+ cyan1100: string;
449
+ cyan1200: string;
450
+ green100: string;
451
+ green200: string;
452
+ green300: string;
453
+ green400: string;
454
+ green500: string;
455
+ green600: string;
456
+ green700: string;
457
+ green800: string;
458
+ green900: string;
459
+ green1000: string;
460
+ green1100: string;
461
+ green1200: string;
462
+ magenta100: string;
463
+ magenta200: string;
464
+ magenta300: string;
465
+ magenta400: string;
466
+ magenta500: string;
467
+ magenta600: string;
468
+ magenta700: string;
469
+ magenta800: string;
470
+ magenta900: string;
471
+ magenta1000: string;
472
+ magenta1100: string;
473
+ magenta1200: string;
474
+ red100: string;
475
+ red200: string;
476
+ red300: string;
477
+ red400: string;
478
+ red500: string;
479
+ red600: string;
480
+ red700: string;
481
+ red800: string;
482
+ red900: string;
483
+ red1000: string;
484
+ red1100: string;
485
+ red1200: string;
486
+ teal100: string;
487
+ teal200: string;
488
+ teal300: string;
489
+ teal400: string;
490
+ teal500: string;
491
+ teal600: string;
492
+ teal700: string;
493
+ teal800: string;
494
+ teal900: string;
495
+ teal1000: string;
496
+ teal1100: string;
497
+ teal1200: string;
498
+ orange100: string;
499
+ orange200: string;
500
+ orange300: string;
501
+ orange400: string;
502
+ orange500: string;
503
+ orange600: string;
504
+ orange700: string;
505
+ orange800: string;
506
+ orange900: string;
507
+ orange1000: string;
508
+ orange1100: string;
509
+ orange1200: string;
510
+ yellow100: string;
511
+ yellow200: string;
512
+ yellow300: string;
513
+ yellow400: string;
514
+ yellow500: string;
515
+ yellow600: string;
516
+ yellow700: string;
517
+ yellow800: string;
518
+ yellow900: string;
519
+ yellow1000: string;
520
+ yellow1100: string;
521
+ yellow1200: string;
522
+ lime100: string;
523
+ lime200: string;
524
+ lime300: string;
525
+ lime400: string;
526
+ lime500: string;
527
+ lime600: string;
528
+ lime700: string;
529
+ lime800: string;
530
+ lime900: string;
531
+ lime1000: string;
532
+ lime1100: string;
533
+ lime1200: string;
534
+ lapis100: string;
535
+ lapis200: string;
536
+ lapis300: string;
537
+ lapis400: string;
538
+ lapis500: string;
539
+ lapis600: string;
540
+ lapis700: string;
541
+ lapis800: string;
542
+ lapis900: string;
543
+ lapis1000: string;
544
+ lapis1100: string;
545
+ lapis1200: string;
546
+ maroon100: string;
547
+ maroon200: string;
548
+ maroon300: string;
549
+ maroon400: string;
550
+ maroon500: string;
551
+ maroon600: string;
552
+ maroon700: string;
553
+ maroon800: string;
554
+ maroon900: string;
555
+ maroon1000: string;
556
+ maroon1100: string;
557
+ maroon1200: string;
558
+ marsh100: string;
559
+ marsh200: string;
560
+ marsh300: string;
561
+ marsh400: string;
562
+ marsh500: string;
563
+ marsh600: string;
564
+ marsh700: string;
565
+ marsh800: string;
566
+ marsh900: string;
567
+ marsh1000: string;
568
+ marsh1100: string;
569
+ marsh1200: string;
570
+ alpha100: string;
571
+ alpha150: string;
572
+ alpha200: string;
573
+ alpha250: string;
574
+ alpha600: string;
575
+ infoLight: string;
576
+ info: string;
577
+ infoMid: string;
578
+ infoDark: string;
579
+ successLight: string;
580
+ success: string;
581
+ successMid: string;
582
+ successDark: string;
583
+ dangerLight: string;
584
+ danger: string;
585
+ dangerMid: string;
586
+ dangerDark: string;
587
+ warningLight: string;
588
+ warning: string;
589
+ warningMid: string;
590
+ warningDark: string;
591
+ warningText: string;
592
+ subjectEnglish: string;
593
+ subjectMaths: string;
594
+ subjectScience: string;
595
+ subjectVerbalReasoning: string;
596
+ subjectNonVerbalReasoning: string;
597
+ subjectCreativeWriting: string;
598
+ subjectExamSkills: string;
599
+ glBlueLight: string;
600
+ glBluePrimary: string;
601
+ glBlueDark: string;
602
+ primary100: string;
603
+ primary200: string;
604
+ primary300: string;
605
+ primary400: string;
606
+ primary500: string;
607
+ primary600: string;
608
+ primary700: string;
609
+ primary800: string;
610
+ primary900: string;
611
+ primary1000: string;
612
+ primary1100: string;
613
+ primary1200: string;
645
614
  };
646
615
  space: {
647
- "0": any;
648
- "1": any;
649
- "2": any;
650
- "3": any;
651
- "4": any;
652
- "5": any;
653
- "6": any;
654
- "7": any;
655
- "8": any;
656
- "9": any;
657
- "24": any;
616
+ "0": string;
617
+ "1": string;
618
+ "2": string;
619
+ "3": string;
620
+ "4": string;
621
+ "5": string;
622
+ "6": string;
623
+ "7": string;
624
+ "8": string;
625
+ "9": string;
626
+ "24": string;
658
627
  };
659
628
  fontSizes: {
660
- xs: any;
661
- sm: any;
662
- md: any;
663
- lg: any;
664
- xl: any;
665
- "2xl": any;
666
- "3xl": any;
667
- "4xl": any;
629
+ xs: string;
630
+ sm: string;
631
+ md: string;
632
+ lg: string;
633
+ xl: string;
634
+ "2xl": string;
635
+ "3xl": string;
636
+ "4xl": string;
668
637
  };
669
638
  fonts: {
670
- sans: any;
671
- mono: any;
672
- display: any;
673
- body: any;
639
+ sans: string;
640
+ mono: string;
641
+ display: string;
642
+ body: string;
674
643
  };
675
644
  sizes: {
676
- "0": any;
677
- "1": any;
678
- "2": any;
679
- "3": any;
680
- "4": any;
681
- "5": any;
682
- "6": any;
683
- "7": any;
684
- "8": any;
645
+ "0": string;
646
+ "1": string;
647
+ "2": string;
648
+ "3": string;
649
+ "4": string;
650
+ "5": string;
651
+ "6": string;
652
+ "7": string;
653
+ "8": string;
685
654
  };
686
655
  radii: {
687
- "0": any;
688
- "1": any;
689
- "2": any;
690
- "3": any;
691
- round: any;
656
+ "0": string;
657
+ "1": string;
658
+ "2": string;
659
+ "3": string;
660
+ round: string;
692
661
  };
693
662
  shadows: {
694
- "0": any;
695
- "1": any;
696
- "2": any;
697
- "3": any;
663
+ "0": string;
664
+ "1": string;
665
+ "2": string;
666
+ "3": string;
698
667
  };
699
668
  ratios: {
700
- "16-9": any;
701
- "3-2": any;
702
- "4-3": any;
703
- "1-1": any;
704
- "3-4": any;
669
+ "16-9": string;
670
+ "3-2": string;
671
+ "4-3": string;
672
+ "1-1": string;
673
+ "3-4": string;
705
674
  };
706
675
  }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
707
- bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
676
+ bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
708
677
  background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
709
678
  };
710
- size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
679
+ size: (value: import("@atom-learning/stitches-react").ScaleValue<"size"> | number | string) => {
711
680
  height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
712
681
  width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
713
682
  };
714
- p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
683
+ p: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
715
684
  padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
716
685
  };
717
- pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
686
+ pt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
718
687
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
719
688
  };
720
- pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
689
+ pr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
721
690
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
722
691
  };
723
- pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
692
+ pb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
724
693
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
725
694
  };
726
- pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
695
+ pl: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
727
696
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
728
697
  };
729
- px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
698
+ px: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
730
699
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
731
700
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
732
701
  };
733
- py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
702
+ py: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
734
703
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
735
704
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
736
705
  };
737
- m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
706
+ m: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
738
707
  margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
739
708
  };
740
- mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
709
+ mt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
741
710
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
742
711
  };
743
- mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
712
+ mr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
744
713
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
745
714
  };
746
- mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
715
+ mb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
747
716
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
748
717
  };
749
- ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
718
+ ml: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
750
719
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
751
720
  };
752
- mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
721
+ mx: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
753
722
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
754
723
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
755
724
  };
756
- my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
725
+ my: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
757
726
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
758
727
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
759
728
  };