@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
@@ -26,8 +26,9 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
26
26
  */
27
27
  Body: ({ striped, ...props }: {
28
28
  color?: string | undefined;
29
+ content?: string | undefined;
29
30
  translate?: "yes" | "no" | undefined;
30
- css?: import("@stitches/react/types/css-util").CSS<{
31
+ css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
31
32
  sm: string;
32
33
  md: string;
33
34
  lg: string;
@@ -67,6 +68,18 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
67
68
  blue1000: any;
68
69
  blue1100: any;
69
70
  blue1200: any;
71
+ pink100: any;
72
+ pink200: any;
73
+ pink300: any;
74
+ pink400: any;
75
+ pink500: any;
76
+ pink600: any;
77
+ pink700: any;
78
+ pink800: any;
79
+ pink900: any;
80
+ pink1000: any;
81
+ pink1100: any;
82
+ pink1200: any;
70
83
  purple100: any;
71
84
  purple200: any;
72
85
  purple300: any;
@@ -211,26 +224,11 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
211
224
  marsh1000: any;
212
225
  marsh1100: any;
213
226
  marsh1200: any;
214
- tonal50: any;
215
- tonal100: any;
216
- tonal200: any;
217
- tonal300: any;
218
- tonal400: any;
219
- tonal500: any;
220
- tonal600: any;
221
227
  alpha100: any;
222
228
  alpha150: any;
223
229
  alpha200: any;
224
230
  alpha250: any;
225
231
  alpha600: any;
226
- brandRed: any;
227
- brandRedAccent: any;
228
- brandGreen: any;
229
- brandGreenAccent: any;
230
- brandPurple: any;
231
- brandPurpleAccent: any;
232
- brandYellow: any;
233
- brandYellowAccent: any;
234
232
  infoLight: any;
235
233
  info: any;
236
234
  infoMid: any;
@@ -331,59 +329,59 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
331
329
  "1-1": any;
332
330
  "3-4": any;
333
331
  };
334
- }, import("@stitches/react/types/config").DefaultThemeMap, {
335
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
336
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
332
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
333
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
334
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
337
335
  };
338
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
339
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
340
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
336
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
337
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
338
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
341
339
  };
342
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
343
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
340
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
341
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
344
342
  };
345
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
346
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
343
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
344
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
347
345
  };
348
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
349
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
346
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
347
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
350
348
  };
351
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
352
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
349
+ pb: (value: 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">;
353
351
  };
354
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
355
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
352
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
353
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
356
354
  };
357
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
358
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
359
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
355
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
356
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
357
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
360
358
  };
361
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
362
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
363
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
359
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
360
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
361
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
364
362
  };
365
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
366
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
363
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
364
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
367
365
  };
368
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
369
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
366
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
367
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
370
368
  };
371
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
372
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
369
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
370
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
373
371
  };
374
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
375
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
372
+ mb: (value: 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">;
376
374
  };
377
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
378
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
375
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
376
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
379
377
  };
380
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
381
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
382
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
378
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
379
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
380
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
383
381
  };
384
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
385
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
386
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
382
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
383
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
384
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
387
385
  };
388
386
  }> | undefined;
389
387
  slot?: string | undefined;
@@ -396,6 +394,7 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
396
394
  suppressContentEditableWarning?: boolean | undefined;
397
395
  suppressHydrationWarning?: boolean | undefined;
398
396
  accessKey?: string | undefined;
397
+ autoFocus?: boolean | undefined;
399
398
  className?: string | undefined;
400
399
  contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
401
400
  contextMenu?: string | undefined;
@@ -404,6 +403,7 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
404
403
  hidden?: boolean | undefined;
405
404
  id?: string | undefined;
406
405
  lang?: string | undefined;
406
+ nonce?: string | undefined;
407
407
  placeholder?: string | undefined;
408
408
  spellCheck?: (boolean | "true" | "false") | undefined;
409
409
  tabIndex?: number | undefined;
@@ -414,7 +414,9 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
414
414
  inlist?: any;
415
415
  prefix?: string | undefined;
416
416
  property?: string | undefined;
417
+ rel?: string | undefined;
417
418
  resource?: string | undefined;
419
+ rev?: string | undefined;
418
420
  typeof?: string | undefined;
419
421
  vocab?: string | undefined;
420
422
  autoCapitalize?: string | undefined;
@@ -430,56 +432,56 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
430
432
  unselectable?: "on" | "off" | undefined;
431
433
  inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
432
434
  is?: string | undefined;
433
- 'aria-activedescendant'?: string | undefined;
434
- 'aria-atomic'?: (boolean | "true" | "false") | undefined;
435
- 'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
436
- 'aria-busy'?: (boolean | "true" | "false") | undefined;
437
- 'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
438
- 'aria-colcount'?: number | undefined;
439
- 'aria-colindex'?: number | undefined;
440
- 'aria-colspan'?: number | undefined;
441
- 'aria-controls'?: string | undefined;
442
- 'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
443
- 'aria-describedby'?: string | undefined;
444
- 'aria-details'?: string | undefined;
445
- 'aria-disabled'?: (boolean | "true" | "false") | undefined;
446
- 'aria-dropeffect'?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
447
- 'aria-errormessage'?: string | undefined;
448
- 'aria-expanded'?: (boolean | "true" | "false") | undefined;
449
- 'aria-flowto'?: string | undefined;
450
- 'aria-grabbed'?: (boolean | "true" | "false") | undefined;
451
- 'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree" | undefined;
452
- 'aria-hidden'?: (boolean | "true" | "false") | undefined;
453
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
454
- 'aria-keyshortcuts'?: string | undefined;
455
- 'aria-label'?: string | undefined;
456
- 'aria-labelledby'?: string | undefined;
457
- 'aria-level'?: number | undefined;
458
- 'aria-live'?: "off" | "assertive" | "polite" | undefined;
459
- 'aria-modal'?: (boolean | "true" | "false") | undefined;
460
- 'aria-multiline'?: (boolean | "true" | "false") | undefined;
461
- 'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
462
- 'aria-orientation'?: "horizontal" | "vertical" | undefined;
463
- 'aria-owns'?: string | undefined;
464
- 'aria-placeholder'?: string | undefined;
465
- 'aria-posinset'?: number | undefined;
466
- 'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
467
- 'aria-readonly'?: (boolean | "true" | "false") | undefined;
468
- 'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
469
- 'aria-required'?: (boolean | "true" | "false") | undefined;
470
- 'aria-roledescription'?: string | undefined;
471
- 'aria-rowcount'?: number | undefined;
472
- 'aria-rowindex'?: number | undefined;
473
- 'aria-rowspan'?: number | undefined;
474
- 'aria-selected'?: (boolean | "true" | "false") | undefined;
475
- 'aria-setsize'?: number | undefined;
476
- 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
477
- 'aria-valuemax'?: number | undefined;
478
- 'aria-valuemin'?: number | undefined;
479
- 'aria-valuenow'?: number | undefined;
480
- 'aria-valuetext'?: string | undefined;
435
+ "aria-activedescendant"?: string | undefined;
436
+ "aria-atomic"?: (boolean | "true" | "false") | undefined;
437
+ "aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
438
+ "aria-busy"?: (boolean | "true" | "false") | undefined;
439
+ "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
440
+ "aria-colcount"?: number | undefined;
441
+ "aria-colindex"?: number | undefined;
442
+ "aria-colspan"?: number | undefined;
443
+ "aria-controls"?: string | undefined;
444
+ "aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
445
+ "aria-describedby"?: string | undefined;
446
+ "aria-details"?: string | undefined;
447
+ "aria-disabled"?: (boolean | "true" | "false") | undefined;
448
+ "aria-dropeffect"?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
449
+ "aria-errormessage"?: string | undefined;
450
+ "aria-expanded"?: (boolean | "true" | "false") | undefined;
451
+ "aria-flowto"?: string | undefined;
452
+ "aria-grabbed"?: (boolean | "true" | "false") | undefined;
453
+ "aria-haspopup"?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree" | undefined;
454
+ "aria-hidden"?: (boolean | "true" | "false") | undefined;
455
+ "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
456
+ "aria-keyshortcuts"?: string | undefined;
457
+ "aria-label"?: string | undefined;
458
+ "aria-labelledby"?: string | undefined;
459
+ "aria-level"?: number | undefined;
460
+ "aria-live"?: "off" | "assertive" | "polite" | undefined;
461
+ "aria-modal"?: (boolean | "true" | "false") | undefined;
462
+ "aria-multiline"?: (boolean | "true" | "false") | undefined;
463
+ "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
464
+ "aria-orientation"?: "horizontal" | "vertical" | undefined;
465
+ "aria-owns"?: string | undefined;
466
+ "aria-placeholder"?: string | undefined;
467
+ "aria-posinset"?: number | undefined;
468
+ "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
469
+ "aria-readonly"?: (boolean | "true" | "false") | undefined;
470
+ "aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
471
+ "aria-required"?: (boolean | "true" | "false") | undefined;
472
+ "aria-roledescription"?: string | undefined;
473
+ "aria-rowcount"?: number | undefined;
474
+ "aria-rowindex"?: number | undefined;
475
+ "aria-rowspan"?: number | undefined;
476
+ "aria-selected"?: (boolean | "true" | "false") | undefined;
477
+ "aria-setsize"?: number | undefined;
478
+ "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
479
+ "aria-valuemax"?: number | undefined;
480
+ "aria-valuemin"?: number | undefined;
481
+ "aria-valuenow"?: number | undefined;
482
+ "aria-valuetext"?: string | undefined;
481
483
  dangerouslySetInnerHTML?: {
482
- __html: string;
484
+ __html: string | TrustedHTML;
483
485
  } | undefined;
