@spash/frontlib 0.0.15-beta.5 → 0.0.15-beta.6
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/main.js +2 -2
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -6826,7 +6826,7 @@ const j1 = { class: "h-full" }, W1 = { class: "flex items-end" }, K1 = { class:
|
|
|
6826
6826
|
containerClass: { default: null },
|
|
6827
6827
|
noGutters: { type: Boolean, default: !1 },
|
|
6828
6828
|
animation: { default: "scale" },
|
|
6829
|
-
verticalAlign: {}
|
|
6829
|
+
verticalAlign: { default: "middle" }
|
|
6830
6830
|
},
|
|
6831
6831
|
emits: ["close"],
|
|
6832
6832
|
setup(n, { emit: e }) {
|
|
@@ -25242,7 +25242,7 @@ const pI = /* @__PURE__ */ he({
|
|
|
25242
25242
|
], T(u.value);
|
|
25243
25243
|
},
|
|
25244
25244
|
createCanvas: ({ width: N, height: F }) => {
|
|
25245
|
-
m.value || (o.value.width = N, o.value.height = F
|
|
25245
|
+
m.value || (o.value.width = N, o.value.height = F, i.value === Ws.PORTRAIT && (o.value.width = 1080, o.value.height = F + 300), a.value = o.value.getContext("2d"), m.value = !0);
|
|
25246
25246
|
}
|
|
25247
25247
|
}), (N, F) => (D(), W("canvas", oo({
|
|
25248
25248
|
class: ["absolute top-1/2 -translate-y-1/2 left-1/2 -translate-x-1/2", [
|