mod-arch-shared 0.1.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/LICENSE +201 -0
- package/README.md +115 -0
- package/dist/__tests__/__mocks__/mockGenericResponse.d.ts +8 -0
- package/dist/__tests__/__mocks__/mockGenericResponse.d.ts.map +1 -0
- package/dist/__tests__/__mocks__/mockGenericResponse.js +9 -0
- package/dist/__tests__/__mocks__/mockGenericResponse.js.map +1 -0
- package/dist/__tests__/__mocks__/styleMock.d.ts +2 -0
- package/dist/__tests__/__mocks__/styleMock.d.ts.map +1 -0
- package/dist/__tests__/__mocks__/styleMock.js +3 -0
- package/dist/__tests__/__mocks__/styleMock.js.map +1 -0
- package/dist/__tests__/unit/jest.setup.d.ts +2 -0
- package/dist/__tests__/unit/jest.setup.d.ts.map +1 -0
- package/dist/__tests__/unit/jest.setup.js +57 -0
- package/dist/__tests__/unit/jest.setup.js.map +1 -0
- package/dist/__tests__/unit/testUtils/hooks.d.ts +80 -0
- package/dist/__tests__/unit/testUtils/hooks.d.ts.map +1 -0
- package/dist/__tests__/unit/testUtils/hooks.js +149 -0
- package/dist/__tests__/unit/testUtils/hooks.js.map +1 -0
- package/dist/__tests__/unit/testUtils/hooks.spec.d.ts +2 -0
- package/dist/__tests__/unit/testUtils/hooks.spec.d.ts.map +1 -0
- package/dist/__tests__/unit/testUtils/hooks.spec.js +227 -0
- package/dist/__tests__/unit/testUtils/hooks.spec.js.map +1 -0
- package/dist/api/__tests__/errorUtils.spec.d.ts +2 -0
- package/dist/api/__tests__/errorUtils.spec.d.ts.map +1 -0
- package/dist/api/__tests__/errorUtils.spec.js +60 -0
- package/dist/api/__tests__/errorUtils.spec.js.map +1 -0
- package/dist/api/apiUtils.d.ts +16 -0
- package/dist/api/apiUtils.d.ts.map +1 -0
- package/dist/api/apiUtils.js +117 -0
- package/dist/api/apiUtils.js.map +1 -0
- package/dist/api/errorUtils.d.ts +2 -0
- package/dist/api/errorUtils.d.ts.map +1 -0
- package/dist/api/errorUtils.js +24 -0
- package/dist/api/errorUtils.js.map +1 -0
- package/dist/api/index.d.ts +6 -0
- package/dist/api/index.d.ts.map +1 -0
- package/dist/api/index.js +7 -0
- package/dist/api/index.js.map +1 -0
- package/dist/api/k8s.d.ts +5 -0
- package/dist/api/k8s.d.ts.map +1 -0
- package/dist/api/k8s.js +24 -0
- package/dist/api/k8s.js.map +1 -0
- package/dist/api/types.d.ts +19 -0
- package/dist/api/types.d.ts.map +1 -0
- package/dist/api/types.js +2 -0
- package/dist/api/types.js.map +1 -0
- package/dist/api/useAPIState.d.ts +3 -0
- package/dist/api/useAPIState.d.ts.map +1 -0
- package/dist/api/useAPIState.js +23 -0
- package/dist/api/useAPIState.js.map +1 -0
- package/dist/components/ApplicationsPage.d.ts +23 -0
- package/dist/components/ApplicationsPage.d.ts.map +1 -0
- package/dist/components/ApplicationsPage.js +43 -0
- package/dist/components/ApplicationsPage.js.map +1 -0
- package/dist/components/DashboardDescriptionListGroup.d.ts +31 -0
- package/dist/components/DashboardDescriptionListGroup.d.ts.map +1 -0
- package/dist/components/DashboardDescriptionListGroup.js +26 -0
- package/dist/components/DashboardDescriptionListGroup.js.map +1 -0
- package/dist/components/DashboardDescriptionListGroup.scss +4 -0
- package/dist/components/DashboardEmptyTableView.d.ts +10 -0
- package/dist/components/DashboardEmptyTableView.d.ts.map +1 -0
- package/dist/components/DashboardEmptyTableView.js +13 -0
- package/dist/components/DashboardEmptyTableView.js.map +1 -0
- package/dist/components/DashboardHelpTooltip.d.ts +7 -0
- package/dist/components/DashboardHelpTooltip.d.ts.map +1 -0
- package/dist/components/DashboardHelpTooltip.js +10 -0
- package/dist/components/DashboardHelpTooltip.js.map +1 -0
- package/dist/components/DashboardModalFooter.d.ts +16 -0
- package/dist/components/DashboardModalFooter.d.ts.map +1 -0
- package/dist/components/DashboardModalFooter.js +19 -0
- package/dist/components/DashboardModalFooter.js.map +1 -0
- package/dist/components/DashboardSearchField.d.ts +29 -0
- package/dist/components/DashboardSearchField.d.ts.map +1 -0
- package/dist/components/DashboardSearchField.js +43 -0
- package/dist/components/DashboardSearchField.js.map +1 -0
- package/dist/components/EditableLabelsDescriptionListGroup.d.ts +12 -0
- package/dist/components/EditableLabelsDescriptionListGroup.d.ts.map +1 -0
- package/dist/components/EditableLabelsDescriptionListGroup.js +143 -0
- package/dist/components/EditableLabelsDescriptionListGroup.js.map +1 -0
- package/dist/components/EditableTextDescriptionListGroup.d.ts +12 -0
- package/dist/components/EditableTextDescriptionListGroup.d.ts.map +1 -0
- package/dist/components/EditableTextDescriptionListGroup.js +45 -0
- package/dist/components/EditableTextDescriptionListGroup.js.map +1 -0
- package/dist/components/EmptyStateErrorMessage.d.ts +9 -0
- package/dist/components/EmptyStateErrorMessage.d.ts.map +1 -0
- package/dist/components/EmptyStateErrorMessage.js +14 -0
- package/dist/components/EmptyStateErrorMessage.js.map +1 -0
- package/dist/components/FieldGroupHelpLabelIcon.d.ts +8 -0
- package/dist/components/FieldGroupHelpLabelIcon.d.ts.map +1 -0
- package/dist/components/FieldGroupHelpLabelIcon.js +11 -0
- package/dist/components/FieldGroupHelpLabelIcon.js.map +1 -0
- package/dist/components/FormFieldset.d.ts +9 -0
- package/dist/components/FormFieldset.d.ts.map +1 -0
- package/dist/components/FormFieldset.js +10 -0
- package/dist/components/FormFieldset.js.map +1 -0
- package/dist/components/InlineTruncatedClipboardCopy.d.ts +14 -0
- package/dist/components/InlineTruncatedClipboardCopy.d.ts.map +1 -0
- package/dist/components/InlineTruncatedClipboardCopy.js +19 -0
- package/dist/components/InlineTruncatedClipboardCopy.js.map +1 -0
- package/dist/components/InlineTruncatedClipboardCopy.scss +4 -0
- package/dist/components/KubeflowDocs.d.ts +10 -0
- package/dist/components/KubeflowDocs.d.ts.map +1 -0
- package/dist/components/KubeflowDocs.js +11 -0
- package/dist/components/KubeflowDocs.js.map +1 -0
- package/dist/components/MarkdownView.d.ts +12 -0
- package/dist/components/MarkdownView.d.ts.map +1 -0
- package/dist/components/MarkdownView.js +14 -0
- package/dist/components/MarkdownView.js.map +1 -0
- package/dist/components/MarkdownView.scss +88 -0
- package/dist/components/NavBar.d.ts +8 -0
- package/dist/components/NavBar.d.ts.map +1 -0
- package/dist/components/NavBar.js +48 -0
- package/dist/components/NavBar.js.map +1 -0
- package/dist/components/NavSidebar.d.ts +8 -0
- package/dist/components/NavSidebar.d.ts.map +1 -0
- package/dist/components/NavSidebar.js +31 -0
- package/dist/components/NavSidebar.js.map +1 -0
- package/dist/components/NotebookController.scss +113 -0
- package/dist/components/PopoverListContent.d.ts +10 -0
- package/dist/components/PopoverListContent.d.ts.map +1 -0
- package/dist/components/PopoverListContent.js +17 -0
- package/dist/components/PopoverListContent.js.map +1 -0
- package/dist/components/ResourceNameTooltip.d.ts +11 -0
- package/dist/components/ResourceNameTooltip.d.ts.map +1 -0
- package/dist/components/ResourceNameTooltip.js +26 -0
- package/dist/components/ResourceNameTooltip.js.map +1 -0
- package/dist/components/SimpleSelect.d.ts +37 -0
- package/dist/components/SimpleSelect.d.ts.map +1 -0
- package/dist/components/SimpleSelect.js +57 -0
- package/dist/components/SimpleSelect.js.map +1 -0
- package/dist/components/SimpleSelect.scss +9 -0
- package/dist/components/ToastNotification.d.ts +8 -0
- package/dist/components/ToastNotification.d.ts.map +1 -0
- package/dist/components/ToastNotification.js +32 -0
- package/dist/components/ToastNotification.js.map +1 -0
- package/dist/components/ToastNotifications.d.ts +4 -0
- package/dist/components/ToastNotifications.d.ts.map +1 -0
- package/dist/components/ToastNotifications.js +10 -0
- package/dist/components/ToastNotifications.js.map +1 -0
- package/dist/components/TruncatedText.d.ts +8 -0
- package/dist/components/TruncatedText.d.ts.map +1 -0
- package/dist/components/TruncatedText.js +27 -0
- package/dist/components/TruncatedText.js.map +1 -0
- package/dist/components/TypeaheadSelect.d.ts +53 -0
- package/dist/components/TypeaheadSelect.d.ts.map +1 -0
- package/dist/components/TypeaheadSelect.js +265 -0
- package/dist/components/TypeaheadSelect.js.map +1 -0
- package/dist/components/WhosMyAdministrator.d.ts +14 -0
- package/dist/components/WhosMyAdministrator.d.ts.map +1 -0
- package/dist/components/WhosMyAdministrator.js +12 -0
- package/dist/components/WhosMyAdministrator.js.map +1 -0
- package/dist/components/browserStorage/BrowserStorageContext.d.ts +25 -0
- package/dist/components/browserStorage/BrowserStorageContext.d.ts.map +1 -0
- package/dist/components/browserStorage/BrowserStorageContext.js +112 -0
- package/dist/components/browserStorage/BrowserStorageContext.js.map +1 -0
- package/dist/components/browserStorage/index.d.ts +2 -0
- package/dist/components/browserStorage/index.d.ts.map +1 -0
- package/dist/components/browserStorage/index.js +2 -0
- package/dist/components/browserStorage/index.js.map +1 -0
- package/dist/components/dashboard/DashboardPopupIconButton.d.ts +12 -0
- package/dist/components/dashboard/DashboardPopupIconButton.d.ts.map +1 -0
- package/dist/components/dashboard/DashboardPopupIconButton.js +12 -0
- package/dist/components/dashboard/DashboardPopupIconButton.js.map +1 -0
- package/dist/components/dashboard/index.d.ts +2 -0
- package/dist/components/dashboard/index.d.ts.map +1 -0
- package/dist/components/dashboard/index.js +2 -0
- package/dist/components/dashboard/index.js.map +1 -0
- package/dist/components/design/CollapsibleSection.d.ts +14 -0
- package/dist/components/design/CollapsibleSection.d.ts.map +1 -0
- package/dist/components/design/CollapsibleSection.js +30 -0
- package/dist/components/design/CollapsibleSection.js.map +1 -0
- package/dist/components/design/DividedGallery.d.ts +14 -0
- package/dist/components/design/DividedGallery.d.ts.map +1 -0
- package/dist/components/design/DividedGallery.js +18 -0
- package/dist/components/design/DividedGallery.js.map +1 -0
- package/dist/components/design/DividedGallery.scss +27 -0
- package/dist/components/design/DividedGalleryItem.d.ts +6 -0
- package/dist/components/design/DividedGalleryItem.d.ts.map +1 -0
- package/dist/components/design/DividedGalleryItem.js +10 -0
- package/dist/components/design/DividedGalleryItem.js.map +1 -0
- package/dist/components/design/HeaderIcon.d.ts +12 -0
- package/dist/components/design/HeaderIcon.d.ts.map +1 -0
- package/dist/components/design/HeaderIcon.js +20 -0
- package/dist/components/design/HeaderIcon.js.map +1 -0
- package/dist/components/design/InfoGalleryItem.d.ts +15 -0
- package/dist/components/design/InfoGalleryItem.d.ts.map +1 -0
- package/dist/components/design/InfoGalleryItem.js +30 -0
- package/dist/components/design/InfoGalleryItem.js.map +1 -0
- package/dist/components/design/ScrolledGallery.d.ts +8 -0
- package/dist/components/design/ScrolledGallery.d.ts.map +1 -0
- package/dist/components/design/ScrolledGallery.js +19 -0
- package/dist/components/design/ScrolledGallery.js.map +1 -0
- package/dist/components/design/TitleWithIcon.d.ts +11 -0
- package/dist/components/design/TitleWithIcon.d.ts.map +1 -0
- package/dist/components/design/TitleWithIcon.js +20 -0
- package/dist/components/design/TitleWithIcon.js.map +1 -0
- package/dist/components/design/TypeBorderCard.scss +141 -0
- package/dist/components/design/TypeBorderedCard.d.ts +13 -0
- package/dist/components/design/TypeBorderedCard.d.ts.map +1 -0
- package/dist/components/design/TypeBorderedCard.js +11 -0
- package/dist/components/design/TypeBorderedCard.js.map +1 -0
- package/dist/components/design/TypedObjectIcon.d.ts +11 -0
- package/dist/components/design/TypedObjectIcon.d.ts.map +1 -0
- package/dist/components/design/TypedObjectIcon.js +19 -0
- package/dist/components/design/TypedObjectIcon.js.map +1 -0
- package/dist/components/design/index.d.ts +11 -0
- package/dist/components/design/index.d.ts.map +1 -0
- package/dist/components/design/index.js +11 -0
- package/dist/components/design/index.js.map +1 -0
- package/dist/components/design/utils.d.ts +52 -0
- package/dist/components/design/utils.d.ts.map +1 -0
- package/dist/components/design/utils.js +336 -0
- package/dist/components/design/utils.js.map +1 -0
- package/dist/components/design/vars.scss +31 -0
- package/dist/components/index.d.ts +31 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/components/index.js +33 -0
- package/dist/components/index.js.map +1 -0
- package/dist/components/notFound/NotFound.d.ts +4 -0
- package/dist/components/notFound/NotFound.d.ts.map +1 -0
- package/dist/components/notFound/NotFound.js +10 -0
- package/dist/components/notFound/NotFound.js.map +1 -0
- package/dist/components/notFound/index.d.ts +2 -0
- package/dist/components/notFound/index.d.ts.map +1 -0
- package/dist/components/notFound/index.js +2 -0
- package/dist/components/notFound/index.js.map +1 -0
- package/dist/components/pf-overrides/FormSection.d.ts +9 -0
- package/dist/components/pf-overrides/FormSection.d.ts.map +1 -0
- package/dist/components/pf-overrides/FormSection.js +13 -0
- package/dist/components/pf-overrides/FormSection.js.map +1 -0
- package/dist/components/pf-overrides/FormSection.scss +8 -0
- package/dist/components/pf-overrides/index.d.ts +2 -0
- package/dist/components/pf-overrides/index.d.ts.map +1 -0
- package/dist/components/pf-overrides/index.js +2 -0
- package/dist/components/pf-overrides/index.js.map +1 -0
- package/dist/components/table/CheckboxTd.d.ts +12 -0
- package/dist/components/table/CheckboxTd.d.ts.map +1 -0
- package/dist/components/table/CheckboxTd.js +14 -0
- package/dist/components/table/CheckboxTd.js.map +1 -0
- package/dist/components/table/Table.d.ts +14 -0
- package/dist/components/table/Table.d.ts.map +1 -0
- package/dist/components/table/Table.js +33 -0
- package/dist/components/table/Table.js.map +1 -0
- package/dist/components/table/TableBase.d.ts +43 -0
- package/dist/components/table/TableBase.d.ts.map +1 -0
- package/dist/components/table/TableBase.js +103 -0
- package/dist/components/table/TableBase.js.map +1 -0
- package/dist/components/table/TableRowTitleDescription.d.ts +11 -0
- package/dist/components/table/TableRowTitleDescription.d.ts.map +1 -0
- package/dist/components/table/TableRowTitleDescription.js +19 -0
- package/dist/components/table/TableRowTitleDescription.js.map +1 -0
- package/dist/components/table/__tests__/useCheckboxTable.spec.d.ts +2 -0
- package/dist/components/table/__tests__/useCheckboxTable.spec.d.ts.map +1 -0
- package/dist/components/table/__tests__/useCheckboxTable.spec.js +45 -0
- package/dist/components/table/__tests__/useCheckboxTable.spec.js.map +1 -0
- package/dist/components/table/const.d.ts +8 -0
- package/dist/components/table/const.d.ts.map +1 -0
- package/dist/components/table/const.js +19 -0
- package/dist/components/table/const.js.map +1 -0
- package/dist/components/table/index.d.ts +11 -0
- package/dist/components/table/index.d.ts.map +1 -0
- package/dist/components/table/index.js +10 -0
- package/dist/components/table/index.js.map +1 -0
- package/dist/components/table/types.d.ts +17 -0
- package/dist/components/table/types.d.ts.map +1 -0
- package/dist/components/table/types.js +2 -0
- package/dist/components/table/types.js.map +1 -0
- package/dist/components/table/useCheckboxTable.d.ts +12 -0
- package/dist/components/table/useCheckboxTable.d.ts.map +1 -0
- package/dist/components/table/useCheckboxTable.js +9 -0
- package/dist/components/table/useCheckboxTable.js.map +1 -0
- package/dist/components/table/useCheckboxTableBase.d.ts +19 -0
- package/dist/components/table/useCheckboxTableBase.d.ts.map +1 -0
- package/dist/components/table/useCheckboxTableBase.js +76 -0
- package/dist/components/table/useCheckboxTableBase.js.map +1 -0
- package/dist/components/table/useTableColumnSort.d.ts +26 -0
- package/dist/components/table/useTableColumnSort.d.ts.map +1 -0
- package/dist/components/table/useTableColumnSort.js +83 -0
- package/dist/components/table/useTableColumnSort.js.map +1 -0
- package/dist/config/stylePaths.d.ts +2 -0
- package/dist/config/stylePaths.d.ts.map +1 -0
- package/dist/config/stylePaths.js +17 -0
- package/dist/config/stylePaths.js.map +1 -0
- package/dist/config/transform.file.d.ts +2 -0
- package/dist/config/transform.file.d.ts.map +1 -0
- package/dist/config/transform.file.js +9 -0
- package/dist/config/transform.file.js.map +1 -0
- package/dist/config/transform.style.d.ts +2 -0
- package/dist/config/transform.style.d.ts.map +1 -0
- package/dist/config/transform.style.js +3 -0
- package/dist/config/transform.style.js.map +1 -0
- package/dist/context/DashboardScriptLoader.d.ts +7 -0
- package/dist/context/DashboardScriptLoader.d.ts.map +1 -0
- package/dist/context/DashboardScriptLoader.js +38 -0
- package/dist/context/DashboardScriptLoader.js.map +1 -0
- package/dist/context/NamespaceSelectorContext.d.ts +22 -0
- package/dist/context/NamespaceSelectorContext.d.ts.map +1 -0
- package/dist/context/NamespaceSelectorContext.js +58 -0
- package/dist/context/NamespaceSelectorContext.js.map +1 -0
- package/dist/context/NotificationContext.d.ts +15 -0
- package/dist/context/NotificationContext.d.ts.map +1 -0
- package/dist/context/NotificationContext.js +44 -0
- package/dist/context/NotificationContext.js.map +1 -0
- package/dist/context/ThemeContext.d.ts +14 -0
- package/dist/context/ThemeContext.d.ts.map +1 -0
- package/dist/context/ThemeContext.js +24 -0
- package/dist/context/ThemeContext.js.map +1 -0
- package/dist/context/__tests__/NamespaceSelectorContext.test.d.ts +2 -0
- package/dist/context/__tests__/NamespaceSelectorContext.test.d.ts.map +1 -0
- package/dist/context/__tests__/NamespaceSelectorContext.test.js +147 -0
- package/dist/context/__tests__/NamespaceSelectorContext.test.js.map +1 -0
- package/dist/context/index.d.ts +5 -0
- package/dist/context/index.d.ts.map +1 -0
- package/dist/context/index.js +6 -0
- package/dist/context/index.js.map +1 -0
- package/dist/hooks/index.d.ts +6 -0
- package/dist/hooks/index.d.ts.map +1 -0
- package/dist/hooks/index.js +7 -0
- package/dist/hooks/index.js.map +1 -0
- package/dist/hooks/useNamespaces.d.ts +5 -0
- package/dist/hooks/useNamespaces.d.ts.map +1 -0
- package/dist/hooks/useNamespaces.js +19 -0
- package/dist/hooks/useNamespaces.js.map +1 -0
- package/dist/hooks/useNotification.d.ts +18 -0
- package/dist/hooks/useNotification.d.ts.map +1 -0
- package/dist/hooks/useNotification.js +75 -0
- package/dist/hooks/useNotification.js.map +1 -0
- package/dist/hooks/useQueryParamNamespaces.d.ts +2 -0
- package/dist/hooks/useQueryParamNamespaces.d.ts.map +1 -0
- package/dist/hooks/useQueryParamNamespaces.js +9 -0
- package/dist/hooks/useQueryParamNamespaces.js.map +1 -0
- package/dist/hooks/useSettings.d.ts +9 -0
- package/dist/hooks/useSettings.d.ts.map +1 -0
- package/dist/hooks/useSettings.js +74 -0
- package/dist/hooks/useSettings.js.map +1 -0
- package/dist/hooks/useTimeBasedRefresh.d.ts +4 -0
- package/dist/hooks/useTimeBasedRefresh.d.ts.map +1 -0
- package/dist/hooks/useTimeBasedRefresh.js +33 -0
- package/dist/hooks/useTimeBasedRefresh.js.map +1 -0
- package/dist/images/Icon-Layered_A_Black-RGB.svg +66 -0
- package/dist/images/Icon-Storage-A-Black-RGB.svg +3 -0
- package/dist/images/Icon-Sys_admin-A-Black-RGB.svg +8 -0
- package/dist/images/UI_icon-Branch-RGB.svg +1 -0
- package/dist/images/UI_icon-Connected-RGB.svg +1 -0
- package/dist/images/UI_icon-Cubes-RGB.svg +1 -0
- package/dist/images/UI_icon-Double_arrow_right-RGB.svg +1 -0
- package/dist/images/UI_icon-Folder-RGB.svg +1 -0
- package/dist/images/UI_icon-Notebook-Images-RGB.svg +9 -0
- package/dist/images/UI_icon-Server-RGB.svg +1 -0
- package/dist/images/UI_icon-Server_upload-RGB.svg +1 -0
- package/dist/images/UI_icon-Shared_workspace-RGB.svg +8 -0
- package/dist/images/UI_icon-Storage-RGB.svg +1 -0
- package/dist/images/UI_icon-User-RGB.svg +1 -0
- package/dist/images/UI_icon-Wrench-RGB.svg +1 -0
- package/dist/images/empty-state-cluster-storage.svg +472 -0
- package/dist/images/empty-state-data-connections.svg +299 -0
- package/dist/images/empty-state-model-registries.svg +9 -0
- package/dist/images/empty-state-model-serving.svg +249 -0
- package/dist/images/empty-state-notebooks.svg +392 -0
- package/dist/images/empty-state-pipelines.svg +393 -0
- package/dist/images/empty-state-project-overview.svg +482 -0
- package/dist/images/empty-state-projects-color.svg +275 -0
- package/dist/images/empty-state-storage-classes.svg +56 -0
- package/dist/images/icons/AcceleratorProfileIcon.d.ts +3 -0
- package/dist/images/icons/AcceleratorProfileIcon.d.ts.map +1 -0
- package/dist/images/icons/AcceleratorProfileIcon.js +11 -0
- package/dist/images/icons/AcceleratorProfileIcon.js.map +1 -0
- package/dist/images/icons/AcceleratorProfileIcon.ts +13 -0
- package/dist/images/icons/ArtifactIcon.d.ts +3 -0
- package/dist/images/icons/ArtifactIcon.d.ts.map +1 -0
- package/dist/images/icons/ArtifactIcon.js +11 -0
- package/dist/images/icons/ArtifactIcon.js.map +1 -0
- package/dist/images/icons/ArtifactIcon.ts +13 -0
- package/dist/images/icons/BuildIcon.d.ts +3 -0
- package/dist/images/icons/BuildIcon.d.ts.map +1 -0
- package/dist/images/icons/BuildIcon.js +11 -0
- package/dist/images/icons/BuildIcon.js.map +1 -0
- package/dist/images/icons/BuildIcon.ts +13 -0
- package/dist/images/icons/ClusterSettingsIcon.d.ts +3 -0
- package/dist/images/icons/ClusterSettingsIcon.d.ts.map +1 -0
- package/dist/images/icons/ClusterSettingsIcon.js +11 -0
- package/dist/images/icons/ClusterSettingsIcon.js.map +1 -0
- package/dist/images/icons/ClusterSettingsIcon.ts +13 -0
- package/dist/images/icons/ConfigurationIcon.d.ts +3 -0
- package/dist/images/icons/ConfigurationIcon.d.ts.map +1 -0
- package/dist/images/icons/ConfigurationIcon.js +11 -0
- package/dist/images/icons/ConfigurationIcon.js.map +1 -0
- package/dist/images/icons/ConfigurationIcon.ts +13 -0
- package/dist/images/icons/CreateAndTrainIcon.d.ts +3 -0
- package/dist/images/icons/CreateAndTrainIcon.d.ts.map +1 -0
- package/dist/images/icons/CreateAndTrainIcon.js +11 -0
- package/dist/images/icons/CreateAndTrainIcon.js.map +1 -0
- package/dist/images/icons/CreateAndTrainIcon.ts +13 -0
- package/dist/images/icons/DataConnectionIcon.d.ts +3 -0
- package/dist/images/icons/DataConnectionIcon.d.ts.map +1 -0
- package/dist/images/icons/DataConnectionIcon.js +11 -0
- package/dist/images/icons/DataConnectionIcon.js.map +1 -0
- package/dist/images/icons/DataConnectionIcon.ts +13 -0
- package/dist/images/icons/DeployedModelIcon.d.ts +3 -0
- package/dist/images/icons/DeployedModelIcon.d.ts.map +1 -0
- package/dist/images/icons/DeployedModelIcon.js +11 -0
- package/dist/images/icons/DeployedModelIcon.js.map +1 -0
- package/dist/images/icons/DeployedModelIcon.ts +13 -0
- package/dist/images/icons/DistributedWorkloadIcon.d.ts +3 -0
- package/dist/images/icons/DistributedWorkloadIcon.d.ts.map +1 -0
- package/dist/images/icons/DistributedWorkloadIcon.js +11 -0
- package/dist/images/icons/DistributedWorkloadIcon.js.map +1 -0
- package/dist/images/icons/DistributedWorkloadIcon.ts +13 -0
- package/dist/images/icons/EnabledApplicationsIcon.d.ts +3 -0
- package/dist/images/icons/EnabledApplicationsIcon.d.ts.map +1 -0
- package/dist/images/icons/EnabledApplicationsIcon.js +11 -0
- package/dist/images/icons/EnabledApplicationsIcon.js.map +1 -0
- package/dist/images/icons/EnabledApplicationsIcon.ts +13 -0
- package/dist/images/icons/ExperimentIcon.d.ts +3 -0
- package/dist/images/icons/ExperimentIcon.d.ts.map +1 -0
- package/dist/images/icons/ExperimentIcon.js +11 -0
- package/dist/images/icons/ExperimentIcon.js.map +1 -0
- package/dist/images/icons/ExperimentIcon.ts +13 -0
- package/dist/images/icons/ExploreApplicationsIcon.d.ts +3 -0
- package/dist/images/icons/ExploreApplicationsIcon.d.ts.map +1 -0
- package/dist/images/icons/ExploreApplicationsIcon.js +11 -0
- package/dist/images/icons/ExploreApplicationsIcon.js.map +1 -0
- package/dist/images/icons/ExploreApplicationsIcon.ts +13 -0
- package/dist/images/icons/GroupIcon.d.ts +3 -0
- package/dist/images/icons/GroupIcon.d.ts.map +1 -0
- package/dist/images/icons/GroupIcon.js +11 -0
- package/dist/images/icons/GroupIcon.js.map +1 -0
- package/dist/images/icons/GroupIcon.ts +13 -0
- package/dist/images/icons/ModelIcon.d.ts +3 -0
- package/dist/images/icons/ModelIcon.d.ts.map +1 -0
- package/dist/images/icons/ModelIcon.js +11 -0
- package/dist/images/icons/ModelIcon.js.map +1 -0
- package/dist/images/icons/ModelIcon.ts +13 -0
- package/dist/images/icons/ModelRegistryIcon.d.ts +3 -0
- package/dist/images/icons/ModelRegistryIcon.d.ts.map +1 -0
- package/dist/images/icons/ModelRegistryIcon.js +11 -0
- package/dist/images/icons/ModelRegistryIcon.js.map +1 -0
- package/dist/images/icons/ModelRegistryIcon.ts +13 -0
- package/dist/images/icons/ModelServerIcon.d.ts +3 -0
- package/dist/images/icons/ModelServerIcon.d.ts.map +1 -0
- package/dist/images/icons/ModelServerIcon.js +11 -0
- package/dist/images/icons/ModelServerIcon.js.map +1 -0
- package/dist/images/icons/ModelServerIcon.ts +13 -0
- package/dist/images/icons/MultiModelIcon.d.ts +3 -0
- package/dist/images/icons/MultiModelIcon.d.ts.map +1 -0
- package/dist/images/icons/MultiModelIcon.js +11 -0
- package/dist/images/icons/MultiModelIcon.js.map +1 -0
- package/dist/images/icons/MultiModelIcon.ts +13 -0
- package/dist/images/icons/NotebookIcon.d.ts +3 -0
- package/dist/images/icons/NotebookIcon.d.ts.map +1 -0
- package/dist/images/icons/NotebookIcon.js +11 -0
- package/dist/images/icons/NotebookIcon.js.map +1 -0
- package/dist/images/icons/NotebookIcon.ts +13 -0
- package/dist/images/icons/NotebookImageIcon.d.ts +3 -0
- package/dist/images/icons/NotebookImageIcon.d.ts.map +1 -0
- package/dist/images/icons/NotebookImageIcon.js +11 -0
- package/dist/images/icons/NotebookImageIcon.js.map +1 -0
- package/dist/images/icons/NotebookImageIcon.ts +13 -0
- package/dist/images/icons/PermissionsIcon.d.ts +3 -0
- package/dist/images/icons/PermissionsIcon.d.ts.map +1 -0
- package/dist/images/icons/PermissionsIcon.js +11 -0
- package/dist/images/icons/PermissionsIcon.js.map +1 -0
- package/dist/images/icons/PermissionsIcon.ts +13 -0
- package/dist/images/icons/PipelineExecutionIcon.d.ts +3 -0
- package/dist/images/icons/PipelineExecutionIcon.d.ts.map +1 -0
- package/dist/images/icons/PipelineExecutionIcon.js +11 -0
- package/dist/images/icons/PipelineExecutionIcon.js.map +1 -0
- package/dist/images/icons/PipelineExecutionIcon.ts +13 -0
- package/dist/images/icons/PipelineIcon.d.ts +3 -0
- package/dist/images/icons/PipelineIcon.d.ts.map +1 -0
- package/dist/images/icons/PipelineIcon.js +11 -0
- package/dist/images/icons/PipelineIcon.js.map +1 -0
- package/dist/images/icons/PipelineIcon.ts +13 -0
- package/dist/images/icons/PipelineRunIcon.d.ts +3 -0
- package/dist/images/icons/PipelineRunIcon.d.ts.map +1 -0
- package/dist/images/icons/PipelineRunIcon.js +11 -0
- package/dist/images/icons/PipelineRunIcon.js.map +1 -0
- package/dist/images/icons/PipelineRunIcon.ts +13 -0
- package/dist/images/icons/ProjectIcon.d.ts +3 -0
- package/dist/images/icons/ProjectIcon.d.ts.map +1 -0
- package/dist/images/icons/ProjectIcon.js +11 -0
- package/dist/images/icons/ProjectIcon.js.map +1 -0
- package/dist/images/icons/ProjectIcon.ts +13 -0
- package/dist/images/icons/RegisteredModelIcon.d.ts +3 -0
- package/dist/images/icons/RegisteredModelIcon.d.ts.map +1 -0
- package/dist/images/icons/RegisteredModelIcon.js +11 -0
- package/dist/images/icons/RegisteredModelIcon.js.map +1 -0
- package/dist/images/icons/RegisteredModelIcon.ts +13 -0
- package/dist/images/icons/ResourcesIcon.d.ts +3 -0
- package/dist/images/icons/ResourcesIcon.d.ts.map +1 -0
- package/dist/images/icons/ResourcesIcon.js +11 -0
- package/dist/images/icons/ResourcesIcon.js.map +1 -0
- package/dist/images/icons/ResourcesIcon.ts +13 -0
- package/dist/images/icons/ServingRuntimeIcon.d.ts +3 -0
- package/dist/images/icons/ServingRuntimeIcon.d.ts.map +1 -0
- package/dist/images/icons/ServingRuntimeIcon.js +11 -0
- package/dist/images/icons/ServingRuntimeIcon.js.map +1 -0
- package/dist/images/icons/ServingRuntimeIcon.ts +13 -0
- package/dist/images/icons/SingleModelIcon.d.ts +3 -0
- package/dist/images/icons/SingleModelIcon.d.ts.map +1 -0
- package/dist/images/icons/SingleModelIcon.js +11 -0
- package/dist/images/icons/SingleModelIcon.js.map +1 -0
- package/dist/images/icons/SingleModelIcon.ts +13 -0
- package/dist/images/icons/StorageClassIcon.d.ts +3 -0
- package/dist/images/icons/StorageClassIcon.d.ts.map +1 -0
- package/dist/images/icons/StorageClassIcon.js +11 -0
- package/dist/images/icons/StorageClassIcon.js.map +1 -0
- package/dist/images/icons/StorageClassIcon.ts +13 -0
- package/dist/images/icons/StorageIcon.d.ts +3 -0
- package/dist/images/icons/StorageIcon.d.ts.map +1 -0
- package/dist/images/icons/StorageIcon.js +11 -0
- package/dist/images/icons/StorageIcon.js.map +1 -0
- package/dist/images/icons/StorageIcon.ts +13 -0
- package/dist/images/icons/UserIcon.d.ts +3 -0
- package/dist/images/icons/UserIcon.d.ts.map +1 -0
- package/dist/images/icons/UserIcon.js +11 -0
- package/dist/images/icons/UserIcon.js.map +1 -0
- package/dist/images/icons/UserIcon.ts +13 -0
- package/dist/images/icons/index.d.ts +32 -0
- package/dist/images/icons/index.d.ts.map +1 -0
- package/dist/images/icons/index.js +32 -0
- package/dist/images/icons/index.js.map +1 -0
- package/dist/images/icons/index.ts +31 -0
- package/dist/images/index.d.ts +29 -0
- package/dist/images/index.d.ts.map +1 -0
- package/dist/images/index.js +33 -0
- package/dist/images/index.js.map +1 -0
- package/dist/images/index.ts +62 -0
- package/dist/images/logo-dark-theme.svg +43 -0
- package/dist/images/logo-light-theme.svg +43 -0
- package/dist/images/no-models-model-registry.svg +180 -0
- package/dist/images/no-versions-model-registry.svg +149 -0
- package/dist/index.d.ts +11 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +20 -0
- package/dist/index.js.map +1 -0
- package/dist/jest.config.d.ts +21 -0
- package/dist/jest.config.d.ts.map +1 -0
- package/dist/jest.config.js +41 -0
- package/dist/jest.config.js.map +1 -0
- package/dist/style/MUI-theme.scss +971 -0
- package/dist/style/index.d.ts +2 -0
- package/dist/style/index.d.ts.map +1 -0
- package/dist/style/index.js +7 -0
- package/dist/style/index.js.map +1 -0
- package/dist/style/index.ts +8 -0
- package/dist/types/common.d.ts +188 -0
- package/dist/types/common.d.ts.map +1 -0
- package/dist/types/common.js +25 -0
- package/dist/types/common.js.map +1 -0
- package/dist/types/index.d.ts +4 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/index.js +6 -0
- package/dist/types/index.js.map +1 -0
- package/dist/types/k8sTypes.d.ts +237 -0
- package/dist/types/k8sTypes.d.ts.map +1 -0
- package/dist/types/k8sTypes.js +12 -0
- package/dist/types/k8sTypes.js.map +1 -0
- package/dist/types/typeHelpers.d.ts +147 -0
- package/dist/types/typeHelpers.d.ts.map +1 -0
- package/dist/types/typeHelpers.js +2 -0
- package/dist/types/typeHelpers.js.map +1 -0
- package/dist/utilities/appUtils.d.ts +2 -0
- package/dist/utilities/appUtils.d.ts.map +1 -0
- package/dist/utilities/appUtils.js +5 -0
- package/dist/utilities/appUtils.js.map +1 -0
- package/dist/utilities/const.d.ts +32 -0
- package/dist/utilities/const.d.ts.map +1 -0
- package/dist/utilities/const.js +43 -0
- package/dist/utilities/const.js.map +1 -0
- package/dist/utilities/index.d.ts +12 -0
- package/dist/utilities/index.d.ts.map +1 -0
- package/dist/utilities/index.js +13 -0
- package/dist/utilities/index.js.map +1 -0
- package/dist/utilities/markdown.d.ts +4 -0
- package/dist/utilities/markdown.d.ts.map +1 -0
- package/dist/utilities/markdown.js +50 -0
- package/dist/utilities/markdown.js.map +1 -0
- package/dist/utilities/time.d.ts +2 -0
- package/dist/utilities/time.d.ts.map +1 -0
- package/dist/utilities/time.js +72 -0
- package/dist/utilities/time.js.map +1 -0
- package/dist/utilities/useDebounceCallback.d.ts +3 -0
- package/dist/utilities/useDebounceCallback.d.ts.map +1 -0
- package/dist/utilities/useDebounceCallback.js +8 -0
- package/dist/utilities/useDebounceCallback.js.map +1 -0
- package/dist/utilities/useDeepCompareMemoize.d.ts +2 -0
- package/dist/utilities/useDeepCompareMemoize.d.ts.map +1 -0
- package/dist/utilities/useDeepCompareMemoize.js +10 -0
- package/dist/utilities/useDeepCompareMemoize.js.map +1 -0
- package/dist/utilities/useEventListener.d.ts +2 -0
- package/dist/utilities/useEventListener.d.ts.map +1 -0
- package/dist/utilities/useEventListener.js +10 -0
- package/dist/utilities/useEventListener.js.map +1 -0
- package/dist/utilities/useFetchState.d.ts +92 -0
- package/dist/utilities/useFetchState.d.ts.map +1 -0
- package/dist/utilities/useFetchState.js +165 -0
- package/dist/utilities/useFetchState.js.map +1 -0
- package/dist/utilities/useGenericObjectState.d.ts +9 -0
- package/dist/utilities/useGenericObjectState.d.ts.map +1 -0
- package/dist/utilities/useGenericObjectState.js +18 -0
- package/dist/utilities/useGenericObjectState.js.map +1 -0
- package/dist/utilities/useMakeFetchObject.d.ts +4 -0
- package/dist/utilities/useMakeFetchObject.d.ts.map +1 -0
- package/dist/utilities/useMakeFetchObject.js +7 -0
- package/dist/utilities/useMakeFetchObject.js.map +1 -0
- package/dist/utilities/utils.d.ts +3 -0
- package/dist/utilities/utils.d.ts.map +1 -0
- package/dist/utilities/utils.js +18 -0
- package/dist/utilities/utils.js.map +1 -0
- package/images/Icon-Layered_A_Black-RGB.svg +66 -0
- package/images/Icon-Storage-A-Black-RGB.svg +3 -0
- package/images/Icon-Sys_admin-A-Black-RGB.svg +8 -0
- package/images/UI_icon-Branch-RGB.svg +1 -0
- package/images/UI_icon-Connected-RGB.svg +1 -0
- package/images/UI_icon-Cubes-RGB.svg +1 -0
- package/images/UI_icon-Double_arrow_right-RGB.svg +1 -0
- package/images/UI_icon-Folder-RGB.svg +1 -0
- package/images/UI_icon-Notebook-Images-RGB.svg +9 -0
- package/images/UI_icon-Server-RGB.svg +1 -0
- package/images/UI_icon-Server_upload-RGB.svg +1 -0
- package/images/UI_icon-Shared_workspace-RGB.svg +8 -0
- package/images/UI_icon-Storage-RGB.svg +1 -0
- package/images/UI_icon-User-RGB.svg +1 -0
- package/images/UI_icon-Wrench-RGB.svg +1 -0
- package/images/empty-state-cluster-storage.svg +472 -0
- package/images/empty-state-data-connections.svg +299 -0
- package/images/empty-state-model-registries.svg +9 -0
- package/images/empty-state-model-serving.svg +249 -0
- package/images/empty-state-notebooks.svg +392 -0
- package/images/empty-state-pipelines.svg +393 -0
- package/images/empty-state-project-overview.svg +482 -0
- package/images/empty-state-projects-color.svg +275 -0
- package/images/empty-state-storage-classes.svg +56 -0
- package/images/icons/AcceleratorProfileIcon.ts +13 -0
- package/images/icons/ArtifactIcon.ts +13 -0
- package/images/icons/BuildIcon.ts +13 -0
- package/images/icons/ClusterSettingsIcon.ts +13 -0
- package/images/icons/ConfigurationIcon.ts +13 -0
- package/images/icons/CreateAndTrainIcon.ts +13 -0
- package/images/icons/DataConnectionIcon.ts +13 -0
- package/images/icons/DeployedModelIcon.ts +13 -0
- package/images/icons/DistributedWorkloadIcon.ts +13 -0
- package/images/icons/EnabledApplicationsIcon.ts +13 -0
- package/images/icons/ExperimentIcon.ts +13 -0
- package/images/icons/ExploreApplicationsIcon.ts +13 -0
- package/images/icons/GroupIcon.ts +13 -0
- package/images/icons/ModelIcon.ts +13 -0
- package/images/icons/ModelRegistryIcon.ts +13 -0
- package/images/icons/ModelServerIcon.ts +13 -0
- package/images/icons/MultiModelIcon.ts +13 -0
- package/images/icons/NotebookIcon.ts +13 -0
- package/images/icons/NotebookImageIcon.ts +13 -0
- package/images/icons/PermissionsIcon.ts +13 -0
- package/images/icons/PipelineExecutionIcon.ts +13 -0
- package/images/icons/PipelineIcon.ts +13 -0
- package/images/icons/PipelineRunIcon.ts +13 -0
- package/images/icons/ProjectIcon.ts +13 -0
- package/images/icons/RegisteredModelIcon.ts +13 -0
- package/images/icons/ResourcesIcon.ts +13 -0
- package/images/icons/ServingRuntimeIcon.ts +13 -0
- package/images/icons/SingleModelIcon.ts +13 -0
- package/images/icons/StorageClassIcon.ts +13 -0
- package/images/icons/StorageIcon.ts +13 -0
- package/images/icons/UserIcon.ts +13 -0
- package/images/icons/index.ts +31 -0
- package/images/index.ts +62 -0
- package/images/logo-dark-theme.svg +43 -0
- package/images/logo-light-theme.svg +43 -0
- package/images/no-models-model-registry.svg +180 -0
- package/images/no-versions-model-registry.svg +149 -0
- package/package.json +108 -0
- package/style/MUI-theme.scss +971 -0
- package/style/index.ts +8 -0
|
@@ -0,0 +1,971 @@
|
|
|
1
|
+
.mui-theme:root {
|
|
2
|
+
// Alert
|
|
3
|
+
--mui-alert--BoxShadow: none;
|
|
4
|
+
--mui-alert-warning-text: #663c00;
|
|
5
|
+
--mui-alert-warning-FontWeight: 400;
|
|
6
|
+
--mui-alert--PaddingBlockStart: 6px;
|
|
7
|
+
--mui-alert--PaddingBlockEnd: 6px;
|
|
8
|
+
--mui-alert--PaddingInlineStart: 16px;
|
|
9
|
+
--mui-alert--PaddingInlineEnd: 16px;
|
|
10
|
+
--mui-alert__icon--MarginInlineEnd: 12px;
|
|
11
|
+
--mui-alert__icon--MarginBlockStart: 7px;
|
|
12
|
+
--mui-alert__icon--MarginBlockStart: 7px;
|
|
13
|
+
--mui-alert__icon--MarginBlockEnd: 7px;
|
|
14
|
+
--mui-alert__icon--FontSize: 22px;
|
|
15
|
+
|
|
16
|
+
// Backdrop
|
|
17
|
+
--mui-backdrop-BackgroundColor: rgba(0, 0, 0, 0.5);
|
|
18
|
+
|
|
19
|
+
// Button
|
|
20
|
+
--mui-button-FontWeight: 500;
|
|
21
|
+
--mui-button--hover--BorderWidth: 1px;
|
|
22
|
+
--mui-button--PaddingBlockStart: 6px;
|
|
23
|
+
--mui-button--PaddingBlockEnd: 6px;
|
|
24
|
+
--mui-button--PaddingInlineStart: 16px;
|
|
25
|
+
--mui-button--PaddingInlineEnd: 16px;
|
|
26
|
+
--mui-button--LineHeight: 1.75;
|
|
27
|
+
--mui-link-underlineColor: rgba(33, 150, 243, 0.4);
|
|
28
|
+
|
|
29
|
+
// Helper text
|
|
30
|
+
--mui-helper-text__item--FontWeight: 400;
|
|
31
|
+
|
|
32
|
+
// Menu item
|
|
33
|
+
--mui-menu__item--PaddingBlockStart: 6px;
|
|
34
|
+
--mui-menu__item--PaddingBlockEnd: 6px;
|
|
35
|
+
--mui-menu__item--PaddingInlineStart: 16px;
|
|
36
|
+
--mui-menu__item--PaddingInlineEnd: 16px;
|
|
37
|
+
--mui-menu__item--FontSize: 1rem;
|
|
38
|
+
--mui-menu__item--selected--BackgroundColor: rgba(25, 118, 210, 0.08);
|
|
39
|
+
|
|
40
|
+
// Menu toggle
|
|
41
|
+
--mui-menu-toggle__toggle-icon--MinHeight: auto;
|
|
42
|
+
--mui-menu-toggle__controls--MinWidth: 0;
|
|
43
|
+
--mui-menu-toggle--expanded--BackgroundColor: none;
|
|
44
|
+
--mui-menu-toggle--expanded--BorderColor: none;
|
|
45
|
+
--mui-menu-toggle--LineHeight: 1.75;
|
|
46
|
+
--mui-menu-toggle--PaddingBlockStart: 6px;
|
|
47
|
+
--mui-menu-toggle--PaddingBlockEnd: 6px;
|
|
48
|
+
--mui-menu-toggle--PaddingInlineStart: 16px;
|
|
49
|
+
--mui-menu-toggle--PaddingInlineEnd: 16px;
|
|
50
|
+
--mui-menu-toggle--ColumnGap: 0;
|
|
51
|
+
--mui-menu-toggle--expanded--Color: black;
|
|
52
|
+
--mui-menu-toggle--hover--BorderColor: none;
|
|
53
|
+
--mui-menu-toggle--BorderColor: none;
|
|
54
|
+
--mui-menu-toggle--PaddingInlineStart: 10px;
|
|
55
|
+
--mui-menu-toggle--PaddingInlineEnd: 10px;
|
|
56
|
+
|
|
57
|
+
// Radio
|
|
58
|
+
--mui-radio--margin: 10px 0;
|
|
59
|
+
--mui-radio-PaddingLeft: 30px;
|
|
60
|
+
--mui-radio__label--Width: 20px;
|
|
61
|
+
--mui-radio__label--Height: 20px;
|
|
62
|
+
--mui-radio__input--Width: 10px;
|
|
63
|
+
--mui-radio__input--Height: 10px;
|
|
64
|
+
|
|
65
|
+
// Sidebar from https://github.com/kubeflow/kubeflow/blob/4275d99754ac91f6cf5654b03824a73825e9fe55/components/centraldashboard/public/components/main-page.css#L7C1-L13C51
|
|
66
|
+
--kf-central-primary-background-color: #0a3b71;
|
|
67
|
+
--kf-central-sidebar-default-color: #ffffff90;
|
|
68
|
+
--kf-central-app-drawer-width: 240px;
|
|
69
|
+
--kf-central-app-bar-height: 24px;
|
|
70
|
+
|
|
71
|
+
// Table
|
|
72
|
+
--mui-table__button--BackgroundColor: none;
|
|
73
|
+
--mui-table__button--hover--BackgroundColor: none;
|
|
74
|
+
--mui-table__button--Color: var(--pf-v6-c-table--cell--Color);
|
|
75
|
+
--mui-table__button--PaddingBlockStart: 0;
|
|
76
|
+
--mui-table__button--PaddingBlockEnd: 0;
|
|
77
|
+
--mui-table__button--PaddingInlineStart: 0;
|
|
78
|
+
--mui-table__button--PaddingInlineEnd: 0;
|
|
79
|
+
--mui-table--cell--PaddingInlineStart: 16px;
|
|
80
|
+
--mui-table--cell--PaddingInlineEnd: 16px;
|
|
81
|
+
--mui-table--cell--PaddingBlockStart: 16px;
|
|
82
|
+
--mui-table--cell--PaddingBlockEnd: 16px;
|
|
83
|
+
--mui-table--cell--first-last-child--PaddingInline: 0px;
|
|
84
|
+
--mui-table__thead--cell--FontSize: 14px;
|
|
85
|
+
--mui-table__sort-indicator--MarginInlineStart: 4px;
|
|
86
|
+
|
|
87
|
+
letter-spacing: 0.01071em;
|
|
88
|
+
|
|
89
|
+
// Tabs
|
|
90
|
+
--mui-tabs__link--hover--BackgroundColor: transparent;
|
|
91
|
+
--mui-tabs__item--PaddingBlockStart: 0;
|
|
92
|
+
--mui-tabs__item--PaddingBlockEnd: 0;
|
|
93
|
+
--mui-tabs__item--PaddingInlineStart: 0;
|
|
94
|
+
--mui-tabs__item--PaddingInlineEnd: 0;
|
|
95
|
+
--mui-tabs__link--PaddingBlockStart: 12px;
|
|
96
|
+
--mui-tabs__link--PaddingBlockEnd: 12px;
|
|
97
|
+
--mui-tabs__link--PaddingInlineStart: 16px;
|
|
98
|
+
--mui-tabs__link--PaddingInlineEnd: 16px;
|
|
99
|
+
--mui-tabs__item--m-current__link--Color: var(--pf-t--global--text--color--brand--default);
|
|
100
|
+
--mui-tabs__item--m-current__link--after--BorderWidth: 2px;
|
|
101
|
+
--mui-tabs__link--FontSize: 0.875rem;
|
|
102
|
+
|
|
103
|
+
--mui-text-transform: uppercase;
|
|
104
|
+
|
|
105
|
+
--mui-spacing-4px: calc(0.5 * var(--mui-spacing));
|
|
106
|
+
--mui-spacing-8px: var(--mui-spacing);
|
|
107
|
+
--mui-spacing-12px: calc(1.5 * var(--mui-spacing));
|
|
108
|
+
--mui-spacing-16px: calc(2 * var(--mui-spacing));
|
|
109
|
+
|
|
110
|
+
--pf-t--global--border--width--box--status--default: 1px;
|
|
111
|
+
--pf-t--global--border--radius--pill: var(--mui-shape-borderRadius);
|
|
112
|
+
--pf-t--global--border--radius--medium: var(--mui-shape-borderRadius);
|
|
113
|
+
--pf-t--global--text--color--brand--default: var(--mui-palette-primary-main);
|
|
114
|
+
|
|
115
|
+
--pf-t--global--color--nonstatus--blue--default: var(--mui-palette-primary-main);
|
|
116
|
+
--pf-t--global--text--color--inverse: var(--mui-palette-common-white);
|
|
117
|
+
|
|
118
|
+
--pf-t--global--font--family--100: Roboto, Helvetica, Arial, sans-serif;
|
|
119
|
+
--pf-t--global--font--family--200: Roboto, Helvetica, Arial, sans-serif;
|
|
120
|
+
--pf-t--global--font--family--300: Roboto, Courier, monospace;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.mui-theme .pf-v6-c-action-list__item .pf-v6-c-button {
|
|
124
|
+
border-radius: var(--mui-shape-borderRadius);
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.mui-theme .pf-v6-c-alert {
|
|
128
|
+
--pf-v6-c-alert--m-warning__title--Color: var(
|
|
129
|
+
--pf-t--global--text--color--status--warning--default
|
|
130
|
+
);
|
|
131
|
+
--pf-v6-c-alert__icon--MarginInlineEnd: var(--mui-alert__icon--MarginInlineEnd);
|
|
132
|
+
--pf-v6-c-alert__title--FontWeight: var(--mui-alert-warning-FontWeight);
|
|
133
|
+
--pf-v6-c-alert__icon--MarginBlockStart: var(--mui-alert__icon--MarginBlockStart);
|
|
134
|
+
--pf-v6-c-alert__icon--FontSize: var(--mui-alert__icon--FontSize);
|
|
135
|
+
--pf-v6-c-alert--BoxShadow: var(--mui-alert--BoxShadow);
|
|
136
|
+
--pf-v6-c-alert--PaddingBlockStart: var(--mui-alert--PaddingBlockStart);
|
|
137
|
+
--pf-v6-c-alert--PaddingBlockEnd: var(--mui-alert--PaddingBlockEnd);
|
|
138
|
+
--pf-v6-c-alert--PaddingInlineStart: var(--mui-alert--PaddingInlineStart);
|
|
139
|
+
--pf-v6-c-alert--PaddingInlineEnd: var(--mui-alert--PaddingInlineEnd);
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
.mui-theme .pf-v6-c-alert__title {
|
|
143
|
+
padding-block: var(--mui-spacing);
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.mui-theme .pf-v6-c-alert__icon {
|
|
147
|
+
--pf-v6-c-alert__icon--MarginBlockEnd: var(--mui-alert__icon--MarginBlockEnd);
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
.mui-theme .pf-v6-c-backdrop {
|
|
151
|
+
--pf-v6-c-backdrop--BackgroundColor: var(--mui-backdrop-BackgroundColor);
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
.mui-theme .pf-v6-c-brand.kubeflow_brand {
|
|
155
|
+
padding: var(--pf-t--global--spacer--md);
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
.mui-theme .pf-v6-c-button {
|
|
159
|
+
--pf-v6-c-button--FontWeight: var(--mui-button-FontWeight);
|
|
160
|
+
--pf-v6-c-button--PaddingBlockStart: var(--mui-button--PaddingBlockStart);
|
|
161
|
+
--pf-v6-c-button--PaddingBlockEnd: var(--mui-button--PaddingBlockEnd);
|
|
162
|
+
--pf-v6-c-button--PaddingInlineStart: var(--mui-button--PaddingInlineStart);
|
|
163
|
+
--pf-v6-c-button--PaddingInlineEnd: var(--mui-button--PaddingInlineEnd);
|
|
164
|
+
--pf-v6-c-button--LineHeight: var(--mui-button--LineHeight);
|
|
165
|
+
--pf-v6-c-button--m-plain--BorderRadius: 50%;
|
|
166
|
+
|
|
167
|
+
text-transform: var(--mui-text-transform);
|
|
168
|
+
letter-spacing: 0.02857em;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
.mui-theme .pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
172
|
+
--pf-v6-c-button--hover--Color: var(--mui-palette-primary-main);
|
|
173
|
+
text-decoration-color: var(--mui-link-underlineColor);
|
|
174
|
+
|
|
175
|
+
&:hover {
|
|
176
|
+
text-decoration-color: initial;
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
.mui-theme .pf-v6-c-button.pf-m-link.pf-m-inline .pf-v6-c-button__icon {
|
|
181
|
+
// Keep icon color the same on hover
|
|
182
|
+
color: inherit;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
.mui-theme .pf-v6-c-button.pf-m-secondary:hover {
|
|
186
|
+
--pf-v6-c-button--BorderWidth: var(--mui-button--hover--BorderWidth);
|
|
187
|
+
--pf-v6-c-button--BackgroundColor: rgba(33, 150, 243, 0.04);
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
.mui-theme .pf-v6-c-description-list__text .pf-v6-l-split__item.pf-m-fill {
|
|
191
|
+
align-content: center;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
.mui-theme .pf-v6-c-form {
|
|
195
|
+
--pf-v6-c-form--GridGap: none;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
.mui-theme .pf-v6-c-form__group {
|
|
199
|
+
position: relative;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
.mui-theme .pf-v6-c-form__group.model-description .pf-v6-c-form__group-label,
|
|
203
|
+
.mui-theme .pf-v6-c-form__group.version-description .pf-v6-c-form__group-label,
|
|
204
|
+
.mui-theme .pf-v6-c-form__group.location-path {
|
|
205
|
+
padding-block-start: 10px;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
.mui-theme .pf-v6-c-form__group.form-group-disabled .pf-v6-c-form__label {
|
|
209
|
+
color: var(--mui-palette-text-disabled);
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
.mui-theme .pf-v6-c-form__group.form-group-error .pf-v6-c-form__label {
|
|
213
|
+
color: var(--mui-palette-error-main);
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
.mui-theme .pf-v6-c-form__helper-text.path-helper-text {
|
|
217
|
+
margin-inline-start: var(--pf-t--global--spacer--lg);
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
.mui-theme .pf-v6-c-helper-text .pf-v6-c-helper-text__item-icon {
|
|
221
|
+
display: none;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
.mui-theme .pf-v6-c-form__section-title {
|
|
225
|
+
--pf-v6-c-form__section-title--MarginBlockStart: 0px;
|
|
226
|
+
--pf-v6-c-form__section-title--MarginInlineStart: 0px;
|
|
227
|
+
--pf-v6-c-form__section-title--MarginBlockEnd: 0.35em;
|
|
228
|
+
--pf-v6-c-form__section-title--MarginInlineEnd: 0px;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
.mui-theme .pf-v6-c-form__label {
|
|
232
|
+
position: absolute;
|
|
233
|
+
top: 35%;
|
|
234
|
+
left: 12px;
|
|
235
|
+
font-size: 14px;
|
|
236
|
+
color: var(--mui-palette-grey-600);
|
|
237
|
+
pointer-events: none;
|
|
238
|
+
transition: all 0.2s ease;
|
|
239
|
+
transform-origin: left center;
|
|
240
|
+
transform: translateY(-50%) scale(0.75);
|
|
241
|
+
background-color: var(--mui-palette-common-white);
|
|
242
|
+
padding: 0 4px;
|
|
243
|
+
z-index: 1;
|
|
244
|
+
--pf-v6-c-form__label-required--Color: currentColor;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
.mui-theme .pf-v6-c-form-control input::placeholder {
|
|
248
|
+
--pf-v6-c-form-control--m-placeholder--Color: var(--mui-palette-grey-600);
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
.mui-theme .pf-v6-c-form-control {
|
|
252
|
+
--pf-v6-c-form-control--m-disabled--BackgroundColor: var(--mui-palette-common-white);
|
|
253
|
+
--pf-v6-c-form-control--m-disabled--Color: var(--mui-palette-text-disabled);
|
|
254
|
+
--pf-v6-c-form-control--m-error--after--BorderColor: var(--mui-palette-error-main);
|
|
255
|
+
--pf-v6-c-form-control--m-error--hover--after--BorderColor: var(--mui-palette-error-main);
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
.mui-theme .pf-v6-c-form-control {
|
|
259
|
+
// Resize is disabled in MUI.
|
|
260
|
+
resize: none;
|
|
261
|
+
--pf-v6-c-form-control--PaddingBlockStart: var(--mui-spacing-16px);
|
|
262
|
+
--pf-v6-c-form-control--PaddingBlockEnd: var(--mui-spacing-16px);
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
.mui-theme .pf-v6-c-form__section {
|
|
266
|
+
--pf-v6-c-form__section--Gap: 0px;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
.mui-theme .toolbar-fieldset-wrapper .pf-v6-c-form-control input {
|
|
270
|
+
padding: 8px 14px;
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
.mui-theme .tr-fieldset-wrapper .form-fieldset {
|
|
274
|
+
inset: 0px;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
.mui-theme .pf-v6-c-form-control {
|
|
278
|
+
// Using CSS property here since PF vars for input padding do not exist.
|
|
279
|
+
// PF can add custom vars for padding on text input, text area, and form select
|
|
280
|
+
|
|
281
|
+
--pf-v6-c-form-control--PaddingBlockStart: 16.5px;
|
|
282
|
+
--pf-v6-c-form-control--PaddingBlockEnd: 16.5px;
|
|
283
|
+
--pf-v6-c-form-control--PaddingInlineStart: 14px;
|
|
284
|
+
--pf-v6-c-form-control--PaddingInlineEnd: 14px;
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
.mui-theme .pf-v6-c-text-input-group::before {
|
|
288
|
+
border: none;
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
.mui-theme .pf-v6-c-text-input-group {
|
|
292
|
+
--pf-v6-c-text-input-group__text-input--PaddingBlockStart: 16.5px;
|
|
293
|
+
--pf-v6-c-text-input-group__text-input--PaddingInlineStart: 32px;
|
|
294
|
+
--pf-v6-c-text-input-group__text-input--PaddingBlockEnd: 14px;
|
|
295
|
+
--pf-v6-c-text-input-group__text-input--PaddingInlineEnd: 14px;
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
.mui-theme .pf-v6-c-text-input-group {
|
|
299
|
+
--pf-v6-c-text-input-group__icon--Color: rgba(0, 0, 0, 0.38);
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
.mui-theme .pf-v6-c-form__group-control textarea {
|
|
303
|
+
position: relative;
|
|
304
|
+
box-sizing: border-box;
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
.mui-theme .pf-v6-c-form-control > :is(input, select, textarea):focus {
|
|
308
|
+
--pf-v6-c-form-control--OutlineOffset: none;
|
|
309
|
+
outline: none;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
.mui-theme .pf-v6-c-text-input-group__text-input:focus {
|
|
313
|
+
--pf-v6-c-form-control--OutlineOffset: none;
|
|
314
|
+
outline: none;
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
.form-fieldset-wrapper {
|
|
318
|
+
position: relative;
|
|
319
|
+
width: 100%;
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
.pf-v6-c-form__group .form-fieldset-legend {
|
|
323
|
+
float: unset;
|
|
324
|
+
width: auto;
|
|
325
|
+
overflow: hidden;
|
|
326
|
+
display: block;
|
|
327
|
+
padding: 0;
|
|
328
|
+
height: 11px;
|
|
329
|
+
font-size: 0.75em;
|
|
330
|
+
visibility: hidden;
|
|
331
|
+
max-width: 0.01px;
|
|
332
|
+
white-space: nowrap;
|
|
333
|
+
max-width: 100%;
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
.form-fieldset-wrapper:hover .form-fieldset {
|
|
337
|
+
border-color: black;
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
.form-fieldset-wrapper:focus-within span.pf-v6-c-form-control.pf-m-disabled ~ .form-fieldset {
|
|
341
|
+
border-color: rgba(0, 0, 0, 0.23);
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
.form-fieldset-wrapper span.pf-v6-c-form-control.pf-m-error ~ .form-fieldset {
|
|
345
|
+
border-color: var(--mui-palette-error-main);
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
.form-fieldset-wrapper .pf-v6-c-input-group span.pf-v6-c-form-control .pf-m-error ~ .form-fieldset {
|
|
349
|
+
border-color: var(--mui-palette-error-main);
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
.form-fieldset-wrapper .pf-v6-c-input-group__item button {
|
|
353
|
+
// Aligns EyeIcon in password input
|
|
354
|
+
--pf-v6-c-button--PaddingBlockStart: var(--mui-spacing-16px);
|
|
355
|
+
--pf-v6-c-button--PaddingBlockEnd: var(--mui-spacing-16px);
|
|
356
|
+
--pf-v6-c-button--BorderColor: var(--mui-palette-common-white);
|
|
357
|
+
--pf-v6-c-button--BorderRadius: 50%;
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
.form-fieldset-wrapper:focus-within .form-fieldset {
|
|
361
|
+
border-color: var(--mui-palette-primary-main);
|
|
362
|
+
border-width: 2px;
|
|
363
|
+
padding: 7px 7px;
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
.form-fieldset-legend {
|
|
367
|
+
float: unset;
|
|
368
|
+
width: auto;
|
|
369
|
+
overflow: hidden;
|
|
370
|
+
display: block;
|
|
371
|
+
padding: 0 5px 0 5px;
|
|
372
|
+
font-size: 0.75em;
|
|
373
|
+
max-width: 0.01px;
|
|
374
|
+
white-space: nowrap;
|
|
375
|
+
max-width: 100%;
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
.form-fieldset-wrapper:focus-within {
|
|
379
|
+
color: var(--mui-palette-primary-main);
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
.form-fieldset-wrapper,
|
|
383
|
+
.toolbar-fieldset-wrapper,
|
|
384
|
+
.tr-fieldset-wrapper {
|
|
385
|
+
position: relative;
|
|
386
|
+
width: 100%;
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
.form-fieldset-wrapper .form-fieldset:hover {
|
|
390
|
+
border-color: var(--mui-palette-common-black);
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
.toolbar-fieldset-wrapper:focus-within .form-fieldset,
|
|
394
|
+
.tr-fieldset-wrapper:focus-within .form-fieldset {
|
|
395
|
+
border-color: var(--mui-palette-primary-main);
|
|
396
|
+
border-width: 2px;
|
|
397
|
+
padding: 7px 7px;
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
.toolbar-fieldset-wrapper .form-fieldset,
|
|
401
|
+
.form-fieldset {
|
|
402
|
+
text-align: left;
|
|
403
|
+
position: absolute;
|
|
404
|
+
inset: -5px 0px 0px;
|
|
405
|
+
margin: 0;
|
|
406
|
+
padding: 0 8px;
|
|
407
|
+
pointer-events: none;
|
|
408
|
+
border-radius: inherit;
|
|
409
|
+
border-style: solid;
|
|
410
|
+
border-width: 1px;
|
|
411
|
+
overflow: hidden;
|
|
412
|
+
min-width: 0%;
|
|
413
|
+
border-color: rgba(0, 0, 0, 0.23);
|
|
414
|
+
border-radius: var(--mui-shape-borderRadius);
|
|
415
|
+
}
|
|
416
|
+
|
|
417
|
+
.toolbar-fieldset-wrapper .form-fieldset-legend {
|
|
418
|
+
float: unset;
|
|
419
|
+
width: auto;
|
|
420
|
+
overflow: hidden;
|
|
421
|
+
display: block;
|
|
422
|
+
padding: 0 5px 0 5px;
|
|
423
|
+
font-size: 0.75em;
|
|
424
|
+
max-width: 0.01px;
|
|
425
|
+
white-space: nowrap;
|
|
426
|
+
max-width: 100%;
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
.toolbar-fieldset-wrapper .form-fieldset-legend span {
|
|
430
|
+
font-weight: var(--pf-t--global--font--weight--200);
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
.toolbar-fieldset-wrapper:focus-within {
|
|
434
|
+
color: var(--mui-palette-primary-main);
|
|
435
|
+
}
|
|
436
|
+
|
|
437
|
+
.toolbar-fieldset-wrapper:focus-within .form-fieldset-legend {
|
|
438
|
+
color: var(--mui-palette-primary-main);
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
.tr-fieldset-wrapper .pf-v6-c-form-control,
|
|
442
|
+
.toolbar-fieldset-wrapper .pf-v6-c-form-control,
|
|
443
|
+
.form-fieldset-wrapper .pf-v6-c-form-control {
|
|
444
|
+
--pf-v6-c-form-control--before--BorderColor: transparent !important;
|
|
445
|
+
--pf-v6-c-form-control--after--BorderColor: transparent !important;
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
.pf-v6-c-form__group .pf-v6-c-form-control:focus-within + .pf-v6-c-form__label,
|
|
449
|
+
.pf-v6-c-form__group .pf-v6-c-form-control:not(:placeholder-shown) + .pf-v6-c-form__label {
|
|
450
|
+
color: var(--mui-palette-primary-main);
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
.pf-v6-c-form__group:focus-within .pf-v6-c-form-control {
|
|
454
|
+
--pf-v6-c-form-control--after--BorderWidth: 2px;
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
.pf-v6-c-form-control.pf-m-error {
|
|
458
|
+
--pf-v6-c-form-control--after--BorderColor: var(--mui-palette-error-main);
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
.mui-theme .pf-v6-c-form-control__utilities {
|
|
462
|
+
display: none;
|
|
463
|
+
}
|
|
464
|
+
|
|
465
|
+
.pf-v6-c-helper-text__item.pf-m-error {
|
|
466
|
+
--pf-v6-c-helper-text__item-text--Color: var(--mui-palette-error-main);
|
|
467
|
+
--pf-v6-c-helper-text__item-text--FontWeight: var(--mui-helper-text__item--FontWeight);
|
|
468
|
+
margin-left: 14px;
|
|
469
|
+
margin-top: 3px;
|
|
470
|
+
}
|
|
471
|
+
|
|
472
|
+
.pf-v6-c-form__group.pf-m-error .pf-v6-c-form__label {
|
|
473
|
+
// Using CSS property here since --pf-v6-c-form__label--Color does not exist.
|
|
474
|
+
|
|
475
|
+
color: var(--mui-palette-error-main);
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
.mui-theme .pf-v6-c-form__group.pf-m-error fieldset.form-fieldset {
|
|
479
|
+
border-color: var(--mui-palette-error-main);
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
.pf-v6-c-form__group:not(.pf-m-error):focus-within .pf-v6-c-form__label {
|
|
483
|
+
// Using CSS property here since --pf-v6-c-form__label--Color does not exist.
|
|
484
|
+
|
|
485
|
+
/* Change color of the label when the input is focused */
|
|
486
|
+
color: var(--mui-palette-primary-main);
|
|
487
|
+
}
|
|
488
|
+
|
|
489
|
+
.mui-theme .pf-v6-c-menu {
|
|
490
|
+
--pf-v6-c-menu--BoxShadow: var(--mui-shadows-8);
|
|
491
|
+
--pf-v6-c-menu--BorderRadius: var(--mui-shape-borderRadius);
|
|
492
|
+
--pf-v6-c-menu--PaddingBlockStart: var(--mui-spacing);
|
|
493
|
+
--pf-v6-c-menu--PaddingBlockEnd: var(--mui-spacing);
|
|
494
|
+
--pf-v6-c-menu--PaddingInlineStart: var(--mui-spacing);
|
|
495
|
+
--pf-v6-c-menu--PaddingInlineEnd: var(--mui-spacing);
|
|
496
|
+
--pf-v6-c-menu__item--PaddingBlockStart: var(--mui-menu__item--PaddingBlockStart);
|
|
497
|
+
--pf-v6-c-menu__item--PaddingBlockEnd: var(--mui-menu__item--PaddingBlockEnd);
|
|
498
|
+
--pf-v6-c-menu__item--PaddingInlineStart: var(--mui-menu__item--PaddingInlineStart);
|
|
499
|
+
--pf-v6-c-menu__item--PaddingInlineEnd: var(--mui-menu__item--PaddingInlineEnd);
|
|
500
|
+
--pf-v6-c-menu__item--FontSize: var(--mui-menu__item--FontSize);
|
|
501
|
+
}
|
|
502
|
+
.mui-theme .pf-v6-c-menu__item.pf-m-selected {
|
|
503
|
+
--pf-v6-c-menu__item--BackgroundColor: var(--mui-menu__item--selected--BackgroundColor);
|
|
504
|
+
}
|
|
505
|
+
|
|
506
|
+
.mui-theme .pf-v6-c-menu__item-select-icon {
|
|
507
|
+
display: none;
|
|
508
|
+
}
|
|
509
|
+
|
|
510
|
+
.mui-theme .pf-v6-c-menu-toggle {
|
|
511
|
+
--pf-v6-c-menu-toggle__toggle-icon--MinHeight: var(--mui-menu-toggle__toggle-icon--MinHeight);
|
|
512
|
+
--pf-v6-c-menu-toggle__controls--MinWidth: var(--mui-menu-toggle__controls--MinWidth);
|
|
513
|
+
--pf-v6-c-menu-toggle--expanded--BackgroundColor: var(
|
|
514
|
+
--mui-menu-toggle--expanded--BackgroundColor
|
|
515
|
+
);
|
|
516
|
+
--pf-v6-c-menu-toggle--expanded--BorderColor: var(--mui-menu-toggle--expanded--BorderColor);
|
|
517
|
+
--pf-v6-c-menu-toggle--PaddingInlineStart: var(--mui-menu-toggle--PaddingInlineStart);
|
|
518
|
+
--pf-v6-c-menu-toggle--PaddingInlineEnd: var(--mui-menu-toggle--PaddingInlineEnd);
|
|
519
|
+
--pf-v6-c-menu-toggle--ColumnGap: var(--mui-menu-toggle--ColumnGap);
|
|
520
|
+
--pf-v6-c-menu-toggle--expanded--Color: var(--mui-palette-common-black);
|
|
521
|
+
--pf-v6-c-menu-toggle--hover--BorderColor: var(--mui-menu-toggle--hover--BorderColor);
|
|
522
|
+
--pf-v6-c-menu-toggle--BorderColor: var(--mui-menu-toggle--BorderColor);
|
|
523
|
+
--pf-v6-c-menu-toggle--hover--BackgroundColor: var(
|
|
524
|
+
--pf-t--global--background--color--action--plain--hover
|
|
525
|
+
);
|
|
526
|
+
--pf-v6-c-menu-toggle--m-split-button--m-action--m-primary--expanded--child--BackgroundColor: var(
|
|
527
|
+
--pf-t--global--color--brand--default
|
|
528
|
+
);
|
|
529
|
+
--pf-v6-c-menu-toggle--m-split-button--m-action--m-primary--child--BorderInlineStartColor: var(
|
|
530
|
+
--mui-palette-primary-dark
|
|
531
|
+
);
|
|
532
|
+
--pf-v6-c-menu-toggle--disabled--BackgroundColor: var(--mui-palette-common-white);
|
|
533
|
+
--pf-v6-c-menu-toggle--disabled--Color: var(--mui-palette-text-disabled);
|
|
534
|
+
--pf-v6-c-menu-toggle--disabled__toggle-icon--Color: var(--mui-palette-action-disabled);
|
|
535
|
+
|
|
536
|
+
border-radius: var(--mui-shape-borderRadius);
|
|
537
|
+
text-transform: var(--mui-text-transform);
|
|
538
|
+
font-weight: var(--mui-button-FontWeight);
|
|
539
|
+
letter-spacing: 0.02857em;
|
|
540
|
+
}
|
|
541
|
+
|
|
542
|
+
.mui-theme .pf-v6-c-menu-toggle__button {
|
|
543
|
+
text-transform: var(--mui-text-transform);
|
|
544
|
+
font-weight: var(--mui-button-FontWeight);
|
|
545
|
+
letter-spacing: 0.02857em;
|
|
546
|
+
align-self: stretch;
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
.mui-theme .pf-v6-c-menu-toggle.pf-m-disabled {
|
|
550
|
+
border: solid 1px var(--mui-palette-action-disabled);
|
|
551
|
+
}
|
|
552
|
+
|
|
553
|
+
.mui-theme .pf-v6-c-menu-toggle.pf-m-plain {
|
|
554
|
+
--pf-v6-c-menu-toggle--BorderRadius: 50%;
|
|
555
|
+
}
|
|
556
|
+
|
|
557
|
+
.mui-theme .pf-v6-c-menu-toggle.pf-m-primary {
|
|
558
|
+
--pf-v6-c-menu-toggle--expanded--Color: var(--mui-palette-common-white);
|
|
559
|
+
--pf-v6-c-menu-toggle--expanded--BackgroundColor: var(--mui-palette-primary-main);
|
|
560
|
+
--pf-v6-c-menu-toggle--hover--BackgroundColor: var(--mui-palette-primary-dark);
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
.mui-theme .pf-v6-c-menu-toggle.pf-m-primary.pf-m-split-button {
|
|
564
|
+
--pf-v6-c-menu-toggle--expanded--Color: var(--pf-t--global--text--color--on-brand--clicked);
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
.mui-theme
|
|
568
|
+
.pf-v6-c-menu-toggle.pf-m-primary.pf-m-split-button
|
|
569
|
+
.pf-v6-c-menu-toggle__button[aria-expanded='true'] {
|
|
570
|
+
--pf-v6-c-menu-toggle--m-split-button--m-action--m-primary--child--BackgroundColor: var(
|
|
571
|
+
--mui-palette-primary-dark
|
|
572
|
+
);
|
|
573
|
+
}
|
|
574
|
+
|
|
575
|
+
.mui-theme .pf-v6-c-menu-toggle__button:has(.pf-v6-c-menu-toggle__toggle-icon) {
|
|
576
|
+
--pf-v6-c-menu-toggle--PaddingBlockStart: var(--mui-spacing-4);
|
|
577
|
+
--pf-v6-c-menu-toggle--PaddingBlockEnd: var(--mui-spacing-4);
|
|
578
|
+
--pf-v6-c-menu-toggle--PaddingInlineStart: var(--mui-menu-toggle--PaddingInlineStart);
|
|
579
|
+
--pf-v6-c-menu-toggle--PaddingInlineEnd: var(--mui-menu-toggle--PaddingInlineEnd);
|
|
580
|
+
}
|
|
581
|
+
|
|
582
|
+
.mui-theme .pf-v6-c-menu-toggle__button .pf-v6-c-menu-toggle__toggle-icon .pf-v6-svg {
|
|
583
|
+
vertical-align: revert;
|
|
584
|
+
}
|
|
585
|
+
|
|
586
|
+
.mui-theme .pf-v6-c-menu-toggle__toggle-icon {
|
|
587
|
+
font-size: 20px;
|
|
588
|
+
}
|
|
589
|
+
|
|
590
|
+
.mui-theme .pf-v6-c-menu-toggle:not(.pf-m-split-button) .pf-v6-c-menu-toggle__toggle-icon {
|
|
591
|
+
margin-right: calc(var(--mui-spacing) * -1 + 4px);
|
|
592
|
+
margin-left: var(--mui-spacing);
|
|
593
|
+
}
|
|
594
|
+
|
|
595
|
+
.mui-theme .pf-v6-c-menu-toggle__icon {
|
|
596
|
+
display: block;
|
|
597
|
+
}
|
|
598
|
+
|
|
599
|
+
.mui-theme .pf-v6-c-nav {
|
|
600
|
+
padding-block-start: 0;
|
|
601
|
+
}
|
|
602
|
+
|
|
603
|
+
.mui-theme .pf-v6-c-nav__link {
|
|
604
|
+
--pf-v6-c-nav__link--BorderRadius: 0px;
|
|
605
|
+
--pf-v6-c-nav__link--hover--BackgroundColor: #ffffff1b;
|
|
606
|
+
--pf-v6-c-nav__link--Color: var(--kf-central-sidebar-default-color);
|
|
607
|
+
--pf-v6-c-nav__link--hover--Color: var(--kf-central-sidebar-default-color);
|
|
608
|
+
--pf-v6-c-nav__link--FontSize: var(--pf-t--global--font--size--md);
|
|
609
|
+
|
|
610
|
+
&.active {
|
|
611
|
+
border-left: 3px solid var(--mui-palette-common-white);
|
|
612
|
+
--pf-v6-c-nav__link--Color: var(--mui-palette-common-white);
|
|
613
|
+
--pf-v6-c-nav__link--hover--Color: var(--mui-palette-common-white);
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
&.pf-v6-c-brand {
|
|
617
|
+
--pf-v6-c-nav__link--hover--BackgroundColor: none;
|
|
618
|
+
}
|
|
619
|
+
}
|
|
620
|
+
|
|
621
|
+
.mui-theme .pf-v6-c-nav__link:focus {
|
|
622
|
+
--pf-v6-c-nav__link--Color: var(--mui-palette-common-white);
|
|
623
|
+
}
|
|
624
|
+
|
|
625
|
+
.mui-theme .pf-v6-c-nav__list {
|
|
626
|
+
row-gap: none;
|
|
627
|
+
}
|
|
628
|
+
|
|
629
|
+
.mui-theme .pf-v6-radio {
|
|
630
|
+
--pf-v6-c-radio--AccentColor: var(--mui-palette-primary-main);
|
|
631
|
+
}
|
|
632
|
+
|
|
633
|
+
.mui-theme .pf-v6-c-radio {
|
|
634
|
+
display: flex;
|
|
635
|
+
align-items: center;
|
|
636
|
+
margin: var(--mui-radio--margin);
|
|
637
|
+
}
|
|
638
|
+
|
|
639
|
+
.mui-theme .pf-v6-c-radio__input {
|
|
640
|
+
/* Hide default radio button */
|
|
641
|
+
display: none;
|
|
642
|
+
}
|
|
643
|
+
|
|
644
|
+
.mui-theme .pf-v6-c-radio__label {
|
|
645
|
+
--pf-v6-c-radio__label--FontSize: 16px;
|
|
646
|
+
padding-left: var(--mui-radio-PaddingLeft);
|
|
647
|
+
position: relative;
|
|
648
|
+
cursor: pointer;
|
|
649
|
+
user-select: none;
|
|
650
|
+
}
|
|
651
|
+
|
|
652
|
+
/* Custom radio circle */
|
|
653
|
+
.mui-theme .pf-v6-c-radio__label::before {
|
|
654
|
+
content: '';
|
|
655
|
+
position: absolute;
|
|
656
|
+
left: 0;
|
|
657
|
+
top: 50%;
|
|
658
|
+
transform: translateY(-50%);
|
|
659
|
+
width: var(--mui-radio__label--Width);
|
|
660
|
+
height: var(--mui-radio__label--Height);
|
|
661
|
+
border: 2px solid var(--mui-palette-primary-main);
|
|
662
|
+
border-radius: 50%;
|
|
663
|
+
background: var(--mui-palette-common-white);
|
|
664
|
+
}
|
|
665
|
+
|
|
666
|
+
/* When radio is checked */
|
|
667
|
+
.mui-theme .pf-v6-c-radio__input:checked + .pf-v6-c-radio__label::before {
|
|
668
|
+
background: var(--mui-palette-common-white);
|
|
669
|
+
border-color: var(--mui-palette-primary-main);
|
|
670
|
+
}
|
|
671
|
+
|
|
672
|
+
.mui-theme .pf-v6-c-page__sidebar {
|
|
673
|
+
position: fixed;
|
|
674
|
+
--pf-v6-c-page__sidebar--Width: var(--kf-central-app-drawer-width);
|
|
675
|
+
--pf-v6-c-page__sidebar--BackgroundColor: var(--kf-central-primary-background-color);
|
|
676
|
+
height: 100vh;
|
|
677
|
+
z-index: 300;
|
|
678
|
+
display: flex;
|
|
679
|
+
flex-direction: column;
|
|
680
|
+
}
|
|
681
|
+
|
|
682
|
+
.mui-theme .pf-v6-c-page__sidebar-body {
|
|
683
|
+
--pf-v6-c-page__sidebar-body--PaddingInlineStart: 0px;
|
|
684
|
+
--pf-v6-c-page__sidebar-body--PaddingInlineEnd: 0px;
|
|
685
|
+
flex: 1;
|
|
686
|
+
overflow-y: auto;
|
|
687
|
+
}
|
|
688
|
+
|
|
689
|
+
/* Inner dot for checked state */
|
|
690
|
+
.mui-theme .pf-v6-c-radio__input:checked + .pf-v6-c-radio__label::after {
|
|
691
|
+
content: '';
|
|
692
|
+
position: absolute;
|
|
693
|
+
left: 5px;
|
|
694
|
+
/* Center the dot */
|
|
695
|
+
top: 50%;
|
|
696
|
+
transform: translateY(-50%);
|
|
697
|
+
width: var(--mui-radio__input--Width);
|
|
698
|
+
/* Size of inner dot */
|
|
699
|
+
height: var(--mui-radio__input--Height);
|
|
700
|
+
border-radius: 50%;
|
|
701
|
+
background: var(--mui-palette-primary-main);
|
|
702
|
+
}
|
|
703
|
+
|
|
704
|
+
.mui-theme .pf-v6-c-table {
|
|
705
|
+
--pf-v6-c-table__sort--m-selected__button--Color: var(--mui-palette-text-primary);
|
|
706
|
+
--pf-v6-c-table__sort-indicator--Color: var(--mui-palette-text-secondary);
|
|
707
|
+
--pf-v6-c-table__sort__button--hover__sort-indicator--Color: var(--mui-palette-text-secondary);
|
|
708
|
+
--pf-v6-c-table__sort__button--hover__text--Color: var(--mui-palette-text-secondary);
|
|
709
|
+
--pf-v6-c-table--cell--Color: var(--mui-palette-text-primary);
|
|
710
|
+
--pf-v6-c-table__button--hover--BackgroundColor: var(--mui-table__button--BackgroundColor);
|
|
711
|
+
--pf-v6-c-table__button--Color: var(--pf-v6-c-table--cell--Color);
|
|
712
|
+
--pf-v6-c-table__button--PaddingBlockStart: var(--mui-table__button--PaddingBlockStart);
|
|
713
|
+
--pf-v6-c-table__button--PaddingBlockEnd: var(--mui-table__button--PaddingBlockEnd);
|
|
714
|
+
--pf-v6-c-table__button--PaddingInlineStart: var(--mui-table__button--PaddingInlineStart);
|
|
715
|
+
--pf-v6-c-table__button--PaddingInlineEnd: var(--mui-table__button--PaddingInlineEnd);
|
|
716
|
+
--pf-v6-c-table--cell--PaddingInlineStart: var(--mui-table--cell--PaddingInlineStart);
|
|
717
|
+
--pf-v6-c-table--cell--PaddingInlineEnd: var(--mui-table--cell--PaddingInlineEnd);
|
|
718
|
+
--pf-v6-c-table--cell--PaddingBlockStart: var(--mui-table--cell--PaddingBlockStart);
|
|
719
|
+
--pf-v6-c-table--cell--PaddingBlockEnd: var(--mui-table--cell--PaddingBlockEnd);
|
|
720
|
+
--pf-v6-c-table--cell--first-last-child--PaddingInline: var(
|
|
721
|
+
--mui-table--cell--first-last-child--PaddingInline
|
|
722
|
+
);
|
|
723
|
+
--pf-v6-c-table__thead--cell--FontWeight: var(--mui-button-FontWeight);
|
|
724
|
+
--pf-v6-c-table__thead--cell--FontSize: var(--mui-table__thead--cell--FontSize);
|
|
725
|
+
--pf-v6-c-table__tr--BorderBlockEndColor: var(--mui-palette-grey-300);
|
|
726
|
+
--pf-v6-c-table__sort-indicator--MarginInlineStart: var(
|
|
727
|
+
--mui-table__sort-indicator--MarginInlineStart
|
|
728
|
+
);
|
|
729
|
+
|
|
730
|
+
letter-spacing: 0.01071em;
|
|
731
|
+
}
|
|
732
|
+
|
|
733
|
+
.mui-theme .pf-v6-c-table .pf-m-align-right {
|
|
734
|
+
text-align: right;
|
|
735
|
+
}
|
|
736
|
+
|
|
737
|
+
.mui-theme .pf-v6-c-table__sort-indicator {
|
|
738
|
+
font-size: 18px;
|
|
739
|
+
opacity: 0;
|
|
740
|
+
transition:
|
|
741
|
+
opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
|
|
742
|
+
transform 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
743
|
+
transform-origin: center center;
|
|
744
|
+
align-self: start;
|
|
745
|
+
}
|
|
746
|
+
|
|
747
|
+
/* CSS workaround to use MUI icon for sort icon */
|
|
748
|
+
.mui-theme .pf-v6-c-table__sort-indicator::before {
|
|
749
|
+
display: block;
|
|
750
|
+
width: 1em;
|
|
751
|
+
height: 1em;
|
|
752
|
+
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='ArrowDownwardIcon'%3E%3Cpath d='M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z'%3E%3C/path%3E%3C/svg%3E");
|
|
753
|
+
}
|
|
754
|
+
|
|
755
|
+
/* Hide PF's default icon for the CSS workaround to use MUI's icon */
|
|
756
|
+
.mui-theme .pf-v6-c-table__sort-indicator svg {
|
|
757
|
+
display: none;
|
|
758
|
+
}
|
|
759
|
+
|
|
760
|
+
.mui-theme .pf-v6-c-table__button:is(:hover, :focus) .pf-v6-c-table__sort-indicator,
|
|
761
|
+
.mui-theme .pf-v6-c-table__sort.pf-m-selected .pf-v6-c-table__sort-indicator {
|
|
762
|
+
opacity: 0.6;
|
|
763
|
+
}
|
|
764
|
+
|
|
765
|
+
.mui-theme .pf-v6-c-table__sort[aria-sort='ascending'] .pf-v6-c-table__sort-indicator {
|
|
766
|
+
transform: rotate(180deg);
|
|
767
|
+
align-self: end;
|
|
768
|
+
}
|
|
769
|
+
|
|
770
|
+
.mui-theme .pf-v6-c-table__sort[aria-sort='descending'] .pf-v6-c-table__sort-indicator {
|
|
771
|
+
align-self: start;
|
|
772
|
+
}
|
|
773
|
+
|
|
774
|
+
.mui-theme .pf-v6-c-tab-content {
|
|
775
|
+
--pf-v6-c-tab-content__body--m-padding--PaddingBlockEnd: var(--pf-t--global--spacer--lg);
|
|
776
|
+
--pf-v6-c-tab-content__body--m-padding--PaddingBlockStart: var(--pf-t--global--spacer--lg);
|
|
777
|
+
--pf-v6-c-tab-content__body--m-padding--PaddingInlineEnd: var(--pf-t--global--spacer--lg);
|
|
778
|
+
--pf-v6-c-tab-content__body--m-padding--PaddingInlineStart: var(--pf-t--global--spacer--lg);
|
|
779
|
+
}
|
|
780
|
+
|
|
781
|
+
.mui-theme .pf-v6-c-tabs {
|
|
782
|
+
--pf-v6-c-tabs__link--hover--BackgroundColor: var(--mui-tabs__link--hover--BackgroundColor);
|
|
783
|
+
--pf-v6-c-tabs__item--PaddingBlockStart: var(--mui-tabs__item--PaddingBlockStart);
|
|
784
|
+
--pf-v6-c-tabs__item--PaddingBlockEnd: var(--mui-tabs__item--PaddingBlockEnd);
|
|
785
|
+
--pf-v6-c-tabs__item--PaddingInlineStart: none;
|
|
786
|
+
--pf-v6-c-tabs__item--PaddingInlineEnd: var(--mui-tabs__item--PaddingInlineEnd);
|
|
787
|
+
--pf-v6-c-tabs__link--PaddingBlockStart: var(--mui-tabs__link--PaddingBlockStart);
|
|
788
|
+
--pf-v6-c-tabs__link--PaddingBlockEnd: var(--mui-tabs__link--PaddingBlockEnd);
|
|
789
|
+
--pf-v6-c-tabs__link--PaddingInlineStart: var(--mui-tabs__link--PaddingInlineStart);
|
|
790
|
+
--pf-v6-c-tabs__link--PaddingInlineEnd: var(--mui-tabs__link--PaddingInlineEnd);
|
|
791
|
+
--pf-v6-c-tabs__item--m-current__link--Color: var(--pf-t--global--text--color--brand--default);
|
|
792
|
+
--pf-v6-c-tabs__item--m-current__link--after--BorderWidth: var(
|
|
793
|
+
--mui-tabs__item--m-current__link--after--BorderWidth
|
|
794
|
+
);
|
|
795
|
+
--pf-v6-c-tabs__link--FontSize: 0.875rem;
|
|
796
|
+
}
|
|
797
|
+
|
|
798
|
+
.mui-theme .pf-v6-c-tabs__link {
|
|
799
|
+
text-transform: var(--mui-text-transform);
|
|
800
|
+
font-weight: var(--mui-button-FontWeight);
|
|
801
|
+
line-height: var(--mui-button-line-height);
|
|
802
|
+
letter-spacing: 0.02857em;
|
|
803
|
+
}
|
|
804
|
+
|
|
805
|
+
.mui-theme .pf-v6-c-tab-content {
|
|
806
|
+
--pf-v6-c-tab-content__body--m-padding--PaddingBlockEnd: var(--pf-t--global--spacer--lg);
|
|
807
|
+
--pf-v6-c-tab-content__body--m-padding--PaddingBlockStart: var(--pf-t--global--spacer--lg);
|
|
808
|
+
--pf-v6-c-tab-content__body--m-padding--PaddingInlineEnd: var(--pf-t--global--spacer--lg);
|
|
809
|
+
--pf-v6-c-tab-content__body--m-padding--PaddingInlineStart: var(--pf-t--global--spacer--lg);
|
|
810
|
+
}
|
|
811
|
+
|
|
812
|
+
.mui-theme .pf-v6-c-table__td.pf-v6-c-table__action.pf-m-width-10 {
|
|
813
|
+
align-content: center;
|
|
814
|
+
}
|
|
815
|
+
|
|
816
|
+
.mui-theme .pf-v6-c-toolbar__item.kubeflow-u-namespace-select > .pf-v6-c-menu-toggle.pf-m-disabled {
|
|
817
|
+
border: none;
|
|
818
|
+
}
|
|
819
|
+
|
|
820
|
+
.mui-theme .pf-v6-c-label {
|
|
821
|
+
--pf-v6-c-label--BorderRadius: 16px;
|
|
822
|
+
--pf-v6-c-label--FontSize: 0.8125rem;
|
|
823
|
+
--pf-v6-c-label--PaddingInlineEnd: var(--mui-spacing-8px);
|
|
824
|
+
--pf-v6-c-label--PaddingInlineStart: var(--mui-spacing-8px);
|
|
825
|
+
--pf-v6-c-label--PaddingBlockStart: 0;
|
|
826
|
+
--pf-v6-c-label--PaddingBlockEnd: 0;
|
|
827
|
+
height: 24px;
|
|
828
|
+
}
|
|
829
|
+
|
|
830
|
+
.mui-theme .pf-v6-c-label.pf-m-overflow {
|
|
831
|
+
border: 1px solid var(--mui-palette-grey-400);
|
|
832
|
+
|
|
833
|
+
.pf-v6-c-label__text {
|
|
834
|
+
color: var(--mui-palette-common-black);
|
|
835
|
+
}
|
|
836
|
+
}
|
|
837
|
+
|
|
838
|
+
.mui-theme .pf-v6-c-label.pf-m-filled .pf-v6-c-label__actions .pf-v6-c-button {
|
|
839
|
+
--pf-v6-c-button__icon--Color: var(--mui-palette-common-white);
|
|
840
|
+
--pf-v6-c-button--PaddingInlineStart: var(--mui-spacing-4px);
|
|
841
|
+
--pf-v6-c-button--PaddingInlineEnd: var(--mui-spacing-4px);
|
|
842
|
+
}
|
|
843
|
+
|
|
844
|
+
.mui-theme .pf-v6-c-label {
|
|
845
|
+
--pf-v6-c-label--m-blue--Color: var(--pf-t--global--text--color--inverse);
|
|
846
|
+
}
|
|
847
|
+
|
|
848
|
+
.mui-theme .pf-v6-c-label-group.pf-m-category {
|
|
849
|
+
--pf-v6-c-label-group--m-category--BorderWidth: 0px;
|
|
850
|
+
--pf-v6-c-label-group--m-category--BorderRadius: var(--mui-shape-borderRadius);
|
|
851
|
+
box-shadow: var(--mui-shadows-1);
|
|
852
|
+
}
|
|
853
|
+
|
|
854
|
+
.mui-theme .pf-v6-c-label.pf-m-outline {
|
|
855
|
+
--pf-v6-c-label--BorderColor: none;
|
|
856
|
+
--pf-v6-c-label--BackgroundColor: var(--mui-palette-grey-200);
|
|
857
|
+
padding: 4px;
|
|
858
|
+
}
|
|
859
|
+
|
|
860
|
+
.mui-theme .pf-v6-c-masthead {
|
|
861
|
+
--pf-v6-c-masthead--BackgroundColor: var(--mui-palette-common-white);
|
|
862
|
+
box-shadow: var(--mui-shadows-1);
|
|
863
|
+
min-height: var(--kf-central-app-bar-height);
|
|
864
|
+
}
|
|
865
|
+
|
|
866
|
+
.mui-theme .pf-v6-c-modal-box {
|
|
867
|
+
--pf-v6-c-modal-box--BorderRadius: var(--mui-shape-borderRadius);
|
|
868
|
+
--pf-v6-c-modal-box--BoxShadow: var(--mui-shadows-24)
|
|
869
|
+
}
|
|
870
|
+
|
|
871
|
+
.mui-theme .pf-v6-c-button.pf-m-plain {
|
|
872
|
+
--pf-v6-c-button--BorderRadius: 50%;
|
|
873
|
+
--pf-v6-c-button--PaddingInlineStart: none;
|
|
874
|
+
--pf-v6-c-button--PaddingInlineEnd: none;
|
|
875
|
+
}
|
|
876
|
+
|
|
877
|
+
.mui-theme .pf-v6-c-page {
|
|
878
|
+
--pf-v6-c-page--BackgroundColor: var(--mui-palette-common-white);
|
|
879
|
+
}
|
|
880
|
+
|
|
881
|
+
.mui-theme .pf-v6-c-page__main {
|
|
882
|
+
--pf-v6-c-page__main--PaddingRight: 0;
|
|
883
|
+
overflow: visible;
|
|
884
|
+
margin-right: 2px;
|
|
885
|
+
}
|
|
886
|
+
|
|
887
|
+
.mui-theme .pf-v6-c-page__main-section {
|
|
888
|
+
--pf-v6-c-page__main-section--PaddingRight: 0;
|
|
889
|
+
overflow: visible;
|
|
890
|
+
margin-right: 2px;
|
|
891
|
+
}
|
|
892
|
+
|
|
893
|
+
.mui-theme .pf-v6-c-page__main-container {
|
|
894
|
+
overflow: visible;
|
|
895
|
+
margin-right: 2px;
|
|
896
|
+
}
|
|
897
|
+
|
|
898
|
+
.mui-theme .pf-v6-c-pagination {
|
|
899
|
+
--pf-v6-c-pagination__total-items--Display: block;
|
|
900
|
+
}
|
|
901
|
+
|
|
902
|
+
.mui-theme .pf-v6-c-pagination__total-items b {
|
|
903
|
+
font-weight: normal;
|
|
904
|
+
}
|
|
905
|
+
|
|
906
|
+
.mui-theme .pf-v6-c-pagination__page-menu {
|
|
907
|
+
order: -1;
|
|
908
|
+
}
|
|
909
|
+
|
|
910
|
+
.mui-theme .pf-v6-c-pagination__page-menu .pf-v6-c-menu-toggle {
|
|
911
|
+
--pf-v6-c-menu-toggle--expanded--BackgroundColor: none;
|
|
912
|
+
--pf-v6-c-menu-toggle--hover--BackgroundColor: none;
|
|
913
|
+
text-transform: none;
|
|
914
|
+
}
|
|
915
|
+
|
|
916
|
+
.mui-theme .pf-v6-c-pagination__page-menu::before {
|
|
917
|
+
content: 'Rows per page:';
|
|
918
|
+
}
|
|
919
|
+
|
|
920
|
+
/* Hide Masthead Toggle by default */
|
|
921
|
+
.mui-theme .pf-v6-c-masthead__toggle {
|
|
922
|
+
display: none;
|
|
923
|
+
}
|
|
924
|
+
|
|
925
|
+
/* Show Masthead Toggle on viewports below 1270px */
|
|
926
|
+
@media (max-width: 1200px) {
|
|
927
|
+
.mui-theme .pf-v6-c-masthead__toggle {
|
|
928
|
+
display: block;
|
|
929
|
+
padding-block-start: var(--mui-spacing-4px);
|
|
930
|
+
}
|
|
931
|
+
|
|
932
|
+
.mui-theme .pf-v6-c-page__main-container {
|
|
933
|
+
margin-left: 0;
|
|
934
|
+
}
|
|
935
|
+
}
|
|
936
|
+
|
|
937
|
+
.mui-theme .pf-v6-c-page__sidebar:not(.pf-m-collapsed) + .pf-v6-c-page__main-container,
|
|
938
|
+
.mui-theme .pf-v6-c-page__sidebar:not(.pf-m-collapsed) + .pf-v6-c-page__drawer,
|
|
939
|
+
.mui-theme .pf-v6-c-page__sidebar:not(.pf-m-collapsed) + .pf-v6-c-page__main-breadcrumb {
|
|
940
|
+
--pf-v6-c-page__main-container--MarginInlineStart: calc(-2 * var(--mui-spacing-16px));
|
|
941
|
+
--pf-v6-c-page__main-section--PaddingInlineStart: none;
|
|
942
|
+
--pf-v6-c-page__main-section--PaddingInlineEnd: none;
|
|
943
|
+
--pf-v6-c-page__main-breadcrumb--PaddingInlineStart: none;
|
|
944
|
+
}
|
|
945
|
+
|
|
946
|
+
.pf-v6-c-page__sidebar.pf-m-collapsed+.pf-v6-c-page__main-container {
|
|
947
|
+
--pf-v6-c-page__main-container--MarginInlineStart: calc(-1 * var(--mui-spacing-8px));
|
|
948
|
+
--pf-v6-c-page__main-container--MarginInlineEnd: calc(-1 * var(--mui-spacing-8px));
|
|
949
|
+
}
|
|
950
|
+
|
|
951
|
+
.mui-theme .pf-v6-c-form__group-control .pf-v6-c-menu-toggle.pf-m-full-width.pf-m-typeahead {
|
|
952
|
+
position: relative;
|
|
953
|
+
border: 1px solid rgba(0, 0, 0, 0.23);
|
|
954
|
+
border-radius: var(--mui-shape-borderRadius);
|
|
955
|
+
background-color: var(--mui-palette-common-white);
|
|
956
|
+
|
|
957
|
+
&:hover {
|
|
958
|
+
border-color: var(--mui-palette-common-black);
|
|
959
|
+
background-color: var(--mui-palette-common-white);
|
|
960
|
+
}
|
|
961
|
+
|
|
962
|
+
&:focus-within {
|
|
963
|
+
border-color: var(--mui-palette-primary-main);
|
|
964
|
+
border-width: 2px;
|
|
965
|
+
background-color: var(--mui-palette-common-white);
|
|
966
|
+
}
|
|
967
|
+
|
|
968
|
+
.pf-v6-c-text-input-group__text-input {
|
|
969
|
+
padding-left: var(--mui-spacing-12px);
|
|
970
|
+
}
|
|
971
|
+
}
|