@databiosphere/findable-ui 50.6.1 → 50.7.1

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 (1383) hide show
  1. package/README.md +32 -19
  2. package/package.json +1 -2
  3. package/types/data-explorer-ui.d.ts +6 -7
  4. package/src/apis/azul/common/constants.ts +0 -7
  5. package/src/apis/azul/common/entities.ts +0 -185
  6. package/src/apis/azul/common/filterTransformer.ts +0 -149
  7. package/src/apis/azul/common/utils.ts +0 -21
  8. package/src/common/ai/config/types.ts +0 -25
  9. package/src/common/ai/constants.ts +0 -3
  10. package/src/common/analytics/analytics.ts +0 -50
  11. package/src/common/analytics/entities.ts +0 -85
  12. package/src/common/analytics/readme-analytics.md +0 -27
  13. package/src/common/categories/config/range/typeGuards.ts +0 -14
  14. package/src/common/categories/config/types.ts +0 -41
  15. package/src/common/categories/config/utils.ts +0 -50
  16. package/src/common/categories/models/range/typeGuards.ts +0 -24
  17. package/src/common/categories/models/range/types.ts +0 -17
  18. package/src/common/categories/models/range/utils.ts +0 -51
  19. package/src/common/categories/models/select/utils.ts +0 -23
  20. package/src/common/categories/models/types.ts +0 -7
  21. package/src/common/categories/views/common/types.ts +0 -11
  22. package/src/common/categories/views/range/typeGuards.ts +0 -13
  23. package/src/common/categories/views/range/types.ts +0 -21
  24. package/src/common/categories/views/range/utils.ts +0 -35
  25. package/src/common/categories/views/select/typeGuards.ts +0 -13
  26. package/src/common/categories/views/select/types.ts +0 -8
  27. package/src/common/categories/views/types.ts +0 -15
  28. package/src/common/chart/sort/constants.ts +0 -13
  29. package/src/common/chart/sort/types.ts +0 -22
  30. package/src/common/chart/sort/utils.ts +0 -22
  31. package/src/common/chart/types.ts +0 -6
  32. package/src/common/constants.ts +0 -18
  33. package/src/common/entities.ts +0 -174
  34. package/src/common/filters/sort/config/types.ts +0 -14
  35. package/src/common/filters/sort/config/utils.ts +0 -11
  36. package/src/common/filters/sort/models/utils.ts +0 -57
  37. package/src/common/selectors.ts +0 -6
  38. package/src/common/utils.ts +0 -30
  39. package/src/components/Authentication/components/SessionController/components/GoogleSessionController/SessionController.tsx +0 -38
  40. package/src/components/Authentication/components/SessionController/components/GoogleSessionController/types.ts +0 -7
  41. package/src/components/Authentication/components/SessionController/components/NextSessionController/SessionController.tsx +0 -23
  42. package/src/components/Authentication/components/SessionController/components/NextSessionController/constants.ts +0 -21
  43. package/src/components/Authentication/components/SessionController/components/NextSessionController/types.ts +0 -5
  44. package/src/components/Authentication/components/SessionController/components/NextSessionController/utils.ts +0 -74
  45. package/src/components/ComponentCreator/ComponentCreator.tsx +0 -72
  46. package/src/components/ComponentCreator/components/ConditionalComponent/conditionalComponent.tsx +0 -17
  47. package/src/components/ComponentCreator/components/RenderComponent/renderComponent.tsx +0 -17
  48. package/src/components/DataDictionary/common/utils.ts +0 -164
  49. package/src/components/DataDictionary/components/Description/description.styles.ts +0 -50
  50. package/src/components/DataDictionary/components/Description/description.tsx +0 -14
  51. package/src/components/DataDictionary/components/Description/types.ts +0 -3
  52. package/src/components/DataDictionary/components/Entities/constants.ts +0 -16
  53. package/src/components/DataDictionary/components/Entities/entities.styles.ts +0 -6
  54. package/src/components/DataDictionary/components/Entities/entities.tsx +0 -26
  55. package/src/components/DataDictionary/components/Entities/types.ts +0 -6
  56. package/src/components/DataDictionary/components/Entity/constants.ts +0 -7
  57. package/src/components/DataDictionary/components/Entity/entity.styles.ts +0 -13
  58. package/src/components/DataDictionary/components/Entity/entity.tsx +0 -51
  59. package/src/components/DataDictionary/components/Entity/types.ts +0 -7
  60. package/src/components/DataDictionary/components/Entity/utils.ts +0 -25
  61. package/src/components/DataDictionary/components/Filters/components/ColumnFilterTags/columnFilterTags.styles.ts +0 -8
  62. package/src/components/DataDictionary/components/Filters/components/ColumnFilterTags/columnFilterTags.tsx +0 -36
  63. package/src/components/DataDictionary/components/Filters/components/ColumnFilterTags/constants.ts +0 -8
  64. package/src/components/DataDictionary/components/Filters/components/ColumnFilterTags/types.ts +0 -9
  65. package/src/components/DataDictionary/components/Filters/components/ColumnFilters/columnFilters.tsx +0 -47
  66. package/src/components/DataDictionary/components/Filters/components/ColumnFilters/types.ts +0 -6
  67. package/src/components/DataDictionary/components/Filters/filters.styles.ts +0 -9
  68. package/src/components/DataDictionary/components/Filters/filters.tsx +0 -18
  69. package/src/components/DataDictionary/components/Filters/stories/constants.ts +0 -51
  70. package/src/components/DataDictionary/components/Filters/stories/filters.stories.tsx +0 -62
  71. package/src/components/DataDictionary/components/Filters/stories/hook.ts +0 -17
  72. package/src/components/DataDictionary/components/Filters/stories/types.ts +0 -3
  73. package/src/components/DataDictionary/components/Filters/stories/utils.ts +0 -15
  74. package/src/components/DataDictionary/components/Filters/types.ts +0 -6
  75. package/src/components/DataDictionary/components/Layout/components/EntitiesLayout/entitiesLayout.styles.ts +0 -23
  76. package/src/components/DataDictionary/components/Layout/components/EntitiesLayout/entitiesLayout.tsx +0 -16
  77. package/src/components/DataDictionary/components/Layout/components/EntitiesLayout/types.ts +0 -8
  78. package/src/components/DataDictionary/components/Layout/components/FiltersLayout/filtersLayout.styles.ts +0 -37
  79. package/src/components/DataDictionary/components/Layout/components/FiltersLayout/filtersLayout.tsx +0 -16
  80. package/src/components/DataDictionary/components/Layout/components/FiltersLayout/types.ts +0 -6
  81. package/src/components/DataDictionary/components/Layout/components/OutlineLayout/outlineLayout.styles.ts +0 -31
  82. package/src/components/DataDictionary/components/Layout/components/OutlineLayout/outlineLayout.tsx +0 -14
  83. package/src/components/DataDictionary/components/Layout/components/OutlineLayout/types.ts +0 -6
  84. package/src/components/DataDictionary/components/Layout/components/TitleLayout/titleLayout.styles.ts +0 -26
  85. package/src/components/DataDictionary/components/Layout/components/TitleLayout/titleLayout.tsx +0 -10
  86. package/src/components/DataDictionary/components/Layout/components/TitleLayout/types.ts +0 -6
  87. package/src/components/DataDictionary/components/Layout/constants.ts +0 -9
  88. package/src/components/DataDictionary/components/Outline/components/ContentsTab/constants.ts +0 -7
  89. package/src/components/DataDictionary/components/Outline/components/ContentsTab/contentsTab.styles.ts +0 -8
  90. package/src/components/DataDictionary/components/Outline/components/ContentsTab/contentsTab.tsx +0 -7
  91. package/src/components/DataDictionary/components/Outline/outline.styles.ts +0 -20
  92. package/src/components/DataDictionary/components/Outline/outline.tsx +0 -11
  93. package/src/components/DataDictionary/components/Outline/types.ts +0 -6
  94. package/src/components/DataDictionary/components/Outline/utils.ts +0 -43
  95. package/src/components/DataDictionary/components/Table/components/BasicCell/basicCell.tsx +0 -20
  96. package/src/components/DataDictionary/components/Table/components/BasicCell/utils.ts +0 -13
  97. package/src/components/DataDictionary/components/Table/hook.ts +0 -40
  98. package/src/components/DataDictionary/components/Table/options/columnFilters/constants.ts +0 -17
  99. package/src/components/DataDictionary/components/Table/options/columnFilters/hook.ts +0 -33
  100. package/src/components/DataDictionary/components/Table/options/core/constants.ts +0 -12
  101. package/src/components/DataDictionary/components/Table/options/expanded/constants.ts +0 -14
  102. package/src/components/DataDictionary/components/Table/options/faceted/constants.ts +0 -14
  103. package/src/components/DataDictionary/components/Table/options/globalFilter/constants.ts +0 -14
  104. package/src/components/DataDictionary/components/Table/options/globalFilter/hook.ts +0 -28
  105. package/src/components/DataDictionary/components/Table/options/grouping/constants.ts +0 -9
  106. package/src/components/DataDictionary/components/Table/options/hook.ts +0 -37
  107. package/src/components/DataDictionary/components/Table/options/pagination/constants.ts +0 -6
  108. package/src/components/DataDictionary/components/Table/options/sorting/constants.ts +0 -5
  109. package/src/components/DataDictionary/components/Table/options/visibility/constants.ts +0 -5
  110. package/src/components/DataDictionary/components/Table/table.styles.ts +0 -9
  111. package/src/components/DataDictionary/components/Table/table.tsx +0 -38
  112. package/src/components/DataDictionary/components/Table/types.ts +0 -12
  113. package/src/components/DataDictionary/components/Table/utils.ts +0 -40
  114. package/src/components/DataDictionary/components/Title/title.styles.ts +0 -18
  115. package/src/components/DataDictionary/components/Title/title.tsx +0 -10
  116. package/src/components/DataDictionary/components/Tooltip/components/Title/constants.ts +0 -6
  117. package/src/components/DataDictionary/components/Tooltip/components/Title/title.tsx +0 -23
  118. package/src/components/DataDictionary/components/Tooltip/components/Title/types.ts +0 -6
  119. package/src/components/DataDictionary/components/Tooltip/constants.ts +0 -27
  120. package/src/components/DataDictionary/components/Tooltip/tooltip.tsx +0 -26
  121. package/src/components/DataDictionary/components/Tooltip/types.ts +0 -10
  122. package/src/components/DataDictionary/dataDictionary.styles.ts +0 -20
  123. package/src/components/DataDictionary/dataDictionary.tsx +0 -81
  124. package/src/components/DataDictionary/hooks/UseDataDictionaryConfig/hook.ts +0 -39
  125. package/src/components/DataDictionary/hooks/UseDataDictionaryConfig/types.ts +0 -9
  126. package/src/components/DataDictionary/hooks/UseDataDictionaryConfig/utils.ts +0 -8
  127. package/src/components/DataDictionary/hooks/UseMeasureFilters/hook.ts +0 -27
  128. package/src/components/DataDictionary/hooks/UseMeasureFilters/types.ts +0 -6
  129. package/src/components/DataDictionary/types.ts +0 -12
  130. package/src/components/Detail/components/AccessibilityBadge/accessibilityBadge.tsx +0 -30
  131. package/src/components/Detail/components/DetailViewTable/detailViewTable.tsx +0 -48
  132. package/src/components/Detail/components/Table/common/utils.ts +0 -20
  133. package/src/components/Detail/components/Table/components/TableBody/tableBody.tsx +0 -40
  134. package/src/components/Detail/components/Table/components/TableRows/components/CollapsableRows/collapsableRows.tsx +0 -45
  135. package/src/components/Detail/components/Table/components/TableRows/tableRows.tsx +0 -66
  136. package/src/components/Detail/components/Table/stories/args.ts +0 -104
  137. package/src/components/Detail/components/Table/stories/constants.ts +0 -15
  138. package/src/components/Detail/components/Table/stories/filter/args.ts +0 -54
  139. package/src/components/Detail/components/Table/stories/filter/filter.stories.tsx +0 -90
  140. package/src/components/Detail/components/Table/stories/table.stories.tsx +0 -32
  141. package/src/components/Detail/components/Table/table.tsx +0 -97
  142. package/src/components/Detail/detail.stories.tsx +0 -66
  143. package/src/components/Detail/detail.tsx +0 -28
  144. package/src/components/Error/error.stories.tsx +0 -33
  145. package/src/components/Error/error.styles.ts +0 -47
  146. package/src/components/Error/error.tsx +0 -115
  147. package/src/components/ErrorBoundary/errorBoundary.tsx +0 -46
  148. package/src/components/ErrorBoundary/index.ts +0 -1
  149. package/src/components/Export/common/entities.ts +0 -53
  150. package/src/components/Export/common/tracking.ts +0 -73
  151. package/src/components/Export/common/utils.ts +0 -50
  152. package/src/components/Export/components/DownloadCurlCommand/components/DownloadCurlCommandForm/downloadCurlCommandForm.styles.ts +0 -6
  153. package/src/components/Export/components/DownloadCurlCommand/components/DownloadCurlCommandForm/downloadCurlCommandForm.tsx +0 -52
  154. package/src/components/Export/components/DownloadCurlCommand/components/DownloadCurlCommandNotStarted/downloadCurlCommandNotStarted.tsx +0 -62
  155. package/src/components/Export/components/DownloadCurlCommand/components/DownloadCurlCommandReady/downloadCurlCommandReady.tsx +0 -25
  156. package/src/components/Export/components/DownloadCurlCommand/downloadCurlCommand.tsx +0 -101
  157. package/src/components/Export/components/ExportForm/common/entities.ts +0 -13
  158. package/src/components/Export/components/ExportForm/components/ExportButton/exportButton.tsx +0 -43
  159. package/src/components/Export/components/ExportForm/components/ExportExecutionEnvironmentForm/exportExecutionEnvironmentForm.tsx +0 -59
  160. package/src/components/Export/components/ExportForm/components/ExportFileSummaryForm/exportFileSummaryForm.tsx +0 -125
  161. package/src/components/Export/components/ExportForm/components/ExportManifestDownloadFormatForm/exportManifestDownloadFormatForm.tsx +0 -42
  162. package/src/components/Export/components/ExportForm/components/ExportSpeciesForm/exportSpeciesForm.tsx +0 -64
  163. package/src/components/Export/components/ExportForm/exportForm.styles.ts +0 -100
  164. package/src/components/Export/components/ExportForm/exportForm.tsx +0 -139
  165. package/src/components/Export/components/ExportMethod/constants.ts +0 -8
  166. package/src/components/Export/components/ExportMethod/exportMethod.styles.ts +0 -42
  167. package/src/components/Export/components/ExportMethod/exportMethod.tsx +0 -95
  168. package/src/components/Export/components/ExportMethod/stories/exportMethod.stories.tsx +0 -30
  169. package/src/components/Export/components/ExportSummary/common/utils.ts +0 -55
  170. package/src/components/Export/components/ExportSummary/components/ExportCurrentQuery/exportCurrentQuery.tsx +0 -41
  171. package/src/components/Export/components/ExportSummary/components/ExportSelectedDataSummary/exportSelectedDataSummary.tsx +0 -32
  172. package/src/components/Export/components/ExportSummary/exportSummary.styles.ts +0 -23
  173. package/src/components/Export/components/ExportSummary/exportSummary.tsx +0 -12
  174. package/src/components/Export/components/ExportToTerra/components/ExportToTerraForm/exportToTerraForm.tsx +0 -51
  175. package/src/components/Export/components/ExportToTerra/components/ExportToTerraNotStarted/exportToTerraNotStarted.tsx +0 -55
  176. package/src/components/Export/components/ExportToTerra/components/ExportToTerraReady/exportToTerraReady.tsx +0 -45
  177. package/src/components/Export/components/ExportToTerra/components/TerraSetUpForm/components/FormStep/components/AcceptTerraTOS/acceptTerraTOS.tsx +0 -74
  178. package/src/components/Export/components/ExportToTerra/components/TerraSetUpForm/components/FormStep/components/ConnectTerraToNIHAccount/connectTerraToNIHAccount.tsx +0 -44
  179. package/src/components/Export/components/ExportToTerra/components/TerraSetUpForm/components/FormStep/components/CreateTerraAccount/createTerraAccount.tsx +0 -49
  180. package/src/components/Export/components/ExportToTerra/components/TerraSetUpForm/components/FormStep/formStep.styles.ts +0 -10
  181. package/src/components/Export/components/ExportToTerra/components/TerraSetUpForm/components/FormStep/formStep.tsx +0 -65
  182. package/src/components/Export/components/ExportToTerra/components/TerraSetUpForm/components/NIHAccountExpiryWarning/nihAccountExpiryWarning.tsx +0 -66
  183. package/src/components/Export/components/ExportToTerra/components/TerraSetUpForm/terraSetUpForm.styles.ts +0 -60
  184. package/src/components/Export/components/ExportToTerra/components/TerraSetUpForm/terraSetUpForm.tsx +0 -107
  185. package/src/components/Export/components/ExportToTerra/exportToTerra.tsx +0 -87
  186. package/src/components/Export/components/ManifestDownload/components/ManifestDownloadEntity/components/FileManifestDownload/fileManifestDownload.tsx +0 -108
  187. package/src/components/Export/components/ManifestDownload/components/ManifestDownloadEntity/components/FileManifestSpreadsheet/fileManifestSpreadsheet.tsx +0 -107
  188. package/src/components/Export/components/ManifestDownload/components/ManifestDownloadEntity/constants.ts +0 -24
  189. package/src/components/Export/components/ManifestDownload/components/ManifestDownloadEntity/manifestDownloadEntity.styles.ts +0 -34
  190. package/src/components/Export/components/ManifestDownload/components/ManifestDownloadEntity/manifestDownloadEntity.tsx +0 -25
  191. package/src/components/Export/components/ManifestDownload/components/ManifestDownloadForm/manifestDownloadForm.tsx +0 -37
  192. package/src/components/Export/components/ManifestDownload/components/ManifestDownloadNotStarted/manifestDownloadNotStarted.tsx +0 -47
  193. package/src/components/Export/components/ManifestDownload/components/ManifestDownloadReady/manifestDownloadReady.styles.ts +0 -11
  194. package/src/components/Export/components/ManifestDownload/components/ManifestDownloadReady/manifestDownloadReady.tsx +0 -40
  195. package/src/components/Export/components/ManifestDownload/manifestDownload.tsx +0 -85
  196. package/src/components/Export/export.styles.ts +0 -40
  197. package/src/components/Filter/common/constants.ts +0 -5
  198. package/src/components/Filter/common/entities.ts +0 -46
  199. package/src/components/Filter/common/utils.ts +0 -84
  200. package/src/components/Filter/components/ClearAllFilters/clearAllFilters.styles.ts +0 -6
  201. package/src/components/Filter/components/ClearAllFilters/clearAllFilters.tsx +0 -28
  202. package/src/components/Filter/components/Filter/components/DrawerTransition/drawerTransition.tsx +0 -24
  203. package/src/components/Filter/components/Filter/filter.styles.ts +0 -26
  204. package/src/components/Filter/components/Filter/filter.tsx +0 -142
  205. package/src/components/Filter/components/Filter/stories/args.ts +0 -25
  206. package/src/components/Filter/components/Filter/stories/filter.stories.tsx +0 -32
  207. package/src/components/Filter/components/FilterCountChip/filterCountChip.styles.ts +0 -19
  208. package/src/components/Filter/components/FilterCountChip/filterCountChip.tsx +0 -22
  209. package/src/components/Filter/components/FilterCountChip/stories/filterCountChip.stories.tsx +0 -12
  210. package/src/components/Filter/components/FilterCountChip/types.ts +0 -6
  211. package/src/components/Filter/components/FilterLabel/filterLabel.stories.tsx +0 -43
  212. package/src/components/Filter/components/FilterLabel/filterLabel.styles.ts +0 -54
  213. package/src/components/Filter/components/FilterLabel/filterLabel.tsx +0 -48
  214. package/src/components/Filter/components/FilterList/filterList.styles.ts +0 -58
  215. package/src/components/Filter/components/FilterMenu/filterMenu.stories.tsx +0 -129
  216. package/src/components/Filter/components/FilterMenu/filterMenu.styles.ts +0 -22
  217. package/src/components/Filter/components/FilterMenu/filterMenu.tsx +0 -82
  218. package/src/components/Filter/components/FilterMenuSearch/filterMenuSearch.styles.ts +0 -22
  219. package/src/components/Filter/components/FilterMenuSearch/filterMenuSearch.tsx +0 -27
  220. package/src/components/Filter/components/FilterNoResultsFound/filterNoResultsFound.styles.ts +0 -7
  221. package/src/components/Filter/components/FilterNoResultsFound/filterNoResultsFound.tsx +0 -41
  222. package/src/components/Filter/components/FilterRange/constants.ts +0 -34
  223. package/src/components/Filter/components/FilterRange/filterRange.styles.ts +0 -122
  224. package/src/components/Filter/components/FilterRange/filterRange.tsx +0 -139
  225. package/src/components/Filter/components/FilterRange/hooks/UseFilterRange/constants.ts +0 -5
  226. package/src/components/Filter/components/FilterRange/hooks/UseFilterRange/hook.ts +0 -61
  227. package/src/components/Filter/components/FilterRange/hooks/UseFilterRange/schema.ts +0 -60
  228. package/src/components/Filter/components/FilterRange/hooks/UseFilterRange/types.ts +0 -40
  229. package/src/components/Filter/components/FilterRange/hooks/UseFilterRange/utils.ts +0 -32
  230. package/src/components/Filter/components/FilterRange/stories/args.ts +0 -17
  231. package/src/components/Filter/components/FilterRange/stories/filterRange.stories.tsx +0 -15
  232. package/src/components/Filter/components/FilterRange/types.ts +0 -15
  233. package/src/components/Filter/components/FilterRange/utils.ts +0 -16
  234. package/src/components/Filter/components/FilterTag/filterTag.styles.ts +0 -7
  235. package/src/components/Filter/components/FilterTag/filterTag.tsx +0 -59
  236. package/src/components/Filter/components/FilterTag/stories/args.ts +0 -22
  237. package/src/components/Filter/components/FilterTag/stories/filterTag.stories.tsx +0 -32
  238. package/src/components/Filter/components/FilterTag/utils.ts +0 -57
  239. package/src/components/Filter/components/FilterTags/filterTags.stories.tsx +0 -63
  240. package/src/components/Filter/components/FilterTags/filterTags.styles.ts +0 -13
  241. package/src/components/Filter/components/FilterTags/filterTags.tsx +0 -23
  242. package/src/components/Filter/components/Filters/filters.styles.ts +0 -45
  243. package/src/components/Filter/components/Filters/filters.tsx +0 -141
  244. package/src/components/Filter/components/Filters/stories/args.ts +0 -24
  245. package/src/components/Filter/components/Filters/stories/constants.ts +0 -175
  246. package/src/components/Filter/components/Filters/stories/filters.stories.tsx +0 -24
  247. package/src/components/Filter/components/HighlightedLabel/highlightedLabel.styles.ts +0 -28
  248. package/src/components/Filter/components/HighlightedLabel/highlightedLabel.tsx +0 -46
  249. package/src/components/Filter/components/SearchAllFilters/common/constants.ts +0 -49
  250. package/src/components/Filter/components/SearchAllFilters/common/entites.ts +0 -44
  251. package/src/components/Filter/components/SearchAllFilters/common/utils.ts +0 -15
  252. package/src/components/Filter/components/SearchAllFilters/components/OutlinedInput/constants.ts +0 -9
  253. package/src/components/Filter/components/SearchAllFilters/components/OutlinedInput/outlinedInput.tsx +0 -31
  254. package/src/components/Filter/components/SearchAllFilters/components/OutlinedInput/utils.ts +0 -22
  255. package/src/components/Filter/components/SearchAllFilters/components/VariableSizeList/VariableSizeList.tsx +0 -312
  256. package/src/components/Filter/components/SearchAllFilters/components/VariableSizeListItem/variableSizeListItem.tsx +0 -105
  257. package/src/components/Filter/components/SearchAllFilters/context/context.ts +0 -12
  258. package/src/components/Filter/components/SearchAllFilters/context/hook.ts +0 -11
  259. package/src/components/Filter/components/SearchAllFilters/context/types.ts +0 -12
  260. package/src/components/Filter/components/SearchAllFilters/searchAllFilters.styles.ts +0 -16
  261. package/src/components/Filter/components/SearchAllFilters/searchAllFilters.tsx +0 -129
  262. package/src/components/Filter/components/SearchAllFilters/stories/args.ts +0 -15
  263. package/src/components/Filter/components/SearchAllFilters/stories/searchAllFilters.stories.tsx +0 -29
  264. package/src/components/Filter/components/SearchAllFilters/types.ts +0 -17
  265. package/src/components/Filter/components/VariableSizeList/VariableSizeList.tsx +0 -179
  266. package/src/components/Filter/components/VariableSizeListItem/variableSizeListItem.tsx +0 -88
  267. package/src/components/Filter/components/adapters/tanstack/ColumnFiltersAdapter/columnFiltersAdapter.tsx +0 -65
  268. package/src/components/Filter/components/adapters/tanstack/ColumnFiltersAdapter/hooks/UseUpdateFilterSort/hook.ts +0 -22
  269. package/src/components/Filter/components/adapters/tanstack/ColumnFiltersAdapter/hooks/UseUpdateFilterSort/types.ts +0 -7
  270. package/src/components/Filter/components/adapters/tanstack/ColumnFiltersAdapter/hooks/UseUpdateFilterSort/utils.ts +0 -33
  271. package/src/components/Filter/components/adapters/tanstack/ColumnFiltersAdapter/types.ts +0 -20
  272. package/src/components/Filter/components/adapters/tanstack/ColumnFiltersAdapter/utils.ts +0 -264
  273. package/src/components/Filter/components/controls/Controls/components/FilterSort/constants.ts +0 -22
  274. package/src/components/Filter/components/controls/Controls/components/FilterSort/filterSort.styles.ts +0 -34
  275. package/src/components/Filter/components/controls/Controls/components/FilterSort/filterSort.tsx +0 -73
  276. package/src/components/Filter/components/controls/Controls/components/FilterSort/stories/filterSort.stories.tsx +0 -15
  277. package/src/components/Filter/components/controls/Controls/components/FilterSort/types.ts +0 -7
  278. package/src/components/Filter/components/controls/Controls/controls.styles.ts +0 -11
  279. package/src/components/Filter/components/controls/Controls/controls.tsx +0 -39
  280. package/src/components/Filter/components/controls/Controls/types.ts +0 -11
  281. package/src/components/Filter/components/surfaces/drawer/Drawer/constants.ts +0 -7
  282. package/src/components/Filter/components/surfaces/drawer/Drawer/drawer.styles.ts +0 -20
  283. package/src/components/Filter/components/surfaces/drawer/Drawer/drawer.tsx +0 -46
  284. package/src/components/Filter/components/surfaces/drawer/Drawer/types.ts +0 -9
  285. package/src/components/Filter/components/surfaces/drawer/components/Button/button.tsx +0 -40
  286. package/src/components/Filter/components/surfaces/drawer/components/ButtonBase/buttonBase.styles.ts +0 -13
  287. package/src/components/Filter/components/surfaces/drawer/components/ButtonBase/buttonBase.tsx +0 -25
  288. package/src/components/Filter/components/surfaces/drawer/components/IconButton/constants.ts +0 -12
  289. package/src/components/Filter/components/surfaces/drawer/components/IconButton/iconButton.styles.ts +0 -10
  290. package/src/components/Filter/components/surfaces/drawer/components/IconButton/iconButton.tsx +0 -28
  291. package/src/components/Filter/components/surfaces/popper/Popper/popper.styles.ts +0 -20
  292. package/src/components/Filter/components/surfaces/types.ts +0 -17
  293. package/src/components/Filter/components/views/select/SelectListItem/selectListItem.tsx +0 -19
  294. package/src/components/Filter/components/views/select/SelectListItem/types.ts +0 -14
  295. package/src/components/Filter/components/views/select/components/Checkbox/checkbox.tsx +0 -19
  296. package/src/components/Filter/components/views/select/components/ListItemButton/listItemButton.styles.ts +0 -12
  297. package/src/components/Filter/components/views/select/components/ListItemButton/listItemButton.tsx +0 -25
  298. package/src/components/Filter/components/views/select/components/ListItemText/components/Count/count.tsx +0 -20
  299. package/src/components/Filter/components/views/select/components/ListItemText/components/Term/term.tsx +0 -19
  300. package/src/components/Filter/components/views/select/components/ListItemText/listItemText.styles.ts +0 -13
  301. package/src/components/Filter/components/views/select/components/ListItemText/listItemText.tsx +0 -48
  302. package/src/components/Head/head.tsx +0 -69
  303. package/src/components/Index/components/AzulFileDownload/azulFileDownload.stories.tsx +0 -20
  304. package/src/components/Index/components/AzulFileDownload/azulFileDownload.styles.ts +0 -6
  305. package/src/components/Index/components/AzulFileDownload/azulFileDownload.tsx +0 -81
  306. package/src/components/Index/components/AzulFileDownload/common/constants.ts +0 -4
  307. package/src/components/Index/components/EntityView/components/controls/ActionButton/actionButton.tsx +0 -12
  308. package/src/components/Index/components/EntityView/components/controls/ExportButton/exportButton.styles.ts +0 -9
  309. package/src/components/Index/components/EntityView/components/controls/ExportButton/exportButton.tsx +0 -39
  310. package/src/components/Index/components/EntityView/components/controls/FilterButton/filterButton.styles.ts +0 -9
  311. package/src/components/Index/components/EntityView/components/controls/FilterButton/filterButton.tsx +0 -39
  312. package/src/components/Index/components/EntityView/components/controls/ViewToggle/hooks/UseViewToggle/hook.ts +0 -15
  313. package/src/components/Index/components/EntityView/components/controls/ViewToggle/hooks/UseViewToggle/types.ts +0 -16
  314. package/src/components/Index/components/EntityView/components/controls/ViewToggle/stories/viewToggle.stories.tsx +0 -12
  315. package/src/components/Index/components/EntityView/components/controls/ViewToggle/viewToggle.styles.ts +0 -9
  316. package/src/components/Index/components/EntityView/components/controls/ViewToggle/viewToggle.tsx +0 -24
  317. package/src/components/Index/components/EntityView/components/layout/Summary/constants.ts +0 -7
  318. package/src/components/Index/components/EntityView/components/layout/Summary/summary.styles.ts +0 -20
  319. package/src/components/Index/components/EntityView/components/layout/Summary/summary.tsx +0 -41
  320. package/src/components/Index/components/EntityView/components/layout/Title/title.tsx +0 -16
  321. package/src/components/Index/components/EntityView/components/navigation/Tabs/common/utils.ts +0 -25
  322. package/src/components/Index/components/EntityView/components/navigation/Tabs/tabs.styles.ts +0 -20
  323. package/src/components/Index/components/EntityView/components/navigation/Tabs/tabs.tsx +0 -28
  324. package/src/components/Index/components/EntityView/components/slots/EntityListSlot/entityListSlot.tsx +0 -14
  325. package/src/components/Index/components/EntityView/components/slots/EntityViewSlot/entityViewSlot.styles.ts +0 -17
  326. package/src/components/Index/components/EntityView/components/slots/EntityViewSlot/entityViewSlot.tsx +0 -19
  327. package/src/components/Index/components/EntityView/components/views/ChartView/chartView.styles.ts +0 -15
  328. package/src/components/Index/components/EntityView/components/views/ChartView/chartView.tsx +0 -53
  329. package/src/components/Index/components/EntityView/components/views/ChartView/components/Chart/barX/constants.ts +0 -15
  330. package/src/components/Index/components/EntityView/components/views/ChartView/components/Chart/barX/plot.ts +0 -110
  331. package/src/components/Index/components/EntityView/components/views/ChartView/components/Chart/barX/utils.ts +0 -278
  332. package/src/components/Index/components/EntityView/components/views/ChartView/components/Chart/chart.styles.ts +0 -36
  333. package/src/components/Index/components/EntityView/components/views/ChartView/components/Chart/chart.tsx +0 -39
  334. package/src/components/Index/components/EntityView/components/views/ChartView/components/Chart/constants.ts +0 -1
  335. package/src/components/Index/components/EntityView/components/views/ChartView/components/Chart/hooks/UseBarCount/constants.ts +0 -1
  336. package/src/components/Index/components/EntityView/components/views/ChartView/components/Chart/hooks/UseBarCount/hook.ts +0 -18
  337. package/src/components/Index/components/EntityView/components/views/ChartView/components/Chart/hooks/UseBarCount/types.ts +0 -4
  338. package/src/components/Index/components/EntityView/components/views/ChartView/components/Chart/hooks/UseBarCount/utils.ts +0 -38
  339. package/src/components/Index/components/EntityView/components/views/ChartView/components/Chart/hooks/UsePlotOptions/hook.ts +0 -27
  340. package/src/components/Index/components/EntityView/components/views/ChartView/components/Chart/hooks/UsePlotOptions/types.ts +0 -5
  341. package/src/components/Index/components/EntityView/components/views/ChartView/components/Chart/stories/args.ts +0 -74
  342. package/src/components/Index/components/EntityView/components/views/ChartView/components/Chart/stories/chart.stories.tsx +0 -28
  343. package/src/components/Index/components/EntityView/components/views/ChartView/components/Chart/types.ts +0 -8
  344. package/src/components/Index/components/EntityView/components/views/ChartView/components/Chart/utils.ts +0 -20
  345. package/src/components/Index/components/EntityView/components/views/ChartView/constants.ts +0 -1
  346. package/src/components/Index/components/EntityView/components/views/ChartView/hooks/UseChartView/types.ts +0 -8
  347. package/src/components/Index/components/EntityView/components/views/ChartView/hooks/UseChartView/useChartView.ts +0 -29
  348. package/src/components/Index/components/EntityView/components/views/ChartView/stories/args.ts +0 -100
  349. package/src/components/Index/components/EntityView/components/views/ChartView/stories/chartView.stories.tsx +0 -24
  350. package/src/components/Index/components/EntityView/components/views/ChartView/types.ts +0 -9
  351. package/src/components/Index/components/EntityView/components/views/ChartView/utils.ts +0 -28
  352. package/src/components/Index/components/EntityView/components/views/TableView/tableView.tsx +0 -22
  353. package/src/components/Index/components/EntityView/components/views/TableView/types.ts +0 -7
  354. package/src/components/Index/components/EntityView/context/context.ts +0 -9
  355. package/src/components/Index/components/EntityView/context/hook.ts +0 -11
  356. package/src/components/Index/components/EntityView/context/types.ts +0 -11
  357. package/src/components/Index/index.styles.ts +0 -69
  358. package/src/components/Index/index.tsx +0 -78
  359. package/src/components/Index/table/coreOptions/columns/cellFactory.tsx +0 -22
  360. package/src/components/Index/table/hook.ts +0 -252
  361. package/src/components/Index/table/types.ts +0 -9
  362. package/src/components/Index/types.ts +0 -10
  363. package/src/components/Layout/components/AppLayout/appLayout.styles.ts +0 -8
  364. package/src/components/Layout/components/BackPage/backPageView.stories.tsx +0 -66
  365. package/src/components/Layout/components/BackPage/backPageView.styles.ts +0 -151
  366. package/src/components/Layout/components/BackPage/backPageView.tsx +0 -50
  367. package/src/components/Layout/components/BackPage/components/BackPageHero/backPageHero.styles.ts +0 -35
  368. package/src/components/Layout/components/BackPage/components/BackPageHero/backPageHero.tsx +0 -59
  369. package/src/components/Layout/components/BackPage/components/BackPageHero/components/Actions/actions.styles.ts +0 -14
  370. package/src/components/Layout/components/BackPage/components/BackPageHero/components/Actions/actions.tsx +0 -13
  371. package/src/components/Layout/components/BackPage/components/BackPageHero/components/SubTitle/subTitle.tsx +0 -28
  372. package/src/components/Layout/components/BackPage/components/BackPageHero/stories/backPageHero.stories.tsx +0 -24
  373. package/src/components/Layout/components/ContentLayout/common/constants.ts +0 -31
  374. package/src/components/Layout/components/ContentLayout/common/entities.ts +0 -13
  375. package/src/components/Layout/components/ContentLayout/components/Main/main.tsx +0 -11
  376. package/src/components/Layout/components/ContentLayout/contentLayout.styles.ts +0 -149
  377. package/src/components/Layout/components/ContentLayout/contentLayout.tsx +0 -78
  378. package/src/components/Layout/components/Floating/floating.tsx +0 -15
  379. package/src/components/Layout/components/Footer/components/PoweredByCleverCanary/poweredByCleverCanary.tsx +0 -31
  380. package/src/components/Layout/components/Footer/components/PoweredByCleverCanary/types.ts +0 -8
  381. package/src/components/Layout/components/Footer/components/VersionInfo/components/Tooltip/components/Title/constants.ts +0 -5
  382. package/src/components/Layout/components/Footer/components/VersionInfo/components/Tooltip/components/Title/title.tsx +0 -56
  383. package/src/components/Layout/components/Footer/components/VersionInfo/components/Tooltip/components/Title/utils.ts +0 -31
  384. package/src/components/Layout/components/Footer/components/VersionInfo/constants.ts +0 -37
  385. package/src/components/Layout/components/Footer/components/VersionInfo/types.ts +0 -14
  386. package/src/components/Layout/components/Footer/components/VersionInfo/utils.ts +0 -32
  387. package/src/components/Layout/components/Footer/components/VersionInfo/versionInfo.styles.ts +0 -11
  388. package/src/components/Layout/components/Footer/components/VersionInfo/versionInfo.tsx +0 -32
  389. package/src/components/Layout/components/Footer/footer.styles.ts +0 -59
  390. package/src/components/Layout/components/Footer/footer.tsx +0 -62
  391. package/src/components/Layout/components/Footer/stories/footer.stories.tsx +0 -63
  392. package/src/components/Layout/components/Header/common/constants.ts +0 -21
  393. package/src/components/Layout/components/Header/common/entities.ts +0 -23
  394. package/src/components/Layout/components/Header/common/utils.ts +0 -222
  395. package/src/components/Layout/components/Header/components/Announcements/announcements.tsx +0 -14
  396. package/src/components/Layout/components/Header/components/Content/components/Actions/actions.styles.ts +0 -9
  397. package/src/components/Layout/components/Header/components/Content/components/Actions/actions.tsx +0 -10
  398. package/src/components/Layout/components/Header/components/Content/components/Actions/components/Authentication/authentication.tsx +0 -75
  399. package/src/components/Layout/components/Header/components/Content/components/Actions/components/Authentication/components/AuthenticationMenu/authenticationMenu.styles.ts +0 -40
  400. package/src/components/Layout/components/Header/components/Content/components/Actions/components/Authentication/components/AuthenticationMenu/authenticationMenu.tsx +0 -45
  401. package/src/components/Layout/components/Header/components/Content/components/Actions/components/Authentication/components/AuthenticationMenu/constants.ts +0 -19
  402. package/src/components/Layout/components/Header/components/Content/components/Actions/components/Authentication/components/Button/button.styles.ts +0 -9
  403. package/src/components/Layout/components/Header/components/Content/components/Actions/components/Menu/common/constants.ts +0 -9
  404. package/src/components/Layout/components/Header/components/Content/components/Actions/components/Menu/components/Content/components/Navigation/navigation.styles.ts +0 -33
  405. package/src/components/Layout/components/Header/components/Content/components/Actions/components/Menu/components/Content/components/Socials/socials.styles.ts +0 -7
  406. package/src/components/Layout/components/Header/components/Content/components/Actions/components/Menu/components/Toolbar/toolbar.tsx +0 -67
  407. package/src/components/Layout/components/Header/components/Content/components/Actions/components/Menu/menu.tsx +0 -79
  408. package/src/components/Layout/components/Header/components/Content/components/Actions/components/Search/components/Button/button.styles.ts +0 -8
  409. package/src/components/Layout/components/Header/components/Content/components/Actions/components/Search/components/SearchBar/common/constants.ts +0 -4
  410. package/src/components/Layout/components/Header/components/Content/components/Actions/components/Search/components/SearchBar/common/utils.ts +0 -29
  411. package/src/components/Layout/components/Header/components/Content/components/Actions/components/Search/components/SearchBar/searchBar.styles.ts +0 -43
  412. package/src/components/Layout/components/Header/components/Content/components/Actions/components/Search/components/SearchBar/searchBar.tsx +0 -145
  413. package/src/components/Layout/components/Header/components/Content/components/Actions/components/Search/search.tsx +0 -65
  414. package/src/components/Layout/components/Header/components/Content/components/Logo/logo.styles.ts +0 -11
  415. package/src/components/Layout/components/Header/components/Content/components/Logo/logo.tsx +0 -37
  416. package/src/components/Layout/components/Header/components/Content/components/Navigation/common/utils.ts +0 -19
  417. package/src/components/Layout/components/Header/components/Content/components/Navigation/components/NavigationButtonLabel/navigationButtonLabel.tsx +0 -22
  418. package/src/components/Layout/components/Header/components/Content/components/Navigation/components/NavigationDrawer/common/constants.ts +0 -9
  419. package/src/components/Layout/components/Header/components/Content/components/Navigation/components/NavigationDrawer/components/Slide/slide.tsx +0 -22
  420. package/src/components/Layout/components/Header/components/Content/components/Navigation/components/NavigationDrawer/navigationDrawer.styles.ts +0 -39
  421. package/src/components/Layout/components/Header/components/Content/components/Navigation/components/NavigationDrawer/navigationDrawer.tsx +0 -81
  422. package/src/components/Layout/components/Header/components/Content/components/Navigation/components/NavigationMenu/common/constants.ts +0 -15
  423. package/src/components/Layout/components/Header/components/Content/components/Navigation/components/NavigationMenu/navigationMenu.styles.ts +0 -95
  424. package/src/components/Layout/components/Header/components/Content/components/Navigation/components/NavigationMenu/navigationMenu.tsx +0 -98
  425. package/src/components/Layout/components/Header/components/Content/components/Navigation/components/NavigationMenuItems/common/constants.ts +0 -5
  426. package/src/components/Layout/components/Header/components/Content/components/Navigation/components/NavigationMenuItems/navigationMenuItems.tsx +0 -103
  427. package/src/components/Layout/components/Header/components/Content/components/Navigation/constants.ts +0 -1
  428. package/src/components/Layout/components/Header/components/Content/components/Navigation/navigation.styles.ts +0 -37
  429. package/src/components/Layout/components/Header/components/Content/components/Navigation/navigation.tsx +0 -135
  430. package/src/components/Layout/components/Header/components/Content/components/Slogan/slogan.styles.ts +0 -28
  431. package/src/components/Layout/components/Header/components/Content/components/Slogan/slogan.tsx +0 -30
  432. package/src/components/Layout/components/Header/components/Content/components/Socials/socials.styles.ts +0 -8
  433. package/src/components/Layout/components/Header/components/Content/content.styles.ts +0 -9
  434. package/src/components/Layout/components/Header/header.stories.tsx +0 -97
  435. package/src/components/Layout/components/Header/header.styles.ts +0 -59
  436. package/src/components/Layout/components/Header/header.tsx +0 -165
  437. package/src/components/Layout/components/Header/hooks/useHeaderNavigation.ts +0 -19
  438. package/src/components/Layout/components/Header/hooks/useHeaderVisibility.ts +0 -81
  439. package/src/components/Layout/components/Header/hooks/useMenu.ts +0 -27
  440. package/src/components/Layout/components/Main/main.styles.ts +0 -20
  441. package/src/components/Layout/components/Main/main.tsx +0 -17
  442. package/src/components/Layout/components/Nav/components/NavBarHero/navBarHero.styles.ts +0 -26
  443. package/src/components/Layout/components/Nav/components/NavBarHero/navBarHero.tsx +0 -43
  444. package/src/components/Layout/components/Nav/nav.stories.tsx +0 -36
  445. package/src/components/Layout/components/Nav/nav.styles.ts +0 -59
  446. package/src/components/Layout/components/Nav/nav.tsx +0 -39
  447. package/src/components/Layout/components/Outline/components/ContentsTab/contentsTab.styles.ts +0 -18
  448. package/src/components/Layout/components/Outline/components/ContentsTab/contentsTab.tsx +0 -23
  449. package/src/components/Layout/components/Outline/components/ContentsTab/types.ts +0 -7
  450. package/src/components/Layout/components/Outline/hooks/UseHash/hook.ts +0 -17
  451. package/src/components/Layout/components/Outline/hooks/UseHash/types.ts +0 -3
  452. package/src/components/Layout/components/Outline/hooks/UseTabs/constants.ts +0 -3
  453. package/src/components/Layout/components/Outline/hooks/UseTabs/hook.ts +0 -32
  454. package/src/components/Layout/components/Outline/hooks/UseTabs/utils.ts +0 -18
  455. package/src/components/Layout/components/Outline/outline.styles.ts +0 -64
  456. package/src/components/Layout/components/Outline/outline.tsx +0 -40
  457. package/src/components/Layout/components/Outline/types.ts +0 -16
  458. package/src/components/Layout/components/Sidebar/components/SidebarButton/sidebarButton.styles.ts +0 -37
  459. package/src/components/Layout/components/Sidebar/components/SidebarButton/sidebarButton.tsx +0 -26
  460. package/src/components/Layout/components/Sidebar/components/SidebarDrawer/sidebarDrawer.styles.ts +0 -27
  461. package/src/components/Layout/components/Sidebar/components/SidebarDrawer/sidebarDrawer.tsx +0 -42
  462. package/src/components/Layout/components/Sidebar/components/SidebarLabel/sidebarLabel.stories.tsx +0 -20
  463. package/src/components/Layout/components/Sidebar/components/SidebarLabel/sidebarLabel.tsx +0 -18
  464. package/src/components/Layout/components/Sidebar/components/SidebarPositioner/sidebarPositioner.styles.ts +0 -21
  465. package/src/components/Layout/components/Sidebar/components/SidebarPositioner/sidebarPositioner.tsx +0 -22
  466. package/src/components/Layout/components/Sidebar/components/SidebarTools/sidebarTools.styles.ts +0 -22
  467. package/src/components/Layout/components/Sidebar/sidebar.stories.tsx +0 -48
  468. package/src/components/Layout/components/Sidebar/sidebar.styles.ts +0 -9
  469. package/src/components/Layout/components/Sidebar/sidebar.tsx +0 -34
  470. package/src/components/Links/common/constants.ts +0 -1
  471. package/src/components/Links/common/entities.ts +0 -20
  472. package/src/components/Links/common/utils.ts +0 -36
  473. package/src/components/Links/components/Link/components/ExploreViewLink/exploreViewLink.tsx +0 -208
  474. package/src/components/Links/components/Link/link.tsx +0 -107
  475. package/src/components/Links/links.stories.tsx +0 -28
  476. package/src/components/Links/links.tsx +0 -30
  477. package/src/components/Loading/loading.stories.tsx +0 -43
  478. package/src/components/Loading/loading.styles.ts +0 -84
  479. package/src/components/Loading/loading.tsx +0 -89
  480. package/src/components/Login/components/Button/button.styles.ts +0 -12
  481. package/src/components/Login/components/Button/button.tsx +0 -8
  482. package/src/components/Login/components/Button/constants.ts +0 -7
  483. package/src/components/Login/components/Button/types.ts +0 -4
  484. package/src/components/Login/components/Buttons/buttons.tsx +0 -22
  485. package/src/components/Login/components/Buttons/types.ts +0 -9
  486. package/src/components/Login/components/Section/components/Consent/consent.styles.ts +0 -15
  487. package/src/components/Login/components/Section/components/Consent/consent.tsx +0 -32
  488. package/src/components/Login/components/Section/components/Consent/types.ts +0 -11
  489. package/src/components/Login/components/Section/components/Warning/warning.tsx +0 -23
  490. package/src/components/Login/hooks/useUserConsent/types.ts +0 -11
  491. package/src/components/Login/hooks/useUserConsent/useUserConsent.ts +0 -32
  492. package/src/components/Login/hooks/useUserLogin/types.ts +0 -10
  493. package/src/components/Login/hooks/useUserLogin/useUserLogin.ts +0 -29
  494. package/src/components/Login/login.styles.ts +0 -42
  495. package/src/components/Login/login.tsx +0 -112
  496. package/src/components/Login/types.ts +0 -11
  497. package/src/components/MarkdownRenderer/components/Anchor/anchor.tsx +0 -39
  498. package/src/components/MarkdownRenderer/components/Table/table.styles.ts +0 -41
  499. package/src/components/MarkdownRenderer/components/Table/table.tsx +0 -13
  500. package/src/components/MarkdownRenderer/constants.ts +0 -8
  501. package/src/components/MarkdownRenderer/markdownRenderer.styles.ts +0 -19
  502. package/src/components/MarkdownRenderer/markdownRenderer.tsx +0 -80
  503. package/src/components/MarkdownRenderer/rehypeHighlight.ts +0 -54
  504. package/src/components/MarkdownRenderer/stories/args.ts +0 -8
  505. package/src/components/MarkdownRenderer/stories/markdownRenderer.stories.tsx +0 -33
  506. package/src/components/MarkdownRenderer/types.ts +0 -8
  507. package/src/components/NoResults/noResults.styles.ts +0 -14
  508. package/src/components/NoResults/noResults.tsx +0 -37
  509. package/src/components/NoResults/types.ts +0 -13
  510. package/src/components/Plot/components/BarX/barX.tsx +0 -20
  511. package/src/components/Plot/components/BarX/types.ts +0 -6
  512. package/src/components/Project/common/entities.ts +0 -50
  513. package/src/components/Project/components/Citation/citation.stories.tsx +0 -21
  514. package/src/components/Project/components/Citation/citation.styles.ts +0 -22
  515. package/src/components/Project/components/Citation/citation.tsx +0 -37
  516. package/src/components/Project/components/CollaboratingOrganizations/collaboratingOrganizations.stories.tsx +0 -33
  517. package/src/components/Project/components/CollaboratingOrganizations/collaboratingOrganizations.tsx +0 -30
  518. package/src/components/Project/components/Contacts/contacts.stories.tsx +0 -31
  519. package/src/components/Project/components/Contacts/contacts.tsx +0 -34
  520. package/src/components/Project/components/Contributors/contributors.stories.tsx +0 -38
  521. package/src/components/Project/components/Contributors/contributors.tsx +0 -31
  522. package/src/components/Project/components/DataCurators/dataCurators.stories.tsx +0 -20
  523. package/src/components/Project/components/DataCurators/dataCurators.tsx +0 -26
  524. package/src/components/Project/components/DataReleasePolicy/dataReleasePolicy.stories.tsx +0 -13
  525. package/src/components/Project/components/DataReleasePolicy/dataReleasePolicy.tsx +0 -22
  526. package/src/components/Project/components/Description/description.stories.tsx +0 -18
  527. package/src/components/Project/components/Description/description.tsx +0 -18
  528. package/src/components/Project/components/Details/details.stories.tsx +0 -31
  529. package/src/components/Project/components/Details/details.tsx +0 -50
  530. package/src/components/Project/components/Publications/publications.stories.tsx +0 -30
  531. package/src/components/Project/components/Publications/publications.tsx +0 -43
  532. package/src/components/Project/components/Sup/sup.styles.tsx +0 -5
  533. package/src/components/Project/components/SupplementaryLinks/supplementaryLinks.stories.tsx +0 -29
  534. package/src/components/Project/components/SupplementaryLinks/supplementaryLinks.styles.ts +0 -20
  535. package/src/components/Project/components/SupplementaryLinks/supplementaryLinks.tsx +0 -54
  536. package/src/components/Redirect/redirect.tsx +0 -24
  537. package/src/components/Stepper/components/Step/components/StepContent/stepContent.styles.ts +0 -18
  538. package/src/components/Stepper/components/Step/components/StepContent/stepContent.tsx +0 -16
  539. package/src/components/Stepper/components/Step/components/StepIcon/components/CompletedIcon/completedIcon.styles.ts +0 -16
  540. package/src/components/Stepper/components/Step/components/StepIcon/components/CompletedIcon/completedIcon.tsx +0 -20
  541. package/src/components/Stepper/components/Step/components/StepIcon/components/CompletedIcon/contants.ts +0 -6
  542. package/src/components/Stepper/components/Step/components/StepIcon/constants.ts +0 -1
  543. package/src/components/Stepper/components/Step/components/StepIcon/stepIcon.styles.ts +0 -28
  544. package/src/components/Stepper/components/Step/components/StepIcon/stepIcon.tsx +0 -21
  545. package/src/components/Stepper/components/Step/components/StepIcon/stories/stepIcon.stories.tsx +0 -52
  546. package/src/components/Stepper/components/Step/components/StepLabel/components/Label/components/Icon/constants.ts +0 -14
  547. package/src/components/Stepper/components/Step/components/StepLabel/components/Label/components/Icon/icon.tsx +0 -13
  548. package/src/components/Stepper/components/Step/components/StepLabel/components/Label/components/Icon/stories/contants.ts +0 -6
  549. package/src/components/Stepper/components/Step/components/StepLabel/components/Label/components/Icon/stories/icon.stories.tsx +0 -30
  550. package/src/components/Stepper/components/Step/components/StepLabel/components/Label/components/Icon/types.ts +0 -8
  551. package/src/components/Stepper/components/Step/components/StepLabel/components/Label/constants.ts +0 -8
  552. package/src/components/Stepper/components/Step/components/StepLabel/components/Label/label.styles.ts +0 -8
  553. package/src/components/Stepper/components/Step/components/StepLabel/components/Label/label.tsx +0 -10
  554. package/src/components/Stepper/components/Step/components/StepLabel/components/Label/stories/label.stories.tsx +0 -34
  555. package/src/components/Stepper/components/Step/components/StepLabel/components/Optional/constants.ts +0 -7
  556. package/src/components/Stepper/components/Step/components/StepLabel/components/Optional/optional.tsx +0 -9
  557. package/src/components/Stepper/components/Step/components/StepLabel/constants.ts +0 -10
  558. package/src/components/Stepper/components/Step/components/StepLabel/stepLabel.styles.ts +0 -13
  559. package/src/components/Stepper/components/Step/components/StepLabel/stepLabel.tsx +0 -10
  560. package/src/components/Stepper/components/Step/components/StepLabel/stories/contants.ts +0 -19
  561. package/src/components/Stepper/components/Step/components/StepLabel/stories/stepLabel.stories.tsx +0 -52
  562. package/src/components/Stepper/components/Step/constants.ts +0 -6
  563. package/src/components/Stepper/components/Step/step.styles.ts +0 -33
  564. package/src/components/Stepper/components/Step/step.tsx +0 -12
  565. package/src/components/Stepper/components/Step/stories/contants.ts +0 -18
  566. package/src/components/Stepper/components/Step/stories/step.stories.tsx +0 -91
  567. package/src/components/Support/components/SupportRequest/components/Dialog/dialog.styles.ts +0 -38
  568. package/src/components/Support/components/SupportRequest/components/Dialog/dialog.tsx +0 -57
  569. package/src/components/Support/components/SupportRequest/components/Dropzone/dropzone.tsx +0 -40
  570. package/src/components/Support/components/SupportRequest/components/SupportRequestForm/common/constants.ts +0 -45
  571. package/src/components/Support/components/SupportRequest/components/SupportRequestForm/common/entities.ts +0 -65
  572. package/src/components/Support/components/SupportRequest/components/SupportRequestForm/common/utils.ts +0 -96
  573. package/src/components/Support/components/SupportRequest/components/SupportRequestForm/supportRequestForm.styles.ts +0 -6
  574. package/src/components/Support/components/SupportRequest/components/SupportRequestForm/supportRequestForm.tsx +0 -344
  575. package/src/components/Support/components/SupportRequest/components/SupportRequestSubmitted/supportRequestSubmitted.tsx +0 -39
  576. package/src/components/Support/components/SupportRequest/supportRequest.tsx +0 -33
  577. package/src/components/Support/components/ViewSupport/types.ts +0 -8
  578. package/src/components/Support/components/ViewSupport/viewSupport.styles.ts +0 -31
  579. package/src/components/Support/components/ViewSupport/viewSupport.tsx +0 -25
  580. package/src/components/Table/columnDef/accessorFn/typeGuards.ts +0 -15
  581. package/src/components/Table/columnDef/columnFilters/filterFn.ts +0 -27
  582. package/src/components/Table/columnDef/globalFilter/constants.ts +0 -5
  583. package/src/components/Table/columnDef/globalFilter/filterFn.ts +0 -34
  584. package/src/components/Table/columnDef/globalFilter/types.ts +0 -5
  585. package/src/components/Table/columnDef/globalFilter/utils.ts +0 -74
  586. package/src/components/Table/common/columnDef.ts +0 -40
  587. package/src/components/Table/common/columnIdentifier.ts +0 -4
  588. package/src/components/Table/common/entities.ts +0 -4
  589. package/src/components/Table/common/gridTable.styles.ts +0 -54
  590. package/src/components/Table/common/typeGuards.ts +0 -12
  591. package/src/components/Table/common/utils.ts +0 -316
  592. package/src/components/Table/components/PaginationSummary/paginationSummary.tsx +0 -33
  593. package/src/components/Table/components/TableBody/tableBody.tsx +0 -38
  594. package/src/components/Table/components/TableCell/common/utils.ts +0 -33
  595. package/src/components/Table/components/TableCell/components/BasicCell/basicCell.tsx +0 -60
  596. package/src/components/Table/components/TableCell/components/ChipCell/chipCell.tsx +0 -16
  597. package/src/components/Table/components/TableCell/components/CodeCell/codeCell.styles.ts +0 -16
  598. package/src/components/Table/components/TableCell/components/CodeCell/codeCell.tsx +0 -24
  599. package/src/components/Table/components/TableCell/components/CollapsableCell/collapsableCell.styles.ts +0 -56
  600. package/src/components/Table/components/TableCell/components/CollapsableCell/collapsableCell.tsx +0 -79
  601. package/src/components/Table/components/TableCell/components/LinkCell/linkCell.tsx +0 -69
  602. package/src/components/Table/components/TableCell/components/LinkCell/stories/args.ts +0 -35
  603. package/src/components/Table/components/TableCell/components/LinkCell/stories/linkCell.stories.tsx +0 -32
  604. package/src/components/Table/components/TableCell/components/LinkCell/stories/types.ts +0 -4
  605. package/src/components/Table/components/TableCell/components/LinkCell/utils.ts +0 -59
  606. package/src/components/Table/components/TableCell/components/MarkdownCell/markdownCell.styles.ts +0 -33
  607. package/src/components/Table/components/TableCell/components/MarkdownCell/markdownCell.tsx +0 -39
  608. package/src/components/Table/components/TableCell/components/MarkdownCell/stories/args.ts +0 -18
  609. package/src/components/Table/components/TableCell/components/MarkdownCell/stories/constants.ts +0 -11
  610. package/src/components/Table/components/TableCell/components/MarkdownCell/stories/markdownCell.stories.tsx +0 -37
  611. package/src/components/Table/components/TableCell/components/NTagCell/components/NTag/components/Tooltip/tooltip.styles.ts +0 -11
  612. package/src/components/Table/components/TableCell/components/NTagCell/components/NTag/components/Tooltip/tooltip.tsx +0 -86
  613. package/src/components/Table/components/TableCell/components/NTagCell/components/NTag/nTag.tsx +0 -21
  614. package/src/components/Table/components/TableCell/components/NTagCell/nTagCell.tsx +0 -73
  615. package/src/components/Table/components/TableCell/components/RankedCell/rankedCell.tsx +0 -67
  616. package/src/components/Table/components/TableCell/components/RankedCell/utils.ts +0 -48
  617. package/src/components/Table/components/TableCell/components/RowPositionCell/constants.ts +0 -7
  618. package/src/components/Table/components/TableCell/components/RowPositionCell/rowPositionCell.tsx +0 -16
  619. package/src/components/Table/components/TableCell/components/RowSelectionCell/constants.ts +0 -15
  620. package/src/components/Table/components/TableCell/components/RowSelectionCell/rowSelectionCell.tsx +0 -36
  621. package/src/components/Table/components/TableFeatures/ColumnFilter/columnFilter.styles.ts +0 -48
  622. package/src/components/Table/components/TableFeatures/ColumnFilter/columnFilter.tsx +0 -105
  623. package/src/components/Table/components/TableFeatures/ColumnFilter/components/ColumnFilterTag/columnFilterTag.styles.ts +0 -25
  624. package/src/components/Table/components/TableFeatures/ColumnFilter/components/ColumnFilterTag/columnFilterTag.tsx +0 -31
  625. package/src/components/Table/components/TableFeatures/ColumnFilter/components/ColumnFilterTag/constants.ts +0 -13
  626. package/src/components/Table/components/TableFeatures/ColumnFilter/components/ColumnFilterTag/stories/columFilterTag.stories.tsx +0 -27
  627. package/src/components/Table/components/TableFeatures/ColumnFilter/components/ColumnFilterTag/types.ts +0 -8
  628. package/src/components/Table/components/TableFeatures/ColumnFilter/constants.ts +0 -28
  629. package/src/components/Table/components/TableFeatures/ColumnFilter/types.ts +0 -10
  630. package/src/components/Table/components/TableFeatures/ColumnFilter/utils.ts +0 -27
  631. package/src/components/Table/components/TableFeatures/ColumnGrouping/utils.ts +0 -70
  632. package/src/components/Table/components/TableFeatures/ColumnVisibility/utils.ts +0 -33
  633. package/src/components/Table/components/TableFeatures/GlobalFilter/constants.ts +0 -8
  634. package/src/components/Table/components/TableFeatures/GlobalFilter/globalFilter.tsx +0 -37
  635. package/src/components/Table/components/TableFeatures/GlobalFilter/types.ts +0 -8
  636. package/src/components/Table/components/TableFeatures/RowExpanding/utils.ts +0 -25
  637. package/src/components/Table/components/TableFeatures/RowSorting/utils.ts +0 -87
  638. package/src/components/Table/components/TableFeatures/TableDownload/tableDownload.styles.ts +0 -9
  639. package/src/components/Table/components/TableFeatures/TableDownload/tableDownload.tsx +0 -23
  640. package/src/components/Table/components/TableFeatures/TableDownload/types.ts +0 -8
  641. package/src/components/Table/components/TableHead/components/HeadSelectionCell/headSelectionCell.tsx +0 -26
  642. package/src/components/Table/components/TableHead/tableHead.tsx +0 -64
  643. package/src/components/Table/components/TableHead/types.ts +0 -5
  644. package/src/components/Table/components/TableHead/utils.ts +0 -42
  645. package/src/components/Table/components/TablePagination/stories/args.ts +0 -12
  646. package/src/components/Table/components/TablePagination/stories/tablePagination.stories.tsx +0 -15
  647. package/src/components/Table/components/TablePagination/tablePagination.styles.ts +0 -11
  648. package/src/components/Table/components/TablePagination/tablePagination.tsx +0 -47
  649. package/src/components/Table/components/TablePagination/types.ts +0 -8
  650. package/src/components/Table/components/TableRow/tableRow.styles.ts +0 -76
  651. package/src/components/Table/components/TableRows/components/CollapsableRows/collapsableRows.styles.ts +0 -6
  652. package/src/components/Table/components/TableRows/components/CollapsableRows/collapsableRows.tsx +0 -47
  653. package/src/components/Table/components/TableRows/components/CollapsableRows/hook.ts +0 -20
  654. package/src/components/Table/components/TableRows/components/VirtualizedRow/virtualizedRow.tsx +0 -61
  655. package/src/components/Table/components/TableRows/tableRows.tsx +0 -65
  656. package/src/components/Table/components/TableToolbar/components/ColumnGrouping/columnGrouping.tsx +0 -36
  657. package/src/components/Table/components/TableToolbar/components/ColumnGrouping/components/MenuItems/constants.ts +0 -13
  658. package/src/components/Table/components/TableToolbar/components/ColumnGrouping/components/MenuItems/menuItems.styles.ts +0 -17
  659. package/src/components/Table/components/TableToolbar/components/ColumnGrouping/components/MenuItems/menuItems.tsx +0 -55
  660. package/src/components/Table/components/TableToolbar/components/ColumnGrouping/components/MenuItems/types.ts +0 -7
  661. package/src/components/Table/components/TableToolbar/components/ColumnGrouping/components/MenuItems/utils.ts +0 -58
  662. package/src/components/Table/components/TableToolbar/components/ColumnGrouping/constants.ts +0 -5
  663. package/src/components/Table/components/TableToolbar/components/ColumnGrouping/types.ts +0 -5
  664. package/src/components/Table/components/TableToolbar/components/ColumnGrouping/utils.ts +0 -38
  665. package/src/components/Table/components/TableToolbar/components/ColumnVisibility/columnVisibility.styles.ts +0 -12
  666. package/src/components/Table/components/TableToolbar/components/ColumnVisibility/columnVisibility.tsx +0 -28
  667. package/src/components/Table/components/TableToolbar/components/ColumnVisibility/components/MenuItems/constants.ts +0 -9
  668. package/src/components/Table/components/TableToolbar/components/ColumnVisibility/components/MenuItems/menuItems.styles.ts +0 -17
  669. package/src/components/Table/components/TableToolbar/components/ColumnVisibility/components/MenuItems/menuItems.tsx +0 -53
  670. package/src/components/Table/components/TableToolbar/components/ColumnVisibility/components/MenuItems/types.ts +0 -5
  671. package/src/components/Table/components/TableToolbar/components/ColumnVisibility/components/MenuItems/utils.ts +0 -44
  672. package/src/components/Table/components/TableToolbar/components/ColumnVisibility/constants.ts +0 -5
  673. package/src/components/Table/components/TableToolbar/components/ColumnVisibility/types.ts +0 -5
  674. package/src/components/Table/components/TableToolbar/components/RowPreview/components/RowDrawer/common/constants.ts +0 -12
  675. package/src/components/Table/components/TableToolbar/components/RowPreview/components/RowDrawer/rowDrawer.styles.ts +0 -33
  676. package/src/components/Table/components/TableToolbar/components/RowPreview/components/RowDrawer/rowDrawer.tsx +0 -59
  677. package/src/components/Table/components/TableToolbar/components/RowPreview/components/Section/components/RowDetail/rowDetail.styles.ts +0 -48
  678. package/src/components/Table/components/TableToolbar/components/RowPreview/components/Section/components/RowDetail/rowDetail.tsx +0 -51
  679. package/src/components/Table/components/TableToolbar/components/RowPreview/components/Section/section.styles.ts +0 -12
  680. package/src/components/Table/components/TableToolbar/components/RowPreview/components/Section/section.tsx +0 -28
  681. package/src/components/Table/components/TableToolbar/components/RowPreview/rowPreview.tsx +0 -26
  682. package/src/components/Table/components/TableToolbar/components/RowSelection/components/DropdownMenu/dropdownMenu.styles.ts +0 -8
  683. package/src/components/Table/components/TableToolbar/components/RowSelection/components/DropdownMenu/dropdownMenu.tsx +0 -37
  684. package/src/components/Table/components/TableToolbar/components/RowSelection/rowSelection.styles.ts +0 -8
  685. package/src/components/Table/components/TableToolbar/components/RowSelection/rowSelection.tsx +0 -30
  686. package/src/components/Table/components/TableToolbar/constants.ts +0 -8
  687. package/src/components/Table/components/TableToolbar/tableToolbar.styles.ts +0 -19
  688. package/src/components/Table/components/TableToolbar/tableToolbar.tsx +0 -61
  689. package/src/components/Table/components/TableToolbar2/tableToolbar2.styles.ts +0 -18
  690. package/src/components/Table/components/TableToolbar2/tableToolbar2.tsx +0 -17
  691. package/src/components/Table/components/TableToolbar2/types.ts +0 -5
  692. package/src/components/Table/coreOptions/state/pagination/constants.ts +0 -8
  693. package/src/components/Table/coreOptions/state/pagination/utils.ts +0 -21
  694. package/src/components/Table/featureOptions/facetedColumn/getFacetedMinMaxValues.ts +0 -64
  695. package/src/components/Table/featureOptions/facetedColumn/utils.ts +0 -14
  696. package/src/components/Table/featureOptions/tableDownload/constants.ts +0 -9
  697. package/src/components/Table/features/RowPosition/constants.ts +0 -37
  698. package/src/components/Table/features/RowPosition/types.ts +0 -7
  699. package/src/components/Table/features/RowPosition/utils.ts +0 -56
  700. package/src/components/Table/features/RowPreview/constants.ts +0 -65
  701. package/src/components/Table/features/RowPreview/entities.ts +0 -25
  702. package/src/components/Table/features/RowPreview/utils.ts +0 -93
  703. package/src/components/Table/features/RowSelectionValidation/constants.ts +0 -24
  704. package/src/components/Table/features/RowSelectionValidation/types.ts +0 -10
  705. package/src/components/Table/features/RowSelectionValidation/utils.ts +0 -15
  706. package/src/components/Table/features/TableDownload/constants.ts +0 -24
  707. package/src/components/Table/features/TableDownload/onDownload/utils.ts +0 -76
  708. package/src/components/Table/features/TableDownload/types.ts +0 -19
  709. package/src/components/Table/features/TableDownload/utils.ts +0 -60
  710. package/src/components/Table/features/entities.ts +0 -36
  711. package/src/components/Table/hooks/UseVirtualization/hook.ts +0 -31
  712. package/src/components/Table/hooks/UseVirtualization/types.ts +0 -9
  713. package/src/components/Table/hooks/UseVirtualization/utils.ts +0 -27
  714. package/src/components/Table/options/updater.ts +0 -29
  715. package/src/components/Table/table.styles.ts +0 -55
  716. package/src/components/Table/table.tsx +0 -145
  717. package/src/components/TableCreator/common/utils.ts +0 -37
  718. package/src/components/TableCreator/options/columnTrackSizing/typeGuards.ts +0 -12
  719. package/src/components/TableCreator/options/columnTrackSizing/utils.ts +0 -99
  720. package/src/components/TableCreator/options/expanded/constants.ts +0 -14
  721. package/src/components/TableCreator/options/expanded/hook.ts +0 -6
  722. package/src/components/TableCreator/options/grouping/constants.ts +0 -6
  723. package/src/components/TableCreator/options/grouping/hook.ts +0 -17
  724. package/src/components/TableCreator/options/hook.ts +0 -25
  725. package/src/components/TableCreator/options/initialState/columnVisibility.ts +0 -22
  726. package/src/components/TableCreator/options/initialState/hook.ts +0 -24
  727. package/src/components/TableCreator/options/rowSelection/constants.ts +0 -10
  728. package/src/components/TableCreator/options/rowSelection/hook.ts +0 -8
  729. package/src/components/TableCreator/options/sorting/constants.ts +0 -10
  730. package/src/components/TableCreator/options/sorting/hook.ts +0 -6
  731. package/src/components/TableCreator/options/visibility/constants.ts +0 -5
  732. package/src/components/TableCreator/options/visibility/hook.ts +0 -22
  733. package/src/components/TableCreator/tableCreator.tsx +0 -18
  734. package/src/components/TempError/components/errorBox.tsx +0 -15
  735. package/src/components/TempError/index.ts +0 -1
  736. package/src/components/TempError/tempError.tsx +0 -26
  737. package/src/components/common/Accordion/accordion.stories.tsx +0 -36
  738. package/src/components/common/Accordion/accordion.tsx +0 -43
  739. package/src/components/common/Alert/alert.styles.ts +0 -22
  740. package/src/components/common/Alert/alert.tsx +0 -18
  741. package/src/components/common/Alert/constants.ts +0 -29
  742. package/src/components/common/Alert/hooks/useTransition/types.ts +0 -5
  743. package/src/components/common/Alert/hooks/useTransition/useTransition.ts +0 -25
  744. package/src/components/common/AnchorLink/anchorLink.styles.ts +0 -15
  745. package/src/components/common/AnchorLink/anchorLink.tsx +0 -35
  746. package/src/components/common/Banner/banner.styles.ts +0 -29
  747. package/src/components/common/Banner/banner.tsx +0 -15
  748. package/src/components/common/Banner/components/CookieBanner/constants.ts +0 -9
  749. package/src/components/common/Banner/components/CookieBanner/cookieBanner.styles.ts +0 -34
  750. package/src/components/common/Banner/components/CookieBanner/cookieBanner.tsx +0 -56
  751. package/src/components/common/Banner/components/SessionTimeout/sessionTimeout.tsx +0 -21
  752. package/src/components/common/Banner/components/SystemIndexing/systemIndexing.tsx +0 -22
  753. package/src/components/common/Banner/components/SystemStatus/systemStatus.tsx +0 -22
  754. package/src/components/common/Banner/constants.ts +0 -11
  755. package/src/components/common/Breadcrumbs/breadcrumbs.stories.tsx +0 -57
  756. package/src/components/common/Breadcrumbs/breadcrumbs.tsx +0 -42
  757. package/src/components/common/Breadcrumbs/constants.ts +0 -6
  758. package/src/components/common/Breadcrumbs/typeGuard.ts +0 -24
  759. package/src/components/common/Button/button.tsx +0 -36
  760. package/src/components/common/Button/components/ButtonOutline/buttonOutline.styles.ts +0 -18
  761. package/src/components/common/Button/components/ButtonOutline/buttonOutline.tsx +0 -23
  762. package/src/components/common/Button/components/ButtonPrimary/buttonPrimary.tsx +0 -13
  763. package/src/components/common/Button/components/ButtonSecondary/buttonSecondary.tsx +0 -15
  764. package/src/components/common/Button/components/ButtonSecondaryOutline/buttonSecondaryOutline.tsx +0 -14
  765. package/src/components/common/Button/components/ButtonText/buttonText.styles.ts +0 -13
  766. package/src/components/common/Button/components/ButtonText/buttonText.tsx +0 -8
  767. package/src/components/common/Button/components/ButtonTextPrimary/buttonTextPrimary.styles.ts +0 -9
  768. package/src/components/common/Button/components/ButtonTextPrimary/buttonTextPrimary.tsx +0 -8
  769. package/src/components/common/Button/components/ButtonTextUnderline/buttonTextUnderline.styles.ts +0 -14
  770. package/src/components/common/Button/components/ButtonTextUnderline/buttonTextUnderline.tsx +0 -8
  771. package/src/components/common/Button/components/CallToActionButton/callToActionButton.stories.tsx +0 -33
  772. package/src/components/common/Button/components/CallToActionButton/callToActionButton.tsx +0 -58
  773. package/src/components/common/Button/components/DropdownButton/dropdownButton.styles.ts +0 -25
  774. package/src/components/common/Button/components/DropdownButton/dropdownButton.tsx +0 -22
  775. package/src/components/common/Button/components/DropdownButton/types.ts +0 -5
  776. package/src/components/common/Button/components/FileDownloadButton/fileDownloadButton.tsx +0 -27
  777. package/src/components/common/Button/components/HelpIconButton/helpIconButton.stories.tsx +0 -25
  778. package/src/components/common/Button/components/HelpIconButton/helpIconButton.styles.ts +0 -9
  779. package/src/components/common/Button/components/HelpIconButton/helpIconButton.tsx +0 -42
  780. package/src/components/common/Button/components/NavigationButton/navigationButton.styles.ts +0 -32
  781. package/src/components/common/Button/components/NavigationButton/navigationButton.tsx +0 -28
  782. package/src/components/common/Button/constants.ts +0 -37
  783. package/src/components/common/ButtonGroup/buttonGroup.tsx +0 -50
  784. package/src/components/common/ButtonGroup/components/ButtonGroupButton/buttonGroupButton.tsx +0 -32
  785. package/src/components/common/ButtonGroup/constants.ts +0 -13
  786. package/src/components/common/Card/card.stories.tsx +0 -45
  787. package/src/components/common/Card/card.styles.ts +0 -15
  788. package/src/components/common/Card/card.tsx +0 -67
  789. package/src/components/common/Card/components/CardAction/cardAction.tsx +0 -17
  790. package/src/components/common/Card/components/CardActionArea/cardActionArea.tsx +0 -42
  791. package/src/components/common/Card/components/CardActions/cardActions.styles.ts +0 -9
  792. package/src/components/common/Card/components/CardActions/cardActions.tsx +0 -16
  793. package/src/components/common/Card/components/CardMedia/cardMedia.styles.ts +0 -11
  794. package/src/components/common/Card/components/CardMedia/cardMedia.tsx +0 -23
  795. package/src/components/common/Card/components/CardSecondaryText/cardSecondaryText.tsx +0 -13
  796. package/src/components/common/Card/components/CardSecondaryTitle/cardSecondaryTitle.styles.ts +0 -6
  797. package/src/components/common/Card/components/CardSecondaryTitle/cardSecondaryTitle.tsx +0 -14
  798. package/src/components/common/Card/components/CardText/cardText.tsx +0 -12
  799. package/src/components/common/Card/components/CardTitle/cardTitle.tsx +0 -13
  800. package/src/components/common/Card/components/RoundedCard/roundedCard.tsx +0 -11
  801. package/src/components/common/Chip/components/Beta/beta.styles.ts +0 -15
  802. package/src/components/common/Chip/components/Beta/beta.tsx +0 -25
  803. package/src/components/common/Chip/components/Beta/stories/beta.stories.tsx +0 -12
  804. package/src/components/common/Code/code.stories.tsx +0 -17
  805. package/src/components/common/Code/code.styles.ts +0 -62
  806. package/src/components/common/Code/code.tsx +0 -38
  807. package/src/components/common/CopyToClipboard/copyToClipboard.stories.tsx +0 -22
  808. package/src/components/common/CopyToClipboard/copyToClipboard.tsx +0 -50
  809. package/src/components/common/CustomIcon/common/constants.ts +0 -14
  810. package/src/components/common/CustomIcon/common/entities.ts +0 -3
  811. package/src/components/common/CustomIcon/components/AddIcon/addIcon.tsx +0 -22
  812. package/src/components/common/CustomIcon/components/AddLinkIcon/addLinkIcon.tsx +0 -18
  813. package/src/components/common/CustomIcon/components/AlertIcon/alertIcon.tsx +0 -22
  814. package/src/components/common/CustomIcon/components/BackArrowIcon/backArrowIcon.tsx +0 -22
  815. package/src/components/common/CustomIcon/components/CheckedIcon/checkedIcon.tsx +0 -26
  816. package/src/components/common/CustomIcon/components/CloseIcon/closeIcon.tsx +0 -17
  817. package/src/components/common/CustomIcon/components/ContactSupportIcon/contactSupportIcon.tsx +0 -22
  818. package/src/components/common/CustomIcon/components/ContentCopyIcon/contentCopyIcon.tsx +0 -22
  819. package/src/components/common/CustomIcon/components/DiscourseIcon/discourseIcon.tsx +0 -22
  820. package/src/components/common/CustomIcon/components/DownloadIcon/downloadIcon.tsx +0 -22
  821. package/src/components/common/CustomIcon/components/EmailReadIcon/emailReadIcon.tsx +0 -22
  822. package/src/components/common/CustomIcon/components/ErrorIcon/errorIcon.tsx +0 -22
  823. package/src/components/common/CustomIcon/components/FacebookIcon/facebookIcon.tsx +0 -22
  824. package/src/components/common/CustomIcon/components/FeedbackIcon/feedbackIcon.tsx +0 -22
  825. package/src/components/common/CustomIcon/components/FormStatusCompletedIcon/formStatusCompletedIcon.tsx +0 -23
  826. package/src/components/common/CustomIcon/components/FormStatusIncompleteIcon/formStatusIncompleteIcon.tsx +0 -28
  827. package/src/components/common/CustomIcon/components/ForwardArrowIcon/forwardArrowIcon.tsx +0 -18
  828. package/src/components/common/CustomIcon/components/GitHubIcon/gitHubIcon.tsx +0 -22
  829. package/src/components/common/CustomIcon/components/GoogleIcon/googleIcon.tsx +0 -33
  830. package/src/components/common/CustomIcon/components/HelpIcon/helpIcon.tsx +0 -22
  831. package/src/components/common/CustomIcon/components/InProgressIcon/inProgressIcon.tsx +0 -22
  832. package/src/components/common/CustomIcon/components/IndeterminateIcon/indeterminateIcon.tsx +0 -23
  833. package/src/components/common/CustomIcon/components/InfoIcon/infoIcon.tsx +0 -22
  834. package/src/components/common/CustomIcon/components/InventoryIcon/inventoryIcon.tsx +0 -22
  835. package/src/components/common/CustomIcon/components/LinkedInIcon/linkedInIcon.tsx +0 -22
  836. package/src/components/common/CustomIcon/components/LoadingIcon/loadingIcon.tsx +0 -108
  837. package/src/components/common/CustomIcon/components/OpenInNewIcon/openInNewIcon.tsx +0 -22
  838. package/src/components/common/CustomIcon/components/RadioCheckedIcon/radioCheckedIcon.tsx +0 -24
  839. package/src/components/common/CustomIcon/components/RadioUncheckedIcon/radioUncheckedIcon.tsx +0 -27
  840. package/src/components/common/CustomIcon/components/RemoveIcon/removeIcon.tsx +0 -22
  841. package/src/components/common/CustomIcon/components/SearchIcon/searchIcon.tsx +0 -21
  842. package/src/components/common/CustomIcon/components/SearchOffIcon/searchOffIcon.tsx +0 -22
  843. package/src/components/common/CustomIcon/components/Segment/segment.tsx +0 -18
  844. package/src/components/common/CustomIcon/components/SlackIcon/slackIcon.tsx +0 -22
  845. package/src/components/common/CustomIcon/components/SouthIcon/southIcon.tsx +0 -22
  846. package/src/components/common/CustomIcon/components/SuccessIcon/successIcon.tsx +0 -22
  847. package/src/components/common/CustomIcon/components/UnLinkIcon/unLinkIcon.tsx +0 -18
  848. package/src/components/common/CustomIcon/components/UncheckedDisabledIcon/uncheckedDisabledIcon.tsx +0 -27
  849. package/src/components/common/CustomIcon/components/UncheckedErrorIcon/uncheckedErrorIcon.tsx +0 -27
  850. package/src/components/common/CustomIcon/components/UncheckedIcon/uncheckedIcon.tsx +0 -27
  851. package/src/components/common/CustomIcon/components/UnfoldMoreIcon/unfoldMoreIcon.tsx +0 -22
  852. package/src/components/common/CustomIcon/components/UpArrowIcon/upArrowIcon.tsx +0 -21
  853. package/src/components/common/CustomIcon/components/WarningIcon/warningIcon.tsx +0 -22
  854. package/src/components/common/CustomIcon/components/XIcon/xIcon.tsx +0 -22
  855. package/src/components/common/CustomIcon/components/YouTubeIcon/youTubeIcon.tsx +0 -22
  856. package/src/components/common/Dialog/components/DialogTitle/dialogTitle.tsx +0 -26
  857. package/src/components/common/Dialog/dialog.tsx +0 -21
  858. package/src/components/common/Dialog/hooks/useDialog.ts +0 -28
  859. package/src/components/common/Dot/dot.styles.ts +0 -12
  860. package/src/components/common/Dot/dot.tsx +0 -7
  861. package/src/components/common/Drawer/components/DrawerTitle/drawerTitle.styles.ts +0 -12
  862. package/src/components/common/Drawer/components/DrawerTitle/drawerTitle.tsx +0 -27
  863. package/src/components/common/Drawer/components/drawer.styles.ts +0 -6
  864. package/src/components/common/Drawer/drawer.tsx +0 -21
  865. package/src/components/common/Drawer/provider/context.ts +0 -8
  866. package/src/components/common/Drawer/provider/hook.ts +0 -11
  867. package/src/components/common/Drawer/provider/provider.tsx +0 -19
  868. package/src/components/common/Drawer/provider/types.ts +0 -12
  869. package/src/components/common/DropdownMenu/common/constants.ts +0 -7
  870. package/src/components/common/DropdownMenu/common/entities.ts +0 -11
  871. package/src/components/common/DropdownMenu/components/MenuItem/menuItem.tsx +0 -24
  872. package/src/components/common/DropdownMenu/dropdownMenu.styles.ts +0 -8
  873. package/src/components/common/DropdownMenu/dropdownMenu.tsx +0 -52
  874. package/src/components/common/EllipsisContent/ellipsisContent.styles.ts +0 -24
  875. package/src/components/common/EllipsisContent/ellipsisContent.tsx +0 -204
  876. package/src/components/common/Form/components/Input/input.styles.ts +0 -55
  877. package/src/components/common/Form/components/Input/input.tsx +0 -41
  878. package/src/components/common/Form/components/Select/components/DropDownIcon/dropDownIcon.tsx +0 -9
  879. package/src/components/common/Form/components/Select/select.styles.ts +0 -26
  880. package/src/components/common/Form/components/Select/select.tsx +0 -41
  881. package/src/components/common/Form/components/UploadFile/uploadFile.styles.ts +0 -55
  882. package/src/components/common/Form/components/UploadFile/uploadFile.tsx +0 -92
  883. package/src/components/common/Grid/components/GridItem/gridItem.tsx +0 -25
  884. package/src/components/common/Grid/grid.tsx +0 -23
  885. package/src/components/common/IconBadge/iconBadge.styles.ts +0 -49
  886. package/src/components/common/IconBadge/iconBadge.tsx +0 -32
  887. package/src/components/common/IconButton/iconButton.styles.ts +0 -20
  888. package/src/components/common/IconButton/iconButton.tsx +0 -33
  889. package/src/components/common/Input/input.styles.ts +0 -37
  890. package/src/components/common/Input/input.tsx +0 -66
  891. package/src/components/common/KeyValuePairs/components/KeyElType/keyElType.tsx +0 -26
  892. package/src/components/common/KeyValuePairs/components/KeyValueElType/keyValueElType.tsx +0 -34
  893. package/src/components/common/KeyValuePairs/components/ValueElType/valueElType.tsx +0 -20
  894. package/src/components/common/KeyValuePairs/keyValuePairs.tsx +0 -45
  895. package/src/components/common/Link/typeGuards.ts +0 -35
  896. package/src/components/common/LoginDialog/constants.ts +0 -33
  897. package/src/components/common/LoginDialog/loginDialog.styles.ts +0 -50
  898. package/src/components/common/LoginDialog/loginDialog.tsx +0 -56
  899. package/src/components/common/LoginDialog/types.ts +0 -4
  900. package/src/components/common/MDXMarkdown/components/Section/mdxSection.styles.ts +0 -27
  901. package/src/components/common/Markdown/markdown.tsx +0 -19
  902. package/src/components/common/Menu/hooks/useMenu.ts +0 -62
  903. package/src/components/common/OutlinedInput/components/InputAdornment/components/ClearInputAdornment/clearInputAdornment.styles.ts +0 -12
  904. package/src/components/common/OutlinedInput/components/InputAdornment/components/ClearInputAdornment/clearInputAdornment.tsx +0 -21
  905. package/src/components/common/OutlinedInput/components/InputAdornment/components/ClearInputAdornment/constants.ts +0 -13
  906. package/src/components/common/OutlinedInput/components/InputAdornment/components/ClearInputAdornment/types.ts +0 -4
  907. package/src/components/common/OutlinedInput/components/InputAdornment/components/SearchInputAdornment/constants.ts +0 -7
  908. package/src/components/common/OutlinedInput/components/InputAdornment/components/SearchInputAdornment/searchInputAdornment.tsx +0 -13
  909. package/src/components/common/OutlinedInput/components/InputAdornment/components/constants.ts +0 -7
  910. package/src/components/common/OutlinedInput/components/InputAdornment/inputAdornment.styles.ts +0 -6
  911. package/src/components/common/OutlinedInput/outlinedInput.styles.ts +0 -24
  912. package/src/components/common/Paper/components/FlatPaper/flatPaper.styles.ts +0 -9
  913. package/src/components/common/Paper/components/FlatPaper/flatPaper.tsx +0 -10
  914. package/src/components/common/Paper/components/FluidPaper/fluidPaper.styles.ts +0 -11
  915. package/src/components/common/Paper/components/FluidPaper/fluidPaper.tsx +0 -10
  916. package/src/components/common/Paper/components/RoundedPaper/roundedPaper.styles.ts +0 -10
  917. package/src/components/common/Paper/components/RoundedPaper/roundedPaper.tsx +0 -10
  918. package/src/components/common/Paper/paper.styles.ts +0 -77
  919. package/src/components/common/Paper/paper.tsx +0 -44
  920. package/src/components/common/Progress/components/CircularProgress/circularProgress.styles.ts +0 -6
  921. package/src/components/common/Progress/components/CircularProgress/circularProgress.tsx +0 -26
  922. package/src/components/common/Progress/components/CircularProgress/components/CircularProgressTrack/circularProgressTrack.styles.ts +0 -27
  923. package/src/components/common/Progress/components/CircularProgress/components/CircularProgressTrack/circularProgressTrack.tsx +0 -23
  924. package/src/components/common/RadioGroup/radioGroup.tsx +0 -58
  925. package/src/components/common/Section/components/CollapsableSection/collapsableSection.styles.ts +0 -39
  926. package/src/components/common/Section/components/CollapsableSection/collapsableSection.tsx +0 -82
  927. package/src/components/common/Section/components/SectionDetailsEmpty/sectionDetailsEmpty.tsx +0 -11
  928. package/src/components/common/Section/components/SectionTitle/sectionTitle.stories.tsx +0 -20
  929. package/src/components/common/Section/components/SectionTitle/sectionTitle.tsx +0 -25
  930. package/src/components/common/Section/section.styles.ts +0 -66
  931. package/src/components/common/Sections/sections.tsx +0 -18
  932. package/src/components/common/Socials/socials.stories.tsx +0 -63
  933. package/src/components/common/Socials/socials.styles.ts +0 -15
  934. package/src/components/common/Socials/socials.tsx +0 -50
  935. package/src/components/common/Stack/components/Divider/divider.styles.tsx +0 -6
  936. package/src/components/common/Stack/components/Divider/divider.tsx +0 -25
  937. package/src/components/common/Stack/stack.tsx +0 -44
  938. package/src/components/common/StaticImage/staticImage.stories.tsx +0 -26
  939. package/src/components/common/StaticImage/staticImage.tsx +0 -35
  940. package/src/components/common/StatusBadge/statusBadge.stories.tsx +0 -18
  941. package/src/components/common/StatusBadge/statusBadge.tsx +0 -35
  942. package/src/components/common/StatusIcon/statusIcon.stories.tsx +0 -23
  943. package/src/components/common/StatusIcon/statusIcon.styles.ts +0 -51
  944. package/src/components/common/StatusIcon/statusIcon.tsx +0 -33
  945. package/src/components/common/Tabs/tabs.styles.ts +0 -48
  946. package/src/components/common/Tabs/tabs.tsx +0 -92
  947. package/src/components/common/Tag/tag.stories.tsx +0 -22
  948. package/src/components/common/Tag/tag.styles.ts +0 -14
  949. package/src/components/common/Tag/tag.tsx +0 -18
  950. package/src/components/common/Title/title.styles.ts +0 -9
  951. package/src/components/common/Title/title.tsx +0 -26
  952. package/src/components/common/ToggleButtonGroup/hooks/UseToggleButtonGroup/hook.ts +0 -17
  953. package/src/components/common/ToggleButtonGroup/provider/context.ts +0 -9
  954. package/src/components/common/ToggleButtonGroup/provider/hook.ts +0 -16
  955. package/src/components/common/ToggleButtonGroup/provider/provider.tsx +0 -37
  956. package/src/components/common/ToggleButtonGroup/provider/types.ts +0 -17
  957. package/src/components/common/ToggleButtonGroup/toggleButtonGroup.stories.tsx +0 -38
  958. package/src/components/common/ToggleButtonGroup/toggleButtonGroup.tsx +0 -87
  959. package/src/components/common/Typography/TypographyWordBreak/TypographyWordBreak.tsx +0 -23
  960. package/src/components/common/Typography/common/entities.ts +0 -5
  961. package/src/components/types.ts +0 -21
  962. package/src/components/utils.ts +0 -10
  963. package/src/config/config.ts +0 -19
  964. package/src/config/entities.ts +0 -456
  965. package/src/config/utils.ts +0 -89
  966. package/src/entity/api/service.ts +0 -195
  967. package/src/entity/apicf/service.ts +0 -73
  968. package/src/entity/common/client.ts +0 -30
  969. package/src/entity/common/service.ts +0 -40
  970. package/src/entity/common/utils.ts +0 -12
  971. package/src/entity/service/factory.ts +0 -44
  972. package/src/entity/service/model.ts +0 -72
  973. package/src/entity/tsv/service.ts +0 -49
  974. package/src/hooks/UseLayoutSpacing/hook.ts +0 -12
  975. package/src/hooks/UseLayoutSpacing/types.ts +0 -8
  976. package/src/hooks/ai/useAiRoutes/hook.ts +0 -22
  977. package/src/hooks/authentication/auth/useAuthReducer.ts +0 -16
  978. package/src/hooks/authentication/authentication/useAuthenticationReducer.ts +0 -16
  979. package/src/hooks/authentication/config/useAuthenticationConfig.ts +0 -13
  980. package/src/hooks/authentication/credentials/useCredentialsReducer.ts +0 -13
  981. package/src/hooks/authentication/profile/types.ts +0 -9
  982. package/src/hooks/authentication/profile/useProfile.ts +0 -21
  983. package/src/hooks/authentication/providers/types.ts +0 -7
  984. package/src/hooks/authentication/providers/useProviders.ts +0 -23
  985. package/src/hooks/authentication/session/useSessionActive.ts +0 -51
  986. package/src/hooks/authentication/session/useSessionCallbackUrl.ts +0 -25
  987. package/src/hooks/authentication/session/useSessionIdleTimer.ts +0 -9
  988. package/src/hooks/authentication/session/useSessionTimeout.ts +0 -40
  989. package/src/hooks/authentication/terra/useAuthenticationForm.ts +0 -120
  990. package/src/hooks/authentication/terra/useAuthenticationNIHExpiry.ts +0 -63
  991. package/src/hooks/authentication/token/types.ts +0 -5
  992. package/src/hooks/authentication/token/useToken.ts +0 -9
  993. package/src/hooks/authentication/token/useTokenReducer.ts +0 -19
  994. package/src/hooks/stateSyncManager/hook.ts +0 -47
  995. package/src/hooks/stateSyncManager/hooks/UseBeforePopState/hook.ts +0 -30
  996. package/src/hooks/stateSyncManager/hooks/UseMetaCommands/hook.ts +0 -30
  997. package/src/hooks/stateSyncManager/hooks/UseMetaCommands/types.ts +0 -4
  998. package/src/hooks/stateSyncManager/hooks/UseStateSync/hook.ts +0 -52
  999. package/src/hooks/stateSyncManager/hooks/UseStateSync/utils.ts +0 -58
  1000. package/src/hooks/stateSyncManager/types.ts +0 -34
  1001. package/src/hooks/types.ts +0 -4
  1002. package/src/hooks/useAsync.ts +0 -100
  1003. package/src/hooks/useBreakpoint.ts +0 -55
  1004. package/src/hooks/useBreakpointHelper.ts +0 -24
  1005. package/src/hooks/useCatalog.ts +0 -17
  1006. package/src/hooks/useCategoryFilter.ts +0 -289
  1007. package/src/hooks/useConfig.tsx +0 -10
  1008. package/src/hooks/useCurrentBreakpoint.ts +0 -23
  1009. package/src/hooks/useCurrentDetailTab.ts +0 -29
  1010. package/src/hooks/useDownloadStatus.ts +0 -31
  1011. package/src/hooks/useEntityExportConfig.ts +0 -16
  1012. package/src/hooks/useEntityHeadTitle.ts +0 -62
  1013. package/src/hooks/useEntityList.ts +0 -206
  1014. package/src/hooks/useEntityService.ts +0 -75
  1015. package/src/hooks/useExploreMode/types.ts +0 -7
  1016. package/src/hooks/useExploreMode/useExploreMode.ts +0 -16
  1017. package/src/hooks/useExploreState.tsx +0 -13
  1018. package/src/hooks/useExportConfig.ts +0 -16
  1019. package/src/hooks/useExportToTerraResponseURL.ts +0 -25
  1020. package/src/hooks/useFeatureFlag/common/entities.ts +0 -4
  1021. package/src/hooks/useFeatureFlag/common/utils.ts +0 -17
  1022. package/src/hooks/useFeatureFlag/useFeatureFlag.ts +0 -19
  1023. package/src/hooks/useFetchEntity.tsx +0 -82
  1024. package/src/hooks/useFetchRequestURL.ts +0 -20
  1025. package/src/hooks/useFileLocation.ts +0 -37
  1026. package/src/hooks/useFileManifest/common/entities.ts +0 -51
  1027. package/src/hooks/useFileManifest/common/utils.ts +0 -218
  1028. package/src/hooks/useFileManifest/useFetchFilesFacets.ts +0 -57
  1029. package/src/hooks/useFileManifest/useFetchSummary.ts +0 -45
  1030. package/src/hooks/useFileManifest/useFileManifest.ts +0 -40
  1031. package/src/hooks/useFileManifest/useFileManifestDownload.ts +0 -118
  1032. package/src/hooks/useFileManifest/useFileManifestFileCount.ts +0 -65
  1033. package/src/hooks/useFileManifest/useFileManifestFormat.ts +0 -23
  1034. package/src/hooks/useFileManifest/useFileManifestSpreadsheet.ts +0 -110
  1035. package/src/hooks/useFileManifestState.ts +0 -13
  1036. package/src/hooks/useHtmlStyle/constants.ts +0 -5
  1037. package/src/hooks/useHtmlStyle/hook.ts +0 -23
  1038. package/src/hooks/useHtmlStyle/types.ts +0 -3
  1039. package/src/hooks/useLocalStorage/common/utils.ts +0 -19
  1040. package/src/hooks/useLocalStorage/useLocalStorage.ts +0 -17
  1041. package/src/hooks/useLocation.ts +0 -25
  1042. package/src/hooks/useRequestFileLocation.ts +0 -154
  1043. package/src/hooks/useRequestManifest/constants.ts +0 -6
  1044. package/src/hooks/useRequestManifest/types.ts +0 -7
  1045. package/src/hooks/useRequestManifest/useRequestManifest.ts +0 -49
  1046. package/src/hooks/useRequestManifest/utils.ts +0 -166
  1047. package/src/hooks/useResetableState.ts +0 -18
  1048. package/src/hooks/useResizeObserver.ts +0 -114
  1049. package/src/hooks/useRouteHistory.ts +0 -65
  1050. package/src/hooks/useRouteRoot.ts +0 -11
  1051. package/src/hooks/useSummary.ts +0 -40
  1052. package/src/hooks/useSystemStatus.ts +0 -10
  1053. package/src/hooks/useURLFilterParams.ts +0 -68
  1054. package/src/hooks/useUpdateURLCatalogParam.ts +0 -21
  1055. package/src/hooks/useUpdateURLSearchParams.ts +0 -20
  1056. package/src/hooks/useWindowResize.ts +0 -52
  1057. package/src/images/cc.svg +0 -18
  1058. package/src/images/logo.svg +0 -3
  1059. package/src/index.ts +0 -1
  1060. package/src/mocks/useRequestFileManifest.mocks.ts +0 -123
  1061. package/src/providers/authentication/auth/actions.ts +0 -17
  1062. package/src/providers/authentication/auth/constants.ts +0 -6
  1063. package/src/providers/authentication/auth/context.ts +0 -9
  1064. package/src/providers/authentication/auth/dispatch.ts +0 -58
  1065. package/src/providers/authentication/auth/hook.ts +0 -11
  1066. package/src/providers/authentication/auth/reducer.ts +0 -25
  1067. package/src/providers/authentication/auth/types.ts +0 -63
  1068. package/src/providers/authentication/authentication/actions.ts +0 -17
  1069. package/src/providers/authentication/authentication/constants.ts +0 -6
  1070. package/src/providers/authentication/authentication/context.ts +0 -8
  1071. package/src/providers/authentication/authentication/dispatch.ts +0 -55
  1072. package/src/providers/authentication/authentication/hook.ts +0 -11
  1073. package/src/providers/authentication/authentication/reducer.ts +0 -34
  1074. package/src/providers/authentication/authentication/types.ts +0 -64
  1075. package/src/providers/authentication/authentication/utils.ts +0 -25
  1076. package/src/providers/authentication/common/types.ts +0 -1
  1077. package/src/providers/authentication/common/utils.ts +0 -11
  1078. package/src/providers/authentication/credentials/actions.ts +0 -17
  1079. package/src/providers/authentication/credentials/constants.ts +0 -5
  1080. package/src/providers/authentication/credentials/context.ts +0 -8
  1081. package/src/providers/authentication/credentials/dispatch.ts +0 -31
  1082. package/src/providers/authentication/credentials/hook.ts +0 -11
  1083. package/src/providers/authentication/credentials/reducer.ts +0 -30
  1084. package/src/providers/authentication/credentials/types.ts +0 -33
  1085. package/src/providers/authentication/terra/context.ts +0 -16
  1086. package/src/providers/authentication/terra/hook.ts +0 -11
  1087. package/src/providers/authentication/terra/hooks/common/constants.ts +0 -31
  1088. package/src/providers/authentication/terra/hooks/common/entities.ts +0 -28
  1089. package/src/providers/authentication/terra/hooks/common/utils.ts +0 -31
  1090. package/src/providers/authentication/terra/hooks/useFetchProfiles.ts +0 -61
  1091. package/src/providers/authentication/terra/hooks/useFetchTerraNIHProfile.ts +0 -96
  1092. package/src/providers/authentication/terra/hooks/useFetchTerraProfile.ts +0 -111
  1093. package/src/providers/authentication/terra/hooks/useFetchTerraTermsOfService.ts +0 -100
  1094. package/src/providers/authentication/terra/hooks/utils.ts +0 -29
  1095. package/src/providers/authentication/terra/provider.tsx +0 -60
  1096. package/src/providers/authentication/terra/types.ts +0 -23
  1097. package/src/providers/authentication/terra/utils.ts +0 -49
  1098. package/src/providers/authentication/token/constants.ts +0 -6
  1099. package/src/providers/authentication/token/dispatch.ts +0 -29
  1100. package/src/providers/authentication/token/reducer.ts +0 -26
  1101. package/src/providers/authentication/token/types.ts +0 -36
  1102. package/src/providers/config.tsx +0 -58
  1103. package/src/providers/dataDictionary/context.ts +0 -6
  1104. package/src/providers/dataDictionary/hook.ts +0 -11
  1105. package/src/providers/dataDictionary/types.ts +0 -6
  1106. package/src/providers/dataDictionaryState/actions/clearMeta/action.ts +0 -18
  1107. package/src/providers/dataDictionaryState/actions/clearMeta/dispatch.ts +0 -13
  1108. package/src/providers/dataDictionaryState/actions/clearMeta/types.ts +0 -8
  1109. package/src/providers/dataDictionaryState/actions/stateToUrl/action.ts +0 -20
  1110. package/src/providers/dataDictionaryState/actions/stateToUrl/dispatch.ts +0 -14
  1111. package/src/providers/dataDictionaryState/actions/stateToUrl/types.ts +0 -15
  1112. package/src/providers/dataDictionaryState/actions/types.ts +0 -20
  1113. package/src/providers/dataDictionaryState/actions/updateColumnFilters/action.ts +0 -24
  1114. package/src/providers/dataDictionaryState/actions/updateColumnFilters/dispatch.ts +0 -16
  1115. package/src/providers/dataDictionaryState/actions/updateColumnFilters/types.ts +0 -12
  1116. package/src/providers/dataDictionaryState/actions/updateColumnFilters/utils.ts +0 -41
  1117. package/src/providers/dataDictionaryState/actions/updateGlobalFilter/action.ts +0 -25
  1118. package/src/providers/dataDictionaryState/actions/updateGlobalFilter/dispatch.ts +0 -16
  1119. package/src/providers/dataDictionaryState/actions/updateGlobalFilter/types.ts +0 -12
  1120. package/src/providers/dataDictionaryState/actions/updateGlobalFilter/utils.ts +0 -50
  1121. package/src/providers/dataDictionaryState/actions/urlToState/action.ts +0 -28
  1122. package/src/providers/dataDictionaryState/actions/urlToState/dispatch.ts +0 -14
  1123. package/src/providers/dataDictionaryState/actions/urlToState/types.ts +0 -11
  1124. package/src/providers/dataDictionaryState/context.ts +0 -9
  1125. package/src/providers/dataDictionaryState/dictionaries/constants.ts +0 -4
  1126. package/src/providers/dataDictionaryState/dictionaries/state.ts +0 -45
  1127. package/src/providers/dataDictionaryState/dictionaries/types.ts +0 -11
  1128. package/src/providers/dataDictionaryState/dictionaries/utils.ts +0 -25
  1129. package/src/providers/dataDictionaryState/hooks/UseDataDictionaryInitialArgs/hook.ts +0 -14
  1130. package/src/providers/dataDictionaryState/hooks/UseDataDictionaryInitialArgs/types.ts +0 -5
  1131. package/src/providers/dataDictionaryState/hooks/UseDataDictionaryReducer/hook.ts +0 -17
  1132. package/src/providers/dataDictionaryState/hooks/UseDataDictionaryState/hook.ts +0 -11
  1133. package/src/providers/dataDictionaryState/initializer/constants.ts +0 -6
  1134. package/src/providers/dataDictionaryState/initializer/initializer.ts +0 -22
  1135. package/src/providers/dataDictionaryState/initializer/utils.ts +0 -39
  1136. package/src/providers/dataDictionaryState/provider.tsx +0 -16
  1137. package/src/providers/dataDictionaryState/reducer.ts +0 -42
  1138. package/src/providers/dataDictionaryState/types.ts +0 -18
  1139. package/src/providers/exploreState/actions/clearMeta/action.ts +0 -18
  1140. package/src/providers/exploreState/actions/clearMeta/dispatch.ts +0 -13
  1141. package/src/providers/exploreState/actions/clearMeta/types.ts +0 -8
  1142. package/src/providers/exploreState/actions/stateToUrl/action.ts +0 -20
  1143. package/src/providers/exploreState/actions/stateToUrl/dispatch.ts +0 -14
  1144. package/src/providers/exploreState/actions/stateToUrl/types.ts +0 -15
  1145. package/src/providers/exploreState/actions/updateFilterSort/action.ts +0 -30
  1146. package/src/providers/exploreState/actions/updateFilterSort/dispatch.ts +0 -16
  1147. package/src/providers/exploreState/actions/updateFilterSort/types.ts +0 -9
  1148. package/src/providers/exploreState/actions/updateFilterSort/utils.ts +0 -30
  1149. package/src/providers/exploreState/actions/updateGrouping/action.ts +0 -26
  1150. package/src/providers/exploreState/actions/updateGrouping/dispatch.ts +0 -16
  1151. package/src/providers/exploreState/actions/updateGrouping/types.ts +0 -11
  1152. package/src/providers/exploreState/actions/updateGrouping/utils.ts +0 -33
  1153. package/src/providers/exploreState/actions/updateVisibility/action.ts +0 -29
  1154. package/src/providers/exploreState/actions/updateVisibility/dispatch.ts +0 -19
  1155. package/src/providers/exploreState/actions/updateVisibility/types.ts +0 -11
  1156. package/src/providers/exploreState/actions/updateVisibility/utils.ts +0 -28
  1157. package/src/providers/exploreState/actions/urlToState/action.ts +0 -74
  1158. package/src/providers/exploreState/actions/urlToState/dispatch.ts +0 -14
  1159. package/src/providers/exploreState/actions/urlToState/types.ts +0 -11
  1160. package/src/providers/exploreState/actions/urlToState/utils.ts +0 -18
  1161. package/src/providers/exploreState/constants.ts +0 -9
  1162. package/src/providers/exploreState/entities/query/buildQuery.ts +0 -66
  1163. package/src/providers/exploreState/entities/state.ts +0 -53
  1164. package/src/providers/exploreState/entities/types.ts +0 -19
  1165. package/src/providers/exploreState/entities.ts +0 -66
  1166. package/src/providers/exploreState/initializer/constants.ts +0 -46
  1167. package/src/providers/exploreState/initializer/utils.ts +0 -339
  1168. package/src/providers/exploreState/payloads/entities.ts +0 -95
  1169. package/src/providers/exploreState/utils.ts +0 -295
  1170. package/src/providers/exploreState.tsx +0 -783
  1171. package/src/providers/fileManifestState/constants.ts +0 -17
  1172. package/src/providers/fileManifestState.tsx +0 -392
  1173. package/src/providers/googleSignInAuthentication/common/types.ts +0 -28
  1174. package/src/providers/googleSignInAuthentication/constants.ts +0 -17
  1175. package/src/providers/googleSignInAuthentication/hooks/useGoogleSignInService.ts +0 -53
  1176. package/src/providers/googleSignInAuthentication/profile/types.ts +0 -15
  1177. package/src/providers/googleSignInAuthentication/profile/utils.ts +0 -29
  1178. package/src/providers/googleSignInAuthentication/provider.tsx +0 -53
  1179. package/src/providers/googleSignInAuthentication/service/constants.ts +0 -16
  1180. package/src/providers/googleSignInAuthentication/service/service.ts +0 -68
  1181. package/src/providers/googleSignInAuthentication/types.ts +0 -7
  1182. package/src/providers/layoutDimensions/constants.ts +0 -6
  1183. package/src/providers/layoutDimensions/context.tsx +0 -10
  1184. package/src/providers/layoutDimensions/hook.ts +0 -7
  1185. package/src/providers/layoutDimensions/provider.tsx +0 -29
  1186. package/src/providers/layoutDimensions/types.ts +0 -17
  1187. package/src/providers/loginGuard/common/types.ts +0 -21
  1188. package/src/providers/loginGuard/context.ts +0 -12
  1189. package/src/providers/loginGuard/hook.ts +0 -14
  1190. package/src/providers/loginGuard/provider.tsx +0 -76
  1191. package/src/providers/nextAuthAuthentication/hooks/useNextAuthService.ts +0 -26
  1192. package/src/providers/nextAuthAuthentication/provider.tsx +0 -42
  1193. package/src/providers/nextAuthAuthentication/service/service.ts +0 -14
  1194. package/src/providers/nextAuthAuthentication/types.ts +0 -9
  1195. package/src/providers/services/provider.tsx +0 -25
  1196. package/src/providers/services/wasPop/context.ts +0 -7
  1197. package/src/providers/services/wasPop/hook.ts +0 -7
  1198. package/src/providers/services/wasPop/provider.tsx +0 -45
  1199. package/src/providers/services/wasPop/types.ts +0 -7
  1200. package/src/providers/systemStatus.tsx +0 -112
  1201. package/src/routes/constants.ts +0 -4
  1202. package/src/services/beforePopState/popStateBus.ts +0 -64
  1203. package/src/services/beforePopState/types.ts +0 -15
  1204. package/src/services/beforePopState/useOnPopState.ts +0 -15
  1205. package/src/services/beforePopState/usePopStateBus.ts +0 -14
  1206. package/src/shared/constants.ts +0 -1
  1207. package/src/shared/utils.ts +0 -34
  1208. package/src/storybook/controls/constants.ts +0 -12
  1209. package/src/storybook/controls/types.ts +0 -4
  1210. package/src/storybook/controls/utils.ts +0 -18
  1211. package/src/storybook/decorators.tsx +0 -17
  1212. package/src/storybook/loremIpsum.ts +0 -5
  1213. package/src/storybook/parameters.ts +0 -14
  1214. package/src/styles/common/constants/app.ts +0 -3
  1215. package/src/styles/common/constants/colorMixes.ts +0 -23
  1216. package/src/styles/common/constants/font.ts +0 -18
  1217. package/src/styles/common/constants/palette.ts +0 -47
  1218. package/src/styles/common/constants/shadows.ts +0 -5
  1219. package/src/styles/common/constants/size.ts +0 -5
  1220. package/src/styles/common/mixins/breakpoints.ts +0 -31
  1221. package/src/styles/common/mixins/typography.ts +0 -15
  1222. package/src/styles/common/mui/alert.ts +0 -24
  1223. package/src/styles/common/mui/button.ts +0 -38
  1224. package/src/styles/common/mui/buttonGroup.ts +0 -46
  1225. package/src/styles/common/mui/chip.ts +0 -36
  1226. package/src/styles/common/mui/drawer.ts +0 -24
  1227. package/src/styles/common/mui/icon.ts +0 -8
  1228. package/src/styles/common/mui/iconButton.ts +0 -40
  1229. package/src/styles/common/mui/inputAdornment.ts +0 -22
  1230. package/src/styles/common/mui/inputBase.ts +0 -38
  1231. package/src/styles/common/mui/link.ts +0 -15
  1232. package/src/styles/common/mui/outlinedInput.ts +0 -14
  1233. package/src/styles/common/mui/paper.ts +0 -10
  1234. package/src/styles/common/mui/popover.ts +0 -19
  1235. package/src/styles/common/mui/stack.ts +0 -33
  1236. package/src/styles/common/mui/stepper.ts +0 -14
  1237. package/src/styles/common/mui/svgIcon.ts +0 -35
  1238. package/src/styles/common/mui/tab.ts +0 -16
  1239. package/src/styles/common/mui/tableCell.ts +0 -40
  1240. package/src/styles/common/mui/tabs.ts +0 -20
  1241. package/src/styles/common/mui/textField.ts +0 -33
  1242. package/src/styles/common/mui/toggleButton.ts +0 -27
  1243. package/src/styles/common/mui/typography.ts +0 -45
  1244. package/src/tests/mui/constants.ts +0 -6
  1245. package/src/tests/testIds.ts +0 -26
  1246. package/src/tests/utils.ts +0 -53
  1247. package/src/theme/common/breakpoints.ts +0 -19
  1248. package/src/theme/common/components.ts +0 -1439
  1249. package/src/theme/common/fontStyles.ts +0 -17
  1250. package/src/theme/common/palette.ts +0 -137
  1251. package/src/theme/common/shadows.ts +0 -29
  1252. package/src/theme/common/typography.ts +0 -154
  1253. package/src/theme/components/index.ts +0 -4
  1254. package/src/theme/components/muiAlert.ts +0 -122
  1255. package/src/theme/components/muiAlertTitle.ts +0 -14
  1256. package/src/theme/components/muiButtonGroup.ts +0 -83
  1257. package/src/theme/components/muiTableCell.ts +0 -53
  1258. package/src/theme/theme.ts +0 -45
  1259. package/src/theme/types.ts +0 -5
  1260. package/src/types/error.ts +0 -21
  1261. package/src/utils/database.ts +0 -58
  1262. package/src/utils/fetchQueryParams.ts +0 -27
  1263. package/src/utils/formatCountSize.ts +0 -27
  1264. package/src/utils/formatFileSize.ts +0 -26
  1265. package/src/utils/mdx/files/mapMDXSlugByFilePaths.ts +0 -48
  1266. package/src/utils/mdx/files/resolveRelativeDirs.ts +0 -10
  1267. package/src/utils/mdx/frontmatter/getMatter.ts +0 -13
  1268. package/src/utils/mdx/frontmatter/types.ts +0 -7
  1269. package/src/utils/mdx/frontmatter/validateMatter.ts +0 -20
  1270. package/src/utils/mdx/plugins/rehypeSlug.ts +0 -64
  1271. package/src/utils/mdx/plugins/remarkHeadings.ts +0 -66
  1272. package/src/utils/mdx/plugins/types.ts +0 -4
  1273. package/src/utils/mdx/plugins/utils.ts +0 -39
  1274. package/src/utils/mdx/staticGeneration/staticPaths.ts +0 -18
  1275. package/src/utils/mdx/staticGeneration/staticProps.ts +0 -61
  1276. package/src/utils/mdx/staticGeneration/types.ts +0 -16
  1277. package/src/utils/mdx/staticGeneration/utils.ts +0 -32
  1278. package/src/utils/parseJsonQueryParam.ts +0 -27
  1279. package/src/utils/replaceParameters.ts +0 -23
  1280. package/src/utils/ssr.ts +0 -5
  1281. package/src/utils/stateToUrlQuery.ts +0 -40
  1282. package/src/utils/tests.ts +0 -39
  1283. package/src/utils/typeGuards.ts +0 -8
  1284. package/src/utils/url.ts +0 -20
  1285. package/src/viewModelBuilders/common/entities.ts +0 -4
  1286. package/src/viewModelBuilders/common/utils.ts +0 -45
  1287. package/src/views/ContentView/contentView.stories.tsx +0 -105
  1288. package/src/views/ContentView/contentView.tsx +0 -29
  1289. package/src/views/DataDictionaryView/dataDictionaryView.tsx +0 -35
  1290. package/src/views/DataDictionaryView/types.ts +0 -5
  1291. package/src/views/DataDictionaryView/utils.ts +0 -23
  1292. package/src/views/EntityDetailView/entityDetailView.tsx +0 -90
  1293. package/src/views/EntityExportMethodView/entityExportMethodView.tsx +0 -67
  1294. package/src/views/EntityExportView/entityExportView.tsx +0 -39
  1295. package/src/views/ExploreView/entityList/filters/components/ToggleButtonGroup/toggleButtonGroup.styles.ts +0 -25
  1296. package/src/views/ExploreView/entityList/filters/components/ToggleButtonGroup/toggleButtonGroup.tsx +0 -35
  1297. package/src/views/ExploreView/entityList/filters/filters.styles.ts +0 -19
  1298. package/src/views/ExploreView/exploreView.tsx +0 -208
  1299. package/src/views/ExploreView/hooks/UseUpdateFilterSort/hook.ts +0 -20
  1300. package/src/views/ExploreView/hooks/UseUpdateFilterSort/types.ts +0 -7
  1301. package/src/views/ExploreView/utils.ts +0 -25
  1302. package/src/views/ExportMethodView/exportMethodView.tsx +0 -42
  1303. package/src/views/ExportView/exportView.tsx +0 -32
  1304. package/src/views/LoginView/loginView.tsx +0 -24
  1305. package/src/views/ResearchView/assistant/assistant.tsx +0 -28
  1306. package/src/views/ResearchView/assistant/components/Drawer/drawer.styles.ts +0 -24
  1307. package/src/views/ResearchView/assistant/components/Drawer/drawer.tsx +0 -26
  1308. package/src/views/ResearchView/assistant/components/Drawer/types.ts +0 -5
  1309. package/src/views/ResearchView/assistant/components/Form/constants.ts +0 -3
  1310. package/src/views/ResearchView/assistant/components/Form/form.styles.ts +0 -8
  1311. package/src/views/ResearchView/assistant/components/Form/form.tsx +0 -33
  1312. package/src/views/ResearchView/assistant/components/Form/types.ts +0 -9
  1313. package/src/views/ResearchView/assistant/components/Form/utils.ts +0 -51
  1314. package/src/views/ResearchView/assistant/components/Input/constants.ts +0 -16
  1315. package/src/views/ResearchView/assistant/components/Input/hooks/UseControlledInput/hook.ts +0 -33
  1316. package/src/views/ResearchView/assistant/components/Input/hooks/UseControlledInput/types.ts +0 -12
  1317. package/src/views/ResearchView/assistant/components/Input/hooks/UseKeyShortCuts/constants.ts +0 -7
  1318. package/src/views/ResearchView/assistant/components/Input/hooks/UseKeyShortCuts/hook.ts +0 -47
  1319. package/src/views/ResearchView/assistant/components/Input/hooks/UseKeyShortCuts/types.ts +0 -13
  1320. package/src/views/ResearchView/assistant/components/Input/hooks/UseKeyShortCuts/utils.ts +0 -95
  1321. package/src/views/ResearchView/assistant/components/Input/input.styles.ts +0 -21
  1322. package/src/views/ResearchView/assistant/components/Input/input.tsx +0 -46
  1323. package/src/views/ResearchView/assistant/components/Input/stories/input.stories.tsx +0 -21
  1324. package/src/views/ResearchView/assistant/components/Input/types.ts +0 -4
  1325. package/src/views/ResearchView/assistant/components/Input/utils.ts +0 -34
  1326. package/src/views/ResearchView/assistant/components/Messages/components/AssistantMessage/assistantMessage.tsx +0 -21
  1327. package/src/views/ResearchView/assistant/components/Messages/components/AssistantMessage/types.ts +0 -5
  1328. package/src/views/ResearchView/assistant/components/Messages/components/ErrorMessage/errorMessage.tsx +0 -21
  1329. package/src/views/ResearchView/assistant/components/Messages/components/ErrorMessage/types.ts +0 -5
  1330. package/src/views/ResearchView/assistant/components/Messages/components/PromptMessage/components/Chips/chips.styles.ts +0 -27
  1331. package/src/views/ResearchView/assistant/components/Messages/components/PromptMessage/components/Chips/chips.tsx +0 -31
  1332. package/src/views/ResearchView/assistant/components/Messages/components/PromptMessage/components/Chips/types.ts +0 -6
  1333. package/src/views/ResearchView/assistant/components/Messages/components/PromptMessage/promptMessage.tsx +0 -26
  1334. package/src/views/ResearchView/assistant/components/Messages/components/PromptMessage/types.ts +0 -6
  1335. package/src/views/ResearchView/assistant/components/Messages/components/UserMessage/types.ts +0 -5
  1336. package/src/views/ResearchView/assistant/components/Messages/components/UserMessage/useMessage.styles.ts +0 -11
  1337. package/src/views/ResearchView/assistant/components/Messages/components/UserMessage/userMessage.tsx +0 -21
  1338. package/src/views/ResearchView/assistant/components/Messages/hooks/UseScroll/hook.ts +0 -25
  1339. package/src/views/ResearchView/assistant/components/Messages/messages.styles.ts +0 -10
  1340. package/src/views/ResearchView/assistant/components/Messages/messages.tsx +0 -29
  1341. package/src/views/ResearchView/assistant/components/Messages/selector/messageSelector.tsx +0 -37
  1342. package/src/views/ResearchView/assistant/components/Messages/selector/types.ts +0 -6
  1343. package/src/views/ResearchView/assistant/components/Messages/stories/args.ts +0 -115
  1344. package/src/views/ResearchView/assistant/components/Messages/stories/messages.stories.tsx +0 -24
  1345. package/src/views/ResearchView/assistant/components/Messages/types.ts +0 -5
  1346. package/src/views/ResearchView/assistant/components/ToggleButtonGroup/stories/toggleButtonGroup.stories.tsx +0 -22
  1347. package/src/views/ResearchView/assistant/components/ToggleButtonGroup/toggleButtonGroup.styles.ts +0 -22
  1348. package/src/views/ResearchView/assistant/components/ToggleButtonGroup/toggleButtonGroup.tsx +0 -34
  1349. package/src/views/ResearchView/assistant/stories/args.ts +0 -36
  1350. package/src/views/ResearchView/assistant/stories/assistant.stories.tsx +0 -39
  1351. package/src/views/ResearchView/query/constants.ts +0 -5
  1352. package/src/views/ResearchView/query/fetch.ts +0 -58
  1353. package/src/views/ResearchView/researchView.tsx +0 -19
  1354. package/src/views/ResearchView/state/actions/setError/action.ts +0 -22
  1355. package/src/views/ResearchView/state/actions/setError/dispatch.ts +0 -14
  1356. package/src/views/ResearchView/state/actions/setError/types.ts +0 -16
  1357. package/src/views/ResearchView/state/actions/setMessage/action.ts +0 -26
  1358. package/src/views/ResearchView/state/actions/setMessage/dispatch.ts +0 -14
  1359. package/src/views/ResearchView/state/actions/setMessage/types.ts +0 -19
  1360. package/src/views/ResearchView/state/actions/setQuery/action.ts +0 -22
  1361. package/src/views/ResearchView/state/actions/setQuery/dispatch.ts +0 -14
  1362. package/src/views/ResearchView/state/actions/setQuery/types.ts +0 -16
  1363. package/src/views/ResearchView/state/actions/setStatus/action.ts +0 -19
  1364. package/src/views/ResearchView/state/actions/setStatus/dispatch.ts +0 -14
  1365. package/src/views/ResearchView/state/actions/setStatus/types.ts +0 -16
  1366. package/src/views/ResearchView/state/actions/types.ts +0 -23
  1367. package/src/views/ResearchView/state/constants.ts +0 -9
  1368. package/src/views/ResearchView/state/context.ts +0 -11
  1369. package/src/views/ResearchView/state/guards/guards.ts +0 -58
  1370. package/src/views/ResearchView/state/hooks/UseChatDispatch/hook.ts +0 -46
  1371. package/src/views/ResearchView/state/hooks/UseChatDispatch/types.ts +0 -11
  1372. package/src/views/ResearchView/state/hooks/UseChatReducer/hook.ts +0 -15
  1373. package/src/views/ResearchView/state/hooks/UseChatState/hook.ts +0 -14
  1374. package/src/views/ResearchView/state/initializer/initializer.ts +0 -23
  1375. package/src/views/ResearchView/state/initializer/types.ts +0 -3
  1376. package/src/views/ResearchView/state/provider.tsx +0 -34
  1377. package/src/views/ResearchView/state/query/context.ts +0 -9
  1378. package/src/views/ResearchView/state/query/hooks/UseQuery/hook.ts +0 -11
  1379. package/src/views/ResearchView/state/query/hooks/UseSubmit/hook.ts +0 -71
  1380. package/src/views/ResearchView/state/query/provider.tsx +0 -27
  1381. package/src/views/ResearchView/state/query/types.ts +0 -31
  1382. package/src/views/ResearchView/state/reducer.ts +0 -34
  1383. package/src/views/ResearchView/state/types.ts +0 -149
