@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
@@ -4,9 +4,9 @@ import { DrawerProvider } from './Drawer.context';
4
4
  declare type TDrawerProps = React.ComponentProps<typeof Root> & React.ComponentProps<typeof DrawerProvider>;
5
5
  export declare const Drawer: {
6
6
  ({ children, position, ...rest }: TDrawerProps): JSX.Element;
7
- Close: (props: Omit<Omit<Omit<Pick<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "key" | keyof React.ButtonHTMLAttributes<HTMLButtonElement>> & {
7
+ Close: (props: Omit<Omit<Omit<Omit<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
8
8
  ref?: ((instance: HTMLButtonElement | null) => void) | React.RefObject<HTMLButtonElement> | null | undefined;
9
- }, "appearance" | "size" | "css" | "theme" | "isRounded"> & import("@stitches/react/types/styled-component").TransformProps<{
9
+ }, "appearance" | "size" | "css" | "theme" | "isRounded"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
10
10
  theme?: "success" | "danger" | "warning" | "primary" | "neutral" | undefined;
11
11
  appearance?: "outline" | "solid" | "simple" | undefined;
12
12
  size?: "sm" | "md" | "lg" | "xs" | undefined;
@@ -20,7 +20,7 @@ export declare const Drawer: {
20
20
  allowMotion: string;
21
21
  hover: string;
22
22
  }> & {
23
- css?: import("@stitches/react/types/css-util").CSS<{
23
+ css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
24
24
  sm: string;
25
25
  md: string;
26
26
  lg: string;
@@ -60,6 +60,18 @@ export declare const Drawer: {
60
60
  blue1000: any;
61
61
  blue1100: any;
62
62
  blue1200: any;
63
+ pink100: any;
64
+ pink200: any;
65
+ pink300: any;
66
+ pink400: any;
67
+ pink500: any;
68
+ pink600: any;
69
+ pink700: any;
70
+ pink800: any;
71
+ pink900: any;
72
+ pink1000: any;
73
+ pink1100: any;
74
+ pink1200: any;
63
75
  purple100: any;
64
76
  purple200: any;
65
77
  purple300: any;
@@ -204,26 +216,11 @@ export declare const Drawer: {
204
216
  marsh1000: any;
205
217
  marsh1100: any;
206
218
  marsh1200: any;
207
- tonal50: any;
208
- tonal100: any;
209
- tonal200: any;
210
- tonal300: any;
211
- tonal400: any;
212
- tonal500: any;
213
- tonal600: any;
214
219
  alpha100: any;
215
220
  alpha150: any;
216
221
  alpha200: any;
217
222
  alpha250: any;
218
223
  alpha600: any;
219
- brandRed: any;
220
- brandRedAccent: any;
221
- brandGreen: any;
222
- brandGreenAccent: any;
223
- brandPurple: any;
224
- brandPurpleAccent: any;
225
- brandYellow: any;
226
- brandYellowAccent: any;
227
224
  infoLight: any;
228
225
  info: any;
229
226
  infoMid: any;
@@ -324,62 +321,62 @@ export declare const Drawer: {
324
321
  "1-1": any;
325
322
  "3-4": any;
326
323
  };
327
- }, import("@stitches/react/types/config").DefaultThemeMap, {
328
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
329
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
324
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
325
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
326
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
330
327
  };
331
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
332
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
333
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
328
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
329
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
330
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
334
331
  };
335
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
336
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
332
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
333
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
337
334
  };
338
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
339
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
335
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
336
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
340
337
  };
341
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
342
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
338
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
339
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
343
340
  };
344
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
345
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
341
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
342
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
346
343
  };
347
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
348
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
344
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
345
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
349
346
  };
350
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
351
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
352
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
347
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
348
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
349
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
353
350
  };
354
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
355
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
356
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
351
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
352
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
353
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
357
354
  };
358
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
359
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
355
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
356
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
360
357
  };
361
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
362
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
358
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
359
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
363
360
  };
364
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
365
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
361
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
362
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
366
363
  };
367
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
368
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
364
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
365
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
369
366
  };
