@sysvale/cuida 3.71.1 → 3.72.0
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/@sysvale/cuida.es.js +7 -3
- package/dist/@sysvale/cuida.umd.js +14 -14
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -29391,6 +29391,10 @@ const Kse = {
|
|
|
29391
29391
|
type: Boolean,
|
|
29392
29392
|
default: !1
|
|
29393
29393
|
},
|
|
29394
|
+
ghost: {
|
|
29395
|
+
type: Boolean,
|
|
29396
|
+
default: !1
|
|
29397
|
+
},
|
|
29394
29398
|
text: {
|
|
29395
29399
|
type: String,
|
|
29396
29400
|
default: "Conte\xFAdo",
|
|
@@ -29420,7 +29424,7 @@ const Kse = {
|
|
|
29420
29424
|
};
|
|
29421
29425
|
},
|
|
29422
29426
|
dropDownButtonClasses() {
|
|
29423
|
-
return this.secondary ? "dropdown-button__container--secondary " : `dropdown-button__container--${this.variant}`;
|
|
29427
|
+
return this.ghost ? "dropdown-button__container--ghost " : this.secondary ? "dropdown-button__container--secondary " : `dropdown-button__container--${this.variant}`;
|
|
29424
29428
|
}
|
|
29425
29429
|
},
|
|
29426
29430
|
mounted() {
|
|
@@ -29450,7 +29454,7 @@ function ere(t, e, n, i, s, r) {
|
|
|
29450
29454
|
H(a, {
|
|
29451
29455
|
animate: "",
|
|
29452
29456
|
size: "sm",
|
|
29453
|
-
light: !n.secondary,
|
|
29457
|
+
light: !n.secondary && !n.ghost,
|
|
29454
29458
|
direction: s.isActive ? "bottom" : "top"
|
|
29455
29459
|
}, null, 8, ["light", "direction"])
|
|
29456
29460
|
], 10, Zse),
|
|
@@ -29478,7 +29482,7 @@ function ere(t, e, n, i, s, r) {
|
|
|
29478
29482
|
]) : U("", !0)
|
|
29479
29483
|
]);
|
|
29480
29484
|
}
|
|
29481
|
-
const tre = /* @__PURE__ */ fe(Kse, [["render", ere], ["__scopeId", "data-v-
|
|
29485
|
+
const tre = /* @__PURE__ */ fe(Kse, [["render", ere], ["__scopeId", "data-v-14a071ad"]]);
|
|
29482
29486
|
const nre = {
|
|
29483
29487
|
components: {
|
|
29484
29488
|
Doughnut: Eb
|