@macroui/macroui-vue 2.7.37 → 2.7.38
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
|
@@ -537,6 +537,7 @@ const Zn = (a, r) => {
|
|
|
537
537
|
default: "btn-neutral"
|
|
538
538
|
}[t.type || "default"] || "btn-neutral", v = {
|
|
539
539
|
large: "btn-lg",
|
|
540
|
+
default: "btn-md",
|
|
540
541
|
small: "btn-sm"
|
|
541
542
|
}, c = {
|
|
542
543
|
xs: "btn-xs",
|
|
@@ -544,7 +545,7 @@ const Zn = (a, r) => {
|
|
|
544
545
|
md: "btn-md",
|
|
545
546
|
lg: "btn-lg",
|
|
546
547
|
xl: "btn-xl"
|
|
547
|
-
}, d = t.size
|
|
548
|
+
}, d = t.size ? v[t.size] || c[t.size] || "" : "btn-md";
|
|
548
549
|
return [
|
|
549
550
|
"btn",
|
|
550
551
|
s,
|
|
@@ -583,7 +584,7 @@ const Zn = (a, r) => {
|
|
|
583
584
|
for (const [e, l] of r)
|
|
584
585
|
t[e] = l;
|
|
585
586
|
return t;
|
|
586
|
-
}, os = /* @__PURE__ */ be(ss, [["__scopeId", "data-v-
|
|
587
|
+
}, os = /* @__PURE__ */ be(ss, [["__scopeId", "data-v-27154c29"]]), Gl = ve(os), rs = me({
|
|
587
588
|
width: {
|
|
588
589
|
type: String,
|
|
589
590
|
default: "1px"
|