@stlhorizon/vue-ui 3.5.3 → 3.5.5

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