@lzzjokerzzl/react-ui-components 1.4.4 → 1.4.6

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
@@ -1,4 +1,4 @@
1
- import { jsx as h, Fragment as Ve, jsxs as F } from "react/jsx-runtime";
1
+ import { jsx as h, Fragment as Se, jsxs as F } from "react/jsx-runtime";
2
2
  import * as Hr from "react";
3
3
  import Pe, { createContext as Ce, useRef as Y, useLayoutEffect as cd, useEffect as q, useId as Xr, useContext as ce, useInsertionEffect as ls, useMemo as G, useCallback as _, Children as cs, isValidElement as ti, useState as U, Fragment as ri, createElement as dd, forwardRef as oe, Component as ud, useReducer as fd } from "react";
4
4
  import { useLocation as ni, Link as hd, useNavigate as pd } from "react-router";
@@ -21,11 +21,11 @@ function Pn(e, t) {
21
21
  return t ? `${e}. For more information and steps for solving, visit https://motion.dev/troubleshooting/${t}` : e;
22
22
  }
23
23
  let Ot = () => {
24
- }, Se = () => {
24
+ }, Ae = () => {
25
25
  };
26
26
  process.env.NODE_ENV !== "production" && (Ot = (e, t, r) => {
27
27
  !e && typeof console < "u" && console.warn(Pn(t, r));
28
- }, Se = (e, t, r) => {
28
+ }, Ae = (e, t, r) => {
29
29
  if (!e)
30
30
  throw new Error(Pn(t, r));
31
31
  });
