@workflow/web 5.0.0-beta.27 → 5.0.0-beta.28

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.
Files changed (25) hide show
  1. package/build/client/assets/{entry.client-DOJDY_4b.js → entry.client-DQZ2hM2V.js} +24 -24
  2. package/build/client/assets/{highlighted-body-B3W2YXNL-B-EF8R0t.js → highlighted-body-B3W2YXNL-CQ-a-eYE.js} +1 -1
  3. package/build/client/assets/{home-DQkixJk4.js → home-DuZRFOMe.js} +1697 -233
  4. package/build/client/assets/{index-C7C6cDW5.js → index-HqNj_XIX.js} +10 -10
  5. package/build/client/assets/{manifest-ce6dd06d.js → manifest-bb838d97.js} +1 -1
  6. package/build/client/assets/{mermaid-3ZIDBTTL-aixonSAh.js → mermaid-3ZIDBTTL-QcES6x1o.js} +374 -71
  7. package/build/client/assets/root-BT69a3LD.css +1 -0
  8. package/build/client/assets/{root-CsCdj08f.js → root-BiHTsCtP.js} +1 -1
  9. package/build/client/assets/{run-detail-CCsVqid_.js → run-detail-DSpZ5dnN.js} +50 -99
  10. package/build/client/assets/server-build-BkKXPNcO.css +1 -0
  11. package/build/client/assets/{workflow-graph-viewer-BlPvo_5I.js → workflow-graph-viewer-CyKfZJOQ.js} +222 -197
  12. package/build/client/assets/{zstd-browser-decoder-RyHgsNO3.js → zstd-browser-decoder-BigjGoI1.js} +2 -2
  13. package/build/server/assets/{app-kYNGZFkW.js → app-Cl6-bhGd.js} +43 -43
  14. package/build/server/assets/{highlighted-body-B3W2YXNL-D1QWoqJB.js → highlighted-body-B3W2YXNL-Daljn6fi.js} +4 -4
  15. package/build/server/assets/{index-fWQcXKhC.js → index-B_N7SdQh.js} +5 -5
  16. package/build/server/assets/{index-BafExO0s.js → index-BfLBLRRi.js} +10 -10
  17. package/build/server/assets/{mermaid-3ZIDBTTL-BOh-zwwU.js → mermaid-3ZIDBTTL-xnUhfFrD.js} +4 -4
  18. package/build/server/assets/{server-build-B21fZEey.js → server-build-D5Nuwxaw.js} +39144 -37202
  19. package/build/server/assets/{token-DmIqmbeU.js → token-DDgfwjzz.js} +2 -2
  20. package/build/server/assets/{token-util-D4JYdrFc.js → token-util-CthtfGuG.js} +2 -2
  21. package/build/server/assets/{zstd-browser-decoder-DgO7NCG6.js → zstd-browser-decoder-zp5ZpR7T.js} +5 -5
  22. package/build/server/index.js +1 -1
  23. package/package.json +10 -8
  24. package/build/client/assets/root-BlaSucTH.css +0 -1
  25. package/build/client/assets/server-build-DPrKlhgf.css +0 -1
