@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,6 @@
1
1
  /// <reference types="react" />
2
2
  export declare const ToggleGroup: {
3
- Item: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<import("@radix-ui/react-toggle-group").ToggleGroupItemProps & import("react").RefAttributes<HTMLButtonElement>>, {}, {
3
+ Item: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<import("@radix-ui/react-toggle-group").ToggleGroupItemProps & import("react").RefAttributes<HTMLButtonElement>>, {}, {
4
4
  sm: string;
5
5
  md: string;
6
6
  lg: string;
@@ -8,7 +8,7 @@ export declare const ToggleGroup: {
8
8
  reducedMotion: string;
9
9
  allowMotion: string;
10
10
  hover: string;
11
- }, import("@stitches/react/types/css-util").CSS<{
11
+ }, import("@atom-learning/stitches-react/types/css-util").CSS<{
12
12
  sm: string;
13
13
  md: string;
14
14
  lg: string;
@@ -48,6 +48,18 @@ export declare const ToggleGroup: {
48
48
  blue1000: any;
49
49
  blue1100: any;
50
50
  blue1200: any;
51
+ pink100: any;
52
+ pink200: any;
53
+ pink300: any;
54
+ pink400: any;
55
+ pink500: any;
56
+ pink600: any;
57
+ pink700: any;
58
+ pink800: any;
59
+ pink900: any;
60
+ pink1000: any;
61
+ pink1100: any;
62
+ pink1200: any;
51
63
  purple100: any;
52
64
  purple200: any;
53
65
  purple300: any;
@@ -192,26 +204,11 @@ export declare const ToggleGroup: {
192
204
  marsh1000: any;
193
205
  marsh1100: any;
194
206
  marsh1200: any;
195
- tonal50: any;
196
- tonal100: any;
197
- tonal200: any;
198
- tonal300: any;
199
- tonal400: any;
200
- tonal500: any;
201
- tonal600: any;
202
207
  alpha100: any;
203
208
  alpha150: any;
204
209
  alpha200: any;
205
210
  alpha250: any;
206
211
  alpha600: any;
207
- brandRed: any;
208
- brandRedAccent: any;
209
- brandGreen: any;
210
- brandGreenAccent: any;
211
- brandPurple: any;
212
- brandPurpleAccent: any;
213
- brandYellow: any;
214
- brandYellowAccent: any;
215
212
  infoLight: any;
216
213
  info: any;
217
214
  infoMid: any;
@@ -312,62 +309,62 @@ export declare const ToggleGroup: {
312
309
  "1-1": any;
313
310
  "3-4": any;
314
311
  };
315
- }, import("@stitches/react/types/config").DefaultThemeMap, {
316
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
317
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
312
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
313
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
314
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
318
315
  };
319
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
320
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
321
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
316
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
317
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
318
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
322
319
  };
323
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
324
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
320
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
321
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
325
322
  };
326
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
327
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
323
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
324
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
328
325
  };
329
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
330
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
326
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
327
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
331
328
  };
332
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
333
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
329
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
330
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
334
331
  };
335
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
336
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
332
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
333
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
337
334
  };
338
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
339
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
340
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
335
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
336
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
337
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
341
338
  };
342
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
343
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
344
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
339
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
340
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
341
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
345
342
  };
346
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
347
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
343
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
344
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
348
345
  };
349
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
350
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
346
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
347
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
351
348
  };
352
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
353
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
349
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
350
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
354
351
  };
355
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
356
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
352
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
353
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
357
354
  };
358
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
359
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
355
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
356
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
360
357
  };
361
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
362
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
363
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
358
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
359
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
360
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
364
361
  };
365
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
366
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
367
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
362
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
363
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
364
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
368
365
  };
369
366
  }>>;