370
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
371
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
367
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
368
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
372
369
  };
373
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
374
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
375
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
370
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
371
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
372
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
376
373
  };
377
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
378
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
379
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
374
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
375
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
376
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
380
377
  };
381
378
  }> | undefined;
382
- }, "appearance" | "size" | "theme" | "label" | "children" | "as" | "hasTooltip" | "tooltipSide" | "isRounded" | keyof import("../../types").NavigatorActions> & import("@stitches/react/types/styled-component").TransformProps<{
379
+ }, "appearance" | "size" | "theme" | "label" | "children" | "as" | "hasTooltip" | "tooltipSide" | "isRounded" | keyof import("../../types").NavigatorActions> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
383
380
  theme?: "success" | "danger" | "warning" | "primary" | "neutral" | undefined;
384
381
  appearance?: "outline" | "solid" | "simple" | undefined;
385
382
  size?: "sm" | "md" | "lg" | "xs" | undefined;
@@ -396,8 +393,8 @@ export declare const Drawer: {
396
393
  as?: React.ReactNode;
397
394
  children: React.ReactNode;
398
395
  label: string;
399
- } & Omit<import("../../utilities/optional-tooltip-wrapper").TOptionalTooltipWrapperProps, "label"> & import("../../types").NavigatorActions, "children">) => JSX.Element;
400
- Content: ({ children, ...rest }: Omit<import("@radix-ui/react-dialog").DialogContentProps & React.RefAttributes<HTMLDivElement>, "position" | "size" | "css"> & import("@stitches/react/types/styled-component").TransformProps<{
396
+ } & Omit<import("../../utilities/optional-tooltip-wrapper").TOptionalTooltipWrapperProps, "label"> & import("../../types").NavigatorActions, "children">) => React.JSX.Element;
397
+ Content: ({ children, ...rest }: Omit<import("@radix-ui/react-dialog").DialogContentProps & React.RefAttributes<HTMLDivElement>, "position" | "size" | "css"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
401
398
  position?: "bottom" | "left" | "right" | "top" | undefined;
402
399
  size?: "sm" | "md" | "lg" | "xl" | "xs" | undefined;
403
400
  }, {
@@ -409,7 +406,7 @@ export declare const Drawer: {
409
406
  allowMotion: string;
410
407
  hover: string;
411
408
  }> & {
412
- css?: import("@stitches/react/types/css-util").CSS<{
409
+ css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
413
410
  sm: string;
414
411
  md: string;
415
412
  lg: string;
@@ -449,6 +446,18 @@ export declare const Drawer: {
449
446
  blue1000: any;
450
447
  blue1100: any;
451
448
  blue1200: any;
449
+ pink100: any;
450
+ pink200: any;
451
+ pink300: any;
452
+ pink400: any;
453
+ pink500: any;
454
+ pink600: any;
455
+ pink700: any;
456
+ pink800: any;
457
+ pink900: any;
458
+ pink1000: any;
459
+ pink1100: any;
460
+ pink1200: any;
452
461
  purple100: any;
453
462
  purple200: any;
454
463
  purple300: any;
@@ -593,26 +602,11 @@ export declare const Drawer: {
593
602
  marsh1000: any;
594
603
  marsh1100: any;
595
604
  marsh1200: any;
596
- tonal50: any;
597
- tonal100: any;
598
- tonal200: any;
599
- tonal300: any;
600
- tonal400: any;
601
- tonal500: any;
602
- tonal600: any;
603
605
  alpha100: any;
604
606
  alpha150: any;
605
607
  alpha200: any;
606
608
  alpha250: any;
607
609
  alpha600: any;
608
- brandRed: any;
609
- brandRedAccent: any;
610
- brandGreen: any;
611
- brandGreenAccent: any;
612
- brandPurple: any;
613
- brandPurpleAccent: any;
614
- brandYellow: any;
615
- brandYellowAccent: any;
616
610
  infoLight: any;
617
611
  info: any;
618
612
  infoMid: any;
@@ -713,63 +707,63 @@ export declare const Drawer: {
713
707
  "1-1": any;
714
708
  "3-4": any;
715
709
  };
716
- }, import("@stitches/react/types/config").DefaultThemeMap, {
717
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
718
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
710
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
711
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
712
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
719
713
  };
720
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
721
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
722
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
714
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
715
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
716
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
723
717
  };
724
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
725
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
718
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
719
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
726
720
  };
727
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
728
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
721
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
722
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
729
723
  };
730
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
731
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
724
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
725
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
732
726
  };
