@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,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- export declare const SideBarHeader: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
2
+ export declare const SideBarHeader: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<"div", {}, {
3
3
  sm: string;
4
4
  md: string;
5
5
  lg: string;
@@ -7,7 +7,7 @@ export declare const SideBarHeader: import("@stitches/react/types/styled-compone
7
7
  reducedMotion: string;
8
8
  allowMotion: string;
9
9
  hover: string;
10
- }, import("@stitches/react/types/css-util").CSS<{
10
+ }, import("@atom-learning/stitches-react/types/css-util").CSS<{
11
11
  sm: string;
12
12
  md: string;
13
13
  lg: string;
@@ -47,6 +47,18 @@ export declare const SideBarHeader: import("@stitches/react/types/styled-compone
47
47
  blue1000: any;
48
48
  blue1100: any;
49
49
  blue1200: any;
50
+ pink100: any;
51
+ pink200: any;
52
+ pink300: any;
53
+ pink400: any;
54
+ pink500: any;
55
+ pink600: any;
56
+ pink700: any;
57
+ pink800: any;
58
+ pink900: any;
59
+ pink1000: any;
60
+ pink1100: any;
61
+ pink1200: any;
50
62
  purple100: any;
51
63
  purple200: any;
52
64
  purple300: any;
@@ -191,26 +203,11 @@ export declare const SideBarHeader: import("@stitches/react/types/styled-compone
191
203
  marsh1000: any;
192
204
  marsh1100: any;
193
205
  marsh1200: any;
194
- tonal50: any;
195
- tonal100: any;
196
- tonal200: any;
197
- tonal300: any;
198
- tonal400: any;
199
- tonal500: any;
200
- tonal600: any;
201
206
  alpha100: any;
202
207
  alpha150: any;
203
208
  alpha200: any;
204
209
  alpha250: any;
205
210
  alpha600: any;
206
- brandRed: any;
207
- brandRedAccent: any;
208
- brandGreen: any;
209
- brandGreenAccent: any;
210
- brandPurple: any;
211
- brandPurpleAccent: any;
212
- brandYellow: any;
213
- brandYellowAccent: any;
214
211
  infoLight: any;
215
212
  info: any;
216
213
  infoMid: any;
@@ -311,62 +308,62 @@ export declare const SideBarHeader: import("@stitches/react/types/styled-compone
311
308
  "1-1": any;
312
309
  "3-4": any;
313
310
  };
314
- }, import("@stitches/react/types/config").DefaultThemeMap, {
315
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
316
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
311
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
312
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
313
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
317
314
  };
318
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
319
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
320
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
315
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
316
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
317
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
321
318
  };
322
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
323
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
319
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
320
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
324
321
  };
325
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
326
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
322
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
323
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
327
324
  };
328
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
329
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
325
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
326
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
330
327
  };
331
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
332
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
328
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
329
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
333
330
  };
334
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
335
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
331
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
332
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
336
333
  };
337
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
338
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
339
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
334
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
335
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
336
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
340
337
  };
341
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
342
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
343
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
338
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
339
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
340
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
344
341
  };
345
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
346
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
342
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
343
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
347
344
  };
348
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
349
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
345
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
346
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
350
347
  };
351
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
352
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
348
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
349
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
353
350
  };
354
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
355
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
351
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
352
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
356
353
  };
357
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
358
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
354
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
355
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
359
356
  };
360
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
361
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
362
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
357
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
358
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
359
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
363
360
  };
364
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
365
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
366
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
361
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
362
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
363
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
367
364
  };
368
365
  }>>;
