@zenuml/core 3.23.26 → 3.23.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Integration/vanilla-js/index.html +6 -6
- package/README.md +1 -1
- package/dist/{StylePanel.b28a5986.js → StylePanel.405afa50.js} +353 -343
- package/dist/{close.16d48e4c.js → close.9139b823.js} +3 -3
- package/dist/{collapse-expanded.3d86dea1.js → collapse-expanded.e8b6a391.js} +3 -3
- package/dist/{collapse-unexpanded.50b3e837.js → collapse-unexpanded.cea3fc8e.js} +3 -3
- package/dist/{core.efdaff94.js → core.fd2607b2.js} +10525 -15654
- package/dist/{debug.93ce36ce.js → debug.3cdb52ce.js} +3 -3
- package/dist/{message-arrow.cdc73f2a.js → message-arrow.6b864af0.js} +3 -3
- package/dist/{non-selected-cycle.64f807d8.js → non-selected-cycle.ab408e04.js} +3 -3
- package/dist/{numbering.0d539e38.js → numbering.2c89edd7.js} +3 -3
- package/dist/{privacy.bdf66b73.js → privacy.1f2ba779.js} +3 -3
- package/dist/{selected-cycle.292fed44.js → selected-cycle.bd01d425.js} +3 -3
- package/dist/{theme.81695999.js → theme.f155c91b.js} +3 -3
- package/dist/{tip.7d60eb1d.js → tip.09567e05.js} +3 -3
- package/dist/zenuml.esm.mjs +2 -2
- package/dist/zenuml.js +458 -483
- package/dist/{zoom-in.ea503b4f.js → zoom-in.3b8883e9.js} +3 -3
- package/dist/{zoom-out.73562e08.js → zoom-out.0df76b14.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.fd2607b2.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.9139b823.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.fd2607b2.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.e8b6a391.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.fd2607b2.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.cea3fc8e.js.map
|