@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
  import React from 'react';
2
- declare const StyledRoot: import("@stitches/react/types/styled-component").StyledComponent<React.ForwardRefExoticComponent<import("@radix-ui/react-navigation-menu").NavigationMenuProps & React.RefAttributes<HTMLElement>>, {}, {
2
+ declare const StyledRoot: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<React.ForwardRefExoticComponent<import("@radix-ui/react-navigation-menu").NavigationMenuProps & React.RefAttributes<HTMLElement>>, {}, {
3
3
  sm: string;
4
4
  md: string;
5
5
  lg: string;
@@ -7,7 +7,7 @@ declare const StyledRoot: import("@stitches/react/types/styled-component").Style
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 @@ declare const StyledRoot: import("@stitches/react/types/styled-component").Style
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 @@ declare const StyledRoot: import("@stitches/react/types/styled-component").Style
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,64 +308,64 @@ declare const StyledRoot: import("@stitches/react/types/styled-component").Style
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
366
  declare type TNavigationVerticalProps = Omit<React.ComponentProps<typeof StyledRoot>, 'delayDuration' | 'skipDelayDuration' | 'defaultValue' | 'value' | 'onValueChange'>;
370
- export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigationVerticalProps) => JSX.Element) & {
371
- Link: ({ as, href, children, ...rest }: Omit<import("@radix-ui/react-navigation-menu").NavigationMenuLinkProps & React.RefAttributes<HTMLAnchorElement>, "size" | "css"> & import("@stitches/react/types/styled-component").TransformProps<{
367
+ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigationVerticalProps) => React.JSX.Element) & {
368
+ Link: ({ as, href, children, ...rest }: Omit<import("@radix-ui/react-navigation-menu").NavigationMenuLinkProps & React.RefAttributes<HTMLAnchorElement>, "size" | "css"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
372
369
  size?: "md" | "lg" | undefined;
373
370
  }, {
374
371
  sm: string;
@@ -379,7 +376,7 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
379
376
  allowMotion: string;
380
377
  hover: string;
381
378
  }> & {
382
- css?: import("@stitches/react/types/css-util").CSS<{
379
+ css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
383
380
  sm: string;
384
381
  md: string;
385
382
  lg: string;
@@ -419,6 +416,18 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
419
416
  blue1000: any;
420
417
  blue1100: any;
421
418
  blue1200: any;
419
+ pink100: any;
420
+ pink200: any;
421
+ pink300: any;
422
+ pink400: any;
423
+ pink500: any;
424
+ pink600: any;
425
+ pink700: any;
426
+ pink800: any;
427
+ pink900: any;
428
+ pink1000: any;
429
+ pink1100: any;
430
+ pink1200: any;
422
431
  purple100: any;
423
432
  purple200: any;
424
433
  purple300: any;
@@ -563,26 +572,11 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
563
572
  marsh1000: any;
564
573
  marsh1100: any;
565
574
  marsh1200: any;
566
- tonal50: any;
567
- tonal100: any;
568
- tonal200: any;
569
- tonal300: any;
570
- tonal400: any;
571
- tonal500: any;
572
- tonal600: any;
573
575
  alpha100: any;
574
576
  alpha150: any;
575
577
  alpha200: any;
576
578
  alpha250: any;
577
579
  alpha600: any;
578
- brandRed: any;
579
- brandRedAccent: any;
580
- brandGreen: any;
581
- brandGreenAccent: any;
582
- brandPurple: any;
583
- brandPurpleAccent: any;
584
- brandYellow: any;
585
- brandYellowAccent: any;
586
580
  infoLight: any;
587
581
  info: any;
588
582
  infoMid: any;
@@ -683,68 +677,69 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
683
677
  "1-1": any;
684
678
  "3-4": any;
685
679
  };
686
- }, import("@stitches/react/types/config").DefaultThemeMap, {
687
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
688
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
680
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
681
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
682
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
689
683
  };
690
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
691
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
692
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
684
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
685
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
686
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
693
687
  };
694
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
695
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
688
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
689
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
696
690
  };
697
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
698
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
691
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
692
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
699
693
  };
700
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
701
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
694
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
695
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
702
696
  };
703
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
704
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
697
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
698
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
705
699
  };
706
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
707
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
700
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
701
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
708
702
  };
709
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
710
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
711
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
703
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
704
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
705
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
712
706
  };
713
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
714
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
715
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
707
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
708
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
709
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
716
710
  };
717
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
718
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
711
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
712
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
719
713
  };
720
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
721
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
714
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
715
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
722
716
  };
723
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
724
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
717
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
718
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
725
719
  };
726
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
727
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
720
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
721
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
728
722
  };
729
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
730
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
723
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
724
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
731
725
  };
732
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
733
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
734
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
726
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
727
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
728
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
735
729
  };
736
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
737
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
738
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
730
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
731
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
732
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
739
733
  };
740
734
  }> | undefined;
741
735
  } & {
742
736
  as?: React.ElementType<any> | React.ComponentType<{}> | undefined;
743
- }) => JSX.Element;
737
+ }) => React.JSX.Element;
744
738
  Accordion: ({ defaultOpen, open, onOpenChange, disabled, ...rest }: import("@radix-ui/react-collapsible").CollapsibleProps & React.RefAttributes<HTMLDivElement> & {
745
739
  color?: string | undefined;
740
+ content?: string | undefined;
746
741
  translate?: "yes" | "no" | undefined;
747
- css?: import("@stitches/react/types/css-util").CSS<{
742
+ css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
748
743
  sm: string;
749
744
  md: string;
750
745
  lg: string;
@@ -784,6 +779,18 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
784
779
  blue1000: any;
785
780
  blue1100: any;
786
781
  blue1200: any;
782
+ pink100: any;
783
+ pink200: any;
784
+ pink300: any;
785
+ pink400: any;
786
+ pink500: any;
787
+ pink600: any;
788
+ pink700: any;
789
+ pink800: any;
790
+ pink900: any;
791
+ pink1000: any;
792
+ pink1100: any;
793
+ pink1200: any;
787
794
  purple100: any;
788
795
  purple200: any;
789
796
  purple300: any;
@@ -928,26 +935,11 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
928
935
  marsh1000: any;
929
936
  marsh1100: any;
930
937
  marsh1200: any;
931
- tonal50: any;
932
- tonal100: any;
933
- tonal200: any;
934
- tonal300: any;
935
- tonal400: any;
936
- tonal500: any;
937
- tonal600: any;
938
938
  alpha100: any;
939
939
  alpha150: any;
940
940
  alpha200: any;
941
941
  alpha250: any;
942
942
  alpha600: any;
943
- brandRed: any;
944
- brandRedAccent: any;
945
- brandGreen: any;
946
- brandGreenAccent: any;
947
- brandPurple: any;
948
- brandPurpleAccent: any;
949
- brandYellow: any;
950
- brandYellowAccent: any;
951
943
  infoLight: any;
952
944
  info: any;
953
945
  infoMid: any;
@@ -1048,59 +1040,59 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
1048
1040
  "1-1": any;
1049
1041
  "3-4": any;
1050
1042
  };
1051
- }, import("@stitches/react/types/config").DefaultThemeMap, {
1052
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
1053
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
1043
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
1044
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
1045
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
1054
1046
  };
1055
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
1056
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1057
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1047
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
1048
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1049
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1058
1050
  };
