mediacube-ui-v2 0.0.122 → 0.0.124
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/mediacube-ui-v2.js
CHANGED
|
@@ -24619,7 +24619,7 @@ const P0 = { class: "mc-toasts-container" }, F0 = {
|
|
|
24619
24619
|
toasts: []
|
|
24620
24620
|
});
|
|
24621
24621
|
class fu {
|
|
24622
|
-
constructor({ id: e, duration: a, position: n, variation: r = "
|
|
24622
|
+
constructor({ id: e, duration: a, position: n, variation: r = "", icon: l, title: s = "", description: i = "", closable: o, show_time: p, actions: c = [], onClose: u, onTimeEnd: h }) {
|
|
24623
24623
|
ge(this, "id");
|
|
24624
24624
|
ge(this, "duration");
|
|
24625
24625
|
ge(this, "position");
|
|
@@ -24649,7 +24649,7 @@ class fu {
|
|
|
24649
24649
|
function z0(t) {
|
|
24650
24650
|
vu();
|
|
24651
24651
|
const e = new fu(t);
|
|
24652
|
-
return Dn.toasts.push(e), e;
|
|
24652
|
+
return console.log(e), Dn.toasts.push(e), e;
|
|
24653
24653
|
}
|
|
24654
24654
|
function j0(t) {
|
|
24655
24655
|
vu();
|