369
- export declare const SideBarBody: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
366
+ export declare const SideBarBody: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<"div", {}, {
370
367
  sm: string;
371
368
  md: string;
372
369
  lg: string;
@@ -374,7 +371,7 @@ export declare const SideBarBody: import("@stitches/react/types/styled-component
374
371
  reducedMotion: string;
375
372
  allowMotion: string;
376
373
  hover: string;
377
- }, import("@stitches/react/types/css-util").CSS<{
374
+ }, import("@atom-learning/stitches-react/types/css-util").CSS<{
378
375
  sm: string;
379
376
  md: string;
380
377
  lg: string;
@@ -414,6 +411,18 @@ export declare const SideBarBody: import("@stitches/react/types/styled-component
414
411
  blue1000: any;
415
412
  blue1100: any;
416
413
  blue1200: any;
414
+ pink100: any;
415
+ pink200: any;
416
+ pink300: any;
417
+ pink400: any;
418
+ pink500: any;
419
+ pink600: any;
420
+ pink700: any;
421
+ pink800: any;
422
+ pink900: any;
423
+ pink1000: any;
424
+ pink1100: any;
425
+ pink1200: any;
417
426
  purple100: any;
418
427
  purple200: any;
419
428
  purple300: any;
@@ -558,26 +567,11 @@ export declare const SideBarBody: import("@stitches/react/types/styled-component
558
567
  marsh1000: any;
559
568
  marsh1100: any;
560
569
  marsh1200: any;
561
- tonal50: any;
562
- tonal100: any;
563
- tonal200: any;
564
- tonal300: any;
565
- tonal400: any;
566
- tonal500: any;
567
- tonal600: any;
568
570
  alpha100: any;
569
571
  alpha150: any;
570
572
  alpha200: any;
571
573
  alpha250: any;
572
574
  alpha600: any;
573
- brandRed: any;
574
- brandRedAccent: any;
575
- brandGreen: any;
576
- brandGreenAccent: any;
577
- brandPurple: any;
578
- brandPurpleAccent: any;
579
- brandYellow: any;
580
- brandYellowAccent: any;
581
575
  infoLight: any;
582
576
  info: any;
583
577
  infoMid: any;
@@ -678,62 +672,62 @@ export declare const SideBarBody: import("@stitches/react/types/styled-component
678
672
  "1-1": any;
679
673
  "3-4": any;
680
674
  };
681
- }, import("@stitches/react/types/config").DefaultThemeMap, {
682
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
683
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
675
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
676
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
677
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
684
678
  };
685
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
686
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
687
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
679
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
680
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
681
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
688
682
  };
689
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
690
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
683
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
684
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
691
685
  };
692
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
693
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
686
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
687
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
694
688
  };
695
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
696
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
689
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
690
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
697
691
  };
698
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
699
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
692
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
693
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
700
694
  };
701
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
702
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
695
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
696
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
703
697
  };
704
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
705
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
706
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
698
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
699
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
700
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
707
701
  };
708
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
709
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
710
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
702
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
703
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
704
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
711
705
  };
712
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
713
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
706
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
707
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
714
708
  };
715
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
716
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
709
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
710
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
717
711
  };
718
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
719
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
712
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
713
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
720
714
  };
721
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
722
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
715
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
716
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
723
717
  };
724
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
725
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
718
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
719
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
726
720
  };
727
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
728
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
729
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
721
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
722
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
723
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
730
724
  };
731
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
732
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
733
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
725
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
726
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
727
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
734
728
  };
735
729
  }>>;
