@zenuml/core 3.23.26 → 3.23.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Integration/vanilla-js/index.html +6 -6
- package/README.md +1 -1
- package/dist/{StylePanel.b28a5986.js → StylePanel.b4adcc0f.js} +353 -343
- package/dist/{close.16d48e4c.js → close.4141eb53.js} +3 -3
- package/dist/{collapse-expanded.3d86dea1.js → collapse-expanded.c6198e7e.js} +3 -3
- package/dist/{collapse-unexpanded.50b3e837.js → collapse-unexpanded.a04daefa.js} +3 -3
- package/dist/{core.efdaff94.js → core.6db5c9c5.js} +10501 -15639
- package/dist/{debug.93ce36ce.js → debug.07250777.js} +3 -3
- package/dist/{message-arrow.cdc73f2a.js → message-arrow.ad83b68c.js} +3 -3
- package/dist/{non-selected-cycle.64f807d8.js → non-selected-cycle.7bf47650.js} +3 -3
- package/dist/{numbering.0d539e38.js → numbering.3db0cf6a.js} +3 -3
- package/dist/{privacy.bdf66b73.js → privacy.77d8ea24.js} +3 -3
- package/dist/{selected-cycle.292fed44.js → selected-cycle.063d817b.js} +3 -3
- package/dist/{theme.81695999.js → theme.bab70062.js} +3 -3
- package/dist/{tip.7d60eb1d.js → tip.92210483.js} +3 -3
- package/dist/zenuml.esm.mjs +2 -2
- package/dist/zenuml.js +458 -483
- package/dist/{zoom-in.ea503b4f.js → zoom-in.67bc071d.js} +3 -3
- package/dist/{zoom-out.73562e08.js → zoom-out.3c690712.js} +3 -3
- package/package.json +5 -5
- package/pnpm-lock.yaml +254 -170
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { o as e, c as o, a as t } from "./core.
|
|
1
|
+
import { o as e, c as o, a as t } from "./core.6db5c9c5.js";
|
|
2
2
|
const r = {
|
|
3
3
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
4
|
fill: "none",
|
|
@@ -14,11 +14,11 @@ const r = {
|
|
|
14
14
|
n
|
|
15
15
|
];
|
|
16
16
|
function c(a, l) {
|
|
17
|
-
return e(), o("svg", r,
|
|
17
|
+
return e(), o("svg", r, s);
|
|
18
18
|
}
|
|
19
19
|
const i = { render: c };
|
|
20
20
|
export {
|
|
21
21
|
i as default,
|
|
22
22
|
c as render
|
|
23
23
|
};
|
|
24
|
-
//# sourceMappingURL=close.
|
|
24
|
+
//# sourceMappingURL=close.4141eb53.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { o as e, c as o, a as t } from "./core.
|
|
1
|
+
import { o as e, c as o, a as t } from "./core.6db5c9c5.js";
|
|
2
2
|
const n = {
|
|
3
3
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
4
|
fill: "none",
|
|
@@ -9,11 +9,11 @@ const n = {
|
|
|
9
9
|
r
|
|
10
10
|
];
|
|
11
11
|
function c(a, l) {
|
|
12
|
-
return e(), o("svg", n,
|
|
12
|
+
return e(), o("svg", n, s);
|
|
13
13
|
}
|
|
14
14
|
const h = { render: c };
|
|
15
15
|
export {
|
|
16
16
|
h as default,
|
|
17
17
|
c as render
|
|
18
18
|
};
|
|
19
|
-
//# sourceMappingURL=collapse-expanded.
|
|
19
|
+
//# sourceMappingURL=collapse-expanded.c6198e7e.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { o, c as t, a as e } from "./core.
|
|
1
|
+
import { o, c as t, a as e } from "./core.6db5c9c5.js";
|
|
2
2
|
const n = {
|
|
3
3
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
4
|
fill: "currentColor",
|
|
@@ -22,11 +22,11 @@ const n = {
|
|
|
22
22
|
r
|
|
23
23
|
];
|
|
24
24
|
function s(c, d) {
|
|
25
|
-
return o(), t("svg", n,
|
|
25
|
+
return o(), t("svg", n, a);
|
|
26
26
|
}
|
|
27
27
|
const i = { render: s };
|
|
28
28
|
export {
|
|
29
29
|
i as default,
|
|
30
30
|
s as render
|
|
31
31
|
};
|
|
32
|
-
//# sourceMappingURL=collapse-unexpanded.
|
|
32
|
+
//# sourceMappingURL=collapse-unexpanded.a04daefa.js.map
|