sass-template-common 0.9.64 → 0.9.66

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.
@@ -7015,7 +7015,35 @@ const ko = (e) => {
7015
7015
  return t !== "" && !e.forceSVG ? /* @__PURE__ */ a("img", { fetchPriority: "low", loading: "lazy", width: 23, height: 23, src: s, alt: "", ...e }) : /* @__PURE__ */ a("svg", { width: "40", height: "40", viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ a("path", { d: "M25.3 6.5H15.3C10.7 6.5 7 10.2 7 14.8V24.8C7 29.4 10.7 33.1 15.3 33.1H25.3C29.9 33.1 33.6 29.4 33.6 24.8V14.8C33.6 10.2 29.9 6.5 25.3 6.5ZM31.1 24.6C31.1 27.8 28.5 30.4 25.3 30.4H15.3C12.1 30.4 9.5 27.8 9.5 24.6V14.6C9.5 11.4 12.1 8.8 15.3 8.8H25.3C28.5 8.8 31.1 11.4 31.1 14.6V24.6ZM20.4 13.1C16.8 13.1 13.8 16.1 13.8 19.7C13.8 23.3 16.8 26.3 20.4 26.3C24 26.3 27 23.3 27 19.7C27 16.1 24.1 13.1 20.5 13.1H20.4ZM20.4 23.8C18.1 23.8 16.3 22 16.3 19.7C16.3 17.4 18.1 15.6 20.4 15.6C22.7 15.6 24.5 17.4 24.5 19.7C24.6 21.9 22.8 23.7 20.6 23.8H20.4ZM27.5 11.7C28 11.7 28.4 12.1 28.4 12.6C28.4 13.1 28 13.5 27.5 13.5C27 13.5 26.6 13.1 26.6 12.6C26.6 12.1 27 11.7 27.5 11.7Z", fill: "currentColor" }) });
7016
7016
  }, _o = (e) => {
7017
7017
  const { PUBLIC_ENV: t } = _(), s = oe("/podcast.svg");
7018
- return t !== "" && !e.forceSVG ? /* @__PURE__ */ a("img", { fetchPriority: "low", loading: "lazy", src: s, alt: "", ...e }) : /* @__PURE__ */ a("svg", { ...e, width: "17", height: "21", viewBox: "0 -3 16 22", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ a("path", { fill: "currentColor", d: "M7 10.7368C8.66 10.7368 10 9.53789 10 8.05263V2.68421C10 1.19895 8.66 0 7 0C5.34 0 4 1.19895 4 2.68421V8.05263C4 9.53789 5.34 10.7368 7 10.7368ZM6 2.68421C6 2.19211 6.45 1.78947 7 1.78947C7.55 1.78947 8 2.19211 8 2.68421V8.05263C8 8.54474 7.55 8.94737 7 8.94737C6.45 8.94737 6 8.54474 6 8.05263V2.68421ZM12 8.05263C12 10.5221 9.76 12.5263 7 12.5263C4.24 12.5263 2 10.5221 2 8.05263H0C0 11.2111 2.61 13.8058 6 14.2442V17H8V14.2442C11.39 13.8058 14 11.2111 14 8.05263H12Z" }) });
7018
+ return t !== "" && !e.forceSVG ? /* @__PURE__ */ a(
7019
+ "img",
7020
+ {
7021
+ fetchPriority: "low",
7022
+ loading: "lazy",
7023
+ src: s,
7024
+ alt: "",
7025
+ ...e,
7026
+ width: 23,
7027
+ height: 23
7028
+ }
7029
+ ) : /* @__PURE__ */ a(
7030
+ "svg",
7031
+ {
7032
+ ...e,
7033
+ width: "17",
7034
+ height: "21",
7035
+ viewBox: "0 -3 16 22",
7036
+ fill: "currentColor",
7037
+ xmlns: "http://www.w3.org/2000/svg",
7038
+ children: /* @__PURE__ */ a(
7039
+ "path",
7040
+ {
7041
+ fill: "currentColor",
7042
+ d: "M7 10.7368C8.66 10.7368 10 9.53789 10 8.05263V2.68421C10 1.19895 8.66 0 7 0C5.34 0 4 1.19895 4 2.68421V8.05263C4 9.53789 5.34 10.7368 7 10.7368ZM6 2.68421C6 2.19211 6.45 1.78947 7 1.78947C7.55 1.78947 8 2.19211 8 2.68421V8.05263C8 8.54474 7.55 8.94737 7 8.94737C6.45 8.94737 6 8.54474 6 8.05263V2.68421ZM12 8.05263C12 10.5221 9.76 12.5263 7 12.5263C4.24 12.5263 2 10.5221 2 8.05263H0C0 11.2111 2.61 13.8058 6 14.2442V17H8V14.2442C11.39 13.8058 14 11.2111 14 8.05263H12Z"
7043
+ }
7044
+ )
7045
+ }
7046
+ );
7019
7047
  }, Go = (e) => {
7020
7048
  const { PUBLIC_ENV: t } = _(), s = oe("/telegram.svg");
7021
7049
  return t !== "" && !e.forceSVG ? /* @__PURE__ */ a("img", { fetchPriority: "low", loading: "lazy", src: s, alt: "", ...e }) : /* @__PURE__ */ a(
@@ -7039,7 +7067,18 @@ const ko = (e) => {
7039
7067
  );
7040
7068
  }, jo = (e) => {
7041
7069
  const { PUBLIC_ENV: t } = _(), s = oe("/tiktok.svg");
7042
- return t !== "" && !e.forceSVG ? /* @__PURE__ */ a("img", { fetchPriority: "low", loading: "lazy", src: s, alt: "", ...e }) : /* @__PURE__ */ a(
7070
+ return t !== "" && !e.forceSVG ? /* @__PURE__ */ a(
7071
+ "img",
7072
+ {
7073
+ fetchPriority: "low",
7074
+ loading: "lazy",
7075
+ width: 23,
7076
+ height: 23,
7077
+ src: s,
7078
+ alt: "",
7079
+ ...e
7080
+ }
7081
+ ) : /* @__PURE__ */ a(
7043
7082
  "svg",
7044
7083
  {
7045
7084
  version: "1.1",
@@ -14346,11 +14385,11 @@ function Jl({
14346
14385
  texts: n,
14347
14386
  API_ENV: r
14348
14387
  }) {
14349
- const i = { ...Kl, ...n?.comentarios }, o = (l) => {
14350
- !window || !window.location || (document.cookie = `redirect_after_login_1=${window.location.pathname}; path=/; max-age=10000`, window.location.pathname = "/auth/login" + (l ? "#forgot" : ""));
14388
+ const i = { ...Kl, ...n?.comentarios }, o = (d) => {
14389
+ !window || !window.location || (document.cookie = `redirect_after_login_1=${window.location.pathname}; path=/; max-age=10000`, window.location.pathname = "/auth/login" + (d ? "#forgot" : ""));
14351
14390
  }, c = () => {
14352
14391
  !window || !window.location || (document.cookie = `redirect_after_login_1=${window.location.pathname}; path=/; max-age=10000`, window.location.pathname = "/auth/register");
14353
- }, u = oe("/anonimus-img.png");
14392
+ }, { PUBLIC_ASSETS_URL: u } = r, l = (u && u !== "false" ? u : "") + "/versions/images/anonimus-img.png";
14354
14393
  return /* @__PURE__ */ a(
14355
14394
  "div",
14356
14395
  {
@@ -14358,9 +14397,9 @@ function Jl({
14358
14397
  role: "dialog",
14359
14398
  "aria-modal": "true",
14360
14399
  id: "pop-overlay",
14361
- onClick: (l) => {
14362
- const d = l.target;
14363
- d && d.id === "pop-overlay" && e();
14400
+ onClick: (d) => {
14401
+ const m = d.target;
14402
+ m && m.id === "pop-overlay" && e();
14364
14403
  },
14365
14404
  children: /* @__PURE__ */ p("div", { className: "sass-pg-cmt-lp-card", children: [
14366
14405
  /* @__PURE__ */ p("header", { className: "sass-pg-cmt-lp-header", children: [
@@ -14378,7 +14417,7 @@ function Jl({
14378
14417
  )
14379
14418
  ] }),
14380
14419
  /* @__PURE__ */ p("div", { className: "sass-pg-cmt-lp-anonimusWrapper", children: [
14381
- /* @__PURE__ */ a("img", { className: "sass-pg-cmt-lp-anonimusImage", src: u, alt: "Imagen incognito" }),
14420
+ /* @__PURE__ */ a("img", { className: "sass-pg-cmt-lp-anonimusImage", src: l, alt: "Imagen incognito" }),
14382
14421
  /* @__PURE__ */ a("button", { onClick: () => {
14383
14422
  e(!0);
14384
14423
  }, className: "sass-pg-cmt-lp-anonimus", children: /* @__PURE__ */ a("span", { children: "Continuar de forma anónima" }) })