736
- export declare const SideBarFooter: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
730
+ export declare const SideBarFooter: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<"div", {}, {
737
731
  sm: string;
738
732
  md: string;
739
733
  lg: string;
@@ -741,7 +735,7 @@ export declare const SideBarFooter: import("@stitches/react/types/styled-compone
741
735
  reducedMotion: string;
742
736
  allowMotion: string;
743
737
  hover: string;
744
- }, import("@stitches/react/types/css-util").CSS<{
738
+ }, import("@atom-learning/stitches-react/types/css-util").CSS<{
745
739
  sm: string;
746
740
  md: string;
747
741
  lg: string;
@@ -781,6 +775,18 @@ export declare const SideBarFooter: import("@stitches/react/types/styled-compone
781
775
  blue1000: any;
782
776
  blue1100: any;
783
777
  blue1200: any;
778
+ pink100: any;
779
+ pink200: any;
780
+ pink300: any;
781
+ pink400: any;
782
+ pink500: any;
783
+ pink600: any;
784
+ pink700: any;
785
+ pink800: any;
786
+ pink900: any;
787
+ pink1000: any;
788
+ pink1100: any;
789
+ pink1200: any;
784
790
  purple100: any;
785
791
  purple200: any;
786
792
  purple300: any;
@@ -925,26 +931,11 @@ export declare const SideBarFooter: import("@stitches/react/types/styled-compone
925
931
  marsh1000: any;
926
932
  marsh1100: any;
927
933
  marsh1200: any;
928
- tonal50: any;
929
- tonal100: any;
930
- tonal200: any;
931
- tonal300: any;
932
- tonal400: any;
933
- tonal500: any;
934
- tonal600: any;
935
934
  alpha100: any;
936
935
  alpha150: any;
937
936
  alpha200: any;
938
937
  alpha250: any;
939
938
  alpha600: any;
940
- brandRed: any;
941
- brandRedAccent: any;
942
- brandGreen: any;
943
- brandGreenAccent: any;
944
- brandPurple: any;
945
- brandPurpleAccent: any;
946
- brandYellow: any;
947
- brandYellowAccent: any;
948
939
  infoLight: any;
949
940
  info: any;
950
941
  infoMid: any;
@@ -1045,62 +1036,62 @@ export declare const SideBarFooter: import("@stitches/react/types/styled-compone
1045
1036
  "1-1": any;
1046
1037
  "3-4": any;
1047
1038
  };
1048
- }, import("@stitches/react/types/config").DefaultThemeMap, {
1049
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
1050
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
1039
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
1040
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
1041
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
1051
1042
  };
1052
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
1053
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1054
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1043
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
1044
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1045
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1055
1046
  };
1056
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1057
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1047
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1048
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1058
1049
  };
1059
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1060
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1050
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1051
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1061
1052
  };
1062
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1063
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1053
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1054
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1064
1055
  };
1065
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1066
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1056
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1057
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1067
1058
  };
1068
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1069
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1059
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1060
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1070
1061
  };
1071
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1072
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1073
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1062
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1063
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1064
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1074
1065
  };
1075
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1076
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1077
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1066
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1067
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1068
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1078
1069
  };
1079
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1080
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1070
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1071
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1081
1072
  };
1082
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1083
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1073
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1074
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1084
1075
  };
1085
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1086
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1076
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1077
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1087
1078
  };
1088
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1089
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1079
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1080
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1090
1081
  };
1091
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1092
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1082
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1083
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1093
1084
  };
1094
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1095
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1096
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1085
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1086
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1087
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1097
1088
  };
1098
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1099
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1100
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1089
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1090
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1091
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1101
1092
  };
1102
1093
  }>>;
