@atom-learning/components 4.0.0-beta.1 → 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 (391) hide show
  1. package/dist/components/accordion/Accordion.d.ts +52 -55
  2. package/dist/components/accordion/AccordionContent.d.ts +53 -56
  3. package/dist/components/accordion/AccordionItem.d.ts +52 -55
  4. package/dist/components/accordion/AccordionTrigger.d.ts +105 -111
  5. package/dist/components/action-icon/ActionIcon.d.ts +53 -56
  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 +105 -111
  9. package/dist/components/alert-dialog/AlertDialogContent.d.ts +53 -56
  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 +2 -2
  13. package/dist/components/avatar/Avatar.d.ts +164 -173
  14. package/dist/components/avatar/Avatar.js +1 -1
  15. package/dist/components/avatar/Avatar.js.map +1 -1
  16. package/dist/components/avatar/AvatarIcon.d.ts +2 -2
  17. package/dist/components/avatar/AvatarImage.d.ts +2 -2
  18. package/dist/components/avatar/AvatarInitial.d.ts +2 -2
  19. package/dist/components/avatar/AvatarInitial.js +1 -1
  20. package/dist/components/avatar/AvatarInitial.js.map +1 -1
  21. package/dist/components/avatar/AvatarPlaceholder.d.ts +2 -2
  22. package/dist/components/badge/Badge.context.d.ts +1 -1
  23. package/dist/components/badge/Badge.d.ts +316 -332
  24. package/dist/components/badge/BadgeIcon.d.ts +105 -111
  25. package/dist/components/badge/BadgeText.d.ts +106 -110
  26. package/dist/components/badge/stitches.badge.colorscheme.config.d.ts +27 -16
  27. package/dist/components/badge/stitches.badge.colorscheme.config.js +1 -1
  28. package/dist/components/badge/stitches.badge.colorscheme.config.js.map +1 -1
  29. package/dist/components/banner/Banner.d.ts +2 -2
  30. package/dist/components/banner/BannerContainer.d.ts +103 -109
  31. package/dist/components/banner/BannerContext.d.ts +1 -1
  32. package/dist/components/banner/banner-regular/BannerRegular.d.ts +487 -505
  33. package/dist/components/banner/banner-regular/BannerRegularActions.d.ts +1 -1
  34. package/dist/components/banner/banner-regular/BannerRegularButton.d.ts +1 -1
  35. package/dist/components/banner/banner-regular/BannerRegularContainer.d.ts +1 -1
  36. package/dist/components/banner/banner-regular/BannerRegularContent.d.ts +104 -110
  37. package/dist/components/banner/banner-regular/BannerRegularDismiss.d.ts +106 -112
  38. package/dist/components/banner/banner-regular/BannerRegularHeading.d.ts +1 -1
  39. package/dist/components/banner/banner-regular/BannerRegularImage.d.ts +1 -1
  40. package/dist/components/banner/banner-regular/BannerRegularText.d.ts +1 -1
  41. package/dist/components/banner/banner-slim/BannerSlim.d.ts +432 -447
  42. package/dist/components/banner/banner-slim/BannerSlimActions.d.ts +1 -1
  43. package/dist/components/banner/banner-slim/BannerSlimButton.d.ts +1 -1
  44. package/dist/components/banner/banner-slim/BannerSlimContainer.d.ts +52 -55
  45. package/dist/components/banner/banner-slim/BannerSlimContent.d.ts +104 -110
  46. package/dist/components/banner/banner-slim/BannerSlimDismiss.d.ts +105 -111
  47. package/dist/components/banner/banner-slim/BannerSlimImage.d.ts +1 -1
  48. package/dist/components/banner/banner-slim/BannerSlimText.d.ts +1 -1
  49. package/dist/components/banner/banner-slim/BannerSlimText.js +1 -1
  50. package/dist/components/banner/banner-slim/BannerSlimText.js.map +1 -1
  51. package/dist/components/box/Box.d.ts +52 -55
  52. package/dist/components/button/Button.d.ts +53 -56
  53. package/dist/components/button/Button.js +1 -1
  54. package/dist/components/button/Button.js.map +1 -1
  55. package/dist/components/calendar/Calendar.d.ts +1 -1
  56. package/dist/components/calendar/Calendar.js +1 -1
  57. package/dist/components/calendar/Calendar.js.map +1 -1
  58. package/dist/components/calendar/Day.d.ts +52 -55
  59. package/dist/components/calendar/Day.js +1 -1
  60. package/dist/components/calendar/Day.js.map +1 -1
  61. package/dist/components/carousel/Carousel.d.ts +213 -225
  62. package/dist/components/carousel/CarouselArrows.d.ts +3 -3
  63. package/dist/components/carousel/CarouselArrows.js +1 -1
  64. package/dist/components/carousel/CarouselArrows.js.map +1 -1
  65. package/dist/components/carousel/CarouselPagination.d.ts +52 -55
  66. package/dist/components/carousel/CarouselPagination.js +1 -1
  67. package/dist/components/carousel/CarouselPagination.js.map +1 -1
  68. package/dist/components/carousel/CarouselSlide.d.ts +53 -56
  69. package/dist/components/carousel/CarouselSlider.d.ts +52 -55
  70. package/dist/components/checkbox/Checkbox.d.ts +52 -55
  71. package/dist/components/checkbox/Checkbox.js +1 -1
  72. package/dist/components/checkbox/Checkbox.js.map +1 -1
  73. package/dist/components/checkbox-field/CheckboxField.d.ts +1 -1
  74. package/dist/components/checkbox-group/CheckboxGroup.d.ts +211 -216
  75. package/dist/components/checkbox-group/context/CheckboxGroupChecked.context.d.ts +1 -1
  76. package/dist/components/checkbox-group/context/CheckboxGroupMounted.context.d.ts +1 -1
  77. package/dist/components/checkbox-tree/CheckboxTree.d.ts +422 -416
  78. package/dist/components/chip/Chip.d.ts +369 -390
  79. package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +212 -224
  80. package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.js +1 -1
  81. package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.js.map +1 -1
  82. package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +212 -224
  83. package/dist/components/chip-toggle-group/ChipToggleGroupItem.js +1 -1
  84. package/dist/components/chip-toggle-group/ChipToggleGroupItem.js.map +1 -1
  85. package/dist/components/combobox/Combobox.d.ts +261 -276
  86. package/dist/components/combobox/ComboboxInput.d.ts +52 -55
  87. package/dist/components/combobox/ComboboxInput.js +1 -1
  88. package/dist/components/combobox/ComboboxInput.js.map +1 -1
  89. package/dist/components/combobox/ComboboxList.d.ts +52 -55
  90. package/dist/components/combobox/ComboboxOption.d.ts +52 -55
  91. package/dist/components/combobox/ComboboxOption.js +1 -1
  92. package/dist/components/combobox/ComboboxOption.js.map +1 -1
  93. package/dist/components/combobox/ComboboxPopover.d.ts +52 -55
  94. package/dist/components/combobox/ComboboxPopover.js +1 -1
  95. package/dist/components/combobox/ComboboxPopover.js.map +1 -1
  96. package/dist/components/create-password-field/CreatePasswordField.d.ts +1 -1
  97. package/dist/components/data-table/DataTable.d.ts +649 -682
  98. package/dist/components/data-table/DataTableBody.d.ts +1 -1
  99. package/dist/components/data-table/DataTableBulkActions.d.ts +3 -3
  100. package/dist/components/data-table/DataTableDataCell.d.ts +2 -2
  101. package/dist/components/data-table/DataTableEmptyState.d.ts +1 -1
  102. package/dist/components/data-table/DataTableGlobalFilter.d.ts +1 -1
  103. package/dist/components/data-table/DataTableHead.d.ts +1 -1
  104. package/dist/components/data-table/DataTableHeaderCell.d.ts +1 -1
  105. package/dist/components/data-table/DataTableLoading.d.ts +54 -57
  106. package/dist/components/data-table/DataTableMetaData.d.ts +4 -9
  107. package/dist/components/data-table/DataTableMetaData.js +1 -1
  108. package/dist/components/data-table/DataTableMetaData.js.map +1 -1
  109. package/dist/components/data-table/DataTableRow.d.ts +1 -1
  110. package/dist/components/data-table/DataTableSelectAllRowsCheckbox.d.ts +2 -2
  111. package/dist/components/data-table/DataTableTable.d.ts +1 -1
  112. package/dist/components/data-table/drag-and-drop/DragAndDropTable.d.ts +2 -2
  113. package/dist/components/data-table/drag-and-drop/DragAndDropTableBody.d.ts +1 -1
  114. package/dist/components/data-table/drag-and-drop/DragAndDropTableRow.d.ts +1 -1
  115. package/dist/components/data-table/pagination/Pagination.d.ts +53 -56
  116. package/dist/components/date-field/DateField.d.ts +2 -2
  117. package/dist/components/dialog/Dialog.d.ts +368 -389
  118. package/dist/components/dialog/DialogBackground.d.ts +103 -109
  119. package/dist/components/dialog/DialogClose.d.ts +52 -55
  120. package/dist/components/dialog/DialogContent.d.ts +53 -56
  121. package/dist/components/dialog/DialogFooter.d.ts +1 -1
  122. package/dist/components/dialog/DialogHeading.d.ts +1 -1
  123. package/dist/components/dialog/DialogHeading.js +1 -1
  124. package/dist/components/dialog/DialogHeading.js.map +1 -1
  125. package/dist/components/dismissible/DismissibleRoot.d.ts +2 -2
  126. package/dist/components/dismissible/DismissibleTrigger.d.ts +1 -1
  127. package/dist/components/dismissible/index.d.ts +2 -2
  128. package/dist/components/dismissible-group/DismissibleGroupItem.d.ts +1 -1
  129. package/dist/components/dismissible-group/DismissibleGroupRoot.d.ts +2 -2
  130. package/dist/components/dismissible-group/index.d.ts +3 -3
  131. package/dist/components/divider/Divider.d.ts +52 -55
  132. package/dist/components/divider/Divider.js +1 -1
  133. package/dist/components/divider/Divider.js.map +1 -1
  134. package/dist/components/drawer/Drawer.d.ts +316 -334
  135. package/dist/components/drawer/DrawerClose.d.ts +1 -1
  136. package/dist/components/drawer/DrawerContent.d.ts +53 -56
  137. package/dist/components/drawer/DrawerFooter.d.ts +52 -55
  138. package/dist/components/drawer/DrawerHeader.d.ts +52 -55
  139. package/dist/components/drawer/DrawerMain.d.ts +52 -55
  140. package/dist/components/drawer/DrawerOverlay.d.ts +52 -55
  141. package/dist/components/drawer/DrawerTrigger.d.ts +52 -55
  142. package/dist/components/dropdown-menu/DropdownMenu.d.ts +313 -331
  143. package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +52 -55
  144. package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +480 -483
  145. package/dist/components/dropdown-menu/DropdownMenuItem.js +1 -1
  146. package/dist/components/dropdown-menu/DropdownMenuItem.js.map +1 -1
  147. package/dist/components/dropdown-menu/DropdownMenuLinkItem.d.ts +53 -56
  148. package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +52 -55
  149. package/dist/components/dropdown-menu/DropdownMenuSeparator.js +1 -1
  150. package/dist/components/dropdown-menu/DropdownMenuSeparator.js.map +1 -1
  151. package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +52 -55
  152. package/dist/components/empty-state/EmptyState.context.d.ts +1 -1
  153. package/dist/components/empty-state/EmptyState.d.ts +373 -392
  154. package/dist/components/empty-state/EmptyStateBody.d.ts +107 -111
  155. package/dist/components/empty-state/EmptyStateBody.js +1 -1
  156. package/dist/components/empty-state/EmptyStateBody.js.map +1 -1
  157. package/dist/components/empty-state/EmptyStateImage.d.ts +108 -114
  158. package/dist/components/empty-state/EmptyStateTitle.d.ts +53 -56
  159. package/dist/components/empty-state/EmptyStateTitle.js +1 -1
  160. package/dist/components/empty-state/EmptyStateTitle.js.map +1 -1
  161. package/dist/components/field-wrapper/FieldDescription.d.ts +1 -1
  162. package/dist/components/field-wrapper/FieldDescription.js +1 -1
  163. package/dist/components/field-wrapper/FieldDescription.js.map +1 -1
  164. package/dist/components/field-wrapper/FieldWrapper.d.ts +1 -1
  165. package/dist/components/field-wrapper/InlineFieldWrapper.d.ts +1 -1
  166. package/dist/components/file-input/FileInput.d.ts +1 -1
  167. package/dist/components/flex/Flex.d.ts +52 -55
  168. package/dist/components/form/Form.d.ts +53 -56
  169. package/dist/components/grid/Grid.d.ts +53 -56
  170. package/dist/components/heading/Heading.d.ts +52 -55
  171. package/dist/components/heading/Heading.js +1 -1
  172. package/dist/components/heading/Heading.js.map +1 -1
  173. package/dist/components/icon/Icon.d.ts +52 -55
  174. package/dist/components/image/Image.d.ts +53 -56
  175. package/dist/components/inline-message/InlineMessage.config.js +1 -1
  176. package/dist/components/inline-message/InlineMessage.config.js.map +1 -1
  177. package/dist/components/inline-message/InlineMessage.d.ts +104 -110
  178. package/dist/components/input/Input.d.ts +155 -164
  179. package/dist/components/input-field/InputField.d.ts +2 -2
  180. package/dist/components/label/Label.d.ts +53 -56
  181. package/dist/components/label/Label.js +1 -1
  182. package/dist/components/label/Label.js.map +1 -1
  183. package/dist/components/link/Link.d.ts +52 -55
  184. package/dist/components/list/List.d.ts +104 -110
  185. package/dist/components/loader/Loader.d.ts +2 -2
  186. package/dist/components/markdown-content/MarkdownContent.d.ts +2 -2
  187. package/dist/components/markdown-content/components/MarkdownCode.d.ts +3 -3
  188. package/dist/components/markdown-content/components/MarkdownCode.js +1 -1
  189. package/dist/components/markdown-content/components/MarkdownCode.js.map +1 -1
  190. package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +54 -57
  191. package/dist/components/markdown-content/components/MarkdownEmphasis.js.map +1 -1
  192. package/dist/components/markdown-content/components/MarkdownHeading.d.ts +2 -2
  193. package/dist/components/markdown-content/components/MarkdownHeading.js +1 -1
  194. package/dist/components/markdown-content/components/MarkdownHeading.js.map +1 -1
  195. package/dist/components/markdown-content/components/MarkdownImage.d.ts +3 -3
  196. package/dist/components/markdown-content/components/MarkdownImage.js +1 -1
  197. package/dist/components/markdown-content/components/MarkdownImage.js.map +1 -1
  198. package/dist/components/markdown-content/components/MarkdownInlineCode.d.ts +3 -3
  199. package/dist/components/markdown-content/components/MarkdownInlineCode.js +1 -1
  200. package/dist/components/markdown-content/components/MarkdownInlineCode.js.map +1 -1
  201. package/dist/components/markdown-content/components/MarkdownLink.d.ts +2 -2
  202. package/dist/components/markdown-content/components/MarkdownLink.js.map +1 -1
  203. package/dist/components/markdown-content/components/MarkdownList.d.ts +2 -2
  204. package/dist/components/markdown-content/components/MarkdownList.js +1 -1
  205. package/dist/components/markdown-content/components/MarkdownList.js.map +1 -1
  206. package/dist/components/markdown-content/components/MarkdownListItem.d.ts +2 -2
  207. package/dist/components/markdown-content/components/MarkdownListItem.js.map +1 -1
  208. package/dist/components/markdown-content/components/MarkdownParagraph.d.ts +2 -2
  209. package/dist/components/markdown-content/components/MarkdownParagraph.js.map +1 -1
  210. package/dist/components/markdown-content/components/MarkdownStrong.d.ts +2 -2
  211. package/dist/components/markdown-content/components/MarkdownStrong.js.map +1 -1
  212. package/dist/components/markdown-content/components/MarkdownText.d.ts +1 -1
  213. package/dist/components/markdown-content/components/MarkdownText.js.map +1 -1
  214. package/dist/components/markdown-content/components/MarkdownThematicBreak.d.ts +2 -2
  215. package/dist/components/navigation/NavigationMenu.d.ts +369 -388
  216. package/dist/components/navigation/NavigationMenu.js +1 -1
  217. package/dist/components/navigation/NavigationMenu.js.map +1 -1
  218. package/dist/components/navigation/NavigationMenuDropdown.d.ts +1 -1
  219. package/dist/components/navigation/NavigationMenuDropdownContent.d.ts +53 -56
  220. package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +106 -110
  221. package/dist/components/navigation/NavigationMenuDropdownItem.js +1 -1
  222. package/dist/components/navigation/NavigationMenuDropdownItem.js.map +1 -1
  223. package/dist/components/navigation/NavigationMenuDropdownTrigger.d.ts +52 -55
  224. package/dist/components/navigation/NavigationMenuLink.d.ts +52 -55
  225. package/dist/components/navigation/stitches.navigationMenu.colorscheme.config.d.ts +1 -1
  226. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.d.ts +686 -707
  227. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionContent.d.ts +52 -55
  228. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionTrigger.d.ts +53 -56
  229. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalIcon.d.ts +104 -110
  230. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItem.d.ts +52 -55
  231. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalLink.d.ts +53 -56
  232. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalList.d.ts +52 -55
  233. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.d.ts +106 -110
  234. package/dist/components/navigation-menu-vertical/stitches.navigationMenuVertical.colorscheme.config.d.ts +1 -1
  235. package/dist/components/notification-badge/NotificationBadge.d.ts +1 -1
  236. package/dist/components/number-input/NumberInputStepper.js +1 -1
  237. package/dist/components/number-input/NumberInputStepper.js.map +1 -1
  238. package/dist/components/number-input-field/NumberInputField.d.ts +2 -2
  239. package/dist/components/pagination/Pagination.d.ts +2 -2
  240. package/dist/components/pagination/PaginationNextButton.d.ts +106 -112
  241. package/dist/components/pagination/PaginationPage.d.ts +2 -2
  242. package/dist/components/pagination/PaginationPopover.d.ts +1 -1
  243. package/dist/components/pagination/PaginationPreviousButton.d.ts +106 -112
  244. package/dist/components/pagination/pagination-context/PaginationContext.d.ts +1 -1
  245. package/dist/components/password-field/PasswordField.d.ts +1 -1
  246. package/dist/components/popover/Popover.d.ts +105 -111
  247. package/dist/components/popover/PopoverContent.d.ts +53 -56
  248. package/dist/components/progress-bar/ProgressBar.d.ts +53 -56
  249. package/dist/components/progress-bar/ProgressBar.js +1 -1
  250. package/dist/components/progress-bar/ProgressBar.js.map +1 -1
  251. package/dist/components/radio-button/RadioButton.d.ts +53 -56
  252. package/dist/components/radio-button/RadioButton.js +1 -1
  253. package/dist/components/radio-button/RadioButton.js.map +1 -1
  254. package/dist/components/radio-button/RadioButtonGroup.d.ts +52 -55
  255. package/dist/components/radio-button-field/RadioButtonField.d.ts +54 -57
  256. package/dist/components/radio-button-field/RadioField.d.ts +1 -1
  257. package/dist/components/radio-card/RadioCard.d.ts +53 -56
  258. package/dist/components/radio-card/RadioCard.js +1 -1
  259. package/dist/components/radio-card/RadioCard.js.map +1 -1
  260. package/dist/components/radio-card/RadioCardGroup.d.ts +2 -2
  261. package/dist/components/radio-card/RadioCardGroup.js.map +1 -1
  262. package/dist/components/search-field/SearchField.d.ts +2 -2
  263. package/dist/components/search-input/SearchInput.js +1 -1
  264. package/dist/components/search-input/SearchInput.js.map +1 -1
  265. package/dist/components/section-message/SectionMessage.d.ts +377 -394
  266. package/dist/components/section-message/SectionMessageTitle.d.ts +1 -1
  267. package/dist/components/section-message/SectionMessageTitle.js +1 -1
  268. package/dist/components/section-message/SectionMessageTitle.js.map +1 -1
  269. package/dist/components/select/Select.d.ts +52 -55
  270. package/dist/components/select/Select.js +1 -1
  271. package/dist/components/select/Select.js.map +1 -1
  272. package/dist/components/select-field/SelectField.d.ts +2 -2
  273. package/dist/components/side-bar/SideBar.d.ts +422 -444
  274. package/dist/components/side-bar/SideBarComponents.d.ts +369 -388
  275. package/dist/components/slider/Slider.d.ts +52 -55
  276. package/dist/components/slider/Slider.js +1 -1
  277. package/dist/components/slider/Slider.js.map +1 -1
  278. package/dist/components/slider/SliderSteps.d.ts +2 -2
  279. package/dist/components/slider/SliderSteps.js +1 -1
  280. package/dist/components/slider/SliderSteps.js.map +1 -1
  281. package/dist/components/slider/SliderValue.d.ts +2 -2
  282. package/dist/components/slider/SliderValue.js +1 -1
  283. package/dist/components/slider/SliderValue.js.map +1 -1
  284. package/dist/components/slider-field/SliderField.d.ts +2 -2
  285. package/dist/components/sortable/Handle.d.ts +105 -111
  286. package/dist/components/sortable/SortableHandle.d.ts +1 -1
  287. package/dist/components/sortable/SortableItem.d.ts +2 -2
  288. package/dist/components/sortable/SortableItem.js +1 -1
  289. package/dist/components/sortable/SortableItem.js.map +1 -1
  290. package/dist/components/sortable/SortableRoot.d.ts +1 -1
  291. package/dist/components/sortable/index.d.ts +3 -3
  292. package/dist/components/spacer/Spacer.d.ts +364 -1
  293. package/dist/components/spacer/Spacer.js +1 -1
  294. package/dist/components/spacer/Spacer.js.map +1 -1
  295. package/dist/components/stack-content/StackContent.d.ts +52 -55
  296. package/dist/components/stepper/Stepper.d.ts +112 -118
  297. package/dist/components/stepper/StepperStepBack.d.ts +1 -1
  298. package/dist/components/stepper/StepperStepBullet.d.ts +103 -109
  299. package/dist/components/stepper/StepperStepBullet.js +1 -1
  300. package/dist/components/stepper/StepperStepBullet.js.map +1 -1
  301. package/dist/components/stepper/StepperStepContainer.d.ts +103 -109
  302. package/dist/components/stepper/StepperStepContainer.js +1 -1
  303. package/dist/components/stepper/StepperStepContainer.js.map +1 -1
  304. package/dist/components/stepper/StepperStepForward.d.ts +1 -1
  305. package/dist/components/stepper/StepperStepLabel.d.ts +106 -110
  306. package/dist/components/stepper/StepperStepLabel.js +1 -1
  307. package/dist/components/stepper/StepperStepLabel.js.map +1 -1
  308. package/dist/components/stepper/StepperSteps.d.ts +2 -2
  309. package/dist/components/stepper/stepper-context/StepperContext.d.ts +1 -1
  310. package/dist/components/switch/Switch.d.ts +53 -56
  311. package/dist/components/switch/Switch.js +1 -1
  312. package/dist/components/switch/Switch.js.map +1 -1
  313. package/dist/components/table/Table.d.ts +423 -447
  314. package/dist/components/table/TableBody.d.ts +53 -56
  315. package/dist/components/table/TableBody.js +1 -1
  316. package/dist/components/table/TableBody.js.map +1 -1
  317. package/dist/components/table/TableCell.d.ts +52 -55
  318. package/dist/components/table/TableCell.js +1 -1
  319. package/dist/components/table/TableCell.js.map +1 -1
  320. package/dist/components/table/TableFooter.d.ts +52 -55
  321. package/dist/components/table/TableFooterCell.d.ts +52 -55
  322. package/dist/components/table/TableFooterCell.js +1 -1
  323. package/dist/components/table/TableFooterCell.js.map +1 -1
  324. package/dist/components/table/TableHeader.d.ts +53 -56
  325. package/dist/components/table/TableHeader.js +1 -1
  326. package/dist/components/table/TableHeader.js.map +1 -1
  327. package/dist/components/table/TableHeaderCell.d.ts +52 -55
  328. package/dist/components/table/TableRow.d.ts +52 -55
  329. package/dist/components/table/TableStickyColumnsContainer.d.ts +1 -1
  330. package/dist/components/tabs/Tabs.d.ts +210 -222
  331. package/dist/components/tabs/TabsContent.d.ts +52 -55
  332. package/dist/components/tabs/TabsTrigger.d.ts +53 -56
  333. package/dist/components/tabs/TabsTriggerList.d.ts +105 -111
  334. package/dist/components/text/Text.d.ts +54 -55
  335. package/dist/components/text/Text.js +1 -1
  336. package/dist/components/text/Text.js.map +1 -1
  337. package/dist/components/textarea/Textarea.d.ts +52 -55
  338. package/dist/components/textarea/Textarea.js +1 -1
  339. package/dist/components/textarea/Textarea.js.map +1 -1
  340. package/dist/components/textarea-field/TextareaField.d.ts +2 -2
  341. package/dist/components/tile/Tile.d.ts +52 -55
  342. package/dist/components/tile/TileGroup.d.ts +52 -55
  343. package/dist/components/tile-interactive/TileInteractive.d.ts +104 -110
  344. package/dist/components/tile-toggle-group/TileToggleGroupItem.d.ts +157 -166
  345. package/dist/components/toast/Toast.d.ts +156 -165
  346. package/dist/components/toast/ToastProvider.d.ts +1 -1
  347. package/dist/components/toggle-group/ToggleGroupButton.d.ts +103 -109
  348. package/dist/components/toggle-group/ToggleGroupItem.d.ts +104 -110
  349. package/dist/components/toggle-group/ToggleGroupItem.js +1 -1
  350. package/dist/components/toggle-group/ToggleGroupItem.js.map +1 -1
  351. package/dist/components/toggle-group/ToggleGroupRoot.d.ts +52 -55
  352. package/dist/components/toggle-group/index.d.ts +313 -331
  353. package/dist/components/tooltip/Tooltip.d.ts +106 -112
  354. package/dist/components/tooltip/TooltipContent.d.ts +53 -56
  355. package/dist/components/tooltip/TooltipContent.js +1 -1
  356. package/dist/components/tooltip/TooltipContent.js.map +1 -1
  357. package/dist/components/top-bar/TopBar.d.ts +638 -287
  358. package/dist/components/top-bar/TopBar.js +1 -1
  359. package/dist/components/top-bar/TopBar.js.map +1 -1
  360. package/dist/components/top-bar/TopBarBrand.d.ts +160 -176
  361. package/dist/components/top-bar/TopBarBrand.js +1 -1
  362. package/dist/components/top-bar/TopBarBrand.js.map +1 -1
  363. package/dist/components/top-bar/stitches.topBar.colorscheme.config.d.ts +1 -1
  364. package/dist/components/tree/Tree.d.ts +793 -812
  365. package/dist/components/tree/TreeCollapsible.d.ts +53 -56
  366. package/dist/components/tree/TreeCollapsibleContent.d.ts +52 -55
  367. package/dist/components/tree/TreeCollapsibleTrigger.d.ts +1 -1
  368. package/dist/components/tree/TreeIcon.d.ts +104 -110
  369. package/dist/components/tree/TreeItemContent.d.ts +54 -57
  370. package/dist/components/tree/TreeListItem.d.ts +54 -57
  371. package/dist/components/video/Video.d.ts +52 -55
  372. package/dist/docgen.json +1 -1
  373. package/dist/experiments/color-scheme/ColorScheme.d.ts +52 -55
  374. package/dist/experiments/color-scheme/stitches.colorscheme.config.d.ts +14 -0
  375. package/dist/experiments/color-scheme/stitches.colorscheme.config.js +1 -1
  376. package/dist/experiments/color-scheme/stitches.colorscheme.config.js.map +1 -1
  377. package/dist/index.cjs.js +1 -1
  378. package/dist/index.cjs.js.map +1 -1
  379. package/dist/stitches.d.ts +604 -637
  380. package/dist/stitches.js +1 -1
  381. package/dist/stitches.js.map +1 -1
  382. package/dist/utilities/create-theme-variants/createThemeVariants.d.ts +276 -279
  383. package/dist/utilities/hooks/useResizeObserver.js.map +1 -1
  384. package/dist/utilities/hooks/useScrollPosition.js +1 -1
  385. package/dist/utilities/hooks/useScrollPosition.js.map +1 -1
  386. package/dist/utilities/hooks/useWindowScrollPosition.js +1 -1
  387. package/dist/utilities/hooks/useWindowScrollPosition.js.map +1 -1
  388. package/dist/utilities/no-overflow-wrapper/NoOverflowWrapper.d.ts +103 -109
  389. package/dist/utilities/optional-tooltip-wrapper/OptionalTooltipWrapper.d.ts +1 -1
  390. package/dist/utilities/optional-visually-hidden-wrapper/OptionalVisuallyHiddenWrapper.d.ts +1 -1
  391. package/package.json +26 -15