370
- Button: import("react").ForwardRefExoticComponent<Omit<Omit<import("@radix-ui/react-toggle-group").ToggleGroupItemProps & import("react").RefAttributes<HTMLButtonElement>, "css"> & import("@stitches/react/types/styled-component").TransformProps<{}, {
367
+ Button: import("react").ForwardRefExoticComponent<Omit<Omit<import("@radix-ui/react-toggle-group").ToggleGroupItemProps & import("react").RefAttributes<HTMLButtonElement>, "css"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{}, {
371
368
  sm: string;
372
369
  md: string;
373
370
  lg: string;
@@ -376,7 +373,7 @@ export declare const ToggleGroup: {
376
373
  allowMotion: string;
377
374
  hover: string;
378
375
  }> & {
379
- css?: import("@stitches/react/types/css-util").CSS<{
376
+ css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
380
377
  sm: string;
381
378
  md: string;
382
379
  lg: string;
@@ -416,6 +413,18 @@ export declare const ToggleGroup: {
416
413
  blue1000: any;
417
414
  blue1100: any;
418
415
  blue1200: any;
416
+ pink100: any;
417
+ pink200: any;
418
+ pink300: any;
419
+ pink400: any;
420
+ pink500: any;
421
+ pink600: any;
422
+ pink700: any;
423
+ pink800: any;
424
+ pink900: any;
425
+ pink1000: any;
426
+ pink1100: any;
427
+ pink1200: any;
419
428
  purple100: any;
420
429
  purple200: any;
421
430
  purple300: any;
@@ -560,26 +569,11 @@ export declare const ToggleGroup: {
560
569
  marsh1000: any;
561
570
  marsh1100: any;
562
571
  marsh1200: any;
563
- tonal50: any;
564
- tonal100: any;
565
- tonal200: any;
566
- tonal300: any;
567
- tonal400: any;
568
- tonal500: any;
569
- tonal600: any;
570
572
  alpha100: any;
571
573
  alpha150: any;
572
574
  alpha200: any;
573
575
  alpha250: any;
574
576
  alpha600: any;
575
- brandRed: any;
576
- brandRedAccent: any;
577
- brandGreen: any;
578
- brandGreenAccent: any;
579
- brandPurple: any;
580
- brandPurpleAccent: any;
581
- brandYellow: any;
582
- brandYellowAccent: any;
583
577
  infoLight: any;
584
578
  info: any;
585
579
  infoMid: any;
@@ -680,62 +674,62 @@ export declare const ToggleGroup: {
680
674
  "1-1": any;
681
675
  "3-4": any;
682
676
  };
683
- }, import("@stitches/react/types/config").DefaultThemeMap, {
684
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
685
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
677
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
678
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
679
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
686
680
  };
687
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
688
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
689
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
681
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
682
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
683
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
690
684
  };
691
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
692
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
685
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
686
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
693
687
  };
694
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
695
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
688
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
689
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
696
690
  };
697
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
698
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
691
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
692
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
699
693
  };
700
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
701
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
694
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
695
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
702
696
  };
703
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
704
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
697
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
698
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
705
699
  };
706
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
707
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
708
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
700
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
701
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
702
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
709
703
  };
710
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
711
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
712
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
704
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
705
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
706
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
713
707
  };
714
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
715
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
708
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
709
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
716
710
  };
717
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
718
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
711
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
712
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
719
713
  };
720
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
721
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
714
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
715
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
722
716
  };
723
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
724
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
717
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
718
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
725
719
  };
726
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
727
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
720
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
721
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
728
722
  };
729
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
730
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
731
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
723
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
724
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
725
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
732
726
  };
733
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
734
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
735
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
727
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
728
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
729
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
736
730
  };
737
731
  }> | undefined;
738
- }, "size" | "css" | "isIconOnly"> & import("@stitches/react/types/styled-component").TransformProps<{
732
+ }, "size" | "css" | "isIconOnly"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
739
733
  size?: "sm" | "md" | "lg" | undefined;
740
734
  isIconOnly?: boolean | "true" | undefined;
