@atom-learning/components 3.12.3 → 3.12.6

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 (428) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/dist/components/accordion/AccordionContent.d.ts +1 -2
  3. package/dist/components/accordion/AccordionContent.js.map +1 -1
  4. package/dist/components/accordion/AccordionItem.d.ts +1 -4
  5. package/dist/components/accordion/AccordionItem.js +1 -1
  6. package/dist/components/accordion/AccordionItem.js.map +1 -1
  7. package/dist/components/accordion/AccordionTrigger.d.ts +335 -4
  8. package/dist/components/accordion/AccordionTrigger.js.map +1 -1
  9. package/dist/components/action-icon/ActionIcon.d.ts +1 -1
  10. package/dist/components/action-icon/ActionIcon.js +1 -1
  11. package/dist/components/action-icon/ActionIcon.js.map +1 -1
  12. package/dist/components/alert-dialog/AlertDialog.d.ts +342 -13
  13. package/dist/components/alert-dialog/AlertDialog.js +1 -1
  14. package/dist/components/alert-dialog/AlertDialog.js.map +1 -1
  15. package/dist/components/alert-dialog/AlertDialogContent.d.ts +1 -2
  16. package/dist/components/alert-dialog/AlertDialogContent.js.map +1 -1
  17. package/dist/components/alert-dialog/alert-context/AlertContext.d.ts +1 -1
  18. package/dist/components/alert-dialog/alert-context/AlertContext.js.map +1 -1
  19. package/dist/components/alert-dialog/alert-context/AlertDialog.d.ts +1 -1
  20. package/dist/components/alert-dialog/alert-context/AlertDialog.js.map +1 -1
  21. package/dist/components/avatar/Avatar.d.ts +357 -12
  22. package/dist/components/avatar/Avatar.js +1 -1
  23. package/dist/components/avatar/Avatar.js.map +1 -1
  24. package/dist/components/avatar/AvatarIcon.d.ts +3 -5
  25. package/dist/components/avatar/AvatarIcon.js.map +1 -1
  26. package/dist/components/avatar/AvatarImage.d.ts +3 -5
  27. package/dist/components/avatar/AvatarImage.js +1 -1
  28. package/dist/components/avatar/AvatarImage.js.map +1 -1
  29. package/dist/components/avatar/AvatarInitial.d.ts +2 -2
  30. package/dist/components/avatar/AvatarInitial.js.map +1 -1
  31. package/dist/components/avatar/AvatarPlaceholder.d.ts +2 -2
  32. package/dist/components/avatar/AvatarPlaceholder.js.map +1 -1
  33. package/dist/components/badge/Badge.d.ts +1347 -5
  34. package/dist/components/badge/Badge.js +1 -1
  35. package/dist/components/badge/Badge.js.map +1 -1
  36. package/dist/components/badge/BadgeIcon.d.ts +1 -1
  37. package/dist/components/banner/Banner.d.ts +6 -5
  38. package/dist/components/banner/Banner.js +1 -1
  39. package/dist/components/banner/Banner.js.map +1 -1
  40. package/dist/components/banner/BannerContext.d.ts +4 -1
  41. package/dist/components/banner/BannerContext.js +1 -1
  42. package/dist/components/banner/BannerContext.js.map +1 -1
  43. package/dist/components/banner/banner-regular/BannerRegular.d.ts +3058 -15
  44. package/dist/components/banner/banner-regular/BannerRegular.js +1 -1
  45. package/dist/components/banner/banner-regular/BannerRegular.js.map +1 -1
  46. package/dist/components/banner/banner-regular/BannerRegularActions.d.ts +4 -1
  47. package/dist/components/banner/banner-regular/BannerRegularActions.js.map +1 -1
  48. package/dist/components/banner/banner-regular/BannerRegularButton.d.ts +4 -1
  49. package/dist/components/banner/banner-regular/BannerRegularButton.js.map +1 -1
  50. package/dist/components/banner/banner-regular/BannerRegularContent.d.ts +4 -1
  51. package/dist/components/banner/banner-regular/BannerRegularContent.js +1 -1
  52. package/dist/components/banner/banner-regular/BannerRegularContent.js.map +1 -1
  53. package/dist/components/banner/banner-regular/BannerRegularDismiss.d.ts +2 -2
  54. package/dist/components/banner/banner-regular/BannerRegularHeading.d.ts +4 -1
  55. package/dist/components/banner/banner-regular/BannerRegularHeading.js.map +1 -1
  56. package/dist/components/banner/banner-regular/BannerRegularImage.d.ts +4 -1
  57. package/dist/components/banner/banner-regular/BannerRegularImage.js.map +1 -1
  58. package/dist/components/banner/banner-regular/BannerRegularText.d.ts +4 -1
  59. package/dist/components/banner/banner-regular/BannerRegularText.js +1 -1
  60. package/dist/components/banner/banner-regular/BannerRegularText.js.map +1 -1
  61. package/dist/components/banner/banner-slim/BannerSlim.d.ts +2743 -13
  62. package/dist/components/banner/banner-slim/BannerSlim.js +1 -1
  63. package/dist/components/banner/banner-slim/BannerSlim.js.map +1 -1
  64. package/dist/components/banner/banner-slim/BannerSlimActions.d.ts +4 -1
  65. package/dist/components/banner/banner-slim/BannerSlimActions.js +1 -1
  66. package/dist/components/banner/banner-slim/BannerSlimActions.js.map +1 -1
  67. package/dist/components/banner/banner-slim/BannerSlimButton.d.ts +4 -1
  68. package/dist/components/banner/banner-slim/BannerSlimButton.js.map +1 -1
  69. package/dist/components/banner/banner-slim/BannerSlimContent.d.ts +4 -1
  70. package/dist/components/banner/banner-slim/BannerSlimContent.js.map +1 -1
  71. package/dist/components/banner/banner-slim/BannerSlimDismiss.d.ts +2 -2
  72. package/dist/components/banner/banner-slim/BannerSlimImage.d.ts +4 -1
  73. package/dist/components/banner/banner-slim/BannerSlimImage.js.map +1 -1
  74. package/dist/components/banner/banner-slim/BannerSlimText.d.ts +4 -1
  75. package/dist/components/banner/banner-slim/BannerSlimText.js.map +1 -1
  76. package/dist/components/button/Button.d.ts +1 -1
  77. package/dist/components/button/Button.js.map +1 -1
  78. package/dist/components/calendar/Calendar.d.ts +4 -1
  79. package/dist/components/calendar/Calendar.js.map +1 -1
  80. package/dist/components/carousel/Carousel.d.ts +1347 -11
  81. package/dist/components/carousel/Carousel.js +1 -1
  82. package/dist/components/carousel/Carousel.js.map +1 -1
  83. package/dist/components/carousel/CarouselArrows.d.ts +5 -5
  84. package/dist/components/carousel/CarouselArrows.js +1 -1
  85. package/dist/components/carousel/CarouselArrows.js.map +1 -1
  86. package/dist/components/carousel/CarouselSlide.d.ts +2 -3
  87. package/dist/components/carousel/CarouselSlide.js.map +1 -1
  88. package/dist/components/checkbox/Checkbox.d.ts +1 -2
  89. package/dist/components/checkbox/Checkbox.js.map +1 -1
  90. package/dist/components/checkbox-field/CheckboxField.d.ts +4 -3
  91. package/dist/components/checkbox-field/CheckboxField.js +1 -1
  92. package/dist/components/checkbox-field/CheckboxField.js.map +1 -1
  93. package/dist/components/checkbox-group/CheckboxGroup.d.ts +1 -3
  94. package/dist/components/checkbox-group/context/CheckboxGroupChecked.context.d.ts +1 -1
  95. package/dist/components/checkbox-group/context/CheckboxGroupChecked.context.js +1 -1
  96. package/dist/components/checkbox-group/context/CheckboxGroupChecked.context.js.map +1 -1
  97. package/dist/components/checkbox-tree/CheckboxTree.d.ts +3 -3
  98. package/dist/components/chip/Chip.d.ts +682 -12
  99. package/dist/components/chip/Chip.js +1 -1
  100. package/dist/components/chip/Chip.js.map +1 -1
  101. package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +3 -3
  102. package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.js.map +1 -1
  103. package/dist/components/chip-dismissible-group/ChipDismissibleGroupRoot.d.ts +1 -1
  104. package/dist/components/chip-dismissible-group/ChipDismissibleGroupRoot.js.map +1 -1
  105. package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +3 -3
  106. package/dist/components/chip-toggle-group/ChipToggleGroupItem.js.map +1 -1
  107. package/dist/components/chip-toggle-group/ChipToggleGroupRoot.d.ts +4 -689
  108. package/dist/components/chip-toggle-group/ChipToggleGroupRoot.js.map +1 -1
  109. package/dist/components/combobox/Combobox.d.ts +1337 -14
  110. package/dist/components/combobox/Combobox.js +1 -1
  111. package/dist/components/combobox/Combobox.js.map +1 -1
  112. package/dist/components/combobox/ComboboxInput.d.ts +1 -1
  113. package/dist/components/combobox/ComboboxInput.js.map +1 -1
  114. package/dist/components/data-table/DataTable.d.ts +4083 -42
  115. package/dist/components/data-table/DataTable.js +1 -1
  116. package/dist/components/data-table/DataTable.js.map +1 -1
  117. package/dist/components/data-table/DataTableBody.d.ts +1 -1
  118. package/dist/components/data-table/DataTableBody.js.map +1 -1
  119. package/dist/components/data-table/DataTableBulkActions.d.ts +17 -14
  120. package/dist/components/data-table/DataTableBulkActions.js +1 -1
  121. package/dist/components/data-table/DataTableBulkActions.js.map +1 -1
  122. package/dist/components/data-table/DataTableDataCell.d.ts +2 -2
  123. package/dist/components/data-table/DataTableDataCell.js.map +1 -1
  124. package/dist/components/data-table/DataTableEmptyState.d.ts +1 -1
  125. package/dist/components/data-table/DataTableEmptyState.js.map +1 -1
  126. package/dist/components/data-table/DataTableError.d.ts +2 -4
  127. package/dist/components/data-table/DataTableError.js +1 -1
  128. package/dist/components/data-table/DataTableError.js.map +1 -1
  129. package/dist/components/data-table/DataTableGlobalFilter.d.ts +1 -1
  130. package/dist/components/data-table/DataTableGlobalFilter.js.map +1 -1
  131. package/dist/components/data-table/DataTableHead.d.ts +1 -1
  132. package/dist/components/data-table/DataTableHead.js +1 -1
  133. package/dist/components/data-table/DataTableHead.js.map +1 -1
  134. package/dist/components/data-table/DataTableHeaderCell.d.ts +1 -1
  135. package/dist/components/data-table/DataTableHeaderCell.js +1 -1
  136. package/dist/components/data-table/DataTableHeaderCell.js.map +1 -1
  137. package/dist/components/data-table/DataTableLoading.d.ts +3 -3
  138. package/dist/components/data-table/DataTableLoading.js.map +1 -1
  139. package/dist/components/data-table/DataTableMetaData.d.ts +15 -12
  140. package/dist/components/data-table/DataTableMetaData.js +1 -1
  141. package/dist/components/data-table/DataTableMetaData.js.map +1 -1
  142. package/dist/components/data-table/DataTableRow.d.ts +1 -1
  143. package/dist/components/data-table/DataTableRow.js.map +1 -1
  144. package/dist/components/data-table/DataTableRowSelectionCheckbox.d.ts +3 -5
  145. package/dist/components/data-table/DataTableRowSelectionCheckbox.js.map +1 -1
  146. package/dist/components/data-table/DataTableSelectAllRowsCheckbox.d.ts +3 -5
  147. package/dist/components/data-table/DataTableSelectAllRowsCheckbox.js.map +1 -1
  148. package/dist/components/data-table/DataTableTable.d.ts +4 -3
  149. package/dist/components/data-table/DataTableTable.js.map +1 -1
  150. package/dist/components/data-table/drag-and-drop/DragAndDropTable.d.ts +2 -2
  151. package/dist/components/data-table/drag-and-drop/DragAndDropTable.js.map +1 -1
  152. package/dist/components/data-table/drag-and-drop/DragAndDropTableBody.d.ts +1 -1
  153. package/dist/components/data-table/drag-and-drop/DragAndDropTableBody.js.map +1 -1
  154. package/dist/components/data-table/drag-and-drop/DragAndDropTableRow.d.ts +1 -1
  155. package/dist/components/data-table/drag-and-drop/DragAndDropTableRow.js +1 -1
  156. package/dist/components/data-table/drag-and-drop/DragAndDropTableRow.js.map +1 -1
  157. package/dist/components/data-table/pagination/Pagination.d.ts +1 -1
  158. package/dist/components/data-table/pagination/Pagination.js.map +1 -1
  159. package/dist/components/data-table/pagination/PaginationButtons.d.ts +6 -6
  160. package/dist/components/data-table/pagination/PaginationButtons.js.map +1 -1
  161. package/dist/components/date-field/DateField.d.ts +5 -2
  162. package/dist/components/date-field/DateField.js.map +1 -1
  163. package/dist/components/date-input/DateInput.d.ts +1 -8
  164. package/dist/components/date-input/DateInput.js +1 -1
  165. package/dist/components/date-input/DateInput.js.map +1 -1
  166. package/dist/components/dialog/Dialog.d.ts +2017 -20
  167. package/dist/components/dialog/Dialog.js +1 -1
  168. package/dist/components/dialog/Dialog.js.map +1 -1
  169. package/dist/components/dialog/DialogContent.d.ts +1 -1
  170. package/dist/components/dialog/DialogContent.js +1 -1
  171. package/dist/components/dialog/DialogContent.js.map +1 -1
  172. package/dist/components/dismissible/DismissibleRoot.d.ts +5 -2
  173. package/dist/components/dismissible/DismissibleRoot.js +1 -1
  174. package/dist/components/dismissible/DismissibleRoot.js.map +1 -1
  175. package/dist/components/dismissible/DismissibleTrigger.d.ts +1 -1
  176. package/dist/components/dismissible/DismissibleTrigger.js +1 -1
  177. package/dist/components/dismissible/DismissibleTrigger.js.map +1 -1
  178. package/dist/components/dismissible/index.d.ts +6 -6
  179. package/dist/components/dismissible/index.js +1 -1
  180. package/dist/components/dismissible/index.js.map +1 -1
  181. package/dist/components/dismissible-group/DismissibleGroupItem.d.ts +1 -1
  182. package/dist/components/dismissible-group/DismissibleGroupItem.js.map +1 -1
  183. package/dist/components/dismissible-group/DismissibleGroupRoot.d.ts +6 -3
  184. package/dist/components/dismissible-group/DismissibleGroupRoot.js +1 -1
  185. package/dist/components/dismissible-group/DismissibleGroupRoot.js.map +1 -1
  186. package/dist/components/dismissible-group/index.d.ts +7 -8
  187. package/dist/components/dismissible-group/index.js +1 -1
  188. package/dist/components/dismissible-group/index.js.map +1 -1
  189. package/dist/components/drawer/Drawer.d.ts +4 -4
  190. package/dist/components/drawer/DrawerContent.d.ts +1 -1
  191. package/dist/components/drawer/DrawerContent.js.map +1 -1
  192. package/dist/components/dropdown-menu/DropdownMenu.d.ts +1662 -16
  193. package/dist/components/dropdown-menu/DropdownMenu.js +1 -1
  194. package/dist/components/dropdown-menu/DropdownMenu.js.map +1 -1
  195. package/dist/components/dropdown-menu/DropdownMenuLinkItem.d.ts +334 -2
  196. package/dist/components/dropdown-menu/DropdownMenuLinkItem.js.map +1 -1
  197. package/dist/components/empty-state/EmptyState.d.ts +2020 -7
  198. package/dist/components/empty-state/EmptyState.js +1 -1
  199. package/dist/components/empty-state/EmptyState.js.map +1 -1
  200. package/dist/components/empty-state/EmptyStateImage.d.ts +336 -333
  201. package/dist/components/empty-state/EmptyStateImage.js.map +1 -1
  202. package/dist/components/field-wrapper/FieldDescription.d.ts +1 -1
  203. package/dist/components/field-wrapper/FieldDescription.js.map +1 -1
  204. package/dist/components/field-wrapper/FieldWrapper.d.ts +4 -1
  205. package/dist/components/field-wrapper/FieldWrapper.js +1 -1
  206. package/dist/components/field-wrapper/FieldWrapper.js.map +1 -1
  207. package/dist/components/field-wrapper/InlineFieldWrapper.d.ts +4 -1
  208. package/dist/components/field-wrapper/InlineFieldWrapper.js.map +1 -1
  209. package/dist/components/file-input/FileInput.d.ts +4 -1
  210. package/dist/components/file-input/FileInput.js +1 -1
  211. package/dist/components/file-input/FileInput.js.map +1 -1
  212. package/dist/components/form/Form.d.ts +4 -1
  213. package/dist/components/form/Form.js.map +1 -1
  214. package/dist/components/grid/Grid.d.ts +4 -1
  215. package/dist/components/grid/Grid.js.map +1 -1
  216. package/dist/components/heading/Heading.d.ts +1 -1
  217. package/dist/components/heading/Heading.js.map +1 -1
  218. package/dist/components/icon/Icon.d.ts +1 -1
  219. package/dist/components/icon/Icon.js.map +1 -1
  220. package/dist/components/image/Image.d.ts +4 -1
  221. package/dist/components/image/Image.js +1 -1
  222. package/dist/components/image/Image.js.map +1 -1
  223. package/dist/components/inline-message/InlineMessage.d.ts +1 -1
  224. package/dist/components/inline-message/InlineMessage.js.map +1 -1
  225. package/dist/components/input/Input.d.ts +1 -1
  226. package/dist/components/input/Input.js.map +1 -1
  227. package/dist/components/input-field/InputField.d.ts +5 -2
  228. package/dist/components/input-field/InputField.js.map +1 -1
  229. package/dist/components/label/Label.d.ts +4 -1
  230. package/dist/components/label/Label.js.map +1 -1
  231. package/dist/components/link/Link.d.ts +1 -1
  232. package/dist/components/link/Link.js.map +1 -1
  233. package/dist/components/loader/Loader.d.ts +2 -2
  234. package/dist/components/loader/Loader.js.map +1 -1
  235. package/dist/components/markdown-content/MarkdownContent.d.ts +7 -4
  236. package/dist/components/markdown-content/MarkdownContent.js.map +1 -1
  237. package/dist/components/markdown-content/components/MarkdownCode.d.ts +2 -2
  238. package/dist/components/markdown-content/components/MarkdownCode.js.map +1 -1
  239. package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +1 -1
  240. package/dist/components/markdown-content/components/MarkdownEmphasis.js.map +1 -1
  241. package/dist/components/markdown-content/components/MarkdownHeading.d.ts +1 -1
  242. package/dist/components/markdown-content/components/MarkdownHeading.js.map +1 -1
  243. package/dist/components/markdown-content/components/MarkdownImage.d.ts +2 -2
  244. package/dist/components/markdown-content/components/MarkdownImage.js +1 -1
  245. package/dist/components/markdown-content/components/MarkdownImage.js.map +1 -1
  246. package/dist/components/markdown-content/components/MarkdownInlineCode.d.ts +2 -2
  247. package/dist/components/markdown-content/components/MarkdownInlineCode.js.map +1 -1
  248. package/dist/components/markdown-content/components/MarkdownLink.d.ts +1 -1
  249. package/dist/components/markdown-content/components/MarkdownLink.js.map +1 -1
  250. package/dist/components/markdown-content/components/MarkdownList.d.ts +1 -1
  251. package/dist/components/markdown-content/components/MarkdownList.js +1 -1
  252. package/dist/components/markdown-content/components/MarkdownList.js.map +1 -1
  253. package/dist/components/markdown-content/components/MarkdownListItem.d.ts +1 -1
  254. package/dist/components/markdown-content/components/MarkdownListItem.js.map +1 -1
  255. package/dist/components/markdown-content/components/MarkdownParagraph.d.ts +1 -1
  256. package/dist/components/markdown-content/components/MarkdownParagraph.js.map +1 -1
  257. package/dist/components/markdown-content/components/MarkdownStrong.d.ts +1 -1
  258. package/dist/components/markdown-content/components/MarkdownStrong.js.map +1 -1
  259. package/dist/components/markdown-content/components/MarkdownThematicBreak.d.ts +2 -2
  260. package/dist/components/markdown-content/components/MarkdownThematicBreak.js.map +1 -1
  261. package/dist/components/navigation/NavigationMenu.d.ts +2052 -15
  262. package/dist/components/navigation/NavigationMenu.js +1 -1
  263. package/dist/components/navigation/NavigationMenu.js.map +1 -1
  264. package/dist/components/navigation/NavigationMenuDropdown.d.ts +4 -1
  265. package/dist/components/navigation/NavigationMenuDropdown.js +1 -1
  266. package/dist/components/navigation/NavigationMenuDropdown.js.map +1 -1
  267. package/dist/components/navigation/NavigationMenuDropdownContent.d.ts +4 -1
  268. package/dist/components/navigation/NavigationMenuDropdownContent.js.map +1 -1
  269. package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +2 -15
  270. package/dist/components/navigation/NavigationMenuDropdownItem.js.map +1 -1
  271. package/dist/components/navigation/NavigationMenuDropdownTrigger.d.ts +336 -5
  272. package/dist/components/navigation/NavigationMenuDropdownTrigger.js.map +1 -1
  273. package/dist/components/navigation/NavigationMenuLink.d.ts +337 -10
  274. package/dist/components/navigation/NavigationMenuLink.js +1 -1
  275. package/dist/components/navigation/NavigationMenuLink.js.map +1 -1
  276. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.d.ts +3861 -18
  277. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.js +1 -1
  278. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.js.map +1 -1
  279. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalIcon.d.ts +1 -1
  280. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalLink.d.ts +1 -1
  281. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalLink.js.map +1 -1
  282. package/dist/components/notification-badge/NotificationBadge.d.ts +1 -1
  283. package/dist/components/notification-badge/NotificationBadge.js.map +1 -1
  284. package/dist/components/number-input/NumberInput.d.ts +3 -1
  285. package/dist/components/number-input/NumberInput.js +1 -1
  286. package/dist/components/number-input/NumberInput.js.map +1 -1
  287. package/dist/components/number-input-field/NumberInputField.d.ts +5 -2
  288. package/dist/components/number-input-field/NumberInputField.js.map +1 -1
  289. package/dist/components/pagination/Pagination.d.ts +5 -2
  290. package/dist/components/pagination/Pagination.js.map +1 -1
  291. package/dist/components/pagination/PaginationNextButton.d.ts +2 -2
  292. package/dist/components/pagination/PaginationPage.d.ts +2 -2
  293. package/dist/components/pagination/PaginationPage.js.map +1 -1
  294. package/dist/components/pagination/PaginationPreviousButton.d.ts +2 -2
  295. package/dist/components/pagination/pagination-context/PaginationContext.d.ts +1 -1
  296. package/dist/components/pagination/pagination-context/PaginationContext.js +1 -1
  297. package/dist/components/pagination/pagination-context/PaginationContext.js.map +1 -1
  298. package/dist/components/password-field/PasswordField.d.ts +4 -1
  299. package/dist/components/password-field/PasswordField.js.map +1 -1
  300. package/dist/components/password-input/PasswordInput.d.ts +1 -1
  301. package/dist/components/password-input/PasswordInput.js +1 -1
  302. package/dist/components/password-input/PasswordInput.js.map +1 -1
  303. package/dist/components/popover/Popover.d.ts +342 -10
  304. package/dist/components/popover/Popover.js +1 -1
  305. package/dist/components/popover/Popover.js.map +1 -1
  306. package/dist/components/popover/PopoverContent.d.ts +1 -1
  307. package/dist/components/popover/PopoverContent.js.map +1 -1
  308. package/dist/components/progress-bar/ProgressBar.d.ts +4 -1
  309. package/dist/components/progress-bar/ProgressBar.js.map +1 -1
  310. package/dist/components/radio-button/RadioButton.d.ts +5 -2
  311. package/dist/components/radio-button/RadioButton.js.map +1 -1
  312. package/dist/components/radio-button-field/RadioButtonField.d.ts +352 -3
  313. package/dist/components/radio-button-field/RadioButtonField.js +1 -1
  314. package/dist/components/radio-button-field/RadioButtonField.js.map +1 -1
  315. package/dist/components/radio-button-field/RadioField.d.ts +4 -1
  316. package/dist/components/radio-button-field/RadioField.js.map +1 -1
  317. package/dist/components/radio-card/RadioCard.d.ts +1 -1
  318. package/dist/components/radio-card/RadioCard.js.map +1 -1
  319. package/dist/components/radio-card/RadioCardGroup.d.ts +1 -1
  320. package/dist/components/radio-card/RadioCardGroup.js.map +1 -1
  321. package/dist/components/search-field/SearchField.d.ts +5 -2
  322. package/dist/components/search-field/SearchField.js.map +1 -1
  323. package/dist/components/search-input/SearchInput.d.ts +1 -1
  324. package/dist/components/search-input/SearchInput.js +1 -1
  325. package/dist/components/search-input/SearchInput.js.map +1 -1
  326. package/dist/components/section-message/SectionMessage.d.ts +7 -6
  327. package/dist/components/select/Select.d.ts +1 -1
  328. package/dist/components/select/Select.js.map +1 -1
  329. package/dist/components/select-field/SelectField.d.ts +5 -2
  330. package/dist/components/select-field/SelectField.js.map +1 -1
  331. package/dist/components/side-bar/SideBar.d.ts +335 -332
  332. package/dist/components/side-bar/SideBarComponents.d.ts +335 -332
  333. package/dist/components/slider/SliderSteps.d.ts +2 -2
  334. package/dist/components/slider/SliderSteps.js.map +1 -1
  335. package/dist/components/slider/SliderValue.d.ts +2 -2
  336. package/dist/components/slider/SliderValue.js.map +1 -1
  337. package/dist/components/slider-field/SliderField.d.ts +5 -2
  338. package/dist/components/slider-field/SliderField.js +1 -1
  339. package/dist/components/slider-field/SliderField.js.map +1 -1
  340. package/dist/components/sortable/Handle.d.ts +2 -2
  341. package/dist/components/sortable/SortableHandle.d.ts +4 -1
  342. package/dist/components/sortable/SortableHandle.js.map +1 -1
  343. package/dist/components/sortable/SortableItem.d.ts +4 -1
  344. package/dist/components/sortable/SortableItem.js.map +1 -1
  345. package/dist/components/sortable/SortableRoot.d.ts +4 -1
  346. package/dist/components/sortable/SortableRoot.js.map +1 -1
  347. package/dist/components/sortable/index.d.ts +19 -10
  348. package/dist/components/stepper/Stepper.d.ts +725 -7
  349. package/dist/components/stepper/Stepper.js +1 -1
  350. package/dist/components/stepper/Stepper.js.map +1 -1
  351. package/dist/components/stepper/StepperStepBack.d.ts +1 -1
  352. package/dist/components/stepper/StepperStepBack.js.map +1 -1
  353. package/dist/components/stepper/StepperStepForward.d.ts +1 -1
  354. package/dist/components/stepper/StepperStepForward.js +1 -1
  355. package/dist/components/stepper/StepperStepForward.js.map +1 -1
  356. package/dist/components/stepper/StepperSteps.d.ts +2 -2
  357. package/dist/components/stepper/StepperSteps.js.map +1 -1
  358. package/dist/components/stepper/stepper-context/StepperContext.d.ts +1 -1
  359. package/dist/components/stepper/stepper-context/StepperContext.js.map +1 -1
  360. package/dist/components/switch/Switch.d.ts +4 -1
  361. package/dist/components/switch/Switch.js +1 -1
  362. package/dist/components/switch/Switch.js.map +1 -1
  363. package/dist/components/table/Table.d.ts +2349 -19
  364. package/dist/components/table/Table.js +1 -1
  365. package/dist/components/table/Table.js.map +1 -1
  366. package/dist/components/table/TableBody.d.ts +4 -1
  367. package/dist/components/table/TableBody.js +1 -1
  368. package/dist/components/table/TableBody.js.map +1 -1
  369. package/dist/components/table/TableHeader.d.ts +4 -1
  370. package/dist/components/table/TableHeader.js.map +1 -1
  371. package/dist/components/table/TableRow.d.ts +1 -335
  372. package/dist/components/table/TableRow.js.map +1 -1
  373. package/dist/components/table/TableStickyColumnsContainer.d.ts +4 -7
  374. package/dist/components/table/TableStickyColumnsContainer.js +1 -1
  375. package/dist/components/table/TableStickyColumnsContainer.js.map +1 -1
  376. package/dist/components/tabs/Tabs.d.ts +1009 -11
  377. package/dist/components/tabs/Tabs.js +1 -1
  378. package/dist/components/tabs/Tabs.js.map +1 -1
  379. package/dist/components/tabs/TabsTrigger.d.ts +6 -4
  380. package/dist/components/tabs/TabsTrigger.js.map +1 -1
  381. package/dist/components/tabs/TabsTriggerList.d.ts +338 -3
  382. package/dist/components/tabs/TabsTriggerList.js.map +1 -1
  383. package/dist/components/textarea/Textarea.d.ts +1 -1
  384. package/dist/components/textarea/Textarea.js.map +1 -1
  385. package/dist/components/textarea-field/TextareaField.d.ts +5 -2
  386. package/dist/components/textarea-field/TextareaField.js.map +1 -1
  387. package/dist/components/tile/Tile.d.ts +1 -1
  388. package/dist/components/tile/Tile.js.map +1 -1
  389. package/dist/components/tile-interactive/TileInteractive.d.ts +4 -6
  390. package/dist/components/tile-interactive/TileInteractive.js +1 -1
  391. package/dist/components/tile-interactive/TileInteractive.js.map +1 -1
  392. package/dist/components/tile-toggle-group/TileToggleGroupItem.d.ts +4 -6
  393. package/dist/components/tile-toggle-group/TileToggleGroupItem.js.map +1 -1
  394. package/dist/components/tile-toggle-group/TileToggleGroupRoot.d.ts +4 -681
  395. package/dist/components/tile-toggle-group/TileToggleGroupRoot.js.map +1 -1
  396. package/dist/components/toast/Toast.d.ts +0 -2
  397. package/dist/components/toast/ToastProvider.d.ts +6 -3
  398. package/dist/components/toast/ToastProvider.js.map +1 -1
  399. package/dist/components/tooltip/Tooltip.d.ts +673 -7
  400. package/dist/components/tooltip/Tooltip.js +1 -1
  401. package/dist/components/tooltip/Tooltip.js.map +1 -1
  402. package/dist/components/tooltip/TooltipContent.d.ts +1 -1
  403. package/dist/components/tooltip/TooltipContent.js.map +1 -1
  404. package/dist/components/top-bar/TopBar.d.ts +1375 -11
  405. package/dist/components/top-bar/TopBar.js +1 -1
  406. package/dist/components/top-bar/TopBar.js.map +1 -1
  407. package/dist/components/tree/Tree.d.ts +336 -334
  408. package/dist/components/tree/Tree.js.map +1 -1
  409. package/dist/components/tree/TreeCollapsibleContent.d.ts +328 -955
  410. package/dist/components/tree/TreeCollapsibleContent.js.map +1 -1
  411. package/dist/components/tree/TreeIcon.d.ts +1 -1
  412. package/dist/components/tree/TreeList.d.ts +2 -2
  413. package/dist/components/tree/TreeList.js +1 -1
  414. package/dist/components/tree/TreeList.js.map +1 -1
  415. package/dist/components/video/Video.d.ts +2 -332
  416. package/dist/components/video/Video.js +1 -1
  417. package/dist/components/video/Video.js.map +1 -1
  418. package/dist/docgen.json +1 -1
  419. package/dist/experiments/color-scheme/ColorScheme.d.ts +1 -1
  420. package/dist/experiments/color-scheme/ColorScheme.js +1 -1
  421. package/dist/experiments/color-scheme/ColorScheme.js.map +1 -1
  422. package/dist/index.cjs.js +1 -1
  423. package/dist/index.cjs.js.map +1 -1
  424. package/dist/utilities/optional-tooltip-wrapper/OptionalTooltipWrapper.d.ts +4 -1
  425. package/dist/utilities/optional-tooltip-wrapper/OptionalTooltipWrapper.js.map +1 -1
  426. package/dist/utilities/optional-visually-hidden-wrapper/OptionalVisuallyHiddenWrapper.d.ts +6 -3
  427. package/dist/utilities/optional-visually-hidden-wrapper/OptionalVisuallyHiddenWrapper.js.map +1 -1
  428. package/package.json +1 -1