1103
- export declare const SideBarBrand: import("@stitches/react/types/styled-component").StyledComponent<"a", {}, {
1094
+ export declare const SideBarBrand: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<"a", {}, {
1104
1095
  sm: string;
1105
1096
  md: string;
1106
1097
  lg: string;
@@ -1108,7 +1099,7 @@ export declare const SideBarBrand: import("@stitches/react/types/styled-componen
1108
1099
  reducedMotion: string;
1109
1100
  allowMotion: string;
1110
1101
  hover: string;
1111
- }, import("@stitches/react/types/css-util").CSS<{
1102
+ }, import("@atom-learning/stitches-react/types/css-util").CSS<{
1112
1103
  sm: string;
1113
1104
  md: string;
1114
1105
  lg: string;
@@ -1148,6 +1139,18 @@ export declare const SideBarBrand: import("@stitches/react/types/styled-componen
1148
1139
  blue1000: any;
1149
1140
  blue1100: any;
1150
1141
  blue1200: any;
1142
+ pink100: any;
1143
+ pink200: any;
1144
+ pink300: any;
1145
+ pink400: any;
1146
+ pink500: any;
1147
+ pink600: any;
1148
+ pink700: any;
1149
+ pink800: any;
1150
+ pink900: any;
1151
+ pink1000: any;
1152
+ pink1100: any;
1153
+ pink1200: any;
1151
1154
  purple100: any;
1152
1155
  purple200: any;
1153
1156
  purple300: any;
@@ -1292,26 +1295,11 @@ export declare const SideBarBrand: import("@stitches/react/types/styled-componen
1292
1295
  marsh1000: any;
1293
1296
  marsh1100: any;
1294
1297
  marsh1200: any;
1295
- tonal50: any;
1296
- tonal100: any;
1297
- tonal200: any;
1298
- tonal300: any;
1299
- tonal400: any;
1300
- tonal500: any;
1301
- tonal600: any;
1302
1298
  alpha100: any;
1303
1299
  alpha150: any;
1304
1300
  alpha200: any;
1305
1301
  alpha250: any;
1306
1302
  alpha600: any;
1307
- brandRed: any;
1308
- brandRedAccent: any;
1309
- brandGreen: any;
1310
- brandGreenAccent: any;
1311
- brandPurple: any;
1312
- brandPurpleAccent: any;
1313
- brandYellow: any;
1314
- brandYellowAccent: any;
1315
1303
  infoLight: any;
1316
1304
  info: any;
1317
1305
  infoMid: any;
@@ -1412,65 +1400,65 @@ export declare const SideBarBrand: import("@stitches/react/types/styled-componen
1412
1400
  "1-1": any;
1413
1401
  "3-4": any;
1414
1402
  };
1415
- }, import("@stitches/react/types/config").DefaultThemeMap, {
1416
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
1417
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
1403
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
1404
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
1405
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
1418
1406
  };
1419
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
1420
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1421
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1407
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
1408
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1409
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1422
1410
  };
1423
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1424
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1411
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1412
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1425
1413
  };
1426
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1427
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1414
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1415
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1428
1416
  };
1429
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1430
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1417
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1418
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1431
1419
  };
1432
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1433
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1420
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1421
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1434
1422
  };
1435
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1436
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1423
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1424
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1437
1425
  };
1438
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1439
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1440
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1426
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1427
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1428
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1441
1429
  };
1442
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1443
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1444
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1430
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1431
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1432
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1445
1433
  };
1446
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1447
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1434
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1435
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1448
1436
  };
1449
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1450
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1437
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1438
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1451
1439
  };
1452
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1453
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1440
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1441
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1454
1442
  };
1455
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1456
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1443
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1444
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1457
1445
  };
1458
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1459
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1446
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1447
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1460
1448
  };
1461
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1462
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1463
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1449
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1450
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1451
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1464
1452
  };
1465
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1466
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1467
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1453
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1454
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1455
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1468
1456
  };
1469
1457
  }>>;