733
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
734
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
727
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
728
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
735
729
  };
736
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
737
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
730
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
731
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
738
732
  };
739
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
740
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
741
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
733
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
734
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
735
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
742
736
  };
743
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
744
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
745
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
737
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
738
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
739
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
746
740
  };
747
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
748
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
741
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
742
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
749
743
  };
750
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
751
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
744
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
745
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
752
746
  };
753
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
754
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
747
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
748
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
755
749
  };
756
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
757
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
750
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
751
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
758
752
  };
759
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
760
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
753
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
754
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
761
755
  };
762
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
763
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
764
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
756
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
757
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
758
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
765
759
  };
766
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
767
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
768
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
760
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
761
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
762
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
769
763
  };
770
764
  }> | undefined;
771
- }) => JSX.Element;
772
- Main: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
765
+ }) => React.JSX.Element;
766
+ Main: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<"div", {}, {
773
767
  sm: string;
774
768
  md: string;
775
769
  lg: string;
@@ -777,7 +771,7 @@ export declare const Drawer: {
777
771
  reducedMotion: string;
778
772
  allowMotion: string;
779
773
  hover: string;
780
- }, import("@stitches/react/types/css-util").CSS<{
774
+ }, import("@atom-learning/stitches-react/types/css-util").CSS<{
781
775
  sm: string;
782
776
  md: string;
783
777
  lg: string;
@@ -817,6 +811,18 @@ export declare const Drawer: {
817
811
  blue1000: any;
818
812
  blue1100: any;
819
813
  blue1200: any;
814
+ pink100: any;
815
+ pink200: any;
816
+ pink300: any;
817
+ pink400: any;
818
+ pink500: any;
819
+ pink600: any;
820
+ pink700: any;
821
+ pink800: any;
822
+ pink900: any;
823
+ pink1000: any;
824
+ pink1100: any;
825
+ pink1200: any;
820
826
  purple100: any;
821
827
  purple200: any;
822
828
  purple300: any;
@@ -961,26 +967,11 @@ export declare const Drawer: {
961
967
  marsh1000: any;
962
968
  marsh1100: any;
963
969
  marsh1200: any;
964
- tonal50: any;
965
- tonal100: any;
966
- tonal200: any;
967
- tonal300: any;
968
- tonal400: any;
969
- tonal500: any;
970
- tonal600: any;
971
970
  alpha100: any;
972
971
  alpha150: any;
973
972
  alpha200: any;
974
973
  alpha250: any;
975
974
  alpha600: any;
976
- brandRed: any;
977
- brandRedAccent: any;
978
- brandGreen: any;
979
- brandGreenAccent: any;
980
- brandPurple: any;
981
- brandPurpleAccent: any;
982
- brandYellow: any;
983
- brandYellowAccent: any;
984
975
  infoLight: any;
985
976
  info: any;
986
977
  infoMid: any;
@@ -1081,62 +1072,62 @@ export declare const Drawer: {
1081
1072
  "1-1": any;
1082
1073
  "3-4": any;
1083
1074
  };
1084
- }, import("@stitches/react/types/config").DefaultThemeMap, {
1085
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
1086
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
1075
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
1076
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
1077
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
1087
1078
  };
1088
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
1089
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1090
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1079
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
1080
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1081
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1091
1082
  };
1092
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1093
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1083
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1084
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1094
1085
  };
1095
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1096
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1086
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1087
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1097
1088
  };
1098
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1099
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1089
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1090
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1100
1091
  };
1101
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1102
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1092
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1093
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1103
1094
  };