@@ -1,72 +1,3075 @@
1
- import * as React from 'react';
2
- import { DataTableBody } from './DataTableBody';
3
- import { DataTableBulkActions } from './DataTableBulkActions';
4
- import { DataTableProvider } from './DataTableContext';
5
- import { DataTableDataCell } from './DataTableDataCell';
6
- import { DataTableEmptyState } from './DataTableEmptyState';
7
- import { DataTableError } from './DataTableError';
8
- import { DataTableGlobalFilter } from './DataTableGlobalFilter';
9
- import { DataTableHead } from './DataTableHead';
10
- import { DataTableHeaderCell } from './DataTableHeaderCell';
11
- import { DataTableLoading } from './DataTableLoading';
12
- import { DataTableMetaData } from './DataTableMetaData';
13
- import { DataTableRow } from './DataTableRow';
14
- import { DataTableRowSelectionCheckbox } from './DataTableRowSelectionCheckbox';
15
- import { DataTableSelectAllRowsCheckbox } from './DataTableSelectAllRowsCheckbox';
16
- import { DataTableTable } from './DataTableTable';
17
- import { DragAndDropTable } from './drag-and-drop';
18
- import { Pagination } from './pagination';
19
- declare type TDataTable = React.FC<React.ComponentProps<typeof DataTableProvider>> & {
1
+ /// <reference types="react" />
2
+ /** Context provider for DataTable state and logic.
3
+ *
4
+ * Children can call `useDataTable` to access everything provided by `@tanstack/react-table` plus
5
+ * the functionality we've built on top.
6
+ */
7
+ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defaultSort, initialState, enableRowSelection, children }: {
8
+ columns: any;
9
+ defaultSort?: import("./DataTable.types").TDefaultSort | undefined;
10
+ children: import("react").ReactNode;
11
+ initialState?: Partial<import("@tanstack/table-core").VisibilityTableState & import("@tanstack/table-core").ColumnOrderTableState & import("@tanstack/table-core").ColumnPinningTableState & import("@tanstack/table-core").FiltersTableState & import("@tanstack/table-core").SortingTableState & import("@tanstack/table-core").ExpandedTableState & import("@tanstack/table-core").GroupingTableState & import("@tanstack/table-core").ColumnSizingTableState & import("@tanstack/table-core").PaginationTableState & import("@tanstack/table-core").RowSelectionTableState> | undefined;
12
+ enableRowSelection?: boolean | ((row: import("@tanstack/table-core").Row<unknown>) => boolean) | undefined;
13
+ } & ({
14
+ data: import("./DataTable.types").TableData;
15
+ getAsyncData?: undefined;
16
+ } | {
17
+ data?: undefined;
18
+ getAsyncData: import("./DataTable.types").TGetAsyncData;
19
+ })) => JSX.Element) & {
20
20
  /** Default table body implementation for `DataTable`.
21
21
  *
22
22
  * Can be configured with alternating colours of rows. If you need more customisation options,
23
23
  * you can build your own implementation with `useDataTable()` and the UI-only `Table` components.
24
24
  */
25
- Body: typeof DataTableBody;
25
+ Body: ({ striped, ...props }: {
26
+ color?: string | undefined;
27
+ translate?: "yes" | "no" | undefined;
28
+ css?: import("@stitches/react/types/css-util").CSS<{
29
+ sm: string;
30
+ md: string;
31
+ lg: string;
32
+ xl: string;
33
+ reducedMotion: string;
34
+ allowMotion: string;
35
+ hover: string;
36
+ }, {
37
+ colors: {
38
+ textBold: any;
39
+ textRegular: any;
40
+ textSubtle: any;
41
+ textMinimal: any;
42
+ background: any;
43
+ backgroundAccent: any;
44
+ grey100: any;
45
+ grey200: any;
46
+ grey300: any;
47
+ grey400: any;
48
+ grey500: any;
49
+ grey600: any;
50
+ grey700: any;
51
+ grey800: any;
52
+ grey900: any;
53
+ grey1000: any;
54
+ grey1100: any;
55
+ grey1200: any;
56
+ blue100: any;
57
+ blue200: any;
58
+ blue300: any;
59
+ blue400: any;
60
+ blue500: any;
61
+ blue600: any;
62
+ blue700: any;
63
+ blue800: any;
64
+ blue900: any;
65
+ blue1000: any;
66
+ blue1100: any;
67
+ blue1200: any;
68
+ purple100: any;
69
+ purple200: any;
70
+ purple300: any;
71
+ purple400: any;
72
+ purple500: any;
73
+ purple600: any;
74
+ purple700: any;
75
+ purple800: any;
76
+ purple900: any;
77
+ purple1000: any;
78
+ purple1100: any;
79
+ purple1200: any;
80
+ cyan100: any;
81
+ cyan200: any;
82
+ cyan300: any;
83
+ cyan400: any;
84
+ cyan500: any;
85
+ cyan600: any;
86
+ cyan700: any;
87
+ cyan800: any;
88
+ cyan900: any;
89
+ cyan1000: any;
90
+ cyan1100: any;
91
+ cyan1200: any;
92
+ green100: any;
93
+ green200: any;
94
+ green300: any;
95
+ green400: any;
96
+ green500: any;
97
+ green600: any;
98
+ green700: any;
99
+ green800: any;
100
+ green900: any;
101
+ green1000: any;
102
+ green1100: any;
103
+ green1200: any;
104
+ magenta100: any;
105
+ magenta200: any;
106
+ magenta300: any;
107
+ magenta400: any;
108
+ magenta500: any;
109
+ magenta600: any;
110
+ magenta700: any;
111
+ magenta800: any;
112
+ magenta900: any;
113
+ magenta1000: any;
114
+ magenta1100: any;
115
+ magenta1200: any;
116
+ red100: any;
117
+ red200: any;
118
+ red300: any;
119
+ red400: any;
120
+ red500: any;
121
+ red600: any;
122
+ red700: any;
123
+ red800: any;
124
+ red900: any;
125
+ red1000: any;
126
+ red1100: any;
127
+ red1200: any;
128
+ teal100: any;
129
+ teal200: any;
130
+ teal300: any;
131
+ teal400: any;
132
+ teal500: any;
133
+ teal600: any;
134
+ teal700: any;
135
+ teal800: any;
136
+ teal900: any;
137
+ teal1000: any;
138
+ teal1100: any;
139
+ teal1200: any;
140
+ orange100: any;
141
+ orange200: any;
142
+ orange300: any;
143
+ orange400: any;
144
+ orange500: any;
145
+ orange600: any;
146
+ orange700: any;
147
+ orange800: any;
148
+ orange900: any;
149
+ orange1000: any;
150
+ orange1100: any;
151
+ orange1200: any;
152
+ yellow100: any;
153
+ yellow200: any;
154
+ yellow300: any;
155
+ yellow400: any;
156
+ yellow500: any;
157
+ yellow600: any;
158
+ yellow700: any;
159
+ yellow800: any;
160
+ yellow900: any;
161
+ yellow1000: any;
162
+ yellow1100: any;
163
+ yellow1200: any;
164
+ lime100: any;
165
+ lime200: any;
166
+ lime300: any;
167
+ lime400: any;
168
+ lime500: any;
169
+ lime600: any;
170
+ lime700: any;
171
+ lime800: any;
172
+ lime900: any;
173
+ lime1000: any;
174
+ lime1100: any;
175
+ lime1200: any;
176
+ tonal50: any;
177
+ tonal100: any;
178
+ tonal200: any;
179
+ tonal300: any;
180
+ tonal400: any;
181
+ tonal500: any;
182
+ tonal600: any;
183
+ alpha100: any;
184
+ alpha150: any;
185
+ alpha200: any;
186
+ alpha250: any;
187
+ alpha600: any;
188
+ brandRed: any;
189
+ brandRedAccent: any;
190
+ brandGreen: any;
191
+ brandGreenAccent: any;
192
+ brandPurple: any;
193
+ brandPurpleAccent: any;
194
+ brandYellow: any;
195
+ brandYellowAccent: any;
196
+ infoLight: any;
197
+ info: any;
198
+ infoMid: any;
199
+ infoDark: any;
200
+ successLight: any;
201
+ success: any;
202
+ successMid: any;
203
+ successDark: any;
204
+ dangerLight: any;
205
+ danger: any;
206
+ dangerMid: any;
207
+ dangerDark: any;
208
+ warningLight: any;
209
+ warning: any;
210
+ warningMid: any;
211
+ warningDark: any;
212
+ warningText: any;
213
+ subjectEnglish: any;
214
+ subjectMaths: any;
215
+ subjectScience: any;
216
+ subjectVerbalReasoning: any;
217
+ subjectNonVerbalReasoning: any;
218
+ subjectCreativeWriting: any;
219
+ subjectExamSkills: any;
220
+ glBlueLight: any;
221
+ glBluePrimary: any;
222
+ glBlueDark: any;
223
+ primary100: any;
224
+ primary200: any;
225
+ primary300: any;
226
+ primary400: any;
227
+ primary500: any;
228
+ primary600: any;
229
+ primary700: any;
230
+ primary800: any;
231
+ primary900: any;
232
+ primary1000: any;
233
+ primary1100: any;
234
+ primary1200: any;
235
+ };
236
+ space: {
237
+ "0": any;
238
+ "1": any;
239
+ "2": any;
240
+ "3": any;
241
+ "4": any;
242
+ "5": any;
243
+ "6": any;
244
+ "7": any;
245
+ "8": any;
246
+ "9": any;
247
+ "24": any;
248
+ };
249
+ fontSizes: {
250
+ xs: any;
251
+ sm: any;
252
+ md: any;
253
+ lg: any;
254
+ xl: any;
255
+ "2xl": any;
256
+ "3xl": any;
257
+ "4xl": any;
258
+ };
259
+ fonts: {
260
+ sans: any;
261
+ mono: any;
262
+ display: any;
263
+ body: any;
264
+ };
265
+ sizes: {
266
+ "0": any;
267
+ "1": any;
268
+ "2": any;
269
+ "3": any;
270
+ "4": any;
271
+ "5": any;
272
+ "6": any;
273
+ "7": any;
274
+ "8": any;
275
+ };
276
+ radii: {
277
+ "0": any;
278
+ "1": any;
279
+ "2": any;
280
+ "3": any;
281
+ round: any;
282
+ };
283
+ shadows: {
284
+ "0": any;
285
+ "1": any;
286
+ "2": any;
287
+ "3": any;
288
+ };
289
+ ratios: {
290
+ "16-9": any;
291
+ "3-2": any;
292
+ "4-3": any;
293
+ "1-1": any;
294
+ "3-4": any;
295
+ };
296
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
297
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
298
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
299
+ };
300
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
301
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
302
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
303
+ };
304
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
305
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
306
+ };
307
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
308
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
309
+ };
310
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
311
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
312
+ };
313
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
314
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
315
+ };
316
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
317
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
318
+ };
319
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
320
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
321
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
322
+ };
323
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
324
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
325
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
326
+ };
327
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
328
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
329
+ };
330
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
331
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
332
+ };
333
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
334
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
335
+ };
336
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
337
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
338
+ };
339
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
340
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
341
+ };
342
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
343
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
344
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
345
+ };
346
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
347
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
348
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
349
+ };
350
+ }> | undefined;
351
+ onBlur?: import("react").FocusEventHandler<HTMLTableSectionElement> | undefined;
352
+ onChange?: import("react").FormEventHandler<HTMLTableSectionElement> | undefined;
353
+ onSubmit?: import("react").FormEventHandler<HTMLTableSectionElement> | undefined;
354
+ slot?: string | undefined;
355
+ style?: import("react").CSSProperties | undefined;
356
+ title?: string | undefined;
357
+ ref?: ((instance: HTMLTableSectionElement | null) => void) | import("react").RefObject<HTMLTableSectionElement> | null | undefined;
358
+ key?: import("react").Key | null | undefined;
359
+ defaultChecked?: boolean | undefined;
360
+ defaultValue?: string | number | readonly string[] | undefined;
361
+ suppressContentEditableWarning?: boolean | undefined;
362
+ suppressHydrationWarning?: boolean | undefined;
363
+ accessKey?: string | undefined;
364
+ className?: string | undefined;
365
+ contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
366
+ contextMenu?: string | undefined;
367
+ dir?: string | undefined;
368
+ draggable?: (boolean | "true" | "false") | undefined;
369
+ hidden?: boolean | undefined;
370
+ id?: string | undefined;
371
+ lang?: string | undefined;
372
+ placeholder?: string | undefined;
373
+ spellCheck?: (boolean | "true" | "false") | undefined;
374
+ tabIndex?: number | undefined;
375
+ radioGroup?: string | undefined;
376
+ role?: import("react").AriaRole | undefined;
377
+ about?: string | undefined;
378
+ datatype?: string | undefined;
379
+ inlist?: any;
380
+ prefix?: string | undefined;
381
+ property?: string | undefined;
382
+ resource?: string | undefined;
383
+ typeof?: string | undefined;
384
+ vocab?: string | undefined;
385
+ autoCapitalize?: string | undefined;
386
+ autoCorrect?: string | undefined;
387
+ autoSave?: string | undefined;
388
+ itemProp?: string | undefined;
389
+ itemScope?: boolean | undefined;
390
+ itemType?: string | undefined;
391
+ itemID?: string | undefined;
392
+ itemRef?: string | undefined;
393
+ results?: number | undefined;
394
+ security?: string | undefined;
395
+ unselectable?: "on" | "off" | undefined;
396
+ inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
397
+ is?: string | undefined;
398
+ 'aria-activedescendant'?: string | undefined;
399
+ 'aria-atomic'?: (boolean | "true" | "false") | undefined;
400
+ 'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
401
+ 'aria-busy'?: (boolean | "true" | "false") | undefined;
402
+ 'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
403
+ 'aria-colcount'?: number | undefined;
404
+ 'aria-colindex'?: number | undefined;
405
+ 'aria-colspan'?: number | undefined;
406
+ 'aria-controls'?: string | undefined;
407
+ 'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
408
+ 'aria-describedby'?: string | undefined;
409
+ 'aria-details'?: string | undefined;
410
+ 'aria-disabled'?: (boolean | "true" | "false") | undefined;
411
+ 'aria-dropeffect'?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
412
+ 'aria-errormessage'?: string | undefined;
413
+ 'aria-expanded'?: (boolean | "true" | "false") | undefined;
414
+ 'aria-flowto'?: string | undefined;
415
+ 'aria-grabbed'?: (boolean | "true" | "false") | undefined;
416
+ 'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree" | undefined;
417
+ 'aria-hidden'?: (boolean | "true" | "false") | undefined;
418
+ 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
419
+ 'aria-keyshortcuts'?: string | undefined;
420
+ 'aria-label'?: string | undefined;
421
+ 'aria-labelledby'?: string | undefined;
422
+ 'aria-level'?: number | undefined;
423
+ 'aria-live'?: "off" | "assertive" | "polite" | undefined;
424
+ 'aria-modal'?: (boolean | "true" | "false") | undefined;
425
+ 'aria-multiline'?: (boolean | "true" | "false") | undefined;
426
+ 'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
427
+ 'aria-orientation'?: "horizontal" | "vertical" | undefined;
428
+ 'aria-owns'?: string | undefined;
429
+ 'aria-placeholder'?: string | undefined;
430
+ 'aria-posinset'?: number | undefined;
431
+ 'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
432
+ 'aria-readonly'?: (boolean | "true" | "false") | undefined;
433
+ 'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
434
+ 'aria-required'?: (boolean | "true" | "false") | undefined;
435
+ 'aria-roledescription'?: string | undefined;
436
+ 'aria-rowcount'?: number | undefined;
437
+ 'aria-rowindex'?: number | undefined;
438
+ 'aria-rowspan'?: number | undefined;
439
+ 'aria-selected'?: (boolean | "true" | "false") | undefined;
440
+ 'aria-setsize'?: number | undefined;
441
+ 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
442
+ 'aria-valuemax'?: number | undefined;
443
+ 'aria-valuemin'?: number | undefined;
444
+ 'aria-valuenow'?: number | undefined;
445
+ 'aria-valuetext'?: string | undefined;
446
+ dangerouslySetInnerHTML?: {
447
+ __html: string;
448
+ } | undefined;
449
+ onCopy?: import("react").ClipboardEventHandler<HTMLTableSectionElement> | undefined;
450
+ onCopyCapture?: import("react").ClipboardEventHandler<HTMLTableSectionElement> | undefined;
451
+ onCut?: import("react").ClipboardEventHandler<HTMLTableSectionElement> | undefined;
452
+ onCutCapture?: import("react").ClipboardEventHandler<HTMLTableSectionElement> | undefined;
453
+ onPaste?: import("react").ClipboardEventHandler<HTMLTableSectionElement> | undefined;
454
+ onPasteCapture?: import("react").ClipboardEventHandler<HTMLTableSectionElement> | undefined;
455
+ onCompositionEnd?: import("react").CompositionEventHandler<HTMLTableSectionElement> | undefined;
456
+ onCompositionEndCapture?: import("react").CompositionEventHandler<HTMLTableSectionElement> | undefined;
457
+ onCompositionStart?: import("react").CompositionEventHandler<HTMLTableSectionElement> | undefined;
458
+ onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLTableSectionElement> | undefined;
459
+ onCompositionUpdate?: import("react").CompositionEventHandler<HTMLTableSectionElement> | undefined;
460
+ onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLTableSectionElement> | undefined;
461
+ onFocus?: import("react").FocusEventHandler<HTMLTableSectionElement> | undefined;
462
+ onFocusCapture?: import("react").FocusEventHandler<HTMLTableSectionElement> | undefined;
463
+ onBlurCapture?: import("react").FocusEventHandler<HTMLTableSectionElement> | undefined;
464
+ onChangeCapture?: import("react").FormEventHandler<HTMLTableSectionElement> | undefined;
465
+ onBeforeInput?: import("react").FormEventHandler<HTMLTableSectionElement> | undefined;
466
+ onBeforeInputCapture?: import("react").FormEventHandler<HTMLTableSectionElement> | undefined;
467
+ onInput?: import("react").FormEventHandler<HTMLTableSectionElement> | undefined;
468
+ onInputCapture?: import("react").FormEventHandler<HTMLTableSectionElement> | undefined;
469
+ onReset?: import("react").FormEventHandler<HTMLTableSectionElement> | undefined;
470
+ onResetCapture?: import("react").FormEventHandler<HTMLTableSectionElement> | undefined;
471
+ onSubmitCapture?: import("react").FormEventHandler<HTMLTableSectionElement> | undefined;
472
+ onInvalid?: import("react").FormEventHandler<HTMLTableSectionElement> | undefined;
473
+ onInvalidCapture?: import("react").FormEventHandler<HTMLTableSectionElement> | undefined;
474
+ onLoad?: import("react").ReactEventHandler<HTMLTableSectionElement> | undefined;
475
+ onLoadCapture?: import("react").ReactEventHandler<HTMLTableSectionElement> | undefined;
476
+ onError?: import("react").ReactEventHandler<HTMLTableSectionElement> | undefined;
477
+ onErrorCapture?: import("react").ReactEventHandler<HTMLTableSectionElement> | undefined;
478
+ onKeyDown?: import("react").KeyboardEventHandler<HTMLTableSectionElement> | undefined;
479
+ onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLTableSectionElement> | undefined;
480
+ onKeyPress?: import("react").KeyboardEventHandler<HTMLTableSectionElement> | undefined;
481
+ onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLTableSectionElement> | undefined;
482
+ onKeyUp?: import("react").KeyboardEventHandler<HTMLTableSectionElement> | undefined;
483
+ onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLTableSectionElement> | undefined;
484
+ onAbort?: import("react").ReactEventHandler<HTMLTableSectionElement> | undefined;
485
+ onAbortCapture?: import("react").ReactEventHandler<HTMLTableSectionElement> | undefined;
486
+ onCanPlay?: import("react").ReactEventHandler<HTMLTableSectionElement> | undefined;
487
+ onCanPlayCapture?: import("react").ReactEventHandler<HTMLTableSectionElement> | undefined;
488
+ onCanPlayThrough?: import("react").ReactEventHandler<HTMLTableSectionElement> | undefined;
489
+ onCanPlayThroughCapture?: import("react").ReactEventHandler<HTMLTableSectionElement> | undefined;
490
+ onDurationChange?: import("react").ReactEventHandler<HTMLTableSectionElement> | undefined;
491
+ onDurationChangeCapture?: import("react").ReactEventHandler<HTMLTableSectionElement> | undefined;
492
+ onEmptied?: import("react").ReactEventHandler<HTMLTableSectionElement> | undefined;
493
+ onEmptiedCapture?: import("react").ReactEventHandler<HTMLTableSectionElement> | undefined;
494
+ onEncrypted?: import("react").ReactEventHandler<HTMLTableSectionElement> | undefined;
495
+ onEncryptedCapture?: import("react").ReactEventHandler<HTMLTableSectionElement> | undefined;
496
+ onEnded?: import("react").ReactEventHandler<HTMLTableSectionElement> | undefined;
497
+ onEndedCapture?: import("react").ReactEventHandler<HTMLTableSectionElement> | undefined;
498
+ onLoadedData?: import("react").ReactEventHandler<HTMLTableSectionElement> | undefined;
499
+ onLoadedDataCapture?: import("react").ReactEventHandler<HTMLTableSectionElement> | undefined;
500
+ onLoadedMetadata?: import("react").ReactEventHandler<HTMLTableSectionElement> | undefined;
501
+ onLoadedMetadataCapture?: import("react").ReactEventHandler<HTMLTableSectionElement> | undefined;
502
+ onLoadStart?: import("react").ReactEventHandler<HTMLTableSectionElement> | undefined;
503
+ onLoadStartCapture?: import("react").ReactEventHandler<HTMLTableSectionElement> | undefined;
504
+ onPause?: import("react").ReactEventHandler<HTMLTableSectionElement> | undefined;
505
+ onPauseCapture?: import("react").ReactEventHandler<HTMLTableSectionElement> | undefined;
506
+ onPlay?: import("react").ReactEventHandler<HTMLTableSectionElement> | undefined;
507
+ onPlayCapture?: import("react").ReactEventHandler<HTMLTableSectionElement> | undefined;
508
+ onPlaying?: import("react").ReactEventHandler<HTMLTableSectionElement> | undefined;
509
+ onPlayingCapture?: import("react").ReactEventHandler<HTMLTableSectionElement> | undefined;
510
+ onProgress?: import("react").ReactEventHandler<HTMLTableSectionElement> | undefined;
511
+ onProgressCapture?: import("react").ReactEventHandler<HTMLTableSectionElement> | undefined;
512
+ onRateChange?: import("react").ReactEventHandler<HTMLTableSectionElement> | undefined;
513
+ onRateChangeCapture?: import("react").ReactEventHandler<HTMLTableSectionElement> | undefined;
514
+ onSeeked?: import("react").ReactEventHandler<HTMLTableSectionElement> | undefined;
515
+ onSeekedCapture?: import("react").ReactEventHandler<HTMLTableSectionElement> | undefined;
516
+ onSeeking?: import("react").ReactEventHandler<HTMLTableSectionElement> | undefined;
517
+ onSeekingCapture?: import("react").ReactEventHandler<HTMLTableSectionElement> | undefined;
518
+ onStalled?: import("react").ReactEventHandler<HTMLTableSectionElement> | undefined;
519
+ onStalledCapture?: import("react").ReactEventHandler<HTMLTableSectionElement> | undefined;
520
+ onSuspend?: import("react").ReactEventHandler<HTMLTableSectionElement> | undefined;
521
+ onSuspendCapture?: import("react").ReactEventHandler<HTMLTableSectionElement> | undefined;
522
+ onTimeUpdate?: import("react").ReactEventHandler<HTMLTableSectionElement> | undefined;
523
+ onTimeUpdateCapture?: import("react").ReactEventHandler<HTMLTableSectionElement> | undefined;
524
+ onVolumeChange?: import("react").ReactEventHandler<HTMLTableSectionElement> | undefined;
525
+ onVolumeChangeCapture?: import("react").ReactEventHandler<HTMLTableSectionElement> | undefined;
526
+ onWaiting?: import("react").ReactEventHandler<HTMLTableSectionElement> | undefined;
527
+ onWaitingCapture?: import("react").ReactEventHandler<HTMLTableSectionElement> | undefined;
528
+ onAuxClick?: import("react").MouseEventHandler<HTMLTableSectionElement> | undefined;
529
+ onAuxClickCapture?: import("react").MouseEventHandler<HTMLTableSectionElement> | undefined;
530
+ onClick?: import("react").MouseEventHandler<HTMLTableSectionElement> | undefined;
531
+ onClickCapture?: import("react").MouseEventHandler<HTMLTableSectionElement> | undefined;
532
+ onContextMenu?: import("react").MouseEventHandler<HTMLTableSectionElement> | undefined;
533
+ onContextMenuCapture?: import("react").MouseEventHandler<HTMLTableSectionElement> | undefined;
534
+ onDoubleClick?: import("react").MouseEventHandler<HTMLTableSectionElement> | undefined;
535
+ onDoubleClickCapture?: import("react").MouseEventHandler<HTMLTableSectionElement> | undefined;
536
+ onDrag?: import("react").DragEventHandler<HTMLTableSectionElement> | undefined;
537
+ onDragCapture?: import("react").DragEventHandler<HTMLTableSectionElement> | undefined;
538
+ onDragEnd?: import("react").DragEventHandler<HTMLTableSectionElement> | undefined;
539
+ onDragEndCapture?: import("react").DragEventHandler<HTMLTableSectionElement> | undefined;
540
+ onDragEnter?: import("react").DragEventHandler<HTMLTableSectionElement> | undefined;
541
+ onDragEnterCapture?: import("react").DragEventHandler<HTMLTableSectionElement> | undefined;
542
+ onDragExit?: import("react").DragEventHandler<HTMLTableSectionElement> | undefined;
543
+ onDragExitCapture?: import("react").DragEventHandler<HTMLTableSectionElement> | undefined;
544
+ onDragLeave?: import("react").DragEventHandler<HTMLTableSectionElement> | undefined;
545
+ onDragLeaveCapture?: import("react").DragEventHandler<HTMLTableSectionElement> | undefined;
546
+ onDragOver?: import("react").DragEventHandler<HTMLTableSectionElement> | undefined;
547
+ onDragOverCapture?: import("react").DragEventHandler<HTMLTableSectionElement> | undefined;
548
+ onDragStart?: import("react").DragEventHandler<HTMLTableSectionElement> | undefined;
549
+ onDragStartCapture?: import("react").DragEventHandler<HTMLTableSectionElement> | undefined;
550
+ onDrop?: import("react").DragEventHandler<HTMLTableSectionElement> | undefined;
551
+ onDropCapture?: import("react").DragEventHandler<HTMLTableSectionElement> | undefined;
552
+ onMouseDown?: import("react").MouseEventHandler<HTMLTableSectionElement> | undefined;
553
+ onMouseDownCapture?: import("react").MouseEventHandler<HTMLTableSectionElement> | undefined;
554
+ onMouseEnter?: import("react").MouseEventHandler<HTMLTableSectionElement> | undefined;
555
+ onMouseLeave?: import("react").MouseEventHandler<HTMLTableSectionElement> | undefined;
556
+ onMouseMove?: import("react").MouseEventHandler<HTMLTableSectionElement> | undefined;
557
+ onMouseMoveCapture?: import("react").MouseEventHandler<HTMLTableSectionElement> | undefined;
558
+ onMouseOut?: import("react").MouseEventHandler<HTMLTableSectionElement> | undefined;
559
+ onMouseOutCapture?: import("react").MouseEventHandler<HTMLTableSectionElement> | undefined;
560
+ onMouseOver?: import("react").MouseEventHandler<HTMLTableSectionElement> | undefined;
561
+ onMouseOverCapture?: import("react").MouseEventHandler<HTMLTableSectionElement> | undefined;
562
+ onMouseUp?: import("react").MouseEventHandler<HTMLTableSectionElement> | undefined;
563
+ onMouseUpCapture?: import("react").MouseEventHandler<HTMLTableSectionElement> | undefined;
564
+ onSelect?: import("react").ReactEventHandler<HTMLTableSectionElement> | undefined;
565
+ onSelectCapture?: import("react").ReactEventHandler<HTMLTableSectionElement> | undefined;
566
+ onTouchCancel?: import("react").TouchEventHandler<HTMLTableSectionElement> | undefined;
567
+ onTouchCancelCapture?: import("react").TouchEventHandler<HTMLTableSectionElement> | undefined;
568
+ onTouchEnd?: import("react").TouchEventHandler<HTMLTableSectionElement> | undefined;
569
+ onTouchEndCapture?: import("react").TouchEventHandler<HTMLTableSectionElement> | undefined;
570
+ onTouchMove?: import("react").TouchEventHandler<HTMLTableSectionElement> | undefined;
571
+ onTouchMoveCapture?: import("react").TouchEventHandler<HTMLTableSectionElement> | undefined;
572
+ onTouchStart?: import("react").TouchEventHandler<HTMLTableSectionElement> | undefined;
573
+ onTouchStartCapture?: import("react").TouchEventHandler<HTMLTableSectionElement> | undefined;
574
+ onPointerDown?: import("react").PointerEventHandler<HTMLTableSectionElement> | undefined;
575
+ onPointerDownCapture?: import("react").PointerEventHandler<HTMLTableSectionElement> | undefined;
576
+ onPointerMove?: import("react").PointerEventHandler<HTMLTableSectionElement> | undefined;
577
+ onPointerMoveCapture?: import("react").PointerEventHandler<HTMLTableSectionElement> | undefined;
578
+ onPointerUp?: import("react").PointerEventHandler<HTMLTableSectionElement> | undefined;
579
+ onPointerUpCapture?: import("react").PointerEventHandler<HTMLTableSectionElement> | undefined;
580
+ onPointerCancel?: import("react").PointerEventHandler<HTMLTableSectionElement> | undefined;
581
+ onPointerCancelCapture?: import("react").PointerEventHandler<HTMLTableSectionElement> | undefined;
582
+ onPointerEnter?: import("react").PointerEventHandler<HTMLTableSectionElement> | undefined;
583
+ onPointerEnterCapture?: import("react").PointerEventHandler<HTMLTableSectionElement> | undefined;
584
+ onPointerLeave?: import("react").PointerEventHandler<HTMLTableSectionElement> | undefined;
585
+ onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLTableSectionElement> | undefined;
586
+ onPointerOver?: import("react").PointerEventHandler<HTMLTableSectionElement> | undefined;
587
+ onPointerOverCapture?: import("react").PointerEventHandler<HTMLTableSectionElement> | undefined;
588
+ onPointerOut?: import("react").PointerEventHandler<HTMLTableSectionElement> | undefined;
589
+ onPointerOutCapture?: import("react").PointerEventHandler<HTMLTableSectionElement> | undefined;
590
+ onGotPointerCapture?: import("react").PointerEventHandler<HTMLTableSectionElement> | undefined;
591
+ onGotPointerCaptureCapture?: import("react").PointerEventHandler<HTMLTableSectionElement> | undefined;
592
+ onLostPointerCapture?: import("react").PointerEventHandler<HTMLTableSectionElement> | undefined;
593
+ onLostPointerCaptureCapture?: import("react").PointerEventHandler<HTMLTableSectionElement> | undefined;
594
+ onScroll?: import("react").UIEventHandler<HTMLTableSectionElement> | undefined;
595
+ onScrollCapture?: import("react").UIEventHandler<HTMLTableSectionElement> | undefined;
596
+ onWheel?: import("react").WheelEventHandler<HTMLTableSectionElement> | undefined;
597
+ onWheelCapture?: import("react").WheelEventHandler<HTMLTableSectionElement> | undefined;
598
+ onAnimationStart?: import("react").AnimationEventHandler<HTMLTableSectionElement> | undefined;
599
+ onAnimationStartCapture?: import("react").AnimationEventHandler<HTMLTableSectionElement> | undefined;
600
+ onAnimationEnd?: import("react").AnimationEventHandler<HTMLTableSectionElement> | undefined;
601
+ onAnimationEndCapture?: import("react").AnimationEventHandler<HTMLTableSectionElement> | undefined;
602
+ onAnimationIteration?: import("react").AnimationEventHandler<HTMLTableSectionElement> | undefined;
603
+ onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLTableSectionElement> | undefined;
604
+ onTransitionEnd?: import("react").TransitionEventHandler<HTMLTableSectionElement> | undefined;
605
+ onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLTableSectionElement> | undefined;
606
+ striped?: boolean | "true" | "false" | ({
607
+ "@sm"?: boolean | "true" | "false" | undefined;
608
+ "@md"?: boolean | "true" | "false" | undefined;
609
+ "@lg"?: boolean | "true" | "false" | undefined;
610
+ "@xl"?: boolean | "true" | "false" | undefined;
611
+ "@reducedMotion"?: boolean | "true" | "false" | undefined;
612
+ "@allowMotion"?: boolean | "true" | "false" | undefined;
613
+ "@hover"?: boolean | "true" | "false" | undefined;
614
+ "@initial"?: boolean | "true" | "false" | undefined;
615
+ } & {
616
+ [x: string]: boolean | "true" | "false" | undefined;
617
+ }) | undefined;
618
+ }) => JSX.Element;
26
619
  /** Default table data cell implementation for `DataTable`
27
620
  *
28
621
  *
29
622
  */
