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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (391) hide show
  1. package/dist/components/accordion/Accordion.d.ts +52 -55
  2. package/dist/components/accordion/AccordionContent.d.ts +53 -56
  3. package/dist/components/accordion/AccordionItem.d.ts +52 -55
  4. package/dist/components/accordion/AccordionTrigger.d.ts +105 -111
  5. package/dist/components/action-icon/ActionIcon.d.ts +53 -56
  6. package/dist/components/action-icon/ActionIcon.js +1 -1
  7. package/dist/components/action-icon/ActionIcon.js.map +1 -1
  8. package/dist/components/alert-dialog/AlertDialog.d.ts +105 -111
  9. package/dist/components/alert-dialog/AlertDialogContent.d.ts +53 -56
  10. package/dist/components/alert-dialog/alert-context/AlertContext.d.ts +1 -1
  11. package/dist/components/alert-dialog/alert-context/AlertDialog.d.ts +1 -1
  12. package/dist/components/alert-dialog/alert-context/AlertDialogIcon.d.ts +2 -2
  13. package/dist/components/avatar/Avatar.d.ts +164 -173
  14. package/dist/components/avatar/Avatar.js +1 -1
  15. package/dist/components/avatar/Avatar.js.map +1 -1
  16. package/dist/components/avatar/AvatarIcon.d.ts +2 -2
  17. package/dist/components/avatar/AvatarImage.d.ts +2 -2
  18. package/dist/components/avatar/AvatarInitial.d.ts +2 -2
  19. package/dist/components/avatar/AvatarInitial.js +1 -1
  20. package/dist/components/avatar/AvatarInitial.js.map +1 -1
  21. package/dist/components/avatar/AvatarPlaceholder.d.ts +2 -2
  22. package/dist/components/badge/Badge.context.d.ts +1 -1
  23. package/dist/components/badge/Badge.d.ts +316 -332
  24. package/dist/components/badge/BadgeIcon.d.ts +105 -111
  25. package/dist/components/badge/BadgeText.d.ts +106 -110
  26. package/dist/components/badge/stitches.badge.colorscheme.config.d.ts +27 -16
  27. package/dist/components/badge/stitches.badge.colorscheme.config.js +1 -1
  28. package/dist/components/badge/stitches.badge.colorscheme.config.js.map +1 -1
  29. package/dist/components/banner/Banner.d.ts +2 -2
  30. package/dist/components/banner/BannerContainer.d.ts +103 -109
  31. package/dist/components/banner/BannerContext.d.ts +1 -1
  32. package/dist/components/banner/banner-regular/BannerRegular.d.ts +487 -505
  33. package/dist/components/banner/banner-regular/BannerRegularActions.d.ts +1 -1
  34. package/dist/components/banner/banner-regular/BannerRegularButton.d.ts +1 -1
  35. package/dist/components/banner/banner-regular/BannerRegularContainer.d.ts +1 -1
  36. package/dist/components/banner/banner-regular/BannerRegularContent.d.ts +104 -110
  37. package/dist/components/banner/banner-regular/BannerRegularDismiss.d.ts +106 -112
  38. package/dist/components/banner/banner-regular/BannerRegularHeading.d.ts +1 -1
  39. package/dist/components/banner/banner-regular/BannerRegularImage.d.ts +1 -1
  40. package/dist/components/banner/banner-regular/BannerRegularText.d.ts +1 -1
  41. package/dist/components/banner/banner-slim/BannerSlim.d.ts +432 -447
  42. package/dist/components/banner/banner-slim/BannerSlimActions.d.ts +1 -1
  43. package/dist/components/banner/banner-slim/BannerSlimButton.d.ts +1 -1
  44. package/dist/components/banner/banner-slim/BannerSlimContainer.d.ts +52 -55
  45. package/dist/components/banner/banner-slim/BannerSlimContent.d.ts +104 -110
  46. package/dist/components/banner/banner-slim/BannerSlimDismiss.d.ts +105 -111
  47. package/dist/components/banner/banner-slim/BannerSlimImage.d.ts +1 -1
  48. package/dist/components/banner/banner-slim/BannerSlimText.d.ts +1 -1
  49. package/dist/components/banner/banner-slim/BannerSlimText.js +1 -1
  50. package/dist/components/banner/banner-slim/BannerSlimText.js.map +1 -1
  51. package/dist/components/box/Box.d.ts +52 -55
  52. package/dist/components/button/Button.d.ts +53 -56
  53. package/dist/components/button/Button.js +1 -1
  54. package/dist/components/button/Button.js.map +1 -1
  55. package/dist/components/calendar/Calendar.d.ts +1 -1
  56. package/dist/components/calendar/Calendar.js +1 -1
  57. package/dist/components/calendar/Calendar.js.map +1 -1
  58. package/dist/components/calendar/Day.d.ts +52 -55
  59. package/dist/components/calendar/Day.js +1 -1
  60. package/dist/components/calendar/Day.js.map +1 -1
  61. package/dist/components/carousel/Carousel.d.ts +213 -225
  62. package/dist/components/carousel/CarouselArrows.d.ts +3 -3
  63. package/dist/components/carousel/CarouselArrows.js +1 -1
  64. package/dist/components/carousel/CarouselArrows.js.map +1 -1
  65. package/dist/components/carousel/CarouselPagination.d.ts +52 -55
  66. package/dist/components/carousel/CarouselPagination.js +1 -1
  67. package/dist/components/carousel/CarouselPagination.js.map +1 -1
  68. package/dist/components/carousel/CarouselSlide.d.ts +53 -56
  69. package/dist/components/carousel/CarouselSlider.d.ts +52 -55
  70. package/dist/components/checkbox/Checkbox.d.ts +52 -55
  71. package/dist/components/checkbox/Checkbox.js +1 -1
  72. package/dist/components/checkbox/Checkbox.js.map +1 -1
  73. package/dist/components/checkbox-field/CheckboxField.d.ts +1 -1
  74. package/dist/components/checkbox-group/CheckboxGroup.d.ts +211 -216
  75. package/dist/components/checkbox-group/context/CheckboxGroupChecked.context.d.ts +1 -1
  76. package/dist/components/checkbox-group/context/CheckboxGroupMounted.context.d.ts +1 -1
  77. package/dist/components/checkbox-tree/CheckboxTree.d.ts +422 -416
  78. package/dist/components/chip/Chip.d.ts +369 -390
  79. package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +212 -224
  80. package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.js +1 -1
  81. package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.js.map +1 -1
  82. package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +212 -224
  83. package/dist/components/chip-toggle-group/ChipToggleGroupItem.js +1 -1
  84. package/dist/components/chip-toggle-group/ChipToggleGroupItem.js.map +1 -1
  85. package/dist/components/combobox/Combobox.d.ts +261 -276
  86. package/dist/components/combobox/ComboboxInput.d.ts +52 -55
  87. package/dist/components/combobox/ComboboxInput.js +1 -1
  88. package/dist/components/combobox/ComboboxInput.js.map +1 -1
  89. package/dist/components/combobox/ComboboxList.d.ts +52 -55
  90. package/dist/components/combobox/ComboboxOption.d.ts +52 -55
  91. package/dist/components/combobox/ComboboxOption.js +1 -1
  92. package/dist/components/combobox/ComboboxOption.js.map +1 -1
  93. package/dist/components/combobox/ComboboxPopover.d.ts +52 -55
  94. package/dist/components/combobox/ComboboxPopover.js +1 -1
  95. package/dist/components/combobox/ComboboxPopover.js.map +1 -1
  96. package/dist/components/create-password-field/CreatePasswordField.d.ts +1 -1
  97. package/dist/components/data-table/DataTable.d.ts +649 -682
  98. package/dist/components/data-table/DataTableBody.d.ts +1 -1
  99. package/dist/components/data-table/DataTableBulkActions.d.ts +3 -3
  100. package/dist/components/data-table/DataTableDataCell.d.ts +2 -2
  101. package/dist/components/data-table/DataTableEmptyState.d.ts +1 -1
  102. package/dist/components/data-table/DataTableGlobalFilter.d.ts +1 -1
  103. package/dist/components/data-table/DataTableHead.d.ts +1 -1
  104. package/dist/components/data-table/DataTableHeaderCell.d.ts +1 -1
  105. package/dist/components/data-table/DataTableLoading.d.ts +54 -57
  106. package/dist/components/data-table/DataTableMetaData.d.ts +4 -9
  107. package/dist/components/data-table/DataTableMetaData.js +1 -1
  108. package/dist/components/data-table/DataTableMetaData.js.map +1 -1
  109. package/dist/components/data-table/DataTableRow.d.ts +1 -1
  110. package/dist/components/data-table/DataTableSelectAllRowsCheckbox.d.ts +2 -2
  111. package/dist/components/data-table/DataTableTable.d.ts +1 -1
  112. package/dist/components/data-table/drag-and-drop/DragAndDropTable.d.ts +2 -2
  113. package/dist/components/data-table/drag-and-drop/DragAndDropTableBody.d.ts +1 -1
  114. package/dist/components/data-table/drag-and-drop/DragAndDropTableRow.d.ts +1 -1
  115. package/dist/components/data-table/pagination/Pagination.d.ts +53 -56
  116. package/dist/components/date-field/DateField.d.ts +2 -2
  117. package/dist/components/dialog/Dialog.d.ts +368 -389
  118. package/dist/components/dialog/DialogBackground.d.ts +103 -109
  119. package/dist/components/dialog/DialogClose.d.ts +52 -55
  120. package/dist/components/dialog/DialogContent.d.ts +53 -56
  121. package/dist/components/dialog/DialogFooter.d.ts +1 -1
  122. package/dist/components/dialog/DialogHeading.d.ts +1 -1
  123. package/dist/components/dialog/DialogHeading.js +1 -1
  124. package/dist/components/dialog/DialogHeading.js.map +1 -1
  125. package/dist/components/dismissible/DismissibleRoot.d.ts +2 -2
  126. package/dist/components/dismissible/DismissibleTrigger.d.ts +1 -1
  127. package/dist/components/dismissible/index.d.ts +2 -2
  128. package/dist/components/dismissible-group/DismissibleGroupItem.d.ts +1 -1
  129. package/dist/components/dismissible-group/DismissibleGroupRoot.d.ts +2 -2
  130. package/dist/components/dismissible-group/index.d.ts +3 -3
  131. package/dist/components/divider/Divider.d.ts +52 -55
  132. package/dist/components/divider/Divider.js +1 -1
  133. package/dist/components/divider/Divider.js.map +1 -1
  134. package/dist/components/drawer/Drawer.d.ts +316 -334
  135. package/dist/components/drawer/DrawerClose.d.ts +1 -1
  136. package/dist/components/drawer/DrawerContent.d.ts +53 -56
  137. package/dist/components/drawer/DrawerFooter.d.ts +52 -55
  138. package/dist/components/drawer/DrawerHeader.d.ts +52 -55
  139. package/dist/components/drawer/DrawerMain.d.ts +52 -55
  140. package/dist/components/drawer/DrawerOverlay.d.ts +52 -55
  141. package/dist/components/drawer/DrawerTrigger.d.ts +52 -55
  142. package/dist/components/dropdown-menu/DropdownMenu.d.ts +313 -331
  143. package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +52 -55
  144. package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +480 -483
  145. package/dist/components/dropdown-menu/DropdownMenuItem.js +1 -1
  146. package/dist/components/dropdown-menu/DropdownMenuItem.js.map +1 -1
  147. package/dist/components/dropdown-menu/DropdownMenuLinkItem.d.ts +53 -56
  148. package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +52 -55
  149. package/dist/components/dropdown-menu/DropdownMenuSeparator.js +1 -1
  150. package/dist/components/dropdown-menu/DropdownMenuSeparator.js.map +1 -1
  151. package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +52 -55
  152. package/dist/components/empty-state/EmptyState.context.d.ts +1 -1
  153. package/dist/components/empty-state/EmptyState.d.ts +373 -392
  154. package/dist/components/empty-state/EmptyStateBody.d.ts +107 -111
  155. package/dist/components/empty-state/EmptyStateBody.js +1 -1
  156. package/dist/components/empty-state/EmptyStateBody.js.map +1 -1
  157. package/dist/components/empty-state/EmptyStateImage.d.ts +108 -114
  158. package/dist/components/empty-state/EmptyStateTitle.d.ts +53 -56
  159. package/dist/components/empty-state/EmptyStateTitle.js +1 -1
  160. package/dist/components/empty-state/EmptyStateTitle.js.map +1 -1
  161. package/dist/components/field-wrapper/FieldDescription.d.ts +1 -1
  162. package/dist/components/field-wrapper/FieldDescription.js +1 -1
  163. package/dist/components/field-wrapper/FieldDescription.js.map +1 -1
  164. package/dist/components/field-wrapper/FieldWrapper.d.ts +1 -1
  165. package/dist/components/field-wrapper/InlineFieldWrapper.d.ts +1 -1
  166. package/dist/components/file-input/FileInput.d.ts +1 -1
  167. package/dist/components/flex/Flex.d.ts +52 -55
  168. package/dist/components/form/Form.d.ts +53 -56
  169. package/dist/components/grid/Grid.d.ts +53 -56
  170. package/dist/components/heading/Heading.d.ts +52 -55
  171. package/dist/components/heading/Heading.js +1 -1
  172. package/dist/components/heading/Heading.js.map +1 -1
  173. package/dist/components/icon/Icon.d.ts +52 -55
  174. package/dist/components/image/Image.d.ts +53 -56
  175. package/dist/components/inline-message/InlineMessage.config.js +1 -1
  176. package/dist/components/inline-message/InlineMessage.config.js.map +1 -1
  177. package/dist/components/inline-message/InlineMessage.d.ts +104 -110
  178. package/dist/components/input/Input.d.ts +155 -164
  179. package/dist/components/input-field/InputField.d.ts +2 -2
  180. package/dist/components/label/Label.d.ts +53 -56
  181. package/dist/components/label/Label.js +1 -1
  182. package/dist/components/label/Label.js.map +1 -1
  183. package/dist/components/link/Link.d.ts +52 -55
  184. package/dist/components/list/List.d.ts +104 -110
  185. package/dist/components/loader/Loader.d.ts +2 -2
  186. package/dist/components/markdown-content/MarkdownContent.d.ts +2 -2
  187. package/dist/components/markdown-content/components/MarkdownCode.d.ts +3 -3
  188. package/dist/components/markdown-content/components/MarkdownCode.js +1 -1
  189. package/dist/components/markdown-content/components/MarkdownCode.js.map +1 -1
  190. package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +54 -57
  191. package/dist/components/markdown-content/components/MarkdownEmphasis.js.map +1 -1
  192. package/dist/components/markdown-content/components/MarkdownHeading.d.ts +2 -2
  193. package/dist/components/markdown-content/components/MarkdownHeading.js +1 -1
  194. package/dist/components/markdown-content/components/MarkdownHeading.js.map +1 -1
  195. package/dist/components/markdown-content/components/MarkdownImage.d.ts +3 -3
  196. package/dist/components/markdown-content/components/MarkdownImage.js +1 -1
  197. package/dist/components/markdown-content/components/MarkdownImage.js.map +1 -1
  198. package/dist/components/markdown-content/components/MarkdownInlineCode.d.ts +3 -3
  199. package/dist/components/markdown-content/components/MarkdownInlineCode.js +1 -1
  200. package/dist/components/markdown-content/components/MarkdownInlineCode.js.map +1 -1
  201. package/dist/components/markdown-content/components/MarkdownLink.d.ts +2 -2
  202. package/dist/components/markdown-content/components/MarkdownLink.js.map +1 -1
  203. package/dist/components/markdown-content/components/MarkdownList.d.ts +2 -2
  204. package/dist/components/markdown-content/components/MarkdownList.js +1 -1
  205. package/dist/components/markdown-content/components/MarkdownList.js.map +1 -1
  206. package/dist/components/markdown-content/components/MarkdownListItem.d.ts +2 -2
  207. package/dist/components/markdown-content/components/MarkdownListItem.js.map +1 -1
  208. package/dist/components/markdown-content/components/MarkdownParagraph.d.ts +2 -2
  209. package/dist/components/markdown-content/components/MarkdownParagraph.js.map +1 -1
  210. package/dist/components/markdown-content/components/MarkdownStrong.d.ts +2 -2
  211. package/dist/components/markdown-content/components/MarkdownStrong.js.map +1 -1
  212. package/dist/components/markdown-content/components/MarkdownText.d.ts +1 -1
  213. package/dist/components/markdown-content/components/MarkdownText.js.map +1 -1
  214. package/dist/components/markdown-content/components/MarkdownThematicBreak.d.ts +2 -2
  215. package/dist/components/navigation/NavigationMenu.d.ts +369 -388
  216. package/dist/components/navigation/NavigationMenu.js +1 -1
  217. package/dist/components/navigation/NavigationMenu.js.map +1 -1
  218. package/dist/components/navigation/NavigationMenuDropdown.d.ts +1 -1
  219. package/dist/components/navigation/NavigationMenuDropdownContent.d.ts +53 -56
  220. package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +106 -110
  221. package/dist/components/navigation/NavigationMenuDropdownItem.js +1 -1
  222. package/dist/components/navigation/NavigationMenuDropdownItem.js.map +1 -1
  223. package/dist/components/navigation/NavigationMenuDropdownTrigger.d.ts +52 -55
  224. package/dist/components/navigation/NavigationMenuLink.d.ts +52 -55
  225. package/dist/components/navigation/stitches.navigationMenu.colorscheme.config.d.ts +1 -1
  226. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.d.ts +686 -707
  227. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionContent.d.ts +52 -55
  228. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionTrigger.d.ts +53 -56
  229. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalIcon.d.ts +104 -110
  230. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItem.d.ts +52 -55
  231. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalLink.d.ts +53 -56
  232. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalList.d.ts +52 -55
  233. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.d.ts +106 -110
  234. package/dist/components/navigation-menu-vertical/stitches.navigationMenuVertical.colorscheme.config.d.ts +1 -1
  235. package/dist/components/notification-badge/NotificationBadge.d.ts +1 -1
  236. package/dist/components/number-input/NumberInputStepper.js +1 -1
  237. package/dist/components/number-input/NumberInputStepper.js.map +1 -1
  238. package/dist/components/number-input-field/NumberInputField.d.ts +2 -2
  239. package/dist/components/pagination/Pagination.d.ts +2 -2
  240. package/dist/components/pagination/PaginationNextButton.d.ts +106 -112
  241. package/dist/components/pagination/PaginationPage.d.ts +2 -2
  242. package/dist/components/pagination/PaginationPopover.d.ts +1 -1
  243. package/dist/components/pagination/PaginationPreviousButton.d.ts +106 -112
  244. package/dist/components/pagination/pagination-context/PaginationContext.d.ts +1 -1
  245. package/dist/components/password-field/PasswordField.d.ts +1 -1
  246. package/dist/components/popover/Popover.d.ts +105 -111
  247. package/dist/components/popover/PopoverContent.d.ts +53 -56
  248. package/dist/components/progress-bar/ProgressBar.d.ts +53 -56
  249. package/dist/components/progress-bar/ProgressBar.js +1 -1
  250. package/dist/components/progress-bar/ProgressBar.js.map +1 -1
  251. package/dist/components/radio-button/RadioButton.d.ts +53 -56
  252. package/dist/components/radio-button/RadioButton.js +1 -1
  253. package/dist/components/radio-button/RadioButton.js.map +1 -1
  254. package/dist/components/radio-button/RadioButtonGroup.d.ts +52 -55
  255. package/dist/components/radio-button-field/RadioButtonField.d.ts +54 -57
  256. package/dist/components/radio-button-field/RadioField.d.ts +1 -1
  257. package/dist/components/radio-card/RadioCard.d.ts +53 -56
  258. package/dist/components/radio-card/RadioCard.js +1 -1
  259. package/dist/components/radio-card/RadioCard.js.map +1 -1
  260. package/dist/components/radio-card/RadioCardGroup.d.ts +2 -2
  261. package/dist/components/radio-card/RadioCardGroup.js.map +1 -1
  262. package/dist/components/search-field/SearchField.d.ts +2 -2
  263. package/dist/components/search-input/SearchInput.js +1 -1
  264. package/dist/components/search-input/SearchInput.js.map +1 -1
  265. package/dist/components/section-message/SectionMessage.d.ts +377 -394
  266. package/dist/components/section-message/SectionMessageTitle.d.ts +1 -1
  267. package/dist/components/section-message/SectionMessageTitle.js +1 -1
  268. package/dist/components/section-message/SectionMessageTitle.js.map +1 -1
  269. package/dist/components/select/Select.d.ts +52 -55
  270. package/dist/components/select/Select.js +1 -1
  271. package/dist/components/select/Select.js.map +1 -1
  272. package/dist/components/select-field/SelectField.d.ts +2 -2
  273. package/dist/components/side-bar/SideBar.d.ts +422 -444
  274. package/dist/components/side-bar/SideBarComponents.d.ts +369 -388
  275. package/dist/components/slider/Slider.d.ts +52 -55
  276. package/dist/components/slider/Slider.js +1 -1
  277. package/dist/components/slider/Slider.js.map +1 -1
  278. package/dist/components/slider/SliderSteps.d.ts +2 -2
  279. package/dist/components/slider/SliderSteps.js +1 -1
  280. package/dist/components/slider/SliderSteps.js.map +1 -1
  281. package/dist/components/slider/SliderValue.d.ts +2 -2
  282. package/dist/components/slider/SliderValue.js +1 -1
  283. package/dist/components/slider/SliderValue.js.map +1 -1
  284. package/dist/components/slider-field/SliderField.d.ts +2 -2
  285. package/dist/components/sortable/Handle.d.ts +105 -111
  286. package/dist/components/sortable/SortableHandle.d.ts +1 -1
  287. package/dist/components/sortable/SortableItem.d.ts +2 -2
  288. package/dist/components/sortable/SortableItem.js +1 -1
  289. package/dist/components/sortable/SortableItem.js.map +1 -1
  290. package/dist/components/sortable/SortableRoot.d.ts +1 -1
  291. package/dist/components/sortable/index.d.ts +3 -3
  292. package/dist/components/spacer/Spacer.d.ts +364 -1
  293. package/dist/components/spacer/Spacer.js +1 -1
  294. package/dist/components/spacer/Spacer.js.map +1 -1
  295. package/dist/components/stack-content/StackContent.d.ts +52 -55
  296. package/dist/components/stepper/Stepper.d.ts +112 -118
  297. package/dist/components/stepper/StepperStepBack.d.ts +1 -1
  298. package/dist/components/stepper/StepperStepBullet.d.ts +103 -109
  299. package/dist/components/stepper/StepperStepBullet.js +1 -1
  300. package/dist/components/stepper/StepperStepBullet.js.map +1 -1
  301. package/dist/components/stepper/StepperStepContainer.d.ts +103 -109
  302. package/dist/components/stepper/StepperStepContainer.js +1 -1
  303. package/dist/components/stepper/StepperStepContainer.js.map +1 -1
  304. package/dist/components/stepper/StepperStepForward.d.ts +1 -1
  305. package/dist/components/stepper/StepperStepLabel.d.ts +106 -110
  306. package/dist/components/stepper/StepperStepLabel.js +1 -1
  307. package/dist/components/stepper/StepperStepLabel.js.map +1 -1
  308. package/dist/components/stepper/StepperSteps.d.ts +2 -2
  309. package/dist/components/stepper/stepper-context/StepperContext.d.ts +1 -1
  310. package/dist/components/switch/Switch.d.ts +53 -56
  311. package/dist/components/switch/Switch.js +1 -1
  312. package/dist/components/switch/Switch.js.map +1 -1
  313. package/dist/components/table/Table.d.ts +423 -447
  314. package/dist/components/table/TableBody.d.ts +53 -56
  315. package/dist/components/table/TableBody.js +1 -1
  316. package/dist/components/table/TableBody.js.map +1 -1
  317. package/dist/components/table/TableCell.d.ts +52 -55
  318. package/dist/components/table/TableCell.js +1 -1
  319. package/dist/components/table/TableCell.js.map +1 -1
  320. package/dist/components/table/TableFooter.d.ts +52 -55
  321. package/dist/components/table/TableFooterCell.d.ts +52 -55
  322. package/dist/components/table/TableFooterCell.js +1 -1
  323. package/dist/components/table/TableFooterCell.js.map +1 -1
  324. package/dist/components/table/TableHeader.d.ts +53 -56
  325. package/dist/components/table/TableHeader.js +1 -1
  326. package/dist/components/table/TableHeader.js.map +1 -1
  327. package/dist/components/table/TableHeaderCell.d.ts +52 -55
  328. package/dist/components/table/TableRow.d.ts +52 -55
  329. package/dist/components/table/TableStickyColumnsContainer.d.ts +1 -1
  330. package/dist/components/tabs/Tabs.d.ts +210 -222
  331. package/dist/components/tabs/TabsContent.d.ts +52 -55
  332. package/dist/components/tabs/TabsTrigger.d.ts +53 -56
  333. package/dist/components/tabs/TabsTriggerList.d.ts +105 -111
  334. package/dist/components/text/Text.d.ts +54 -55
  335. package/dist/components/text/Text.js +1 -1
  336. package/dist/components/text/Text.js.map +1 -1
  337. package/dist/components/textarea/Textarea.d.ts +52 -55
  338. package/dist/components/textarea/Textarea.js +1 -1
  339. package/dist/components/textarea/Textarea.js.map +1 -1
  340. package/dist/components/textarea-field/TextareaField.d.ts +2 -2
  341. package/dist/components/tile/Tile.d.ts +52 -55
  342. package/dist/components/tile/TileGroup.d.ts +52 -55
  343. package/dist/components/tile-interactive/TileInteractive.d.ts +104 -110
  344. package/dist/components/tile-toggle-group/TileToggleGroupItem.d.ts +157 -166
  345. package/dist/components/toast/Toast.d.ts +156 -165
  346. package/dist/components/toast/ToastProvider.d.ts +1 -1
  347. package/dist/components/toggle-group/ToggleGroupButton.d.ts +103 -109
  348. package/dist/components/toggle-group/ToggleGroupItem.d.ts +104 -110
  349. package/dist/components/toggle-group/ToggleGroupItem.js +1 -1
  350. package/dist/components/toggle-group/ToggleGroupItem.js.map +1 -1
  351. package/dist/components/toggle-group/ToggleGroupRoot.d.ts +52 -55
  352. package/dist/components/toggle-group/index.d.ts +313 -331
  353. package/dist/components/tooltip/Tooltip.d.ts +106 -112
  354. package/dist/components/tooltip/TooltipContent.d.ts +53 -56
  355. package/dist/components/tooltip/TooltipContent.js +1 -1
  356. package/dist/components/tooltip/TooltipContent.js.map +1 -1
  357. package/dist/components/top-bar/TopBar.d.ts +638 -287
  358. package/dist/components/top-bar/TopBar.js +1 -1
  359. package/dist/components/top-bar/TopBar.js.map +1 -1
  360. package/dist/components/top-bar/TopBarBrand.d.ts +160 -176
  361. package/dist/components/top-bar/TopBarBrand.js +1 -1
  362. package/dist/components/top-bar/TopBarBrand.js.map +1 -1
  363. package/dist/components/top-bar/stitches.topBar.colorscheme.config.d.ts +1 -1
  364. package/dist/components/tree/Tree.d.ts +793 -812
  365. package/dist/components/tree/TreeCollapsible.d.ts +53 -56
  366. package/dist/components/tree/TreeCollapsibleContent.d.ts +52 -55
  367. package/dist/components/tree/TreeCollapsibleTrigger.d.ts +1 -1
  368. package/dist/components/tree/TreeIcon.d.ts +104 -110
  369. package/dist/components/tree/TreeItemContent.d.ts +54 -57
  370. package/dist/components/tree/TreeListItem.d.ts +54 -57
  371. package/dist/components/video/Video.d.ts +52 -55
  372. package/dist/docgen.json +1 -1
  373. package/dist/experiments/color-scheme/ColorScheme.d.ts +52 -55
  374. package/dist/experiments/color-scheme/stitches.colorscheme.config.d.ts +14 -0
  375. package/dist/experiments/color-scheme/stitches.colorscheme.config.js +1 -1
  376. package/dist/experiments/color-scheme/stitches.colorscheme.config.js.map +1 -1
  377. package/dist/index.cjs.js +1 -1
  378. package/dist/index.cjs.js.map +1 -1
  379. package/dist/stitches.d.ts +604 -637
  380. package/dist/stitches.js +1 -1
  381. package/dist/stitches.js.map +1 -1
  382. package/dist/utilities/create-theme-variants/createThemeVariants.d.ts +276 -279
  383. package/dist/utilities/hooks/useResizeObserver.js.map +1 -1
  384. package/dist/utilities/hooks/useScrollPosition.js +1 -1
  385. package/dist/utilities/hooks/useScrollPosition.js.map +1 -1
  386. package/dist/utilities/hooks/useWindowScrollPosition.js +1 -1
  387. package/dist/utilities/hooks/useWindowScrollPosition.js.map +1 -1
  388. package/dist/utilities/no-overflow-wrapper/NoOverflowWrapper.d.ts +103 -109
  389. package/dist/utilities/optional-tooltip-wrapper/OptionalTooltipWrapper.d.ts +1 -1
  390. package/dist/utilities/optional-visually-hidden-wrapper/OptionalVisuallyHiddenWrapper.d.ts +1 -1
  391. package/package.json +26 -15