1059
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1060
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1051
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1052
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1061
1053
  };
1062
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1063
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1054
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1055
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1064
1056
  };
1065
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1066
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1057
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1058
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1067
1059
  };
1068
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1069
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1060
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1061
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1070
1062
  };
1071
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1072
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1063
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1064
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1073
1065
  };
1074
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1075
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1076
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1066
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1067
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1068
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1077
1069
  };
1078
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1079
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1080
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1070
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1071
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1072
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1081
1073
  };
1082
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1083
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1074
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1075
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1084
1076
  };
1085
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1086
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1077
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1078
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1087
1079
  };
1088
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1089
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1080
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1081
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1090
1082
  };
1091
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1092
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1083
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1084
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1093
1085
  };
1094
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1095
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1086
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1087
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1096
1088
  };
1097
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1098
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1099
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1089
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1090
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1091
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1100
1092
  };
1101
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1102
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1103
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1093
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1094
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1095
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1104
1096
  };
1105
1097
  }> | undefined;
1106
1098
  slot?: string | undefined;
@@ -1113,6 +1105,7 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
1113
1105
  suppressContentEditableWarning?: boolean | undefined;
1114
1106
  suppressHydrationWarning?: boolean | undefined;
1115
1107
  accessKey?: string | undefined;
1108
+ autoFocus?: boolean | undefined;
1116
1109
  className?: string | undefined;
1117
1110
  contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
1118
1111
  contextMenu?: string | undefined;
@@ -1121,6 +1114,7 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
1121
1114
  hidden?: boolean | undefined;
1122
1115
  id?: string | undefined;
1123
1116
  lang?: string | undefined;
1117
+ nonce?: string | undefined;
1124
1118
  placeholder?: string | undefined;
1125
1119
  spellCheck?: (boolean | "true" | "false") | undefined;
1126
1120
  tabIndex?: number | undefined;
@@ -1131,7 +1125,9 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
1131
1125
  inlist?: any;
1132
1126
  prefix?: string | undefined;
1133
1127
  property?: string | undefined;
1128
+ rel?: string | undefined;
1134
1129
  resource?: string | undefined;
1130
+ rev?: string | undefined;
1135
1131
  typeof?: string | undefined;
1136
1132
  vocab?: string | undefined;
1137
1133
  autoCapitalize?: string | undefined;
@@ -1147,57 +1143,57 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
1147
1143
  unselectable?: "on" | "off" | undefined;
1148
1144
  inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
1149
1145
  is?: string | undefined;
1150
- 'aria-activedescendant'?: string | undefined;
1151
- 'aria-atomic'?: (boolean | "true" | "false") | undefined;
1152
- 'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
1153
- 'aria-busy'?: (boolean | "true" | "false") | undefined;
1154
- 'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
1155
- 'aria-colcount'?: number | undefined;
1156
- 'aria-colindex'?: number | undefined;
1157
- 'aria-colspan'?: number | undefined;
1158
- 'aria-controls'?: string | undefined;
1159
- 'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
1160
- 'aria-describedby'?: string | undefined;
1161
- 'aria-details'?: string | undefined;
1162
- 'aria-disabled'?: (boolean | "true" | "false") | undefined;
1163
- 'aria-dropeffect'?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
1164
- 'aria-errormessage'?: string | undefined;
1165
- 'aria-expanded'?: (boolean | "true" | "false") | undefined;
1166
- 'aria-flowto'?: string | undefined;
1167
- 'aria-grabbed'?: (boolean | "true" | "false") | undefined;
1168
- 'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree" | undefined;
1169
- 'aria-hidden'?: (boolean | "true" | "false") | undefined;
1170
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
1171
- 'aria-keyshortcuts'?: string | undefined;
1172
- 'aria-label'?: string | undefined;
1173
- 'aria-labelledby'?: string | undefined;
1174
- 'aria-level'?: number | undefined;
1175
- 'aria-live'?: "off" | "assertive" | "polite" | undefined;
1176
- 'aria-modal'?: (boolean | "true" | "false") | undefined;
1177
- 'aria-multiline'?: (boolean | "true" | "false") | undefined;
1178
- 'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
1179
- 'aria-orientation'?: "horizontal" | "vertical" | undefined;
1180
- 'aria-owns'?: string | undefined;
1181
- 'aria-placeholder'?: string | undefined;
1182
- 'aria-posinset'?: number | undefined;
1183
- 'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
1184
- 'aria-readonly'?: (boolean | "true" | "false") | undefined;
1185
- 'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1186
- 'aria-required'?: (boolean | "true" | "false") | undefined;
1187
- 'aria-roledescription'?: string | undefined;
1188
- 'aria-rowcount'?: number | undefined;
1189
- 'aria-rowindex'?: number | undefined;
1190
- 'aria-rowspan'?: number | undefined;
1191
- 'aria-selected'?: (boolean | "true" | "false") | undefined;
1192
- 'aria-setsize'?: number | undefined;
1193
- 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
1194
- 'aria-valuemax'?: number | undefined;
1195
- 'aria-valuemin'?: number | undefined;
1196
- 'aria-valuenow'?: number | undefined;
1197
- 'aria-valuetext'?: string | undefined;
1146
+ "aria-activedescendant"?: string | undefined;
1147
+ "aria-atomic"?: (boolean | "true" | "false") | undefined;
1148
+ "aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
1149
+ "aria-busy"?: (boolean | "true" | "false") | undefined;
1150
+ "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
1151
+ "aria-colcount"?: number | undefined;
1152
+ "aria-colindex"?: number | undefined;
1153
+ "aria-colspan"?: number | undefined;
1154
+ "aria-controls"?: string | undefined;
1155
+ "aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
1156
+ "aria-describedby"?: string | undefined;
1157
+ "aria-details"?: string | undefined;
1158
+ "aria-disabled"?: (boolean | "true" | "false") | undefined;
1159
+ "aria-dropeffect"?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
1160
+ "aria-errormessage"?: string | undefined;
1161
+ "aria-expanded"?: (boolean | "true" | "false") | undefined;
1162
+ "aria-flowto"?: string | undefined;
1163
+ "aria-grabbed"?: (boolean | "true" | "false") | undefined;
1164
+ "aria-haspopup"?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree" | undefined;
1165
+ "aria-hidden"?: (boolean | "true" | "false") | undefined;
1166
+ "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
1167
+ "aria-keyshortcuts"?: string | undefined;
1168
+ "aria-label"?: string | undefined;
1169
+ "aria-labelledby"?: string | undefined;
1170
+ "aria-level"?: number | undefined;
1171
+ "aria-live"?: "off" | "assertive" | "polite" | undefined;
1172
+ "aria-modal"?: (boolean | "true" | "false") | undefined;
1173
+ "aria-multiline"?: (boolean | "true" | "false") | undefined;
1174
+ "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
1175
+ "aria-orientation"?: "horizontal" | "vertical" | undefined;
1176
+ "aria-owns"?: string | undefined;
1177
+ "aria-placeholder"?: string | undefined;
1178
+ "aria-posinset"?: number | undefined;
1179
+ "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
1180
+ "aria-readonly"?: (boolean | "true" | "false") | undefined;
1181
+ "aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1182
+ "aria-required"?: (boolean | "true" | "false") | undefined;
1183
+ "aria-roledescription"?: string | undefined;
1184
+ "aria-rowcount"?: number | undefined;
1185
+ "aria-rowindex"?: number | undefined;
1186
+ "aria-rowspan"?: number | undefined;
1187
+ "aria-selected"?: (boolean | "true" | "false") | undefined;
1188
+ "aria-setsize"?: number | undefined;
1189
+ "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
1190
+ "aria-valuemax"?: number | undefined;
1191
+ "aria-valuemin"?: number | undefined;
1192
+ "aria-valuenow"?: number | undefined;
1193
+ "aria-valuetext"?: string | undefined;
1198
1194
  children?: React.ReactNode;