484
486
  onCopy?: import("react").ClipboardEventHandler<HTMLTableSectionElement> | undefined;
485
487
  onCopyCapture?: import("react").ClipboardEventHandler<HTMLTableSectionElement> | undefined;
@@ -653,20 +655,20 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
653
655
  } & {
654
656
  [x: string]: boolean | "true" | "false" | undefined;
655
657
  }) | undefined;
656
- }) => JSX.Element;
658
+ }) => import("react").JSX.Element;
657
659
  /** Default table data cell implementation for `DataTable`
658
660
  *
659
661
  *
660
662
  */
661
663
  DataCell: ({ cell }: {
662
664
  cell: import("@tanstack/table-core").Cell<Record<string, unknown>, unknown>;
663
- }) => JSX.Element;
665
+ }) => import("react").JSX.Element;
664
666
  /**
665
667
  * Used in place of `DataTable.Table` to render a table with rows that the user can sort by drag-and-drop
666
668
  */
667
- DragAndDropTable: ({ idColumn, onDragAndDrop, sortable, striped, theme, css, ...props }: Omit<Omit<Pick<import("react").DetailedHTMLProps<import("react").TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, "key" | keyof import("react").TableHTMLAttributes<HTMLTableElement>> & {
669
+ DragAndDropTable: ({ idColumn, onDragAndDrop, sortable, striped, theme, css, ...props }: Omit<Omit<Omit<import("react").DetailedHTMLProps<import("react").TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, "ref"> & {
668
670
  ref?: ((instance: HTMLTableElement | null) => void) | import("react").RefObject<HTMLTableElement> | null | undefined;
669
- }, "size" | "css" | "corners"> & import("@stitches/react/types/styled-component").TransformProps<{
671
+ }, "size" | "css" | "corners"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
670
672
  size?: "md" | "lg" | "xl" | undefined;
671
673
  corners?: "round" | "square" | undefined;
672
674
  }, {
@@ -678,7 +680,7 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
678
680
  allowMotion: string;
679
681
  hover: string;
680
682
  }> & {
681
- css?: import("@stitches/react/types/css-util").CSS<{
683
+ css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
682
684
  sm: string;
683
685
  md: string;
684
686
  lg: string;
@@ -718,6 +720,18 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
718
720
  blue1000: any;
719
721
  blue1100: any;
720
722
  blue1200: any;
723
+ pink100: any;
724
+ pink200: any;
725
+ pink300: any;
726
+ pink400: any;
727
+ pink500: any;
728
+ pink600: any;
729
+ pink700: any;
730
+ pink800: any;
731
+ pink900: any;
732
+ pink1000: any;
733
+ pink1100: any;
734
+ pink1200: any;
721
735
  purple100: any;
722
736
  purple200: any;
723
737
  purple300: any;
@@ -862,26 +876,11 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
862
876
  marsh1000: any;
863
877
  marsh1100: any;
864
878
  marsh1200: any;
865
- tonal50: any;
866
- tonal100: any;
867
- tonal200: any;
868
- tonal300: any;
869
- tonal400: any;
870
- tonal500: any;
871
- tonal600: any;
872
879
  alpha100: any;
873
880
  alpha150: any;
874
881
  alpha200: any;
875
882
  alpha250: any;
876
883
  alpha600: any;
877
- brandRed: any;
878
- brandRedAccent: any;
879
- brandGreen: any;
880
- brandGreenAccent: any;
881
- brandPurple: any;
882
- brandPurpleAccent: any;
883
- brandYellow: any;
884
- brandYellowAccent: any;
885
884
  infoLight: any;
886
885
  info: any;
887
886
  infoMid: any;
@@ -982,59 +981,59 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
982
981
  "1-1": any;
983
982
  "3-4": any;
984
983
  };
985
- }, import("@stitches/react/types/config").DefaultThemeMap, {
986
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
987
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
984
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
985
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
986
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
988
987
  };
989
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
990
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
991
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
988
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
989
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
990
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
992
991
  };
993
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
994
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
992
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
993
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
995
994
  };
996
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
997
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
995
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
996
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
998
997
  };
999
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1000
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
998
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
999
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1001
1000
  };
1002
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1003
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1001
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1002
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1004
1003
  };
1005
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1006
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1004
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1005
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1007
1006
  };
1008
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1009
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1010
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1007
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1008
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1009
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1011
1010
  };
1012
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1013
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1014
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1011
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1012
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1013
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1015
1014
  };
1016
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1017
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1015
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1016
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1018
1017
  };
1019
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1020
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1018
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1019
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1021
1020
  };
