@zenuml/core 3.23.10 → 3.23.12
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/dist/StylePanel.3d4e665f.js +1812 -0
- package/dist/{close.f635f75a.js → close.ea3d38c2.js} +2 -2
- package/dist/{collapse-expanded.76b5eeab.js → collapse-expanded.eef91e0f.js} +2 -2
- package/dist/{collapse-unexpanded.2b46ba59.js → collapse-unexpanded.7e6a99fa.js} +2 -2
- package/dist/{core.63462460.js → core.6d6052eb.js} +5 -4
- package/dist/{debug.73bc15d1.js → debug.61922298.js} +2 -2
- package/dist/{message-arrow.235a72ff.js → message-arrow.c2d73269.js} +2 -2
- package/dist/{non-selected-cycle.02b23375.js → non-selected-cycle.fe4fc9bc.js} +2 -2
- package/dist/{numbering.c3df3200.js → numbering.f85c36fe.js} +2 -2
- package/dist/{privacy.07f28fb0.js → privacy.3a6f886e.js} +2 -2
- package/dist/{selected-cycle.2e3b5634.js → selected-cycle.0e4ad2a4.js} +2 -2
- package/dist/{theme.ba4f3a71.js → theme.0c1703d7.js} +2 -2
- package/dist/{tip.1476f8eb.js → tip.bf17baf6.js} +2 -2
- package/dist/zenuml.esm.mjs +1 -1
- package/dist/zenuml.js +447 -447
- package/dist/{zoom-in.354630fe.js → zoom-in.dc2e27ff.js} +2 -2
- package/dist/{zoom-out.102bbec9.js → zoom-out.3c3e350c.js} +2 -2
- package/package.json +2 -4
- package/pnpm-lock.yaml +59 -1187
- package/dist/StylePanel.68d43221.js +0 -1716
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { o as c, c as e, a as o } from "./core.
|
|
1
|
+
import { o as c, c as e, a as o } from "./core.6d6052eb.js";
|
|
2
2
|
const s = {
|
|
3
3
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
4
|
viewBox: "0 0 1024 1024"
|
|
@@ -20,4 +20,4 @@ export {
|
|
|
20
20
|
_ as default,
|
|
21
21
|
l as render
|
|
22
22
|
};
|
|
23
|
-
//# sourceMappingURL=zoom-in.
|
|
23
|
+
//# sourceMappingURL=zoom-in.dc2e27ff.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { o as t, c, a as o } from "./core.
|
|
1
|
+
import { o as t, c, a as o } from "./core.6d6052eb.js";
|
|
2
2
|
const e = {
|
|
3
3
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
4
|
viewBox: "0 0 1024 1024"
|
|
@@ -20,4 +20,4 @@ export {
|
|
|
20
20
|
h as default,
|
|
21
21
|
s as render
|
|
22
22
|
};
|
|
23
|
-
//# sourceMappingURL=zoom-out.
|
|
23
|
+
//# sourceMappingURL=zoom-out.3c3e350c.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zenuml/core",
|
|
3
|
-
"version": "3.23.
|
|
3
|
+
"version": "3.23.12",
|
|
4
4
|
"private": false,
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"*.{js,ts,vue,json,htm,html}": "eslint --fix"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@headlessui-float/vue": "^0.
|
|
43
|
+
"@headlessui-float/vue": "^0.14.0",
|
|
44
44
|
"@headlessui/tailwindcss": "^0.2.0",
|
|
45
45
|
"@headlessui/vue": "^1.7.16",
|
|
46
46
|
"@types/assert": "^1.5.6",
|
|
@@ -75,7 +75,6 @@
|
|
|
75
75
|
"@vue/compiler-sfc": "^3.2.45",
|
|
76
76
|
"@vue/test-utils": "^2.2.7",
|
|
77
77
|
"autoprefixer": "^10.4.13",
|
|
78
|
-
"babel-eslint": "^10.1.0",
|
|
79
78
|
"concurrently": "^7.6.0",
|
|
80
79
|
"cypress": "^10.11.0",
|
|
81
80
|
"cypress-plugin-snapshots": "^1.4.4",
|
|
@@ -90,7 +89,6 @@
|
|
|
90
89
|
"less": "^4.1.3",
|
|
91
90
|
"less-loader": "^11.1.3",
|
|
92
91
|
"lint-staged": "^14.0.1",
|
|
93
|
-
"node-sass": "^9.0.0",
|
|
94
92
|
"prettier": "^3.0.3",
|
|
95
93
|
"regenerator-runtime": "^0.13.11",
|
|
96
94
|
"sass": "^1.57.0",
|