@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,2 +1,2 @@
1
- import o from"react";import{styled as t}from"../../stitches.js";import{useWindowScrollPosition as n}from"../../utilities/hooks/useWindowScrollPosition.js";import{Divider as d}from"../divider/Divider.js";import{Flex as c}from"../flex/Flex.js";import{colorSchemes as l}from"./stitches.topBar.colorscheme.config.js";import{TopBarActionIcon as p}from"./TopBarActionIcon.js";import{TopBarBrandLogo as e,TopBarBrand as h,TopBarBrandName as g}from"./TopBarBrand.js";const B=()=>o.createElement(d,{orientation:"vertical",css:{height:"$2",bg:"$divider"}}),x=t("div",{bg:"$background",position:"sticky",display:"flex",alignItems:"center",width:"100vw",top:"0",zIndex:1,borderBottom:"1px solid $borderBottom",transition:"box-shadow .2s ease-out",variants:{hasScrolled:{true:{boxShadow:"0px 4px 4px -2px rgba(31, 31, 31, 0.1);"}},size:{md:{height:"$6",[`& ${e}`]:{'&[src$=".svg"]':{height:24,width:"auto"}}},lg:{height:"$7",[`& ${e}`]:{'&[src$=".svg"]':{height:32,width:"auto"}}}}}}),$=t(c,{alignItems:"center",height:"$4",mx:"$4",width:"100%","@md":{mx:"$5"}}),r=({size:i="md",className:a=l.light,...s})=>{const{y:m}=n();return o.createElement(x,{className:a,hasScrolled:!!m,size:i},o.createElement($,{...s}))},f=Object.assign(r,{Brand:h,BrandLogo:e,BrandName:g,ActionIcon:p,Divider:B});r.displayName="TopBar";export{f as TopBar};
1
+ import o from"react";import{styled as e}from"../../stitches.js";import{useWindowScrollPosition as n}from"../../utilities/hooks/useWindowScrollPosition.js";import{Divider as s}from"../divider/Divider.js";import{Flex as d}from"../flex/Flex.js";import{colorSchemes as c}from"./stitches.topBar.colorscheme.config.js";import{TopBarActionIcon as l}from"./TopBarActionIcon.js";import{TopBarBrand as p,TopBarBrandLogo as g,TopBarBrandName as h}from"./TopBarBrand.js";const x=()=>o.createElement(s,{orientation:"vertical",css:{height:"$2",bg:"$divider"}}),B=e("div",{bg:"$background",position:"sticky",display:"flex",alignItems:"center",width:"100vw",top:"0",zIndex:1,borderBottom:"1px solid $borderBottom",transition:"box-shadow .2s ease-out",variants:{hasScrolled:{true:{boxShadow:"0px 4px 4px -2px rgba(31, 31, 31, 0.1);"}},size:{md:{height:"$6"},lg:{height:"$7"}}}}),f=e(d,{alignItems:"center",height:"$4",mx:"$4",width:"100%","@md":{mx:"$5"}}),r=({size:t="md",className:i=c.light,...a})=>{const{y:m}=n();return o.createElement(B,{className:i,hasScrolled:!!m,size:t},o.createElement(f,{...a}))},b=Object.assign(r,{Brand:p,BrandLogo:g,BrandName:h,ActionIcon:l,Divider:x});r.displayName="TopBar";export{b as TopBar};
2
2
  //# sourceMappingURL=TopBar.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"TopBar.js","sources":["../../../src/components/top-bar/TopBar.tsx"],"sourcesContent":["import React from 'react'\n\nimport { CSS, styled } from '~/stitches'\nimport { useWindowScrollPosition } from '~/utilities/hooks/useWindowScrollPosition'\n\nimport { Divider } from '../divider'\nimport { Flex } from '../flex'\nimport { colorSchemes as topBarColorSchemes } from './stitches.topBar.colorscheme.config'\nimport { TopBarActionIcon } from './TopBarActionIcon'\nimport { TopBarBrand, TopBarBrandLogo, TopBarBrandName } from './TopBarBrand'\n\nconst TopBarDivider = () => (\n <Divider orientation=\"vertical\" css={{ height: '$2', bg: '$divider' }} />\n)\n\nconst StyledRoot = styled('div', {\n bg: '$background',\n position: 'sticky',\n display: 'flex',\n alignItems: 'center',\n width: '100vw',\n top: '0',\n zIndex: 1,\n borderBottom: '1px solid $borderBottom',\n transition: 'box-shadow .2s ease-out',\n variants: {\n hasScrolled: {\n true: {\n boxShadow: '0px 4px 4px -2px rgba(31, 31, 31, 0.1);'\n }\n },\n size: {\n md: {\n height: '$6',\n [`& ${TopBarBrandLogo}`]: {\n '&[src$=\".svg\"]': {\n height: 24,\n width: 'auto'\n }\n }\n },\n lg: {\n height: '$7',\n [`& ${TopBarBrandLogo}`]: {\n '&[src$=\".svg\"]': {\n height: 32,\n width: 'auto'\n }\n }\n }\n }\n }\n})\n\nconst Container = styled(Flex, {\n alignItems: 'center',\n height: '$4',\n mx: '$4',\n width: '100%',\n '@md': {\n mx: '$5'\n }\n})\n\ntype StyledRootProps = React.ComponentProps<typeof StyledRoot>\n\ninterface TopBarProps extends StyledRootProps {\n css?: CSS\n className?: string\n}\n\nconst TopBarComponent = ({\n size = 'md',\n className = topBarColorSchemes['light'],\n ...props\n}: TopBarProps) => {\n const { y: scrollPositionY } = useWindowScrollPosition()\n\n return (\n <StyledRoot\n className={className}\n hasScrolled={!!scrollPositionY}\n size={size}\n >\n <Container {...props} />\n </StyledRoot>\n )\n}\n\nexport const TopBar = Object.assign(TopBarComponent, {\n Brand: TopBarBrand,\n BrandLogo: TopBarBrandLogo,\n BrandName: TopBarBrandName,\n ActionIcon: TopBarActionIcon,\n Divider: TopBarDivider\n})\n\nTopBarComponent.displayName = 'TopBar'\n"],"names":["TopBarDivider","React","Divider","StyledRoot","styled","TopBarBrandLogo","Container","Flex","TopBarComponent","size","className","topBarColorSchemes","props","scrollPositionY","useWindowScrollPosition","TopBar","TopBarBrand","TopBarBrandName","TopBarActionIcon"],"mappings":"2cAWA,MAAMA,EAAgB,IACpBC,EAAA,cAACC,EAAA,CAAQ,YAAY,WAAW,IAAK,CAAE,OAAQ,KAAM,GAAI,UAAW,EAAG,EAGnEC,EAAaC,EAAO,MAAO,CAC/B,GAAI,cACJ,SAAU,SACV,QAAS,OACT,WAAY,SACZ,MAAO,QACP,IAAK,IACL,OAAQ,EACR,aAAc,0BACd,WAAY,0BACZ,SAAU,CACR,YAAa,CACX,KAAM,CACJ,UAAW,yCACb,CACF,EACA,KAAM,CACJ,GAAI,CACF,OAAQ,KACR,CAAC,KAAKC,KAAoB,CACxB,iBAAkB,CAChB,OAAQ,GACR,MAAO,MACT,CACF,CACF,EACA,GAAI,CACF,OAAQ,KACR,CAAC,KAAKA,KAAoB,CACxB,iBAAkB,CAChB,OAAQ,GACR,MAAO,MACT,CACF,CACF,CACF,CACF,CACF,CAAC,EAEKC,EAAYF,EAAOG,EAAM,CAC7B,WAAY,SACZ,OAAQ,KACR,GAAI,KACJ,MAAO,OACP,MAAO,CACL,GAAI,IACN,CACF,CAAC,EASKC,EAAkB,CAAC,CACvB,KAAAC,EAAO,KACP,UAAAC,EAAYC,EAAmB,SAC5BC,CACL,IAAmB,CACjB,KAAM,CAAE,EAAGC,CAAgB,EAAIC,EAAwB,EAEvD,OACEb,EAAA,cAACE,EAAA,CACC,UAAWO,EACX,YAAa,CAAC,CAACG,EACf,KAAMJ,CAAAA,EAENR,EAAA,cAACK,EAAA,CAAW,GAAGM,CAAO,CAAA,CACxB,CAEJ,EAEaG,EAAS,OAAO,OAAOP,EAAiB,CACnD,MAAOQ,EACP,UAAWX,EACX,UAAWY,EACX,WAAYC,EACZ,QAASlB,CACX,CAAC,EAEDQ,EAAgB,YAAc"}