@@ -111,11 +111,11 @@ const yi = (e) => Array.isArray(e) && typeof e[0] == "number", oa = {
111
111
  anticipate: fi
112
112
  }, kd = (e) => typeof e == "string", ia = (e) => {
113
113
  if (yi(e)) {
114
- Se(e.length === 4, "Cubic bezier arrays must contain four numerical values.", "cubic-bezier-length");
114
+ Ae(e.length === 4, "Cubic bezier arrays must contain four numerical values.", "cubic-bezier-length");
115
115
  const [t, r, n, s] = e;
116
116
  return mr(t, r, n, s);
117
117
  } else if (kd(e))
118
- return Se(oa[e] !== void 0, `Invalid easing type '${e}'`, "invalid-easing-type"), oa[e];
118
+ return Ae(oa[e] !== void 0, `Invalid easing type '${e}'`, "invalid-easing-type"), oa[e];
119
119
  return e;
120
120
  }, Cr = [
121
121
  "setup",
@@ -636,7 +636,7 @@ function nu(e, t, r) {
636
636
  }
637
637
  function Ss(e, t, { clamp: r = !0, ease: n, mixer: s } = {}) {
638
638
  const a = e.length;
639
- if (Se(a === t.length, "Both input and output ranges must be the same length", "range-length"), a === 1)
639
+ if (Ae(a === t.length, "Both input and output ranges must be the same length", "range-length"), a === 1)
640
640
  return () => t[0];
641
641
  if (a === 2 && t[0] === t[1])
642
642
  return () => t[1];
@@ -741,7 +741,7 @@ class Jr extends Ps {
741
741
  const { type: r = Mt, repeat: n = 0, repeatDelay: s = 0, repeatType: a, velocity: o = 0 } = t;
742
742
  let { keyframes: i } = t;
743
743
  const l = r || Mt;
744
- process.env.NODE_ENV !== "production" && l !== Mt && Se(i.length <= 2, `Only two keyframes currently supported with spring and inertia animations. Trying to animate ${i}`, "spring-two-frames"), l !== Mt && typeof i[0] != "number" && (this.mixKeyframes = pr(lu, Vi(i[0], i[1])), i = [0, 100]);
744
+ process.env.NODE_ENV !== "production" && l !== Mt && Ae(i.length <= 2, `Only two keyframes currently supported with spring and inertia animations. Trying to animate ${i}`, "spring-two-frames"), l !== Mt && typeof i[0] != "number" && (this.mixKeyframes = pr(lu, Vi(i[0], i[1])), i = [0, 100]);
745
745
  const c = l({ ...t, keyframes: i });
746
746
  a === "mirror" && (this.mirroredGenerator = l({
747
747
  ...t,
@@ -1068,7 +1068,7 @@ class Tu extends Ps {
1068
1068
  if (super(), this.finishedTime = null, this.isStopped = !1, !t)
1069
1069
  return;
1070
1070
  const { element: r, name: n, keyframes: s, pseudoElement: a, allowFlatten: o = !1, finalKeyframe: i, onComplete: l } = t;
1071
- this.isPseudoElement = !!a, this.allowFlatten = o, this.options = t, Se(typeof t.type != "string", `Mini animate() doesn't support "type" as a string.`, "mini-spring");
1071
+ this.isPseudoElement = !!a, this.allowFlatten = o, this.options = t, Ae(typeof t.type != "string", `Mini animate() doesn't support "type" as a string.`, "mini-spring");
1072
1072
  const c = Cu(t);
1073
1073
  this.animation = ku(r, n, s, c, a), c.autoplay === !1 && this.animation.pause(), this.animation.onfinish = () => {
1074
1074
  if (this.finishedTime = this.time, !a) {
@@ -1413,7 +1413,7 @@ function Ou(e) {
1413
1413
  }
1414
1414
  const $u = 4;
1415
1415
  function $i(e, t, r = 1) {
1416
- Se(r <= $u, `Max CSS variable fallback depth detected in property "${e}". This may indicate a circular fallback dependency.`, "max-css-var-depth");
1416
+ Ae(r <= $u, `Max CSS variable fallback depth detected in property "${e}". This may indicate a circular fallback dependency.`, "max-css-var-depth");
1417
1417
  const [n, s] = Ou(e);
1418
1418
  if (!n)
1419
1419
  return;
@@ -2180,7 +2180,7 @@ const Je = ({ children: e, custom: t, initial: r = !0, onExitComplete: n, presen
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
- return h(Ve, { children: b.map((T) => {
2183
+ return h(Se, { children: b.map((T) => {
2184
2184
  const S = Sr(T), k = o && !c ? !1 : u === b || f.includes(S), P = () => {
2185
2185
  if (x.has(S))
2186
2186
  x.set(S, !0);
@@ -2674,7 +2674,7 @@ function Qf(e, t) {
2674
2674
  const r = ce(Qi).strict;
2675
2675
  if (process.env.NODE_ENV !== "production" && t && r) {
2676
2676
  const n = "You have rendered a `motion` component within a `LazyMotion` component. This will break tree shaking. Import and render a `m` component instead.";
2677
- e.ignoreStrict ? Ot(!1, n, "lazy-strict-mode") : Se(!1, n, "lazy-strict-mode");
2677
+ e.ignoreStrict ? Ot(!1, n, "lazy-strict-mode") : Ae(!1, n, "lazy-strict-mode");
2678
2678
  }
2679
2679
  }
2680
2680
  function e0(e) {
@@ -3805,7 +3805,7 @@ class Z0 {
3805
3805
  if (!t || !It(t))
3806
3806
  return !1;
3807
3807
  const n = t.current;
3808
- Se(n !== null, "If `dragConstraints` is set as a React ref, that ref must be passed to another component's `ref` prop.", "drag-constraints-ref");
3808
+ Ae(n !== null, "If `dragConstraints` is set as a React ref, that ref must be passed to another component's `ref` prop.", "drag-constraints-ref");
3809
3809
  const { projection: s } = this.visualElement;
3810
3810
  if (!s || !s.layout)
3811
3811
  return !1;
@@ -5189,7 +5189,7 @@ function Ul({ container: e, target: t, ...r } = {}) {
5189
5189
  return o();
5190
5190
  }, [o]), q(() => {
5191
5191
  if (a.current)
5192
- return Se(!Vr(e), "Container ref is defined but not hydrated", "use-scroll-ref"), Se(!Vr(t), "Target ref is defined but not hydrated", "use-scroll-ref"), o();
5192
+ return Ae(!Vr(e), "Container ref is defined but not hydrated", "use-scroll-ref"), Ae(!Vr(t), "Target ref is defined but not hydrated", "use-scroll-ref"), o();
5193
5193
  }, [o]), n;
5194
5194
  }
5195
5195
  function Hs(e) {
@@ -5262,7 +5262,7 @@ function bp() {
5262
5262
  return t.add(n), () => void t.delete(n);
5263
5263
  },
5264
5264
  start(n, s) {
5265
- Se(e, "controls.start() should only be called after a component has mounted. Consider calling within a useEffect hook.");
5265
+ Ae(e, "controls.start() should only be called after a component has mounted. Consider calling within a useEffect hook.");
5266
5266
  const a = [];
5267
5267
  return t.forEach((o) => {
5268
5268
  a.push(Sl(o, n, {
@@ -5271,7 +5271,7 @@ function bp() {
5271
5271
  }), Promise.all(a);
5272
5272
  },
5273
5273
  set(n) {
5274
- return Se(e, "controls.set() should only be called after a component has mounted. Consider calling within a useEffect hook."), t.forEach((s) => {
5274
+ return Ae(e, "controls.set() should only be called after a component has mounted. Consider calling within a useEffect hook."), t.forEach((s) => {
5275
5275
  gp(s, n);
5276
5276
  });
5277
5277
  },
@@ -5358,7 +5358,7 @@ function Sp(e, { defaultTransition: t = {}, ...r } = {}, n, s) {
5358
5358
  B.length === 1 && B[0] === 0 && (B[1] = 1);
5359
5359
  const j = B.length - P.length;
5360
5360
  if (j > 0 && Ii(B, j), P.length === 1 && P.unshift(null), R) {
5361
- Se(R < Tp, "Repeat count too high, must be less than 20", "repeat-count-high"), A = yp(A, R);
5361
+ Ae(R < Tp, "Repeat count too high, must be less than 20", "repeat-count-high"), A = yp(A, R);
5362
5362
  const W = [...P], ne = [...B];
5363
5363
  M = Array.isArray(M) ? [...M] : [M];
5364
5364
  const ee = [...M];
@@ -5497,10 +5497,10 @@ function Xl(e, t, r, n) {
5497
5497
  s.push(Bl(e, Xs(t) && t.default || t, r && (r.default || r)));
5498
5498
  else {
5499
5499
  const a = Hl(e, t, n), o = a.length;
5500
- Se(!!o, "No valid elements provided.", "no-valid-elements");
5500
+ Ae(!!o, "No valid elements provided.", "no-valid-elements");
5501
5501
  for (let i = 0; i < o; i++) {
5502
5502
  const l = a[i];
5503
- Se(l !== null, "You're trying to perform an animation on null. Ensure that selectors are correctly finding elements and refs are correctly hydrated.", "animate-null");
5503
+ Ae(l !== null, "You're trying to perform an animation on null. Ensure that selectors are correctly finding elements and refs are correctly hydrated.", "animate-null");
5504
5504
  const c = l instanceof Element ? Np : Dp;
5505
5505
  dr.has(l) || c(l);
5506
5506
  const d = dr.get(l), u = { ...r };
@@ -6279,7 +6279,7 @@ const tc = ({
6279
6279
  ];
6280
6280
  return x === "splitted" && R.push("border rounded-lg overflow-hidden"), R.filter(Boolean).join(" ").trim();
6281
6281
  }, [k, P, V, l, x]);
6282
- return /* @__PURE__ */ F(Ve, { children: [
6282
+ return /* @__PURE__ */ F(Se, { children: [
6283
6283
  /* @__PURE__ */ F(
6284
6284
  "div",
6285
6285
  {
@@ -6636,7 +6636,7 @@ const Qp = {
6636
6636
  } catch (n) {
6637
6637
  console.warn("Error handling animation event:", n);
6638
6638
  }
6639
- }, ht = (e) => ({}), jo = (e) => e.startsWith(">") ? `:scope ${e}` : e, qx = ({
6639
+ }, ht = (e) => ({}), jo = (e) => e.startsWith(">") ? `:scope ${e}` : e, Jx = ({
6640
6640
  children: e,
6641
6641
  trigger: t = "inView",
6642
6642
  delay: r = 0,
@@ -6729,7 +6729,7 @@ const Qp = {
6729
6729
  children: e
6730
6730
  }
6731
6731
  );
6732
- }, Zx = ({
6732
+ }, Qx = ({
6733
6733
  children: e,
6734
6734
  trigger: t = "inView",
6735
6735
  delay: r = 0,
@@ -6826,7 +6826,7 @@ const Qp = {
6826
6826
  children: e
6827
6827
  }
6828
6828
  );
6829
- }, Jx = ({
6829
+ }, ev = ({
6830
6830
  children: e,
6831
6831
  trigger: t = "inView",
6832
6832
  delay: r = 0,
@@ -6929,7 +6929,7 @@ const Qp = {
6929
6929
  children: e
6930
6930
  }
6931
6931
  );
6932
- }, Qx = ({
6932
+ }, tv = ({
6933
6933
  children: e,
6934
6934
  trigger: t = "inView",
6935
6935
  delay: r = 0,
@@ -7027,7 +7027,7 @@ const Qp = {
7027
7027
  children: e
7028
7028
  }
7029
7029
  );
7030
- }, ev = ({
7030
+ }, rv = ({
7031
7031
  children: e,
7032
7032
  trigger: t = "inView",
7033
7033
  delay: r = 0,
@@ -7124,7 +7124,7 @@ const Qp = {
7124
7124
  children: e
7125
7125
  }
7126
7126
  );
7127
- }, tv = ({
7127
+ }, nv = ({
7128
7128
  children: e,
7129
7129
  trigger: t = "inView",
7130
7130
  delay: r = 0,
@@ -7228,7 +7228,7 @@ const Qp = {
7228
7228
  children: I()
7229
7229
  }
7230
7230
  );
7231
- }, rv = ({
7231
+ }, sv = ({
7232
7232
  children: e,
7233
7233
  trigger: t = "inView",
7234
7234
  delay: r = 0,
@@ -7351,7 +7351,7 @@ const Qp = {
7351
7351
  children: e
7352
7352
  }
7353
7353
  );
7354
- }, nv = (e) => {
7354
+ }, av = (e) => {
7355
7355
  const [t, r] = U(0), n = at();
7356
7356
  return {
7357
7357
  currentIndex: t,
@@ -7368,7 +7368,7 @@ const Qp = {
7368
7368
  i >= 0 && i < e.length && (r(i), n.start(`morph${i}`));
7369
7369
  }
7370
7370
  };
7371
- }, sv = ({
7371
+ }, ov = ({
7372
7372
  children: e,
7373
7373
  trigger: t = "inView",
7374
7374
  delay: r = 0,
@@ -7499,7 +7499,7 @@ const Qp = {
7499
7499
  children: e
7500
7500
  }
7501
7501
  );
7502
- }, av = (e) => {
7502
+ }, iv = (e) => {
7503
7503
  const { scrollY: t } = Ul(), [r, n] = U(!1), s = ot(), {
7504
7504
  speed: a = 0.5,
7505
7505
  direction: o = "vertical",
@@ -7647,7 +7647,7 @@ const Qp = {
7647
7647
  y: 0,
7648
7648
  opacity: 0
7649
7649
  }
7650
- }, ov = ({
7650
+ }, lv = ({
7651
7651
  children: e,
7652
7652
  className: t = "",
7653
7653
  delay: r = 0,
@@ -7698,7 +7698,7 @@ const Qp = {
7698
7698
  children: e
7699
7699
  }
7700
7700
  );
7701
- }, iv = ({
7701
+ }, cv = ({
7702
7702
  children: e,
7703
7703
  className: t = "",
7704
7704
  delay: r = 0,
@@ -7748,7 +7748,7 @@ const Qp = {
7748
7748
  children: e
7749
7749
  }
7750
7750
  );
7751
- }, lv = ({
7751
+ }, dv = ({
7752
7752
  children: e,
7753
7753
  className: t = "",
7754
7754
  delay: r = 0,
@@ -7802,7 +7802,7 @@ const Qp = {
7802
7802
  children: e
7803
7803
  }
7804
7804
  );
7805
- }, cv = ({
7805
+ }, uv = ({
7806
7806
  children: e,
7807
7807
  className: t = "",
7808
7808
  delay: r = 0,
@@ -7856,7 +7856,7 @@ const Qp = {
7856
7856
  children: e
7857
7857
  }
7858
7858
  );
7859
- }, dv = ({
7859
+ }, fv = ({
7860
7860
  children: e,
7861
7861
  className: t = "",
7862
7862
  delay: r = 0,
@@ -7908,7 +7908,7 @@ const Qp = {
7908
7908
  children: e
7909
7909
  }
7910
7910
  );
7911
- }, uv = ({
7911
+ }, hv = ({
7912
7912
  children: e,
7913
7913
  className: t = "",
7914
7914
  staggerDelay: r = 0.1,
@@ -11897,7 +11897,7 @@ const xg = J({
11897
11897
  isInvisible: c,
11898
11898
  disableAnimation: d
11899
11899
  }), [r, n, s, a, o, x, l, c, d]);
11900
- return !t && e ? /* @__PURE__ */ h(Ve, { children: e }) : t && !e ? /* @__PURE__ */ h(
11900
+ return !t && e ? /* @__PURE__ */ h(Se, { children: e }) : t && !e ? /* @__PURE__ */ h(
11901
11901
  "span",
11902
11902
  {
11903
11903
  ref: m,
@@ -12548,7 +12548,7 @@ const Zs = ({
12548
12548
  handlePress: u,
12549
12549
  shouldRenderAsLink: f,
12550
12550
  otherProps: p
12551
- } = Tg(e), m = /* @__PURE__ */ F(Ve, { children: [
12551
+ } = Tg(e), m = /* @__PURE__ */ F(Se, { children: [
12552
12552
  i,
12553
12553
  /* @__PURE__ */ h("span", { children: r }),
12554
12554
  l
@@ -12565,11 +12565,11 @@ const Zs = ({
12565
12565
  };
12566
12566
  if (f) {
12567
12567
  if (s)
12568
- return /* @__PURE__ */ h(Ve, { children: /* @__PURE__ */ h(Zs, { to: s, className: d.link({ className: c }), onClick: u, children: m }) });
12568
+ return /* @__PURE__ */ h(Se, { children: /* @__PURE__ */ h(Zs, { to: s, className: d.link({ className: c }), onClick: u, children: m }) });
12569
12569
  if (n)
12570
- return /* @__PURE__ */ h(Ve, { children: /* @__PURE__ */ h("a", { href: n, ...x, children: m }) });
12570
+ return /* @__PURE__ */ h(Se, { children: /* @__PURE__ */ h("a", { href: n, ...x, children: m }) });
12571
12571
  }
12572
- return /* @__PURE__ */ h(Ve, { children: /* @__PURE__ */ h("span", { ...x, role: "link", children: m }) });
12572
+ return /* @__PURE__ */ h(Se, { children: /* @__PURE__ */ h("span", { ...x, role: "link", children: m }) });
12573
12573
  });
12574
12574
  Sg.displayName = "BreadcrumbItem";
12575
12575
  const Ag = {
@@ -12918,7 +12918,7 @@ const Mg = {
12918
12918
  ]
12919
12919
  }
12920
12920
  );
12921
- }, fv = ({
12921
+ }, pv = ({
12922
12922
  children: e,
12923
12923
  className: t = "",
12924
12924
  size: r = "md",
@@ -12955,7 +12955,7 @@ const Mg = {
12955
12955
  "data-testid": n,
12956
12956
  children: e
12957
12957
  }
12958
- ), hv = ({
12958
+ ), mv = ({
12959
12959
  children: e,
12960
12960
  className: t = "",
12961
12961
  "data-testid": r
@@ -13011,7 +13011,7 @@ const Mg = {
13011
13011
  })[e][t], Hg = (e = !1, t = !1, r = !1) => {
13012
13012
  let n = "";
13013
13013
  return r ? "opacity-50 cursor-not-allowed" : (e && (n += "cursor-pointer focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500 dark:focus:ring-blue-400 dark:focus:ring-offset-gray-800 "), (t || e) && (n += "transition-all duration-200 ease-in-out "), n.trim());
13014
- }, pv = ({
13014
+ }, gv = ({
13015
13015
  children: e,
13016
13016
  className: t = "",
13017
13017
  size: r = "md",
@@ -13046,7 +13046,7 @@ const Mg = {
13046
13046
  children: e
13047
13047
  }
13048
13048
  );
13049
- }, mv = ({
13049
+ }, bv = ({
13050
13050
  children: e,
13051
13051
  className: t = "",
13052
13052
  "data-testid": r
@@ -13057,11 +13057,11 @@ const Mg = {
13057
13057
  "data-testid": r,
13058
13058
  children: e
13059
13059
  }
13060
- ), gv = ({
13060
+ ), yv = ({
13061
13061
  children: e,
13062
13062
  className: t = "",
13063
13063
  "data-testid": r
13064
- }) => /* @__PURE__ */ h("div", { className: `flex-grow ${t}`, "data-testid": r, children: e }), bv = ({
13064
+ }) => /* @__PURE__ */ h("div", { className: `flex-grow ${t}`, "data-testid": r, children: e }), xv = ({
13065
13065
  children: e,
13066
13066
  className: t = "",
13067
13067
  "data-testid": r
@@ -13146,7 +13146,7 @@ const Mg = {
13146
13146
  Js[e].label,
13147
13147
  t ? "text-gray-400 cursor-not-allowed" : "text-gray-700",
13148
13148
  r && n ? "line-through" : ""
13149
- ].filter(Boolean).join(" "), Qg = (e = !1) => ["inline-flex items-center", e ? "opacity-60" : ""].filter(Boolean).join(" "), eb = () => "absolute inset-0 w-full h-full opacity-0 cursor-pointer z-10", yv = ({
13149
+ ].filter(Boolean).join(" "), Qg = (e = !1) => ["inline-flex items-center", e ? "opacity-60" : ""].filter(Boolean).join(" "), eb = () => "absolute inset-0 w-full h-full opacity-0 cursor-pointer z-10", vv = ({
13150
13150
  children: e,
13151
13151
  icon: t,
13152
13152
  value: r,
@@ -13459,42 +13459,42 @@ const Mg = {
13459
13459
  variant: "bordered",
13460
13460
  color: "default",
13461
13461
  class: {
13462
- base: "border-gray-300 text-gray-700 dark:border-gray-600 dark:text-gray-200"
13462
+ base: "bg-gray-100 border-gray-300 text-gray-700 dark:bg-gray-800 dark:border-gray-600 dark:text-gray-200"
13463
13463
  }
13464
13464
  },
13465
13465
  {
13466
13466
  variant: "bordered",
13467
13467
  color: "primary",
13468
13468
  class: {
13469
- base: "border-blue-500 text-blue-600 dark:border-blue-400 dark:text-blue-400"
13469
+ base: "bg-blue-100 border-blue-500 text-blue-700 dark:bg-blue-900/30 dark:border-blue-400 dark:text-blue-300"
13470
13470
  }
13471
13471
  },
13472
13472
  {
13473
13473
  variant: "bordered",
13474
13474
  color: "secondary",
13475
13475
  class: {
13476
- base: "border-purple-500 text-purple-600 dark:border-purple-400 dark:text-purple-400"
13476
+ base: "bg-purple-100 border-purple-500 text-purple-700 dark:bg-purple-900/30 dark:border-purple-400 dark:text-purple-300"
13477
13477
  }
13478
13478
  },
13479
13479
  {
13480
13480
  variant: "bordered",
13481
13481
  color: "success",
13482
13482
  class: {
13483
- base: "border-green-500 text-green-600 dark:border-green-400 dark:text-green-400"
13483
+ base: "bg-green-100 border-green-500 text-green-700 dark:bg-green-900/30 dark:border-green-400 dark:text-green-300"
13484
13484
  }
13485
13485
  },
13486
13486
  {
13487
13487
  variant: "bordered",
13488
13488
  color: "warning",
13489
13489
  class: {
13490
- base: "border-yellow-500 text-yellow-600 dark:border-yellow-400 dark:text-yellow-400"
13490
+ base: "bg-yellow-100 border-yellow-500 text-yellow-700 dark:bg-yellow-900/30 dark:border-yellow-400 dark:text-yellow-300"
13491
13491
  }
13492
13492
  },
13493
13493
  {
13494
13494
  variant: "bordered",
13495
13495
  color: "danger",
13496
13496
  class: {
13497
- base: "border-red-500 text-red-600 dark:border-red-400 dark:text-red-400"
13497
+ base: "bg-red-100 border-red-500 text-red-700 dark:bg-red-900/30 dark:border-red-400 dark:text-red-300"
13498
13498
  }
13499
13499
  },
13500
13500
  // Light variants
@@ -13807,7 +13807,7 @@ const Qs = {
13807
13807
  }, ib = (e = !1) => ["relative inline-block", e ? "overflow-hidden cursor-pointer transition-transform duration-300 ease-in-out hover:scale-105" : ""].filter(Boolean).join(" "), lb = (e = "lg", t = "none", r = !1) => {
13808
13808
  const n = Qs[e], s = ob[t];
13809
13809
  return ["relative z-10 max-w-full h-auto object-cover", n, s, r ? "opacity-0 transition-opacity duration-500 ease-in-out" : "opacity-100 transition-opacity duration-500 ease-in-out"].filter(Boolean).join(" ");
13810
- }, cb = (e = "lg") => ["absolute inset-0 w-full h-full object-cover blur-2xl scale-125 opacity-70 z-0", Qs[e]].filter(Boolean).join(" "), db = (e = "lg") => ["animate-pulse bg-gray-200 dark:bg-gray-700", Qs[e]].filter(Boolean).join(" "), xv = ({
13810
+ }, cb = (e = "lg") => ["absolute inset-0 w-full h-full object-cover blur-2xl scale-125 opacity-70 z-0", Qs[e]].filter(Boolean).join(" "), db = (e = "lg") => ["animate-pulse bg-gray-200 dark:bg-gray-700", Qs[e]].filter(Boolean).join(" "), wv = ({
13811
13811
  src: e,
13812
13812
  srcSet: t,
13813
13813
  sizes: r,
@@ -13875,7 +13875,7 @@ const Qs = {
13875
13875
  }
13876
13876
  );
13877
13877
  if (f)
13878
- return /* @__PURE__ */ F(Ve, { children: [
13878
+ return /* @__PURE__ */ F(Se, { children: [
13879
13879
  I,
13880
13880
  !v && D
13881
13881
  ] });
@@ -13894,7 +13894,7 @@ const Qs = {
13894
13894
  "data-testid": `${b}-wrapper`,
13895
13895
  children: [
13896
13896
  I,
13897
- !v && /* @__PURE__ */ F(Ve, { children: [
13897
+ !v && /* @__PURE__ */ F(Se, { children: [
13898
13898
  L,
13899
13899
  D
13900
13900
  ] })
@@ -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, Ae = Be && Be.length > 0, it = Ae || 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 = 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;
14212
14212
  q(() => {
14213
14213
  if (kr || b || x || y || g) {
14214
14214
  const _e = Sb(Be, {
@@ -14289,7 +14289,7 @@ const Qs = {
14289
14289
  validationErrors: we,
14290
14290
  validationDetails: {
14291
14291
  valid: we.length === 0,
14292
- valueMissing: b && !Ae,
14292
+ valueMissing: b && !Ve,
14293
14293
  tooShort: x ? Be.length < x : void 0,
14294
14294
  tooLong: y ? Be.length > y : void 0,
14295
14295
  patternMismatch: g ? !new RegExp(g).test(Be) : void 0
@@ -14298,7 +14298,7 @@ const Qs = {
14298
14298
  return n(_e);
14299
14299
  }
14300
14300
  return n || (we.length > 0 ? we[0] : null);
14301
- }, od = () => !T || !Ae || v || w ? null : /* @__PURE__ */ h(
14301
+ }, od = () => !T || !Ve || v || w ? null : /* @__PURE__ */ h(
14302
14302
  "button",
14303
14303
  {
14304
14304
  type: "button",
@@ -15004,7 +15004,7 @@ const Lb = oe(
15004
15004
  }
15005
15005
  );
15006
15006
  Lb.displayName = "ModalFooter";
15007
- function vv(e = {}) {
15007
+ function kv(e = {}) {
15008
15008
  const {
15009
15009
  isOpen: t,
15010
15010
  defaultOpen: r = !1,
@@ -16213,7 +16213,7 @@ const xr = {
16213
16213
  }[e] : "bg-gray-200 border-gray-200 hover:bg-gray-300", ay = (e = !1) => `inline-flex items-center gap-2 cursor-pointer select-none ${e ? "cursor-not-allowed opacity-60" : ""}`.trim(), oy = (e = "md", t = "primary", r = !1, n = !1, s = !1) => {
16214
16214
  const a = xr[e].wrapper, o = sy(t, r, n);
16215
16215
  return `relative inline-flex shrink-0 border-2 rounded-full cursor-pointer ${a} ${o} ${s ? "" : "transition-colors duration-200 ease-in-out"} focus-within:outline-none focus-within:ring-2 focus-within:ring-offset-2 focus-within:ring-blue-500`.trim();
16216
- }, iy = (e = "md", t = !1) => `font-medium ${xr[e].label} ${t ? "text-gray-400" : "text-gray-900"}`.trim(), Ko = (e = "md", t = !1) => `flex items-center justify-center ${xr[e].startContent} ${t ? "text-gray-400" : "text-gray-600"}`.trim(), ly = (e = "md") => `flex items-center justify-center text-gray-400 ${xr[e].thumbIcon}`.trim(), cy = () => "sr-only", wv = ({
16216
+ }, iy = (e = "md", t = !1) => `font-medium ${xr[e].label} ${t ? "text-gray-400" : "text-gray-900"}`.trim(), Ko = (e = "md", t = !1) => `flex items-center justify-center ${xr[e].startContent} ${t ? "text-gray-400" : "text-gray-600"}`.trim(), ly = (e = "md") => `flex items-center justify-center text-gray-400 ${xr[e].thumbIcon}`.trim(), cy = () => "sr-only", Cv = ({
16217
16217
  children: e,
16218
16218
  value: t,
16219
16219
  name: r,
@@ -16454,7 +16454,7 @@ const xr = {
16454
16454
  if (!e)
16455
16455
  throw new Error("Table components must be used within a Table component");
16456
16456
  return e;
16457
- }, kv = ({
16457
+ }, Tv = ({
16458
16458
  children: e,
16459
16459
  className: t = "",
16460
16460
  color: r = "default",
@@ -16588,7 +16588,7 @@ const xr = {
16588
16588
  ),
16589
16589
  mt && /* @__PURE__ */ h("div", { className: "table-bottom-content mt-4", children: g })
16590
16590
  ] }) });
16591
- }, Cv = ({
16591
+ }, Sv = ({
16592
16592
  children: e,
16593
16593
  className: t = "",
16594
16594
  columns: r,
@@ -16777,7 +16777,7 @@ const xr = {
16777
16777
  children: e
16778
16778
  }
16779
16779
  );
16780
- }, Tv = ({
16780
+ }, Av = ({
16781
16781
  children: e,
16782
16782
  className: t = "",
16783
16783
  items: r,
@@ -17052,15 +17052,17 @@ function Ry(e, t) {
17052
17052
  return e;
17053
17053
  }
17054
17054
  }
17055
- const Sv = ({
17055
+ const Vv = ({
17056
17056
  children: e,
17057
17057
  position: t = "top-right",
17058
17058
  maxToasts: r = 5,
17059
- defaultDuration: n = 5e3
17059
+ defaultDuration: n = 5e3,
17060
+ className: s = "",
17061
+ viewport: a = !0
17060
17062
  }) => {
17061
- const [s, a] = fd(Ry, []), o = _(
17062
- (u) => {
17063
- const f = Dy(), p = {
17063
+ const [o, i] = fd(Ry, []), l = _(
17064
+ (p) => {
17065
+ const m = Dy(), x = {
17064
17066
  type: "default",
17065
17067
  duration: n,
17066
17068
  closable: !0,
@@ -17068,40 +17070,43 @@ const Sv = ({
17068
17070
  size: "md",
17069
17071
  variant: "solid",
17070
17072
  radius: "md",
17071
- ...u,
17072
- id: f
17073
+ ...p,
17074
+ id: m
17073
17075
  };
17074
- return a({ type: "ADD_TOAST", payload: p }), p.duration && p.duration > 0 && setTimeout(() => {
17075
- a({ type: "REMOVE_TOAST", payload: f });
17076
- }, p.duration), f;
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;
17077
17079
  },
17078
17080
  [n, t]
17079
- ), i = _((u) => {
17080
- a({ type: "REMOVE_TOAST", payload: u });
17081
- }, []), l = _(() => {
17082
- a({ type: "REMOVE_ALL_TOASTS" });
17083
- }, []), c = _((u, f) => {
17084
- a({ type: "UPDATE_TOAST", payload: { id: u, updates: f } });
17081
+ ), c = _((p) => {
17082
+ i({ type: "REMOVE_TOAST", payload: p });
17083
+ }, []), d = _(() => {
17084
+ i({ type: "REMOVE_ALL_TOASTS" });
17085
+ }, []), u = _((p, m) => {
17086
+ i({ type: "UPDATE_TOAST", payload: { id: p, updates: m } });
17085
17087
  }, []);
17086
17088
  q(() => {
17087
- s.length > r && s.slice(0, s.length - r).forEach((f) => {
17088
- a({ type: "REMOVE_TOAST", payload: f.id });
17089
+ o.length > r && o.slice(0, o.length - r).forEach((m) => {
17090
+ i({ type: "REMOVE_TOAST", payload: m.id });
17089
17091
  });
17090
- }, [s, r]);
17091
- const d = {
17092
- toasts: s,
17093
- addToast: o,
17094
- removeToast: i,
17095
- removeAllToasts: l,
17096
- updateToast: c
17092
+ }, [o, r]);
17093
+ const f = {
17094
+ toasts: o,
17095
+ addToast: l,
17096
+ removeToast: c,
17097
+ removeAllToasts: d,
17098
+ updateToast: u
17097
17099
  };
17098
- return /* @__PURE__ */ h(Sc.Provider, { value: d, children: e });
17100
+ return /* @__PURE__ */ F(Sc.Provider, { value: f, children: [
17101
+ e,
17102
+ a && /* @__PURE__ */ h(Oy, { className: s, maxToasts: r })
17103
+ ] });
17099
17104
  }, Ac = () => {
17100
17105
  const e = ce(Sc);
17101
17106
  if (e === void 0)
17102
17107
  throw new Error("useToastContext must be used within a ToastProvider");
17103
17108
  return e;
17104
- }, Av = ({
17109
+ }, jy = ({
17105
17110
  position: e = "top-right",
17106
17111
  className: t = "",
17107
17112
  maxToasts: r = 5,
@@ -17120,7 +17125,27 @@ const Sv = ({
17120
17125
  u.id
17121
17126
  )) });
17122
17127
  return ds(d, document.body);
17123
- }, Vv = () => {
17128
+ }, Oy = ({
17129
+ className: e = "",
17130
+ maxToasts: t = 5,
17131
+ "data-testid": r
17132
+ }) => /* @__PURE__ */ h(Se, { children: [
17133
+ "top",
17134
+ "top-left",
17135
+ "top-right",
17136
+ "bottom",
17137
+ "bottom-left",
17138
+ "bottom-right"
17139
+ ].map((s) => /* @__PURE__ */ h(
17140
+ jy,
17141
+ {
17142
+ position: s,
17143
+ className: e,
17144
+ maxToasts: t,
17145
+ "data-testid": r ? `${r}-${s}` : void 0
17146
+ },
17147
+ s
17148
+ )) }), Pv = () => {
17124
17149
  const { addToast: e, removeToast: t, removeAllToasts: r, updateToast: n } = Ac(), s = _(
17125
17150
  (f, p = {}) => e({
17126
17151
  type: "default",
@@ -17181,7 +17206,7 @@ const Sv = ({
17181
17206
  dismissAll: d,
17182
17207
  update: u
17183
17208
  };
17184
- }, jy = 50, Oy = {
17209
+ }, $y = 50, zy = {
17185
17210
  fade: {
17186
17211
  initial: { opacity: 0 },
17187
17212
  animate: { opacity: 1 },
@@ -17280,7 +17305,7 @@ const Sv = ({
17280
17305
  exit: { opacity: 1 },
17281
17306
  transition: { duration: 0 }
17282
17307
  }
17283
- }, $y = J({
17308
+ }, Fy = J({
17284
17309
  base: [
17285
17310
  "relative",
17286
17311
  "px-2",
@@ -17345,7 +17370,7 @@ const Sv = ({
17345
17370
  size: "md",
17346
17371
  variant: "dark"
17347
17372
  }
17348
- }), zy = J({
17373
+ }), Wy = J({
17349
17374
  base: [
17350
17375
  "absolute",
17351
17376
  "border-solid",
@@ -17512,7 +17537,7 @@ const Sv = ({
17512
17537
  variant: "dark",
17513
17538
  size: "md"
17514
17539
  }
17515
- }), Fy = J({
17540
+ }), _y = J({
17516
17541
  base: [
17517
17542
  "fixed",
17518
17543
  "pointer-events-none",
@@ -17546,14 +17571,14 @@ const Sv = ({
17546
17571
  active: !1,
17547
17572
  disabled: !1
17548
17573
  }
17549
- }), Wy = (e, t, r) => {
17550
- let n = { ...Oy[e] };
17574
+ }), Gy = (e, t, r) => {
17575
+ let n = { ...zy[e] };
17551
17576
  if ((e === "shift" || e === "slide" || e === "bounce") && t) {
17552
- const s = Gy(t), a = Uy[e];
17577
+ const s = Ky(t), a = Hy[e];
17553
17578
  a && a[s] && (n = { ...a[s] });
17554
17579
  }
17555
17580
  return n;
17556
- }, _y = (e) => qo[e] || qo.fade, Gy = (e) => e.startsWith("top") ? "top" : e.startsWith("bottom") ? "bottom" : e.startsWith("left") ? "left" : e.startsWith("right") ? "right" : "top", Uy = {
17581
+ }, Uy = (e) => qo[e] || qo.fade, Ky = (e) => e.startsWith("top") ? "top" : e.startsWith("bottom") ? "bottom" : e.startsWith("left") ? "left" : e.startsWith("right") ? "right" : "top", Hy = {
17557
17582
  shift: {
17558
17583
  top: {
17559
17584
  initial: { opacity: 0, y: 8, scale: 0.98 },
@@ -17741,7 +17766,7 @@ const Sv = ({
17741
17766
  exit: { opacity: 1 },
17742
17767
  transition: { duration: 0 }
17743
17768
  }
17744
- }, Ky = {
17769
+ }, Xy = {
17745
17770
  enter: 0.15
17746
17771
  }, Vc = 700, Pc = 300, Mc = !1, Ec = Ce({
17747
17772
  delayDuration: Vc,
@@ -17750,7 +17775,7 @@ const Sv = ({
17750
17775
  isPointerInTransit: !1,
17751
17776
  setIsPointerInTransit: () => {
17752
17777
  }
17753
- }), Hy = () => ce(Ec), Pv = ({
17778
+ }), Yy = () => ce(Ec), Mv = ({
17754
17779
  children: e,
17755
17780
  delayDuration: t = Vc,
17756
17781
  skipDelayDuration: r = Pc,
@@ -17787,7 +17812,7 @@ const Sv = ({
17787
17812
  r.includes("-start") ? r.startsWith("top") || r.startsWith("bottom") ? i = s.left + n.crossAxis : l = s.top + n.crossAxis : r.includes("-end") && (r.startsWith("top") || r.startsWith("bottom") ? i = s.right - a.width - n.crossAxis : l = s.bottom - a.height - n.crossAxis);
17788
17813
  let c = r;
17789
17814
  return i < 8 ? i = 8 : i + a.width > o.width - 8 && (i = o.width - a.width - 8), l < 8 ? r.startsWith("top") && s.bottom + a.height + n.mainAxis < o.height ? (c = r.replace("top", "bottom"), l = s.bottom + n.mainAxis) : l = 8 : l + a.height > o.height - 8 && (r.startsWith("bottom") && s.top - a.height - n.mainAxis > 0 ? (c = r.replace("bottom", "top"), l = s.top - a.height - n.mainAxis) : l = o.height - a.height - 8), { x: i, y: l, placement: c };
17790
- }, Xy = (e) => {
17815
+ }, qy = (e) => {
17791
17816
  const {
17792
17817
  placement: t = "top",
17793
17818
  trigger: r = "hover",
@@ -17797,7 +17822,7 @@ const Sv = ({
17797
17822
  onOpenChange: o,
17798
17823
  delay: i,
17799
17824
  offset: l = { mainAxis: 8, crossAxis: 0 }
17800
- } = e, c = Hy(), d = {
17825
+ } = e, c = Yy(), d = {
17801
17826
  show: i?.show ?? (r === "hover" ? c?.delayDuration ?? 700 : 0),
17802
17827
  hide: i?.hide ?? (r === "hover" ? 150 : 0)
17803
17828
  }, u = {
@@ -17881,12 +17906,12 @@ const Sv = ({
17881
17906
  closeTooltip: V,
17882
17907
  toggleTooltip: B
17883
17908
  };
17884
- }, Yy = ({ variant: e = "dark", size: t = "md", placement: r, animation: n = "fade", className: s }) => {
17885
- const a = _y(n);
17909
+ }, Zy = ({ variant: e = "dark", size: t = "md", placement: r, animation: n = "fade", className: s }) => {
17910
+ const a = Uy(n);
17886
17911
  return /* @__PURE__ */ h(
17887
17912
  K.div,
17888
17913
  {
17889
- className: zy({
17914
+ className: Wy({
17890
17915
  placement: r,
17891
17916
  variant: e,
17892
17917
  size: t,
@@ -17898,7 +17923,7 @@ const Sv = ({
17898
17923
  transition: a.transition
17899
17924
  }
17900
17925
  );
17901
- }, qy = ({
17926
+ }, Jy = ({
17902
17927
  content: e,
17903
17928
  variant: t = "dark",
17904
17929
  size: r = "md",
@@ -17911,14 +17936,14 @@ const Sv = ({
17911
17936
  position: c,
17912
17937
  onRef: d
17913
17938
  }) => {
17914
- const u = () => Wy(n, c.placement);
17939
+ const u = () => Gy(n, c.placement);
17915
17940
  return /* @__PURE__ */ h(Je, { children: l && /* @__PURE__ */ F(
17916
17941
  K.div,
17917
17942
  {
17918
17943
  ref: d,
17919
17944
  id: i,
17920
17945
  role: "tooltip",
17921
- className: $y({ size: r, variant: t, className: a }),
17946
+ className: Fy({ size: r, variant: t, className: a }),
17922
17947
  style: {
17923
17948
  position: "fixed",
17924
17949
  left: c.x,
@@ -17929,13 +17954,13 @@ const Sv = ({
17929
17954
  animate: u().animate,
17930
17955
  exit: u().exit,
17931
17956
  transition: {
17932
- duration: Ky.enter,
17957
+ duration: Xy.enter,
17933
17958
  ease: "easeOut"
17934
17959
  },
17935
17960
  children: [
17936
17961
  e,
17937
17962
  s?.enabled && /* @__PURE__ */ h(
17938
- Yy,
17963
+ Zy,
17939
17964
  {
17940
17965
  variant: t,
17941
17966
  size: r,
@@ -17946,7 +17971,7 @@ const Sv = ({
17946
17971
  ]
17947
17972
  }
17948
17973
  ) });
17949
- }, Mv = (e) => {
17974
+ }, Ev = (e) => {
17950
17975
  const {
17951
17976
  children: t,
17952
17977
  content: r,
@@ -17960,7 +17985,7 @@ const Sv = ({
17960
17985
  size: d = "md",
17961
17986
  animation: u = "fade",
17962
17987
  arrow: f = { enabled: !0 },
17963
- zIndex: p = jy,
17988
+ zIndex: p = $y,
17964
17989
  "aria-label": m
17965
17990
  } = e, {
17966
17991
  isOpen: x,
@@ -17969,7 +17994,7 @@ const Sv = ({
17969
17994
  position: b,
17970
17995
  id: v,
17971
17996
  getTriggerProps: w
17972
- } = Xy(e), C = () => {
17997
+ } = qy(e), C = () => {
17973
17998
  const S = w();
17974
17999
  if (o && ti(t)) {
17975
18000
  const k = t.props, P = {
@@ -18001,10 +18026,10 @@ const Sv = ({
18001
18026
  const S = /* @__PURE__ */ h(
18002
18027
  "div",
18003
18028
  {
18004
- className: Fy({ visible: x }),
18029
+ className: _y({ visible: x }),
18005
18030
  style: { zIndex: p },
18006
18031
  children: /* @__PURE__ */ h(
18007
- qy,
18032
+ Jy,
18008
18033
  {
18009
18034
  content: r,
18010
18035
  variant: c,
@@ -18025,11 +18050,11 @@ const Sv = ({
18025
18050
  }
18026
18051
  return S;
18027
18052
  };
18028
- return /* @__PURE__ */ F(Ve, { children: [
18053
+ return /* @__PURE__ */ F(Se, { children: [
18029
18054
  C(),
18030
18055
  T()
18031
18056
  ] });
18032
- }, Zy = (e = !1) => {
18057
+ }, Qy = (e = !1) => {
18033
18058
  const t = [
18034
18059
  "flex items-center gap-3",
18035
18060
  "max-w-fit"
@@ -18044,41 +18069,41 @@ const Sv = ({
18044
18069
  "focus:ring-2 focus:ring-blue-500 focus:ring-offset-2",
18045
18070
  "data-[focus-visible]:ring-2 data-[focus-visible]:ring-blue-500"
18046
18071
  ), t.join(" ");
18047
- }, Jy = () => [
18072
+ }, ex = () => [
18048
18073
  "flex flex-col",
18049
18074
  "justify-center",
18050
18075
  "min-w-0"
18051
18076
  // Prevents text overflow issues
18052
- ].join(" "), Qy = () => [
18077
+ ].join(" "), tx = () => [
18053
18078
  "text-sm font-medium",
18054
18079
  "text-gray-900 dark:text-white",
18055
18080
  "truncate"
18056
- ].join(" "), ex = () => [
18081
+ ].join(" "), rx = () => [
18057
18082
  "text-xs",
18058
18083
  "text-gray-500 dark:text-gray-400",
18059
18084
  "truncate"
18060
- ].join(" "), tx = (e = "md") => ({
18085
+ ].join(" "), nx = (e = "md") => ({
18061
18086
  sm: "w-8 h-8 text-xs",
18062
18087
  md: "w-10 h-10 text-sm",
18063
18088
  lg: "w-12 h-12 text-base"
18064
- })[e], rx = (e = "default") => ({
18089
+ })[e], sx = (e = "default") => ({
18065
18090
  default: "bg-gray-200 text-gray-800 dark:bg-gray-700 dark:text-gray-200",
18066
18091
  primary: "bg-blue-500 text-white",
18067
18092
  secondary: "bg-purple-500 text-white",
18068
18093
  success: "bg-green-500 text-white",
18069
18094
  warning: "bg-yellow-500 text-white",
18070
18095
  danger: "bg-red-500 text-white"
18071
- })[e], nx = (e = "md", t = "default", r = !1, n = !1) => {
18096
+ })[e], ax = (e = "md", t = "default", r = !1, n = !1) => {
18072
18097
  const s = [
18073
18098
  "inline-flex items-center justify-center",
18074
18099
  "overflow-hidden",
18075
18100
  "select-none",
18076
18101
  "flex-shrink-0",
18077
- tx(e),
18078
- rx(t)
18102
+ nx(e),
18103
+ sx(t)
18079
18104
  ];
18080
18105
  return r ? s.push("rounded-md") : s.push("rounded-full"), n && s.push("opacity-50 cursor-not-allowed"), s.join(" ");
18081
- }, sx = (e) => e.split(" ").map((t) => t.charAt(0)).join("").toUpperCase().slice(0, 2), ax = () => [
18106
+ }, ox = (e) => e.split(" ").map((t) => t.charAt(0)).join("").toUpperCase().slice(0, 2), ix = () => [
18082
18107
  "w-full h-full",
18083
18108
  "object-cover",
18084
18109
  "rounded-inherit"
@@ -18094,7 +18119,7 @@ const Sv = ({
18094
18119
  fallback: l,
18095
18120
  ...c
18096
18121
  }, d) => {
18097
- const [u, f] = U(!1), m = [nx(n, o, a, i), s].filter(Boolean).join(" "), x = () => {
18122
+ const [u, f] = U(!1), m = [ax(n, o, a, i), s].filter(Boolean).join(" "), x = () => {
18098
18123
  f(!0);
18099
18124
  };
18100
18125
  return /* @__PURE__ */ h(
@@ -18108,10 +18133,10 @@ const Sv = ({
18108
18133
  {
18109
18134
  src: e,
18110
18135
  alt: t || r,
18111
- className: ax(),
18136
+ className: ix(),
18112
18137
  onError: x
18113
18138
  }
18114
- ) : r ? /* @__PURE__ */ h("span", { children: sx(r) }) : /* @__PURE__ */ h(
18139
+ ) : r ? /* @__PURE__ */ h("span", { children: ox(r) }) : /* @__PURE__ */ h(
18115
18140
  "svg",
18116
18141
  {
18117
18142
  className: "w-full h-full p-1",
@@ -18131,7 +18156,7 @@ const Sv = ({
18131
18156
  );
18132
18157
  });
18133
18158
  Ic.displayName = "Avatar";
18134
- const ox = oe(({
18159
+ const lx = oe(({
18135
18160
  name: e,
18136
18161
  description: t,
18137
18162
  isFocusable: r = !1,
@@ -18142,7 +18167,7 @@ const ox = oe(({
18142
18167
  "data-testid": i,
18143
18168
  ...l
18144
18169
  }, c) => {
18145
- const u = [Zy(r), a?.base, s].filter(Boolean).join(" "), p = [Jy(), a?.wrapper].filter(Boolean).join(" "), x = [Qy(), a?.name].filter(Boolean).join(" "), g = [ex(), a?.description].filter(Boolean).join(" ");
18170
+ const u = [Qy(r), a?.base, s].filter(Boolean).join(" "), p = [ex(), a?.wrapper].filter(Boolean).join(" "), x = [tx(), a?.name].filter(Boolean).join(" "), g = [rx(), a?.description].filter(Boolean).join(" ");
18146
18171
  return /* @__PURE__ */ F(
18147
18172
  "div",
18148
18173
  {
@@ -18189,13 +18214,13 @@ const ox = oe(({
18189
18214
  }
18190
18215
  );
18191
18216
  });
18192
- ox.displayName = "User";
18217
+ lx.displayName = "User";
18193
18218
  const Nc = Ce(void 0), Dc = () => {
18194
18219
  const e = ce(Nc);
18195
18220
  if (!e)
18196
18221
  throw new Error("useSidebar must be used within a SidebarProvider");
18197
18222
  return e;
18198
- }, Ev = ({
18223
+ }, Iv = ({
18199
18224
  children: e
18200
18225
  }) => {
18201
18226
  const [t, r] = U(!1), [n, s] = U(!1);
@@ -18223,7 +18248,7 @@ const Nc = Ce(void 0), Dc = () => {
18223
18248
  close: i
18224
18249
  };
18225
18250
  return /* @__PURE__ */ h(Nc.Provider, { value: l, children: e });
18226
- }, Iv = ({
18251
+ }, Nv = ({
18227
18252
  children: e,
18228
18253
  className: t = "",
18229
18254
  width: r = 280,
@@ -18284,7 +18309,7 @@ const Nc = Ce(void 0), Dc = () => {
18284
18309
  s === "persistent" && !c && "md:relative md:translate-x-0",
18285
18310
  t
18286
18311
  ].filter(Boolean).join(" ");
18287
- return /* @__PURE__ */ F(Ve, { children: [
18312
+ return /* @__PURE__ */ F(Se, { children: [
18288
18313
  /* @__PURE__ */ h(Je, { children: x() && /* @__PURE__ */ h(
18289
18314
  K.div,
18290
18315
  {
@@ -18314,7 +18339,7 @@ const Nc = Ce(void 0), Dc = () => {
18314
18339
  }
18315
18340
  ) })
18316
18341
  ] });
18317
- }, Nv = ({
18342
+ }, Dv = ({
18318
18343
  children: e,
18319
18344
  className: t = "",
18320
18345
  showCloseButton: r = !1,
@@ -18356,7 +18381,7 @@ const Nc = Ce(void 0), Dc = () => {
18356
18381
  }
18357
18382
  )
18358
18383
  ] });
18359
- }, Dv = ({
18384
+ }, Bv = ({
18360
18385
  children: e,
18361
18386
  className: t = ""
18362
18387
  }) => {
@@ -18368,7 +18393,7 @@ const Nc = Ce(void 0), Dc = () => {
18368
18393
  t
18369
18394
  ].filter(Boolean).join(" ");
18370
18395
  return /* @__PURE__ */ h("div", { className: r, children: e });
18371
- }, Bv = ({
18396
+ }, Lv = ({
18372
18397
  children: e,
18373
18398
  className: t = ""
18374
18399
  }) => {
@@ -18380,7 +18405,7 @@ const Nc = Ce(void 0), Dc = () => {
18380
18405
  t
18381
18406
  ].filter(Boolean).join(" ");
18382
18407
  return /* @__PURE__ */ h("div", { className: r, children: e });
18383
- }, Lv = ({
18408
+ }, Rv = ({
18384
18409
  children: e,
18385
18410
  icon: t,
18386
18411
  isActive: r = !1,
@@ -18407,7 +18432,7 @@ const Nc = Ce(void 0), Dc = () => {
18407
18432
  "text-gray-700 dark:text-gray-300",
18408
18433
  "hover:bg-gray-100 dark:hover:bg-gray-700",
18409
18434
  "hover:text-gray-900 dark:hover:text-white"
18410
- ], u = [...c, ...d, o].filter(Boolean).join(" "), f = /* @__PURE__ */ F(Ve, { children: [
18435
+ ], u = [...c, ...d, o].filter(Boolean).join(" "), f = /* @__PURE__ */ F(Se, { children: [
18411
18436
  t && /* @__PURE__ */ h("span", { className: `flex-shrink-0 ${i ? "opacity-50" : ""}`, children: t }),
18412
18437
  /* @__PURE__ */ h("span", { className: "flex-1 truncate", children: e })
18413
18438
  ] }), p = {
@@ -18423,7 +18448,7 @@ const Nc = Ce(void 0), Dc = () => {
18423
18448
  return /* @__PURE__ */ h("a", { href: n, ...p, children: f });
18424
18449
  }
18425
18450
  return /* @__PURE__ */ h("button", { type: "button", ...p, disabled: i, children: f });
18426
- }, Rv = ({
18451
+ }, jv = ({
18427
18452
  children: e,
18428
18453
  className: t = "",
18429
18454
  "aria-label": r = "Toggle sidebar"
@@ -18451,12 +18476,12 @@ const Nc = Ce(void 0), Dc = () => {
18451
18476
  {
18452
18477
  animate: { rotate: n ? 180 : 0 },
18453
18478
  transition: { duration: 0.2 },
18454
- children: /* @__PURE__ */ h(ix, {})
18479
+ children: /* @__PURE__ */ h(cx, {})
18455
18480
  }
18456
18481
  )
18457
18482
  }
18458
18483
  );
18459
- }, ix = () => /* @__PURE__ */ h(
18484
+ }, cx = () => /* @__PURE__ */ h(
18460
18485
  "svg",
18461
18486
  {
18462
18487
  className: "w-6 h-6",
@@ -18480,7 +18505,7 @@ const Nc = Ce(void 0), Dc = () => {
18480
18505
  "useLibraryRouter must be used within a LibraryRouterProvider"
18481
18506
  );
18482
18507
  return e;
18483
- }, jv = ({
18508
+ }, Ov = ({
18484
18509
  children: e,
18485
18510
  initialRoutes: t = [],
18486
18511
  onRouteChange: r
@@ -18528,7 +18553,7 @@ const Nc = Ce(void 0), Dc = () => {
18528
18553
  ]
18529
18554
  );
18530
18555
  return /* @__PURE__ */ h(Bc.Provider, { value: m, children: e });
18531
- }, Ov = ({
18556
+ }, $v = ({
18532
18557
  routes: e,
18533
18558
  className: t = "",
18534
18559
  renderItem: r
@@ -18552,7 +18577,7 @@ const Nc = Ce(void 0), Dc = () => {
18552
18577
  return r ? r(o, i) : s(o, i);
18553
18578
  }) })
18554
18579
  ] }, a.label)) });
18555
- }, $v = () => {
18580
+ }, zv = () => {
18556
18581
  const { navigate: e, goBack: t, goForward: r, currentPath: n, routes: s } = Lc(), a = _(
18557
18582
  (c, d) => {
18558
18583
  d ? window.history.replaceState(null, "", c) : e(c);
@@ -18575,8 +18600,8 @@ const Nc = Ce(void 0), Dc = () => {
18575
18600
  getRouteByPath: l,
18576
18601
  routes: s
18577
18602
  };
18578
- }, lx = (e, t) => e.toLowerCase().includes(t.toLowerCase());
18579
- function cx(e) {
18603
+ }, dx = (e, t) => e.toLowerCase().includes(t.toLowerCase());
18604
+ function ux(e) {
18580
18605
  return e ? Array.from(e) : [];
18581
18606
  }
18582
18607
  function Vn(e) {
@@ -18593,7 +18618,7 @@ function Vt(e, t) {
18593
18618
  }
18594
18619
  return t;
18595
18620
  }
18596
- function dx(e) {
18621
+ function fx(e) {
18597
18622
  const {
18598
18623
  items: t,
18599
18624
  defaultItems: r,
@@ -18605,7 +18630,7 @@ function dx(e) {
18605
18630
  allowsCustomValue: l = !1,
18606
18631
  allowsEmptyCollection: c = !0,
18607
18632
  shouldCloseOnBlur: d = !0,
18608
- defaultFilter: u = lx,
18633
+ defaultFilter: u = dx,
18609
18634
  filterOptions: f,
18610
18635
  isDisabled: p = !1,
18611
18636
  isReadOnly: m = !1,
@@ -18621,7 +18646,7 @@ function dx(e) {
18621
18646
  onClose: k,
18622
18647
  onClear: P,
18623
18648
  ...V
18624
- } = 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(() => cx(t ?? r), [t, r]), W = G(() => !$.trim() && i !== "focus" ? c ? Z : [] : $.trim() ? Z.filter((se) => {
18649
+ } = 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) => {
18625
18650
  const be = Vn(se);
18626
18651
  return u(be, $);
18627
18652
  }) : Z, [Z, $, u, c, i]), ne = _((se) => {
@@ -18722,8 +18747,8 @@ function dx(e) {
18722
18747
  document.removeEventListener("mousedown", se);
18723
18748
  };
18724
18749
  }, [M, b, k]);
18725
- const { size: Be, ...Ae } = V, it = G(() => ({
18726
- ...Ae,
18750
+ const { size: Be, ...Ve } = V, it = G(() => ({
18751
+ ...Ve,
18727
18752
  ref: B,
18728
18753
  value: $,
18729
18754
  onChange: (se) => ne(se.target.value),
@@ -18738,7 +18763,7 @@ function dx(e) {
18738
18763
  "aria-autocomplete": "list",
18739
18764
  role: "combobox"
18740
18765
  }), [
18741
- Ae,
18766
+ Ve,
18742
18767
  $,
18743
18768
  ne,
18744
18769
  fe,
@@ -18792,7 +18817,7 @@ function dx(e) {
18792
18817
  setIsOpen: re
18793
18818
  };
18794
18819
  }
18795
- const ux = J({
18820
+ const hx = J({
18796
18821
  base: [
18797
18822
  "group relative w-full",
18798
18823
  "inline-flex flex-col",
@@ -18845,7 +18870,7 @@ const ux = J({
18845
18870
  isDisabled: !1,
18846
18871
  disableAnimation: !1
18847
18872
  }
18848
- }), fx = J({
18873
+ }), px = J({
18849
18874
  base: [
18850
18875
  "relative flex w-full",
18851
18876
  "min-h-unit-10 items-center gap-2",
@@ -19117,7 +19142,7 @@ J({
19117
19142
  isInvalid: !1
19118
19143
  }
19119
19144
  });
19120
- const hx = J({
19145
+ const mx = J({
19121
19146
  base: [
19122
19147
  "w-full p-1 min-w-[200px]",
19123
19148
  "bg-content1 border border-divider",
@@ -19357,7 +19382,7 @@ J({
19357
19382
  showDivider: !1
19358
19383
  }
19359
19384
  });
19360
- const px = J({
19385
+ const gx = J({
19361
19386
  slots: {
19362
19387
  base: [
19363
19388
  "flex group relative justify-between items-center",
@@ -19612,7 +19637,7 @@ J({
19612
19637
  showDivider: !1
19613
19638
  }
19614
19639
  });
19615
- const mx = J({
19640
+ const bx = J({
19616
19641
  slots: {
19617
19642
  base: [
19618
19643
  "relative mb-2"
@@ -19684,7 +19709,7 @@ const is = oe(({
19684
19709
  c || b?.();
19685
19710
  }, [c, b]), I = _((N) => {
19686
19711
  c || (C?.(N), (N.key === "Enter" || N.key === " ") && (N.preventDefault(), N.stopPropagation(), V()));
19687
- }, [c, C, V]), D = G(() => px({
19712
+ }, [c, C, V]), D = G(() => gx({
19688
19713
  variant: u,
19689
19714
  color: f,
19690
19715
  size: p,
@@ -19726,7 +19751,7 @@ const is = oe(({
19726
19751
  );
19727
19752
  });
19728
19753
  is.displayName = "AutocompleteItem";
19729
- const gx = ({ className: e }) => /* @__PURE__ */ h(
19754
+ const yx = ({ className: e }) => /* @__PURE__ */ h(
19730
19755
  "svg",
19731
19756
  {
19732
19757
  className: e,
@@ -19736,7 +19761,7 @@ const gx = ({ className: e }) => /* @__PURE__ */ h(
19736
19761
  xmlns: "http://www.w3.org/2000/svg",
19737
19762
  children: /* @__PURE__ */ h("path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M19 9l-7 7-7-7" })
19738
19763
  }
19739
- ), bx = ({ className: e }) => /* @__PURE__ */ h(
19764
+ ), xx = ({ className: e }) => /* @__PURE__ */ h(
19740
19765
  "svg",
19741
19766
  {
19742
19767
  className: e,
@@ -19747,21 +19772,21 @@ const gx = ({ className: e }) => /* @__PURE__ */ h(
19747
19772
  children: /* @__PURE__ */ h("path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M6 18L18 6M6 6l12 12" })
19748
19773
  }
19749
19774
  );
19750
- function yx(e, t) {
19775
+ function vx(e, t) {
19751
19776
  if (typeof e == "object" && e !== null) {
19752
19777
  const r = e;
19753
19778
  return r.key ?? r.id ?? t;
19754
19779
  }
19755
19780
  return t;
19756
19781
  }
19757
- function xx(e) {
19782
+ function wx(e) {
19758
19783
  if (typeof e == "object" && e !== null) {
19759
19784
  const t = e;
19760
19785
  return t.textValue || t.label || t.value || t.title || String(t.key || "");
19761
19786
  }
19762
19787
  return String(e);
19763
19788
  }
19764
- const vx = oe(({
19789
+ const kx = oe(({
19765
19790
  label: e,
19766
19791
  placeholder: t = "Search...",
19767
19792
  description: r,
@@ -19804,34 +19829,34 @@ const vx = oe(({
19804
19829
  selectorButtonProps: Z,
19805
19830
  containerRef: W,
19806
19831
  selectItem: ne
19807
- } = dx(O), ee = G(() => ux({
19832
+ } = fx(O), ee = G(() => hx({
19808
19833
  variant: o,
19809
19834
  color: i,
19810
19835
  size: l,
19811
19836
  labelPlacement: c,
19812
19837
  isDisabled: d,
19813
19838
  fullWidth: x
19814
- }), [o, i, l, c, d, x]), re = G(() => fx({
19839
+ }), [o, i, l, c, d, x]), re = G(() => px({
19815
19840
  variant: o,
19816
19841
  color: i,
19817
19842
  size: l,
19818
19843
  isDisabled: d,
19819
19844
  isInvalid: p
19820
- }), [o, i, l, d, p]), de = G(() => hx({
19845
+ }), [o, i, l, d, p]), de = G(() => mx({
19821
19846
  disableAnimation: y
19822
19847
  }), [y]), fe = _((ue) => {
19823
19848
  ne(ue);
19824
19849
  }, [ne]), Re = _(() => B || N.map((ue, Be) => {
19825
- const Ae = yx(ue, Be), it = xx(ue);
19850
+ const Ve = vx(ue, Be), it = wx(ue);
19826
19851
  if (typeof ue == "object" && ue !== null) {
19827
19852
  const Xe = ue;
19828
19853
  return /* @__PURE__ */ h(
19829
19854
  is,
19830
19855
  {
19831
- itemKey: Ae,
19856
+ itemKey: Ve,
19832
19857
  textValue: it,
19833
- isSelected: M === Ae,
19834
- isFocused: E === Ae,
19858
+ isSelected: M === Ve,
19859
+ isFocused: E === Ve,
19835
19860
  variant: o === "underlined" ? "flat" : o,
19836
19861
  color: i,
19837
19862
  size: l,
@@ -19841,33 +19866,33 @@ const vx = oe(({
19841
19866
  onSelectionChange: fe,
19842
19867
  children: Xe.label || it
19843
19868
  },
19844
- Ae
19869
+ Ve
19845
19870
  );
19846
19871
  }
19847
19872
  return /* @__PURE__ */ h(
19848
19873
  is,
19849
19874
  {
19850
- itemKey: Ae,
19875
+ itemKey: Ve,
19851
19876
  textValue: it,
19852
- isSelected: M === Ae,
19853
- isFocused: E === Ae,
19877
+ isSelected: M === Ve,
19878
+ isFocused: E === Ve,
19854
19879
  variant: o === "underlined" ? "flat" : o,
19855
19880
  color: i,
19856
19881
  size: l,
19857
19882
  onSelectionChange: fe,
19858
19883
  children: it
19859
19884
  },
19860
- Ae
19885
+ Ve
19861
19886
  );
19862
19887
  }), [B, N, M, E, o, i, l, fe]), we = G(() => /* @__PURE__ */ h(
19863
- gx,
19888
+ yx,
19864
19889
  {
19865
19890
  className: te(
19866
19891
  "w-4 h-4 text-default-400 transition-transform",
19867
19892
  !g && A && "rotate-180"
19868
19893
  )
19869
19894
  }
19870
- ), [g, A]), mt = G(() => /* @__PURE__ */ h(bx, { className: "w-4 h-4 text-default-400" }), []), He = m && L && !d && !u;
19895
+ ), [g, A]), mt = G(() => /* @__PURE__ */ h(xx, { className: "w-4 h-4 text-default-400" }), []), He = m && L && !d && !u;
19871
19896
  return /* @__PURE__ */ F(
19872
19897
  "div",
19873
19898
  {
@@ -20018,8 +20043,8 @@ const vx = oe(({
20018
20043
  }
20019
20044
  );
20020
20045
  });
20021
- vx.displayName = "Autocomplete";
20022
- const wx = oe(({
20046
+ kx.displayName = "Autocomplete";
20047
+ const Cx = oe(({
20023
20048
  title: e,
20024
20049
  children: t,
20025
20050
  className: r,
@@ -20027,7 +20052,7 @@ const wx = oe(({
20027
20052
  showDivider: s = !1,
20028
20053
  ...a
20029
20054
  }, o) => {
20030
- const i = G(() => mx({
20055
+ const i = G(() => bx({
20031
20056
  showDivider: s
20032
20057
  }), [s]), l = e != null && e !== "";
20033
20058
  return /* @__PURE__ */ F(
@@ -20065,8 +20090,8 @@ const wx = oe(({
20065
20090
  }
20066
20091
  );
20067
20092
  });
20068
- wx.displayName = "AutocompleteSection";
20069
- const kx = (e, t, r = 1, n = !0) => {
20093
+ Cx.displayName = "AutocompleteSection";
20094
+ const Tx = (e, t, r = 1, n = !0) => {
20070
20095
  const s = [], a = (l, c, d = !1, u = !1) => ({
20071
20096
  type: l,
20072
20097
  value: c,
@@ -20081,7 +20106,7 @@ const kx = (e, t, r = 1, n = !0) => {
20081
20106
  l !== 1 && l !== t && s.push(a("page", l, e === l));
20082
20107
  return n && i < t - 1 && s.push(a("dots", "...", !1, !0)), t > 1 && s.push(a("page", t, e === t)), s;
20083
20108
  };
20084
- function Cx(e) {
20109
+ function Sx(e) {
20085
20110
  const {
20086
20111
  total: t,
20087
20112
  page: r,
@@ -20091,7 +20116,7 @@ function Cx(e) {
20091
20116
  showDots: o = !0,
20092
20117
  loop: i = !1,
20093
20118
  onChange: l
20094
- } = e, c = r !== void 0, d = s ?? n, [u, f] = U(d), m = Math.max(1, Math.min(t, c ? r : u)), x = G(() => t <= 0 ? [] : kx(m, t, a, o), [m, t, a, o]), y = _(
20119
+ } = e, c = r !== void 0, d = s ?? n, [u, f] = U(d), m = Math.max(1, Math.min(t, c ? r : u)), x = G(() => t <= 0 ? [] : Tx(m, t, a, o), [m, t, a, o]), y = _(
20095
20120
  (S) => {
20096
20121
  const k = Math.max(1, Math.min(t, S));
20097
20122
  k !== m && (c || f(k), l?.(k));
@@ -20119,7 +20144,7 @@ function Cx(e) {
20119
20144
  totalPages: t
20120
20145
  };
20121
20146
  }
20122
- const Tx = {
20147
+ const Ax = {
20123
20148
  xs: "min-w-6 h-6 text-xs px-1",
20124
20149
  sm: "min-w-8 h-8 text-sm px-2",
20125
20150
  md: "min-w-10 h-10 text-base px-3",
@@ -20131,7 +20156,7 @@ const Tx = {
20131
20156
  md: "gap-2",
20132
20157
  lg: "gap-2.5",
20133
20158
  xl: "gap-3"
20134
- }, Sx = {
20159
+ }, Vx = {
20135
20160
  none: "rounded-none",
20136
20161
  sm: "rounded-sm",
20137
20162
  md: "rounded-md",
@@ -20274,19 +20299,19 @@ const Tx = {
20274
20299
  }
20275
20300
  };
20276
20301
  return n ? s[e][t].disabled : r ? s[e][t].active : s[e][t].base;
20277
- }, Ax = (e, t, r = !1) => {
20302
+ }, Px = (e, t, r = !1) => {
20278
20303
  const n = Rc(e, t, !1, r);
20279
20304
  return r ? n : `${n} transition-all duration-200 ease-in-out hover:scale-105 active:scale-95`;
20280
- }, Vx = (e) => `${{
20305
+ }, Mx = (e) => `${{
20281
20306
  xs: "w-6 h-6 text-xs",
20282
20307
  sm: "w-8 h-8 text-sm",
20283
20308
  md: "w-10 h-10 text-base",
20284
20309
  lg: "w-12 h-12 text-lg",
20285
20310
  xl: "w-14 h-14 text-xl"
20286
20311
  }[e]} flex items-center justify-center text-default-400 cursor-default select-none`, jc = (e = !1, t = !1) => e || t ? "transition-colors duration-200 ease-in-out" : "transition-all duration-200 ease-in-out transform hover:scale-105 active:scale-95", Oc = (e, t) => {
20287
- const r = Tx[e], n = Sx[t];
20312
+ const r = Ax[e], n = Vx[t];
20288
20313
  return `${r} ${n} flex items-center justify-center font-medium select-none outline-none focus:outline-none focus:ring-2 focus:ring-primary-500 focus:ring-offset-2`;
20289
- }, Px = (e, t = !1, r = !1) => `flex items-center justify-center ${r ? Jo.xs : Jo[e]} ${t ? "shadow-sm" : ""}`.trim(), Le = {
20314
+ }, Ex = (e, t = !1, r = !1) => `flex items-center justify-center ${r ? Jo.xs : Jo[e]} ${t ? "shadow-sm" : ""}`.trim(), Le = {
20290
20315
  size: "md",
20291
20316
  color: "primary",
20292
20317
  variant: "flat",
@@ -20350,7 +20375,7 @@ const wr = oe(
20350
20375
  "aria-label": c,
20351
20376
  "data-testid": d
20352
20377
  }, u) => {
20353
- 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 = Ax(m, x, v), T = jc(b, v), S = () => {
20378
+ 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 = () => {
20354
20379
  v || r?.();
20355
20380
  }, k = e === "prev" ? "Go to previous page" : "Go to next page", P = `${w} ${C} ${T} ${s}`.trim();
20356
20381
  return /* @__PURE__ */ h(
@@ -20424,7 +20449,7 @@ const Gc = oe(
20424
20449
  children: r,
20425
20450
  "data-testid": n
20426
20451
  }, s) => {
20427
- const a = ta(), o = t ?? a.size, l = `${Vx(o)} ${e}`.trim();
20452
+ const a = ta(), o = t ?? a.size, l = `${Mx(o)} ${e}`.trim();
20428
20453
  return /* @__PURE__ */ h(
20429
20454
  "span",
20430
20455
  {
@@ -20503,7 +20528,7 @@ const Dr = {
20503
20528
  if (!e)
20504
20529
  throw new Error("usePaginationContext must be used within a Pagination component");
20505
20530
  return e;
20506
- }, Mx = ({
20531
+ }, Ix = ({
20507
20532
  total: e,
20508
20533
  page: t,
20509
20534
  defaultPage: r = 1,
@@ -20542,7 +20567,7 @@ const Dr = {
20542
20567
  compact: Le.compact,
20543
20568
  showShadow: Le.showShadow,
20544
20569
  ...p
20545
- }, w = Cx({
20570
+ }, w = Sx({
20546
20571
  total: e,
20547
20572
  page: t,
20548
20573
  defaultPage: r,
@@ -20565,7 +20590,7 @@ const Dr = {
20565
20590
  disableAnimation: u,
20566
20591
  controls: b,
20567
20592
  display: v
20568
- }, T = Px(
20593
+ }, T = Ex(
20569
20594
  o,
20570
20595
  v.showShadow,
20571
20596
  v.compact
@@ -20627,7 +20652,7 @@ const Dr = {
20627
20652
  }
20628
20653
  ) });
20629
20654
  };
20630
- Mx.displayName = "Pagination";
20655
+ Ix.displayName = "Pagination";
20631
20656
  const sr = (e) => ({
20632
20657
  linear: "linear",
20633
20658
  easeIn: [0.4, 0, 1, 1],
@@ -20639,7 +20664,7 @@ const sr = (e) => ({
20639
20664
  bounceIn: [0.6, -0.28, 0.735, 0.045],
20640
20665
  bounceOut: [0.175, 0.885, 0.32, 1.275],
20641
20666
  bounceInOut: [0.68, -0.55, 0.265, 1.55]
20642
- })[e], Ex = (e, t, r = 0.05, n = 0.6) => {
20667
+ })[e], Nx = (e, t, r = 0.05, n = 0.6) => {
20643
20668
  const s = e.split(" "), a = [], o = [], i = e.split(`
20644
20669
  `);
20645
20670
  let l = 0;
@@ -20731,13 +20756,13 @@ const sr = (e) => ({
20731
20756
  break;
20732
20757
  }
20733
20758
  return new Intl.NumberFormat(n, a).format(e);
20734
- }, Ix = (e = 10) => {
20759
+ }, Dx = (e = 10) => {
20735
20760
  const a = "!@#$%^&*()_+-=[]{}|;:,.<>?~`" + "0123456789" + "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" + "█▓▒░▄▀▐▌";
20736
20761
  return Array.from(
20737
20762
  { length: e },
20738
20763
  () => a[Math.floor(Math.random() * a.length)]
20739
20764
  ).join("");
20740
- }, Nx = (e) => {
20765
+ }, Bx = (e) => {
20741
20766
  const t = {
20742
20767
  low: { scale: 0.02, duration: 0.1 },
20743
20768
  medium: { scale: 0.05, duration: 0.15 },
@@ -20780,7 +20805,7 @@ const sr = (e) => ({
20780
20805
  default:
20781
20806
  return `linear-gradient(90deg, ${r})`;
20782
20807
  }
20783
- }, Dx = (e, t) => {
20808
+ }, Lx = (e, t) => {
20784
20809
  const r = Math.max(e.length, t.length), n = [], s = 10;
20785
20810
  for (let a = 0; a <= s; a++) {
20786
20811
  const o = a / s;
@@ -20792,11 +20817,11 @@ const sr = (e) => ({
20792
20817
  n.push(i);
20793
20818
  }
20794
20819
  return n;
20795
- }, Kt = () => typeof window > "u" ? !1 : window.matchMedia("(prefers-reduced-motion: reduce)").matches, Bx = (e, t = 2, r = "horizontal") => ({
20820
+ }, Kt = () => typeof window > "u" ? !1 : window.matchMedia("(prefers-reduced-motion: reduce)").matches, Rx = (e, t = 2, r = "horizontal") => ({
20796
20821
  "--text-gradient": Kc(e, r),
20797
20822
  "--animation-duration": `${t}s`,
20798
20823
  "--background-size": r === "horizontal" ? "200% 100%" : "100% 200%"
20799
- }), zv = ({
20824
+ }), Fv = ({
20800
20825
  text: e,
20801
20826
  texts: t,
20802
20827
  className: r = "",
@@ -20896,7 +20921,7 @@ const sr = (e) => ({
20896
20921
  }, Z = () => {
20897
20922
  n === "focus" && !S && !P && (w(""), T(0));
20898
20923
  };
20899
- return /* @__PURE__ */ F(Ve, { children: [
20924
+ return /* @__PURE__ */ F(Se, { children: [
20900
20925
  /* @__PURE__ */ h("style", { dangerouslySetInnerHTML: {
20901
20926
  __html: `
20902
20927
  @keyframes blink {
@@ -20934,7 +20959,7 @@ const sr = (e) => ({
20934
20959
  }
20935
20960
  )
20936
20961
  ] });
20937
- }, Fv = ({
20962
+ }, Wv = ({
20938
20963
  text: e,
20939
20964
  className: t = "",
20940
20965
  trigger: r = "inView",
@@ -20955,7 +20980,7 @@ const sr = (e) => ({
20955
20980
  onStart: g,
20956
20981
  "data-testid": b
20957
20982
  }) => {
20958
- const [v, w] = U(!1), [C, T] = U(!1), [S, k] = U(!1), P = Y(null), V = Y(null), B = Kt(), O = Ex(e, n, a, s), R = !m && !B && (r === "immediate" || r === "inView" && v || r === "manual" && x);
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);
20959
20984
  q(() => {
20960
20985
  if (!(r !== "inView" || !P.current))
20961
20986
  return V.current = new IntersectionObserver(
@@ -21101,7 +21126,7 @@ const sr = (e) => ({
21101
21126
  ))
21102
21127
  }
21103
21128
  ) });
21104
- }, Wv = ({
21129
+ }, _v = ({
21105
21130
  from: e,
21106
21131
  to: t,
21107
21132
  className: r = "",
@@ -21193,7 +21218,7 @@ const sr = (e) => ({
21193
21218
  ]
21194
21219
  }
21195
21220
  );
21196
- }, _v = ({
21221
+ }, Gv = ({
21197
21222
  text: e,
21198
21223
  className: t = "",
21199
21224
  trigger: r = "immediate",
@@ -21230,7 +21255,7 @@ const sr = (e) => ({
21230
21255
  default:
21231
21256
  return `linear-gradient(90deg, ${N})`;
21232
21257
  }
21233
- }, O = Bx(n, a * o, s), R = B(), I = l || O["--background-size"];
21258
+ }, O = Rx(n, a * o, s), R = B(), I = l || O["--background-size"];
21234
21259
  q(() => {
21235
21260
  if (!(r !== "inView" || !S.current))
21236
21261
  return k.current = new IntersectionObserver(
@@ -21276,7 +21301,7 @@ const sr = (e) => ({
21276
21301
  "data-testid": y,
21277
21302
  children: e
21278
21303
  }
21279
- ) : /* @__PURE__ */ F(Ve, { children: [
21304
+ ) : /* @__PURE__ */ F(Se, { children: [
21280
21305
  /* @__PURE__ */ h("style", { children: `
21281
21306
  @keyframes gradientMove {
21282
21307
  0% {
@@ -21305,7 +21330,7 @@ const sr = (e) => ({
21305
21330
  }
21306
21331
  )
21307
21332
  ] });
21308
- }, Gv = ({
21333
+ }, Uv = ({
21309
21334
  texts: e,
21310
21335
  className: t = "",
21311
21336
  trigger: r = "immediate",
@@ -21328,7 +21353,7 @@ const sr = (e) => ({
21328
21353
  if (e.length <= 1) return;
21329
21354
  const z = e[C], $ = (C + 1) % e.length, j = e[$];
21330
21355
  if (i === "scramble") {
21331
- const Z = Dx(z, j);
21356
+ const Z = Lx(z, j);
21332
21357
  let W = 0;
21333
21358
  const ne = setInterval(() => {
21334
21359
  W < Z.length ? (k(Z[W]), W++) : (clearInterval(ne), k(j), T($), !a && $ === 0 ? (w(!0), b(!1), p && p()) : I && (B.current = setTimeout(() => {
@@ -21435,7 +21460,7 @@ const sr = (e) => ({
21435
21460
  ) })
21436
21461
  }
21437
21462
  );
21438
- }, Uv = ({
21463
+ }, Kv = ({
21439
21464
  text: e,
21440
21465
  className: t = "",
21441
21466
  trigger: r = "inView",
@@ -21454,7 +21479,7 @@ const sr = (e) => ({
21454
21479
  onComplete: x,
21455
21480
  "data-testid": y
21456
21481
  }) => {
21457
- 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 || Ix(20), D = Nx(n), L = ($, j = 0.3) => $.split("").map((Z) => Math.random() < j ? I[Math.floor(Math.random() * I.length)] : Z).join("");
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("");
21458
21483
  q(() => {
21459
21484
  if (!(r !== "inView" || !P.current))
21460
21485
  return V.current = new IntersectionObserver(
@@ -21514,7 +21539,7 @@ const sr = (e) => ({
21514
21539
  animation: R ? `glitchShift${$} ${s}s linear ${u}s ${a ? "infinite" : "1"}` : void 0
21515
21540
  };
21516
21541
  };
21517
- return /* @__PURE__ */ F(Ve, { children: [
21542
+ return /* @__PURE__ */ F(Se, { children: [
21518
21543
  /* @__PURE__ */ h("style", { children: `
21519
21544
  ${Array.from({ length: c }, ($, j) => `
21520
21545
  @keyframes glitchShift${j} {
@@ -21566,46 +21591,46 @@ export {
21566
21591
  ec as AccordionContent,
21567
21592
  Ql as AccordionHeader,
21568
21593
  tc as AccordionItem,
21569
- vx as Autocomplete,
21594
+ kx as Autocomplete,
21570
21595
  is as AutocompleteItem,
21571
- wx as AutocompleteSection,
21596
+ Cx as AutocompleteSection,
21572
21597
  pg as Avatar,
21573
21598
  yg as AvatarGroup,
21574
21599
  gc as AvatarIcon,
21575
21600
  vg as Badge,
21576
- dv as Bounce,
21577
- Qx as BounceContainer,
21601
+ fv as Bounce,
21602
+ tv as BounceContainer,
21578
21603
  Cg as Breadcrumb,
21579
21604
  Sg as BreadcrumbItem,
21580
21605
  Pg as BreadcrumbSeparator,
21581
21606
  Wg as Button,
21582
21607
  _g as ButtonContent,
21583
- fv as ButtonGroup,
21608
+ pv as ButtonGroup,
21584
21609
  Uo as ButtonIcon,
21585
- hv as ButtonText,
21586
- pv as Card,
21587
- gv as CardBody,
21588
- bv as CardFooter,
21589
- mv as CardHeader,
21590
- yv as Checkbox,
21610
+ mv as ButtonText,
21611
+ gv as Card,
21612
+ yv as CardBody,
21613
+ xv as CardFooter,
21614
+ bv as CardHeader,
21615
+ vv as Checkbox,
21591
21616
  ab as Chip,
21592
- Wv as CounterText,
21593
- qx as FadeContainer,
21594
- ov as FadeIn,
21595
- ev as FlipContainer,
21596
- Uv as GlitchText,
21597
- _v as GradientText,
21598
- xv as Image,
21617
+ _v as CounterText,
21618
+ Jx as FadeContainer,
21619
+ lv as FadeIn,
21620
+ rv as FlipContainer,
21621
+ Kv as GlitchText,
21622
+ Gv as GradientText,
21623
+ wv as Image,
21599
21624
  Ab as Input,
21600
21625
  Zs as LibraryLink,
21601
- jv as LibraryRouterProvider,
21626
+ Ov as LibraryRouterProvider,
21602
21627
  Ib as Modal,
21603
21628
  Bb as ModalBody,
21604
21629
  Nb as ModalContent,
21605
21630
  Lb as ModalFooter,
21606
21631
  Db as ModalHeader,
21607
- rv as MorphingContainer,
21608
- Gv as MorphingText,
21632
+ sv as MorphingContainer,
21633
+ Uv as MorphingText,
21609
21634
  jb as Navbar,
21610
21635
  Ob as NavbarBrand,
21611
21636
  $b as NavbarContent,
@@ -21613,59 +21638,60 @@ export {
21613
21638
  Wb as NavbarMenu,
21614
21639
  _b as NavbarMenuItem,
21615
21640
  Fb as NavbarMenuToggle,
21616
- Ov as Navigation,
21617
- Mx as Pagination,
21641
+ $v as Navigation,
21642
+ Ix as Pagination,
21618
21643
  Gc as PaginationEllipsis,
21619
21644
  Wc as PaginationFirst,
21620
21645
  $c as PaginationItem,
21621
21646
  _c as PaginationLast,
21622
21647
  Fc as PaginationNext,
21623
21648
  zc as PaginationPrevious,
21624
- sv as ParallaxContainer,
21649
+ ov as ParallaxContainer,
21625
21650
  Kb as Progress,
21626
- Fv as RevealText,
21627
- cv as RotateIn,
21628
- Jx as ScaleContainer,
21629
- lv as ScaleIn,
21630
- Iv as Sidebar,
21631
- Dv as SidebarContent,
21632
- Bv as SidebarFooter,
21633
- Nv as SidebarHeader,
21634
- Lv as SidebarItem,
21635
- Ev as SidebarProvider,
21636
- Rv as SidebarTrigger,
21637
- Zx as SlideContainer,
21638
- iv as SlideIn,
21651
+ Wv as RevealText,
21652
+ uv as RotateIn,
21653
+ ev as ScaleContainer,
21654
+ dv as ScaleIn,
21655
+ Nv as Sidebar,
21656
+ Bv as SidebarContent,
21657
+ Lv as SidebarFooter,
21658
+ Dv as SidebarHeader,
21659
+ Rv as SidebarItem,
21660
+ Iv as SidebarProvider,
21661
+ jv as SidebarTrigger,
21662
+ Qx as SlideContainer,
21663
+ cv as SlideIn,
21639
21664
  ny as Spinner,
21640
- uv as Stagger,
21641
- tv as StaggerContainer,
21642
- wv as Switch,
21643
- kv as Table,
21644
- Tv as TableBody,
21665
+ hv as Stagger,
21666
+ nv as StaggerContainer,
21667
+ Cv as Switch,
21668
+ Tv as Table,
21669
+ Av as TableBody,
21645
21670
  Xo as TableCell,
21646
21671
  Cy as TableColumn,
21647
- Cv as TableHeader,
21672
+ Sv as TableHeader,
21648
21673
  Ty as TableRow,
21649
21674
  Ly as Toast,
21650
- Av as ToastContainer,
21651
- Sv as ToastProvider,
21652
- Mv as Tooltip,
21653
- Pv as TooltipProvider,
21654
- zv as TypeWriter,
21655
- ox as User,
21675
+ jy as ToastContainer,
21676
+ Vv as ToastProvider,
21677
+ Oy as ToastViewport,
21678
+ Ev as Tooltip,
21679
+ Mv as TooltipProvider,
21680
+ Fv as TypeWriter,
21681
+ lx as User,
21656
21682
  Wp as useAccordion,
21657
- dx as useAutocomplete,
21683
+ fx as useAutocomplete,
21658
21684
  hg as useAvatar,
21659
21685
  mg as useAvatarGroup,
21660
- $v as useLibraryNavigation,
21686
+ zv as useLibraryNavigation,
21661
21687
  Lc as useLibraryRouter,
21662
- vv as useModal,
21663
- nv as useMorphingContainer,
21664
- Cx as usePagination,
21688
+ kv as useModal,
21689
+ av as useMorphingContainer,
21690
+ Sx as usePagination,
21665
21691
  ta as usePaginationContext,
21666
- av as useParallaxContainer,
21692
+ iv as useParallaxContainer,
21667
21693
  Dc as useSidebar,
21668
21694
  vr as useTableContext,
21669
- Vv as useToast
21695
+ Pv as useToast
21670
21696
  };
21671
21697
  //# sourceMappingURL=index.js.map