@stlhorizon/vue-ui 3.5.3 → 3.5.4

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/index.esm.js CHANGED
@@ -7287,8 +7287,7 @@ const J = {
7287
7287
  },
7288
7288
  height: {
7289
7289
  type: String,
7290
- default: "auto",
7291
- validator: (e) => ["auto", "sm", "md", "lg", "xl", "2xl", "3xl", "4xl", "5xl", "6xl", "7xl", "8xl", "full"].includes(e)
7290
+ default: ""
7292
7291
  },
7293
7292
  resizable: {
7294
7293
  type: Boolean,
@@ -7364,7 +7363,7 @@ const J = {
7364
7363
  onClick: o
7365
7364
  }, [
7366
7365
  i("div", {
7367
- class: v(N(z)(N(t)({ size: e.size, height: e.height }), e.resizable ? "resize" : "")),
7366
+ class: v(N(z)(N(t)({ size: e.size }), e.height ? e.height : "", e.resizable ? "resize" : "")),
7368
7367
  style: me(e.resizable ? "min-width: 400px; min-height: 200px;" : "")
7369
7368
  }, [
7370
7369
  e.showClose ? (s(), u("button", {
@@ -12716,8 +12715,7 @@ const Dd = {
12716
12715
  },
12717
12716
  modalHeight: {
12718
12717
  type: String,
12719
- default: "auto",
12720
- validator: (e) => ["auto", "sm", "md", "lg", "xl", "2xl", "3xl", "4xl", "5xl", "6xl", "7xl", "8xl", "full"].includes(e)
12718
+ default: ""
12721
12719
  },
12722
12720
  modalResizable: {
12723
12721
  type: Boolean,
@@ -12838,7 +12836,7 @@ const Dd = {
12838
12836
  "show-close": !0,
12839
12837
  "close-on-backdrop": !0,
12840
12838
  size: e.modalSize,
12841
- height: e.modalHeight,
12839
+ class: v(e.modalHeight),
12842
12840
  resizable: e.modalResizable,
12843
12841
  onClose: w
12844
12842
  }, {
@@ -13108,7 +13106,7 @@ const Dd = {
13108
13106
  ], 32)
13109
13107
  ]),
13110
13108
  _: 1
13111
- }, 8, ["modelValue", "size", "height", "resizable"]));
13109
+ }, 8, ["modelValue", "size", "class", "resizable"]));
13112
13110
  }
13113
13111
  }, K0 = {
13114
13112
  key: 0,