1
+ {"version":3,"file":"TopBar.js","sources":["../../../src/components/top-bar/TopBar.tsx"],"sourcesContent":["import React from 'react'\n\nimport { CSS, styled } from '~/stitches'\nimport { useWindowScrollPosition } from '~/utilities/hooks/useWindowScrollPosition'\n\nimport { Divider } from '../divider'\nimport { Flex } from '../flex'\nimport { colorSchemes as topBarColorSchemes } from './stitches.topBar.colorscheme.config'\nimport { TopBarActionIcon } from './TopBarActionIcon'\nimport { TopBarBrand, TopBarBrandLogo, TopBarBrandName } from './TopBarBrand'\n\nconst TopBarDivider = () => (\n <Divider orientation=\"vertical\" css={{ height: '$2', bg: '$divider' }} />\n)\n\nconst StyledRoot = styled('div', {\n bg: '$background',\n position: 'sticky',\n display: 'flex',\n alignItems: 'center',\n width: '100vw',\n top: '0',\n zIndex: 1,\n borderBottom: '1px solid $borderBottom',\n transition: 'box-shadow .2s ease-out',\n variants: {\n hasScrolled: {\n true: { boxShadow: '0px 4px 4px -2px rgba(31, 31, 31, 0.1);' }\n },\n size: {\n md: { height: '$6' },\n lg: { height: '$7' }\n }\n }\n})\n\nconst Container = styled(Flex, {\n alignItems: 'center',\n height: '$4',\n mx: '$4',\n width: '100%',\n '@md': {\n mx: '$5'\n }\n})\n\ntype StyledRootProps = React.ComponentProps<typeof StyledRoot>\n\ninterface TopBarProps extends StyledRootProps {\n css?: CSS\n className?: string\n}\n\nconst TopBarComponent = ({\n size = 'md',\n className = topBarColorSchemes['light'],\n ...props\n}: TopBarProps) => {\n const { y: scrollPositionY } = useWindowScrollPosition()\n\n return (\n <StyledRoot\n className={className}\n hasScrolled={!!scrollPositionY}\n size={size}\n >\n <Container {...props} />\n </StyledRoot>\n )\n}\n\nexport const TopBar = Object.assign(TopBarComponent, {\n Brand: TopBarBrand,\n BrandLogo: TopBarBrandLogo,\n BrandName: TopBarBrandName,\n ActionIcon: TopBarActionIcon,\n Divider: TopBarDivider\n})\n\nTopBarComponent.displayName = 'TopBar'\n"],"names":["TopBarDivider","React","Divider","StyledRoot","styled","Container","Flex","TopBarComponent","size","className","topBarColorSchemes","props","scrollPositionY","useWindowScrollPosition","TopBar","TopBarBrand","TopBarBrandLogo","TopBarBrandName","TopBarActionIcon"],"mappings":"2cAWA,MAAMA,EAAgB,IACpBC,EAAA,cAACC,EAAA,CAAQ,YAAY,WAAW,IAAK,CAAE,OAAQ,KAAM,GAAI,UAAW,CAAG,CAAA,EAGnEC,EAAaC,EAAO,MAAO,CAC/B,GAAI,cACJ,SAAU,SACV,QAAS,OACT,WAAY,SACZ,MAAO,QACP,IAAK,IACL,OAAQ,EACR,aAAc,0BACd,WAAY,0BACZ,SAAU,CACR,YAAa,CACX,KAAM,CAAE,UAAW,yCAA0C,CAC/D,EACA,KAAM,CACJ,GAAI,CAAE,OAAQ,IAAK,EACnB,GAAI,CAAE,OAAQ,IAAK,CACrB,CACF,CACF,CAAC,EAEKC,EAAYD,EAAOE,EAAM,CAC7B,WAAY,SACZ,OAAQ,KACR,GAAI,KACJ,MAAO,OACP,MAAO,CACL,GAAI,IACN,CACF,CAAC,EASKC,EAAkB,CAAC,CACvB,KAAAC,EAAO,KACP,UAAAC,EAAYC,EAAmB,SAC5BC,CACL,IAAmB,CACjB,KAAM,CAAE,EAAGC,CAAgB,EAAIC,EAAAA,EAE/B,OACEZ,EAAA,cAACE,EAAA,CACC,UAAWM,EACX,YAAa,CAAC,CAACG,EACf,KAAMJ,CAENP,EAAAA,EAAA,cAACI,EAAA,CAAW,GAAGM,CAAO,CAAA,CACxB,CAEJ,EAEaG,EAAS,OAAO,OAAOP,EAAiB,CACnD,MAAOQ,EACP,UAAWC,EACX,UAAWC,EACX,WAAYC,EACZ,QAASlB,CACX,CAAC,EAEDO,EAAgB,YAAc"}
@@ -1,17 +1,11 @@
1
1
  import React from 'react';