1199
1195
  dangerouslySetInnerHTML?: {
1200
- __html: string;
1196
+ __html: string | TrustedHTML;
1201
1197
  } | undefined;
1202
1198
  onCopy?: React.ClipboardEventHandler<HTMLLIElement> | undefined;
1203
1199
  onCopyCapture?: React.ClipboardEventHandler<HTMLLIElement> | undefined;
@@ -1361,7 +1357,7 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
1361
1357
  onTransitionEndCapture?: React.TransitionEventHandler<HTMLLIElement> | undefined;
1362
1358
  asChild?: boolean | undefined;
1363
1359
  }) => JSX.Element;
1364
- AccordionContent: ({ children, ...rest }: Omit<import("@radix-ui/react-collapsible").CollapsibleContentProps & React.RefAttributes<HTMLDivElement>, "css"> & import("@stitches/react/types/styled-component").TransformProps<{}, {
1360
+ AccordionContent: ({ children, ...rest }: Omit<import("@radix-ui/react-collapsible").CollapsibleContentProps & React.RefAttributes<HTMLDivElement>, "css"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{}, {
1365
1361
  sm: string;
1366
1362
  md: string;
1367
1363
  lg: string;
@@ -1370,7 +1366,7 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
1370
1366
  allowMotion: string;
1371
1367
  hover: string;
1372
1368
  }> & {
1373
- css?: import("@stitches/react/types/css-util").CSS<{
1369
+ css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
1374
1370
  sm: string;
1375
1371
  md: string;
1376
1372
  lg: string;
@@ -1410,6 +1406,18 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
1410
1406
  blue1000: any;
1411
1407
  blue1100: any;
1412
1408
  blue1200: any;
1409
+ pink100: any;
1410
+ pink200: any;
1411
+ pink300: any;
1412
+ pink400: any;
1413
+ pink500: any;
1414
+ pink600: any;
1415
+ pink700: any;
1416
+ pink800: any;
1417
+ pink900: any;
1418
+ pink1000: any;
1419
+ pink1100: any;
1420
+ pink1200: any;
1413
1421
  purple100: any;
1414
1422
  purple200: any;
1415
1423
  purple300: any;
@@ -1554,26 +1562,11 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
1554
1562
  marsh1000: any;
1555
1563
  marsh1100: any;
1556
1564
  marsh1200: any;
1557
- tonal50: any;
1558
- tonal100: any;
1559
- tonal200: any;
1560
- tonal300: any;
1561
- tonal400: any;
1562
- tonal500: any;
1563
- tonal600: any;
1564
1565
  alpha100: any;
1565
1566
  alpha150: any;
1566
1567
  alpha200: any;
1567
1568
  alpha250: any;
1568
1569
  alpha600: any;
1569
- brandRed: any;
1570
- brandRedAccent: any;
1571
- brandGreen: any;
1572
- brandGreenAccent: any;
1573
- brandPurple: any;
1574
- brandPurpleAccent: any;
1575
- brandYellow: any;
1576
- brandYellowAccent: any;
1577
1570
  infoLight: any;
1578
1571
  info: any;
1579
1572
  infoMid: any;
@@ -1674,63 +1667,63 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
1674
1667
  "1-1": any;
1675
1668
  "3-4": any;
1676
1669
  };
1677
- }, import("@stitches/react/types/config").DefaultThemeMap, {
1678
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
1679
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
1670
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
1671
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
1672
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
1680
1673
  };
1681
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
1682
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1683
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1674
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
1675
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1676
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1684
1677
  };
1685
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1686
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1678
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1679
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1687
1680
  };
1688
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1689
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1681
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1682
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1690
1683
  };
1691
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1692
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1684
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1685
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1693
1686
  };
1694
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1695
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1687
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1688
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1696
1689
  };
1697
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1698
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1690
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1691
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1699
1692
  };
1700
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1701
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1702
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1693
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1694
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1695
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1703
1696
  };
1704
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1705
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1706
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1697
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1698
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1699
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1707
1700
  };
1708
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1709
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1701
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1702
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1710
1703
  };
1711
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1712
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1704
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1705
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1713
1706
  };
1714
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1715
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1707
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1708
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1716
1709
  };
1717
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1718
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1710
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1711
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1719
1712
  };
1720
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1721
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1713
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1714
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1722
1715
  };
1723
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1724
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1725
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1716
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1717
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1718
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1726
1719
  };
1727
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1728
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1729
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1720
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1721
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1722
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1730
1723
  };
1731
1724
  }> | undefined;
1732
1725
  } & Omit<import("@radix-ui/react-navigation-menu").NavigationMenuListProps & React.RefAttributes<HTMLUListElement>, "css">) => JSX.Element;
