@zenuml/core 3.24.24 → 3.24.26
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/cy/smoke-editable-label.html +3 -3
- package/cypress.config.ts +7 -5
- package/dist/{StylePanel.13e4898b.js → StylePanel.dc819cc5.js} +2 -2
- package/dist/{close.93b6d191.js → close.4dde26dd.js} +2 -2
- package/dist/{collapse-expanded.196ac8dd.js → collapse-expanded.5ec35bce.js} +2 -2
- package/dist/{collapse-unexpanded.1eb98f54.js → collapse-unexpanded.221643c4.js} +2 -2
- package/dist/{core.1bd7d6bb.js → core.46fc44b2.js} +9179 -9156
- package/dist/{debug.b924e8b3.js → debug.0b07264d.js} +2 -2
- package/dist/{message-arrow.fbd5729f.js → message-arrow.f7d87700.js} +2 -2
- package/dist/{non-selected-cycle.aae86d12.js → non-selected-cycle.a20660f9.js} +2 -2
- package/dist/{numbering.65c71c46.js → numbering.1550b5cb.js} +2 -2
- package/dist/{privacy.a05ceb68.js → privacy.48f6414b.js} +2 -2
- package/dist/{selected-cycle.98360ed8.js → selected-cycle.535aea17.js} +2 -2
- package/dist/{theme.d6491bf0.js → theme.6dbeb29f.js} +2 -2
- package/dist/{tip.369fcf61.js → tip.8e0f01cd.js} +2 -2
- package/dist/zenuml.esm.mjs +2 -2
- package/dist/zenuml.js +445 -445
- package/dist/{zoom-in.b7df424d.js → zoom-in.4876d19f.js} +2 -2
- package/dist/{zoom-out.23185830.js → zoom-out.2882bd49.js} +2 -2
- package/package.json +4 -2
- package/pnpm-lock.yaml +6779 -3479
package/cypress.config.ts
CHANGED
|
@@ -1,14 +1,16 @@
|
|
|
1
|
-
import { defineConfig } from
|
|
1
|
+
import { defineConfig } from "cypress";
|
|
2
2
|
|
|
3
3
|
export default defineConfig({
|
|
4
|
-
projectId:
|
|
4
|
+
projectId: "srixxa",
|
|
5
5
|
e2e: {
|
|
6
|
+
viewportWidth: 1200,
|
|
7
|
+
viewportHeight: 800,
|
|
6
8
|
// We've imported your old cypress plugins here.
|
|
7
9
|
// You may want to clean this up later by importing these.
|
|
8
10
|
setupNodeEvents(on, config) {
|
|
9
|
-
return require(
|
|
11
|
+
return require("./cypress/plugins/index.js")(on, config);
|
|
10
12
|
},
|
|
11
|
-
excludeSpecPattern: [
|
|
12
|
-
specPattern:
|
|
13
|
+
excludeSpecPattern: ["**/__snapshots__/*", "**/__image_snapshots__/*"],
|
|
14
|
+
specPattern: "cypress/e2e/**/*.{js,jsx,ts,tsx}",
|
|
13
15
|
},
|
|
14
16
|
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { b as P, u as H, r as E, s as _e, w as k, g as lt, d as at, e as Q, F as ze, m as pe, t as Ee, f as Ve, n as ct, p as ft, h as ut, i as dt, j as ne, U as mt, k as he, T as pt, l as ht, S as gt, q as vt, v as wt, x as yt, y as xt, P as bt, o as Pe, z as Ct, A as At, a as ge, c as Ot, B as Tt, C as St, D as Rt, E as Et, G as Pt, H as Lt } from "./core.
|
|
1
|
+
import { b as P, u as H, r as E, s as _e, w as k, g as lt, d as at, e as Q, F as ze, m as pe, t as Ee, f as Ve, n as ct, p as ft, h as ut, i as dt, j as ne, U as mt, k as he, T as pt, l as ht, S as gt, q as vt, v as wt, x as yt, y as xt, P as bt, o as Pe, z as Ct, A as At, a as ge, c as Ot, B as Tt, C as St, D as Rt, E as Et, G as Pt, H as Lt } from "./core.46fc44b2.js";
|
|
2
2
|
const Ie = ["top", "right", "bottom", "left"], Le = ["start", "end"], Fe = /* @__PURE__ */ Ie.reduce((e, t) => e.concat(t, t + "-" + Le[0], t + "-" + Le[1]), []), Z = Math.min, q = Math.max, ae = Math.round, le = Math.floor, X = (e) => ({
|
|
3
3
|
x: e,
|
|
4
4
|
y: e
|
|
@@ -1821,4 +1821,4 @@ const zn = { class: "flex bg-white shadow-md z-10 rounded-md p-1" }, Vn = ["onCl
|
|
|
1821
1821
|
export {
|
|
1822
1822
|
Un as default
|
|
1823
1823
|
};
|
|
1824
|
-
//# sourceMappingURL=StylePanel.
|
|
1824
|
+
//# sourceMappingURL=StylePanel.dc819cc5.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.46fc44b2.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.
|
|
24
|
+
//# sourceMappingURL=close.4dde26dd.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.46fc44b2.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.
|
|
19
|
+
//# sourceMappingURL=collapse-expanded.5ec35bce.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.46fc44b2.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.
|
|
32
|
+
//# sourceMappingURL=collapse-unexpanded.221643c4.js.map
|