1104
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1105
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1095
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1096
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1106
1097
  };
1107
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1108
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1109
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1098
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1099
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1100
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1110
1101
  };
1111
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1112
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1113
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1102
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1103
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1104
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1114
1105
  };
1115
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1116
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1106
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1107
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1117
1108
  };
1118
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1119
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1109
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1110
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1120
1111
  };
1121
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1122
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1112
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1113
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1123
1114
  };
1124
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1125
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1115
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1116
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1126
1117
  };
1127
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1128
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1118
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1119
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1129
1120
  };
1130
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1131
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1132
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1121
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1122
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1123
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1133
1124
  };
1134
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1135
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1136
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1125
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1126
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1127
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1137
1128
  };
1138
1129
  }>>;
1139
- Header: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
1130
+ Header: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<"div", {}, {
1140
1131
  sm: string;
1141
1132
  md: string;
1142
1133
  lg: string;
@@ -1144,7 +1135,7 @@ export declare const Drawer: {
1144
1135
  reducedMotion: string;
1145
1136
  allowMotion: string;
1146
1137
  hover: string;
1147
- }, import("@stitches/react/types/css-util").CSS<{
1138
+ }, import("@atom-learning/stitches-react/types/css-util").CSS<{
1148
1139
  sm: string;
1149
1140
  md: string;
1150
1141
  lg: string;
@@ -1184,6 +1175,18 @@ export declare const Drawer: {
1184
1175
  blue1000: any;
1185
1176
  blue1100: any;
1186
1177
  blue1200: any;
1178
+ pink100: any;
1179
+ pink200: any;
1180
+ pink300: any;
1181
+ pink400: any;
1182
+ pink500: any;
1183
+ pink600: any;
1184
+ pink700: any;
1185
+ pink800: any;
1186
+ pink900: any;
1187
+ pink1000: any;
1188
+ pink1100: any;
1189
+ pink1200: any;
1187
1190
  purple100: any;
1188
1191
  purple200: any;
1189
1192
  purple300: any;
@@ -1328,26 +1331,11 @@ export declare const Drawer: {
1328
1331
  marsh1000: any;
1329
1332
  marsh1100: any;
1330
1333
  marsh1200: any;
1331
- tonal50: any;
1332
- tonal100: any;
1333
- tonal200: any;
1334
- tonal300: any;
1335
- tonal400: any;
1336
- tonal500: any;
1337
- tonal600: any;
1338
1334
  alpha100: any;
1339
1335
  alpha150: any;
1340
1336
  alpha200: any;
1341
1337
  alpha250: any;
1342
1338
  alpha600: any;
1343
- brandRed: any;
1344
- brandRedAccent: any;
1345
- brandGreen: any;
1346
- brandGreenAccent: any;
1347
- brandPurple: any;
1348
- brandPurpleAccent: any;
1349
- brandYellow: any;
1350
- brandYellowAccent: any;
1351
1339
  infoLight: any;
1352
1340
  info: any;
1353
1341
  infoMid: any;
@@ -1448,62 +1436,62 @@ export declare const Drawer: {
1448
1436
  "1-1": any;
1449
1437
  "3-4": any;
1450
1438
  };
1451
- }, import("@stitches/react/types/config").DefaultThemeMap, {
1452
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
1453
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
1439
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
1440
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
1441
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
1454
1442
  };
1455
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
1456
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1457
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1443
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
1444
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1445
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1458
1446
  };
1459
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1460
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1447
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1448
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1461
1449
  };
1462
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1463
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1450
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1451
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1464
1452
  };
1465
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1466
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1453
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1454
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1467
1455
  };
1468
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1469
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1456
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1457
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1470
1458
  };
1471
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1472
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1459
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1460
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1473
1461
  };
1474
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1475
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1476
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1462
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1463
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1464
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1477
1465
  };
1478
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1479
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1480
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1466
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1467
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1468
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1481
1469
  };
1482
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1483
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1470
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1471
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1484
1472
  };
1485
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1486
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1473
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1474
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1487
1475
  };
1488
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1489
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1476
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1477
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1490
1478
  };