741
735
  }, {
@@ -747,7 +741,7 @@ export declare const ToggleGroup: {
747
741
  allowMotion: string;
748
742
  hover: string;
749
743
  }> & {
750
- css?: import("@stitches/react/types/css-util").CSS<{
744
+ css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
751
745
  sm: string;
752
746
  md: string;
753
747
  lg: string;
@@ -787,6 +781,18 @@ export declare const ToggleGroup: {
787
781
  blue1000: any;
788
782
  blue1100: any;
789
783
  blue1200: any;
784
+ pink100: any;
785
+ pink200: any;
786
+ pink300: any;
787
+ pink400: any;
788
+ pink500: any;
789
+ pink600: any;
790
+ pink700: any;
791
+ pink800: any;
792
+ pink900: any;
793
+ pink1000: any;
794
+ pink1100: any;
795
+ pink1200: any;
790
796
  purple100: any;
791
797
  purple200: any;
792
798
  purple300: any;
@@ -931,26 +937,11 @@ export declare const ToggleGroup: {
931
937
  marsh1000: any;
932
938
  marsh1100: any;
933
939
  marsh1200: any;
934
- tonal50: any;
935
- tonal100: any;
936
- tonal200: any;
937
- tonal300: any;
938
- tonal400: any;
939
- tonal500: any;
940
- tonal600: any;
941
940
  alpha100: any;
942
941
  alpha150: any;
943
942
  alpha200: any;
944
943
  alpha250: any;
945
944
  alpha600: any;
946
- brandRed: any;
947
- brandRedAccent: any;
948
- brandGreen: any;
949
- brandGreenAccent: any;
950
- brandPurple: any;
951
- brandPurpleAccent: any;
952
- brandYellow: any;
953
- brandYellowAccent: any;
954
945
  infoLight: any;
955
946
  info: any;
956
947
  infoMid: any;
@@ -1051,65 +1042,65 @@ export declare const ToggleGroup: {
1051
1042
  "1-1": any;
1052
1043
  "3-4": any;
1053
1044
  };
1054
- }, import("@stitches/react/types/config").DefaultThemeMap, {
1055
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
1056
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
1045
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
1046
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
1047
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
1057
1048
  };
1058
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
1059
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1060
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1049
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
1050
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1051
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1061
1052
  };
1062
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1063
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1053
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1054
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1064
1055
  };
1065
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1066
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1056
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1057
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1067
1058
  };
1068
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1069
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1059
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1060
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1070
1061
  };
1071
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1072
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1062
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1063
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1073
1064
  };
1074
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1075
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1065
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1066
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1076
1067
  };
1077
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1078
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1079
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1068
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1069
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1070
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1080
1071
  };
1081
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1082
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1083
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1072
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1073
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1074
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1084
1075
  };
1085
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1086
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1076
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1077
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1087
1078
  };
1088
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1089
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1079
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1080
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1090
1081
  };
1091
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1092
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1082
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1083
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1093
1084
  };
1094
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1095
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1085
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1086
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1096
1087
  };
1097
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1098
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1088
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1089
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1099
1090
  };
1100
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1101
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1102
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1091
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1092
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1093
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1103
1094
  };
1104
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1105
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1106
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1095
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1096
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1097
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1107
1098
  };
1108
1099
  }> | undefined;
1109
1100
  }>;
1110
- Root: import("react").ForwardRefExoticComponent<Pick<Omit<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof import("react").HTMLAttributes<HTMLDivElement>> & {
1101
+ Root: import("react").ForwardRefExoticComponent<Pick<Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
1111
1102
  ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
1112
- }, "direction" | "gap" | "css" | "wrap" | "justify" | "align"> & import("@stitches/react/types/styled-component").TransformProps<{
1103
+ }, "direction" | "gap" | "css" | "wrap" | "justify" | "align"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
1113
1104
  direction?: "inherit" | "initial" | "revert" | "unset" | "row" | "column" | "column-reverse" | "row-reverse" | "revert-layer" | undefined;
1114
1105
  wrap?: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | undefined;