1733
- AccordionTrigger: ({ children, ...rest }: Omit<import("@radix-ui/react-collapsible").CollapsibleTriggerProps & React.RefAttributes<HTMLButtonElement>, "size" | "css"> & import("@stitches/react/types/styled-component").TransformProps<{
1726
+ AccordionTrigger: ({ children, ...rest }: Omit<import("@radix-ui/react-collapsible").CollapsibleTriggerProps & React.RefAttributes<HTMLButtonElement>, "size" | "css"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
1734
1727
  size?: "md" | "lg" | undefined;
1735
1728
  }, {
1736
1729
  sm: string;
@@ -1741,7 +1734,7 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
1741
1734
  allowMotion: string;
1742
1735
  hover: string;
1743
1736
  }> & {
1744
- css?: import("@stitches/react/types/css-util").CSS<{
1737
+ css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
1745
1738
  sm: string;
1746
1739
  md: string;
1747
1740
  lg: string;
@@ -1781,6 +1774,18 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
1781
1774
  blue1000: any;
1782
1775
  blue1100: any;
1783
1776
  blue1200: any;
1777
+ pink100: any;
1778
+ pink200: any;
1779
+ pink300: any;
1780
+ pink400: any;
1781
+ pink500: any;
1782
+ pink600: any;
1783
+ pink700: any;
1784
+ pink800: any;
1785
+ pink900: any;
1786
+ pink1000: any;
1787
+ pink1100: any;
1788
+ pink1200: any;
1784
1789
  purple100: any;
1785
1790
  purple200: any;
1786
1791
  purple300: any;
@@ -1925,26 +1930,11 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
1925
1930
  marsh1000: any;
1926
1931
  marsh1100: any;
1927
1932
  marsh1200: any;
1928
- tonal50: any;
1929
- tonal100: any;
1930
- tonal200: any;
1931
- tonal300: any;
1932
- tonal400: any;
1933
- tonal500: any;
1934
- tonal600: any;
1935
1933
  alpha100: any;
1936
1934
  alpha150: any;
1937
1935
  alpha200: any;
1938
1936
  alpha250: any;
1939
1937
  alpha600: any;
1940
- brandRed: any;
1941
- brandRedAccent: any;
1942
- brandGreen: any;
1943
- brandGreenAccent: any;
1944
- brandPurple: any;
1945
- brandPurpleAccent: any;
1946
- brandYellow: any;
1947
- brandYellowAccent: any;
1948
1938
  infoLight: any;
1949
1939
  info: any;
1950
1940
  infoMid: any;
@@ -2045,66 +2035,67 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
2045
2035
  "1-1": any;
2046
2036
  "3-4": any;
2047
2037
  };
2048
- }, import("@stitches/react/types/config").DefaultThemeMap, {
2049
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
2050
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
2038
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
2039
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
2040
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
2051
2041
  };
2052
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
2053
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
2054
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
2042
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
2043
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
2044
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
2055
2045
  };
2056
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2057
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2046
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2047
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2058
2048
  };
2059
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2060
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2049
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2050
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2061
2051
  };
2062
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2063
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2052
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2053
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2064
2054
  };
2065
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2066
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2055
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2056
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2067
2057
  };
2068
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2069
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2058
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2059
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2070
2060
  };
2071
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2072
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2073
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2061
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2062
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2063
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2074
2064
  };
2075
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2076
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2077
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2065
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2066
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2067
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2078
2068
  };
2079
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2080
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2069
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2070
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2081
2071
  };
2082
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2083
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2072
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2073
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2084
2074
  };
2085
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2086
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2075
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2076
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2087
2077
  };
2088
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2089
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2078
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2079
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2090
2080
  };
2091
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2092
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2081
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2082
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2093
2083
  };
2094
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2095
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2096
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2084
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2085
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2086
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2097
2087
  };
2098
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2099
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2100
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2088
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2089
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2090
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2101
2091
  };
2102
2092
  }> | undefined;
2103
- }) => JSX.Element;
2093
+ }) => React.JSX.Element;
2104
2094
  Item: (props: {
2105
2095
  color?: string | undefined;
2096
+ content?: string | undefined;
2106
2097
  translate?: "yes" | "no" | undefined;
2107
- css?: import("@stitches/react/types/css-util").CSS<{
2098
+ css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
2108
2099
  sm: string;
2109
2100
  md: string;
2110
2101
  lg: string;
@@ -2144,6 +2135,18 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
2144
2135
  blue1000: any;
2145
2136
  blue1100: any;
2146
2137
  blue1200: any;
2138
+ pink100: any;
2139
+ pink200: any;
2140
+ pink300: any;
2141
+ pink400: any;
2142
+ pink500: any;
2143
+ pink600: any;
2144
+ pink700: any;
2145
+ pink800: any;
2146
+ pink900: any;
2147
+ pink1000: any;
2148
+ pink1100: any;
2149
+ pink1200: any;
2147
2150
  purple100: any;
2148
2151
  purple200: any;
2149
2152
  purple300: any;
@@ -2288,26 +2291,11 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
2288
2291
  marsh1000: any;
2289
2292
  marsh1100: any;
2290
2293
  marsh1200: any;
2291
- tonal50: any;
2292
- tonal100: any;
2293
- tonal200: any;
2294
- tonal300: any;
2295
- tonal400: any;
2296
- tonal500: any;
2297
- tonal600: any;
2298
2294
  alpha100: any;
2299
2295
  alpha150: any;
2300
2296
  alpha200: any;
2301
2297
  alpha250: any;
2302
2298
  alpha600: any;
2303
- brandRed: any;
2304
- brandRedAccent: any;
2305
- brandGreen: any;
2306
- brandGreenAccent: any;
2307
- brandPurple: any;
2308
- brandPurpleAccent: any;
2309
- brandYellow: any;
2310
- brandYellowAccent: any;
2311
2299
  infoLight: any;
2312
2300
  info: any;
2313
2301
  infoMid: any;
@@ -2408,59 +2396,59 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
2408
2396
  "1-1": any;
2409
2397
  "3-4": any;
2410
2398
  };
2411
- }, import("@stitches/react/types/config").DefaultThemeMap, {
2412
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
2413
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
2399
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
2400
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
2401
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
2414
2402
  };
2415
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
2416
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
2417
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
2403
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
2404
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
2405
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
2418
2406
  };
2419
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2420
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2407
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2408
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2421
2409
  };
2422
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2423
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2410
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2411
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2424
2412
  };
2425
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2426
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2413
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2414
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2427
2415
  };
2428
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2429
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2416
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2417
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2430
2418
  };
2431
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2432
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2419
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2420
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2433
2421
  };
2434
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2435
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2436
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2422
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2423
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2424
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2437
2425
  };
2438
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2439
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2440
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2426
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2427
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2428
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2441
2429
  };
2442
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2443
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2430
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2431
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2444
2432
  };
2445
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2446
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2433
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2434
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2447
2435
  };
2448
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2449
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2436
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2437
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2450
2438
  };
2451
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2452
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2439
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2440
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2453
2441
  };
2454
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2455
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2442
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2443
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2456
2444
  };
2457
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2458
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2459
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2445
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2446
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2447
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2460
2448
  };
2461
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2462
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2463
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2449
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2450
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2451
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2464
2452
  };
2465
2453
  }> | undefined;
2466
2454
  slot?: string | undefined;
@@ -2473,6 +2461,7 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
2473
2461
  suppressContentEditableWarning?: boolean | undefined;
2474
2462
  suppressHydrationWarning?: boolean | undefined;
2475
2463
  accessKey?: string | undefined;
2464
+ autoFocus?: boolean | undefined;
2476
2465
  className?: string | undefined;
2477
2466
  contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
2478
2467
  contextMenu?: string | undefined;
@@ -2481,6 +2470,7 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
2481
2470
  hidden?: boolean | undefined;
2482
2471
  id?: string | undefined;
2483
2472
  lang?: string | undefined;
2473
+ nonce?: string | undefined;
2484
2474
  placeholder?: string | undefined;