30
- DataCell: typeof DataTableDataCell;
623
+ DataCell: ({ cell }: {
624
+ cell: import("@tanstack/table-core").Cell<Record<string, unknown>, unknown>;
625
+ }) => JSX.Element;
31
626
  /**
32
627
  * Used in place of `DataTable.Table` to render a table with rows that the user can sort by drag-and-drop
33
628
  */
34
- DragAndDropTable: typeof DragAndDropTable;
629
+ 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>> & {
630
+ ref?: ((instance: HTMLTableElement | null) => void) | import("react").RefObject<HTMLTableElement> | null | undefined;
631
+ }, "size" | "css" | "corners"> & import("@stitches/react/types/styled-component").TransformProps<{
632
+ size?: "md" | "lg" | "xl" | undefined;
633
+ corners?: "round" | "square" | undefined;
634
+ }, {
635
+ sm: string;
636
+ md: string;
637
+ lg: string;
638
+ xl: string;
639
+ reducedMotion: string;
640
+ allowMotion: string;
641
+ hover: string;
642
+ }> & {
643
+ css?: import("@stitches/react/types/css-util").CSS<{
644
+ sm: string;
645
+ md: string;
646
+ lg: string;
647
+ xl: string;
648
+ reducedMotion: string;
649
+ allowMotion: string;
650
+ hover: string;
651
+ }, {
652
+ colors: {
653
+ textBold: any;
654
+ textRegular: any;
655
+ textSubtle: any;
656
+ textMinimal: any;
657
+ background: any;
658
+ backgroundAccent: any;
659
+ grey100: any;
660
+ grey200: any;
661
+ grey300: any;
662
+ grey400: any;
663
+ grey500: any;
664
+ grey600: any;
665
+ grey700: any;
666
+ grey800: any;
667
+ grey900: any;
668
+ grey1000: any;
669
+ grey1100: any;
670
+ grey1200: any;
671
+ blue100: any;
672
+ blue200: any;
673
+ blue300: any;
674
+ blue400: any;
675
+ blue500: any;
676
+ blue600: any;
677
+ blue700: any;
678
+ blue800: any;
679
+ blue900: any;
680
+ blue1000: any;
681
+ blue1100: any;
682
+ blue1200: any;
683
+ purple100: any;
684
+ purple200: any;
685
+ purple300: any;
686
+ purple400: any;
687
+ purple500: any;
688
+ purple600: any;
689
+ purple700: any;
690
+ purple800: any;
691
+ purple900: any;
692
+ purple1000: any;
693
+ purple1100: any;
694
+ purple1200: any;
695
+ cyan100: any;
696
+ cyan200: any;
697
+ cyan300: any;
698
+ cyan400: any;
699
+ cyan500: any;
700
+ cyan600: any;
701
+ cyan700: any;
702
+ cyan800: any;
703
+ cyan900: any;
704
+ cyan1000: any;
705
+ cyan1100: any;
706
+ cyan1200: any;
707
+ green100: any;
708
+ green200: any;
709
+ green300: any;
710
+ green400: any;
711
+ green500: any;
712
+ green600: any;
713
+ green700: any;
714
+ green800: any;
715
+ green900: any;
716
+ green1000: any;
717
+ green1100: any;
718
+ green1200: any;
719
+ magenta100: any;
720
+ magenta200: any;
721
+ magenta300: any;
722
+ magenta400: any;
723
+ magenta500: any;
724
+ magenta600: any;
725
+ magenta700: any;
726
+ magenta800: any;
727
+ magenta900: any;
728
+ magenta1000: any;
729
+ magenta1100: any;
730
+ magenta1200: any;
731
+ red100: any;
732
+ red200: any;
733
+ red300: any;
734
+ red400: any;
735
+ red500: any;
736
+ red600: any;
737
+ red700: any;
738
+ red800: any;
739
+ red900: any;
740
+ red1000: any;
741
+ red1100: any;
742
+ red1200: any;
743
+ teal100: any;
744
+ teal200: any;
745
+ teal300: any;
746
+ teal400: any;
747
+ teal500: any;
748
+ teal600: any;
749
+ teal700: any;
750
+ teal800: any;
751
+ teal900: any;
752
+ teal1000: any;
753
+ teal1100: any;
754
+ teal1200: any;
755
+ orange100: any;
756
+ orange200: any;
757
+ orange300: any;
758
+ orange400: any;
759
+ orange500: any;
760
+ orange600: any;
761
+ orange700: any;
762
+ orange800: any;
763
+ orange900: any;
764
+ orange1000: any;
765
+ orange1100: any;
766
+ orange1200: any;
767
+ yellow100: any;
768
+ yellow200: any;
769
+ yellow300: any;
770
+ yellow400: any;
771
+ yellow500: any;
772
+ yellow600: any;
773
+ yellow700: any;
774
+ yellow800: any;
775
+ yellow900: any;
776
+ yellow1000: any;
777
+ yellow1100: any;
778
+ yellow1200: any;
779
+ lime100: any;
780
+ lime200: any;
781
+ lime300: any;
782
+ lime400: any;
783
+ lime500: any;
784
+ lime600: any;
785
+ lime700: any;
786
+ lime800: any;
787
+ lime900: any;
788
+ lime1000: any;
789
+ lime1100: any;
790
+ lime1200: any;
791
+ tonal50: any;
792
+ tonal100: any;
793
+ tonal200: any;
794
+ tonal300: any;
795
+ tonal400: any;
796
+ tonal500: any;
797
+ tonal600: any;
798
+ alpha100: any;
799
+ alpha150: any;
800
+ alpha200: any;
801
+ alpha250: any;
802
+ alpha600: any;
803
+ brandRed: any;
804
+ brandRedAccent: any;
805
+ brandGreen: any;
806
+ brandGreenAccent: any;
807
+ brandPurple: any;
808
+ brandPurpleAccent: any;
809
+ brandYellow: any;
810
+ brandYellowAccent: any;
811
+ infoLight: any;
812
+ info: any;
813
+ infoMid: any;
814
+ infoDark: any;
815
+ successLight: any;
816
+ success: any;
817
+ successMid: any;
818
+ successDark: any;
819
+ dangerLight: any;
820
+ danger: any;
821
+ dangerMid: any;
822
+ dangerDark: any;
823
+ warningLight: any;
824
+ warning: any;
825
+ warningMid: any;
826
+ warningDark: any;
827
+ warningText: any;
828
+ subjectEnglish: any;
829
+ subjectMaths: any;
830
+ subjectScience: any;
831
+ subjectVerbalReasoning: any;
832
+ subjectNonVerbalReasoning: any;
833
+ subjectCreativeWriting: any;
834
+ subjectExamSkills: any;
835
+ glBlueLight: any;
836
+ glBluePrimary: any;
837
+ glBlueDark: any;
838
+ primary100: any;
839
+ primary200: any;
840
+ primary300: any;
841
+ primary400: any;
842
+ primary500: any;
843
+ primary600: any;
844
+ primary700: any;
845
+ primary800: any;
846
+ primary900: any;
847
+ primary1000: any;
848
+ primary1100: any;
849
+ primary1200: any;
850
+ };
851
+ space: {
852
+ "0": any;
853
+ "1": any;
854
+ "2": any;
855
+ "3": any;
856
+ "4": any;
857
+ "5": any;
858
+ "6": any;
859
+ "7": any;
860
+ "8": any;
861
+ "9": any;
862
+ "24": any;
863
+ };
864
+ fontSizes: {
865
+ xs: any;
866
+ sm: any;
867
+ md: any;
868
+ lg: any;
869
+ xl: any;
870
+ "2xl": any;
871
+ "3xl": any;
872
+ "4xl": any;
873
+ };
874
+ fonts: {
875
+ sans: any;
876
+ mono: any;
877
+ display: any;
878
+ body: any;
879
+ };
880
+ sizes: {
881
+ "0": any;
882
+ "1": any;
883
+ "2": any;
884
+ "3": any;
885
+ "4": any;
886
+ "5": any;
887
+ "6": any;
888
+ "7": any;
889
+ "8": any;
890
+ };
891
+ radii: {
892
+ "0": any;
893
+ "1": any;
894
+ "2": any;
895
+ "3": any;
896
+ round: any;
897
+ };
898
+ shadows: {
899
+ "0": any;
900
+ "1": any;
901
+ "2": any;
902
+ "3": any;
903
+ };
904
+ ratios: {
905
+ "16-9": any;
906
+ "3-2": any;
907
+ "4-3": any;
908
+ "1-1": any;
909
+ "3-4": any;
910
+ };
911
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
912
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
913
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
914
+ };
915
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
916
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
917
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
918
+ };
919
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
920
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
921
+ };
922
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
923
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
924
+ };
925
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
926
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
927
+ };
928
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
929
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
930
+ };
931
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
932
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
933
+ };
934
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
935
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
936
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
937
+ };
938
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
939
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
940
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
941
+ };
942
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
943
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
944
+ };
945
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
946
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
947
+ };
948
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
949
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
950
+ };
951
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
952
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
953
+ };
954
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
955
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
956
+ };
957
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
958
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
959
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
960
+ };
961
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
962
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
963
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
964
+ };
965
+ }> | undefined;
966
+ } & {
967
+ numberOfStickyColumns?: number | undefined;
968
+ scrollContainerCss?: import("../..").CSS | undefined;
969
+ }, "children" | "numberOfStickyColumns"> & Partial<Pick<Omit<Omit<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, "key" | keyof import("react").HTMLAttributes<HTMLTableSectionElement>> & {
970
+ ref?: ((instance: HTMLTableSectionElement | null) => void) | import("react").RefObject<HTMLTableSectionElement> | null | undefined;
971
+ }, "css" | "theme" | "isSticky"> & import("@stitches/react/types/styled-component").TransformProps<{
972
+ theme?: "light" | "primary" | "white" | "primaryDark" | "primaryLight" | undefined;
973
+ isSticky?: boolean | "true" | undefined;
974
+ }, {
975
+ sm: string;
976
+ md: string;
977
+ lg: string;
978
+ xl: string;
979
+ reducedMotion: string;
980
+ allowMotion: string;
981
+ hover: string;
982
+ }> & {
983
+ css?: import("@stitches/react/types/css-util").CSS<{
984
+ sm: string;
985
+ md: string;
986
+ lg: string;
987
+ xl: string;
988
+ reducedMotion: string;
989
+ allowMotion: string;
990
+ hover: string;
991
+ }, {
992
+ colors: {
993
+ textBold: any;
994
+ textRegular: any;
995
+ textSubtle: any;
996
+ textMinimal: any;
997
+ background: any;
998
+ backgroundAccent: any;
999
+ grey100: any;
1000
+ grey200: any;
1001
+ grey300: any;
1002
+ grey400: any;
1003
+ grey500: any;
1004
+ grey600: any;
1005
+ grey700: any;
1006
+ grey800: any;
1007
+ grey900: any;
1008
+ grey1000: any;
1009
+ grey1100: any;
1010
+ grey1200: any;
1011
+ blue100: any;
1012
+ blue200: any;
1013
+ blue300: any;
1014
+ blue400: any;
1015
+ blue500: any;
1016
+ blue600: any;
1017
+ blue700: any;
1018
+ blue800: any;
1019
+ blue900: any;
1020
+ blue1000: any;
1021
+ blue1100: any;
1022
+ blue1200: any;
1023
+ purple100: any;
1024
+ purple200: any;
1025
+ purple300: any;
1026
+ purple400: any;
1027
+ purple500: any;
1028
+ purple600: any;
1029
+ purple700: any;
1030
+ purple800: any;
1031
+ purple900: any;
1032
+ purple1000: any;
1033
+ purple1100: any;
1034
+ purple1200: any;
1035
+ cyan100: any;
1036
+ cyan200: any;
1037
+ cyan300: any;
1038
+ cyan400: any;
1039
+ cyan500: any;
1040
+ cyan600: any;
1041
+ cyan700: any;
1042
+ cyan800: any;
1043
+ cyan900: any;
1044
+ cyan1000: any;
1045
+ cyan1100: any;
1046
+ cyan1200: any;
1047
+ green100: any;
1048
+ green200: any;
1049
+ green300: any;
1050
+ green400: any;
1051
+ green500: any;
1052
+ green600: any;
1053
+ green700: any;
1054
+ green800: any;
1055
+ green900: any;
1056
+ green1000: any;
1057
+ green1100: any;
1058
+ green1200: any;
1059
+ magenta100: any;
1060
+ magenta200: any;
1061
+ magenta300: any;
1062
+ magenta400: any;
1063
+ magenta500: any;
1064
+ magenta600: any;
1065
+ magenta700: any;
1066
+ magenta800: any;
1067
+ magenta900: any;
1068
+ magenta1000: any;
1069
+ magenta1100: any;
1070
+ magenta1200: any;
1071
+ red100: any;
1072
+ red200: any;
1073
+ red300: any;
1074
+ red400: any;
1075
+ red500: any;
1076
+ red600: any;
1077
+ red700: any;
1078
+ red800: any;
1079
+ red900: any;
1080
+ red1000: any;
1081
+ red1100: any;
1082
+ red1200: any;
1083
+ teal100: any;
1084
+ teal200: any;
1085
+ teal300: any;
1086
+ teal400: any;
1087
+ teal500: any;
1088
+ teal600: any;
1089
+ teal700: any;
1090
+ teal800: any;
1091
+ teal900: any;
1092
+ teal1000: any;
1093
+ teal1100: any;
1094
+ teal1200: any;
1095
+ orange100: any;
1096
+ orange200: any;
1097
+ orange300: any;
1098
+ orange400: any;
1099
+ orange500: any;
1100
+ orange600: any;
1101
+ orange700: any;
1102
+ orange800: any;
1103
+ orange900: any;
1104
+ orange1000: any;
1105
+ orange1100: any;
1106
+ orange1200: any;
1107
+ yellow100: any;
1108
+ yellow200: any;
1109
+ yellow300: any;
1110
+ yellow400: any;
1111
+ yellow500: any;
1112
+ yellow600: any;
1113
+ yellow700: any;
1114
+ yellow800: any;
1115
+ yellow900: any;
1116
+ yellow1000: any;
1117
+ yellow1100: any;
1118
+ yellow1200: any;
1119
+ lime100: any;
1120
+ lime200: any;
1121
+ lime300: any;
1122
+ lime400: any;
1123
+ lime500: any;
1124
+ lime600: any;
1125
+ lime700: any;
1126
+ lime800: any;
1127
+ lime900: any;
1128
+ lime1000: any;
1129
+ lime1100: any;
1130
+ lime1200: any;
1131
+ tonal50: any;
1132
+ tonal100: any;
1133
+ tonal200: any;
1134
+ tonal300: any;
1135
+ tonal400: any;
1136
+ tonal500: any;
1137
+ tonal600: any;
1138
+ alpha100: any;
1139
+ alpha150: any;
1140
+ alpha200: any;
1141
+ alpha250: any;
1142
+ alpha600: any;
1143
+ brandRed: any;
1144
+ brandRedAccent: any;
1145
+ brandGreen: any;
1146
+ brandGreenAccent: any;
1147
+ brandPurple: any;
1148
+ brandPurpleAccent: any;
1149
+ brandYellow: any;
1150
+ brandYellowAccent: any;
1151
+ infoLight: any;
1152
+ info: any;
1153
+ infoMid: any;
1154
+ infoDark: any;
1155
+ successLight: any;
1156
+ success: any;
1157
+ successMid: any;
1158
+ successDark: any;
1159
+ dangerLight: any;
1160
+ danger: any;
1161
+ dangerMid: any;
1162
+ dangerDark: any;
1163
+ warningLight: any;
1164
+ warning: any;
1165
+ warningMid: any;
1166
+ warningDark: any;
1167
+ warningText: any;
1168
+ subjectEnglish: any;
1169
+ subjectMaths: any;
1170
+ subjectScience: any;
1171
+ subjectVerbalReasoning: any;
1172
+ subjectNonVerbalReasoning: any;
1173
+ subjectCreativeWriting: any;
1174
+ subjectExamSkills: any;
1175
+ glBlueLight: any;
1176
+ glBluePrimary: any;
1177
+ glBlueDark: any;
1178
+ primary100: any;
1179
+ primary200: any;
1180
+ primary300: any;
1181
+ primary400: any;
1182
+ primary500: any;
1183
+ primary600: any;
1184
+ primary700: any;
1185
+ primary800: any;
1186
+ primary900: any;
1187
+ primary1000: any;
1188
+ primary1100: any;
1189
+ primary1200: any;
1190
+ };
1191
+ space: {
1192
+ "0": any;
1193
+ "1": any;
1194
+ "2": any;
1195
+ "3": any;
1196
+ "4": any;
1197
+ "5": any;
1198
+ "6": any;
1199
+ "7": any;
1200
+ "8": any;
1201
+ "9": any;
1202
+ "24": any;
1203
+ };
1204
+ fontSizes: {
1205
+ xs: any;
1206
+ sm: any;
1207
+ md: any;
1208
+ lg: any;
1209
+ xl: any;
1210
+ "2xl": any;
1211
+ "3xl": any;
1212
+ "4xl": any;
1213
+ };
1214
+ fonts: {
1215
+ sans: any;
1216
+ mono: any;
1217
+ display: any;
1218
+ body: any;
1219
+ };
1220
+ sizes: {
1221
+ "0": any;
1222
+ "1": any;
1223
+ "2": any;
1224
+ "3": any;
1225
+ "4": any;
1226
+ "5": any;
1227
+ "6": any;
1228
+ "7": any;
1229
+ "8": any;
1230
+ };
1231
+ radii: {
1232
+ "0": any;
1233
+ "1": any;
1234
+ "2": any;
1235
+ "3": any;
1236
+ round: any;
1237
+ };
1238
+ shadows: {
1239
+ "0": any;
1240
+ "1": any;
1241
+ "2": any;
1242
+ "3": any;
1243
+ };
1244
+ ratios: {
1245
+ "16-9": any;
1246
+ "3-2": any;
1247
+ "4-3": any;
1248
+ "1-1": any;
1249
+ "3-4": any;
1250
+ };
1251
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
1252
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
1253
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
1254
+ };
1255
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
1256
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1257
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1258
+ };
1259
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1260
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1261
+ };
1262
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1263
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1264
+ };
1265
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1266
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1267
+ };
1268
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1269
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1270
+ };
1271
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1272
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1273
+ };
1274
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1275
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1276
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1277
+ };
1278
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1279
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1280
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1281
+ };
1282
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1283
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1284
+ };
1285
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1286
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1287
+ };
1288
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1289
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1290
+ };
1291
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1292
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1293
+ };
1294
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1295
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1296
+ };
1297
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1298
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1299
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1300
+ };
1301
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1302
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1303
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1304
+ };
1305
+ }> | undefined;
1306
+ }, "children"> & {
1307
+ sortable?: boolean | undefined;
1308
+ isSticky?: boolean | undefined;
1309
+ headerCss?: import("../..").CSS | undefined;
1310
+ }, "theme" | "sortable">> & Partial<Pick<Omit<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, "key" | keyof import("react").HTMLAttributes<HTMLTableSectionElement>> & {
1311
+ ref?: ((instance: HTMLTableSectionElement | null) => void) | import("react").RefObject<HTMLTableSectionElement> | null | undefined;
1312
+ }, "css" | "striped"> & import("@stitches/react/types/styled-component").TransformProps<{
1313
+ striped?: boolean | "true" | "false" | undefined;
1314
+ }, {
1315
+ sm: string;
1316
+ md: string;
1317
+ lg: string;
1318
+ xl: string;
1319
+ reducedMotion: string;
1320
+ allowMotion: string;
1321
+ hover: string;
1322
+ }> & {
1323
+ css?: import("@stitches/react/types/css-util").CSS<{
1324
+ sm: string;
1325
+ md: string;
1326
+ lg: string;
1327
+ xl: string;
1328
+ reducedMotion: string;
1329
+ allowMotion: string;
1330
+ hover: string;
1331
+ }, {
1332
+ colors: {
1333
+ textBold: any;
1334
+ textRegular: any;
1335
+ textSubtle: any;
1336
+ textMinimal: any;
1337
+ background: any;
1338
+ backgroundAccent: any;
1339
+ grey100: any;
1340
+ grey200: any;
1341
+ grey300: any;
1342
+ grey400: any;
1343
+ grey500: any;
1344
+ grey600: any;
1345
+ grey700: any;
1346
+ grey800: any;
1347
+ grey900: any;
1348
+ grey1000: any;
1349
+ grey1100: any;
1350
+ grey1200: any;
1351
+ blue100: any;
1352
+ blue200: any;
1353
+ blue300: any;
1354
+ blue400: any;
1355
+ blue500: any;
1356
+ blue600: any;
1357
+ blue700: any;
1358
+ blue800: any;
1359
+ blue900: any;
1360
+ blue1000: any;
1361
+ blue1100: any;
1362
+ blue1200: any;
1363
+ purple100: any;
1364
+ purple200: any;
1365
+ purple300: any;
1366
+ purple400: any;
1367
+ purple500: any;
1368
+ purple600: any;
1369
+ purple700: any;
1370
+ purple800: any;
1371
+ purple900: any;
1372
+ purple1000: any;
1373
+ purple1100: any;
1374
+ purple1200: any;
1375
+ cyan100: any;
1376
+ cyan200: any;
1377
+ cyan300: any;
1378
+ cyan400: any;
1379
+ cyan500: any;
1380
+ cyan600: any;
1381
+ cyan700: any;
1382
+ cyan800: any;
1383
+ cyan900: any;
1384
+ cyan1000: any;
1385
+ cyan1100: any;
1386
+ cyan1200: any;
1387
+ green100: any;
1388
+ green200: any;
1389
+ green300: any;
1390
+ green400: any;
1391
+ green500: any;
1392
+ green600: any;
1393
+ green700: any;
1394
+ green800: any;
1395
+ green900: any;
1396
+ green1000: any;
1397
+ green1100: any;
1398
+ green1200: any;
1399
+ magenta100: any;
1400
+ magenta200: any;
1401
+ magenta300: any;
1402
+ magenta400: any;
1403
+ magenta500: any;
1404
+ magenta600: any;
1405
+ magenta700: any;
1406
+ magenta800: any;
1407
+ magenta900: any;
1408
+ magenta1000: any;
1409
+ magenta1100: any;
1410
+ magenta1200: any;
1411
+ red100: any;
1412
+ red200: any;
1413
+ red300: any;
1414
+ red400: any;
1415
+ red500: any;
1416
+ red600: any;
1417
+ red700: any;
1418
+ red800: any;
1419
+ red900: any;
1420
+ red1000: any;
1421
+ red1100: any;
1422
+ red1200: any;
1423
+ teal100: any;
1424
+ teal200: any;
1425
+ teal300: any;
1426
+ teal400: any;
1427
+ teal500: any;
1428
+ teal600: any;
1429
+ teal700: any;
1430
+ teal800: any;
1431
+ teal900: any;
1432
+ teal1000: any;
1433
+ teal1100: any;
1434
+ teal1200: any;
1435
+ orange100: any;
1436
+ orange200: any;
1437
+ orange300: any;
1438
+ orange400: any;
1439
+ orange500: any;
1440
+ orange600: any;
1441
+ orange700: any;
1442
+ orange800: any;
1443
+ orange900: any;
1444
+ orange1000: any;
1445
+ orange1100: any;
1446
+ orange1200: any;
1447
+ yellow100: any;
1448
+ yellow200: any;
1449
+ yellow300: any;
1450
+ yellow400: any;
1451
+ yellow500: any;
1452
+ yellow600: any;
1453
+ yellow700: any;
1454
+ yellow800: any;
1455
+ yellow900: any;
1456
+ yellow1000: any;
1457
+ yellow1100: any;
1458
+ yellow1200: any;
1459
+ lime100: any;
1460
+ lime200: any;
1461
+ lime300: any;
1462
+ lime400: any;
1463
+ lime500: any;
1464
+ lime600: any;
1465
+ lime700: any;
1466
+ lime800: any;
1467
+ lime900: any;
1468
+ lime1000: any;
1469
+ lime1100: any;
1470
+ lime1200: any;
1471
+ tonal50: any;
1472
+ tonal100: any;
1473
+ tonal200: any;
1474
+ tonal300: any;
1475
+ tonal400: any;
1476
+ tonal500: any;
1477
+ tonal600: any;
1478
+ alpha100: any;
1479
+ alpha150: any;
1480
+ alpha200: any;
1481
+ alpha250: any;
1482
+ alpha600: any;
1483
+ brandRed: any;
1484
+ brandRedAccent: any;
1485
+ brandGreen: any;
1486
+ brandGreenAccent: any;
1487
+ brandPurple: any;
1488
+ brandPurpleAccent: any;
1489
+ brandYellow: any;
1490
+ brandYellowAccent: any;
1491
+ infoLight: any;
1492
+ info: any;
1493
+ infoMid: any;
1494
+ infoDark: any;
1495
+ successLight: any;
1496
+ success: any;
1497
+ successMid: any;
1498
+ successDark: any;
1499
+ dangerLight: any;
1500
+ danger: any;
1501
+ dangerMid: any;
1502
+ dangerDark: any;
1503
+ warningLight: any;
1504
+ warning: any;
1505
+ warningMid: any;
1506
+ warningDark: any;
1507
+ warningText: any;
1508
+ subjectEnglish: any;
1509
+ subjectMaths: any;
1510
+ subjectScience: any;
1511
+ subjectVerbalReasoning: any;
1512
+ subjectNonVerbalReasoning: any;
1513
+ subjectCreativeWriting: any;
1514
+ subjectExamSkills: any;
1515
+ glBlueLight: any;
1516
+ glBluePrimary: any;
1517
+ glBlueDark: any;
1518
+ primary100: any;
1519
+ primary200: any;
1520
+ primary300: any;
1521
+ primary400: any;
1522
+ primary500: any;
1523
+ primary600: any;
1524
+ primary700: any;
1525
+ primary800: any;
1526
+ primary900: any;
1527
+ primary1000: any;
1528
+ primary1100: any;
1529
+ primary1200: any;
1530
+ };
1531
+ space: {
1532
+ "0": any;
1533
+ "1": any;
1534
+ "2": any;
1535
+ "3": any;
1536
+ "4": any;
1537
+ "5": any;
1538
+ "6": any;
1539
+ "7": any;
1540
+ "8": any;
1541
+ "9": any;
1542
+ "24": any;
1543
+ };
1544
+ fontSizes: {
1545
+ xs: any;
1546
+ sm: any;
1547
+ md: any;
1548
+ lg: any;
1549
+ xl: any;
1550
+ "2xl": any;
1551
+ "3xl": any;
1552
+ "4xl": any;
1553
+ };
1554
+ fonts: {
1555
+ sans: any;
1556
+ mono: any;
1557
+ display: any;
1558
+ body: any;
1559
+ };
1560
+ sizes: {
1561
+ "0": any;
1562
+ "1": any;
1563
+ "2": any;
1564
+ "3": any;
1565
+ "4": any;
1566
+ "5": any;
1567
+ "6": any;
1568
+ "7": any;
1569
+ "8": any;
1570
+ };
1571
+ radii: {
1572
+ "0": any;
1573
+ "1": any;
1574
+ "2": any;
1575
+ "3": any;
1576
+ round: any;
1577
+ };
1578
+ shadows: {
1579
+ "0": any;
1580
+ "1": any;
1581
+ "2": any;
1582
+ "3": any;
1583
+ };
1584
+ ratios: {
1585
+ "16-9": any;
1586
+ "3-2": any;
1587
+ "4-3": any;
1588
+ "1-1": any;
1589
+ "3-4": any;
1590
+ };
1591
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
1592
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
1593
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
1594
+ };
1595
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
1596
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1597
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1598
+ };
1599
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1600
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1601
+ };
1602
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1603
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1604
+ };
1605
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1606
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1607
+ };
1608
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1609
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1610
+ };
1611
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1612
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1613
+ };
1614
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1615
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1616
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1617
+ };
1618
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1619
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1620
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1621
+ };
1622
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1623
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1624
+ };
1625
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1626
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1627
+ };
1628
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1629
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1630
+ };
1631
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1632
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1633
+ };
1634
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1635
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1636
+ };
1637
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1638
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1639
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1640
+ };
1641
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1642
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1643
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1644
+ };
1645
+ }> | undefined;
1646
+ }, "striped">> & {
1647
+ scrollOptions?: {
1648
+ hasStickyHeader?: boolean | undefined;
1649
+ headerCss?: import("../..").CSS | undefined;
1650
+ numberOfStickyColumns?: number | undefined;
1651
+ scrollContainerCss?: import("../..").CSS | undefined;
1652
+ } | undefined;
1653
+ } & {
1654
+ idColumn?: string | undefined;
1655
+ onDragAndDrop?: ((onDragAndDropData: {
1656
+ oldIndex: number;
1657
+ newIndex: number;
1658
+ newData: import("./DataTable.types").TAsyncDataResult;
1659
+ }) => void) | undefined;
1660
+ }) => JSX.Element;
35
1661
  /** Default global search implementation for `DataTable`
36
1662
  *
37
1663
  * If you need more customisation options, you can compose your own implementation with our UI-only input components and `useDataTable`.
38
1664
  */
