3h1-ui 3.0.0-next.31 → 3.0.0-next.33

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
@@ -8088,8 +8088,8 @@ const _sfc_main$1l = defineComponent({
8088
8088
  const minRealHeightRef = ref(0);
8089
8089
  let maxHeightEnum;
8090
8090
  ((maxHeightEnum2) => {
8091
- maxHeightEnum2[maxHeightEnum2["small"] = 500] = "small";
8092
- maxHeightEnum2[maxHeightEnum2["default"] = 600] = "default";
8091
+ maxHeightEnum2[maxHeightEnum2["small"] = 510] = "small";
8092
+ maxHeightEnum2[maxHeightEnum2["default"] = 610] = "default";
8093
8093
  maxHeightEnum2[maxHeightEnum2["large"] = 700] = "large";
8094
8094
  })(maxHeightEnum || (maxHeightEnum = {}));
8095
8095
  let realHeight = 0;
package/lib/index.js CHANGED
@@ -8112,8 +8112,8 @@ const _sfc_main$1l = vue.defineComponent({
8112
8112
  const minRealHeightRef = vue.ref(0);
8113
8113
  let maxHeightEnum;
8114
8114
  ((maxHeightEnum2) => {
8115
- maxHeightEnum2[maxHeightEnum2["small"] = 500] = "small";
8116
- maxHeightEnum2[maxHeightEnum2["default"] = 600] = "default";
8115
+ maxHeightEnum2[maxHeightEnum2["small"] = 510] = "small";
8116
+ maxHeightEnum2[maxHeightEnum2["default"] = 610] = "default";
8117
8117
  maxHeightEnum2[maxHeightEnum2["large"] = 700] = "large";
8118
8118
  })(maxHeightEnum || (maxHeightEnum = {}));
8119
8119
  let realHeight = 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "3h1-ui",
3
- "version": "3.0.0-next.31",
3
+ "version": "3.0.0-next.33",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -30,8 +30,8 @@
30
30
  "vxe-table": "^4.3.6",
31
31
  "xe-utils": "^3.5.7",
32
32
  "@shy-plugins/tinymce": "^1.0.6",
33
- "@shy-plugins/utils": "1.0.0-next.1",
34
- "@shy-plugins/use": "1.0.0-next.1"
33
+ "@shy-plugins/use": "1.0.0-next.1",
34
+ "@shy-plugins/utils": "1.0.0-next.1"
35
35
  },
36
36
  "types": "es/ui/index.d.ts",
37
37
  "devDependencies": {