@@ -1,6 +1,7 @@
1
1
  import React from 'react';
2
- declare const StyledRoot: import("@stitches/react/types/styled-component").StyledComponent<React.ForwardRefExoticComponent<{
2
+ declare const StyledRoot: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<React.ForwardRefExoticComponent<{
3
3
  color?: string | undefined;
4
+ content?: string | undefined;
4
5
  translate?: "yes" | "no" | undefined;
5
6
  gap?: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | ({
6
7
  "@sm"?: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | undefined;
@@ -14,7 +15,7 @@ declare const StyledRoot: import("@stitches/react/types/styled-component").Style
14
15
  } & {
15
16
  [x: string]: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | undefined;
16
17
  }) | undefined;
17
- css?: import("@stitches/react/types/css-util").CSS<{
18
+ css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
18
19
  sm: string;
19
20
  md: string;
20
21
  lg: string;
@@ -54,6 +55,18 @@ declare const StyledRoot: import("@stitches/react/types/styled-component").Style
54
55
  blue1000: any;
55
56
  blue1100: any;
56
57
  blue1200: any;
58
+ pink100: any;
59
+ pink200: any;
60
+ pink300: any;
61
+ pink400: any;
62
+ pink500: any;
63
+ pink600: any;
64
+ pink700: any;
65
+ pink800: any;
66
+ pink900: any;
67
+ pink1000: any;
68
+ pink1100: any;
69
+ pink1200: any;
57
70
  purple100: any;
58
71
  purple200: any;
59
72
  purple300: any;
@@ -198,26 +211,11 @@ declare const StyledRoot: import("@stitches/react/types/styled-component").Style
198
211
  marsh1000: any;
199
212
  marsh1100: any;
200
213
  marsh1200: any;
201
- tonal50: any;
202
- tonal100: any;
203
- tonal200: any;
204
- tonal300: any;
205
- tonal400: any;
206
- tonal500: any;
207
- tonal600: any;
208
214
  alpha100: any;
209
215
  alpha150: any;
210
216
  alpha200: any;
211
217
  alpha250: any;
212
218
  alpha600: any;
213
- brandRed: any;
214
- brandRedAccent: any;
215
- brandGreen: any;
216
- brandGreenAccent: any;
217
- brandPurple: any;
218
- brandPurpleAccent: any;
219
- brandYellow: any;
220
- brandYellowAccent: any;
221
219
  infoLight: any;
222
220
  info: any;
223
221
  infoMid: any;
@@ -318,59 +316,59 @@ declare const StyledRoot: import("@stitches/react/types/styled-component").Style
318
316
  "1-1": any;
319
317
  "3-4": any;
320
318
  };
321
- }, import("@stitches/react/types/config").DefaultThemeMap, {
322
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
323
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
319
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
320
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
321
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
324
322
  };
325
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
326
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
327
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
323
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
324
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
325
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
328
326
  };
