@databiosphere/findable-ui 10.2.0 → 12.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/run-checks.yml +13 -0
- package/lib/apis/azul/common/constants.d.ts +0 -4
- package/lib/apis/azul/common/constants.js +0 -4
- package/lib/apis/azul/common/entities.d.ts +5 -5
- package/lib/apis/azul/common/filterTransformer.d.ts +3 -3
- package/lib/apis/azul/common/filterTransformer.js +1 -1
- package/lib/common/analytics/analytics.d.ts +1 -1
- package/lib/common/analytics/entities.d.ts +2 -2
- package/lib/common/entities.d.ts +5 -5
- package/lib/components/ComponentCreator/ComponentCreator.d.ts +0 -1
- package/lib/components/Detail/components/AccessibilityBadge/accessibilityBadge.d.ts +0 -1
- package/lib/components/Detail/components/DetailViewTable/detailViewTable.d.ts +1 -1
- package/lib/components/Detail/components/Table/components/TableBody/tableBody.d.ts +1 -2
- package/lib/components/Detail/components/Table/components/TableRows/components/CollapsableRows/collapsableRows.d.ts +1 -2
- package/lib/components/Detail/components/Table/components/TableRows/tableRows.d.ts +1 -2
- package/lib/components/Detail/components/Table/table.d.ts +1 -2
- package/lib/components/Detail/detail.stories.d.ts +4 -2
- package/lib/components/Error/error.d.ts +0 -1
- package/lib/components/Error/error.js +1 -1
- package/lib/components/Error/error.stories.d.ts +3 -3
- package/lib/components/Error/error.styles.d.ts +11 -12
- package/lib/components/ErrorBoundary/errorBoundary.d.ts +1 -1
- package/lib/components/Export/common/entities.d.ts +2 -2
- package/lib/components/Export/components/DownloadCurlCommand/components/DownloadCurlCommandForm/downloadCurlCommandForm.styles.d.ts +1 -2
- package/lib/components/Export/components/ExportForm/common/entities.d.ts +2 -2
- package/lib/components/Export/components/ExportForm/components/ExportFileSummaryForm/exportFileSummaryForm.d.ts +0 -1
- package/lib/components/Export/components/ExportForm/components/ExportFileSummaryForm/exportFileSummaryForm.js +1 -1
- package/lib/components/Export/components/ExportForm/components/ExportManifestDownloadFormatForm/exportManifestDownloadFormatForm.d.ts +0 -1
- package/lib/components/Export/components/ExportForm/components/ExportSpeciesForm/exportSpeciesForm.d.ts +0 -1
- package/lib/components/Export/components/ExportForm/exportForm.d.ts +3 -3
- package/lib/components/Export/components/ExportForm/exportForm.styles.d.ts +11 -40
- package/lib/components/Export/components/ExportMethod/exportMethod.stories.d.ts +4 -2
- package/lib/components/Export/components/ExportMethod/exportMethod.styles.d.ts +3 -4
- package/lib/components/Export/components/ExportSummary/components/ExportCurrentQuery/exportCurrentQuery.d.ts +1 -2
- package/lib/components/Export/components/ExportSummary/components/ExportSelectedDataSummary/exportSelectedDataSummary.d.ts +2 -2
- package/lib/components/Export/components/ExportSummary/exportSummary.styles.d.ts +4 -5
- package/lib/components/Export/components/ExportToTerra/components/ExportToTerraForm/exportToTerraForm.d.ts +0 -1
- package/lib/components/Export/components/ExportToTerra/components/TerraSetUpForm/components/FormStep/formStep.styles.d.ts +3 -4
- package/lib/components/Export/components/ExportToTerra/components/TerraSetUpForm/components/NIHAccountExpiryWarning/nihAccountExpiryWarning.d.ts +0 -1
- package/lib/components/Export/components/ExportToTerra/components/TerraSetUpForm/terraSetUpForm.d.ts +0 -1
- package/lib/components/Export/components/ExportToTerra/components/TerraSetUpForm/terraSetUpForm.styles.d.ts +8 -9
- package/lib/components/Export/components/ManifestDownload/components/ManifestDownloadEntity/components/FileManifestDownload/fileManifestDownload.d.ts +0 -1
- package/lib/components/Export/components/ManifestDownload/components/ManifestDownloadEntity/components/FileManifestSpreadsheet/fileManifestSpreadsheet.d.ts +0 -1
- package/lib/components/Export/components/ManifestDownload/components/ManifestDownloadEntity/manifestDownloadEntity.d.ts +0 -1
- package/lib/components/Export/components/ManifestDownload/components/ManifestDownloadEntity/manifestDownloadEntity.styles.d.ts +6 -11
- package/lib/components/Export/components/ManifestDownload/components/ManifestDownloadForm/manifestDownloadForm.d.ts +0 -1
- package/lib/components/Export/components/ManifestDownload/components/ManifestDownloadReady/manifestDownloadReady.styles.d.ts +1 -1
- package/lib/components/Export/export.styles.d.ts +13 -14
- package/lib/components/Filter/common/entities.d.ts +3 -3
- package/lib/components/Filter/components/ClearAllFilters/clearAllFilters.d.ts +0 -1
- package/lib/components/Filter/components/Filter/filter.stories.d.ts +4 -2
- package/lib/components/Filter/components/Filter/filter.styles.d.ts +2 -2
- package/lib/components/Filter/components/FilterLabel/filterLabel.stories.d.ts +4 -2
- package/lib/components/Filter/components/FilterLabel/filterLabel.styles.d.ts +4 -35
- package/lib/components/Filter/components/FilterList/filterList.styles.d.ts +4 -12
- package/lib/components/Filter/components/FilterMenu/filterMenu.d.ts +0 -1
- package/lib/components/Filter/components/FilterMenu/filterMenu.stories.d.ts +4 -2
- package/lib/components/Filter/components/FilterMenu/filterMenu.styles.d.ts +8 -41
- package/lib/components/Filter/components/FilterMenuSearch/filterMenuSearch.d.ts +0 -1
- package/lib/components/Filter/components/FilterMenuSearch/filterMenuSearch.styles.d.ts +1 -1
- package/lib/components/Filter/components/FilterNoResultsFound/filterNoResultsFound.d.ts +1 -1
- package/lib/components/Filter/components/FilterNoResultsFound/filterNoResultsFound.styles.d.ts +2 -3
- package/lib/components/Filter/components/FilterTag/filterTag.d.ts +0 -1
- package/lib/components/Filter/components/FilterTag/filterTag.stories.d.ts +4 -2
- package/lib/components/Filter/components/FilterTag/filterTag.styles.d.ts +4 -21
- package/lib/components/Filter/components/FilterTags/filterTags.d.ts +0 -1
- package/lib/components/Filter/components/FilterTags/filterTags.stories.d.ts +4 -2
- package/lib/components/Filter/components/FilterTags/filterTags.styles.d.ts +2 -3
- package/lib/components/Filter/components/Filters/filters.d.ts +0 -1
- package/lib/components/Filter/components/Filters/filters.stories.d.ts +3 -3
- package/lib/components/Filter/components/Filters/filters.styles.d.ts +4 -5
- package/lib/components/Filter/components/HighlightedLabel/highlightedLabel.d.ts +0 -1
- package/lib/components/Filter/components/HighlightedLabel/highlightedLabel.styles.d.ts +2 -3
- package/lib/components/Filter/components/SearchAllFilters/common/constants.d.ts +2 -2
- package/lib/components/Filter/components/SearchAllFilters/common/entites.d.ts +2 -2
- package/lib/components/Filter/components/SearchAllFilters/components/AutocompletePopper/autocompletePopper.styles.d.ts +2 -12
- package/lib/components/Filter/components/SearchAllFilters/components/VariableSizeList/VariableSizeList.d.ts +1 -1
- package/lib/components/Filter/components/SearchAllFilters/searchAllFilters.stories.d.ts +3 -3
- package/lib/components/Filter/components/SearchAllFiltersSearch/components/SearchCloseButton/searchCloseButton.d.ts +0 -1
- package/lib/components/Filter/components/SearchAllFiltersSearch/searchAllFiltersSearch.d.ts +0 -1
- package/lib/components/Filter/components/SearchAllFiltersSearch/searchAllFiltersSearch.styles.d.ts +1 -1
- package/lib/components/Filter/components/VariableSizeList/VariableSizeList.d.ts +1 -2
- package/lib/components/Head/head.d.ts +0 -1
- package/lib/components/Index/components/AzulFileDownload/azulFileDownload.d.ts +0 -1
- package/lib/components/Index/components/AzulFileDownload/azulFileDownload.js +20 -51
- package/lib/components/Index/components/AzulFileDownload/azulFileDownload.stories.d.ts +4 -2
- package/lib/components/Index/components/AzulFileDownload/azulFileDownload.styles.d.ts +1 -1
- package/lib/components/Index/components/AzulFileDownload/common/constants.d.ts +3 -0
- package/lib/components/Index/components/AzulFileDownload/common/constants.js +3 -0
- package/lib/components/Index/components/Cell/cell.d.ts +0 -1
- package/lib/components/Index/components/Hero/components/ExportButton/exportButton.d.ts +0 -1
- package/lib/components/Index/components/Hero/components/ExportButton/exportButton.styles.d.ts +1 -2
- package/lib/components/Index/components/Hero/components/Summaries/summaries.stories.d.ts +4 -2
- package/lib/components/Index/components/Hero/components/Summaries/summaries.styles.d.ts +3 -4
- package/lib/components/Index/components/Hero/hero.stories.d.ts +4 -2
- package/lib/components/Index/components/Hero/hero.styles.d.ts +6 -7
- package/lib/components/Index/components/NTag/components/Tooltip/tooltip.d.ts +0 -1
- package/lib/components/Index/components/NTag/components/Tooltip/tooltip.styles.d.ts +2 -3
- package/lib/components/Index/components/NTagCell/nTagCell.d.ts +1 -2
- package/lib/components/Index/components/NTagCell/nTagCell.stories.d.ts +4 -2
- package/lib/components/Index/components/Tabs/tabs.d.ts +0 -1
- package/lib/components/Index/components/TitleCell/titleCell.styles.d.ts +1 -1
- package/lib/components/Index/index.stories.d.ts +3 -3
- package/lib/components/Index/index.styles.d.ts +2 -3
- package/lib/components/Layout/components/AppLayout/appLayout.styles.d.ts +2 -3
- package/lib/components/Layout/components/BackPage/backPageView.js +1 -1
- package/lib/components/Layout/components/BackPage/backPageView.stories.d.ts +4 -2
- package/lib/components/Layout/components/BackPage/backPageView.styles.d.ts +22 -23
- package/lib/components/Layout/components/BackPage/components/BackPageHero/backPageHero.d.ts +2 -1
- package/lib/components/Layout/components/BackPage/components/BackPageHero/backPageHero.js +3 -2
- package/lib/components/Layout/components/BackPage/components/BackPageHero/backPageHero.stories.d.ts +3 -3
- package/lib/components/Layout/components/BackPage/components/BackPageHero/backPageHero.styles.d.ts +7 -15
- package/lib/components/Layout/components/BackPage/components/BackPageHero/backPageHero.styles.js +3 -3
- package/lib/components/Layout/components/BackPage/components/BackPageHero/components/Actions/actions.d.ts +6 -0
- package/lib/components/Layout/components/BackPage/components/BackPageHero/components/Actions/actions.js +5 -0
- package/lib/components/Layout/components/BackPage/components/BackPageHero/components/Actions/actions.styles.d.ts +4 -0
- package/lib/components/Layout/components/BackPage/components/BackPageHero/components/Actions/actions.styles.js +13 -0
- package/lib/components/Layout/components/ContentLayout/common/entities.d.ts +1 -1
- package/lib/components/Layout/components/ContentLayout/contentLayout.styles.d.ts +16 -17
- package/lib/components/Layout/components/Floating/floating.d.ts +0 -1
- package/lib/components/Layout/components/Footer/footer.stories.d.ts +3 -3
- package/lib/components/Layout/components/Footer/footer.styles.d.ts +6 -6
- package/lib/components/Layout/components/Header/common/entities.d.ts +3 -2
- package/lib/components/Layout/components/Header/common/utils.d.ts +9 -1
- package/lib/components/Layout/components/Header/common/utils.js +16 -1
- package/lib/components/Layout/components/Header/components/Announcements/announcements.d.ts +0 -1
- package/lib/components/Layout/components/Header/components/Content/components/Actions/actions.styles.d.ts +2 -3
- package/lib/components/Layout/components/Header/components/Content/components/Actions/components/Authentication/components/AuthenticationMenu/authenticationMenu.d.ts +0 -1
- package/lib/components/Layout/components/Header/components/Content/components/Actions/components/Authentication/components/AuthenticationMenu/authenticationMenu.js +1 -1
- package/lib/components/Layout/components/Header/components/Content/components/Actions/components/Authentication/components/AuthenticationMenu/authenticationMenu.stories.d.ts +4 -2
- package/lib/components/Layout/components/Header/components/Content/components/Actions/components/Authentication/components/AuthenticationMenu/authenticationMenu.styles.d.ts +16 -79
- package/lib/components/Layout/components/Header/components/Content/components/Actions/components/Authentication/components/Button/button.styles.d.ts +4 -35
- package/lib/components/Layout/components/Header/components/Content/components/Actions/components/Menu/components/Content/components/Navigation/navigation.styles.d.ts +2 -3
- package/lib/components/Layout/components/Header/components/Content/components/Actions/components/Menu/components/Content/components/Socials/socials.styles.d.ts +1 -2
- package/lib/components/Layout/components/Header/components/Content/components/Actions/components/Menu/menu.js +1 -1
- package/lib/components/Layout/components/Header/components/Content/components/Actions/components/Search/components/Button/button.styles.d.ts +4 -35
- package/lib/components/Layout/components/Header/components/Content/components/Actions/components/Search/components/SearchBar/searchBar.d.ts +0 -1
- package/lib/components/Layout/components/Header/components/Content/components/Actions/components/Search/components/SearchBar/searchBar.styles.d.ts +6 -6
- package/lib/components/Layout/components/Header/components/Content/components/Logo/logo.d.ts +0 -1
- package/lib/components/Layout/components/Header/components/Content/components/Logo/logo.styles.d.ts +1 -1
- package/lib/components/Layout/components/Header/components/Content/components/Navigation/components/NavigationDrawer/navigationDrawer.styles.d.ts +4 -5
- package/lib/components/Layout/components/Header/components/Content/components/Navigation/components/NavigationMenu/navigationMenu.js +1 -1
- package/lib/components/Layout/components/Header/components/Content/components/Navigation/components/NavigationMenu/navigationMenu.styles.d.ts +7 -42
- package/lib/components/Layout/components/Header/components/Content/components/Navigation/navigation.styles.d.ts +2 -3
- package/lib/components/Layout/components/Header/components/Content/components/Slogan/slogan.styles.d.ts +6 -17
- package/lib/components/Layout/components/Header/components/Content/components/Socials/socials.styles.d.ts +1 -2
- package/lib/components/Layout/components/Header/components/Content/content.styles.d.ts +2 -3
- package/lib/components/Layout/components/Header/header.stories.d.ts +3 -3
- package/lib/components/Layout/components/Header/header.styles.d.ts +8 -8
- package/lib/components/Layout/components/Header/hooks/useHeaderVisibility.js +2 -1
- package/lib/components/Layout/components/Main/main.styles.d.ts +5 -6
- package/lib/components/Layout/components/Nav/components/NavBarHero/navBarHero.d.ts +0 -1
- package/lib/components/Layout/components/Nav/components/NavBarHero/navBarHero.js +1 -1
- package/lib/components/Layout/components/Nav/components/NavBarHero/navBarHero.styles.d.ts +6 -7
- package/lib/components/Layout/components/Nav/nav.stories.d.ts +3 -3
- package/lib/components/Layout/components/Nav/nav.styles.d.ts +6 -14
- package/lib/components/Layout/components/Outline/components/ContentsTab/contentsTab.d.ts +0 -1
- package/lib/components/Layout/components/Outline/components/ContentsTab/contentsTab.styles.d.ts +4 -32
- package/lib/components/Layout/components/Outline/outline.styles.d.ts +9 -104
- package/lib/components/Layout/components/Sidebar/components/SidebarButton/sidebarButton.styles.d.ts +3 -4
- package/lib/components/Layout/components/Sidebar/components/SidebarDrawer/sidebarDrawer.styles.d.ts +2 -2
- package/lib/components/Layout/components/Sidebar/components/SidebarLabel/sidebarLabel.d.ts +0 -1
- package/lib/components/Layout/components/Sidebar/components/SidebarLabel/sidebarLabel.stories.d.ts +4 -2
- package/lib/components/Layout/components/Sidebar/components/SidebarPositioner/sidebarPositioner.styles.d.ts +2 -3
- package/lib/components/Layout/components/Sidebar/components/SidebarTools/sidebarTools.styles.d.ts +2 -3
- package/lib/components/Layout/components/Sidebar/sidebar.stories.d.ts +3 -3
- package/lib/components/Layout/components/Sidebar/sidebar.styles.d.ts +2 -3
- package/lib/components/Links/common/entities.d.ts +3 -4
- package/lib/components/Links/components/Link/components/ExploreViewLink/exploreViewLink.d.ts +0 -1
- package/lib/components/Links/links.stories.d.ts +4 -2
- package/lib/components/Loading/loading.d.ts +1 -2
- package/lib/components/Loading/loading.stories.d.ts +4 -2
- package/lib/components/Loading/loading.styles.d.ts +3 -4
- package/lib/components/Login/login.stories.d.ts +3 -3
- package/lib/components/Login/login.styles.d.ts +16 -17
- package/lib/components/NoResults/noResults.styles.d.ts +6 -7
- package/lib/components/Project/common/entities.d.ts +3 -3
- package/lib/components/Project/components/Citation/citation.d.ts +0 -1
- package/lib/components/Project/components/Citation/citation.stories.d.ts +1 -1
- package/lib/components/Project/components/Citation/citation.styles.d.ts +4 -5
- package/lib/components/Project/components/CollaboratingOrganizations/collaboratingOrganizations.d.ts +0 -1
- package/lib/components/Project/components/CollaboratingOrganizations/collaboratingOrganizations.stories.d.ts +4 -2
- package/lib/components/Project/components/Contacts/contacts.d.ts +0 -1
- package/lib/components/Project/components/Contacts/contacts.stories.d.ts +4 -2
- package/lib/components/Project/components/Contributors/contributors.d.ts +0 -1
- package/lib/components/Project/components/Contributors/contributors.stories.d.ts +4 -2
- package/lib/components/Project/components/DataCurators/dataCurators.d.ts +0 -1
- package/lib/components/Project/components/DataCurators/dataCurators.stories.d.ts +4 -2
- package/lib/components/Project/components/DataReleasePolicy/dataReleasePolicy.d.ts +0 -1
- package/lib/components/Project/components/DataReleasePolicy/dataReleasePolicy.stories.d.ts +4 -2
- package/lib/components/Project/components/Description/description.d.ts +0 -1
- package/lib/components/Project/components/Description/description.stories.d.ts +4 -2
- package/lib/components/Project/components/Details/details.d.ts +0 -1
- package/lib/components/Project/components/Details/details.stories.d.ts +4 -2
- package/lib/components/Project/components/Publications/publications.d.ts +0 -1
- package/lib/components/Project/components/Publications/publications.stories.d.ts +4 -2
- package/lib/components/Project/components/Sup/sup.styles.d.ts +2 -3
- package/lib/components/Project/components/SupplementaryLinks/supplementaryLinks.d.ts +0 -1
- package/lib/components/Project/components/SupplementaryLinks/supplementaryLinks.js +1 -1
- package/lib/components/Project/components/SupplementaryLinks/supplementaryLinks.stories.d.ts +4 -2
- package/lib/components/Project/components/SupplementaryLinks/supplementaryLinks.styles.d.ts +6 -7
- package/lib/components/Redirect/redirect.d.ts +0 -1
- package/lib/components/Support/components/SupportRequest/components/Dialog/dialog.styles.d.ts +5 -33
- package/lib/components/Support/components/SupportRequest/components/SupportRequestForm/common/constants.js +2 -2
- package/lib/components/Support/components/SupportRequest/components/SupportRequestForm/common/entities.d.ts +4 -4
- package/lib/components/Support/components/SupportRequest/components/SupportRequestForm/common/utils.d.ts +1 -1
- package/lib/components/Support/components/SupportRequest/components/SupportRequestForm/supportRequestForm.styles.d.ts +5 -6
- package/lib/components/Support/components/SupportRequest/components/SupportRequestSubmitted/supportRequestSubmitted.js +1 -1
- package/lib/components/Support/components/SupportRequest/supportRequest.d.ts +0 -1
- package/lib/components/Support/components/ViewSupport/viewSupport.styles.d.ts +2 -3
- package/lib/components/Table/common/gridTable.styles.d.ts +4 -12
- package/lib/components/Table/common/utils.d.ts +2 -2
- package/lib/components/Table/common/utils.js +17 -11
- package/lib/components/Table/components/CheckboxMenu/checkboxMenu.d.ts +2 -3
- package/lib/components/Table/components/CheckboxMenu/checkboxMenu.stories.d.ts +4 -2
- package/lib/components/Table/components/CheckboxMenu/checkboxMenu.styles.d.ts +1 -1
- package/lib/components/Table/components/DownloadEntityResults/downloadEntityResults.d.ts +1 -2
- package/lib/components/Table/components/Pagination/pagination.d.ts +0 -1
- package/lib/components/Table/components/Pagination/pagination.stories.d.ts +4 -2
- package/lib/components/Table/components/Pagination/pagination.styles.d.ts +2 -3
- package/lib/components/Table/components/PaginationSummary/paginationSummary.d.ts +0 -1
- package/lib/components/Table/components/TableBody/tableBody.d.ts +1 -2
- package/lib/components/Table/components/TableCell/components/CollapsableCell/collapsableCell.d.ts +1 -2
- package/lib/components/Table/components/TableCell/components/CollapsableCell/collapsableCell.styles.d.ts +7 -8
- package/lib/components/Table/components/TableCell/components/NTagCell/components/NTag/components/Tooltip/tooltip.d.ts +0 -1
- package/lib/components/Table/components/TableCell/components/NTagCell/components/NTag/components/Tooltip/tooltip.styles.d.ts +2 -3
- package/lib/components/Table/components/TableCell/components/NTagCell/nTagCell.d.ts +1 -2
- package/lib/components/Table/components/TableCell/components/RowSelectionCell/rowSelectionCell.d.ts +1 -2
- package/lib/components/Table/components/TableHead/components/HeadSelectionCell/headSelectionCell.d.ts +1 -2
- package/lib/components/Table/components/TableHead/tableHead.d.ts +1 -2
- package/lib/components/Table/components/TableRow/tableRow.styles.d.ts +4 -11
- package/lib/components/Table/components/TableRows/components/CollapsableRows/collapsableRows.d.ts +1 -2
- package/lib/components/Table/components/TableRows/components/VirtualizedRow/virtualizedRow.d.ts +0 -1
- package/lib/components/Table/components/TableRows/tableRows.d.ts +1 -2
- package/lib/components/Table/components/TableToolbar/components/RowPreview/components/RowDrawer/rowDrawer.d.ts +1 -1
- package/lib/components/Table/components/TableToolbar/components/RowPreview/components/RowDrawer/rowDrawer.styles.d.ts +2 -2
- package/lib/components/Table/components/TableToolbar/components/RowPreview/components/Section/components/RowDetail/rowDetail.d.ts +1 -2
- package/lib/components/Table/components/TableToolbar/components/RowPreview/components/Section/components/RowDetail/rowDetail.styles.d.ts +2 -3
- package/lib/components/Table/components/TableToolbar/components/RowPreview/components/Section/section.styles.d.ts +2 -3
- package/lib/components/Table/components/TableToolbar/components/RowPreview/rowPreview.d.ts +1 -2
- package/lib/components/Table/components/TableToolbar/components/RowSelection/components/DropdownMenu/dropdownMenu.d.ts +0 -1
- package/lib/components/Table/components/TableToolbar/components/RowSelection/components/DropdownMenu/dropdownMenu.styles.d.ts +1 -1
- package/lib/components/Table/components/TableToolbar/components/RowSelection/rowSelection.d.ts +1 -2
- package/lib/components/Table/components/TableToolbar/components/RowSelection/rowSelection.styles.d.ts +2 -3
- package/lib/components/Table/components/TableToolbar/tableToolbar.d.ts +1 -2
- package/lib/components/Table/components/TableToolbar/tableToolbar.styles.d.ts +3 -2
- package/lib/components/Table/features/RowPreview/entities.d.ts +1 -1
- package/lib/components/Table/features/entities.d.ts +5 -5
- package/lib/components/Table/table.d.ts +2 -3
- package/lib/components/Table/table.js +4 -4
- package/lib/components/Table/table.styles.d.ts +4 -12
- package/lib/components/TableCreator/tableCreator.d.ts +2 -3
- package/lib/components/TableCreator/tableCreator.styles.d.ts +2 -3
- package/lib/components/TempError/components/errorBox.d.ts +0 -1
- package/lib/components/TempError/tempError.d.ts +0 -1
- package/lib/components/common/Accordion/accordion.js +1 -1
- package/lib/components/common/Accordion/accordion.stories.d.ts +3 -3
- package/lib/components/common/Alert/alert.js +1 -1
- package/lib/components/common/Alert/alert.stories.d.ts +3 -3
- package/lib/components/common/Alert/alert.styles.d.ts +2 -2
- package/lib/components/common/Alert/components/AlertText/alertText.styles.d.ts +2 -3
- package/lib/components/common/AnchorLink/anchorLink.d.ts +0 -1
- package/lib/components/common/AnchorLink/anchorLink.styles.d.ts +23 -25
- package/lib/components/common/Banner/components/BannerPrimary/bannerPrimary.styles.d.ts +1 -1
- package/lib/components/common/Banner/components/CookieBanner/cookieBanner.styles.d.ts +1 -2
- package/lib/components/common/Banner/components/DismissibleBanner/dismissibleBanner.js +1 -1
- package/lib/components/common/Banner/components/SessionTimeout/sessionTimeout.styles.d.ts +1 -1
- package/lib/components/common/Breadcrumbs/breadcrumbs.js +1 -1
- package/lib/components/common/Breadcrumbs/breadcrumbs.stories.d.ts +6 -4
- package/lib/components/common/Button/components/ButtonOutline/buttonOutline.styles.d.ts +1 -2
- package/lib/components/common/Button/components/ButtonText/buttonText.d.ts +0 -1
- package/lib/components/common/Button/components/ButtonText/buttonText.styles.d.ts +1 -2
- package/lib/components/common/Button/components/ButtonTextPrimary/buttonTextPrimary.d.ts +0 -1
- package/lib/components/common/Button/components/ButtonTextPrimary/buttonTextPrimary.styles.d.ts +1 -2
- package/lib/components/common/Button/components/ButtonTextUnderline/buttonTextUnderline.d.ts +0 -1
- package/lib/components/common/Button/components/ButtonTextUnderline/buttonTextUnderline.styles.d.ts +1 -2
- package/lib/components/common/Button/components/CallToActionButton/callToActionButton.d.ts +3 -1
- package/lib/components/common/Button/components/CallToActionButton/callToActionButton.js +2 -2
- package/lib/components/common/Button/components/CallToActionButton/callToActionButton.stories.d.ts +5 -3
- package/lib/components/common/Button/components/DropdownButton/dropdownButton.d.ts +0 -1
- package/lib/components/common/Button/components/DropdownButton/dropdownButton.styles.d.ts +1 -2
- package/lib/components/common/Button/components/FileDownloadButton/fileDownloadButton.d.ts +0 -1
- package/lib/components/common/Button/components/HelpIconButton/helpIconButton.d.ts +0 -1
- package/lib/components/common/Button/components/HelpIconButton/helpIconButton.stories.d.ts +1 -1
- package/lib/components/common/Button/components/HelpIconButton/helpIconButton.styles.d.ts +2 -1
- package/lib/components/common/Button/components/LoginButton/loginButton.d.ts +1 -2
- package/lib/components/common/Button/components/LoginButton/loginButton.styles.d.ts +3 -4
- package/lib/components/common/Button/components/NavigationButton/navigationButton.d.ts +0 -1
- package/lib/components/common/Button/components/NavigationButton/navigationButton.styles.d.ts +1 -2
- package/lib/components/common/Card/card.stories.d.ts +3 -3
- package/lib/components/common/Card/card.styles.d.ts +5 -6
- package/lib/components/common/Card/components/CardAction/cardAction.d.ts +0 -1
- package/lib/components/common/Card/components/CardActions/cardActions.styles.d.ts +2 -3
- package/lib/components/common/Card/components/CardMedia/cardMedia.d.ts +0 -1
- package/lib/components/common/Card/components/CardMedia/cardMedia.styles.d.ts +2 -3
- package/lib/components/common/Card/components/CardSecondaryTitle/cardSecondaryTitle.styles.d.ts +3 -4
- package/lib/components/common/Code/code.d.ts +0 -1
- package/lib/components/common/Code/code.stories.d.ts +4 -3
- package/lib/components/common/Code/code.styles.d.ts +2 -3
- package/lib/components/common/CopyToClipboard/copyToClipboard.d.ts +0 -1
- package/lib/components/common/CopyToClipboard/copyToClipboard.stories.d.ts +3 -3
- package/lib/components/common/CustomIcon/components/AddIcon/addIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/AddLinkIcon/addLinkIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/AlertIcon/alertIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/BackArrowIcon/backArrowIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/CheckedIcon/checkedIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/ContactSupportIcon/contactSupportIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/ContentCopyIcon/contentCopyIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/DiscourseIcon/discourseIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/DownloadIcon/downloadIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/EmailReadIcon/emailReadIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/ErrorIcon/errorIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/FacebookIcon/facebookIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/FeedbackIcon/feedbackIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/FormStatusCompletedIcon/formStatusCompletedIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/FormStatusIncompleteIcon/formStatusIncompleteIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/ForwardArrowIcon/forwardArrowIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/GitHubIcon/gitHubIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/GoogleIcon/googleIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/HelpIcon/helpIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/InProgressIcon/inProgressIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/IndeterminateIcon/indeterminateIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/InfoIcon/infoIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/InventoryIcon/inventoryIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/LinkedInIcon/linkedInIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/LoadingIcon/loadingIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/OpenInNewIcon/openInNewIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/RadioCheckedIcon/radioCheckedIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/RadioUncheckedIcon/radioUncheckedIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/RemoveIcon/removeIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/SearchIcon/searchIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/SearchOffIcon/searchOffIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/Segment/segment.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/SlackIcon/slackIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/SouthIcon/southIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/SuccessIcon/successIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/UnLinkIcon/unLinkIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/UncheckedErrorIcon/uncheckedErrorIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/UncheckedIcon/uncheckedIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/UnfoldMoreIcon/unfoldMoreIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/WarningIcon/warningIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/XIcon/xIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/YouTubeIcon/youTubeIcon.d.ts +0 -1
- package/lib/components/common/Dialog/components/DialogTitle/dialogTitle.js +1 -1
- package/lib/components/common/Dot/dot.d.ts +0 -1
- package/lib/components/common/Dot/dot.styles.d.ts +2 -3
- package/lib/components/common/Drawer/components/DrawerTitle/drawerTitle.styles.d.ts +2 -3
- package/lib/components/common/Drawer/components/drawer.styles.d.ts +2 -3
- package/lib/components/common/DropdownMenu/common/entities.d.ts +2 -2
- package/lib/components/common/DropdownMenu/dropdownMenu.styles.d.ts +1 -1
- package/lib/components/common/EllipsisContent/ellipsisContent.styles.d.ts +3 -4
- package/lib/components/common/Form/components/Input/input.d.ts +0 -1
- package/lib/components/common/Form/components/Input/input.styles.d.ts +4 -19
- package/lib/components/common/Form/components/Select/components/DropDownIcon/dropDownIcon.d.ts +0 -1
- package/lib/components/common/Form/components/Select/select.d.ts +2 -2
- package/lib/components/common/Form/components/Select/select.styles.d.ts +4 -19
- package/lib/components/common/Form/components/UploadFile/uploadFile.d.ts +0 -1
- package/lib/components/common/Form/components/UploadFile/uploadFile.styles.d.ts +6 -39
- package/lib/components/common/IconBadge/iconBadge.d.ts +1 -1
- package/lib/components/common/IconBadge/iconBadge.styles.d.ts +2 -3
- package/lib/components/common/IconButton/iconButton.styles.d.ts +4 -30
- package/lib/components/common/Input/input.styles.d.ts +5 -20
- package/lib/components/common/KeyValuePairs/keyValuePairs.d.ts +5 -5
- package/lib/components/common/MDXMarkdown/components/Section/mdxSection.styles.d.ts +2 -3
- package/lib/components/common/Markdown/markdown.d.ts +3 -2
- package/lib/components/common/Markdown/markdown.js +3 -2
- package/lib/components/common/Paper/paper.d.ts +1 -1
- package/lib/components/common/Paper/paper.styles.d.ts +5 -6
- package/lib/components/common/Paper/paper.styles.js +1 -1
- package/lib/components/common/Progress/components/CircularProgress/circularProgress.styles.d.ts +2 -3
- package/lib/components/common/Progress/components/CircularProgress/components/CircularProgressTrack/circularProgressTrack.d.ts +0 -1
- package/lib/components/common/Progress/components/CircularProgress/components/CircularProgressTrack/circularProgressTrack.styles.d.ts +1 -1
- package/lib/components/common/RadioGroup/radioGroup.d.ts +3 -4
- package/lib/components/common/Section/components/CollapsableSection/collapsableSection.styles.d.ts +8 -40
- package/lib/components/common/Section/components/SectionDetailsEmpty/sectionDetailsEmpty.d.ts +0 -1
- package/lib/components/common/Section/components/SectionTitle/sectionTitle.d.ts +0 -1
- package/lib/components/common/Section/components/SectionTitle/sectionTitle.stories.d.ts +4 -2
- package/lib/components/common/Section/section.styles.d.ts +17 -17
- package/lib/components/common/Socials/socials.stories.d.ts +3 -4
- package/lib/components/common/Socials/socials.styles.d.ts +4 -4
- package/lib/components/common/Stack/components/Divider/divider.styles.d.ts +2 -11
- package/lib/components/common/StaticImage/staticImage.d.ts +1 -2
- package/lib/components/common/StaticImage/staticImage.stories.d.ts +4 -2
- package/lib/components/common/StatusBadge/statusBadge.d.ts +1 -1
- package/lib/components/common/StatusBadge/statusBadge.stories.d.ts +3 -4
- package/lib/components/common/StatusIcon/statusIcon.d.ts +1 -1
- package/lib/components/common/StatusIcon/statusIcon.stories.d.ts +4 -2
- package/lib/components/common/StatusIcon/statusIcon.styles.d.ts +2 -3
- package/lib/components/common/Tabs/tabs.d.ts +3 -3
- package/lib/components/common/Tabs/tabs.styles.d.ts +6 -34
- package/lib/components/common/Tag/tag.stories.d.ts +4 -2
- package/lib/components/common/Tag/tag.styles.d.ts +2 -2
- package/lib/components/common/Title/title.d.ts +1 -1
- package/lib/components/common/Title/title.styles.d.ts +2 -1
- package/lib/components/common/ToggleButtonGroup/toggleButtonGroup.d.ts +2 -3
- package/lib/components/common/ToggleButtonGroup/toggleButtonGroup.stories.d.ts +4 -2
- package/lib/components/common/Typography/common/entities.d.ts +1 -1
- package/lib/config/entities.d.ts +16 -16
- package/lib/entity/api/service.d.ts +3 -2
- package/lib/entity/apicf/service.d.ts +1 -1
- package/lib/entity/common/service.d.ts +2 -2
- package/lib/entity/service/model.d.ts +1 -1
- package/lib/hooks/useAsync.d.ts +1 -1
- package/lib/hooks/useAuthentication/common/entities.d.ts +1 -1
- package/lib/hooks/useAuthentication/useFetchGoogleProfile.d.ts +3 -3
- package/lib/hooks/useAuthentication/useFetchTerraNIHProfile.d.ts +2 -2
- package/lib/hooks/useAuthentication/useFetchTerraProfile.d.ts +2 -2
- package/lib/hooks/useAuthentication/useFetchTerraTermsOfService.d.ts +2 -2
- package/lib/hooks/useAuthentication/useTokenClient.d.ts +1 -1
- package/lib/hooks/useBreakpoint.d.ts +1 -1
- package/lib/hooks/useBreakpointHelper.d.ts +2 -2
- package/lib/hooks/useCategoryFilter.d.ts +2 -2
- package/lib/hooks/useCurrentBreakpoint.d.ts +1 -1
- package/lib/hooks/useEntityService.d.ts +1 -1
- package/lib/hooks/useExploreMode.d.ts +1 -1
- package/lib/hooks/useExportToTerraResponseURL.d.ts +1 -1
- package/lib/hooks/useFetchEntity.d.ts +1 -1
- package/lib/hooks/useFileLocation.d.ts +7 -1
- package/lib/hooks/useFileLocation.js +13 -14
- package/lib/hooks/useFileManifest/common/entities.d.ts +4 -4
- package/lib/hooks/useFileManifest/useFileManifest.d.ts +1 -1
- package/lib/hooks/useFileManifest/useRequestFileManifest.d.ts +1 -1
- package/lib/hooks/useRequestFileLocation.d.ts +2 -2
- package/lib/hooks/useResizeObserver.d.ts +1 -1
- package/lib/hooks/useScroll.d.ts +2 -2
- package/lib/providers/authentication.d.ts +2 -2
- package/lib/providers/config.d.ts +1 -1
- package/lib/providers/exploreState/entities.d.ts +4 -4
- package/lib/providers/exploreState/initializer/utils.js +1 -1
- package/lib/providers/exploreState/payloads/entities.d.ts +6 -6
- package/lib/providers/exploreState.d.ts +20 -20
- package/lib/providers/fileManifestState.d.ts +12 -12
- package/lib/providers/layoutState.d.ts +4 -4
- package/lib/theme/common/breakpoints.d.ts +4 -4
- package/lib/theme/common/components.js +8 -8
- package/lib/theme/common/palette.d.ts +33 -127
- package/lib/theme/common/palette.js +57 -69
- package/lib/types/error.d.ts +1 -1
- package/lib/utils/tests.d.ts +12 -0
- package/lib/utils/tests.js +17 -0
- package/lib/viewModelBuilders/common/entities.d.ts +1 -1
- package/lib/views/ContentView/contentView.stories.d.ts +3 -3
- package/lib/views/EntityDetailView/entityDetailView.d.ts +0 -1
- package/lib/views/ExploreView/exploreView.d.ts +0 -1
- package/lib/views/ExportMethodView/exportMethodView.d.ts +0 -1
- package/lib/views/ExportView/exportView.d.ts +1 -2
- package/lib/views/LoginView/loginView.d.ts +0 -1
- package/package.json +16 -14
- package/src/apis/azul/common/constants.ts +0 -5
- package/src/apis/azul/common/filterTransformer.ts +1 -1
- package/src/common/analytics/analytics.ts +1 -1
- package/src/common/analytics/readme-analytics.md +15 -0
- package/src/components/Detail/components/Table/table.tsx +1 -1
- package/src/components/Error/error.tsx +1 -1
- package/src/components/Export/components/DownloadCurlCommand/downloadCurlCommand.tsx +1 -1
- package/src/components/Export/components/ExportForm/components/ExportFileSummaryForm/exportFileSummaryForm.tsx +1 -1
- package/src/components/Export/components/ExportToTerra/components/TerraSetUpForm/terraSetUpForm.tsx +1 -1
- package/src/components/Filter/components/SearchAllFilters/components/VariableSizeList/VariableSizeList.tsx +1 -1
- package/src/components/Filter/components/VariableSizeList/VariableSizeList.tsx +1 -1
- package/src/components/Index/components/AzulFileDownload/azulFileDownload.tsx +44 -63
- package/src/components/Index/components/AzulFileDownload/common/constants.ts +4 -0
- package/src/components/Index/components/NTag/components/Tooltip/tooltip.tsx +1 -1
- package/src/components/Layout/components/BackPage/backPageView.tsx +1 -1
- package/src/components/Layout/components/BackPage/components/BackPageHero/backPageHero.styles.ts +3 -3
- package/src/components/Layout/components/BackPage/components/BackPageHero/backPageHero.tsx +5 -1
- package/src/components/Layout/components/BackPage/components/BackPageHero/components/Actions/actions.styles.ts +14 -0
- package/src/components/Layout/components/BackPage/components/BackPageHero/components/Actions/actions.tsx +13 -0
- package/src/components/Layout/components/Header/common/entities.ts +1 -0
- package/src/components/Layout/components/Header/common/utils.ts +23 -1
- package/src/components/Layout/components/Header/components/Content/components/Actions/components/Authentication/components/AuthenticationMenu/authenticationMenu.tsx +1 -1
- package/src/components/Layout/components/Header/components/Content/components/Actions/components/Menu/menu.tsx +1 -1
- package/src/components/Layout/components/Header/components/Content/components/Navigation/components/NavigationMenu/navigationMenu.tsx +2 -2
- package/src/components/Layout/components/Header/hooks/useHeaderVisibility.ts +3 -1
- package/src/components/Layout/components/Nav/components/NavBarHero/navBarHero.tsx +2 -2
- package/src/components/Layout/components/Outline/outline.styles.ts +1 -1
- package/src/components/Loading/loading.styles.ts +1 -1
- package/src/components/Loading/loading.tsx +1 -1
- package/src/components/Project/components/SupplementaryLinks/supplementaryLinks.tsx +1 -1
- package/src/components/Support/components/SupportRequest/components/SupportRequestForm/common/constants.ts +1 -1
- package/src/components/Support/components/SupportRequest/components/SupportRequestForm/common/utils.ts +1 -1
- package/src/components/Support/components/SupportRequest/components/SupportRequestForm/supportRequestForm.tsx +1 -1
- package/src/components/Support/components/SupportRequest/components/SupportRequestSubmitted/supportRequestSubmitted.tsx +1 -1
- package/src/components/Table/common/utils.ts +17 -15
- package/src/components/Table/components/TableCell/components/NTagCell/components/NTag/components/Tooltip/tooltip.tsx +1 -1
- package/src/components/common/Accordion/accordion.tsx +2 -2
- package/src/components/common/Alert/alert.tsx +1 -1
- package/src/components/common/Banner/components/CookieBanner/cookieBanner.tsx +1 -1
- package/src/components/common/Banner/components/DismissibleBanner/dismissibleBanner.tsx +1 -1
- package/src/components/common/Breadcrumbs/breadcrumbs.tsx +1 -1
- package/src/components/common/Button/components/CallToActionButton/callToActionButton.tsx +5 -0
- package/src/components/common/Code/code.tsx +1 -1
- package/src/components/common/CopyToClipboard/copyToClipboard.tsx +1 -1
- package/src/components/common/Dialog/components/DialogTitle/dialogTitle.tsx +1 -1
- package/src/components/common/Form/components/Input/input.tsx +1 -1
- package/src/components/common/Form/components/Select/select.tsx +2 -2
- package/src/components/common/IconBadge/iconBadge.styles.ts +1 -1
- package/src/components/common/Markdown/markdown.tsx +8 -2
- package/src/components/common/Section/components/CollapsableSection/collapsableSection.tsx +1 -1
- package/src/components/common/Stack/components/Divider/divider.styles.tsx +1 -1
- package/src/entity/api/service.ts +1 -1
- package/src/hooks/useCurrentBreakpoint.ts +1 -1
- package/src/hooks/useEntityList.ts +1 -1
- package/src/hooks/useEntityService.ts +1 -1
- package/src/hooks/useFileLocation.ts +16 -14
- package/src/hooks/useFileManifest/useRequestFileManifest.ts +1 -1
- package/src/hooks/useRequestFileLocation.ts +1 -1
- package/src/hooks/useResizeObserver.ts +1 -1
- package/src/hooks/useWindowResize.ts +1 -1
- package/src/theme/common/palette.ts +57 -57
- package/src/utils/tests.ts +19 -0
- package/tests/azulFileDownload.test.tsx +86 -0
- package/tests/useFileLocation.test.ts +32 -0
- package/tsconfig.json +4 -1
|
@@ -14,7 +14,7 @@ export interface ApplySavedFilterPayload {
|
|
|
14
14
|
/**
|
|
15
15
|
* Paginate table payload.
|
|
16
16
|
*/
|
|
17
|
-
export
|
|
17
|
+
export type PaginateTablePayload = PaginationDirectionType;
|
|
18
18
|
/**
|
|
19
19
|
* Patch explore response payload.
|
|
20
20
|
*/
|
|
@@ -34,11 +34,11 @@ export interface ProcessExploreResponsePayload {
|
|
|
34
34
|
/**
|
|
35
35
|
* Reset explore response payload.
|
|
36
36
|
*/
|
|
37
|
-
export
|
|
37
|
+
export type ResetExploreResponsePayload = undefined;
|
|
38
38
|
/**
|
|
39
39
|
* Update column visibility payload.
|
|
40
40
|
*/
|
|
41
|
-
export
|
|
41
|
+
export type UpdateColumnVisibilityPayload = VisibilityState;
|
|
42
42
|
/**
|
|
43
43
|
* Update entity filters payload.
|
|
44
44
|
*/
|
|
@@ -64,12 +64,12 @@ export interface UpdateFilterPayload {
|
|
|
64
64
|
/**
|
|
65
65
|
* Update row preview payload.
|
|
66
66
|
*/
|
|
67
|
-
export
|
|
67
|
+
export type UpdateRowPreviewPayload = RowPreviewState;
|
|
68
68
|
/**
|
|
69
69
|
* Update row selection payload.
|
|
70
70
|
*/
|
|
71
|
-
export
|
|
71
|
+
export type UpdateRowSelectionPayload = RowSelectionState;
|
|
72
72
|
/**
|
|
73
73
|
* Update sorting payload.
|
|
74
74
|
*/
|
|
75
|
-
export
|
|
75
|
+
export type UpdateSortingPayload = ColumnSort[];
|
|
@@ -5,7 +5,7 @@ import { RowPreviewState } from "../components/Table/features/RowPreview/entitie
|
|
|
5
5
|
import { CategoryGroup, SiteConfig } from "../config/entities";
|
|
6
6
|
import { EntityPageStateMapper, EntityStateByCategoryGroupConfigKey, ListItem } from "./exploreState/entities";
|
|
7
7
|
import { ApplySavedFilterPayload, PaginateTablePayload, PatchExploreResponsePayload, ProcessExploreResponsePayload, ResetExploreResponsePayload, UpdateColumnVisibilityPayload, UpdateEntityFiltersPayload, UpdateEntityViewAccessPayload, UpdateFilterPayload, UpdateRowPreviewPayload, UpdateRowSelectionPayload, UpdateSortingPayload } from "./exploreState/payloads/entities";
|
|
8
|
-
export
|
|
8
|
+
export type CatalogState = string | undefined;
|
|
9
9
|
/**
|
|
10
10
|
* Explore context.
|
|
11
11
|
*/
|
|
@@ -16,7 +16,7 @@ export interface ExploreContext {
|
|
|
16
16
|
/**
|
|
17
17
|
* Explore state.
|
|
18
18
|
*/
|
|
19
|
-
export
|
|
19
|
+
export type ExploreState = {
|
|
20
20
|
catalogState: CatalogState;
|
|
21
21
|
categoryGroups?: CategoryGroup[];
|
|
22
22
|
categoryViews: SelectCategoryView[];
|
|
@@ -38,11 +38,11 @@ export interface ExploreStateContextProps {
|
|
|
38
38
|
exploreDispatch: Dispatch<ExploreAction>;
|
|
39
39
|
exploreState: ExploreState;
|
|
40
40
|
}
|
|
41
|
-
export
|
|
41
|
+
export type FeatureFlagState = string | undefined;
|
|
42
42
|
/**
|
|
43
43
|
* List items.
|
|
44
44
|
*/
|
|
45
|
-
export
|
|
45
|
+
export type ListItems = ListItem[] | undefined;
|
|
46
46
|
/**
|
|
47
47
|
* Pagination index.
|
|
48
48
|
*/
|
|
@@ -110,109 +110,109 @@ export declare enum ExploreActionKind {
|
|
|
110
110
|
/**
|
|
111
111
|
* Explore action.
|
|
112
112
|
*/
|
|
113
|
-
export
|
|
113
|
+
export type ExploreAction = ApplySavedFilterAction | ClearFiltersAction | PaginateTableAction | PatchExploreResponseAction | ProcessExploreResponseAction | ResetExploreResponseAction | ResetStateAction | SelectEntityTypeAction | UpdateColumnVisibilityAction | UpdateEntityFiltersAction | UpdateEntityViewAccessAction | UpdateFilterAction | UpdateRowPreviewAction | UpdateRowSelectionAction | UpdateSortingAction;
|
|
114
114
|
/**
|
|
115
115
|
* Apply saved filter action.
|
|
116
116
|
*/
|
|
117
|
-
|
|
117
|
+
type ApplySavedFilterAction = {
|
|
118
118
|
payload: ApplySavedFilterPayload;
|
|
119
119
|
type: ExploreActionKind.ApplySavedFilter;
|
|
120
120
|
};
|
|
121
121
|
/**
|
|
122
122
|
* Clear filters action.
|
|
123
123
|
*/
|
|
124
|
-
|
|
124
|
+
type ClearFiltersAction = {
|
|
125
125
|
payload: undefined;
|
|
126
126
|
type: ExploreActionKind.ClearFilters;
|
|
127
127
|
};
|
|
128
128
|
/**
|
|
129
129
|
* Paginate table action.
|
|
130
130
|
*/
|
|
131
|
-
|
|
131
|
+
type PaginateTableAction = {
|
|
132
132
|
payload: PaginateTablePayload;
|
|
133
133
|
type: ExploreActionKind.PaginateTable;
|
|
134
134
|
};
|
|
135
135
|
/**
|
|
136
136
|
* Patch explore response action.
|
|
137
137
|
*/
|
|
138
|
-
|
|
138
|
+
type PatchExploreResponseAction = {
|
|
139
139
|
payload: PatchExploreResponsePayload;
|
|
140
140
|
type: ExploreActionKind.PatchExploreResponse;
|
|
141
141
|
};
|
|
142
142
|
/**
|
|
143
143
|
* Process explore response action.
|
|
144
144
|
*/
|
|
145
|
-
|
|
145
|
+
type ProcessExploreResponseAction = {
|
|
146
146
|
payload: ProcessExploreResponsePayload;
|
|
147
147
|
type: ExploreActionKind.ProcessExploreResponse;
|
|
148
148
|
};
|
|
149
149
|
/**
|
|
150
150
|
* Reset explore response action.
|
|
151
151
|
*/
|
|
152
|
-
|
|
152
|
+
type ResetExploreResponseAction = {
|
|
153
153
|
payload: ResetExploreResponsePayload;
|
|
154
154
|
type: ExploreActionKind.ResetExploreResponse;
|
|
155
155
|
};
|
|
156
156
|
/**
|
|
157
157
|
* Reset state type action.
|
|
158
158
|
*/
|
|
159
|
-
|
|
159
|
+
type ResetStateAction = {
|
|
160
160
|
payload: string;
|
|
161
161
|
type: ExploreActionKind.ResetState;
|
|
162
162
|
};
|
|
163
163
|
/**
|
|
164
164
|
* Select entity type action.
|
|
165
165
|
*/
|
|
166
|
-
|
|
166
|
+
type SelectEntityTypeAction = {
|
|
167
167
|
payload: string;
|
|
168
168
|
type: ExploreActionKind.SelectEntityType;
|
|
169
169
|
};
|
|
170
170
|
/**
|
|
171
171
|
* Update column visibility action.
|
|
172
172
|
*/
|
|
173
|
-
|
|
173
|
+
type UpdateColumnVisibilityAction = {
|
|
174
174
|
payload: UpdateColumnVisibilityPayload;
|
|
175
175
|
type: ExploreActionKind.UpdateColumnVisibility;
|
|
176
176
|
};
|
|
177
177
|
/**
|
|
178
178
|
* Update entity filters action.
|
|
179
179
|
*/
|
|
180
|
-
|
|
180
|
+
type UpdateEntityFiltersAction = {
|
|
181
181
|
payload: UpdateEntityFiltersPayload;
|
|
182
182
|
type: ExploreActionKind.UpdateEntityFilters;
|
|
183
183
|
};
|
|
184
184
|
/**
|
|
185
185
|
* Update entity view access action.
|
|
186
186
|
*/
|
|
187
|
-
|
|
187
|
+
type UpdateEntityViewAccessAction = {
|
|
188
188
|
payload: UpdateEntityViewAccessPayload;
|
|
189
189
|
type: ExploreActionKind.UpdateEntityViewAccess;
|
|
190
190
|
};
|
|
191
191
|
/**
|
|
192
192
|
* Update filter action.
|
|
193
193
|
*/
|
|
194
|
-
|
|
194
|
+
type UpdateFilterAction = {
|
|
195
195
|
payload: UpdateFilterPayload;
|
|
196
196
|
type: ExploreActionKind.UpdateFilter;
|
|
197
197
|
};
|
|
198
198
|
/**
|
|
199
199
|
* Update row preview action.
|
|
200
200
|
*/
|
|
201
|
-
export
|
|
201
|
+
export type UpdateRowPreviewAction = {
|
|
202
202
|
payload: UpdateRowPreviewPayload;
|
|
203
203
|
type: ExploreActionKind.UpdateRowPreview;
|
|
204
204
|
};
|
|
205
205
|
/**
|
|
206
206
|
* Update row selection action.
|
|
207
207
|
*/
|
|
208
|
-
|
|
208
|
+
type UpdateRowSelectionAction = {
|
|
209
209
|
payload: UpdateRowSelectionPayload;
|
|
210
210
|
type: ExploreActionKind.UpdateRowSelection;
|
|
211
211
|
};
|
|
212
212
|
/**
|
|
213
213
|
* Update sorting action.
|
|
214
214
|
*/
|
|
215
|
-
export
|
|
215
|
+
export type UpdateSortingAction = {
|
|
216
216
|
payload: UpdateSortingPayload;
|
|
217
217
|
type: ExploreActionKind.UpdateSorting;
|
|
218
218
|
};
|
|
@@ -22,7 +22,7 @@ export declare const DEFAULT_FILE_MANIFEST_STATE: {
|
|
|
22
22
|
/**
|
|
23
23
|
* File manifest state.
|
|
24
24
|
*/
|
|
25
|
-
export
|
|
25
|
+
export type FileManifestState = {
|
|
26
26
|
fileManifestFormat?: ManifestDownloadFormat;
|
|
27
27
|
filesFacets: FileFacet[];
|
|
28
28
|
fileSummary?: AzulSummaryResponse;
|
|
@@ -42,7 +42,7 @@ export declare type FileManifestState = {
|
|
|
42
42
|
/**
|
|
43
43
|
* Model of file manifest state context.
|
|
44
44
|
*/
|
|
45
|
-
export
|
|
45
|
+
export type FileManifestStateContextProps = {
|
|
46
46
|
fileManifestDispatch: Dispatch<FileManifestAction>;
|
|
47
47
|
fileManifestState: FileManifestState;
|
|
48
48
|
};
|
|
@@ -65,53 +65,53 @@ export declare enum FileManifestActionKind {
|
|
|
65
65
|
/**
|
|
66
66
|
* File manifest action.
|
|
67
67
|
*/
|
|
68
|
-
export
|
|
68
|
+
export type FileManifestAction = ClearFileManifestAction | FetchFileManifestAction | UpdateFileManifestAction | UpdateFileManifestFormatAction | UpdateFilterAction | UpdateFiltersCategoryAction;
|
|
69
69
|
/**
|
|
70
70
|
* Resets file manifest state.
|
|
71
71
|
*/
|
|
72
|
-
|
|
72
|
+
type ClearFileManifestAction = {
|
|
73
73
|
payload: undefined;
|
|
74
74
|
type: FileManifestActionKind.ClearFileManifest;
|
|
75
75
|
};
|
|
76
76
|
/**
|
|
77
77
|
* Fetch file manifest action.
|
|
78
78
|
*/
|
|
79
|
-
|
|
79
|
+
type FetchFileManifestAction = {
|
|
80
80
|
payload: FetchFileManifestPayload;
|
|
81
81
|
type: FileManifestActionKind.FetchFileManifest;
|
|
82
82
|
};
|
|
83
83
|
/**
|
|
84
84
|
* Update file manifest action.
|
|
85
85
|
*/
|
|
86
|
-
|
|
86
|
+
type UpdateFileManifestAction = {
|
|
87
87
|
payload: UpdateFileManifestPayload;
|
|
88
88
|
type: FileManifestActionKind.UpdateFileManifest;
|
|
89
89
|
};
|
|
90
90
|
/**
|
|
91
91
|
* Update file manifest format action.
|
|
92
92
|
*/
|
|
93
|
-
|
|
93
|
+
type UpdateFileManifestFormatAction = {
|
|
94
94
|
payload: ManifestDownloadFormat | undefined;
|
|
95
95
|
type: FileManifestActionKind.UpdateFileManifestFormat;
|
|
96
96
|
};
|
|
97
97
|
/**
|
|
98
98
|
* Update filter action.
|
|
99
99
|
*/
|
|
100
|
-
|
|
100
|
+
type UpdateFilterAction = {
|
|
101
101
|
payload: UpdateFilterPayload;
|
|
102
102
|
type: FileManifestActionKind.UpdateFilter;
|
|
103
103
|
};
|
|
104
104
|
/**
|
|
105
105
|
* Update filters by category action.
|
|
106
106
|
*/
|
|
107
|
-
|
|
107
|
+
type UpdateFiltersCategoryAction = {
|
|
108
108
|
payload: CategoryKey;
|
|
109
109
|
type: FileManifestActionKind.UpdateFiltersCategory;
|
|
110
110
|
};
|
|
111
111
|
/**
|
|
112
112
|
* Initialize file manifest payload.
|
|
113
113
|
*/
|
|
114
|
-
|
|
114
|
+
type FetchFileManifestPayload = {
|
|
115
115
|
fileManifestFormat?: ManifestDownloadFormat;
|
|
116
116
|
fileSummaryFacetName?: string;
|
|
117
117
|
filters: Filters;
|
|
@@ -119,7 +119,7 @@ declare type FetchFileManifestPayload = {
|
|
|
119
119
|
/**
|
|
120
120
|
* Update file manifest payload.
|
|
121
121
|
*/
|
|
122
|
-
|
|
122
|
+
type UpdateFileManifestPayload = {
|
|
123
123
|
filesFacets: FileFacet[];
|
|
124
124
|
fileSummary?: AzulSummaryResponse;
|
|
125
125
|
isFacetsLoading: boolean;
|
|
@@ -132,7 +132,7 @@ declare type UpdateFileManifestPayload = {
|
|
|
132
132
|
/**
|
|
133
133
|
* Update filter payload.
|
|
134
134
|
*/
|
|
135
|
-
export
|
|
135
|
+
export type UpdateFilterPayload = {
|
|
136
136
|
categoryKey: CategoryKey;
|
|
137
137
|
selected: boolean;
|
|
138
138
|
selectedValue: CategoryValueKey;
|
|
@@ -5,13 +5,13 @@ export declare const DEFAULT_LAYOUT_STATE: {
|
|
|
5
5
|
/**
|
|
6
6
|
* Layout state.
|
|
7
7
|
*/
|
|
8
|
-
export
|
|
8
|
+
export type LayoutState = {
|
|
9
9
|
headerHeight: number;
|
|
10
10
|
};
|
|
11
11
|
/**
|
|
12
12
|
* Model of layout state context.
|
|
13
13
|
*/
|
|
14
|
-
export
|
|
14
|
+
export type LayoutStateContextProps = {
|
|
15
15
|
layoutDispatch: Dispatch<LayoutAction>;
|
|
16
16
|
layoutState: LayoutState;
|
|
17
17
|
};
|
|
@@ -29,11 +29,11 @@ export declare enum LayoutActionKind {
|
|
|
29
29
|
/**
|
|
30
30
|
* Layout action.
|
|
31
31
|
*/
|
|
32
|
-
export
|
|
32
|
+
export type LayoutAction = UpdateHeaderHeightAction;
|
|
33
33
|
/**
|
|
34
34
|
* Update header height action.
|
|
35
35
|
*/
|
|
36
|
-
|
|
36
|
+
type UpdateHeaderHeightAction = {
|
|
37
37
|
payload?: number;
|
|
38
38
|
type: LayoutActionKind.UpdateHeaderHeight;
|
|
39
39
|
};
|
|
@@ -22,8 +22,8 @@ export declare const tablet = BREAKPOINTS.TABLET;
|
|
|
22
22
|
/**
|
|
23
23
|
* Breakpoints queries
|
|
24
24
|
*/
|
|
25
|
-
export declare const desktopUp:
|
|
26
|
-
export declare const desktopSmUp:
|
|
27
|
-
export declare const mobileUp:
|
|
28
|
-
export declare const tabletUp:
|
|
25
|
+
export declare const desktopUp = "@media (min-width: 1440px)";
|
|
26
|
+
export declare const desktopSmUp = "@media (min-width: 1280px)";
|
|
27
|
+
export declare const mobileUp = "@media (min-width: 0px)";
|
|
28
|
+
export declare const tabletUp = "@media (min-width: 768px)";
|
|
29
29
|
export {};
|
|
@@ -90,7 +90,7 @@ export const MuiAlert = (theme) => {
|
|
|
90
90
|
root: {
|
|
91
91
|
...theme.typography[TEXT_BODY_400_2_LINES],
|
|
92
92
|
borderRadius: 8,
|
|
93
|
-
boxShadow: theme.shadows[1],
|
|
93
|
+
boxShadow: theme.shadows[1], // elevation01
|
|
94
94
|
color: theme.palette.ink.main,
|
|
95
95
|
},
|
|
96
96
|
standard: {
|
|
@@ -583,7 +583,7 @@ export const MuiChip = (theme) => {
|
|
|
583
583
|
props: { variant: "filterTag" },
|
|
584
584
|
style: {
|
|
585
585
|
...theme.typography[TEXT_BODY_SMALL_500],
|
|
586
|
-
cursor: "pointer",
|
|
586
|
+
cursor: "pointer", // "pointer" cursor required to restore "clickable" ui
|
|
587
587
|
gap: 2,
|
|
588
588
|
height: 24,
|
|
589
589
|
justifySelf: FLEX_START,
|
|
@@ -976,7 +976,7 @@ export const MuiInputBase = (theme) => {
|
|
|
976
976
|
},
|
|
977
977
|
root: {
|
|
978
978
|
...theme.typography[TEXT_BODY_400],
|
|
979
|
-
fontSize: 16,
|
|
979
|
+
fontSize: 16, // overrides default 14px to prevent IOS zoom on focus.
|
|
980
980
|
height: 40,
|
|
981
981
|
letterSpacing: "normal",
|
|
982
982
|
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
@@ -1178,7 +1178,7 @@ export const MuiPaper = (theme) => {
|
|
|
1178
1178
|
borderRadius: 0,
|
|
1179
1179
|
borderStyle: "solid",
|
|
1180
1180
|
borderWidth: "0 0 1px 0",
|
|
1181
|
-
boxShadow: theme.shadows[1],
|
|
1181
|
+
boxShadow: theme.shadows[1], // elevation01,
|
|
1182
1182
|
// eslint-disable-next-line sort-keys -- disabling key order for readability
|
|
1183
1183
|
"&.MuiDialog-paper": {
|
|
1184
1184
|
marginLeft: 0,
|
|
@@ -1189,7 +1189,7 @@ export const MuiPaper = (theme) => {
|
|
|
1189
1189
|
},
|
|
1190
1190
|
},
|
|
1191
1191
|
{
|
|
1192
|
-
props: { variant: "table" },
|
|
1192
|
+
props: { variant: "table" }, // Copy of "panel" variant.
|
|
1193
1193
|
style: {
|
|
1194
1194
|
borderColor: theme.palette.smoke.main,
|
|
1195
1195
|
borderStyle: "solid",
|
|
@@ -1525,8 +1525,8 @@ export const MuiToggleButtonGroup = (theme) => {
|
|
|
1525
1525
|
return {
|
|
1526
1526
|
styleOverrides: {
|
|
1527
1527
|
grouped: {
|
|
1528
|
-
border: "none !important",
|
|
1529
|
-
borderRadius: "4px !important",
|
|
1528
|
+
border: "none !important", // Overrides "grouped" css selector specificity.
|
|
1529
|
+
borderRadius: "4px !important", // Overrides "grouped" css selector specificity.
|
|
1530
1530
|
margin: "0 !important", // Overrides "grouped" css selector specificity.
|
|
1531
1531
|
},
|
|
1532
1532
|
root: {
|
|
@@ -1582,7 +1582,7 @@ export const MuiTooltip = (theme) => {
|
|
|
1582
1582
|
tooltip: {
|
|
1583
1583
|
...theme.typography[TEXT_BODY_SMALL_400],
|
|
1584
1584
|
backgroundColor: theme.palette.ink.main,
|
|
1585
|
-
boxShadow: theme.shadows[2],
|
|
1585
|
+
boxShadow: theme.shadows[2], // elevation02
|
|
1586
1586
|
boxSizing: "content-box",
|
|
1587
1587
|
padding: "8px 12px",
|
|
1588
1588
|
},
|
|
@@ -1,137 +1,44 @@
|
|
|
1
1
|
import { PaletteColorOptions } from "@mui/material";
|
|
2
2
|
import { CommonColors, TypeBackground, TypeText } from "@mui/material/styles";
|
|
3
|
-
/**
|
|
4
|
-
* Palette "Alert"
|
|
5
|
-
*/
|
|
6
|
-
declare enum ALERT {
|
|
7
|
-
LIGHT = "#FED3D1",
|
|
8
|
-
LIGHTEST = "#FFF4F4",
|
|
9
|
-
MAIN = "#B42318"
|
|
10
|
-
}
|
|
11
|
-
/**
|
|
12
|
-
* Palette "Background"
|
|
13
|
-
*/
|
|
14
|
-
declare enum BACKGROUND {
|
|
15
|
-
DEFAULT = "#F6F6F7"
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* Palette "Info"
|
|
19
|
-
*/
|
|
20
|
-
declare enum INFO {
|
|
21
|
-
CONTRAST_TEXT = "#00729C",
|
|
22
|
-
LIGHT = "#97D6EA",
|
|
23
|
-
LIGHTEST = "#F2FAFC",
|
|
24
|
-
MAIN = "#00729C"
|
|
25
|
-
}
|
|
26
|
-
/**
|
|
27
|
-
* Palette "Ink"
|
|
28
|
-
*/
|
|
29
|
-
declare enum INK {
|
|
30
|
-
LIGHT = "#637381",
|
|
31
|
-
MAIN = "#212B36"
|
|
32
|
-
}
|
|
33
|
-
/**
|
|
34
|
-
* Palette "Primary"
|
|
35
|
-
*/
|
|
36
|
-
declare enum PRIMARY {
|
|
37
|
-
DARK = "#005EA9",
|
|
38
|
-
LIGHTEST = "#E6EFF6",
|
|
39
|
-
MAIN = "#1C7CC7"
|
|
40
|
-
}
|
|
41
|
-
/**
|
|
42
|
-
* Palette "Smoke"
|
|
43
|
-
*/
|
|
44
|
-
declare enum SMOKE {
|
|
45
|
-
DARK = "#C4CDD5",
|
|
46
|
-
LIGHT = "#F6F6F7",
|
|
47
|
-
LIGHTEST = "#FAFBFB",
|
|
48
|
-
MAIN = "#E1E3E5"
|
|
49
|
-
}
|
|
50
|
-
/**
|
|
51
|
-
* Palette "Success"
|
|
52
|
-
*/
|
|
53
|
-
declare enum SUCCESS {
|
|
54
|
-
LIGHT = "#AEE9D1",
|
|
55
|
-
LIGHTEST = "#F1F8F5",
|
|
56
|
-
MAIN = "#287555"
|
|
57
|
-
}
|
|
58
|
-
/**
|
|
59
|
-
* Palette "Text"
|
|
60
|
-
*/
|
|
61
|
-
declare enum TEXT {
|
|
62
|
-
PRIMARY = "#212B36"
|
|
63
|
-
}
|
|
64
|
-
/**
|
|
65
|
-
* Palette "Warning"
|
|
66
|
-
*/
|
|
67
|
-
declare enum WARNING {
|
|
68
|
-
CONTRAST_TEXT = "#B54708",
|
|
69
|
-
LIGHT = "#FFD79D",
|
|
70
|
-
LIGHTEST = "#FFFAEB",
|
|
71
|
-
MAIN = "#B54708"
|
|
72
|
-
}
|
|
73
|
-
/**
|
|
74
|
-
* Default "Black"
|
|
75
|
-
*/
|
|
76
|
-
declare enum BLACK {
|
|
77
|
-
DEFAULT = "#000000"
|
|
78
|
-
}
|
|
79
|
-
/**
|
|
80
|
-
* Default "White"
|
|
81
|
-
*/
|
|
82
|
-
declare enum WHITE {
|
|
83
|
-
DEFAULT = "#ffffff"
|
|
84
|
-
}
|
|
85
|
-
/**
|
|
86
|
-
* Color alpha
|
|
87
|
-
*/
|
|
88
|
-
declare enum ALPHA {
|
|
89
|
-
A04 = "0a",
|
|
90
|
-
A08 = "14",
|
|
91
|
-
A32 = "52",
|
|
92
|
-
A60 = "99",
|
|
93
|
-
A64 = "a3",
|
|
94
|
-
A80 = "cc"
|
|
95
|
-
}
|
|
96
3
|
/**
|
|
97
4
|
* Color constants
|
|
98
5
|
*/
|
|
99
|
-
export declare const alertLight
|
|
100
|
-
export declare const alertLightest
|
|
101
|
-
export declare const alertMain
|
|
102
|
-
export declare const backgroundDefault
|
|
103
|
-
export declare const infoContrastText
|
|
104
|
-
export declare const infoLight
|
|
105
|
-
export declare const infoLightest
|
|
106
|
-
export declare const infoMain
|
|
107
|
-
export declare const inkLight
|
|
108
|
-
export declare const inkMain
|
|
109
|
-
export declare const primaryDark
|
|
110
|
-
export declare const primaryLightest
|
|
111
|
-
export declare const primaryMain
|
|
112
|
-
export declare const smokeDark
|
|
113
|
-
export declare const smokeLight
|
|
114
|
-
export declare const smokeLightest
|
|
115
|
-
export declare const smokeMain
|
|
116
|
-
export declare const successLight
|
|
117
|
-
export declare const successLightest
|
|
118
|
-
export declare const successMain
|
|
119
|
-
export declare const textPrimary
|
|
120
|
-
export declare const warningContrastText
|
|
121
|
-
export declare const warningLight
|
|
122
|
-
export declare const warningLightest
|
|
123
|
-
export declare const warningMain
|
|
124
|
-
export declare const black
|
|
125
|
-
export declare const white
|
|
6
|
+
export declare const alertLight: string;
|
|
7
|
+
export declare const alertLightest: string;
|
|
8
|
+
export declare const alertMain: string;
|
|
9
|
+
export declare const backgroundDefault: string;
|
|
10
|
+
export declare const infoContrastText: string;
|
|
11
|
+
export declare const infoLight: string;
|
|
12
|
+
export declare const infoLightest: string;
|
|
13
|
+
export declare const infoMain: string;
|
|
14
|
+
export declare const inkLight: string;
|
|
15
|
+
export declare const inkMain: string;
|
|
16
|
+
export declare const primaryDark: string;
|
|
17
|
+
export declare const primaryLightest: string;
|
|
18
|
+
export declare const primaryMain: string;
|
|
19
|
+
export declare const smokeDark: string;
|
|
20
|
+
export declare const smokeLight: string;
|
|
21
|
+
export declare const smokeLightest: string;
|
|
22
|
+
export declare const smokeMain: string;
|
|
23
|
+
export declare const successLight: string;
|
|
24
|
+
export declare const successLightest: string;
|
|
25
|
+
export declare const successMain: string;
|
|
26
|
+
export declare const textPrimary: string;
|
|
27
|
+
export declare const warningContrastText: string;
|
|
28
|
+
export declare const warningLight: string;
|
|
29
|
+
export declare const warningLightest: string;
|
|
30
|
+
export declare const warningMain: string;
|
|
31
|
+
export declare const black: string;
|
|
32
|
+
export declare const white: string;
|
|
126
33
|
/**
|
|
127
34
|
* Color alpha constants
|
|
128
35
|
*/
|
|
129
|
-
export declare const alpha04
|
|
130
|
-
export declare const alpha08
|
|
131
|
-
export declare const alpha32
|
|
132
|
-
export declare const alpha60
|
|
133
|
-
export declare const alpha64
|
|
134
|
-
export declare const alpha80
|
|
36
|
+
export declare const alpha04: string;
|
|
37
|
+
export declare const alpha08: string;
|
|
38
|
+
export declare const alpha32: string;
|
|
39
|
+
export declare const alpha60: string;
|
|
40
|
+
export declare const alpha64: string;
|
|
41
|
+
export declare const alpha80: string;
|
|
135
42
|
/**
|
|
136
43
|
* Shades
|
|
137
44
|
*/
|
|
@@ -177,4 +84,3 @@ export declare const text: Pick<TypeText, "primary">;
|
|
|
177
84
|
* Palette Option "Warning"
|
|
178
85
|
*/
|
|
179
86
|
export declare const warning: PaletteColorOptions;
|
|
180
|
-
export {};
|