1022
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1023
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1021
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1022
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1024
1023
  };
1025
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1026
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1024
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1025
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1027
1026
  };
1028
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1029
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1027
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1028
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1030
1029
  };
1031
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1032
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1033
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1030
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1031
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1032
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1034
1033
  };
1035
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1036
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1037
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1034
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1035
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1036
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1038
1037
  };
1039
1038
  }> | undefined;
1040
1039
  } & {
@@ -1042,9 +1041,9 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
1042
1041
  scrollContainerCss?: import("../..").CSS | undefined;
1043
1042
  controlColumnCount?: number | undefined;
1044
1043
  maxRowDepth?: number | undefined;
1045
- }, "children" | "numberOfStickyColumns"> & Partial<Pick<Omit<Omit<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, "key" | keyof import("react").HTMLAttributes<HTMLTableSectionElement>> & {
1044
+ }, "children" | "numberOfStickyColumns"> & Partial<Pick<Omit<Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, "ref"> & {
1046
1045
  ref?: ((instance: HTMLTableSectionElement | null) => void) | import("react").RefObject<HTMLTableSectionElement> | null | undefined;
1047
- }, "css" | "theme" | "isSticky"> & import("@stitches/react/types/styled-component").TransformProps<{
1046
+ }, "css" | "theme" | "isSticky"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
1048
1047
  theme?: "light" | "primary" | "white" | "primaryDark" | "primaryLight" | undefined;
1049
1048
  isSticky?: boolean | "true" | undefined;
1050
1049
  }, {
@@ -1056,7 +1055,7 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
1056
1055
  allowMotion: string;
1057
1056
  hover: string;
1058
1057
  }> & {
1059
- css?: import("@stitches/react/types/css-util").CSS<{
1058
+ css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
1060
1059
  sm: string;
1061
1060
  md: string;
1062
1061
  lg: string;
@@ -1096,6 +1095,18 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
1096
1095
  blue1000: any;
1097
1096
  blue1100: any;
1098
1097
  blue1200: any;
1098
+ pink100: any;
1099
+ pink200: any;
1100
+ pink300: any;
1101
+ pink400: any;
1102
+ pink500: any;
1103
+ pink600: any;
1104
+ pink700: any;
1105
+ pink800: any;
1106
+ pink900: any;
1107
+ pink1000: any;
1108
+ pink1100: any;
1109
+ pink1200: any;
1099
1110
  purple100: any;
1100
1111
  purple200: any;
1101
1112
  purple300: any;
@@ -1240,26 +1251,11 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
1240
1251
  marsh1000: any;
1241
1252
  marsh1100: any;
1242
1253
  marsh1200: any;
1243
- tonal50: any;
1244
- tonal100: any;
1245
- tonal200: any;
1246
- tonal300: any;
1247
- tonal400: any;
1248
- tonal500: any;
1249
- tonal600: any;
1250
1254
  alpha100: any;
1251
1255
  alpha150: any;
1252
1256
  alpha200: any;
1253
1257
  alpha250: any;
1254
1258
  alpha600: any;
1255
- brandRed: any;
1256
- brandRedAccent: any;
1257
- brandGreen: any;
1258
- brandGreenAccent: any;
1259
- brandPurple: any;
1260
- brandPurpleAccent: any;
1261
- brandYellow: any;
1262
- brandYellowAccent: any;
1263
1259
  infoLight: any;
1264
1260
  info: any;
1265
1261
  infoMid: any;
@@ -1360,68 +1356,68 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
1360
1356
  "1-1": any;
1361
1357
  "3-4": any;
1362
1358
  };
1363
- }, import("@stitches/react/types/config").DefaultThemeMap, {
1364
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
1365
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
1359
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
1360
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
1361
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
1366
1362
  };
1367
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
1368
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1369
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1363
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
1364
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1365
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1370
1366
  };
1371
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1372
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1367
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1368
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1373
1369
  };
1374
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1375
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1370
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1371
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1376
1372
  };
1377
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1378
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1373
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1374
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1379
1375
  };
1380
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1381
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1376
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1377
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1382
1378
  };
1383
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1384
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1379
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1380
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1385
1381
  };
1386
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1387
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1388
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1382
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1383
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1384
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1389
1385
  };
1390
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1391
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1392
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1386
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1387
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1388
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1393
1389
  };
1394
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1395
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1390
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1391
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1396
1392
  };
1397
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1398
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1393
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1394
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1399
1395
  };
1400
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1401
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1396
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1397
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1402
1398
  };
1403
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1404
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1399
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1400
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1405
1401
  };
1406
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1407
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1402
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1403
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1408
1404
  };
1409
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1410
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1411
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1405
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1406
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1407
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1412
1408
  };
1413
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1414
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1415
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1409
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1410
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1411
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1416
1412
  };
1417
1413
  }> | undefined;
1418
1414
  }, "children"> & {
1419
1415
  sortable?: boolean | undefined;
1420
1416
  isSticky?: boolean | undefined;
1421
1417
  headerCss?: import("../..").CSS | undefined;
1422
- }, "theme" | "sortable">> & Partial<Pick<Omit<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, "key" | keyof import("react").HTMLAttributes<HTMLTableSectionElement>> & {
1418
+ }, "theme" | "sortable">> & Partial<Pick<Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, "ref"> & {
1423
1419
  ref?: ((instance: HTMLTableSectionElement | null) => void) | import("react").RefObject<HTMLTableSectionElement> | null | undefined;
1424
- }, "css" | "striped"> & import("@stitches/react/types/styled-component").TransformProps<{
1420
+ }, "css" | "striped"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
1425
1421
  striped?: boolean | "true" | "false" | undefined;
1426
1422
  }, {
1427
1423
  sm: string;
@@ -1432,7 +1428,7 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
1432
1428
  allowMotion: string;
1433
1429
  hover: string;
1434
1430
  }> & {
1435
- css?: import("@stitches/react/types/css-util").CSS<{
1431
+ css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
1436
1432
  sm: string;
1437
1433
  md: string;
1438
1434
  lg: string;
@@ -1472,6 +1468,18 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
1472
1468
  blue1000: any;
1473
1469
  blue1100: any;
1474
1470
  blue1200: any;
1471
+ pink100: any;
1472
+ pink200: any;
1473
+ pink300: any;
1474
+ pink400: any;
1475
+ pink500: any;
1476
+ pink600: any;
1477
+ pink700: any;
1478
+ pink800: any;
1479
+ pink900: any;
1480
+ pink1000: any;
1481
+ pink1100: any;
1482
+ pink1200: any;
1475
1483
  purple100: any;
1476
1484
  purple200: any;
1477
1485
  purple300: any;
@@ -1616,26 +1624,11 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
1616
1624
  marsh1000: any;
1617
1625
  marsh1100: any;
1618
1626
  marsh1200: any;
1619
- tonal50: any;
1620
- tonal100: any;
1621
- tonal200: any;
1622
- tonal300: any;
1623
- tonal400: any;
1624
- tonal500: any;
1625
- tonal600: any;
1626
1627
  alpha100: any;
1627
1628
  alpha150: any;
1628
1629
  alpha200: any;
1629
1630
  alpha250: any;
1630
1631
  alpha600: any;
1631
- brandRed: any;
1632
- brandRedAccent: any;
1633
- brandGreen: any;
1634
- brandGreenAccent: any;
1635
- brandPurple: any;
1636
- brandPurpleAccent: any;
1637
- brandYellow: any;
1638
- brandYellowAccent: any;
1639
1632
  infoLight: any;
1640
1633
  info: any;
1641
1634
  infoMid: any;
@@ -1736,59 +1729,59 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
1736
1729
  "1-1": any;
1737
1730
  "3-4": any;
1738
1731
  };
1739
- }, import("@stitches/react/types/config").DefaultThemeMap, {
1740
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
1741
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
1732
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
1733
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
1734
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
1742
1735
  };
