zudoku 0.7.2-dev.11 → 0.7.2-dev.12

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.
Files changed (119) hide show
  1. package/dist/cli/dev/handler.js +5 -1
  2. package/dist/cli/dev/handler.js.map +1 -1
  3. package/dist/config/validators/InputSidebarSchema.d.ts +9 -0
  4. package/dist/config/validators/InputSidebarSchema.js +2 -0
  5. package/dist/config/validators/InputSidebarSchema.js.map +1 -1
  6. package/dist/config/validators/SidebarSchema.d.ts +9 -3
  7. package/dist/config/validators/SidebarSchema.js +7 -3
  8. package/dist/config/validators/SidebarSchema.js.map +1 -1
  9. package/dist/config/validators/validate.d.ts +26 -0
  10. package/dist/config/validators/validate.js +6 -0
  11. package/dist/config/validators/validate.js.map +1 -1
  12. package/dist/lib/components/navigation/SidebarCategory.js +5 -3
  13. package/dist/lib/components/navigation/SidebarCategory.js.map +1 -1
  14. package/dist/lib/components/navigation/SidebarItem.js +2 -2
  15. package/dist/lib/components/navigation/SidebarItem.js.map +1 -1
  16. package/dist/lib/icons.d.ts +1 -0
  17. package/dist/lib/icons.js +2 -0
  18. package/dist/lib/icons.js.map +1 -0
  19. package/dist/lib/ui/Button.d.ts +2 -2
  20. package/dist/vite/plugin-icons.d.ts +3 -0
  21. package/dist/vite/plugin-icons.js +47 -0
  22. package/dist/vite/plugin-icons.js.map +1 -0
  23. package/dist/vite/plugin-sidebar.js +10 -1
  24. package/dist/vite/plugin-sidebar.js.map +1 -1
  25. package/dist/vite/plugin.js +2 -0
  26. package/dist/vite/plugin.js.map +1 -1
  27. package/dist/vite/prerender.js +23 -0
  28. package/dist/vite/prerender.js.map +1 -1
  29. package/lib/AuthenticationPlugin-BMjOjKqE.js +54 -0
  30. package/lib/{AuthenticationPlugin-DYnkydqa.js.map → AuthenticationPlugin-BMjOjKqE.js.map} +1 -1
  31. package/lib/CategoryHeading-BE8e6QdS.js +9 -0
  32. package/lib/{CategoryHeading-w2EW676o.js.map → CategoryHeading-BE8e6QdS.js.map} +1 -1
  33. package/lib/DeveloperHint-Bl9gIdNI.js +12 -0
  34. package/lib/{DeveloperHint-D87KcpDW.js.map → DeveloperHint-Bl9gIdNI.js.map} +1 -1
  35. package/lib/ErrorPage-CPR1XVKW.js +12 -0
  36. package/lib/{ErrorPage-BdHAg3Rg.js.map → ErrorPage-CPR1XVKW.js.map} +1 -1
  37. package/lib/Input-BBlyeDuG.js +2192 -0
  38. package/lib/Input-BBlyeDuG.js.map +1 -0
  39. package/lib/{Markdown-BZUoEvL7.js → Markdown-CCNihH_N.js} +3189 -3354
  40. package/lib/Markdown-CCNihH_N.js.map +1 -0
  41. package/lib/MdxPage-BavkYqzi.js +140 -0
  42. package/lib/MdxPage-BavkYqzi.js.map +1 -0
  43. package/lib/OperationList-C6Ps2keZ.js +460 -0
  44. package/lib/OperationList-C6Ps2keZ.js.map +1 -0
  45. package/lib/Route-xRJ9mJgH.js +13 -0
  46. package/lib/{Route-5sI-urRK.js.map → Route-xRJ9mJgH.js.map} +1 -1
  47. package/lib/{SidebarBadge-6EEz-Bwe.js → SidebarBadge-2JcxswKF.js} +47 -47
  48. package/lib/{SidebarBadge-6EEz-Bwe.js.map → SidebarBadge-2JcxswKF.js.map} +1 -1
  49. package/lib/SlotletProvider-CuB3Ts8r.js +213 -0
  50. package/lib/SlotletProvider-CuB3Ts8r.js.map +1 -0
  51. package/lib/Spinner-BlxzaFFF.js +6 -0
  52. package/lib/Spinner-BlxzaFFF.js.map +1 -0
  53. package/lib/{ZudokuContext-BHNQL3XO.js → ZudokuContext-JoyeA9dT.js} +78 -79
  54. package/lib/{ZudokuContext-BHNQL3XO.js.map → ZudokuContext-JoyeA9dT.js.map} +1 -1
  55. package/lib/{_commonjsHelpers-BVfed4GL.js → _commonjsHelpers-BkfeUUK-.js} +3 -3
  56. package/lib/_commonjsHelpers-BkfeUUK-.js.map +1 -0
  57. package/lib/{index-DdUotMOQ.js → index-BF4cn28H.js} +1953 -2196
  58. package/lib/index-BF4cn28H.js.map +1 -0
  59. package/lib/{index-BGY8VjAV.js → index-BLvMkqjO.js} +26 -26
  60. package/lib/{index-BGY8VjAV.js.map → index-BLvMkqjO.js.map} +1 -1
  61. package/lib/{index-CbJpF8Yf.js → index-G1-TGLO1.js} +8 -8
  62. package/lib/{index-CbJpF8Yf.js.map → index-G1-TGLO1.js.map} +1 -1
  63. package/lib/jsx-runtime-lNnQYwFN.js +2403 -0
  64. package/lib/jsx-runtime-lNnQYwFN.js.map +1 -0
  65. package/lib/{router-BiRCp01d.js → router-D2p7Olpn.js} +22 -22
  66. package/lib/{router-BiRCp01d.js.map → router-D2p7Olpn.js.map} +1 -1
  67. package/lib/{slugify-CiPVjteN.js → slugify-DbLhpSPt.js} +2 -2
  68. package/lib/{slugify-CiPVjteN.js.map → slugify-DbLhpSPt.js.map} +1 -1
  69. package/lib/{state-DsXXkBLH.js → state-lIwt9isb.js} +15 -15
  70. package/lib/{state-DsXXkBLH.js.map → state-lIwt9isb.js.map} +1 -1
  71. package/lib/{utils-BPHLKjns.js → utils-B8R4grFM.js} +152 -153
  72. package/lib/{utils-BPHLKjns.js.map → utils-B8R4grFM.js.map} +1 -1
  73. package/lib/zudoku.auth-auth0.js +16 -21
  74. package/lib/zudoku.auth-auth0.js.map +1 -1
  75. package/lib/zudoku.auth-clerk.js +32 -37
  76. package/lib/zudoku.auth-clerk.js.map +1 -1
  77. package/lib/zudoku.auth-openid.js +485 -505
  78. package/lib/zudoku.auth-openid.js.map +1 -1
  79. package/lib/zudoku.components.js +1574 -1782
  80. package/lib/zudoku.components.js.map +1 -1
  81. package/lib/zudoku.icons.js +2 -0
  82. package/lib/zudoku.icons.js.map +1 -0
  83. package/lib/zudoku.openapi-worker.js +2 -2
  84. package/lib/zudoku.plugin-api-keys.js +153 -268
  85. package/lib/zudoku.plugin-api-keys.js.map +1 -1
  86. package/lib/zudoku.plugin-custom-page.js +5 -6
  87. package/lib/zudoku.plugin-custom-page.js.map +1 -1
  88. package/lib/zudoku.plugin-markdown.js +12 -13
  89. package/lib/zudoku.plugin-markdown.js.map +1 -1
  90. package/lib/zudoku.plugin-openapi.js +8 -8
  91. package/lib/zudoku.plugin-redirect.js +3 -3
  92. package/lib/zudoku.plugin-search-inkeep.js +20 -21
  93. package/lib/zudoku.plugin-search-inkeep.js.map +1 -1
  94. package/package.json +7 -3
  95. package/src/lib/components/navigation/SidebarCategory.tsx +43 -31
  96. package/src/lib/components/navigation/SidebarItem.tsx +2 -1
  97. package/src/lib/icons.ts +1 -0
  98. package/lib/AuthenticationPlugin-DYnkydqa.js +0 -55
  99. package/lib/CategoryHeading-w2EW676o.js +0 -10
  100. package/lib/DeveloperHint-D87KcpDW.js +0 -16
  101. package/lib/ErrorPage-BdHAg3Rg.js +0 -18
  102. package/lib/Input-BmwltPfA.js +0 -2214
  103. package/lib/Input-BmwltPfA.js.map +0 -1
  104. package/lib/Markdown-BZUoEvL7.js.map +0 -1
  105. package/lib/MdxPage-E4NFxzHQ.js +0 -183
  106. package/lib/MdxPage-E4NFxzHQ.js.map +0 -1
  107. package/lib/OperationList-DVIuzHN7.js +0 -628
  108. package/lib/OperationList-DVIuzHN7.js.map +0 -1
  109. package/lib/Route-5sI-urRK.js +0 -14
  110. package/lib/SlotletProvider-CNyl5wU0.js +0 -262
  111. package/lib/SlotletProvider-CNyl5wU0.js.map +0 -1
  112. package/lib/Spinner-B9eFggre.js +0 -15
  113. package/lib/Spinner-B9eFggre.js.map +0 -1
  114. package/lib/_commonjsHelpers-BVfed4GL.js.map +0 -1
  115. package/lib/index-ChhUJhLT.js +0 -1771
  116. package/lib/index-ChhUJhLT.js.map +0 -1
  117. package/lib/index-DdUotMOQ.js.map +0 -1
  118. package/lib/jsx-runtime-B6kdoens.js +0 -635
  119. package/lib/jsx-runtime-B6kdoens.js.map +0 -1