39
- GlobalFilter: typeof DataTableGlobalFilter;
1665
+ GlobalFilter: ({ onChange, label, hideLabel, ...props }: Omit<Omit<Pick<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "key" | keyof import("react").InputHTMLAttributes<HTMLInputElement>> & {
1666
+ ref?: ((instance: HTMLInputElement | null) => void) | import("react").RefObject<HTMLInputElement> | null | undefined;
1667
+ }, "size" | "css" | "state"> & import("@stitches/react/types/styled-component").TransformProps<{
1668
+ size?: "sm" | "md" | "lg" | undefined;
1669
+ state?: "error" | undefined;
1670
+ }, {
1671
+ sm: string;
1672
+ md: string;
1673
+ lg: string;
1674
+ xl: string;
1675
+ reducedMotion: string;
1676
+ allowMotion: string;
1677
+ hover: string;
1678
+ }> & {
1679
+ css?: import("@stitches/react/types/css-util").CSS<{
1680
+ sm: string;
1681
+ md: string;
1682
+ lg: string;
1683
+ xl: string;
1684
+ reducedMotion: string;
1685
+ allowMotion: string;
1686
+ hover: string;
1687
+ }, {
1688
+ colors: {
1689
+ textBold: any;
1690
+ textRegular: any;
1691
+ textSubtle: any;
1692
+ textMinimal: any;
1693
+ background: any;
1694
+ backgroundAccent: any;
1695
+ grey100: any;
1696
+ grey200: any;
1697
+ grey300: any;
1698
+ grey400: any;
1699
+ grey500: any;
1700
+ grey600: any;
1701
+ grey700: any;
1702
+ grey800: any;
1703
+ grey900: any;
1704
+ grey1000: any;
1705
+ grey1100: any;
1706
+ grey1200: any;
1707
+ blue100: any;
1708
+ blue200: any;
1709
+ blue300: any;
1710
+ blue400: any;
1711
+ blue500: any;
1712
+ blue600: any;
1713
+ blue700: any;
1714
+ blue800: any;
1715
+ blue900: any;
1716
+ blue1000: any;
1717
+ blue1100: any;
1718
+ blue1200: any;
1719
+ purple100: any;
1720
+ purple200: any;
1721
+ purple300: any;
1722
+ purple400: any;
1723
+ purple500: any;
1724
+ purple600: any;
1725
+ purple700: any;
1726
+ purple800: any;
1727
+ purple900: any;
1728
+ purple1000: any;
1729
+ purple1100: any;
1730
+ purple1200: any;
1731
+ cyan100: any;
1732
+ cyan200: any;
1733
+ cyan300: any;
1734
+ cyan400: any;
1735
+ cyan500: any;
1736
+ cyan600: any;
1737
+ cyan700: any;
1738
+ cyan800: any;
1739
+ cyan900: any;
1740
+ cyan1000: any;
1741
+ cyan1100: any;
1742
+ cyan1200: any;
1743
+ green100: any;
1744
+ green200: any;
1745
+ green300: any;
1746
+ green400: any;
1747
+ green500: any;
1748
+ green600: any;
1749
+ green700: any;
1750
+ green800: any;
1751
+ green900: any;
1752
+ green1000: any;
1753
+ green1100: any;
1754
+ green1200: any;
1755
+ magenta100: any;
1756
+ magenta200: any;
1757
+ magenta300: any;
1758
+ magenta400: any;
1759
+ magenta500: any;
1760
+ magenta600: any;
1761
+ magenta700: any;
1762
+ magenta800: any;
1763
+ magenta900: any;
1764
+ magenta1000: any;
1765
+ magenta1100: any;
1766
+ magenta1200: any;
1767
+ red100: any;
1768
+ red200: any;
1769
+ red300: any;
1770
+ red400: any;
1771
+ red500: any;
1772
+ red600: any;
1773
+ red700: any;
1774
+ red800: any;
1775
+ red900: any;
1776
+ red1000: any;
1777
+ red1100: any;
1778
+ red1200: any;
1779
+ teal100: any;
1780
+ teal200: any;
1781
+ teal300: any;
1782
+ teal400: any;
1783
+ teal500: any;
1784
+ teal600: any;
1785
+ teal700: any;
1786
+ teal800: any;
1787
+ teal900: any;
1788
+ teal1000: any;
1789
+ teal1100: any;
1790
+ teal1200: any;
1791
+ orange100: any;
1792
+ orange200: any;
1793
+ orange300: any;
1794
+ orange400: any;
1795
+ orange500: any;
1796
+ orange600: any;
1797
+ orange700: any;
1798
+ orange800: any;
1799
+ orange900: any;
1800
+ orange1000: any;
1801
+ orange1100: any;
1802
+ orange1200: any;
1803
+ yellow100: any;
1804
+ yellow200: any;
1805
+ yellow300: any;
1806
+ yellow400: any;
1807
+ yellow500: any;
1808
+ yellow600: any;
1809
+ yellow700: any;
1810
+ yellow800: any;
1811
+ yellow900: any;
1812
+ yellow1000: any;
1813
+ yellow1100: any;
1814
+ yellow1200: any;
1815
+ lime100: any;
1816
+ lime200: any;
1817
+ lime300: any;
1818
+ lime400: any;
1819
+ lime500: any;
1820
+ lime600: any;
1821
+ lime700: any;
1822
+ lime800: any;
1823
+ lime900: any;
1824
+ lime1000: any;
1825
+ lime1100: any;
1826
+ lime1200: any;
1827
+ tonal50: any;
1828
+ tonal100: any;
1829
+ tonal200: any;
1830
+ tonal300: any;
1831
+ tonal400: any;
1832
+ tonal500: any;
1833
+ tonal600: any;
1834
+ alpha100: any;
1835
+ alpha150: any;
1836
+ alpha200: any;
1837
+ alpha250: any;
1838
+ alpha600: any;
1839
+ brandRed: any;
1840
+ brandRedAccent: any;
1841
+ brandGreen: any;
1842
+ brandGreenAccent: any;
1843
+ brandPurple: any;
1844
+ brandPurpleAccent: any;
1845
+ brandYellow: any;
1846
+ brandYellowAccent: any;
1847
+ infoLight: any;
1848
+ info: any;
1849
+ infoMid: any;
1850
+ infoDark: any;
1851
+ successLight: any;
1852
+ success: any;
1853
+ successMid: any;
1854
+ successDark: any;
1855
+ dangerLight: any;
1856
+ danger: any;
1857
+ dangerMid: any;
1858
+ dangerDark: any;
1859
+ warningLight: any;
1860
+ warning: any;
1861
+ warningMid: any;
1862
+ warningDark: any;
1863
+ warningText: any;
1864
+ subjectEnglish: any;
1865
+ subjectMaths: any;
1866
+ subjectScience: any;
1867
+ subjectVerbalReasoning: any;
1868
+ subjectNonVerbalReasoning: any;
1869
+ subjectCreativeWriting: any;
1870
+ subjectExamSkills: any;
1871
+ glBlueLight: any;
1872
+ glBluePrimary: any;
1873
+ glBlueDark: any;
1874
+ primary100: any;
1875
+ primary200: any;
1876
+ primary300: any;
1877
+ primary400: any;
1878
+ primary500: any;
1879
+ primary600: any;
1880
+ primary700: any;
1881
+ primary800: any;
1882
+ primary900: any;
1883
+ primary1000: any;
1884
+ primary1100: any;
1885
+ primary1200: any;
1886
+ };
1887
+ space: {
1888
+ "0": any;
1889
+ "1": any;
1890
+ "2": any;
1891
+ "3": any;
1892
+ "4": any;
1893
+ "5": any;
1894
+ "6": any;
1895
+ "7": any;
1896
+ "8": any;
1897
+ "9": any;
1898
+ "24": any;
1899
+ };
1900
+ fontSizes: {
1901
+ xs: any;
1902
+ sm: any;
1903
+ md: any;
1904
+ lg: any;
1905
+ xl: any;
1906
+ "2xl": any;
1907
+ "3xl": any;
1908
+ "4xl": any;
1909
+ };
1910
+ fonts: {
1911
+ sans: any;
1912
+ mono: any;
1913
+ display: any;
1914
+ body: any;
1915
+ };
1916
+ sizes: {
1917
+ "0": any;
1918
+ "1": any;
1919
+ "2": any;
1920
+ "3": any;
1921
+ "4": any;
1922
+ "5": any;
1923
+ "6": any;
1924
+ "7": any;
1925
+ "8": any;
1926
+ };
1927
+ radii: {
1928
+ "0": any;
1929
+ "1": any;
1930
+ "2": any;
1931
+ "3": any;
1932
+ round: any;
1933
+ };
1934
+ shadows: {
1935
+ "0": any;
1936
+ "1": any;
1937
+ "2": any;
1938
+ "3": any;
1939
+ };
1940
+ ratios: {
1941
+ "16-9": any;
1942
+ "3-2": any;
1943
+ "4-3": any;
1944
+ "1-1": any;
1945
+ "3-4": any;
1946
+ };
1947
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
1948
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
1949
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
1950
+ };
1951
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
1952
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1953
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1954
+ };
1955
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1956
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1957
+ };
1958
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1959
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1960
+ };
1961
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1962
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1963
+ };
1964
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1965
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1966
+ };
1967
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1968
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1969
+ };
1970
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1971
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1972
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1973
+ };
1974
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1975
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1976
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1977
+ };
1978
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1979
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1980
+ };
1981
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1982
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1983
+ };
1984
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1985
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1986
+ };
1987
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1988
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1989
+ };
1990
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1991
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1992
+ };
1993
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1994
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1995
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1996
+ };
1997
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1998
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1999
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2000
+ };
2001
+ }> | undefined;
2002
+ }, "name" | "as" | "type"> & {
2003
+ name: string;
2004
+ as?: undefined;
2005
+ type?: "number" | "text" | "search" | "tel" | "url" | "email" | "password" | undefined;
2006
+ } & {
2007
+ size?: "sm" | "md" | "lg" | undefined;
2008
+ css?: import("../..").CSS | undefined;
2009
+ value?: string | undefined;
2010
+ defaultValue?: string | undefined;
2011
+ onValueChange?: ((newValue: string) => void) | undefined;
2012
+ clearText?: string | undefined;
2013
+ onChange?: ((e: import("react").ChangeEvent<HTMLInputElement>) => void) | undefined;
2014
+ } & {
2015
+ label: string;
2016
+ hideLabel?: boolean | undefined;
2017
+ }) => JSX.Element | null;
40
2018
  /** Default table head implementation
41
2019
  *
42
2020
  * Can be configured to be sortable and with different visual themes.
43
2021
  * If you need more customisation options, you can build your own implementation
44
2022
  * with `useDataTable` and the UI-only `Table` components.
45
2023
  */