1115
1106
  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;
@@ -1124,7 +1115,7 @@ export declare const ToggleGroup: {
1124
1115
  allowMotion: string;
1125
1116
  hover: string;
1126
1117
  }> & {
1127
- css?: import("@stitches/react/types/css-util").CSS<{
1118
+ css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
1128
1119
  sm: string;
1129
1120
  md: string;
1130
1121
  lg: string;
@@ -1164,6 +1155,18 @@ export declare const ToggleGroup: {
1164
1155
  blue1000: any;
1165
1156
  blue1100: any;
1166
1157
  blue1200: any;
1158
+ pink100: any;
1159
+ pink200: any;
1160
+ pink300: any;
1161
+ pink400: any;
1162
+ pink500: any;
1163
+ pink600: any;
1164
+ pink700: any;
1165
+ pink800: any;
1166
+ pink900: any;
1167
+ pink1000: any;
1168
+ pink1100: any;
1169
+ pink1200: any;
1167
1170
  purple100: any;
1168
1171
  purple200: any;
1169
1172
  purple300: any;
@@ -1308,26 +1311,11 @@ export declare const ToggleGroup: {
1308
1311
  marsh1000: any;
1309
1312
  marsh1100: any;
1310
1313
  marsh1200: any;
1311
- tonal50: any;
1312
- tonal100: any;
1313
- tonal200: any;
1314
- tonal300: any;
1315
- tonal400: any;
1316
- tonal500: any;
1317
- tonal600: any;
1318
1314
  alpha100: any;
1319
1315
  alpha150: any;
1320
1316
  alpha200: any;
1321
1317
  alpha250: any;
1322
1318
  alpha600: any;
1323
- brandRed: any;
1324
- brandRedAccent: any;
1325
- brandGreen: any;
1326
- brandGreenAccent: any;
1327
- brandPurple: any;
1328
- brandPurpleAccent: any;
1329
- brandYellow: any;
1330
- brandYellowAccent: any;
1331
1319
  infoLight: any;
1332
1320
  info: any;
1333
1321
  infoMid: any;
@@ -1428,64 +1416,64 @@ export declare const ToggleGroup: {
1428
1416
  "1-1": any;
1429
1417
  "3-4": any;
1430
1418
  };
1431
- }, import("@stitches/react/types/config").DefaultThemeMap, {
1432
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
1433
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
1419
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
1420
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
1421
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
1434
1422
  };
1435
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
1436
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1437
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1423
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
1424
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1425
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1438
1426
  };
1439
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1440
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1427
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1428
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1441
1429
  };
1442
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1443
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1430
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1431
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1444
1432
  };
1445
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1446
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1433
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1434
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1447
1435
  };
1448
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1449
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1436
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1437
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1450
1438
  };
1451
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1452
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1439
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1440
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1453
1441
  };
1454
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1455
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1456
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1442
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1443
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1444
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1457
1445
  };
1458
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1459
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1460
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1446
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1447
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1448
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1461
1449
  };
1462
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1463
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1450
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1451
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1464
1452
  };
1465
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1466
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1453
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1454
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1467
1455
  };
1468
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1469
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1456
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1457
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1470
1458
  };
1471
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1472
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1459
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1460
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1473
1461
  };
1474
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1475
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1462
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1463
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1476
1464
  };
1477
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1478
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1479
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1465
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1466
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1467
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1480
1468
  };
1481
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1482
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1483
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1469
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1470
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1471
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1484
1472
  };
1485
1473
  }> | undefined;