1491
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1492
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1479
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1480
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1493
1481
  };
1494
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1495
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1482
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1483
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1496
1484
  };
1497
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1498
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1499
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1485
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1486
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1487
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1500
1488
  };
1501
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1502
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1503
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1489
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1490
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1491
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1504
1492
  };
1505
1493
  }>>;
1506
- Footer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
1494
+ Footer: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<"div", {}, {
1507
1495
  sm: string;
1508
1496
  md: string;
1509
1497
  lg: string;
@@ -1511,7 +1499,7 @@ export declare const Drawer: {
1511
1499
  reducedMotion: string;
1512
1500
  allowMotion: string;
1513
1501
  hover: string;
1514
- }, import("@stitches/react/types/css-util").CSS<{
1502
+ }, import("@atom-learning/stitches-react/types/css-util").CSS<{
1515
1503
  sm: string;
1516
1504
  md: string;
1517
1505
  lg: string;
@@ -1551,6 +1539,18 @@ export declare const Drawer: {
1551
1539
  blue1000: any;
1552
1540
  blue1100: any;
1553
1541
  blue1200: any;
1542
+ pink100: any;
1543
+ pink200: any;
1544
+ pink300: any;
1545
+ pink400: any;
1546
+ pink500: any;
1547
+ pink600: any;
1548
+ pink700: any;
1549
+ pink800: any;
1550
+ pink900: any;
1551
+ pink1000: any;
1552
+ pink1100: any;
1553
+ pink1200: any;
1554
1554
  purple100: any;
1555
1555
  purple200: any;
1556
1556
  purple300: any;
@@ -1695,26 +1695,11 @@ export declare const Drawer: {
1695
1695
  marsh1000: any;
1696
1696
  marsh1100: any;
1697
1697
  marsh1200: any;
1698
- tonal50: any;
1699
- tonal100: any;
1700
- tonal200: any;
1701
- tonal300: any;
1702
- tonal400: any;
1703
- tonal500: any;
1704
- tonal600: any;
1705
1698
  alpha100: any;
1706
1699
  alpha150: any;
1707
1700
  alpha200: any;
1708
1701
  alpha250: any;
1709
1702
  alpha600: any;
1710
- brandRed: any;
1711
- brandRedAccent: any;
1712
- brandGreen: any;
1713
- brandGreenAccent: any;
1714
- brandPurple: any;
1715
- brandPurpleAccent: any;
1716
- brandYellow: any;
1717
- brandYellowAccent: any;
1718
1703
  infoLight: any;
1719
1704
  info: any;
1720
1705
  infoMid: any;
@@ -1815,62 +1800,62 @@ export declare const Drawer: {
1815
1800
  "1-1": any;
1816
1801
  "3-4": any;
1817
1802
  };
1818
- }, import("@stitches/react/types/config").DefaultThemeMap, {
1819
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
1820
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
1803
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
1804
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
1805
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
1821
1806
  };
1822
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
1823
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1824
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1807
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
1808
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1809
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1825
1810
  };
1826
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1827
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1811
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1812
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1828
1813
  };
1829
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1830
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1814
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1815
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1831
1816
  };
1832
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1833
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1817
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1818
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1834
1819
  };
1835
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1836
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1820
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1821
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1837
1822
  };
1838
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1839
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1823
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1824
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1840
1825
  };
1841
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1842
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1843
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1826
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1827
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1828
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1844
1829
  };
1845
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1846
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1847
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1830
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1831
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1832
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1848
1833
  };
1849
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1850
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1834
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1835
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1851
1836
  };
1852
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1853
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1837
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1838
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1854
1839
  };
1855
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1856
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1840
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1841
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1857
1842
  };
1858
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1859
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1843
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1844
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1860
1845
  };
1861
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1862
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1846
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1847
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1863
1848
  };
1864
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1865
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1866
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1849
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1850
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1851
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1867
1852
  };
1868
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1869
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1870
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1853
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1854
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1855
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1871
1856
  };
1872
1857
  }>>;