@@ -1,100 +0,0 @@
1
- /**
2
- * Hook to make API async calls and handles the API result state.
3
- */
4
- import { useCallback, useEffect, useReducer, useRef } from "react";
5
- import { DataExplorerError } from "../types/error";
6
-
7
- /**
8
- * Hook to safely call async functions and managing the result's state.
9
- * @param state - API request's initial state. Default to idle
10
- * @returns set of functions to be used to as request handlers
11
- */
12
- // eslint-disable-next-line @typescript-eslint/explicit-function-return-type -- TODO revisit return type here
13
- export const useAsync = <T>(state: State<T> = { status: "idle" }) => {
14
- const initialStateRef = useRef<State<T>>(state);
15
- const [{ data, error, status }, setState] = useReducer(
16
- (s: State<T>, a: State<T>) => ({ ...s, ...a }),
17
- initialStateRef.current,
18
- );
19
-
20
- const safeSetState = useSafeDispatch(setState);
21
-
22
- const setData = useCallback(
23
- (data?: T) => safeSetState({ data, status: "resolved" }),
24
- [safeSetState],
25
- );
26
- const setError = useCallback(
27
- (error: Error) => safeSetState({ error, status: "rejected" }),
28
- [safeSetState],
29
- );
30
- const reset = useCallback(
31
- () => safeSetState(initialStateRef.current),
32
- [safeSetState],
33
- );
34
-
35
- if (error) {
36
- throw new DataExplorerError(error);
37
- }
38
-
39
- const run = useCallback(
40
- (promise: Promise<T>) => {
41
- if (!promise || !promise.then) {
42
- throw new Error(
43
- `The argument passed to useAsync().run must be a promise.`,
44
- );
45
- }
46
- safeSetState({ status: "pending" });
47
- return promise.then(
48
- (data: T) => {
49
- setData(data);
50
- return data;
51
- },
52
- (error: Error) => {
53
- setError(error);
54
- return Promise.reject(error);
55
- },
56
- );
57
- },
58
- [safeSetState, setData, setError],
59
- );
60
-
61
- return {
62
- data,
63
- error,
64
- isError: status === "rejected",
65
- isIdle: status === "idle",
66
- isLoading: status === "pending",
67
- isSuccess: status === "resolved",
68
- reset,
69
- run,
70
- status,
71
- };
72
- };
73
-
74
- /**
75
- * Hook to safely call an async function, by checking if the component is mounted before the call
76
- * @param dispatch - Function to be called in case the component is mounted.
77
- * @returns A memoized function that will call the @dispatch param or nothing.
78
- */
79
- // eslint-disable-next-line @typescript-eslint/explicit-function-return-type -- TODO revisit return type here
80
- const useSafeDispatch = <T>(dispatch: (args: T) => void) => {
81
- const mounted = useRef(false);
82
- useEffect(() => {
83
- mounted.current = true;
84
- return (): void => {
85
- mounted.current = false;
86
- };
87
- }, []);
88
- return useCallback(
89
- (args: T) => (mounted.current ? dispatch(args) : void 0),
90
- [dispatch],
91
- );
92
- };
93
-
94
- type Error = { message: string };
95
-
96
- interface State<T> {
97
- data?: T;
98
- error?: Error;
99
- status: "idle" | "pending" | "rejected" | "resolved";
100
- }
@@ -1,55 +0,0 @@
1
- import { BREAKPOINT_FN_NAME, useBreakpointHelper } from "./useBreakpointHelper";
2
- import {
3
- UseCurrentBreakpoint,
4
- useCurrentBreakpoint,
5
- } from "./useCurrentBreakpoint";
6
-
7
- export type UseBreakpoint = {
8
- breakpoint?: UseCurrentBreakpoint; // current breakpoint.
9
- lg: boolean; // desktop.
10
- lgDown: boolean;
11
- lgUp: boolean;
12
- md: boolean; // small desktop.
13
- mdDown: boolean;
14
- mdUp: boolean;
15
- sm: boolean; // tablet.
16
- smDown: boolean;
17
- smUp: boolean;
18
- xs: boolean; // mobile.
19
- xsDown: boolean;
20
- xsUp: boolean;
21
- };
22
-
23
- export const useBreakpoint = (): UseBreakpoint => {
24
- const breakpoint = useCurrentBreakpoint();
25
- // Current breakpoint.
26
- const xs = breakpoint === "xs";
27
- const sm = breakpoint === "sm";
28
- const md = breakpoint === "md";
29
- const lg = breakpoint === "lg";
30
- // Current breakpoint, down.
31
- const xsDown = useBreakpointHelper(BREAKPOINT_FN_NAME.DOWN, "xs");
32
- const smDown = useBreakpointHelper(BREAKPOINT_FN_NAME.DOWN, "sm");
33
- const mdDown = useBreakpointHelper(BREAKPOINT_FN_NAME.DOWN, "md");
34
- const lgDown = useBreakpointHelper(BREAKPOINT_FN_NAME.DOWN, "lg");
35
- // Current breakpoint, up.
36
- const xsUp = useBreakpointHelper(BREAKPOINT_FN_NAME.UP, "xs");
37
- const smUp = useBreakpointHelper(BREAKPOINT_FN_NAME.UP, "sm");
38
- const mdUp = useBreakpointHelper(BREAKPOINT_FN_NAME.UP, "md");
39
- const lgUp = useBreakpointHelper(BREAKPOINT_FN_NAME.UP, "lg");
40
- return {
41
- breakpoint,
42
- lg,
43
- lgDown,
44
- lgUp,
45
- md,
46
- mdDown,
47
- mdUp,
48
- sm,
49
- smDown,
50
- smUp,
51
- xs,
52
- xsDown,
53
- xsUp,
54
- };
55
- };
@@ -1,24 +0,0 @@
1
- import { Breakpoint, Theme, useMediaQuery } from "@mui/material";
2
-
3
- /**
4
- * Hook utilising Mui's breakpoint helper (media query hook).
5
- * https://mui.com/material-ui/react-use-media-query/#using-muis-breakpoint-helpers
6
- */
7
-
8
- export enum BREAKPOINT_FN_NAME {
9
- DOWN = "down",
10
- ONLY = "only",
11
- UP = "up",
12
- }
13
-
14
- type BreakpointFnName = BREAKPOINT_FN_NAME;
15
- export type BreakpointKey = Breakpoint;
16
-
17
- export const useBreakpointHelper = (
18
- fnName: BreakpointFnName,
19
- breakpointKey: BreakpointKey,
20
- ): boolean => {
21
- return useMediaQuery((theme: Theme) =>
22
- theme.breakpoints[fnName](breakpointKey),
23
- );
24
- };
@@ -1,17 +0,0 @@
1
- import { useConfig } from "./useConfig";
2
- import { useExploreState } from "./useExploreState";
3
-
4
- /**
5
- * Returns configured catalog value.
6
- * @returns catalog value.
7
- */
8
- export const useCatalog = (): string | undefined => {
9
- const { config } = useConfig();
10
- const {
11
- exploreState: { catalogState },
12
- } = useExploreState();
13
- const { dataSource } = config;
14
- const { defaultParams } = dataSource || {};
15
- const { catalog } = defaultParams || {};
16
- return catalogState || catalog;
17
- };
@@ -1,289 +0,0 @@
1
- import { CategoryConfig } from "../common/categories/config/types";
2
- import { findSelectCategoryConfig } from "../common/categories/config/utils";
3
- import { isRangeCategory } from "../common/categories/models/range/typeGuards";
4
- import { buildNextRangeFilterState } from "../common/categories/models/range/utils";
5
- import { buildNextSelectFilterState } from "../common/categories/models/select/utils";
6
- import { Category } from "../common/categories/models/types";
7
- import { buildRangeCategoryView } from "../common/categories/views/range/utils";
8
- import { CategoryView, VIEW_KIND } from "../common/categories/views/types";
9
- import { COLLATOR_CASE_INSENSITIVE } from "../common/constants";
10
- import {
11
- CategoryKey,
12
- CategoryValueKey,
13
- ClearAll,
14
- Filters,
15
- SelectCategory,
16
- SelectCategoryValue,
17
- SelectCategoryValueView,
18
- SelectCategoryView,
19
- SelectedFilter,
20
- } from "../common/entities";
21
- import { FILTER_SORT } from "../common/filters/sort/config/types";
22
- import { sortCategoryValueViews } from "../common/filters/sort/models/utils";
23
-
24
- /**
25
- * State backing filter functionality and calculations. Converted to view model for display.
26
- */
27
- export type FilterState = Filters;
28
-
29
- /**
30
- * Function invoked when selected state of a category value is toggled or range is selected.
31
- */
32
- export type OnFilterFn = (
33
- categoryKey: CategoryKey | ClearAll,
34
- selectedCategoryValue: CategoryValueKey,
35
- selected: boolean,
36
- categorySection?: string,
37
- viewKind?: VIEW_KIND,
38
- searchTerm?: string,
39
- ) => void;
40
-
41
- /**
42
- * Build the view-specific model of the given category value.
43
- * @param categoryValue - The category value to build a view model of.
44
- * @param categorySelectedFilter - Current filter state for a category.
45
- * @returns Full built category value view, ready for display.
46
- */
47
- function buildCategoryValueView(
48
- categoryValue: SelectCategoryValue,
49
- categorySelectedFilter?: SelectedFilter,
50
- ): SelectCategoryValueView {
51
- // Determine if the category value is currently selected.
52
- const selected = isCategoryValueSelected(
53
- categoryValue.key,
54
- categorySelectedFilter,
55
- );
56
-
57
- // Build view model.
58
- return {
59
- count: categoryValue.count,
60
- key: categoryValue.key,
61
- label: categoryValue.label,
62
- selected,
63
- };
64
- }
65
-
66
- /**
67
- * Build the view-specific model of the given select category, including the category label pulled from the config.
68
- * @param selectCategory - The select category to build a view model of.
69
- * @param selectCategoryValueViews - Set of select category value view models for the given category.
70
- * @param categoryConfigs - Category configs indicating accept list as well as label configuration.
71
- * @returns Full built select category view, ready for display.
72
- */
73
- function buildCategoryView(
74
- selectCategory: SelectCategory,
75
- selectCategoryValueViews: SelectCategoryValueView[],
76
- categoryConfigs: CategoryConfig[],
77
- ): SelectCategoryView {
78
- const selectCategoryConfig = findSelectCategoryConfig(
79
- selectCategory.key,
80
- categoryConfigs,
81
- );
82
- const mapSelectCategoryValue =
83
- selectCategoryConfig?.mapSelectCategoryValue || getSelectCategoryValue;
84
- return {
85
- annotation: selectCategoryConfig?.annotation,
86
- chart: selectCategoryConfig?.chart,
87
- isDisabled: false,
88
- key: selectCategory.key,
89
- label: getCategoryLabel(selectCategory.key, selectCategoryConfig),
90
- values: selectCategoryValueViews.map(mapSelectCategoryValue),
91
- };
92
- }
93
-
94
- /**
95
- * Build view-specific models from filter state, to facilitate easy rendering.
96
- * @param categories - Categories, category value and their counts with the current filter applied.
97
- * @param categoryConfigs - Category configs indicating accept list as well as label configuration.
98
- * @param filterState - Current set of selected category and category values.
99
- * @param filterSort - Sort configuration (ALPHA or COUNT).
100
- * @returns Array of category view objects.
101
- */
102
- export function buildCategoryViews(
103
- categories: Category[],
104
- categoryConfigs: CategoryConfig[] | undefined,
105
- filterState: FilterState,
106
- filterSort: FILTER_SORT,
107
- ): CategoryView[] {
108
- if (!categories || !categoryConfigs) {
109
- return [];
110
- }
111
-
112
- // Determine the set of categories to display.
113
- const acceptListCategories = categories.filter((category) =>
114
- isCategoryAcceptListed(category, categoryConfigs),
115
- );
116
-
117
- // Build view models for each category.
118
- const views = acceptListCategories.map((category) => {
119
- // Get the set of selected values for this category, if any.
120
- const categorySelectedFilter = getCategorySelectedFilter(
121
- category.key,
122
- filterState,
123
- );
124
-
125
- // Build view model for range categories.
126
- if (isRangeCategory(category)) {
127
- return buildRangeCategoryView(
128
- category,
129
- categoryConfigs,
130
- categorySelectedFilter,
131
- );
132
- }
133
-
134
- // Build view model for single or multiselect categories.
135
- const categoryValueViews = category.values.map((categoryValue) =>
136
- buildCategoryValueView(categoryValue, categorySelectedFilter),
137
- );
138
-
139
- // Sort category value views based on filter sort configuration.
140
- sortCategoryValueViews(categoryValueViews, filterSort);
141
-
142
- // Build category view model.
143
- return buildCategoryView(category, categoryValueViews, categoryConfigs);
144
- });
145
-
146
- // Sort and return category views.
147
- views.sort(sortCategoryViews);
148
- return views;
149
- }
150
-
151
- /**
152
- * Build new set of selected filters on de/select of filter.
153
- * @param filterState - Current set of selected category and category values.
154
- * @param categoryKey - Key of category that has been de/selected.
155
- * @param selectedValue - Key of category value that has been de/selected
156
- * @param selected - True if value is selected, false if de-selected.
157
- * @param viewKind - View kind.
158
- * @returns New filter state generated from the current set of selected values and the newly selected value.
159
- */
160
- export function buildNextFilterState(
161
- filterState: FilterState,
162
- categoryKey: CategoryKey,
163
- selectedValue: CategoryValueKey,
164
- selected: boolean,
165
- viewKind?: VIEW_KIND,
166
- ): FilterState {
167
- // Check if the selected category already has selected values.
168
- const categorySelectedFilter = getCategorySelectedFilter(
169
- categoryKey,
170
- filterState,
171
- );
172
-
173
- // Create a copy of the current filter state. Remove the selected filter for the selected category, if any.
174
- const nextFilterState = filterState.filter(
175
- (selectedFilter: SelectedFilter) =>
176
- selectedFilter !== categorySelectedFilter,
177
- );
178
-
179
- // Create new selected filter for this category. Copy values currently selected for this category, if any.
180
- const nextCategorySelectedFilter = {
181
- categoryKey,
182
- value: categorySelectedFilter ? [...categorySelectedFilter.value] : [],
183
- };
184
-
185
- // Build next filter state for category.
186
- if (viewKind === VIEW_KIND.RANGE) {
187
- // Handle range category.
188
- buildNextRangeFilterState(
189
- nextCategorySelectedFilter,
190
- selectedValue,
191
- selected,
192
- );
193
- } else {
194
- // Handle select category.
195
- buildNextSelectFilterState(
196
- nextCategorySelectedFilter,
197
- selectedValue,
198
- selected,
199
- );
200
- }
201
-
202
- // Add the new selected filter for this category to the set of selected filters, if there are selected values for it.
203
- if (nextCategorySelectedFilter.value.length) {
204
- nextFilterState.push(nextCategorySelectedFilter);
205
- }
206
-
207
- return nextFilterState;
208
- }
209
-
210
- /**
211
- * Get the selected values for the given category, if any.
212
- * @param categoryKey - Key of category to check if it has any selected category values.
213
- * @param filterState - Current set of selected category and category values.
214
- * @returns The selected filter (i.e. the set of selected values) for the given category.
215
- */
216
- function getCategorySelectedFilter(
217
- categoryKey: CategoryKey,
218
- filterState: FilterState,
219
- ): SelectedFilter | undefined {
220
- return filterState.find((filter) => filter.categoryKey === categoryKey);
221
- }
222
-
223
- /**
224
- * Get the label for the given category key as per the config.
225
- * @param key - Key of category to find label of.
226
- * @param categoryConfig - Category.
227
- * @returns the display value for the given category.
228
- */
229
- function getCategoryLabel(
230
- key: string,
231
- categoryConfig?: CategoryConfig,
232
- ): string {
233
- if (!categoryConfig) {
234
- return key;
235
- }
236
- return categoryConfig.label;
237
- }
238
-
239
- /**
240
- * Default function returning select category value, unmodified.
241
- * @param selectCategoryValue - Select category value.
242
- * @returns original select category value.
243
- */
244
- export function getSelectCategoryValue(
245
- selectCategoryValue: SelectCategoryValue,
246
- ): SelectCategoryValue {
247
- return selectCategoryValue;
248
- }
249
-
250
- /**
251
- * Determine if given category value is selected.
252
- * @param categoryValueKey - The key of the category value to check if selected in the filter state.
253
- * @param categorySelectedFilter - Current filter state for a category.
254
- * @returns True if category value is in the set of currently selected values.
255
- */
256
- function isCategoryValueSelected(
257
- categoryValueKey: CategoryValueKey,
258
- categorySelectedFilter?: SelectedFilter,
259
- ): boolean {
260
- if (!categorySelectedFilter) {
261
- return false;
262
- }
263
- return categorySelectedFilter.value.includes(categoryValueKey);
264
- }
265
-
266
- /**
267
- * Determine if category is to be included in filter.
268
- * @param category - Category to check if included in accept list.
269
- * @param categoryConfigs - Category accept list.
270
- * @returns true if category is to be included in filter.
271
- */
272
- function isCategoryAcceptListed(
273
- category: Category,
274
- categoryConfigs: CategoryConfig[],
275
- ): boolean {
276
- return categoryConfigs.some(
277
- (categoryConfig) => categoryConfig.key === category.key,
278
- );
279
- }
280
-
281
- /**
282
- * Sort category views by display label, ascending.
283
- * @param c0 - First category view to compare.
284
- * @param c1 - Second category view to compare.
285
- * @returns Number indicating sort precedence of c0 vs c1.
286
- */
287
- function sortCategoryViews(c0: CategoryView, c1: CategoryView): number {
288
- return COLLATOR_CASE_INSENSITIVE.compare(c0.label, c1.label);
289
- }
@@ -1,10 +0,0 @@
1
- import { useContext } from "react";
2
- import { ConfigContext, ConfigContextProps } from "../providers/config";
3
-
4
- /**
5
- * Returns configuration context.
6
- * @returns configuration context.
7
- */
8
- export const useConfig = (): ConfigContextProps => {
9
- return useContext(ConfigContext);
10
- };
@@ -1,23 +0,0 @@
1
- import { Breakpoint } from "@mui/material";
2
- import { useMemo } from "react";
3
- import {
4
- BREAKPOINT_FN_NAME,
5
- BreakpointKey,
6
- useBreakpointHelper,
7
- } from "./useBreakpointHelper";
8
-
9
- export type UseCurrentBreakpoint = BreakpointKey | undefined;
10
-
11
- const breakpointKeys: BreakpointKey[] = ["xs", "sm", "md", "lg"];
12
-
13
- export const useCurrentBreakpoint = (): UseCurrentBreakpoint => {
14
- const xs = useBreakpointHelper(BREAKPOINT_FN_NAME.ONLY, "xs");
15
- const sm = useBreakpointHelper(BREAKPOINT_FN_NAME.ONLY, "sm");
16
- const md = useBreakpointHelper(BREAKPOINT_FN_NAME.ONLY, "md");
17
- const lg = useBreakpointHelper(BREAKPOINT_FN_NAME.ONLY, "lg");
18
- const breakpoints: Record<Breakpoint, boolean> = useMemo(
19
- () => ({ lg, md, sm, xs }),
20
- [lg, md, sm, xs],
21
- );
22
- return breakpointKeys.find((key) => breakpoints[key]);
23
- };
@@ -1,29 +0,0 @@
1
- import { useRouter } from "next/router";
2
- import { PARAMS_INDEX_TAB } from "../common/constants";
3
- import { BackPageTabConfig } from "../config/entities";
4
- import { useConfig } from "./useConfig";
5
-
6
- /**
7
- * Model of current selected tab and the tab's corresponding route in the set of tabs.
8
- */
9
- export interface CurrentDetailTab {
10
- currentTab: BackPageTabConfig;
11
- route: string;
12
- }
13
-
14
- /**
15
- * Hook to get the current tab and its route that will be used to create the detail page.
16
- * @returns Current tab and current tab route.
17
- */
18
- export const useCurrentDetailTab = (): CurrentDetailTab => {
19
- const router = useRouter();
20
- const { entityConfig } = useConfig();
21
- const { detail } = entityConfig;
22
- const { tabs } = detail;
23
- const tabRoute = router.query.params?.[PARAMS_INDEX_TAB] ?? "";
24
- const currentTab = tabs.find(({ route }) => route === tabRoute) || tabs[0];
25
- return {
26
- currentTab,
27
- route: tabRoute,
28
- };
29
- };
@@ -1,31 +0,0 @@
1
- import { useSystemStatus } from "./useSystemStatus";
2
-
3
- enum DOWNLOAD_STATUS {
4
- DEFAULT = "DEFAULT",
5
- INDEXING = "INDEXING",
6
- }
7
-
8
- const DOWNLOAD_STATUS_MESSAGE = {
9
- DEFAULT: null,
10
- INDEXING: "Downloads and exports are disabled while indexing is in progress.",
11
- };
12
-
13
- export interface DownloadStatus {
14
- disabled: boolean;
15
- isLoading: boolean;
16
- message: string | null;
17
- }
18
-
19
- /**
20
- * Returns download status.
21
- * @returns download status.
22
- */
23
- export const useDownloadStatus = (): DownloadStatus => {
24
- const { indexing, loading: isLoading } = useSystemStatus();
25
- const status = indexing ? DOWNLOAD_STATUS.INDEXING : DOWNLOAD_STATUS.DEFAULT;
26
- return {
27
- disabled: indexing,
28
- isLoading,
29
- message: DOWNLOAD_STATUS_MESSAGE[status],
30
- };
31
- };
@@ -1,16 +0,0 @@
1
- import { ExportConfig } from "../config/entities";
2
- import { useConfig } from "./useConfig";
3
-
4
- /**
5
- * Returns the export configuration for the given entity.
6
- * @returns export configuration.
7
- */
8
- export const useEntityExportConfig = (): ExportConfig => {
9
- const { entityConfig } = useConfig();
10
-
11
- if (!entityConfig.export) {
12
- throw new Error("This entity config does not have an export field set");
13
- }
14
-
15
- return entityConfig.export;
16
- };
@@ -1,62 +0,0 @@
1
- import { useMemo } from "react";
2
- import { TabConfig } from "../config/entities";
3
- import { useConfig } from "./useConfig";
4
- import { useCurrentDetailTab } from "./useCurrentDetailTab";
5
-
6
- /**
7
- * Returns dynamically generated title for use in the <Head> component.
8
- * The title combines the entity title, current tab name, and application title, if available.
9
- * @param response - Entity response.
10
- * @returns dynamically generated title for use in the <Head> component.
11
- */
12
- export const useEntityHeadTitle = <T>(response: T): string | undefined => {
13
- const { config, entityConfig } = useConfig();
14
- const { currentTab } = useCurrentDetailTab();
15
- const { appTitle } = config;
16
- const { getTitle: getEntityTitle } = entityConfig;
17
- // Get the tab name from the current tab.
18
- const tabName = getTabName(currentTab);
19
- // Get the entity title from the response.
20
- const entityTitle = getEntityTitle?.(response);
21
-
22
- return useMemo(
23
- () => getTitle(appTitle, tabName, entityTitle),
24
- [appTitle, tabName, entityTitle],
25
- );
26
- };
27
-
28
- /**
29
- * Returns the tab name as a string for the current tab, from the given tab configuration.
30
- * For the case where tab label is not a string, default to tab name.
31
- * @param tab - Tab configuration.
32
- * @returns tab name.
33
- */
34
- function getTabName(tab: TabConfig): string | undefined {
35
- const { label, tabName } = tab;
36
- return typeof label === "string" ? label : tabName;
37
- }
38
-
39
- /**
40
- * Returns the full title string for the <Head> element by combining the app title, tab name, and entity title.
41
- * @param appTitle - App title.
42
- * @param tabName - Tab name.
43
- * @param entityTitle - Entity title.
44
- * @returns full title string for the <Head> element.
45
- */
46
- function getTitle(
47
- appTitle: string,
48
- tabName?: string,
49
- entityTitle?: string,
50
- ): string | undefined {
51
- const titles = [];
52
- if (entityTitle) {
53
- titles.push(entityTitle);
54
- }
55
- if (tabName) {
56
- titles.push(tabName);
57
- }
58
- if (titles.length > 0) {
59
- titles.push(appTitle);
60
- return titles.join(" - ");
61
- }
62
- }