@atom-learning/components 3.30.0 → 4.0.0-beta.10

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 (394) hide show
  1. package/dist/components/accordion/Accordion.d.ts +294 -297
  2. package/dist/components/accordion/AccordionContent.d.ts +292 -295
  3. package/dist/components/accordion/AccordionItem.d.ts +292 -295
  4. package/dist/components/accordion/AccordionTrigger.d.ts +659 -297
  5. package/dist/components/action-icon/ActionIcon.d.ts +294 -297
  6. package/dist/components/action-icon/ActionIcon.js +1 -1
  7. package/dist/components/action-icon/ActionIcon.js.map +1 -1
  8. package/dist/components/alert-dialog/AlertDialog.d.ts +647 -651
  9. package/dist/components/alert-dialog/AlertDialogContent.d.ts +292 -295
  10. package/dist/components/alert-dialog/alert-context/AlertContext.d.ts +1 -1
  11. package/dist/components/alert-dialog/alert-context/AlertDialog.d.ts +1 -1
  12. package/dist/components/alert-dialog/alert-context/AlertDialogIcon.d.ts +1 -1
  13. package/dist/components/alert-dialog/alert-context/reducer.d.ts +2 -2
  14. package/dist/components/alert-dialog/alert-context/types.d.ts +3 -3
  15. package/dist/components/avatar/Avatar.d.ts +961 -595
  16. package/dist/components/avatar/Avatar.js +1 -1
  17. package/dist/components/avatar/Avatar.js.map +1 -1
  18. package/dist/components/avatar/AvatarInitial.js +1 -1
  19. package/dist/components/avatar/AvatarInitial.js.map +1 -1
  20. package/dist/components/badge/Badge.context.d.ts +2 -2
  21. package/dist/components/badge/Badge.d.ts +1828 -1842
  22. package/dist/components/badge/BadgeIcon.d.ts +585 -591
  23. package/dist/components/badge/BadgeText.d.ts +591 -595
  24. package/dist/components/badge/stitches.badge.colorscheme.config.d.ts +11 -0
  25. package/dist/components/badge/stitches.badge.colorscheme.config.js +1 -1
  26. package/dist/components/badge/stitches.badge.colorscheme.config.js.map +1 -1
  27. package/dist/components/banner/Banner.d.ts +1 -0
  28. package/dist/components/banner/BannerContainer.d.ts +588 -594
  29. package/dist/components/banner/BannerContext.d.ts +2 -2
  30. package/dist/components/banner/banner-regular/BannerRegular.d.ts +2908 -1399
  31. package/dist/components/banner/banner-regular/BannerRegularContainer.d.ts +1 -1
  32. package/dist/components/banner/banner-regular/BannerRegularContent.d.ts +584 -590
  33. package/dist/components/banner/banner-regular/BannerRegularDismiss.d.ts +588 -594
  34. package/dist/components/banner/banner-slim/BannerSlim.d.ts +2537 -1400
  35. package/dist/components/banner/banner-slim/BannerSlimContainer.d.ts +293 -296
  36. package/dist/components/banner/banner-slim/BannerSlimContent.d.ts +587 -593
  37. package/dist/components/banner/banner-slim/BannerSlimDismiss.d.ts +588 -594
  38. package/dist/components/banner/banner-slim/BannerSlimText.js +1 -1
  39. package/dist/components/banner/banner-slim/BannerSlimText.js.map +1 -1
  40. package/dist/components/box/Box.d.ts +292 -295
  41. package/dist/components/button/Button.d.ts +293 -296
  42. package/dist/components/button/Button.js +1 -1
  43. package/dist/components/button/Button.js.map +1 -1
  44. package/dist/components/calendar/Calendar.d.ts +2 -2
  45. package/dist/components/calendar/Calendar.js +1 -1
  46. package/dist/components/calendar/Calendar.js.map +1 -1
  47. package/dist/components/calendar/Day.d.ts +292 -295
  48. package/dist/components/calendar/Day.js +1 -1
  49. package/dist/components/calendar/Day.js.map +1 -1
  50. package/dist/components/carousel/Carousel.d.ts +1304 -944
  51. package/dist/components/carousel/CarouselArrows.js +1 -1
  52. package/dist/components/carousel/CarouselArrows.js.map +1 -1
  53. package/dist/components/carousel/CarouselPagination.d.ts +294 -296
  54. package/dist/components/carousel/CarouselPagination.js +1 -1
  55. package/dist/components/carousel/CarouselPagination.js.map +1 -1
  56. package/dist/components/carousel/CarouselSlide.d.ts +293 -296
  57. package/dist/components/carousel/CarouselSlider.d.ts +294 -296
  58. package/dist/components/checkbox/Checkbox.d.ts +292 -295
  59. package/dist/components/checkbox/Checkbox.js +1 -1
  60. package/dist/components/checkbox/Checkbox.js.map +1 -1
  61. package/dist/components/checkbox-group/CheckboxGroup.d.ts +895 -904
  62. package/dist/components/checkbox-group/CheckboxGroup.types.d.ts +1 -1
  63. package/dist/components/checkbox-group/CheckboxGroupAllItem.d.ts +1 -1
  64. package/dist/components/checkbox-group/CheckboxGroupItem.d.ts +1 -1
  65. package/dist/components/checkbox-group/CheckboxGroupSub.d.ts +1 -1
  66. package/dist/components/checkbox-group/context/CheckboxGroupChecked.context.d.ts +2 -2
  67. package/dist/components/checkbox-group/context/CheckboxGroupMounted.context.d.ts +1 -1
  68. package/dist/components/checkbox-tree/CheckboxTree.d.ts +1321 -1333
  69. package/dist/components/checkbox-tree/CheckboxTreeCollapsible.d.ts +1 -1
  70. package/dist/components/checkbox-tree/CheckboxTreeCollapsibleContent.d.ts +1 -1
  71. package/dist/components/checkbox-tree/CheckboxTreeCollapsibleTrigger.d.ts +1 -1
  72. package/dist/components/checkbox-tree/CheckboxTreeItem.d.ts +1 -1
  73. package/dist/components/checkbox-tree/CheckboxTreeItemContent.d.ts +1 -1
  74. package/dist/components/chip/Chip.d.ts +2058 -2079
  75. package/dist/components/chip/ChipGroup.d.ts +1 -1
  76. package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +1254 -892
  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 +1254 -892
  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 +1465 -1479
  87. package/dist/components/combobox/ComboboxInput.d.ts +294 -297
  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 -296
  91. package/dist/components/combobox/ComboboxOption.d.ts +293 -296
  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 -296
  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 +3373 -3387
  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 +7 -4
  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 -298
  110. package/dist/components/data-table/DataTableMetaData.d.ts +7 -7
  111. package/dist/components/data-table/DataTableMetaData.js +1 -1
  112. package/dist/components/data-table/DataTableMetaData.js.map +1 -1
  113. package/dist/components/data-table/DataTableRow.d.ts +1 -1
  114. package/dist/components/data-table/DataTableRowSelectionCheckbox.d.ts +2 -2
  115. package/dist/components/data-table/DataTableSelectAllRowsCheckbox.d.ts +1 -1
  116. package/dist/components/data-table/DataTableTable.d.ts +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 -296
  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 +2211 -1480
  124. package/dist/components/dialog/DialogBackground.d.ts +584 -590
  125. package/dist/components/dialog/DialogClose.d.ts +293 -295
  126. package/dist/components/dialog/DialogContent.d.ts +294 -297
  127. package/dist/components/dialog/DialogHeading.js +1 -1
  128. package/dist/components/dialog/DialogHeading.js.map +1 -1
  129. package/dist/components/dismissible/index.d.ts +1 -0
  130. package/dist/components/dismissible-group/DismissibleGroupItem.d.ts +1 -1
  131. package/dist/components/dismissible-group/index.d.ts +1 -0
  132. package/dist/components/divider/Divider.d.ts +292 -295
  133. package/dist/components/divider/Divider.js +1 -1
  134. package/dist/components/divider/Divider.js.map +1 -1
  135. package/dist/components/drawer/Drawer.context.d.ts +1 -1
  136. package/dist/components/drawer/Drawer.d.ts +1928 -1183
  137. package/dist/components/drawer/DrawerClose.d.ts +1 -1
  138. package/dist/components/drawer/DrawerContent.d.ts +293 -296
  139. package/dist/components/drawer/DrawerFooter.d.ts +292 -295
  140. package/dist/components/drawer/DrawerHeader.d.ts +292 -295
  141. package/dist/components/drawer/DrawerMain.d.ts +292 -295
  142. package/dist/components/drawer/DrawerOverlay.d.ts +293 -295
  143. package/dist/components/drawer/DrawerTrigger.d.ts +293 -295
  144. package/dist/components/dropdown-menu/DropdownMenu.d.ts +1826 -1477
  145. package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +293 -295
  146. package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +293 -295
  147. package/dist/components/dropdown-menu/DropdownMenuItem.js +1 -1
  148. package/dist/components/dropdown-menu/DropdownMenuItem.js.map +1 -1
  149. package/dist/components/dropdown-menu/DropdownMenuLinkItem.d.ts +366 -1
  150. package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +293 -295
  151. package/dist/components/dropdown-menu/DropdownMenuSeparator.js +1 -1
  152. package/dist/components/dropdown-menu/DropdownMenuSeparator.js.map +1 -1
  153. package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +293 -295
  154. package/dist/components/empty-state/EmptyState.context.d.ts +1 -1
  155. package/dist/components/empty-state/EmptyState.d.ts +2060 -2079
  156. package/dist/components/empty-state/EmptyStateBody.d.ts +591 -595
  157. package/dist/components/empty-state/EmptyStateBody.js +1 -1
  158. package/dist/components/empty-state/EmptyStateBody.js.map +1 -1
  159. package/dist/components/empty-state/EmptyStateImage.d.ts +587 -593
  160. package/dist/components/empty-state/EmptyStateTitle.d.ts +294 -297
  161. package/dist/components/empty-state/EmptyStateTitle.js +1 -1
  162. package/dist/components/empty-state/EmptyStateTitle.js.map +1 -1
  163. package/dist/components/field-wrapper/FieldDescription.d.ts +1 -1
  164. package/dist/components/field-wrapper/FieldDescription.js +1 -1
  165. package/dist/components/field-wrapper/FieldDescription.js.map +1 -1
  166. package/dist/components/field-wrapper/FieldWrapper.d.ts +2 -2
  167. package/dist/components/field-wrapper/InlineFieldWrapper.d.ts +1 -1
  168. package/dist/components/file-input/FileInput.d.ts +1 -1
  169. package/dist/components/flex/Flex.d.ts +295 -298
  170. package/dist/components/form/Form.d.ts +293 -296
  171. package/dist/components/form/validation.d.ts +5 -5
  172. package/dist/components/grid/Grid.d.ts +293 -296
  173. package/dist/components/heading/Heading.d.ts +294 -297
  174. package/dist/components/heading/Heading.js +1 -1
  175. package/dist/components/heading/Heading.js.map +1 -1
  176. package/dist/components/icon/Icon.d.ts +293 -296
  177. package/dist/components/image/Image.d.ts +293 -296
  178. package/dist/components/inline-message/InlineMessage.config.js +1 -1
  179. package/dist/components/inline-message/InlineMessage.config.js.map +1 -1
  180. package/dist/components/inline-message/InlineMessage.d.ts +588 -594
  181. package/dist/components/inline-message/InlineMessage.types.d.ts +1 -1
  182. package/dist/components/input/Input.d.ts +882 -891
  183. package/dist/components/input-field/InputField.d.ts +1 -1
  184. package/dist/components/label/Label.d.ts +293 -296
  185. package/dist/components/label/Label.js +1 -1
  186. package/dist/components/label/Label.js.map +1 -1
  187. package/dist/components/link/Link.d.ts +294 -297
  188. package/dist/components/list/List.d.ts +587 -593
  189. package/dist/components/loader/Loader.d.ts +1 -1
  190. package/dist/components/markdown-content/MarkdownContent.d.ts +2 -2
  191. package/dist/components/markdown-content/components/MarkdownCode.d.ts +1 -1
  192. package/dist/components/markdown-content/components/MarkdownCode.js +1 -1
  193. package/dist/components/markdown-content/components/MarkdownCode.js.map +1 -1
  194. package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +293 -296
  195. package/dist/components/markdown-content/components/MarkdownHeading.d.ts +1 -1
  196. package/dist/components/markdown-content/components/MarkdownImage.d.ts +1 -1
  197. package/dist/components/markdown-content/components/MarkdownInlineCode.d.ts +1 -1
  198. package/dist/components/markdown-content/components/MarkdownInlineCode.js +1 -1
  199. package/dist/components/markdown-content/components/MarkdownInlineCode.js.map +1 -1
  200. package/dist/components/markdown-content/components/MarkdownLink.d.ts +1 -1
  201. package/dist/components/markdown-content/components/MarkdownList.d.ts +1 -1
  202. package/dist/components/markdown-content/components/MarkdownListItem.d.ts +1 -1
  203. package/dist/components/markdown-content/components/MarkdownParagraph.d.ts +1 -1
  204. package/dist/components/markdown-content/components/MarkdownStrong.d.ts +1 -1
  205. package/dist/components/markdown-content/components/MarkdownText.d.ts +1 -1
  206. package/dist/components/markdown-content/components/MarkdownThematicBreak.d.ts +1 -1
  207. package/dist/components/navigation/NavigationMenu.d.ts +2077 -2810
  208. package/dist/components/navigation/NavigationMenuDropdown.d.ts +1 -1
  209. package/dist/components/navigation/NavigationMenuDropdownContent.d.ts +293 -296
  210. package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +589 -593
  211. package/dist/components/navigation/NavigationMenuDropdownItem.js +1 -1
  212. package/dist/components/navigation/NavigationMenuDropdownItem.js.map +1 -1
  213. package/dist/components/navigation/NavigationMenuDropdownTrigger.d.ts +292 -295
  214. package/dist/components/navigation/NavigationMenuLink.d.ts +292 -295
  215. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.d.ts +3312 -3341
  216. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordion.d.ts +2 -2
  217. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionContent.d.ts +293 -296
  218. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionTrigger.d.ts +293 -296
  219. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalIcon.d.ts +585 -591
  220. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItem.d.ts +293 -296
  221. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItemContent.d.ts +1 -1
  222. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalLink.d.ts +293 -296
  223. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalList.d.ts +293 -295
  224. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.d.ts +590 -594
  225. package/dist/components/notification-badge/NotificationBadge.d.ts +1 -1
  226. package/dist/components/number-input/NumberInputStepper.d.ts +1 -1
  227. package/dist/components/number-input/NumberInputStepper.js +1 -1
  228. package/dist/components/number-input/NumberInputStepper.js.map +1 -1
  229. package/dist/components/pagination/Pagination.d.ts +3 -1
  230. package/dist/components/pagination/PaginationItems.d.ts +1 -0
  231. package/dist/components/pagination/PaginationNextButton.d.ts +587 -593
  232. package/dist/components/pagination/PaginationPreviousButton.d.ts +587 -593
  233. package/dist/components/pagination/types.d.ts +4 -3
  234. package/dist/components/password-field/PasswordField.d.ts +1 -1
  235. package/dist/components/password-input/PasswordInput.d.ts +1 -1
  236. package/dist/components/popover/Popover.d.ts +586 -592
  237. package/dist/components/popover/PopoverContent.d.ts +293 -296
  238. package/dist/components/progress-bar/ProgressBar.d.ts +293 -296
  239. package/dist/components/progress-bar/ProgressBar.js +1 -1
  240. package/dist/components/progress-bar/ProgressBar.js.map +1 -1
  241. package/dist/components/radio-button/RadioButton.d.ts +293 -296
  242. package/dist/components/radio-button/RadioButton.js +1 -1
  243. package/dist/components/radio-button/RadioButton.js.map +1 -1
  244. package/dist/components/radio-button/RadioButtonGroup.d.ts +293 -295
  245. package/dist/components/radio-button-field/RadioButtonField.d.ts +299 -302
  246. package/dist/components/radio-button-field/RadioField.d.ts +1 -1
  247. package/dist/components/radio-card/RadioCard.d.ts +293 -296
  248. package/dist/components/radio-card/RadioCard.js +1 -1
  249. package/dist/components/radio-card/RadioCard.js.map +1 -1
  250. package/dist/components/radio-card/RadioCardGroup.d.ts +1 -1
  251. package/dist/components/radio-card/RadioCardGroup.js.map +1 -1
  252. package/dist/components/search-field/SearchField.d.ts +1 -1
  253. package/dist/components/search-input/SearchInput.d.ts +1 -1
  254. package/dist/components/search-input/SearchInput.js +1 -1
  255. package/dist/components/search-input/SearchInput.js.map +1 -1
  256. package/dist/components/section-message/SectionMessage.d.ts +2468 -598
  257. package/dist/components/section-message/SectionMessageContext.d.ts +2 -2
  258. package/dist/components/section-message/SectionMessageIcon.d.ts +1 -1
  259. package/dist/components/section-message/SectionMessageTitle.d.ts +1 -1
  260. package/dist/components/section-message/SectionMessageTitle.js +1 -1
  261. package/dist/components/section-message/SectionMessageTitle.js.map +1 -1
  262. package/dist/components/select/Select.d.ts +293 -296
  263. package/dist/components/select/Select.js +1 -1
  264. package/dist/components/select/Select.js.map +1 -1
  265. package/dist/components/select-field/SelectField.d.ts +1 -1
  266. package/dist/components/side-bar/SideBar.d.ts +2343 -2365
  267. package/dist/components/side-bar/SideBarComponents.d.ts +2051 -2069
  268. package/dist/components/side-bar/SideBarContext.d.ts +2 -2
  269. package/dist/components/slider/Slider.d.ts +294 -297
  270. package/dist/components/slider/Slider.js +1 -1
  271. package/dist/components/slider/Slider.js.map +1 -1
  272. package/dist/components/slider/SliderSteps.d.ts +2 -2
  273. package/dist/components/slider/SliderSteps.js +1 -1
  274. package/dist/components/slider/SliderSteps.js.map +1 -1
  275. package/dist/components/slider/SliderValue.d.ts +2 -2
  276. package/dist/components/slider/SliderValue.js +1 -1
  277. package/dist/components/slider/SliderValue.js.map +1 -1
  278. package/dist/components/slider-field/SliderField.d.ts +1 -1
  279. package/dist/components/sortable/Handle.d.ts +588 -594
  280. package/dist/components/sortable/SortableHandle.d.ts +1 -1
  281. package/dist/components/sortable/SortableItem.d.ts +1 -1
  282. package/dist/components/sortable/SortableRoot.d.ts +1 -1
  283. package/dist/components/sortable/index.d.ts +1 -0
  284. package/dist/components/spacer/Spacer.d.ts +292 -295
  285. package/dist/components/stack-content/StackContent.d.ts +293 -296
  286. package/dist/components/stepper/Stepper.d.ts +786 -2
  287. package/dist/components/stepper/StepperStepBullet.d.ts +587 -593
  288. package/dist/components/stepper/StepperStepBullet.js +1 -1
  289. package/dist/components/stepper/StepperStepBullet.js.map +1 -1
  290. package/dist/components/stepper/StepperStepContainer.d.ts +587 -593
  291. package/dist/components/stepper/StepperStepContainer.js +1 -1
  292. package/dist/components/stepper/StepperStepContainer.js.map +1 -1
  293. package/dist/components/stepper/StepperStepLabel.d.ts +590 -593
  294. package/dist/components/stepper/StepperStepLabel.js +1 -1
  295. package/dist/components/stepper/StepperStepLabel.js.map +1 -1
  296. package/dist/components/stepper/types.d.ts +3 -3
  297. package/dist/components/switch/Switch.d.ts +293 -296
  298. package/dist/components/switch/Switch.js +1 -1
  299. package/dist/components/switch/Switch.js.map +1 -1
  300. package/dist/components/table/Table.d.ts +2341 -2365
  301. package/dist/components/table/TableBody.d.ts +293 -296
  302. package/dist/components/table/TableBody.js +1 -1
  303. package/dist/components/table/TableBody.js.map +1 -1
  304. package/dist/components/table/TableCell.d.ts +292 -295
  305. package/dist/components/table/TableCell.js +1 -1
  306. package/dist/components/table/TableCell.js.map +1 -1
  307. package/dist/components/table/TableFooter.d.ts +292 -295
  308. package/dist/components/table/TableFooterCell.d.ts +292 -295
  309. package/dist/components/table/TableFooterCell.js +1 -1
  310. package/dist/components/table/TableFooterCell.js.map +1 -1
  311. package/dist/components/table/TableHeader.d.ts +293 -296
  312. package/dist/components/table/TableHeader.js +1 -1
  313. package/dist/components/table/TableHeader.js.map +1 -1
  314. package/dist/components/table/TableHeaderCell.d.ts +292 -295
  315. package/dist/components/table/TableRow.d.ts +292 -295
  316. package/dist/components/table/TableStickyColumnsContainer.d.ts +4 -4
  317. package/dist/components/table/useStickyColumnsCss.d.ts +2 -2
  318. package/dist/components/tabs/Tabs.d.ts +1295 -1303
  319. package/dist/components/tabs/TabsContent.d.ts +293 -295
  320. package/dist/components/tabs/TabsTrigger.d.ts +292 -295
  321. package/dist/components/tabs/TabsTriggerList.d.ts +659 -297
  322. package/dist/components/text/Text.d.ts +296 -297
  323. package/dist/components/text/Text.js +1 -1
  324. package/dist/components/text/Text.js.map +1 -1
  325. package/dist/components/textarea/Textarea.d.ts +293 -296
  326. package/dist/components/textarea/Textarea.js +1 -1
  327. package/dist/components/textarea/Textarea.js.map +1 -1
  328. package/dist/components/textarea-field/TextareaField.d.ts +1 -1
  329. package/dist/components/tile/Tile.d.ts +293 -296
  330. package/dist/components/tile/TileGroup.d.ts +295 -298
  331. package/dist/components/tile-interactive/TileInteractive.d.ts +586 -592
  332. package/dist/components/tile-toggle-group/TileToggleGroupItem.d.ts +879 -888
  333. package/dist/components/tile-toggle-group/TileToggleGroupRoot.d.ts +1 -1
  334. package/dist/components/tile-toggle-group/index.d.ts +1 -1
  335. package/dist/components/toast/Toast.d.ts +961 -595
  336. package/dist/components/toast/ToastProvider.d.ts +1 -1
  337. package/dist/components/toggle-group/ToggleGroupButton.d.ts +584 -590
  338. package/dist/components/toggle-group/ToggleGroupItem.d.ts +585 -590
  339. package/dist/components/toggle-group/ToggleGroupItem.js +1 -1
  340. package/dist/components/toggle-group/ToggleGroupItem.js.map +1 -1
  341. package/dist/components/toggle-group/ToggleGroupRoot.d.ts +294 -297
  342. package/dist/components/toggle-group/index.d.ts +1761 -1778
  343. package/dist/components/tooltip/Tooltip.d.ts +585 -591
  344. package/dist/components/tooltip/TooltipContent.d.ts +293 -296
  345. package/dist/components/tooltip/TooltipContent.js +1 -1
  346. package/dist/components/tooltip/TooltipContent.js.map +1 -1
  347. package/dist/components/top-bar/TopBar.d.ts +1841 -1490
  348. package/dist/components/top-bar/TopBar.js +1 -1
  349. package/dist/components/top-bar/TopBar.js.map +1 -1
  350. package/dist/components/top-bar/TopBarActionIcon.d.ts +1 -1
  351. package/dist/components/top-bar/TopBarBrand.d.ts +883 -899
  352. package/dist/components/top-bar/TopBarBrand.js +1 -1
  353. package/dist/components/top-bar/TopBarBrand.js.map +1 -1
  354. package/dist/components/tree/Tree.d.ts +3709 -3741
  355. package/dist/components/tree/TreeCollapsible.d.ts +293 -296
  356. package/dist/components/tree/TreeCollapsibleContent.d.ts +293 -296
  357. package/dist/components/tree/TreeCollapsibleTrigger.d.ts +1 -1
  358. package/dist/components/tree/TreeIcon.d.ts +585 -591
  359. package/dist/components/tree/TreeItem.d.ts +1 -1
  360. package/dist/components/tree/TreeItemContent.d.ts +296 -299
  361. package/dist/components/tree/TreeList.d.ts +1 -1
  362. package/dist/components/tree/TreeListItem.d.ts +296 -299
  363. package/dist/components/tree/TreeText.d.ts +1 -1
  364. package/dist/components/video/Video.d.ts +293 -296
  365. package/dist/docgen.json +1 -1
  366. package/dist/experiments/color-scheme/ColorScheme.d.ts +295 -298
  367. package/dist/experiments/color-scheme/stitches.colorscheme.config.d.ts +14 -0
  368. package/dist/experiments/color-scheme/stitches.colorscheme.config.js +1 -1
  369. package/dist/experiments/color-scheme/stitches.colorscheme.config.js.map +1 -1
  370. package/dist/index.cjs.js +1 -1
  371. package/dist/index.cjs.js.map +1 -1
  372. package/dist/stitches.d.ts +2480 -2515
  373. package/dist/types/navigatorActions.types.d.ts +1 -1
  374. package/dist/types/polymorphicComponentProp.types.d.ts +6 -5
  375. package/dist/utilities/create-theme-variants/createThemeVariants.d.ts +297 -1
  376. package/dist/utilities/css-wrapper/CSSWrapper.d.ts +1 -1
  377. package/dist/utilities/hooks/useIsMountedRef.d.ts +1 -0
  378. package/dist/utilities/hooks/useResizeObserver.d.ts +2 -2
  379. package/dist/utilities/hooks/useScrollPosition.d.ts +2 -2
  380. package/dist/utilities/hooks/useSize.d.ts +2 -2
  381. package/dist/utilities/hooks/useWindowScrollPosition.d.ts +2 -2
  382. package/dist/utilities/no-overflow-wrapper/NoOverflowWrapper.d.ts +584 -590
  383. package/dist/utilities/optional-tooltip-wrapper/OptionalTooltipWrapper.d.ts +1 -1
  384. package/dist/utilities/optional-visually-hidden-wrapper/OptionalVisuallyHiddenWrapper.d.ts +1 -1
  385. package/dist/utilities/radix-overrides/toggle-group/ToggleGroupRoot.d.ts +2 -2
  386. package/dist/utilities/radix-overrides/toggle-group/index.d.ts +2 -1
  387. package/dist/utilities/style/capsize.d.ts +1 -1
  388. package/dist/utilities/style/encode-background-icon.d.ts +1 -1
  389. package/dist/utilities/style/focus-visible-style-block.d.ts +2 -2
  390. package/dist/utilities/style/keyframe-animations.d.ts +2 -2
  391. package/dist/utilities/types.d.ts +1 -1
  392. package/dist/utilities/uri/index.d.ts +2 -2
  393. package/package.json +9 -9
  394. package/CHANGELOG.md +0 -212
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  declare const StyledDiv: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<"div", {
3
- size?: "xs" | "sm" | "md" | "lg" | "xl" | "xxl" | undefined;
3
+ size?: "sm" | "md" | "lg" | "xl" | "xs" | "xxl" | undefined;
4
4
  }, {
5
5
  sm: string;
6
6
  md: string;
@@ -19,357 +19,354 @@ declare const StyledDiv: import("@atom-learning/stitches-react/types/styled-comp
19
19
  hover: string;
20
20
  }, {
21
21
  colors: {
22
- textBold: string;
23
- textRegular: string;
24
- textSubtle: string;
25
- textMinimal: string;
26
- background: string;
27
- backgroundAccent: string;
28
- grey100: string;
29
- grey200: string;
30
- grey300: string;
31
- grey400: string;
32
- grey500: string;
33
- grey600: string;
34
- grey700: string;
35
- grey800: string;
36
- grey900: string;
37
- grey1000: string;
38
- grey1100: string;
39
- grey1200: string;
40
- blue100: string;
41
- blue200: string;
42
- blue300: string;
43
- blue400: string;
44
- blue500: string;
45
- blue600: string;
46
- blue700: string;
47
- blue800: string;
48
- blue900: string;
49
- blue1000: string;
50
- blue1100: string;
51
- blue1200: string;
52
- purple100: string;
53
- purple200: string;
54
- purple300: string;
55
- purple400: string;
56
- purple500: string;
57
- purple600: string;
58
- purple700: string;
59
- purple800: string;
60
- purple900: string;
61
- purple1000: string;
62
- purple1100: string;
63
- purple1200: string;
64
- cyan100: string;
65
- cyan200: string;
66
- cyan300: string;
67
- cyan400: string;
68
- cyan500: string;
69
- cyan600: string;
70
- cyan700: string;
71
- cyan800: string;
72
- cyan900: string;
73
- cyan1000: string;
74
- cyan1100: string;
75
- cyan1200: string;
76
- green100: string;
77
- green200: string;
78
- green300: string;
79
- green400: string;
80
- green500: string;
81
- green600: string;
82
- green700: string;
83
- green800: string;
84
- green900: string;
85
- green1000: string;
86
- green1100: string;
87
- green1200: string;
88
- magenta100: string;
89
- magenta200: string;
90
- magenta300: string;
91
- magenta400: string;
92
- magenta500: string;
93
- magenta600: string;
94
- magenta700: string;
95
- magenta800: string;
96
- magenta900: string;
97
- magenta1000: string;
98
- magenta1100: string;
99
- magenta1200: string;
100
- red100: string;
101
- red200: string;
102
- red300: string;
103
- red400: string;
104
- red500: string;
105
- red600: string;
106
- red700: string;
107
- red800: string;
108
- red900: string;
109
- red1000: string;
110
- red1100: string;
111
- red1200: string;
112
- teal100: string;
113
- teal200: string;
114
- teal300: string;
115
- teal400: string;
116
- teal500: string;
117
- teal600: string;
118
- teal700: string;
119
- teal800: string;
120
- teal900: string;
121
- teal1000: string;
122
- teal1100: string;
123
- teal1200: string;
124
- orange100: string;
125
- orange200: string;
126
- orange300: string;
127
- orange400: string;
128
- orange500: string;
129
- orange600: string;
130
- orange700: string;
131
- orange800: string;
132
- orange900: string;
133
- orange1000: string;
134
- orange1100: string;
135
- orange1200: string;
136
- yellow100: string;
137
- yellow200: string;
138
- yellow300: string;
139
- yellow400: string;
140
- yellow500: string;
141
- yellow600: string;
142
- yellow700: string;
143
- yellow800: string;
144
- yellow900: string;
145
- yellow1000: string;
146
- yellow1100: string;
147
- yellow1200: string;
148
- lime100: string;
149
- lime200: string;
150
- lime300: string;
151
- lime400: string;
152
- lime500: string;
153
- lime600: string;
154
- lime700: string;
155
- lime800: string;
156
- lime900: string;
157
- lime1000: string;
158
- lime1100: string;
159
- lime1200: string;
160
- lapis100: string;
161
- lapis200: string;
162
- lapis300: string;
163
- lapis400: string;
164
- lapis500: string;
165
- lapis600: string;
166
- lapis700: string;
167
- lapis800: string;
168
- lapis900: string;
169
- lapis1000: string;
170
- lapis1100: string;
171
- lapis1200: string;
172
- maroon100: string;
173
- maroon200: string;
174
- maroon300: string;
175
- maroon400: string;
176
- maroon500: string;
177
- maroon600: string;
178
- maroon700: string;
179
- maroon800: string;
180
- maroon900: string;
181
- maroon1000: string;
182
- maroon1100: string;
183
- maroon1200: string;
184
- marsh100: string;
185
- marsh200: string;
186
- marsh300: string;
187
- marsh400: string;
188
- marsh500: string;
189
- marsh600: string;
190
- marsh700: string;
191
- marsh800: string;
192
- marsh900: string;
193
- marsh1000: string;
194
- marsh1100: string;
195
- marsh1200: string;
196
- tonal50: string;
197
- tonal100: string;
198
- tonal200: string;
199
- tonal300: string;
200
- tonal400: string;
201
- tonal500: string;
202
- tonal600: string;
203
- alpha100: string;
204
- alpha150: string;
205
- alpha200: string;
206
- alpha250: string;
207
- alpha600: string;
208
- brandRed: string;
209
- brandRedAccent: string;
210
- brandGreen: string;
211
- brandGreenAccent: string;
212
- brandPurple: string;
213
- brandPurpleAccent: string;
214
- brandYellow: string;
215
- brandYellowAccent: string;
216
- infoLight: string;
217
- info: string;
218
- infoMid: string;
219
- infoDark: string;
220
- successLight: string;
221
- success: string;
222
- successMid: string;
223
- successDark: string;
224
- dangerLight: string;
225
- danger: string;
226
- dangerMid: string;
227
- dangerDark: string;
228
- warningLight: string;
229
- warning: string;
230
- warningMid: string;
231
- warningDark: string;
232
- warningText: string;
233
- subjectEnglish: string;
234
- subjectMaths: string;
235
- subjectScience: string;
236
- subjectVerbalReasoning: string;
237
- subjectNonVerbalReasoning: string;
238
- subjectCreativeWriting: string;
239
- subjectExamSkills: string;
240
- glBlueLight: string;
241
- glBluePrimary: string;
242
- glBlueDark: string;
243
- primary100: string;
244
- primary200: string;
245
- primary300: string;
246
- primary400: string;
247
- primary500: string;
248
- primary600: string;
249
- primary700: string;
250
- primary800: string;
251
- primary900: string;
252
- primary1000: string;
253
- primary1100: string;
254
- primary1200: string;
22
+ textBold: any;
23
+ textRegular: any;
24
+ textSubtle: any;
25
+ textMinimal: any;
26
+ background: any;
27
+ backgroundAccent: any;
28
+ grey100: any;
29
+ grey200: any;
30
+ grey300: any;
31
+ grey400: any;
32
+ grey500: any;
33
+ grey600: any;
34
+ grey700: any;
35
+ grey800: any;
36
+ grey900: any;
37
+ grey1000: any;
38
+ grey1100: any;
39
+ grey1200: any;
40
+ blue100: any;
41
+ blue200: any;
42
+ blue300: any;
43
+ blue400: any;
44
+ blue500: any;
45
+ blue600: any;
46
+ blue700: any;
47
+ blue800: any;
48
+ blue900: any;
49
+ blue1000: any;
50
+ blue1100: any;
51
+ blue1200: any;
52
+ pink100: any;
53
+ pink200: any;
54
+ pink300: any;
55
+ pink400: any;
56
+ pink500: any;
57
+ pink600: any;
58
+ pink700: any;
59
+ pink800: any;
60
+ pink900: any;
61
+ pink1000: any;
62
+ pink1100: any;
63
+ pink1200: any;
64
+ purple100: any;
65
+ purple200: any;
66
+ purple300: any;
67
+ purple400: any;
68
+ purple500: any;
69
+ purple600: any;
70
+ purple700: any;
71
+ purple800: any;
72
+ purple900: any;
73
+ purple1000: any;
74
+ purple1100: any;
75
+ purple1200: any;
76
+ cyan100: any;
77
+ cyan200: any;
78
+ cyan300: any;
79
+ cyan400: any;
80
+ cyan500: any;
81
+ cyan600: any;
82
+ cyan700: any;
83
+ cyan800: any;
84
+ cyan900: any;
85
+ cyan1000: any;
86
+ cyan1100: any;
87
+ cyan1200: any;
88
+ green100: any;
89
+ green200: any;
90
+ green300: any;
91
+ green400: any;
92
+ green500: any;
93
+ green600: any;
94
+ green700: any;
95
+ green800: any;
96
+ green900: any;
97
+ green1000: any;
98
+ green1100: any;
99
+ green1200: any;
100
+ magenta100: any;
101
+ magenta200: any;
102
+ magenta300: any;
103
+ magenta400: any;
104
+ magenta500: any;
105
+ magenta600: any;
106
+ magenta700: any;
107
+ magenta800: any;
108
+ magenta900: any;
109
+ magenta1000: any;
110
+ magenta1100: any;
111
+ magenta1200: any;
112
+ red100: any;
113
+ red200: any;
114
+ red300: any;
115
+ red400: any;
116
+ red500: any;
117
+ red600: any;
118
+ red700: any;
119
+ red800: any;
120
+ red900: any;
121
+ red1000: any;
122
+ red1100: any;
123
+ red1200: any;
124
+ teal100: any;
125
+ teal200: any;
126
+ teal300: any;
127
+ teal400: any;
128
+ teal500: any;
129
+ teal600: any;
130
+ teal700: any;
131
+ teal800: any;
132
+ teal900: any;
133
+ teal1000: any;
134
+ teal1100: any;
135
+ teal1200: any;
136
+ orange100: any;
137
+ orange200: any;
138
+ orange300: any;
139
+ orange400: any;
140
+ orange500: any;
141
+ orange600: any;
142
+ orange700: any;
143
+ orange800: any;
144
+ orange900: any;
145
+ orange1000: any;
146
+ orange1100: any;
147
+ orange1200: any;
148
+ yellow100: any;
149
+ yellow200: any;
150
+ yellow300: any;
151
+ yellow400: any;
152
+ yellow500: any;
153
+ yellow600: any;
154
+ yellow700: any;
155
+ yellow800: any;
156
+ yellow900: any;
157
+ yellow1000: any;
158
+ yellow1100: any;
159
+ yellow1200: any;
160
+ lime100: any;
161
+ lime200: any;
162
+ lime300: any;
163
+ lime400: any;
164
+ lime500: any;
165
+ lime600: any;
166
+ lime700: any;
167
+ lime800: any;
168
+ lime900: any;
169
+ lime1000: any;
170
+ lime1100: any;
171
+ lime1200: any;
172
+ lapis100: any;
173
+ lapis200: any;
174
+ lapis300: any;
175
+ lapis400: any;
176
+ lapis500: any;
177
+ lapis600: any;
178
+ lapis700: any;
179
+ lapis800: any;
180
+ lapis900: any;
181
+ lapis1000: any;
182
+ lapis1100: any;
183
+ lapis1200: any;
184
+ maroon100: any;
185
+ maroon200: any;
186
+ maroon300: any;
187
+ maroon400: any;
188
+ maroon500: any;
189
+ maroon600: any;
190
+ maroon700: any;
191
+ maroon800: any;
192
+ maroon900: any;
193
+ maroon1000: any;
194
+ maroon1100: any;
195
+ maroon1200: any;
196
+ marsh100: any;
197
+ marsh200: any;
198
+ marsh300: any;
199
+ marsh400: any;
200
+ marsh500: any;
201
+ marsh600: any;
202
+ marsh700: any;
203
+ marsh800: any;
204
+ marsh900: any;
205
+ marsh1000: any;
206
+ marsh1100: any;
207
+ marsh1200: any;
208
+ alpha100: any;
209
+ alpha150: any;
210
+ alpha200: any;
211
+ alpha250: any;
212
+ alpha600: any;
213
+ infoLight: any;
214
+ info: any;
215
+ infoMid: any;
216
+ infoDark: any;
217
+ successLight: any;
218
+ success: any;
219
+ successMid: any;
220
+ successDark: any;
221
+ dangerLight: any;
222
+ danger: any;
223
+ dangerMid: any;
224
+ dangerDark: any;
225
+ warningLight: any;
226
+ warning: any;
227
+ warningMid: any;
228
+ warningDark: any;
229
+ warningText: any;
230
+ subjectEnglish: any;
231
+ subjectMaths: any;
232
+ subjectScience: any;
233
+ subjectVerbalReasoning: any;
234
+ subjectNonVerbalReasoning: any;
235
+ subjectCreativeWriting: any;
236
+ subjectExamSkills: any;
237
+ glBlueLight: any;
238
+ glBluePrimary: any;
239
+ glBlueDark: any;
240
+ primary100: any;
241
+ primary200: any;
242
+ primary300: any;
243
+ primary400: any;
244
+ primary500: any;
245
+ primary600: any;
246
+ primary700: any;
247
+ primary800: any;
248
+ primary900: any;
249
+ primary1000: any;
250
+ primary1100: any;
251
+ primary1200: any;
255
252
  };
256
253
  space: {
257
- "0": string;
258
- "1": string;
259
- "2": string;
260
- "3": string;
261
- "4": string;
262
- "5": string;
263
- "6": string;
264
- "7": string;
265
- "8": string;
266
- "9": string;
267
- "24": string;
254
+ "0": any;
255
+ "1": any;
256
+ "2": any;
257
+ "3": any;
258
+ "4": any;
259
+ "5": any;
260
+ "6": any;
261
+ "7": any;
262
+ "8": any;
263
+ "9": any;
264
+ "24": any;
268
265
  };
269
266
  fontSizes: {
270
- xs: string;
271
- sm: string;
272
- md: string;
273
- lg: string;
274
- xl: string;
275
- "2xl": string;
276
- "3xl": string;
277
- "4xl": string;
267
+ xs: any;
268
+ sm: any;
269
+ md: any;
270
+ lg: any;
271
+ xl: any;
272
+ "2xl": any;
273
+ "3xl": any;
274
+ "4xl": any;
278
275
  };
279
276
  fonts: {
280
- sans: string;
281
- mono: string;
282
- display: string;
283
- body: string;
277
+ sans: any;
278
+ mono: any;
279
+ display: any;
280
+ body: any;
284
281
  };
285
282
  sizes: {
286
- "0": string;
287
- "1": string;
288
- "2": string;
289
- "3": string;
290
- "4": string;
291
- "5": string;
292
- "6": string;
293
- "7": string;
294
- "8": string;
283
+ "0": any;
284
+ "1": any;
285
+ "2": any;
286
+ "3": any;
287
+ "4": any;
288
+ "5": any;
289
+ "6": any;
290
+ "7": any;
291
+ "8": any;
295
292
  };
296
293
  radii: {
297
- "0": string;
298
- "1": string;
299
- "2": string;
300
- "3": string;
301
- round: string;
294
+ "0": any;
295
+ "1": any;
296
+ "2": any;
297
+ "3": any;
298
+ round: any;
302
299
  };
303
300
  shadows: {
304
- "0": string;
305
- "1": string;
306
- "2": string;
307
- "3": string;
301
+ "0": any;
302
+ "1": any;
303
+ "2": any;
304
+ "3": any;
308
305
  };
309
306
  ratios: {
310
- "16-9": string;
311
- "3-2": string;
312
- "4-3": string;
313
- "1-1": string;
314
- "3-4": string;
307
+ "16-9": any;
308
+ "3-2": any;
309
+ "4-3": any;
310
+ "1-1": any;
311
+ "3-4": any;
315
312
  };
316
313
  }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
317
- bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
314
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
318
315
  background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
319
316
  };