329
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
330
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
327
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
328
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
331
329
  };
332
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
333
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
330
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
331
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
334
332
  };
335
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
336
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
333
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
334
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
337
335
  };
338
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
339
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
336
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
337
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
340
338
  };
341
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
342
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
339
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
340
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
343
341
  };
344
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
345
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
346
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
342
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
343
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
344
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
347
345
  };
348
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
349
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
350
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
346
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
347
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
348
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
351
349
  };
352
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
353
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
350
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
351
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
354
352
  };
355
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
356
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
353
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
354
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
357
355
  };
358
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
359
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
356
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
357
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
360
358
  };
361
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
362
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
359
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
360
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
363
361
  };
364
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
365
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
362
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
363
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
366
364
  };
367
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
368
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
369
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
365
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
366
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
367
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
370
368
  };
371
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
372
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
373
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
369
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
370
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
371
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
374
372
  };
375
373
  }> | undefined;
376
374
  slot?: string | undefined;
@@ -383,6 +381,7 @@ declare const StyledRoot: import("@stitches/react/types/styled-component").Style
383
381
  suppressContentEditableWarning?: boolean | undefined;
384
382
  suppressHydrationWarning?: boolean | undefined;
385
383
  accessKey?: string | undefined;
384
+ autoFocus?: boolean | undefined;
386
385
  className?: string | undefined;
387
386
  contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
388
387
  contextMenu?: string | undefined;
@@ -391,6 +390,7 @@ declare const StyledRoot: import("@stitches/react/types/styled-component").Style
391
390
  hidden?: boolean | undefined;
392
391
  id?: string | undefined;
393
392
  lang?: string | undefined;
393
+ nonce?: string | undefined;
394
394
  placeholder?: string | undefined;
395
395
  spellCheck?: (boolean | "true" | "false") | undefined;
396
396
  tabIndex?: number | undefined;
@@ -401,7 +401,9 @@ declare const StyledRoot: import("@stitches/react/types/styled-component").Style
401
401
  inlist?: any;
402
402
  prefix?: string | undefined;
403
403
  property?: string | undefined;
404
+ rel?: string | undefined;
404
405
  resource?: string | undefined;
406
+ rev?: string | undefined;
405
407
  typeof?: string | undefined;
406
408
  vocab?: string | undefined;
407
409
  autoCapitalize?: string | undefined;
@@ -417,57 +419,57 @@ declare const StyledRoot: import("@stitches/react/types/styled-component").Style
417
419
  unselectable?: "on" | "off" | undefined;
418
420
  inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
419
421
  is?: string | undefined;