2485
2475
  spellCheck?: (boolean | "true" | "false") | undefined;
2486
2476
  tabIndex?: number | undefined;
@@ -2491,7 +2481,9 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
2491
2481
  inlist?: any;
2492
2482
  prefix?: string | undefined;
2493
2483
  property?: string | undefined;
2484
+ rel?: string | undefined;
2494
2485
  resource?: string | undefined;
2486
+ rev?: string | undefined;
2495
2487
  typeof?: string | undefined;
2496
2488
  vocab?: string | undefined;
2497
2489
  autoCapitalize?: string | undefined;
@@ -2507,57 +2499,57 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
2507
2499
  unselectable?: "on" | "off" | undefined;
2508
2500
  inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
2509
2501
  is?: string | undefined;
2510
- 'aria-activedescendant'?: string | undefined;
2511
- 'aria-atomic'?: (boolean | "true" | "false") | undefined;
2512
- 'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
2513
- 'aria-busy'?: (boolean | "true" | "false") | undefined;
2514
- 'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
2515
- 'aria-colcount'?: number | undefined;
2516
- 'aria-colindex'?: number | undefined;
2517
- 'aria-colspan'?: number | undefined;
2518
- 'aria-controls'?: string | undefined;
2519
- 'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
2520
- 'aria-describedby'?: string | undefined;
2521
- 'aria-details'?: string | undefined;
2522
- 'aria-disabled'?: (boolean | "true" | "false") | undefined;
2523
- 'aria-dropeffect'?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
2524
- 'aria-errormessage'?: string | undefined;
2525
- 'aria-expanded'?: (boolean | "true" | "false") | undefined;
2526
- 'aria-flowto'?: string | undefined;
2527
- 'aria-grabbed'?: (boolean | "true" | "false") | undefined;
2528
- 'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree" | undefined;
2529
- 'aria-hidden'?: (boolean | "true" | "false") | undefined;
2530
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
2531
- 'aria-keyshortcuts'?: string | undefined;
2532
- 'aria-label'?: string | undefined;
2533
- 'aria-labelledby'?: string | undefined;
2534
- 'aria-level'?: number | undefined;
2535
- 'aria-live'?: "off" | "assertive" | "polite" | undefined;
2536
- 'aria-modal'?: (boolean | "true" | "false") | undefined;
2537
- 'aria-multiline'?: (boolean | "true" | "false") | undefined;
2538
- 'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
2539
- 'aria-orientation'?: "horizontal" | "vertical" | undefined;
2540
- 'aria-owns'?: string | undefined;
2541
- 'aria-placeholder'?: string | undefined;
2542
- 'aria-posinset'?: number | undefined;
2543
- 'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
2544
- 'aria-readonly'?: (boolean | "true" | "false") | undefined;
2545
- 'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
2546
- 'aria-required'?: (boolean | "true" | "false") | undefined;
2547
- 'aria-roledescription'?: string | undefined;
2548
- 'aria-rowcount'?: number | undefined;
2549
- 'aria-rowindex'?: number | undefined;
2550
- 'aria-rowspan'?: number | undefined;
2551
- 'aria-selected'?: (boolean | "true" | "false") | undefined;
2552
- 'aria-setsize'?: number | undefined;
2553
- 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
2554
- 'aria-valuemax'?: number | undefined;
2555
- 'aria-valuemin'?: number | undefined;
2556
- 'aria-valuenow'?: number | undefined;
2557
- 'aria-valuetext'?: string | undefined;
2502
+ "aria-activedescendant"?: string | undefined;
2503
+ "aria-atomic"?: (boolean | "true" | "false") | undefined;
2504
+ "aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
2505
+ "aria-busy"?: (boolean | "true" | "false") | undefined;
2506
+ "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
2507
+ "aria-colcount"?: number | undefined;
2508
+ "aria-colindex"?: number | undefined;
2509
+ "aria-colspan"?: number | undefined;
2510
+ "aria-controls"?: string | undefined;
2511
+ "aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
2512
+ "aria-describedby"?: string | undefined;
2513
+ "aria-details"?: string | undefined;
2514
+ "aria-disabled"?: (boolean | "true" | "false") | undefined;
2515
+ "aria-dropeffect"?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
2516
+ "aria-errormessage"?: string | undefined;
2517
+ "aria-expanded"?: (boolean | "true" | "false") | undefined;
2518
+ "aria-flowto"?: string | undefined;
2519
+ "aria-grabbed"?: (boolean | "true" | "false") | undefined;
2520
+ "aria-haspopup"?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree" | undefined;
2521
+ "aria-hidden"?: (boolean | "true" | "false") | undefined;
2522
+ "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
2523
+ "aria-keyshortcuts"?: string | undefined;
2524
+ "aria-label"?: string | undefined;
2525
+ "aria-labelledby"?: string | undefined;
2526
+ "aria-level"?: number | undefined;
2527
+ "aria-live"?: "off" | "assertive" | "polite" | undefined;
2528
+ "aria-modal"?: (boolean | "true" | "false") | undefined;
2529
+ "aria-multiline"?: (boolean | "true" | "false") | undefined;
2530
+ "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
2531
+ "aria-orientation"?: "horizontal" | "vertical" | undefined;
2532
+ "aria-owns"?: string | undefined;
2533
+ "aria-placeholder"?: string | undefined;
2534
+ "aria-posinset"?: number | undefined;
2535
+ "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
2536
+ "aria-readonly"?: (boolean | "true" | "false") | undefined;
2537
+ "aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
2538
+ "aria-required"?: (boolean | "true" | "false") | undefined;
2539
+ "aria-roledescription"?: string | undefined;
2540
+ "aria-rowcount"?: number | undefined;
2541
+ "aria-rowindex"?: number | undefined;
2542
+ "aria-rowspan"?: number | undefined;
2543
+ "aria-selected"?: (boolean | "true" | "false") | undefined;
2544
+ "aria-setsize"?: number | undefined;
2545
+ "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
2546
+ "aria-valuemax"?: number | undefined;
2547
+ "aria-valuemin"?: number | undefined;
2548
+ "aria-valuenow"?: number | undefined;
2549
+ "aria-valuetext"?: string | undefined;
2558
2550
  children?: React.ReactNode;
2559
2551
  dangerouslySetInnerHTML?: {
2560
- __html: string;
2552
+ __html: string | TrustedHTML;
2561
2553
  } | undefined;
2562
2554
  onCopy?: React.ClipboardEventHandler<HTMLLIElement> | undefined;
2563
2555
  onCopyCapture?: React.ClipboardEventHandler<HTMLLIElement> | undefined;
@@ -2721,9 +2713,9 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
2721
2713
  onTransitionEndCapture?: React.TransitionEventHandler<HTMLLIElement> | undefined;
2722
2714
  asChild?: boolean | undefined;
2723
2715
  }) => JSX.Element;