1873
- Trigger: import("@stitches/react/types/styled-component").StyledComponent<React.ForwardRefExoticComponent<import("@radix-ui/react-dialog").DialogTriggerProps & React.RefAttributes<HTMLButtonElement>>, {}, {
1858
+ Trigger: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<React.ForwardRefExoticComponent<import("@radix-ui/react-dialog").DialogTriggerProps & React.RefAttributes<HTMLButtonElement>>, {}, {
1874
1859
  sm: string;
1875
1860
  md: string;
1876
1861
  lg: string;
@@ -1878,7 +1863,7 @@ export declare const Drawer: {
1878
1863
  reducedMotion: string;
1879
1864
  allowMotion: string;
1880
1865
  hover: string;
1881
- }, import("@stitches/react/types/css-util").CSS<{
1866
+ }, import("@atom-learning/stitches-react/types/css-util").CSS<{
1882
1867
  sm: string;
1883
1868
  md: string;
1884
1869
  lg: string;
@@ -1918,6 +1903,18 @@ export declare const Drawer: {
1918
1903
  blue1000: any;
1919
1904
  blue1100: any;
1920
1905
  blue1200: any;
1906
+ pink100: any;
1907
+ pink200: any;
1908
+ pink300: any;
1909
+ pink400: any;
1910
+ pink500: any;
1911
+ pink600: any;
1912
+ pink700: any;
1913
+ pink800: any;
1914
+ pink900: any;
1915
+ pink1000: any;
1916
+ pink1100: any;
1917
+ pink1200: any;
1921
1918
  purple100: any;
1922
1919
  purple200: any;
1923
1920
  purple300: any;
@@ -2062,26 +2059,11 @@ export declare const Drawer: {
2062
2059
  marsh1000: any;
2063
2060
  marsh1100: any;
2064
2061
  marsh1200: any;
2065
- tonal50: any;
2066
- tonal100: any;
2067
- tonal200: any;
2068
- tonal300: any;
2069
- tonal400: any;
2070
- tonal500: any;
2071
- tonal600: any;
2072
2062
  alpha100: any;
2073
2063
  alpha150: any;
2074
2064
  alpha200: any;
2075
2065
  alpha250: any;
2076
2066
  alpha600: any;
2077
- brandRed: any;
2078
- brandRedAccent: any;
2079
- brandGreen: any;
2080
- brandGreenAccent: any;
2081
- brandPurple: any;
2082
- brandPurpleAccent: any;
2083
- brandYellow: any;
2084
- brandYellowAccent: any;
2085
2067
  infoLight: any;
2086
2068
  info: any;
2087
2069
  infoMid: any;
@@ -2182,59 +2164,59 @@ export declare const Drawer: {
2182
2164
  "1-1": any;
2183
2165
  "3-4": any;
2184
2166
  };
2185
- }, import("@stitches/react/types/config").DefaultThemeMap, {
2186
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
2187
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
2167
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
2168
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
2169
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
2188
2170
  };
2189
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
2190
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
2191
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
2171
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
2172
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
2173
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
2192
2174
  };
2193
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2194
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2175
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2176
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2195
2177
  };
2196
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2197
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2178
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2179
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2198
2180
  };
2199
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2200
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2181
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2182
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2201
2183
  };
2202
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2203
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2184
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2185
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2204
2186
  };
2205
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2206
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2187
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2188
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2207
2189
  };
2208
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2209
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2210
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2190
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2191
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2192
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2211
2193
  };
2212
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2213
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2214
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2194
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2195
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2196
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2215
2197
  };
2216
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2217
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2198
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2199
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2218
2200
  };
2219
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2220
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2201
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2202
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2221
2203
  };
2222
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2223
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2204
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2205
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2224
2206
  };
2225
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2226
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2207
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2208
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2227
2209
  };
2228
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2229
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2210
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2211
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2230
2212
  };
2231
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2232
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2233
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2213
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2214
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2215
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2234
2216
  };
2235
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2236
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2237
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2217
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2218
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2219
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2238
2220
  };
2239
2221
  }>>;
2240
2222
  };