2
- import { CSS } from '../../stitches';
3
- declare type TopBarBrandLogoProps = {
4
- src: string;
5
- alt?: string;
6
- css?: CSS;
7
- };
8
- export declare const TopBarBrandLogo: {
9
- ({ src, alt, css }: TopBarBrandLogoProps): JSX.Element;
10
- toString(): string;
11
- };
12
- export declare const TopBarBrandName: import("@stitches/react/types/styled-component").StyledComponent<React.ForwardRefExoticComponent<Omit<Omit<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "key" | keyof React.HTMLAttributes<HTMLParagraphElement>> & {
2
+ import { Image } from '../image';
3
+ export declare const TopBarBrandLogo: ({ src, alt, css }: Pick<React.ComponentProps<typeof Image>, 'src' | 'alt' | 'css'>) => JSX.Element;
4
+ export declare const TopBarBrandName: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<React.ForwardRefExoticComponent<Omit<Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref"> & {
13
5
  ref?: ((instance: HTMLParagraphElement | null) => void) | React.RefObject<HTMLParagraphElement> | null | undefined;
14
- }, "size" | "css" | "noCapsize"> & import("@stitches/react/types/styled-component").TransformProps<{
6
+ }, "size" | "css" | "weight" | "noCapsize" | "family"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
7
+ weight?: "normal" | "bold" | undefined;
8
+ family?: "display" | "mono" | "body" | undefined;
15
9
  size?: "sm" | "md" | "lg" | "xl" | "xs" | undefined;