@@ -1,9 +1,9 @@
1
1
  import React from 'react';
2
- declare const StyledSectionMessage: import("@stitches/react/types/styled-component").StyledComponent<{
3
- ({ disabled, dismissed, onDismiss, ...rest }: React.PropsWithChildren<import("../dismissible/DismissibleRoot").IDismissibleRootInternalProps & import("../dismissible/DismissibleRoot").IDismissibleRootProps>): JSX.Element;
2
+ declare const StyledSectionMessage: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<{
3
+ ({ disabled, dismissed, onDismiss, ...rest }: React.PropsWithChildren<import("../dismissible/DismissibleRoot").IDismissibleRootInternalProps & import("../dismissible/DismissibleRoot").IDismissibleRootProps>): React.JSX.Element;
4
4
  displayName: string;
5
5
  } & {
6
- Trigger: ({ asChild, ...rest }: React.PropsWithChildren<import("../dismissible/DismissibleTrigger").IDismissibleTriggerProps>) => JSX.Element;
6
+ Trigger: ({ asChild, ...rest }: React.PropsWithChildren<import("../dismissible/DismissibleTrigger").IDismissibleTriggerProps>) => React.JSX.Element;
7
7
  }, {
8
8
  theme?: "info" | "success" | "warning" | "neutral" | "error" | undefined;
9
9
  hasIcon?: boolean | "true" | undefined;
@@ -16,7 +16,7 @@ declare const StyledSectionMessage: import("@stitches/react/types/styled-compone
16
16
  reducedMotion: string;
17
17
  allowMotion: string;
18
18
  hover: string;
19
- }, import("@stitches/react/types/css-util").CSS<{
19
+ }, import("@atom-learning/stitches-react/types/css-util").CSS<{
20
20
  sm: string;
21
21
  md: string;
22
22
  lg: string;
@@ -56,6 +56,18 @@ declare const StyledSectionMessage: import("@stitches/react/types/styled-compone
56
56
  blue1000: any;
57
57
  blue1100: any;
58
58
  blue1200: any;
59
+ pink100: any;
60
+ pink200: any;
61
+ pink300: any;
62
+ pink400: any;
63
+ pink500: any;
64
+ pink600: any;
65
+ pink700: any;
66
+ pink800: any;
67
+ pink900: any;
68
+ pink1000: any;
69
+ pink1100: any;
70
+ pink1200: any;
59
71
  purple100: any;
60
72
  purple200: any;
61
73
  purple300: any;
@@ -200,26 +212,11 @@ declare const StyledSectionMessage: import("@stitches/react/types/styled-compone
200
212
  marsh1000: any;
201
213
  marsh1100: any;
202
214
  marsh1200: any;
203
- tonal50: any;
204
- tonal100: any;
205
- tonal200: any;
206
- tonal300: any;
207
- tonal400: any;
208
- tonal500: any;
209
- tonal600: any;
210
215
  alpha100: any;
211
216
  alpha150: any;
212
217
  alpha200: any;
213
218
  alpha250: any;
214
219
  alpha600: any;
215
- brandRed: any;
216
- brandRedAccent: any;
217
- brandGreen: any;
218
- brandGreenAccent: any;
219
- brandPurple: any;
220
- brandPurpleAccent: any;
221
- brandYellow: any;
222
- brandYellowAccent: any;
223
220
  infoLight: any;
224
221
  info: any;
225
222
  infoMid: any;
@@ -320,59 +317,59 @@ declare const StyledSectionMessage: import("@stitches/react/types/styled-compone
320
317
  "1-1": any;
321
318
  "3-4": any;
322
319
  };
323
- }, import("@stitches/react/types/config").DefaultThemeMap, {
324
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
325
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
320
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
321
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
322
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
326
323
  };
327
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
328
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
329
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
324
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
325
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
326
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
330
327
  };
331
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
332
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
328
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
329
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
333
330
  };
334
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
335
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
331
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
332
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
336
333
  };
337
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
338
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
334
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
335
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
339
336
  };
