@zenuml/core 3.30.0 → 3.31.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (26) hide show
  1. package/dist/{StylePanel-38a75e32.js → StylePanel-e761c8e9.js} +2 -2
  2. package/dist/alt-fragment-af6db51b.js +24 -0
  3. package/dist/{close-997c61c0.js → close-c87e00de.js} +2 -2
  4. package/dist/{collapse-expanded-0b586171.js → collapse-expanded-a23b1e1b.js} +2 -2
  5. package/dist/{collapse-unexpanded-0bf7a8b0.js → collapse-unexpanded-1fe99da3.js} +2 -2
  6. package/dist/{core-77ea9100.js → core-5d5ff56f.js} +1744 -1702
  7. package/dist/critical-fragment-53bcb3a1.js +24 -0
  8. package/dist/{debug-3cd42a19.js → debug-880ba8f7.js} +2 -2
  9. package/dist/loop-fragment-83607d77.js +19 -0
  10. package/dist/{message-arrow-5b5d1043.js → message-arrow-776ceacc.js} +2 -2
  11. package/dist/{non-selected-cycle-419a4126.js → non-selected-cycle-ad479af2.js} +2 -2
  12. package/dist/{numbering-83b1bc46.js → numbering-eb36c902.js} +2 -2
  13. package/dist/opt-fragment-a47910a0.js +26 -0
  14. package/dist/par-fragment-1577b732.js +24 -0
  15. package/dist/{privacy-29d1968b.js → privacy-9a282b66.js} +2 -2
  16. package/dist/ref-fragment-dac998c3.js +24 -0
  17. package/dist/section-fragment-2c4ec874.js +24 -0
  18. package/dist/{selected-cycle-49cfdfab.js → selected-cycle-148a97fa.js} +2 -2
  19. package/dist/{theme-4b4d0e7b.js → theme-61b8d05f.js} +2 -2
  20. package/dist/{tip-15ef4234.js → tip-eb96972c.js} +2 -2
  21. package/dist/try-catch-fragment-69c8a831.js +23 -0
  22. package/dist/zenuml.esm.mjs +2 -2
  23. package/dist/zenuml.js +431 -431
  24. package/dist/{zoom-in-805df0f2.js → zoom-in-f8085099.js} +2 -2
  25. package/dist/{zoom-out-a7266ce1.js → zoom-out-e24d9c0e.js} +2 -2
  26. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- import { b as P, u as H, r as R, s as We, w as k, g as lt, d as at, e as Q, F as Ie, m as pe, t as Re, f as Ve, n as ct, p as ut, h as ft, i as dt, j as ne, U as mt, k as ve, T as pt, l as vt, S as gt, q as ht, v as wt, x as yt, y as xt, z as bt, P as Ct, o as Pe, A as Ot, B as At, a as ge, c as Tt, C as St, D as Et, E as Rt, G as Pt, H as Ft, I as Lt } from "./core-77ea9100.js";
1
+ import { b as P, u as H, r as R, s as We, w as k, g as lt, d as at, e as Q, F as Ie, m as pe, t as Re, f as Ve, n as ct, p as ut, h as ft, i as dt, j as ne, U as mt, k as ve, T as pt, l as vt, S as gt, q as ht, v as wt, x as yt, y as xt, z as bt, P as Ct, o as Pe, A as Ot, B as At, a as ge, c as Tt, C as St, D as Et, E as Rt, G as Pt, H as Ft, I as Lt } from "./core-5d5ff56f.js";
2
2
  const ze = ["top", "right", "bottom", "left"], Fe = ["start", "end"], Le = /* @__PURE__ */ ze.reduce((e, t) => e.concat(t, t + "-" + Fe[0], t + "-" + Fe[1]), []), Z = Math.min, q = Math.max, ae = Math.round, le = Math.floor, X = (e) => ({
3
3
  x: e,
4
4
  y: e
@@ -1853,4 +1853,4 @@ const Vn = { class: "flex bg-white shadow-md z-10 rounded-md p-1" }, zn = ["onCl
1853
1853
  export {
1854
1854
  Xn as default
1855
1855
  };
1856
- //# sourceMappingURL=StylePanel-38a75e32.js.map
1856
+ //# sourceMappingURL=StylePanel-e761c8e9.js.map
@@ -0,0 +1,24 @@
1
+ import { o as e, c as t, a as o } from "./core-5d5ff56f.js";
2
+ const n = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ width: "24",
5
+ height: "24",
6
+ fill: "none"
7
+ }, r = /* @__PURE__ */ o("path", {
8
+ stroke: "currentColor",
9
+ "stroke-linecap": "round",
10
+ "stroke-linejoin": "round",
11
+ "stroke-width": "1.5",
12
+ d: "m12 8 8 4-8 4-8-4 8-4Z"
13
+ }, null, -1), s = [
14
+ r
15
+ ];
16
+ function c(a, l) {
17
+ return e(), t("svg", n, s);
18
+ }
19
+ const i = { render: c };
20
+ export {
21
+ i as default,
22
+ c as render
23
+ };
24
+ //# sourceMappingURL=alt-fragment-af6db51b.js.map
@@ -1,4 +1,4 @@
1
- import { o as e, c as o, a as t } from "./core-77ea9100.js";
1
+ import { o as e, c as o, a as t } from "./core-5d5ff56f.js";
2
2
  const r = {
3
3
  xmlns: "http://www.w3.org/2000/svg",
4
4
  fill: "none",
@@ -21,4 +21,4 @@ export {
21
21
  i as default,
22
22
  c as render
23
23
  };
24
- //# sourceMappingURL=close-997c61c0.js.map
24
+ //# sourceMappingURL=close-c87e00de.js.map
@@ -1,4 +1,4 @@
1
- import { o as e, c as o, a as t } from "./core-77ea9100.js";
1
+ import { o as e, c as o, a as t } from "./core-5d5ff56f.js";
2
2
  const n = {
3
3
  xmlns: "http://www.w3.org/2000/svg",
4
4
  fill: "none",
@@ -16,4 +16,4 @@ export {
16
16
  h as default,
17
17
  c as render
18
18
  };
19
- //# sourceMappingURL=collapse-expanded-0b586171.js.map
19
+ //# sourceMappingURL=collapse-expanded-a23b1e1b.js.map
@@ -1,4 +1,4 @@
1
- import { o, c as t, a as e } from "./core-77ea9100.js";
1
+ import { o, c as t, a as e } from "./core-5d5ff56f.js";
2
2
  const n = {
3
3
  xmlns: "http://www.w3.org/2000/svg",
4
4
  fill: "currentColor",
@@ -29,4 +29,4 @@ export {
29
29
  i as default,
30
30
  s as render
31
31
  };
32
- //# sourceMappingURL=collapse-unexpanded-0bf7a8b0.js.map
32
+ //# sourceMappingURL=collapse-unexpanded-1fe99da3.js.map