sass-template-common 0.9.52 → 0.9.54

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.
@@ -4885,16 +4885,16 @@ const Zd = ({
4885
4885
  config: i,
4886
4886
  currentNew: c,
4887
4887
  internalPath: o
4888
- }), g = l.before.active, f = l.after.active, A = g ? l.before.customData ? l.before.customData : h : void 0, w = f ? l.after.customData ? l.after.customData : h : void 0;
4888
+ }), g = l.before.active, f = l.after.active, A = g ? l.before.customData ? l.before.customData : h : void 0, w = f ? l.after.customData ? l.after.customData : h : void 0, v = s && s.length > 0;
4889
4889
  return /* @__PURE__ */ p(Y, { children: [
4890
- /* @__PURE__ */ n(Gn, { name: "bodybefore", banners: s, replaces: A }),
4890
+ v && /* @__PURE__ */ n(Gn, { name: "bodybefore", banners: s, replaces: A }),
4891
4891
  e,
4892
4892
  /* @__PURE__ */ n(za, {}),
4893
4893
  /* @__PURE__ */ n(Qa, {}),
4894
4894
  /* @__PURE__ */ n(Va, { dimensionValues: m }),
4895
4895
  /* @__PURE__ */ n(Fa, {}),
4896
4896
  d,
4897
- /* @__PURE__ */ n(Sr, { name: "bodyafter", banners: s, replaces: w })
4897
+ v && /* @__PURE__ */ n(Sr, { name: "bodyafter", banners: s, replaces: w })
4898
4898
  ] });
4899
4899
  }, Eo = () => /* @__PURE__ */ n(
4900
4900
  "svg",
@@ -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" }) })