diff --git a/package-lock.json b/package-lock.json index e9ef499a4..25726709f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@devtron-labs/devtron-fe-common-lib", - "version": "1.22.2", + "version": "1.22.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@devtron-labs/devtron-fe-common-lib", - "version": "1.22.2", + "version": "1.22.3", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index ad1ad70de..f6eab2967 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@devtron-labs/devtron-fe-common-lib", - "version": "1.22.2", + "version": "1.22.3", "description": "Supporting common component library", "type": "module", "main": "dist/index.js", diff --git a/src/Assets/Illustration/img-installing-devtron.svg b/src/Assets/Illustration/img-installing-devtron.svg new file mode 100644 index 000000000..672175a5e --- /dev/null +++ b/src/Assets/Illustration/img-installing-devtron.svg @@ -0,0 +1,160 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Shared/Components/Illustration/Illustration.tsx b/src/Shared/Components/Illustration/Illustration.tsx index 4733711f4..aa6c8041f 100644 --- a/src/Shared/Components/Illustration/Illustration.tsx +++ b/src/Shared/Components/Illustration/Illustration.tsx @@ -8,6 +8,7 @@ import ImgDevtronFreemium from '@Illustrations/img-devtron-freemium.webp' import { ReactComponent as ImgFolderEmpty } from '@Illustrations/img-folder-empty.svg' import { ReactComponent as ImgInstallFreemiumSaas } from '@Illustrations/img-install-freemium-saas.svg' import { ReactComponent as ImgInstallViaAwsMarketplace } from '@Illustrations/img-install-via-aws-marketplace.svg' +import { ReactComponent as ImgInstallingDevtron } from '@Illustrations/img-installing-devtron.svg' import ImgManOnRocket from '@Illustrations/img-man-on-rocket.webp' import { ReactComponent as ImgMechanicalOperation } from '@Illustrations/img-mechanical-operation.svg' import { ReactComponent as ImgNoBackupLocation } from '@Illustrations/img-no-backup-location.svg' @@ -25,6 +26,7 @@ export const illustrationMap = { 'img-folder-empty': ImgFolderEmpty, 'img-install-freemium-saas': ImgInstallFreemiumSaas, 'img-install-via-aws-marketplace': ImgInstallViaAwsMarketplace, + 'img-installing-devtron': ImgInstallingDevtron, 'img-mechanical-operation': ImgMechanicalOperation, 'img-no-backup-location': ImgNoBackupLocation, 'img-no-restores': ImgNoRestores,