@macroui/macroui-vue 2.7.50 → 2.7.52
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 +6 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -468,6 +468,10 @@ const Zn = (a, o) => {
|
|
|
468
468
|
type: Boolean,
|
|
469
469
|
default: !1
|
|
470
470
|
},
|
|
471
|
+
ghost: {
|
|
472
|
+
type: Boolean,
|
|
473
|
+
default: !1
|
|
474
|
+
},
|
|
471
475
|
bg: {
|
|
472
476
|
type: Boolean,
|
|
473
477
|
default: !1
|
|
@@ -556,7 +560,7 @@ const Zn = (a, o) => {
|
|
|
556
560
|
"btn-disabled": t.disabled,
|
|
557
561
|
"btn-circle": t.circle,
|
|
558
562
|
"btn-square": t.text || t.link,
|
|
559
|
-
"btn-ghost": t.link,
|
|
563
|
+
"btn-ghost": t.ghost || t.link,
|
|
560
564
|
"btn-link": t.link,
|
|
561
565
|
"btn-round": t.round
|
|
562
566
|
}
|
|
@@ -584,7 +588,7 @@ const Zn = (a, o) => {
|
|
|
584
588
|
for (const [e, l] of o)
|
|
585
589
|
t[e] = l;
|
|
586
590
|
return t;
|
|
587
|
-
}, os = /* @__PURE__ */ be(ss, [["__scopeId", "data-v-
|
|
591
|
+
}, os = /* @__PURE__ */ be(ss, [["__scopeId", "data-v-9348ede2"]]), Gl = ve(os), rs = me({
|
|
588
592
|
width: {
|
|
589
593
|
type: String,
|
|
590
594
|
default: "1px"
|