16
10
  noCapsize?: boolean | "true" | undefined;
17
11
  }, {
@@ -23,7 +17,7 @@ export declare const TopBarBrandName: import("@stitches/react/types/styled-compo
23
17
  allowMotion: string;
24
18
  hover: string;
25
19
  }> & {
26
- css?: import("@stitches/react/types/css-util").CSS<{
20
+ css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
27
21
  sm: string;
28
22
  md: string;
29
23
  lg: string;
@@ -63,6 +57,18 @@ export declare const TopBarBrandName: import("@stitches/react/types/styled-compo
63
57
  blue1000: any;
64
58
  blue1100: any;
65
59
  blue1200: any;
60
+ pink100: any;
61
+ pink200: any;
62
+ pink300: any;
63
+ pink400: any;
64
+ pink500: any;
65
+ pink600: any;
66
+ pink700: any;
67
+ pink800: any;
68
+ pink900: any;
69
+ pink1000: any;
70
+ pink1100: any;
71
+ pink1200: any;
66
72
  purple100: any;
67
73
  purple200: any;
68
74
  purple300: any;
@@ -207,26 +213,11 @@ export declare const TopBarBrandName: import("@stitches/react/types/styled-compo
207
213
  marsh1000: any;
208
214
  marsh1100: any;
209
215
  marsh1200: any;
210
- tonal50: any;
211
- tonal100: any;
212
- tonal200: any;
213
- tonal300: any;
214
- tonal400: any;
215
- tonal500: any;
216
- tonal600: any;
217
216
  alpha100: any;
218
217
  alpha150: any;
219
218
  alpha200: any;
220
219
  alpha250: any;
221
220
  alpha600: any;
222
- brandRed: any;
223
- brandRedAccent: any;
224
- brandGreen: any;
225
- brandGreenAccent: any;
226
- brandPurple: any;
227
- brandPurpleAccent: any;
228
- brandYellow: any;
229
- brandYellowAccent: any;
230
221
  infoLight: any;
231
222
  info: any;
232
223
  infoMid: any;
@@ -327,59 +318,59 @@ export declare const TopBarBrandName: import("@stitches/react/types/styled-compo
327
318
  "1-1": any;
328
319
  "3-4": any;
329
320
  };
330
- }, import("@stitches/react/types/config").DefaultThemeMap, {
331
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
332
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
321
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
322
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
323
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
333
324
  };
334
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
335
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
336
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
325
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
326
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
327
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
337
328
  };
338
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
339
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
329
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
330
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
340
331
  };
341
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
342
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
332
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
333
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
343
334
  };
344
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
345
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
335
+ pr: (value: 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">;
346
337
  };
347
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
348
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
338
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
339
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
349
340
  };
