react-semaphor 0.0.267 → 0.0.269

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.
@@ -27005,7 +27005,7 @@ function Qx({
27005
27005
  return a[c] || (a[c] = { [t]: c }), a[c][u] = f, a;
27006
27006
  }, {});
27007
27007
  let s = Object.values(i);
27008
- return o !== "none" && (s = tJ(
27008
+ return o !== "none" && o !== void 0 && (s = tJ(
27009
27009
  s,
27010
27010
  o
27011
27011
  )), s;
@@ -37319,6 +37319,7 @@ const Voe = (e) => {
37319
37319
  const { name: u, component: f, dataInputs: h } = c;
37320
37320
  return {
37321
37321
  name: u,
37322
+ componentName: f,
37322
37323
  Component: ce.lazy(() => joe(e, f)),
37323
37324
  type: h && h.length > 1 ? "multiple" : "single"
37324
37325
  };
@@ -56303,24 +56304,351 @@ const R3 = Y0e, J0e = X0e, Z0e = I.forwardRef(({ className: e, ...t }, n) => /*
56303
56304
  }
56304
56305
  ));
56305
56306
  Z0e.displayName = R3.displayName;
56307
+ const O3 = "Collapsible", [eye, P3] = hr(O3), [tye, GS] = eye(O3), nye = /* @__PURE__ */ ve((e, t) => {
56308
+ const { __scopeCollapsible: n, open: r, defaultOpen: o, disabled: i, onOpenChange: s, ...a } = e, [l = !1, c] = Ar({
56309
+ prop: r,
56310
+ defaultProp: o,
56311
+ onChange: s
56312
+ });
56313
+ return /* @__PURE__ */ H(tye, {
56314
+ scope: n,
56315
+ disabled: i,
56316
+ contentId: di(),
56317
+ open: l,
56318
+ onOpenToggle: Ge(
56319
+ () => c(
56320
+ (u) => !u
56321
+ ),
56322
+ [
56323
+ c
56324
+ ]
56325
+ )
56326
+ }, /* @__PURE__ */ H(rt.div, de({
56327
+ "data-state": YS(l),
56328
+ "data-disabled": i ? "" : void 0
56329
+ }, a, {
56330
+ ref: t
56331
+ })));
56332
+ }), rye = "CollapsibleTrigger", oye = /* @__PURE__ */ ve((e, t) => {
56333
+ const { __scopeCollapsible: n, ...r } = e, o = GS(rye, n);
56334
+ return /* @__PURE__ */ H(rt.button, de({
56335
+ type: "button",
56336
+ "aria-controls": o.contentId,
56337
+ "aria-expanded": o.open || !1,
56338
+ "data-state": YS(o.open),
56339
+ "data-disabled": o.disabled ? "" : void 0,
56340
+ disabled: o.disabled
56341
+ }, r, {
56342
+ ref: t,
56343
+ onClick: je(e.onClick, o.onOpenToggle)
56344
+ }));
56345
+ }), $3 = "CollapsibleContent", iye = /* @__PURE__ */ ve((e, t) => {
56346
+ const { forceMount: n, ...r } = e, o = GS($3, e.__scopeCollapsible);
56347
+ return /* @__PURE__ */ H(
56348
+ pr,
56349
+ {
56350
+ present: n || o.open
56351
+ },
56352
+ ({ present: i }) => /* @__PURE__ */ H(sye, de({}, r, {
56353
+ ref: t,
56354
+ present: i
56355
+ }))
56356
+ );
56357
+ }), sye = /* @__PURE__ */ ve((e, t) => {
56358
+ const { __scopeCollapsible: n, present: r, children: o, ...i } = e, s = GS($3, n), [a, l] = Ce(r), c = ue(null), u = Pt(t, c), f = ue(0), h = f.current, p = ue(0), m = p.current, v = s.open || a, y = ue(v), b = ue();
56359
+ return we(() => {
56360
+ const w = requestAnimationFrame(
56361
+ () => y.current = !1
56362
+ );
56363
+ return () => cancelAnimationFrame(w);
56364
+ }, []), Sr(() => {
56365
+ const w = c.current;
56366
+ if (w) {
56367
+ b.current = b.current || {
56368
+ transitionDuration: w.style.transitionDuration,
56369
+ animationName: w.style.animationName
56370
+ }, w.style.transitionDuration = "0s", w.style.animationName = "none";
56371
+ const _ = w.getBoundingClientRect();
56372
+ f.current = _.height, p.current = _.width, y.current || (w.style.transitionDuration = b.current.transitionDuration, w.style.animationName = b.current.animationName), l(r);
56373
+ }
56374
+ }, [
56375
+ s.open,
56376
+ r
56377
+ ]), /* @__PURE__ */ H(rt.div, de({
56378
+ "data-state": YS(s.open),
56379
+ "data-disabled": s.disabled ? "" : void 0,
56380
+ id: s.contentId,
56381
+ hidden: !v
56382
+ }, i, {
56383
+ ref: u,
56384
+ style: {
56385
+ "--radix-collapsible-content-height": h ? `${h}px` : void 0,
56386
+ "--radix-collapsible-content-width": m ? `${m}px` : void 0,
56387
+ ...e.style
56388
+ }
56389
+ }), v && o);
56390
+ });
56391
+ function YS(e) {
56392
+ return e ? "open" : "closed";
56393
+ }
56394
+ const aye = nye, lye = oye, cye = iye, ka = "Accordion", uye = [
56395
+ "Home",
56396
+ "End",
56397
+ "ArrowDown",
56398
+ "ArrowUp",
56399
+ "ArrowLeft",
56400
+ "ArrowRight"
56401
+ ], [KS, dye, fye] = Lm(ka), [Lv, xwe] = hr(ka, [
56402
+ fye,
56403
+ P3
56404
+ ]), XS = P3(), T3 = /* @__PURE__ */ ce.forwardRef((e, t) => {
56405
+ const { type: n, ...r } = e, o = r, i = r;
56406
+ return /* @__PURE__ */ ce.createElement(KS.Provider, {
56407
+ scope: e.__scopeAccordion
56408
+ }, n === "multiple" ? /* @__PURE__ */ ce.createElement(mye, de({}, i, {
56409
+ ref: t
56410
+ })) : /* @__PURE__ */ ce.createElement(gye, de({}, o, {
56411
+ ref: t
56412
+ })));
56413
+ });
56414
+ T3.propTypes = {
56415
+ type(e) {
56416
+ const t = e.value || e.defaultValue;
56417
+ return e.type && ![
56418
+ "single",
56419
+ "multiple"
56420
+ ].includes(e.type) ? new Error("Invalid prop `type` supplied to `Accordion`. Expected one of `single | multiple`.") : e.type === "multiple" && typeof t == "string" ? new Error("Invalid prop `type` supplied to `Accordion`. Expected `single` when `defaultValue` or `value` is type `string`.") : e.type === "single" && Array.isArray(t) ? new Error("Invalid prop `type` supplied to `Accordion`. Expected `multiple` when `defaultValue` or `value` is type `string[]`.") : null;
56421
+ }
56422
+ };
56423
+ const [D3, hye] = Lv(ka), [A3, pye] = Lv(ka, {
56424
+ collapsible: !1
56425
+ }), gye = /* @__PURE__ */ ce.forwardRef((e, t) => {
56426
+ const { value: n, defaultValue: r, onValueChange: o = () => {
56427
+ }, collapsible: i = !1, ...s } = e, [a, l] = Ar({
56428
+ prop: n,
56429
+ defaultProp: r,
56430
+ onChange: o
56431
+ });
56432
+ return /* @__PURE__ */ ce.createElement(D3, {
56433
+ scope: e.__scopeAccordion,
56434
+ value: a ? [
56435
+ a
56436
+ ] : [],
56437
+ onItemOpen: l,
56438
+ onItemClose: ce.useCallback(
56439
+ () => i && l(""),
56440
+ [
56441
+ i,
56442
+ l
56443
+ ]
56444
+ )
56445
+ }, /* @__PURE__ */ ce.createElement(A3, {
56446
+ scope: e.__scopeAccordion,
56447
+ collapsible: i
56448
+ }, /* @__PURE__ */ ce.createElement(k3, de({}, s, {
56449
+ ref: t
56450
+ }))));
56451
+ }), mye = /* @__PURE__ */ ce.forwardRef((e, t) => {
56452
+ const { value: n, defaultValue: r, onValueChange: o = () => {
56453
+ }, ...i } = e, [s = [], a] = Ar({
56454
+ prop: n,
56455
+ defaultProp: r,
56456
+ onChange: o
56457
+ }), l = ce.useCallback(
56458
+ (u) => a(
56459
+ (f = []) => [
56460
+ ...f,
56461
+ u
56462
+ ]
56463
+ ),
56464
+ [
56465
+ a
56466
+ ]
56467
+ ), c = ce.useCallback(
56468
+ (u) => a(
56469
+ (f = []) => f.filter(
56470
+ (h) => h !== u
56471
+ )
56472
+ ),
56473
+ [
56474
+ a
56475
+ ]
56476
+ );
56477
+ return /* @__PURE__ */ ce.createElement(D3, {
56478
+ scope: e.__scopeAccordion,
56479
+ value: s,
56480
+ onItemOpen: l,
56481
+ onItemClose: c
56482
+ }, /* @__PURE__ */ ce.createElement(A3, {
56483
+ scope: e.__scopeAccordion,
56484
+ collapsible: !0
56485
+ }, /* @__PURE__ */ ce.createElement(k3, de({}, i, {
56486
+ ref: t
56487
+ }))));
56488
+ }), [vye, Fv] = Lv(ka), k3 = /* @__PURE__ */ ce.forwardRef((e, t) => {
56489
+ const { __scopeAccordion: n, disabled: r, dir: o, orientation: i = "vertical", ...s } = e, a = ce.useRef(null), l = Pt(a, t), c = dye(n), f = Fl(o) === "ltr", h = je(e.onKeyDown, (p) => {
56490
+ var m;
56491
+ if (!uye.includes(p.key))
56492
+ return;
56493
+ const v = p.target, y = c().filter((M) => {
56494
+ var L;
56495
+ return !((L = M.ref.current) !== null && L !== void 0 && L.disabled);
56496
+ }), b = y.findIndex(
56497
+ (M) => M.ref.current === v
56498
+ ), w = y.length;
56499
+ if (b === -1)
56500
+ return;
56501
+ p.preventDefault();
56502
+ let _ = b;
56503
+ const C = 0, S = w - 1, P = () => {
56504
+ _ = b + 1, _ > S && (_ = C);
56505
+ }, O = () => {
56506
+ _ = b - 1, _ < C && (_ = S);
56507
+ };
56508
+ switch (p.key) {
56509
+ case "Home":
56510
+ _ = C;
56511
+ break;
56512
+ case "End":
56513
+ _ = S;
56514
+ break;
56515
+ case "ArrowRight":
56516
+ i === "horizontal" && (f ? P() : O());
56517
+ break;
56518
+ case "ArrowDown":
56519
+ i === "vertical" && P();
56520
+ break;
56521
+ case "ArrowLeft":
56522
+ i === "horizontal" && (f ? O() : P());
56523
+ break;
56524
+ case "ArrowUp":
56525
+ i === "vertical" && O();
56526
+ break;
56527
+ }
56528
+ const D = _ % w;
56529
+ (m = y[D].ref.current) === null || m === void 0 || m.focus();
56530
+ });
56531
+ return /* @__PURE__ */ ce.createElement(vye, {
56532
+ scope: n,
56533
+ disabled: r,
56534
+ direction: o,
56535
+ orientation: i
56536
+ }, /* @__PURE__ */ ce.createElement(KS.Slot, {
56537
+ scope: n
56538
+ }, /* @__PURE__ */ ce.createElement(rt.div, de({}, s, {
56539
+ "data-orientation": i,
56540
+ ref: l,
56541
+ onKeyDown: r ? void 0 : h
56542
+ }))));
56543
+ }), G1 = "AccordionItem", [bye, QS] = Lv(G1), yye = /* @__PURE__ */ ce.forwardRef((e, t) => {
56544
+ const { __scopeAccordion: n, value: r, ...o } = e, i = Fv(G1, n), s = hye(G1, n), a = XS(n), l = di(), c = r && s.value.includes(r) || !1, u = i.disabled || e.disabled;
56545
+ return /* @__PURE__ */ ce.createElement(bye, {
56546
+ scope: n,
56547
+ open: c,
56548
+ disabled: u,
56549
+ triggerId: l
56550
+ }, /* @__PURE__ */ ce.createElement(aye, de({
56551
+ "data-orientation": i.orientation,
56552
+ "data-state": M3(c)
56553
+ }, a, o, {
56554
+ ref: t,
56555
+ disabled: u,
56556
+ open: c,
56557
+ onOpenChange: (f) => {
56558
+ f ? s.onItemOpen(r) : s.onItemClose(r);
56559
+ }
56560
+ })));
56561
+ }), xye = "AccordionHeader", wye = /* @__PURE__ */ ce.forwardRef((e, t) => {
56562
+ const { __scopeAccordion: n, ...r } = e, o = Fv(ka, n), i = QS(xye, n);
56563
+ return /* @__PURE__ */ ce.createElement(rt.h3, de({
56564
+ "data-orientation": o.orientation,
56565
+ "data-state": M3(i.open),
56566
+ "data-disabled": i.disabled ? "" : void 0
56567
+ }, r, {
56568
+ ref: t
56569
+ }));
56570
+ }), wT = "AccordionTrigger", _ye = /* @__PURE__ */ ce.forwardRef((e, t) => {
56571
+ const { __scopeAccordion: n, ...r } = e, o = Fv(ka, n), i = QS(wT, n), s = pye(wT, n), a = XS(n);
56572
+ return /* @__PURE__ */ ce.createElement(KS.ItemSlot, {
56573
+ scope: n
56574
+ }, /* @__PURE__ */ ce.createElement(lye, de({
56575
+ "aria-disabled": i.open && !s.collapsible || void 0,
56576
+ "data-orientation": o.orientation,
56577
+ id: i.triggerId
56578
+ }, a, r, {
56579
+ ref: t
56580
+ })));
56581
+ }), Sye = "AccordionContent", Cye = /* @__PURE__ */ ce.forwardRef((e, t) => {
56582
+ const { __scopeAccordion: n, ...r } = e, o = Fv(ka, n), i = QS(Sye, n), s = XS(n);
56583
+ return /* @__PURE__ */ ce.createElement(cye, de({
56584
+ role: "region",
56585
+ "aria-labelledby": i.triggerId,
56586
+ "data-orientation": o.orientation
56587
+ }, s, r, {
56588
+ ref: t,
56589
+ style: {
56590
+ "--radix-accordion-content-height": "var(--radix-collapsible-content-height)",
56591
+ "--radix-accordion-content-width": "var(--radix-collapsible-content-width)",
56592
+ ...e.style
56593
+ }
56594
+ }));
56595
+ });
56596
+ function M3(e) {
56597
+ return e ? "open" : "closed";
56598
+ }
56599
+ const Eye = T3, Rye = yye, Oye = wye, I3 = _ye, N3 = Cye, wwe = Eye, Pye = I.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ E.jsx(
56600
+ Rye,
56601
+ {
56602
+ ref: n,
56603
+ className: Ee("border-b", e),
56604
+ ...t
56605
+ }
56606
+ ));
56607
+ Pye.displayName = "AccordionItem";
56608
+ const $ye = I.forwardRef(({ className: e, children: t, ...n }, r) => /* @__PURE__ */ E.jsx(Oye, { className: "flex", children: /* @__PURE__ */ E.jsxs(
56609
+ I3,
56610
+ {
56611
+ ref: r,
56612
+ className: Ee(
56613
+ "flex flex-1 items-center justify-between py-4 font-medium transition-all hover:underline [&[data-state=open]>svg]:rotate-180",
56614
+ e
56615
+ ),
56616
+ ...n,
56617
+ children: [
56618
+ t,
56619
+ /* @__PURE__ */ E.jsx(d_, { className: "h-4 w-4 shrink-0 transition-transform duration-200" })
56620
+ ]
56621
+ }
56622
+ ) }));
56623
+ $ye.displayName = I3.displayName;
56624
+ const Tye = I.forwardRef(({ className: e, children: t, ...n }, r) => /* @__PURE__ */ E.jsx(
56625
+ N3,
56626
+ {
56627
+ ref: r,
56628
+ className: "overflow-hidden text-sm transition-all data-[state=closed]:animate-accordion-up data-[state=open]:animate-accordion-down",
56629
+ ...n,
56630
+ children: /* @__PURE__ */ E.jsx("div", { className: Ee("pb-4 pt-0", e), children: t })
56631
+ }
56632
+ ));
56633
+ Tye.displayName = N3.displayName;
56306
56634
  function Gc(e, t, { checkForDefaultPrevented: n = !0 } = {}) {
56307
56635
  return function(o) {
56308
56636
  if (e == null || e(o), n === !1 || !o.defaultPrevented)
56309
56637
  return t == null ? void 0 : t(o);
56310
56638
  };
56311
56639
  }
56312
- function eye(e, t) {
56640
+ function Dye(e, t) {
56313
56641
  typeof e == "function" ? e(t) : e != null && (e.current = t);
56314
56642
  }
56315
- function O3(...e) {
56643
+ function L3(...e) {
56316
56644
  return (t) => e.forEach(
56317
- (n) => eye(n, t)
56645
+ (n) => Dye(n, t)
56318
56646
  );
56319
56647
  }
56320
56648
  function Eh(...e) {
56321
- return Ge(O3(...e), e);
56649
+ return Ge(L3(...e), e);
56322
56650
  }
56323
- function tye(e, t = []) {
56651
+ function Aye(e, t = []) {
56324
56652
  let n = [];
56325
56653
  function r(i, s) {
56326
56654
  const a = /* @__PURE__ */ $n(s), l = n.length;
@@ -56370,10 +56698,10 @@ function tye(e, t = []) {
56370
56698
  };
56371
56699
  return o.scopeName = e, [
56372
56700
  r,
56373
- nye(o, ...t)
56701
+ kye(o, ...t)
56374
56702
  ];
56375
56703
  }
56376
- function nye(...e) {
56704
+ function kye(...e) {
56377
56705
  const t = e[0];
56378
56706
  if (e.length === 1)
56379
56707
  return t;
@@ -56404,15 +56732,15 @@ function nye(...e) {
56404
56732
  };
56405
56733
  return n.scopeName = t.scopeName, n;
56406
56734
  }
56407
- const G1 = globalThis != null && globalThis.document ? Eu : () => {
56408
- }, rye = I.useId || (() => {
56735
+ const Y1 = globalThis != null && globalThis.document ? Eu : () => {
56736
+ }, Mye = I.useId || (() => {
56409
56737
  });
56410
- let oye = 0;
56738
+ let Iye = 0;
56411
56739
  function Fy(e) {
56412
- const [t, n] = I.useState(rye());
56413
- return G1(() => {
56740
+ const [t, n] = I.useState(Mye());
56741
+ return Y1(() => {
56414
56742
  e || n(
56415
- (r) => r ?? String(oye++)
56743
+ (r) => r ?? String(Iye++)
56416
56744
  );
56417
56745
  }, [
56418
56746
  e
@@ -56430,9 +56758,9 @@ function Nl(e) {
56430
56758
  []
56431
56759
  );
56432
56760
  }
56433
- function iye({ prop: e, defaultProp: t, onChange: n = () => {
56761
+ function Nye({ prop: e, defaultProp: t, onChange: n = () => {
56434
56762
  } }) {
56435
- const [r, o] = sye({
56763
+ const [r, o] = Lye({
56436
56764
  defaultProp: t,
56437
56765
  onChange: n
56438
56766
  }), i = e !== void 0, s = i ? e : r, a = Nl(n), l = Ge((c) => {
@@ -56452,7 +56780,7 @@ function iye({ prop: e, defaultProp: t, onChange: n = () => {
56452
56780
  l
56453
56781
  ];
56454
56782
  }
56455
- function sye({ defaultProp: e, onChange: t }) {
56783
+ function Lye({ defaultProp: e, onChange: t }) {
56456
56784
  const n = Ce(e), [r] = n, o = ue(r), i = Nl(t);
56457
56785
  return we(() => {
56458
56786
  o.current !== r && (i(r), o.current = r);
@@ -56462,32 +56790,32 @@ function sye({ defaultProp: e, onChange: t }) {
56462
56790
  i
56463
56791
  ]), n;
56464
56792
  }
56465
- const GS = /* @__PURE__ */ ve((e, t) => {
56466
- const { children: n, ...r } = e, o = kt.toArray(n), i = o.find(lye);
56793
+ const JS = /* @__PURE__ */ ve((e, t) => {
56794
+ const { children: n, ...r } = e, o = kt.toArray(n), i = o.find(jye);
56467
56795
  if (i) {
56468
56796
  const s = i.props.children, a = o.map((l) => l === i ? kt.count(s) > 1 ? kt.only(null) : /* @__PURE__ */ an(s) ? s.props.children : null : l);
56469
- return /* @__PURE__ */ H(Y1, de({}, r, {
56797
+ return /* @__PURE__ */ H(K1, de({}, r, {
56470
56798
  ref: t
56471
56799
  }), /* @__PURE__ */ an(s) ? /* @__PURE__ */ fr(s, void 0, a) : null);
56472
56800
  }
56473
- return /* @__PURE__ */ H(Y1, de({}, r, {
56801
+ return /* @__PURE__ */ H(K1, de({}, r, {
56474
56802
  ref: t
56475
56803
  }), n);
56476
56804
  });
56477
- GS.displayName = "Slot";
56478
- const Y1 = /* @__PURE__ */ ve((e, t) => {
56805
+ JS.displayName = "Slot";
56806
+ const K1 = /* @__PURE__ */ ve((e, t) => {
56479
56807
  const { children: n, ...r } = e;
56480
56808
  return /* @__PURE__ */ an(n) ? /* @__PURE__ */ fr(n, {
56481
- ...cye(r, n.props),
56482
- ref: O3(t, n.ref)
56809
+ ...zye(r, n.props),
56810
+ ref: L3(t, n.ref)
56483
56811
  }) : kt.count(n) > 1 ? kt.only(null) : null;
56484
56812
  });
56485
- Y1.displayName = "SlotClone";
56486
- const aye = ({ children: e }) => /* @__PURE__ */ H(Wn, null, e);
56487
- function lye(e) {
56488
- return /* @__PURE__ */ an(e) && e.type === aye;
56813
+ K1.displayName = "SlotClone";
56814
+ const Fye = ({ children: e }) => /* @__PURE__ */ H(Wn, null, e);
56815
+ function jye(e) {
56816
+ return /* @__PURE__ */ an(e) && e.type === Fye;
56489
56817
  }
56490
- function cye(e, t) {
56818
+ function zye(e, t) {
56491
56819
  const n = {
56492
56820
  ...t
56493
56821
  };
@@ -56508,7 +56836,7 @@ function cye(e, t) {
56508
56836
  ...n
56509
56837
  };
56510
56838
  }
56511
- const uye = [
56839
+ const Bye = [
56512
56840
  "a",
56513
56841
  "button",
56514
56842
  "div",
@@ -56522,9 +56850,9 @@ const uye = [
56522
56850
  "span",
56523
56851
  "svg",
56524
56852
  "ul"
56525
- ], Lv = uye.reduce((e, t) => {
56853
+ ], jv = Bye.reduce((e, t) => {
56526
56854
  const n = /* @__PURE__ */ ve((r, o) => {
56527
- const { asChild: i, ...s } = r, a = i ? GS : t;
56855
+ const { asChild: i, ...s } = r, a = i ? JS : t;
56528
56856
  return we(() => {
56529
56857
  window[Symbol.for("radix-ui")] = !0;
56530
56858
  }, []), /* @__PURE__ */ H(a, de({}, s, {
@@ -56536,12 +56864,12 @@ const uye = [
56536
56864
  [t]: n
56537
56865
  };
56538
56866
  }, {});
56539
- function dye(e, t) {
56867
+ function Vye(e, t) {
56540
56868
  e && Jf(
56541
56869
  () => e.dispatchEvent(t)
56542
56870
  );
56543
56871
  }
56544
- function fye(e) {
56872
+ function Hye(e) {
56545
56873
  const t = Nl(e);
56546
56874
  we(() => {
56547
56875
  const n = (r) => {
@@ -56552,26 +56880,26 @@ function fye(e) {
56552
56880
  t
56553
56881
  ]);
56554
56882
  }
56555
- const K1 = "dismissableLayer.update", hye = "dismissableLayer.pointerDownOutside", pye = "dismissableLayer.focusOutside";
56556
- let wT;
56557
- const gye = /* @__PURE__ */ $n({
56883
+ const X1 = "dismissableLayer.update", Wye = "dismissableLayer.pointerDownOutside", Uye = "dismissableLayer.focusOutside";
56884
+ let _T;
56885
+ const qye = /* @__PURE__ */ $n({
56558
56886
  layers: /* @__PURE__ */ new Set(),
56559
56887
  layersWithOutsidePointerEventsDisabled: /* @__PURE__ */ new Set(),
56560
56888
  branches: /* @__PURE__ */ new Set()
56561
- }), mye = /* @__PURE__ */ ve((e, t) => {
56562
- const { disableOutsidePointerEvents: n = !1, onEscapeKeyDown: r, onPointerDownOutside: o, onFocusOutside: i, onInteractOutside: s, onDismiss: a, ...l } = e, c = Nn(gye), [u, f] = Ce(null), [, h] = Ce({}), p = Eh(
56889
+ }), Gye = /* @__PURE__ */ ve((e, t) => {
56890
+ const { disableOutsidePointerEvents: n = !1, onEscapeKeyDown: r, onPointerDownOutside: o, onFocusOutside: i, onInteractOutside: s, onDismiss: a, ...l } = e, c = Nn(qye), [u, f] = Ce(null), [, h] = Ce({}), p = Eh(
56563
56891
  t,
56564
56892
  (P) => f(P)
56565
56893
  ), m = Array.from(c.layers), [v] = [
56566
56894
  ...c.layersWithOutsidePointerEventsDisabled
56567
- ].slice(-1), y = m.indexOf(v), b = u ? m.indexOf(u) : -1, w = c.layersWithOutsidePointerEventsDisabled.size > 0, _ = b >= y, C = vye((P) => {
56895
+ ].slice(-1), y = m.indexOf(v), b = u ? m.indexOf(u) : -1, w = c.layersWithOutsidePointerEventsDisabled.size > 0, _ = b >= y, C = Yye((P) => {
56568
56896
  const O = P.target, D = [
56569
56897
  ...c.branches
56570
56898
  ].some(
56571
56899
  (M) => M.contains(O)
56572
56900
  );
56573
56901
  !_ || D || (o == null || o(P), s == null || s(P), P.defaultPrevented || a == null || a());
56574
- }), S = bye((P) => {
56902
+ }), S = Kye((P) => {
56575
56903
  const O = P.target;
56576
56904
  [
56577
56905
  ...c.branches
@@ -56579,26 +56907,26 @@ const gye = /* @__PURE__ */ $n({
56579
56907
  (M) => M.contains(O)
56580
56908
  ) || (i == null || i(P), s == null || s(P), P.defaultPrevented || a == null || a());
56581
56909
  });
56582
- return fye((P) => {
56910
+ return Hye((P) => {
56583
56911
  b === c.layers.size - 1 && (r == null || r(P), !P.defaultPrevented && a && (P.preventDefault(), a()));
56584
56912
  }), we(() => {
56585
56913
  if (u)
56586
- return n && (c.layersWithOutsidePointerEventsDisabled.size === 0 && (wT = document.body.style.pointerEvents, document.body.style.pointerEvents = "none"), c.layersWithOutsidePointerEventsDisabled.add(u)), c.layers.add(u), _T(), () => {
56587
- n && c.layersWithOutsidePointerEventsDisabled.size === 1 && (document.body.style.pointerEvents = wT);
56914
+ return n && (c.layersWithOutsidePointerEventsDisabled.size === 0 && (_T = document.body.style.pointerEvents, document.body.style.pointerEvents = "none"), c.layersWithOutsidePointerEventsDisabled.add(u)), c.layers.add(u), ST(), () => {
56915
+ n && c.layersWithOutsidePointerEventsDisabled.size === 1 && (document.body.style.pointerEvents = _T);
56588
56916
  };
56589
56917
  }, [
56590
56918
  u,
56591
56919
  n,
56592
56920
  c
56593
56921
  ]), we(() => () => {
56594
- u && (c.layers.delete(u), c.layersWithOutsidePointerEventsDisabled.delete(u), _T());
56922
+ u && (c.layers.delete(u), c.layersWithOutsidePointerEventsDisabled.delete(u), ST());
56595
56923
  }, [
56596
56924
  u,
56597
56925
  c
56598
56926
  ]), we(() => {
56599
56927
  const P = () => h({});
56600
- return document.addEventListener(K1, P), () => document.removeEventListener(K1, P);
56601
- }, []), /* @__PURE__ */ H(Lv.div, de({}, l, {
56928
+ return document.addEventListener(X1, P), () => document.removeEventListener(X1, P);
56929
+ }, []), /* @__PURE__ */ H(jv.div, de({}, l, {
56602
56930
  ref: p,
56603
56931
  style: {
56604
56932
  pointerEvents: w ? _ ? "auto" : "none" : void 0,
@@ -56609,14 +56937,14 @@ const gye = /* @__PURE__ */ $n({
56609
56937
  onPointerDownCapture: Gc(e.onPointerDownCapture, C.onPointerDownCapture)
56610
56938
  }));
56611
56939
  });
56612
- function vye(e) {
56940
+ function Yye(e) {
56613
56941
  const t = Nl(e), n = ue(!1), r = ue(() => {
56614
56942
  });
56615
56943
  return we(() => {
56616
56944
  const o = (s) => {
56617
56945
  if (s.target && !n.current) {
56618
56946
  let l = function() {
56619
- P3(hye, t, a, {
56947
+ F3(Wye, t, a, {
56620
56948
  discrete: !0
56621
56949
  });
56622
56950
  };
@@ -56641,11 +56969,11 @@ function vye(e) {
56641
56969
  onPointerDownCapture: () => n.current = !0
56642
56970
  };
56643
56971
  }
56644
- function bye(e) {
56972
+ function Kye(e) {
56645
56973
  const t = Nl(e), n = ue(!1);
56646
56974
  return we(() => {
56647
56975
  const r = (o) => {
56648
- o.target && !n.current && P3(pye, t, {
56976
+ o.target && !n.current && F3(Uye, t, {
56649
56977
  originalEvent: o
56650
56978
  }, {
56651
56979
  discrete: !1
@@ -56659,11 +56987,11 @@ function bye(e) {
56659
56987
  onBlurCapture: () => n.current = !1
56660
56988
  };
56661
56989
  }
56662
- function _T() {
56663
- const e = new CustomEvent(K1);
56990
+ function ST() {
56991
+ const e = new CustomEvent(X1);
56664
56992
  document.dispatchEvent(e);
56665
56993
  }
56666
- function P3(e, t, n, { discrete: r }) {
56994
+ function F3(e, t, n, { discrete: r }) {
56667
56995
  const o = n.originalEvent.target, i = new CustomEvent(e, {
56668
56996
  bubbles: !1,
56669
56997
  cancelable: !0,
@@ -56671,12 +56999,12 @@ function P3(e, t, n, { discrete: r }) {
56671
56999
  });
56672
57000
  t && o.addEventListener(e, t, {
56673
57001
  once: !0
56674
- }), r ? dye(o, i) : o.dispatchEvent(i);
57002
+ }), r ? Vye(o, i) : o.dispatchEvent(i);
56675
57003
  }
56676
- const jy = "focusScope.autoFocusOnMount", zy = "focusScope.autoFocusOnUnmount", ST = {
57004
+ const jy = "focusScope.autoFocusOnMount", zy = "focusScope.autoFocusOnUnmount", CT = {
56677
57005
  bubbles: !1,
56678
57006
  cancelable: !0
56679
- }, yye = /* @__PURE__ */ ve((e, t) => {
57007
+ }, Xye = /* @__PURE__ */ ve((e, t) => {
56680
57008
  const { loop: n = !1, trapped: r = !1, onMountAutoFocus: o, onUnmountAutoFocus: i, ...s } = e, [a, l] = Ce(null), c = Nl(o), u = Nl(i), f = ue(null), h = Eh(
56681
57009
  t,
56682
57010
  (v) => l(v)
@@ -56713,20 +57041,20 @@ const jy = "focusScope.autoFocusOnMount", zy = "focusScope.autoFocusOnUnmount",
56713
57041
  p.paused
56714
57042
  ]), we(() => {
56715
57043
  if (a) {
56716
- ET.add(p);
57044
+ RT.add(p);
56717
57045
  const v = document.activeElement;
56718
57046
  if (!a.contains(v)) {
56719
- const b = new CustomEvent(jy, ST);
56720
- a.addEventListener(jy, c), a.dispatchEvent(b), b.defaultPrevented || (xye(Eye($3(a)), {
57047
+ const b = new CustomEvent(jy, CT);
57048
+ a.addEventListener(jy, c), a.dispatchEvent(b), b.defaultPrevented || (Qye(nxe(j3(a)), {
56721
57049
  select: !0
56722
57050
  }), document.activeElement === v && rl(a));
56723
57051
  }
56724
57052
  return () => {
56725
57053
  a.removeEventListener(jy, c), setTimeout(() => {
56726
- const b = new CustomEvent(zy, ST);
57054
+ const b = new CustomEvent(zy, CT);
56727
57055
  a.addEventListener(zy, u), a.dispatchEvent(b), b.defaultPrevented || rl(v ?? document.body, {
56728
57056
  select: !0
56729
- }), a.removeEventListener(zy, u), ET.remove(p);
57057
+ }), a.removeEventListener(zy, u), RT.remove(p);
56730
57058
  }, 0);
56731
57059
  };
56732
57060
  }
@@ -56741,7 +57069,7 @@ const jy = "focusScope.autoFocusOnMount", zy = "focusScope.autoFocusOnUnmount",
56741
57069
  return;
56742
57070
  const y = v.key === "Tab" && !v.altKey && !v.ctrlKey && !v.metaKey, b = document.activeElement;
56743
57071
  if (y && b) {
56744
- const w = v.currentTarget, [_, C] = wye(w);
57072
+ const w = v.currentTarget, [_, C] = Jye(w);
56745
57073
  _ && C ? !v.shiftKey && b === C ? (v.preventDefault(), n && rl(_, {
56746
57074
  select: !0
56747
57075
  })) : v.shiftKey && b === _ && (v.preventDefault(), n && rl(C, {
@@ -56753,14 +57081,14 @@ const jy = "focusScope.autoFocusOnMount", zy = "focusScope.autoFocusOnUnmount",
56753
57081
  r,
56754
57082
  p.paused
56755
57083
  ]);
56756
- return /* @__PURE__ */ H(Lv.div, de({
57084
+ return /* @__PURE__ */ H(jv.div, de({
56757
57085
  tabIndex: -1
56758
57086
  }, s, {
56759
57087
  ref: h,
56760
57088
  onKeyDown: m
56761
57089
  }));
56762
57090
  });
56763
- function xye(e, { select: t = !1 } = {}) {
57091
+ function Qye(e, { select: t = !1 } = {}) {
56764
57092
  const n = document.activeElement;
56765
57093
  for (const r of e)
56766
57094
  if (rl(r, {
@@ -56768,14 +57096,14 @@ function xye(e, { select: t = !1 } = {}) {
56768
57096
  }), document.activeElement !== n)
56769
57097
  return;
56770
57098
  }
56771
- function wye(e) {
56772
- const t = $3(e), n = CT(t, e), r = CT(t.reverse(), e);
57099
+ function Jye(e) {
57100
+ const t = j3(e), n = ET(t, e), r = ET(t.reverse(), e);
56773
57101
  return [
56774
57102
  n,
56775
57103
  r
56776
57104
  ];
56777
57105
  }
56778
- function $3(e) {
57106
+ function j3(e) {
56779
57107
  const t = [], n = document.createTreeWalker(e, NodeFilter.SHOW_ELEMENT, {
56780
57108
  acceptNode: (r) => {
56781
57109
  const o = r.tagName === "INPUT" && r.type === "hidden";
@@ -56786,14 +57114,14 @@ function $3(e) {
56786
57114
  t.push(n.currentNode);
56787
57115
  return t;
56788
57116
  }
56789
- function CT(e, t) {
57117
+ function ET(e, t) {
56790
57118
  for (const n of e)
56791
- if (!_ye(n, {
57119
+ if (!Zye(n, {
56792
57120
  upTo: t
56793
57121
  }))
56794
57122
  return n;
56795
57123
  }
56796
- function _ye(e, { upTo: t }) {
57124
+ function Zye(e, { upTo: t }) {
56797
57125
  if (getComputedStyle(e).visibility === "hidden")
56798
57126
  return !0;
56799
57127
  for (; e; ) {
@@ -56805,7 +57133,7 @@ function _ye(e, { upTo: t }) {
56805
57133
  }
56806
57134
  return !1;
56807
57135
  }
56808
- function Sye(e) {
57136
+ function exe(e) {
56809
57137
  return e instanceof HTMLInputElement && "select" in e;
56810
57138
  }
56811
57139
  function rl(e, { select: t = !1 } = {}) {
@@ -56813,58 +57141,58 @@ function rl(e, { select: t = !1 } = {}) {
56813
57141
  const n = document.activeElement;
56814
57142
  e.focus({
56815
57143
  preventScroll: !0
56816
- }), e !== n && Sye(e) && t && e.select();
57144
+ }), e !== n && exe(e) && t && e.select();
56817
57145
  }
56818
57146
  }
56819
- const ET = Cye();
56820
- function Cye() {
57147
+ const RT = txe();
57148
+ function txe() {
56821
57149
  let e = [];
56822
57150
  return {
56823
57151
  add(t) {
56824
57152
  const n = e[0];
56825
- t !== n && (n == null || n.pause()), e = RT(e, t), e.unshift(t);
57153
+ t !== n && (n == null || n.pause()), e = OT(e, t), e.unshift(t);
56826
57154
  },
56827
57155
  remove(t) {
56828
57156
  var n;
56829
- e = RT(e, t), (n = e[0]) === null || n === void 0 || n.resume();
57157
+ e = OT(e, t), (n = e[0]) === null || n === void 0 || n.resume();
56830
57158
  }
56831
57159
  };
56832
57160
  }
56833
- function RT(e, t) {
57161
+ function OT(e, t) {
56834
57162
  const n = [
56835
57163
  ...e
56836
57164
  ], r = n.indexOf(t);
56837
57165
  return r !== -1 && n.splice(r, 1), n;
56838
57166
  }
56839
- function Eye(e) {
57167
+ function nxe(e) {
56840
57168
  return e.filter(
56841
57169
  (t) => t.tagName !== "A"
56842
57170
  );
56843
57171
  }
56844
- const Rye = /* @__PURE__ */ ve((e, t) => {
57172
+ const rxe = /* @__PURE__ */ ve((e, t) => {
56845
57173
  var n;
56846
57174
  const { container: r = globalThis == null || (n = globalThis.document) === null || n === void 0 ? void 0 : n.body, ...o } = e;
56847
- return r ? /* @__PURE__ */ $a.createPortal(/* @__PURE__ */ H(Lv.div, de({}, o, {
57175
+ return r ? /* @__PURE__ */ $a.createPortal(/* @__PURE__ */ H(jv.div, de({}, o, {
56848
57176
  ref: t
56849
57177
  })), r) : null;
56850
57178
  });
56851
- function Oye(e, t) {
57179
+ function oxe(e, t) {
56852
57180
  return Tm((n, r) => {
56853
57181
  const o = t[n][r];
56854
57182
  return o ?? n;
56855
57183
  }, e);
56856
57184
  }
56857
- const Fv = (e) => {
56858
- const { present: t, children: n } = e, r = Pye(t), o = typeof n == "function" ? n({
57185
+ const zv = (e) => {
57186
+ const { present: t, children: n } = e, r = ixe(t), o = typeof n == "function" ? n({
56859
57187
  present: r.isPresent
56860
57188
  }) : kt.only(n), i = Eh(r.ref, o.ref);
56861
57189
  return typeof n == "function" || r.isPresent ? /* @__PURE__ */ fr(o, {
56862
57190
  ref: i
56863
57191
  }) : null;
56864
57192
  };
56865
- Fv.displayName = "Presence";
56866
- function Pye(e) {
56867
- const [t, n] = Ce(), r = ue({}), o = ue(e), i = ue("none"), s = e ? "mounted" : "unmounted", [a, l] = Oye(s, {
57193
+ zv.displayName = "Presence";
57194
+ function ixe(e) {
57195
+ const [t, n] = Ce(), r = ue({}), o = ue(e), i = ue("none"), s = e ? "mounted" : "unmounted", [a, l] = oxe(s, {
56868
57196
  mounted: {
56869
57197
  UNMOUNT: "unmounted",
56870
57198
  ANIMATION_OUT: "unmountSuspended"
@@ -56882,7 +57210,7 @@ function Pye(e) {
56882
57210
  i.current = a === "mounted" ? c : "none";
56883
57211
  }, [
56884
57212
  a
56885
- ]), G1(() => {
57213
+ ]), Y1(() => {
56886
57214
  const c = r.current, u = o.current;
56887
57215
  if (u !== e) {
56888
57216
  const h = i.current, p = bg(c);
@@ -56891,7 +57219,7 @@ function Pye(e) {
56891
57219
  }, [
56892
57220
  e,
56893
57221
  l
56894
- ]), G1(() => {
57222
+ ]), Y1(() => {
56895
57223
  if (t) {
56896
57224
  const c = (f) => {
56897
57225
  const p = bg(r.current).includes(f.animationName);
@@ -56923,23 +57251,23 @@ function bg(e) {
56923
57251
  return (e == null ? void 0 : e.animationName) || "none";
56924
57252
  }
56925
57253
  let By = 0;
56926
- function $ye() {
57254
+ function sxe() {
56927
57255
  we(() => {
56928
57256
  var e, t;
56929
57257
  const n = document.querySelectorAll("[data-radix-focus-guard]");
56930
- return document.body.insertAdjacentElement("afterbegin", (e = n[0]) !== null && e !== void 0 ? e : OT()), document.body.insertAdjacentElement("beforeend", (t = n[1]) !== null && t !== void 0 ? t : OT()), By++, () => {
57258
+ return document.body.insertAdjacentElement("afterbegin", (e = n[0]) !== null && e !== void 0 ? e : PT()), document.body.insertAdjacentElement("beforeend", (t = n[1]) !== null && t !== void 0 ? t : PT()), By++, () => {
56931
57259
  By === 1 && document.querySelectorAll("[data-radix-focus-guard]").forEach(
56932
57260
  (r) => r.remove()
56933
57261
  ), By--;
56934
57262
  };
56935
57263
  }, []);
56936
57264
  }
56937
- function OT() {
57265
+ function PT() {
56938
57266
  const e = document.createElement("span");
56939
57267
  return e.setAttribute("data-radix-focus-guard", ""), e.tabIndex = 0, e.style.cssText = "outline: none; opacity: 0; position: fixed; pointer-events: none", e;
56940
57268
  }
56941
- var T3 = I_(), Vy = function() {
56942
- }, jv = I.forwardRef(function(e, t) {
57269
+ var z3 = I_(), Vy = function() {
57270
+ }, Bv = I.forwardRef(function(e, t) {
56943
57271
  var n = I.useRef(null), r = I.useState({
56944
57272
  onScrollCapture: Vy,
56945
57273
  onWheelCapture: Vy,
@@ -56948,77 +57276,77 @@ var T3 = I_(), Vy = function() {
56948
57276
  return I.createElement(
56949
57277
  I.Fragment,
56950
57278
  null,
56951
- u && I.createElement(_, { sideCar: T3, removeScrollBar: c, shards: f, noIsolation: p, inert: m, setCallbacks: i, allowPinchZoom: !!v, lockRef: n }),
57279
+ u && I.createElement(_, { sideCar: z3, removeScrollBar: c, shards: f, noIsolation: p, inert: m, setCallbacks: i, allowPinchZoom: !!v, lockRef: n }),
56952
57280
  s ? I.cloneElement(I.Children.only(a), Mn(Mn({}, S), { ref: C })) : I.createElement(b, Mn({}, S, { className: l, ref: C }), a)
56953
57281
  );
56954
57282
  });
56955
- jv.defaultProps = {
57283
+ Bv.defaultProps = {
56956
57284
  enabled: !0,
56957
57285
  removeScrollBar: !0,
56958
57286
  inert: !1
56959
57287
  };
56960
- jv.classNames = {
57288
+ Bv.classNames = {
56961
57289
  fullWidth: Vc,
56962
57290
  zeroRight: Bc
56963
57291
  };
56964
- var X1 = !1;
57292
+ var Q1 = !1;
56965
57293
  if (typeof window < "u")
56966
57294
  try {
56967
57295
  var yg = Object.defineProperty({}, "passive", {
56968
57296
  get: function() {
56969
- return X1 = !0, !0;
57297
+ return Q1 = !0, !0;
56970
57298
  }
56971
57299
  });
56972
57300
  window.addEventListener("test", yg, yg), window.removeEventListener("test", yg, yg);
56973
57301
  } catch {
56974
- X1 = !1;
57302
+ Q1 = !1;
56975
57303
  }
56976
- var Oc = X1 ? { passive: !1 } : !1, Tye = function(e) {
57304
+ var Oc = Q1 ? { passive: !1 } : !1, axe = function(e) {
56977
57305
  var t = window.getComputedStyle(e);
56978
57306
  return t.overflowY !== "hidden" && // not-not-scrollable
56979
57307
  !(t.overflowY === t.overflowX && t.overflowY === "visible");
56980
- }, Dye = function(e) {
57308
+ }, lxe = function(e) {
56981
57309
  var t = window.getComputedStyle(e);
56982
57310
  return t.overflowX !== "hidden" && // not-not-scrollable
56983
57311
  !(t.overflowY === t.overflowX && t.overflowX === "visible");
56984
- }, PT = function(e, t) {
57312
+ }, $T = function(e, t) {
56985
57313
  var n = t;
56986
57314
  do {
56987
57315
  typeof ShadowRoot < "u" && n instanceof ShadowRoot && (n = n.host);
56988
- var r = D3(e, n);
57316
+ var r = B3(e, n);
56989
57317
  if (r) {
56990
- var o = A3(e, n), i = o[1], s = o[2];
57318
+ var o = V3(e, n), i = o[1], s = o[2];
56991
57319
  if (i > s)
56992
57320
  return !0;
56993
57321
  }
56994
57322
  n = n.parentNode;
56995
57323
  } while (n && n !== document.body);
56996
57324
  return !1;
56997
- }, Aye = function(e) {
57325
+ }, cxe = function(e) {
56998
57326
  var t = e.scrollTop, n = e.scrollHeight, r = e.clientHeight;
56999
57327
  return [
57000
57328
  t,
57001
57329
  n,
57002
57330
  r
57003
57331
  ];
57004
- }, kye = function(e) {
57332
+ }, uxe = function(e) {
57005
57333
  var t = e.scrollLeft, n = e.scrollWidth, r = e.clientWidth;
57006
57334
  return [
57007
57335
  t,
57008
57336
  n,
57009
57337
  r
57010
57338
  ];
57011
- }, D3 = function(e, t) {
57012
- return e === "v" ? Tye(t) : Dye(t);
57013
- }, A3 = function(e, t) {
57014
- return e === "v" ? Aye(t) : kye(t);
57015
- }, Mye = function(e, t) {
57339
+ }, B3 = function(e, t) {
57340
+ return e === "v" ? axe(t) : lxe(t);
57341
+ }, V3 = function(e, t) {
57342
+ return e === "v" ? cxe(t) : uxe(t);
57343
+ }, dxe = function(e, t) {
57016
57344
  return e === "h" && t === "rtl" ? -1 : 1;
57017
- }, Iye = function(e, t, n, r, o) {
57018
- var i = Mye(e, window.getComputedStyle(t).direction), s = i * r, a = n.target, l = t.contains(a), c = !1, u = s > 0, f = 0, h = 0;
57345
+ }, fxe = function(e, t, n, r, o) {
57346
+ var i = dxe(e, window.getComputedStyle(t).direction), s = i * r, a = n.target, l = t.contains(a), c = !1, u = s > 0, f = 0, h = 0;
57019
57347
  do {
57020
- var p = A3(e, a), m = p[0], v = p[1], y = p[2], b = v - y - i * m;
57021
- (m || b) && D3(e, a) && (f += b, h += m), a = a.parentNode;
57348
+ var p = V3(e, a), m = p[0], v = p[1], y = p[2], b = v - y - i * m;
57349
+ (m || b) && B3(e, a) && (f += b, h += m), a = a.parentNode;
57022
57350
  } while (
57023
57351
  // portaled content
57024
57352
  !l && a !== document.body || // self content
@@ -57027,20 +57355,20 @@ var Oc = X1 ? { passive: !1 } : !1, Tye = function(e) {
57027
57355
  return (u && (o && f === 0 || !o && s > f) || !u && (o && h === 0 || !o && -s > h)) && (c = !0), c;
57028
57356
  }, xg = function(e) {
57029
57357
  return "changedTouches" in e ? [e.changedTouches[0].clientX, e.changedTouches[0].clientY] : [0, 0];
57030
- }, $T = function(e) {
57031
- return [e.deltaX, e.deltaY];
57032
57358
  }, TT = function(e) {
57359
+ return [e.deltaX, e.deltaY];
57360
+ }, DT = function(e) {
57033
57361
  return e && "current" in e ? e.current : e;
57034
- }, Nye = function(e, t) {
57362
+ }, hxe = function(e, t) {
57035
57363
  return e[0] === t[0] && e[1] === t[1];
57036
- }, Lye = function(e) {
57364
+ }, pxe = function(e) {
57037
57365
  return `
57038
57366
  .block-interactivity-`.concat(e, ` {pointer-events: none;}
57039
57367
  .allow-interactivity-`).concat(e, ` {pointer-events: all;}
57040
57368
  `);
57041
- }, Fye = 0, Pc = [];
57042
- function jye(e) {
57043
- var t = I.useRef([]), n = I.useRef([0, 0]), r = I.useRef(), o = I.useState(Fye++)[0], i = I.useState(function() {
57369
+ }, gxe = 0, Pc = [];
57370
+ function mxe(e) {
57371
+ var t = I.useRef([]), n = I.useRef([0, 0]), r = I.useRef(), o = I.useState(gxe++)[0], i = I.useState(function() {
57044
57372
  return hv();
57045
57373
  })[0], s = I.useRef(e);
57046
57374
  I.useEffect(function() {
@@ -57048,7 +57376,7 @@ function jye(e) {
57048
57376
  }, [e]), I.useEffect(function() {
57049
57377
  if (e.inert) {
57050
57378
  document.body.classList.add("block-interactivity-".concat(o));
57051
- var v = k_([e.lockRef.current], (e.shards || []).map(TT), !0).filter(Boolean);
57379
+ var v = k_([e.lockRef.current], (e.shards || []).map(DT), !0).filter(Boolean);
57052
57380
  return v.forEach(function(y) {
57053
57381
  return y.classList.add("allow-interactivity-".concat(o));
57054
57382
  }), function() {
@@ -57064,27 +57392,27 @@ function jye(e) {
57064
57392
  var b = xg(v), w = n.current, _ = "deltaX" in v ? v.deltaX : w[0] - b[0], C = "deltaY" in v ? v.deltaY : w[1] - b[1], S, P = v.target, O = Math.abs(_) > Math.abs(C) ? "h" : "v";
57065
57393
  if ("touches" in v && O === "h" && P.type === "range")
57066
57394
  return !1;
57067
- var D = PT(O, P);
57395
+ var D = $T(O, P);
57068
57396
  if (!D)
57069
57397
  return !0;
57070
- if (D ? S = O : (S = O === "v" ? "h" : "v", D = PT(O, P)), !D)
57398
+ if (D ? S = O : (S = O === "v" ? "h" : "v", D = $T(O, P)), !D)
57071
57399
  return !1;
57072
57400
  if (!r.current && "changedTouches" in v && (_ || C) && (r.current = S), !S)
57073
57401
  return !0;
57074
57402
  var M = r.current || S;
57075
- return Iye(M, y, v, M === "h" ? _ : C, !0);
57403
+ return fxe(M, y, v, M === "h" ? _ : C, !0);
57076
57404
  }, []), l = I.useCallback(function(v) {
57077
57405
  var y = v;
57078
57406
  if (!(!Pc.length || Pc[Pc.length - 1] !== i)) {
57079
- var b = "deltaY" in y ? $T(y) : xg(y), w = t.current.filter(function(S) {
57080
- return S.name === y.type && S.target === y.target && Nye(S.delta, b);
57407
+ var b = "deltaY" in y ? TT(y) : xg(y), w = t.current.filter(function(S) {
57408
+ return S.name === y.type && S.target === y.target && hxe(S.delta, b);
57081
57409
  })[0];
57082
57410
  if (w && w.should) {
57083
57411
  y.preventDefault();
57084
57412
  return;
57085
57413
  }
57086
57414
  if (!w) {
57087
- var _ = (s.current.shards || []).map(TT).filter(Boolean).filter(function(S) {
57415
+ var _ = (s.current.shards || []).map(DT).filter(Boolean).filter(function(S) {
57088
57416
  return S.contains(y.target);
57089
57417
  }), C = _.length > 0 ? a(y, _[0]) : !s.current.noIsolation;
57090
57418
  C && y.preventDefault();
@@ -57100,7 +57428,7 @@ function jye(e) {
57100
57428
  }, []), u = I.useCallback(function(v) {
57101
57429
  n.current = xg(v), r.current = void 0;
57102
57430
  }, []), f = I.useCallback(function(v) {
57103
- c(v.type, $T(v), v.target, a(v, e.lockRef.current));
57431
+ c(v.type, TT(v), v.target, a(v, e.lockRef.current));
57104
57432
  }, []), h = I.useCallback(function(v) {
57105
57433
  c(v.type, xg(v), v.target, a(v, e.lockRef.current));
57106
57434
  }, []);
@@ -57119,22 +57447,22 @@ function jye(e) {
57119
57447
  return I.createElement(
57120
57448
  I.Fragment,
57121
57449
  null,
57122
- m ? I.createElement(i, { styles: Lye(o) }) : null,
57450
+ m ? I.createElement(i, { styles: pxe(o) }) : null,
57123
57451
  p ? I.createElement(L_, { gapMode: "margin" }) : null
57124
57452
  );
57125
57453
  }
57126
- const zye = N_(T3, jye);
57127
- var k3 = I.forwardRef(function(e, t) {
57128
- return I.createElement(jv, Mn({}, e, { ref: t, sideCar: zye }));
57454
+ const vxe = N_(z3, mxe);
57455
+ var H3 = I.forwardRef(function(e, t) {
57456
+ return I.createElement(Bv, Mn({}, e, { ref: t, sideCar: vxe }));
57129
57457
  });
57130
- k3.classNames = jv.classNames;
57131
- const Bye = k3, M3 = "Dialog", [I3, xwe] = tye(M3), [Vye, Xl] = I3(M3), Hye = (e) => {
57132
- const { __scopeDialog: t, children: n, open: r, defaultOpen: o, onOpenChange: i, modal: s = !0 } = e, a = ue(null), l = ue(null), [c = !1, u] = iye({
57458
+ H3.classNames = Bv.classNames;
57459
+ const bxe = H3, W3 = "Dialog", [U3, _we] = Aye(W3), [yxe, Xl] = U3(W3), xxe = (e) => {
57460
+ const { __scopeDialog: t, children: n, open: r, defaultOpen: o, onOpenChange: i, modal: s = !0 } = e, a = ue(null), l = ue(null), [c = !1, u] = Nye({
57133
57461
  prop: r,
57134
57462
  defaultProp: o,
57135
57463
  onChange: i
57136
57464
  });
57137
- return /* @__PURE__ */ H(Vye, {
57465
+ return /* @__PURE__ */ H(yxe, {
57138
57466
  scope: t,
57139
57467
  triggerRef: a,
57140
57468
  contentRef: l,
@@ -57153,42 +57481,42 @@ const Bye = k3, M3 = "Dialog", [I3, xwe] = tye(M3), [Vye, Xl] = I3(M3), Hye = (e
57153
57481
  ),
57154
57482
  modal: s
57155
57483
  }, n);
57156
- }, N3 = "DialogPortal", [Wye, L3] = I3(N3, {
57484
+ }, q3 = "DialogPortal", [wxe, G3] = U3(q3, {
57157
57485
  forceMount: void 0
57158
- }), Uye = (e) => {
57159
- const { __scopeDialog: t, forceMount: n, children: r, container: o } = e, i = Xl(N3, t);
57160
- return /* @__PURE__ */ H(Wye, {
57486
+ }), _xe = (e) => {
57487
+ const { __scopeDialog: t, forceMount: n, children: r, container: o } = e, i = Xl(q3, t);
57488
+ return /* @__PURE__ */ H(wxe, {
57161
57489
  scope: t,
57162
57490
  forceMount: n
57163
57491
  }, kt.map(
57164
57492
  r,
57165
- (s) => /* @__PURE__ */ H(Fv, {
57493
+ (s) => /* @__PURE__ */ H(zv, {
57166
57494
  present: n || i.open
57167
- }, /* @__PURE__ */ H(Rye, {
57495
+ }, /* @__PURE__ */ H(rxe, {
57168
57496
  asChild: !0,
57169
57497
  container: o
57170
57498
  }, s))
57171
57499
  ));
57172
- }, Q1 = "DialogOverlay", qye = /* @__PURE__ */ ve((e, t) => {
57173
- const n = L3(Q1, e.__scopeDialog), { forceMount: r = n.forceMount, ...o } = e, i = Xl(Q1, e.__scopeDialog);
57174
- return i.modal ? /* @__PURE__ */ H(Fv, {
57500
+ }, J1 = "DialogOverlay", Sxe = /* @__PURE__ */ ve((e, t) => {
57501
+ const n = G3(J1, e.__scopeDialog), { forceMount: r = n.forceMount, ...o } = e, i = Xl(J1, e.__scopeDialog);
57502
+ return i.modal ? /* @__PURE__ */ H(zv, {
57175
57503
  present: r || i.open
57176
- }, /* @__PURE__ */ H(Gye, de({}, o, {
57504
+ }, /* @__PURE__ */ H(Cxe, de({}, o, {
57177
57505
  ref: t
57178
57506
  }))) : null;
57179
- }), Gye = /* @__PURE__ */ ve((e, t) => {
57180
- const { __scopeDialog: n, ...r } = e, o = Xl(Q1, n);
57507
+ }), Cxe = /* @__PURE__ */ ve((e, t) => {
57508
+ const { __scopeDialog: n, ...r } = e, o = Xl(J1, n);
57181
57509
  return (
57182
57510
  // Make sure `Content` is scrollable even when it doesn't live inside `RemoveScroll`
57183
57511
  // ie. when `Overlay` and `Content` are siblings
57184
- /* @__PURE__ */ H(Bye, {
57185
- as: GS,
57512
+ /* @__PURE__ */ H(bxe, {
57513
+ as: JS,
57186
57514
  allowPinchZoom: !0,
57187
57515
  shards: [
57188
57516
  o.contentRef
57189
57517
  ]
57190
- }, /* @__PURE__ */ H(Lv.div, de({
57191
- "data-state": j3(o.open)
57518
+ }, /* @__PURE__ */ H(jv.div, de({
57519
+ "data-state": K3(o.open)
57192
57520
  }, r, {
57193
57521
  ref: t,
57194
57522
  style: {
@@ -57197,22 +57525,22 @@ const Bye = k3, M3 = "Dialog", [I3, xwe] = tye(M3), [Vye, Xl] = I3(M3), Hye = (e
57197
57525
  }
57198
57526
  })))
57199
57527
  );
57200
- }), jf = "DialogContent", Yye = /* @__PURE__ */ ve((e, t) => {
57201
- const n = L3(jf, e.__scopeDialog), { forceMount: r = n.forceMount, ...o } = e, i = Xl(jf, e.__scopeDialog);
57202
- return /* @__PURE__ */ H(Fv, {
57528
+ }), jf = "DialogContent", Exe = /* @__PURE__ */ ve((e, t) => {
57529
+ const n = G3(jf, e.__scopeDialog), { forceMount: r = n.forceMount, ...o } = e, i = Xl(jf, e.__scopeDialog);
57530
+ return /* @__PURE__ */ H(zv, {
57203
57531
  present: r || i.open
57204
- }, i.modal ? /* @__PURE__ */ H(Kye, de({}, o, {
57532
+ }, i.modal ? /* @__PURE__ */ H(Rxe, de({}, o, {
57205
57533
  ref: t
57206
- })) : /* @__PURE__ */ H(Xye, de({}, o, {
57534
+ })) : /* @__PURE__ */ H(Oxe, de({}, o, {
57207
57535
  ref: t
57208
57536
  })));
57209
- }), Kye = /* @__PURE__ */ ve((e, t) => {
57537
+ }), Rxe = /* @__PURE__ */ ve((e, t) => {
57210
57538
  const n = Xl(jf, e.__scopeDialog), r = ue(null), o = Eh(t, n.contentRef, r);
57211
57539
  return we(() => {
57212
57540
  const i = r.current;
57213
57541
  if (i)
57214
57542
  return hh(i);
57215
- }, []), /* @__PURE__ */ H(F3, de({}, e, {
57543
+ }, []), /* @__PURE__ */ H(Y3, de({}, e, {
57216
57544
  ref: o,
57217
57545
  trapFocus: n.open,
57218
57546
  disableOutsidePointerEvents: !0,
@@ -57229,9 +57557,9 @@ const Bye = k3, M3 = "Dialog", [I3, xwe] = tye(M3), [Vye, Xl] = I3(M3), Hye = (e
57229
57557
  (i) => i.preventDefault()
57230
57558
  )
57231
57559
  }));
57232
- }), Xye = /* @__PURE__ */ ve((e, t) => {
57560
+ }), Oxe = /* @__PURE__ */ ve((e, t) => {
57233
57561
  const n = Xl(jf, e.__scopeDialog), r = ue(!1);
57234
- return /* @__PURE__ */ H(F3, de({}, e, {
57562
+ return /* @__PURE__ */ H(Y3, de({}, e, {
57235
57563
  ref: t,
57236
57564
  trapFocus: !1,
57237
57565
  disableOutsidePointerEvents: !1,
@@ -57250,44 +57578,44 @@ const Bye = k3, M3 = "Dialog", [I3, xwe] = tye(M3), [Vye, Xl] = I3(M3), Hye = (e
57250
57578
  ((s = n.triggerRef.current) === null || s === void 0 ? void 0 : s.contains(a)) && o.preventDefault();
57251
57579
  }
57252
57580
  }));
57253
- }), F3 = /* @__PURE__ */ ve((e, t) => {
57581
+ }), Y3 = /* @__PURE__ */ ve((e, t) => {
57254
57582
  const { __scopeDialog: n, trapFocus: r, onOpenAutoFocus: o, onCloseAutoFocus: i, ...s } = e, a = Xl(jf, n), l = ue(null), c = Eh(t, l);
57255
- return $ye(), /* @__PURE__ */ H(Wn, null, /* @__PURE__ */ H(yye, {
57583
+ return sxe(), /* @__PURE__ */ H(Wn, null, /* @__PURE__ */ H(Xye, {
57256
57584
  asChild: !0,
57257
57585
  loop: !0,
57258
57586
  trapped: r,
57259
57587
  onMountAutoFocus: o,
57260
57588
  onUnmountAutoFocus: i
57261
- }, /* @__PURE__ */ H(mye, de({
57589
+ }, /* @__PURE__ */ H(Gye, de({
57262
57590
  role: "dialog",
57263
57591
  id: a.contentId,
57264
57592
  "aria-describedby": a.descriptionId,
57265
57593
  "aria-labelledby": a.titleId,
57266
- "data-state": j3(a.open)
57594
+ "data-state": K3(a.open)
57267
57595
  }, s, {
57268
57596
  ref: c,
57269
57597
  onDismiss: () => a.onOpenChange(!1)
57270
57598
  }))), !1);
57271
57599
  });
57272
- function j3(e) {
57600
+ function K3(e) {
57273
57601
  return e ? "open" : "closed";
57274
57602
  }
57275
- const Qye = Hye, Jye = Uye, Zye = qye, exe = Yye;
57276
- var DT = 1, txe = 0.9, nxe = 0.3, Hy = 0.1, rxe = 0, Wy = 0.999, oxe = 0.9999, ixe = 0.99, AT = /[\\\/\-_+.# \t"@\[\(\{&]/, sxe = /[\\\/\-_+.# \t"@\[\(\{&]/g;
57277
- function J1(e, t, n, r, o, i) {
57603
+ const Pxe = xxe, $xe = _xe, Txe = Sxe, Dxe = Exe;
57604
+ var AT = 1, Axe = 0.9, kxe = 0.3, Hy = 0.1, Mxe = 0, Wy = 0.999, Ixe = 0.9999, Nxe = 0.99, kT = /[\\\/\-_+.# \t"@\[\(\{&]/, Lxe = /[\\\/\-_+.# \t"@\[\(\{&]/g;
57605
+ function Z1(e, t, n, r, o, i) {
57278
57606
  if (i === t.length)
57279
- return o === e.length ? DT : ixe;
57607
+ return o === e.length ? AT : Nxe;
57280
57608
  for (var s = r.charAt(i), a = n.indexOf(s, o), l = 0, c, u, f; a >= 0; )
57281
- c = J1(e, t, n, r, a + 1, i + 1), c > l && (a === o ? c *= DT : AT.test(e.charAt(a - 1)) ? (c *= txe, f = e.slice(o, a - 1).match(sxe), f && o > 0 && (c *= Math.pow(Wy, f.length))) : AT.test(e.slice(o, a - 1)) ? (c *= rxe, o > 0 && (c *= Math.pow(Wy, a - o))) : (c *= nxe, o > 0 && (c *= Math.pow(Wy, a - o))), e.charAt(a) !== t.charAt(i) && (c *= oxe)), c < Hy && n.charAt(a - 1) === r.charAt(i + 1) && n.charAt(a - 1) !== r.charAt(i) && (u = J1(e, t, n, r, a + 1, i + 2), u * Hy > c && (c = u * Hy)), c > l && (l = c), a = n.indexOf(s, a + 1);
57609
+ c = Z1(e, t, n, r, a + 1, i + 1), c > l && (a === o ? c *= AT : kT.test(e.charAt(a - 1)) ? (c *= Axe, f = e.slice(o, a - 1).match(Lxe), f && o > 0 && (c *= Math.pow(Wy, f.length))) : kT.test(e.slice(o, a - 1)) ? (c *= Mxe, o > 0 && (c *= Math.pow(Wy, a - o))) : (c *= kxe, o > 0 && (c *= Math.pow(Wy, a - o))), e.charAt(a) !== t.charAt(i) && (c *= Ixe)), c < Hy && n.charAt(a - 1) === r.charAt(i + 1) && n.charAt(a - 1) !== r.charAt(i) && (u = Z1(e, t, n, r, a + 1, i + 2), u * Hy > c && (c = u * Hy)), c > l && (l = c), a = n.indexOf(s, a + 1);
57282
57610
  return l;
57283
57611
  }
57284
- function axe(e, t) {
57285
- return J1(e, t, e.toLowerCase(), t.toLowerCase(), 0, 0);
57612
+ function Fxe(e, t) {
57613
+ return Z1(e, t, e.toLowerCase(), t.toLowerCase(), 0, 0);
57286
57614
  }
57287
- var lxe = axe;
57288
- const cxe = /* @__PURE__ */ Ll(lxe);
57289
- var uxe = '[cmdk-list-sizer=""]', Ed = '[cmdk-group=""]', Uy = '[cmdk-group-items=""]', dxe = '[cmdk-group-heading=""]', z3 = '[cmdk-item=""]', kT = `${z3}:not([aria-disabled="true"])`, Z1 = "cmdk-item-select", ra = "data-value", fxe = (e, t) => cxe(e, t), B3 = I.createContext(void 0), Rh = () => I.useContext(B3), V3 = I.createContext(void 0), YS = () => I.useContext(V3), H3 = I.createContext(void 0), W3 = I.forwardRef((e, t) => {
57290
- let n = I.useRef(null), r = Ac(() => ({ search: "", value: "", filtered: { count: 0, items: /* @__PURE__ */ new Map(), groups: /* @__PURE__ */ new Set() } })), o = Ac(() => /* @__PURE__ */ new Set()), i = Ac(() => /* @__PURE__ */ new Map()), s = Ac(() => /* @__PURE__ */ new Map()), a = Ac(() => /* @__PURE__ */ new Set()), l = U3(e), { label: c, children: u, value: f, onValueChange: h, filter: p, shouldFilter: m, ...v } = e, y = I.useId(), b = I.useId(), w = I.useId(), _ = Sxe();
57615
+ var jxe = Fxe;
57616
+ const zxe = /* @__PURE__ */ Ll(jxe);
57617
+ var Bxe = '[cmdk-list-sizer=""]', Ed = '[cmdk-group=""]', Uy = '[cmdk-group-items=""]', Vxe = '[cmdk-group-heading=""]', X3 = '[cmdk-item=""]', MT = `${X3}:not([aria-disabled="true"])`, ew = "cmdk-item-select", ra = "data-value", Hxe = (e, t) => zxe(e, t), Q3 = I.createContext(void 0), Rh = () => I.useContext(Q3), J3 = I.createContext(void 0), ZS = () => I.useContext(J3), Z3 = I.createContext(void 0), eF = I.forwardRef((e, t) => {
57618
+ let n = I.useRef(null), r = Ac(() => ({ search: "", value: "", filtered: { count: 0, items: /* @__PURE__ */ new Map(), groups: /* @__PURE__ */ new Set() } })), o = Ac(() => /* @__PURE__ */ new Set()), i = Ac(() => /* @__PURE__ */ new Map()), s = Ac(() => /* @__PURE__ */ new Map()), a = Ac(() => /* @__PURE__ */ new Set()), l = tF(e), { label: c, children: u, value: f, onValueChange: h, filter: p, shouldFilter: m, ...v } = e, y = I.useId(), b = I.useId(), w = I.useId(), _ = e1e();
57291
57619
  Nu(() => {
57292
57620
  if (f !== void 0) {
57293
57621
  let W = f.trim().toLowerCase();
@@ -57324,7 +57652,7 @@ var uxe = '[cmdk-list-sizer=""]', Ed = '[cmdk-group=""]', Uy = '[cmdk-group-item
57324
57652
  }), filter: () => l.current.shouldFilter, label: c || e["aria-label"], listId: y, inputId: w, labelId: b }), []);
57325
57653
  function P(W) {
57326
57654
  var $;
57327
- let V = (($ = l.current) == null ? void 0 : $.filter) ?? fxe;
57655
+ let V = (($ = l.current) == null ? void 0 : $.filter) ?? Hxe;
57328
57656
  return W ? V(W, r.current.search) : 0;
57329
57657
  }
57330
57658
  function O() {
@@ -57338,7 +57666,7 @@ var uxe = '[cmdk-list-sizer=""]', Ed = '[cmdk-group=""]', Uy = '[cmdk-group-item
57338
57666
  re = Math.max(he, re);
57339
57667
  }), $.push([U, re]);
57340
57668
  });
57341
- let V = n.current.querySelector(uxe);
57669
+ let V = n.current.querySelector(Bxe);
57342
57670
  z().sort((U, k) => {
57343
57671
  let re = U.getAttribute(ra), fe = k.getAttribute(ra);
57344
57672
  return (W.get(fe) ?? 0) - (W.get(re) ?? 0);
@@ -57376,13 +57704,13 @@ var uxe = '[cmdk-list-sizer=""]', Ed = '[cmdk-group=""]', Uy = '[cmdk-group-item
57376
57704
  function L() {
57377
57705
  var W, $, V;
57378
57706
  let U = N();
57379
- U && (((W = U.parentElement) == null ? void 0 : W.firstChild) === U && ((V = ($ = U.closest(Ed)) == null ? void 0 : $.querySelector(dxe)) == null || V.scrollIntoView({ block: "nearest" })), U.scrollIntoView({ block: "nearest" }));
57707
+ U && (((W = U.parentElement) == null ? void 0 : W.firstChild) === U && ((V = ($ = U.closest(Ed)) == null ? void 0 : $.querySelector(Vxe)) == null || V.scrollIntoView({ block: "nearest" })), U.scrollIntoView({ block: "nearest" }));
57380
57708
  }
57381
57709
  function N() {
57382
- return n.current.querySelector(`${z3}[aria-selected="true"]`);
57710
+ return n.current.querySelector(`${X3}[aria-selected="true"]`);
57383
57711
  }
57384
57712
  function z() {
57385
- return Array.from(n.current.querySelectorAll(kT));
57713
+ return Array.from(n.current.querySelectorAll(MT));
57386
57714
  }
57387
57715
  function J(W) {
57388
57716
  let $ = z()[W];
@@ -57396,7 +57724,7 @@ var uxe = '[cmdk-list-sizer=""]', Ed = '[cmdk-group=""]', Uy = '[cmdk-group-item
57396
57724
  function j(W) {
57397
57725
  let $ = N(), V = $ == null ? void 0 : $.closest(Ed), U;
57398
57726
  for (; V && !U; )
57399
- V = W > 0 ? wxe(V, Ed) : _xe(V, Ed), U = V == null ? void 0 : V.querySelector(kT);
57727
+ V = W > 0 ? Jxe(V, Ed) : Zxe(V, Ed), U = V == null ? void 0 : V.querySelector(MT);
57400
57728
  U ? C.setState("value", U.getAttribute(ra)) : G(W);
57401
57729
  }
57402
57730
  let ee = () => J(z().length - 1), q = (W) => {
@@ -57438,20 +57766,20 @@ var uxe = '[cmdk-list-sizer=""]', Ed = '[cmdk-group=""]', Uy = '[cmdk-group-item
57438
57766
  W.preventDefault();
57439
57767
  let V = N();
57440
57768
  if (V) {
57441
- let U = new Event(Z1);
57769
+ let U = new Event(ew);
57442
57770
  V.dispatchEvent(U);
57443
57771
  }
57444
57772
  }
57445
57773
  }
57446
- } }, I.createElement("label", { "cmdk-label": "", htmlFor: S.inputId, id: S.labelId, style: Cxe }, c), I.createElement(V3.Provider, { value: C }, I.createElement(B3.Provider, { value: S }, u)));
57447
- }), hxe = I.forwardRef((e, t) => {
57448
- let n = I.useId(), r = I.useRef(null), o = I.useContext(H3), i = Rh(), s = U3(e);
57774
+ } }, I.createElement("label", { "cmdk-label": "", htmlFor: S.inputId, id: S.labelId, style: t1e }, c), I.createElement(J3.Provider, { value: C }, I.createElement(Q3.Provider, { value: S }, u)));
57775
+ }), Wxe = I.forwardRef((e, t) => {
57776
+ let n = I.useId(), r = I.useRef(null), o = I.useContext(Z3), i = Rh(), s = tF(e);
57449
57777
  Nu(() => i.item(n, o), []);
57450
- let a = q3(n, r, [e.value, e.children, r]), l = YS(), c = Cu((b) => b.value && b.value === a.current), u = Cu((b) => i.filter() === !1 ? !0 : b.search ? b.filtered.items.get(n) > 0 : !0);
57778
+ let a = nF(n, r, [e.value, e.children, r]), l = ZS(), c = Cu((b) => b.value && b.value === a.current), u = Cu((b) => i.filter() === !1 ? !0 : b.search ? b.filtered.items.get(n) > 0 : !0);
57451
57779
  I.useEffect(() => {
57452
57780
  let b = r.current;
57453
57781
  if (!(!b || e.disabled))
57454
- return b.addEventListener(Z1, f), () => b.removeEventListener(Z1, f);
57782
+ return b.addEventListener(ew, f), () => b.removeEventListener(ew, f);
57455
57783
  }, [u, e.onSelect, e.disabled]);
57456
57784
  function f() {
57457
57785
  var b, w;
@@ -57464,22 +57792,22 @@ var uxe = '[cmdk-list-sizer=""]', Ed = '[cmdk-group=""]', Uy = '[cmdk-group-item
57464
57792
  return null;
57465
57793
  let { disabled: p, value: m, onSelect: v, ...y } = e;
57466
57794
  return I.createElement("div", { ref: Oh([r, t]), ...y, "cmdk-item": "", role: "option", "aria-disabled": p || void 0, "aria-selected": c || void 0, "data-selected": c || void 0, onPointerMove: p ? void 0 : h, onClick: p ? void 0 : f }, e.children);
57467
- }), pxe = I.forwardRef((e, t) => {
57795
+ }), Uxe = I.forwardRef((e, t) => {
57468
57796
  let { heading: n, children: r, ...o } = e, i = I.useId(), s = I.useRef(null), a = I.useRef(null), l = I.useId(), c = Rh(), u = Cu((h) => c.filter() === !1 ? !0 : h.search ? h.filtered.groups.has(i) : !0);
57469
- Nu(() => c.group(i), []), q3(i, s, [e.value, e.heading, a]);
57470
- let f = I.createElement(H3.Provider, { value: i }, r);
57797
+ Nu(() => c.group(i), []), nF(i, s, [e.value, e.heading, a]);
57798
+ let f = I.createElement(Z3.Provider, { value: i }, r);
57471
57799
  return I.createElement("div", { ref: Oh([s, t]), ...o, "cmdk-group": "", role: "presentation", hidden: u ? void 0 : !0 }, n && I.createElement("div", { ref: a, "cmdk-group-heading": "", "aria-hidden": !0, id: l }, n), I.createElement("div", { "cmdk-group-items": "", role: "group", "aria-labelledby": n ? l : void 0 }, f));
57472
- }), gxe = I.forwardRef((e, t) => {
57800
+ }), qxe = I.forwardRef((e, t) => {
57473
57801
  let { alwaysRender: n, ...r } = e, o = I.useRef(null), i = Cu((s) => !s.search);
57474
57802
  return !n && !i ? null : I.createElement("div", { ref: Oh([o, t]), ...r, "cmdk-separator": "", role: "separator" });
57475
- }), mxe = I.forwardRef((e, t) => {
57476
- let { onValueChange: n, ...r } = e, o = e.value != null, i = YS(), s = Cu((l) => l.search), a = Rh();
57803
+ }), Gxe = I.forwardRef((e, t) => {
57804
+ let { onValueChange: n, ...r } = e, o = e.value != null, i = ZS(), s = Cu((l) => l.search), a = Rh();
57477
57805
  return I.useEffect(() => {
57478
57806
  e.value != null && i.setState("search", e.value);
57479
57807
  }, [e.value]), I.createElement("input", { ref: t, ...r, "cmdk-input": "", autoComplete: "off", autoCorrect: "off", spellCheck: !1, "aria-autocomplete": "list", role: "combobox", "aria-expanded": !0, "aria-controls": a.listId, "aria-labelledby": a.labelId, id: a.inputId, type: "text", value: o ? e.value : s, onChange: (l) => {
57480
57808
  o || i.setState("search", l.target.value), n == null || n(l.target.value);
57481
57809
  } });
57482
- }), vxe = I.forwardRef((e, t) => {
57810
+ }), Yxe = I.forwardRef((e, t) => {
57483
57811
  let { children: n, ...r } = e, o = I.useRef(null), i = I.useRef(null), s = Rh();
57484
57812
  return I.useEffect(() => {
57485
57813
  if (i.current && o.current) {
@@ -57494,485 +57822,158 @@ var uxe = '[cmdk-list-sizer=""]', Ed = '[cmdk-group=""]', Uy = '[cmdk-group-item
57494
57822
  };
57495
57823
  }
57496
57824
  }, []), I.createElement("div", { ref: Oh([o, t]), ...r, "cmdk-list": "", role: "listbox", "aria-label": "Suggestions", id: s.listId, "aria-labelledby": s.inputId }, I.createElement("div", { ref: i, "cmdk-list-sizer": "" }, n));
57497
- }), bxe = I.forwardRef((e, t) => {
57825
+ }), Kxe = I.forwardRef((e, t) => {
57498
57826
  let { open: n, onOpenChange: r, container: o, ...i } = e;
57499
- return I.createElement(Qye, { open: n, onOpenChange: r }, I.createElement(Jye, { container: o }, I.createElement(Zye, { "cmdk-overlay": "" }), I.createElement(exe, { "aria-label": e.label, "cmdk-dialog": "" }, I.createElement(W3, { ref: t, ...i }))));
57500
- }), yxe = I.forwardRef((e, t) => {
57827
+ return I.createElement(Pxe, { open: n, onOpenChange: r }, I.createElement($xe, { container: o }, I.createElement(Txe, { "cmdk-overlay": "" }), I.createElement(Dxe, { "aria-label": e.label, "cmdk-dialog": "" }, I.createElement(eF, { ref: t, ...i }))));
57828
+ }), Xxe = I.forwardRef((e, t) => {
57501
57829
  let n = I.useRef(!0), r = Cu((o) => o.filtered.count === 0);
57502
57830
  return I.useEffect(() => {
57503
57831
  n.current = !1;
57504
57832
  }, []), n.current || !r ? null : I.createElement("div", { ref: t, ...e, "cmdk-empty": "", role: "presentation" });
57505
- }), xxe = I.forwardRef((e, t) => {
57833
+ }), Qxe = I.forwardRef((e, t) => {
57506
57834
  let { progress: n, children: r, ...o } = e;
57507
57835
  return I.createElement("div", { ref: t, ...o, "cmdk-loading": "", role: "progressbar", "aria-valuenow": n, "aria-valuemin": 0, "aria-valuemax": 100, "aria-label": "Loading..." }, I.createElement("div", { "aria-hidden": !0 }, r));
57508
- }), eo = Object.assign(W3, { List: vxe, Item: hxe, Input: mxe, Group: pxe, Separator: gxe, Dialog: bxe, Empty: yxe, Loading: xxe });
57509
- function wxe(e, t) {
57836
+ }), eo = Object.assign(eF, { List: Yxe, Item: Wxe, Input: Gxe, Group: Uxe, Separator: qxe, Dialog: Kxe, Empty: Xxe, Loading: Qxe });
57837
+ function Jxe(e, t) {
57510
57838
  let n = e.nextElementSibling;
57511
57839
  for (; n; ) {
57512
57840
  if (n.matches(t))
57513
57841
  return n;
57514
57842
  n = n.nextElementSibling;
57515
57843
  }
57516
- }
57517
- function _xe(e, t) {
57518
- let n = e.previousElementSibling;
57519
- for (; n; ) {
57520
- if (n.matches(t))
57521
- return n;
57522
- n = n.previousElementSibling;
57523
- }
57524
- }
57525
- function U3(e) {
57526
- let t = I.useRef(e);
57527
- return Nu(() => {
57528
- t.current = e;
57529
- }), t;
57530
- }
57531
- var Nu = typeof window > "u" ? I.useEffect : I.useLayoutEffect;
57532
- function Ac(e) {
57533
- let t = I.useRef();
57534
- return t.current === void 0 && (t.current = e()), t;
57535
- }
57536
- function Oh(e) {
57537
- return (t) => {
57538
- e.forEach((n) => {
57539
- typeof n == "function" ? n(t) : n != null && (n.current = t);
57540
- });
57541
- };
57542
- }
57543
- function Cu(e) {
57544
- let t = YS(), n = () => e(t.snapshot());
57545
- return I.useSyncExternalStore(t.subscribe, n, n);
57546
- }
57547
- function q3(e, t, n) {
57548
- let r = I.useRef(), o = Rh();
57549
- return Nu(() => {
57550
- var i;
57551
- let s = (() => {
57552
- var a;
57553
- for (let l of n) {
57554
- if (typeof l == "string")
57555
- return l.trim().toLowerCase();
57556
- if (typeof l == "object" && "current" in l && l.current)
57557
- return (a = l.current.textContent) == null ? void 0 : a.trim().toLowerCase();
57558
- }
57559
- })();
57560
- o.value(e, s), (i = t.current) == null || i.setAttribute(ra, s), r.current = s;
57561
- }), r;
57562
- }
57563
- var Sxe = () => {
57564
- let [e, t] = I.useState(), n = Ac(() => /* @__PURE__ */ new Map());
57565
- return Nu(() => {
57566
- n.current.forEach((r) => r()), n.current = /* @__PURE__ */ new Map();
57567
- }, [e]), (r, o) => {
57568
- n.current.set(r, o), t({});
57569
- };
57570
- }, Cxe = { position: "absolute", width: "1px", height: "1px", padding: "0", margin: "-1px", overflow: "hidden", clip: "rect(0, 0, 0, 0)", whiteSpace: "nowrap", borderWidth: "0" };
57571
- const Exe = I.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ E.jsx(
57572
- eo,
57573
- {
57574
- ref: n,
57575
- className: Ee(
57576
- "flex h-full w-full flex-col overflow-hidden rounded-md bg-popover text-popover-foreground",
57577
- e
57578
- ),
57579
- ...t
57580
- }
57581
- ));
57582
- Exe.displayName = eo.displayName;
57583
- const Rxe = I.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ E.jsxs("div", { className: "flex items-center border-b px-3", "cmdk-input-wrapper": "", children: [
57584
- /* @__PURE__ */ E.jsx(hJ, { className: "mr-2 h-4 w-4 shrink-0 opacity-50" }),
57585
- /* @__PURE__ */ E.jsx(
57586
- eo.Input,
57587
- {
57588
- ref: n,
57589
- className: Ee(
57590
- "flex h-11 w-full rounded-md bg-transparent py-3 text-sm outline-none placeholder:text-muted-foreground disabled:cursor-not-allowed disabled:opacity-50",
57591
- e
57592
- ),
57593
- ...t
57594
- }
57595
- )
57596
- ] }));
57597
- Rxe.displayName = eo.Input.displayName;
57598
- const Oxe = I.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ E.jsx(
57599
- eo.List,
57600
- {
57601
- ref: n,
57602
- className: Ee("max-h-[300px] overflow-y-auto overflow-x-hidden", e),
57603
- ...t
57604
- }
57605
- ));
57606
- Oxe.displayName = eo.List.displayName;
57607
- const Pxe = I.forwardRef((e, t) => /* @__PURE__ */ E.jsx(
57608
- eo.Empty,
57609
- {
57610
- ref: t,
57611
- className: "py-6 text-center text-sm",
57612
- ...e
57613
- }
57614
- ));
57615
- Pxe.displayName = eo.Empty.displayName;
57616
- const $xe = I.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ E.jsx(
57617
- eo.Group,
57618
- {
57619
- ref: n,
57620
- className: Ee(
57621
- "overflow-hidden p-1 text-foreground [&_[cmdk-group-heading]]:px-2 [&_[cmdk-group-heading]]:py-1.5 [&_[cmdk-group-heading]]:text-xs [&_[cmdk-group-heading]]:font-medium [&_[cmdk-group-heading]]:text-muted-foreground",
57622
- e
57623
- ),
57624
- ...t
57625
- }
57626
- ));
57627
- $xe.displayName = eo.Group.displayName;
57628
- const Txe = I.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ E.jsx(
57629
- eo.Separator,
57630
- {
57631
- ref: n,
57632
- className: Ee("-mx-1 h-px bg-border", e),
57633
- ...t
57634
- }
57635
- ));
57636
- Txe.displayName = eo.Separator.displayName;
57637
- const Dxe = I.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ E.jsx(
57638
- eo.Item,
57639
- {
57640
- ref: n,
57641
- className: Ee(
57642
- "relative flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none aria-selected:bg-accent aria-selected:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",
57643
- e
57644
- ),
57645
- ...t
57646
- }
57647
- ));
57648
- Dxe.displayName = eo.Item.displayName;
57649
- const G3 = "Collapsible", [Axe, Y3] = hr(G3), [kxe, KS] = Axe(G3), Mxe = /* @__PURE__ */ ve((e, t) => {
57650
- const { __scopeCollapsible: n, open: r, defaultOpen: o, disabled: i, onOpenChange: s, ...a } = e, [l = !1, c] = Ar({
57651
- prop: r,
57652
- defaultProp: o,
57653
- onChange: s
57654
- });
57655
- return /* @__PURE__ */ H(kxe, {
57656
- scope: n,
57657
- disabled: i,
57658
- contentId: di(),
57659
- open: l,
57660
- onOpenToggle: Ge(
57661
- () => c(
57662
- (u) => !u
57663
- ),
57664
- [
57665
- c
57666
- ]
57667
- )
57668
- }, /* @__PURE__ */ H(rt.div, de({
57669
- "data-state": XS(l),
57670
- "data-disabled": i ? "" : void 0
57671
- }, a, {
57672
- ref: t
57673
- })));
57674
- }), Ixe = "CollapsibleTrigger", Nxe = /* @__PURE__ */ ve((e, t) => {
57675
- const { __scopeCollapsible: n, ...r } = e, o = KS(Ixe, n);
57676
- return /* @__PURE__ */ H(rt.button, de({
57677
- type: "button",
57678
- "aria-controls": o.contentId,
57679
- "aria-expanded": o.open || !1,
57680
- "data-state": XS(o.open),
57681
- "data-disabled": o.disabled ? "" : void 0,
57682
- disabled: o.disabled
57683
- }, r, {
57684
- ref: t,
57685
- onClick: je(e.onClick, o.onOpenToggle)
57686
- }));
57687
- }), K3 = "CollapsibleContent", Lxe = /* @__PURE__ */ ve((e, t) => {
57688
- const { forceMount: n, ...r } = e, o = KS(K3, e.__scopeCollapsible);
57689
- return /* @__PURE__ */ H(
57690
- pr,
57691
- {
57692
- present: n || o.open
57693
- },
57694
- ({ present: i }) => /* @__PURE__ */ H(Fxe, de({}, r, {
57695
- ref: t,
57696
- present: i
57697
- }))
57698
- );
57699
- }), Fxe = /* @__PURE__ */ ve((e, t) => {
57700
- const { __scopeCollapsible: n, present: r, children: o, ...i } = e, s = KS(K3, n), [a, l] = Ce(r), c = ue(null), u = Pt(t, c), f = ue(0), h = f.current, p = ue(0), m = p.current, v = s.open || a, y = ue(v), b = ue();
57701
- return we(() => {
57702
- const w = requestAnimationFrame(
57703
- () => y.current = !1
57704
- );
57705
- return () => cancelAnimationFrame(w);
57706
- }, []), Sr(() => {
57707
- const w = c.current;
57708
- if (w) {
57709
- b.current = b.current || {
57710
- transitionDuration: w.style.transitionDuration,
57711
- animationName: w.style.animationName
57712
- }, w.style.transitionDuration = "0s", w.style.animationName = "none";
57713
- const _ = w.getBoundingClientRect();
57714
- f.current = _.height, p.current = _.width, y.current || (w.style.transitionDuration = b.current.transitionDuration, w.style.animationName = b.current.animationName), l(r);
57715
- }
57716
- }, [
57717
- s.open,
57718
- r
57719
- ]), /* @__PURE__ */ H(rt.div, de({
57720
- "data-state": XS(s.open),
57721
- "data-disabled": s.disabled ? "" : void 0,
57722
- id: s.contentId,
57723
- hidden: !v
57724
- }, i, {
57725
- ref: u,
57726
- style: {
57727
- "--radix-collapsible-content-height": h ? `${h}px` : void 0,
57728
- "--radix-collapsible-content-width": m ? `${m}px` : void 0,
57729
- ...e.style
57730
- }
57731
- }), v && o);
57732
- });
57733
- function XS(e) {
57734
- return e ? "open" : "closed";
57735
- }
57736
- const jxe = Mxe, zxe = Nxe, Bxe = Lxe, ka = "Accordion", Vxe = [
57737
- "Home",
57738
- "End",
57739
- "ArrowDown",
57740
- "ArrowUp",
57741
- "ArrowLeft",
57742
- "ArrowRight"
57743
- ], [QS, Hxe, Wxe] = Lm(ka), [zv, wwe] = hr(ka, [
57744
- Wxe,
57745
- Y3
57746
- ]), JS = Y3(), X3 = /* @__PURE__ */ ce.forwardRef((e, t) => {
57747
- const { type: n, ...r } = e, o = r, i = r;
57748
- return /* @__PURE__ */ ce.createElement(QS.Provider, {
57749
- scope: e.__scopeAccordion
57750
- }, n === "multiple" ? /* @__PURE__ */ ce.createElement(Yxe, de({}, i, {
57751
- ref: t
57752
- })) : /* @__PURE__ */ ce.createElement(Gxe, de({}, o, {
57753
- ref: t
57754
- })));
57755
- });
57756
- X3.propTypes = {
57757
- type(e) {
57758
- const t = e.value || e.defaultValue;
57759
- return e.type && ![
57760
- "single",
57761
- "multiple"
57762
- ].includes(e.type) ? new Error("Invalid prop `type` supplied to `Accordion`. Expected one of `single | multiple`.") : e.type === "multiple" && typeof t == "string" ? new Error("Invalid prop `type` supplied to `Accordion`. Expected `single` when `defaultValue` or `value` is type `string`.") : e.type === "single" && Array.isArray(t) ? new Error("Invalid prop `type` supplied to `Accordion`. Expected `multiple` when `defaultValue` or `value` is type `string[]`.") : null;
57763
- }
57764
- };
57765
- const [Q3, Uxe] = zv(ka), [J3, qxe] = zv(ka, {
57766
- collapsible: !1
57767
- }), Gxe = /* @__PURE__ */ ce.forwardRef((e, t) => {
57768
- const { value: n, defaultValue: r, onValueChange: o = () => {
57769
- }, collapsible: i = !1, ...s } = e, [a, l] = Ar({
57770
- prop: n,
57771
- defaultProp: r,
57772
- onChange: o
57773
- });
57774
- return /* @__PURE__ */ ce.createElement(Q3, {
57775
- scope: e.__scopeAccordion,
57776
- value: a ? [
57777
- a
57778
- ] : [],
57779
- onItemOpen: l,
57780
- onItemClose: ce.useCallback(
57781
- () => i && l(""),
57782
- [
57783
- i,
57784
- l
57785
- ]
57786
- )
57787
- }, /* @__PURE__ */ ce.createElement(J3, {
57788
- scope: e.__scopeAccordion,
57789
- collapsible: i
57790
- }, /* @__PURE__ */ ce.createElement(Z3, de({}, s, {
57791
- ref: t
57792
- }))));
57793
- }), Yxe = /* @__PURE__ */ ce.forwardRef((e, t) => {
57794
- const { value: n, defaultValue: r, onValueChange: o = () => {
57795
- }, ...i } = e, [s = [], a] = Ar({
57796
- prop: n,
57797
- defaultProp: r,
57798
- onChange: o
57799
- }), l = ce.useCallback(
57800
- (u) => a(
57801
- (f = []) => [
57802
- ...f,
57803
- u
57804
- ]
57805
- ),
57806
- [
57807
- a
57808
- ]
57809
- ), c = ce.useCallback(
57810
- (u) => a(
57811
- (f = []) => f.filter(
57812
- (h) => h !== u
57813
- )
57844
+ }
57845
+ function Zxe(e, t) {
57846
+ let n = e.previousElementSibling;
57847
+ for (; n; ) {
57848
+ if (n.matches(t))
57849
+ return n;
57850
+ n = n.previousElementSibling;
57851
+ }
57852
+ }
57853
+ function tF(e) {
57854
+ let t = I.useRef(e);
57855
+ return Nu(() => {
57856
+ t.current = e;
57857
+ }), t;
57858
+ }
57859
+ var Nu = typeof window > "u" ? I.useEffect : I.useLayoutEffect;
57860
+ function Ac(e) {
57861
+ let t = I.useRef();
57862
+ return t.current === void 0 && (t.current = e()), t;
57863
+ }
57864
+ function Oh(e) {
57865
+ return (t) => {
57866
+ e.forEach((n) => {
57867
+ typeof n == "function" ? n(t) : n != null && (n.current = t);
57868
+ });
57869
+ };
57870
+ }
57871
+ function Cu(e) {
57872
+ let t = ZS(), n = () => e(t.snapshot());
57873
+ return I.useSyncExternalStore(t.subscribe, n, n);
57874
+ }
57875
+ function nF(e, t, n) {
57876
+ let r = I.useRef(), o = Rh();
57877
+ return Nu(() => {
57878
+ var i;
57879
+ let s = (() => {
57880
+ var a;
57881
+ for (let l of n) {
57882
+ if (typeof l == "string")
57883
+ return l.trim().toLowerCase();
57884
+ if (typeof l == "object" && "current" in l && l.current)
57885
+ return (a = l.current.textContent) == null ? void 0 : a.trim().toLowerCase();
57886
+ }
57887
+ })();
57888
+ o.value(e, s), (i = t.current) == null || i.setAttribute(ra, s), r.current = s;
57889
+ }), r;
57890
+ }
57891
+ var e1e = () => {
57892
+ let [e, t] = I.useState(), n = Ac(() => /* @__PURE__ */ new Map());
57893
+ return Nu(() => {
57894
+ n.current.forEach((r) => r()), n.current = /* @__PURE__ */ new Map();
57895
+ }, [e]), (r, o) => {
57896
+ n.current.set(r, o), t({});
57897
+ };
57898
+ }, t1e = { position: "absolute", width: "1px", height: "1px", padding: "0", margin: "-1px", overflow: "hidden", clip: "rect(0, 0, 0, 0)", whiteSpace: "nowrap", borderWidth: "0" };
57899
+ const n1e = I.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ E.jsx(
57900
+ eo,
57901
+ {
57902
+ ref: n,
57903
+ className: Ee(
57904
+ "flex h-full w-full flex-col overflow-hidden rounded-md bg-popover text-popover-foreground",
57905
+ e
57814
57906
  ),
57815
- [
57816
- a
57817
- ]
57818
- );
57819
- return /* @__PURE__ */ ce.createElement(Q3, {
57820
- scope: e.__scopeAccordion,
57821
- value: s,
57822
- onItemOpen: l,
57823
- onItemClose: c
57824
- }, /* @__PURE__ */ ce.createElement(J3, {
57825
- scope: e.__scopeAccordion,
57826
- collapsible: !0
57827
- }, /* @__PURE__ */ ce.createElement(Z3, de({}, i, {
57828
- ref: t
57829
- }))));
57830
- }), [Kxe, Bv] = zv(ka), Z3 = /* @__PURE__ */ ce.forwardRef((e, t) => {
57831
- const { __scopeAccordion: n, disabled: r, dir: o, orientation: i = "vertical", ...s } = e, a = ce.useRef(null), l = Pt(a, t), c = Hxe(n), f = Fl(o) === "ltr", h = je(e.onKeyDown, (p) => {
57832
- var m;
57833
- if (!Vxe.includes(p.key))
57834
- return;
57835
- const v = p.target, y = c().filter((M) => {
57836
- var L;
57837
- return !((L = M.ref.current) !== null && L !== void 0 && L.disabled);
57838
- }), b = y.findIndex(
57839
- (M) => M.ref.current === v
57840
- ), w = y.length;
57841
- if (b === -1)
57842
- return;
57843
- p.preventDefault();
57844
- let _ = b;
57845
- const C = 0, S = w - 1, P = () => {
57846
- _ = b + 1, _ > S && (_ = C);
57847
- }, O = () => {
57848
- _ = b - 1, _ < C && (_ = S);
57849
- };
57850
- switch (p.key) {
57851
- case "Home":
57852
- _ = C;
57853
- break;
57854
- case "End":
57855
- _ = S;
57856
- break;
57857
- case "ArrowRight":
57858
- i === "horizontal" && (f ? P() : O());
57859
- break;
57860
- case "ArrowDown":
57861
- i === "vertical" && P();
57862
- break;
57863
- case "ArrowLeft":
57864
- i === "horizontal" && (f ? O() : P());
57865
- break;
57866
- case "ArrowUp":
57867
- i === "vertical" && O();
57868
- break;
57869
- }
57870
- const D = _ % w;
57871
- (m = y[D].ref.current) === null || m === void 0 || m.focus();
57872
- });
57873
- return /* @__PURE__ */ ce.createElement(Kxe, {
57874
- scope: n,
57875
- disabled: r,
57876
- direction: o,
57877
- orientation: i
57878
- }, /* @__PURE__ */ ce.createElement(QS.Slot, {
57879
- scope: n
57880
- }, /* @__PURE__ */ ce.createElement(rt.div, de({}, s, {
57881
- "data-orientation": i,
57882
- ref: l,
57883
- onKeyDown: r ? void 0 : h
57884
- }))));
57885
- }), ew = "AccordionItem", [Xxe, ZS] = zv(ew), Qxe = /* @__PURE__ */ ce.forwardRef((e, t) => {
57886
- const { __scopeAccordion: n, value: r, ...o } = e, i = Bv(ew, n), s = Uxe(ew, n), a = JS(n), l = di(), c = r && s.value.includes(r) || !1, u = i.disabled || e.disabled;
57887
- return /* @__PURE__ */ ce.createElement(Xxe, {
57888
- scope: n,
57889
- open: c,
57890
- disabled: u,
57891
- triggerId: l
57892
- }, /* @__PURE__ */ ce.createElement(jxe, de({
57893
- "data-orientation": i.orientation,
57894
- "data-state": eF(c)
57895
- }, a, o, {
57896
- ref: t,
57897
- disabled: u,
57898
- open: c,
57899
- onOpenChange: (f) => {
57900
- f ? s.onItemOpen(r) : s.onItemClose(r);
57901
- }
57902
- })));
57903
- }), Jxe = "AccordionHeader", Zxe = /* @__PURE__ */ ce.forwardRef((e, t) => {
57904
- const { __scopeAccordion: n, ...r } = e, o = Bv(ka, n), i = ZS(Jxe, n);
57905
- return /* @__PURE__ */ ce.createElement(rt.h3, de({
57906
- "data-orientation": o.orientation,
57907
- "data-state": eF(i.open),
57908
- "data-disabled": i.disabled ? "" : void 0
57909
- }, r, {
57910
- ref: t
57911
- }));
57912
- }), MT = "AccordionTrigger", e1e = /* @__PURE__ */ ce.forwardRef((e, t) => {
57913
- const { __scopeAccordion: n, ...r } = e, o = Bv(ka, n), i = ZS(MT, n), s = qxe(MT, n), a = JS(n);
57914
- return /* @__PURE__ */ ce.createElement(QS.ItemSlot, {
57915
- scope: n
57916
- }, /* @__PURE__ */ ce.createElement(zxe, de({
57917
- "aria-disabled": i.open && !s.collapsible || void 0,
57918
- "data-orientation": o.orientation,
57919
- id: i.triggerId
57920
- }, a, r, {
57921
- ref: t
57922
- })));
57923
- }), t1e = "AccordionContent", n1e = /* @__PURE__ */ ce.forwardRef((e, t) => {
57924
- const { __scopeAccordion: n, ...r } = e, o = Bv(ka, n), i = ZS(t1e, n), s = JS(n);
57925
- return /* @__PURE__ */ ce.createElement(Bxe, de({
57926
- role: "region",
57927
- "aria-labelledby": i.triggerId,
57928
- "data-orientation": o.orientation
57929
- }, s, r, {
57930
- ref: t,
57931
- style: {
57932
- "--radix-accordion-content-height": "var(--radix-collapsible-content-height)",
57933
- "--radix-accordion-content-width": "var(--radix-collapsible-content-width)",
57934
- ...e.style
57907
+ ...t
57908
+ }
57909
+ ));
57910
+ n1e.displayName = eo.displayName;
57911
+ const r1e = I.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ E.jsxs("div", { className: "flex items-center border-b px-3", "cmdk-input-wrapper": "", children: [
57912
+ /* @__PURE__ */ E.jsx(hJ, { className: "mr-2 h-4 w-4 shrink-0 opacity-50" }),
57913
+ /* @__PURE__ */ E.jsx(
57914
+ eo.Input,
57915
+ {
57916
+ ref: n,
57917
+ className: Ee(
57918
+ "flex h-11 w-full rounded-md bg-transparent py-3 text-sm outline-none placeholder:text-muted-foreground disabled:cursor-not-allowed disabled:opacity-50",
57919
+ e
57920
+ ),
57921
+ ...t
57935
57922
  }
57936
- }));
57937
- });
57938
- function eF(e) {
57939
- return e ? "open" : "closed";
57940
- }
57941
- const r1e = X3, o1e = Qxe, i1e = Zxe, tF = e1e, nF = n1e, _we = r1e, s1e = I.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ E.jsx(
57942
- o1e,
57923
+ )
57924
+ ] }));
57925
+ r1e.displayName = eo.Input.displayName;
57926
+ const o1e = I.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ E.jsx(
57927
+ eo.List,
57943
57928
  {
57944
57929
  ref: n,
57945
- className: Ee("border-b", e),
57930
+ className: Ee("max-h-[300px] overflow-y-auto overflow-x-hidden", e),
57946
57931
  ...t
57947
57932
  }
57948
57933
  ));
57949
- s1e.displayName = "AccordionItem";
57950
- const a1e = I.forwardRef(({ className: e, children: t, ...n }, r) => /* @__PURE__ */ E.jsx(i1e, { className: "flex", children: /* @__PURE__ */ E.jsxs(
57951
- tF,
57934
+ o1e.displayName = eo.List.displayName;
57935
+ const i1e = I.forwardRef((e, t) => /* @__PURE__ */ E.jsx(
57936
+ eo.Empty,
57952
57937
  {
57953
- ref: r,
57938
+ ref: t,
57939
+ className: "py-6 text-center text-sm",
57940
+ ...e
57941
+ }
57942
+ ));
57943
+ i1e.displayName = eo.Empty.displayName;
57944
+ const s1e = I.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ E.jsx(
57945
+ eo.Group,
57946
+ {
57947
+ ref: n,
57954
57948
  className: Ee(
57955
- "flex flex-1 items-center justify-between py-4 font-medium transition-all hover:underline [&[data-state=open]>svg]:rotate-180",
57949
+ "overflow-hidden p-1 text-foreground [&_[cmdk-group-heading]]:px-2 [&_[cmdk-group-heading]]:py-1.5 [&_[cmdk-group-heading]]:text-xs [&_[cmdk-group-heading]]:font-medium [&_[cmdk-group-heading]]:text-muted-foreground",
57956
57950
  e
57957
57951
  ),
57958
- ...n,
57959
- children: [
57960
- t,
57961
- /* @__PURE__ */ E.jsx(d_, { className: "h-4 w-4 shrink-0 transition-transform duration-200" })
57962
- ]
57952
+ ...t
57963
57953
  }
57964
- ) }));
57965
- a1e.displayName = tF.displayName;
57966
- const l1e = I.forwardRef(({ className: e, children: t, ...n }, r) => /* @__PURE__ */ E.jsx(
57967
- nF,
57954
+ ));
57955
+ s1e.displayName = eo.Group.displayName;
57956
+ const a1e = I.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ E.jsx(
57957
+ eo.Separator,
57968
57958
  {
57969
- ref: r,
57970
- className: "overflow-hidden text-sm transition-all data-[state=closed]:animate-accordion-up data-[state=open]:animate-accordion-down",
57971
- ...n,
57972
- children: /* @__PURE__ */ E.jsx("div", { className: Ee("pb-4 pt-0", e), children: t })
57959
+ ref: n,
57960
+ className: Ee("-mx-1 h-px bg-border", e),
57961
+ ...t
57962
+ }
57963
+ ));
57964
+ a1e.displayName = eo.Separator.displayName;
57965
+ const l1e = I.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ E.jsx(
57966
+ eo.Item,
57967
+ {
57968
+ ref: n,
57969
+ className: Ee(
57970
+ "relative flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none aria-selected:bg-accent aria-selected:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",
57971
+ e
57972
+ ),
57973
+ ...t
57973
57974
  }
57974
57975
  ));
57975
- l1e.displayName = nF.displayName;
57976
+ l1e.displayName = eo.Item.displayName;
57976
57977
  var c1e = Object.defineProperty, u1e = (e, t, n) => t in e ? c1e(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, wg = (e, t, n) => (u1e(e, typeof t != "symbol" ? t + "" : t, n), n);
57977
57978
  const d1e = {
57978
57979
  stringify: (e) => e,
@@ -58198,6 +58199,7 @@ export {
58198
58199
  NQ as ay,
58199
58200
  fge as az,
58200
58201
  Ae as b,
58202
+ gJ as b$,
58201
58203
  jk as b0,
58202
58204
  FD as b1,
58203
58205
  ww as b2,
@@ -58205,50 +58207,65 @@ export {
58205
58207
  _Q as b4,
58206
58208
  jD as b5,
58207
58209
  Lc as b6,
58208
- H_ as b7,
58209
- W_ as b8,
58210
- bv as b9,
58211
- $1e as bA,
58212
- l1e as bB,
58213
- Nre as bC,
58214
- TI as bD,
58215
- DI as bE,
58216
- Lbe as bF,
58217
- Fbe as bG,
58218
- jbe as bH,
58219
- tve as bI,
58220
- W0e as bJ,
58221
- bV as bK,
58222
- J1e as bL,
58223
- nve as bM,
58224
- wV as bN,
58225
- nv as ba,
58226
- Moe as bb,
58227
- jue as bc,
58228
- Exe as bd,
58229
- Rxe as be,
58230
- Oxe as bf,
58231
- Pxe as bg,
58232
- $xe as bh,
58233
- Dxe as bi,
58234
- wN as bj,
58235
- R1 as bk,
58236
- T1e as bl,
58237
- Cg as bm,
58238
- aM as bn,
58239
- U1e as bo,
58240
- Ng as bp,
58241
- zR as bq,
58242
- Jd as br,
58243
- Ug as bs,
58244
- Qx as bt,
58245
- iwe as bu,
58246
- kce as bv,
58247
- B1e as bw,
58248
- _we as bx,
58249
- s1e as by,
58250
- a1e as bz,
58210
+ T1e as b7,
58211
+ Boe as b8,
58212
+ H_ as b9,
58213
+ $ye as bA,
58214
+ $1e as bB,
58215
+ Tye as bC,
58216
+ Nre as bD,
58217
+ TI as bE,
58218
+ DI as bF,
58219
+ Lbe as bG,
58220
+ Fbe as bH,
58221
+ jbe as bI,
58222
+ tve as bJ,
58223
+ W0e as bK,
58224
+ bV as bL,
58225
+ J1e as bM,
58226
+ nve as bN,
58227
+ wV as bO,
58228
+ d_ as bP,
58229
+ Ik as bQ,
58230
+ f_ as bR,
58231
+ sJ as bS,
58232
+ Nk as bT,
58233
+ aJ as bU,
58234
+ Lk as bV,
58235
+ cJ as bW,
58236
+ uJ as bX,
58237
+ dJ as bY,
58238
+ fJ as bZ,
58239
+ hJ as b_,
58240
+ W_ as ba,
58241
+ bv as bb,
58242
+ nv as bc,
58243
+ Moe as bd,
58244
+ jue as be,
58245
+ wN as bf,
58246
+ R1 as bg,
58247
+ Cg as bh,
58248
+ aM as bi,
58249
+ U1e as bj,
58250
+ Ng as bk,
58251
+ zR as bl,
58252
+ Jd as bm,
58253
+ Ug as bn,
58254
+ Qx as bo,
58255
+ iwe as bp,
58256
+ kce as bq,
58257
+ B1e as br,
58258
+ n1e as bs,
58259
+ r1e as bt,
58260
+ o1e as bu,
58261
+ i1e as bv,
58262
+ s1e as bw,
58263
+ l1e as bx,
58264
+ wwe as by,
58265
+ Pye as bz,
58251
58266
  Zr as c,
58267
+ mJ as c0,
58268
+ oJ as c1,
58252
58269
  th as d,
58253
58270
  HZ as e,
58254
58271
  Ee as f,