340
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
341
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
337
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
338
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
342
339
  };
343
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
344
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
340
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
341
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
345
342
  };
346
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
347
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
348
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
343
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
344
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
345
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
349
346
  };
350
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
351
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
352
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
347
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
348
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
349
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
353
350
  };
354
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
355
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
351
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
352
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
356
353
  };
357
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
358
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
354
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
355
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
359
356
  };
360
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
361
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
357
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
358
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
362
359
  };
363
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
364
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
360
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
361
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
365
362
  };
366
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
367
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
363
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
364
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
368
365
  };
369
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
370
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
371
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
366
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
367
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
368
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
372
369
  };
373
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
374
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
375
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
370
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
371
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
372
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
376
373
  };
377
374
  }>>;
378
375
  declare const SectionMessageRoot: ({ children, ...rest }: React.ComponentProps<typeof StyledSectionMessage>) => JSX.Element;
@@ -382,9 +379,11 @@ export interface SectionMessageProps extends React.ComponentProps<typeof Section
382
379
  }
383
380
  export declare const SectionMessage: {
384
381
  ({ theme, ...rest }: SectionMessageProps): JSX.Element;
385
- Title: ({ css, ...rest }: Omit<Omit<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "key" | keyof React.HTMLAttributes<HTMLParagraphElement>> & {
382
+ Title: (props: Omit<Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref"> & {
386
383
  ref?: ((instance: HTMLParagraphElement | null) => void) | React.RefObject<HTMLParagraphElement> | null | undefined;
387
- }, "size" | "css" | "noCapsize"> & import("@stitches/react/types/styled-component").TransformProps<{
384
+ }, "size" | "css" | "weight" | "noCapsize" | "family"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
385
+ weight?: "normal" | "bold" | undefined;
386
+ family?: "display" | "mono" | "body" | undefined;
388
387
  size?: "sm" | "md" | "lg" | "xl" | "xs" | undefined;
389
388
  noCapsize?: boolean | "true" | undefined;
390
389
  }, {
@@ -396,7 +395,7 @@ export declare const SectionMessage: {
396
395
  allowMotion: string;
397
396
  hover: string;
398
397
  }> & {
399
- css?: import("@stitches/react/types/css-util").CSS<{
398
+ css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
400
399
  sm: string;
401
400
  md: string;
402
401
  lg: string;
@@ -436,6 +435,18 @@ export declare const SectionMessage: {
436
435
  blue1000: any;
437
436
  blue1100: any;
438
437
  blue1200: any;
438
+ pink100: any;
439
+ pink200: any;
440
+ pink300: any;
441
+ pink400: any;
442
+ pink500: any;
443
+ pink600: any;
444
+ pink700: any;
445
+ pink800: any;
446
+ pink900: any;
447
+ pink1000: any;
448
+ pink1100: any;
449
+ pink1200: any;
439
450
  purple100: any;
440
451
  purple200: any;
441
452
  purple300: any;
@@ -580,26 +591,11 @@ export declare const SectionMessage: {
580
591
  marsh1000: any;
581
592
  marsh1100: any;
582
593
  marsh1200: any;
583
- tonal50: any;
584
- tonal100: any;
585
- tonal200: any;
586
- tonal300: any;
587
- tonal400: any;
588
- tonal500: any;
589
- tonal600: any;
590
594
  alpha100: any;
591
595
  alpha150: any;
592
596
  alpha200: any;
593
597
  alpha250: any;
594
598
  alpha600: any;
595
- brandRed: any;
596
- brandRedAccent: any;
597
- brandGreen: any;
598
- brandGreenAccent: any;
599
- brandPurple: any;
600
- brandPurpleAccent: any;
601
- brandYellow: any;
602
- brandYellowAccent: any;
603
599
  infoLight: any;
604
600
  info: any;
605
601
  infoMid: any;
@@ -700,67 +696,69 @@ export declare const SectionMessage: {
700
696
  "1-1": any;
701
697
  "3-4": any;
702
698
  };
703
- }, import("@stitches/react/types/config").DefaultThemeMap, {
704
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
705
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
699
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
700
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
701
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
706
702
  };
707
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
708
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
709
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
703
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
704
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
705
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
710
706
  };
711
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
712
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
707
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
708
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
713
709
  };
714
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
715
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
710
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
711
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
716
712
  };
717
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
718
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
713
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
714
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
719
715
  };
720
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
721
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
716
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
717
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
722
718
  };
723
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
724
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
719
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
720
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
725
721
  };
