@mtn-ui/components 0.0.10 → 0.0.11
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/index.js +2 -2
- package/dist/index/index.js.map +1 -1
- package/dist/index/style.css +1 -1
- package/package.json +1 -1
package/dist/index/index.js
CHANGED
|
@@ -42365,7 +42365,7 @@ const dx = Symbol("mtnFormContext"), $3 = /* @__PURE__ */ oe({
|
|
|
42365
42365
|
const a = {
|
|
42366
42366
|
padding: o(t.padding),
|
|
42367
42367
|
margin: o(t.margin)
|
|
42368
|
-
}, l = o(t.margin), i = t.minHeight !== void 0 && t.minHeight !== "" ? typeof t.minHeight == "number" ? `${t.minHeight}px` : String(t.minHeight) : `calc(100vh - 2*${l})`;
|
|
42368
|
+
}, l = o(t.margin), i = t.minHeight !== void 0 && t.minHeight !== "" ? typeof t.minHeight == "number" ? `${t.minHeight}px` : String(t.minHeight) : `calc(100vh - 2*${l} - 56 - 20)`;
|
|
42369
42369
|
return a["min-height"] = i, typeof t.style == "object" && t.style !== null && Object.entries(t.style).forEach(([s, u]) => {
|
|
42370
42370
|
a[s] = String(u);
|
|
42371
42371
|
}), a;
|
|
@@ -42377,7 +42377,7 @@ const dx = Symbol("mtnFormContext"), $3 = /* @__PURE__ */ oe({
|
|
|
42377
42377
|
qt(a.$slots, "default", {}, void 0, !0)
|
|
42378
42378
|
], 6));
|
|
42379
42379
|
}
|
|
42380
|
-
}), O3 = /* @__PURE__ */ nn(S3, [["__scopeId", "data-v-
|
|
42380
|
+
}), O3 = /* @__PURE__ */ nn(S3, [["__scopeId", "data-v-13780911"]]), P3 = /* @__PURE__ */ oe({
|
|
42381
42381
|
name: "MtnAutoTooltip",
|
|
42382
42382
|
__name: "AutoTooltip",
|
|
42383
42383
|
props: {
|