46
- Head: typeof DataTableHead;
2024
+ Head: ({ sortable, theme, isSticky, ...props }: Omit<Omit<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, "key" | keyof import("react").HTMLAttributes<HTMLTableSectionElement>> & {
2025
+ ref?: ((instance: HTMLTableSectionElement | null) => void) | import("react").RefObject<HTMLTableSectionElement> | null | undefined;
2026
+ }, "css" | "theme" | "isSticky"> & import("@stitches/react/types/styled-component").TransformProps<{
2027
+ theme?: "light" | "primary" | "white" | "primaryDark" | "primaryLight" | undefined;
2028
+ isSticky?: boolean | "true" | undefined;
2029
+ }, {
2030
+ sm: string;
2031
+ md: string;
2032
+ lg: string;
2033
+ xl: string;
2034
+ reducedMotion: string;
2035
+ allowMotion: string;
2036
+ hover: string;
2037
+ }> & {
2038
+ css?: import("@stitches/react/types/css-util").CSS<{
2039
+ sm: string;
2040
+ md: string;
2041
+ lg: string;
2042
+ xl: string;
2043
+ reducedMotion: string;
2044
+ allowMotion: string;
2045
+ hover: string;
2046
+ }, {
2047
+ colors: {
2048
+ textBold: any;
2049
+ textRegular: any;
2050
+ textSubtle: any;
2051
+ textMinimal: any;
2052
+ background: any;
2053
+ backgroundAccent: any;
2054
+ grey100: any;
2055
+ grey200: any;
2056
+ grey300: any;
2057
+ grey400: any;
2058
+ grey500: any;
2059
+ grey600: any;
2060
+ grey700: any;
2061
+ grey800: any;
2062
+ grey900: any;
2063
+ grey1000: any;
2064
+ grey1100: any;
2065
+ grey1200: any;
2066
+ blue100: any;
2067
+ blue200: any;
2068
+ blue300: any;
2069
+ blue400: any;
2070
+ blue500: any;
2071
+ blue600: any;
2072
+ blue700: any;
2073
+ blue800: any;
2074
+ blue900: any;
2075
+ blue1000: any;
2076
+ blue1100: any;
2077
+ blue1200: any;
2078
+ purple100: any;
2079
+ purple200: any;
2080
+ purple300: any;
2081
+ purple400: any;
2082
+ purple500: any;
2083
+ purple600: any;
2084
+ purple700: any;
2085
+ purple800: any;
2086
+ purple900: any;
2087
+ purple1000: any;
2088
+ purple1100: any;
2089
+ purple1200: any;
2090
+ cyan100: any;
2091
+ cyan200: any;
2092
+ cyan300: any;
2093
+ cyan400: any;
2094
+ cyan500: any;
2095
+ cyan600: any;
2096
+ cyan700: any;
2097
+ cyan800: any;
2098
+ cyan900: any;
2099
+ cyan1000: any;
2100
+ cyan1100: any;
2101
+ cyan1200: any;
2102
+ green100: any;
2103
+ green200: any;
2104
+ green300: any;
2105
+ green400: any;
2106
+ green500: any;
2107
+ green600: any;
2108
+ green700: any;
2109
+ green800: any;
2110
+ green900: any;
2111
+ green1000: any;
2112
+ green1100: any;
2113
+ green1200: any;
2114
+ magenta100: any;
2115
+ magenta200: any;
2116
+ magenta300: any;
2117
+ magenta400: any;
2118
+ magenta500: any;
2119
+ magenta600: any;
2120
+ magenta700: any;
2121
+ magenta800: any;
2122
+ magenta900: any;
2123
+ magenta1000: any;
2124
+ magenta1100: any;
2125
+ magenta1200: any;
2126
+ red100: any;
2127
+ red200: any;
2128
+ red300: any;
2129
+ red400: any;
2130
+ red500: any;
2131
+ red600: any;
2132
+ red700: any;
2133
+ red800: any;
2134
+ red900: any;
2135
+ red1000: any;
2136
+ red1100: any;
2137
+ red1200: any;
2138
+ teal100: any;
2139
+ teal200: any;
2140
+ teal300: any;
2141
+ teal400: any;
2142
+ teal500: any;
2143
+ teal600: any;
2144
+ teal700: any;
2145
+ teal800: any;
2146
+ teal900: any;
2147
+ teal1000: any;
2148
+ teal1100: any;
2149
+ teal1200: any;
2150
+ orange100: any;
2151
+ orange200: any;
2152
+ orange300: any;
2153
+ orange400: any;
2154
+ orange500: any;
2155
+ orange600: any;
2156
+ orange700: any;
2157
+ orange800: any;
2158
+ orange900: any;
2159
+ orange1000: any;
2160
+ orange1100: any;
2161
+ orange1200: any;
2162
+ yellow100: any;
2163
+ yellow200: any;
2164
+ yellow300: any;
2165
+ yellow400: any;
2166
+ yellow500: any;
2167
+ yellow600: any;
2168
+ yellow700: any;
2169
+ yellow800: any;
2170
+ yellow900: any;
2171
+ yellow1000: any;
2172
+ yellow1100: any;
2173
+ yellow1200: any;
2174
+ lime100: any;
2175
+ lime200: any;
2176
+ lime300: any;
2177
+ lime400: any;
2178
+ lime500: any;
2179
+ lime600: any;
2180
+ lime700: any;
2181
+ lime800: any;
2182
+ lime900: any;
2183
+ lime1000: any;
2184
+ lime1100: any;
2185
+ lime1200: any;
2186
+ tonal50: any;
2187
+ tonal100: any;
2188
+ tonal200: any;
2189
+ tonal300: any;
2190
+ tonal400: any;
2191
+ tonal500: any;
2192
+ tonal600: any;
2193
+ alpha100: any;
2194
+ alpha150: any;
2195
+ alpha200: any;
2196
+ alpha250: any;
2197
+ alpha600: any;
2198
+ brandRed: any;
2199
+ brandRedAccent: any;
2200
+ brandGreen: any;
2201
+ brandGreenAccent: any;
2202
+ brandPurple: any;
2203
+ brandPurpleAccent: any;
2204
+ brandYellow: any;
2205
+ brandYellowAccent: any;
2206
+ infoLight: any;
2207
+ info: any;
2208
+ infoMid: any;
2209
+ infoDark: any;
2210
+ successLight: any;
2211
+ success: any;
2212
+ successMid: any;
2213
+ successDark: any;
2214
+ dangerLight: any;
2215
+ danger: any;
2216
+ dangerMid: any;
2217
+ dangerDark: any;
2218
+ warningLight: any;
2219
+ warning: any;
2220
+ warningMid: any;
2221
+ warningDark: any;
2222
+ warningText: any;
2223
+ subjectEnglish: any;
2224
+ subjectMaths: any;
2225
+ subjectScience: any;
2226
+ subjectVerbalReasoning: any;
2227
+ subjectNonVerbalReasoning: any;
2228
+ subjectCreativeWriting: any;
2229
+ subjectExamSkills: any;
2230
+ glBlueLight: any;
2231
+ glBluePrimary: any;
2232
+ glBlueDark: any;
2233
+ primary100: any;
2234
+ primary200: any;
2235
+ primary300: any;
2236
+ primary400: any;
2237
+ primary500: any;
2238
+ primary600: any;
2239
+ primary700: any;
2240
+ primary800: any;
2241
+ primary900: any;
2242
+ primary1000: any;
2243
+ primary1100: any;
2244
+ primary1200: any;
2245
+ };
2246
+ space: {
2247
+ "0": any;
2248
+ "1": any;
2249
+ "2": any;
2250
+ "3": any;
2251
+ "4": any;
2252
+ "5": any;
2253
+ "6": any;
2254
+ "7": any;
2255
+ "8": any;
2256
+ "9": any;
2257
+ "24": any;
2258
+ };
2259
+ fontSizes: {
2260
+ xs: any;
2261
+ sm: any;
2262
+ md: any;
2263
+ lg: any;
2264
+ xl: any;
2265
+ "2xl": any;
2266
+ "3xl": any;
2267
+ "4xl": any;
2268
+ };
2269
+ fonts: {
2270
+ sans: any;
2271
+ mono: any;
2272
+ display: any;
2273
+ body: any;
2274
+ };
2275
+ sizes: {
2276
+ "0": any;
2277
+ "1": any;
2278
+ "2": any;
2279
+ "3": any;
2280
+ "4": any;
2281
+ "5": any;
2282
+ "6": any;
2283
+ "7": any;
2284
+ "8": any;
2285
+ };
2286
+ radii: {
2287
+ "0": any;
2288
+ "1": any;
2289
+ "2": any;
2290
+ "3": any;
2291
+ round: any;
2292
+ };
2293
+ shadows: {
2294
+ "0": any;
2295
+ "1": any;
2296
+ "2": any;
2297
+ "3": any;
2298
+ };
2299
+ ratios: {
2300
+ "16-9": any;
2301
+ "3-2": any;
2302
+ "4-3": any;
2303
+ "1-1": any;
2304
+ "3-4": any;
2305
+ };
2306
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
2307
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
2308
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
2309
+ };
2310
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
2311
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
2312
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
2313
+ };
2314
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2315
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2316
+ };
2317
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2318
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2319
+ };
2320
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2321
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2322
+ };
2323
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2324
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2325
+ };
2326
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2327
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2328
+ };
2329
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2330
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2331
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2332
+ };
2333
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2334
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2335
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2336
+ };
2337
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2338
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2339
+ };
2340
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2341
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2342
+ };
2343
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2344
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2345
+ };
2346
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2347
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2348
+ };
2349
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2350
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2351
+ };
2352
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2353
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2354
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2355
+ };
2356
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2357
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2358
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2359
+ };
2360
+ }> | undefined;
2361
+ }, "children"> & {
2362
+ sortable?: boolean | undefined;
2363
+ isSticky?: boolean | undefined;
2364
+ headerCss?: import("../..").CSS | undefined;
2365
+ }) => JSX.Element;
47
2366
  /** Default header implementation for `DataTable`
48
2367
  *
49
2368
  * Can be configured to make the column sortable. If you need more customisation options,
50
2369
  * you can build your own implementation with the UI-only `Table` components.
51
2370
  */