1486
1474
  }, "gap" | "wrap"> & ((Omit<import("@radix-ui/react-toggle-group").ToggleGroupSingleProps & import("react").RefAttributes<HTMLDivElement> & {
1487
1475
  disableDeselect?: boolean | undefined;
1488
- }, "direction" | "css" | "isFullWidth" | "hasGap"> & import("@stitches/react/types/styled-component").TransformProps<{
1476
+ }, "direction" | "css" | "isFullWidth" | "hasGap"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
1489
1477
  isFullWidth?: boolean | "true" | undefined;
1490
1478
  hasGap?: boolean | "true" | "false" | undefined;
1491
1479
  direction?: "row" | "column" | undefined;
@@ -1498,7 +1486,7 @@ export declare const ToggleGroup: {
1498
1486
  allowMotion: string;
1499
1487
  hover: string;
1500
1488
  }> & {
1501
- css?: import("@stitches/react/types/css-util").CSS<{
1489
+ css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
1502
1490
  sm: string;
1503
1491
  md: string;
1504
1492
  lg: string;
@@ -1538,6 +1526,18 @@ export declare const ToggleGroup: {
1538
1526
  blue1000: any;
1539
1527
  blue1100: any;
1540
1528
  blue1200: any;
1529
+ pink100: any;
1530
+ pink200: any;
1531
+ pink300: any;
1532
+ pink400: any;
1533
+ pink500: any;
1534
+ pink600: any;
1535
+ pink700: any;
1536
+ pink800: any;
1537
+ pink900: any;
1538
+ pink1000: any;
1539
+ pink1100: any;
1540
+ pink1200: any;
1541
1541
  purple100: any;
1542
1542
  purple200: any;
1543
1543
  purple300: any;
@@ -1682,26 +1682,11 @@ export declare const ToggleGroup: {
1682
1682
  marsh1000: any;
1683
1683
  marsh1100: any;
1684
1684
  marsh1200: any;
1685
- tonal50: any;
1686
- tonal100: any;
1687
- tonal200: any;
1688
- tonal300: any;
1689
- tonal400: any;
1690
- tonal500: any;
1691
- tonal600: any;
1692
1685
  alpha100: any;
1693
1686
  alpha150: any;
1694
1687
  alpha200: any;
1695
1688
  alpha250: any;
1696
1689
  alpha600: any;
1697
- brandRed: any;
1698
- brandRedAccent: any;
1699
- brandGreen: any;
1700
- brandGreenAccent: any;
1701
- brandPurple: any;
1702
- brandPurpleAccent: any;
1703
- brandYellow: any;
1704
- brandYellowAccent: any;
1705
1690
  infoLight: any;
1706
1691
  info: any;
1707
1692
  infoMid: any;
@@ -1802,64 +1787,64 @@ export declare const ToggleGroup: {
1802
1787
  "1-1": any;
1803
1788
  "3-4": any;
1804
1789
  };
1805
- }, import("@stitches/react/types/config").DefaultThemeMap, {
1806
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
1807
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
1790
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
1791
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
1792
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
1808
1793
  };
1809
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
1810
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1811
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1794
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
1795
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1796
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1812
1797
  };
1813
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1814
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1798
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1799
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1815
1800
  };
1816
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1817
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1801
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1802
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1818
1803
  };
1819
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1820
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1804
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1805
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1821
1806
  };
1822
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1823
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1807
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1808
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1824
1809
  };
1825
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1826
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1810
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1811
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1827
1812
  };
1828
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1829
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1830
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1813
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1814
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1815
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1831
1816
  };
1832
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1833
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1834
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1817
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1818
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1819
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1835
1820
  };
1836
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1837
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1821
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1822
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1838
1823
  };
1839
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1840
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1824
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1825
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1841
1826
  };
1842
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1843
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1827
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1828
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1844
1829
  };
1845
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1846
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1830
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1831
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1847
1832
  };
1848
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1849
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1833
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1834
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1850
1835
  };
1851
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1852
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1853
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1836
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1837
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1838
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1854
1839
  };
1855
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1856
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1857
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1840
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1841
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1842
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1858
1843
  };
1859
1844
  }> | undefined;