1743
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
1744
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1745
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1736
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
1737
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1738
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1746
1739
  };
1747
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1748
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1740
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1741
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1749
1742
  };
1750
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1751
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1743
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1744
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1752
1745
  };
1753
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1754
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1746
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1747
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1755
1748
  };
1756
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1757
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1749
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1750
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1758
1751
  };
1759
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1760
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1752
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1753
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1761
1754
  };
1762
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1763
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1764
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1755
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1756
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1757
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1765
1758
  };
1766
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1767
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1768
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1759
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1760
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1761
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1769
1762
  };
1770
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1771
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1763
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1764
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1772
1765
  };
1773
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1774
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1766
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1767
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1775
1768
  };
1776
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1777
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1769
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1770
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1778
1771
  };
1779
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1780
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1772
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1773
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1781
1774
  };
1782
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1783
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1775
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1776
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1784
1777
  };
1785
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1786
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1787
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1778
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1779
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1780
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1788
1781
  };
1789
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1790
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1791
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1782
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
1783
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1784
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1792
1785
  };
1793
1786
  }> | undefined;
1794
1787
  }, "striped">> & {
@@ -1805,14 +1798,14 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
1805
1798
  newIndex: number;
1806
1799
  newData: import("./DataTable.types").TAsyncDataResult;
1807
1800
  }) => void) | undefined;
1808
- }) => JSX.Element;
1801
+ }) => import("react").JSX.Element;
1809
1802
  /** Default global search implementation for `DataTable`
1810
1803
  *
1811
1804
  * If you need more customisation options, you can compose your own implementation with our UI-only input components and `useDataTable`.
1812
1805
  */
1813
- GlobalFilter: ({ onChange, label, hideLabel, ...props }: Omit<Omit<Omit<Pick<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "key" | keyof import("react").InputHTMLAttributes<HTMLInputElement>> & {
1806
+ GlobalFilter: ({ onChange, label, hideLabel, ...props }: Omit<Omit<Omit<Omit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & {
1814
1807
  ref?: ((instance: HTMLInputElement | null) => void) | import("react").RefObject<HTMLInputElement> | null | undefined;
1815
- }, "css"> & import("@stitches/react/types/styled-component").TransformProps<{}, {
1808
+ }, "css"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{}, {
1816
1809
  sm: string;
1817
1810
  md: string;
1818
1811
  lg: string;
@@ -1821,7 +1814,7 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
1821
1814
  allowMotion: string;
1822
1815
  hover: string;
1823
1816
  }> & {
1824
- css?: import("@stitches/react/types/css-util").CSS<{
1817
+ css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
1825
1818
  sm: string;
1826
1819
  md: string;
1827
1820
  lg: string;
@@ -1861,6 +1854,18 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
1861
1854
  blue1000: any;
1862
1855
  blue1100: any;
1863
1856
  blue1200: any;
1857
+ pink100: any;
1858
+ pink200: any;
1859
+ pink300: any;
1860
+ pink400: any;
1861
+ pink500: any;
1862
+ pink600: any;
1863
+ pink700: any;
1864
+ pink800: any;
1865
+ pink900: any;
1866
+ pink1000: any;
1867
+ pink1100: any;
1868
+ pink1200: any;
1864
1869
  purple100: any;
1865
1870
  purple200: any;
1866
1871
  purple300: any;
@@ -2005,26 +2010,11 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
2005
2010
  marsh1000: any;
2006
2011
  marsh1100: any;
2007
2012
  marsh1200: any;
2008
- tonal50: any;
2009
- tonal100: any;
2010
- tonal200: any;
2011
- tonal300: any;
2012
- tonal400: any;
2013
- tonal500: any;
2014
- tonal600: any;
2015
2013
  alpha100: any;
2016
2014
  alpha150: any;
2017
2015
  alpha200: any;
2018
2016
  alpha250: any;
2019
2017
  alpha600: any;
2020
- brandRed: any;
2021
- brandRedAccent: any;
2022
- brandGreen: any;
2023
- brandGreenAccent: any;
2024
- brandPurple: any;
2025
- brandPurpleAccent: any;
2026
- brandYellow: any;
2027
- brandYellowAccent: any;
2028
2018
  infoLight: any;
2029
2019
  info: any;
2030
2020
  infoMid: any;
@@ -2125,59 +2115,59 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
2125
2115
  "1-1": any;
2126
2116
  "3-4": any;
2127
2117
  };
2128
- }, import("@stitches/react/types/config").DefaultThemeMap, {
2129
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
2130
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
2118
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
2119
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
2120
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
2131
2121
  };
2132
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
2133
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
2134
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
2122
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
2123
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
2124
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
2135
2125
  };
2136
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2137
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2126
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2127
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2138
2128
  };
2139
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2140
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2129
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2130
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2141
2131
  };
2142
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2143
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2132
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2133
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2144
2134
  };
2145
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2146
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2135
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2136
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2147
2137
  };
2148
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2149
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2138
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2139
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2150
2140
  };
2151
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2152
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2153
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2141
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2142
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2143
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2154
2144
  };
2155
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2156
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2157
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2145
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2146
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2147
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2158
2148
  };
2159
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2160
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2149
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2150
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2161
2151
  };
2162
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2163
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2152
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2153
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2164
2154
  };
2165
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2166
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2155
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2156
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2167
2157
  };
2168
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2169
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2158
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2159
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2170
2160
  };
2171
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2172
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2161
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2162
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2173
2163
  };
2174
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2175
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2176
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2164
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2165
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2166
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2177
2167
  };
2178
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2179
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2180
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2168
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2169
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2170
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2181
2171
  };
2182
2172
  }> | undefined;
2183
2173
  }, "size" | "as" | "type"> & {
@@ -2231,16 +2221,16 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
2231
2221
  } & {
2232
2222
  label: string;
2233
2223
  hideLabel?: boolean | undefined;
2234
- }) => JSX.Element | null;
2224
+ }) => import("react").JSX.Element | null;
2235
2225
  /** Default table head implementation
2236
2226
  *
2237
2227
  * Can be configured to be sortable and with different visual themes.
2238
2228
  * If you need more customisation options, you can build your own implementation
2239
2229
  * with `useDataTable` and the UI-only `Table` components.
2240
2230
  */