@@ -1,11 +1,9 @@
1
- var Io = Object.defineProperty;
2
- var ln = (e) => {
1
+ var on = (e) => {
3
2
  throw TypeError(e);
4
3
  };
5
- var Ao = (e, t, n) => t in e ? Io(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
6
- var J = (e, t, n) => Ao(e, typeof t != "symbol" ? t + "" : t, n), cn = (e, t, n) => t.has(e) || ln("Cannot " + n);
7
- var b = (e, t, n) => (cn(e, t, "read from private field"), n ? n.call(e) : t.get(e)), ae = (e, t, n) => t.has(e) ? ln("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(e) : t.set(e, n), G = (e, t, n, r) => (cn(e, t, "write to private field"), r ? r.call(e, n) : t.set(e, n), n);
8
- var lt = (e, t, n, r) => ({
4
+ var sn = (e, t, n) => t.has(e) || on("Cannot " + n);
5
+ var b = (e, t, n) => (sn(e, t, "read from private field"), n ? n.call(e) : t.get(e)), ae = (e, t, n) => t.has(e) ? on("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(e) : t.set(e, n), G = (e, t, n, r) => (sn(e, t, "write to private field"), r ? r.call(e, n) : t.set(e, n), n);
6
+ var st = (e, t, n, r) => ({
9
7
  set _(a) {
10
8
  G(e, t, a, n);
11
9
  },
@@ -13,128 +11,29 @@ var lt = (e, t, n, r) => ({
13
11
  return b(e, t, r);
14
12
  }
15
13
  });
16
- import { H as Dn, a as Ot, M as ko, u as $o, A as Lo, b as Fo } from "./utils-BPHLKjns.js";
17
- import { d as Ho, a as Uo, R as Bo, N as Ye, L as It, u as zo, O as jn, b as Ko, c as At } from "./index-ChhUJhLT.js";
18
- import { E as Nn, S as Te, a as qo, R as Vo } from "./SlotletProvider-CNyl5wU0.js";
19
- import { j as o } from "./jsx-runtime-B6kdoens.js";
20
- import { M as Qo, c as Go, a as Pn, b as Tn, A as Wo, u as et, h as Yo, d as A, e as Xo, F as Jo, D as Zo, C as ea, P as Ue, f as kt, g as ta, i as _n, R as na, S as ra, j as oa, k as aa, l as On, m as sa, n as pt, o as In, V as An, p as un, B as Dt } from "./index-BGY8VjAV.js";
21
- import { c as xe, a as O, C as ia, b as kn, u as la, T as ca, M as ua, V as da, d as $t, e as fa, f as ha } from "./Markdown-BZUoEvL7.js";
22
- import * as h from "react";
23
- import g, { StrictMode as $n, createContext as Ln, Component as pa, createElement as dn, isValidElement as ma, useState as _e, useLayoutEffect as ga, useEffect as be, useCallback as Fn, Suspense as Hn, memo as Un, useMemo as yt, useContext as va, Fragment as wa, useRef as Lt, forwardRef as ba } from "react";
24
- import { g as Ft } from "./_commonjsHelpers-BVfed4GL.js";
25
- import { r as xa } from "./router-BiRCp01d.js";
26
- import { S as jt, R as ya, T as Ma, C as Sa } from "./index-CbJpF8Yf.js";
27
- import { S as Bn, h as zn, Q as Ea, n as ee, m as fn, a as hn, b as ve, e as Ca, c as Ra, d as Da, f as ja, o as pn, r as mn, g as Na, i as gn, p as vn, s as Pa, u as Be, j as Ta, Z as _a, k as Oa, l as Kn, q as Ia } from "./ZudokuContext-BHNQL3XO.js";
28
- import { j as Ht } from "./joinPath-B7kNnUX4.js";
29
- import { c as qn, P as vt, R as Aa, I as ka, O as $a, C as La, T as Fa, a as Ha, b as Ua, d as Ba, D as za, e as Ka, S as Mt } from "./SidebarBadge-6EEz-Bwe.js";
30
- import { S as qa } from "./Spinner-B9eFggre.js";
31
- /**
32
- * @license lucide-react v0.378.0 - ISC
33
- *
34
- * This source code is licensed under the ISC license.
35
- * See the LICENSE file in the root directory of this source tree.
36
- */
37
- const Vn = xe("ChevronRight", [
38
- ["path", { d: "m9 18 6-6-6-6", key: "mthhwq" }]
39
- ]);
40
- /**
41
- * @license lucide-react v0.378.0 - ISC
42
- *
43
- * This source code is licensed under the ISC license.
44
- * See the LICENSE file in the root directory of this source tree.
45
- */
46
- const Va = xe("CircleX", [
47
- ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
48
- ["path", { d: "m15 9-6 6", key: "1uzhvr" }],
49
- ["path", { d: "m9 9 6 6", key: "z0biqf" }]
50
- ]);
51
- /**
52
- * @license lucide-react v0.378.0 - ISC
53
- *
54
- * This source code is licensed under the ISC license.
55
- * See the LICENSE file in the root directory of this source tree.
56
- */
57
- const Qa = xe("Dot", [
58
- ["circle", { cx: "12.1", cy: "12.1", r: "1", key: "18d7e5" }]
59
- ]);
60
- /**
61
- * @license lucide-react v0.378.0 - ISC
62
- *
63
- * This source code is licensed under the ISC license.
64
- * See the LICENSE file in the root directory of this source tree.
65
- */
66
- const Ga = xe("ExternalLink", [
67
- ["path", { d: "M15 3h6v6", key: "1q9fwt" }],
68
- ["path", { d: "M10 14 21 3", key: "gplh6r" }],
69
- ["path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6", key: "a6xqqp" }]
70
- ]);
71
- /**
72
- * @license lucide-react v0.378.0 - ISC
73
- *
74
- * This source code is licensed under the ISC license.
75
- * See the LICENSE file in the root directory of this source tree.
76
- */
77
- const Wa = xe("Menu", [
78
- ["line", { x1: "4", x2: "20", y1: "12", y2: "12", key: "1e0a9i" }],
79
- ["line", { x1: "4", x2: "20", y1: "6", y2: "6", key: "1owob3" }],
80
- ["line", { x1: "4", x2: "20", y1: "18", y2: "18", key: "yk5zj1" }]
81
- ]);
82
- /**
83
- * @license lucide-react v0.378.0 - ISC
84
- *
85
- * This source code is licensed under the ISC license.
86
- * See the LICENSE file in the root directory of this source tree.
87
- */
88
- const Ya = xe("MoonStar", [
89
- ["path", { d: "M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9", key: "4ay0iu" }],
90
- ["path", { d: "M20 3v4", key: "1olli1" }],
91
- ["path", { d: "M22 5h-4", key: "1gvqau" }]
92
- ]);
93
- /**
94
- * @license lucide-react v0.378.0 - ISC
95
- *
96
- * This source code is licensed under the ISC license.
97
- * See the LICENSE file in the root directory of this source tree.
98
- */
99
- const Xa = xe("PanelLeft", [
100
- ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
101
- ["path", { d: "M9 3v18", key: "fh3hqa" }]
102
- ]);
103
- /**
104
- * @license lucide-react v0.378.0 - ISC
105
- *
106
- * This source code is licensed under the ISC license.
107
- * See the LICENSE file in the root directory of this source tree.
108
- */
109
- const Ja = xe("Search", [
110
- ["circle", { cx: "11", cy: "11", r: "8", key: "4ej97u" }],
111
- ["path", { d: "m21 21-4.3-4.3", key: "1qie3q" }]
112
- ]);
113
- /**
114
- * @license lucide-react v0.378.0 - ISC
115
- *
116
- * This source code is licensed under the ISC license.
117
- * See the LICENSE file in the root directory of this source tree.
118
- */
119
- const Za = xe("Sun", [
120
- ["circle", { cx: "12", cy: "12", r: "4", key: "4exip2" }],
121
- ["path", { d: "M12 2v2", key: "tus03m" }],
122
- ["path", { d: "M12 20v2", key: "1lh1kg" }],
123
- ["path", { d: "m4.93 4.93 1.41 1.41", key: "149t6j" }],
124
- ["path", { d: "m17.66 17.66 1.41 1.41", key: "ptbguv" }],
125
- ["path", { d: "M2 12h2", key: "1t8f8n" }],
126
- ["path", { d: "M20 12h2", key: "1q8mjw" }],
127
- ["path", { d: "m6.34 17.66-1.41 1.41", key: "1m8zz5" }],
128
- ["path", { d: "m19.07 4.93-1.41 1.41", key: "1shlcs" }]
129
- ]);
130
- function es({ error: e }) {
131
- return /* @__PURE__ */ o.jsx(Nn, { error: e });
14
+ import { c as Sn, H as _t, M as _a, d as Oa, A as Ia, b as Aa } from "./utils-B8R4grFM.js";
15
+ import { e as ka, f as $a, R as La, j as g, N as Ge, L as Ot, g as ja, O as Cn, u as Fa, b as It } from "./jsx-runtime-lNnQYwFN.js";
16
+ import { E as Dn, S as Pe, a as Ha, R as Ua } from "./SlotletProvider-CuB3Ts8r.js";
17
+ import { M as Ba, f as za, c as Nn, o as Pn, A as Ka, d as Je, i as Va, b as k, j as Qa, F as qa, D as Ga, C as Wa, P as Fe, h as At, p as Ya, r as Tn, R as Xa, S as Ja, s as Za, g as eo, q as _n, l as to, a as ft, u as On, V as In, m as cn, B as St } from "./index-BLvMkqjO.js";
18
+ import { a as I, c as An, b as no, T as ro, d as ao, V as oo, u as kt, e as so, C as io } from "./Markdown-CCNihH_N.js";
19
+ import * as c from "react";
20
+ import h, { StrictMode as kn, createContext as $n, Component as co, createElement as ln, isValidElement as lo, useState as Te, useLayoutEffect as uo, useEffect as we, useCallback as Ln, Suspense as jn, memo as Fn, useMemo as bt, useContext as fo, Fragment as mo, useRef as $t, forwardRef as po } from "react";
21
+ import { a as Lt } from "./_commonjsHelpers-BkfeUUK-.js";
22
+ import { z as ho } from "./router-D2p7Olpn.js";
23
+ import { a as Ct, R as go, T as vo, C as wo } from "./index-G1-TGLO1.js";
24
+ import { S as Hn, f as Un, Q as bo, n as Z, m as un, g as dn, i as ge, j as yo, k as Eo, l as Ro, o as xo, p as fn, r as mn, q as Mo, h as pn, t as hn, v as So, u as He, b as Co, Z as Do, w as No, c as Bn, x as Po } from "./ZudokuContext-JoyeA9dT.js";
25
+ import { j as jt } from "./joinPath-B7kNnUX4.js";
26
+ import { ChevronRightIcon as zn, CheckIcon as To, DotIcon as _o, CircleXIcon as Oo, MenuIcon as Io, SearchIcon as Ao, MoonStarIcon as ko, SunIcon as $o, ExternalLinkIcon as Lo, PanelLeftIcon as jo } from "lucide-react";
27
+ import { c as Kn, P as ht, R as Fo, I as Ho, O as Uo, C as Bo, T as zo, a as Ko, b as Vo, d as Qo, D as qo, e as Go, S as yt } from "./SidebarBadge-2JcxswKF.js";
28
+ import { S as Wo } from "./Spinner-BlxzaFFF.js";
29
+ function Yo({ error: e }) {
30
+ return /* @__PURE__ */ React.createElement(Dn, { error: e });
132
31
  }
133
- var tt = {};
134
- const ts = /* @__PURE__ */ Ft(xa), ns = /* @__PURE__ */ Ft(Ho), rs = /* @__PURE__ */ Ft(Uo);
135
- Object.defineProperty(tt, "__esModule", { value: !0 });
136
- var os = g, fe = ts, Ut = ns, we = rs;
137
- function as(e) {
32
+ var Ze = {};
33
+ const Xo = /* @__PURE__ */ Lt(ho), Jo = /* @__PURE__ */ Lt(ka), Zo = /* @__PURE__ */ Lt($a);
34
+ Object.defineProperty(Ze, "__esModule", { value: !0 });
35
+ var es = h, de = Xo, Ft = Jo, ve = Zo;
36
+ function ts(e) {
138
37
  if (e && e.__esModule) return e;
139
38
  var t = /* @__PURE__ */ Object.create(null);
140
39
  return e && Object.keys(e).forEach(function(n) {
@@ -149,99 +48,99 @@ function as(e) {
149
48
  }
150
49
  }), t.default = e, Object.freeze(t);
151
50
  }
152
- var ue = /* @__PURE__ */ as(os);
153
- function ss({
51
+ var le = /* @__PURE__ */ ts(es);
52
+ function ns({
154
53
  basename: e,
155
54
  children: t,
156
55
  location: n = "/",
157
56
  future: r
158
57
  }) {
159
- typeof n == "string" && (n = we.parsePath(n));
160
- let a = fe.Action.Pop, s = {
58
+ typeof n == "string" && (n = ve.parsePath(n));
59
+ let a = de.Action.Pop, o = {
161
60
  pathname: n.pathname || "/",
162
61
  search: n.search || "",
163
62
  hash: n.hash || "",
164
63
  state: n.state != null ? n.state : null,
165
64
  key: n.key || "default"
166
- }, i = Qn();
167
- return /* @__PURE__ */ ue.createElement(we.Router, {
65
+ }, s = Vn();
66
+ return /* @__PURE__ */ le.createElement(ve.Router, {
168
67
  basename: e,
169
68
  children: t,
170
- location: s,
69
+ location: o,
171
70
  navigationType: a,
172
- navigator: i,
71
+ navigator: s,
173
72
  future: r,
174
73
  static: !0
175
74
  });
176
75
  }
177
- function is({
76
+ function rs({
178
77
  context: e,
179
78
  router: t,
180
79
  hydrate: n = !0,
181
80
  nonce: r
182
81
  }) {
183
- t && e || (process.env.NODE_ENV !== "production" ? fe.UNSAFE_invariant(!1, "You must provide `router` and `context` to <StaticRouterProvider>") : fe.UNSAFE_invariant(!1));
82
+ t && e || (process.env.NODE_ENV !== "production" ? de.UNSAFE_invariant(!1, "You must provide `router` and `context` to <StaticRouterProvider>") : de.UNSAFE_invariant(!1));
184
83
  let a = {
185
84
  router: t,
186
- navigator: Qn(),
85
+ navigator: Vn(),
187
86
  static: !0,
188
87
  staticContext: e,
189
88
  basename: e.basename || "/"
190
- }, s = /* @__PURE__ */ new Map(), i = "";
89
+ }, o = /* @__PURE__ */ new Map(), s = "";
191
90
  if (n !== !1) {
192
91
  let u = {
193
92
  loaderData: e.loaderData,
194
93
  actionData: e.actionData,
195
- errors: cs(e.errors)
94
+ errors: os(e.errors)
196
95
  };
197
- i = `window.__staticRouterHydrationData = JSON.parse(${ms(JSON.stringify(JSON.stringify(u)))});`;
96
+ s = `window.__staticRouterHydrationData = JSON.parse(${ds(JSON.stringify(JSON.stringify(u)))});`;
198
97
  }
199
98
  let {
200
- state: l
99
+ state: i
201
100
  } = a.router;
202
- return /* @__PURE__ */ ue.createElement(ue.Fragment, null, /* @__PURE__ */ ue.createElement(we.UNSAFE_DataRouterContext.Provider, {
101
+ return /* @__PURE__ */ le.createElement(le.Fragment, null, /* @__PURE__ */ le.createElement(ve.UNSAFE_DataRouterContext.Provider, {
203
102
  value: a
204
- }, /* @__PURE__ */ ue.createElement(we.UNSAFE_DataRouterStateContext.Provider, {
205
- value: l
206
- }, /* @__PURE__ */ ue.createElement(we.UNSAFE_FetchersContext.Provider, {
207
- value: s
208
- }, /* @__PURE__ */ ue.createElement(we.UNSAFE_ViewTransitionContext.Provider, {
103
+ }, /* @__PURE__ */ le.createElement(ve.UNSAFE_DataRouterStateContext.Provider, {
104
+ value: i
105
+ }, /* @__PURE__ */ le.createElement(ve.UNSAFE_FetchersContext.Provider, {
106
+ value: o
107
+ }, /* @__PURE__ */ le.createElement(ve.UNSAFE_ViewTransitionContext.Provider, {
209
108
  value: {
210
109
  isTransitioning: !1
211
110
  }
212
- }, /* @__PURE__ */ ue.createElement(we.Router, {
111
+ }, /* @__PURE__ */ le.createElement(ve.Router, {
213
112
  basename: a.basename,
214
- location: l.location,
215
- navigationType: l.historyAction,
113
+ location: i.location,
114
+ navigationType: i.historyAction,
216
115
  navigator: a.navigator,
217
116
  static: a.static,
218
117
  future: {
219
118
  v7_relativeSplatPath: t.future.v7_relativeSplatPath
220
119
  }
221
- }, /* @__PURE__ */ ue.createElement(ls, {
120
+ }, /* @__PURE__ */ le.createElement(as, {
222
121
  routes: t.routes,
223
122
  future: t.future,
224
- state: l
225
- })))))), i ? /* @__PURE__ */ ue.createElement("script", {
123
+ state: i
124
+ })))))), s ? /* @__PURE__ */ le.createElement("script", {
226
125
  suppressHydrationWarning: !0,
227
126
  nonce: r,
228
127
  dangerouslySetInnerHTML: {
229
- __html: i
128
+ __html: s
230
129
  }
231
130
  }) : null);
232
131
  }
233
- function ls({
132
+ function as({
234
133
  routes: e,
235
134
  future: t,
236
135
  state: n
237
136
  }) {
238
- return Ut.UNSAFE_useRoutesImpl(e, void 0, n, t);
137
+ return Ft.UNSAFE_useRoutesImpl(e, void 0, n, t);
239
138
  }
240
- function cs(e) {
139
+ function os(e) {
241
140
  if (!e) return null;
242
141
  let t = Object.entries(e), n = {};
243
142
  for (let [r, a] of t)
244
- fe.isRouteErrorResponse(a) ? n[r] = {
143
+ de.isRouteErrorResponse(a) ? n[r] = {
245
144
  ...a,
246
145
  __type: "RouteErrorResponse"
247
146
  } : a instanceof Error ? n[r] = {
@@ -255,10 +154,10 @@ function cs(e) {
255
154
  } : n[r] = a;
256
155
  return n;
257
156
  }
258
- function Qn() {
157
+ function Vn() {
259
158
  return {
260
- createHref: Gn,
261
- encodeLocation: Wn,
159
+ createHref: Qn,
160
+ encodeLocation: qn,
262
161
  push(e) {
263
162
  throw new Error(`You cannot use navigator.push() on the server because it is a stateless environment. This error was probably triggered when you did a \`navigate(${JSON.stringify(e)})\` somewhere in your app.`);
264
163
  },
@@ -276,30 +175,30 @@ function Qn() {
276
175
  }
277
176
  };
278
177
  }
279
- function us(e, t) {
280
- return fe.createStaticHandler(e, {
178
+ function ss(e, t) {
179
+ return de.createStaticHandler(e, {
281
180
  ...t,
282
- mapRouteProperties: Ut.UNSAFE_mapRouteProperties
181
+ mapRouteProperties: Ft.UNSAFE_mapRouteProperties
283
182
  });
284
183
  }
285
- function ds(e, t, n = {}) {
286
- let r = {}, a = fe.UNSAFE_convertRoutesToDataRoutes(e, Ut.UNSAFE_mapRouteProperties, void 0, r), s = t.matches.map((l) => {
287
- let u = r[l.route.id] || l.route;
184
+ function is(e, t, n = {}) {
185
+ let r = {}, a = de.UNSAFE_convertRoutesToDataRoutes(e, Ft.UNSAFE_mapRouteProperties, void 0, r), o = t.matches.map((i) => {
186
+ let u = r[i.route.id] || i.route;
288
187
  return {
289
- ...l,
188
+ ...i,
290
189
  route: u
291
190
  };
292
- }), i = (l) => `You cannot use router.${l}() on the server because it is a stateless environment`;
191
+ }), s = (i) => `You cannot use router.${i}() on the server because it is a stateless environment`;
293
192
  return {
294
193
  get basename() {
295
194
  return t.basename;
296
195
  },
297
196
  get future() {
298
- var l, u;
197
+ var i, u;
299
198
  return {
300
199
  v7_fetcherPersist: !1,
301
200
  v7_normalizeFormMethod: !1,
302
- v7_partialHydration: ((l = n.future) == null ? void 0 : l.v7_partialHydration) === !0,
201
+ v7_partialHydration: ((i = n.future) == null ? void 0 : i.v7_partialHydration) === !0,
303
202
  v7_prependBasename: !1,
304
203
  v7_relativeSplatPath: ((u = n.future) == null ? void 0 : u.v7_relativeSplatPath) === !0,
305
204
  v7_skipActionErrorRevalidation: !1
@@ -307,14 +206,14 @@ function ds(e, t, n = {}) {
307
206
  },
308
207
  get state() {
309
208
  return {
310
- historyAction: fe.Action.Pop,
209
+ historyAction: de.Action.Pop,
311
210
  location: t.location,
312
- matches: s,
211
+ matches: o,
313
212
  loaderData: t.loaderData,
314
213
  actionData: t.actionData,
315
214
  errors: t.errors,
316
215
  initialized: !0,
317
- navigation: fe.IDLE_NAVIGATION,
216
+ navigation: de.IDLE_NAVIGATION,
318
217
  restoreScrollPosition: null,
319
218
  preventScrollReset: !1,
320
219
  revalidation: "idle",
@@ -328,217 +227,217 @@ function ds(e, t, n = {}) {
328
227
  get window() {
329
228
  },
330
229
  initialize() {
331
- throw i("initialize");
230
+ throw s("initialize");
332
231
  },
333
232
  subscribe() {
334
- throw i("subscribe");
233
+ throw s("subscribe");
335
234
  },
336
235
  enableScrollRestoration() {
337
- throw i("enableScrollRestoration");
236
+ throw s("enableScrollRestoration");
338
237
  },
339
238
  navigate() {
340
- throw i("navigate");
239
+ throw s("navigate");
341
240
  },
342
241
  fetch() {
343
- throw i("fetch");
242
+ throw s("fetch");
344
243
  },
345
244
  revalidate() {
346
- throw i("revalidate");
245
+ throw s("revalidate");
347
246
  },
348
- createHref: Gn,
349
- encodeLocation: Wn,
247
+ createHref: Qn,
248
+ encodeLocation: qn,
350
249
  getFetcher() {
351
- return fe.IDLE_FETCHER;
250
+ return de.IDLE_FETCHER;
352
251
  },
353
252
  deleteFetcher() {
354
- throw i("deleteFetcher");
253
+ throw s("deleteFetcher");
355
254
  },
356
255
  dispose() {
357
- throw i("dispose");
256
+ throw s("dispose");
358
257
  },
359
258
  getBlocker() {
360
- return fe.IDLE_BLOCKER;
259
+ return de.IDLE_BLOCKER;
361
260
  },
362
261
  deleteBlocker() {
363
- throw i("deleteBlocker");
262
+ throw s("deleteBlocker");
364
263
  },
365
264
  patchRoutes() {
366
- throw i("patchRoutes");
265
+ throw s("patchRoutes");
367
266
  },
368
267
  _internalFetchControllers: /* @__PURE__ */ new Map(),
369
268
  _internalActiveDeferreds: /* @__PURE__ */ new Map(),
370
269
  _internalSetRoutes() {
371
- throw i("_internalSetRoutes");
270
+ throw s("_internalSetRoutes");
372
271
  }
373
272
  };
374
273
  }
375
- function Gn(e) {
376
- return typeof e == "string" ? e : we.createPath(e);
274
+ function Qn(e) {
275
+ return typeof e == "string" ? e : ve.createPath(e);
377
276
  }
378
- function Wn(e) {
379
- let t = typeof e == "string" ? e : we.createPath(e);
277
+ function qn(e) {
278
+ let t = typeof e == "string" ? e : ve.createPath(e);
380
279
  t = t.replace(/ $/, "%20");
381
- let n = fs.test(t) ? new URL(t) : new URL(t, "http://localhost");
280
+ let n = cs.test(t) ? new URL(t) : new URL(t, "http://localhost");
382
281
  return {
383
282
  pathname: n.pathname,
384
283
  search: n.search,
385
284
  hash: n.hash
386
285
  };
387
286
  }
388
- const fs = /^(?:[a-z][a-z0-9+.-]*:|\/\/)/i, hs = {
287
+ const cs = /^(?:[a-z][a-z0-9+.-]*:|\/\/)/i, ls = {
389
288
  "&": "\\u0026",
390
289
  ">": "\\u003e",
391
290
  "<": "\\u003c",
392
291
  "\u2028": "\\u2028",
393
292
  "\u2029": "\\u2029"
394
- }, ps = /[&><\u2028\u2029]/g;
395
- function ms(e) {
396
- return e.replace(ps, (t) => hs[t]);
293
+ }, us = /[&><\u2028\u2029]/g;
294
+ function ds(e) {
295
+ return e.replace(us, (t) => ls[t]);
397
296
  }
398
- tt.StaticRouter = ss;
399
- var gs = tt.StaticRouterProvider = is;
400
- tt.createStaticHandler = us;
401
- tt.createStaticRouter = ds;
402
- const vs = ({
297
+ Ze.StaticRouter = ns;
298
+ var fs = Ze.StaticRouterProvider = rs;
299
+ Ze.createStaticHandler = ss;
300
+ Ze.createStaticRouter = is;
301
+ const ms = ({
403
302
  router: e,
404
303
  hydrate: t = !1
405
- }) => /* @__PURE__ */ o.jsx($n, { children: /* @__PURE__ */ o.jsx(Dn, { children: /* @__PURE__ */ o.jsx(jt.Provider, { value: { stagger: !t }, children: /* @__PURE__ */ o.jsx(Bo, { router: e }) }) }) }), ws = ({
304
+ }) => /* @__PURE__ */ React.createElement(kn, null, /* @__PURE__ */ React.createElement(Sn, null, /* @__PURE__ */ React.createElement(Ct.Provider, { value: { stagger: !t } }, /* @__PURE__ */ React.createElement(La, { router: e })))), ps = ({
406
305
  router: e,
407
306
  context: t,
408
307
  helmetContext: n
409
- }) => /* @__PURE__ */ o.jsx($n, { children: /* @__PURE__ */ o.jsx(Dn, { context: n, children: /* @__PURE__ */ o.jsx(gs, { router: e, context: t }) }) });
410
- var de, En, bs = (En = class extends Bn {
308
+ }) => /* @__PURE__ */ React.createElement(kn, null, /* @__PURE__ */ React.createElement(Sn, { context: n }, /* @__PURE__ */ React.createElement(fs, { router: e, context: t })));
309
+ var ue, Rn, hs = (Rn = class extends Hn {
411
310
  constructor(t = {}) {
412
311
  super();
413
- ae(this, de);
414
- this.config = t, G(this, de, /* @__PURE__ */ new Map());
312
+ ae(this, ue);
313
+ this.config = t, G(this, ue, /* @__PURE__ */ new Map());
415
314
  }
416
315
  build(t, n, r) {
417
- const a = n.queryKey, s = n.queryHash ?? zn(a, n);
418
- let i = this.get(s);
419
- return i || (i = new Ea({
316
+ const a = n.queryKey, o = n.queryHash ?? Un(a, n);
317
+ let s = this.get(o);
318
+ return s || (s = new bo({
420
319
  cache: this,
421
320
  queryKey: a,
422
- queryHash: s,
321
+ queryHash: o,
423
322
  options: t.defaultQueryOptions(n),
424
323
  state: r,
425
324
  defaultOptions: t.getQueryDefaults(a)
426
- }), this.add(i)), i;
325
+ }), this.add(s)), s;
427
326
  }
428
327
  add(t) {
429
- b(this, de).has(t.queryHash) || (b(this, de).set(t.queryHash, t), this.notify({
328
+ b(this, ue).has(t.queryHash) || (b(this, ue).set(t.queryHash, t), this.notify({
430
329
  type: "added",
431
330
  query: t
432
331
  }));
433
332
  }
434
333
  remove(t) {
435
- const n = b(this, de).get(t.queryHash);
436
- n && (t.destroy(), n === t && b(this, de).delete(t.queryHash), this.notify({ type: "removed", query: t }));
334
+ const n = b(this, ue).get(t.queryHash);
335
+ n && (t.destroy(), n === t && b(this, ue).delete(t.queryHash), this.notify({ type: "removed", query: t }));
437
336
  }
438
337
  clear() {
439
- ee.batch(() => {
338
+ Z.batch(() => {
440
339
  this.getAll().forEach((t) => {
441
340
  this.remove(t);
442
341
  });
443
342
  });
444
343
  }
445
344
  get(t) {
446
- return b(this, de).get(t);
345
+ return b(this, ue).get(t);
447
346
  }
448
347
  getAll() {
449
- return [...b(this, de).values()];
348
+ return [...b(this, ue).values()];
450
349
  }
451
350
  find(t) {
452
351
  const n = { exact: !0, ...t };
453
352
  return this.getAll().find(
454
- (r) => fn(n, r)
353
+ (r) => un(n, r)
455
354
  );
456
355
  }
457
356
  findAll(t = {}) {
458
357
  const n = this.getAll();
459
- return Object.keys(t).length > 0 ? n.filter((r) => fn(t, r)) : n;
358
+ return Object.keys(t).length > 0 ? n.filter((r) => un(t, r)) : n;
460
359
  }
461
360
  notify(t) {
462
- ee.batch(() => {
361
+ Z.batch(() => {
463
362
  this.listeners.forEach((n) => {
464
363
  n(t);
465
364
  });
466
365
  });
467
366
  }
468
367
  onFocus() {
469
- ee.batch(() => {
368
+ Z.batch(() => {
470
369
  this.getAll().forEach((t) => {
471
370
  t.onFocus();
472
371
  });
473
372
  });
474
373
  }
475
374
  onOnline() {
476
- ee.batch(() => {
375
+ Z.batch(() => {
477
376
  this.getAll().forEach((t) => {
478
377
  t.onOnline();
479
378
  });
480
379
  });
481
380
  }
482
- }, de = new WeakMap(), En), Z, Ze, Cn, xs = (Cn = class extends Bn {
381
+ }, ue = new WeakMap(), Rn), J, Xe, xn, gs = (xn = class extends Hn {
483
382
  constructor(t = {}) {
484
383
  super();
485
- ae(this, Z);
486
- ae(this, Ze);
487
- this.config = t, G(this, Z, /* @__PURE__ */ new Map()), G(this, Ze, Date.now());
384
+ ae(this, J);
385
+ ae(this, Xe);
386
+ this.config = t, G(this, J, /* @__PURE__ */ new Map()), G(this, Xe, Date.now());
488
387
  }
489
388
  build(t, n, r) {
490
- const a = new Qo({
389
+ const a = new Ba({
491
390
  mutationCache: this,
492
- mutationId: ++lt(this, Ze)._,
391
+ mutationId: ++st(this, Xe)._,
493
392
  options: t.defaultMutationOptions(n),
494
393
  state: r
495
394
  });
496
395
  return this.add(a), a;
497
396
  }
498
397
  add(t) {
499
- const n = ct(t), r = b(this, Z).get(n) ?? [];
500
- r.push(t), b(this, Z).set(n, r), this.notify({ type: "added", mutation: t });
398
+ const n = it(t), r = b(this, J).get(n) ?? [];
399
+ r.push(t), b(this, J).set(n, r), this.notify({ type: "added", mutation: t });
501
400
  }
502
401
  remove(t) {
503
402
  var r;
504
- const n = ct(t);
505
- if (b(this, Z).has(n)) {
506
- const a = (r = b(this, Z).get(n)) == null ? void 0 : r.filter((s) => s !== t);
507
- a && (a.length === 0 ? b(this, Z).delete(n) : b(this, Z).set(n, a));
403
+ const n = it(t);
404
+ if (b(this, J).has(n)) {
405
+ const a = (r = b(this, J).get(n)) == null ? void 0 : r.filter((o) => o !== t);
406
+ a && (a.length === 0 ? b(this, J).delete(n) : b(this, J).set(n, a));
508
407
  }
509
408
  this.notify({ type: "removed", mutation: t });
510
409
  }
511
410
  canRun(t) {
512
411
  var r;
513
- const n = (r = b(this, Z).get(ct(t))) == null ? void 0 : r.find((a) => a.state.status === "pending");
412
+ const n = (r = b(this, J).get(it(t))) == null ? void 0 : r.find((a) => a.state.status === "pending");
514
413
  return !n || n === t;
515
414
  }
516
415
  runNext(t) {
517
416
  var r;
518
- const n = (r = b(this, Z).get(ct(t))) == null ? void 0 : r.find((a) => a !== t && a.state.isPaused);
417
+ const n = (r = b(this, J).get(it(t))) == null ? void 0 : r.find((a) => a !== t && a.state.isPaused);
519
418
  return (n == null ? void 0 : n.continue()) ?? Promise.resolve();
520
419
  }
521
420
  clear() {
522
- ee.batch(() => {
421
+ Z.batch(() => {
523
422
  this.getAll().forEach((t) => {
524
423
  this.remove(t);
525
424
  });
526
425
  });
527
426
  }
528
427
  getAll() {
529
- return [...b(this, Z).values()].flat();
428
+ return [...b(this, J).values()].flat();
530
429
  }
531
430
  find(t) {
532
431
  const n = { exact: !0, ...t };
533
432
  return this.getAll().find(
534
- (r) => hn(n, r)
433
+ (r) => dn(n, r)
535
434
  );
536
435
  }
537
436
  findAll(t = {}) {
538
- return this.getAll().filter((n) => hn(t, n));
437
+ return this.getAll().filter((n) => dn(t, n));
539
438
  }
540
439
  notify(t) {
541
- ee.batch(() => {
440
+ Z.batch(() => {
542
441
  this.listeners.forEach((n) => {
543
442
  n(t);
544
443
  });
@@ -546,74 +445,74 @@ var de, En, bs = (En = class extends Bn {
546
445
  }
547
446
  resumePausedMutations() {
548
447
  const t = this.getAll().filter((n) => n.state.isPaused);
549
- return ee.batch(
448
+ return Z.batch(
550
449
  () => Promise.all(
551
- t.map((n) => n.continue().catch(ve))
450
+ t.map((n) => n.continue().catch(ge))
552
451
  )
553
452
  );
554
453
  }
555
- }, Z = new WeakMap(), Ze = new WeakMap(), Cn);
556
- function ct(e) {
454
+ }, J = new WeakMap(), Xe = new WeakMap(), xn);
455
+ function it(e) {
557
456
  var t;
558
457
  return ((t = e.options.scope) == null ? void 0 : t.id) ?? String(e.mutationId);
559
458
  }
560
- function ys(e) {
459
+ function vs(e) {
561
460
  return {
562
461
  onFetch: (t, n) => {
563
462
  const r = async () => {
564
- var y, R, K, H, Q;
565
- const a = t.options, s = (K = (R = (y = t.fetchOptions) == null ? void 0 : y.meta) == null ? void 0 : R.fetchMore) == null ? void 0 : K.direction, i = ((H = t.state.data) == null ? void 0 : H.pages) || [], l = ((Q = t.state.data) == null ? void 0 : Q.pageParams) || [], u = { pages: [], pageParams: [] };
463
+ var E, C, K, H, q;
464
+ const a = t.options, o = (K = (C = (E = t.fetchOptions) == null ? void 0 : E.meta) == null ? void 0 : C.fetchMore) == null ? void 0 : K.direction, s = ((H = t.state.data) == null ? void 0 : H.pages) || [], i = ((q = t.state.data) == null ? void 0 : q.pageParams) || [], u = { pages: [], pageParams: [] };
566
465
  let v = !1;
567
- const m = (x) => {
568
- Object.defineProperty(x, "signal", {
466
+ const p = (y) => {
467
+ Object.defineProperty(y, "signal", {
569
468
  enumerable: !0,
570
469
  get: () => (t.signal.aborted ? v = !0 : t.signal.addEventListener("abort", () => {
571
470
  v = !0;
572
471
  }), t.signal)
573
472
  });
574
- }, c = Ca(t.options, t.fetchOptions), d = async (x, p, C) => {
473
+ }, l = yo(t.options, t.fetchOptions), d = async (y, m, S) => {
575
474
  if (v)
576
475
  return Promise.reject();
577
- if (p == null && x.pages.length)
578
- return Promise.resolve(x);
579
- const N = {
476
+ if (m == null && y.pages.length)
477
+ return Promise.resolve(y);
478
+ const P = {
580
479
  queryKey: t.queryKey,
581
- pageParam: p,
582
- direction: C ? "backward" : "forward",
480
+ pageParam: m,
481
+ direction: S ? "backward" : "forward",
583
482
  meta: t.options.meta
584
483
  };
585
- m(N);
586
- const P = await c(
587
- N
588
- ), { maxPages: _ } = t.options, w = C ? Ra : Da;
484
+ p(P);
485
+ const T = await l(
486
+ P
487
+ ), { maxPages: O } = t.options, w = S ? Eo : Ro;
589
488
  return {
590
- pages: w(x.pages, P, _),
591
- pageParams: w(x.pageParams, p, _)
489
+ pages: w(y.pages, T, O),
490
+ pageParams: w(y.pageParams, m, O)
592
491
  };
593
492
  };
594
493
  let f;
595
- if (s && i.length) {
596
- const x = s === "backward", p = x ? Ms : wn, C = {
597
- pages: i,
598
- pageParams: l
599
- }, N = p(a, C);
600
- f = await d(C, N, x);
494
+ if (o && s.length) {
495
+ const y = o === "backward", m = y ? ws : gn, S = {
496
+ pages: s,
497
+ pageParams: i
498
+ }, P = m(a, S);
499
+ f = await d(S, P, y);
601
500
  } else {
602
501
  f = await d(
603
502
  u,
604
- l[0] ?? a.initialPageParam
503
+ i[0] ?? a.initialPageParam
605
504
  );
606
- const x = e ?? i.length;
607
- for (let p = 1; p < x; p++) {
608
- const C = wn(a, f);
609
- f = await d(f, C);
505
+ const y = e ?? s.length;
506
+ for (let m = 1; m < y; m++) {
507
+ const S = gn(a, f);
508
+ f = await d(f, S);
610
509
  }
611
510
  }
612
511
  return f;
613
512
  };
614
513
  t.options.persister ? t.fetchFn = () => {
615
- var a, s;
616
- return (s = (a = t.options).persister) == null ? void 0 : s.call(
514
+ var a, o;
515
+ return (o = (a = t.options).persister) == null ? void 0 : o.call(
617
516
  a,
618
517
  r,
619
518
  {
@@ -627,7 +526,7 @@ function ys(e) {
627
526
  }
628
527
  };
629
528
  }
630
- function wn(e, { pages: t, pageParams: n }) {
529
+ function gn(e, { pages: t, pageParams: n }) {
631
530
  const r = t.length - 1;
632
531
  return e.getNextPageParam(
633
532
  t[r],
@@ -636,7 +535,7 @@ function wn(e, { pages: t, pageParams: n }) {
636
535
  n
637
536
  );
638
537
  }
639
- function Ms(e, { pages: t, pageParams: n }) {
538
+ function ws(e, { pages: t, pageParams: n }) {
640
539
  var r;
641
540
  return (r = e.getPreviousPageParam) == null ? void 0 : r.call(
642
541
  e,
@@ -646,65 +545,65 @@ function Ms(e, { pages: t, pageParams: n }) {
646
545
  n
647
546
  );
648
547
  }
649
- var $, Ee, Ce, $e, Le, Re, Fe, He, Rn, Ss = (Rn = class {
548
+ var L, Re, xe, ke, $e, Me, Le, je, Mn, bs = (Mn = class {
650
549
  constructor(e = {}) {
651
- ae(this, $);
652
- ae(this, Ee);
653
- ae(this, Ce);
550
+ ae(this, L);
551
+ ae(this, Re);
552
+ ae(this, xe);
553
+ ae(this, ke);
654
554
  ae(this, $e);
555
+ ae(this, Me);
655
556
  ae(this, Le);
656
- ae(this, Re);
657
- ae(this, Fe);
658
- ae(this, He);
659
- G(this, $, e.queryCache || new bs()), G(this, Ee, e.mutationCache || new xs()), G(this, Ce, e.defaultOptions || {}), G(this, $e, /* @__PURE__ */ new Map()), G(this, Le, /* @__PURE__ */ new Map()), G(this, Re, 0);
557
+ ae(this, je);
558
+ G(this, L, e.queryCache || new hs()), G(this, Re, e.mutationCache || new gs()), G(this, xe, e.defaultOptions || {}), G(this, ke, /* @__PURE__ */ new Map()), G(this, $e, /* @__PURE__ */ new Map()), G(this, Me, 0);
660
559
  }
661
560
  mount() {
662
- lt(this, Re)._++, b(this, Re) === 1 && (G(this, Fe, ja.subscribe(async (e) => {
663
- e && (await this.resumePausedMutations(), b(this, $).onFocus());
664
- })), G(this, He, pn.subscribe(async (e) => {
665
- e && (await this.resumePausedMutations(), b(this, $).onOnline());
561
+ st(this, Me)._++, b(this, Me) === 1 && (G(this, Le, xo.subscribe(async (e) => {
562
+ e && (await this.resumePausedMutations(), b(this, L).onFocus());
563
+ })), G(this, je, fn.subscribe(async (e) => {
564
+ e && (await this.resumePausedMutations(), b(this, L).onOnline());
666
565
  })));
667
566
  }
668
567
  unmount() {
669
568
  var e, t;
670
- lt(this, Re)._--, b(this, Re) === 0 && ((e = b(this, Fe)) == null || e.call(this), G(this, Fe, void 0), (t = b(this, He)) == null || t.call(this), G(this, He, void 0));
569
+ st(this, Me)._--, b(this, Me) === 0 && ((e = b(this, Le)) == null || e.call(this), G(this, Le, void 0), (t = b(this, je)) == null || t.call(this), G(this, je, void 0));
671
570
  }
672
571
  isFetching(e) {
673
- return b(this, $).findAll({ ...e, fetchStatus: "fetching" }).length;
572
+ return b(this, L).findAll({ ...e, fetchStatus: "fetching" }).length;
674
573
  }
675
574
  isMutating(e) {
676
- return b(this, Ee).findAll({ ...e, status: "pending" }).length;
575
+ return b(this, Re).findAll({ ...e, status: "pending" }).length;
677
576
  }
678
577
  getQueryData(e) {
679
578
  var n;
680
579
  const t = this.defaultQueryOptions({ queryKey: e });
681
- return (n = b(this, $).get(t.queryHash)) == null ? void 0 : n.state.data;
580
+ return (n = b(this, L).get(t.queryHash)) == null ? void 0 : n.state.data;
682
581
  }
683
582
  ensureQueryData(e) {
684
583
  const t = this.getQueryData(e.queryKey);
685
584
  if (t === void 0)
686
585
  return this.fetchQuery(e);
687
586
  {
688
- const n = this.defaultQueryOptions(e), r = b(this, $).build(this, n);
587
+ const n = this.defaultQueryOptions(e), r = b(this, L).build(this, n);
689
588
  return e.revalidateIfStale && r.isStaleByTime(mn(n.staleTime, r)) && this.prefetchQuery(n), Promise.resolve(t);
690
589
  }
691
590
  }
692
591
  getQueriesData(e) {
693
- return b(this, $).findAll(e).map(({ queryKey: t, state: n }) => {
592
+ return b(this, L).findAll(e).map(({ queryKey: t, state: n }) => {
694
593
  const r = n.data;
695
594
  return [t, r];
696
595
  });
697
596
  }
698
597
  setQueryData(e, t, n) {
699
- const r = this.defaultQueryOptions({ queryKey: e }), a = b(this, $).get(
598
+ const r = this.defaultQueryOptions({ queryKey: e }), a = b(this, L).get(
700
599
  r.queryHash
701
- ), s = a == null ? void 0 : a.state.data, i = Na(t, s);
702
- if (i !== void 0)
703
- return b(this, $).build(this, r).setData(i, { ...n, manual: !0 });
600
+ ), o = a == null ? void 0 : a.state.data, s = Mo(t, o);
601
+ if (s !== void 0)
602
+ return b(this, L).build(this, r).setData(s, { ...n, manual: !0 });
704
603
  }
705
604
  setQueriesData(e, t, n) {
706
- return ee.batch(
707
- () => b(this, $).findAll(e).map(({ queryKey: r }) => [
605
+ return Z.batch(
606
+ () => b(this, L).findAll(e).map(({ queryKey: r }) => [
708
607
  r,
709
608
  this.setQueryData(r, t, n)
710
609
  ])
@@ -713,34 +612,34 @@ var $, Ee, Ce, $e, Le, Re, Fe, He, Rn, Ss = (Rn = class {
713
612
  getQueryState(e) {
714
613
  var n;
715
614
  const t = this.defaultQueryOptions({ queryKey: e });
716
- return (n = b(this, $).get(t.queryHash)) == null ? void 0 : n.state;
615
+ return (n = b(this, L).get(t.queryHash)) == null ? void 0 : n.state;
717
616
  }
718
617
  removeQueries(e) {
719
- const t = b(this, $);
720
- ee.batch(() => {
618
+ const t = b(this, L);
619
+ Z.batch(() => {
721
620
  t.findAll(e).forEach((n) => {
722
621
  t.remove(n);
723
622
  });
724
623
  });
725
624
  }
726
625
  resetQueries(e, t) {
727
- const n = b(this, $), r = {
626
+ const n = b(this, L), r = {
728
627
  type: "active",
729
628
  ...e
730
629
  };
731
- return ee.batch(() => (n.findAll(e).forEach((a) => {
630
+ return Z.batch(() => (n.findAll(e).forEach((a) => {
732
631
  a.reset();
733
632
  }), this.refetchQueries(r, t)));
734
633
  }
735
634
  cancelQueries(e = {}, t = {}) {
736
- const n = { revert: !0, ...t }, r = ee.batch(
737
- () => b(this, $).findAll(e).map((a) => a.cancel(n))
635
+ const n = { revert: !0, ...t }, r = Z.batch(
636
+ () => b(this, L).findAll(e).map((a) => a.cancel(n))
738
637
  );
739
- return Promise.all(r).then(ve).catch(ve);
638
+ return Promise.all(r).then(ge).catch(ge);
740
639
  }
741
640
  invalidateQueries(e = {}, t = {}) {
742
- return ee.batch(() => {
743
- if (b(this, $).findAll(e).forEach((r) => {
641
+ return Z.batch(() => {
642
+ if (b(this, L).findAll(e).forEach((r) => {
744
643
  r.invalidate();
745
644
  }), e.refetchType === "none")
746
645
  return Promise.resolve();
@@ -755,105 +654,105 @@ var $, Ee, Ce, $e, Le, Re, Fe, He, Rn, Ss = (Rn = class {
755
654
  const n = {
756
655
  ...t,
757
656
  cancelRefetch: (t == null ? void 0 : t.cancelRefetch) ?? !0
758
- }, r = ee.batch(
759
- () => b(this, $).findAll(e).filter((a) => !a.isDisabled()).map((a) => {
760
- let s = a.fetch(void 0, n);
761
- return n.throwOnError || (s = s.catch(ve)), a.state.fetchStatus === "paused" ? Promise.resolve() : s;
657
+ }, r = Z.batch(
658
+ () => b(this, L).findAll(e).filter((a) => !a.isDisabled()).map((a) => {
659
+ let o = a.fetch(void 0, n);
660
+ return n.throwOnError || (o = o.catch(ge)), a.state.fetchStatus === "paused" ? Promise.resolve() : o;
762
661
  })
763
662
  );
764
- return Promise.all(r).then(ve);
663
+ return Promise.all(r).then(ge);
765
664
  }
766
665
  fetchQuery(e) {
767
666
  const t = this.defaultQueryOptions(e);
768
667
  t.retry === void 0 && (t.retry = !1);
769
- const n = b(this, $).build(this, t);
668
+ const n = b(this, L).build(this, t);
770
669
  return n.isStaleByTime(
771
670
  mn(t.staleTime, n)
772
671
  ) ? n.fetch(t) : Promise.resolve(n.state.data);
773
672
  }
774
673
  prefetchQuery(e) {
775
- return this.fetchQuery(e).then(ve).catch(ve);
674
+ return this.fetchQuery(e).then(ge).catch(ge);
776
675
  }
777
676
  fetchInfiniteQuery(e) {
778
- return e.behavior = ys(e.pages), this.fetchQuery(e);
677
+ return e.behavior = vs(e.pages), this.fetchQuery(e);
779
678
  }
780
679
  prefetchInfiniteQuery(e) {
781
- return this.fetchInfiniteQuery(e).then(ve).catch(ve);
680
+ return this.fetchInfiniteQuery(e).then(ge).catch(ge);
782
681
  }
783
682
  resumePausedMutations() {
784
- return pn.isOnline() ? b(this, Ee).resumePausedMutations() : Promise.resolve();
683
+ return fn.isOnline() ? b(this, Re).resumePausedMutations() : Promise.resolve();
785
684
  }
786
685
  getQueryCache() {
787
- return b(this, $);
686
+ return b(this, L);
788
687
  }
789
688
  getMutationCache() {
790
- return b(this, Ee);
689
+ return b(this, Re);
791
690
  }
792
691
  getDefaultOptions() {
793
- return b(this, Ce);
692
+ return b(this, xe);
794
693
  }
795
694
  setDefaultOptions(e) {
796
- G(this, Ce, e);
695
+ G(this, xe, e);
797
696
  }
798
697
  setQueryDefaults(e, t) {
799
- b(this, $e).set(gn(e), {
698
+ b(this, ke).set(pn(e), {
800
699
  queryKey: e,
801
700
  defaultOptions: t
802
701
  });
803
702
  }
804
703
  getQueryDefaults(e) {
805
- const t = [...b(this, $e).values()];
704
+ const t = [...b(this, ke).values()];
806
705
  let n = {};
807
706
  return t.forEach((r) => {
808
- vn(e, r.queryKey) && (n = { ...n, ...r.defaultOptions });
707
+ hn(e, r.queryKey) && (n = { ...n, ...r.defaultOptions });
809
708
  }), n;
810
709
  }
811
710
  setMutationDefaults(e, t) {
812
- b(this, Le).set(gn(e), {
711
+ b(this, $e).set(pn(e), {
813
712
  mutationKey: e,
814
713
  defaultOptions: t
815
714
  });
816
715
  }
817
716
  getMutationDefaults(e) {
818
- const t = [...b(this, Le).values()];
717
+ const t = [...b(this, $e).values()];
819
718
  let n = {};
820
719
  return t.forEach((r) => {
821
- vn(e, r.mutationKey) && (n = { ...n, ...r.defaultOptions });
720
+ hn(e, r.mutationKey) && (n = { ...n, ...r.defaultOptions });
822
721
  }), n;
823
722
  }
824
723
  defaultQueryOptions(e) {
825
724
  if (e._defaulted)
826
725
  return e;
827
726
  const t = {
828
- ...b(this, Ce).queries,
727
+ ...b(this, xe).queries,
829
728
  ...this.getQueryDefaults(e.queryKey),
830
729
  ...e,
831
730
  _defaulted: !0
832
731
  };
833
- return t.queryHash || (t.queryHash = zn(
732
+ return t.queryHash || (t.queryHash = Un(
834
733
  t.queryKey,
835
734
  t
836
- )), t.refetchOnReconnect === void 0 && (t.refetchOnReconnect = t.networkMode !== "always"), t.throwOnError === void 0 && (t.throwOnError = !!t.suspense), !t.networkMode && t.persister && (t.networkMode = "offlineFirst"), t.enabled !== !0 && t.queryFn === Pa && (t.enabled = !1), t;
735
+ )), t.refetchOnReconnect === void 0 && (t.refetchOnReconnect = t.networkMode !== "always"), t.throwOnError === void 0 && (t.throwOnError = !!t.suspense), !t.networkMode && t.persister && (t.networkMode = "offlineFirst"), t.enabled !== !0 && t.queryFn === So && (t.enabled = !1), t;
837
736
  }
838
737
  defaultMutationOptions(e) {
839
738
  return e != null && e._defaulted ? e : {
840
- ...b(this, Ce).mutations,
739
+ ...b(this, xe).mutations,
841
740
  ...(e == null ? void 0 : e.mutationKey) && this.getMutationDefaults(e.mutationKey),
842
741
  ...e,
843
742
  _defaulted: !0
844
743
  };
845
744
  }
846
745
  clear() {
847
- b(this, $).clear(), b(this, Ee).clear();
746
+ b(this, L).clear(), b(this, Re).clear();
848
747
  }
849
- }, $ = new WeakMap(), Ee = new WeakMap(), Ce = new WeakMap(), $e = new WeakMap(), Le = new WeakMap(), Re = new WeakMap(), Fe = new WeakMap(), He = new WeakMap(), Rn);
850
- const Es = Ln(null), St = {
748
+ }, L = new WeakMap(), Re = new WeakMap(), xe = new WeakMap(), ke = new WeakMap(), $e = new WeakMap(), Me = new WeakMap(), Le = new WeakMap(), je = new WeakMap(), Mn);
749
+ const ys = $n(null), Et = {
851
750
  didCatch: !1,
852
751
  error: null
853
752
  };
854
- class Cs extends pa {
753
+ class Es extends co {
855
754
  constructor(t) {
856
- super(t), this.resetErrorBoundary = this.resetErrorBoundary.bind(this), this.state = St;
755
+ super(t), this.resetErrorBoundary = this.resetErrorBoundary.bind(this), this.state = Et;
857
756
  }
858
757
  static getDerivedStateFromError(t) {
859
758
  return {
@@ -866,12 +765,12 @@ class Cs extends pa {
866
765
  error: t
867
766
  } = this.state;
868
767
  if (t !== null) {
869
- for (var n, r, a = arguments.length, s = new Array(a), i = 0; i < a; i++)
870
- s[i] = arguments[i];
768
+ for (var n, r, a = arguments.length, o = new Array(a), s = 0; s < a; s++)
769
+ o[s] = arguments[s];
871
770
  (n = (r = this.props).onReset) === null || n === void 0 || n.call(r, {
872
- args: s,
771
+ args: o,
873
772
  reason: "imperative-api"
874
- }), this.setState(St);
773
+ }), this.setState(Et);
875
774
  }
876
775
  }
877
776
  componentDidCatch(t, n) {
@@ -885,12 +784,12 @@ class Cs extends pa {
885
784
  resetKeys: a
886
785
  } = this.props;
887
786
  if (r && n.error !== null && Rs(t.resetKeys, a)) {
888
- var s, i;
889
- (s = (i = this.props).onReset) === null || s === void 0 || s.call(i, {
787
+ var o, s;
788
+ (o = (s = this.props).onReset) === null || o === void 0 || o.call(s, {
890
789
  next: a,
891
790
  prev: t.resetKeys,
892
791
  reason: "keys"
893
- }), this.setState(St);
792
+ }), this.setState(Et);
894
793
  }
895
794
  }
896
795
  render() {
@@ -900,171 +799,159 @@ class Cs extends pa {
900
799
  FallbackComponent: r,
901
800
  fallback: a
902
801
  } = this.props, {
903
- didCatch: s,
904
- error: i
802
+ didCatch: o,
803
+ error: s
905
804
  } = this.state;
906
- let l = t;
907
- if (s) {
805
+ let i = t;
806
+ if (o) {
908
807
  const u = {
909
- error: i,
808
+ error: s,
910
809
  resetErrorBoundary: this.resetErrorBoundary
911
810
  };
912
811
  if (typeof n == "function")
913
- l = n(u);
812
+ i = n(u);
914
813
  else if (r)
915
- l = dn(r, u);
916
- else if (a === null || ma(a))
917
- l = a;
814
+ i = ln(r, u);
815
+ else if (a === null || lo(a))
816
+ i = a;
918
817
  else
919
- throw i;
818
+ throw s;
920
819
  }
921
- return dn(Es.Provider, {
820
+ return ln(ys.Provider, {
922
821
  value: {
923
- didCatch: s,
924
- error: i,
822
+ didCatch: o,
823
+ error: s,
925
824
  resetErrorBoundary: this.resetErrorBoundary
926
825
  }
927
- }, l);
826
+ }, i);
928
827
  }
929
828
  }
930
829
  function Rs() {
931
830
  let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : [], t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : [];
932
831
  return e.length !== t.length || e.some((n, r) => !Object.is(n, t[r]));
933
832
  }
934
- const Ds = (e) => "getProfileMenuItems" in e && typeof e.getProfileMenuItems == "function", js = (e) => "getRoutes" in e && typeof e.getRoutes == "function", Ns = (e) => "renderSearch" in e && typeof e.renderSearch == "function", Ps = (e) => "initialize" in e && typeof e.initialize == "function", Ts = (e) => "getHead" in e && typeof e.getHead == "function", _s = (e) => "getMdxComponents" in e && typeof e.getMdxComponents == "function", Os = (e) => "getIdentities" in e && typeof e.getIdentities == "function", Yn = new Ss();
935
- class Is {
833
+ const xs = (e) => "getProfileMenuItems" in e && typeof e.getProfileMenuItems == "function", Ms = (e) => "getRoutes" in e && typeof e.getRoutes == "function", Ss = (e) => "renderSearch" in e && typeof e.renderSearch == "function", Cs = (e) => "initialize" in e && typeof e.initialize == "function", Ds = (e) => "getHead" in e && typeof e.getHead == "function", Ns = (e) => "getMdxComponents" in e && typeof e.getMdxComponents == "function", Ps = (e) => "getIdentities" in e && typeof e.getIdentities == "function", Gn = new bs();
834
+ class Ts {
936
835
  constructor(t) {
937
- J(this, "plugins");
938
- J(this, "sidebars");
939
- J(this, "topNavigation");
940
- J(this, "meta");
941
- J(this, "page");
942
- J(this, "authentication");
943
- J(this, "navigationPlugins");
944
- J(this, "initialize", async () => {
836
+ this.initialize = async () => {
945
837
  await Promise.all(
946
- this.plugins.filter(Ps).map((t) => {
947
- var n;
948
- return (n = t.initialize) == null ? void 0 : n.call(t, this);
838
+ this.plugins.filter(Cs).map((n) => {
839
+ var r;
840
+ return (r = n.initialize) == null ? void 0 : r.call(n, this);
949
841
  })
950
842
  );
951
- });
952
- J(this, "invalidateCache", async (t) => {
953
- await Yn.invalidateQueries({ queryKey: t });
954
- });
955
- J(this, "getApiIdentities", async () => (await Promise.all(
956
- this.plugins.filter(Os).map((n) => n.getIdentities(this))
957
- )).flat());
958
- J(this, "getPluginSidebar", async (t) => (await Promise.all(
843
+ }, this.invalidateCache = async (n) => {
844
+ await Gn.invalidateQueries({ queryKey: n });
845
+ }, this.getApiIdentities = async () => (await Promise.all(
846
+ this.plugins.filter(Ps).map((r) => r.getIdentities(this))
847
+ )).flat(), this.getPluginSidebar = async (n) => (await Promise.all(
959
848
  this.navigationPlugins.map(
960
- (r) => {
961
- var a;
962
- return (a = r.getSidebar) == null ? void 0 : a.call(r, Ht(t));
849
+ (a) => {
850
+ var o;
851
+ return (o = a.getSidebar) == null ? void 0 : o.call(a, jt(n));
963
852
  }
964
853
  )
965
- )).flatMap((r) => r ?? []));
966
- J(this, "signRequest", async (t) => {
854
+ )).flatMap((a) => a ?? []), this.signRequest = async (n) => {
967
855
  if (!this.authentication)
968
856
  throw new Error("No authentication provider configured");
969
- const n = await this.authentication.getAccessToken();
970
- return t.headers.set("Authorization", `Bearer ${n}`), t;
971
- });
972
- this.plugins = t.plugins ?? [], this.topNavigation = t.topNavigation ?? [], this.sidebars = t.sidebars ?? {}, this.navigationPlugins = this.plugins.filter(js), this.authentication = t.authentication, this.meta = t.metadata, this.page = t.page;
857
+ const r = await this.authentication.getAccessToken();
858
+ return n.headers.set("Authorization", `Bearer ${r}`), n;
859
+ }, this.plugins = t.plugins ?? [], this.topNavigation = t.topNavigation ?? [], this.sidebars = t.sidebars ?? {}, this.navigationPlugins = this.plugins.filter(Ms), this.authentication = t.authentication, this.meta = t.metadata, this.page = t.page;
973
860
  }
974
861
  }
975
- function As({ error: e, resetErrorBoundary: t }) {
976
- return /* @__PURE__ */ o.jsx(Nn, { error: e });
862
+ function _s({ error: e, resetErrorBoundary: t }) {
863
+ return /* @__PURE__ */ React.createElement(Dn, { error: e });
977
864
  }
978
- const ut = globalThis;
979
- (!ut.requestIdleCallback || !ut.cancelIdleCallback) && (ut.requestIdleCallback = (e) => setTimeout(e, 1), ut.cancelIdleCallback = clearTimeout);
980
- var Nt = ["Enter", " "], ks = ["ArrowDown", "PageUp", "Home"], Xn = ["ArrowUp", "PageDown", "End"], $s = [...ks, ...Xn], Ls = {
981
- ltr: [...Nt, "ArrowRight"],
982
- rtl: [...Nt, "ArrowLeft"]
983
- }, Fs = {
865
+ const ct = globalThis;
866
+ (!ct.requestIdleCallback || !ct.cancelIdleCallback) && (ct.requestIdleCallback = (e) => setTimeout(e, 1), ct.cancelIdleCallback = clearTimeout);
867
+ var Dt = ["Enter", " "], Os = ["ArrowDown", "PageUp", "Home"], Wn = ["ArrowUp", "PageDown", "End"], Is = [...Os, ...Wn], As = {
868
+ ltr: [...Dt, "ArrowRight"],
869
+ rtl: [...Dt, "ArrowLeft"]
870
+ }, ks = {
984
871
  ltr: ["ArrowLeft"],
985
872
  rtl: ["ArrowRight"]
986
- }, nt = "Menu", [Xe, Hs, Us] = Go(nt), [Oe, Jn] = Pn(nt, [
987
- Us,
988
- Tn,
989
- qn
990
- ]), rt = Tn(), Zn = qn(), [er, De] = Oe(nt), [Bs, ot] = Oe(nt), tr = (e) => {
991
- const { __scopeMenu: t, open: n = !1, children: r, dir: a, onOpenChange: s, modal: i = !0 } = e, l = rt(t), [u, v] = h.useState(null), m = h.useRef(!1), c = kt(s), d = aa(a);
992
- return h.useEffect(() => {
873
+ }, et = "Menu", [We, $s, Ls] = za(et), [_e, Yn] = Nn(et, [
874
+ Ls,
875
+ Pn,
876
+ Kn
877
+ ]), tt = Pn(), Xn = Kn(), [Jn, Se] = _e(et), [js, nt] = _e(et), Zn = (e) => {
878
+ const { __scopeMenu: t, open: n = !1, children: r, dir: a, onOpenChange: o, modal: s = !0 } = e, i = tt(t), [u, v] = c.useState(null), p = c.useRef(!1), l = At(o), d = eo(a);
879
+ return c.useEffect(() => {
993
880
  const f = () => {
994
- m.current = !0, document.addEventListener("pointerdown", y, { capture: !0, once: !0 }), document.addEventListener("pointermove", y, { capture: !0, once: !0 });
995
- }, y = () => m.current = !1;
881
+ p.current = !0, document.addEventListener("pointerdown", E, { capture: !0, once: !0 }), document.addEventListener("pointermove", E, { capture: !0, once: !0 });
882
+ }, E = () => p.current = !1;
996
883
  return document.addEventListener("keydown", f, { capture: !0 }), () => {
997
- document.removeEventListener("keydown", f, { capture: !0 }), document.removeEventListener("pointerdown", y, { capture: !0 }), document.removeEventListener("pointermove", y, { capture: !0 });
884
+ document.removeEventListener("keydown", f, { capture: !0 }), document.removeEventListener("pointerdown", E, { capture: !0 }), document.removeEventListener("pointermove", E, { capture: !0 });
998
885
  };
999
- }, []), /* @__PURE__ */ o.jsx(On, { ...l, children: /* @__PURE__ */ o.jsx(
1000
- er,
886
+ }, []), /* @__PURE__ */ g.jsx(_n, { ...i, children: /* @__PURE__ */ g.jsx(
887
+ Jn,
1001
888
  {
1002
889
  scope: t,
1003
890
  open: n,
1004
- onOpenChange: c,
891
+ onOpenChange: l,
1005
892
  content: u,
1006
893
  onContentChange: v,
1007
- children: /* @__PURE__ */ o.jsx(
1008
- Bs,
894
+ children: /* @__PURE__ */ g.jsx(
895
+ js,
1009
896
  {
1010
897
  scope: t,
1011
- onClose: h.useCallback(() => c(!1), [c]),
1012
- isUsingKeyboardRef: m,
898
+ onClose: c.useCallback(() => l(!1), [l]),
899
+ isUsingKeyboardRef: p,
1013
900
  dir: d,
1014
- modal: i,
901
+ modal: s,
1015
902
  children: r
1016
903
  }
1017
904
  )
1018
905
  }
1019
906
  ) });
1020
907
  };
1021
- tr.displayName = nt;
1022
- var zs = "MenuAnchor", Bt = h.forwardRef(
908
+ Zn.displayName = et;
909
+ var Fs = "MenuAnchor", Ht = c.forwardRef(
1023
910
  (e, t) => {
1024
- const { __scopeMenu: n, ...r } = e, a = rt(n);
1025
- return /* @__PURE__ */ o.jsx(Wo, { ...a, ...r, ref: t });
911
+ const { __scopeMenu: n, ...r } = e, a = tt(n);
912
+ return /* @__PURE__ */ g.jsx(Ka, { ...a, ...r, ref: t });
1026
913
  }
1027
914
  );
1028
- Bt.displayName = zs;
1029
- var zt = "MenuPortal", [Ks, nr] = Oe(zt, {
915
+ Ht.displayName = Fs;
916
+ var Ut = "MenuPortal", [Hs, er] = _e(Ut, {
1030
917
  forceMount: void 0
1031
- }), rr = (e) => {
1032
- const { __scopeMenu: t, forceMount: n, children: r, container: a } = e, s = De(zt, t);
1033
- return /* @__PURE__ */ o.jsx(Ks, { scope: t, forceMount: n, children: /* @__PURE__ */ o.jsx(vt, { present: n || s.open, children: /* @__PURE__ */ o.jsx(sa, { asChild: !0, container: a, children: r }) }) });
918
+ }), tr = (e) => {
919
+ const { __scopeMenu: t, forceMount: n, children: r, container: a } = e, o = Se(Ut, t);
920
+ return /* @__PURE__ */ g.jsx(Hs, { scope: t, forceMount: n, children: /* @__PURE__ */ g.jsx(ht, { present: n || o.open, children: /* @__PURE__ */ g.jsx(to, { asChild: !0, container: a, children: r }) }) });
1034
921
  };
1035
- rr.displayName = zt;
1036
- var se = "MenuContent", [qs, Kt] = Oe(se), or = h.forwardRef(
922
+ tr.displayName = Ut;
923
+ var oe = "MenuContent", [Us, Bt] = _e(oe), nr = c.forwardRef(
1037
924
  (e, t) => {
1038
- const n = nr(se, e.__scopeMenu), { forceMount: r = n.forceMount, ...a } = e, s = De(se, e.__scopeMenu), i = ot(se, e.__scopeMenu);
1039
- return /* @__PURE__ */ o.jsx(Xe.Provider, { scope: e.__scopeMenu, children: /* @__PURE__ */ o.jsx(vt, { present: r || s.open, children: /* @__PURE__ */ o.jsx(Xe.Slot, { scope: e.__scopeMenu, children: i.modal ? /* @__PURE__ */ o.jsx(Vs, { ...a, ref: t }) : /* @__PURE__ */ o.jsx(Qs, { ...a, ref: t }) }) }) });
925
+ const n = er(oe, e.__scopeMenu), { forceMount: r = n.forceMount, ...a } = e, o = Se(oe, e.__scopeMenu), s = nt(oe, e.__scopeMenu);
926
+ return /* @__PURE__ */ g.jsx(We.Provider, { scope: e.__scopeMenu, children: /* @__PURE__ */ g.jsx(ht, { present: r || o.open, children: /* @__PURE__ */ g.jsx(We.Slot, { scope: e.__scopeMenu, children: s.modal ? /* @__PURE__ */ g.jsx(Bs, { ...a, ref: t }) : /* @__PURE__ */ g.jsx(zs, { ...a, ref: t }) }) }) });
1040
927
  }
1041
- ), Vs = h.forwardRef(
928
+ ), Bs = c.forwardRef(
1042
929
  (e, t) => {
1043
- const n = De(se, e.__scopeMenu), r = h.useRef(null), a = et(t, r);
1044
- return h.useEffect(() => {
1045
- const s = r.current;
1046
- if (s) return Yo(s);
1047
- }, []), /* @__PURE__ */ o.jsx(
1048
- qt,
930
+ const n = Se(oe, e.__scopeMenu), r = c.useRef(null), a = Je(t, r);
931
+ return c.useEffect(() => {
932
+ const o = r.current;
933
+ if (o) return Va(o);
934
+ }, []), /* @__PURE__ */ g.jsx(
935
+ zt,
1049
936
  {
1050
937
  ...e,
1051
938
  ref: a,
1052
939
  trapFocus: n.open,
1053
940
  disableOutsidePointerEvents: n.open,
1054
941
  disableOutsideScroll: !0,
1055
- onFocusOutside: A(
942
+ onFocusOutside: k(
1056
943
  e.onFocusOutside,
1057
- (s) => s.preventDefault(),
944
+ (o) => o.preventDefault(),
1058
945
  { checkForDefaultPrevented: !1 }
1059
946
  ),
1060
947
  onDismiss: () => n.onOpenChange(!1)
1061
948
  }
1062
949
  );
1063
950
  }
1064
- ), Qs = h.forwardRef((e, t) => {
1065
- const n = De(se, e.__scopeMenu);
1066
- return /* @__PURE__ */ o.jsx(
1067
- qt,
951
+ ), zs = c.forwardRef((e, t) => {
952
+ const n = Se(oe, e.__scopeMenu);
953
+ return /* @__PURE__ */ g.jsx(
954
+ zt,
1068
955
  {
1069
956
  ...e,
1070
957
  ref: t,
@@ -1074,128 +961,128 @@ var se = "MenuContent", [qs, Kt] = Oe(se), or = h.forwardRef(
1074
961
  onDismiss: () => n.onOpenChange(!1)
1075
962
  }
1076
963
  );
1077
- }), qt = h.forwardRef(
964
+ }), zt = c.forwardRef(
1078
965
  (e, t) => {
1079
966
  const {
1080
967
  __scopeMenu: n,
1081
968
  loop: r = !1,
1082
969
  trapFocus: a,
1083
- onOpenAutoFocus: s,
1084
- onCloseAutoFocus: i,
1085
- disableOutsidePointerEvents: l,
970
+ onOpenAutoFocus: o,
971
+ onCloseAutoFocus: s,
972
+ disableOutsidePointerEvents: i,
1086
973
  onEntryFocus: u,
1087
974
  onEscapeKeyDown: v,
1088
- onPointerDownOutside: m,
1089
- onFocusOutside: c,
975
+ onPointerDownOutside: p,
976
+ onFocusOutside: l,
1090
977
  onInteractOutside: d,
1091
978
  onDismiss: f,
1092
- disableOutsideScroll: y,
1093
- ...R
1094
- } = e, K = De(se, n), H = ot(se, n), Q = rt(n), x = Zn(n), p = Hs(n), [C, N] = h.useState(null), P = h.useRef(null), _ = et(t, P, K.onContentChange), w = h.useRef(0), L = h.useRef(""), te = h.useRef(0), V = h.useRef(null), q = h.useRef("right"), X = h.useRef(0), Ie = y ? na : h.Fragment, he = y ? { as: ra, allowPinchZoom: !0 } : void 0, ze = (E) => {
1095
- var le, ge;
1096
- const U = L.current + E, Y = p().filter((re) => !re.disabled), ne = document.activeElement, je = (le = Y.find((re) => re.ref.current === ne)) == null ? void 0 : le.textValue, pe = Y.map((re) => re.textValue), Me = ai(pe, U, je), me = (ge = Y.find((re) => re.textValue === Me)) == null ? void 0 : ge.ref.current;
1097
- (function re(M) {
1098
- L.current = M, window.clearTimeout(w.current), M !== "" && (w.current = window.setTimeout(() => re(""), 1e3));
1099
- })(U), me && setTimeout(() => me.focus());
979
+ disableOutsideScroll: E,
980
+ ...C
981
+ } = e, K = Se(oe, n), H = nt(oe, n), q = tt(n), y = Xn(n), m = $s(n), [S, P] = c.useState(null), T = c.useRef(null), O = Je(t, T, K.onContentChange), w = c.useRef(0), j = c.useRef(""), ee = c.useRef(0), Q = c.useRef(null), V = c.useRef("right"), X = c.useRef(0), Oe = E ? Xa : c.Fragment, fe = E ? { as: Ja, allowPinchZoom: !0 } : void 0, Ue = (M) => {
982
+ var ie, he;
983
+ const U = j.current + M, Y = m().filter((ne) => !ne.disabled), te = document.activeElement, Ce = (ie = Y.find((ne) => ne.ref.current === te)) == null ? void 0 : ie.textValue, me = Y.map((ne) => ne.textValue), ye = ti(me, U, Ce), pe = (he = Y.find((ne) => ne.textValue === ye)) == null ? void 0 : he.ref.current;
984
+ (function ne(R) {
985
+ j.current = R, window.clearTimeout(w.current), R !== "" && (w.current = window.setTimeout(() => ne(""), 1e3));
986
+ })(U), pe && setTimeout(() => pe.focus());
1100
987
  };
1101
- h.useEffect(() => () => window.clearTimeout(w.current), []), Xo();
1102
- const ye = h.useCallback((E) => {
1103
- var Y, ne;
1104
- return q.current === ((Y = V.current) == null ? void 0 : Y.side) && ii(E, (ne = V.current) == null ? void 0 : ne.area);
988
+ c.useEffect(() => () => window.clearTimeout(w.current), []), Qa();
989
+ const be = c.useCallback((M) => {
990
+ var Y, te;
991
+ return V.current === ((Y = Q.current) == null ? void 0 : Y.side) && ri(M, (te = Q.current) == null ? void 0 : te.area);
1105
992
  }, []);
1106
- return /* @__PURE__ */ o.jsx(
1107
- qs,
993
+ return /* @__PURE__ */ g.jsx(
994
+ Us,
1108
995
  {
1109
996
  scope: n,
1110
- searchRef: L,
1111
- onItemEnter: h.useCallback(
1112
- (E) => {
1113
- ye(E) && E.preventDefault();
997
+ searchRef: j,
998
+ onItemEnter: c.useCallback(
999
+ (M) => {
1000
+ be(M) && M.preventDefault();
1114
1001
  },
1115
- [ye]
1002
+ [be]
1116
1003
  ),
1117
- onItemLeave: h.useCallback(
1118
- (E) => {
1004
+ onItemLeave: c.useCallback(
1005
+ (M) => {
1119
1006
  var U;
1120
- ye(E) || ((U = P.current) == null || U.focus(), N(null));
1007
+ be(M) || ((U = T.current) == null || U.focus(), P(null));
1121
1008
  },
1122
- [ye]
1009
+ [be]
1123
1010
  ),
1124
- onTriggerLeave: h.useCallback(
1125
- (E) => {
1126
- ye(E) && E.preventDefault();
1011
+ onTriggerLeave: c.useCallback(
1012
+ (M) => {
1013
+ be(M) && M.preventDefault();
1127
1014
  },
1128
- [ye]
1015
+ [be]
1129
1016
  ),
1130
- pointerGraceTimerRef: te,
1131
- onPointerGraceIntentChange: h.useCallback((E) => {
1132
- V.current = E;
1017
+ pointerGraceTimerRef: ee,
1018
+ onPointerGraceIntentChange: c.useCallback((M) => {
1019
+ Q.current = M;
1133
1020
  }, []),
1134
- children: /* @__PURE__ */ o.jsx(Ie, { ...he, children: /* @__PURE__ */ o.jsx(
1135
- Jo,
1021
+ children: /* @__PURE__ */ g.jsx(Oe, { ...fe, children: /* @__PURE__ */ g.jsx(
1022
+ qa,
1136
1023
  {
1137
1024
  asChild: !0,
1138
1025
  trapped: a,
1139
- onMountAutoFocus: A(s, (E) => {
1026
+ onMountAutoFocus: k(o, (M) => {
1140
1027
  var U;
1141
- E.preventDefault(), (U = P.current) == null || U.focus({ preventScroll: !0 });
1028
+ M.preventDefault(), (U = T.current) == null || U.focus({ preventScroll: !0 });
1142
1029
  }),
1143
- onUnmountAutoFocus: i,
1144
- children: /* @__PURE__ */ o.jsx(
1145
- Zo,
1030
+ onUnmountAutoFocus: s,
1031
+ children: /* @__PURE__ */ g.jsx(
1032
+ Ga,
1146
1033
  {
1147
1034
  asChild: !0,
1148
- disableOutsidePointerEvents: l,
1035
+ disableOutsidePointerEvents: i,
1149
1036
  onEscapeKeyDown: v,
1150
- onPointerDownOutside: m,
1151
- onFocusOutside: c,
1037
+ onPointerDownOutside: p,
1038
+ onFocusOutside: l,
1152
1039
  onInteractOutside: d,
1153
1040
  onDismiss: f,
1154
- children: /* @__PURE__ */ o.jsx(
1155
- Aa,
1041
+ children: /* @__PURE__ */ g.jsx(
1042
+ Fo,
1156
1043
  {
1157
1044
  asChild: !0,
1158
- ...x,
1045
+ ...y,
1159
1046
  dir: H.dir,
1160
1047
  orientation: "vertical",
1161
1048
  loop: r,
1162
- currentTabStopId: C,
1163
- onCurrentTabStopIdChange: N,
1164
- onEntryFocus: A(u, (E) => {
1165
- H.isUsingKeyboardRef.current || E.preventDefault();
1049
+ currentTabStopId: S,
1050
+ onCurrentTabStopIdChange: P,
1051
+ onEntryFocus: k(u, (M) => {
1052
+ H.isUsingKeyboardRef.current || M.preventDefault();
1166
1053
  }),
1167
1054
  preventScrollOnEntryFocus: !0,
1168
- children: /* @__PURE__ */ o.jsx(
1169
- ea,
1055
+ children: /* @__PURE__ */ g.jsx(
1056
+ Wa,
1170
1057
  {
1171
1058
  role: "menu",
1172
1059
  "aria-orientation": "vertical",
1173
- "data-state": yr(K.open),
1060
+ "data-state": br(K.open),
1174
1061
  "data-radix-menu-content": "",
1175
1062
  dir: H.dir,
1176
- ...Q,
1177
- ...R,
1178
- ref: _,
1179
- style: { outline: "none", ...R.style },
1180
- onKeyDown: A(R.onKeyDown, (E) => {
1181
- const Y = E.target.closest("[data-radix-menu-content]") === E.currentTarget, ne = E.ctrlKey || E.altKey || E.metaKey, je = E.key.length === 1;
1182
- Y && (E.key === "Tab" && E.preventDefault(), !ne && je && ze(E.key));
1183
- const pe = P.current;
1184
- if (E.target !== pe || !$s.includes(E.key)) return;
1185
- E.preventDefault();
1186
- const me = p().filter((le) => !le.disabled).map((le) => le.ref.current);
1187
- Xn.includes(E.key) && me.reverse(), ri(me);
1063
+ ...q,
1064
+ ...C,
1065
+ ref: O,
1066
+ style: { outline: "none", ...C.style },
1067
+ onKeyDown: k(C.onKeyDown, (M) => {
1068
+ const Y = M.target.closest("[data-radix-menu-content]") === M.currentTarget, te = M.ctrlKey || M.altKey || M.metaKey, Ce = M.key.length === 1;
1069
+ Y && (M.key === "Tab" && M.preventDefault(), !te && Ce && Ue(M.key));
1070
+ const me = T.current;
1071
+ if (M.target !== me || !Is.includes(M.key)) return;
1072
+ M.preventDefault();
1073
+ const pe = m().filter((ie) => !ie.disabled).map((ie) => ie.ref.current);
1074
+ Wn.includes(M.key) && pe.reverse(), Zs(pe);
1188
1075
  }),
1189
- onBlur: A(e.onBlur, (E) => {
1190
- E.currentTarget.contains(E.target) || (window.clearTimeout(w.current), L.current = "");
1076
+ onBlur: k(e.onBlur, (M) => {
1077
+ M.currentTarget.contains(M.target) || (window.clearTimeout(w.current), j.current = "");
1191
1078
  }),
1192
- onPointerMove: A(
1079
+ onPointerMove: k(
1193
1080
  e.onPointerMove,
1194
- Je((E) => {
1195
- const U = E.target, Y = X.current !== E.clientX;
1196
- if (E.currentTarget.contains(U) && Y) {
1197
- const ne = E.clientX > X.current ? "right" : "left";
1198
- q.current = ne, X.current = E.clientX;
1081
+ Ye((M) => {
1082
+ const U = M.target, Y = X.current !== M.clientX;
1083
+ if (M.currentTarget.contains(U) && Y) {
1084
+ const te = M.clientX > X.current ? "right" : "left";
1085
+ V.current = te, X.current = M.clientX;
1199
1086
  }
1200
1087
  })
1201
1088
  )
@@ -1211,140 +1098,140 @@ var se = "MenuContent", [qs, Kt] = Oe(se), or = h.forwardRef(
1211
1098
  );
1212
1099
  }
1213
1100
  );
1214
- or.displayName = se;
1215
- var Gs = "MenuGroup", Vt = h.forwardRef(
1101
+ nr.displayName = oe;
1102
+ var Ks = "MenuGroup", Kt = c.forwardRef(
1216
1103
  (e, t) => {
1217
1104
  const { __scopeMenu: n, ...r } = e;
1218
- return /* @__PURE__ */ o.jsx(Ue.div, { role: "group", ...r, ref: t });
1105
+ return /* @__PURE__ */ g.jsx(Fe.div, { role: "group", ...r, ref: t });
1219
1106
  }
1220
1107
  );
1221
- Vt.displayName = Gs;
1222
- var Ws = "MenuLabel", ar = h.forwardRef(
1108
+ Kt.displayName = Ks;
1109
+ var Vs = "MenuLabel", rr = c.forwardRef(
1223
1110
  (e, t) => {
1224
1111
  const { __scopeMenu: n, ...r } = e;
1225
- return /* @__PURE__ */ o.jsx(Ue.div, { ...r, ref: t });
1112
+ return /* @__PURE__ */ g.jsx(Fe.div, { ...r, ref: t });
1226
1113
  }
1227
1114
  );
1228
- ar.displayName = Ws;
1229
- var mt = "MenuItem", bn = "menu.itemSelect", wt = h.forwardRef(
1115
+ rr.displayName = Vs;
1116
+ var mt = "MenuItem", vn = "menu.itemSelect", gt = c.forwardRef(
1230
1117
  (e, t) => {
1231
- const { disabled: n = !1, onSelect: r, ...a } = e, s = h.useRef(null), i = ot(mt, e.__scopeMenu), l = Kt(mt, e.__scopeMenu), u = et(t, s), v = h.useRef(!1), m = () => {
1232
- const c = s.current;
1233
- if (!n && c) {
1234
- const d = new CustomEvent(bn, { bubbles: !0, cancelable: !0 });
1235
- c.addEventListener(bn, (f) => r == null ? void 0 : r(f), { once: !0 }), oa(c, d), d.defaultPrevented ? v.current = !1 : i.onClose();
1118
+ const { disabled: n = !1, onSelect: r, ...a } = e, o = c.useRef(null), s = nt(mt, e.__scopeMenu), i = Bt(mt, e.__scopeMenu), u = Je(t, o), v = c.useRef(!1), p = () => {
1119
+ const l = o.current;
1120
+ if (!n && l) {
1121
+ const d = new CustomEvent(vn, { bubbles: !0, cancelable: !0 });
1122
+ l.addEventListener(vn, (f) => r == null ? void 0 : r(f), { once: !0 }), Za(l, d), d.defaultPrevented ? v.current = !1 : s.onClose();
1236
1123
  }
1237
1124
  };
1238
- return /* @__PURE__ */ o.jsx(
1239
- sr,
1125
+ return /* @__PURE__ */ g.jsx(
1126
+ ar,
1240
1127
  {
1241
1128
  ...a,
1242
1129
  ref: u,
1243
1130
  disabled: n,
1244
- onClick: A(e.onClick, m),
1245
- onPointerDown: (c) => {
1131
+ onClick: k(e.onClick, p),
1132
+ onPointerDown: (l) => {
1246
1133
  var d;
1247
- (d = e.onPointerDown) == null || d.call(e, c), v.current = !0;
1134
+ (d = e.onPointerDown) == null || d.call(e, l), v.current = !0;
1248
1135
  },
1249
- onPointerUp: A(e.onPointerUp, (c) => {
1136
+ onPointerUp: k(e.onPointerUp, (l) => {
1250
1137
  var d;
1251
- v.current || (d = c.currentTarget) == null || d.click();
1138
+ v.current || (d = l.currentTarget) == null || d.click();
1252
1139
  }),
1253
- onKeyDown: A(e.onKeyDown, (c) => {
1254
- const d = l.searchRef.current !== "";
1255
- n || d && c.key === " " || Nt.includes(c.key) && (c.currentTarget.click(), c.preventDefault());
1140
+ onKeyDown: k(e.onKeyDown, (l) => {
1141
+ const d = i.searchRef.current !== "";
1142
+ n || d && l.key === " " || Dt.includes(l.key) && (l.currentTarget.click(), l.preventDefault());
1256
1143
  })
1257
1144
  }
1258
1145
  );
1259
1146
  }
1260
1147
  );
1261
- wt.displayName = mt;
1262
- var sr = h.forwardRef(
1148
+ gt.displayName = mt;
1149
+ var ar = c.forwardRef(
1263
1150
  (e, t) => {
1264
- const { __scopeMenu: n, disabled: r = !1, textValue: a, ...s } = e, i = Kt(mt, n), l = Zn(n), u = h.useRef(null), v = et(t, u), [m, c] = h.useState(!1), [d, f] = h.useState("");
1265
- return h.useEffect(() => {
1266
- const y = u.current;
1267
- y && f((y.textContent ?? "").trim());
1268
- }, [s.children]), /* @__PURE__ */ o.jsx(
1269
- Xe.ItemSlot,
1151
+ const { __scopeMenu: n, disabled: r = !1, textValue: a, ...o } = e, s = Bt(mt, n), i = Xn(n), u = c.useRef(null), v = Je(t, u), [p, l] = c.useState(!1), [d, f] = c.useState("");
1152
+ return c.useEffect(() => {
1153
+ const E = u.current;
1154
+ E && f((E.textContent ?? "").trim());
1155
+ }, [o.children]), /* @__PURE__ */ g.jsx(
1156
+ We.ItemSlot,
1270
1157
  {
1271
1158
  scope: n,
1272
1159
  disabled: r,
1273
1160
  textValue: a ?? d,
1274
- children: /* @__PURE__ */ o.jsx(ka, { asChild: !0, ...l, focusable: !r, children: /* @__PURE__ */ o.jsx(
1275
- Ue.div,
1161
+ children: /* @__PURE__ */ g.jsx(Ho, { asChild: !0, ...i, focusable: !r, children: /* @__PURE__ */ g.jsx(
1162
+ Fe.div,
1276
1163
  {
1277
1164
  role: "menuitem",
1278
- "data-highlighted": m ? "" : void 0,
1165
+ "data-highlighted": p ? "" : void 0,
1279
1166
  "aria-disabled": r || void 0,
1280
1167
  "data-disabled": r ? "" : void 0,
1281
- ...s,
1168
+ ...o,
1282
1169
  ref: v,
1283
- onPointerMove: A(
1170
+ onPointerMove: k(
1284
1171
  e.onPointerMove,
1285
- Je((y) => {
1286
- r ? i.onItemLeave(y) : (i.onItemEnter(y), y.defaultPrevented || y.currentTarget.focus({ preventScroll: !0 }));
1172
+ Ye((E) => {
1173
+ r ? s.onItemLeave(E) : (s.onItemEnter(E), E.defaultPrevented || E.currentTarget.focus({ preventScroll: !0 }));
1287
1174
  })
1288
1175
  ),
1289
- onPointerLeave: A(
1176
+ onPointerLeave: k(
1290
1177
  e.onPointerLeave,
1291
- Je((y) => i.onItemLeave(y))
1178
+ Ye((E) => s.onItemLeave(E))
1292
1179
  ),
1293
- onFocus: A(e.onFocus, () => c(!0)),
1294
- onBlur: A(e.onBlur, () => c(!1))
1180
+ onFocus: k(e.onFocus, () => l(!0)),
1181
+ onBlur: k(e.onBlur, () => l(!1))
1295
1182
  }
1296
1183
  ) })
1297
1184
  }
1298
1185
  );
1299
1186
  }
1300
- ), Ys = "MenuCheckboxItem", ir = h.forwardRef(
1187
+ ), Qs = "MenuCheckboxItem", or = c.forwardRef(
1301
1188
  (e, t) => {
1302
1189
  const { checked: n = !1, onCheckedChange: r, ...a } = e;
1303
- return /* @__PURE__ */ o.jsx(fr, { scope: e.__scopeMenu, checked: n, children: /* @__PURE__ */ o.jsx(
1304
- wt,
1190
+ return /* @__PURE__ */ g.jsx(ur, { scope: e.__scopeMenu, checked: n, children: /* @__PURE__ */ g.jsx(
1191
+ gt,
1305
1192
  {
1306
1193
  role: "menuitemcheckbox",
1307
- "aria-checked": gt(n) ? "mixed" : n,
1194
+ "aria-checked": pt(n) ? "mixed" : n,
1308
1195
  ...a,
1309
1196
  ref: t,
1310
- "data-state": Wt(n),
1311
- onSelect: A(
1197
+ "data-state": qt(n),
1198
+ onSelect: k(
1312
1199
  a.onSelect,
1313
- () => r == null ? void 0 : r(gt(n) ? !0 : !n),
1200
+ () => r == null ? void 0 : r(pt(n) ? !0 : !n),
1314
1201
  { checkForDefaultPrevented: !1 }
1315
1202
  )
1316
1203
  }
1317
1204
  ) });
1318
1205
  }
1319
1206
  );
1320
- ir.displayName = Ys;
1321
- var lr = "MenuRadioGroup", [Xs, Js] = Oe(
1322
- lr,
1207
+ or.displayName = Qs;
1208
+ var sr = "MenuRadioGroup", [qs, Gs] = _e(
1209
+ sr,
1323
1210
  { value: void 0, onValueChange: () => {
1324
1211
  } }
1325
- ), cr = h.forwardRef(
1212
+ ), ir = c.forwardRef(
1326
1213
  (e, t) => {
1327
- const { value: n, onValueChange: r, ...a } = e, s = kt(r);
1328
- return /* @__PURE__ */ o.jsx(Xs, { scope: e.__scopeMenu, value: n, onValueChange: s, children: /* @__PURE__ */ o.jsx(Vt, { ...a, ref: t }) });
1214
+ const { value: n, onValueChange: r, ...a } = e, o = At(r);
1215
+ return /* @__PURE__ */ g.jsx(qs, { scope: e.__scopeMenu, value: n, onValueChange: o, children: /* @__PURE__ */ g.jsx(Kt, { ...a, ref: t }) });
1329
1216
  }
1330
1217
  );
1331
- cr.displayName = lr;
1332
- var ur = "MenuRadioItem", dr = h.forwardRef(
1218
+ ir.displayName = sr;
1219
+ var cr = "MenuRadioItem", lr = c.forwardRef(
1333
1220
  (e, t) => {
1334
- const { value: n, ...r } = e, a = Js(ur, e.__scopeMenu), s = n === a.value;
1335
- return /* @__PURE__ */ o.jsx(fr, { scope: e.__scopeMenu, checked: s, children: /* @__PURE__ */ o.jsx(
1336
- wt,
1221
+ const { value: n, ...r } = e, a = Gs(cr, e.__scopeMenu), o = n === a.value;
1222
+ return /* @__PURE__ */ g.jsx(ur, { scope: e.__scopeMenu, checked: o, children: /* @__PURE__ */ g.jsx(
1223
+ gt,
1337
1224
  {
1338
1225
  role: "menuitemradio",
1339
- "aria-checked": s,
1226
+ "aria-checked": o,
1340
1227
  ...r,
1341
1228
  ref: t,
1342
- "data-state": Wt(s),
1343
- onSelect: A(
1229
+ "data-state": qt(o),
1230
+ onSelect: k(
1344
1231
  r.onSelect,
1345
1232
  () => {
1346
- var i;
1347
- return (i = a.onValueChange) == null ? void 0 : i.call(a, n);
1233
+ var s;
1234
+ return (s = a.onValueChange) == null ? void 0 : s.call(a, n);
1348
1235
  },
1349
1236
  { checkForDefaultPrevented: !1 }
1350
1237
  )
@@ -1352,35 +1239,35 @@ var ur = "MenuRadioItem", dr = h.forwardRef(
1352
1239
  ) });
1353
1240
  }
1354
1241
  );
1355
- dr.displayName = ur;
1356
- var Qt = "MenuItemIndicator", [fr, Zs] = Oe(
1357
- Qt,
1242
+ lr.displayName = cr;
1243
+ var Vt = "MenuItemIndicator", [ur, Ws] = _e(
1244
+ Vt,
1358
1245
  { checked: !1 }
1359
- ), hr = h.forwardRef(
1246
+ ), dr = c.forwardRef(
1360
1247
  (e, t) => {
1361
- const { __scopeMenu: n, forceMount: r, ...a } = e, s = Zs(Qt, n);
1362
- return /* @__PURE__ */ o.jsx(
1363
- vt,
1248
+ const { __scopeMenu: n, forceMount: r, ...a } = e, o = Ws(Vt, n);
1249
+ return /* @__PURE__ */ g.jsx(
1250
+ ht,
1364
1251
  {
1365
- present: r || gt(s.checked) || s.checked === !0,
1366
- children: /* @__PURE__ */ o.jsx(
1367
- Ue.span,
1252
+ present: r || pt(o.checked) || o.checked === !0,
1253
+ children: /* @__PURE__ */ g.jsx(
1254
+ Fe.span,
1368
1255
  {
1369
1256
  ...a,
1370
1257
  ref: t,
1371
- "data-state": Wt(s.checked)
1258
+ "data-state": qt(o.checked)
1372
1259
  }
1373
1260
  )
1374
1261
  }
1375
1262
  );
1376
1263
  }
1377
1264
  );
1378
- hr.displayName = Qt;
1379
- var ei = "MenuSeparator", pr = h.forwardRef(
1265
+ dr.displayName = Vt;
1266
+ var Ys = "MenuSeparator", fr = c.forwardRef(
1380
1267
  (e, t) => {
1381
1268
  const { __scopeMenu: n, ...r } = e;
1382
- return /* @__PURE__ */ o.jsx(
1383
- Ue.div,
1269
+ return /* @__PURE__ */ g.jsx(
1270
+ Fe.div,
1384
1271
  {
1385
1272
  role: "separator",
1386
1273
  "aria-orientation": "horizontal",
@@ -1390,31 +1277,31 @@ var ei = "MenuSeparator", pr = h.forwardRef(
1390
1277
  );
1391
1278
  }
1392
1279
  );
1393
- pr.displayName = ei;
1394
- var ti = "MenuArrow", mr = h.forwardRef(
1280
+ fr.displayName = Ys;
1281
+ var Xs = "MenuArrow", mr = c.forwardRef(
1395
1282
  (e, t) => {
1396
- const { __scopeMenu: n, ...r } = e, a = rt(n);
1397
- return /* @__PURE__ */ o.jsx(ta, { ...a, ...r, ref: t });
1283
+ const { __scopeMenu: n, ...r } = e, a = tt(n);
1284
+ return /* @__PURE__ */ g.jsx(Ya, { ...a, ...r, ref: t });
1398
1285
  }
1399
1286
  );
1400
- mr.displayName = ti;
1401
- var Gt = "MenuSub", [ni, gr] = Oe(Gt), vr = (e) => {
1402
- const { __scopeMenu: t, children: n, open: r = !1, onOpenChange: a } = e, s = De(Gt, t), i = rt(t), [l, u] = h.useState(null), [v, m] = h.useState(null), c = kt(a);
1403
- return h.useEffect(() => (s.open === !1 && c(!1), () => c(!1)), [s.open, c]), /* @__PURE__ */ o.jsx(On, { ...i, children: /* @__PURE__ */ o.jsx(
1404
- er,
1287
+ mr.displayName = Xs;
1288
+ var Qt = "MenuSub", [Js, pr] = _e(Qt), hr = (e) => {
1289
+ const { __scopeMenu: t, children: n, open: r = !1, onOpenChange: a } = e, o = Se(Qt, t), s = tt(t), [i, u] = c.useState(null), [v, p] = c.useState(null), l = At(a);
1290
+ return c.useEffect(() => (o.open === !1 && l(!1), () => l(!1)), [o.open, l]), /* @__PURE__ */ g.jsx(_n, { ...s, children: /* @__PURE__ */ g.jsx(
1291
+ Jn,
1405
1292
  {
1406
1293
  scope: t,
1407
1294
  open: r,
1408
- onOpenChange: c,
1295
+ onOpenChange: l,
1409
1296
  content: v,
1410
- onContentChange: m,
1411
- children: /* @__PURE__ */ o.jsx(
1412
- ni,
1297
+ onContentChange: p,
1298
+ children: /* @__PURE__ */ g.jsx(
1299
+ Js,
1413
1300
  {
1414
1301
  scope: t,
1415
- contentId: pt(),
1416
- triggerId: pt(),
1417
- trigger: l,
1302
+ contentId: ft(),
1303
+ triggerId: ft(),
1304
+ trigger: i,
1418
1305
  onTriggerChange: u,
1419
1306
  children: n
1420
1307
  }
@@ -1422,240 +1309,240 @@ var Gt = "MenuSub", [ni, gr] = Oe(Gt), vr = (e) => {
1422
1309
  }
1423
1310
  ) });
1424
1311
  };
1425
- vr.displayName = Gt;
1426
- var Ge = "MenuSubTrigger", wr = h.forwardRef(
1312
+ hr.displayName = Qt;
1313
+ var Qe = "MenuSubTrigger", gr = c.forwardRef(
1427
1314
  (e, t) => {
1428
- const n = De(Ge, e.__scopeMenu), r = ot(Ge, e.__scopeMenu), a = gr(Ge, e.__scopeMenu), s = Kt(Ge, e.__scopeMenu), i = h.useRef(null), { pointerGraceTimerRef: l, onPointerGraceIntentChange: u } = s, v = { __scopeMenu: e.__scopeMenu }, m = h.useCallback(() => {
1429
- i.current && window.clearTimeout(i.current), i.current = null;
1315
+ const n = Se(Qe, e.__scopeMenu), r = nt(Qe, e.__scopeMenu), a = pr(Qe, e.__scopeMenu), o = Bt(Qe, e.__scopeMenu), s = c.useRef(null), { pointerGraceTimerRef: i, onPointerGraceIntentChange: u } = o, v = { __scopeMenu: e.__scopeMenu }, p = c.useCallback(() => {
1316
+ s.current && window.clearTimeout(s.current), s.current = null;
1430
1317
  }, []);
1431
- return h.useEffect(() => m, [m]), h.useEffect(() => {
1432
- const c = l.current;
1318
+ return c.useEffect(() => p, [p]), c.useEffect(() => {
1319
+ const l = i.current;
1433
1320
  return () => {
1434
- window.clearTimeout(c), u(null);
1321
+ window.clearTimeout(l), u(null);
1435
1322
  };
1436
- }, [l, u]), /* @__PURE__ */ o.jsx(Bt, { asChild: !0, ...v, children: /* @__PURE__ */ o.jsx(
1437
- sr,
1323
+ }, [i, u]), /* @__PURE__ */ g.jsx(Ht, { asChild: !0, ...v, children: /* @__PURE__ */ g.jsx(
1324
+ ar,
1438
1325
  {
1439
1326
  id: a.triggerId,
1440
1327
  "aria-haspopup": "menu",
1441
1328
  "aria-expanded": n.open,
1442
1329
  "aria-controls": a.contentId,
1443
- "data-state": yr(n.open),
1330
+ "data-state": br(n.open),
1444
1331
  ...e,
1445
- ref: _n(t, a.onTriggerChange),
1446
- onClick: (c) => {
1332
+ ref: Tn(t, a.onTriggerChange),
1333
+ onClick: (l) => {
1447
1334
  var d;
1448
- (d = e.onClick) == null || d.call(e, c), !(e.disabled || c.defaultPrevented) && (c.currentTarget.focus(), n.open || n.onOpenChange(!0));
1335
+ (d = e.onClick) == null || d.call(e, l), !(e.disabled || l.defaultPrevented) && (l.currentTarget.focus(), n.open || n.onOpenChange(!0));
1449
1336
  },
1450
- onPointerMove: A(
1337
+ onPointerMove: k(
1451
1338
  e.onPointerMove,
1452
- Je((c) => {
1453
- s.onItemEnter(c), !c.defaultPrevented && !e.disabled && !n.open && !i.current && (s.onPointerGraceIntentChange(null), i.current = window.setTimeout(() => {
1454
- n.onOpenChange(!0), m();
1339
+ Ye((l) => {
1340
+ o.onItemEnter(l), !l.defaultPrevented && !e.disabled && !n.open && !s.current && (o.onPointerGraceIntentChange(null), s.current = window.setTimeout(() => {
1341
+ n.onOpenChange(!0), p();
1455
1342
  }, 100));
1456
1343
  })
1457
1344
  ),
1458
- onPointerLeave: A(
1345
+ onPointerLeave: k(
1459
1346
  e.onPointerLeave,
1460
- Je((c) => {
1461
- var f, y;
1462
- m();
1347
+ Ye((l) => {
1348
+ var f, E;
1349
+ p();
1463
1350
  const d = (f = n.content) == null ? void 0 : f.getBoundingClientRect();
1464
1351
  if (d) {
1465
- const R = (y = n.content) == null ? void 0 : y.dataset.side, K = R === "right", H = K ? -5 : 5, Q = d[K ? "left" : "right"], x = d[K ? "right" : "left"];
1466
- s.onPointerGraceIntentChange({
1352
+ const C = (E = n.content) == null ? void 0 : E.dataset.side, K = C === "right", H = K ? -5 : 5, q = d[K ? "left" : "right"], y = d[K ? "right" : "left"];
1353
+ o.onPointerGraceIntentChange({
1467
1354
  area: [
1468
1355
  // Apply a bleed on clientX to ensure that our exit point is
1469
1356
  // consistently within polygon bounds
1470
- { x: c.clientX + H, y: c.clientY },
1471
- { x: Q, y: d.top },
1472
- { x, y: d.top },
1473
- { x, y: d.bottom },
1474
- { x: Q, y: d.bottom }
1357
+ { x: l.clientX + H, y: l.clientY },
1358
+ { x: q, y: d.top },
1359
+ { x: y, y: d.top },
1360
+ { x: y, y: d.bottom },
1361
+ { x: q, y: d.bottom }
1475
1362
  ],
1476
- side: R
1477
- }), window.clearTimeout(l.current), l.current = window.setTimeout(
1478
- () => s.onPointerGraceIntentChange(null),
1363
+ side: C
1364
+ }), window.clearTimeout(i.current), i.current = window.setTimeout(
1365
+ () => o.onPointerGraceIntentChange(null),
1479
1366
  300
1480
1367
  );
1481
1368
  } else {
1482
- if (s.onTriggerLeave(c), c.defaultPrevented) return;
1483
- s.onPointerGraceIntentChange(null);
1369
+ if (o.onTriggerLeave(l), l.defaultPrevented) return;
1370
+ o.onPointerGraceIntentChange(null);
1484
1371
  }
1485
1372
  })
1486
1373
  ),
1487
- onKeyDown: A(e.onKeyDown, (c) => {
1374
+ onKeyDown: k(e.onKeyDown, (l) => {
1488
1375
  var f;
1489
- const d = s.searchRef.current !== "";
1490
- e.disabled || d && c.key === " " || Ls[r.dir].includes(c.key) && (n.onOpenChange(!0), (f = n.content) == null || f.focus(), c.preventDefault());
1376
+ const d = o.searchRef.current !== "";
1377
+ e.disabled || d && l.key === " " || As[r.dir].includes(l.key) && (n.onOpenChange(!0), (f = n.content) == null || f.focus(), l.preventDefault());
1491
1378
  })
1492
1379
  }
1493
1380
  ) });
1494
1381
  }
1495
1382
  );
1496
- wr.displayName = Ge;
1497
- var br = "MenuSubContent", xr = h.forwardRef(
1383
+ gr.displayName = Qe;
1384
+ var vr = "MenuSubContent", wr = c.forwardRef(
1498
1385
  (e, t) => {
1499
- const n = nr(se, e.__scopeMenu), { forceMount: r = n.forceMount, ...a } = e, s = De(se, e.__scopeMenu), i = ot(se, e.__scopeMenu), l = gr(br, e.__scopeMenu), u = h.useRef(null), v = et(t, u);
1500
- return /* @__PURE__ */ o.jsx(Xe.Provider, { scope: e.__scopeMenu, children: /* @__PURE__ */ o.jsx(vt, { present: r || s.open, children: /* @__PURE__ */ o.jsx(Xe.Slot, { scope: e.__scopeMenu, children: /* @__PURE__ */ o.jsx(
1501
- qt,
1386
+ const n = er(oe, e.__scopeMenu), { forceMount: r = n.forceMount, ...a } = e, o = Se(oe, e.__scopeMenu), s = nt(oe, e.__scopeMenu), i = pr(vr, e.__scopeMenu), u = c.useRef(null), v = Je(t, u);
1387
+ return /* @__PURE__ */ g.jsx(We.Provider, { scope: e.__scopeMenu, children: /* @__PURE__ */ g.jsx(ht, { present: r || o.open, children: /* @__PURE__ */ g.jsx(We.Slot, { scope: e.__scopeMenu, children: /* @__PURE__ */ g.jsx(
1388
+ zt,
1502
1389
  {
1503
- id: l.contentId,
1504
- "aria-labelledby": l.triggerId,
1390
+ id: i.contentId,
1391
+ "aria-labelledby": i.triggerId,
1505
1392
  ...a,
1506
1393
  ref: v,
1507
1394
  align: "start",
1508
- side: i.dir === "rtl" ? "left" : "right",
1395
+ side: s.dir === "rtl" ? "left" : "right",
1509
1396
  disableOutsidePointerEvents: !1,
1510
1397
  disableOutsideScroll: !1,
1511
1398
  trapFocus: !1,
1512
- onOpenAutoFocus: (m) => {
1513
- var c;
1514
- i.isUsingKeyboardRef.current && ((c = u.current) == null || c.focus()), m.preventDefault();
1399
+ onOpenAutoFocus: (p) => {
1400
+ var l;
1401
+ s.isUsingKeyboardRef.current && ((l = u.current) == null || l.focus()), p.preventDefault();
1515
1402
  },
1516
- onCloseAutoFocus: (m) => m.preventDefault(),
1517
- onFocusOutside: A(e.onFocusOutside, (m) => {
1518
- m.target !== l.trigger && s.onOpenChange(!1);
1403
+ onCloseAutoFocus: (p) => p.preventDefault(),
1404
+ onFocusOutside: k(e.onFocusOutside, (p) => {
1405
+ p.target !== i.trigger && o.onOpenChange(!1);
1519
1406
  }),
1520
- onEscapeKeyDown: A(e.onEscapeKeyDown, (m) => {
1521
- i.onClose(), m.preventDefault();
1407
+ onEscapeKeyDown: k(e.onEscapeKeyDown, (p) => {
1408
+ s.onClose(), p.preventDefault();
1522
1409
  }),
1523
- onKeyDown: A(e.onKeyDown, (m) => {
1410
+ onKeyDown: k(e.onKeyDown, (p) => {
1524
1411
  var f;
1525
- const c = m.currentTarget.contains(m.target), d = Fs[i.dir].includes(m.key);
1526
- c && d && (s.onOpenChange(!1), (f = l.trigger) == null || f.focus(), m.preventDefault());
1412
+ const l = p.currentTarget.contains(p.target), d = ks[s.dir].includes(p.key);
1413
+ l && d && (o.onOpenChange(!1), (f = i.trigger) == null || f.focus(), p.preventDefault());
1527
1414
  })
1528
1415
  }
1529
1416
  ) }) }) });
1530
1417
  }
1531
1418
  );
1532
- xr.displayName = br;
1533
- function yr(e) {
1419
+ wr.displayName = vr;
1420
+ function br(e) {
1534
1421
  return e ? "open" : "closed";
1535
1422
  }
1536
- function gt(e) {
1423
+ function pt(e) {
1537
1424
  return e === "indeterminate";
1538
1425
  }
1539
- function Wt(e) {
1540
- return gt(e) ? "indeterminate" : e ? "checked" : "unchecked";
1426
+ function qt(e) {
1427
+ return pt(e) ? "indeterminate" : e ? "checked" : "unchecked";
1541
1428
  }
1542
- function ri(e) {
1429
+ function Zs(e) {
1543
1430
  const t = document.activeElement;
1544
1431
  for (const n of e)
1545
1432
  if (n === t || (n.focus(), document.activeElement !== t)) return;
1546
1433
  }
1547
- function oi(e, t) {
1434
+ function ei(e, t) {
1548
1435
  return e.map((n, r) => e[(t + r) % e.length]);
1549
1436
  }
1550
- function ai(e, t, n) {
1551
- const a = t.length > 1 && Array.from(t).every((v) => v === t[0]) ? t[0] : t, s = n ? e.indexOf(n) : -1;
1552
- let i = oi(e, Math.max(s, 0));
1553
- a.length === 1 && (i = i.filter((v) => v !== n));
1554
- const u = i.find(
1437
+ function ti(e, t, n) {
1438
+ const a = t.length > 1 && Array.from(t).every((v) => v === t[0]) ? t[0] : t, o = n ? e.indexOf(n) : -1;
1439
+ let s = ei(e, Math.max(o, 0));
1440
+ a.length === 1 && (s = s.filter((v) => v !== n));
1441
+ const u = s.find(
1555
1442
  (v) => v.toLowerCase().startsWith(a.toLowerCase())
1556
1443
  );
1557
1444
  return u !== n ? u : void 0;
1558
1445
  }
1559
- function si(e, t) {
1446
+ function ni(e, t) {
1560
1447
  const { x: n, y: r } = e;
1561
1448
  let a = !1;
1562
- for (let s = 0, i = t.length - 1; s < t.length; i = s++) {
1563
- const l = t[s].x, u = t[s].y, v = t[i].x, m = t[i].y;
1564
- u > r != m > r && n < (v - l) * (r - u) / (m - u) + l && (a = !a);
1449
+ for (let o = 0, s = t.length - 1; o < t.length; s = o++) {
1450
+ const i = t[o].x, u = t[o].y, v = t[s].x, p = t[s].y;
1451
+ u > r != p > r && n < (v - i) * (r - u) / (p - u) + i && (a = !a);
1565
1452
  }
1566
1453
  return a;
1567
1454
  }
1568
- function ii(e, t) {
1455
+ function ri(e, t) {
1569
1456
  if (!t) return !1;
1570
1457
  const n = { x: e.clientX, y: e.clientY };
1571
- return si(n, t);
1458
+ return ni(n, t);
1572
1459
  }
1573
- function Je(e) {
1460
+ function Ye(e) {
1574
1461
  return (t) => t.pointerType === "mouse" ? e(t) : void 0;
1575
1462
  }
1576
- var li = tr, ci = Bt, ui = rr, di = or, fi = Vt, hi = ar, pi = wt, mi = ir, gi = cr, vi = dr, wi = hr, bi = pr, xi = mr, yi = vr, Mi = wr, Si = xr, Yt = "DropdownMenu", [Ei, Jl] = Pn(
1577
- Yt,
1578
- [Jn]
1579
- ), W = Jn(), [Ci, Mr] = Ei(Yt), Sr = (e) => {
1463
+ var ai = Zn, oi = Ht, si = tr, ii = nr, ci = Kt, li = rr, ui = gt, di = or, fi = ir, mi = lr, pi = dr, hi = fr, gi = mr, vi = hr, wi = gr, bi = wr, Gt = "DropdownMenu", [yi, Gc] = Nn(
1464
+ Gt,
1465
+ [Yn]
1466
+ ), W = Yn(), [Ei, yr] = yi(Gt), Er = (e) => {
1580
1467
  const {
1581
1468
  __scopeDropdownMenu: t,
1582
1469
  children: n,
1583
1470
  dir: r,
1584
1471
  open: a,
1585
- defaultOpen: s,
1586
- onOpenChange: i,
1587
- modal: l = !0
1588
- } = e, u = W(t), v = h.useRef(null), [m = !1, c] = In({
1472
+ defaultOpen: o,
1473
+ onOpenChange: s,
1474
+ modal: i = !0
1475
+ } = e, u = W(t), v = c.useRef(null), [p = !1, l] = On({
1589
1476
  prop: a,
1590
- defaultProp: s,
1591
- onChange: i
1477
+ defaultProp: o,
1478
+ onChange: s
1592
1479
  });
1593
- return /* @__PURE__ */ o.jsx(
1594
- Ci,
1480
+ return /* @__PURE__ */ g.jsx(
1481
+ Ei,
1595
1482
  {
1596
1483
  scope: t,
1597
- triggerId: pt(),
1484
+ triggerId: ft(),
1598
1485
  triggerRef: v,
1599
- contentId: pt(),
1600
- open: m,
1601
- onOpenChange: c,
1602
- onOpenToggle: h.useCallback(() => c((d) => !d), [c]),
1603
- modal: l,
1604
- children: /* @__PURE__ */ o.jsx(li, { ...u, open: m, onOpenChange: c, dir: r, modal: l, children: n })
1486
+ contentId: ft(),
1487
+ open: p,
1488
+ onOpenChange: l,
1489
+ onOpenToggle: c.useCallback(() => l((d) => !d), [l]),
1490
+ modal: i,
1491
+ children: /* @__PURE__ */ g.jsx(ai, { ...u, open: p, onOpenChange: l, dir: r, modal: i, children: n })
1605
1492
  }
1606
1493
  );
1607
1494
  };
1608
- Sr.displayName = Yt;
1609
- var Er = "DropdownMenuTrigger", Cr = h.forwardRef(
1495
+ Er.displayName = Gt;
1496
+ var Rr = "DropdownMenuTrigger", xr = c.forwardRef(
1610
1497
  (e, t) => {
1611
- const { __scopeDropdownMenu: n, disabled: r = !1, ...a } = e, s = Mr(Er, n), i = W(n);
1612
- return /* @__PURE__ */ o.jsx(ci, { asChild: !0, ...i, children: /* @__PURE__ */ o.jsx(
1613
- Ue.button,
1498
+ const { __scopeDropdownMenu: n, disabled: r = !1, ...a } = e, o = yr(Rr, n), s = W(n);
1499
+ return /* @__PURE__ */ g.jsx(oi, { asChild: !0, ...s, children: /* @__PURE__ */ g.jsx(
1500
+ Fe.button,
1614
1501
  {
1615
1502
  type: "button",
1616
- id: s.triggerId,
1503
+ id: o.triggerId,
1617
1504
  "aria-haspopup": "menu",
1618
- "aria-expanded": s.open,
1619
- "aria-controls": s.open ? s.contentId : void 0,
1620
- "data-state": s.open ? "open" : "closed",
1505
+ "aria-expanded": o.open,
1506
+ "aria-controls": o.open ? o.contentId : void 0,
1507
+ "data-state": o.open ? "open" : "closed",
1621
1508
  "data-disabled": r ? "" : void 0,
1622
1509
  disabled: r,
1623
1510
  ...a,
1624
- ref: _n(t, s.triggerRef),
1625
- onPointerDown: A(e.onPointerDown, (l) => {
1626
- !r && l.button === 0 && l.ctrlKey === !1 && (s.onOpenToggle(), s.open || l.preventDefault());
1511
+ ref: Tn(t, o.triggerRef),
1512
+ onPointerDown: k(e.onPointerDown, (i) => {
1513
+ !r && i.button === 0 && i.ctrlKey === !1 && (o.onOpenToggle(), o.open || i.preventDefault());
1627
1514
  }),
1628
- onKeyDown: A(e.onKeyDown, (l) => {
1629
- r || (["Enter", " "].includes(l.key) && s.onOpenToggle(), l.key === "ArrowDown" && s.onOpenChange(!0), ["Enter", " ", "ArrowDown"].includes(l.key) && l.preventDefault());
1515
+ onKeyDown: k(e.onKeyDown, (i) => {
1516
+ r || (["Enter", " "].includes(i.key) && o.onOpenToggle(), i.key === "ArrowDown" && o.onOpenChange(!0), ["Enter", " ", "ArrowDown"].includes(i.key) && i.preventDefault());
1630
1517
  })
1631
1518
  }
1632
1519
  ) });
1633
1520
  }
1634
1521
  );
1635
- Cr.displayName = Er;
1636
- var Ri = "DropdownMenuPortal", Rr = (e) => {
1522
+ xr.displayName = Rr;
1523
+ var Ri = "DropdownMenuPortal", Mr = (e) => {
1637
1524
  const { __scopeDropdownMenu: t, ...n } = e, r = W(t);
1638
- return /* @__PURE__ */ o.jsx(ui, { ...r, ...n });
1525
+ return /* @__PURE__ */ g.jsx(si, { ...r, ...n });
1639
1526
  };
1640
- Rr.displayName = Ri;
1641
- var Dr = "DropdownMenuContent", jr = h.forwardRef(
1527
+ Mr.displayName = Ri;
1528
+ var Sr = "DropdownMenuContent", Cr = c.forwardRef(
1642
1529
  (e, t) => {
1643
- const { __scopeDropdownMenu: n, ...r } = e, a = Mr(Dr, n), s = W(n), i = h.useRef(!1);
1644
- return /* @__PURE__ */ o.jsx(
1645
- di,
1530
+ const { __scopeDropdownMenu: n, ...r } = e, a = yr(Sr, n), o = W(n), s = c.useRef(!1);
1531
+ return /* @__PURE__ */ g.jsx(
1532
+ ii,
1646
1533
  {
1647
1534
  id: a.contentId,
1648
1535
  "aria-labelledby": a.triggerId,
1649
- ...s,
1536
+ ...o,
1650
1537
  ...r,
1651
1538
  ref: t,
1652
- onCloseAutoFocus: A(e.onCloseAutoFocus, (l) => {
1539
+ onCloseAutoFocus: k(e.onCloseAutoFocus, (i) => {
1653
1540
  var u;
1654
- i.current || (u = a.triggerRef.current) == null || u.focus(), i.current = !1, l.preventDefault();
1541
+ s.current || (u = a.triggerRef.current) == null || u.focus(), s.current = !1, i.preventDefault();
1655
1542
  }),
1656
- onInteractOutside: A(e.onInteractOutside, (l) => {
1657
- const u = l.detail.originalEvent, v = u.button === 0 && u.ctrlKey === !0, m = u.button === 2 || v;
1658
- (!a.modal || m) && (i.current = !0);
1543
+ onInteractOutside: k(e.onInteractOutside, (i) => {
1544
+ const u = i.detail.originalEvent, v = u.button === 0 && u.ctrlKey === !0, p = u.button === 2 || v;
1545
+ (!a.modal || p) && (s.current = !0);
1659
1546
  }),
1660
1547
  style: {
1661
1548
  ...e.style,
@@ -1669,76 +1556,76 @@ var Dr = "DropdownMenuContent", jr = h.forwardRef(
1669
1556
  );
1670
1557
  }
1671
1558
  );
1672
- jr.displayName = Dr;
1673
- var Di = "DropdownMenuGroup", ji = h.forwardRef(
1559
+ Cr.displayName = Sr;
1560
+ var xi = "DropdownMenuGroup", Mi = c.forwardRef(
1674
1561
  (e, t) => {
1675
1562
  const { __scopeDropdownMenu: n, ...r } = e, a = W(n);
1676
- return /* @__PURE__ */ o.jsx(fi, { ...a, ...r, ref: t });
1563
+ return /* @__PURE__ */ g.jsx(ci, { ...a, ...r, ref: t });
1677
1564
  }
1678
1565
  );
1679
- ji.displayName = Di;
1680
- var Ni = "DropdownMenuLabel", Nr = h.forwardRef(
1566
+ Mi.displayName = xi;
1567
+ var Si = "DropdownMenuLabel", Dr = c.forwardRef(
1681
1568
  (e, t) => {
1682
1569
  const { __scopeDropdownMenu: n, ...r } = e, a = W(n);
1683
- return /* @__PURE__ */ o.jsx(hi, { ...a, ...r, ref: t });
1570
+ return /* @__PURE__ */ g.jsx(li, { ...a, ...r, ref: t });
1684
1571
  }
1685
1572
  );
1686
- Nr.displayName = Ni;
1687
- var Pi = "DropdownMenuItem", Pr = h.forwardRef(
1573
+ Dr.displayName = Si;
1574
+ var Ci = "DropdownMenuItem", Nr = c.forwardRef(
1688
1575
  (e, t) => {
1689
1576
  const { __scopeDropdownMenu: n, ...r } = e, a = W(n);
1690
- return /* @__PURE__ */ o.jsx(pi, { ...a, ...r, ref: t });
1577
+ return /* @__PURE__ */ g.jsx(ui, { ...a, ...r, ref: t });
1691
1578
  }
1692
1579
  );
1693
- Pr.displayName = Pi;
1694
- var Ti = "DropdownMenuCheckboxItem", Tr = h.forwardRef((e, t) => {
1580
+ Nr.displayName = Ci;
1581
+ var Di = "DropdownMenuCheckboxItem", Pr = c.forwardRef((e, t) => {
1695
1582
  const { __scopeDropdownMenu: n, ...r } = e, a = W(n);
1696
- return /* @__PURE__ */ o.jsx(mi, { ...a, ...r, ref: t });
1583
+ return /* @__PURE__ */ g.jsx(di, { ...a, ...r, ref: t });
1697
1584
  });
1698
- Tr.displayName = Ti;
1699
- var _i = "DropdownMenuRadioGroup", Oi = h.forwardRef((e, t) => {
1585
+ Pr.displayName = Di;
1586
+ var Ni = "DropdownMenuRadioGroup", Pi = c.forwardRef((e, t) => {
1700
1587
  const { __scopeDropdownMenu: n, ...r } = e, a = W(n);
1701
- return /* @__PURE__ */ o.jsx(gi, { ...a, ...r, ref: t });
1588
+ return /* @__PURE__ */ g.jsx(fi, { ...a, ...r, ref: t });
1702
1589
  });
1703
- Oi.displayName = _i;
1704
- var Ii = "DropdownMenuRadioItem", _r = h.forwardRef((e, t) => {
1590
+ Pi.displayName = Ni;
1591
+ var Ti = "DropdownMenuRadioItem", Tr = c.forwardRef((e, t) => {
1705
1592
  const { __scopeDropdownMenu: n, ...r } = e, a = W(n);
1706
- return /* @__PURE__ */ o.jsx(vi, { ...a, ...r, ref: t });
1593
+ return /* @__PURE__ */ g.jsx(mi, { ...a, ...r, ref: t });
1707
1594
  });
1708
- _r.displayName = Ii;
1709
- var Ai = "DropdownMenuItemIndicator", Or = h.forwardRef((e, t) => {
1595
+ Tr.displayName = Ti;
1596
+ var _i = "DropdownMenuItemIndicator", _r = c.forwardRef((e, t) => {
1710
1597
  const { __scopeDropdownMenu: n, ...r } = e, a = W(n);
1711
- return /* @__PURE__ */ o.jsx(wi, { ...a, ...r, ref: t });
1598
+ return /* @__PURE__ */ g.jsx(pi, { ...a, ...r, ref: t });
1712
1599
  });
1713
- Or.displayName = Ai;
1714
- var ki = "DropdownMenuSeparator", Ir = h.forwardRef((e, t) => {
1600
+ _r.displayName = _i;
1601
+ var Oi = "DropdownMenuSeparator", Or = c.forwardRef((e, t) => {
1715
1602
  const { __scopeDropdownMenu: n, ...r } = e, a = W(n);
1716
- return /* @__PURE__ */ o.jsx(bi, { ...a, ...r, ref: t });
1603
+ return /* @__PURE__ */ g.jsx(hi, { ...a, ...r, ref: t });
1717
1604
  });
1718
- Ir.displayName = ki;
1719
- var $i = "DropdownMenuArrow", Li = h.forwardRef(
1605
+ Or.displayName = Oi;
1606
+ var Ii = "DropdownMenuArrow", Ai = c.forwardRef(
1720
1607
  (e, t) => {
1721
1608
  const { __scopeDropdownMenu: n, ...r } = e, a = W(n);
1722
- return /* @__PURE__ */ o.jsx(xi, { ...a, ...r, ref: t });
1609
+ return /* @__PURE__ */ g.jsx(gi, { ...a, ...r, ref: t });
1723
1610
  }
1724
1611
  );
1725
- Li.displayName = $i;
1726
- var Fi = (e) => {
1727
- const { __scopeDropdownMenu: t, children: n, open: r, onOpenChange: a, defaultOpen: s } = e, i = W(t), [l = !1, u] = In({
1612
+ Ai.displayName = Ii;
1613
+ var ki = (e) => {
1614
+ const { __scopeDropdownMenu: t, children: n, open: r, onOpenChange: a, defaultOpen: o } = e, s = W(t), [i = !1, u] = On({
1728
1615
  prop: r,
1729
- defaultProp: s,
1616
+ defaultProp: o,
1730
1617
  onChange: a
1731
1618
  });
1732
- return /* @__PURE__ */ o.jsx(yi, { ...i, open: l, onOpenChange: u, children: n });
1733
- }, Hi = "DropdownMenuSubTrigger", Ar = h.forwardRef((e, t) => {
1619
+ return /* @__PURE__ */ g.jsx(vi, { ...s, open: i, onOpenChange: u, children: n });
1620
+ }, $i = "DropdownMenuSubTrigger", Ir = c.forwardRef((e, t) => {
1734
1621
  const { __scopeDropdownMenu: n, ...r } = e, a = W(n);
1735
- return /* @__PURE__ */ o.jsx(Mi, { ...a, ...r, ref: t });
1622
+ return /* @__PURE__ */ g.jsx(wi, { ...a, ...r, ref: t });
1736
1623
  });
1737
- Ar.displayName = Hi;
1738
- var Ui = "DropdownMenuSubContent", kr = h.forwardRef((e, t) => {
1624
+ Ir.displayName = $i;
1625
+ var Li = "DropdownMenuSubContent", Ar = c.forwardRef((e, t) => {
1739
1626
  const { __scopeDropdownMenu: n, ...r } = e, a = W(n);
1740
- return /* @__PURE__ */ o.jsx(
1741
- Si,
1627
+ return /* @__PURE__ */ g.jsx(
1628
+ bi,
1742
1629
  {
1743
1630
  ...a,
1744
1631
  ...r,
@@ -1754,56 +1641,54 @@ var Ui = "DropdownMenuSubContent", kr = h.forwardRef((e, t) => {
1754
1641
  }
1755
1642
  );
1756
1643
  });
1757
- kr.displayName = Ui;
1758
- var Bi = Sr, zi = Cr, $r = Rr, Lr = jr, Fr = Nr, Hr = Pr, Ur = Tr, Br = _r, zr = Or, Kr = Ir, Ki = Fi, qr = Ar, Vr = kr;
1759
- const qi = Bi, Vi = zi, Qi = $r, Gi = Ki, Qr = h.forwardRef(({ className: e, inset: t, children: n, ...r }, a) => /* @__PURE__ */ o.jsxs(
1760
- qr,
1644
+ Ar.displayName = Li;
1645
+ var ji = Er, Fi = xr, kr = Mr, $r = Cr, Lr = Dr, jr = Nr, Fr = Pr, Hr = Tr, Ur = _r, Br = Or, Hi = ki, zr = Ir, Kr = Ar;
1646
+ const Ui = ji, Bi = Fi, zi = kr, Ki = Hi, Vr = c.forwardRef(({ className: e, inset: t, children: n, ...r }, a) => /* @__PURE__ */ c.createElement(
1647
+ zr,
1761
1648
  {
1762
1649
  ref: a,
1763
- className: O(
1650
+ className: I(
1764
1651
  "flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none focus:bg-accent data-[state=open]:bg-accent",
1765
1652
  t && "pl-8",
1766
1653
  e
1767
1654
  ),
1768
- ...r,
1769
- children: [
1770
- n,
1771
- /* @__PURE__ */ o.jsx(Vn, { className: "ml-auto h-4 w-4" })
1772
- ]
1773
- }
1655
+ ...r
1656
+ },
1657
+ n,
1658
+ /* @__PURE__ */ c.createElement(zn, { className: "ml-auto h-4 w-4" })
1774
1659
  ));
1775
- Qr.displayName = qr.displayName;
1776
- const Gr = h.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ o.jsx(
1777
- Vr,
1660
+ Vr.displayName = zr.displayName;
1661
+ const Qr = c.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ c.createElement(
1662
+ Kr,
1778
1663
  {
1779
1664
  ref: n,
1780
- className: O(
1665
+ className: I(
1781
1666
  "z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-lg data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
1782
1667
  e
1783
1668
  ),
1784
1669
  ...t
1785
1670
  }
1786
1671
  ));
1787
- Gr.displayName = Vr.displayName;
1788
- const Wr = h.forwardRef(({ className: e, sideOffset: t = 4, ...n }, r) => /* @__PURE__ */ o.jsx($r, { children: /* @__PURE__ */ o.jsx(
1789
- Lr,
1672
+ Qr.displayName = Kr.displayName;
1673
+ const qr = c.forwardRef(({ className: e, sideOffset: t = 4, ...n }, r) => /* @__PURE__ */ c.createElement(kr, null, /* @__PURE__ */ c.createElement(
1674
+ $r,
1790
1675
  {
1791
1676
  ref: r,
1792
1677
  sideOffset: t,
1793
- className: O(
1678
+ className: I(
1794
1679
  "z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-md",
1795
1680
  "data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
1796
1681
  e
1797
1682
  ),
1798
1683
  ...n
1799
1684
  }
1800
- ) }));
1801
- Wr.displayName = Lr.displayName;
1802
- const Yr = h.forwardRef(({ className: e, inset: t, ...n }, r) => /* @__PURE__ */ o.jsx(
1803
- Hr,
1685
+ )));
1686
+ qr.displayName = $r.displayName;
1687
+ const Gr = c.forwardRef(({ className: e, inset: t, ...n }, r) => /* @__PURE__ */ c.createElement(
1688
+ jr,
1804
1689
  {
1805
1690
  ref: r,
1806
- className: O(
1691
+ className: I(
1807
1692
  "relative flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",
1808
1693
  t && "pl-8",
1809
1694
  e
@@ -1811,45 +1696,41 @@ const Yr = h.forwardRef(({ className: e, inset: t, ...n }, r) => /* @__PURE__ */
1811
1696
  ...n
1812
1697
  }
1813
1698
  ));
1814
- Yr.displayName = Hr.displayName;
1815
- const Wi = h.forwardRef(({ className: e, children: t, checked: n, ...r }, a) => /* @__PURE__ */ o.jsxs(
1816
- Ur,
1699
+ Gr.displayName = jr.displayName;
1700
+ const Vi = c.forwardRef(({ className: e, children: t, checked: n, ...r }, a) => /* @__PURE__ */ c.createElement(
1701
+ Fr,
1817
1702
  {
1818
1703
  ref: a,
1819
- className: O(
1704
+ className: I(
1820
1705
  "relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",
1821
1706
  e
1822
1707
  ),
1823
1708
  checked: n,
1824
- ...r,
1825
- children: [
1826
- /* @__PURE__ */ o.jsx("span", { className: "absolute left-2 flex h-3.5 w-3.5 items-center justify-center", children: /* @__PURE__ */ o.jsx(zr, { children: /* @__PURE__ */ o.jsx(ia, { className: "h-4 w-4" }) }) }),
1827
- t
1828
- ]
1829
- }
1709
+ ...r
1710
+ },
1711
+ /* @__PURE__ */ c.createElement("span", { className: "absolute left-2 flex h-3.5 w-3.5 items-center justify-center" }, /* @__PURE__ */ c.createElement(Ur, null, /* @__PURE__ */ c.createElement(To, { className: "h-4 w-4" }))),
1712
+ t
1830
1713
  ));
1831
- Wi.displayName = Ur.displayName;
1832
- const Yi = h.forwardRef(({ className: e, children: t, ...n }, r) => /* @__PURE__ */ o.jsxs(
1833
- Br,
1714
+ Vi.displayName = Fr.displayName;
1715
+ const Qi = c.forwardRef(({ className: e, children: t, ...n }, r) => /* @__PURE__ */ c.createElement(
1716
+ Hr,
1834
1717
  {
1835
1718
  ref: r,
1836
- className: O(
1719
+ className: I(
1837
1720
  "relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",
1838
1721
  e
1839
1722
  ),
1840
- ...n,
1841
- children: [
1842
- /* @__PURE__ */ o.jsx("span", { className: "absolute left-2 flex h-3.5 w-3.5 items-center justify-center", children: /* @__PURE__ */ o.jsx(zr, { children: /* @__PURE__ */ o.jsx(Qa, { className: "h-4 w-4 fill-current" }) }) }),
1843
- t
1844
- ]
1845
- }
1723
+ ...n
1724
+ },
1725
+ /* @__PURE__ */ c.createElement("span", { className: "absolute left-2 flex h-3.5 w-3.5 items-center justify-center" }, /* @__PURE__ */ c.createElement(Ur, null, /* @__PURE__ */ c.createElement(_o, { className: "h-4 w-4 fill-current" }))),
1726
+ t
1846
1727
  ));
1847
- Yi.displayName = Br.displayName;
1848
- const Xr = h.forwardRef(({ className: e, inset: t, ...n }, r) => /* @__PURE__ */ o.jsx(
1849
- Fr,
1728
+ Qi.displayName = Hr.displayName;
1729
+ const Wr = c.forwardRef(({ className: e, inset: t, ...n }, r) => /* @__PURE__ */ c.createElement(
1730
+ Lr,
1850
1731
  {
1851
1732
  ref: r,
1852
- className: O(
1733
+ className: I(
1853
1734
  "px-2 py-1.5 text-sm font-semibold",
1854
1735
  t && "pl-8",
1855
1736
  e
@@ -1857,52 +1738,50 @@ const Xr = h.forwardRef(({ className: e, inset: t, ...n }, r) => /* @__PURE__ */
1857
1738
  ...n
1858
1739
  }
1859
1740
  ));
1860
- Xr.displayName = Fr.displayName;
1861
- const Jr = h.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ o.jsx(
1862
- Kr,
1741
+ Wr.displayName = Lr.displayName;
1742
+ const Yr = c.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ c.createElement(
1743
+ Br,
1863
1744
  {
1864
1745
  ref: n,
1865
- className: O("-mx-1 my-1 h-px bg-muted", e),
1746
+ className: I("-mx-1 my-1 h-px bg-muted", e),
1866
1747
  ...t
1867
1748
  }
1868
1749
  ));
1869
- Jr.displayName = Kr.displayName;
1870
- const Xi = {
1750
+ Yr.displayName = Br.displayName;
1751
+ const qi = {
1871
1752
  info: "bg-blue-500",
1872
1753
  note: "bg-gray-500",
1873
1754
  tip: "bg-green-600",
1874
1755
  caution: "bg-orange-500",
1875
1756
  danger: "bg-rose-500"
1876
- }, Ji = () => {
1877
- const { page: e } = Be(), [t, n] = _e(!0);
1878
- return !(e != null && e.banner) || !t ? /* @__PURE__ */ o.jsx("style", { children: ":root { --banner-height: 0px; }" }) : /* @__PURE__ */ o.jsxs(
1757
+ }, Gi = () => {
1758
+ const { page: e } = He(), [t, n] = Te(!0);
1759
+ return !(e != null && e.banner) || !t ? /* @__PURE__ */ React.createElement("style", null, ":root { --banner-height: 0px; }") : /* @__PURE__ */ React.createElement(
1879
1760
  "div",
1880
1761
  {
1881
- className: O(
1762
+ className: I(
1882
1763
  "relative text-primary-foreground text-sm font-medium px-4 py-2 flex gap-2 items-center",
1883
- e.banner.color ? Xi[e.banner.color] : "bg-primary"
1884
- ),
1885
- children: [
1886
- /* @__PURE__ */ o.jsx("div", { className: "w-full", children: e.banner.message }),
1887
- e.banner.dismissible && /* @__PURE__ */ o.jsx(
1888
- "button",
1889
- {
1890
- type: "button",
1891
- className: "md:absolute md:right-4 -m-1.5 p-1.5 hover:bg-accent-foreground/10 rounded-md",
1892
- onClick: () => n(!1),
1893
- children: /* @__PURE__ */ o.jsx(Va, { size: 16 })
1894
- }
1895
- )
1896
- ]
1897
- }
1764
+ e.banner.color ? qi[e.banner.color] : "bg-primary"
1765
+ )
1766
+ },
1767
+ /* @__PURE__ */ React.createElement("div", { className: "w-full" }, e.banner.message),
1768
+ e.banner.dismissible && /* @__PURE__ */ React.createElement(
1769
+ "button",
1770
+ {
1771
+ type: "button",
1772
+ className: "md:absolute md:right-4 -m-1.5 p-1.5 hover:bg-accent-foreground/10 rounded-md",
1773
+ onClick: () => n(!1)
1774
+ },
1775
+ /* @__PURE__ */ React.createElement(Oo, { size: 16 })
1776
+ )
1898
1777
  );
1899
1778
  };
1900
- function Zi(e) {
1779
+ function Wi(e) {
1901
1780
  if (typeof document > "u") return;
1902
1781
  let t = document.head || document.getElementsByTagName("head")[0], n = document.createElement("style");
1903
1782
  n.type = "text/css", t.appendChild(n), n.styleSheet ? n.styleSheet.cssText = e : n.appendChild(document.createTextNode(e));
1904
1783
  }
1905
- const Zr = g.createContext({
1784
+ const Xr = h.createContext({
1906
1785
  drawerRef: {
1907
1786
  current: null
1908
1787
  },
@@ -1946,47 +1825,47 @@ const Zr = g.createContext({
1946
1825
  setVisible: () => {
1947
1826
  },
1948
1827
  direction: "bottom"
1949
- }), bt = () => {
1950
- const e = g.useContext(Zr);
1828
+ }), vt = () => {
1829
+ const e = h.useContext(Xr);
1951
1830
  if (!e)
1952
1831
  throw new Error("useDrawerContext must be used within a Drawer.Root");
1953
1832
  return e;
1954
1833
  };
1955
- Zi("[vaul-drawer]{touch-action:none;will-change:transform;transition:transform .5s cubic-bezier(.32, .72, 0, 1)}[vaul-drawer][vaul-drawer-direction=bottom]{transform:translate3d(0,100%,0)}[vaul-drawer][vaul-drawer-direction=top]{transform:translate3d(0,-100%,0)}[vaul-drawer][vaul-drawer-direction=left]{transform:translate3d(-100%,0,0)}[vaul-drawer][vaul-drawer-direction=right]{transform:translate3d(100%,0,0)}.vaul-dragging .vaul-scrollable [vault-drawer-direction=top]{overflow-y:hidden!important}.vaul-dragging .vaul-scrollable [vault-drawer-direction=bottom]{overflow-y:hidden!important}.vaul-dragging .vaul-scrollable [vault-drawer-direction=left]{overflow-x:hidden!important}.vaul-dragging .vaul-scrollable [vault-drawer-direction=right]{overflow-x:hidden!important}[vaul-drawer][vaul-drawer-visible=true][vaul-drawer-direction=top]{transform:translate3d(0,var(--snap-point-height,0),0)}[vaul-drawer][vaul-drawer-visible=true][vaul-drawer-direction=bottom]{transform:translate3d(0,var(--snap-point-height,0),0)}[vaul-drawer][vaul-drawer-visible=true][vaul-drawer-direction=left]{transform:translate3d(var(--snap-point-height,0),0,0)}[vaul-drawer][vaul-drawer-visible=true][vaul-drawer-direction=right]{transform:translate3d(var(--snap-point-height,0),0,0)}[vaul-overlay]{opacity:0;transition:opacity .5s cubic-bezier(.32, .72, 0, 1)}[vaul-overlay][vaul-drawer-visible=true]{opacity:1}[vaul-drawer]::after{content:'';position:absolute;background:inherit;background-color:inherit}[vaul-drawer][vaul-drawer-direction=top]::after{top:initial;bottom:100%;left:0;right:0;height:200%}[vaul-drawer][vaul-drawer-direction=bottom]::after{top:100%;bottom:initial;left:0;right:0;height:200%}[vaul-drawer][vaul-drawer-direction=left]::after{left:initial;right:100%;top:0;bottom:0;width:200%}[vaul-drawer][vaul-drawer-direction=right]::after{left:100%;right:initial;top:0;bottom:0;width:200%}[vaul-handle]{display:block;position:relative;opacity:.8;margin-left:auto;margin-right:auto;height:5px;width:56px;border-radius:1rem;touch-action:pan-y;cursor:grab}[vaul-handle]:active,[vaul-handle]:hover{opacity:1}[vaul-handle]:active{cursor:grabbing}[vaul-handle-hitarea]{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:max(100%,2.75rem);height:max(100%,2.75rem);touch-action:inherit}[vaul-overlay][vaul-snap-points=true]:not([vaul-snap-points-overlay=true]):not([data-state=closed]){opacity:0}[vaul-overlay][vaul-snap-points-overlay=true]:not([vaul-drawer-visible=false]){opacity:1}@media (hover:hover) and (pointer:fine){[vaul-drawer]{user-select:none}}@media (pointer:fine){[vaul-handle-hitarea]:{width:100%;height:100%}}");
1956
- const eo = typeof window < "u" ? ga : be;
1957
- function Pt(...e) {
1834
+ Wi("[vaul-drawer]{touch-action:none;will-change:transform;transition:transform .5s cubic-bezier(.32, .72, 0, 1)}[vaul-drawer][vaul-drawer-direction=bottom]{transform:translate3d(0,100%,0)}[vaul-drawer][vaul-drawer-direction=top]{transform:translate3d(0,-100%,0)}[vaul-drawer][vaul-drawer-direction=left]{transform:translate3d(-100%,0,0)}[vaul-drawer][vaul-drawer-direction=right]{transform:translate3d(100%,0,0)}.vaul-dragging .vaul-scrollable [vault-drawer-direction=top]{overflow-y:hidden!important}.vaul-dragging .vaul-scrollable [vault-drawer-direction=bottom]{overflow-y:hidden!important}.vaul-dragging .vaul-scrollable [vault-drawer-direction=left]{overflow-x:hidden!important}.vaul-dragging .vaul-scrollable [vault-drawer-direction=right]{overflow-x:hidden!important}[vaul-drawer][vaul-drawer-visible=true][vaul-drawer-direction=top]{transform:translate3d(0,var(--snap-point-height,0),0)}[vaul-drawer][vaul-drawer-visible=true][vaul-drawer-direction=bottom]{transform:translate3d(0,var(--snap-point-height,0),0)}[vaul-drawer][vaul-drawer-visible=true][vaul-drawer-direction=left]{transform:translate3d(var(--snap-point-height,0),0,0)}[vaul-drawer][vaul-drawer-visible=true][vaul-drawer-direction=right]{transform:translate3d(var(--snap-point-height,0),0,0)}[vaul-overlay]{opacity:0;transition:opacity .5s cubic-bezier(.32, .72, 0, 1)}[vaul-overlay][vaul-drawer-visible=true]{opacity:1}[vaul-drawer]::after{content:'';position:absolute;background:inherit;background-color:inherit}[vaul-drawer][vaul-drawer-direction=top]::after{top:initial;bottom:100%;left:0;right:0;height:200%}[vaul-drawer][vaul-drawer-direction=bottom]::after{top:100%;bottom:initial;left:0;right:0;height:200%}[vaul-drawer][vaul-drawer-direction=left]::after{left:initial;right:100%;top:0;bottom:0;width:200%}[vaul-drawer][vaul-drawer-direction=right]::after{left:100%;right:initial;top:0;bottom:0;width:200%}[vaul-handle]{display:block;position:relative;opacity:.8;margin-left:auto;margin-right:auto;height:5px;width:56px;border-radius:1rem;touch-action:pan-y;cursor:grab}[vaul-handle]:active,[vaul-handle]:hover{opacity:1}[vaul-handle]:active{cursor:grabbing}[vaul-handle-hitarea]{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:max(100%,2.75rem);height:max(100%,2.75rem);touch-action:inherit}[vaul-overlay][vaul-snap-points=true]:not([vaul-snap-points-overlay=true]):not([data-state=closed]){opacity:0}[vaul-overlay][vaul-snap-points-overlay=true]:not([vaul-drawer-visible=false]){opacity:1}@media (hover:hover) and (pointer:fine){[vaul-drawer]{user-select:none}}@media (pointer:fine){[vaul-handle-hitarea]:{width:100%;height:100%}}");
1835
+ const Jr = typeof window < "u" ? uo : we;
1836
+ function Nt(...e) {
1958
1837
  return (...t) => {
1959
1838
  for (let n of e)
1960
1839
  typeof n == "function" && n(...t);
1961
1840
  };
1962
1841
  }
1963
- function el() {
1964
- return Xt(/^Mac/);
1842
+ function Yi() {
1843
+ return Wt(/^Mac/);
1965
1844
  }
1966
- function tl() {
1967
- return Xt(/^iPhone/);
1845
+ function Xi() {
1846
+ return Wt(/^iPhone/);
1968
1847
  }
1969
- function nl() {
1970
- return Xt(/^iPad/) || // iPadOS 13 lies and says it's a Mac, but we can distinguish by detecting touch support.
1971
- el() && navigator.maxTouchPoints > 1;
1848
+ function Ji() {
1849
+ return Wt(/^iPad/) || // iPadOS 13 lies and says it's a Mac, but we can distinguish by detecting touch support.
1850
+ Yi() && navigator.maxTouchPoints > 1;
1972
1851
  }
1973
- function to() {
1974
- return tl() || nl();
1852
+ function Zr() {
1853
+ return Xi() || Ji();
1975
1854
  }
1976
- function Xt(e) {
1855
+ function Wt(e) {
1977
1856
  return typeof window < "u" && window.navigator != null ? e.test(window.navigator.platform) : void 0;
1978
1857
  }
1979
- const Et = typeof document < "u" && window.visualViewport;
1980
- function xn(e) {
1858
+ const Rt = typeof document < "u" && window.visualViewport;
1859
+ function wn(e) {
1981
1860
  let t = window.getComputedStyle(e);
1982
1861
  return /(auto|scroll)/.test(t.overflow + t.overflowX + t.overflowY);
1983
1862
  }
1984
- function no(e) {
1985
- for (xn(e) && (e = e.parentElement); e && !xn(e); )
1863
+ function ea(e) {
1864
+ for (wn(e) && (e = e.parentElement); e && !wn(e); )
1986
1865
  e = e.parentElement;
1987
1866
  return e || document.scrollingElement || document.documentElement;
1988
1867
  }
1989
- const rl = /* @__PURE__ */ new Set([
1868
+ const Zi = /* @__PURE__ */ new Set([
1990
1869
  "checkbox",
1991
1870
  "radio",
1992
1871
  "range",
@@ -1997,113 +1876,113 @@ const rl = /* @__PURE__ */ new Set([
1997
1876
  "submit",
1998
1877
  "reset"
1999
1878
  ]);
2000
- let dt = 0, Ct;
2001
- function ol(e = {}) {
1879
+ let lt = 0, xt;
1880
+ function ec(e = {}) {
2002
1881
  let { isDisabled: t } = e;
2003
- eo(() => {
1882
+ Jr(() => {
2004
1883
  if (!t)
2005
- return dt++, dt === 1 && (to() ? Ct = sl() : Ct = al()), () => {
2006
- dt--, dt === 0 && Ct();
1884
+ return lt++, lt === 1 && (Zr() ? xt = nc() : xt = tc()), () => {
1885
+ lt--, lt === 0 && xt();
2007
1886
  };
2008
1887
  }, [
2009
1888
  t
2010
1889
  ]);
2011
1890
  }
2012
- function al() {
2013
- return Pt(ro(document.documentElement, "paddingRight", `${window.innerWidth - document.documentElement.clientWidth}px`));
1891
+ function tc() {
1892
+ return Nt(ta(document.documentElement, "paddingRight", `${window.innerWidth - document.documentElement.clientWidth}px`));
2014
1893
  }
2015
- function sl() {
2016
- let e, t = 0, n = (c) => {
2017
- e = no(c.target), !(e === document.documentElement && e === document.body) && (t = c.changedTouches[0].pageY);
2018
- }, r = (c) => {
1894
+ function nc() {
1895
+ let e, t = 0, n = (l) => {
1896
+ e = ea(l.target), !(e === document.documentElement && e === document.body) && (t = l.changedTouches[0].pageY);
1897
+ }, r = (l) => {
2019
1898
  if (!e || e === document.documentElement || e === document.body) {
2020
- c.preventDefault();
1899
+ l.preventDefault();
2021
1900
  return;
2022
1901
  }
2023
- let d = c.changedTouches[0].pageY, f = e.scrollTop, y = e.scrollHeight - e.clientHeight;
2024
- y !== 0 && ((f <= 0 && d > t || f >= y && d < t) && c.preventDefault(), t = d);
2025
- }, a = (c) => {
2026
- let d = c.target;
2027
- Tt(d) && d !== document.activeElement && (c.preventDefault(), d.style.transform = "translateY(-2000px)", d.focus(), requestAnimationFrame(() => {
1902
+ let d = l.changedTouches[0].pageY, f = e.scrollTop, E = e.scrollHeight - e.clientHeight;
1903
+ E !== 0 && ((f <= 0 && d > t || f >= E && d < t) && l.preventDefault(), t = d);
1904
+ }, a = (l) => {
1905
+ let d = l.target;
1906
+ Pt(d) && d !== document.activeElement && (l.preventDefault(), d.style.transform = "translateY(-2000px)", d.focus(), requestAnimationFrame(() => {
2028
1907
  d.style.transform = "";
2029
1908
  }));
2030
- }, s = (c) => {
2031
- let d = c.target;
2032
- Tt(d) && (d.style.transform = "translateY(-2000px)", requestAnimationFrame(() => {
2033
- d.style.transform = "", Et && (Et.height < window.innerHeight ? requestAnimationFrame(() => {
2034
- yn(d);
2035
- }) : Et.addEventListener("resize", () => yn(d), {
1909
+ }, o = (l) => {
1910
+ let d = l.target;
1911
+ Pt(d) && (d.style.transform = "translateY(-2000px)", requestAnimationFrame(() => {
1912
+ d.style.transform = "", Rt && (Rt.height < window.innerHeight ? requestAnimationFrame(() => {
1913
+ bn(d);
1914
+ }) : Rt.addEventListener("resize", () => bn(d), {
2036
1915
  once: !0
2037
1916
  }));
2038
1917
  }));
2039
- }, i = () => {
1918
+ }, s = () => {
2040
1919
  window.scrollTo(0, 0);
2041
- }, l = window.pageXOffset, u = window.pageYOffset, v = Pt(ro(document.documentElement, "paddingRight", `${window.innerWidth - document.documentElement.clientWidth}px`));
1920
+ }, i = window.pageXOffset, u = window.pageYOffset, v = Nt(ta(document.documentElement, "paddingRight", `${window.innerWidth - document.documentElement.clientWidth}px`));
2042
1921
  window.scrollTo(0, 0);
2043
- let m = Pt(Ve(document, "touchstart", n, {
1922
+ let p = Nt(Ke(document, "touchstart", n, {
2044
1923
  passive: !1,
2045
1924
  capture: !0
2046
- }), Ve(document, "touchmove", r, {
1925
+ }), Ke(document, "touchmove", r, {
2047
1926
  passive: !1,
2048
1927
  capture: !0
2049
- }), Ve(document, "touchend", a, {
1928
+ }), Ke(document, "touchend", a, {
2050
1929
  passive: !1,
2051
1930
  capture: !0
2052
- }), Ve(document, "focus", s, !0), Ve(window, "scroll", i));
1931
+ }), Ke(document, "focus", o, !0), Ke(window, "scroll", s));
2053
1932
  return () => {
2054
- v(), m(), window.scrollTo(l, u);
1933
+ v(), p(), window.scrollTo(i, u);
2055
1934
  };
2056
1935
  }
2057
- function ro(e, t, n) {
1936
+ function ta(e, t, n) {
2058
1937
  let r = e.style[t];
2059
1938
  return e.style[t] = n, () => {
2060
1939
  e.style[t] = r;
2061
1940
  };
2062
1941
  }
2063
- function Ve(e, t, n, r) {
1942
+ function Ke(e, t, n, r) {
2064
1943
  return e.addEventListener(t, n, r), () => {
2065
1944
  e.removeEventListener(t, n, r);
2066
1945
  };
2067
1946
  }
2068
- function yn(e) {
1947
+ function bn(e) {
2069
1948
  let t = document.scrollingElement || document.documentElement;
2070
1949
  for (; e && e !== t; ) {
2071
- let n = no(e);
1950
+ let n = ea(e);
2072
1951
  if (n !== document.documentElement && n !== document.body && n !== e) {
2073
- let r = n.getBoundingClientRect().top, a = e.getBoundingClientRect().top, s = e.getBoundingClientRect().bottom;
2074
- const i = n.getBoundingClientRect().bottom;
2075
- s > i && (n.scrollTop += a - r);
1952
+ let r = n.getBoundingClientRect().top, a = e.getBoundingClientRect().top, o = e.getBoundingClientRect().bottom;
1953
+ const s = n.getBoundingClientRect().bottom;
1954
+ o > s && (n.scrollTop += a - r);
2076
1955
  }
2077
1956
  e = n.parentElement;
2078
1957
  }
2079
1958
  }
2080
- function Tt(e) {
2081
- return e instanceof HTMLInputElement && !rl.has(e.type) || e instanceof HTMLTextAreaElement || e instanceof HTMLElement && e.isContentEditable;
1959
+ function Pt(e) {
1960
+ return e instanceof HTMLInputElement && !Zi.has(e.type) || e instanceof HTMLTextAreaElement || e instanceof HTMLElement && e.isContentEditable;
2082
1961
  }
2083
- function il(e, t) {
1962
+ function rc(e, t) {
2084
1963
  typeof e == "function" ? e(t) : e != null && (e.current = t);
2085
1964
  }
2086
- function ll(...e) {
2087
- return (t) => e.forEach((n) => il(n, t));
1965
+ function ac(...e) {
1966
+ return (t) => e.forEach((n) => rc(n, t));
2088
1967
  }
2089
- function oo(...e) {
2090
- return h.useCallback(ll(...e), e);
1968
+ function na(...e) {
1969
+ return c.useCallback(ac(...e), e);
2091
1970
  }
2092
- let Qe = null;
2093
- function cl({ isOpen: e, modal: t, nested: n, hasBeenOpened: r, preventScrollRestoration: a, noBodyStyles: s }) {
2094
- const [i, l] = g.useState(() => typeof window < "u" ? window.location.href : ""), u = g.useRef(0), v = g.useCallback(() => {
2095
- if (Qe === null && e && !s) {
2096
- Qe = {
1971
+ let Ve = null;
1972
+ function oc({ isOpen: e, modal: t, nested: n, hasBeenOpened: r, preventScrollRestoration: a, noBodyStyles: o }) {
1973
+ const [s, i] = h.useState(() => typeof window < "u" ? window.location.href : ""), u = h.useRef(0), v = h.useCallback(() => {
1974
+ if (Ve === null && e && !o) {
1975
+ Ve = {
2097
1976
  position: document.body.style.position,
2098
1977
  top: document.body.style.top,
2099
1978
  left: document.body.style.left,
2100
1979
  height: document.body.style.height,
2101
1980
  right: "unset"
2102
1981
  };
2103
- const { scrollX: c, innerHeight: d } = window;
1982
+ const { scrollX: l, innerHeight: d } = window;
2104
1983
  document.body.style.setProperty("position", "fixed", "important"), Object.assign(document.body.style, {
2105
1984
  top: `${-u.current}px`,
2106
- left: `${-c}px`,
1985
+ left: `${-l}px`,
2107
1986
  right: "0px",
2108
1987
  height: "auto"
2109
1988
  }), window.setTimeout(() => window.requestAnimationFrame(() => {
@@ -2113,58 +1992,58 @@ function cl({ isOpen: e, modal: t, nested: n, hasBeenOpened: r, preventScrollRes
2113
1992
  }
2114
1993
  }, [
2115
1994
  e
2116
- ]), m = g.useCallback(() => {
2117
- if (Qe !== null && !s) {
2118
- const c = -parseInt(document.body.style.top, 10), d = -parseInt(document.body.style.left, 10);
2119
- Object.assign(document.body.style, Qe), window.requestAnimationFrame(() => {
2120
- if (a && i !== window.location.href) {
2121
- l(window.location.href);
1995
+ ]), p = h.useCallback(() => {
1996
+ if (Ve !== null && !o) {
1997
+ const l = -parseInt(document.body.style.top, 10), d = -parseInt(document.body.style.left, 10);
1998
+ Object.assign(document.body.style, Ve), window.requestAnimationFrame(() => {
1999
+ if (a && s !== window.location.href) {
2000
+ i(window.location.href);
2122
2001
  return;
2123
2002
  }
2124
- window.scrollTo(d, c);
2125
- }), Qe = null;
2003
+ window.scrollTo(d, l);
2004
+ }), Ve = null;
2126
2005
  }
2127
2006
  }, [
2128
- i
2007
+ s
2129
2008
  ]);
2130
- return g.useEffect(() => {
2131
- function c() {
2009
+ return h.useEffect(() => {
2010
+ function l() {
2132
2011
  u.current = window.scrollY;
2133
2012
  }
2134
- return c(), window.addEventListener("scroll", c), () => {
2135
- window.removeEventListener("scroll", c);
2013
+ return l(), window.addEventListener("scroll", l), () => {
2014
+ window.removeEventListener("scroll", l);
2136
2015
  };
2137
- }, []), g.useEffect(() => {
2016
+ }, []), h.useEffect(() => {
2138
2017
  n || !r || (e ? (!window.matchMedia("(display-mode: standalone)").matches && v(), t || window.setTimeout(() => {
2139
- m();
2140
- }, 500)) : m());
2018
+ p();
2019
+ }, 500)) : p());
2141
2020
  }, [
2142
2021
  e,
2143
2022
  r,
2144
- i,
2023
+ s,
2145
2024
  t,
2146
2025
  n,
2147
2026
  v,
2148
- m
2027
+ p
2149
2028
  ]), {
2150
- restorePositionSetting: m
2029
+ restorePositionSetting: p
2151
2030
  };
2152
2031
  }
2153
- const ao = /* @__PURE__ */ new WeakMap();
2154
- function I(e, t, n = !1) {
2032
+ const ra = /* @__PURE__ */ new WeakMap();
2033
+ function A(e, t, n = !1) {
2155
2034
  if (!e || !(e instanceof HTMLElement)) return;
2156
2035
  let r = {};
2157
- Object.entries(t).forEach(([a, s]) => {
2036
+ Object.entries(t).forEach(([a, o]) => {
2158
2037
  if (a.startsWith("--")) {
2159
- e.style.setProperty(a, s);
2038
+ e.style.setProperty(a, o);
2160
2039
  return;
2161
2040
  }
2162
- r[a] = e.style[a], e.style[a] = s;
2163
- }), !n && ao.set(e, r);
2041
+ r[a] = e.style[a], e.style[a] = o;
2042
+ }), !n && ra.set(e, r);
2164
2043
  }
2165
- function ft(e, t) {
2044
+ function ut(e, t) {
2166
2045
  if (!e || !(e instanceof HTMLElement)) return;
2167
- let n = ao.get(e);
2046
+ let n = ra.get(e);
2168
2047
  n && (t ? e.style[t] = n[t] : Object.entries(n).forEach(([r, a]) => {
2169
2048
  e.style[r] = a;
2170
2049
  }));
@@ -2181,7 +2060,7 @@ const z = (e) => {
2181
2060
  return e;
2182
2061
  }
2183
2062
  };
2184
- function ht(e, t) {
2063
+ function dt(e, t) {
2185
2064
  if (!e)
2186
2065
  return null;
2187
2066
  const n = window.getComputedStyle(e), r = (
@@ -2191,10 +2070,10 @@ function ht(e, t) {
2191
2070
  let a = r.match(/^matrix3d\((.+)\)$/);
2192
2071
  return a ? parseFloat(a[1].split(", ")[z(t) ? 13 : 12]) : (a = r.match(/^matrix\((.+)\)$/), a ? parseFloat(a[1].split(", ")[z(t) ? 5 : 4]) : null);
2193
2072
  }
2194
- function ul(e) {
2073
+ function sc(e) {
2195
2074
  return 8 * (Math.log(e + 1) - 2);
2196
2075
  }
2197
- const T = {
2076
+ const _ = {
2198
2077
  DURATION: 0.5,
2199
2078
  EASE: [
2200
2079
  0.32,
@@ -2202,155 +2081,155 @@ const T = {
2202
2081
  0,
2203
2082
  1
2204
2083
  ]
2205
- }, so = 0.4;
2206
- function io(e) {
2207
- const t = g.useRef(e);
2208
- return g.useEffect(() => {
2084
+ }, aa = 0.4;
2085
+ function oa(e) {
2086
+ const t = h.useRef(e);
2087
+ return h.useEffect(() => {
2209
2088
  t.current = e;
2210
- }), g.useMemo(() => (...n) => t.current == null ? void 0 : t.current.call(t, ...n), []);
2089
+ }), h.useMemo(() => (...n) => t.current == null ? void 0 : t.current.call(t, ...n), []);
2211
2090
  }
2212
- function dl({ defaultProp: e, onChange: t }) {
2213
- const n = g.useState(e), [r] = n, a = g.useRef(r), s = io(t);
2214
- return g.useEffect(() => {
2215
- a.current !== r && (s(r), a.current = r);
2091
+ function ic({ defaultProp: e, onChange: t }) {
2092
+ const n = h.useState(e), [r] = n, a = h.useRef(r), o = oa(t);
2093
+ return h.useEffect(() => {
2094
+ a.current !== r && (o(r), a.current = r);
2216
2095
  }, [
2217
2096
  r,
2218
2097
  a,
2219
- s
2098
+ o
2220
2099
  ]), n;
2221
2100
  }
2222
- function fl({ prop: e, defaultProp: t, onChange: n = () => {
2101
+ function cc({ prop: e, defaultProp: t, onChange: n = () => {
2223
2102
  } }) {
2224
- const [r, a] = dl({
2103
+ const [r, a] = ic({
2225
2104
  defaultProp: t,
2226
2105
  onChange: n
2227
- }), s = e !== void 0, i = s ? e : r, l = io(n), u = g.useCallback((v) => {
2228
- if (s) {
2229
- const c = typeof v == "function" ? v(e) : v;
2230
- c !== e && l(c);
2106
+ }), o = e !== void 0, s = o ? e : r, i = oa(n), u = h.useCallback((v) => {
2107
+ if (o) {
2108
+ const l = typeof v == "function" ? v(e) : v;
2109
+ l !== e && i(l);
2231
2110
  } else
2232
2111
  a(v);
2233
2112
  }, [
2234
- s,
2113
+ o,
2235
2114
  e,
2236
2115
  a,
2237
- l
2116
+ i
2238
2117
  ]);
2239
2118
  return [
2240
- i,
2119
+ s,
2241
2120
  u
2242
2121
  ];
2243
2122
  }
2244
- function hl({ activeSnapPointProp: e, setActiveSnapPointProp: t, snapPoints: n, drawerRef: r, overlayRef: a, fadeFromIndex: s, onSnapPointChange: i, direction: l = "bottom" }) {
2245
- const [u, v] = fl({
2123
+ function lc({ activeSnapPointProp: e, setActiveSnapPointProp: t, snapPoints: n, drawerRef: r, overlayRef: a, fadeFromIndex: o, onSnapPointChange: s, direction: i = "bottom" }) {
2124
+ const [u, v] = cc({
2246
2125
  prop: e,
2247
2126
  defaultProp: n == null ? void 0 : n[0],
2248
2127
  onChange: t
2249
- }), m = g.useMemo(() => u === (n == null ? void 0 : n[n.length - 1]) || null, [
2128
+ }), p = h.useMemo(() => u === (n == null ? void 0 : n[n.length - 1]) || null, [
2250
2129
  n,
2251
2130
  u
2252
- ]), c = n && n.length > 0 && (s || s === 0) && !Number.isNaN(s) && n[s] === u || !n, d = g.useMemo(() => n == null ? void 0 : n.findIndex((x) => x === u), [
2131
+ ]), l = n && n.length > 0 && (o || o === 0) && !Number.isNaN(o) && n[o] === u || !n, d = h.useMemo(() => n == null ? void 0 : n.findIndex((y) => y === u), [
2253
2132
  n,
2254
2133
  u
2255
- ]), f = g.useMemo(() => {
2256
- var x;
2257
- return (x = n == null ? void 0 : n.map((p) => {
2258
- const C = typeof window < "u", N = typeof p == "string";
2259
- let P = 0;
2260
- if (N && (P = parseInt(p, 10)), z(l)) {
2261
- const w = N ? P : C ? p * window.innerHeight : 0;
2262
- return C ? l === "bottom" ? window.innerHeight - w : -window.innerHeight + w : w;
2134
+ ]), f = h.useMemo(() => {
2135
+ var y;
2136
+ return (y = n == null ? void 0 : n.map((m) => {
2137
+ const S = typeof window < "u", P = typeof m == "string";
2138
+ let T = 0;
2139
+ if (P && (T = parseInt(m, 10)), z(i)) {
2140
+ const w = P ? T : S ? m * window.innerHeight : 0;
2141
+ return S ? i === "bottom" ? window.innerHeight - w : -window.innerHeight + w : w;
2263
2142
  }
2264
- const _ = N ? P : C ? p * window.innerWidth : 0;
2265
- return C ? l === "right" ? window.innerWidth - _ : -window.innerWidth + _ : _;
2266
- })) != null ? x : [];
2143
+ const O = P ? T : S ? m * window.innerWidth : 0;
2144
+ return S ? i === "right" ? window.innerWidth - O : -window.innerWidth + O : O;
2145
+ })) != null ? y : [];
2267
2146
  }, [
2268
2147
  n
2269
- ]), y = g.useMemo(() => d !== null ? f == null ? void 0 : f[d] : null, [
2148
+ ]), E = h.useMemo(() => d !== null ? f == null ? void 0 : f[d] : null, [
2270
2149
  f,
2271
2150
  d
2272
- ]), R = g.useCallback((x) => {
2273
- var p;
2274
- const C = (p = f == null ? void 0 : f.findIndex((N) => N === x)) != null ? p : null;
2275
- i(C), I(r.current, {
2276
- transition: `transform ${T.DURATION}s cubic-bezier(${T.EASE.join(",")})`,
2277
- transform: z(l) ? `translate3d(0, ${x}px, 0)` : `translate3d(${x}px, 0, 0)`
2278
- }), f && C !== f.length - 1 && C !== s ? I(a.current, {
2279
- transition: `opacity ${T.DURATION}s cubic-bezier(${T.EASE.join(",")})`,
2151
+ ]), C = h.useCallback((y) => {
2152
+ var m;
2153
+ const S = (m = f == null ? void 0 : f.findIndex((P) => P === y)) != null ? m : null;
2154
+ s(S), A(r.current, {
2155
+ transition: `transform ${_.DURATION}s cubic-bezier(${_.EASE.join(",")})`,
2156
+ transform: z(i) ? `translate3d(0, ${y}px, 0)` : `translate3d(${y}px, 0, 0)`
2157
+ }), f && S !== f.length - 1 && S !== o ? A(a.current, {
2158
+ transition: `opacity ${_.DURATION}s cubic-bezier(${_.EASE.join(",")})`,
2280
2159
  opacity: "0"
2281
- }) : I(a.current, {
2282
- transition: `opacity ${T.DURATION}s cubic-bezier(${T.EASE.join(",")})`,
2160
+ }) : A(a.current, {
2161
+ transition: `opacity ${_.DURATION}s cubic-bezier(${_.EASE.join(",")})`,
2283
2162
  opacity: "1"
2284
- }), v(C !== null ? n == null ? void 0 : n[C] : null);
2163
+ }), v(S !== null ? n == null ? void 0 : n[S] : null);
2285
2164
  }, [
2286
2165
  r.current,
2287
2166
  n,
2288
2167
  f,
2289
- s,
2168
+ o,
2290
2169
  a,
2291
2170
  v
2292
2171
  ]);
2293
- g.useEffect(() => {
2172
+ h.useEffect(() => {
2294
2173
  if (u || e) {
2295
- var x;
2296
- const p = (x = n == null ? void 0 : n.findIndex((C) => C === e || C === u)) != null ? x : -1;
2297
- f && p !== -1 && typeof f[p] == "number" && R(f[p]);
2174
+ var y;
2175
+ const m = (y = n == null ? void 0 : n.findIndex((S) => S === e || S === u)) != null ? y : -1;
2176
+ f && m !== -1 && typeof f[m] == "number" && C(f[m]);
2298
2177
  }
2299
2178
  }, [
2300
2179
  u,
2301
2180
  e,
2302
2181
  n,
2303
2182
  f,
2304
- R
2183
+ C
2305
2184
  ]);
2306
- function K({ draggedDistance: x, closeDrawer: p, velocity: C, dismissible: N }) {
2307
- if (s === void 0) return;
2308
- const P = l === "bottom" || l === "right" ? (y ?? 0) - x : (y ?? 0) + x, _ = d === s - 1, w = d === 0, L = x > 0;
2309
- if (_ && I(a.current, {
2310
- transition: `opacity ${T.DURATION}s cubic-bezier(${T.EASE.join(",")})`
2311
- }), C > 2 && !L) {
2312
- N ? p() : R(f[0]);
2185
+ function K({ draggedDistance: y, closeDrawer: m, velocity: S, dismissible: P }) {
2186
+ if (o === void 0) return;
2187
+ const T = i === "bottom" || i === "right" ? (E ?? 0) - y : (E ?? 0) + y, O = d === o - 1, w = d === 0, j = y > 0;
2188
+ if (O && A(a.current, {
2189
+ transition: `opacity ${_.DURATION}s cubic-bezier(${_.EASE.join(",")})`
2190
+ }), S > 2 && !j) {
2191
+ P ? m() : C(f[0]);
2313
2192
  return;
2314
2193
  }
2315
- if (C > 2 && L && f && n) {
2316
- R(f[n.length - 1]);
2194
+ if (S > 2 && j && f && n) {
2195
+ C(f[n.length - 1]);
2317
2196
  return;
2318
2197
  }
2319
- const te = f == null ? void 0 : f.reduce((q, X) => typeof q != "number" || typeof X != "number" ? q : Math.abs(X - P) < Math.abs(q - P) ? X : q), V = z(l) ? window.innerHeight : window.innerWidth;
2320
- if (C > so && Math.abs(x) < V * 0.4) {
2321
- const q = L ? 1 : -1;
2322
- if (q > 0 && m) {
2323
- R(f[n.length - 1]);
2198
+ const ee = f == null ? void 0 : f.reduce((V, X) => typeof V != "number" || typeof X != "number" ? V : Math.abs(X - T) < Math.abs(V - T) ? X : V), Q = z(i) ? window.innerHeight : window.innerWidth;
2199
+ if (S > aa && Math.abs(y) < Q * 0.4) {
2200
+ const V = j ? 1 : -1;
2201
+ if (V > 0 && p) {
2202
+ C(f[n.length - 1]);
2324
2203
  return;
2325
2204
  }
2326
- if (w && q < 0 && N && p(), d === null) return;
2327
- R(f[d + q]);
2205
+ if (w && V < 0 && P && m(), d === null) return;
2206
+ C(f[d + V]);
2328
2207
  return;
2329
2208
  }
2330
- R(te);
2209
+ C(ee);
2331
2210
  }
2332
- function H({ draggedDistance: x }) {
2333
- if (y === null) return;
2334
- const p = l === "bottom" || l === "right" ? y - x : y + x;
2335
- (l === "bottom" || l === "right") && p < f[f.length - 1] || (l === "top" || l === "left") && p > f[f.length - 1] || I(r.current, {
2336
- transform: z(l) ? `translate3d(0, ${p}px, 0)` : `translate3d(${p}px, 0, 0)`
2211
+ function H({ draggedDistance: y }) {
2212
+ if (E === null) return;
2213
+ const m = i === "bottom" || i === "right" ? E - y : E + y;
2214
+ (i === "bottom" || i === "right") && m < f[f.length - 1] || (i === "top" || i === "left") && m > f[f.length - 1] || A(r.current, {
2215
+ transform: z(i) ? `translate3d(0, ${m}px, 0)` : `translate3d(${m}px, 0, 0)`
2337
2216
  });
2338
2217
  }
2339
- function Q(x, p) {
2340
- if (!n || typeof d != "number" || !f || s === void 0) return null;
2341
- const C = d === s - 1;
2342
- if (d >= s && p)
2218
+ function q(y, m) {
2219
+ if (!n || typeof d != "number" || !f || o === void 0) return null;
2220
+ const S = d === o - 1;
2221
+ if (d >= o && m)
2343
2222
  return 0;
2344
- if (C && !p) return 1;
2345
- if (!c && !C) return null;
2346
- const P = C ? d + 1 : d - 1, _ = C ? f[P] - f[P - 1] : f[P + 1] - f[P], w = x / Math.abs(_);
2347
- return C ? 1 - w : w;
2223
+ if (S && !m) return 1;
2224
+ if (!l && !S) return null;
2225
+ const T = S ? d + 1 : d - 1, O = S ? f[T] - f[T - 1] : f[T + 1] - f[T], w = y / Math.abs(O);
2226
+ return S ? 1 - w : w;
2348
2227
  }
2349
2228
  return {
2350
- isLastSnapPoint: m,
2229
+ isLastSnapPoint: p,
2351
2230
  activeSnapPoint: u,
2352
- shouldFade: c,
2353
- getPercentageDragged: Q,
2231
+ shouldFade: l,
2232
+ getPercentageDragged: q,
2354
2233
  setActiveSnapPoint: v,
2355
2234
  activeSnapPointIndex: d,
2356
2235
  onRelease: K,
@@ -2358,399 +2237,399 @@ function hl({ activeSnapPointProp: e, setActiveSnapPointProp: t, snapPoints: n,
2358
2237
  snapPointsOffset: f
2359
2238
  };
2360
2239
  }
2361
- const pl = 0.25, ml = 100, Mn = 8, Pe = 16, Sn = 26, Rt = "vaul-dragging";
2362
- function lo({ open: e, onOpenChange: t, children: n, shouldScaleBackground: r, onDrag: a, onRelease: s, snapPoints: i, nested: l = !1, setBackgroundColorOnScale: u = !0, closeThreshold: v = pl, scrollLockTimeout: m = ml, dismissible: c = !0, handleOnly: d = !1, fadeFromIndex: f = i && i.length - 1, activeSnapPoint: y, setActiveSnapPoint: R, fixed: K, modal: H = !0, onClose: Q, noBodyStyles: x, direction: p = "bottom", preventScrollRestoration: C = !0, disablePreventScroll: N = !1 }) {
2363
- var P;
2364
- const [_ = !1, w] = g.useState(!1), [L, te] = g.useState(!1), [V, q] = g.useState(!1), [X, Ie] = g.useState(!1), [he, ze] = g.useState(!1), [ye, E] = g.useState(!1), U = g.useRef(null), Y = g.useRef(null), ne = g.useRef(null), je = g.useRef(null), pe = g.useRef(null), Me = g.useRef(!1), me = g.useRef(null), le = g.useRef(0), ge = g.useRef(!1), re = g.useRef(0), M = g.useRef(null), tn = g.useRef(((P = M.current) == null ? void 0 : P.getBoundingClientRect().height) || 0), xt = g.useRef(0), yo = g.useCallback((S) => {
2365
- i && S === qe.length - 1 && (Y.current = /* @__PURE__ */ new Date());
2366
- }, []), { activeSnapPoint: Mo, activeSnapPointIndex: Ke, setActiveSnapPoint: nn, onRelease: So, snapPointsOffset: qe, onDrag: Eo, shouldFade: rn, getPercentageDragged: Co } = hl({
2367
- snapPoints: i,
2368
- activeSnapPointProp: y,
2369
- setActiveSnapPointProp: R,
2370
- drawerRef: M,
2240
+ const uc = 0.25, dc = 100, yn = 8, Ne = 16, En = 26, Mt = "vaul-dragging";
2241
+ function sa({ open: e, onOpenChange: t, children: n, shouldScaleBackground: r, onDrag: a, onRelease: o, snapPoints: s, nested: i = !1, setBackgroundColorOnScale: u = !0, closeThreshold: v = uc, scrollLockTimeout: p = dc, dismissible: l = !0, handleOnly: d = !1, fadeFromIndex: f = s && s.length - 1, activeSnapPoint: E, setActiveSnapPoint: C, fixed: K, modal: H = !0, onClose: q, noBodyStyles: y, direction: m = "bottom", preventScrollRestoration: S = !0, disablePreventScroll: P = !1 }) {
2242
+ var T;
2243
+ const [O = !1, w] = h.useState(!1), [j, ee] = h.useState(!1), [Q, V] = h.useState(!1), [X, Oe] = h.useState(!1), [fe, Ue] = h.useState(!1), [be, M] = h.useState(!1), U = h.useRef(null), Y = h.useRef(null), te = h.useRef(null), Ce = h.useRef(null), me = h.useRef(null), ye = h.useRef(!1), pe = h.useRef(null), ie = h.useRef(0), he = h.useRef(!1), ne = h.useRef(0), R = h.useRef(null), Zt = h.useRef(((T = R.current) == null ? void 0 : T.getBoundingClientRect().height) || 0), wt = h.useRef(0), wa = h.useCallback((x) => {
2244
+ s && x === ze.length - 1 && (Y.current = /* @__PURE__ */ new Date());
2245
+ }, []), { activeSnapPoint: ba, activeSnapPointIndex: Be, setActiveSnapPoint: en, onRelease: ya, snapPointsOffset: ze, onDrag: Ea, shouldFade: tn, getPercentageDragged: Ra } = lc({
2246
+ snapPoints: s,
2247
+ activeSnapPointProp: E,
2248
+ setActiveSnapPointProp: C,
2249
+ drawerRef: R,
2371
2250
  fadeFromIndex: f,
2372
2251
  overlayRef: U,
2373
- onSnapPointChange: yo,
2374
- direction: p
2252
+ onSnapPointChange: wa,
2253
+ direction: m
2375
2254
  });
2376
- ol({
2377
- isDisabled: !_ || he || !H || ye || !L || N
2255
+ ec({
2256
+ isDisabled: !O || fe || !H || be || !j || P
2378
2257
  });
2379
- const { restorePositionSetting: Ro } = cl({
2380
- isOpen: _,
2258
+ const { restorePositionSetting: xa } = oc({
2259
+ isOpen: O,
2381
2260
  modal: H,
2382
- nested: l,
2383
- hasBeenOpened: L,
2384
- preventScrollRestoration: C,
2385
- noBodyStyles: x
2261
+ nested: i,
2262
+ hasBeenOpened: j,
2263
+ preventScrollRestoration: S,
2264
+ noBodyStyles: y
2386
2265
  });
2387
- function Ae() {
2388
- return (window.innerWidth - Sn) / window.innerWidth;
2266
+ function Ie() {
2267
+ return (window.innerWidth - En) / window.innerWidth;
2389
2268
  }
2390
- function Do(S) {
2269
+ function Ma(x) {
2391
2270
  var D;
2392
- !c && !i || M.current && !M.current.contains(S.target) || (tn.current = ((D = M.current) == null ? void 0 : D.getBoundingClientRect().height) || 0, ze(!0), ne.current = /* @__PURE__ */ new Date(), to() && window.addEventListener("touchend", () => Me.current = !1, {
2271
+ !l && !s || R.current && !R.current.contains(x.target) || (Zt.current = ((D = R.current) == null ? void 0 : D.getBoundingClientRect().height) || 0, Ue(!0), te.current = /* @__PURE__ */ new Date(), Zr() && window.addEventListener("touchend", () => ye.current = !1, {
2393
2272
  once: !0
2394
- }), S.target.setPointerCapture(S.pointerId), le.current = z(p) ? S.clientY : S.clientX);
2273
+ }), x.target.setPointerCapture(x.pointerId), ie.current = z(m) ? x.clientY : x.clientX);
2395
2274
  }
2396
- function on(S, D) {
2397
- var k;
2398
- let j = S;
2399
- const F = (k = window.getSelection()) == null ? void 0 : k.toString(), B = M.current ? ht(M.current, p) : null, oe = /* @__PURE__ */ new Date();
2400
- if (j.hasAttribute("data-vaul-no-drag") || j.closest("[data-vaul-no-drag]"))
2275
+ function nn(x, D) {
2276
+ var $;
2277
+ let N = x;
2278
+ const F = ($ = window.getSelection()) == null ? void 0 : $.toString(), B = R.current ? dt(R.current, m) : null, re = /* @__PURE__ */ new Date();
2279
+ if (N.hasAttribute("data-vaul-no-drag") || N.closest("[data-vaul-no-drag]"))
2401
2280
  return !1;
2402
- if (p === "right" || p === "left")
2281
+ if (m === "right" || m === "left")
2403
2282
  return !0;
2404
- if (Y.current && oe.getTime() - Y.current.getTime() < 500)
2283
+ if (Y.current && re.getTime() - Y.current.getTime() < 500)
2405
2284
  return !1;
2406
- if (B !== null && (p === "bottom" ? B > 0 : B < 0))
2285
+ if (B !== null && (m === "bottom" ? B > 0 : B < 0))
2407
2286
  return !0;
2408
2287
  if (F && F.length > 0)
2409
2288
  return !1;
2410
- if (pe.current && oe.getTime() - pe.current.getTime() < m && B === 0 || D)
2411
- return pe.current = oe, !1;
2412
- for (; j; ) {
2413
- if (j.scrollHeight > j.clientHeight) {
2414
- if (j.scrollTop !== 0)
2415
- return pe.current = /* @__PURE__ */ new Date(), !1;
2416
- if (j.getAttribute("role") === "dialog")
2289
+ if (me.current && re.getTime() - me.current.getTime() < p && B === 0 || D)
2290
+ return me.current = re, !1;
2291
+ for (; N; ) {
2292
+ if (N.scrollHeight > N.clientHeight) {
2293
+ if (N.scrollTop !== 0)
2294
+ return me.current = /* @__PURE__ */ new Date(), !1;
2295
+ if (N.getAttribute("role") === "dialog")
2417
2296
  return !0;
2418
2297
  }
2419
- j = j.parentNode;
2298
+ N = N.parentNode;
2420
2299
  }
2421
2300
  return !0;
2422
2301
  }
2423
- function jo(S) {
2424
- if (M.current && he) {
2425
- const D = p === "bottom" || p === "right" ? 1 : -1, k = (le.current - (z(p) ? S.clientY : S.clientX)) * D, j = k > 0, F = i && !c && !j;
2426
- if (F && Ke === 0) return;
2427
- const B = Math.abs(k), oe = document.querySelector("[vaul-drawer-wrapper]");
2428
- let ce = B / tn.current;
2429
- const Se = Co(B, j);
2430
- if (Se !== null && (ce = Se), F && ce >= 1 || !Me.current && !on(S.target, j)) return;
2431
- if (M.current.classList.add(Rt), Me.current = !0, I(M.current, {
2302
+ function Sa(x) {
2303
+ if (R.current && fe) {
2304
+ const D = m === "bottom" || m === "right" ? 1 : -1, $ = (ie.current - (z(m) ? x.clientY : x.clientX)) * D, N = $ > 0, F = s && !l && !N;
2305
+ if (F && Be === 0) return;
2306
+ const B = Math.abs($), re = document.querySelector("[vaul-drawer-wrapper]");
2307
+ let ce = B / Zt.current;
2308
+ const Ee = Ra(B, N);
2309
+ if (Ee !== null && (ce = Ee), F && ce >= 1 || !ye.current && !nn(x.target, N)) return;
2310
+ if (R.current.classList.add(Mt), ye.current = !0, A(R.current, {
2432
2311
  transition: "none"
2433
- }), I(U.current, {
2312
+ }), A(U.current, {
2434
2313
  transition: "none"
2435
- }), i && Eo({
2436
- draggedDistance: k
2437
- }), j && !i) {
2438
- const Ne = ul(k), it = Math.min(Ne * -1, 0) * D;
2439
- I(M.current, {
2440
- transform: z(p) ? `translate3d(0, ${it}px, 0)` : `translate3d(${it}px, 0, 0)`
2314
+ }), s && Ea({
2315
+ draggedDistance: $
2316
+ }), N && !s) {
2317
+ const De = sc($), ot = Math.min(De * -1, 0) * D;
2318
+ A(R.current, {
2319
+ transform: z(m) ? `translate3d(0, ${ot}px, 0)` : `translate3d(${ot}px, 0, 0)`
2441
2320
  });
2442
2321
  return;
2443
2322
  }
2444
- const st = 1 - ce;
2445
- if ((rn || f && Ke === f - 1) && (a == null || a(S, ce), I(U.current, {
2446
- opacity: `${st}`,
2323
+ const at = 1 - ce;
2324
+ if ((tn || f && Be === f - 1) && (a == null || a(x, ce), A(U.current, {
2325
+ opacity: `${at}`,
2447
2326
  transition: "none"
2448
- }, !0)), oe && U.current && r) {
2449
- const Ne = Math.min(Ae() + ce * (1 - Ae()), 1), it = 8 - ce * 8, sn = Math.max(0, 14 - ce * 14);
2450
- I(oe, {
2451
- borderRadius: `${it}px`,
2452
- transform: z(p) ? `scale(${Ne}) translate3d(0, ${sn}px, 0)` : `scale(${Ne}) translate3d(${sn}px, 0, 0)`,
2327
+ }, !0)), re && U.current && r) {
2328
+ const De = Math.min(Ie() + ce * (1 - Ie()), 1), ot = 8 - ce * 8, an = Math.max(0, 14 - ce * 14);
2329
+ A(re, {
2330
+ borderRadius: `${ot}px`,
2331
+ transform: z(m) ? `scale(${De}) translate3d(0, ${an}px, 0)` : `scale(${De}) translate3d(${an}px, 0, 0)`,
2453
2332
  transition: "none"
2454
2333
  }, !0);
2455
2334
  }
2456
- if (!i) {
2457
- const Ne = B * D;
2458
- I(M.current, {
2459
- transform: z(p) ? `translate3d(0, ${Ne}px, 0)` : `translate3d(${Ne}px, 0, 0)`
2335
+ if (!s) {
2336
+ const De = B * D;
2337
+ A(R.current, {
2338
+ transform: z(m) ? `translate3d(0, ${De}px, 0)` : `translate3d(${De}px, 0, 0)`
2460
2339
  });
2461
2340
  }
2462
2341
  }
2463
2342
  }
2464
- g.useEffect(() => () => {
2465
- at(!1), Ro();
2466
- }, []), g.useEffect(() => {
2467
- var S;
2343
+ h.useEffect(() => () => {
2344
+ rt(!1), xa();
2345
+ }, []), h.useEffect(() => {
2346
+ var x;
2468
2347
  function D() {
2469
- if (!M.current) return;
2470
- const k = document.activeElement;
2471
- if (Tt(k) || ge.current) {
2472
- var j;
2473
- const F = ((j = window.visualViewport) == null ? void 0 : j.height) || 0;
2348
+ if (!R.current) return;
2349
+ const $ = document.activeElement;
2350
+ if (Pt($) || he.current) {
2351
+ var N;
2352
+ const F = ((N = window.visualViewport) == null ? void 0 : N.height) || 0;
2474
2353
  let B = window.innerHeight - F;
2475
- const oe = M.current.getBoundingClientRect().height || 0;
2476
- xt.current || (xt.current = oe);
2477
- const ce = M.current.getBoundingClientRect().top;
2478
- if (Math.abs(re.current - B) > 60 && (ge.current = !ge.current), i && i.length > 0 && qe && Ke) {
2479
- const Se = qe[Ke] || 0;
2480
- B += Se;
2354
+ const re = R.current.getBoundingClientRect().height || 0;
2355
+ wt.current || (wt.current = re);
2356
+ const ce = R.current.getBoundingClientRect().top;
2357
+ if (Math.abs(ne.current - B) > 60 && (he.current = !he.current), s && s.length > 0 && ze && Be) {
2358
+ const Ee = ze[Be] || 0;
2359
+ B += Ee;
2481
2360
  }
2482
- if (re.current = B, oe > F || ge.current) {
2483
- const Se = M.current.getBoundingClientRect().height;
2484
- let st = Se;
2485
- Se > F && (st = F - Sn), K ? M.current.style.height = `${Se - Math.max(B, 0)}px` : M.current.style.height = `${Math.max(st, F - ce)}px`;
2361
+ if (ne.current = B, re > F || he.current) {
2362
+ const Ee = R.current.getBoundingClientRect().height;
2363
+ let at = Ee;
2364
+ Ee > F && (at = F - En), K ? R.current.style.height = `${Ee - Math.max(B, 0)}px` : R.current.style.height = `${Math.max(at, F - ce)}px`;
2486
2365
  } else
2487
- M.current.style.height = `${xt.current}px`;
2488
- i && i.length > 0 && !ge.current ? M.current.style.bottom = "0px" : M.current.style.bottom = `${Math.max(B, 0)}px`;
2366
+ R.current.style.height = `${wt.current}px`;
2367
+ s && s.length > 0 && !he.current ? R.current.style.bottom = "0px" : R.current.style.bottom = `${Math.max(B, 0)}px`;
2489
2368
  }
2490
2369
  }
2491
- return (S = window.visualViewport) == null || S.addEventListener("resize", D), () => {
2492
- var k;
2493
- return (k = window.visualViewport) == null ? void 0 : k.removeEventListener("resize", D);
2370
+ return (x = window.visualViewport) == null || x.addEventListener("resize", D), () => {
2371
+ var $;
2372
+ return ($ = window.visualViewport) == null ? void 0 : $.removeEventListener("resize", D);
2494
2373
  };
2495
2374
  }, [
2496
- Ke,
2497
- i,
2498
- qe
2375
+ Be,
2376
+ s,
2377
+ ze
2499
2378
  ]);
2500
- function ke() {
2501
- M.current && (No(), Q == null || Q(), I(M.current, {
2502
- transform: z(p) ? `translate3d(0, ${p === "bottom" ? "100%" : "-100%"}, 0)` : `translate3d(${p === "right" ? "100%" : "-100%"}, 0, 0)`,
2503
- transition: `transform ${T.DURATION}s cubic-bezier(${T.EASE.join(",")})`
2504
- }), I(U.current, {
2379
+ function Ae() {
2380
+ R.current && (Ca(), q == null || q(), A(R.current, {
2381
+ transform: z(m) ? `translate3d(0, ${m === "bottom" ? "100%" : "-100%"}, 0)` : `translate3d(${m === "right" ? "100%" : "-100%"}, 0, 0)`,
2382
+ transition: `transform ${_.DURATION}s cubic-bezier(${_.EASE.join(",")})`
2383
+ }), A(U.current, {
2505
2384
  opacity: "0",
2506
- transition: `opacity ${T.DURATION}s cubic-bezier(${T.EASE.join(",")})`
2507
- }), at(!1), setTimeout(() => {
2508
- q(!1), w(!1);
2385
+ transition: `opacity ${_.DURATION}s cubic-bezier(${_.EASE.join(",")})`
2386
+ }), rt(!1), setTimeout(() => {
2387
+ V(!1), w(!1);
2509
2388
  }, 300), setTimeout(() => {
2510
- i && nn(i[0]);
2511
- }, T.DURATION * 1e3));
2389
+ s && en(s[0]);
2390
+ }, _.DURATION * 1e3));
2512
2391
  }
2513
- g.useEffect(() => {
2514
- if (!_ && r) {
2515
- const S = setTimeout(() => {
2516
- ft(document.body);
2392
+ h.useEffect(() => {
2393
+ if (!O && r) {
2394
+ const x = setTimeout(() => {
2395
+ ut(document.body);
2517
2396
  }, 200);
2518
- return () => clearTimeout(S);
2397
+ return () => clearTimeout(x);
2519
2398
  }
2520
2399
  }, [
2521
- _,
2400
+ O,
2522
2401
  r
2523
- ]), eo(() => {
2524
- e ? (w(!0), te(!0)) : ke();
2402
+ ]), Jr(() => {
2403
+ e ? (w(!0), ee(!0)) : Ae();
2525
2404
  }, [
2526
2405
  e
2527
- ]), g.useEffect(() => {
2528
- X && (t == null || t(_));
2406
+ ]), h.useEffect(() => {
2407
+ X && (t == null || t(O));
2529
2408
  }, [
2530
- _
2531
- ]), g.useEffect(() => {
2532
- Ie(!0);
2409
+ O
2410
+ ]), h.useEffect(() => {
2411
+ Oe(!0);
2533
2412
  }, []);
2534
- function an() {
2535
- if (!M.current) return;
2536
- const S = document.querySelector("[vaul-drawer-wrapper]"), D = ht(M.current, p);
2537
- I(M.current, {
2413
+ function rn() {
2414
+ if (!R.current) return;
2415
+ const x = document.querySelector("[vaul-drawer-wrapper]"), D = dt(R.current, m);
2416
+ A(R.current, {
2538
2417
  transform: "translate3d(0, 0, 0)",
2539
- transition: `transform ${T.DURATION}s cubic-bezier(${T.EASE.join(",")})`
2540
- }), I(U.current, {
2541
- transition: `opacity ${T.DURATION}s cubic-bezier(${T.EASE.join(",")})`,
2418
+ transition: `transform ${_.DURATION}s cubic-bezier(${_.EASE.join(",")})`
2419
+ }), A(U.current, {
2420
+ transition: `opacity ${_.DURATION}s cubic-bezier(${_.EASE.join(",")})`,
2542
2421
  opacity: "1"
2543
- }), r && D && D > 0 && _ && I(S, {
2544
- borderRadius: `${Mn}px`,
2422
+ }), r && D && D > 0 && O && A(x, {
2423
+ borderRadius: `${yn}px`,
2545
2424
  overflow: "hidden",
2546
- ...z(p) ? {
2547
- transform: `scale(${Ae()}) translate3d(0, calc(env(safe-area-inset-top) + 14px), 0)`,
2425
+ ...z(m) ? {
2426
+ transform: `scale(${Ie()}) translate3d(0, calc(env(safe-area-inset-top) + 14px), 0)`,
2548
2427
  transformOrigin: "top"
2549
2428
  } : {
2550
- transform: `scale(${Ae()}) translate3d(calc(env(safe-area-inset-top) + 14px), 0, 0)`,
2429
+ transform: `scale(${Ie()}) translate3d(calc(env(safe-area-inset-top) + 14px), 0, 0)`,
2551
2430
  transformOrigin: "left"
2552
2431
  },
2553
2432
  transitionProperty: "transform, border-radius",
2554
- transitionDuration: `${T.DURATION}s`,
2555
- transitionTimingFunction: `cubic-bezier(${T.EASE.join(",")})`
2433
+ transitionDuration: `${_.DURATION}s`,
2434
+ transitionTimingFunction: `cubic-bezier(${_.EASE.join(",")})`
2556
2435
  }, !0);
2557
2436
  }
2558
- function No() {
2559
- !he || !M.current || (M.current.classList.remove(Rt), Me.current = !1, ze(!1), je.current = /* @__PURE__ */ new Date());
2560
- }
2561
- function Po(S) {
2562
- if (!he || !M.current) return;
2563
- M.current.classList.remove(Rt), Me.current = !1, ze(!1), je.current = /* @__PURE__ */ new Date();
2564
- const D = ht(M.current, p);
2565
- if (!on(S.target, !1) || !D || Number.isNaN(D) || ne.current === null) return;
2566
- const k = je.current.getTime() - ne.current.getTime(), j = le.current - (z(p) ? S.clientY : S.clientX), F = Math.abs(j) / k;
2567
- if (F > 0.05 && (E(!0), setTimeout(() => {
2568
- E(!1);
2569
- }, 200)), i) {
2570
- So({
2571
- draggedDistance: j * (p === "bottom" || p === "right" ? 1 : -1),
2572
- closeDrawer: ke,
2437
+ function Ca() {
2438
+ !fe || !R.current || (R.current.classList.remove(Mt), ye.current = !1, Ue(!1), Ce.current = /* @__PURE__ */ new Date());
2439
+ }
2440
+ function Da(x) {
2441
+ if (!fe || !R.current) return;
2442
+ R.current.classList.remove(Mt), ye.current = !1, Ue(!1), Ce.current = /* @__PURE__ */ new Date();
2443
+ const D = dt(R.current, m);
2444
+ if (!nn(x.target, !1) || !D || Number.isNaN(D) || te.current === null) return;
2445
+ const $ = Ce.current.getTime() - te.current.getTime(), N = ie.current - (z(m) ? x.clientY : x.clientX), F = Math.abs(N) / $;
2446
+ if (F > 0.05 && (M(!0), setTimeout(() => {
2447
+ M(!1);
2448
+ }, 200)), s) {
2449
+ ya({
2450
+ draggedDistance: N * (m === "bottom" || m === "right" ? 1 : -1),
2451
+ closeDrawer: Ae,
2573
2452
  velocity: F,
2574
- dismissible: c
2575
- }), s == null || s(S, !0);
2453
+ dismissible: l
2454
+ }), o == null || o(x, !0);
2576
2455
  return;
2577
2456
  }
2578
- if (p === "bottom" || p === "right" ? j > 0 : j < 0) {
2579
- an(), s == null || s(S, !0);
2457
+ if (m === "bottom" || m === "right" ? N > 0 : N < 0) {
2458
+ rn(), o == null || o(x, !0);
2580
2459
  return;
2581
2460
  }
2582
- if (F > so) {
2583
- ke(), s == null || s(S, !1);
2461
+ if (F > aa) {
2462
+ Ae(), o == null || o(x, !1);
2584
2463
  return;
2585
2464
  }
2586
2465
  var B;
2587
- const oe = Math.min((B = M.current.getBoundingClientRect().height) != null ? B : 0, window.innerHeight);
2588
- if (D >= oe * v) {
2589
- ke(), s == null || s(S, !1);
2466
+ const re = Math.min((B = R.current.getBoundingClientRect().height) != null ? B : 0, window.innerHeight);
2467
+ if (D >= re * v) {
2468
+ Ae(), o == null || o(x, !1);
2590
2469
  return;
2591
2470
  }
2592
- s == null || s(S, !0), an();
2471
+ o == null || o(x, !0), rn();
2593
2472
  }
2594
- g.useEffect(() => {
2595
- _ && (I(document.documentElement, {
2473
+ h.useEffect(() => {
2474
+ O && (A(document.documentElement, {
2596
2475
  scrollBehavior: "auto"
2597
- }), Y.current = /* @__PURE__ */ new Date(), at(!0));
2476
+ }), Y.current = /* @__PURE__ */ new Date(), rt(!0));
2598
2477
  }, [
2599
- _
2600
- ]), g.useEffect(() => {
2601
- if (M.current && V) {
2602
- var S;
2603
- const D = M == null || (S = M.current) == null ? void 0 : S.querySelectorAll("*");
2604
- D == null || D.forEach((k) => {
2605
- const j = k;
2606
- (j.scrollHeight > j.clientHeight || j.scrollWidth > j.clientWidth) && j.classList.add("vaul-scrollable");
2478
+ O
2479
+ ]), h.useEffect(() => {
2480
+ if (R.current && Q) {
2481
+ var x;
2482
+ const D = R == null || (x = R.current) == null ? void 0 : x.querySelectorAll("*");
2483
+ D == null || D.forEach(($) => {
2484
+ const N = $;
2485
+ (N.scrollHeight > N.clientHeight || N.scrollWidth > N.clientWidth) && N.classList.add("vaul-scrollable");
2607
2486
  });
2608
2487
  }
2609
2488
  }, [
2610
- V
2489
+ Q
2611
2490
  ]);
2612
- function at(S) {
2491
+ function rt(x) {
2613
2492
  const D = document.querySelector("[vaul-drawer-wrapper]");
2614
- !D || !r || (S ? (u && (x || (I(document.body, {
2493
+ !D || !r || (x ? (u && (y || (A(document.body, {
2615
2494
  background: document.body.style.backgroundColor || document.body.style.background
2616
- }), I(document.body, {
2495
+ }), A(document.body, {
2617
2496
  background: "black"
2618
- }, !0))), I(D, {
2619
- borderRadius: `${Mn}px`,
2497
+ }, !0))), A(D, {
2498
+ borderRadius: `${yn}px`,
2620
2499
  overflow: "hidden",
2621
- ...z(p) ? {
2622
- transform: `scale(${Ae()}) translate3d(0, calc(env(safe-area-inset-top) + 14px), 0)`,
2500
+ ...z(m) ? {
2501
+ transform: `scale(${Ie()}) translate3d(0, calc(env(safe-area-inset-top) + 14px), 0)`,
2623
2502
  transformOrigin: "top"
2624
2503
  } : {
2625
- transform: `scale(${Ae()}) translate3d(calc(env(safe-area-inset-top) + 14px), 0, 0)`,
2504
+ transform: `scale(${Ie()}) translate3d(calc(env(safe-area-inset-top) + 14px), 0, 0)`,
2626
2505
  transformOrigin: "left"
2627
2506
  },
2628
2507
  transitionProperty: "transform, border-radius",
2629
- transitionDuration: `${T.DURATION}s`,
2630
- transitionTimingFunction: `cubic-bezier(${T.EASE.join(",")})`
2631
- })) : (ft(D, "overflow"), ft(D, "transform"), ft(D, "borderRadius"), I(D, {
2508
+ transitionDuration: `${_.DURATION}s`,
2509
+ transitionTimingFunction: `cubic-bezier(${_.EASE.join(",")})`
2510
+ })) : (ut(D, "overflow"), ut(D, "transform"), ut(D, "borderRadius"), A(D, {
2632
2511
  transitionProperty: "transform, border-radius",
2633
- transitionDuration: `${T.DURATION}s`,
2634
- transitionTimingFunction: `cubic-bezier(${T.EASE.join(",")})`
2512
+ transitionDuration: `${_.DURATION}s`,
2513
+ transitionTimingFunction: `cubic-bezier(${_.EASE.join(",")})`
2635
2514
  })));
2636
2515
  }
2637
- function To(S) {
2638
- const D = S ? (window.innerWidth - Pe) / window.innerWidth : 1, k = S ? -Pe : 0;
2639
- me.current && window.clearTimeout(me.current), I(M.current, {
2640
- transition: `transform ${T.DURATION}s cubic-bezier(${T.EASE.join(",")})`,
2641
- transform: `scale(${D}) translate3d(0, ${k}px, 0)`
2642
- }), !S && M.current && (me.current = setTimeout(() => {
2643
- const j = ht(M.current, p);
2644
- I(M.current, {
2516
+ function Na(x) {
2517
+ const D = x ? (window.innerWidth - Ne) / window.innerWidth : 1, $ = x ? -Ne : 0;
2518
+ pe.current && window.clearTimeout(pe.current), A(R.current, {
2519
+ transition: `transform ${_.DURATION}s cubic-bezier(${_.EASE.join(",")})`,
2520
+ transform: `scale(${D}) translate3d(0, ${$}px, 0)`
2521
+ }), !x && R.current && (pe.current = setTimeout(() => {
2522
+ const N = dt(R.current, m);
2523
+ A(R.current, {
2645
2524
  transition: "none",
2646
- transform: z(p) ? `translate3d(0, ${j}px, 0)` : `translate3d(${j}px, 0, 0)`
2525
+ transform: z(m) ? `translate3d(0, ${N}px, 0)` : `translate3d(${N}px, 0, 0)`
2647
2526
  });
2648
2527
  }, 500));
2649
2528
  }
2650
- function _o(S, D) {
2529
+ function Pa(x, D) {
2651
2530
  if (D < 0) return;
2652
- const k = z(p) ? window.innerHeight : window.innerWidth, j = (k - Pe) / k, F = j + D * (1 - j), B = -Pe + D * Pe;
2653
- I(M.current, {
2654
- transform: z(p) ? `scale(${F}) translate3d(0, ${B}px, 0)` : `scale(${F}) translate3d(${B}px, 0, 0)`,
2531
+ const $ = z(m) ? window.innerHeight : window.innerWidth, N = ($ - Ne) / $, F = N + D * (1 - N), B = -Ne + D * Ne;
2532
+ A(R.current, {
2533
+ transform: z(m) ? `scale(${F}) translate3d(0, ${B}px, 0)` : `scale(${F}) translate3d(${B}px, 0, 0)`,
2655
2534
  transition: "none"
2656
2535
  });
2657
2536
  }
2658
- function Oo(S, D) {
2659
- const k = z(p) ? window.innerHeight : window.innerWidth, j = D ? (k - Pe) / k : 1, F = D ? -Pe : 0;
2660
- D && I(M.current, {
2661
- transition: `transform ${T.DURATION}s cubic-bezier(${T.EASE.join(",")})`,
2662
- transform: z(p) ? `scale(${j}) translate3d(0, ${F}px, 0)` : `scale(${j}) translate3d(${F}px, 0, 0)`
2537
+ function Ta(x, D) {
2538
+ const $ = z(m) ? window.innerHeight : window.innerWidth, N = D ? ($ - Ne) / $ : 1, F = D ? -Ne : 0;
2539
+ D && A(R.current, {
2540
+ transition: `transform ${_.DURATION}s cubic-bezier(${_.EASE.join(",")})`,
2541
+ transform: z(m) ? `scale(${N}) translate3d(0, ${F}px, 0)` : `scale(${N}) translate3d(${F}px, 0, 0)`
2663
2542
  });
2664
2543
  }
2665
- return /* @__PURE__ */ g.createElement(Ka, {
2544
+ return /* @__PURE__ */ h.createElement(Go, {
2666
2545
  modal: H,
2667
- onOpenChange: (S) => {
2546
+ onOpenChange: (x) => {
2668
2547
  if (e !== void 0) {
2669
- t == null || t(S);
2548
+ t == null || t(x);
2670
2549
  return;
2671
2550
  }
2672
- S ? (te(!0), w(S)) : ke();
2551
+ x ? (ee(!0), w(x)) : Ae();
2673
2552
  },
2674
- open: _
2675
- }, /* @__PURE__ */ g.createElement(Zr.Provider, {
2553
+ open: O
2554
+ }, /* @__PURE__ */ h.createElement(Xr.Provider, {
2676
2555
  value: {
2677
- visible: V,
2678
- activeSnapPoint: Mo,
2679
- snapPoints: i,
2680
- setActiveSnapPoint: nn,
2681
- drawerRef: M,
2556
+ visible: Q,
2557
+ activeSnapPoint: ba,
2558
+ snapPoints: s,
2559
+ setActiveSnapPoint: en,
2560
+ drawerRef: R,
2682
2561
  overlayRef: U,
2683
- scaleBackground: at,
2562
+ scaleBackground: rt,
2684
2563
  onOpenChange: t,
2685
- onPress: Do,
2686
- setVisible: q,
2687
- onRelease: Po,
2688
- onDrag: jo,
2689
- dismissible: c,
2564
+ onPress: Ma,
2565
+ setVisible: V,
2566
+ onRelease: Da,
2567
+ onDrag: Sa,
2568
+ dismissible: l,
2690
2569
  handleOnly: d,
2691
- isOpen: _,
2692
- isDragging: he,
2693
- shouldFade: rn,
2694
- closeDrawer: ke,
2695
- onNestedDrag: _o,
2696
- onNestedOpenChange: To,
2697
- onNestedRelease: Oo,
2698
- keyboardIsOpen: ge,
2570
+ isOpen: O,
2571
+ isDragging: fe,
2572
+ shouldFade: tn,
2573
+ closeDrawer: Ae,
2574
+ onNestedDrag: Pa,
2575
+ onNestedOpenChange: Na,
2576
+ onNestedRelease: Ta,
2577
+ keyboardIsOpen: he,
2699
2578
  openProp: e,
2700
2579
  modal: H,
2701
- snapPointsOffset: qe,
2702
- direction: p
2580
+ snapPointsOffset: ze,
2581
+ direction: m
2703
2582
  }
2704
2583
  }, n));
2705
2584
  }
2706
- const gl = 250, vl = 120, co = /* @__PURE__ */ g.forwardRef(function({ preventCycle: e = !1, children: t, ...n }, r) {
2707
- const { visible: a, closeDrawer: s, isDragging: i, snapPoints: l, activeSnapPoint: u, setActiveSnapPoint: v, dismissible: m, handleOnly: c, onPress: d, onDrag: f } = bt(), y = g.useRef(null), R = g.useRef(!1);
2585
+ const fc = 250, mc = 120, ia = /* @__PURE__ */ h.forwardRef(function({ preventCycle: e = !1, children: t, ...n }, r) {
2586
+ const { visible: a, closeDrawer: o, isDragging: s, snapPoints: i, activeSnapPoint: u, setActiveSnapPoint: v, dismissible: p, handleOnly: l, onPress: d, onDrag: f } = vt(), E = h.useRef(null), C = h.useRef(!1);
2708
2587
  function K() {
2709
- if (R.current) {
2710
- x();
2588
+ if (C.current) {
2589
+ y();
2711
2590
  return;
2712
2591
  }
2713
2592
  window.setTimeout(() => {
2714
2593
  H();
2715
- }, vl);
2594
+ }, mc);
2716
2595
  }
2717
2596
  function H() {
2718
- if (i || e || R.current) {
2719
- x();
2597
+ if (s || e || C.current) {
2598
+ y();
2720
2599
  return;
2721
2600
  }
2722
- if (x(), (!l || l.length === 0) && m) {
2723
- s();
2601
+ if (y(), (!i || i.length === 0) && p) {
2602
+ o();
2724
2603
  return;
2725
2604
  }
2726
- if (u === l[l.length - 1] && m) {
2727
- s();
2605
+ if (u === i[i.length - 1] && p) {
2606
+ o();
2728
2607
  return;
2729
2608
  }
2730
- const C = l.findIndex((P) => P === u);
2731
- if (C === -1) return;
2732
- const N = l[C + 1];
2733
- v(N);
2609
+ const S = i.findIndex((T) => T === u);
2610
+ if (S === -1) return;
2611
+ const P = i[S + 1];
2612
+ v(P);
2734
2613
  }
2735
- function Q() {
2736
- y.current = window.setTimeout(() => {
2737
- R.current = !0;
2738
- }, gl);
2614
+ function q() {
2615
+ E.current = window.setTimeout(() => {
2616
+ C.current = !0;
2617
+ }, fc);
2739
2618
  }
2740
- function x() {
2741
- window.clearTimeout(y.current), R.current = !1;
2619
+ function y() {
2620
+ window.clearTimeout(E.current), C.current = !1;
2742
2621
  }
2743
- return /* @__PURE__ */ g.createElement("div", {
2622
+ return /* @__PURE__ */ h.createElement("div", {
2744
2623
  onClick: K,
2745
2624
  onDoubleClick: () => {
2746
- R.current = !0, s();
2625
+ C.current = !0, o();
2747
2626
  },
2748
- onPointerCancel: x,
2749
- onPointerDown: (p) => {
2750
- c && d(p), Q();
2627
+ onPointerCancel: y,
2628
+ onPointerDown: (m) => {
2629
+ l && d(m), q();
2751
2630
  },
2752
- onPointerMove: (p) => {
2753
- c && f(p);
2631
+ onPointerMove: (m) => {
2632
+ l && f(m);
2754
2633
  },
2755
2634
  // onPointerUp is already handled by the content component
2756
2635
  ref: r,
@@ -2758,47 +2637,47 @@ const gl = 250, vl = 120, co = /* @__PURE__ */ g.forwardRef(function({ preventCy
2758
2637
  "vaul-handle": "",
2759
2638
  "aria-hidden": "true",
2760
2639
  ...n
2761
- }, /* @__PURE__ */ g.createElement("span", {
2640
+ }, /* @__PURE__ */ h.createElement("span", {
2762
2641
  "vaul-handle-hitarea": "",
2763
2642
  "aria-hidden": "true"
2764
2643
  }, t));
2765
2644
  });
2766
- co.displayName = "Drawer.Handle";
2767
- const uo = /* @__PURE__ */ g.forwardRef(function({ children: e, ...t }, n) {
2768
- const { overlayRef: r, snapPoints: a, onRelease: s, shouldFade: i, isOpen: l, visible: u } = bt(), v = oo(n, r), m = a && a.length > 0;
2769
- return /* @__PURE__ */ g.createElement($a, {
2770
- onMouseUp: s,
2645
+ ia.displayName = "Drawer.Handle";
2646
+ const ca = /* @__PURE__ */ h.forwardRef(function({ children: e, ...t }, n) {
2647
+ const { overlayRef: r, snapPoints: a, onRelease: o, shouldFade: s, isOpen: i, visible: u } = vt(), v = na(n, r), p = a && a.length > 0;
2648
+ return /* @__PURE__ */ h.createElement(Uo, {
2649
+ onMouseUp: o,
2771
2650
  ref: v,
2772
2651
  "vaul-drawer-visible": u ? "true" : "false",
2773
2652
  "vaul-overlay": "",
2774
- "vaul-snap-points": l && m ? "true" : "false",
2775
- "vaul-snap-points-overlay": l && i ? "true" : "false",
2653
+ "vaul-snap-points": i && p ? "true" : "false",
2654
+ "vaul-snap-points-overlay": i && s ? "true" : "false",
2776
2655
  ...t
2777
2656
  });
2778
2657
  });
2779
- uo.displayName = "Drawer.Overlay";
2780
- const fo = /* @__PURE__ */ g.forwardRef(function({ onOpenAutoFocus: e, onPointerDownOutside: t, onAnimationEnd: n, style: r, ...a }, s) {
2781
- const { drawerRef: i, onPress: l, onRelease: u, onDrag: v, dismissible: m, keyboardIsOpen: c, snapPointsOffset: d, visible: f, closeDrawer: y, modal: R, openProp: K, onOpenChange: H, setVisible: Q, handleOnly: x, direction: p } = bt(), C = oo(s, i), N = g.useRef(null), P = g.useRef(!1), _ = (w, L, te = 0) => {
2782
- if (P.current) return !0;
2783
- const V = Math.abs(w.y), q = Math.abs(w.x), X = q > V, Ie = [
2658
+ ca.displayName = "Drawer.Overlay";
2659
+ const la = /* @__PURE__ */ h.forwardRef(function({ onOpenAutoFocus: e, onPointerDownOutside: t, onAnimationEnd: n, style: r, ...a }, o) {
2660
+ const { drawerRef: s, onPress: i, onRelease: u, onDrag: v, dismissible: p, keyboardIsOpen: l, snapPointsOffset: d, visible: f, closeDrawer: E, modal: C, openProp: K, onOpenChange: H, setVisible: q, handleOnly: y, direction: m } = vt(), S = na(o, s), P = h.useRef(null), T = h.useRef(!1), O = (w, j, ee = 0) => {
2661
+ if (T.current) return !0;
2662
+ const Q = Math.abs(w.y), V = Math.abs(w.x), X = V > Q, Oe = [
2784
2663
  "bottom",
2785
2664
  "right"
2786
- ].includes(L) ? 1 : -1;
2787
- if (L === "left" || L === "right") {
2788
- if (!(w.x * Ie < 0) && q >= 0 && q <= te)
2665
+ ].includes(j) ? 1 : -1;
2666
+ if (j === "left" || j === "right") {
2667
+ if (!(w.x * Oe < 0) && V >= 0 && V <= ee)
2789
2668
  return X;
2790
- } else if (!(w.y * Ie < 0) && V >= 0 && V <= te)
2669
+ } else if (!(w.y * Oe < 0) && Q >= 0 && Q <= ee)
2791
2670
  return !X;
2792
- return P.current = !0, !0;
2671
+ return T.current = !0, !0;
2793
2672
  };
2794
- return g.useEffect(() => {
2795
- Q(!0);
2796
- }, []), /* @__PURE__ */ g.createElement(La, {
2673
+ return h.useEffect(() => {
2674
+ q(!0);
2675
+ }, []), /* @__PURE__ */ h.createElement(Bo, {
2797
2676
  "vaul-drawer": "",
2798
- "vaul-drawer-direction": p,
2677
+ "vaul-drawer-direction": m,
2799
2678
  "vaul-drawer-visible": f ? "true" : "false",
2800
2679
  ...a,
2801
- ref: C,
2680
+ ref: S,
2802
2681
  style: d && d.length > 0 ? {
2803
2682
  "--snap-point-height": `${d[0]}px`,
2804
2683
  ...r
@@ -2807,419 +2686,370 @@ const fo = /* @__PURE__ */ g.forwardRef(function({ onOpenAutoFocus: e, onPointer
2807
2686
  if (e)
2808
2687
  e(w);
2809
2688
  else {
2810
- var L;
2811
- w.preventDefault(), (L = i.current) == null || L.focus();
2689
+ var j;
2690
+ w.preventDefault(), (j = s.current) == null || j.focus();
2812
2691
  }
2813
2692
  },
2814
2693
  onPointerDown: (w) => {
2815
- x || (a.onPointerDown == null || a.onPointerDown.call(a, w), N.current = {
2694
+ y || (a.onPointerDown == null || a.onPointerDown.call(a, w), P.current = {
2816
2695
  x: w.clientX,
2817
2696
  y: w.clientY
2818
- }, l(w));
2697
+ }, i(w));
2819
2698
  },
2820
2699
  onPointerDownOutside: (w) => {
2821
- if (t == null || t(w), !R || w.defaultPrevented) {
2700
+ if (t == null || t(w), !C || w.defaultPrevented) {
2822
2701
  w.preventDefault();
2823
2702
  return;
2824
2703
  }
2825
- c.current && (c.current = !1), w.preventDefault(), H == null || H(!1), !(!m || K !== void 0) && y();
2704
+ l.current && (l.current = !1), w.preventDefault(), H == null || H(!1), !(!p || K !== void 0) && E();
2826
2705
  },
2827
2706
  onFocusOutside: (w) => {
2828
- if (!R) {
2707
+ if (!C) {
2829
2708
  w.preventDefault();
2830
2709
  return;
2831
2710
  }
2832
2711
  },
2833
2712
  onEscapeKeyDown: (w) => {
2834
- if (!R) {
2713
+ if (!C) {
2835
2714
  w.preventDefault();
2836
2715
  return;
2837
2716
  }
2838
2717
  },
2839
2718
  onPointerMove: (w) => {
2840
- if (x || (a.onPointerMove == null || a.onPointerMove.call(a, w), !N.current)) return;
2841
- const L = w.clientY - N.current.y, te = w.clientX - N.current.x, V = w.pointerType === "touch" ? 10 : 2;
2842
- _({
2843
- x: te,
2844
- y: L
2845
- }, p, V) ? v(w) : (Math.abs(te) > V || Math.abs(L) > V) && (N.current = null);
2719
+ if (y || (a.onPointerMove == null || a.onPointerMove.call(a, w), !P.current)) return;
2720
+ const j = w.clientY - P.current.y, ee = w.clientX - P.current.x, Q = w.pointerType === "touch" ? 10 : 2;
2721
+ O({
2722
+ x: ee,
2723
+ y: j
2724
+ }, m, Q) ? v(w) : (Math.abs(ee) > Q || Math.abs(j) > Q) && (P.current = null);
2846
2725
  },
2847
2726
  onPointerUp: (w) => {
2848
- a.onPointerUp == null || a.onPointerUp.call(a, w), N.current = null, P.current = !1, u(w);
2727
+ a.onPointerUp == null || a.onPointerUp.call(a, w), P.current = null, T.current = !1, u(w);
2849
2728
  }
2850
2729
  });
2851
2730
  });
2852
- fo.displayName = "Drawer.Content";
2853
- function wl({ onDrag: e, onOpenChange: t, ...n }) {
2854
- const { onNestedDrag: r, onNestedOpenChange: a, onNestedRelease: s } = bt();
2731
+ la.displayName = "Drawer.Content";
2732
+ function pc({ onDrag: e, onOpenChange: t, ...n }) {
2733
+ const { onNestedDrag: r, onNestedOpenChange: a, onNestedRelease: o } = vt();
2855
2734
  if (!r)
2856
2735
  throw new Error("Drawer.NestedRoot must be placed in another drawer");
2857
- return /* @__PURE__ */ g.createElement(lo, {
2736
+ return /* @__PURE__ */ h.createElement(sa, {
2858
2737
  nested: !0,
2859
2738
  onClose: () => {
2860
2739
  a(!1);
2861
2740
  },
2862
- onDrag: (i, l) => {
2863
- r(i, l), e == null || e(i, l);
2741
+ onDrag: (s, i) => {
2742
+ r(s, i), e == null || e(s, i);
2864
2743
  },
2865
- onOpenChange: (i) => {
2866
- i && a(i), t == null || t(i);
2744
+ onOpenChange: (s) => {
2745
+ s && a(s), t == null || t(s);
2867
2746
  },
2868
- onRelease: s,
2747
+ onRelease: o,
2869
2748
  ...n
2870
2749
  });
2871
2750
  }
2872
- const ie = {
2873
- Root: lo,
2874
- NestedRoot: wl,
2875
- Content: fo,
2876
- Handle: co,
2877
- Overlay: uo,
2878
- Trigger: Fa,
2879
- Portal: Ha,
2880
- Close: Ua,
2881
- Title: Ba,
2882
- Description: za
2883
- }, Jt = ({
2751
+ const se = {
2752
+ Root: sa,
2753
+ NestedRoot: pc,
2754
+ Content: la,
2755
+ Handle: ia,
2756
+ Overlay: ca,
2757
+ Trigger: zo,
2758
+ Portal: Ko,
2759
+ Close: Vo,
2760
+ Title: Qo,
2761
+ Description: qo
2762
+ }, Yt = ({
2884
2763
  shouldScaleBackground: e = !0,
2885
2764
  ...t
2886
- }) => /* @__PURE__ */ o.jsx(
2887
- ie.Root,
2765
+ }) => /* @__PURE__ */ c.createElement(
2766
+ se.Root,
2888
2767
  {
2889
2768
  shouldScaleBackground: e,
2890
2769
  ...t
2891
2770
  }
2892
2771
  );
2893
- Jt.displayName = "Drawer";
2894
- const ho = ie.Trigger, bl = ie.Portal, xl = ie.Close, po = h.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ o.jsx(
2895
- ie.Overlay,
2772
+ Yt.displayName = "Drawer";
2773
+ const ua = se.Trigger, hc = se.Portal, gc = se.Close, da = c.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ c.createElement(
2774
+ se.Overlay,
2896
2775
  {
2897
2776
  ref: n,
2898
- className: O("fixed inset-0 z-50 bg-black/80", e),
2777
+ className: I("fixed inset-0 z-50 bg-black/80", e),
2899
2778
  ...t
2900
2779
  }
2901
2780
  ));
2902
- po.displayName = ie.Overlay.displayName;
2903
- const Zt = h.forwardRef(({ className: e, children: t, hideBar: n = !0, ...r }, a) => /* @__PURE__ */ o.jsxs(bl, { children: [
2904
- /* @__PURE__ */ o.jsx(po, {}),
2905
- /* @__PURE__ */ o.jsxs(
2906
- ie.Content,
2907
- {
2908
- ref: a,
2909
- className: O(
2910
- "fixed inset-x-0 bottom-0 z-50 mt-24 flex h-auto flex-col rounded-t-[10px] border bg-background",
2911
- e
2912
- ),
2913
- ...r,
2914
- children: [
2915
- !n && /* @__PURE__ */ o.jsx("div", { className: "mx-auto mt-4 h-2 w-[100px] rounded-full bg-muted" }),
2916
- t
2917
- ]
2918
- }
2919
- )
2920
- ] }));
2921
- Zt.displayName = "DrawerContent";
2922
- const en = h.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ o.jsx(
2923
- ie.Title,
2781
+ da.displayName = se.Overlay.displayName;
2782
+ const Xt = c.forwardRef(({ className: e, children: t, hideBar: n = !0, ...r }, a) => /* @__PURE__ */ c.createElement(hc, null, /* @__PURE__ */ c.createElement(da, null), /* @__PURE__ */ c.createElement(
2783
+ se.Content,
2784
+ {
2785
+ ref: a,
2786
+ className: I(
2787
+ "fixed inset-x-0 bottom-0 z-50 mt-24 flex h-auto flex-col rounded-t-[10px] border bg-background",
2788
+ e
2789
+ ),
2790
+ ...r
2791
+ },
2792
+ !n && /* @__PURE__ */ c.createElement("div", { className: "mx-auto mt-4 h-2 w-[100px] rounded-full bg-muted" }),
2793
+ t
2794
+ )));
2795
+ Xt.displayName = "DrawerContent";
2796
+ const Jt = c.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ c.createElement(
2797
+ se.Title,
2924
2798
  {
2925
2799
  ref: n,
2926
- className: O(
2800
+ className: I(
2927
2801
  "text-lg font-semibold leading-none tracking-tight",
2928
2802
  e
2929
2803
  ),
2930
2804
  ...t
2931
2805
  }
2932
2806
  ));
2933
- en.displayName = ie.Title.displayName;
2934
- const yl = h.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ o.jsx(
2935
- ie.Description,
2807
+ Jt.displayName = se.Title.displayName;
2808
+ const vc = c.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ c.createElement(
2809
+ se.Description,
2936
2810
  {
2937
2811
  ref: n,
2938
- className: O("text-sm text-muted-foreground", e),
2812
+ className: I("text-sm text-muted-foreground", e),
2939
2813
  ...t
2940
2814
  }
2941
2815
  ));
2942
- yl.displayName = ie.Description.displayName;
2943
- const Ml = () => {
2944
- const { topNavigation: e } = Be();
2945
- return /* @__PURE__ */ o.jsxs(Jt, { direction: "right", children: [
2946
- /* @__PURE__ */ o.jsx("div", { className: "flex lg:hidden justify-self-end", children: /* @__PURE__ */ o.jsx(ho, { className: "lg:hidden", children: /* @__PURE__ */ o.jsx(Wa, { size: 22 }) }) }),
2947
- /* @__PURE__ */ o.jsxs(
2948
- Zt,
2816
+ vc.displayName = se.Description.displayName;
2817
+ const wc = () => {
2818
+ const { topNavigation: e } = He();
2819
+ return /* @__PURE__ */ React.createElement(Yt, { direction: "right" }, /* @__PURE__ */ React.createElement("div", { className: "flex lg:hidden justify-self-end" }, /* @__PURE__ */ React.createElement(ua, { className: "lg:hidden" }, /* @__PURE__ */ React.createElement(Io, { size: 22 }))), /* @__PURE__ */ React.createElement(
2820
+ Xt,
2821
+ {
2822
+ className: "lg:hidden h-screen right-0 left-auto w-[320px] rounded-none",
2823
+ "aria-describedby": void 0
2824
+ },
2825
+ /* @__PURE__ */ React.createElement(In, null, /* @__PURE__ */ React.createElement(Jt, null, "Navigation")),
2826
+ /* @__PURE__ */ React.createElement("ul", { className: "flex flex-col items-center gap-4 p-4" }, e.map((t) => /* @__PURE__ */ React.createElement("li", { key: t.label }, /* @__PURE__ */ React.createElement(
2827
+ Ge,
2949
2828
  {
2950
- className: "lg:hidden h-screen right-0 left-auto w-[320px] rounded-none",
2951
- "aria-describedby": void 0,
2952
- children: [
2953
- /* @__PURE__ */ o.jsx(An, { children: /* @__PURE__ */ o.jsx(en, { children: "Navigation" }) }),
2954
- /* @__PURE__ */ o.jsx("ul", { className: "flex flex-col items-center gap-4 p-4", children: e.map((t) => /* @__PURE__ */ o.jsx("li", { children: /* @__PURE__ */ o.jsx(
2955
- Ye,
2956
- {
2957
- className: ({ isActive: n }) => kn(
2958
- "block font-medium border-b-2",
2959
- n ? "border-primary text-foreground" : "border-transparent text-foreground/75 hover:text-foreground hover:border-accent-foreground/25"
2960
- ),
2961
- to: t.id,
2962
- children: /* @__PURE__ */ o.jsx(xl, { children: t.label })
2963
- }
2964
- ) }, t.label)) })
2965
- ]
2966
- }
2967
- )
2968
- ] });
2969
- }, Sl = () => {
2970
- const e = Be(), [t, n] = _e(!1), r = Fn(() => n(!1), []);
2971
- be(() => {
2829
+ className: ({ isActive: n }) => An(
2830
+ "block font-medium border-b-2",
2831
+ n ? "border-primary text-foreground" : "border-transparent text-foreground/75 hover:text-foreground hover:border-accent-foreground/25"
2832
+ ),
2833
+ to: t.id
2834
+ },
2835
+ /* @__PURE__ */ React.createElement(gc, null, t.label)
2836
+ ))))
2837
+ ));
2838
+ }, bc = () => {
2839
+ const e = He(), [t, n] = Te(!1), r = Ln(() => n(!1), []);
2840
+ we(() => {
2972
2841
  if (t)
2973
2842
  return;
2974
- function s(i) {
2975
- i.key === "k" && (i.metaKey || i.ctrlKey) && (i.preventDefault(), n(!0));
2843
+ function o(s) {
2844
+ s.key === "k" && (s.metaKey || s.ctrlKey) && (s.preventDefault(), n(!0));
2976
2845
  }
2977
- return window.addEventListener("keydown", s), () => {
2978
- window.removeEventListener("keydown", s);
2846
+ return window.addEventListener("keydown", o), () => {
2847
+ window.removeEventListener("keydown", o);
2979
2848
  };
2980
2849
  }, [t, n]);
2981
- const a = e.plugins.find(Ns);
2982
- return a ? /* @__PURE__ */ o.jsxs(o.Fragment, { children: [
2983
- /* @__PURE__ */ o.jsxs(
2984
- "button",
2985
- {
2986
- type: "button",
2987
- onClick: () => n(!0),
2988
- className: "flex items-center border border-input hover:bg-accent hover:text-accent-foreground p-4 relative h-8 justify-start rounded-lg bg-background text-sm text-muted-foreground shadow-none w-40 sm:w-72",
2989
- children: [
2990
- /* @__PURE__ */ o.jsxs("div", { className: "flex items-center gap-2 flex-grow", children: [
2991
- /* @__PURE__ */ o.jsx(Ja, { size: 14 }),
2992
- "Search"
2993
- ] }),
2994
- /* @__PURE__ */ o.jsx("kbd", { className: "absolute right-[0.3rem] top-[0.3rem] hidden h-5 select-none items-center gap-1 rounded border bg-muted px-1.5 font-mono text-[11px] font-medium opacity-100 sm:flex", children: "⌘K" })
2995
- ]
2996
- }
2997
- ),
2998
- /* @__PURE__ */ o.jsx(Hn, { fallback: null, children: a.renderSearch({
2999
- isOpen: t,
3000
- onClose: r
3001
- }) })
3002
- ] }) : null;
3003
- }, El = () => {
3004
- const { topNavigation: e } = Be();
3005
- return e.length <= 1 ? /* @__PURE__ */ o.jsx("style", { children: ":root { --top-nav-height: 0px; }" }) : /* @__PURE__ */ o.jsx("nav", { className: "hidden lg:block border-b text-sm px-12 h-[--top-nav-height]", children: /* @__PURE__ */ o.jsx("ul", { className: "flex flex-row items-center gap-8", children: e.map((t) => /* @__PURE__ */ o.jsx("li", { children: /* @__PURE__ */ o.jsx(
3006
- Ye,
2850
+ const a = e.plugins.find(Ss);
2851
+ return a ? /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(
2852
+ "button",
3007
2853
  {
3008
- className: ({ isActive: n }) => kn(
2854
+ type: "button",
2855
+ onClick: () => n(!0),
2856
+ className: "flex items-center border border-input hover:bg-accent hover:text-accent-foreground p-4 relative h-8 justify-start rounded-lg bg-background text-sm text-muted-foreground shadow-none w-40 sm:w-72"
2857
+ },
2858
+ /* @__PURE__ */ React.createElement("div", { className: "flex items-center gap-2 flex-grow" }, /* @__PURE__ */ React.createElement(Ao, { size: 14 }), "Search"),
2859
+ /* @__PURE__ */ React.createElement("kbd", { className: "absolute right-[0.3rem] top-[0.3rem] hidden h-5 select-none items-center gap-1 rounded border bg-muted px-1.5 font-mono text-[11px] font-medium opacity-100 sm:flex" }, "⌘K")
2860
+ ), /* @__PURE__ */ React.createElement(jn, { fallback: null }, a.renderSearch({
2861
+ isOpen: t,
2862
+ onClose: r
2863
+ }))) : null;
2864
+ }, yc = () => {
2865
+ const { topNavigation: e } = He();
2866
+ return e.length <= 1 ? /* @__PURE__ */ React.createElement("style", null, ":root { --top-nav-height: 0px; }") : /* @__PURE__ */ React.createElement("nav", { className: "hidden lg:block border-b text-sm px-12 h-[--top-nav-height]" }, /* @__PURE__ */ React.createElement("ul", { className: "flex flex-row items-center gap-8" }, e.map((t) => /* @__PURE__ */ React.createElement("li", { key: t.label }, /* @__PURE__ */ React.createElement(
2867
+ Ge,
2868
+ {
2869
+ className: ({ isActive: n }) => An(
3009
2870
  "block py-3.5 font-medium -mb-px border-b-2",
3010
2871
  n ? "border-primary text-foreground" : "border-transparent text-foreground/75 hover:text-foreground hover:border-accent-foreground/25"
3011
2872
  ),
3012
- to: t.id,
3013
- children: t.label
2873
+ to: t.id
2874
+ },
2875
+ t.label
2876
+ )))));
2877
+ }, fa = ({ item: e }) => e.children ? /* @__PURE__ */ React.createElement(Ki, { key: e.label }, /* @__PURE__ */ React.createElement(Vr, null, e.label), /* @__PURE__ */ React.createElement(zi, null, /* @__PURE__ */ React.createElement(Qr, null, e.children.map((t, n) => (
2878
+ // eslint-disable-next-line react/no-array-index-key
2879
+ /* @__PURE__ */ React.createElement(fa, { key: n, item: t })
2880
+ ))))) : /* @__PURE__ */ React.createElement(Ot, { to: e.path ?? "" }, /* @__PURE__ */ React.createElement(Gr, { key: e.label }, e.label)), ma = Fn(function() {
2881
+ const t = cn(), [n, r] = no(), { isAuthenticated: a, profile: o, isAuthEnabled: s } = cn(), i = He(), { page: u, plugins: v } = i, p = v.filter((d) => xs(d)).flatMap((d) => d.getProfileMenuItems(i)).map((d) => /* @__PURE__ */ React.createElement(fa, { key: d.label, item: d })), l = n ? ko : $o;
2882
+ return /* @__PURE__ */ React.createElement("header", { className: "sticky lg:top-0 z-10 bg-background/80 backdrop-blur w-full" }, /* @__PURE__ */ React.createElement(Gi, null), /* @__PURE__ */ React.createElement("div", { className: "max-w-screen-2xl mx-auto" }, /* @__PURE__ */ React.createElement("div", { className: "grid grid-cols-2 lg:grid-cols-[calc(var(--side-nav-width))_1fr] lg:gap-12 items-center border-b px-10 lg:px-12 h-[--top-header-height]" }, /* @__PURE__ */ React.createElement("div", { className: "flex" }, /* @__PURE__ */ React.createElement(Ot, { to: "/" }, /* @__PURE__ */ React.createElement("div", { className: "flex items-center gap-3.5" }, (u == null ? void 0 : u.logo) && /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(
2883
+ "img",
2884
+ {
2885
+ src: u.logo.src.light,
2886
+ alt: u.logo.alt ?? u.pageTitle,
2887
+ style: { width: u.logo.width },
2888
+ className: I("h-10", n && "hidden"),
2889
+ loading: "lazy"
3014
2890
  }
3015
- ) }, t.label)) }) });
3016
- }, mo = ({ item: e }) => e.children ? /* @__PURE__ */ o.jsxs(Gi, { children: [
3017
- /* @__PURE__ */ o.jsx(Qr, { children: e.label }),
3018
- /* @__PURE__ */ o.jsx(Qi, { children: /* @__PURE__ */ o.jsx(Gr, { children: e.children.map((t, n) => (
3019
- // eslint-disable-next-line react/no-array-index-key
3020
- /* @__PURE__ */ o.jsx(mo, { item: t }, n)
3021
- )) }) })
3022
- ] }, e.label) : /* @__PURE__ */ o.jsx(It, { to: e.path ?? "", children: /* @__PURE__ */ o.jsx(Yr, { children: e.label }, e.label) }), go = Un(function() {
3023
- const t = un(), [n, r] = la(), { isAuthenticated: a, profile: s, isAuthEnabled: i } = un(), l = Be(), { page: u, plugins: v } = l, m = v.filter((d) => Ds(d)).flatMap((d) => d.getProfileMenuItems(l)).map((d) => /* @__PURE__ */ o.jsx(mo, { item: d }, d.label)), c = n ? Ya : Za;
3024
- return /* @__PURE__ */ o.jsxs("header", { className: "sticky lg:top-0 z-10 bg-background/80 backdrop-blur w-full", children: [
3025
- /* @__PURE__ */ o.jsx(Ji, {}),
3026
- /* @__PURE__ */ o.jsxs("div", { className: "max-w-screen-2xl mx-auto", children: [
3027
- /* @__PURE__ */ o.jsxs("div", { className: "grid grid-cols-2 lg:grid-cols-[calc(var(--side-nav-width))_1fr] lg:gap-12 items-center border-b px-10 lg:px-12 h-[--top-header-height]", children: [
3028
- /* @__PURE__ */ o.jsx("div", { className: "flex", children: /* @__PURE__ */ o.jsx(It, { to: "/", children: /* @__PURE__ */ o.jsxs("div", { className: "flex items-center gap-3.5", children: [
3029
- (u == null ? void 0 : u.logo) && /* @__PURE__ */ o.jsxs(o.Fragment, { children: [
3030
- /* @__PURE__ */ o.jsx(
3031
- "img",
3032
- {
3033
- src: u.logo.src.light,
3034
- alt: u.logo.alt ?? u.pageTitle,
3035
- style: { width: u.logo.width },
3036
- className: O("h-10", n && "hidden"),
3037
- loading: "lazy"
3038
- }
3039
- ),
3040
- /* @__PURE__ */ o.jsx(
3041
- "img",
3042
- {
3043
- src: u.logo.src.dark,
3044
- alt: u.logo.alt ?? u.pageTitle,
3045
- style: { width: u.logo.width },
3046
- className: O("h-10", !n && "hidden"),
3047
- loading: "lazy"
3048
- }
3049
- )
3050
- ] }),
3051
- /* @__PURE__ */ o.jsx("span", { className: "font-bold text-2xl text-foreground/85 tracking-wide", children: u == null ? void 0 : u.pageTitle })
3052
- ] }) }) }),
3053
- /* @__PURE__ */ o.jsxs("div", { className: "grid grid-cols-2 md:grid-cols-[--sidecar-grid-cols] items-center gap-8", children: [
3054
- /* @__PURE__ */ o.jsx("div", { className: "w-full justify-center flex", children: /* @__PURE__ */ o.jsx(Sl, {}) }),
3055
- /* @__PURE__ */ o.jsx(Ml, {}),
3056
- /* @__PURE__ */ o.jsxs("div", { className: "hidden lg:flex items-center justify-self-end text-sm gap-2", children: [
3057
- /* @__PURE__ */ o.jsx(Te, { name: "head-navigation-start" }),
3058
- i && !a ? /* @__PURE__ */ o.jsx(Dt, { variant: "ghost", onClick: () => t.login(), children: "Login" }) : m.length > 0 && /* @__PURE__ */ o.jsxs(qi, { modal: !1, children: [
3059
- /* @__PURE__ */ o.jsx(Vi, { asChild: !0, children: /* @__PURE__ */ o.jsx(Dt, { variant: "ghost", children: s != null && s.email ? `${s.email}` : "My Account" }) }),
3060
- /* @__PURE__ */ o.jsxs(Wr, { className: "w-56", children: [
3061
- /* @__PURE__ */ o.jsx(Xr, { children: "My Account" }),
3062
- /* @__PURE__ */ o.jsx(Jr, {}),
3063
- m
3064
- ] })
3065
- ] }),
3066
- /* @__PURE__ */ o.jsx(
3067
- "button",
3068
- {
3069
- type: "button",
3070
- "aria-label": n ? "Switch to light mode" : "Switch to dark mode",
3071
- className: "cursor-pointer hover:bg-secondary p-2.5 -m-2.5 rounded-full",
3072
- onClick: r,
3073
- children: /* @__PURE__ */ o.jsx(c, { size: 18 })
3074
- }
3075
- ),
3076
- /* @__PURE__ */ o.jsx(Te, { name: "head-navigation-end" })
3077
- ] })
3078
- ] })
3079
- ] }),
3080
- /* @__PURE__ */ o.jsx(El, {})
3081
- ] })
3082
- ] });
3083
- }), vo = {
3084
- Header: go
3085
- }, Cl = Ln(vo), Rl = Cl.Provider, Dl = (e) => {
3086
- const [t, n] = _e(!1);
3087
- be(() => {
3088
- const s = localStorage.getItem("theme"), i = window.matchMedia("(prefers-color-scheme: dark)"), l = s === "dark" || !s && i.matches;
3089
- n(l);
2891
+ ), /* @__PURE__ */ React.createElement(
2892
+ "img",
2893
+ {
2894
+ src: u.logo.src.dark,
2895
+ alt: u.logo.alt ?? u.pageTitle,
2896
+ style: { width: u.logo.width },
2897
+ className: I("h-10", !n && "hidden"),
2898
+ loading: "lazy"
2899
+ }
2900
+ )), /* @__PURE__ */ React.createElement("span", { className: "font-bold text-2xl text-foreground/85 tracking-wide" }, u == null ? void 0 : u.pageTitle)))), /* @__PURE__ */ React.createElement("div", { className: "grid grid-cols-2 md:grid-cols-[--sidecar-grid-cols] items-center gap-8" }, /* @__PURE__ */ React.createElement("div", { className: "w-full justify-center flex" }, /* @__PURE__ */ React.createElement(bc, null)), /* @__PURE__ */ React.createElement(wc, null), /* @__PURE__ */ React.createElement("div", { className: "hidden lg:flex items-center justify-self-end text-sm gap-2" }, /* @__PURE__ */ React.createElement(Pe, { name: "head-navigation-start" }), s && !a ? /* @__PURE__ */ React.createElement(St, { variant: "ghost", onClick: () => t.login() }, "Login") : p.length > 0 && /* @__PURE__ */ React.createElement(Ui, { modal: !1 }, /* @__PURE__ */ React.createElement(Bi, { asChild: !0 }, /* @__PURE__ */ React.createElement(St, { variant: "ghost" }, o != null && o.email ? `${o.email}` : "My Account")), /* @__PURE__ */ React.createElement(qr, { className: "w-56" }, /* @__PURE__ */ React.createElement(Wr, null, "My Account"), /* @__PURE__ */ React.createElement(Yr, null), p)), /* @__PURE__ */ React.createElement(
2901
+ "button",
2902
+ {
2903
+ type: "button",
2904
+ "aria-label": n ? "Switch to light mode" : "Switch to dark mode",
2905
+ className: "cursor-pointer hover:bg-secondary p-2.5 -m-2.5 rounded-full",
2906
+ onClick: r
2907
+ },
2908
+ /* @__PURE__ */ React.createElement(l, { size: 18 })
2909
+ ), /* @__PURE__ */ React.createElement(Pe, { name: "head-navigation-end" })))), /* @__PURE__ */ React.createElement(yc, null)));
2910
+ }), pa = {
2911
+ Header: ma
2912
+ }, Ec = $n(pa), Rc = Ec.Provider, xc = (e) => {
2913
+ const [t, n] = Te(!1);
2914
+ we(() => {
2915
+ const o = localStorage.getItem("theme"), s = window.matchMedia("(prefers-color-scheme: dark)"), i = o === "dark" || !o && s.matches;
2916
+ n(i);
3090
2917
  }, [t]);
3091
- const r = Fn(() => {
3092
- const s = !t;
3093
- document.documentElement.classList.toggle("dark", s), localStorage.setItem("theme", s ? "dark" : "light"), n(s);
2918
+ const r = Ln(() => {
2919
+ const o = !t;
2920
+ document.documentElement.classList.toggle("dark", o), localStorage.setItem("theme", o ? "dark" : "light"), n(o);
3094
2921
  }, [t]), a = [t, r];
3095
- return /* @__PURE__ */ o.jsx(ca.Provider, { value: a, ...e });
3096
- }, jl = ({
2922
+ return /* @__PURE__ */ React.createElement(ro.Provider, { value: a, ...e });
2923
+ }, Mc = ({
3097
2924
  children: e,
3098
2925
  context: t
3099
- }) => (Ta({
2926
+ }) => (Co({
3100
2927
  queryFn: async () => (await t.initialize(), !0),
3101
2928
  queryKey: ["zudoku-initialize"]
3102
- }), /* @__PURE__ */ o.jsx(_a.Provider, { value: t, children: e })), Nl = ({
2929
+ }), /* @__PURE__ */ React.createElement(Do.Provider, { value: t }, e)), Sc = ({
3103
2930
  children: e,
3104
2931
  ...t
3105
2932
  }) => {
3106
- var c, d;
3107
- const n = yt(
3108
- () => ({ ...vo, ...t.overrides }),
2933
+ var l, d;
2934
+ const n = bt(
2935
+ () => ({ ...pa, ...t.overrides }),
3109
2936
  [t.overrides]
3110
- ), r = yt(() => {
3111
- var y;
2937
+ ), r = bt(() => {
2938
+ var E;
3112
2939
  return {
3113
- ...(t.plugins ?? []).filter(_s).flatMap(
3114
- (R) => R.getMdxComponents ? [R.getMdxComponents()] : []
3115
- ).reduce((R, K) => ({ ...R, ...K }), {}),
3116
- ...ua,
3117
- ...(y = t.mdx) == null ? void 0 : y.components
2940
+ ...(t.plugins ?? []).filter(Ns).flatMap(
2941
+ (C) => C.getMdxComponents ? [C.getMdxComponents()] : []
2942
+ ).reduce((C, K) => ({ ...C, ...K }), {}),
2943
+ ...ao,
2944
+ ...(E = t.mdx) == null ? void 0 : E.components
3118
2945
  };
3119
- }, [(c = t.mdx) == null ? void 0 : c.components, t.plugins]), { stagger: a } = va(jt), [s, i] = _e(!1), l = yt(
3120
- () => s ? { stagger: !0 } : { stagger: a },
3121
- [a, s]
3122
- ), u = zo();
3123
- be(() => {
3124
- s || i(!0);
3125
- }, [s, u.location]);
3126
- const [v] = _e(() => new Is(t)), m = (d = t.plugins) == null ? void 0 : d.filter(Ts).map((f, y) => {
3127
- var R;
3128
- return /* @__PURE__ */ o.jsx(wa, { children: (R = f.getHead) == null ? void 0 : R.call(f) }, y);
2946
+ }, [(l = t.mdx) == null ? void 0 : l.components, t.plugins]), { stagger: a } = fo(Ct), [o, s] = Te(!1), i = bt(
2947
+ () => o ? { stagger: !0 } : { stagger: a },
2948
+ [a, o]
2949
+ ), u = ja();
2950
+ we(() => {
2951
+ o || s(!0);
2952
+ }, [o, u.location]);
2953
+ const [v] = Te(() => new Ts(t)), p = (d = t.plugins) == null ? void 0 : d.filter(Ds).map((f, E) => {
2954
+ var C;
2955
+ return /* @__PURE__ */ React.createElement(mo, { key: E }, (C = f.getHead) == null ? void 0 : C.call(f));
3129
2956
  });
3130
- return /* @__PURE__ */ o.jsxs(Oa, { client: Yn, children: [
3131
- /* @__PURE__ */ o.jsx(Ot, { children: m }),
3132
- /* @__PURE__ */ o.jsx(jt.Provider, { value: l, children: /* @__PURE__ */ o.jsx(jl, { context: v, children: /* @__PURE__ */ o.jsx(ko, { components: r, children: /* @__PURE__ */ o.jsx(Dl, { children: /* @__PURE__ */ o.jsx(Rl, { value: n, children: /* @__PURE__ */ o.jsx(qo, { slotlets: t.slotlets, children: /* @__PURE__ */ o.jsx(da, { children: e ?? /* @__PURE__ */ o.jsx(jn, {}) }) }) }) }) }) }) })
3133
- ] });
3134
- }, Pl = Un(Nl), wo = (e) => /* @__PURE__ */ o.jsx(Cs, { FallbackComponent: As, children: /* @__PURE__ */ o.jsx(Pl, { ...e }) });
3135
- wo.displayName = "DevPortal";
3136
- const Tl = ({
2957
+ return /* @__PURE__ */ React.createElement(No, { client: Gn }, /* @__PURE__ */ React.createElement(_t, null, p), /* @__PURE__ */ React.createElement(Ct.Provider, { value: i }, /* @__PURE__ */ React.createElement(Mc, { context: v }, /* @__PURE__ */ React.createElement(_a, { components: r }, /* @__PURE__ */ React.createElement(xc, null, /* @__PURE__ */ React.createElement(Rc, { value: n }, /* @__PURE__ */ React.createElement(Ha, { slotlets: t.slotlets }, /* @__PURE__ */ React.createElement(oo, null, e ?? /* @__PURE__ */ React.createElement(Cn, null)))))))));
2958
+ }, Cc = Fn(Sc), ha = (e) => /* @__PURE__ */ React.createElement(Es, { FallbackComponent: _s }, /* @__PURE__ */ React.createElement(Cc, { ...e }));
2959
+ ha.displayName = "DevPortal";
2960
+ const Dc = ({
3137
2961
  category: e,
3138
2962
  level: t
3139
2963
  }) => {
3140
2964
  var d;
3141
- const n = Kn(), r = $o(e), [a, s] = _e(!1), i = e.collapsible ?? !0, l = e.collapsed ?? !0, u = !!(!i || !l || r), [v, m] = _e(u);
3142
- be(() => {
3143
- r && m(!0);
2965
+ const n = Bn(), r = Oa(e), [a, o] = Te(!1), s = e.collapsible ?? !0, i = e.collapsed ?? !0, u = !!(!s || !i || r), [v, p] = Te(u);
2966
+ we(() => {
2967
+ r && p(!0);
3144
2968
  }, [r]);
3145
- const c = i && /* @__PURE__ */ o.jsx(
2969
+ const l = s && /* @__PURE__ */ React.createElement(
3146
2970
  "button",
3147
2971
  {
3148
2972
  type: "button",
3149
2973
  onClick: (f) => {
3150
- f.preventDefault(), m((y) => !y), s(!0);
3151
- },
3152
- children: /* @__PURE__ */ o.jsx(
3153
- Vn,
3154
- {
3155
- size: 16,
3156
- className: O(
3157
- a && "transition",
3158
- "shrink-0 group-data-[state=open]:rotate-90"
3159
- )
3160
- }
3161
- )
3162
- }
2974
+ f.preventDefault(), p((E) => !E), o(!0);
2975
+ }
2976
+ },
2977
+ /* @__PURE__ */ React.createElement(
2978
+ zn,
2979
+ {
2980
+ size: 16,
2981
+ className: I(
2982
+ a && "transition",
2983
+ "shrink-0 group-data-[state=open]:rotate-90"
2984
+ )
2985
+ }
2986
+ )
3163
2987
  );
3164
- return /* @__PURE__ */ o.jsxs(
3165
- ya,
2988
+ return /* @__PURE__ */ React.createElement(
2989
+ go,
3166
2990
  {
3167
- className: O("flex flex-col", t === 0 && "-mx-[--padding-nav-item]"),
2991
+ className: I("flex flex-col", t === 0 && "-mx-[--padding-nav-item]"),
3168
2992
  defaultOpen: u,
3169
2993
  open: v,
3170
- onOpenChange: () => m(!0),
3171
- children: [
3172
- /* @__PURE__ */ o.jsx(
3173
- Ma,
3174
- {
3175
- className: O(
3176
- "group text-start",
3177
- We({ isActive: !1, isTopLevel: t === 0 }),
3178
- i ? "cursor-pointer" : "cursor-default hover:bg-transparent"
3179
- ),
3180
- asChild: !0,
3181
- disabled: !i,
3182
- children: ((d = e.link) == null ? void 0 : d.type) === "doc" ? /* @__PURE__ */ o.jsx(Ye, { to: Ht(n == null ? void 0 : n.id, e.link.id), children: ({ isActive: f }) => /* @__PURE__ */ o.jsxs(
3183
- "div",
3184
- {
3185
- className: O(
3186
- "flex items-center gap-2 justify-between w-full",
3187
- f ? "text-primary font-medium" : "text-foreground/80"
3188
- ),
3189
- children: [
3190
- /* @__PURE__ */ o.jsx("div", { className: "truncate", children: e.label }),
3191
- c
3192
- ]
3193
- }
3194
- ) }) : /* @__PURE__ */ o.jsxs("div", { className: "flex items-center justify-between w-full", children: [
3195
- /* @__PURE__ */ o.jsx("div", { className: "flex gap-2 truncate w-full", children: e.label }),
3196
- c
3197
- ] })
3198
- }
3199
- ),
3200
- /* @__PURE__ */ o.jsx(
3201
- Sa,
2994
+ onOpenChange: () => p(!0)
2995
+ },
2996
+ /* @__PURE__ */ React.createElement(vo, { className: "group", asChild: !0, disabled: !s }, /* @__PURE__ */ React.createElement(
2997
+ "div",
2998
+ {
2999
+ className: I(
3000
+ "text-start",
3001
+ qe({ isActive: !1, isTopLevel: t === 0 }),
3002
+ s ? "cursor-pointer" : "cursor-default hover:bg-transparent"
3003
+ )
3004
+ },
3005
+ e.icon && /* @__PURE__ */ React.createElement(
3006
+ e.icon,
3007
+ {
3008
+ size: 16,
3009
+ className: "align-[-0.125em] -translate-x-1"
3010
+ }
3011
+ ),
3012
+ ((d = e.link) == null ? void 0 : d.type) === "doc" ? /* @__PURE__ */ React.createElement(
3013
+ Ge,
3014
+ {
3015
+ to: jt(n == null ? void 0 : n.id, e.link.id),
3016
+ className: "flex-1",
3017
+ onClick: () => o(!0)
3018
+ },
3019
+ ({ isActive: f }) => /* @__PURE__ */ React.createElement(
3020
+ "div",
3202
3021
  {
3203
- className: O(
3204
- // CollapsibleContent class is used to animate and it should only be applied when the user has triggered the toggle
3205
- a && "CollapsibleContent",
3206
- "ms-[calc(var(--padding-nav-item)*1.125)]"
3207
- ),
3208
- children: /* @__PURE__ */ o.jsx("ul", { className: "mt-1 border-l ps-2", children: e.items.map((f) => /* @__PURE__ */ o.jsx(
3209
- _t,
3210
- {
3211
- level: t + 1,
3212
- item: f
3213
- },
3214
- ("id" in f ? f.id : "") + ("href" in f ? f.href : "") + f.label
3215
- )) })
3216
- }
3022
+ className: I(
3023
+ "flex items-center gap-2 justify-between w-full",
3024
+ f ? "text-primary font-medium" : "text-foreground/80"
3025
+ )
3026
+ },
3027
+ /* @__PURE__ */ React.createElement("div", { className: "truncate" }, e.label),
3028
+ l
3217
3029
  )
3218
- ]
3219
- }
3030
+ ) : /* @__PURE__ */ React.createElement("div", { className: "flex items-center justify-between w-full" }, /* @__PURE__ */ React.createElement("div", { className: "flex gap-2 truncate w-full" }, e.label), l)
3031
+ )),
3032
+ /* @__PURE__ */ React.createElement(
3033
+ wo,
3034
+ {
3035
+ className: I(
3036
+ // CollapsibleContent class is used to animate and it should only be applied when the user has triggered the toggle
3037
+ a && "CollapsibleContent",
3038
+ "ms-[calc(var(--padding-nav-item)*1.125)]"
3039
+ )
3040
+ },
3041
+ /* @__PURE__ */ React.createElement("ul", { className: "mt-1 border-l ps-2" }, e.items.map((f) => /* @__PURE__ */ React.createElement(
3042
+ Tt,
3043
+ {
3044
+ key: ("id" in f ? f.id : "") + ("href" in f ? f.href : "") + f.label,
3045
+ level: t + 1,
3046
+ item: f
3047
+ }
3048
+ )))
3049
+ )
3220
3050
  );
3221
- }, We = fa(
3222
- "flex px-[--padding-nav-item] py-1.5 rounded-lg hover:bg-accent transition-colors duration-300",
3051
+ }, qe = so(
3052
+ "flex items-center gap-2 px-[--padding-nav-item] py-1.5 rounded-lg hover:bg-accent transition-colors duration-300",
3223
3053
  {
3224
3054
  variants: {
3225
3055
  isTopLevel: {
@@ -3235,209 +3065,171 @@ const Tl = ({
3235
3065
  }
3236
3066
  }
3237
3067
  }
3238
- ), bo = "data-anchor", _t = ({
3068
+ ), ga = "data-anchor", Tt = ({
3239
3069
  item: e,
3240
3070
  level: t = 0
3241
3071
  }) => {
3242
- const n = Kn(), { activeAnchor: r } = $t(), [a] = Ko();
3072
+ const n = Bn(), { activeAnchor: r } = kt(), [a] = Fa();
3243
3073
  switch (e.type) {
3244
3074
  case "category":
3245
- return /* @__PURE__ */ o.jsx(Tl, { category: e, level: t });
3075
+ return /* @__PURE__ */ React.createElement(Dc, { category: e, level: t });
3246
3076
  case "doc":
3247
- return /* @__PURE__ */ o.jsx(
3248
- Ye,
3077
+ return /* @__PURE__ */ React.createElement(
3078
+ Ge,
3249
3079
  {
3250
- className: ({ isActive: s }) => We({ isActive: s, isTopLevel: t === 0 }),
3251
- to: Ht(n == null ? void 0 : n.id, e.id),
3252
- children: e.badge ? /* @__PURE__ */ o.jsxs(o.Fragment, { children: [
3253
- /* @__PURE__ */ o.jsx("span", { className: "truncate", title: e.label, children: e.label }),
3254
- /* @__PURE__ */ o.jsx(Mt, { ...e.badge })
3255
- ] }) : e.label
3256
- }
3080
+ className: ({ isActive: o }) => qe({ isActive: o, isTopLevel: t === 0 }),
3081
+ to: jt(n == null ? void 0 : n.id, e.id)
3082
+ },
3083
+ e.icon && /* @__PURE__ */ React.createElement(e.icon, { size: 16, className: "align-[-0.125em]" }),
3084
+ e.badge ? /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("span", { className: "truncate", title: e.label }, e.label), /* @__PURE__ */ React.createElement(yt, { ...e.badge })) : e.label
3257
3085
  );
3258
3086
  case "link":
3259
- return e.href.startsWith("#") ? /* @__PURE__ */ o.jsx(
3260
- Lo,
3087
+ return e.href.startsWith("#") ? /* @__PURE__ */ React.createElement(
3088
+ Ia,
3261
3089
  {
3262
3090
  to: { hash: e.href, search: a.toString() },
3263
- [bo]: e.href.slice(1),
3264
- className: O(
3091
+ [ga]: e.href.slice(1),
3092
+ className: I(
3265
3093
  "flex gap-2.5 justify-between",
3266
3094
  t === 0 && "-mx-[--padding-nav-item]",
3267
- We({
3095
+ qe({
3268
3096
  isActive: e.href.slice(1) === r
3269
3097
  })
3270
- ),
3271
- children: e.badge ? /* @__PURE__ */ o.jsxs(o.Fragment, { children: [
3272
- /* @__PURE__ */ o.jsx("span", { className: "truncate", title: e.label, children: e.label }),
3273
- /* @__PURE__ */ o.jsx(Mt, { ...e.badge })
3274
- ] }) : /* @__PURE__ */ o.jsx("span", { className: "break-all", children: e.label })
3275
- }
3276
- ) : e.href.startsWith("http") ? /* @__PURE__ */ o.jsxs(
3098
+ )
3099
+ },
3100
+ e.badge ? /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("span", { className: "truncate", title: e.label }, e.label), /* @__PURE__ */ React.createElement(yt, { ...e.badge })) : /* @__PURE__ */ React.createElement("span", { className: "break-all" }, e.label)
3101
+ ) : e.href.startsWith("http") ? /* @__PURE__ */ React.createElement(
3277
3102
  "a",
3278
3103
  {
3279
- className: O(
3280
- We({ isTopLevel: t === 0 }),
3104
+ className: I(
3105
+ qe({ isTopLevel: t === 0 }),
3281
3106
  "block"
3282
3107
  ),
3283
3108
  href: e.href,
3284
3109
  target: "_blank",
3285
- rel: "noopener noreferrer",
3286
- children: [
3287
- /* @__PURE__ */ o.jsx("span", { className: "whitespace-normal", children: e.label }),
3288
- /* @__PURE__ */ o.jsxs("span", { className: "whitespace-nowrap", children: [
3289
- " ",
3290
- /* @__PURE__ */ o.jsx(Ga, { className: "inline ml-1", size: 12 })
3291
- ] })
3292
- ]
3293
- }
3294
- ) : /* @__PURE__ */ o.jsx(
3295
- Ye,
3110
+ rel: "noopener noreferrer"
3111
+ },
3112
+ /* @__PURE__ */ React.createElement("span", { className: "whitespace-normal" }, e.label),
3113
+ /* @__PURE__ */ React.createElement("span", { className: "whitespace-nowrap" }, " ", /* @__PURE__ */ React.createElement(Lo, { className: "inline ml-1", size: 12 }))
3114
+ ) : /* @__PURE__ */ React.createElement(
3115
+ Ge,
3296
3116
  {
3297
- className: O("flex gap-2.5 justify-between", We()),
3298
- to: e.href,
3299
- children: e.badge ? /* @__PURE__ */ o.jsxs(o.Fragment, { children: [
3300
- /* @__PURE__ */ o.jsx("span", { className: "truncate", title: e.label, children: e.label }),
3301
- /* @__PURE__ */ o.jsx(Mt, { ...e.badge })
3302
- ] }) : /* @__PURE__ */ o.jsx("span", { className: "break-all", children: e.label })
3303
- }
3117
+ className: I("flex gap-2.5 justify-between", qe()),
3118
+ to: e.href
3119
+ },
3120
+ e.badge ? /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("span", { className: "truncate", title: e.label }, e.label), /* @__PURE__ */ React.createElement(yt, { ...e.badge })) : /* @__PURE__ */ React.createElement("span", { className: "break-all" }, e.label)
3304
3121
  );
3305
3122
  }
3306
- }, _l = (e, t = { block: "center" }) => {
3123
+ }, Nc = (e, t = { block: "center" }) => {
3307
3124
  if (!e) return;
3308
3125
  const n = e.getBoundingClientRect();
3309
3126
  n.top >= 0 && n.left >= 0 && n.bottom <= (window.innerHeight || document.documentElement.clientHeight) && n.right <= (window.innerWidth || document.documentElement.clientWidth) || e.scrollIntoView(t);
3310
- }, Ol = () => {
3311
- const e = At(), { setActiveAnchor: t } = $t();
3312
- be(() => {
3127
+ }, Pc = () => {
3128
+ const e = It(), { setActiveAnchor: t } = kt();
3129
+ we(() => {
3313
3130
  if (!e.hash) return;
3314
3131
  const n = decodeURIComponent(e.hash.split("/")[0].slice(1)), r = () => {
3315
- const a = document.getElementById(n), s = document.querySelector(`[${bo}="${n}"]`);
3316
- return a ? (a.scrollIntoView(), _l(s), requestIdleCallback(() => t(n)), !0) : !1;
3132
+ const a = document.getElementById(n), o = document.querySelector(`[${ga}="${n}"]`);
3133
+ return a ? (a.scrollIntoView(), Nc(o), requestIdleCallback(() => t(n)), !0) : !1;
3317
3134
  };
3318
3135
  if (!r()) {
3319
- const a = new MutationObserver((s, i) => {
3320
- r() && i.disconnect();
3136
+ const a = new MutationObserver((o, s) => {
3137
+ r() && s.disconnect();
3321
3138
  });
3322
3139
  return a.observe(document.body, { childList: !0, subtree: !0 }), () => a.disconnect();
3323
3140
  }
3324
3141
  }, [e.hash, t]);
3325
- }, Il = () => {
3326
- const e = At(), t = Lt(e.pathname);
3327
- be(() => {
3142
+ }, Tc = () => {
3143
+ const e = It(), t = $t(e.pathname);
3144
+ we(() => {
3328
3145
  t.current !== e.pathname && (window.scrollTo(0, 0), t.current = e.pathname);
3329
3146
  }, [e.pathname]);
3330
- }, xo = ba(({ children: e, className: t, pushMainContent: n }, r) => /* @__PURE__ */ o.jsx(
3147
+ }, va = po(({ children: e, className: t, pushMainContent: n }, r) => /* @__PURE__ */ React.createElement(
3331
3148
  "nav",
3332
3149
  {
3333
3150
  "data-navigation": String(n),
3334
- className: O(
3151
+ className: I(
3335
3152
  "scrollbar peer hidden lg:flex flex-col fixed text-sm overflow-y-auto shrink-0",
3336
3153
  "px-[--padding-nav-item] -mx-[--padding-nav-item] pb-20 mt-[--padding-content-top]",
3337
3154
  "w-[--side-nav-width] h-[calc(100%-var(--header-height))] scroll-pt-2 gap-2",
3338
3155
  t
3339
3156
  ),
3340
- ref: r,
3341
- children: e
3342
- }
3157
+ ref: r
3158
+ },
3159
+ e
3343
3160
  ));
3344
- xo.displayName = "SidebarWrapper";
3345
- const Al = () => {
3346
- const e = Lt(null), t = Ia();
3347
- return /* @__PURE__ */ o.jsxs(o.Fragment, { children: [
3348
- /* @__PURE__ */ o.jsxs(
3349
- xo,
3350
- {
3351
- ref: e,
3352
- pushMainContent: t.data.items.length > 0,
3353
- children: [
3354
- /* @__PURE__ */ o.jsx(Te, { name: "zudoku-before-navigation" }),
3355
- t.data.items.map((n) => /* @__PURE__ */ o.jsx(_t, { item: n }, n.label)),
3356
- /* @__PURE__ */ o.jsx(Te, { name: "zudoku-after-navigation" })
3357
- ]
3358
- }
3359
- ),
3360
- /* @__PURE__ */ o.jsxs(
3361
- Zt,
3161
+ va.displayName = "SidebarWrapper";
3162
+ const _c = () => {
3163
+ const e = $t(null), t = Po();
3164
+ return /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(
3165
+ va,
3166
+ {
3167
+ ref: e,
3168
+ pushMainContent: t.data.items.length > 0
3169
+ },
3170
+ /* @__PURE__ */ React.createElement(Pe, { name: "zudoku-before-navigation" }),
3171
+ t.data.items.map((n) => /* @__PURE__ */ React.createElement(Tt, { key: n.label, item: n })),
3172
+ /* @__PURE__ */ React.createElement(Pe, { name: "zudoku-after-navigation" })
3173
+ ), /* @__PURE__ */ React.createElement(
3174
+ Xt,
3175
+ {
3176
+ className: "lg:hidden h-screen left-0 p-6 w-[320px] rounded-none",
3177
+ "aria-describedby": void 0
3178
+ },
3179
+ /* @__PURE__ */ React.createElement(In, null, /* @__PURE__ */ React.createElement(Jt, null, "Sidebar")),
3180
+ t.data.items.map((n) => /* @__PURE__ */ React.createElement(Tt, { key: n.label, item: n }))
3181
+ ));
3182
+ }, Oc = ({ children: e }) => {
3183
+ const t = It(), { setActiveAnchor: n } = kt(), { meta: r, authentication: a } = He();
3184
+ Pc(), Tc();
3185
+ const o = $t(t.pathname);
3186
+ return we(() => {
3187
+ var s;
3188
+ (s = a == null ? void 0 : a.pageLoad) == null || s.call(a);
3189
+ }, [a]), we(() => {
3190
+ t.pathname !== o.current && n(""), o.current = t.pathname;
3191
+ }, [t.pathname, n]), /* @__PURE__ */ React.createElement(React.Fragment, null, !1, /* @__PURE__ */ React.createElement(_t, { titleTemplate: r == null ? void 0 : r.title }, (r == null ? void 0 : r.description) && /* @__PURE__ */ React.createElement("meta", { name: "description", content: r.description }), (r == null ? void 0 : r.favicon) && /* @__PURE__ */ React.createElement("link", { rel: "icon", href: r.favicon })), /* @__PURE__ */ React.createElement(Pe, { name: "layout-before-head" }), /* @__PURE__ */ React.createElement(ma, null), /* @__PURE__ */ React.createElement("div", { className: "w-full max-w-screen-2xl mx-auto px-10 lg:px-12" }, /* @__PURE__ */ React.createElement(
3192
+ jn,
3193
+ {
3194
+ fallback: /* @__PURE__ */ React.createElement("main", { className: "grid h-full place-items-center" }, /* @__PURE__ */ React.createElement(Wo, null))
3195
+ },
3196
+ /* @__PURE__ */ React.createElement(Yt, { direction: "left" }, /* @__PURE__ */ React.createElement(_c, null), /* @__PURE__ */ React.createElement(
3197
+ "div",
3362
3198
  {
3363
- className: "lg:hidden h-screen left-0 p-6 w-[320px] rounded-none",
3364
- "aria-describedby": void 0,
3365
- children: [
3366
- /* @__PURE__ */ o.jsx(An, { children: /* @__PURE__ */ o.jsx(en, { children: "Sidebar" }) }),
3367
- t.data.items.map((n) => /* @__PURE__ */ o.jsx(_t, { item: n }, n.label))
3368
- ]
3369
- }
3370
- )
3371
- ] });
3372
- }, kl = ({ children: e }) => {
3373
- const t = At(), { setActiveAnchor: n } = $t(), { meta: r, authentication: a } = Be();
3374
- Ol(), Il();
3375
- const s = Lt(t.pathname);
3376
- return be(() => {
3377
- var i;
3378
- (i = a == null ? void 0 : a.pageLoad) == null || i.call(a);
3379
- }, [a]), be(() => {
3380
- t.pathname !== s.current && n(""), s.current = t.pathname;
3381
- }, [t.pathname, n]), /* @__PURE__ */ o.jsxs(o.Fragment, { children: [
3382
- !1,
3383
- /* @__PURE__ */ o.jsxs(Ot, { titleTemplate: r == null ? void 0 : r.title, children: [
3384
- (r == null ? void 0 : r.description) && /* @__PURE__ */ o.jsx("meta", { name: "description", content: r.description }),
3385
- (r == null ? void 0 : r.favicon) && /* @__PURE__ */ o.jsx("link", { rel: "icon", href: r.favicon })
3386
- ] }),
3387
- /* @__PURE__ */ o.jsx(Te, { name: "layout-before-head" }),
3388
- /* @__PURE__ */ o.jsx(go, {}),
3389
- /* @__PURE__ */ o.jsx("div", { className: "w-full max-w-screen-2xl mx-auto px-10 lg:px-12", children: /* @__PURE__ */ o.jsx(
3390
- Hn,
3199
+ className: I(
3200
+ "lg:hidden -mx-10 px-10 py-2 sticky bg-background/80 backdrop-blur z-10 top-0 left-0 right-0 border-b",
3201
+ "peer-data-[navigation=false]:hidden"
3202
+ )
3203
+ },
3204
+ /* @__PURE__ */ React.createElement(ua, { className: "flex items-center gap-2" }, /* @__PURE__ */ React.createElement(jo, { size: 16, strokeWidth: 1.5 }), /* @__PURE__ */ React.createElement("span", { className: "text-sm" }, "Menu"))
3205
+ ), /* @__PURE__ */ React.createElement(
3206
+ "main",
3391
3207
  {
3392
- fallback: /* @__PURE__ */ o.jsx("main", { className: "grid h-full place-items-center", children: /* @__PURE__ */ o.jsx(qa, {}) }),
3393
- children: /* @__PURE__ */ o.jsxs(Jt, { direction: "left", children: [
3394
- /* @__PURE__ */ o.jsx(Al, {}),
3395
- /* @__PURE__ */ o.jsx(
3396
- "div",
3397
- {
3398
- className: O(
3399
- "lg:hidden -mx-10 px-10 py-2 sticky bg-background/80 backdrop-blur z-10 top-0 left-0 right-0 border-b",
3400
- "peer-data-[navigation=false]:hidden"
3401
- ),
3402
- children: /* @__PURE__ */ o.jsxs(ho, { className: "flex items-center gap-2", children: [
3403
- /* @__PURE__ */ o.jsx(Xa, { size: 16, strokeWidth: 1.5 }),
3404
- /* @__PURE__ */ o.jsx("span", { className: "text-sm", children: "Menu" })
3405
- ] })
3406
- }
3407
- ),
3408
- /* @__PURE__ */ o.jsxs(
3409
- "main",
3410
- {
3411
- className: O(
3412
- "h-full dark:border-white/10 translate-x-0",
3413
- "lg:overflow-visible",
3414
- // This works in tandem with the `SidebarWrapper` component
3415
- "lg:peer-data-[navigation=true]:w-[calc(100%-var(--side-nav-width))]",
3416
- "lg:peer-data-[navigation=true]:translate-x-[--side-nav-width] lg:peer-data-[navigation=true]:pl-12"
3417
- ),
3418
- children: [
3419
- /* @__PURE__ */ o.jsx(Te, { name: "zudoku-before-content" }),
3420
- e ?? /* @__PURE__ */ o.jsx(jn, {}),
3421
- /* @__PURE__ */ o.jsx(Te, { name: "zudoku-after-content" })
3422
- ]
3423
- }
3424
- )
3425
- ] })
3426
- }
3427
- ) })
3428
- ] });
3429
- }, Zl = Fo, ec = ha, tc = wo, nc = kl, rc = It, oc = Vo, ac = es, sc = vs, ic = ws, lc = Dt, cc = Ot;
3208
+ className: I(
3209
+ "h-full dark:border-white/10 translate-x-0",
3210
+ "lg:overflow-visible",
3211
+ // This works in tandem with the `SidebarWrapper` component
3212
+ "lg:peer-data-[navigation=true]:w-[calc(100%-var(--side-nav-width))]",
3213
+ "lg:peer-data-[navigation=true]:translate-x-[--side-nav-width] lg:peer-data-[navigation=true]:pl-12"
3214
+ )
3215
+ },
3216
+ /* @__PURE__ */ React.createElement(Pe, { name: "zudoku-before-content" }),
3217
+ e ?? /* @__PURE__ */ React.createElement(Cn, null),
3218
+ /* @__PURE__ */ React.createElement(Pe, { name: "zudoku-after-content" })
3219
+ ))
3220
+ )));
3221
+ }, Wc = Aa, Yc = io, Xc = ha, Jc = Oc, Zc = Ot, el = Ua, tl = Yo, nl = ms, rl = ps, al = St, ol = _t;
3430
3222
  export {
3431
- sc as Bootstrap,
3432
- ic as BootstrapStatic,
3433
- lc as Button,
3434
- ec as Callout,
3435
- tc as DevPortal,
3436
- cc as Head,
3437
- nc as Layout,
3438
- rc as Link,
3439
- oc as RouterError,
3440
- ac as ServerError,
3441
- Zl as useMDXComponents
3223
+ nl as Bootstrap,
3224
+ rl as BootstrapStatic,
3225
+ al as Button,
3226
+ Yc as Callout,
3227
+ Xc as DevPortal,
3228
+ ol as Head,
3229
+ Jc as Layout,
3230
+ Zc as Link,
3231
+ el as RouterError,
3232
+ tl as ServerError,
3233
+ Wc as useMDXComponents
3442
3234
  };
3443
3235
  //# sourceMappingURL=zudoku.components.js.map