1470
1458
  export declare const SideBarBrandLogo: {
1471
- (props: Omit<Pick<Omit<Pick<import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "key" | keyof import("react").ImgHTMLAttributes<HTMLImageElement>> & {
1459
+ (props: Omit<Omit<Omit<Omit<import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & {
1472
1460
  ref?: ((instance: HTMLImageElement | null) => void) | import("react").RefObject<HTMLImageElement> | null | undefined;
1473
- }, "css" | "fluid"> & import("@stitches/react/types/styled-component").TransformProps<{
1461
+ }, "css" | "fluid"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
1474
1462
  fluid?: boolean | "true" | undefined;
1475
1463
  }, {
1476
1464
  sm: string;
@@ -1481,7 +1469,7 @@ export declare const SideBarBrandLogo: {
1481
1469
  allowMotion: string;
1482
1470
  hover: string;
1483
1471
  }> & {
1484
- css?: import("@stitches/react/types/css-util").CSS<{
1472
+ css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
1485
1473
  sm: string;
1486
1474
  md: string;
1487
1475
  lg: string;
@@ -1521,6 +1509,18 @@ export declare const SideBarBrandLogo: {
1521
1509
  blue1000: any;
1522
1510
  blue1100: any;
1523
1511
  blue1200: any;
1512
+ pink100: any;
1513
+ pink200: any;
1514
+ pink300: any;
1515
+ pink400: any;
1516
+ pink500: any;
1517
+ pink600: any;
1518
+ pink700: any;
1519
+ pink800: any;
1520
+ pink900: any;
1521
+ pink1000: any;
1522
+ pink1100: any;
1523
+ pink1200: any;
1524
1524
  purple100: any;
1525
1525
  purple200: any;
1526
1526
  purple300: any;
@@ -1665,26 +1665,11 @@ export declare const SideBarBrandLogo: {
1665
1665
  marsh1000: any;
1666
1666
  marsh1100: any;
1667
1667
  marsh1200: any;
1668
- tonal50: any;
1669
- tonal100: any;
1670
- tonal200: any;
1671
- tonal300: any;
1672
- tonal400: any;
1673
- tonal500: any;
1674
- tonal600: any;
1675
1668
  alpha100: any;
1676
1669
  alpha150: any;
1677
1670
  alpha200: any;
1678
1671
  alpha250: any;
1679
1672
  alpha600: any;
1680
- brandRed: any;
1681
- brandRedAccent: any;
1682
- brandGreen: any;
1683
- brandGreenAccent: any;
1684
- brandPurple: any;
1685
- brandPurpleAccent: any;
1686
- brandYellow: any;
1687
- brandYellowAccent: any;
1688
1673
  infoLight: any;
1689
1674
  info: any;
1690
1675
  infoMid: any;
@@ -1785,69 +1770,71 @@ export declare const SideBarBrandLogo: {
1785
1770
  "1-1": any;
1786
1771
  "3-4": any;
1787
1772
  };
1788
- }, import("@stitches/react/types/config").DefaultThemeMap, {
1789
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
1790
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
1773
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
1774
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
1775
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
1791
1776
  };
1792
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
1793
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1794
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1777
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
1778
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1779
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1795
1780
  };
1796
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1797
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1781
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1782
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1798
1783
  };
1799
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1800
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1784
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1785
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1801
1786
  };
1802
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1803
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1787
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1788
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1804
1789
  };
1805
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1806
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1790
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1791
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1807
1792
  };
1808
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1809
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1793
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1794
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1810
1795
  };
1811
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1812
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1813
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1796
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1797
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1798
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1814
1799
  };
1815
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1816
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1817
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1800
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1801
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1802
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1818
1803
  };
1819
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1820
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1804
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1805
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1821
1806
  };
1822
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1823
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1807
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1808
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1824
1809
  };
1825
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1826
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1810
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1811
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1827
1812
  };
1828
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1829
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1813
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1814
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1830
1815
  };
1831
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1832
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1816
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1817
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1833
1818
  };
1834
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1835
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1836
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1819
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1820
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1821
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1837
1822
  };
1838
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1839
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1840
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1823
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1824
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1825
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1841
1826
  };
1842
1827
  }> | undefined;
1843
- }, "css" | "key" | keyof import("react").ImgHTMLAttributes<HTMLImageElement> | "fluid">, "as"> & {
1828
+ }, "ref">, "as"> & {
1844
1829
  as?: undefined;
1845
- }): JSX.Element;
1830
+ }): import("react").JSX.Element;
1846
1831
  displayName: string;
1847
1832
  };
1848
- export declare const SideBarBrandName: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<Omit<Omit<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "key" | keyof import("react").HTMLAttributes<HTMLParagraphElement>> & {
1833
+ export declare const SideBarBrandName: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<Omit<Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref"> & {
1849
1834
  ref?: ((instance: HTMLParagraphElement | null) => void) | import("react").RefObject<HTMLParagraphElement> | null | undefined;
1850
- }, "size" | "css" | "noCapsize"> & import("@stitches/react/types/styled-component").TransformProps<{
1835
+ }, "size" | "css" | "weight" | "noCapsize" | "family"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
1836
+ weight?: "normal" | "bold" | undefined;
1837
+ family?: "display" | "mono" | "body" | undefined;
1851
1838
  size?: "sm" | "md" | "lg" | "xl" | "xs" | undefined;