320
- size: (value: import("@atom-learning/stitches-react").ScaleValue<"size"> | number | string) => {
317
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
321
318
  height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
322
319
  width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
323
320
  };
324
- p: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
321
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
325
322
  padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
326
323
  };
327
- pt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
324
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
328
325
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
329
326
  };
330
- pr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
327
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
331
328
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
332
329
  };
333
- pb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
330
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
334
331
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
335
332
  };
336
- pl: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
333
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
337
334
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
338
335
  };
339
- px: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
336
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
340
337
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
341
338
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
342
339
  };
343
- py: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
340
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
344
341
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
345
342
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
346
343
  };
347
- m: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
344
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
348
345
  margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
349
346
  };
350
- mt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
347
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
351
348
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
352
349
  };
353
- mr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
350
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
354
351
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
355
352
  };
356
- mb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
353
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
357
354
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
358
355
  };
359
- ml: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
356
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
360
357
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
361
358
  };
362
- mx: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
359
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
363
360
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
364
361
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
365
362
  };
366
- my: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
363
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
367
364
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
368
365
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
369
366
  };
370
367
  }>>;
371
368
  declare const StyledButton: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<"button", {
372
- size?: "xs" | "sm" | "md" | "lg" | "xl" | "xxl" | undefined;
369
+ size?: "sm" | "md" | "lg" | "xl" | "xs" | "xxl" | undefined;
373
370
  }, {
374
371
  sm: string;
375
372
  md: string;
@@ -388,356 +385,353 @@ declare const StyledButton: import("@atom-learning/stitches-react/types/styled-c
388
385
  hover: string;
389
386
  }, {
390
387
  colors: {
391
- textBold: string;
392
- textRegular: string;
393
- textSubtle: string;
394
- textMinimal: string;
395
- background: string;
396
- backgroundAccent: string;
397
- grey100: string;
398
- grey200: string;
399
- grey300: string;
400
- grey400: string;
401
- grey500: string;
402
- grey600: string;
403
- grey700: string;
404
- grey800: string;
405
- grey900: string;
406
- grey1000: string;
407
- grey1100: string;
408
- grey1200: string;
409
- blue100: string;
410
- blue200: string;
411
- blue300: string;
412
- blue400: string;
413
- blue500: string;
414
- blue600: string;
415
- blue700: string;
416
- blue800: string;
417
- blue900: string;
418
- blue1000: string;
419
- blue1100: string;
420
- blue1200: string;
421
- purple100: string;
422
- purple200: string;
423
- purple300: string;
424
- purple400: string;
425
- purple500: string;
426
- purple600: string;
427
- purple700: string;
428
- purple800: string;
429
- purple900: string;
430
- purple1000: string;
431
- purple1100: string;
432
- purple1200: string;
433
- cyan100: string;
434
- cyan200: string;
435
- cyan300: string;
436
- cyan400: string;
437
- cyan500: string;
438
- cyan600: string;
439
- cyan700: string;
440
- cyan800: string;
441
- cyan900: string;
442
- cyan1000: string;
443
- cyan1100: string;
444
- cyan1200: string;
445
- green100: string;
446
- green200: string;
447
- green300: string;
448
- green400: string;
449
- green500: string;
450
- green600: string;
451
- green700: string;
452
- green800: string;
453
- green900: string;
454
- green1000: string;
455
- green1100: string;
456
- green1200: string;
457
- magenta100: string;
458
- magenta200: string;
459
- magenta300: string;
460
- magenta400: string;
461
- magenta500: string;
462
- magenta600: string;
463
- magenta700: string;
464
- magenta800: string;
465
- magenta900: string;
466
- magenta1000: string;
467
- magenta1100: string;
468
- magenta1200: string;
469
- red100: string;
470
- red200: string;
471
- red300: string;
472
- red400: string;
473
- red500: string;
474
- red600: string;
475
- red700: string;
476
- red800: string;
477
- red900: string;
478
- red1000: string;
479
- red1100: string;
480
- red1200: string;
481
- teal100: string;
482
- teal200: string;
483
- teal300: string;
484
- teal400: string;
485
- teal500: string;
486
- teal600: string;
487
- teal700: string;
488
- teal800: string;
489
- teal900: string;
490
- teal1000: string;
491
- teal1100: string;
492
- teal1200: string;
493
- orange100: string;
494
- orange200: string;
495
- orange300: string;
496
- orange400: string;
497
- orange500: string;
498
- orange600: string;
499
- orange700: string;
500
- orange800: string;
501
- orange900: string;
502
- orange1000: string;
503
- orange1100: string;
504
- orange1200: string;
505
- yellow100: string;
506
- yellow200: string;
507
- yellow300: string;
508
- yellow400: string;
509
- yellow500: string;
510
- yellow600: string;
511
- yellow700: string;
512
- yellow800: string;
513
- yellow900: string;
514
- yellow1000: string;
515
- yellow1100: string;
516
- yellow1200: string;
517
- lime100: string;
518
- lime200: string;
519
- lime300: string;
520
- lime400: string;
521
- lime500: string;
522
- lime600: string;
523
- lime700: string;
524
- lime800: string;
525
- lime900: string;
526
- lime1000: string;
527
- lime1100: string;
528
- lime1200: string;
529
- lapis100: string;
530
- lapis200: string;
531
- lapis300: string;
532
- lapis400: string;
533
- lapis500: string;
534
- lapis600: string;
535
- lapis700: string;
536
- lapis800: string;
537
- lapis900: string;
538
- lapis1000: string;
539
- lapis1100: string;
540
- lapis1200: string;
541
- maroon100: string;
542
- maroon200: string;
543
- maroon300: string;
544
- maroon400: string;
545
- maroon500: string;
546
- maroon600: string;
547
- maroon700: string;
548
- maroon800: string;
549
- maroon900: string;
550
- maroon1000: string;
551
- maroon1100: string;
552
- maroon1200: string;
553
- marsh100: string;
554
- marsh200: string;
555
- marsh300: string;
556
- marsh400: string;
557
- marsh500: string;
558
- marsh600: string;
559
- marsh700: string;
560
- marsh800: string;
561
- marsh900: string;
562
- marsh1000: string;
563
- marsh1100: string;
564
- marsh1200: string;
565
- tonal50: string;
566
- tonal100: string;
567
- tonal200: string;
568
- tonal300: string;
569
- tonal400: string;
570
- tonal500: string;
571
- tonal600: string;
572
- alpha100: string;
573
- alpha150: string;
574
- alpha200: string;
575
- alpha250: string;
576
- alpha600: string;
577
- brandRed: string;
578
- brandRedAccent: string;
579
- brandGreen: string;
580
- brandGreenAccent: string;
581
- brandPurple: string;
582
- brandPurpleAccent: string;
583
- brandYellow: string;
584
- brandYellowAccent: string;
585
- infoLight: string;
586
- info: string;
587
- infoMid: string;
588
- infoDark: string;
589
- successLight: string;
590
- success: string;
591
- successMid: string;
592
- successDark: string;
593
- dangerLight: string;
594
- danger: string;
595
- dangerMid: string;
596
- dangerDark: string;
597
- warningLight: string;
598
- warning: string;
599
- warningMid: string;
600
- warningDark: string;
601
- warningText: string;
602
- subjectEnglish: string;
603
- subjectMaths: string;
604
- subjectScience: string;
605
- subjectVerbalReasoning: string;
606
- subjectNonVerbalReasoning: string;
607
- subjectCreativeWriting: string;
608
- subjectExamSkills: string;
609
- glBlueLight: string;
610
- glBluePrimary: string;
611
- glBlueDark: string;
612
- primary100: string;
613
- primary200: string;
614
- primary300: string;
615
- primary400: string;
616
- primary500: string;
617
- primary600: string;
618
- primary700: string;
619
- primary800: string;
620
- primary900: string;
621
- primary1000: string;
622
- primary1100: string;
623
- primary1200: string;
388
+ textBold: any;
389
+ textRegular: any;
390
+ textSubtle: any;
391
+ textMinimal: any;
392
+ background: any;
393
+ backgroundAccent: any;
394
+ grey100: any;
395
+ grey200: any;
396
+ grey300: any;
397
+ grey400: any;
398
+ grey500: any;
399
+ grey600: any;
400
+ grey700: any;
401
+ grey800: any;
402
+ grey900: any;
403
+ grey1000: any;
404
+ grey1100: any;
405
+ grey1200: any;
406
+ blue100: any;
407
+ blue200: any;
408
+ blue300: any;
409
+ blue400: any;
410
+ blue500: any;
411
+ blue600: any;
412
+ blue700: any;
413
+ blue800: any;
414
+ blue900: any;
415
+ blue1000: any;
416
+ blue1100: any;
417
+ blue1200: any;
418
+ pink100: any;
419
+ pink200: any;
420
+ pink300: any;
421
+ pink400: any;
422
+ pink500: any;
423
+ pink600: any;
424
+ pink700: any;
425
+ pink800: any;
426
+ pink900: any;
427
+ pink1000: any;
428
+ pink1100: any;
429
+ pink1200: any;
430
+ purple100: any;
431
+ purple200: any;
432
+ purple300: any;
433
+ purple400: any;
434
+ purple500: any;
435
+ purple600: any;
436
+ purple700: any;
437
+ purple800: any;
438
+ purple900: any;
439
+ purple1000: any;
440
+ purple1100: any;
441
+ purple1200: any;
442
+ cyan100: any;
443
+ cyan200: any;
444
+ cyan300: any;
445
+ cyan400: any;
446
+ cyan500: any;
447
+ cyan600: any;
448
+ cyan700: any;
449
+ cyan800: any;
450
+ cyan900: any;
451
+ cyan1000: any;
452
+ cyan1100: any;
453
+ cyan1200: any;
454
+ green100: any;
455
+ green200: any;
456
+ green300: any;
457
+ green400: any;
458
+ green500: any;
459
+ green600: any;
460
+ green700: any;
461
+ green800: any;
462
+ green900: any;
463
+ green1000: any;
464
+ green1100: any;
465
+ green1200: any;
466
+ magenta100: any;
467
+ magenta200: any;
468
+ magenta300: any;
469
+ magenta400: any;
470
+ magenta500: any;
471
+ magenta600: any;
472
+ magenta700: any;
473
+ magenta800: any;
474
+ magenta900: any;
475
+ magenta1000: any;
476
+ magenta1100: any;
477
+ magenta1200: any;
478
+ red100: any;
479
+ red200: any;
480
+ red300: any;
481
+ red400: any;
482
+ red500: any;
483
+ red600: any;
484
+ red700: any;
485
+ red800: any;
486
+ red900: any;
487
+ red1000: any;
488
+ red1100: any;
489
+ red1200: any;
490
+ teal100: any;
491
+ teal200: any;
492
+ teal300: any;
493
+ teal400: any;
494
+ teal500: any;
495
+ teal600: any;
496
+ teal700: any;
497
+ teal800: any;
498
+ teal900: any;
499
+ teal1000: any;
500
+ teal1100: any;
501
+ teal1200: any;
502
+ orange100: any;
503
+ orange200: any;
504
+ orange300: any;
505
+ orange400: any;
506
+ orange500: any;
507
+ orange600: any;
508
+ orange700: any;
509
+ orange800: any;
510
+ orange900: any;
511
+ orange1000: any;
512
+ orange1100: any;
513
+ orange1200: any;
514
+ yellow100: any;
515
+ yellow200: any;
516
+ yellow300: any;
517
+ yellow400: any;
518
+ yellow500: any;
519
+ yellow600: any;
520
+ yellow700: any;
521
+ yellow800: any;
522
+ yellow900: any;
523
+ yellow1000: any;
524
+ yellow1100: any;
525
+ yellow1200: any;
526
+ lime100: any;
527
+ lime200: any;
528
+ lime300: any;
529
+ lime400: any;
530
+ lime500: any;
531
+ lime600: any;
532
+ lime700: any;
533
+ lime800: any;
534
+ lime900: any;
535
+ lime1000: any;
536
+ lime1100: any;
537
+ lime1200: any;
538
+ lapis100: any;
539
+ lapis200: any;
540
+ lapis300: any;
541
+ lapis400: any;
542
+ lapis500: any;
543
+ lapis600: any;
544
+ lapis700: any;
545
+ lapis800: any;
546
+ lapis900: any;
547
+ lapis1000: any;
548
+ lapis1100: any;
549
+ lapis1200: any;
550
+ maroon100: any;
551
+ maroon200: any;
552
+ maroon300: any;
553
+ maroon400: any;
554
+ maroon500: any;
555
+ maroon600: any;
556
+ maroon700: any;
557
+ maroon800: any;
558
+ maroon900: any;
559
+ maroon1000: any;
560
+ maroon1100: any;
561
+ maroon1200: any;
562
+ marsh100: any;
563
+ marsh200: any;
564
+ marsh300: any;
565
+ marsh400: any;
566
+ marsh500: any;
567
+ marsh600: any;
568
+ marsh700: any;
569
+ marsh800: any;
570
+ marsh900: any;
571
+ marsh1000: any;
572
+ marsh1100: any;
573
+ marsh1200: any;
574
+ alpha100: any;
575
+ alpha150: any;
576
+ alpha200: any;
577
+ alpha250: any;
578
+ alpha600: any;
579
+ infoLight: any;
580
+ info: any;
581
+ infoMid: any;
582
+ infoDark: any;
583
+ successLight: any;
584
+ success: any;
585
+ successMid: any;
586
+ successDark: any;
587
+ dangerLight: any;
588
+ danger: any;
589
+ dangerMid: any;
590
+ dangerDark: any;
591
+ warningLight: any;
592
+ warning: any;
593
+ warningMid: any;
594
+ warningDark: any;
595
+ warningText: any;
596
+ subjectEnglish: any;
597
+ subjectMaths: any;
598
+ subjectScience: any;
599
+ subjectVerbalReasoning: any;
600
+ subjectNonVerbalReasoning: any;
601
+ subjectCreativeWriting: any;
602
+ subjectExamSkills: any;
603
+ glBlueLight: any;
604
+ glBluePrimary: any;
605
+ glBlueDark: any;
606
+ primary100: any;
607
+ primary200: any;
608
+ primary300: any;
609
+ primary400: any;
610
+ primary500: any;
611
+ primary600: any;
612
+ primary700: any;
613
+ primary800: any;
614
+ primary900: any;
615
+ primary1000: any;
616
+ primary1100: any;
617
+ primary1200: any;
624
618
  };
625
619
  space: {
626
- "0": string;
627
- "1": string;
628
- "2": string;
629
- "3": string;
630
- "4": string;
631
- "5": string;
632
- "6": string;
633
- "7": string;
634
- "8": string;
635
- "9": string;
636
- "24": string;
620
+ "0": any;
621
+ "1": any;
622
+ "2": any;
623
+ "3": any;
624
+ "4": any;
625
+ "5": any;
626
+ "6": any;
627
+ "7": any;
628
+ "8": any;
629
+ "9": any;
630
+ "24": any;
637
631
  };
638
632
  fontSizes: {
639
- xs: string;
640
- sm: string;
641
- md: string;
642
- lg: string;
643
- xl: string;
644
- "2xl": string;
645
- "3xl": string;
646
- "4xl": string;
633
+ xs: any;
634
+ sm: any;
635
+ md: any;
636
+ lg: any;
637
+ xl: any;
638
+ "2xl": any;
639
+ "3xl": any;
640
+ "4xl": any;
647
641
  };
648
642
  fonts: {
649
- sans: string;
650
- mono: string;
651
- display: string;
652
- body: string;
643
+ sans: any;
644
+ mono: any;
645
+ display: any;
646
+ body: any;
653
647
  };
654
648
  sizes: {
655
- "0": string;
656
- "1": string;
657
- "2": string;
658
- "3": string;
659
- "4": string;
660
- "5": string;
661
- "6": string;
662
- "7": string;
663
- "8": string;
649
+ "0": any;
650
+ "1": any;
651
+ "2": any;
652
+ "3": any;
653
+ "4": any;
654
+ "5": any;
655
+ "6": any;
656
+ "7": any;
657
+ "8": any;
664
658
  };
665
659
  radii: {
666
- "0": string;
667
- "1": string;
668
- "2": string;
669
- "3": string;
670
- round: string;
660
+ "0": any;
661
+ "1": any;
662
+ "2": any;
663
+ "3": any;
664
+ round: any;
671
665
  };
672
666
  shadows: {
673
- "0": string;
674
- "1": string;
675
- "2": string;
676
- "3": string;
667
+ "0": any;
668
+ "1": any;
669
+ "2": any;
670
+ "3": any;
677
671
  };
678
672
  ratios: {
679
- "16-9": string;
680
- "3-2": string;
681
- "4-3": string;
682
- "1-1": string;
683
- "3-4": string;
673
+ "16-9": any;
674
+ "3-2": any;
675
+ "4-3": any;
676
+ "1-1": any;
677
+ "3-4": any;
684
678
  };
685
679
  }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
686
- bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
680
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
687
681
  background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
688
682
  };
