@zenuml/core 3.47.6 → 3.47.7

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.
@@ -137,13 +137,13 @@ function jL() {
137
137
  const e = HL();
138
138
  cc.exports = p;
139
139
  const t = Et().console || {}, n = {
140
- mapHttpRequest: j,
141
- mapHttpResponse: j,
140
+ mapHttpRequest: $,
141
+ mapHttpResponse: $,
142
142
  wrapRequestSerializer: D,
143
143
  wrapResponseSerializer: D,
144
144
  wrapErrorSerializer: D,
145
- req: j,
146
- res: j,
145
+ req: $,
146
+ res: $,
147
147
  err: B,
148
148
  errWithCause: B
149
149
  };
@@ -190,7 +190,7 @@ function jL() {
190
190
  typeof J == "function" && Z.forEach(function(me) {
191
191
  J[me] = J;
192
192
  }), (Y.enabled === !1 || Y.browser.disabled) && (Y.level = "silent");
193
- const $ = Y.level || "info", X = Object.create(J);
193
+ const j = Y.level || "info", X = Object.create(J);
194
194
  X.log || (X.log = Q), d(X, Z, J), f({}, X), Object.defineProperty(X, "levelVal", {
195
195
  get: St
196
196
  }), Object.defineProperty(X, "level", {
@@ -205,7 +205,7 @@ function jL() {
205
205
  levels: Z,
206
206
  timestamp: A(Y)
207
207
  };
208
- X.levels = y(Y), X.level = $, X.setMaxListeners = X.getMaxListeners = X.emit = X.addListener = X.on = X.prependListener = X.once = X.prependOnceListener = X.removeListener = X.removeAllListeners = X.listeners = X.listenerCount = X.eventNames = X.write = X.flush = Q, X.serializers = G, X._serialize = ft, X._stdErrSerialize = pt, X.child = Jt, I && (X._logEvent = O());
208
+ X.levels = y(Y), X.level = j, X.setMaxListeners = X.getMaxListeners = X.emit = X.addListener = X.on = X.prependListener = X.once = X.prependOnceListener = X.removeListener = X.removeAllListeners = X.listeners = X.listenerCount = X.eventNames = X.write = X.flush = Q, X.serializers = G, X._serialize = ft, X._stdErrSerialize = pt, X.child = Jt, I && (X._logEvent = O());
209
209
  function St() {
210
210
  return s(this.level, this);
211
211
  }
@@ -298,9 +298,9 @@ function jL() {
298
298
  function _(Y, I, J, G) {
299
299
  return /* @__PURE__ */ (function(ft) {
300
300
  return function() {
301
- const N = I.timestamp(), Z = new Array(arguments.length), $ = Object.getPrototypeOf && Object.getPrototypeOf(this) === t ? t : this;
301
+ const N = I.timestamp(), Z = new Array(arguments.length), j = Object.getPrototypeOf && Object.getPrototypeOf(this) === t ? t : this;
302
302
  for (var X = 0; X < Z.length; X++) Z[X] = arguments[X];
303
- if (I.serialize && !I.asObject && M(Z, this._serialize, this.serializers, this._stdErrSerialize), I.asObject || I.formatters ? ft.call($, k(this, G, Z, N, I.formatters)) : ft.apply($, Z), I.transmit) {
303
+ if (I.serialize && !I.asObject && M(Z, this._serialize, this.serializers, this._stdErrSerialize), I.asObject || I.formatters ? ft.call(j, k(this, G, Z, N, I.formatters)) : ft.apply(j, Z), I.transmit) {
304
304
  const ot = I.transmit.level || Y._level, St = J.levels.values[ot], vt = J.levels.values[G];
305
305
  if (vt < St) return;
306
306
  U(this, {
@@ -322,16 +322,16 @@ function jL() {
322
322
  } = ft;
323
323
  Y._serialize && M(J, Y._serialize, Y.serializers, Y._stdErrSerialize);
324
324
  const Z = J.slice();
325
- let $ = Z[0];
325
+ let j = Z[0];
326
326
  const X = {};
327
327
  G && (X.time = G), X.level = pt(I, Y.levels.values[I]);
328
328
  let ot = (Y._childLevel | 0) + 1;
329
- if (ot < 1 && (ot = 1), $ !== null && typeof $ == "object") {
329
+ if (ot < 1 && (ot = 1), j !== null && typeof j == "object") {
330
330
  for (; ot-- && typeof Z[0] == "object"; )
331
331
  Object.assign(X, Z.shift());
332
- $ = Z.length ? e(Z.shift(), Z) : void 0;
333
- } else typeof $ == "string" && ($ = e(Z.shift(), Z));
334
- return $ !== void 0 && (X.msg = $), N(X);
332
+ j = Z.length ? e(Z.shift(), Z) : void 0;
333
+ } else typeof j == "string" && (j = e(Z.shift(), Z));
334
+ return j !== void 0 && (X.msg = j), N(X);
335
335
  }
336
336
  function M(Y, I, J, G) {
337
337
  for (const ft in Y)
@@ -342,15 +342,15 @@ function jL() {
342
342
  I && I.indexOf(pt) > -1 && pt in J && (Y[ft][pt] = J[pt](Y[ft][pt]));
343
343
  }
344
344
  function U(Y, I, J) {
345
- const G = I.send, ft = I.ts, pt = I.methodLevel, N = I.methodValue, Z = I.val, $ = Y._logEvent.bindings;
345
+ const G = I.send, ft = I.ts, pt = I.methodLevel, N = I.methodValue, Z = I.val, j = Y._logEvent.bindings;
346
346
  M(
347
347
  J,
348
348
  Y._serialize || Object.keys(Y.serializers),
349
349
  Y.serializers,
350
350
  Y._stdErrSerialize === void 0 ? !0 : Y._stdErrSerialize
351
351
  ), Y._logEvent.ts = ft, Y._logEvent.messages = J.filter(function(X) {
352
- return $.indexOf(X) === -1;
353
- }), Y._logEvent.level.label = pt, Y._logEvent.level.value = N, G(pt, Y._logEvent, Z), Y._logEvent = O($);
352
+ return j.indexOf(X) === -1;
353
+ }), Y._logEvent.level.label = pt, Y._logEvent.level.value = N, G(pt, Y._logEvent, Z), Y._logEvent = O(j);
354
354
  }
355
355
  function O(Y) {
356
356
  return {
@@ -373,7 +373,7 @@ function jL() {
373
373
  function A(Y) {
374
374
  return typeof Y.timestamp == "function" ? Y.timestamp : Y.timestamp === !1 ? rt : F;
375
375
  }
376
- function j() {
376
+ function $() {
377
377
  return {};
378
378
  }
379
379
  function D(Y) {
@@ -432,7 +432,7 @@ function GL(e) {
432
432
  ), s;
433
433
  }, e;
434
434
  }
435
- const tn = GL(FL), ir = { BASE_URL: "/", DEV: !1, MODE: "production", PROD: !0, SSR: !1, VITE_APP_GIT_BRANCH: "main", VITE_APP_GIT_HASH: "55fd4f77" };
435
+ const tn = GL(FL), ir = { BASE_URL: "/", DEV: !1, MODE: "production", PROD: !0, SSR: !1, VITE_APP_GIT_BRANCH: "main", VITE_APP_GIT_HASH: "bbeb24ac" };
436
436
  function h7(e) {
437
437
  return "init" in e;
438
438
  }
@@ -592,7 +592,7 @@ const YL = (e, t, ...n) => t.read(...n), XL = (e, t, ...n) => t.write(...n), WL
592
592
  }
593
593
  }
594
594
  let B, A;
595
- const j = {
595
+ const $ = {
596
596
  get signal() {
597
597
  return B || (B = new AbortController()), B.signal;
598
598
  },
@@ -609,7 +609,7 @@ const YL = (e, t, ...n) => t.read(...n), XL = (e, t, ...n) => t.write(...n), WL
609
609
  }, D = k.n;
610
610
  try {
611
611
  (ir ? "production" : void 0) !== "production" && s2.delete(e);
612
- const Q = m(e, t, O, j);
612
+ const Q = m(e, t, O, $);
613
613
  return (ir ? "production" : void 0) !== "production" && s2.has(e) && console.warn(
614
614
  "Detected store mutation during atom read. This is not supported."
615
615
  ), _(e, t, Q), J1(Q) && (n2(Q, () => B?.abort()), Q.then(U, U)), (n = d.r) == null || n.call(d, t), k;
@@ -638,8 +638,8 @@ const YL = (e, t, ...n) => t.read(...n), XL = (e, t, ...n) => t.write(...n), WL
638
638
  if (!h7(M))
639
639
  throw new Error("atom not writable");
640
640
  (ir ? "production" : void 0) !== "production" && s2.add(e);
641
- const A = B.n, j = U[0];
642
- C(e, M, j), b(e, M), A !== B.n && (a.add(M), y(e, M), (O = o.c) == null || O.call(o, M));
641
+ const A = B.n, $ = U[0];
642
+ C(e, M, $), b(e, M), A !== B.n && (a.add(M), y(e, M), (O = o.c) == null || O.call(o, M));
643
643
  return;
644
644
  } else
645
645
  return L(e, M, ...U);
@@ -874,8 +874,8 @@ function gE() {
874
874
  enqueueSetState: function() {
875
875
  }
876
876
  }, S = Object.assign, _ = {};
877
- function k(N, Z, $) {
878
- this.props = N, this.context = Z, this.refs = _, this.updater = $ || C;
877
+ function k(N, Z, j) {
878
+ this.props = N, this.context = Z, this.refs = _, this.updater = j || C;
879
879
  }
880
880
  k.prototype.isReactComponent = {}, k.prototype.setState = function(N, Z) {
881
881
  if (typeof N != "object" && typeof N != "function" && N != null)
@@ -889,23 +889,23 @@ function gE() {
889
889
  function M() {
890
890
  }
891
891
  M.prototype = k.prototype;
892
- function U(N, Z, $) {
893
- this.props = N, this.context = Z, this.refs = _, this.updater = $ || C;
892
+ function U(N, Z, j) {
893
+ this.props = N, this.context = Z, this.refs = _, this.updater = j || C;
894
894
  }
895
895
  var O = U.prototype = new M();
896
896
  O.constructor = U, S(O, k.prototype), O.isPureReactComponent = !0;
897
897
  var B = Array.isArray;
898
898
  function A() {
899
899
  }
900
- var j = { H: null, A: null, T: null, S: null }, D = Object.prototype.hasOwnProperty;
901
- function Q(N, Z, $) {
902
- var X = $.ref;
900
+ var $ = { H: null, A: null, T: null, S: null }, D = Object.prototype.hasOwnProperty;
901
+ function Q(N, Z, j) {
902
+ var X = j.ref;
903
903
  return {
904
904
  $$typeof: e,
905
905
  type: N,
906
906
  key: Z,
907
907
  ref: X !== void 0 ? X : null,
908
- props: $
908
+ props: j
909
909
  };
910
910
  }
911
911
  function rt(N, Z) {
@@ -916,8 +916,8 @@ function gE() {
916
916
  }
917
917
  function q(N) {
918
918
  var Z = { "=": "=0", ":": "=2" };
919
- return "$" + N.replace(/[=:]/g, function($) {
920
- return Z[$];
919
+ return "$" + N.replace(/[=:]/g, function(j) {
920
+ return Z[j];
921
921
  });
922
922
  }
923
923
  var st = /\/+/g;
@@ -947,7 +947,7 @@ function gE() {
947
947
  }
948
948
  throw N;
949
949
  }
950
- function I(N, Z, $, X, ot) {
950
+ function I(N, Z, j, X, ot) {
951
951
  var St = typeof N;
952
952
  (St === "undefined" || St === "boolean") && (N = null);
953
953
  var vt = !1;
@@ -969,18 +969,18 @@ function gE() {
969
969
  return vt = N._init, I(
970
970
  vt(N._payload),
971
971
  Z,
972
- $,
972
+ j,
973
973
  X,
974
974
  ot
975
975
  );
976
976
  }
977
977
  }
978
978
  if (vt)
979
- return ot = ot(N), vt = X === "" ? "." + Et(N, 0) : X, B(ot) ? ($ = "", vt != null && ($ = vt.replace(st, "$&/") + "/"), I(ot, Z, $, "", function(me) {
979
+ return ot = ot(N), vt = X === "" ? "." + Et(N, 0) : X, B(ot) ? (j = "", vt != null && (j = vt.replace(st, "$&/") + "/"), I(ot, Z, j, "", function(me) {
980
980
  return me;
981
981
  })) : ot != null && (F(ot) && (ot = rt(
982
982
  ot,
983
- $ + (ot.key == null || N && N.key === ot.key ? "" : ("" + ot.key).replace(
983
+ j + (ot.key == null || N && N.key === ot.key ? "" : ("" + ot.key).replace(
984
984
  st,
985
985
  "$&/"
986
986
  ) + "/") + vt
@@ -992,7 +992,7 @@ function gE() {
992
992
  X = N[Jt], St = ne + Et(X, Jt), vt += I(
993
993
  X,
994
994
  Z,
995
- $,
995
+ j,
996
996
  St,
997
997
  ot
998
998
  );
@@ -1001,7 +1001,7 @@ function gE() {
1001
1001
  X = X.value, St = ne + Et(X, Jt++), vt += I(
1002
1002
  X,
1003
1003
  Z,
1004
- $,
1004
+ j,
1005
1005
  St,
1006
1006
  ot
1007
1007
  );
@@ -1010,7 +1010,7 @@ function gE() {
1010
1010
  return I(
1011
1011
  Y(N),
1012
1012
  Z,
1013
- $,
1013
+ j,
1014
1014
  X,
1015
1015
  ot
1016
1016
  );
@@ -1020,22 +1020,22 @@ function gE() {
1020
1020
  }
1021
1021
  return vt;
1022
1022
  }
1023
- function J(N, Z, $) {
1023
+ function J(N, Z, j) {
1024
1024
  if (N == null) return N;
1025
1025
  var X = [], ot = 0;
1026
1026
  return I(N, X, "", "", function(St) {
1027
- return Z.call($, St, ot++);
1027
+ return Z.call(j, St, ot++);
1028
1028
  }), X;
1029
1029
  }
1030
1030
  function G(N) {
1031
1031
  if (N._status === -1) {
1032
1032
  var Z = N._result;
1033
1033
  Z = Z(), Z.then(
1034
- function($) {
1035
- (N._status === 0 || N._status === -1) && (N._status = 1, N._result = $);
1034
+ function(j) {
1035
+ (N._status === 0 || N._status === -1) && (N._status = 1, N._result = j);
1036
1036
  },
1037
- function($) {
1038
- (N._status === 0 || N._status === -1) && (N._status = 2, N._result = $);
1037
+ function(j) {
1038
+ (N._status === 0 || N._status === -1) && (N._status = 2, N._result = j);
1039
1039
  }
1040
1040
  ), N._status === -1 && (N._status = 0, N._result = Z);
1041
1041
  }
@@ -1058,13 +1058,13 @@ function gE() {
1058
1058
  console.error(N);
1059
1059
  }, pt = {
1060
1060
  map: J,
1061
- forEach: function(N, Z, $) {
1061
+ forEach: function(N, Z, j) {
1062
1062
  J(
1063
1063
  N,
1064
1064
  function() {
1065
1065
  Z.apply(this, arguments);
1066
1066
  },
1067
- $
1067
+ j
1068
1068
  );
1069
1069
  },
1070
1070
  count: function(N) {
@@ -1086,10 +1086,10 @@ function gE() {
1086
1086
  return N;
1087
1087
  }
1088
1088
  };
1089
- return Yt.Activity = y, Yt.Children = pt, Yt.Component = k, Yt.Fragment = n, Yt.Profiler = a, Yt.PureComponent = U, Yt.StrictMode = s, Yt.Suspense = d, Yt.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE = j, Yt.__COMPILER_RUNTIME = {
1089
+ return Yt.Activity = y, Yt.Children = pt, Yt.Component = k, Yt.Fragment = n, Yt.Profiler = a, Yt.PureComponent = U, Yt.StrictMode = s, Yt.Suspense = d, Yt.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE = $, Yt.__COMPILER_RUNTIME = {
1090
1090
  __proto__: null,
1091
1091
  c: function(N) {
1092
- return j.H.useMemoCache(N);
1092
+ return $.H.useMemoCache(N);
1093
1093
  }
1094
1094
  }, Yt.cache = function(N) {
1095
1095
  return function() {
@@ -1097,7 +1097,7 @@ function gE() {
1097
1097
  };
1098
1098
  }, Yt.cacheSignal = function() {
1099
1099
  return null;
1100
- }, Yt.cloneElement = function(N, Z, $) {
1100
+ }, Yt.cloneElement = function(N, Z, j) {
1101
1101
  if (N == null)
1102
1102
  throw Error(
1103
1103
  "The argument must be a React element, but you passed " + N + "."
@@ -1107,7 +1107,7 @@ function gE() {
1107
1107
  for (St in Z.key !== void 0 && (ot = "" + Z.key), Z)
1108
1108
  !D.call(Z, St) || St === "key" || St === "__self" || St === "__source" || St === "ref" && Z.ref === void 0 || (X[St] = Z[St]);
1109
1109
  var St = arguments.length - 2;
1110
- if (St === 1) X.children = $;
1110
+ if (St === 1) X.children = j;
1111
1111
  else if (1 < St) {
1112
1112
  for (var vt = Array(St), ne = 0; ne < St; ne++)
1113
1113
  vt[ne] = arguments[ne + 2];
@@ -1126,13 +1126,13 @@ function gE() {
1126
1126
  $$typeof: o,
1127
1127
  _context: N
1128
1128
  }, N;
1129
- }, Yt.createElement = function(N, Z, $) {
1129
+ }, Yt.createElement = function(N, Z, j) {
1130
1130
  var X, ot = {}, St = null;
1131
1131
  if (Z != null)
1132
1132
  for (X in Z.key !== void 0 && (St = "" + Z.key), Z)
1133
1133
  D.call(Z, X) && X !== "key" && X !== "__self" && X !== "__source" && (ot[X] = Z[X]);
1134
1134
  var vt = arguments.length - 2;
1135
- if (vt === 1) ot.children = $;
1135
+ if (vt === 1) ot.children = j;
1136
1136
  else if (1 < vt) {
1137
1137
  for (var ne = Array(vt), Jt = 0; Jt < vt; Jt++)
1138
1138
  ne[Jt] = arguments[Jt + 2];
@@ -1159,59 +1159,59 @@ function gE() {
1159
1159
  compare: Z === void 0 ? null : Z
1160
1160
  };
1161
1161
  }, Yt.startTransition = function(N) {
1162
- var Z = j.T, $ = {};
1163
- j.T = $;
1162
+ var Z = $.T, j = {};
1163
+ $.T = j;
1164
1164
  try {
1165
- var X = N(), ot = j.S;
1166
- ot !== null && ot($, X), typeof X == "object" && X !== null && typeof X.then == "function" && X.then(A, ft);
1165
+ var X = N(), ot = $.S;
1166
+ ot !== null && ot(j, X), typeof X == "object" && X !== null && typeof X.then == "function" && X.then(A, ft);
1167
1167
  } catch (St) {
1168
1168
  ft(St);
1169
1169
  } finally {
1170
- Z !== null && $.types !== null && (Z.types = $.types), j.T = Z;
1170
+ Z !== null && j.types !== null && (Z.types = j.types), $.T = Z;
1171
1171
  }
1172
1172
  }, Yt.unstable_useCacheRefresh = function() {
1173
- return j.H.useCacheRefresh();
1173
+ return $.H.useCacheRefresh();
1174
1174
  }, Yt.use = function(N) {
1175
- return j.H.use(N);
1176
- }, Yt.useActionState = function(N, Z, $) {
1177
- return j.H.useActionState(N, Z, $);
1175
+ return $.H.use(N);
1176
+ }, Yt.useActionState = function(N, Z, j) {
1177
+ return $.H.useActionState(N, Z, j);
1178
1178
  }, Yt.useCallback = function(N, Z) {
1179
- return j.H.useCallback(N, Z);
1179
+ return $.H.useCallback(N, Z);
1180
1180
  }, Yt.useContext = function(N) {
1181
- return j.H.useContext(N);
1181
+ return $.H.useContext(N);
1182
1182
  }, Yt.useDebugValue = function() {
1183
1183
  }, Yt.useDeferredValue = function(N, Z) {
1184
- return j.H.useDeferredValue(N, Z);
1184
+ return $.H.useDeferredValue(N, Z);
1185
1185
  }, Yt.useEffect = function(N, Z) {
1186
- return j.H.useEffect(N, Z);
1186
+ return $.H.useEffect(N, Z);
1187
1187
  }, Yt.useEffectEvent = function(N) {
1188
- return j.H.useEffectEvent(N);
1188
+ return $.H.useEffectEvent(N);
1189
1189
  }, Yt.useId = function() {
1190
- return j.H.useId();
1191
- }, Yt.useImperativeHandle = function(N, Z, $) {
1192
- return j.H.useImperativeHandle(N, Z, $);
1190
+ return $.H.useId();
1191
+ }, Yt.useImperativeHandle = function(N, Z, j) {
1192
+ return $.H.useImperativeHandle(N, Z, j);
1193
1193
  }, Yt.useInsertionEffect = function(N, Z) {
1194
- return j.H.useInsertionEffect(N, Z);
1194
+ return $.H.useInsertionEffect(N, Z);
1195
1195
  }, Yt.useLayoutEffect = function(N, Z) {
1196
- return j.H.useLayoutEffect(N, Z);
1196
+ return $.H.useLayoutEffect(N, Z);
1197
1197
  }, Yt.useMemo = function(N, Z) {
1198
- return j.H.useMemo(N, Z);
1198
+ return $.H.useMemo(N, Z);
1199
1199
  }, Yt.useOptimistic = function(N, Z) {
1200
- return j.H.useOptimistic(N, Z);
1201
- }, Yt.useReducer = function(N, Z, $) {
1202
- return j.H.useReducer(N, Z, $);
1200
+ return $.H.useOptimistic(N, Z);
1201
+ }, Yt.useReducer = function(N, Z, j) {
1202
+ return $.H.useReducer(N, Z, j);
1203
1203
  }, Yt.useRef = function(N) {
1204
- return j.H.useRef(N);
1204
+ return $.H.useRef(N);
1205
1205
  }, Yt.useState = function(N) {
1206
- return j.H.useState(N);
1207
- }, Yt.useSyncExternalStore = function(N, Z, $) {
1208
- return j.H.useSyncExternalStore(
1206
+ return $.H.useState(N);
1207
+ }, Yt.useSyncExternalStore = function(N, Z, j) {
1208
+ return $.H.useSyncExternalStore(
1209
1209
  N,
1210
1210
  Z,
1211
- $
1211
+ j
1212
1212
  );
1213
1213
  }, Yt.useTransition = function() {
1214
- return j.H.useTransition();
1214
+ return $.H.useTransition();
1215
1215
  }, Yt.version = "19.2.3", Yt;
1216
1216
  }
1217
1217
  var g5;
@@ -27374,14 +27374,14 @@ class nm {
27374
27374
  `, 1)[0].replace(/^\t+/, (O) => " ".repeat(3 * O.length)), y = t.split(`
27375
27375
  `, 1)[0], this.options.pedantic ? (u = 2, b = p.trimLeft()) : (u = n[2].search(/[^ ]/), u = u > 4 ? 1 : u, b = p.slice(u), u += n[1].length), d = !1, !p && /^ *$/.test(y) && (s += y + `
27376
27376
  `, t = t.substring(y.length + 1), C = !0), !C) {
27377
- const O = new RegExp(`^ {0,${Math.min(3, u - 1)}}(?:[*+-]|\\d{1,9}[.)])((?:[ ][^\\n]*)?(?:\\n|$))`), B = new RegExp(`^ {0,${Math.min(3, u - 1)}}((?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$)`), A = new RegExp(`^ {0,${Math.min(3, u - 1)}}(?:\`\`\`|~~~)`), j = new RegExp(`^ {0,${Math.min(3, u - 1)}}#`);
27377
+ const O = new RegExp(`^ {0,${Math.min(3, u - 1)}}(?:[*+-]|\\d{1,9}[.)])((?:[ ][^\\n]*)?(?:\\n|$))`), B = new RegExp(`^ {0,${Math.min(3, u - 1)}}((?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$)`), A = new RegExp(`^ {0,${Math.min(3, u - 1)}}(?:\`\`\`|~~~)`), $ = new RegExp(`^ {0,${Math.min(3, u - 1)}}#`);
27378
27378
  for (; t && (L = t.split(`
27379
- `, 1)[0], y = L, this.options.pedantic && (y = y.replace(/^ {1,4}(?=( {4})*[^ ])/g, " ")), !(A.test(y) || j.test(y) || O.test(y) || B.test(t))); ) {
27379
+ `, 1)[0], y = L, this.options.pedantic && (y = y.replace(/^ {1,4}(?=( {4})*[^ ])/g, " ")), !(A.test(y) || $.test(y) || O.test(y) || B.test(t))); ) {
27380
27380
  if (y.search(/[^ ]/) >= u || !y.trim())
27381
27381
  b += `
27382
27382
  ` + y.slice(u);
27383
27383
  else {
27384
- if (d || p.search(/[^ ]/) >= 4 || A.test(p) || j.test(p) || B.test(p))
27384
+ if (d || p.search(/[^ ]/) >= 4 || A.test(p) || $.test(p) || B.test(p))
27385
27385
  break;
27386
27386
  b += `
27387
27387
  ` + y;
@@ -28284,8 +28284,8 @@ class ia {
28284
28284
  */
28285
28285
  parse(t, n = !0) {
28286
28286
  let s = "", a, o, u, f, d, m, p, y, L, b, C, S, _, k, M, U, O, B, A;
28287
- const j = t.length;
28288
- for (a = 0; a < j; a++) {
28287
+ const $ = t.length;
28288
+ for (a = 0; a < $; a++) {
28289
28289
  if (b = t[a], this.options.extensions && this.options.extensions.renderers && this.options.extensions.renderers[b.type] && (A = this.options.extensions.renderers[b.type].call({ parser: this }, b), A !== !1 || !["space", "hr", "heading", "code", "table", "blockquote", "list", "html", "paragraph", "text"].includes(b.type))) {
28290
28290
  s += A || "";
28291
28291
  continue;
@@ -28353,7 +28353,7 @@ class ia {
28353
28353
  continue;
28354
28354
  }
28355
28355
  case "text": {
28356
- for (L = b.tokens ? this.parseInline(b.tokens) : b.text; a + 1 < j && t[a + 1].type === "text"; )
28356
+ for (L = b.tokens ? this.parseInline(b.tokens) : b.text; a + 1 < $ && t[a + 1].type === "text"; )
28357
28357
  b = t[++a], L += `
28358
28358
  ` + (b.tokens ? this.parseInline(b.tokens) : b.text);
28359
28359
  s += n ? this.renderer.paragraph(L) : L;
@@ -28827,7 +28827,7 @@ function G8() {
28827
28827
  let O, B = "";
28828
28828
  const {
28829
28829
  implementation: A,
28830
- createNodeIterator: j,
28830
+ createNodeIterator: $,
28831
28831
  createDocumentFragment: D,
28832
28832
  getElementsByTagName: Q
28833
28833
  } = n, {
@@ -28849,7 +28849,7 @@ function G8() {
28849
28849
  IS_ALLOWED_URI: pt
28850
28850
  } = G5, N = null;
28851
28851
  const Z = se({}, [...U5, ...C0, ...S0, ...R0, ...F5]);
28852
- let $ = null;
28852
+ let j = null;
28853
28853
  const X = se({}, [...P5, ...A0, ...V5, ...N1]);
28854
28854
  let ot = Object.seal(E2(null, {
28855
28855
  tagNameCheck: {
@@ -28906,7 +28906,7 @@ function G8() {
28906
28906
  let P = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
28907
28907
  if (!(Ut && Ut === P)) {
28908
28908
  if ((!P || typeof P != "object") && (P = {}), P = vi(P), cn = // eslint-disable-next-line unicorn/prefer-includes
28909
- H.indexOf(P.PARSER_MEDIA_TYPE) === -1 ? ct : P.PARSER_MEDIA_TYPE, mt = cn === "application/xhtml+xml" ? w0 : Z1, N = ci(P, "ALLOWED_TAGS") ? se({}, P.ALLOWED_TAGS, mt) : Z, $ = ci(P, "ALLOWED_ATTR") ? se({}, P.ALLOWED_ATTR, mt) : X, Di = ci(P, "ALLOWED_NAMESPACES") ? se({}, P.ALLOWED_NAMESPACES, w0) : il, da = ci(P, "ADD_URI_SAFE_ATTR") ? se(vi(sl), P.ADD_URI_SAFE_ATTR, mt) : sl, nl = ci(P, "ADD_DATA_URI_TAGS") ? se(vi(fa), P.ADD_DATA_URI_TAGS, mt) : fa, bn = ci(P, "FORBID_CONTENTS") ? se({}, P.FORBID_CONTENTS, mt) : ni, St = ci(P, "FORBID_TAGS") ? se({}, P.FORBID_TAGS, mt) : vi({}), vt = ci(P, "FORBID_ATTR") ? se({}, P.FORBID_ATTR, mt) : vi({}), zn = ci(P, "USE_PROFILES") ? P.USE_PROFILES : !1, Jt = P.ALLOW_ARIA_ATTR !== !1, me = P.ALLOW_DATA_ATTR !== !1, ln = P.ALLOW_UNKNOWN_PROTOCOLS || !1, Mn = P.ALLOW_SELF_CLOSE_IN_ATTR !== !1, In = P.SAFE_FOR_TEMPLATES || !1, wn = P.SAFE_FOR_XML !== !1, Dn = P.WHOLE_DOCUMENT || !1, ti = P.RETURN_DOM || !1, pi = P.RETURN_DOM_FRAGMENT || !1, ei = P.RETURN_TRUSTED_TYPE || !1, gi = P.FORCE_BODY || !1, pr = P.SANITIZE_DOM !== !1, tl = P.SANITIZE_NAMED_PROPS || !1, Be = P.KEEP_CONTENT !== !1, xi = P.IN_PLACE || !1, pt = P.ALLOWED_URI_REGEXP || P8, qe = P.NAMESPACE || on, js = P.MATHML_TEXT_INTEGRATION_POINTS || js, si = P.HTML_INTEGRATION_POINTS || si, ot = P.CUSTOM_ELEMENT_HANDLING || {}, P.CUSTOM_ELEMENT_HANDLING && we(P.CUSTOM_ELEMENT_HANDLING.tagNameCheck) && (ot.tagNameCheck = P.CUSTOM_ELEMENT_HANDLING.tagNameCheck), P.CUSTOM_ELEMENT_HANDLING && we(P.CUSTOM_ELEMENT_HANDLING.attributeNameCheck) && (ot.attributeNameCheck = P.CUSTOM_ELEMENT_HANDLING.attributeNameCheck), P.CUSTOM_ELEMENT_HANDLING && typeof P.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements == "boolean" && (ot.allowCustomizedBuiltInElements = P.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements), In && (me = !1), pi && (ti = !0), zn && (N = se({}, F5), $ = [], zn.html === !0 && (se(N, U5), se($, P5)), zn.svg === !0 && (se(N, C0), se($, A0), se($, N1)), zn.svgFilters === !0 && (se(N, S0), se($, A0), se($, N1)), zn.mathMl === !0 && (se(N, R0), se($, V5), se($, N1))), P.ADD_TAGS && (typeof P.ADD_TAGS == "function" ? ne.tagCheck = P.ADD_TAGS : (N === Z && (N = vi(N)), se(N, P.ADD_TAGS, mt))), P.ADD_ATTR && (typeof P.ADD_ATTR == "function" ? ne.attributeCheck = P.ADD_ATTR : ($ === X && ($ = vi($)), se($, P.ADD_ATTR, mt))), P.ADD_URI_SAFE_ATTR && se(da, P.ADD_URI_SAFE_ATTR, mt), P.FORBID_CONTENTS && (bn === ni && (bn = vi(bn)), se(bn, P.FORBID_CONTENTS, mt)), P.ADD_FORBID_CONTENTS && (bn === ni && (bn = vi(bn)), se(bn, P.ADD_FORBID_CONTENTS, mt)), Be && (N["#text"] = !0), Dn && se(N, ["html", "head", "body"]), N.table && (se(N, ["tbody"]), delete St.tbody), P.TRUSTED_TYPES_POLICY) {
28909
+ H.indexOf(P.PARSER_MEDIA_TYPE) === -1 ? ct : P.PARSER_MEDIA_TYPE, mt = cn === "application/xhtml+xml" ? w0 : Z1, N = ci(P, "ALLOWED_TAGS") ? se({}, P.ALLOWED_TAGS, mt) : Z, j = ci(P, "ALLOWED_ATTR") ? se({}, P.ALLOWED_ATTR, mt) : X, Di = ci(P, "ALLOWED_NAMESPACES") ? se({}, P.ALLOWED_NAMESPACES, w0) : il, da = ci(P, "ADD_URI_SAFE_ATTR") ? se(vi(sl), P.ADD_URI_SAFE_ATTR, mt) : sl, nl = ci(P, "ADD_DATA_URI_TAGS") ? se(vi(fa), P.ADD_DATA_URI_TAGS, mt) : fa, bn = ci(P, "FORBID_CONTENTS") ? se({}, P.FORBID_CONTENTS, mt) : ni, St = ci(P, "FORBID_TAGS") ? se({}, P.FORBID_TAGS, mt) : vi({}), vt = ci(P, "FORBID_ATTR") ? se({}, P.FORBID_ATTR, mt) : vi({}), zn = ci(P, "USE_PROFILES") ? P.USE_PROFILES : !1, Jt = P.ALLOW_ARIA_ATTR !== !1, me = P.ALLOW_DATA_ATTR !== !1, ln = P.ALLOW_UNKNOWN_PROTOCOLS || !1, Mn = P.ALLOW_SELF_CLOSE_IN_ATTR !== !1, In = P.SAFE_FOR_TEMPLATES || !1, wn = P.SAFE_FOR_XML !== !1, Dn = P.WHOLE_DOCUMENT || !1, ti = P.RETURN_DOM || !1, pi = P.RETURN_DOM_FRAGMENT || !1, ei = P.RETURN_TRUSTED_TYPE || !1, gi = P.FORCE_BODY || !1, pr = P.SANITIZE_DOM !== !1, tl = P.SANITIZE_NAMED_PROPS || !1, Be = P.KEEP_CONTENT !== !1, xi = P.IN_PLACE || !1, pt = P.ALLOWED_URI_REGEXP || P8, qe = P.NAMESPACE || on, js = P.MATHML_TEXT_INTEGRATION_POINTS || js, si = P.HTML_INTEGRATION_POINTS || si, ot = P.CUSTOM_ELEMENT_HANDLING || {}, P.CUSTOM_ELEMENT_HANDLING && we(P.CUSTOM_ELEMENT_HANDLING.tagNameCheck) && (ot.tagNameCheck = P.CUSTOM_ELEMENT_HANDLING.tagNameCheck), P.CUSTOM_ELEMENT_HANDLING && we(P.CUSTOM_ELEMENT_HANDLING.attributeNameCheck) && (ot.attributeNameCheck = P.CUSTOM_ELEMENT_HANDLING.attributeNameCheck), P.CUSTOM_ELEMENT_HANDLING && typeof P.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements == "boolean" && (ot.allowCustomizedBuiltInElements = P.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements), In && (me = !1), pi && (ti = !0), zn && (N = se({}, F5), j = [], zn.html === !0 && (se(N, U5), se(j, P5)), zn.svg === !0 && (se(N, C0), se(j, A0), se(j, N1)), zn.svgFilters === !0 && (se(N, S0), se(j, A0), se(j, N1)), zn.mathMl === !0 && (se(N, R0), se(j, V5), se(j, N1))), P.ADD_TAGS && (typeof P.ADD_TAGS == "function" ? ne.tagCheck = P.ADD_TAGS : (N === Z && (N = vi(N)), se(N, P.ADD_TAGS, mt))), P.ADD_ATTR && (typeof P.ADD_ATTR == "function" ? ne.attributeCheck = P.ADD_ATTR : (j === X && (j = vi(j)), se(j, P.ADD_ATTR, mt))), P.ADD_URI_SAFE_ATTR && se(da, P.ADD_URI_SAFE_ATTR, mt), P.FORBID_CONTENTS && (bn === ni && (bn = vi(bn)), se(bn, P.FORBID_CONTENTS, mt)), P.ADD_FORBID_CONTENTS && (bn === ni && (bn = vi(bn)), se(bn, P.ADD_FORBID_CONTENTS, mt)), Be && (N["#text"] = !0), Dn && se(N, ["html", "head", "body"]), N.table && (se(N, ["tbody"]), delete St.tbody), P.TRUSTED_TYPES_POLICY) {
28910
28910
  if (typeof P.TRUSTED_TYPES_POLICY.createHTML != "function")
28911
28911
  throw xc('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');
28912
28912
  if (typeof P.TRUSTED_TYPES_POLICY.createScriptURL != "function")
@@ -28981,7 +28981,7 @@ function G8() {
28981
28981
  const He = ht.body || ht.documentElement;
28982
28982
  return P && Ct && He.insertBefore(n.createTextNode(Ct), He.childNodes[0] || null), qe === on ? Q.call(ht, Dn ? "html" : "body")[0] : Dn ? ht.documentElement : He;
28983
28983
  }, Hi = function(P) {
28984
- return j.call(
28984
+ return $.call(
28985
28985
  P.ownerDocument || P,
28986
28986
  P,
28987
28987
  // eslint-disable-next-line no-bitwise
@@ -29034,7 +29034,7 @@ function G8() {
29034
29034
  if (!(me && !vt[ht] && Yn(Y, ht))) {
29035
29035
  if (!(Jt && Yn(I, ht))) {
29036
29036
  if (!(ne.attributeCheck instanceof Function && ne.attributeCheck(ht, P))) {
29037
- if (!$[ht] || vt[ht]) {
29037
+ if (!j[ht] || vt[ht]) {
29038
29038
  if (
29039
29039
  // First condition does a very basic check if a) it's basically a valid custom element tagname AND
29040
29040
  // b) if the tagName passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.tagNameCheck
@@ -29070,7 +29070,7 @@ function G8() {
29070
29070
  attrName: "",
29071
29071
  attrValue: "",
29072
29072
  keepAttr: !0,
29073
- allowedAttributes: $,
29073
+ allowedAttributes: j,
29074
29074
  forceKeepAttr: void 0
29075
29075
  };
29076
29076
  let pe = ht.length;
@@ -29170,7 +29170,7 @@ function G8() {
29170
29170
  He.appendChild(ht.firstChild);
29171
29171
  else
29172
29172
  He = ht;
29173
- return ($.shadowroot || $.shadowrootmode) && (He = rt.call(s, He, !0)), He;
29173
+ return (j.shadowroot || j.shadowrootmode) && (He = rt.call(s, He, !0)), He;
29174
29174
  }
29175
29175
  let gn = Dn ? ht.outerHTML : ht.innerHTML;
29176
29176
  return Dn && N["!doctype"] && ht.ownerDocument && ht.ownerDocument.doctype && ht.ownerDocument.doctype.name && Yn(V8, ht.ownerDocument.doctype.name) && (gn = "<!DOCTYPE " + ht.ownerDocument.doctype.name + `>
@@ -30733,8 +30733,8 @@ const yC = (e, t) => {
30733
30733
  u.push(O);
30734
30734
  const B = a(k, _);
30735
30735
  for (let A = 0; A < B.length; ++A) {
30736
- const j = B[A];
30737
- u.push(U + j);
30736
+ const $ = B[A];
30737
+ u.push(U + $);
30738
30738
  }
30739
30739
  d = p + (d.length > 0 ? " " + d : d);
30740
30740
  }
@@ -30797,7 +30797,7 @@ const yC = (e, t) => {
30797
30797
  "bottom-left",
30798
30798
  // Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
30799
30799
  "left-bottom"
30800
- ], B = () => [...O(), Mt, Ot], A = () => ["auto", "hidden", "clip", "visible", "scroll"], j = () => ["auto", "contain", "none"], D = () => [Mt, Ot, d], Q = () => [Fl, "full", "auto", ...D()], rt = () => [Pr, "none", "subgrid", Mt, Ot], F = () => ["auto", {
30800
+ ], B = () => [...O(), Mt, Ot], A = () => ["auto", "hidden", "clip", "visible", "scroll"], $ = () => ["auto", "contain", "none"], D = () => [Mt, Ot, d], Q = () => [Fl, "full", "auto", ...D()], rt = () => [Pr, "none", "subgrid", Mt, Ot], F = () => ["auto", {
30801
30801
  span: ["full", Pr, Mt, Ot]
30802
30802
  }, Pr, Mt, Ot], q = () => [Pr, "auto", Mt, Ot], st = () => ["auto", "min", "max", "fr", Mt, Ot], Et = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], Y = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], I = () => ["auto", ...D()], J = () => [Fl, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...D()], G = () => [e, Mt, Ot], ft = () => [...O(), a4, r4, {
30803
30803
  position: [Mt, Ot]
@@ -30805,7 +30805,7 @@ const yC = (e, t) => {
30805
30805
  repeat: ["", "x", "y", "space", "round"]
30806
30806
  }], N = () => ["auto", "cover", "contain", tS, KC, {
30807
30807
  size: [Mt, Ot]
30808
- }], Z = () => [k0, Lc, Oa], $ = () => [
30808
+ }], Z = () => [k0, Lc, Oa], j = () => [
30809
30809
  // Deprecated since Tailwind CSS v4.0.0
30810
30810
  "",
30811
30811
  "none",
@@ -30972,21 +30972,21 @@ const yC = (e, t) => {
30972
30972
  * @see https://tailwindcss.com/docs/overscroll-behavior
30973
30973
  */
30974
30974
  overscroll: [{
30975
- overscroll: j()
30975
+ overscroll: $()
30976
30976
  }],
30977
30977
  /**
30978
30978
  * Overscroll Behavior X
30979
30979
  * @see https://tailwindcss.com/docs/overscroll-behavior
30980
30980
  */
30981
30981
  "overscroll-x": [{
30982
- "overscroll-x": j()
30982
+ "overscroll-x": $()
30983
30983
  }],
30984
30984
  /**
30985
30985
  * Overscroll Behavior Y
30986
30986
  * @see https://tailwindcss.com/docs/overscroll-behavior
30987
30987
  */
30988
30988
  "overscroll-y": [{
30989
- "overscroll-y": j()
30989
+ "overscroll-y": $()
30990
30990
  }],
30991
30991
  /**
30992
30992
  * Position
@@ -31858,105 +31858,105 @@ const yC = (e, t) => {
31858
31858
  * @see https://tailwindcss.com/docs/border-radius
31859
31859
  */
31860
31860
  rounded: [{
31861
- rounded: $()
31861
+ rounded: j()
31862
31862
  }],
31863
31863
  /**
31864
31864
  * Border Radius Start
31865
31865
  * @see https://tailwindcss.com/docs/border-radius
31866
31866
  */
31867
31867
  "rounded-s": [{
31868
- "rounded-s": $()
31868
+ "rounded-s": j()
31869
31869
  }],
31870
31870
  /**
31871
31871
  * Border Radius End
31872
31872
  * @see https://tailwindcss.com/docs/border-radius
31873
31873
  */
31874
31874
  "rounded-e": [{
31875
- "rounded-e": $()
31875
+ "rounded-e": j()
31876
31876
  }],
31877
31877
  /**
31878
31878
  * Border Radius Top
31879
31879
  * @see https://tailwindcss.com/docs/border-radius
31880
31880
  */
31881
31881
  "rounded-t": [{
31882
- "rounded-t": $()
31882
+ "rounded-t": j()
31883
31883
  }],
31884
31884
  /**
31885
31885
  * Border Radius Right
31886
31886
  * @see https://tailwindcss.com/docs/border-radius
31887
31887
  */
31888
31888
  "rounded-r": [{
31889
- "rounded-r": $()
31889
+ "rounded-r": j()
31890
31890
  }],
31891
31891
  /**
31892
31892
  * Border Radius Bottom
31893
31893
  * @see https://tailwindcss.com/docs/border-radius
31894
31894
  */
31895
31895
  "rounded-b": [{
31896
- "rounded-b": $()
31896
+ "rounded-b": j()
31897
31897
  }],
31898
31898
  /**
31899
31899
  * Border Radius Left
31900
31900
  * @see https://tailwindcss.com/docs/border-radius
31901
31901
  */
31902
31902
  "rounded-l": [{
31903
- "rounded-l": $()
31903
+ "rounded-l": j()
31904
31904
  }],
31905
31905
  /**
31906
31906
  * Border Radius Start Start
31907
31907
  * @see https://tailwindcss.com/docs/border-radius
31908
31908
  */
31909
31909
  "rounded-ss": [{
31910
- "rounded-ss": $()
31910
+ "rounded-ss": j()
31911
31911
  }],
31912
31912
  /**
31913
31913
  * Border Radius Start End
31914
31914
  * @see https://tailwindcss.com/docs/border-radius
31915
31915
  */
31916
31916
  "rounded-se": [{
31917
- "rounded-se": $()
31917
+ "rounded-se": j()
31918
31918
  }],
31919
31919
  /**
31920
31920
  * Border Radius End End
31921
31921
  * @see https://tailwindcss.com/docs/border-radius
31922
31922
  */
31923
31923
  "rounded-ee": [{
31924
- "rounded-ee": $()
31924
+ "rounded-ee": j()
31925
31925
  }],
31926
31926
  /**
31927
31927
  * Border Radius End Start
31928
31928
  * @see https://tailwindcss.com/docs/border-radius
31929
31929
  */
31930
31930
  "rounded-es": [{
31931
- "rounded-es": $()
31931
+ "rounded-es": j()
31932
31932
  }],
31933
31933
  /**
31934
31934
  * Border Radius Top Left
31935
31935
  * @see https://tailwindcss.com/docs/border-radius
31936
31936
  */
31937
31937
  "rounded-tl": [{
31938
- "rounded-tl": $()
31938
+ "rounded-tl": j()
31939
31939
  }],
31940
31940
  /**
31941
31941
  * Border Radius Top Right
31942
31942
  * @see https://tailwindcss.com/docs/border-radius
31943
31943
  */
31944
31944
  "rounded-tr": [{
31945
- "rounded-tr": $()
31945
+ "rounded-tr": j()
31946
31946
  }],
31947
31947
  /**
31948
31948
  * Border Radius Bottom Right
31949
31949
  * @see https://tailwindcss.com/docs/border-radius
31950
31950
  */
31951
31951
  "rounded-br": [{
31952
- "rounded-br": $()
31952
+ "rounded-br": j()
31953
31953
  }],
31954
31954
  /**
31955
31955
  * Border Radius Bottom Left
31956
31956
  * @see https://tailwindcss.com/docs/border-radius
31957
31957
  */
31958
31958
  "rounded-bl": [{
31959
- "rounded-bl": $()
31959
+ "rounded-bl": j()
31960
31960
  }],
31961
31961
  /**
31962
31962
  * Border Width
@@ -33298,7 +33298,7 @@ const aS = (e) => /* @__PURE__ */ T.createElement("svg", { xmlns: "http://www.w3
33298
33298
  /* @__PURE__ */ E.jsxs("span", { className: "inline-block px-2", children: [
33299
33299
  "main",
33300
33300
  ":",
33301
- "55fd4f77"
33301
+ "bbeb24ac"
33302
33302
  ] })
33303
33303
  ] }) : null;
33304
33304
  }, AS = "_tooltip_5kyas_1", _S = "_bottom_5kyas_29", l4 = {
@@ -33384,7 +33384,7 @@ const aS = (e) => /* @__PURE__ */ T.createElement("svg", { xmlns: "http://www.w3
33384
33384
  }
33385
33385
  }, A = (D) => {
33386
33386
  t && f && (D.key === "Enter" || D.key === "Tab") && (b.current = !0, d(!1), p(!1), U());
33387
- }, j = () => {
33387
+ }, $ = () => {
33388
33388
  const D = [n, "editable-span-base"];
33389
33389
  return f ? D.push("editable-span-editing") : m ? D.push("editable-span-hover") : t && D.push("cursor-pointer"), D.filter(Boolean).join(" ");
33390
33390
  };
@@ -33395,7 +33395,7 @@ const aS = (e) => /* @__PURE__ */ T.createElement("svg", { xmlns: "http://www.w3
33395
33395
  {
33396
33396
  ref: L,
33397
33397
  title: t ? a : void 0,
33398
- className: j(),
33398
+ className: $(),
33399
33399
  contentEditable: f && t,
33400
33400
  suppressContentEditableWarning: !0,
33401
33401
  tabIndex: t && !f ? 0 : void 0,
@@ -35365,8 +35365,8 @@ function rA() {
35365
35365
  return U = B;
35366
35366
  }
35367
35367
  if (A = U, n(M, B)) return A;
35368
- var j = y(B);
35369
- return L !== void 0 && L(A, j) ? (M = B, A) : (M = B, U = j);
35368
+ var $ = y(B);
35369
+ return L !== void 0 && L(A, $) ? (M = B, A) : (M = B, U = $);
35370
35370
  }
35371
35371
  var k = !1, M, U, O = p === void 0 ? null : p;
35372
35372
  return [
@@ -36608,16 +36608,16 @@ function M_(e) {
36608
36608
  const [C, S] = T.useState(null), [_, k] = T.useState(null), M = T.useCallback((G) => {
36609
36609
  G !== A.current && (A.current = G, S(G));
36610
36610
  }, []), U = T.useCallback((G) => {
36611
- G !== j.current && (j.current = G, k(G));
36612
- }, []), O = o || C, B = u || _, A = T.useRef(null), j = T.useRef(null), D = T.useRef(p), Q = d != null, rt = U0(d), F = U0(a), q = U0(m), st = T.useCallback(() => {
36613
- if (!A.current || !j.current)
36611
+ G !== $.current && ($.current = G, k(G));
36612
+ }, []), O = o || C, B = u || _, A = T.useRef(null), $ = T.useRef(null), D = T.useRef(p), Q = d != null, rt = U0(d), F = U0(a), q = U0(m), st = T.useCallback(() => {
36613
+ if (!A.current || !$.current)
36614
36614
  return;
36615
36615
  const G = {
36616
36616
  placement: t,
36617
36617
  strategy: n,
36618
36618
  middleware: L
36619
36619
  };
36620
- F.current && (G.platform = F.current), k_(A.current, j.current, G).then((ft) => {
36620
+ F.current && (G.platform = F.current), k_(A.current, $.current, G).then((ft) => {
36621
36621
  const pt = {
36622
36622
  ...ft,
36623
36623
  // The floating element's position may be recomputed while it's closed
@@ -36641,7 +36641,7 @@ function M_(e) {
36641
36641
  X1(() => (Et.current = !0, () => {
36642
36642
  Et.current = !1;
36643
36643
  }), []), X1(() => {
36644
- if (O && (A.current = O), B && (j.current = B), O && B) {
36644
+ if (O && (A.current = O), B && ($.current = B), O && B) {
36645
36645
  if (rt.current)
36646
36646
  return rt.current(O, B, st);
36647
36647
  st();
@@ -36649,7 +36649,7 @@ function M_(e) {
36649
36649
  }, [O, B, st, rt, Q]);
36650
36650
  const Y = T.useMemo(() => ({
36651
36651
  reference: A,
36652
- floating: j,
36652
+ floating: $,
36653
36653
  setReference: M,
36654
36654
  setFloating: U
36655
36655
  }), [M, U]), I = T.useMemo(() => ({
@@ -37004,21 +37004,21 @@ function V9(e, t) {
37004
37004
  let G9 = T.Fragment, Z9 = pf.RenderStrategy;
37005
37005
  function ok(e, t) {
37006
37006
  var n, s;
37007
- let { transition: a = !0, beforeEnter: o, afterEnter: u, beforeLeave: f, afterLeave: d, enter: m, enterFrom: p, enterTo: y, entered: L, leave: b, leaveFrom: C, leaveTo: S, ..._ } = e, [k, M] = T.useState(null), U = T.useRef(null), O = P9(e), B = Ls(...O ? [U, t, M] : t === null ? [] : [t]), A = (n = _.unmount) == null || n ? Kr.Unmount : Kr.Hidden, { show: j, appear: D, initial: Q } = ak(), [rt, F] = T.useState(j ? "visible" : "hidden"), q = lk(), { register: st, unregister: Et } = q;
37007
+ let { transition: a = !0, beforeEnter: o, afterEnter: u, beforeLeave: f, afterLeave: d, enter: m, enterFrom: p, enterTo: y, entered: L, leave: b, leaveFrom: C, leaveTo: S, ..._ } = e, [k, M] = T.useState(null), U = T.useRef(null), O = P9(e), B = Ls(...O ? [U, t, M] : t === null ? [] : [t]), A = (n = _.unmount) == null || n ? Kr.Unmount : Kr.Hidden, { show: $, appear: D, initial: Q } = ak(), [rt, F] = T.useState($ ? "visible" : "hidden"), q = lk(), { register: st, unregister: Et } = q;
37008
37008
  Nn(() => st(U), [st, U]), Nn(() => {
37009
37009
  if (A === Kr.Hidden && U.current) {
37010
- if (j && rt !== "visible") {
37010
+ if ($ && rt !== "visible") {
37011
37011
  F("visible");
37012
37012
  return;
37013
37013
  }
37014
37014
  return Oi(rt, { hidden: () => Et(U), visible: () => st(U) });
37015
37015
  }
37016
- }, [rt, U, st, Et, j, A]);
37016
+ }, [rt, U, st, Et, $, A]);
37017
37017
  let Y = rd();
37018
37018
  Nn(() => {
37019
37019
  if (O && Y && rt === "visible" && U.current === null) throw new Error("Did you forget to passthrough the `ref` to the actual DOM node?");
37020
37020
  }, [U, rt, Y, O]);
37021
- let I = Q && !D, J = D && j && Q, G = T.useRef(!1), ft = V9(() => {
37021
+ let I = Q && !D, J = D && $ && Q, G = T.useRef(!1), ft = V9(() => {
37022
37022
  G.current || (F("hidden"), Et(U));
37023
37023
  }, q), pt = de((vt) => {
37024
37024
  G.current = !0;
@@ -37033,10 +37033,10 @@ function ok(e, t) {
37033
37033
  }), ne === "leave" && !od(ft) && (F("hidden"), Et(U));
37034
37034
  });
37035
37035
  T.useEffect(() => {
37036
- O && a || (pt(j), N(j));
37037
- }, [j, O, a]);
37038
- let Z = !(!a || !O || !Y || I), [, $] = NA(Z, k, j, { start: pt, end: N }), X = Gr({ ref: B, className: ((s = M2(_.className, J && m, J && p, $.enter && m, $.enter && $.closed && p, $.enter && !$.closed && y, $.leave && b, $.leave && !$.closed && C, $.leave && $.closed && S, !$.transition && j && L)) == null ? void 0 : s.trim()) || void 0, ...kA($) }), ot = 0;
37039
- rt === "visible" && (ot |= ui.Open), rt === "hidden" && (ot |= ui.Closed), j && rt === "hidden" && (ot |= ui.Opening), !j && rt === "visible" && (ot |= ui.Closing);
37036
+ O && a || (pt($), N($));
37037
+ }, [$, O, a]);
37038
+ let Z = !(!a || !O || !Y || I), [, j] = NA(Z, k, $, { start: pt, end: N }), X = Gr({ ref: B, className: ((s = M2(_.className, J && m, J && p, j.enter && m, j.enter && j.closed && p, j.enter && !j.closed && y, j.leave && b, j.leave && !j.closed && C, j.leave && j.closed && S, !j.transition && $ && L)) == null ? void 0 : s.trim()) || void 0, ...kA(j) }), ot = 0;
37039
+ rt === "visible" && (ot |= ui.Open), rt === "hidden" && (ot |= ui.Closed), $ && rt === "hidden" && (ot |= ui.Opening), !$ && rt === "visible" && (ot |= ui.Closing);
37040
37040
  let St = Gn();
37041
37041
  return Nt.createElement(ld.Provider, { value: ft }, Nt.createElement(I_, { value: ot }, St({ ourProps: X, theirProps: _, defaultTag: G9, features: Z9, visible: rt === "visible", name: "Transition.Child" })));
37042
37042
  }
@@ -37092,26 +37092,26 @@ let I4 = vn(function(e, t) {
37092
37092
  })();
37093
37093
  let b = id();
37094
37094
  a === void 0 && b !== null && (a = (b & ui.Open) === ui.Open);
37095
- let C = T.useRef(null), S = Ls(C, t), _ = ym(C.current), k = a ? 0 : 1, [M, U] = T.useReducer(mk, { titleId: null, descriptionId: null, panelRef: T.createRef() }), O = de(() => o(!1)), B = de(($) => U({ type: 0, id: $ })), A = rd() ? k === 0 : !1, [j, D] = P_(), Q = { get current() {
37096
- var $;
37097
- return ($ = M.panelRef.current) != null ? $ : C.current;
37098
- } }, rt = $9(), { resolveContainers: F } = X_({ mainTreeNode: rt, portals: j, defaultContainers: [Q] }), q = b !== null ? (b & ui.Closing) === ui.Closing : !1;
37095
+ let C = T.useRef(null), S = Ls(C, t), _ = ym(C.current), k = a ? 0 : 1, [M, U] = T.useReducer(mk, { titleId: null, descriptionId: null, panelRef: T.createRef() }), O = de(() => o(!1)), B = de((j) => U({ type: 0, id: j })), A = rd() ? k === 0 : !1, [$, D] = P_(), Q = { get current() {
37096
+ var j;
37097
+ return (j = M.panelRef.current) != null ? j : C.current;
37098
+ } }, rt = $9(), { resolveContainers: F } = X_({ mainTreeNode: rt, portals: $, defaultContainers: [Q] }), q = b !== null ? (b & ui.Closing) === ui.Closing : !1;
37099
37099
  cA(m || q ? !1 : A, { allowed: de(() => {
37100
- var $, X;
37101
- return [(X = ($ = C.current) == null ? void 0 : $.closest("[data-headlessui-portal]")) != null ? X : null];
37100
+ var j, X;
37101
+ return [(X = (j = C.current) == null ? void 0 : j.closest("[data-headlessui-portal]")) != null ? X : null];
37102
37102
  }), disallowed: de(() => {
37103
- var $;
37104
- return [($ = rt?.closest("body > *:not(#headlessui-portal-root)")) != null ? $ : null];
37103
+ var j;
37104
+ return [(j = rt?.closest("body > *:not(#headlessui-portal-root)")) != null ? j : null];
37105
37105
  }) });
37106
37106
  let st = u9.get(null);
37107
37107
  Nn(() => {
37108
37108
  if (A) return st.actions.push(s), () => st.actions.pop(s);
37109
37109
  }, [st, s, A]);
37110
- let Et = f9(st, T.useCallback(($) => st.selectors.isTop($, s), [st, s]));
37111
- LA(Et, F, ($) => {
37112
- $.preventDefault(), O();
37113
- }), Z_(Et, _?.defaultView, ($) => {
37114
- $.preventDefault(), $.stopPropagation(), document.activeElement && "blur" in document.activeElement && typeof document.activeElement.blur == "function" && document.activeElement.blur(), O();
37110
+ let Et = f9(st, T.useCallback((j) => st.selectors.isTop(j, s), [st, s]));
37111
+ LA(Et, F, (j) => {
37112
+ j.preventDefault(), O();
37113
+ }), Z_(Et, _?.defaultView, (j) => {
37114
+ j.preventDefault(), j.stopPropagation(), document.activeElement && "blur" in document.activeElement && typeof document.activeElement.blur == "function" && document.activeElement.blur(), O();
37115
37115
  }), RA(m || q ? !1 : A, _, F), uA(A, C, O);
37116
37116
  let [Y, I] = xm(), J = T.useMemo(() => [{ dialogState: k, close: O, setTitleId: B, unmount: p }, M], [k, O, B, p, M]), G = mr({ open: k === 0 }), ft = { ref: S, id: s, role: f, tabIndex: -1, "aria-modal": m ? void 0 : k === 0 ? !0 : void 0, "aria-labelledby": M.titleId, "aria-describedby": Y, unmount: p }, pt = !Y_(), N = Ba.None;
37117
37117
  A && !m && (N |= Ba.RestoreFocus, N |= Ba.TabLock, d && (N |= Ba.AutoFocus), pt && (N |= Ba.InitialFocus));
@@ -37181,28 +37181,28 @@ function Ak(e, t) {
37181
37181
  }
37182
37182
  let _k = "div";
37183
37183
  function kk(e, t) {
37184
- let n = T.useId(), s = qf(), { id: a = `headlessui-radiogroup-${n}`, value: o, form: u, name: f, onChange: d, by: m, disabled: p = s || !1, defaultValue: y, tabIndex: L = 0, ...b } = e, C = WR(m), [S, _] = T.useReducer(Ak, { options: [] }), k = S.options, [M, U] = r9(), [O, B] = xm(), A = T.useRef(null), j = Ls(A, t), D = vR(y), [Q, rt] = ER(o, d, D), F = T.useMemo(() => k.find((Z) => !Z.propsRef.current.disabled), [k]), q = T.useMemo(() => k.some((Z) => C(Z.propsRef.current.value, Q)), [k, Q]), st = de((Z) => {
37185
- var $;
37184
+ let n = T.useId(), s = qf(), { id: a = `headlessui-radiogroup-${n}`, value: o, form: u, name: f, onChange: d, by: m, disabled: p = s || !1, defaultValue: y, tabIndex: L = 0, ...b } = e, C = WR(m), [S, _] = T.useReducer(Ak, { options: [] }), k = S.options, [M, U] = r9(), [O, B] = xm(), A = T.useRef(null), $ = Ls(A, t), D = vR(y), [Q, rt] = ER(o, d, D), F = T.useMemo(() => k.find((Z) => !Z.propsRef.current.disabled), [k]), q = T.useMemo(() => k.some((Z) => C(Z.propsRef.current.value, Q)), [k, Q]), st = de((Z) => {
37185
+ var j;
37186
37186
  if (p || C(Z, Q)) return !1;
37187
- let X = ($ = k.find((ot) => C(ot.propsRef.current.value, Z))) == null ? void 0 : $.propsRef.current;
37187
+ let X = (j = k.find((ot) => C(ot.propsRef.current.value, Z))) == null ? void 0 : j.propsRef.current;
37188
37188
  return X != null && X.disabled ? !1 : (rt?.(Z), !0);
37189
37189
  }), Et = de((Z) => {
37190
37190
  if (!A.current) return;
37191
- let $ = k.filter((X) => X.propsRef.current.disabled === !1).map((X) => X.element.current);
37191
+ let j = k.filter((X) => X.propsRef.current.disabled === !1).map((X) => X.element.current);
37192
37192
  switch (Z.key) {
37193
37193
  case Zr.Enter:
37194
37194
  wR(Z.currentTarget);
37195
37195
  break;
37196
37196
  case Zr.ArrowLeft:
37197
37197
  case Zr.ArrowUp:
37198
- if (Z.preventDefault(), Z.stopPropagation(), Fa($, Os.Previous | Os.WrapAround) === Yc.Success) {
37198
+ if (Z.preventDefault(), Z.stopPropagation(), Fa(j, Os.Previous | Os.WrapAround) === Yc.Success) {
37199
37199
  let X = k.find((ot) => Y1(ot.element.current));
37200
37200
  X && st(X.propsRef.current.value);
37201
37201
  }
37202
37202
  break;
37203
37203
  case Zr.ArrowRight:
37204
37204
  case Zr.ArrowDown:
37205
- if (Z.preventDefault(), Z.stopPropagation(), Fa($, Os.Next | Os.WrapAround) === Yc.Success) {
37205
+ if (Z.preventDefault(), Z.stopPropagation(), Fa(j, Os.Next | Os.WrapAround) === Yc.Success) {
37206
37206
  let X = k.find((ot) => Y1(ot.element.current));
37207
37207
  X && st(X.propsRef.current.value);
37208
37208
  }
@@ -37215,7 +37215,7 @@ function kk(e, t) {
37215
37215
  }
37216
37216
  break;
37217
37217
  }
37218
- }), Y = de((Z) => (_({ type: 0, ...Z }), () => _({ type: 1, id: Z.id }))), I = T.useMemo(() => ({ value: Q, firstOption: F, containsCheckedOption: q, disabled: p, compare: C, tabIndex: L, ...S }), [Q, F, q, p, C, L, S]), J = T.useMemo(() => ({ registerOption: Y, change: st }), [Y, st]), G = { ref: j, id: a, role: "radiogroup", "aria-labelledby": M, "aria-describedby": O, onKeyDown: Et }, ft = mr({ value: Q }), pt = T.useCallback(() => {
37218
+ }), Y = de((Z) => (_({ type: 0, ...Z }), () => _({ type: 1, id: Z.id }))), I = T.useMemo(() => ({ value: Q, firstOption: F, containsCheckedOption: q, disabled: p, compare: C, tabIndex: L, ...S }), [Q, F, q, p, C, L, S]), J = T.useMemo(() => ({ registerOption: Y, change: st }), [Y, st]), G = { ref: $, id: a, role: "radiogroup", "aria-labelledby": M, "aria-describedby": O, onKeyDown: Et }, ft = mr({ value: Q }), pt = T.useCallback(() => {
37219
37219
  if (D !== void 0) return st(D);
37220
37220
  }, [st, D]), N = Gn();
37221
37221
  return Nt.createElement(B, { name: "RadioGroup.Description" }, Nt.createElement(U, { name: "RadioGroup.Label" }, Nt.createElement(Rm.Provider, { value: J }, Nt.createElement(Cm.Provider, { value: I }, f != null && Nt.createElement(_R, { disabled: p, data: { [f]: Q || "on" }, overrides: { type: "radio", checked: Q != null }, form: u, onReset: pt }), N({ ourProps: G, theirProps: b, slot: ft, defaultTag: _k, name: "RadioGroup" })))));
@@ -37229,7 +37229,7 @@ function Ok(e, t) {
37229
37229
  var st;
37230
37230
  if (Jx(q.currentTarget)) return q.preventDefault();
37231
37231
  a.change(f) && ((st = y.current) == null || st.focus());
37232
- }), U = ((n = s.firstOption) == null ? void 0 : n.id) === u, { isFocusVisible: O, focusProps: B } = Px({ autoFocus: m }), { isHovered: A, hoverProps: j } = Fx({ isDisabled: d }), D = s.compare(s.value, f), Q = Zx({ ref: L, id: u, role: "radio", "aria-checked": D ? "true" : "false", "aria-labelledby": b, "aria-describedby": S, "aria-disabled": d ? !0 : void 0, tabIndex: d ? -1 : D || !s.containsCheckedOption && U ? s.tabIndex : -1, onClick: d ? void 0 : M, autoFocus: m }, B, j), rt = mr({ checked: D, disabled: d, active: O, hover: A, focus: O, autofocus: m }), F = Gn();
37232
+ }), U = ((n = s.firstOption) == null ? void 0 : n.id) === u, { isFocusVisible: O, focusProps: B } = Px({ autoFocus: m }), { isHovered: A, hoverProps: $ } = Fx({ isDisabled: d }), D = s.compare(s.value, f), Q = Zx({ ref: L, id: u, role: "radio", "aria-checked": D ? "true" : "false", "aria-labelledby": b, "aria-describedby": S, "aria-disabled": d ? !0 : void 0, tabIndex: d ? -1 : D || !s.containsCheckedOption && U ? s.tabIndex : -1, onClick: d ? void 0 : M, autoFocus: m }, B, $), rt = mr({ checked: D, disabled: d, active: O, hover: A, focus: O, autofocus: m }), F = Gn();
37233
37233
  return Nt.createElement(_, { name: "RadioGroup.Description" }, Nt.createElement(C, { name: "RadioGroup.Label" }, F({ ourProps: Q, theirProps: p, slot: rt, defaultTag: Nk, name: "RadioGroup.Option" })));
37234
37234
  }
37235
37235
  let Mk = "span";
@@ -37241,7 +37241,7 @@ function Ik(e, t) {
37241
37241
  var q;
37242
37242
  if (Jx(F.currentTarget)) return F.preventDefault();
37243
37243
  a.change(m) && ((q = b.current) == null || q.focus());
37244
- }), { isFocusVisible: U, focusProps: O } = Px({ autoFocus: y }), { isHovered: B, hoverProps: A } = Fx({ isDisabled: p }), j = ((n = s.firstOption) == null ? void 0 : n.id) === d, D = s.compare(s.value, m), Q = Zx({ ref: C, id: d, role: "radio", "aria-checked": D ? "true" : "false", "aria-labelledby": S, "aria-describedby": _, "aria-disabled": p ? !0 : void 0, tabIndex: p ? -1 : D || !s.containsCheckedOption && j ? s.tabIndex : -1, autoFocus: y, onClick: p ? void 0 : M }, O, A), rt = mr({ checked: D, disabled: p, hover: B, focus: U, autofocus: y });
37244
+ }), { isFocusVisible: U, focusProps: O } = Px({ autoFocus: y }), { isHovered: B, hoverProps: A } = Fx({ isDisabled: p }), $ = ((n = s.firstOption) == null ? void 0 : n.id) === d, D = s.compare(s.value, m), Q = Zx({ ref: C, id: d, role: "radio", "aria-checked": D ? "true" : "false", "aria-labelledby": S, "aria-describedby": _, "aria-disabled": p ? !0 : void 0, tabIndex: p ? -1 : D || !s.containsCheckedOption && $ ? s.tabIndex : -1, autoFocus: y, onClick: p ? void 0 : M }, O, A), rt = mr({ checked: D, disabled: p, hover: B, focus: U, autofocus: y });
37245
37245
  return Gn()({ ourProps: Q, theirProps: L, slot: rt, defaultTag: Mk, name: "Radio" });
37246
37246
  }
37247
37247
  let Dk = vn(kk), zk = vn(Ok), K9 = vn(Ik), Bk = I2, Hk = n9, jk = Object.assign(Dk, { Option: zk, Radio: K9, Label: Bk, Description: Hk });
@@ -38149,8 +38149,8 @@ const Xa = /[!@#$%^&*()+-,.?''":{}|<>/\s]/, go = (e) => {
38149
38149
  if (!L || !n || f.length === 0) return;
38150
38150
  let b = 1 / 0, C = -1 / 0;
38151
38151
  for (const A of f) {
38152
- const j = A.replace(/[^A-Za-z0-9_-]/g, "\\$&"), D = n.querySelector(
38153
- `#${j} .participant`
38152
+ const $ = A.replace(/[^A-Za-z0-9_-]/g, "\\$&"), D = n.querySelector(
38153
+ `#${$} .participant`
38154
38154
  );
38155
38155
  if (!D) continue;
38156
38156
  const Q = D.getBoundingClientRect();
@@ -38159,13 +38159,13 @@ const Xa = /[!@#$%^&*()+-,.?''":{}|<>/\s]/, go = (e) => {
38159
38159
  if (!isFinite(b) || !isFinite(C)) return;
38160
38160
  const S = L.getBoundingClientRect(), _ = b - S.left, k = C - S.left, M = _ - H4 - F0, U = k + H4 + F0, O = -F0, B = S.height + _m;
38161
38161
  u((A) => {
38162
- const j = {
38162
+ const $ = {
38163
38163
  left: M,
38164
38164
  top: O,
38165
38165
  width: U - M,
38166
38166
  height: B
38167
38167
  };
38168
- return A && A.left === j.left && A.top === j.top && A.width === j.width && A.height === j.height ? A : j;
38168
+ return A && A.left === $.left && A.top === $.top && A.width === $.width && A.height === $.height ? A : $;
38169
38169
  });
38170
38170
  }, [n, f.join(",")]);
38171
38171
  if (T.useLayoutEffect(() => {
@@ -38221,11 +38221,11 @@ const Xa = /[!@#$%^&*()+-,.?''":{}|<>/\s]/, go = (e) => {
38221
38221
  }) => {
38222
38222
  const f = $4(t), d = $4(n), m = `${f}->${d}.${s}`, p = a ?? o?.braceBlock?.()?.block?.(), y = p?.stat?.() || [];
38223
38223
  if (!p && o) {
38224
- const O = na(e, o.start.start), B = j4(e, o.stop.stop), A = e.slice(O, B).replace(/\n$/, ""), j = A.match(/^\s*/)?.[0] ?? "", D = A.trimStart(), Q = `${j} `, rt = B > 0 && e[B - 1] === `
38224
+ const O = na(e, o.start.start), B = j4(e, o.stop.stop), A = e.slice(O, B).replace(/\n$/, ""), $ = A.match(/^\s*/)?.[0] ?? "", D = A.trimStart(), Q = `${$} `, rt = B > 0 && e[B - 1] === `
38225
38225
  ` ? `
38226
- ` : "", F = `${j}${D} {
38226
+ ` : "", F = `${$}${D} {
38227
38227
  ${Q}${m}
38228
- ${j}}${rt}`, q = O + `${j}${D} {
38228
+ ${$}}${rt}`, q = O + `${$}${D} {
38229
38229
  ${Q}${f}->${d}.`.length, st = q + s.length - 1;
38230
38230
  return {
38231
38231
  code: e.slice(0, O) + F + e.slice(B),
@@ -38305,7 +38305,7 @@ ${Q}${f}->${d}.`.length, st = q + s.length - 1;
38305
38305
  hoverTarget: F
38306
38306
  }
38307
38307
  );
38308
- }, j = (Q) => {
38308
+ }, $ = (Q) => {
38309
38309
  const rt = y.current;
38310
38310
  if (!rt || L.current)
38311
38311
  return;
@@ -38330,8 +38330,8 @@ ${Q}${f}->${d}.`.length, st = q + s.length - 1;
38330
38330
  }, D = (Q) => {
38331
38331
  Q.key === "Escape" && (p(null), u([]));
38332
38332
  };
38333
- return window.addEventListener("pointermove", A), window.addEventListener("pointerup", j, { once: !0 }), window.addEventListener("keydown", D), () => {
38334
- window.removeEventListener("pointermove", A), window.removeEventListener("pointerup", j), window.removeEventListener("keydown", D);
38333
+ return window.addEventListener("pointermove", A), window.addEventListener("pointerup", $, { once: !0 }), window.addEventListener("keydown", D), () => {
38334
+ window.removeEventListener("pointermove", A), window.removeEventListener("pointerup", $), window.removeEventListener("keydown", D);
38335
38335
  };
38336
38336
  }, [
38337
38337
  f,
@@ -38392,12 +38392,12 @@ ${Q}${f}->${d}.`.length, st = q + s.length - 1;
38392
38392
  m && S.map((O) => {
38393
38393
  const B = O.name === m.source, A = O.name === m.hoverTarget;
38394
38394
  if (!B && !A) return null;
38395
- const j = n.querySelector(
38395
+ const $ = n.querySelector(
38396
38396
  `[data-participant-id="${O.name}"]`
38397
38397
  );
38398
- if (!j)
38398
+ if (!$)
38399
38399
  return null;
38400
- const D = j.getBoundingClientRect();
38400
+ const D = $.getBoundingClientRect();
38401
38401
  return /* @__PURE__ */ E.jsx(
38402
38402
  "div",
38403
38403
  {
@@ -38816,7 +38816,7 @@ function bN() {
38816
38816
  return Rt;
38817
38817
  }).map((Ut) => `(${Ut})`).join(ct);
38818
38818
  }
38819
- const A = /\b\B/, j = "[a-zA-Z]\\w*", D = "[a-zA-Z_]\\w*", Q = "\\b\\d+(\\.\\d+)?", rt = "(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)", F = "\\b(0b[01]+)", q = "!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~", st = (H = {}) => {
38819
+ const A = /\b\B/, $ = "[a-zA-Z]\\w*", D = "[a-zA-Z_]\\w*", Q = "\\b\\d+(\\.\\d+)?", rt = "(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)", F = "\\b(0b[01]+)", q = "!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~", st = (H = {}) => {
38820
38820
  const ct = /^#![ ]*\//;
38821
38821
  return H.binary && (H.begin = S(
38822
38822
  ct,
@@ -38920,7 +38920,7 @@ function bN() {
38920
38920
  scope: "number",
38921
38921
  begin: Q,
38922
38922
  relevance: 0
38923
- }, $ = {
38923
+ }, j = {
38924
38924
  scope: "number",
38925
38925
  begin: rt,
38926
38926
  relevance: 0
@@ -38943,7 +38943,7 @@ function bN() {
38943
38943
  ]
38944
38944
  }, St = {
38945
38945
  scope: "title",
38946
- begin: j,
38946
+ begin: $,
38947
38947
  relevance: 0
38948
38948
  }, vt = {
38949
38949
  scope: "title",
@@ -38963,7 +38963,7 @@ function bN() {
38963
38963
  COMMENT: G,
38964
38964
  C_BLOCK_COMMENT_MODE: pt,
38965
38965
  C_LINE_COMMENT_MODE: ft,
38966
- C_NUMBER_MODE: $,
38966
+ C_NUMBER_MODE: j,
38967
38967
  C_NUMBER_RE: rt,
38968
38968
  END_SAME_AS_BEGIN: function(H) {
38969
38969
  return Object.assign(
@@ -38981,7 +38981,7 @@ function bN() {
38981
38981
  );
38982
38982
  },
38983
38983
  HASH_COMMENT_MODE: N,
38984
- IDENT_RE: j,
38984
+ IDENT_RE: $,
38985
38985
  MATCH_NOTHING_RE: A,
38986
38986
  METHOD_GUARD: ne,
38987
38987
  NUMBER_MODE: Z,
@@ -39824,12 +39824,12 @@ function SN(e) {
39824
39824
  }
39825
39825
  N === ">" && (n(G, { after: pt }) || ft.ignoreMatch());
39826
39826
  let Z;
39827
- const $ = G.input.substring(pt);
39828
- if (Z = $.match(/^\s*=/)) {
39827
+ const j = G.input.substring(pt);
39828
+ if (Z = j.match(/^\s*=/)) {
39829
39829
  ft.ignoreMatch();
39830
39830
  return;
39831
39831
  }
39832
- if ((Z = $.match(/^\s+extends\s+/)) && Z.index === 0) {
39832
+ if ((Z = j.match(/^\s+extends\s+/)) && Z.index === 0) {
39833
39833
  ft.ignoreMatch();
39834
39834
  return;
39835
39835
  }
@@ -39995,7 +39995,7 @@ function SN(e) {
39995
39995
  excludeEnd: !0,
39996
39996
  keywords: f,
39997
39997
  contains: B
39998
- }, j = {
39998
+ }, $ = {
39999
39999
  variants: [
40000
40000
  // class Car extends vehicle
40001
40001
  {
@@ -40295,7 +40295,7 @@ function SN(e) {
40295
40295
  },
40296
40296
  st,
40297
40297
  F,
40298
- j,
40298
+ $,
40299
40299
  Y,
40300
40300
  {
40301
40301
  match: /\$[(.]/
@@ -41769,10 +41769,10 @@ const Js = (e) => {
41769
41769
  }, [e.context]), S = e.number ? `${e.number}.${e.context?.Statements()?.length + 1}` : void 0, _ = e.context?.braceBlock?.()?.block?.() ?? null, k = e.context?.Statements?.()?.length ?? _?.stat?.()?.length ?? 0, M = !!e.enableCreateDrag && n && t === Ge.Dynamic, U = (O) => {
41770
41770
  if (!M || !a)
41771
41771
  return;
41772
- const B = O.currentTarget, A = O.target, j = Array.from(B.children).find(
41772
+ const B = O.currentTarget, A = O.target, $ = Array.from(B.children).find(
41773
41773
  (q) => q.classList.contains("block")
41774
41774
  );
41775
- if (A?.closest(".occurrence-collapsible-header") || A?.closest(".message") || (j?.contains(A) ?? !1) || A?.closest("[contenteditable='true']"))
41775
+ if (A?.closest(".occurrence-collapsible-header") || A?.closest(".message") || ($?.contains(A) ?? !1) || A?.closest("[contenteditable='true']"))
41776
41776
  return;
41777
41777
  O.preventDefault(), O.stopPropagation();
41778
41778
  const D = a.getBoundingClientRect(), Q = B.getBoundingClientRect(), rt = Q.left - D.left + Q.width / 2, F = O.clientY - D.top;
@@ -42497,10 +42497,10 @@ const tO = (e) => {
42497
42497
  return e;
42498
42498
  const L = e.slice(d, m), b = e.slice(p, y), C = e.slice(0, d) + e.slice(m), S = d < p, _ = S ? p - L.length : p, k = S ? y - L.length : y, M = s === "before" ? _ : k, U = G4(L).length, O = G4(b).length, B = iO(L, O - U), A = M > 0 && C[M - 1] !== `
42499
42499
  ` && !B.startsWith(`
42500
- `), j = M < C.length && C[M] !== `
42500
+ `), $ = M < C.length && C[M] !== `
42501
42501
  ` && !B.endsWith(`
42502
42502
  `), D = `${A ? `
42503
- ` : ""}${B}${j ? `
42503
+ ` : ""}${B}${$ ? `
42504
42504
  ` : ""}`;
42505
42505
  return C.slice(0, M) + D + C.slice(M);
42506
42506
  }, aO = (e, t) => {
@@ -42572,7 +42572,7 @@ const tO = (e) => {
42572
42572
  );
42573
42573
  if (t !== Ge.Dynamic || O.length < 2 || !n && !s)
42574
42574
  return null;
42575
- const j = (rt, F) => {
42575
+ const $ = (rt, F) => {
42576
42576
  if (F.preventDefault(), F.stopPropagation(), !u) return;
42577
42577
  const q = u.getBoundingClientRect(), st = xs(o, rt), Y = F.currentTarget.getBoundingClientRect(), I = Y.top - q.top + Y.height / 2;
42578
42578
  m(null), p([rt]), d({
@@ -42604,7 +42604,7 @@ const tO = (e) => {
42604
42604
  "data-testid": `message-create-handle-${e.insertIndex}-${rt.name}`,
42605
42605
  title: `Drag to create a message from ${rt.name}`,
42606
42606
  "aria-label": `Drag to create a message from ${rt.name}`,
42607
- onPointerDown: (F) => j(rt.name, F),
42607
+ onPointerDown: (F) => $(rt.name, F),
42608
42608
  children: "+"
42609
42609
  },
42610
42610
  rt.name
@@ -43403,7 +43403,7 @@ const VO = (e, t) => {
43403
43403
  if (st.line = Et === -1 ? e.slice(st.lineHead) : e.slice(st.lineHead, Et), st.prevLine = zv(e, st.start), st.leadingSpaces = e.slice(st.lineHead).match(/^\s*/)?.[0] || "", st.prevLineIsComment = st.prevLine.trim().startsWith("//"), st.prevLineIsComment) {
43404
43404
  const pt = st.prevLine.trimStart().slice(2).trimStart(), N = pt.indexOf("["), Z = pt.indexOf("]");
43405
43405
  st.hasStyleBrackets = !!(N === 0 && Z), st.hasStyleBrackets ? y(
43406
- pt.slice(N + 1, Z).split(",").map(($) => $.trim())
43406
+ pt.slice(N + 1, Z).split(",").map((j) => j.trim())
43407
43407
  ) : y([]);
43408
43408
  }
43409
43409
  const Y = q.closest(".interaction"), I = Y?.classList, J = F?.messageBody?.()?.func?.()?.signature?.()?.[0], G = F?.content?.(), ft = F?.creationBody?.()?.parameters?.();
@@ -43422,13 +43422,13 @@ const VO = (e, t) => {
43422
43422
  };
43423
43423
  return window.addEventListener("keydown", F), () => window.removeEventListener("keydown", F);
43424
43424
  }, [f]);
43425
- const [A, j] = T.useState(null), D = T.useRef(null), Q = T.useCallback((F) => {
43426
- D.current && (clearTimeout(D.current), D.current = null), j(F);
43425
+ const [A, $] = T.useState(null), D = T.useRef(null), Q = T.useCallback((F) => {
43426
+ D.current && (clearTimeout(D.current), D.current = null), $(F);
43427
43427
  }, []), rt = T.useCallback(() => {
43428
- D.current = setTimeout(() => j(null), 120);
43428
+ D.current = setTimeout(() => $(null), 120);
43429
43429
  }, []);
43430
43430
  return T.useEffect(() => {
43431
- d || j(null);
43431
+ d || $(null);
43432
43432
  }, [d]), /* @__PURE__ */ E.jsx(my, { children: /* @__PURE__ */ E.jsx("div", { id: "style-panel", ref: _.setFloating, style: { ...k, zIndex: 40 }, children: d && /* @__PURE__ */ E.jsxs("div", { className: "flex items-center bg-white shadow-md z-40 rounded-md p-1 gap-1", children: [
43433
43433
  /* @__PURE__ */ E.jsx("div", { className: "flex", children: GO.map((F) => /* @__PURE__ */ E.jsx(
43434
43434
  "button",
@@ -43486,7 +43486,7 @@ const VO = (e, t) => {
43486
43486
  title: "Change message type",
43487
43487
  "aria-expanded": A === "type",
43488
43488
  "aria-haspopup": "true",
43489
- onClick: () => j(A === "type" ? null : "type"),
43489
+ onClick: () => Q("type"),
43490
43490
  children: [
43491
43491
  S.current.currentType,
43492
43492
  " ▾"
@@ -43511,7 +43511,7 @@ const VO = (e, t) => {
43511
43511
  "aria-pressed": st,
43512
43512
  title: Et,
43513
43513
  onClick: () => {
43514
- U(F), j(null);
43514
+ U(F), $(null);
43515
43515
  },
43516
43516
  className: Ht(
43517
43517
  "px-2 py-1 rounded-md text-[11px] uppercase tracking-wide text-black text-left hover:bg-gray-100",
@@ -43549,7 +43549,7 @@ const VO = (e, t) => {
43549
43549
  title: "Wrap in fragment",
43550
43550
  "aria-expanded": A === "wrap",
43551
43551
  "aria-haspopup": "true",
43552
- onClick: () => j(A === "wrap" ? null : "wrap"),
43552
+ onClick: () => Q("wrap"),
43553
43553
  children: "Wrap ▾"
43554
43554
  }
43555
43555
  ),
@@ -43672,11 +43672,11 @@ ${y}`;
43672
43672
  if (!p.current || m.length === 0) return;
43673
43673
  const O = p.current.getBoundingClientRect().left, B = {};
43674
43674
  for (const A of m) {
43675
- const j = document.querySelector(
43675
+ const $ = document.querySelector(
43676
43676
  `[data-participant-id="${CSS.escape(A)}"]`
43677
43677
  );
43678
- if (!j) continue;
43679
- const D = j.getBoundingClientRect();
43678
+ if (!$) continue;
43679
+ const D = $.getBoundingClientRect();
43680
43680
  B[A] = {
43681
43681
  boxLeft: D.left - O,
43682
43682
  boxRight: D.right - O
@@ -43874,8 +43874,8 @@ ${y}`;
43874
43874
  if (!p || !C.current || !L) return;
43875
43875
  const O = C.current.getBoundingClientRect();
43876
43876
  let { top: B, left: A } = L;
43877
- const j = 8;
43878
- A + O.width > window.innerWidth - j && (A = window.innerWidth - O.width - j), A < j && (A = j), B + O.height > window.innerHeight - j && (B = L.top - O.height - 12), (B !== L.top || A !== L.left) && b({ top: B, left: A });
43877
+ const $ = 8;
43878
+ A + O.width > window.innerWidth - $ && (A = window.innerWidth - O.width - $), A < $ && (A = $), B + O.height > window.innerHeight - $ && (B = L.top - O.height - 12), (B !== L.top || A !== L.left) && b({ top: B, left: A });
43879
43879
  }, [p, L]), T.useEffect(() => {
43880
43880
  if (!p) return;
43881
43881
  const O = (A) => {
@@ -43890,13 +43890,13 @@ ${y}`;
43890
43890
  return null;
43891
43891
  const U = (O) => {
43892
43892
  let B = n;
43893
- const A = o, j = cr(o).filter(
43893
+ const A = o, $ = cr(o).filter(
43894
43894
  (rt) => rt.name !== he
43895
43895
  );
43896
43896
  if (!(o?.head?.()?.participant?.() ?? []).some(
43897
43897
  (rt) => rt?.name()?.getFormattedText() === S
43898
43898
  )) {
43899
- const rt = j.findIndex((st) => st.name === S);
43899
+ const rt = $.findIndex((st) => st.name === S);
43900
43900
  B = gy({
43901
43901
  code: B,
43902
43902
  rootContext: A,
@@ -43953,15 +43953,15 @@ ${y}`;
43953
43953
  /* @__PURE__ */ E.jsx("div", { className: "text-[10px] uppercase tracking-wide text-gray-400 font-semibold px-1", children: "Type" }),
43954
43954
  /* @__PURE__ */ E.jsxs("div", { className: "flex flex-wrap gap-1 px-1", children: [
43955
43955
  rM.map(({ key: O, label: B, icon: A }) => {
43956
- const j = M?.toLowerCase() === O.toLowerCase();
43956
+ const $ = M?.toLowerCase() === O.toLowerCase();
43957
43957
  return /* @__PURE__ */ E.jsxs(
43958
43958
  "button",
43959
43959
  {
43960
43960
  type: "button",
43961
- className: `flex flex-col items-center gap-0.5 px-1.5 py-1 rounded border text-[10px] min-w-[36px] hover:bg-gray-100 ${j ? "border-sky-400 bg-sky-50 text-sky-700" : "border-gray-200 text-gray-700"}`,
43962
- title: j ? `${B} (current)` : `Set type to ${B}`,
43961
+ className: `flex flex-col items-center gap-0.5 px-1.5 py-1 rounded border text-[10px] min-w-[36px] hover:bg-gray-100 ${$ ? "border-sky-400 bg-sky-50 text-sky-700" : "border-gray-200 text-gray-700"}`,
43962
+ title: $ ? `${B} (current)` : `Set type to ${B}`,
43963
43963
  "aria-label": `Set type to ${B}`,
43964
- "aria-pressed": j,
43964
+ "aria-pressed": $,
43965
43965
  onClick: () => U({ type: O }),
43966
43966
  children: [
43967
43967
  /* @__PURE__ */ E.jsx("span", { className: "text-sm leading-none", children: A }),
@@ -44127,7 +44127,7 @@ A` : "A";
44127
44127
  d(Q);
44128
44128
  }, A = () => {
44129
44129
  d(f - 0.1);
44130
- }, j = (Q) => {
44130
+ }, $ = (Q) => {
44131
44131
  const rt = "zenuml-style", F = document.createElement("style");
44132
44132
  F.id = rt, document.head.append(F), F.textContent = Q;
44133
44133
  }, D = (Q) => {
@@ -44136,7 +44136,7 @@ A` : "A";
44136
44136
  fetch(
44137
44137
  Q.replace("github.com", "raw.githubusercontent.com").replace("blob/", "")
44138
44138
  ).then((st) => st.text()).then((st) => {
44139
- j(st);
44139
+ $(st);
44140
44140
  });
44141
44141
  return;
44142
44142
  }
@@ -44262,7 +44262,7 @@ class cM extends T.Component {
44262
44262
  ] }) : this.props.children;
44263
44263
  }
44264
44264
  }
44265
- const uM = "3.47.6";
44265
+ const uM = "3.47.7";
44266
44266
  function fM(e) {
44267
44267
  const t = Math.floor(e / 1e3), n = Math.floor(e % 1e3), s = Math.floor((e % 1e3 - n) * 1e3);
44268
44268
  return t + "s " + n + "ms " + s + "μs";
@@ -44303,9 +44303,9 @@ function hM() {
44303
44303
  if (G !== J) {
44304
44304
  I[0] = G;
44305
44305
  t: for (var ft = 0, pt = I.length, N = pt >>> 1; ft < N; ) {
44306
- var Z = 2 * (ft + 1) - 1, $ = I[Z], X = Z + 1, ot = I[X];
44307
- if (0 > a($, G))
44308
- X < pt && 0 > a(ot, $) ? (I[ft] = ot, I[X] = G, ft = X) : (I[ft] = $, I[Z] = G, ft = Z);
44306
+ var Z = 2 * (ft + 1) - 1, j = I[Z], X = Z + 1, ot = I[X];
44307
+ if (0 > a(j, G))
44308
+ X < pt && 0 > a(ot, j) ? (I[ft] = ot, I[X] = G, ft = X) : (I[ft] = j, I[Z] = G, ft = Z);
44309
44309
  else if (X < pt && 0 > a(ot, G))
44310
44310
  I[ft] = ot, I[X] = G, ft = X;
44311
44311
  else break t;
@@ -44347,7 +44347,7 @@ function hM() {
44347
44347
  J !== null && Y(B, J.startTime - I);
44348
44348
  }
44349
44349
  }
44350
- var A = !1, j = -1, D = 5, Q = -1;
44350
+ var A = !1, $ = -1, D = 5, Q = -1;
44351
44351
  function rt() {
44352
44352
  return _ ? !0 : !(e.unstable_now() - Q < D);
44353
44353
  }
@@ -44358,7 +44358,7 @@ function hM() {
44358
44358
  var J = !0;
44359
44359
  try {
44360
44360
  t: {
44361
- C = !1, S && (S = !1, M(j), j = -1), b = !0;
44361
+ C = !1, S && (S = !1, M($), $ = -1), b = !0;
44362
44362
  var G = L;
44363
44363
  try {
44364
44364
  e: {
@@ -44412,7 +44412,7 @@ function hM() {
44412
44412
  k(F, 0);
44413
44413
  };
44414
44414
  function Y(I, J) {
44415
- j = k(function() {
44415
+ $ = k(function() {
44416
44416
  I(e.unstable_now());
44417
44417
  }, J);
44418
44418
  }
@@ -44486,7 +44486,7 @@ function hM() {
44486
44486
  startTime: G,
44487
44487
  expirationTime: pt,
44488
44488
  sortIndex: -1
44489
- }, G > ft ? (I.sortIndex = G, t(m, I), n(d) === null && I === n(m) && (S ? (M(j), j = -1) : S = !0, Y(B, G - ft))) : (I.sortIndex = pt, t(d, I), C || b || (C = !0, A || (A = !0, q()))), I;
44489
+ }, G > ft ? (I.sortIndex = G, t(m, I), n(d) === null && I === n(m) && (S ? (M($), $ = -1) : S = !0, Y(B, G - ft))) : (I.sortIndex = pt, t(d, I), C || b || (C = !0, A || (A = !0, q()))), I;
44490
44490
  }, e.unstable_shouldYield = rt, e.unstable_wrapCallback = function(I) {
44491
44491
  var J = L;
44492
44492
  return function() {
@@ -44627,7 +44627,7 @@ function gM() {
44627
44627
  }
44628
44628
  return null;
44629
44629
  }
44630
- var y = Object.assign, L = Symbol.for("react.element"), b = Symbol.for("react.transitional.element"), C = Symbol.for("react.portal"), S = Symbol.for("react.fragment"), _ = Symbol.for("react.strict_mode"), k = Symbol.for("react.profiler"), M = Symbol.for("react.consumer"), U = Symbol.for("react.context"), O = Symbol.for("react.forward_ref"), B = Symbol.for("react.suspense"), A = Symbol.for("react.suspense_list"), j = Symbol.for("react.memo"), D = Symbol.for("react.lazy"), Q = Symbol.for("react.activity"), rt = Symbol.for("react.memo_cache_sentinel"), F = Symbol.iterator;
44630
+ var y = Object.assign, L = Symbol.for("react.element"), b = Symbol.for("react.transitional.element"), C = Symbol.for("react.portal"), S = Symbol.for("react.fragment"), _ = Symbol.for("react.strict_mode"), k = Symbol.for("react.profiler"), M = Symbol.for("react.consumer"), U = Symbol.for("react.context"), O = Symbol.for("react.forward_ref"), B = Symbol.for("react.suspense"), A = Symbol.for("react.suspense_list"), $ = Symbol.for("react.memo"), D = Symbol.for("react.lazy"), Q = Symbol.for("react.activity"), rt = Symbol.for("react.memo_cache_sentinel"), F = Symbol.iterator;
44631
44631
  function q(i) {
44632
44632
  return i === null || typeof i != "object" ? null : (i = F && i[F] || i["@@iterator"], typeof i == "function" ? i : null);
44633
44633
  }
@@ -44662,7 +44662,7 @@ function gM() {
44662
44662
  case O:
44663
44663
  var r = i.render;
44664
44664
  return i = i.displayName, i || (i = r.displayName || r.name || "", i = i !== "" ? "ForwardRef(" + i + ")" : "ForwardRef"), i;
44665
- case j:
44665
+ case $:
44666
44666
  return r = i.displayName || null, r !== null ? r : Et(i.type) || "Memo";
44667
44667
  case D:
44668
44668
  r = i._payload, i = i._init;
@@ -44685,12 +44685,12 @@ function gM() {
44685
44685
  function Z(i) {
44686
44686
  0 > pt || (i.current = ft[pt], ft[pt] = null, pt--);
44687
44687
  }
44688
- function $(i, r) {
44688
+ function j(i, r) {
44689
44689
  pt++, ft[pt] = i.current, i.current = r;
44690
44690
  }
44691
44691
  var X = N(null), ot = N(null), St = N(null), vt = N(null);
44692
44692
  function ne(i, r) {
44693
- switch ($(St, r), $(ot, i), $(X, null), r.nodeType) {
44693
+ switch (j(St, r), j(ot, i), j(X, null), r.nodeType) {
44694
44694
  case 9:
44695
44695
  case 11:
44696
44696
  i = (i = r.documentElement) && (i = i.namespaceURI) ? Np(i) : 0;
@@ -44710,15 +44710,15 @@ function gM() {
44710
44710
  i = 0;
44711
44711
  }
44712
44712
  }
44713
- Z(X), $(X, i);
44713
+ Z(X), j(X, i);
44714
44714
  }
44715
44715
  function Jt() {
44716
44716
  Z(X), Z(ot), Z(St);
44717
44717
  }
44718
44718
  function me(i) {
44719
- i.memoizedState !== null && $(vt, i);
44719
+ i.memoizedState !== null && j(vt, i);
44720
44720
  var r = X.current, l = Op(r, i.type);
44721
- r !== l && ($(ot, i), $(X, l));
44721
+ r !== l && (j(ot, i), j(X, l));
44722
44722
  }
44723
44723
  function ln(i) {
44724
44724
  ot.current === i && (Z(X), Z(ot)), vt.current === i && (Z(vt), ic._currentValue = G);
@@ -46131,7 +46131,7 @@ Error generating stack: ` + c.message + `
46131
46131
  case O:
46132
46132
  w = 11;
46133
46133
  break t;
46134
- case j:
46134
+ case $:
46135
46135
  w = 14;
46136
46136
  break t;
46137
46137
  case D:
@@ -46314,7 +46314,7 @@ Error generating stack: ` + c.message + `
46314
46314
  }
46315
46315
  var zd = N(null), va = null, Vi = null;
46316
46316
  function Tr(i, r, l) {
46317
- $(zd, r._currentValue), r._currentValue = l;
46317
+ j(zd, r._currentValue), r._currentValue = l;
46318
46318
  }
46319
46319
  function Gi(i) {
46320
46320
  i._currentValue = zd.current, Z(zd);
@@ -46506,7 +46506,7 @@ Error generating stack: ` + c.message + `
46506
46506
  return i !== null ? i : Oe.pooledCache;
46507
46507
  }
46508
46508
  function Ou(i, r) {
46509
- r === null ? $(Ta, Ta.current) : $(Ta, r.pool);
46509
+ r === null ? j(Ta, Ta.current) : j(Ta, r.pool);
46510
46510
  }
46511
46511
  function x6() {
46512
46512
  var i = Ud();
@@ -47110,10 +47110,10 @@ Error generating stack: ` + c.message + `
47110
47110
  }
47111
47111
  var wl = N(null), Bu = N(0);
47112
47112
  function S6(i, r) {
47113
- i = tr, $(Bu, i), $(wl, r), tr = i | r.baseLanes;
47113
+ i = tr, j(Bu, i), j(wl, r), tr = i | r.baseLanes;
47114
47114
  }
47115
47115
  function Yd() {
47116
- $(Bu, tr), $(wl, wl.current);
47116
+ j(Bu, tr), j(wl, wl.current);
47117
47117
  }
47118
47118
  function Xd() {
47119
47119
  tr = Bu.current, Z(wl), Z(Bu);
@@ -47121,16 +47121,16 @@ Error generating stack: ` + c.message + `
47121
47121
  var Ss = N(null), Zs = null;
47122
47122
  function Ar(i) {
47123
47123
  var r = i.alternate;
47124
- $(rn, rn.current & 1), $(Ss, i), Zs === null && (r === null || wl.current !== null || r.memoizedState !== null) && (Zs = i);
47124
+ j(rn, rn.current & 1), j(Ss, i), Zs === null && (r === null || wl.current !== null || r.memoizedState !== null) && (Zs = i);
47125
47125
  }
47126
47126
  function Wd(i) {
47127
- $(rn, rn.current), $(Ss, i), Zs === null && (Zs = i);
47127
+ j(rn, rn.current), j(Ss, i), Zs === null && (Zs = i);
47128
47128
  }
47129
47129
  function R6(i) {
47130
- i.tag === 22 ? ($(rn, rn.current), $(Ss, i), Zs === null && (Zs = i)) : _r();
47130
+ i.tag === 22 ? (j(rn, rn.current), j(Ss, i), Zs === null && (Zs = i)) : _r();
47131
47131
  }
47132
47132
  function _r() {
47133
- $(rn, rn.current), $(Ss, Ss.current);
47133
+ j(rn, rn.current), j(Ss, Ss.current);
47134
47134
  }
47135
47135
  function Rs(i) {
47136
47136
  Z(Ss), Zs === i && (Zs = null), Z(rn);
@@ -48773,7 +48773,7 @@ Error generating stack: ` + c.message + `
48773
48773
  var c = r.pendingProps, h = c.revealOrder, g = c.tail;
48774
48774
  c = c.children;
48775
48775
  var w = rn.current, R = (w & 2) !== 0;
48776
- if (R ? (w = w & 1 | 2, r.flags |= 128) : w &= 1, $(rn, w), _n(i, r, c, l), c = ue ? ko : 0, !R && i !== null && (i.flags & 128) !== 0)
48776
+ if (R ? (w = w & 1 | 2, r.flags |= 128) : w &= 1, j(rn, w), _n(i, r, c, l), c = ue ? ko : 0, !R && i !== null && (i.flags & 128) !== 0)
48777
48777
  t: for (i = r.child; i !== null; ) {
48778
48778
  if (i.tag === 13)
48779
48779
  i.memoizedState !== null && kg(i, l, r);
@@ -48909,7 +48909,7 @@ Error generating stack: ` + c.message + `
48909
48909
  );
48910
48910
  r.flags |= 128;
48911
48911
  }
48912
- if (h = r.memoizedState, h !== null && (h.rendering = null, h.tail = null, h.lastEffect = null), $(rn, rn.current), c) break;
48912
+ if (h = r.memoizedState, h !== null && (h.rendering = null, h.tail = null, h.lastEffect = null), j(rn, rn.current), c) break;
48913
48913
  return null;
48914
48914
  case 22:
48915
48915
  return r.lanes = 0, wg(
@@ -48968,7 +48968,7 @@ Error generating stack: ` + c.message + `
48968
48968
  l
48969
48969
  );
48970
48970
  break t;
48971
- } else if (h === j) {
48971
+ } else if (h === $) {
48972
48972
  r.tag = 14, r = Eg(
48973
48973
  null,
48974
48974
  r,
@@ -49462,7 +49462,7 @@ Error generating stack: ` + c.message + `
49462
49462
  if (g = Hu(i), g !== null) {
49463
49463
  for (r.flags |= 128, Vo(c, !1), i = g.updateQueue, r.updateQueue = i, Ku(r, i), r.subtreeFlags = 0, i = l, l = r.child; l !== null; )
49464
49464
  l6(l, i), l = l.sibling;
49465
- return $(
49465
+ return j(
49466
49466
  rn,
49467
49467
  rn.current & 1 | 2
49468
49468
  ), ue && Pi(r, c.treeForkCount), r.child;
@@ -49480,7 +49480,7 @@ Error generating stack: ` + c.message + `
49480
49480
  2 * Be() - c.renderingStartTime > n1 && l !== 536870912 && (r.flags |= 128, h = !0, Vo(c, !1), r.lanes = 4194304);
49481
49481
  c.isBackwards ? (g.sibling = r.child, r.child = g) : (i = c.last, i !== null ? i.sibling = g : r.child = g, c.last = g);
49482
49482
  }
49483
- return c.tail !== null ? (i = c.tail, c.rendering = i, c.tail = i.sibling, c.renderingStartTime = Be(), i.sibling = null, l = rn.current, $(
49483
+ return c.tail !== null ? (i = c.tail, c.rendering = i, c.tail = i.sibling, c.renderingStartTime = Be(), i.sibling = null, l = rn.current, j(
49484
49484
  rn,
49485
49485
  h ? l & 1 | 2 : l & 1
49486
49486
  ), ue && Pi(r, c.treeForkCount), i) : ($e(r), null);
@@ -54427,9 +54427,9 @@ function TM(e, t, n, s, a, o, u = 0, f, d, m) {
54427
54427
  const O = [];
54428
54428
  if (e.fragmentSections && e.fragmentSections.length > 1) {
54429
54429
  let A = t.top;
54430
- for (let j = 0; j < e.fragmentSections.length; j++) {
54431
- const D = e.fragmentSections[j];
54432
- if (j > 0) {
54430
+ for (let $ = 0; $ < e.fragmentSections.length; $++) {
54431
+ const D = e.fragmentSections[$];
54432
+ if ($ > 0) {
54433
54433
  const rt = D.blockNode;
54434
54434
  if (rt) {
54435
54435
  const F = rt.stat?.() || [];
@@ -54442,7 +54442,7 @@ function TM(e, t, n, s, a, o, u = 0, f, d, m) {
54442
54442
  }
54443
54443
  }
54444
54444
  }
54445
- const Q = j < e.fragmentSections.length - 1 ? 0 : t.top + t.height - A;
54445
+ const Q = $ < e.fragmentSections.length - 1 ? 0 : t.top + t.height - A;
54446
54446
  O.push({
54447
54447
  label: D.label,
54448
54448
  y: A,
@@ -54474,11 +54474,11 @@ function TM(e, t, n, s, a, o, u = 0, f, d, m) {
54474
54474
  }
54475
54475
  }
54476
54476
  if (e.fragmentKind === "par" && O.length === 0) {
54477
- const j = e.fragmentSections?.[0]?.blockNode?.stat?.() || [];
54478
- if (j.length > 1) {
54477
+ const $ = e.fragmentSections?.[0]?.blockNode?.stat?.() || [];
54478
+ if ($.length > 1) {
54479
54479
  O.push({ label: "", y: t.top, height: 0 });
54480
- for (let D = 1; D < j.length; D++) {
54481
- const Q = c7(j[D]);
54480
+ for (let D = 1; D < $.length; D++) {
54481
+ const Q = c7($[D]);
54482
54482
  if (!Q) continue;
54483
54483
  const rt = s.getStatementCoordinate(Q);
54484
54484
  if (!rt) continue;
@@ -54557,8 +54557,8 @@ function Ci(e, t, n, s, a, o, u) {
54557
54557
  m++;
54558
54558
  const L = u + m, b = s ? `${s}.${L}` : String(L), C = p.getComment?.() || "", S = p.message?.();
54559
54559
  if (S) {
54560
- const B = S.From?.() || t, A = S.Owner?.() || he, j = vc(S.SignatureText?.() || ""), D = S.braceBlock?.()?.block?.();
54561
- if (d.push({ key: y, kind: "sync", from: B, to: A, label: j, isSelf: B === A, hasBlock: !!D, comment: C, statNode: p, senderOccurrenceDepth: n.get(B) || 0, targetHasOccurrence: n.has(A), targetOccurrenceDepth: n.get(A) || 0, number: b, depth: a, parentBlockKind: o }), D) {
54560
+ const B = S.From?.() || t, A = S.Owner?.() || he, $ = vc(S.SignatureText?.() || ""), D = S.braceBlock?.()?.block?.();
54561
+ if (d.push({ key: y, kind: "sync", from: B, to: A, label: $, isSelf: B === A, hasBlock: !!D, comment: C, statNode: p, senderOccurrenceDepth: n.get(B) || 0, targetHasOccurrence: n.has(A), targetOccurrenceDepth: n.get(A) || 0, number: b, depth: a, parentBlockKind: o }), D) {
54562
54562
  const Q = new Map(n);
54563
54563
  Q.set(A, (Q.get(A) || 0) + 1), d.push(...Ci(D, A, Q, b, a + 1, "sync", 0));
54564
54564
  }
@@ -54566,14 +54566,14 @@ function Ci(e, t, n, s, a, o, u) {
54566
54566
  }
54567
54567
  const _ = p.asyncMessage?.();
54568
54568
  if (_) {
54569
- const B = _.From?.() || _.ProvidedFrom?.() || _.Origin?.() || t, A = _.Owner?.() || _.to?.()?.getFormattedText?.() || B, j = vc(_.content?.()?.getText?.() || _.SignatureText?.() || "");
54570
- d.push({ key: y, kind: "async", from: B, to: A, label: j, isSelf: B === A, hasBlock: !1, comment: C, senderOccurrenceDepth: n.get(B) || 0, targetHasOccurrence: n.has(A), number: b, depth: a });
54569
+ const B = _.From?.() || _.ProvidedFrom?.() || _.Origin?.() || t, A = _.Owner?.() || _.to?.()?.getFormattedText?.() || B, $ = vc(_.content?.()?.getText?.() || _.SignatureText?.() || "");
54570
+ d.push({ key: y, kind: "async", from: B, to: A, label: $, isSelf: B === A, hasBlock: !1, comment: C, senderOccurrenceDepth: n.get(B) || 0, targetHasOccurrence: n.has(A), number: b, depth: a });
54571
54571
  continue;
54572
54572
  }
54573
54573
  const k = p.creation?.();
54574
54574
  if (k) {
54575
- const B = k.From?.() || t, A = k.Owner?.() || "", j = vc(k.SignatureText?.() || "«create»"), D = k.braceBlock?.()?.block?.();
54576
- if (d.push({ key: y, kind: "creation", from: B, to: A, label: j, isSelf: !1, hasBlock: !!D, comment: C, statNode: p, senderOccurrenceDepth: n.get(B) || 0, targetHasOccurrence: n.has(A), number: b, depth: a, parentBlockKind: o }), D) {
54575
+ const B = k.From?.() || t, A = k.Owner?.() || "", $ = vc(k.SignatureText?.() || "«create»"), D = k.braceBlock?.()?.block?.();
54576
+ if (d.push({ key: y, kind: "creation", from: B, to: A, label: $, isSelf: !1, hasBlock: !!D, comment: C, statNode: p, senderOccurrenceDepth: n.get(B) || 0, targetHasOccurrence: n.has(A), number: b, depth: a, parentBlockKind: o }), D) {
54577
54577
  const Q = new Map(n);
54578
54578
  Q.set(A, (Q.get(A) || 0) + 1), d.push(...Ci(D, A || t, Q, b, a + 1, "creation", 0));
54579
54579
  }
@@ -54581,8 +54581,8 @@ function Ci(e, t, n, s, a, o, u) {
54581
54581
  }
54582
54582
  const M = p.ret?.();
54583
54583
  if (M) {
54584
- const B = vc(M.SignatureText?.() || ""), A = M?.asyncMessage?.(), j = A?.From?.() || M?.From?.() || t, D = A?.to?.()?.getFormattedText?.() || M?.ReturnTo?.() || he;
54585
- d.push({ key: y, kind: "return", from: j, to: D, label: B, isSelf: j === D, hasBlock: !1, comment: C, senderOccurrenceDepth: n.get(j) || 0, targetOccurrenceDepth: n.get(D) || 0, number: b, depth: a, parentBlockKind: o });
54584
+ const B = vc(M.SignatureText?.() || ""), A = M?.asyncMessage?.(), $ = A?.From?.() || M?.From?.() || t, D = A?.to?.()?.getFormattedText?.() || M?.ReturnTo?.() || he;
54585
+ d.push({ key: y, kind: "return", from: $, to: D, label: B, isSelf: $ === D, hasBlock: !1, comment: C, senderOccurrenceDepth: n.get($) || 0, targetOccurrenceDepth: n.get(D) || 0, number: b, depth: a, parentBlockKind: o });
54586
54586
  continue;
54587
54587
  }
54588
54588
  const U = p.divider?.();
@@ -54723,8 +54723,8 @@ function kM(e, t, n) {
54723
54723
  _ && B > 0 && s.set(`inner:${_}`, B);
54724
54724
  const A = m[u] || !1;
54725
54725
  _ && A && s.set(`mixed:${_}`, 1);
54726
- const j = y[u] || !1;
54727
- a.pop(), o.pop(), f.pop(), d.pop(), m.pop(), y.pop(), p.pop(), u--, _ && k === "sync" && (a[u] += B, j && (a[u] += 4));
54726
+ const $ = y[u] || !1;
54727
+ a.pop(), o.pop(), f.pop(), d.pop(), m.pop(), y.pop(), p.pop(), u--, _ && k === "sync" && (a[u] += B, $ && (a[u] += 4));
54728
54728
  }
54729
54729
  for (; u < b; )
54730
54730
  u++, a.push(0), o.push(0), f.push(null), d.push(null), m.push(!1), y.push(!1), p.push(0);
@@ -54760,13 +54760,13 @@ function NM(e, t, n, s, a) {
54760
54760
  const S = t.getWidth(), _ = t.orderedParticipantNames(), k = /* @__PURE__ */ new Map();
54761
54761
  for (const A of o)
54762
54762
  if (A.number) {
54763
- const j = A.number.lastIndexOf("."), D = j >= 0 ? A.number.substring(0, j) : "", Q = parseInt(A.number.substring(j + 1), 10), rt = k.get(D) || 0;
54763
+ const $ = A.number.lastIndexOf("."), D = $ >= 0 ? A.number.substring(0, $) : "", Q = parseInt(A.number.substring($ + 1), 10), rt = k.get(D) || 0;
54764
54764
  Q > rt && k.set(D, Q);
54765
54765
  }
54766
54766
  const U = kM(o, n, 16);
54767
54767
  for (const A of o) {
54768
- const j = n.getStatementCoordinate(A.key);
54769
- if (!j) continue;
54768
+ const $ = n.getStatementCoordinate(A.key);
54769
+ if (!$) continue;
54770
54770
  const D = U.get(A.key) || 0;
54771
54771
  let Q;
54772
54772
  if (A.comment && (Q = new rm(A.comment)), Q?.text && A.kind !== "fragment") {
@@ -54778,7 +54778,7 @@ function NM(e, t, n, s, a) {
54778
54778
  const q = F ? t.getPosition(F) : 10, st = 15, Et = A.senderOccurrenceDepth >= 1 ? ke + 1 : 1, Y = Q.text.trimStart().startsWith("`") ? 2 : 0;
54779
54779
  b.push({
54780
54780
  x: q + Et + Y,
54781
- y: j.top + D + st,
54781
+ y: $.top + D + st,
54782
54782
  text: Q.text,
54783
54783
  style: Q0(Q.commentStyle)
54784
54784
  });
@@ -54787,7 +54787,7 @@ function NM(e, t, n, s, a) {
54787
54787
  if (A.kind === "sync" || A.kind === "async") {
54788
54788
  let F = t.getPosition(A.from);
54789
54789
  const q = t.getPosition(A.to), st = A.isSelf ? 30 : 16, Et = Q?.text ? (A.comment?.trim().split(`
54790
- `).length || 0) * 20 : 0, Y = j.top + D + Et + st - 0.5;
54790
+ `).length || 0) * 20 : 0, Y = $.top + D + Et + st - 0.5;
54791
54791
  if (A.senderOccurrenceDepth >= 1 && !A.isSelf) {
54792
54792
  const G = A.senderOccurrenceDepth, ft = G * ke;
54793
54793
  F = F < q ? F + ft : F - ke + (G - 1) * ke;
@@ -54797,7 +54797,7 @@ function NM(e, t, n, s, a) {
54797
54797
  const G = A.kind === "async", ft = 0, pt = G ? 28 : Oc, N = G ? 44 : st, Z = A.senderOccurrenceDepth >= 1 ? F + ke + (A.senderOccurrenceDepth - 1) * ke : F;
54798
54798
  f.push({
54799
54799
  x: Z,
54800
- y: j.top + ft + Et,
54800
+ y: $.top + ft + Et,
54801
54801
  width: pt,
54802
54802
  height: N,
54803
54803
  label: A.label,
@@ -54821,7 +54821,7 @@ function NM(e, t, n, s, a) {
54821
54821
  }
54822
54822
  if (A.kind === "sync") {
54823
54823
  const G = q - ke, ft = Y - 1.5;
54824
- let pt = j.height - st - Et + 2;
54824
+ let pt = $.height - st - Et + 2;
54825
54825
  const N = `inner:${A.key}`, Z = U.get(N) || 0;
54826
54826
  Z > 0 && (pt += Z);
54827
54827
  const X = A.statNode?.message?.()?.Assignment?.();
@@ -54858,7 +54858,7 @@ function NM(e, t, n, s, a) {
54858
54858
  const ft = ke + (A.senderOccurrenceDepth - 1) * ke;
54859
54859
  q = q < st ? q + ft : q - ft;
54860
54860
  }
54861
- const Et = s.find((ft) => ft.name === A.to), Y = Et ? Et.y + Qc / 2 : j.top + 40 / 2;
54861
+ const Et = s.find((ft) => ft.name === A.to), Y = Et ? Et.y + Qc / 2 : $.top + 40 / 2;
54862
54862
  Et && m.push({
54863
54863
  participant: Et,
54864
54864
  message: {
@@ -54874,8 +54874,8 @@ function NM(e, t, n, s, a) {
54874
54874
  style: rt
54875
54875
  }
54876
54876
  });
54877
- const I = st - ke, J = Et ? Et.y + Qc - 2 : j.top + 40 - 2, G = Math.max(
54878
- j.top + j.height - J,
54877
+ const I = st - ke, J = Et ? Et.y + Qc - 2 : $.top + 40 - 2, G = Math.max(
54878
+ $.top + $.height - J,
54879
54879
  Yv
54880
54880
  );
54881
54881
  if (G > 0) {
@@ -54888,7 +54888,7 @@ function NM(e, t, n, s, a) {
54888
54888
  });
54889
54889
  const pt = A.statNode?.creation?.()?.Assignment?.();
54890
54890
  if (pt?.assignee) {
54891
- const N = J + G - 2, Z = t.getPosition(A.from), $ = Z < st, X = ke, ot = Math.max(A.senderOccurrenceDepth - 1, 0) * ke, St = A.senderOccurrenceDepth >= 1 ? Z + ot + ($ ? X + 2 : -X) : Z, vt = $ ? st - X + 1 : st + X + 1;
54891
+ const N = J + G - 2, Z = t.getPosition(A.from), j = Z < st, X = ke, ot = Math.max(A.senderOccurrenceDepth - 1, 0) * ke, St = A.senderOccurrenceDepth >= 1 ? Z + ot + (j ? X + 2 : -X) : Z, vt = j ? st - X + 1 : st + X + 1;
54892
54892
  y.push({
54893
54893
  fromX: vt,
54894
54894
  toX: St,
@@ -54903,7 +54903,7 @@ function NM(e, t, n, s, a) {
54903
54903
  continue;
54904
54904
  }
54905
54905
  if (A.kind === "fragment" && A.fragmentKind) {
54906
- const F = { top: j.top + D, height: j.height }, q = Q?.text ? (A.comment?.trim().split(`
54906
+ const F = { top: $.top + D, height: $.height }, q = Q?.text ? (A.comment?.trim().split(`
54907
54907
  `).length || 0) * 20 : 0, st = TM(
54908
54908
  A,
54909
54909
  F,
@@ -54914,7 +54914,7 @@ function NM(e, t, n, s, a) {
54914
54914
  q,
54915
54915
  Q?.text,
54916
54916
  Q?.commentStyle ? Q0(Q.commentStyle) : void 0,
54917
- j.top + D
54917
+ $.top + D
54918
54918
  );
54919
54919
  st && (p.push(st.fragment), st.comment && b.push(st.comment));
54920
54920
  continue;
@@ -54926,7 +54926,7 @@ function NM(e, t, n, s, a) {
54926
54926
  const I = A.targetOccurrenceDepth || 0;
54927
54927
  let J;
54928
54928
  st ? J = q + ke * I : J = I === 0 ? q : (I <= 1 ? q : q + ke * (I - 1)) - ke, st && (J += Mc);
54929
- const G = j.height === 0 ? 16.5 : 15.5, ft = j.top + D + G;
54929
+ const G = $.height === 0 ? 16.5 : 15.5, ft = $.top + D + G;
54930
54930
  y.push({
54931
54931
  fromX: Y,
54932
54932
  toX: J,
@@ -54936,14 +54936,14 @@ function NM(e, t, n, s, a) {
54936
54936
  isSelf: A.isSelf,
54937
54937
  number: A.number
54938
54938
  });
54939
- const pt = j.height === 0 ? 45.5 : 44.5;
54939
+ const pt = $.height === 0 ? 45.5 : 44.5;
54940
54940
  C = Math.max(C, ft + pt);
54941
54941
  continue;
54942
54942
  }
54943
54943
  if (A.kind === "divider") {
54944
54944
  const F = A.label.replace(/^=+\s*|\s*=+$/g, "").trim();
54945
54945
  L.push({
54946
- y: j.top + D + j.height / 2,
54946
+ y: $.top + D + $.height / 2,
54947
54947
  width: S,
54948
54948
  label: A.label,
54949
54949
  labelWidth: Ia(Qn(F))
@@ -54952,18 +54952,18 @@ function NM(e, t, n, s, a) {
54952
54952
  }
54953
54953
  }
54954
54954
  const O = 16;
54955
- y.sort((A, j) => A.y - j.y);
54955
+ y.sort((A, $) => A.y - $.y);
54956
54956
  for (let A = 1; A < y.length; A++)
54957
54957
  y[A].y - y[A - 1].y < O && (y[A] = { ...y[A], y: y[A - 1].y + O });
54958
54958
  for (let A = 0; A < d.length; A++) {
54959
- const j = d[A];
54959
+ const $ = d[A];
54960
54960
  let D = 0;
54961
54961
  for (let Q = 0; Q < d.length; Q++) {
54962
54962
  if (A === Q) continue;
54963
54963
  const rt = d[Q];
54964
- rt.participantName === j.participantName && rt.y <= j.y && rt.y + rt.height >= j.y + j.height && D++;
54964
+ rt.participantName === $.participantName && rt.y <= $.y && rt.y + rt.height >= $.y + $.height && D++;
54965
54965
  }
54966
- D > 0 && (d[A] = { ...j, x: j.x + D * ke });
54966
+ D > 0 && (d[A] = { ...$, x: $.x + D * ke });
54967
54967
  }
54968
54968
  const B = U.get("__totalDebt__") || 0;
54969
54969
  return { messages: u, selfCalls: f, occurrences: d, creations: m, fragments: p, returns: y, dividers: L, comments: b, totalReturnDebt: B, maxReturnBottom: C };
@@ -54981,23 +54981,23 @@ function OM(e) {
54981
54981
  L,
54982
54982
  o
54983
54983
  ), { messages: C, selfCalls: S, occurrences: _, creations: k, fragments: M, returns: U, dividers: O, comments: B } = b;
54984
- let A = 0, j = 0;
54985
- for (const $ of _) A = Math.max(A, $.y + $.height);
54986
- for (const $ of C) j = Math.max(j, $.y);
54987
- for (const $ of S) j = Math.max(j, $.y + $.height);
54988
- for (const $ of k) j = Math.max(j, $.message.y + Qc);
54989
- for (const $ of M) j = Math.max(j, $.y + $.height);
54990
- for (const $ of O) j = Math.max(j, $.y);
54984
+ let A = 0, $ = 0;
54985
+ for (const j of _) A = Math.max(A, j.y + j.height);
54986
+ for (const j of C) $ = Math.max($, j.y);
54987
+ for (const j of S) $ = Math.max($, j.y + j.height);
54988
+ for (const j of k) $ = Math.max($, j.message.y + Qc);
54989
+ for (const j of M) $ = Math.max($, j.y + j.height);
54990
+ for (const j of O) $ = Math.max($, j.y);
54991
54991
  const D = Math.max(
54992
54992
  f + 28,
54993
54993
  A + 13,
54994
- j + 13,
54994
+ $ + 13,
54995
54995
  b.maxReturnBottom
54996
54996
  ), Q = D + Qc - 28, rt = vM(
54997
54997
  L,
54998
54998
  Q
54999
- ), F = ur(t), q = n.orderedParticipantNames(), st = q.find(($) => F.includes($)) || "", Et = q.slice().reverse().find(($) => F.includes($)) || "", Y = n.distance(st, Et) + n.half(st) + n.half(Et), J = qa(t).filter(($) => $.from === $.to).map(
55000
- ($) => n.getMessageWidth($) - n.distance($.from || he, Et) - n.half(Et)
54999
+ ), F = ur(t), q = n.orderedParticipantNames(), st = q.find((j) => F.includes(j)) || "", Et = q.slice().reverse().find((j) => F.includes(j)) || "", Y = n.distance(st, Et) + n.half(st) + n.half(Et), J = qa(t).filter((j) => j.from === j.to).map(
55000
+ (j) => n.getMessageWidth(j) - n.distance(j.from || he, Et) - n.half(Et)
55001
55001
  ), G = Math.max(0, ...J);
55002
55002
  let ft = Math.max(Y, Fc) + G;
55003
55003
  if (o) {
@@ -55014,21 +55014,21 @@ function OM(e) {
55014
55014
  vt > ft && (ft = vt);
55015
55015
  }
55016
55016
  }
55017
- for (const $ of M)
55018
- $.x -= y.left;
55019
- for (const $ of B)
55020
- $.fragmentComment && ($.x -= y.left);
55017
+ for (const j of M)
55018
+ j.x -= y.left;
55019
+ for (const j of B)
55020
+ j.fragmentComment && (j.x -= y.left);
55021
55021
  const pt = /* @__PURE__ */ new Map();
55022
- for (const $ of M) {
55022
+ for (const j of M) {
55023
55023
  let X = 0;
55024
55024
  for (const ot of M)
55025
- ot !== $ && ot.x <= $.x && ot.y <= $.y && ot.x + ot.width >= $.x + $.width && ot.y + ot.height >= $.y + $.height && X++;
55026
- pt.set($, X), $.x += X * uf;
55025
+ ot !== j && ot.x <= j.x && ot.y <= j.y && ot.x + ot.width >= j.x + j.width && ot.y + ot.height >= j.y + j.height && X++;
55026
+ pt.set(j, X), j.x += X * uf;
55027
55027
  }
55028
55028
  const N = ft + y.right;
55029
- for (const $ of M) {
55030
- const X = pt.get($) || 0, ot = N - X * uf, St = $.x + $.width;
55031
- St >= ot - 20 && St < ot && ($.width = ot - $.x);
55029
+ for (const j of M) {
55030
+ const X = pt.get(j) || 0, ot = N - X * uf, St = j.x + j.width;
55031
+ St >= ot - 20 && St < ot && (j.width = ot - j.x);
55032
55032
  }
55033
55033
  const Z = wM(L, D);
55034
55034
  return {
@@ -55148,20 +55148,20 @@ function f7(e) {
55148
55148
  let d = "", m = "", p = e.x, y = "middle";
55149
55149
  const L = e.y + e.height / 2 - 0.25, b = e.stereotype ? L + u7 : L;
55150
55150
  if (f) {
55151
- const O = e.labelWidth ?? 0, B = e.emoji ? Rc : 0, A = Wr + J0 + FM + O + B, j = e.x - A / 2, D = j + $M, Q = e.type?.toLowerCase(), rt = e.y + (e.height - Wr) / 2 + (Q === "boundary" ? VM : 0);
55151
+ const O = e.labelWidth ?? 0, B = e.emoji ? Rc : 0, A = Wr + J0 + FM + O + B, $ = e.x - A / 2, D = $ + $M, Q = e.type?.toLowerCase(), rt = e.y + (e.height - Wr) / 2 + (Q === "boundary" ? VM : 0);
55152
55152
  if (e.emoji) {
55153
55153
  const Y = D + Wr + J0;
55154
55154
  p = Y + Rc + 4, m = `<text x="${Y}" y="${b}" dominant-baseline="central" ${u} class="participant-emoji">${fe(to(e.emoji))}</text>`;
55155
55155
  } else
55156
- p = j + Wr + J0 + UM;
55156
+ p = $ + Wr + J0 + UM;
55157
55157
  y = "start";
55158
55158
  const [, , F, q] = (f.viewBox || "0 0 24 24").split(" ").map(Number), st = Wr / Math.max(F, q), Et = f.attributes ? ` ${f.attributes}` : "";
55159
55159
  d = `<g class="participant-icon" transform="translate(${D}, ${rt}) scale(${st})"${Et}>
55160
55160
  ${f.content}
55161
55161
  </g>`;
55162
55162
  } else if (e.emoji) {
55163
- const O = e.labelWidth ?? 0, B = Rc + 8 + O, A = Math.max(B, e.stereotypeWidth ?? 0), j = e.x - A / 2, D = j;
55164
- p = j + Rc + 4, y = "start", m = `<text x="${D}" y="${b}" dominant-baseline="central" ${u} class="participant-emoji">${fe(to(e.emoji))}</text>`;
55163
+ const O = e.labelWidth ?? 0, B = Rc + 8 + O, A = Math.max(B, e.stereotypeWidth ?? 0), $ = e.x - A / 2, D = $;
55164
+ p = $ + Rc + 4, y = "start", m = `<text x="${D}" y="${b}" dominant-baseline="central" ${u} class="participant-emoji">${fe(to(e.emoji))}</text>`;
55165
55165
  }
55166
55166
  let C = "";
55167
55167
  if (e.stereotype) {
@@ -55279,9 +55279,9 @@ function eI(e) {
55279
55279
  }
55280
55280
  const M = p.label.indexOf(" ");
55281
55281
  if (M > 0 && !_) {
55282
- const U = p.keyword || p.label.substring(0, M), O = p.detail || p.label.substring(M + 1), B = p.keywordWidth ?? U.length * 7, A = e.x + 5, j = A + B + Ha * 2, D = (p.keywordWidth ?? U.length * 7) + (p.detailWidth ?? O.length * 7) + Ha * 4;
55282
+ const U = p.keyword || p.label.substring(0, M), O = p.detail || p.label.substring(M + 1), B = p.keywordWidth ?? U.length * 7, A = e.x + 5, $ = A + B + Ha * 2, D = (p.keywordWidth ?? U.length * 7) + (p.detailWidth ?? O.length * 7) + Ha * 4;
55283
55283
  t.push(
55284
- `<g opacity="0.65"><rect x="${A - Ha}" y="${y + 1}" width="${D}" height="20" fill="#fff"/><text x="${A}" y="${S}" class="fragment-section-label" fill="#222">${fe(U)}</text><text x="${j}" y="${S}" class="fragment-section-label" fill="#222">${fe(O)}</text></g>`
55284
+ `<g opacity="0.65"><rect x="${A - Ha}" y="${y + 1}" width="${D}" height="20" fill="#fff"/><text x="${A}" y="${S}" class="fragment-section-label" fill="#222">${fe(U)}</text><text x="${$}" y="${S}" class="fragment-section-label" fill="#222">${fe(O)}</text></g>`
55285
55285
  );
55286
55286
  } else {
55287
55287
  const U = e.x + 5, O = S;