726
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
727
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
728
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
722
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
723
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
724
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
729
725
  };
730
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
731
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
732
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
726
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
727
+ paddingTop: 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">;
733
729
  };
734
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
735
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
730
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
731
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
736
732
  };
737
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
738
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
733
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
734
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
739
735
  };
740
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
741
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
736
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
737
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
742
738
  };
743
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
744
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
739
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
740
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
745
741
  };
746
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
747
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
742
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
743
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
748
744
  };
749
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
750
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
751
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
745
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
746
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
747
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
752
748
  };
753
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
754
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
755
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
749
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
750
+ marginTop: 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">;
756
752
  };
757
753
  }> | undefined;
758
754
  }, "as"> & {
759
755
  as?: React.ElementType<any> | React.ComponentType<{}> | undefined;
760
756
  }) => JSX.Element;
761
- Description: ({ css, ...rest }: Omit<Omit<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "key" | keyof React.HTMLAttributes<HTMLParagraphElement>> & {
757
+ Description: ({ css, ...rest }: Omit<Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref"> & {
762
758
  ref?: ((instance: HTMLParagraphElement | null) => void) | React.RefObject<HTMLParagraphElement> | null | undefined;
763
- }, "size" | "css" | "noCapsize"> & import("@stitches/react/types/styled-component").TransformProps<{
759
+ }, "size" | "css" | "weight" | "noCapsize" | "family"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
760
+ weight?: "normal" | "bold" | undefined;
761
+ family?: "display" | "mono" | "body" | undefined;
764
762
  size?: "sm" | "md" | "lg" | "xl" | "xs" | undefined;
765
763
  noCapsize?: boolean | "true" | undefined;
766
764
  }, {
@@ -772,7 +770,7 @@ export declare const SectionMessage: {
772
770
  allowMotion: string;
773
771
  hover: string;
774
772
  }> & {
775
- css?: import("@stitches/react/types/css-util").CSS<{
773
+ css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
776
774
  sm: string;
777
775
  md: string;
778
776
  lg: string;
@@ -812,6 +810,18 @@ export declare const SectionMessage: {
812
810
  blue1000: any;
813
811
  blue1100: any;
814
812
  blue1200: any;
813
+ pink100: any;
814
+ pink200: any;
815
+ pink300: any;
816
+ pink400: any;
817
+ pink500: any;
818
+ pink600: any;
819
+ pink700: any;
820
+ pink800: any;
821
+ pink900: any;
822
+ pink1000: any;
823
+ pink1100: any;
824
+ pink1200: any;
815
825
  purple100: any;
816
826
  purple200: any;
817
827
  purple300: any;
@@ -956,26 +966,11 @@ export declare const SectionMessage: {
956
966
  marsh1000: any;
957
967
  marsh1100: any;
958
968
  marsh1200: any;
959
- tonal50: any;
960
- tonal100: any;
961
- tonal200: any;
962
- tonal300: any;
963
- tonal400: any;
964
- tonal500: any;
965
- tonal600: any;
966
969
  alpha100: any;
967
970
  alpha150: any;
968
971
  alpha200: any;
969
972
  alpha250: any;
970
973
  alpha600: any;
971
- brandRed: any;
972
- brandRedAccent: any;
973
- brandGreen: any;
974
- brandGreenAccent: any;
975
- brandPurple: any;
976
- brandPurpleAccent: any;
977
- brandYellow: any;
978
- brandYellowAccent: any;
979
974
  infoLight: any;
980
975
  info: any;
981
976
  infoMid: any;
@@ -1076,67 +1071,67 @@ export declare const SectionMessage: {
1076
1071
  "1-1": any;
1077
1072
  "3-4": any;
1078
1073
  };
1079
- }, import("@stitches/react/types/config").DefaultThemeMap, {
1080
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
1081
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
1074
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
1075
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
1076
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
1082
1077
  };
1083
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
1084
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1085
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1078
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
1079
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1080
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1086
1081
  };
1087
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1088
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1082
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1083
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1089
1084
  };
1090
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1091
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1085
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1086
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1092
1087
  };
1093
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1094
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1088
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1089
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1095
1090
  };
1096
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1097
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1091
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1092
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1098
1093
  };