52
- HeaderCell: typeof DataTableHeaderCell;
2371
+ HeaderCell: ({ header, children, css, ...props }: Omit<Pick<import("react").DetailedHTMLProps<import("react").ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>, "key" | keyof import("react").ThHTMLAttributes<HTMLTableHeaderCellElement>> & {
2372
+ ref?: ((instance: HTMLTableHeaderCellElement | null) => void) | import("react").RefObject<HTMLTableHeaderCellElement> | null | undefined;
2373
+ }, "css"> & import("@stitches/react/types/styled-component").TransformProps<{}, {
2374
+ sm: string;
2375
+ md: string;
2376
+ lg: string;
2377
+ xl: string;
2378
+ reducedMotion: string;
2379
+ allowMotion: string;
2380
+ hover: string;
2381
+ }> & {
2382
+ css?: import("@stitches/react/types/css-util").CSS<{
2383
+ sm: string;
2384
+ md: string;
2385
+ lg: string;
2386
+ xl: string;
2387
+ reducedMotion: string;
2388
+ allowMotion: string;
2389
+ hover: string;
2390
+ }, {
2391
+ colors: {
2392
+ textBold: any;
2393
+ textRegular: any;
2394
+ textSubtle: any;
2395
+ textMinimal: any;
2396
+ background: any;
2397
+ backgroundAccent: any;
2398
+ grey100: any;
2399
+ grey200: any;
2400
+ grey300: any;
2401
+ grey400: any;
2402
+ grey500: any;
2403
+ grey600: any;
2404
+ grey700: any;
2405
+ grey800: any;
2406
+ grey900: any;
2407
+ grey1000: any;
2408
+ grey1100: any;
2409
+ grey1200: any;
2410
+ blue100: any;
2411
+ blue200: any;
2412
+ blue300: any;
2413
+ blue400: any;
2414
+ blue500: any;
2415
+ blue600: any;
2416
+ blue700: any;
2417
+ blue800: any;
2418
+ blue900: any;
2419
+ blue1000: any;
2420
+ blue1100: any;
2421
+ blue1200: any;
2422
+ purple100: any;
2423
+ purple200: any;
2424
+ purple300: any;
2425
+ purple400: any;
2426
+ purple500: any;
2427
+ purple600: any;
2428
+ purple700: any;
2429
+ purple800: any;
2430
+ purple900: any;
2431
+ purple1000: any;
2432
+ purple1100: any;
2433
+ purple1200: any;
2434
+ cyan100: any;
2435
+ cyan200: any;
2436
+ cyan300: any;
2437
+ cyan400: any;
2438
+ cyan500: any;
2439
+ cyan600: any;
2440
+ cyan700: any;
2441
+ cyan800: any;
2442
+ cyan900: any;
2443
+ cyan1000: any;
2444
+ cyan1100: any;
2445
+ cyan1200: any;
2446
+ green100: any;
2447
+ green200: any;
2448
+ green300: any;
2449
+ green400: any;
2450
+ green500: any;
2451
+ green600: any;
2452
+ green700: any;
2453
+ green800: any;
2454
+ green900: any;
2455
+ green1000: any;
2456
+ green1100: any;
2457
+ green1200: any;
2458
+ magenta100: any;
2459
+ magenta200: any;
2460
+ magenta300: any;
2461
+ magenta400: any;
2462
+ magenta500: any;
2463
+ magenta600: any;
2464
+ magenta700: any;
2465
+ magenta800: any;
2466
+ magenta900: any;
2467
+ magenta1000: any;
2468
+ magenta1100: any;
2469
+ magenta1200: any;
2470
+ red100: any;
2471
+ red200: any;
2472
+ red300: any;
2473
+ red400: any;
2474
+ red500: any;
2475
+ red600: any;
2476
+ red700: any;
2477
+ red800: any;
2478
+ red900: any;
2479
+ red1000: any;
2480
+ red1100: any;
2481
+ red1200: any;
2482
+ teal100: any;
2483
+ teal200: any;
2484
+ teal300: any;
2485
+ teal400: any;
2486
+ teal500: any;
2487
+ teal600: any;
2488
+ teal700: any;
2489
+ teal800: any;
2490
+ teal900: any;
2491
+ teal1000: any;
2492
+ teal1100: any;
2493
+ teal1200: any;
2494
+ orange100: any;
2495
+ orange200: any;
2496
+ orange300: any;
2497
+ orange400: any;
2498
+ orange500: any;
2499
+ orange600: any;
2500
+ orange700: any;
2501
+ orange800: any;
2502
+ orange900: any;
2503
+ orange1000: any;
2504
+ orange1100: any;
2505
+ orange1200: any;
2506
+ yellow100: any;
2507
+ yellow200: any;
2508
+ yellow300: any;
2509
+ yellow400: any;
2510
+ yellow500: any;
2511
+ yellow600: any;
2512
+ yellow700: any;
2513
+ yellow800: any;
2514
+ yellow900: any;
2515
+ yellow1000: any;
2516
+ yellow1100: any;
2517
+ yellow1200: any;
2518
+ lime100: any;
2519
+ lime200: any;
2520
+ lime300: any;
2521
+ lime400: any;
2522
+ lime500: any;
2523
+ lime600: any;
2524
+ lime700: any;
2525
+ lime800: any;
2526
+ lime900: any;
2527
+ lime1000: any;
2528
+ lime1100: any;
2529
+ lime1200: any;
2530
+ tonal50: any;
2531
+ tonal100: any;
2532
+ tonal200: any;
2533
+ tonal300: any;
2534
+ tonal400: any;
2535
+ tonal500: any;
2536
+ tonal600: any;
2537
+ alpha100: any;
2538
+ alpha150: any;
2539
+ alpha200: any;
2540
+ alpha250: any;
2541
+ alpha600: any;
2542
+ brandRed: any;
2543
+ brandRedAccent: any;
2544
+ brandGreen: any;
2545
+ brandGreenAccent: any;
2546
+ brandPurple: any;
2547
+ brandPurpleAccent: any;
2548
+ brandYellow: any;
2549
+ brandYellowAccent: any;
2550
+ infoLight: any;
2551
+ info: any;
2552
+ infoMid: any;
2553
+ infoDark: any;
2554
+ successLight: any;
2555
+ success: any;
2556
+ successMid: any;
2557
+ successDark: any;
2558
+ dangerLight: any;
2559
+ danger: any;
2560
+ dangerMid: any;
2561
+ dangerDark: any;
2562
+ warningLight: any;
2563
+ warning: any;
2564
+ warningMid: any;
2565
+ warningDark: any;
2566
+ warningText: any;
2567
+ subjectEnglish: any;
2568
+ subjectMaths: any;
2569
+ subjectScience: any;
2570
+ subjectVerbalReasoning: any;
2571
+ subjectNonVerbalReasoning: any;
2572
+ subjectCreativeWriting: any;
2573
+ subjectExamSkills: any;
2574
+ glBlueLight: any;
2575
+ glBluePrimary: any;
2576
+ glBlueDark: any;
2577
+ primary100: any;
2578
+ primary200: any;
2579
+ primary300: any;
2580
+ primary400: any;
2581
+ primary500: any;
2582
+ primary600: any;
2583
+ primary700: any;
2584
+ primary800: any;
2585
+ primary900: any;
2586
+ primary1000: any;
2587
+ primary1100: any;
2588
+ primary1200: any;
2589
+ };
2590
+ space: {
2591
+ "0": any;
2592
+ "1": any;
2593
+ "2": any;
2594
+ "3": any;
2595
+ "4": any;
2596
+ "5": any;
2597
+ "6": any;
2598
+ "7": any;
2599
+ "8": any;
2600
+ "9": any;
2601
+ "24": any;
2602
+ };
2603
+ fontSizes: {
2604
+ xs: any;
2605
+ sm: any;
2606
+ md: any;
2607
+ lg: any;
2608
+ xl: any;
2609
+ "2xl": any;
2610
+ "3xl": any;
2611
+ "4xl": any;
2612
+ };
2613
+ fonts: {
2614
+ sans: any;
2615
+ mono: any;
2616
+ display: any;
2617
+ body: any;
2618
+ };
2619
+ sizes: {
2620
+ "0": any;
2621
+ "1": any;
2622
+ "2": any;
2623
+ "3": any;
2624
+ "4": any;
2625
+ "5": any;
2626
+ "6": any;
2627
+ "7": any;
2628
+ "8": any;
2629
+ };
2630
+ radii: {
2631
+ "0": any;
2632
+ "1": any;
2633
+ "2": any;
2634
+ "3": any;
2635
+ round: any;
2636
+ };
2637
+ shadows: {
2638
+ "0": any;
2639
+ "1": any;
2640
+ "2": any;
2641
+ "3": any;
2642
+ };
2643
+ ratios: {
2644
+ "16-9": any;
2645
+ "3-2": any;
2646
+ "4-3": any;
2647
+ "1-1": any;
2648
+ "3-4": any;
2649
+ };
2650
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
2651
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
2652
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
2653
+ };
2654
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
2655
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
2656
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
2657
+ };
2658
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2659
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2660
+ };
2661
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2662
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2663
+ };
2664
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2665
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2666
+ };
2667
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2668
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2669
+ };
2670
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2671
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2672
+ };
2673
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2674
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2675
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2676
+ };
2677
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2678
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2679
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2680
+ };
2681
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2682
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2683
+ };
2684
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2685
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2686
+ };
2687
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2688
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2689
+ };
2690
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2691
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2692
+ };
2693
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2694
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2695
+ };
2696
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2697
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2698
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2699
+ };
2700
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2701
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2702
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2703
+ };
2704
+ }> | undefined;
2705
+ } & {
2706
+ header: import("@tanstack/table-core").Header<Record<string, unknown>, unknown>;
2707
+ }) => JSX.Element;
53
2708
  /** Default pagination implementation for `DataTable`
54
2709
  *
55
2710
  * Can navigate forward, backward, or to any specific page. If you need more customisation options,
56
2711
  * you can build your own implementation with `useDataTable` and other UI components.
57
2712
  *
58
2713
  */
59
- MetaData: typeof DataTableMetaData;
2714
+ MetaData: ({ copy, css }: {
2715
+ copy?: {
2716
+ sorted_by?: string | undefined;
2717
+ ascending?: string | undefined;
2718
+ descending?: string | undefined;
2719
+ separator?: string | undefined;
2720
+ } | undefined;
2721
+ sortLabel?: string | undefined;
2722
+ css?: import("@stitches/react").CSS<{
2723
+ media: {};
2724
+ theme: {};
2725
+ themeMap: {};
2726
+ utils: {};
2727
+ }> | undefined;
2728
+ }) => JSX.Element;
60
2729
  /** Default display of amount of items and current sorting status for 'DataTable'
61
2730
  *
62
2731
  */