2241
- Head: ({ sortable, theme, isSticky, ...props }: Omit<Omit<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, "key" | keyof import("react").HTMLAttributes<HTMLTableSectionElement>> & {
2231
+ Head: ({ sortable, theme, isSticky, ...props }: Omit<Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, "ref"> & {
2242
2232
  ref?: ((instance: HTMLTableSectionElement | null) => void) | import("react").RefObject<HTMLTableSectionElement> | null | undefined;
2243
- }, "css" | "theme" | "isSticky"> & import("@stitches/react/types/styled-component").TransformProps<{
2233
+ }, "css" | "theme" | "isSticky"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
2244
2234
  theme?: "light" | "primary" | "white" | "primaryDark" | "primaryLight" | undefined;
2245
2235
  isSticky?: boolean | "true" | undefined;
2246
2236
  }, {
@@ -2252,7 +2242,7 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
2252
2242
  allowMotion: string;
2253
2243
  hover: string;
2254
2244
  }> & {
2255
- css?: import("@stitches/react/types/css-util").CSS<{
2245
+ css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
2256
2246
  sm: string;
2257
2247
  md: string;
2258
2248
  lg: string;
@@ -2292,6 +2282,18 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
2292
2282
  blue1000: any;
2293
2283
  blue1100: any;
2294
2284
  blue1200: any;
2285
+ pink100: any;
2286
+ pink200: any;
2287
+ pink300: any;
2288
+ pink400: any;
2289
+ pink500: any;
2290
+ pink600: any;
2291
+ pink700: any;
2292
+ pink800: any;
2293
+ pink900: any;
2294
+ pink1000: any;
2295
+ pink1100: any;
2296
+ pink1200: any;
2295
2297
  purple100: any;
2296
2298
  purple200: any;
2297
2299
  purple300: any;
@@ -2436,26 +2438,11 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
2436
2438
  marsh1000: any;
2437
2439
  marsh1100: any;
2438
2440
  marsh1200: any;
2439
- tonal50: any;
2440
- tonal100: any;
2441
- tonal200: any;
2442
- tonal300: any;
2443
- tonal400: any;
2444
- tonal500: any;
2445
- tonal600: any;
2446
2441
  alpha100: any;
2447
2442
  alpha150: any;
2448
2443
  alpha200: any;
2449
2444
  alpha250: any;
2450
2445
  alpha600: any;
2451
- brandRed: any;
2452
- brandRedAccent: any;
2453
- brandGreen: any;
2454
- brandGreenAccent: any;
2455
- brandPurple: any;
2456
- brandPurpleAccent: any;
2457
- brandYellow: any;
2458
- brandYellowAccent: any;
2459
2446
  infoLight: any;
2460
2447
  info: any;
2461
2448
  infoMid: any;
@@ -2556,74 +2543,74 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
2556
2543
  "1-1": any;
2557
2544
  "3-4": any;
2558
2545
  };
2559
- }, import("@stitches/react/types/config").DefaultThemeMap, {
2560
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
2561
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
2546
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
2547
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
2548
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
2562
2549
  };
2563
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
2564
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
2565
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
2550
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
2551
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
2552
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
2566
2553
  };
2567
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2568
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2554
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2555
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2569
2556
  };
2570
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2571
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2557
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2558
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2572
2559
  };
2573
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2574
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2560
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2561
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2575
2562
  };
2576
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2577
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2563
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2564
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2578
2565
  };
2579
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2580
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2566
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2567
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2581
2568
  };
2582
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2583
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2584
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2569
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2570
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2571
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2585
2572
  };
2586
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2587
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2588
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2573
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2574
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2575
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2589
2576
  };
2590
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2591
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2577
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2578
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2592
2579
  };
2593
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2594
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2580
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2581
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2595
2582
  };
2596
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2597
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2583
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2584
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2598
2585
  };
2599
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2600
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2586
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2587
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2601
2588
  };
2602
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2603
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2589
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2590
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2604
2591
  };
2605
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2606
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2607
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2592
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2593
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2594
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2608
2595
  };
2609
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2610
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2611
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2596
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2597
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2598
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2612
2599
  };
2613
2600
  }> | undefined;
2614
2601
  }, "children"> & {
2615
2602
  sortable?: boolean | undefined;
2616
2603
  isSticky?: boolean | undefined;
2617
2604
  headerCss?: import("../..").CSS | undefined;
2618
- }) => JSX.Element;
2605
+ }) => import("react").JSX.Element;
2619
2606
  /** Default header implementation for `DataTable`
2620
2607
  *
2621
2608
  * Can be configured to make the column sortable. If you need more customisation options,
2622
2609
  * you can build your own implementation with the UI-only `Table` components.
2623
2610
  */
2624
- HeaderCell: ({ header, children, css, ...props }: Omit<Pick<import("react").DetailedHTMLProps<import("react").ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>, "key" | keyof import("react").ThHTMLAttributes<HTMLTableHeaderCellElement>> & {
2611
+ HeaderCell: ({ header, children, css, ...props }: Omit<Omit<import("react").DetailedHTMLProps<import("react").ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>, "ref"> & {
2625
2612
  ref?: ((instance: HTMLTableHeaderCellElement | null) => void) | import("react").RefObject<HTMLTableHeaderCellElement> | null | undefined;
2626
- }, "css"> & import("@stitches/react/types/styled-component").TransformProps<{}, {
2613
+ }, "css"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{}, {
2627
2614
  sm: string;
2628
2615
  md: string;
2629
2616
  lg: string;
@@ -2632,7 +2619,7 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
2632
2619
  allowMotion: string;
2633
2620
  hover: string;
2634
2621
  }> & {
2635
- css?: import("@stitches/react/types/css-util").CSS<{
2622
+ css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
2636
2623
  sm: string;
2637
2624
  md: string;
2638
2625
  lg: string;
@@ -2672,6 +2659,18 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
2672
2659
  blue1000: any;
2673
2660
  blue1100: any;
2674
2661
  blue1200: any;
2662
+ pink100: any;
2663
+ pink200: any;
2664
+ pink300: any;
2665
+ pink400: any;
2666
+ pink500: any;
2667
+ pink600: any;
2668
+ pink700: any;
2669
+ pink800: any;
2670
+ pink900: any;
2671
+ pink1000: any;
2672
+ pink1100: any;
2673
+ pink1200: any;
2675
2674
  purple100: any;
2676
2675
  purple200: any;
2677
2676
  purple300: any;
@@ -2816,26 +2815,11 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
2816
2815
  marsh1000: any;
2817
2816
  marsh1100: any;
2818
2817
  marsh1200: any;
2819
- tonal50: any;
2820
- tonal100: any;
2821
- tonal200: any;
2822
- tonal300: any;
2823
- tonal400: any;
2824
- tonal500: any;
2825
- tonal600: any;
2826
2818
  alpha100: any;
2827
2819
  alpha150: any;
2828
2820
  alpha200: any;
2829
2821
  alpha250: any;
2830
2822
  alpha600: any;
2831
- brandRed: any;
2832
- brandRedAccent: any;
2833
- brandGreen: any;
2834
- brandGreenAccent: any;
2835
- brandPurple: any;
2836
- brandPurpleAccent: any;
2837
- brandYellow: any;
2838
- brandYellowAccent: any;
2839
2823
  infoLight: any;
2840
2824
  info: any;
2841
2825
  infoMid: any;
@@ -2936,64 +2920,64 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
2936
2920
  "1-1": any;
2937
2921
  "3-4": any;
2938
2922
  };
2939
- }, import("@stitches/react/types/config").DefaultThemeMap, {
2940
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
2941
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
2923
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
2924
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
2925
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
2942
2926
  };
2943
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
2944
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
2945
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
2927
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
2928
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
2929
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
2946
2930
  };
2947
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2948
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2931
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2932
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2949
2933
  };
2950
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2951
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2934
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2935
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2952
2936
  };
