itrm-components 1.0.1 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.es.js CHANGED
@@ -1,1811 +1,2122 @@
1
- var Le = { exports: {} }, Pe = {};
1
+ var gr = { exports: {} }, Ge = {}, _r = { exports: {} }, m = {};
2
2
  /**
3
3
  * @license React
4
- * react-jsx-runtime.production.js
4
+ * react.production.min.js
5
5
  *
6
- * Copyright (c) Meta Platforms, Inc. and affiliates.
6
+ * Copyright (c) Facebook, Inc. and its affiliates.
7
7
  *
8
8
  * This source code is licensed under the MIT license found in the
9
9
  * LICENSE file in the root directory of this source tree.
10
10
  */
11
- var ut;
12
- function pt() {
13
- if (ut) return Pe;
14
- ut = 1;
15
- var N = Symbol.for("react.transitional.element"), E = Symbol.for("react.fragment");
16
- function K(q, P, j) {
17
- var U = null;
18
- if (j !== void 0 && (U = "" + j), P.key !== void 0 && (U = "" + P.key), "key" in P) {
19
- j = {};
20
- for (var z in P)
21
- z !== "key" && (j[z] = P[z]);
22
- } else j = P;
23
- return P = j.ref, {
24
- $$typeof: N,
25
- type: q,
26
- key: U,
27
- ref: P !== void 0 ? P : null,
28
- props: j
29
- };
30
- }
31
- return Pe.Fragment = E, Pe.jsx = K, Pe.jsxs = K, Pe;
32
- }
33
- var Me = {}, qe = { exports: {} }, y = {};
34
- /**
35
- * @license React
36
- * react.production.js
37
- *
38
- * Copyright (c) Meta Platforms, Inc. and affiliates.
39
- *
40
- * This source code is licensed under the MIT license found in the
41
- * LICENSE file in the root directory of this source tree.
42
- */
43
- var st;
44
- function Et() {
45
- if (st) return y;
46
- st = 1;
47
- var N = Symbol.for("react.transitional.element"), E = Symbol.for("react.portal"), K = Symbol.for("react.fragment"), q = Symbol.for("react.strict_mode"), P = Symbol.for("react.profiler"), j = Symbol.for("react.consumer"), U = Symbol.for("react.context"), z = Symbol.for("react.forward_ref"), ue = Symbol.for("react.suspense"), D = Symbol.for("react.memo"), I = Symbol.for("react.lazy"), Ee = Symbol.iterator;
48
- function Oe(n) {
49
- return n === null || typeof n != "object" ? null : (n = Ee && n[Ee] || n["@@iterator"], typeof n == "function" ? n : null);
11
+ var vt;
12
+ function Ut() {
13
+ if (vt) return m;
14
+ vt = 1;
15
+ var H = Symbol.for("react.element"), v = Symbol.for("react.portal"), pe = Symbol.for("react.fragment"), z = Symbol.for("react.strict_mode"), ne = Symbol.for("react.profiler"), Z = Symbol.for("react.provider"), ae = Symbol.for("react.context"), ee = Symbol.for("react.forward_ref"), $ = Symbol.for("react.suspense"), re = Symbol.for("react.memo"), L = Symbol.for("react.lazy"), V = Symbol.iterator;
16
+ function te(n) {
17
+ return n === null || typeof n != "object" ? null : (n = V && n[V] || n["@@iterator"], typeof n == "function" ? n : null);
50
18
  }
51
- var Ae = {
52
- isMounted: function() {
53
- return !1;
54
- },
55
- enqueueForceUpdate: function() {
56
- },
57
- enqueueReplaceState: function() {
58
- },
59
- enqueueSetState: function() {
60
- }
61
- }, he = Object.assign, V = {};
62
- function H(n, u, p) {
63
- this.props = n, this.context = u, this.refs = V, this.updater = p || Ae;
19
+ var J = { isMounted: function() {
20
+ return !1;
21
+ }, enqueueForceUpdate: function() {
22
+ }, enqueueReplaceState: function() {
23
+ }, enqueueSetState: function() {
24
+ } }, ce = Object.assign, Fe = {};
25
+ function oe(n, i, g) {
26
+ this.props = n, this.context = i, this.refs = Fe, this.updater = g || J;
64
27
  }
65
- H.prototype.isReactComponent = {}, H.prototype.setState = function(n, u) {
66
- if (typeof n != "object" && typeof n != "function" && n != null)
67
- throw Error(
68
- "takes an object of state variables to update or a function which returns an object of state variables."
69
- );
70
- this.updater.enqueueSetState(this, n, u, "setState");
71
- }, H.prototype.forceUpdate = function(n) {
28
+ oe.prototype.isReactComponent = {}, oe.prototype.setState = function(n, i) {
29
+ if (typeof n != "object" && typeof n != "function" && n != null) throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");
30
+ this.updater.enqueueSetState(this, n, i, "setState");
31
+ }, oe.prototype.forceUpdate = function(n) {
72
32
  this.updater.enqueueForceUpdate(this, n, "forceUpdate");
73
33
  };
74
- function te() {
34
+ function ue() {
75
35
  }
76
- te.prototype = H.prototype;
77
- function J(n, u, p) {
78
- this.props = n, this.context = u, this.refs = V, this.updater = p || Ae;
36
+ ue.prototype = oe.prototype;
37
+ function x(n, i, g) {
38
+ this.props = n, this.context = i, this.refs = Fe, this.updater = g || J;
79
39
  }
80
- var se = J.prototype = new te();
81
- se.constructor = J, he(se, H.prototype), se.isPureReactComponent = !0;
82
- var ie = Array.isArray, O = { H: null, A: null, T: null, S: null }, Z = Object.prototype.hasOwnProperty;
83
- function ae(n, u, p, d, m, R) {
84
- return p = R.ref, {
85
- $$typeof: N,
86
- type: n,
87
- key: u,
88
- ref: p !== void 0 ? p : null,
89
- props: R
90
- };
40
+ var ge = x.prototype = new ue();
41
+ ge.constructor = x, ce(ge, oe.prototype), ge.isPureReactComponent = !0;
42
+ var ie = Array.isArray, M = Object.prototype.hasOwnProperty, G = { current: null }, fe = { key: !0, ref: !0, __self: !0, __source: !0 };
43
+ function ve(n, i, g) {
44
+ var b, R = {}, k = null, O = null;
45
+ if (i != null) for (b in i.ref !== void 0 && (O = i.ref), i.key !== void 0 && (k = "" + i.key), i) M.call(i, b) && !fe.hasOwnProperty(b) && (R[b] = i[b]);
46
+ var T = arguments.length - 2;
47
+ if (T === 1) R.children = g;
48
+ else if (1 < T) {
49
+ for (var w = Array(T), W = 0; W < T; W++) w[W] = arguments[W + 2];
50
+ R.children = w;
51
+ }
52
+ if (n && n.defaultProps) for (b in T = n.defaultProps, T) R[b] === void 0 && (R[b] = T[b]);
53
+ return { $$typeof: H, type: n, key: k, ref: O, props: R, _owner: G.current };
91
54
  }
92
- function me(n, u) {
93
- return ae(
94
- n.type,
95
- u,
96
- void 0,
97
- void 0,
98
- void 0,
99
- n.props
100
- );
55
+ function we(n, i) {
56
+ return { $$typeof: H, type: n.type, key: i, ref: n.ref, props: n.props, _owner: n._owner };
101
57
  }
102
- function $(n) {
103
- return typeof n == "object" && n !== null && n.$$typeof === N;
58
+ function Se(n) {
59
+ return typeof n == "object" && n !== null && n.$$typeof === H;
104
60
  }
105
- function ge(n) {
106
- var u = { "=": "=0", ":": "=2" };
107
- return "$" + n.replace(/[=:]/g, function(p) {
108
- return u[p];
61
+ function Ye(n) {
62
+ var i = { "=": "=0", ":": "=2" };
63
+ return "$" + n.replace(/[=:]/g, function(g) {
64
+ return i[g];
109
65
  });
110
66
  }
111
- var ce = /\/+/g;
112
- function re(n, u) {
113
- return typeof n == "object" && n !== null && n.key != null ? ge("" + n.key) : u.toString(36);
114
- }
115
- function F() {
67
+ var Te = /\/+/g;
68
+ function q(n, i) {
69
+ return typeof n == "object" && n !== null && n.key != null ? Ye("" + n.key) : i.toString(36);
116
70
  }
117
- function fe(n) {
118
- switch (n.status) {
119
- case "fulfilled":
120
- return n.value;
121
- case "rejected":
122
- throw n.reason;
123
- default:
124
- switch (typeof n.status == "string" ? n.then(F, F) : (n.status = "pending", n.then(
125
- function(u) {
126
- n.status === "pending" && (n.status = "fulfilled", n.value = u);
127
- },
128
- function(u) {
129
- n.status === "pending" && (n.status = "rejected", n.reason = u);
130
- }
131
- )), n.status) {
132
- case "fulfilled":
133
- return n.value;
134
- case "rejected":
135
- throw n.reason;
71
+ function X(n, i, g, b, R) {
72
+ var k = typeof n;
73
+ (k === "undefined" || k === "boolean") && (n = null);
74
+ var O = !1;
75
+ if (n === null) O = !0;
76
+ else switch (k) {
77
+ case "string":
78
+ case "number":
79
+ O = !0;
80
+ break;
81
+ case "object":
82
+ switch (n.$$typeof) {
83
+ case H:
84
+ case v:
85
+ O = !0;
136
86
  }
137
87
  }
138
- throw n;
139
- }
140
- function G(n, u, p, d, m) {
141
- var R = typeof n;
142
- (R === "undefined" || R === "boolean") && (n = null);
143
- var h = !1;
144
- if (n === null) h = !0;
145
- else
146
- switch (R) {
147
- case "bigint":
148
- case "string":
149
- case "number":
150
- h = !0;
151
- break;
152
- case "object":
153
- switch (n.$$typeof) {
154
- case N:
155
- case E:
156
- h = !0;
157
- break;
158
- case I:
159
- return h = n._init, G(
160
- h(n._payload),
161
- u,
162
- p,
163
- d,
164
- m
165
- );
166
- }
167
- }
168
- if (h)
169
- return m = m(n), h = d === "" ? "." + re(n, 0) : d, ie(m) ? (p = "", h != null && (p = h.replace(ce, "$&/") + "/"), G(m, u, p, "", function(le) {
170
- return le;
171
- })) : m != null && ($(m) && (m = me(
172
- m,
173
- p + (m.key == null || n && n.key === m.key ? "" : ("" + m.key).replace(
174
- ce,
175
- "$&/"
176
- ) + "/") + h
177
- )), u.push(m)), 1;
178
- h = 0;
179
- var x = d === "" ? "." : d + ":";
180
- if (ie(n))
181
- for (var A = 0; A < n.length; A++)
182
- d = n[A], R = x + re(d, A), h += G(
183
- d,
184
- u,
185
- p,
186
- R,
187
- m
188
- );
189
- else if (A = Oe(n), typeof A == "function")
190
- for (n = A.call(n), A = 0; !(d = n.next()).done; )
191
- d = d.value, R = x + re(d, A++), h += G(
192
- d,
193
- u,
194
- p,
195
- R,
196
- m
197
- );
198
- else if (R === "object") {
199
- if (typeof n.then == "function")
200
- return G(
201
- fe(n),
202
- u,
203
- p,
204
- d,
205
- m
206
- );
207
- throw u = String(n), Error(
208
- "Objects are not valid as a React child (found: " + (u === "[object Object]" ? "object with keys {" + Object.keys(n).join(", ") + "}" : u) + "). If you meant to render a collection of children, use an array instead."
209
- );
88
+ if (O) return O = n, R = R(O), n = b === "" ? "." + q(O, 0) : b, ie(R) ? (g = "", n != null && (g = n.replace(Te, "$&/") + "/"), X(R, i, g, "", function(W) {
89
+ return W;
90
+ })) : R != null && (Se(R) && (R = we(R, g + (!R.key || O && O.key === R.key ? "" : ("" + R.key).replace(Te, "$&/") + "/") + n)), i.push(R)), 1;
91
+ if (O = 0, b = b === "" ? "." : b + ":", ie(n)) for (var T = 0; T < n.length; T++) {
92
+ k = n[T];
93
+ var w = b + q(k, T);
94
+ O += X(k, i, g, w, R);
210
95
  }
211
- return h;
96
+ else if (w = te(n), typeof w == "function") for (n = w.call(n), T = 0; !(k = n.next()).done; ) k = k.value, w = b + q(k, T++), O += X(k, i, g, w, R);
97
+ else if (k === "object") throw i = String(n), Error("Objects are not valid as a React child (found: " + (i === "[object Object]" ? "object with keys {" + Object.keys(n).join(", ") + "}" : i) + "). If you meant to render a collection of children, use an array instead.");
98
+ return O;
212
99
  }
213
- function W(n, u, p) {
100
+ function U(n, i, g) {
214
101
  if (n == null) return n;
215
- var d = [], m = 0;
216
- return G(n, d, "", "", function(R) {
217
- return u.call(p, R, m++);
218
- }), d;
102
+ var b = [], R = 0;
103
+ return X(n, b, "", "", function(k) {
104
+ return i.call(g, k, R++);
105
+ }), b;
219
106
  }
220
- function ne(n) {
107
+ function se(n) {
221
108
  if (n._status === -1) {
222
- var u = n._result;
223
- u = u(), u.then(
224
- function(p) {
225
- (n._status === 0 || n._status === -1) && (n._status = 1, n._result = p);
226
- },
227
- function(p) {
228
- (n._status === 0 || n._status === -1) && (n._status = 2, n._result = p);
229
- }
230
- ), n._status === -1 && (n._status = 0, n._result = u);
109
+ var i = n._result;
110
+ i = i(), i.then(function(g) {
111
+ (n._status === 0 || n._status === -1) && (n._status = 1, n._result = g);
112
+ }, function(g) {
113
+ (n._status === 0 || n._status === -1) && (n._status = 2, n._result = g);
114
+ }), n._status === -1 && (n._status = 0, n._result = i);
231
115
  }
232
116
  if (n._status === 1) return n._result.default;
233
117
  throw n._result;
234
118
  }
235
- var Se = typeof reportError == "function" ? reportError : function(n) {
236
- if (typeof window == "object" && typeof window.ErrorEvent == "function") {
237
- var u = new window.ErrorEvent("error", {
238
- bubbles: !0,
239
- cancelable: !0,
240
- message: typeof n == "object" && n !== null && typeof n.message == "string" ? String(n.message) : String(n),
241
- error: n
242
- });
243
- if (!window.dispatchEvent(u)) return;
244
- } else if (typeof process == "object" && typeof process.emit == "function") {
245
- process.emit("uncaughtException", n);
246
- return;
247
- }
248
- console.error(n);
249
- };
250
- function b() {
251
- }
252
- return y.Children = {
253
- map: W,
254
- forEach: function(n, u, p) {
255
- W(
256
- n,
257
- function() {
258
- u.apply(this, arguments);
259
- },
260
- p
261
- );
262
- },
263
- count: function(n) {
264
- var u = 0;
265
- return W(n, function() {
266
- u++;
267
- }), u;
268
- },
269
- toArray: function(n) {
270
- return W(n, function(u) {
271
- return u;
272
- }) || [];
273
- },
274
- only: function(n) {
275
- if (!$(n))
276
- throw Error(
277
- "React.Children.only expected to receive a single React element child."
278
- );
279
- return n;
280
- }
281
- }, y.Component = H, y.Fragment = K, y.Profiler = P, y.PureComponent = J, y.StrictMode = q, y.Suspense = ue, y.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE = O, y.act = function() {
119
+ var l = { current: null }, le = { transition: null }, Oe = { ReactCurrentDispatcher: l, ReactCurrentBatchConfig: le, ReactCurrentOwner: G };
120
+ function ye() {
282
121
  throw Error("act(...) is not supported in production builds of React.");
283
- }, y.cache = function(n) {
284
- return function() {
285
- return n.apply(null, arguments);
286
- };
287
- }, y.cloneElement = function(n, u, p) {
288
- if (n == null)
289
- throw Error(
290
- "The argument must be a React element, but you passed " + n + "."
291
- );
292
- var d = he({}, n.props), m = n.key, R = void 0;
293
- if (u != null)
294
- for (h in u.ref !== void 0 && (R = void 0), u.key !== void 0 && (m = "" + u.key), u)
295
- !Z.call(u, h) || h === "key" || h === "__self" || h === "__source" || h === "ref" && u.ref === void 0 || (d[h] = u[h]);
296
- var h = arguments.length - 2;
297
- if (h === 1) d.children = p;
298
- else if (1 < h) {
299
- for (var x = Array(h), A = 0; A < h; A++)
300
- x[A] = arguments[A + 2];
301
- d.children = x;
122
+ }
123
+ return m.Children = { map: U, forEach: function(n, i, g) {
124
+ U(n, function() {
125
+ i.apply(this, arguments);
126
+ }, g);
127
+ }, count: function(n) {
128
+ var i = 0;
129
+ return U(n, function() {
130
+ i++;
131
+ }), i;
132
+ }, toArray: function(n) {
133
+ return U(n, function(i) {
134
+ return i;
135
+ }) || [];
136
+ }, only: function(n) {
137
+ if (!Se(n)) throw Error("React.Children.only expected to receive a single React element child.");
138
+ return n;
139
+ } }, m.Component = oe, m.Fragment = pe, m.Profiler = ne, m.PureComponent = x, m.StrictMode = z, m.Suspense = $, m.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = Oe, m.act = ye, m.cloneElement = function(n, i, g) {
140
+ if (n == null) throw Error("React.cloneElement(...): The argument must be a React element, but you passed " + n + ".");
141
+ var b = ce({}, n.props), R = n.key, k = n.ref, O = n._owner;
142
+ if (i != null) {
143
+ if (i.ref !== void 0 && (k = i.ref, O = G.current), i.key !== void 0 && (R = "" + i.key), n.type && n.type.defaultProps) var T = n.type.defaultProps;
144
+ for (w in i) M.call(i, w) && !fe.hasOwnProperty(w) && (b[w] = i[w] === void 0 && T !== void 0 ? T[w] : i[w]);
302
145
  }
303
- return ae(n.type, m, void 0, void 0, R, d);
304
- }, y.createContext = function(n) {
305
- return n = {
306
- $$typeof: U,
307
- _currentValue: n,
308
- _currentValue2: n,
309
- _threadCount: 0,
310
- Provider: null,
311
- Consumer: null
312
- }, n.Provider = n, n.Consumer = {
313
- $$typeof: j,
314
- _context: n
315
- }, n;
316
- }, y.createElement = function(n, u, p) {
317
- var d, m = {}, R = null;
318
- if (u != null)
319
- for (d in u.key !== void 0 && (R = "" + u.key), u)
320
- Z.call(u, d) && d !== "key" && d !== "__self" && d !== "__source" && (m[d] = u[d]);
321
- var h = arguments.length - 2;
322
- if (h === 1) m.children = p;
323
- else if (1 < h) {
324
- for (var x = Array(h), A = 0; A < h; A++)
325
- x[A] = arguments[A + 2];
326
- m.children = x;
146
+ var w = arguments.length - 2;
147
+ if (w === 1) b.children = g;
148
+ else if (1 < w) {
149
+ T = Array(w);
150
+ for (var W = 0; W < w; W++) T[W] = arguments[W + 2];
151
+ b.children = T;
327
152
  }
328
- if (n && n.defaultProps)
329
- for (d in h = n.defaultProps, h)
330
- m[d] === void 0 && (m[d] = h[d]);
331
- return ae(n, R, void 0, void 0, null, m);
332
- }, y.createRef = function() {
153
+ return { $$typeof: H, type: n.type, key: R, ref: k, props: b, _owner: O };
154
+ }, m.createContext = function(n) {
155
+ return n = { $$typeof: ae, _currentValue: n, _currentValue2: n, _threadCount: 0, Provider: null, Consumer: null, _defaultValue: null, _globalName: null }, n.Provider = { $$typeof: Z, _context: n }, n.Consumer = n;
156
+ }, m.createElement = ve, m.createFactory = function(n) {
157
+ var i = ve.bind(null, n);
158
+ return i.type = n, i;
159
+ }, m.createRef = function() {
333
160
  return { current: null };
334
- }, y.forwardRef = function(n) {
335
- return { $$typeof: z, render: n };
336
- }, y.isValidElement = $, y.lazy = function(n) {
337
- return {
338
- $$typeof: I,
339
- _payload: { _status: -1, _result: n },
340
- _init: ne
341
- };
342
- }, y.memo = function(n, u) {
343
- return {
344
- $$typeof: D,
345
- type: n,
346
- compare: u === void 0 ? null : u
347
- };
348
- }, y.startTransition = function(n) {
349
- var u = O.T, p = {};
350
- O.T = p;
161
+ }, m.forwardRef = function(n) {
162
+ return { $$typeof: ee, render: n };
163
+ }, m.isValidElement = Se, m.lazy = function(n) {
164
+ return { $$typeof: L, _payload: { _status: -1, _result: n }, _init: se };
165
+ }, m.memo = function(n, i) {
166
+ return { $$typeof: re, type: n, compare: i === void 0 ? null : i };
167
+ }, m.startTransition = function(n) {
168
+ var i = le.transition;
169
+ le.transition = {};
351
170
  try {
352
- var d = n(), m = O.S;
353
- m !== null && m(p, d), typeof d == "object" && d !== null && typeof d.then == "function" && d.then(b, Se);
354
- } catch (R) {
355
- Se(R);
171
+ n();
356
172
  } finally {
357
- O.T = u;
173
+ le.transition = i;
358
174
  }
359
- }, y.unstable_useCacheRefresh = function() {
360
- return O.H.useCacheRefresh();
361
- }, y.use = function(n) {
362
- return O.H.use(n);
363
- }, y.useActionState = function(n, u, p) {
364
- return O.H.useActionState(n, u, p);
365
- }, y.useCallback = function(n, u) {
366
- return O.H.useCallback(n, u);
367
- }, y.useContext = function(n) {
368
- return O.H.useContext(n);
369
- }, y.useDebugValue = function() {
370
- }, y.useDeferredValue = function(n, u) {
371
- return O.H.useDeferredValue(n, u);
372
- }, y.useEffect = function(n, u) {
373
- return O.H.useEffect(n, u);
374
- }, y.useId = function() {
375
- return O.H.useId();
376
- }, y.useImperativeHandle = function(n, u, p) {
377
- return O.H.useImperativeHandle(n, u, p);
378
- }, y.useInsertionEffect = function(n, u) {
379
- return O.H.useInsertionEffect(n, u);
380
- }, y.useLayoutEffect = function(n, u) {
381
- return O.H.useLayoutEffect(n, u);
382
- }, y.useMemo = function(n, u) {
383
- return O.H.useMemo(n, u);
384
- }, y.useOptimistic = function(n, u) {
385
- return O.H.useOptimistic(n, u);
386
- }, y.useReducer = function(n, u, p) {
387
- return O.H.useReducer(n, u, p);
388
- }, y.useRef = function(n) {
389
- return O.H.useRef(n);
390
- }, y.useState = function(n) {
391
- return O.H.useState(n);
392
- }, y.useSyncExternalStore = function(n, u, p) {
393
- return O.H.useSyncExternalStore(
394
- n,
395
- u,
396
- p
397
- );
398
- }, y.useTransition = function() {
399
- return O.H.useTransition();
400
- }, y.version = "19.0.0", y;
175
+ }, m.unstable_act = ye, m.useCallback = function(n, i) {
176
+ return l.current.useCallback(n, i);
177
+ }, m.useContext = function(n) {
178
+ return l.current.useContext(n);
179
+ }, m.useDebugValue = function() {
180
+ }, m.useDeferredValue = function(n) {
181
+ return l.current.useDeferredValue(n);
182
+ }, m.useEffect = function(n, i) {
183
+ return l.current.useEffect(n, i);
184
+ }, m.useId = function() {
185
+ return l.current.useId();
186
+ }, m.useImperativeHandle = function(n, i, g) {
187
+ return l.current.useImperativeHandle(n, i, g);
188
+ }, m.useInsertionEffect = function(n, i) {
189
+ return l.current.useInsertionEffect(n, i);
190
+ }, m.useLayoutEffect = function(n, i) {
191
+ return l.current.useLayoutEffect(n, i);
192
+ }, m.useMemo = function(n, i) {
193
+ return l.current.useMemo(n, i);
194
+ }, m.useReducer = function(n, i, g) {
195
+ return l.current.useReducer(n, i, g);
196
+ }, m.useRef = function(n) {
197
+ return l.current.useRef(n);
198
+ }, m.useState = function(n) {
199
+ return l.current.useState(n);
200
+ }, m.useSyncExternalStore = function(n, i, g) {
201
+ return l.current.useSyncExternalStore(n, i, g);
202
+ }, m.useTransition = function() {
203
+ return l.current.useTransition();
204
+ }, m.version = "18.3.1", m;
401
205
  }
402
- var $e = { exports: {} };
206
+ var Xe = { exports: {} };
403
207
  /**
404
208
  * @license React
405
209
  * react.development.js
406
210
  *
407
- * Copyright (c) Meta Platforms, Inc. and affiliates.
211
+ * Copyright (c) Facebook, Inc. and its affiliates.
408
212
  *
409
213
  * This source code is licensed under the MIT license found in the
410
214
  * LICENSE file in the root directory of this source tree.
411
215
  */
412
- $e.exports;
413
- var it;
414
- function ht() {
415
- return it || (it = 1, function(N, E) {
216
+ Xe.exports;
217
+ var yt;
218
+ function Yt() {
219
+ return yt || (yt = 1, function(H, v) {
416
220
  process.env.NODE_ENV !== "production" && function() {
417
- function K(e, r) {
418
- Object.defineProperty(j.prototype, e, {
419
- get: function() {
420
- console.warn(
421
- "%s(...) is deprecated in plain JavaScript React classes. %s",
422
- r[0],
423
- r[1]
424
- );
425
- }
426
- });
221
+ typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error());
222
+ var pe = "18.3.1", z = Symbol.for("react.element"), ne = Symbol.for("react.portal"), Z = Symbol.for("react.fragment"), ae = Symbol.for("react.strict_mode"), ee = Symbol.for("react.profiler"), $ = Symbol.for("react.provider"), re = Symbol.for("react.context"), L = Symbol.for("react.forward_ref"), V = Symbol.for("react.suspense"), te = Symbol.for("react.suspense_list"), J = Symbol.for("react.memo"), ce = Symbol.for("react.lazy"), Fe = Symbol.for("react.offscreen"), oe = Symbol.iterator, ue = "@@iterator";
223
+ function x(e) {
224
+ if (e === null || typeof e != "object")
225
+ return null;
226
+ var r = oe && e[oe] || e[ue];
227
+ return typeof r == "function" ? r : null;
427
228
  }
428
- function q(e) {
429
- return e === null || typeof e != "object" ? null : (e = ke && e[ke] || e["@@iterator"], typeof e == "function" ? e : null);
229
+ var ge = {
230
+ /**
231
+ * @internal
232
+ * @type {ReactComponent}
233
+ */
234
+ current: null
235
+ }, ie = {
236
+ transition: null
237
+ }, M = {
238
+ current: null,
239
+ // Used to reproduce behavior of `batchedUpdates` in legacy mode.
240
+ isBatchingLegacy: !1,
241
+ didScheduleLegacyUpdate: !1
242
+ }, G = {
243
+ /**
244
+ * @internal
245
+ * @type {ReactComponent}
246
+ */
247
+ current: null
248
+ }, fe = {}, ve = null;
249
+ function we(e) {
250
+ ve = e;
430
251
  }
431
- function P(e, r) {
432
- e = (e = e.constructor) && (e.displayName || e.name) || "ReactClass";
433
- var o = e + "." + r;
434
- Ne[o] || (console.error(
435
- "Can't call %s on a component that is not yet mounted. This is a no-op, but it might indicate a bug in your application. Instead, assign to `this.state` directly or define a `state = {};` class property with the desired state in the %s component.",
436
- r,
437
- e
438
- ), Ne[o] = !0);
252
+ fe.setExtraStackFrame = function(e) {
253
+ ve = e;
254
+ }, fe.getCurrentStack = null, fe.getStackAddendum = function() {
255
+ var e = "";
256
+ ve && (e += ve);
257
+ var r = fe.getCurrentStack;
258
+ return r && (e += r() || ""), e;
259
+ };
260
+ var Se = !1, Ye = !1, Te = !1, q = !1, X = !1, U = {
261
+ ReactCurrentDispatcher: ge,
262
+ ReactCurrentBatchConfig: ie,
263
+ ReactCurrentOwner: G
264
+ };
265
+ U.ReactDebugCurrentFrame = fe, U.ReactCurrentActQueue = M;
266
+ function se(e) {
267
+ {
268
+ for (var r = arguments.length, a = new Array(r > 1 ? r - 1 : 0), o = 1; o < r; o++)
269
+ a[o - 1] = arguments[o];
270
+ le("warn", e, a);
271
+ }
439
272
  }
440
- function j(e, r, o) {
441
- this.props = e, this.context = r, this.refs = a, this.updater = o || t;
273
+ function l(e) {
274
+ {
275
+ for (var r = arguments.length, a = new Array(r > 1 ? r - 1 : 0), o = 1; o < r; o++)
276
+ a[o - 1] = arguments[o];
277
+ le("error", e, a);
278
+ }
442
279
  }
443
- function U() {
280
+ function le(e, r, a) {
281
+ {
282
+ var o = U.ReactDebugCurrentFrame, c = o.getStackAddendum();
283
+ c !== "" && (r += "%s", a = a.concat([c]));
284
+ var d = a.map(function(f) {
285
+ return String(f);
286
+ });
287
+ d.unshift("Warning: " + r), Function.prototype.apply.call(console[e], console, d);
288
+ }
444
289
  }
445
- function z(e, r, o) {
446
- this.props = e, this.context = r, this.refs = a, this.updater = o || t;
290
+ var Oe = {};
291
+ function ye(e, r) {
292
+ {
293
+ var a = e.constructor, o = a && (a.displayName || a.name) || "ReactClass", c = o + "." + r;
294
+ if (Oe[c])
295
+ return;
296
+ l("Can't call %s on a component that is not yet mounted. This is a no-op, but it might indicate a bug in your application. Instead, assign to `this.state` directly or define a `state = {};` class property with the desired state in the %s component.", r, o), Oe[c] = !0;
297
+ }
447
298
  }
448
- function ue(e) {
449
- return "" + e;
299
+ var n = {
300
+ /**
301
+ * Checks whether or not this composite component is mounted.
302
+ * @param {ReactClass} publicInstance The instance we want to test.
303
+ * @return {boolean} True if mounted, false otherwise.
304
+ * @protected
305
+ * @final
306
+ */
307
+ isMounted: function(e) {
308
+ return !1;
309
+ },
310
+ /**
311
+ * Forces an update. This should only be invoked when it is known with
312
+ * certainty that we are **not** in a DOM transaction.
313
+ *
314
+ * You may want to call this when you know that some deeper aspect of the
315
+ * component's state has changed but `setState` was not called.
316
+ *
317
+ * This will not invoke `shouldComponentUpdate`, but it will invoke
318
+ * `componentWillUpdate` and `componentDidUpdate`.
319
+ *
320
+ * @param {ReactClass} publicInstance The instance that should rerender.
321
+ * @param {?function} callback Called after component is updated.
322
+ * @param {?string} callerName name of the calling function in the public API.
323
+ * @internal
324
+ */
325
+ enqueueForceUpdate: function(e, r, a) {
326
+ ye(e, "forceUpdate");
327
+ },
328
+ /**
329
+ * Replaces all of the state. Always use this or `setState` to mutate state.
330
+ * You should treat `this.state` as immutable.
331
+ *
332
+ * There is no guarantee that `this.state` will be immediately updated, so
333
+ * accessing `this.state` after calling this method may return the old value.
334
+ *
335
+ * @param {ReactClass} publicInstance The instance that should rerender.
336
+ * @param {object} completeState Next state.
337
+ * @param {?function} callback Called after component is updated.
338
+ * @param {?string} callerName name of the calling function in the public API.
339
+ * @internal
340
+ */
341
+ enqueueReplaceState: function(e, r, a, o) {
342
+ ye(e, "replaceState");
343
+ },
344
+ /**
345
+ * Sets a subset of the state. This only exists because _pendingState is
346
+ * internal. This provides a merging strategy that is not available to deep
347
+ * properties which is confusing. TODO: Expose pendingState or don't use it
348
+ * during the merge.
349
+ *
350
+ * @param {ReactClass} publicInstance The instance that should rerender.
351
+ * @param {object} partialState Next partial state to be merged with state.
352
+ * @param {?function} callback Called after component is updated.
353
+ * @param {?string} Name of the calling function in the public API.
354
+ * @internal
355
+ */
356
+ enqueueSetState: function(e, r, a, o) {
357
+ ye(e, "setState");
358
+ }
359
+ }, i = Object.assign, g = {};
360
+ Object.freeze(g);
361
+ function b(e, r, a) {
362
+ this.props = e, this.context = r, this.refs = g, this.updater = a || n;
363
+ }
364
+ b.prototype.isReactComponent = {}, b.prototype.setState = function(e, r) {
365
+ if (typeof e != "object" && typeof e != "function" && e != null)
366
+ throw new Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");
367
+ this.updater.enqueueSetState(this, e, r, "setState");
368
+ }, b.prototype.forceUpdate = function(e) {
369
+ this.updater.enqueueForceUpdate(this, e, "forceUpdate");
370
+ };
371
+ {
372
+ var R = {
373
+ isMounted: ["isMounted", "Instead, make sure to clean up subscriptions and pending requests in componentWillUnmount to prevent memory leaks."],
374
+ replaceState: ["replaceState", "Refactor your code to use setState instead (see https://github.com/facebook/react/issues/3236)."]
375
+ }, k = function(e, r) {
376
+ Object.defineProperty(b.prototype, e, {
377
+ get: function() {
378
+ se("%s(...) is deprecated in plain JavaScript React classes. %s", r[0], r[1]);
379
+ }
380
+ });
381
+ };
382
+ for (var O in R)
383
+ R.hasOwnProperty(O) && k(O, R[O]);
384
+ }
385
+ function T() {
386
+ }
387
+ T.prototype = b.prototype;
388
+ function w(e, r, a) {
389
+ this.props = e, this.context = r, this.refs = g, this.updater = a || n;
390
+ }
391
+ var W = w.prototype = new T();
392
+ W.constructor = w, i(W, b.prototype), W.isPureReactComponent = !0;
393
+ function br() {
394
+ var e = {
395
+ current: null
396
+ };
397
+ return Object.seal(e), e;
398
+ }
399
+ var Qe = Array.isArray;
400
+ function $e(e) {
401
+ return Qe(e);
402
+ }
403
+ function Er(e) {
404
+ {
405
+ var r = typeof Symbol == "function" && Symbol.toStringTag, a = r && e[Symbol.toStringTag] || e.constructor.name || "Object";
406
+ return a;
407
+ }
450
408
  }
451
- function D(e) {
409
+ function Le(e) {
452
410
  try {
453
- ue(e);
454
- var r = !1;
411
+ return _e(e), !1;
455
412
  } catch {
456
- r = !0;
457
- }
458
- if (r) {
459
- r = console;
460
- var o = r.error, s = typeof Symbol == "function" && Symbol.toStringTag && e[Symbol.toStringTag] || e.constructor.name || "Object";
461
- return o.call(
462
- r,
463
- "The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
464
- s
465
- ), ue(e);
413
+ return !0;
466
414
  }
467
415
  }
468
- function I(e) {
469
- if (e == null) return null;
470
- if (typeof e == "function")
471
- return e.$$typeof === g ? null : e.displayName || e.name || null;
472
- if (typeof e == "string") return e;
416
+ function _e(e) {
417
+ return "" + e;
418
+ }
419
+ function Pe(e) {
420
+ if (Le(e))
421
+ return l("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Er(e)), _e(e);
422
+ }
423
+ function Ze(e, r, a) {
424
+ var o = e.displayName;
425
+ if (o)
426
+ return o;
427
+ var c = r.displayName || r.name || "";
428
+ return c !== "" ? a + "(" + c + ")" : a;
429
+ }
430
+ function ke(e) {
431
+ return e.displayName || "Context";
432
+ }
433
+ function de(e) {
434
+ if (e == null)
435
+ return null;
436
+ if (typeof e.tag == "number" && l("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
437
+ return e.displayName || e.name || null;
438
+ if (typeof e == "string")
439
+ return e;
473
440
  switch (e) {
474
- case A:
441
+ case Z:
475
442
  return "Fragment";
476
- case x:
443
+ case ne:
477
444
  return "Portal";
478
- case je:
445
+ case ee:
479
446
  return "Profiler";
480
- case le:
447
+ case ae:
481
448
  return "StrictMode";
482
- case de:
449
+ case V:
483
450
  return "Suspense";
484
- case be:
451
+ case te:
485
452
  return "SuspenseList";
486
453
  }
487
454
  if (typeof e == "object")
488
- switch (typeof e.tag == "number" && console.error(
489
- "Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
490
- ), e.$$typeof) {
491
- case _e:
492
- return (e.displayName || "Context") + ".Provider";
493
- case ye:
494
- return (e._context.displayName || "Context") + ".Consumer";
495
- case we:
496
- var r = e.render;
497
- return e = e.displayName, e || (e = r.displayName || r.name || "", e = e !== "" ? "ForwardRef(" + e + ")" : "ForwardRef"), e;
498
- case Te:
499
- return r = e.displayName || null, r !== null ? r : I(e.type) || "Memo";
500
- case ve:
501
- r = e._payload, e = e._init;
455
+ switch (e.$$typeof) {
456
+ case re:
457
+ var r = e;
458
+ return ke(r) + ".Consumer";
459
+ case $:
460
+ var a = e;
461
+ return ke(a._context) + ".Provider";
462
+ case L:
463
+ return Ze(e, e.render, "ForwardRef");
464
+ case J:
465
+ var o = e.displayName || null;
466
+ return o !== null ? o : de(e.type) || "Memo";
467
+ case ce: {
468
+ var c = e, d = c._payload, f = c._init;
502
469
  try {
503
- return I(e(r));
470
+ return de(f(d));
504
471
  } catch {
472
+ return null;
505
473
  }
474
+ }
506
475
  }
507
476
  return null;
508
477
  }
509
- function Ee(e) {
510
- return typeof e == "string" || typeof e == "function" || e === A || e === je || e === le || e === de || e === be || e === xe || typeof e == "object" && e !== null && (e.$$typeof === ve || e.$$typeof === Te || e.$$typeof === _e || e.$$typeof === ye || e.$$typeof === we || e.$$typeof === M || e.getModuleId !== void 0);
511
- }
512
- function Oe() {
513
- }
514
- function Ae() {
515
- if (L === 0) {
516
- pe = console.log, X = console.info, Re = console.warn, B = console.error, Ke = console.group, Qe = console.groupCollapsed, Xe = console.groupEnd;
517
- var e = {
518
- configurable: !0,
519
- enumerable: !0,
520
- value: Oe,
521
- writable: !0
522
- };
523
- Object.defineProperties(console, {
524
- info: e,
525
- log: e,
526
- warn: e,
527
- error: e,
528
- group: e,
529
- groupCollapsed: e,
530
- groupEnd: e
531
- });
532
- }
533
- L++;
534
- }
535
- function he() {
536
- if (L--, L === 0) {
537
- var e = { configurable: !0, enumerable: !0, writable: !0 };
538
- Object.defineProperties(console, {
539
- log: i({}, e, { value: pe }),
540
- info: i({}, e, { value: X }),
541
- warn: i({}, e, { value: Re }),
542
- error: i({}, e, { value: B }),
543
- group: i({}, e, { value: Ke }),
544
- groupCollapsed: i({}, e, { value: Qe }),
545
- groupEnd: i({}, e, { value: Xe })
546
- });
547
- }
548
- 0 > L && console.error(
549
- "disabledDepth fell below zero. This is a bug in React. Please file an issue."
550
- );
551
- }
552
- function V(e) {
553
- if (ze === void 0)
554
- try {
555
- throw Error();
556
- } catch (o) {
557
- var r = o.stack.trim().match(/\n( *(at )?)/);
558
- ze = r && r[1] || "", De = -1 < o.stack.indexOf(`
559
- at`) ? " (<anonymous>)" : -1 < o.stack.indexOf("@") ? "@unknown:0:0" : "";
560
- }
561
- return `
562
- ` + ze + e + De;
563
- }
564
- function H(e, r) {
565
- if (!e || Ie) return "";
566
- var o = Ge.get(e);
567
- if (o !== void 0) return o;
568
- Ie = !0, o = Error.prepareStackTrace, Error.prepareStackTrace = void 0;
569
- var s = null;
570
- s = v.H, v.H = null, Ae();
571
- try {
572
- var c = {
573
- DetermineComponentFrameRoot: function() {
574
- try {
575
- if (r) {
576
- var ee = function() {
577
- throw Error();
578
- };
579
- if (Object.defineProperty(ee.prototype, "props", {
580
- set: function() {
581
- throw Error();
582
- }
583
- }), typeof Reflect == "object" && Reflect.construct) {
584
- try {
585
- Reflect.construct(ee, []);
586
- } catch (oe) {
587
- var We = oe;
588
- }
589
- Reflect.construct(e, [], ee);
590
- } else {
591
- try {
592
- ee.call();
593
- } catch (oe) {
594
- We = oe;
595
- }
596
- e.call(ee.prototype);
597
- }
598
- } else {
599
- try {
600
- throw Error();
601
- } catch (oe) {
602
- We = oe;
603
- }
604
- (ee = e()) && typeof ee.catch == "function" && ee.catch(function() {
605
- });
606
- }
607
- } catch (oe) {
608
- if (oe && We && typeof oe.stack == "string")
609
- return [oe.stack, We.stack];
610
- }
611
- return [null, null];
612
- }
613
- };
614
- c.DetermineComponentFrameRoot.displayName = "DetermineComponentFrameRoot";
615
- var l = Object.getOwnPropertyDescriptor(
616
- c.DetermineComponentFrameRoot,
617
- "name"
618
- );
619
- l && l.configurable && Object.defineProperty(
620
- c.DetermineComponentFrameRoot,
621
- "name",
622
- { value: "DetermineComponentFrameRoot" }
623
- );
624
- var f = c.DetermineComponentFrameRoot(), T = f[0], w = f[1];
625
- if (T && w) {
626
- var S = T.split(`
627
- `), Y = w.split(`
628
- `);
629
- for (f = l = 0; l < S.length && !S[l].includes(
630
- "DetermineComponentFrameRoot"
631
- ); )
632
- l++;
633
- for (; f < Y.length && !Y[f].includes(
634
- "DetermineComponentFrameRoot"
635
- ); )
636
- f++;
637
- if (l === S.length || f === Y.length)
638
- for (l = S.length - 1, f = Y.length - 1; 1 <= l && 0 <= f && S[l] !== Y[f]; )
639
- f--;
640
- for (; 1 <= l && 0 <= f; l--, f--)
641
- if (S[l] !== Y[f]) {
642
- if (l !== 1 || f !== 1)
643
- do
644
- if (l--, f--, 0 > f || S[l] !== Y[f]) {
645
- var Ce = `
646
- ` + S[l].replace(
647
- " at new ",
648
- " at "
649
- );
650
- return e.displayName && Ce.includes("<anonymous>") && (Ce = Ce.replace("<anonymous>", e.displayName)), typeof e == "function" && Ge.set(e, Ce), Ce;
651
- }
652
- while (1 <= l && 0 <= f);
653
- break;
654
- }
655
- }
656
- } finally {
657
- Ie = !1, v.H = s, he(), Error.prepareStackTrace = o;
658
- }
659
- return S = (S = e ? e.displayName || e.name : "") ? V(S) : "", typeof e == "function" && Ge.set(e, S), S;
660
- }
661
- function te(e) {
662
- if (e == null) return "";
663
- if (typeof e == "function") {
664
- var r = e.prototype;
665
- return H(
666
- e,
667
- !(!r || !r.isReactComponent)
668
- );
669
- }
670
- if (typeof e == "string") return V(e);
671
- switch (e) {
672
- case de:
673
- return V("Suspense");
674
- case be:
675
- return V("SuspenseList");
478
+ var je = Object.prototype.hasOwnProperty, Me = {
479
+ key: !0,
480
+ ref: !0,
481
+ __self: !0,
482
+ __source: !0
483
+ }, er, rr, We;
484
+ We = {};
485
+ function Be(e) {
486
+ if (je.call(e, "ref")) {
487
+ var r = Object.getOwnPropertyDescriptor(e, "ref").get;
488
+ if (r && r.isReactWarning)
489
+ return !1;
676
490
  }
677
- if (typeof e == "object")
678
- switch (e.$$typeof) {
679
- case we:
680
- return e = H(e.render, !1), e;
681
- case Te:
682
- return te(e.type);
683
- case ve:
684
- r = e._payload, e = e._init;
685
- try {
686
- return te(e(r));
687
- } catch {
688
- }
689
- }
690
- return "";
691
- }
692
- function J() {
693
- var e = v.A;
694
- return e === null ? null : e.getOwner();
491
+ return e.ref !== void 0;
695
492
  }
696
- function se(e) {
697
- if (Q.call(e, "key")) {
493
+ function be(e) {
494
+ if (je.call(e, "key")) {
698
495
  var r = Object.getOwnPropertyDescriptor(e, "key").get;
699
- if (r && r.isReactWarning) return !1;
496
+ if (r && r.isReactWarning)
497
+ return !1;
700
498
  }
701
499
  return e.key !== void 0;
702
500
  }
703
- function ie(e, r) {
704
- function o() {
705
- Ve || (Ve = !0, console.error(
706
- "%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
707
- r
708
- ));
709
- }
710
- o.isReactWarning = !0, Object.defineProperty(e, "key", {
711
- get: o,
501
+ function Rr(e, r) {
502
+ var a = function() {
503
+ er || (er = !0, l("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", r));
504
+ };
505
+ a.isReactWarning = !0, Object.defineProperty(e, "key", {
506
+ get: a,
507
+ configurable: !0
508
+ });
509
+ }
510
+ function tr(e, r) {
511
+ var a = function() {
512
+ rr || (rr = !0, l("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", r));
513
+ };
514
+ a.isReactWarning = !0, Object.defineProperty(e, "ref", {
515
+ get: a,
712
516
  configurable: !0
713
517
  });
714
518
  }
715
- function O() {
716
- var e = I(this.type);
717
- return Ze[e] || (Ze[e] = !0, console.error(
718
- "Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
719
- )), e = this.props.ref, e !== void 0 ? e : null;
519
+ function nr(e) {
520
+ if (typeof e.ref == "string" && G.current && e.__self && G.current.stateNode !== e.__self) {
521
+ var r = de(G.current.type);
522
+ We[r] || (l('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', r, e.ref), We[r] = !0);
523
+ }
720
524
  }
721
- function Z(e, r, o, s, c, l) {
722
- return o = l.ref, e = {
723
- $$typeof: h,
525
+ var Ae = function(e, r, a, o, c, d, f) {
526
+ var y = {
527
+ // This tag allows us to uniquely identify this as a React Element
528
+ $$typeof: z,
529
+ // Built-in properties that belong on the element
724
530
  type: e,
725
531
  key: r,
726
- props: l,
727
- _owner: c
728
- }, (o !== void 0 ? o : null) !== null ? Object.defineProperty(e, "ref", {
729
- enumerable: !1,
730
- get: O
731
- }) : Object.defineProperty(e, "ref", { enumerable: !1, value: null }), e._store = {}, Object.defineProperty(e._store, "validated", {
532
+ ref: a,
533
+ props: f,
534
+ // Record the component responsible for creating this element.
535
+ _owner: d
536
+ };
537
+ return y._store = {}, Object.defineProperty(y._store, "validated", {
732
538
  configurable: !1,
733
539
  enumerable: !1,
734
540
  writable: !0,
735
- value: 0
736
- }), Object.defineProperty(e, "_debugInfo", {
541
+ value: !1
542
+ }), Object.defineProperty(y, "_self", {
737
543
  configurable: !1,
738
544
  enumerable: !1,
739
- writable: !0,
740
- value: null
741
- }), Object.freeze && (Object.freeze(e.props), Object.freeze(e)), e;
742
- }
743
- function ae(e, r) {
744
- return r = Z(
745
- e.type,
746
- r,
747
- void 0,
748
- void 0,
749
- e._owner,
750
- e.props
751
- ), r._store.validated = e._store.validated, r;
752
- }
753
- function me(e, r) {
754
- if (typeof e == "object" && e && e.$$typeof !== vt) {
755
- if (C(e))
756
- for (var o = 0; o < e.length; o++) {
757
- var s = e[o];
758
- $(s) && ge(s, r);
759
- }
760
- else if ($(e))
761
- e._store && (e._store.validated = 1);
762
- else if (o = q(e), typeof o == "function" && o !== e.entries && (o = o.call(e), o !== e))
763
- for (; !(e = o.next()).done; )
764
- $(e.value) && ge(e.value, r);
545
+ writable: !1,
546
+ value: o
547
+ }), Object.defineProperty(y, "_source", {
548
+ configurable: !1,
549
+ enumerable: !1,
550
+ writable: !1,
551
+ value: c
552
+ }), Object.freeze && (Object.freeze(y.props), Object.freeze(y)), y;
553
+ };
554
+ function Cr(e, r, a) {
555
+ var o, c = {}, d = null, f = null, y = null, E = null;
556
+ if (r != null) {
557
+ Be(r) && (f = r.ref, nr(r)), be(r) && (Pe(r.key), d = "" + r.key), y = r.__self === void 0 ? null : r.__self, E = r.__source === void 0 ? null : r.__source;
558
+ for (o in r)
559
+ je.call(r, o) && !Me.hasOwnProperty(o) && (c[o] = r[o]);
560
+ }
561
+ var P = arguments.length - 2;
562
+ if (P === 1)
563
+ c.children = a;
564
+ else if (P > 1) {
565
+ for (var j = Array(P), A = 0; A < P; A++)
566
+ j[A] = arguments[A + 2];
567
+ Object.freeze && Object.freeze(j), c.children = j;
568
+ }
569
+ if (e && e.defaultProps) {
570
+ var I = e.defaultProps;
571
+ for (o in I)
572
+ c[o] === void 0 && (c[o] = I[o]);
765
573
  }
574
+ if (d || f) {
575
+ var N = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
576
+ d && Rr(c, N), f && tr(c, N);
577
+ }
578
+ return Ae(e, d, f, y, E, G.current, c);
579
+ }
580
+ function wr(e, r) {
581
+ var a = Ae(e.type, r, e.ref, e._self, e._source, e._owner, e.props);
582
+ return a;
766
583
  }
767
- function $(e) {
768
- return typeof e == "object" && e !== null && e.$$typeof === h;
769
- }
770
- function ge(e, r) {
771
- if (e._store && !e._store.validated && e.key == null && (e._store.validated = 1, r = ce(r), !Fe[r])) {
772
- Fe[r] = !0;
773
- var o = "";
774
- e && e._owner != null && e._owner !== J() && (o = null, typeof e._owner.tag == "number" ? o = I(e._owner.type) : typeof e._owner.name == "string" && (o = e._owner.name), o = " It was passed a child from " + o + ".");
775
- var s = v.getCurrentStack;
776
- v.getCurrentStack = function() {
777
- var c = te(e.type);
778
- return s && (c += s() || ""), c;
779
- }, console.error(
780
- 'Each child in a list should have a unique "key" prop.%s%s See https://react.dev/link/warning-keys for more information.',
781
- r,
782
- o
783
- ), v.getCurrentStack = s;
584
+ function Sr(e, r, a) {
585
+ if (e == null)
586
+ throw new Error("React.cloneElement(...): The argument must be a React element, but you passed " + e + ".");
587
+ var o, c = i({}, e.props), d = e.key, f = e.ref, y = e._self, E = e._source, P = e._owner;
588
+ if (r != null) {
589
+ Be(r) && (f = r.ref, P = G.current), be(r) && (Pe(r.key), d = "" + r.key);
590
+ var j;
591
+ e.type && e.type.defaultProps && (j = e.type.defaultProps);
592
+ for (o in r)
593
+ je.call(r, o) && !Me.hasOwnProperty(o) && (r[o] === void 0 && j !== void 0 ? c[o] = j[o] : c[o] = r[o]);
784
594
  }
595
+ var A = arguments.length - 2;
596
+ if (A === 1)
597
+ c.children = a;
598
+ else if (A > 1) {
599
+ for (var I = Array(A), N = 0; N < A; N++)
600
+ I[N] = arguments[N + 2];
601
+ c.children = I;
602
+ }
603
+ return Ae(e.type, d, f, y, E, P, c);
785
604
  }
786
- function ce(e) {
787
- var r = "", o = J();
788
- return o && (o = I(o.type)) && (r = `
789
-
790
- Check the render method of \`` + o + "`."), r || (e = I(e)) && (r = `
791
-
792
- Check the top-level render call using <` + e + ">."), r;
605
+ function Ee(e) {
606
+ return typeof e == "object" && e !== null && e.$$typeof === z;
793
607
  }
794
- function re(e) {
795
- var r = { "=": "=0", ":": "=2" };
796
- return "$" + e.replace(/[=:]/g, function(o) {
797
- return r[o];
608
+ var ar = ".", Tr = ":";
609
+ function Or(e) {
610
+ var r = /[=:]/g, a = {
611
+ "=": "=0",
612
+ ":": "=2"
613
+ }, o = e.replace(r, function(c) {
614
+ return a[c];
798
615
  });
616
+ return "$" + o;
799
617
  }
800
- function F(e, r) {
801
- return typeof e == "object" && e !== null && e.key != null ? (D(e.key), re("" + e.key)) : r.toString(36);
802
- }
803
- function fe() {
804
- }
805
- function G(e) {
806
- switch (e.status) {
807
- case "fulfilled":
808
- return e.value;
809
- case "rejected":
810
- throw e.reason;
811
- default:
812
- switch (typeof e.status == "string" ? e.then(fe, fe) : (e.status = "pending", e.then(
813
- function(r) {
814
- e.status === "pending" && (e.status = "fulfilled", e.value = r);
815
- },
816
- function(r) {
817
- e.status === "pending" && (e.status = "rejected", e.reason = r);
818
- }
819
- )), e.status) {
820
- case "fulfilled":
821
- return e.value;
822
- case "rejected":
823
- throw e.reason;
824
- }
825
- }
826
- throw e;
618
+ var Ne = !1, or = /\/+/g;
619
+ function he(e) {
620
+ return e.replace(or, "$&/");
621
+ }
622
+ function xe(e, r) {
623
+ return typeof e == "object" && e !== null && e.key != null ? (Pe(e.key), Or("" + e.key)) : r.toString(36);
827
624
  }
828
- function W(e, r, o, s, c) {
829
- var l = typeof e;
830
- (l === "undefined" || l === "boolean") && (e = null);
625
+ function Re(e, r, a, o, c) {
626
+ var d = typeof e;
627
+ (d === "undefined" || d === "boolean") && (e = null);
831
628
  var f = !1;
832
- if (e === null) f = !0;
629
+ if (e === null)
630
+ f = !0;
833
631
  else
834
- switch (l) {
835
- case "bigint":
632
+ switch (d) {
836
633
  case "string":
837
634
  case "number":
838
635
  f = !0;
839
636
  break;
840
637
  case "object":
841
638
  switch (e.$$typeof) {
842
- case h:
843
- case x:
639
+ case z:
640
+ case ne:
844
641
  f = !0;
845
- break;
846
- case ve:
847
- return f = e._init, W(
848
- f(e._payload),
849
- r,
850
- o,
851
- s,
852
- c
853
- );
854
642
  }
855
643
  }
856
644
  if (f) {
857
- f = e, c = c(f);
858
- var T = s === "" ? "." + F(f, 0) : s;
859
- return C(c) ? (o = "", T != null && (o = T.replace(tt, "$&/") + "/"), W(c, r, o, "", function(S) {
860
- return S;
861
- })) : c != null && ($(c) && (c.key != null && (f && f.key === c.key || D(c.key)), o = ae(
862
- c,
863
- o + (c.key == null || f && f.key === c.key ? "" : ("" + c.key).replace(
864
- tt,
865
- "$&/"
866
- ) + "/") + T
867
- ), s !== "" && f != null && $(f) && f.key == null && f._store && !f._store.validated && (o._store.validated = 2), c = o), r.push(c)), 1;
645
+ var y = e, E = c(y), P = o === "" ? ar + xe(y, 0) : o;
646
+ if ($e(E)) {
647
+ var j = "";
648
+ P != null && (j = he(P) + "/"), Re(E, r, j, "", function(Vt) {
649
+ return Vt;
650
+ });
651
+ } else E != null && (Ee(E) && (E.key && (!y || y.key !== E.key) && Pe(E.key), E = wr(
652
+ E,
653
+ // Keep both the (mapped) and old keys if they differ, just as
654
+ // traverseAllChildren used to do for objects as children
655
+ a + // $FlowFixMe Flow incorrectly thinks React.Portal doesn't have a key
656
+ (E.key && (!y || y.key !== E.key) ? (
657
+ // $FlowFixMe Flow incorrectly thinks existing element's key can be a number
658
+ // eslint-disable-next-line react-internal/safe-string-coercion
659
+ he("" + E.key) + "/"
660
+ ) : "") + P
661
+ )), r.push(E));
662
+ return 1;
868
663
  }
869
- if (f = 0, T = s === "" ? "." : s + ":", C(e))
870
- for (var w = 0; w < e.length; w++)
871
- s = e[w], l = T + F(s, w), f += W(
872
- s,
873
- r,
874
- o,
875
- l,
876
- c
877
- );
878
- else if (w = q(e), typeof w == "function")
879
- for (w === e.entries && (et || console.warn(
880
- "Using Maps as children is not supported. Use an array of keyed ReactElements instead."
881
- ), et = !0), e = w.call(e), w = 0; !(s = e.next()).done; )
882
- s = s.value, l = T + F(s, w++), f += W(
883
- s,
884
- r,
885
- o,
886
- l,
887
- c
888
- );
889
- else if (l === "object") {
890
- if (typeof e.then == "function")
891
- return W(
892
- G(e),
893
- r,
894
- o,
895
- s,
896
- c
897
- );
898
- throw r = String(e), Error(
899
- "Objects are not valid as a React child (found: " + (r === "[object Object]" ? "object with keys {" + Object.keys(e).join(", ") + "}" : r) + "). If you meant to render a collection of children, use an array instead."
900
- );
664
+ var A, I, N = 0, B = o === "" ? ar : o + Tr;
665
+ if ($e(e))
666
+ for (var mr = 0; mr < e.length; mr++)
667
+ A = e[mr], I = B + xe(A, mr), N += Re(A, r, a, I, c);
668
+ else {
669
+ var Ur = x(e);
670
+ if (typeof Ur == "function") {
671
+ var lt = e;
672
+ Ur === lt.entries && (Ne || se("Using Maps as children is not supported. Use an array of keyed ReactElements instead."), Ne = !0);
673
+ for (var Wt = Ur.call(lt), dt, Nt = 0; !(dt = Wt.next()).done; )
674
+ A = dt.value, I = B + xe(A, Nt++), N += Re(A, r, a, I, c);
675
+ } else if (d === "object") {
676
+ var pt = String(e);
677
+ throw new Error("Objects are not valid as a React child (found: " + (pt === "[object Object]" ? "object with keys {" + Object.keys(e).join(", ") + "}" : pt) + "). If you meant to render a collection of children, use an array instead.");
678
+ }
901
679
  }
902
- return f;
903
- }
904
- function ne(e, r, o) {
905
- if (e == null) return e;
906
- var s = [], c = 0;
907
- return W(e, s, "", "", function(l) {
908
- return r.call(o, l, c++);
909
- }), s;
910
- }
911
- function Se(e) {
912
- if (e._status === -1) {
913
- var r = e._result;
914
- r = r(), r.then(
915
- function(o) {
916
- (e._status === 0 || e._status === -1) && (e._status = 1, e._result = o);
680
+ return N;
681
+ }
682
+ function De(e, r, a) {
683
+ if (e == null)
684
+ return e;
685
+ var o = [], c = 0;
686
+ return Re(e, o, "", "", function(d) {
687
+ return r.call(a, d, c++);
688
+ }), o;
689
+ }
690
+ function Pr(e) {
691
+ var r = 0;
692
+ return De(e, function() {
693
+ r++;
694
+ }), r;
695
+ }
696
+ function ur(e, r, a) {
697
+ De(e, function() {
698
+ r.apply(this, arguments);
699
+ }, a);
700
+ }
701
+ function kr(e) {
702
+ return De(e, function(r) {
703
+ return r;
704
+ }) || [];
705
+ }
706
+ function ir(e) {
707
+ if (!Ee(e))
708
+ throw new Error("React.Children.only expected to receive a single React element child.");
709
+ return e;
710
+ }
711
+ function sr(e) {
712
+ var r = {
713
+ $$typeof: re,
714
+ // As a workaround to support multiple concurrent renderers, we categorize
715
+ // some renderers as primary and others as secondary. We only expect
716
+ // there to be two concurrent renderers at most: React Native (primary) and
717
+ // Fabric (secondary); React DOM (primary) and React ART (secondary).
718
+ // Secondary renderers store their context values on separate fields.
719
+ _currentValue: e,
720
+ _currentValue2: e,
721
+ // Used to track how many concurrent renderers this context currently
722
+ // supports within in a single renderer. Such as parallel server rendering.
723
+ _threadCount: 0,
724
+ // These are circular
725
+ Provider: null,
726
+ Consumer: null,
727
+ // Add these to use same hidden class in VM as ServerContext
728
+ _defaultValue: null,
729
+ _globalName: null
730
+ };
731
+ r.Provider = {
732
+ $$typeof: $,
733
+ _context: r
734
+ };
735
+ var a = !1, o = !1, c = !1;
736
+ {
737
+ var d = {
738
+ $$typeof: re,
739
+ _context: r
740
+ };
741
+ Object.defineProperties(d, {
742
+ Provider: {
743
+ get: function() {
744
+ return o || (o = !0, l("Rendering <Context.Consumer.Provider> is not supported and will be removed in a future major release. Did you mean to render <Context.Provider> instead?")), r.Provider;
745
+ },
746
+ set: function(f) {
747
+ r.Provider = f;
748
+ }
749
+ },
750
+ _currentValue: {
751
+ get: function() {
752
+ return r._currentValue;
753
+ },
754
+ set: function(f) {
755
+ r._currentValue = f;
756
+ }
757
+ },
758
+ _currentValue2: {
759
+ get: function() {
760
+ return r._currentValue2;
761
+ },
762
+ set: function(f) {
763
+ r._currentValue2 = f;
764
+ }
917
765
  },
918
- function(o) {
919
- (e._status === 0 || e._status === -1) && (e._status = 2, e._result = o);
766
+ _threadCount: {
767
+ get: function() {
768
+ return r._threadCount;
769
+ },
770
+ set: function(f) {
771
+ r._threadCount = f;
772
+ }
773
+ },
774
+ Consumer: {
775
+ get: function() {
776
+ return a || (a = !0, l("Rendering <Context.Consumer.Consumer> is not supported and will be removed in a future major release. Did you mean to render <Context.Consumer> instead?")), r.Consumer;
777
+ }
778
+ },
779
+ displayName: {
780
+ get: function() {
781
+ return r.displayName;
782
+ },
783
+ set: function(f) {
784
+ c || (se("Setting `displayName` on Context.Consumer has no effect. You should set it directly on the context with Context.displayName = '%s'.", f), c = !0);
785
+ }
786
+ }
787
+ }), r.Consumer = d;
788
+ }
789
+ return r._currentRenderer = null, r._currentRenderer2 = null, r;
790
+ }
791
+ var Ie = -1, ze = 0, qe = 1, cr = 2;
792
+ function jr(e) {
793
+ if (e._status === Ie) {
794
+ var r = e._result, a = r();
795
+ if (a.then(function(d) {
796
+ if (e._status === ze || e._status === Ie) {
797
+ var f = e;
798
+ f._status = qe, f._result = d;
920
799
  }
921
- ), e._status === -1 && (e._status = 0, e._result = r);
800
+ }, function(d) {
801
+ if (e._status === ze || e._status === Ie) {
802
+ var f = e;
803
+ f._status = cr, f._result = d;
804
+ }
805
+ }), e._status === Ie) {
806
+ var o = e;
807
+ o._status = ze, o._result = a;
808
+ }
922
809
  }
923
- if (e._status === 1)
924
- return r = e._result, r === void 0 && console.error(
925
- `lazy: Expected the result of a dynamic import() call. Instead received: %s
810
+ if (e._status === qe) {
811
+ var c = e._result;
812
+ return c === void 0 && l(`lazy: Expected the result of a dynamic import() call. Instead received: %s
926
813
 
927
814
  Your code should look like:
928
815
  const MyComponent = lazy(() => import('./MyComponent'))
929
816
 
930
- Did you accidentally put curly braces around the import?`,
931
- r
932
- ), "default" in r || console.error(
933
- `lazy: Expected the result of a dynamic import() call. Instead received: %s
817
+ Did you accidentally put curly braces around the import?`, c), "default" in c || l(`lazy: Expected the result of a dynamic import() call. Instead received: %s
934
818
 
935
819
  Your code should look like:
936
- const MyComponent = lazy(() => import('./MyComponent'))`,
937
- r
938
- ), r.default;
939
- throw e._result;
940
- }
941
- function b() {
942
- var e = v.H;
943
- return e === null && console.error(
944
- `Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
820
+ const MyComponent = lazy(() => import('./MyComponent'))`, c), c.default;
821
+ } else
822
+ throw e._result;
823
+ }
824
+ function Ar(e) {
825
+ var r = {
826
+ // We use these fields to store the result.
827
+ _status: Ie,
828
+ _result: e
829
+ }, a = {
830
+ $$typeof: ce,
831
+ _payload: r,
832
+ _init: jr
833
+ };
834
+ {
835
+ var o, c;
836
+ Object.defineProperties(a, {
837
+ defaultProps: {
838
+ configurable: !0,
839
+ get: function() {
840
+ return o;
841
+ },
842
+ set: function(d) {
843
+ l("React.lazy(...): It is not supported to assign `defaultProps` to a lazy component import. Either specify them where the component is defined, or create a wrapping component around it."), o = d, Object.defineProperty(a, "defaultProps", {
844
+ enumerable: !0
845
+ });
846
+ }
847
+ },
848
+ propTypes: {
849
+ configurable: !0,
850
+ get: function() {
851
+ return c;
852
+ },
853
+ set: function(d) {
854
+ l("React.lazy(...): It is not supported to assign `propTypes` to a lazy component import. Either specify them where the component is defined, or create a wrapping component around it."), c = d, Object.defineProperty(a, "propTypes", {
855
+ enumerable: !0
856
+ });
857
+ }
858
+ }
859
+ });
860
+ }
861
+ return a;
862
+ }
863
+ function xr(e) {
864
+ e != null && e.$$typeof === J ? l("forwardRef requires a render function but received a `memo` component. Instead of forwardRef(memo(...)), use memo(forwardRef(...)).") : typeof e != "function" ? l("forwardRef requires a render function but was given %s.", e === null ? "null" : typeof e) : e.length !== 0 && e.length !== 2 && l("forwardRef render functions accept exactly two parameters: props and ref. %s", e.length === 1 ? "Did you forget to use the ref parameter?" : "Any additional parameter will be undefined."), e != null && (e.defaultProps != null || e.propTypes != null) && l("forwardRef render functions do not support propTypes or defaultProps. Did you accidentally pass a React component?");
865
+ var r = {
866
+ $$typeof: L,
867
+ render: e
868
+ };
869
+ {
870
+ var a;
871
+ Object.defineProperty(r, "displayName", {
872
+ enumerable: !1,
873
+ configurable: !0,
874
+ get: function() {
875
+ return a;
876
+ },
877
+ set: function(o) {
878
+ a = o, !e.name && !e.displayName && (e.displayName = o);
879
+ }
880
+ });
881
+ }
882
+ return r;
883
+ }
884
+ var fr;
885
+ fr = Symbol.for("react.module.reference");
886
+ function t(e) {
887
+ return !!(typeof e == "string" || typeof e == "function" || e === Z || e === ee || X || e === ae || e === V || e === te || q || e === Fe || Se || Ye || Te || typeof e == "object" && e !== null && (e.$$typeof === ce || e.$$typeof === J || e.$$typeof === $ || e.$$typeof === re || e.$$typeof === L || // This needs to include all possible module reference object
888
+ // types supported by any Flight configuration anywhere since
889
+ // we don't know which Flight build this will end up being used
890
+ // with.
891
+ e.$$typeof === fr || e.getModuleId !== void 0));
892
+ }
893
+ function u(e, r) {
894
+ t(e) || l("memo: The first argument must be a component. Instead received: %s", e === null ? "null" : typeof e);
895
+ var a = {
896
+ $$typeof: J,
897
+ type: e,
898
+ compare: r === void 0 ? null : r
899
+ };
900
+ {
901
+ var o;
902
+ Object.defineProperty(a, "displayName", {
903
+ enumerable: !1,
904
+ configurable: !0,
905
+ get: function() {
906
+ return o;
907
+ },
908
+ set: function(c) {
909
+ o = c, !e.name && !e.displayName && (e.displayName = c);
910
+ }
911
+ });
912
+ }
913
+ return a;
914
+ }
915
+ function s() {
916
+ var e = ge.current;
917
+ return e === null && l(`Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
945
918
  1. You might have mismatching versions of React and the renderer (such as React DOM)
946
919
  2. You might be breaking the Rules of Hooks
947
920
  3. You might have more than one copy of React in the same app
948
- See https://react.dev/link/invalid-hook-call for tips about how to debug and fix this problem.`
949
- ), e;
921
+ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.`), e;
922
+ }
923
+ function p(e) {
924
+ var r = s();
925
+ if (e._context !== void 0) {
926
+ var a = e._context;
927
+ a.Consumer === e ? l("Calling useContext(Context.Consumer) is not supported, may cause bugs, and will be removed in a future major release. Did you mean to call useContext(Context) instead?") : a.Provider === e && l("Calling useContext(Context.Provider) is not supported. Did you mean to call useContext(Context) instead?");
928
+ }
929
+ return r.useContext(e);
950
930
  }
951
- function n() {
931
+ function C(e) {
932
+ var r = s();
933
+ return r.useState(e);
952
934
  }
953
- function u(e) {
954
- if (Ye === null)
955
- try {
956
- var r = ("require" + Math.random()).slice(0, 7);
957
- Ye = (N && N[r]).call(
958
- N,
959
- "timers"
960
- ).setImmediate;
961
- } catch {
962
- Ye = function(s) {
963
- nt === !1 && (nt = !0, typeof MessageChannel > "u" && console.error(
964
- "This browser does not have a MessageChannel implementation, so enqueuing tasks via await act(async () => ...) will fail. Please file an issue at https://github.com/facebook/react/issues if you encounter this warning."
965
- ));
966
- var c = new MessageChannel();
967
- c.port1.onmessage = s, c.port2.postMessage(void 0);
935
+ function S(e, r, a) {
936
+ var o = s();
937
+ return o.useReducer(e, r, a);
938
+ }
939
+ function _(e) {
940
+ var r = s();
941
+ return r.useRef(e);
942
+ }
943
+ function h(e, r) {
944
+ var a = s();
945
+ return a.useEffect(e, r);
946
+ }
947
+ function Y(e, r) {
948
+ var a = s();
949
+ return a.useInsertionEffect(e, r);
950
+ }
951
+ function D(e, r) {
952
+ var a = s();
953
+ return a.useLayoutEffect(e, r);
954
+ }
955
+ function F(e, r) {
956
+ var a = s();
957
+ return a.useCallback(e, r);
958
+ }
959
+ function Q(e, r) {
960
+ var a = s();
961
+ return a.useMemo(e, r);
962
+ }
963
+ function Ce(e, r, a) {
964
+ var o = s();
965
+ return o.useImperativeHandle(e, r, a);
966
+ }
967
+ function me(e, r) {
968
+ {
969
+ var a = s();
970
+ return a.useDebugValue(e, r);
971
+ }
972
+ }
973
+ function K() {
974
+ var e = s();
975
+ return e.useTransition();
976
+ }
977
+ function Ke(e) {
978
+ var r = s();
979
+ return r.useDeferredValue(e);
980
+ }
981
+ function Dr() {
982
+ var e = s();
983
+ return e.useId();
984
+ }
985
+ function Ir(e, r, a) {
986
+ var o = s();
987
+ return o.useSyncExternalStore(e, r, a);
988
+ }
989
+ var He = 0, Br, zr, qr, Kr, Hr, Gr, Jr;
990
+ function Xr() {
991
+ }
992
+ Xr.__reactDisabledLog = !0;
993
+ function Et() {
994
+ {
995
+ if (He === 0) {
996
+ Br = console.log, zr = console.info, qr = console.warn, Kr = console.error, Hr = console.group, Gr = console.groupCollapsed, Jr = console.groupEnd;
997
+ var e = {
998
+ configurable: !0,
999
+ enumerable: !0,
1000
+ value: Xr,
1001
+ writable: !0
968
1002
  };
1003
+ Object.defineProperties(console, {
1004
+ info: e,
1005
+ log: e,
1006
+ warn: e,
1007
+ error: e,
1008
+ group: e,
1009
+ groupCollapsed: e,
1010
+ groupEnd: e
1011
+ });
969
1012
  }
970
- return Ye(e);
971
- }
972
- function p(e) {
973
- return 1 < e.length && typeof AggregateError == "function" ? new AggregateError(e) : e[0];
1013
+ He++;
1014
+ }
974
1015
  }
975
- function d(e, r) {
976
- r !== Ue - 1 && console.error(
977
- "You seem to have overlapping act() calls, this is not supported. Be sure to await previous act() calls before making a new one. "
978
- ), Ue = r;
1016
+ function Rt() {
1017
+ {
1018
+ if (He--, He === 0) {
1019
+ var e = {
1020
+ configurable: !0,
1021
+ enumerable: !0,
1022
+ writable: !0
1023
+ };
1024
+ Object.defineProperties(console, {
1025
+ log: i({}, e, {
1026
+ value: Br
1027
+ }),
1028
+ info: i({}, e, {
1029
+ value: zr
1030
+ }),
1031
+ warn: i({}, e, {
1032
+ value: qr
1033
+ }),
1034
+ error: i({}, e, {
1035
+ value: Kr
1036
+ }),
1037
+ group: i({}, e, {
1038
+ value: Hr
1039
+ }),
1040
+ groupCollapsed: i({}, e, {
1041
+ value: Gr
1042
+ }),
1043
+ groupEnd: i({}, e, {
1044
+ value: Jr
1045
+ })
1046
+ });
1047
+ }
1048
+ He < 0 && l("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
1049
+ }
979
1050
  }
980
- function m(e, r, o) {
981
- var s = v.actQueue;
982
- if (s !== null)
983
- if (s.length !== 0)
1051
+ var Fr = U.ReactCurrentDispatcher, $r;
1052
+ function lr(e, r, a) {
1053
+ {
1054
+ if ($r === void 0)
984
1055
  try {
985
- R(s), u(function() {
986
- return m(e, r, o);
987
- });
988
- return;
1056
+ throw Error();
989
1057
  } catch (c) {
990
- v.thrownErrors.push(c);
1058
+ var o = c.stack.trim().match(/\n( *(at )?)/);
1059
+ $r = o && o[1] || "";
991
1060
  }
992
- else v.actQueue = null;
993
- 0 < v.thrownErrors.length ? (s = p(v.thrownErrors), v.thrownErrors.length = 0, o(s)) : r(e);
1061
+ return `
1062
+ ` + $r + e;
1063
+ }
994
1064
  }
995
- function R(e) {
996
- if (!Be) {
997
- Be = !0;
998
- var r = 0;
999
- try {
1000
- for (; r < e.length; r++) {
1001
- var o = e[r];
1002
- do {
1003
- v.didUsePromise = !1;
1004
- var s = o(!1);
1005
- if (s !== null) {
1006
- if (v.didUsePromise) {
1007
- e[r] = o, e.splice(0, r);
1008
- return;
1009
- }
1010
- o = s;
1011
- } else break;
1012
- } while (!0);
1065
+ var Lr = !1, dr;
1066
+ {
1067
+ var Ct = typeof WeakMap == "function" ? WeakMap : Map;
1068
+ dr = new Ct();
1069
+ }
1070
+ function Qr(e, r) {
1071
+ if (!e || Lr)
1072
+ return "";
1073
+ {
1074
+ var a = dr.get(e);
1075
+ if (a !== void 0)
1076
+ return a;
1077
+ }
1078
+ var o;
1079
+ Lr = !0;
1080
+ var c = Error.prepareStackTrace;
1081
+ Error.prepareStackTrace = void 0;
1082
+ var d;
1083
+ d = Fr.current, Fr.current = null, Et();
1084
+ try {
1085
+ if (r) {
1086
+ var f = function() {
1087
+ throw Error();
1088
+ };
1089
+ if (Object.defineProperty(f.prototype, "props", {
1090
+ set: function() {
1091
+ throw Error();
1092
+ }
1093
+ }), typeof Reflect == "object" && Reflect.construct) {
1094
+ try {
1095
+ Reflect.construct(f, []);
1096
+ } catch (B) {
1097
+ o = B;
1098
+ }
1099
+ Reflect.construct(e, [], f);
1100
+ } else {
1101
+ try {
1102
+ f.call();
1103
+ } catch (B) {
1104
+ o = B;
1105
+ }
1106
+ e.call(f.prototype);
1013
1107
  }
1014
- e.length = 0;
1015
- } catch (c) {
1016
- e.splice(0, r + 1), v.thrownErrors.push(c);
1017
- } finally {
1018
- Be = !1;
1108
+ } else {
1109
+ try {
1110
+ throw Error();
1111
+ } catch (B) {
1112
+ o = B;
1113
+ }
1114
+ e();
1115
+ }
1116
+ } catch (B) {
1117
+ if (B && o && typeof B.stack == "string") {
1118
+ for (var y = B.stack.split(`
1119
+ `), E = o.stack.split(`
1120
+ `), P = y.length - 1, j = E.length - 1; P >= 1 && j >= 0 && y[P] !== E[j]; )
1121
+ j--;
1122
+ for (; P >= 1 && j >= 0; P--, j--)
1123
+ if (y[P] !== E[j]) {
1124
+ if (P !== 1 || j !== 1)
1125
+ do
1126
+ if (P--, j--, j < 0 || y[P] !== E[j]) {
1127
+ var A = `
1128
+ ` + y[P].replace(" at new ", " at ");
1129
+ return e.displayName && A.includes("<anonymous>") && (A = A.replace("<anonymous>", e.displayName)), typeof e == "function" && dr.set(e, A), A;
1130
+ }
1131
+ while (P >= 1 && j >= 0);
1132
+ break;
1133
+ }
1019
1134
  }
1135
+ } finally {
1136
+ Lr = !1, Fr.current = d, Rt(), Error.prepareStackTrace = c;
1020
1137
  }
1138
+ var I = e ? e.displayName || e.name : "", N = I ? lr(I) : "";
1139
+ return typeof e == "function" && dr.set(e, N), N;
1021
1140
  }
1022
- typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());
1023
- var h = Symbol.for("react.transitional.element"), x = Symbol.for("react.portal"), A = Symbol.for("react.fragment"), le = Symbol.for("react.strict_mode"), je = Symbol.for("react.profiler"), ye = Symbol.for("react.consumer"), _e = Symbol.for("react.context"), we = Symbol.for("react.forward_ref"), de = Symbol.for("react.suspense"), be = Symbol.for("react.suspense_list"), Te = Symbol.for("react.memo"), ve = Symbol.for("react.lazy"), xe = Symbol.for("react.offscreen"), ke = Symbol.iterator, Ne = {}, t = {
1024
- isMounted: function() {
1025
- return !1;
1026
- },
1027
- enqueueForceUpdate: function(e) {
1028
- P(e, "forceUpdate");
1029
- },
1030
- enqueueReplaceState: function(e) {
1031
- P(e, "replaceState");
1032
- },
1033
- enqueueSetState: function(e) {
1034
- P(e, "setState");
1141
+ function wt(e, r, a) {
1142
+ return Qr(e, !1);
1143
+ }
1144
+ function St(e) {
1145
+ var r = e.prototype;
1146
+ return !!(r && r.isReactComponent);
1147
+ }
1148
+ function pr(e, r, a) {
1149
+ if (e == null)
1150
+ return "";
1151
+ if (typeof e == "function")
1152
+ return Qr(e, St(e));
1153
+ if (typeof e == "string")
1154
+ return lr(e);
1155
+ switch (e) {
1156
+ case V:
1157
+ return lr("Suspense");
1158
+ case te:
1159
+ return lr("SuspenseList");
1035
1160
  }
1036
- }, i = Object.assign, a = {};
1037
- Object.freeze(a), j.prototype.isReactComponent = {}, j.prototype.setState = function(e, r) {
1038
- if (typeof e != "object" && typeof e != "function" && e != null)
1039
- throw Error(
1040
- "takes an object of state variables to update or a function which returns an object of state variables."
1041
- );
1042
- this.updater.enqueueSetState(this, e, r, "setState");
1043
- }, j.prototype.forceUpdate = function(e) {
1044
- this.updater.enqueueForceUpdate(this, e, "forceUpdate");
1045
- };
1046
- var _ = {
1047
- isMounted: [
1048
- "isMounted",
1049
- "Instead, make sure to clean up subscriptions and pending requests in componentWillUnmount to prevent memory leaks."
1050
- ],
1051
- replaceState: [
1052
- "replaceState",
1053
- "Refactor your code to use setState instead (see https://github.com/facebook/react/issues/3236)."
1054
- ]
1055
- }, k;
1056
- for (k in _)
1057
- _.hasOwnProperty(k) && K(k, _[k]);
1058
- U.prototype = j.prototype, _ = z.prototype = new U(), _.constructor = z, i(_, j.prototype), _.isPureReactComponent = !0;
1059
- var C = Array.isArray, g = Symbol.for("react.client.reference"), v = {
1060
- H: null,
1061
- A: null,
1062
- T: null,
1063
- S: null,
1064
- actQueue: null,
1065
- isBatchingLegacy: !1,
1066
- didScheduleLegacyUpdate: !1,
1067
- didUsePromise: !1,
1068
- thrownErrors: [],
1069
- getCurrentStack: null
1070
- }, Q = Object.prototype.hasOwnProperty, M = Symbol.for("react.client.reference"), L = 0, pe, X, Re, B, Ke, Qe, Xe;
1071
- Oe.__reactDisabledLog = !0;
1072
- var ze, De, Ie = !1, Ge = new (typeof WeakMap == "function" ? WeakMap : Map)(), vt = Symbol.for("react.client.reference"), Ve, Je, Ze = {}, Fe = {}, et = !1, tt = /\/+/g, rt = typeof reportError == "function" ? reportError : function(e) {
1073
- if (typeof window == "object" && typeof window.ErrorEvent == "function") {
1074
- var r = new window.ErrorEvent("error", {
1075
- bubbles: !0,
1076
- cancelable: !0,
1077
- message: typeof e == "object" && e !== null && typeof e.message == "string" ? String(e.message) : String(e),
1078
- error: e
1079
- });
1080
- if (!window.dispatchEvent(r)) return;
1081
- } else if (typeof process == "object" && typeof process.emit == "function") {
1082
- process.emit("uncaughtException", e);
1083
- return;
1161
+ if (typeof e == "object")
1162
+ switch (e.$$typeof) {
1163
+ case L:
1164
+ return wt(e.render);
1165
+ case J:
1166
+ return pr(e.type, r, a);
1167
+ case ce: {
1168
+ var o = e, c = o._payload, d = o._init;
1169
+ try {
1170
+ return pr(d(c), r, a);
1171
+ } catch {
1172
+ }
1173
+ }
1174
+ }
1175
+ return "";
1176
+ }
1177
+ var Zr = {}, et = U.ReactDebugCurrentFrame;
1178
+ function vr(e) {
1179
+ if (e) {
1180
+ var r = e._owner, a = pr(e.type, e._source, r ? r.type : null);
1181
+ et.setExtraStackFrame(a);
1182
+ } else
1183
+ et.setExtraStackFrame(null);
1184
+ }
1185
+ function Tt(e, r, a, o, c) {
1186
+ {
1187
+ var d = Function.call.bind(je);
1188
+ for (var f in e)
1189
+ if (d(e, f)) {
1190
+ var y = void 0;
1191
+ try {
1192
+ if (typeof e[f] != "function") {
1193
+ var E = Error((o || "React class") + ": " + a + " type `" + f + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[f] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
1194
+ throw E.name = "Invariant Violation", E;
1195
+ }
1196
+ y = e[f](r, f, o, a, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
1197
+ } catch (P) {
1198
+ y = P;
1199
+ }
1200
+ y && !(y instanceof Error) && (vr(c), l("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", o || "React class", a, f, typeof y), vr(null)), y instanceof Error && !(y.message in Zr) && (Zr[y.message] = !0, vr(c), l("Failed %s type: %s", a, y.message), vr(null));
1201
+ }
1084
1202
  }
1085
- console.error(e);
1086
- }, nt = !1, Ye = null, Ue = 0, He = !1, Be = !1, ot = typeof queueMicrotask == "function" ? function(e) {
1087
- queueMicrotask(function() {
1088
- return queueMicrotask(e);
1089
- });
1090
- } : u;
1091
- E.Children = {
1092
- map: ne,
1093
- forEach: function(e, r, o) {
1094
- ne(
1095
- e,
1096
- function() {
1097
- r.apply(this, arguments);
1098
- },
1099
- o
1100
- );
1101
- },
1102
- count: function(e) {
1103
- var r = 0;
1104
- return ne(e, function() {
1105
- r++;
1106
- }), r;
1107
- },
1108
- toArray: function(e) {
1109
- return ne(e, function(r) {
1110
- return r;
1111
- }) || [];
1112
- },
1113
- only: function(e) {
1114
- if (!$(e))
1115
- throw Error(
1116
- "React.Children.only expected to receive a single React element child."
1117
- );
1118
- return e;
1203
+ }
1204
+ function Ve(e) {
1205
+ if (e) {
1206
+ var r = e._owner, a = pr(e.type, e._source, r ? r.type : null);
1207
+ we(a);
1208
+ } else
1209
+ we(null);
1210
+ }
1211
+ var Mr;
1212
+ Mr = !1;
1213
+ function rt() {
1214
+ if (G.current) {
1215
+ var e = de(G.current.type);
1216
+ if (e)
1217
+ return `
1218
+
1219
+ Check the render method of \`` + e + "`.";
1119
1220
  }
1120
- }, E.Component = j, E.Fragment = A, E.Profiler = je, E.PureComponent = z, E.StrictMode = le, E.Suspense = de, E.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE = v, E.act = function(e) {
1121
- var r = v.actQueue, o = Ue;
1122
- Ue++;
1123
- var s = v.actQueue = r !== null ? r : [], c = !1;
1124
- try {
1125
- var l = e();
1126
- } catch (w) {
1127
- v.thrownErrors.push(w);
1221
+ return "";
1222
+ }
1223
+ function Ot(e) {
1224
+ if (e !== void 0) {
1225
+ var r = e.fileName.replace(/^.*[\\\/]/, ""), a = e.lineNumber;
1226
+ return `
1227
+
1228
+ Check your code at ` + r + ":" + a + ".";
1128
1229
  }
1129
- if (0 < v.thrownErrors.length)
1130
- throw d(r, o), e = p(v.thrownErrors), v.thrownErrors.length = 0, e;
1131
- if (l !== null && typeof l == "object" && typeof l.then == "function") {
1132
- var f = l;
1133
- return ot(function() {
1134
- c || He || (He = !0, console.error(
1135
- "You called act(async () => ...) without await. This could lead to unexpected testing behaviour, interleaving multiple act calls and mixing their scopes. You should - await act(async () => ...);"
1136
- ));
1137
- }), {
1138
- then: function(w, S) {
1139
- c = !0, f.then(
1140
- function(Y) {
1141
- if (d(r, o), o === 0) {
1142
- try {
1143
- R(s), u(function() {
1144
- return m(
1145
- Y,
1146
- w,
1147
- S
1148
- );
1149
- });
1150
- } catch (ee) {
1151
- v.thrownErrors.push(ee);
1152
- }
1153
- if (0 < v.thrownErrors.length) {
1154
- var Ce = p(
1155
- v.thrownErrors
1156
- );
1157
- v.thrownErrors.length = 0, S(Ce);
1158
- }
1159
- } else w(Y);
1160
- },
1161
- function(Y) {
1162
- d(r, o), 0 < v.thrownErrors.length && (Y = p(
1163
- v.thrownErrors
1164
- ), v.thrownErrors.length = 0), S(Y);
1165
- }
1166
- );
1167
- }
1168
- };
1230
+ return "";
1231
+ }
1232
+ function Pt(e) {
1233
+ return e != null ? Ot(e.__source) : "";
1234
+ }
1235
+ var tt = {};
1236
+ function kt(e) {
1237
+ var r = rt();
1238
+ if (!r) {
1239
+ var a = typeof e == "string" ? e : e.displayName || e.name;
1240
+ a && (r = `
1241
+
1242
+ Check the top-level render call using <` + a + ">.");
1169
1243
  }
1170
- var T = l;
1171
- if (d(r, o), o === 0 && (R(s), s.length !== 0 && ot(function() {
1172
- c || He || (He = !0, console.error(
1173
- "A component suspended inside an `act` scope, but the `act` call was not awaited. When testing React components that depend on asynchronous data, you must await the result:\n\nawait act(() => ...)"
1174
- ));
1175
- }), v.actQueue = null), 0 < v.thrownErrors.length)
1176
- throw e = p(v.thrownErrors), v.thrownErrors.length = 0, e;
1177
- return {
1178
- then: function(w, S) {
1179
- c = !0, o === 0 ? (v.actQueue = s, u(function() {
1180
- return m(
1181
- T,
1182
- w,
1183
- S
1184
- );
1185
- })) : w(T);
1244
+ return r;
1245
+ }
1246
+ function nt(e, r) {
1247
+ if (!(!e._store || e._store.validated || e.key != null)) {
1248
+ e._store.validated = !0;
1249
+ var a = kt(r);
1250
+ if (!tt[a]) {
1251
+ tt[a] = !0;
1252
+ var o = "";
1253
+ e && e._owner && e._owner !== G.current && (o = " It was passed a child from " + de(e._owner.type) + "."), Ve(e), l('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', a, o), Ve(null);
1186
1254
  }
1187
- };
1188
- }, E.cache = function(e) {
1189
- return function() {
1190
- return e.apply(null, arguments);
1191
- };
1192
- }, E.cloneElement = function(e, r, o) {
1193
- if (e == null)
1194
- throw Error(
1195
- "The argument must be a React element, but you passed " + e + "."
1196
- );
1197
- var s = i({}, e.props), c = e.key, l = e._owner;
1198
- if (r != null) {
1199
- var f;
1200
- e: {
1201
- if (Q.call(r, "ref") && (f = Object.getOwnPropertyDescriptor(
1202
- r,
1203
- "ref"
1204
- ).get) && f.isReactWarning) {
1205
- f = !1;
1206
- break e;
1255
+ }
1256
+ }
1257
+ function at(e, r) {
1258
+ if (typeof e == "object") {
1259
+ if ($e(e))
1260
+ for (var a = 0; a < e.length; a++) {
1261
+ var o = e[a];
1262
+ Ee(o) && nt(o, r);
1207
1263
  }
1208
- f = r.ref !== void 0;
1264
+ else if (Ee(e))
1265
+ e._store && (e._store.validated = !0);
1266
+ else if (e) {
1267
+ var c = x(e);
1268
+ if (typeof c == "function" && c !== e.entries)
1269
+ for (var d = c.call(e), f; !(f = d.next()).done; )
1270
+ Ee(f.value) && nt(f.value, r);
1209
1271
  }
1210
- f && (l = J()), se(r) && (D(r.key), c = "" + r.key);
1211
- for (T in r)
1212
- !Q.call(r, T) || T === "key" || T === "__self" || T === "__source" || T === "ref" && r.ref === void 0 || (s[T] = r[T]);
1213
- }
1214
- var T = arguments.length - 2;
1215
- if (T === 1) s.children = o;
1216
- else if (1 < T) {
1217
- f = Array(T);
1218
- for (var w = 0; w < T; w++)
1219
- f[w] = arguments[w + 2];
1220
- s.children = f;
1221
1272
  }
1222
- for (s = Z(e.type, c, void 0, void 0, l, s), c = 2; c < arguments.length; c++)
1223
- me(arguments[c], s.type);
1224
- return s;
1225
- }, E.createContext = function(e) {
1226
- return e = {
1227
- $$typeof: _e,
1228
- _currentValue: e,
1229
- _currentValue2: e,
1230
- _threadCount: 0,
1231
- Provider: null,
1232
- Consumer: null
1233
- }, e.Provider = e, e.Consumer = {
1234
- $$typeof: ye,
1235
- _context: e
1236
- }, e._currentRenderer = null, e._currentRenderer2 = null, e;
1237
- }, E.createElement = function(e, r, o) {
1238
- if (Ee(e))
1239
- for (var s = 2; s < arguments.length; s++)
1240
- me(arguments[s], e);
1241
- else {
1242
- if (s = "", (e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (s += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports."), e === null) var c = "null";
1273
+ }
1274
+ function ot(e) {
1275
+ {
1276
+ var r = e.type;
1277
+ if (r == null || typeof r == "string")
1278
+ return;
1279
+ var a;
1280
+ if (typeof r == "function")
1281
+ a = r.propTypes;
1282
+ else if (typeof r == "object" && (r.$$typeof === L || // Note: Memo only checks outer props here.
1283
+ // Inner props are checked in the reconciler.
1284
+ r.$$typeof === J))
1285
+ a = r.propTypes;
1243
1286
  else
1244
- C(e) ? c = "array" : e !== void 0 && e.$$typeof === h ? (c = "<" + (I(e.type) || "Unknown") + " />", s = " Did you accidentally export a JSX literal instead of a component?") : c = typeof e;
1245
- console.error(
1246
- "React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",
1247
- c,
1248
- s
1249
- );
1250
- }
1251
- var l;
1252
- if (s = {}, c = null, r != null)
1253
- for (l in Je || !("__self" in r) || "key" in r || (Je = !0, console.warn(
1254
- "Your app (or one of its dependencies) is using an outdated JSX transform. Update to the modern JSX transform for faster performance: https://react.dev/link/new-jsx-transform"
1255
- )), se(r) && (D(r.key), c = "" + r.key), r)
1256
- Q.call(r, l) && l !== "key" && l !== "__self" && l !== "__source" && (s[l] = r[l]);
1257
- var f = arguments.length - 2;
1258
- if (f === 1) s.children = o;
1259
- else if (1 < f) {
1260
- for (var T = Array(f), w = 0; w < f; w++)
1261
- T[w] = arguments[w + 2];
1262
- Object.freeze && Object.freeze(T), s.children = T;
1287
+ return;
1288
+ if (a) {
1289
+ var o = de(r);
1290
+ Tt(a, e.props, "prop", o, e);
1291
+ } else if (r.PropTypes !== void 0 && !Mr) {
1292
+ Mr = !0;
1293
+ var c = de(r);
1294
+ l("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", c || "Unknown");
1295
+ }
1296
+ typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved && l("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
1263
1297
  }
1264
- if (e && e.defaultProps)
1265
- for (l in f = e.defaultProps, f)
1266
- s[l] === void 0 && (s[l] = f[l]);
1267
- return c && ie(
1268
- s,
1269
- typeof e == "function" ? e.displayName || e.name || "Unknown" : e
1270
- ), Z(e, c, void 0, void 0, J(), s);
1271
- }, E.createRef = function() {
1272
- var e = { current: null };
1273
- return Object.seal(e), e;
1274
- }, E.forwardRef = function(e) {
1275
- e != null && e.$$typeof === Te ? console.error(
1276
- "forwardRef requires a render function but received a `memo` component. Instead of forwardRef(memo(...)), use memo(forwardRef(...))."
1277
- ) : typeof e != "function" ? console.error(
1278
- "forwardRef requires a render function but was given %s.",
1279
- e === null ? "null" : typeof e
1280
- ) : e.length !== 0 && e.length !== 2 && console.error(
1281
- "forwardRef render functions accept exactly two parameters: props and ref. %s",
1282
- e.length === 1 ? "Did you forget to use the ref parameter?" : "Any additional parameter will be undefined."
1283
- ), e != null && e.defaultProps != null && console.error(
1284
- "forwardRef render functions do not support defaultProps. Did you accidentally pass a React component?"
1285
- );
1286
- var r = { $$typeof: we, render: e }, o;
1287
- return Object.defineProperty(r, "displayName", {
1288
- enumerable: !1,
1289
- configurable: !0,
1290
- get: function() {
1291
- return o;
1292
- },
1293
- set: function(s) {
1294
- o = s, e.name || e.displayName || (Object.defineProperty(e, "name", { value: s }), e.displayName = s);
1298
+ }
1299
+ function jt(e) {
1300
+ {
1301
+ for (var r = Object.keys(e.props), a = 0; a < r.length; a++) {
1302
+ var o = r[a];
1303
+ if (o !== "children" && o !== "key") {
1304
+ Ve(e), l("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", o), Ve(null);
1305
+ break;
1306
+ }
1295
1307
  }
1296
- }), r;
1297
- }, E.isValidElement = $, E.lazy = function(e) {
1298
- return {
1299
- $$typeof: ve,
1300
- _payload: { _status: -1, _result: e },
1301
- _init: Se
1302
- };
1303
- }, E.memo = function(e, r) {
1304
- Ee(e) || console.error(
1305
- "memo: The first argument must be a component. Instead received: %s",
1306
- e === null ? "null" : typeof e
1307
- ), r = {
1308
- $$typeof: Te,
1309
- type: e,
1310
- compare: r === void 0 ? null : r
1311
- };
1312
- var o;
1313
- return Object.defineProperty(r, "displayName", {
1308
+ e.ref !== null && (Ve(e), l("Invalid attribute `ref` supplied to `React.Fragment`."), Ve(null));
1309
+ }
1310
+ }
1311
+ function ut(e, r, a) {
1312
+ var o = t(e);
1313
+ if (!o) {
1314
+ var c = "";
1315
+ (e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (c += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
1316
+ var d = Pt(r);
1317
+ d ? c += d : c += rt();
1318
+ var f;
1319
+ e === null ? f = "null" : $e(e) ? f = "array" : e !== void 0 && e.$$typeof === z ? (f = "<" + (de(e.type) || "Unknown") + " />", c = " Did you accidentally export a JSX literal instead of a component?") : f = typeof e, l("React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", f, c);
1320
+ }
1321
+ var y = Cr.apply(this, arguments);
1322
+ if (y == null)
1323
+ return y;
1324
+ if (o)
1325
+ for (var E = 2; E < arguments.length; E++)
1326
+ at(arguments[E], e);
1327
+ return e === Z ? jt(y) : ot(y), y;
1328
+ }
1329
+ var it = !1;
1330
+ function At(e) {
1331
+ var r = ut.bind(null, e);
1332
+ return r.type = e, it || (it = !0, se("React.createFactory() is deprecated and will be removed in a future major release. Consider using JSX or use React.createElement() directly instead.")), Object.defineProperty(r, "type", {
1314
1333
  enumerable: !1,
1315
- configurable: !0,
1316
1334
  get: function() {
1317
- return o;
1318
- },
1319
- set: function(s) {
1320
- o = s, e.name || e.displayName || (Object.defineProperty(e, "name", { value: s }), e.displayName = s);
1335
+ return se("Factory.type is deprecated. Access the class directly before passing it to createFactory."), Object.defineProperty(this, "type", {
1336
+ value: e
1337
+ }), e;
1321
1338
  }
1322
1339
  }), r;
1323
- }, E.startTransition = function(e) {
1324
- var r = v.T, o = {};
1325
- v.T = o, o._updatedFibers = /* @__PURE__ */ new Set();
1340
+ }
1341
+ function xt(e, r, a) {
1342
+ for (var o = Sr.apply(this, arguments), c = 2; c < arguments.length; c++)
1343
+ at(arguments[c], o.type);
1344
+ return ot(o), o;
1345
+ }
1346
+ function Dt(e, r) {
1347
+ var a = ie.transition;
1348
+ ie.transition = {};
1349
+ var o = ie.transition;
1350
+ ie.transition._updatedFibers = /* @__PURE__ */ new Set();
1326
1351
  try {
1327
- var s = e(), c = v.S;
1328
- c !== null && c(o, s), typeof s == "object" && s !== null && typeof s.then == "function" && s.then(n, rt);
1329
- } catch (l) {
1330
- rt(l);
1352
+ e();
1331
1353
  } finally {
1332
- r === null && o._updatedFibers && (e = o._updatedFibers.size, o._updatedFibers.clear(), 10 < e && console.warn(
1333
- "Detected a large number of updates inside startTransition. If this is due to a subscription please re-write it to use React provided hooks. Otherwise concurrent mode guarantees are off the table."
1334
- )), v.T = r;
1354
+ if (ie.transition = a, a === null && o._updatedFibers) {
1355
+ var c = o._updatedFibers.size;
1356
+ c > 10 && se("Detected a large number of updates inside startTransition. If this is due to a subscription please re-write it to use React provided hooks. Otherwise concurrent mode guarantees are off the table."), o._updatedFibers.clear();
1357
+ }
1335
1358
  }
1336
- }, E.unstable_useCacheRefresh = function() {
1337
- return b().useCacheRefresh();
1338
- }, E.use = function(e) {
1339
- return b().use(e);
1340
- }, E.useActionState = function(e, r, o) {
1341
- return b().useActionState(
1342
- e,
1343
- r,
1344
- o
1345
- );
1346
- }, E.useCallback = function(e, r) {
1347
- return b().useCallback(e, r);
1348
- }, E.useContext = function(e) {
1349
- var r = b();
1350
- return e.$$typeof === ye && console.error(
1351
- "Calling useContext(Context.Consumer) is not supported and will cause bugs. Did you mean to call useContext(Context) instead?"
1352
- ), r.useContext(e);
1353
- }, E.useDebugValue = function(e, r) {
1354
- return b().useDebugValue(e, r);
1355
- }, E.useDeferredValue = function(e, r) {
1356
- return b().useDeferredValue(e, r);
1357
- }, E.useEffect = function(e, r) {
1358
- return b().useEffect(e, r);
1359
- }, E.useId = function() {
1360
- return b().useId();
1361
- }, E.useImperativeHandle = function(e, r, o) {
1362
- return b().useImperativeHandle(e, r, o);
1363
- }, E.useInsertionEffect = function(e, r) {
1364
- return b().useInsertionEffect(e, r);
1365
- }, E.useLayoutEffect = function(e, r) {
1366
- return b().useLayoutEffect(e, r);
1367
- }, E.useMemo = function(e, r) {
1368
- return b().useMemo(e, r);
1369
- }, E.useOptimistic = function(e, r) {
1370
- return b().useOptimistic(e, r);
1371
- }, E.useReducer = function(e, r, o) {
1372
- return b().useReducer(e, r, o);
1373
- }, E.useRef = function(e) {
1374
- return b().useRef(e);
1375
- }, E.useState = function(e) {
1376
- return b().useState(e);
1377
- }, E.useSyncExternalStore = function(e, r, o) {
1378
- return b().useSyncExternalStore(
1379
- e,
1380
- r,
1381
- o
1382
- );
1383
- }, E.useTransition = function() {
1384
- return b().useTransition();
1385
- }, E.version = "19.0.0", typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());
1359
+ }
1360
+ var st = !1, yr = null;
1361
+ function It(e) {
1362
+ if (yr === null)
1363
+ try {
1364
+ var r = ("require" + Math.random()).slice(0, 7), a = H && H[r];
1365
+ yr = a.call(H, "timers").setImmediate;
1366
+ } catch {
1367
+ yr = function(c) {
1368
+ st === !1 && (st = !0, typeof MessageChannel > "u" && l("This browser does not have a MessageChannel implementation, so enqueuing tasks via await act(async () => ...) will fail. Please file an issue at https://github.com/facebook/react/issues if you encounter this warning."));
1369
+ var d = new MessageChannel();
1370
+ d.port1.onmessage = c, d.port2.postMessage(void 0);
1371
+ };
1372
+ }
1373
+ return yr(e);
1374
+ }
1375
+ var Ue = 0, ct = !1;
1376
+ function ft(e) {
1377
+ {
1378
+ var r = Ue;
1379
+ Ue++, M.current === null && (M.current = []);
1380
+ var a = M.isBatchingLegacy, o;
1381
+ try {
1382
+ if (M.isBatchingLegacy = !0, o = e(), !a && M.didScheduleLegacyUpdate) {
1383
+ var c = M.current;
1384
+ c !== null && (M.didScheduleLegacyUpdate = !1, Vr(c));
1385
+ }
1386
+ } catch (I) {
1387
+ throw hr(r), I;
1388
+ } finally {
1389
+ M.isBatchingLegacy = a;
1390
+ }
1391
+ if (o !== null && typeof o == "object" && typeof o.then == "function") {
1392
+ var d = o, f = !1, y = {
1393
+ then: function(I, N) {
1394
+ f = !0, d.then(function(B) {
1395
+ hr(r), Ue === 0 ? Wr(B, I, N) : I(B);
1396
+ }, function(B) {
1397
+ hr(r), N(B);
1398
+ });
1399
+ }
1400
+ };
1401
+ return !ct && typeof Promise < "u" && Promise.resolve().then(function() {
1402
+ }).then(function() {
1403
+ f || (ct = !0, l("You called act(async () => ...) without await. This could lead to unexpected testing behaviour, interleaving multiple act calls and mixing their scopes. You should - await act(async () => ...);"));
1404
+ }), y;
1405
+ } else {
1406
+ var E = o;
1407
+ if (hr(r), Ue === 0) {
1408
+ var P = M.current;
1409
+ P !== null && (Vr(P), M.current = null);
1410
+ var j = {
1411
+ then: function(I, N) {
1412
+ M.current === null ? (M.current = [], Wr(E, I, N)) : I(E);
1413
+ }
1414
+ };
1415
+ return j;
1416
+ } else {
1417
+ var A = {
1418
+ then: function(I, N) {
1419
+ I(E);
1420
+ }
1421
+ };
1422
+ return A;
1423
+ }
1424
+ }
1425
+ }
1426
+ }
1427
+ function hr(e) {
1428
+ e !== Ue - 1 && l("You seem to have overlapping act() calls, this is not supported. Be sure to await previous act() calls before making a new one. "), Ue = e;
1429
+ }
1430
+ function Wr(e, r, a) {
1431
+ {
1432
+ var o = M.current;
1433
+ if (o !== null)
1434
+ try {
1435
+ Vr(o), It(function() {
1436
+ o.length === 0 ? (M.current = null, r(e)) : Wr(e, r, a);
1437
+ });
1438
+ } catch (c) {
1439
+ a(c);
1440
+ }
1441
+ else
1442
+ r(e);
1443
+ }
1444
+ }
1445
+ var Nr = !1;
1446
+ function Vr(e) {
1447
+ if (!Nr) {
1448
+ Nr = !0;
1449
+ var r = 0;
1450
+ try {
1451
+ for (; r < e.length; r++) {
1452
+ var a = e[r];
1453
+ do
1454
+ a = a(!0);
1455
+ while (a !== null);
1456
+ }
1457
+ e.length = 0;
1458
+ } catch (o) {
1459
+ throw e = e.slice(r + 1), o;
1460
+ } finally {
1461
+ Nr = !1;
1462
+ }
1463
+ }
1464
+ }
1465
+ var Ft = ut, $t = xt, Lt = At, Mt = {
1466
+ map: De,
1467
+ forEach: ur,
1468
+ count: Pr,
1469
+ toArray: kr,
1470
+ only: ir
1471
+ };
1472
+ v.Children = Mt, v.Component = b, v.Fragment = Z, v.Profiler = ee, v.PureComponent = w, v.StrictMode = ae, v.Suspense = V, v.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = U, v.act = ft, v.cloneElement = $t, v.createContext = sr, v.createElement = Ft, v.createFactory = Lt, v.createRef = br, v.forwardRef = xr, v.isValidElement = Ee, v.lazy = Ar, v.memo = u, v.startTransition = Dt, v.unstable_act = ft, v.useCallback = F, v.useContext = p, v.useDebugValue = me, v.useDeferredValue = Ke, v.useEffect = h, v.useId = Dr, v.useImperativeHandle = Ce, v.useInsertionEffect = Y, v.useLayoutEffect = D, v.useMemo = Q, v.useReducer = S, v.useRef = _, v.useState = C, v.useSyncExternalStore = Ir, v.useTransition = K, v.version = pe, typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error());
1386
1473
  }();
1387
- }($e, $e.exports)), $e.exports;
1474
+ }(Xe, Xe.exports)), Xe.exports;
1388
1475
  }
1389
- var at;
1390
- function dt() {
1391
- return at || (at = 1, process.env.NODE_ENV === "production" ? qe.exports = Et() : qe.exports = ht()), qe.exports;
1476
+ var ht;
1477
+ function Yr() {
1478
+ return ht || (ht = 1, process.env.NODE_ENV === "production" ? _r.exports = Ut() : _r.exports = Yt()), _r.exports;
1392
1479
  }
1480
+ /**
1481
+ * @license React
1482
+ * react-jsx-runtime.production.min.js
1483
+ *
1484
+ * Copyright (c) Facebook, Inc. and its affiliates.
1485
+ *
1486
+ * This source code is licensed under the MIT license found in the
1487
+ * LICENSE file in the root directory of this source tree.
1488
+ */
1489
+ var mt;
1490
+ function Bt() {
1491
+ if (mt) return Ge;
1492
+ mt = 1;
1493
+ var H = Yr(), v = Symbol.for("react.element"), pe = Symbol.for("react.fragment"), z = Object.prototype.hasOwnProperty, ne = H.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, Z = { key: !0, ref: !0, __self: !0, __source: !0 };
1494
+ function ae(ee, $, re) {
1495
+ var L, V = {}, te = null, J = null;
1496
+ re !== void 0 && (te = "" + re), $.key !== void 0 && (te = "" + $.key), $.ref !== void 0 && (J = $.ref);
1497
+ for (L in $) z.call($, L) && !Z.hasOwnProperty(L) && (V[L] = $[L]);
1498
+ if (ee && ee.defaultProps) for (L in $ = ee.defaultProps, $) V[L] === void 0 && (V[L] = $[L]);
1499
+ return { $$typeof: v, type: ee, key: te, ref: J, props: V, _owner: ne.current };
1500
+ }
1501
+ return Ge.Fragment = pe, Ge.jsx = ae, Ge.jsxs = ae, Ge;
1502
+ }
1503
+ var Je = {};
1393
1504
  /**
1394
1505
  * @license React
1395
1506
  * react-jsx-runtime.development.js
1396
1507
  *
1397
- * Copyright (c) Meta Platforms, Inc. and affiliates.
1508
+ * Copyright (c) Facebook, Inc. and its affiliates.
1398
1509
  *
1399
1510
  * This source code is licensed under the MIT license found in the
1400
1511
  * LICENSE file in the root directory of this source tree.
1401
1512
  */
1402
- var ct;
1403
- function mt() {
1404
- return ct || (ct = 1, process.env.NODE_ENV !== "production" && function() {
1405
- function N(t) {
1406
- if (t == null) return null;
1407
- if (typeof t == "function")
1408
- return t.$$typeof === Se ? null : t.displayName || t.name || null;
1409
- if (typeof t == "string") return t;
1513
+ var gt;
1514
+ function zt() {
1515
+ return gt || (gt = 1, process.env.NODE_ENV !== "production" && function() {
1516
+ var H = Yr(), v = Symbol.for("react.element"), pe = Symbol.for("react.portal"), z = Symbol.for("react.fragment"), ne = Symbol.for("react.strict_mode"), Z = Symbol.for("react.profiler"), ae = Symbol.for("react.provider"), ee = Symbol.for("react.context"), $ = Symbol.for("react.forward_ref"), re = Symbol.for("react.suspense"), L = Symbol.for("react.suspense_list"), V = Symbol.for("react.memo"), te = Symbol.for("react.lazy"), J = Symbol.for("react.offscreen"), ce = Symbol.iterator, Fe = "@@iterator";
1517
+ function oe(t) {
1518
+ if (t === null || typeof t != "object")
1519
+ return null;
1520
+ var u = ce && t[ce] || t[Fe];
1521
+ return typeof u == "function" ? u : null;
1522
+ }
1523
+ var ue = H.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
1524
+ function x(t) {
1525
+ {
1526
+ for (var u = arguments.length, s = new Array(u > 1 ? u - 1 : 0), p = 1; p < u; p++)
1527
+ s[p - 1] = arguments[p];
1528
+ ge("error", t, s);
1529
+ }
1530
+ }
1531
+ function ge(t, u, s) {
1532
+ {
1533
+ var p = ue.ReactDebugCurrentFrame, C = p.getStackAddendum();
1534
+ C !== "" && (u += "%s", s = s.concat([C]));
1535
+ var S = s.map(function(_) {
1536
+ return String(_);
1537
+ });
1538
+ S.unshift("Warning: " + u), Function.prototype.apply.call(console[t], console, S);
1539
+ }
1540
+ }
1541
+ var ie = !1, M = !1, G = !1, fe = !1, ve = !1, we;
1542
+ we = Symbol.for("react.module.reference");
1543
+ function Se(t) {
1544
+ return !!(typeof t == "string" || typeof t == "function" || t === z || t === Z || ve || t === ne || t === re || t === L || fe || t === J || ie || M || G || typeof t == "object" && t !== null && (t.$$typeof === te || t.$$typeof === V || t.$$typeof === ae || t.$$typeof === ee || t.$$typeof === $ || // This needs to include all possible module reference object
1545
+ // types supported by any Flight configuration anywhere since
1546
+ // we don't know which Flight build this will end up being used
1547
+ // with.
1548
+ t.$$typeof === we || t.getModuleId !== void 0));
1549
+ }
1550
+ function Ye(t, u, s) {
1551
+ var p = t.displayName;
1552
+ if (p)
1553
+ return p;
1554
+ var C = u.displayName || u.name || "";
1555
+ return C !== "" ? s + "(" + C + ")" : s;
1556
+ }
1557
+ function Te(t) {
1558
+ return t.displayName || "Context";
1559
+ }
1560
+ function q(t) {
1561
+ if (t == null)
1562
+ return null;
1563
+ if (typeof t.tag == "number" && x("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof t == "function")
1564
+ return t.displayName || t.name || null;
1565
+ if (typeof t == "string")
1566
+ return t;
1410
1567
  switch (t) {
1411
- case Z:
1568
+ case z:
1412
1569
  return "Fragment";
1413
- case O:
1570
+ case pe:
1414
1571
  return "Portal";
1415
- case me:
1572
+ case Z:
1416
1573
  return "Profiler";
1417
- case ae:
1574
+ case ne:
1418
1575
  return "StrictMode";
1419
1576
  case re:
1420
1577
  return "Suspense";
1421
- case F:
1578
+ case L:
1422
1579
  return "SuspenseList";
1423
1580
  }
1424
1581
  if (typeof t == "object")
1425
- switch (typeof t.tag == "number" && console.error(
1426
- "Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
1427
- ), t.$$typeof) {
1428
- case ge:
1429
- return (t.displayName || "Context") + ".Provider";
1582
+ switch (t.$$typeof) {
1583
+ case ee:
1584
+ var u = t;
1585
+ return Te(u) + ".Consumer";
1586
+ case ae:
1587
+ var s = t;
1588
+ return Te(s._context) + ".Provider";
1430
1589
  case $:
1431
- return (t._context.displayName || "Context") + ".Consumer";
1432
- case ce:
1433
- var i = t.render;
1434
- return t = t.displayName, t || (t = i.displayName || i.name || "", t = t !== "" ? "ForwardRef(" + t + ")" : "ForwardRef"), t;
1435
- case fe:
1436
- return i = t.displayName || null, i !== null ? i : N(t.type) || "Memo";
1437
- case G:
1438
- i = t._payload, t = t._init;
1590
+ return Ye(t, t.render, "ForwardRef");
1591
+ case V:
1592
+ var p = t.displayName || null;
1593
+ return p !== null ? p : q(t.type) || "Memo";
1594
+ case te: {
1595
+ var C = t, S = C._payload, _ = C._init;
1439
1596
  try {
1440
- return N(t(i));
1597
+ return q(_(S));
1441
1598
  } catch {
1599
+ return null;
1442
1600
  }
1601
+ }
1443
1602
  }
1444
1603
  return null;
1445
1604
  }
1446
- function E(t) {
1447
- return "" + t;
1605
+ var X = Object.assign, U = 0, se, l, le, Oe, ye, n, i;
1606
+ function g() {
1448
1607
  }
1449
- function K(t) {
1450
- try {
1451
- E(t);
1452
- var i = !1;
1453
- } catch {
1454
- i = !0;
1455
- }
1456
- if (i) {
1457
- i = console;
1458
- var a = i.error, _ = typeof Symbol == "function" && Symbol.toStringTag && t[Symbol.toStringTag] || t.constructor.name || "Object";
1459
- return a.call(
1460
- i,
1461
- "The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
1462
- _
1463
- ), E(t);
1608
+ g.__reactDisabledLog = !0;
1609
+ function b() {
1610
+ {
1611
+ if (U === 0) {
1612
+ se = console.log, l = console.info, le = console.warn, Oe = console.error, ye = console.group, n = console.groupCollapsed, i = console.groupEnd;
1613
+ var t = {
1614
+ configurable: !0,
1615
+ enumerable: !0,
1616
+ value: g,
1617
+ writable: !0
1618
+ };
1619
+ Object.defineProperties(console, {
1620
+ info: t,
1621
+ log: t,
1622
+ warn: t,
1623
+ error: t,
1624
+ group: t,
1625
+ groupCollapsed: t,
1626
+ groupEnd: t
1627
+ });
1628
+ }
1629
+ U++;
1464
1630
  }
1465
1631
  }
1466
- function q() {
1467
- }
1468
- function P() {
1469
- if (m === 0) {
1470
- R = console.log, h = console.info, x = console.warn, A = console.error, le = console.group, je = console.groupCollapsed, ye = console.groupEnd;
1471
- var t = {
1472
- configurable: !0,
1473
- enumerable: !0,
1474
- value: q,
1475
- writable: !0
1476
- };
1477
- Object.defineProperties(console, {
1478
- info: t,
1479
- log: t,
1480
- warn: t,
1481
- error: t,
1482
- group: t,
1483
- groupCollapsed: t,
1484
- groupEnd: t
1485
- });
1632
+ function R() {
1633
+ {
1634
+ if (U--, U === 0) {
1635
+ var t = {
1636
+ configurable: !0,
1637
+ enumerable: !0,
1638
+ writable: !0
1639
+ };
1640
+ Object.defineProperties(console, {
1641
+ log: X({}, t, {
1642
+ value: se
1643
+ }),
1644
+ info: X({}, t, {
1645
+ value: l
1646
+ }),
1647
+ warn: X({}, t, {
1648
+ value: le
1649
+ }),
1650
+ error: X({}, t, {
1651
+ value: Oe
1652
+ }),
1653
+ group: X({}, t, {
1654
+ value: ye
1655
+ }),
1656
+ groupCollapsed: X({}, t, {
1657
+ value: n
1658
+ }),
1659
+ groupEnd: X({}, t, {
1660
+ value: i
1661
+ })
1662
+ });
1663
+ }
1664
+ U < 0 && x("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
1486
1665
  }
1487
- m++;
1488
1666
  }
1489
- function j() {
1490
- if (m--, m === 0) {
1491
- var t = { configurable: !0, enumerable: !0, writable: !0 };
1492
- Object.defineProperties(console, {
1493
- log: u({}, t, { value: R }),
1494
- info: u({}, t, { value: h }),
1495
- warn: u({}, t, { value: x }),
1496
- error: u({}, t, { value: A }),
1497
- group: u({}, t, { value: le }),
1498
- groupCollapsed: u({}, t, { value: je }),
1499
- groupEnd: u({}, t, { value: ye })
1500
- });
1667
+ var k = ue.ReactCurrentDispatcher, O;
1668
+ function T(t, u, s) {
1669
+ {
1670
+ if (O === void 0)
1671
+ try {
1672
+ throw Error();
1673
+ } catch (C) {
1674
+ var p = C.stack.trim().match(/\n( *(at )?)/);
1675
+ O = p && p[1] || "";
1676
+ }
1677
+ return `
1678
+ ` + O + t;
1501
1679
  }
1502
- 0 > m && console.error(
1503
- "disabledDepth fell below zero. This is a bug in React. Please file an issue."
1504
- );
1505
1680
  }
1506
- function U(t) {
1507
- if (_e === void 0)
1508
- try {
1509
- throw Error();
1510
- } catch (a) {
1511
- var i = a.stack.trim().match(/\n( *(at )?)/);
1512
- _e = i && i[1] || "", we = -1 < a.stack.indexOf(`
1513
- at`) ? " (<anonymous>)" : -1 < a.stack.indexOf("@") ? "@unknown:0:0" : "";
1514
- }
1515
- return `
1516
- ` + _e + t + we;
1681
+ var w = !1, W;
1682
+ {
1683
+ var br = typeof WeakMap == "function" ? WeakMap : Map;
1684
+ W = new br();
1517
1685
  }
1518
- function z(t, i) {
1519
- if (!t || de) return "";
1520
- var a = be.get(t);
1521
- if (a !== void 0) return a;
1522
- de = !0, a = Error.prepareStackTrace, Error.prepareStackTrace = void 0;
1523
- var _ = null;
1524
- _ = b.H, b.H = null, P();
1686
+ function Qe(t, u) {
1687
+ if (!t || w)
1688
+ return "";
1689
+ {
1690
+ var s = W.get(t);
1691
+ if (s !== void 0)
1692
+ return s;
1693
+ }
1694
+ var p;
1695
+ w = !0;
1696
+ var C = Error.prepareStackTrace;
1697
+ Error.prepareStackTrace = void 0;
1698
+ var S;
1699
+ S = k.current, k.current = null, b();
1525
1700
  try {
1526
- var k = {
1527
- DetermineComponentFrameRoot: function() {
1701
+ if (u) {
1702
+ var _ = function() {
1703
+ throw Error();
1704
+ };
1705
+ if (Object.defineProperty(_.prototype, "props", {
1706
+ set: function() {
1707
+ throw Error();
1708
+ }
1709
+ }), typeof Reflect == "object" && Reflect.construct) {
1528
1710
  try {
1529
- if (i) {
1530
- var X = function() {
1531
- throw Error();
1532
- };
1533
- if (Object.defineProperty(X.prototype, "props", {
1534
- set: function() {
1535
- throw Error();
1536
- }
1537
- }), typeof Reflect == "object" && Reflect.construct) {
1538
- try {
1539
- Reflect.construct(X, []);
1540
- } catch (B) {
1541
- var Re = B;
1542
- }
1543
- Reflect.construct(t, [], X);
1544
- } else {
1545
- try {
1546
- X.call();
1547
- } catch (B) {
1548
- Re = B;
1549
- }
1550
- t.call(X.prototype);
1551
- }
1552
- } else {
1553
- try {
1554
- throw Error();
1555
- } catch (B) {
1556
- Re = B;
1557
- }
1558
- (X = t()) && typeof X.catch == "function" && X.catch(function() {
1559
- });
1560
- }
1561
- } catch (B) {
1562
- if (B && Re && typeof B.stack == "string")
1563
- return [B.stack, Re.stack];
1711
+ Reflect.construct(_, []);
1712
+ } catch (K) {
1713
+ p = K;
1714
+ }
1715
+ Reflect.construct(t, [], _);
1716
+ } else {
1717
+ try {
1718
+ _.call();
1719
+ } catch (K) {
1720
+ p = K;
1564
1721
  }
1565
- return [null, null];
1722
+ t.call(_.prototype);
1566
1723
  }
1567
- };
1568
- k.DetermineComponentFrameRoot.displayName = "DetermineComponentFrameRoot";
1569
- var C = Object.getOwnPropertyDescriptor(
1570
- k.DetermineComponentFrameRoot,
1571
- "name"
1572
- );
1573
- C && C.configurable && Object.defineProperty(
1574
- k.DetermineComponentFrameRoot,
1575
- "name",
1576
- { value: "DetermineComponentFrameRoot" }
1577
- );
1578
- var g = k.DetermineComponentFrameRoot(), v = g[0], Q = g[1];
1579
- if (v && Q) {
1580
- var M = v.split(`
1581
- `), L = Q.split(`
1582
- `);
1583
- for (g = C = 0; C < M.length && !M[C].includes(
1584
- "DetermineComponentFrameRoot"
1585
- ); )
1586
- C++;
1587
- for (; g < L.length && !L[g].includes(
1588
- "DetermineComponentFrameRoot"
1589
- ); )
1590
- g++;
1591
- if (C === M.length || g === L.length)
1592
- for (C = M.length - 1, g = L.length - 1; 1 <= C && 0 <= g && M[C] !== L[g]; )
1593
- g--;
1594
- for (; 1 <= C && 0 <= g; C--, g--)
1595
- if (M[C] !== L[g]) {
1596
- if (C !== 1 || g !== 1)
1724
+ } else {
1725
+ try {
1726
+ throw Error();
1727
+ } catch (K) {
1728
+ p = K;
1729
+ }
1730
+ t();
1731
+ }
1732
+ } catch (K) {
1733
+ if (K && p && typeof K.stack == "string") {
1734
+ for (var h = K.stack.split(`
1735
+ `), Y = p.stack.split(`
1736
+ `), D = h.length - 1, F = Y.length - 1; D >= 1 && F >= 0 && h[D] !== Y[F]; )
1737
+ F--;
1738
+ for (; D >= 1 && F >= 0; D--, F--)
1739
+ if (h[D] !== Y[F]) {
1740
+ if (D !== 1 || F !== 1)
1597
1741
  do
1598
- if (C--, g--, 0 > g || M[C] !== L[g]) {
1599
- var pe = `
1600
- ` + M[C].replace(
1601
- " at new ",
1602
- " at "
1603
- );
1604
- return t.displayName && pe.includes("<anonymous>") && (pe = pe.replace("<anonymous>", t.displayName)), typeof t == "function" && be.set(t, pe), pe;
1742
+ if (D--, F--, F < 0 || h[D] !== Y[F]) {
1743
+ var Q = `
1744
+ ` + h[D].replace(" at new ", " at ");
1745
+ return t.displayName && Q.includes("<anonymous>") && (Q = Q.replace("<anonymous>", t.displayName)), typeof t == "function" && W.set(t, Q), Q;
1605
1746
  }
1606
- while (1 <= C && 0 <= g);
1747
+ while (D >= 1 && F >= 0);
1607
1748
  break;
1608
1749
  }
1609
1750
  }
1610
1751
  } finally {
1611
- de = !1, b.H = _, j(), Error.prepareStackTrace = a;
1752
+ w = !1, k.current = S, R(), Error.prepareStackTrace = C;
1612
1753
  }
1613
- return M = (M = t ? t.displayName || t.name : "") ? U(M) : "", typeof t == "function" && be.set(t, M), M;
1754
+ var Ce = t ? t.displayName || t.name : "", me = Ce ? T(Ce) : "";
1755
+ return typeof t == "function" && W.set(t, me), me;
1756
+ }
1757
+ function $e(t, u, s) {
1758
+ return Qe(t, !1);
1759
+ }
1760
+ function Er(t) {
1761
+ var u = t.prototype;
1762
+ return !!(u && u.isReactComponent);
1614
1763
  }
1615
- function ue(t) {
1616
- if (t == null) return "";
1617
- if (typeof t == "function") {
1618
- var i = t.prototype;
1619
- return z(
1620
- t,
1621
- !(!i || !i.isReactComponent)
1622
- );
1623
- }
1624
- if (typeof t == "string") return U(t);
1764
+ function Le(t, u, s) {
1765
+ if (t == null)
1766
+ return "";
1767
+ if (typeof t == "function")
1768
+ return Qe(t, Er(t));
1769
+ if (typeof t == "string")
1770
+ return T(t);
1625
1771
  switch (t) {
1626
1772
  case re:
1627
- return U("Suspense");
1628
- case F:
1629
- return U("SuspenseList");
1773
+ return T("Suspense");
1774
+ case L:
1775
+ return T("SuspenseList");
1630
1776
  }
1631
1777
  if (typeof t == "object")
1632
1778
  switch (t.$$typeof) {
1633
- case ce:
1634
- return t = z(t.render, !1), t;
1635
- case fe:
1636
- return ue(t.type);
1637
- case G:
1638
- i = t._payload, t = t._init;
1779
+ case $:
1780
+ return $e(t.render);
1781
+ case V:
1782
+ return Le(t.type, u, s);
1783
+ case te: {
1784
+ var p = t, C = p._payload, S = p._init;
1639
1785
  try {
1640
- return ue(t(i));
1786
+ return Le(S(C), u, s);
1641
1787
  } catch {
1642
1788
  }
1789
+ }
1643
1790
  }
1644
1791
  return "";
1645
1792
  }
1646
- function D() {
1647
- var t = b.A;
1648
- return t === null ? null : t.getOwner();
1793
+ var _e = Object.prototype.hasOwnProperty, Pe = {}, Ze = ue.ReactDebugCurrentFrame;
1794
+ function ke(t) {
1795
+ if (t) {
1796
+ var u = t._owner, s = Le(t.type, t._source, u ? u.type : null);
1797
+ Ze.setExtraStackFrame(s);
1798
+ } else
1799
+ Ze.setExtraStackFrame(null);
1800
+ }
1801
+ function de(t, u, s, p, C) {
1802
+ {
1803
+ var S = Function.call.bind(_e);
1804
+ for (var _ in t)
1805
+ if (S(t, _)) {
1806
+ var h = void 0;
1807
+ try {
1808
+ if (typeof t[_] != "function") {
1809
+ var Y = Error((p || "React class") + ": " + s + " type `" + _ + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof t[_] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
1810
+ throw Y.name = "Invariant Violation", Y;
1811
+ }
1812
+ h = t[_](u, _, p, s, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
1813
+ } catch (D) {
1814
+ h = D;
1815
+ }
1816
+ h && !(h instanceof Error) && (ke(C), x("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", p || "React class", s, _, typeof h), ke(null)), h instanceof Error && !(h.message in Pe) && (Pe[h.message] = !0, ke(C), x("Failed %s type: %s", s, h.message), ke(null));
1817
+ }
1818
+ }
1819
+ }
1820
+ var je = Array.isArray;
1821
+ function Me(t) {
1822
+ return je(t);
1823
+ }
1824
+ function er(t) {
1825
+ {
1826
+ var u = typeof Symbol == "function" && Symbol.toStringTag, s = u && t[Symbol.toStringTag] || t.constructor.name || "Object";
1827
+ return s;
1828
+ }
1829
+ }
1830
+ function rr(t) {
1831
+ try {
1832
+ return We(t), !1;
1833
+ } catch {
1834
+ return !0;
1835
+ }
1836
+ }
1837
+ function We(t) {
1838
+ return "" + t;
1839
+ }
1840
+ function Be(t) {
1841
+ if (rr(t))
1842
+ return x("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", er(t)), We(t);
1843
+ }
1844
+ var be = ue.ReactCurrentOwner, Rr = {
1845
+ key: !0,
1846
+ ref: !0,
1847
+ __self: !0,
1848
+ __source: !0
1849
+ }, tr, nr, Ae;
1850
+ Ae = {};
1851
+ function Cr(t) {
1852
+ if (_e.call(t, "ref")) {
1853
+ var u = Object.getOwnPropertyDescriptor(t, "ref").get;
1854
+ if (u && u.isReactWarning)
1855
+ return !1;
1856
+ }
1857
+ return t.ref !== void 0;
1649
1858
  }
1650
- function I(t) {
1651
- if (n.call(t, "key")) {
1652
- var i = Object.getOwnPropertyDescriptor(t, "key").get;
1653
- if (i && i.isReactWarning) return !1;
1859
+ function wr(t) {
1860
+ if (_e.call(t, "key")) {
1861
+ var u = Object.getOwnPropertyDescriptor(t, "key").get;
1862
+ if (u && u.isReactWarning)
1863
+ return !1;
1654
1864
  }
1655
1865
  return t.key !== void 0;
1656
1866
  }
1657
- function Ee(t, i) {
1658
- function a() {
1659
- ve || (ve = !0, console.error(
1660
- "%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
1661
- i
1662
- ));
1663
- }
1664
- a.isReactWarning = !0, Object.defineProperty(t, "key", {
1665
- get: a,
1666
- configurable: !0
1667
- });
1867
+ function Sr(t, u) {
1868
+ if (typeof t.ref == "string" && be.current && u && be.current.stateNode !== u) {
1869
+ var s = q(be.current.type);
1870
+ Ae[s] || (x('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', q(be.current.type), t.ref), Ae[s] = !0);
1871
+ }
1872
+ }
1873
+ function Ee(t, u) {
1874
+ {
1875
+ var s = function() {
1876
+ tr || (tr = !0, x("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", u));
1877
+ };
1878
+ s.isReactWarning = !0, Object.defineProperty(t, "key", {
1879
+ get: s,
1880
+ configurable: !0
1881
+ });
1882
+ }
1668
1883
  }
1669
- function Oe() {
1670
- var t = N(this.type);
1671
- return xe[t] || (xe[t] = !0, console.error(
1672
- "Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
1673
- )), t = this.props.ref, t !== void 0 ? t : null;
1884
+ function ar(t, u) {
1885
+ {
1886
+ var s = function() {
1887
+ nr || (nr = !0, x("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", u));
1888
+ };
1889
+ s.isReactWarning = !0, Object.defineProperty(t, "ref", {
1890
+ get: s,
1891
+ configurable: !0
1892
+ });
1893
+ }
1674
1894
  }
1675
- function Ae(t, i, a, _, k, C) {
1676
- return a = C.ref, t = {
1677
- $$typeof: ie,
1895
+ var Tr = function(t, u, s, p, C, S, _) {
1896
+ var h = {
1897
+ // This tag allows us to uniquely identify this as a React Element
1898
+ $$typeof: v,
1899
+ // Built-in properties that belong on the element
1678
1900
  type: t,
1679
- key: i,
1680
- props: C,
1681
- _owner: k
1682
- }, (a !== void 0 ? a : null) !== null ? Object.defineProperty(t, "ref", {
1683
- enumerable: !1,
1684
- get: Oe
1685
- }) : Object.defineProperty(t, "ref", { enumerable: !1, value: null }), t._store = {}, Object.defineProperty(t._store, "validated", {
1901
+ key: u,
1902
+ ref: s,
1903
+ props: _,
1904
+ // Record the component responsible for creating this element.
1905
+ _owner: S
1906
+ };
1907
+ return h._store = {}, Object.defineProperty(h._store, "validated", {
1686
1908
  configurable: !1,
1687
1909
  enumerable: !1,
1688
1910
  writable: !0,
1689
- value: 0
1690
- }), Object.defineProperty(t, "_debugInfo", {
1911
+ value: !1
1912
+ }), Object.defineProperty(h, "_self", {
1691
1913
  configurable: !1,
1692
1914
  enumerable: !1,
1693
- writable: !0,
1694
- value: null
1695
- }), Object.freeze && (Object.freeze(t.props), Object.freeze(t)), t;
1915
+ writable: !1,
1916
+ value: p
1917
+ }), Object.defineProperty(h, "_source", {
1918
+ configurable: !1,
1919
+ enumerable: !1,
1920
+ writable: !1,
1921
+ value: C
1922
+ }), Object.freeze && (Object.freeze(h.props), Object.freeze(h)), h;
1923
+ };
1924
+ function Or(t, u, s, p, C) {
1925
+ {
1926
+ var S, _ = {}, h = null, Y = null;
1927
+ s !== void 0 && (Be(s), h = "" + s), wr(u) && (Be(u.key), h = "" + u.key), Cr(u) && (Y = u.ref, Sr(u, C));
1928
+ for (S in u)
1929
+ _e.call(u, S) && !Rr.hasOwnProperty(S) && (_[S] = u[S]);
1930
+ if (t && t.defaultProps) {
1931
+ var D = t.defaultProps;
1932
+ for (S in D)
1933
+ _[S] === void 0 && (_[S] = D[S]);
1934
+ }
1935
+ if (h || Y) {
1936
+ var F = typeof t == "function" ? t.displayName || t.name || "Unknown" : t;
1937
+ h && Ee(_, F), Y && ar(_, F);
1938
+ }
1939
+ return Tr(t, h, Y, C, p, be.current, _);
1940
+ }
1696
1941
  }
1697
- function he(t, i, a, _, k, C) {
1698
- if (typeof t == "string" || typeof t == "function" || t === Z || t === me || t === ae || t === re || t === F || t === W || typeof t == "object" && t !== null && (t.$$typeof === G || t.$$typeof === fe || t.$$typeof === ge || t.$$typeof === $ || t.$$typeof === ce || t.$$typeof === p || t.getModuleId !== void 0)) {
1699
- var g = i.children;
1700
- if (g !== void 0)
1701
- if (_)
1702
- if (d(g)) {
1703
- for (_ = 0; _ < g.length; _++)
1704
- V(g[_], t);
1705
- Object.freeze && Object.freeze(g);
1706
- } else
1707
- console.error(
1708
- "React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
1709
- );
1710
- else V(g, t);
1942
+ var Ne = ue.ReactCurrentOwner, or = ue.ReactDebugCurrentFrame;
1943
+ function he(t) {
1944
+ if (t) {
1945
+ var u = t._owner, s = Le(t.type, t._source, u ? u.type : null);
1946
+ or.setExtraStackFrame(s);
1711
1947
  } else
1712
- g = "", (t === void 0 || typeof t == "object" && t !== null && Object.keys(t).length === 0) && (g += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports."), t === null ? _ = "null" : d(t) ? _ = "array" : t !== void 0 && t.$$typeof === ie ? (_ = "<" + (N(t.type) || "Unknown") + " />", g = " Did you accidentally export a JSX literal instead of a component?") : _ = typeof t, console.error(
1713
- "React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",
1714
- _,
1715
- g
1716
- );
1717
- if (n.call(i, "key")) {
1718
- g = N(t);
1719
- var v = Object.keys(i).filter(function(M) {
1720
- return M !== "key";
1721
- });
1722
- _ = 0 < v.length ? "{key: someKey, " + v.join(": ..., ") + ": ...}" : "{key: someKey}", ke[g + _] || (v = 0 < v.length ? "{" + v.join(": ..., ") + ": ...}" : "{}", console.error(
1723
- `A props object containing a "key" prop is being spread into JSX:
1948
+ or.setExtraStackFrame(null);
1949
+ }
1950
+ var xe;
1951
+ xe = !1;
1952
+ function Re(t) {
1953
+ return typeof t == "object" && t !== null && t.$$typeof === v;
1954
+ }
1955
+ function De() {
1956
+ {
1957
+ if (Ne.current) {
1958
+ var t = q(Ne.current.type);
1959
+ if (t)
1960
+ return `
1961
+
1962
+ Check the render method of \`` + t + "`.";
1963
+ }
1964
+ return "";
1965
+ }
1966
+ }
1967
+ function Pr(t) {
1968
+ return "";
1969
+ }
1970
+ var ur = {};
1971
+ function kr(t) {
1972
+ {
1973
+ var u = De();
1974
+ if (!u) {
1975
+ var s = typeof t == "string" ? t : t.displayName || t.name;
1976
+ s && (u = `
1977
+
1978
+ Check the top-level render call using <` + s + ">.");
1979
+ }
1980
+ return u;
1981
+ }
1982
+ }
1983
+ function ir(t, u) {
1984
+ {
1985
+ if (!t._store || t._store.validated || t.key != null)
1986
+ return;
1987
+ t._store.validated = !0;
1988
+ var s = kr(u);
1989
+ if (ur[s])
1990
+ return;
1991
+ ur[s] = !0;
1992
+ var p = "";
1993
+ t && t._owner && t._owner !== Ne.current && (p = " It was passed a child from " + q(t._owner.type) + "."), he(t), x('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', s, p), he(null);
1994
+ }
1995
+ }
1996
+ function sr(t, u) {
1997
+ {
1998
+ if (typeof t != "object")
1999
+ return;
2000
+ if (Me(t))
2001
+ for (var s = 0; s < t.length; s++) {
2002
+ var p = t[s];
2003
+ Re(p) && ir(p, u);
2004
+ }
2005
+ else if (Re(t))
2006
+ t._store && (t._store.validated = !0);
2007
+ else if (t) {
2008
+ var C = oe(t);
2009
+ if (typeof C == "function" && C !== t.entries)
2010
+ for (var S = C.call(t), _; !(_ = S.next()).done; )
2011
+ Re(_.value) && ir(_.value, u);
2012
+ }
2013
+ }
2014
+ }
2015
+ function Ie(t) {
2016
+ {
2017
+ var u = t.type;
2018
+ if (u == null || typeof u == "string")
2019
+ return;
2020
+ var s;
2021
+ if (typeof u == "function")
2022
+ s = u.propTypes;
2023
+ else if (typeof u == "object" && (u.$$typeof === $ || // Note: Memo only checks outer props here.
2024
+ // Inner props are checked in the reconciler.
2025
+ u.$$typeof === V))
2026
+ s = u.propTypes;
2027
+ else
2028
+ return;
2029
+ if (s) {
2030
+ var p = q(u);
2031
+ de(s, t.props, "prop", p, t);
2032
+ } else if (u.PropTypes !== void 0 && !xe) {
2033
+ xe = !0;
2034
+ var C = q(u);
2035
+ x("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", C || "Unknown");
2036
+ }
2037
+ typeof u.getDefaultProps == "function" && !u.getDefaultProps.isReactClassApproved && x("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
2038
+ }
2039
+ }
2040
+ function ze(t) {
2041
+ {
2042
+ for (var u = Object.keys(t.props), s = 0; s < u.length; s++) {
2043
+ var p = u[s];
2044
+ if (p !== "children" && p !== "key") {
2045
+ he(t), x("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", p), he(null);
2046
+ break;
2047
+ }
2048
+ }
2049
+ t.ref !== null && (he(t), x("Invalid attribute `ref` supplied to `React.Fragment`."), he(null));
2050
+ }
2051
+ }
2052
+ var qe = {};
2053
+ function cr(t, u, s, p, C, S) {
2054
+ {
2055
+ var _ = Se(t);
2056
+ if (!_) {
2057
+ var h = "";
2058
+ (t === void 0 || typeof t == "object" && t !== null && Object.keys(t).length === 0) && (h += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
2059
+ var Y = Pr();
2060
+ Y ? h += Y : h += De();
2061
+ var D;
2062
+ t === null ? D = "null" : Me(t) ? D = "array" : t !== void 0 && t.$$typeof === v ? (D = "<" + (q(t.type) || "Unknown") + " />", h = " Did you accidentally export a JSX literal instead of a component?") : D = typeof t, x("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", D, h);
2063
+ }
2064
+ var F = Or(t, u, s, C, S);
2065
+ if (F == null)
2066
+ return F;
2067
+ if (_) {
2068
+ var Q = u.children;
2069
+ if (Q !== void 0)
2070
+ if (p)
2071
+ if (Me(Q)) {
2072
+ for (var Ce = 0; Ce < Q.length; Ce++)
2073
+ sr(Q[Ce], t);
2074
+ Object.freeze && Object.freeze(Q);
2075
+ } else
2076
+ x("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
2077
+ else
2078
+ sr(Q, t);
2079
+ }
2080
+ if (_e.call(u, "key")) {
2081
+ var me = q(t), K = Object.keys(u).filter(function(Ir) {
2082
+ return Ir !== "key";
2083
+ }), Ke = K.length > 0 ? "{key: someKey, " + K.join(": ..., ") + ": ...}" : "{key: someKey}";
2084
+ if (!qe[me + Ke]) {
2085
+ var Dr = K.length > 0 ? "{" + K.join(": ..., ") + ": ...}" : "{}";
2086
+ x(`A props object containing a "key" prop is being spread into JSX:
1724
2087
  let props = %s;
1725
2088
  <%s {...props} />
1726
2089
  React keys must be passed directly to JSX without using spread:
1727
2090
  let props = %s;
1728
- <%s key={someKey} {...props} />`,
1729
- _,
1730
- g,
1731
- v,
1732
- g
1733
- ), ke[g + _] = !0);
1734
- }
1735
- if (g = null, a !== void 0 && (K(a), g = "" + a), I(i) && (K(i.key), g = "" + i.key), "key" in i) {
1736
- a = {};
1737
- for (var Q in i)
1738
- Q !== "key" && (a[Q] = i[Q]);
1739
- } else a = i;
1740
- return g && Ee(
1741
- a,
1742
- typeof t == "function" ? t.displayName || t.name || "Unknown" : t
1743
- ), Ae(t, g, C, k, D(), a);
1744
- }
1745
- function V(t, i) {
1746
- if (typeof t == "object" && t && t.$$typeof !== Te) {
1747
- if (d(t))
1748
- for (var a = 0; a < t.length; a++) {
1749
- var _ = t[a];
1750
- H(_) && te(_, i);
2091
+ <%s key={someKey} {...props} />`, Ke, me, Dr, me), qe[me + Ke] = !0;
1751
2092
  }
1752
- else if (H(t))
1753
- t._store && (t._store.validated = 1);
1754
- else if (t === null || typeof t != "object" ? a = null : (a = ne && t[ne] || t["@@iterator"], a = typeof a == "function" ? a : null), typeof a == "function" && a !== t.entries && (a = a.call(t), a !== t))
1755
- for (; !(t = a.next()).done; )
1756
- H(t.value) && te(t.value, i);
2093
+ }
2094
+ return t === z ? ze(F) : Ie(F), F;
1757
2095
  }
1758
2096
  }
1759
- function H(t) {
1760
- return typeof t == "object" && t !== null && t.$$typeof === ie;
2097
+ function jr(t, u, s) {
2098
+ return cr(t, u, s, !0);
1761
2099
  }
1762
- function te(t, i) {
1763
- if (t._store && !t._store.validated && t.key == null && (t._store.validated = 1, i = J(i), !Ne[i])) {
1764
- Ne[i] = !0;
1765
- var a = "";
1766
- t && t._owner != null && t._owner !== D() && (a = null, typeof t._owner.tag == "number" ? a = N(t._owner.type) : typeof t._owner.name == "string" && (a = t._owner.name), a = " It was passed a child from " + a + ".");
1767
- var _ = b.getCurrentStack;
1768
- b.getCurrentStack = function() {
1769
- var k = ue(t.type);
1770
- return _ && (k += _() || ""), k;
1771
- }, console.error(
1772
- 'Each child in a list should have a unique "key" prop.%s%s See https://react.dev/link/warning-keys for more information.',
1773
- i,
1774
- a
1775
- ), b.getCurrentStack = _;
1776
- }
2100
+ function Ar(t, u, s) {
2101
+ return cr(t, u, s, !1);
1777
2102
  }
1778
- function J(t) {
1779
- var i = "", a = D();
1780
- return a && (a = N(a.type)) && (i = `
1781
-
1782
- Check the render method of \`` + a + "`."), i || (t = N(t)) && (i = `
1783
-
1784
- Check the top-level render call using <` + t + ">."), i;
1785
- }
1786
- var se = dt(), ie = Symbol.for("react.transitional.element"), O = Symbol.for("react.portal"), Z = Symbol.for("react.fragment"), ae = Symbol.for("react.strict_mode"), me = Symbol.for("react.profiler"), $ = Symbol.for("react.consumer"), ge = Symbol.for("react.context"), ce = Symbol.for("react.forward_ref"), re = Symbol.for("react.suspense"), F = Symbol.for("react.suspense_list"), fe = Symbol.for("react.memo"), G = Symbol.for("react.lazy"), W = Symbol.for("react.offscreen"), ne = Symbol.iterator, Se = Symbol.for("react.client.reference"), b = se.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, n = Object.prototype.hasOwnProperty, u = Object.assign, p = Symbol.for("react.client.reference"), d = Array.isArray, m = 0, R, h, x, A, le, je, ye;
1787
- q.__reactDisabledLog = !0;
1788
- var _e, we, de = !1, be = new (typeof WeakMap == "function" ? WeakMap : Map)(), Te = Symbol.for("react.client.reference"), ve, xe = {}, ke = {}, Ne = {};
1789
- Me.Fragment = Z, Me.jsx = function(t, i, a, _, k) {
1790
- return he(t, i, a, !1, _, k);
1791
- }, Me.jsxs = function(t, i, a, _, k) {
1792
- return he(t, i, a, !0, _, k);
1793
- };
1794
- }()), Me;
2103
+ var xr = Ar, fr = jr;
2104
+ Je.Fragment = z, Je.jsx = xr, Je.jsxs = fr;
2105
+ }()), Je;
1795
2106
  }
1796
- var ft;
1797
- function gt() {
1798
- return ft || (ft = 1, process.env.NODE_ENV === "production" ? Le.exports = pt() : Le.exports = mt()), Le.exports;
2107
+ var _t;
2108
+ function qt() {
2109
+ return _t || (_t = 1, process.env.NODE_ENV === "production" ? gr.exports = Bt() : gr.exports = zt()), gr.exports;
1799
2110
  }
1800
- var lt = gt(), yt = dt();
1801
- const _t = ({ children: N, content: E }) => {
1802
- const [K, q] = yt.useState(!1), P = () => q(!0), j = () => q(!1);
1803
- return /* @__PURE__ */ lt.jsxs("div", { onMouseOver: P, onMouseOut: j, children: [
1804
- N,
1805
- K && /* @__PURE__ */ lt.jsx("div", { className: "tooltip-content", children: E })
2111
+ var bt = qt(), Kt = Yr();
2112
+ const Ht = ({ children: H, content: v }) => {
2113
+ const [pe, z] = Kt.useState(!1), ne = () => z(!0), Z = () => z(!1);
2114
+ return /* @__PURE__ */ bt.jsxs("div", { onMouseOver: ne, onMouseOut: Z, children: [
2115
+ H,
2116
+ pe && /* @__PURE__ */ bt.jsx("div", { className: "tooltip-content", children: v })
1806
2117
  ] });
1807
2118
  };
1808
2119
  export {
1809
- _t as Tooltip
2120
+ Ht as Tooltip
1810
2121
  };
1811
2122
  //# sourceMappingURL=index.es.js.map