350
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
351
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
341
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
342
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
352
343
  };
353
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
354
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
355
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
344
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
345
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
346
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
356
347
  };
357
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
358
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
359
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
348
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
349
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
350
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
360
351
  };
361
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
362
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
352
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
353
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
363
354
  };
364
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
365
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
355
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
356
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
366
357
  };
367
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
368
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
358
+ mr: (value: 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">;
369
360
  };
370
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
371
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
361
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
362
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
372
363
  };
373
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
374
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
364
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
365
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
375
366
  };
376
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
377
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
378
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
367
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
368
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
369
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
379
370
  };
380
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
381
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
382
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
371
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
372
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
373
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
383
374
  };
384
375
  }> | undefined;
385
376
  }, "as"> & {
@@ -392,7 +383,7 @@ export declare const TopBarBrandName: import("@stitches/react/types/styled-compo
392
383
  reducedMotion: string;
393
384
  allowMotion: string;
394
385
  hover: string;
395
- }, import("@stitches/react/types/css-util").CSS<{
386
+ }, import("@atom-learning/stitches-react/types/css-util").CSS<{
396
387
  sm: string;
397
388
  md: string;
398
389
  lg: string;
@@ -432,6 +423,18 @@ export declare const TopBarBrandName: import("@stitches/react/types/styled-compo
432
423
  blue1000: any;
433
424
  blue1100: any;
434
425
  blue1200: any;
426
+ pink100: any;
427
+ pink200: any;
428
+ pink300: any;
429
+ pink400: any;
430
+ pink500: any;
431
+ pink600: any;
432
+ pink700: any;
433
+ pink800: any;
434
+ pink900: any;
435
+ pink1000: any;
436
+ pink1100: any;
437
+ pink1200: any;
435
438
  purple100: any;
436
439
  purple200: any;
437
440
  purple300: any;
@@ -576,26 +579,11 @@ export declare const TopBarBrandName: import("@stitches/react/types/styled-compo
576
579
  marsh1000: any;
577
580
  marsh1100: any;
578
581
  marsh1200: any;
579
- tonal50: any;
580
- tonal100: any;
581
- tonal200: any;
582
- tonal300: any;
583
- tonal400: any;
584
- tonal500: any;
585
- tonal600: any;
586
582
  alpha100: any;
587
583
  alpha150: any;
588
584
  alpha200: any;
589
585
  alpha250: any;
590
586
  alpha600: any;
591
- brandRed: any;
592
- brandRedAccent: any;
593
- brandGreen: any;
594
- brandGreenAccent: any;
595
- brandPurple: any;
596
- brandPurpleAccent: any;
597
- brandYellow: any;
598
- brandYellowAccent: any;
599
587
  infoLight: any;
600
588
  info: any;
601
589
  infoMid: any;
@@ -696,62 +684,62 @@ export declare const TopBarBrandName: import("@stitches/react/types/styled-compo
696
684
  "1-1": any;
697
685
  "3-4": any;
698
686
  };
699
- }, import("@stitches/react/types/config").DefaultThemeMap, {
700
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
701
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
687
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
688
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
689
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
702
690
  };
703
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
704
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
705
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
691
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
692
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
693
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
706
694
  };
707
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
708
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
695
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
696
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
709
697
  };
710
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
711
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
698
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
699
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
712
700
  };