420
- 'aria-activedescendant'?: string | undefined;
421
- 'aria-atomic'?: (boolean | "true" | "false") | undefined;
422
- 'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
423
- 'aria-busy'?: (boolean | "true" | "false") | undefined;
424
- 'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
425
- 'aria-colcount'?: number | undefined;
426
- 'aria-colindex'?: number | undefined;
427
- 'aria-colspan'?: number | undefined;
428
- 'aria-controls'?: string | undefined;
429
- 'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
430
- 'aria-describedby'?: string | undefined;
431
- 'aria-details'?: string | undefined;
432
- 'aria-disabled'?: (boolean | "true" | "false") | undefined;
433
- 'aria-dropeffect'?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
434
- 'aria-errormessage'?: string | undefined;
435
- 'aria-expanded'?: (boolean | "true" | "false") | undefined;
436
- 'aria-flowto'?: string | undefined;
437
- 'aria-grabbed'?: (boolean | "true" | "false") | undefined;
438
- 'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree" | undefined;
439
- 'aria-hidden'?: (boolean | "true" | "false") | undefined;
440
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
441
- 'aria-keyshortcuts'?: string | undefined;
442
- 'aria-label'?: string | undefined;
443
- 'aria-labelledby'?: string | undefined;
444
- 'aria-level'?: number | undefined;
445
- 'aria-live'?: "off" | "assertive" | "polite" | undefined;
446
- 'aria-modal'?: (boolean | "true" | "false") | undefined;
447
- 'aria-multiline'?: (boolean | "true" | "false") | undefined;
448
- 'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
449
- 'aria-orientation'?: "horizontal" | "vertical" | undefined;
450
- 'aria-owns'?: string | undefined;
451
- 'aria-placeholder'?: string | undefined;
452
- 'aria-posinset'?: number | undefined;
453
- 'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
454
- 'aria-readonly'?: (boolean | "true" | "false") | undefined;
455
- 'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
456
- 'aria-required'?: (boolean | "true" | "false") | undefined;
457
- 'aria-roledescription'?: string | undefined;
458
- 'aria-rowcount'?: number | undefined;
459
- 'aria-rowindex'?: number | undefined;
460
- 'aria-rowspan'?: number | undefined;
461
- 'aria-selected'?: (boolean | "true" | "false") | undefined;
462
- 'aria-setsize'?: number | undefined;
463
- 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
464
- 'aria-valuemax'?: number | undefined;
465
- 'aria-valuemin'?: number | undefined;
466
- 'aria-valuenow'?: number | undefined;
467
- 'aria-valuetext'?: string | undefined;
422
+ "aria-activedescendant"?: string | undefined;
423
+ "aria-atomic"?: (boolean | "true" | "false") | undefined;
424
+ "aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
425
+ "aria-busy"?: (boolean | "true" | "false") | undefined;
426
+ "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
427
+ "aria-colcount"?: number | undefined;
428
+ "aria-colindex"?: number | undefined;
429
+ "aria-colspan"?: number | undefined;
430
+ "aria-controls"?: string | undefined;
431
+ "aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
432
+ "aria-describedby"?: string | undefined;
433
+ "aria-details"?: string | undefined;
434
+ "aria-disabled"?: (boolean | "true" | "false") | undefined;
435
+ "aria-dropeffect"?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
436
+ "aria-errormessage"?: string | undefined;
437
+ "aria-expanded"?: (boolean | "true" | "false") | undefined;
438
+ "aria-flowto"?: string | undefined;
439
+ "aria-grabbed"?: (boolean | "true" | "false") | undefined;
440
+ "aria-haspopup"?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree" | undefined;
441
+ "aria-hidden"?: (boolean | "true" | "false") | undefined;
442
+ "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
443
+ "aria-keyshortcuts"?: string | undefined;
444
+ "aria-label"?: string | undefined;
445
+ "aria-labelledby"?: string | undefined;
446
+ "aria-level"?: number | undefined;
447
+ "aria-live"?: "off" | "assertive" | "polite" | undefined;
448
+ "aria-modal"?: (boolean | "true" | "false") | undefined;
449
+ "aria-multiline"?: (boolean | "true" | "false") | undefined;
450
+ "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
451
+ "aria-orientation"?: "horizontal" | "vertical" | undefined;
452
+ "aria-owns"?: string | undefined;
453
+ "aria-placeholder"?: string | undefined;
454
+ "aria-posinset"?: number | undefined;
455
+ "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
456
+ "aria-readonly"?: (boolean | "true" | "false") | undefined;
457
+ "aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
458
+ "aria-required"?: (boolean | "true" | "false") | undefined;
459
+ "aria-roledescription"?: string | undefined;
460
+ "aria-rowcount"?: number | undefined;
461
+ "aria-rowindex"?: number | undefined;
462
+ "aria-rowspan"?: number | undefined;
463
+ "aria-selected"?: (boolean | "true" | "false") | undefined;
464
+ "aria-setsize"?: number | undefined;
465
+ "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
466
+ "aria-valuemax"?: number | undefined;
467
+ "aria-valuemin"?: number | undefined;
468
+ "aria-valuenow"?: number | undefined;
469
+ "aria-valuetext"?: string | undefined;
468
470
  children?: React.ReactNode;
469
471
  dangerouslySetInnerHTML?: {
470
- __html: string;
472
+ __html: string | TrustedHTML;
471
473
  } | undefined;
472
474
  onCopy?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
473
475
  onCopyCapture?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
@@ -673,7 +675,7 @@ declare const StyledRoot: import("@stitches/react/types/styled-component").Style
673
675
  reducedMotion: string;
674
676
  allowMotion: string;
675
677
  hover: string;
676
- }, import("@stitches/react/types/css-util").CSS<{
678
+ }, import("@atom-learning/stitches-react/types/css-util").CSS<{
677
679
  sm: string;
678
680
  md: string;
679
681
  lg: string;
@@ -713,6 +715,18 @@ declare const StyledRoot: import("@stitches/react/types/styled-component").Style
713
715
  blue1000: any;
714
716
  blue1100: any;
715
717
  blue1200: any;
718
+ pink100: any;
719
+ pink200: any;
720
+ pink300: any;
721
+ pink400: any;
722
+ pink500: any;
723
+ pink600: any;
724
+ pink700: any;
725
+ pink800: any;
726
+ pink900: any;
727
+ pink1000: any;
728
+ pink1100: any;
729
+ pink1200: any;
716
730
  purple100: any;
717
731
  purple200: any;
718
732
  purple300: any;
@@ -857,26 +871,11 @@ declare const StyledRoot: import("@stitches/react/types/styled-component").Style
857
871
  marsh1000: any;
858
872
  marsh1100: any;
859
873
  marsh1200: any;
860
- tonal50: any;
861
- tonal100: any;
862
- tonal200: any;
863
- tonal300: any;
864
- tonal400: any;
865
- tonal500: any;
866
- tonal600: any;
867
874
  alpha100: any;
868
875
  alpha150: any;
869
876
  alpha200: any;
870
877
  alpha250: any;
871
878
  alpha600: any;
872
- brandRed: any;
873
- brandRedAccent: any;
874
- brandGreen: any;
875
- brandGreenAccent: any;
876
- brandPurple: any;
877
- brandPurpleAccent: any;
878
- brandYellow: any;
879
- brandYellowAccent: any;
880
879
  infoLight: any;
881
880
  info: any;
882
881
  infoMid: any;
@@ -977,65 +976,66 @@ declare const StyledRoot: import("@stitches/react/types/styled-component").Style
977
976
  "1-1": any;
978
977
  "3-4": any;
979
978
  };
980
- }, import("@stitches/react/types/config").DefaultThemeMap, {
981
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
982
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
979
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
980
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
981
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
983
982
  };
984
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
985
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
986
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
983
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
984
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
985
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
987
986
  };
988
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
989
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
987
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
988
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
990
989
  };
991
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
992
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
990
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
991
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
993
992
  };
994
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
995
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
993
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
994
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
996
995
  };
997
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
998
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
996
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
997
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
999
998
  };
1000
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1001
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
999
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1000
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1002
1001
  };
1003
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1004
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1005
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1002
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1003
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1004
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1006
1005
  };
1007
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1008
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1009
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1006
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1007
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1008
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1010
1009
  };
1011
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1012
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1010
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1011
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1013
1012
  };
1014
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1015
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1013
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1014
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1016
1015
  };
1017
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1018
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1016
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1017
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1019
1018
  };
1020
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1021
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1019
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1020
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1022
1021
  };
1023
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1024
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1022
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1023
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1025
1024
  };
1026
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1027
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1028
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1025
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1026
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1027
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1029
1028
  };
1030
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1031
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1032
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1029
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1030
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1031
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1033
1032
  };
1034
1033
  }>>;
1035
1034
  declare type TreeProps = React.ComponentProps<typeof StyledRoot>;
1036
1035
  export declare const TreeRoot: React.ForwardRefExoticComponent<TreeProps>;
1037
1036
  export declare const Tree: React.ForwardRefExoticComponent<Omit<{
1038
1037
  color?: string | undefined;
1038
+ content?: string | undefined;
1039
1039
  translate?: "yes" | "no" | undefined;
1040
1040
  gap?: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | ({
1041
1041
  "@sm"?: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | undefined;
@@ -1049,7 +1049,7 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
1049
1049
  } & {
1050
1050
  [x: string]: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | undefined;
1051
1051
  }) | undefined;
1052
- css?: import("@stitches/react/types/css-util").CSS<{
1052
+ css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
1053
1053
  sm: string;
1054
1054
  md: string;
1055
1055
  lg: string;
@@ -1089,6 +1089,18 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
1089
1089
  blue1000: any;
1090
1090
  blue1100: any;
1091
1091
  blue1200: any;
1092
+ pink100: any;
1093
+ pink200: any;
1094
+ pink300: any;
1095
+ pink400: any;
1096
+ pink500: any;
1097
+ pink600: any;
1098
+ pink700: any;
1099
+ pink800: any;
1100
+ pink900: any;
1101
+ pink1000: any;
1102
+ pink1100: any;
1103
+ pink1200: any;
1092
1104
  purple100: any;
1093
1105
  purple200: any;
1094
1106
  purple300: any;
@@ -1233,26 +1245,11 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
1233
1245
  marsh1000: any;
1234
1246
  marsh1100: any;
1235
1247
  marsh1200: any;
1236
- tonal50: any;
1237
- tonal100: any;
1238
- tonal200: any;
1239
- tonal300: any;
1240
- tonal400: any;
1241
- tonal500: any;
1242
- tonal600: any;
1243
1248
  alpha100: any;
1244
1249
  alpha150: any;
1245
1250
  alpha200: any;
1246
1251
  alpha250: any;
1247
1252
  alpha600: any;
1248
- brandRed: any;
1249
- brandRedAccent: any;
1250
- brandGreen: any;
1251
- brandGreenAccent: any;
1252
- brandPurple: any;
1253
- brandPurpleAccent: any;
1254
- brandYellow: any;
1255
- brandYellowAccent: any;
1256
1253
  infoLight: any;
1257
1254
  info: any;
1258
1255
  infoMid: any;
@@ -1353,59 +1350,59 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
1353
1350
  "1-1": any;
1354
1351
  "3-4": any;
1355
1352
  };
1356
- }, import("@stitches/react/types/config").DefaultThemeMap, {
1357
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
1358
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
1353
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
1354
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
1355
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
1359
1356
  };
1360
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
1361
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1362
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1357
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
1358
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1359
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1363
1360
  };
1364
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1365
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1361
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1362
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1366
1363
  };
1367
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1368
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1364
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1365
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1369
1366
  };
1370
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1371
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1367
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1368
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1372
1369
  };
1373
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1374
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1370
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1371
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1375
1372
  };
1376
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1377
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1373
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1374
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1378
1375
  };
1379
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1380
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1381
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1376
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1377
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1378
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1382
1379
  };
1383
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1384
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1385
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1380
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1381
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1382
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1386
1383
  };
1387
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1388
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1384
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1385
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1389
1386
  };
1390
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1391
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1387
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1388
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1392
1389
  };
1393
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1394
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1390
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1391
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1395
1392
  };
1396
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1397
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1393
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1394
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1398
1395
  };
1399
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1400
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1396
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1397
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1401
1398
  };
1402
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1403
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1404
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1399
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1400
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1401
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1405
1402
  };
1406
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1407
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1408
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1403
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1404
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1405
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1409
1406
  };
1410
1407
  }> | undefined;
1411
1408
  slot?: string | undefined;
@@ -1418,6 +1415,7 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
1418
1415
  suppressContentEditableWarning?: boolean | undefined;
1419
1416
  suppressHydrationWarning?: boolean | undefined;
1420
1417
  accessKey?: string | undefined;
1418
+ autoFocus?: boolean | undefined;
1421
1419
  className?: string | undefined;
1422
1420
  contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
1423
1421
  contextMenu?: string | undefined;
@@ -1426,6 +1424,7 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
1426
1424
  hidden?: boolean | undefined;
1427
1425
  id?: string | undefined;
1428
1426
  lang?: string | undefined;
1427
+ nonce?: string | undefined;
1429
1428
  placeholder?: string | undefined;
1430
1429
  spellCheck?: (boolean | "true" | "false") | undefined;
1431
1430
  tabIndex?: number | undefined;
@@ -1436,7 +1435,9 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
1436
1435
  inlist?: any;
1437
1436
  prefix?: string | undefined;
1438
1437
  property?: string | undefined;
1438
+ rel?: string | undefined;
1439
1439
  resource?: string | undefined;
1440
+ rev?: string | undefined;
1440
1441
  typeof?: string | undefined;
1441
1442
  vocab?: string | undefined;
1442
1443
  autoCapitalize?: string | undefined;
@@ -1452,57 +1453,57 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
1452
1453
  unselectable?: "on" | "off" | undefined;
1453
1454
  inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
1454
1455
  is?: string | undefined;
