@factoringplus/pl-components-pack-v3 0.11.9-pre-03 → 0.11.9-pre-05
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.
|
@@ -35693,7 +35693,7 @@ const renderSnackbar = function(g) {
|
|
|
35693
35693
|
}
|
|
35694
35694
|
});
|
|
35695
35695
|
return de.mount(`#snackbar-${snackbarId}`), ue || setTimeout(() => {
|
|
35696
|
-
pe && (pe.classList.remove("slideIn-animation"), pe.classList.add("fadeOut-animation"),
|
|
35696
|
+
pe && (pe.classList.remove("slideIn-animation"), pe.classList.add("fadeOut-animation"), useEventListener$1(pe, "animationend", () => {
|
|
35697
35697
|
de.unmount(), pe.remove();
|
|
35698
35698
|
}));
|
|
35699
35699
|
}, 4200), snackbarId++, {
|
|
@@ -35704,7 +35704,7 @@ const renderSnackbar = function(g) {
|
|
|
35704
35704
|
};
|
|
35705
35705
|
};
|
|
35706
35706
|
function removeSnackbar(g) {
|
|
35707
|
-
g && (g.classList.remove("slideIn-animation"), g.classList.add("fadeOut-animation"),
|
|
35707
|
+
g && (g.classList.remove("slideIn-animation"), g.classList.add("fadeOut-animation"), useEventListener$1(g, "animationend", () => {
|
|
35708
35708
|
g && g.remove();
|
|
35709
35709
|
}));
|
|
35710
35710
|
}
|