713
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
714
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
701
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
702
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
715
703
  };
716
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
717
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
704
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
705
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
718
706
  };
719
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
720
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
707
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
708
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
721
709
  };
722
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
723
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
724
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
710
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
711
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
712
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
725
713
  };
726
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
727
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
728
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
714
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
715
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
716
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
729
717
  };
730
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
731
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
718
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
719
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
732
720
  };
733
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
734
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
721
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
722
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
735
723
  };
736
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
737
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
724
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
725
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
738
726
  };
739
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
740
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
727
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
728
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
741
729
  };
742
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
743
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
730
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
731
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
744
732
  };
745
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
746
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
747
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
733
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
734
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
735
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
748
736
  };
749
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
750
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
751
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
737
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
738
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
739
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
752
740
  };
753
741
  }>>;
754
- export declare const TopBarBrand: import("@stitches/react/types/styled-component").StyledComponent<"a", {}, {
742
+ export declare const TopBarBrand: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<"a", {}, {
755
743
  sm: string;
756
744
  md: string;
757
745
  lg: string;
@@ -759,7 +747,7 @@ export declare const TopBarBrand: import("@stitches/react/types/styled-component
759
747
  reducedMotion: string;
760
748
  allowMotion: string;
761
749
  hover: string;
762
- }, import("@stitches/react/types/css-util").CSS<{
750
+ }, import("@atom-learning/stitches-react/types/css-util").CSS<{
763
751
  sm: string;
764
752
  md: string;
765
753
  lg: string;
@@ -799,6 +787,18 @@ export declare const TopBarBrand: import("@stitches/react/types/styled-component
799
787
  blue1000: any;
800
788
  blue1100: any;
801
789
  blue1200: any;
790
+ pink100: any;
791
+ pink200: any;
792
+ pink300: any;
793
+ pink400: any;
794
+ pink500: any;
795
+ pink600: any;
796
+ pink700: any;
797
+ pink800: any;
798
+ pink900: any;
799
+ pink1000: any;
800
+ pink1100: any;
801
+ pink1200: any;
802
802
  purple100: any;
803
803
  purple200: any;
804
804
  purple300: any;
@@ -943,26 +943,11 @@ export declare const TopBarBrand: import("@stitches/react/types/styled-component
943
943
  marsh1000: any;
944
944
  marsh1100: any;
945
945
  marsh1200: any;
946
- tonal50: any;
947
- tonal100: any;
948
- tonal200: any;
949
- tonal300: any;
950
- tonal400: any;
951
- tonal500: any;
952
- tonal600: any;
953
946
  alpha100: any;
954
947
  alpha150: any;
955
948
  alpha200: any;
956
949
  alpha250: any;
957
950
  alpha600: any;
958
- brandRed: any;
959
- brandRedAccent: any;
960
- brandGreen: any;
961
- brandGreenAccent: any;
962
- brandPurple: any;
963
- brandPurpleAccent: any;
964
- brandYellow: any;
965
- brandYellowAccent: any;
966
951
  infoLight: any;
967
952
  info: any;
968
953
  infoMid: any;
@@ -1063,59 +1048,58 @@ export declare const TopBarBrand: import("@stitches/react/types/styled-component
1063
1048
  "1-1": any;
1064
1049
  "3-4": any;
1065
1050
  };
1066
- }, import("@stitches/react/types/config").DefaultThemeMap, {
1067
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
1068
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
1051
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
1052
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
1053
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
1069
1054
  };
1070
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
1071
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1072
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1055
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
1056
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1057
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1073
1058
  };
1074
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1075
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1059
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1060
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1076
1061
  };
1077
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1078
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1062
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1063
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1079
1064
  };
1080
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1081
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1065
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1066
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1082
1067
  };
