sprintify-ui 0.11.9 → 0.11.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/sprintify-ui.es.js +6 -4
- package/dist/style.css +2 -2
- package/dist/types/components/BaseRichText.vue.d.ts +1 -0
- package/package.json +1 -1
- package/src/assets/base-rich-text.css +21 -9
- package/src/assets/main.css +0 -16
- package/src/components/BaseDataIterator.vue +2 -2
- package/src/components/BaseRichText.vue +2 -0
package/dist/sprintify-ui.es.js
CHANGED
|
@@ -15167,8 +15167,8 @@ const nT = {
|
|
|
15167
15167
|
class: "mt-4"
|
|
15168
15168
|
}, sT = {
|
|
15169
15169
|
page: 1,
|
|
15170
|
-
search:
|
|
15171
|
-
sort:
|
|
15170
|
+
search: void 0,
|
|
15171
|
+
sort: void 0,
|
|
15172
15172
|
filter: {}
|
|
15173
15173
|
}, k0 = /* @__PURE__ */ te({
|
|
15174
15174
|
__name: "BaseDataIterator",
|
|
@@ -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), {
|