@devtron-labs/devtron-fe-common-lib 1.6.0-patch-2 → 1.6.0-patch-1-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-BBhEJtNT.js → @code-editor-PA6pXD_p.js} +4683 -4335
- package/dist/{@common-rjsf-E7Bgu9Dc.js → @common-rjsf-CPlDVgB5.js} +2 -2
- package/dist/{@framer-motion-CbfcgbXI.js → @framer-motion-DuOt1spr.js} +1 -1
- package/dist/{@react-dates-CHLhA4kl.js → @react-dates-ClShaTW1.js} +1 -1
- package/dist/{@react-select-CgLj7C5f.js → @react-select-QiVLJaLl.js} +1 -1
- package/dist/{@react-virtualized-sticky-tree-Cj8etBAu.js → @react-virtualized-sticky-tree-CQvzNTYS.js} +1 -1
- package/dist/@vendor-Ci3Uw6V9.js +28901 -0
- package/dist/Common/Constants.d.ts +5 -0
- package/dist/Common/Tooltip/constants.d.ts +1 -0
- package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/types.d.ts +32 -0
- package/dist/Shared/Components/GenericInfoCard/GenericInfoCard.component.d.ts +3 -0
- package/dist/Shared/Components/GenericInfoCard/index.d.ts +2 -0
- package/dist/Shared/Components/GenericInfoCard/types.d.ts +26 -0
- package/dist/Shared/Components/GenericInfoCard/utils.d.ts +2 -0
- package/dist/Shared/Components/GraphVisualizer/GraphVisualizer.d.ts +2 -0
- package/dist/Shared/Components/GraphVisualizer/components/BaseNode.d.ts +2 -0
- package/dist/Shared/Components/GraphVisualizer/components/DropdownNode.d.ts +3 -0
- package/dist/Shared/Components/GraphVisualizer/components/IconNode.d.ts +3 -0
- package/dist/Shared/Components/GraphVisualizer/components/TextNode.d.ts +3 -0
- package/dist/Shared/Components/GraphVisualizer/components/index.d.ts +4 -0
- package/dist/Shared/Components/GraphVisualizer/components/types.d.ts +19 -0
- package/dist/Shared/Components/GraphVisualizer/constants.d.ts +15 -0
- package/dist/Shared/Components/GraphVisualizer/index.d.ts +2 -0
- package/dist/Shared/Components/GraphVisualizer/types.d.ts +12 -0
- package/dist/Shared/Components/GraphVisualizer/utils.d.ts +17 -0
- package/dist/Shared/Components/Header/index.d.ts +0 -1
- package/dist/Shared/Components/Header/utils.d.ts +1 -1
- package/dist/Shared/Components/ModalSidebarPanel/types.d.ts +1 -1
- package/dist/Shared/Components/ReactSelect/constants.d.ts +7 -15
- package/dist/Shared/Components/WorkflowOptionsModal/WorkflowOptionsModal.d.ts +1 -1
- package/dist/Shared/Components/WorkflowOptionsModal/types.d.ts +3 -1
- package/dist/Shared/Components/index.d.ts +2 -0
- package/dist/Shared/Services/common.service.d.ts +3 -1
- package/dist/Shared/validations.d.ts +1 -0
- package/dist/assets/@code-editor.css +1 -1
- package/dist/assets/@vendor.css +1 -1
- package/dist/index.d.ts +6 -0
- package/dist/index.js +753 -748
- package/package.json +4 -3
- package/dist/@vendor-ROKJESOw.js +0 -22734
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@devtron-labs/devtron-fe-common-lib",
|
3
|
-
"version": "1.6.0-patch-
|
3
|
+
"version": "1.6.0-patch-1-beta-1",
|
4
4
|
"description": "Supporting common component library",
|
5
5
|
"type": "module",
|
6
6
|
"main": "dist/index.js",
|
@@ -95,6 +95,7 @@
|
|
95
95
|
},
|
96
96
|
"dependencies": {
|
97
97
|
"@types/react-dates": "^21.8.6",
|
98
|
+
"@xyflow/react": "12.4.2",
|
98
99
|
"ansi_up": "^5.2.1",
|
99
100
|
"dayjs": "^1.11.13",
|
100
101
|
"fast-json-patch": "^3.1.1",
|
@@ -105,10 +106,10 @@
|
|
105
106
|
"react-dates": "^21.8.0",
|
106
107
|
"react-diff-viewer-continued": "^3.4.0",
|
107
108
|
"react-monaco-editor": "^0.54.0",
|
109
|
+
"react-draggable": "^4.4.5",
|
108
110
|
"react-virtualized-sticky-tree": "^3.0.0-beta18",
|
109
111
|
"sass": "^1.69.7",
|
110
|
-
"tslib": "2.7.0"
|
111
|
-
"react-draggable": "^4.4.5"
|
112
|
+
"tslib": "2.7.0"
|
112
113
|
},
|
113
114
|
"overrides": {
|
114
115
|
"cross-spawn": "^7.0.5",
|