@zenuml/core 3.49.6 → 3.50.1

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.
@@ -78,7 +78,7 @@ function g7(e) {
78
78
  }
79
79
  return t.child = (n) => g7(["%c" + (n.name || ""), "color: #00f"]), t;
80
80
  }
81
- const Je = g7(), sr = { BASE_URL: "/", DEV: !1, MODE: "production", PROD: !0, SSR: !1, VITE_APP_GIT_BRANCH: "main", VITE_APP_GIT_HASH: "b5100138" };
81
+ const Je = g7(), sr = { BASE_URL: "/", DEV: !1, MODE: "production", PROD: !0, SSR: !1, VITE_APP_GIT_BRANCH: "main", VITE_APP_GIT_HASH: "38404ccc" };
82
82
  function p7(e) {
83
83
  return "init" in e;
84
84
  }
@@ -29554,9 +29554,6 @@ T8.prototype.From = function() {
29554
29554
  Nv.prototype.From = function() {
29555
29555
  return this.asyncMessage()?.From() || this.returnAsyncMessage()?.From() || this.ClosestAncestorStat().Origin();
29556
29556
  };
29557
- Y.ParserRuleContext.prototype.Key = function() {
29558
- return `${this.start.start}:${this.stop.stop}`;
29559
- };
29560
29557
  const w8 = x, Lh = w8.StatContext;
29561
29558
  Y.ParserRuleContext.prototype.ClosestAncestorStat = function() {
29562
29559
  if (this instanceof Lh)
@@ -29647,9 +29644,6 @@ Y.ParserRuleContext.prototype.getComment = function() {
29647
29644
  return n && n.map((s) => s.text.substring(2)).join(`
29648
29645
  `);
29649
29646
  };
29650
- Y.ParserRuleContext.prototype.returnedValue = function() {
29651
- return this.braceBlock().block().ret().value();
29652
- };
29653
29647
  const k8 = _8, Rg = x.GroupContext, Eh = x.ParticipantContext, Va = function(e) {
29654
29648
  return kn.getParticipants(e);
29655
29649
  }, hc = {
@@ -35688,7 +35682,7 @@ const BC = (e) => /* @__PURE__ */ w.createElement("svg", { xmlns: "http://www.w3
35688
35682
  /* @__PURE__ */ E.jsxs("span", { className: "inline-block px-2", children: [
35689
35683
  "main",
35690
35684
  ":",
35691
- "b5100138"
35685
+ "38404ccc"
35692
35686
  ] })
35693
35687
  ] }) : null;
35694
35688
  }, rS = "_tooltip_5kyas_1", aS = "_bottom_5kyas_29", Jg = {
@@ -45245,24 +45239,17 @@ const tO = (e) => {
45245
45239
  pt(F0);
45246
45240
  const t = pt(ps), n = w.useMemo(() => t.getWidth(), [t]), s = hs(t, e.origin), a = e.context.divider().Note(), o = w.useMemo(() => {
45247
45241
  if (a.trim().indexOf("[") === 0 && a.indexOf("]") !== -1) {
45248
- const h = a.indexOf("["), m = a.indexOf("]"), p = a.slice(h + 1, m), y = a.slice(m + 1), L = s3(p), b = L.emojis.map((S) => to(S)).join("") + (L.emojis.length > 0 ? " " : ""), C = L.classNames.filter((S) => !L.emojis.includes(S));
45242
+ const d = a.indexOf("["), h = a.indexOf("]"), m = a.slice(d + 1, h), p = a.slice(h + 1), y = s3(m), L = y.emojis.map((C) => to(C)).join("") + (y.emojis.length > 0 ? " " : ""), b = y.classNames.filter((C) => !y.emojis.includes(C));
45249
45243
  return {
45250
- style: Zl(C),
45251
- note: b + y
45244
+ style: Zl(b),
45245
+ note: L + p
45252
45246
  };
45253
45247
  }
45254
45248
  return { style: Zl([]), note: a };
45255
- }, [a]), u = o.note.replace(/^=+\s*|\s*=+$/g, "").trim(), d = w.useCallback((h) => {
45256
- if (!h) return;
45257
- const p = h.parentElement?.parentElement;
45258
- if (!p) return;
45259
- const y = parseFloat(getComputedStyle(p).paddingLeft) || 0;
45260
- h.style.transform = `translateX(-${y}px)`;
45261
- }, []);
45249
+ }, [a]), u = o.note.replace(/^=+\s*|\s*=+$/g, "").trim();
45262
45250
  return /* @__PURE__ */ E.jsxs(
45263
45251
  "div",
45264
45252
  {
45265
- ref: d,
45266
45253
  className: Ht("divider", e.className),
45267
45254
  "data-origin": e.origin,
45268
45255
  style: {
@@ -47228,7 +47215,7 @@ class cM extends w.Component {
47228
47215
  ] }) : this.props.children;
47229
47216
  }
47230
47217
  }
47231
- const uM = "3.49.6";
47218
+ const uM = "3.50.1";
47232
47219
  function dM(e) {
47233
47220
  const t = Math.floor(e / 1e3), n = Math.floor(e % 1e3), s = Math.floor((e % 1e3 - n) * 1e3);
47234
47221
  return t + "s " + n + "ms " + s + "μs";