@databiosphere/findable-ui 37.1.0 → 38.0.0

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 (454) hide show
  1. package/.release-please-manifest.json +1 -1
  2. package/CHANGELOG.md +11 -0
  3. package/lib/components/DataDictionary/components/Entities/types.d.ts +1 -1
  4. package/lib/components/DataDictionary/components/Entity/types.d.ts +1 -1
  5. package/lib/components/DataDictionary/components/Filters/components/ColumnFilterTags/columnFilterTags.styles.d.ts +1 -1
  6. package/lib/components/DataDictionary/components/Filters/filters.styles.d.ts +1 -1
  7. package/lib/components/DataDictionary/components/Layout/components/EntitiesLayout/entitiesLayout.styles.d.ts +1 -1
  8. package/lib/components/DataDictionary/components/Layout/components/EntitiesLayout/types.d.ts +1 -1
  9. package/lib/components/DataDictionary/components/Layout/components/FiltersLayout/filtersLayout.styles.d.ts +1 -1
  10. package/lib/components/DataDictionary/components/Layout/components/FiltersLayout/types.d.ts +1 -1
  11. package/lib/components/DataDictionary/components/Layout/components/OutlineLayout/outlineLayout.styles.d.ts +1 -1
  12. package/lib/components/DataDictionary/components/Layout/components/OutlineLayout/types.d.ts +1 -1
  13. package/lib/components/DataDictionary/components/Layout/components/TitleLayout/titleLayout.styles.d.ts +1 -1
  14. package/lib/components/DataDictionary/components/Layout/components/TitleLayout/types.d.ts +1 -1
  15. package/lib/components/DataDictionary/components/Table/table.js +3 -3
  16. package/lib/components/DataDictionary/components/Title/title.d.ts +2 -2
  17. package/lib/components/DataDictionary/components/Title/title.js +1 -1
  18. package/lib/components/DataDictionary/components/Title/title.styles.d.ts +5 -1
  19. package/lib/components/DataDictionary/dataDictionary.js +2 -2
  20. package/lib/components/Detail/components/DetailViewTable/detailViewTable.js +3 -3
  21. package/lib/components/Detail/components/Table/components/TableRows/components/CollapsableRows/collapsableRows.js +2 -2
  22. package/lib/components/Detail/components/Table/components/TableRows/tableRows.js +2 -2
  23. package/lib/components/Detail/components/Table/table.js +1 -1
  24. package/lib/components/Export/components/ExportForm/exportForm.styles.d.ts +2 -2
  25. package/lib/components/Filter/components/ClearAllFilters/clearAllFilters.js +3 -2
  26. package/lib/components/Filter/components/ClearAllFilters/clearAllFilters.styles.d.ts +5 -0
  27. package/lib/components/Filter/components/ClearAllFilters/clearAllFilters.styles.js +5 -0
  28. package/lib/components/Filter/components/FilterCountChip/filterCountChip.js +1 -1
  29. package/lib/components/Filter/components/FilterCountChip/filterCountChip.styles.d.ts +2 -2
  30. package/lib/components/Filter/components/FilterLabel/filterLabel.styles.d.ts +1 -1
  31. package/lib/components/Filter/components/FilterMenu/filterMenu.styles.d.ts +1 -1
  32. package/lib/components/Filter/components/FilterTag/filterTag.styles.d.ts +2 -2
  33. package/lib/components/Filter/components/Filters/filters.d.ts +1 -2
  34. package/lib/components/Filter/components/Filters/filters.js +4 -2
  35. package/lib/components/Filter/components/SearchAllFilters/searchAllFilters.d.ts +1 -2
  36. package/lib/components/Filter/components/SearchAllFilters/searchAllFilters.js +5 -3
  37. package/lib/components/Index/components/EntityView/components/controls/ActionButton/actionButton.d.ts +1 -0
  38. package/lib/components/Index/components/EntityView/components/controls/ActionButton/actionButton.js +10 -0
  39. package/lib/components/Index/components/EntityView/components/controls/ExportButton/exportButton.d.ts +2 -0
  40. package/lib/components/Index/components/EntityView/components/controls/ExportButton/exportButton.js +20 -0
  41. package/lib/components/Index/components/EntityView/components/controls/ExportButton/exportButton.styles.d.ts +5 -0
  42. package/lib/components/Index/components/EntityView/components/controls/ExportButton/exportButton.styles.js +8 -0
  43. package/lib/components/Index/components/EntityView/components/controls/FilterButton/filterButton.d.ts +3 -0
  44. package/lib/components/Index/components/EntityView/components/controls/FilterButton/filterButton.js +18 -0
  45. package/lib/components/Index/components/EntityView/components/controls/FilterButton/filterButton.styles.d.ts +5 -0
  46. package/lib/components/Index/components/EntityView/components/controls/FilterButton/filterButton.styles.js +8 -0
  47. package/lib/components/Index/components/EntityView/components/controls/ViewToggle/hooks/UseViewToggle/hook.d.ts +2 -0
  48. package/lib/components/Index/components/{EntitiesView/hooks/UseEntitiesView → EntityView/components/controls/ViewToggle/hooks/UseViewToggle}/hook.js +3 -3
  49. package/lib/components/Index/components/{EntitiesView/hooks/UseEntitiesView → EntityView/components/controls/ViewToggle/hooks/UseViewToggle}/types.d.ts +1 -1
  50. package/lib/components/Index/{stories/index.stories.d.ts → components/EntityView/components/controls/ViewToggle/stories/viewToggle.stories.d.ts} +2 -2
  51. package/lib/components/Index/components/EntityView/components/controls/ViewToggle/stories/viewToggle.stories.js +6 -0
  52. package/lib/components/Index/components/EntityView/components/controls/ViewToggle/viewToggle.d.ts +2 -0
  53. package/lib/components/Index/components/EntityView/components/controls/ViewToggle/viewToggle.js +13 -0
  54. package/lib/components/Index/components/EntityView/components/controls/ViewToggle/viewToggle.styles.d.ts +3 -0
  55. package/lib/components/Index/components/EntityView/components/controls/ViewToggle/viewToggle.styles.js +8 -0
  56. package/lib/components/Index/components/EntityView/components/layout/Summary/constants.d.ts +2 -0
  57. package/lib/components/Index/components/EntityView/components/layout/Summary/constants.js +5 -0
  58. package/lib/components/Index/components/EntityView/components/layout/Summary/summary.d.ts +2 -0
  59. package/lib/components/Index/components/EntityView/components/layout/Summary/summary.js +15 -0
  60. package/lib/components/Index/components/EntityView/components/layout/Summary/summary.styles.d.ts +10 -0
  61. package/lib/components/Index/components/EntityView/components/layout/Summary/summary.styles.js +17 -0
  62. package/lib/components/Index/components/EntityView/components/layout/Title/title.d.ts +2 -0
  63. package/lib/components/Index/components/EntityView/components/layout/Title/title.js +11 -0
  64. package/lib/components/Index/components/{Tabs → EntityView/components/navigation/Tabs}/common/utils.d.ts +2 -2
  65. package/lib/components/Index/components/EntityView/components/navigation/Tabs/common/utils.js +14 -0
  66. package/lib/components/Index/components/EntityView/components/navigation/Tabs/tabs.js +23 -0
  67. package/lib/components/Index/components/EntityView/components/navigation/Tabs/tabs.styles.d.ts +3 -0
  68. package/lib/components/Index/components/EntityView/components/navigation/Tabs/tabs.styles.js +19 -0
  69. package/lib/components/Index/components/EntityView/components/slots/EntityListSlot/entityListSlot.d.ts +1 -0
  70. package/lib/components/Index/components/EntityView/components/slots/EntityListSlot/entityListSlot.js +12 -0
  71. package/lib/components/Index/components/EntityView/components/slots/EntityViewSlot/entityViewSlot.d.ts +1 -0
  72. package/lib/components/Index/components/EntityView/components/slots/EntityViewSlot/entityViewSlot.js +14 -0
  73. package/lib/components/Index/components/EntityView/components/slots/EntityViewSlot/entityViewSlot.styles.d.ts +7 -0
  74. package/lib/components/Index/components/EntityView/components/slots/EntityViewSlot/entityViewSlot.styles.js +16 -0
  75. package/lib/components/Index/components/{EntitiesView/components → EntityView/components/views}/ChartView/chartView.js +6 -2
  76. package/lib/components/Index/components/EntityView/components/views/ChartView/chartView.styles.d.ts +13 -0
  77. package/lib/components/Index/components/{EntitiesView/components → EntityView/components/views}/ChartView/chartView.styles.js +2 -1
  78. package/lib/components/Index/components/{EntitiesView/components → EntityView/components/views}/ChartView/components/Chart/barX/plot.d.ts +1 -1
  79. package/lib/components/Index/components/{EntitiesView/components → EntityView/components/views}/ChartView/components/Chart/barX/plot.js +2 -2
  80. package/lib/components/Index/components/{EntitiesView/components → EntityView/components/views}/ChartView/components/Chart/barX/utils.d.ts +1 -1
  81. package/lib/components/Index/components/{EntitiesView/components → EntityView/components/views}/ChartView/components/Chart/barX/utils.js +1 -1
  82. package/lib/components/Index/components/{EntitiesView/components → EntityView/components/views}/ChartView/components/Chart/chart.styles.d.ts +1 -1
  83. package/lib/components/Index/components/{EntitiesView/components → EntityView/components/views}/ChartView/components/Chart/chart.styles.js +3 -3
  84. package/lib/components/Index/components/{EntitiesView/components → EntityView/components/views}/ChartView/components/Chart/stories/chart.stories.js +1 -1
  85. package/lib/components/Index/components/{EntitiesView/components → EntityView/components/views}/ChartView/components/Chart/types.d.ts +2 -2
  86. package/lib/components/Index/components/{EntitiesView/components → EntityView/components/views}/ChartView/hooks/UseChartView/types.d.ts +1 -1
  87. package/lib/components/Index/components/{EntitiesView/components → EntityView/components/views}/ChartView/hooks/UseChartView/useChartView.d.ts +1 -1
  88. package/lib/components/Index/components/{EntitiesView/components → EntityView/components/views}/ChartView/hooks/UseChartView/useChartView.js +1 -1
  89. package/lib/components/Index/components/{EntitiesView/components → EntityView/components/views}/ChartView/stories/chartView.stories.js +1 -1
  90. package/lib/components/Index/components/EntityView/components/views/ChartView/types.d.ts +8 -0
  91. package/lib/components/Index/components/{EntitiesView/components → EntityView/components/views}/ChartView/utils.d.ts +2 -2
  92. package/lib/components/Index/components/{EntitiesView/components → EntityView/components/views}/ChartView/utils.js +1 -1
  93. package/lib/components/Index/components/EntityView/components/views/TableView/tableView.d.ts +3 -0
  94. package/lib/components/Index/components/{EntitiesView/components/EntityList/entityList.js → EntityView/components/views/TableView/tableView.js} +4 -4
  95. package/lib/components/Index/components/EntityView/context/context.d.ts +2 -0
  96. package/lib/components/Index/components/EntityView/context/context.js +7 -0
  97. package/lib/components/Index/components/EntityView/context/hook.d.ts +6 -0
  98. package/lib/components/Index/components/EntityView/context/hook.js +9 -0
  99. package/lib/components/Index/components/EntityView/context/types.d.ts +7 -0
  100. package/lib/components/Index/index.d.ts +1 -1
  101. package/lib/components/Index/index.js +34 -17
  102. package/lib/components/Index/index.styles.d.ts +29 -8
  103. package/lib/components/Index/index.styles.js +55 -7
  104. package/lib/components/Index/types.d.ts +0 -7
  105. package/lib/components/Layout/components/BackPage/components/BackPageHero/backPageHero.js +1 -1
  106. package/lib/components/Layout/components/Footer/components/VersionInfo/versionInfo.styles.d.ts +2 -2
  107. package/lib/components/Layout/components/Header/components/Content/components/Actions/components/Authentication/components/AuthenticationMenu/authenticationMenu.styles.d.ts +4 -4
  108. package/lib/components/Layout/components/Header/components/Content/components/Actions/components/Authentication/components/Button/button.styles.d.ts +1 -1
  109. package/lib/components/Layout/components/Header/components/Content/components/Actions/components/Search/components/Button/button.styles.d.ts +1 -1
  110. package/lib/components/Layout/components/Header/components/Content/components/Navigation/components/NavigationMenu/navigationMenu.styles.d.ts +1 -1
  111. package/lib/components/Layout/components/Header/components/Content/components/Slogan/slogan.styles.d.ts +1 -1
  112. package/lib/components/Layout/components/Outline/components/ContentsTab/contentsTab.styles.d.ts +1 -1
  113. package/lib/components/Layout/components/Outline/outline.styles.d.ts +2 -2
  114. package/lib/components/Layout/components/Sidebar/components/SidebarDrawer/sidebarDrawer.d.ts +3 -3
  115. package/lib/components/Layout/components/Sidebar/components/SidebarDrawer/sidebarDrawer.js +3 -3
  116. package/lib/components/Layout/components/Sidebar/sidebar.d.ts +2 -7
  117. package/lib/components/Layout/components/Sidebar/sidebar.js +8 -7
  118. package/lib/components/Layout/components/Sidebar/sidebar.stories.js +0 -4
  119. package/lib/components/Login/components/Button/button.styles.d.ts +1 -1
  120. package/lib/components/Login/components/Section/components/Consent/consent.styles.d.ts +1 -1
  121. package/lib/components/Stepper/components/Step/components/StepIcon/components/CompletedIcon/completedIcon.styles.d.ts +1 -1
  122. package/lib/components/Stepper/components/Step/components/StepLabel/components/Label/label.styles.d.ts +1 -1
  123. package/lib/components/Support/components/SupportRequest/components/Dialog/dialog.styles.d.ts +1 -1
  124. package/lib/components/Table/common/gridTable.styles.d.ts +1 -1
  125. package/lib/components/Table/common/gridTable.styles.js +10 -0
  126. package/lib/components/Table/components/DownloadEntityResults/downloadEntityResults.js +3 -2
  127. package/lib/components/Table/components/DownloadEntityResults/downloadEntityResults.styles.d.ts +5 -0
  128. package/lib/components/Table/components/DownloadEntityResults/downloadEntityResults.styles.js +8 -0
  129. package/lib/components/Table/components/PaginationSummary/paginationSummary.js +1 -1
  130. package/lib/components/Table/components/TableBody/tableBody.d.ts +3 -1
  131. package/lib/components/Table/components/TableBody/tableBody.js +9 -3
  132. package/lib/components/Table/components/TableCell/components/CodeCell/codeCell.styles.d.ts +2 -2
  133. package/lib/components/Table/components/TableCell/components/CollapsableCell/collapsableCell.d.ts +1 -3
  134. package/lib/components/Table/components/TableCell/components/CollapsableCell/collapsableCell.js +2 -2
  135. package/lib/components/Table/components/TableFeatures/ColumnFilter/columnFilter.styles.d.ts +1 -1
  136. package/lib/components/Table/components/TableFeatures/ColumnFilter/components/ColumnFilterTag/columnFilterTag.styles.d.ts +2 -2
  137. package/lib/components/Table/components/TableHead/tableHead.d.ts +1 -1
  138. package/lib/components/Table/components/TableHead/tableHead.js +8 -10
  139. package/lib/components/Table/components/TableHead/types.d.ts +0 -2
  140. package/lib/components/Table/components/TablePagination/stories/args.d.ts +3 -0
  141. package/lib/components/Table/components/TablePagination/stories/args.js +9 -0
  142. package/lib/components/{Index/components/Hero/components/Summaries/stories/summaries.stories.d.ts → Table/components/TablePagination/stories/tablePagination.stories.d.ts} +2 -2
  143. package/lib/components/Table/components/TablePagination/stories/tablePagination.stories.js +9 -0
  144. package/lib/components/Table/components/TablePagination/tablePagination.d.ts +2 -0
  145. package/lib/components/Table/components/TablePagination/tablePagination.js +20 -0
  146. package/lib/components/Table/components/TablePagination/tablePagination.styles.d.ts +7 -0
  147. package/lib/components/Table/components/TablePagination/tablePagination.styles.js +10 -0
  148. package/lib/components/Table/components/TablePagination/types.d.ts +8 -0
  149. package/lib/components/Table/components/TableRow/tableRow.styles.d.ts +3 -4
  150. package/lib/components/Table/components/TableRow/tableRow.styles.js +1 -1
  151. package/lib/components/Table/components/TableRows/components/CollapsableRows/collapsableRows.d.ts +1 -1
  152. package/lib/components/Table/components/TableRows/components/CollapsableRows/collapsableRows.js +6 -6
  153. package/lib/components/Table/components/TableRows/components/CollapsableRows/collapsableRows.styles.d.ts +5 -0
  154. package/lib/components/Table/components/TableRows/components/CollapsableRows/collapsableRows.styles.js +5 -0
  155. package/lib/components/Table/components/TableRows/components/VirtualizedRow/virtualizedRow.d.ts +1 -1
  156. package/lib/components/Table/components/TableRows/tableRows.d.ts +1 -1
  157. package/lib/components/Table/components/TableRows/tableRows.js +2 -2
  158. package/lib/components/Table/components/TableToolbar/constants.d.ts +2 -0
  159. package/lib/components/Table/components/TableToolbar/constants.js +6 -0
  160. package/lib/components/Table/components/TableToolbar/tableToolbar.d.ts +1 -3
  161. package/lib/components/Table/components/TableToolbar/tableToolbar.js +12 -11
  162. package/lib/components/Table/components/TableToolbar/tableToolbar.styles.d.ts +3 -3
  163. package/lib/components/Table/components/TableToolbar/tableToolbar.styles.js +14 -13
  164. package/lib/components/Table/table.d.ts +1 -2
  165. package/lib/components/Table/table.js +10 -11
  166. package/lib/components/Table/table.styles.d.ts +14 -1
  167. package/lib/components/Table/table.styles.js +34 -1
  168. package/lib/components/common/Button/components/DropdownButton/dropdownButton.d.ts +2 -5
  169. package/lib/components/common/Button/components/DropdownButton/dropdownButton.js +4 -3
  170. package/lib/components/common/Button/components/DropdownButton/dropdownButton.styles.d.ts +6 -3
  171. package/lib/components/common/Button/components/DropdownButton/dropdownButton.styles.js +8 -8
  172. package/lib/components/common/Button/components/DropdownButton/types.d.ts +4 -0
  173. package/lib/components/common/Button/constants.d.ts +2 -2
  174. package/lib/components/common/Button/constants.js +10 -0
  175. package/lib/components/common/Card/components/CardSecondaryTitle/cardSecondaryTitle.styles.d.ts +1 -1
  176. package/lib/components/common/Dot/dot.d.ts +2 -4
  177. package/lib/components/common/Drawer/provider/context.d.ts +2 -0
  178. package/lib/components/common/Drawer/provider/context.js +6 -0
  179. package/lib/components/common/Drawer/provider/hook.d.ts +6 -0
  180. package/lib/components/common/Drawer/provider/hook.js +9 -0
  181. package/lib/components/common/Drawer/provider/provider.d.ts +4 -0
  182. package/lib/components/common/Drawer/provider/provider.js +8 -0
  183. package/lib/components/common/Drawer/provider/types.d.ts +6 -0
  184. package/lib/components/common/Drawer/provider/types.js +1 -0
  185. package/lib/components/common/Form/components/Input/input.styles.d.ts +1 -1
  186. package/lib/components/common/Form/components/Select/select.styles.d.ts +1 -1
  187. package/lib/components/common/Form/components/UploadFile/uploadFile.styles.d.ts +1 -1
  188. package/lib/components/common/IconButton/iconButton.styles.d.ts +1 -1
  189. package/lib/components/common/Input/input.styles.d.ts +1 -1
  190. package/lib/components/common/OutlinedInput/components/InputAdornment/components/ClearInputAdornment/clearInputAdornment.styles.d.ts +1 -1
  191. package/lib/components/common/OutlinedInput/components/InputAdornment/inputAdornment.styles.d.ts +1 -1
  192. package/lib/components/common/Paper/components/FlatPaper/flatPaper.d.ts +3 -0
  193. package/lib/components/common/Paper/components/FlatPaper/flatPaper.js +5 -0
  194. package/lib/components/common/Paper/components/FlatPaper/flatPaper.styles.d.ts +5 -0
  195. package/lib/components/common/Paper/components/FlatPaper/flatPaper.styles.js +8 -0
  196. package/lib/components/common/Paper/components/FluidPaper/fluidPaper.d.ts +3 -0
  197. package/lib/components/common/Paper/components/FluidPaper/fluidPaper.js +5 -0
  198. package/lib/components/common/Paper/components/FluidPaper/fluidPaper.styles.d.ts +7 -0
  199. package/lib/components/common/Paper/components/FluidPaper/fluidPaper.styles.js +10 -0
  200. package/lib/components/common/Paper/components/RoundedPaper/roundedPaper.d.ts +3 -0
  201. package/lib/components/common/Paper/components/RoundedPaper/roundedPaper.js +5 -0
  202. package/lib/components/common/Paper/components/RoundedPaper/roundedPaper.styles.d.ts +5 -0
  203. package/lib/components/common/Paper/components/RoundedPaper/roundedPaper.styles.js +9 -0
  204. package/lib/components/common/Section/components/CollapsableSection/collapsableSection.styles.d.ts +1 -1
  205. package/lib/components/common/Tabs/tabs.js +1 -1
  206. package/lib/components/common/Tabs/tabs.styles.d.ts +1 -1
  207. package/lib/components/common/Title/title.d.ts +2 -7
  208. package/lib/components/common/Title/title.js +9 -5
  209. package/lib/components/common/Title/title.styles.d.ts +1 -1
  210. package/lib/components/common/Title/title.styles.js +3 -1
  211. package/lib/config/entities.d.ts +14 -7
  212. package/lib/config/utils.js +0 -1
  213. package/lib/{components/DataDictionary/hooks → hooks}/UseLayoutSpacing/hook.js +1 -1
  214. package/lib/hooks/UseLayoutSpacing/types.js +1 -0
  215. package/lib/hooks/useSummary.d.ts +2 -8
  216. package/lib/hooks/useSummary.js +19 -20
  217. package/lib/routes/constants.d.ts +1 -0
  218. package/lib/routes/constants.js +1 -0
  219. package/lib/styles/common/constants/colorMixes.d.ts +2 -0
  220. package/lib/styles/common/constants/colorMixes.js +2 -0
  221. package/lib/styles/common/mui/paper.js +0 -1
  222. package/lib/styles/common/mui/toggleButton.d.ts +9 -0
  223. package/lib/styles/common/mui/toggleButton.js +18 -0
  224. package/lib/styles/common/mui/typography.js +1 -0
  225. package/lib/tests/testIds.d.ts +1 -1
  226. package/lib/tests/testIds.js +1 -1
  227. package/lib/theme/common/components.js +64 -59
  228. package/lib/views/ExploreView/exploreView.js +10 -59
  229. package/package.json +2 -2
  230. package/src/components/DataDictionary/components/Entities/types.ts +1 -1
  231. package/src/components/DataDictionary/components/Entity/entity.styles.ts +1 -1
  232. package/src/components/DataDictionary/components/Entity/types.ts +1 -1
  233. package/src/components/DataDictionary/components/Layout/components/EntitiesLayout/entitiesLayout.styles.ts +1 -1
  234. package/src/components/DataDictionary/components/Layout/components/EntitiesLayout/types.ts +1 -1
  235. package/src/components/DataDictionary/components/Layout/components/FiltersLayout/filtersLayout.styles.ts +1 -1
  236. package/src/components/DataDictionary/components/Layout/components/FiltersLayout/types.ts +1 -1
  237. package/src/components/DataDictionary/components/Layout/components/OutlineLayout/outlineLayout.styles.ts +1 -1
  238. package/src/components/DataDictionary/components/Layout/components/OutlineLayout/types.ts +1 -1
  239. package/src/components/DataDictionary/components/Layout/components/TitleLayout/titleLayout.styles.ts +1 -1
  240. package/src/components/DataDictionary/components/Layout/components/TitleLayout/types.ts +1 -1
  241. package/src/components/DataDictionary/components/Table/table.tsx +4 -7
  242. package/src/components/DataDictionary/components/Title/title.tsx +5 -3
  243. package/src/components/DataDictionary/dataDictionary.tsx +2 -2
  244. package/src/components/Detail/components/DetailViewTable/detailViewTable.tsx +3 -3
  245. package/src/components/Detail/components/Table/components/TableRows/components/CollapsableRows/collapsableRows.tsx +3 -3
  246. package/src/components/Detail/components/Table/components/TableRows/tableRows.tsx +3 -3
  247. package/src/components/Detail/components/Table/table.tsx +1 -1
  248. package/src/components/Filter/components/ClearAllFilters/clearAllFilters.styles.ts +6 -0
  249. package/src/components/Filter/components/ClearAllFilters/clearAllFilters.tsx +6 -3
  250. package/src/components/Filter/components/FilterCountChip/filterCountChip.tsx +1 -0
  251. package/src/components/Filter/components/Filters/filters.tsx +3 -3
  252. package/src/components/Filter/components/SearchAllFilters/searchAllFilters.tsx +4 -4
  253. package/src/components/Index/components/EntityView/components/controls/ActionButton/actionButton.tsx +12 -0
  254. package/src/components/Index/components/EntityView/components/controls/ExportButton/exportButton.styles.ts +9 -0
  255. package/src/components/Index/components/EntityView/components/controls/ExportButton/exportButton.tsx +39 -0
  256. package/src/components/Index/components/EntityView/components/controls/FilterButton/filterButton.styles.ts +9 -0
  257. package/src/components/Index/components/EntityView/components/controls/FilterButton/filterButton.tsx +39 -0
  258. package/src/components/Index/components/EntityView/components/controls/ViewToggle/hooks/UseViewToggle/hook.ts +15 -0
  259. package/src/components/Index/components/{EntitiesView/hooks/UseEntitiesView → EntityView/components/controls/ViewToggle/hooks/UseViewToggle}/types.ts +1 -1
  260. package/src/components/Index/components/EntityView/components/controls/ViewToggle/stories/viewToggle.stories.tsx +12 -0
  261. package/src/components/Index/components/EntityView/components/controls/ViewToggle/viewToggle.styles.ts +9 -0
  262. package/src/components/Index/components/EntityView/components/controls/ViewToggle/viewToggle.tsx +24 -0
  263. package/src/components/Index/components/EntityView/components/layout/Summary/constants.ts +7 -0
  264. package/src/components/Index/components/EntityView/components/layout/Summary/summary.styles.ts +19 -0
  265. package/src/components/Index/components/EntityView/components/layout/Summary/summary.tsx +34 -0
  266. package/src/components/Index/components/EntityView/components/layout/Title/title.tsx +16 -0
  267. package/src/components/Index/components/EntityView/components/navigation/Tabs/common/utils.ts +25 -0
  268. package/src/components/Index/components/EntityView/components/navigation/Tabs/tabs.styles.ts +20 -0
  269. package/src/components/Index/components/EntityView/components/navigation/Tabs/tabs.tsx +28 -0
  270. package/src/components/Index/components/EntityView/components/slots/EntityListSlot/entityListSlot.tsx +14 -0
  271. package/src/components/Index/components/EntityView/components/slots/EntityViewSlot/entityViewSlot.styles.ts +17 -0
  272. package/src/components/Index/components/EntityView/components/slots/EntityViewSlot/entityViewSlot.tsx +19 -0
  273. package/src/components/Index/components/{EntitiesView/components → EntityView/components/views}/ChartView/chartView.styles.ts +2 -1
  274. package/src/components/Index/components/{EntitiesView/components → EntityView/components/views}/ChartView/chartView.tsx +10 -2
  275. package/src/components/Index/components/{EntitiesView/components → EntityView/components/views}/ChartView/components/Chart/barX/plot.ts +3 -3
  276. package/src/components/Index/components/{EntitiesView/components → EntityView/components/views}/ChartView/components/Chart/barX/utils.ts +2 -2
  277. package/src/components/Index/components/{EntitiesView/components → EntityView/components/views}/ChartView/components/Chart/chart.styles.ts +3 -3
  278. package/src/components/Index/components/{EntitiesView/components → EntityView/components/views}/ChartView/components/Chart/stories/chart.stories.tsx +1 -1
  279. package/src/components/Index/components/{EntitiesView/components → EntityView/components/views}/ChartView/components/Chart/types.ts +2 -2
  280. package/src/components/Index/components/{EntitiesView/components → EntityView/components/views}/ChartView/hooks/UseChartView/types.ts +1 -1
  281. package/src/components/Index/components/{EntitiesView/components → EntityView/components/views}/ChartView/hooks/UseChartView/useChartView.ts +2 -2
  282. package/src/components/Index/components/{EntitiesView/components → EntityView/components/views}/ChartView/stories/chartView.stories.tsx +1 -1
  283. package/src/components/Index/components/EntityView/components/views/ChartView/types.ts +9 -0
  284. package/src/components/Index/components/{EntitiesView/components → EntityView/components/views}/ChartView/utils.ts +3 -3
  285. package/src/components/Index/components/{EntitiesView/components/EntityList/entityList.tsx → EntityView/components/views/TableView/tableView.tsx} +4 -4
  286. package/src/components/Index/components/EntityView/context/context.ts +9 -0
  287. package/src/components/Index/components/EntityView/context/hook.ts +11 -0
  288. package/src/components/Index/components/EntityView/context/types.ts +11 -0
  289. package/src/components/Index/index.styles.ts +59 -11
  290. package/src/components/Index/index.tsx +63 -41
  291. package/src/components/Index/types.ts +0 -7
  292. package/src/components/Layout/components/BackPage/components/BackPageHero/backPageHero.tsx +1 -1
  293. package/src/components/Layout/components/Sidebar/components/SidebarDrawer/sidebarDrawer.tsx +8 -8
  294. package/src/components/Layout/components/Sidebar/sidebar.stories.tsx +0 -4
  295. package/src/components/Layout/components/Sidebar/sidebar.tsx +10 -18
  296. package/src/components/Table/common/gridTable.styles.ts +10 -0
  297. package/src/components/Table/components/DownloadEntityResults/downloadEntityResults.styles.ts +9 -0
  298. package/src/components/Table/components/DownloadEntityResults/downloadEntityResults.tsx +6 -4
  299. package/src/components/Table/components/PaginationSummary/paginationSummary.tsx +1 -1
  300. package/src/components/Table/components/TableBody/tableBody.tsx +11 -3
  301. package/src/components/Table/components/TableCell/components/CollapsableCell/collapsableCell.tsx +1 -10
  302. package/src/components/Table/components/TableHead/tableHead.tsx +37 -44
  303. package/src/components/Table/components/TableHead/types.ts +0 -2
  304. package/src/components/Table/components/TablePagination/stories/args.ts +12 -0
  305. package/src/components/Table/components/TablePagination/stories/tablePagination.stories.tsx +15 -0
  306. package/src/components/Table/components/TablePagination/tablePagination.styles.ts +11 -0
  307. package/src/components/Table/components/TablePagination/tablePagination.tsx +47 -0
  308. package/src/components/Table/components/TablePagination/types.ts +8 -0
  309. package/src/components/Table/components/TableRow/tableRow.styles.ts +3 -3
  310. package/src/components/Table/components/TableRows/components/CollapsableRows/collapsableRows.styles.ts +6 -0
  311. package/src/components/Table/components/TableRows/components/CollapsableRows/collapsableRows.tsx +9 -10
  312. package/src/components/Table/components/TableRows/components/VirtualizedRow/virtualizedRow.tsx +1 -1
  313. package/src/components/Table/components/TableRows/tableRows.tsx +4 -4
  314. package/src/components/Table/components/TableToolbar/constants.ts +8 -0
  315. package/src/components/Table/components/TableToolbar/tableToolbar.styles.ts +14 -14
  316. package/src/components/Table/components/TableToolbar/tableToolbar.tsx +21 -27
  317. package/src/components/Table/table.styles.ts +35 -1
  318. package/src/components/Table/table.tsx +10 -14
  319. package/src/components/common/Button/components/DropdownButton/dropdownButton.styles.ts +10 -10
  320. package/src/components/common/Button/components/DropdownButton/dropdownButton.tsx +8 -12
  321. package/src/components/common/Button/components/DropdownButton/types.ts +5 -0
  322. package/src/components/common/Button/constants.ts +12 -2
  323. package/src/components/common/Dot/dot.tsx +2 -5
  324. package/src/components/common/Drawer/provider/context.ts +8 -0
  325. package/src/components/common/Drawer/provider/hook.ts +11 -0
  326. package/src/components/common/Drawer/provider/provider.tsx +20 -0
  327. package/src/components/common/Drawer/provider/types.ts +10 -0
  328. package/src/components/common/Paper/components/FlatPaper/flatPaper.styles.ts +9 -0
  329. package/src/components/common/Paper/components/FlatPaper/flatPaper.tsx +10 -0
  330. package/src/components/common/Paper/components/FluidPaper/fluidPaper.styles.ts +11 -0
  331. package/src/components/common/Paper/components/FluidPaper/fluidPaper.tsx +10 -0
  332. package/src/components/common/Paper/components/RoundedPaper/roundedPaper.styles.ts +10 -0
  333. package/src/components/common/Paper/components/RoundedPaper/roundedPaper.tsx +10 -0
  334. package/src/components/common/Tabs/tabs.tsx +1 -1
  335. package/src/components/common/Title/title.styles.ts +3 -1
  336. package/src/components/common/Title/title.tsx +20 -28
  337. package/src/config/entities.ts +15 -7
  338. package/src/config/utils.ts +0 -1
  339. package/src/{components/DataDictionary/hooks → hooks}/UseLayoutSpacing/hook.ts +1 -1
  340. package/src/hooks/useSummary.ts +20 -27
  341. package/src/routes/constants.ts +1 -0
  342. package/src/styles/common/constants/colorMixes.ts +2 -0
  343. package/src/styles/common/mui/paper.ts +0 -1
  344. package/src/styles/common/mui/toggleButton.ts +27 -0
  345. package/src/styles/common/mui/typography.ts +1 -0
  346. package/src/tests/testIds.ts +1 -1
  347. package/src/theme/common/components.ts +64 -59
  348. package/src/views/ExploreView/exploreView.tsx +10 -100
  349. package/tests/chart.test.tsx +3 -3
  350. package/tests/chartView.test.tsx +2 -2
  351. package/tests/viewToggle.test.tsx +56 -0
  352. package/types/data-explorer-ui.d.ts +0 -7
  353. package/lib/components/DataDictionary/components/Table/table.styles.d.ts +0 -3
  354. package/lib/components/DataDictionary/components/Table/table.styles.js +0 -5
  355. package/lib/components/Index/components/EntitiesView/components/ChartView/chartView.styles.d.ts +0 -13
  356. package/lib/components/Index/components/EntitiesView/components/ChartView/types.d.ts +0 -8
  357. package/lib/components/Index/components/EntitiesView/components/EntityList/entityList.d.ts +0 -3
  358. package/lib/components/Index/components/EntitiesView/entitiesView.d.ts +0 -2
  359. package/lib/components/Index/components/EntitiesView/entitiesView.js +0 -15
  360. package/lib/components/Index/components/EntitiesView/entitiesView.styles.d.ts +0 -3
  361. package/lib/components/Index/components/EntitiesView/entitiesView.styles.js +0 -20
  362. package/lib/components/Index/components/EntitiesView/hooks/UseEntitiesView/hook.d.ts +0 -2
  363. package/lib/components/Index/components/EntitiesView/stories/entitiesView.stories.d.ts +0 -8
  364. package/lib/components/Index/components/EntitiesView/stories/entitiesView.stories.js +0 -50
  365. package/lib/components/Index/components/EntitiesView/types.d.ts +0 -8
  366. package/lib/components/Index/components/Hero/components/ExportButton/exportButton.d.ts +0 -1
  367. package/lib/components/Index/components/Hero/components/ExportButton/exportButton.js +0 -13
  368. package/lib/components/Index/components/Hero/components/ExportButton/exportButton.styles.d.ts +0 -3
  369. package/lib/components/Index/components/Hero/components/ExportButton/exportButton.styles.js +0 -13
  370. package/lib/components/Index/components/Hero/components/Summaries/stories/summaries.stories.js +0 -14
  371. package/lib/components/Index/components/Hero/components/Summaries/summaries.d.ts +0 -9
  372. package/lib/components/Index/components/Hero/components/Summaries/summaries.js +0 -12
  373. package/lib/components/Index/components/Hero/components/Summaries/summaries.styles.d.ts +0 -7
  374. package/lib/components/Index/components/Hero/components/Summaries/summaries.styles.js +0 -26
  375. package/lib/components/Index/components/Hero/hero.d.ts +0 -11
  376. package/lib/components/Index/components/Hero/hero.js +0 -12
  377. package/lib/components/Index/components/Hero/hero.styles.d.ts +0 -16
  378. package/lib/components/Index/components/Hero/hero.styles.js +0 -44
  379. package/lib/components/Index/components/Hero/stories/hero.stories.d.ts +0 -6
  380. package/lib/components/Index/components/Hero/stories/hero.stories.js +0 -16
  381. package/lib/components/Index/components/Tabs/common/utils.js +0 -19
  382. package/lib/components/Index/components/Tabs/tabs.js +0 -20
  383. package/lib/components/Index/stories/index.stories.js +0 -17
  384. package/lib/components/Table/components/Pagination/pagination.d.ts +0 -9
  385. package/lib/components/Table/components/Pagination/pagination.js +0 -19
  386. package/lib/components/Table/components/Pagination/pagination.stories.d.ts +0 -28
  387. package/lib/components/Table/components/Pagination/pagination.stories.js +0 -24
  388. package/lib/components/Table/components/Pagination/pagination.styles.d.ts +0 -4
  389. package/lib/components/Table/components/Pagination/pagination.styles.js +0 -15
  390. package/lib/components/Table/components/TableBody/hooks/virtualizer/constants.d.ts +0 -3
  391. package/lib/components/Table/components/TableBody/hooks/virtualizer/constants.js +0 -3
  392. package/lib/components/Table/components/TableBody/hooks/virtualizer/hook.d.ts +0 -8
  393. package/lib/components/Table/components/TableBody/hooks/virtualizer/hook.js +0 -18
  394. package/lib/components/Table/components/TableBody/hooks/virtualizer/types.d.ts +0 -4
  395. package/src/components/DataDictionary/components/Table/table.styles.ts +0 -6
  396. package/src/components/Index/components/EntitiesView/components/ChartView/types.ts +0 -9
  397. package/src/components/Index/components/EntitiesView/entitiesView.styles.ts +0 -21
  398. package/src/components/Index/components/EntitiesView/entitiesView.tsx +0 -30
  399. package/src/components/Index/components/EntitiesView/hooks/UseEntitiesView/hook.ts +0 -15
  400. package/src/components/Index/components/EntitiesView/stories/entitiesView.stories.tsx +0 -76
  401. package/src/components/Index/components/EntitiesView/types.ts +0 -9
  402. package/src/components/Index/components/Hero/components/ExportButton/exportButton.styles.ts +0 -14
  403. package/src/components/Index/components/Hero/components/ExportButton/exportButton.tsx +0 -26
  404. package/src/components/Index/components/Hero/components/Summaries/stories/summaries.stories.tsx +0 -20
  405. package/src/components/Index/components/Hero/components/Summaries/summaries.styles.ts +0 -31
  406. package/src/components/Index/components/Hero/components/Summaries/summaries.tsx +0 -35
  407. package/src/components/Index/components/Hero/hero.styles.ts +0 -55
  408. package/src/components/Index/components/Hero/hero.tsx +0 -40
  409. package/src/components/Index/components/Hero/stories/hero.stories.tsx +0 -22
  410. package/src/components/Index/components/Tabs/common/utils.ts +0 -35
  411. package/src/components/Index/components/Tabs/tabs.tsx +0 -23
  412. package/src/components/Index/stories/index.stories.tsx +0 -23
  413. package/src/components/Table/components/Pagination/pagination.stories.tsx +0 -30
  414. package/src/components/Table/components/Pagination/pagination.styles.ts +0 -16
  415. package/src/components/Table/components/Pagination/pagination.tsx +0 -50
  416. package/src/components/Table/components/TableBody/hooks/virtualizer/constants.ts +0 -3
  417. package/src/components/Table/components/TableBody/hooks/virtualizer/hook.ts +0 -23
  418. package/src/components/Table/components/TableBody/hooks/virtualizer/types.ts +0 -5
  419. package/tests/entitiesView.test.tsx +0 -32
  420. /package/lib/components/Index/components/{EntitiesView/hooks/UseEntitiesView → EntityView/components/controls/ViewToggle/hooks/UseViewToggle}/types.js +0 -0
  421. /package/lib/components/Index/components/{Tabs → EntityView/components/navigation/Tabs}/tabs.d.ts +0 -0
  422. /package/lib/components/Index/components/{EntitiesView/components → EntityView/components/views}/ChartView/chartView.d.ts +0 -0
  423. /package/lib/components/Index/components/{EntitiesView/components → EntityView/components/views}/ChartView/components/Chart/barX/constants.d.ts +0 -0
  424. /package/lib/components/Index/components/{EntitiesView/components → EntityView/components/views}/ChartView/components/Chart/barX/constants.js +0 -0
  425. /package/lib/components/Index/components/{EntitiesView/components → EntityView/components/views}/ChartView/components/Chart/chart.d.ts +0 -0
  426. /package/lib/components/Index/components/{EntitiesView/components → EntityView/components/views}/ChartView/components/Chart/chart.js +0 -0
  427. /package/lib/components/Index/components/{EntitiesView/components → EntityView/components/views}/ChartView/components/Chart/constants.d.ts +0 -0
  428. /package/lib/components/Index/components/{EntitiesView/components → EntityView/components/views}/ChartView/components/Chart/constants.js +0 -0
  429. /package/lib/components/Index/components/{EntitiesView/components → EntityView/components/views}/ChartView/components/Chart/stories/args.d.ts +0 -0
  430. /package/lib/components/Index/components/{EntitiesView/components → EntityView/components/views}/ChartView/components/Chart/stories/args.js +0 -0
  431. /package/lib/components/Index/components/{EntitiesView/components → EntityView/components/views}/ChartView/components/Chart/stories/chart.stories.d.ts +0 -0
  432. /package/lib/components/{DataDictionary/hooks/UseLayoutSpacing → Index/components/EntityView/components/views/ChartView/components/Chart}/types.js +0 -0
  433. /package/lib/components/Index/components/{EntitiesView/components → EntityView/components/views}/ChartView/constants.d.ts +0 -0
  434. /package/lib/components/Index/components/{EntitiesView/components → EntityView/components/views}/ChartView/constants.js +0 -0
  435. /package/lib/components/Index/components/{EntitiesView/components/ChartView/components/Chart → EntityView/components/views/ChartView/hooks/UseChartView}/types.js +0 -0
  436. /package/lib/components/Index/components/{EntitiesView/components → EntityView/components/views}/ChartView/stories/args.d.ts +0 -0
  437. /package/lib/components/Index/components/{EntitiesView/components → EntityView/components/views}/ChartView/stories/args.js +0 -0
  438. /package/lib/components/Index/components/{EntitiesView/components → EntityView/components/views}/ChartView/stories/chartView.stories.d.ts +0 -0
  439. /package/lib/components/Index/components/{EntitiesView/components/ChartView/hooks/UseChartView → EntityView/components/views/ChartView}/types.js +0 -0
  440. /package/lib/components/Index/components/{EntitiesView/components/EntityList → EntityView/components/views/TableView}/types.d.ts +0 -0
  441. /package/lib/components/Index/components/{EntitiesView/components/ChartView → EntityView/components/views/TableView}/types.js +0 -0
  442. /package/lib/components/Index/components/{EntitiesView/components/EntityList → EntityView/context}/types.js +0 -0
  443. /package/lib/components/{Index/components/EntitiesView → Table/components/TablePagination}/types.js +0 -0
  444. /package/lib/components/{Table/components/TableBody/hooks/virtualizer → common/Button/components/DropdownButton}/types.js +0 -0
  445. /package/lib/{components/DataDictionary/hooks → hooks}/UseLayoutSpacing/hook.d.ts +0 -0
  446. /package/lib/{components/DataDictionary/hooks → hooks}/UseLayoutSpacing/types.d.ts +0 -0
  447. /package/src/components/Index/components/{EntitiesView/components → EntityView/components/views}/ChartView/components/Chart/barX/constants.ts +0 -0
  448. /package/src/components/Index/components/{EntitiesView/components → EntityView/components/views}/ChartView/components/Chart/chart.tsx +0 -0
  449. /package/src/components/Index/components/{EntitiesView/components → EntityView/components/views}/ChartView/components/Chart/constants.ts +0 -0
  450. /package/src/components/Index/components/{EntitiesView/components → EntityView/components/views}/ChartView/components/Chart/stories/args.ts +0 -0
  451. /package/src/components/Index/components/{EntitiesView/components → EntityView/components/views}/ChartView/constants.ts +0 -0
  452. /package/src/components/Index/components/{EntitiesView/components → EntityView/components/views}/ChartView/stories/args.ts +0 -0
  453. /package/src/components/Index/components/{EntitiesView/components/EntityList → EntityView/components/views/TableView}/types.ts +0 -0
  454. /package/src/{components/DataDictionary/hooks → hooks}/UseLayoutSpacing/types.ts +0 -0