1455
- 'aria-activedescendant'?: string | undefined;
1456
- 'aria-atomic'?: (boolean | "true" | "false") | undefined;
1457
- 'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
1458
- 'aria-busy'?: (boolean | "true" | "false") | undefined;
1459
- 'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
1460
- 'aria-colcount'?: number | undefined;
1461
- 'aria-colindex'?: number | undefined;
1462
- 'aria-colspan'?: number | undefined;
1463
- 'aria-controls'?: string | undefined;
1464
- 'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
1465
- 'aria-describedby'?: string | undefined;
1466
- 'aria-details'?: string | undefined;
1467
- 'aria-disabled'?: (boolean | "true" | "false") | undefined;
1468
- 'aria-dropeffect'?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
1469
- 'aria-errormessage'?: string | undefined;
1470
- 'aria-expanded'?: (boolean | "true" | "false") | undefined;
1471
- 'aria-flowto'?: string | undefined;
1472
- 'aria-grabbed'?: (boolean | "true" | "false") | undefined;
1473
- 'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree" | undefined;
1474
- 'aria-hidden'?: (boolean | "true" | "false") | undefined;
1475
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
1476
- 'aria-keyshortcuts'?: string | undefined;
1477
- 'aria-label'?: string | undefined;
1478
- 'aria-labelledby'?: string | undefined;
1479
- 'aria-level'?: number | undefined;
1480
- 'aria-live'?: "off" | "assertive" | "polite" | undefined;
1481
- 'aria-modal'?: (boolean | "true" | "false") | undefined;
1482
- 'aria-multiline'?: (boolean | "true" | "false") | undefined;
1483
- 'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
1484
- 'aria-orientation'?: "horizontal" | "vertical" | undefined;
1485
- 'aria-owns'?: string | undefined;
1486
- 'aria-placeholder'?: string | undefined;
1487
- 'aria-posinset'?: number | undefined;
1488
- 'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
1489
- 'aria-readonly'?: (boolean | "true" | "false") | undefined;
1490
- 'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1491
- 'aria-required'?: (boolean | "true" | "false") | undefined;
1492
- 'aria-roledescription'?: string | undefined;
1493
- 'aria-rowcount'?: number | undefined;
1494
- 'aria-rowindex'?: number | undefined;
1495
- 'aria-rowspan'?: number | undefined;
1496
- 'aria-selected'?: (boolean | "true" | "false") | undefined;
1497
- 'aria-setsize'?: number | undefined;
1498
- 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
1499
- 'aria-valuemax'?: number | undefined;
1500
- 'aria-valuemin'?: number | undefined;
1501
- 'aria-valuenow'?: number | undefined;
1502
- 'aria-valuetext'?: string | undefined;
1456
+ "aria-activedescendant"?: string | undefined;
1457
+ "aria-atomic"?: (boolean | "true" | "false") | undefined;
1458
+ "aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
1459
+ "aria-busy"?: (boolean | "true" | "false") | undefined;
1460
+ "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
1461
+ "aria-colcount"?: number | undefined;
1462
+ "aria-colindex"?: number | undefined;
1463
+ "aria-colspan"?: number | undefined;
1464
+ "aria-controls"?: string | undefined;
1465
+ "aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
1466
+ "aria-describedby"?: string | undefined;
1467
+ "aria-details"?: string | undefined;
1468
+ "aria-disabled"?: (boolean | "true" | "false") | undefined;
1469
+ "aria-dropeffect"?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
1470
+ "aria-errormessage"?: string | undefined;
1471
+ "aria-expanded"?: (boolean | "true" | "false") | undefined;
1472
+ "aria-flowto"?: string | undefined;
1473
+ "aria-grabbed"?: (boolean | "true" | "false") | undefined;
1474
+ "aria-haspopup"?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree" | undefined;
1475
+ "aria-hidden"?: (boolean | "true" | "false") | undefined;
1476
+ "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
1477
+ "aria-keyshortcuts"?: string | undefined;
1478
+ "aria-label"?: string | undefined;
1479
+ "aria-labelledby"?: string | undefined;
1480
+ "aria-level"?: number | undefined;
1481
+ "aria-live"?: "off" | "assertive" | "polite" | undefined;
1482
+ "aria-modal"?: (boolean | "true" | "false") | undefined;
1483
+ "aria-multiline"?: (boolean | "true" | "false") | undefined;
1484
+ "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
1485
+ "aria-orientation"?: "horizontal" | "vertical" | undefined;
1486
+ "aria-owns"?: string | undefined;
1487
+ "aria-placeholder"?: string | undefined;
1488
+ "aria-posinset"?: number | undefined;
1489
+ "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
1490
+ "aria-readonly"?: (boolean | "true" | "false") | undefined;
1491
+ "aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1492
+ "aria-required"?: (boolean | "true" | "false") | undefined;
1493
+ "aria-roledescription"?: string | undefined;
1494
+ "aria-rowcount"?: number | undefined;
1495
+ "aria-rowindex"?: number | undefined;
1496
+ "aria-rowspan"?: number | undefined;
1497
+ "aria-selected"?: (boolean | "true" | "false") | undefined;
1498
+ "aria-setsize"?: number | undefined;
1499
+ "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
1500
+ "aria-valuemax"?: number | undefined;
1501
+ "aria-valuemin"?: number | undefined;
1502
+ "aria-valuenow"?: number | undefined;
1503
+ "aria-valuetext"?: string | undefined;
1503
1504
  children?: React.ReactNode;
1504
1505
  dangerouslySetInnerHTML?: {
1505
- __html: string;
1506
+ __html: string | TrustedHTML;
1506
1507
  } | undefined;
1507
1508
  onCopy?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
1508
1509
  onCopyCapture?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
@@ -1700,7 +1701,7 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
1700
1701
  } & {
1701
1702
  [x: string]: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
1702
1703
  }) | undefined;
1703
- }, "css"> & import("@stitches/react/types/styled-component").TransformProps<{}, {
1704
+ }, "css"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{}, {
1704
1705
  sm: string;
1705
1706
  md: string;
1706
1707
  lg: string;
@@ -1709,7 +1710,7 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
1709
1710
  allowMotion: string;
1710
1711
  hover: string;
1711
1712
  }> & {
1712
- css?: import("@stitches/react/types/css-util").CSS<{
1713
+ css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
1713
1714
  sm: string;
1714
1715
  md: string;
1715
1716
  lg: string;
@@ -1749,6 +1750,18 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
1749
1750
  blue1000: any;
1750
1751
  blue1100: any;
1751
1752
  blue1200: any;
1753
+ pink100: any;
1754
+ pink200: any;
1755
+ pink300: any;
1756
+ pink400: any;
1757
+ pink500: any;
1758
+ pink600: any;
1759
+ pink700: any;
1760
+ pink800: any;
1761
+ pink900: any;
1762
+ pink1000: any;
1763
+ pink1100: any;
1764
+ pink1200: any;
1752
1765
  purple100: any;
1753
1766
  purple200: any;
1754
1767
  purple300: any;
@@ -1893,26 +1906,11 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
1893
1906
  marsh1000: any;
1894
1907
  marsh1100: any;
1895
1908
  marsh1200: any;
1896
- tonal50: any;
1897
- tonal100: any;
1898
- tonal200: any;
1899
- tonal300: any;
1900
- tonal400: any;
1901
- tonal500: any;
1902
- tonal600: any;
1903
1909
  alpha100: any;
1904
1910
  alpha150: any;
1905
1911
  alpha200: any;
1906
1912
  alpha250: any;
1907
1913
  alpha600: any;
1908
- brandRed: any;
1909
- brandRedAccent: any;
1910
- brandGreen: any;
1911
- brandGreenAccent: any;
1912
- brandPurple: any;
1913
- brandPurpleAccent: any;
1914
- brandYellow: any;
1915
- brandYellowAccent: any;
1916
1914
  infoLight: any;
1917
1915
  info: any;
1918
1916
  infoMid: any;
@@ -2013,63 +2011,63 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
2013
2011
  "1-1": any;
2014
2012
  "3-4": any;
2015
2013
  };
2016
- }, import("@stitches/react/types/config").DefaultThemeMap, {
2017
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
2018
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
2014
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
2015
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
2016
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
2019
2017
  };
2020
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
2021
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
2022
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
2018
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
2019
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
2020
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
2023
2021
  };
2024
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2025
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2022
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2023
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2026
2024
  };
2027
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2028
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2025
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2026
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2029
2027
  };
2030
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2031
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2028
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2029
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2032
2030
  };
2033
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2034
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2031
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2032
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2035
2033
  };
2036
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2037
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2034
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2035
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2038
2036
  };
2039
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2040
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2041
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2037
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2038
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2039
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2042
2040
  };
2043
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2044
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2045
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2041
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2042
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2043
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2046
2044
  };
2047
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2048
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2045
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2046
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2049
2047
  };
2050
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2051
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2048
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2049
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2052
2050
  };
2053
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2054
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2051
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2052
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2055
2053
  };
2056
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2057
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2054
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2055
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2058
2056
  };
2059
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2060
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2057
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2058
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2061
2059
  };
2062
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2063
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2064
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2060
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2061
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2062
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2065
2063
  };
2066
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2067
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2068
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2064
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2065
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2066
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2069
2067
  };
2070
2068
  }> | undefined;
2071
2069
  }> & {
2072
- Collapsible: React.ForwardRefExoticComponent<Pick<import("@radix-ui/react-collapsible").CollapsibleProps & React.RefAttributes<HTMLDivElement> & Omit<import("@radix-ui/react-collapsible").CollapsibleProps & React.RefAttributes<HTMLDivElement>, "css"> & import("@stitches/react/types/styled-component").TransformProps<{}, {
2070
+ Collapsible: React.ForwardRefExoticComponent<Omit<import("@radix-ui/react-collapsible").CollapsibleProps & React.RefAttributes<HTMLDivElement> & Omit<import("@radix-ui/react-collapsible").CollapsibleProps & React.RefAttributes<HTMLDivElement>, "css"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{}, {
2073
2071
  sm: string;
2074
2072
  md: string;
2075
2073
  lg: string;
@@ -2078,7 +2076,7 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
2078
2076
  allowMotion: string;
2079
2077
  hover: string;
2080
2078
  }> & {
2081
- css?: import("@stitches/react/types/css-util").CSS<{
2079
+ css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
2082
2080
  sm: string;
2083
2081
  md: string;
2084
2082
  lg: string;
@@ -2118,6 +2116,18 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
2118
2116
  blue1000: any;
2119
2117
  blue1100: any;
2120
2118
  blue1200: any;
2119
+ pink100: any;
2120
+ pink200: any;
2121
+ pink300: any;
2122
+ pink400: any;
2123
+ pink500: any;
2124
+ pink600: any;
2125
+ pink700: any;
2126
+ pink800: any;
2127
+ pink900: any;
2128
+ pink1000: any;
2129
+ pink1100: any;
2130
+ pink1200: any;
2121
2131
  purple100: any;
2122
2132
  purple200: any;
2123
2133
  purple300: any;
@@ -2262,26 +2272,11 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
2262
2272
  marsh1000: any;
2263
2273
  marsh1100: any;
2264
2274
  marsh1200: any;
2265
- tonal50: any;
2266
- tonal100: any;
2267
- tonal200: any;
2268
- tonal300: any;
2269
- tonal400: any;
2270
- tonal500: any;
2271
- tonal600: any;
2272
2275
  alpha100: any;
2273
2276
  alpha150: any;
2274
2277
  alpha200: any;
2275
2278
  alpha250: any;
2276
2279
  alpha600: any;
2277
- brandRed: any;
2278
- brandRedAccent: any;
2279
- brandGreen: any;
2280
- brandGreenAccent: any;
2281
- brandPurple: any;
2282
- brandPurpleAccent: any;
2283
- brandYellow: any;
2284
- brandYellowAccent: any;
2285
2280
  infoLight: any;
2286
2281
  info: any;
2287
2282
  infoMid: any;
@@ -2382,63 +2377,63 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
2382
2377
  "1-1": any;
2383
2378
  "3-4": any;
2384
2379
  };
2385
- }, import("@stitches/react/types/config").DefaultThemeMap, {
2386
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
2387
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
2380
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
2381
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
2382
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
2388
2383
  };
2389
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
2390
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
2391
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
2384
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
2385
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
2386
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
2392
2387
  };
2393
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2394
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2388
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2389
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2395
2390
  };
2396
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2397
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2391
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2392
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2398
2393
  };
2399
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2400
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2394
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2395
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2401
2396
  };
2402
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2403
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2397
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2398
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2404
2399
  };
2405
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2406
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2400
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2401
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2407
2402
  };
2408
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2409
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2410
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2403
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2404
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2405
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2411
2406
  };
2412
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2413
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2414
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2407
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2408
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2409
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2415
2410
  };
2416
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2417
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2411
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2412
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2418
2413
  };
2419
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2420
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2414
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2415
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2421
2416
  };
2422
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2423
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2417
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2418
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2424
2419
  };
2425
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2426
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2420
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2421
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2427
2422
  };
2428
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2429
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2423
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2424
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2430
2425
  };
2431
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2432
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2433
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2426
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2427
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2428
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2434
2429
  };