@@ -485,7 +485,7 @@ var hasRequiredReact_development;
485
485
  function requireReact_development() {
486
486
  if (hasRequiredReact_development) return react_development.exports;
487
487
  hasRequiredReact_development = 1;
488
- (function(module, exports$1) {
488
+ (function(module, exports) {
489
489
  "production" !== process.env.NODE_ENV && (function() {
490
490
  function defineDeprecationWarning(methodName, info) {
491
491
  Object.defineProperty(Component.prototype, methodName, {
@@ -1025,7 +1025,7 @@ function requireReact_development() {
1025
1025
  return resolveDispatcher().useMemoCache(size);
1026
1026
  }
1027
1027
  });
1028
- exports$1.Children = {
1028
+ exports.Children = {
1029
1029
  map: mapChildren,
1030
1030
  forEach: function(children, forEachFunc, forEachContext) {
1031
1031
  mapChildren(
@@ -1056,15 +1056,15 @@ function requireReact_development() {
1056
1056
  return children;
1057
1057
  }
1058
1058
  };
1059
- exports$1.Component = Component;
1060
- exports$1.Fragment = REACT_FRAGMENT_TYPE;
1061
- exports$1.Profiler = REACT_PROFILER_TYPE;
1062
- exports$1.PureComponent = PureComponent;
1063
- exports$1.StrictMode = REACT_STRICT_MODE_TYPE;
1064
- exports$1.Suspense = REACT_SUSPENSE_TYPE;
1065
- exports$1.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE = ReactSharedInternals;
1066
- exports$1.__COMPILER_RUNTIME = deprecatedAPIs;
1067
- exports$1.act = function(callback) {
1059
+ exports.Component = Component;
1060
+ exports.Fragment = REACT_FRAGMENT_TYPE;
1061
+ exports.Profiler = REACT_PROFILER_TYPE;
1062
+ exports.PureComponent = PureComponent;
1063
+ exports.StrictMode = REACT_STRICT_MODE_TYPE;
1064
+ exports.Suspense = REACT_SUSPENSE_TYPE;
1065
+ exports.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE = ReactSharedInternals;
1066
+ exports.__COMPILER_RUNTIME = deprecatedAPIs;
1067
+ exports.act = function(callback) {
1068
1068
  var prevActQueue = ReactSharedInternals.actQueue, prevActScopeDepth = actScopeDepth;
1069
1069
  actScopeDepth++;
1070
1070
  var queue = ReactSharedInternals.actQueue = null !== prevActQueue ? prevActQueue : [], didAwaitActCall = false;
@@ -1141,16 +1141,16 @@ function requireReact_development() {
1141
1141
  }
1142
1142
  };
1143
1143
  };
1144
- exports$1.cache = function(fn) {
1144
+ exports.cache = function(fn) {
1145
1145
  return function() {
1146
1146
  return fn.apply(null, arguments);
1147
1147
  };
1148
1148
  };
1149
- exports$1.captureOwnerStack = function() {
1149
+ exports.captureOwnerStack = function() {
1150
1150
  var getCurrentStack = ReactSharedInternals.getCurrentStack;
1151
1151
  return null === getCurrentStack ? null : getCurrentStack();
1152
1152
  };
1153
- exports$1.cloneElement = function(element, config, children) {
1153
+ exports.cloneElement = function(element, config, children) {
1154
1154
  if (null === element || void 0 === element)
1155
1155
  throw Error(
1156
1156
  "The argument must be a React element, but you passed " + element + "."
@@ -1195,7 +1195,7 @@ function requireReact_development() {
1195
1195
  owner = arguments[key], isValidElement(owner) && owner._store && (owner._store.validated = 1);
1196
1196
  return props;
1197
1197
  };
1198
- exports$1.createContext = function(defaultValue) {
1198
+ exports.createContext = function(defaultValue) {
1199
1199
  defaultValue = {
1200
1200
  $$typeof: REACT_CONTEXT_TYPE,
1201
1201
  _currentValue: defaultValue,
@@ -1213,7 +1213,7 @@ function requireReact_development() {
1213
1213
  defaultValue._currentRenderer2 = null;
1214
1214
  return defaultValue;
1215
1215
  };
1216
- exports$1.createElement = function(type, config, children) {
1216
+ exports.createElement = function(type, config, children) {
1217
1217
  for (var i = 2; i < arguments.length; i++) {
1218
1218
  var node = arguments[i];
1219
1219
  isValidElement(node) && node._store && (node._store.validated = 1);
@@ -1252,12 +1252,12 @@ function requireReact_development() {
1252
1252
  propName ? createTask(getTaskName(type)) : unknownOwnerDebugTask
1253
1253
  );
1254
1254
  };
1255
- exports$1.createRef = function() {
1255
+ exports.createRef = function() {
1256
1256
  var refObject = { current: null };
1257
1257
  Object.seal(refObject);
1258
1258
  return refObject;
1259
1259
  };
1260
- exports$1.forwardRef = function(render) {
1260
+ exports.forwardRef = function(render) {
1261
1261
  null != render && render.$$typeof === REACT_MEMO_TYPE ? console.error(
1262
1262
  "forwardRef requires a render function but received a `memo` component. Instead of forwardRef(memo(...)), use memo(forwardRef(...))."
1263
1263
  ) : "function" !== typeof render ? console.error(
@@ -1284,15 +1284,15 @@ function requireReact_development() {
1284
1284
  });
1285
1285
  return elementType;
1286
1286
  };
1287
- exports$1.isValidElement = isValidElement;
1288
- exports$1.lazy = function(ctor) {
1287
+ exports.isValidElement = isValidElement;
1288
+ exports.lazy = function(ctor) {
1289
1289
  return {
1290
1290
  $$typeof: REACT_LAZY_TYPE,
1291
1291
  _payload: { _status: -1, _result: ctor },
1292
1292
  _init: lazyInitializer
1293
1293
  };
1294
1294
  };
1295
- exports$1.memo = function(type, compare) {
1295
+ exports.memo = function(type, compare) {
1296
1296
  null == type && console.error(
1297
1297
  "memo: The first argument must be a component. Instead received: %s",
1298
1298
  null === type ? "null" : typeof type
@@ -1316,7 +1316,7 @@ function requireReact_development() {
1316
1316
  });
1317
1317
  return compare;
1318
1318
  };
1319
- exports$1.startTransition = function(scope) {
1319
+ exports.startTransition = function(scope) {
1320
1320
  var prevTransition = ReactSharedInternals.T, currentTransition = {};
1321
1321
  ReactSharedInternals.T = currentTransition;
1322
1322
  currentTransition._updatedFibers = /* @__PURE__ */ new Set();
@@ -1332,36 +1332,36 @@ function requireReact_development() {
1332
1332
  )), ReactSharedInternals.T = prevTransition;
1333
1333
  }
1334
1334
  };
1335
- exports$1.unstable_useCacheRefresh = function() {
1335
+ exports.unstable_useCacheRefresh = function() {
1336
1336
  return resolveDispatcher().useCacheRefresh();
1337
1337
  };
1338
- exports$1.use = function(usable) {
1338
+ exports.use = function(usable) {
1339
1339
  return resolveDispatcher().use(usable);
1340
1340
  };
1341
- exports$1.useActionState = function(action, initialState, permalink) {
1341
+ exports.useActionState = function(action, initialState, permalink) {
1342
1342
  return resolveDispatcher().useActionState(
1343
1343
  action,
1344
1344
  initialState,
1345
1345
  permalink
1346
1346
  );
1347
1347
  };
1348
- exports$1.useCallback = function(callback, deps) {
1348
+ exports.useCallback = function(callback, deps) {
1349
1349
  return resolveDispatcher().useCallback(callback, deps);
1350
1350
  };
1351
- exports$1.useContext = function(Context) {
1351
+ exports.useContext = function(Context) {
1352
1352
  var dispatcher = resolveDispatcher();
1353
1353
  Context.$$typeof === REACT_CONSUMER_TYPE && console.error(
1354
1354
  "Calling useContext(Context.Consumer) is not supported and will cause bugs. Did you mean to call useContext(Context) instead?"
1355
1355
  );
1356
1356
  return dispatcher.useContext(Context);
1357
1357
  };
1358
- exports$1.useDebugValue = function(value, formatterFn) {
1358
+ exports.useDebugValue = function(value, formatterFn) {
1359
1359
  return resolveDispatcher().useDebugValue(value, formatterFn);
1360
1360
  };
1361
- exports$1.useDeferredValue = function(value, initialValue) {
1361
+ exports.useDeferredValue = function(value, initialValue) {
1362
1362
  return resolveDispatcher().useDeferredValue(value, initialValue);
1363
1363
  };
1364
- exports$1.useEffect = function(create, createDeps, update) {
1364
+ exports.useEffect = function(create, createDeps, update) {
1365
1365
  null == create && console.warn(
1366
1366
  "React Hook useEffect requires an effect callback. Did you forget to pass a callback to the hook?"
1367
1367
  );
@@ -1372,50 +1372,50 @@ function requireReact_development() {
1372
1372
  );
1373
1373
  return dispatcher.useEffect(create, createDeps);
1374
1374
  };
1375
- exports$1.useId = function() {
1375
+ exports.useId = function() {
1376
1376
  return resolveDispatcher().useId();
1377
1377
  };
1378
- exports$1.useImperativeHandle = function(ref, create, deps) {
1378
+ exports.useImperativeHandle = function(ref, create, deps) {
1379
1379
  return resolveDispatcher().useImperativeHandle(ref, create, deps);
1380
1380
  };
1381
- exports$1.useInsertionEffect = function(create, deps) {
1381
+ exports.useInsertionEffect = function(create, deps) {
1382
1382
  null == create && console.warn(
1383
1383
  "React Hook useInsertionEffect requires an effect callback. Did you forget to pass a callback to the hook?"
1384
1384
  );
1385
1385
  return resolveDispatcher().useInsertionEffect(create, deps);
1386
1386
  };
1387
- exports$1.useLayoutEffect = function(create, deps) {
1387
+ exports.useLayoutEffect = function(create, deps) {
1388
1388
  null == create && console.warn(
1389
1389
  "React Hook useLayoutEffect requires an effect callback. Did you forget to pass a callback to the hook?"
1390
1390
  );
1391
1391
  return resolveDispatcher().useLayoutEffect(create, deps);
1392
1392
  };
1393
- exports$1.useMemo = function(create, deps) {
1393
+ exports.useMemo = function(create, deps) {
1394
1394
  return resolveDispatcher().useMemo(create, deps);
1395
1395
  };
1396
- exports$1.useOptimistic = function(passthrough, reducer) {
1396
+ exports.useOptimistic = function(passthrough, reducer) {
1397
1397
  return resolveDispatcher().useOptimistic(passthrough, reducer);
1398
1398
  };
1399
- exports$1.useReducer = function(reducer, initialArg, init) {
1399
+ exports.useReducer = function(reducer, initialArg, init) {
1400
1400
  return resolveDispatcher().useReducer(reducer, initialArg, init);
1401
1401
  };
1402
- exports$1.useRef = function(initialValue) {
1402
+ exports.useRef = function(initialValue) {
1403
1403
  return resolveDispatcher().useRef(initialValue);
1404
1404
  };
1405
- exports$1.useState = function(initialState) {
1405
+ exports.useState = function(initialState) {
1406
1406
  return resolveDispatcher().useState(initialState);
1407
1407
  };
1408
- exports$1.useSyncExternalStore = function(subscribe, getSnapshot, getServerSnapshot) {
1408
+ exports.useSyncExternalStore = function(subscribe, getSnapshot, getServerSnapshot) {
1409
1409
  return resolveDispatcher().useSyncExternalStore(
1410
1410
  subscribe,
1411
1411
  getSnapshot,
1412
1412
  getServerSnapshot
1413
1413
  );
1414
1414
  };
1415
- exports$1.useTransition = function() {
1415
+ exports.useTransition = function() {
1416
1416
  return resolveDispatcher().useTransition();
1417
1417
  };
1418
- exports$1.version = "19.1.0";
1418
+ exports.version = "19.1.0";
1419
1419
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());
1420
1420
  })();
1421
1421
  })(react_development, react_development.exports);
@@ -9180,7 +9180,7 @@ const app = express();
9180
9180
  app.all(
9181
9181
  "/{*splat}",
9182
9182
  createRequestHandler({
9183
- build: () => import("./server-build-B21fZEey.js").then((n) => n.ak)
9183
+ build: () => import("./server-build-D5Nuwxaw.js").then((n) => n.ak)
9184
9184
  })
9185
9185
  );
9186
9186
  app.use(
@@ -2,8 +2,8 @@ import { createRequire as __wkfCreateRequire } from "node:module";
2
2
  if (typeof require === "undefined") {
3
3
  globalThis.require = __wkfCreateRequire(import.meta.url);
4
4
  }
5
- import { ad as R, ae as Ks, af as jsxRuntimeExports, ag as Qe } from "./server-build-B21fZEey.js";
6
- import { r as reactExports } from "./app-kYNGZFkW.js";
5
+ import { ad as R, ae as Ks, af as jsxRuntimeExports, ag as Qe } from "./server-build-D5Nuwxaw.js";
6
+ import { r as reactExports } from "./app-Cl6-bhGd.js";
7
7
  import "node:stream";
8
8
  import "util";
9
9
  import "crypto";
@@ -15,9 +15,10 @@ import "node:path";
15
15
  import "node:url";
16
16
  import "module";
17
17
  import "node:fs/promises";
18
+ import "node:module";
18
19
  import "node:util";
19
20
  import "node:async_hooks";
20
- import "node:module";
21
+ import "node:os";
21
22
  import "node:fs";
22
23
  import "node:child_process";
23
24
  import "node:timers/promises";
@@ -38,7 +39,6 @@ import "node:worker_threads";
38
39
  import "node:console";
39
40
  import "node:timers";
40
41
  import "node:dns";
41
- import "node:os";
42
42
  import "path";
43
43
  import "fs";
44
44
  import "os";
@@ -2,9 +2,9 @@ import { createRequire as __wkfCreateRequire } from "node:module";
2
2
  if (typeof require === "undefined") {
3
3
  globalThis.require = __wkfCreateRequire(import.meta.url);
4
4
  }
5
- import { H as HookSchema } from "./server-build-B21fZEey.js";
6
- import { A, a, b, c, d, e, f, g, h, i, j, B, D, k, E, l, m, n, o, L, M, P, Q, p, R, q, S, r, s, t, u, v, w, x, y, T, z, C, F, G, I, V, W, J, K, O, U, X, Y, Z, _, $, a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, aa, ab, ac } from "./server-build-B21fZEey.js";
7
- import "./app-kYNGZFkW.js";
5
+ import { H as HookSchema } from "./server-build-D5Nuwxaw.js";
6
+ import { A, a, b, c, d, e, f, g, h, i, j, B, D, k, E, l, m, n, o, L, M, P, Q, p, R, q, S, r, s, t, u, v, w, x, y, T, z, C, F, G, I, V, W, J, K, O, U, X, Y, Z, _, $, a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, aa, ab, ac } from "./server-build-D5Nuwxaw.js";
7
+ import "./app-Cl6-bhGd.js";
8
8
  import "stream";
9
9
  import "express";
10
10
  import "node:stream";
@@ -17,9 +17,10 @@ import "node:path";
17
17
  import "node:url";
18
18
  import "module";
19
19
  import "node:fs/promises";
20
+ import "node:module";
20
21
  import "node:util";
21
22
  import "node:async_hooks";
22
- import "node:module";
23
+ import "node:os";
23
24
  import "node:fs";
24
25
  import "node:child_process";
25
26
  import "node:timers/promises";
@@ -40,7 +41,6 @@ import "node:worker_threads";
40
41
  import "node:console";
41
42
  import "node:timers";
42
43
  import "node:dns";
43
- import "node:os";
44
44
  import "path";
45
45
  import "fs";
46
46
  import "os";
@@ -33,8 +33,8 @@ function readCString(memory, ptr) {
33
33
  return new TextDecoder().decode(bytes.subarray(0, end));
34
34
  }
35
35
  class ZstdDecoder {
36
- constructor(exports$1, dctxPtr, inPtr, inCap, outPtr, outCap, bufPtr) {
37
- this.exports = exports$1;
36
+ constructor(exports, dctxPtr, inPtr, inCap, outPtr, outCap, bufPtr) {
37
+ this.exports = exports;
38
38
  this.dctxPtr = dctxPtr;
39
39
  this.inPtr = inPtr;
40
40
  this.inCap = inCap;
@@ -49,19 +49,19 @@ class ZstdDecoder {
49
49
  static async create(wasm) {
50
50
  const module = await compileSource(wasm);
51
51
  const instance = await WebAssembly.instantiate(module, {});
52
- const exports$1 = instance.exports;
53
- const dctxPtr = exports$1.dctx_new();
52
+ const exports = instance.exports;
53
+ const dctxPtr = exports.dctx_new();
54
54
  if (!dctxPtr)
55
55
  throw new Error("zstd: failed to allocate decompression context");
56
- const inCap = exports$1.dstream_in_size();
57
- const outCap = exports$1.dstream_out_size();
58
- const inPtr = exports$1.zstd_malloc(inCap);
59
- const outPtr = exports$1.zstd_malloc(outCap);
60
- const bufPtr = exports$1.zstd_malloc(BUF_LAYOUT.SIZE);
56
+ const inCap = exports.dstream_in_size();
57
+ const outCap = exports.dstream_out_size();
58
+ const inPtr = exports.zstd_malloc(inCap);
59
+ const outPtr = exports.zstd_malloc(outCap);
60
+ const bufPtr = exports.zstd_malloc(BUF_LAYOUT.SIZE);
61
61
  if (!inPtr || !outPtr || !bufPtr) {
62
62
  throw new Error("zstd: failed to allocate streaming buffers");
63
63
  }
64
- return new ZstdDecoder(exports$1, dctxPtr, inPtr, inCap, outPtr, outCap, bufPtr);
64
+ return new ZstdDecoder(exports, dctxPtr, inPtr, inCap, outPtr, outCap, bufPtr);
65
65
  }
66
66
  dispose() {
67
67
  if (!this.dctxPtr)
@@ -2,8 +2,8 @@ import { createRequire as __wkfCreateRequire } from "node:module";
2
2
  if (typeof require === "undefined") {
3
3
  globalThis.require = __wkfCreateRequire(import.meta.url);
4
4
  }
5
- import { N as Nt } from "./server-build-B21fZEey.js";
6
- import "./app-kYNGZFkW.js";
5
+ import { N as Nt } from "./server-build-D5Nuwxaw.js";
6
+ import "./app-Cl6-bhGd.js";
7
7
  import "stream";
8
8
  import "express";
9
9
  import "node:stream";
@@ -16,9 +16,10 @@ import "node:path";
16
16
  import "node:url";
17
17
  import "module";
18
18
  import "node:fs/promises";
19
+ import "node:module";
19
20
  import "node:util";
20
21
  import "node:async_hooks";
21
- import "node:module";
22
+ import "node:os";
22
23
  import "node:fs";
23
24
  import "node:child_process";
24
25
  import "node:timers/promises";
@@ -39,7 +40,6 @@ import "node:worker_threads";
39
40
  import "node:console";
40
41
  import "node:timers";
41
42
  import "node:dns";
42
- import "node:os";
43
43
  import "path";
44
44
  import "fs";
45
45
  import "os";