sass-template-common 0.9.52 → 0.9.53

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.
@@ -11841,7 +11841,7 @@ function yu({ texts: e, API_ENV: t, termsAndConditionsUrl: s }) {
11841
11841
  /* @__PURE__ */ p("p", { className: "sass-pg-login-terms", children: [
11842
11842
  a.termsPrefix,
11843
11843
  " ",
11844
- /* @__PURE__ */ n("a", { href: s ?? "/pages/politicas-de-privacidad", target: "_blank", children: a.termsLinkText }),
11844
+ /* @__PURE__ */ n("a", { href: s ?? "/pages/terminos-y-condiciones", target: "_blank", children: a.termsLinkText }),
11845
11845
  " ",
11846
11846
  a.termsSuffix
11847
11847
  ] }),
@@ -14329,11 +14329,11 @@ function Kl({
14329
14329
  texts: a,
14330
14330
  API_ENV: r
14331
14331
  }) {
14332
- const i = { ...Yl, ...a?.comentarios }, o = (h) => {
14333
- !window || !window.location || (document.cookie = `redirect_after_login_1=${window.location.pathname}; path=/; max-age=10000`, window.location.pathname = "/auth/login" + (h ? "#forgot" : ""));
14332
+ const i = { ...Yl, ...a?.comentarios }, o = (l) => {
14333
+ !window || !window.location || (document.cookie = `redirect_after_login_1=${window.location.pathname}; path=/; max-age=10000`, window.location.pathname = "/auth/login" + (l ? "#forgot" : ""));
14334
14334
  }, c = () => {
14335
14335
  !window || !window.location || (document.cookie = `redirect_after_login_1=${window.location.pathname}; path=/; max-age=10000`, window.location.pathname = "/auth/register");
14336
- }, { S3_ID_DIR: u = "", PUBLIC_ENV: l, PUBLIC_ASSETS_URL: d } = r, m = l == "local" ? "" : d && d !== "false" ? d : "";
14336
+ }, u = oe("/anonimus-img.png");
14337
14337
  return /* @__PURE__ */ n(
14338
14338
  "div",
14339
14339
  {
@@ -14341,9 +14341,9 @@ function Kl({
14341
14341
  role: "dialog",
14342
14342
  "aria-modal": "true",
14343
14343
  id: "pop-overlay",
14344
- onClick: (h) => {
14345
- const g = h.target;
14346
- g && g.id === "pop-overlay" && e();
14344
+ onClick: (l) => {
14345
+ const d = l.target;
14346
+ d && d.id === "pop-overlay" && e();
14347
14347
  },
14348
14348
  children: /* @__PURE__ */ p("div", { className: "sass-pg-cmt-lp-card", children: [
14349
14349
  /* @__PURE__ */ p("header", { className: "sass-pg-cmt-lp-header", children: [
@@ -14361,7 +14361,7 @@ function Kl({
14361
14361
  )
14362
14362
  ] }),
14363
14363
  /* @__PURE__ */ p("div", { className: "sass-pg-cmt-lp-anonimusWrapper", children: [
14364
- /* @__PURE__ */ n("img", { className: "sass-pg-cmt-lp-anonimusImage", src: m + (m !== "" ? "/arte/" + u : "") + "/anonimus-img.png", alt: "Imagen incognito" }),
14364
+ /* @__PURE__ */ n("img", { className: "sass-pg-cmt-lp-anonimusImage", src: u, alt: "Imagen incognito" }),
14365
14365
  /* @__PURE__ */ n("button", { onClick: () => {
14366
14366
  e(!0);
14367
14367
  }, className: "sass-pg-cmt-lp-anonimus", children: /* @__PURE__ */ n("span", { children: "Continuar de forma anónima" }) })