2435
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2436
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2437
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2430
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2431
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2432
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2438
2433
  };
2439
2434
  }> | undefined;
2440
- }, "color" | "translate" | "css" | "slot" | "style" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "open" | "asChild" | "defaultOpen" | "disabled" | "onOpenChange"> & React.RefAttributes<HTMLLIElement>>;
2441
- CollapsibleContent: React.ForwardRefExoticComponent<Omit<import("@radix-ui/react-collapsible").CollapsibleContentProps & React.RefAttributes<HTMLDivElement>, "css"> & import("@stitches/react/types/styled-component").TransformProps<{}, {
2435
+ }, "ref"> & React.RefAttributes<HTMLLIElement>>;
2436
+ CollapsibleContent: React.ForwardRefExoticComponent<Omit<import("@radix-ui/react-collapsible").CollapsibleContentProps & React.RefAttributes<HTMLDivElement>, "css"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{}, {
2442
2437
  sm: string;
2443
2438
  md: string;
2444
2439
  lg: string;
@@ -2447,7 +2442,7 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
2447
2442
  allowMotion: string;
2448
2443
  hover: string;
2449
2444
  }> & {
2450
- css?: import("@stitches/react/types/css-util").CSS<{
2445
+ css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
2451
2446
  sm: string;
2452
2447
  md: string;
2453
2448
  lg: string;
@@ -2487,6 +2482,18 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
2487
2482
  blue1000: any;
2488
2483
  blue1100: any;
2489
2484
  blue1200: any;
2485
+ pink100: any;
2486
+ pink200: any;
2487
+ pink300: any;
2488
+ pink400: any;
2489
+ pink500: any;
2490
+ pink600: any;
2491
+ pink700: any;
2492
+ pink800: any;
2493
+ pink900: any;
2494
+ pink1000: any;
2495
+ pink1100: any;
2496
+ pink1200: any;
2490
2497
  purple100: any;
2491
2498
  purple200: any;
2492
2499
  purple300: any;
@@ -2631,26 +2638,11 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
2631
2638
  marsh1000: any;
2632
2639
  marsh1100: any;
2633
2640
  marsh1200: any;
2634
- tonal50: any;
2635
- tonal100: any;
2636
- tonal200: any;
2637
- tonal300: any;
2638
- tonal400: any;
2639
- tonal500: any;
2640
- tonal600: any;
2641
2641
  alpha100: any;
2642
2642
  alpha150: any;
2643
2643
  alpha200: any;
2644
2644
  alpha250: any;
2645
2645
  alpha600: any;
2646
- brandRed: any;
2647
- brandRedAccent: any;
2648
- brandGreen: any;
2649
- brandGreenAccent: any;
2650
- brandPurple: any;
2651
- brandPurpleAccent: any;
2652
- brandYellow: any;
2653
- brandYellowAccent: any;
2654
2646
  infoLight: any;
2655
2647
  info: any;
2656
2648
  infoMid: any;
@@ -2751,63 +2743,64 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
2751
2743
  "1-1": any;
2752
2744
  "3-4": any;
2753
2745
  };
2754
- }, import("@stitches/react/types/config").DefaultThemeMap, {
2755
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
2756
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
2746
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
2747
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
2748
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
2757
2749
  };
2758
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
2759
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
2760
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
2750
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
2751
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
2752
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
2761
2753
  };
2762
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2763
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2754
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2755
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2764
2756
  };
2765
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2766
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2757
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2758
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2767
2759
  };
2768
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2769
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2760
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2761
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2770
2762
  };
2771
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2772
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2763
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2764
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2773
2765
  };
2774
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2775
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2766
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2767
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2776
2768
  };
2777
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2778
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2779
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2769
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2770
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2771
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2780
2772
  };
2781
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2782
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2783
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2773
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2774
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2775
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2784
2776
  };
2785
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2786
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2777
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2778
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2787
2779
  };
2788
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2789
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2780
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2781
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2790
2782
  };
2791
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2792
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2783
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2784
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2793
2785
  };
2794
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2795
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2786
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2787
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2796
2788
  };
2797
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2798
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2789
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2790
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2799
2791
  };
2800
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2801
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2802
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2792
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2793
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2794
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2803
2795
  };
2804
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2805
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2806
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2796
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2797
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2798
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2807
2799
  };
2808
2800
  }> | undefined;
2809
2801
  } & {
2810
2802
  color?: string | undefined;
2803
+ content?: string | undefined;
2811
2804
  translate?: "yes" | "no" | undefined;
2812
2805
  gap?: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | ({
2813
2806
  "@sm"?: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | undefined;
@@ -2821,7 +2814,7 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
2821
2814
  } & {
2822
2815
  [x: string]: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | undefined;
2823
2816
  }) | undefined;
2824
- css?: import("@stitches/react/types/css-util").CSS<{
2817
+ css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
2825
2818
  sm: string;
2826
2819
  md: string;
2827
2820
  lg: string;
@@ -2861,6 +2854,18 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
2861
2854
  blue1000: any;
2862
2855
  blue1100: any;
2863
2856
  blue1200: any;
2857
+ pink100: any;
2858
+ pink200: any;
2859
+ pink300: any;
2860
+ pink400: any;
2861
+ pink500: any;
2862
+ pink600: any;
2863
+ pink700: any;
2864
+ pink800: any;
2865
+ pink900: any;
2866
+ pink1000: any;
2867
+ pink1100: any;
2868
+ pink1200: any;
2864
2869
  purple100: any;
2865
2870
  purple200: any;
2866
2871
  purple300: any;
@@ -3005,26 +3010,11 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
3005
3010
  marsh1000: any;
3006
3011
  marsh1100: any;
3007
3012
  marsh1200: any;
3008
- tonal50: any;
3009
- tonal100: any;
3010
- tonal200: any;
3011
- tonal300: any;
3012
- tonal400: any;
3013
- tonal500: any;
3014
- tonal600: any;
3015
3013
  alpha100: any;
3016
3014
  alpha150: any;
3017
3015
  alpha200: any;
3018
3016
  alpha250: any;
3019
3017
  alpha600: any;
3020
- brandRed: any;
3021
- brandRedAccent: any;
3022
- brandGreen: any;
3023
- brandGreenAccent: any;
3024
- brandPurple: any;
3025
- brandPurpleAccent: any;
3026
- brandYellow: any;
3027
- brandYellowAccent: any;
3028
3018
  infoLight: any;
3029
3019
  info: any;
3030
3020
  infoMid: any;
@@ -3125,59 +3115,59 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
3125
3115
  "1-1": any;
3126
3116
  "3-4": any;
3127
3117
  };
3128
- }, import("@stitches/react/types/config").DefaultThemeMap, {
3129
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
3130
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
3118
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
3119
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
3120
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
3131
3121
  };
3132
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
3133
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
3134
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
3122
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
3123
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
3124
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
3135
3125
  };
3136
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3137
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3126
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3127
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3138
3128
  };
3139
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3140
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3129
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3130
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3141
3131
  };
3142
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3143
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3132
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3133
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3144
3134
  };
3145
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3146
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3135
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3136
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3147
3137
  };
3148
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3149
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3138
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3139
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3150
3140
  };
3151
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3152
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3153
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3141
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3142
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3143
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3154
3144
  };
3155
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3156
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3157
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3145
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3146
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3147
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3158
3148
  };
3159
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3160
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3149
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3150
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3161
3151
  };
3162
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3163
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3152
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3153
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3164
3154
  };
3165
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3166
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3155
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3156
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3167
3157
  };
3168
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3169
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3158
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3159
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3170
3160
  };
3171
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3172
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3161
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3162
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3173
3163
  };
3174
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3175
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3176
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3164
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3165
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3166
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3177
3167
  };
3178
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3179
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3180
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3168
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3169
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3170
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3181
3171
  };
3182
3172
  }> | undefined;
3183
3173
  slot?: string | undefined;
@@ -3190,6 +3180,7 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
3190
3180
  suppressContentEditableWarning?: boolean | undefined;
3191
3181
  suppressHydrationWarning?: boolean | undefined;
3192
3182
  accessKey?: string | undefined;
3183
+ autoFocus?: boolean | undefined;
3193
3184
  className?: string | undefined;
3194
3185
  contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
3195
3186
  contextMenu?: string | undefined;
@@ -3198,6 +3189,7 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
3198
3189
  hidden?: boolean | undefined;
3199
3190
  id?: string | undefined;
3200
3191
  lang?: string | undefined;
3192
+ nonce?: string | undefined;
3201
3193
  placeholder?: string | undefined;
3202
3194
  spellCheck?: (boolean | "true" | "false") | undefined;
3203
3195
  tabIndex?: number | undefined;
@@ -3208,7 +3200,9 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
3208
3200
  inlist?: any;
3209
3201
  prefix?: string | undefined;
3210
3202
  property?: string | undefined;
3203
+ rel?: string | undefined;
3211
3204
  resource?: string | undefined;
3205
+ rev?: string | undefined;
3212
3206
  typeof?: string | undefined;
3213
3207
  vocab?: string | undefined;
3214
3208
  autoCapitalize?: string | undefined;
@@ -3224,57 +3218,57 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
3224
3218
  unselectable?: "on" | "off" | undefined;
3225
3219
  inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
3226
3220
  is?: string | undefined;
3227
- 'aria-activedescendant'?: string | undefined;
3228
- 'aria-atomic'?: (boolean | "true" | "false") | undefined;
3229
- 'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
3230
- 'aria-busy'?: (boolean | "true" | "false") | undefined;
3231
- 'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
3232
- 'aria-colcount'?: number | undefined;
3233
- 'aria-colindex'?: number | undefined;
3234
- 'aria-colspan'?: number | undefined;
3235
- 'aria-controls'?: string | undefined;
3236
- 'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
3237
- 'aria-describedby'?: string | undefined;
3238
- 'aria-details'?: string | undefined;
3239
- 'aria-disabled'?: (boolean | "true" | "false") | undefined;
3240
- 'aria-dropeffect'?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
3241
- 'aria-errormessage'?: string | undefined;
3242
- 'aria-expanded'?: (boolean | "true" | "false") | undefined;
3243
- 'aria-flowto'?: string | undefined;
3244
- 'aria-grabbed'?: (boolean | "true" | "false") | undefined;
3245
- 'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree" | undefined;
3246
- 'aria-hidden'?: (boolean | "true" | "false") | undefined;
3247
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
3248
- 'aria-keyshortcuts'?: string | undefined;
3249
- 'aria-label'?: string | undefined;
3250
- 'aria-labelledby'?: string | undefined;
3251
- 'aria-level'?: number | undefined;
3252
- 'aria-live'?: "off" | "assertive" | "polite" | undefined;
3253
- 'aria-modal'?: (boolean | "true" | "false") | undefined;
3254
- 'aria-multiline'?: (boolean | "true" | "false") | undefined;
3255
- 'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
3256
- 'aria-orientation'?: "horizontal" | "vertical" | undefined;
3257
- 'aria-owns'?: string | undefined;
3258
- 'aria-placeholder'?: string | undefined;
3259
- 'aria-posinset'?: number | undefined;
3260
- 'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
3261
- 'aria-readonly'?: (boolean | "true" | "false") | undefined;
3262
- 'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
3263
- 'aria-required'?: (boolean | "true" | "false") | undefined;
3264
- 'aria-roledescription'?: string | undefined;
3265
- 'aria-rowcount'?: number | undefined;
3266
- 'aria-rowindex'?: number | undefined;
3267
- 'aria-rowspan'?: number | undefined;
3268
- 'aria-selected'?: (boolean | "true" | "false") | undefined;
3269
- 'aria-setsize'?: number | undefined;
3270
- 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
3271
- 'aria-valuemax'?: number | undefined;
3272
- 'aria-valuemin'?: number | undefined;
3273
- 'aria-valuenow'?: number | undefined;
3274
- 'aria-valuetext'?: string | undefined;
3221
+ "aria-activedescendant"?: string | undefined;
3222
+ "aria-atomic"?: (boolean | "true" | "false") | undefined;
3223
+ "aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
3224
+ "aria-busy"?: (boolean | "true" | "false") | undefined;
3225
+ "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
3226
+ "aria-colcount"?: number | undefined;
3227
+ "aria-colindex"?: number | undefined;
3228
+ "aria-colspan"?: number | undefined;
3229
+ "aria-controls"?: string | undefined;
3230
+ "aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
3231
+ "aria-describedby"?: string | undefined;
3232
+ "aria-details"?: string | undefined;
3233
+ "aria-disabled"?: (boolean | "true" | "false") | undefined;
3234
+ "aria-dropeffect"?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
3235
+ "aria-errormessage"?: string | undefined;
3236
+ "aria-expanded"?: (boolean | "true" | "false") | undefined;
3237
+ "aria-flowto"?: string | undefined;
3238
+ "aria-grabbed"?: (boolean | "true" | "false") | undefined;
3239
+ "aria-haspopup"?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree" | undefined;
3240
+ "aria-hidden"?: (boolean | "true" | "false") | undefined;
3241
+ "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
3242
+ "aria-keyshortcuts"?: string | undefined;
3243
+ "aria-label"?: string | undefined;
3244
+ "aria-labelledby"?: string | undefined;
3245
+ "aria-level"?: number | undefined;
3246
+ "aria-live"?: "off" | "assertive" | "polite" | undefined;
3247
+ "aria-modal"?: (boolean | "true" | "false") | undefined;
3248
+ "aria-multiline"?: (boolean | "true" | "false") | undefined;
3249
+ "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
3250
+ "aria-orientation"?: "horizontal" | "vertical" | undefined;
3251
+ "aria-owns"?: string | undefined;
3252
+ "aria-placeholder"?: string | undefined;
3253
+ "aria-posinset"?: number | undefined;
3254
+ "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
3255
+ "aria-readonly"?: (boolean | "true" | "false") | undefined;
3256
+ "aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
3257
+ "aria-required"?: (boolean | "true" | "false") | undefined;
3258
+ "aria-roledescription"?: string | undefined;
3259
+ "aria-rowcount"?: number | undefined;
3260
+ "aria-rowindex"?: number | undefined;
3261
+ "aria-rowspan"?: number | undefined;
3262
+ "aria-selected"?: (boolean | "true" | "false") | undefined;
3263
+ "aria-setsize"?: number | undefined;
3264
+ "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
3265
+ "aria-valuemax"?: number | undefined;
3266
+ "aria-valuemin"?: number | undefined;
3267
+ "aria-valuenow"?: number | undefined;
3268
+ "aria-valuetext"?: string | undefined;
3275
3269
  children?: React.ReactNode;
