@devtron-labs/devtron-fe-common-lib 1.3.6 → 1.3.8-beta-1
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-BDuz5Vut.js → @code-editor-BTdeB8Tp.js} +7639 -7428
- package/dist/{@common-rjsf-Dw35m5zB.js → @common-rjsf-Cc6HRMyo.js} +2 -2
- package/dist/{@framer-motion-DHzxZlAx.js → @framer-motion-CFzS2_A_.js} +1 -1
- package/dist/{@react-dates-BZU5RIqe.js → @react-dates-C-VeMZT9.js} +1 -1
- package/dist/{@react-select-Dx53b3Wk.js → @react-select-S88iwOBa.js} +1 -1
- package/dist/{@vendor-BG3OpQCq.js → @vendor-RA_nL1Ml.js} +135 -133
- package/dist/Common/BreadCrumb/BreadcrumbStore.d.ts +1 -1
- package/dist/Common/BreadCrumb/Types.d.ts +4 -0
- package/dist/Common/Constants.d.ts +1 -1
- package/dist/Common/CustomTagSelector/ValidationRules.d.ts +2 -4
- package/dist/Common/InfoColorBar/InfoColourbar.d.ts +1 -1
- package/dist/Common/Types.d.ts +29 -8
- package/dist/Pages/GlobalConfigurations/BuildInfra/BuildInfraDescriptionField.d.ts +2 -2
- package/dist/Pages/GlobalConfigurations/BuildInfra/BuildInfraProfileNameField.d.ts +2 -2
- package/dist/Pages/GlobalConfigurations/BuildInfra/Descriptor.d.ts +1 -1
- package/dist/Pages/GlobalConfigurations/BuildInfra/UseBuildInfraForm.d.ts +3 -0
- package/dist/Pages/GlobalConfigurations/BuildInfra/constants.d.ts +21 -9
- package/dist/Pages/GlobalConfigurations/BuildInfra/index.d.ts +4 -0
- package/dist/Pages/GlobalConfigurations/BuildInfra/services.d.ts +3 -5
- package/dist/Pages/GlobalConfigurations/BuildInfra/types.d.ts +212 -88
- package/dist/Pages/GlobalConfigurations/BuildInfra/utils.d.ts +6 -16
- package/dist/Shared/Components/Button/Button.component.d.ts +1 -1
- package/dist/Shared/Components/Button/types.d.ts +6 -0
- package/dist/Shared/Components/ImageCardAccordion/ImageCardAccordion.d.ts +1 -1
- package/dist/Shared/Components/ImageCardAccordion/types.d.ts +2 -3
- 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 +12 -19
- package/dist/Shared/Components/Security/SecurityModal/utils.d.ts +4 -5
- package/dist/Shared/Components/Security/SecuritySummaryCard/SecuritySummaryCard.d.ts +1 -1
- package/dist/Shared/Components/Security/SecuritySummaryCard/types.d.ts +2 -4
- package/dist/Shared/Components/Security/Vulnerabilities/Vulnerabilities.d.ts +1 -1
- package/dist/Shared/Components/Security/Vulnerabilities/types.d.ts +1 -17
- package/dist/Shared/Components/Security/Vulnerabilities/utils.d.ts +0 -5
- package/dist/Shared/Components/Security/utils.d.ts +6 -3
- package/dist/Shared/Components/SelectPicker/SelectPicker.component.d.ts +1 -1
- package/dist/Shared/Components/SelectPicker/common.d.ts +3 -1
- package/dist/Shared/Components/SelectPicker/type.d.ts +13 -1
- package/dist/Shared/Helpers.d.ts +11 -0
- package/dist/Shared/Providers/types.d.ts +1 -0
- package/dist/Shared/constants.d.ts +2 -0
- package/dist/Shared/types.d.ts +1 -3
- package/dist/Shared/validations.d.ts +5 -0
- package/dist/assets/@code-editor.css +1 -1
- package/dist/assets/ic-spray-can.44e87582.svg +3 -0
- package/dist/index.d.ts +0 -2
- package/dist/index.js +678 -656
- package/package.json +5 -5
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.8-beta-1",
|
4
4
|
"description": "Supporting common component library",
|
5
5
|
"type": "module",
|
6
6
|
"main": "dist/index.js",
|
@@ -61,13 +61,13 @@
|
|
61
61
|
"husky": "^7.0.4",
|
62
62
|
"lint-staged": "^12.5.0",
|
63
63
|
"moment": "^2.29.4",
|
64
|
+
"monaco-editor": "0.44.0",
|
65
|
+
"monaco-yaml": "5.1.1",
|
64
66
|
"prettier": "^3.1.1",
|
65
67
|
"react-ga4": "^1.4.1",
|
66
68
|
"react-toastify": "9.1.3",
|
67
69
|
"sharp": "^0.33.5",
|
68
70
|
"svgo": "^3.3.2",
|
69
|
-
"monaco-editor": "0.44.0",
|
70
|
-
"monaco-yaml": "5.1.1",
|
71
71
|
"typescript": "5.5.4",
|
72
72
|
"vite": "5.4.11",
|
73
73
|
"vite-plugin-dts": "4.0.3",
|
@@ -100,15 +100,15 @@
|
|
100
100
|
"framer-motion": "^6.5.1",
|
101
101
|
"jsonpath-plus": "^10.0.0",
|
102
102
|
"marked": "^13.0.3",
|
103
|
+
"nanoid": "^3.3.8",
|
103
104
|
"react-dates": "^21.8.0",
|
104
|
-
"react-monaco-editor": "^0.54.0",
|
105
105
|
"react-diff-viewer-continued": "^3.4.0",
|
106
|
+
"react-monaco-editor": "^0.54.0",
|
106
107
|
"sass": "^1.69.7",
|
107
108
|
"tslib": "2.7.0"
|
108
109
|
},
|
109
110
|
"overrides": {
|
110
111
|
"cross-spawn": "^7.0.5",
|
111
|
-
"nanoid": "^3.3.8",
|
112
112
|
"react-dates": {
|
113
113
|
"react": "^17.0.2",
|
114
114
|
"react-dom": "^17.0.2"
|