63
- Pagination: typeof Pagination;
2732
+ Pagination: (props: Omit<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, "key" | keyof import("react").HTMLAttributes<HTMLElement>> & {
2733
+ ref?: ((instance: HTMLElement | null) => void) | import("react").RefObject<HTMLElement> | null | undefined;
2734
+ }, "css"> & import("@stitches/react/types/styled-component").TransformProps<{}, {
2735
+ sm: string;
2736
+ md: string;
2737
+ lg: string;
2738
+ xl: string;
2739
+ reducedMotion: string;
2740
+ allowMotion: string;
2741
+ hover: string;
2742
+ }> & {
2743
+ css?: import("@stitches/react/types/css-util").CSS<{
2744
+ sm: string;
2745
+ md: string;
2746
+ lg: string;
2747
+ xl: string;
2748
+ reducedMotion: string;
2749
+ allowMotion: string;
2750
+ hover: string;
2751
+ }, {
2752
+ colors: {
2753
+ textBold: any;
2754
+ textRegular: any;
2755
+ textSubtle: any;
2756
+ textMinimal: any;
2757
+ background: any;
2758
+ backgroundAccent: any;
2759
+ grey100: any;
2760
+ grey200: any;
2761
+ grey300: any;
2762
+ grey400: any;
2763
+ grey500: any;
2764
+ grey600: any;
2765
+ grey700: any;
2766
+ grey800: any;
2767
+ grey900: any;
2768
+ grey1000: any;
2769
+ grey1100: any;
2770
+ grey1200: any;
2771
+ blue100: any;
2772
+ blue200: any;
2773
+ blue300: any;
2774
+ blue400: any;
2775
+ blue500: any;
2776
+ blue600: any;
2777
+ blue700: any;
2778
+ blue800: any;
2779
+ blue900: any;
2780
+ blue1000: any;
2781
+ blue1100: any;
2782
+ blue1200: any;
2783
+ purple100: any;
2784
+ purple200: any;
2785
+ purple300: any;
2786
+ purple400: any;
2787
+ purple500: any;
2788
+ purple600: any;
2789
+ purple700: any;
2790
+ purple800: any;
2791
+ purple900: any;
2792
+ purple1000: any;
2793
+ purple1100: any;
2794
+ purple1200: any;
2795
+ cyan100: any;
2796
+ cyan200: any;
2797
+ cyan300: any;
2798
+ cyan400: any;
2799
+ cyan500: any;
2800
+ cyan600: any;
2801
+ cyan700: any;
2802
+ cyan800: any;
2803
+ cyan900: any;
2804
+ cyan1000: any;
2805
+ cyan1100: any;
2806
+ cyan1200: any;
2807
+ green100: any;
2808
+ green200: any;
2809
+ green300: any;
2810
+ green400: any;
2811
+ green500: any;
2812
+ green600: any;
2813
+ green700: any;
2814
+ green800: any;
2815
+ green900: any;
2816
+ green1000: any;
2817
+ green1100: any;
2818
+ green1200: any;
2819
+ magenta100: any;
2820
+ magenta200: any;
2821
+ magenta300: any;
2822
+ magenta400: any;
2823
+ magenta500: any;
2824
+ magenta600: any;
2825
+ magenta700: any;
2826
+ magenta800: any;
2827
+ magenta900: any;
2828
+ magenta1000: any;
2829
+ magenta1100: any;
2830
+ magenta1200: any;
2831
+ red100: any;
2832
+ red200: any;
2833
+ red300: any;
2834
+ red400: any;
2835
+ red500: any;
2836
+ red600: any;
2837
+ red700: any;
2838
+ red800: any;
2839
+ red900: any;
2840
+ red1000: any;
2841
+ red1100: any;
2842
+ red1200: any;
2843
+ teal100: any;
2844
+ teal200: any;
2845
+ teal300: any;
2846
+ teal400: any;
2847
+ teal500: any;
2848
+ teal600: any;
2849
+ teal700: any;
2850
+ teal800: any;
2851
+ teal900: any;
2852
+ teal1000: any;
2853
+ teal1100: any;
2854
+ teal1200: any;
2855
+ orange100: any;
2856
+ orange200: any;
2857
+ orange300: any;
2858
+ orange400: any;
2859
+ orange500: any;
2860
+ orange600: any;
2861
+ orange700: any;
2862
+ orange800: any;
2863
+ orange900: any;
2864
+ orange1000: any;
2865
+ orange1100: any;
2866
+ orange1200: any;
2867
+ yellow100: any;
2868
+ yellow200: any;
2869
+ yellow300: any;
2870
+ yellow400: any;
2871
+ yellow500: any;
2872
+ yellow600: any;
2873
+ yellow700: any;
2874
+ yellow800: any;
2875
+ yellow900: any;
2876
+ yellow1000: any;
2877
+ yellow1100: any;
2878
+ yellow1200: any;
2879
+ lime100: any;
2880
+ lime200: any;
2881
+ lime300: any;
2882
+ lime400: any;
2883
+ lime500: any;
2884
+ lime600: any;
2885
+ lime700: any;
2886
+ lime800: any;
2887
+ lime900: any;
2888
+ lime1000: any;
2889
+ lime1100: any;
2890
+ lime1200: any;
2891
+ tonal50: any;
2892
+ tonal100: any;
2893
+ tonal200: any;
2894
+ tonal300: any;
2895
+ tonal400: any;
2896
+ tonal500: any;
2897
+ tonal600: any;
2898
+ alpha100: any;
2899
+ alpha150: any;
2900
+ alpha200: any;
2901
+ alpha250: any;
2902
+ alpha600: any;
2903
+ brandRed: any;
2904
+ brandRedAccent: any;
2905
+ brandGreen: any;
2906
+ brandGreenAccent: any;
2907
+ brandPurple: any;
2908
+ brandPurpleAccent: any;
2909
+ brandYellow: any;
2910
+ brandYellowAccent: any;
2911
+ infoLight: any;
2912
+ info: any;
2913
+ infoMid: any;
2914
+ infoDark: any;
2915
+ successLight: any;
2916
+ success: any;
2917
+ successMid: any;
2918
+ successDark: any;
2919
+ dangerLight: any;
2920
+ danger: any;
2921
+ dangerMid: any;
2922
+ dangerDark: any;
2923
+ warningLight: any;
2924
+ warning: any;
2925
+ warningMid: any;
2926
+ warningDark: any;
2927
+ warningText: any;
2928
+ subjectEnglish: any;
2929
+ subjectMaths: any;
2930
+ subjectScience: any;
2931
+ subjectVerbalReasoning: any;
2932
+ subjectNonVerbalReasoning: any;
2933
+ subjectCreativeWriting: any;
2934
+ subjectExamSkills: any;
2935
+ glBlueLight: any;
2936
+ glBluePrimary: any;
2937
+ glBlueDark: any;
2938
+ primary100: any;
2939
+ primary200: any;
2940
+ primary300: any;
2941
+ primary400: any;
2942
+ primary500: any;
2943
+ primary600: any;
2944
+ primary700: any;
2945
+ primary800: any;
2946
+ primary900: any;
2947
+ primary1000: any;
2948
+ primary1100: any;
2949
+ primary1200: any;
2950
+ };
2951
+ space: {
2952
+ "0": any;
2953
+ "1": any;
2954
+ "2": any;
2955
+ "3": any;
2956
+ "4": any;
2957
+ "5": any;
2958
+ "6": any;
2959
+ "7": any;
2960
+ "8": any;
2961
+ "9": any;
2962
+ "24": any;
2963
+ };
2964
+ fontSizes: {
2965
+ xs: any;
2966
+ sm: any;
2967
+ md: any;
2968
+ lg: any;
2969
+ xl: any;
2970
+ "2xl": any;
2971
+ "3xl": any;
2972
+ "4xl": any;
2973
+ };
2974
+ fonts: {
2975
+ sans: any;
2976
+ mono: any;
2977
+ display: any;
2978
+ body: any;
2979
+ };
2980
+ sizes: {
2981
+ "0": any;
2982
+ "1": any;
2983
+ "2": any;
2984
+ "3": any;
2985
+ "4": any;
2986
+ "5": any;
2987
+ "6": any;
2988
+ "7": any;
2989
+ "8": any;
2990
+ };
2991
+ radii: {
2992
+ "0": any;
2993
+ "1": any;
2994
+ "2": any;
2995
+ "3": any;
2996
+ round: any;
2997
+ };
2998
+ shadows: {
2999
+ "0": any;
3000
+ "1": any;
3001
+ "2": any;
3002
+ "3": any;
3003
+ };
3004
+ ratios: {
3005
+ "16-9": any;
3006
+ "3-2": any;
3007
+ "4-3": any;
3008
+ "1-1": any;
3009
+ "3-4": any;
3010
+ };
3011
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
3012
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
3013
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
3014
+ };
3015
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
3016
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
3017
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
3018
+ };
3019
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3020
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3021
+ };
3022
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3023
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3024
+ };
3025
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3026
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3027
+ };
3028
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3029
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3030
+ };
3031
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3032
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3033
+ };
3034
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3035
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3036
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3037
+ };
3038
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3039
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3040
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3041
+ };
3042
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3043
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3044
+ };
3045
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3046
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3047
+ };
3048
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3049
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3050
+ };
3051
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3052
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3053
+ };
3054
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3055
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3056
+ };
3057
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3058
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3059
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3060
+ };
3061
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3062
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3063
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3064
+ };
3065
+ }> | undefined;
3066
+ }) => JSX.Element | null;
64
3067
  /** Default row implementation for `DataTable`
65
3068
  *
66
3069
  * Renders all visible cells as `Table.Cell`. If you need more customisation options,
67
3070
  * you can build your own implementation with the UI-only `Table` components.
68
3071
  */
69
- Row: typeof DataTableRow;
3072
+ Row: ({ row }: import("./DataTableRow").DataTableRowProps) => JSX.Element;
70
3073
  /** Default table implementation for `DataTable`.
71
3074
  *
72
3075
  * Can be configured with sortable columns and different visual themes.
@@ -76,7 +3079,7 @@ declare type TDataTable = React.FC<React.ComponentProps<typeof DataTableProvider
76
3079
  * scratch with `useDataTable` and the UI-only `Table` components.
77
3080
  *
78
3081
  */
79
- Table: typeof DataTableTable;
3082
+ Table: ({ sortable, striped, theme, css, scrollOptions, ...props }: import("./DataTableTable").DataTableTableProps) => JSX.Element | null;
80
3083
  /** Default loading implementation for remote data
81
3084
  *
82
3085
  * Renders a loading component while fetching the paginated data using `getAsyncData`.
@@ -84,7 +3087,343 @@ declare type TDataTable = React.FC<React.ComponentProps<typeof DataTableProvider
84
3087
  * If you need more customisation, you can compose your own implentation, `asyncDataState`
85
3088
  * can be retrieved from `useDataTable`
86
3089
  */
87
- Loading: typeof DataTableLoading;
3090
+ Loading: (props: Omit<{
3091
+ message?: string | undefined;
3092
+ size?: "sm" | "md" | "lg" | undefined;
3093
+ css?: import("../..").CSS | undefined;
3094
+ }, "css"> & import("@stitches/react/types/styled-component").TransformProps<{}, {
3095
+ sm: string;
3096
+ md: string;
3097
+ lg: string;
3098
+ xl: string;
3099
+ reducedMotion: string;
3100
+ allowMotion: string;
3101
+ hover: string;
3102
+ }> & {
3103
+ css?: import("@stitches/react/types/css-util").CSS<{
3104
+ sm: string;
3105
+ md: string;
3106
+ lg: string;
3107
+ xl: string;
3108
+ reducedMotion: string;
3109
+ allowMotion: string;
3110
+ hover: string;
3111
+ }, {
3112
+ colors: {
3113
+ textBold: any;
3114
+ textRegular: any;
3115
+ textSubtle: any;
3116
+ textMinimal: any;
3117
+ background: any;
3118
+ backgroundAccent: any;
3119
+ grey100: any;
3120
+ grey200: any;
3121
+ grey300: any;
3122
+ grey400: any;
3123
+ grey500: any;
3124
+ grey600: any;
3125
+ grey700: any;
3126
+ grey800: any;
3127
+ grey900: any;
3128
+ grey1000: any;
3129
+ grey1100: any;
3130
+ grey1200: any;
3131
+ blue100: any;
3132
+ blue200: any;
3133
+ blue300: any;
3134
+ blue400: any;
3135
+ blue500: any;
3136
+ blue600: any;
3137
+ blue700: any;
3138
+ blue800: any;
3139
+ blue900: any;
3140
+ blue1000: any;
3141
+ blue1100: any;
3142
+ blue1200: any;
3143
+ purple100: any;
3144
+ purple200: any;
3145
+ purple300: any;
3146
+ purple400: any;
3147
+ purple500: any;
3148
+ purple600: any;
3149
+ purple700: any;
3150
+ purple800: any;
3151
+ purple900: any;
3152
+ purple1000: any;
3153
+ purple1100: any;
3154
+ purple1200: any;
3155
+ cyan100: any;
3156
+ cyan200: any;
3157
+ cyan300: any;
3158
+ cyan400: any;
3159
+ cyan500: any;
3160
+ cyan600: any;
3161
+ cyan700: any;
3162
+ cyan800: any;
3163
+ cyan900: any;
3164
+ cyan1000: any;
3165
+ cyan1100: any;
3166
+ cyan1200: any;
3167
+ green100: any;
3168
+ green200: any;
3169
+ green300: any;
3170
+ green400: any;
3171
+ green500: any;
3172
+ green600: any;
3173
+ green700: any;
3174
+ green800: any;
3175
+ green900: any;
3176
+ green1000: any;
3177
+ green1100: any;
3178
+ green1200: any;
3179
+ magenta100: any;
3180
+ magenta200: any;
3181
+ magenta300: any;
3182
+ magenta400: any;
3183
+ magenta500: any;
3184
+ magenta600: any;
3185
+ magenta700: any;
3186
+ magenta800: any;
3187
+ magenta900: any;
3188
+ magenta1000: any;
3189
+ magenta1100: any;
3190
+ magenta1200: any;
3191
+ red100: any;
3192
+ red200: any;
3193
+ red300: any;
3194
+ red400: any;
3195
+ red500: any;
3196
+ red600: any;
3197
+ red700: any;
3198
+ red800: any;
3199
+ red900: any;
3200
+ red1000: any;
3201
+ red1100: any;
3202
+ red1200: any;
3203
+ teal100: any;
3204
+ teal200: any;
3205
+ teal300: any;
3206
+ teal400: any;
3207
+ teal500: any;
3208
+ teal600: any;
3209
+ teal700: any;
3210
+ teal800: any;
3211
+ teal900: any;
3212
+ teal1000: any;
3213
+ teal1100: any;
3214
+ teal1200: any;
3215
+ orange100: any;
3216
+ orange200: any;
3217
+ orange300: any;
3218
+ orange400: any;
3219
+ orange500: any;
3220
+ orange600: any;
3221
+ orange700: any;
3222
+ orange800: any;
3223
+ orange900: any;
3224
+ orange1000: any;
3225
+ orange1100: any;
3226
+ orange1200: any;
3227
+ yellow100: any;
3228
+ yellow200: any;
3229
+ yellow300: any;
3230
+ yellow400: any;
3231
+ yellow500: any;
3232
+ yellow600: any;
3233
+ yellow700: any;
3234
+ yellow800: any;
3235
+ yellow900: any;
3236
+ yellow1000: any;
3237
+ yellow1100: any;
3238
+ yellow1200: any;
3239
+ lime100: any;
3240
+ lime200: any;
3241
+ lime300: any;
3242
+ lime400: any;
3243
+ lime500: any;
3244
+ lime600: any;
3245
+ lime700: any;
3246
+ lime800: any;
3247
+ lime900: any;
3248
+ lime1000: any;
3249
+ lime1100: any;
3250
+ lime1200: any;
3251
+ tonal50: any;
3252
+ tonal100: any;
3253
+ tonal200: any;
3254
+ tonal300: any;
3255
+ tonal400: any;
3256
+ tonal500: any;
3257
+ tonal600: any;
3258
+ alpha100: any;
3259
+ alpha150: any;
3260
+ alpha200: any;
3261
+ alpha250: any;
3262
+ alpha600: any;
3263
+ brandRed: any;
3264
+ brandRedAccent: any;
3265
+ brandGreen: any;
3266
+ brandGreenAccent: any;
3267
+ brandPurple: any;
3268
+ brandPurpleAccent: any;
3269
+ brandYellow: any;
3270
+ brandYellowAccent: any;
3271
+ infoLight: any;
3272
+ info: any;
3273
+ infoMid: any;
3274
+ infoDark: any;
3275
+ successLight: any;
3276
+ success: any;
3277
+ successMid: any;
3278
+ successDark: any;
3279
+ dangerLight: any;
3280
+ danger: any;
3281
+ dangerMid: any;
3282
+ dangerDark: any;
3283
+ warningLight: any;
3284
+ warning: any;
3285
+ warningMid: any;
3286
+ warningDark: any;
3287
+ warningText: any;
3288
+ subjectEnglish: any;
3289
+ subjectMaths: any;
3290
+ subjectScience: any;
3291
+ subjectVerbalReasoning: any;
3292
+ subjectNonVerbalReasoning: any;
3293
+ subjectCreativeWriting: any;
3294
+ subjectExamSkills: any;
3295
+ glBlueLight: any;
3296
+ glBluePrimary: any;
3297
+ glBlueDark: any;
3298
+ primary100: any;
3299
+ primary200: any;
3300
+ primary300: any;
3301
+ primary400: any;
3302
+ primary500: any;
3303
+ primary600: any;
3304
+ primary700: any;
3305
+ primary800: any;
3306
+ primary900: any;
3307
+ primary1000: any;
3308
+ primary1100: any;
3309
+ primary1200: any;
3310
+ };
3311
+ space: {
3312
+ "0": any;
3313
+ "1": any;
3314
+ "2": any;
3315
+ "3": any;
3316
+ "4": any;
3317
+ "5": any;
3318
+ "6": any;
3319
+ "7": any;
3320
+ "8": any;
3321
+ "9": any;
3322
+ "24": any;
3323
+ };
3324
+ fontSizes: {
3325
+ xs: any;
3326
+ sm: any;
3327
+ md: any;
3328
+ lg: any;
3329
+ xl: any;
3330
+ "2xl": any;
3331
+ "3xl": any;
3332
+ "4xl": any;
3333
+ };
3334
+ fonts: {
3335
+ sans: any;
3336
+ mono: any;
3337
+ display: any;
3338
+ body: any;
3339
+ };
3340
+ sizes: {
3341
+ "0": any;
3342
+ "1": any;
3343
+ "2": any;
3344
+ "3": any;
3345
+ "4": any;
3346
+ "5": any;
3347
+ "6": any;
3348
+ "7": any;
3349
+ "8": any;
3350
+ };
3351
+ radii: {
3352
+ "0": any;
3353
+ "1": any;
3354
+ "2": any;
3355
+ "3": any;
3356
+ round: any;
3357
+ };
3358
+ shadows: {
3359
+ "0": any;
3360
+ "1": any;
3361
+ "2": any;
3362
+ "3": any;
3363
+ };
3364
+ ratios: {
3365
+ "16-9": any;
3366
+ "3-2": any;
3367
+ "4-3": any;
3368
+ "1-1": any;
3369
+ "3-4": any;
3370
+ };
3371
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
3372
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
3373
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
3374
+ };
3375
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
3376
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
3377
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
3378
+ };
3379
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3380
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3381
+ };
3382
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3383
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3384
+ };
3385
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3386
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3387
+ };
3388
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3389
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3390
+ };
3391
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3392
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3393
+ };
3394
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3395
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3396
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3397
+ };
3398
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3399
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3400
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3401
+ };
3402
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3403
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3404
+ };
3405
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3406
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3407
+ };
3408
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3409
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3410
+ };
3411
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3412
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3413
+ };
3414
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3415
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3416
+ };
3417
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3418
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3419
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3420
+ };
3421
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3422
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3423
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3424
+ };
3425
+ }> | undefined;
3426
+ }) => JSX.Element | null;
88
3427
  /** Default error implementation for remote data
89
3428
  *
90
3429
  * Renders an error component when `getAsyncData` promise rejects.
@@ -96,32 +3435,734 @@ declare type TDataTable = React.FC<React.ComponentProps<typeof DataTableProvider
96
3435
  * can be retrieved from `useDataTable`
97
3436
  *
98
3437
  */
99
- Error: typeof DataTableError;
3438
+ Error: ({ children }: {
3439
+ children: (retry?: ((options: Partial<import("./DataTable.types").TAsyncDataOptions>) => Promise<void>) | undefined) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
3440
+ }) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null;
100
3441
  /** Empty state implementation for `DataTable`.
101
3442
  *
102
3443
  * Extends the EmptyState component
103
3444
  */