1860
1845
  }) | (Omit<import("@radix-ui/react-toggle-group").ToggleGroupMultipleProps & import("react").RefAttributes<HTMLDivElement> & {
1861
1846
  disableDeselect?: boolean | undefined;
1862
- }, "direction" | "css" | "isFullWidth" | "hasGap"> & import("@stitches/react/types/styled-component").TransformProps<{
1847
+ }, "direction" | "css" | "isFullWidth" | "hasGap"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
1863
1848
  isFullWidth?: boolean | "true" | undefined;
1864
1849
  hasGap?: boolean | "true" | "false" | undefined;
1865
1850
  direction?: "row" | "column" | undefined;
@@ -1872,7 +1857,7 @@ export declare const ToggleGroup: {
1872
1857
  allowMotion: string;
1873
1858
  hover: string;
1874
1859
  }> & {
1875
- css?: import("@stitches/react/types/css-util").CSS<{
1860
+ css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
1876
1861
  sm: string;
1877
1862
  md: string;
1878
1863
  lg: string;
@@ -1912,6 +1897,18 @@ export declare const ToggleGroup: {
1912
1897
  blue1000: any;
1913
1898
  blue1100: any;
1914
1899
  blue1200: any;
1900
+ pink100: any;
1901
+ pink200: any;
1902
+ pink300: any;
1903
+ pink400: any;
1904
+ pink500: any;
1905
+ pink600: any;
1906
+ pink700: any;
1907
+ pink800: any;
1908
+ pink900: any;
1909
+ pink1000: any;
1910
+ pink1100: any;
1911
+ pink1200: any;
1915
1912
  purple100: any;
1916
1913
  purple200: any;
1917
1914
  purple300: any;
@@ -2056,26 +2053,11 @@ export declare const ToggleGroup: {
2056
2053
  marsh1000: any;
2057
2054
  marsh1100: any;
2058
2055
  marsh1200: any;
2059
- tonal50: any;
2060
- tonal100: any;
2061
- tonal200: any;
2062
- tonal300: any;
2063
- tonal400: any;
2064
- tonal500: any;
2065
- tonal600: any;
2066
2056
  alpha100: any;
2067
2057
  alpha150: any;
2068
2058
  alpha200: any;
2069
2059
  alpha250: any;
2070
2060
  alpha600: any;
2071
- brandRed: any;
2072
- brandRedAccent: any;
2073
- brandGreen: any;
2074
- brandGreenAccent: any;
2075
- brandPurple: any;
2076
- brandPurpleAccent: any;
2077
- brandYellow: any;
2078
- brandYellowAccent: any;
2079
2061
  infoLight: any;
2080
2062
  info: any;
2081
2063
  infoMid: any;
@@ -2176,59 +2158,59 @@ export declare const ToggleGroup: {
2176
2158
  "1-1": any;
2177
2159
  "3-4": any;
2178
2160
  };
2179
- }, import("@stitches/react/types/config").DefaultThemeMap, {
2180
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
2181
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
2161
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
2162
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
2163
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
2182
2164
  };
2183
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
2184
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
2185
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
2165
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
2166
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
2167
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
2186
2168
  };
2187
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2188
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2169
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2170
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2189
2171
  };
2190
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2191
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2172
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2173
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2192
2174
  };
2193
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2194
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2175
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2176
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2195
2177
  };
2196
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2197
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2178
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2179
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2198
2180
  };
2199
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2200
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2181
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2182
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2201
2183
  };
2202
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2203
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2204
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2184
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2185
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2186
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2205
2187
  };
2206
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2207
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2208
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2188
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2189
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2190
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2209
2191
  };
2210
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2211
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2192
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2193
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2212
2194
  };
2213
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2214
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2195
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2196
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2215
2197
  };
2216
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2217
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2198
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2199
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2218
2200
  };
2219
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2220
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2201
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2202
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2221
2203
  };
2222
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2223
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2204
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2205
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2224
2206
  };
2225
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2226
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2227
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2207
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2208
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2209
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2228
2210
  };
2229
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2230
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2231
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2211
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2212
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2213
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2232
2214
  };
2233
2215
  }> | undefined;
2234
2216
  })) & {