2953
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2954
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2937
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2938
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2955
2939
  };
2956
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2957
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2940
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2941
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2958
2942
  };
2959
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2960
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2943
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2944
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2961
2945
  };
2962
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2963
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2964
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2946
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2947
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2948
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2965
2949
  };
2966
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2967
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2968
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2950
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2951
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2952
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2969
2953
  };
2970
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2971
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2954
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2955
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2972
2956
  };
2973
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2974
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2957
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2958
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2975
2959
  };
2976
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2977
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2960
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2961
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2978
2962
  };
2979
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2980
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2963
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2964
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2981
2965
  };
2982
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2983
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2966
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2967
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2984
2968
  };
2985
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2986
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2987
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2969
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2970
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2971
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2988
2972
  };
2989
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2990
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2991
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2973
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
2974
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2975
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2992
2976
  };
2993
2977
  }> | undefined;
2994
2978
  } & {
2995
2979
  header: import("@tanstack/table-core").Header<Record<string, unknown>, unknown>;
2996
- }) => JSX.Element;
2980
+ }) => import("react").JSX.Element;
2997
2981
  /** Default pagination implementation for `DataTable`
2998
2982
  *
2999
2983
  * Can navigate forward, backward, or to any specific page. If you need more customisation options,
@@ -3008,20 +2992,15 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
3008
2992
  separator?: string | undefined;
3009
2993
  } | undefined;
3010
2994
  sortLabel?: string | undefined;
3011
- css?: import("@stitches/react").CSS<{
3012
- media: {};
3013
- theme: {};
3014
- themeMap: {};
3015
- utils: {};
3016
- }> | undefined;
3017
- }) => JSX.Element;
2995
+ css?: import("../..").CSS | undefined;
2996
+ }) => import("react").JSX.Element;
3018
2997
  /** Default display of amount of items and current sorting status for 'DataTable'
3019
2998
  *
3020
2999
  */
3021
3000
  Pagination: {
3022
- ({ colorScheme, ...props }: Omit<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, "key" | keyof import("react").HTMLAttributes<HTMLElement>> & {
3001
+ ({ colorScheme, ...props }: Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & {
3023
3002
  ref?: ((instance: HTMLElement | null) => void) | import("react").RefObject<HTMLElement> | null | undefined;
3024
- }, "css"> & import("@stitches/react/types/styled-component").TransformProps<{}, {
3003
+ }, "css"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{}, {
3025
3004
  sm: string;
3026
3005
  md: string;
3027
3006
  lg: string;
@@ -3030,7 +3009,7 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
3030
3009
  allowMotion: string;
3031
3010
  hover: string;
3032
3011
  }> & {
3033
- css?: import("@stitches/react/types/css-util").CSS<{
3012
+ css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
3034
3013
  sm: string;
3035
3014
  md: string;
3036
3015
  lg: string;
@@ -3070,6 +3049,18 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
3070
3049
  blue1000: any;
3071
3050
  blue1100: any;
3072
3051
  blue1200: any;
3052
+ pink100: any;
3053
+ pink200: any;
3054
+ pink300: any;
3055
+ pink400: any;
3056
+ pink500: any;
3057
+ pink600: any;
3058
+ pink700: any;
3059
+ pink800: any;
3060
+ pink900: any;
3061
+ pink1000: any;
3062
+ pink1100: any;
3063
+ pink1200: any;
3073
3064
  purple100: any;
3074
3065
  purple200: any;
3075
3066
  purple300: any;
@@ -3214,26 +3205,11 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
3214
3205
  marsh1000: any;
3215
3206
  marsh1100: any;
3216
3207
  marsh1200: any;
3217
- tonal50: any;
3218
- tonal100: any;
3219
- tonal200: any;
3220
- tonal300: any;
3221
- tonal400: any;
3222
- tonal500: any;
3223
- tonal600: any;
3224
3208
  alpha100: any;
3225
3209
  alpha150: any;
3226
3210
  alpha200: any;
3227
3211
  alpha250: any;
3228
3212
  alpha600: any;
3229
- brandRed: any;
3230
- brandRedAccent: any;
3231
- brandGreen: any;
3232
- brandGreenAccent: any;
3233
- brandPurple: any;
3234
- brandPurpleAccent: any;
3235
- brandYellow: any;
3236
- brandYellowAccent: any;
3237
3213
  infoLight: any;
3238
3214
  info: any;
3239
3215
  infoMid: any;
@@ -3334,64 +3310,64 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
3334
3310
  "1-1": any;
3335
3311
  "3-4": any;
3336
3312
  };
3337
- }, import("@stitches/react/types/config").DefaultThemeMap, {
3338
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
3339
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
3313
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
3314
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
3315
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
3340
3316
  };
3341
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
3342
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
3343
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
3317
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
3318
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
3319
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
3344
3320
  };
3345
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3346
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3321
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3322
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3347
3323
  };
3348
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3349
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3324
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3325
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3350
3326
  };
3351
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3352
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3327
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3328
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3353
3329
  };
3354
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3355
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3330
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3331
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3356
3332
  };
3357
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3358
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3333
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3334
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3359
3335
  };
3360
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3361
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3362
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3336
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3337
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3338
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3363
3339
  };
3364
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3365
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3366
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3340
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3341
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3342
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3367
3343
  };
3368
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3369
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3344
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3345
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3370
3346
  };
3371
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3372
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3347
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3348
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3373
3349
  };
3374
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3375
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3350
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3351
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3376
3352
  };
3377
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3378
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3353
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3354
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3379
3355
  };
3380
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3381
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3356
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3357
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3382
3358
  };
3383
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3384
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3385
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3359
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3360
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3361
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3386
3362
  };
3387
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3388
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3389
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3363
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3364
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3365
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3390
3366
  };
3391
3367
  }> | undefined;
3392
3368
  } & {
3393
3369
  colorScheme?: import("../..").TcolorScheme | undefined;
3394
- }): JSX.Element | null;
3370
+ }): import("react").JSX.Element | null;
3395
3371
  displayName: string;
3396
3372
  };
3397
3373
  /** Default row implementation for `DataTable`
@@ -3399,7 +3375,7 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
3399
3375
  * Renders all visible cells as `Table.Cell`. If you need more customisation options,
3400
3376
  * you can build your own implementation with the UI-only `Table` components.
3401
3377
  */
