@kalel1500/kalion-js 0.7.1-beta.0 → 0.9.0-beta.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.
@@ -4232,7 +4232,7 @@ const _g = class _g {
4232
4232
  if (!_g.isUndefined(from)) console.log("From:", from);
4233
4233
  const finalHtml = html ? html : `<span class="restriction-message">${_g.escapeHtml(text || (error.message || "Error imprevisto (o formato error inesperado)"))}</span>`;
4234
4234
  SModal.errorModal({
4235
- icon: "warning",
4235
+ icon: "error",
4236
4236
  title,
4237
4237
  html: finalHtml,
4238
4238
  confirmButtonText: reloadOnClose ? ___("reload_page") : ___("ok"),