@devtron-labs/devtron-fe-common-lib 1.3.8-beta-1 → 1.3.9
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/dist/{@code-editor-BTdeB8Tp.js → @code-editor--JGVkfVq.js} +5661 -5505
- package/dist/{@common-rjsf-Cc6HRMyo.js → @common-rjsf-BJZae-C6.js} +1 -1
- package/dist/Common/Common.service.d.ts +2 -1
- package/dist/Common/Constants.d.ts +1 -1
- package/dist/Common/Types.d.ts +49 -40
- package/dist/Pages/Applications/DevtronApps/Details/CDPipeline/types.d.ts +1 -2
- package/dist/Shared/Components/FeatureDescription/FeatureDescriptionModal.d.ts +1 -1
- package/dist/Shared/Components/FeatureDescription/FeatureTitleWithInfo.d.ts +1 -1
- package/dist/Shared/Components/FeatureDescription/types.d.ts +34 -6
- package/dist/Shared/Components/ImageCardAccordion/ImageCardAccordion.d.ts +1 -1
- package/dist/Shared/Components/ImageCardAccordion/types.d.ts +3 -2
- package/dist/Shared/Components/Security/SecurityModal/config/CodeScan.d.ts +2 -2
- package/dist/Shared/Components/Security/SecurityModal/config/EmptyState.d.ts +2 -2
- package/dist/Shared/Components/Security/SecurityModal/config/ImageScan.d.ts +2 -2
- package/dist/Shared/Components/Security/SecurityModal/config/InfoCard.d.ts +2 -2
- package/dist/Shared/Components/Security/SecurityModal/config/KubernetesManifest.d.ts +2 -2
- package/dist/Shared/Components/Security/SecurityModal/config/Sidebar.d.ts +2 -2
- package/dist/Shared/Components/Security/SecurityModal/config/Table.d.ts +2 -2
- package/dist/Shared/Components/Security/SecurityModal/config/index.d.ts +1 -1
- package/dist/Shared/Components/Security/SecurityModal/constants.d.ts +5 -5
- package/dist/Shared/Components/Security/SecurityModal/index.d.ts +4 -4
- package/dist/Shared/Components/Security/SecurityModal/service.d.ts +2 -2
- package/dist/Shared/Components/Security/SecurityModal/types.d.ts +19 -12
- package/dist/Shared/Components/Security/SecurityModal/utils.d.ts +4 -3
- package/dist/Shared/Components/Security/SecuritySummaryCard/SecuritySummaryCard.d.ts +1 -1
- package/dist/Shared/Components/Security/SecuritySummaryCard/types.d.ts +4 -2
- package/dist/Shared/Components/Security/Vulnerabilities/Vulnerabilities.d.ts +1 -1
- package/dist/Shared/Components/Security/Vulnerabilities/types.d.ts +17 -1
- package/dist/Shared/Components/Security/Vulnerabilities/utils.d.ts +5 -0
- package/dist/Shared/Components/Security/utils.d.ts +3 -6
- package/dist/Shared/Helpers.d.ts +4 -3
- package/dist/Shared/Providers/types.d.ts +0 -1
- package/dist/Shared/Services/app.types.d.ts +8 -1
- package/dist/Shared/constants.d.ts +7 -0
- package/dist/Shared/types.d.ts +19 -5
- package/dist/assets/{ic-arrow-square-out.1be837ac.svg → ic-arrow-square-out.3d1a0d41.svg} +1 -1
- package/dist/assets/ic-check-circle-dots.6229180e.svg +4 -0
- package/dist/assets/{ic-edit-file.a782640f.svg → ic-edit-file.aea811d8.svg} +3 -3
- package/dist/index.d.ts +2 -0
- package/dist/index.js +673 -662
- package/package.json +2 -2
- package/dist/assets/ic-stamp.526499d2.svg +0 -7
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@devtron-labs/devtron-fe-common-lib",
|
3
|
-
"version": "1.3.
|
3
|
+
"version": "1.3.9",
|
4
4
|
"description": "Supporting common component library",
|
5
5
|
"type": "module",
|
6
6
|
"main": "dist/index.js",
|
@@ -10,7 +10,7 @@
|
|
10
10
|
],
|
11
11
|
"repository": {
|
12
12
|
"type": "git",
|
13
|
-
"url": "https://github.com/devtron-labs/devtron-fe-common-lib.git"
|
13
|
+
"url": "git+https://github.com/devtron-labs/devtron-fe-common-lib.git"
|
14
14
|
},
|
15
15
|
"author": "Devtron",
|
16
16
|
"license": "ISC",
|
@@ -1,7 +0,0 @@
|
|
1
|
-
<!--
|
2
|
-
- Copyright (c) 2024. Devtron Inc.
|
3
|
-
-->
|
4
|
-
|
5
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
6
|
-
<path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4 22h16M5 18h14a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1Zm8.5-5 1.945-8.557A2 2 0 0 0 13.495 2h-2.99a2 2 0 0 0-1.95 2.443L10.5 13h3Z" vector-effect="non-scaling-stroke"/>
|
7
|
-
</svg>
|