sass-template-common 0.0.71 → 0.0.72

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.
@@ -89,7 +89,7 @@ function ai() {
89
89
  }
90
90
  }
91
91
  function i() {
92
- var b = H.A;
92
+ var b = z.A;
93
93
  return b === null ? null : b.getOwner();
94
94
  }
95
95
  function a() {
@@ -121,14 +121,14 @@ function ai() {
121
121
  )), b = this.props.ref, b !== void 0 ? b : null;
122
122
  }
123
123
  function c(b, y, L, M, W, me) {
124
- var z = L.ref;
124
+ var H = L.ref;
125
125
  return b = {
126
126
  $$typeof: p,
127
127
  type: b,
128
128
  key: y,
129
129
  props: L,
130
130
  _owner: M
131
- }, (z !== void 0 ? z : null) !== null ? Object.defineProperty(b, "ref", {
131
+ }, (H !== void 0 ? H : null) !== null ? Object.defineProperty(b, "ref", {
132
132
  enumerable: !1,
133
133
  get: l
134
134
  }) : Object.defineProperty(b, "ref", { enumerable: !1, value: null }), b._store = {}, Object.defineProperty(b._store, "validated", {
@@ -154,24 +154,24 @@ function ai() {
154
154
  }), Object.freeze && (Object.freeze(b.props), Object.freeze(b)), b;
155
155
  }
156
156
  function u(b, y, L, M, W, me) {
157
- var z = y.children;
158
- if (z !== void 0)
157
+ var H = y.children;
158
+ if (H !== void 0)
159
159
  if (M)
160
- if (T(z)) {
161
- for (M = 0; M < z.length; M++)
162
- d(z[M]);
163
- Object.freeze && Object.freeze(z);
160
+ if (T(H)) {
161
+ for (M = 0; M < H.length; M++)
162
+ d(H[M]);
163
+ Object.freeze && Object.freeze(H);
164
164
  } else
165
165
  console.error(
166
166
  "React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
167
167
  );
168
- else d(z);
168
+ else d(H);
169
169
  if (Z.call(y, "key")) {
170
- z = e(b);
170
+ H = e(b);
171
171
  var be = Object.keys(y).filter(function(oe) {
172
172
  return oe !== "key";
173
173
  });
174
- M = 0 < be.length ? "{key: someKey, " + be.join(": ..., ") + ": ...}" : "{key: someKey}", A[z + M] || (be = 0 < be.length ? "{" + be.join(": ..., ") + ": ...}" : "{}", console.error(
174
+ M = 0 < be.length ? "{key: someKey, " + be.join(": ..., ") + ": ...}" : "{key: someKey}", A[H + M] || (be = 0 < be.length ? "{" + be.join(": ..., ") + ": ...}" : "{}", console.error(
175
175
  `A props object containing a "key" prop is being spread into JSX:
176
176
  let props = %s;
177
177
  <%s {...props} />
@@ -179,22 +179,22 @@ React keys must be passed directly to JSX without using spread:
179
179
  let props = %s;
180
180
  <%s key={someKey} {...props} />`,
181
181
  M,
182
- z,
182
+ H,
183
183
  be,
184
- z
185
- ), A[z + M] = !0);
184
+ H
185
+ ), A[H + M] = !0);
186
186
  }
187
- if (z = null, L !== void 0 && (o(L), z = "" + L), m(y) && (o(y.key), z = "" + y.key), "key" in y) {
187
+ if (H = null, L !== void 0 && (o(L), H = "" + L), m(y) && (o(y.key), H = "" + y.key), "key" in y) {
188
188
  L = {};
189
189
  for (var we in y)
190
190
  we !== "key" && (L[we] = y[we]);
191
191
  } else L = y;
192
- return z && r(
192
+ return H && r(
193
193
  L,
194
194
  typeof b == "function" ? b.displayName || b.name || "Unknown" : b
195
195
  ), c(
196
196
  b,
197
- z,
197
+ H,
198
198
  L,
199
199
  i(),
200
200
  W,
@@ -207,7 +207,7 @@ React keys must be passed directly to JSX without using spread:
207
207
  function f(b) {
208
208
  return typeof b == "object" && b !== null && b.$$typeof === p;
209
209
  }
210
- var N = De, p = Symbol.for("react.transitional.element"), h = Symbol.for("react.portal"), g = Symbol.for("react.fragment"), v = Symbol.for("react.strict_mode"), j = Symbol.for("react.profiler"), E = Symbol.for("react.consumer"), S = Symbol.for("react.context"), I = Symbol.for("react.forward_ref"), _ = Symbol.for("react.suspense"), q = Symbol.for("react.suspense_list"), G = Symbol.for("react.memo"), Q = Symbol.for("react.lazy"), P = Symbol.for("react.activity"), R = Symbol.for("react.client.reference"), H = N.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, Z = Object.prototype.hasOwnProperty, T = Array.isArray, C = console.createTask ? console.createTask : function() {
210
+ var N = De, p = Symbol.for("react.transitional.element"), h = Symbol.for("react.portal"), g = Symbol.for("react.fragment"), v = Symbol.for("react.strict_mode"), j = Symbol.for("react.profiler"), E = Symbol.for("react.consumer"), S = Symbol.for("react.context"), I = Symbol.for("react.forward_ref"), _ = Symbol.for("react.suspense"), q = Symbol.for("react.suspense_list"), G = Symbol.for("react.memo"), Q = Symbol.for("react.lazy"), P = Symbol.for("react.activity"), R = Symbol.for("react.client.reference"), z = N.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, Z = Object.prototype.hasOwnProperty, T = Array.isArray, C = console.createTask ? console.createTask : function() {
211
211
  return null;
212
212
  };
213
213
  N = {
@@ -220,7 +220,7 @@ React keys must be passed directly to JSX without using spread:
220
220
  a
221
221
  )(), B = C(t(a)), A = {};
222
222
  Fn.Fragment = g, Fn.jsxDEV = function(b, y, L, M) {
223
- var W = 1e4 > H.recentlyCreatedOwnerStacks++;
223
+ var W = 1e4 > z.recentlyCreatedOwnerStacks++;
224
224
  return u(
225
225
  b,
226
226
  y,
@@ -408,7 +408,7 @@ function it() {
408
408
  } }, I = "en", _ = {};
409
409
  _[I] = j;
410
410
  var q = "$isDayjsObject", G = function(T) {
411
- return T instanceof H || !(!T || !T[q]);
411
+ return T instanceof z || !(!T || !T[q]);
412
412
  }, Q = function T(C, D, k) {
413
413
  var U;
414
414
  if (!C) return I;
@@ -425,12 +425,12 @@ function it() {
425
425
  }, P = function(T, C) {
426
426
  if (G(T)) return T.clone();
427
427
  var D = typeof C == "object" ? C : {};
428
- return D.date = T, D.args = arguments, new H(D);
428
+ return D.date = T, D.args = arguments, new z(D);
429
429
  }, R = S;
430
430
  R.l = Q, R.i = G, R.w = function(T, C) {
431
431
  return P(T, { locale: C.$L, utc: C.$u, x: C.$x, $offset: C.$offset });
432
432
  };
433
- var H = (function() {
433
+ var z = (function() {
434
434
  function T(D) {
435
435
  this.$L = Q(D.locale, null, !0), this.parse(D), this.$x = this.$x || D.x || {}, this[q] = !0;
436
436
  }
@@ -472,8 +472,8 @@ function it() {
472
472
  return this.$d.getTime();
473
473
  }, C.startOf = function(D, k) {
474
474
  var U = this, B = !!R.u(k) || k, A = R.p(D), b = function(we, oe) {
475
- var ze = R.w(U.$u ? Date.UTC(U.$y, oe, we) : new Date(U.$y, oe, we), U);
476
- return B ? ze : ze.endOf(c);
475
+ var He = R.w(U.$u ? Date.UTC(U.$y, oe, we) : new Date(U.$y, oe, we), U);
476
+ return B ? He : He.endOf(c);
477
477
  }, y = function(we, oe) {
478
478
  return R.w(U.toDate()[we].apply(U.toDate("s"), (B ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(oe)), U);
479
479
  }, L = this.$W, M = this.$M, W = this.$D, me = "set" + (this.$u ? "UTC" : "");
@@ -483,7 +483,7 @@ function it() {
483
483
  case d:
484
484
  return B ? b(1, M) : b(0, M + 1);
485
485
  case u:
486
- var z = this.$locale().weekStart || 0, be = (L < z ? L + 7 : L) - z;
486
+ var H = this.$locale().weekStart || 0, be = (L < H ? L + 7 : L) - H;
487
487
  return b(B ? W - be : W + (6 - be), M);
488
488
  case c:
489
489
  case p:
@@ -528,16 +528,16 @@ function it() {
528
528
  }, C.format = function(D) {
529
529
  var k = this, U = this.$locale();
530
530
  if (!this.isValid()) return U.invalidDate || h;
531
- var B = D || "YYYY-MM-DDTHH:mm:ssZ", A = R.z(this), b = this.$H, y = this.$m, L = this.$M, M = U.weekdays, W = U.months, me = U.meridiem, z = function(oe, ze, Dn, Pn) {
532
- return oe && (oe[ze] || oe(k, B)) || Dn[ze].slice(0, Pn);
531
+ var B = D || "YYYY-MM-DDTHH:mm:ssZ", A = R.z(this), b = this.$H, y = this.$m, L = this.$M, M = U.weekdays, W = U.months, me = U.meridiem, H = function(oe, He, Dn, Pn) {
532
+ return oe && (oe[He] || oe(k, B)) || Dn[He].slice(0, Pn);
533
533
  }, be = function(oe) {
534
534
  return R.s(b % 12 || 12, oe, "0");
535
- }, we = me || function(oe, ze, Dn) {
535
+ }, we = me || function(oe, He, Dn) {
536
536
  var Pn = oe < 12 ? "AM" : "PM";
537
537
  return Dn ? Pn.toLowerCase() : Pn;
538
538
  };
539
- return B.replace(v, (function(oe, ze) {
540
- return ze || (function(Dn) {
539
+ return B.replace(v, (function(oe, He) {
540
+ return He || (function(Dn) {
541
541
  switch (Dn) {
542
542
  case "YY":
543
543
  return String(k.$y).slice(-2);
@@ -548,9 +548,9 @@ function it() {
548
548
  case "MM":
549
549
  return R.s(L + 1, 2, "0");
550
550
  case "MMM":
551
- return z(U.monthsShort, L, W, 3);
551
+ return H(U.monthsShort, L, W, 3);
552
552
  case "MMMM":
553
- return z(W, L);
553
+ return H(W, L);
554
554
  case "D":
555
555
  return k.$D;
556
556
  case "DD":
@@ -558,9 +558,9 @@ function it() {
558
558
  case "d":
559
559
  return String(k.$W);
560
560
  case "dd":
561
- return z(U.weekdaysMin, k.$W, M, 2);
561
+ return H(U.weekdaysMin, k.$W, M, 2);
562
562
  case "ddd":
563
- return z(U.weekdaysShort, k.$W, M, 3);
563
+ return H(U.weekdaysShort, k.$W, M, 3);
564
564
  case "dddd":
565
565
  return M[k.$W];
566
566
  case "H":
@@ -645,13 +645,13 @@ function it() {
645
645
  }, C.toString = function() {
646
646
  return this.$d.toUTCString();
647
647
  }, T;
648
- })(), Z = H.prototype;
648
+ })(), Z = z.prototype;
649
649
  return P.prototype = Z, [["$ms", a], ["$s", m], ["$m", r], ["$H", l], ["$W", c], ["$M", d], ["$y", N], ["$D", p]].forEach((function(T) {
650
650
  Z[T[1]] = function(C) {
651
651
  return this.$g(C, T[0], T[1]);
652
652
  };
653
653
  })), P.extend = function(T, C) {
654
- return T.$i || (T(C, H, P), T.$i = !0), P;
654
+ return T.$i || (T(C, z, P), T.$i = !0), P;
655
655
  }, P.locale = Q, P.isDayjs = G, P.unix = function(T) {
656
656
  return P(1e3 * T);
657
657
  }, P.en = _[I], P.Ls = _, P.p = {}, P;
@@ -1439,7 +1439,7 @@ const Fi = { prerender: [
1439
1439
  ] }, Gi = {
1440
1440
  Home: Fi,
1441
1441
  Common: Qi
1442
- }, zi = ({ active: e, type: s, customSpeculation: o }) => e && /* @__PURE__ */ n.jsxDEV(
1442
+ }, Hi = ({ active: e, type: s, customSpeculation: o }) => e && /* @__PURE__ */ n.jsxDEV(
1443
1443
  "script",
1444
1444
  {
1445
1445
  type: "speculationrules",
@@ -1461,7 +1461,7 @@ const Fi = { prerender: [
1461
1461
  return o.get(`/schemas${s}`, { params: t }).catch((i) => {
1462
1462
  console.log(`[/schemas${s}] Error: ${i.message}`);
1463
1463
  });
1464
- }, Hi = {
1464
+ }, zi = {
1465
1465
  autor: "autor",
1466
1466
  seccion: "seccion",
1467
1467
  tema: "claves",
@@ -1473,7 +1473,7 @@ const Fi = { prerender: [
1473
1473
  ROUTE: t
1474
1474
  }) => {
1475
1475
  let i = [];
1476
- const a = o === "/" || o === "/index.html" ? void 0 : Xi(ea[t]({ pathname: o, config: e })), m = Hi[t] ?? void 0, r = {
1476
+ const a = o === "/" || o === "/index.html" ? void 0 : Xi(ea[t]({ pathname: o, config: e })), m = zi[t] ?? void 0, r = {
1477
1477
  newstype: e.newsType,
1478
1478
  publication: "35",
1479
1479
  ...a && m ? { query: `${m}:('${a}')` } : {}
@@ -1795,7 +1795,7 @@ const Yi = async ({
1795
1795
  autor: (e) => e.pathname.split("/autor/")[1] ?? "",
1796
1796
  video: (e) => e.pathname.split("/video/")[1] ?? "",
1797
1797
  videos: (e) => e.pathname.split("/videos/")[1] ?? ""
1798
- }, zn = (e) => {
1798
+ }, Hn = (e) => {
1799
1799
  const s = e.split("/"), o = s[s.length - 1] ?? "1";
1800
1800
  return Number(o) > 0 ? Number(o) : 1;
1801
1801
  }, bN = (e, s = 2) => {
@@ -2401,12 +2401,12 @@ const Et = {
2401
2401
  silentJSONParsing: !0,
2402
2402
  forcedJSONParsing: !0,
2403
2403
  clarifyTimeoutError: !1
2404
- }, Ga = typeof URLSearchParams < "u" ? URLSearchParams : Xs, za = typeof FormData < "u" ? FormData : null, Ha = typeof Blob < "u" ? Blob : null, Wa = {
2404
+ }, Ga = typeof URLSearchParams < "u" ? URLSearchParams : Xs, Ha = typeof FormData < "u" ? FormData : null, za = typeof Blob < "u" ? Blob : null, Wa = {
2405
2405
  isBrowser: !0,
2406
2406
  classes: {
2407
2407
  URLSearchParams: Ga,
2408
- FormData: za,
2409
- Blob: Ha
2408
+ FormData: Ha,
2409
+ Blob: za
2410
2410
  },
2411
2411
  protocols: ["http", "https", "file", "blob", "url", "data"]
2412
2412
  }, eo = typeof window < "u" && typeof document < "u", Gs = typeof navigator == "object" && navigator || void 0, Ya = eo && (!Gs || ["ReactNative", "NativeScript", "NS"].indexOf(Gs.product) < 0), $a = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
@@ -3086,7 +3086,7 @@ const _t = (e) => {
3086
3086
  }, {
3087
3087
  highWaterMark: 2
3088
3088
  });
3089
- }, _o = 64 * 1024, { isFunction: Hn } = x, vm = (({ Request: e, Response: s }) => ({
3089
+ }, _o = 64 * 1024, { isFunction: zn } = x, vm = (({ Request: e, Response: s }) => ({
3090
3090
  Request: e,
3091
3091
  Response: s
3092
3092
  }))(x.global), {
@@ -3102,10 +3102,10 @@ const _t = (e) => {
3102
3102
  e = x.merge.call({
3103
3103
  skipUndefined: !0
3104
3104
  }, vm, e);
3105
- const { fetch: s, Request: o, Response: t } = e, i = s ? Hn(s) : typeof fetch == "function", a = Hn(o), m = Hn(t);
3105
+ const { fetch: s, Request: o, Response: t } = e, i = s ? zn(s) : typeof fetch == "function", a = zn(o), m = zn(t);
3106
3106
  if (!i)
3107
3107
  return !1;
3108
- const r = i && Hn(Vo), l = i && (typeof So == "function" ? /* @__PURE__ */ ((p) => (h) => p.encode(h))(new So()) : async (p) => new Uint8Array(await new o(p).arrayBuffer())), c = a && r && ko(() => {
3108
+ const r = i && zn(Vo), l = i && (typeof So == "function" ? /* @__PURE__ */ ((p) => (h) => p.encode(h))(new So()) : async (p) => new Uint8Array(await new o(p).arrayBuffer())), c = a && r && ko(() => {
3109
3109
  let p = !1;
3110
3110
  const h = new o(te.origin, {
3111
3111
  body: new Vo(),
@@ -3160,9 +3160,9 @@ const _t = (e) => {
3160
3160
  fetchOptions: P
3161
3161
  } = _t(p), R = s || fetch;
3162
3162
  q = q ? (q + "").toLowerCase() : "text";
3163
- let H = Nm([j, E && E.toAbortSignal()], S), Z = null;
3164
- const T = H && H.unsubscribe && (() => {
3165
- H.unsubscribe();
3163
+ let z = Nm([j, E && E.toAbortSignal()], S), Z = null;
3164
+ const T = z && z.unsubscribe && (() => {
3165
+ z.unsubscribe();
3166
3166
  });
3167
3167
  let C;
3168
3168
  try {
@@ -3183,7 +3183,7 @@ const _t = (e) => {
3183
3183
  x.isString(Q) || (Q = Q ? "include" : "omit");
3184
3184
  const D = a && "credentials" in o.prototype, k = {
3185
3185
  ...P,
3186
- signal: H,
3186
+ signal: z,
3187
3187
  method: g.toUpperCase(),
3188
3188
  headers: G.normalize().toJSON(),
3189
3189
  body: v,
@@ -3576,7 +3576,7 @@ function jm(e) {
3576
3576
  function _m(e) {
3577
3577
  return x.isObject(e) && e.isAxiosError === !0;
3578
3578
  }
3579
- const zs = {
3579
+ const Hs = {
3580
3580
  Continue: 100,
3581
3581
  SwitchingProtocols: 101,
3582
3582
  Processing: 102,
@@ -3647,8 +3647,8 @@ const zs = {
3647
3647
  SslHandshakeFailed: 525,
3648
3648
  InvalidSslCertificate: 526
3649
3649
  };
3650
- Object.entries(zs).forEach(([e, s]) => {
3651
- zs[s] = e;
3650
+ Object.entries(Hs).forEach(([e, s]) => {
3651
+ Hs[s] = e;
3652
3652
  });
3653
3653
  function It(e) {
3654
3654
  const s = new Xe(e), o = ut(Xe.prototype.request, s);
@@ -3674,7 +3674,7 @@ Y.mergeConfig = nn;
3674
3674
  Y.AxiosHeaders = fe;
3675
3675
  Y.formToJSON = (e) => Ut(x.isHTMLForm(e) ? new FormData(e) : e);
3676
3676
  Y.getAdapter = St.getAdapter;
3677
- Y.HttpStatusCode = zs;
3677
+ Y.HttpStatusCode = Hs;
3678
3678
  Y.default = Y;
3679
3679
  const {
3680
3680
  Axios: DN,
@@ -3948,7 +3948,7 @@ const LN = async (e, s, o, t, i, a) => {
3948
3948
  return i ? { ...s, ...i } : ue(s);
3949
3949
  },
3950
3950
  seccion: async (e) => {
3951
- const { meta: s, config: o, pathname: t, slug: i } = e, a = new Ce(), m = t.split("/"), r = [], l = zn(t), c = Number(o.newsListLimit) ?? 0;
3951
+ const { meta: s, config: o, pathname: t, slug: i } = e, a = new Ce(), m = t.split("/"), r = [], l = Hn(t), c = Number(o.newsListLimit) ?? 0;
3952
3952
  try {
3953
3953
  const u = await a.getNewsListSection({
3954
3954
  section: i,
@@ -3992,7 +3992,7 @@ const LN = async (e, s, o, t, i, a) => {
3992
3992
  }
3993
3993
  },
3994
3994
  tema: async (e) => {
3995
- const { meta: s, config: o, pathname: t, slug: i } = e, a = new Ce(), m = t.split("/"), r = [], l = zn(t), c = Number(o.newsListLimit) ?? 0, u = /([t][0-9]{4})\w+/.exec(i || ""), d = u && u?.length > 0 ? u[0].replace("t", "") : "", { PUBLIC_TAG_TYPE: f } = J();
3995
+ const { meta: s, config: o, pathname: t, slug: i } = e, a = new Ce(), m = t.split("/"), r = [], l = Hn(t), c = Number(o.newsListLimit) ?? 0, u = /([t][0-9]{4})\w+/.exec(i || ""), d = u && u?.length > 0 ? u[0].replace("t", "") : "", { PUBLIC_TAG_TYPE: f } = J();
3996
3996
  try {
3997
3997
  const N = await a.getNewsListTags({
3998
3998
  tagid: d,
@@ -4068,7 +4068,7 @@ const LN = async (e, s, o, t, i, a) => {
4068
4068
  }
4069
4069
  },
4070
4070
  videos: async (e) => {
4071
- const { meta: s, config: o, pathname: t } = e, i = new Ce(), a = t.split("/"), m = [], r = zn(t), l = await i.getvideoListAdvanced({
4071
+ const { meta: s, config: o, pathname: t } = e, i = new Ce(), a = t.split("/"), m = [], r = Hn(t), l = await i.getvideoListAdvanced({
4072
4072
  size: Number(o.newsListLimit),
4073
4073
  query: "Category:(videohome OR destacadoseccion OR seccion)",
4074
4074
  page: Number(r)
@@ -4157,7 +4157,7 @@ const LN = async (e, s, o, t, i, a) => {
4157
4157
  };
4158
4158
  },
4159
4159
  autor: async (e) => {
4160
- const { meta: s, config: o, pathname: t, imgSizes: i, slug: a } = e, m = new Ce(), r = t.split("/"), l = [], c = zn(t);
4160
+ const { meta: s, config: o, pathname: t, imgSizes: i, slug: a } = e, m = new Ce(), r = t.split("/"), l = [], c = Hn(t);
4161
4161
  try {
4162
4162
  const u = await m.getAutorInfo({
4163
4163
  user: a,
@@ -4377,7 +4377,7 @@ async function PN({
4377
4377
  columnNumber: 42
4378
4378
  }, this),
4379
4379
  /* @__PURE__ */ n.jsxDEV(
4380
- zi,
4380
+ Hi,
4381
4381
  {
4382
4382
  type: p,
4383
4383
  active: f.useSpeculationRules,
@@ -4568,7 +4568,7 @@ function Pm({
4568
4568
  }
4569
4569
  },
4570
4570
  [i, o, t, _, Q]
4571
- ), H = ne(
4571
+ ), z = ne(
4572
4572
  (A) => {
4573
4573
  a && (u(A), f(A), p(0), g(Date.now()), l(!0), document.body.classList.add("dragging"));
4574
4574
  },
@@ -4591,11 +4591,11 @@ function Pm({
4591
4591
  const b = d - c, y = Date.now() - h, L = Math.abs(b) / Math.max(y, 1), M = R(b), me = L > 0.5 && Math.abs(b) > 50 ? Math.max(M, 1) : M;
4592
4592
  if (me > 0)
4593
4593
  if (b > 0) {
4594
- const z = Math.max(0, e - me);
4595
- m(z);
4594
+ const H = Math.max(0, e - me);
4595
+ m(H);
4596
4596
  } else {
4597
- const z = Math.min(G, e + me);
4598
- m(z);
4597
+ const H = Math.min(G, e + me);
4598
+ m(H);
4599
4599
  }
4600
4600
  l(!1), p(0), document.body.classList.remove("dragging"), document.removeEventListener("mousemove", T), document.removeEventListener("mouseup", C), A.clientX === c && v?.dispatchEvent(new PointerEvent("click"));
4601
4601
  },
@@ -4614,14 +4614,14 @@ function Pm({
4614
4614
  ]
4615
4615
  ), D = ne(
4616
4616
  (A) => {
4617
- A.preventDefault(), ["a", "span"].includes(A.target?.localName) && j(A.target), H(A.clientX);
4617
+ A.preventDefault(), ["a", "span"].includes(A.target?.localName) && j(A.target), z(A.clientX);
4618
4618
  },
4619
- [H]
4619
+ [z]
4620
4620
  ), k = ne(
4621
4621
  (A) => {
4622
- H(A.touches[0].clientX);
4622
+ z(A.touches[0].clientX);
4623
4623
  },
4624
- [H]
4624
+ [z]
4625
4625
  ), U = ne(
4626
4626
  (A) => {
4627
4627
  r && (A.preventDefault(), Z(A.touches[0].clientX));
@@ -4990,7 +4990,7 @@ const Om = "_content_3olxv_1", Fm = {
4990
4990
  },
4991
4991
  void 0
4992
4992
  ) : null;
4993
- }, Gm = "_content_1fh0c_1", zm = {
4993
+ }, Gm = "_content_1fh0c_1", Hm = {
4994
4994
  content: Gm
4995
4995
  }, ie = ({ banners: e, name: s }) => {
4996
4996
  if (!e || e.length === 0) return null;
@@ -4998,7 +4998,7 @@ const Om = "_content_3olxv_1", Fm = {
4998
4998
  return o?.show && /* @__PURE__ */ n.jsxDEV(
4999
4999
  "div",
5000
5000
  {
5001
- className: zm.content + " banner-context",
5001
+ className: Hm.content + " banner-context",
5002
5002
  suppressHydrationWarning: !0,
5003
5003
  dangerouslySetInnerHTML: {
5004
5004
  __html: o ? Ks(o.value) ?? "" : ""
@@ -5013,8 +5013,8 @@ const Om = "_content_3olxv_1", Fm = {
5013
5013
  },
5014
5014
  void 0
5015
5015
  );
5016
- }, Hm = "_boxInformation_10v0r_1", Wm = "_sectionDescriptionContainer_10v0r_9", Ym = "_uppertitle_10v0r_20", $m = "_sectionDescription_10v0r_9", Km = "_articule_10v0r_60", Jm = "_linkStyled_10v0r_74", Zm = "_description_10v0r_85", Xm = "_correspondent_10v0r_113", er = "_correspondentLink_10v0r_125", nr = "_dotStyles_10v0r_137", sr = "_clipboardButton_10v0r_144", or = "_socialNetworkSection_10v0r_158", K = {
5017
- boxInformation: Hm,
5016
+ }, zm = "_boxInformation_10v0r_1", Wm = "_sectionDescriptionContainer_10v0r_9", Ym = "_uppertitle_10v0r_20", $m = "_sectionDescription_10v0r_9", Km = "_articule_10v0r_60", Jm = "_linkStyled_10v0r_74", Zm = "_description_10v0r_85", Xm = "_correspondent_10v0r_113", er = "_correspondentLink_10v0r_125", nr = "_dotStyles_10v0r_137", sr = "_clipboardButton_10v0r_144", or = "_socialNetworkSection_10v0r_158", K = {
5017
+ boxInformation: zm,
5018
5018
  sectionDescriptionContainer: Wm,
5019
5019
  uppertitle: Ym,
5020
5020
  sectionDescription: $m,
@@ -6991,7 +6991,7 @@ const gn = (e) => {
6991
6991
  fileName: "/Users/bholguin/Documents/sass-template-common/src/ui/components/common/suscribed/subscribe-column/index.tsx",
6992
6992
  lineNumber: 17,
6993
6993
  columnNumber: 5
6994
- }, void 0), qr = "_content_1ms2y_1", Lr = "_contentInfo_1ms2y_20", Br = "_subscribeImage_1ms2y_28", Pr = "_tag_1ms2y_42", Mr = "_contentTitle_1ms2y_60", Or = "_title_1ms2y_65", Fr = "_subTitle_1ms2y_70", Qr = "_inputStyled_1ms2y_79", Gr = "_buttonStyled_1ms2y_118", zr = "_contentTerms_1ms2y_131", Hr = "_subscribeText_1ms2y_137", Wr = "_terms_1ms2y_146", Ne = {
6994
+ }, void 0), qr = "_content_1ms2y_1", Lr = "_contentInfo_1ms2y_20", Br = "_subscribeImage_1ms2y_28", Pr = "_tag_1ms2y_42", Mr = "_contentTitle_1ms2y_60", Or = "_title_1ms2y_65", Fr = "_subTitle_1ms2y_70", Qr = "_inputStyled_1ms2y_79", Gr = "_buttonStyled_1ms2y_118", Hr = "_contentTerms_1ms2y_131", zr = "_subscribeText_1ms2y_137", Wr = "_terms_1ms2y_146", Ne = {
6995
6995
  content: qr,
6996
6996
  contentInfo: Lr,
6997
6997
  subscribeImage: Br,
@@ -7001,8 +7001,8 @@ const gn = (e) => {
7001
7001
  subTitle: Fr,
7002
7002
  inputStyled: Qr,
7003
7003
  buttonStyled: Gr,
7004
- contentTerms: zr,
7005
- subscribeText: Hr,
7004
+ contentTerms: Hr,
7005
+ subscribeText: zr,
7006
7006
  terms: Wr
7007
7007
  }, Yr = (e) => /* @__PURE__ */ n.jsxDEV("section", { className: Ne.content, children: [
7008
7008
  /* @__PURE__ */ n.jsxDEV("div", { className: Ne.subscribeImage, children: e.image }, void 0, !1, {
@@ -7337,7 +7337,7 @@ const gn = (e) => {
7337
7337
  columnNumber: 5
7338
7338
  },
7339
7339
  void 0
7340
- ), ac = "_content_1dzh4_1", mc = "_brandContent_1dzh4_10", rc = "_socialMedia_1dzh4_21", cc = "_linkSocialNetwoks_1dzh4_28", lc = "_sectionContent_1dzh4_42", uc = "_section_1dzh4_42", dc = "_menuItem_1dzh4_60", fc = "_otherItems_1dzh4_73", pc = "_copyrigth_1dzh4_87", hc = "_copyrigthText_1dzh4_97", bc = "_logoStyled_1dzh4_107", Nc = "_socialNetworkIcon_1dzh4_118", gc = "_socialInstagram_1dzh4_125", xc = "_socialNetworkIcon_stroke_1dzh4_133", re = {
7340
+ ), ac = "_content_1p7b9_1", mc = "_brandContent_1p7b9_10", rc = "_socialMedia_1p7b9_21", cc = "_linkSocialNetwoks_1p7b9_28", lc = "_sectionContent_1p7b9_42", uc = "_section_1p7b9_42", dc = "_menuItem_1p7b9_60", fc = "_otherItems_1p7b9_73", pc = "_copyrigth_1p7b9_87", hc = "_copyrigthText_1p7b9_97", bc = "_logoStyled_1p7b9_107", Nc = "_socialNetworkIcon_1p7b9_118", gc = "_socialInstagram_1p7b9_125", xc = "_socialNetworkIcon_stroke_1p7b9_133", re = {
7341
7341
  content: ac,
7342
7342
  brandContent: mc,
7343
7343
  socialMedia: rc,
@@ -7878,7 +7878,7 @@ const gn = (e) => {
7878
7878
  lineNumber: 24,
7879
7879
  columnNumber: 5
7880
7880
  }, void 0);
7881
- }, yc = "_content_1ixal_1", jc = "_imageContent_1ixal_9", _c = "_imageStyled_1ixal_18", Vc = "_contentIconStyled_1ixal_19", Sc = "_avatarContent_1ixal_35", kc = "_journalistSection_1ixal_43", Tc = "_journalistInfo_1ixal_50", Ic = "_journalistInfoLink_1ixal_51", Rc = "_socialNetworkSection_1ixal_83", qc = "_avatarStyled_1ixal_95", Lc = "_article_1ixal_100", Bc = "_socialButton_1ixal_104", Pc = "_facebookStyled_1ixal_120", Mc = "_emailStyled_1ixal_124", Oc = "_xStyled_1ixal_128", Fc = "_linkedinStyled_1ixal_132", Qc = "_whatsappStyled_1ixal_136", Gc = "_whatsappLink_1ixal_140", zc = "_clipboardButton_1ixal_156", Hc = "_googleProfileButton_1ixal_192", le = {
7881
+ }, yc = "_content_1ixal_1", jc = "_imageContent_1ixal_9", _c = "_imageStyled_1ixal_18", Vc = "_contentIconStyled_1ixal_19", Sc = "_avatarContent_1ixal_35", kc = "_journalistSection_1ixal_43", Tc = "_journalistInfo_1ixal_50", Ic = "_journalistInfoLink_1ixal_51", Rc = "_socialNetworkSection_1ixal_83", qc = "_avatarStyled_1ixal_95", Lc = "_article_1ixal_100", Bc = "_socialButton_1ixal_104", Pc = "_facebookStyled_1ixal_120", Mc = "_emailStyled_1ixal_124", Oc = "_xStyled_1ixal_128", Fc = "_linkedinStyled_1ixal_132", Qc = "_whatsappStyled_1ixal_136", Gc = "_whatsappLink_1ixal_140", Hc = "_clipboardButton_1ixal_156", zc = "_googleProfileButton_1ixal_192", le = {
7882
7882
  content: yc,
7883
7883
  imageContent: jc,
7884
7884
  imageStyled: _c,
@@ -7897,8 +7897,8 @@ const gn = (e) => {
7897
7897
  linkedinStyled: Fc,
7898
7898
  whatsappStyled: Qc,
7899
7899
  whatsappLink: Gc,
7900
- clipboardButton: zc,
7901
- googleProfileButton: Hc
7900
+ clipboardButton: Hc,
7901
+ googleProfileButton: zc
7902
7902
  }, Wc = (e) => /* @__PURE__ */ n.jsxDEV(
7903
7903
  "svg",
7904
7904
  {
@@ -8309,7 +8309,7 @@ const el = "_content_r1co8_1", nl = "_videoContent_r1co8_20", sl = "_articleSect
8309
8309
  correspondent: il,
8310
8310
  iframeStyled: al,
8311
8311
  contentFrame: ml
8312
- }, zN = (e) => {
8312
+ }, HN = (e) => {
8313
8313
  const s = () => e?.video.main.author ? `${e?.video.main.author} - ${Se(
8314
8314
  e.video.info.date.created
8315
8315
  )}` : e?.video.main.author;
@@ -8451,7 +8451,7 @@ const el = "_content_r1co8_1", nl = "_videoContent_r1co8_20", sl = "_articleSect
8451
8451
  contentGrid: ul,
8452
8452
  contentGrid4: dl,
8453
8453
  contentGrid3: fl
8454
- }, Hs = (e) => {
8454
+ }, zs = (e) => {
8455
8455
  const { grid: s = 3 } = e;
8456
8456
  return /* @__PURE__ */ n.jsxDEV("section", { className: `${Yn.content}`, children: [
8457
8457
  /* @__PURE__ */ n.jsxDEV(
@@ -8595,7 +8595,7 @@ const el = "_content_r1co8_1", nl = "_videoContent_r1co8_20", sl = "_articleSect
8595
8595
  title: Al,
8596
8596
  description: wl,
8597
8597
  linkStyled: El
8598
- }, HN = (e) => {
8598
+ }, zN = (e) => {
8599
8599
  const s = e.logo;
8600
8600
  return /* @__PURE__ */ n.jsxDEV("section", { className: on.content, children: [
8601
8601
  e.backgroundImgURL && /* @__PURE__ */ n.jsxDEV("img", { className: on.before, src: e.backgroundImgURL, alt: "" }, void 0, !1, {
@@ -8728,7 +8728,7 @@ const el = "_content_r1co8_1", nl = "_videoContent_r1co8_20", sl = "_articleSect
8728
8728
  fileName: "/Users/bholguin/Documents/sass-template-common/src/ui/components/common/contact-textarea/index.tsx",
8729
8729
  lineNumber: 14,
8730
8730
  columnNumber: 5
8731
- }, void 0), Bl = "_boxInformation_achvw_1", Pl = "_textBox_achvw_30", Ml = "_contentBox_achvw_40", Ol = "_liveBox_achvw_50", Fl = "_dot_achvw_72", Ql = "_sectionDescription_achvw_97", Gl = "_articule_achvw_110", zl = "_description_achvw_137", He = {
8731
+ }, void 0), Bl = "_boxInformation_achvw_1", Pl = "_textBox_achvw_30", Ml = "_contentBox_achvw_40", Ol = "_liveBox_achvw_50", Fl = "_dot_achvw_72", Ql = "_sectionDescription_achvw_97", Gl = "_articule_achvw_110", Hl = "_description_achvw_137", ze = {
8732
8732
  boxInformation: Bl,
8733
8733
  textBox: Pl,
8734
8734
  contentBox: Ml,
@@ -8736,9 +8736,9 @@ const el = "_content_r1co8_1", nl = "_videoContent_r1co8_20", sl = "_articleSect
8736
8736
  dot: Fl,
8737
8737
  sectionDescription: Ql,
8738
8738
  articule: Gl,
8739
- description: zl
8740
- }, Hl = "_content_8ehij_1", Wl = "_description_8ehij_23", fs = {
8741
- content: Hl,
8739
+ description: Hl
8740
+ }, zl = "_content_8ehij_1", Wl = "_description_8ehij_23", fs = {
8741
+ content: zl,
8742
8742
  description: Wl
8743
8743
  }, Pt = (e) => {
8744
8744
  let s = "";
@@ -8758,18 +8758,18 @@ const el = "_content_r1co8_1", nl = "_videoContent_r1co8_20", sl = "_articleSect
8758
8758
  lineNumber: 21,
8759
8759
  columnNumber: 5
8760
8760
  }, void 0);
8761
- }, Yl = (e) => /* @__PURE__ */ n.jsxDEV(n.Fragment, { children: /* @__PURE__ */ n.jsxDEV("div", { className: He.boxInformation, children: [
8761
+ }, Yl = (e) => /* @__PURE__ */ n.jsxDEV(n.Fragment, { children: /* @__PURE__ */ n.jsxDEV("div", { className: ze.boxInformation, children: [
8762
8762
  /* @__PURE__ */ n.jsxDEV(Pt, { preview: e.preview }, void 0, !1, {
8763
8763
  fileName: "/Users/bholguin/Documents/sass-template-common/src/ui/components/common/liveblog-header/index.tsx",
8764
8764
  lineNumber: 16,
8765
8765
  columnNumber: 9
8766
8766
  }, void 0),
8767
- /* @__PURE__ */ n.jsxDEV("div", { className: He.textBox, children: [
8768
- /* @__PURE__ */ n.jsxDEV("div", { className: He.contentBox, children: [
8767
+ /* @__PURE__ */ n.jsxDEV("div", { className: ze.textBox, children: [
8768
+ /* @__PURE__ */ n.jsxDEV("div", { className: ze.contentBox, children: [
8769
8769
  e?.info?.section && /* @__PURE__ */ n.jsxDEV(
8770
8770
  V,
8771
8771
  {
8772
- className: He.sectionDescription,
8772
+ className: ze.sectionDescription,
8773
8773
  href: e?.info?.section?.url,
8774
8774
  children: e?.info?.section?.name
8775
8775
  },
@@ -8782,8 +8782,8 @@ const el = "_content_r1co8_1", nl = "_videoContent_r1co8_20", sl = "_articleSect
8782
8782
  },
8783
8783
  void 0
8784
8784
  ),
8785
- /* @__PURE__ */ n.jsxDEV("div", { className: He.liveBox, children: [
8786
- /* @__PURE__ */ n.jsxDEV("span", { className: He.dot }, void 0, !1, {
8785
+ /* @__PURE__ */ n.jsxDEV("div", { className: ze.liveBox, children: [
8786
+ /* @__PURE__ */ n.jsxDEV("span", { className: ze.dot }, void 0, !1, {
8787
8787
  fileName: "/Users/bholguin/Documents/sass-template-common/src/ui/components/common/liveblog-header/index.tsx",
8788
8788
  lineNumber: 27,
8789
8789
  columnNumber: 15
@@ -8803,7 +8803,7 @@ const el = "_content_r1co8_1", nl = "_videoContent_r1co8_20", sl = "_articleSect
8803
8803
  lineNumber: 18,
8804
8804
  columnNumber: 11
8805
8805
  }, void 0),
8806
- /* @__PURE__ */ n.jsxDEV("h1", { className: He.articule, children: e.main?.title?.section }, void 0, !1, {
8806
+ /* @__PURE__ */ n.jsxDEV("h1", { className: ze.articule, children: e.main?.title?.section }, void 0, !1, {
8807
8807
  fileName: "/Users/bholguin/Documents/sass-template-common/src/ui/components/common/liveblog-header/index.tsx",
8808
8808
  lineNumber: 31,
8809
8809
  columnNumber: 11
@@ -8811,7 +8811,7 @@ const el = "_content_r1co8_1", nl = "_videoContent_r1co8_20", sl = "_articleSect
8811
8811
  e.config?.showsubtitle && /* @__PURE__ */ n.jsxDEV(
8812
8812
  "div",
8813
8813
  {
8814
- className: He.description,
8814
+ className: ze.description,
8815
8815
  style: {
8816
8816
  "--fontSizeSubTitle": e.fontSizeSubTitle,
8817
8817
  "--lineHeightSubTitle": e.lineHeightSubTitle
@@ -9571,9 +9571,9 @@ const el = "_content_r1co8_1", nl = "_videoContent_r1co8_20", sl = "_articleSect
9571
9571
  lineNumber: 22,
9572
9572
  columnNumber: 5
9573
9573
  }, void 0);
9574
- }), zu = "_content_1j0pj_1", Hu = "_contentNews_1j0pj_10", Wu = "_linkTitle_1j0pj_27", Yu = "_tag_1j0pj_35", $u = "_tagmx_1j0pj_55", Ku = "_titular_1j0pj_70", Ju = "_correspondent_1j0pj_85", Zu = "_correspondentLink_1j0pj_96", Xu = "_description_1j0pj_107", Re = {
9575
- content: zu,
9576
- contentNews: Hu,
9574
+ }), Hu = "_content_1j0pj_1", zu = "_contentNews_1j0pj_10", Wu = "_linkTitle_1j0pj_27", Yu = "_tag_1j0pj_35", $u = "_tagmx_1j0pj_55", Ku = "_titular_1j0pj_70", Ju = "_correspondent_1j0pj_85", Zu = "_correspondentLink_1j0pj_96", Xu = "_description_1j0pj_107", Re = {
9575
+ content: Hu,
9576
+ contentNews: zu,
9577
9577
  linkTitle: Wu,
9578
9578
  tag: Yu,
9579
9579
  tagmx: $u,
@@ -10612,16 +10612,16 @@ const JN = (e) => {
10612
10612
  fileName: "/Users/bholguin/Documents/sass-template-common/src/ui/components/blocks_dynamic/modulo1x3/index.tsx",
10613
10613
  lineNumber: 12,
10614
10614
  columnNumber: 5
10615
- }, void 0), Qd = "_newsContent_1sb62_1", Gd = "_contentSeparator_1sb62_8", zo = {
10615
+ }, void 0), Qd = "_newsContent_1sb62_1", Gd = "_contentSeparator_1sb62_8", Ho = {
10616
10616
  newsContent: Qd,
10617
10617
  contentSeparator: Gd
10618
- }, zd = (e) => {
10618
+ }, Hd = (e) => {
10619
10619
  const { content: s, title: o } = e;
10620
10620
  if (!(!s || s.length === 0 || !Array.isArray(s)))
10621
10621
  return /* @__PURE__ */ n.jsxDEV(se, { title: o, titleUrl: e.titleUrl, children: /* @__PURE__ */ n.jsxDEV(
10622
10622
  "div",
10623
10623
  {
10624
- className: `${zo.newsContent} ${e.hasLines ? zo.contentSeparator : ""}`,
10624
+ className: `${Ho.newsContent} ${e.hasLines ? Ho.contentSeparator : ""}`,
10625
10625
  children: s?.map((t, i) => {
10626
10626
  const a = e.slot_id && e.slot_id !== "Nota_1", m = {
10627
10627
  ...t,
@@ -10668,8 +10668,8 @@ const JN = (e) => {
10668
10668
  lineNumber: 27,
10669
10669
  columnNumber: 5
10670
10670
  }, void 0);
10671
- }, Hd = "_newsContent_1gbse_1", Wd = "_contentSeparator_1gbse_8", Yd = "_newsContentWhitoutLine_1gbse_29", Ts = {
10672
- newsContent: Hd,
10671
+ }, zd = "_newsContent_1gbse_1", Wd = "_contentSeparator_1gbse_8", Yd = "_newsContentWhitoutLine_1gbse_29", Ts = {
10672
+ newsContent: zd,
10673
10673
  contentSeparator: Wd,
10674
10674
  newsContentWhitoutLine: Yd
10675
10675
  }, $d = (e) => {
@@ -10902,7 +10902,7 @@ const JN = (e) => {
10902
10902
  },
10903
10903
  void 0
10904
10904
  ) : null;
10905
- }, a1 = "_content_yx3zm_1", m1 = "_contentSeparator_yx3zm_7", Ho = {
10905
+ }, a1 = "_content_yx3zm_1", m1 = "_contentSeparator_yx3zm_7", zo = {
10906
10906
  content: a1,
10907
10907
  contentSeparator: m1
10908
10908
  }, r1 = "_newsContent_1uamf_1", c1 = "_contentSeparator_1uamf_8", l1 = "_hasLinesBlock_1uamf_40", Ws = {
@@ -10915,7 +10915,7 @@ const JN = (e) => {
10915
10915
  return /* @__PURE__ */ n.jsxDEV(se, { title: e.title, children: /* @__PURE__ */ n.jsxDEV(
10916
10916
  "div",
10917
10917
  {
10918
- className: `${Ho.content} ${e.hasLines ? Ho.contentSeparator : ""}`,
10918
+ className: `${zo.content} ${e.hasLines ? zo.contentSeparator : ""}`,
10919
10919
  style: {
10920
10920
  gap: e.hasLines ? "30px" : "0px"
10921
10921
  },
@@ -11359,7 +11359,7 @@ const JN = (e) => {
11359
11359
  socialMedia: F1,
11360
11360
  copyRights: Q1,
11361
11361
  icon: G1
11362
- }, z1 = ({
11362
+ }, H1 = ({
11363
11363
  sidebar: e,
11364
11364
  socials: s,
11365
11365
  copyrigth: o,
@@ -11673,8 +11673,8 @@ const JN = (e) => {
11673
11673
  columnNumber: 5
11674
11674
  },
11675
11675
  void 0
11676
- ), H1 = "_content_1k52x_1", W1 = "_chipStyled_1k52x_17", Y1 = "_headLine_1k52x_17", $1 = "_live_1k52x_25", K1 = "_closeLiveStyled_1k52x_88", Cn = {
11677
- content: H1,
11676
+ ), z1 = "_content_1k52x_1", W1 = "_chipStyled_1k52x_17", Y1 = "_headLine_1k52x_17", $1 = "_live_1k52x_25", K1 = "_closeLiveStyled_1k52x_88", Cn = {
11677
+ content: z1,
11678
11678
  chipStyled: W1,
11679
11679
  headLine: Y1,
11680
11680
  live: $1,
@@ -12155,7 +12155,7 @@ const JN = (e) => {
12155
12155
  lineNumber: 15,
12156
12156
  columnNumber: 5
12157
12157
  }, void 0);
12158
- }, Tf = "_headerStyled_ksxbt_1", If = "_headerContent_ksxbt_23", Rf = "_menuButtonSection_ksxbt_33", qf = "_menuButton_ksxbt_33", Lf = "_buttonSection_ksxbt_84", Bf = "_buttonSectionSearch_ksxbt_101", Pf = "_hasAlertZone_ksxbt_111", Mf = "_buttonText_ksxbt_130", Of = "_logoContent_ksxbt_140", Ff = "_logoStyled_ksxbt_148", Qf = "_headLineContent_ksxbt_172", Gf = "_headLineTitle_ksxbt_187", zf = "_menuSection_ksxbt_203", Hf = "_headLine_ksxbt_172", Wf = "_line_ksxbt_255", ce = {
12158
+ }, Tf = "_headerStyled_ksxbt_1", If = "_headerContent_ksxbt_23", Rf = "_menuButtonSection_ksxbt_33", qf = "_menuButton_ksxbt_33", Lf = "_buttonSection_ksxbt_84", Bf = "_buttonSectionSearch_ksxbt_101", Pf = "_hasAlertZone_ksxbt_111", Mf = "_buttonText_ksxbt_130", Of = "_logoContent_ksxbt_140", Ff = "_logoStyled_ksxbt_148", Qf = "_headLineContent_ksxbt_172", Gf = "_headLineTitle_ksxbt_187", Hf = "_menuSection_ksxbt_203", zf = "_headLine_ksxbt_172", Wf = "_line_ksxbt_255", ce = {
12159
12159
  headerStyled: Tf,
12160
12160
  headerContent: If,
12161
12161
  menuButtonSection: Rf,
@@ -12168,8 +12168,8 @@ const JN = (e) => {
12168
12168
  logoStyled: Ff,
12169
12169
  headLineContent: Qf,
12170
12170
  headLineTitle: Gf,
12171
- menuSection: zf,
12172
- headLine: Hf,
12171
+ menuSection: Hf,
12172
+ headLine: zf,
12173
12173
  line: Wf
12174
12174
  }, Yf = (e) => {
12175
12175
  const { menu: s, alertZone: o } = e;
@@ -12397,7 +12397,7 @@ const JN = (e) => {
12397
12397
  void 0
12398
12398
  ),
12399
12399
  /* @__PURE__ */ n.jsxDEV(
12400
- z1,
12400
+ H1,
12401
12401
  {
12402
12402
  sidebarExtra: e.sidebarExtra,
12403
12403
  searchKeyWord: e.searchKeyWord,
@@ -12885,7 +12885,7 @@ const JN = (e) => {
12885
12885
  columnNumber: 13
12886
12886
  }, void 0),
12887
12887
  children: /* @__PURE__ */ n.jsxDEV("section", { className: Oe.content, children: s.length > 0 ? /* @__PURE__ */ n.jsxDEV(
12888
- Hs,
12888
+ zs,
12889
12889
  {
12890
12890
  className: [Oe.newsContentSection, "padding-0"].join(" "),
12891
12891
  paginatorComponent: /* @__PURE__ */ n.jsxDEV(
@@ -13015,7 +13015,7 @@ const JN = (e) => {
13015
13015
  );
13016
13016
  case "op2":
13017
13017
  return /* @__PURE__ */ n.jsxDEV(n.Fragment, { children: s.length > 0 ? /* @__PURE__ */ n.jsxDEV(
13018
- Hs,
13018
+ zs,
13019
13019
  {
13020
13020
  className: "padding-0",
13021
13021
  paginatorComponent: /* @__PURE__ */ n.jsxDEV(
@@ -13817,9 +13817,9 @@ const JN = (e) => {
13817
13817
  contentTextList: Op,
13818
13818
  contentButton: Fp,
13819
13819
  linkStyled: Qp
13820
- }, Gp = "_content_ifkxj_1", zp = {
13820
+ }, Gp = "_content_ifkxj_1", Hp = {
13821
13821
  content: Gp
13822
- }, Hp = (e) => /* @__PURE__ */ n.jsxDEV("section", { className: zp.content, id: e.id, children: e.children }, void 0, !1, {
13822
+ }, zp = (e) => /* @__PURE__ */ n.jsxDEV("section", { className: Hp.content, id: e.id, children: e.children }, void 0, !1, {
13823
13823
  fileName: "/Users/bholguin/Documents/sass-template-common/src/ui/components/common/content-card/index.tsx",
13824
13824
  lineNumber: 11,
13825
13825
  columnNumber: 5
@@ -13858,7 +13858,7 @@ const Kp = async ({
13858
13858
  };
13859
13859
  });
13860
13860
  return /* @__PURE__ */ n.jsxDEV("section", { className: Pe.content, id: "block-notes-list", children: i?.map((a, m) => /* @__PURE__ */ n.jsxDEV(rs, { children: [
13861
- /* @__PURE__ */ n.jsxDEV(Hp, { id: `item-${m + 1}`, children: /* @__PURE__ */ n.jsxDEV("div", { className: Pe.contentWithinCard, children: [
13861
+ /* @__PURE__ */ n.jsxDEV(zp, { id: `item-${m + 1}`, children: /* @__PURE__ */ n.jsxDEV("div", { className: Pe.contentWithinCard, children: [
13862
13862
  a.date > 0 && /* @__PURE__ */ n.jsxDEV("div", { className: Pe.contentDate, children: [
13863
13863
  /* @__PURE__ */ n.jsxDEV(
13864
13864
  "span",
@@ -14438,7 +14438,7 @@ const lh = (e) => /* @__PURE__ */ n.jsxDEV(
14438
14438
  columnNumber: 3
14439
14439
  },
14440
14440
  void 0
14441
- ), zt = async (e) => {
14441
+ ), Ht = async (e) => {
14442
14442
  const s = /<img\b[^>]*\bsrc=["']([^"']+)["']/g, o = [...e.matchAll(s)], t = {};
14443
14443
  for (const i of o) {
14444
14444
  const a = i[1] ?? "", m = e.includes(a) ? { url: a } : null;
@@ -14544,7 +14544,7 @@ async function ph(e, s) {
14544
14544
  frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen
14545
14545
  style="position: relative!important;" src="https://www.youtube.com/embed/${d.data.data[0].main.code}"></iframe>` : p = d.data.data[0].main.code, N = `
14546
14546
  <figure class="videoFigure" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen>
14547
- <script type="application/ld+json">${zt(JSON.stringify(f.data.data) || "")}<\/script>
14547
+ <script type="application/ld+json">${Ht(JSON.stringify(f.data.data) || "")}<\/script>
14548
14548
  ${p}
14549
14549
  <figcaption>${d.data.data[0].main.description || ""}</figcaption>
14550
14550
  </figure>
@@ -14568,7 +14568,7 @@ async function hh(e) {
14568
14568
  l = l.replace(
14569
14569
  /<script[^>]*src=["']https:\/\/platform\.twitter\.com\/widgets\.js["'][^>]*><\/script>/gi,
14570
14570
  ""
14571
- ), l = l.replace(/&nbsp;/g, ""), l = uh(l, o), l = dh(l), l = await zt(l), l = await fh(
14571
+ ), l = l.replace(/&nbsp;/g, ""), l = uh(l, o), l = dh(l), l = await Ht(l), l = await fh(
14572
14572
  l,
14573
14573
  e.texts,
14574
14574
  t
@@ -14930,7 +14930,7 @@ const bh = (e) => {
14930
14930
  lineNumber: 33,
14931
14931
  columnNumber: 32
14932
14932
  }, void 0),
14933
- "Modulo 1x4": (e) => /* @__PURE__ */ n.jsxDEV(zd, { ...e }, void 0, !1, {
14933
+ "Modulo 1x4": (e) => /* @__PURE__ */ n.jsxDEV(Hd, { ...e }, void 0, !1, {
14934
14934
  fileName: "/Users/bholguin/Documents/sass-template-common/src/ui/components/slots/dynamicSlot.tsx",
14935
14935
  lineNumber: 34,
14936
14936
  columnNumber: 32
@@ -14986,7 +14986,7 @@ const bh = (e) => {
14986
14986
  columnNumber: 37
14987
14987
  }, void 0)
14988
14988
  };
14989
- function Ht({
14989
+ function zt({
14990
14990
  component: e,
14991
14991
  slot_id: s,
14992
14992
  data: o,
@@ -15135,7 +15135,7 @@ const Ko = {
15135
15135
  order: (u - 1) * l + (d - 1),
15136
15136
  children: [
15137
15137
  /* @__PURE__ */ n.jsxDEV(
15138
- Ht,
15138
+ zt,
15139
15139
  {
15140
15140
  component: e[f].blockSass[0].block,
15141
15141
  banners: a,
@@ -15489,7 +15489,7 @@ const Ko = {
15489
15489
  );
15490
15490
  }, Gh = "_content_156j7_1", Ps = {
15491
15491
  content: Gh
15492
- }, zh = (e) => {
15492
+ }, Hh = (e) => {
15493
15493
  if (e.news.config.articlepreview === "videoEmbedded")
15494
15494
  return /* @__PURE__ */ n.jsxDEV("div", { className: Ps.content, children: /* @__PURE__ */ n.jsxDEV(
15495
15495
  Lh,
@@ -15584,7 +15584,7 @@ const Ko = {
15584
15584
  lineNumber: 81,
15585
15585
  columnNumber: 9
15586
15586
  }, void 0),
15587
- !c && /* @__PURE__ */ n.jsxDEV(zh, { news: t[0] }, void 0, !1, {
15587
+ !c && /* @__PURE__ */ n.jsxDEV(Hh, { news: t[0] }, void 0, !1, {
15588
15588
  fileName: "/Users/bholguin/Documents/sass-template-common/src/ui/components/pages/news/index.tsx",
15589
15589
  lineNumber: 82,
15590
15590
  columnNumber: 25
@@ -15704,7 +15704,7 @@ const Ko = {
15704
15704
  columnNumber: 17
15705
15705
  }, void 0),
15706
15706
  /* @__PURE__ */ n.jsxDEV(
15707
- Ht,
15707
+ zt,
15708
15708
  {
15709
15709
  component: "Carrusel card",
15710
15710
  banners: [],
@@ -15853,8 +15853,8 @@ const Ko = {
15853
15853
  lineNumber: 74,
15854
15854
  columnNumber: 5
15855
15855
  }, void 0);
15856
- }, Hh = "_content_nz5ec_1", Wh = "_contentInfo_nz5ec_24", Yh = "_imageStyled_nz5ec_40", $h = "_name_nz5ec_44", Kh = "_description_nz5ec_48", Jh = "_contentInfoWithoutImg_nz5ec_101", cn = {
15857
- content: Hh,
15856
+ }, zh = "_content_nz5ec_1", Wh = "_contentInfo_nz5ec_24", Yh = "_imageStyled_nz5ec_40", $h = "_name_nz5ec_44", Kh = "_description_nz5ec_48", Jh = "_contentInfoWithoutImg_nz5ec_101", cn = {
15857
+ content: zh,
15858
15858
  contentInfo: Wh,
15859
15859
  imageStyled: Yh,
15860
15860
  name: $h,
@@ -16175,7 +16175,7 @@ const Ko = {
16175
16175
  columnNumber: 17
16176
16176
  }, void 0),
16177
16177
  children: /* @__PURE__ */ n.jsxDEV("section", { className: Ms.content, children: s.length > 0 ? /* @__PURE__ */ n.jsxDEV(
16178
- Hs,
16178
+ zs,
16179
16179
  {
16180
16180
  className: [Ms.newsContentSection, "padding-0"].join(
16181
16181
  " "
@@ -17225,7 +17225,7 @@ const Pb = (e) => {
17225
17225
  lineNumber: 236,
17226
17226
  columnNumber: 5
17227
17227
  }, void 0);
17228
- }, zb = ({
17228
+ }, Hb = ({
17229
17229
  user: e,
17230
17230
  handleLogout: s,
17231
17231
  message: o
@@ -17320,8 +17320,8 @@ const Pb = (e) => {
17320
17320
  lineNumber: 22,
17321
17321
  columnNumber: 5
17322
17322
  }, void 0);
17323
- }, Hb = "_overlay_qj491_3", Wb = "_popup_qj491_17", Yb = "_title_qj491_40", $b = "_optionsContainer_qj491_52", Kb = "_option_qj491_52", Jb = "_radioInput_qj491_66", Zb = "_radioCustom_qj491_70", Xb = "_optionLabel_qj491_97", e0 = "_buttons_qj491_110", n0 = "_cancelButton_qj491_117", s0 = "_closeButton_qj491_118", o0 = "_buttonAlone_qj491_137", t0 = "_reportButton_qj491_143", i0 = "_successContainer_qj491_163", a0 = "_thumbsUp_qj491_171", m0 = "_successMessage_qj491_177", r0 = "_errorMessage_qj491_218", c0 = "_loadingContainer_qj491_231", ee = {
17324
- overlay: Hb,
17323
+ }, zb = "_overlay_qj491_3", Wb = "_popup_qj491_17", Yb = "_title_qj491_40", $b = "_optionsContainer_qj491_52", Kb = "_option_qj491_52", Jb = "_radioInput_qj491_66", Zb = "_radioCustom_qj491_70", Xb = "_optionLabel_qj491_97", e0 = "_buttons_qj491_110", n0 = "_cancelButton_qj491_117", s0 = "_closeButton_qj491_118", o0 = "_buttonAlone_qj491_137", t0 = "_reportButton_qj491_143", i0 = "_successContainer_qj491_163", a0 = "_thumbsUp_qj491_171", m0 = "_successMessage_qj491_177", r0 = "_errorMessage_qj491_218", c0 = "_loadingContainer_qj491_231", ee = {
17324
+ overlay: zb,
17325
17325
  popup: Wb,
17326
17326
  title: Yb,
17327
17327
  optionsContainer: $b,
@@ -18195,7 +18195,7 @@ const { PUBLIC_PUBLICATION_ID: M0 } = J(), O0 = M0, F0 = (e) => {
18195
18195
  } catch (l) {
18196
18196
  return console.error("Error enviando comentario:", l), alert(l.message || "Error al enviar el comentario."), !1;
18197
18197
  }
18198
- }, z0 = ({
18198
+ }, H0 = ({
18199
18199
  replyingTo: e,
18200
18200
  commentRef: s,
18201
18201
  user: o,
@@ -18282,7 +18282,7 @@ const { PUBLIC_PUBLICATION_ID: M0 } = J(), O0 = M0, F0 = (e) => {
18282
18282
  lineNumber: 41,
18283
18283
  columnNumber: 5
18284
18284
  }, void 0);
18285
- }, H0 = ({ reply: e, replyingTo: s, user: o, onFlag: t }) => {
18285
+ }, z0 = ({ reply: e, replyingTo: s, user: o, onFlag: t }) => {
18286
18286
  const i = e.text;
18287
18287
  let a = `${Fe.firstname} ${Fe.lastname}`, m = Fe.username;
18288
18288
  return e.user && (a = `${e.user.firstname} ${e.user.lastname}`, m = e.user.username), /* @__PURE__ */ n.jsxDEV("div", { className: "comment-item reply", children: /* @__PURE__ */ n.jsxDEV("div", { className: "comment-header-container", children: [
@@ -18380,7 +18380,7 @@ const { PUBLIC_PUBLICATION_ID: M0 } = J(), O0 = M0, F0 = (e) => {
18380
18380
  void 0
18381
18381
  ),
18382
18382
  s === e.id && t && /* @__PURE__ */ n.jsxDEV(
18383
- z0,
18383
+ H0,
18384
18384
  {
18385
18385
  replyingTo: s,
18386
18386
  commentRef: N,
@@ -18400,7 +18400,7 @@ const { PUBLIC_PUBLICATION_ID: M0 } = J(), O0 = M0, F0 = (e) => {
18400
18400
  ),
18401
18401
  r.reply.length > 0 && /* @__PURE__ */ n.jsxDEV("div", { className: "comment-replies", children: [
18402
18402
  r.reply.map((v) => /* @__PURE__ */ n.jsxDEV(
18403
- H0,
18403
+ z0,
18404
18404
  {
18405
18405
  user: t,
18406
18406
  reply: v,
@@ -18614,7 +18614,7 @@ const { PUBLIC_PUBLICATION_ID: M0 } = J(), O0 = M0, F0 = (e) => {
18614
18614
  /* @__PURE__ */ n.jsxDEV("div", { className: "comments-container", children: /* @__PURE__ */ n.jsxDEV(se, { title: E || e ? "COMENTARIOS" : !1, children: /* @__PURE__ */ n.jsxDEV(n.Fragment, { children: [
18615
18615
  /* @__PURE__ */ n.jsxDEV("div", { className: "comments-header", children: e && o && /* @__PURE__ */ n.jsxDEV(n.Fragment, { children: [
18616
18616
  /* @__PURE__ */ n.jsxDEV(
18617
- zb,
18617
+ Hb,
18618
18618
  {
18619
18619
  user: o,
18620
18620
  handleLogout: t,
@@ -19249,14 +19249,14 @@ function X0({
19249
19249
  try {
19250
19250
  const R = await si("comment_login", i);
19251
19251
  if (!R) throw new Error("Captcha token no generado");
19252
- const H = await fetch("/api/auth/login-password", {
19252
+ const z = await fetch("/api/auth/login-password", {
19253
19253
  method: "POST",
19254
19254
  headers: { "Content-Type": "application/json" },
19255
19255
  credentials: "include",
19256
19256
  body: JSON.stringify({ email: r, password: c, token: R })
19257
19257
  });
19258
- if (!H.ok) {
19259
- const Z = await H.json().catch(() => ({}));
19258
+ if (!z.ok) {
19259
+ const Z = await z.json().catch(() => ({}));
19260
19260
  throw new Error(Z?.error || "Ha ocurrido un error");
19261
19261
  }
19262
19262
  e(), await s();
@@ -19276,8 +19276,8 @@ function X0({
19276
19276
  body: JSON.stringify({ email: r })
19277
19277
  });
19278
19278
  if (!R.ok) {
19279
- const H = await R.json().catch(() => ({}));
19280
- throw new Error(H?.error || "Error al enviar código");
19279
+ const z = await R.json().catch(() => ({}));
19280
+ throw new Error(z?.error || "Error al enviar código");
19281
19281
  }
19282
19282
  u(""), m("changePassword");
19283
19283
  } catch (R) {
@@ -19293,25 +19293,25 @@ function X0({
19293
19293
  return;
19294
19294
  }
19295
19295
  if (hs.some(
19296
- (H) => !H.test(N)
19296
+ (z) => !z.test(N)
19297
19297
  )) {
19298
19298
  _("La contraseña no cumple con los requisitos");
19299
19299
  return;
19300
19300
  }
19301
19301
  _(null), S(!0);
19302
19302
  try {
19303
- const H = await fetch("/api/auth/confirm-forgot-password", {
19303
+ const z = await fetch("/api/auth/confirm-forgot-password", {
19304
19304
  method: "POST",
19305
19305
  headers: { "Content-Type": "application/json" },
19306
19306
  body: JSON.stringify({ email: r, code: d, newPassword: N })
19307
19307
  });
19308
- if (!H.ok) {
19309
- const Z = await H.json().catch(() => ({}));
19308
+ if (!z.ok) {
19309
+ const Z = await z.json().catch(() => ({}));
19310
19310
  throw new Error(Z?.error || "Error al cambiar contraseña");
19311
19311
  }
19312
19312
  m("feedback");
19313
- } catch (H) {
19314
- _(H?.message || "Error inesperado");
19313
+ } catch (z) {
19314
+ _(z?.message || "Error inesperado");
19315
19315
  } finally {
19316
19316
  S(!1);
19317
19317
  }
@@ -20479,9 +20479,9 @@ export {
20479
20479
  Vm as DynamicBlockServices,
20480
20480
  ig as DynamicComponents,
20481
20481
  Ls as DynamicMainSlot,
20482
- Ht as DynamicSlot,
20482
+ zt as DynamicSlot,
20483
20483
  ZN as EditorialBlock,
20484
- HN as ErrorComponent,
20484
+ zN as ErrorComponent,
20485
20485
  Zi as Font,
20486
20486
  GN as Footer,
20487
20487
  Bi as FormatAfterScripts,
@@ -20504,7 +20504,7 @@ export {
20504
20504
  en as MiddleSection,
20505
20505
  Ft as Modulo1x3,
20506
20506
  u1 as Modulo1x3Card,
20507
- zd as Modulo1x4,
20507
+ Hd as Modulo1x4,
20508
20508
  $d as Modulo1x5,
20509
20509
  XN as Modulo2Columnas,
20510
20510
  Fd as Modulo3Columnas,
@@ -20513,7 +20513,7 @@ export {
20513
20513
  Ob as NewListResponseDataPH,
20514
20514
  Yi as NewsArticle,
20515
20515
  mg as NewsComponent,
20516
- Hs as NewsContent,
20516
+ zs as NewsContent,
20517
20517
  ds as NextPrev,
20518
20518
  $i as OrgList,
20519
20519
  xo as PreloadImages,
@@ -20527,7 +20527,7 @@ export {
20527
20527
  sg as SectionServerComponent,
20528
20528
  Bm as ShowSection,
20529
20529
  Jp as SocialNetworks,
20530
- zi as SpeculationRules,
20530
+ Hi as SpeculationRules,
20531
20531
  tg as StaticSlotWrapper,
20532
20532
  Rr as SubscribeColumn,
20533
20533
  Yr as SubscribeRow,
@@ -20535,7 +20535,7 @@ export {
20535
20535
  rg as TagComponent,
20536
20536
  Xl as TimeLine,
20537
20537
  fN as TrimPathname,
20538
- zN as VideoBlock3,
20538
+ HN as VideoBlock3,
20539
20539
  KN as VideoBlock4,
20540
20540
  ug as VideoSection,
20541
20541
  Ji as VideosSchemas,
@@ -20561,7 +20561,7 @@ export {
20561
20561
  ki as getEnvironmentUrlFront,
20562
20562
  ae as getImageUrl,
20563
20563
  Qn as getNextMeta,
20564
- zn as getPage,
20564
+ Hn as getPage,
20565
20565
  bN as getPreloadImages,
20566
20566
  Gn as getPrevMeta,
20567
20567
  pg as getReportReasonLabel,