@@ -1,3 +1,3 @@
1
1
  {
2
- ".": "37.1.0"
2
+ ".": "38.0.0"
3
3
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## [38.0.0](https://github.com/DataBiosphere/findable-ui/compare/v37.1.0...v38.0.0) (2025-07-09)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * compact header and footer ([#554](https://github.com/DataBiosphere/findable-ui/issues/554)) (#555)
9
+
10
+ ### Features
11
+
12
+ * compact header and footer ([#554](https://github.com/DataBiosphere/findable-ui/issues/554)) ([#555](https://github.com/DataBiosphere/findable-ui/issues/555)) ([066d3fc](https://github.com/DataBiosphere/findable-ui/commit/066d3fc4c34157d694a688dd805a8aed78eaf520))
13
+
3
14
  ## [37.1.0](https://github.com/DataBiosphere/findable-ui/compare/v37.0.0...v37.1.0) (2025-06-19)
4
15
 
5
16
 
@@ -1,6 +1,6 @@
1
1
  import { RowData, Table } from "@tanstack/react-table";
2
2
  import { Attribute } from "../../../../common/entities";
3
- import { LayoutSpacing } from "../../hooks/UseLayoutSpacing/types";
3
+ import { LayoutSpacing } from "../../../../hooks/UseLayoutSpacing/types";
4
4
  export interface ClassesProps<T extends RowData = Attribute> {
5
5
  spacing?: LayoutSpacing;
6
6
  table: Table<T>;
@@ -1,6 +1,6 @@
1
1
  import { Row, RowData, Table } from "@tanstack/react-table";
2
2
  import { Attribute } from "../../../../common/entities";
3
- import { LayoutSpacing } from "../../hooks/UseLayoutSpacing/types";
3
+ import { LayoutSpacing } from "../../../../hooks/UseLayoutSpacing/types";
4
4
  export interface EntityProps<T extends RowData = Attribute> {
5
5
  row: Row<T>;
6
6
  spacing?: LayoutSpacing;
@@ -2,6 +2,6 @@ export declare const StyledGrid: import("@emotion/styled").StyledComponent<impor
2
2
  sx?: import("@mui/material").SxProps<import("@mui/material").Theme>;
3
3
  } & import("@mui/system").SystemProps<import("@mui/material").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
4
4
  ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
5
- }, ("p" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textTransform" | "color" | "border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | "overflow" | "textOverflow" | "visibility" | "whiteSpace" | "flexBasis" | "flexDirection" | "flexWrap" | "justifyContent" | "alignItems" | "alignContent" | "order" | "flex" | "flexGrow" | "flexShrink" | "alignSelf" | "justifyItems" | "justifySelf" | "gap" | "columnGap" | "rowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "bgcolor" | "zIndex" | "position" | "top" | "right" | "bottom" | "left" | "boxShadow" | "width" | "maxWidth" | "minWidth" | "height" | "maxHeight" | "minHeight" | "boxSizing" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "margin" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "marginX" | "marginY" | "marginInline" | "marginInlineStart" | "marginInlineEnd" | "marginBlock" | "marginBlockStart" | "marginBlockEnd" | "padding" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "paddingX" | "paddingY" | "paddingInline" | "paddingInlineStart" | "paddingInlineEnd" | "paddingBlock" | "paddingBlockStart" | "paddingBlockEnd" | "typography" | "fontFamily" | "fontStyle" | "textAlign") | "sx" | keyof import("@mui/material").GridBaseProps> & {
5
+ }, "sx" | ("p" | "order" | "bottom" | "height" | "left" | "right" | "top" | "width" | "color" | "fontSize" | "display" | "fontFamily" | "fontStyle" | "fontWeight" | "letterSpacing" | "overflow" | "visibility" | "bgcolor" | "border" | "boxShadow" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "boxSizing" | "columnGap" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "justifyContent" | "justifyItems" | "justifySelf" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "whiteSpace" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "padding" | "paddingBlock" | "paddingInline" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint") | keyof import("@mui/material").GridBaseProps> & {
6
6
  theme?: import("@emotion/react").Theme;
7
7
  }, {}, {}>;
@@ -2,6 +2,6 @@ export declare const StyledGrid: import("@emotion/styled").StyledComponent<impor
2
2
  sx?: import("@mui/material").SxProps<import("@mui/material").Theme>;
3
3
  } & import("@mui/system").SystemProps<import("@mui/material").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
4
4
  ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
5
- }, ("p" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textTransform" | "color" | "border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | "overflow" | "textOverflow" | "visibility" | "whiteSpace" | "flexBasis" | "flexDirection" | "flexWrap" | "justifyContent" | "alignItems" | "alignContent" | "order" | "flex" | "flexGrow" | "flexShrink" | "alignSelf" | "justifyItems" | "justifySelf" | "gap" | "columnGap" | "rowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "bgcolor" | "zIndex" | "position" | "top" | "right" | "bottom" | "left" | "boxShadow" | "width" | "maxWidth" | "minWidth" | "height" | "maxHeight" | "minHeight" | "boxSizing" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "margin" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "marginX" | "marginY" | "marginInline" | "marginInlineStart" | "marginInlineEnd" | "marginBlock" | "marginBlockStart" | "marginBlockEnd" | "padding" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "paddingX" | "paddingY" | "paddingInline" | "paddingInlineStart" | "paddingInlineEnd" | "paddingBlock" | "paddingBlockStart" | "paddingBlockEnd" | "typography" | "fontFamily" | "fontStyle" | "textAlign") | "sx" | keyof import("@mui/material").GridBaseProps> & {
5
+ }, "sx" | ("p" | "order" | "bottom" | "height" | "left" | "right" | "top" | "width" | "color" | "fontSize" | "display" | "fontFamily" | "fontStyle" | "fontWeight" | "letterSpacing" | "overflow" | "visibility" | "bgcolor" | "border" | "boxShadow" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "boxSizing" | "columnGap" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "justifyContent" | "justifyItems" | "justifySelf" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "whiteSpace" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "padding" | "paddingBlock" | "paddingInline" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint") | keyof import("@mui/material").GridBaseProps> & {
6
6
  theme?: import("@emotion/react").Theme;
7
7
  }, {}, {}>;
@@ -1,4 +1,4 @@
1
- import { LayoutSpacing } from "../../../../hooks/UseLayoutSpacing/types";
1
+ import { LayoutSpacing } from "../../../../../../hooks/UseLayoutSpacing/types";
2
2
  export declare const Layout: import("@emotion/styled").StyledComponent<{
3
3
  theme?: import("@emotion/react").Theme;
4
4
  as?: React.ElementType;
@@ -1,5 +1,5 @@
1
1
  import { CSSProperties, ReactNode } from "react";
2
- import { LayoutSpacing } from "../../../../hooks/UseLayoutSpacing/types";
2
+ import { LayoutSpacing } from "../../../../../../hooks/UseLayoutSpacing/types";
3
3
  export interface EntitiesLayoutProps {
4
4
  children: ReactNode;
5
5
  spacing: LayoutSpacing;
@@ -1,4 +1,4 @@
1
- import { LayoutSpacing } from "../../../../hooks/UseLayoutSpacing/types";
1
+ import { LayoutSpacing } from "../../../../../../hooks/UseLayoutSpacing/types";
2
2
  export declare const Layout: import("@emotion/styled").StyledComponent<{
3
3
  theme?: import("@emotion/react").Theme;
4
4
  as?: React.ElementType;
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from "react";
2
- import { LayoutSpacing } from "../../../../hooks/UseLayoutSpacing/types";
2
+ import { LayoutSpacing } from "../../../../../../hooks/UseLayoutSpacing/types";
3
3
  export interface FiltersLayoutProps extends LayoutSpacing {
4
4
  children: ReactNode;
5
5
  }
@@ -1,4 +1,4 @@
1
- import { LayoutSpacing } from "../../../../hooks/UseLayoutSpacing/types";
1
+ import { LayoutSpacing } from "../../../../../../hooks/UseLayoutSpacing/types";
2
2
  export declare const Layout: import("@emotion/styled").StyledComponent<{
3
3
  theme?: import("@emotion/react").Theme;
4
4
  as?: React.ElementType;
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from "react";
2
- import { LayoutSpacing } from "../../../../hooks/UseLayoutSpacing/types";
2
+ import { LayoutSpacing } from "../../../../../../hooks/UseLayoutSpacing/types";
3
3
  export interface OutlineLayoutProps extends LayoutSpacing {
4
4
  children: ReactNode;
5
5
  }
@@ -1,4 +1,4 @@
1
- import { LayoutSpacing } from "../../../../hooks/UseLayoutSpacing/types";
1
+ import { LayoutSpacing } from "../../../../../../hooks/UseLayoutSpacing/types";
2
2
  export declare const Layout: import("@emotion/styled").StyledComponent<{
3
3
  theme?: import("@emotion/react").Theme;
4
4
  as?: React.ElementType;
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from "react";
2
- import { LayoutSpacing } from "../../../../hooks/UseLayoutSpacing/types";
2
+ import { LayoutSpacing } from "../../../../../../hooks/UseLayoutSpacing/types";
3
3
  export interface TitleLayoutProps extends LayoutSpacing {
4
4
  children: ReactNode;
5
5
  }
@@ -5,13 +5,13 @@ import { ROW_DIRECTION } from "../../../Table/common/entities";
5
5
  import { TableHead } from "../../../Table/components/TableHead/tableHead";
6
6
  import { GridTable } from "../../../Table/table.styles";
7
7
  import { getColumnTrackSizing } from "../../../TableCreator/options/columnTrackSizing/utils";
8
+ import { RoundedPaper } from "../../../common/Paper/components/RoundedPaper/roundedPaper";
8
9
  import { GridPaper } from "../../../common/Paper/paper.styles";
9
- import { StyledRoundedPaper } from "./table.styles";
10
10
  export const Table = ({ row, table, }) => {
11
- return (React.createElement(StyledRoundedPaper, { variant: "table" },
11
+ return (React.createElement(RoundedPaper, { elevation: 0 },
12
12
  React.createElement(GridPaper, null,
13
13
  React.createElement(TableContainer, null,
14
14
  React.createElement(GridTable, { gridTemplateColumns: getColumnTrackSizing(table.getVisibleFlatColumns()) },
15
- React.createElement(TableHead, { rowDirection: ROW_DIRECTION.DEFAULT, tableInstance: table }),
15
+ React.createElement(TableHead, { tableInstance: table }),
16
16
  React.createElement(TableBody, { rowDirection: ROW_DIRECTION.DEFAULT, rows: row.getLeafRows(), tableInstance: table }))))));
17
17
  };
@@ -1,2 +1,2 @@
1
- import { TitleProps } from "../../../common/Title/title";
2
- export declare const Title: ({ title, ...props }: TitleProps) => JSX.Element;
1
+ import { TypographyProps } from "@mui/material";
2
+ export declare const Title: ({ children, ...props }: TypographyProps) => JSX.Element;
@@ -1,3 +1,3 @@
1
1
  import React from "react";
2
2
  import { StyledTitle } from "./title.styles";
3
- export const Title = ({ title = "Data Dictionary", ...props }) => React.createElement(StyledTitle, { title: title, ...props });
3
+ export const Title = ({ children = "Data Dictionary", ...props }) => (React.createElement(StyledTitle, { ...props }, children));
@@ -1,3 +1,7 @@
1
- export declare const StyledTitle: import("@emotion/styled").StyledComponent<import("../../../common/Title/title").TitleProps & {
1
+ export declare const StyledTitle: import("@emotion/styled").StyledComponent<import("@mui/material").TypographyOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
2
+ ref?: ((instance: HTMLSpanElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLSpanElement> | null | undefined;
3
+ }, "p" | "style" | "order" | "bottom" | "height" | "left" | "right" | "top" | "width" | "className" | "classes" | "children" | "color" | "fontSize" | "sx" | "display" | "fontFamily" | "fontStyle" | "fontWeight" | "letterSpacing" | "overflow" | "visibility" | "align" | "bgcolor" | "border" | "boxShadow" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "boxSizing" | "columnGap" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "justifyContent" | "justifyItems" | "justifySelf" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "whiteSpace" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "padding" | "paddingBlock" | "paddingInline" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "variant" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & {
4
+ component?: React.ElementType;
5
+ } & {
2
6
  theme?: import("@emotion/react").Theme;
3
7
  }, {}, {}>;
@@ -1,5 +1,6 @@
1
1
  import { Fade } from "@mui/material";
2
2
  import React from "react";
3
+ import { useLayoutSpacing } from "../../hooks/UseLayoutSpacing/hook";
3
4
  import { Entities } from "./components/Entities/entities";
4
5
  import { ColumnFilterTags } from "./components/Filters/components/ColumnFilterTags/columnFilterTags";
5
6
  import { Filters } from "./components/Filters/filters";
@@ -13,7 +14,6 @@ import { useTable } from "./components/Table/hook";
13
14
  import { Title as DefaultTitle } from "./components/Title/title";
14
15
  import { View } from "./dataDictionary.styles";
15
16
  import { useDataDictionaryConfig } from "./hooks/UseDataDictionaryConfig/hook";
16
- import { useLayoutSpacing } from "./hooks/UseLayoutSpacing/hook";
17
17
  import { useMeasureFilters } from "./hooks/UseMeasureFilters/hook";
18
18
  export const DataDictionary = ({ className, dictionary, EntitiesLayout = DefaultEntitiesLayout, FiltersLayout = DefaultFiltersLayout, Outline = DefaultOutline, OutlineLayout = DefaultOutlineLayout, Title = DefaultTitle, TitleLayout = DefaultTitleLayout, }) => {
19
19
  // Get dictionary configuration.
@@ -32,7 +32,7 @@ export const DataDictionary = ({ className, dictionary, EntitiesLayout = Default
32
32
  return (React.createElement(Fade, { in: spacing.top > 0 },
33
33
  React.createElement(View, { className: className },
34
34
  React.createElement(TitleLayout, { ...spacing },
35
- React.createElement(Title, { title: title })),
35
+ React.createElement(Title, null, title)),
36
36
  React.createElement(OutlineLayout, { ...spacing },
37
37
  React.createElement(Outline, { outline: outline })),
38
38
  React.createElement(FiltersLayout, { ref: filtersRef, ...spacing },
@@ -1,11 +1,11 @@
1
1
  import React from "react";
2
2
  import { GridPaper, RoundedPaper, } from "../../../common/Paper/paper.styles";
3
3
  import { NoResults } from "../../../NoResults/noResults";
4
- import { Toolbar } from "../../../Table/components/TableToolbar/tableToolbar.styles";
4
+ import { StyledToolbar } from "../../../Table/components/TableToolbar/tableToolbar.styles";
5
5
  import { Table } from "../Table/table";
6
6
  export const DetailViewTable = ({ className, columns, gridTemplateColumns, items, noResultsTitle, Paper = RoundedPaper, tools, ...tableProps }) => {
7
- return items.length > 0 ? (React.createElement(Paper, { className: className, variant: "table" },
7
+ return items.length > 0 ? (React.createElement(Paper, { className: className },
8
8
  React.createElement(GridPaper, null,
9
- tools && React.createElement(Toolbar, { variant: "table" }, tools),
9
+ tools && React.createElement(StyledToolbar, null, tools),
10
10
  React.createElement(Table, { columns: columns, gridTemplateColumns: gridTemplateColumns, items: items, ...tableProps })))) : (React.createElement(NoResults, { Paper: Paper, title: noResultsTitle }));
11
11
  };
@@ -1,7 +1,7 @@
1
1
  import React, { Fragment } from "react";
2
2
  import { isCollapsableRowDisabled } from "../../../../../../../Table/common/utils";
3
3
  import { CollapsableCell } from "../../../../../../../Table/components/TableCell/components/CollapsableCell/collapsableCell";
4
- import { TableRow } from "../../../../../../../Table/components/TableRow/tableRow.styles";
4
+ import { StyledTableRow } from "../../../../../../../Table/components/TableRow/tableRow.styles";
5
5
  import { useCollapsableRows } from "../../../../../../../Table/components/TableRows/components/CollapsableRows/hook";
6
6
  export const CollapsableRows = ({ rows: leafOrSubRows, tableInstance, }) => {
7
7
  const { getRowModel } = tableInstance;
@@ -10,7 +10,7 @@ export const CollapsableRows = ({ rows: leafOrSubRows, tableInstance, }) => {
10
10
  return (React.createElement(Fragment, null, (leafOrSubRows || rows).map((row) => {
11
11
  if (row.depth > 0)
12
12
  return null; // Hide sub rows.
13
- return (React.createElement(TableRow, { key: row.id, isPreview: row.getIsPreview() },
13
+ return (React.createElement(StyledTableRow, { key: row.id, isPreview: row.getIsPreview() },
14
14
  React.createElement(CollapsableCell, { isDisabled: isCollapsableRowDisabled(tableInstance), row: row })));
15
15
  })));
16
16
  };
@@ -2,14 +2,14 @@ import { TableCell } from "@mui/material";
2
2
  import { flexRender } from "@tanstack/react-table";
3
3
  import React, { Fragment } from "react";
4
4
  import { getTableCellAlign, getTableCellPadding, } from "../../../../../Table/components/TableCell/common/utils";
5
- import { TableRow } from "../../../../../Table/components/TableRow/tableRow.styles";
5
+ import { StyledTableRow } from "../../../../../Table/components/TableRow/tableRow.styles";
6
6
  export const TableRows = ({ rows: leafOrSubRows, tableInstance, tableView, }) => {
7
7
  const { getRowModel } = tableInstance;
8
8
  const { rows } = getRowModel();
9
9
  const { tableCell } = tableView || {};
10
10
  const { size: tableCellSize = "medium" } = tableCell || {};
11
11
  return (React.createElement(Fragment, null, (leafOrSubRows || rows).map((row) => {
12
- return (React.createElement(TableRow, { key: row.id, isGrouped: row.getIsGrouped(), isPreview: row.getIsPreview() }, row.getVisibleCells().map((cell) => {
12
+ return (React.createElement(StyledTableRow, { key: row.id, isGrouped: row.getIsGrouped(), isPreview: row.getIsPreview() }, row.getVisibleCells().map((cell) => {
13
13
  if (cell.getIsAggregated())
14
14
  return null; // Display of aggregated cells is currently not supported.
15
15
  if (cell.getIsPlaceholder())
@@ -32,6 +32,6 @@ export const Table = ({ className, collapsable = true, columns, gridTemplateColu
32
32
  });
33
33
  return (React.createElement(TableContainer, { className: className, sx: tableContainerSx },
34
34
  React.createElement(GridTable, { collapsable: collapsable, gridTemplateColumns: gridTemplateColumns, stickyHeader: rowDirection === ROW_DIRECTION.DEFAULT && stickyHeader },
35
- React.createElement(TableHead, { rowDirection: rowDirection, tableInstance: tableInstance }),
35
+ React.createElement(TableHead, { tableInstance: tableInstance }),
36
36
  React.createElement(TableBody, { rowDirection: rowDirection, tableInstance: tableInstance, tableView: tableView }))));
37
37
  };
@@ -2,12 +2,12 @@ import { ThemeProps } from "../../../../theme/theme";
2
2
  export declare const margin: ({ theme }: ThemeProps) => import("@emotion/react").SerializedStyles;
3
3
  export declare const FormControl: import("@emotion/styled").StyledComponent<import("@mui/material").FormControlOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
4
4
  ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
5
- }, "style" | "className" | "classes" | "color" | "children" | "margin" | "sx" | "variant" | "error" | "disabled" | "required" | "size" | "fullWidth" | "hiddenLabel" | "focused"> & {
5
+ }, "style" | "size" | "className" | "classes" | "children" | "color" | "sx" | "disabled" | "required" | "error" | "margin" | "fullWidth" | "variant" | "hiddenLabel" | "focused"> & {
6
6
  theme?: import("@emotion/react").Theme;
7
7
  }, {}, {}>;
8
8
  export declare const TableFormControl: import("@emotion/styled").StyledComponent<import("@mui/material").FormControlOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
9
9
  ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
10
- }, "style" | "className" | "classes" | "color" | "children" | "margin" | "sx" | "variant" | "error" | "disabled" | "required" | "size" | "fullWidth" | "hiddenLabel" | "focused"> & {
10
+ }, "style" | "size" | "className" | "classes" | "children" | "color" | "sx" | "disabled" | "required" | "error" | "margin" | "fullWidth" | "variant" | "hiddenLabel" | "focused"> & {
11
11
  theme?: import("@emotion/react").Theme;
12
12
  }, {}, {}>;
13
13
  export declare const GridPaper: import("@emotion/styled").StyledComponent<{
@@ -1,8 +1,9 @@
1
1
  import React from "react";
2
2
  import { useExploreState } from "../../../../hooks/useExploreState";
3
3
  import { ExploreActionKind } from "../../../../providers/exploreState";
4
+ import { BUTTON_PROPS } from "../../../../styles/common/mui/button";
4
5
  import { TEST_IDS } from "../../../../tests/testIds";
5
- import { ButtonTextPrimary } from "../../../common/Button/components/ButtonTextPrimary/buttonTextPrimary";
6
+ import { StyledButton } from "./clearAllFilters.styles";
6
7
  export const ClearAllFilters = () => {
7
8
  const { exploreDispatch } = useExploreState();
8
9
  const onClearFilters = () => {
@@ -11,5 +12,5 @@ export const ClearAllFilters = () => {
11
12
  type: ExploreActionKind.ClearFilters,
12
13
  });
13
14
  };
14
- return (React.createElement(ButtonTextPrimary, { "data-testid": TEST_IDS.CLEAR_ALL_FILTERS, onClick: onClearFilters }, "Clear All"));
15
+ return (React.createElement(StyledButton, { color: BUTTON_PROPS.COLOR.PRIMARY, "data-testid": TEST_IDS.CLEAR_ALL_FILTERS, onClick: onClearFilters, variant: BUTTON_PROPS.VARIANT.TEXT }, "Clear All"));
15
16
  };
@@ -0,0 +1,5 @@
1
+ export declare const StyledButton: import("@emotion/styled").StyledComponent<import("@mui/material").ButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
2
+ ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
3
+ }, "style" | "size" | "href" | "className" | "classes" | "children" | "color" | "sx" | "tabIndex" | "disabled" | "action" | "loading" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableElevation" | "disableFocusRipple" | "endIcon" | "fullWidth" | "loadingIndicator" | "loadingPosition" | "startIcon" | "variant"> & {
4
+ theme?: import("@emotion/react").Theme;
5
+ }, {}, {}>;
@@ -0,0 +1,5 @@
1
+ import styled from "@emotion/styled";
2
+ import { Button } from "@mui/material";
3
+ export const StyledButton = styled(Button) `
4
+ padding: 0;
5
+ `;
@@ -4,5 +4,5 @@ import { StyledChip } from "./filterCountChip.styles";
4
4
  export const FilterCountChip = ({ className, count, ...props /* MuiChipProps */ }) => {
5
5
  if (!count)
6
6
  return null;
7
- return (React.createElement(StyledChip, { className: className, color: CHIP_PROPS.COLOR.PRIMARY, label: String(count), variant: CHIP_PROPS.VARIANT.FILLED, ...props }));
7
+ return (React.createElement(StyledChip, { className: className, color: CHIP_PROPS.COLOR.PRIMARY, component: "span", label: String(count), variant: CHIP_PROPS.VARIANT.FILLED, ...props }));
8
8
  };
@@ -1,3 +1,3 @@
1
- export declare const StyledChip: import("@emotion/styled").StyledComponent<import("@mui/material").ChipOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
1
+ export declare const StyledChip: import("@emotion/styled").StyledComponent<import("@mui/material").ChipOwnProps & import("@mui/material").ChipSlotsAndSlotProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
2
2
  ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
3
- }, "label" | "style" | "className" | "classes" | "tabIndex" | "color" | "children" | "sx" | "variant" | "disabled" | "size" | "avatar" | "clickable" | "deleteIcon" | "icon" | "onDelete" | "skipFocusWhenDisabled"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
3
+ }, "label" | "style" | "size" | "className" | "classes" | "children" | "color" | "sx" | "tabIndex" | "disabled" | "variant" | "avatar" | "clickable" | "deleteIcon" | "icon" | "onDelete" | "skipFocusWhenDisabled" | "slots" | "slotProps"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
@@ -3,7 +3,7 @@ interface Props {
3
3
  }
4
4
  export declare const FilterLabel: import("@emotion/styled").StyledComponent<import("@mui/material").ButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
5
5
  ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
6
- }, "style" | "className" | "classes" | "tabIndex" | "color" | "children" | "sx" | "variant" | "disabled" | "href" | "action" | "loading" | "size" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableElevation" | "disableFocusRipple" | "endIcon" | "fullWidth" | "loadingIndicator" | "loadingPosition" | "startIcon"> & {
6
+ }, "style" | "size" | "href" | "className" | "classes" | "children" | "color" | "sx" | "tabIndex" | "disabled" | "action" | "loading" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableElevation" | "disableFocusRipple" | "endIcon" | "fullWidth" | "loadingIndicator" | "loadingPosition" | "startIcon" | "variant"> & {
7
7
  theme?: import("@emotion/react").Theme;
8
8
  } & Props, {}, {}>;
9
9
  export {};
@@ -11,7 +11,7 @@ export declare const FilterViewTools: import("@emotion/styled").StyledComponent<
11
11
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
12
12
  export declare const StyledButtonBase: import("@emotion/styled").StyledComponent<import("@mui/material").ButtonBaseOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
13
13
  ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
14
- }, "style" | "className" | "classes" | "tabIndex" | "children" | "sx" | "disabled" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef"> & {
14
+ }, "style" | "className" | "classes" | "children" | "sx" | "tabIndex" | "disabled" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef"> & {
15
15
  theme?: import("@emotion/react").Theme;
16
16
  }, {}, {}>;
17
17
  export {};
@@ -1,5 +1,5 @@
1
- export declare const SupersededTag: import("@emotion/styled").StyledComponent<import("@mui/material").ChipOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
1
+ export declare const SupersededTag: import("@emotion/styled").StyledComponent<import("@mui/material").ChipOwnProps & import("@mui/material").ChipSlotsAndSlotProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
2
2
  ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
3
- }, "label" | "style" | "className" | "classes" | "tabIndex" | "color" | "children" | "sx" | "variant" | "disabled" | "size" | "avatar" | "clickable" | "deleteIcon" | "icon" | "onDelete" | "skipFocusWhenDisabled"> & {
3
+ }, "label" | "style" | "size" | "className" | "classes" | "children" | "color" | "sx" | "tabIndex" | "disabled" | "variant" | "avatar" | "clickable" | "deleteIcon" | "icon" | "onDelete" | "skipFocusWhenDisabled" | "slots" | "slotProps"> & {
4
4
  theme?: import("@emotion/react").Theme;
5
5
  }, {}, {}>;
@@ -7,9 +7,8 @@ export interface CategoryFilter {
7
7
  }
8
8
  export interface FiltersProps {
9
9
  categoryFilters: CategoryFilter[];
10
- closeAncestor?: () => void;
11
10
  disabled?: boolean;
12
11
  onFilter: OnFilterFn;
13
12
  trackFilterOpened?: TrackFilterOpenedFunction;
14
13
  }
15
- export declare const Filters: ({ categoryFilters, closeAncestor, disabled, onFilter, trackFilterOpened, }: FiltersProps) => JSX.Element;
14
+ export declare const Filters: ({ categoryFilters, disabled, onFilter, trackFilterOpened, }: FiltersProps) => JSX.Element;
@@ -5,6 +5,7 @@ import { BREAKPOINT_FN_NAME, useBreakpointHelper, } from "../../../../hooks/useB
5
5
  import { useWindowResize } from "../../../../hooks/useWindowResize";
6
6
  import { TEST_IDS } from "../../../../tests/testIds";
7
7
  import { DESKTOP_SM } from "../../../../theme/common/breakpoints";
8
+ import { useDrawer } from "../../../common/Drawer/provider/hook";
8
9
  import { Filter } from "../Filter/filter";
9
10
  import { buildRangeTag } from "../FilterTag/utils";
10
11
  import { FilterTags } from "../FilterTags/filterTags";
@@ -42,7 +43,8 @@ function renderFilterTags(categoryView, onFilter) {
42
43
  const tags = buildFilterTags(categoryView, onFilter);
43
44
  return React.createElement(FilterTags, { tags: tags });
44
45
  }
45
- export const Filters = ({ categoryFilters, closeAncestor, disabled = false, onFilter, trackFilterOpened, }) => {
46
+ export const Filters = ({ categoryFilters, disabled = false, onFilter, trackFilterOpened, }) => {
47
+ const { onClose } = useDrawer();
46
48
  const isFilterDrawer = useBreakpointHelper(BREAKPOINT_FN_NAME.DOWN, DESKTOP_SM);
47
49
  const { height: windowHeight } = useWindowResize();
48
50
  const filterListRef = useRef(null);
@@ -53,7 +55,7 @@ export const Filters = ({ categoryFilters, closeAncestor, disabled = false, onFi
53
55
  return (React.createElement(FilterList, { "data-testid": TEST_IDS.FILTERS, disabled: disabled, height: height, ref: filterListRef }, categoryFilters.map(({ categoryViews, label }, i) => (React.createElement(Fragment, { key: i },
54
56
  i !== 0 && React.createElement(Divider, null),
55
57
  label && React.createElement(CategoryViewsLabel, null, label),
56
- categoryViews.map((categoryView) => (React.createElement(Filter, { key: categoryView.key, categorySection: label, categoryView: categoryView, closeAncestor: closeAncestor, isFilterDrawer: isFilterDrawer, onFilter: onFilter, trackFilterOpened: trackFilterOpened, tags: renderFilterTags(categoryView, onFilter) }))))))));
58
+ categoryViews.map((categoryView) => (React.createElement(Filter, { key: categoryView.key, categorySection: label, categoryView: categoryView, closeAncestor: onClose, isFilterDrawer: isFilterDrawer, onFilter: onFilter, trackFilterOpened: trackFilterOpened, tags: renderFilterTags(categoryView, onFilter) }))))))));
57
59
  };
58
60
  /**
59
61
  * Returns given height of filter list.
@@ -4,7 +4,6 @@ import { SelectCategoryView } from "../../../../common/entities";
4
4
  import { OnFilterFn } from "../../../../hooks/useCategoryFilter";
5
5
  export interface SearchAllFiltersProps {
6
6
  categoryViews: CategoryView[];
7
- drawerOpen?: boolean;
8
7
  onFilter: OnFilterFn;
9
8
  }
10
9
  interface ListboxContextValue {
@@ -16,5 +15,5 @@ interface ListboxContextValue {
16
15
  selectCategoryViews: SelectCategoryView[];
17
16
  }
18
17
  export declare const ListboxContext: React.Context<ListboxContextValue>;
19
- export declare const SearchAllFilters: ({ categoryViews, drawerOpen, onFilter, }: SearchAllFiltersProps) => JSX.Element;
18
+ export declare const SearchAllFilters: ({ categoryViews, onFilter, }: SearchAllFiltersProps) => JSX.Element;
20
19
  export {};
@@ -4,6 +4,7 @@ import { SELECTOR } from "../../../../common/selectors";
4
4
  import { BREAKPOINT_FN_NAME, useBreakpointHelper, } from "../../../../hooks/useBreakpointHelper";
5
5
  import { TEST_IDS } from "../../../../tests/testIds";
6
6
  import { DESKTOP_SM } from "../../../../theme/common/breakpoints";
7
+ import { useDrawer } from "../../../common/Drawer/provider/hook";
7
8
  import { SearchCloseButton } from "../SearchAllFiltersSearch/components/SearchCloseButton/searchCloseButton";
8
9
  import { SearchAllFiltersSearch } from "../SearchAllFiltersSearch/searchAllFiltersSearch";
9
10
  import { DEFAULT_SLOT_PROPS, DRAWER_SLOT_PROPS } from "./common/constants";
@@ -28,7 +29,8 @@ const Listbox = React.forwardRef(function Listbox(props, ref) {
28
29
  const { onFilter, searchTerm, selectCategoryViews } = useContext(ListboxContext);
29
30
  return (React.createElement(VariableSizeList, { autocompleteListProps: props, onFilter: onFilter, ref: ref, searchTerm: searchTerm, selectCategoryViews: selectCategoryViews }));
30
31
  });
31
- export const SearchAllFilters = ({ categoryViews, drawerOpen = false, onFilter, }) => {
32
+ export const SearchAllFilters = ({ categoryViews, onFilter, }) => {
33
+ const { open: isDrawerOpen } = useDrawer();
32
34
  const desktopSmUp = useBreakpointHelper(BREAKPOINT_FN_NAME.UP, DESKTOP_SM);
33
35
  const autocompleteRef = useRef(null);
34
36
  const [open, setOpen] = useState(false);
@@ -75,11 +77,11 @@ export const SearchAllFilters = ({ categoryViews, drawerOpen = false, onFilter,
75
77
  }, [open]);
76
78
  // Close search when filter drawer is closed.
77
79
  useEffect(() => {
78
- if (!drawerOpen) {
80
+ if (!isDrawerOpen) {
79
81
  setSearchTerm("");
80
82
  setOpen(false);
81
83
  }
82
- }, [drawerOpen]);
84
+ }, [isDrawerOpen]);
83
85
  return (React.createElement(ListboxContext.Provider, { value: {
84
86
  onClearSearch,
85
87
  onCloseSearch,
@@ -0,0 +1 @@
1
+ export declare const ActionButton: () => JSX.Element | null;
@@ -0,0 +1,10 @@
1
+ import React, { Fragment } from "react";
2
+ import { useConfig } from "../../../../../../../hooks/useConfig";
3
+ export const ActionButton = () => {
4
+ const { entityConfig } = useConfig();
5
+ const { ui } = entityConfig;
6
+ const { actionButton } = ui || {};
7
+ if (!actionButton)
8
+ return null;
9
+ return React.createElement(Fragment, null, actionButton);
10
+ };
@@ -0,0 +1,2 @@
1
+ import { BaseComponentProps } from "../../../../../../types";
2
+ export declare const ExportButton: ({ className, }: BaseComponentProps) => JSX.Element | null;
@@ -0,0 +1,20 @@
1
+ import { Button, Tooltip } from "@mui/material";
2
+ import Link from "next/link";
3
+ import React from "react";
4
+ import { useConfig } from "../../../../../../../hooks/useConfig";
5
+ import { useDownloadStatus } from "../../../../../../../hooks/useDownloadStatus";
6
+ import { ROUTE } from "../../../../../../../routes/constants";
7
+ import { TEST_IDS } from "../../../../../../../tests/testIds";
8
+ import { BUTTON_PROPS } from "../../../../../../common/Button/constants";
9
+ import { StyledBox } from "./exportButton.styles";
10
+ export const ExportButton = ({ className, }) => {
11
+ const { disabled, isLoading, message } = useDownloadStatus();
12
+ const { entityConfig } = useConfig();
13
+ const { ui } = entityConfig;
14
+ const { enableExportButton } = ui || {};
15
+ if (!enableExportButton)
16
+ return null;
17
+ return (React.createElement(Tooltip, { arrow: true, title: message },
18
+ React.createElement(StyledBox, null,
19
+ React.createElement(Button, { ...BUTTON_PROPS.PRIMARY_CONTAINED, className: className, component: Link, "data-testid": TEST_IDS.EXPORT_BUTTON, disabled: disabled || isLoading, href: ROUTE.EXPORT, id: "button-cohort-export" }, "Export"))));
20
+ };
@@ -0,0 +1,5 @@
1
+ export declare const StyledBox: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
2
+ ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
3
+ }, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & {
4
+ theme?: import("@emotion/react").Theme;
5
+ }, {}, {}>;
@@ -0,0 +1,8 @@
1
+ import styled from "@emotion/styled";
2
+ import { Box } from "@mui/material";
3
+ import { mediaTabletDown } from "../../../../../../../styles/common/mixins/breakpoints";
4
+ export const StyledBox = styled(Box) `
5
+ ${mediaTabletDown} {
6
+ display: none;
7
+ }
8
+ `;
@@ -0,0 +1,3 @@
1
+ import { ButtonProps } from "@mui/material";
2
+ import { BaseComponentProps } from "../../../../../../types";
3
+ export declare const FilterButton: ({ className, ...props }: BaseComponentProps & ButtonProps) => JSX.Element;
@@ -0,0 +1,18 @@
1
+ import { FilterListRounded } from "@mui/icons-material";
2
+ import { NoSsr } from "@mui/material";
3
+ import React from "react";
4
+ import { useExploreState } from "../../../../../../../hooks/useExploreState";
5
+ import { SVG_ICON_PROPS } from "../../../../../../../styles/common/mui/svgIcon";
6
+ import { BUTTON_PROPS } from "../../../../../../common/Button/constants";
7
+ import { useDrawer } from "../../../../../../common/Drawer/provider/hook";
8
+ import { FilterCountChip } from "../../../../../../Filter/components/FilterCountChip/filterCountChip";
9
+ import { StyledButton } from "./filterButton.styles";
10
+ export const FilterButton = ({ className, ...props }) => {
11
+ const { onOpen } = useDrawer();
12
+ const { exploreState } = useExploreState();
13
+ const { filterCount } = exploreState;
14
+ return (React.createElement(NoSsr, null,
15
+ React.createElement(StyledButton, { ...BUTTON_PROPS.SECONDARY_CONTAINED, className: className, onClick: onOpen, startIcon: React.createElement(FilterListRounded, { color: SVG_ICON_PROPS.COLOR.INK_LIGHT, fontSize: SVG_ICON_PROPS.FONT_SIZE.SMALL }), ...props },
16
+ "Filter",
17
+ React.createElement(FilterCountChip, { count: filterCount }))));
18
+ };
@@ -0,0 +1,5 @@
1
+ export declare const StyledButton: import("@emotion/styled").StyledComponent<import("@mui/material").ButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
2
+ ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
3
+ }, "style" | "size" | "href" | "className" | "classes" | "children" | "color" | "sx" | "tabIndex" | "disabled" | "action" | "loading" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableElevation" | "disableFocusRipple" | "endIcon" | "fullWidth" | "loadingIndicator" | "loadingPosition" | "startIcon" | "variant"> & {
4
+ theme?: import("@emotion/react").Theme;
5
+ }, {}, {}>;