3402
- Row: ({ row }: import("./DataTableRow").DataTableRowProps) => JSX.Element;
3378
+ Row: ({ row }: import("./DataTableRow").DataTableRowProps) => import("react").JSX.Element;
3403
3379
  /** Default table implementation for `DataTable`.
3404
3380
  *
3405
3381
  * Can be configured with sortable columns and different visual themes.
@@ -3409,7 +3385,7 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
3409
3385
  * scratch with `useDataTable` and the UI-only `Table` components.
3410
3386
  *
3411
3387
  */
3412
- Table: ({ sortable, striped, theme, css, scrollOptions, ...props }: import("./DataTableTable").DataTableTableProps) => JSX.Element | null;
3388
+ Table: ({ sortable, striped, theme, css, scrollOptions, ...props }: import("./DataTableTable").DataTableTableProps) => import("react").JSX.Element | null;
3413
3389
  /** Default loading implementation for remote data
3414
3390
  *
3415
3391
  * Renders a loading component while fetching the paginated data using `getAsyncData`.
@@ -3421,7 +3397,7 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
3421
3397
  message?: string | undefined;
3422
3398
  size?: "sm" | "md" | "lg" | undefined;
3423
3399
  css?: import("../..").CSS | undefined;
3424
- }, "css"> & import("@stitches/react/types/styled-component").TransformProps<{}, {
3400
+ }, "css"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{}, {
3425
3401
  sm: string;
3426
3402
  md: string;
3427
3403
  lg: string;
@@ -3430,7 +3406,7 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
3430
3406
  allowMotion: string;
3431
3407
  hover: string;
3432
3408
  }> & {
3433
- css?: import("@stitches/react/types/css-util").CSS<{
3409
+ css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
3434
3410
  sm: string;
3435
3411
  md: string;
3436
3412
  lg: string;
@@ -3470,6 +3446,18 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
3470
3446
  blue1000: any;
3471
3447
  blue1100: any;
3472
3448
  blue1200: any;
3449
+ pink100: any;
3450
+ pink200: any;
3451
+ pink300: any;
3452
+ pink400: any;
3453
+ pink500: any;
3454
+ pink600: any;
3455
+ pink700: any;
3456
+ pink800: any;
3457
+ pink900: any;
3458
+ pink1000: any;
3459
+ pink1100: any;
3460
+ pink1200: any;
3473
3461
  purple100: any;
3474
3462
  purple200: any;
3475
3463
  purple300: any;
@@ -3614,26 +3602,11 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
3614
3602
  marsh1000: any;
3615
3603
  marsh1100: any;
3616
3604
  marsh1200: any;
3617
- tonal50: any;
3618
- tonal100: any;
3619
- tonal200: any;
3620
- tonal300: any;
3621
- tonal400: any;
3622
- tonal500: any;
3623
- tonal600: any;
3624
3605
  alpha100: any;
3625
3606
  alpha150: any;
3626
3607
  alpha200: any;
3627
3608
  alpha250: any;
3628
3609
  alpha600: any;
3629
- brandRed: any;
3630
- brandRedAccent: any;
3631
- brandGreen: any;
3632
- brandGreenAccent: any;
3633
- brandPurple: any;
3634
- brandPurpleAccent: any;
3635
- brandYellow: any;
3636
- brandYellowAccent: any;
3637
3610
  infoLight: any;
3638
3611
  info: any;
3639
3612
  infoMid: any;
@@ -3734,62 +3707,62 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
3734
3707
  "1-1": any;
3735
3708
  "3-4": any;
3736
3709
  };
3737
- }, import("@stitches/react/types/config").DefaultThemeMap, {
3738
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
3739
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
3710
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
3711
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
3712
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
3740
3713
  };
3741
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
3742
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
3743
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
3714
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
3715
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
3716
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
3744
3717
  };
3745
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3746
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3718
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3719
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3747
3720
  };
3748
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3749
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3721
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3722
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3750
3723
  };
3751
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3752
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3724
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3725
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3753
3726
  };
3754
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3755
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3727
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3728
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3756
3729
  };
3757
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3758
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3730
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3731
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3759
3732
  };
3760
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3761
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3762
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3733
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3734
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3735
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3763
3736
  };
3764
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3765
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3766
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3737
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3738
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3739
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3767
3740
  };
3768
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3769
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3741
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3742
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3770
3743
  };
3771
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3772
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3744
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3745
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3773
3746
  };
3774
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3775
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3747
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3748
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3776
3749
  };
3777
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3778
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3750
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3751
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3779
3752
  };
3780
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3781
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3753
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3754
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3782
3755
  };
3783
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3784
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3785
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3756
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3757
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3758
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3786
3759
  };
3787
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3788
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3789
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3760
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
3761
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3762
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3790
3763
  };
3791
3764
  }> | undefined;
3792
- }) => JSX.Element | null;
3765
+ }) => import("react").JSX.Element | null;
3793
3766
  /** Default error implementation for remote data
3794
3767
  *
3795
3768
  * Renders an error component when `getAsyncData` promise rejects.
@@ -3808,9 +3781,9 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
3808
3781
  *
3809
3782
  * Extends the EmptyState component
3810
3783
  */
3811
- EmptyState: ({ children, ...rest }: Omit<Omit<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof import("react").HTMLAttributes<HTMLDivElement>> & {
3784
+ EmptyState: ({ children, ...rest }: Omit<Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
3812
3785
  ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
3813
- }, "direction" | "gap" | "css" | "wrap" | "justify" | "align"> & import("@stitches/react/types/styled-component").TransformProps<{
3786
+ }, "direction" | "gap" | "css" | "wrap" | "justify" | "align"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
3814
3787
  direction?: "inherit" | "initial" | "revert" | "unset" | "row" | "column" | "column-reverse" | "row-reverse" | "revert-layer" | undefined;
3815
3788
  wrap?: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | undefined;
3816
3789
  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;
@@ -3825,7 +3798,7 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
3825
3798
  allowMotion: string;
3826
3799
  hover: string;
3827
3800
  }> & {
3828
- css?: import("@stitches/react/types/css-util").CSS<{
3801
+ css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
3829
3802
  sm: string;
3830
3803
  md: string;
3831
3804
  lg: string;
@@ -3865,6 +3838,18 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
3865
3838
  blue1000: any;
3866
3839
  blue1100: any;
3867
3840
  blue1200: any;
3841
+ pink100: any;
3842
+ pink200: any;
3843
+ pink300: any;
3844
+ pink400: any;
3845
+ pink500: any;
3846
+ pink600: any;
3847
+ pink700: any;
3848
+ pink800: any;
3849
+ pink900: any;
3850
+ pink1000: any;
3851
+ pink1100: any;
3852
+ pink1200: any;
3868
3853
  purple100: any;
3869
3854
  purple200: any;
3870
3855
  purple300: any;
@@ -4009,26 +3994,11 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
4009
3994
  marsh1000: any;
4010
3995
  marsh1100: any;
4011
3996
  marsh1200: any;
4012
- tonal50: any;
4013
- tonal100: any;
4014
- tonal200: any;
4015
- tonal300: any;
4016
- tonal400: any;
4017
- tonal500: any;
4018
- tonal600: any;
4019
3997
  alpha100: any;
4020
3998
  alpha150: any;
4021
3999
  alpha200: any;
4022
4000
  alpha250: any;
4023
4001
  alpha600: any;
4024
- brandRed: any;
4025
- brandRedAccent: any;
4026
- brandGreen: any;
4027
- brandGreenAccent: any;
4028
- brandPurple: any;
4029
- brandPurpleAccent: any;
4030
- brandYellow: any;
4031
- brandYellowAccent: any;
4032
4002
  infoLight: any;
4033
4003
  info: any;
4034
4004
  infoMid: any;
@@ -4129,62 +4099,62 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
4129
4099
  "1-1": any;
4130
4100
  "3-4": any;
4131
4101
  };
4132
- }, import("@stitches/react/types/config").DefaultThemeMap, {
4133
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
4134
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
4102
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
4103
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
4104
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
4135
4105
  };
4136
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
4137
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
4138
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
4106
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
4107
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
4108
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
4139
4109
  };
