@boltic/swirl 1.0.2-uat.75 → 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 +1 -1
- package/dist/swirl.umd.js +1 -1
- package/package.json +1 -1
package/dist/swirl.es.js
CHANGED
|
@@ -179511,7 +179511,7 @@ const WW = 1024 * 2, GW = 768 * 2, $dt = ({ nodes: e, edges: t, open: r, onClose
|
|
|
179511
179511
|
isActiveWorkflow: l,
|
|
179512
179512
|
currentSubscription: c
|
|
179513
179513
|
}) => {
|
|
179514
|
-
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(() => {
|
|
179515
179515
|
const P = hT(v6(i)), L = hT(
|
|
179516
179516
|
v6({
|
|
179517
179517
|
...p,
|