sass-template-common 0.0.37 → 0.0.39

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.
@@ -150,8 +150,8 @@ function Xn() {
150
150
  if (typeof S == "string" && !/Z$/i.test(S)) {
151
151
  var v = S.match(w);
152
152
  if (v) {
153
- var M = v[2] - 1 || 0, j = (v[7] || "0").substring(0, 3);
154
- return R ? new Date(Date.UTC(v[1], M, v[3] || 1, v[4] || 0, v[5] || 0, v[6] || 0, j)) : new Date(v[1], M, v[3] || 1, v[4] || 0, v[5] || 0, v[6] || 0, j);
153
+ var M = v[2] - 1 || 0, Q = (v[7] || "0").substring(0, 3);
154
+ return R ? new Date(Date.UTC(v[1], M, v[3] || 1, v[4] || 0, v[5] || 0, v[6] || 0, Q)) : new Date(v[1], M, v[3] || 1, v[4] || 0, v[5] || 0, v[6] || 0, Q);
155
155
  }
156
156
  }
157
157
  return new Date(S);
@@ -180,7 +180,7 @@ function Xn() {
180
180
  var S = this, R = !!B.u(L) || L, v = B.p(y), M = function(Ye, ce) {
181
181
  var ze = B.w(S.$u ? Date.UTC(S.$y, ce, Ye) : new Date(S.$y, ce, Ye), S);
182
182
  return R ? ze : ze.endOf(c);
183
- }, j = function(Ye, ce) {
183
+ }, Q = function(Ye, ce) {
184
184
  return B.w(S.toDate()[Ye].apply(S.toDate("s"), (R ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(ce)), S);
185
185
  }, F = this.$W, z = this.$M, K = this.$D, be = "set" + (this.$u ? "UTC" : "");
186
186
  switch (v) {
@@ -193,24 +193,24 @@ function Xn() {
193
193
  return M(R ? K - yt : K + (6 - yt), z);
194
194
  case c:
195
195
  case f:
196
- return j(be + "Hours", 0);
196
+ return Q(be + "Hours", 0);
197
197
  case d:
198
- return j(be + "Minutes", 1);
198
+ return Q(be + "Minutes", 1);
199
199
  case l:
200
- return j(be + "Seconds", 2);
200
+ return Q(be + "Seconds", 2);
201
201
  case r:
202
- return j(be + "Milliseconds", 3);
202
+ return Q(be + "Milliseconds", 3);
203
203
  default:
204
204
  return this.clone();
205
205
  }
206
206
  }, x.endOf = function(y) {
207
207
  return this.startOf(y, !1);
208
208
  }, x.$set = function(y, L) {
209
- var S, R = B.p(y), v = "set" + (this.$u ? "UTC" : ""), M = (S = {}, S[c] = v + "Date", S[f] = v + "Date", S[C] = v + "Month", S[A] = v + "FullYear", S[d] = v + "Hours", S[l] = v + "Minutes", S[r] = v + "Seconds", S[i] = v + "Milliseconds", S)[R], j = R === c ? this.$D + (L - this.$W) : L;
209
+ var S, R = B.p(y), v = "set" + (this.$u ? "UTC" : ""), M = (S = {}, S[c] = v + "Date", S[f] = v + "Date", S[C] = v + "Month", S[A] = v + "FullYear", S[d] = v + "Hours", S[l] = v + "Minutes", S[r] = v + "Seconds", S[i] = v + "Milliseconds", S)[R], Q = R === c ? this.$D + (L - this.$W) : L;
210
210
  if (R === C || R === A) {
211
211
  var F = this.clone().set(f, 1);
212
- F.$d[M](j), F.init(), this.$d = F.set(f, Math.min(this.$D, F.daysInMonth())).$d;
213
- } else M && this.$d[M](j);
212
+ F.$d[M](Q), F.init(), this.$d = F.set(f, Math.min(this.$D, F.daysInMonth())).$d;
213
+ } else M && this.$d[M](Q);
214
214
  return this.init(), this;
215
215
  }, x.set = function(y, L) {
216
216
  return this.clone().$set(y, L);
@@ -227,14 +227,14 @@ function Xn() {
227
227
  if (v === A) return this.set(A, this.$y + y);
228
228
  if (v === c) return M(1);
229
229
  if (v === u) return M(7);
230
- var j = (S = {}, S[l] = s, S[d] = o, S[r] = a, S)[v] || 1, F = this.$d.getTime() + y * j;
230
+ var Q = (S = {}, S[l] = s, S[d] = o, S[r] = a, S)[v] || 1, F = this.$d.getTime() + y * Q;
231
231
  return B.w(F, this);
232
232
  }, x.subtract = function(y, L) {
233
233
  return this.add(-1 * y, L);
234
234
  }, x.format = function(y) {
235
235
  var L = this, S = this.$locale();
236
236
  if (!this.isValid()) return S.invalidDate || g;
237
- var R = y || "YYYY-MM-DDTHH:mm:ssZ", v = B.z(this), M = this.$H, j = this.$m, F = this.$M, z = S.weekdays, K = S.months, be = S.meridiem, ve = function(ce, ze, bt, Vt) {
237
+ var R = y || "YYYY-MM-DDTHH:mm:ssZ", v = B.z(this), M = this.$H, Q = this.$m, F = this.$M, z = S.weekdays, K = S.months, be = S.meridiem, ve = function(ce, ze, bt, Vt) {
238
238
  return ce && (ce[ze] || ce(L, R)) || bt[ze].slice(0, Vt);
239
239
  }, yt = function(ce) {
240
240
  return B.s(M % 12 || 12, ce, "0");
@@ -278,13 +278,13 @@ function Xn() {
278
278
  case "hh":
279
279
  return yt(2);
280
280
  case "a":
281
- return Ye(M, j, !0);
281
+ return Ye(M, Q, !0);
282
282
  case "A":
283
- return Ye(M, j, !1);
283
+ return Ye(M, Q, !1);
284
284
  case "m":
285
- return String(j);
285
+ return String(Q);
286
286
  case "mm":
287
- return B.s(j, 2, "0");
287
+ return B.s(Q, 2, "0");
288
288
  case "s":
289
289
  return String(L.$s);
290
290
  case "ss":
@@ -300,8 +300,8 @@ function Xn() {
300
300
  }, x.utcOffset = function() {
301
301
  return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
302
302
  }, x.diff = function(y, L, S) {
303
- var R, v = this, M = B.p(L), j = H(y), F = (j.utcOffset() - this.utcOffset()) * s, z = this - j, K = function() {
304
- return B.m(v, j);
303
+ var R, v = this, M = B.p(L), Q = H(y), F = (Q.utcOffset() - this.utcOffset()) * s, z = this - Q, K = function() {
304
+ return B.m(v, Q);
305
305
  };
306
306
  switch (M) {
307
307
  case A:
@@ -868,7 +868,7 @@ const i1 = () => "https://dev-saas.cms-medios.com", v2 = () => "https://dev-laho
868
868
  return t.forEach((o, i) => {
869
869
  i > 0 && (s += `/${o}`);
870
870
  }), `${s}/page/${a + 1}`;
871
- }, Qt = (e, t, a) => {
871
+ }, jt = (e, t, a) => {
872
872
  let s = e.siteUrl;
873
873
  return t.forEach((o, i) => {
874
874
  i > 0 && (s += `/${o}`);
@@ -1092,7 +1092,7 @@ const H2 = async ({
1092
1092
  dangerouslySetInnerHTML: { __html: JSON.stringify(t) }
1093
1093
  }
1094
1094
  );
1095
- }, Q2 = async ({ realPath: e, config: t, axiosApi: a }) => {
1095
+ }, j2 = async ({ realPath: e, config: t, axiosApi: a }) => {
1096
1096
  try {
1097
1097
  const s = {
1098
1098
  path: e,
@@ -1114,7 +1114,7 @@ const H2 = async ({
1114
1114
  } catch (s) {
1115
1115
  return console.error("Error fetching video schemas:", s), null;
1116
1116
  }
1117
- }, j2 = ({ config: e }) => {
1117
+ }, Q2 = ({ config: e }) => {
1118
1118
  const t = `@font-face {
1119
1119
  font-family: '${e.fontName}';
1120
1120
  font-style: normal;
@@ -1243,7 +1243,7 @@ const H2 = async ({
1243
1243
  autor: (e) => e.pathname.split("/autor/")[1] ?? "",
1244
1244
  video: (e) => e.pathname.split("/video/")[1] ?? "",
1245
1245
  videos: (e) => e.pathname.split("/videos/")[1] ?? ""
1246
- }, jt = (e) => {
1246
+ }, Qt = (e) => {
1247
1247
  const t = e.split("/"), a = t[t.length - 1] ?? "1";
1248
1248
  return Number(a) > 0 ? Number(a) : 1;
1249
1249
  }, u8 = (e) => {
@@ -1611,10 +1611,10 @@ const Ss = (e) => {
1611
1611
  asap: Es,
1612
1612
  isIterable: qs
1613
1613
  };
1614
- function Q(e, t, a, s, o) {
1614
+ function j(e, t, a, s, o) {
1615
1615
  Error.call(this), Error.captureStackTrace ? Error.captureStackTrace(this, this.constructor) : this.stack = new Error().stack, this.message = e, this.name = "AxiosError", t && (this.code = t), a && (this.config = a), s && (this.request = s), o && (this.response = o, this.status = o.status ? o.status : null);
1616
1616
  }
1617
- p.inherits(Q, Error, {
1617
+ p.inherits(j, Error, {
1618
1618
  toJSON: function() {
1619
1619
  return {
1620
1620
  // Standard
@@ -1635,7 +1635,7 @@ p.inherits(Q, Error, {
1635
1635
  };
1636
1636
  }
1637
1637
  });
1638
- const ha = Q.prototype, ma = {};
1638
+ const ha = j.prototype, ma = {};
1639
1639
  [
1640
1640
  "ERR_BAD_OPTION_VALUE",
1641
1641
  "ERR_BAD_OPTION",
@@ -1653,15 +1653,15 @@ const ha = Q.prototype, ma = {};
1653
1653
  ].forEach((e) => {
1654
1654
  ma[e] = { value: e };
1655
1655
  });
1656
- Object.defineProperties(Q, ma);
1656
+ Object.defineProperties(j, ma);
1657
1657
  Object.defineProperty(ha, "isAxiosError", { value: !0 });
1658
- Q.from = (e, t, a, s, o, i) => {
1658
+ j.from = (e, t, a, s, o, i) => {
1659
1659
  const r = Object.create(ha);
1660
1660
  p.toFlatObject(e, r, function(u) {
1661
1661
  return u !== Error.prototype;
1662
1662
  }, (c) => c !== "isAxiosError");
1663
1663
  const l = e && e.message ? e.message : "Error", d = t == null && e ? e.code : t;
1664
- return Q.call(r, l, d, a, s, o), e && r.cause == null && Object.defineProperty(r, "cause", { value: e, configurable: !0 }), r.name = e && e.name || "Error", i && Object.assign(r, i), r;
1664
+ return j.call(r, l, d, a, s, o), e && r.cause == null && Object.defineProperty(r, "cause", { value: e, configurable: !0 }), r.name = e && e.name || "Error", i && Object.assign(r, i), r;
1665
1665
  };
1666
1666
  const Us = null;
1667
1667
  function O1(e) {
@@ -1701,7 +1701,7 @@ function w1(e, t, a) {
1701
1701
  if (p.isBoolean(f))
1702
1702
  return f.toString();
1703
1703
  if (!d && p.isBlob(f))
1704
- throw new Q("Blob is not supported. Use a Buffer instead.");
1704
+ throw new j("Blob is not supported. Use a Buffer instead.");
1705
1705
  return p.isArrayBuffer(f) || p.isTypedArray(f) ? d && typeof Blob == "function" ? new Blob([f]) : Buffer.from(f) : f;
1706
1706
  }
1707
1707
  function u(f, g, w) {
@@ -1857,19 +1857,19 @@ const pa = {
1857
1857
  Blob: Ds
1858
1858
  },
1859
1859
  protocols: ["http", "https", "file", "blob", "url", "data"]
1860
- }, K1 = typeof window < "u" && typeof document < "u", Q1 = typeof navigator == "object" && navigator || void 0, Hs = K1 && (!Q1 || ["ReactNative", "NativeScript", "NS"].indexOf(Q1.product) < 0), Vs = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
1861
- self instanceof WorkerGlobalScope && typeof self.importScripts == "function", Os = K1 && window.location.href || "http://localhost", Qs = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1860
+ }, K1 = typeof window < "u" && typeof document < "u", j1 = typeof navigator == "object" && navigator || void 0, Hs = K1 && (!j1 || ["ReactNative", "NativeScript", "NS"].indexOf(j1.product) < 0), Vs = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
1861
+ self instanceof WorkerGlobalScope && typeof self.importScripts == "function", Os = K1 && window.location.href || "http://localhost", js = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1862
1862
  __proto__: null,
1863
1863
  hasBrowserEnv: K1,
1864
1864
  hasStandardBrowserEnv: Hs,
1865
1865
  hasStandardBrowserWebWorkerEnv: Vs,
1866
- navigator: Q1,
1866
+ navigator: j1,
1867
1867
  origin: Os
1868
1868
  }, Symbol.toStringTag, { value: "Module" })), ae = {
1869
- ...Qs,
1869
+ ...js,
1870
1870
  ...Rs
1871
1871
  };
1872
- function js(e, t) {
1872
+ function Qs(e, t) {
1873
1873
  return w1(e, new ae.classes.URLSearchParams(), {
1874
1874
  visitor: function(a, s, o, i) {
1875
1875
  return ae.isNode && p.isBuffer(a) ? (this.append(s, a.toString("base64")), !1) : i.defaultVisitor.apply(this, arguments);
@@ -1930,7 +1930,7 @@ const Rt = {
1930
1930
  let l;
1931
1931
  if (i) {
1932
1932
  if (s.indexOf("application/x-www-form-urlencoded") > -1)
1933
- return js(t, this.formSerializer).toString();
1933
+ return Qs(t, this.formSerializer).toString();
1934
1934
  if ((l = p.isFileList(t)) || s.indexOf("multipart/form-data") > -1) {
1935
1935
  const d = this.env && this.env.FormData;
1936
1936
  return w1(
@@ -1952,7 +1952,7 @@ const Rt = {
1952
1952
  return JSON.parse(t, this.parseReviver);
1953
1953
  } catch (l) {
1954
1954
  if (r)
1955
- throw l.name === "SyntaxError" ? Q.from(l, Q.ERR_BAD_RESPONSE, this, null, this.response) : l;
1955
+ throw l.name === "SyntaxError" ? j.from(l, j.ERR_BAD_RESPONSE, this, null, this.response) : l;
1956
1956
  }
1957
1957
  }
1958
1958
  return t;
@@ -2195,16 +2195,16 @@ function wa(e) {
2195
2195
  return !!(e && e.__CANCEL__);
2196
2196
  }
2197
2197
  function gt(e, t, a) {
2198
- Q.call(this, e ?? "canceled", Q.ERR_CANCELED, t, a), this.name = "CanceledError";
2198
+ j.call(this, e ?? "canceled", j.ERR_CANCELED, t, a), this.name = "CanceledError";
2199
2199
  }
2200
- p.inherits(gt, Q, {
2200
+ p.inherits(gt, j, {
2201
2201
  __CANCEL__: !0
2202
2202
  });
2203
2203
  function ya(e, t, a) {
2204
2204
  const s = a.config.validateStatus;
2205
- !a.status || !s || s(a.status) ? e(a) : t(new Q(
2205
+ !a.status || !s || s(a.status) ? e(a) : t(new j(
2206
2206
  "Request failed with status code " + a.status,
2207
- [Q.ERR_BAD_REQUEST, Q.ERR_BAD_RESPONSE][Math.floor(a.status / 100) - 4],
2207
+ [j.ERR_BAD_REQUEST, j.ERR_BAD_RESPONSE][Math.floor(a.status / 100) - 4],
2208
2208
  a.config,
2209
2209
  a.request,
2210
2210
  a
@@ -2429,16 +2429,16 @@ const va = (e) => {
2429
2429
  "onloadend" in w ? w.onloadend = b : w.onreadystatechange = function() {
2430
2430
  !w || w.readyState !== 4 || w.status === 0 && !(w.responseURL && w.responseURL.indexOf("file:") === 0) || setTimeout(b);
2431
2431
  }, w.onabort = function() {
2432
- w && (s(new Q("Request aborted", Q.ECONNABORTED, e, w)), w = null);
2432
+ w && (s(new j("Request aborted", j.ECONNABORTED, e, w)), w = null);
2433
2433
  }, w.onerror = function(U) {
2434
- const I = U && U.message ? U.message : "Network Error", E = new Q(I, Q.ERR_NETWORK, e, w);
2434
+ const I = U && U.message ? U.message : "Network Error", E = new j(I, j.ERR_NETWORK, e, w);
2435
2435
  E.event = U || null, s(E), w = null;
2436
2436
  }, w.ontimeout = function() {
2437
2437
  let U = o.timeout ? "timeout of " + o.timeout + "ms exceeded" : "timeout exceeded";
2438
2438
  const I = o.transitional || pa;
2439
- o.timeoutErrorMessage && (U = o.timeoutErrorMessage), s(new Q(
2439
+ o.timeoutErrorMessage && (U = o.timeoutErrorMessage), s(new j(
2440
2440
  U,
2441
- I.clarifyTimeoutError ? Q.ETIMEDOUT : Q.ECONNABORTED,
2441
+ I.clarifyTimeoutError ? j.ETIMEDOUT : j.ECONNABORTED,
2442
2442
  e,
2443
2443
  w
2444
2444
  )), w = null;
@@ -2449,7 +2449,7 @@ const va = (e) => {
2449
2449
  }, o.cancelToken && o.cancelToken.subscribe(u), o.signal && (o.signal.aborted ? u() : o.signal.addEventListener("abort", u)));
2450
2450
  const k = Js(o.url);
2451
2451
  if (k && ae.protocols.indexOf(k) === -1) {
2452
- s(new Q("Unsupported protocol " + k + ":", Q.ERR_BAD_REQUEST, e));
2452
+ s(new j("Unsupported protocol " + k + ":", j.ERR_BAD_REQUEST, e));
2453
2453
  return;
2454
2454
  }
2455
2455
  w.send(i || null);
@@ -2462,11 +2462,11 @@ const va = (e) => {
2462
2462
  if (!o) {
2463
2463
  o = !0, l();
2464
2464
  const u = c instanceof Error ? c : this.reason;
2465
- s.abort(u instanceof Q ? u : new gt(u instanceof Error ? u.message : u));
2465
+ s.abort(u instanceof j ? u : new gt(u instanceof Error ? u.message : u));
2466
2466
  }
2467
2467
  };
2468
2468
  let r = t && setTimeout(() => {
2469
- r = null, i(new Q(`timeout ${t} of ms exceeded`, Q.ETIMEDOUT));
2469
+ r = null, i(new j(`timeout ${t} of ms exceeded`, j.ETIMEDOUT));
2470
2470
  }, t);
2471
2471
  const l = () => {
2472
2472
  e && (r && clearTimeout(r), r = null, e.forEach((c) => {
@@ -2571,7 +2571,7 @@ const va = (e) => {
2571
2571
  let b = g && g[f];
2572
2572
  if (b)
2573
2573
  return b.call(g);
2574
- throw new Q(`Response type '${f}' is not supported`, Q.ERR_NOT_SUPPORT, w);
2574
+ throw new j(`Response type '${f}' is not supported`, j.ERR_NOT_SUPPORT, w);
2575
2575
  });
2576
2576
  });
2577
2577
  const m = async (f) => {
@@ -2619,8 +2619,8 @@ const va = (e) => {
2619
2619
  method: "POST",
2620
2620
  body: b,
2621
2621
  duplex: "half"
2622
- }), j;
2623
- if (p.isFormData(b) && (j = M.headers.get("content-type")) && G.setContentType(j), M.body) {
2622
+ }), Q;
2623
+ if (p.isFormData(b) && (Q = M.headers.get("content-type")) && G.setContentType(Q), M.body) {
2624
2624
  const [F, z] = An(
2625
2625
  x,
2626
2626
  r1(wn(E))
@@ -2646,8 +2646,8 @@ const va = (e) => {
2646
2646
  ["status", "statusText", "headers"].forEach((K) => {
2647
2647
  M[K] = S[K];
2648
2648
  });
2649
- const j = p.toFiniteNumber(S.headers.get("content-length")), [F, z] = I && An(
2650
- j,
2649
+ const Q = p.toFiniteNumber(S.headers.get("content-length")), [F, z] = I && An(
2650
+ Q,
2651
2651
  r1(wn(I), !0)
2652
2652
  ) || [];
2653
2653
  S = new s(
@@ -2659,8 +2659,8 @@ const va = (e) => {
2659
2659
  }
2660
2660
  D = D || "text";
2661
2661
  let v = await C[p.findKey(C, D) || "text"](S, f);
2662
- return !R && T && T(), await new Promise((M, j) => {
2663
- ya(M, j, {
2662
+ return !R && T && T(), await new Promise((M, Q) => {
2663
+ ya(M, Q, {
2664
2664
  data: v,
2665
2665
  headers: he.from(S.headers),
2666
2666
  status: S.status,
@@ -2671,11 +2671,11 @@ const va = (e) => {
2671
2671
  });
2672
2672
  } catch (y) {
2673
2673
  throw T && T(), y && y.name === "TypeError" && /Load failed|fetch/i.test(y.message) ? Object.assign(
2674
- new Q("Network Error", Q.ERR_NETWORK, f, ee),
2674
+ new j("Network Error", j.ERR_NETWORK, f, ee),
2675
2675
  {
2676
2676
  cause: y.cause || y
2677
2677
  }
2678
- ) : Q.from(y, y && y.code, f, ee);
2678
+ ) : j.from(y, y && y.code, f, ee);
2679
2679
  }
2680
2680
  };
2681
2681
  }, Co = /* @__PURE__ */ new Map(), _a = (e) => {
@@ -2717,7 +2717,7 @@ function go(e, t) {
2717
2717
  s = e[r];
2718
2718
  let l;
2719
2719
  if (o = s, !fo(s) && (o = J1[(l = String(s)).toLowerCase()], o === void 0))
2720
- throw new Q(`Unknown adapter '${l}'`);
2720
+ throw new j(`Unknown adapter '${l}'`);
2721
2721
  if (o && (p.isFunction(o) || (o = o.get(t))))
2722
2722
  break;
2723
2723
  i[l || "#" + r] = o;
@@ -2729,7 +2729,7 @@ function go(e, t) {
2729
2729
  let l = a ? r.length > 1 ? `since :
2730
2730
  ` + r.map(xn).join(`
2731
2731
  `) : " " + xn(r[0]) : "as no adapter specified";
2732
- throw new Q(
2732
+ throw new j(
2733
2733
  "There is no suitable adapter to dispatch the request " + l,
2734
2734
  "ERR_NOT_SUPPORT"
2735
2735
  );
@@ -2783,9 +2783,9 @@ y1.transitional = function(t, a, s) {
2783
2783
  }
2784
2784
  return (i, r, l) => {
2785
2785
  if (t === !1)
2786
- throw new Q(
2786
+ throw new j(
2787
2787
  o(r, " has been removed" + (a ? " in " + a : "")),
2788
- Q.ERR_DEPRECATED
2788
+ j.ERR_DEPRECATED
2789
2789
  );
2790
2790
  return a && !En[r] && (En[r] = !0, console.warn(
2791
2791
  o(
@@ -2800,7 +2800,7 @@ y1.spelling = function(t) {
2800
2800
  };
2801
2801
  function po(e, t, a) {
2802
2802
  if (typeof e != "object")
2803
- throw new Q("options must be an object", Q.ERR_BAD_OPTION_VALUE);
2803
+ throw new j("options must be an object", j.ERR_BAD_OPTION_VALUE);
2804
2804
  const s = Object.keys(e);
2805
2805
  let o = s.length;
2806
2806
  for (; o-- > 0; ) {
@@ -2808,11 +2808,11 @@ function po(e, t, a) {
2808
2808
  if (r) {
2809
2809
  const l = e[i], d = l === void 0 || r(l, i, e);
2810
2810
  if (d !== !0)
2811
- throw new Q("option " + i + " must be " + d, Q.ERR_BAD_OPTION_VALUE);
2811
+ throw new j("option " + i + " must be " + d, j.ERR_BAD_OPTION_VALUE);
2812
2812
  continue;
2813
2813
  }
2814
2814
  if (a !== !0)
2815
- throw new Q("Unknown option " + i, Q.ERR_BAD_OPTION);
2815
+ throw new j("Unknown option " + i, j.ERR_BAD_OPTION);
2816
2816
  }
2817
2817
  }
2818
2818
  const a1 = {
@@ -3024,7 +3024,7 @@ function wo(e) {
3024
3024
  function yo(e) {
3025
3025
  return p.isObject(e) && e.isAxiosError === !0;
3026
3026
  }
3027
- const j1 = {
3027
+ const Q1 = {
3028
3028
  Continue: 100,
3029
3029
  SwitchingProtocols: 101,
3030
3030
  Processing: 102,
@@ -3095,8 +3095,8 @@ const j1 = {
3095
3095
  SslHandshakeFailed: 525,
3096
3096
  InvalidSslCertificate: 526
3097
3097
  };
3098
- Object.entries(j1).forEach(([e, t]) => {
3099
- j1[t] = e;
3098
+ Object.entries(Q1).forEach(([e, t]) => {
3099
+ Q1[t] = e;
3100
3100
  });
3101
3101
  function ka(e) {
3102
3102
  const t = new et(e), a = sa(et.prototype.request, t);
@@ -3111,7 +3111,7 @@ W.CancelToken = Ao;
3111
3111
  W.isCancel = wa;
3112
3112
  W.VERSION = Sa;
3113
3113
  W.toFormData = w1;
3114
- W.AxiosError = Q;
3114
+ W.AxiosError = j;
3115
3115
  W.Cancel = W.CanceledError;
3116
3116
  W.all = function(t) {
3117
3117
  return Promise.all(t);
@@ -3122,7 +3122,7 @@ W.mergeConfig = nt;
3122
3122
  W.AxiosHeaders = he;
3123
3123
  W.formToJSON = (e) => Aa(p.isHTMLForm(e) ? new FormData(e) : e);
3124
3124
  W.getAdapter = Na.getAdapter;
3125
- W.HttpStatusCode = j1;
3125
+ W.HttpStatusCode = Q1;
3126
3126
  W.default = W;
3127
3127
  const {
3128
3128
  Axios: f8,
@@ -3379,7 +3379,7 @@ const L8 = async (e, t, a, s, o, i) => {
3379
3379
  return o ? { ...t, ...o } : de(t);
3380
3380
  },
3381
3381
  seccion: async (e) => {
3382
- const { meta: t, config: a, pathname: s, slug: o } = e, i = new Se(), r = s.split("/"), l = [], d = jt(s), c = Number(a.newsListLimit) ?? 0;
3382
+ const { meta: t, config: a, pathname: s, slug: o } = e, i = new Se(), r = s.split("/"), l = [], d = Qt(s), c = Number(a.newsListLimit) ?? 0;
3383
3383
  try {
3384
3384
  const u = await i.getNewsListSection({
3385
3385
  section: o,
@@ -3390,7 +3390,7 @@ const L8 = async (e, t, a, s, o, i) => {
3390
3390
  });
3391
3391
  if (!u) return de(t);
3392
3392
  const C = u.data.data, m = C[0];
3393
- return C.length < c || l.push({ rel: "next", url: Ot(a, r, d) }), d > 1 && l.push({ rel: "prev", url: Qt(a, r, d) }), {
3393
+ return C.length < c || l.push({ rel: "next", url: Ot(a, r, d) }), d > 1 && l.push({ rel: "prev", url: jt(a, r, d) }), {
3394
3394
  ...t,
3395
3395
  title: `Últimas Noticias de ${m.info.section?.name} | ${a.name}`,
3396
3396
  description: `Todas las últimas noticias de ${m.info.section?.name} en ${a.name}`,
@@ -3423,7 +3423,7 @@ const L8 = async (e, t, a, s, o, i) => {
3423
3423
  }
3424
3424
  },
3425
3425
  tema: async (e) => {
3426
- const { meta: t, config: a, pathname: s, slug: o } = e, i = new Se(), r = s.split("/"), l = [], d = jt(s), c = Number(a.newsListLimit) ?? 0, u = /([t][0-9]{4})\w+/.exec(o || ""), C = u && u?.length > 0 ? u[0].replace("t", "") : "";
3426
+ const { meta: t, config: a, pathname: s, slug: o } = e, i = new Se(), r = s.split("/"), l = [], d = Qt(s), c = Number(a.newsListLimit) ?? 0, u = /([t][0-9]{4})\w+/.exec(o || ""), C = u && u?.length > 0 ? u[0].replace("t", "") : "";
3427
3427
  try {
3428
3428
  const m = await i.getNewsListTags({
3429
3429
  tagid: C,
@@ -3440,7 +3440,7 @@ const L8 = async (e, t, a, s, o, i) => {
3440
3440
  url: Ot(a, r, d)
3441
3441
  }), d > 1 && l.push({
3442
3442
  rel: "prev",
3443
- url: Qt(a, r, d)
3443
+ url: jt(a, r, d)
3444
3444
  }), {
3445
3445
  ...t,
3446
3446
  title: `Últimas noticias de ${A.name} | ${a.name}`,
@@ -3499,7 +3499,7 @@ const L8 = async (e, t, a, s, o, i) => {
3499
3499
  }
3500
3500
  },
3501
3501
  videos: async (e) => {
3502
- const { meta: t, config: a, pathname: s } = e, o = new Se(), i = s.split("/"), r = [], l = jt(s), d = await o.getvideoListAdvanced({
3502
+ const { meta: t, config: a, pathname: s } = e, o = new Se(), i = s.split("/"), r = [], l = Qt(s), d = await o.getvideoListAdvanced({
3503
3503
  size: Number(a.newsListLimit),
3504
3504
  query: "Category:(videohome OR destacadoseccion OR seccion)",
3505
3505
  page: Number(l)
@@ -3509,7 +3509,7 @@ const L8 = async (e, t, a, s, o, i) => {
3509
3509
  url: Ot(a, i, l)
3510
3510
  }), l > 1 && r.push({
3511
3511
  rel: "prev",
3512
- url: Qt(a, i, l)
3512
+ url: jt(a, i, l)
3513
3513
  }), {
3514
3514
  ...t,
3515
3515
  title: "Videos | " + a.name,
@@ -3588,7 +3588,7 @@ const L8 = async (e, t, a, s, o, i) => {
3588
3588
  };
3589
3589
  },
3590
3590
  autor: async (e) => {
3591
- const { meta: t, config: a, pathname: s, imgSizes: o, slug: i } = e, r = new Se(), l = s.split("/"), d = [], c = jt(s);
3591
+ const { meta: t, config: a, pathname: s, imgSizes: o, slug: i } = e, r = new Se(), l = s.split("/"), d = [], c = Qt(s);
3592
3592
  try {
3593
3593
  const u = await r.getAutorInfo({
3594
3594
  user: i,
@@ -3607,7 +3607,7 @@ const L8 = async (e, t, a, s, o, i) => {
3607
3607
  url: Ot(a, l, c)
3608
3608
  }), c > 1 && d.push({
3609
3609
  rel: "prev",
3610
- url: Qt(a, l, c)
3610
+ url: jt(a, l, c)
3611
3611
  }), {
3612
3612
  ...t,
3613
3613
  title: `Últimas Noticias de ${u?.data.data[0]?.info.fullname} | ${a.name}`,
@@ -3698,7 +3698,7 @@ async function M8({
3698
3698
  }
3699
3699
  ),
3700
3700
  t.preloadImages && g && /* @__PURE__ */ n(hn, { images: g }),
3701
- /* @__PURE__ */ n(j2, { config: m }),
3701
+ /* @__PURE__ */ n(Q2, { config: m }),
3702
3702
  /* @__PURE__ */ n(
3703
3703
  na,
3704
3704
  {
@@ -3718,7 +3718,7 @@ async function M8({
3718
3718
  ),
3719
3719
  /* @__PURE__ */ n(V2, { config: m, socials: A }),
3720
3720
  t.schemas_Videos && C && /* @__PURE__ */ n(
3721
- Q2,
3721
+ j2,
3722
3722
  {
3723
3723
  axiosApi: e,
3724
3724
  realPath: C,
@@ -3819,8 +3819,8 @@ function Uo({
3819
3819
  }) {
3820
3820
  const [l, d] = O(!1), [c, u] = O(0), [C, m] = O(0), [A, f] = O(0), [g, w] = O(0), [b, k] = O(null), N = Jn(null), [U, I] = O(1), E = te(() => {
3821
3821
  if (o) return 1;
3822
- const v = N.current?.offsetWidth || window.innerWidth, M = a + s, j = Math.floor(v / M);
3823
- return Math.max(1, j);
3822
+ const v = N.current?.offsetWidth || window.innerWidth, M = a + s, Q = Math.floor(v / M);
3823
+ return Math.max(1, Q);
3824
3824
  }, [o, a, s]);
3825
3825
  ke(() => {
3826
3826
  const v = () => {
@@ -3838,20 +3838,20 @@ function Uo({
3838
3838
  }, [E]), H = te(
3839
3839
  (v, M = 0) => {
3840
3840
  if (o) {
3841
- const j = N.current?.offsetWidth || window.innerWidth;
3842
- return -(v * (100 + s)) + M / j * 100;
3841
+ const Q = N.current?.offsetWidth || window.innerWidth;
3842
+ return -(v * (100 + s)) + M / Q * 100;
3843
3843
  }
3844
3844
  return -(v * (a + s)) + M;
3845
3845
  },
3846
3846
  [o, a, s]
3847
3847
  ), B = te(
3848
3848
  (v) => {
3849
- const M = N.current?.offsetWidth || window.innerWidth, j = E(), F = P();
3849
+ const M = N.current?.offsetWidth || window.innerWidth, Q = E(), F = P();
3850
3850
  if (o)
3851
3851
  return Math.abs(v) / M * 100 > 30 ? 1 : 0;
3852
3852
  {
3853
3853
  const z = a + s, K = Math.abs(v) / z;
3854
- return K >= (j === 1 ? 0.2 : 0.3) ? j === 1 ? 1 : Math.min(Math.round(K), F) : 0;
3854
+ return K >= (Q === 1 ? 0.2 : 0.3) ? Q === 1 ? 1 : Math.min(Math.round(K), F) : 0;
3855
3855
  }
3856
3856
  },
3857
3857
  [o, a, s, E, P]
@@ -3863,7 +3863,7 @@ function Uo({
3863
3863
  ), ee = te(
3864
3864
  (v) => {
3865
3865
  if (!l || !i) return;
3866
- const M = v - c, j = (a + s) * 1.2, F = e === 0 && M > 0, z = e === G && M < 0, K = F || z ? Math.sign(M) * Math.min(Math.abs(M), j) : M;
3866
+ const M = v - c, Q = (a + s) * 1.2, F = e === 0 && M > 0, z = e === G && M < 0, K = F || z ? Math.sign(M) * Math.min(Math.abs(M), Q) : M;
3867
3867
  m(v), f(K);
3868
3868
  },
3869
3869
  [l, c, i, e, G, a, s]
@@ -3875,7 +3875,7 @@ function Uo({
3875
3875
  ), x = te(
3876
3876
  (v) => {
3877
3877
  if (!l || !i) return;
3878
- const M = C - c, j = Date.now() - g, F = Math.abs(M) / Math.max(j, 1), z = B(M), be = F > 0.5 && Math.abs(M) > 50 ? Math.max(z, 1) : z;
3878
+ const M = C - c, Q = Date.now() - g, F = Math.abs(M) / Math.max(Q, 1), z = B(M), be = F > 0.5 && Math.abs(M) > 50 ? Math.max(z, 1) : z;
3879
3879
  if (be > 0)
3880
3880
  if (M > 0) {
3881
3881
  const ve = Math.max(0, e - be);
@@ -4164,13 +4164,13 @@ const Lo = "_content_3olxv_1", Io = {
4164
4164
  },
4165
4165
  a.key
4166
4166
  );
4167
- }, Ro = "_boxInformation_10v0r_1", Ho = "_sectionDescriptionContainer_10v0r_9", Vo = "_uppertitle_10v0r_20", Oo = "_sectionDescription_10v0r_9", Qo = "_articule_10v0r_60", jo = "_linkStyled_10v0r_74", Po = "_description_10v0r_85", Go = "_correspondent_10v0r_113", zo = "_correspondentLink_10v0r_125", Fo = "_dotStyles_10v0r_137", Wo = "_clipboardButton_10v0r_144", Zo = "_socialNetworkSection_10v0r_158", Y = {
4167
+ }, Ro = "_boxInformation_10v0r_1", Ho = "_sectionDescriptionContainer_10v0r_9", Vo = "_uppertitle_10v0r_20", Oo = "_sectionDescription_10v0r_9", jo = "_articule_10v0r_60", Qo = "_linkStyled_10v0r_74", Po = "_description_10v0r_85", Go = "_correspondent_10v0r_113", zo = "_correspondentLink_10v0r_125", Fo = "_dotStyles_10v0r_137", Wo = "_clipboardButton_10v0r_144", Zo = "_socialNetworkSection_10v0r_158", Y = {
4168
4168
  boxInformation: Ro,
4169
4169
  sectionDescriptionContainer: Ho,
4170
4170
  uppertitle: Vo,
4171
4171
  sectionDescription: Oo,
4172
- articule: Qo,
4173
- linkStyled: jo,
4172
+ articule: jo,
4173
+ linkStyled: Qo,
4174
4174
  description: Po,
4175
4175
  correspondent: Go,
4176
4176
  correspondentLink: zo,
@@ -5691,12 +5691,12 @@ const At = (e) => {
5691
5691
  ] })
5692
5692
  ]
5693
5693
  }
5694
- ), Hi = "_content_qzaly_1", Vi = "_subscribeImage_qzaly_16", Oi = "_contentTitle_qzaly_22", Qi = "_title_qzaly_33", ji = "_subTitle_qzaly_40", Pi = "_contentTerms_qzaly_60", Gi = "_whatsappLink_qzaly_65", zi = "_subscribeText_qzaly_82", Fi = "_terms_qzaly_92", Le = {
5694
+ ), Hi = "_content_qzaly_1", Vi = "_subscribeImage_qzaly_16", Oi = "_contentTitle_qzaly_22", ji = "_title_qzaly_33", Qi = "_subTitle_qzaly_40", Pi = "_contentTerms_qzaly_60", Gi = "_whatsappLink_qzaly_65", zi = "_subscribeText_qzaly_82", Fi = "_terms_qzaly_92", Le = {
5695
5695
  content: Hi,
5696
5696
  subscribeImage: Vi,
5697
5697
  contentTitle: Oi,
5698
- title: Qi,
5699
- subTitle: ji,
5698
+ title: ji,
5699
+ subTitle: Qi,
5700
5700
  contentTerms: Pi,
5701
5701
  whatsappLink: Gi,
5702
5702
  subscribeText: zi,
@@ -6851,12 +6851,12 @@ function Rr({ noteShare: e }) {
6851
6851
  )
6852
6852
  ] }) : null;
6853
6853
  }
6854
- const Hr = "_content_1dzh4_1", Vr = "_brandContent_1dzh4_10", Or = "_socialMedia_1dzh4_21", Qr = "_linkSocialNetwoks_1dzh4_28", jr = "_sectionContent_1dzh4_42", Pr = "_section_1dzh4_42", Gr = "_menuItem_1dzh4_60", zr = "_otherItems_1dzh4_73", Fr = "_copyrigth_1dzh4_87", Wr = "_copyrigthText_1dzh4_97", Zr = "_logoStyled_1dzh4_107", $r = "_socialNetworkIcon_1dzh4_118", Yr = "_socialInstagram_1dzh4_125", Kr = "_socialNetworkIcon_stroke_1dzh4_133", ie = {
6854
+ const Hr = "_content_1dzh4_1", Vr = "_brandContent_1dzh4_10", Or = "_socialMedia_1dzh4_21", jr = "_linkSocialNetwoks_1dzh4_28", Qr = "_sectionContent_1dzh4_42", Pr = "_section_1dzh4_42", Gr = "_menuItem_1dzh4_60", zr = "_otherItems_1dzh4_73", Fr = "_copyrigth_1dzh4_87", Wr = "_copyrigthText_1dzh4_97", Zr = "_logoStyled_1dzh4_107", $r = "_socialNetworkIcon_1dzh4_118", Yr = "_socialInstagram_1dzh4_125", Kr = "_socialNetworkIcon_stroke_1dzh4_133", ie = {
6855
6855
  content: Hr,
6856
6856
  brandContent: Vr,
6857
6857
  socialMedia: Or,
6858
- linkSocialNetwoks: Qr,
6859
- sectionContent: jr,
6858
+ linkSocialNetwoks: jr,
6859
+ sectionContent: Qr,
6860
6860
  section: Pr,
6861
6861
  menuItem: Gr,
6862
6862
  otherItems: zr,
@@ -7088,7 +7088,7 @@ const Hr = "_content_1dzh4_1", Vr = "_brandContent_1dzh4_10", Or = "_socialMedia
7088
7088
  title: b3,
7089
7089
  description: v3,
7090
7090
  linkStyled: _3
7091
- }, Q8 = (e) => {
7091
+ }, j8 = (e) => {
7092
7092
  const t = e.logo;
7093
7093
  return /* @__PURE__ */ h("section", { className: st.content, children: [
7094
7094
  e.backgroundImgURL && /* @__PURE__ */ n("img", { className: st.before, src: e.backgroundImgURL, alt: "" }),
@@ -7105,7 +7105,7 @@ const Hr = "_content_1dzh4_1", Vr = "_brandContent_1dzh4_10", Or = "_socialMedia
7105
7105
  label: x3,
7106
7106
  required: k3,
7107
7107
  input: E3
7108
- }, j8 = (e) => /* @__PURE__ */ h("div", { className: _t.content, children: [
7108
+ }, Q8 = (e) => /* @__PURE__ */ h("div", { className: _t.content, children: [
7109
7109
  /* @__PURE__ */ h("div", { className: _t.contentLabel, children: [
7110
7110
  /* @__PURE__ */ n("label", { className: _t.label, children: e.label }),
7111
7111
  e.required && /* @__PURE__ */ n("span", { className: _t.required, children: "*" })
@@ -7133,13 +7133,13 @@ const Hr = "_content_1dzh4_1", Vr = "_brandContent_1dzh4_10", Or = "_socialMedia
7133
7133
  }, G8 = (e) => /* @__PURE__ */ h("div", { className: k1.content, children: [
7134
7134
  /* @__PURE__ */ n("label", { className: k1.label, children: e.label }),
7135
7135
  /* @__PURE__ */ n("textarea", { className: k1.input, ...e })
7136
- ] }), R3 = "_boxInformation_achvw_1", H3 = "_textBox_achvw_30", V3 = "_contentBox_achvw_40", O3 = "_liveBox_achvw_50", Q3 = "_dot_achvw_72", j3 = "_sectionDescription_achvw_97", P3 = "_articule_achvw_110", G3 = "_description_achvw_137", Fe = {
7136
+ ] }), R3 = "_boxInformation_achvw_1", H3 = "_textBox_achvw_30", V3 = "_contentBox_achvw_40", O3 = "_liveBox_achvw_50", j3 = "_dot_achvw_72", Q3 = "_sectionDescription_achvw_97", P3 = "_articule_achvw_110", G3 = "_description_achvw_137", Fe = {
7137
7137
  boxInformation: R3,
7138
7138
  textBox: H3,
7139
7139
  contentBox: V3,
7140
7140
  liveBox: O3,
7141
- dot: Q3,
7142
- sectionDescription: j3,
7141
+ dot: j3,
7142
+ sectionDescription: Q3,
7143
7143
  articule: P3,
7144
7144
  description: G3
7145
7145
  }, z3 = "_content_8ehij_1", F3 = "_description_8ehij_23", d1 = {
@@ -7486,14 +7486,14 @@ const Hr = "_content_1dzh4_1", Vr = "_brandContent_1dzh4_10", Or = "_socialMedia
7486
7486
  }
7487
7487
  )
7488
7488
  ] })
7489
- ] }) }), D4 = "_content_1xvw2_1", R4 = "_titleContent_1xvw2_24", H4 = "_title_1xvw2_24", V4 = "_startLine_1xvw2_87", O4 = "_line_1xvw2_92", Q4 = "_bottomLine_1xvw2_98", j4 = "_childrenContent_1xvw2_117", P4 = "_readMore_1xvw2_127", Me = {
7489
+ ] }) }), D4 = "_content_1j6y6_1", R4 = "_titleContent_1j6y6_24", H4 = "_title_1j6y6_24", V4 = "_startLine_1j6y6_87", O4 = "_line_1j6y6_92", j4 = "_bottomLine_1j6y6_98", Q4 = "_childrenContent_1j6y6_117", P4 = "_readMore_1j6y6_127", Me = {
7490
7490
  content: D4,
7491
7491
  titleContent: R4,
7492
7492
  title: H4,
7493
7493
  startLine: V4,
7494
7494
  line: O4,
7495
- bottomLine: Q4,
7496
- childrenContent: j4,
7495
+ bottomLine: j4,
7496
+ childrenContent: Q4,
7497
7497
  readMore: P4
7498
7498
  }, ne = Ka((e, t) => {
7499
7499
  const { isTitle: a = !1, isOpinion: s = !1 } = e, o = a ? /* @__PURE__ */ n("h1", { className: Me.title, children: e.title }) : /* @__PURE__ */ n("h2", { className: Me.title, children: e.title });
@@ -8022,7 +8022,7 @@ const F8 = (e) => {
8022
8022
  newsContentWithLines: Hl,
8023
8023
  newsContentWithoutLines: Vl,
8024
8024
  contentSeparator: Ol
8025
- }, Ql = (e) => {
8025
+ }, jl = (e) => {
8026
8026
  const { content: t } = e;
8027
8027
  if (!t || t.length === 0) return;
8028
8028
  const a = (r) => e.hasLines && (r + 1) % 3 !== 0 ? Wt.contentSeparator : "", s = [];
@@ -8074,7 +8074,7 @@ const F8 = (e) => {
8074
8074
  }
8075
8075
  );
8076
8076
  }, Ra = (e) => /* @__PURE__ */ n(ne, { title: e.title, titleUrl: e.titleUrl, children: /* @__PURE__ */ n(
8077
- Ql,
8077
+ jl,
8078
8078
  {
8079
8079
  content: e.content,
8080
8080
  paths: e.paths,
@@ -8086,8 +8086,8 @@ const F8 = (e) => {
8086
8086
  showVideoTime: e.showVideoTime,
8087
8087
  showVideosubtitle: e.showVideosubtitle
8088
8088
  }
8089
- ) }), jl = "_newsContent_1sb62_1", Pl = "_contentSeparator_1sb62_8", Vn = {
8090
- newsContent: jl,
8089
+ ) }), Ql = "_newsContent_1sb62_1", Pl = "_contentSeparator_1sb62_8", Vn = {
8090
+ newsContent: Ql,
8091
8091
  contentSeparator: Pl
8092
8092
  }, Gl = (e) => {
8093
8093
  const { content: t, title: a } = e;
@@ -8496,7 +8496,7 @@ const F8 = (e) => {
8496
8496
  }
8497
8497
  )
8498
8498
  }
8499
- ), kc = "_drawerStyled_1dhzk_1", Ec = "_sidebarCustom_1dhzk_6", qc = "_accordionStyled_1dhzk_24", Uc = "_accordionHeading_1dhzk_35", Tc = "_accordionSummeryStyled_1dhzk_44", Lc = "_linkStyled_1dhzk_71", Ic = "_subLinkStyled_1dhzk_91", Mc = "_inputContent_1dhzk_113", Bc = "_buttonContent_1dhzk_114", Dc = "_inputStyled_1dhzk_124", Rc = "_buscar_1dhzk_140", Hc = "_buttonStyled_1dhzk_149", Vc = "_accordionDetailsStyled_1dhzk_164", Oc = "_footerSlider_1dhzk_179", Qc = "_socialMedia_1dhzk_190", jc = "_copyRights_1dhzk_209", Pc = "_icon_1dhzk_220", J = {
8499
+ ), kc = "_drawerStyled_1dhzk_1", Ec = "_sidebarCustom_1dhzk_6", qc = "_accordionStyled_1dhzk_24", Uc = "_accordionHeading_1dhzk_35", Tc = "_accordionSummeryStyled_1dhzk_44", Lc = "_linkStyled_1dhzk_71", Ic = "_subLinkStyled_1dhzk_91", Mc = "_inputContent_1dhzk_113", Bc = "_buttonContent_1dhzk_114", Dc = "_inputStyled_1dhzk_124", Rc = "_buscar_1dhzk_140", Hc = "_buttonStyled_1dhzk_149", Vc = "_accordionDetailsStyled_1dhzk_164", Oc = "_footerSlider_1dhzk_179", jc = "_socialMedia_1dhzk_190", Qc = "_copyRights_1dhzk_209", Pc = "_icon_1dhzk_220", J = {
8500
8500
  drawerStyled: kc,
8501
8501
  sidebarCustom: Ec,
8502
8502
  accordionStyled: qc,
@@ -8511,8 +8511,8 @@ const F8 = (e) => {
8511
8511
  buttonStyled: Hc,
8512
8512
  accordionDetailsStyled: Vc,
8513
8513
  footerSlider: Oc,
8514
- socialMedia: Qc,
8515
- copyRights: jc,
8514
+ socialMedia: jc,
8515
+ copyRights: Qc,
8516
8516
  icon: Pc
8517
8517
  }, Gc = ({
8518
8518
  sidebar: e,
@@ -8919,7 +8919,7 @@ const F8 = (e) => {
8919
8919
  }
8920
8920
  ) }, i)) }) })
8921
8921
  ] }, s)) });
8922
- }, T5 = "_headerStyled_ksxbt_1", L5 = "_headerContent_ksxbt_23", I5 = "_menuButtonSection_ksxbt_33", M5 = "_menuButton_ksxbt_33", B5 = "_buttonSection_ksxbt_84", D5 = "_buttonSectionSearch_ksxbt_101", R5 = "_hasAlertZone_ksxbt_111", H5 = "_buttonText_ksxbt_130", V5 = "_logoContent_ksxbt_140", O5 = "_logoStyled_ksxbt_148", Q5 = "_headLineContent_ksxbt_172", j5 = "_headLineTitle_ksxbt_187", P5 = "_menuSection_ksxbt_203", G5 = "_headLine_ksxbt_172", z5 = "_line_ksxbt_255", re = {
8922
+ }, T5 = "_headerStyled_ksxbt_1", L5 = "_headerContent_ksxbt_23", I5 = "_menuButtonSection_ksxbt_33", M5 = "_menuButton_ksxbt_33", B5 = "_buttonSection_ksxbt_84", D5 = "_buttonSectionSearch_ksxbt_101", R5 = "_hasAlertZone_ksxbt_111", H5 = "_buttonText_ksxbt_130", V5 = "_logoContent_ksxbt_140", O5 = "_logoStyled_ksxbt_148", j5 = "_headLineContent_ksxbt_172", Q5 = "_headLineTitle_ksxbt_187", P5 = "_menuSection_ksxbt_203", G5 = "_headLine_ksxbt_172", z5 = "_line_ksxbt_255", re = {
8923
8923
  headerStyled: T5,
8924
8924
  headerContent: L5,
8925
8925
  menuButtonSection: I5,
@@ -8930,8 +8930,8 @@ const F8 = (e) => {
8930
8930
  buttonText: H5,
8931
8931
  logoContent: V5,
8932
8932
  logoStyled: O5,
8933
- headLineContent: Q5,
8934
- headLineTitle: j5,
8933
+ headLineContent: j5,
8934
+ headLineTitle: Q5,
8935
8935
  menuSection: P5,
8936
8936
  headLine: G5,
8937
8937
  line: z5
@@ -9262,7 +9262,7 @@ const F8 = (e) => {
9262
9262
  default:
9263
9263
  return /* @__PURE__ */ n(V, {});
9264
9264
  }
9265
- }, J5 = "_content_1elhb_1", X5 = "_newsContentSection_1elhb_5", e9 = "_itemContent_1elhb_10", t9 = "_ItemCustomContent_1elhb_16", Qe = {
9265
+ }, J5 = "_content_1elhb_1", X5 = "_newsContentSection_1elhb_5", e9 = "_itemContent_1elhb_10", t9 = "_ItemCustomContent_1elhb_16", je = {
9266
9266
  content: J5,
9267
9267
  newsContentSection: X5,
9268
9268
  itemContent: e9,
@@ -9271,9 +9271,9 @@ const F8 = (e) => {
9271
9271
  const { item: t, option: a } = e;
9272
9272
  switch (a) {
9273
9273
  case "ediciones":
9274
- return /* @__PURE__ */ n("div", { className: Qe.ItemCustomContent });
9274
+ return /* @__PURE__ */ n("div", { className: je.ItemCustomContent });
9275
9275
  case "columnistasnacionales":
9276
- return /* @__PURE__ */ n("div", { className: Qe.ItemCustomContent, children: /* @__PURE__ */ n(
9276
+ return /* @__PURE__ */ n("div", { className: je.ItemCustomContent, children: /* @__PURE__ */ n(
9277
9277
  s1,
9278
9278
  {
9279
9279
  data: t,
@@ -9282,7 +9282,7 @@ const F8 = (e) => {
9282
9282
  }
9283
9283
  ) });
9284
9284
  case "columnistaslocales":
9285
- return /* @__PURE__ */ n("div", { className: Qe.ItemCustomContent, children: /* @__PURE__ */ n(
9285
+ return /* @__PURE__ */ n("div", { className: je.ItemCustomContent, children: /* @__PURE__ */ n(
9286
9286
  s1,
9287
9287
  {
9288
9288
  data: t,
@@ -9291,7 +9291,7 @@ const F8 = (e) => {
9291
9291
  }
9292
9292
  ) });
9293
9293
  case "columnistas":
9294
- return /* @__PURE__ */ n("div", { className: Qe.ItemCustomContent, children: /* @__PURE__ */ n(
9294
+ return /* @__PURE__ */ n("div", { className: je.ItemCustomContent, children: /* @__PURE__ */ n(
9295
9295
  s1,
9296
9296
  {
9297
9297
  data: t,
@@ -9306,7 +9306,7 @@ const F8 = (e) => {
9306
9306
  </div>
9307
9307
  ); */
9308
9308
  default:
9309
- return /* @__PURE__ */ n("div", { className: Qe.ItemCustomContent, children: /* @__PURE__ */ n(Ge, { ...t, paths: e.paths }) });
9309
+ return /* @__PURE__ */ n("div", { className: je.ItemCustomContent, children: /* @__PURE__ */ n(Ge, { ...t, paths: e.paths }) });
9310
9310
  }
9311
9311
  }, J8 = (e) => {
9312
9312
  const {
@@ -9332,10 +9332,10 @@ const F8 = (e) => {
9332
9332
  paths: e.paths,
9333
9333
  bannerTop: /* @__PURE__ */ n(se, { banners: s ?? [], name: "right_1" }),
9334
9334
  banner: /* @__PURE__ */ n(se, { banners: s ?? [], name: "right_2" }),
9335
- children: /* @__PURE__ */ n("section", { className: Qe.content, children: t.length > 0 ? /* @__PURE__ */ n(
9335
+ children: /* @__PURE__ */ n("section", { className: je.content, children: t.length > 0 ? /* @__PURE__ */ n(
9336
9336
  P1,
9337
9337
  {
9338
- className: [Qe.newsContentSection, "padding-0"].join(" "),
9338
+ className: [je.newsContentSection, "padding-0"].join(" "),
9339
9339
  paginatorComponent: /* @__PURE__ */ n(
9340
9340
  c1,
9341
9341
  {
@@ -9348,7 +9348,7 @@ const F8 = (e) => {
9348
9348
  }
9349
9349
  ),
9350
9350
  children: Array.isArray(t) && t?.map((u, C) => /* @__PURE__ */ h(o1, { children: [
9351
- d.includes(C + 1) && /* @__PURE__ */ n("div", { className: Qe.itemContent + " banner-context", children: /* @__PURE__ */ n(
9351
+ d.includes(C + 1) && /* @__PURE__ */ n("div", { className: je.itemContent + " banner-context", children: /* @__PURE__ */ n(
9352
9352
  se,
9353
9353
  {
9354
9354
  banners: s ?? [],
@@ -9411,7 +9411,7 @@ const F8 = (e) => {
9411
9411
  }
9412
9412
  ),
9413
9413
  children: Array.isArray(t) && t?.map((u, C) => /* @__PURE__ */ h(o1, { children: [
9414
- d.includes(C + 1) && /* @__PURE__ */ n("div", { className: Qe.itemContent, children: /* @__PURE__ */ n(
9414
+ d.includes(C + 1) && /* @__PURE__ */ n("div", { className: je.itemContent, children: /* @__PURE__ */ n(
9415
9415
  se,
9416
9416
  {
9417
9417
  banners: s ?? [],
@@ -9458,15 +9458,15 @@ const F8 = (e) => {
9458
9458
  default:
9459
9459
  return /* @__PURE__ */ n(V, {});
9460
9460
  }
9461
- }, n9 = "_content_gwsqy_1", a9 = "_contactInfoContent_gwsqy_7", Qn = {
9461
+ }, n9 = "_content_gwsqy_1", a9 = "_contactInfoContent_gwsqy_7", jn = {
9462
9462
  content: n9,
9463
9463
  contactInfoContent: a9
9464
9464
  }, X8 = (e) => {
9465
9465
  const { data: t } = e;
9466
- return /* @__PURE__ */ n("section", { className: Qn.content, children: t.map((a, s) => /* @__PURE__ */ n(
9466
+ return /* @__PURE__ */ n("section", { className: jn.content, children: t.map((a, s) => /* @__PURE__ */ n(
9467
9467
  "div",
9468
9468
  {
9469
- className: Qn.contactInfoContent,
9469
+ className: jn.contactInfoContent,
9470
9470
  dangerouslySetInnerHTML: {
9471
9471
  __html: a.body.rendered
9472
9472
  }
@@ -9810,7 +9810,7 @@ const F8 = (e) => {
9810
9810
  }
9811
9811
  )
9812
9812
  ] }) });
9813
- }, I9 = "_content_jrssz_1", M9 = "_contentWithinCard_jrssz_7", B9 = "_contentDate_jrssz_13", D9 = "_dateInfo_jrssz_20", R9 = "_dot_jrssz_30", H9 = "_contentTitle_jrssz_38", V9 = "_contentTextList_jrssz_47", O9 = "_contentButton_jrssz_101", Q9 = "_linkStyled_jrssz_107", Ve = {
9813
+ }, I9 = "_content_jrssz_1", M9 = "_contentWithinCard_jrssz_7", B9 = "_contentDate_jrssz_13", D9 = "_dateInfo_jrssz_20", R9 = "_dot_jrssz_30", H9 = "_contentTitle_jrssz_38", V9 = "_contentTextList_jrssz_47", O9 = "_contentButton_jrssz_101", j9 = "_linkStyled_jrssz_107", Ve = {
9814
9814
  content: I9,
9815
9815
  contentWithinCard: M9,
9816
9816
  contentDate: B9,
@@ -9819,13 +9819,13 @@ const F8 = (e) => {
9819
9819
  contentTitle: H9,
9820
9820
  contentTextList: V9,
9821
9821
  contentButton: O9,
9822
- linkStyled: Q9
9823
- }, j9 = "_content_ifkxj_1", P9 = {
9824
- content: j9
9822
+ linkStyled: j9
9823
+ }, Q9 = "_content_ifkxj_1", P9 = {
9824
+ content: Q9
9825
9825
  }, G9 = (e) => /* @__PURE__ */ n("section", { className: P9.content, id: e.id, children: e.children }), z9 = (e) => e.replace(/<p>(\s|&nbsp;)+<\/p>/g, ""), F9 = (e) => {
9826
9826
  const t = /src="\/(.*?)"/g;
9827
9827
  return e.replace(t, `src="${i1()}/$1"`);
9828
- }, jn = {
9828
+ }, Qn = {
9829
9829
  2: 1,
9830
9830
  4: 2,
9831
9831
  7: 3,
@@ -9900,11 +9900,11 @@ const Z9 = async ({
9900
9900
  }
9901
9901
  ) })
9902
9902
  ] }) }, r),
9903
- jn[r] && /* @__PURE__ */ n(
9903
+ Qn[r] && /* @__PURE__ */ n(
9904
9904
  se,
9905
9905
  {
9906
9906
  banners: a,
9907
- name: "list_" + jn[r]
9907
+ name: "list_" + Qn[r]
9908
9908
  },
9909
9909
  r
9910
9910
  )
@@ -10763,9 +10763,9 @@ const Gn = {
10763
10763
  ),
10764
10764
  /* @__PURE__ */ n("p", { className: D1.title, children: o?.title })
10765
10765
  ] });
10766
- }, O0 = "_content_ezbiw_1", Q0 = {
10766
+ }, O0 = "_content_ezbiw_1", j0 = {
10767
10767
  content: O0
10768
- }, j0 = async ({
10768
+ }, Q0 = async ({
10769
10769
  newsformated: e,
10770
10770
  internal: t
10771
10771
  }) => {
@@ -10779,7 +10779,7 @@ const Gn = {
10779
10779
  return /* @__PURE__ */ n(
10780
10780
  "div",
10781
10781
  {
10782
- className: Q0.content,
10782
+ className: j0.content,
10783
10783
  dangerouslySetInnerHTML: { __html: o ?? "" }
10784
10784
  }
10785
10785
  );
@@ -10804,7 +10804,7 @@ const Gn = {
10804
10804
  ) });
10805
10805
  if (e.news.config.articlepreview === "iframe")
10806
10806
  return /* @__PURE__ */ n("div", { className: R1.content, children: /* @__PURE__ */ n(
10807
- j0,
10807
+ Q0,
10808
10808
  {
10809
10809
  newsformated: e.news,
10810
10810
  internal: e.news.info.link.internal
@@ -11562,7 +11562,7 @@ const H6 = (e) => {
11562
11562
  }
11563
11563
  ],
11564
11564
  preview: void 0
11565
- }, $n = 6, Q6 = ({
11565
+ }, $n = 6, j6 = ({
11566
11566
  section: e,
11567
11567
  currentNews: t,
11568
11568
  banner: a,
@@ -11592,7 +11592,7 @@ const H6 = (e) => {
11592
11592
  return ke(() => {
11593
11593
  s && c();
11594
11594
  }, [s, i, c]), !i?.data || i.data.length === 0 ? null : /* @__PURE__ */ n(
11595
- j6,
11595
+ Q6,
11596
11596
  {
11597
11597
  news: i.data,
11598
11598
  title: "Más Noticias",
@@ -11604,7 +11604,7 @@ const H6 = (e) => {
11604
11604
  isVisible: s
11605
11605
  }
11606
11606
  );
11607
- }, j6 = (e) => {
11607
+ }, Q6 = (e) => {
11608
11608
  const { news: t, hasLines: a = !1 } = e, s = (o) => a && (o + 1) % 3 !== 0 ? G1.contentSeparator : "";
11609
11609
  return /* @__PURE__ */ n(
11610
11610
  "div",
@@ -11785,7 +11785,7 @@ const H6 = (e) => {
11785
11785
  successMessage: i7,
11786
11786
  errorMessage: r7,
11787
11787
  loadingContainer: l7
11788
- }, Qa = async (e, t) => !0;
11788
+ }, ja = async (e, t) => !0;
11789
11789
  async function cd({
11790
11790
  publication: e,
11791
11791
  username: t,
@@ -11802,7 +11802,7 @@ async function cd({
11802
11802
  );
11803
11803
  if (typeof e != "string" || typeof t != "string" || typeof a != "string" || typeof s != "string" || typeof i != "string")
11804
11804
  throw new Error("Todos los parámetros deben ser strings");
11805
- if (await !Qa())
11805
+ if (await !ja())
11806
11806
  throw new Error("Token de captcha inválido");
11807
11807
  if (!l)
11808
11808
  throw new Error("Falta el token de API del CMS");
@@ -11858,7 +11858,7 @@ const Oe = {
11858
11858
  function dd(e) {
11859
11859
  return Oe[e];
11860
11860
  }
11861
- const at = 300, je = {
11861
+ const at = 300, Qe = {
11862
11862
  username: "anonimo",
11863
11863
  firstname: "Usuario",
11864
11864
  lastname: "Anonimo"
@@ -11873,7 +11873,7 @@ const sn = (e, t) => {
11873
11873
  if (!e || !e.current) return { boolean: !1, text: "" };
11874
11874
  const a = e.current?.value || "", s = a.length > at, i = a.trim() !== "" && (!0 || t !== "") && !s, r = s ? `No debes exceder el limite de ${at} caracteres.` : "Debes completar todos los campos para comentar.";
11875
11875
  return { boolean: i, text: r };
11876
- }, ja = (e) => {
11876
+ }, Qa = (e) => {
11877
11877
  const t = e.cookie.split("; ").find((a) => a.startsWith("reported="));
11878
11878
  if (!t) return [];
11879
11879
  try {
@@ -11882,7 +11882,7 @@ const sn = (e, t) => {
11882
11882
  return [];
11883
11883
  }
11884
11884
  }, d7 = (e, t) => {
11885
- const a = ja(e);
11885
+ const a = Qa(e);
11886
11886
  a.includes(t) || (a.push(t), e.cookie = `reported=${encodeURIComponent(JSON.stringify(a))}; path=/; max-age=${3600 * 24 * 1}`);
11887
11887
  };
11888
11888
  function u7(e) {
@@ -11963,7 +11963,7 @@ const h7 = "_overlay_tlrod_1", m7 = "_header_tlrod_18", C7 = "_logo_tlrod_25", f
11963
11963
  { id: "bullying", label: Oe.bullying }
11964
11964
  ], A = async () => {
11965
11965
  if (!(!l || !a)) {
11966
- if (ja(document).includes(a)) {
11966
+ if (Qa(document).includes(a)) {
11967
11967
  u("Ya has reportado este comentario.");
11968
11968
  return;
11969
11969
  }
@@ -12263,7 +12263,7 @@ const V7 = "35", O7 = (e) => {
12263
12263
  ]
12264
12264
  }
12265
12265
  );
12266
- }, Q7 = "35", $a = async ({
12266
+ }, j7 = "35", $a = async ({
12267
12267
  path: e,
12268
12268
  ref: t,
12269
12269
  captchaToken: a,
@@ -12282,7 +12282,7 @@ const V7 = "35", O7 = (e) => {
12282
12282
  method: "POST",
12283
12283
  headers: { "Content-Type": "application/json" },
12284
12284
  body: JSON.stringify({
12285
- publication: Q7,
12285
+ publication: j7,
12286
12286
  path: e,
12287
12287
  id: i,
12288
12288
  username: o.username,
@@ -12316,7 +12316,7 @@ const V7 = "35", O7 = (e) => {
12316
12316
  } catch (d) {
12317
12317
  return console.error("Error enviando comentario:", d), alert(d.message || "Error al enviar el comentario."), !1;
12318
12318
  }
12319
- }, j7 = ({
12319
+ }, Q7 = ({
12320
12320
  replyingTo: e,
12321
12321
  commentRef: t,
12322
12322
  user: a,
@@ -12369,9 +12369,9 @@ const V7 = "35", O7 = (e) => {
12369
12369
  ] });
12370
12370
  }, P7 = ({ reply: e, replyingTo: t, user: a, onFlag: s }) => {
12371
12371
  const o = e.text;
12372
- let i = `${je.firstname} ${je.lastname}`, r = je.username;
12372
+ let i = `${Qe.firstname} ${Qe.lastname}`, r = Qe.username;
12373
12373
  return e.user && (i = `${e.user.firstname} ${e.user.lastname}`, r = e.user.username), /* @__PURE__ */ n("div", { className: "comment-item reply", children: /* @__PURE__ */ h("div", { className: "comment-header-container", children: [
12374
- /* @__PURE__ */ n(Ga, { user: e.user ? e.user : je }),
12374
+ /* @__PURE__ */ n(Ga, { user: e.user ? e.user : Qe }),
12375
12375
  /* @__PURE__ */ h("div", { style: { flex: 1 }, children: [
12376
12376
  /* @__PURE__ */ n(Pa, { username: i, date: e.date.time }),
12377
12377
  /* @__PURE__ */ h("div", { className: "comment-reply-to", children: [
@@ -12385,7 +12385,7 @@ const V7 = "35", O7 = (e) => {
12385
12385
  ] }) });
12386
12386
  }, G7 = ({ comment: e, replyingTo: t, path: a, user: s, handleReplyingTo: o, onFlag: i }) => {
12387
12387
  const r = { morereply: e.morereply ?? !1, reply: e.reply ? e.reply : [] }, [l, d] = O(r), [c, u] = xe.useState(!1), C = process.env.NEXT_PUBLIC_PUBLICATION_ID ?? "", m = e.text, A = xe.useRef(null);
12388
- let f = `${je.firstname} ${je.lastname}`, g = je.username;
12388
+ let f = `${Qe.firstname} ${Qe.lastname}`, g = Qe.username;
12389
12389
  e.user && (f = `${e.user.firstname} ${e.user.lastname}`, g = e.user.username);
12390
12390
  const w = (b) => {
12391
12391
  d({ morereply: l.morereply, reply: [b, ...l.reply] });
@@ -12396,7 +12396,7 @@ const V7 = "35", O7 = (e) => {
12396
12396
  className: "comment-header-container",
12397
12397
  "data-hasreplies": l.reply.length > 0 ? "true" : "false",
12398
12398
  children: [
12399
- /* @__PURE__ */ n(Ga, { user: e.user ? e.user : je }),
12399
+ /* @__PURE__ */ n(Ga, { user: e.user ? e.user : Qe }),
12400
12400
  /* @__PURE__ */ h("div", { style: { flex: 1 }, children: [
12401
12401
  /* @__PURE__ */ n(Pa, { username: f, date: e.date.time }),
12402
12402
  /* @__PURE__ */ n("p", { className: "comment-text", children: m }),
@@ -12409,7 +12409,7 @@ const V7 = "35", O7 = (e) => {
12409
12409
  }
12410
12410
  ),
12411
12411
  t === e.id && s && /* @__PURE__ */ n(
12412
- j7,
12412
+ Q7,
12413
12413
  {
12414
12414
  replyingTo: t,
12415
12415
  commentRef: A,
@@ -12578,7 +12578,7 @@ const V7 = "35", O7 = (e) => {
12578
12578
  replyingTo: d,
12579
12579
  handleReplyingTo: g,
12580
12580
  onFlag: b,
12581
- user: a ?? je,
12581
+ user: a ?? Qe,
12582
12582
  path: i
12583
12583
  },
12584
12584
  E.id
@@ -13478,7 +13478,7 @@ const ud = ({
13478
13478
  }
13479
13479
  ),
13480
13480
  more: /* @__PURE__ */ n(
13481
- Q6,
13481
+ j6,
13482
13482
  {
13483
13483
  section: a,
13484
13484
  currentNews: s,
@@ -13542,7 +13542,7 @@ async function hd({
13542
13542
  message: "El comentario no puede estar vacío.",
13543
13543
  status: 400
13544
13544
  };
13545
- const u = await Qa();
13545
+ const u = await ja();
13546
13546
  if (console.log("Verifying captcha token...", u), !u)
13547
13547
  return {
13548
13548
  type: "error",
@@ -13651,7 +13651,7 @@ export {
13651
13651
  Se as CommonServices,
13652
13652
  Xa as Comscore,
13653
13653
  X8 as ContactInfoServer,
13654
- j8 as ContactInput,
13654
+ Q8 as ContactInput,
13655
13655
  P8 as ContactSelect,
13656
13656
  G8 as ContactTextarea,
13657
13657
  Ht as ContentLayout1,
@@ -13664,8 +13664,8 @@ export {
13664
13664
  B1 as DynamicMainSlot,
13665
13665
  Oa as DynamicSlot,
13666
13666
  W8 as EditorialBlock,
13667
- Q8 as ErrorComponent,
13668
- j2 as Font,
13667
+ j8 as ErrorComponent,
13668
+ Q2 as Font,
13669
13669
  dr as Footer1,
13670
13670
  Jr as Footer2,
13671
13671
  K8 as FooterComponent,
@@ -13692,7 +13692,7 @@ export {
13692
13692
  Gl as Modulo1x4,
13693
13693
  Zl as Modulo1x5,
13694
13694
  Z8 as Modulo2Columnas,
13695
- Ql as Modulo3Columnas,
13695
+ jl as Modulo3Columnas,
13696
13696
  $8 as ModuloNewsletter,
13697
13697
  F8 as ModuloOpinion,
13698
13698
  O6 as NewListResponseDataPH,
@@ -13723,7 +13723,7 @@ export {
13723
13723
  O8 as VideoBlock3,
13724
13724
  z8 as VideoBlock4,
13725
13725
  rd as VideoSection,
13726
- Q2 as VideosSchemas,
13726
+ j2 as VideosSchemas,
13727
13727
  O2 as WebsiteList,
13728
13728
  hd as addComment,
13729
13729
  W1 as bannersReplace,
@@ -13745,9 +13745,9 @@ export {
13745
13745
  v2 as getEnvironmentUrlFront,
13746
13746
  oe as getImageUrl,
13747
13747
  Ot as getNextMeta,
13748
- jt as getPage,
13748
+ Qt as getPage,
13749
13749
  u8 as getPreloadImages,
13750
- Qt as getPrevMeta,
13750
+ jt as getPrevMeta,
13751
13751
  dd as getReportReasonLabel,
13752
13752
  y2 as getResponse,
13753
13753
  b2 as getResponsePromise,