3h1-ui 3.0.0-next.58 → 3.0.0-next.59

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/es/index.js CHANGED
@@ -10037,9 +10037,9 @@ const _sfc_main$1n = defineComponent({
10037
10037
  const minRealHeightRef = ref(0);
10038
10038
  let maxHeightEnum;
10039
10039
  ((maxHeightEnum2) => {
10040
- maxHeightEnum2[maxHeightEnum2["small"] = 500] = "small";
10041
- maxHeightEnum2[maxHeightEnum2["default"] = 600] = "default";
10042
- maxHeightEnum2[maxHeightEnum2["large"] = 700] = "large";
10040
+ maxHeightEnum2[maxHeightEnum2["small"] = 600] = "small";
10041
+ maxHeightEnum2[maxHeightEnum2["default"] = 700] = "default";
10042
+ maxHeightEnum2[maxHeightEnum2["large"] = 800] = "large";
10043
10043
  })(maxHeightEnum || (maxHeightEnum = {}));
10044
10044
  let realHeight = 0;
10045
10045
  useWindowSizeFn(setModalHeight.bind(null, false));
package/lib/index.js CHANGED
@@ -10061,9 +10061,9 @@ const _sfc_main$1n = vue.defineComponent({
10061
10061
  const minRealHeightRef = vue.ref(0);
10062
10062
  let maxHeightEnum;
10063
10063
  ((maxHeightEnum2) => {
10064
- maxHeightEnum2[maxHeightEnum2["small"] = 500] = "small";
10065
- maxHeightEnum2[maxHeightEnum2["default"] = 600] = "default";
10066
- maxHeightEnum2[maxHeightEnum2["large"] = 700] = "large";
10064
+ maxHeightEnum2[maxHeightEnum2["small"] = 600] = "small";
10065
+ maxHeightEnum2[maxHeightEnum2["default"] = 700] = "default";
10066
+ maxHeightEnum2[maxHeightEnum2["large"] = 800] = "large";
10067
10067
  })(maxHeightEnum || (maxHeightEnum = {}));
10068
10068
  let realHeight = 0;
10069
10069
  useWindowSizeFn(setModalHeight.bind(null, false));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "3h1-ui",
3
- "version": "3.0.0-next.58",
3
+ "version": "3.0.0-next.59",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",