beca-ui 2.1.0-beta.65 → 2.1.0-beta.66
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/beca-ui.js +1 -1
- package/package.json +1 -1
package/dist/beca-ui.js
CHANGED
|
@@ -91283,7 +91283,7 @@ const {
|
|
|
91283
91283
|
loading: l,
|
|
91284
91284
|
block: s,
|
|
91285
91285
|
className: c
|
|
91286
|
-
} = e, u = a !== "default" && r === "default" ? "info" : r;
|
|
91286
|
+
} = e, u = r ?? (a !== "default" && r === "default" ? "info" : r);
|
|
91287
91287
|
let f = "beca-btn";
|
|
91288
91288
|
switch (c && (f += " " + c), t === "small" ? f += " small-btn" : t === "large" && (f += " large-btn"), n && (f += " secondary"), (l || o) && (f += " disabled"), s && (f += " block-btn"), u) {
|
|
91289
91289
|
case "info":
|