@macroui/macroui-vue 2.0.10 → 2.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.cjs.js +1 -1
- package/dist/index.es.js +3 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -635,7 +635,8 @@ const Ut = {
|
|
|
635
635
|
if (V.value) {
|
|
636
636
|
const b = Math.max(C.value, g.value) + 8;
|
|
637
637
|
S.paddingRight = `${b}px`;
|
|
638
|
-
}
|
|
638
|
+
} else
|
|
639
|
+
S.paddingRight = "10px";
|
|
639
640
|
return S;
|
|
640
641
|
}), A = y(() => {
|
|
641
642
|
if (e.modelValue === null || e.modelValue === void 0)
|
|
@@ -883,7 +884,7 @@ const Ut = {
|
|
|
883
884
|
])) : N("", !0)
|
|
884
885
|
], 2));
|
|
885
886
|
}
|
|
886
|
-
}), $l = /* @__PURE__ */ oe(Sl, [["__scopeId", "data-v-
|
|
887
|
+
}), $l = /* @__PURE__ */ oe(Sl, [["__scopeId", "data-v-1d838074"]]), Cl = ne($l), Bl = {
|
|
887
888
|
modelValue: {
|
|
888
889
|
type: Array,
|
|
889
890
|
default: () => []
|