@zenuml/core 3.23.25 → 3.23.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.
@@ -1,4 +1,4 @@
1
- import { o as c, c as e, a as o } from "./core.8505f4cf.js";
1
+ import { o as c, c as e, a as o } from "./core.efdaff94.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.ac9179b1.js.map
23
+ //# sourceMappingURL=zoom-in.ea503b4f.js.map
@@ -1,4 +1,4 @@
1
- import { o as t, c, a as o } from "./core.8505f4cf.js";
1
+ import { o as t, c, a as o } from "./core.efdaff94.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.7f77e980.js.map
23
+ //# sourceMappingURL=zoom-out.73562e08.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zenuml/core",
3
- "version": "3.23.25",
3
+ "version": "3.23.26",
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.11.4",
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",
package/pnpm-lock.yaml CHANGED
@@ -2,8 +2,8 @@ lockfileVersion: "6.0"
2
2
 
3
3
  dependencies:
4
4
  "@headlessui-float/vue":
5
- specifier: ^0.11.4
6
- version: 0.11.4(vue@3.4.27)
5
+ specifier: ^0.14.0
6
+ version: 0.14.0(@headlessui/vue@1.7.16)(vue@3.4.27)
7
7
  "@headlessui/tailwindcss":
8
8
  specifier: ^0.2.0
9
9
  version: 0.2.0(tailwindcss@3.2.4)
@@ -690,6 +690,14 @@ packages:
690
690
  "@babel/types": 7.24.6
691
691
  dev: true
692
692
 
693
+ /@babel/helper-string-parser@7.21.5:
694
+ resolution:
695
+ {
696
+ integrity: sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w==,
697
+ }
698
+ engines: { node: ">=6.9.0" }
699
+ dev: true
700
+
693
701
  /@babel/helper-string-parser@7.24.6:
694
702
  resolution:
695
703
  {
@@ -697,6 +705,14 @@ packages:
697
705
  }
698
706
  engines: { node: ">=6.9.0" }
699
707
 
708
+ /@babel/helper-validator-identifier@7.19.1:
709
+ resolution:
710
+ {
711
+ integrity: sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==,
712
+ }
713
+ engines: { node: ">=6.9.0" }
714
+ dev: true
715
+
700
716
  /@babel/helper-validator-identifier@7.24.6:
701
717
  resolution:
702
718
  {
@@ -1480,7 +1496,7 @@ packages:
1480
1496
  "@babel/helper-hoist-variables": 7.18.6
1481
1497
  "@babel/helper-module-transforms": 7.20.2
1482
1498
  "@babel/helper-plugin-utils": 7.20.2
1483
- "@babel/helper-validator-identifier": 7.24.6
1499
+ "@babel/helper-validator-identifier": 7.19.1
1484
1500
  transitivePeerDependencies:
1485
1501
  - supports-color
1486
1502
  dev: true
@@ -1791,7 +1807,7 @@ packages:
1791
1807
  "@babel/helper-plugin-utils": 7.20.2
1792
1808
  "@babel/plugin-proposal-unicode-property-regex": 7.18.6(@babel/core@7.24.6)
1793
1809
  "@babel/plugin-transform-dotall-regex": 7.18.6(@babel/core@7.24.6)
1794
- "@babel/types": 7.24.6
1810
+ "@babel/types": 7.22.4
1795
1811
  esutils: 2.0.3
1796
1812
  dev: true
1797
1813
 
@@ -1889,6 +1905,18 @@ packages:
1889
1905
  integrity: sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg==,
1890
1906
  }
1891
1907
  engines: { node: ">=6.9.0" }
1908
+ dependencies:
1909
+ "@babel/helper-string-parser": 7.21.5
1910
+ "@babel/helper-validator-identifier": 7.19.1
1911
+ to-fast-properties: 2.0.0
1912
+ dev: true
1913
+
1914
+ /@babel/types@7.22.4:
1915
+ resolution:
1916
+ {
1917
+ integrity: sha512-Tx9x3UBHTTsMSW85WB2kphxYQVvrZ/t1FxD88IpSgIjiUJlCm9z+xWIDwyo1vffTwSqteqyznB8ZE9vYYk16zA==,
1918
+ }
1919
+ engines: { node: ">=6.9.0" }
1892
1920
  dependencies:
1893
1921
  "@babel/helper-string-parser": 7.24.6
1894
1922
  "@babel/helper-validator-identifier": 7.24.6
@@ -2055,21 +2083,18 @@ packages:
2055
2083
  }
2056
2084
  dev: false
2057
2085
 
2058
- /@floating-ui/vue@0.2.1(vue@3.4.27):
2086
+ /@floating-ui/vue@1.0.6(vue@3.4.27):
2059
2087
  resolution:
2060
2088
  {
2061
- integrity: sha512-HE+EIeakID7wI6vUwF0yMpaW48bNaPj8QtnQaRMkaQFhQReVBA4bY6fmJ3J7X+dqVgDbMhyfCG0fBJfdQMdWxQ==,
2089
+ integrity: sha512-EdrOljjkpkkqZnrpqUcPoz9NvHxuTjUtSInh6GMv3+Mcy+giY2cE2pHh9rpacRcZ2eMSCxel9jWkWXTjLmY55w==,
2062
2090
  }
2063
- peerDependencies:
2064
- "@vue/composition-api": ^1.0.0-rc.1
2065
- vue: ^2.0.0 || >=3.0.0
2066
- peerDependenciesMeta:
2067
- "@vue/composition-api":
2068
- optional: true
2069
2091
  dependencies:
2070
2092
  "@floating-ui/dom": 1.6.5
2071
- vue: 3.4.27(typescript@4.9.4)
2093
+ "@floating-ui/utils": 0.2.2
2072
2094
  vue-demi: 0.13.11(vue@3.4.27)
2095
+ transitivePeerDependencies:
2096
+ - "@vue/composition-api"
2097
+ - vue
2073
2098
  dev: false
2074
2099
 
2075
2100
  /@gar/promisify@1.1.3:
@@ -2079,17 +2104,19 @@ packages:
2079
2104
  }
2080
2105
  dev: true
2081
2106
 
2082
- /@headlessui-float/vue@0.11.4(vue@3.4.27):
2107
+ /@headlessui-float/vue@0.14.0(@headlessui/vue@1.7.16)(vue@3.4.27):
2083
2108
  resolution:
2084
2109
  {
2085
- integrity: sha512-hNGQTT3trknSB78ZI3usvnJACLyEUmacvk5Q8JQizJ8k+8GYLvhKklGIhJVO1E3litEzW6yyjPgfg6aEJ+1p6g==,
2110
+ integrity: sha512-hx0IkJ7JPcwDeimco6fe0+IknknL1gUYIGu11OCn0JWlOoSAmO6sx2DxPwSEz1Wsq34X6Z8BwCwcPVuphZ1zMg==,
2086
2111
  }
2087
2112
  peerDependencies:
2113
+ "@headlessui/vue": ^1.0.0
2088
2114
  vue: ^3.0.0
2089
2115
  dependencies:
2090
2116
  "@floating-ui/core": 1.6.2
2091
2117
  "@floating-ui/dom": 1.6.5
2092
- "@floating-ui/vue": 0.2.1(vue@3.4.27)
2118
+ "@floating-ui/vue": 1.0.6(vue@3.4.27)
2119
+ "@headlessui/vue": 1.7.16(vue@3.4.27)
2093
2120
  vue: 3.4.27(typescript@4.9.4)
2094
2121
  transitivePeerDependencies:
2095
2122
  - "@vue/composition-api"