1099
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1100
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1094
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1095
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1101
1096
  };
1102
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1103
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1104
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1097
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1098
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1099
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1105
1100
  };
1106
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1107
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1108
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1101
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1102
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1103
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1109
1104
  };
1110
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1111
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1105
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1106
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1112
1107
  };
1113
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1114
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1108
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1109
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1115
1110
  };
1116
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1117
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1111
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1112
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1118
1113
  };
1119
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1120
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1114
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1115
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1121
1116
  };
1122
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1123
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1117
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1118
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1124
1119
  };
1125
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1126
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1127
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1120
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1121
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1122
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1128
1123
  };
1129
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1130
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1131
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1124
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1125
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1126
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1132
1127
  };
1133
1128
  }> | undefined;
1134
1129
  }, "as"> & {
1135
1130
  as?: React.ElementType<any> | React.ComponentType<{}> | undefined;
1136
1131
  }) => JSX.Element;
1137
- Icon: ({ css, is, ...rest }: Partial<Omit<Omit<Pick<React.SVGProps<SVGSVGElement>, "string" | "clipPath" | "color" | "cursor" | "direction" | "display" | "filter" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "height" | "imageRendering" | "letterSpacing" | "opacity" | "order" | "paintOrder" | "pointerEvents" | "rotate" | "scale" | "textRendering" | "transform" | "unicodeBidi" | "visibility" | "width" | "wordSpacing" | "writingMode" | "mask" | "offset" | "overflow" | "textDecoration" | "alignmentBaseline" | "baselineShift" | "clip" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fill" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "local" | "media" | "style" | "path" | "key" | "method" | "name" | "target" | "className" | "id" | "lang" | "tabIndex" | "role" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "mode" | "min" | "max" | "end" | "x" | "y" | "alphabetic" | "hanging" | "ideographic" | "mathematical" | "type" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clipPathUnits" | "colorInterpolationFilters" | "colorProfile" | "contentScriptType" | "contentStyleType" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "divisor" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "exponent" | "externalResourcesRequired" | "filterRes" | "filterUnits" | "focusable" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "href" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "limitingConeAngle" | "markerHeight" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "numOctaves" | "operator" | "orient" | "orientation" | "origin" | "overlinePosition" | "overlineThickness" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rx" | "ry" | "seed" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "strikethroughPosition" | "strikethroughThickness" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textLength" | "to" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "vMathematical" | "widths" | "x1" | "x2" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "yChannelSelector" | "z" | "zoomAndPan"> & {
1132
+ Icon: ({ css, is, ...rest }: Partial<Omit<Omit<Omit<React.SVGProps<SVGSVGElement>, "ref"> & {
1138
1133
  ref?: ((instance: SVGSVGElement | null) => void) | React.RefObject<SVGSVGElement> | null | undefined;
1139
- }, "size" | "css"> & import("@stitches/react/types/styled-component").TransformProps<{
1134
+ }, "size" | "css"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
1140
1135
  size?: "sm" | "md" | "lg" | undefined;
1141
1136
  }, {
1142
1137
  sm: string;
@@ -1147,7 +1142,7 @@ export declare const SectionMessage: {
1147
1142
  allowMotion: string;
1148
1143
  hover: string;
1149
1144
  }> & {
1150
- css?: import("@stitches/react/types/css-util").CSS<{
1145
+ css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
1151
1146
  sm: string;
1152
1147
  md: string;
1153
1148
  lg: string;
@@ -1187,6 +1182,18 @@ export declare const SectionMessage: {
1187
1182
  blue1000: any;
1188
1183
  blue1100: any;
1189
1184
  blue1200: any;
1185
+ pink100: any;
1186
+ pink200: any;
1187
+ pink300: any;
1188
+ pink400: any;
1189
+ pink500: any;
1190
+ pink600: any;
1191
+ pink700: any;
1192
+ pink800: any;
1193
+ pink900: any;
1194
+ pink1000: any;
1195
+ pink1100: any;
1196
+ pink1200: any;
1190
1197
  purple100: any;
1191
1198
  purple200: any;
1192
1199
  purple300: any;
@@ -1331,26 +1338,11 @@ export declare const SectionMessage: {
1331
1338
  marsh1000: any;
1332
1339
  marsh1100: any;
1333
1340
  marsh1200: any;
1334
- tonal50: any;
1335
- tonal100: any;
1336
- tonal200: any;
1337
- tonal300: any;
1338
- tonal400: any;
1339
- tonal500: any;
1340
- tonal600: any;
1341
1341
  alpha100: any;
1342
1342
  alpha150: any;
1343
1343
  alpha200: any;
1344
1344
  alpha250: any;
1345
1345
  alpha600: any;
1346
- brandRed: any;
1347
- brandRedAccent: any;
1348
- brandGreen: any;
1349
- brandGreenAccent: any;
1350
- brandPurple: any;
1351
- brandPurpleAccent: any;
1352
- brandYellow: any;
1353
- brandYellowAccent: any;
1354
1346
  infoLight: any;
1355
1347
  info: any;
1356
1348
  infoMid: any;
@@ -1451,68 +1443,68 @@ export declare const SectionMessage: {
1451
1443
  "1-1": any;
1452
1444
  "3-4": any;
1453
1445
  };
1454
- }, import("@stitches/react/types/config").DefaultThemeMap, {
1455
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
1456
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
1446
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
1447
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
1448
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
1457
1449
  };
1458
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
1459
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1460
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1450
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
1451
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1452
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1461
1453
  };
1462
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1463
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1454
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1455
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1464
1456
  };
1465
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1466
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1457
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1458
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1467
1459
  };
1468
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1469
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1460
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1461
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1470
1462
  };
1471
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1472
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1463
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1464
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1473
1465
  };
1474
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1475
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1466
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1467
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1476
1468
  };