3276
3270
  dangerouslySetInnerHTML?: {
3277
- __html: string;
3271
+ __html: string | TrustedHTML;
3278
3272
  } | undefined;
3279
3273
  onCopy?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
3280
3274
  onCopyCapture?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
@@ -3473,9 +3467,9 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
3473
3467
  [x: string]: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
3474
3468
  }) | undefined;
3475
3469
  }>;
3476
- CollapsibleTrigger: ({ children, label, ...rest }: Pick<Omit<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
3470
+ CollapsibleTrigger: ({ children, label, ...rest }: Omit<Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
3477
3471
  ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
3478
- }, "direction" | "gap" | "css" | "wrap" | "justify" | "align"> & import("@stitches/react/types/styled-component").TransformProps<{
3472
+ }, "direction" | "gap" | "css" | "wrap" | "justify" | "align"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
3479
3473
  direction?: "inherit" | "initial" | "revert" | "unset" | "row" | "column" | "column-reverse" | "row-reverse" | "revert-layer" | undefined;
3480
3474
  wrap?: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | undefined;
3481
3475
  justify?: "center" | "left" | "right" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "space-around" | "space-between" | "space-evenly" | "end" | "flex-end" | "flex-start" | "start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
@@ -3490,7 +3484,7 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
3490
3484
  allowMotion: string;
3491
3485
  hover: string;
3492
3486
  }> & {
3493
- css?: import("@stitches/react/types/css-util").CSS<{
3487
+ css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
3494
3488
  sm: string;
3495
3489
  md: string;
3496
3490
  lg: string;
@@ -3530,6 +3524,18 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
3530
3524
  blue1000: any;
3531
3525
  blue1100: any;
3532
3526
  blue1200: any;
3527
+ pink100: any;
3528
+ pink200: any;
3529
+ pink300: any;
3530
+ pink400: any;
3531
+ pink500: any;
3532
+ pink600: any;
3533
+ pink700: any;
3534
+ pink800: any;
3535
+ pink900: any;
3536
+ pink1000: any;
3537
+ pink1100: any;
3538
+ pink1200: any;
3533
3539
  purple100: any;
3534
3540
  purple200: any;
3535
3541
  purple300: any;
@@ -3674,26 +3680,11 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
3674
3680
  marsh1000: any;
3675
3681
  marsh1100: any;
3676
3682
  marsh1200: any;
3677
- tonal50: any;
3678
- tonal100: any;
3679
- tonal200: any;
3680
- tonal300: any;
3681
- tonal400: any;
3682
- tonal500: any;
3683
- tonal600: any;
3684
3683
  alpha100: any;
3685
3684
  alpha150: any;
3686
3685
  alpha200: any;
3687
3686
  alpha250: any;
3688
3687
  alpha600: any;
3689
- brandRed: any;
3690
- brandRedAccent: any;
3691
- brandGreen: any;
3692
- brandGreenAccent: any;
3693
- brandPurple: any;
3694
- brandPurpleAccent: any;
3695
- brandYellow: any;
3696
- brandYellowAccent: any;
3697
3688
  infoLight: any;
3698
3689
  info: any;
3699
3690
  infoMid: any;
@@ -3794,67 +3785,67 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
3794
3785
  "1-1": any;
3795
3786
  "3-4": any;
3796
3787
  };
3797
- }, import("@stitches/react/types/config").DefaultThemeMap, {
3798
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
3799
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
3788
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
3789
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
3790
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
3800
3791
  };
3801
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
3802
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
3803
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
3792
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
3793
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
3794
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
3804
3795
  };
3805
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3806
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3796
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3797
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3807
3798
  };
3808
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3809
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3799
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3800
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3810
3801
  };
3811
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3812
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3802
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3803
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3813
3804
  };
3814
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3815
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3805
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3806
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3816
3807
  };
3817
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3818
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3808
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3809
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3819
3810
  };
3820
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3821
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3822
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3811
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3812
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3813
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3823
3814
  };
3824
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3825
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3826
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3815
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3816
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3817
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3827
3818
  };
3828
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3829
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3819
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3820
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3830
3821
  };
3831
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3832
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3822
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3823
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3833
3824
  };
3834
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3835
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3825
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3826
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3836
3827
  };
3837
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3838
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3828
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3829
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3839
3830
  };
3840
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3841
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3831
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3832
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3842
3833
  };
3843
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3844
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3845
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3834
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3835
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3836
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3846
3837
  };
3847
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3848
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3849
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3838
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3839
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3840
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3850
3841
  };
3851
3842
  }> | undefined;
3852
- }, "direction" | "gap" | "css" | "key" | "wrap" | "justify" | keyof React.HTMLAttributes<HTMLDivElement> | "align"> & React.RefAttributes<HTMLDivElement> & {
3843
+ }, "ref"> & React.RefAttributes<HTMLDivElement> & {
3853
3844
  label: string;
3854
- }) => JSX.Element;
3855
- Item: ({ children, ...rest }: Pick<Omit<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
3845
+ }) => React.JSX.Element;
3846
+ Item: ({ children, ...rest }: Omit<Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
3856
3847
  ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
3857
- }, "direction" | "gap" | "css" | "wrap" | "justify" | "align"> & import("@stitches/react/types/styled-component").TransformProps<{
3848
+ }, "direction" | "gap" | "css" | "wrap" | "justify" | "align"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
3858
3849
  direction?: "inherit" | "initial" | "revert" | "unset" | "row" | "column" | "column-reverse" | "row-reverse" | "revert-layer" | undefined;
3859
3850
  wrap?: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | undefined;
3860
3851
  justify?: "center" | "left" | "right" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "space-around" | "space-between" | "space-evenly" | "end" | "flex-end" | "flex-start" | "start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
@@ -3869,7 +3860,7 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
3869
3860
  allowMotion: string;
3870
3861
  hover: string;
3871
3862
  }> & {
3872
- css?: import("@stitches/react/types/css-util").CSS<{
3863
+ css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
3873
3864
  sm: string;
3874
3865
  md: string;
3875
3866
  lg: string;
@@ -3909,6 +3900,18 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
3909
3900
  blue1000: any;
3910
3901
  blue1100: any;
3911
3902
  blue1200: any;
3903
+ pink100: any;
3904
+ pink200: any;
3905
+ pink300: any;
3906
+ pink400: any;
3907
+ pink500: any;
3908
+ pink600: any;
3909
+ pink700: any;
3910
+ pink800: any;
3911
+ pink900: any;
3912
+ pink1000: any;
3913
+ pink1100: any;
3914
+ pink1200: any;
3912
3915
  purple100: any;
3913
3916
  purple200: any;
3914
3917
  purple300: any;
@@ -4053,26 +4056,11 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
4053
4056
  marsh1000: any;
4054
4057
  marsh1100: any;
4055
4058
  marsh1200: any;
4056
- tonal50: any;
4057
- tonal100: any;
4058
- tonal200: any;
4059
- tonal300: any;
4060
- tonal400: any;
4061
- tonal500: any;
4062
- tonal600: any;
4063
4059
  alpha100: any;
4064
4060
  alpha150: any;
4065
4061
  alpha200: any;
4066
4062
  alpha250: any;
4067
4063
  alpha600: any;
4068
- brandRed: any;
4069
- brandRedAccent: any;
4070
- brandGreen: any;
4071
- brandGreenAccent: any;
4072
- brandPurple: any;
4073
- brandPurpleAccent: any;
4074
- brandYellow: any;
4075
- brandYellowAccent: any;
4076
4064
  infoLight: any;
4077
4065
  info: any;
4078
4066
  infoMid: any;
@@ -4173,65 +4161,65 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
4173
4161
  "1-1": any;
4174
4162
  "3-4": any;
4175
4163
  };
4176
- }, import("@stitches/react/types/config").DefaultThemeMap, {
4177
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
4178
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
4164
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
4165
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
4166
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
4179
4167
  };
4180
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
4181
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
4182
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
4168
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
4169
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
4170
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
4183
4171
  };
4184
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4185
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4172
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4173
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4186
4174
  };
4187
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4188
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4175
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4176
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4189
4177
  };
4190
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4191
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4178
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4179
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4192
4180
  };
4193
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4194
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4181
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4182
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4195
4183
  };
4196
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4197
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4184
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4185
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4198
4186
  };
4199
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4200
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4201
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4187
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4188
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4189
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4202
4190
  };
4203
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4204
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4205
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4191
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4192
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4193
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4206
4194
  };
4207
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4208
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4195
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4196
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4209
4197
  };
4210
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4211
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4198
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4199
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4212
4200
  };
4213
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4214
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4201
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4202
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4215
4203
  };
4216
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4217
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4204
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4205
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4218
4206
  };
4219
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4220
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4207
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4208
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4221
4209
  };
4222
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4223
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4224
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4210
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4211
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4212
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4225
4213
  };
4226
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4227
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4228
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4214
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4215
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4216
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4229
4217
  };
4230
4218
  }> | undefined;