2724
- ItemContent: ({ children, ...rest }: Omit<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
2716
+ ItemContent: ({ children, ...rest }: Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
2725
2717
  ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
2726
- }, "direction" | "gap" | "css" | "wrap" | "justify" | "align"> & import("@stitches/react/types/styled-component").TransformProps<{
2718
+ }, "direction" | "gap" | "css" | "wrap" | "justify" | "align"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
2727
2719
  direction?: "inherit" | "initial" | "revert" | "unset" | "row" | "column" | "column-reverse" | "row-reverse" | "revert-layer" | undefined;
2728
2720
  wrap?: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | undefined;
2729
2721
  justify?: "center" | "left" | "right" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "space-around" | "space-between" | "space-evenly" | "end" | "flex-end" | "flex-start" | "start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
@@ -2738,7 +2730,7 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
2738
2730
  allowMotion: string;
2739
2731
  hover: string;
2740
2732
  }> & {
2741
- css?: import("@stitches/react/types/css-util").CSS<{
2733
+ css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
2742
2734
  sm: string;
2743
2735
  md: string;
2744
2736
  lg: string;
@@ -2778,6 +2770,18 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
2778
2770
  blue1000: any;
2779
2771
  blue1100: any;
2780
2772
  blue1200: any;
2773
+ pink100: any;
2774
+ pink200: any;
2775
+ pink300: any;
2776
+ pink400: any;
2777
+ pink500: any;
2778
+ pink600: any;
2779
+ pink700: any;
2780
+ pink800: any;
2781
+ pink900: any;
2782
+ pink1000: any;
2783
+ pink1100: any;
2784
+ pink1200: any;
2781
2785
  purple100: any;
2782
2786
  purple200: any;
2783
2787
  purple300: any;
@@ -2922,26 +2926,11 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
2922
2926
  marsh1000: any;
2923
2927
  marsh1100: any;
2924
2928
  marsh1200: any;
2925
- tonal50: any;
2926
- tonal100: any;
2927
- tonal200: any;
2928
- tonal300: any;
2929
- tonal400: any;
2930
- tonal500: any;
2931
- tonal600: any;
2932
2929
  alpha100: any;
2933
2930
  alpha150: any;
2934
2931
  alpha200: any;
2935
2932
  alpha250: any;
2936
2933
  alpha600: any;
2937
- brandRed: any;
2938
- brandRedAccent: any;
2939
- brandGreen: any;
2940
- brandGreenAccent: any;
2941
- brandPurple: any;
2942
- brandPurpleAccent: any;
2943
- brandYellow: any;
2944
- brandYellowAccent: any;
2945
2934
  infoLight: any;
2946
2935
  info: any;
2947
2936
  infoMid: any;
@@ -3042,65 +3031,65 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
3042
3031
  "1-1": any;
3043
3032
  "3-4": any;
3044
3033
  };
3045
- }, import("@stitches/react/types/config").DefaultThemeMap, {
3046
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
3047
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
3034
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
3035
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
3036
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
3048
3037
  };
3049
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
3050
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
3051
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
3038
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
3039
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
3040
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
3052
3041
  };
3053
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3054
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3042
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3043
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3055
3044
  };
3056
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3057
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3045
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3046
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3058
3047
  };
3059
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3060
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3048
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3049
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3061
3050
  };
3062
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3063
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3051
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3052
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3064
3053
  };
3065
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3066
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3054
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3055
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3067
3056
  };
3068
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3069
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3070
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3057
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3058
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3059
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3071
3060
  };
3072
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3073
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3074
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3061
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3062
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3063
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3075
3064
  };
3076
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3077
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3065
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3066
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3078
3067
  };
3079
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3080
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3068
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3069
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3081
3070
  };
3082
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3083
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3071
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3072
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3084
3073
  };
3085
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3086
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3074
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3075
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3087
3076
  };
3088
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3089
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3077
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3078
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3090
3079
  };
3091
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3092
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3093
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3080
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3081
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3082
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3094
3083
  };
3095
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3096
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3097
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3084
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3085
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3086
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3098
3087
  };
3099
3088
  }> | undefined;
3100
3089
  }) => JSX.Element;
3101
- Icon: (props: Omit<Omit<Omit<Pick<React.SVGProps<SVGSVGElement>, "string" | "clipPath" | "color" | "cursor" | "direction" | "display" | "filter" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "height" | "imageRendering" | "letterSpacing" | "opacity" | "order" | "paintOrder" | "pointerEvents" | "rotate" | "scale" | "textRendering" | "transform" | "unicodeBidi" | "visibility" | "width" | "wordSpacing" | "writingMode" | "mask" | "offset" | "overflow" | "textDecoration" | "alignmentBaseline" | "baselineShift" | "clip" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fill" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "local" | "media" | "style" | "path" | "key" | "method" | "name" | "target" | "className" | "id" | "lang" | "tabIndex" | "role" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "mode" | "min" | "max" | "end" | "x" | "y" | "alphabetic" | "hanging" | "ideographic" | "mathematical" | "type" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clipPathUnits" | "colorInterpolationFilters" | "colorProfile" | "contentScriptType" | "contentStyleType" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "divisor" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "exponent" | "externalResourcesRequired" | "filterRes" | "filterUnits" | "focusable" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "href" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "limitingConeAngle" | "markerHeight" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "numOctaves" | "operator" | "orient" | "orientation" | "origin" | "overlinePosition" | "overlineThickness" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rx" | "ry" | "seed" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "strikethroughPosition" | "strikethroughThickness" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textLength" | "to" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "vMathematical" | "widths" | "x1" | "x2" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "yChannelSelector" | "z" | "zoomAndPan"> & {
3090
+ Icon: (props: Omit<Omit<Omit<Omit<React.SVGProps<SVGSVGElement>, "ref"> & {
3102
3091
  ref?: ((instance: SVGSVGElement | null) => void) | React.RefObject<SVGSVGElement> | null | undefined;
3103
- }, "size" | "css"> & import("@stitches/react/types/styled-component").TransformProps<{
3092
+ }, "size" | "css"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
3104
3093
  size?: "sm" | "md" | "lg" | undefined;
3105
3094
  }, {
3106
3095
  sm: string;
@@ -3111,7 +3100,7 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
3111
3100
  allowMotion: string;
3112
3101
  hover: string;
3113
3102
  }> & {
3114
- css?: import("@stitches/react/types/css-util").CSS<{
3103
+ css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
3115
3104
  sm: string;
3116
3105
  md: string;
3117
3106
  lg: string;
@@ -3151,6 +3140,18 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
3151
3140
  blue1000: any;
3152
3141
  blue1100: any;
3153
3142
  blue1200: any;
3143
+ pink100: any;
3144
+ pink200: any;
3145
+ pink300: any;
3146
+ pink400: any;
3147
+ pink500: any;
3148
+ pink600: any;
3149
+ pink700: any;
3150
+ pink800: any;
3151
+ pink900: any;
3152
+ pink1000: any;
3153
+ pink1100: any;
3154
+ pink1200: any;
3154
3155
  purple100: any;
3155
3156
  purple200: any;
3156
3157
  purple300: any;
@@ -3295,26 +3296,11 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
3295
3296
  marsh1000: any;
3296
3297
  marsh1100: any;
3297
3298
  marsh1200: any;
3298
- tonal50: any;
3299
- tonal100: any;
3300
- tonal200: any;
3301
- tonal300: any;
3302
- tonal400: any;
3303
- tonal500: any;
3304
- tonal600: any;
3305
3299
  alpha100: any;
3306
3300
  alpha150: any;
3307
3301
  alpha200: any;
3308
3302
  alpha250: any;
3309
3303
  alpha600: any;
3310
- brandRed: any;
3311
- brandRedAccent: any;
3312
- brandGreen: any;
3313
- brandGreenAccent: any;
3314
- brandPurple: any;
3315
- brandPurpleAccent: any;
3316
- brandYellow: any;
3317
- brandYellowAccent: any;
3318
3304
  infoLight: any;
3319
3305
  info: any;
3320
3306
  infoMid: any;
@@ -3415,65 +3401,65 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
3415
3401
  "1-1": any;
3416
3402
  "3-4": any;
3417
3403
  };
3418
- }, import("@stitches/react/types/config").DefaultThemeMap, {
3419
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
3420
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
3404
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
3405
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
3406
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
3421
3407
  };
3422
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
3423
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
3424
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
3408
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
3409
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
3410
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
3425
3411
  };
3426
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3427
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3412
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3413
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3428
3414
  };