104
- EmptyState: typeof DataTableEmptyState;
3445
+ EmptyState: ({ children, ...rest }: Omit<Omit<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof import("react").HTMLAttributes<HTMLDivElement>> & {
3446
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
3447
+ }, "direction" | "gap" | "css" | "wrap" | "justify" | "align"> & import("@stitches/react/types/styled-component").TransformProps<{
3448
+ direction?: "inherit" | "initial" | "revert" | "unset" | "row" | "column" | "column-reverse" | "row-reverse" | "revert-layer" | undefined;
3449
+ wrap?: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | undefined;
3450
+ 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;
3451
+ align?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
3452
+ gap?: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | undefined;
3453
+ }, {
3454
+ sm: string;
3455
+ md: string;
3456
+ lg: string;
3457
+ xl: string;
3458
+ reducedMotion: string;
3459
+ allowMotion: string;
3460
+ hover: string;
3461
+ }> & {
3462
+ css?: import("@stitches/react/types/css-util").CSS<{
3463
+ sm: string;
3464
+ md: string;
3465
+ lg: string;
3466
+ xl: string;
3467
+ reducedMotion: string;
3468
+ allowMotion: string;
3469
+ hover: string;
3470
+ }, {
3471
+ colors: {
3472
+ textBold: any;
3473
+ textRegular: any;
3474
+ textSubtle: any;
3475
+ textMinimal: any;
3476
+ background: any;
3477
+ backgroundAccent: any;
3478
+ grey100: any;
3479
+ grey200: any;
3480
+ grey300: any;
3481
+ grey400: any;
3482
+ grey500: any;
3483
+ grey600: any;
3484
+ grey700: any;
3485
+ grey800: any;
3486
+ grey900: any;
3487
+ grey1000: any;
3488
+ grey1100: any;
3489
+ grey1200: any;
3490
+ blue100: any;
3491
+ blue200: any;
3492
+ blue300: any;
3493
+ blue400: any;
3494
+ blue500: any;
3495
+ blue600: any;
3496
+ blue700: any;
3497
+ blue800: any;
3498
+ blue900: any;
3499
+ blue1000: any;
3500
+ blue1100: any;
3501
+ blue1200: any;
3502
+ purple100: any;
3503
+ purple200: any;
3504
+ purple300: any;
3505
+ purple400: any;
3506
+ purple500: any;
3507
+ purple600: any;
3508
+ purple700: any;
3509
+ purple800: any;
3510
+ purple900: any;
3511
+ purple1000: any;
3512
+ purple1100: any;
3513
+ purple1200: any;
3514
+ cyan100: any;
3515
+ cyan200: any;
3516
+ cyan300: any;
3517
+ cyan400: any;
3518
+ cyan500: any;
3519
+ cyan600: any;
3520
+ cyan700: any;
3521
+ cyan800: any;
3522
+ cyan900: any;
3523
+ cyan1000: any;
3524
+ cyan1100: any;
3525
+ cyan1200: any;
3526
+ green100: any;
3527
+ green200: any;
3528
+ green300: any;
3529
+ green400: any;
3530
+ green500: any;
3531
+ green600: any;
3532
+ green700: any;
3533
+ green800: any;
3534
+ green900: any;
3535
+ green1000: any;
3536
+ green1100: any;
3537
+ green1200: any;
3538
+ magenta100: any;
3539
+ magenta200: any;
3540
+ magenta300: any;
3541
+ magenta400: any;
3542
+ magenta500: any;
3543
+ magenta600: any;
3544
+ magenta700: any;
3545
+ magenta800: any;
3546
+ magenta900: any;
3547
+ magenta1000: any;
3548
+ magenta1100: any;
3549
+ magenta1200: any;
3550
+ red100: any;
3551
+ red200: any;
3552
+ red300: any;
3553
+ red400: any;
3554
+ red500: any;
3555
+ red600: any;
3556
+ red700: any;
3557
+ red800: any;
3558
+ red900: any;
3559
+ red1000: any;
3560
+ red1100: any;
3561
+ red1200: any;
3562
+ teal100: any;
3563
+ teal200: any;
3564
+ teal300: any;
3565
+ teal400: any;
3566
+ teal500: any;
3567
+ teal600: any;
3568
+ teal700: any;
3569
+ teal800: any;
3570
+ teal900: any;
3571
+ teal1000: any;
3572
+ teal1100: any;
3573
+ teal1200: any;
3574
+ orange100: any;
3575
+ orange200: any;
3576
+ orange300: any;
3577
+ orange400: any;
3578
+ orange500: any;
3579
+ orange600: any;
3580
+ orange700: any;
3581
+ orange800: any;
3582
+ orange900: any;
3583
+ orange1000: any;
3584
+ orange1100: any;
3585
+ orange1200: any;
3586
+ yellow100: any;
3587
+ yellow200: any;
3588
+ yellow300: any;
3589
+ yellow400: any;
3590
+ yellow500: any;
3591
+ yellow600: any;
3592
+ yellow700: any;
3593
+ yellow800: any;
3594
+ yellow900: any;
3595
+ yellow1000: any;
3596
+ yellow1100: any;
3597
+ yellow1200: any;
3598
+ lime100: any;
3599
+ lime200: any;
3600
+ lime300: any;
3601
+ lime400: any;
3602
+ lime500: any;
3603
+ lime600: any;
3604
+ lime700: any;
3605
+ lime800: any;
3606
+ lime900: any;
3607
+ lime1000: any;
3608
+ lime1100: any;
3609
+ lime1200: any;
3610
+ tonal50: any;
3611
+ tonal100: any;
3612
+ tonal200: any;
3613
+ tonal300: any;
3614
+ tonal400: any;
3615
+ tonal500: any;
3616
+ tonal600: any;
3617
+ alpha100: any;
3618
+ alpha150: any;
3619
+ alpha200: any;
3620
+ alpha250: any;
3621
+ alpha600: any;
3622
+ brandRed: any;
3623
+ brandRedAccent: any;
3624
+ brandGreen: any;
3625
+ brandGreenAccent: any;
3626
+ brandPurple: any;
3627
+ brandPurpleAccent: any;
3628
+ brandYellow: any;
3629
+ brandYellowAccent: any;
3630
+ infoLight: any;
3631
+ info: any;
3632
+ infoMid: any;
3633
+ infoDark: any;
3634
+ successLight: any;
3635
+ success: any;
3636
+ successMid: any;
3637
+ successDark: any;
3638
+ dangerLight: any;
3639
+ danger: any;
3640
+ dangerMid: any;
3641
+ dangerDark: any;
3642
+ warningLight: any;
3643
+ warning: any;
3644
+ warningMid: any;
3645
+ warningDark: any;
3646
+ warningText: any;
3647
+ subjectEnglish: any;
3648
+ subjectMaths: any;
3649
+ subjectScience: any;
3650
+ subjectVerbalReasoning: any;
3651
+ subjectNonVerbalReasoning: any;
3652
+ subjectCreativeWriting: any;
3653
+ subjectExamSkills: any;
3654
+ glBlueLight: any;
3655
+ glBluePrimary: any;
3656
+ glBlueDark: any;
3657
+ primary100: any;
3658
+ primary200: any;
3659
+ primary300: any;
3660
+ primary400: any;
3661
+ primary500: any;
3662
+ primary600: any;
3663
+ primary700: any;
3664
+ primary800: any;
3665
+ primary900: any;
3666
+ primary1000: any;
3667
+ primary1100: any;
3668
+ primary1200: any;
3669
+ };
3670
+ space: {
3671
+ "0": any;
3672
+ "1": any;
3673
+ "2": any;
3674
+ "3": any;
3675
+ "4": any;
3676
+ "5": any;
3677
+ "6": any;
3678
+ "7": any;
3679
+ "8": any;
3680
+ "9": any;
3681
+ "24": any;
3682
+ };
3683
+ fontSizes: {
3684
+ xs: any;
3685
+ sm: any;
3686
+ md: any;
3687
+ lg: any;
3688
+ xl: any;
3689
+ "2xl": any;
3690
+ "3xl": any;
3691
+ "4xl": any;
3692
+ };
3693
+ fonts: {
3694
+ sans: any;
3695
+ mono: any;
3696
+ display: any;
3697
+ body: any;
3698
+ };
3699
+ sizes: {
3700
+ "0": any;
3701
+ "1": any;
3702
+ "2": any;
3703
+ "3": any;
3704
+ "4": any;
3705
+ "5": any;
3706
+ "6": any;
3707
+ "7": any;
3708
+ "8": any;
3709
+ };
3710
+ radii: {
3711
+ "0": any;
3712
+ "1": any;
3713
+ "2": any;
3714
+ "3": any;
3715
+ round: any;
3716
+ };
3717
+ shadows: {
3718
+ "0": any;
3719
+ "1": any;
3720
+ "2": any;
3721
+ "3": any;
3722
+ };
3723
+ ratios: {
3724
+ "16-9": any;
3725
+ "3-2": any;
3726
+ "4-3": any;
3727
+ "1-1": any;
3728
+ "3-4": any;
3729
+ };
3730
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
3731
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
3732
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
3733
+ };
3734
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
3735
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
3736
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
3737
+ };
3738
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3739
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3740
+ };
3741
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3742
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3743
+ };
3744
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3745
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3746
+ };
3747
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3748
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3749
+ };
3750
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3751
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3752
+ };
3753
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3754
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3755
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3756
+ };
3757
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3758
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3759
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3760
+ };
3761
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3762
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3763
+ };
3764
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3765
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3766
+ };
3767
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3768
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3769
+ };
3770
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3771
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3772
+ };
3773
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3774
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3775
+ };
3776
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3777
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3778
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3779
+ };
3780
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
3781
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3782
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
3783
+ };
3784
+ }> | undefined;
3785
+ }, "size" | "css"> & import("@stitches/react/types/styled-component").TransformProps<{
3786
+ size?: "sm" | "md" | "lg" | "xl" | "xs" | undefined;
3787
+ }, {
3788
+ sm: string;
3789
+ md: string;
3790
+ lg: string;
3791
+ xl: string;
3792
+ reducedMotion: string;
3793
+ allowMotion: string;
3794
+ hover: string;
3795
+ }> & {
3796
+ css?: import("@stitches/react/types/css-util").CSS<{
3797
+ sm: string;
3798
+ md: string;
3799
+ lg: string;
3800
+ xl: string;
3801
+ reducedMotion: string;
3802
+ allowMotion: string;
3803
+ hover: string;
3804
+ }, {
3805
+ colors: {
3806
+ textBold: any;
3807
+ textRegular: any;
3808
+ textSubtle: any;
3809
+ textMinimal: any;
3810
+ background: any;
3811
+ backgroundAccent: any;
3812
+ grey100: any;
3813
+ grey200: any;
3814
+ grey300: any;
3815
+ grey400: any;
3816
+ grey500: any;
3817
+ grey600: any;
3818
+ grey700: any;
3819
+ grey800: any;
3820
+ grey900: any;
3821
+ grey1000: any;
3822
+ grey1100: any;
3823
+ grey1200: any;
3824
+ blue100: any;
3825
+ blue200: any;
3826
+ blue300: any;
3827
+ blue400: any;
3828
+ blue500: any;
3829
+ blue600: any;
3830
+ blue700: any;
3831
+ blue800: any;
3832
+ blue900: any;
3833
+ blue1000: any;
3834
+ blue1100: any;
3835
+ blue1200: any;
3836
+ purple100: any;
3837
+ purple200: any;
3838
+ purple300: any;
3839
+ purple400: any;
3840
+ purple500: any;
3841
+ purple600: any;
3842
+ purple700: any;
3843
+ purple800: any;
3844
+ purple900: any;
3845
+ purple1000: any;
3846
+ purple1100: any;
3847
+ purple1200: any;
3848
+ cyan100: any;
3849
+ cyan200: any;
3850
+ cyan300: any;
3851
+ cyan400: any;
3852
+ cyan500: any;
3853
+ cyan600: any;
3854
+ cyan700: any;
3855
+ cyan800: any;
3856
+ cyan900: any;
3857
+ cyan1000: any;
3858
+ cyan1100: any;
3859
+ cyan1200: any;
3860
+ green100: any;
3861
+ green200: any;
3862
+ green300: any;
3863
+ green400: any;
3864
+ green500: any;
3865
+ green600: any;
3866
+ green700: any;
3867
+ green800: any;
3868
+ green900: any;
3869
+ green1000: any;
3870
+ green1100: any;
3871
+ green1200: any;
3872
+ magenta100: any;
3873
+ magenta200: any;
3874
+ magenta300: any;
3875
+ magenta400: any;
3876
+ magenta500: any;
3877
+ magenta600: any;
3878
+ magenta700: any;
3879
+ magenta800: any;
3880
+ magenta900: any;
3881
+ magenta1000: any;
3882
+ magenta1100: any;
3883
+ magenta1200: any;
3884
+ red100: any;
3885
+ red200: any;
3886
+ red300: any;
3887
+ red400: any;
3888
+ red500: any;
3889
+ red600: any;
3890
+ red700: any;
3891
+ red800: any;
3892
+ red900: any;
3893
+ red1000: any;
3894
+ red1100: any;
3895
+ red1200: any;
3896
+ teal100: any;
3897
+ teal200: any;
3898
+ teal300: any;
3899
+ teal400: any;
3900
+ teal500: any;
3901
+ teal600: any;
3902
+ teal700: any;
3903
+ teal800: any;
3904
+ teal900: any;
3905
+ teal1000: any;
3906
+ teal1100: any;
3907
+ teal1200: any;
3908
+ orange100: any;
3909
+ orange200: any;
3910
+ orange300: any;
3911
+ orange400: any;
3912
+ orange500: any;
3913
+ orange600: any;
3914
+ orange700: any;
3915
+ orange800: any;
3916
+ orange900: any;
3917
+ orange1000: any;
3918
+ orange1100: any;
3919
+ orange1200: any;
3920
+ yellow100: any;
3921
+ yellow200: any;
3922
+ yellow300: any;
3923
+ yellow400: any;
3924
+ yellow500: any;
3925
+ yellow600: any;
3926
+ yellow700: any;
3927
+ yellow800: any;
3928
+ yellow900: any;
3929
+ yellow1000: any;
3930
+ yellow1100: any;
3931
+ yellow1200: any;
3932
+ lime100: any;
3933
+ lime200: any;
3934
+ lime300: any;
3935
+ lime400: any;
3936
+ lime500: any;
3937
+ lime600: any;
3938
+ lime700: any;
3939
+ lime800: any;
3940
+ lime900: any;
3941
+ lime1000: any;
3942
+ lime1100: any;
3943
+ lime1200: any;
3944
+ tonal50: any;
3945
+ tonal100: any;
3946
+ tonal200: any;
3947
+ tonal300: any;
3948
+ tonal400: any;
3949
+ tonal500: any;
3950
+ tonal600: any;
3951
+ alpha100: any;
3952
+ alpha150: any;
3953
+ alpha200: any;
3954
+ alpha250: any;
3955
+ alpha600: any;
3956
+ brandRed: any;
3957
+ brandRedAccent: any;
3958
+ brandGreen: any;
3959
+ brandGreenAccent: any;
3960
+ brandPurple: any;
3961
+ brandPurpleAccent: any;
3962
+ brandYellow: any;
3963
+ brandYellowAccent: any;
3964
+ infoLight: any;
3965
+ info: any;
3966
+ infoMid: any;
3967
+ infoDark: any;
3968
+ successLight: any;
3969
+ success: any;
3970
+ successMid: any;
3971
+ successDark: any;
3972
+ dangerLight: any;
3973
+ danger: any;
3974
+ dangerMid: any;
3975
+ dangerDark: any;
3976
+ warningLight: any;
3977
+ warning: any;
3978
+ warningMid: any;
3979
+ warningDark: any;
3980
+ warningText: any;
3981
+ subjectEnglish: any;
3982
+ subjectMaths: any;
3983
+ subjectScience: any;
3984
+ subjectVerbalReasoning: any;
3985
+ subjectNonVerbalReasoning: any;
3986
+ subjectCreativeWriting: any;
3987
+ subjectExamSkills: any;
3988
+ glBlueLight: any;
3989
+ glBluePrimary: any;
3990
+ glBlueDark: any;
3991
+ primary100: any;
3992
+ primary200: any;
3993
+ primary300: any;
3994
+ primary400: any;
3995
+ primary500: any;
3996
+ primary600: any;
3997
+ primary700: any;
3998
+ primary800: any;
3999
+ primary900: any;
4000
+ primary1000: any;
4001
+ primary1100: any;
4002
+ primary1200: any;
4003
+ };
4004
+ space: {
4005
+ "0": any;
4006
+ "1": any;
4007
+ "2": any;
4008
+ "3": any;
4009
+ "4": any;
4010
+ "5": any;
4011
+ "6": any;
4012
+ "7": any;
4013
+ "8": any;
4014
+ "9": any;
4015
+ "24": any;
4016
+ };
4017
+ fontSizes: {
4018
+ xs: any;
4019
+ sm: any;
4020
+ md: any;
4021
+ lg: any;
4022
+ xl: any;
4023
+ "2xl": any;
4024
+ "3xl": any;
4025
+ "4xl": any;
4026
+ };
4027
+ fonts: {
4028
+ sans: any;
4029
+ mono: any;
4030
+ display: any;
4031
+ body: any;
4032
+ };
4033
+ sizes: {
4034
+ "0": any;
4035
+ "1": any;
4036
+ "2": any;
4037
+ "3": any;
4038
+ "4": any;
4039
+ "5": any;
4040
+ "6": any;
4041
+ "7": any;
4042
+ "8": any;
4043
+ };
4044
+ radii: {
4045
+ "0": any;
4046
+ "1": any;
4047
+ "2": any;
4048
+ "3": any;
4049
+ round: any;
4050
+ };
4051
+ shadows: {
4052
+ "0": any;
4053
+ "1": any;
4054
+ "2": any;
4055
+ "3": any;
4056
+ };
4057
+ ratios: {
4058
+ "16-9": any;
4059
+ "3-2": any;
4060
+ "4-3": any;
4061
+ "1-1": any;
4062
+ "3-4": any;
4063
+ };
4064
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
4065
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
4066
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
4067
+ };
4068
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
4069
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
4070
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
4071
+ };
4072
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4073
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4074
+ };
4075
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4076
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4077
+ };
4078
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4079
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4080
+ };
4081
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4082
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4083
+ };
4084
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4085
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4086
+ };
4087
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4088
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4089
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4090
+ };
4091
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4092
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4093
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4094
+ };
4095
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4096
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4097
+ };
4098
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4099
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4100
+ };
4101
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4102
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4103
+ };
4104
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4105
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4106
+ };
4107
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4108
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4109
+ };
4110
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4111
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4112
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4113
+ };
4114
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
4115
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4116
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
4117
+ };
4118
+ }> | undefined;
4119
+ }) => JSX.Element | null;
105
4120
  /** Empty state implementation for `DataTable`.
106
4121
  *
107
4122
  * Renders a checkbox on the header, allowing for bulk selection/deselection of all selectable rows
108
4123
  */
109
- SelectAllRowsCheckbox: typeof DataTableSelectAllRowsCheckbox;
4124
+ SelectAllRowsCheckbox: ({ label }: {
4125
+ label?: string | undefined;
4126
+ }) => JSX.Element;
110
4127
  /** Empty state implementation for `DataTable`.
111
4128
  *
112
4129
  * Renders a checkbox on the header, allowing for individual selection/deselection of any selectable row
113
4130
  */
114
- RowSelectionCheckbox: typeof DataTableRowSelectionCheckbox;
4131
+ RowSelectionCheckbox: ({ row, checked, onCheckedChange, label }: {
4132
+ row: import("@tanstack/table-core").Row<Record<string, unknown>>;
4133
+ checked: boolean | "indeterminate";
4134
+ onCheckedChange: (value: boolean) => void;
4135
+ label?: string | undefined;
4136
+ }) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
115
4137
  /** Empty state implementation for `DataTable`.
116
4138
  *
117
4139
  * Renders a checkbox on the header, allowing for individual selection/deselection of any selectable row
118
4140
  */
119
- BulkActions: typeof DataTableBulkActions;
4141
+ BulkActions: (({ children, ...rest }: {
4142
+ css?: import("../..").CSS | undefined;
4143
+ children: import("react").ReactElement<{
4144
+ children: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
4145
+ }, string | import("react").JSXElementConstructor<any>> | import("react").ReactElement<{
4146
+ cancelLabel?: string | undefined;
4147
+ children: import("react").ReactNode;
4148
+ }, string | import("react").JSXElementConstructor<any>> | [import("react").ReactElement<{
4149
+ children: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
4150
+ }, string | import("react").JSXElementConstructor<any>>, import("react").ReactElement<{
4151
+ cancelLabel?: string | undefined;
4152
+ children: import("react").ReactNode;
4153
+ }, string | import("react").JSXElementConstructor<any>>]; /** Default table head implementation
4154
+ *
4155
+ * Can be configured to be sortable and with different visual themes.
4156
+ * If you need more customisation options, you can build your own implementation
4157
+ * with `useDataTable` and the UI-only `Table` components.
4158
+ */
4159
+ }) => JSX.Element) & {
4160
+ DefaultActions: ({ children }: {
4161
+ children: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
4162
+ }) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null;
4163
+ SelectedRowActions: ({ cancelLabel, children }: {
4164
+ cancelLabel?: string | undefined;
4165
+ children: import("react").ReactNode;
4166
+ }) => JSX.Element | null;
4167
+ };
120
4168
  };
121
- /** Context provider for DataTable state and logic.
122
- *
123
- * Children can call `useDataTable` to access everything provided by `@tanstack/react-table` plus
124
- * the functionality we've built on top.
125
- */
126
- export declare const DataTable: TDataTable;
127
- export {};