@aveonline/ui-react 1.8.1 → 1.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/ui-react.mjs CHANGED
@@ -135,53 +135,53 @@ var Er;
135
135
  function bo() {
136
136
  return Er || (Er = 1, process.env.NODE_ENV !== "production" && function() {
137
137
  var e = te, t = Symbol.for("react.element"), n = Symbol.for("react.portal"), i = Symbol.for("react.fragment"), r = Symbol.for("react.strict_mode"), a = Symbol.for("react.profiler"), o = Symbol.for("react.provider"), l = Symbol.for("react.context"), s = Symbol.for("react.forward_ref"), u = Symbol.for("react.suspense"), c = Symbol.for("react.suspense_list"), d = Symbol.for("react.memo"), f = Symbol.for("react.lazy"), I = Symbol.for("react.offscreen"), C = Symbol.iterator, g = "@@iterator";
138
- function p(v) {
139
- if (v === null || typeof v != "object")
138
+ function p(h) {
139
+ if (h === null || typeof h != "object")
140
140
  return null;
141
- var S = C && v[C] || v[g];
142
- return typeof S == "function" ? S : null;
141
+ var V = C && h[C] || h[g];
142
+ return typeof V == "function" ? V : null;
143
143
  }
144
144
  var E = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
145
- function b(v) {
145
+ function b(h) {
146
146
  {
147
- for (var S = arguments.length, O = new Array(S > 1 ? S - 1 : 0), J = 1; J < S; J++)
147
+ for (var V = arguments.length, O = new Array(V > 1 ? V - 1 : 0), J = 1; J < V; J++)
148
148
  O[J - 1] = arguments[J];
149
- y("error", v, O);
149
+ y("error", h, O);
150
150
  }
151
151
  }
152
- function y(v, S, O) {
152
+ function y(h, V, O) {
153
153
  {
154
154
  var J = E.ReactDebugCurrentFrame, ae = J.getStackAddendum();
155
- ae !== "" && (S += "%s", O = O.concat([ae]));
155
+ ae !== "" && (V += "%s", O = O.concat([ae]));
156
156
  var Ie = O.map(function(ee) {
157
157
  return String(ee);
158
158
  });
159
- Ie.unshift("Warning: " + S), Function.prototype.apply.call(console[v], console, Ie);
159
+ Ie.unshift("Warning: " + V), Function.prototype.apply.call(console[h], console, Ie);
160
160
  }
161
161
  }
162
- var h = !1, B = !1, R = !1, Q = !1, P = !1, w;
163
- w = Symbol.for("react.module.reference");
164
- function V(v) {
165
- return !!(typeof v == "string" || typeof v == "function" || v === i || v === a || P || v === r || v === u || v === c || Q || v === I || h || B || R || typeof v == "object" && v !== null && (v.$$typeof === f || v.$$typeof === d || v.$$typeof === o || v.$$typeof === l || v.$$typeof === s || v.$$typeof === w || v.getModuleId !== void 0));
162
+ var v = !1, B = !1, Q = !1, R = !1, P = !1, M;
163
+ M = Symbol.for("react.module.reference");
164
+ function w(h) {
165
+ return !!(typeof h == "string" || typeof h == "function" || h === i || h === a || P || h === r || h === u || h === c || R || h === I || v || B || Q || typeof h == "object" && h !== null && (h.$$typeof === f || h.$$typeof === d || h.$$typeof === o || h.$$typeof === l || h.$$typeof === s || h.$$typeof === M || h.getModuleId !== void 0));
166
166
  }
167
- function N(v, S, O) {
168
- var J = v.displayName;
167
+ function F(h, V, O) {
168
+ var J = h.displayName;
169
169
  if (J)
170
170
  return J;
171
- var ae = S.displayName || S.name || "";
171
+ var ae = V.displayName || V.name || "";
172
172
  return ae !== "" ? O + "(" + ae + ")" : O;
173
173
  }
174
- function M(v) {
175
- return v.displayName || "Context";
174
+ function N(h) {
175
+ return h.displayName || "Context";
176
176
  }
177
- function F(v) {
178
- if (v == null)
177
+ function S(h) {
178
+ if (h == null)
179
179
  return null;
180
- if (typeof v.tag == "number" && b("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof v == "function")
181
- return v.displayName || v.name || null;
182
- if (typeof v == "string")
183
- return v;
184
- switch (v) {
180
+ if (typeof h.tag == "number" && b("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof h == "function")
181
+ return h.displayName || h.name || null;
182
+ if (typeof h == "string")
183
+ return h;
184
+ switch (h) {
185
185
  case i:
186
186
  return "Fragment";
187
187
  case n:
@@ -195,23 +195,23 @@ function bo() {
195
195
  case c:
196
196
  return "SuspenseList";
197
197
  }
198
- if (typeof v == "object")
199
- switch (v.$$typeof) {
198
+ if (typeof h == "object")
199
+ switch (h.$$typeof) {
200
200
  case l:
201
- var S = v;
202
- return M(S) + ".Consumer";
201
+ var V = h;
202
+ return N(V) + ".Consumer";
203
203
  case o:
204
- var O = v;
205
- return M(O._context) + ".Provider";
204
+ var O = h;
205
+ return N(O._context) + ".Provider";
206
206
  case s:
207
- return N(v, v.render, "ForwardRef");
207
+ return F(h, h.render, "ForwardRef");
208
208
  case d:
209
- var J = v.displayName || null;
210
- return J !== null ? J : F(v.type) || "Memo";
209
+ var J = h.displayName || null;
210
+ return J !== null ? J : S(h.type) || "Memo";
211
211
  case f: {
212
- var ae = v, Ie = ae._payload, ee = ae._init;
212
+ var ae = h, Ie = ae._payload, ee = ae._init;
213
213
  try {
214
- return F(ee(Ie));
214
+ return S(ee(Ie));
215
215
  } catch {
216
216
  return null;
217
217
  }
@@ -227,20 +227,20 @@ function bo() {
227
227
  {
228
228
  if (G === 0) {
229
229
  H = console.log, X = console.info, T = console.warn, W = console.error, q = console.group, xe = console.groupCollapsed, Ce = console.groupEnd;
230
- var v = {
230
+ var h = {
231
231
  configurable: !0,
232
232
  enumerable: !0,
233
233
  value: Ee,
234
234
  writable: !0
235
235
  };
236
236
  Object.defineProperties(console, {
237
- info: v,
238
- log: v,
239
- warn: v,
240
- error: v,
241
- group: v,
242
- groupCollapsed: v,
243
- groupEnd: v
237
+ info: h,
238
+ log: h,
239
+ warn: h,
240
+ error: h,
241
+ group: h,
242
+ groupCollapsed: h,
243
+ groupEnd: h
244
244
  });
245
245
  }
246
246
  G++;
@@ -249,31 +249,31 @@ function bo() {
249
249
  function ve() {
250
250
  {
251
251
  if (G--, G === 0) {
252
- var v = {
252
+ var h = {
253
253
  configurable: !0,
254
254
  enumerable: !0,
255
255
  writable: !0
256
256
  };
257
257
  Object.defineProperties(console, {
258
- log: x({}, v, {
258
+ log: x({}, h, {
259
259
  value: H
260
260
  }),
261
- info: x({}, v, {
261
+ info: x({}, h, {
262
262
  value: X
263
263
  }),
264
- warn: x({}, v, {
264
+ warn: x({}, h, {
265
265
  value: T
266
266
  }),
267
- error: x({}, v, {
267
+ error: x({}, h, {
268
268
  value: W
269
269
  }),
270
- group: x({}, v, {
270
+ group: x({}, h, {
271
271
  value: q
272
272
  }),
273
- groupCollapsed: x({}, v, {
273
+ groupCollapsed: x({}, h, {
274
274
  value: xe
275
275
  }),
276
- groupEnd: x({}, v, {
276
+ groupEnd: x({}, h, {
277
277
  value: Ce
278
278
  })
279
279
  });
@@ -282,7 +282,7 @@ function bo() {
282
282
  }
283
283
  }
284
284
  var he = E.ReactCurrentDispatcher, Qe;
285
- function Oe(v, S, O) {
285
+ function Oe(h, V, O) {
286
286
  {
287
287
  if (Qe === void 0)
288
288
  try {
@@ -292,7 +292,7 @@ function bo() {
292
292
  Qe = J && J[1] || "";
293
293
  }
294
294
  return `
295
- ` + Qe + v;
295
+ ` + Qe + h;
296
296
  }
297
297
  }
298
298
  var Ue = !1, be;
@@ -300,11 +300,11 @@ function bo() {
300
300
  var $e = typeof WeakMap == "function" ? WeakMap : Map;
301
301
  be = new $e();
302
302
  }
303
- function k(v, S) {
304
- if (!v || Ue)
303
+ function k(h, V) {
304
+ if (!h || Ue)
305
305
  return "";
306
306
  {
307
- var O = be.get(v);
307
+ var O = be.get(h);
308
308
  if (O !== void 0)
309
309
  return O;
310
310
  }
@@ -315,7 +315,7 @@ function bo() {
315
315
  var Ie;
316
316
  Ie = he.current, he.current = null, ie();
317
317
  try {
318
- if (S) {
318
+ if (V) {
319
319
  var ee = function() {
320
320
  throw Error();
321
321
  };
@@ -329,14 +329,14 @@ function bo() {
329
329
  } catch (h1) {
330
330
  J = h1;
331
331
  }
332
- Reflect.construct(v, [], ee);
332
+ Reflect.construct(h, [], ee);
333
333
  } else {
334
334
  try {
335
335
  ee.call();
336
336
  } catch (h1) {
337
337
  J = h1;
338
338
  }
339
- v.call(ee.prototype);
339
+ h.call(ee.prototype);
340
340
  }
341
341
  } else {
342
342
  try {
@@ -344,7 +344,7 @@ function bo() {
344
344
  } catch (h1) {
345
345
  J = h1;
346
346
  }
347
- v();
347
+ h();
348
348
  }
349
349
  } catch (h1) {
350
350
  if (h1 && J && typeof h1.stack == "string") {
@@ -359,7 +359,7 @@ function bo() {
359
359
  if (Ve--, Fe--, Fe < 0 || $[Ve] !== Ke[Fe]) {
360
360
  var o1 = `
361
361
  ` + $[Ve].replace(" at new ", " at ");
362
- return v.displayName && o1.includes("<anonymous>") && (o1 = o1.replace("<anonymous>", v.displayName)), typeof v == "function" && be.set(v, o1), o1;
362
+ return h.displayName && o1.includes("<anonymous>") && (o1 = o1.replace("<anonymous>", h.displayName)), typeof h == "function" && be.set(h, o1), o1;
363
363
  }
364
364
  while (Ve >= 1 && Fe >= 0);
365
365
  break;
@@ -368,39 +368,39 @@ function bo() {
368
368
  } finally {
369
369
  Ue = !1, he.current = Ie, ve(), Error.prepareStackTrace = ae;
370
370
  }
371
- var q1 = v ? v.displayName || v.name : "", Ir = q1 ? Oe(q1) : "";
372
- return typeof v == "function" && be.set(v, Ir), Ir;
371
+ var q1 = h ? h.displayName || h.name : "", Ir = q1 ? Oe(q1) : "";
372
+ return typeof h == "function" && be.set(h, Ir), Ir;
373
373
  }
374
- function e1(v, S, O) {
375
- return k(v, !1);
374
+ function e1(h, V, O) {
375
+ return k(h, !1);
376
376
  }
377
- function t1(v) {
378
- var S = v.prototype;
379
- return !!(S && S.isReactComponent);
377
+ function t1(h) {
378
+ var V = h.prototype;
379
+ return !!(V && V.isReactComponent);
380
380
  }
381
- function Ze(v, S, O) {
382
- if (v == null)
381
+ function Ze(h, V, O) {
382
+ if (h == null)
383
383
  return "";
384
- if (typeof v == "function")
385
- return k(v, t1(v));
386
- if (typeof v == "string")
387
- return Oe(v);
388
- switch (v) {
384
+ if (typeof h == "function")
385
+ return k(h, t1(h));
386
+ if (typeof h == "string")
387
+ return Oe(h);
388
+ switch (h) {
389
389
  case u:
390
390
  return Oe("Suspense");
391
391
  case c:
392
392
  return Oe("SuspenseList");
393
393
  }
394
- if (typeof v == "object")
395
- switch (v.$$typeof) {
394
+ if (typeof h == "object")
395
+ switch (h.$$typeof) {
396
396
  case s:
397
- return e1(v.render);
397
+ return e1(h.render);
398
398
  case d:
399
- return Ze(v.type, S, O);
399
+ return Ze(h.type, V, O);
400
400
  case f: {
401
- var J = v, ae = J._payload, Ie = J._init;
401
+ var J = h, ae = J._payload, Ie = J._init;
402
402
  try {
403
- return Ze(Ie(ae), S, O);
403
+ return Ze(Ie(ae), V, O);
404
404
  } catch {
405
405
  }
406
406
  }
@@ -408,25 +408,25 @@ function bo() {
408
408
  return "";
409
409
  }
410
410
  var g1 = Object.prototype.hasOwnProperty, T1 = {}, c1 = E.ReactDebugCurrentFrame;
411
- function qe(v) {
412
- if (v) {
413
- var S = v._owner, O = Ze(v.type, v._source, S ? S.type : null);
411
+ function qe(h) {
412
+ if (h) {
413
+ var V = h._owner, O = Ze(h.type, h._source, V ? V.type : null);
414
414
  c1.setExtraStackFrame(O);
415
415
  } else
416
416
  c1.setExtraStackFrame(null);
417
417
  }
418
- function He(v, S, O, J, ae) {
418
+ function He(h, V, O, J, ae) {
419
419
  {
420
420
  var Ie = Function.call.bind(g1);
421
- for (var ee in v)
422
- if (Ie(v, ee)) {
421
+ for (var ee in h)
422
+ if (Ie(h, ee)) {
423
423
  var $ = void 0;
424
424
  try {
425
- if (typeof v[ee] != "function") {
426
- var Ke = Error((J || "React class") + ": " + O + " type `" + ee + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof v[ee] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
425
+ if (typeof h[ee] != "function") {
426
+ var Ke = Error((J || "React class") + ": " + O + " type `" + ee + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof h[ee] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
427
427
  throw Ke.name = "Invariant Violation", Ke;
428
428
  }
429
- $ = v[ee](S, ee, J, O, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
429
+ $ = h[ee](V, ee, J, O, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
430
430
  } catch (Ve) {
431
431
  $ = Ve;
432
432
  }
@@ -435,28 +435,28 @@ function bo() {
435
435
  }
436
436
  }
437
437
  var K1 = Array.isArray;
438
- function v1(v) {
439
- return K1(v);
438
+ function v1(h) {
439
+ return K1(h);
440
440
  }
441
- function L2(v) {
441
+ function L2(h) {
442
442
  {
443
- var S = typeof Symbol == "function" && Symbol.toStringTag, O = S && v[Symbol.toStringTag] || v.constructor.name || "Object";
443
+ var V = typeof Symbol == "function" && Symbol.toStringTag, O = V && h[Symbol.toStringTag] || h.constructor.name || "Object";
444
444
  return O;
445
445
  }
446
446
  }
447
- function n1(v) {
447
+ function n1(h) {
448
448
  try {
449
- return st(v), !1;
449
+ return st(h), !1;
450
450
  } catch {
451
451
  return !0;
452
452
  }
453
453
  }
454
- function st(v) {
455
- return "" + v;
454
+ function st(h) {
455
+ return "" + h;
456
456
  }
457
- function Zt(v) {
458
- if (n1(v))
459
- return b("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", L2(v)), st(v);
457
+ function Zt(h) {
458
+ if (n1(h))
459
+ return b("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", L2(h)), st(h);
460
460
  }
461
461
  var k1 = E.ReactCurrentOwner, O2 = {
462
462
  key: !0,
@@ -465,55 +465,55 @@ function bo() {
465
465
  __source: !0
466
466
  }, Xt, jt, ut;
467
467
  ut = {};
468
- function Wt(v) {
469
- if (g1.call(v, "ref")) {
470
- var S = Object.getOwnPropertyDescriptor(v, "ref").get;
471
- if (S && S.isReactWarning)
468
+ function Wt(h) {
469
+ if (g1.call(h, "ref")) {
470
+ var V = Object.getOwnPropertyDescriptor(h, "ref").get;
471
+ if (V && V.isReactWarning)
472
472
  return !1;
473
473
  }
474
- return v.ref !== void 0;
474
+ return h.ref !== void 0;
475
475
  }
476
- function H2(v) {
477
- if (g1.call(v, "key")) {
478
- var S = Object.getOwnPropertyDescriptor(v, "key").get;
479
- if (S && S.isReactWarning)
476
+ function H2(h) {
477
+ if (g1.call(h, "key")) {
478
+ var V = Object.getOwnPropertyDescriptor(h, "key").get;
479
+ if (V && V.isReactWarning)
480
480
  return !1;
481
481
  }
482
- return v.key !== void 0;
482
+ return h.key !== void 0;
483
483
  }
484
- function we(v, S) {
485
- if (typeof v.ref == "string" && k1.current && S && k1.current.stateNode !== S) {
486
- var O = F(k1.current.type);
487
- ut[O] || (b('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', F(k1.current.type), v.ref), ut[O] = !0);
484
+ function we(h, V) {
485
+ if (typeof h.ref == "string" && k1.current && V && k1.current.stateNode !== V) {
486
+ var O = S(k1.current.type);
487
+ ut[O] || (b('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', S(k1.current.type), h.ref), ut[O] = !0);
488
488
  }
489
489
  }
490
- function Xe(v, S) {
490
+ function Xe(h, V) {
491
491
  {
492
492
  var O = function() {
493
- Xt || (Xt = !0, b("%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)", S));
493
+ Xt || (Xt = !0, b("%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)", V));
494
494
  };
495
- O.isReactWarning = !0, Object.defineProperty(v, "key", {
495
+ O.isReactWarning = !0, Object.defineProperty(h, "key", {
496
496
  get: O,
497
497
  configurable: !0
498
498
  });
499
499
  }
500
500
  }
501
- function je(v, S) {
501
+ function je(h, V) {
502
502
  {
503
503
  var O = function() {
504
- jt || (jt = !0, b("%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)", S));
504
+ jt || (jt = !0, b("%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)", V));
505
505
  };
506
- O.isReactWarning = !0, Object.defineProperty(v, "ref", {
506
+ O.isReactWarning = !0, Object.defineProperty(h, "ref", {
507
507
  get: O,
508
508
  configurable: !0
509
509
  });
510
510
  }
511
511
  }
512
- var We = function(v, S, O, J, ae, Ie, ee) {
512
+ var We = function(h, V, O, J, ae, Ie, ee) {
513
513
  var $ = {
514
514
  $$typeof: t,
515
- type: v,
516
- key: S,
515
+ type: h,
516
+ key: V,
517
517
  ref: O,
518
518
  props: ee,
519
519
  _owner: Ie
@@ -535,175 +535,175 @@ function bo() {
535
535
  value: ae
536
536
  }), Object.freeze && (Object.freeze($.props), Object.freeze($)), $;
537
537
  };
538
- function Ye(v, S, O, J, ae) {
538
+ function Ye(h, V, O, J, ae) {
539
539
  {
540
540
  var Ie, ee = {}, $ = null, Ke = null;
541
- O !== void 0 && (Zt(O), $ = "" + O), H2(S) && (Zt(S.key), $ = "" + S.key), Wt(S) && (Ke = S.ref, we(S, ae));
542
- for (Ie in S)
543
- g1.call(S, Ie) && !O2.hasOwnProperty(Ie) && (ee[Ie] = S[Ie]);
544
- if (v && v.defaultProps) {
545
- var Ve = v.defaultProps;
541
+ O !== void 0 && (Zt(O), $ = "" + O), H2(V) && (Zt(V.key), $ = "" + V.key), Wt(V) && (Ke = V.ref, we(V, ae));
542
+ for (Ie in V)
543
+ g1.call(V, Ie) && !O2.hasOwnProperty(Ie) && (ee[Ie] = V[Ie]);
544
+ if (h && h.defaultProps) {
545
+ var Ve = h.defaultProps;
546
546
  for (Ie in Ve)
547
547
  ee[Ie] === void 0 && (ee[Ie] = Ve[Ie]);
548
548
  }
549
549
  if ($ || Ke) {
550
- var Fe = typeof v == "function" ? v.displayName || v.name || "Unknown" : v;
550
+ var Fe = typeof h == "function" ? h.displayName || h.name || "Unknown" : h;
551
551
  $ && Xe(ee, Fe), Ke && je(ee, Fe);
552
552
  }
553
- return We(v, $, Ke, ae, J, k1.current, ee);
553
+ return We(h, $, Ke, ae, J, k1.current, ee);
554
554
  }
555
555
  }
556
556
  var ze = E.ReactCurrentOwner, Z1 = E.ReactDebugCurrentFrame;
557
- function S1(v) {
558
- if (v) {
559
- var S = v._owner, O = Ze(v.type, v._source, S ? S.type : null);
557
+ function S1(h) {
558
+ if (h) {
559
+ var V = h._owner, O = Ze(h.type, h._source, V ? V.type : null);
560
560
  Z1.setExtraStackFrame(O);
561
561
  } else
562
562
  Z1.setExtraStackFrame(null);
563
563
  }
564
564
  var X1;
565
565
  X1 = !1;
566
- function P1(v) {
567
- return typeof v == "object" && v !== null && v.$$typeof === t;
566
+ function P1(h) {
567
+ return typeof h == "object" && h !== null && h.$$typeof === t;
568
568
  }
569
569
  function Yt() {
570
570
  {
571
571
  if (ze.current) {
572
- var v = F(ze.current.type);
573
- if (v)
572
+ var h = S(ze.current.type);
573
+ if (h)
574
574
  return `
575
575
 
576
- Check the render method of \`` + v + "`.";
576
+ Check the render method of \`` + h + "`.";
577
577
  }
578
578
  return "";
579
579
  }
580
580
  }
581
- function lo(v) {
581
+ function lo(h) {
582
582
  {
583
- if (v !== void 0) {
584
- var S = v.fileName.replace(/^.*[\\\/]/, ""), O = v.lineNumber;
583
+ if (h !== void 0) {
584
+ var V = h.fileName.replace(/^.*[\\\/]/, ""), O = h.lineNumber;
585
585
  return `
586
586
 
587
- Check your code at ` + S + ":" + O + ".";
587
+ Check your code at ` + V + ":" + O + ".";
588
588
  }
589
589
  return "";
590
590
  }
591
591
  }
592
592
  var dr = {};
593
- function so(v) {
593
+ function so(h) {
594
594
  {
595
- var S = Yt();
596
- if (!S) {
597
- var O = typeof v == "string" ? v : v.displayName || v.name;
598
- O && (S = `
595
+ var V = Yt();
596
+ if (!V) {
597
+ var O = typeof h == "string" ? h : h.displayName || h.name;
598
+ O && (V = `
599
599
 
600
600
  Check the top-level render call using <` + O + ">.");
601
601
  }
602
- return S;
602
+ return V;
603
603
  }
604
604
  }
605
- function Cr(v, S) {
605
+ function Cr(h, V) {
606
606
  {
607
- if (!v._store || v._store.validated || v.key != null)
607
+ if (!h._store || h._store.validated || h.key != null)
608
608
  return;
609
- v._store.validated = !0;
610
- var O = so(S);
609
+ h._store.validated = !0;
610
+ var O = so(V);
611
611
  if (dr[O])
612
612
  return;
613
613
  dr[O] = !0;
614
614
  var J = "";
615
- v && v._owner && v._owner !== ze.current && (J = " It was passed a child from " + F(v._owner.type) + "."), S1(v), b('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', O, J), S1(null);
615
+ h && h._owner && h._owner !== ze.current && (J = " It was passed a child from " + S(h._owner.type) + "."), S1(h), b('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', O, J), S1(null);
616
616
  }
617
617
  }
618
- function fr(v, S) {
618
+ function fr(h, V) {
619
619
  {
620
- if (typeof v != "object")
620
+ if (typeof h != "object")
621
621
  return;
622
- if (v1(v))
623
- for (var O = 0; O < v.length; O++) {
624
- var J = v[O];
625
- P1(J) && Cr(J, S);
622
+ if (v1(h))
623
+ for (var O = 0; O < h.length; O++) {
624
+ var J = h[O];
625
+ P1(J) && Cr(J, V);
626
626
  }
627
- else if (P1(v))
628
- v._store && (v._store.validated = !0);
629
- else if (v) {
630
- var ae = p(v);
631
- if (typeof ae == "function" && ae !== v.entries)
632
- for (var Ie = ae.call(v), ee; !(ee = Ie.next()).done; )
633
- P1(ee.value) && Cr(ee.value, S);
627
+ else if (P1(h))
628
+ h._store && (h._store.validated = !0);
629
+ else if (h) {
630
+ var ae = p(h);
631
+ if (typeof ae == "function" && ae !== h.entries)
632
+ for (var Ie = ae.call(h), ee; !(ee = Ie.next()).done; )
633
+ P1(ee.value) && Cr(ee.value, V);
634
634
  }
635
635
  }
636
636
  }
637
- function uo(v) {
637
+ function uo(h) {
638
638
  {
639
- var S = v.type;
640
- if (S == null || typeof S == "string")
639
+ var V = h.type;
640
+ if (V == null || typeof V == "string")
641
641
  return;
642
642
  var O;
643
- if (typeof S == "function")
644
- O = S.propTypes;
645
- else if (typeof S == "object" && (S.$$typeof === s || S.$$typeof === d))
646
- O = S.propTypes;
643
+ if (typeof V == "function")
644
+ O = V.propTypes;
645
+ else if (typeof V == "object" && (V.$$typeof === s || V.$$typeof === d))
646
+ O = V.propTypes;
647
647
  else
648
648
  return;
649
649
  if (O) {
650
- var J = F(S);
651
- He(O, v.props, "prop", J, v);
652
- } else if (S.PropTypes !== void 0 && !X1) {
650
+ var J = S(V);
651
+ He(O, h.props, "prop", J, h);
652
+ } else if (V.PropTypes !== void 0 && !X1) {
653
653
  X1 = !0;
654
- var ae = F(S);
654
+ var ae = S(V);
655
655
  b("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", ae || "Unknown");
656
656
  }
657
- typeof S.getDefaultProps == "function" && !S.getDefaultProps.isReactClassApproved && b("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
657
+ typeof V.getDefaultProps == "function" && !V.getDefaultProps.isReactClassApproved && b("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
658
658
  }
659
659
  }
660
- function co(v) {
660
+ function co(h) {
661
661
  {
662
- for (var S = Object.keys(v.props), O = 0; O < S.length; O++) {
663
- var J = S[O];
662
+ for (var V = Object.keys(h.props), O = 0; O < V.length; O++) {
663
+ var J = V[O];
664
664
  if (J !== "children" && J !== "key") {
665
- S1(v), b("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", J), S1(null);
665
+ S1(h), b("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", J), S1(null);
666
666
  break;
667
667
  }
668
668
  }
669
- v.ref !== null && (S1(v), b("Invalid attribute `ref` supplied to `React.Fragment`."), S1(null));
669
+ h.ref !== null && (S1(h), b("Invalid attribute `ref` supplied to `React.Fragment`."), S1(null));
670
670
  }
671
671
  }
672
- function gr(v, S, O, J, ae, Ie) {
672
+ function gr(h, V, O, J, ae, Ie) {
673
673
  {
674
- var ee = V(v);
674
+ var ee = w(h);
675
675
  if (!ee) {
676
676
  var $ = "";
677
- (v === void 0 || typeof v == "object" && v !== null && Object.keys(v).length === 0) && ($ += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
677
+ (h === void 0 || typeof h == "object" && h !== null && Object.keys(h).length === 0) && ($ += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
678
678
  var Ke = lo(ae);
679
679
  Ke ? $ += Ke : $ += Yt();
680
680
  var Ve;
681
- v === null ? Ve = "null" : v1(v) ? Ve = "array" : v !== void 0 && v.$$typeof === t ? (Ve = "<" + (F(v.type) || "Unknown") + " />", $ = " Did you accidentally export a JSX literal instead of a component?") : Ve = typeof v, b("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", Ve, $);
681
+ h === null ? Ve = "null" : v1(h) ? Ve = "array" : h !== void 0 && h.$$typeof === t ? (Ve = "<" + (S(h.type) || "Unknown") + " />", $ = " Did you accidentally export a JSX literal instead of a component?") : Ve = typeof h, b("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", Ve, $);
682
682
  }
683
- var Fe = Ye(v, S, O, ae, Ie);
683
+ var Fe = Ye(h, V, O, ae, Ie);
684
684
  if (Fe == null)
685
685
  return Fe;
686
686
  if (ee) {
687
- var o1 = S.children;
687
+ var o1 = V.children;
688
688
  if (o1 !== void 0)
689
689
  if (J)
690
690
  if (v1(o1)) {
691
691
  for (var q1 = 0; q1 < o1.length; q1++)
692
- fr(o1[q1], v);
692
+ fr(o1[q1], h);
693
693
  Object.freeze && Object.freeze(o1);
694
694
  } else
695
695
  b("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
696
696
  else
697
- fr(o1, v);
697
+ fr(o1, h);
698
698
  }
699
- return v === i ? co(Fe) : uo(Fe), Fe;
699
+ return h === i ? co(Fe) : uo(Fe), Fe;
700
700
  }
701
701
  }
702
- function Ao(v, S, O) {
703
- return gr(v, S, O, !0);
702
+ function Ao(h, V, O) {
703
+ return gr(h, V, O, !0);
704
704
  }
705
- function Co(v, S, O) {
706
- return gr(v, S, O, !1);
705
+ function Co(h, V, O) {
706
+ return gr(h, V, O, !1);
707
707
  }
708
708
  var fo = Co, go = Ao;
709
709
  At.Fragment = i, At.jsx = fo, At.jsxs = go;
@@ -1860,37 +1860,37 @@ let i3 = "div", a3 = E1.RenderStrategy | E1.Static, o3 = de(function(e, t) {
1860
1860
  titleId: null,
1861
1861
  descriptionId: null,
1862
1862
  panelRef: ln()
1863
- }), h = Y(() => i(!1)), B = Y((H) => y({
1863
+ }), v = Y(() => i(!1)), B = Y((H) => y({
1864
1864
  type: 0,
1865
1865
  id: H
1866
- })), R = ot() ? a ? !1 : E === 0 : !1, Q = l > 1, P = Be(r2) !== null, w = Q ? "parent" : "leaf";
1867
- Zo(d, Q ? R : !1), wi(() => {
1866
+ })), Q = ot() ? a ? !1 : E === 0 : !1, R = l > 1, P = Be(r2) !== null, M = R ? "parent" : "leaf";
1867
+ Zo(d, R ? Q : !1), wi(() => {
1868
1868
  var H, X;
1869
1869
  return [...Array.from((H = C == null ? void 0 : C.querySelectorAll("body > *, [data-headlessui-portal]")) != null ? H : []).filter((T) => !(!(T instanceof HTMLElement) || T.contains(I.current) || b.panelRef.current && T.contains(b.panelRef.current))), (X = b.panelRef.current) != null ? X : d.current];
1870
- }, h, R && !Q), Vn(C == null ? void 0 : C.defaultView, "keydown", (H) => {
1871
- H.defaultPrevented || H.key === U.Escape && E === 0 && (Q || (H.preventDefault(), H.stopPropagation(), h()));
1870
+ }, v, Q && !R), Vn(C == null ? void 0 : C.defaultView, "keydown", (H) => {
1871
+ H.defaultPrevented || H.key === U.Escape && E === 0 && (R || (H.preventDefault(), H.stopPropagation(), v()));
1872
1872
  }), n3(C, E === 0 && !P), ne(() => {
1873
1873
  if (E !== 0 || !d.current)
1874
1874
  return;
1875
1875
  let H = new IntersectionObserver((X) => {
1876
1876
  for (let T of X)
1877
- T.boundingClientRect.x === 0 && T.boundingClientRect.y === 0 && T.boundingClientRect.width === 0 && T.boundingClientRect.height === 0 && h();
1877
+ T.boundingClientRect.x === 0 && T.boundingClientRect.y === 0 && T.boundingClientRect.width === 0 && T.boundingClientRect.height === 0 && v();
1878
1878
  });
1879
1879
  return H.observe(d.current), () => H.disconnect();
1880
- }, [E, d, h]);
1881
- let [V, N] = h2(), M = `headlessui-dialog-${ke()}`, F = z(() => [{
1880
+ }, [E, d, v]);
1881
+ let [w, F] = h2(), N = `headlessui-dialog-${ke()}`, S = z(() => [{
1882
1882
  dialogState: E,
1883
- close: h,
1883
+ close: v,
1884
1884
  setTitleId: B
1885
- }, b], [E, b, h, B]), x = z(() => ({
1885
+ }, b], [E, b, v, B]), x = z(() => ({
1886
1886
  open: E === 0
1887
1887
  }), [E]), G = {
1888
1888
  ref: f,
1889
- id: M,
1889
+ id: N,
1890
1890
  role: "dialog",
1891
1891
  "aria-modal": E === 0 ? !0 : void 0,
1892
1892
  "aria-labelledby": b.titleId,
1893
- "aria-describedby": V
1893
+ "aria-describedby": w
1894
1894
  };
1895
1895
  return te.createElement(qo, {
1896
1896
  type: "Dialog",
@@ -1910,18 +1910,18 @@ let i3 = "div", a3 = E1.RenderStrategy | E1.Static, o3 = de(function(e, t) {
1910
1910
  force: !0,
1911
1911
  children: /* @__PURE__ */ A(An, {
1912
1912
  children: /* @__PURE__ */ A(r2.Provider, {
1913
- value: F,
1913
+ value: S,
1914
1914
  children: /* @__PURE__ */ A(An.Group, {
1915
1915
  target: d,
1916
1916
  children: /* @__PURE__ */ A(cn, {
1917
1917
  force: !1,
1918
- children: /* @__PURE__ */ A(N, {
1918
+ children: /* @__PURE__ */ A(F, {
1919
1919
  slot: x,
1920
1920
  name: "Dialog.Description",
1921
1921
  children: /* @__PURE__ */ A(dt, {
1922
1922
  initialFocus: r,
1923
1923
  containers: c,
1924
- features: R ? me(w, {
1924
+ features: Q ? me(M, {
1925
1925
  parent: dt.features.RestoreFocus,
1926
1926
  leaf: dt.features.All & ~dt.features.FocusLock
1927
1927
  }) : dt.features.None,
@@ -2484,9 +2484,9 @@ let M3 = Se, F3 = de(function(e, t) {
2484
2484
  type: 1
2485
2485
  }), r.activeItemIndex !== null) {
2486
2486
  let {
2487
- dataRef: h
2487
+ dataRef: v
2488
2488
  } = r.items[r.activeItemIndex];
2489
- (y = (b = h.current) == null ? void 0 : b.domRef.current) == null || y.click();
2489
+ (y = (b = v.current) == null ? void 0 : b.domRef.current) == null || y.click();
2490
2490
  }
2491
2491
  xi(r.buttonRef.current);
2492
2492
  break;
@@ -2516,8 +2516,8 @@ let M3 = Se, F3 = de(function(e, t) {
2516
2516
  E.preventDefault(), E.stopPropagation(), a({
2517
2517
  type: 1
2518
2518
  }), y1().nextFrame(() => {
2519
- var h;
2520
- return (h = r.buttonRef.current) == null ? void 0 : h.focus({
2519
+ var v;
2520
+ return (v = r.buttonRef.current) == null ? void 0 : v.focus({
2521
2521
  preventScroll: !0
2522
2522
  });
2523
2523
  });
@@ -2757,9 +2757,9 @@ let Y3 = "div", z3 = de(function(e, t) {
2757
2757
  return (x == null ? void 0 : x[H]) === (G == null ? void 0 : G[H]);
2758
2758
  } : o), [c, d] = wt(W3, {
2759
2759
  options: []
2760
- }), f = c.options, [I, C] = Ln(), [g, p] = h2(), E = `headlessui-radiogroup-${ke()}`, b = Z(null), y = pe(b, t), [h, B] = Li(n, a, i), R = z(() => f.find((x) => !x.propsRef.current.disabled), [f]), Q = z(() => f.some((x) => u(x.propsRef.current.value, h)), [f, h]), P = Y((x) => {
2760
+ }), f = c.options, [I, C] = Ln(), [g, p] = h2(), E = `headlessui-radiogroup-${ke()}`, b = Z(null), y = pe(b, t), [v, B] = Li(n, a, i), Q = z(() => f.find((x) => !x.propsRef.current.disabled), [f]), R = z(() => f.some((x) => u(x.propsRef.current.value, v)), [f, v]), P = Y((x) => {
2761
2761
  var G;
2762
- if (l || u(x, h))
2762
+ if (l || u(x, v))
2763
2763
  return !1;
2764
2764
  let H = (G = f.find((X) => u(X.propsRef.current.value, x))) == null ? void 0 : G.propsRef.current;
2765
2765
  return H != null && H.disabled ? !1 : (B == null || B(x), !0);
@@ -2773,7 +2773,7 @@ let Y3 = "div", z3 = de(function(e, t) {
2773
2773
  x.setAttribute("role", "none");
2774
2774
  }
2775
2775
  });
2776
- let w = Y((x) => {
2776
+ let M = Y((x) => {
2777
2777
  let G = b.current;
2778
2778
  if (!G)
2779
2779
  return;
@@ -2804,38 +2804,38 @@ let Y3 = "div", z3 = de(function(e, t) {
2804
2804
  }
2805
2805
  break;
2806
2806
  }
2807
- }), V = Y((x) => (d({
2807
+ }), w = Y((x) => (d({
2808
2808
  type: 0,
2809
2809
  ...x
2810
2810
  }), () => d({
2811
2811
  type: 1,
2812
2812
  id: x.id
2813
- }))), N = z(() => ({
2814
- registerOption: V,
2815
- firstOption: R,
2816
- containsCheckedOption: Q,
2813
+ }))), F = z(() => ({
2814
+ registerOption: w,
2815
+ firstOption: Q,
2816
+ containsCheckedOption: R,
2817
2817
  change: P,
2818
2818
  disabled: l,
2819
- value: h,
2819
+ value: v,
2820
2820
  compare: u
2821
- }), [V, R, Q, P, l, h, u]), M = {
2821
+ }), [w, Q, R, P, l, v, u]), N = {
2822
2822
  ref: y,
2823
2823
  id: E,
2824
2824
  role: "radiogroup",
2825
2825
  "aria-labelledby": I,
2826
2826
  "aria-describedby": g,
2827
- onKeyDown: w
2828
- }, F = z(() => ({
2829
- value: h
2830
- }), [h]);
2827
+ onKeyDown: M
2828
+ }, S = z(() => ({
2829
+ value: v
2830
+ }), [v]);
2831
2831
  return /* @__PURE__ */ A(p, {
2832
2832
  name: "RadioGroup.Description",
2833
2833
  children: /* @__PURE__ */ A(C, {
2834
2834
  name: "RadioGroup.Label",
2835
2835
  children: /* @__PURE__ */ L(On.Provider, {
2836
- value: N,
2837
- children: [r != null && h != null && Fi({
2838
- [r]: h
2836
+ value: F,
2837
+ children: [r != null && v != null && Fi({
2838
+ [r]: v
2839
2839
  }).map(([x, G]) => te.createElement(J1, {
2840
2840
  features: z1.Hidden,
2841
2841
  ...n2({
@@ -2849,9 +2849,9 @@ let Y3 = "div", z3 = de(function(e, t) {
2849
2849
  value: G
2850
2850
  })
2851
2851
  })), Ae({
2852
- ourProps: M,
2852
+ ourProps: N,
2853
2853
  theirProps: s,
2854
- slot: F,
2854
+ slot: S,
2855
2855
  defaultTag: Y3,
2856
2856
  name: "RadioGroup"
2857
2857
  })]
@@ -2883,16 +2883,16 @@ let U3 = "div", K3 = de(function(e, t) {
2883
2883
  disabled: E,
2884
2884
  change: b,
2885
2885
  firstOption: y,
2886
- containsCheckedOption: h,
2886
+ containsCheckedOption: v,
2887
2887
  value: B,
2888
- compare: R
2888
+ compare: Q
2889
2889
  } = Ji("RadioGroup.Option");
2890
2890
  ye(() => p({
2891
2891
  id: r,
2892
2892
  element: n,
2893
2893
  propsRef: g
2894
2894
  }), [r, p, n, e]);
2895
- let Q = Y((G) => {
2895
+ let R = Y((G) => {
2896
2896
  var H;
2897
2897
  if (rt(G.currentTarget))
2898
2898
  return G.preventDefault();
@@ -2901,29 +2901,29 @@ let U3 = "div", K3 = de(function(e, t) {
2901
2901
  if (rt(G.currentTarget))
2902
2902
  return G.preventDefault();
2903
2903
  u(2);
2904
- }), w = Y(() => c(2)), V = (y == null ? void 0 : y.id) === r, N = E || I, M = R(B, f), F = {
2904
+ }), M = Y(() => c(2)), w = (y == null ? void 0 : y.id) === r, F = E || I, N = Q(B, f), S = {
2905
2905
  ref: i,
2906
2906
  id: r,
2907
2907
  role: "radio",
2908
- "aria-checked": M ? "true" : "false",
2908
+ "aria-checked": N ? "true" : "false",
2909
2909
  "aria-labelledby": a,
2910
2910
  "aria-describedby": l,
2911
- "aria-disabled": N ? !0 : void 0,
2912
- tabIndex: (() => N ? -1 : M || !h && V ? 0 : -1)(),
2913
- onClick: N ? void 0 : Q,
2914
- onFocus: N ? void 0 : P,
2915
- onBlur: N ? void 0 : w
2911
+ "aria-disabled": F ? !0 : void 0,
2912
+ tabIndex: (() => F ? -1 : N || !v && w ? 0 : -1)(),
2913
+ onClick: F ? void 0 : R,
2914
+ onFocus: F ? void 0 : P,
2915
+ onBlur: F ? void 0 : M
2916
2916
  }, x = z(() => ({
2917
- checked: M,
2918
- disabled: N,
2917
+ checked: N,
2918
+ disabled: F,
2919
2919
  active: d(2)
2920
- }), [M, N, d]);
2920
+ }), [N, F, d]);
2921
2921
  return /* @__PURE__ */ A(s, {
2922
2922
  name: "RadioGroup.Description",
2923
2923
  children: /* @__PURE__ */ A(o, {
2924
2924
  name: "RadioGroup.Label",
2925
2925
  children: Ae({
2926
- ourProps: F,
2926
+ ourProps: S,
2927
2927
  theirProps: C,
2928
2928
  slot: x,
2929
2929
  defaultTag: U3,
@@ -2973,13 +2973,13 @@ let $3 = "button", e0 = de(function(e, t) {
2973
2973
  name: a,
2974
2974
  value: o,
2975
2975
  ...l
2976
- } = e, s = `headlessui-switch-${ke()}`, u = Be(Hn), c = Z(null), d = pe(c, t, u === null ? null : u.setSwitch), [f, I] = Li(n, r, i), C = Y(() => I == null ? void 0 : I(!f)), g = Y((h) => {
2977
- if (rt(h.currentTarget))
2978
- return h.preventDefault();
2979
- h.preventDefault(), C();
2980
- }), p = Y((h) => {
2981
- h.key === U.Space ? (h.preventDefault(), C()) : h.key === U.Enter && Di(h.currentTarget);
2982
- }), E = Y((h) => h.preventDefault()), b = z(() => ({
2976
+ } = e, s = `headlessui-switch-${ke()}`, u = Be(Hn), c = Z(null), d = pe(c, t, u === null ? null : u.setSwitch), [f, I] = Li(n, r, i), C = Y(() => I == null ? void 0 : I(!f)), g = Y((v) => {
2977
+ if (rt(v.currentTarget))
2978
+ return v.preventDefault();
2979
+ v.preventDefault(), C();
2980
+ }), p = Y((v) => {
2981
+ v.key === U.Space ? (v.preventDefault(), C()) : v.key === U.Enter && Di(v.currentTarget);
2982
+ }), E = Y((v) => v.preventDefault()), b = z(() => ({
2983
2983
  checked: f
2984
2984
  }), [f]), y = {
2985
2985
  id: s,
@@ -3150,28 +3150,28 @@ let o0 = Se, l0 = de(function(e, t) {
3150
3150
  activation: u,
3151
3151
  ...f
3152
3152
  }), [s, u, f]), b = u1(c ? e.selectedIndex : f.selectedIndex), y = z(() => ({
3153
- registerTab(R) {
3153
+ registerTab(Q) {
3154
3154
  return I({
3155
3155
  type: 1,
3156
- tab: R
3156
+ tab: Q
3157
3157
  }), () => I({
3158
3158
  type: 2,
3159
- tab: R
3159
+ tab: Q
3160
3160
  });
3161
3161
  },
3162
- registerPanel(R) {
3162
+ registerPanel(Q) {
3163
3163
  return I({
3164
3164
  type: 3,
3165
- panel: R
3165
+ panel: Q
3166
3166
  }), () => I({
3167
3167
  type: 4,
3168
- panel: R
3168
+ panel: Q
3169
3169
  });
3170
3170
  },
3171
- change(R) {
3172
- b.current !== R && g.current(R), c || I({
3171
+ change(Q) {
3172
+ b.current !== Q && g.current(Q), c || I({
3173
3173
  type: 0,
3174
- index: R
3174
+ index: Q
3175
3175
  });
3176
3176
  }
3177
3177
  }), [I, c]);
@@ -3181,24 +3181,24 @@ let o0 = Se, l0 = de(function(e, t) {
3181
3181
  index: o != null ? o : n
3182
3182
  });
3183
3183
  }, [o]);
3184
- let h = Z({
3184
+ let v = Z({
3185
3185
  tabs: [],
3186
3186
  panels: []
3187
3187
  }), B = {
3188
3188
  ref: d
3189
3189
  };
3190
3190
  return te.createElement(Tn.Provider, {
3191
- value: h
3191
+ value: v
3192
3192
  }, te.createElement(Xn.Provider, {
3193
3193
  value: y
3194
3194
  }, te.createElement(Zn.Provider, {
3195
3195
  value: E
3196
3196
  }, E.tabs.length <= 0 && te.createElement(n0, {
3197
3197
  onFocus: () => {
3198
- var R, Q;
3198
+ var Q, R;
3199
3199
  for (let P of p.current)
3200
- if (((R = P.current) == null ? void 0 : R.tabIndex) === 0)
3201
- return (Q = P.current) == null || Q.focus(), !0;
3200
+ if (((Q = P.current) == null ? void 0 : Q.tabIndex) === 0)
3201
+ return (R = P.current) == null || R.focus(), !0;
3202
3202
  return !1;
3203
3203
  }
3204
3204
  }), Ae({
@@ -3240,50 +3240,50 @@ let o0 = Se, l0 = de(function(e, t) {
3240
3240
  g === -1 && (g = f.current.tabs.push(r) - 1);
3241
3241
  let p = s.indexOf(I);
3242
3242
  p === -1 && (p = g);
3243
- let E = p === l, b = Y((V) => {
3244
- var N;
3245
- let M = V();
3246
- if (M === N1.Success && o === "auto") {
3247
- let F = (N = L1(I)) == null ? void 0 : N.activeElement, x = d.tabs.findIndex((G) => G.current === F);
3243
+ let E = p === l, b = Y((w) => {
3244
+ var F;
3245
+ let N = w();
3246
+ if (N === N1.Success && o === "auto") {
3247
+ let S = (F = L1(I)) == null ? void 0 : F.activeElement, x = d.tabs.findIndex((G) => G.current === S);
3248
3248
  x !== -1 && c.change(x);
3249
3249
  }
3250
- return M;
3251
- }), y = Y((V) => {
3252
- let N = s.map((M) => M.current).filter(Boolean);
3253
- if (V.key === U.Space || V.key === U.Enter) {
3254
- V.preventDefault(), V.stopPropagation(), c.change(p);
3250
+ return N;
3251
+ }), y = Y((w) => {
3252
+ let F = s.map((N) => N.current).filter(Boolean);
3253
+ if (w.key === U.Space || w.key === U.Enter) {
3254
+ w.preventDefault(), w.stopPropagation(), c.change(p);
3255
3255
  return;
3256
3256
  }
3257
- switch (V.key) {
3257
+ switch (w.key) {
3258
3258
  case U.Home:
3259
3259
  case U.PageUp:
3260
- return V.preventDefault(), V.stopPropagation(), b(() => l1(N, Ne.First));
3260
+ return w.preventDefault(), w.stopPropagation(), b(() => l1(F, Ne.First));
3261
3261
  case U.End:
3262
3262
  case U.PageDown:
3263
- return V.preventDefault(), V.stopPropagation(), b(() => l1(N, Ne.Last));
3263
+ return w.preventDefault(), w.stopPropagation(), b(() => l1(F, Ne.Last));
3264
3264
  }
3265
3265
  if (b(() => me(a, {
3266
3266
  vertical() {
3267
- return V.key === U.ArrowUp ? l1(N, Ne.Previous | Ne.WrapAround) : V.key === U.ArrowDown ? l1(N, Ne.Next | Ne.WrapAround) : N1.Error;
3267
+ return w.key === U.ArrowUp ? l1(F, Ne.Previous | Ne.WrapAround) : w.key === U.ArrowDown ? l1(F, Ne.Next | Ne.WrapAround) : N1.Error;
3268
3268
  },
3269
3269
  horizontal() {
3270
- return V.key === U.ArrowLeft ? l1(N, Ne.Previous | Ne.WrapAround) : V.key === U.ArrowRight ? l1(N, Ne.Next | Ne.WrapAround) : N1.Error;
3270
+ return w.key === U.ArrowLeft ? l1(F, Ne.Previous | Ne.WrapAround) : w.key === U.ArrowRight ? l1(F, Ne.Next | Ne.WrapAround) : N1.Error;
3271
3271
  }
3272
3272
  })) === N1.Success)
3273
- return V.preventDefault();
3274
- }), h = Z(!1), B = Y(() => {
3275
- var V;
3276
- h.current || (h.current = !0, (V = I.current) == null || V.focus(), c.change(p), Vt(() => {
3277
- h.current = !1;
3273
+ return w.preventDefault();
3274
+ }), v = Z(!1), B = Y(() => {
3275
+ var w;
3276
+ v.current || (v.current = !0, (w = I.current) == null || w.focus(), c.change(p), Vt(() => {
3277
+ v.current = !1;
3278
3278
  }));
3279
- }), R = Y((V) => {
3280
- V.preventDefault();
3281
- }), Q = z(() => ({
3279
+ }), Q = Y((w) => {
3280
+ w.preventDefault();
3281
+ }), R = z(() => ({
3282
3282
  selected: E
3283
- }), [E]), P = e, w = {
3283
+ }), [E]), P = e, M = {
3284
3284
  ref: C,
3285
3285
  onKeyDown: y,
3286
- onMouseDown: R,
3286
+ onMouseDown: Q,
3287
3287
  onClick: B,
3288
3288
  id: r,
3289
3289
  role: "tab",
@@ -3293,9 +3293,9 @@ let o0 = Se, l0 = de(function(e, t) {
3293
3293
  tabIndex: E ? 0 : -1
3294
3294
  };
3295
3295
  return Ae({
3296
- ourProps: w,
3296
+ ourProps: M,
3297
3297
  theirProps: P,
3298
- slot: Q,
3298
+ slot: R,
3299
3299
  defaultTag: c0,
3300
3300
  name: "Tabs.Tab"
3301
3301
  });
@@ -3523,23 +3523,23 @@ let x0 = "div", Ki = E1.RenderStrategy, qi = de(function(e, t) {
3523
3523
  show: E,
3524
3524
  appear: b,
3525
3525
  initial: y
3526
- } = b0(), [h, B] = K(E ? "visible" : "hidden"), R = B0(), {
3527
- register: Q,
3526
+ } = b0(), [v, B] = K(E ? "visible" : "hidden"), Q = B0(), {
3527
+ register: R,
3528
3528
  unregister: P
3529
- } = R, w = Z(null);
3530
- ne(() => Q(C), [Q, C]), ne(() => {
3529
+ } = Q, M = Z(null);
3530
+ ne(() => R(C), [R, C]), ne(() => {
3531
3531
  if (p === b1.Hidden && !!C.current) {
3532
- if (E && h !== "visible") {
3532
+ if (E && v !== "visible") {
3533
3533
  B("visible");
3534
3534
  return;
3535
3535
  }
3536
- return me(h, {
3536
+ return me(v, {
3537
3537
  hidden: () => P(C),
3538
- visible: () => Q(C)
3538
+ visible: () => R(C)
3539
3539
  });
3540
3540
  }
3541
- }, [h, C, Q, P, E, p]);
3542
- let V = u1({
3541
+ }, [v, C, R, P, E, p]);
3542
+ let w = u1({
3543
3543
  enter: j1(o),
3544
3544
  enterFrom: j1(l),
3545
3545
  enterTo: j1(s),
@@ -3547,32 +3547,32 @@ let x0 = "div", Ki = E1.RenderStrategy, qi = de(function(e, t) {
3547
3547
  leave: j1(c),
3548
3548
  leaveFrom: j1(d),
3549
3549
  leaveTo: j1(f)
3550
- }), N = R0({
3550
+ }), F = R0({
3551
3551
  beforeEnter: n,
3552
3552
  afterEnter: i,
3553
3553
  beforeLeave: r,
3554
3554
  afterLeave: a
3555
- }), M = ot();
3555
+ }), N = ot();
3556
3556
  ne(() => {
3557
- if (M && h === "visible" && C.current === null)
3557
+ if (N && v === "visible" && C.current === null)
3558
3558
  throw new Error("Did you forget to passthrough the `ref` to the actual DOM node?");
3559
- }, [C, h, M]);
3560
- let F = y && !b, x = (() => !M || F || w.current === E ? "idle" : E ? "enter" : "leave")(), G = Y((q) => me(q, {
3561
- enter: () => N.current.beforeEnter(),
3562
- leave: () => N.current.beforeLeave(),
3559
+ }, [C, v, N]);
3560
+ let S = y && !b, x = (() => !N || S || M.current === E ? "idle" : E ? "enter" : "leave")(), G = Y((q) => me(q, {
3561
+ enter: () => F.current.beforeEnter(),
3562
+ leave: () => F.current.beforeLeave(),
3563
3563
  idle: () => {
3564
3564
  }
3565
3565
  })), H = Y((q) => me(q, {
3566
- enter: () => N.current.afterEnter(),
3567
- leave: () => N.current.afterLeave(),
3566
+ enter: () => F.current.afterEnter(),
3567
+ leave: () => F.current.afterLeave(),
3568
3568
  idle: () => {
3569
3569
  }
3570
3570
  })), X = Ui(() => {
3571
3571
  B("hidden"), P(C);
3572
- }, R);
3572
+ }, Q);
3573
3573
  v0({
3574
3574
  container: C,
3575
- classes: V,
3575
+ classes: w,
3576
3576
  direction: x,
3577
3577
  onStart: u1((q) => {
3578
3578
  X.onStart(C, q, G);
@@ -3581,15 +3581,15 @@ let x0 = "div", Ki = E1.RenderStrategy, qi = de(function(e, t) {
3581
3581
  X.onStop(C, q, H), q === "leave" && !Q2(X) && (B("hidden"), P(C));
3582
3582
  })
3583
3583
  }), ne(() => {
3584
- !F || (p === b1.Hidden ? w.current = null : w.current = E);
3585
- }, [E, F, h]);
3584
+ !S || (p === b1.Hidden ? M.current = null : M.current = E);
3585
+ }, [E, S, v]);
3586
3586
  let T = I, W = {
3587
3587
  ref: g
3588
3588
  };
3589
3589
  return /* @__PURE__ */ A(y2.Provider, {
3590
3590
  value: X,
3591
3591
  children: /* @__PURE__ */ A(wn, {
3592
- value: me(h, {
3592
+ value: me(v, {
3593
3593
  visible: a1.Open,
3594
3594
  hidden: a1.Closed
3595
3595
  }),
@@ -3598,7 +3598,7 @@ let x0 = "div", Ki = E1.RenderStrategy, qi = de(function(e, t) {
3598
3598
  theirProps: T,
3599
3599
  defaultTag: x0,
3600
3600
  features: Ki,
3601
- visible: h === "visible",
3601
+ visible: v === "visible",
3602
3602
  name: "Transition.Child"
3603
3603
  })
3604
3604
  })
@@ -4238,7 +4238,7 @@ const S0 = async (e, t, n) => {
4238
4238
  } = l[g], {
4239
4239
  x: b,
4240
4240
  y,
4241
- data: h,
4241
+ data: v,
4242
4242
  reset: B
4243
4243
  } = await E({
4244
4244
  x: c,
@@ -4258,7 +4258,7 @@ const S0 = async (e, t, n) => {
4258
4258
  ...I,
4259
4259
  [p]: {
4260
4260
  ...I[p],
4261
- ...h
4261
+ ...v
4262
4262
  }
4263
4263
  }, process.env.NODE_ENV !== "production" && C > 50 && console.warn(["Floating UI: The middleware lifecycle appears to be running in an", "infinite loop. This is usually caused by a `reset` continually", "being returned without a break condition."].join(" ")), B && C <= 50) {
4264
4264
  C++, typeof B == "object" && (B.placement && (f = B.placement), B.rects && (u = B.rects === !0 ? await o.getElementRects({
@@ -4367,14 +4367,14 @@ const Vr = (e) => ({
4367
4367
  x: r,
4368
4368
  y: a
4369
4369
  }, d = Nt(o), f = x2(o), I = Wn(d), C = await s.getDimensions(n), g = d === "y" ? "top" : "left", p = d === "y" ? "bottom" : "right", E = l.reference[I] + l.reference[d] - c[d] - l.floating[I], b = c[d] - l.reference[d], y = await (s.getOffsetParent == null ? void 0 : s.getOffsetParent(n));
4370
- let h = y ? d === "y" ? y.clientHeight || 0 : y.clientWidth || 0 : 0;
4371
- h === 0 && (h = l.floating[I]);
4372
- const B = E / 2 - b / 2, R = u[g], Q = h - C[I] - u[p], P = h / 2 - C[I] / 2 + B, w = gn(R, P, Q), M = (f === "start" ? u[g] : u[p]) > 0 && P !== w && l.reference[I] <= l.floating[I] ? P < R ? R - P : Q - P : 0;
4370
+ let v = y ? d === "y" ? y.clientHeight || 0 : y.clientWidth || 0 : 0;
4371
+ v === 0 && (v = l.floating[I]);
4372
+ const B = E / 2 - b / 2, Q = u[g], R = v - C[I] - u[p], P = v / 2 - C[I] / 2 + B, M = gn(Q, P, R), N = (f === "start" ? u[g] : u[p]) > 0 && P !== M && l.reference[I] <= l.floating[I] ? P < Q ? Q - P : R - P : 0;
4373
4373
  return {
4374
- [d]: c[d] - M,
4374
+ [d]: c[d] - N,
4375
4375
  data: {
4376
- [d]: w,
4377
- centerOffset: P - w
4376
+ [d]: M,
4377
+ centerOffset: P - M
4378
4378
  }
4379
4379
  };
4380
4380
  }
@@ -4427,47 +4427,47 @@ const O0 = function(e) {
4427
4427
  fallbackStrategy: f = "bestFit",
4428
4428
  flipAlignment: I = !0,
4429
4429
  ...C
4430
- } = e, g = Ft(i), E = d || (g === o || !I ? [a2(o)] : L0(o)), b = [o, ...E], y = await $i(t, C), h = [];
4430
+ } = e, g = Ft(i), E = d || (g === o || !I ? [a2(o)] : L0(o)), b = [o, ...E], y = await $i(t, C), v = [];
4431
4431
  let B = ((n = r.flip) == null ? void 0 : n.overflows) || [];
4432
- if (u && h.push(y[g]), c) {
4432
+ if (u && v.push(y[g]), c) {
4433
4433
  const {
4434
- main: w,
4435
- cross: V
4434
+ main: M,
4435
+ cross: w
4436
4436
  } = G0(i, a, await (l.isRTL == null ? void 0 : l.isRTL(s.floating)));
4437
- h.push(y[w], y[V]);
4437
+ v.push(y[M], y[w]);
4438
4438
  }
4439
4439
  if (B = [...B, {
4440
4440
  placement: i,
4441
- overflows: h
4442
- }], !h.every((w) => w <= 0)) {
4443
- var R, Q;
4444
- const w = ((R = (Q = r.flip) == null ? void 0 : Q.index) != null ? R : 0) + 1, V = b[w];
4445
- if (V)
4441
+ overflows: v
4442
+ }], !v.every((M) => M <= 0)) {
4443
+ var Q, R;
4444
+ const M = ((Q = (R = r.flip) == null ? void 0 : R.index) != null ? Q : 0) + 1, w = b[M];
4445
+ if (w)
4446
4446
  return {
4447
4447
  data: {
4448
- index: w,
4448
+ index: M,
4449
4449
  overflows: B
4450
4450
  },
4451
4451
  reset: {
4452
- placement: V
4452
+ placement: w
4453
4453
  }
4454
4454
  };
4455
- let N = "bottom";
4455
+ let F = "bottom";
4456
4456
  switch (f) {
4457
4457
  case "bestFit": {
4458
4458
  var P;
4459
- const M = (P = B.map((F) => [F, F.overflows.filter((x) => x > 0).reduce((x, G) => x + G, 0)]).sort((F, x) => F[1] - x[1])[0]) == null ? void 0 : P[0].placement;
4460
- M && (N = M);
4459
+ const N = (P = B.map((S) => [S, S.overflows.filter((x) => x > 0).reduce((x, G) => x + G, 0)]).sort((S, x) => S[1] - x[1])[0]) == null ? void 0 : P[0].placement;
4460
+ N && (F = N);
4461
4461
  break;
4462
4462
  }
4463
4463
  case "initialPlacement":
4464
- N = o;
4464
+ F = o;
4465
4465
  break;
4466
4466
  }
4467
- if (i !== N)
4467
+ if (i !== F)
4468
4468
  return {
4469
4469
  reset: {
4470
- placement: N
4470
+ placement: F
4471
4471
  }
4472
4472
  };
4473
4473
  }
@@ -4971,9 +4971,9 @@ function i5(e) {
4971
4971
  middleware: l,
4972
4972
  placement: n,
4973
4973
  strategy: i
4974
- }).then((h) => {
4975
- g.current && !l2(f.current, h) && (f.current = h, mo.flushSync(() => {
4976
- o(h);
4974
+ }).then((v) => {
4975
+ g.current && !l2(f.current, v) && (f.current = v, mo.flushSync(() => {
4976
+ o(v);
4977
4977
  }));
4978
4978
  });
4979
4979
  }, [l, n, i]);
@@ -4987,14 +4987,14 @@ function i5(e) {
4987
4987
  const p = m.useCallback(() => {
4988
4988
  if (typeof d.current == "function" && (d.current(), d.current = null), u.current && c.current)
4989
4989
  if (I.current) {
4990
- const h = I.current(u.current, c.current, C);
4991
- d.current = h;
4990
+ const v = I.current(u.current, c.current, C);
4991
+ d.current = v;
4992
4992
  } else
4993
4993
  C();
4994
- }, [C, I]), E = m.useCallback((h) => {
4995
- u.current = h, p();
4996
- }, [p]), b = m.useCallback((h) => {
4997
- c.current = h, p();
4994
+ }, [C, I]), E = m.useCallback((v) => {
4995
+ u.current = v, p();
4996
+ }, [p]), b = m.useCallback((v) => {
4997
+ c.current = v, p();
4998
4998
  }, [p]), y = m.useMemo(() => ({
4999
4999
  reference: u,
5000
5000
  floating: c
@@ -5118,13 +5118,13 @@ function C5(e) {
5118
5118
  }
5119
5119
  }), [C, l, I, t, g, p, s]);
5120
5120
  U1(() => {
5121
- const h = c == null ? void 0 : c.nodesRef.current.find((B) => B.id === l);
5122
- h && (h.context = E);
5121
+ const v = c == null ? void 0 : c.nodesRef.current.find((B) => B.id === l);
5122
+ v && (v.context = E);
5123
5123
  });
5124
5124
  const {
5125
5125
  reference: b
5126
- } = C, y = m.useCallback((h) => {
5127
- (W1(h) || h === null) && (E.refs.domReference.current = h, u(h)), b(h);
5126
+ } = C, y = m.useCallback((v) => {
5127
+ (W1(v) || v === null) && (E.refs.domReference.current = v, u(v)), b(v);
5128
5128
  }, [b, E.refs]);
5129
5129
  return m.useMemo(() => ({
5130
5130
  ...C,
@@ -5255,82 +5255,82 @@ const m5 = function(e, t) {
5255
5255
  events: d,
5256
5256
  refs: f,
5257
5257
  _: I
5258
- } = e, C = Jn(), g = oa(), p = Tr(r), E = Tr(i), b = E5(s), y = m.useRef(), h = m.useRef(), B = m.useRef(), R = m.useRef(), Q = m.useRef(!0), P = m.useRef(!1), w = m.useCallback(() => {
5259
- var F;
5260
- const x = (F = c.current.openEvent) == null ? void 0 : F.type;
5258
+ } = e, C = Jn(), g = oa(), p = Tr(r), E = Tr(i), b = E5(s), y = m.useRef(), v = m.useRef(), B = m.useRef(), Q = m.useRef(), R = m.useRef(!0), P = m.useRef(!1), M = m.useCallback(() => {
5259
+ var S;
5260
+ const x = (S = c.current.openEvent) == null ? void 0 : S.type;
5261
5261
  return (x == null ? void 0 : x.includes("mouse")) && x !== "mousedown";
5262
5262
  }, [c]);
5263
5263
  m.useEffect(() => {
5264
5264
  if (!n)
5265
5265
  return;
5266
- function F() {
5267
- clearTimeout(h.current), clearTimeout(R.current), Q.current = !0;
5266
+ function S() {
5267
+ clearTimeout(v.current), clearTimeout(Q.current), R.current = !0;
5268
5268
  }
5269
- return d.on("dismiss", F), () => {
5270
- d.off("dismiss", F);
5269
+ return d.on("dismiss", S), () => {
5270
+ d.off("dismiss", S);
5271
5271
  };
5272
5272
  }, [n, d, f]), m.useEffect(() => {
5273
5273
  if (!n || !p.current)
5274
5274
  return;
5275
- function F() {
5276
- w() && u(!1);
5275
+ function S() {
5276
+ M() && u(!1);
5277
5277
  }
5278
5278
  const x = F1(f.floating.current).documentElement;
5279
- return x.addEventListener("mouseleave", F), () => {
5280
- x.removeEventListener("mouseleave", F);
5279
+ return x.addEventListener("mouseleave", S), () => {
5280
+ x.removeEventListener("mouseleave", S);
5281
5281
  };
5282
- }, [f, u, n, p, c, w]);
5283
- const V = m.useCallback(function(F) {
5284
- F === void 0 && (F = !0);
5282
+ }, [f, u, n, p, c, M]);
5283
+ const w = m.useCallback(function(S) {
5284
+ S === void 0 && (S = !0);
5285
5285
  const x = K2(E.current, "close", y.current);
5286
- x && !B.current ? (clearTimeout(h.current), h.current = setTimeout(() => u(!1), x)) : F && (clearTimeout(h.current), u(!1));
5287
- }, [E, u]), N = m.useCallback(() => {
5286
+ x && !B.current ? (clearTimeout(v.current), v.current = setTimeout(() => u(!1), x)) : S && (clearTimeout(v.current), u(!1));
5287
+ }, [E, u]), F = m.useCallback(() => {
5288
5288
  B.current && (F1(f.floating.current).removeEventListener("pointermove", B.current), B.current = void 0);
5289
- }, [f]), M = m.useCallback(() => {
5289
+ }, [f]), N = m.useCallback(() => {
5290
5290
  F1(f.floating.current).body.style.pointerEvents = "", P.current = !1;
5291
5291
  }, [f]);
5292
5292
  return m.useEffect(() => {
5293
5293
  if (!n)
5294
5294
  return;
5295
- function F() {
5295
+ function S() {
5296
5296
  return c.current.openEvent ? ["click", "mousedown"].includes(c.current.openEvent.type) : !1;
5297
5297
  }
5298
5298
  function x(W) {
5299
- if (clearTimeout(h.current), Q.current = !1, a && y.current !== "mouse" || o > 0 && K2(E.current, "open") === 0)
5299
+ if (clearTimeout(v.current), R.current = !1, a && y.current !== "mouse" || o > 0 && K2(E.current, "open") === 0)
5300
5300
  return;
5301
5301
  c.current.openEvent = W;
5302
5302
  const q = K2(E.current, "open", y.current);
5303
- q ? h.current = setTimeout(() => {
5303
+ q ? v.current = setTimeout(() => {
5304
5304
  u(!0);
5305
5305
  }, q) : u(!0);
5306
5306
  }
5307
5307
  function G(W) {
5308
- if (F())
5308
+ if (S())
5309
5309
  return;
5310
5310
  const q = F1(f.floating.current);
5311
- if (clearTimeout(R.current), p.current) {
5312
- clearTimeout(h.current), B.current && q.removeEventListener("pointermove", B.current), B.current = p.current({
5311
+ if (clearTimeout(Q.current), p.current) {
5312
+ clearTimeout(v.current), B.current && q.removeEventListener("pointermove", B.current), B.current = p.current({
5313
5313
  ...e,
5314
5314
  tree: C,
5315
5315
  x: W.clientX,
5316
5316
  y: W.clientY,
5317
5317
  onClose() {
5318
- M(), N(), V();
5318
+ N(), F(), w();
5319
5319
  }
5320
5320
  }), q.addEventListener("pointermove", B.current);
5321
5321
  return;
5322
5322
  }
5323
- V();
5323
+ w();
5324
5324
  }
5325
5325
  function H(W) {
5326
- F() || p.current == null || p.current({
5326
+ S() || p.current == null || p.current({
5327
5327
  ...e,
5328
5328
  tree: C,
5329
5329
  x: W.clientX,
5330
5330
  y: W.clientY,
5331
5331
  leave: !0,
5332
5332
  onClose() {
5333
- M(), N(), V();
5333
+ N(), F(), w();
5334
5334
  }
5335
5335
  })(W);
5336
5336
  }
@@ -5348,9 +5348,9 @@ const m5 = function(e, t) {
5348
5348
  a,
5349
5349
  o,
5350
5350
  l,
5351
- V,
5351
+ w,
5352
+ F,
5352
5353
  N,
5353
- M,
5354
5354
  u,
5355
5355
  s,
5356
5356
  C,
@@ -5359,47 +5359,47 @@ const m5 = function(e, t) {
5359
5359
  p,
5360
5360
  c
5361
5361
  ]), U1(() => {
5362
- if (!!n && s && p.current && p.current.__options.blockPointerEvents && w()) {
5362
+ if (!!n && s && p.current && p.current.__options.blockPointerEvents && M()) {
5363
5363
  F1(f.floating.current).body.style.pointerEvents = "none", P.current = !0;
5364
5364
  const G = f.domReference.current, H = f.floating.current;
5365
5365
  if (W1(G) && H) {
5366
- var F, x;
5367
- const X = C == null || (F = C.nodesRef.current.find((T) => T.id === g)) == null || (x = F.context) == null ? void 0 : x.refs.floating.current;
5366
+ var S, x;
5367
+ const X = C == null || (S = C.nodesRef.current.find((T) => T.id === g)) == null || (x = S.context) == null ? void 0 : x.refs.floating.current;
5368
5368
  return X && (X.style.pointerEvents = ""), G.style.pointerEvents = "auto", H.style.pointerEvents = "auto", () => {
5369
5369
  G.style.pointerEvents = "", H.style.pointerEvents = "";
5370
5370
  };
5371
5371
  }
5372
5372
  }
5373
- }, [n, s, g, f, C, p, c, w]), U1(() => {
5374
- b && !s && (y.current = void 0, N(), M());
5373
+ }, [n, s, g, f, C, p, c, M]), U1(() => {
5374
+ b && !s && (y.current = void 0, F(), N());
5375
5375
  }), m.useEffect(() => () => {
5376
- N(), clearTimeout(h.current), clearTimeout(R.current), P.current && M();
5377
- }, [n, N, M]), m.useMemo(() => {
5376
+ F(), clearTimeout(v.current), clearTimeout(Q.current), P.current && N();
5377
+ }, [n, F, N]), m.useMemo(() => {
5378
5378
  if (!n)
5379
5379
  return {};
5380
- function F(x) {
5380
+ function S(x) {
5381
5381
  y.current = x.pointerType;
5382
5382
  }
5383
5383
  return {
5384
5384
  reference: {
5385
- onPointerDown: F,
5386
- onPointerEnter: F,
5385
+ onPointerDown: S,
5386
+ onPointerEnter: S,
5387
5387
  onMouseMove() {
5388
- s || o === 0 || (clearTimeout(R.current), R.current = setTimeout(() => {
5389
- Q.current || u(!0);
5388
+ s || o === 0 || (clearTimeout(Q.current), Q.current = setTimeout(() => {
5389
+ R.current || u(!0);
5390
5390
  }, o));
5391
5391
  }
5392
5392
  },
5393
5393
  floating: {
5394
5394
  onMouseEnter() {
5395
- clearTimeout(h.current);
5395
+ clearTimeout(v.current);
5396
5396
  },
5397
5397
  onMouseLeave() {
5398
- V(!1);
5398
+ w(!1);
5399
5399
  }
5400
5400
  }
5401
5401
  };
5402
- }, [n, o, s, u, V]);
5402
+ }, [n, o, s, u, w]);
5403
5403
  }, v5 = function(e, t) {
5404
5404
  let {
5405
5405
  open: n
@@ -5476,8 +5476,8 @@ const h5 = {
5476
5476
  return m.useEffect(() => {
5477
5477
  if (!n || !l)
5478
5478
  return;
5479
- function b(Q) {
5480
- if (Q.key === "Escape") {
5479
+ function b(R) {
5480
+ if (R.key === "Escape") {
5481
5481
  if (!C && g && U2(g.nodesRef.current, o).length > 0)
5482
5482
  return;
5483
5483
  a.emit("dismiss", {
@@ -5485,44 +5485,44 @@ const h5 = {
5485
5485
  }), i(!1);
5486
5486
  }
5487
5487
  }
5488
- function y(Q) {
5488
+ function y(R) {
5489
5489
  const P = E.current;
5490
5490
  if (E.current = !1, P)
5491
5491
  return;
5492
- const w = p5(Q);
5493
- if (W1(w) && r.floating.current) {
5494
- var V;
5495
- const M = (V = r.floating.current.ownerDocument.defaultView) != null ? V : window, F = w.scrollWidth > w.clientWidth, x = w.scrollHeight > w.clientHeight;
5496
- let G = x && Q.offsetX > w.clientWidth;
5497
- if (x && M.getComputedStyle(w).direction === "rtl" && (G = Q.offsetX <= w.offsetWidth - w.clientWidth), G || F && Q.offsetY > w.clientHeight)
5492
+ const M = p5(R);
5493
+ if (W1(M) && r.floating.current) {
5494
+ var w;
5495
+ const N = (w = r.floating.current.ownerDocument.defaultView) != null ? w : window, S = M.scrollWidth > M.clientWidth, x = M.scrollHeight > M.clientHeight;
5496
+ let G = x && R.offsetX > M.clientWidth;
5497
+ if (x && N.getComputedStyle(M).direction === "rtl" && (G = R.offsetX <= M.offsetWidth - M.clientWidth), G || S && R.offsetY > M.clientHeight)
5498
5498
  return;
5499
5499
  }
5500
- const N = g && U2(g.nodesRef.current, o).some((M) => {
5501
- var F;
5502
- return q2(Q, (F = M.context) == null ? void 0 : F.refs.floating.current);
5500
+ const F = g && U2(g.nodesRef.current, o).some((N) => {
5501
+ var S;
5502
+ return q2(R, (S = N.context) == null ? void 0 : S.refs.floating.current);
5503
5503
  });
5504
- q2(Q, r.floating.current) || q2(Q, r.domReference.current) || N || !C && g && U2(g.nodesRef.current, o).length > 0 || (a.emit("dismiss", p ? {
5504
+ q2(R, r.floating.current) || q2(R, r.domReference.current) || F || !C && g && U2(g.nodesRef.current, o).length > 0 || (a.emit("dismiss", p ? {
5505
5505
  preventScroll: !0
5506
5506
  } : !1), i(!1));
5507
5507
  }
5508
- function h() {
5508
+ function v() {
5509
5509
  i(!1);
5510
5510
  }
5511
5511
  const B = F1(r.floating.current);
5512
5512
  s && B.addEventListener("keydown", b), u && B.addEventListener(c, y);
5513
- let R = [];
5514
- return I && (W1(r.domReference.current) && (R = G1(r.domReference.current)), W1(r.floating.current) && (R = R.concat(G1(r.floating.current))), !W1(r.reference.current) && r.reference.current && r.reference.current.contextElement && (R = R.concat(
5513
+ let Q = [];
5514
+ return I && (W1(r.domReference.current) && (Q = G1(r.domReference.current)), W1(r.floating.current) && (Q = Q.concat(G1(r.floating.current))), !W1(r.reference.current) && r.reference.current && r.reference.current.contextElement && (Q = Q.concat(
5515
5515
  G1(r.reference.current.contextElement)
5516
- ))), R = R.filter((Q) => {
5516
+ ))), Q = Q.filter((R) => {
5517
5517
  var P;
5518
- return Q !== ((P = B.defaultView) == null ? void 0 : P.visualViewport);
5519
- }), R.forEach((Q) => {
5520
- Q.addEventListener("scroll", h, {
5518
+ return R !== ((P = B.defaultView) == null ? void 0 : P.visualViewport);
5519
+ }), Q.forEach((R) => {
5520
+ R.addEventListener("scroll", v, {
5521
5521
  passive: !0
5522
5522
  });
5523
5523
  }), () => {
5524
- s && B.removeEventListener("keydown", b), u && B.removeEventListener(c, y), R.forEach((Q) => {
5525
- Q.removeEventListener("scroll", h);
5524
+ s && B.removeEventListener("keydown", b), u && B.removeEventListener(c, y), Q.forEach((R) => {
5525
+ R.removeEventListener("scroll", v);
5526
5526
  });
5527
5527
  };
5528
5528
  }, [s, u, c, a, g, o, n, i, I, l, C, r, p]), m.useEffect(() => {
@@ -6504,23 +6504,23 @@ function H1(e, t) {
6504
6504
  }
6505
6505
  var Z5 = ["defaultInputValue", "defaultMenuIsOpen", "defaultValue", "inputValue", "menuIsOpen", "onChange", "onInputChange", "onMenuClose", "onMenuOpen", "value"];
6506
6506
  function Un(e) {
6507
- var t = e.defaultInputValue, n = t === void 0 ? "" : t, i = e.defaultMenuIsOpen, r = i === void 0 ? !1 : i, a = e.defaultValue, o = a === void 0 ? null : a, l = e.inputValue, s = e.menuIsOpen, u = e.onChange, c = e.onInputChange, d = e.onMenuClose, f = e.onMenuOpen, I = e.value, C = H1(e, Z5), g = K(l !== void 0 ? l : n), p = Le(g, 2), E = p[0], b = p[1], y = K(s !== void 0 ? s : r), h = Le(y, 2), B = h[0], R = h[1], Q = K(I !== void 0 ? I : o), P = Le(Q, 2), w = P[0], V = P[1], N = Re(function(T, W) {
6508
- typeof u == "function" && u(T, W), V(T);
6509
- }, [u]), M = Re(function(T, W) {
6507
+ var t = e.defaultInputValue, n = t === void 0 ? "" : t, i = e.defaultMenuIsOpen, r = i === void 0 ? !1 : i, a = e.defaultValue, o = a === void 0 ? null : a, l = e.inputValue, s = e.menuIsOpen, u = e.onChange, c = e.onInputChange, d = e.onMenuClose, f = e.onMenuOpen, I = e.value, C = H1(e, Z5), g = K(l !== void 0 ? l : n), p = Le(g, 2), E = p[0], b = p[1], y = K(s !== void 0 ? s : r), v = Le(y, 2), B = v[0], Q = v[1], R = K(I !== void 0 ? I : o), P = Le(R, 2), M = P[0], w = P[1], F = Re(function(T, W) {
6508
+ typeof u == "function" && u(T, W), w(T);
6509
+ }, [u]), N = Re(function(T, W) {
6510
6510
  var q;
6511
6511
  typeof c == "function" && (q = c(T, W)), b(q !== void 0 ? q : T);
6512
- }, [c]), F = Re(function() {
6513
- typeof f == "function" && f(), R(!0);
6512
+ }, [c]), S = Re(function() {
6513
+ typeof f == "function" && f(), Q(!0);
6514
6514
  }, [f]), x = Re(function() {
6515
- typeof d == "function" && d(), R(!1);
6516
- }, [d]), G = l !== void 0 ? l : E, H = s !== void 0 ? s : B, X = I !== void 0 ? I : w;
6515
+ typeof d == "function" && d(), Q(!1);
6516
+ }, [d]), G = l !== void 0 ? l : E, H = s !== void 0 ? s : B, X = I !== void 0 ? I : M;
6517
6517
  return le(le({}, C), {}, {
6518
6518
  inputValue: G,
6519
6519
  menuIsOpen: H,
6520
- onChange: N,
6521
- onInputChange: M,
6520
+ onChange: F,
6521
+ onInputChange: N,
6522
6522
  onMenuClose: x,
6523
- onMenuOpen: F,
6523
+ onMenuOpen: S,
6524
6524
  value: X
6525
6525
  });
6526
6526
  }
@@ -6818,26 +6818,26 @@ function f4(e) {
6818
6818
  return ga(e2("", null, null, null, [""], e = fa(e), 0, [0], e));
6819
6819
  }
6820
6820
  function e2(e, t, n, i, r, a, o, l, s) {
6821
- for (var u = 0, c = 0, d = o, f = 0, I = 0, C = 0, g = 1, p = 1, E = 1, b = 0, y = "", h = r, B = a, R = i, Q = y; p; )
6821
+ for (var u = 0, c = 0, d = o, f = 0, I = 0, C = 0, g = 1, p = 1, E = 1, b = 0, y = "", v = r, B = a, Q = i, R = y; p; )
6822
6822
  switch (C = b, b = i1()) {
6823
6823
  case 40:
6824
- if (C != 108 && Te(Q, d - 1) == 58) {
6825
- mn(Q += ce($t(b), "&", "&\f"), "&\f") != -1 && (E = -1);
6824
+ if (C != 108 && Te(R, d - 1) == 58) {
6825
+ mn(R += ce($t(b), "&", "&\f"), "&\f") != -1 && (E = -1);
6826
6826
  break;
6827
6827
  }
6828
6828
  case 34:
6829
6829
  case 39:
6830
6830
  case 91:
6831
- Q += $t(b);
6831
+ R += $t(b);
6832
6832
  break;
6833
6833
  case 9:
6834
6834
  case 10:
6835
6835
  case 13:
6836
6836
  case 32:
6837
- Q += c4(C);
6837
+ R += c4(C);
6838
6838
  break;
6839
6839
  case 92:
6840
- Q += A4(_t() - 1, 7);
6840
+ R += A4(_t() - 1, 7);
6841
6841
  continue;
6842
6842
  case 47:
6843
6843
  switch (p1()) {
@@ -6846,11 +6846,11 @@ function e2(e, t, n, i, r, a, o, l, s) {
6846
6846
  Ut(g4(d4(i1(), _t()), t, n), s);
6847
6847
  break;
6848
6848
  default:
6849
- Q += "/";
6849
+ R += "/";
6850
6850
  }
6851
6851
  break;
6852
6852
  case 123 * g:
6853
- l[u++] = I1(Q) * E;
6853
+ l[u++] = I1(R) * E;
6854
6854
  case 125 * g:
6855
6855
  case 59:
6856
6856
  case 0:
@@ -6859,29 +6859,29 @@ function e2(e, t, n, i, r, a, o, l, s) {
6859
6859
  case 125:
6860
6860
  p = 0;
6861
6861
  case 59 + c:
6862
- I > 0 && I1(Q) - d && Ut(I > 32 ? jr(Q + ";", i, n, d - 1) : jr(ce(Q, " ", "") + ";", i, n, d - 2), s);
6862
+ I > 0 && I1(R) - d && Ut(I > 32 ? jr(R + ";", i, n, d - 1) : jr(ce(R, " ", "") + ";", i, n, d - 2), s);
6863
6863
  break;
6864
6864
  case 59:
6865
- Q += ";";
6865
+ R += ";";
6866
6866
  default:
6867
- if (Ut(R = Xr(Q, t, n, u, c, r, l, y, h = [], B = [], d), a), b === 123)
6867
+ if (Ut(Q = Xr(R, t, n, u, c, r, l, y, v = [], B = [], d), a), b === 123)
6868
6868
  if (c === 0)
6869
- e2(Q, t, R, R, h, a, d, l, B);
6869
+ e2(R, t, Q, Q, v, a, d, l, B);
6870
6870
  else
6871
- switch (f === 99 && Te(Q, 3) === 110 ? 100 : f) {
6871
+ switch (f === 99 && Te(R, 3) === 110 ? 100 : f) {
6872
6872
  case 100:
6873
6873
  case 109:
6874
6874
  case 115:
6875
- e2(e, R, R, i && Ut(Xr(e, R, R, 0, 0, r, l, y, r, h = [], d), B), r, B, d, l, i ? h : B);
6875
+ e2(e, Q, Q, i && Ut(Xr(e, Q, Q, 0, 0, r, l, y, r, v = [], d), B), r, B, d, l, i ? v : B);
6876
6876
  break;
6877
6877
  default:
6878
- e2(Q, R, R, R, [""], B, 0, l, B);
6878
+ e2(R, Q, Q, Q, [""], B, 0, l, B);
6879
6879
  }
6880
6880
  }
6881
- u = c = I = 0, g = E = 1, y = Q = "", d = o;
6881
+ u = c = I = 0, g = E = 1, y = R = "", d = o;
6882
6882
  break;
6883
6883
  case 58:
6884
- d = 1 + I1(Q), I = C;
6884
+ d = 1 + I1(R), I = C;
6885
6885
  default:
6886
6886
  if (g < 1) {
6887
6887
  if (b == 123)
@@ -6889,18 +6889,18 @@ function e2(e, t, n, i, r, a, o, l, s) {
6889
6889
  else if (b == 125 && g++ == 0 && u4() == 125)
6890
6890
  continue;
6891
6891
  }
6892
- switch (Q += S2(b), b * g) {
6892
+ switch (R += S2(b), b * g) {
6893
6893
  case 38:
6894
- E = c > 0 ? 1 : (Q += "\f", -1);
6894
+ E = c > 0 ? 1 : (R += "\f", -1);
6895
6895
  break;
6896
6896
  case 44:
6897
- l[u++] = (I1(Q) - 1) * E, E = 1;
6897
+ l[u++] = (I1(R) - 1) * E, E = 1;
6898
6898
  break;
6899
6899
  case 64:
6900
- p1() === 45 && (Q += $t(i1())), f = p1(), c = d = I1(y = Q += C4(_t())), b++;
6900
+ p1() === 45 && (R += $t(i1())), f = p1(), c = d = I1(y = R += C4(_t())), b++;
6901
6901
  break;
6902
6902
  case 45:
6903
- C === 45 && I1(Q) == 2 && (g = 0);
6903
+ C === 45 && I1(R) == 2 && (g = 0);
6904
6904
  }
6905
6905
  }
6906
6906
  return a;
@@ -7257,8 +7257,8 @@ function F4() {
7257
7257
  var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, i = e ? Symbol.for("react.fragment") : 60107, r = e ? Symbol.for("react.strict_mode") : 60108, a = e ? Symbol.for("react.profiler") : 60114, o = e ? Symbol.for("react.provider") : 60109, l = e ? Symbol.for("react.context") : 60110, s = e ? Symbol.for("react.async_mode") : 60111, u = e ? Symbol.for("react.concurrent_mode") : 60111, c = e ? Symbol.for("react.forward_ref") : 60112, d = e ? Symbol.for("react.suspense") : 60113, f = e ? Symbol.for("react.suspense_list") : 60120, I = e ? Symbol.for("react.memo") : 60115, C = e ? Symbol.for("react.lazy") : 60116, g = e ? Symbol.for("react.block") : 60121, p = e ? Symbol.for("react.fundamental") : 60117, E = e ? Symbol.for("react.responder") : 60118, b = e ? Symbol.for("react.scope") : 60119;
7258
7258
  function y(B) {
7259
7259
  if (typeof B == "object" && B !== null) {
7260
- var R = B.$$typeof;
7261
- switch (R) {
7260
+ var Q = B.$$typeof;
7261
+ switch (Q) {
7262
7262
  case t:
7263
7263
  switch (B = B.type, B) {
7264
7264
  case s:
@@ -7277,20 +7277,20 @@ function F4() {
7277
7277
  case o:
7278
7278
  return B;
7279
7279
  default:
7280
- return R;
7280
+ return Q;
7281
7281
  }
7282
7282
  }
7283
7283
  case n:
7284
- return R;
7284
+ return Q;
7285
7285
  }
7286
7286
  }
7287
7287
  }
7288
- function h(B) {
7288
+ function v(B) {
7289
7289
  return y(B) === u;
7290
7290
  }
7291
7291
  return se.AsyncMode = s, se.ConcurrentMode = u, se.ContextConsumer = l, se.ContextProvider = o, se.Element = t, se.ForwardRef = c, se.Fragment = i, se.Lazy = C, se.Memo = I, se.Portal = n, se.Profiler = a, se.StrictMode = r, se.Suspense = d, se.isAsyncMode = function(B) {
7292
- return h(B) || y(B) === s;
7293
- }, se.isConcurrentMode = h, se.isContextConsumer = function(B) {
7292
+ return v(B) || y(B) === s;
7293
+ }, se.isConcurrentMode = v, se.isContextConsumer = function(B) {
7294
7294
  return y(B) === l;
7295
7295
  }, se.isContextProvider = function(B) {
7296
7296
  return y(B) === o;
@@ -7332,7 +7332,7 @@ function N4() {
7332
7332
  function y(k) {
7333
7333
  return typeof k == "string" || typeof k == "function" || k === i || k === u || k === a || k === r || k === d || k === f || typeof k == "object" && k !== null && (k.$$typeof === C || k.$$typeof === I || k.$$typeof === o || k.$$typeof === l || k.$$typeof === c || k.$$typeof === p || k.$$typeof === E || k.$$typeof === b || k.$$typeof === g);
7334
7334
  }
7335
- function h(k) {
7335
+ function v(k) {
7336
7336
  if (typeof k == "object" && k !== null) {
7337
7337
  var e1 = k.$$typeof;
7338
7338
  switch (e1) {
@@ -7364,47 +7364,47 @@ function N4() {
7364
7364
  }
7365
7365
  }
7366
7366
  }
7367
- var B = s, R = u, Q = l, P = o, w = t, V = c, N = i, M = C, F = I, x = n, G = a, H = r, X = d, T = !1;
7367
+ var B = s, Q = u, R = l, P = o, M = t, w = c, F = i, N = C, S = I, x = n, G = a, H = r, X = d, T = !1;
7368
7368
  function W(k) {
7369
- return T || (T = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), q(k) || h(k) === s;
7369
+ return T || (T = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), q(k) || v(k) === s;
7370
7370
  }
7371
7371
  function q(k) {
7372
- return h(k) === u;
7372
+ return v(k) === u;
7373
7373
  }
7374
7374
  function xe(k) {
7375
- return h(k) === l;
7375
+ return v(k) === l;
7376
7376
  }
7377
7377
  function Ce(k) {
7378
- return h(k) === o;
7378
+ return v(k) === o;
7379
7379
  }
7380
7380
  function Ee(k) {
7381
7381
  return typeof k == "object" && k !== null && k.$$typeof === t;
7382
7382
  }
7383
7383
  function ie(k) {
7384
- return h(k) === c;
7384
+ return v(k) === c;
7385
7385
  }
7386
7386
  function ve(k) {
7387
- return h(k) === i;
7387
+ return v(k) === i;
7388
7388
  }
7389
7389
  function he(k) {
7390
- return h(k) === C;
7390
+ return v(k) === C;
7391
7391
  }
7392
7392
  function Qe(k) {
7393
- return h(k) === I;
7393
+ return v(k) === I;
7394
7394
  }
7395
7395
  function Oe(k) {
7396
- return h(k) === n;
7396
+ return v(k) === n;
7397
7397
  }
7398
7398
  function Ue(k) {
7399
- return h(k) === a;
7399
+ return v(k) === a;
7400
7400
  }
7401
7401
  function be(k) {
7402
- return h(k) === r;
7402
+ return v(k) === r;
7403
7403
  }
7404
7404
  function $e(k) {
7405
- return h(k) === d;
7405
+ return v(k) === d;
7406
7406
  }
7407
- ue.AsyncMode = B, ue.ConcurrentMode = R, ue.ContextConsumer = Q, ue.ContextProvider = P, ue.Element = w, ue.ForwardRef = V, ue.Fragment = N, ue.Lazy = M, ue.Memo = F, ue.Portal = x, ue.Profiler = G, ue.StrictMode = H, ue.Suspense = X, ue.isAsyncMode = W, ue.isConcurrentMode = q, ue.isContextConsumer = xe, ue.isContextProvider = Ce, ue.isElement = Ee, ue.isForwardRef = ie, ue.isFragment = ve, ue.isLazy = he, ue.isMemo = Qe, ue.isPortal = Oe, ue.isProfiler = Ue, ue.isStrictMode = be, ue.isSuspense = $e, ue.isValidElementType = y, ue.typeOf = h;
7407
+ ue.AsyncMode = B, ue.ConcurrentMode = Q, ue.ContextConsumer = R, ue.ContextProvider = P, ue.Element = M, ue.ForwardRef = w, ue.Fragment = F, ue.Lazy = N, ue.Memo = S, ue.Portal = x, ue.Profiler = G, ue.StrictMode = H, ue.Suspense = X, ue.isAsyncMode = W, ue.isConcurrentMode = q, ue.isContextConsumer = xe, ue.isContextProvider = Ce, ue.isElement = Ee, ue.isForwardRef = ie, ue.isFragment = ve, ue.isLazy = he, ue.isMemo = Qe, ue.isPortal = Oe, ue.isProfiler = Ue, ue.isStrictMode = be, ue.isSuspense = $e, ue.isValidElementType = y, ue.typeOf = v;
7408
7408
  }()), ue;
7409
7409
  }
7410
7410
  (function(e) {
@@ -8117,7 +8117,7 @@ function B8(e) {
8117
8117
  };
8118
8118
  if (!n || !n.offsetParent)
8119
8119
  return c;
8120
- var d = u.getBoundingClientRect(), f = d.height, I = n.getBoundingClientRect(), C = I.bottom, g = I.height, p = I.top, E = n.offsetParent.getBoundingClientRect(), b = E.top, y = o ? window.innerHeight : C8(u), h = Sa(u), B = parseInt(getComputedStyle(n).marginBottom, 10), R = parseInt(getComputedStyle(n).marginTop, 10), Q = b - R, P = y - p, w = Q + h, V = f - h - p, N = C - y + h + B, M = h + p - R, F = 160;
8120
+ var d = u.getBoundingClientRect(), f = d.height, I = n.getBoundingClientRect(), C = I.bottom, g = I.height, p = I.top, E = n.offsetParent.getBoundingClientRect(), b = E.top, y = o ? window.innerHeight : C8(u), v = Sa(u), B = parseInt(getComputedStyle(n).marginBottom, 10), Q = parseInt(getComputedStyle(n).marginTop, 10), R = b - Q, P = y - p, M = R + v, w = f - v - p, F = C - y + v + B, N = v + p - Q, S = 160;
8121
8121
  switch (r) {
8122
8122
  case "auto":
8123
8123
  case "bottom":
@@ -8126,46 +8126,46 @@ function B8(e) {
8126
8126
  placement: "bottom",
8127
8127
  maxHeight: t
8128
8128
  };
8129
- if (V >= g && !o)
8130
- return a && Kt(u, N, F), {
8129
+ if (w >= g && !o)
8130
+ return a && Kt(u, F, S), {
8131
8131
  placement: "bottom",
8132
8132
  maxHeight: t
8133
8133
  };
8134
- if (!o && V >= i || o && P >= i) {
8135
- a && Kt(u, N, F);
8136
- var x = o ? P - B : V - B;
8134
+ if (!o && w >= i || o && P >= i) {
8135
+ a && Kt(u, F, S);
8136
+ var x = o ? P - B : w - B;
8137
8137
  return {
8138
8138
  placement: "bottom",
8139
8139
  maxHeight: x
8140
8140
  };
8141
8141
  }
8142
8142
  if (r === "auto" || o) {
8143
- var G = t, H = o ? Q : w;
8143
+ var G = t, H = o ? R : M;
8144
8144
  return H >= i && (G = Math.min(H - B - s.controlHeight, t)), {
8145
8145
  placement: "top",
8146
8146
  maxHeight: G
8147
8147
  };
8148
8148
  }
8149
8149
  if (r === "bottom")
8150
- return a && f2(u, N), {
8150
+ return a && f2(u, F), {
8151
8151
  placement: "bottom",
8152
8152
  maxHeight: t
8153
8153
  };
8154
8154
  break;
8155
8155
  case "top":
8156
- if (Q >= g)
8156
+ if (R >= g)
8157
8157
  return {
8158
8158
  placement: "top",
8159
8159
  maxHeight: t
8160
8160
  };
8161
- if (w >= g && !o)
8162
- return a && Kt(u, M, F), {
8161
+ if (M >= g && !o)
8162
+ return a && Kt(u, N, S), {
8163
8163
  placement: "top",
8164
8164
  maxHeight: t
8165
8165
  };
8166
- if (!o && w >= i || o && Q >= i) {
8166
+ if (!o && M >= i || o && R >= i) {
8167
8167
  var X = t;
8168
- return (!o && w >= i || o && Q >= i) && (X = o ? Q - R : w - R), a && Kt(u, M, F), {
8168
+ return (!o && M >= i || o && R >= i) && (X = o ? R - Q : M - Q), a && Kt(u, N, S), {
8169
8169
  placement: "top",
8170
8170
  maxHeight: X
8171
8171
  };
@@ -8196,18 +8196,18 @@ var Ma = function(t) {
8196
8196
  }, Fa = /* @__PURE__ */ Me(null), R8 = function(t) {
8197
8197
  var n = t.children, i = t.minMenuHeight, r = t.maxMenuHeight, a = t.menuPlacement, o = t.menuPosition, l = t.menuShouldScrollIntoView, s = t.theme, u = Be(Fa) || {}, c = u.setPortalPlacement, d = Z(null), f = K(r), I = Le(f, 2), C = I[0], g = I[1], p = K(null), E = Le(p, 2), b = E[0], y = E[1];
8198
8198
  return Bn(function() {
8199
- var h = d.current;
8200
- if (!!h) {
8201
- var B = o === "fixed", R = l && !B, Q = B8({
8199
+ var v = d.current;
8200
+ if (!!v) {
8201
+ var B = o === "fixed", Q = l && !B, R = B8({
8202
8202
  maxHeight: r,
8203
- menuEl: h,
8203
+ menuEl: v,
8204
8204
  minHeight: i,
8205
8205
  placement: a,
8206
- shouldScroll: R,
8206
+ shouldScroll: Q,
8207
8207
  isFixedPosition: B,
8208
8208
  theme: s
8209
8209
  });
8210
- g(Q.maxHeight), y(Q.placement), c == null || c(Q.placement);
8210
+ g(R.maxHeight), y(R.placement), c == null || c(R.placement);
8211
8211
  }
8212
8212
  }, [r, a, o, l, i, c, s]), n({
8213
8213
  ref: d,
@@ -8292,37 +8292,37 @@ var M8 = function(t) {
8292
8292
  return {
8293
8293
  setPortalPlacement: p
8294
8294
  };
8295
- }, []), b = K(null), y = Le(b, 2), h = y[0], B = y[1], R = Re(function() {
8295
+ }, []), b = K(null), y = Le(b, 2), v = y[0], B = y[1], Q = Re(function() {
8296
8296
  if (!!a) {
8297
- var V = I8(a), N = u === "fixed" ? 0 : window.pageYOffset, M = V[g] + N;
8298
- (M !== (h == null ? void 0 : h.offset) || V.left !== (h == null ? void 0 : h.rect.left) || V.width !== (h == null ? void 0 : h.rect.width)) && B({
8299
- offset: M,
8300
- rect: V
8297
+ var w = I8(a), F = u === "fixed" ? 0 : window.pageYOffset, N = w[g] + F;
8298
+ (N !== (v == null ? void 0 : v.offset) || w.left !== (v == null ? void 0 : v.rect.left) || w.width !== (v == null ? void 0 : v.rect.width)) && B({
8299
+ offset: N,
8300
+ rect: w
8301
8301
  });
8302
8302
  }
8303
- }, [a, u, g, h == null ? void 0 : h.offset, h == null ? void 0 : h.rect.left, h == null ? void 0 : h.rect.width]);
8303
+ }, [a, u, g, v == null ? void 0 : v.offset, v == null ? void 0 : v.rect.left, v == null ? void 0 : v.rect.width]);
8304
8304
  Bn(function() {
8305
- R();
8306
- }, [R]);
8307
- var Q = Re(function() {
8308
- typeof f.current == "function" && (f.current(), f.current = null), a && d.current && (f.current = aa(a, d.current, R, {
8305
+ Q();
8306
+ }, [Q]);
8307
+ var R = Re(function() {
8308
+ typeof f.current == "function" && (f.current(), f.current = null), a && d.current && (f.current = aa(a, d.current, Q, {
8309
8309
  elementResize: "ResizeObserver" in window
8310
8310
  }));
8311
- }, [a, R]);
8311
+ }, [a, Q]);
8312
8312
  Bn(function() {
8313
- Q();
8314
- }, [Q]);
8315
- var P = Re(function(V) {
8316
- d.current = V, Q();
8317
- }, [Q]);
8318
- if (!n && u !== "fixed" || !h)
8313
+ R();
8314
+ }, [R]);
8315
+ var P = Re(function(w) {
8316
+ d.current = w, R();
8317
+ }, [R]);
8318
+ if (!n && u !== "fixed" || !v)
8319
8319
  return null;
8320
- var w = j("div", ge({
8320
+ var M = j("div", ge({
8321
8321
  ref: P,
8322
8322
  css: c("menuPortal", {
8323
- offset: h.offset,
8323
+ offset: v.offset,
8324
8324
  position: u,
8325
- rect: h.rect
8325
+ rect: v.rect
8326
8326
  }),
8327
8327
  className: o({
8328
8328
  "menu-portal": !0
@@ -8330,7 +8330,7 @@ var M8 = function(t) {
8330
8330
  }, l), i);
8331
8331
  return j(Fa.Provider, {
8332
8332
  value: E
8333
- }, n ? /* @__PURE__ */ t2(w, n) : w);
8333
+ }, n ? /* @__PURE__ */ t2(M, n) : M);
8334
8334
  }, N8 = function(t) {
8335
8335
  var n = t.isDisabled, i = t.isRtl;
8336
8336
  return {
@@ -8924,11 +8924,11 @@ var xl = process.env.NODE_ENV === "production" ? {
8924
8924
  return "".concat(i).concat(n ? " for search term " + n : "", ".");
8925
8925
  }
8926
8926
  }, Vl = function(t) {
8927
- var n = t.ariaSelection, i = t.focusedOption, r = t.focusedValue, a = t.focusableOptions, o = t.isFocused, l = t.selectValue, s = t.selectProps, u = t.id, c = s.ariaLiveMessages, d = s.getOptionLabel, f = s.inputValue, I = s.isMulti, C = s.isOptionDisabled, g = s.isSearchable, p = s.menuIsOpen, E = s.options, b = s.screenReaderStatus, y = s.tabSelectsValue, h = s["aria-label"], B = s["aria-live"], R = z(function() {
8927
+ var n = t.ariaSelection, i = t.focusedOption, r = t.focusedValue, a = t.focusableOptions, o = t.isFocused, l = t.selectValue, s = t.selectProps, u = t.id, c = s.ariaLiveMessages, d = s.getOptionLabel, f = s.inputValue, I = s.isMulti, C = s.isOptionDisabled, g = s.isSearchable, p = s.menuIsOpen, E = s.options, b = s.screenReaderStatus, y = s.tabSelectsValue, v = s["aria-label"], B = s["aria-live"], Q = z(function() {
8928
8928
  return le(le({}, wl), c || {});
8929
- }, [c]), Q = z(function() {
8929
+ }, [c]), R = z(function() {
8930
8930
  var x = "";
8931
- if (n && R.onChange) {
8931
+ if (n && Q.onChange) {
8932
8932
  var G = n.option, H = n.options, X = n.removedValue, T = n.removedValues, W = n.value, q = function(Qe) {
8933
8933
  return Array.isArray(Qe) ? null : Qe;
8934
8934
  }, xe = X || G || q(W), Ce = xe ? d(xe) : "", Ee = H || T || void 0, ie = Ee ? Ee.map(d) : [], ve = le({
@@ -8936,12 +8936,12 @@ var xl = process.env.NODE_ENV === "production" ? {
8936
8936
  label: Ce,
8937
8937
  labels: ie
8938
8938
  }, n);
8939
- x = R.onChange(ve);
8939
+ x = Q.onChange(ve);
8940
8940
  }
8941
8941
  return x;
8942
- }, [n, R, C, l, d]), P = z(function() {
8942
+ }, [n, Q, C, l, d]), P = z(function() {
8943
8943
  var x = "", G = i || r, H = !!(i && l && l.includes(i));
8944
- if (G && R.onFocus) {
8944
+ if (G && Q.onFocus) {
8945
8945
  var X = {
8946
8946
  focused: G,
8947
8947
  label: d(G),
@@ -8951,27 +8951,27 @@ var xl = process.env.NODE_ENV === "production" ? {
8951
8951
  context: G === i ? "menu" : "value",
8952
8952
  selectValue: l
8953
8953
  };
8954
- x = R.onFocus(X);
8954
+ x = Q.onFocus(X);
8955
8955
  }
8956
8956
  return x;
8957
- }, [i, r, d, C, R, a, l]), w = z(function() {
8957
+ }, [i, r, d, C, Q, a, l]), M = z(function() {
8958
8958
  var x = "";
8959
- if (p && E.length && R.onFilter) {
8959
+ if (p && E.length && Q.onFilter) {
8960
8960
  var G = b({
8961
8961
  count: a.length
8962
8962
  });
8963
- x = R.onFilter({
8963
+ x = Q.onFilter({
8964
8964
  inputValue: f,
8965
8965
  resultsMessage: G
8966
8966
  });
8967
8967
  }
8968
8968
  return x;
8969
- }, [a, f, p, R, E, b]), V = z(function() {
8969
+ }, [a, f, p, Q, E, b]), w = z(function() {
8970
8970
  var x = "";
8971
- if (R.guidance) {
8971
+ if (Q.guidance) {
8972
8972
  var G = r ? "value" : p ? "menu" : "input";
8973
- x = R.guidance({
8974
- "aria-label": h,
8973
+ x = Q.guidance({
8974
+ "aria-label": v,
8975
8975
  context: G,
8976
8976
  isDisabled: i && C(i, l),
8977
8977
  isMulti: I,
@@ -8980,18 +8980,18 @@ var xl = process.env.NODE_ENV === "production" ? {
8980
8980
  });
8981
8981
  }
8982
8982
  return x;
8983
- }, [h, i, r, I, C, g, p, R, l, y]), N = "".concat(P, " ").concat(w, " ").concat(V), M = j(Se, null, j("span", {
8983
+ }, [v, i, r, I, C, g, p, Q, l, y]), F = "".concat(P, " ").concat(M, " ").concat(w), N = j(Se, null, j("span", {
8984
8984
  id: "aria-selection"
8985
- }, Q), j("span", {
8985
+ }, R), j("span", {
8986
8986
  id: "aria-context"
8987
- }, N)), F = (n == null ? void 0 : n.action) === "initial-input-focus";
8987
+ }, F)), S = (n == null ? void 0 : n.action) === "initial-input-focus";
8988
8988
  return j(Se, null, j(ui, {
8989
8989
  id: u
8990
- }, F && M), j(ui, {
8990
+ }, S && N), j(ui, {
8991
8991
  "aria-live": B,
8992
8992
  "aria-atomic": "false",
8993
8993
  "aria-relevant": "additions text"
8994
- }, o && !F && M));
8994
+ }, o && !S && N));
8995
8995
  }, yn = [{
8996
8996
  base: "A",
8997
8997
  letters: "A\u24B6\uFF21\xC0\xC1\xC2\u1EA6\u1EA4\u1EAA\u1EA8\xC3\u0100\u0102\u1EB0\u1EAE\u1EB4\u1EB2\u0226\u01E0\xC4\u01DE\u1EA2\xC5\u01FA\u01CD\u0200\u0202\u1EA0\u1EAC\u1EB6\u1E00\u0104\u023A\u2C6F"
@@ -9301,8 +9301,8 @@ var Dl = function(t) {
9301
9301
  function Ll(e) {
9302
9302
  var t = e.isEnabled, n = e.onBottomArrive, i = e.onBottomLeave, r = e.onTopArrive, a = e.onTopLeave, o = Z(!1), l = Z(!1), s = Z(0), u = Z(null), c = Re(function(p, E) {
9303
9303
  if (u.current !== null) {
9304
- var b = u.current, y = b.scrollTop, h = b.scrollHeight, B = b.clientHeight, R = u.current, Q = E > 0, P = h - B - y, w = !1;
9305
- P > E && o.current && (i && i(p), o.current = !1), Q && l.current && (a && a(p), l.current = !1), Q && E > P ? (n && !o.current && n(p), R.scrollTop = h, w = !0, o.current = !0) : !Q && -E > y && (r && !l.current && r(p), R.scrollTop = 0, w = !0, l.current = !0), w && Dl(p);
9304
+ var b = u.current, y = b.scrollTop, v = b.scrollHeight, B = b.clientHeight, Q = u.current, R = E > 0, P = v - B - y, M = !1;
9305
+ P > E && o.current && (i && i(p), o.current = !1), R && l.current && (a && a(p), l.current = !1), R && E > P ? (n && !o.current && n(p), Q.scrollTop = v, M = !0, o.current = !0) : !R && -E > y && (r && !l.current && r(p), Q.scrollTop = 0, M = !0, l.current = !0), M && Dl(p);
9306
9306
  }
9307
9307
  }, [n, i, r, a]), d = Re(function(p) {
9308
9308
  c(p, p.deltaY);
@@ -9825,7 +9825,7 @@ var eo = function(t) {
9825
9825
  }, r.onValueInputFocus = function(l) {
9826
9826
  l.preventDefault(), l.stopPropagation(), r.focus();
9827
9827
  }, r.onKeyDown = function(l) {
9828
- var s = r.props, u = s.isMulti, c = s.backspaceRemovesValue, d = s.escapeClearsValue, f = s.inputValue, I = s.isClearable, C = s.isDisabled, g = s.menuIsOpen, p = s.onKeyDown, E = s.tabSelectsValue, b = s.openMenuOnFocus, y = r.state, h = y.focusedOption, B = y.focusedValue, R = y.selectValue;
9828
+ var s = r.props, u = s.isMulti, c = s.backspaceRemovesValue, d = s.escapeClearsValue, f = s.inputValue, I = s.isClearable, C = s.isDisabled, g = s.menuIsOpen, p = s.onKeyDown, E = s.tabSelectsValue, b = s.openMenuOnFocus, y = r.state, v = y.focusedOption, B = y.focusedValue, Q = y.selectValue;
9829
9829
  if (!C && !(typeof p == "function" && (p(l), l.defaultPrevented))) {
9830
9830
  switch (r.blockOptionHover = !0, l.key) {
9831
9831
  case "ArrowLeft":
@@ -9851,17 +9851,17 @@ var eo = function(t) {
9851
9851
  }
9852
9852
  break;
9853
9853
  case "Tab":
9854
- if (r.isComposing || l.shiftKey || !g || !E || !h || b && r.isOptionSelected(h, R))
9854
+ if (r.isComposing || l.shiftKey || !g || !E || !v || b && r.isOptionSelected(v, Q))
9855
9855
  return;
9856
- r.selectOption(h);
9856
+ r.selectOption(v);
9857
9857
  break;
9858
9858
  case "Enter":
9859
9859
  if (l.keyCode === 229)
9860
9860
  break;
9861
9861
  if (g) {
9862
- if (!h || r.isComposing)
9862
+ if (!v || r.isComposing)
9863
9863
  return;
9864
- r.selectOption(h);
9864
+ r.selectOption(v);
9865
9865
  break;
9866
9866
  }
9867
9867
  return;
@@ -9880,9 +9880,9 @@ var eo = function(t) {
9880
9880
  r.openMenu("first");
9881
9881
  break;
9882
9882
  }
9883
- if (!h)
9883
+ if (!v)
9884
9884
  return;
9885
- r.selectOption(h);
9885
+ r.selectOption(v);
9886
9886
  break;
9887
9887
  case "ArrowUp":
9888
9888
  g ? r.focusOption("up") : r.openMenu("last");
@@ -10121,7 +10121,7 @@ var eo = function(t) {
10121
10121
  }, {
10122
10122
  key: "renderInput",
10123
10123
  value: function() {
10124
- var r = this.props, a = r.isDisabled, o = r.isSearchable, l = r.inputId, s = r.inputValue, u = r.tabIndex, c = r.form, d = r.menuIsOpen, f = r.required, I = this.getComponents(), C = I.Input, g = this.state, p = g.inputIsHidden, E = g.ariaSelection, b = this.commonProps, y = l || this.getElementId("input"), h = le(le(le({
10124
+ var r = this.props, a = r.isDisabled, o = r.isSearchable, l = r.inputId, s = r.inputValue, u = r.tabIndex, c = r.form, d = r.menuIsOpen, f = r.required, I = this.getComponents(), C = I.Input, g = this.state, p = g.inputIsHidden, E = g.ariaSelection, b = this.commonProps, y = l || this.getElementId("input"), v = le(le(le({
10125
10125
  "aria-autocomplete": "list",
10126
10126
  "aria-expanded": d,
10127
10127
  "aria-haspopup": !0,
@@ -10158,7 +10158,7 @@ var eo = function(t) {
10158
10158
  form: c,
10159
10159
  type: "text",
10160
10160
  value: s,
10161
- ...h
10161
+ ...v
10162
10162
  }) : /* @__PURE__ */ A(Gl, {
10163
10163
  id: y,
10164
10164
  innerRef: this.getInputRef,
@@ -10170,26 +10170,26 @@ var eo = function(t) {
10170
10170
  inputMode: "none",
10171
10171
  form: c,
10172
10172
  value: "",
10173
- ...h
10173
+ ...v
10174
10174
  });
10175
10175
  }
10176
10176
  }, {
10177
10177
  key: "renderPlaceholderOrValue",
10178
10178
  value: function() {
10179
- var r = this, a = this.getComponents(), o = a.MultiValue, l = a.MultiValueContainer, s = a.MultiValueLabel, u = a.MultiValueRemove, c = a.SingleValue, d = a.Placeholder, f = this.commonProps, I = this.props, C = I.controlShouldRenderValue, g = I.isDisabled, p = I.isMulti, E = I.inputValue, b = I.placeholder, y = this.state, h = y.selectValue, B = y.focusedValue, R = y.isFocused;
10179
+ var r = this, a = this.getComponents(), o = a.MultiValue, l = a.MultiValueContainer, s = a.MultiValueLabel, u = a.MultiValueRemove, c = a.SingleValue, d = a.Placeholder, f = this.commonProps, I = this.props, C = I.controlShouldRenderValue, g = I.isDisabled, p = I.isMulti, E = I.inputValue, b = I.placeholder, y = this.state, v = y.selectValue, B = y.focusedValue, Q = y.isFocused;
10180
10180
  if (!this.hasValue() || !C)
10181
10181
  return E ? null : /* @__PURE__ */ s1(d, {
10182
10182
  ...f,
10183
10183
  key: "placeholder",
10184
10184
  isDisabled: g,
10185
- isFocused: R,
10185
+ isFocused: Q,
10186
10186
  innerProps: {
10187
10187
  id: this.getElementId("placeholder")
10188
10188
  }
10189
10189
  }, b);
10190
10190
  if (p)
10191
- return h.map(function(P, w) {
10192
- var V = P === B, N = "".concat(r.getOptionLabel(P), "-").concat(r.getOptionValue(P));
10191
+ return v.map(function(P, M) {
10192
+ var w = P === B, F = "".concat(r.getOptionLabel(P), "-").concat(r.getOptionValue(P));
10193
10193
  return /* @__PURE__ */ s1(o, {
10194
10194
  ...f,
10195
10195
  components: {
@@ -10197,10 +10197,10 @@ var eo = function(t) {
10197
10197
  Label: s,
10198
10198
  Remove: u
10199
10199
  },
10200
- isFocused: V,
10200
+ isFocused: w,
10201
10201
  isDisabled: g,
10202
- key: N,
10203
- index: w,
10202
+ key: F,
10203
+ index: M,
10204
10204
  removeProps: {
10205
10205
  onClick: function() {
10206
10206
  return r.removeValue(P);
@@ -10208,8 +10208,8 @@ var eo = function(t) {
10208
10208
  onTouchEnd: function() {
10209
10209
  return r.removeValue(P);
10210
10210
  },
10211
- onMouseDown: function(F) {
10212
- F.preventDefault();
10211
+ onMouseDown: function(S) {
10212
+ S.preventDefault();
10213
10213
  }
10214
10214
  },
10215
10215
  data: P
@@ -10217,12 +10217,12 @@ var eo = function(t) {
10217
10217
  });
10218
10218
  if (E)
10219
10219
  return null;
10220
- var Q = h[0];
10220
+ var R = v[0];
10221
10221
  return /* @__PURE__ */ A(c, {
10222
10222
  ...f,
10223
- data: Q,
10223
+ data: R,
10224
10224
  isDisabled: g,
10225
- children: this.formatOptionLabel(Q, "value")
10225
+ children: this.formatOptionLabel(R, "value")
10226
10226
  });
10227
10227
  }
10228
10228
  }, {
@@ -10292,8 +10292,8 @@ var eo = function(t) {
10292
10292
  }, {
10293
10293
  key: "renderMenu",
10294
10294
  value: function() {
10295
- var r = this, a = this.getComponents(), o = a.Group, l = a.GroupHeading, s = a.Menu, u = a.MenuList, c = a.MenuPortal, d = a.LoadingMessage, f = a.NoOptionsMessage, I = a.Option, C = this.commonProps, g = this.state.focusedOption, p = this.props, E = p.captureMenuScroll, b = p.inputValue, y = p.isLoading, h = p.loadingMessage, B = p.minMenuHeight, R = p.maxMenuHeight, Q = p.menuIsOpen, P = p.menuPlacement, w = p.menuPosition, V = p.menuPortalTarget, N = p.menuShouldBlockScroll, M = p.menuShouldScrollIntoView, F = p.noOptionsMessage, x = p.onMenuScrollToTop, G = p.onMenuScrollToBottom;
10296
- if (!Q)
10295
+ var r = this, a = this.getComponents(), o = a.Group, l = a.GroupHeading, s = a.Menu, u = a.MenuList, c = a.MenuPortal, d = a.LoadingMessage, f = a.NoOptionsMessage, I = a.Option, C = this.commonProps, g = this.state.focusedOption, p = this.props, E = p.captureMenuScroll, b = p.inputValue, y = p.isLoading, v = p.loadingMessage, B = p.minMenuHeight, Q = p.maxMenuHeight, R = p.menuIsOpen, P = p.menuPlacement, M = p.menuPosition, w = p.menuPortalTarget, F = p.menuShouldBlockScroll, N = p.menuShouldScrollIntoView, S = p.noOptionsMessage, x = p.onMenuScrollToTop, G = p.onMenuScrollToBottom;
10296
+ if (!R)
10297
10297
  return null;
10298
10298
  var H = function(Ee, ie) {
10299
10299
  var ve = Ee.type, he = Ee.data, Qe = Ee.isDisabled, Oe = Ee.isSelected, Ue = Ee.label, be = Ee.value, $e = g === he, k = Qe ? void 0 : function() {
@@ -10343,7 +10343,7 @@ var eo = function(t) {
10343
10343
  return H(Ce, "".concat(Ce.index));
10344
10344
  });
10345
10345
  else if (y) {
10346
- var T = h({
10346
+ var T = v({
10347
10347
  inputValue: b
10348
10348
  });
10349
10349
  if (T === null)
@@ -10353,7 +10353,7 @@ var eo = function(t) {
10353
10353
  children: T
10354
10354
  });
10355
10355
  } else {
10356
- var W = F({
10356
+ var W = S({
10357
10357
  inputValue: b
10358
10358
  });
10359
10359
  if (W === null)
@@ -10365,10 +10365,10 @@ var eo = function(t) {
10365
10365
  }
10366
10366
  var q = {
10367
10367
  minMenuHeight: B,
10368
- maxMenuHeight: R,
10368
+ maxMenuHeight: Q,
10369
10369
  menuPlacement: P,
10370
- menuPosition: w,
10371
- menuShouldScrollIntoView: M
10370
+ menuPosition: M,
10371
+ menuShouldScrollIntoView: N
10372
10372
  }, xe = /* @__PURE__ */ A(R8, {
10373
10373
  ...C,
10374
10374
  ...q,
@@ -10389,7 +10389,7 @@ var eo = function(t) {
10389
10389
  captureEnabled: E,
10390
10390
  onTopArrive: x,
10391
10391
  onBottomArrive: G,
10392
- lockEnabled: N,
10392
+ lockEnabled: F,
10393
10393
  children: function(Qe) {
10394
10394
  return /* @__PURE__ */ A(u, {
10395
10395
  ...C,
@@ -10406,12 +10406,12 @@ var eo = function(t) {
10406
10406
  });
10407
10407
  }
10408
10408
  });
10409
- return V || w === "fixed" ? /* @__PURE__ */ A(c, {
10409
+ return w || M === "fixed" ? /* @__PURE__ */ A(c, {
10410
10410
  ...C,
10411
- appendTo: V,
10411
+ appendTo: w,
10412
10412
  controlElement: this.controlRef,
10413
10413
  menuPlacement: P,
10414
- menuPosition: w,
10414
+ menuPosition: M,
10415
10415
  children: xe
10416
10416
  }) : xe;
10417
10417
  }
@@ -10516,25 +10516,25 @@ var eo = function(t) {
10516
10516
  value: function(r, a) {
10517
10517
  var o = a.prevProps, l = a.clearFocusValueOnUpdate, s = a.inputIsHiddenAfterUpdate, u = a.ariaSelection, c = a.isFocused, d = a.prevWasFocused, f = r.options, I = r.value, C = r.menuIsOpen, g = r.inputValue, p = r.isMulti, E = C2(I), b = {};
10518
10518
  if (o && (I !== o.value || f !== o.options || C !== o.menuIsOpen || g !== o.inputValue)) {
10519
- var y = C ? t7(r, E) : [], h = l ? n7(a, E) : null, B = r7(a, y);
10519
+ var y = C ? t7(r, E) : [], v = l ? n7(a, E) : null, B = r7(a, y);
10520
10520
  b = {
10521
10521
  selectValue: E,
10522
10522
  focusedOption: B,
10523
- focusedValue: h,
10523
+ focusedValue: v,
10524
10524
  clearFocusValueOnUpdate: !1
10525
10525
  };
10526
10526
  }
10527
- var R = s != null && r !== o ? {
10527
+ var Q = s != null && r !== o ? {
10528
10528
  inputIsHidden: s,
10529
10529
  inputIsHiddenAfterUpdate: void 0
10530
- } : {}, Q = u, P = c && d;
10531
- return c && !P && (Q = {
10530
+ } : {}, R = u, P = c && d;
10531
+ return c && !P && (R = {
10532
10532
  value: Et(p, E, E[0] || null),
10533
10533
  options: E,
10534
10534
  action: "initial-input-focus"
10535
- }, P = !d), (u == null ? void 0 : u.action) === "initial-input-focus" && (Q = null), le(le(le({}, b), R), {}, {
10535
+ }, P = !d), (u == null ? void 0 : u.action) === "initial-input-focus" && (R = null), le(le(le({}, b), Q), {}, {
10536
10536
  prevProps: r,
10537
- ariaSelection: Q,
10537
+ ariaSelection: R,
10538
10538
  prevWasFocused: P
10539
10539
  });
10540
10540
  }
@@ -10757,24 +10757,26 @@ function X7({
10757
10757
  instanceId: p,
10758
10758
  menuIsOpen: E,
10759
10759
  loadingMessage: b = "Buscando",
10760
- noOptionsMessage: y = "No encontrado"
10760
+ noOptionsMessage: y = "No encontrado",
10761
+ logo: v
10761
10762
  }) {
10762
10763
  const {
10763
- styles: h
10764
+ styles: B
10764
10765
  } = Lt({
10765
10766
  error: d,
10766
10767
  isError: f,
10767
- helpText: o
10768
- }), B = {
10768
+ helpText: o,
10769
+ logo: v
10770
+ }), Q = {
10769
10771
  ClearIndicator: Ot,
10770
10772
  Option: ur,
10771
10773
  Placeholder: kt,
10772
- DropdownIndicator: (V) => /* @__PURE__ */ A(Tt, {
10773
- ...V,
10774
+ DropdownIndicator: (F) => /* @__PURE__ */ A(Tt, {
10775
+ ...F,
10774
10776
  isActive: !0
10775
10777
  }),
10776
- SingleValue: (V) => /* @__PURE__ */ A(D2, {
10777
- ...V,
10778
+ SingleValue: (F) => /* @__PURE__ */ A(D2, {
10779
+ ...F,
10778
10780
  hasLabelPlaceholder: l
10779
10781
  })
10780
10782
  }, R = {
@@ -10784,27 +10786,28 @@ function X7({
10784
10786
  placeholder: t,
10785
10787
  isDisabled: i,
10786
10788
  isClearable: c,
10787
- styles: h,
10789
+ styles: B,
10788
10790
  defaultValue: n,
10789
10791
  noOptionsMessage: () => y,
10790
10792
  loadingMessage: () => b
10791
- }, Q = {
10793
+ }, P = {
10792
10794
  onBlur: C,
10793
10795
  options: e,
10794
10796
  isSearchable: u,
10795
- components: B
10796
- }, P = () => (n == null ? void 0 : n.label) && (n == null ? void 0 : n.value) ? n : void 0, w = () => (g == null ? void 0 : g.label) && (g == null ? void 0 : g.value) ? g : void 0;
10797
+ components: Q
10798
+ }, M = () => (n == null ? void 0 : n.label) && (n == null ? void 0 : n.value) ? n : void 0, w = () => (g == null ? void 0 : g.label) && (g == null ? void 0 : g.value) ? g : void 0;
10797
10799
  return /* @__PURE__ */ A(Ht, {
10798
10800
  error: d,
10799
10801
  helpText: o,
10800
10802
  showErrorText: I,
10803
+ logo: v,
10801
10804
  children: /* @__PURE__ */ A(sr, {
10802
10805
  ...R,
10803
- ...Q,
10806
+ ...P,
10804
10807
  menuIsOpen: E,
10805
- defaultValue: P(),
10808
+ defaultValue: M(),
10806
10809
  value: w(),
10807
- onChange: (V) => V && s && s(V)
10810
+ onChange: (F) => F && s && s(F)
10808
10811
  })
10809
10812
  });
10810
10813
  }
@@ -10812,7 +10815,7 @@ var o7 = ["defaultOptions", "cacheOptions", "loadOptions", "options", "isLoading
10812
10815
  function to(e) {
10813
10816
  var t = e.defaultOptions, n = t === void 0 ? !1 : t, i = e.cacheOptions, r = i === void 0 ? !1 : i, a = e.loadOptions;
10814
10817
  e.options;
10815
- var o = e.isLoading, l = o === void 0 ? !1 : o, s = e.onInputChange, u = e.filterOption, c = u === void 0 ? null : u, d = H1(e, o7), f = d.inputValue, I = Z(void 0), C = Z(!1), g = K(Array.isArray(n) ? n : void 0), p = Le(g, 2), E = p[0], b = p[1], y = K(typeof f < "u" ? f : ""), h = Le(y, 2), B = h[0], R = h[1], Q = K(n === !0), P = Le(Q, 2), w = P[0], V = P[1], N = K(void 0), M = Le(N, 2), F = M[0], x = M[1], G = K([]), H = Le(G, 2), X = H[0], T = H[1], W = K(!1), q = Le(W, 2), xe = q[0], Ce = q[1], Ee = K({}), ie = Le(Ee, 2), ve = ie[0], he = ie[1], Qe = K(void 0), Oe = Le(Qe, 2), Ue = Oe[0], be = Oe[1], $e = K(void 0), k = Le($e, 2), e1 = k[0], t1 = k[1];
10818
+ var o = e.isLoading, l = o === void 0 ? !1 : o, s = e.onInputChange, u = e.filterOption, c = u === void 0 ? null : u, d = H1(e, o7), f = d.inputValue, I = Z(void 0), C = Z(!1), g = K(Array.isArray(n) ? n : void 0), p = Le(g, 2), E = p[0], b = p[1], y = K(typeof f < "u" ? f : ""), v = Le(y, 2), B = v[0], Q = v[1], R = K(n === !0), P = Le(R, 2), M = P[0], w = P[1], F = K(void 0), N = Le(F, 2), S = N[0], x = N[1], G = K([]), H = Le(G, 2), X = H[0], T = H[1], W = K(!1), q = Le(W, 2), xe = q[0], Ce = q[1], Ee = K({}), ie = Le(Ee, 2), ve = ie[0], he = ie[1], Qe = K(void 0), Oe = Le(Qe, 2), Ue = Oe[0], be = Oe[1], $e = K(void 0), k = Le($e, 2), e1 = k[0], t1 = k[1];
10816
10819
  r !== e1 && (he({}), t1(r)), n !== Ue && (b(Array.isArray(n) ? n : void 0), be(n)), ne(function() {
10817
10820
  return C.current = !0, function() {
10818
10821
  C.current = !1;
@@ -10828,27 +10831,27 @@ function to(e) {
10828
10831
  }, [a]);
10829
10832
  ne(function() {
10830
10833
  n === !0 && Ze(B, function(c1) {
10831
- !C.current || (b(c1 || []), V(!!I.current));
10834
+ !C.current || (b(c1 || []), w(!!I.current));
10832
10835
  });
10833
10836
  }, []);
10834
10837
  var g1 = Re(function(c1, qe) {
10835
10838
  var He = d8(c1, qe, s);
10836
10839
  if (!He) {
10837
- I.current = void 0, R(""), x(""), T([]), V(!1), Ce(!1);
10840
+ I.current = void 0, Q(""), x(""), T([]), w(!1), Ce(!1);
10838
10841
  return;
10839
10842
  }
10840
10843
  if (r && ve[He])
10841
- R(He), x(He), T(ve[He]), V(!1), Ce(!1);
10844
+ Q(He), x(He), T(ve[He]), w(!1), Ce(!1);
10842
10845
  else {
10843
10846
  var K1 = I.current = {};
10844
- R(He), V(!0), Ce(!F), Ze(He, function(v1) {
10845
- !C || K1 === I.current && (I.current = void 0, V(!1), x(He), T(v1 || []), Ce(!1), he(v1 ? le(le({}, ve), {}, A1({}, He, v1)) : ve));
10847
+ Q(He), w(!0), Ce(!S), Ze(He, function(v1) {
10848
+ !C || K1 === I.current && (I.current = void 0, w(!1), x(He), T(v1 || []), Ce(!1), he(v1 ? le(le({}, ve), {}, A1({}, He, v1)) : ve));
10846
10849
  });
10847
10850
  }
10848
- }, [r, Ze, F, ve, s]), T1 = xe ? [] : B && F ? X : E || [];
10851
+ }, [r, Ze, S, ve, s]), T1 = xe ? [] : B && S ? X : E || [];
10849
10852
  return le(le({}, d), {}, {
10850
10853
  options: T1,
10851
- isLoading: w || l,
10854
+ isLoading: M || l,
10852
10855
  onInputChange: g1,
10853
10856
  filterOption: c
10854
10857
  });
@@ -10880,15 +10883,17 @@ function j7({
10880
10883
  menuIsOpen: p,
10881
10884
  instanceId: E,
10882
10885
  loadingMessage: b = "Buscando",
10883
- noOptionsMessage: y = "No encontrado"
10886
+ noOptionsMessage: y = "No encontrado",
10887
+ logo: v
10884
10888
  }) {
10885
10889
  const {
10886
- styles: h
10890
+ styles: B
10887
10891
  } = Lt({
10888
10892
  error: i,
10889
10893
  isError: f,
10890
- helpText: r
10891
- }), B = {
10894
+ helpText: r,
10895
+ logo: v
10896
+ }), Q = {
10892
10897
  ClearIndicator: Ot,
10893
10898
  Option: ur,
10894
10899
  Placeholder: kt,
@@ -10907,24 +10912,25 @@ function j7({
10907
10912
  placeholder: e,
10908
10913
  isDisabled: o,
10909
10914
  isClearable: l,
10910
- styles: h,
10915
+ styles: B,
10911
10916
  noOptionsMessage: () => y,
10912
10917
  loadingMessage: () => b
10913
- }, Q = () => (s == null ? void 0 : s.label) && (s == null ? void 0 : s.value) ? s : void 0, P = () => (g == null ? void 0 : g.label) && (g == null ? void 0 : g.value) ? g : void 0;
10918
+ }, P = () => (s == null ? void 0 : s.label) && (s == null ? void 0 : s.value) ? s : void 0, M = () => (g == null ? void 0 : g.label) && (g == null ? void 0 : g.value) ? g : void 0;
10914
10919
  return /* @__PURE__ */ A(Ht, {
10915
10920
  error: i,
10916
10921
  helpText: r,
10917
10922
  showErrorText: I,
10923
+ logo: v,
10918
10924
  children: /* @__PURE__ */ A(l7, {
10919
10925
  ...R,
10920
10926
  cacheOptions: !0,
10921
10927
  isLoading: c,
10922
10928
  onBlur: C,
10923
10929
  menuIsOpen: p,
10924
- components: B,
10930
+ components: Q,
10925
10931
  defaultOptions: !0,
10926
- defaultValue: Q(),
10927
- value: P(),
10932
+ defaultValue: P(),
10933
+ value: M(),
10928
10934
  onChange: (w) => u && u(w),
10929
10935
  loadOptions: (w) => d && d(w)
10930
10936
  })
@@ -10992,31 +10998,33 @@ function W7({
10992
10998
  menuIsOpen: E,
10993
10999
  instanceId: b,
10994
11000
  value: y,
10995
- loadingMessage: h = "Buscando",
10996
- noOptionsMessage: B = "No encontrado"
11001
+ loadingMessage: v = "Buscando",
11002
+ noOptionsMessage: B = "No encontrado",
11003
+ logo: Q
10997
11004
  }) {
10998
11005
  const {
10999
11006
  styles: R
11000
11007
  } = Lt({
11001
11008
  error: a,
11002
11009
  isError: C,
11003
- helpText: l
11004
- }), Q = {
11010
+ helpText: l,
11011
+ logo: Q
11012
+ }), P = {
11005
11013
  ClearIndicator: Ot,
11006
- DropdownIndicator: (M) => /* @__PURE__ */ A(Tt, {
11007
- ...M,
11014
+ DropdownIndicator: (S) => /* @__PURE__ */ A(Tt, {
11015
+ ...S,
11008
11016
  isActive: !0
11009
11017
  }),
11010
11018
  Placeholder: kt,
11011
- Option: (M) => /* @__PURE__ */ A(s7, {
11012
- ...M,
11019
+ Option: (S) => /* @__PURE__ */ A(s7, {
11020
+ ...S,
11013
11021
  alignButton: f
11014
11022
  }),
11015
- SingleValue: (M) => /* @__PURE__ */ A(D2, {
11016
- ...M,
11023
+ SingleValue: (S) => /* @__PURE__ */ A(D2, {
11024
+ ...S,
11017
11025
  hasLabelPlaceholder: s
11018
11026
  })
11019
- }, P = {
11027
+ }, M = {
11020
11028
  id: r,
11021
11029
  instanceId: b,
11022
11030
  name: o,
@@ -11025,25 +11033,26 @@ function W7({
11025
11033
  isClearable: d,
11026
11034
  styles: R,
11027
11035
  noOptionsMessage: () => B,
11028
- loadingMessage: () => h
11036
+ loadingMessage: () => v
11029
11037
  }, w = {
11030
11038
  onBlur: p,
11031
11039
  isSearchable: c,
11032
11040
  options: e,
11033
- components: Q
11034
- }, V = () => (n == null ? void 0 : n.label) && (n == null ? void 0 : n.value) ? n : void 0, N = () => (y == null ? void 0 : y.label) && (y == null ? void 0 : y.value) ? y : void 0;
11041
+ components: P
11042
+ }, F = () => (n == null ? void 0 : n.label) && (n == null ? void 0 : n.value) ? n : void 0, N = () => (y == null ? void 0 : y.label) && (y == null ? void 0 : y.value) ? y : void 0;
11035
11043
  return /* @__PURE__ */ A(Ht, {
11036
11044
  error: a,
11037
11045
  helpText: l,
11038
11046
  showErrorText: g,
11047
+ logo: Q,
11039
11048
  children: /* @__PURE__ */ A(sr, {
11040
- ...P,
11049
+ ...M,
11041
11050
  ...w,
11042
11051
  menuIsOpen: E,
11043
11052
  className: "font-sans",
11044
- defaultValue: V(),
11053
+ defaultValue: F(),
11045
11054
  value: N(),
11046
- onChange: (M) => u && u(M),
11055
+ onChange: (S) => u && u(S),
11047
11056
  addButton: I
11048
11057
  })
11049
11058
  });
@@ -11144,15 +11153,17 @@ function Y7({
11144
11153
  value: g,
11145
11154
  instanceId: p,
11146
11155
  loadingMessage: E = "Buscando",
11147
- noOptionsMessage: b = "No encontrado"
11156
+ noOptionsMessage: b = "No encontrado",
11157
+ logo: y
11148
11158
  }) {
11149
11159
  const {
11150
- styles: y
11160
+ styles: v
11151
11161
  } = Lt({
11152
11162
  error: o,
11153
11163
  isError: d,
11154
- helpText: s
11155
- }), h = {
11164
+ helpText: s,
11165
+ logo: y
11166
+ }), B = {
11156
11167
  ClearIndicator: Ot,
11157
11168
  Option: f7,
11158
11169
  Placeholder: kt,
@@ -11164,32 +11175,33 @@ function Y7({
11164
11175
  ...w,
11165
11176
  isDisabled: a
11166
11177
  })
11167
- }, B = {
11178
+ }, Q = {
11168
11179
  id: e,
11169
11180
  instanceId: p,
11170
11181
  name: t,
11171
11182
  placeholder: n,
11172
11183
  isDisabled: a,
11173
11184
  isClearable: c,
11174
- styles: y,
11185
+ styles: v,
11175
11186
  noOptionsMessage: () => b,
11176
11187
  loadingMessage: () => E
11177
11188
  }, R = {
11178
11189
  options: i,
11179
11190
  isSearchable: l,
11180
- components: h,
11191
+ components: B,
11181
11192
  onBlur: I
11182
- }, Q = () => (r == null ? void 0 : r.label) && (r == null ? void 0 : r.value) ? r : void 0, P = () => (g == null ? void 0 : g.label) && (g == null ? void 0 : g.value) ? g : void 0;
11193
+ }, P = () => (r == null ? void 0 : r.label) && (r == null ? void 0 : r.value) ? r : void 0, M = () => (g == null ? void 0 : g.label) && (g == null ? void 0 : g.value) ? g : void 0;
11183
11194
  return /* @__PURE__ */ A(Ht, {
11184
11195
  error: o,
11185
11196
  helpText: s,
11186
11197
  showErrorText: f,
11198
+ logo: y,
11187
11199
  children: /* @__PURE__ */ A(sr, {
11188
11200
  ...R,
11189
- ...B,
11201
+ ...Q,
11190
11202
  menuIsOpen: C,
11191
- defaultValue: Q(),
11192
- value: P(),
11203
+ defaultValue: P(),
11204
+ value: M(),
11193
11205
  onChange: (w) => u && u(w)
11194
11206
  })
11195
11207
  });
@@ -11217,35 +11229,35 @@ var g7 = ["allowCreateWhileLoading", "createOptionPosition", "formatCreateLabel"
11217
11229
  }
11218
11230
  };
11219
11231
  function I7(e) {
11220
- var t = e.allowCreateWhileLoading, n = t === void 0 ? !1 : t, i = e.createOptionPosition, r = i === void 0 ? "last" : i, a = e.formatCreateLabel, o = a === void 0 ? an.formatCreateLabel : a, l = e.isValidNewOption, s = l === void 0 ? an.isValidNewOption : l, u = e.getNewOptionData, c = u === void 0 ? an.getNewOptionData : u, d = e.onCreateOption, f = e.options, I = f === void 0 ? [] : f, C = e.onChange, g = H1(e, g7), p = g.getOptionValue, E = p === void 0 ? Ya : p, b = g.getOptionLabel, y = b === void 0 ? Wa : b, h = g.inputValue, B = g.isLoading, R = g.isMulti, Q = g.value, P = g.name, w = z(function() {
11221
- return s(h, C2(Q), I, {
11232
+ var t = e.allowCreateWhileLoading, n = t === void 0 ? !1 : t, i = e.createOptionPosition, r = i === void 0 ? "last" : i, a = e.formatCreateLabel, o = a === void 0 ? an.formatCreateLabel : a, l = e.isValidNewOption, s = l === void 0 ? an.isValidNewOption : l, u = e.getNewOptionData, c = u === void 0 ? an.getNewOptionData : u, d = e.onCreateOption, f = e.options, I = f === void 0 ? [] : f, C = e.onChange, g = H1(e, g7), p = g.getOptionValue, E = p === void 0 ? Ya : p, b = g.getOptionLabel, y = b === void 0 ? Wa : b, v = g.inputValue, B = g.isLoading, Q = g.isMulti, R = g.value, P = g.name, M = z(function() {
11233
+ return s(v, C2(R), I, {
11222
11234
  getOptionValue: E,
11223
11235
  getOptionLabel: y
11224
- }) ? c(h, o(h)) : void 0;
11225
- }, [o, c, y, E, h, s, I, Q]), V = z(function() {
11226
- return (n || !B) && w ? r === "first" ? [w].concat(vt(I)) : [].concat(vt(I), [w]) : I;
11227
- }, [n, r, B, w, I]), N = Re(function(M, F) {
11228
- if (F.action !== "select-option")
11229
- return C(M, F);
11230
- var x = Array.isArray(M) ? M : [M];
11231
- if (x[x.length - 1] === w) {
11236
+ }) ? c(v, o(v)) : void 0;
11237
+ }, [o, c, y, E, v, s, I, R]), w = z(function() {
11238
+ return (n || !B) && M ? r === "first" ? [M].concat(vt(I)) : [].concat(vt(I), [M]) : I;
11239
+ }, [n, r, B, M, I]), F = Re(function(N, S) {
11240
+ if (S.action !== "select-option")
11241
+ return C(N, S);
11242
+ var x = Array.isArray(N) ? N : [N];
11243
+ if (x[x.length - 1] === M) {
11232
11244
  if (d)
11233
- d(h);
11245
+ d(v);
11234
11246
  else {
11235
- var G = c(h, h), H = {
11247
+ var G = c(v, v), H = {
11236
11248
  action: "create-option",
11237
11249
  name: P,
11238
11250
  option: G
11239
11251
  };
11240
- C(Et(R, [].concat(vt(C2(Q)), [G]), G), H);
11252
+ C(Et(Q, [].concat(vt(C2(R)), [G]), G), H);
11241
11253
  }
11242
11254
  return;
11243
11255
  }
11244
- C(M, F);
11245
- }, [c, h, R, P, w, d, C, Q]);
11256
+ C(N, S);
11257
+ }, [c, v, Q, P, M, d, C, R]);
11246
11258
  return le(le({}, g), {}, {
11247
- options: V,
11248
- onChange: N
11259
+ options: w,
11260
+ onChange: F
11249
11261
  });
11250
11262
  }
11251
11263
  var p7 = /* @__PURE__ */ f1(function(e, t) {
@@ -11276,12 +11288,12 @@ function z7({
11276
11288
  allowCreateWhileLoading: E,
11277
11289
  createOptionPosition: b = "first",
11278
11290
  logo: y,
11279
- instanceId: h,
11291
+ instanceId: v,
11280
11292
  loadingMessage: B = "Buscando",
11281
- noOptionsMessage: R = "No encontrado"
11293
+ noOptionsMessage: Q = "No encontrado"
11282
11294
  }) {
11283
11295
  const {
11284
- styles: Q
11296
+ styles: R
11285
11297
  } = Lt({
11286
11298
  error: i,
11287
11299
  isError: f,
@@ -11291,53 +11303,53 @@ function z7({
11291
11303
  ClearIndicator: Ot,
11292
11304
  Option: ur,
11293
11305
  Placeholder: kt,
11294
- DropdownIndicator: (M) => /* @__PURE__ */ A(Tt, {
11295
- ...M,
11306
+ DropdownIndicator: (N) => /* @__PURE__ */ A(Tt, {
11307
+ ...N,
11296
11308
  isActive: !1
11297
11309
  }),
11298
- SingleValue: (M) => /* @__PURE__ */ A(D2, {
11299
- ...M,
11310
+ SingleValue: (N) => /* @__PURE__ */ A(D2, {
11311
+ ...N,
11300
11312
  hasLabelPlaceholder: a
11301
11313
  })
11302
- }, w = {
11314
+ }, M = {
11303
11315
  id: t,
11304
- instanceId: h,
11316
+ instanceId: v,
11305
11317
  name: n,
11306
11318
  placeholder: e,
11307
11319
  isDisabled: o,
11308
11320
  isClearable: l,
11309
- styles: Q,
11310
- noOptionsMessage: () => R,
11321
+ styles: R,
11322
+ noOptionsMessage: () => Q,
11311
11323
  loadingMessage: () => B
11312
- }, V = () => (s == null ? void 0 : s.label) && (s == null ? void 0 : s.value) ? s : void 0, N = () => (g == null ? void 0 : g.label) && (g == null ? void 0 : g.value) ? g : void 0;
11324
+ }, w = () => (s == null ? void 0 : s.label) && (s == null ? void 0 : s.value) ? s : void 0, F = () => (g == null ? void 0 : g.label) && (g == null ? void 0 : g.value) ? g : void 0;
11313
11325
  return /* @__PURE__ */ A(Ht, {
11314
11326
  error: i,
11315
11327
  helpText: r,
11316
11328
  showErrorText: I,
11317
11329
  logo: y,
11318
11330
  children: /* @__PURE__ */ A(p7, {
11319
- ...w,
11331
+ ...M,
11320
11332
  cacheOptions: !0,
11321
11333
  menuIsOpen: p,
11322
11334
  isLoading: c,
11323
11335
  defaultOptions: !0,
11324
11336
  onBlur: C,
11325
11337
  components: P,
11326
- defaultValue: V(),
11338
+ defaultValue: w(),
11327
11339
  createOptionPosition: b,
11328
- formatCreateLabel: (M) => M,
11340
+ formatCreateLabel: (N) => N,
11329
11341
  allowCreateWhileLoading: E,
11330
- value: N(),
11331
- onChange: (M, {
11332
- action: F
11342
+ value: F(),
11343
+ onChange: (N, {
11344
+ action: S
11333
11345
  }) => {
11334
- if (u && (u(M), F === "clear"))
11346
+ if (u && (u(N), S === "clear"))
11335
11347
  return u({
11336
11348
  label: "",
11337
11349
  value: ""
11338
11350
  });
11339
11351
  },
11340
- loadOptions: (M) => d && d(M)
11352
+ loadOptions: (N) => d && d(N)
11341
11353
  })
11342
11354
  });
11343
11355
  }
@@ -11928,21 +11940,21 @@ var m1 = function(e) {
11928
11940
  } : p, b = E(t);
11929
11941
  if (b === "-")
11930
11942
  return b;
11931
- var y = I ? [] : ["k", "m", "b"], h = new RegExp("((^|\\D)-\\d)|(-" + m1(g) + ")"), B = h.test(b), R = RegExp("(\\d+)-?" + m1(g)).exec(t) || [], Q = R[0], P = R[1], w = g ? Q ? b.replace(Q, "").concat(P) : b.replace(g, "") : b, V = B7(w, i), N = y7(V, r1([i, a], y)), M = N;
11943
+ var y = I ? [] : ["k", "m", "b"], v = new RegExp("((^|\\D)-\\d)|(-" + m1(g) + ")"), B = v.test(b), Q = RegExp("(\\d+)-?" + m1(g)).exec(t) || [], R = Q[0], P = Q[1], M = g ? R ? b.replace(R, "").concat(P) : b.replace(g, "") : b, w = B7(M, i), F = y7(w, r1([i, a], y)), N = F;
11932
11944
  if (!I) {
11933
11945
  if (y.some(function(q) {
11934
- return q === N.toLowerCase();
11946
+ return q === F.toLowerCase();
11935
11947
  }))
11936
11948
  return "";
11937
- var F = b7(N, a);
11938
- F && (M = String(F));
11949
+ var S = b7(F, a);
11950
+ S && (N = String(S));
11939
11951
  }
11940
11952
  var x = B && d ? "-" : "";
11941
- if (a && M.includes(a)) {
11942
- var G = N.split(a), H = G[0], X = G[1], T = u && X ? X.slice(0, u) : X, W = l ? "" + a + T : "";
11953
+ if (a && N.includes(a)) {
11954
+ var G = F.split(a), H = G[0], X = G[1], T = u && X ? X.slice(0, u) : X, W = l ? "" + a + T : "";
11943
11955
  return "" + x + H + W;
11944
11956
  }
11945
- return "" + x + M;
11957
+ return "" + x + N;
11946
11958
  }, Q7 = function(e, t, n) {
11947
11959
  if (n && e.length > 1) {
11948
11960
  if (e.includes(t)) {
@@ -12038,22 +12050,22 @@ var m1 = function(e) {
12038
12050
  cursorPosition: t
12039
12051
  };
12040
12052
  }, ao = f1(function(e, t) {
12041
- var n = e.allowDecimals, i = n === void 0 ? !0 : n, r = e.allowNegativeValue, a = r === void 0 ? !0 : r, o = e.id, l = e.name, s = e.className, u = e.customInput, c = e.decimalsLimit, d = e.defaultValue, f = e.disabled, I = f === void 0 ? !1 : f, C = e.maxLength, g = e.value, p = e.onValueChange, E = e.fixedDecimalLength, b = e.placeholder, y = e.decimalScale, h = e.prefix, B = e.suffix, R = e.intlConfig, Q = e.step, P = e.min, w = e.max, V = e.disableGroupSeparators, N = V === void 0 ? !1 : V, M = e.disableAbbreviations, F = M === void 0 ? !1 : M, x = e.decimalSeparator, G = e.groupSeparator, H = e.onChange, X = e.onFocus, T = e.onBlur, W = e.onKeyDown, q = e.onKeyUp, xe = e.transformRawValue, Ce = v7(e, ["allowDecimals", "allowNegativeValue", "id", "name", "className", "customInput", "decimalsLimit", "defaultValue", "disabled", "maxLength", "value", "onValueChange", "fixedDecimalLength", "placeholder", "decimalScale", "prefix", "suffix", "intlConfig", "step", "min", "max", "disableGroupSeparators", "disableAbbreviations", "decimalSeparator", "groupSeparator", "onChange", "onFocus", "onBlur", "onKeyDown", "onKeyUp", "transformRawValue"]);
12053
+ var n = e.allowDecimals, i = n === void 0 ? !0 : n, r = e.allowNegativeValue, a = r === void 0 ? !0 : r, o = e.id, l = e.name, s = e.className, u = e.customInput, c = e.decimalsLimit, d = e.defaultValue, f = e.disabled, I = f === void 0 ? !1 : f, C = e.maxLength, g = e.value, p = e.onValueChange, E = e.fixedDecimalLength, b = e.placeholder, y = e.decimalScale, v = e.prefix, B = e.suffix, Q = e.intlConfig, R = e.step, P = e.min, M = e.max, w = e.disableGroupSeparators, F = w === void 0 ? !1 : w, N = e.disableAbbreviations, S = N === void 0 ? !1 : N, x = e.decimalSeparator, G = e.groupSeparator, H = e.onChange, X = e.onFocus, T = e.onBlur, W = e.onKeyDown, q = e.onKeyUp, xe = e.transformRawValue, Ce = v7(e, ["allowDecimals", "allowNegativeValue", "id", "name", "className", "customInput", "decimalsLimit", "defaultValue", "disabled", "maxLength", "value", "onValueChange", "fixedDecimalLength", "placeholder", "decimalScale", "prefix", "suffix", "intlConfig", "step", "min", "max", "disableGroupSeparators", "disableAbbreviations", "decimalSeparator", "groupSeparator", "onChange", "onFocus", "onBlur", "onKeyDown", "onKeyUp", "transformRawValue"]);
12042
12054
  if (x && bi(x))
12043
12055
  throw new Error("decimalSeparator cannot be a number");
12044
12056
  if (G && bi(G))
12045
12057
  throw new Error("groupSeparator cannot be a number");
12046
12058
  var Ee = z(function() {
12047
- return V7(R);
12048
- }, [R]), ie = x || Ee.decimalSeparator || "", ve = G || Ee.groupSeparator || "";
12049
- if (ie && ve && ie === ve && N === !1)
12059
+ return V7(Q);
12060
+ }, [Q]), ie = x || Ee.decimalSeparator || "", ve = G || Ee.groupSeparator || "";
12061
+ if (ie && ve && ie === ve && F === !1)
12050
12062
  throw new Error("decimalSeparator cannot be the same as groupSeparator");
12051
12063
  var he = {
12052
12064
  decimalSeparator: ie,
12053
12065
  groupSeparator: ve,
12054
- disableGroupSeparators: N,
12055
- intlConfig: R,
12056
- prefix: h || Ee.prefix,
12066
+ disableGroupSeparators: F,
12067
+ intlConfig: Q,
12068
+ prefix: v || Ee.prefix,
12057
12069
  suffix: B
12058
12070
  }, Qe = {
12059
12071
  decimalSeparator: ie,
@@ -12061,8 +12073,8 @@ var m1 = function(e) {
12061
12073
  allowDecimals: i,
12062
12074
  decimalsLimit: c || E || 2,
12063
12075
  allowNegativeValue: a,
12064
- disableAbbreviations: F,
12065
- prefix: h || Ee.prefix,
12076
+ disableAbbreviations: S,
12077
+ prefix: v || Ee.prefix,
12066
12078
  transformRawValue: xe
12067
12079
  }, Oe = d != null ? pt(fe(fe({}, he), {
12068
12080
  decimalScale: y,
@@ -12095,7 +12107,7 @@ var m1 = function(e) {
12095
12107
  }, he));
12096
12108
  if (Ye != null) {
12097
12109
  var P1 = Ye + (X1.length - we.length);
12098
- P1 = P1 <= 0 ? h ? h.length : 0 : P1, T1(P1), He(qe + 1);
12110
+ P1 = P1 <= 0 ? v ? v.length : 0 : P1, T1(P1), He(qe + 1);
12099
12111
  }
12100
12112
  if ($e(X1), p) {
12101
12113
  var Yt = {
@@ -12129,14 +12141,14 @@ var m1 = function(e) {
12129
12141
  }), $e(Z1), T && T(we);
12130
12142
  }, Xt = function(we) {
12131
12143
  var Xe = we.key;
12132
- if (L2(Xe), Q && (Xe === "ArrowUp" || Xe === "ArrowDown")) {
12144
+ if (L2(Xe), R && (Xe === "ArrowUp" || Xe === "ArrowDown")) {
12133
12145
  we.preventDefault(), T1(be.length);
12134
12146
  var je = parseFloat(g != null ? String(g).replace(ie, ".") : on(fe({
12135
12147
  value: be
12136
- }, Qe))) || 0, We = Xe === "ArrowUp" ? je + Q : je - Q;
12137
- if (P !== void 0 && We < P || w !== void 0 && We > w)
12148
+ }, Qe))) || 0, We = Xe === "ArrowUp" ? je + R : je - R;
12149
+ if (P !== void 0 && We < P || M !== void 0 && We > M)
12138
12150
  return;
12139
- var Ye = String(Q).includes(".") ? Number(String(Q).split(".")[1].length) : void 0;
12151
+ var Ye = String(R).includes(".") ? Number(String(R).split(".")[1].length) : void 0;
12140
12152
  st(String(Ye ? We.toFixed(Ye) : We).replace(".", ie));
12141
12153
  }
12142
12154
  W && W(we);
@@ -12200,16 +12212,16 @@ function M7({
12200
12212
  isError: l
12201
12213
  }) {
12202
12214
  const s = Z(null), [u, c] = K(o != null ? o : ""), [d, f] = K(!1), I = ({
12203
- target: { value: h }
12204
- }) => (c(h), a == null ? void 0 : a(h)), C = () => {
12205
- const h = Number(u) + 1;
12206
- return c(String(h)), a == null ? void 0 : a(String(h));
12215
+ target: { value: v }
12216
+ }) => (c(v), a == null ? void 0 : a(v)), C = () => {
12217
+ const v = Number(u) + 1;
12218
+ return c(String(v)), a == null ? void 0 : a(String(v));
12207
12219
  }, g = () => {
12208
- const h = Number(u) - 1;
12209
- return c(String(h)), a == null ? void 0 : a(String(h));
12220
+ const v = Number(u) - 1;
12221
+ return c(String(v)), a == null ? void 0 : a(String(v));
12210
12222
  }, p = () => {
12211
- var h;
12212
- return c(""), a == null || a(""), s && ((h = s.current) == null ? void 0 : h.focus());
12223
+ var v;
12224
+ return c(""), a == null || a(""), s && ((v = s.current) == null ? void 0 : v.focus());
12213
12225
  }, E = () => e ? "disabled" : "subdued", b = () => e ? "disabled" : d && t === "password" ? "default" : "subdued", y = D(
12214
12226
  "w-full rounded-sm bg-action-secondary-default py-md px-sm font-sans text-xs font-book leading-xs text-letter-default caret-icon-default placeholder:font-sans placeholder:text-xs placeholder:font-book placeholder:leading-xs placeholder:text-letter-subdued focus:ring-0 disabled:bg-action-secondary-disabled disabled:text-letter-disabled disabled:placeholder:text-letter-disabled",
12215
12227
  i || l ? "border border-action-critical-default focus:border-action-critical-default" : "border-none focus:rounded-[5px] focus:shadow-[0px_0px_0px_1px_#3EADFE]",
@@ -12315,7 +12327,7 @@ const es = f1((e, t) => {
12315
12327
  showErrorText: E,
12316
12328
  isError: b,
12317
12329
  showIconNumber: y = !1,
12318
- variant: h = ""
12330
+ variant: v = ""
12319
12331
  } = e, B = M7({
12320
12332
  isDisabled: r,
12321
12333
  type: s,
@@ -12326,14 +12338,14 @@ const es = f1((e, t) => {
12326
12338
  value: g,
12327
12339
  isError: b
12328
12340
  }), {
12329
- inputValue: R,
12330
- inputRef: Q,
12341
+ inputValue: Q,
12342
+ inputRef: R,
12331
12343
  handleChange: P,
12332
- subtractValue: w,
12333
- addMoreValue: V,
12334
- getColorIcon: N,
12335
- getColorIconPassword: M,
12336
- showPassword: F,
12344
+ subtractValue: M,
12345
+ addMoreValue: w,
12346
+ getColorIcon: F,
12347
+ getColorIconPassword: N,
12348
+ showPassword: S,
12337
12349
  setShowPassword: x,
12338
12350
  clearInput: G,
12339
12351
  getClassInput: H
@@ -12343,22 +12355,22 @@ const es = f1((e, t) => {
12343
12355
  description: p == null ? void 0 : p.description,
12344
12356
  children: /* @__PURE__ */ A(Ge, {
12345
12357
  kind: c,
12346
- color: N()
12358
+ color: F()
12347
12359
  })
12348
12360
  }) : /* @__PURE__ */ A(Ge, {
12349
12361
  kind: c,
12350
- color: N()
12351
- }), T = z(() => R2([Q, t]), [Q, t]), W = {
12362
+ color: F()
12363
+ }), T = z(() => R2([R, t]), [R, t]), W = {
12352
12364
  id: n,
12353
12365
  name: i,
12354
12366
  ref: T,
12355
12367
  placeholder: o,
12356
- value: R,
12368
+ value: Q,
12357
12369
  onChange: P,
12358
12370
  readOnly: a,
12359
12371
  disabled: r,
12360
12372
  autoComplete: l,
12361
- type: F ? "text" : s,
12373
+ type: S ? "text" : s,
12362
12374
  className: H,
12363
12375
  ...s === "number" && {
12364
12376
  onWheel: (xe) => xe.currentTarget.blur()
@@ -12366,7 +12378,7 @@ const es = f1((e, t) => {
12366
12378
  };
12367
12379
  return /* @__PURE__ */ L(Pe, {
12368
12380
  children: [/* @__PURE__ */ L(et, {
12369
- renderInput: (() => h === "currency" ? /* @__PURE__ */ A(ao, {
12381
+ renderInput: (() => v === "currency" ? /* @__PURE__ */ A(ao, {
12370
12382
  id: W.id,
12371
12383
  name: W.name,
12372
12384
  placeholder: W.placeholder,
@@ -12384,10 +12396,10 @@ const es = f1((e, t) => {
12384
12396
  }))(),
12385
12397
  renderIconLeft: u && /* @__PURE__ */ A(Ge, {
12386
12398
  kind: u,
12387
- color: N()
12399
+ color: F()
12388
12400
  }),
12389
12401
  children: [/* @__PURE__ */ A(et.Delete, {
12390
- inputValue: R,
12402
+ inputValue: Q,
12391
12403
  children: /* @__PURE__ */ A(Ge, {
12392
12404
  kind: "delete",
12393
12405
  color: "default",
@@ -12401,21 +12413,21 @@ const es = f1((e, t) => {
12401
12413
  kind: "more",
12402
12414
  cursor: "pointer",
12403
12415
  size: "sm",
12404
- color: N(),
12405
- onClick: V
12416
+ color: F(),
12417
+ onClick: w
12406
12418
  }), /* @__PURE__ */ A(Ge, {
12407
12419
  kind: "less",
12408
12420
  cursor: "pointer",
12409
12421
  size: "sm",
12410
- color: N(),
12411
- onClick: w
12422
+ color: F(),
12423
+ onClick: M
12412
12424
  })]
12413
12425
  }), /* @__PURE__ */ A(et.Special, {
12414
12426
  isPassword: s === "password",
12415
12427
  children: /* @__PURE__ */ A(Ge, {
12416
12428
  kind: "eye",
12417
- color: M(),
12418
- onClick: () => x(!F)
12429
+ color: N(),
12430
+ onClick: () => x(!S)
12419
12431
  })
12420
12432
  }), X()]
12421
12433
  }), /* @__PURE__ */ A(F7, {