1852
1839
  noCapsize?: boolean | "true" | undefined;
1853
1840
  }, {
@@ -1859,7 +1846,7 @@ export declare const SideBarBrandName: import("@stitches/react/types/styled-comp
1859
1846
  allowMotion: string;
1860
1847
  hover: string;
1861
1848
  }> & {
1862
- css?: import("@stitches/react/types/css-util").CSS<{
1849
+ css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
1863
1850
  sm: string;
1864
1851
  md: string;
1865
1852
  lg: string;
@@ -1899,6 +1886,18 @@ export declare const SideBarBrandName: import("@stitches/react/types/styled-comp
1899
1886
  blue1000: any;
1900
1887
  blue1100: any;
1901
1888
  blue1200: any;
1889
+ pink100: any;
1890
+ pink200: any;
1891
+ pink300: any;
1892
+ pink400: any;
1893
+ pink500: any;
1894
+ pink600: any;
1895
+ pink700: any;
1896
+ pink800: any;
1897
+ pink900: any;
1898
+ pink1000: any;
1899
+ pink1100: any;
1900
+ pink1200: any;
1902
1901
  purple100: any;
1903
1902
  purple200: any;
1904
1903
  purple300: any;
@@ -2043,26 +2042,11 @@ export declare const SideBarBrandName: import("@stitches/react/types/styled-comp
2043
2042
  marsh1000: any;
2044
2043
  marsh1100: any;
2045
2044
  marsh1200: any;
2046
- tonal50: any;
2047
- tonal100: any;
2048
- tonal200: any;
2049
- tonal300: any;
2050
- tonal400: any;
2051
- tonal500: any;
2052
- tonal600: any;
2053
2045
  alpha100: any;
2054
2046
  alpha150: any;
2055
2047
  alpha200: any;
2056
2048
  alpha250: any;
2057
2049
  alpha600: any;
2058
- brandRed: any;
2059
- brandRedAccent: any;
2060
- brandGreen: any;
2061
- brandGreenAccent: any;
2062
- brandPurple: any;
2063
- brandPurpleAccent: any;
2064
- brandYellow: any;
2065
- brandYellowAccent: any;
2066
2050
  infoLight: any;
2067
2051
  info: any;
2068
2052
  infoMid: any;
@@ -2163,59 +2147,59 @@ export declare const SideBarBrandName: import("@stitches/react/types/styled-comp
2163
2147
  "1-1": any;
2164
2148
  "3-4": any;
2165
2149
  };
2166
- }, import("@stitches/react/types/config").DefaultThemeMap, {
2167
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
2168
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
2150
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
2151
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
2152
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
2169
2153
  };
2170
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
2171
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
2172
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
2154
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
2155
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
2156
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
2173
2157
  };
2174
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2175
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2158
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2159
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2176
2160
  };
2177
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2178
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2161
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2162
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2179
2163
  };
2180
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2181
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2164
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2165
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2182
2166
  };
2183
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2184
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2167
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2168
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2185
2169
  };
2186
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2187
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2170
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2171
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2188
2172
  };
2189
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2190
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2191
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2173
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2174
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2175
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2192
2176
  };
2193
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2194
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2195
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2177
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2178
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2179
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2196
2180
  };
2197
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2198
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2181
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2182
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2199
2183
  };
2200
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2201
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2184
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2185
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2202
2186
  };
2203
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2204
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2187
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2188
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2205
2189
  };
2206
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2207
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2190
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2191
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2208
2192
  };
2209
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2210
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2193
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2194
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2211
2195
  };
