@mtn-ui/components 0.0.11 → 0.0.12

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.
@@ -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} - 56 - 20)`;
42368
+ }, l = typeof t.margin == "number" ? t.margin : parseFloat(String(t.margin)) || 0, i = t.minHeight !== void 0 && t.minHeight !== "" ? typeof t.minHeight == "number" ? `${t.minHeight}px` : String(t.minHeight) : `calc(100vh - 2 * ${l}px - 56px - 20px)`;
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-13780911"]]), P3 = /* @__PURE__ */ oe({
42380
+ }), O3 = /* @__PURE__ */ nn(S3, [["__scopeId", "data-v-a345e134"]]), P3 = /* @__PURE__ */ oe({
42381
42381
  name: "MtnAutoTooltip",
42382
42382
  __name: "AutoTooltip",
42383
42383
  props: {