+ {!toast.hideIcon && (
+
+ {toast.icon ?? icons[toast.type]}
+
+ )}
+
+ {toast.text &&
{toast.text}
}
+ {toast.detail &&
{toast.detail}
}
+ {toast.jsx &&
{toast.jsx}
}
+
+ {!toast.hideDismissBtn && !toast.showSpinner && (
+
+
+
+ )}
+ {toast.showSpinner && (
+
+
+
+ )}
+