@lzzjokerzzl/react-ui-components 1.4.6 → 1.4.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -572,8 +572,8 @@ function ir(e = me.visualDuration, t = me.bounce) {
572
572
  else {
573
573
  let S = C === 0 ? m : 0;
574
574
  x < 1 && (S = C === 0 ? /* @__PURE__ */ We(m) : Ei(v, C, T));
575
- const k = Math.abs(S) <= n, P = Math.abs(o - T) <= s;
576
- i.done = k && P;
575
+ const k = Math.abs(S) <= n, V = Math.abs(o - T) <= s;
576
+ i.done = k && V;
577
577
  }
578
578
  return i.value = i.done ? o : T, i;
579
579
  },
@@ -599,8 +599,8 @@ function Nn({ keyframes: e, velocity: t = 0, power: r = 0.8, timeConstant: n = 3
599
599
  const y = u + x, g = o === void 0 ? y : o(y);
600
600
  g !== y && (x = g - u);
601
601
  const b = (k) => -x * Math.exp(-k / n), v = (k) => g + b(k), w = (k) => {
602
- const P = b(k), V = v(k);
603
- f.done = Math.abs(P) <= c, f.value = f.done ? g : V;
602
+ const V = b(k), P = v(k);
603
+ f.done = Math.abs(V) <= c, f.value = f.done ? g : P;
604
604
  };
605
605
  let C, T;
606
606
  const S = (k) => {
@@ -617,8 +617,8 @@ function Nn({ keyframes: e, velocity: t = 0, power: r = 0.8, timeConstant: n = 3
617
617
  return S(0), {
618
618
  calculatedDuration: null,
619
619
  next: (k) => {
620
- let P = !1;
621
- return !T && C === void 0 && (P = !0, w(k), S(k)), C !== void 0 && k >= C ? T.next(k - C) : (!P && w(k), f);
620
+ let V = !1;
621
+ return !T && C === void 0 && (V = !0, w(k), S(k)), C !== void 0 && k >= C ? T.next(k - C) : (!V && w(k), f);
622
622
  }
623
623
  };
624
624
  }
@@ -766,8 +766,8 @@ class Jr extends Ps {
766
766
  let v = this.currentTime, w = n;
767
767
  if (u) {
768
768
  const k = Math.min(this.currentTime, s) / i;
769
- let P = Math.floor(k), V = k % 1;
770
- !V && k >= 1 && (V = 1), V === 1 && P--, P = Math.min(P, u + 1), !!(P % 2) && (f === "reverse" ? (V = 1 - V, p && (V -= p / i)) : f === "mirror" && (w = o)), v = Ze(0, 1, V) * i;
769
+ let V = Math.floor(k), P = k % 1;
770
+ !P && k >= 1 && (P = 1), P === 1 && V--, V = Math.min(V, u + 1), !!(V % 2) && (f === "reverse" ? (P = 1 - P, p && (P -= p / i)) : f === "mirror" && (w = o)), v = Ze(0, 1, P) * i;
771
771
  }
772
772
  const C = b ? { done: !1, value: d[0] } : w.next(v);
773
773
  a && (C.value = a(C.value));
@@ -2173,25 +2173,25 @@ const Je = ({ children: e, custom: t, initial: r = !0, onExitComplete: n, presen
2173
2173
  if (u !== y) {
2174
2174
  let T = [...u];
2175
2175
  for (let S = 0; S < b.length; S++) {
2176
- const k = b[S], P = Sr(k);
2177
- f.includes(P) || (T.splice(S, 0, k), w.push(k));
2176
+ const k = b[S], V = Sr(k);
2177
+ f.includes(V) || (T.splice(S, 0, k), w.push(k));
2178
2178
  }
2179
2179
  return a === "wait" && w.length && (T = w), v(Ea(T)), g(u), null;
2180
2180
  }
2181
2181
  process.env.NODE_ENV !== "production" && a === "wait" && b.length > 1 && console.warn(`You're attempting to animate multiple children within AnimatePresence, but its mode is set to "wait". This will lead to odd visual behaviour.`);
2182
2182
  const { forceRender: C } = ce(us);
2183
2183
  return h(Se, { children: b.map((T) => {
2184
- const S = Sr(T), k = o && !c ? !1 : u === b || f.includes(S), P = () => {
2184
+ const S = Sr(T), k = o && !c ? !1 : u === b || f.includes(S), V = () => {
2185
2185
  if (x.has(S))
2186
2186
  x.set(S, !0);
2187
2187
  else
2188
2188
  return;
2189
- let V = !0;
2189
+ let P = !0;
2190
2190
  x.forEach((B) => {
2191
- B || (V = !1);
2192
- }), V && (C?.(), v(m.current), o && d?.(), n && n());
2191
+ B || (P = !1);
2192
+ }), P && (C?.(), v(m.current), o && d?.(), n && n());
2193
2193
  };
2194
- return h(kf, { isPresent: k, initial: !p.current || r ? void 0 : !1, custom: t, presenceAffectsLayout: s, mode: a, root: l, onExitComplete: k ? void 0 : P, anchorX: i, children: T }, S);
2194
+ return h(kf, { isPresent: k, initial: !p.current || r ? void 0 : !1, custom: t, presenceAffectsLayout: s, mode: a, root: l, onExitComplete: k ? void 0 : V, anchorX: i, children: T }, S);
2195
2195
  }) });
2196
2196
  }, Qi = Ce({ strict: !1 }), Ia = {
2197
2197
  animation: [
@@ -3380,15 +3380,15 @@ function P0(e) {
3380
3380
  const S = M0(b.prevProp, v);
3381
3381
  let k = S || // If we're making this variant active, we want to always make it active
3382
3382
  g === l && b.isActive && !T && w || // If we removed a higher-priority variant (i is in reverse order)
3383
- y > m && w, P = !1;
3384
- const V = Array.isArray(v) ? v : [v];
3385
- let B = V.reduce(s(g), {});
3383
+ y > m && w, V = !1;
3384
+ const P = Array.isArray(v) ? v : [v];
3385
+ let B = P.reduce(s(g), {});
3386
3386
  C === !1 && (B = {});
3387
3387
  const { prevResolvedValues: O = {} } = b, R = {
3388
3388
  ...O,
3389
3389
  ...B
3390
3390
  }, I = (M) => {
3391
- k = !0, f.has(M) && (P = !0, f.delete(M)), b.needsAnimating[M] = !0;
3391
+ k = !0, f.has(M) && (V = !0, f.delete(M)), b.needsAnimating[M] = !0;
3392
3392
  const A = e.getValue(M);
3393
3393
  A && (A.liveStyle = !1);
3394
3394
  };
@@ -3401,7 +3401,7 @@ function P0(e) {
3401
3401
  }
3402
3402
  b.prevProp = v, b.prevResolvedValues = B, b.isActive && (p = { ...p, ...B }), n && e.blockInitialAnimation && (k = !1);
3403
3403
  const D = T && S;
3404
- k && (!D || P) && u.push(...V.map((M) => {
3404
+ k && (!D || V) && u.push(...P.map((M) => {
3405
3405
  const A = { type: g };
3406
3406
  if (typeof M == "string" && n && !D && e.manuallyAnimateOnMount && e.parent) {
3407
3407
  const { parent: N } = e, E = Lt(N, M);
@@ -5339,13 +5339,13 @@ function Sp(e, { defaultTransition: t = {}, ...r } = {}, n, s) {
5339
5339
  g.at !== void 0 && (u = Io(u, g.at, d, c));
5340
5340
  let b = 0;
5341
5341
  const v = (w, C, T, S = 0, k = 0) => {
5342
- const P = Ap(w), { delay: V = 0, times: B = As(P), type: O = "keyframes", repeat: R, repeatType: I, repeatDelay: D = 0, ...L } = C;
5342
+ const V = Ap(w), { delay: P = 0, times: B = As(V), type: O = "keyframes", repeat: R, repeatType: I, repeatDelay: D = 0, ...L } = C;
5343
5343
  let { ease: M = t.ease || "easeOut", duration: A } = C;
5344
- const N = typeof V == "function" ? V(S, k) : V, E = P.length, z = Es(O) ? O : s?.[O || "keyframes"];
5344
+ const N = typeof P == "function" ? P(S, k) : P, E = V.length, z = Es(O) ? O : s?.[O || "keyframes"];
5345
5345
  if (E <= 2 && z) {
5346
5346
  let W = 100;
5347
- if (E === 2 && Mp(P)) {
5348
- const re = P[1] - P[0];
5347
+ if (E === 2 && Mp(V)) {
5348
+ const re = V[1] - V[0];
5349
5349
  W = Math.abs(re);
5350
5350
  }
5351
5351
  const ne = { ...L };
@@ -5356,21 +5356,21 @@ function Sp(e, { defaultTransition: t = {}, ...r } = {}, n, s) {
5356
5356
  A ?? (A = a);
5357
5357
  const $ = u + N;
5358
5358
  B.length === 1 && B[0] === 0 && (B[1] = 1);
5359
- const j = B.length - P.length;
5360
- if (j > 0 && Ii(B, j), P.length === 1 && P.unshift(null), R) {
5359
+ const j = B.length - V.length;
5360
+ if (j > 0 && Ii(B, j), V.length === 1 && V.unshift(null), R) {
5361
5361
  Ae(R < Tp, "Repeat count too high, must be less than 20", "repeat-count-high"), A = yp(A, R);
5362
- const W = [...P], ne = [...B];
5362
+ const W = [...V], ne = [...B];
5363
5363
  M = Array.isArray(M) ? [...M] : [M];
5364
5364
  const ee = [...M];
5365
5365
  for (let re = 0; re < R; re++) {
5366
- P.push(...W);
5366
+ V.push(...W);
5367
5367
  for (let de = 0; de < W.length; de++)
5368
5368
  B.push(ne[de] + (re + 1)), M.push(de === 0 ? "linear" : bi(ee, de - 1));
5369
5369
  }
5370
5370
  wp(B, R);
5371
5371
  }
5372
5372
  const Z = $ + A;
5373
- vp(T, P, M, B, $, Z), b = Math.max(N + A, b), f = Math.max(Z, f);
5373
+ vp(T, V, M, B, $, Z), b = Math.max(N + A, b), f = Math.max(Z, f);
5374
5374
  };
5375
5375
  if (xe(x)) {
5376
5376
  const w = No(x, i);
@@ -5380,8 +5380,8 @@ function Sp(e, { defaultTransition: t = {}, ...r } = {}, n, s) {
5380
5380
  for (let T = 0; T < C; T++) {
5381
5381
  y = y, g = g;
5382
5382
  const S = w[T], k = No(S, i);
5383
- for (const P in y)
5384
- v(y[P], Vp(g, P), Do(P, k), T, C);
5383
+ for (const V in y)
5384
+ v(y[V], Vp(g, V), Do(V, k), T, C);
5385
5385
  }
5386
5386
  }
5387
5387
  d = u, u += b;
@@ -6270,15 +6270,15 @@ const tc = ({
6270
6270
  showDivider: v
6271
6271
  } = f, w = n !== void 0 ? n : p.includes(e), C = b || s, T = a !== void 0 ? a : v, S = () => {
6272
6272
  C || (i ? i(e) : m(e));
6273
- }, k = Xp(x), P = _p(y, x, C), V = Yl[g], B = Hp(y, x), O = G(() => {
6273
+ }, k = Xp(x), V = _p(y, x, C), P = Yl[g], B = Hp(y, x), O = G(() => {
6274
6274
  const R = [
6275
6275
  k,
6276
- P,
6277
6276
  V,
6277
+ P,
6278
6278
  l
6279
6279
  ];
6280
6280
  return x === "splitted" && R.push("border rounded-lg overflow-hidden"), R.filter(Boolean).join(" ").trim();
6281
- }, [k, P, V, l, x]);
6281
+ }, [k, V, P, l, x]);
6282
6282
  return /* @__PURE__ */ F(Se, { children: [
6283
6283
  /* @__PURE__ */ F(
6284
6284
  "div",
@@ -6349,17 +6349,17 @@ const rc = Ce(null), an = () => {
6349
6349
  "data-testid": S,
6350
6350
  ...k
6351
6351
  }) => {
6352
- const P = Wp({
6352
+ const V = Wp({
6353
6353
  selectionMode: r,
6354
6354
  defaultExpandedKeys: n,
6355
6355
  expandedKeys: s,
6356
6356
  onExpandedChange: a,
6357
6357
  onSelectionChange: o,
6358
6358
  isDisabled: u
6359
- }), V = G(
6359
+ }), P = G(
6360
6360
  () => ({
6361
- expandedKeys: P.expandedKeys,
6362
- toggle: P.toggle,
6361
+ expandedKeys: V.expandedKeys,
6362
+ toggle: V.toggle,
6363
6363
  selectionMode: r,
6364
6364
  size: i,
6365
6365
  color: l,
@@ -6376,8 +6376,8 @@ const rc = Ce(null), an = () => {
6376
6376
  animationConfig: y
6377
6377
  }),
6378
6378
  [
6379
- P.expandedKeys,
6380
- P.toggle,
6379
+ V.expandedKeys,
6380
+ V.toggle,
6381
6381
  r,
6382
6382
  i,
6383
6383
  l,
@@ -6429,7 +6429,7 @@ const rc = Ce(null), an = () => {
6429
6429
  );
6430
6430
  return /* @__PURE__ */ h(K.div, { ...M, children: D }, L);
6431
6431
  }) : t;
6432
- return /* @__PURE__ */ h(rc.Provider, { value: V, children: /* @__PURE__ */ h(
6432
+ return /* @__PURE__ */ h(rc.Provider, { value: P, children: /* @__PURE__ */ h(
6433
6433
  K.div,
6434
6434
  {
6435
6435
  className: B,
@@ -6696,7 +6696,7 @@ const Qp = {
6696
6696
  const k = u || {
6697
6697
  ...St(s, n),
6698
6698
  delay: r
6699
- }, V = { ...ht(), ...p }, B = () => {
6699
+ }, P = { ...ht(), ...p }, B = () => {
6700
6700
  t === "hover" && !a && !w && b.start("visible");
6701
6701
  }, O = () => {
6702
6702
  t === "hover" && !a && !w && b.start("hidden");
@@ -6724,7 +6724,7 @@ const Qp = {
6724
6724
  onFocus: R,
6725
6725
  onBlur: I,
6726
6726
  className: f,
6727
- style: V,
6727
+ style: P,
6728
6728
  ...A,
6729
6729
  children: e
6730
6730
  }
@@ -6793,7 +6793,7 @@ const Qp = {
6793
6793
  stiffness: 200,
6794
6794
  damping: 20
6795
6795
  }
6796
- }, P = { ...ht(), ...f }, V = () => {
6796
+ }, V = { ...ht(), ...f }, P = () => {
6797
6797
  t === "hover" && !a && !v && g.start("visible");
6798
6798
  }, B = () => {
6799
6799
  t === "hover" && !a && !v && g.start("hidden");
@@ -6816,12 +6816,12 @@ const Qp = {
6816
6816
  initial: a || v ? "visible" : "hidden",
6817
6817
  animate: g,
6818
6818
  transition: S,
6819
- onMouseEnter: V,
6819
+ onMouseEnter: P,
6820
6820
  onMouseLeave: B,
6821
6821
  onFocus: O,
6822
6822
  onBlur: R,
6823
6823
  className: u,
6824
- style: P,
6824
+ style: V,
6825
6825
  ...M,
6826
6826
  children: e
6827
6827
  }
@@ -6892,9 +6892,9 @@ const Qp = {
6892
6892
  damping: 20,
6893
6893
  bounce: 0.3
6894
6894
  }
6895
- }, P = ht(), V = {
6895
+ }, V = ht(), P = {
6896
6896
  transformOrigin: l,
6897
- ...P,
6897
+ ...V,
6898
6898
  ...p
6899
6899
  }, B = () => {
6900
6900
  t === "hover" && !a && !w && b.start("visible");
@@ -6924,7 +6924,7 @@ const Qp = {
6924
6924
  onFocus: R,
6925
6925
  onBlur: I,
6926
6926
  className: f,
6927
- style: V,
6927
+ style: P,
6928
6928
  ...A,
6929
6929
  children: e
6930
6930
  }
@@ -6994,7 +6994,7 @@ const Qp = {
6994
6994
  }[o],
6995
6995
  delay: r,
6996
6996
  duration: n
6997
- }, V = { ...ht(), ...f }, B = () => {
6997
+ }, P = { ...ht(), ...f }, B = () => {
6998
6998
  t === "hover" && !a && !v && g.start("visible");
6999
6999
  }, O = () => {
7000
7000
  t === "hover" && !a && !v && g.start("hidden");
@@ -7022,7 +7022,7 @@ const Qp = {
7022
7022
  onFocus: R,
7023
7023
  onBlur: I,
7024
7024
  className: u,
7025
- style: V,
7025
+ style: P,
7026
7026
  ...A,
7027
7027
  children: e
7028
7028
  }
@@ -7086,12 +7086,12 @@ const Qp = {
7086
7086
  const S = d || {
7087
7087
  ...St(s, n),
7088
7088
  delay: r
7089
- }, k = ht(), P = {
7089
+ }, k = ht(), V = {
7090
7090
  perspective: `${i}px`,
7091
7091
  transformStyle: "preserve-3d",
7092
7092
  ...k,
7093
7093
  ...f
7094
- }, V = () => {
7094
+ }, P = () => {
7095
7095
  t === "hover" && !a && !v && g.start("visible");
7096
7096
  }, B = () => {
7097
7097
  t === "hover" && !a && !v && g.start("hidden");
@@ -7114,12 +7114,12 @@ const Qp = {
7114
7114
  initial: a || v ? "visible" : "hidden",
7115
7115
  animate: g,
7116
7116
  transition: S,
7117
- onMouseEnter: V,
7117
+ onMouseEnter: P,
7118
7118
  onMouseLeave: B,
7119
7119
  onFocus: O,
7120
7120
  onBlur: R,
7121
7121
  className: u,
7122
- style: P,
7122
+ style: V,
7123
7123
  ...M,
7124
7124
  children: e
7125
7125
  }
@@ -7187,7 +7187,7 @@ const Qp = {
7187
7187
  const S = d || {
7188
7188
  ...St(s, n),
7189
7189
  delay: r
7190
- }, P = { ...ht(), ...f }, V = () => {
7190
+ }, V = { ...ht(), ...f }, P = () => {
7191
7191
  t === "hover" && !a && !v && g.start("visible");
7192
7192
  }, B = () => {
7193
7193
  t === "hover" && !a && !v && g.start("hidden");
@@ -7218,12 +7218,12 @@ const Qp = {
7218
7218
  initial: a || v ? "visible" : "hidden",
7219
7219
  animate: g,
7220
7220
  transition: S,
7221
- onMouseEnter: V,
7221
+ onMouseEnter: P,
7222
7222
  onMouseLeave: B,
7223
7223
  onFocus: O,
7224
7224
  onBlur: R,
7225
7225
  className: u,
7226
- style: P,
7226
+ style: V,
7227
7227
  ...A,
7228
7228
  children: I()
7229
7229
  }
@@ -7264,20 +7264,20 @@ const Qp = {
7264
7264
  { onStart: p },
7265
7265
  "start",
7266
7266
  pe(T.current, n)
7267
- ), await g.start("initial"), P();
7267
+ ), await g.start("initial"), V();
7268
7268
  break;
7269
7269
  case "inView":
7270
7270
  b && (ie(
7271
7271
  { onStart: p },
7272
7272
  "start",
7273
7273
  pe(T.current, n)
7274
- ), await g.start("initial"), P());
7274
+ ), await g.start("initial"), V());
7275
7275
  break;
7276
7276
  case "manual":
7277
7277
  await g.start("initial");
7278
7278
  break;
7279
7279
  default:
7280
- await g.start("initial"), P();
7280
+ await g.start("initial"), V();
7281
7281
  }
7282
7282
  ie(
7283
7283
  { onComplete: m },
@@ -7291,14 +7291,14 @@ const Qp = {
7291
7291
  S.current && clearInterval(S.current);
7292
7292
  };
7293
7293
  }, [b, t, g, a, v, n, p, m]);
7294
- const P = () => {
7294
+ const V = () => {
7295
7295
  !l || o.length <= 1 || (S.current = window.setInterval(() => {
7296
7296
  C(($) => {
7297
7297
  const j = ($ + 1) % o.length;
7298
7298
  return g.start(`morph${j}`), j;
7299
7299
  });
7300
7300
  }, i));
7301
- }, V = ($) => {
7301
+ }, P = ($) => {
7302
7302
  $ >= 0 && $ < o.length && (C($), g.start(`morph${$}`));
7303
7303
  }, B = d || {
7304
7304
  ...St(s, n),
@@ -7312,17 +7312,17 @@ const Qp = {
7312
7312
  }, I = () => {
7313
7313
  if (t === "hover" && !a && !v) {
7314
7314
  const $ = (w + 1) % o.length;
7315
- V($);
7315
+ P($);
7316
7316
  }
7317
7317
  }, D = () => {
7318
- t === "hover" && !a && !v && V(0);
7318
+ t === "hover" && !a && !v && P(0);
7319
7319
  }, L = () => {
7320
7320
  if (t === "focus" && !a && !v) {
7321
7321
  const $ = (w + 1) % o.length;
7322
- V($);
7322
+ P($);
7323
7323
  }
7324
7324
  }, M = () => {
7325
- t === "focus" && !a && !v && V(0);
7325
+ t === "focus" && !a && !v && P(0);
7326
7326
  };
7327
7327
  q(() => () => {
7328
7328
  y.current && st(y.current), S.current && clearInterval(S.current);
@@ -7387,7 +7387,7 @@ const Qp = {
7387
7387
  onAnimationComplete: x,
7388
7388
  ...y
7389
7389
  }) => {
7390
- const g = Y(null), b = at(), v = De(g, { once: !0, margin: "0px 0px -10% 0px" }), w = ot(), [C, T] = U(!1), S = Y(0), { scrollY: k } = Ul(), P = d || dm;
7390
+ const g = Y(null), b = at(), v = De(g, { once: !0, margin: "0px 0px -10% 0px" }), w = ot(), [C, T] = U(!1), S = Y(0), { scrollY: k } = Ul(), V = d || dm;
7391
7391
  q(() => {
7392
7392
  const ee = () => {
7393
7393
  T(window.innerWidth <= 768);
@@ -7396,7 +7396,7 @@ const Qp = {
7396
7396
  window.removeEventListener("resize", ee);
7397
7397
  };
7398
7398
  }, []);
7399
- const V = jt(k, [0, 1e3], [0, -o * 100]), B = jt(k, [0, 1e3], [0, -o * 100]), O = Ur(V, {
7399
+ const P = jt(k, [0, 1e3], [0, -o * 100]), B = jt(k, [0, 1e3], [0, -o * 100]), O = Ur(P, {
7400
7400
  stiffness: 100,
7401
7401
  damping: 30,
7402
7402
  mass: 1
@@ -7482,7 +7482,7 @@ const Qp = {
7482
7482
  K.div,
7483
7483
  {
7484
7484
  ref: g,
7485
- variants: P,
7485
+ variants: V,
7486
7486
  initial: a || w ? "visible" : "hidden",
7487
7487
  animate: b,
7488
7488
  transition: D,
@@ -8124,18 +8124,18 @@ var tt = xm(), vm = (e) => {
8124
8124
  N && L.push(N);
8125
8125
  }
8126
8126
  return L;
8127
- }, P = {};
8127
+ }, V = {};
8128
8128
  for (let I in w) {
8129
8129
  let D = w[I];
8130
- D !== void 0 && (P[I] = D);
8130
+ D !== void 0 && (V[I] = D);
8131
8131
  }
8132
- let V = (I, D) => {
8132
+ let P = (I, D) => {
8133
8133
  let L = typeof w?.[I] == "object" ? { [I]: w[I]?.initial } : {};
8134
- return { ...p, ...P, ...L, ...D };
8134
+ return { ...p, ...V, ...L, ...D };
8135
8135
  }, B = (I = [], D) => {
8136
8136
  let L = [], M = I.length;
8137
8137
  for (let A = 0; A < M; A++) {
8138
- let { class: N, className: E, ...z } = I[A], $ = !0, j = V(null, D);
8138
+ let { class: N, className: E, ...z } = I[A], $ = !0, j = P(null, D);
8139
8139
  for (let Z in z) {
8140
8140
  let W = z[Z], ne = j[Z];
8141
8141
  if (Array.isArray(W)) {
@@ -8166,7 +8166,7 @@ var tt = xm(), vm = (e) => {
8166
8166
  return L;
8167
8167
  }, R = (I) => {
8168
8168
  if (l.length < 1) return null;
8169
- let D = {}, L = V(null, I);
8169
+ let D = {}, L = P(null, I);
8170
8170
  for (let M = 0; M < l.length; M++) {
8171
8171
  let { slots: A = [], class: N, className: E, ...z } = l[M];
8172
8172
  if (!Ee(z)) {
@@ -8477,7 +8477,7 @@ const ve = (e) => {
8477
8477
  "bottom-left",
8478
8478
  // Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
8479
8479
  "left-bottom"
8480
- ], C = () => [...w(), X, H], T = () => ["auto", "hidden", "clip", "visible", "scroll"], S = () => ["auto", "contain", "none"], k = () => [X, H, l], P = () => [At, "full", "auto", ...k()], V = () => [lt, "none", "subgrid", X, H], B = () => ["auto", {
8480
+ ], C = () => [...w(), X, H], T = () => ["auto", "hidden", "clip", "visible", "scroll"], S = () => ["auto", "contain", "none"], k = () => [X, H, l], V = () => [At, "full", "auto", ...k()], P = () => [lt, "none", "subgrid", X, H], B = () => ["auto", {
8481
8481
  span: ["full", lt, X, H]
8482
8482
  }, lt, X, H], O = () => [lt, "auto", X, H], R = () => ["auto", "min", "max", "fr", X, H], I = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], D = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], L = () => ["auto", ...k()], M = () => [At, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...k()], A = () => [e, X, H], N = () => [...w(), _o, Wo, {
8483
8483
  position: [X, H]
@@ -8678,63 +8678,63 @@ const ve = (e) => {
8678
8678
  * @see https://tailwindcss.com/docs/top-right-bottom-left
8679
8679
  */
8680
8680
  inset: [{
8681
- inset: P()
8681
+ inset: V()
8682
8682
  }],
8683
8683
  /**
8684
8684
  * Right / Left
8685
8685
  * @see https://tailwindcss.com/docs/top-right-bottom-left
8686
8686
  */
8687
8687
  "inset-x": [{
8688
- "inset-x": P()
8688
+ "inset-x": V()
8689
8689
  }],
8690
8690
  /**
8691
8691
  * Top / Bottom
8692
8692
  * @see https://tailwindcss.com/docs/top-right-bottom-left
8693
8693
  */
8694
8694
  "inset-y": [{
8695
- "inset-y": P()
8695
+ "inset-y": V()
8696
8696
  }],
8697
8697
  /**
8698
8698
  * Start
8699
8699
  * @see https://tailwindcss.com/docs/top-right-bottom-left
8700
8700
  */
8701
8701
  start: [{
8702
- start: P()
8702
+ start: V()
8703
8703
  }],
8704
8704
  /**
8705
8705
  * End
8706
8706
  * @see https://tailwindcss.com/docs/top-right-bottom-left
8707
8707
  */
8708
8708
  end: [{
8709
- end: P()
8709
+ end: V()
8710
8710
  }],
8711
8711
  /**
8712
8712
  * Top
8713
8713
  * @see https://tailwindcss.com/docs/top-right-bottom-left
8714
8714
  */
8715
8715
  top: [{
8716
- top: P()
8716
+ top: V()
8717
8717
  }],
8718
8718
  /**
8719
8719
  * Right
8720
8720
  * @see https://tailwindcss.com/docs/top-right-bottom-left
8721
8721
  */
8722
8722
  right: [{
8723
- right: P()
8723
+ right: V()
8724
8724
  }],
8725
8725
  /**
8726
8726
  * Bottom
8727
8727
  * @see https://tailwindcss.com/docs/top-right-bottom-left
8728
8728
  */
8729
8729
  bottom: [{
8730
- bottom: P()
8730
+ bottom: V()
8731
8731
  }],
8732
8732
  /**
8733
8733
  * Left
8734
8734
  * @see https://tailwindcss.com/docs/top-right-bottom-left
8735
8735
  */
8736
8736
  left: [{
8737
- left: P()
8737
+ left: V()
8738
8738
  }],
8739
8739
  /**
8740
8740
  * Visibility
@@ -8805,7 +8805,7 @@ const ve = (e) => {
8805
8805
  * @see https://tailwindcss.com/docs/grid-template-columns
8806
8806
  */
8807
8807
  "grid-cols": [{
8808
- "grid-cols": V()
8808
+ "grid-cols": P()
8809
8809
  }],
8810
8810
  /**
8811
8811
  * Grid Column Start / End
@@ -8833,7 +8833,7 @@ const ve = (e) => {
8833
8833
  * @see https://tailwindcss.com/docs/grid-template-rows
8834
8834
  */
8835
8835
  "grid-rows": [{
8836
- "grid-rows": V()
8836
+ "grid-rows": P()
8837
8837
  }],
8838
8838
  /**
8839
8839
  * Grid Row Start / End
@@ -11306,10 +11306,10 @@ const pg = oe(({
11306
11306
  isFocusable: c
11307
11307
  });
11308
11308
  return te(M, m.base);
11309
- }, [s, a, o, i, l, c, m.base]), P = G(() => {
11309
+ }, [s, a, o, i, l, c, m.base]), V = G(() => {
11310
11310
  const M = ng();
11311
11311
  return te(M, m.img);
11312
- }, [m.img]), V = G(() => {
11312
+ }, [m.img]), P = G(() => {
11313
11313
  const M = sg();
11314
11314
  return te(M, m.fallback);
11315
11315
  }, [m.fallback]), B = G(() => {
@@ -11317,8 +11317,8 @@ const pg = oe(({
11317
11317
  return te(M, m.name);
11318
11318
  }, [m.name]), O = G(() => te("w-1/2 h-1/2", m.icon), [m.icon]), R = () => !e || !b ? null : Pe.createElement(u, {
11319
11319
  ...C,
11320
- className: P
11321
- }), I = () => v ? /* @__PURE__ */ F("div", { ...S, className: V, children: [
11320
+ className: V
11321
+ }), I = () => v ? /* @__PURE__ */ F("div", { ...S, className: P, children: [
11322
11322
  n,
11323
11323
  !n && t && /* @__PURE__ */ h("span", { className: B, "aria-label": `${t} initials`, children: w }),
11324
11324
  !n && !t && r && /* @__PURE__ */ h("span", { className: O, "aria-hidden": "true", children: r }),
@@ -11463,34 +11463,34 @@ const mg = (e) => {
11463
11463
  }, [r, s, a, c.count]), w = G(() => {
11464
11464
  if (!d) return null;
11465
11465
  const S = cs.toArray(d).slice(0, e);
11466
- return S.map((k, P) => a ? /* @__PURE__ */ h(
11466
+ return S.map((k, V) => a ? /* @__PURE__ */ h(
11467
11467
  K.div,
11468
11468
  {
11469
11469
  initial: { opacity: 0, scale: 0.8 },
11470
11470
  animate: { opacity: 1, scale: 1 },
11471
11471
  transition: {
11472
- delay: P * 0.05,
11472
+ delay: V * 0.05,
11473
11473
  duration: 0.2,
11474
11474
  ease: [0.4, 0, 0.2, 1]
11475
11475
  },
11476
11476
  children: k
11477
11477
  },
11478
- P
11478
+ V
11479
11479
  ) : /* @__PURE__ */ h(
11480
11480
  K.div,
11481
11481
  {
11482
- className: P > 0 ? "-ml-2" : "",
11482
+ className: V > 0 ? "-ml-2" : "",
11483
11483
  initial: { opacity: 0, x: -10 },
11484
11484
  animate: { opacity: 1, x: 0 },
11485
11485
  transition: {
11486
- delay: P * 0.05,
11486
+ delay: V * 0.05,
11487
11487
  duration: 0.2,
11488
11488
  ease: [0.4, 0, 0.2, 1]
11489
11489
  },
11490
- style: { zIndex: S.length - P },
11490
+ style: { zIndex: S.length - V },
11491
11491
  children: k
11492
11492
  },
11493
- P
11493
+ V
11494
11494
  ));
11495
11495
  }, [d, e, a]);
11496
11496
  return /* @__PURE__ */ h(bg, { value: p, children: /* @__PURE__ */ F(
@@ -12391,8 +12391,8 @@ const Go = (e) => {
12391
12391
  const T = b.length, S = Math.max(2, c - 1);
12392
12392
  if (T <= S)
12393
12393
  return b;
12394
- const k = b.slice(0, f), P = b.slice(T - p), V = T - f - p, B = m ? m(V) : /* @__PURE__ */ h("span", { "aria-label": `${V} more items`, children: "..." }, "ellipsis");
12395
- return [...k, B, ...P];
12394
+ const k = b.slice(0, f), V = b.slice(T - p), P = T - f - p, B = m ? m(P) : /* @__PURE__ */ h("span", { "aria-label": `${P} more items`, children: "..." }, "ellipsis");
12395
+ return [...k, B, ...V];
12396
12396
  }, [b, c, f, p, m]), w = G(
12397
12397
  () => bc({
12398
12398
  size: r,
@@ -12511,12 +12511,12 @@ const Zs = ({
12511
12511
  isDisabled: C
12512
12512
  }),
12513
12513
  [b, v, w, C]
12514
- ), S = _((P) => {
12514
+ ), S = _((V) => {
12515
12515
  if (C || o) {
12516
- P.preventDefault();
12516
+ V.preventDefault();
12517
12517
  return;
12518
12518
  }
12519
- x && x(P);
12519
+ x && x(V);
12520
12520
  }, [C, o, x]);
12521
12521
  return {
12522
12522
  children: r,
@@ -12865,7 +12865,7 @@ const Mg = {
12865
12865
  clickAnimation: y = "scale",
12866
12866
  "data-testid": g
12867
12867
  }) => {
12868
- const [b, v] = U(!1), w = "inline-flex items-center justify-center font-medium border", C = Mg[l], T = Eg[d], S = Ig(n, c), k = Ng(a), P = Dg(s), V = Bg(p), B = Lg(
12868
+ const [b, v] = U(!1), w = "inline-flex items-center justify-center font-medium border", C = Mg[l], T = Eg[d], S = Ig(n, c), k = Ng(a), V = Dg(s), P = Bg(p), B = Lg(
12869
12869
  s,
12870
12870
  a
12871
12871
  ), O = [
@@ -12874,8 +12874,8 @@ const Mg = {
12874
12874
  T,
12875
12875
  S,
12876
12876
  k,
12877
- P,
12878
12877
  V,
12878
+ P,
12879
12879
  B,
12880
12880
  t
12881
12881
  // User className has highest priority
@@ -13170,32 +13170,32 @@ const Mg = {
13170
13170
  onValueChange: w,
13171
13171
  "data-testid": C
13172
13172
  }) => {
13173
- const [T, S] = U(c), k = Y(null), P = l !== void 0, V = P ? l : T, B = m || x === "invalid", O = (Z) => {
13173
+ const [T, S] = U(c), k = Y(null), V = l !== void 0, P = V ? l : T, B = m || x === "invalid", O = (Z) => {
13174
13174
  if (f || u) return;
13175
13175
  const W = Z.target.checked;
13176
- P || S(W), v?.(Z), w?.(W);
13176
+ V || S(W), v?.(Z), w?.(W);
13177
13177
  }, I = [Qg(f), b?.base, g].filter(Boolean).join(" "), L = [qg(
13178
13178
  s,
13179
13179
  o,
13180
13180
  a,
13181
- V || p,
13181
+ P || p,
13182
13182
  f,
13183
13183
  B,
13184
13184
  y
13185
13185
  ), b?.wrapper].filter(Boolean).join(" "), A = [Zg(
13186
13186
  s,
13187
- V,
13187
+ P,
13188
13188
  p,
13189
13189
  y
13190
13190
  ), b?.icon].filter(Boolean).join(" "), E = [Jg(
13191
13191
  s,
13192
13192
  f,
13193
13193
  i,
13194
- V
13194
+ P
13195
13195
  ), b?.label].filter(Boolean).join(" "), $ = [eb(), b?.hiddenInput].filter(Boolean).join(" "), j = () => t ? /* @__PURE__ */ h(
13196
13196
  t,
13197
13197
  {
13198
- isSelected: V,
13198
+ isSelected: P,
13199
13199
  isIndeterminate: p,
13200
13200
  disableAnimation: y,
13201
13201
  className: A,
@@ -13204,7 +13204,7 @@ const Mg = {
13204
13204
  ) : /* @__PURE__ */ h(
13205
13205
  rb,
13206
13206
  {
13207
- isSelected: V,
13207
+ isSelected: P,
13208
13208
  isIndeterminate: p,
13209
13209
  disableAnimation: y,
13210
13210
  className: A,
@@ -13225,13 +13225,13 @@ const Mg = {
13225
13225
  type: "checkbox",
13226
13226
  value: r,
13227
13227
  name: n,
13228
- checked: V || p,
13228
+ checked: P || p,
13229
13229
  onChange: O,
13230
13230
  disabled: f,
13231
13231
  readOnly: u,
13232
13232
  required: d,
13233
13233
  "aria-invalid": B,
13234
- "aria-checked": p ? "mixed" : V,
13234
+ "aria-checked": p ? "mixed" : P,
13235
13235
  className: $,
13236
13236
  "data-testid": `${C}-input`
13237
13237
  }
@@ -13828,7 +13828,7 @@ const Qs = {
13828
13828
  onError: g,
13829
13829
  "data-testid": b
13830
13830
  }) => {
13831
- const [v, w] = U(!p), [C, T] = U(!1), [S, k] = U(e), P = Y(null), V = (E) => {
13831
+ const [v, w] = U(!p), [C, T] = U(!1), [S, k] = U(e), V = Y(null), P = (E) => {
13832
13832
  w(!1), T(!1), y?.(E);
13833
13833
  }, B = () => {
13834
13834
  T(!0), w(!1), c && S !== c && (k(c), w(!p)), g?.();
@@ -13852,7 +13852,7 @@ const Qs = {
13852
13852
  ), D = /* @__PURE__ */ h(
13853
13853
  "img",
13854
13854
  {
13855
- ref: P,
13855
+ ref: V,
13856
13856
  src: S,
13857
13857
  srcSet: t,
13858
13858
  sizes: r,
@@ -13861,7 +13861,7 @@ const Qs = {
13861
13861
  height: a,
13862
13862
  loading: l,
13863
13863
  className: R,
13864
- onLoad: V,
13864
+ onLoad: P,
13865
13865
  onError: B,
13866
13866
  "data-testid": b
13867
13867
  }
@@ -14187,9 +14187,9 @@ const Qs = {
14187
14187
  // Animation & styling
14188
14188
  disableAnimation: S = !1,
14189
14189
  classNames: k,
14190
- className: P,
14190
+ className: V,
14191
14191
  // Validation
14192
- validate: V,
14192
+ validate: P,
14193
14193
  validationBehavior: B = "native",
14194
14194
  // Refs
14195
14195
  baseRef: O,
@@ -14208,7 +14208,7 @@ const Qs = {
14208
14208
  "aria-describedby": j,
14209
14209
  ...Z
14210
14210
  }, W) => {
14211
- const [ne, ee] = U(i || ""), [re, de] = U(!1), [fe, Re] = U(!1), [we, mt] = U([]), He = Y(null), ue = o !== void 0, Be = ue ? o : ne, Ve = Be && Be.length > 0, it = Ve || re, Xe = m === "password", on = Xe && fe ? "text" : m, kr = V !== void 0, je = (C || we.length > 0) && !v, se = `input-label-${Math.random().toString(36).substring(2, 11)}`, be = r ? `input-description-${Math.random().toString(36).substring(2, 11)}` : void 0, Te = je ? `input-error-${Math.random().toString(36).substring(2, 11)}` : void 0;
14211
+ const [ne, ee] = U(i || ""), [re, de] = U(!1), [fe, Re] = U(!1), [we, mt] = U([]), He = Y(null), ue = o !== void 0, Be = ue ? o : ne, Ve = Be && Be.length > 0, it = Ve || re, Xe = m === "password", on = Xe && fe ? "text" : m, kr = P !== void 0, je = (C || we.length > 0) && !v, se = `input-label-${Math.random().toString(36).substring(2, 11)}`, be = r ? `input-description-${Math.random().toString(36).substring(2, 11)}` : void 0, Te = je ? `input-error-${Math.random().toString(36).substring(2, 11)}` : void 0;
14212
14212
  q(() => {
14213
14213
  if (kr || b || x || y || g) {
14214
14214
  const _e = Sb(Be, {
@@ -14217,7 +14217,7 @@ const Qs = {
14217
14217
  maxLength: y,
14218
14218
  pattern: g,
14219
14219
  type: m,
14220
- customValidate: V
14220
+ customValidate: P
14221
14221
  });
14222
14222
  mt(_e.errors);
14223
14223
  }
@@ -14228,7 +14228,7 @@ const Qs = {
14228
14228
  y,
14229
14229
  g,
14230
14230
  m,
14231
- V,
14231
+ P,
14232
14232
  kr
14233
14233
  ]);
14234
14234
  const Qe = (_e) => {
@@ -14246,7 +14246,7 @@ const Qs = {
14246
14246
  p,
14247
14247
  v,
14248
14248
  f
14249
- ), k?.base, P].filter(Boolean).join(" "), Zc = [
14249
+ ), k?.base, V].filter(Boolean).join(" "), Zc = [
14250
14250
  mb(f),
14251
14251
  k?.mainWrapper
14252
14252
  ].filter(Boolean).join(" "), Jc = [gb(
@@ -14837,8 +14837,8 @@ const fr = J({
14837
14837
  onClose: T,
14838
14838
  ...S
14839
14839
  }, k) => {
14840
- const [P, V] = U(l), B = Y(null), O = i !== void 0 ? i : P, R = (W) => {
14841
- i === void 0 && V(W), C?.(W), W || T?.();
14840
+ const [V, P] = U(l), B = Y(null), O = i !== void 0 ? i : V, R = (W) => {
14841
+ i === void 0 && P(W), C?.(W), W || T?.();
14842
14842
  }, I = () => {
14843
14843
  R(!1);
14844
14844
  };
@@ -15238,7 +15238,7 @@ const pt = J({
15238
15238
  onScrollPositionChange: x,
15239
15239
  ...y
15240
15240
  }, g) => {
15241
- const [b, v] = U(l), [w, C] = U(!1), [T, S] = U(0), k = Y(null), P = i ?? b, V = (I) => {
15241
+ const [b, v] = U(l), [w, C] = U(!1), [T, S] = U(0), k = Y(null), V = i ?? b, P = (I) => {
15242
15242
  i === void 0 && v(I), m?.(I);
15243
15243
  };
15244
15244
  q(() => {
@@ -15261,7 +15261,7 @@ const pt = J({
15261
15261
  isBlurred: o,
15262
15262
  disableAnimation: u
15263
15263
  }), R = {
15264
- isMenuOpen: P,
15264
+ isMenuOpen: V,
15265
15265
  position: r,
15266
15266
  maxWidth: n,
15267
15267
  height: t,
@@ -15270,7 +15270,7 @@ const pt = J({
15270
15270
  shouldHideOnScroll: c,
15271
15271
  disableAnimation: u,
15272
15272
  classNames: f,
15273
- onMenuOpenChange: V,
15273
+ onMenuOpenChange: P,
15274
15274
  onScrollPositionChange: x
15275
15275
  };
15276
15276
  return /* @__PURE__ */ h(wc.Provider, { value: R, children: /* @__PURE__ */ h(
@@ -15279,7 +15279,7 @@ const pt = J({
15279
15279
  ref: g || k,
15280
15280
  className: B({ className: f?.base || p }),
15281
15281
  style: { height: t },
15282
- "data-menu-open": P,
15282
+ "data-menu-open": V,
15283
15283
  "data-hidden": w,
15284
15284
  initial: c ? { y: 0 } : !1,
15285
15285
  animate: c ? { y: w ? -100 : 0 } : !1,
@@ -16239,7 +16239,7 @@ const xr = {
16239
16239
  C || v($), x?.(z), y?.($);
16240
16240
  }, k = () => {
16241
16241
  u || d || w.current?.click();
16242
- }, V = [ay(u), m?.base, p].filter(Boolean).join(" "), O = [oy(
16242
+ }, P = [ay(u), m?.base, p].filter(Boolean).join(" "), O = [oy(
16243
16243
  n,
16244
16244
  s,
16245
16245
  T,
@@ -16252,7 +16252,7 @@ const xr = {
16252
16252
  cy(),
16253
16253
  m?.hiddenInput
16254
16254
  ].filter(Boolean).join(" ");
16255
- return /* @__PURE__ */ F("label", { className: V, "data-testid": g, children: [
16255
+ return /* @__PURE__ */ F("label", { className: P, "data-testid": g, children: [
16256
16256
  o && /* @__PURE__ */ h(
16257
16257
  K.div,
16258
16258
  {
@@ -16480,8 +16480,8 @@ const xr = {
16480
16480
  selectedKeys: T = /* @__PURE__ */ new Set(),
16481
16481
  defaultSelectedKeys: S = /* @__PURE__ */ new Set(),
16482
16482
  disabledKeys: k = /* @__PURE__ */ new Set(),
16483
- disallowEmptySelection: P = !1,
16484
- selectionMode: V = "none",
16483
+ disallowEmptySelection: V = !1,
16484
+ selectionMode: P = "none",
16485
16485
  selectionBehavior: B = "toggle",
16486
16486
  disabledBehavior: O = "selection",
16487
16487
  allowDuplicateSelectionEvents: R = !1,
@@ -16503,7 +16503,7 @@ const xr = {
16503
16503
  const re = G(() => ({
16504
16504
  color: r,
16505
16505
  customColor: n,
16506
- selectionMode: V,
16506
+ selectionMode: P,
16507
16507
  selectionBehavior: B,
16508
16508
  selectedKeys: T,
16509
16509
  disabledKeys: k,
@@ -16523,7 +16523,7 @@ const xr = {
16523
16523
  }), [
16524
16524
  r,
16525
16525
  n,
16526
- V,
16526
+ P,
16527
16527
  B,
16528
16528
  T,
16529
16529
  k,
@@ -16975,42 +16975,49 @@ const xr = {
16975
16975
  type: t = "default",
16976
16976
  title: r,
16977
16977
  description: n,
16978
- closable: s = !0,
16979
- action: a,
16980
- icon: o,
16981
- size: i = "md",
16982
- variant: l = "solid",
16983
- radius: c = "md",
16984
- position: d = "top-right",
16985
- className: u = "",
16986
- onRemove: f,
16987
- onClose: p,
16988
- "data-testid": m
16978
+ duration: s,
16979
+ closable: a = !0,
16980
+ action: o,
16981
+ icon: i,
16982
+ size: l = "md",
16983
+ variant: c = "solid",
16984
+ radius: d = "md",
16985
+ position: u = "top-right",
16986
+ className: f = "",
16987
+ onRemove: p,
16988
+ onClose: m,
16989
+ "data-testid": x
16989
16990
  }) => {
16990
- const [x, y] = U(!1), g = "flex items-start gap-3 border w-full max-w-sm pointer-events-auto", b = Ay[i], v = Vy[c], w = Py(t, l), C = Ey(d), T = [
16991
- g,
16991
+ const [y, g] = U(!1), b = "flex items-start gap-3 border w-full max-w-sm pointer-events-auto", v = Ay[l], w = Vy[d], C = Py(t, c), T = Ey(u), S = [
16992
16992
  b,
16993
16993
  v,
16994
16994
  w,
16995
- x ? C.exit : C.enter,
16996
- u
16997
- ].filter(Boolean).join(" "), S = () => {
16998
- p && p(e), y(!0), setTimeout(() => {
16999
- f(e);
16995
+ C,
16996
+ y ? T.exit : T.enter,
16997
+ f
16998
+ ].filter(Boolean).join(" "), k = _(() => {
16999
+ m && m(e), g(!0), setTimeout(() => {
17000
+ p(e);
17000
17001
  }, 200);
17001
- };
17002
- return q(() => () => {
17003
- }, []), /* @__PURE__ */ F("div", { className: T, "data-testid": m, children: [
17004
- o !== !1 && /* @__PURE__ */ h(By, { type: t, customIcon: o }),
17002
+ }, [e, m, p]);
17003
+ return q(() => {
17004
+ if (s && s > 0) {
17005
+ const V = setTimeout(() => {
17006
+ k();
17007
+ }, s);
17008
+ return () => clearTimeout(V);
17009
+ }
17010
+ }, [s, k]), /* @__PURE__ */ F("div", { className: S, "data-testid": x, children: [
17011
+ i !== !1 && /* @__PURE__ */ h(By, { type: t, customIcon: i }),
17005
17012
  /* @__PURE__ */ F("div", { className: "flex-1 min-w-0", children: [
17006
17013
  r && /* @__PURE__ */ h("div", { className: "font-semibold text-sm mb-1 break-words", children: r }),
17007
17014
  n && /* @__PURE__ */ h("div", { className: "text-sm opacity-90 break-words", children: n }),
17008
- a && /* @__PURE__ */ h("div", { className: "mt-2", children: a })
17015
+ o && /* @__PURE__ */ h("div", { className: "mt-2", children: o })
17009
17016
  ] }),
17010
- s && /* @__PURE__ */ h(
17017
+ a && /* @__PURE__ */ h(
17011
17018
  "button",
17012
17019
  {
17013
- onClick: S,
17020
+ onClick: k,
17014
17021
  className: "flex-shrink-0 p-1 rounded-sm opacity-70 hover:opacity-100 transition-opacity focus:outline-none focus:ring-2 focus:ring-current focus:ring-offset-1 dark:focus:ring-offset-gray-800",
17015
17022
  "aria-label": "Close notification",
17016
17023
  type: "button",
@@ -17073,9 +17080,7 @@ const Vv = ({
17073
17080
  ...p,
17074
17081
  id: m
17075
17082
  };
17076
- return i({ type: "ADD_TOAST", payload: x }), x.duration && x.duration > 0 && setTimeout(() => {
17077
- i({ type: "REMOVE_TOAST", payload: m });
17078
- }, x.duration), m;
17083
+ return i({ type: "ADD_TOAST", payload: x }), m;
17079
17084
  },
17080
17085
  [n, t]
17081
17086
  ), c = _((p) => {
@@ -17164,8 +17169,8 @@ const Vv = ({
17164
17169
  (f, p = {}) => e({
17165
17170
  type: "error",
17166
17171
  description: f,
17167
- duration: p.duration ?? 0,
17168
- // Error toasts don't auto-dismiss by default
17172
+ duration: p.duration ?? 7e3,
17173
+ // Error toasts auto-dismiss after 7 seconds by default
17169
17174
  ...p
17170
17175
  }),
17171
17176
  [e]
@@ -17844,22 +17849,22 @@ const Vv = ({
17844
17849
  window.removeEventListener("resize", R), window.removeEventListener("scroll", R, !0);
17845
17850
  };
17846
17851
  }, [k, m, y, t, l]);
17847
- const P = _(() => {
17852
+ const V = _(() => {
17848
17853
  if (n) return;
17849
17854
  C.current && (window.clearTimeout(C.current), C.current = void 0);
17850
17855
  const R = d.show;
17851
17856
  R > 0 ? w.current = window.setTimeout(() => {
17852
17857
  S ? o?.(!0) : p(!0);
17853
17858
  }, R) : S ? o?.(!0) : p(!0);
17854
- }, [n, d.show, S, o]), V = _(() => {
17859
+ }, [n, d.show, S, o]), P = _(() => {
17855
17860
  w.current && (window.clearTimeout(w.current), w.current = void 0);
17856
17861
  const R = d.hide;
17857
17862
  R > 0 ? C.current = window.setTimeout(() => {
17858
17863
  S ? o?.(!1) : p(!1);
17859
17864
  }, R) : S ? o?.(!1) : p(!1);
17860
17865
  }, [d.hide, S, o]), B = _(() => {
17861
- k ? V() : P();
17862
- }, [k, P, V]);
17866
+ k ? P() : V();
17867
+ }, [k, V, P]);
17863
17868
  q(() => () => {
17864
17869
  w.current && window.clearTimeout(w.current), C.current && window.clearTimeout(C.current);
17865
17870
  }, []);
@@ -17873,8 +17878,8 @@ const Vv = ({
17873
17878
  case "hover":
17874
17879
  return {
17875
17880
  ...R,
17876
- onMouseEnter: P,
17877
- onMouseLeave: V
17881
+ onMouseEnter: V,
17882
+ onMouseLeave: P
17878
17883
  };
17879
17884
  case "click":
17880
17885
  return {
@@ -17884,15 +17889,15 @@ const Vv = ({
17884
17889
  case "focus":
17885
17890
  return {
17886
17891
  ...R,
17887
- onFocus: P,
17888
- onBlur: V
17892
+ onFocus: V,
17893
+ onBlur: P
17889
17894
  };
17890
17895
  case "manual":
17891
17896
  return R;
17892
17897
  default:
17893
17898
  return R;
17894
17899
  }
17895
- }, [n, r, T, k, P, V, B]);
17900
+ }, [n, r, T, k, V, P, B]);
17896
17901
  return {
17897
17902
  isOpen: k,
17898
17903
  referenceElement: m,
@@ -17902,8 +17907,8 @@ const Vv = ({
17902
17907
  position: b,
17903
17908
  id: T,
17904
17909
  getTriggerProps: O,
17905
- openTooltip: P,
17906
- closeTooltip: V,
17910
+ openTooltip: V,
17911
+ closeTooltip: P,
17907
17912
  toggleTooltip: B
17908
17913
  };
17909
17914
  }, Zy = ({ variant: e = "dark", size: t = "md", placement: r, animation: n = "fade", className: s }) => {
@@ -17997,11 +18002,11 @@ const Vv = ({
17997
18002
  } = qy(e), C = () => {
17998
18003
  const S = w();
17999
18004
  if (o && ti(t)) {
18000
- const k = t.props, P = {
18005
+ const k = t.props, V = {
18001
18006
  ...k,
18002
18007
  ...S,
18003
- ref: (V) => {
18004
- y(V), typeof k.ref == "function" ? k.ref(V) : k.ref?.current !== void 0 && (k.ref.current = V);
18008
+ ref: (P) => {
18009
+ y(P), typeof k.ref == "function" ? k.ref(P) : k.ref?.current !== void 0 && (k.ref.current = P);
18005
18010
  },
18006
18011
  className: Yo({
18007
18012
  active: x,
@@ -18009,7 +18014,7 @@ const Vv = ({
18009
18014
  className: k.className
18010
18015
  })
18011
18016
  };
18012
- return Pe.createElement(t.type, P);
18017
+ return Pe.createElement(t.type, V);
18013
18018
  }
18014
18019
  return /* @__PURE__ */ h(
18015
18020
  "span",
@@ -18644,8 +18649,8 @@ function fx(e) {
18644
18649
  onKeyDown: T,
18645
18650
  onKeyUp: S,
18646
18651
  onClose: k,
18647
- onClear: P,
18648
- ...V
18652
+ onClear: V,
18653
+ ...P
18649
18654
  } = e, B = Y(null), O = Y(null), [R, I] = U(s), [D, L] = U(o || null), [M, A] = U(!1), [N] = U(!1), [E, z] = U(null), $ = n ?? R, j = a ?? D, Z = G(() => ux(t ?? r), [t, r]), W = G(() => !$.trim() && i !== "focus" ? c ? Z : [] : $.trim() ? Z.filter((se) => {
18650
18655
  const be = Vn(se);
18651
18656
  return u(be, $);
@@ -18728,8 +18733,8 @@ function fx(e) {
18728
18733
  A(!1), b?.(!1), k?.();
18729
18734
  }, 150);
18730
18735
  }, [w, C, d, M, b, k]), we = _(() => {
18731
- ne(""), a === void 0 && L(null), g?.(null), P?.(), B.current && B.current.focus();
18732
- }, [ne, a, g, P]), mt = _((se) => {
18736
+ ne(""), a === void 0 && L(null), g?.(null), V?.(), B.current && B.current.focus();
18737
+ }, [ne, a, g, V]), mt = _((se) => {
18733
18738
  ee(se);
18734
18739
  }, [ee]), He = _(() => {
18735
18740
  M || re(!0, "manual");
@@ -18747,7 +18752,7 @@ function fx(e) {
18747
18752
  document.removeEventListener("mousedown", se);
18748
18753
  };
18749
18754
  }, [M, b, k]);
18750
- const { size: Be, ...Ve } = V, it = G(() => ({
18755
+ const { size: Be, ...Ve } = P, it = G(() => ({
18751
18756
  ...Ve,
18752
18757
  ref: B,
18753
18758
  value: $,
@@ -19699,17 +19704,17 @@ const is = oe(({
19699
19704
  onKeyDown: C,
19700
19705
  ...T
19701
19706
  }, S) => {
19702
- const [k, P] = Pe.useState(!1), V = _(() => {
19707
+ const [k, V] = Pe.useState(!1), P = _(() => {
19703
19708
  c || (y?.(), m !== void 0 && x && x(m));
19704
19709
  }, [c, y, m, x]), B = _((N) => {
19705
- c || (N.preventDefault(), N.stopPropagation(), v?.(N), V());
19706
- }, [c, v, V]), O = _((N) => {
19710
+ c || (N.preventDefault(), N.stopPropagation(), v?.(N), P());
19711
+ }, [c, v, P]), O = _((N) => {
19707
19712
  c || (N.preventDefault(), w?.(N), g?.());
19708
19713
  }, [c, w, g]), R = _(() => {
19709
19714
  c || b?.();
19710
19715
  }, [c, b]), I = _((N) => {
19711
- c || (C?.(N), (N.key === "Enter" || N.key === " ") && (N.preventDefault(), N.stopPropagation(), V()));
19712
- }, [c, C, V]), D = G(() => gx({
19716
+ c || (C?.(N), (N.key === "Enter" || N.key === " ") && (N.preventDefault(), N.stopPropagation(), P()));
19717
+ }, [c, C, P]), D = G(() => gx({
19713
19718
  variant: u,
19714
19719
  color: f,
19715
19720
  size: p,
@@ -19735,8 +19740,8 @@ const is = oe(({
19735
19740
  onClick: B,
19736
19741
  onMouseDown: O,
19737
19742
  onMouseUp: R,
19738
- onMouseEnter: () => P(!0),
19739
- onMouseLeave: () => P(!1),
19743
+ onMouseEnter: () => V(!0),
19744
+ onMouseLeave: () => V(!1),
19740
19745
  onKeyDown: I,
19741
19746
  ...T,
19742
19747
  children: /* @__PURE__ */ F("div", { className: te(D.wrapper(), r?.wrapper), children: [
@@ -19812,8 +19817,8 @@ const kx = oe(({
19812
19817
  popoverProps: T,
19813
19818
  listboxProps: S,
19814
19819
  inputProps: k,
19815
- selectorButtonProps: P,
19816
- clearButtonProps: V,
19820
+ selectorButtonProps: V,
19821
+ clearButtonProps: P,
19817
19822
  children: B,
19818
19823
  ...O
19819
19824
  }, R) => {
@@ -19969,11 +19974,11 @@ const kx = oe(({
19969
19974
  "button",
19970
19975
  {
19971
19976
  ...j,
19972
- ...V,
19977
+ ...P,
19973
19978
  className: te(
19974
19979
  "p-1 rounded-small opacity-70 hover:opacity-100 transition-opacity",
19975
19980
  j.className,
19976
- V?.className
19981
+ P?.className
19977
19982
  ),
19978
19983
  children: v || mt
19979
19984
  }
@@ -19982,11 +19987,11 @@ const kx = oe(({
19982
19987
  "button",
19983
19988
  {
19984
19989
  ...Z,
19985
- ...P,
19990
+ ...V,
19986
19991
  className: te(
19987
19992
  "p-1 rounded-small opacity-70 hover:opacity-100 transition-opacity",
19988
19993
  Z.className,
19989
- P?.className
19994
+ V?.className
19990
19995
  ),
19991
19996
  disabled: d,
19992
19997
  children: b || we
@@ -20341,18 +20346,18 @@ const Ax = {
20341
20346
  "aria-label": u,
20342
20347
  "data-testid": f
20343
20348
  }, p) => {
20344
- const m = ta(), x = i ?? m.size, y = l ?? m.color, g = c ?? m.variant, b = d ?? m.radius, v = m.isDisabled, w = m.disableAnimation, C = v || n, T = Oc(x, b), S = Rc(y, g, r, C), k = jc(w, C), P = () => {
20349
+ const m = ta(), x = i ?? m.size, y = l ?? m.color, g = c ?? m.variant, b = d ?? m.radius, v = m.isDisabled, w = m.disableAnimation, C = v || n, T = Oc(x, b), S = Rc(y, g, r, C), k = jc(w, C), V = () => {
20345
20350
  C || t === "dots" || s?.(e);
20346
- }, V = t === "page" ? r ? `Current page, page ${e}` : `Go to page ${e}` : u, B = `${T} ${S} ${k} ${o}`.trim();
20351
+ }, P = t === "page" ? r ? `Current page, page ${e}` : `Go to page ${e}` : u, B = `${T} ${S} ${k} ${o}`.trim();
20347
20352
  return /* @__PURE__ */ h(
20348
20353
  "button",
20349
20354
  {
20350
20355
  ref: p,
20351
20356
  type: "button",
20352
20357
  disabled: C,
20353
- onClick: P,
20358
+ onClick: V,
20354
20359
  className: B,
20355
- "aria-label": V,
20360
+ "aria-label": P,
20356
20361
  "aria-current": r ? "page" : void 0,
20357
20362
  "data-testid": f,
20358
20363
  children: a ?? e
@@ -20377,7 +20382,7 @@ const wr = oe(
20377
20382
  }, u) => {
20378
20383
  const f = ta(), p = a ?? f.size, m = o ?? f.color, x = i ?? f.variant, y = l ?? f.radius, g = f.isDisabled, b = f.disableAnimation, v = g || t, w = Oc(p, y), C = Px(m, x, v), T = jc(b, v), S = () => {
20379
20384
  v || r?.();
20380
- }, k = e === "prev" ? "Go to previous page" : "Go to next page", P = `${w} ${C} ${T} ${s}`.trim();
20385
+ }, k = e === "prev" ? "Go to previous page" : "Go to next page", V = `${w} ${C} ${T} ${s}`.trim();
20381
20386
  return /* @__PURE__ */ h(
20382
20387
  "button",
20383
20388
  {
@@ -20385,7 +20390,7 @@ const wr = oe(
20385
20390
  type: "button",
20386
20391
  disabled: v,
20387
20392
  onClick: S,
20388
- className: P,
20393
+ className: V,
20389
20394
  "aria-label": c ?? k,
20390
20395
  "data-testid": d,
20391
20396
  children: n
@@ -20575,8 +20580,8 @@ const Dr = {
20575
20580
  siblings: v.siblings,
20576
20581
  showDots: v.showDots,
20577
20582
  loop: v.loop,
20578
- onChange: (V) => {
20579
- s?.(V), a?.(V);
20583
+ onChange: (P) => {
20584
+ s?.(P), a?.(P);
20580
20585
  }
20581
20586
  }), C = {
20582
20587
  activePage: w.activePage,
@@ -20594,7 +20599,7 @@ const Dr = {
20594
20599
  o,
20595
20600
  v.showShadow,
20596
20601
  v.compact
20597
- ), S = (V) => !b.showFirstLast || b.placement !== "both" && b.placement !== V ? null : V === "start" ? /* @__PURE__ */ h(
20602
+ ), S = (P) => !b.showFirstLast || b.placement !== "both" && b.placement !== P ? null : P === "start" ? /* @__PURE__ */ h(
20598
20603
  Wc,
20599
20604
  {
20600
20605
  isDisabled: d || w.isFirst,
@@ -20608,7 +20613,7 @@ const Dr = {
20608
20613
  onClick: w.last,
20609
20614
  children: b.labels.last
20610
20615
  }
20611
- ), k = (V) => !b.showControls || b.placement !== "both" && b.placement !== V ? null : V === "start" ? /* @__PURE__ */ h(
20616
+ ), k = (P) => !b.showControls || b.placement !== "both" && b.placement !== P ? null : P === "start" ? /* @__PURE__ */ h(
20612
20617
  zc,
20613
20618
  {
20614
20619
  isDisabled: d || w.isFirst,
@@ -20622,17 +20627,17 @@ const Dr = {
20622
20627
  onClick: w.next,
20623
20628
  children: b.labels.next
20624
20629
  }
20625
- ), P = () => v.showPages ? w.range.map((V) => V.type === "dots" ? /* @__PURE__ */ h(Gc, {}, V.key) : /* @__PURE__ */ h(
20630
+ ), V = () => v.showPages ? w.range.map((P) => P.type === "dots" ? /* @__PURE__ */ h(Gc, {}, P.key) : /* @__PURE__ */ h(
20626
20631
  $c,
20627
20632
  {
20628
20633
  type: "page",
20629
- value: V.value,
20630
- isActive: V.isActive,
20631
- isDisabled: d || V.isDisabled,
20632
- onClick: () => !d && !V.isDisabled && w.setPage(V.value),
20633
- children: V.value
20634
+ value: P.value,
20635
+ isActive: P.isActive,
20636
+ isDisabled: d || P.isDisabled,
20637
+ onClick: () => !d && !P.isDisabled && w.setPage(P.value),
20638
+ children: P.value
20634
20639
  },
20635
- V.key
20640
+ P.key
20636
20641
  )) : null;
20637
20642
  return /* @__PURE__ */ h(Uc.Provider, { value: C, children: /* @__PURE__ */ F(
20638
20643
  "nav",
@@ -20645,7 +20650,7 @@ const Dr = {
20645
20650
  children: [
20646
20651
  S("start"),
20647
20652
  k("start"),
20648
- P(),
20653
+ V(),
20649
20654
  k("end"),
20650
20655
  S("end")
20651
20656
  ]
@@ -20842,7 +20847,7 @@ const sr = (e) => ({
20842
20847
  onStart: g,
20843
20848
  "data-testid": b
20844
20849
  }) => {
20845
- const [v, w] = U(""), [C, T] = U(0), [S, k] = U(!1), [P, V] = U(!1), [B, O] = U(!0), [R, I] = U(!1), D = Y(null), L = Y(null), M = Y(null), A = Kt(), E = (t || [e])[C] || e, z = !m && !A && (n === "immediate" || n === "inView" && R || n === "manual" && x);
20850
+ const [v, w] = U(""), [C, T] = U(0), [S, k] = U(!1), [V, P] = U(!1), [B, O] = U(!0), [R, I] = U(!1), D = Y(null), L = Y(null), M = Y(null), A = Kt(), E = (t || [e])[C] || e, z = !m && !A && (n === "immediate" || n === "inView" && R || n === "manual" && x);
20846
20851
  q(() => {
20847
20852
  if (!(n !== "inView" || !D.current))
20848
20853
  return M.current = new IntersectionObserver(
@@ -20873,9 +20878,9 @@ const sr = (e) => ({
20873
20878
  }, 1e3 / s);
20874
20879
  return () => clearInterval(fe);
20875
20880
  }, ee = () => {
20876
- V(!0), O(!1);
20881
+ P(!0), O(!1);
20877
20882
  const re = setInterval(() => {
20878
- w((de) => de.length > 0 ? de.slice(0, -1) : (clearInterval(re), V(!1), O(!0), t && t.length > 1 && (u ? T((fe) => (fe + 1) % t.length) : C < t.length - 1 && T((fe) => fe + 1), L.current = setTimeout(() => {
20883
+ w((de) => de.length > 0 ? de.slice(0, -1) : (clearInterval(re), P(!1), O(!0), t && t.length > 1 && (u ? T((fe) => (fe + 1) % t.length) : C < t.length - 1 && T((fe) => fe + 1), L.current = setTimeout(() => {
20879
20884
  ne();
20880
20885
  }, 300)), ""));
20881
20886
  }, 1e3 / c);
@@ -20883,7 +20888,7 @@ const sr = (e) => ({
20883
20888
  };
20884
20889
  W();
20885
20890
  }, [z, E, C, s, c, p, l, u, t, g, y, d]), q(() => {
20886
- n === "manual" && !x && (w(""), T(0), k(!1), V(!1));
20891
+ n === "manual" && !x && (w(""), T(0), k(!1), P(!1));
20887
20892
  }, [n, x]);
20888
20893
  const $ = () => {
20889
20894
  const W = {
@@ -20917,9 +20922,9 @@ const sr = (e) => ({
20917
20922
  };
20918
20923
  }
20919
20924
  }, j = () => {
20920
- n === "hover" && !S && !P && (w(""), T(0));
20925
+ n === "hover" && !S && !V && (w(""), T(0));
20921
20926
  }, Z = () => {
20922
- n === "focus" && !S && !P && (w(""), T(0));
20927
+ n === "focus" && !S && !V && (w(""), T(0));
20923
20928
  };
20924
20929
  return /* @__PURE__ */ F(Se, { children: [
20925
20930
  /* @__PURE__ */ h("style", { dangerouslySetInnerHTML: {
@@ -20980,16 +20985,16 @@ const sr = (e) => ({
20980
20985
  onStart: g,
20981
20986
  "data-testid": b
20982
20987
  }) => {
20983
- const [v, w] = U(!1), [C, T] = U(!1), [S, k] = U(!1), P = Y(null), V = Y(null), B = Kt(), O = Nx(e, n, a, s), R = !m && !B && (r === "immediate" || r === "inView" && v || r === "manual" && x);
20988
+ const [v, w] = U(!1), [C, T] = U(!1), [S, k] = U(!1), V = Y(null), P = Y(null), B = Kt(), O = Nx(e, n, a, s), R = !m && !B && (r === "immediate" || r === "inView" && v || r === "manual" && x);
20984
20989
  q(() => {
20985
- if (!(r !== "inView" || !P.current))
20986
- return V.current = new IntersectionObserver(
20990
+ if (!(r !== "inView" || !V.current))
20991
+ return P.current = new IntersectionObserver(
20987
20992
  ([E]) => {
20988
- E.isIntersecting ? (w(!0), !f && V.current && V.current.disconnect()) : f && (w(!1), k(!1));
20993
+ E.isIntersecting ? (w(!0), !f && P.current && P.current.disconnect()) : f && (w(!1), k(!1));
20989
20994
  },
20990
20995
  { threshold: 0.1 }
20991
- ), V.current.observe(P.current), () => {
20992
- V.current && V.current.disconnect();
20996
+ ), P.current.observe(V.current), () => {
20997
+ P.current && P.current.disconnect();
20993
20998
  };
20994
20999
  }, [r, f]), q(() => {
20995
21000
  R && !S ? (T(!0), g && g()) : R || T(!1);
@@ -21032,7 +21037,7 @@ const sr = (e) => ({
21032
21037
  return m || B ? /* @__PURE__ */ h(
21033
21038
  "div",
21034
21039
  {
21035
- ref: P,
21040
+ ref: V,
21036
21041
  className: `reveal-text ${t}`,
21037
21042
  "data-testid": b,
21038
21043
  children: e
@@ -21040,7 +21045,7 @@ const sr = (e) => ({
21040
21045
  ) : /* @__PURE__ */ h(Je, { mode: "wait", children: n === "word" ? /* @__PURE__ */ h(
21041
21046
  "div",
21042
21047
  {
21043
- ref: P,
21048
+ ref: V,
21044
21049
  className: `reveal-text reveal-text--words ${t}`,
21045
21050
  onMouseEnter: r === "hover" ? L : void 0,
21046
21051
  onFocus: r === "focus" ? M : void 0,
@@ -21071,7 +21076,7 @@ const sr = (e) => ({
21071
21076
  ) : n === "line" ? /* @__PURE__ */ h(
21072
21077
  "div",
21073
21078
  {
21074
- ref: P,
21079
+ ref: V,
21075
21080
  className: `reveal-text reveal-text--lines ${t}`,
21076
21081
  onMouseEnter: r === "hover" ? L : void 0,
21077
21082
  onFocus: r === "focus" ? M : void 0,
@@ -21097,7 +21102,7 @@ const sr = (e) => ({
21097
21102
  ) : /* @__PURE__ */ h(
21098
21103
  "div",
21099
21104
  {
21100
- ref: P,
21105
+ ref: V,
21101
21106
  className: `reveal-text reveal-text--letters ${t}`,
21102
21107
  onMouseEnter: r === "hover" ? L : void 0,
21103
21108
  onFocus: r === "focus" ? M : void 0,
@@ -21148,18 +21153,18 @@ const sr = (e) => ({
21148
21153
  onComplete: b,
21149
21154
  "data-testid": v
21150
21155
  }) => {
21151
- const [w, C] = U(!1), [T, S] = U(!1), [k, P] = U(!1), V = Y(null), B = Y(null), O = Y(null), R = Kt(), I = Hs(e), D = !x && !R && (n === "immediate" || n === "inView" && w || n === "manual" && y), L = jt(I, (N) => {
21156
+ const [w, C] = U(!1), [T, S] = U(!1), [k, V] = U(!1), P = Y(null), B = Y(null), O = Y(null), R = Kt(), I = Hs(e), D = !x && !R && (n === "immediate" || n === "inView" && w || n === "manual" && y), L = jt(I, (N) => {
21152
21157
  const E = Math.round(N * Math.pow(10, a)) / Math.pow(10, a);
21153
21158
  return c ? c(E) : ei(E, o, a, l, i);
21154
21159
  });
21155
21160
  q(() => {
21156
- if (!(n !== "inView" || !V.current))
21161
+ if (!(n !== "inView" || !P.current))
21157
21162
  return B.current = new IntersectionObserver(
21158
21163
  ([N]) => {
21159
- N.isIntersecting ? (C(!0), !p && B.current && B.current.disconnect()) : p && (C(!1), P(!1));
21164
+ N.isIntersecting ? (C(!0), !p && B.current && B.current.disconnect()) : p && (C(!1), V(!1));
21160
21165
  },
21161
21166
  { threshold: 0.1 }
21162
- ), B.current.observe(V.current), () => {
21167
+ ), B.current.observe(P.current), () => {
21163
21168
  B.current && B.current.disconnect();
21164
21169
  };
21165
21170
  }, [n, p]), q(() => (D && !k ? (S(!0), g && g(), O.current && O.current.cancel(), O.current = Op(
@@ -21173,25 +21178,25 @@ const sr = (e) => ({
21173
21178
  I.set(N);
21174
21179
  },
21175
21180
  onComplete: () => {
21176
- S(!1), P(!0), b && b();
21181
+ S(!1), V(!0), b && b();
21177
21182
  }
21178
21183
  }
21179
21184
  )) : !D && O.current && (O.current.cancel(), I.set(e), S(!1)), () => {
21180
21185
  O.current && O.current.cancel();
21181
21186
  }), [D, k, e, t, s, m, d, g, b, I]), q(() => {
21182
- n === "manual" && !y && (P(!1), S(!1), I.set(e));
21187
+ n === "manual" && !y && (V(!1), S(!1), I.set(e));
21183
21188
  }, [n, y, e, I]);
21184
21189
  const M = () => {
21185
- n === "hover" && !T && P(!1);
21190
+ n === "hover" && !T && V(!1);
21186
21191
  }, A = () => {
21187
- n === "focus" && !T && P(!1);
21192
+ n === "focus" && !T && V(!1);
21188
21193
  };
21189
21194
  if (x || R) {
21190
21195
  const N = c ? c(t) : ei(t, o, a, l, i);
21191
21196
  return /* @__PURE__ */ F(
21192
21197
  "span",
21193
21198
  {
21194
- ref: V,
21199
+ ref: P,
21195
21200
  className: `counter-text ${r}`,
21196
21201
  "data-testid": v,
21197
21202
  children: [
@@ -21205,7 +21210,7 @@ const sr = (e) => ({
21205
21210
  return /* @__PURE__ */ F(
21206
21211
  K.span,
21207
21212
  {
21208
- ref: V,
21213
+ ref: P,
21209
21214
  className: `counter-text ${r}`,
21210
21215
  onMouseEnter: n === "hover" ? M : void 0,
21211
21216
  onFocus: n === "focus" ? A : void 0,
@@ -21237,7 +21242,7 @@ const sr = (e) => ({
21237
21242
  onComplete: x,
21238
21243
  "data-testid": y
21239
21244
  }) => {
21240
- const [g, b] = U(!1), [v, w] = U(!1), [C, T] = U(!1), S = Y(null), k = Y(null), P = Kt(), V = !f && !P && i && (r === "immediate" || r === "inView" && g || r === "manual" && p), B = () => {
21245
+ const [g, b] = U(!1), [v, w] = U(!1), [C, T] = U(!1), S = Y(null), k = Y(null), V = Kt(), P = !f && !V && i && (r === "immediate" || r === "inView" && g || r === "manual" && p), B = () => {
21241
21246
  if (!c || c.length !== n.length)
21242
21247
  return Kc(n, s);
21243
21248
  const N = n.map(
@@ -21267,8 +21272,8 @@ const sr = (e) => ({
21267
21272
  k.current && k.current.disconnect();
21268
21273
  };
21269
21274
  }, [r, d]), q(() => {
21270
- V && !C ? (w(!0), m && m()) : V || w(!1);
21271
- }, [V, C, m]), q(() => {
21275
+ P && !C ? (w(!0), m && m()) : P || w(!1);
21276
+ }, [P, C, m]), q(() => {
21272
21277
  r === "manual" && !p && (T(!1), w(!1));
21273
21278
  }, [r, p]);
21274
21279
  const D = () => {
@@ -21283,11 +21288,11 @@ const sr = (e) => ({
21283
21288
  WebkitBackgroundClip: "text",
21284
21289
  color: "transparent",
21285
21290
  backgroundSize: I,
21286
- ...V && {
21291
+ ...P && {
21287
21292
  animation: `gradientMove ${a / o}s linear ${u}s ${d ? "infinite" : "1"} ${s === "horizontal" ? "alternate" : "normal"}`
21288
21293
  }
21289
21294
  };
21290
- return f || P ? /* @__PURE__ */ h(
21295
+ return f || V ? /* @__PURE__ */ h(
21291
21296
  "span",
21292
21297
  {
21293
21298
  ref: S,
@@ -21347,7 +21352,7 @@ const sr = (e) => ({
21347
21352
  onComplete: p,
21348
21353
  "data-testid": m
21349
21354
  }) => {
21350
- const [x, y] = U(!1), [g, b] = U(!1), [v, w] = U(!1), [C, T] = U(0), [S, k] = U(e[0] || ""), P = Y(null), V = Y(null), B = Y(null), O = Y(null), R = Kt(), I = !d && !R && (r === "immediate" || r === "inView" && x || r === "manual" && u), D = _(() => {
21355
+ const [x, y] = U(!1), [g, b] = U(!1), [v, w] = U(!1), [C, T] = U(0), [S, k] = U(e[0] || ""), V = Y(null), P = Y(null), B = Y(null), O = Y(null), R = Kt(), I = !d && !R && (r === "immediate" || r === "inView" && x || r === "manual" && u), D = _(() => {
21351
21356
  B.current && (clearTimeout(B.current), B.current = null), O.current && (clearTimeout(O.current), O.current = null);
21352
21357
  }, []), L = _(() => {
21353
21358
  if (e.length <= 1) return;
@@ -21366,14 +21371,14 @@ const sr = (e) => ({
21366
21371
  }, n));
21367
21372
  }, [C, e, i, s, n, a, I, p]);
21368
21373
  q(() => {
21369
- if (!(r !== "inView" || !P.current))
21370
- return V.current = new IntersectionObserver(
21374
+ if (!(r !== "inView" || !V.current))
21375
+ return P.current = new IntersectionObserver(
21371
21376
  ([z]) => {
21372
- z.isIntersecting ? (y(!0), !l && V.current && V.current.disconnect()) : l && (y(!1), w(!1));
21377
+ z.isIntersecting ? (y(!0), !l && P.current && P.current.disconnect()) : l && (y(!1), w(!1));
21373
21378
  },
21374
21379
  { threshold: 0.1 }
21375
- ), V.current.observe(P.current), () => {
21376
- V.current && V.current.disconnect();
21380
+ ), P.current.observe(V.current), () => {
21381
+ P.current && P.current.disconnect();
21377
21382
  };
21378
21383
  }, [r, l]), q(() => (I && !v && e.length > 1 ? (b(!0), f && f(), B.current = setTimeout(() => {
21379
21384
  L();
@@ -21389,7 +21394,7 @@ const sr = (e) => ({
21389
21394
  return /* @__PURE__ */ h(
21390
21395
  "span",
21391
21396
  {
21392
- ref: P,
21397
+ ref: V,
21393
21398
  className: `morphing-text ${t}`,
21394
21399
  "data-testid": m,
21395
21400
  children: e[0] || ""
@@ -21415,7 +21420,7 @@ const sr = (e) => ({
21415
21420
  return i === "scramble" ? /* @__PURE__ */ h(
21416
21421
  "span",
21417
21422
  {
21418
- ref: P,
21423
+ ref: V,
21419
21424
  className: `morphing-text morphing-text--scramble ${t}`,
21420
21425
  onMouseEnter: r === "hover" ? M : void 0,
21421
21426
  onFocus: r === "focus" ? A : void 0,
@@ -21432,7 +21437,7 @@ const sr = (e) => ({
21432
21437
  ) : /* @__PURE__ */ h(
21433
21438
  "span",
21434
21439
  {
21435
- ref: P,
21440
+ ref: V,
21436
21441
  className: `morphing-text morphing-text--${i} ${t}`,
21437
21442
  onMouseEnter: r === "hover" ? M : void 0,
21438
21443
  onFocus: r === "focus" ? A : void 0,
@@ -21479,16 +21484,16 @@ const sr = (e) => ({
21479
21484
  onComplete: x,
21480
21485
  "data-testid": y
21481
21486
  }) => {
21482
- const [g, b] = U(!1), [v, w] = U(!1), [C, T] = U(!1), [S, k] = U(e), P = Y(null), V = Y(null), B = Y(null), O = Kt(), R = !f && !O && (r === "immediate" || r === "inView" && g || r === "manual" && p), I = l || Dx(20), D = Bx(n), L = ($, j = 0.3) => $.split("").map((Z) => Math.random() < j ? I[Math.floor(Math.random() * I.length)] : Z).join("");
21487
+ const [g, b] = U(!1), [v, w] = U(!1), [C, T] = U(!1), [S, k] = U(e), V = Y(null), P = Y(null), B = Y(null), O = Kt(), R = !f && !O && (r === "immediate" || r === "inView" && g || r === "manual" && p), I = l || Dx(20), D = Bx(n), L = ($, j = 0.3) => $.split("").map((Z) => Math.random() < j ? I[Math.floor(Math.random() * I.length)] : Z).join("");
21483
21488
  q(() => {
21484
- if (!(r !== "inView" || !P.current))
21485
- return V.current = new IntersectionObserver(
21489
+ if (!(r !== "inView" || !V.current))
21490
+ return P.current = new IntersectionObserver(
21486
21491
  ([$]) => {
21487
- $.isIntersecting ? (b(!0), !d && V.current && V.current.disconnect()) : d && (b(!1), T(!1));
21492
+ $.isIntersecting ? (b(!0), !d && P.current && P.current.disconnect()) : d && (b(!1), T(!1));
21488
21493
  },
21489
21494
  { threshold: 0.1 }
21490
- ), V.current.observe(P.current), () => {
21491
- V.current && V.current.disconnect();
21495
+ ), P.current.observe(V.current), () => {
21496
+ P.current && P.current.disconnect();
21492
21497
  };
21493
21498
  }, [r, d]), q(() => {
21494
21499
  if (i && R) {
@@ -21516,7 +21521,7 @@ const sr = (e) => ({
21516
21521
  return /* @__PURE__ */ h(
21517
21522
  "span",
21518
21523
  {
21519
- ref: P,
21524
+ ref: V,
21520
21525
  className: `glitch-text ${t}`,
21521
21526
  "data-testid": y,
21522
21527
  children: e
@@ -21559,7 +21564,7 @@ const sr = (e) => ({
21559
21564
  /* @__PURE__ */ F(
21560
21565
  K.span,
21561
21566
  {
21562
- ref: P,
21567
+ ref: V,
21563
21568
  className: `glitch-text glitch-text--${n} ${t}`,
21564
21569
  style: E,
21565
21570
  variants: D,