1477
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1478
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1479
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1469
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1470
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1471
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1480
1472
  };
1481
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1482
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1483
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1473
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1474
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1475
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1484
1476
  };
1485
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1486
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1477
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1478
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1487
1479
  };
1488
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1489
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1480
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1481
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1490
1482
  };
1491
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1492
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1483
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1484
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1493
1485
  };
1494
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1495
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1486
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1487
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1496
1488
  };
1497
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1498
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1489
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1490
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1499
1491
  };
1500
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1501
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1502
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1492
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1493
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1494
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1503
1495
  };
1504
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1505
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1506
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1496
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1497
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1498
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1507
1499
  };
1508
1500
  }> | undefined;
1509
1501
  }, "is" | "as"> & {
1510
1502
  is: React.FC<React.SVGProps<SVGSVGElement>>;
1511
1503
  as?: undefined;
1512
1504
  }>) => JSX.Element;
1513
- Dismiss: ({ label, css, ...rest }: Omit<Omit<Pick<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "key" | keyof React.ButtonHTMLAttributes<HTMLButtonElement>> & {
1505
+ Dismiss: ({ label, css, ...rest }: Omit<Omit<Omit<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
1514
1506
  ref?: ((instance: HTMLButtonElement | null) => void) | React.RefObject<HTMLButtonElement> | null | undefined;
1515
- }, "appearance" | "size" | "css" | "theme" | "isRounded"> & import("@stitches/react/types/styled-component").TransformProps<{
1507
+ }, "appearance" | "size" | "css" | "theme" | "isRounded"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
1516
1508
  theme?: "success" | "danger" | "warning" | "primary" | "neutral" | undefined;
1517
1509
  appearance?: "outline" | "solid" | "simple" | undefined;
1518
1510
  size?: "sm" | "md" | "lg" | "xs" | undefined;
@@ -1526,7 +1518,7 @@ export declare const SectionMessage: {
1526
1518
  allowMotion: string;
1527
1519
  hover: string;
1528
1520
  }> & {
1529
- css?: import("@stitches/react/types/css-util").CSS<{
1521
+ css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
1530
1522
  sm: string;
1531
1523
  md: string;
1532
1524
  lg: string;
@@ -1566,6 +1558,18 @@ export declare const SectionMessage: {
1566
1558
  blue1000: any;
1567
1559
  blue1100: any;
1568
1560
  blue1200: any;
1561
+ pink100: any;
1562
+ pink200: any;
1563
+ pink300: any;
1564
+ pink400: any;
1565
+ pink500: any;
1566
+ pink600: any;
1567
+ pink700: any;
1568
+ pink800: any;
1569
+ pink900: any;
1570
+ pink1000: any;
1571
+ pink1100: any;
1572
+ pink1200: any;
1569
1573
  purple100: any;
1570
1574
  purple200: any;
1571
1575
  purple300: any;
@@ -1710,26 +1714,11 @@ export declare const SectionMessage: {
1710
1714
  marsh1000: any;
1711
1715
  marsh1100: any;
1712
1716
  marsh1200: any;
1713
- tonal50: any;
1714
- tonal100: any;
1715
- tonal200: any;
1716
- tonal300: any;
1717
- tonal400: any;
1718
- tonal500: any;
1719
- tonal600: any;
1720
1717
  alpha100: any;
1721
1718
  alpha150: any;
1722
1719
  alpha200: any;
1723
1720
  alpha250: any;
1724
1721
  alpha600: any;
1725
- brandRed: any;
1726
- brandRedAccent: any;
1727
- brandGreen: any;
1728
- brandGreenAccent: any;
1729
- brandPurple: any;
1730
- brandPurpleAccent: any;
1731
- brandYellow: any;
1732
- brandYellowAccent: any;
1733
1722
  infoLight: any;
1734
1723
  info: any;
1735
1724
  infoMid: any;
@@ -1830,62 +1819,62 @@ export declare const SectionMessage: {
1830
1819
  "1-1": any;
1831
1820
  "3-4": any;
1832
1821
  };
1833
- }, import("@stitches/react/types/config").DefaultThemeMap, {
1834
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
1835
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
1822
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
1823
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
1824
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
1836
1825
  };
1837
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
1838
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1839
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1826
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
1827
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1828
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1840
1829
  };
1841
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1842
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1830
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1831
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1843
1832
  };
1844
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1845
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1833
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1834
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1846
1835
  };
1847
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1848
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1836
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1837
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1849
1838
  };
1850
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1851
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1839
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1840
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1852
1841
  };