689
- size: (value: import("@atom-learning/stitches-react").ScaleValue<"size"> | number | string) => {
683
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
690
684
  height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
691
685
  width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
692
686
  };
693
- p: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
687
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
694
688
  padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
695
689
  };
696
- pt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
690
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
697
691
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
698
692
  };
699
- pr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
693
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
700
694
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
701
695
  };
702
- pb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
696
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
703
697
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
704
698
  };
705
- pl: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
699
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
706
700
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
707
701
  };
708
- px: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
702
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
709
703
  paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
710
704
  paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
711
705
  };
712
- py: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
706
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
713
707
  paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
714
708
  paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
715
709
  };
716
- m: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
710
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
717
711
  margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
718
712
  };
719
- mt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
713
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
720
714
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
721
715
  };
722
- mr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
716
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
723
717
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
724
718
  };
725
- mb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
719
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
726
720
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
727
721
  };
728
- ml: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
722
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
729
723
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
730
724
  };
731
- mx: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
725
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
732
726
  marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
733
727
  marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
734
728
  };
735
- my: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
729
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
736
730
  marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
737
731
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
738
732
  };
739
733
  }>>;
740
- type TAvatarProps = React.ComponentProps<typeof StyledDiv | typeof StyledButton> & {
734
+ declare type TAvatarProps = React.ComponentProps<typeof StyledDiv | typeof StyledButton> & {
741
735
  name?: string;
742
736
  } & ({
743
737
  onClick: React.MouseEventHandler<HTMLButtonElement>;
@@ -746,7 +740,7 @@ type TAvatarProps = React.ComponentProps<typeof StyledDiv | typeof StyledButton>
746
740
  onClick?: never;
747
741
  disabled?: never;
748
742
  });
749
- export type TAvatarRootContext = {
743
+ export declare type TAvatarRootContext = {
750
744
  name?: TAvatarProps['name'];
751
745
  size: TAvatarProps['size'];
752
746
  };
@@ -767,7 +761,379 @@ export declare const Avatar: {
767
761
  Initial: () => React.JSX.Element;
768
762
  Placeholder: () => React.JSX.Element;
769
763
  Icon: ({ is }: {
770
- is: typeof import("..").Icon;
764
+ is: React.ForwardRefExoticComponent<Omit<Omit<Omit<React.SVGProps<SVGSVGElement>, "ref"> & {
765
+ ref?: ((instance: SVGSVGElement | null) => void) | React.RefObject<SVGSVGElement> | null | undefined;
766
+ }, "size" | "css"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
767
+ size?: "sm" | "md" | "lg" | undefined;
768
+ }, {
769
+ sm: string;
770
+ md: string;
771
+ lg: string;
772
+ xl: string;
773
+ reducedMotion: string;
774
+ allowMotion: string;
775
+ hover: string;
776
+ }> & {
777
+ css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
778
+ sm: string;
779
+ md: string;
780
+ lg: string;
781
+ xl: string;
782
+ reducedMotion: string;
783
+ allowMotion: string;
784
+ hover: string;
785
+ }, {
786
+ colors: {
787
+ textBold: any;
788
+ textRegular: any;
789
+ textSubtle: any;
790
+ textMinimal: any;
791
+ background: any;
792
+ backgroundAccent: any;
793
+ grey100: any;
794
+ grey200: any;
795
+ grey300: any;
796
+ grey400: any;
797
+ grey500: any;
798
+ grey600: any;
799
+ grey700: any;
800
+ grey800: any;
801
+ grey900: any;
802
+ grey1000: any;
803
+ grey1100: any;
804
+ grey1200: any;
805
+ blue100: any;
806
+ blue200: any;
807
+ blue300: any;
808
+ blue400: any;
809
+ blue500: any;
810
+ blue600: any;
811
+ blue700: any;
812
+ blue800: any;
813
+ blue900: any;
814
+ blue1000: any;
815
+ blue1100: any;
816
+ blue1200: any;
817
+ pink100: any;
818
+ pink200: any;
819
+ pink300: any;
820
+ pink400: any;
821
+ pink500: any;
822
+ pink600: any;
823
+ pink700: any;
824
+ pink800: any;
825
+ pink900: any;
826
+ pink1000: any;
827
+ pink1100: any;
828
+ pink1200: any;
829
+ purple100: any;
830
+ purple200: any;
831
+ purple300: any;
832
+ purple400: any;
833
+ purple500: any;
834
+ purple600: any;
835
+ purple700: any;
836
+ purple800: any;
837
+ purple900: any;
838
+ purple1000: any;
839
+ purple1100: any;
840
+ purple1200: any;
841
+ cyan100: any;
842
+ cyan200: any;
843
+ cyan300: any;
844
+ cyan400: any;
845
+ cyan500: any;
846
+ cyan600: any;
847
+ cyan700: any;
848
+ cyan800: any;
849
+ cyan900: any;
850
+ cyan1000: any;
851
+ cyan1100: any;
852
+ cyan1200: any;
853
+ green100: any;
854
+ green200: any;
855
+ green300: any;
856
+ green400: any;
857
+ green500: any;
858
+ green600: any;
859
+ green700: any;
860
+ green800: any;
861
+ green900: any;
862
+ green1000: any;
863
+ green1100: any;
864
+ green1200: any;
865
+ magenta100: any;
866
+ magenta200: any;
867
+ magenta300: any;
868
+ magenta400: any;
869
+ magenta500: any;
870
+ magenta600: any;
871
+ magenta700: any;
872
+ magenta800: any;
873
+ magenta900: any;
874
+ magenta1000: any;
875
+ magenta1100: any;
876
+ magenta1200: any;
877
+ red100: any;
878
+ red200: any;
879
+ red300: any;
880
+ red400: any;
881
+ red500: any;
882
+ red600: any;
883
+ red700: any;
884
+ red800: any;
885
+ red900: any;
886
+ red1000: any;
887
+ red1100: any;
888
+ red1200: any;
889
+ teal100: any;
890
+ teal200: any;
891
+ teal300: any;
892
+ teal400: any;
893
+ teal500: any;
894
+ teal600: any;
895
+ teal700: any;
896
+ teal800: any;
897
+ teal900: any;
898
+ teal1000: any;
899
+ teal1100: any;
900
+ teal1200: any;
901
+ orange100: any;
902
+ orange200: any;
903
+ orange300: any;
904
+ orange400: any;
905
+ orange500: any;
906
+ orange600: any;
907
+ orange700: any;
908
+ orange800: any;
909
+ orange900: any;
910
+ orange1000: any;
911
+ orange1100: any;
912
+ orange1200: any;
913
+ yellow100: any;
914
+ yellow200: any;
915
+ yellow300: any;
916
+ yellow400: any;
917
+ yellow500: any;
918
+ yellow600: any;
919
+ yellow700: any;
920
+ yellow800: any;
921
+ yellow900: any;
922
+ yellow1000: any;
923
+ yellow1100: any;
924
+ yellow1200: any;
925
+ lime100: any;
926
+ lime200: any;
927
+ lime300: any;
928
+ lime400: any;
929
+ lime500: any;
930
+ lime600: any;
931
+ lime700: any;
932
+ lime800: any;
933
+ lime900: any;
934
+ lime1000: any;
935
+ lime1100: any;
936
+ lime1200: any;
937
+ lapis100: any;
938
+ lapis200: any;
939
+ lapis300: any;
940
+ lapis400: any;
941
+ lapis500: any;
942
+ lapis600: any;
943
+ lapis700: any;
944
+ lapis800: any;
945
+ lapis900: any;
946
+ lapis1000: any;
947
+ lapis1100: any;
948
+ lapis1200: any;
949
+ maroon100: any;
950
+ maroon200: any;
951
+ maroon300: any;
952
+ maroon400: any;
953
+ maroon500: any;
954
+ maroon600: any;
955
+ maroon700: any;
956
+ maroon800: any;
957
+ maroon900: any;
958
+ maroon1000: any;
959
+ maroon1100: any;
960
+ maroon1200: any;
961
+ marsh100: any;
962
+ marsh200: any;
963
+ marsh300: any;
964
+ marsh400: any;
965
+ marsh500: any;
966
+ marsh600: any;
967
+ marsh700: any;
968
+ marsh800: any;
969
+ marsh900: any;
970
+ marsh1000: any;
971
+ marsh1100: any;
972
+ marsh1200: any;
973
+ alpha100: any;
974
+ alpha150: any;
975
+ alpha200: any;
976
+ alpha250: any;
977
+ alpha600: any;
978
+ infoLight: any;
979
+ info: any;
980
+ infoMid: any;
981
+ infoDark: any;
982
+ successLight: any;
983
+ success: any;
984
+ successMid: any;
985
+ successDark: any;
986
+ dangerLight: any;
987
+ danger: any;
988
+ dangerMid: any;
989
+ dangerDark: any;
990
+ warningLight: any;
991
+ warning: any;
992
+ warningMid: any;
993
+ warningDark: any;
994
+ warningText: any;
995
+ subjectEnglish: any;
996
+ subjectMaths: any;
997
+ subjectScience: any;
998
+ subjectVerbalReasoning: any;
999
+ subjectNonVerbalReasoning: any;
1000
+ subjectCreativeWriting: any;
1001
+ subjectExamSkills: any;
1002
+ glBlueLight: any;
1003
+ glBluePrimary: any;
1004
+ glBlueDark: any;
1005
+ primary100: any;
1006
+ primary200: any;
1007
+ primary300: any;
1008
+ primary400: any;
1009
+ primary500: any;
1010
+ primary600: any;
1011
+ primary700: any;
1012
+ primary800: any;
1013
+ primary900: any;
1014
+ primary1000: any;
1015
+ primary1100: any;
1016
+ primary1200: any;
1017
+ };
1018
+ space: {
1019
+ "0": any;
1020
+ "1": any;
1021
+ "2": any;
1022
+ "3": any;
1023
+ "4": any;
1024
+ "5": any;
1025
+ "6": any;
1026
+ "7": any;
1027
+ "8": any;
1028
+ "9": any;
1029
+ "24": any;
1030
+ };
1031
+ fontSizes: {
1032
+ xs: any;
1033
+ sm: any;
1034
+ md: any;
1035
+ lg: any;
1036
+ xl: any;
1037
+ "2xl": any;
1038
+ "3xl": any;
1039
+ "4xl": any;
1040
+ };
1041
+ fonts: {
1042
+ sans: any;
1043
+ mono: any;
1044
+ display: any;
1045
+ body: any;
1046
+ };
1047
+ sizes: {
1048
+ "0": any;
1049
+ "1": any;
1050
+ "2": any;
1051
+ "3": any;
1052
+ "4": any;
1053
+ "5": any;
1054
+ "6": any;
1055
+ "7": any;
1056
+ "8": any;
1057
+ };
1058
+ radii: {
1059
+ "0": any;
1060
+ "1": any;
1061
+ "2": any;
1062
+ "3": any;
1063
+ round: any;
1064
+ };
1065
+ shadows: {
1066
+ "0": any;
1067
+ "1": any;
1068
+ "2": any;
1069
+ "3": any;
1070
+ };
1071
+ ratios: {
1072
+ "16-9": any;
1073
+ "3-2": any;
1074
+ "4-3": any;
1075
+ "1-1": any;
1076
+ "3-4": any;
1077
+ };
1078
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
1079
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
1080
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
1081
+ };
1082
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
1083
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1084
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1085
+ };
1086
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1087
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1088
+ };
1089
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1090
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1091
+ };
1092
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1093
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1094
+ };
1095
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1096
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1097
+ };
1098
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1099
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1100
+ };
1101
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1102
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1103
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1104
+ };
1105
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1106
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1107
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1108
+ };
1109
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1110
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1111
+ };
1112
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1113
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1114
+ };
1115
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1116
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1117
+ };
1118
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1119
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1120
+ };
1121
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1122
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1123
+ };
1124
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1125
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1126
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1127
+ };
1128
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1129
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1130
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1131
+ };
1132
+ }> | undefined;
1133
+ }, "is" | "as"> & {
1134
+ is: React.FC<React.SVGProps<SVGSVGElement>>;
1135
+ as?: undefined;
1136
+ }>;
771
1137
  }) => React.JSX.Element;
772
1138
  };
773
1139
  export {};