@eliseubatista99/react-scaffold-core 0.2.1 → 0.2.3

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.
package/dist/index.es.js CHANGED
@@ -81,7 +81,7 @@ function _n() {
81
81
  switch (n) {
82
82
  case p:
83
83
  return "Fragment";
84
- case C:
84
+ case k:
85
85
  return "Profiler";
86
86
  case I:
87
87
  return "StrictMode";
@@ -96,7 +96,7 @@ function _n() {
96
96
  switch (typeof n.tag == "number" && console.error(
97
97
  "Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
98
98
  ), n.$$typeof) {
99
- case k:
99
+ case C:
100
100
  return "Portal";
101
101
  case U:
102
102
  return (n.displayName || "Context") + ".Provider";
@@ -264,7 +264,7 @@ React keys must be passed directly to JSX without using spread:
264
264
  function w(n) {
265
265
  typeof n == "object" && n !== null && n.$$typeof === L && n._store && (n._store.validated = 1);
266
266
  }
267
- var x = V, L = Symbol.for("react.transitional.element"), k = Symbol.for("react.portal"), p = Symbol.for("react.fragment"), I = Symbol.for("react.strict_mode"), C = Symbol.for("react.profiler"), F = Symbol.for("react.consumer"), U = Symbol.for("react.context"), q = Symbol.for("react.forward_ref"), g = Symbol.for("react.suspense"), b = Symbol.for("react.suspense_list"), S = Symbol.for("react.memo"), R = Symbol.for("react.lazy"), y = Symbol.for("react.activity"), h = Symbol.for("react.client.reference"), P = x.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, A = Object.prototype.hasOwnProperty, _ = Array.isArray, T = console.createTask ? console.createTask : function() {
267
+ var x = V, L = Symbol.for("react.transitional.element"), C = Symbol.for("react.portal"), p = Symbol.for("react.fragment"), I = Symbol.for("react.strict_mode"), k = Symbol.for("react.profiler"), F = Symbol.for("react.consumer"), U = Symbol.for("react.context"), q = Symbol.for("react.forward_ref"), g = Symbol.for("react.suspense"), b = Symbol.for("react.suspense_list"), S = Symbol.for("react.memo"), R = Symbol.for("react.lazy"), y = Symbol.for("react.activity"), h = Symbol.for("react.client.reference"), P = x.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, A = Object.prototype.hasOwnProperty, _ = Array.isArray, T = console.createTask ? console.createTask : function() {
268
268
  return null;
269
269
  };
270
270
  x = {
@@ -374,14 +374,14 @@ var _t, or;
374
374
  function Ln() {
375
375
  if (or) return _t;
376
376
  or = 1;
377
- var e = "Expected a function", t = NaN, r = "[object Symbol]", i = /^\s+|\s+$/g, a = /^[-+]0x[0-9a-f]+$/i, s = /^0b[01]+$/i, d = /^0o[0-7]+$/i, l = parseInt, u = typeof rt == "object" && rt && rt.Object === Object && rt, c = typeof self == "object" && self && self.Object === Object && self, v = u || c || Function("return this")(), w = Object.prototype, x = w.toString, L = Math.max, k = Math.min, p = function() {
377
+ var e = "Expected a function", t = NaN, r = "[object Symbol]", i = /^\s+|\s+$/g, a = /^[-+]0x[0-9a-f]+$/i, s = /^0b[01]+$/i, d = /^0o[0-7]+$/i, l = parseInt, u = typeof rt == "object" && rt && rt.Object === Object && rt, c = typeof self == "object" && self && self.Object === Object && self, v = u || c || Function("return this")(), w = Object.prototype, x = w.toString, L = Math.max, C = Math.min, p = function() {
378
378
  return v.Date.now();
379
379
  };
380
380
  function I(g, b, S) {
381
381
  var R, y, h, P, A, _, T = 0, E = !1, j = !1, o = !0;
382
382
  if (typeof g != "function")
383
383
  throw new TypeError(e);
384
- b = q(b) || 0, C(S) && (E = !!S.leading, j = "maxWait" in S, h = j ? L(q(S.maxWait) || 0, b) : h, o = "trailing" in S ? !!S.trailing : o);
384
+ b = q(b) || 0, k(S) && (E = !!S.leading, j = "maxWait" in S, h = j ? L(q(S.maxWait) || 0, b) : h, o = "trailing" in S ? !!S.trailing : o);
385
385
  function H(W) {
386
386
  var B = R, K = y;
387
387
  return R = y = void 0, T = W, P = g.apply(K, B), P;
@@ -391,7 +391,7 @@ function Ln() {
391
391
  }
392
392
  function n(W) {
393
393
  var B = W - _, K = W - T, G = b - B;
394
- return j ? k(G, h - K) : G;
394
+ return j ? C(G, h - K) : G;
395
395
  }
396
396
  function f(W) {
397
397
  var B = W - _, K = W - T;
@@ -424,7 +424,7 @@ function Ln() {
424
424
  }
425
425
  return N.cancel = D, N.flush = z, N;
426
426
  }
427
- function C(g) {
427
+ function k(g) {
428
428
  var b = typeof g;
429
429
  return !!g && (b == "object" || b == "function");
430
430
  }
@@ -439,9 +439,9 @@ function Ln() {
439
439
  return g;
440
440
  if (U(g))
441
441
  return t;
442
- if (C(g)) {
442
+ if (k(g)) {
443
443
  var b = typeof g.valueOf == "function" ? g.valueOf() : g;
444
- g = C(b) ? b + "" : b;
444
+ g = k(b) ? b + "" : b;
445
445
  }
446
446
  if (typeof g != "string")
447
447
  return g === 0 ? g : +g;
@@ -639,16 +639,16 @@ function Ke() {
639
639
  return f;
640
640
  };
641
641
  var x = Y.lazyStartIndex = function(n) {
642
- return n.currentSlide - k(n);
642
+ return n.currentSlide - C(n);
643
643
  }, L = Y.lazyEndIndex = function(n) {
644
644
  return n.currentSlide + p(n);
645
- }, k = Y.lazySlidesOnLeft = function(n) {
645
+ }, C = Y.lazySlidesOnLeft = function(n) {
646
646
  return n.centerMode ? Math.floor(n.slidesToShow / 2) + (parseInt(n.centerPadding) > 0 ? 1 : 0) : 0;
647
647
  }, p = Y.lazySlidesOnRight = function(n) {
648
648
  return n.centerMode ? Math.floor((n.slidesToShow - 1) / 2) + 1 + (parseInt(n.centerPadding) > 0 ? 1 : 0) : n.slidesToShow;
649
649
  }, I = Y.getWidth = function(n) {
650
650
  return n && n.offsetWidth || 0;
651
- }, C = Y.getHeight = function(n) {
651
+ }, k = Y.getHeight = function(n) {
652
652
  return n && n.offsetHeight || 0;
653
653
  }, F = Y.getSwipeDirection = function(n) {
654
654
  var f = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !1, O, $, D, z;
@@ -670,7 +670,7 @@ function Ke() {
670
670
  var W = n.centerMode && parseInt(n.centerPadding) * 2;
671
671
  typeof n.centerPadding == "string" && n.centerPadding.slice(-1) === "%" && (W *= $ / 100), N = Math.ceil(($ - W) / n.slidesToShow);
672
672
  }
673
- var B = O && C(O.querySelector('[data-index="0"]')), K = B * n.slidesToShow, G = n.currentSlide === void 0 ? n.initialSlide : n.currentSlide;
673
+ var B = O && k(O.querySelector('[data-index="0"]')), K = B * n.slidesToShow, G = n.currentSlide === void 0 ? n.initialSlide : n.currentSlide;
674
674
  n.rtl && n.currentSlide === void 0 && (G = f - 1 - n.initialSlide);
675
675
  var J = n.lazyLoadedList || [], te = w(s(s({}, n), {}, {
676
676
  currentSlide: G,
@@ -853,7 +853,7 @@ function Ke() {
853
853
  var O, $ = n.listRef, D = $.querySelectorAll && $.querySelectorAll(".slick-slide") || [];
854
854
  if (Array.from(D).every(function(W) {
855
855
  if (n.vertical) {
856
- if (W.offsetTop + C(W) / 2 > n.swipeLeft * -1)
856
+ if (W.offsetTop + k(W) / 2 > n.swipeLeft * -1)
857
857
  return O = W, !1;
858
858
  } else if (W.offsetLeft - f + I(W) / 2 > n.swipeLeft * -1)
859
859
  return O = W, !1;
@@ -1000,7 +1000,7 @@ function Dn() {
1000
1000
  }, v(y, h);
1001
1001
  }
1002
1002
  function w(y) {
1003
- var h = k();
1003
+ var h = C();
1004
1004
  return function() {
1005
1005
  var P, A = p(y);
1006
1006
  if (h) {
@@ -1019,13 +1019,13 @@ function Dn() {
1019
1019
  if (y === void 0) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
1020
1020
  return y;
1021
1021
  }
1022
- function k() {
1022
+ function C() {
1023
1023
  try {
1024
1024
  var y = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {
1025
1025
  }));
1026
1026
  } catch {
1027
1027
  }
1028
- return (k = function() {
1028
+ return (C = function() {
1029
1029
  return !!y;
1030
1030
  })();
1031
1031
  }
@@ -1044,7 +1044,7 @@ function Dn() {
1044
1044
  }
1045
1045
  return P;
1046
1046
  }
1047
- function C(y) {
1047
+ function k(y) {
1048
1048
  for (var h = 1; h < arguments.length; h++) {
1049
1049
  var P = arguments[h] != null ? arguments[h] : {};
1050
1050
  h % 2 ? I(Object(P), !0).forEach(function(A) {
@@ -1101,9 +1101,9 @@ function Dn() {
1101
1101
  currentSlide: h.currentSlide
1102
1102
  };
1103
1103
  !h.lazyLoad || h.lazyLoad && h.lazyLoadedList.indexOf(m) >= 0 ? n = H : n = /* @__PURE__ */ e.default.createElement("div", null);
1104
- var O = b(C(C({}, h), {}, {
1104
+ var O = b(k(k({}, h), {}, {
1105
1105
  index: m
1106
- })), $ = n.props.className || "", D = g(C(C({}, h), {}, {
1106
+ })), $ = n.props.className || "", D = g(k(k({}, h), {}, {
1107
1107
  index: m
1108
1108
  }));
1109
1109
  if (A.push(/* @__PURE__ */ e.default.cloneElement(n, {
@@ -1112,7 +1112,7 @@ function Dn() {
1112
1112
  className: (0, t.default)(D, $),
1113
1113
  tabIndex: "-1",
1114
1114
  "aria-hidden": !D["slick-active"],
1115
- style: C(C({
1115
+ style: k(k({
1116
1116
  outline: "none"
1117
1117
  }, n.props.style || {}), O),
1118
1118
  onClick: function(W) {
@@ -1120,7 +1120,7 @@ function Dn() {
1120
1120
  }
1121
1121
  })), h.infinite && E > 1 && h.fade === !1 && !h.unslick) {
1122
1122
  var z = E - m;
1123
- z <= (0, r.getPreClones)(h) && (P = -z, P >= j && (n = H), D = g(C(C({}, h), {}, {
1123
+ z <= (0, r.getPreClones)(h) && (P = -z, P >= j && (n = H), D = g(k(k({}, h), {}, {
1124
1124
  index: P
1125
1125
  })), _.push(/* @__PURE__ */ e.default.cloneElement(n, {
1126
1126
  key: "precloned" + S(n, P),
@@ -1128,11 +1128,11 @@ function Dn() {
1128
1128
  tabIndex: "-1",
1129
1129
  className: (0, t.default)(D, $),
1130
1130
  "aria-hidden": !D["slick-active"],
1131
- style: C(C({}, n.props.style || {}), O),
1131
+ style: k(k({}, n.props.style || {}), O),
1132
1132
  onClick: function(W) {
1133
1133
  n.props && n.props.onClick && n.props.onClick(W), h.focusOnSelect && h.focusOnSelect(f);
1134
1134
  }
1135
- }))), m < (0, r.getPostClones)(h) && (P = E + m, P < o && (n = H), D = g(C(C({}, h), {}, {
1135
+ }))), m < (0, r.getPostClones)(h) && (P = E + m, P < o && (n = H), D = g(k(k({}, h), {}, {
1136
1136
  index: P
1137
1137
  })), T.push(/* @__PURE__ */ e.default.cloneElement(n, {
1138
1138
  key: "postcloned" + S(n, P),
@@ -1140,7 +1140,7 @@ function Dn() {
1140
1140
  tabIndex: "-1",
1141
1141
  className: (0, t.default)(D, $),
1142
1142
  "aria-hidden": !D["slick-active"],
1143
- style: C(C({}, n.props.style || {}), O),
1143
+ style: k(k({}, n.props.style || {}), O),
1144
1144
  onClick: function(W) {
1145
1145
  n.props && n.props.onClick && n.props.onClick(W), h.focusOnSelect && h.focusOnSelect(f);
1146
1146
  }
@@ -1248,12 +1248,12 @@ function Mn() {
1248
1248
  }
1249
1249
  function L(g, b) {
1250
1250
  if (typeof b != "function" && b !== null) throw new TypeError("Super expression must either be null or a function");
1251
- g.prototype = Object.create(b && b.prototype, { constructor: { value: g, writable: !0, configurable: !0 } }), Object.defineProperty(g, "prototype", { writable: !1 }), b && k(g, b);
1251
+ g.prototype = Object.create(b && b.prototype, { constructor: { value: g, writable: !0, configurable: !0 } }), Object.defineProperty(g, "prototype", { writable: !1 }), b && C(g, b);
1252
1252
  }
1253
- function k(g, b) {
1254
- return k = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function(S, R) {
1253
+ function C(g, b) {
1254
+ return C = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function(S, R) {
1255
1255
  return S.__proto__ = R, S;
1256
- }, k(g, b);
1256
+ }, C(g, b);
1257
1257
  }
1258
1258
  function p(g) {
1259
1259
  var b = F();
@@ -1269,9 +1269,9 @@ function Mn() {
1269
1269
  function I(g, b) {
1270
1270
  if (b && (e(b) == "object" || typeof b == "function")) return b;
1271
1271
  if (b !== void 0) throw new TypeError("Derived constructors may only return object or undefined");
1272
- return C(g);
1272
+ return k(g);
1273
1273
  }
1274
- function C(g) {
1274
+ function k(g) {
1275
1275
  if (g === void 0) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
1276
1276
  return g;
1277
1277
  }
@@ -1419,7 +1419,7 @@ function $n() {
1419
1419
  }
1420
1420
  return String(g);
1421
1421
  }
1422
- function k(g, b) {
1422
+ function C(g, b) {
1423
1423
  if (typeof b != "function" && b !== null) throw new TypeError("Super expression must either be null or a function");
1424
1424
  g.prototype = Object.create(b && b.prototype, { constructor: { value: g, writable: !0, configurable: !0 } }), Object.defineProperty(g, "prototype", { writable: !1 }), b && p(g, b);
1425
1425
  }
@@ -1436,10 +1436,10 @@ function $n() {
1436
1436
  var y = q(this).constructor;
1437
1437
  S = Reflect.construct(R, arguments, y);
1438
1438
  } else S = R.apply(this, arguments);
1439
- return C(this, S);
1439
+ return k(this, S);
1440
1440
  };
1441
1441
  }
1442
- function C(g, b) {
1442
+ function k(g, b) {
1443
1443
  if (b && (e(b) == "object" || typeof b == "function")) return b;
1444
1444
  if (b !== void 0) throw new TypeError("Derived constructors may only return object or undefined");
1445
1445
  return F(g);
@@ -1464,7 +1464,7 @@ function $n() {
1464
1464
  }, q(g);
1465
1465
  }
1466
1466
  return Re.PrevArrow = /* @__PURE__ */ function(g) {
1467
- k(S, g);
1467
+ C(S, g);
1468
1468
  var b = I(S);
1469
1469
  function S() {
1470
1470
  return c(this, S), b.apply(this, arguments);
@@ -1503,7 +1503,7 @@ function $n() {
1503
1503
  }
1504
1504
  }]), S;
1505
1505
  }(t.default.PureComponent), Re.NextArrow = /* @__PURE__ */ function(g) {
1506
- k(S, g);
1506
+ C(S, g);
1507
1507
  var b = I(S);
1508
1508
  function S() {
1509
1509
  return c(this, S), b.apply(this, arguments);
@@ -1882,7 +1882,7 @@ function ri() {
1882
1882
  }
1883
1883
  return E;
1884
1884
  }
1885
- function k(_, T) {
1885
+ function C(_, T) {
1886
1886
  var E = Object.keys(_);
1887
1887
  if (Object.getOwnPropertySymbols) {
1888
1888
  var j = Object.getOwnPropertySymbols(_);
@@ -1895,9 +1895,9 @@ function ri() {
1895
1895
  function p(_) {
1896
1896
  for (var T = 1; T < arguments.length; T++) {
1897
1897
  var E = arguments[T] != null ? arguments[T] : {};
1898
- T % 2 ? k(Object(E), !0).forEach(function(j) {
1898
+ T % 2 ? C(Object(E), !0).forEach(function(j) {
1899
1899
  h(_, j, E[j]);
1900
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(_, Object.getOwnPropertyDescriptors(E)) : k(Object(E)).forEach(function(j) {
1900
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(_, Object.getOwnPropertyDescriptors(E)) : C(Object(E)).forEach(function(j) {
1901
1901
  Object.defineProperty(_, j, Object.getOwnPropertyDescriptor(E, j));
1902
1902
  });
1903
1903
  }
@@ -1906,14 +1906,14 @@ function ri() {
1906
1906
  function I(_, T) {
1907
1907
  if (!(_ instanceof T)) throw new TypeError("Cannot call a class as a function");
1908
1908
  }
1909
- function C(_, T) {
1909
+ function k(_, T) {
1910
1910
  for (var E = 0; E < T.length; E++) {
1911
1911
  var j = T[E];
1912
1912
  j.enumerable = j.enumerable || !1, j.configurable = !0, "value" in j && (j.writable = !0), Object.defineProperty(_, P(j.key), j);
1913
1913
  }
1914
1914
  }
1915
1915
  function F(_, T, E) {
1916
- return T && C(_.prototype, T), Object.defineProperty(_, "prototype", { writable: !1 }), _;
1916
+ return T && k(_.prototype, T), Object.defineProperty(_, "prototype", { writable: !1 }), _;
1917
1917
  }
1918
1918
  function U(_, T) {
1919
1919
  if (typeof T != "function" && T !== null) throw new TypeError("Super expression must either be null or a function");
@@ -2461,7 +2461,7 @@ function ai() {
2461
2461
  function L(R, y, h) {
2462
2462
  return y && x(R.prototype, y), Object.defineProperty(R, "prototype", { writable: !1 }), R;
2463
2463
  }
2464
- function k(R, y) {
2464
+ function C(R, y) {
2465
2465
  if (typeof y != "function" && y !== null) throw new TypeError("Super expression must either be null or a function");
2466
2466
  R.prototype = Object.create(y && y.prototype, { constructor: { value: R, writable: !0, configurable: !0 } }), Object.defineProperty(R, "prototype", { writable: !1 }), y && p(R, y);
2467
2467
  }
@@ -2478,10 +2478,10 @@ function ai() {
2478
2478
  var A = q(this).constructor;
2479
2479
  h = Reflect.construct(P, arguments, A);
2480
2480
  } else h = P.apply(this, arguments);
2481
- return C(this, h);
2481
+ return k(this, h);
2482
2482
  };
2483
2483
  }
2484
- function C(R, y) {
2484
+ function k(R, y) {
2485
2485
  if (y && (l(y) == "object" || typeof y == "function")) return y;
2486
2486
  if (y !== void 0) throw new TypeError("Derived constructors may only return object or undefined");
2487
2487
  return F(R);
@@ -2523,7 +2523,7 @@ function ai() {
2523
2523
  return (y === "string" ? String : Number)(R);
2524
2524
  }
2525
2525
  e.default = /* @__PURE__ */ function(R) {
2526
- k(h, R);
2526
+ C(h, R);
2527
2527
  var y = I(h);
2528
2528
  function h(P) {
2529
2529
  var A;
@@ -2866,12 +2866,12 @@ function Ci(e) {
2866
2866
  return Kr(lt("", null, null, null, [""], e = Gr(e), 0, [0], e));
2867
2867
  }
2868
2868
  function lt(e, t, r, i, a, s, d, l, u) {
2869
- for (var c = 0, v = 0, w = d, x = 0, L = 0, k = 0, p = 1, I = 1, C = 1, F = 0, U = "", q = a, g = s, b = i, S = U; I; )
2870
- switch (k = F, F = me()) {
2869
+ for (var c = 0, v = 0, w = d, x = 0, L = 0, C = 0, p = 1, I = 1, k = 1, F = 0, U = "", q = a, g = s, b = i, S = U; I; )
2870
+ switch (C = F, F = me()) {
2871
2871
  // (
2872
2872
  case 40:
2873
- if (k != 108 && fe(S, w - 1) == 58) {
2874
- zt(S += ne(st(F), "&", "&\f"), "&\f") != -1 && (C = -1);
2873
+ if (C != 108 && fe(S, w - 1) == 58) {
2874
+ zt(S += ne(st(F), "&", "&\f"), "&\f") != -1 && (k = -1);
2875
2875
  break;
2876
2876
  }
2877
2877
  // " ' [
@@ -2885,7 +2885,7 @@ function lt(e, t, r, i, a, s, d, l, u) {
2885
2885
  case 10:
2886
2886
  case 13:
2887
2887
  case 32:
2888
- S += Si(k);
2888
+ S += Si(C);
2889
2889
  break;
2890
2890
  // \
2891
2891
  case 92:
@@ -2904,7 +2904,7 @@ function lt(e, t, r, i, a, s, d, l, u) {
2904
2904
  break;
2905
2905
  // {
2906
2906
  case 123 * p:
2907
- l[c++] = ge(S) * C;
2907
+ l[c++] = ge(S) * k;
2908
2908
  // } ; \0
2909
2909
  case 125 * p:
2910
2910
  case 59:
@@ -2916,7 +2916,7 @@ function lt(e, t, r, i, a, s, d, l, u) {
2916
2916
  I = 0;
2917
2917
  // ;
2918
2918
  case 59 + v:
2919
- C == -1 && (S = ne(S, /\f/g, "")), L > 0 && ge(S) - w && it(L > 32 ? wr(S + ";", i, r, w - 1) : wr(ne(S, " ", "") + ";", i, r, w - 2), u);
2919
+ k == -1 && (S = ne(S, /\f/g, "")), L > 0 && ge(S) - w && it(L > 32 ? wr(S + ";", i, r, w - 1) : wr(ne(S, " ", "") + ";", i, r, w - 2), u);
2920
2920
  break;
2921
2921
  // @ ;
2922
2922
  case 59:
@@ -2939,11 +2939,11 @@ function lt(e, t, r, i, a, s, d, l, u) {
2939
2939
  lt(S, b, b, b, [""], g, 0, l, g);
2940
2940
  }
2941
2941
  }
2942
- c = v = L = 0, p = C = 1, U = S = "", w = d;
2942
+ c = v = L = 0, p = k = 1, U = S = "", w = d;
2943
2943
  break;
2944
2944
  // :
2945
2945
  case 58:
2946
- w = 1 + ge(S), L = k;
2946
+ w = 1 + ge(S), L = C;
2947
2947
  default:
2948
2948
  if (p < 1) {
2949
2949
  if (F == 123)
@@ -2954,11 +2954,11 @@ function lt(e, t, r, i, a, s, d, l, u) {
2954
2954
  switch (S += wt(F), F * p) {
2955
2955
  // &
2956
2956
  case 38:
2957
- C = v > 0 ? 1 : (S += "\f", -1);
2957
+ k = v > 0 ? 1 : (S += "\f", -1);
2958
2958
  break;
2959
2959
  // ,
2960
2960
  case 44:
2961
- l[c++] = (ge(S) - 1) * C, C = 1;
2961
+ l[c++] = (ge(S) - 1) * k, k = 1;
2962
2962
  break;
2963
2963
  // @
2964
2964
  case 64:
@@ -2966,15 +2966,15 @@ function lt(e, t, r, i, a, s, d, l, u) {
2966
2966
  break;
2967
2967
  // -
2968
2968
  case 45:
2969
- k === 45 && ge(S) == 2 && (p = 0);
2969
+ C === 45 && ge(S) == 2 && (p = 0);
2970
2970
  }
2971
2971
  }
2972
2972
  return s;
2973
2973
  }
2974
2974
  function br(e, t, r, i, a, s, d, l, u, c, v) {
2975
- for (var w = a - 1, x = a === 0 ? s : [""], L = Xt(x), k = 0, p = 0, I = 0; k < i; ++k)
2976
- for (var C = 0, F = qe(e, w + 1, w = pi(p = d[k])), U = e; C < L; ++C)
2977
- (U = Br(p > 0 ? x[C] + " " + F : ne(F, /&\f/g, x[C]))) && (u[I++] = U);
2975
+ for (var w = a - 1, x = a === 0 ? s : [""], L = Xt(x), C = 0, p = 0, I = 0; C < i; ++C)
2976
+ for (var k = 0, F = qe(e, w + 1, w = pi(p = d[C])), U = e; k < L; ++k)
2977
+ (U = Br(p > 0 ? x[k] + " " + F : ne(F, /&\f/g, x[k]))) && (u[I++] = U);
2978
2978
  return xt(e, t, r, a === 0 ? qt : l, u, c, v);
2979
2979
  }
2980
2980
  function Pi(e, t, r) {
@@ -3259,8 +3259,8 @@ var $i = function(t, r, i, a) {
3259
3259
  // means that the style elements we're looking at are only Emotion 11 server-rendered style elements
3260
3260
  document.querySelectorAll('style[data-emotion^="' + r + ' "]'),
3261
3261
  function(p) {
3262
- for (var I = p.getAttribute("data-emotion").split(" "), C = 1; C < I.length; C++)
3263
- s[I[C]] = !0;
3262
+ for (var I = p.getAttribute("data-emotion").split(" "), k = 1; k < I.length; k++)
3263
+ s[I[k]] = !0;
3264
3264
  l.push(p);
3265
3265
  }
3266
3266
  );
@@ -3271,11 +3271,11 @@ var $i = function(t, r, i, a) {
3271
3271
  })], x = Ri(c.concat(a, w)), L = function(I) {
3272
3272
  return Te(Ci(I), x);
3273
3273
  };
3274
- u = function(I, C, F, U) {
3275
- v = F, L(I ? I + "{" + C.styles + "}" : C.styles), U && (k.inserted[C.name] = !0);
3274
+ u = function(I, k, F, U) {
3275
+ v = F, L(I ? I + "{" + k.styles + "}" : k.styles), U && (C.inserted[k.name] = !0);
3276
3276
  };
3277
3277
  }
3278
- var k = {
3278
+ var C = {
3279
3279
  key: r,
3280
3280
  sheet: new fi({
3281
3281
  key: r,
@@ -3290,7 +3290,7 @@ var $i = function(t, r, i, a) {
3290
3290
  registered: {},
3291
3291
  insert: u
3292
3292
  };
3293
- return k.sheet.hydrate(l), k;
3293
+ return C.sheet.hydrate(l), C;
3294
3294
  }, Hi = !0;
3295
3295
  function zi(e, t, r) {
3296
3296
  var i = "";
@@ -3568,10 +3568,10 @@ var Ki = function(t) {
3568
3568
  else {
3569
3569
  var x = v[0];
3570
3570
  w.push(x[0]);
3571
- for (var L = v.length, k = 1; k < L; k++)
3572
- w.push(v[k], x[k]);
3571
+ for (var L = v.length, C = 1; C < L; C++)
3572
+ w.push(v[C], x[C]);
3573
3573
  }
3574
- var p = Ki(function(I, C, F) {
3574
+ var p = Ki(function(I, k, F) {
3575
3575
  var U = c && I.as || a, q = "", g = [], b = I;
3576
3576
  if (I.theme == null) {
3577
3577
  b = {};
@@ -3579,14 +3579,14 @@ var Ki = function(t) {
3579
3579
  b[S] = I[S];
3580
3580
  b.theme = M.useContext(Ji);
3581
3581
  }
3582
- typeof I.className == "string" ? q = zi(C.registered, g, I.className) : I.className != null && (q = I.className + " ");
3583
- var R = qi(w.concat(g), C.registered, b);
3584
- q += C.key + "-" + R.name, d !== void 0 && (q += " " + d);
3582
+ typeof I.className == "string" ? q = zi(k.registered, g, I.className) : I.className != null && (q = I.className + " ");
3583
+ var R = qi(w.concat(g), k.registered, b);
3584
+ q += k.key + "-" + R.name, d !== void 0 && (q += " " + d);
3585
3585
  var y = c && l === void 0 ? Cr(U) : u, h = {};
3586
3586
  for (var P in I)
3587
3587
  c && P === "as" || y(P) && (h[P] = I[P]);
3588
3588
  return h.className = q, F && (h.ref = F), /* @__PURE__ */ M.createElement(M.Fragment, null, /* @__PURE__ */ M.createElement(ra, {
3589
- cache: C,
3589
+ cache: k,
3590
3590
  serialized: R,
3591
3591
  isStringTag: typeof U == "string"
3592
3592
  }), /* @__PURE__ */ M.createElement(U, h));
@@ -3595,9 +3595,9 @@ var Ki = function(t) {
3595
3595
  value: function() {
3596
3596
  return "." + d;
3597
3597
  }
3598
- }), p.withComponent = function(I, C) {
3599
- var F = e(I, Ht({}, r, C, {
3600
- shouldForwardProp: Pr(p, C, !0)
3598
+ }), p.withComponent = function(I, k) {
3599
+ var F = e(I, Ht({}, r, k, {
3600
+ shouldForwardProp: Pr(p, k, !0)
3601
3601
  }));
3602
3602
  return F.apply(void 0, w);
3603
3603
  }, p;
@@ -3985,29 +3985,29 @@ const aa = Pe.div`
3985
3985
  const a = V.useRef(!1), s = V.useRef(!1), { pointerPosition: d, isPointerDown: l } = sa(), u = V.useRef({
3986
3986
  isDragging: !1
3987
3987
  }), c = V.useCallback(
3988
- (k) => {
3988
+ (C) => {
3989
3989
  if (!e || !e.current || !u.current)
3990
3990
  return;
3991
3991
  const p = { ...u.current };
3992
- return p.posY = k.y, p.posX = k.x, u.current.startPosX && u.current.posX && (p.distanceX = u.current.startPosX - u.current.posX), u.current.startPosY && u.current.posY && (p.distanceY = -(u.current.startPosY - u.current.posY)), p;
3992
+ return p.posY = C.y, p.posX = C.x, u.current.startPosX && u.current.posX && (p.distanceX = u.current.startPosX - u.current.posX), u.current.startPosY && u.current.posY && (p.distanceY = -(u.current.startPosY - u.current.posY)), p;
3993
3993
  },
3994
3994
  []
3995
3995
  ), v = V.useCallback(
3996
- (k) => {
3997
- k.preventDefault(), k.stopPropagation(), u.current.isDragging = !0, u.current.startPosY = k.clientY, u.current.startPosX = k.clientX;
3998
- const p = c({ x: k.clientX, y: k.clientY });
3996
+ (C) => {
3997
+ C.preventDefault(), C.stopPropagation(), u.current.isDragging = !0, u.current.startPosY = C.clientY, u.current.startPosX = C.clientX;
3998
+ const p = c({ x: C.clientX, y: C.clientY });
3999
3999
  p && (u.current = p, r?.(p));
4000
4000
  },
4001
4001
  [c]
4002
4002
  ), w = V.useCallback(
4003
- (k) => {
4003
+ (C) => {
4004
4004
  u.current.isDragging = !1;
4005
4005
  const p = c(d);
4006
4006
  p && (i?.(p), p.startPosX = void 0, p.startPosY = void 0, u.current = p);
4007
4007
  },
4008
4008
  [c, d]
4009
4009
  ), x = V.useCallback(
4010
- (k) => {
4010
+ (C) => {
4011
4011
  if (console.debug(
4012
4012
  "useDrag > onPointerMove > Is Dragging >",
4013
4013
  u.current.isDragging
@@ -4020,7 +4020,7 @@ const aa = Pe.div`
4020
4020
  ), L = V.useCallback(async () => {
4021
4021
  if (!a.current) {
4022
4022
  for (; !e?.current; )
4023
- await new Promise((k) => setTimeout(k, 300));
4023
+ await new Promise((C) => setTimeout(C, 300));
4024
4024
  a.current = !0, e.current.onpointerdown = v, e.current.style.touchAction = "none";
4025
4025
  }
4026
4026
  }, [e?.current, v]);
@@ -4138,106 +4138,106 @@ function da() {
4138
4138
  return x.prototype = /* @__PURE__ */ Object.create(null), x;
4139
4139
  })();
4140
4140
  function d(x, L) {
4141
- const k = new s(), p = x.length;
4141
+ const C = new s(), p = x.length;
4142
4142
  if (p < 2)
4143
- return k;
4143
+ return C;
4144
4144
  const I = L?.decode || v;
4145
- let C = 0;
4145
+ let k = 0;
4146
4146
  do {
4147
- const F = x.indexOf("=", C);
4147
+ const F = x.indexOf("=", k);
4148
4148
  if (F === -1)
4149
4149
  break;
4150
- const U = x.indexOf(";", C), q = U === -1 ? p : U;
4150
+ const U = x.indexOf(";", k), q = U === -1 ? p : U;
4151
4151
  if (F > q) {
4152
- C = x.lastIndexOf(";", F - 1) + 1;
4152
+ k = x.lastIndexOf(";", F - 1) + 1;
4153
4153
  continue;
4154
4154
  }
4155
- const g = l(x, C, F), b = u(x, F, g), S = x.slice(g, b);
4156
- if (k[S] === void 0) {
4155
+ const g = l(x, k, F), b = u(x, F, g), S = x.slice(g, b);
4156
+ if (C[S] === void 0) {
4157
4157
  let R = l(x, F + 1, q), y = u(x, q, R);
4158
4158
  const h = I(x.slice(R, y));
4159
- k[S] = h;
4159
+ C[S] = h;
4160
4160
  }
4161
- C = q + 1;
4162
- } while (C < p);
4163
- return k;
4161
+ k = q + 1;
4162
+ } while (k < p);
4163
+ return C;
4164
4164
  }
4165
- function l(x, L, k) {
4165
+ function l(x, L, C) {
4166
4166
  do {
4167
4167
  const p = x.charCodeAt(L);
4168
4168
  if (p !== 32 && p !== 9)
4169
4169
  return L;
4170
- } while (++L < k);
4171
- return k;
4170
+ } while (++L < C);
4171
+ return C;
4172
4172
  }
4173
- function u(x, L, k) {
4174
- for (; L > k; ) {
4173
+ function u(x, L, C) {
4174
+ for (; L > C; ) {
4175
4175
  const p = x.charCodeAt(--L);
4176
4176
  if (p !== 32 && p !== 9)
4177
4177
  return L + 1;
4178
4178
  }
4179
- return k;
4179
+ return C;
4180
4180
  }
4181
- function c(x, L, k) {
4182
- const p = k?.encode || encodeURIComponent;
4181
+ function c(x, L, C) {
4182
+ const p = C?.encode || encodeURIComponent;
4183
4183
  if (!e.test(x))
4184
4184
  throw new TypeError(`argument name is invalid: ${x}`);
4185
4185
  const I = p(L);
4186
4186
  if (!t.test(I))
4187
4187
  throw new TypeError(`argument val is invalid: ${L}`);
4188
- let C = x + "=" + I;
4189
- if (!k)
4190
- return C;
4191
- if (k.maxAge !== void 0) {
4192
- if (!Number.isInteger(k.maxAge))
4193
- throw new TypeError(`option maxAge is invalid: ${k.maxAge}`);
4194
- C += "; Max-Age=" + k.maxAge;
4195
- }
4196
- if (k.domain) {
4197
- if (!r.test(k.domain))
4198
- throw new TypeError(`option domain is invalid: ${k.domain}`);
4199
- C += "; Domain=" + k.domain;
4200
- }
4201
- if (k.path) {
4202
- if (!i.test(k.path))
4203
- throw new TypeError(`option path is invalid: ${k.path}`);
4204
- C += "; Path=" + k.path;
4205
- }
4206
- if (k.expires) {
4207
- if (!w(k.expires) || !Number.isFinite(k.expires.valueOf()))
4208
- throw new TypeError(`option expires is invalid: ${k.expires}`);
4209
- C += "; Expires=" + k.expires.toUTCString();
4210
- }
4211
- if (k.httpOnly && (C += "; HttpOnly"), k.secure && (C += "; Secure"), k.partitioned && (C += "; Partitioned"), k.priority)
4212
- switch (typeof k.priority == "string" ? k.priority.toLowerCase() : void 0) {
4188
+ let k = x + "=" + I;
4189
+ if (!C)
4190
+ return k;
4191
+ if (C.maxAge !== void 0) {
4192
+ if (!Number.isInteger(C.maxAge))
4193
+ throw new TypeError(`option maxAge is invalid: ${C.maxAge}`);
4194
+ k += "; Max-Age=" + C.maxAge;
4195
+ }
4196
+ if (C.domain) {
4197
+ if (!r.test(C.domain))
4198
+ throw new TypeError(`option domain is invalid: ${C.domain}`);
4199
+ k += "; Domain=" + C.domain;
4200
+ }
4201
+ if (C.path) {
4202
+ if (!i.test(C.path))
4203
+ throw new TypeError(`option path is invalid: ${C.path}`);
4204
+ k += "; Path=" + C.path;
4205
+ }
4206
+ if (C.expires) {
4207
+ if (!w(C.expires) || !Number.isFinite(C.expires.valueOf()))
4208
+ throw new TypeError(`option expires is invalid: ${C.expires}`);
4209
+ k += "; Expires=" + C.expires.toUTCString();
4210
+ }
4211
+ if (C.httpOnly && (k += "; HttpOnly"), C.secure && (k += "; Secure"), C.partitioned && (k += "; Partitioned"), C.priority)
4212
+ switch (typeof C.priority == "string" ? C.priority.toLowerCase() : void 0) {
4213
4213
  case "low":
4214
- C += "; Priority=Low";
4214
+ k += "; Priority=Low";
4215
4215
  break;
4216
4216
  case "medium":
4217
- C += "; Priority=Medium";
4217
+ k += "; Priority=Medium";
4218
4218
  break;
4219
4219
  case "high":
4220
- C += "; Priority=High";
4220
+ k += "; Priority=High";
4221
4221
  break;
4222
4222
  default:
4223
- throw new TypeError(`option priority is invalid: ${k.priority}`);
4223
+ throw new TypeError(`option priority is invalid: ${C.priority}`);
4224
4224
  }
4225
- if (k.sameSite)
4226
- switch (typeof k.sameSite == "string" ? k.sameSite.toLowerCase() : k.sameSite) {
4225
+ if (C.sameSite)
4226
+ switch (typeof C.sameSite == "string" ? C.sameSite.toLowerCase() : C.sameSite) {
4227
4227
  case !0:
4228
4228
  case "strict":
4229
- C += "; SameSite=Strict";
4229
+ k += "; SameSite=Strict";
4230
4230
  break;
4231
4231
  case "lax":
4232
- C += "; SameSite=Lax";
4232
+ k += "; SameSite=Lax";
4233
4233
  break;
4234
4234
  case "none":
4235
- C += "; SameSite=None";
4235
+ k += "; SameSite=None";
4236
4236
  break;
4237
4237
  default:
4238
- throw new TypeError(`option sameSite is invalid: ${k.sameSite}`);
4238
+ throw new TypeError(`option sameSite is invalid: ${C.sameSite}`);
4239
4239
  }
4240
- return C;
4240
+ return k;
4241
4241
  }
4242
4242
  function v(x) {
4243
4243
  if (x.indexOf("%") === -1)
@@ -4348,12 +4348,12 @@ function ma(e, t, r, i = {}) {
4348
4348
  }
4349
4349
  function w() {
4350
4350
  l = "POP";
4351
- let I = v(), C = I == null ? null : I - c;
4352
- c = I, u && u({ action: l, location: p.location, delta: C });
4351
+ let I = v(), k = I == null ? null : I - c;
4352
+ c = I, u && u({ action: l, location: p.location, delta: k });
4353
4353
  }
4354
- function x(I, C) {
4354
+ function x(I, k) {
4355
4355
  l = "PUSH";
4356
- let F = Ft(p.location, I, C);
4356
+ let F = Ft(p.location, I, k);
4357
4357
  c = v() + 1;
4358
4358
  let U = Tr(F, c), q = p.createHref(F);
4359
4359
  try {
@@ -4365,14 +4365,14 @@ function ma(e, t, r, i = {}) {
4365
4365
  }
4366
4366
  s && u && u({ action: l, location: p.location, delta: 1 });
4367
4367
  }
4368
- function L(I, C) {
4368
+ function L(I, k) {
4369
4369
  l = "REPLACE";
4370
- let F = Ft(p.location, I, C);
4370
+ let F = Ft(p.location, I, k);
4371
4371
  c = v();
4372
4372
  let U = Tr(F, c), q = p.createHref(F);
4373
4373
  d.replaceState(U, "", q), s && u && u({ action: l, location: p.location, delta: 0 });
4374
4374
  }
4375
- function k(I) {
4375
+ function C(I) {
4376
4376
  return va(I);
4377
4377
  }
4378
4378
  let p = {
@@ -4392,13 +4392,13 @@ function ma(e, t, r, i = {}) {
4392
4392
  createHref(I) {
4393
4393
  return t(a, I);
4394
4394
  },
4395
- createURL: k,
4395
+ createURL: C,
4396
4396
  encodeLocation(I) {
4397
- let C = k(I);
4397
+ let k = C(I);
4398
4398
  return {
4399
- pathname: C.pathname,
4400
- search: C.search,
4401
- hash: C.hash
4399
+ pathname: k.pathname,
4400
+ search: k.search,
4401
+ hash: k.hash
4402
4402
  };
4403
4403
  },
4404
4404
  push: x,
@@ -4552,8 +4552,8 @@ function gt(e, t) {
4552
4552
  params: i.reduce(
4553
4553
  (c, { paramName: v, isOptional: w }, x) => {
4554
4554
  if (v === "*") {
4555
- let k = l[x] || "";
4556
- d = s.slice(0, s.length - k.length).replace(/(.)\/+$/, "$1");
4555
+ let C = l[x] || "";
4556
+ d = s.slice(0, s.length - C.length).replace(/(.)\/+$/, "$1");
4557
4557
  }
4558
4558
  const L = l[x];
4559
4559
  return w && !L ? c[v] = void 0 : c[v] = (L || "").replace(/%2F/g, "/"), c;
@@ -4795,30 +4795,30 @@ function dn(e, t, r, i) {
4795
4795
  );
4796
4796
  let { navigator: a } = M.useContext(we), { matches: s } = M.useContext(Oe), d = s[s.length - 1], l = d ? d.params : {}, u = d ? d.pathname : "/", c = d ? d.pathnameBase : "/", v = d && d.route;
4797
4797
  {
4798
- let C = v && v.path || "";
4798
+ let k = v && v.path || "";
4799
4799
  hn(
4800
4800
  u,
4801
- !v || C.endsWith("*") || C.endsWith("*?"),
4802
- `You rendered descendant <Routes> (or called \`useRoutes()\`) at "${u}" (under <Route path="${C}">) but the parent route path has no trailing "*". This means if you navigate deeper, the parent won't match anymore and therefore the child routes will never render.
4801
+ !v || k.endsWith("*") || k.endsWith("*?"),
4802
+ `You rendered descendant <Routes> (or called \`useRoutes()\`) at "${u}" (under <Route path="${k}">) but the parent route path has no trailing "*". This means if you navigate deeper, the parent won't match anymore and therefore the child routes will never render.
4803
4803
 
4804
- Please change the parent <Route path="${C}"> to <Route path="${C === "/" ? "*" : `${C}/*`}">.`
4804
+ Please change the parent <Route path="${k}"> to <Route path="${k === "/" ? "*" : `${k}/*`}">.`
4805
4805
  );
4806
4806
  }
4807
4807
  let w = ke(), x;
4808
4808
  if (t) {
4809
- let C = typeof t == "string" ? Me(t) : t;
4809
+ let k = typeof t == "string" ? Me(t) : t;
4810
4810
  ae(
4811
- c === "/" || C.pathname?.startsWith(c),
4812
- `When overriding the location using \`<Routes location>\` or \`useRoutes(routes, location)\`, the location pathname must begin with the portion of the URL pathname that was matched by all parent routes. The current pathname base is "${c}" but pathname "${C.pathname}" was given in the \`location\` prop.`
4813
- ), x = C;
4811
+ c === "/" || k.pathname?.startsWith(c),
4812
+ `When overriding the location using \`<Routes location>\` or \`useRoutes(routes, location)\`, the location pathname must begin with the portion of the URL pathname that was matched by all parent routes. The current pathname base is "${c}" but pathname "${k.pathname}" was given in the \`location\` prop.`
4813
+ ), x = k;
4814
4814
  } else
4815
4815
  x = w;
4816
- let L = x.pathname || "/", k = L;
4816
+ let L = x.pathname || "/", C = L;
4817
4817
  if (c !== "/") {
4818
- let C = c.replace(/^\//, "").split("/");
4819
- k = "/" + L.replace(/^\//, "").split("/").slice(C.length).join("/");
4818
+ let k = c.replace(/^\//, "").split("/");
4819
+ C = "/" + L.replace(/^\//, "").split("/").slice(k.length).join("/");
4820
4820
  }
4821
- let p = rn(e, { pathname: k });
4821
+ let p = rn(e, { pathname: C });
4822
4822
  ve(
4823
4823
  v || p != null,
4824
4824
  `No routes matched location "${x.pathname}${x.search}${x.hash}" `
@@ -4828,17 +4828,17 @@ Please change the parent <Route path="${C}"> to <Route path="${C === "/" ? "*" :
4828
4828
  );
4829
4829
  let I = Ba(
4830
4830
  p && p.map(
4831
- (C) => Object.assign({}, C, {
4832
- params: Object.assign({}, l, C.params),
4831
+ (k) => Object.assign({}, k, {
4832
+ params: Object.assign({}, l, k.params),
4833
4833
  pathname: Se([
4834
4834
  c,
4835
4835
  // Re-encode pathnames that were decoded inside matchRoutes
4836
- a.encodeLocation ? a.encodeLocation(C.pathname).pathname : C.pathname
4836
+ a.encodeLocation ? a.encodeLocation(k.pathname).pathname : k.pathname
4837
4837
  ]),
4838
- pathnameBase: C.pathnameBase === "/" ? c : Se([
4838
+ pathnameBase: k.pathnameBase === "/" ? c : Se([
4839
4839
  c,
4840
4840
  // Re-encode pathnames that were decoded inside matchRoutes
4841
- a.encodeLocation ? a.encodeLocation(C.pathnameBase).pathname : C.pathnameBase
4841
+ a.encodeLocation ? a.encodeLocation(k.pathnameBase).pathname : k.pathnameBase
4842
4842
  ])
4843
4843
  })
4844
4844
  ),
@@ -4954,15 +4954,15 @@ function Ba(e, t = [], r = null, i = null) {
4954
4954
  }
4955
4955
  }
4956
4956
  return a.reduceRight((u, c, v) => {
4957
- let w, x = !1, L = null, k = null;
4957
+ let w, x = !1, L = null, C = null;
4958
4958
  r && (w = s && c.route.id ? s[c.route.id] : void 0, L = c.route.errorElement || Ya, d && (l < 0 && v === 0 ? (hn(
4959
4959
  "route-fallback",
4960
4960
  !1,
4961
4961
  "No `HydrateFallback` element provided to render during initial hydration"
4962
- ), x = !0, k = null) : l === v && (x = !0, k = c.route.hydrateFallbackElement || null)));
4962
+ ), x = !0, C = null) : l === v && (x = !0, C = c.route.hydrateFallbackElement || null)));
4963
4963
  let p = t.concat(a.slice(0, v + 1)), I = () => {
4964
- let C;
4965
- return w ? C = L : x ? C = k : c.route.Component ? C = /* @__PURE__ */ M.createElement(c.route.Component, null) : c.route.element ? C = c.route.element : C = u, /* @__PURE__ */ M.createElement(
4964
+ let k;
4965
+ return w ? k = L : x ? k = C : c.route.Component ? k = /* @__PURE__ */ M.createElement(c.route.Component, null) : c.route.element ? k = c.route.element : k = u, /* @__PURE__ */ M.createElement(
4966
4966
  qa,
4967
4967
  {
4968
4968
  match: c,
@@ -4971,7 +4971,7 @@ function Ba(e, t = [], r = null, i = null) {
4971
4971
  matches: p,
4972
4972
  isDataRoute: r != null
4973
4973
  },
4974
- children: C
4974
+ children: k
4975
4975
  }
4976
4976
  );
4977
4977
  };
@@ -5090,10 +5090,10 @@ function to({
5090
5090
  state: w = null,
5091
5091
  key: x = "default"
5092
5092
  } = r, L = M.useMemo(() => {
5093
- let k = xe(u, d);
5094
- return k == null ? null : {
5093
+ let C = xe(u, d);
5094
+ return C == null ? null : {
5095
5095
  location: {
5096
- pathname: k,
5096
+ pathname: C,
5097
5097
  search: c,
5098
5098
  hash: v,
5099
5099
  state: w,
@@ -5386,8 +5386,8 @@ function Oo(e, t) {
5386
5386
  let r = M.useContext(er), [i, a] = M.useState(!1), [s, d] = M.useState(!1), { onFocus: l, onBlur: u, onMouseEnter: c, onMouseLeave: v, onTouchStart: w } = t, x = M.useRef(null);
5387
5387
  M.useEffect(() => {
5388
5388
  if (e === "render" && d(!0), e === "viewport") {
5389
- let p = (C) => {
5390
- C.forEach((F) => {
5389
+ let p = (k) => {
5390
+ k.forEach((F) => {
5391
5391
  d(F.isIntersecting);
5392
5392
  });
5393
5393
  }, I = new IntersectionObserver(p, { threshold: 0.5 });
@@ -5407,7 +5407,7 @@ function Oo(e, t) {
5407
5407
  }, [i]);
5408
5408
  let L = () => {
5409
5409
  a(!0);
5410
- }, k = () => {
5410
+ }, C = () => {
5411
5411
  a(!1), d(!1);
5412
5412
  };
5413
5413
  return r ? e !== "intent" ? [s, x, {}] : [
@@ -5415,9 +5415,9 @@ function Oo(e, t) {
5415
5415
  x,
5416
5416
  {
5417
5417
  onFocus: Ve(l, L),
5418
- onBlur: Ve(u, k),
5418
+ onBlur: Ve(u, C),
5419
5419
  onMouseEnter: Ve(c, L),
5420
- onMouseLeave: Ve(v, k),
5420
+ onMouseLeave: Ve(v, C),
5421
5421
  onTouchStart: Ve(w, L)
5422
5422
  }
5423
5423
  ] : [!1, x, {}];
@@ -5478,16 +5478,16 @@ function Po({
5478
5478
  ), w = M.useMemo(() => {
5479
5479
  if (e === i.pathname + i.search + i.hash)
5480
5480
  return [];
5481
- let k = /* @__PURE__ */ new Set(), p = !1;
5482
- if (t.forEach((C) => {
5483
- let F = a.routes[C.route.id];
5484
- !F || !F.hasLoader || (!c.some((U) => U.route.id === C.route.id) && C.route.id in l && s[C.route.id]?.shouldRevalidate || F.hasClientLoader ? p = !0 : k.add(C.route.id));
5485
- }), k.size === 0)
5481
+ let C = /* @__PURE__ */ new Set(), p = !1;
5482
+ if (t.forEach((k) => {
5483
+ let F = a.routes[k.route.id];
5484
+ !F || !F.hasLoader || (!c.some((U) => U.route.id === k.route.id) && k.route.id in l && s[k.route.id]?.shouldRevalidate || F.hasClientLoader ? p = !0 : C.add(k.route.id));
5485
+ }), C.size === 0)
5486
5486
  return [];
5487
5487
  let I = So(e, d);
5488
- return p && k.size > 0 && I.searchParams.set(
5488
+ return p && C.size > 0 && I.searchParams.set(
5489
5489
  "_routes",
5490
- t.filter((C) => k.has(C.route.id)).map((C) => C.route.id).join(",")
5490
+ t.filter((k) => C.has(k.route.id)).map((k) => k.route.id).join(",")
5491
5491
  ), [I.pathname + I.search];
5492
5492
  }, [
5493
5493
  d,
@@ -5502,10 +5502,10 @@ function Po({
5502
5502
  () => vo(v, a),
5503
5503
  [v, a]
5504
5504
  ), L = Co(v);
5505
- return /* @__PURE__ */ M.createElement(M.Fragment, null, w.map((k) => /* @__PURE__ */ M.createElement("link", { key: k, rel: "prefetch", as: "fetch", href: k, ...r })), x.map((k) => /* @__PURE__ */ M.createElement("link", { key: k, rel: "modulepreload", href: k, ...r })), L.map(({ key: k, link: p }) => (
5505
+ return /* @__PURE__ */ M.createElement(M.Fragment, null, w.map((C) => /* @__PURE__ */ M.createElement("link", { key: C, rel: "prefetch", as: "fetch", href: C, ...r })), x.map((C) => /* @__PURE__ */ M.createElement("link", { key: C, rel: "modulepreload", href: C, ...r })), L.map(({ key: C, link: p }) => (
5506
5506
  // these don't spread `linkProps` because they are full link descriptors
5507
5507
  // already with their own props
5508
- /* @__PURE__ */ M.createElement("link", { key: k, ...p })
5508
+ /* @__PURE__ */ M.createElement("link", { key: C, ...p })
5509
5509
  )));
5510
5510
  }
5511
5511
  function Eo(...e) {
@@ -5562,11 +5562,11 @@ var yn = /^(?:[a-z][a-z0-9+.-]*:|\/\/)/i, bn = M.forwardRef(
5562
5562
  viewTransition: w,
5563
5563
  ...x
5564
5564
  }, L) {
5565
- let { basename: k } = M.useContext(we), p = typeof c == "string" && yn.test(c), I, C = !1;
5565
+ let { basename: C } = M.useContext(we), p = typeof c == "string" && yn.test(c), I, k = !1;
5566
5566
  if (typeof c == "string" && p && (I = c, gn))
5567
5567
  try {
5568
- let y = new URL(window.location.href), h = c.startsWith("//") ? new URL(y.protocol + c) : new URL(c), P = xe(h.pathname, k);
5569
- h.origin === y.origin && P != null ? c = P + h.search + h.hash : C = !0;
5568
+ let y = new URL(window.location.href), h = c.startsWith("//") ? new URL(y.protocol + c) : new URL(c), P = xe(h.pathname, C);
5569
+ h.origin === y.origin && P != null ? c = P + h.search + h.hash : k = !0;
5570
5570
  } catch {
5571
5571
  ve(
5572
5572
  !1,
@@ -5595,7 +5595,7 @@ var yn = /^(?:[a-z][a-z0-9+.-]*:|\/\/)/i, bn = M.forwardRef(
5595
5595
  ...x,
5596
5596
  ...g,
5597
5597
  href: I || F,
5598
- onClick: C || s ? t : S,
5598
+ onClick: k || s ? t : S,
5599
5599
  ref: Eo(L, q),
5600
5600
  target: u,
5601
5601
  "data-discover": !p && r === "render" ? "true" : void 0
@@ -5618,12 +5618,12 @@ var _o = M.forwardRef(
5618
5618
  children: u,
5619
5619
  ...c
5620
5620
  }, v) {
5621
- let w = et(d, { relative: c.relative }), x = ke(), L = M.useContext(Ot), { navigator: k, basename: p } = M.useContext(we), I = L != null && // Conditional usage is OK here because the usage of a data router is static
5621
+ let w = et(d, { relative: c.relative }), x = ke(), L = M.useContext(Ot), { navigator: C, basename: p } = M.useContext(we), I = L != null && // Conditional usage is OK here because the usage of a data router is static
5622
5622
  // eslint-disable-next-line react-hooks/rules-of-hooks
5623
- Ho(w) && l === !0, C = k.encodeLocation ? k.encodeLocation(w).pathname : w.pathname, F = x.pathname, U = L && L.navigation && L.navigation.location ? L.navigation.location.pathname : null;
5624
- r || (F = F.toLowerCase(), U = U ? U.toLowerCase() : null, C = C.toLowerCase()), U && p && (U = xe(U, p) || U);
5625
- const q = C !== "/" && C.endsWith("/") ? C.length - 1 : C.length;
5626
- let g = F === C || !a && F.startsWith(C) && F.charAt(q) === "/", b = U != null && (U === C || !a && U.startsWith(C) && U.charAt(C.length) === "/"), S = {
5623
+ Ho(w) && l === !0, k = C.encodeLocation ? C.encodeLocation(w).pathname : w.pathname, F = x.pathname, U = L && L.navigation && L.navigation.location ? L.navigation.location.pathname : null;
5624
+ r || (F = F.toLowerCase(), U = U ? U.toLowerCase() : null, k = k.toLowerCase()), U && p && (U = xe(U, p) || U);
5625
+ const q = k !== "/" && k.endsWith("/") ? k.length - 1 : k.length;
5626
+ let g = F === k || !a && F.startsWith(k) && F.charAt(q) === "/", b = U != null && (U === k || !a && U.startsWith(k) && U.charAt(k.length) === "/"), S = {
5627
5627
  isActive: g,
5628
5628
  isPending: b,
5629
5629
  isTransitioning: I
@@ -5667,11 +5667,11 @@ var To = M.forwardRef(
5667
5667
  viewTransition: w,
5668
5668
  ...x
5669
5669
  }, L) => {
5670
- let k = Io(), p = Ao(l, { relative: c }), I = d.toLowerCase() === "get" ? "get" : "post", C = typeof l == "string" && yn.test(l), F = (U) => {
5670
+ let C = Io(), p = Ao(l, { relative: c }), I = d.toLowerCase() === "get" ? "get" : "post", k = typeof l == "string" && yn.test(l), F = (U) => {
5671
5671
  if (u && u(U), U.defaultPrevented) return;
5672
5672
  U.preventDefault();
5673
5673
  let q = U.nativeEvent.submitter, g = q?.getAttribute("formmethod") || d;
5674
- k(q || U.currentTarget, {
5674
+ C(q || U.currentTarget, {
5675
5675
  fetcherKey: t,
5676
5676
  method: g,
5677
5677
  navigate: r,
@@ -5690,7 +5690,7 @@ var To = M.forwardRef(
5690
5690
  action: p,
5691
5691
  onSubmit: i ? u : F,
5692
5692
  ...x,
5693
- "data-discover": !C && e === "render" ? "true" : void 0
5693
+ "data-discover": !k && e === "render" ? "true" : void 0
5694
5694
  }
5695
5695
  );
5696
5696
  }
@@ -6018,17 +6018,17 @@ const Sn = V.createContext({
6018
6018
  }) => {
6019
6019
  const { isItemVisible: i } = Ct(), [a, s] = V.useState({
6020
6020
  isDragging: !1
6021
- }), d = V.useRef(null), l = V.useRef(null), u = V.useRef(null), [c, v] = V.useState(0), w = (k) => {
6022
- s(k);
6023
- }, x = (k) => {
6024
- s(k), v(0);
6021
+ }), d = V.useRef(null), l = V.useRef(null), u = V.useRef(null), [c, v] = V.useState(0), w = (C) => {
6022
+ s(C);
6023
+ }, x = (C) => {
6024
+ s(C), v(0);
6025
6025
  };
6026
6026
  return la({
6027
6027
  ref: u,
6028
- onDrag: (k) => {
6029
- s(k);
6028
+ onDrag: (C) => {
6029
+ s(C);
6030
6030
  const p = l.current?.clientHeight || 0;
6031
- k.distanceY && (v(k.distanceY < 0 ? 0 : -k.distanceY), k.distanceY >= p - r && (t?.(), x(k)));
6031
+ C.distanceY && (v(C.distanceY < 0 ? 0 : -C.distanceY), C.distanceY >= p - r && (t?.(), x(C)));
6032
6032
  },
6033
6033
  onDragEnd: x,
6034
6034
  onDragStart: w
@@ -6115,7 +6115,11 @@ const Sn = V.createContext({
6115
6115
  )
6116
6116
  }
6117
6117
  ) });
6118
- }, Fo = ({ onPreSubmit: e, onSubmit: t, fields: r }) => {
6118
+ }, Fo = ({
6119
+ onPreSubmit: e,
6120
+ onSubmit: t,
6121
+ configurations: r
6122
+ }) => {
6119
6123
  const i = V.useRef(null), a = V.useRef(!1), s = (c) => {
6120
6124
  const v = Array.from(c.currentTarget.elements).filter(
6121
6125
  (x) => !!x.getAttribute("name")
@@ -6130,12 +6134,12 @@ const Sn = V.createContext({
6130
6134
  return w;
6131
6135
  }, d = async (c) => {
6132
6136
  try {
6133
- const L = r.list.find((k) => k.name === c.name);
6134
- if (!L)
6135
- return c;
6136
- var v = c.value, w = c.value, x = L.configuration;
6137
+ const x = (r || []).find(
6138
+ (L) => L.name === c.name
6139
+ );
6137
6140
  if (!x)
6138
6141
  return c;
6142
+ var v = c.value, w = c.value;
6139
6143
  if (x.emptyValidation && x.emptyValidation.allow === !1 && !v)
6140
6144
  return c.error = x.emptyValidation.errorMessage, c;
6141
6145
  if (x.minLengthValidation && v.length < x.minLengthValidation.value)
@@ -6150,13 +6154,13 @@ const Sn = V.createContext({
6150
6154
  }
6151
6155
  if (x.exactValueValidation && x.exactValueValidation.value !== c.value)
6152
6156
  return c.error = x.exactValueValidation.errorMessage, c;
6153
- for (let k = 0; k < (x.validations || []).length; k++) {
6154
- const p = await x.validations?.[k](c.value);
6155
- if (p)
6156
- return c.error = p, c;
6157
+ for (let L = 0; L < (x.validations || []).length; L++) {
6158
+ const C = await x.validations?.[L](c.value);
6159
+ if (C)
6160
+ return c.error = C, c;
6157
6161
  }
6158
- } catch (L) {
6159
- console.error(`Form > Failed To Validate Field ${c.name}: `, L);
6162
+ } catch (x) {
6163
+ console.error(`Form > Failed To Validate Field ${c.name}: `, x);
6160
6164
  }
6161
6165
  return c;
6162
6166
  }, l = V.useCallback(
@@ -6194,12 +6198,12 @@ const Sn = V.createContext({
6194
6198
  pointer-events: none;
6195
6199
  }
6196
6200
  `, gs = (e) => {
6197
- const { fields: t, styles: r, submitButton: i } = e, { ref: a, handleFormSubmission: s, submitForm: d } = Fo(e), l = V.useCallback(() => t.list.map((u) => ({ ...u.content, key: u.name })), [t]);
6201
+ const { children: t, styles: r, childrenStyles: i, submitButton: a } = e, { ref: s, handleFormSubmission: d, submitForm: l } = Fo(e);
6198
6202
  return /* @__PURE__ */ X.jsxs(
6199
6203
  "form",
6200
6204
  {
6201
- ref: a,
6202
- onSubmit: s,
6205
+ ref: s,
6206
+ onSubmit: d,
6203
6207
  style: {
6204
6208
  width: "100%",
6205
6209
  display: "flex",
@@ -6218,19 +6222,19 @@ const Sn = V.createContext({
6218
6222
  flexDirection: "column",
6219
6223
  gap: "8px",
6220
6224
  flex: 1,
6221
- ...t.styles
6225
+ ...i
6222
6226
  },
6223
- children: l()
6227
+ children: t
6224
6228
  }
6225
6229
  ),
6226
6230
  /* @__PURE__ */ X.jsx(
6227
6231
  Wo,
6228
6232
  {
6229
- onClick: d,
6233
+ onClick: l,
6230
6234
  styles: {
6231
- ...i.styles
6235
+ ...a.styles
6232
6236
  },
6233
- children: i.content
6237
+ children: a.content
6234
6238
  }
6235
6239
  )
6236
6240
  ]
@@ -6295,10 +6299,10 @@ const Sn = V.createContext({
6295
6299
  value: w,
6296
6300
  initialValue: x,
6297
6301
  type: L = "text",
6298
- maxLength: k,
6302
+ maxLength: C,
6299
6303
  inputStyles: p,
6300
6304
  containerStyles: I,
6301
- styles: C,
6305
+ styles: k,
6302
6306
  step: F,
6303
6307
  pattern: U,
6304
6308
  onInput: q
@@ -6310,7 +6314,7 @@ const Sn = V.createContext({
6310
6314
  width: "100%",
6311
6315
  maxWidth: "357px",
6312
6316
  gap: "8px",
6313
- ...C
6317
+ ...k
6314
6318
  },
6315
6319
  children: [
6316
6320
  s,
@@ -6346,7 +6350,7 @@ const Sn = V.createContext({
6346
6350
  type: L,
6347
6351
  autoComplete: v,
6348
6352
  step: F,
6349
- maxLength: k,
6353
+ maxLength: C,
6350
6354
  placeholder: c,
6351
6355
  value: w,
6352
6356
  defaultValue: x,
@@ -6468,8 +6472,8 @@ const Sn = V.createContext({
6468
6472
  const u = l.indexOf(".");
6469
6473
  u !== -1 && (l = l.slice(0, u + 1) + l.slice(u + 1).replace(/\./g, ""));
6470
6474
  const [c, ...v] = l.split("."), [w, ...x] = t.current.split(".");
6471
- let L = v.join(""), k = x.join("");
6472
- e.decimalScale !== void 0 && (L.length > e.decimalScale ? L = k : L = L.slice(0, e.decimalScale)), l = L || l.endsWith(".") ? `${c}.${L}` : c;
6475
+ let L = v.join(""), C = x.join("");
6476
+ e.decimalScale !== void 0 && (L.length > e.decimalScale ? L = C : L = L.slice(0, e.decimalScale)), l = L || l.endsWith(".") ? `${c}.${L}` : c;
6473
6477
  } else
6474
6478
  l = l.replace(/\./g, "");
6475
6479
  return l;
@@ -6695,7 +6699,7 @@ function Jo() {
6695
6699
  (function(r, i) {
6696
6700
  e.exports = i();
6697
6701
  })(Ko, function() {
6698
- var r = 1e3, i = 6e4, a = 36e5, s = "millisecond", d = "second", l = "minute", u = "hour", c = "day", v = "week", w = "month", x = "quarter", L = "year", k = "date", p = "Invalid Date", I = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, C = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, F = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(T) {
6702
+ var r = 1e3, i = 6e4, a = 36e5, s = "millisecond", d = "second", l = "minute", u = "hour", c = "day", v = "week", w = "month", x = "quarter", L = "year", C = "date", p = "Invalid Date", I = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, k = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, F = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(T) {
6699
6703
  var E = ["th", "st", "nd", "rd"], j = T % 100;
6700
6704
  return "[" + T + (E[(j - 20) % 10] || E[j] || E[0]) + "]";
6701
6705
  } }, U = function(T, E, j) {
@@ -6711,7 +6715,7 @@ function Jo() {
6711
6715
  }, a: function(T) {
6712
6716
  return T < 0 ? Math.ceil(T) || 0 : Math.floor(T);
6713
6717
  }, p: function(T) {
6714
- return { M: w, y: L, w: v, d: c, D: k, h: u, m: l, s: d, ms: s, Q: x }[T] || String(T || "").toLowerCase().replace(/s$/, "");
6718
+ return { M: w, y: L, w: v, d: c, D: C, h: u, m: l, s: d, ms: s, Q: x }[T] || String(T || "").toLowerCase().replace(/s$/, "");
6715
6719
  }, u: function(T) {
6716
6720
  return T === void 0;
6717
6721
  } }, g = "en", b = {};
@@ -6795,7 +6799,7 @@ function Jo() {
6795
6799
  var W = this.$locale().weekStart || 0, B = ($ < W ? $ + 7 : $) - W;
6796
6800
  return f(m ? z - B : z + (6 - B), D);
6797
6801
  case c:
6798
- case k:
6802
+ case C:
6799
6803
  return O(N + "Hours", 0);
6800
6804
  case u:
6801
6805
  return O(N + "Minutes", 1);
@@ -6809,10 +6813,10 @@ function Jo() {
6809
6813
  }, E.endOf = function(j) {
6810
6814
  return this.startOf(j, !1);
6811
6815
  }, E.$set = function(j, o) {
6812
- var H, m = P.p(j), n = "set" + (this.$u ? "UTC" : ""), f = (H = {}, H[c] = n + "Date", H[k] = n + "Date", H[w] = n + "Month", H[L] = n + "FullYear", H[u] = n + "Hours", H[l] = n + "Minutes", H[d] = n + "Seconds", H[s] = n + "Milliseconds", H)[m], O = m === c ? this.$D + (o - this.$W) : o;
6816
+ var H, m = P.p(j), n = "set" + (this.$u ? "UTC" : ""), f = (H = {}, H[c] = n + "Date", H[C] = n + "Date", H[w] = n + "Month", H[L] = n + "FullYear", H[u] = n + "Hours", H[l] = n + "Minutes", H[d] = n + "Seconds", H[s] = n + "Milliseconds", H)[m], O = m === c ? this.$D + (o - this.$W) : o;
6813
6817
  if (m === w || m === L) {
6814
- var $ = this.clone().set(k, 1);
6815
- $.$d[f](O), $.init(), this.$d = $.set(k, Math.min(this.$D, $.daysInMonth())).$d;
6818
+ var $ = this.clone().set(C, 1);
6819
+ $.$d[f](O), $.init(), this.$d = $.set(C, Math.min(this.$D, $.daysInMonth())).$d;
6816
6820
  } else f && this.$d[f](O);
6817
6821
  return this.init(), this;
6818
6822
  }, E.set = function(j, o) {
@@ -6845,7 +6849,7 @@ function Jo() {
6845
6849
  var Z = G < 12 ? "AM" : "PM";
6846
6850
  return te ? Z.toLowerCase() : Z;
6847
6851
  };
6848
- return m.replace(C, function(G, J) {
6852
+ return m.replace(k, function(G, J) {
6849
6853
  return J || function(te) {
6850
6854
  switch (te) {
6851
6855
  case "YY":
@@ -6955,7 +6959,7 @@ function Jo() {
6955
6959
  return this.$d.toUTCString();
6956
6960
  }, T;
6957
6961
  }(), _ = A.prototype;
6958
- return h.prototype = _, [["$ms", s], ["$s", d], ["$m", l], ["$H", u], ["$W", c], ["$M", w], ["$y", L], ["$D", k]].forEach(function(T) {
6962
+ return h.prototype = _, [["$ms", s], ["$s", d], ["$m", l], ["$H", u], ["$W", c], ["$M", w], ["$y", L], ["$D", C]].forEach(function(T) {
6959
6963
  _[T[1]] = function(E) {
6960
6964
  return this.$g(E, T[0], T[1]);
6961
6965
  };
@@ -7000,8 +7004,8 @@ function es() {
7000
7004
  };
7001
7005
  var w = u.utcOffset;
7002
7006
  u.utcOffset = function(p, I) {
7003
- var C = this.$utils().u;
7004
- if (C(p)) return this.$u ? 0 : C(this.$offset) ? w.call(this) : this.$offset;
7007
+ var k = this.$utils().u;
7008
+ if (k(p)) return this.$u ? 0 : k(this.$offset) ? w.call(this) : this.$offset;
7005
7009
  if (typeof p == "string" && (p = function(g) {
7006
7010
  g === void 0 && (g = "");
7007
7011
  var b = g.match(i);
@@ -7034,11 +7038,11 @@ function es() {
7034
7038
  u.toDate = function(p) {
7035
7039
  return p === "s" && this.$offset ? l(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate() : L.call(this);
7036
7040
  };
7037
- var k = u.diff;
7038
- u.diff = function(p, I, C) {
7039
- if (p && this.$u === p.$u) return k.call(this, p, I, C);
7041
+ var C = u.diff;
7042
+ u.diff = function(p, I, k) {
7043
+ if (p && this.$u === p.$u) return C.call(this, p, I, k);
7040
7044
  var F = this.local(), U = l(p).local();
7041
- return k.call(F, U, I, C);
7045
+ return C.call(F, U, I, k);
7042
7046
  };
7043
7047
  };
7044
7048
  });
@@ -7240,11 +7244,11 @@ const Ps = ({
7240
7244
  containerStyles: x,
7241
7245
  styles: L
7242
7246
  }) => {
7243
- const k = (C) => {
7244
- u?.(C.currentTarget.value);
7245
- }, p = (C) => {
7246
- C.preventDefault(), C.stopPropagation(), c?.();
7247
- }, I = (C) => {
7247
+ const C = (k) => {
7248
+ u?.(k.currentTarget.value);
7249
+ }, p = (k) => {
7250
+ k.preventDefault(), k.stopPropagation(), c?.();
7251
+ }, I = (k) => {
7248
7252
  v?.();
7249
7253
  };
7250
7254
  return /* @__PURE__ */ X.jsxs(
@@ -7301,7 +7305,7 @@ const Ps = ({
7301
7305
  placeholder: s,
7302
7306
  value: d,
7303
7307
  defaultValue: l,
7304
- onChange: k,
7308
+ onChange: C,
7305
7309
  onFocus: p,
7306
7310
  onBlur: I
7307
7311
  }