@spaceandtimelabs/makeinfinite-ui 0.16.1 → 0.16.2

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.
@@ -41,47 +41,47 @@ function AE(e) {
41
41
  };
42
42
  }
43
43
  (function(e) {
44
- function t(_, P) {
45
- var S;
46
- return _ instanceof Buffer ? S = _ : S = Buffer.from(_.buffer, _.byteOffset, _.byteLength), S.toString(P);
44
+ function t(S, P) {
45
+ var _;
46
+ return S instanceof Buffer ? _ = S : _ = Buffer.from(S.buffer, S.byteOffset, S.byteLength), _.toString(P);
47
47
  }
48
- var n = function(_) {
49
- return Buffer.from(_);
48
+ var n = function(S) {
49
+ return Buffer.from(S);
50
50
  };
51
- function r(_) {
52
- for (var P = 0, S = Math.min(256 * 256, _.length + 1), T = new Uint16Array(S), M = [], L = 0; ; ) {
53
- var A = P < _.length;
54
- if (!A || L >= S - 1) {
51
+ function r(S) {
52
+ for (var P = 0, _ = Math.min(256 * 256, S.length + 1), T = new Uint16Array(_), M = [], L = 0; ; ) {
53
+ var A = P < S.length;
54
+ if (!A || L >= _ - 1) {
55
55
  var W = T.subarray(0, L), V = W;
56
56
  if (M.push(String.fromCharCode.apply(null, V)), !A) return M.join("");
57
- _ = _.subarray(P), P = 0, L = 0;
57
+ S = S.subarray(P), P = 0, L = 0;
58
58
  }
59
- var R = _[P++];
59
+ var R = S[P++];
60
60
  if (!(R & 128)) T[L++] = R;
61
61
  else if ((R & 224) === 192) {
62
- var G = _[P++] & 63;
62
+ var G = S[P++] & 63;
63
63
  T[L++] = (R & 31) << 6 | G;
64
64
  } else if ((R & 240) === 224) {
65
- var G = _[P++] & 63, te = _[P++] & 63;
65
+ var G = S[P++] & 63, te = S[P++] & 63;
66
66
  T[L++] = (R & 31) << 12 | G << 6 | te;
67
67
  } else if ((R & 248) === 240) {
68
- var G = _[P++] & 63, te = _[P++] & 63, ne = _[P++] & 63, J = (R & 7) << 18 | G << 12 | te << 6 | ne;
68
+ var G = S[P++] & 63, te = S[P++] & 63, ne = S[P++] & 63, J = (R & 7) << 18 | G << 12 | te << 6 | ne;
69
69
  J > 65535 && (J -= 65536, T[L++] = J >>> 10 & 1023 | 55296, J = 56320 | J & 1023), T[L++] = J;
70
70
  }
71
71
  }
72
72
  }
73
- function i(_) {
74
- for (var P = 0, S = _.length, T = 0, M = Math.max(32, S + (S >>> 1) + 7), L = new Uint8Array(M >>> 3 << 3); P < S; ) {
75
- var A = _.charCodeAt(P++);
73
+ function i(S) {
74
+ for (var P = 0, _ = S.length, T = 0, M = Math.max(32, _ + (_ >>> 1) + 7), L = new Uint8Array(M >>> 3 << 3); P < _; ) {
75
+ var A = S.charCodeAt(P++);
76
76
  if (A >= 55296 && A <= 56319) {
77
- if (P < S) {
78
- var W = _.charCodeAt(P);
77
+ if (P < _) {
78
+ var W = S.charCodeAt(P);
79
79
  (W & 64512) === 56320 && (++P, A = ((A & 1023) << 10) + (W & 1023) + 65536);
80
80
  }
81
81
  if (A >= 55296 && A <= 56319) continue;
82
82
  }
83
83
  if (T + 4 > L.length) {
84
- M += 8, M *= 1 + P / _.length * 2, M = M >>> 3 << 3;
84
+ M += 8, M *= 1 + P / S.length * 2, M = M >>> 3 << 3;
85
85
  var V = new Uint8Array(M);
86
86
  V.set(L), L = V;
87
87
  }
@@ -98,20 +98,20 @@ function AE(e) {
98
98
  }
99
99
  return L.slice ? L.slice(0, T) : L.subarray(0, T);
100
100
  }
101
- var a = "Failed to ", l = function(_, P, S) {
102
- if (_) throw new Error("".concat(a).concat(P, ": the '").concat(S, "' option is unsupported."));
101
+ var a = "Failed to ", l = function(S, P, _) {
102
+ if (S) throw new Error("".concat(a).concat(P, ": the '").concat(_, "' option is unsupported."));
103
103
  }, c = typeof Buffer == "function" && Buffer.from, f = c ? n : i;
104
104
  function h() {
105
105
  this.encoding = "utf-8";
106
106
  }
107
- h.prototype.encode = function(_, P) {
108
- return l(P && P.stream, "encode", "stream"), f(_);
107
+ h.prototype.encode = function(S, P) {
108
+ return l(P && P.stream, "encode", "stream"), f(S);
109
109
  };
110
- function y(_) {
110
+ function y(S) {
111
111
  var P;
112
112
  try {
113
- var S = new Blob([_], { type: "text/plain;charset=UTF-8" });
114
- P = URL.createObjectURL(S);
113
+ var _ = new Blob([S], { type: "text/plain;charset=UTF-8" });
114
+ P = URL.createObjectURL(_);
115
115
  var T = new XMLHttpRequest();
116
116
  return T.open("GET", P, !1), T.send(), T.responseText;
117
117
  } finally {
@@ -119,24 +119,24 @@ function AE(e) {
119
119
  }
120
120
  }
121
121
  var m = !c && typeof Blob == "function" && typeof URL == "function" && typeof URL.createObjectURL == "function", v = ["utf-8", "utf8", "unicode-1-1-utf-8"], b = r;
122
- c ? b = t : m && (b = function(_) {
122
+ c ? b = t : m && (b = function(S) {
123
123
  try {
124
- return y(_);
124
+ return y(S);
125
125
  } catch {
126
- return r(_);
126
+ return r(S);
127
127
  }
128
128
  });
129
129
  var w = "construct 'TextDecoder'", C = "".concat(a, " ").concat(w, ": the ");
130
- function k(_, P) {
131
- l(P && P.fatal, w, "fatal"), _ = _ || "utf-8";
132
- var S;
133
- if (c ? S = Buffer.isEncoding(_) : S = v.indexOf(_.toLowerCase()) !== -1, !S) throw new RangeError("".concat(C, " encoding label provided ('").concat(_, "') is invalid."));
134
- this.encoding = _, this.fatal = !1, this.ignoreBOM = !1;
130
+ function k(S, P) {
131
+ l(P && P.fatal, w, "fatal"), S = S || "utf-8";
132
+ var _;
133
+ if (c ? _ = Buffer.isEncoding(S) : _ = v.indexOf(S.toLowerCase()) !== -1, !_) throw new RangeError("".concat(C, " encoding label provided ('").concat(S, "') is invalid."));
134
+ this.encoding = S, this.fatal = !1, this.ignoreBOM = !1;
135
135
  }
136
- k.prototype.decode = function(_, P) {
136
+ k.prototype.decode = function(S, P) {
137
137
  l(P && P.stream, "decode", "stream");
138
- var S;
139
- return _ instanceof Uint8Array ? S = _ : _.buffer instanceof ArrayBuffer ? S = new Uint8Array(_.buffer) : S = new Uint8Array(_), b(S, this.encoding);
138
+ var _;
139
+ return S instanceof Uint8Array ? _ = S : S.buffer instanceof ArrayBuffer ? _ = new Uint8Array(S.buffer) : _ = new Uint8Array(S), b(_, this.encoding);
140
140
  }, e.TextEncoder = e.TextEncoder || h, e.TextDecoder = e.TextDecoder || k;
141
141
  })(typeof window < "u" ? window : Yr);
142
142
  var ME = {
@@ -1067,7 +1067,7 @@ kd.write = function(e, t, n, r, i, a) {
1067
1067
  return y(E, p, g);
1068
1068
  };
1069
1069
  function m(E) {
1070
- return h(E), l(E < 0 ? 0 : _(E) | 0);
1070
+ return h(E), l(E < 0 ? 0 : S(E) | 0);
1071
1071
  }
1072
1072
  c.allocUnsafe = function(E) {
1073
1073
  return m(E);
@@ -1077,13 +1077,13 @@ kd.write = function(e, t, n, r, i, a) {
1077
1077
  function v(E, p) {
1078
1078
  if ((typeof p != "string" || p === "") && (p = "utf8"), !c.isEncoding(p))
1079
1079
  throw new TypeError("Unknown encoding: " + p);
1080
- const g = S(E, p) | 0;
1080
+ const g = _(E, p) | 0;
1081
1081
  let B = l(g);
1082
1082
  const N = B.write(E, p);
1083
1083
  return N !== g && (B = B.slice(0, N)), B;
1084
1084
  }
1085
1085
  function b(E) {
1086
- const p = E.length < 0 ? 0 : _(E.length) | 0, g = l(p);
1086
+ const p = E.length < 0 ? 0 : S(E.length) | 0, g = l(p);
1087
1087
  for (let B = 0; B < p; B += 1)
1088
1088
  g[B] = E[B] & 255;
1089
1089
  return g;
@@ -1105,7 +1105,7 @@ kd.write = function(e, t, n, r, i, a) {
1105
1105
  }
1106
1106
  function k(E) {
1107
1107
  if (c.isBuffer(E)) {
1108
- const p = _(E.length) | 0, g = l(p);
1108
+ const p = S(E.length) | 0, g = l(p);
1109
1109
  return g.length === 0 || E.copy(g, 0, 0, p), g;
1110
1110
  }
1111
1111
  if (E.length !== void 0)
@@ -1113,7 +1113,7 @@ kd.write = function(e, t, n, r, i, a) {
1113
1113
  if (E.type === "Buffer" && Array.isArray(E.data))
1114
1114
  return b(E.data);
1115
1115
  }
1116
- function _(E) {
1116
+ function S(E) {
1117
1117
  if (E >= i)
1118
1118
  throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x" + i.toString(16) + " bytes");
1119
1119
  return E | 0;
@@ -1180,7 +1180,7 @@ kd.write = function(e, t, n, r, i, a) {
1180
1180
  }
1181
1181
  return N;
1182
1182
  };
1183
- function S(E, p) {
1183
+ function _(E, p) {
1184
1184
  if (c.isBuffer(E))
1185
1185
  return E.length;
1186
1186
  if (ArrayBuffer.isView(E) || ot(E, ArrayBuffer))
@@ -1216,7 +1216,7 @@ kd.write = function(e, t, n, r, i, a) {
1216
1216
  p = ("" + p).toLowerCase(), N = !0;
1217
1217
  }
1218
1218
  }
1219
- c.byteLength = S;
1219
+ c.byteLength = _;
1220
1220
  function T(E, p, g) {
1221
1221
  let B = !1;
1222
1222
  if ((p === void 0 || p < 0) && (p = 0), p > this.length || ((g === void 0 || g > this.length) && (g = this.length), g <= 0) || (g >>>= 0, p >>>= 0, g <= p))
@@ -2464,11 +2464,11 @@ function bP(e) {
2464
2464
  return hP(ul("", null, null, null, [""], e = pP(e), 0, [0], e));
2465
2465
  }
2466
2466
  function ul(e, t, n, r, i, a, l, c, f) {
2467
- for (var h = 0, y = 0, m = l, v = 0, b = 0, w = 0, C = 1, k = 1, _ = 1, P = 0, S = "", T = i, M = a, L = r, A = S; k; )
2467
+ for (var h = 0, y = 0, m = l, v = 0, b = 0, w = 0, C = 1, k = 1, S = 1, P = 0, _ = "", T = i, M = a, L = r, A = _; k; )
2468
2468
  switch (w = P, P = mr()) {
2469
2469
  case 40:
2470
2470
  if (w != 108 && Xt(A, m - 1) == 58) {
2471
- ll(A += Xe(_f(P), "&", "&\f"), "&\f", E0(h ? c[h - 1] : 0)) != -1 && (_ = -1);
2471
+ ll(A += Xe(_f(P), "&", "&\f"), "&\f", E0(h ? c[h - 1] : 0)) != -1 && (S = -1);
2472
2472
  break;
2473
2473
  }
2474
2474
  case 34:
@@ -2496,7 +2496,7 @@ function ul(e, t, n, r, i, a, l, c, f) {
2496
2496
  }
2497
2497
  break;
2498
2498
  case 123 * C:
2499
- c[h++] = Tr(A) * _;
2499
+ c[h++] = Tr(A) * S;
2500
2500
  case 125 * C:
2501
2501
  case 59:
2502
2502
  case 0:
@@ -2505,12 +2505,12 @@ function ul(e, t, n, r, i, a, l, c, f) {
2505
2505
  case 125:
2506
2506
  k = 0;
2507
2507
  case 59 + y:
2508
- _ == -1 && (A = Xe(A, /\f/g, "")), b > 0 && Tr(A) - m && Ss(b > 32 ? Em(A + ";", r, n, m - 1, f) : Em(Xe(A, " ", "") + ";", r, n, m - 2, f), f);
2508
+ S == -1 && (A = Xe(A, /\f/g, "")), b > 0 && Tr(A) - m && Ss(b > 32 ? Em(A + ";", r, n, m - 1, f) : Em(Xe(A, " ", "") + ";", r, n, m - 2, f), f);
2509
2509
  break;
2510
2510
  case 59:
2511
2511
  A += ";";
2512
2512
  default:
2513
- if (Ss(L = Rm(A, t, n, h, y, i, c, S, T = [], M = [], m, a), a), P === 123)
2513
+ if (Ss(L = Rm(A, t, n, h, y, i, c, _, T = [], M = [], m, a), a), P === 123)
2514
2514
  if (y === 0)
2515
2515
  ul(A, t, L, L, T, a, m, c, M);
2516
2516
  else
@@ -2519,13 +2519,13 @@ function ul(e, t, n, r, i, a, l, c, f) {
2519
2519
  case 108:
2520
2520
  case 109:
2521
2521
  case 115:
2522
- ul(e, L, L, r && Ss(Rm(e, L, L, 0, 0, i, c, S, i, T = [], m, M), M), i, M, m, c, r ? T : M);
2522
+ ul(e, L, L, r && Ss(Rm(e, L, L, 0, 0, i, c, _, i, T = [], m, M), M), i, M, m, c, r ? T : M);
2523
2523
  break;
2524
2524
  default:
2525
2525
  ul(A, L, L, L, [""], M, 0, c, M);
2526
2526
  }
2527
2527
  }
2528
- h = y = b = 0, C = _ = 1, S = A = "", m = l;
2528
+ h = y = b = 0, C = S = 1, _ = A = "", m = l;
2529
2529
  break;
2530
2530
  case 58:
2531
2531
  m = 1 + Tr(A), b = w;
@@ -2538,13 +2538,13 @@ function ul(e, t, n, r, i, a, l, c, f) {
2538
2538
  }
2539
2539
  switch (A += Dd(P), P * C) {
2540
2540
  case 38:
2541
- _ = y > 0 ? 1 : (A += "\f", -1);
2541
+ S = y > 0 ? 1 : (A += "\f", -1);
2542
2542
  break;
2543
2543
  case 44:
2544
- c[h++] = (Tr(A) - 1) * _, _ = 1;
2544
+ c[h++] = (Tr(A) - 1) * S, S = 1;
2545
2545
  break;
2546
2546
  case 64:
2547
- Wo() === 45 && (A += _f(mr())), v = Wo(), y = m = Tr(S = A += vP(cl())), P++;
2547
+ Wo() === 45 && (A += _f(mr())), v = Wo(), y = m = Tr(_ = A += vP(cl())), P++;
2548
2548
  break;
2549
2549
  case 45:
2550
2550
  w === 45 && Tr(A) == 2 && (C = 0);
@@ -2553,9 +2553,9 @@ function ul(e, t, n, r, i, a, l, c, f) {
2553
2553
  return a;
2554
2554
  }
2555
2555
  function Rm(e, t, n, r, i, a, l, c, f, h, y, m) {
2556
- for (var v = i - 1, b = i === 0 ? a : [""], w = P0(b), C = 0, k = 0, _ = 0; C < r; ++C)
2557
- for (var P = 0, S = Oi(e, v + 1, v = E0(k = l[C])), T = e; P < w; ++P)
2558
- (T = T0(k > 0 ? b[P] + " " + S : Xe(S, /&\f/g, b[P]))) && (f[_++] = T);
2556
+ for (var v = i - 1, b = i === 0 ? a : [""], w = P0(b), C = 0, k = 0, S = 0; C < r; ++C)
2557
+ for (var P = 0, _ = Oi(e, v + 1, v = E0(k = l[C])), T = e; P < w; ++P)
2558
+ (T = T0(k > 0 ? b[P] + " " + _ : Xe(_, /&\f/g, b[P]))) && (f[S++] = T);
2559
2559
  return Ql(e, t, n, i === 0 ? Jl : c, f, h, y, m);
2560
2560
  }
2561
2561
  function xP(e, t, n, r) {
@@ -3022,15 +3022,15 @@ var z0 = function(e) {
3022
3022
  this.options = En(En({}, JP), t), this.gs = n, this.names = new Map(r), this.server = !!t.isServer, !this.server && _l && Mm && (Mm = !1, Am(this)), Nd(this, function() {
3023
3023
  return function(a) {
3024
3024
  for (var l = a.getTag(), c = l.length, f = "", h = function(m) {
3025
- var v = function(_) {
3026
- return Cl.get(_);
3025
+ var v = function(S) {
3026
+ return Cl.get(S);
3027
3027
  }(m);
3028
3028
  if (v === void 0) return "continue";
3029
3029
  var b = a.names.get(v), w = l.getGroup(m);
3030
3030
  if (b === void 0 || !b.size || w.length === 0) return "continue";
3031
3031
  var C = "".concat(Mi, ".g").concat(m, '[id="').concat(v, '"]'), k = "";
3032
- b !== void 0 && b.forEach(function(_) {
3033
- _.length > 0 && (k += "".concat(_, ","));
3032
+ b !== void 0 && b.forEach(function(S) {
3033
+ S.length > 0 && (k += "".concat(S, ","));
3034
3034
  }), f += "".concat(w).concat(C, '{content:"').concat(k, '"}').concat(Ld);
3035
3035
  }, y = 0; y < c; y++) h(y);
3036
3036
  return f;
@@ -3085,11 +3085,11 @@ function eI(e) {
3085
3085
  }), l.prefix && y.push(CP), y.push(wP);
3086
3086
  var m = function(v, b, w, C) {
3087
3087
  b === void 0 && (b = ""), w === void 0 && (w = ""), C === void 0 && (C = "&"), t = C, n = b, r = new RegExp("\\".concat(n, "\\b"), "g");
3088
- var k = v.replace(QP, ""), _ = bP(w || b ? "".concat(w, " ").concat(b, " { ").concat(k, " }") : k);
3089
- l.namespace && (_ = W0(_, l.namespace));
3088
+ var k = v.replace(QP, ""), S = bP(w || b ? "".concat(w, " ").concat(b, " { ").concat(k, " }") : k);
3089
+ l.namespace && (S = W0(S, l.namespace));
3090
3090
  var P = [];
3091
- return Sl(_, SP(y.concat(_P(function(S) {
3092
- return P.push(S);
3091
+ return Sl(S, SP(y.concat(_P(function(_) {
3092
+ return P.push(_);
3093
3093
  })))), P;
3094
3094
  };
3095
3095
  return m.hash = f.length ? f.reduce(function(v, b) {
@@ -3209,7 +3209,7 @@ function aI(e, t, n) {
3209
3209
  };
3210
3210
  } else w = C;
3211
3211
  }
3212
- var _ = new sI(n, v, r ? i.componentStyle : void 0);
3212
+ var S = new sI(n, v, r ? i.componentStyle : void 0);
3213
3213
  function P(T, M) {
3214
3214
  return function(L, A, W) {
3215
3215
  var V = L.attrs, R = L.componentStyle, G = L.defaultProps, te = L.foldedComponentIds, ne = L.styledComponentId, J = L.target, Z = _t.useContext(q0), ae = Bm(), fe = L.shouldForwardProp || ae.shouldForwardProp, de = TP(A, Z, G) || Bi, _e = function(Ve, Ue, ut) {
@@ -3225,11 +3225,11 @@ function aI(e, t, n) {
3225
3225
  return se;
3226
3226
  }(R, _e), Ae = Fo(te, ne);
3227
3227
  return Ne && (Ae += " " + Ne), _e.className && (Ae += " " + _e.className), ve[Rf(je) && !A0.has(je) ? "class" : "className"] = Ae, ve.ref = W, RE(je, ve);
3228
- }(S, T, M);
3228
+ }(_, T, M);
3229
3229
  }
3230
3230
  P.displayName = m;
3231
- var S = _t.forwardRef(P);
3232
- return S.attrs = b, S.componentStyle = _, S.displayName = m, S.shouldForwardProp = w, S.foldedComponentIds = r ? Fo(i.foldedComponentIds, i.styledComponentId) : "", S.styledComponentId = v, S.target = r ? i.target : e, Object.defineProperty(S, "defaultProps", { get: function() {
3231
+ var _ = _t.forwardRef(P);
3232
+ return _.attrs = b, _.componentStyle = S, _.displayName = m, _.shouldForwardProp = w, _.foldedComponentIds = r ? Fo(i.foldedComponentIds, i.styledComponentId) : "", _.styledComponentId = v, _.target = r ? i.target : e, Object.defineProperty(_, "defaultProps", { get: function() {
3233
3233
  return this._foldedDefaultProps;
3234
3234
  }, set: function(T) {
3235
3235
  this._foldedDefaultProps = r ? function(M) {
@@ -3237,9 +3237,9 @@ function aI(e, t, n) {
3237
3237
  for (var W = 0, V = L; W < V.length; W++) Qf(M, V[W], !0);
3238
3238
  return M;
3239
3239
  }({}, i.defaultProps, T) : T;
3240
- } }), Nd(S, function() {
3241
- return ".".concat(S.styledComponentId);
3242
- }), a && N0(S, e, { attrs: !0, componentStyle: !0, displayName: !0, foldedComponentIds: !0, shouldForwardProp: !0, styledComponentId: !0, target: !0 }), S;
3240
+ } }), Nd(_, function() {
3241
+ return ".".concat(_.styledComponentId);
3242
+ }), a && N0(_, e, { attrs: !0, componentStyle: !0, displayName: !0, foldedComponentIds: !0, shouldForwardProp: !0, styledComponentId: !0, target: !0 }), _;
3243
3243
  }
3244
3244
  function Lm(e, t) {
3245
3245
  for (var n = [e[0]], r = 0, i = t.length; r < i; r += 1) n.push(t[r], e[r + 1]);
@@ -3480,11 +3480,11 @@ function PI(e) {
3480
3480
  return Q0(gl("", null, null, null, [""], e = Z0(e), 0, [0], e));
3481
3481
  }
3482
3482
  function gl(e, t, n, r, i, a, l, c, f) {
3483
- for (var h = 0, y = 0, m = l, v = 0, b = 0, w = 0, C = 1, k = 1, _ = 1, P = 0, S = "", T = i, M = a, L = r, A = S; k; )
3483
+ for (var h = 0, y = 0, m = l, v = 0, b = 0, w = 0, C = 1, k = 1, S = 1, P = 0, _ = "", T = i, M = a, L = r, A = _; k; )
3484
3484
  switch (w = P, P = zn()) {
3485
3485
  case 40:
3486
3486
  if (w != 108 && rn(A, m - 1) == 58) {
3487
- nd(A += lt(hl(P), "&", "&\f"), "&\f") != -1 && (_ = -1);
3487
+ nd(A += lt(hl(P), "&", "&\f"), "&\f") != -1 && (S = -1);
3488
3488
  break;
3489
3489
  }
3490
3490
  case 34:
@@ -3512,7 +3512,7 @@ function gl(e, t, n, r, i, a, l, c, f) {
3512
3512
  }
3513
3513
  break;
3514
3514
  case 123 * C:
3515
- c[h++] = Pr(A) * _;
3515
+ c[h++] = Pr(A) * S;
3516
3516
  case 125 * C:
3517
3517
  case 59:
3518
3518
  case 0:
@@ -3521,12 +3521,12 @@ function gl(e, t, n, r, i, a, l, c, f) {
3521
3521
  case 125:
3522
3522
  k = 0;
3523
3523
  case 59 + y:
3524
- _ == -1 && (A = lt(A, /\f/g, "")), b > 0 && Pr(A) - m && Ga(b > 32 ? zm(A + ";", r, n, m - 1) : zm(lt(A, " ", "") + ";", r, n, m - 2), f);
3524
+ S == -1 && (A = lt(A, /\f/g, "")), b > 0 && Pr(A) - m && Ga(b > 32 ? zm(A + ";", r, n, m - 1) : zm(lt(A, " ", "") + ";", r, n, m - 2), f);
3525
3525
  break;
3526
3526
  case 59:
3527
3527
  A += ";";
3528
3528
  default:
3529
- if (Ga(L = Nm(A, t, n, h, y, i, c, S, T = [], M = [], m), a), P === 123)
3529
+ if (Ga(L = Nm(A, t, n, h, y, i, c, _, T = [], M = [], m), a), P === 123)
3530
3530
  if (y === 0)
3531
3531
  gl(A, t, L, L, T, a, m, c, M);
3532
3532
  else
@@ -3535,13 +3535,13 @@ function gl(e, t, n, r, i, a, l, c, f) {
3535
3535
  case 108:
3536
3536
  case 109:
3537
3537
  case 115:
3538
- gl(e, L, L, r && Ga(Nm(e, L, L, 0, 0, i, c, S, i, T = [], m), M), i, M, m, c, r ? T : M);
3538
+ gl(e, L, L, r && Ga(Nm(e, L, L, 0, 0, i, c, _, i, T = [], m), M), i, M, m, c, r ? T : M);
3539
3539
  break;
3540
3540
  default:
3541
3541
  gl(A, L, L, L, [""], M, 0, c, M);
3542
3542
  }
3543
3543
  }
3544
- h = y = b = 0, C = _ = 1, S = A = "", m = l;
3544
+ h = y = b = 0, C = S = 1, _ = A = "", m = l;
3545
3545
  break;
3546
3546
  case 58:
3547
3547
  m = 1 + Pr(A), b = w;
@@ -3554,13 +3554,13 @@ function gl(e, t, n, r, i, a, l, c, f) {
3554
3554
  }
3555
3555
  switch (A += rc(P), P * C) {
3556
3556
  case 38:
3557
- _ = y > 0 ? 1 : (A += "\f", -1);
3557
+ S = y > 0 ? 1 : (A += "\f", -1);
3558
3558
  break;
3559
3559
  case 44:
3560
- c[h++] = (Pr(A) - 1) * _, _ = 1;
3560
+ c[h++] = (Pr(A) - 1) * S, S = 1;
3561
3561
  break;
3562
3562
  case 64:
3563
- Or() === 45 && (A += hl(zn())), v = Or(), y = m = Pr(S = A += TI(pl())), P++;
3563
+ Or() === 45 && (A += hl(zn())), v = Or(), y = m = Pr(_ = A += TI(pl())), P++;
3564
3564
  break;
3565
3565
  case 45:
3566
3566
  w === 45 && Pr(A) == 2 && (C = 0);
@@ -3570,8 +3570,8 @@ function gl(e, t, n, r, i, a, l, c, f) {
3570
3570
  }
3571
3571
  function Nm(e, t, n, r, i, a, l, c, f, h, y) {
3572
3572
  for (var m = i - 1, v = i === 0 ? a : [""], b = Ud(v), w = 0, C = 0, k = 0; w < r; ++w)
3573
- for (var _ = 0, P = Ms(e, m + 1, m = yI(C = l[w])), S = e; _ < b; ++_)
3574
- (S = X0(C > 0 ? v[_] + " " + P : lt(P, /&\f/g, v[_]))) && (f[k++] = S);
3573
+ for (var S = 0, P = Ms(e, m + 1, m = yI(C = l[w])), _ = e; S < b; ++S)
3574
+ (_ = X0(C > 0 ? v[S] + " " + P : lt(P, /&\f/g, v[S]))) && (f[k++] = _);
3575
3575
  return ic(e, t, n, i === 0 ? jd : c, f, h, y);
3576
3576
  }
3577
3577
  function II(e, t, n) {
@@ -3816,8 +3816,8 @@ var FI = function(t, n, r, i) {
3816
3816
  // means that the style elements we're looking at are only Emotion 11 server-rendered style elements
3817
3817
  document.querySelectorAll('style[data-emotion^="' + n + ' "]'),
3818
3818
  function(C) {
3819
- for (var k = C.getAttribute("data-emotion").split(" "), _ = 1; _ < k.length; _++)
3820
- a[k[_]] = !0;
3819
+ for (var k = C.getAttribute("data-emotion").split(" "), S = 1; S < k.length; S++)
3820
+ a[k[S]] = !0;
3821
3821
  c.push(C);
3822
3822
  }
3823
3823
  );
@@ -3828,8 +3828,8 @@ var FI = function(t, n, r, i) {
3828
3828
  })], v = kI(h.concat(i, m)), b = function(k) {
3829
3829
  return Pi(PI(k), v);
3830
3830
  };
3831
- f = function(k, _, P, S) {
3832
- y = P, b(k ? k + "{" + _.styles + "}" : _.styles), S && (w.inserted[_.name] = !0);
3831
+ f = function(k, S, P, _) {
3832
+ y = P, b(k ? k + "{" + S.styles + "}" : S.styles), _ && (w.inserted[S.name] = !0);
3833
3833
  };
3834
3834
  }
3835
3835
  var w = {
@@ -4280,21 +4280,21 @@ var Us = function() {
4280
4280
  for (var v = y.length, b = 1; b < v; b++)
4281
4281
  m.push(y[b], y[0][b]);
4282
4282
  }
4283
- var w = dv(function(C, k, _) {
4284
- var P = h && C.as || i, S = "", T = [], M = C;
4283
+ var w = dv(function(C, k, S) {
4284
+ var P = h && C.as || i, _ = "", T = [], M = C;
4285
4285
  if (C.theme == null) {
4286
4286
  M = {};
4287
4287
  for (var L in C)
4288
4288
  M[L] = C[L];
4289
4289
  M.theme = F.useContext(Vd);
4290
4290
  }
4291
- typeof C.className == "string" ? S = XI(k.registered, T, C.className) : C.className != null && (S = C.className + " ");
4291
+ typeof C.className == "string" ? _ = XI(k.registered, T, C.className) : C.className != null && (_ = C.className + " ");
4292
4292
  var A = mc(m.concat(T), k.registered, M);
4293
- S += k.key + "-" + A.name, l !== void 0 && (S += " " + l);
4293
+ _ += k.key + "-" + A.name, l !== void 0 && (_ += " " + l);
4294
4294
  var W = h && c === void 0 ? qm(P) : f, V = {};
4295
4295
  for (var R in C)
4296
4296
  h && R === "as" || W(R) && (V[R] = C[R]);
4297
- return V.className = S, _ && (V.ref = _), /* @__PURE__ */ F.createElement(F.Fragment, null, /* @__PURE__ */ F.createElement(l$, {
4297
+ return V.className = _, S && (V.ref = S), /* @__PURE__ */ F.createElement(F.Fragment, null, /* @__PURE__ */ F.createElement(l$, {
4298
4298
  cache: k,
4299
4299
  serialized: A,
4300
4300
  isStringTag: typeof P == "string"
@@ -5727,13 +5727,13 @@ function Pk(e = {}) {
5727
5727
  // For more details: https://github.com/mui/material-ui/pull/37908
5728
5728
  y && y !== "Root" && y !== "root" || !1
5729
5729
  ), k = v || !1;
5730
- let _ = Pf;
5731
- y === "Root" || y === "root" ? _ = r : y ? _ = i : kk(c) && (_ = void 0);
5730
+ let S = Pf;
5731
+ y === "Root" || y === "root" ? S = r : y ? S = i : kk(c) && (S = void 0);
5732
5732
  const P = mv(c, {
5733
- shouldForwardProp: _,
5733
+ shouldForwardProp: S,
5734
5734
  label: Ik(),
5735
5735
  ...w
5736
- }), S = (M) => {
5736
+ }), _ = (M) => {
5737
5737
  if (typeof M == "function" && M.__emotion_real !== M)
5738
5738
  return function(A) {
5739
5739
  return ml(A, M);
@@ -5746,7 +5746,7 @@ function Pk(e = {}) {
5746
5746
  }
5747
5747
  return M;
5748
5748
  }, T = (...M) => {
5749
- const L = [], A = M.map(S), W = [];
5749
+ const L = [], A = M.map(_), W = [];
5750
5750
  if (L.push(a), h && b && W.push(function(te) {
5751
5751
  var ae, fe;
5752
5752
  const J = (fe = (ae = te.theme.components) == null ? void 0 : ae[h]) == null ? void 0 : fe.styleOverrides;
@@ -6304,59 +6304,59 @@ function Qk(e, t = {}) {
6304
6304
  [c]: w,
6305
6305
  ...C
6306
6306
  } = a;
6307
- if (Object.entries(C || {}).forEach(([S, T]) => {
6307
+ if (Object.entries(C || {}).forEach(([_, T]) => {
6308
6308
  const {
6309
6309
  vars: M,
6310
6310
  css: L,
6311
6311
  varsWithDefaults: A
6312
6312
  } = $f(T, t);
6313
- v = fn(v, A), b[S] = {
6313
+ v = fn(v, A), b[_] = {
6314
6314
  css: L,
6315
6315
  vars: M
6316
6316
  };
6317
6317
  }), w) {
6318
6318
  const {
6319
- css: S,
6319
+ css: _,
6320
6320
  vars: T,
6321
6321
  varsWithDefaults: M
6322
6322
  } = $f(w, t);
6323
6323
  v = fn(v, M), b[c] = {
6324
- css: S,
6324
+ css: _,
6325
6325
  vars: T
6326
6326
  };
6327
6327
  }
6328
- function k(S, T) {
6328
+ function k(_, T) {
6329
6329
  var L, A;
6330
6330
  let M = i;
6331
- if (i === "class" && (M = ".%s"), i === "data" && (M = "[data-%s]"), i != null && i.startsWith("data-") && !i.includes("%s") && (M = `[${i}="%s"]`), S) {
6331
+ if (i === "class" && (M = ".%s"), i === "data" && (M = "[data-%s]"), i != null && i.startsWith("data-") && !i.includes("%s") && (M = `[${i}="%s"]`), _) {
6332
6332
  if (M === "media")
6333
- return e.defaultColorScheme === S ? ":root" : {
6334
- [`@media (prefers-color-scheme: ${((A = (L = a[S]) == null ? void 0 : L.palette) == null ? void 0 : A.mode) || S})`]: {
6333
+ return e.defaultColorScheme === _ ? ":root" : {
6334
+ [`@media (prefers-color-scheme: ${((A = (L = a[_]) == null ? void 0 : L.palette) == null ? void 0 : A.mode) || _})`]: {
6335
6335
  ":root": T
6336
6336
  }
6337
6337
  };
6338
6338
  if (M)
6339
- return e.defaultColorScheme === S ? `:root, ${M.replace("%s", String(S))}` : M.replace("%s", String(S));
6339
+ return e.defaultColorScheme === _ ? `:root, ${M.replace("%s", String(_))}` : M.replace("%s", String(_));
6340
6340
  }
6341
6341
  return ":root";
6342
6342
  }
6343
6343
  return {
6344
6344
  vars: v,
6345
6345
  generateThemeVars: () => {
6346
- let S = {
6346
+ let _ = {
6347
6347
  ...h
6348
6348
  };
6349
6349
  return Object.entries(b).forEach(([, {
6350
6350
  vars: T
6351
6351
  }]) => {
6352
- S = fn(S, T);
6353
- }), S;
6352
+ _ = fn(_, T);
6353
+ }), _;
6354
6354
  },
6355
6355
  generateStyleSheets: () => {
6356
6356
  var W, V;
6357
- const S = [], T = e.defaultColorScheme || "light";
6357
+ const _ = [], T = e.defaultColorScheme || "light";
6358
6358
  function M(R, G) {
6359
- Object.keys(G).length && S.push(typeof R == "string" ? {
6359
+ Object.keys(G).length && _.push(typeof R == "string" ? {
6360
6360
  [R]: {
6361
6361
  ...G
6362
6362
  }
@@ -6395,7 +6395,7 @@ function Qk(e, t = {}) {
6395
6395
  M(n(R, {
6396
6396
  ...ne
6397
6397
  }), ne);
6398
- }), S;
6398
+ }), _;
6399
6399
  }
6400
6400
  };
6401
6401
  }
@@ -6659,17 +6659,17 @@ function ap(e) {
6659
6659
  const v = ({
6660
6660
  color: C,
6661
6661
  name: k,
6662
- mainShade: _ = 500,
6662
+ mainShade: S = 500,
6663
6663
  lightShade: P = 300,
6664
- darkShade: S = 700
6664
+ darkShade: _ = 700
6665
6665
  }) => {
6666
6666
  if (C = {
6667
6667
  ...C
6668
- }, !C.main && C[_] && (C.main = C[_]), !C.hasOwnProperty("main"))
6669
- throw new Error(Zr(11, k ? ` (${k})` : "", _));
6668
+ }, !C.main && C[S] && (C.main = C[S]), !C.hasOwnProperty("main"))
6669
+ throw new Error(Zr(11, k ? ` (${k})` : "", S));
6670
6670
  if (typeof C.main != "string")
6671
6671
  throw new Error(Zr(12, k ? ` (${k})` : "", JSON.stringify(C.main)));
6672
- return cy(C, "light", P, r), cy(C, "dark", S, r), C.contrastText || (C.contrastText = m(C.main)), C;
6672
+ return cy(C, "light", P, r), cy(C, "dark", _, r), C.contrastText || (C.contrastText = m(C.main)), C;
6673
6673
  }, b = {
6674
6674
  dark: kf,
6675
6675
  light: ly
@@ -6778,16 +6778,16 @@ function fO(e, t) {
6778
6778
  allVariants: h,
6779
6779
  pxToRem: y,
6780
6780
  ...m
6781
- } = typeof t == "function" ? t(e) : t, v = r / 14, b = y || ((k) => `${k / f * v}rem`), w = (k, _, P, S, T) => ({
6781
+ } = typeof t == "function" ? t(e) : t, v = r / 14, b = y || ((k) => `${k / f * v}rem`), w = (k, S, P, _, T) => ({
6782
6782
  fontFamily: n,
6783
6783
  fontWeight: k,
6784
- fontSize: b(_),
6784
+ fontSize: b(S),
6785
6785
  // Unitless following https://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/
6786
6786
  lineHeight: P,
6787
6787
  // The letter spacing was designed for the Roboto font-family. Using the same letter-spacing
6788
6788
  // across font-families can cause issues with the kerning.
6789
6789
  ...n === fy ? {
6790
- letterSpacing: `${uO(S / _)}em`
6790
+ letterSpacing: `${uO(_ / S)}em`
6791
6791
  } : {},
6792
6792
  ...T,
6793
6793
  ...h
@@ -7118,25 +7118,25 @@ function kO(e = {}, ...t) {
7118
7118
  light: w,
7119
7119
  dark: C,
7120
7120
  ...k
7121
- } = n, _ = {
7121
+ } = n, S = {
7122
7122
  ...k
7123
7123
  };
7124
7124
  let P = b;
7125
7125
  if ((m === "dark" && !("dark" in n) || m === "light" && !("light" in n)) && (P = !0), !P)
7126
7126
  throw new Error(Zr(21, m));
7127
- const S = Of(_, P, h, m);
7128
- w && !_.light && Of(_, w, void 0, "light"), C && !_.dark && Of(_, C, void 0, "dark");
7127
+ const _ = Of(S, P, h, m);
7128
+ w && !S.light && Of(S, w, void 0, "light"), C && !S.dark && Of(S, C, void 0, "dark");
7129
7129
  let T = {
7130
7130
  defaultColorScheme: m,
7131
- ...S,
7131
+ ..._,
7132
7132
  cssVarPrefix: a,
7133
7133
  colorSchemeSelector: c,
7134
7134
  rootSelector: f,
7135
7135
  getCssVar: v,
7136
- colorSchemes: _,
7136
+ colorSchemes: S,
7137
7137
  font: {
7138
- ...lO(S.typography),
7139
- ...S.font
7138
+ ...lO(_.typography),
7139
+ ..._.font
7140
7140
  },
7141
7141
  spacing: IO(h.spacing)
7142
7142
  };
@@ -7813,7 +7813,7 @@ const nr = rt("MuiTouchRipple", ["root", "ripple", "rippleVisible", "ripplePulsa
7813
7813
  rippleY: A,
7814
7814
  rippleSize: W
7815
7815
  }, y.current)]), y.current += 1, m.current = V;
7816
- }, [a]), _ = F.useCallback((T = {}, M = {}, L = () => {
7816
+ }, [a]), S = F.useCallback((T = {}, M = {}, L = () => {
7817
7817
  }) => {
7818
7818
  const {
7819
7819
  pulsate: A = !1,
@@ -7866,13 +7866,13 @@ const nr = rt("MuiTouchRipple", ["root", "ripple", "rippleVisible", "ripplePulsa
7866
7866
  cb: L
7867
7867
  });
7868
7868
  }, [i, k, b]), P = F.useCallback(() => {
7869
- _({}, {
7869
+ S({}, {
7870
7870
  pulsate: !0
7871
7871
  });
7872
- }, [_]), S = F.useCallback((T, M) => {
7872
+ }, [S]), _ = F.useCallback((T, M) => {
7873
7873
  if (b.clear(), (T == null ? void 0 : T.type) === "touchend" && w.current) {
7874
7874
  w.current(), w.current = null, b.start(0, () => {
7875
- S(T, M);
7875
+ _(T, M);
7876
7876
  });
7877
7877
  return;
7878
7878
  }
@@ -7880,9 +7880,9 @@ const nr = rt("MuiTouchRipple", ["root", "ripple", "rippleVisible", "ripplePulsa
7880
7880
  }, [b]);
7881
7881
  return F.useImperativeHandle(n, () => ({
7882
7882
  pulsate: P,
7883
- start: _,
7884
- stop: S
7885
- }), [P, _, S]), /* @__PURE__ */ $.jsx(ZO, {
7883
+ start: S,
7884
+ stop: _
7885
+ }), [P, S, _]), /* @__PURE__ */ $.jsx(ZO, {
7886
7886
  className: Ee(nr.root, a.root, l),
7887
7887
  ref: C,
7888
7888
  ...c,
@@ -7967,9 +7967,9 @@ const n2 = rt("MuiButtonBase", ["root", "disabled", "focusVisible"]), r2 = (e) =
7967
7967
  LinkComponent: w = "a",
7968
7968
  onBlur: C,
7969
7969
  onClick: k,
7970
- onContextMenu: _,
7970
+ onContextMenu: S,
7971
7971
  onDragLeave: P,
7972
- onFocus: S,
7972
+ onFocus: _,
7973
7973
  onFocusVisible: T,
7974
7974
  onKeyDown: M,
7975
7975
  onKeyUp: L,
@@ -7997,12 +7997,12 @@ const n2 = rt("MuiButtonBase", ["root", "disabled", "focusVisible"]), r2 = (e) =
7997
7997
  function Ae(me, $t, Ot = m) {
7998
7998
  return Xr((dn) => ($t && $t(dn), Ot || _e[me](dn), !0));
7999
7999
  }
8000
- const Ve = Ae("start", A), Ue = Ae("stop", _), ut = Ae("stop", P), se = Ae("stop", V), ce = Ae("stop", (me) => {
8000
+ const Ve = Ae("start", A), Ue = Ae("stop", S), ut = Ae("stop", P), se = Ae("stop", V), ce = Ae("stop", (me) => {
8001
8001
  ve && me.preventDefault(), W && W(me);
8002
8002
  }), pe = Ae("start", te), he = Ae("stop", R), ue = Ae("stop", G), Te = Ae("stop", (me) => {
8003
8003
  oy(me.target) || Me(!1), C && C(me);
8004
8004
  }, !1), ye = Xr((me) => {
8005
- de.current || (de.current = me.currentTarget), oy(me.target) && (Me(!0), T && T(me)), S && S(me);
8005
+ de.current || (de.current = me.currentTarget), oy(me.target) && (Me(!0), T && T(me)), _ && _(me);
8006
8006
  }), Ie = () => {
8007
8007
  const me = de.current;
8008
8008
  return f && f !== "button" && !(me.tagName === "A" && me.href);
@@ -8249,9 +8249,9 @@ const er = rt("MuiTab", ["root", "labelIcon", "textColorInherit", "textColorPrim
8249
8249
  // eslint-disable-next-line react/prop-types
8250
8250
  selectionFollowsFocus: k,
8251
8251
  // eslint-disable-next-line react/prop-types
8252
- textColor: _ = "inherit",
8252
+ textColor: S = "inherit",
8253
8253
  value: P,
8254
- wrapped: S = !1,
8254
+ wrapped: _ = !1,
8255
8255
  ...T
8256
8256
  } = r, M = {
8257
8257
  ...r,
@@ -8262,8 +8262,8 @@ const er = rt("MuiTab", ["root", "labelIcon", "textColorInherit", "textColorPrim
8262
8262
  iconPosition: h,
8263
8263
  label: !!m,
8264
8264
  fullWidth: c,
8265
- textColor: _,
8266
- wrapped: S
8265
+ textColor: S,
8266
+ wrapped: _
8267
8267
  }, L = s2(M), A = f && m && /* @__PURE__ */ F.isValidElement(f) ? /* @__PURE__ */ F.cloneElement(f, {
8268
8268
  className: Ee(L.icon, f.props.className)
8269
8269
  }) : f, W = (R) => {
@@ -8400,13 +8400,13 @@ const d2 = (e) => {
8400
8400
  },
8401
8401
  // TODO v5 deprecate color prop, v6 remove for sx
8402
8402
  ...Object.entries((e.vars ?? e).palette).filter(([, C]) => C && C.main).map(([C]) => {
8403
- var k, _;
8403
+ var k, S;
8404
8404
  return {
8405
8405
  props: {
8406
8406
  color: C
8407
8407
  },
8408
8408
  style: {
8409
- color: (_ = (k = (e.vars ?? e).palette) == null ? void 0 : k[C]) == null ? void 0 : _.main
8409
+ color: (S = (k = (e.vars ?? e).palette) == null ? void 0 : k[C]) == null ? void 0 : S.main
8410
8410
  }
8411
8411
  };
8412
8412
  }),
@@ -8462,10 +8462,10 @@ const d2 = (e) => {
8462
8462
  hasSvgAsChild: w
8463
8463
  }, k = {};
8464
8464
  y || (k.viewBox = v);
8465
- const _ = d2(C);
8465
+ const S = d2(C);
8466
8466
  return /* @__PURE__ */ $.jsxs(p2, {
8467
8467
  as: c,
8468
- className: Ee(_.root, a),
8468
+ className: Ee(S.root, a),
8469
8469
  focusable: "false",
8470
8470
  color: h,
8471
8471
  "aria-hidden": m ? void 0 : !0,
@@ -8589,7 +8589,7 @@ const b2 = rt("MuiTabScrollButton", ["root", "vertical", "horizontal", "disabled
8589
8589
  fontSize: "small"
8590
8590
  },
8591
8591
  ownerState: v
8592
- }), _ = Fi({
8592
+ }), S = Fi({
8593
8593
  elementType: C,
8594
8594
  externalSlotProps: l.endScrollButtonIcon,
8595
8595
  additionalProps: {
@@ -8614,7 +8614,7 @@ const b2 = rt("MuiTabScrollButton", ["root", "vertical", "horizontal", "disabled
8614
8614
  children: c === "left" ? /* @__PURE__ */ $.jsx(w, {
8615
8615
  ...k
8616
8616
  }) : /* @__PURE__ */ $.jsx(C, {
8617
- ..._
8617
+ ...S
8618
8618
  })
8619
8619
  });
8620
8620
  });
@@ -8837,9 +8837,9 @@ const Af = rt("MuiTabs", ["root", "vertical", "flexContainer", "flexContainerVer
8837
8837
  indicatorColor: w = "primary",
8838
8838
  onChange: C,
8839
8839
  orientation: k = "horizontal",
8840
- ScrollButtonComponent: _ = S2,
8840
+ ScrollButtonComponent: S = S2,
8841
8841
  scrollButtons: P = "auto",
8842
- selectionFollowsFocus: S,
8842
+ selectionFollowsFocus: _,
8843
8843
  slots: T = {},
8844
8844
  slotProps: M = {},
8845
8845
  TabIndicatorProps: L = {},
@@ -8961,7 +8961,7 @@ const Af = rt("MuiTabs", ["root", "vertical", "flexContainer", "flexContainerVer
8961
8961
  className: Ee(ve.scrollableX, ve.hideScrollbar)
8962
8962
  }) : null;
8963
8963
  const we = ne && (P === "auto" && (se || pe) || P === !0);
8964
- return re.scrollButtonStart = we ? /* @__PURE__ */ $.jsx(_, {
8964
+ return re.scrollButtonStart = we ? /* @__PURE__ */ $.jsx(S, {
8965
8965
  slots: {
8966
8966
  StartScrollButtonIcon: T.StartScrollButtonIcon
8967
8967
  },
@@ -8974,7 +8974,7 @@ const Af = rt("MuiTabs", ["root", "vertical", "flexContainer", "flexContainerVer
8974
8974
  disabled: !se,
8975
8975
  ...A,
8976
8976
  className: Ee(ve.scrollButtons, A.className)
8977
- }) : null, re.scrollButtonEnd = we ? /* @__PURE__ */ $.jsx(_, {
8977
+ }) : null, re.scrollButtonEnd = we ? /* @__PURE__ */ $.jsx(S, {
8978
8978
  slots: {
8979
8979
  EndScrollButtonIcon: T.EndScrollButtonIcon
8980
8980
  },
@@ -9079,7 +9079,7 @@ const Af = rt("MuiTabs", ["root", "vertical", "flexContainer", "flexContainerVer
9079
9079
  fullWidth: R === "fullWidth",
9080
9080
  indicator: we && !Ae && B,
9081
9081
  selected: we,
9082
- selectionFollowsFocus: S,
9082
+ selectionFollowsFocus: _,
9083
9083
  onChange: C,
9084
9084
  textColor: W,
9085
9085
  value: ie,
@@ -10242,13 +10242,13 @@ function WA(e = {}) {
10242
10242
  // For more details: https://github.com/mui/material-ui/pull/37908
10243
10243
  y && y !== "Root" && y !== "root" || !1
10244
10244
  ), k = v || !1;
10245
- let _ = Bf;
10246
- y === "Root" || y === "root" ? _ = r : y ? _ = i : GA(c) && (_ = void 0);
10245
+ let S = Bf;
10246
+ y === "Root" || y === "root" ? S = r : y ? S = i : GA(c) && (S = void 0);
10247
10247
  const P = F2(c, {
10248
- shouldForwardProp: _,
10248
+ shouldForwardProp: S,
10249
10249
  label: UA(),
10250
10250
  ...w
10251
- }), S = (M) => {
10251
+ }), _ = (M) => {
10252
10252
  if (typeof M == "function" && M.__emotion_real !== M)
10253
10253
  return function(A) {
10254
10254
  return yl(A, M);
@@ -10261,7 +10261,7 @@ function WA(e = {}) {
10261
10261
  }
10262
10262
  return M;
10263
10263
  }, T = (...M) => {
10264
- const L = [], A = M.map(S), W = [];
10264
+ const L = [], A = M.map(_), W = [];
10265
10265
  if (L.push(a), h && b && W.push(function(te) {
10266
10266
  var ae, fe;
10267
10267
  const J = (fe = (ae = te.theme.components) == null ? void 0 : ae[h]) == null ? void 0 : fe.styleOverrides;
@@ -10444,15 +10444,15 @@ function gr(e, t) {
10444
10444
  component: C,
10445
10445
  ...k
10446
10446
  },
10447
- internalRef: _
10447
+ internalRef: S
10448
10448
  } = Av({
10449
10449
  className: n,
10450
10450
  ...f,
10451
10451
  externalForwardedProps: e === "root" ? v : void 0,
10452
10452
  externalSlotProps: w
10453
- }), P = Jt(_, w == null ? void 0 : w.ref, t.ref), S = l ? l(k) : {}, T = {
10453
+ }), P = Jt(S, w == null ? void 0 : w.ref, t.ref), _ = l ? l(k) : {}, T = {
10454
10454
  ...i,
10455
- ...S
10455
+ ..._
10456
10456
  }, M = e === "root" ? C || h : C, L = kv(b, {
10457
10457
  ...e === "root" && !h && !y[e] && c,
10458
10458
  ...e !== "root" && !y[e] && c,
@@ -10462,7 +10462,7 @@ function gr(e, t) {
10462
10462
  },
10463
10463
  ref: P
10464
10464
  }, T);
10465
- return Object.keys(S).forEach((A) => {
10465
+ return Object.keys(_).forEach((A) => {
10466
10466
  delete L[A];
10467
10467
  }), [b, L];
10468
10468
  }
@@ -10792,9 +10792,9 @@ const Ry = rt("MuiTypography", ["root", "h1", "h2", "h3", "h4", "h5", "h6", "sub
10792
10792
  paragraph: v,
10793
10793
  variant: b,
10794
10794
  variantMapping: w
10795
- }, _ = h || (v ? "p" : w[b] || Ey[b]) || "span", P = dM(k);
10795
+ }, S = h || (v ? "p" : w[b] || Ey[b]) || "span", P = dM(k);
10796
10796
  return /* @__PURE__ */ $.jsx(pM, {
10797
- as: _,
10797
+ as: S,
10798
10798
  ref: n,
10799
10799
  className: Ee(P.root, f),
10800
10800
  ...C,
@@ -10870,16 +10870,16 @@ const vM = /* @__PURE__ */ F.forwardRef(function(t, n) {
10870
10870
  } = t, {
10871
10871
  current: h
10872
10872
  } = F.useRef(c != null), y = F.useRef(null), m = Jt(n, y), v = F.useRef(null), b = F.useRef(null), w = F.useCallback(() => {
10873
- const _ = y.current, S = yr(_).getComputedStyle(_);
10874
- if (S.width === "0px")
10873
+ const S = y.current, _ = yr(S).getComputedStyle(S);
10874
+ if (_.width === "0px")
10875
10875
  return {
10876
10876
  outerHeightStyle: 0,
10877
10877
  overflowing: !1
10878
10878
  };
10879
10879
  const T = b.current;
10880
- T.style.width = S.width, T.value = _.value || t.placeholder || "x", T.value.slice(-1) === `
10880
+ T.style.width = _.width, T.value = S.value || t.placeholder || "x", T.value.slice(-1) === `
10881
10881
  ` && (T.value += " ");
10882
- const M = S.boxSizing, L = Xa(S.paddingBottom) + Xa(S.paddingTop), A = Xa(S.borderBottomWidth) + Xa(S.borderTopWidth), W = T.scrollHeight;
10882
+ const M = _.boxSizing, L = Xa(_.paddingBottom) + Xa(_.paddingTop), A = Xa(_.borderBottomWidth) + Xa(_.borderTopWidth), W = T.scrollHeight;
10883
10883
  T.value = "x";
10884
10884
  const V = T.scrollHeight;
10885
10885
  let R = W;
@@ -10890,28 +10890,28 @@ const vM = /* @__PURE__ */ F.forwardRef(function(t, n) {
10890
10890
  overflowing: te
10891
10891
  };
10892
10892
  }, [i, a, t.placeholder]), C = F.useCallback(() => {
10893
- const _ = w();
10894
- if (yM(_))
10893
+ const S = w();
10894
+ if (yM(S))
10895
10895
  return;
10896
- const P = _.outerHeightStyle, S = y.current;
10897
- v.current !== P && (v.current = P, S.style.height = `${P}px`), S.style.overflow = _.overflowing ? "hidden" : "";
10896
+ const P = S.outerHeightStyle, _ = y.current;
10897
+ v.current !== P && (v.current = P, _.style.height = `${P}px`), _.style.overflow = S.overflowing ? "hidden" : "";
10898
10898
  }, [w]);
10899
10899
  Ar(() => {
10900
- const _ = () => {
10900
+ const S = () => {
10901
10901
  C();
10902
10902
  };
10903
10903
  let P;
10904
- const S = Dc(_), T = y.current, M = yr(T);
10905
- M.addEventListener("resize", S);
10904
+ const _ = Dc(S), T = y.current, M = yr(T);
10905
+ M.addEventListener("resize", _);
10906
10906
  let L;
10907
- return typeof ResizeObserver < "u" && (L = new ResizeObserver(_), L.observe(T)), () => {
10908
- S.clear(), cancelAnimationFrame(P), M.removeEventListener("resize", S), L && L.disconnect();
10907
+ return typeof ResizeObserver < "u" && (L = new ResizeObserver(S), L.observe(T)), () => {
10908
+ _.clear(), cancelAnimationFrame(P), M.removeEventListener("resize", _), L && L.disconnect();
10909
10909
  };
10910
10910
  }, [w, C]), Ar(() => {
10911
10911
  C();
10912
10912
  });
10913
- const k = (_) => {
10914
- h || C(), r && r(_);
10913
+ const k = (S) => {
10914
+ h || C(), r && r(S);
10915
10915
  };
10916
10916
  return /* @__PURE__ */ $.jsxs(F.Fragment, {
10917
10917
  children: [/* @__PURE__ */ $.jsx("textarea", {
@@ -11183,9 +11183,9 @@ const qc = (e, t) => {
11183
11183
  endAdornment: w,
11184
11184
  error: C,
11185
11185
  fullWidth: k = !1,
11186
- id: _,
11186
+ id: S,
11187
11187
  inputComponent: P = "input",
11188
- inputProps: S = {},
11188
+ inputProps: _ = {},
11189
11189
  inputRef: T,
11190
11190
  margin: M,
11191
11191
  maxRows: L,
@@ -11209,10 +11209,10 @@ const qc = (e, t) => {
11209
11209
  type: Ae = "text",
11210
11210
  value: Ve,
11211
11211
  ...Ue
11212
- } = r, ut = S.value != null ? S.value : Ve, {
11212
+ } = r, ut = _.value != null ? _.value : Ve, {
11213
11213
  current: se
11214
11214
  } = F.useRef(ut != null), ce = F.useRef(), pe = F.useCallback((N) => {
11215
- }, []), he = Jt(ce, T, S.ref, pe), [ue, Te] = F.useState(!1), ye = qi(), Ie = Gi({
11215
+ }, []), he = Jt(ce, T, _.ref, pe), [ue, Te] = F.useState(!1), ye = qi(), Ie = Gi({
11216
11216
  props: r,
11217
11217
  muiFormControl: ye,
11218
11218
  states: ["color", "disabled", "error", "hiddenLabel", "size", "required", "filled"]
@@ -11229,9 +11229,9 @@ const qc = (e, t) => {
11229
11229
  });
11230
11230
  }, [ut, Re, se]);
11231
11231
  const De = (N) => {
11232
- ne && ne(N), S.onFocus && S.onFocus(N), ye && ye.onFocus ? ye.onFocus(N) : Te(!0);
11232
+ ne && ne(N), _.onFocus && _.onFocus(N), ye && ye.onFocus ? ye.onFocus(N) : Te(!0);
11233
11233
  }, et = (N) => {
11234
- R && R(N), S.onBlur && S.onBlur(N), ye && ye.onBlur ? ye.onBlur(N) : Te(!1);
11234
+ R && R(N), _.onBlur && _.onBlur(N), ye && ye.onBlur ? ye.onBlur(N) : Te(!1);
11235
11235
  }, Oe = (N, ...H) => {
11236
11236
  if (!se) {
11237
11237
  const Y = N.target || ce.current;
@@ -11241,7 +11241,7 @@ const qc = (e, t) => {
11241
11241
  value: Y.value
11242
11242
  });
11243
11243
  }
11244
- S.onChange && S.onChange(N, ...H), G && G(N, ...H);
11244
+ _.onChange && _.onChange(N, ...H), G && G(N, ...H);
11245
11245
  };
11246
11246
  F.useEffect(() => {
11247
11247
  Re(ce.current);
@@ -11249,7 +11249,7 @@ const qc = (e, t) => {
11249
11249
  const ot = (N) => {
11250
11250
  ce.current && N.currentTarget === N.target && ce.current.focus(), te && te(N);
11251
11251
  };
11252
- let me = P, $t = S;
11252
+ let me = P, $t = _;
11253
11253
  W && me === "input" && (_e ? $t = {
11254
11254
  type: void 0,
11255
11255
  minRows: _e,
@@ -11311,7 +11311,7 @@ const qc = (e, t) => {
11311
11311
  autoFocus: l,
11312
11312
  defaultValue: m,
11313
11313
  disabled: Ie.disabled,
11314
- id: _,
11314
+ id: S,
11315
11315
  onAnimationStart: Ot,
11316
11316
  name: V,
11317
11317
  placeholder: ae,
@@ -11389,10 +11389,10 @@ const ko = {
11389
11389
  onExited: w,
11390
11390
  onExiting: C,
11391
11391
  style: k,
11392
- timeout: _ = i,
11392
+ timeout: S = i,
11393
11393
  // eslint-disable-next-line react/prop-types
11394
11394
  TransitionComponent: P = Mr,
11395
- ...S
11395
+ ..._
11396
11396
  } = t, T = F.useRef(null), M = Jt(T, Vs(c), n), L = (J) => (Z) => {
11397
11397
  if (J) {
11398
11398
  const ae = T.current;
@@ -11402,7 +11402,7 @@ const ko = {
11402
11402
  Xv(J);
11403
11403
  const ae = Dl({
11404
11404
  style: k,
11405
- timeout: _,
11405
+ timeout: S,
11406
11406
  easing: f
11407
11407
  }, {
11408
11408
  mode: "enter"
@@ -11411,7 +11411,7 @@ const ko = {
11411
11411
  }), V = L(m), R = L(C), G = L((J) => {
11412
11412
  const Z = Dl({
11413
11413
  style: k,
11414
- timeout: _,
11414
+ timeout: S,
11415
11415
  easing: f
11416
11416
  }, {
11417
11417
  mode: "exit"
@@ -11431,8 +11431,8 @@ const ko = {
11431
11431
  onExited: te,
11432
11432
  onExiting: R,
11433
11433
  addEndListener: ne,
11434
- timeout: _,
11435
- ...S,
11434
+ timeout: S,
11435
+ ..._,
11436
11436
  children: (J, Z) => /* @__PURE__ */ F.cloneElement(c, {
11437
11437
  style: {
11438
11438
  opacity: 0,
@@ -11513,20 +11513,20 @@ const IM = (e) => {
11513
11513
  ...r,
11514
11514
  component: l,
11515
11515
  invisible: c
11516
- }, _ = $M(k), P = {
11516
+ }, S = $M(k), P = {
11517
11517
  transition: b,
11518
11518
  root: h.Root,
11519
11519
  ...v
11520
- }, S = {
11520
+ }, _ = {
11521
11521
  ...y,
11522
11522
  ...m
11523
11523
  }, T = {
11524
11524
  slots: P,
11525
- slotProps: S
11525
+ slotProps: _
11526
11526
  }, [M, L] = gr("root", {
11527
11527
  elementType: kM,
11528
11528
  externalForwardedProps: T,
11529
- className: Ee(_.root, a),
11529
+ className: Ee(S.root, a),
11530
11530
  ownerState: k
11531
11531
  }), [A, W] = gr("transition", {
11532
11532
  elementType: TM,
@@ -11541,7 +11541,7 @@ const IM = (e) => {
11541
11541
  children: /* @__PURE__ */ $.jsx(M, {
11542
11542
  "aria-hidden": !0,
11543
11543
  ...L,
11544
- classes: _,
11544
+ classes: S,
11545
11545
  ref: n,
11546
11546
  children: i
11547
11547
  })
@@ -11849,9 +11849,9 @@ const vi = rt("MuiButton", ["root", "text", "textInherit", "textPrimary", "textS
11849
11849
  endIcon: w,
11850
11850
  focusVisibleClassName: C,
11851
11851
  fullWidth: k = !1,
11852
- size: _ = "medium",
11852
+ size: S = "medium",
11853
11853
  startIcon: P,
11854
- type: S,
11854
+ type: _,
11855
11855
  variant: T = "text",
11856
11856
  ...M
11857
11857
  } = l, L = {
@@ -11862,8 +11862,8 @@ const vi = rt("MuiButton", ["root", "text", "textInherit", "textPrimary", "textS
11862
11862
  disableElevation: v,
11863
11863
  disableFocusRipple: b,
11864
11864
  fullWidth: k,
11865
- size: _,
11866
- type: S,
11865
+ size: S,
11866
+ type: _,
11867
11867
  variant: T
11868
11868
  }, A = DM(L), W = P && /* @__PURE__ */ $.jsx(FM, {
11869
11869
  className: A.startIcon,
@@ -11882,7 +11882,7 @@ const vi = rt("MuiButton", ["root", "text", "textInherit", "textPrimary", "textS
11882
11882
  focusRipple: !b,
11883
11883
  focusVisibleClassName: Ee(A.focusVisible, C),
11884
11884
  ref: n,
11885
- type: S,
11885
+ type: _,
11886
11886
  ...M,
11887
11887
  classes: A,
11888
11888
  children: [W, c, V]
@@ -12034,10 +12034,10 @@ const ho = 44, dd = Us`
12034
12034
  thickness: h,
12035
12035
  value: y,
12036
12036
  variant: m
12037
- }, w = UM(b), C = {}, k = {}, _ = {};
12037
+ }, w = UM(b), C = {}, k = {}, S = {};
12038
12038
  if (m === "determinate") {
12039
12039
  const P = 2 * Math.PI * ((ho - h) / 2);
12040
- C.strokeDasharray = P.toFixed(3), _["aria-valuenow"] = Math.round(y), C.strokeDashoffset = `${((100 - y) / 100 * P).toFixed(3)}px`, k.transform = "rotate(-90deg)";
12040
+ C.strokeDasharray = P.toFixed(3), S["aria-valuenow"] = Math.round(y), C.strokeDashoffset = `${((100 - y) / 100 * P).toFixed(3)}px`, k.transform = "rotate(-90deg)";
12041
12041
  }
12042
12042
  return /* @__PURE__ */ $.jsx(HM, {
12043
12043
  className: Ee(w.root, i),
@@ -12050,7 +12050,7 @@ const ho = 44, dd = Us`
12050
12050
  ownerState: b,
12051
12051
  ref: n,
12052
12052
  role: "progressbar",
12053
- ..._,
12053
+ ...S,
12054
12054
  ...v,
12055
12055
  children: /* @__PURE__ */ $.jsx(GM, {
12056
12056
  className: w.svg,
@@ -12234,53 +12234,53 @@ function iB(e) {
12234
12234
  }, [n, c]), F.useEffect(() => {
12235
12235
  if (!c || !w.current)
12236
12236
  return;
12237
- const S = sr(w.current);
12238
- return w.current.contains(S.activeElement) || (w.current.hasAttribute("tabIndex") || w.current.setAttribute("tabIndex", "-1"), b.current && w.current.focus()), () => {
12237
+ const _ = sr(w.current);
12238
+ return w.current.contains(_.activeElement) || (w.current.hasAttribute("tabIndex") || w.current.setAttribute("tabIndex", "-1"), b.current && w.current.focus()), () => {
12239
12239
  i || (m.current && m.current.focus && (f.current = !0, m.current.focus()), m.current = null);
12240
12240
  };
12241
12241
  }, [c]), F.useEffect(() => {
12242
12242
  if (!c || !w.current)
12243
12243
  return;
12244
- const S = sr(w.current), T = (A) => {
12245
- k.current = A, !(r || !l() || A.key !== "Tab") && S.activeElement === w.current && A.shiftKey && (f.current = !0, y.current && y.current.focus());
12244
+ const _ = sr(w.current), T = (A) => {
12245
+ k.current = A, !(r || !l() || A.key !== "Tab") && _.activeElement === w.current && A.shiftKey && (f.current = !0, y.current && y.current.focus());
12246
12246
  }, M = () => {
12247
12247
  var V, R;
12248
12248
  const A = w.current;
12249
12249
  if (A === null)
12250
12250
  return;
12251
- if (!S.hasFocus() || !l() || f.current) {
12251
+ if (!_.hasFocus() || !l() || f.current) {
12252
12252
  f.current = !1;
12253
12253
  return;
12254
12254
  }
12255
- if (A.contains(S.activeElement) || r && S.activeElement !== h.current && S.activeElement !== y.current)
12255
+ if (A.contains(_.activeElement) || r && _.activeElement !== h.current && _.activeElement !== y.current)
12256
12256
  return;
12257
- if (S.activeElement !== v.current)
12257
+ if (_.activeElement !== v.current)
12258
12258
  v.current = null;
12259
12259
  else if (v.current !== null)
12260
12260
  return;
12261
12261
  if (!b.current)
12262
12262
  return;
12263
12263
  let W = [];
12264
- if ((S.activeElement === h.current || S.activeElement === y.current) && (W = a(w.current)), W.length > 0) {
12264
+ if ((_.activeElement === h.current || _.activeElement === y.current) && (W = a(w.current)), W.length > 0) {
12265
12265
  const G = !!((V = k.current) != null && V.shiftKey && ((R = k.current) == null ? void 0 : R.key) === "Tab"), te = W[0], ne = W[W.length - 1];
12266
12266
  typeof te != "string" && typeof ne != "string" && (G ? ne.focus() : te.focus());
12267
12267
  } else
12268
12268
  A.focus();
12269
12269
  };
12270
- S.addEventListener("focusin", M), S.addEventListener("keydown", T, !0);
12270
+ _.addEventListener("focusin", M), _.addEventListener("keydown", T, !0);
12271
12271
  const L = setInterval(() => {
12272
- S.activeElement && S.activeElement.tagName === "BODY" && M();
12272
+ _.activeElement && _.activeElement.tagName === "BODY" && M();
12273
12273
  }, 50);
12274
12274
  return () => {
12275
- clearInterval(L), S.removeEventListener("focusin", M), S.removeEventListener("keydown", T, !0);
12275
+ clearInterval(L), _.removeEventListener("focusin", M), _.removeEventListener("keydown", T, !0);
12276
12276
  };
12277
12277
  }, [n, r, i, l, c, a]);
12278
- const _ = (S) => {
12279
- m.current === null && (m.current = S.relatedTarget), b.current = !0, v.current = S.target;
12278
+ const S = (_) => {
12279
+ m.current === null && (m.current = _.relatedTarget), b.current = !0, v.current = _.target;
12280
12280
  const T = t.props.onFocus;
12281
- T && T(S);
12282
- }, P = (S) => {
12283
- m.current === null && (m.current = S.relatedTarget), b.current = !0;
12281
+ T && T(_);
12282
+ }, P = (_) => {
12283
+ m.current === null && (m.current = _.relatedTarget), b.current = !0;
12284
12284
  };
12285
12285
  return /* @__PURE__ */ $.jsxs(F.Fragment, {
12286
12286
  children: [/* @__PURE__ */ $.jsx("div", {
@@ -12290,7 +12290,7 @@ function iB(e) {
12290
12290
  "data-testid": "sentinelStart"
12291
12291
  }), /* @__PURE__ */ F.cloneElement(t, {
12292
12292
  ref: C,
12293
- onFocus: _
12293
+ onFocus: S
12294
12294
  }), /* @__PURE__ */ $.jsx("div", {
12295
12295
  tabIndex: c ? 0 : -1,
12296
12296
  onFocus: P,
@@ -12318,15 +12318,15 @@ function lB(e) {
12318
12318
  onClose: f,
12319
12319
  open: h,
12320
12320
  rootRef: y
12321
- } = e, m = F.useRef({}), v = F.useRef(null), b = F.useRef(null), w = Jt(b, y), [C, k] = F.useState(!h), _ = aB(c);
12321
+ } = e, m = F.useRef({}), v = F.useRef(null), b = F.useRef(null), w = Jt(b, y), [C, k] = F.useState(!h), S = aB(c);
12322
12322
  let P = !0;
12323
12323
  (e["aria-hidden"] === "false" || e["aria-hidden"] === !1) && (P = !1);
12324
- const S = () => sr(v.current), T = () => (m.current.modalRef = b.current, m.current.mount = v.current, m.current), M = () => {
12324
+ const _ = () => sr(v.current), T = () => (m.current.modalRef = b.current, m.current.mount = v.current, m.current), M = () => {
12325
12325
  Ja.mount(T(), {
12326
12326
  disableScrollLock: r
12327
12327
  }), b.current && (b.current.scrollTop = 0);
12328
12328
  }, L = Xr(() => {
12329
- const Z = sB(t) || S().body;
12329
+ const Z = sB(t) || _().body;
12330
12330
  Ja.add(T(), Z), b.current && M();
12331
12331
  }), A = () => Ja.isTopModal(T()), W = Xr((Z) => {
12332
12332
  v.current = Z, Z && (h && A() ? M() : b.current && ks(b.current, P));
@@ -12336,8 +12336,8 @@ function lB(e) {
12336
12336
  F.useEffect(() => () => {
12337
12337
  V();
12338
12338
  }, [V]), F.useEffect(() => {
12339
- h ? L() : (!_ || !i) && V();
12340
- }, [h, V, _, i, L]);
12339
+ h ? L() : (!S || !i) && V();
12340
+ }, [h, V, S, i, L]);
12341
12341
  const R = (Z) => (ae) => {
12342
12342
  var fe;
12343
12343
  (fe = Z.onKeyDown) == null || fe.call(Z, ae), !(ae.key !== "Escape" || ae.which === 229 || // Wait until IME is settled.
@@ -12391,7 +12391,7 @@ function lB(e) {
12391
12391
  portalRef: W,
12392
12392
  isTopModal: A,
12393
12393
  exited: C,
12394
- hasTransition: _
12394
+ hasTransition: S
12395
12395
  };
12396
12396
  }
12397
12397
  function cB(e) {
@@ -12458,9 +12458,9 @@ const uB = (e) => {
12458
12458
  disableAutoFocus: w = !1,
12459
12459
  disableEnforceFocus: C = !1,
12460
12460
  disableEscapeKeyDown: k = !1,
12461
- disablePortal: _ = !1,
12461
+ disablePortal: S = !1,
12462
12462
  disableRestoreFocus: P = !1,
12463
- disableScrollLock: S = !1,
12463
+ disableScrollLock: _ = !1,
12464
12464
  hideBackdrop: T = !1,
12465
12465
  keepMounted: M = !1,
12466
12466
  onBackdropClick: L,
@@ -12479,9 +12479,9 @@ const uB = (e) => {
12479
12479
  disableAutoFocus: w,
12480
12480
  disableEnforceFocus: C,
12481
12481
  disableEscapeKeyDown: k,
12482
- disablePortal: _,
12482
+ disablePortal: S,
12483
12483
  disableRestoreFocus: P,
12484
- disableScrollLock: S,
12484
+ disableScrollLock: _,
12485
12485
  hideBackdrop: T,
12486
12486
  keepMounted: M
12487
12487
  }, {
@@ -12543,7 +12543,7 @@ const uB = (e) => {
12543
12543
  return !M && !R && (!Me || ve) ? null : /* @__PURE__ */ $.jsx(gM, {
12544
12544
  ref: _e,
12545
12545
  container: y,
12546
- disablePortal: _,
12546
+ disablePortal: S,
12547
12547
  children: /* @__PURE__ */ $.jsxs(ut, {
12548
12548
  ...se,
12549
12549
  children: [!T && i ? /* @__PURE__ */ $.jsx(ce, {
@@ -13057,17 +13057,17 @@ const vB = (e) => {
13057
13057
  inputComponent: h,
13058
13058
  multiline: y,
13059
13059
  type: b
13060
- }, k = vB(r), _ = {
13060
+ }, k = vB(r), S = {
13061
13061
  root: {
13062
13062
  ownerState: C
13063
13063
  },
13064
13064
  input: {
13065
13065
  ownerState: C
13066
13066
  }
13067
- }, P = m ?? l ? fn(_, m ?? l) : _, S = v.root ?? a.Root ?? bB, T = v.input ?? a.Input ?? xB;
13067
+ }, P = m ?? l ? fn(S, m ?? l) : S, _ = v.root ?? a.Root ?? bB, T = v.input ?? a.Input ?? xB;
13068
13068
  return /* @__PURE__ */ $.jsx(hp, {
13069
13069
  slots: {
13070
- root: S,
13070
+ root: _,
13071
13071
  input: T
13072
13072
  },
13073
13073
  componentsProps: P,
@@ -13157,7 +13157,7 @@ const SB = (e) => {
13157
13157
  required: w = !1,
13158
13158
  size: C = "medium",
13159
13159
  variant: k = "outlined",
13160
- ..._
13160
+ ...S
13161
13161
  } = r, P = {
13162
13162
  ...r,
13163
13163
  color: l,
@@ -13170,7 +13170,7 @@ const SB = (e) => {
13170
13170
  required: w,
13171
13171
  size: C,
13172
13172
  variant: k
13173
- }, S = SB(P), [T, M] = F.useState(() => {
13173
+ }, _ = SB(P), [T, M] = F.useState(() => {
13174
13174
  let ne = !1;
13175
13175
  return i && F.Children.forEach(i, (J) => {
13176
13176
  if (!If(J, ["Input", "Select"]))
@@ -13220,9 +13220,9 @@ const SB = (e) => {
13220
13220
  children: /* @__PURE__ */ $.jsx(_B, {
13221
13221
  as: c,
13222
13222
  ownerState: P,
13223
- className: Ee(S.root, a),
13223
+ className: Ee(_.root, a),
13224
13224
  ref: n,
13225
- ..._,
13225
+ ...S,
13226
13226
  children: i
13227
13227
  })
13228
13228
  });
@@ -13307,7 +13307,7 @@ const RB = (e) => {
13307
13307
  props: r,
13308
13308
  muiFormControl: C,
13309
13309
  states: ["variant", "size", "disabled", "error", "filled", "focused", "required"]
13310
- }), _ = {
13310
+ }), S = {
13311
13311
  ...r,
13312
13312
  component: l,
13313
13313
  contained: k.variant === "filled" || k.variant === "outlined",
@@ -13319,14 +13319,14 @@ const RB = (e) => {
13319
13319
  focused: k.focused,
13320
13320
  required: k.required
13321
13321
  };
13322
- delete _.ownerState;
13323
- const P = RB(_);
13322
+ delete S.ownerState;
13323
+ const P = RB(S);
13324
13324
  return /* @__PURE__ */ $.jsx(EB, {
13325
13325
  as: l,
13326
13326
  className: Ee(P.root, a),
13327
13327
  ref: n,
13328
13328
  ...w,
13329
- ownerState: _,
13329
+ ownerState: S,
13330
13330
  children: i === " " ? (
13331
13331
  // notranslate needed while Google Translate will not fix zero-width space issue
13332
13332
  My || (My = /* @__PURE__ */ $.jsx("span", {
@@ -13429,17 +13429,17 @@ const Os = rt("MuiFormLabel", ["root", "colorSecondary", "focused", "disabled",
13429
13429
  filled: C.filled,
13430
13430
  focused: C.focused,
13431
13431
  required: C.required
13432
- }, _ = IB(k);
13432
+ }, S = IB(k);
13433
13433
  return /* @__PURE__ */ $.jsxs($B, {
13434
13434
  as: c,
13435
13435
  ownerState: k,
13436
- className: Ee(_.root, a),
13436
+ className: Ee(S.root, a),
13437
13437
  ref: n,
13438
13438
  ...b,
13439
13439
  children: [i, C.required && /* @__PURE__ */ $.jsxs(kB, {
13440
13440
  ownerState: k,
13441
13441
  "aria-hidden": !0,
13442
- className: _.asterisk,
13442
+ className: S.asterisk,
13443
13443
  children: [" ", "*"]
13444
13444
  })]
13445
13445
  });
@@ -13473,8 +13473,8 @@ const AB = {
13473
13473
  timeout: C = "auto",
13474
13474
  // eslint-disable-next-line react/prop-types
13475
13475
  TransitionComponent: k = Mr,
13476
- ..._
13477
- } = t, P = Iv(), S = F.useRef(), T = Fc(), M = F.useRef(null), L = Jt(M, Vs(a), n), A = (Z) => (ae) => {
13476
+ ...S
13477
+ } = t, P = Iv(), _ = F.useRef(), T = Fc(), M = F.useRef(null), L = Jt(M, Vs(a), n), A = (Z) => (ae) => {
13478
13478
  if (Z) {
13479
13479
  const fe = M.current;
13480
13480
  ae === void 0 ? Z(fe) : Z(fe, ae);
@@ -13493,7 +13493,7 @@ const AB = {
13493
13493
  mode: "enter"
13494
13494
  });
13495
13495
  let je;
13496
- C === "auto" ? (je = T.transitions.getAutoHeightDuration(Z.clientHeight), S.current = je) : je = fe, Z.style.transition = [T.transitions.create("opacity", {
13496
+ C === "auto" ? (je = T.transitions.getAutoHeightDuration(Z.clientHeight), _.current = je) : je = fe, Z.style.transition = [T.transitions.create("opacity", {
13497
13497
  duration: je,
13498
13498
  delay: de
13499
13499
  }), T.transitions.create("transform", {
@@ -13514,7 +13514,7 @@ const AB = {
13514
13514
  mode: "exit"
13515
13515
  });
13516
13516
  let _e;
13517
- C === "auto" ? (_e = T.transitions.getAutoHeightDuration(Z.clientHeight), S.current = _e) : _e = ae, Z.style.transition = [T.transitions.create("opacity", {
13517
+ C === "auto" ? (_e = T.transitions.getAutoHeightDuration(Z.clientHeight), _.current = _e) : _e = ae, Z.style.transition = [T.transitions.create("opacity", {
13518
13518
  duration: _e,
13519
13519
  delay: fe
13520
13520
  }), T.transitions.create("transform", {
@@ -13523,7 +13523,7 @@ const AB = {
13523
13523
  easing: de
13524
13524
  })].join(","), Z.style.opacity = 0, Z.style.transform = hd(0.75), m && m(Z);
13525
13525
  }), ne = A(v), J = (Z) => {
13526
- C === "auto" && P.start(S.current || 0, Z), r && r(M.current, Z);
13526
+ C === "auto" && P.start(_.current || 0, Z), r && r(M.current, Z);
13527
13527
  };
13528
13528
  return /* @__PURE__ */ $.jsx(k, {
13529
13529
  appear: i,
@@ -13537,7 +13537,7 @@ const AB = {
13537
13537
  onExiting: G,
13538
13538
  addEndListener: J,
13539
13539
  timeout: C === "auto" ? null : C,
13540
- ..._,
13540
+ ...S,
13541
13541
  children: (Z, ae) => /* @__PURE__ */ F.cloneElement(a, {
13542
13542
  style: {
13543
13543
  opacity: 0,
@@ -13681,13 +13681,13 @@ const MB = (e) => {
13681
13681
  disableUnderline: i
13682
13682
  }
13683
13683
  }
13684
- }, _ = y ?? l ? fn(y ?? l, k) : k, P = m.root ?? a.Root ?? BB, S = m.input ?? a.Input ?? DB;
13684
+ }, S = y ?? l ? fn(y ?? l, k) : k, P = m.root ?? a.Root ?? BB, _ = m.input ?? a.Input ?? DB;
13685
13685
  return /* @__PURE__ */ $.jsx(hp, {
13686
13686
  slots: {
13687
13687
  root: P,
13688
- input: S
13688
+ input: _
13689
13689
  },
13690
- slotProps: _,
13690
+ slotProps: S,
13691
13691
  fullWidth: c,
13692
13692
  inputComponent: f,
13693
13693
  multiline: h,
@@ -14092,9 +14092,9 @@ const gs = rt("MuiListItemButton", ["root", "focusVisible", "dense", "alignItems
14092
14092
  dense: f || C.dense || !1,
14093
14093
  alignItems: i,
14094
14094
  disableGutters: h
14095
- }), [i, C.dense, f, h]), _ = F.useRef(null);
14095
+ }), [i, C.dense, f, h]), S = F.useRef(null);
14096
14096
  Ar(() => {
14097
- a && _.current && _.current.focus();
14097
+ a && S.current && S.current.focus();
14098
14098
  }, [a]);
14099
14099
  const P = {
14100
14100
  ...r,
@@ -14103,18 +14103,18 @@ const gs = rt("MuiListItemButton", ["root", "focusVisible", "dense", "alignItems
14103
14103
  disableGutters: h,
14104
14104
  divider: y,
14105
14105
  selected: v
14106
- }, S = GB(P), T = Jt(_, n);
14106
+ }, _ = GB(P), T = Jt(S, n);
14107
14107
  return /* @__PURE__ */ $.jsx(zi.Provider, {
14108
14108
  value: k,
14109
14109
  children: /* @__PURE__ */ $.jsx(qB, {
14110
14110
  ref: T,
14111
14111
  href: w.href || w.to,
14112
14112
  component: (w.href || w.to) && l === "div" ? "button" : l,
14113
- focusVisibleClassName: Ee(S.focusVisible, m),
14113
+ focusVisibleClassName: Ee(_.focusVisible, m),
14114
14114
  ownerState: P,
14115
- className: Ee(S.root, b),
14115
+ className: Ee(_.root, b),
14116
14116
  ...w,
14117
- classes: S,
14117
+ classes: _,
14118
14118
  children: c
14119
14119
  })
14120
14120
  });
@@ -14200,21 +14200,21 @@ const Ei = rt("MuiListItemText", ["root", "multiline", "dense", "inset", "primar
14200
14200
  primary: !!w,
14201
14201
  secondary: !!C,
14202
14202
  dense: b
14203
- }, _ = KB(k);
14203
+ }, S = KB(k);
14204
14204
  return w != null && w.type !== Ya && !l && (w = /* @__PURE__ */ $.jsx(Ya, {
14205
14205
  variant: b ? "body2" : "body1",
14206
- className: _.primary,
14206
+ className: S.primary,
14207
14207
  component: h != null && h.variant ? void 0 : "span",
14208
14208
  ...h,
14209
14209
  children: w
14210
14210
  })), C != null && C.type !== Ya && !l && (C = /* @__PURE__ */ $.jsx(Ya, {
14211
14211
  variant: "body2",
14212
- className: _.secondary,
14212
+ className: S.secondary,
14213
14213
  color: "textSecondary",
14214
14214
  ...m,
14215
14215
  children: C
14216
14216
  })), /* @__PURE__ */ $.jsxs(YB, {
14217
- className: Ee(_.root, a),
14217
+ className: Ee(S.root, a),
14218
14218
  ownerState: k,
14219
14219
  ref: n,
14220
14220
  ...v,
@@ -14272,54 +14272,54 @@ const XB = /* @__PURE__ */ F.forwardRef(function(t, n) {
14272
14272
  Ar(() => {
14273
14273
  i && b.current.focus();
14274
14274
  }, [i]), F.useImperativeHandle(r, () => ({
14275
- adjustStyleForScrollbar: (S, {
14275
+ adjustStyleForScrollbar: (_, {
14276
14276
  direction: T
14277
14277
  }) => {
14278
14278
  const M = !b.current.style.width;
14279
- if (S.clientHeight < b.current.clientHeight && M) {
14280
- const L = `${$v(yr(S))}px`;
14279
+ if (_.clientHeight < b.current.clientHeight && M) {
14280
+ const L = `${$v(yr(_))}px`;
14281
14281
  b.current.style[T === "rtl" ? "paddingLeft" : "paddingRight"] = L, b.current.style.width = `calc(100% + ${L})`;
14282
14282
  }
14283
14283
  return b.current;
14284
14284
  }
14285
14285
  }), []);
14286
- const C = (S) => {
14287
- const T = b.current, M = S.key;
14288
- if (S.ctrlKey || S.metaKey || S.altKey) {
14289
- y && y(S);
14286
+ const C = (_) => {
14287
+ const T = b.current, M = _.key;
14288
+ if (_.ctrlKey || _.metaKey || _.altKey) {
14289
+ y && y(_);
14290
14290
  return;
14291
14291
  }
14292
14292
  const A = sr(T).activeElement;
14293
14293
  if (M === "ArrowDown")
14294
- S.preventDefault(), ms(T, A, h, f, Ff);
14294
+ _.preventDefault(), ms(T, A, h, f, Ff);
14295
14295
  else if (M === "ArrowUp")
14296
- S.preventDefault(), ms(T, A, h, f, Dy);
14296
+ _.preventDefault(), ms(T, A, h, f, Dy);
14297
14297
  else if (M === "Home")
14298
- S.preventDefault(), ms(T, null, h, f, Ff);
14298
+ _.preventDefault(), ms(T, null, h, f, Ff);
14299
14299
  else if (M === "End")
14300
- S.preventDefault(), ms(T, null, h, f, Dy);
14300
+ _.preventDefault(), ms(T, null, h, f, Dy);
14301
14301
  else if (M.length === 1) {
14302
14302
  const W = w.current, V = M.toLowerCase(), R = performance.now();
14303
14303
  W.keys.length > 0 && (R - W.lastTime > 500 ? (W.keys = [], W.repeating = !0, W.previousKeyMatched = !0) : W.repeating && V !== W.keys[0] && (W.repeating = !1)), W.lastTime = R, W.keys.push(V);
14304
14304
  const G = A && !W.repeating && nb(A, W);
14305
- W.previousKeyMatched && (G || ms(T, A, !1, f, Ff, W)) ? S.preventDefault() : W.previousKeyMatched = !1;
14305
+ W.previousKeyMatched && (G || ms(T, A, !1, f, Ff, W)) ? _.preventDefault() : W.previousKeyMatched = !1;
14306
14306
  }
14307
- y && y(S);
14307
+ y && y(_);
14308
14308
  }, k = Jt(b, n);
14309
- let _ = -1;
14310
- F.Children.forEach(l, (S, T) => {
14311
- if (!/* @__PURE__ */ F.isValidElement(S)) {
14312
- _ === T && (_ += 1, _ >= l.length && (_ = -1));
14309
+ let S = -1;
14310
+ F.Children.forEach(l, (_, T) => {
14311
+ if (!/* @__PURE__ */ F.isValidElement(_)) {
14312
+ S === T && (S += 1, S >= l.length && (S = -1));
14313
14313
  return;
14314
14314
  }
14315
- S.props.disabled || (m === "selectedMenu" && S.props.selected || _ === -1) && (_ = T), _ === T && (S.props.disabled || S.props.muiSkipListHighlight || S.type.muiSkipListHighlight) && (_ += 1, _ >= l.length && (_ = -1));
14315
+ _.props.disabled || (m === "selectedMenu" && _.props.selected || S === -1) && (S = T), S === T && (_.props.disabled || _.props.muiSkipListHighlight || _.type.muiSkipListHighlight) && (S += 1, S >= l.length && (S = -1));
14316
14316
  });
14317
- const P = F.Children.map(l, (S, T) => {
14318
- if (T === _) {
14317
+ const P = F.Children.map(l, (_, T) => {
14318
+ if (T === S) {
14319
14319
  const M = {};
14320
- return a && (M.autoFocus = !0), S.props.tabIndex === void 0 && m === "selectedMenu" && (M.tabIndex = 0), /* @__PURE__ */ F.cloneElement(S, M);
14320
+ return a && (M.autoFocus = !0), _.props.tabIndex === void 0 && m === "selectedMenu" && (M.tabIndex = 0), /* @__PURE__ */ F.cloneElement(_, M);
14321
14321
  }
14322
- return S;
14322
+ return _;
14323
14323
  });
14324
14324
  return /* @__PURE__ */ $.jsx(gp, {
14325
14325
  role: "menu",
@@ -14398,12 +14398,12 @@ const ZB = (e) => {
14398
14398
  open: w,
14399
14399
  PaperProps: C = {},
14400
14400
  slots: k = {},
14401
- slotProps: _ = {},
14401
+ slotProps: S = {},
14402
14402
  transformOrigin: P = {
14403
14403
  vertical: "top",
14404
14404
  horizontal: "left"
14405
14405
  },
14406
- TransitionComponent: S = gd,
14406
+ TransitionComponent: _ = gd,
14407
14407
  transitionDuration: T = "auto",
14408
14408
  TransitionProps: {
14409
14409
  onEntering: M,
@@ -14411,7 +14411,7 @@ const ZB = (e) => {
14411
14411
  } = {},
14412
14412
  disableScrollLock: A = !1,
14413
14413
  ...W
14414
- } = r, V = (_ == null ? void 0 : _.paper) ?? C, R = F.useRef(), G = {
14414
+ } = r, V = (S == null ? void 0 : S.paper) ?? C, R = F.useRef(), G = {
14415
14415
  ...r,
14416
14416
  anchorOrigin: l,
14417
14417
  anchorReference: f,
@@ -14419,7 +14419,7 @@ const ZB = (e) => {
14419
14419
  marginThreshold: b,
14420
14420
  externalPaperSlotProps: V,
14421
14421
  transformOrigin: P,
14422
- TransitionComponent: S,
14422
+ TransitionComponent: _,
14423
14423
  transitionDuration: T,
14424
14424
  TransitionProps: L
14425
14425
  }, te = ZB(G), ne = F.useCallback(() => {
@@ -14496,11 +14496,11 @@ const ZB = (e) => {
14496
14496
  };
14497
14497
  }, [a, w, de]);
14498
14498
  let ve = T;
14499
- T === "auto" && !S.muiSupportAuto && (ve = void 0);
14499
+ T === "auto" && !_.muiSupportAuto && (ve = void 0);
14500
14500
  const Me = m || (a ? sr(Nf(a)).body : void 0), Ne = {
14501
14501
  slots: k,
14502
14502
  slotProps: {
14503
- ..._,
14503
+ ...S,
14504
14504
  paper: V
14505
14505
  }
14506
14506
  }, [Ae, Ve] = gr("paper", {
@@ -14541,7 +14541,7 @@ const ZB = (e) => {
14541
14541
  },
14542
14542
  ...W,
14543
14543
  ref: n,
14544
- children: /* @__PURE__ */ $.jsx(S, {
14544
+ children: /* @__PURE__ */ $.jsx(_, {
14545
14545
  appear: !0,
14546
14546
  in: w,
14547
14547
  onEntering: _e,
@@ -14618,9 +14618,9 @@ const nD = {
14618
14618
  ...C
14619
14619
  } = {},
14620
14620
  variant: k = "selectedMenu",
14621
- slots: _ = {},
14621
+ slots: S = {},
14622
14622
  slotProps: P = {},
14623
- ...S
14623
+ ..._
14624
14624
  } = r, T = sp(), M = {
14625
14625
  ...r,
14626
14626
  autoFocus: i,
@@ -14642,8 +14642,8 @@ const nD = {
14642
14642
  F.Children.map(a, (ae, fe) => {
14643
14643
  /* @__PURE__ */ F.isValidElement(ae) && (ae.props.disabled || (k === "selectedMenu" && ae.props.selected || G === -1) && (G = fe));
14644
14644
  });
14645
- const te = _.paper ?? sD, ne = P.paper ?? m, J = Fi({
14646
- elementType: _.root,
14645
+ const te = S.paper ?? sD, ne = P.paper ?? m, J = Fi({
14646
+ elementType: S.root,
14647
14647
  externalSlotProps: P.root,
14648
14648
  ownerState: M,
14649
14649
  className: [L.root, l]
@@ -14662,7 +14662,7 @@ const nD = {
14662
14662
  transformOrigin: T ? nD : rD,
14663
14663
  slots: {
14664
14664
  paper: te,
14665
- root: _.root
14665
+ root: S.root
14666
14666
  },
14667
14667
  slotProps: {
14668
14668
  root: J,
@@ -14676,7 +14676,7 @@ const nD = {
14676
14676
  ...C
14677
14677
  },
14678
14678
  ownerState: M,
14679
- ...S,
14679
+ ..._,
14680
14680
  classes: v,
14681
14681
  children: /* @__PURE__ */ $.jsx(aD, {
14682
14682
  onKeyDown: R,
@@ -14838,24 +14838,24 @@ const ys = rt("MuiMenuItem", ["root", "focusVisible", "dense", "disabled", "divi
14838
14838
  Ar(() => {
14839
14839
  i && k.current && k.current.focus();
14840
14840
  }, [i]);
14841
- const _ = {
14841
+ const S = {
14842
14842
  ...r,
14843
14843
  dense: C.dense,
14844
14844
  divider: c,
14845
14845
  disableGutters: f
14846
- }, P = fD(r), S = Jt(k, n);
14846
+ }, P = fD(r), _ = Jt(k, n);
14847
14847
  let T;
14848
14848
  return r.disabled || (T = m !== void 0 ? m : -1), /* @__PURE__ */ $.jsx(zi.Provider, {
14849
14849
  value: C,
14850
14850
  children: /* @__PURE__ */ $.jsx(dD, {
14851
- ref: S,
14851
+ ref: _,
14852
14852
  role: y,
14853
14853
  tabIndex: T,
14854
14854
  component: a,
14855
14855
  focusVisibleClassName: Ee(P.focusVisible, h),
14856
14856
  className: Ee(P.root, v),
14857
14857
  ...b,
14858
- ownerState: _,
14858
+ ownerState: S,
14859
14859
  classes: P
14860
14860
  })
14861
14861
  });
@@ -15314,7 +15314,7 @@ const SD = (e) => {
15314
15314
  props: i,
15315
15315
  muiFormControl: C,
15316
15316
  states: ["color", "disabled", "error", "focused", "hiddenLabel", "size", "required"]
15317
- }), _ = {
15317
+ }), S = {
15318
15318
  ...i,
15319
15319
  color: k.color || "primary",
15320
15320
  disabled: k.disabled,
@@ -15326,14 +15326,14 @@ const SD = (e) => {
15326
15326
  multiline: h,
15327
15327
  size: k.size,
15328
15328
  type: v
15329
- }, P = m.root ?? a.Root ?? _D, S = m.input ?? a.Input ?? RD;
15329
+ }, P = m.root ?? a.Root ?? _D, _ = m.input ?? a.Input ?? RD;
15330
15330
  return /* @__PURE__ */ $.jsx(hp, {
15331
15331
  slots: {
15332
15332
  root: P,
15333
- input: S
15333
+ input: _
15334
15334
  },
15335
15335
  renderSuffix: (T) => /* @__PURE__ */ $.jsx(CD, {
15336
- ownerState: _,
15336
+ ownerState: S,
15337
15337
  className: w.notchedOutline,
15338
15338
  label: f != null && f !== "" && k.required ? r || (r = /* @__PURE__ */ $.jsxs(F.Fragment, {
15339
15339
  children: [f, " ", "*"]
@@ -15452,9 +15452,9 @@ const kD = (e) => {
15452
15452
  IconComponent: w,
15453
15453
  inputRef: C,
15454
15454
  labelId: k,
15455
- MenuProps: _ = {},
15455
+ MenuProps: S = {},
15456
15456
  multiple: P,
15457
- name: S,
15457
+ name: _,
15458
15458
  onBlur: T,
15459
15459
  onChange: M,
15460
15460
  onClose: L,
@@ -15530,7 +15530,7 @@ const kD = (e) => {
15530
15530
  writable: !0,
15531
15531
  value: {
15532
15532
  value: ie,
15533
- name: S
15533
+ name: _
15534
15534
  }
15535
15535
  }), M(xe, le);
15536
15536
  }
@@ -15550,7 +15550,7 @@ const kD = (e) => {
15550
15550
  writable: !0,
15551
15551
  value: {
15552
15552
  value: de,
15553
- name: S
15553
+ name: _
15554
15554
  }
15555
15555
  }), T(le));
15556
15556
  };
@@ -15590,15 +15590,15 @@ const kD = (e) => {
15590
15590
  !l && Ue && Ae && (dn = he.clientWidth);
15591
15591
  let E;
15592
15592
  typeof ne < "u" ? E = ne : E = m ? null : 0;
15593
- const p = te.id || (S ? `mui-component-select-${S}` : void 0), g = {
15593
+ const p = te.id || (_ ? `mui-component-select-${_}` : void 0), g = {
15594
15594
  ...t,
15595
15595
  variant: ae,
15596
15596
  value: de,
15597
15597
  open: De,
15598
15598
  error: b
15599
15599
  }, B = kD(g), N = {
15600
- ..._.PaperProps,
15601
- ...(Y = _.slotProps) == null ? void 0 : Y.paper
15600
+ ...S.PaperProps,
15601
+ ...(Y = S.slotProps) == null ? void 0 : Y.paper
15602
15602
  }, H = Tv();
15603
15603
  return /* @__PURE__ */ $.jsxs(F.Fragment, {
15604
15604
  children: [/* @__PURE__ */ $.jsx(TD, {
@@ -15631,7 +15631,7 @@ const kD = (e) => {
15631
15631
  }), /* @__PURE__ */ $.jsx(ID, {
15632
15632
  "aria-invalid": b,
15633
15633
  value: Array.isArray(de) ? de.join(",") : de,
15634
- name: S,
15634
+ name: _,
15635
15635
  ref: Me,
15636
15636
  "aria-hidden": !0,
15637
15637
  onChange: He,
@@ -15646,7 +15646,7 @@ const kD = (e) => {
15646
15646
  className: B.icon,
15647
15647
  ownerState: g
15648
15648
  }), /* @__PURE__ */ $.jsx(lD, {
15649
- id: `menu-${S || ""}`,
15649
+ id: `menu-${_ || ""}`,
15650
15650
  anchorEl: he,
15651
15651
  open: De,
15652
15652
  onClose: ye,
@@ -15658,17 +15658,17 @@ const kD = (e) => {
15658
15658
  vertical: "top",
15659
15659
  horizontal: "center"
15660
15660
  },
15661
- ..._,
15661
+ ...S,
15662
15662
  MenuListProps: {
15663
15663
  "aria-labelledby": k,
15664
15664
  role: "listbox",
15665
15665
  "aria-multiselectable": P ? "true" : void 0,
15666
15666
  disableListWrap: !0,
15667
15667
  id: H,
15668
- ..._.MenuListProps
15668
+ ...S.MenuListProps
15669
15669
  },
15670
15670
  slotProps: {
15671
- ..._.slotProps,
15671
+ ...S.slotProps,
15672
15672
  paper: {
15673
15673
  ...N,
15674
15674
  style: {
@@ -15708,9 +15708,9 @@ const kD = (e) => {
15708
15708
  label: w,
15709
15709
  labelId: C,
15710
15710
  MenuProps: k,
15711
- multiple: _ = !1,
15711
+ multiple: S = !1,
15712
15712
  native: P = !1,
15713
- onClose: S,
15713
+ onClose: _,
15714
15714
  onOpen: T,
15715
15715
  open: M,
15716
15716
  renderValue: L,
@@ -15752,7 +15752,7 @@ const kD = (e) => {
15752
15752
  variant: ne,
15753
15753
  type: void 0,
15754
15754
  // We render a select. We can ignore the type provided by the `Input`.
15755
- multiple: _,
15755
+ multiple: S,
15756
15756
  ...P ? {
15757
15757
  id: m
15758
15758
  } : {
@@ -15761,7 +15761,7 @@ const kD = (e) => {
15761
15761
  displayEmpty: h,
15762
15762
  labelId: C,
15763
15763
  MenuProps: k,
15764
- onClose: S,
15764
+ onClose: _,
15765
15765
  onOpen: T,
15766
15766
  open: M,
15767
15767
  renderValue: L,
@@ -15774,7 +15774,7 @@ const kD = (e) => {
15774
15774
  classes: b ? fn(fe, b.classes) : fe,
15775
15775
  ...v ? v.props.inputProps : {}
15776
15776
  },
15777
- ...(_ && P || h) && ne === "outlined" ? {
15777
+ ...(S && P || h) && ne === "outlined" ? {
15778
15778
  notched: !0
15779
15779
  } : {},
15780
15780
  ref: _e,
@@ -15825,9 +15825,9 @@ const FD = {
15825
15825
  helperText: w,
15826
15826
  id: C,
15827
15827
  InputLabelProps: k,
15828
- inputProps: _,
15828
+ inputProps: S,
15829
15829
  InputProps: P,
15830
- inputRef: S,
15830
+ inputRef: _,
15831
15831
  label: T,
15832
15832
  maxRows: M,
15833
15833
  minRows: L,
@@ -15863,7 +15863,7 @@ const FD = {
15863
15863
  slotProps: {
15864
15864
  input: P,
15865
15865
  inputLabel: k,
15866
- htmlInput: _,
15866
+ htmlInput: S,
15867
15867
  formHelperText: v,
15868
15868
  select: ae,
15869
15869
  ...de
@@ -15905,7 +15905,7 @@ const FD = {
15905
15905
  type: _e,
15906
15906
  value: je,
15907
15907
  id: Ve,
15908
- inputRef: S,
15908
+ inputRef: _,
15909
15909
  onBlur: V,
15910
15910
  onChange: R,
15911
15911
  onFocus: G,
@@ -15959,11 +15959,11 @@ var Ul = { exports: {} };
15959
15959
  Ul.exports;
15960
15960
  (function(e, t) {
15961
15961
  (function() {
15962
- var n, r = "4.17.21", i = 200, a = "Unsupported core-js use. Try https://npms.io/search?q=ponyfill.", l = "Expected a function", c = "Invalid `variable` option passed into `_.template`", f = "__lodash_hash_undefined__", h = 500, y = "__lodash_placeholder__", m = 1, v = 2, b = 4, w = 1, C = 2, k = 1, _ = 2, P = 4, S = 8, T = 16, M = 32, L = 64, A = 128, W = 256, V = 512, R = 30, G = "...", te = 800, ne = 16, J = 1, Z = 2, ae = 3, fe = 1 / 0, de = 9007199254740991, _e = 17976931348623157e292, je = NaN, ve = 4294967295, Me = ve - 1, Ne = ve >>> 1, Ae = [
15962
+ var n, r = "4.17.21", i = 200, a = "Unsupported core-js use. Try https://npms.io/search?q=ponyfill.", l = "Expected a function", c = "Invalid `variable` option passed into `_.template`", f = "__lodash_hash_undefined__", h = 500, y = "__lodash_placeholder__", m = 1, v = 2, b = 4, w = 1, C = 2, k = 1, S = 2, P = 4, _ = 8, T = 16, M = 32, L = 64, A = 128, W = 256, V = 512, R = 30, G = "...", te = 800, ne = 16, J = 1, Z = 2, ae = 3, fe = 1 / 0, de = 9007199254740991, _e = 17976931348623157e292, je = NaN, ve = 4294967295, Me = ve - 1, Ne = ve >>> 1, Ae = [
15963
15963
  ["ary", A],
15964
15964
  ["bind", k],
15965
- ["bindKey", _],
15966
- ["curry", S],
15965
+ ["bindKey", S],
15966
+ ["curry", _],
15967
15967
  ["curryRight", T],
15968
15968
  ["flip", V],
15969
15969
  ["partial", M],
@@ -17598,7 +17598,7 @@ Ul.exports;
17598
17598
  for (d = D ? d : u; ++d < u; ) {
17599
17599
  O = s[d];
17600
17600
  var z = Oa(O), U = z == "wrapper" ? Zu(O) : n;
17601
- U && nf(U[0]) && U[1] == (A | S | M | W) && !U[4].length && U[9] == 1 ? D = D[Oa(U[0])].apply(D, U[3]) : D = O.length == 1 && nf(O) ? D[z]() : D.thru(O);
17601
+ U && nf(U[0]) && U[1] == (A | _ | M | W) && !U[4].length && U[9] == 1 ? D = D[Oa(U[0])].apply(D, U[3]) : D = O.length == 1 && nf(O) ? D[z]() : D.thru(O);
17602
17602
  }
17603
17603
  return function() {
17604
17604
  var Q = arguments, ee = Q[0];
@@ -17611,7 +17611,7 @@ Ul.exports;
17611
17611
  });
17612
17612
  }
17613
17613
  function Pa(o, s, u, d, x, O, D, z, U, Q) {
17614
- var ee = s & A, oe = s & k, ge = s & _, Ce = s & (S | T), $e = s & V, Ke = ge ? n : is(o);
17614
+ var ee = s & A, oe = s & k, ge = s & S, Ce = s & (_ | T), $e = s & V, Ke = ge ? n : is(o);
17615
17615
  function ke() {
17616
17616
  for (var Qe = arguments.length, nt = q(Qe), Bn = Qe; Bn--; )
17617
17617
  nt[Bn] = arguments[Bn];
@@ -17695,8 +17695,8 @@ Ul.exports;
17695
17695
  };
17696
17696
  }
17697
17697
  function xg(o, s, u, d, x, O, D, z, U, Q) {
17698
- var ee = s & S, oe = ee ? D : n, ge = ee ? n : D, Ce = ee ? O : n, $e = ee ? n : O;
17699
- s |= ee ? M : L, s &= ~(ee ? L : M), s & P || (s &= ~(k | _));
17698
+ var ee = s & _, oe = ee ? D : n, ge = ee ? n : D, Ce = ee ? O : n, $e = ee ? n : O;
17699
+ s |= ee ? M : L, s &= ~(ee ? L : M), s & P || (s &= ~(k | S));
17700
17700
  var Ke = [
17701
17701
  o,
17702
17702
  s,
@@ -17731,7 +17731,7 @@ Ul.exports;
17731
17731
  };
17732
17732
  }
17733
17733
  function jr(o, s, u, d, x, O, D, z) {
17734
- var U = s & _;
17734
+ var U = s & S;
17735
17735
  if (!U && typeof o != "function")
17736
17736
  throw new Kn(l);
17737
17737
  var Q = d ? d.length : 0;
@@ -17751,9 +17751,9 @@ Ul.exports;
17751
17751
  D,
17752
17752
  z
17753
17753
  ];
17754
- if (ge && sS(Ce, ge), o = Ce[0], s = Ce[1], u = Ce[2], d = Ce[3], x = Ce[4], z = Ce[9] = Ce[9] === n ? U ? 0 : o.length : qt(Ce[9] - Q, 0), !z && s & (S | T) && (s &= ~(S | T)), !s || s == k)
17754
+ if (ge && sS(Ce, ge), o = Ce[0], s = Ce[1], u = Ce[2], d = Ce[3], x = Ce[4], z = Ce[9] = Ce[9] === n ? U ? 0 : o.length : qt(Ce[9] - Q, 0), !z && s & (_ | T) && (s &= ~(_ | T)), !s || s == k)
17755
17755
  var $e = Ww(o, s, u);
17756
- else s == S || s == T ? $e = Uw(o, s, z) : (s == M || s == (k | M)) && !x.length ? $e = Hw(o, s, u, d) : $e = Pa.apply(n, Ce);
17756
+ else s == _ || s == T ? $e = Uw(o, s, z) : (s == M || s == (k | M)) && !x.length ? $e = Hw(o, s, u, d) : $e = Pa.apply(n, Ce);
17757
17757
  var Ke = ge ? tg : Og;
17758
17758
  return Ag(Ke($e, Ce), o, s);
17759
17759
  }
@@ -18082,7 +18082,7 @@ Ul.exports;
18082
18082
  return s;
18083
18083
  }
18084
18084
  function sS(o, s) {
18085
- var u = o[1], d = s[1], x = u | d, O = x < (k | _ | A), D = d == A && u == S || d == A && u == W && o[7].length <= s[8] || d == (A | W) && s[7].length <= s[8] && u == S;
18085
+ var u = o[1], d = s[1], x = u | d, O = x < (k | S | A), D = d == A && u == _ || d == A && u == W && o[7].length <= s[8] || d == (A | W) && s[7].length <= s[8] && u == _;
18086
18086
  if (!(O || D))
18087
18087
  return o;
18088
18088
  d & k && (o[2] = s[2], x |= u & k ? 0 : P);
@@ -18650,7 +18650,7 @@ Ul.exports;
18650
18650
  }
18651
18651
  return jr(o, d, s, u, x);
18652
18652
  }), Kg = Je(function(o, s, u) {
18653
- var d = k | _;
18653
+ var d = k | S;
18654
18654
  if (u.length) {
18655
18655
  var x = io(u, ai(Kg));
18656
18656
  d |= M;
@@ -18659,7 +18659,7 @@ Ul.exports;
18659
18659
  });
18660
18660
  function Yg(o, s, u) {
18661
18661
  s = u ? n : s;
18662
- var d = jr(o, S, n, n, n, n, n, s);
18662
+ var d = jr(o, _, n, n, n, n, n, s);
18663
18663
  return d.placeholder = Yg.placeholder, d;
18664
18664
  }
18665
18665
  function Xg(o, s, u) {
@@ -19610,7 +19610,7 @@ function print() { __p += __j.call(arguments, '') }
19610
19610
  var d = u.name + "";
19611
19611
  gt.call(ri, d) || (ri[d] = []), ri[d].push({ name: s, func: u });
19612
19612
  }
19613
- }), ri[Pa(n, _).name] = [{
19613
+ }), ri[Pa(n, S).name] = [{
19614
19614
  name: "wrapper",
19615
19615
  func: n
19616
19616
  }], tt.prototype.clone = D1, tt.prototype.reverse = L1, tt.prototype.value = F1, I.prototype.at = p_, I.prototype.chain = h_, I.prototype.commit = g_, I.prototype.next = m_, I.prototype.plant = v_, I.prototype.reverse = b_, I.prototype.toJSON = I.prototype.valueOf = I.prototype.value = x_, I.prototype.first = I.prototype.head, Yi && (I.prototype[Yi] = y_), I;
@@ -19657,8 +19657,8 @@ var bs = Ul.exports, sb = { exports: {} }, Js = {}, md = { exports: {} };
19657
19657
  function f(se, ce) {
19658
19658
  return se === ce || se !== se && ce !== ce;
19659
19659
  }
19660
- var h = "[object Arguments]", y = "[object Boolean]", m = "[object Date]", v = "[object RegExp]", b = "[object Map]", w = "[object Number]", C = "[object Object]", k = "[object Set]", _ = "[object String]", P = Object.prototype.toString;
19661
- function S(se) {
19660
+ var h = "[object Arguments]", y = "[object Boolean]", m = "[object Date]", v = "[object RegExp]", b = "[object Map]", w = "[object Number]", C = "[object Object]", k = "[object Set]", S = "[object String]", P = Object.prototype.toString;
19661
+ function _(se) {
19662
19662
  var ce = se.areArraysEqual, pe = se.areDatesEqual, he = se.areMapsEqual, ue = se.areObjectsEqual, Te = se.areRegExpsEqual, ye = se.areSetsEqual, Ie = se.createIsNestedEqual, He = Ie(Be);
19663
19663
  function Be(Re, De, et) {
19664
19664
  if (Re === De)
@@ -19671,7 +19671,7 @@ var bs = Ul.exports, sb = { exports: {} }, Js = {}, md = { exports: {} };
19671
19671
  if (Oe || ot)
19672
19672
  return Oe === ot && ce(Re, De, He, et);
19673
19673
  var me = P.call(Re);
19674
- return me !== P.call(De) ? !1 : me === m ? pe(Re, De, He, et) : me === v ? Te(Re, De, He, et) : me === b ? he(Re, De, He, et) : me === k ? ye(Re, De, He, et) : me === C || me === h ? c(Re) || c(De) ? !1 : ue(Re, De, He, et) : me === y || me === w || me === _ ? f(Re.valueOf(), De.valueOf()) : !1;
19674
+ return me !== P.call(De) ? !1 : me === m ? pe(Re, De, He, et) : me === v ? Te(Re, De, He, et) : me === b ? he(Re, De, He, et) : me === k ? ye(Re, De, He, et) : me === C || me === h ? c(Re) || c(De) ? !1 : ue(Re, De, He, et) : me === y || me === w || me === S ? f(Re.valueOf(), De.valueOf()) : !1;
19675
19675
  }
19676
19676
  return Be;
19677
19677
  }
@@ -19756,21 +19756,21 @@ var bs = Ul.exports, sb = { exports: {} }, Js = {}, md = { exports: {} };
19756
19756
  areRegExpsEqual: ne,
19757
19757
  areSetsEqual: Z,
19758
19758
  createIsNestedEqual: r
19759
- }), de = S(ae);
19759
+ }), de = _(ae);
19760
19760
  function _e(se, ce) {
19761
19761
  return de(se, ce, void 0);
19762
19762
  }
19763
- var je = S(a(ae, { createIsNestedEqual: function() {
19763
+ var je = _(a(ae, { createIsNestedEqual: function() {
19764
19764
  return f;
19765
19765
  } }));
19766
19766
  function ve(se, ce) {
19767
19767
  return je(se, ce, void 0);
19768
19768
  }
19769
- var Me = S(fe);
19769
+ var Me = _(fe);
19770
19770
  function Ne(se, ce) {
19771
19771
  return Me(se, ce, /* @__PURE__ */ new WeakMap());
19772
19772
  }
19773
- var Ae = S(a(fe, {
19773
+ var Ae = _(a(fe, {
19774
19774
  createIsNestedEqual: function() {
19775
19775
  return f;
19776
19776
  }
@@ -19779,10 +19779,10 @@ var bs = Ul.exports, sb = { exports: {} }, Js = {}, md = { exports: {} };
19779
19779
  return Ae(se, ce, /* @__PURE__ */ new WeakMap());
19780
19780
  }
19781
19781
  function Ue(se) {
19782
- return S(a(ae, se(ae)));
19782
+ return _(a(ae, se(ae)));
19783
19783
  }
19784
19784
  function ut(se) {
19785
- var ce = S(a(fe, se(fe)));
19785
+ var ce = _(a(fe, se(fe)));
19786
19786
  return function(pe, he, ue) {
19787
19787
  return ue === void 0 && (ue = /* @__PURE__ */ new WeakMap()), ce(pe, he, ue);
19788
19788
  };
@@ -19961,8 +19961,8 @@ function Ts(e, t, n, r, i, a, l, c, f) {
19961
19961
  if (w && a)
19962
19962
  return `${t.i}`, t.x = h, t.y = y, t.moved = !1, e;
19963
19963
  for (let C = 0, k = b.length; C < k; C++) {
19964
- const _ = b[C];
19965
- `${t.i}${t.x}${t.y}${_.i}${_.x}${_.y}`, !_.moved && (_.static ? e = vd(e, _, t, i, l) : e = vd(e, t, _, i, l));
19964
+ const S = b[C];
19965
+ `${t.i}${t.x}${t.y}${S.i}${S.x}${S.y}`, !S.moved && (S.static ? e = vd(e, S, t, i, l) : e = vd(e, t, S, i, l));
19966
19966
  }
19967
19967
  return e;
19968
19968
  }
@@ -20877,17 +20877,17 @@ yn(nu, "defaultProps", {
20877
20877
  }
20878
20878
  function m(P) {
20879
20879
  if (typeof WeakMap != "function") return null;
20880
- var S = /* @__PURE__ */ new WeakMap(), T = /* @__PURE__ */ new WeakMap();
20880
+ var _ = /* @__PURE__ */ new WeakMap(), T = /* @__PURE__ */ new WeakMap();
20881
20881
  return (m = function(M) {
20882
- return M ? T : S;
20882
+ return M ? T : _;
20883
20883
  })(P);
20884
20884
  }
20885
- function v(P, S) {
20885
+ function v(P, _) {
20886
20886
  if (P && P.__esModule)
20887
20887
  return P;
20888
20888
  if (P === null || typeof P != "object" && typeof P != "function")
20889
20889
  return { default: P };
20890
- var T = m(S);
20890
+ var T = m(_);
20891
20891
  if (T && T.has(P))
20892
20892
  return T.get(P);
20893
20893
  var M = {}, L = Object.defineProperty && Object.getOwnPropertyDescriptor;
@@ -20900,38 +20900,38 @@ yn(nu, "defaultProps", {
20900
20900
  }
20901
20901
  function b() {
20902
20902
  return b = Object.assign ? Object.assign.bind() : function(P) {
20903
- for (var S = 1; S < arguments.length; S++) {
20904
- var T = arguments[S];
20903
+ for (var _ = 1; _ < arguments.length; _++) {
20904
+ var T = arguments[_];
20905
20905
  for (var M in T)
20906
20906
  Object.prototype.hasOwnProperty.call(T, M) && (P[M] = T[M]);
20907
20907
  }
20908
20908
  return P;
20909
20909
  }, b.apply(this, arguments);
20910
20910
  }
20911
- function w(P, S, T) {
20912
- return S = C(S), S in P ? Object.defineProperty(P, S, { value: T, enumerable: !0, configurable: !0, writable: !0 }) : P[S] = T, P;
20911
+ function w(P, _, T) {
20912
+ return _ = C(_), _ in P ? Object.defineProperty(P, _, { value: T, enumerable: !0, configurable: !0, writable: !0 }) : P[_] = T, P;
20913
20913
  }
20914
20914
  function C(P) {
20915
- var S = k(P, "string");
20916
- return typeof S == "symbol" ? S : String(S);
20915
+ var _ = k(P, "string");
20916
+ return typeof _ == "symbol" ? _ : String(_);
20917
20917
  }
20918
- function k(P, S) {
20918
+ function k(P, _) {
20919
20919
  if (typeof P != "object" || P === null) return P;
20920
20920
  var T = P[Symbol.toPrimitive];
20921
20921
  if (T !== void 0) {
20922
- var M = T.call(P, S || "default");
20922
+ var M = T.call(P, _ || "default");
20923
20923
  if (typeof M != "object") return M;
20924
20924
  throw new TypeError("@@toPrimitive must return a primitive value.");
20925
20925
  }
20926
- return (S === "string" ? String : Number)(P);
20926
+ return (_ === "string" ? String : Number)(P);
20927
20927
  }
20928
- class _ extends t.Component {
20928
+ class S extends t.Component {
20929
20929
  // React 16.3+
20930
20930
  // Arity (props, state)
20931
- static getDerivedStateFromProps(S, T) {
20931
+ static getDerivedStateFromProps(_, T) {
20932
20932
  let {
20933
20933
  position: M
20934
- } = S, {
20934
+ } = _, {
20935
20935
  prevPropsPosition: L
20936
20936
  } = T;
20937
20937
  return M && (!L || M.x !== L.x || M.y !== L.y) ? ((0, h.default)("Draggable: getDerivedStateFromProps %j", {
@@ -20945,8 +20945,8 @@ yn(nu, "defaultProps", {
20945
20945
  }
20946
20946
  }) : null;
20947
20947
  }
20948
- constructor(S) {
20949
- super(S), w(this, "onDragStart", (T, M) => {
20948
+ constructor(_) {
20949
+ super(_), w(this, "onDragStart", (T, M) => {
20950
20950
  if ((0, h.default)("Draggable: onDragStart: %j", M), this.props.onStart(T, (0, l.createDraggableData)(this, M)) === !1) return !1;
20951
20951
  this.setState({
20952
20952
  dragging: !0,
@@ -20994,17 +20994,17 @@ yn(nu, "defaultProps", {
20994
20994
  // Whether or not we have been dragged before.
20995
20995
  dragged: !1,
20996
20996
  // Current transform x and y.
20997
- x: S.position ? S.position.x : S.defaultPosition.x,
20998
- y: S.position ? S.position.y : S.defaultPosition.y,
20997
+ x: _.position ? _.position.x : _.defaultPosition.x,
20998
+ y: _.position ? _.position.y : _.defaultPosition.y,
20999
20999
  prevPropsPosition: {
21000
- ...S.position
21000
+ ..._.position
21001
21001
  },
21002
21002
  // Used for compensating for out-of-bounds drags
21003
21003
  slackX: 0,
21004
21004
  slackY: 0,
21005
21005
  // Can only determine if SVG after mounting
21006
21006
  isElementSVG: !1
21007
- }, S.position && !(S.onDrag || S.onStop) && console.warn("A `position` was applied to this <Draggable>, without drag handlers. This will make this component effectively undraggable. Please attach `onDrag` or `onStop` handlers so you can adjust the `position` of this element.");
21007
+ }, _.position && !(_.onDrag || _.onStop) && console.warn("A `position` was applied to this <Draggable>, without drag handlers. This will make this component effectively undraggable. Please attach `onDrag` or `onStop` handlers so you can adjust the `position` of this element.");
21008
21008
  }
21009
21009
  componentDidMount() {
21010
21010
  typeof window.SVGElement < "u" && this.findDOMNode() instanceof window.SVGElement && this.setState({
@@ -21019,12 +21019,12 @@ yn(nu, "defaultProps", {
21019
21019
  // React Strict Mode compatibility: if `nodeRef` is passed, we will use it instead of trying to find
21020
21020
  // the underlying DOM node ourselves. See the README for more information.
21021
21021
  findDOMNode() {
21022
- var S, T;
21023
- return (S = (T = this.props) === null || T === void 0 || (T = T.nodeRef) === null || T === void 0 ? void 0 : T.current) !== null && S !== void 0 ? S : r.default.findDOMNode(this);
21022
+ var _, T;
21023
+ return (_ = (T = this.props) === null || T === void 0 || (T = T.nodeRef) === null || T === void 0 ? void 0 : T.current) !== null && _ !== void 0 ? _ : r.default.findDOMNode(this);
21024
21024
  }
21025
21025
  render() {
21026
21026
  const {
21027
- axis: S,
21027
+ axis: _,
21028
21028
  bounds: T,
21029
21029
  children: M,
21030
21030
  defaultPosition: L,
@@ -21062,7 +21062,7 @@ yn(nu, "defaultProps", {
21062
21062
  }));
21063
21063
  }
21064
21064
  }
21065
- e.default = _, w(_, "displayName", "Draggable"), w(_, "propTypes", {
21065
+ e.default = S, w(S, "displayName", "Draggable"), w(S, "propTypes", {
21066
21066
  // Accepts all props <DraggableCore> accepts.
21067
21067
  ...f.default.propTypes,
21068
21068
  /**
@@ -21169,7 +21169,7 @@ yn(nu, "defaultProps", {
21169
21169
  className: c.dontSetMe,
21170
21170
  style: c.dontSetMe,
21171
21171
  transform: c.dontSetMe
21172
- }), w(_, "defaultProps", {
21172
+ }), w(S, "defaultProps", {
21173
21173
  ...f.default.defaultProps,
21174
21174
  axis: "both",
21175
21175
  bounds: !1,
@@ -21459,8 +21459,8 @@ var Mp = /* @__PURE__ */ function(e) {
21459
21459
  var y = this.props.width / this.props.height, m = i - this.props.width, v = a - this.props.height;
21460
21460
  Math.abs(m) > Math.abs(v * y) ? a = i / y : i = a * y;
21461
21461
  }
21462
- var b = i, w = a, C = this.slack || [0, 0], k = C[0], _ = C[1];
21463
- return i += k, a += _, c && (i = Math.max(c[0], i), a = Math.max(c[1], a)), f && (i = Math.min(f[0], i), a = Math.min(f[1], a)), this.slack = [k + (b - i), _ + (w - a)], [i, a];
21462
+ var b = i, w = a, C = this.slack || [0, 0], k = C[0], S = C[1];
21463
+ return i += k, a += S, c && (i = Math.max(c[0], i), a = Math.max(c[1], a)), f && (i = Math.min(f[0], i), a = Math.min(f[1], a)), this.slack = [k + (b - i), S + (w - a)], [i, a];
21464
21464
  }, n.resizeHandler = function(i, a) {
21465
21465
  var l = this;
21466
21466
  return function(c, f) {
@@ -21471,8 +21471,8 @@ var Mp = /* @__PURE__ */ function(e) {
21471
21471
  var w = a[0], C = a[a.length - 1], k = h.getBoundingClientRect();
21472
21472
  if (l.lastHandleRect != null) {
21473
21473
  if (C === "w") {
21474
- var _ = k.left - l.lastHandleRect.left;
21475
- y += _;
21474
+ var S = k.left - l.lastHandleRect.left;
21475
+ y += S;
21476
21476
  }
21477
21477
  if (w === "n") {
21478
21478
  var P = k.top - l.lastHandleRect.top;
@@ -21480,13 +21480,13 @@ var Mp = /* @__PURE__ */ function(e) {
21480
21480
  }
21481
21481
  }
21482
21482
  l.lastHandleRect = k, C === "w" && (y = -y), w === "n" && (m = -m);
21483
- var S = l.props.width + (v ? y / l.props.transformScale : 0), T = l.props.height + (b ? m / l.props.transformScale : 0), M = l.runConstraints(S, T);
21484
- S = M[0], T = M[1];
21485
- var L = S !== l.props.width || T !== l.props.height, A = typeof l.props[i] == "function" ? l.props[i] : null, W = i === "onResize" && !L;
21483
+ var _ = l.props.width + (v ? y / l.props.transformScale : 0), T = l.props.height + (b ? m / l.props.transformScale : 0), M = l.runConstraints(_, T);
21484
+ _ = M[0], T = M[1];
21485
+ var L = _ !== l.props.width || T !== l.props.height, A = typeof l.props[i] == "function" ? l.props[i] : null, W = i === "onResize" && !L;
21486
21486
  A && !W && (c.persist == null || c.persist(), A(c, {
21487
21487
  node: h,
21488
21488
  size: {
21489
- width: S,
21489
+ width: _,
21490
21490
  height: T
21491
21491
  },
21492
21492
  handle: a
@@ -21664,7 +21664,7 @@ var Ob = /* @__PURE__ */ function(e) {
21664
21664
  i.onResize;
21665
21665
  var c = i.onResizeStart, f = i.onResizeStop, h = i.draggableOpts, y = i.minConstraints, m = i.maxConstraints, v = i.lockAspectRatio, b = i.axis;
21666
21666
  i.width, i.height;
21667
- var w = i.resizeHandles, C = i.style, k = i.transformScale, _ = bF(i, hF);
21667
+ var w = i.resizeHandles, C = i.style, k = i.transformScale, S = bF(i, hF);
21668
21668
  return /* @__PURE__ */ Hf.createElement(dF.default, {
21669
21669
  axis: b,
21670
21670
  draggableOpts: h,
@@ -21680,7 +21680,7 @@ var Ob = /* @__PURE__ */ function(e) {
21680
21680
  resizeHandles: w,
21681
21681
  transformScale: k,
21682
21682
  width: this.state.width
21683
- }, /* @__PURE__ */ Hf.createElement("div", Sd({}, _, {
21683
+ }, /* @__PURE__ */ Hf.createElement("div", Sd({}, S, {
21684
21684
  style: Hl(Hl({}, C), {}, {
21685
21685
  width: this.state.width + "px",
21686
21686
  height: this.state.height + "px"
@@ -21899,12 +21899,12 @@ class Dp extends bi.default.Component {
21899
21899
  } = r;
21900
21900
  if (P) {
21901
21901
  const {
21902
- margin: S,
21902
+ margin: _,
21903
21903
  rowHeight: T,
21904
21904
  containerPadding: M
21905
- } = this.props, L = P.clientHeight - (0, tn.calcGridItemWHPx)(v, T, S[1]);
21905
+ } = this.props, L = P.clientHeight - (0, tn.calcGridItemWHPx)(v, T, _[1]);
21906
21906
  c = (0, tn.clamp)(c - M[1], 0, L);
21907
- const A = (0, tn.calcGridColWidth)(w), W = b - (0, tn.calcGridItemWHPx)(m, A, S[0]);
21907
+ const A = (0, tn.calcGridColWidth)(w), W = b - (0, tn.calcGridItemWHPx)(m, A, _[0]);
21908
21908
  f = (0, tn.clamp)(f - M[0], 0, W);
21909
21909
  }
21910
21910
  }
@@ -21917,9 +21917,9 @@ class Dp extends bi.default.Component {
21917
21917
  });
21918
21918
  const {
21919
21919
  x: k,
21920
- y: _
21920
+ y: S
21921
21921
  } = (0, tn.calcXY)(w, c, f, m, v);
21922
- return l.call(this, y, k, _, {
21922
+ return l.call(this, y, k, S, {
21923
21923
  e: t,
21924
21924
  node: r,
21925
21925
  newPosition: C
@@ -22073,7 +22073,7 @@ class Dp extends bi.default.Component {
22073
22073
  transformScale: h,
22074
22074
  resizeHandles: y,
22075
22075
  resizeHandle: m
22076
- } = this.props, v = this.getPositionParams(), b = (0, tn.calcGridItemPosition)(v, 0, 0, i, 0).width, w = (0, tn.calcGridItemPosition)(v, 0, 0, a, l), C = (0, tn.calcGridItemPosition)(v, 0, 0, c, f), k = [w.width, w.height], _ = [Math.min(C.width, b), Math.min(C.height, 1 / 0)];
22076
+ } = this.props, v = this.getPositionParams(), b = (0, tn.calcGridItemPosition)(v, 0, 0, i, 0).width, w = (0, tn.calcGridItemPosition)(v, 0, 0, a, l), C = (0, tn.calcGridItemPosition)(v, 0, 0, c, f), k = [w.width, w.height], S = [Math.min(C.width, b), Math.min(C.height, 1 / 0)];
22077
22077
  return /* @__PURE__ */ bi.default.createElement(
22078
22078
  EF.Resizable,
22079
22079
  {
@@ -22084,7 +22084,7 @@ class Dp extends bi.default.Component {
22084
22084
  width: n.width,
22085
22085
  height: n.height,
22086
22086
  minConstraints: k,
22087
- maxConstraints: _,
22087
+ maxConstraints: S,
22088
22088
  onResizeStop: this.curryResizeHandler(n, this.onResizeStop),
22089
22089
  onResizeStart: this.curryResizeHandler(n, this.onResizeStart),
22090
22090
  onResize: this.curryResizeHandler(n, this.onResize),
@@ -22117,18 +22117,18 @@ class Dp extends bi.default.Component {
22117
22117
  minW: C,
22118
22118
  maxW: k
22119
22119
  } = this.props;
22120
- let _ = l;
22121
- a && (_ = (0, xi.resizeItemInDirection)(c, r, l, w), this.setState({
22122
- resizing: i === "onResizeStop" ? null : _
22120
+ let S = l;
22121
+ a && (S = (0, xi.resizeItemInDirection)(c, r, l, w), this.setState({
22122
+ resizing: i === "onResizeStop" ? null : S
22123
22123
  }));
22124
22124
  let {
22125
22125
  w: P,
22126
- h: S
22127
- } = (0, tn.calcWH)(this.getPositionParams(), _.width, _.height, h, y, c);
22128
- P = (0, tn.clamp)(P, Math.max(C, 1), k), S = (0, tn.clamp)(S, b, v), f.call(this, m, P, S, {
22126
+ h: _
22127
+ } = (0, tn.calcWH)(this.getPositionParams(), S.width, S.height, h, y, c);
22128
+ P = (0, tn.clamp)(P, Math.max(C, 1), k), _ = (0, tn.clamp)(_, b, v), f.call(this, m, P, _, {
22129
22129
  e: t,
22130
22130
  node: a,
22131
- size: _,
22131
+ size: S,
22132
22132
  handle: c
22133
22133
  });
22134
22134
  }
@@ -22422,28 +22422,28 @@ class iu extends Oo.Component {
22422
22422
  preventCollision: v,
22423
22423
  allowOverlap: b
22424
22424
  } = this.props;
22425
- let w = !1, C, k, _;
22426
- const [P, S] = (0, Le.withLayoutItem)(y, t, (M) => {
22425
+ let w = !1, C, k, S;
22426
+ const [P, _] = (0, Le.withLayoutItem)(y, t, (M) => {
22427
22427
  let L;
22428
- return k = M.x, _ = M.y, ["sw", "w", "nw", "n", "ne"].indexOf(f) !== -1 && (["sw", "nw", "w"].indexOf(f) !== -1 && (k = M.x + (M.w - n), n = M.x !== k && k < 0 ? M.w : n, k = k < 0 ? 0 : k), ["ne", "n", "nw"].indexOf(f) !== -1 && (_ = M.y + (M.h - r), r = M.y !== _ && _ < 0 ? M.h : r, _ = _ < 0 ? 0 : _), w = !0), v && !b && (L = (0, Le.getAllCollisions)(y, {
22428
+ return k = M.x, S = M.y, ["sw", "w", "nw", "n", "ne"].indexOf(f) !== -1 && (["sw", "nw", "w"].indexOf(f) !== -1 && (k = M.x + (M.w - n), n = M.x !== k && k < 0 ? M.w : n, k = k < 0 ? 0 : k), ["ne", "n", "nw"].indexOf(f) !== -1 && (S = M.y + (M.h - r), r = M.y !== S && S < 0 ? M.h : r, S = S < 0 ? 0 : S), w = !0), v && !b && (L = (0, Le.getAllCollisions)(y, {
22429
22429
  ...M,
22430
22430
  w: n,
22431
22431
  h: r,
22432
22432
  x: k,
22433
- y: _
22434
- }).filter((W) => W.i !== M.i).length > 0, L && (_ = M.y, r = M.h, k = M.x, n = M.w, w = !1)), M.w = n, M.h = r, M;
22433
+ y: S
22434
+ }).filter((W) => W.i !== M.i).length > 0, L && (S = M.y, r = M.h, k = M.x, n = M.w, w = !1)), M.w = n, M.h = r, M;
22435
22435
  });
22436
- if (!S) return;
22437
- C = P, w && (C = (0, Le.moveElement)(P, S, k, _, !0, this.props.preventCollision, (0, Le.compactType)(this.props), m, b));
22436
+ if (!_) return;
22437
+ C = P, w && (C = (0, Le.moveElement)(P, _, k, S, !0, this.props.preventCollision, (0, Le.compactType)(this.props), m, b));
22438
22438
  const T = {
22439
- w: S.w,
22440
- h: S.h,
22441
- x: S.x,
22442
- y: S.y,
22439
+ w: _.w,
22440
+ h: _.h,
22441
+ x: _.x,
22442
+ y: _.y,
22443
22443
  static: !0,
22444
22444
  i: t
22445
22445
  };
22446
- this.props.onResize(C, h, S, T, a, l), this.setState({
22446
+ this.props.onResize(C, h, _, T, a, l), this.setState({
22447
22447
  layout: b ? C : (0, Le.compact)(C, (0, Le.compactType)(this.props), m),
22448
22448
  activeDrag: T
22449
22449
  });
@@ -22493,7 +22493,7 @@ class iu extends Oo.Component {
22493
22493
  ...m
22494
22494
  }, {
22495
22495
  layout: b
22496
- } = this.state, w = t.currentTarget.getBoundingClientRect(), C = t.clientX - w.left, k = t.clientY - w.top, _ = {
22496
+ } = this.state, w = t.currentTarget.getBoundingClientRect(), C = t.clientX - w.left, k = t.clientY - w.top, S = {
22497
22497
  left: C / y,
22498
22498
  top: k / y,
22499
22499
  e: t
@@ -22501,27 +22501,27 @@ class iu extends Oo.Component {
22501
22501
  if (this.state.droppingDOMNode) {
22502
22502
  if (this.state.droppingPosition) {
22503
22503
  const {
22504
- left: S,
22504
+ left: _,
22505
22505
  top: T
22506
22506
  } = this.state.droppingPosition;
22507
- (S != C || T != k) && this.setState({
22508
- droppingPosition: _
22507
+ (_ != C || T != k) && this.setState({
22508
+ droppingPosition: S
22509
22509
  });
22510
22510
  }
22511
22511
  } else {
22512
- const S = {
22512
+ const _ = {
22513
22513
  cols: a,
22514
22514
  margin: i,
22515
22515
  maxRows: c,
22516
22516
  rowHeight: l,
22517
22517
  containerWidth: f,
22518
22518
  containerPadding: h || i
22519
- }, T = (0, kF.calcXY)(S, k, C, v.w, v.h);
22519
+ }, T = (0, kF.calcXY)(_, k, C, v.w, v.h);
22520
22520
  this.setState({
22521
22521
  droppingDOMNode: /* @__PURE__ */ Oo.createElement("div", {
22522
22522
  key: v.i
22523
22523
  }),
22524
- droppingPosition: _,
22524
+ droppingPosition: S,
22525
22525
  layout: [...b, {
22526
22526
  ...v,
22527
22527
  x: T.x,
@@ -22662,12 +22662,12 @@ class iu extends Oo.Component {
22662
22662
  transformScale: w,
22663
22663
  draggableCancel: C,
22664
22664
  draggableHandle: k,
22665
- resizeHandles: _,
22665
+ resizeHandles: S,
22666
22666
  resizeHandle: P
22667
22667
  } = this.props, {
22668
- mounted: S,
22668
+ mounted: _,
22669
22669
  droppingPosition: T
22670
- } = this.state, M = typeof r.isDraggable == "boolean" ? r.isDraggable : !r.static && y, L = typeof r.isResizable == "boolean" ? r.isResizable : !r.static && m, A = r.resizeHandles || _, W = M && v && r.isBounded !== !1;
22670
+ } = this.state, M = typeof r.isDraggable == "boolean" ? r.isDraggable : !r.static && y, L = typeof r.isResizable == "boolean" ? r.isResizable : !r.static && m, A = r.resizeHandles || S, W = M && v && r.isBounded !== !1;
22671
22671
  return /* @__PURE__ */ Oo.createElement(Jy.default, {
22672
22672
  containerWidth: i,
22673
22673
  cols: a,
@@ -22686,8 +22686,8 @@ class iu extends Oo.Component {
22686
22686
  isDraggable: M,
22687
22687
  isResizable: L,
22688
22688
  isBounded: W,
22689
- useCSSTransforms: b && S,
22690
- usePercentages: !S,
22689
+ useCSSTransforms: b && _,
22690
+ usePercentages: !_,
22691
22691
  transformScale: w,
22692
22692
  w: r.w,
22693
22693
  h: r.h,
@@ -23626,7 +23626,7 @@ var RN = { exports: {} };
23626
23626
  "constant.language": "null|Infinity|NaN|undefined",
23627
23627
  "support.function": "alert",
23628
23628
  "constant.language.boolean": "true|false"
23629
- }, w = this.createKeywordMapper(b, "identifier"), C = "case|do|else|finally|in|instanceof|return|throw|try|typeof|yield|void", k = "\\\\(?:x[0-9a-fA-F]{2}|u[0-9a-fA-F]{4}|u{[0-9a-fA-F]{1,6}}|[0-2][0-7]{0,2}|3[0-7][0-7]?|[4-7][0-7]?|.)", _ = "(function)(\\s*)(\\*?)", P = {
23629
+ }, w = this.createKeywordMapper(b, "identifier"), C = "case|do|else|finally|in|instanceof|return|throw|try|typeof|yield|void", k = "\\\\(?:x[0-9a-fA-F]{2}|u[0-9a-fA-F]{4}|u{[0-9a-fA-F]{1,6}}|[0-2][0-7]{0,2}|3[0-7][0-7]?|[4-7][0-7]?|.)", S = "(function)(\\s*)(\\*?)", P = {
23630
23630
  token: ["identifier", "text", "paren.lparen"],
23631
23631
  regex: "(\\b(?!" + Object.values(b).join("|") + "\\b)" + f + ")(\\s*)(\\()"
23632
23632
  };
@@ -23667,7 +23667,7 @@ var RN = { exports: {} };
23667
23667
  "text",
23668
23668
  "paren.lparen"
23669
23669
  ],
23670
- regex: "(" + f + ")(\\s*)(=)(\\s*)" + _ + "(\\s*)(\\()",
23670
+ regex: "(" + f + ")(\\s*)(=)(\\s*)" + S + "(\\s*)(\\()",
23671
23671
  next: "function_arguments"
23672
23672
  },
23673
23673
  {
@@ -23696,7 +23696,7 @@ var RN = { exports: {} };
23696
23696
  "text",
23697
23697
  "paren.lparen"
23698
23698
  ],
23699
- regex: "(" + f + ")(\\s*)(:)(\\s*)" + _ + "(\\s*)(\\()",
23699
+ regex: "(" + f + ")(\\s*)(:)(\\s*)" + S + "(\\s*)(\\()",
23700
23700
  next: "function_arguments"
23701
23701
  },
23702
23702
  {
@@ -23709,7 +23709,7 @@ var RN = { exports: {} };
23709
23709
  "text",
23710
23710
  "paren.lparen"
23711
23711
  ],
23712
- regex: "(:)(\\s*)" + _ + "(\\s*)(\\()",
23712
+ regex: "(:)(\\s*)" + S + "(\\s*)(\\()",
23713
23713
  next: "function_arguments"
23714
23714
  },
23715
23715
  {
@@ -23784,7 +23784,7 @@ var RN = { exports: {} };
23784
23784
  "text",
23785
23785
  "paren.lparen"
23786
23786
  ],
23787
- regex: _ + "(\\s*)(\\()",
23787
+ regex: S + "(\\s*)(\\()",
23788
23788
  next: "function_arguments"
23789
23789
  },
23790
23790
  {
@@ -24035,12 +24035,12 @@ var RN = { exports: {} };
24035
24035
  ]
24036
24036
  }, (!v || !v.noES6) && (this.$rules.no_regex.unshift({
24037
24037
  regex: "[{}]",
24038
- onMatch: function(S, T, M) {
24039
- if (this.next = S == "{" ? this.nextState : "", S == "{" && M.length)
24038
+ onMatch: function(_, T, M) {
24039
+ if (this.next = _ == "{" ? this.nextState : "", _ == "{" && M.length)
24040
24040
  M.unshift("start", T);
24041
- else if (S == "}" && M.length && (M.shift(), this.next = M.shift(), this.next.indexOf("string") != -1 || this.next.indexOf("jsx") != -1))
24041
+ else if (_ == "}" && M.length && (M.shift(), this.next = M.shift(), this.next.indexOf("string") != -1 || this.next.indexOf("jsx") != -1))
24042
24042
  return "paren.quasi.end";
24043
- return S == "{" ? "paren.lparen" : "paren.rparen";
24043
+ return _ == "{" ? "paren.lparen" : "paren.rparen";
24044
24044
  },
24045
24045
  nextState: "start"
24046
24046
  }, {
@@ -24088,9 +24088,9 @@ var RN = { exports: {} };
24088
24088
  a.inherits(h, c);
24089
24089
  function y() {
24090
24090
  var v = f.replace("\\d", "\\d\\-"), b = {
24091
- onMatch: function(C, k, _) {
24091
+ onMatch: function(C, k, S) {
24092
24092
  var P = C.charAt(1) == "/" ? 2 : 1;
24093
- return P == 1 ? (k != this.nextState ? _.unshift(this.next, this.nextState, 0) : _.unshift(this.next), _[2]++) : P == 2 && k == this.nextState && (_[1]--, (!_[1] || _[1] < 0) && (_.shift(), _.shift())), [{
24093
+ return P == 1 ? (k != this.nextState ? S.unshift(this.next, this.nextState, 0) : S.unshift(this.next), S[2]++) : P == 2 && k == this.nextState && (S[1]--, (!S[1] || S[1] < 0) && (S.shift(), S.shift())), [{
24094
24094
  type: "meta.tag.punctuation." + (P == 1 ? "" : "end-") + "tag-open.xml",
24095
24095
  value: C.slice(0, P)
24096
24096
  }, {
@@ -24117,8 +24117,8 @@ var RN = { exports: {} };
24117
24117
  {
24118
24118
  token: "meta.tag.punctuation.tag-close.xml",
24119
24119
  regex: "/?>",
24120
- onMatch: function(C, k, _) {
24121
- return k == _[0] && _.shift(), C.length == 2 && (_[0] == this.nextState && _[1]--, (!_[1] || _[1] < 0) && _.splice(0, 2)), this.next = _[0] || "start", [{ type: this.token, value: C }];
24120
+ onMatch: function(C, k, S) {
24121
+ return k == S[0] && S.shift(), C.length == 2 && (S[0] == this.nextState && S[1]--, (!S[1] || S[1] < 0) && S.splice(0, 2)), this.next = S[0] || "start", [{ type: this.token, value: C }];
24122
24122
  },
24123
24123
  nextState: "jsx"
24124
24124
  },
@@ -24219,8 +24219,8 @@ var RN = { exports: {} };
24219
24219
  text: C + k + C,
24220
24220
  selection: !1
24221
24221
  };
24222
- var _ = v.getCursorPosition(), P = b.doc.getLine(_.row), S = P.substring(_.column, _.column + 1), T = new c(b, _.row, _.column), M = T.getCurrentToken();
24223
- if (S == C && (f(M, "attribute-value") || f(M, "string")))
24222
+ var S = v.getCursorPosition(), P = b.doc.getLine(S.row), _ = P.substring(S.column, S.column + 1), T = new c(b, S.row, S.column), M = T.getCurrentToken();
24223
+ if (_ == C && (f(M, "attribute-value") || f(M, "string")))
24224
24224
  return {
24225
24225
  text: "",
24226
24226
  selection: [1, 1]
@@ -24229,8 +24229,8 @@ var RN = { exports: {} };
24229
24229
  return;
24230
24230
  for (; f(M, "tag-whitespace") || f(M, "whitespace"); )
24231
24231
  M = T.stepBackward();
24232
- var L = !S || S.match(/\s/);
24233
- if (f(M, "attribute-equals") && (L || S == ">") || f(M, "decl-attribute-equals") && (L || S == "?"))
24232
+ var L = !_ || _.match(/\s/);
24233
+ if (f(M, "attribute-equals") && (L || _ == ">") || f(M, "decl-attribute-equals") && (L || _ == "?"))
24234
24234
  return {
24235
24235
  text: C + C,
24236
24236
  selection: [1, 1]
@@ -24239,37 +24239,37 @@ var RN = { exports: {} };
24239
24239
  }), this.add("string_dquotes", "deletion", function(y, m, v, b, w) {
24240
24240
  var C = b.doc.getTextRange(w);
24241
24241
  if (!w.isMultiLine() && (C == '"' || C == "'")) {
24242
- var k = b.doc.getLine(w.start.row), _ = k.substring(w.start.column + 1, w.start.column + 2);
24243
- if (_ == C)
24242
+ var k = b.doc.getLine(w.start.row), S = k.substring(w.start.column + 1, w.start.column + 2);
24243
+ if (S == C)
24244
24244
  return w.end.column++, w;
24245
24245
  }
24246
24246
  }), this.add("autoclosing", "insertion", function(y, m, v, b, w) {
24247
24247
  if (w == ">") {
24248
- var C = v.getSelectionRange().start, k = new c(b, C.row, C.column), _ = k.getCurrentToken() || k.stepBackward();
24249
- if (!_ || !(f(_, "tag-name") || f(_, "tag-whitespace") || f(_, "attribute-name") || f(_, "attribute-equals") || f(_, "attribute-value")) || f(_, "reference.attribute-value"))
24248
+ var C = v.getSelectionRange().start, k = new c(b, C.row, C.column), S = k.getCurrentToken() || k.stepBackward();
24249
+ if (!S || !(f(S, "tag-name") || f(S, "tag-whitespace") || f(S, "attribute-name") || f(S, "attribute-equals") || f(S, "attribute-value")) || f(S, "reference.attribute-value"))
24250
24250
  return;
24251
- if (f(_, "attribute-value")) {
24252
- var P = k.getCurrentTokenColumn() + _.value.length;
24251
+ if (f(S, "attribute-value")) {
24252
+ var P = k.getCurrentTokenColumn() + S.value.length;
24253
24253
  if (C.column < P)
24254
24254
  return;
24255
24255
  if (C.column == P) {
24256
- var S = k.stepForward();
24257
- if (S && f(S, "attribute-value"))
24256
+ var _ = k.stepForward();
24257
+ if (_ && f(_, "attribute-value"))
24258
24258
  return;
24259
24259
  k.stepBackward();
24260
24260
  }
24261
24261
  }
24262
24262
  if (/^\s*>/.test(b.getLine(C.row).slice(C.column)))
24263
24263
  return;
24264
- for (; !f(_, "tag-name"); )
24265
- if (_ = k.stepBackward(), _.value == "<") {
24266
- _ = k.stepForward();
24264
+ for (; !f(S, "tag-name"); )
24265
+ if (S = k.stepBackward(), S.value == "<") {
24266
+ S = k.stepForward();
24267
24267
  break;
24268
24268
  }
24269
24269
  var T = k.getCurrentTokenRow(), M = k.getCurrentTokenColumn();
24270
24270
  if (f(k.stepBackward(), "end-tag-open"))
24271
24271
  return;
24272
- var L = _.value;
24272
+ var L = S.value;
24273
24273
  return T == C.row && (L = L.substring(0, C.column - M)), this.voidElements && this.voidElements.hasOwnProperty(L.toLowerCase()) ? void 0 : {
24274
24274
  text: "></" + L + ">",
24275
24275
  selection: [1, 1]
@@ -24278,18 +24278,18 @@ var RN = { exports: {} };
24278
24278
  }), this.add("autoindent", "insertion", function(y, m, v, b, w) {
24279
24279
  if (w == `
24280
24280
  `) {
24281
- var C = v.getCursorPosition(), k = b.getLine(C.row), _ = new c(b, C.row, C.column), P = _.getCurrentToken();
24281
+ var C = v.getCursorPosition(), k = b.getLine(C.row), S = new c(b, C.row, C.column), P = S.getCurrentToken();
24282
24282
  if (f(P, "") && P.type.indexOf("tag-close") !== -1) {
24283
24283
  if (P.value == "/>")
24284
24284
  return;
24285
24285
  for (; P && P.type.indexOf("tag-name") === -1; )
24286
- P = _.stepBackward();
24286
+ P = S.stepBackward();
24287
24287
  if (!P)
24288
24288
  return;
24289
- var S = P.value, T = _.getCurrentTokenRow();
24290
- if (P = _.stepBackward(), !P || P.type.indexOf("end-tag") !== -1)
24289
+ var _ = P.value, T = S.getCurrentTokenRow();
24290
+ if (P = S.stepBackward(), !P || P.type.indexOf("end-tag") !== -1)
24291
24291
  return;
24292
- if (this.voidElements && !this.voidElements[S] || !this.voidElements) {
24292
+ if (this.voidElements && !this.voidElements[_] || !this.voidElements) {
24293
24293
  var M = b.getTokenAt(C.row, C.column + 1), k = b.getLine(T), L = this.$getIndent(k), A = L + b.getTabString();
24294
24294
  return M && M.value === "</" ? {
24295
24295
  text: `
@@ -24311,7 +24311,7 @@ var RN = { exports: {} };
24311
24311
  var y = new f({ closeCurlyBraces: !0 }).getBehaviours();
24312
24312
  this.addBehaviours(y), this.inherit(c), this.add("autoclosing-fragment", "insertion", function(m, v, b, w, C) {
24313
24313
  if (C == ">") {
24314
- var k = b.getSelectionRange().start, _ = new l(w, k.row, k.column), P = _.getCurrentToken() || _.stepBackward();
24314
+ var k = b.getSelectionRange().start, S = new l(w, k.row, k.column), P = S.getCurrentToken() || S.stepBackward();
24315
24315
  if (!P)
24316
24316
  return;
24317
24317
  if (P.value == "<")
@@ -24363,9 +24363,9 @@ var RN = { exports: {} };
24363
24363
  }
24364
24364
  return null;
24365
24365
  }, this._findEndTagInLine = function(m, v, b, w) {
24366
- for (var C = m.getTokens(v), k = 0, _ = 0; _ < C.length; _++) {
24367
- var P = C[_];
24368
- if (k += P.value.length, !(k < w - 1) && y(P, "end-tag-open") && (P = C[_ + 1], y(P, "tag-name") && P.value === "" && (P = C[_ + 2]), P && P.value == b))
24366
+ for (var C = m.getTokens(v), k = 0, S = 0; S < C.length; S++) {
24367
+ var P = C[S];
24368
+ if (k += P.value.length, !(k < w - 1) && y(P, "end-tag-open") && (P = C[S + 1], y(P, "tag-name") && P.value === "" && (P = C[S + 2]), P && P.value == b))
24369
24369
  return !0;
24370
24370
  }
24371
24371
  return !1;
@@ -24413,9 +24413,9 @@ var RN = { exports: {} };
24413
24413
  y = y + 1;
24414
24414
  for (var C = y, k = h.getLength(); ++y < k; ) {
24415
24415
  m = h.getLine(y);
24416
- var _ = m.search(/\S/);
24417
- if (_ !== -1) {
24418
- if (v > _)
24416
+ var S = m.search(/\S/);
24417
+ if (S !== -1) {
24418
+ if (v > S)
24419
24419
  break;
24420
24420
  var P = this.getFoldWidgetRange(h, "all", y);
24421
24421
  if (P) {
@@ -24423,7 +24423,7 @@ var RN = { exports: {} };
24423
24423
  break;
24424
24424
  if (P.isMultiLine())
24425
24425
  y = P.end.row;
24426
- else if (v == _)
24426
+ else if (v == S)
24427
24427
  break;
24428
24428
  }
24429
24429
  C = y;
@@ -24433,8 +24433,8 @@ var RN = { exports: {} };
24433
24433
  }, this.getCommentRegionBlock = function(h, y, m) {
24434
24434
  for (var v = y.search(/\s*$/), b = h.getLength(), w = m, C = /^\s*(?:\/\*|\/\/|--)#?(end)?region\b/, k = 1; ++m < b; ) {
24435
24435
  y = h.getLine(m);
24436
- var _ = C.exec(y);
24437
- if (_ && (_[1] ? k-- : k++, !k))
24436
+ var S = C.exec(y);
24437
+ if (S && (S[1] ? k-- : k++, !k))
24438
24438
  break;
24439
24439
  }
24440
24440
  var P = m;
@@ -24463,13 +24463,13 @@ var RN = { exports: {} };
24463
24463
  this.lineCommentStart = "//", this.blockComment = { start: "/*", end: "*/" }, this.$quotes = { '"': '"', "'": "'", "`": "`" }, this.$pairQuotesAfter = {
24464
24464
  "`": /\w/
24465
24465
  }, this.getNextLineIndent = function(b, w, C) {
24466
- var k = this.$getIndent(w), _ = this.getTokenizer().getLineTokens(w, b), P = _.tokens, S = _.state;
24466
+ var k = this.$getIndent(w), S = this.getTokenizer().getLineTokens(w, b), P = S.tokens, _ = S.state;
24467
24467
  if (P.length && P[P.length - 1].type == "comment")
24468
24468
  return k;
24469
24469
  if (b == "start" || b == "no_regex") {
24470
24470
  var T = w.match(/^.*(?:\bcase\b.*:|[\{\(\[])\s*$/);
24471
24471
  T && (k += C);
24472
- } else if (b == "doc-start" && (S == "start" || S == "no_regex"))
24472
+ } else if (b == "doc-start" && (_ == "start" || _ == "no_regex"))
24473
24473
  return "";
24474
24474
  return k;
24475
24475
  }, this.checkOutdent = function(b, w, C) {
@@ -24700,10 +24700,10 @@ const TN = Wn.div`
24700
24700
  }), "Construction"), s0 = (e) => {
24701
24701
  const t = e;
24702
24702
  return {
24703
- createProject: async (P, S) => {
24703
+ createProject: async (P, _) => {
24704
24704
  const T = {
24705
24705
  description: P,
24706
- component_namespace: S
24706
+ component_namespace: _
24707
24707
  };
24708
24708
  return await fetch(`${t}/create_project`, {
24709
24709
  method: "POST",
@@ -24728,10 +24728,10 @@ const TN = Wn.div`
24728
24728
  }
24729
24729
  }
24730
24730
  ),
24731
- allocateSubdomain: async (P, S) => {
24731
+ allocateSubdomain: async (P, _) => {
24732
24732
  const T = {
24733
24733
  project_name: P,
24734
- subdomain: S
24734
+ subdomain: _
24735
24735
  };
24736
24736
  return await fetch(`${t}/allocate_subdomain`, {
24737
24737
  method: "POST",
@@ -24741,10 +24741,10 @@ const TN = Wn.div`
24741
24741
  body: JSON.stringify(T)
24742
24742
  });
24743
24743
  },
24744
- releaseSubdomain: async (P, S) => {
24744
+ releaseSubdomain: async (P, _) => {
24745
24745
  const T = {
24746
24746
  project_name: P,
24747
- subdomain: S
24747
+ subdomain: _
24748
24748
  };
24749
24749
  return await fetch(`${t}/release_subdomain`, {
24750
24750
  method: "POST",
@@ -24754,10 +24754,10 @@ const TN = Wn.div`
24754
24754
  body: JSON.stringify(T)
24755
24755
  });
24756
24756
  },
24757
- publishProject: async (P, S) => {
24757
+ publishProject: async (P, _) => {
24758
24758
  const T = {
24759
24759
  project_name: P,
24760
- git_ref: S
24760
+ git_ref: _
24761
24761
  };
24762
24762
  return await fetch(`${t}/publish_project`, {
24763
24763
  method: "POST",
@@ -24768,7 +24768,7 @@ const TN = Wn.div`
24768
24768
  });
24769
24769
  },
24770
24770
  unpublishProject: async (P) => {
24771
- const S = {
24771
+ const _ = {
24772
24772
  project_name: P
24773
24773
  };
24774
24774
  return await fetch(`${t}/unpublish_project`, {
@@ -24776,13 +24776,13 @@ const TN = Wn.div`
24776
24776
  headers: {
24777
24777
  "Content-Type": "application/json"
24778
24778
  },
24779
- body: JSON.stringify(S)
24779
+ body: JSON.stringify(_)
24780
24780
  });
24781
24781
  },
24782
- tagCommit: async (P, S, T) => {
24782
+ tagCommit: async (P, _, T) => {
24783
24783
  const M = {
24784
24784
  project_name: P,
24785
- commit_hash: S,
24785
+ commit_hash: _,
24786
24786
  tag_name: T
24787
24787
  };
24788
24788
  return await fetch(`${t}/tag_project_commit`, {
@@ -24802,10 +24802,10 @@ const TN = Wn.div`
24802
24802
  }
24803
24803
  }
24804
24804
  ),
24805
- addProjectComponent: async (P, S, T, M) => {
24805
+ addProjectComponent: async (P, _, T, M) => {
24806
24806
  const L = {
24807
24807
  project_name: P,
24808
- component_namespace: S,
24808
+ component_namespace: _,
24809
24809
  component_name: T,
24810
24810
  layout_metadata: M
24811
24811
  };
@@ -24817,10 +24817,10 @@ const TN = Wn.div`
24817
24817
  body: JSON.stringify(L)
24818
24818
  });
24819
24819
  },
24820
- updateProjectComponentLayoutMetadata: async (P, S, T) => {
24820
+ updateProjectComponentLayoutMetadata: async (P, _, T) => {
24821
24821
  const M = {
24822
24822
  project_name: P,
24823
- component_id: S,
24823
+ component_id: _,
24824
24824
  layout_metadata: T
24825
24825
  };
24826
24826
  return await fetch(
@@ -24834,10 +24834,10 @@ const TN = Wn.div`
24834
24834
  }
24835
24835
  );
24836
24836
  },
24837
- updateProjectComponentSourceCode: async (P, S, T) => {
24837
+ updateProjectComponentSourceCode: async (P, _, T) => {
24838
24838
  const M = {
24839
24839
  project_name: P,
24840
- component_id: S,
24840
+ component_id: _,
24841
24841
  source_code: T
24842
24842
  };
24843
24843
  return await fetch(`${t}/update_project_component_source_code`, {
@@ -24848,10 +24848,10 @@ const TN = Wn.div`
24848
24848
  body: JSON.stringify(M)
24849
24849
  });
24850
24850
  },
24851
- deleteProjectFile: async (P, S) => {
24851
+ deleteProjectFile: async (P, _) => {
24852
24852
  const T = {
24853
24853
  project_name: P,
24854
- file_path: S
24854
+ file_path: _
24855
24855
  };
24856
24856
  return await fetch(`${t}/delete_project_file`, {
24857
24857
  method: "POST",
@@ -24861,10 +24861,10 @@ const TN = Wn.div`
24861
24861
  body: JSON.stringify(T)
24862
24862
  });
24863
24863
  },
24864
- resetProjectFile: async (P, S, T, M, L) => {
24864
+ resetProjectFile: async (P, _, T, M, L) => {
24865
24865
  let A = {
24866
24866
  project_name: P,
24867
- file_path: S,
24867
+ file_path: _,
24868
24868
  git_ref: T
24869
24869
  };
24870
24870
  return M && (A.prune = M), L && (A.extra_metadata = L), await fetch(`${t}/reset_project_file`, {
@@ -24876,7 +24876,7 @@ const TN = Wn.div`
24876
24876
  });
24877
24877
  },
24878
24878
  deleteProject: async (P) => {
24879
- const S = {
24879
+ const _ = {
24880
24880
  projects: [P]
24881
24881
  };
24882
24882
  return await fetch(`${t}/delete_projects`, {
@@ -24884,13 +24884,13 @@ const TN = Wn.div`
24884
24884
  headers: {
24885
24885
  "Content-Type": "application/json"
24886
24886
  },
24887
- body: JSON.stringify(S)
24887
+ body: JSON.stringify(_)
24888
24888
  });
24889
24889
  },
24890
- requestErrorCorrection: async (P, S, T) => {
24890
+ requestErrorCorrection: async (P, _, T) => {
24891
24891
  const M = {
24892
24892
  project_name: P,
24893
- component_id: S,
24893
+ component_id: _,
24894
24894
  error_message: T
24895
24895
  };
24896
24896
  return await fetch(`${t}/error_correction`, {
@@ -25475,7 +25475,7 @@ const AN = Wn.div`
25475
25475
  )).status !== 200)
25476
25476
  throw new Error("Failed to reset project file (redo)");
25477
25477
  n();
25478
- }, [_, P] = pt([]), [S, T] = pt([]), [M, L] = pt([]);
25478
+ }, [S, P] = pt([]), [_, T] = pt([]), [M, L] = pt([]);
25479
25479
  return Pn(() => {
25480
25480
  P(e.layout);
25481
25481
  }, [e.layout]), Pn(() => {
@@ -25520,15 +25520,15 @@ const AN = Wn.div`
25520
25520
  e.renderMode === 0 && /* @__PURE__ */ $.jsx(
25521
25521
  BN,
25522
25522
  {
25523
- layout: _,
25524
- components: S,
25523
+ layout: S,
25524
+ components: _,
25525
25525
  onLayoutChange: y,
25526
25526
  onResize: m,
25527
25527
  onDrop: b,
25528
25528
  onDrag: v
25529
25529
  }
25530
25530
  ),
25531
- e.renderMode === 1 && /* @__PURE__ */ $.jsx(MN, { layout: _, components: S })
25531
+ e.renderMode === 1 && /* @__PURE__ */ $.jsx(MN, { layout: S, components: _ })
25532
25532
  ] }) }) });
25533
25533
  }, jN = (e) => /* @__PURE__ */ $.jsx($.Fragment, { children: /* @__PURE__ */ $.jsx(Vb, { children: /* @__PURE__ */ $.jsx(
25534
25534
  Up,
@@ -25757,13 +25757,13 @@ const AN = Wn.div`
25757
25757
  e.projectName,
25758
25758
  f.ref
25759
25759
  )).status !== 200) throw new Error("Error releasing project.");
25760
- }, _ = async () => {
25760
+ }, S = async () => {
25761
25761
  if ((await t.unpublishProject(
25762
25762
  e.projectName
25763
25763
  )).status !== 200) throw new Error("Error unpublishing project.");
25764
25764
  }, P = (T) => () => {
25765
25765
  h(T), m(T.tag);
25766
- }, S = async () => {
25766
+ }, _ = async () => {
25767
25767
  if ((await t.deleteProject(
25768
25768
  e.projectName
25769
25769
  )).status !== 200) throw new Error("Error deleting project.");
@@ -25790,7 +25790,7 @@ const AN = Wn.div`
25790
25790
  variant: "outlined",
25791
25791
  color: "error",
25792
25792
  fullWidth: !0,
25793
- onClick: _,
25793
+ onClick: S,
25794
25794
  children: "unpublish"
25795
25795
  }
25796
25796
  ) }),
@@ -25885,7 +25885,7 @@ const AN = Wn.div`
25885
25885
  variant: "outlined",
25886
25886
  color: "error",
25887
25887
  fullWidth: !0,
25888
- onClick: () => S(),
25888
+ onClick: () => _(),
25889
25889
  disabled: v,
25890
25890
  children: "Delete Project"
25891
25891
  }
@@ -26021,22 +26021,25 @@ const AN = Wn.div`
26021
26021
  a.projectURL,
26022
26022
  l.CORS_PROXY
26023
26023
  );
26024
- const _ = `${window.miDir}/${a.projectName}/chat.json`, P = await window.pfs.readFile(_, "utf8"), S = JSON.parse(P);
26025
- w.aborted || await y(S);
26024
+ const S = `${window.miDir}/${a.projectName}/chat.json`, P = await window.pfs.readFile(S, "utf8"), _ = JSON.parse(P);
26025
+ w.aborted || await y(_);
26026
26026
  }, k = async () => {
26027
26027
  i.current && await i.current.close();
26028
- const _ = localStorage.getItem("accessToken") || "";
26028
+ const S = localStorage.getItem("accessToken") || "", P = l.API_BASE_URL.replace(
26029
+ "https://",
26030
+ "http://"
26031
+ );
26029
26032
  i.current = new WebSocket(
26030
- `ws://${l.API_BASE_URL.replace("http://", "")}/ws/chat/${a.projectName}?token=${_}`
26031
- ), i.current.onmessage = function(P) {
26032
- const S = JSON.parse(P.data);
26033
- if (S.type)
26034
- switch (S.type) {
26033
+ `ws://${P}/ws/chat/${a.projectName}?token=${S}`
26034
+ ), i.current.onmessage = function(_) {
26035
+ const T = JSON.parse(_.data);
26036
+ if (T.type)
26037
+ switch (T.type) {
26035
26038
  case "chat":
26036
- m([S.content]);
26039
+ m([T.content]);
26037
26040
  break;
26038
26041
  case "signal":
26039
- S.content.type === "generation_ended" && c();
26042
+ T.content.type === "generation_ended" && c();
26040
26043
  break;
26041
26044
  }
26042
26045
  };