sprintify-ui 0.11.10 → 0.11.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.
@@ -43420,7 +43420,8 @@ const XL = { class: "divide-x px-1 py-1 border-b flex" }, QL = ["disabled", "onC
43420
43420
  disabled: { type: Boolean, default: !1 },
43421
43421
  required: { type: Boolean, default: !1 },
43422
43422
  name: { default: "" },
43423
- hasError: { type: Boolean, default: !1 }
43423
+ hasError: { type: Boolean, default: !1 },
43424
+ noMargin: { type: Boolean }
43424
43425
  },
43425
43426
  emits: ["update:modelValue", "focus", "blur", "input"],
43426
43427
  setup(n, { emit: t }) {
@@ -43454,7 +43455,8 @@ const XL = { class: "divide-x px-1 py-1 border-b flex" }, QL = ["disabled", "onC
43454
43455
  g(u) == "sm" ? "base-rich-text-sm" : "",
43455
43456
  g(u) == "md" ? "base-rich-text-base" : "",
43456
43457
  g(u) == "lg" ? "base-rich-text-lg" : "",
43457
- g(u) == "xl" ? "base-rich-text-xl" : ""
43458
+ g(u) == "xl" ? "base-rich-text-xl" : "",
43459
+ r.noMargin ? "base-rich-text-no-margin" : ""
43458
43460
  ]])
43459
43461
  }, [
43460
43462
  ee(g(e), {