1083
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1084
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1068
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1069
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1085
1070
  };
1086
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1087
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1071
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1072
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1088
1073
  };
1089
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1090
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1091
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1074
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1075
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1076
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1092
1077
  };
1093
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1094
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1095
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1078
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1079
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1080
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1096
1081
  };
1097
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1098
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1082
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1083
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1099
1084
  };
1100
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1101
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1085
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1086
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1102
1087
  };
1103
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1104
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1088
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1089
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1105
1090
  };
1106
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1107
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1091
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1092
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1108
1093
  };
1109
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1110
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1094
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1095
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1111
1096
  };
1112
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1113
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1114
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1097
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1098
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1099
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1115
1100
  };
1116
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1117
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1118
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1101
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1102
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1103
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1119
1104
  };
1120
1105
  }>>;
1121
- export {};
@@ -1,2 +1,2 @@
1
- import n from"react";import{styled as o}from"../../stitches.js";import{Image as l}from"../image/Image.js";import{Text as m}from"../text/Text.js";const r=({src:t,alt:a="Atom Learning logo",css:e})=>n.createElement(l,{className:"topbar-brand-logo",src:t,alt:a,css:{mr:"$3",mb:"5px",...e}});r.toString=()=>".topbar-brand-logo";const c=o(m,{color:"$tonal400"}),s=o("a",{display:"flex",alignItems:"center",textDecoration:"none",color:"$tonal400","&:hover, &:focus":{textDecoration:"none"}});export{s as TopBarBrand,r as TopBarBrandLogo,c as TopBarBrandName};
1
+ import a from"react";import{styled as o}from"../../stitches.js";import{Image as n}from"../image/Image.js";import{Text as m}from"../text/Text.js";const c=({src:r,alt:e="Atom Learning logo",css:t})=>a.createElement(n,{src:r,alt:e,css:{height:"$3",mr:"$3",width:"auto",...t}}),i=o(m,{color:"$grey800"}),l=o("a",{display:"flex",alignItems:"center",textDecoration:"none",color:"$grey800","&:hover, &:focus":{textDecoration:"none"}});export{l as TopBarBrand,c as TopBarBrandLogo,i as TopBarBrandName};
2
2
  //# sourceMappingURL=TopBarBrand.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"TopBarBrand.js","sources":["../../../src/components/top-bar/TopBarBrand.tsx"],"sourcesContent":["import React from 'react'\n\nimport { CSS, styled } from '~/stitches'\n\nimport { Image } from '../image'\nimport { Text } from '../text'\n\ntype TopBarBrandLogoProps = {\n src: string\n alt?: string\n css?: CSS\n}\n\nexport const TopBarBrandLogo = ({\n src,\n alt = 'Atom Learning logo',\n css\n}: TopBarBrandLogoProps): JSX.Element => {\n return (\n <Image\n className=\"topbar-brand-logo\"\n src={src}\n alt={alt}\n css={{\n mr: '$3',\n mb: '5px',\n ...css\n }}\n />\n )\n}\n\nTopBarBrandLogo.toString = () => '.topbar-brand-logo'\n\nexport const TopBarBrandName = styled(Text, {\n color: '$tonal400'\n})\n\nexport const TopBarBrand = styled('a', {\n display: 'flex',\n alignItems: 'center',\n textDecoration: 'none',\n color: '$tonal400',\n '&:hover, &:focus': { textDecoration: 'none' }\n})\n"],"names":["TopBarBrandLogo","src","alt","css","React","Image","TopBarBrandName","styled","Text","TopBarBrand"],"mappings":"iJAaO,MAAMA,EAAkB,CAAC,CAC9B,IAAAC,EACA,IAAAC,EAAM,qBACN,IAAAC,CACF,IAEIC,EAAA,cAACC,EAAA,CACC,UAAU,oBACV,IAAKJ,EACL,IAAKC,EACL,IAAK,CACH,GAAI,KACJ,GAAI,MACJ,GAAGC,CACL,CAAA,CACF,EAIJH,EAAgB,SAAW,IAAM,2BAEpBM,EAAkBC,EAAOC,EAAM,CAC1C,MAAO,WACT,CAAC,EAEYC,EAAcF,EAAO,IAAK,CACrC,QAAS,OACT,WAAY,SACZ,eAAgB,OAChB,MAAO,YACP,mBAAoB,CAAE,eAAgB,MAAO,CAC/C,CAAC"}
