3h1-ui 3.0.0-next.32 → 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 +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/es/index.js
CHANGED
|
@@ -8089,7 +8089,7 @@ const _sfc_main$1l = defineComponent({
|
|
|
8089
8089
|
let maxHeightEnum;
|
|
8090
8090
|
((maxHeightEnum2) => {
|
|
8091
8091
|
maxHeightEnum2[maxHeightEnum2["small"] = 510] = "small";
|
|
8092
|
-
maxHeightEnum2[maxHeightEnum2["default"] =
|
|
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
|
@@ -8113,7 +8113,7 @@ const _sfc_main$1l = vue.defineComponent({
|
|
|
8113
8113
|
let maxHeightEnum;
|
|
8114
8114
|
((maxHeightEnum2) => {
|
|
8115
8115
|
maxHeightEnum2[maxHeightEnum2["small"] = 510] = "small";
|
|
8116
|
-
maxHeightEnum2[maxHeightEnum2["default"] =
|
|
8116
|
+
maxHeightEnum2[maxHeightEnum2["default"] = 610] = "default";
|
|
8117
8117
|
maxHeightEnum2[maxHeightEnum2["large"] = 700] = "large";
|
|
8118
8118
|
})(maxHeightEnum || (maxHeightEnum = {}));
|
|
8119
8119
|
let realHeight = 0;
|