@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.
- package/README.md +32 -19
- package/package.json +1 -2
- package/types/data-explorer-ui.d.ts +6 -7
- package/src/apis/azul/common/constants.ts +0 -7
- package/src/apis/azul/common/entities.ts +0 -185
- package/src/apis/azul/common/filterTransformer.ts +0 -149
- package/src/apis/azul/common/utils.ts +0 -21
- package/src/common/ai/config/types.ts +0 -25
- package/src/common/ai/constants.ts +0 -3
- package/src/common/analytics/analytics.ts +0 -50
- package/src/common/analytics/entities.ts +0 -85
- package/src/common/analytics/readme-analytics.md +0 -27
- package/src/common/categories/config/range/typeGuards.ts +0 -14
- package/src/common/categories/config/types.ts +0 -41
- package/src/common/categories/config/utils.ts +0 -50
- package/src/common/categories/models/range/typeGuards.ts +0 -24
- package/src/common/categories/models/range/types.ts +0 -17
- package/src/common/categories/models/range/utils.ts +0 -51
- package/src/common/categories/models/select/utils.ts +0 -23
- package/src/common/categories/models/types.ts +0 -7
- package/src/common/categories/views/common/types.ts +0 -11
- package/src/common/categories/views/range/typeGuards.ts +0 -13
- package/src/common/categories/views/range/types.ts +0 -21
- package/src/common/categories/views/range/utils.ts +0 -35
- package/src/common/categories/views/select/typeGuards.ts +0 -13
- package/src/common/categories/views/select/types.ts +0 -8
- package/src/common/categories/views/types.ts +0 -15
- package/src/common/chart/sort/constants.ts +0 -13
- package/src/common/chart/sort/types.ts +0 -22
- package/src/common/chart/sort/utils.ts +0 -22
- package/src/common/chart/types.ts +0 -6
- package/src/common/constants.ts +0 -18
- package/src/common/entities.ts +0 -174
- package/src/common/filters/sort/config/types.ts +0 -14
- package/src/common/filters/sort/config/utils.ts +0 -11
- package/src/common/filters/sort/models/utils.ts +0 -57
- package/src/common/selectors.ts +0 -6
- package/src/common/utils.ts +0 -30
- package/src/components/Authentication/components/SessionController/components/GoogleSessionController/SessionController.tsx +0 -38
- package/src/components/Authentication/components/SessionController/components/GoogleSessionController/types.ts +0 -7
- package/src/components/Authentication/components/SessionController/components/NextSessionController/SessionController.tsx +0 -23
- package/src/components/Authentication/components/SessionController/components/NextSessionController/constants.ts +0 -21
- package/src/components/Authentication/components/SessionController/components/NextSessionController/types.ts +0 -5
- package/src/components/Authentication/components/SessionController/components/NextSessionController/utils.ts +0 -74
- package/src/components/ComponentCreator/ComponentCreator.tsx +0 -72
- package/src/components/ComponentCreator/components/ConditionalComponent/conditionalComponent.tsx +0 -17
- package/src/components/ComponentCreator/components/RenderComponent/renderComponent.tsx +0 -17
- package/src/components/DataDictionary/common/utils.ts +0 -164
- package/src/components/DataDictionary/components/Description/description.styles.ts +0 -50
- package/src/components/DataDictionary/components/Description/description.tsx +0 -14
- package/src/components/DataDictionary/components/Description/types.ts +0 -3
- package/src/components/DataDictionary/components/Entities/constants.ts +0 -16
- package/src/components/DataDictionary/components/Entities/entities.styles.ts +0 -6
- package/src/components/DataDictionary/components/Entities/entities.tsx +0 -26
- package/src/components/DataDictionary/components/Entities/types.ts +0 -6
- package/src/components/DataDictionary/components/Entity/constants.ts +0 -7
- package/src/components/DataDictionary/components/Entity/entity.styles.ts +0 -13
- package/src/components/DataDictionary/components/Entity/entity.tsx +0 -51
- package/src/components/DataDictionary/components/Entity/types.ts +0 -7
- package/src/components/DataDictionary/components/Entity/utils.ts +0 -25
- package/src/components/DataDictionary/components/Filters/components/ColumnFilterTags/columnFilterTags.styles.ts +0 -8
- package/src/components/DataDictionary/components/Filters/components/ColumnFilterTags/columnFilterTags.tsx +0 -36
- package/src/components/DataDictionary/components/Filters/components/ColumnFilterTags/constants.ts +0 -8
- package/src/components/DataDictionary/components/Filters/components/ColumnFilterTags/types.ts +0 -9
- package/src/components/DataDictionary/components/Filters/components/ColumnFilters/columnFilters.tsx +0 -47
- package/src/components/DataDictionary/components/Filters/components/ColumnFilters/types.ts +0 -6
- package/src/components/DataDictionary/components/Filters/filters.styles.ts +0 -9
- package/src/components/DataDictionary/components/Filters/filters.tsx +0 -18
- package/src/components/DataDictionary/components/Filters/stories/constants.ts +0 -51
- package/src/components/DataDictionary/components/Filters/stories/filters.stories.tsx +0 -62
- package/src/components/DataDictionary/components/Filters/stories/hook.ts +0 -17
- package/src/components/DataDictionary/components/Filters/stories/types.ts +0 -3
- package/src/components/DataDictionary/components/Filters/stories/utils.ts +0 -15
- package/src/components/DataDictionary/components/Filters/types.ts +0 -6
- package/src/components/DataDictionary/components/Layout/components/EntitiesLayout/entitiesLayout.styles.ts +0 -23
- package/src/components/DataDictionary/components/Layout/components/EntitiesLayout/entitiesLayout.tsx +0 -16
- package/src/components/DataDictionary/components/Layout/components/EntitiesLayout/types.ts +0 -8
- package/src/components/DataDictionary/components/Layout/components/FiltersLayout/filtersLayout.styles.ts +0 -37
- package/src/components/DataDictionary/components/Layout/components/FiltersLayout/filtersLayout.tsx +0 -16
- package/src/components/DataDictionary/components/Layout/components/FiltersLayout/types.ts +0 -6
- package/src/components/DataDictionary/components/Layout/components/OutlineLayout/outlineLayout.styles.ts +0 -31
- package/src/components/DataDictionary/components/Layout/components/OutlineLayout/outlineLayout.tsx +0 -14
- package/src/components/DataDictionary/components/Layout/components/OutlineLayout/types.ts +0 -6
- package/src/components/DataDictionary/components/Layout/components/TitleLayout/titleLayout.styles.ts +0 -26
- package/src/components/DataDictionary/components/Layout/components/TitleLayout/titleLayout.tsx +0 -10
- package/src/components/DataDictionary/components/Layout/components/TitleLayout/types.ts +0 -6
- package/src/components/DataDictionary/components/Layout/constants.ts +0 -9
- package/src/components/DataDictionary/components/Outline/components/ContentsTab/constants.ts +0 -7
- package/src/components/DataDictionary/components/Outline/components/ContentsTab/contentsTab.styles.ts +0 -8
- package/src/components/DataDictionary/components/Outline/components/ContentsTab/contentsTab.tsx +0 -7
- package/src/components/DataDictionary/components/Outline/outline.styles.ts +0 -20
- package/src/components/DataDictionary/components/Outline/outline.tsx +0 -11
- package/src/components/DataDictionary/components/Outline/types.ts +0 -6
- package/src/components/DataDictionary/components/Outline/utils.ts +0 -43
- package/src/components/DataDictionary/components/Table/components/BasicCell/basicCell.tsx +0 -20
- package/src/components/DataDictionary/components/Table/components/BasicCell/utils.ts +0 -13
- package/src/components/DataDictionary/components/Table/hook.ts +0 -40
- package/src/components/DataDictionary/components/Table/options/columnFilters/constants.ts +0 -17
- package/src/components/DataDictionary/components/Table/options/columnFilters/hook.ts +0 -33
- package/src/components/DataDictionary/components/Table/options/core/constants.ts +0 -12
- package/src/components/DataDictionary/components/Table/options/expanded/constants.ts +0 -14
- package/src/components/DataDictionary/components/Table/options/faceted/constants.ts +0 -14
- package/src/components/DataDictionary/components/Table/options/globalFilter/constants.ts +0 -14
- package/src/components/DataDictionary/components/Table/options/globalFilter/hook.ts +0 -28
- package/src/components/DataDictionary/components/Table/options/grouping/constants.ts +0 -9
- package/src/components/DataDictionary/components/Table/options/hook.ts +0 -37
- package/src/components/DataDictionary/components/Table/options/pagination/constants.ts +0 -6
- package/src/components/DataDictionary/components/Table/options/sorting/constants.ts +0 -5
- package/src/components/DataDictionary/components/Table/options/visibility/constants.ts +0 -5
- package/src/components/DataDictionary/components/Table/table.styles.ts +0 -9
- package/src/components/DataDictionary/components/Table/table.tsx +0 -38
- package/src/components/DataDictionary/components/Table/types.ts +0 -12
- package/src/components/DataDictionary/components/Table/utils.ts +0 -40
- package/src/components/DataDictionary/components/Title/title.styles.ts +0 -18
- package/src/components/DataDictionary/components/Title/title.tsx +0 -10
- package/src/components/DataDictionary/components/Tooltip/components/Title/constants.ts +0 -6
- package/src/components/DataDictionary/components/Tooltip/components/Title/title.tsx +0 -23
- package/src/components/DataDictionary/components/Tooltip/components/Title/types.ts +0 -6
- package/src/components/DataDictionary/components/Tooltip/constants.ts +0 -27
- package/src/components/DataDictionary/components/Tooltip/tooltip.tsx +0 -26
- package/src/components/DataDictionary/components/Tooltip/types.ts +0 -10
- package/src/components/DataDictionary/dataDictionary.styles.ts +0 -20
- package/src/components/DataDictionary/dataDictionary.tsx +0 -81
- package/src/components/DataDictionary/hooks/UseDataDictionaryConfig/hook.ts +0 -39
- package/src/components/DataDictionary/hooks/UseDataDictionaryConfig/types.ts +0 -9
- package/src/components/DataDictionary/hooks/UseDataDictionaryConfig/utils.ts +0 -8
- package/src/components/DataDictionary/hooks/UseMeasureFilters/hook.ts +0 -27
- package/src/components/DataDictionary/hooks/UseMeasureFilters/types.ts +0 -6
- package/src/components/DataDictionary/types.ts +0 -12
- package/src/components/Detail/components/AccessibilityBadge/accessibilityBadge.tsx +0 -30
- package/src/components/Detail/components/DetailViewTable/detailViewTable.tsx +0 -48
- package/src/components/Detail/components/Table/common/utils.ts +0 -20
- package/src/components/Detail/components/Table/components/TableBody/tableBody.tsx +0 -40
- package/src/components/Detail/components/Table/components/TableRows/components/CollapsableRows/collapsableRows.tsx +0 -45
- package/src/components/Detail/components/Table/components/TableRows/tableRows.tsx +0 -66
- package/src/components/Detail/components/Table/stories/args.ts +0 -104
- package/src/components/Detail/components/Table/stories/constants.ts +0 -15
- package/src/components/Detail/components/Table/stories/filter/args.ts +0 -54
- package/src/components/Detail/components/Table/stories/filter/filter.stories.tsx +0 -90
- package/src/components/Detail/components/Table/stories/table.stories.tsx +0 -32
- package/src/components/Detail/components/Table/table.tsx +0 -97
- package/src/components/Detail/detail.stories.tsx +0 -66
- package/src/components/Detail/detail.tsx +0 -28
- package/src/components/Error/error.stories.tsx +0 -33
- package/src/components/Error/error.styles.ts +0 -47
- package/src/components/Error/error.tsx +0 -115
- package/src/components/ErrorBoundary/errorBoundary.tsx +0 -46
- package/src/components/ErrorBoundary/index.ts +0 -1
- package/src/components/Export/common/entities.ts +0 -53
- package/src/components/Export/common/tracking.ts +0 -73
- package/src/components/Export/common/utils.ts +0 -50
- package/src/components/Export/components/DownloadCurlCommand/components/DownloadCurlCommandForm/downloadCurlCommandForm.styles.ts +0 -6
- package/src/components/Export/components/DownloadCurlCommand/components/DownloadCurlCommandForm/downloadCurlCommandForm.tsx +0 -52
- package/src/components/Export/components/DownloadCurlCommand/components/DownloadCurlCommandNotStarted/downloadCurlCommandNotStarted.tsx +0 -62
- package/src/components/Export/components/DownloadCurlCommand/components/DownloadCurlCommandReady/downloadCurlCommandReady.tsx +0 -25
- package/src/components/Export/components/DownloadCurlCommand/downloadCurlCommand.tsx +0 -101
- package/src/components/Export/components/ExportForm/common/entities.ts +0 -13
- package/src/components/Export/components/ExportForm/components/ExportButton/exportButton.tsx +0 -43
- package/src/components/Export/components/ExportForm/components/ExportExecutionEnvironmentForm/exportExecutionEnvironmentForm.tsx +0 -59
- package/src/components/Export/components/ExportForm/components/ExportFileSummaryForm/exportFileSummaryForm.tsx +0 -125
- package/src/components/Export/components/ExportForm/components/ExportManifestDownloadFormatForm/exportManifestDownloadFormatForm.tsx +0 -42
- package/src/components/Export/components/ExportForm/components/ExportSpeciesForm/exportSpeciesForm.tsx +0 -64
- package/src/components/Export/components/ExportForm/exportForm.styles.ts +0 -100
- package/src/components/Export/components/ExportForm/exportForm.tsx +0 -139
- package/src/components/Export/components/ExportMethod/constants.ts +0 -8
- package/src/components/Export/components/ExportMethod/exportMethod.styles.ts +0 -42
- package/src/components/Export/components/ExportMethod/exportMethod.tsx +0 -95
- package/src/components/Export/components/ExportMethod/stories/exportMethod.stories.tsx +0 -30
- package/src/components/Export/components/ExportSummary/common/utils.ts +0 -55
- package/src/components/Export/components/ExportSummary/components/ExportCurrentQuery/exportCurrentQuery.tsx +0 -41
- package/src/components/Export/components/ExportSummary/components/ExportSelectedDataSummary/exportSelectedDataSummary.tsx +0 -32
- package/src/components/Export/components/ExportSummary/exportSummary.styles.ts +0 -23
- package/src/components/Export/components/ExportSummary/exportSummary.tsx +0 -12
- package/src/components/Export/components/ExportToTerra/components/ExportToTerraForm/exportToTerraForm.tsx +0 -51
- package/src/components/Export/components/ExportToTerra/components/ExportToTerraNotStarted/exportToTerraNotStarted.tsx +0 -55
- package/src/components/Export/components/ExportToTerra/components/ExportToTerraReady/exportToTerraReady.tsx +0 -45
- package/src/components/Export/components/ExportToTerra/components/TerraSetUpForm/components/FormStep/components/AcceptTerraTOS/acceptTerraTOS.tsx +0 -74
- package/src/components/Export/components/ExportToTerra/components/TerraSetUpForm/components/FormStep/components/ConnectTerraToNIHAccount/connectTerraToNIHAccount.tsx +0 -44
- package/src/components/Export/components/ExportToTerra/components/TerraSetUpForm/components/FormStep/components/CreateTerraAccount/createTerraAccount.tsx +0 -49
- package/src/components/Export/components/ExportToTerra/components/TerraSetUpForm/components/FormStep/formStep.styles.ts +0 -10
- package/src/components/Export/components/ExportToTerra/components/TerraSetUpForm/components/FormStep/formStep.tsx +0 -65
- package/src/components/Export/components/ExportToTerra/components/TerraSetUpForm/components/NIHAccountExpiryWarning/nihAccountExpiryWarning.tsx +0 -66
- package/src/components/Export/components/ExportToTerra/components/TerraSetUpForm/terraSetUpForm.styles.ts +0 -60
- package/src/components/Export/components/ExportToTerra/components/TerraSetUpForm/terraSetUpForm.tsx +0 -107
- package/src/components/Export/components/ExportToTerra/exportToTerra.tsx +0 -87
- package/src/components/Export/components/ManifestDownload/components/ManifestDownloadEntity/components/FileManifestDownload/fileManifestDownload.tsx +0 -108
- package/src/components/Export/components/ManifestDownload/components/ManifestDownloadEntity/components/FileManifestSpreadsheet/fileManifestSpreadsheet.tsx +0 -107
- package/src/components/Export/components/ManifestDownload/components/ManifestDownloadEntity/constants.ts +0 -24
- package/src/components/Export/components/ManifestDownload/components/ManifestDownloadEntity/manifestDownloadEntity.styles.ts +0 -34
- package/src/components/Export/components/ManifestDownload/components/ManifestDownloadEntity/manifestDownloadEntity.tsx +0 -25
- package/src/components/Export/components/ManifestDownload/components/ManifestDownloadForm/manifestDownloadForm.tsx +0 -37
- package/src/components/Export/components/ManifestDownload/components/ManifestDownloadNotStarted/manifestDownloadNotStarted.tsx +0 -47
- package/src/components/Export/components/ManifestDownload/components/ManifestDownloadReady/manifestDownloadReady.styles.ts +0 -11
- package/src/components/Export/components/ManifestDownload/components/ManifestDownloadReady/manifestDownloadReady.tsx +0 -40
- package/src/components/Export/components/ManifestDownload/manifestDownload.tsx +0 -85
- package/src/components/Export/export.styles.ts +0 -40
- package/src/components/Filter/common/constants.ts +0 -5
- package/src/components/Filter/common/entities.ts +0 -46
- package/src/components/Filter/common/utils.ts +0 -84
- package/src/components/Filter/components/ClearAllFilters/clearAllFilters.styles.ts +0 -6
- package/src/components/Filter/components/ClearAllFilters/clearAllFilters.tsx +0 -28
- package/src/components/Filter/components/Filter/components/DrawerTransition/drawerTransition.tsx +0 -24
- package/src/components/Filter/components/Filter/filter.styles.ts +0 -26
- package/src/components/Filter/components/Filter/filter.tsx +0 -142
- package/src/components/Filter/components/Filter/stories/args.ts +0 -25
- package/src/components/Filter/components/Filter/stories/filter.stories.tsx +0 -32
- package/src/components/Filter/components/FilterCountChip/filterCountChip.styles.ts +0 -19
- package/src/components/Filter/components/FilterCountChip/filterCountChip.tsx +0 -22
- package/src/components/Filter/components/FilterCountChip/stories/filterCountChip.stories.tsx +0 -12
- package/src/components/Filter/components/FilterCountChip/types.ts +0 -6
- package/src/components/Filter/components/FilterLabel/filterLabel.stories.tsx +0 -43
- package/src/components/Filter/components/FilterLabel/filterLabel.styles.ts +0 -54
- package/src/components/Filter/components/FilterLabel/filterLabel.tsx +0 -48
- package/src/components/Filter/components/FilterList/filterList.styles.ts +0 -58
- package/src/components/Filter/components/FilterMenu/filterMenu.stories.tsx +0 -129
- package/src/components/Filter/components/FilterMenu/filterMenu.styles.ts +0 -22
- package/src/components/Filter/components/FilterMenu/filterMenu.tsx +0 -82
- package/src/components/Filter/components/FilterMenuSearch/filterMenuSearch.styles.ts +0 -22
- package/src/components/Filter/components/FilterMenuSearch/filterMenuSearch.tsx +0 -27
- package/src/components/Filter/components/FilterNoResultsFound/filterNoResultsFound.styles.ts +0 -7
- package/src/components/Filter/components/FilterNoResultsFound/filterNoResultsFound.tsx +0 -41
- package/src/components/Filter/components/FilterRange/constants.ts +0 -34
- package/src/components/Filter/components/FilterRange/filterRange.styles.ts +0 -122
- package/src/components/Filter/components/FilterRange/filterRange.tsx +0 -139
- package/src/components/Filter/components/FilterRange/hooks/UseFilterRange/constants.ts +0 -5
- package/src/components/Filter/components/FilterRange/hooks/UseFilterRange/hook.ts +0 -61
- package/src/components/Filter/components/FilterRange/hooks/UseFilterRange/schema.ts +0 -60
- package/src/components/Filter/components/FilterRange/hooks/UseFilterRange/types.ts +0 -40
- package/src/components/Filter/components/FilterRange/hooks/UseFilterRange/utils.ts +0 -32
- package/src/components/Filter/components/FilterRange/stories/args.ts +0 -17
- package/src/components/Filter/components/FilterRange/stories/filterRange.stories.tsx +0 -15
- package/src/components/Filter/components/FilterRange/types.ts +0 -15
- package/src/components/Filter/components/FilterRange/utils.ts +0 -16
- package/src/components/Filter/components/FilterTag/filterTag.styles.ts +0 -7
- package/src/components/Filter/components/FilterTag/filterTag.tsx +0 -59
- package/src/components/Filter/components/FilterTag/stories/args.ts +0 -22
- package/src/components/Filter/components/FilterTag/stories/filterTag.stories.tsx +0 -32
- package/src/components/Filter/components/FilterTag/utils.ts +0 -57
- package/src/components/Filter/components/FilterTags/filterTags.stories.tsx +0 -63
- package/src/components/Filter/components/FilterTags/filterTags.styles.ts +0 -13
- package/src/components/Filter/components/FilterTags/filterTags.tsx +0 -23
- package/src/components/Filter/components/Filters/filters.styles.ts +0 -45
- package/src/components/Filter/components/Filters/filters.tsx +0 -141
- package/src/components/Filter/components/Filters/stories/args.ts +0 -24
- package/src/components/Filter/components/Filters/stories/constants.ts +0 -175
- package/src/components/Filter/components/Filters/stories/filters.stories.tsx +0 -24
- package/src/components/Filter/components/HighlightedLabel/highlightedLabel.styles.ts +0 -28
- package/src/components/Filter/components/HighlightedLabel/highlightedLabel.tsx +0 -46
- package/src/components/Filter/components/SearchAllFilters/common/constants.ts +0 -49
- package/src/components/Filter/components/SearchAllFilters/common/entites.ts +0 -44
- package/src/components/Filter/components/SearchAllFilters/common/utils.ts +0 -15
- package/src/components/Filter/components/SearchAllFilters/components/OutlinedInput/constants.ts +0 -9
- package/src/components/Filter/components/SearchAllFilters/components/OutlinedInput/outlinedInput.tsx +0 -31
- package/src/components/Filter/components/SearchAllFilters/components/OutlinedInput/utils.ts +0 -22
- package/src/components/Filter/components/SearchAllFilters/components/VariableSizeList/VariableSizeList.tsx +0 -312
- package/src/components/Filter/components/SearchAllFilters/components/VariableSizeListItem/variableSizeListItem.tsx +0 -105
- package/src/components/Filter/components/SearchAllFilters/context/context.ts +0 -12
- package/src/components/Filter/components/SearchAllFilters/context/hook.ts +0 -11
- package/src/components/Filter/components/SearchAllFilters/context/types.ts +0 -12
- package/src/components/Filter/components/SearchAllFilters/searchAllFilters.styles.ts +0 -16
- package/src/components/Filter/components/SearchAllFilters/searchAllFilters.tsx +0 -129
- package/src/components/Filter/components/SearchAllFilters/stories/args.ts +0 -15
- package/src/components/Filter/components/SearchAllFilters/stories/searchAllFilters.stories.tsx +0 -29
- package/src/components/Filter/components/SearchAllFilters/types.ts +0 -17
- package/src/components/Filter/components/VariableSizeList/VariableSizeList.tsx +0 -179
- package/src/components/Filter/components/VariableSizeListItem/variableSizeListItem.tsx +0 -88
- package/src/components/Filter/components/adapters/tanstack/ColumnFiltersAdapter/columnFiltersAdapter.tsx +0 -65
- package/src/components/Filter/components/adapters/tanstack/ColumnFiltersAdapter/hooks/UseUpdateFilterSort/hook.ts +0 -22
- package/src/components/Filter/components/adapters/tanstack/ColumnFiltersAdapter/hooks/UseUpdateFilterSort/types.ts +0 -7
- package/src/components/Filter/components/adapters/tanstack/ColumnFiltersAdapter/hooks/UseUpdateFilterSort/utils.ts +0 -33
- package/src/components/Filter/components/adapters/tanstack/ColumnFiltersAdapter/types.ts +0 -20
- package/src/components/Filter/components/adapters/tanstack/ColumnFiltersAdapter/utils.ts +0 -264
- package/src/components/Filter/components/controls/Controls/components/FilterSort/constants.ts +0 -22
- package/src/components/Filter/components/controls/Controls/components/FilterSort/filterSort.styles.ts +0 -34
- package/src/components/Filter/components/controls/Controls/components/FilterSort/filterSort.tsx +0 -73
- package/src/components/Filter/components/controls/Controls/components/FilterSort/stories/filterSort.stories.tsx +0 -15
- package/src/components/Filter/components/controls/Controls/components/FilterSort/types.ts +0 -7
- package/src/components/Filter/components/controls/Controls/controls.styles.ts +0 -11
- package/src/components/Filter/components/controls/Controls/controls.tsx +0 -39
- package/src/components/Filter/components/controls/Controls/types.ts +0 -11
- package/src/components/Filter/components/surfaces/drawer/Drawer/constants.ts +0 -7
- package/src/components/Filter/components/surfaces/drawer/Drawer/drawer.styles.ts +0 -20
- package/src/components/Filter/components/surfaces/drawer/Drawer/drawer.tsx +0 -46
- package/src/components/Filter/components/surfaces/drawer/Drawer/types.ts +0 -9
- package/src/components/Filter/components/surfaces/drawer/components/Button/button.tsx +0 -40
- package/src/components/Filter/components/surfaces/drawer/components/ButtonBase/buttonBase.styles.ts +0 -13
- package/src/components/Filter/components/surfaces/drawer/components/ButtonBase/buttonBase.tsx +0 -25
- package/src/components/Filter/components/surfaces/drawer/components/IconButton/constants.ts +0 -12
- package/src/components/Filter/components/surfaces/drawer/components/IconButton/iconButton.styles.ts +0 -10
- package/src/components/Filter/components/surfaces/drawer/components/IconButton/iconButton.tsx +0 -28
- package/src/components/Filter/components/surfaces/popper/Popper/popper.styles.ts +0 -20
- package/src/components/Filter/components/surfaces/types.ts +0 -17
- package/src/components/Filter/components/views/select/SelectListItem/selectListItem.tsx +0 -19
- package/src/components/Filter/components/views/select/SelectListItem/types.ts +0 -14
- package/src/components/Filter/components/views/select/components/Checkbox/checkbox.tsx +0 -19
- package/src/components/Filter/components/views/select/components/ListItemButton/listItemButton.styles.ts +0 -12
- package/src/components/Filter/components/views/select/components/ListItemButton/listItemButton.tsx +0 -25
- package/src/components/Filter/components/views/select/components/ListItemText/components/Count/count.tsx +0 -20
- package/src/components/Filter/components/views/select/components/ListItemText/components/Term/term.tsx +0 -19
- package/src/components/Filter/components/views/select/components/ListItemText/listItemText.styles.ts +0 -13
- package/src/components/Filter/components/views/select/components/ListItemText/listItemText.tsx +0 -48
- package/src/components/Head/head.tsx +0 -69
- package/src/components/Index/components/AzulFileDownload/azulFileDownload.stories.tsx +0 -20
- package/src/components/Index/components/AzulFileDownload/azulFileDownload.styles.ts +0 -6
- package/src/components/Index/components/AzulFileDownload/azulFileDownload.tsx +0 -81
- package/src/components/Index/components/AzulFileDownload/common/constants.ts +0 -4
- package/src/components/Index/components/EntityView/components/controls/ActionButton/actionButton.tsx +0 -12
- package/src/components/Index/components/EntityView/components/controls/ExportButton/exportButton.styles.ts +0 -9
- package/src/components/Index/components/EntityView/components/controls/ExportButton/exportButton.tsx +0 -39
- package/src/components/Index/components/EntityView/components/controls/FilterButton/filterButton.styles.ts +0 -9
- package/src/components/Index/components/EntityView/components/controls/FilterButton/filterButton.tsx +0 -39
- package/src/components/Index/components/EntityView/components/controls/ViewToggle/hooks/UseViewToggle/hook.ts +0 -15
- package/src/components/Index/components/EntityView/components/controls/ViewToggle/hooks/UseViewToggle/types.ts +0 -16
- package/src/components/Index/components/EntityView/components/controls/ViewToggle/stories/viewToggle.stories.tsx +0 -12
- package/src/components/Index/components/EntityView/components/controls/ViewToggle/viewToggle.styles.ts +0 -9
- package/src/components/Index/components/EntityView/components/controls/ViewToggle/viewToggle.tsx +0 -24
- package/src/components/Index/components/EntityView/components/layout/Summary/constants.ts +0 -7
- package/src/components/Index/components/EntityView/components/layout/Summary/summary.styles.ts +0 -20
- package/src/components/Index/components/EntityView/components/layout/Summary/summary.tsx +0 -41
- package/src/components/Index/components/EntityView/components/layout/Title/title.tsx +0 -16
- package/src/components/Index/components/EntityView/components/navigation/Tabs/common/utils.ts +0 -25
- package/src/components/Index/components/EntityView/components/navigation/Tabs/tabs.styles.ts +0 -20
- package/src/components/Index/components/EntityView/components/navigation/Tabs/tabs.tsx +0 -28
- package/src/components/Index/components/EntityView/components/slots/EntityListSlot/entityListSlot.tsx +0 -14
- package/src/components/Index/components/EntityView/components/slots/EntityViewSlot/entityViewSlot.styles.ts +0 -17
- package/src/components/Index/components/EntityView/components/slots/EntityViewSlot/entityViewSlot.tsx +0 -19
- package/src/components/Index/components/EntityView/components/views/ChartView/chartView.styles.ts +0 -15
- package/src/components/Index/components/EntityView/components/views/ChartView/chartView.tsx +0 -53
- package/src/components/Index/components/EntityView/components/views/ChartView/components/Chart/barX/constants.ts +0 -15
- package/src/components/Index/components/EntityView/components/views/ChartView/components/Chart/barX/plot.ts +0 -110
- package/src/components/Index/components/EntityView/components/views/ChartView/components/Chart/barX/utils.ts +0 -278
- package/src/components/Index/components/EntityView/components/views/ChartView/components/Chart/chart.styles.ts +0 -36
- package/src/components/Index/components/EntityView/components/views/ChartView/components/Chart/chart.tsx +0 -39
- package/src/components/Index/components/EntityView/components/views/ChartView/components/Chart/constants.ts +0 -1
- package/src/components/Index/components/EntityView/components/views/ChartView/components/Chart/hooks/UseBarCount/constants.ts +0 -1
- package/src/components/Index/components/EntityView/components/views/ChartView/components/Chart/hooks/UseBarCount/hook.ts +0 -18
- package/src/components/Index/components/EntityView/components/views/ChartView/components/Chart/hooks/UseBarCount/types.ts +0 -4
- package/src/components/Index/components/EntityView/components/views/ChartView/components/Chart/hooks/UseBarCount/utils.ts +0 -38
- package/src/components/Index/components/EntityView/components/views/ChartView/components/Chart/hooks/UsePlotOptions/hook.ts +0 -27
- package/src/components/Index/components/EntityView/components/views/ChartView/components/Chart/hooks/UsePlotOptions/types.ts +0 -5
- package/src/components/Index/components/EntityView/components/views/ChartView/components/Chart/stories/args.ts +0 -74
- package/src/components/Index/components/EntityView/components/views/ChartView/components/Chart/stories/chart.stories.tsx +0 -28
- package/src/components/Index/components/EntityView/components/views/ChartView/components/Chart/types.ts +0 -8
- package/src/components/Index/components/EntityView/components/views/ChartView/components/Chart/utils.ts +0 -20
- package/src/components/Index/components/EntityView/components/views/ChartView/constants.ts +0 -1
- package/src/components/Index/components/EntityView/components/views/ChartView/hooks/UseChartView/types.ts +0 -8
- package/src/components/Index/components/EntityView/components/views/ChartView/hooks/UseChartView/useChartView.ts +0 -29
- package/src/components/Index/components/EntityView/components/views/ChartView/stories/args.ts +0 -100
- package/src/components/Index/components/EntityView/components/views/ChartView/stories/chartView.stories.tsx +0 -24
- package/src/components/Index/components/EntityView/components/views/ChartView/types.ts +0 -9
- package/src/components/Index/components/EntityView/components/views/ChartView/utils.ts +0 -28
- package/src/components/Index/components/EntityView/components/views/TableView/tableView.tsx +0 -22
- package/src/components/Index/components/EntityView/components/views/TableView/types.ts +0 -7
- package/src/components/Index/components/EntityView/context/context.ts +0 -9
- package/src/components/Index/components/EntityView/context/hook.ts +0 -11
- package/src/components/Index/components/EntityView/context/types.ts +0 -11
- package/src/components/Index/index.styles.ts +0 -69
- package/src/components/Index/index.tsx +0 -78
- package/src/components/Index/table/coreOptions/columns/cellFactory.tsx +0 -22
- package/src/components/Index/table/hook.ts +0 -252
- package/src/components/Index/table/types.ts +0 -9
- package/src/components/Index/types.ts +0 -10
- package/src/components/Layout/components/AppLayout/appLayout.styles.ts +0 -8
- package/src/components/Layout/components/BackPage/backPageView.stories.tsx +0 -66
- package/src/components/Layout/components/BackPage/backPageView.styles.ts +0 -151
- package/src/components/Layout/components/BackPage/backPageView.tsx +0 -50
- package/src/components/Layout/components/BackPage/components/BackPageHero/backPageHero.styles.ts +0 -35
- package/src/components/Layout/components/BackPage/components/BackPageHero/backPageHero.tsx +0 -59
- package/src/components/Layout/components/BackPage/components/BackPageHero/components/Actions/actions.styles.ts +0 -14
- package/src/components/Layout/components/BackPage/components/BackPageHero/components/Actions/actions.tsx +0 -13
- package/src/components/Layout/components/BackPage/components/BackPageHero/components/SubTitle/subTitle.tsx +0 -28
- package/src/components/Layout/components/BackPage/components/BackPageHero/stories/backPageHero.stories.tsx +0 -24
- package/src/components/Layout/components/ContentLayout/common/constants.ts +0 -31
- package/src/components/Layout/components/ContentLayout/common/entities.ts +0 -13
- package/src/components/Layout/components/ContentLayout/components/Main/main.tsx +0 -11
- package/src/components/Layout/components/ContentLayout/contentLayout.styles.ts +0 -149
- package/src/components/Layout/components/ContentLayout/contentLayout.tsx +0 -78
- package/src/components/Layout/components/Floating/floating.tsx +0 -15
- package/src/components/Layout/components/Footer/components/PoweredByCleverCanary/poweredByCleverCanary.tsx +0 -31
- package/src/components/Layout/components/Footer/components/PoweredByCleverCanary/types.ts +0 -8
- package/src/components/Layout/components/Footer/components/VersionInfo/components/Tooltip/components/Title/constants.ts +0 -5
- package/src/components/Layout/components/Footer/components/VersionInfo/components/Tooltip/components/Title/title.tsx +0 -56
- package/src/components/Layout/components/Footer/components/VersionInfo/components/Tooltip/components/Title/utils.ts +0 -31
- package/src/components/Layout/components/Footer/components/VersionInfo/constants.ts +0 -37
- package/src/components/Layout/components/Footer/components/VersionInfo/types.ts +0 -14
- package/src/components/Layout/components/Footer/components/VersionInfo/utils.ts +0 -32
- package/src/components/Layout/components/Footer/components/VersionInfo/versionInfo.styles.ts +0 -11
- package/src/components/Layout/components/Footer/components/VersionInfo/versionInfo.tsx +0 -32
- package/src/components/Layout/components/Footer/footer.styles.ts +0 -59
- package/src/components/Layout/components/Footer/footer.tsx +0 -62
- package/src/components/Layout/components/Footer/stories/footer.stories.tsx +0 -63
- package/src/components/Layout/components/Header/common/constants.ts +0 -21
- package/src/components/Layout/components/Header/common/entities.ts +0 -23
- package/src/components/Layout/components/Header/common/utils.ts +0 -222
- package/src/components/Layout/components/Header/components/Announcements/announcements.tsx +0 -14
- package/src/components/Layout/components/Header/components/Content/components/Actions/actions.styles.ts +0 -9
- package/src/components/Layout/components/Header/components/Content/components/Actions/actions.tsx +0 -10
- package/src/components/Layout/components/Header/components/Content/components/Actions/components/Authentication/authentication.tsx +0 -75
- package/src/components/Layout/components/Header/components/Content/components/Actions/components/Authentication/components/AuthenticationMenu/authenticationMenu.styles.ts +0 -40
- package/src/components/Layout/components/Header/components/Content/components/Actions/components/Authentication/components/AuthenticationMenu/authenticationMenu.tsx +0 -45
- package/src/components/Layout/components/Header/components/Content/components/Actions/components/Authentication/components/AuthenticationMenu/constants.ts +0 -19
- package/src/components/Layout/components/Header/components/Content/components/Actions/components/Authentication/components/Button/button.styles.ts +0 -9
- package/src/components/Layout/components/Header/components/Content/components/Actions/components/Menu/common/constants.ts +0 -9
- package/src/components/Layout/components/Header/components/Content/components/Actions/components/Menu/components/Content/components/Navigation/navigation.styles.ts +0 -33
- package/src/components/Layout/components/Header/components/Content/components/Actions/components/Menu/components/Content/components/Socials/socials.styles.ts +0 -7
- package/src/components/Layout/components/Header/components/Content/components/Actions/components/Menu/components/Toolbar/toolbar.tsx +0 -67
- package/src/components/Layout/components/Header/components/Content/components/Actions/components/Menu/menu.tsx +0 -79
- package/src/components/Layout/components/Header/components/Content/components/Actions/components/Search/components/Button/button.styles.ts +0 -8
- package/src/components/Layout/components/Header/components/Content/components/Actions/components/Search/components/SearchBar/common/constants.ts +0 -4
- package/src/components/Layout/components/Header/components/Content/components/Actions/components/Search/components/SearchBar/common/utils.ts +0 -29
- package/src/components/Layout/components/Header/components/Content/components/Actions/components/Search/components/SearchBar/searchBar.styles.ts +0 -43
- package/src/components/Layout/components/Header/components/Content/components/Actions/components/Search/components/SearchBar/searchBar.tsx +0 -145
- package/src/components/Layout/components/Header/components/Content/components/Actions/components/Search/search.tsx +0 -65
- package/src/components/Layout/components/Header/components/Content/components/Logo/logo.styles.ts +0 -11
- package/src/components/Layout/components/Header/components/Content/components/Logo/logo.tsx +0 -37
- package/src/components/Layout/components/Header/components/Content/components/Navigation/common/utils.ts +0 -19
- package/src/components/Layout/components/Header/components/Content/components/Navigation/components/NavigationButtonLabel/navigationButtonLabel.tsx +0 -22
- package/src/components/Layout/components/Header/components/Content/components/Navigation/components/NavigationDrawer/common/constants.ts +0 -9
- package/src/components/Layout/components/Header/components/Content/components/Navigation/components/NavigationDrawer/components/Slide/slide.tsx +0 -22
- package/src/components/Layout/components/Header/components/Content/components/Navigation/components/NavigationDrawer/navigationDrawer.styles.ts +0 -39
- package/src/components/Layout/components/Header/components/Content/components/Navigation/components/NavigationDrawer/navigationDrawer.tsx +0 -81
- package/src/components/Layout/components/Header/components/Content/components/Navigation/components/NavigationMenu/common/constants.ts +0 -15
- package/src/components/Layout/components/Header/components/Content/components/Navigation/components/NavigationMenu/navigationMenu.styles.ts +0 -95
- package/src/components/Layout/components/Header/components/Content/components/Navigation/components/NavigationMenu/navigationMenu.tsx +0 -98
- package/src/components/Layout/components/Header/components/Content/components/Navigation/components/NavigationMenuItems/common/constants.ts +0 -5
- package/src/components/Layout/components/Header/components/Content/components/Navigation/components/NavigationMenuItems/navigationMenuItems.tsx +0 -103
- package/src/components/Layout/components/Header/components/Content/components/Navigation/constants.ts +0 -1
- package/src/components/Layout/components/Header/components/Content/components/Navigation/navigation.styles.ts +0 -37
- package/src/components/Layout/components/Header/components/Content/components/Navigation/navigation.tsx +0 -135
- package/src/components/Layout/components/Header/components/Content/components/Slogan/slogan.styles.ts +0 -28
- package/src/components/Layout/components/Header/components/Content/components/Slogan/slogan.tsx +0 -30
- package/src/components/Layout/components/Header/components/Content/components/Socials/socials.styles.ts +0 -8
- package/src/components/Layout/components/Header/components/Content/content.styles.ts +0 -9
- package/src/components/Layout/components/Header/header.stories.tsx +0 -97
- package/src/components/Layout/components/Header/header.styles.ts +0 -59
- package/src/components/Layout/components/Header/header.tsx +0 -165
- package/src/components/Layout/components/Header/hooks/useHeaderNavigation.ts +0 -19
- package/src/components/Layout/components/Header/hooks/useHeaderVisibility.ts +0 -81
- package/src/components/Layout/components/Header/hooks/useMenu.ts +0 -27
- package/src/components/Layout/components/Main/main.styles.ts +0 -20
- package/src/components/Layout/components/Main/main.tsx +0 -17
- package/src/components/Layout/components/Nav/components/NavBarHero/navBarHero.styles.ts +0 -26
- package/src/components/Layout/components/Nav/components/NavBarHero/navBarHero.tsx +0 -43
- package/src/components/Layout/components/Nav/nav.stories.tsx +0 -36
- package/src/components/Layout/components/Nav/nav.styles.ts +0 -59
- package/src/components/Layout/components/Nav/nav.tsx +0 -39
- package/src/components/Layout/components/Outline/components/ContentsTab/contentsTab.styles.ts +0 -18
- package/src/components/Layout/components/Outline/components/ContentsTab/contentsTab.tsx +0 -23
- package/src/components/Layout/components/Outline/components/ContentsTab/types.ts +0 -7
- package/src/components/Layout/components/Outline/hooks/UseHash/hook.ts +0 -17
- package/src/components/Layout/components/Outline/hooks/UseHash/types.ts +0 -3
- package/src/components/Layout/components/Outline/hooks/UseTabs/constants.ts +0 -3
- package/src/components/Layout/components/Outline/hooks/UseTabs/hook.ts +0 -32
- package/src/components/Layout/components/Outline/hooks/UseTabs/utils.ts +0 -18
- package/src/components/Layout/components/Outline/outline.styles.ts +0 -64
- package/src/components/Layout/components/Outline/outline.tsx +0 -40
- package/src/components/Layout/components/Outline/types.ts +0 -16
- package/src/components/Layout/components/Sidebar/components/SidebarButton/sidebarButton.styles.ts +0 -37
- package/src/components/Layout/components/Sidebar/components/SidebarButton/sidebarButton.tsx +0 -26
- package/src/components/Layout/components/Sidebar/components/SidebarDrawer/sidebarDrawer.styles.ts +0 -27
- package/src/components/Layout/components/Sidebar/components/SidebarDrawer/sidebarDrawer.tsx +0 -42
- package/src/components/Layout/components/Sidebar/components/SidebarLabel/sidebarLabel.stories.tsx +0 -20
- package/src/components/Layout/components/Sidebar/components/SidebarLabel/sidebarLabel.tsx +0 -18
- package/src/components/Layout/components/Sidebar/components/SidebarPositioner/sidebarPositioner.styles.ts +0 -21
- package/src/components/Layout/components/Sidebar/components/SidebarPositioner/sidebarPositioner.tsx +0 -22
- package/src/components/Layout/components/Sidebar/components/SidebarTools/sidebarTools.styles.ts +0 -22
- package/src/components/Layout/components/Sidebar/sidebar.stories.tsx +0 -48
- package/src/components/Layout/components/Sidebar/sidebar.styles.ts +0 -9
- package/src/components/Layout/components/Sidebar/sidebar.tsx +0 -34
- package/src/components/Links/common/constants.ts +0 -1
- package/src/components/Links/common/entities.ts +0 -20
- package/src/components/Links/common/utils.ts +0 -36
- package/src/components/Links/components/Link/components/ExploreViewLink/exploreViewLink.tsx +0 -208
- package/src/components/Links/components/Link/link.tsx +0 -107
- package/src/components/Links/links.stories.tsx +0 -28
- package/src/components/Links/links.tsx +0 -30
- package/src/components/Loading/loading.stories.tsx +0 -43
- package/src/components/Loading/loading.styles.ts +0 -84
- package/src/components/Loading/loading.tsx +0 -89
- package/src/components/Login/components/Button/button.styles.ts +0 -12
- package/src/components/Login/components/Button/button.tsx +0 -8
- package/src/components/Login/components/Button/constants.ts +0 -7
- package/src/components/Login/components/Button/types.ts +0 -4
- package/src/components/Login/components/Buttons/buttons.tsx +0 -22
- package/src/components/Login/components/Buttons/types.ts +0 -9
- package/src/components/Login/components/Section/components/Consent/consent.styles.ts +0 -15
- package/src/components/Login/components/Section/components/Consent/consent.tsx +0 -32
- package/src/components/Login/components/Section/components/Consent/types.ts +0 -11
- package/src/components/Login/components/Section/components/Warning/warning.tsx +0 -23
- package/src/components/Login/hooks/useUserConsent/types.ts +0 -11
- package/src/components/Login/hooks/useUserConsent/useUserConsent.ts +0 -32
- package/src/components/Login/hooks/useUserLogin/types.ts +0 -10
- package/src/components/Login/hooks/useUserLogin/useUserLogin.ts +0 -29
- package/src/components/Login/login.styles.ts +0 -42
- package/src/components/Login/login.tsx +0 -112
- package/src/components/Login/types.ts +0 -11
- package/src/components/MarkdownRenderer/components/Anchor/anchor.tsx +0 -39
- package/src/components/MarkdownRenderer/components/Table/table.styles.ts +0 -41
- package/src/components/MarkdownRenderer/components/Table/table.tsx +0 -13
- package/src/components/MarkdownRenderer/constants.ts +0 -8
- package/src/components/MarkdownRenderer/markdownRenderer.styles.ts +0 -19
- package/src/components/MarkdownRenderer/markdownRenderer.tsx +0 -80
- package/src/components/MarkdownRenderer/rehypeHighlight.ts +0 -54
- package/src/components/MarkdownRenderer/stories/args.ts +0 -8
- package/src/components/MarkdownRenderer/stories/markdownRenderer.stories.tsx +0 -33
- package/src/components/MarkdownRenderer/types.ts +0 -8
- package/src/components/NoResults/noResults.styles.ts +0 -14
- package/src/components/NoResults/noResults.tsx +0 -37
- package/src/components/NoResults/types.ts +0 -13
- package/src/components/Plot/components/BarX/barX.tsx +0 -20
- package/src/components/Plot/components/BarX/types.ts +0 -6
- package/src/components/Project/common/entities.ts +0 -50
- package/src/components/Project/components/Citation/citation.stories.tsx +0 -21
- package/src/components/Project/components/Citation/citation.styles.ts +0 -22
- package/src/components/Project/components/Citation/citation.tsx +0 -37
- package/src/components/Project/components/CollaboratingOrganizations/collaboratingOrganizations.stories.tsx +0 -33
- package/src/components/Project/components/CollaboratingOrganizations/collaboratingOrganizations.tsx +0 -30
- package/src/components/Project/components/Contacts/contacts.stories.tsx +0 -31
- package/src/components/Project/components/Contacts/contacts.tsx +0 -34
- package/src/components/Project/components/Contributors/contributors.stories.tsx +0 -38
- package/src/components/Project/components/Contributors/contributors.tsx +0 -31
- package/src/components/Project/components/DataCurators/dataCurators.stories.tsx +0 -20
- package/src/components/Project/components/DataCurators/dataCurators.tsx +0 -26
- package/src/components/Project/components/DataReleasePolicy/dataReleasePolicy.stories.tsx +0 -13
- package/src/components/Project/components/DataReleasePolicy/dataReleasePolicy.tsx +0 -22
- package/src/components/Project/components/Description/description.stories.tsx +0 -18
- package/src/components/Project/components/Description/description.tsx +0 -18
- package/src/components/Project/components/Details/details.stories.tsx +0 -31
- package/src/components/Project/components/Details/details.tsx +0 -50
- package/src/components/Project/components/Publications/publications.stories.tsx +0 -30
- package/src/components/Project/components/Publications/publications.tsx +0 -43
- package/src/components/Project/components/Sup/sup.styles.tsx +0 -5
- package/src/components/Project/components/SupplementaryLinks/supplementaryLinks.stories.tsx +0 -29
- package/src/components/Project/components/SupplementaryLinks/supplementaryLinks.styles.ts +0 -20
- package/src/components/Project/components/SupplementaryLinks/supplementaryLinks.tsx +0 -54
- package/src/components/Redirect/redirect.tsx +0 -24
- package/src/components/Stepper/components/Step/components/StepContent/stepContent.styles.ts +0 -18
- package/src/components/Stepper/components/Step/components/StepContent/stepContent.tsx +0 -16
- package/src/components/Stepper/components/Step/components/StepIcon/components/CompletedIcon/completedIcon.styles.ts +0 -16
- package/src/components/Stepper/components/Step/components/StepIcon/components/CompletedIcon/completedIcon.tsx +0 -20
- package/src/components/Stepper/components/Step/components/StepIcon/components/CompletedIcon/contants.ts +0 -6
- package/src/components/Stepper/components/Step/components/StepIcon/constants.ts +0 -1
- package/src/components/Stepper/components/Step/components/StepIcon/stepIcon.styles.ts +0 -28
- package/src/components/Stepper/components/Step/components/StepIcon/stepIcon.tsx +0 -21
- package/src/components/Stepper/components/Step/components/StepIcon/stories/stepIcon.stories.tsx +0 -52
- package/src/components/Stepper/components/Step/components/StepLabel/components/Label/components/Icon/constants.ts +0 -14
- package/src/components/Stepper/components/Step/components/StepLabel/components/Label/components/Icon/icon.tsx +0 -13
- package/src/components/Stepper/components/Step/components/StepLabel/components/Label/components/Icon/stories/contants.ts +0 -6
- package/src/components/Stepper/components/Step/components/StepLabel/components/Label/components/Icon/stories/icon.stories.tsx +0 -30
- package/src/components/Stepper/components/Step/components/StepLabel/components/Label/components/Icon/types.ts +0 -8
- package/src/components/Stepper/components/Step/components/StepLabel/components/Label/constants.ts +0 -8
- package/src/components/Stepper/components/Step/components/StepLabel/components/Label/label.styles.ts +0 -8
- package/src/components/Stepper/components/Step/components/StepLabel/components/Label/label.tsx +0 -10
- package/src/components/Stepper/components/Step/components/StepLabel/components/Label/stories/label.stories.tsx +0 -34
- package/src/components/Stepper/components/Step/components/StepLabel/components/Optional/constants.ts +0 -7
- package/src/components/Stepper/components/Step/components/StepLabel/components/Optional/optional.tsx +0 -9
- package/src/components/Stepper/components/Step/components/StepLabel/constants.ts +0 -10
- package/src/components/Stepper/components/Step/components/StepLabel/stepLabel.styles.ts +0 -13
- package/src/components/Stepper/components/Step/components/StepLabel/stepLabel.tsx +0 -10
- package/src/components/Stepper/components/Step/components/StepLabel/stories/contants.ts +0 -19
- package/src/components/Stepper/components/Step/components/StepLabel/stories/stepLabel.stories.tsx +0 -52
- package/src/components/Stepper/components/Step/constants.ts +0 -6
- package/src/components/Stepper/components/Step/step.styles.ts +0 -33
- package/src/components/Stepper/components/Step/step.tsx +0 -12
- package/src/components/Stepper/components/Step/stories/contants.ts +0 -18
- package/src/components/Stepper/components/Step/stories/step.stories.tsx +0 -91
- package/src/components/Support/components/SupportRequest/components/Dialog/dialog.styles.ts +0 -38
- package/src/components/Support/components/SupportRequest/components/Dialog/dialog.tsx +0 -57
- package/src/components/Support/components/SupportRequest/components/Dropzone/dropzone.tsx +0 -40
- package/src/components/Support/components/SupportRequest/components/SupportRequestForm/common/constants.ts +0 -45
- package/src/components/Support/components/SupportRequest/components/SupportRequestForm/common/entities.ts +0 -65
- package/src/components/Support/components/SupportRequest/components/SupportRequestForm/common/utils.ts +0 -96
- package/src/components/Support/components/SupportRequest/components/SupportRequestForm/supportRequestForm.styles.ts +0 -6
- package/src/components/Support/components/SupportRequest/components/SupportRequestForm/supportRequestForm.tsx +0 -344
- package/src/components/Support/components/SupportRequest/components/SupportRequestSubmitted/supportRequestSubmitted.tsx +0 -39
- package/src/components/Support/components/SupportRequest/supportRequest.tsx +0 -33
- package/src/components/Support/components/ViewSupport/types.ts +0 -8
- package/src/components/Support/components/ViewSupport/viewSupport.styles.ts +0 -31
- package/src/components/Support/components/ViewSupport/viewSupport.tsx +0 -25
- package/src/components/Table/columnDef/accessorFn/typeGuards.ts +0 -15
- package/src/components/Table/columnDef/columnFilters/filterFn.ts +0 -27
- package/src/components/Table/columnDef/globalFilter/constants.ts +0 -5
- package/src/components/Table/columnDef/globalFilter/filterFn.ts +0 -34
- package/src/components/Table/columnDef/globalFilter/types.ts +0 -5
- package/src/components/Table/columnDef/globalFilter/utils.ts +0 -74
- package/src/components/Table/common/columnDef.ts +0 -40
- package/src/components/Table/common/columnIdentifier.ts +0 -4
- package/src/components/Table/common/entities.ts +0 -4
- package/src/components/Table/common/gridTable.styles.ts +0 -54
- package/src/components/Table/common/typeGuards.ts +0 -12
- package/src/components/Table/common/utils.ts +0 -316
- package/src/components/Table/components/PaginationSummary/paginationSummary.tsx +0 -33
- package/src/components/Table/components/TableBody/tableBody.tsx +0 -38
- package/src/components/Table/components/TableCell/common/utils.ts +0 -33
- package/src/components/Table/components/TableCell/components/BasicCell/basicCell.tsx +0 -60
- package/src/components/Table/components/TableCell/components/ChipCell/chipCell.tsx +0 -16
- package/src/components/Table/components/TableCell/components/CodeCell/codeCell.styles.ts +0 -16
- package/src/components/Table/components/TableCell/components/CodeCell/codeCell.tsx +0 -24
- package/src/components/Table/components/TableCell/components/CollapsableCell/collapsableCell.styles.ts +0 -56
- package/src/components/Table/components/TableCell/components/CollapsableCell/collapsableCell.tsx +0 -79
- package/src/components/Table/components/TableCell/components/LinkCell/linkCell.tsx +0 -69
- package/src/components/Table/components/TableCell/components/LinkCell/stories/args.ts +0 -35
- package/src/components/Table/components/TableCell/components/LinkCell/stories/linkCell.stories.tsx +0 -32
- package/src/components/Table/components/TableCell/components/LinkCell/stories/types.ts +0 -4
- package/src/components/Table/components/TableCell/components/LinkCell/utils.ts +0 -59
- package/src/components/Table/components/TableCell/components/MarkdownCell/markdownCell.styles.ts +0 -33
- package/src/components/Table/components/TableCell/components/MarkdownCell/markdownCell.tsx +0 -39
- package/src/components/Table/components/TableCell/components/MarkdownCell/stories/args.ts +0 -18
- package/src/components/Table/components/TableCell/components/MarkdownCell/stories/constants.ts +0 -11
- package/src/components/Table/components/TableCell/components/MarkdownCell/stories/markdownCell.stories.tsx +0 -37
- package/src/components/Table/components/TableCell/components/NTagCell/components/NTag/components/Tooltip/tooltip.styles.ts +0 -11
- package/src/components/Table/components/TableCell/components/NTagCell/components/NTag/components/Tooltip/tooltip.tsx +0 -86
- package/src/components/Table/components/TableCell/components/NTagCell/components/NTag/nTag.tsx +0 -21
- package/src/components/Table/components/TableCell/components/NTagCell/nTagCell.tsx +0 -73
- package/src/components/Table/components/TableCell/components/RankedCell/rankedCell.tsx +0 -67
- package/src/components/Table/components/TableCell/components/RankedCell/utils.ts +0 -48
- package/src/components/Table/components/TableCell/components/RowPositionCell/constants.ts +0 -7
- package/src/components/Table/components/TableCell/components/RowPositionCell/rowPositionCell.tsx +0 -16
- package/src/components/Table/components/TableCell/components/RowSelectionCell/constants.ts +0 -15
- package/src/components/Table/components/TableCell/components/RowSelectionCell/rowSelectionCell.tsx +0 -36
- package/src/components/Table/components/TableFeatures/ColumnFilter/columnFilter.styles.ts +0 -48
- package/src/components/Table/components/TableFeatures/ColumnFilter/columnFilter.tsx +0 -105
- package/src/components/Table/components/TableFeatures/ColumnFilter/components/ColumnFilterTag/columnFilterTag.styles.ts +0 -25
- package/src/components/Table/components/TableFeatures/ColumnFilter/components/ColumnFilterTag/columnFilterTag.tsx +0 -31
- package/src/components/Table/components/TableFeatures/ColumnFilter/components/ColumnFilterTag/constants.ts +0 -13
- package/src/components/Table/components/TableFeatures/ColumnFilter/components/ColumnFilterTag/stories/columFilterTag.stories.tsx +0 -27
- package/src/components/Table/components/TableFeatures/ColumnFilter/components/ColumnFilterTag/types.ts +0 -8
- package/src/components/Table/components/TableFeatures/ColumnFilter/constants.ts +0 -28
- package/src/components/Table/components/TableFeatures/ColumnFilter/types.ts +0 -10
- package/src/components/Table/components/TableFeatures/ColumnFilter/utils.ts +0 -27
- package/src/components/Table/components/TableFeatures/ColumnGrouping/utils.ts +0 -70
- package/src/components/Table/components/TableFeatures/ColumnVisibility/utils.ts +0 -33
- package/src/components/Table/components/TableFeatures/GlobalFilter/constants.ts +0 -8
- package/src/components/Table/components/TableFeatures/GlobalFilter/globalFilter.tsx +0 -37
- package/src/components/Table/components/TableFeatures/GlobalFilter/types.ts +0 -8
- package/src/components/Table/components/TableFeatures/RowExpanding/utils.ts +0 -25
- package/src/components/Table/components/TableFeatures/RowSorting/utils.ts +0 -87
- package/src/components/Table/components/TableFeatures/TableDownload/tableDownload.styles.ts +0 -9
- package/src/components/Table/components/TableFeatures/TableDownload/tableDownload.tsx +0 -23
- package/src/components/Table/components/TableFeatures/TableDownload/types.ts +0 -8
- package/src/components/Table/components/TableHead/components/HeadSelectionCell/headSelectionCell.tsx +0 -26
- package/src/components/Table/components/TableHead/tableHead.tsx +0 -64
- package/src/components/Table/components/TableHead/types.ts +0 -5
- package/src/components/Table/components/TableHead/utils.ts +0 -42
- package/src/components/Table/components/TablePagination/stories/args.ts +0 -12
- package/src/components/Table/components/TablePagination/stories/tablePagination.stories.tsx +0 -15
- package/src/components/Table/components/TablePagination/tablePagination.styles.ts +0 -11
- package/src/components/Table/components/TablePagination/tablePagination.tsx +0 -47
- package/src/components/Table/components/TablePagination/types.ts +0 -8
- package/src/components/Table/components/TableRow/tableRow.styles.ts +0 -76
- package/src/components/Table/components/TableRows/components/CollapsableRows/collapsableRows.styles.ts +0 -6
- package/src/components/Table/components/TableRows/components/CollapsableRows/collapsableRows.tsx +0 -47
- package/src/components/Table/components/TableRows/components/CollapsableRows/hook.ts +0 -20
- package/src/components/Table/components/TableRows/components/VirtualizedRow/virtualizedRow.tsx +0 -61
- package/src/components/Table/components/TableRows/tableRows.tsx +0 -65
- package/src/components/Table/components/TableToolbar/components/ColumnGrouping/columnGrouping.tsx +0 -36
- package/src/components/Table/components/TableToolbar/components/ColumnGrouping/components/MenuItems/constants.ts +0 -13
- package/src/components/Table/components/TableToolbar/components/ColumnGrouping/components/MenuItems/menuItems.styles.ts +0 -17
- package/src/components/Table/components/TableToolbar/components/ColumnGrouping/components/MenuItems/menuItems.tsx +0 -55
- package/src/components/Table/components/TableToolbar/components/ColumnGrouping/components/MenuItems/types.ts +0 -7
- package/src/components/Table/components/TableToolbar/components/ColumnGrouping/components/MenuItems/utils.ts +0 -58
- package/src/components/Table/components/TableToolbar/components/ColumnGrouping/constants.ts +0 -5
- package/src/components/Table/components/TableToolbar/components/ColumnGrouping/types.ts +0 -5
- package/src/components/Table/components/TableToolbar/components/ColumnGrouping/utils.ts +0 -38
- package/src/components/Table/components/TableToolbar/components/ColumnVisibility/columnVisibility.styles.ts +0 -12
- package/src/components/Table/components/TableToolbar/components/ColumnVisibility/columnVisibility.tsx +0 -28
- package/src/components/Table/components/TableToolbar/components/ColumnVisibility/components/MenuItems/constants.ts +0 -9
- package/src/components/Table/components/TableToolbar/components/ColumnVisibility/components/MenuItems/menuItems.styles.ts +0 -17
- package/src/components/Table/components/TableToolbar/components/ColumnVisibility/components/MenuItems/menuItems.tsx +0 -53
- package/src/components/Table/components/TableToolbar/components/ColumnVisibility/components/MenuItems/types.ts +0 -5
- package/src/components/Table/components/TableToolbar/components/ColumnVisibility/components/MenuItems/utils.ts +0 -44
- package/src/components/Table/components/TableToolbar/components/ColumnVisibility/constants.ts +0 -5
- package/src/components/Table/components/TableToolbar/components/ColumnVisibility/types.ts +0 -5
- package/src/components/Table/components/TableToolbar/components/RowPreview/components/RowDrawer/common/constants.ts +0 -12
- package/src/components/Table/components/TableToolbar/components/RowPreview/components/RowDrawer/rowDrawer.styles.ts +0 -33
- package/src/components/Table/components/TableToolbar/components/RowPreview/components/RowDrawer/rowDrawer.tsx +0 -59
- package/src/components/Table/components/TableToolbar/components/RowPreview/components/Section/components/RowDetail/rowDetail.styles.ts +0 -48
- package/src/components/Table/components/TableToolbar/components/RowPreview/components/Section/components/RowDetail/rowDetail.tsx +0 -51
- package/src/components/Table/components/TableToolbar/components/RowPreview/components/Section/section.styles.ts +0 -12
- package/src/components/Table/components/TableToolbar/components/RowPreview/components/Section/section.tsx +0 -28
- package/src/components/Table/components/TableToolbar/components/RowPreview/rowPreview.tsx +0 -26
- package/src/components/Table/components/TableToolbar/components/RowSelection/components/DropdownMenu/dropdownMenu.styles.ts +0 -8
- package/src/components/Table/components/TableToolbar/components/RowSelection/components/DropdownMenu/dropdownMenu.tsx +0 -37
- package/src/components/Table/components/TableToolbar/components/RowSelection/rowSelection.styles.ts +0 -8
- package/src/components/Table/components/TableToolbar/components/RowSelection/rowSelection.tsx +0 -30
- package/src/components/Table/components/TableToolbar/constants.ts +0 -8
- package/src/components/Table/components/TableToolbar/tableToolbar.styles.ts +0 -19
- package/src/components/Table/components/TableToolbar/tableToolbar.tsx +0 -61
- package/src/components/Table/components/TableToolbar2/tableToolbar2.styles.ts +0 -18
- package/src/components/Table/components/TableToolbar2/tableToolbar2.tsx +0 -17
- package/src/components/Table/components/TableToolbar2/types.ts +0 -5
- package/src/components/Table/coreOptions/state/pagination/constants.ts +0 -8
- package/src/components/Table/coreOptions/state/pagination/utils.ts +0 -21
- package/src/components/Table/featureOptions/facetedColumn/getFacetedMinMaxValues.ts +0 -64
- package/src/components/Table/featureOptions/facetedColumn/utils.ts +0 -14
- package/src/components/Table/featureOptions/tableDownload/constants.ts +0 -9
- package/src/components/Table/features/RowPosition/constants.ts +0 -37
- package/src/components/Table/features/RowPosition/types.ts +0 -7
- package/src/components/Table/features/RowPosition/utils.ts +0 -56
- package/src/components/Table/features/RowPreview/constants.ts +0 -65
- package/src/components/Table/features/RowPreview/entities.ts +0 -25
- package/src/components/Table/features/RowPreview/utils.ts +0 -93
- package/src/components/Table/features/RowSelectionValidation/constants.ts +0 -24
- package/src/components/Table/features/RowSelectionValidation/types.ts +0 -10
- package/src/components/Table/features/RowSelectionValidation/utils.ts +0 -15
- package/src/components/Table/features/TableDownload/constants.ts +0 -24
- package/src/components/Table/features/TableDownload/onDownload/utils.ts +0 -76
- package/src/components/Table/features/TableDownload/types.ts +0 -19
- package/src/components/Table/features/TableDownload/utils.ts +0 -60
- package/src/components/Table/features/entities.ts +0 -36
- package/src/components/Table/hooks/UseVirtualization/hook.ts +0 -31
- package/src/components/Table/hooks/UseVirtualization/types.ts +0 -9
- package/src/components/Table/hooks/UseVirtualization/utils.ts +0 -27
- package/src/components/Table/options/updater.ts +0 -29
- package/src/components/Table/table.styles.ts +0 -55
- package/src/components/Table/table.tsx +0 -145
- package/src/components/TableCreator/common/utils.ts +0 -37
- package/src/components/TableCreator/options/columnTrackSizing/typeGuards.ts +0 -12
- package/src/components/TableCreator/options/columnTrackSizing/utils.ts +0 -99
- package/src/components/TableCreator/options/expanded/constants.ts +0 -14
- package/src/components/TableCreator/options/expanded/hook.ts +0 -6
- package/src/components/TableCreator/options/grouping/constants.ts +0 -6
- package/src/components/TableCreator/options/grouping/hook.ts +0 -17
- package/src/components/TableCreator/options/hook.ts +0 -25
- package/src/components/TableCreator/options/initialState/columnVisibility.ts +0 -22
- package/src/components/TableCreator/options/initialState/hook.ts +0 -24
- package/src/components/TableCreator/options/rowSelection/constants.ts +0 -10
- package/src/components/TableCreator/options/rowSelection/hook.ts +0 -8
- package/src/components/TableCreator/options/sorting/constants.ts +0 -10
- package/src/components/TableCreator/options/sorting/hook.ts +0 -6
- package/src/components/TableCreator/options/visibility/constants.ts +0 -5
- package/src/components/TableCreator/options/visibility/hook.ts +0 -22
- package/src/components/TableCreator/tableCreator.tsx +0 -18
- package/src/components/TempError/components/errorBox.tsx +0 -15
- package/src/components/TempError/index.ts +0 -1
- package/src/components/TempError/tempError.tsx +0 -26
- package/src/components/common/Accordion/accordion.stories.tsx +0 -36
- package/src/components/common/Accordion/accordion.tsx +0 -43
- package/src/components/common/Alert/alert.styles.ts +0 -22
- package/src/components/common/Alert/alert.tsx +0 -18
- package/src/components/common/Alert/constants.ts +0 -29
- package/src/components/common/Alert/hooks/useTransition/types.ts +0 -5
- package/src/components/common/Alert/hooks/useTransition/useTransition.ts +0 -25
- package/src/components/common/AnchorLink/anchorLink.styles.ts +0 -15
- package/src/components/common/AnchorLink/anchorLink.tsx +0 -35
- package/src/components/common/Banner/banner.styles.ts +0 -29
- package/src/components/common/Banner/banner.tsx +0 -15
- package/src/components/common/Banner/components/CookieBanner/constants.ts +0 -9
- package/src/components/common/Banner/components/CookieBanner/cookieBanner.styles.ts +0 -34
- package/src/components/common/Banner/components/CookieBanner/cookieBanner.tsx +0 -56
- package/src/components/common/Banner/components/SessionTimeout/sessionTimeout.tsx +0 -21
- package/src/components/common/Banner/components/SystemIndexing/systemIndexing.tsx +0 -22
- package/src/components/common/Banner/components/SystemStatus/systemStatus.tsx +0 -22
- package/src/components/common/Banner/constants.ts +0 -11
- package/src/components/common/Breadcrumbs/breadcrumbs.stories.tsx +0 -57
- package/src/components/common/Breadcrumbs/breadcrumbs.tsx +0 -42
- package/src/components/common/Breadcrumbs/constants.ts +0 -6
- package/src/components/common/Breadcrumbs/typeGuard.ts +0 -24
- package/src/components/common/Button/button.tsx +0 -36
- package/src/components/common/Button/components/ButtonOutline/buttonOutline.styles.ts +0 -18
- package/src/components/common/Button/components/ButtonOutline/buttonOutline.tsx +0 -23
- package/src/components/common/Button/components/ButtonPrimary/buttonPrimary.tsx +0 -13
- package/src/components/common/Button/components/ButtonSecondary/buttonSecondary.tsx +0 -15
- package/src/components/common/Button/components/ButtonSecondaryOutline/buttonSecondaryOutline.tsx +0 -14
- package/src/components/common/Button/components/ButtonText/buttonText.styles.ts +0 -13
- package/src/components/common/Button/components/ButtonText/buttonText.tsx +0 -8
- package/src/components/common/Button/components/ButtonTextPrimary/buttonTextPrimary.styles.ts +0 -9
- package/src/components/common/Button/components/ButtonTextPrimary/buttonTextPrimary.tsx +0 -8
- package/src/components/common/Button/components/ButtonTextUnderline/buttonTextUnderline.styles.ts +0 -14
- package/src/components/common/Button/components/ButtonTextUnderline/buttonTextUnderline.tsx +0 -8
- package/src/components/common/Button/components/CallToActionButton/callToActionButton.stories.tsx +0 -33
- package/src/components/common/Button/components/CallToActionButton/callToActionButton.tsx +0 -58
- package/src/components/common/Button/components/DropdownButton/dropdownButton.styles.ts +0 -25
- package/src/components/common/Button/components/DropdownButton/dropdownButton.tsx +0 -22
- package/src/components/common/Button/components/DropdownButton/types.ts +0 -5
- package/src/components/common/Button/components/FileDownloadButton/fileDownloadButton.tsx +0 -27
- package/src/components/common/Button/components/HelpIconButton/helpIconButton.stories.tsx +0 -25
- package/src/components/common/Button/components/HelpIconButton/helpIconButton.styles.ts +0 -9
- package/src/components/common/Button/components/HelpIconButton/helpIconButton.tsx +0 -42
- package/src/components/common/Button/components/NavigationButton/navigationButton.styles.ts +0 -32
- package/src/components/common/Button/components/NavigationButton/navigationButton.tsx +0 -28
- package/src/components/common/Button/constants.ts +0 -37
- package/src/components/common/ButtonGroup/buttonGroup.tsx +0 -50
- package/src/components/common/ButtonGroup/components/ButtonGroupButton/buttonGroupButton.tsx +0 -32
- package/src/components/common/ButtonGroup/constants.ts +0 -13
- package/src/components/common/Card/card.stories.tsx +0 -45
- package/src/components/common/Card/card.styles.ts +0 -15
- package/src/components/common/Card/card.tsx +0 -67
- package/src/components/common/Card/components/CardAction/cardAction.tsx +0 -17
- package/src/components/common/Card/components/CardActionArea/cardActionArea.tsx +0 -42
- package/src/components/common/Card/components/CardActions/cardActions.styles.ts +0 -9
- package/src/components/common/Card/components/CardActions/cardActions.tsx +0 -16
- package/src/components/common/Card/components/CardMedia/cardMedia.styles.ts +0 -11
- package/src/components/common/Card/components/CardMedia/cardMedia.tsx +0 -23
- package/src/components/common/Card/components/CardSecondaryText/cardSecondaryText.tsx +0 -13
- package/src/components/common/Card/components/CardSecondaryTitle/cardSecondaryTitle.styles.ts +0 -6
- package/src/components/common/Card/components/CardSecondaryTitle/cardSecondaryTitle.tsx +0 -14
- package/src/components/common/Card/components/CardText/cardText.tsx +0 -12
- package/src/components/common/Card/components/CardTitle/cardTitle.tsx +0 -13
- package/src/components/common/Card/components/RoundedCard/roundedCard.tsx +0 -11
- package/src/components/common/Chip/components/Beta/beta.styles.ts +0 -15
- package/src/components/common/Chip/components/Beta/beta.tsx +0 -25
- package/src/components/common/Chip/components/Beta/stories/beta.stories.tsx +0 -12
- package/src/components/common/Code/code.stories.tsx +0 -17
- package/src/components/common/Code/code.styles.ts +0 -62
- package/src/components/common/Code/code.tsx +0 -38
- package/src/components/common/CopyToClipboard/copyToClipboard.stories.tsx +0 -22
- package/src/components/common/CopyToClipboard/copyToClipboard.tsx +0 -50
- package/src/components/common/CustomIcon/common/constants.ts +0 -14
- package/src/components/common/CustomIcon/common/entities.ts +0 -3
- package/src/components/common/CustomIcon/components/AddIcon/addIcon.tsx +0 -22
- package/src/components/common/CustomIcon/components/AddLinkIcon/addLinkIcon.tsx +0 -18
- package/src/components/common/CustomIcon/components/AlertIcon/alertIcon.tsx +0 -22
- package/src/components/common/CustomIcon/components/BackArrowIcon/backArrowIcon.tsx +0 -22
- package/src/components/common/CustomIcon/components/CheckedIcon/checkedIcon.tsx +0 -26
- package/src/components/common/CustomIcon/components/CloseIcon/closeIcon.tsx +0 -17
- package/src/components/common/CustomIcon/components/ContactSupportIcon/contactSupportIcon.tsx +0 -22
- package/src/components/common/CustomIcon/components/ContentCopyIcon/contentCopyIcon.tsx +0 -22
- package/src/components/common/CustomIcon/components/DiscourseIcon/discourseIcon.tsx +0 -22
- package/src/components/common/CustomIcon/components/DownloadIcon/downloadIcon.tsx +0 -22
- package/src/components/common/CustomIcon/components/EmailReadIcon/emailReadIcon.tsx +0 -22
- package/src/components/common/CustomIcon/components/ErrorIcon/errorIcon.tsx +0 -22
- package/src/components/common/CustomIcon/components/FacebookIcon/facebookIcon.tsx +0 -22
- package/src/components/common/CustomIcon/components/FeedbackIcon/feedbackIcon.tsx +0 -22
- package/src/components/common/CustomIcon/components/FormStatusCompletedIcon/formStatusCompletedIcon.tsx +0 -23
- package/src/components/common/CustomIcon/components/FormStatusIncompleteIcon/formStatusIncompleteIcon.tsx +0 -28
- package/src/components/common/CustomIcon/components/ForwardArrowIcon/forwardArrowIcon.tsx +0 -18
- package/src/components/common/CustomIcon/components/GitHubIcon/gitHubIcon.tsx +0 -22
- package/src/components/common/CustomIcon/components/GoogleIcon/googleIcon.tsx +0 -33
- package/src/components/common/CustomIcon/components/HelpIcon/helpIcon.tsx +0 -22
- package/src/components/common/CustomIcon/components/InProgressIcon/inProgressIcon.tsx +0 -22
- package/src/components/common/CustomIcon/components/IndeterminateIcon/indeterminateIcon.tsx +0 -23
- package/src/components/common/CustomIcon/components/InfoIcon/infoIcon.tsx +0 -22
- package/src/components/common/CustomIcon/components/InventoryIcon/inventoryIcon.tsx +0 -22
- package/src/components/common/CustomIcon/components/LinkedInIcon/linkedInIcon.tsx +0 -22
- package/src/components/common/CustomIcon/components/LoadingIcon/loadingIcon.tsx +0 -108
- package/src/components/common/CustomIcon/components/OpenInNewIcon/openInNewIcon.tsx +0 -22
- package/src/components/common/CustomIcon/components/RadioCheckedIcon/radioCheckedIcon.tsx +0 -24
- package/src/components/common/CustomIcon/components/RadioUncheckedIcon/radioUncheckedIcon.tsx +0 -27
- package/src/components/common/CustomIcon/components/RemoveIcon/removeIcon.tsx +0 -22
- package/src/components/common/CustomIcon/components/SearchIcon/searchIcon.tsx +0 -21
- package/src/components/common/CustomIcon/components/SearchOffIcon/searchOffIcon.tsx +0 -22
- package/src/components/common/CustomIcon/components/Segment/segment.tsx +0 -18
- package/src/components/common/CustomIcon/components/SlackIcon/slackIcon.tsx +0 -22
- package/src/components/common/CustomIcon/components/SouthIcon/southIcon.tsx +0 -22
- package/src/components/common/CustomIcon/components/SuccessIcon/successIcon.tsx +0 -22
- package/src/components/common/CustomIcon/components/UnLinkIcon/unLinkIcon.tsx +0 -18
- package/src/components/common/CustomIcon/components/UncheckedDisabledIcon/uncheckedDisabledIcon.tsx +0 -27
- package/src/components/common/CustomIcon/components/UncheckedErrorIcon/uncheckedErrorIcon.tsx +0 -27
- package/src/components/common/CustomIcon/components/UncheckedIcon/uncheckedIcon.tsx +0 -27
- package/src/components/common/CustomIcon/components/UnfoldMoreIcon/unfoldMoreIcon.tsx +0 -22
- package/src/components/common/CustomIcon/components/UpArrowIcon/upArrowIcon.tsx +0 -21
- package/src/components/common/CustomIcon/components/WarningIcon/warningIcon.tsx +0 -22
- package/src/components/common/CustomIcon/components/XIcon/xIcon.tsx +0 -22
- package/src/components/common/CustomIcon/components/YouTubeIcon/youTubeIcon.tsx +0 -22
- package/src/components/common/Dialog/components/DialogTitle/dialogTitle.tsx +0 -26
- package/src/components/common/Dialog/dialog.tsx +0 -21
- package/src/components/common/Dialog/hooks/useDialog.ts +0 -28
- package/src/components/common/Dot/dot.styles.ts +0 -12
- package/src/components/common/Dot/dot.tsx +0 -7
- package/src/components/common/Drawer/components/DrawerTitle/drawerTitle.styles.ts +0 -12
- package/src/components/common/Drawer/components/DrawerTitle/drawerTitle.tsx +0 -27
- package/src/components/common/Drawer/components/drawer.styles.ts +0 -6
- package/src/components/common/Drawer/drawer.tsx +0 -21
- package/src/components/common/Drawer/provider/context.ts +0 -8
- package/src/components/common/Drawer/provider/hook.ts +0 -11
- package/src/components/common/Drawer/provider/provider.tsx +0 -19
- package/src/components/common/Drawer/provider/types.ts +0 -12
- package/src/components/common/DropdownMenu/common/constants.ts +0 -7
- package/src/components/common/DropdownMenu/common/entities.ts +0 -11
- package/src/components/common/DropdownMenu/components/MenuItem/menuItem.tsx +0 -24
- package/src/components/common/DropdownMenu/dropdownMenu.styles.ts +0 -8
- package/src/components/common/DropdownMenu/dropdownMenu.tsx +0 -52
- package/src/components/common/EllipsisContent/ellipsisContent.styles.ts +0 -24
- package/src/components/common/EllipsisContent/ellipsisContent.tsx +0 -204
- package/src/components/common/Form/components/Input/input.styles.ts +0 -55
- package/src/components/common/Form/components/Input/input.tsx +0 -41
- package/src/components/common/Form/components/Select/components/DropDownIcon/dropDownIcon.tsx +0 -9
- package/src/components/common/Form/components/Select/select.styles.ts +0 -26
- package/src/components/common/Form/components/Select/select.tsx +0 -41
- package/src/components/common/Form/components/UploadFile/uploadFile.styles.ts +0 -55
- package/src/components/common/Form/components/UploadFile/uploadFile.tsx +0 -92
- package/src/components/common/Grid/components/GridItem/gridItem.tsx +0 -25
- package/src/components/common/Grid/grid.tsx +0 -23
- package/src/components/common/IconBadge/iconBadge.styles.ts +0 -49
- package/src/components/common/IconBadge/iconBadge.tsx +0 -32
- package/src/components/common/IconButton/iconButton.styles.ts +0 -20
- package/src/components/common/IconButton/iconButton.tsx +0 -33
- package/src/components/common/Input/input.styles.ts +0 -37
- package/src/components/common/Input/input.tsx +0 -66
- package/src/components/common/KeyValuePairs/components/KeyElType/keyElType.tsx +0 -26
- package/src/components/common/KeyValuePairs/components/KeyValueElType/keyValueElType.tsx +0 -34
- package/src/components/common/KeyValuePairs/components/ValueElType/valueElType.tsx +0 -20
- package/src/components/common/KeyValuePairs/keyValuePairs.tsx +0 -45
- package/src/components/common/Link/typeGuards.ts +0 -35
- package/src/components/common/LoginDialog/constants.ts +0 -33
- package/src/components/common/LoginDialog/loginDialog.styles.ts +0 -50
- package/src/components/common/LoginDialog/loginDialog.tsx +0 -56
- package/src/components/common/LoginDialog/types.ts +0 -4
- package/src/components/common/MDXMarkdown/components/Section/mdxSection.styles.ts +0 -27
- package/src/components/common/Markdown/markdown.tsx +0 -19
- package/src/components/common/Menu/hooks/useMenu.ts +0 -62
- package/src/components/common/OutlinedInput/components/InputAdornment/components/ClearInputAdornment/clearInputAdornment.styles.ts +0 -12
- package/src/components/common/OutlinedInput/components/InputAdornment/components/ClearInputAdornment/clearInputAdornment.tsx +0 -21
- package/src/components/common/OutlinedInput/components/InputAdornment/components/ClearInputAdornment/constants.ts +0 -13
- package/src/components/common/OutlinedInput/components/InputAdornment/components/ClearInputAdornment/types.ts +0 -4
- package/src/components/common/OutlinedInput/components/InputAdornment/components/SearchInputAdornment/constants.ts +0 -7
- package/src/components/common/OutlinedInput/components/InputAdornment/components/SearchInputAdornment/searchInputAdornment.tsx +0 -13
- package/src/components/common/OutlinedInput/components/InputAdornment/components/constants.ts +0 -7
- package/src/components/common/OutlinedInput/components/InputAdornment/inputAdornment.styles.ts +0 -6
- package/src/components/common/OutlinedInput/outlinedInput.styles.ts +0 -24
- package/src/components/common/Paper/components/FlatPaper/flatPaper.styles.ts +0 -9
- package/src/components/common/Paper/components/FlatPaper/flatPaper.tsx +0 -10
- package/src/components/common/Paper/components/FluidPaper/fluidPaper.styles.ts +0 -11
- package/src/components/common/Paper/components/FluidPaper/fluidPaper.tsx +0 -10
- package/src/components/common/Paper/components/RoundedPaper/roundedPaper.styles.ts +0 -10
- package/src/components/common/Paper/components/RoundedPaper/roundedPaper.tsx +0 -10
- package/src/components/common/Paper/paper.styles.ts +0 -77
- package/src/components/common/Paper/paper.tsx +0 -44
- package/src/components/common/Progress/components/CircularProgress/circularProgress.styles.ts +0 -6
- package/src/components/common/Progress/components/CircularProgress/circularProgress.tsx +0 -26
- package/src/components/common/Progress/components/CircularProgress/components/CircularProgressTrack/circularProgressTrack.styles.ts +0 -27
- package/src/components/common/Progress/components/CircularProgress/components/CircularProgressTrack/circularProgressTrack.tsx +0 -23
- package/src/components/common/RadioGroup/radioGroup.tsx +0 -58
- package/src/components/common/Section/components/CollapsableSection/collapsableSection.styles.ts +0 -39
- package/src/components/common/Section/components/CollapsableSection/collapsableSection.tsx +0 -82
- package/src/components/common/Section/components/SectionDetailsEmpty/sectionDetailsEmpty.tsx +0 -11
- package/src/components/common/Section/components/SectionTitle/sectionTitle.stories.tsx +0 -20
- package/src/components/common/Section/components/SectionTitle/sectionTitle.tsx +0 -25
- package/src/components/common/Section/section.styles.ts +0 -66
- package/src/components/common/Sections/sections.tsx +0 -18
- package/src/components/common/Socials/socials.stories.tsx +0 -63
- package/src/components/common/Socials/socials.styles.ts +0 -15
- package/src/components/common/Socials/socials.tsx +0 -50
- package/src/components/common/Stack/components/Divider/divider.styles.tsx +0 -6
- package/src/components/common/Stack/components/Divider/divider.tsx +0 -25
- package/src/components/common/Stack/stack.tsx +0 -44
- package/src/components/common/StaticImage/staticImage.stories.tsx +0 -26
- package/src/components/common/StaticImage/staticImage.tsx +0 -35
- package/src/components/common/StatusBadge/statusBadge.stories.tsx +0 -18
- package/src/components/common/StatusBadge/statusBadge.tsx +0 -35
- package/src/components/common/StatusIcon/statusIcon.stories.tsx +0 -23
- package/src/components/common/StatusIcon/statusIcon.styles.ts +0 -51
- package/src/components/common/StatusIcon/statusIcon.tsx +0 -33
- package/src/components/common/Tabs/tabs.styles.ts +0 -48
- package/src/components/common/Tabs/tabs.tsx +0 -92
- package/src/components/common/Tag/tag.stories.tsx +0 -22
- package/src/components/common/Tag/tag.styles.ts +0 -14
- package/src/components/common/Tag/tag.tsx +0 -18
- package/src/components/common/Title/title.styles.ts +0 -9
- package/src/components/common/Title/title.tsx +0 -26
- package/src/components/common/ToggleButtonGroup/hooks/UseToggleButtonGroup/hook.ts +0 -17
- package/src/components/common/ToggleButtonGroup/provider/context.ts +0 -9
- package/src/components/common/ToggleButtonGroup/provider/hook.ts +0 -16
- package/src/components/common/ToggleButtonGroup/provider/provider.tsx +0 -37
- package/src/components/common/ToggleButtonGroup/provider/types.ts +0 -17
- package/src/components/common/ToggleButtonGroup/toggleButtonGroup.stories.tsx +0 -38
- package/src/components/common/ToggleButtonGroup/toggleButtonGroup.tsx +0 -87
- package/src/components/common/Typography/TypographyWordBreak/TypographyWordBreak.tsx +0 -23
- package/src/components/common/Typography/common/entities.ts +0 -5
- package/src/components/types.ts +0 -21
- package/src/components/utils.ts +0 -10
- package/src/config/config.ts +0 -19
- package/src/config/entities.ts +0 -456
- package/src/config/utils.ts +0 -89
- package/src/entity/api/service.ts +0 -195
- package/src/entity/apicf/service.ts +0 -73
- package/src/entity/common/client.ts +0 -30
- package/src/entity/common/service.ts +0 -40
- package/src/entity/common/utils.ts +0 -12
- package/src/entity/service/factory.ts +0 -44
- package/src/entity/service/model.ts +0 -72
- package/src/entity/tsv/service.ts +0 -49
- package/src/hooks/UseLayoutSpacing/hook.ts +0 -12
- package/src/hooks/UseLayoutSpacing/types.ts +0 -8
- package/src/hooks/ai/useAiRoutes/hook.ts +0 -22
- package/src/hooks/authentication/auth/useAuthReducer.ts +0 -16
- package/src/hooks/authentication/authentication/useAuthenticationReducer.ts +0 -16
- package/src/hooks/authentication/config/useAuthenticationConfig.ts +0 -13
- package/src/hooks/authentication/credentials/useCredentialsReducer.ts +0 -13
- package/src/hooks/authentication/profile/types.ts +0 -9
- package/src/hooks/authentication/profile/useProfile.ts +0 -21
- package/src/hooks/authentication/providers/types.ts +0 -7
- package/src/hooks/authentication/providers/useProviders.ts +0 -23
- package/src/hooks/authentication/session/useSessionActive.ts +0 -51
- package/src/hooks/authentication/session/useSessionCallbackUrl.ts +0 -25
- package/src/hooks/authentication/session/useSessionIdleTimer.ts +0 -9
- package/src/hooks/authentication/session/useSessionTimeout.ts +0 -40
- package/src/hooks/authentication/terra/useAuthenticationForm.ts +0 -120
- package/src/hooks/authentication/terra/useAuthenticationNIHExpiry.ts +0 -63
- package/src/hooks/authentication/token/types.ts +0 -5
- package/src/hooks/authentication/token/useToken.ts +0 -9
- package/src/hooks/authentication/token/useTokenReducer.ts +0 -19
- package/src/hooks/stateSyncManager/hook.ts +0 -47
- package/src/hooks/stateSyncManager/hooks/UseBeforePopState/hook.ts +0 -30
- package/src/hooks/stateSyncManager/hooks/UseMetaCommands/hook.ts +0 -30
- package/src/hooks/stateSyncManager/hooks/UseMetaCommands/types.ts +0 -4
- package/src/hooks/stateSyncManager/hooks/UseStateSync/hook.ts +0 -52
- package/src/hooks/stateSyncManager/hooks/UseStateSync/utils.ts +0 -58
- package/src/hooks/stateSyncManager/types.ts +0 -34
- package/src/hooks/types.ts +0 -4
- package/src/hooks/useAsync.ts +0 -100
- package/src/hooks/useBreakpoint.ts +0 -55
- package/src/hooks/useBreakpointHelper.ts +0 -24
- package/src/hooks/useCatalog.ts +0 -17
- package/src/hooks/useCategoryFilter.ts +0 -289
- package/src/hooks/useConfig.tsx +0 -10
- package/src/hooks/useCurrentBreakpoint.ts +0 -23
- package/src/hooks/useCurrentDetailTab.ts +0 -29
- package/src/hooks/useDownloadStatus.ts +0 -31
- package/src/hooks/useEntityExportConfig.ts +0 -16
- package/src/hooks/useEntityHeadTitle.ts +0 -62
- package/src/hooks/useEntityList.ts +0 -206
- package/src/hooks/useEntityService.ts +0 -75
- package/src/hooks/useExploreMode/types.ts +0 -7
- package/src/hooks/useExploreMode/useExploreMode.ts +0 -16
- package/src/hooks/useExploreState.tsx +0 -13
- package/src/hooks/useExportConfig.ts +0 -16
- package/src/hooks/useExportToTerraResponseURL.ts +0 -25
- package/src/hooks/useFeatureFlag/common/entities.ts +0 -4
- package/src/hooks/useFeatureFlag/common/utils.ts +0 -17
- package/src/hooks/useFeatureFlag/useFeatureFlag.ts +0 -19
- package/src/hooks/useFetchEntity.tsx +0 -82
- package/src/hooks/useFetchRequestURL.ts +0 -20
- package/src/hooks/useFileLocation.ts +0 -37
- package/src/hooks/useFileManifest/common/entities.ts +0 -51
- package/src/hooks/useFileManifest/common/utils.ts +0 -218
- package/src/hooks/useFileManifest/useFetchFilesFacets.ts +0 -57
- package/src/hooks/useFileManifest/useFetchSummary.ts +0 -45
- package/src/hooks/useFileManifest/useFileManifest.ts +0 -40
- package/src/hooks/useFileManifest/useFileManifestDownload.ts +0 -118
- package/src/hooks/useFileManifest/useFileManifestFileCount.ts +0 -65
- package/src/hooks/useFileManifest/useFileManifestFormat.ts +0 -23
- package/src/hooks/useFileManifest/useFileManifestSpreadsheet.ts +0 -110
- package/src/hooks/useFileManifestState.ts +0 -13
- package/src/hooks/useHtmlStyle/constants.ts +0 -5
- package/src/hooks/useHtmlStyle/hook.ts +0 -23
- package/src/hooks/useHtmlStyle/types.ts +0 -3
- package/src/hooks/useLocalStorage/common/utils.ts +0 -19
- package/src/hooks/useLocalStorage/useLocalStorage.ts +0 -17
- package/src/hooks/useLocation.ts +0 -25
- package/src/hooks/useRequestFileLocation.ts +0 -154
- package/src/hooks/useRequestManifest/constants.ts +0 -6
- package/src/hooks/useRequestManifest/types.ts +0 -7
- package/src/hooks/useRequestManifest/useRequestManifest.ts +0 -49
- package/src/hooks/useRequestManifest/utils.ts +0 -166
- package/src/hooks/useResetableState.ts +0 -18
- package/src/hooks/useResizeObserver.ts +0 -114
- package/src/hooks/useRouteHistory.ts +0 -65
- package/src/hooks/useRouteRoot.ts +0 -11
- package/src/hooks/useSummary.ts +0 -40
- package/src/hooks/useSystemStatus.ts +0 -10
- package/src/hooks/useURLFilterParams.ts +0 -68
- package/src/hooks/useUpdateURLCatalogParam.ts +0 -21
- package/src/hooks/useUpdateURLSearchParams.ts +0 -20
- package/src/hooks/useWindowResize.ts +0 -52
- package/src/images/cc.svg +0 -18
- package/src/images/logo.svg +0 -3
- package/src/index.ts +0 -1
- package/src/mocks/useRequestFileManifest.mocks.ts +0 -123
- package/src/providers/authentication/auth/actions.ts +0 -17
- package/src/providers/authentication/auth/constants.ts +0 -6
- package/src/providers/authentication/auth/context.ts +0 -9
- package/src/providers/authentication/auth/dispatch.ts +0 -58
- package/src/providers/authentication/auth/hook.ts +0 -11
- package/src/providers/authentication/auth/reducer.ts +0 -25
- package/src/providers/authentication/auth/types.ts +0 -63
- package/src/providers/authentication/authentication/actions.ts +0 -17
- package/src/providers/authentication/authentication/constants.ts +0 -6
- package/src/providers/authentication/authentication/context.ts +0 -8
- package/src/providers/authentication/authentication/dispatch.ts +0 -55
- package/src/providers/authentication/authentication/hook.ts +0 -11
- package/src/providers/authentication/authentication/reducer.ts +0 -34
- package/src/providers/authentication/authentication/types.ts +0 -64
- package/src/providers/authentication/authentication/utils.ts +0 -25
- package/src/providers/authentication/common/types.ts +0 -1
- package/src/providers/authentication/common/utils.ts +0 -11
- package/src/providers/authentication/credentials/actions.ts +0 -17
- package/src/providers/authentication/credentials/constants.ts +0 -5
- package/src/providers/authentication/credentials/context.ts +0 -8
- package/src/providers/authentication/credentials/dispatch.ts +0 -31
- package/src/providers/authentication/credentials/hook.ts +0 -11
- package/src/providers/authentication/credentials/reducer.ts +0 -30
- package/src/providers/authentication/credentials/types.ts +0 -33
- package/src/providers/authentication/terra/context.ts +0 -16
- package/src/providers/authentication/terra/hook.ts +0 -11
- package/src/providers/authentication/terra/hooks/common/constants.ts +0 -31
- package/src/providers/authentication/terra/hooks/common/entities.ts +0 -28
- package/src/providers/authentication/terra/hooks/common/utils.ts +0 -31
- package/src/providers/authentication/terra/hooks/useFetchProfiles.ts +0 -61
- package/src/providers/authentication/terra/hooks/useFetchTerraNIHProfile.ts +0 -96
- package/src/providers/authentication/terra/hooks/useFetchTerraProfile.ts +0 -111
- package/src/providers/authentication/terra/hooks/useFetchTerraTermsOfService.ts +0 -100
- package/src/providers/authentication/terra/hooks/utils.ts +0 -29
- package/src/providers/authentication/terra/provider.tsx +0 -60
- package/src/providers/authentication/terra/types.ts +0 -23
- package/src/providers/authentication/terra/utils.ts +0 -49
- package/src/providers/authentication/token/constants.ts +0 -6
- package/src/providers/authentication/token/dispatch.ts +0 -29
- package/src/providers/authentication/token/reducer.ts +0 -26
- package/src/providers/authentication/token/types.ts +0 -36
- package/src/providers/config.tsx +0 -58
- package/src/providers/dataDictionary/context.ts +0 -6
- package/src/providers/dataDictionary/hook.ts +0 -11
- package/src/providers/dataDictionary/types.ts +0 -6
- package/src/providers/dataDictionaryState/actions/clearMeta/action.ts +0 -18
- package/src/providers/dataDictionaryState/actions/clearMeta/dispatch.ts +0 -13
- package/src/providers/dataDictionaryState/actions/clearMeta/types.ts +0 -8
- package/src/providers/dataDictionaryState/actions/stateToUrl/action.ts +0 -20
- package/src/providers/dataDictionaryState/actions/stateToUrl/dispatch.ts +0 -14
- package/src/providers/dataDictionaryState/actions/stateToUrl/types.ts +0 -15
- package/src/providers/dataDictionaryState/actions/types.ts +0 -20
- package/src/providers/dataDictionaryState/actions/updateColumnFilters/action.ts +0 -24
- package/src/providers/dataDictionaryState/actions/updateColumnFilters/dispatch.ts +0 -16
- package/src/providers/dataDictionaryState/actions/updateColumnFilters/types.ts +0 -12
- package/src/providers/dataDictionaryState/actions/updateColumnFilters/utils.ts +0 -41
- package/src/providers/dataDictionaryState/actions/updateGlobalFilter/action.ts +0 -25
- package/src/providers/dataDictionaryState/actions/updateGlobalFilter/dispatch.ts +0 -16
- package/src/providers/dataDictionaryState/actions/updateGlobalFilter/types.ts +0 -12
- package/src/providers/dataDictionaryState/actions/updateGlobalFilter/utils.ts +0 -50
- package/src/providers/dataDictionaryState/actions/urlToState/action.ts +0 -28
- package/src/providers/dataDictionaryState/actions/urlToState/dispatch.ts +0 -14
- package/src/providers/dataDictionaryState/actions/urlToState/types.ts +0 -11
- package/src/providers/dataDictionaryState/context.ts +0 -9
- package/src/providers/dataDictionaryState/dictionaries/constants.ts +0 -4
- package/src/providers/dataDictionaryState/dictionaries/state.ts +0 -45
- package/src/providers/dataDictionaryState/dictionaries/types.ts +0 -11
- package/src/providers/dataDictionaryState/dictionaries/utils.ts +0 -25
- package/src/providers/dataDictionaryState/hooks/UseDataDictionaryInitialArgs/hook.ts +0 -14
- package/src/providers/dataDictionaryState/hooks/UseDataDictionaryInitialArgs/types.ts +0 -5
- package/src/providers/dataDictionaryState/hooks/UseDataDictionaryReducer/hook.ts +0 -17
- package/src/providers/dataDictionaryState/hooks/UseDataDictionaryState/hook.ts +0 -11
- package/src/providers/dataDictionaryState/initializer/constants.ts +0 -6
- package/src/providers/dataDictionaryState/initializer/initializer.ts +0 -22
- package/src/providers/dataDictionaryState/initializer/utils.ts +0 -39
- package/src/providers/dataDictionaryState/provider.tsx +0 -16
- package/src/providers/dataDictionaryState/reducer.ts +0 -42
- package/src/providers/dataDictionaryState/types.ts +0 -18
- package/src/providers/exploreState/actions/clearMeta/action.ts +0 -18
- package/src/providers/exploreState/actions/clearMeta/dispatch.ts +0 -13
- package/src/providers/exploreState/actions/clearMeta/types.ts +0 -8
- package/src/providers/exploreState/actions/stateToUrl/action.ts +0 -20
- package/src/providers/exploreState/actions/stateToUrl/dispatch.ts +0 -14
- package/src/providers/exploreState/actions/stateToUrl/types.ts +0 -15
- package/src/providers/exploreState/actions/updateFilterSort/action.ts +0 -30
- package/src/providers/exploreState/actions/updateFilterSort/dispatch.ts +0 -16
- package/src/providers/exploreState/actions/updateFilterSort/types.ts +0 -9
- package/src/providers/exploreState/actions/updateFilterSort/utils.ts +0 -30
- package/src/providers/exploreState/actions/updateGrouping/action.ts +0 -26
- package/src/providers/exploreState/actions/updateGrouping/dispatch.ts +0 -16
- package/src/providers/exploreState/actions/updateGrouping/types.ts +0 -11
- package/src/providers/exploreState/actions/updateGrouping/utils.ts +0 -33
- package/src/providers/exploreState/actions/updateVisibility/action.ts +0 -29
- package/src/providers/exploreState/actions/updateVisibility/dispatch.ts +0 -19
- package/src/providers/exploreState/actions/updateVisibility/types.ts +0 -11
- package/src/providers/exploreState/actions/updateVisibility/utils.ts +0 -28
- package/src/providers/exploreState/actions/urlToState/action.ts +0 -74
- package/src/providers/exploreState/actions/urlToState/dispatch.ts +0 -14
- package/src/providers/exploreState/actions/urlToState/types.ts +0 -11
- package/src/providers/exploreState/actions/urlToState/utils.ts +0 -18
- package/src/providers/exploreState/constants.ts +0 -9
- package/src/providers/exploreState/entities/query/buildQuery.ts +0 -66
- package/src/providers/exploreState/entities/state.ts +0 -53
- package/src/providers/exploreState/entities/types.ts +0 -19
- package/src/providers/exploreState/entities.ts +0 -66
- package/src/providers/exploreState/initializer/constants.ts +0 -46
- package/src/providers/exploreState/initializer/utils.ts +0 -339
- package/src/providers/exploreState/payloads/entities.ts +0 -95
- package/src/providers/exploreState/utils.ts +0 -295
- package/src/providers/exploreState.tsx +0 -783
- package/src/providers/fileManifestState/constants.ts +0 -17
- package/src/providers/fileManifestState.tsx +0 -392
- package/src/providers/googleSignInAuthentication/common/types.ts +0 -28
- package/src/providers/googleSignInAuthentication/constants.ts +0 -17
- package/src/providers/googleSignInAuthentication/hooks/useGoogleSignInService.ts +0 -53
- package/src/providers/googleSignInAuthentication/profile/types.ts +0 -15
- package/src/providers/googleSignInAuthentication/profile/utils.ts +0 -29
- package/src/providers/googleSignInAuthentication/provider.tsx +0 -53
- package/src/providers/googleSignInAuthentication/service/constants.ts +0 -16
- package/src/providers/googleSignInAuthentication/service/service.ts +0 -68
- package/src/providers/googleSignInAuthentication/types.ts +0 -7
- package/src/providers/layoutDimensions/constants.ts +0 -6
- package/src/providers/layoutDimensions/context.tsx +0 -10
- package/src/providers/layoutDimensions/hook.ts +0 -7
- package/src/providers/layoutDimensions/provider.tsx +0 -29
- package/src/providers/layoutDimensions/types.ts +0 -17
- package/src/providers/loginGuard/common/types.ts +0 -21
- package/src/providers/loginGuard/context.ts +0 -12
- package/src/providers/loginGuard/hook.ts +0 -14
- package/src/providers/loginGuard/provider.tsx +0 -76
- package/src/providers/nextAuthAuthentication/hooks/useNextAuthService.ts +0 -26
- package/src/providers/nextAuthAuthentication/provider.tsx +0 -42
- package/src/providers/nextAuthAuthentication/service/service.ts +0 -14
- package/src/providers/nextAuthAuthentication/types.ts +0 -9
- package/src/providers/services/provider.tsx +0 -25
- package/src/providers/services/wasPop/context.ts +0 -7
- package/src/providers/services/wasPop/hook.ts +0 -7
- package/src/providers/services/wasPop/provider.tsx +0 -45
- package/src/providers/services/wasPop/types.ts +0 -7
- package/src/providers/systemStatus.tsx +0 -112
- package/src/routes/constants.ts +0 -4
- package/src/services/beforePopState/popStateBus.ts +0 -64
- package/src/services/beforePopState/types.ts +0 -15
- package/src/services/beforePopState/useOnPopState.ts +0 -15
- package/src/services/beforePopState/usePopStateBus.ts +0 -14
- package/src/shared/constants.ts +0 -1
- package/src/shared/utils.ts +0 -34
- package/src/storybook/controls/constants.ts +0 -12
- package/src/storybook/controls/types.ts +0 -4
- package/src/storybook/controls/utils.ts +0 -18
- package/src/storybook/decorators.tsx +0 -17
- package/src/storybook/loremIpsum.ts +0 -5
- package/src/storybook/parameters.ts +0 -14
- package/src/styles/common/constants/app.ts +0 -3
- package/src/styles/common/constants/colorMixes.ts +0 -23
- package/src/styles/common/constants/font.ts +0 -18
- package/src/styles/common/constants/palette.ts +0 -47
- package/src/styles/common/constants/shadows.ts +0 -5
- package/src/styles/common/constants/size.ts +0 -5
- package/src/styles/common/mixins/breakpoints.ts +0 -31
- package/src/styles/common/mixins/typography.ts +0 -15
- package/src/styles/common/mui/alert.ts +0 -24
- package/src/styles/common/mui/button.ts +0 -38
- package/src/styles/common/mui/buttonGroup.ts +0 -46
- package/src/styles/common/mui/chip.ts +0 -36
- package/src/styles/common/mui/drawer.ts +0 -24
- package/src/styles/common/mui/icon.ts +0 -8
- package/src/styles/common/mui/iconButton.ts +0 -40
- package/src/styles/common/mui/inputAdornment.ts +0 -22
- package/src/styles/common/mui/inputBase.ts +0 -38
- package/src/styles/common/mui/link.ts +0 -15
- package/src/styles/common/mui/outlinedInput.ts +0 -14
- package/src/styles/common/mui/paper.ts +0 -10
- package/src/styles/common/mui/popover.ts +0 -19
- package/src/styles/common/mui/stack.ts +0 -33
- package/src/styles/common/mui/stepper.ts +0 -14
- package/src/styles/common/mui/svgIcon.ts +0 -35
- package/src/styles/common/mui/tab.ts +0 -16
- package/src/styles/common/mui/tableCell.ts +0 -40
- package/src/styles/common/mui/tabs.ts +0 -20
- package/src/styles/common/mui/textField.ts +0 -33
- package/src/styles/common/mui/toggleButton.ts +0 -27
- package/src/styles/common/mui/typography.ts +0 -45
- package/src/tests/mui/constants.ts +0 -6
- package/src/tests/testIds.ts +0 -26
- package/src/tests/utils.ts +0 -53
- package/src/theme/common/breakpoints.ts +0 -19
- package/src/theme/common/components.ts +0 -1439
- package/src/theme/common/fontStyles.ts +0 -17
- package/src/theme/common/palette.ts +0 -137
- package/src/theme/common/shadows.ts +0 -29
- package/src/theme/common/typography.ts +0 -154
- package/src/theme/components/index.ts +0 -4
- package/src/theme/components/muiAlert.ts +0 -122
- package/src/theme/components/muiAlertTitle.ts +0 -14
- package/src/theme/components/muiButtonGroup.ts +0 -83
- package/src/theme/components/muiTableCell.ts +0 -53
- package/src/theme/theme.ts +0 -45
- package/src/theme/types.ts +0 -5
- package/src/types/error.ts +0 -21
- package/src/utils/database.ts +0 -58
- package/src/utils/fetchQueryParams.ts +0 -27
- package/src/utils/formatCountSize.ts +0 -27
- package/src/utils/formatFileSize.ts +0 -26
- package/src/utils/mdx/files/mapMDXSlugByFilePaths.ts +0 -48
- package/src/utils/mdx/files/resolveRelativeDirs.ts +0 -10
- package/src/utils/mdx/frontmatter/getMatter.ts +0 -13
- package/src/utils/mdx/frontmatter/types.ts +0 -7
- package/src/utils/mdx/frontmatter/validateMatter.ts +0 -20
- package/src/utils/mdx/plugins/rehypeSlug.ts +0 -64
- package/src/utils/mdx/plugins/remarkHeadings.ts +0 -66
- package/src/utils/mdx/plugins/types.ts +0 -4
- package/src/utils/mdx/plugins/utils.ts +0 -39
- package/src/utils/mdx/staticGeneration/staticPaths.ts +0 -18
- package/src/utils/mdx/staticGeneration/staticProps.ts +0 -61
- package/src/utils/mdx/staticGeneration/types.ts +0 -16
- package/src/utils/mdx/staticGeneration/utils.ts +0 -32
- package/src/utils/parseJsonQueryParam.ts +0 -27
- package/src/utils/replaceParameters.ts +0 -23
- package/src/utils/ssr.ts +0 -5
- package/src/utils/stateToUrlQuery.ts +0 -40
- package/src/utils/tests.ts +0 -39
- package/src/utils/typeGuards.ts +0 -8
- package/src/utils/url.ts +0 -20
- package/src/viewModelBuilders/common/entities.ts +0 -4
- package/src/viewModelBuilders/common/utils.ts +0 -45
- package/src/views/ContentView/contentView.stories.tsx +0 -105
- package/src/views/ContentView/contentView.tsx +0 -29
- package/src/views/DataDictionaryView/dataDictionaryView.tsx +0 -35
- package/src/views/DataDictionaryView/types.ts +0 -5
- package/src/views/DataDictionaryView/utils.ts +0 -23
- package/src/views/EntityDetailView/entityDetailView.tsx +0 -90
- package/src/views/EntityExportMethodView/entityExportMethodView.tsx +0 -67
- package/src/views/EntityExportView/entityExportView.tsx +0 -39
- package/src/views/ExploreView/entityList/filters/components/ToggleButtonGroup/toggleButtonGroup.styles.ts +0 -25
- package/src/views/ExploreView/entityList/filters/components/ToggleButtonGroup/toggleButtonGroup.tsx +0 -35
- package/src/views/ExploreView/entityList/filters/filters.styles.ts +0 -19
- package/src/views/ExploreView/exploreView.tsx +0 -208
- package/src/views/ExploreView/hooks/UseUpdateFilterSort/hook.ts +0 -20
- package/src/views/ExploreView/hooks/UseUpdateFilterSort/types.ts +0 -7
- package/src/views/ExploreView/utils.ts +0 -25
- package/src/views/ExportMethodView/exportMethodView.tsx +0 -42
- package/src/views/ExportView/exportView.tsx +0 -32
- package/src/views/LoginView/loginView.tsx +0 -24
- package/src/views/ResearchView/assistant/assistant.tsx +0 -28
- package/src/views/ResearchView/assistant/components/Drawer/drawer.styles.ts +0 -24
- package/src/views/ResearchView/assistant/components/Drawer/drawer.tsx +0 -26
- package/src/views/ResearchView/assistant/components/Drawer/types.ts +0 -5
- package/src/views/ResearchView/assistant/components/Form/constants.ts +0 -3
- package/src/views/ResearchView/assistant/components/Form/form.styles.ts +0 -8
- package/src/views/ResearchView/assistant/components/Form/form.tsx +0 -33
- package/src/views/ResearchView/assistant/components/Form/types.ts +0 -9
- package/src/views/ResearchView/assistant/components/Form/utils.ts +0 -51
- package/src/views/ResearchView/assistant/components/Input/constants.ts +0 -16
- package/src/views/ResearchView/assistant/components/Input/hooks/UseControlledInput/hook.ts +0 -33
- package/src/views/ResearchView/assistant/components/Input/hooks/UseControlledInput/types.ts +0 -12
- package/src/views/ResearchView/assistant/components/Input/hooks/UseKeyShortCuts/constants.ts +0 -7
- package/src/views/ResearchView/assistant/components/Input/hooks/UseKeyShortCuts/hook.ts +0 -47
- package/src/views/ResearchView/assistant/components/Input/hooks/UseKeyShortCuts/types.ts +0 -13
- package/src/views/ResearchView/assistant/components/Input/hooks/UseKeyShortCuts/utils.ts +0 -95
- package/src/views/ResearchView/assistant/components/Input/input.styles.ts +0 -21
- package/src/views/ResearchView/assistant/components/Input/input.tsx +0 -46
- package/src/views/ResearchView/assistant/components/Input/stories/input.stories.tsx +0 -21
- package/src/views/ResearchView/assistant/components/Input/types.ts +0 -4
- package/src/views/ResearchView/assistant/components/Input/utils.ts +0 -34
- package/src/views/ResearchView/assistant/components/Messages/components/AssistantMessage/assistantMessage.tsx +0 -21
- package/src/views/ResearchView/assistant/components/Messages/components/AssistantMessage/types.ts +0 -5
- package/src/views/ResearchView/assistant/components/Messages/components/ErrorMessage/errorMessage.tsx +0 -21
- package/src/views/ResearchView/assistant/components/Messages/components/ErrorMessage/types.ts +0 -5
- package/src/views/ResearchView/assistant/components/Messages/components/PromptMessage/components/Chips/chips.styles.ts +0 -27
- package/src/views/ResearchView/assistant/components/Messages/components/PromptMessage/components/Chips/chips.tsx +0 -31
- package/src/views/ResearchView/assistant/components/Messages/components/PromptMessage/components/Chips/types.ts +0 -6
- package/src/views/ResearchView/assistant/components/Messages/components/PromptMessage/promptMessage.tsx +0 -26
- package/src/views/ResearchView/assistant/components/Messages/components/PromptMessage/types.ts +0 -6
- package/src/views/ResearchView/assistant/components/Messages/components/UserMessage/types.ts +0 -5
- package/src/views/ResearchView/assistant/components/Messages/components/UserMessage/useMessage.styles.ts +0 -11
- package/src/views/ResearchView/assistant/components/Messages/components/UserMessage/userMessage.tsx +0 -21
- package/src/views/ResearchView/assistant/components/Messages/hooks/UseScroll/hook.ts +0 -25
- package/src/views/ResearchView/assistant/components/Messages/messages.styles.ts +0 -10
- package/src/views/ResearchView/assistant/components/Messages/messages.tsx +0 -29
- package/src/views/ResearchView/assistant/components/Messages/selector/messageSelector.tsx +0 -37
- package/src/views/ResearchView/assistant/components/Messages/selector/types.ts +0 -6
- package/src/views/ResearchView/assistant/components/Messages/stories/args.ts +0 -115
- package/src/views/ResearchView/assistant/components/Messages/stories/messages.stories.tsx +0 -24
- package/src/views/ResearchView/assistant/components/Messages/types.ts +0 -5
- package/src/views/ResearchView/assistant/components/ToggleButtonGroup/stories/toggleButtonGroup.stories.tsx +0 -22
- package/src/views/ResearchView/assistant/components/ToggleButtonGroup/toggleButtonGroup.styles.ts +0 -22
- package/src/views/ResearchView/assistant/components/ToggleButtonGroup/toggleButtonGroup.tsx +0 -34
- package/src/views/ResearchView/assistant/stories/args.ts +0 -36
- package/src/views/ResearchView/assistant/stories/assistant.stories.tsx +0 -39
- package/src/views/ResearchView/query/constants.ts +0 -5
- package/src/views/ResearchView/query/fetch.ts +0 -58
- package/src/views/ResearchView/researchView.tsx +0 -19
- package/src/views/ResearchView/state/actions/setError/action.ts +0 -22
- package/src/views/ResearchView/state/actions/setError/dispatch.ts +0 -14
- package/src/views/ResearchView/state/actions/setError/types.ts +0 -16
- package/src/views/ResearchView/state/actions/setMessage/action.ts +0 -26
- package/src/views/ResearchView/state/actions/setMessage/dispatch.ts +0 -14
- package/src/views/ResearchView/state/actions/setMessage/types.ts +0 -19
- package/src/views/ResearchView/state/actions/setQuery/action.ts +0 -22
- package/src/views/ResearchView/state/actions/setQuery/dispatch.ts +0 -14
- package/src/views/ResearchView/state/actions/setQuery/types.ts +0 -16
- package/src/views/ResearchView/state/actions/setStatus/action.ts +0 -19
- package/src/views/ResearchView/state/actions/setStatus/dispatch.ts +0 -14
- package/src/views/ResearchView/state/actions/setStatus/types.ts +0 -16
- package/src/views/ResearchView/state/actions/types.ts +0 -23
- package/src/views/ResearchView/state/constants.ts +0 -9
- package/src/views/ResearchView/state/context.ts +0 -11
- package/src/views/ResearchView/state/guards/guards.ts +0 -58
- package/src/views/ResearchView/state/hooks/UseChatDispatch/hook.ts +0 -46
- package/src/views/ResearchView/state/hooks/UseChatDispatch/types.ts +0 -11
- package/src/views/ResearchView/state/hooks/UseChatReducer/hook.ts +0 -15
- package/src/views/ResearchView/state/hooks/UseChatState/hook.ts +0 -14
- package/src/views/ResearchView/state/initializer/initializer.ts +0 -23
- package/src/views/ResearchView/state/initializer/types.ts +0 -3
- package/src/views/ResearchView/state/provider.tsx +0 -34
- package/src/views/ResearchView/state/query/context.ts +0 -9
- package/src/views/ResearchView/state/query/hooks/UseQuery/hook.ts +0 -11
- package/src/views/ResearchView/state/query/hooks/UseSubmit/hook.ts +0 -71
- package/src/views/ResearchView/state/query/provider.tsx +0 -27
- package/src/views/ResearchView/state/query/types.ts +0 -31
- package/src/views/ResearchView/state/reducer.ts +0 -34
- package/src/views/ResearchView/state/types.ts +0 -149
|
@@ -1,1439 +0,0 @@
|
|
|
1
|
-
import { Components, Theme, ThemeOptions } from "@mui/material";
|
|
2
|
-
import { DropDownIcon } from "../../components/common/Form/components/Select/components/DropDownIcon/dropDownIcon";
|
|
3
|
-
import { APP } from "../../styles/common/constants/app";
|
|
4
|
-
import { COLOR_MIXES } from "../../styles/common/constants/colorMixes";
|
|
5
|
-
import { FONT } from "../../styles/common/constants/font";
|
|
6
|
-
import { PALETTE } from "../../styles/common/constants/palette";
|
|
7
|
-
import { SHADOWS } from "../../styles/common/constants/shadows";
|
|
8
|
-
import { bpUpLg, bpUpSm, bpUpXs } from "../../styles/common/mixins/breakpoints";
|
|
9
|
-
import { BUTTON_PROPS } from "../../styles/common/mui/button";
|
|
10
|
-
import { CHIP_PROPS } from "../../styles/common/mui/chip";
|
|
11
|
-
import { OUTLINED_INPUT_PROPS } from "../../styles/common/mui/outlinedInput";
|
|
12
|
-
import { TOGGLE_BUTTON_PROPS } from "../../styles/common/mui/toggleButton";
|
|
13
|
-
import { TYPOGRAPHY_PROPS } from "../../styles/common/mui/typography";
|
|
14
|
-
import * as C from "../components";
|
|
15
|
-
|
|
16
|
-
// Constants
|
|
17
|
-
const FLEX_START = "flex-start";
|
|
18
|
-
|
|
19
|
-
const MuiAccordion: Components["MuiAccordion"] = {
|
|
20
|
-
defaultProps: {
|
|
21
|
-
disableGutters: true,
|
|
22
|
-
elevation: 0,
|
|
23
|
-
square: true,
|
|
24
|
-
},
|
|
25
|
-
styleOverrides: {
|
|
26
|
-
root: {
|
|
27
|
-
backgroundColor: "transparent",
|
|
28
|
-
boxShadow: `inset 0 1px 0 0 ${PALETTE.SMOKE_MAIN}, inset 0 -1px 0 0 ${PALETTE.SMOKE_MAIN}`,
|
|
29
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
30
|
-
"&:before": {
|
|
31
|
-
display: "none",
|
|
32
|
-
},
|
|
33
|
-
"&:nth-of-type(n+2)": {
|
|
34
|
-
boxShadow: `inset 0 -1px 0 0 ${PALETTE.SMOKE_MAIN}`,
|
|
35
|
-
},
|
|
36
|
-
},
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
|
|
40
|
-
const MuiAccordionDetails: Components["MuiAccordionDetails"] = {
|
|
41
|
-
styleOverrides: {
|
|
42
|
-
root: {
|
|
43
|
-
marginBottom: 16,
|
|
44
|
-
padding: "0 32px",
|
|
45
|
-
},
|
|
46
|
-
},
|
|
47
|
-
};
|
|
48
|
-
|
|
49
|
-
const MuiAccordionSummary: Components["MuiAccordionSummary"] = {
|
|
50
|
-
styleOverrides: {
|
|
51
|
-
content: {
|
|
52
|
-
margin: "16px 0",
|
|
53
|
-
},
|
|
54
|
-
root: {
|
|
55
|
-
flexDirection: "row-reverse",
|
|
56
|
-
gap: 8,
|
|
57
|
-
padding: 0,
|
|
58
|
-
},
|
|
59
|
-
},
|
|
60
|
-
};
|
|
61
|
-
|
|
62
|
-
const MuiAppBar: Components["MuiAppBar"] = {
|
|
63
|
-
defaultProps: {
|
|
64
|
-
color: "default",
|
|
65
|
-
elevation: 0,
|
|
66
|
-
position: "static",
|
|
67
|
-
},
|
|
68
|
-
styleOverrides: {
|
|
69
|
-
colorDefault: {
|
|
70
|
-
backgroundColor: PALETTE.COMMON_WHITE,
|
|
71
|
-
},
|
|
72
|
-
},
|
|
73
|
-
};
|
|
74
|
-
|
|
75
|
-
const MuiBackdrop: Components["MuiBackdrop"] = {
|
|
76
|
-
styleOverrides: {
|
|
77
|
-
invisible: {
|
|
78
|
-
backgroundColor: "transparent",
|
|
79
|
-
},
|
|
80
|
-
root: {
|
|
81
|
-
backgroundColor: COLOR_MIXES.INK_MAIN_80,
|
|
82
|
-
},
|
|
83
|
-
},
|
|
84
|
-
};
|
|
85
|
-
|
|
86
|
-
const MuiBreadcrumbs: Components["MuiBreadcrumbs"] = {
|
|
87
|
-
styleOverrides: {
|
|
88
|
-
li: {
|
|
89
|
-
font: FONT.BODY_SMALL_400,
|
|
90
|
-
margin: 0,
|
|
91
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
92
|
-
"& .MuiLink-root": {
|
|
93
|
-
color: "inherit",
|
|
94
|
-
},
|
|
95
|
-
"& .MuiTypography-root": {
|
|
96
|
-
color: "inherit",
|
|
97
|
-
font: "inherit",
|
|
98
|
-
},
|
|
99
|
-
},
|
|
100
|
-
ol: {
|
|
101
|
-
gap: 2,
|
|
102
|
-
},
|
|
103
|
-
root: {
|
|
104
|
-
color: PALETTE.INK_LIGHT,
|
|
105
|
-
},
|
|
106
|
-
separator: {
|
|
107
|
-
margin: 0,
|
|
108
|
-
},
|
|
109
|
-
},
|
|
110
|
-
};
|
|
111
|
-
|
|
112
|
-
const MuiButton: Components<Theme>["MuiButton"] = {
|
|
113
|
-
defaultProps: {
|
|
114
|
-
disableRipple: true,
|
|
115
|
-
disableTouchRipple: true,
|
|
116
|
-
},
|
|
117
|
-
styleOverrides: {
|
|
118
|
-
containedPrimary: {
|
|
119
|
-
backgroundColor: PALETTE.PRIMARY_MAIN,
|
|
120
|
-
boxShadow: `0 1px 0 0 ${COLOR_MIXES.COMMON_BLACK_08}, inset 0 -1px 0 0 ${COLOR_MIXES.COMMON_BLACK_20}`,
|
|
121
|
-
color: PALETTE.COMMON_WHITE,
|
|
122
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
123
|
-
"&:hover": {
|
|
124
|
-
backgroundColor: PALETTE.PRIMARY_DARK,
|
|
125
|
-
boxShadow: `0 1px 0 0 ${COLOR_MIXES.COMMON_BLACK_08}, inset 0 -1px 0 0 ${COLOR_MIXES.COMMON_BLACK_20}`,
|
|
126
|
-
},
|
|
127
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
128
|
-
"&:active": {
|
|
129
|
-
backgroundColor: PALETTE.PRIMARY_DARK,
|
|
130
|
-
boxShadow: `0 1px 0 0 ${COLOR_MIXES.COMMON_BLACK_08}, inset 0 -1px 0 0 ${COLOR_MIXES.COMMON_BLACK_20}`,
|
|
131
|
-
},
|
|
132
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
133
|
-
"&.Mui-disabled": {
|
|
134
|
-
backgroundColor: PALETTE.PRIMARY_MAIN,
|
|
135
|
-
boxShadow: "none",
|
|
136
|
-
color: PALETTE.COMMON_WHITE,
|
|
137
|
-
opacity: 0.5,
|
|
138
|
-
},
|
|
139
|
-
},
|
|
140
|
-
containedSecondary: {
|
|
141
|
-
backgroundColor: PALETTE.COMMON_WHITE,
|
|
142
|
-
boxShadow: `inset 0 0 0 1px ${PALETTE.SMOKE_DARK}, 0 1px 0 0 ${COLOR_MIXES.COMMON_BLACK_05}`,
|
|
143
|
-
color: PALETTE.INK_MAIN,
|
|
144
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
145
|
-
"&.Mui-focusVisible": {
|
|
146
|
-
backgroundColor: PALETTE.COMMON_WHITE,
|
|
147
|
-
boxShadow: `inset 0 0 0 1px ${PALETTE.SMOKE_DARK}, 0 1px 0 0 ${COLOR_MIXES.COMMON_BLACK_05}`,
|
|
148
|
-
},
|
|
149
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
150
|
-
"&:hover": {
|
|
151
|
-
backgroundColor: PALETTE.SMOKE_LIGHTEST,
|
|
152
|
-
boxShadow: `inset 0 0 0 1px ${PALETTE.SMOKE_DARK}, 0 1px 0 0 ${COLOR_MIXES.COMMON_BLACK_05}`,
|
|
153
|
-
},
|
|
154
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
155
|
-
"&:active": {
|
|
156
|
-
backgroundColor: PALETTE.SMOKE_LIGHTEST,
|
|
157
|
-
boxShadow: `inset 0 0 0 1px ${PALETTE.SMOKE_DARK}, 0 1px 0 0 ${COLOR_MIXES.COMMON_BLACK_05}`,
|
|
158
|
-
},
|
|
159
|
-
"&:disabled": {
|
|
160
|
-
backgroundColor: PALETTE.COMMON_WHITE,
|
|
161
|
-
boxShadow: `inset 0 0 0 1px ${PALETTE.SMOKE_DARK}`,
|
|
162
|
-
color: PALETTE.INK_MAIN,
|
|
163
|
-
opacity: 0.5,
|
|
164
|
-
},
|
|
165
|
-
},
|
|
166
|
-
endIcon: {
|
|
167
|
-
margin: 0,
|
|
168
|
-
variants: [
|
|
169
|
-
{
|
|
170
|
-
props: { size: BUTTON_PROPS.SIZE.LARGE },
|
|
171
|
-
style: { marginRight: -4 },
|
|
172
|
-
},
|
|
173
|
-
{
|
|
174
|
-
props: { size: BUTTON_PROPS.SIZE.MEDIUM },
|
|
175
|
-
style: { marginRight: -4 },
|
|
176
|
-
},
|
|
177
|
-
],
|
|
178
|
-
},
|
|
179
|
-
outlinedSecondary: {
|
|
180
|
-
backgroundColor: "transparent",
|
|
181
|
-
border: "none",
|
|
182
|
-
boxShadow: `inset 0 0 0 1px ${COLOR_MIXES.INK_MAIN_32}`,
|
|
183
|
-
color: PALETTE.INK_MAIN,
|
|
184
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
185
|
-
"&:hover": {
|
|
186
|
-
backgroundColor: "transparent",
|
|
187
|
-
border: "none",
|
|
188
|
-
boxShadow: `inset 0 0 0 1px ${COLOR_MIXES.INK_MAIN_64}`,
|
|
189
|
-
},
|
|
190
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
191
|
-
"&:disabled": {
|
|
192
|
-
backgroundColor: "transparent",
|
|
193
|
-
border: "none",
|
|
194
|
-
boxShadow: `inset 0 0 0 1px ${COLOR_MIXES.INK_MAIN_32}`,
|
|
195
|
-
color: PALETTE.INK_MAIN,
|
|
196
|
-
opacity: 0.5,
|
|
197
|
-
},
|
|
198
|
-
},
|
|
199
|
-
root: {
|
|
200
|
-
font: FONT.BODY_500,
|
|
201
|
-
gap: 4,
|
|
202
|
-
letterSpacing: "normal",
|
|
203
|
-
padding: "10px 16px",
|
|
204
|
-
textTransform: "capitalize",
|
|
205
|
-
},
|
|
206
|
-
startIcon: {
|
|
207
|
-
margin: 0,
|
|
208
|
-
variants: [
|
|
209
|
-
{
|
|
210
|
-
props: { size: BUTTON_PROPS.SIZE.LARGE },
|
|
211
|
-
style: { marginLeft: -4 },
|
|
212
|
-
},
|
|
213
|
-
{
|
|
214
|
-
props: { size: BUTTON_PROPS.SIZE.MEDIUM },
|
|
215
|
-
style: { marginLeft: -4 },
|
|
216
|
-
},
|
|
217
|
-
],
|
|
218
|
-
},
|
|
219
|
-
},
|
|
220
|
-
variants: [
|
|
221
|
-
{
|
|
222
|
-
props: { size: BUTTON_PROPS.SIZE.LARGE },
|
|
223
|
-
style: {
|
|
224
|
-
padding: "10px 16px",
|
|
225
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
226
|
-
".MuiButton-iconSizeLarge": {
|
|
227
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
228
|
-
".MuiSvgIcon-root": {
|
|
229
|
-
fontSize: "20px",
|
|
230
|
-
},
|
|
231
|
-
},
|
|
232
|
-
},
|
|
233
|
-
},
|
|
234
|
-
{
|
|
235
|
-
props: { size: BUTTON_PROPS.SIZE.MEDIUM },
|
|
236
|
-
style: { padding: "8px 16px" },
|
|
237
|
-
},
|
|
238
|
-
{
|
|
239
|
-
props: {
|
|
240
|
-
color: BUTTON_PROPS.COLOR.PRIMARY,
|
|
241
|
-
variant: BUTTON_PROPS.VARIANT.TEXT,
|
|
242
|
-
},
|
|
243
|
-
style: {
|
|
244
|
-
alignSelf: "center",
|
|
245
|
-
color: PALETTE.PRIMARY_MAIN,
|
|
246
|
-
minWidth: 0,
|
|
247
|
-
padding: 0,
|
|
248
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
249
|
-
"&:hover": {
|
|
250
|
-
backgroundColor: "transparent",
|
|
251
|
-
textDecoration: "underline",
|
|
252
|
-
textDecorationColor: "currentColor",
|
|
253
|
-
textDecorationSkipInk: "none",
|
|
254
|
-
textUnderlinePosition: "from-font",
|
|
255
|
-
},
|
|
256
|
-
},
|
|
257
|
-
},
|
|
258
|
-
{
|
|
259
|
-
props: {
|
|
260
|
-
variant: "activeNav", // associated with "nav" variant.
|
|
261
|
-
},
|
|
262
|
-
style: {
|
|
263
|
-
backgroundColor: PALETTE.SMOKE_LIGHT,
|
|
264
|
-
color: PALETTE.INK_MAIN,
|
|
265
|
-
font: FONT.BODY_500,
|
|
266
|
-
minWidth: 0,
|
|
267
|
-
textTransform: "capitalize",
|
|
268
|
-
whiteSpace: "nowrap",
|
|
269
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
270
|
-
"&:hover": {
|
|
271
|
-
backgroundColor: PALETTE.SMOKE_LIGHT,
|
|
272
|
-
},
|
|
273
|
-
},
|
|
274
|
-
},
|
|
275
|
-
{
|
|
276
|
-
props: {
|
|
277
|
-
variant: "backNav", // associated with "nav" variant.
|
|
278
|
-
},
|
|
279
|
-
style: ({ theme }) => ({
|
|
280
|
-
...theme.typography["heading-small"],
|
|
281
|
-
color: PALETTE.INK_MAIN,
|
|
282
|
-
minWidth: 0,
|
|
283
|
-
textTransform: "capitalize",
|
|
284
|
-
whiteSpace: "nowrap",
|
|
285
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
286
|
-
"&:hover": {
|
|
287
|
-
backgroundColor: PALETTE.SMOKE_LIGHT,
|
|
288
|
-
},
|
|
289
|
-
}),
|
|
290
|
-
},
|
|
291
|
-
{
|
|
292
|
-
props: {
|
|
293
|
-
variant: "nav",
|
|
294
|
-
},
|
|
295
|
-
style: {
|
|
296
|
-
color: PALETTE.INK_MAIN,
|
|
297
|
-
font: FONT.BODY_500,
|
|
298
|
-
minWidth: 0,
|
|
299
|
-
textTransform: "capitalize",
|
|
300
|
-
whiteSpace: "nowrap",
|
|
301
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
302
|
-
"&:hover": {
|
|
303
|
-
backgroundColor: PALETTE.SMOKE_LIGHT,
|
|
304
|
-
},
|
|
305
|
-
},
|
|
306
|
-
},
|
|
307
|
-
],
|
|
308
|
-
};
|
|
309
|
-
|
|
310
|
-
const MuiButtonBase: Components["MuiButtonBase"] = {
|
|
311
|
-
defaultProps: {
|
|
312
|
-
disableRipple: true,
|
|
313
|
-
disableTouchRipple: true,
|
|
314
|
-
},
|
|
315
|
-
styleOverrides: {
|
|
316
|
-
root: {
|
|
317
|
-
flex: "none",
|
|
318
|
-
fontFamily: APP.FONT_FAMILY,
|
|
319
|
-
},
|
|
320
|
-
},
|
|
321
|
-
};
|
|
322
|
-
|
|
323
|
-
const MuiCard: Components["MuiCard"] = {
|
|
324
|
-
styleOverrides: {
|
|
325
|
-
root: {
|
|
326
|
-
borderRadius: 8,
|
|
327
|
-
},
|
|
328
|
-
},
|
|
329
|
-
};
|
|
330
|
-
|
|
331
|
-
const MuiCheckbox: Components["MuiCheckbox"] = {
|
|
332
|
-
defaultProps: {
|
|
333
|
-
size: "xsmall",
|
|
334
|
-
},
|
|
335
|
-
styleOverrides: {
|
|
336
|
-
root: {
|
|
337
|
-
color: PALETTE.SMOKE_DARK,
|
|
338
|
-
padding: 0,
|
|
339
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
340
|
-
"&.Mui-disabled": {
|
|
341
|
-
color: PALETTE.SMOKE_DARK,
|
|
342
|
-
},
|
|
343
|
-
},
|
|
344
|
-
},
|
|
345
|
-
variants: [
|
|
346
|
-
{
|
|
347
|
-
props: {
|
|
348
|
-
size: "xsmall",
|
|
349
|
-
},
|
|
350
|
-
style: {
|
|
351
|
-
fontSize: "18px",
|
|
352
|
-
},
|
|
353
|
-
},
|
|
354
|
-
],
|
|
355
|
-
};
|
|
356
|
-
|
|
357
|
-
const MuiChip: Components["MuiChip"] = {
|
|
358
|
-
defaultProps: {
|
|
359
|
-
size: "small",
|
|
360
|
-
},
|
|
361
|
-
styleOverrides: {
|
|
362
|
-
deleteIcon: {
|
|
363
|
-
color: "inherit",
|
|
364
|
-
margin: "0 -2px 0 0",
|
|
365
|
-
},
|
|
366
|
-
label: {
|
|
367
|
-
font: FONT.BODY_SMALL_400,
|
|
368
|
-
variants: [
|
|
369
|
-
{
|
|
370
|
-
props: { variant: "status" },
|
|
371
|
-
style: {
|
|
372
|
-
font: FONT.BODY_SMALL_500,
|
|
373
|
-
},
|
|
374
|
-
},
|
|
375
|
-
],
|
|
376
|
-
},
|
|
377
|
-
},
|
|
378
|
-
variants: [
|
|
379
|
-
{
|
|
380
|
-
props: { size: CHIP_PROPS.SIZE.SMALL },
|
|
381
|
-
style: {
|
|
382
|
-
height: 20,
|
|
383
|
-
},
|
|
384
|
-
},
|
|
385
|
-
{
|
|
386
|
-
props: { size: CHIP_PROPS.SIZE.MEDIUM },
|
|
387
|
-
style: {
|
|
388
|
-
height: 24,
|
|
389
|
-
},
|
|
390
|
-
},
|
|
391
|
-
{
|
|
392
|
-
props: { color: "default" },
|
|
393
|
-
style: {
|
|
394
|
-
backgroundColor: PALETTE.SMOKE_MAIN,
|
|
395
|
-
color: PALETTE.INK_MAIN,
|
|
396
|
-
},
|
|
397
|
-
},
|
|
398
|
-
{
|
|
399
|
-
props: { color: "error" },
|
|
400
|
-
style: {
|
|
401
|
-
backgroundColor: PALETTE.ALERT_LIGHT,
|
|
402
|
-
color: PALETTE.ALERT_MAIN,
|
|
403
|
-
},
|
|
404
|
-
},
|
|
405
|
-
{
|
|
406
|
-
props: { color: "info" },
|
|
407
|
-
style: {
|
|
408
|
-
backgroundColor: PALETTE.INFO_LIGHT,
|
|
409
|
-
color: PALETTE.INFO_MAIN,
|
|
410
|
-
},
|
|
411
|
-
},
|
|
412
|
-
{
|
|
413
|
-
props: {
|
|
414
|
-
color: CHIP_PROPS.COLOR.PRIMARY,
|
|
415
|
-
variant: CHIP_PROPS.VARIANT.FILLED,
|
|
416
|
-
},
|
|
417
|
-
style: {
|
|
418
|
-
backgroundColor: PALETTE.PRIMARY_MAIN,
|
|
419
|
-
color: PALETTE.COMMON_WHITE,
|
|
420
|
-
},
|
|
421
|
-
},
|
|
422
|
-
{
|
|
423
|
-
props: { color: "success" },
|
|
424
|
-
style: {
|
|
425
|
-
backgroundColor: PALETTE.SUCCESS_LIGHT,
|
|
426
|
-
color: PALETTE.SUCCESS_MAIN,
|
|
427
|
-
},
|
|
428
|
-
},
|
|
429
|
-
{
|
|
430
|
-
props: { color: "warning" },
|
|
431
|
-
style: {
|
|
432
|
-
backgroundColor: PALETTE.WARNING_LIGHT,
|
|
433
|
-
color: PALETTE.WARNING_MAIN,
|
|
434
|
-
},
|
|
435
|
-
},
|
|
436
|
-
{
|
|
437
|
-
props: { variant: "filterTag" },
|
|
438
|
-
style: {
|
|
439
|
-
cursor: "pointer", // "pointer" cursor required to restore "clickable" ui
|
|
440
|
-
font: FONT.BODY_SMALL_500,
|
|
441
|
-
gap: 2,
|
|
442
|
-
height: 24,
|
|
443
|
-
justifySelf: FLEX_START,
|
|
444
|
-
padding: "0 8px",
|
|
445
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
446
|
-
"& .MuiChip-label": {
|
|
447
|
-
padding: 0,
|
|
448
|
-
},
|
|
449
|
-
},
|
|
450
|
-
},
|
|
451
|
-
{
|
|
452
|
-
props: { variant: "ntag" },
|
|
453
|
-
style: {
|
|
454
|
-
backgroundColor: PALETTE.SMOKE_MAIN,
|
|
455
|
-
boxShadow: `0 0 0 2px ${PALETTE.COMMON_WHITE}`,
|
|
456
|
-
font: FONT.BODY_SMALL_400,
|
|
457
|
-
height: 24,
|
|
458
|
-
justifySelf: FLEX_START,
|
|
459
|
-
minWidth: 0,
|
|
460
|
-
},
|
|
461
|
-
},
|
|
462
|
-
{
|
|
463
|
-
props: { variant: "status" },
|
|
464
|
-
style: {
|
|
465
|
-
boxShadow: `0 0 0 2px ${PALETTE.COMMON_WHITE}`,
|
|
466
|
-
height: 20,
|
|
467
|
-
maxWidth: "fit-content",
|
|
468
|
-
minWidth: 0,
|
|
469
|
-
},
|
|
470
|
-
},
|
|
471
|
-
{
|
|
472
|
-
props: { color: "default", variant: "status" },
|
|
473
|
-
style: {
|
|
474
|
-
color: PALETTE.INK_LIGHT,
|
|
475
|
-
},
|
|
476
|
-
},
|
|
477
|
-
],
|
|
478
|
-
};
|
|
479
|
-
|
|
480
|
-
const MuiCircularProgress: Components["MuiCircularProgress"] = {
|
|
481
|
-
styleOverrides: {
|
|
482
|
-
circle: {
|
|
483
|
-
strokeLinecap: "round",
|
|
484
|
-
},
|
|
485
|
-
},
|
|
486
|
-
variants: [
|
|
487
|
-
{
|
|
488
|
-
props: {
|
|
489
|
-
color: "alert",
|
|
490
|
-
},
|
|
491
|
-
style: {
|
|
492
|
-
color: PALETTE.ALERT_MAIN,
|
|
493
|
-
},
|
|
494
|
-
},
|
|
495
|
-
],
|
|
496
|
-
};
|
|
497
|
-
|
|
498
|
-
const MuiCssBaseline: Components["MuiCssBaseline"] = {
|
|
499
|
-
styleOverrides: {
|
|
500
|
-
a: {
|
|
501
|
-
color: PALETTE.PRIMARY_MAIN,
|
|
502
|
-
textDecoration: "none",
|
|
503
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
504
|
-
"&:hover": {
|
|
505
|
-
textDecoration: "underline",
|
|
506
|
-
},
|
|
507
|
-
},
|
|
508
|
-
body: {
|
|
509
|
-
fontFamily: APP.FONT_FAMILY,
|
|
510
|
-
},
|
|
511
|
-
code: {
|
|
512
|
-
font: FONT.BODY_400_2_LINES,
|
|
513
|
-
fontFamily: "Roboto Mono, monospace",
|
|
514
|
-
fontSize: 12,
|
|
515
|
-
},
|
|
516
|
-
html: {
|
|
517
|
-
overscrollBehaviorX: "contain",
|
|
518
|
-
},
|
|
519
|
-
img: {
|
|
520
|
-
display: "block",
|
|
521
|
-
},
|
|
522
|
-
p: {
|
|
523
|
-
margin: "0 0 8px",
|
|
524
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
525
|
-
"&:last-child": {
|
|
526
|
-
margin: 0,
|
|
527
|
-
},
|
|
528
|
-
},
|
|
529
|
-
pre: {
|
|
530
|
-
margin: 0,
|
|
531
|
-
whiteSpace: "pre-wrap",
|
|
532
|
-
wordBreak: "break-word",
|
|
533
|
-
},
|
|
534
|
-
strong: {
|
|
535
|
-
fontWeight: 500,
|
|
536
|
-
},
|
|
537
|
-
},
|
|
538
|
-
};
|
|
539
|
-
|
|
540
|
-
const MuiDialog: Components["MuiDialog"] = {
|
|
541
|
-
styleOverrides: {
|
|
542
|
-
paper: {
|
|
543
|
-
boxShadow: SHADOWS["02"],
|
|
544
|
-
},
|
|
545
|
-
root: {
|
|
546
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
547
|
-
"& .MuiBackdrop-root": {
|
|
548
|
-
backgroundColor: COLOR_MIXES.INK_MAIN_60,
|
|
549
|
-
},
|
|
550
|
-
},
|
|
551
|
-
},
|
|
552
|
-
};
|
|
553
|
-
|
|
554
|
-
const MuiDialogActions: Components["MuiDialogActions"] = {
|
|
555
|
-
styleOverrides: {
|
|
556
|
-
root: {
|
|
557
|
-
padding: 20,
|
|
558
|
-
},
|
|
559
|
-
},
|
|
560
|
-
};
|
|
561
|
-
|
|
562
|
-
const MuiDialogContent: Components["MuiDialogContent"] = {
|
|
563
|
-
styleOverrides: {
|
|
564
|
-
root: {
|
|
565
|
-
borderColor: PALETTE.SMOKE_MAIN,
|
|
566
|
-
padding: 20,
|
|
567
|
-
},
|
|
568
|
-
},
|
|
569
|
-
};
|
|
570
|
-
|
|
571
|
-
const MuiDialogTitle: Components<Theme>["MuiDialogTitle"] = {
|
|
572
|
-
styleOverrides: {
|
|
573
|
-
root: ({ theme }) => ({
|
|
574
|
-
...theme.typography.heading,
|
|
575
|
-
alignItems: "center",
|
|
576
|
-
display: "grid",
|
|
577
|
-
gridAutoFlow: "column",
|
|
578
|
-
padding: 20,
|
|
579
|
-
[bpUpSm({ theme })]: {},
|
|
580
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
581
|
-
"& .MuiIconButton-edgeEnd": {
|
|
582
|
-
alignSelf: FLEX_START,
|
|
583
|
-
justifySelf: "flex-end",
|
|
584
|
-
},
|
|
585
|
-
}),
|
|
586
|
-
},
|
|
587
|
-
};
|
|
588
|
-
|
|
589
|
-
const MuiDivider: Components["MuiDivider"] = {
|
|
590
|
-
styleOverrides: {
|
|
591
|
-
root: {
|
|
592
|
-
borderColor: PALETTE.SMOKE_MAIN,
|
|
593
|
-
},
|
|
594
|
-
},
|
|
595
|
-
};
|
|
596
|
-
|
|
597
|
-
const MuiDrawer: Components["MuiDrawer"] = {
|
|
598
|
-
styleOverrides: {
|
|
599
|
-
paper: {
|
|
600
|
-
overflowY: "visible", // required; allows backdrop button to render outside of drawer container
|
|
601
|
-
},
|
|
602
|
-
},
|
|
603
|
-
};
|
|
604
|
-
|
|
605
|
-
const MuiFormControlLabel: Components["MuiFormControlLabel"] = {
|
|
606
|
-
styleOverrides: {
|
|
607
|
-
label: {
|
|
608
|
-
font: FONT.BODY_400,
|
|
609
|
-
},
|
|
610
|
-
root: {
|
|
611
|
-
gap: 8,
|
|
612
|
-
margin: 0,
|
|
613
|
-
},
|
|
614
|
-
},
|
|
615
|
-
};
|
|
616
|
-
|
|
617
|
-
const MuiFormGroup: Components["MuiFormGroup"] = {
|
|
618
|
-
styleOverrides: {
|
|
619
|
-
root: {
|
|
620
|
-
alignItems: FLEX_START,
|
|
621
|
-
gap: 12,
|
|
622
|
-
},
|
|
623
|
-
},
|
|
624
|
-
};
|
|
625
|
-
|
|
626
|
-
const MuiFormHelperText: Components["MuiFormHelperText"] = {
|
|
627
|
-
styleOverrides: {
|
|
628
|
-
root: {
|
|
629
|
-
font: FONT.BODY_SMALL_400,
|
|
630
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
631
|
-
"&.Mui-error": {
|
|
632
|
-
color: PALETTE.ALERT_MAIN,
|
|
633
|
-
},
|
|
634
|
-
},
|
|
635
|
-
},
|
|
636
|
-
};
|
|
637
|
-
|
|
638
|
-
const MuiIconButton: Components["MuiIconButton"] = {
|
|
639
|
-
defaultProps: {
|
|
640
|
-
disableRipple: true,
|
|
641
|
-
},
|
|
642
|
-
styleOverrides: {
|
|
643
|
-
colorPrimary: {
|
|
644
|
-
backgroundColor: PALETTE.PRIMARY_MAIN,
|
|
645
|
-
boxShadow: `0 1px 0 0 ${PALETTE.PRIMARY_DARK}`,
|
|
646
|
-
color: PALETTE.COMMON_WHITE,
|
|
647
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
648
|
-
"&.Mui-disabled": {
|
|
649
|
-
backgroundColor: PALETTE.PRIMARY_MAIN,
|
|
650
|
-
color: PALETTE.COMMON_WHITE,
|
|
651
|
-
opacity: 0.5,
|
|
652
|
-
},
|
|
653
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
654
|
-
"&:hover": {
|
|
655
|
-
backgroundColor: PALETTE.PRIMARY_DARK,
|
|
656
|
-
},
|
|
657
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
658
|
-
"&:active": {
|
|
659
|
-
backgroundColor: PALETTE.PRIMARY_DARK,
|
|
660
|
-
boxShadow: "none",
|
|
661
|
-
},
|
|
662
|
-
},
|
|
663
|
-
colorSecondary: {
|
|
664
|
-
backgroundColor: PALETTE.COMMON_WHITE,
|
|
665
|
-
boxShadow: `inset 0 0 0 1px ${PALETTE.SMOKE_DARK}, 0 1px 0 0 ${COLOR_MIXES.COMMON_BLACK_05}`,
|
|
666
|
-
color: PALETTE.INK_MAIN,
|
|
667
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
668
|
-
"&.Mui-disabled": {
|
|
669
|
-
boxShadow: `inset 0 0 0 1px ${PALETTE.SMOKE_DARK}`,
|
|
670
|
-
color: PALETTE.INK_LIGHT,
|
|
671
|
-
opacity: 0.5,
|
|
672
|
-
},
|
|
673
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
674
|
-
"&:hover": {
|
|
675
|
-
backgroundColor: PALETTE.SMOKE_LIGHTEST,
|
|
676
|
-
},
|
|
677
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
678
|
-
"&:active": {
|
|
679
|
-
backgroundColor: PALETTE.SMOKE_LIGHTEST,
|
|
680
|
-
boxShadow: `inset 0 0 0 1px ${PALETTE.SMOKE_DARK}`,
|
|
681
|
-
},
|
|
682
|
-
},
|
|
683
|
-
root: {
|
|
684
|
-
borderRadius: 4,
|
|
685
|
-
},
|
|
686
|
-
sizeLarge: {
|
|
687
|
-
padding: 10,
|
|
688
|
-
},
|
|
689
|
-
sizeMedium: {
|
|
690
|
-
padding: 8,
|
|
691
|
-
},
|
|
692
|
-
sizeSmall: {
|
|
693
|
-
padding: 6,
|
|
694
|
-
},
|
|
695
|
-
},
|
|
696
|
-
variants: [
|
|
697
|
-
{
|
|
698
|
-
props: {
|
|
699
|
-
color: "ink",
|
|
700
|
-
},
|
|
701
|
-
style: {
|
|
702
|
-
color: PALETTE.INK_MAIN,
|
|
703
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
704
|
-
"&:hover": {
|
|
705
|
-
backgroundColor: PALETTE.SMOKE_LIGHT,
|
|
706
|
-
},
|
|
707
|
-
},
|
|
708
|
-
},
|
|
709
|
-
{
|
|
710
|
-
props: {
|
|
711
|
-
color: "inkLight",
|
|
712
|
-
},
|
|
713
|
-
style: {
|
|
714
|
-
color: PALETTE.INK_LIGHT,
|
|
715
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
716
|
-
"&:hover": {
|
|
717
|
-
backgroundColor: PALETTE.SMOKE_LIGHT,
|
|
718
|
-
},
|
|
719
|
-
},
|
|
720
|
-
},
|
|
721
|
-
{
|
|
722
|
-
props: {
|
|
723
|
-
edge: "end",
|
|
724
|
-
size: "small",
|
|
725
|
-
},
|
|
726
|
-
style: {
|
|
727
|
-
marginRight: -6,
|
|
728
|
-
},
|
|
729
|
-
},
|
|
730
|
-
{
|
|
731
|
-
props: {
|
|
732
|
-
size: "xlarge",
|
|
733
|
-
},
|
|
734
|
-
style: {
|
|
735
|
-
padding: 14,
|
|
736
|
-
},
|
|
737
|
-
},
|
|
738
|
-
{
|
|
739
|
-
props: {
|
|
740
|
-
size: "xsmall",
|
|
741
|
-
},
|
|
742
|
-
style: {
|
|
743
|
-
padding: 4,
|
|
744
|
-
},
|
|
745
|
-
},
|
|
746
|
-
{
|
|
747
|
-
props: {
|
|
748
|
-
edge: "end",
|
|
749
|
-
size: "xsmall",
|
|
750
|
-
},
|
|
751
|
-
style: {
|
|
752
|
-
marginRight: -4,
|
|
753
|
-
},
|
|
754
|
-
},
|
|
755
|
-
{
|
|
756
|
-
props: {
|
|
757
|
-
size: "xxsmall",
|
|
758
|
-
},
|
|
759
|
-
style: {
|
|
760
|
-
padding: 0,
|
|
761
|
-
},
|
|
762
|
-
},
|
|
763
|
-
],
|
|
764
|
-
};
|
|
765
|
-
|
|
766
|
-
const MuiInputBase: Components<Theme>["MuiInputBase"] = {
|
|
767
|
-
styleOverrides: {
|
|
768
|
-
multiline: {
|
|
769
|
-
height: "unset",
|
|
770
|
-
},
|
|
771
|
-
root: ({ theme }) => ({
|
|
772
|
-
font: FONT.BODY_400,
|
|
773
|
-
fontSize: 16, // overrides default 14px to prevent IOS zoom on focus.
|
|
774
|
-
height: 40,
|
|
775
|
-
letterSpacing: "normal",
|
|
776
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
777
|
-
[bpUpSm({ theme })]: {
|
|
778
|
-
fontSize: "14px",
|
|
779
|
-
},
|
|
780
|
-
variants: [
|
|
781
|
-
/* PRIMARY */ /* TODO: remove `adornedStart` when all input components are refactored to color: secondary */
|
|
782
|
-
{
|
|
783
|
-
props: { color: "primary" },
|
|
784
|
-
style: {
|
|
785
|
-
adornedStart: {
|
|
786
|
-
gap: 8,
|
|
787
|
-
},
|
|
788
|
-
},
|
|
789
|
-
},
|
|
790
|
-
],
|
|
791
|
-
}),
|
|
792
|
-
},
|
|
793
|
-
};
|
|
794
|
-
|
|
795
|
-
const MuiLink: Components["MuiLink"] = {
|
|
796
|
-
defaultProps: {
|
|
797
|
-
underline: "always",
|
|
798
|
-
},
|
|
799
|
-
styleOverrides: {
|
|
800
|
-
root: {
|
|
801
|
-
cursor: "pointer",
|
|
802
|
-
textDecorationColor: "currentColor",
|
|
803
|
-
textDecorationSkipInk: "none",
|
|
804
|
-
textUnderlinePosition: "from-font",
|
|
805
|
-
},
|
|
806
|
-
underlineNone: {
|
|
807
|
-
"&:hover": {
|
|
808
|
-
textDecoration: "none",
|
|
809
|
-
},
|
|
810
|
-
},
|
|
811
|
-
},
|
|
812
|
-
};
|
|
813
|
-
|
|
814
|
-
const MuiListItemButton: Components["MuiListItemButton"] = {
|
|
815
|
-
styleOverrides: {
|
|
816
|
-
root: {
|
|
817
|
-
font: FONT.BODY_400,
|
|
818
|
-
minHeight: "unset",
|
|
819
|
-
padding: "10px 16px",
|
|
820
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
821
|
-
"&:hover": {
|
|
822
|
-
backgroundColor: PALETTE.SMOKE_LIGHT,
|
|
823
|
-
},
|
|
824
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
825
|
-
"&.Mui-selected": {
|
|
826
|
-
backgroundColor: "unset",
|
|
827
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
828
|
-
"&:hover": {
|
|
829
|
-
backgroundColor: PALETTE.SMOKE_LIGHT,
|
|
830
|
-
},
|
|
831
|
-
},
|
|
832
|
-
},
|
|
833
|
-
},
|
|
834
|
-
};
|
|
835
|
-
|
|
836
|
-
const MuiListItemText: Components["MuiListItemText"] = {
|
|
837
|
-
styleOverrides: {
|
|
838
|
-
root: {
|
|
839
|
-
margin: 0,
|
|
840
|
-
},
|
|
841
|
-
},
|
|
842
|
-
};
|
|
843
|
-
|
|
844
|
-
const MuiListSubheader: Components["MuiListSubheader"] = {
|
|
845
|
-
defaultProps: { disableSticky: true },
|
|
846
|
-
styleOverrides: {
|
|
847
|
-
root: {
|
|
848
|
-
color: PALETTE.INK_MAIN,
|
|
849
|
-
font: FONT.BODY_500,
|
|
850
|
-
},
|
|
851
|
-
},
|
|
852
|
-
};
|
|
853
|
-
|
|
854
|
-
const MuiMenuItem: Components["MuiMenuItem"] = {
|
|
855
|
-
defaultProps: { disableRipple: true },
|
|
856
|
-
styleOverrides: {
|
|
857
|
-
root: {
|
|
858
|
-
font: FONT.BODY_400,
|
|
859
|
-
minHeight: "unset",
|
|
860
|
-
padding: "10px 16px",
|
|
861
|
-
},
|
|
862
|
-
},
|
|
863
|
-
};
|
|
864
|
-
|
|
865
|
-
const MuiOutlinedInput: Components["MuiOutlinedInput"] = {
|
|
866
|
-
styleOverrides: {
|
|
867
|
-
input: {
|
|
868
|
-
color: PALETTE.INK_LIGHT,
|
|
869
|
-
height: 20,
|
|
870
|
-
padding: "10px 14px 10px 0",
|
|
871
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
872
|
-
"&:focus": {
|
|
873
|
-
color: PALETTE.INK_MAIN,
|
|
874
|
-
},
|
|
875
|
-
},
|
|
876
|
-
notchedOutline: {
|
|
877
|
-
borderColor: PALETTE.SMOKE_DARK,
|
|
878
|
-
},
|
|
879
|
-
root: {
|
|
880
|
-
backgroundColor: PALETTE.COMMON_WHITE,
|
|
881
|
-
boxShadow: `inset 0 2px 0 0 ${COLOR_MIXES.COMMON_BLACK_04}`,
|
|
882
|
-
paddingLeft: 12, // TODO: remove when all input components are refactored to color: secondary.
|
|
883
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
884
|
-
"&:hover": {
|
|
885
|
-
"& .MuiOutlinedInput-notchedOutline": {
|
|
886
|
-
borderColor: PALETTE.SMOKE_DARK,
|
|
887
|
-
},
|
|
888
|
-
},
|
|
889
|
-
// eslint-disable-next-line sort-keys -- disabling key order for specificity
|
|
890
|
-
"&.Mui-focused": {
|
|
891
|
-
"& .MuiOutlinedInput-notchedOutline": {
|
|
892
|
-
borderColor: PALETTE.INK_MAIN,
|
|
893
|
-
borderWidth: 1,
|
|
894
|
-
},
|
|
895
|
-
},
|
|
896
|
-
// eslint-disable-next-line sort-keys -- disabling key order for specificity
|
|
897
|
-
"&.Mui-disabled": {
|
|
898
|
-
"& .MuiOutlinedInput-notchedOutline": {
|
|
899
|
-
borderColor: PALETTE.SMOKE_DARK,
|
|
900
|
-
borderWidth: 1,
|
|
901
|
-
},
|
|
902
|
-
},
|
|
903
|
-
"&.Mui-error": {
|
|
904
|
-
backgroundColor: PALETTE.ALERT_LIGHTEST,
|
|
905
|
-
// eslint-disable-next-line sort-keys -- disabling key order for specificity
|
|
906
|
-
"& .MuiOutlinedInput-notchedOutline": {
|
|
907
|
-
borderColor: PALETTE.ALERT_MAIN,
|
|
908
|
-
borderWidth: 1,
|
|
909
|
-
},
|
|
910
|
-
},
|
|
911
|
-
variants: [
|
|
912
|
-
/* PRIMARY */
|
|
913
|
-
{
|
|
914
|
-
props: { color: OUTLINED_INPUT_PROPS.COLOR.PRIMARY },
|
|
915
|
-
style: {
|
|
916
|
-
"& .MuiSvgIcon-root": {
|
|
917
|
-
color: PALETTE.INK_LIGHT, // Adornment e.g. "SearchIcon". TODO: remove when all input components are refactored to color: secondary.
|
|
918
|
-
},
|
|
919
|
-
// eslint-disable-next-line sort-keys -- disabling key order for specificity
|
|
920
|
-
"&.Mui-focused": {
|
|
921
|
-
"& .MuiSvgIcon-root": {
|
|
922
|
-
color: PALETTE.INK_MAIN, // Adornment e.g. "SearchIcon". TODO: remove when all input components are refactored to color: secondary.
|
|
923
|
-
},
|
|
924
|
-
},
|
|
925
|
-
// eslint-disable-next-line sort-keys -- disabling key order for specificity
|
|
926
|
-
"&.Mui-disabled": {
|
|
927
|
-
"& .MuiSvgIcon-root": {
|
|
928
|
-
color: PALETTE.INK_LIGHT, // TODO: remove when all input components are refactored to color: secondary.
|
|
929
|
-
},
|
|
930
|
-
},
|
|
931
|
-
},
|
|
932
|
-
},
|
|
933
|
-
/* SECONDARY */
|
|
934
|
-
{
|
|
935
|
-
props: { color: OUTLINED_INPUT_PROPS.COLOR.SECONDARY },
|
|
936
|
-
style: {
|
|
937
|
-
backgroundColor: PALETTE.COMMON_WHITE,
|
|
938
|
-
boxShadow: `inset 0 2px 0 0 ${COLOR_MIXES.COMMON_BLACK_04}`,
|
|
939
|
-
color: PALETTE.INK_LIGHT,
|
|
940
|
-
padding: "0 12px",
|
|
941
|
-
// eslint-disable-next-line sort-keys -- disabling key order for specificity
|
|
942
|
-
".MuiOutlinedInput-input": {
|
|
943
|
-
color: "inherit",
|
|
944
|
-
height: 20,
|
|
945
|
-
padding: "10px 0",
|
|
946
|
-
// eslint-disable-next-line sort-keys -- disabling key order for specificity
|
|
947
|
-
"&::placeholder": {
|
|
948
|
-
color: "inherit",
|
|
949
|
-
opacity: 0.8,
|
|
950
|
-
},
|
|
951
|
-
},
|
|
952
|
-
".MuiOutlinedInput-notchedOutline": {
|
|
953
|
-
borderColor: PALETTE.SMOKE_DARK,
|
|
954
|
-
borderWidth: 1,
|
|
955
|
-
},
|
|
956
|
-
// eslint-disable-next-line sort-keys -- disabling key order for specificity
|
|
957
|
-
"&.Mui-focused": {
|
|
958
|
-
color: PALETTE.INK_MAIN,
|
|
959
|
-
// eslint-disable-next-line sort-keys -- disabling key order for specificity
|
|
960
|
-
".MuiOutlinedInput-input": {
|
|
961
|
-
"&::placeholder": {
|
|
962
|
-
opacity: 0,
|
|
963
|
-
},
|
|
964
|
-
},
|
|
965
|
-
// eslint-disable-next-line sort-keys -- disabling key order for specificity
|
|
966
|
-
".MuiOutlinedInput-notchedOutline": {
|
|
967
|
-
borderColor: PALETTE.INK_MAIN,
|
|
968
|
-
borderWidth: 1,
|
|
969
|
-
},
|
|
970
|
-
},
|
|
971
|
-
// eslint-disable-next-line sort-keys -- disabling key order for specificity
|
|
972
|
-
"&.Mui-disabled": {
|
|
973
|
-
backgroundColor: PALETTE.SMOKE_LIGHT,
|
|
974
|
-
color: PALETTE.INK_LIGHT,
|
|
975
|
-
// eslint-disable-next-line sort-keys -- disabling key order for specificity
|
|
976
|
-
".MuiOutlinedInput-input": {
|
|
977
|
-
WebkitTextFillColor: "unset",
|
|
978
|
-
// eslint-disable-next-line sort-keys -- disabling key order for specificity
|
|
979
|
-
"&::placeholder": {
|
|
980
|
-
color: "inherit",
|
|
981
|
-
opacity: 1,
|
|
982
|
-
},
|
|
983
|
-
},
|
|
984
|
-
// eslint-disable-next-line sort-keys -- disabling key order for specificity
|
|
985
|
-
".MuiOutlinedInput-notchedOutline": {
|
|
986
|
-
borderColor: PALETTE.SMOKE_DARK,
|
|
987
|
-
borderWidth: 1,
|
|
988
|
-
},
|
|
989
|
-
},
|
|
990
|
-
},
|
|
991
|
-
},
|
|
992
|
-
],
|
|
993
|
-
},
|
|
994
|
-
},
|
|
995
|
-
};
|
|
996
|
-
|
|
997
|
-
const MuiPaper: Components["MuiPaper"] = {
|
|
998
|
-
variants: [
|
|
999
|
-
{
|
|
1000
|
-
props: { elevation: 1 },
|
|
1001
|
-
style: {
|
|
1002
|
-
boxShadow: SHADOWS["01"],
|
|
1003
|
-
},
|
|
1004
|
-
},
|
|
1005
|
-
{
|
|
1006
|
-
props: { elevation: 2 },
|
|
1007
|
-
style: {
|
|
1008
|
-
boxShadow: SHADOWS["02"],
|
|
1009
|
-
},
|
|
1010
|
-
},
|
|
1011
|
-
{
|
|
1012
|
-
props: { variant: "footer" },
|
|
1013
|
-
style: {
|
|
1014
|
-
backgroundColor: PALETTE.SMOKE_LIGHT,
|
|
1015
|
-
boxShadow: `inset 0 1px 0 0 ${PALETTE.SMOKE_MAIN}, inset 0 -1px 0 0 ${PALETTE.SMOKE_MAIN}`,
|
|
1016
|
-
},
|
|
1017
|
-
},
|
|
1018
|
-
{
|
|
1019
|
-
props: { variant: "menu" },
|
|
1020
|
-
style: {
|
|
1021
|
-
borderColor: PALETTE.SMOKE_DARK,
|
|
1022
|
-
borderRadius: 8,
|
|
1023
|
-
borderStyle: "solid",
|
|
1024
|
-
borderWidth: 1,
|
|
1025
|
-
boxShadow: SHADOWS["02"],
|
|
1026
|
-
},
|
|
1027
|
-
},
|
|
1028
|
-
{
|
|
1029
|
-
props: { variant: "panel" },
|
|
1030
|
-
style: {
|
|
1031
|
-
borderColor: PALETTE.SMOKE_MAIN,
|
|
1032
|
-
borderStyle: "solid",
|
|
1033
|
-
borderWidth: 1,
|
|
1034
|
-
boxShadow: SHADOWS["01"],
|
|
1035
|
-
},
|
|
1036
|
-
},
|
|
1037
|
-
{
|
|
1038
|
-
props: { variant: "searchbar" },
|
|
1039
|
-
style: {
|
|
1040
|
-
alignSelf: FLEX_START,
|
|
1041
|
-
borderColor: PALETTE.SMOKE_MAIN,
|
|
1042
|
-
borderRadius: 0,
|
|
1043
|
-
borderStyle: "solid",
|
|
1044
|
-
borderWidth: "0 0 1px 0",
|
|
1045
|
-
boxShadow: SHADOWS["01"],
|
|
1046
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
1047
|
-
"&.MuiDialog-paper": {
|
|
1048
|
-
marginLeft: 0,
|
|
1049
|
-
marginRight: 0,
|
|
1050
|
-
maxWidth: "100%",
|
|
1051
|
-
width: "100%",
|
|
1052
|
-
},
|
|
1053
|
-
},
|
|
1054
|
-
},
|
|
1055
|
-
],
|
|
1056
|
-
};
|
|
1057
|
-
|
|
1058
|
-
const MuiRadio: Components["MuiRadio"] = {
|
|
1059
|
-
defaultProps: {
|
|
1060
|
-
disableRipple: true,
|
|
1061
|
-
},
|
|
1062
|
-
styleOverrides: {
|
|
1063
|
-
root: {
|
|
1064
|
-
color: PALETTE.SMOKE_DARK,
|
|
1065
|
-
padding: 0,
|
|
1066
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
1067
|
-
"&.Mui-disabled": {
|
|
1068
|
-
color: PALETTE.SMOKE_DARK,
|
|
1069
|
-
opacity: "50%",
|
|
1070
|
-
},
|
|
1071
|
-
"&.MuiRadio-colorDefault": {
|
|
1072
|
-
color: PALETTE.INK_LIGHT,
|
|
1073
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
1074
|
-
"&.Mui-disabled": {
|
|
1075
|
-
color: PALETTE.SMOKE_MAIN,
|
|
1076
|
-
opacity: "100%",
|
|
1077
|
-
},
|
|
1078
|
-
},
|
|
1079
|
-
"&:hover": {
|
|
1080
|
-
backgroundColor: "transparent",
|
|
1081
|
-
},
|
|
1082
|
-
},
|
|
1083
|
-
},
|
|
1084
|
-
};
|
|
1085
|
-
|
|
1086
|
-
const MuiSelect: Components["MuiSelect"] = {
|
|
1087
|
-
defaultProps: {
|
|
1088
|
-
IconComponent: DropDownIcon,
|
|
1089
|
-
},
|
|
1090
|
-
styleOverrides: {
|
|
1091
|
-
select: {
|
|
1092
|
-
minHeight: "unset",
|
|
1093
|
-
paddingRight: "36px !important", // Overrides MuiSelect css selector specificity.
|
|
1094
|
-
},
|
|
1095
|
-
},
|
|
1096
|
-
};
|
|
1097
|
-
|
|
1098
|
-
const MuiSvgIcon: Components["MuiSvgIcon"] = {
|
|
1099
|
-
styleOverrides: {
|
|
1100
|
-
fontSizeLarge: {
|
|
1101
|
-
fontSize: "32px",
|
|
1102
|
-
},
|
|
1103
|
-
fontSizeSmall: {
|
|
1104
|
-
fontSize: "20px",
|
|
1105
|
-
},
|
|
1106
|
-
root: {
|
|
1107
|
-
"&.MuiSelect-icon": {
|
|
1108
|
-
color: PALETTE.INK_MAIN,
|
|
1109
|
-
right: 8,
|
|
1110
|
-
},
|
|
1111
|
-
},
|
|
1112
|
-
},
|
|
1113
|
-
variants: [
|
|
1114
|
-
{
|
|
1115
|
-
props: {
|
|
1116
|
-
color: "inkLight",
|
|
1117
|
-
},
|
|
1118
|
-
style: {
|
|
1119
|
-
color: PALETTE.INK_LIGHT,
|
|
1120
|
-
},
|
|
1121
|
-
},
|
|
1122
|
-
{
|
|
1123
|
-
props: {
|
|
1124
|
-
color: "inkMain",
|
|
1125
|
-
},
|
|
1126
|
-
style: {
|
|
1127
|
-
color: PALETTE.INK_MAIN,
|
|
1128
|
-
},
|
|
1129
|
-
},
|
|
1130
|
-
{
|
|
1131
|
-
props: {
|
|
1132
|
-
fontSize: "medium",
|
|
1133
|
-
},
|
|
1134
|
-
style: {
|
|
1135
|
-
fontSize: "24px",
|
|
1136
|
-
},
|
|
1137
|
-
},
|
|
1138
|
-
{
|
|
1139
|
-
props: {
|
|
1140
|
-
fontSize: "xsmall",
|
|
1141
|
-
},
|
|
1142
|
-
style: {
|
|
1143
|
-
fontSize: "18px",
|
|
1144
|
-
},
|
|
1145
|
-
},
|
|
1146
|
-
{
|
|
1147
|
-
props: {
|
|
1148
|
-
fontSize: "xxlarge",
|
|
1149
|
-
},
|
|
1150
|
-
style: {
|
|
1151
|
-
fontSize: "40px",
|
|
1152
|
-
},
|
|
1153
|
-
},
|
|
1154
|
-
{
|
|
1155
|
-
props: {
|
|
1156
|
-
fontSize: "xxsmall",
|
|
1157
|
-
},
|
|
1158
|
-
style: {
|
|
1159
|
-
fontSize: "16px",
|
|
1160
|
-
},
|
|
1161
|
-
},
|
|
1162
|
-
],
|
|
1163
|
-
};
|
|
1164
|
-
|
|
1165
|
-
const MuiTab: Components["MuiTab"] = {
|
|
1166
|
-
styleOverrides: {
|
|
1167
|
-
labelIcon: {
|
|
1168
|
-
gap: 8,
|
|
1169
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
1170
|
-
"& > img": {
|
|
1171
|
-
maxHeight: 20, // Tab image max height.
|
|
1172
|
-
},
|
|
1173
|
-
},
|
|
1174
|
-
root: {
|
|
1175
|
-
color: PALETTE.INK_LIGHT,
|
|
1176
|
-
font: FONT.BODY_500,
|
|
1177
|
-
marginBottom: 3,
|
|
1178
|
-
minHeight: "unset",
|
|
1179
|
-
minWidth: "unset",
|
|
1180
|
-
opacity: 1,
|
|
1181
|
-
padding: 12,
|
|
1182
|
-
textTransform: "capitalize",
|
|
1183
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
1184
|
-
"&.Mui-selected": {
|
|
1185
|
-
color: PALETTE.INK_MAIN,
|
|
1186
|
-
},
|
|
1187
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
1188
|
-
"& > .MuiTab-iconWrapper": {
|
|
1189
|
-
marginRight: 0,
|
|
1190
|
-
},
|
|
1191
|
-
},
|
|
1192
|
-
},
|
|
1193
|
-
};
|
|
1194
|
-
|
|
1195
|
-
const MuiTableSortLabel: Components["MuiTableSortLabel"] = {
|
|
1196
|
-
styleOverrides: {
|
|
1197
|
-
icon: {
|
|
1198
|
-
fontSize: 20,
|
|
1199
|
-
margin: 0,
|
|
1200
|
-
transition: "none",
|
|
1201
|
-
},
|
|
1202
|
-
root: {
|
|
1203
|
-
flex: 1,
|
|
1204
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
1205
|
-
"&.Mui-active": {
|
|
1206
|
-
color: "inherit",
|
|
1207
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
1208
|
-
"& .MuiTableSortLabel-icon": {
|
|
1209
|
-
color: "inherit",
|
|
1210
|
-
},
|
|
1211
|
-
},
|
|
1212
|
-
"&:hover": {
|
|
1213
|
-
color: "inherit",
|
|
1214
|
-
opacity: 0.6,
|
|
1215
|
-
},
|
|
1216
|
-
},
|
|
1217
|
-
},
|
|
1218
|
-
};
|
|
1219
|
-
|
|
1220
|
-
const MuiTabs: Components<Theme>["MuiTabs"] = {
|
|
1221
|
-
defaultProps: {
|
|
1222
|
-
textColor: "inherit",
|
|
1223
|
-
variant: "scrollable",
|
|
1224
|
-
},
|
|
1225
|
-
styleOverrides: {
|
|
1226
|
-
flexContainer: {
|
|
1227
|
-
gap: 8,
|
|
1228
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
1229
|
-
"&:not(.MuiTabs-flexContainerVertical)": {
|
|
1230
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
1231
|
-
".MuiTab-root": {
|
|
1232
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
1233
|
-
"&:hover": {
|
|
1234
|
-
color: PALETTE.INK_MAIN,
|
|
1235
|
-
overflow: "visible",
|
|
1236
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
1237
|
-
"&:after": {
|
|
1238
|
-
backgroundColor: PALETTE.SMOKE_DARK,
|
|
1239
|
-
borderRadius: "12px 12px 0 0",
|
|
1240
|
-
bottom: -3,
|
|
1241
|
-
content: '""',
|
|
1242
|
-
height: 3,
|
|
1243
|
-
left: 0,
|
|
1244
|
-
position: "absolute",
|
|
1245
|
-
width: "100%",
|
|
1246
|
-
},
|
|
1247
|
-
},
|
|
1248
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
1249
|
-
"&.Mui-selected": {
|
|
1250
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
1251
|
-
"&:hover": {
|
|
1252
|
-
overflow: "unset",
|
|
1253
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
1254
|
-
"&:after": {
|
|
1255
|
-
content: "none",
|
|
1256
|
-
},
|
|
1257
|
-
},
|
|
1258
|
-
},
|
|
1259
|
-
},
|
|
1260
|
-
},
|
|
1261
|
-
},
|
|
1262
|
-
indicator: {
|
|
1263
|
-
borderTopLeftRadius: 12,
|
|
1264
|
-
borderTopRightRadius: 12,
|
|
1265
|
-
height: 3,
|
|
1266
|
-
},
|
|
1267
|
-
root: {
|
|
1268
|
-
boxShadow: `inset 0 -1px 0 0 ${PALETTE.SMOKE_MAIN}`,
|
|
1269
|
-
minHeight: "unset",
|
|
1270
|
-
position: "relative", // Positions scroll fuzz.
|
|
1271
|
-
},
|
|
1272
|
-
scroller: ({ theme }) => ({
|
|
1273
|
-
margin: 0,
|
|
1274
|
-
padding: "0 8px",
|
|
1275
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
1276
|
-
[bpUpSm({ theme })]: {
|
|
1277
|
-
padding: 0,
|
|
1278
|
-
},
|
|
1279
|
-
}),
|
|
1280
|
-
},
|
|
1281
|
-
};
|
|
1282
|
-
|
|
1283
|
-
const MuiToggleButton: Components<Theme>["MuiToggleButton"] = {
|
|
1284
|
-
styleOverrides: {
|
|
1285
|
-
root: {
|
|
1286
|
-
backgroundColor: PALETTE.SMOKE_MAIN,
|
|
1287
|
-
border: "none",
|
|
1288
|
-
borderRadius: 4,
|
|
1289
|
-
color: PALETTE.INK_MAIN,
|
|
1290
|
-
flex: 1,
|
|
1291
|
-
font: FONT.BODY_500,
|
|
1292
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
1293
|
-
"&:hover": {
|
|
1294
|
-
backgroundColor: PALETTE.SMOKE_LIGHTEST,
|
|
1295
|
-
},
|
|
1296
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
1297
|
-
"&.Mui-selected": {
|
|
1298
|
-
backgroundColor: PALETTE.COMMON_WHITE,
|
|
1299
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
1300
|
-
"&:hover": {
|
|
1301
|
-
backgroundColor: PALETTE.COMMON_WHITE,
|
|
1302
|
-
},
|
|
1303
|
-
},
|
|
1304
|
-
variants: [
|
|
1305
|
-
{
|
|
1306
|
-
props: { size: TOGGLE_BUTTON_PROPS.SIZE.MEDIUM },
|
|
1307
|
-
style: { padding: "8px 16px" },
|
|
1308
|
-
},
|
|
1309
|
-
],
|
|
1310
|
-
},
|
|
1311
|
-
},
|
|
1312
|
-
};
|
|
1313
|
-
|
|
1314
|
-
const MuiToggleButtonGroup: Components["MuiToggleButtonGroup"] = {
|
|
1315
|
-
styleOverrides: {
|
|
1316
|
-
grouped: {
|
|
1317
|
-
border: "none !important", // Overrides "grouped" css selector specificity.
|
|
1318
|
-
borderRadius: "4px !important", // Overrides "grouped" css selector specificity.
|
|
1319
|
-
margin: "0 !important", // Overrides "grouped" css selector specificity.
|
|
1320
|
-
},
|
|
1321
|
-
root: {
|
|
1322
|
-
backgroundColor: PALETTE.SMOKE_MAIN,
|
|
1323
|
-
borderRadius: 6,
|
|
1324
|
-
color: PALETTE.INK_MAIN,
|
|
1325
|
-
display: "grid",
|
|
1326
|
-
gridAutoColumns: "1fr",
|
|
1327
|
-
gridAutoFlow: "column",
|
|
1328
|
-
padding: 2,
|
|
1329
|
-
},
|
|
1330
|
-
},
|
|
1331
|
-
};
|
|
1332
|
-
|
|
1333
|
-
const MuiToolbar: Components<Theme>["MuiToolbar"] = {
|
|
1334
|
-
styleOverrides: {
|
|
1335
|
-
root: ({ theme }) => ({
|
|
1336
|
-
[bpUpXs({ theme })]: {
|
|
1337
|
-
paddingLeft: 12,
|
|
1338
|
-
paddingRight: 12,
|
|
1339
|
-
},
|
|
1340
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
1341
|
-
[bpUpLg({ theme })]: {
|
|
1342
|
-
paddingLeft: 16,
|
|
1343
|
-
paddingRight: 16,
|
|
1344
|
-
},
|
|
1345
|
-
}),
|
|
1346
|
-
},
|
|
1347
|
-
};
|
|
1348
|
-
|
|
1349
|
-
const MuiTooltip: Components["MuiTooltip"] = {
|
|
1350
|
-
defaultProps: {
|
|
1351
|
-
enterTouchDelay: 0,
|
|
1352
|
-
leaveTouchDelay: 4000,
|
|
1353
|
-
placement: "top",
|
|
1354
|
-
},
|
|
1355
|
-
styleOverrides: {
|
|
1356
|
-
arrow: {
|
|
1357
|
-
color: PALETTE.INK_MAIN,
|
|
1358
|
-
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
1359
|
-
"&:before": {
|
|
1360
|
-
borderRadius: 1,
|
|
1361
|
-
},
|
|
1362
|
-
},
|
|
1363
|
-
tooltip: {
|
|
1364
|
-
backgroundColor: PALETTE.INK_MAIN,
|
|
1365
|
-
boxShadow: SHADOWS["02"],
|
|
1366
|
-
boxSizing: "content-box",
|
|
1367
|
-
font: FONT.BODY_SMALL_400,
|
|
1368
|
-
padding: "8px 12px",
|
|
1369
|
-
},
|
|
1370
|
-
},
|
|
1371
|
-
};
|
|
1372
|
-
|
|
1373
|
-
const MuiTypography: Components["MuiTypography"] = {
|
|
1374
|
-
defaultProps: {
|
|
1375
|
-
variant: "inherit",
|
|
1376
|
-
},
|
|
1377
|
-
styleOverrides: {
|
|
1378
|
-
gutterBottom: {
|
|
1379
|
-
marginBottom: 8,
|
|
1380
|
-
},
|
|
1381
|
-
root: {
|
|
1382
|
-
variants: [
|
|
1383
|
-
{
|
|
1384
|
-
props: { variant: TYPOGRAPHY_PROPS.VARIANT.UPPERCASE_500 },
|
|
1385
|
-
style: { textTransform: "uppercase" },
|
|
1386
|
-
},
|
|
1387
|
-
],
|
|
1388
|
-
},
|
|
1389
|
-
},
|
|
1390
|
-
};
|
|
1391
|
-
|
|
1392
|
-
export const components: ThemeOptions["components"] = {
|
|
1393
|
-
MuiAccordion,
|
|
1394
|
-
MuiAccordionDetails,
|
|
1395
|
-
MuiAccordionSummary,
|
|
1396
|
-
MuiAlert: C.MuiAlert,
|
|
1397
|
-
MuiAlertTitle: C.MuiAlertTitle,
|
|
1398
|
-
MuiAppBar,
|
|
1399
|
-
MuiBackdrop,
|
|
1400
|
-
MuiBreadcrumbs,
|
|
1401
|
-
MuiButton,
|
|
1402
|
-
MuiButtonBase,
|
|
1403
|
-
MuiButtonGroup: C.MuiButtonGroup,
|
|
1404
|
-
MuiCard,
|
|
1405
|
-
MuiCheckbox,
|
|
1406
|
-
MuiChip,
|
|
1407
|
-
MuiCircularProgress,
|
|
1408
|
-
MuiCssBaseline,
|
|
1409
|
-
MuiDialog,
|
|
1410
|
-
MuiDialogActions,
|
|
1411
|
-
MuiDialogContent,
|
|
1412
|
-
MuiDialogTitle,
|
|
1413
|
-
MuiDivider,
|
|
1414
|
-
MuiDrawer,
|
|
1415
|
-
MuiFormControlLabel,
|
|
1416
|
-
MuiFormGroup,
|
|
1417
|
-
MuiFormHelperText,
|
|
1418
|
-
MuiIconButton,
|
|
1419
|
-
MuiInputBase,
|
|
1420
|
-
MuiLink,
|
|
1421
|
-
MuiListItemButton,
|
|
1422
|
-
MuiListItemText,
|
|
1423
|
-
MuiListSubheader,
|
|
1424
|
-
MuiMenuItem,
|
|
1425
|
-
MuiOutlinedInput,
|
|
1426
|
-
MuiPaper,
|
|
1427
|
-
MuiRadio,
|
|
1428
|
-
MuiSelect,
|
|
1429
|
-
MuiSvgIcon,
|
|
1430
|
-
MuiTab,
|
|
1431
|
-
MuiTableCell: C.MuiTableCell,
|
|
1432
|
-
MuiTableSortLabel,
|
|
1433
|
-
MuiTabs,
|
|
1434
|
-
MuiToggleButton,
|
|
1435
|
-
MuiToggleButtonGroup,
|
|
1436
|
-
MuiToolbar,
|
|
1437
|
-
MuiTooltip,
|
|
1438
|
-
MuiTypography,
|
|
1439
|
-
};
|