1
+ {"version":3,"file":"TopBarBrand.js","sources":["../../../src/components/top-bar/TopBarBrand.tsx"],"sourcesContent":["import React from 'react'\n\nimport { styled } from '~/stitches'\n\nimport { Image } from '../image'\nimport { Text } from '../text'\n\n\nexport const TopBarBrandLogo = ({\n src,\n alt = 'Atom Learning logo',\n css\n}: Pick<React.ComponentProps<typeof Image>, 'src' | 'alt' | 'css'>): JSX.Element => {\n return (\n <Image\n src={src}\n alt={alt}\n css={{\n height: '$3',\n mr: '$3',\n width: 'auto',\n ...css\n }}\n />\n )\n}\n\nexport const TopBarBrandName = styled(Text, {\n color: '$grey800'\n})\n\nexport const TopBarBrand = styled('a', {\n display: 'flex',\n alignItems: 'center',\n textDecoration: 'none',\n color: '$grey800',\n '&:hover, &:focus': { textDecoration: 'none' }\n})\n"],"names":["TopBarBrandLogo","src","alt","css","React","Image","TopBarBrandName","styled","Text","TopBarBrand"],"mappings":"iJAQa,MAAAA,EAAkB,CAAC,CAC9B,IAAAC,EACA,IAAAC,EAAM,qBACN,IAAAC,CACF,IAEIC,EAAA,cAACC,EAAA,CACC,IAAKJ,EACL,IAAKC,EACL,IAAK,CACH,OAAQ,KACR,GAAI,KACJ,MAAO,OACP,GAAGC,CACL,CACF,CAAA,EAISG,EAAkBC,EAAOC,EAAM,CAC1C,MAAO,UACT,CAAC,EAEYC,EAAcF,EAAO,IAAK,CACrC,QAAS,OACT,WAAY,SACZ,eAAgB,OAChB,MAAO,WACP,mBAAoB,CAAE,eAAgB,MAAO,CAC/C,CAAC"}
@@ -2,7 +2,7 @@ export declare const colorSchemes: {
2
2
  light: string & {
3
3
  className: string;
4
4
  selector: string;
5
- } & import("@stitches/react/types/stitches").ThemeTokens<{
5
+ } & import("@atom-learning/stitches-react/types/stitches").ThemeTokens<{
6
6
  colors: {
7
7
  background: string;
8
8
  divider: string;