@macroui/macroui-vue 2.0.4 → 2.0.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/index.cjs.js +1 -1
- package/dist/index.es.js +2 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -630,7 +630,7 @@ const Ut = {
|
|
|
630
630
|
if (S === "textarea")
|
|
631
631
|
return j;
|
|
632
632
|
const pe = g.value, R = $.value;
|
|
633
|
-
return pe && (j.paddingLeft = "10px"), R && (j.paddingLeft = "10px", j.paddingRight =
|
|
633
|
+
return pe && (j.paddingLeft = "10px"), R && (j.paddingLeft = "10px", j.paddingRight = `${m.value + 12}px`), j;
|
|
634
634
|
}), N = y(() => {
|
|
635
635
|
var R;
|
|
636
636
|
if (!I.value) return {};
|
|
@@ -882,7 +882,7 @@ const Ut = {
|
|
|
882
882
|
])) : z("", !0)
|
|
883
883
|
], 2));
|
|
884
884
|
}
|
|
885
|
-
}), Cl = /* @__PURE__ */ re($l, [["__scopeId", "data-v-
|
|
885
|
+
}), Cl = /* @__PURE__ */ re($l, [["__scopeId", "data-v-da33af02"]]), Bl = oe(Cl), El = {
|
|
886
886
|
modelValue: {
|
|
887
887
|
type: Array,
|
|
888
888
|
default: () => []
|