1853
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1854
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1842
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1843
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1855
1844
  };
1856
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1857
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1858
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1845
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1846
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1847
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1859
1848
  };
1860
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1861
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1862
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1849
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1850
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1851
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1863
1852
  };
1864
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1865
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1853
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1854
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1866
1855
  };
1867
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1868
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1856
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1857
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1869
1858
  };
1870
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1871
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1859
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1860
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1872
1861
  };
1873
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1874
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1862
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1863
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1875
1864
  };
1876
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1877
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1865
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1866
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1878
1867
  };
1879
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1880
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1881
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1868
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1869
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1870
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1882
1871
  };
1883
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1884
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1885
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1872
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1873
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1874
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1886
1875
  };
1887
1876
  }> | undefined;
1888
- }, "appearance" | "size" | "theme" | "label" | "children" | "as" | "hasTooltip" | "tooltipSide" | "isRounded" | keyof import("../../types").NavigatorActions> & import("@stitches/react/types/styled-component").TransformProps<{
1877
+ }, "appearance" | "size" | "theme" | "label" | "children" | "as" | "hasTooltip" | "tooltipSide" | "isRounded" | keyof import("../../types").NavigatorActions> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
1889
1878
  theme?: "success" | "danger" | "warning" | "primary" | "neutral" | undefined;
1890
1879
  appearance?: "outline" | "solid" | "simple" | undefined;
1891
1880
  size?: "sm" | "md" | "lg" | "xs" | undefined;
@@ -1903,9 +1892,9 @@ export declare const SectionMessage: {
1903
1892
  children: React.ReactNode;
1904
1893
  label: string;
1905
1894
  } & Omit<import("../../utilities/optional-tooltip-wrapper").TOptionalTooltipWrapperProps, "label"> & import("../../types").NavigatorActions) => JSX.Element;
