@boltic/swirl 1.0.2-uat.74 → 1.0.2-uat.76
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/swirl.es.js +8 -4
- package/dist/swirl.umd.js +2 -2
- package/package.json +1 -1
package/dist/swirl.es.js
CHANGED
|
@@ -94056,12 +94056,16 @@ function p9e(e, t) {
|
|
|
94056
94056
|
const Ko = re.memo(jd(f9e), p9e), Vee = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
94057
94057
|
__proto__: null,
|
|
94058
94058
|
default: Ko
|
|
94059
|
-
}, Symbol.toStringTag, { value: "Module" })), W$ = () => /* @__PURE__ */ f.jsx(
|
|
94059
|
+
}, Symbol.toStringTag, { value: "Module" })), W$ = (e) => /* @__PURE__ */ f.jsx(
|
|
94060
94060
|
Qe,
|
|
94061
94061
|
{
|
|
94062
|
+
...e,
|
|
94062
94063
|
sx: {
|
|
94063
|
-
|
|
94064
|
-
|
|
94064
|
+
"&.MuiSelect-icon": {
|
|
94065
|
+
top: "auto",
|
|
94066
|
+
mr: "0.25rem",
|
|
94067
|
+
pointerEvents: "none"
|
|
94068
|
+
}
|
|
94065
94069
|
},
|
|
94066
94070
|
src: "ic_arrow_down",
|
|
94067
94071
|
width: 20,
|
|
@@ -179507,7 +179511,7 @@ const WW = 1024 * 2, GW = 768 * 2, $dt = ({ nodes: e, edges: t, open: r, onClose
|
|
|
179507
179511
|
isActiveWorkflow: l,
|
|
179508
179512
|
currentSubscription: c
|
|
179509
179513
|
}) => {
|
|
179510
|
-
const u = Lr(), d = It(), { canvasWorkflow: p, selectedActivityId: h, publishLock: A } = Jt((P) => P.canvas), g = c
|
|
179514
|
+
const u = Lr(), d = It(), { canvasWorkflow: p, selectedActivityId: h, publishLock: A } = Jt((P) => P.canvas), g = Array.isArray(c) ? c[0] : c, m = g?.metricData?.creation?.remaining, E = g?.metricData?.execution?.remaining, O = g?.status === "EXPIRED", y = g?.status === "CANCELLED", v = m == null || m <= 0, b = E == null || E <= 0, S = O || y || v || b, x = Kt(() => s?.find((P) => P.type === wt.TRIGGER), [s]), C = Kt(() => x ? Xg(x, s) : !1, [x, s]), w = ut(() => {
|
|
179511
179515
|
const P = hT(v6(i)), L = hT(
|
|
179512
179516
|
v6({
|
|
179513
179517
|
...p,
|