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,180 @@
|
|
|
1
|
+
<svg id="fbcc6e56-f19a-485f-9312-3d9e5fc94cf8" data-name="artwork" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 659.71704 451.32691">
|
|
2
|
+
<defs>
|
|
3
|
+
<clipPath id="be027f95-e91e-4839-924d-b1acb589b874">
|
|
4
|
+
<path d="M622.91844,240.50644C623.94587,12.35106,669.95518,58.004,354.04765,54.217,154.3294,51.82286,85.17685,155.82942,85.17685,282.845s92.47828,152.94787,138.57042,152.94787,71.62365-2.92361,107.07109-43.15385c42.10639-47.78766,115.46782-24.9698,184.55176-50.52011C583.67037,316.8584,622.68611,292.09841,622.91844,240.50644Z" style="fill: none"/>
|
|
5
|
+
</clipPath>
|
|
6
|
+
</defs>
|
|
7
|
+
<g>
|
|
8
|
+
<path d="M622.94266,240.50644c0-59.27391-69.204-186.28944-269.12646-186.28944S84.68973,155.82942,84.68973,282.845,177.256,435.79282,223.39192,435.79282s72.91252-2.6375,107.35629-42.86774c41.437-48.39828,115.33992-25.40311,184.54386-50.80622S622.94266,291.31265,622.94266,240.50644Z" style="fill: #b9dafc"/>
|
|
9
|
+
<path d="M440.78789,87.73568A31.41638,31.41638,0,0,0,401.03416,57.4441a48.79534,48.79534,0,0,0-92.51888-4.75778,33.33153,33.33153,0,0,0,2.81428,66.54437c.72577,0,1.44378-.03138,2.158-.07706h40.49236l.00864.00011.00887-.00011h55.36789l.00443.00011.00432-.00011h2.10181l.00111-.07805A31.41422,31.41422,0,0,0,440.78789,87.73568Z" style="fill: #b9dafc;stroke: #fff;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
10
|
+
<g>
|
|
11
|
+
<rect x="325.94585" y="58.4066" width="37.13553" height="37.13553" style="fill: #fff"/>
|
|
12
|
+
<g>
|
|
13
|
+
<g>
|
|
14
|
+
<g>
|
|
15
|
+
<g>
|
|
16
|
+
<polyline points="373.858 106.424 363.406 95.972 344.461 95.972" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
17
|
+
<polyline points="344.461 95.972 344.461 106.023 353.141 114.703" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
18
|
+
<polyline points="335.457 95.972 335.457 106.774 342.482 113.799" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
19
|
+
<polyline points="359.486 117.227 359.486 110.219 353.607 104.352 353.607 95.972" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
20
|
+
<circle cx="359.48601" cy="119.48901" r="3.91957" style="fill: #fff;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3.69160761468312px"/>
|
|
21
|
+
<circle cx="373.85777" cy="106.42377" r="2.93968" style="fill: #e00"/>
|
|
22
|
+
</g>
|
|
23
|
+
<g>
|
|
24
|
+
<polyline points="315.064 106.424 325.516 95.972 344.461 95.972" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
25
|
+
<circle cx="315.06421" cy="106.42377" r="2.93968" style="fill: #e00"/>
|
|
26
|
+
</g>
|
|
27
|
+
</g>
|
|
28
|
+
<g>
|
|
29
|
+
<g>
|
|
30
|
+
<g>
|
|
31
|
+
<polyline points="370.106 51.382 363.406 58.082 363.406 77.027" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
32
|
+
<line x1="408.50277" y1="77.02699" x2="363.40558" y2="77.02699" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
33
|
+
<circle cx="409.09597" cy="77.02699" r="2.93968" style="fill: #e00"/>
|
|
34
|
+
<polyline points="382.41 62.002 375.402 62.002 369.535 67.881 363.406 67.881" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
35
|
+
<circle cx="386.92301" cy="62.00197" r="3.91957" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
36
|
+
<circle cx="370.10626" cy="51.38172" r="2.93968" style="fill: #e00"/>
|
|
37
|
+
</g>
|
|
38
|
+
<g>
|
|
39
|
+
<line x1="363.40558" y1="95.97158" x2="363.40558" y2="77.02699" style="fill: #fff;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
40
|
+
<polyline points="382.41 92.052 375.402 92.052 369.535 86.173 363.406 86.173" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
41
|
+
<circle cx="386.92301" cy="92.05201" r="3.91957" style="fill: #fff;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3.69160761468312px"/>
|
|
42
|
+
</g>
|
|
43
|
+
</g>
|
|
44
|
+
<g>
|
|
45
|
+
<g>
|
|
46
|
+
<g>
|
|
47
|
+
<polyline points="315.169 47.525 325.622 57.977 344.566 57.977" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
48
|
+
<line x1="344.56624" y1="50.39509" x2="344.56624" y2="57.97715" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
49
|
+
<circle cx="344.56624" cy="49.80189" r="2.93968" style="fill: #e00"/>
|
|
50
|
+
<polyline points="329.541 23.966 329.541 45.98 335.421 51.848 335.421 57.977" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
51
|
+
<circle cx="329.54122" cy="19.45367" r="3.91957" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
52
|
+
<circle cx="315.16946" cy="47.52496" r="2.93968" style="fill: #e00"/>
|
|
53
|
+
</g>
|
|
54
|
+
<g>
|
|
55
|
+
<line x1="363.51083" y1="57.97715" x2="344.56624" y2="57.97715" style="fill: #fff;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
56
|
+
<polyline points="359.591 38.972 359.591 45.98 353.712 51.848 353.712 57.977" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
57
|
+
<circle cx="359.59126" cy="34.45972" r="3.91957" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
58
|
+
</g>
|
|
59
|
+
</g>
|
|
60
|
+
<g>
|
|
61
|
+
<g>
|
|
62
|
+
<line x1="325.62165" y1="95.86633" x2="325.62165" y2="76.92174" style="fill: #fff;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
63
|
+
<line x1="318.03959" y1="76.92174" x2="325.62165" y2="76.92174" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
64
|
+
<circle cx="317.44639" cy="76.92174" r="2.93968" style="fill: #e00"/>
|
|
65
|
+
<polyline points="306.617 91.947 313.625 91.947 319.492 86.067 325.622 86.067" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
66
|
+
<circle cx="302.10422" cy="91.94676" r="3.91957" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
67
|
+
</g>
|
|
68
|
+
<g>
|
|
69
|
+
<line x1="325.62165" y1="57.97715" x2="325.62165" y2="76.92174" style="fill: #fff;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
70
|
+
<polyline points="284.108 61.897 298.619 61.897 304.486 67.776 325.622 67.776" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
71
|
+
<circle cx="279.59514" cy="61.89672" r="3.91957" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
72
|
+
</g>
|
|
73
|
+
</g>
|
|
74
|
+
</g>
|
|
75
|
+
</g>
|
|
76
|
+
</g>
|
|
77
|
+
<rect x="337.981" y="70.44175" width="13.06524" height="13.06524" style="fill: #b9dafc;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
78
|
+
</g>
|
|
79
|
+
</g>
|
|
80
|
+
<g>
|
|
81
|
+
<g style="clip-path: url(#be027f95-e91e-4839-924d-b1acb589b874)">
|
|
82
|
+
<g>
|
|
83
|
+
<rect x="332.05742" y="110.2401" width="275.71933" height="291.03707"/>
|
|
84
|
+
<path d="M355.35751,245.82271H322.88017a4.49357,4.49357,0,0,1-4.49357-4.49358v-34.9345a4.49359,4.49359,0,0,0-4.49358-4.49358h-51.846" style="fill: none;stroke: #e00;stroke-linejoin: round;stroke-width: 3px"/>
|
|
85
|
+
<line x1="262.79736" y1="186.85486" x2="355.3168" y2="186.85486" style="fill: none;stroke: #e00;stroke-linejoin: round;stroke-width: 3px"/>
|
|
86
|
+
<g>
|
|
87
|
+
<rect x="356.36049" y="85.44568" width="262.31256" height="71.33061" style="fill: #fff;stroke: #b9dafc;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
88
|
+
<circle cx="576.15076" cy="121.11099" r="8.3871" style="fill: #e00"/>
|
|
89
|
+
<rect x="356.36049" y="156.77629" width="262.31256" height="71.33061" style="fill: #fff;stroke: #b9dafc;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
90
|
+
<circle cx="588.16534" cy="192.44159" r="9.319" style="fill: #e00"/>
|
|
91
|
+
<circle cx="562.56374" cy="192.44159" r="9.319" style="fill: #e00"/>
|
|
92
|
+
<rect x="356.36049" y="228.1069" width="262.31256" height="71.33061" style="fill: #fff;stroke: #b9dafc;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
93
|
+
<circle cx="576.15076" cy="263.7722" r="9.319" style="fill: #e00"/>
|
|
94
|
+
<rect x="356.36049" y="299.43751" width="262.31256" height="71.33061" style="fill: #fff;stroke: #b9dafc;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
95
|
+
<rect x="356.36049" y="370.76812" width="262.31256" height="71.33061" style="fill: #fff;stroke: #dedede;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3.17505303206457px"/>
|
|
96
|
+
<circle cx="576.15076" cy="335.10281" r="9.319" style="fill: #e00"/>
|
|
97
|
+
<g>
|
|
98
|
+
<rect x="397.77547" y="114.31744" width="142.81761" height="13.5871" style="fill: #e00"/>
|
|
99
|
+
<rect x="378.59752" y="173.94677" width="13.17876" height="37.64319" style="fill: #e00"/>
|
|
100
|
+
<rect x="398.36076" y="173.94677" width="13.17876" height="37.64319" style="fill: #e00"/>
|
|
101
|
+
<rect x="398.65706" y="257.06252" width="141.05443" height="13.41936" style="fill: #e00"/>
|
|
102
|
+
<rect x="398.65706" y="328.39313" width="141.05443" height="13.41936" style="fill: #e00"/>
|
|
103
|
+
</g>
|
|
104
|
+
</g>
|
|
105
|
+
</g>
|
|
106
|
+
</g>
|
|
107
|
+
<path d="M216.70977,131.88169c-.15932,0-.31686.00689-.475.012a20.81175,20.81175,0,0,0-20.33249-16.38795c-.19182,0-.38135.00932-.57188.01446a37.57079,37.57079,0,0,0-74.47568,3.73994c-.03742-.00022-.07427-.00283-.11176-.00283a20.80752,20.80752,0,0,0,0,41.615h95.96678a14.49533,14.49533,0,1,0,0-28.99066Z" style="fill: #fff;stroke: #b9dafc;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
108
|
+
<g>
|
|
109
|
+
<rect x="73.18889" y="178.50294" width="193.35998" height="193.35998" rx="1.06111"/>
|
|
110
|
+
<g>
|
|
111
|
+
<rect x="84.10298" y="173.34667" width="193.35998" height="193.35998" style="fill: #fff;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
112
|
+
<rect x="84.10298" y="173.34667" width="193.35998" height="40.39075" style="fill: #e00"/>
|
|
113
|
+
<g>
|
|
114
|
+
<circle cx="242.42627" cy="193.54205" r="4.64922" style="fill: #fff"/>
|
|
115
|
+
<circle cx="260.4732" cy="193.54205" r="4.64922" style="fill: #fff"/>
|
|
116
|
+
</g>
|
|
117
|
+
<line x1="155.00164" y1="194.40142" x2="100.86085" y2="194.40142" style="fill: none;stroke: #fff;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
118
|
+
<g>
|
|
119
|
+
<g>
|
|
120
|
+
<line x1="151.88469" y1="238.6475" x2="193.91286" y2="238.6475" style="fill: none;stroke: #92c5f9;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3px"/>
|
|
121
|
+
<line x1="100.51691" y1="238.6475" x2="142.54509" y2="238.6475" style="fill: none;stroke: #92c5f9;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3px"/>
|
|
122
|
+
</g>
|
|
123
|
+
<line x1="115.1347" y1="257.25921" x2="184.61689" y2="257.25921" style="fill: none;stroke: #92c5f9;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3px"/>
|
|
124
|
+
<g>
|
|
125
|
+
<line x1="245.28064" y1="275.87092" x2="171.23823" y2="275.87092" style="fill: none;stroke: #92c5f9;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3px"/>
|
|
126
|
+
<line x1="115.57452" y1="275.87092" x2="163.52342" y2="275.87092" style="fill: none;stroke: #92c5f9;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3px"/>
|
|
127
|
+
</g>
|
|
128
|
+
<g>
|
|
129
|
+
<line x1="115.1347" y1="350.31774" x2="142.10527" y2="350.31774" style="fill: none;stroke: #aaa;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3.43612386705161px"/>
|
|
130
|
+
<line x1="193.47304" y1="350.31774" x2="151.44486" y2="350.31774" style="fill: none;stroke: #92c5f9;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3px"/>
|
|
131
|
+
<line x1="244.84082" y1="350.31774" x2="202.81264" y2="350.31774" style="fill: none;stroke: #92c5f9;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3px"/>
|
|
132
|
+
</g>
|
|
133
|
+
<line x1="115.1347" y1="294.48262" x2="160.26067" y2="294.48262" style="fill: none;stroke: #92c5f9;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3px"/>
|
|
134
|
+
<g>
|
|
135
|
+
<line x1="115.1347" y1="331.70604" x2="160.26067" y2="331.70604" style="fill: none;stroke: #92c5f9;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3px"/>
|
|
136
|
+
<line x1="209.66416" y1="331.70604" x2="169.60027" y2="331.70604" style="fill: none;stroke: #92c5f9;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3px"/>
|
|
137
|
+
<line x1="244.84082" y1="331.70604" x2="219.00376" y2="331.70604" style="fill: none;stroke: #92c5f9;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3px"/>
|
|
138
|
+
</g>
|
|
139
|
+
<g>
|
|
140
|
+
<line x1="100.07709" y1="313.09433" x2="135.31209" y2="313.09433" style="fill: none;stroke: #aaa;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3.43612386705161px"/>
|
|
141
|
+
<line x1="179.06422" y1="313.09433" x2="143.02689" y2="313.09433" style="fill: none;stroke: #92c5f9;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3px"/>
|
|
142
|
+
</g>
|
|
143
|
+
</g>
|
|
144
|
+
</g>
|
|
145
|
+
<g>
|
|
146
|
+
<rect x="30.21291" y="292.09841" width="109.27826" height="105.79268" rx="1.0599"/>
|
|
147
|
+
<g>
|
|
148
|
+
<path d="M41.05116,286.96424H151.23309a0,0,0,0,1,0,0v106.7469a.804.804,0,0,1-.804.804H41.05116a0,0,0,0,1,0,0V286.96424A0,0,0,0,1,41.05116,286.96424Z" style="fill: #fff;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
149
|
+
<rect x="41.05116" y="286.96424" width="110.18193" height="23.11025" style="fill: #e00"/>
|
|
150
|
+
<line x1="49.73843" y1="298.51937" x2="100.40744" y2="298.51937" style="fill: none;stroke: #fff;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
151
|
+
<circle cx="130.38665" cy="298.51937" r="3.0677" style="fill: #fff"/>
|
|
152
|
+
<circle cx="139.58976" cy="298.51937" r="3.0677" style="fill: #fff"/>
|
|
153
|
+
<g>
|
|
154
|
+
<line x1="49.73843" y1="321.21977" x2="111.75943" y2="321.21977" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
155
|
+
<g>
|
|
156
|
+
<line x1="57.26723" y1="343.99571" x2="70.6418" y2="343.99571" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
157
|
+
<line x1="77.64788" y1="343.99571" x2="103.60482" y2="343.99571" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
158
|
+
</g>
|
|
159
|
+
<g>
|
|
160
|
+
<line x1="57.26723" y1="355.38368" x2="103.13305" y2="355.38368" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
161
|
+
<line x1="110.16166" y1="355.38368" x2="126.93031" y2="355.38368" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
162
|
+
</g>
|
|
163
|
+
<line x1="57.26723" y1="332.60774" x2="79.71525" y2="332.60774" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
164
|
+
<line x1="57.26723" y1="378.15962" x2="100.04436" y2="378.15962" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
165
|
+
<g>
|
|
166
|
+
<line x1="49.73843" y1="366.77165" x2="70.60008" y2="366.77165" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
167
|
+
<line x1="77.64788" y1="366.77165" x2="112.99749" y2="366.77165" style="fill: none;stroke: #e00;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
168
|
+
</g>
|
|
169
|
+
</g>
|
|
170
|
+
</g>
|
|
171
|
+
</g>
|
|
172
|
+
</g>
|
|
173
|
+
<circle cx="305.42167" cy="149.40881" r="6.00242" style="fill: none;stroke: #e00;stroke-linejoin: round;stroke-width: 3px"/>
|
|
174
|
+
<path d="M209.77057,173.34667V155.34422a5.93541,5.93541,0,0,1,5.93541-5.93541h83.71327" style="fill: none;stroke: #e00;stroke-linejoin: round;stroke-width: 3px"/>
|
|
175
|
+
<path d="M157.89272,131.79334v8.5228a5.9354,5.9354,0,0,1-5.93541,5.9354h-13.7634a5.93541,5.93541,0,0,0-5.93541,5.93541v21.15972" style="fill: none;stroke: #e00;stroke-linejoin: round;stroke-width: 3px"/>
|
|
176
|
+
<circle cx="158.13013" cy="125.98327" r="6.00242" style="fill: none;stroke: #e00;stroke-linejoin: round;stroke-width: 3px"/>
|
|
177
|
+
</g>
|
|
178
|
+
<path d="M235.448,372.59211a15.87371,15.87371,0,0,0-3.37624.36912,18.5668,18.5668,0,0,0-35.66034,7.21415,12.04842,12.04842,0,0,0,.2983,24.09328H235.448a15.83827,15.83827,0,0,0,0-31.67655Z" style="fill: #b9dafc;stroke: #fff;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
179
|
+
</g>
|
|
180
|
+
</svg>
|
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 831.38904 768.25444">
|
|
2
|
+
<g id="b3a9774d-d30b-43c8-9cac-37ece57528e6" data-name="Model Registry">
|
|
3
|
+
<path d="M816.32578,417.78664c-6.79-69.38-54.09-117.55-105.21-159.99q-63-52.32-127.65-102.61c-47.87-37.24-94.98-83.3-149.62-110.78-64.23-32.3-136.42-31.01-204.38-11.46-54.61,15.71-96.42,53.84-114.66,107.84-8.66,25.65-13.56,54.45-12.72,81.46.72,22.99,5.03,45.78,7.18,68.67,1.24,13.14,1.76,26.32.49,39.57-.36,3.79-.88,7.49-1.52,11.14-5.4,31.1-20.11,57.32-36.41,83.28-7.22,11.5-14.74,22.95-21.89,34.76-23.74,39.17-31.6,89.05-27.59,134.29,4.21,47.44,19.92,99.55,58.56,130.22,66.02,52.41,173.53,27.21,230.63-27.7,45.63-43.87,107.84-69.32,170.89-73.11,64.27-3.87,129.61,1.78,193.25-10.61,47.75-9.3,86.82-29.31,112.26-71.58,21.88-36.36,32.55-81.09,28.41-123.4Z" style="fill: #bbd9f3"/>
|
|
4
|
+
<path d="M779.20137,504.21643a39.39616,39.39616,0,0,0-9.82711,1.23383,56.06058,56.06058,0,0,0-49.79588-34.321,82.4747,82.4747,0,0,0-149.8482-9.08854,61.94293,61.94293,0,1,0-18.24662,121.14017H779.20137a39.4822,39.4822,0,1,0,0-78.96441h0Z" style="fill: #fff;stroke: #bcd9f3;stroke-miterlimit: 10;stroke-width: 3px"/>
|
|
5
|
+
<path d="M53.781,138.81205a28.8215,28.8215,0,0,1,7.18184.89871,40.99408,40.99408,0,0,1,36.42167-25.101A60.33225,60.33225,0,0,1,206.9648,107.964a45.29845,45.29845,0,1,1,13.32309,88.6024H53.781a28.87718,28.87718,0,0,1,0-57.75435Z" style="fill: #fff;stroke: #bbd9f3;stroke-miterlimit: 10;stroke-width: 3px"/>
|
|
6
|
+
<g>
|
|
7
|
+
<path d="M546.88237,222.20543h158.8532a1.57122,1.57122,0,0,1,1.57122,1.57122V377.4628a1.57117,1.57117,0,0,1-1.57117,1.57117H546.88236a1.57121,1.57121,0,0,1-1.57121-1.57121V223.77665A1.57122,1.57122,0,0,1,546.88237,222.20543Z" style="fill: #030303"/>
|
|
8
|
+
<g>
|
|
9
|
+
<path d="M561.37791,214.59449H724.71317V372.83758a1.19184,1.19184,0,0,1-1.19184,1.19189H561.37791v-159.435Z" style="fill: #fff;stroke: #e51814;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
10
|
+
<rect x="561.37791" y="214.59449" width="163.33526" height="34.25898" style="fill: #e51814"/>
|
|
11
|
+
<line x1="574.25605" y1="231.72396" x2="649.36851" y2="231.72396" style="fill: none;stroke: #fff;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
12
|
+
<circle cx="693.81012" cy="231.72396" r="4.5476" style="fill: #fff"/>
|
|
13
|
+
<circle cx="707.45294" cy="231.72396" r="4.5476" style="fill: #fff"/>
|
|
14
|
+
<g>
|
|
15
|
+
<line x1="574.25605" y1="265.37536" x2="666.19686" y2="265.37536" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
16
|
+
<g>
|
|
17
|
+
<line x1="585.41685" y1="299.13878" x2="605.2435" y2="299.13878" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
18
|
+
<line x1="615.62943" y1="299.13878" x2="654.10836" y2="299.13878" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
19
|
+
</g>
|
|
20
|
+
<g>
|
|
21
|
+
<line x1="585.41685" y1="316.02042" x2="653.409" y2="316.02042" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
22
|
+
<line x1="663.82831" y1="316.02042" x2="688.68637" y2="316.02042" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
23
|
+
</g>
|
|
24
|
+
<line x1="585.41685" y1="282.25705" x2="618.6941" y2="282.25705" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
25
|
+
<line x1="585.41685" y1="349.7838" x2="648.83027" y2="349.7838" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
26
|
+
<g>
|
|
27
|
+
<line x1="574.25605" y1="332.90216" x2="605.18166" y2="332.90216" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
28
|
+
<line x1="615.62943" y1="332.90216" x2="668.03219" y2="332.90216" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
29
|
+
</g>
|
|
30
|
+
</g>
|
|
31
|
+
</g>
|
|
32
|
+
</g>
|
|
33
|
+
<g>
|
|
34
|
+
<g>
|
|
35
|
+
<path d="M310.77487,137.09081v13.41953a9.34556,9.34556,0,0,1-9.34556,9.34555h-21.956a9.06065,9.06065,0,0,0-9.06065,9.06065V202.5183" style="fill: none;stroke: #e51814;stroke-linejoin: round;stroke-width: 3px"/>
|
|
36
|
+
<circle cx="310.77484" cy="127.63978" r="9.45106" style="fill: none;stroke: #e51814;stroke-linejoin: round;stroke-width: 3px"/>
|
|
37
|
+
</g>
|
|
38
|
+
<g>
|
|
39
|
+
<path d="M429.36312,206.6021V183.38264a9.3456,9.3456,0,0,1,9.3456-9.3456h42.23973" style="fill: none;stroke: #e51814;stroke-linejoin: round;stroke-width: 3px"/>
|
|
40
|
+
<circle cx="490.39952" cy="174.03704" r="9.45106" style="fill: none;stroke: #e51814;stroke-linejoin: round;stroke-width: 3px"/>
|
|
41
|
+
</g>
|
|
42
|
+
<g>
|
|
43
|
+
<circle cx="652.93065" cy="468.8348" r="9.45106" style="fill: none;stroke: #e51814;stroke-linejoin: round;stroke-width: 3px"/>
|
|
44
|
+
<path d="M531.75046,426.02384h81.10178a9.3456,9.3456,0,0,1,9.3456,9.3456V459.4892a9.3456,9.3456,0,0,0,9.3456,9.3456h11.93614" style="fill: none;stroke: #e51814;stroke-miterlimit: 10;stroke-width: 3px"/>
|
|
45
|
+
</g>
|
|
46
|
+
<g>
|
|
47
|
+
<rect x="214.47708" y="210.69956" width="304.4534" height="304.45342" rx="1.67074" style="fill: #030303"/>
|
|
48
|
+
<rect x="231.66178" y="202.58078" width="304.45344" height="304.45347" style="fill: #fff;stroke: #e51814;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
49
|
+
<rect x="231.66178" y="202.58078" width="304.45344" height="63.59693" style="fill: #e51814"/>
|
|
50
|
+
<g>
|
|
51
|
+
<circle cx="480.94845" cy="234.37929" r="7.32041" style="fill: #fff"/>
|
|
52
|
+
<circle cx="509.3641" cy="234.37929" r="7.32041" style="fill: #fff"/>
|
|
53
|
+
</g>
|
|
54
|
+
<line x1="343.29471" y1="235.73242" x2="258.04775" y2="235.73242" style="fill: none;stroke: #fff;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
55
|
+
<g>
|
|
56
|
+
<g>
|
|
57
|
+
<line x1="338.38692" y1="305.3997" x2="404.56206" y2="305.3997" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3px"/>
|
|
58
|
+
<line x1="257.50619" y1="305.3997" x2="323.68133" y2="305.3997" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3px"/>
|
|
59
|
+
</g>
|
|
60
|
+
<line x1="280.5225" y1="334.70464" x2="389.92514" y2="334.70464" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3px"/>
|
|
61
|
+
<g>
|
|
62
|
+
<line x1="485.44277" y1="364.00954" x2="368.8599" y2="364.00954" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3px"/>
|
|
63
|
+
<line x1="281.21502" y1="364.00954" x2="356.7126" y2="364.00954" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3px"/>
|
|
64
|
+
</g>
|
|
65
|
+
<g>
|
|
66
|
+
<line x1="280.5225" y1="481.22921" x2="322.98882" y2="481.22921" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3.43612384796143px"/>
|
|
67
|
+
<line x1="403.86955" y1="481.22921" x2="337.69441" y2="481.22921" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3px"/>
|
|
68
|
+
<line x1="484.75026" y1="481.22921" x2="418.57514" y2="481.22921" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3px"/>
|
|
69
|
+
</g>
|
|
70
|
+
<line x1="280.5225" y1="393.31448" x2="351.57527" y2="393.31448" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3px"/>
|
|
71
|
+
<g>
|
|
72
|
+
<line x1="280.5225" y1="451.92427" x2="351.57527" y2="451.92427" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3px"/>
|
|
73
|
+
<line x1="429.36312" y1="451.92427" x2="366.28084" y2="451.92427" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3px"/>
|
|
74
|
+
<line x1="484.75026" y1="451.92427" x2="444.06871" y2="451.92427" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3px"/>
|
|
75
|
+
</g>
|
|
76
|
+
<g>
|
|
77
|
+
<line x1="256.81368" y1="422.61937" x2="312.29267" y2="422.61937" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3.43612384796143px"/>
|
|
78
|
+
<line x1="381.18224" y1="422.61937" x2="324.43996" y2="422.61937" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-miterlimit: 10;stroke-width: 3px"/>
|
|
79
|
+
</g>
|
|
80
|
+
</g>
|
|
81
|
+
</g>
|
|
82
|
+
</g>
|
|
83
|
+
<g>
|
|
84
|
+
<g>
|
|
85
|
+
<path d="M270.86263,580.23569h22.82353a10.23058,10.23058,0,0,1,10.23058,10.23058V605.2938" style="fill: none;stroke: #e51814;stroke-miterlimit: 10;stroke-width: 3px"/>
|
|
86
|
+
<circle cx="303.91674" cy="612.91569" r="7.62189" style="fill: none;stroke: #e51814;stroke-linejoin: round;stroke-width: 3px"/>
|
|
87
|
+
</g>
|
|
88
|
+
<g>
|
|
89
|
+
<path d="M90.13863,466.865H252.829a1.60917,1.60917,0,0,1,1.60917,1.60917V625.87272a1.60913,1.60913,0,0,1-1.60913,1.60913H90.13862a1.60916,1.60916,0,0,1-1.60916-1.60916V468.47418A1.60917,1.60917,0,0,1,90.13863,466.865Z" style="fill: #030303"/>
|
|
90
|
+
<g>
|
|
91
|
+
<path d="M104.98432,459.07021H272.26506V621.13578a1.22064,1.22064,0,0,1-1.22063,1.22068H104.98432V459.07021Z" style="fill: #fff;stroke: #e51814;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
92
|
+
<rect x="104.98432" y="459.07021" width="167.28074" height="35.08653" style="fill: #e51814"/>
|
|
93
|
+
<line x1="118.17353" y1="476.61345" x2="195.10039" y2="476.61345" style="fill: none;stroke: #fff;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
94
|
+
<circle cx="240.61553" cy="476.61345" r="4.65745" style="fill: #fff"/>
|
|
95
|
+
<circle cx="254.5879" cy="476.61345" r="4.65745" style="fill: #fff"/>
|
|
96
|
+
<g>
|
|
97
|
+
<line x1="118.17353" y1="511.07773" x2="212.33524" y2="511.07773" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
98
|
+
<g>
|
|
99
|
+
<line x1="129.60393" y1="545.65673" x2="149.90951" y2="545.65673" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
100
|
+
<line x1="160.54632" y1="545.65673" x2="199.95474" y2="545.65673" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
101
|
+
</g>
|
|
102
|
+
<g>
|
|
103
|
+
<line x1="129.60393" y1="562.94616" x2="199.23848" y2="562.94616" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
104
|
+
<line x1="209.90948" y1="562.94616" x2="235.368" y2="562.94616" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
105
|
+
</g>
|
|
106
|
+
<line x1="129.60393" y1="528.36721" x2="163.68502" y2="528.36721" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
107
|
+
<line x1="129.60393" y1="597.52512" x2="194.54915" y2="597.52512" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
108
|
+
<g>
|
|
109
|
+
<line x1="118.17353" y1="580.23569" x2="149.84618" y2="580.23569" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
110
|
+
<line x1="160.54632" y1="580.23569" x2="214.2149" y2="580.23569" style="fill: none;stroke: #e51814;stroke-linecap: round;stroke-linejoin: round;stroke-width: 3px"/>
|
|
111
|
+
</g>
|
|
112
|
+
</g>
|
|
113
|
+
</g>
|
|
114
|
+
</g>
|
|
115
|
+
</g>
|
|
116
|
+
<g>
|
|
117
|
+
<line x1="366.80594" y1="553.72753" x2="451.90015" y2="553.72753" style="fill: none;stroke: #4e8fcb;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px"/>
|
|
118
|
+
<line x1="414.13887" y1="570.95801" x2="451.90015" y2="570.95801" style="fill: none;stroke: #4e8fcb;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px"/>
|
|
119
|
+
<line x1="366.80594" y1="570.95801" x2="404.7632" y2="570.95801" style="fill: none;stroke: #4e8fcb;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px"/>
|
|
120
|
+
<line x1="436.26104" y1="589.10571" x2="451.90015" y2="589.10571" style="fill: none;stroke: #4e8fcb;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px"/>
|
|
121
|
+
<line x1="366.80594" y1="589.10571" x2="426.88537" y2="589.10571" style="fill: none;stroke: #4e8fcb;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px"/>
|
|
122
|
+
<line x1="389.06137" y1="606.79871" x2="451.90015" y2="606.79871" style="fill: none;stroke: #4e8fcb;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px"/>
|
|
123
|
+
<line x1="366.80594" y1="606.79871" x2="379.55245" y2="606.79871" style="fill: none;stroke: #4e8fcb;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px"/>
|
|
124
|
+
<line x1="355.83895" y1="552.42622" x2="355.83895" y2="608.04516" style="fill: none;stroke: #4e8fcb;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px"/>
|
|
125
|
+
</g>
|
|
126
|
+
<g>
|
|
127
|
+
<line x1="458.30322" y1="81.79064" x2="543.39742" y2="81.79064" style="fill: none;stroke: #4e8fcb;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px"/>
|
|
128
|
+
<line x1="505.63615" y1="99.02112" x2="543.39742" y2="99.02112" style="fill: none;stroke: #4e8fcb;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px"/>
|
|
129
|
+
<line x1="458.30322" y1="99.02112" x2="496.26048" y2="99.02112" style="fill: none;stroke: #4e8fcb;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px"/>
|
|
130
|
+
<line x1="527.75831" y1="117.16883" x2="543.39742" y2="117.16883" style="fill: none;stroke: #4e8fcb;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px"/>
|
|
131
|
+
<line x1="458.30322" y1="117.16883" x2="518.38265" y2="117.16883" style="fill: none;stroke: #4e8fcb;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px"/>
|
|
132
|
+
<line x1="480.55864" y1="134.86182" x2="543.39742" y2="134.86182" style="fill: none;stroke: #4e8fcb;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px"/>
|
|
133
|
+
<line x1="458.30322" y1="134.86182" x2="471.04972" y2="134.86182" style="fill: none;stroke: #4e8fcb;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px"/>
|
|
134
|
+
<line x1="447.33623" y1="80.48933" x2="447.33623" y2="136.10827" style="fill: none;stroke: #4e8fcb;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px"/>
|
|
135
|
+
</g>
|
|
136
|
+
<g>
|
|
137
|
+
<g>
|
|
138
|
+
<line x1="102.68918" y1="264.42825" x2="187.78341" y2="264.42825" style="fill: none;stroke: #4f90cb;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px"/>
|
|
139
|
+
<line x1="150.02211" y1="281.65876" x2="187.78341" y2="281.65876" style="fill: none;stroke: #4f90cb;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px"/>
|
|
140
|
+
<line x1="102.68918" y1="281.65876" x2="140.64646" y2="281.65876" style="fill: none;stroke: #4f90cb;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px"/>
|
|
141
|
+
<line x1="172.1521" y1="299.80644" x2="187.78341" y2="299.80644" style="fill: none;stroke: #4f90cb;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px"/>
|
|
142
|
+
<line x1="102.68918" y1="299.80644" x2="162.77646" y2="299.80644" style="fill: none;stroke: #4f90cb;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px"/>
|
|
143
|
+
<line x1="124.95245" y1="317.49945" x2="187.78341" y2="317.49945" style="fill: none;stroke: #4f90cb;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px"/>
|
|
144
|
+
<line x1="102.68918" y1="317.49945" x2="115.44353" y2="317.49945" style="fill: none;stroke: #4f90cb;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px"/>
|
|
145
|
+
</g>
|
|
146
|
+
<line x1="91.73004" y1="263.12695" x2="91.73004" y2="318.74588" style="fill: none;stroke: #4f90cb;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px"/>
|
|
147
|
+
</g>
|
|
148
|
+
</g>
|
|
149
|
+
</svg>
|
package/package.json
ADDED
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "mod-arch-shared",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "Shared library for modular architecture micro-frontend projects",
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"types": "dist/index.d.ts",
|
|
7
|
+
"engines": {
|
|
8
|
+
"node": ">=20.0.0"
|
|
9
|
+
},
|
|
10
|
+
"files": [
|
|
11
|
+
"dist",
|
|
12
|
+
"style",
|
|
13
|
+
"images"
|
|
14
|
+
],
|
|
15
|
+
"scripts": {
|
|
16
|
+
"build": "tsc && tsc-alias && npm run copy-assets",
|
|
17
|
+
"copy-assets": "mkdir -p dist/style dist/images && cp -r style/* dist/style/ && cp -r images/* dist/images/ && find components \\( -name '*.scss' -o -name '*.css' \\) -exec rsync -R {} dist/ \\;",
|
|
18
|
+
"test": "run-s test:lint test:unit",
|
|
19
|
+
"test:jest": "jest",
|
|
20
|
+
"test:unit": "npm run test:jest -- --silent",
|
|
21
|
+
"test:fix": "eslint --ext .js,.ts,.jsx,.tsx . --fix",
|
|
22
|
+
"lint": "eslint --max-warnings 0 --ext .js,.ts,.jsx,.tsx .",
|
|
23
|
+
"test:lint": "eslint --max-warnings 0 --ext .js,.ts,.jsx,.tsx .",
|
|
24
|
+
"prepare": "npm run build",
|
|
25
|
+
"prepublishOnly": "npm test && npm run lint"
|
|
26
|
+
},
|
|
27
|
+
"repository": {
|
|
28
|
+
"type": "git",
|
|
29
|
+
"url": "git+https://github.com/your-organization/mod-arch-shared.git"
|
|
30
|
+
},
|
|
31
|
+
"keywords": [
|
|
32
|
+
"modular-architecture",
|
|
33
|
+
"micro-frontend",
|
|
34
|
+
"shared-components",
|
|
35
|
+
"ui-library"
|
|
36
|
+
],
|
|
37
|
+
"author": "",
|
|
38
|
+
"license": "Apache-2.0",
|
|
39
|
+
"peerDependencies": {
|
|
40
|
+
"react": ">=16.8.0",
|
|
41
|
+
"react-dom": ">=16.8.0"
|
|
42
|
+
},
|
|
43
|
+
"devDependencies": {
|
|
44
|
+
"@babel/preset-env": "^7.21.5",
|
|
45
|
+
"@babel/preset-react": "^7.18.6",
|
|
46
|
+
"@babel/preset-typescript": "^7.21.5",
|
|
47
|
+
"@cypress/code-coverage": "^3.13.11",
|
|
48
|
+
"@module-federation/enhanced": "^0.8.9",
|
|
49
|
+
"@mui/icons-material": "^6.4.1",
|
|
50
|
+
"@mui/material": "^6.1.7",
|
|
51
|
+
"@mui/types": "^7.2.20",
|
|
52
|
+
"@swc/core": "^1.9.1",
|
|
53
|
+
"@testing-library/cypress": "^10.0.3",
|
|
54
|
+
"@testing-library/dom": "^10.4.0",
|
|
55
|
+
"@testing-library/jest-dom": "^6.6.2",
|
|
56
|
+
"@testing-library/react": "^16.1.0",
|
|
57
|
+
"@testing-library/user-event": "14.6.1",
|
|
58
|
+
"@types/classnames": "^2.3.1",
|
|
59
|
+
"@types/jest": "^29.5.13",
|
|
60
|
+
"@types/lodash-es": "^4.17.8",
|
|
61
|
+
"@types/react-dom": "^18.3.1",
|
|
62
|
+
"@types/showdown": "^2.0.3",
|
|
63
|
+
"core-js": "^3.40.0",
|
|
64
|
+
"eslint": "^8.38.0",
|
|
65
|
+
"expect": "^29.7.0",
|
|
66
|
+
"jest": "^29.7.0",
|
|
67
|
+
"jest-environment-jsdom": "^29.7.0",
|
|
68
|
+
"ts-jest": "^29.2.6",
|
|
69
|
+
"tsc-alias": "^1.8.15",
|
|
70
|
+
"typescript": "^5.0.4"
|
|
71
|
+
},
|
|
72
|
+
"dependencies": {
|
|
73
|
+
"@emotion/react": "^11.14.0",
|
|
74
|
+
"@emotion/styled": "^11.13.5",
|
|
75
|
+
"@patternfly/patternfly": "^6.1.0",
|
|
76
|
+
"@patternfly/react-core": "6.1.0",
|
|
77
|
+
"@patternfly/react-icons": "6.0.0",
|
|
78
|
+
"@patternfly/react-styles": "6.0.0",
|
|
79
|
+
"@patternfly/react-table": "6.1.0",
|
|
80
|
+
"@patternfly/react-templates": "6.1.0",
|
|
81
|
+
"classnames": "^2.2.6",
|
|
82
|
+
"dompurify": "^3.2.4",
|
|
83
|
+
"lodash-es": "^4.17.15",
|
|
84
|
+
"npm-run-all": "^4.1.5",
|
|
85
|
+
"react": ">=16.8.0",
|
|
86
|
+
"react-dom": ">=16.8.0",
|
|
87
|
+
"react-router": "^7.1.5",
|
|
88
|
+
"react-router-dom": "^7.1.5",
|
|
89
|
+
"sass": "^1.83.0",
|
|
90
|
+
"showdown": "^2.1.0"
|
|
91
|
+
},
|
|
92
|
+
"optionalDependencies": {
|
|
93
|
+
"@typescript-eslint/eslint-plugin": "^8.26.1",
|
|
94
|
+
"@typescript-eslint/parser": "^8.26.1",
|
|
95
|
+
"eslint": "^8.57.0",
|
|
96
|
+
"eslint-config-prettier": "^9.1.0",
|
|
97
|
+
"eslint-import-resolver-node": "^0.3.7",
|
|
98
|
+
"eslint-import-resolver-typescript": "^3.8.3",
|
|
99
|
+
"eslint-plugin-cypress": "^3.3.0",
|
|
100
|
+
"eslint-plugin-import": "^2.31.0",
|
|
101
|
+
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
102
|
+
"eslint-plugin-no-only-tests": "^3.1.0",
|
|
103
|
+
"eslint-plugin-no-relative-import-paths": "^1.6.1",
|
|
104
|
+
"eslint-plugin-prettier": "^5.0.0",
|
|
105
|
+
"eslint-plugin-react": "^7.37.2",
|
|
106
|
+
"eslint-plugin-react-hooks": "^5.2.0"
|
|
107
|
+
}
|
|
108
|
+
}
|