1906
- Content: ({ css, ...rest }: Omit<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
1895
+ Content: ({ css, ...rest }: Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
1907
1896
  ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
1908
- }, "css"> & import("@stitches/react/types/styled-component").TransformProps<{}, {
1897
+ }, "css"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{}, {
1909
1898
  sm: string;
1910
1899
  md: string;
1911
1900
  lg: string;
@@ -1914,7 +1903,7 @@ export declare const SectionMessage: {
1914
1903
  allowMotion: string;
1915
1904
  hover: string;
1916
1905
  }> & {
1917
- css?: import("@stitches/react/types/css-util").CSS<{
1906
+ css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
1918
1907
  sm: string;
1919
1908
  md: string;
1920
1909
  lg: string;
@@ -1954,6 +1943,18 @@ export declare const SectionMessage: {
1954
1943
  blue1000: any;
1955
1944
  blue1100: any;
1956
1945
  blue1200: any;
1946
+ pink100: any;
1947
+ pink200: any;
1948
+ pink300: any;
1949
+ pink400: any;
1950
+ pink500: any;
1951
+ pink600: any;
1952
+ pink700: any;
1953
+ pink800: any;
1954
+ pink900: any;
1955
+ pink1000: any;
1956
+ pink1100: any;
1957
+ pink1200: any;
1957
1958
  purple100: any;
1958
1959
  purple200: any;
1959
1960
  purple300: any;
@@ -2098,26 +2099,11 @@ export declare const SectionMessage: {
2098
2099
  marsh1000: any;
2099
2100
  marsh1100: any;
2100
2101
  marsh1200: any;
2101
- tonal50: any;
2102
- tonal100: any;
2103
- tonal200: any;
2104
- tonal300: any;
2105
- tonal400: any;
2106
- tonal500: any;
2107
- tonal600: any;
2108
2102
  alpha100: any;
2109
2103
  alpha150: any;
2110
2104
  alpha200: any;
2111
2105
  alpha250: any;
2112
2106
  alpha600: any;
2113
- brandRed: any;
2114
- brandRedAccent: any;
2115
- brandGreen: any;
2116
- brandGreenAccent: any;
2117
- brandPurple: any;
2118
- brandPurpleAccent: any;
2119
- brandYellow: any;
2120
- brandYellowAccent: any;
2121
2107
  infoLight: any;
2122
2108
  info: any;
2123
2109
  infoMid: any;
@@ -2218,65 +2204,65 @@ export declare const SectionMessage: {
2218
2204
  "1-1": any;
2219
2205
  "3-4": any;
2220
2206
  };
2221
- }, import("@stitches/react/types/config").DefaultThemeMap, {
2222
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
2223
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
2207
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
2208
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
2209
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
2224
2210
  };
2225
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
2226
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
2227
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
2211
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
2212
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
2213
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
2228
2214
  };
2229
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2230
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2215
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2216
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2231
2217
  };
2232
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2233
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2218
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2219
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2234
2220
  };
2235
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2236
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2221
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2222
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2237
2223
  };
2238
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2239
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2224
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2225
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2240
2226
  };
2241
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2242
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2227
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2228
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2243
2229
  };
2244
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2245
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2246
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2230
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2231
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2232
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2247
2233
  };
2248
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2249
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2250
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2234
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2235
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2236
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2251
2237
  };
2252
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2253
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2238
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2239
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2254
2240
  };
2255
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2256
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2241
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2242
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2257
2243
  };
2258
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2259
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2244
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2245
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2260
2246
  };
2261
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2262
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2247
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2248
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2263
2249
  };
2264
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2265
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2250
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2251
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2266
2252
  };
2267
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2268
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2269
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2253
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2254
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2255
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2270
2256
  };
2271
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2272
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2273
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2257
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2258
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2259
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2274
2260
  };
2275
2261
  }> | undefined;
2276
2262
  }) => JSX.Element;
2277
- Actions: ({ css, ...rest }: Omit<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
2263
+ Actions: ({ css, ...rest }: Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
2278
2264
  ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
2279
- }, "direction" | "gap" | "css" | "wrap" | "justify" | "align"> & import("@stitches/react/types/styled-component").TransformProps<{
2265
+ }, "direction" | "gap" | "css" | "wrap" | "justify" | "align"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
2280
2266
  direction?: "inherit" | "initial" | "revert" | "unset" | "row" | "column" | "column-reverse" | "row-reverse" | "revert-layer" | undefined;
2281
2267
  wrap?: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | undefined;
2282
2268
  justify?: "center" | "left" | "right" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "space-around" | "space-between" | "space-evenly" | "end" | "flex-end" | "flex-start" | "start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
@@ -2291,7 +2277,7 @@ export declare const SectionMessage: {
2291
2277
  allowMotion: string;
2292
2278
  hover: string;
2293
2279
  }> & {
2294
- css?: import("@stitches/react/types/css-util").CSS<{
2280
+ css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
2295
2281
  sm: string;
2296
2282
  md: string;
2297
2283
  lg: string;
@@ -2331,6 +2317,18 @@ export declare const SectionMessage: {
2331
2317
  blue1000: any;
2332
2318
  blue1100: any;
2333
2319
  blue1200: any;
2320
+ pink100: any;
2321
+ pink200: any;
2322
+ pink300: any;
2323
+ pink400: any;
2324
+ pink500: any;
2325
+ pink600: any;
2326
+ pink700: any;
2327
+ pink800: any;
2328
+ pink900: any;
2329
+ pink1000: any;
2330
+ pink1100: any;
2331
+ pink1200: any;
2334
2332
  purple100: any;
2335
2333
  purple200: any;
2336
2334
  purple300: any;
@@ -2475,26 +2473,11 @@ export declare const SectionMessage: {
2475
2473
  marsh1000: any;
2476
2474
  marsh1100: any;
2477
2475
  marsh1200: any;
2478
- tonal50: any;
2479
- tonal100: any;
2480
- tonal200: any;
2481
- tonal300: any;
2482
- tonal400: any;
2483
- tonal500: any;
2484
- tonal600: any;
2485
2476
  alpha100: any;
2486
2477
  alpha150: any;
2487
2478
  alpha200: any;
2488
2479
  alpha250: any;
2489
2480
  alpha600: any;
2490
- brandRed: any;
2491
- brandRedAccent: any;
2492
- brandGreen: any;
2493
- brandGreenAccent: any;
2494
- brandPurple: any;
2495
- brandPurpleAccent: any;
2496
- brandYellow: any;
2497
- brandYellowAccent: any;
2498
2481
  infoLight: any;
2499
2482
  info: any;
2500
2483
  infoMid: any;
@@ -2595,59 +2578,59 @@ export declare const SectionMessage: {
2595
2578
  "1-1": any;
2596
2579
  "3-4": any;
2597
2580
  };
2598
- }, import("@stitches/react/types/config").DefaultThemeMap, {
2599
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
2600
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
2581
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
2582
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
2583
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
2601
2584
  };
2602
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
2603
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
2604
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
2585
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
2586
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
2587
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
2605
2588
  };
2606
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2607
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2589
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2590
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2608
2591
  };
2609
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2610
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2592
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2593
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2611
2594
  };
2612
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2613
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2595
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2596
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2614
2597
  };
2615
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2616
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2598
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2599
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2617
2600
  };
2618
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2619
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2601
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2602
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2620
2603
  };
2621
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2622
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2623
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2604
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2605
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2606
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2624
2607
  };
2625
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2626
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2627
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2608
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2609
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2610
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2628
2611
  };
2629
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2630
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2612
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2613
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2631
2614
  };
2632
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2633
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2615
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2616
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2634
2617
  };
2635
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2636
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2618
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2619
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2637
2620
  };
2638
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2639
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2621
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2622
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2640
2623
  };
2641
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2642
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2624
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2625
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2643
2626
  };
2644
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2645
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2646
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2627
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2628
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2629
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2647
2630
  };
2648
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2649
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2650
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2631
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2632
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2633
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2651
2634
  };
2652
2635
  }> | undefined;
2653
2636
  }) => JSX.Element;