4140
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4141
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4110
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4111
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4142
4112
  };
4143
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4144
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4113
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4114
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4145
4115
  };
4146
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4147
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4116
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4117
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4148
4118
  };
4149
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4150
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4119
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4120
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4151
4121
  };
4152
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4153
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4122
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4123
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4154
4124
  };
4155
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4156
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4157
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4125
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4126
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4127
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4158
4128
  };
4159
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4160
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4161
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4129
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4130
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4131
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4162
4132
  };
4163
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4164
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4133
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4134
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4165
4135
  };
4166
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4167
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4136
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4137
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4168
4138
  };
4169
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4170
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4139
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4140
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4171
4141
  };
4172
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4173
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4142
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4143
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4174
4144
  };
4175
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4176
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4145
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4146
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4177
4147
  };
4178
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4179
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4180
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4148
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4149
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4150
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4181
4151
  };
4182
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4183
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4184
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4152
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4153
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4154
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4185
4155
  };
4186
4156
  }> | undefined;
4187
- }, "size" | "css"> & import("@stitches/react/types/styled-component").TransformProps<{
4157
+ }, "size" | "css"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
4188
4158
  size?: "sm" | "md" | "lg" | "xl" | "xs" | undefined;
4189
4159
  }, {
4190
4160
  sm: string;
@@ -4195,7 +4165,7 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
4195
4165
  allowMotion: string;
4196
4166
  hover: string;
4197
4167
  }> & {
4198
- css?: import("@stitches/react/types/css-util").CSS<{
4168
+ css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
4199
4169
  sm: string;
4200
4170
  md: string;
4201
4171
  lg: string;
@@ -4235,6 +4205,18 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
4235
4205
  blue1000: any;
4236
4206
  blue1100: any;
4237
4207
  blue1200: any;
4208
+ pink100: any;
4209
+ pink200: any;
4210
+ pink300: any;
4211
+ pink400: any;
4212
+ pink500: any;
4213
+ pink600: any;
4214
+ pink700: any;
4215
+ pink800: any;
4216
+ pink900: any;
4217
+ pink1000: any;
4218
+ pink1100: any;
4219
+ pink1200: any;
4238
4220
  purple100: any;
4239
4221
  purple200: any;
4240
4222
  purple300: any;
@@ -4379,26 +4361,11 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
4379
4361
  marsh1000: any;
4380
4362
  marsh1100: any;
4381
4363
  marsh1200: any;
4382
- tonal50: any;
4383
- tonal100: any;
4384
- tonal200: any;
4385
- tonal300: any;
4386
- tonal400: any;
4387
- tonal500: any;
4388
- tonal600: any;
4389
4364
  alpha100: any;
4390
4365
  alpha150: any;
4391
4366
  alpha200: any;
4392
4367
  alpha250: any;
4393
4368
  alpha600: any;
4394
- brandRed: any;
4395
- brandRedAccent: any;
4396
- brandGreen: any;
4397
- brandGreenAccent: any;
4398
- brandPurple: any;
4399
- brandPurpleAccent: any;
4400
- brandYellow: any;
4401
- brandYellowAccent: any;
4402
4369
  infoLight: any;
4403
4370
  info: any;
4404
4371
  infoMid: any;
@@ -4499,69 +4466,69 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
4499
4466
  "1-1": any;
4500
4467
  "3-4": any;
4501
4468
  };
4502
- }, import("@stitches/react/types/config").DefaultThemeMap, {
4503
- bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
4504
- background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
4469
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
4470
+ bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
4471
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
4505
4472
  };
4506
- size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
4507
- height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
4508
- width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
4473
+ size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
4474
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
4475
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
4509
4476
  };
4510
- p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4511
- padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4477
+ p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4478
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4512
4479
  };
4513
- pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4514
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4480
+ pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4481
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4515
4482
  };
4516
- pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4517
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4483
+ pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4484
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4518
4485
  };
4519
- pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4520
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4486
+ pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4487
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4521
4488
  };
4522
- pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4523
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4489
+ pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4490
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4524
4491
  };
4525
- px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4526
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4527
- paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4492
+ px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4493
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4494
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4528
4495
  };
4529
- py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4530
- paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4531
- paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4496
+ py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4497
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4498
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4532
4499
  };
4533
- m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4534
- margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4500
+ m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4501
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4535
4502
  };
4536
- mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4537
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4503
+ mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4504
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4538
4505
  };
4539
- mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4540
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4506
+ mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4507
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4541
4508
  };
4542
- mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4543
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4509
+ mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4510
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4544
4511
  };
4545
- ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4546
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4512
+ ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4513
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4547
4514
  };
4548
- mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4549
- marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4550
- marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4515
+ mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4516
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4517
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4551
4518
  };
4552
- my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4553
- marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4554
- marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4519
+ my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
4520
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4521
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
4555
4522
  };
4556
4523
  }> | undefined;
4557
- }) => JSX.Element | null;
4524
+ }) => import("react").JSX.Element | null;
4558
4525
  /** Empty state implementation for `DataTable`.
4559
4526
  *
4560
4527
  * Renders a checkbox on the header, allowing for bulk selection/deselection of all selectable rows
4561
4528
  */
4562
4529
  SelectAllRowsCheckbox: ({ label }: {
4563
4530
  label?: string | undefined;
4564
- }) => JSX.Element;
4531
+ }) => import("react").JSX.Element;
4565
4532
  /** Empty state implementation for `DataTable`.
4566
4533
  *
4567
4534
  * Renders a checkbox on the header, allowing for individual selection/deselection of any selectable row
@@ -4594,13 +4561,13 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
4594
4561
  * If you need more customisation options, you can build your own implementation
4595
4562
  * with `useDataTable` and the UI-only `Table` components.
4596
4563
  */
4597
- }) => JSX.Element) & {
4564
+ }) => import("react").JSX.Element) & {
4598
4565
  DefaultActions: ({ children }: {
4599
4566
  children: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
4600
4567
  }) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null;
4601
4568
  SelectedRowActions: ({ cancelLabel, children }: {
4602
4569
  cancelLabel?: string | undefined;
4603
4570
  children: import("react").ReactNode;
4604
- }) => JSX.Element | null;
4571
+ }) => import("react").JSX.Element | null;
4605
4572
  };
4606
4573
  };