3429
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3430
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3415
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3416
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3431
3417
  };
3432
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3433
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3418
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3419
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3434
3420
  };
3435
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3436
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3421
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3422
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3437
3423
  };
3438
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3439
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3424
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3425
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3440
3426
  };
3441
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3442
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3443
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3427
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3428
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3429
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3444
3430
  };
3445
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3446
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3447
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3431
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3432
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3433
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3448
3434
  };
3449
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3450
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3435
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3436
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3451
3437
  };
3452
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3453
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3438
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3439
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3454
3440
  };
3455
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3456
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3441
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3442
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3457
3443
  };
3458
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3459
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3444
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3445
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3460
3446
  };
3461
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3462
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3447
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3448
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3463
3449
  };
3464
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3465
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3466
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3450
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3451
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3452
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3467
3453
  };
3468
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3469
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3470
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3454
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3455
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3456
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3471
3457
  };
3472
3458
  }> | undefined;
3473
3459
  }, "is" | "as"> & {
3474
3460
  is: React.FC<React.SVGProps<SVGSVGElement>>;
3475
3461
  as?: undefined;
3476
- }, "css"> & import("@stitches/react/types/styled-component").TransformProps<{}, {
3462
+ }, "css"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{}, {
3477
3463
  sm: string;
3478
3464
  md: string;
3479
3465
  lg: string;
@@ -3482,7 +3468,7 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
3482
3468
  allowMotion: string;
3483
3469
  hover: string;
3484
3470
  }> & {
3485
- css?: import("@stitches/react/types/css-util").CSS<{
3471
+ css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
3486
3472
  sm: string;
3487
3473
  md: string;
3488
3474
  lg: string;
@@ -3522,6 +3508,18 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
3522
3508
  blue1000: any;
3523
3509
  blue1100: any;
3524
3510
  blue1200: any;
3511
+ pink100: any;
3512
+ pink200: any;
3513
+ pink300: any;
3514
+ pink400: any;
3515
+ pink500: any;
3516
+ pink600: any;
3517
+ pink700: any;
3518
+ pink800: any;
3519
+ pink900: any;
3520
+ pink1000: any;
3521
+ pink1100: any;
3522
+ pink1200: any;
3525
3523
  purple100: any;
3526
3524
  purple200: any;
3527
3525
  purple300: any;
@@ -3666,26 +3664,11 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
3666
3664
  marsh1000: any;
3667
3665
  marsh1100: any;
3668
3666
  marsh1200: any;
3669
- tonal50: any;
3670
- tonal100: any;
3671
- tonal200: any;
3672
- tonal300: any;
3673
- tonal400: any;
3674
- tonal500: any;
3675
- tonal600: any;
3676
3667
  alpha100: any;
3677
3668
  alpha150: any;
3678
3669
  alpha200: any;
3679
3670
  alpha250: any;
3680
3671
  alpha600: any;
3681
- brandRed: any;
3682
- brandRedAccent: any;
3683
- brandGreen: any;
3684
- brandGreenAccent: any;
3685
- brandPurple: any;
3686
- brandPurpleAccent: any;
3687
- brandYellow: any;
3688
- brandYellowAccent: any;
3689
3672
  infoLight: any;
3690
3673
  info: any;
3691
3674
  infoMid: any;
@@ -3786,65 +3769,67 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
3786
3769
  "1-1": any;
3787
3770
  "3-4": any;
3788
3771
  };
3789
- }, import("@stitches/react/types/config").DefaultThemeMap, {
3790
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
3791
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
3772
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
3773
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
3774
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
3792
3775
  };
3793
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
3794
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
3795
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
3776
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
3777
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
3778
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
3796
3779
  };
3797
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3798
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3780
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3781
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3799
3782
  };
3800
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3801
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3783
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3784
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3802
3785
  };
3803
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3804
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3786
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3787
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3805
3788
  };
3806
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3807
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3789
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3790
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3808
3791
  };
3809
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3810
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3792
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3793
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3811
3794
  };
3812
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3813
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3814
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3795
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3796
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3797
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3815
3798
  };
3816
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3817
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3818
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3799
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3800
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3801
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3819
3802
  };
3820
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3821
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3803
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3804
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3822
3805
  };
3823
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3824
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3806
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3807
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3825
3808
  };
3826
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3827
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3809
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3810
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3828
3811
  };
3829
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3830
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3812
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3813
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3831
3814
  };
3832
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3833
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3815
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3816
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3834
3817
  };
3835
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3836
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3837
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3818
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3819
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3820
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3838
3821
  };
3839
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3840
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3841
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3822
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3823
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3824
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3842
3825
  };
3843
3826
  }> | undefined;
3844
3827
  }) => JSX.Element;
