@boltic/swirl 1.0.2-sit.56 → 1.0.2-sit.57
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 +5 -5
- package/dist/swirl.umd.js +2 -2
- package/package.json +1 -1
package/dist/swirl.es.js
CHANGED
|
@@ -13257,7 +13257,7 @@ const jQ = (e, t, r) => async (n) => {
|
|
|
13257
13257
|
r,
|
|
13258
13258
|
`/v1.0/${n}/`,
|
|
13259
13259
|
`/workflows/execution/logs/${e}/${t}`
|
|
13260
|
-
), h = { ...s, page_size:
|
|
13260
|
+
), h = { ...s, page_size: 100 };
|
|
13261
13261
|
a ? h.next_token = a : h.next_token = !0;
|
|
13262
13262
|
const A = await nr.get(p, { params: h }), g = {
|
|
13263
13263
|
...A.data.data,
|
|
@@ -173647,7 +173647,7 @@ const Oct = ({
|
|
|
173647
173647
|
e.data.map((h) => /* @__PURE__ */ f.jsxs(
|
|
173648
173648
|
le,
|
|
173649
173649
|
{
|
|
173650
|
-
ref:
|
|
173650
|
+
ref: t === h.id ? a : void 0,
|
|
173651
173651
|
alignItems: "center",
|
|
173652
173652
|
justifyContent: "flex-start",
|
|
173653
173653
|
gap: 1.5,
|
|
@@ -173659,9 +173659,9 @@ const Oct = ({
|
|
|
173659
173659
|
overflow: "hidden",
|
|
173660
173660
|
cursor: "pointer",
|
|
173661
173661
|
userSelect: "none",
|
|
173662
|
-
backgroundColor:
|
|
173662
|
+
backgroundColor: t === h.id ? s.palette.primary?.[5] ?? s.palette.primary?.["5"] : s.palette.common.white,
|
|
173663
173663
|
"&:hover": {
|
|
173664
|
-
backgroundColor:
|
|
173664
|
+
backgroundColor: t === h.id ? s.palette.primary?.[5] ?? s.palette.primary?.["5"] : $l(s.palette.common.black, 2.35),
|
|
173665
173665
|
cursor: "pointer"
|
|
173666
173666
|
}
|
|
173667
173667
|
},
|
|
@@ -175879,7 +175879,7 @@ const RW = ({ data: e, maxHeight: t = 400 }) => {
|
|
|
175879
175879
|
selectedBlock: l,
|
|
175880
175880
|
searchQuery: c,
|
|
175881
175881
|
runLogsContentRefreshing: u = !1
|
|
175882
|
-
} = e, p = !!s && !!i?.loading && (i.fetchedForExecutionId == null ||
|
|
175882
|
+
} = e, p = !!s && !!i?.loading && (i.fetchedForExecutionId == null || i.fetchedForExecutionId !== s) || u, h = (E) => {
|
|
175883
175883
|
const O = E.eventType.replace(/_/g, " ").replace("EVENT TYPE", "").replace(/\w\S*/g, (y) => y.charAt(0).toUpperCase() + y.slice(1).toLowerCase()).trim();
|
|
175884
175884
|
if (E.eventType === bn.ACTIVITY_TASK_SCHEDULED && E.activityTaskScheduledEventAttributes) {
|
|
175885
175885
|
const y = E.activityTaskScheduledEventAttributes?.input?.payloads?.[0]?.data?.name;
|