4231
- }, "direction" | "gap" | "css" | "key" | "wrap" | "justify" | keyof React.HTMLAttributes<HTMLDivElement> | "align"> & React.RefAttributes<HTMLDivElement>) => JSX.Element;
4232
- Icon: (props: Omit<Omit<Omit<Pick<React.SVGProps<SVGSVGElement>, "string" | "clipPath" | "color" | "cursor" | "direction" | "display" | "filter" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "height" | "imageRendering" | "letterSpacing" | "opacity" | "order" | "paintOrder" | "pointerEvents" | "rotate" | "scale" | "textRendering" | "transform" | "unicodeBidi" | "visibility" | "width" | "wordSpacing" | "writingMode" | "mask" | "offset" | "overflow" | "textDecoration" | "alignmentBaseline" | "baselineShift" | "clip" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fill" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "local" | "media" | "style" | "path" | "key" | "method" | "name" | "target" | "className" | "id" | "lang" | "tabIndex" | "role" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "mode" | "min" | "max" | "end" | "x" | "y" | "alphabetic" | "hanging" | "ideographic" | "mathematical" | "type" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clipPathUnits" | "colorInterpolationFilters" | "colorProfile" | "contentScriptType" | "contentStyleType" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "divisor" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "exponent" | "externalResourcesRequired" | "filterRes" | "filterUnits" | "focusable" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "href" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "limitingConeAngle" | "markerHeight" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "numOctaves" | "operator" | "orient" | "orientation" | "origin" | "overlinePosition" | "overlineThickness" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rx" | "ry" | "seed" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "strikethroughPosition" | "strikethroughThickness" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textLength" | "to" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "vMathematical" | "widths" | "x1" | "x2" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "yChannelSelector" | "z" | "zoomAndPan"> & {
4219
+ }, "ref"> & React.RefAttributes<HTMLDivElement>) => JSX.Element;
4220
+ Icon: (props: Omit<Omit<Omit<Omit<React.SVGProps<SVGSVGElement>, "ref"> & {
4233
4221
  ref?: ((instance: SVGSVGElement | null) => void) | React.RefObject<SVGSVGElement> | null | undefined;
4234
- }, "size" | "css"> & import("@stitches/react/types/styled-component").TransformProps<{
4222
+ }, "size" | "css"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
4235
4223
  size?: "sm" | "md" | "lg" | undefined;
4236
4224
  }, {
4237
4225
  sm: string;
@@ -4242,7 +4230,7 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
4242
4230
  allowMotion: string;
4243
4231
  hover: string;
4244
4232
  }> & {
4245
- css?: import("@stitches/react/types/css-util").CSS<{
4233
+ css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
4246
4234
  sm: string;
4247
4235
  md: string;
4248
4236
  lg: string;
@@ -4282,6 +4270,18 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
4282
4270
  blue1000: any;
4283
4271
  blue1100: any;
4284
4272
  blue1200: any;
4273
+ pink100: any;
4274
+ pink200: any;
4275
+ pink300: any;
4276
+ pink400: any;
4277
+ pink500: any;
4278
+ pink600: any;
4279
+ pink700: any;
4280
+ pink800: any;
4281
+ pink900: any;
4282
+ pink1000: any;
4283
+ pink1100: any;
4284
+ pink1200: any;
4285
4285
  purple100: any;
4286
4286
  purple200: any;
4287
4287
  purple300: any;
@@ -4426,26 +4426,11 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
4426
4426
  marsh1000: any;
4427
4427
  marsh1100: any;
4428
4428
  marsh1200: any;
4429
- tonal50: any;
4430
- tonal100: any;
4431
- tonal200: any;
4432
- tonal300: any;
4433
- tonal400: any;
4434
- tonal500: any;
4435
- tonal600: any;
4436
4429
  alpha100: any;
4437
4430
  alpha150: any;
4438
4431
  alpha200: any;
4439
4432
  alpha250: any;
4440
4433
  alpha600: any;
4441
- brandRed: any;
4442
- brandRedAccent: any;
4443
- brandGreen: any;
4444
- brandGreenAccent: any;
4445
- brandPurple: any;
4446
- brandPurpleAccent: any;
4447
- brandYellow: any;
4448
- brandYellowAccent: any;
4449
4434
  infoLight: any;
4450
4435
  info: any;
4451
4436
  infoMid: any;
@@ -4546,65 +4531,65 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
4546
4531
  "1-1": any;
4547
4532
  "3-4": any;
4548
4533
  };
4549
- }, import("@stitches/react/types/config").DefaultThemeMap, {
4550
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
4551
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
4534
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
4535
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
4536
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
4552
4537
  };
4553
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
4554
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
4555
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
4538
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
4539
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
4540
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
4556
4541
  };
4557
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4558
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4542
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4543
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4559
4544
  };
4560
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4561
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4545
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4546
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4562
4547
  };
4563
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4564
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4548
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4549
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4565
4550
  };
4566
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4567
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4551
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4552
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4568
4553
  };
4569
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4570
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4554
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4555
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4571
4556
  };
4572
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4573
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4574
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4557
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4558
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4559
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4575
4560
  };
4576
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4577
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4578
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4561
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4562
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4563
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4579
4564
  };
4580
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4581
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4565
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4566
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4582
4567
  };
4583
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4584
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4568
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4569
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4585
4570
  };
4586
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4587
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4571
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4572
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4588
4573
  };
4589
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4590
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4574
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4575
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4591
4576
  };
4592
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4593
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4577
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4578
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4594
4579
  };
4595
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4596
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4597
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4580
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4581
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4582
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4598
4583
  };
4599
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4600
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4601
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4584
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4585
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4586
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4602
4587
  };
4603
4588
  }> | undefined;
4604
4589
  }, "is" | "as"> & {
4605
4590
  is: React.FC<React.SVGProps<SVGSVGElement>>;
4606
4591
  as?: undefined;
4607
- }, "css"> & import("@stitches/react/types/styled-component").TransformProps<{}, {
4592
+ }, "css"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{}, {
4608
4593
  sm: string;
4609
4594
  md: string;
4610
4595
  lg: string;
@@ -4613,7 +4598,7 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
4613
4598
  allowMotion: string;
4614
4599
  hover: string;
4615
4600
  }> & {
4616
- css?: import("@stitches/react/types/css-util").CSS<{
4601
+ css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
4617
4602
  sm: string;
4618
4603
  md: string;
4619
4604
  lg: string;
@@ -4653,6 +4638,18 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
4653
4638
  blue1000: any;
4654
4639
  blue1100: any;
4655
4640
  blue1200: any;
4641
+ pink100: any;
4642
+ pink200: any;
4643
+ pink300: any;
4644
+ pink400: any;
4645
+ pink500: any;
4646
+ pink600: any;
4647
+ pink700: any;
4648
+ pink800: any;
4649
+ pink900: any;
4650
+ pink1000: any;
4651
+ pink1100: any;
4652
+ pink1200: any;
4656
4653
  purple100: any;
4657
4654
  purple200: any;
4658
4655
  purple300: any;
@@ -4797,26 +4794,11 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
4797
4794
  marsh1000: any;
4798
4795
  marsh1100: any;
4799
4796
  marsh1200: any;
4800
- tonal50: any;
4801
- tonal100: any;
4802
- tonal200: any;
4803
- tonal300: any;
4804
- tonal400: any;
4805
- tonal500: any;
4806
- tonal600: any;
4807
4797
  alpha100: any;
4808
4798
  alpha150: any;
4809
4799
  alpha200: any;
4810
4800
  alpha250: any;
4811
4801
  alpha600: any;
4812
- brandRed: any;
4813
- brandRedAccent: any;
4814
- brandGreen: any;
4815
- brandGreenAccent: any;
4816
- brandPurple: any;
4817
- brandPurpleAccent: any;
4818
- brandYellow: any;
4819
- brandYellowAccent: any;
4820
4802
  infoLight: any;
4821
4803
  info: any;
4822
4804
  infoMid: any;
@@ -4917,65 +4899,67 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
4917
4899
  "1-1": any;
4918
4900
  "3-4": any;
4919
4901
  };
4920
- }, import("@stitches/react/types/config").DefaultThemeMap, {
4921
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
4922
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
4902
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
4903
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
4904
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
4923
4905
  };
4924
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
4925
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
4926
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
4906
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
4907
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
4908
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
4927
4909
  };
4928
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4929
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4910
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4911
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4930
4912
  };
4931
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4932
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4913
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4914
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4933
4915
  };
4934
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4935
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4916
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4917
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4936
4918
  };
4937
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4938
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4919
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4920
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4939
4921
  };
4940
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4941
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4922
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4923
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4942
4924
  };
4943
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4944
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4945
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4925
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4926
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4927
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4946
4928
  };
4947
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4948
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4949
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4929
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4930
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4931
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4950
4932
  };
4951
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4952
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4933
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4934
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4953
4935
  };
4954
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4955
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4936
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4937
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4956
4938
  };
4957
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4958
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4939
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4940
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4959
4941
  };
4960
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4961
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4942
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4943
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4962
4944
  };
4963
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4964
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4945
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4946
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4965
4947
  };
4966
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4967
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4968
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4948
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4949
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4950
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4969
4951
  };
4970
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4971
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4972
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4952
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4953
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4954
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4973
4955
  };
4974
4956
  }> | undefined;
4975
4957
  }) => JSX.Element;
4976
- Text: (props: Omit<Omit<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "key" | keyof React.HTMLAttributes<HTMLParagraphElement>> & {
4958
+ Text: (props: Omit<Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref"> & {
4977
4959
  ref?: ((instance: HTMLParagraphElement | null) => void) | React.RefObject<HTMLParagraphElement> | null | undefined;
4978
- }, "size" | "css" | "noCapsize"> & import("@stitches/react/types/styled-component").TransformProps<{
4960
+ }, "size" | "css" | "weight" | "noCapsize" | "family"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
4961
+ weight?: "normal" | "bold" | undefined;
4962
+ family?: "display" | "mono" | "body" | undefined;
4979
4963
  size?: "sm" | "md" | "lg" | "xl" | "xs" | undefined;
4980
4964
  noCapsize?: boolean | "true" | undefined;
4981
4965
  }, {
@@ -4987,7 +4971,7 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
4987
4971
  allowMotion: string;
4988
4972
  hover: string;
4989
4973
  }> & {
4990
- css?: import("@stitches/react/types/css-util").CSS<{
4974
+ css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
4991
4975
  sm: string;
4992
4976
  md: string;
4993
4977
  lg: string;
@@ -5027,6 +5011,18 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
5027
5011
  blue1000: any;
5028
5012
  blue1100: any;
5029
5013
  blue1200: any;
5014
+ pink100: any;
5015
+ pink200: any;
5016
+ pink300: any;
5017
+ pink400: any;
5018
+ pink500: any;
5019
+ pink600: any;
5020
+ pink700: any;
5021
+ pink800: any;
5022
+ pink900: any;
5023
+ pink1000: any;
5024
+ pink1100: any;
5025
+ pink1200: any;
5030
5026
  purple100: any;
5031
5027
  purple200: any;
5032
5028
  purple300: any;
@@ -5171,26 +5167,11 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
5171
5167
  marsh1000: any;
5172
5168
  marsh1100: any;
5173
5169
  marsh1200: any;
5174
- tonal50: any;
5175
- tonal100: any;
5176
- tonal200: any;
5177
- tonal300: any;
5178
- tonal400: any;
5179
- tonal500: any;
5180
- tonal600: any;
5181
5170
  alpha100: any;
5182
5171
  alpha150: any;
5183
5172
  alpha200: any;
5184
5173
  alpha250: any;
5185
5174
  alpha600: any;
5186
- brandRed: any;
5187
- brandRedAccent: any;
5188
- brandGreen: any;
5189
- brandGreenAccent: any;
5190
- brandPurple: any;
5191
- brandPurpleAccent: any;
5192
- brandYellow: any;
5193
- brandYellowAccent: any;
5194
5175
  infoLight: any;
5195
5176
  info: any;
5196
5177
  infoMid: any;
@@ -5291,59 +5272,59 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
5291
5272
  "1-1": any;
5292
5273
  "3-4": any;
5293
5274
  };
5294
- }, import("@stitches/react/types/config").DefaultThemeMap, {
5295
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
5296
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
5275
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
5276
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
5277
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
5297
5278
  };
5298
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
5299
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
5300
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
5279
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
5280
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
5281
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
5301
5282
  };
5302
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
5303
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
5283
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
5284
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
5304
5285
  };
5305
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
5306
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
5286
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
5287
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
5307
5288
  };
5308
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
5309
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
5289
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
5290
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
5310
5291
  };
5311
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
5312
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
5292
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
5293
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
5313
5294
  };
5314
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
5315
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
5295
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
5296
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
5316
5297
  };
5317
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
5318
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
5319
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
5298
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
5299
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
5300
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
5320
5301
  };
5321
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
5322
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
5323
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
5302
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
5303
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
5304
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
5324
5305
  };
5325
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
5326
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
5306
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
5307
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
5327
5308
  };
5328
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
5329
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
5309
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
5310
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
5330
5311
  };
5331
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
5332
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
5312
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
5313
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
5333
5314
  };
5334
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
5335
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
5315
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
5316
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
5336
5317
  };
5337
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
5338
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
5318
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
5319
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
5339
5320
  };
5340
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
5341
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
5342
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
5321
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
5322
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
5323
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
5343
5324
  };
5344
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
5345
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
5346
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
5325
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
5326
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
5327
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
5347
5328
  };
5348
5329
  }> | undefined;
5349
5330
  }, "as"> & {