3845
- Text: (props: Omit<Omit<Omit<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "key" | keyof React.HTMLAttributes<HTMLParagraphElement>> & {
3828
+ Text: (props: Omit<Omit<Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref"> & {
3846
3829
  ref?: ((instance: HTMLParagraphElement | null) => void) | React.RefObject<HTMLParagraphElement> | null | undefined;
3847
- }, "size" | "css" | "noCapsize"> & import("@stitches/react/types/styled-component").TransformProps<{
3830
+ }, "size" | "css" | "weight" | "noCapsize" | "family"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
3831
+ weight?: "normal" | "bold" | undefined;
3832
+ family?: "display" | "mono" | "body" | undefined;
3848
3833
  size?: "sm" | "md" | "lg" | "xl" | "xs" | undefined;
3849
3834
  noCapsize?: boolean | "true" | undefined;
3850
3835
  }, {
@@ -3856,7 +3841,7 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
3856
3841
  allowMotion: string;
3857
3842
  hover: string;
3858
3843
  }> & {
3859
- css?: import("@stitches/react/types/css-util").CSS<{
3844
+ css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
3860
3845
  sm: string;
3861
3846
  md: string;
3862
3847
  lg: string;
@@ -3896,6 +3881,18 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
3896
3881
  blue1000: any;
3897
3882
  blue1100: any;
3898
3883
  blue1200: any;
3884
+ pink100: any;
3885
+ pink200: any;
3886
+ pink300: any;
3887
+ pink400: any;
3888
+ pink500: any;
3889
+ pink600: any;
3890
+ pink700: any;
3891
+ pink800: any;
3892
+ pink900: any;
3893
+ pink1000: any;
3894
+ pink1100: any;
3895
+ pink1200: any;
3899
3896
  purple100: any;
3900
3897
  purple200: any;
3901
3898
  purple300: any;
@@ -4040,26 +4037,11 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
4040
4037
  marsh1000: any;
4041
4038
  marsh1100: any;
4042
4039
  marsh1200: any;
4043
- tonal50: any;
4044
- tonal100: any;
4045
- tonal200: any;
4046
- tonal300: any;
4047
- tonal400: any;
4048
- tonal500: any;
4049
- tonal600: any;
4050
4040
  alpha100: any;
4051
4041
  alpha150: any;
4052
4042
  alpha200: any;
4053
4043
  alpha250: any;
4054
4044
  alpha600: any;
4055
- brandRed: any;
4056
- brandRedAccent: any;
4057
- brandGreen: any;
4058
- brandGreenAccent: any;
4059
- brandPurple: any;
4060
- brandPurpleAccent: any;
4061
- brandYellow: any;
4062
- brandYellowAccent: any;
4063
4045
  infoLight: any;
4064
4046
  info: any;
4065
4047
  infoMid: any;
@@ -4160,64 +4142,64 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
4160
4142
  "1-1": any;
4161
4143
  "3-4": any;
4162
4144
  };
4163
- }, import("@stitches/react/types/config").DefaultThemeMap, {
4164
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
4165
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
4145
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
4146
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
4147
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
4166
4148
  };
4167
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
4168
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
4169
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
4149
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
4150
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
4151
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
4170
4152
  };
4171
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4172
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4153
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4154
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4173
4155
  };
4174
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4175
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4156
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4157
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4176
4158
  };
4177
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4178
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4159
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4160
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4179
4161
  };
4180
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4181
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4162
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4163
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4182
4164
  };
4183
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4184
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4165
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4166
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4185
4167
  };
4186
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4187
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4188
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4168
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4169
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4170
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4189
4171
  };
4190
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4191
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4192
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4172
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4173
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4174
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4193
4175
  };
4194
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4195
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4176
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4177
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4196
4178
  };
4197
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4198
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4179
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4180
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4199
4181
  };
4200
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4201
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4182
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4183
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4202
4184
  };
4203
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4204
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4185
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4186
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4205
4187
  };
4206
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4207
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4188
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4189
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4208
4190
  };
4209
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4210
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4211
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4191
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4192
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4193
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4212
4194
  };
4213
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4214
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4215
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4195
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4196
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4197
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4216
4198
  };
4217
4199
  }> | undefined;
4218
4200
  }, "as"> & {
4219
4201
  as?: React.ElementType<any> | React.ComponentType<{}> | undefined;
4220
- }, "css" | "isExpanded"> & import("@stitches/react/types/styled-component").TransformProps<{
4202
+ }, "css" | "isExpanded"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
4221
4203
  isExpanded?: boolean | "true" | "false" | undefined;
4222
4204
  }, {
4223
4205
  sm: string;
@@ -4228,7 +4210,7 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
4228
4210
  allowMotion: string;
4229
4211
  hover: string;
4230
4212
  }> & {
4231
- css?: import("@stitches/react/types/css-util").CSS<{
4213
+ css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
4232
4214
  sm: string;
4233
4215
  md: string;
4234
4216
  lg: string;
@@ -4268,6 +4250,18 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
4268
4250
  blue1000: any;
4269
4251
  blue1100: any;
4270
4252
  blue1200: any;
4253
+ pink100: any;
4254
+ pink200: any;
4255
+ pink300: any;
4256
+ pink400: any;
4257
+ pink500: any;
4258
+ pink600: any;
4259
+ pink700: any;
4260
+ pink800: any;
4261
+ pink900: any;
4262
+ pink1000: any;
4263
+ pink1100: any;
4264
+ pink1200: any;
4271
4265
  purple100: any;
4272
4266
  purple200: any;
4273
4267
  purple300: any;
@@ -4412,26 +4406,11 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
4412
4406
  marsh1000: any;
4413
4407
  marsh1100: any;
4414
4408
  marsh1200: any;
4415
- tonal50: any;
4416
- tonal100: any;
4417
- tonal200: any;
4418
- tonal300: any;
4419
- tonal400: any;
4420
- tonal500: any;
4421
- tonal600: any;
4422
4409
  alpha100: any;
4423
4410
  alpha150: any;
4424
4411
  alpha200: any;
4425
4412
  alpha250: any;
4426
4413
  alpha600: any;
4427
- brandRed: any;
4428
- brandRedAccent: any;
4429
- brandGreen: any;
4430
- brandGreenAccent: any;
4431
- brandPurple: any;
4432
- brandPurpleAccent: any;
4433
- brandYellow: any;
4434
- brandYellowAccent: any;
4435
4414
  infoLight: any;
4436
4415
  info: any;
4437
4416
  infoMid: any;
@@ -4532,59 +4511,59 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
4532
4511
  "1-1": any;
4533
4512
  "3-4": any;
4534
4513
  };
4535
- }, import("@stitches/react/types/config").DefaultThemeMap, {
4536
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
4537
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
4514
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
4515
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
4516
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
4538
4517
  };
4539
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
4540
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
4541
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
4518
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
4519
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
4520
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
4542
4521
  };
4543
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4544
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4522
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4523
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4545
4524
  };
4546
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4547
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4525
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4526
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4548
4527
  };
4549
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4550
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4528
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4529
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4551
4530
  };
4552
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4553
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4531
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4532
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4554
4533
  };
4555
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4556
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4534
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4535
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4557
4536
  };
4558
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4559
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4560
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4537
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4538
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4539
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4561
4540
  };
4562
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4563
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4564
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4541
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4542
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4543
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4565
4544
  };
4566
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4567
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4545
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4546
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4568
4547
  };
4569
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4570
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4548
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4549
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4571
4550
  };
4572
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4573
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4551
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4552
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4574
4553
  };
4575
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4576
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4554
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4555
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4577
4556
  };
4578
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4579
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4557
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4558
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4580
4559
  };
4581
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4582
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4583
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4560
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4561
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4562
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4584
4563
  };
4585
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4586
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4587
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4564
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4565
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4566
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4588
4567
  };
4589
4568
  }> | undefined;
4590
4569
  }) => JSX.Element;