@devtron-labs/devtron-fe-common-lib 4.0.11 → 4.0.12-pre-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-MxGi_eWO.js → @code-editor-CMwgV7T1.js} +12240 -12185
- package/dist/{@common-rjsf-DCJ1yE4C.js → @common-rjsf-DtJLMDiW.js} +1894 -1855
- package/dist/{@framer-motion-BO4vt_-q.js → @framer-motion-Y9sqv_oR.js} +1 -1
- package/dist/{@react-virtualized-sticky-tree-FtAFf39D.js → @react-virtualized-sticky-tree-Dgcp2aT9.js} +10 -7
- package/dist/{@src-assets-images-BWKO7W2O.js → @src-assets-images-D9R9o_Lo.js} +1 -1
- package/dist/{@vendor-yL2OKEmB.js → @vendor-DSRy_DEo.js} +12708 -29481
- package/dist/Shared/types.d.ts +3 -1
- package/dist/assets/@vendor.css +1 -1
- package/dist/index.js +563 -497
- package/dist/{rolldown-runtime-jwUa06l-.js → rolldown-runtime-CEFd7nDs.js} +10 -3
- package/package.json +23 -14
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
//#region \0rolldown/runtime.js
|
|
2
|
-
var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescriptor, r = Object.getOwnPropertyNames, i = Object.getPrototypeOf, a = Object.prototype.hasOwnProperty, o = (e, t
|
|
2
|
+
var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescriptor, r = Object.getOwnPropertyNames, i = Object.getPrototypeOf, a = Object.prototype.hasOwnProperty, o = (e, t, n) => () => {
|
|
3
|
+
if (n) throw n[0];
|
|
4
|
+
try {
|
|
5
|
+
return e && (t = e(e = 0)), t;
|
|
6
|
+
} catch (e) {
|
|
7
|
+
throw n = [e], e;
|
|
8
|
+
}
|
|
9
|
+
}, s = (e, t) => () => (t || (e((t = { exports: {} }).exports, t), e = null), t.exports), c = (e, n) => {
|
|
3
10
|
let r = {};
|
|
4
11
|
for (var i in e) t(r, i, {
|
|
5
12
|
get: e[i],
|
|
@@ -12,10 +19,10 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
|
|
|
12
19
|
enumerable: !(s = n(i, d)) || s.enumerable
|
|
13
20
|
});
|
|
14
21
|
return e;
|
|
15
|
-
}, u = (n, r,
|
|
22
|
+
}, u = (n, r, o) => (o = n == null ? {} : e(i(n)), l(r || !n || !n.__esModule || !a.call(n, "default") ? t(o, "default", {
|
|
16
23
|
value: n,
|
|
17
24
|
enumerable: !0
|
|
18
|
-
}) :
|
|
25
|
+
}) : o, n)), d = (e) => a.call(e, "module.exports") ? e["module.exports"] : l(t({}, "__esModule", { value: !0 }), e), f = /* @__PURE__ */ ((e) => typeof require < "u" ? require : typeof Proxy < "u" ? new Proxy(e, { get: (e, t) => (typeof require < "u" ? require : e)[t] }) : e)(function(e) {
|
|
19
26
|
if (typeof require < "u") return require.apply(this, arguments);
|
|
20
27
|
throw Error("Calling `require` for \"" + e + "\" in an environment that doesn't expose the `require` function. See https://rolldown.rs/in-depth/bundling-cjs#require-external-modules for more details.");
|
|
21
28
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devtron-labs/devtron-fe-common-lib",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.12-pre-1",
|
|
4
4
|
"description": "Supporting common component library",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -71,17 +71,16 @@
|
|
|
71
71
|
"react": "^19.2.4",
|
|
72
72
|
"react-dom": "^19.2.4",
|
|
73
73
|
"react-toastify": "^10.0.6",
|
|
74
|
-
"sharp": "^0.
|
|
75
|
-
"svgo": "^3.3.2",
|
|
74
|
+
"sharp": "^0.35.0",
|
|
76
75
|
"typescript": "5.5.4",
|
|
77
|
-
"vite": "8.0
|
|
76
|
+
"vite": "8.2.0",
|
|
78
77
|
"vite-plugin-dts": "4.5.4",
|
|
79
78
|
"vite-plugin-lib-inject-css": "2.2.2",
|
|
80
|
-
"vite-plugin-svgr": "
|
|
79
|
+
"vite-plugin-svgr": "5.2.0"
|
|
81
80
|
},
|
|
82
81
|
"peerDependencies": {
|
|
83
82
|
"@typeform/embed-react": "2.20.0",
|
|
84
|
-
"dompurify": "^3.
|
|
83
|
+
"dompurify": "^3.4.12",
|
|
85
84
|
"patch-package": "^8.0.0",
|
|
86
85
|
"react": "^19.2.4",
|
|
87
86
|
"react-dom": "^19.2.4",
|
|
@@ -111,7 +110,7 @@
|
|
|
111
110
|
"@uiw/codemirror-extensions-hyper-link": "4.23.10",
|
|
112
111
|
"@uiw/codemirror-theme-github": "4.23.7",
|
|
113
112
|
"@uiw/react-codemirror": "4.23.7",
|
|
114
|
-
"@uiw/react-md-editor": "^4.
|
|
113
|
+
"@uiw/react-md-editor": "^4.1.1",
|
|
115
114
|
"@xyflow/react": "12.4.2",
|
|
116
115
|
"ansi_up": "6.0.6",
|
|
117
116
|
"chart.js": "4.5.0",
|
|
@@ -123,7 +122,7 @@
|
|
|
123
122
|
"framer-motion": "^11.18.2",
|
|
124
123
|
"jsonpath-plus": "^10.3.0",
|
|
125
124
|
"marked": "^13.0.3",
|
|
126
|
-
"nanoid": "^3.3.
|
|
125
|
+
"nanoid": "^3.3.17",
|
|
127
126
|
"qrcode.react": "^4.2.0",
|
|
128
127
|
"react-csv": "^2.2.2",
|
|
129
128
|
"react-day-picker": "^9.11.2",
|
|
@@ -131,7 +130,7 @@
|
|
|
131
130
|
"react-ga4": "3.0.1",
|
|
132
131
|
"react-international-phone": "^4.5.0",
|
|
133
132
|
"react-virtualized-sticky-tree": "^3.0.0-beta18",
|
|
134
|
-
"sass": "
|
|
133
|
+
"sass": "1.102.0",
|
|
135
134
|
"tslib": "2.7.0"
|
|
136
135
|
},
|
|
137
136
|
"overrides": {
|
|
@@ -139,15 +138,25 @@
|
|
|
139
138
|
"react-dom": "^19.2.4",
|
|
140
139
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
141
140
|
"cross-spawn": "^7.0.5",
|
|
142
|
-
"vite-plugin-svgr": {
|
|
143
|
-
"vite": "8.0.16"
|
|
144
|
-
},
|
|
145
141
|
"react-virtualized-sticky-tree": {
|
|
146
142
|
"react": "^19.2.4",
|
|
147
143
|
"react-dom": "^19.2.4"
|
|
148
144
|
},
|
|
149
145
|
"@laynezh/vite-plugin-lib-assets": {
|
|
150
|
-
"vite": "8.0
|
|
151
|
-
}
|
|
146
|
+
"vite": "8.2.0"
|
|
147
|
+
},
|
|
148
|
+
"@rjsf/utils": {
|
|
149
|
+
"fast-uri": "^3.1.4"
|
|
150
|
+
},
|
|
151
|
+
"codemirror-json-schema": {
|
|
152
|
+
"markdown-it": {
|
|
153
|
+
"linkify-it": "^5.0.2"
|
|
154
|
+
}
|
|
155
|
+
},
|
|
156
|
+
"patch-package": {
|
|
157
|
+
"tmp": "^0.2.6"
|
|
158
|
+
},
|
|
159
|
+
"js-yaml": "^4.3.1",
|
|
160
|
+
"lodash-es": "^4.18.0"
|
|
152
161
|
}
|
|
153
162
|
}
|