2212
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2213
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2214
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2196
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2197
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2198
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2215
2199
  };
2216
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2217
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2218
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2200
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2201
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2202
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2219
2203
  };
2220
2204
  }> | undefined;
2221
2205
  }, "as"> & {
@@ -2228,7 +2212,7 @@ export declare const SideBarBrandName: import("@stitches/react/types/styled-comp
2228
2212
  reducedMotion: string;
2229
2213
  allowMotion: string;
2230
2214
  hover: string;
2231
- }, import("@stitches/react/types/css-util").CSS<{
2215
+ }, import("@atom-learning/stitches-react/types/css-util").CSS<{
2232
2216
  sm: string;
2233
2217
  md: string;
2234
2218
  lg: string;
@@ -2268,6 +2252,18 @@ export declare const SideBarBrandName: import("@stitches/react/types/styled-comp
2268
2252
  blue1000: any;
2269
2253
  blue1100: any;
2270
2254
  blue1200: any;
2255
+ pink100: any;
2256
+ pink200: any;
2257
+ pink300: any;
2258
+ pink400: any;
2259
+ pink500: any;
2260
+ pink600: any;
2261
+ pink700: any;
2262
+ pink800: any;
2263
+ pink900: any;
2264
+ pink1000: any;
2265
+ pink1100: any;
2266
+ pink1200: any;
2271
2267
  purple100: any;
2272
2268
  purple200: any;
2273
2269
  purple300: any;
@@ -2412,26 +2408,11 @@ export declare const SideBarBrandName: import("@stitches/react/types/styled-comp
2412
2408
  marsh1000: any;
2413
2409
  marsh1100: any;
2414
2410
  marsh1200: any;
2415
- tonal50: any;
2416
- tonal100: any;
2417
- tonal200: any;
2418
- tonal300: any;
2419
- tonal400: any;
2420
- tonal500: any;
2421
- tonal600: any;
2422
2411
  alpha100: any;
2423
2412
  alpha150: any;
2424
2413
  alpha200: any;
2425
2414
  alpha250: any;
2426
2415
  alpha600: any;
2427
- brandRed: any;
2428
- brandRedAccent: any;
2429
- brandGreen: any;
2430
- brandGreenAccent: any;
2431
- brandPurple: any;
2432
- brandPurpleAccent: any;
2433
- brandYellow: any;
2434
- brandYellowAccent: any;
2435
2416
  infoLight: any;
2436
2417
  info: any;
2437
2418
  infoMid: any;
@@ -2532,58 +2513,58 @@ export declare const SideBarBrandName: import("@stitches/react/types/styled-comp
2532
2513
  "1-1": any;
2533
2514
  "3-4": any;
2534
2515
  };
2535
- }, import("@stitches/react/types/config").DefaultThemeMap, {
2536
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
2537
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
2516
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
2517
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
2518
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
2538
2519
  };
2539
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
2540
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
2541
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
2520
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
2521
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
2522
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
2542
2523
  };
2543
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2544
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2524
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2525
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2545
2526
  };
2546
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2547
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2527
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2528
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2548
2529
  };
2549
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2550
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2530
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2531
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2551
2532
  };
2552
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2553
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2533
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2534
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2554
2535
  };
2555
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2556
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2536
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2537
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2557
2538
  };
2558
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2559
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2560
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2539
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2540
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2541
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2561
2542
  };
2562
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2563
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2564
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2543
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2544
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2545
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2565
2546
  };
2566
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2567
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2547
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2548
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2568
2549
  };
2569
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2570
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2550
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2551
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2571
2552
  };
2572
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2573
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2553
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2554
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2574
2555
  };
2575
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2576
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2556
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2557
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2577
2558
  };
2578
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2579
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2559
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2560
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2580
2561
  };
2581
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2582
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2583
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2562
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2563
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2564
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2584
2565
  };
2585
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2586
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2587
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2566
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2567
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2568
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2588
2569
  };
2589
2570
  }>>;