zudoku 0.3.0-dev.116 → 0.3.0-dev.119

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 (157) hide show
  1. package/dist/app/demo.js +3 -1
  2. package/dist/app/demo.js.map +1 -1
  3. package/dist/app/main.js +1 -1
  4. package/dist/app/main.js.map +1 -1
  5. package/dist/app/standalone.js +3 -1
  6. package/dist/app/standalone.js.map +1 -1
  7. package/dist/cli/dev/handler.js +1 -1
  8. package/dist/lib/components/Markdown.js +3 -2
  9. package/dist/lib/components/Markdown.js.map +1 -1
  10. package/dist/lib/components/navigation/SidebarCategory.js +6 -2
  11. package/dist/lib/components/navigation/SidebarCategory.js.map +1 -1
  12. package/dist/lib/components/navigation/SidebarItem.js +3 -2
  13. package/dist/lib/components/navigation/SidebarItem.js.map +1 -1
  14. package/dist/lib/oas/graphql/index.js +17 -2
  15. package/dist/lib/oas/graphql/index.js.map +1 -1
  16. package/dist/lib/plugins/markdown/MdxPage.js +1 -1
  17. package/dist/lib/plugins/markdown/MdxPage.js.map +1 -1
  18. package/dist/lib/plugins/openapi/OperationListItem.js +6 -4
  19. package/dist/lib/plugins/openapi/OperationListItem.js.map +1 -1
  20. package/dist/lib/plugins/openapi/ParameterList.js +3 -1
  21. package/dist/lib/plugins/openapi/ParameterList.js.map +1 -1
  22. package/dist/lib/plugins/openapi/ResponsesSidecarBox.d.ts +3 -1
  23. package/dist/lib/plugins/openapi/ResponsesSidecarBox.js +5 -9
  24. package/dist/lib/plugins/openapi/ResponsesSidecarBox.js.map +1 -1
  25. package/dist/lib/plugins/openapi/Sidecar.d.ts +3 -1
  26. package/dist/lib/plugins/openapi/Sidecar.js +6 -4
  27. package/dist/lib/plugins/openapi/Sidecar.js.map +1 -1
  28. package/dist/lib/plugins/openapi/schema/SchemaComponents.d.ts +13 -0
  29. package/dist/lib/plugins/openapi/schema/SchemaComponents.js +28 -0
  30. package/dist/lib/plugins/openapi/schema/SchemaComponents.js.map +1 -0
  31. package/dist/lib/plugins/openapi/schema/SchemaView.d.ts +6 -0
  32. package/dist/lib/plugins/openapi/schema/SchemaView.js +44 -0
  33. package/dist/lib/plugins/openapi/schema/SchemaView.js.map +1 -0
  34. package/dist/lib/plugins/openapi/schema/utils.d.ts +3 -0
  35. package/dist/lib/plugins/openapi/schema/utils.js +6 -0
  36. package/dist/lib/plugins/openapi/schema/utils.js.map +1 -0
  37. package/dist/lib/themeToggle.d.ts +1 -0
  38. package/dist/lib/themeToggle.js +7 -0
  39. package/dist/lib/themeToggle.js.map +1 -0
  40. package/dist/lib/util/MdxComponents.js +4 -4
  41. package/dist/lib/util/MdxComponents.js.map +1 -1
  42. package/dist/vite/config.d.ts +4 -5
  43. package/dist/vite/config.js +7 -4
  44. package/dist/vite/config.js.map +1 -1
  45. package/dist/vite/config.test.js +2 -2
  46. package/dist/vite/config.test.js.map +1 -1
  47. package/dist/vite/dev-server.d.ts +0 -1
  48. package/dist/vite/dev-server.js +2 -21
  49. package/dist/vite/dev-server.js.map +1 -1
  50. package/dist/vite/html.js +2 -11
  51. package/dist/vite/html.js.map +1 -1
  52. package/dist/vite/plugin-api-keys.d.ts +3 -3
  53. package/dist/vite/plugin-api-keys.js +2 -1
  54. package/dist/vite/plugin-api-keys.js.map +1 -1
  55. package/dist/vite/plugin-api.d.ts +3 -3
  56. package/dist/vite/plugin-api.js +2 -1
  57. package/dist/vite/plugin-api.js.map +1 -1
  58. package/dist/vite/plugin-auth.d.ts +3 -3
  59. package/dist/vite/plugin-auth.js +2 -1
  60. package/dist/vite/plugin-auth.js.map +1 -1
  61. package/dist/vite/plugin-component.d.ts +3 -3
  62. package/dist/vite/plugin-component.js +17 -14
  63. package/dist/vite/plugin-component.js.map +1 -1
  64. package/dist/vite/plugin-config-reload.d.ts +4 -0
  65. package/dist/vite/plugin-config-reload.js +24 -0
  66. package/dist/vite/plugin-config-reload.js.map +1 -0
  67. package/dist/vite/plugin-config.d.ts +2 -2
  68. package/dist/vite/plugin-config.js.map +1 -1
  69. package/dist/vite/plugin-custom-css.d.ts +3 -3
  70. package/dist/vite/plugin-custom-css.js +2 -1
  71. package/dist/vite/plugin-custom-css.js.map +1 -1
  72. package/dist/vite/plugin-docs.d.ts +3 -3
  73. package/dist/vite/plugin-docs.js +3 -2
  74. package/dist/vite/plugin-docs.js.map +1 -1
  75. package/dist/vite/plugin-html-transform.d.ts +2 -0
  76. package/dist/vite/plugin-html-transform.js +15 -0
  77. package/dist/vite/plugin-html-transform.js.map +1 -0
  78. package/dist/vite/plugin-mdx.d.ts +3 -3
  79. package/dist/vite/plugin-mdx.js +2 -1
  80. package/dist/vite/plugin-mdx.js.map +1 -1
  81. package/dist/vite/plugin-metadata.d.ts +1 -1
  82. package/dist/vite/plugin-redirect.d.ts +3 -3
  83. package/dist/vite/plugin-redirect.js +2 -1
  84. package/dist/vite/plugin-redirect.js.map +1 -1
  85. package/dist/vite/plugin-sidebar.d.ts +3 -3
  86. package/dist/vite/plugin-sidebar.js +2 -1
  87. package/dist/vite/plugin-sidebar.js.map +1 -1
  88. package/dist/vite/plugin.d.ts +3 -2
  89. package/dist/vite/plugin.js +16 -11
  90. package/dist/vite/plugin.js.map +1 -1
  91. package/lib/{CategoryHeading-BWq12Bfa.js → CategoryHeading-z15xh7Jb.js} +2 -2
  92. package/lib/{CategoryHeading-BWq12Bfa.js.map → CategoryHeading-z15xh7Jb.js.map} +1 -1
  93. package/lib/{Combination-D-9IH0zy.js → Combination-DTfV-c98.js} +2 -2
  94. package/lib/{Combination-D-9IH0zy.js.map → Combination-DTfV-c98.js.map} +1 -1
  95. package/lib/{Input-HmAaR6kw.js → Input-DB9VROFR.js} +3 -3
  96. package/lib/{Input-HmAaR6kw.js.map → Input-DB9VROFR.js.map} +1 -1
  97. package/lib/Markdown-CEccPMI_.js +20508 -0
  98. package/lib/Markdown-CEccPMI_.js.map +1 -0
  99. package/lib/{MdxPage-oN3huD58.js → MdxPage-CnqOoqvp.js} +12 -15
  100. package/lib/MdxPage-CnqOoqvp.js.map +1 -0
  101. package/lib/OperationList-MFaKgMyg.js +414 -0
  102. package/lib/OperationList-MFaKgMyg.js.map +1 -0
  103. package/lib/{Route-DAF15JAU.js → Route-CL9hUSJ2.js} +2 -2
  104. package/lib/{Route-DAF15JAU.js.map → Route-CL9hUSJ2.js.map} +1 -1
  105. package/lib/{SlotletProvider-BG2PU1Mf.js → SlotletProvider-ByLSCZQa.js} +3 -3
  106. package/lib/{SlotletProvider-BG2PU1Mf.js.map → SlotletProvider-ByLSCZQa.js.map} +1 -1
  107. package/lib/{Spinner-BCz1kNGw.js → Spinner-BT_AYFrA.js} +3 -3
  108. package/lib/{Spinner-BCz1kNGw.js.map → Spinner-BT_AYFrA.js.map} +1 -1
  109. package/lib/assets/{worker-CR7aeKop.js → worker-TEvS6miZ.js} +709 -702
  110. package/lib/assets/{worker-CR7aeKop.js.map → worker-TEvS6miZ.js.map} +1 -1
  111. package/lib/{index-CtKkHGcd.js → index-Bf5yypxf.js} +671 -640
  112. package/lib/{index-CtKkHGcd.js.map → index-Bf5yypxf.js.map} +1 -1
  113. package/lib/{index-D-9Z7HSn.js → index-Dz4LyXZI.js} +3 -3
  114. package/lib/{index-D-9Z7HSn.js.map → index-Dz4LyXZI.js.map} +1 -1
  115. package/lib/zudoku.components.js +494 -481
  116. package/lib/zudoku.components.js.map +1 -1
  117. package/lib/zudoku.openapi-worker.js +733 -726
  118. package/lib/zudoku.openapi-worker.js.map +1 -1
  119. package/lib/zudoku.plugin-api-keys.js +4 -4
  120. package/lib/zudoku.plugin-custom-page.js +1 -1
  121. package/lib/zudoku.plugin-markdown.js +1 -1
  122. package/lib/zudoku.plugin-openapi.js +3 -3
  123. package/package.json +2 -1
  124. package/src/app/demo.tsx +4 -1
  125. package/src/app/main.tsx +1 -1
  126. package/src/app/standalone.tsx +4 -1
  127. package/src/lib/components/Markdown.tsx +3 -2
  128. package/src/lib/components/navigation/SidebarCategory.tsx +13 -2
  129. package/src/lib/components/navigation/SidebarItem.tsx +3 -2
  130. package/src/lib/oas/graphql/index.ts +24 -5
  131. package/src/lib/plugins/markdown/MdxPage.tsx +0 -1
  132. package/src/lib/plugins/openapi/OperationListItem.tsx +18 -8
  133. package/src/lib/plugins/openapi/ParameterList.tsx +10 -8
  134. package/src/lib/plugins/openapi/ResponsesSidecarBox.tsx +51 -39
  135. package/src/lib/plugins/openapi/Sidecar.tsx +13 -4
  136. package/src/lib/plugins/openapi/schema/SchemaComponents.tsx +126 -0
  137. package/src/lib/plugins/openapi/schema/SchemaView.tsx +112 -0
  138. package/src/lib/plugins/openapi/schema/utils.ts +10 -0
  139. package/src/lib/themeToggle.ts +7 -0
  140. package/src/lib/util/MdxComponents.tsx +12 -12
  141. package/dist/lib/plugins/openapi/SchemaListView.d.ts +0 -7
  142. package/dist/lib/plugins/openapi/SchemaListView.js +0 -27
  143. package/dist/lib/plugins/openapi/SchemaListView.js.map +0 -1
  144. package/dist/lib/plugins/openapi/SchemaListViewItem.d.ts +0 -8
  145. package/dist/lib/plugins/openapi/SchemaListViewItem.js +0 -25
  146. package/dist/lib/plugins/openapi/SchemaListViewItem.js.map +0 -1
  147. package/dist/lib/plugins/openapi/SchemaListViewItemGroup.d.ts +0 -8
  148. package/dist/lib/plugins/openapi/SchemaListViewItemGroup.js +0 -17
  149. package/dist/lib/plugins/openapi/SchemaListViewItemGroup.js.map +0 -1
  150. package/lib/Markdown-B_Gax7at.js +0 -14108
  151. package/lib/Markdown-B_Gax7at.js.map +0 -1
  152. package/lib/MdxPage-oN3huD58.js.map +0 -1
  153. package/lib/OperationList-Ctj0ihBN.js +0 -448
  154. package/lib/OperationList-Ctj0ihBN.js.map +0 -1
  155. package/src/lib/plugins/openapi/SchemaListView.tsx +0 -75
  156. package/src/lib/plugins/openapi/SchemaListViewItem.tsx +0 -125
  157. package/src/lib/plugins/openapi/SchemaListViewItemGroup.tsx +0 -63
@@ -3,37 +3,37 @@ var dt = (e) => {
3
3
  throw TypeError(e);
4
4
  };
5
5
  var ir = (e, t, n) => t in e ? sr(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
6
- var P = (e, t, n) => ir(e, typeof t != "symbol" ? t + "" : t, n), ht = (e, t, n) => t.has(e) || dt("Cannot " + n);
7
- var h = (e, t, n) => (ht(e, t, "read from private field"), n ? n.call(e) : t.get(e)), N = (e, t, n) => t.has(e) ? dt("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(e) : t.set(e, n), j = (e, t, n, r) => (ht(e, t, "write to private field"), r ? r.call(e, n) : t.set(e, n), n);
6
+ var j = (e, t, n) => ir(e, typeof t != "symbol" ? t + "" : t, n), ht = (e, t, n) => t.has(e) || dt("Cannot " + n);
7
+ var f = (e, t, n) => (ht(e, t, "read from private field"), n ? n.call(e) : t.get(e)), N = (e, t, n) => t.has(e) ? dt("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(e) : t.set(e, n), S = (e, t, n, r) => (ht(e, t, "write to private field"), r ? r.call(e, n) : t.set(e, n), n);
8
8
  var Ce = (e, t, n, r) => ({
9
9
  set _(o) {
10
- j(e, t, o, n);
10
+ S(e, t, o, n);
11
11
  },
12
12
  get _() {
13
- return h(e, t, r);
13
+ return f(e, t, r);
14
14
  }
15
15
  });
16
- import { H as St, a as Ge, M as cr, u as ur, A as lr, b as dr } from "./utils-Bh4upQ0e.js";
17
- import { d as hr, a as fr, R as pr, N as Pe, u as De, L as Re, b as mr, c as gr, O as Pt } from "./index-7kcHaXD6.js";
18
- import { E as Rt, S as se, a as vr, R as xr } from "./SlotletProvider-BG2PU1Mf.js";
16
+ import { H as Pt, a as Ge, M as cr, u as ur, A as lr, b as dr } from "./utils-Bh4upQ0e.js";
17
+ import { d as hr, a as fr, R as pr, N as je, u as De, L as Re, b as mr, c as gr, O as jt, e as vr } from "./index-7kcHaXD6.js";
18
+ import { E as Rt, S as se, a as xr, R as yr } from "./SlotletProvider-ByLSCZQa.js";
19
19
  import { j as a } from "./jsx-runtime-B6kdoens.js";
20
- import { M as yr, c as wr, a as Et, b as _t, A as br, u as ge, h as Mr, d as y, e as Cr, F as jr, D as Sr, C as Pr, P as ie, f as He, g as Rr, i as Nt, R as Er, S as _r, j as Nr, k as Dr, l as Dt, m as Ir, n as Ee, o as It, p as kr, B as Qe } from "./Combination-D-9IH0zy.js";
21
- import { c as ce, a as M, C as Ar, b as Or, u as Tr, T as Fr, M as Lr, V as Kr, d as ze, e as $r, f as Br } from "./Markdown-B_Gax7at.js";
20
+ import { M as wr, c as br, a as Et, b as _t, A as Mr, u as ge, h as Cr, d as y, e as Sr, F as Pr, D as jr, C as Rr, P as ce, f as He, g as Er, i as Nt, R as _r, S as Nr, j as Dr, k as Ir, l as Dt, m as kr, n as Ee, o as It, p as Ar, B as Qe } from "./Combination-DTfV-c98.js";
21
+ import { c as ue, a as b, C as Or, b as Tr, u as Fr, T as Lr, M as Kr, V as $r, d as ze, e as Br, f as Qr } from "./Markdown-CEccPMI_.js";
22
22
  import * as c from "react";
23
- import Qr, { StrictMode as kt, createContext as At, Component as qr, createElement as ft, isValidElement as Ur, useState as he, useCallback as Ot, useEffect as W, Suspense as Tt, memo as Ft, useMemo as Ke, useContext as Gr, Fragment as Hr, useRef as Ve, forwardRef as zr } from "react";
23
+ import qr, { StrictMode as kt, createContext as At, Component as Ur, createElement as ft, isValidElement as Gr, useState as ie, useCallback as Ot, useEffect as W, Suspense as Tt, memo as Ft, useMemo as Ke, useContext as Hr, Fragment as zr, useRef as Ve, forwardRef as Vr } from "react";
24
24
  import { g as Ye } from "./_commonjsHelpers-BVfed4GL.js";
25
- import { r as Vr } from "./router-BiRCp01d.js";
26
- import { S as qe, R as Yr, T as Xr, C as Wr } from "./index-D-9Z7HSn.js";
27
- import { S as Lt, h as Kt, Q as Jr, n as E, m as pt, a as mt, b as $, e as Zr, c as ea, d as ta, f as na, o as gt, r as vt, g as ra, i as xt, p as yt, s as aa, u as Ie, j as oa, Z as sa, k as ia, l as $t, q as ca } from "./ZudokuContext-BIZ8zHbZ.js";
25
+ import { r as Yr } from "./router-BiRCp01d.js";
26
+ import { S as qe, R as Xr, T as Wr, C as Jr } from "./index-Dz4LyXZI.js";
27
+ import { S as Lt, h as Kt, Q as Zr, n as E, m as pt, a as mt, b as $, e as ea, c as ta, d as na, f as ra, o as gt, r as vt, g as aa, i as xt, p as yt, s as oa, u as Ie, j as sa, Z as ia, k as ca, l as $t, q as ua } from "./ZudokuContext-BIZ8zHbZ.js";
28
28
  import { j as Xe } from "./joinPath-B7kNnUX4.js";
29
- import { c as Bt, P as ke, R as ua, I as la, S as $e, a as da } from "./Spinner-BCz1kNGw.js";
29
+ import { c as Bt, P as ke, R as la, I as da, S as $e, a as ha } from "./Spinner-BT_AYFrA.js";
30
30
  /**
31
31
  * @license lucide-react v0.378.0 - ISC
32
32
  *
33
33
  * This source code is licensed under the ISC license.
34
34
  * See the LICENSE file in the root directory of this source tree.
35
35
  */
36
- const Qt = ce("ChevronRight", [
36
+ const Qt = ue("ChevronRight", [
37
37
  ["path", { d: "m9 18 6-6-6-6", key: "mthhwq" }]
38
38
  ]);
39
39
  /**
@@ -42,7 +42,7 @@ const Qt = ce("ChevronRight", [
42
42
  * This source code is licensed under the ISC license.
43
43
  * See the LICENSE file in the root directory of this source tree.
44
44
  */
45
- const ha = ce("Dot", [
45
+ const fa = ue("Dot", [
46
46
  ["circle", { cx: "12.1", cy: "12.1", r: "1", key: "18d7e5" }]
47
47
  ]);
48
48
  /**
@@ -51,7 +51,7 @@ const ha = ce("Dot", [
51
51
  * This source code is licensed under the ISC license.
52
52
  * See the LICENSE file in the root directory of this source tree.
53
53
  */
54
- const fa = ce("ExternalLink", [
54
+ const pa = ue("ExternalLink", [
55
55
  ["path", { d: "M15 3h6v6", key: "1q9fwt" }],
56
56
  ["path", { d: "M10 14 21 3", key: "gplh6r" }],
57
57
  ["path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6", key: "a6xqqp" }]
@@ -62,7 +62,7 @@ const fa = ce("ExternalLink", [
62
62
  * This source code is licensed under the ISC license.
63
63
  * See the LICENSE file in the root directory of this source tree.
64
64
  */
65
- const pa = ce("MoonStar", [
65
+ const ma = ue("MoonStar", [
66
66
  ["path", { d: "M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9", key: "4ay0iu" }],
67
67
  ["path", { d: "M20 3v4", key: "1olli1" }],
68
68
  ["path", { d: "M22 5h-4", key: "1gvqau" }]
@@ -73,7 +73,7 @@ const pa = ce("MoonStar", [
73
73
  * This source code is licensed under the ISC license.
74
74
  * See the LICENSE file in the root directory of this source tree.
75
75
  */
76
- const ma = ce("Search", [
76
+ const ga = ue("Search", [
77
77
  ["circle", { cx: "11", cy: "11", r: "8", key: "4ej97u" }],
78
78
  ["path", { d: "m21 21-4.3-4.3", key: "1qie3q" }]
79
79
  ]);
@@ -83,7 +83,7 @@ const ma = ce("Search", [
83
83
  * This source code is licensed under the ISC license.
84
84
  * See the LICENSE file in the root directory of this source tree.
85
85
  */
86
- const ga = ce("Sun", [
86
+ const va = ue("Sun", [
87
87
  ["circle", { cx: "12", cy: "12", r: "4", key: "4exip2" }],
88
88
  ["path", { d: "M12 2v2", key: "tus03m" }],
89
89
  ["path", { d: "M12 20v2", key: "1lh1kg" }],
@@ -94,14 +94,14 @@ const ga = ce("Sun", [
94
94
  ["path", { d: "m6.34 17.66-1.41 1.41", key: "1m8zz5" }],
95
95
  ["path", { d: "m19.07 4.93-1.41 1.41", key: "1shlcs" }]
96
96
  ]);
97
- function va({ error: e }) {
97
+ function xa({ error: e }) {
98
98
  return /* @__PURE__ */ a.jsx(Rt, { error: e });
99
99
  }
100
100
  var ve = {};
101
- const xa = /* @__PURE__ */ Ye(Vr), ya = /* @__PURE__ */ Ye(hr), wa = /* @__PURE__ */ Ye(fr);
101
+ const ya = /* @__PURE__ */ Ye(Yr), wa = /* @__PURE__ */ Ye(hr), ba = /* @__PURE__ */ Ye(fr);
102
102
  Object.defineProperty(ve, "__esModule", { value: !0 });
103
- var ba = Qr, F = xa, We = ya, B = wa;
104
- function Ma(e) {
103
+ var Ma = qr, F = ya, We = wa, B = ba;
104
+ function Ca(e) {
105
105
  if (e && e.__esModule) return e;
106
106
  var t = /* @__PURE__ */ Object.create(null);
107
107
  return e && Object.keys(e).forEach(function(n) {
@@ -116,8 +116,8 @@ function Ma(e) {
116
116
  }
117
117
  }), t.default = e, Object.freeze(t);
118
118
  }
119
- var O = /* @__PURE__ */ Ma(ba);
120
- function Ca({
119
+ var O = /* @__PURE__ */ Ca(Ma);
120
+ function Sa({
121
121
  basename: e,
122
122
  children: t,
123
123
  location: n = "/",
@@ -141,7 +141,7 @@ function Ca({
141
141
  static: !0
142
142
  });
143
143
  }
144
- function ja({
144
+ function Pa({
145
145
  context: e,
146
146
  router: t,
147
147
  hydrate: n = !0,
@@ -156,12 +156,12 @@ function ja({
156
156
  basename: e.basename || "/"
157
157
  }, s = /* @__PURE__ */ new Map(), i = "";
158
158
  if (n !== !1) {
159
- let d = {
159
+ let l = {
160
160
  loaderData: e.loaderData,
161
161
  actionData: e.actionData,
162
- errors: Pa(e.errors)
162
+ errors: Ra(e.errors)
163
163
  };
164
- i = `window.__staticRouterHydrationData = JSON.parse(${Ia(JSON.stringify(JSON.stringify(d)))});`;
164
+ i = `window.__staticRouterHydrationData = JSON.parse(${ka(JSON.stringify(JSON.stringify(l)))});`;
165
165
  }
166
166
  let {
167
167
  state: u
@@ -185,7 +185,7 @@ function ja({
185
185
  future: {
186
186
  v7_relativeSplatPath: t.future.v7_relativeSplatPath
187
187
  }
188
- }, /* @__PURE__ */ O.createElement(Sa, {
188
+ }, /* @__PURE__ */ O.createElement(ja, {
189
189
  routes: t.routes,
190
190
  future: t.future,
191
191
  state: u
@@ -197,14 +197,14 @@ function ja({
197
197
  }
198
198
  }) : null);
199
199
  }
200
- function Sa({
200
+ function ja({
201
201
  routes: e,
202
202
  future: t,
203
203
  state: n
204
204
  }) {
205
205
  return We.UNSAFE_useRoutesImpl(e, void 0, n, t);
206
206
  }
207
- function Pa(e) {
207
+ function Ra(e) {
208
208
  if (!e) return null;
209
209
  let t = Object.entries(e), n = {};
210
210
  for (let [r, o] of t)
@@ -243,18 +243,18 @@ function qt() {
243
243
  }
244
244
  };
245
245
  }
246
- function Ra(e, t) {
246
+ function Ea(e, t) {
247
247
  return F.createStaticHandler(e, {
248
248
  ...t,
249
249
  mapRouteProperties: We.UNSAFE_mapRouteProperties
250
250
  });
251
251
  }
252
- function Ea(e, t, n = {}) {
252
+ function _a(e, t, n = {}) {
253
253
  let r = {}, o = F.UNSAFE_convertRoutesToDataRoutes(e, We.UNSAFE_mapRouteProperties, void 0, r), s = t.matches.map((u) => {
254
- let d = r[u.route.id] || u.route;
254
+ let l = r[u.route.id] || u.route;
255
255
  return {
256
256
  ...u,
257
- route: d
257
+ route: l
258
258
  };
259
259
  }), i = (u) => `You cannot use router.${u}() on the server because it is a stateless environment`;
260
260
  return {
@@ -262,13 +262,13 @@ function Ea(e, t, n = {}) {
262
262
  return t.basename;
263
263
  },
264
264
  get future() {
265
- var u, d;
265
+ var u, l;
266
266
  return {
267
267
  v7_fetcherPersist: !1,
268
268
  v7_normalizeFormMethod: !1,
269
269
  v7_partialHydration: ((u = n.future) == null ? void 0 : u.v7_partialHydration) === !0,
270
270
  v7_prependBasename: !1,
271
- v7_relativeSplatPath: ((d = n.future) == null ? void 0 : d.v7_relativeSplatPath) === !0,
271
+ v7_relativeSplatPath: ((l = n.future) == null ? void 0 : l.v7_relativeSplatPath) === !0,
272
272
  v7_skipActionErrorRevalidation: !1
273
273
  };
274
274
  },
@@ -345,45 +345,45 @@ function Ut(e) {
345
345
  function Gt(e) {
346
346
  let t = typeof e == "string" ? e : B.createPath(e);
347
347
  t = t.replace(/ $/, "%20");
348
- let n = _a.test(t) ? new URL(t) : new URL(t, "http://localhost");
348
+ let n = Na.test(t) ? new URL(t) : new URL(t, "http://localhost");
349
349
  return {
350
350
  pathname: n.pathname,
351
351
  search: n.search,
352
352
  hash: n.hash
353
353
  };
354
354
  }
355
- const _a = /^(?:[a-z][a-z0-9+.-]*:|\/\/)/i, Na = {
355
+ const Na = /^(?:[a-z][a-z0-9+.-]*:|\/\/)/i, Da = {
356
356
  "&": "\\u0026",
357
357
  ">": "\\u003e",
358
358
  "<": "\\u003c",
359
359
  "\u2028": "\\u2028",
360
360
  "\u2029": "\\u2029"
361
- }, Da = /[&><\u2028\u2029]/g;
362
- function Ia(e) {
363
- return e.replace(Da, (t) => Na[t]);
361
+ }, Ia = /[&><\u2028\u2029]/g;
362
+ function ka(e) {
363
+ return e.replace(Ia, (t) => Da[t]);
364
364
  }
365
- ve.StaticRouter = Ca;
366
- var ka = ve.StaticRouterProvider = ja;
367
- ve.createStaticHandler = Ra;
368
- ve.createStaticRouter = Ea;
369
- const Aa = ({
365
+ ve.StaticRouter = Sa;
366
+ var Aa = ve.StaticRouterProvider = Pa;
367
+ ve.createStaticHandler = Ea;
368
+ ve.createStaticRouter = _a;
369
+ const Oa = ({
370
370
  router: e,
371
371
  hydrate: t = !1
372
- }) => /* @__PURE__ */ a.jsx(kt, { children: /* @__PURE__ */ a.jsx(St, { children: /* @__PURE__ */ a.jsx(qe.Provider, { value: { stagger: !t }, children: /* @__PURE__ */ a.jsx(pr, { router: e }) }) }) }), Oa = ({
372
+ }) => /* @__PURE__ */ a.jsx(kt, { children: /* @__PURE__ */ a.jsx(Pt, { children: /* @__PURE__ */ a.jsx(qe.Provider, { value: { stagger: !t }, children: /* @__PURE__ */ a.jsx(pr, { router: e }) }) }) }), Ta = ({
373
373
  router: e,
374
374
  context: t,
375
375
  helmetContext: n
376
- }) => /* @__PURE__ */ a.jsx(kt, { children: /* @__PURE__ */ a.jsx(St, { context: n, children: /* @__PURE__ */ a.jsx(ka, { router: e, context: t }) }) });
377
- var T, Mt, Ta = (Mt = class extends Lt {
376
+ }) => /* @__PURE__ */ a.jsx(kt, { children: /* @__PURE__ */ a.jsx(Pt, { context: n, children: /* @__PURE__ */ a.jsx(Aa, { router: e, context: t }) }) });
377
+ var T, Mt, Fa = (Mt = class extends Lt {
378
378
  constructor(t = {}) {
379
379
  super();
380
380
  N(this, T);
381
- this.config = t, j(this, T, /* @__PURE__ */ new Map());
381
+ this.config = t, S(this, T, /* @__PURE__ */ new Map());
382
382
  }
383
383
  build(t, n, r) {
384
384
  const o = n.queryKey, s = n.queryHash ?? Kt(o, n);
385
385
  let i = this.get(s);
386
- return i || (i = new Jr({
386
+ return i || (i = new Zr({
387
387
  cache: this,
388
388
  queryKey: o,
389
389
  queryHash: s,
@@ -393,14 +393,14 @@ var T, Mt, Ta = (Mt = class extends Lt {
393
393
  }), this.add(i)), i;
394
394
  }
395
395
  add(t) {
396
- h(this, T).has(t.queryHash) || (h(this, T).set(t.queryHash, t), this.notify({
396
+ f(this, T).has(t.queryHash) || (f(this, T).set(t.queryHash, t), this.notify({
397
397
  type: "added",
398
398
  query: t
399
399
  }));
400
400
  }
401
401
  remove(t) {
402
- const n = h(this, T).get(t.queryHash);
403
- n && (t.destroy(), n === t && h(this, T).delete(t.queryHash), this.notify({ type: "removed", query: t }));
402
+ const n = f(this, T).get(t.queryHash);
403
+ n && (t.destroy(), n === t && f(this, T).delete(t.queryHash), this.notify({ type: "removed", query: t }));
404
404
  }
405
405
  clear() {
406
406
  E.batch(() => {
@@ -410,10 +410,10 @@ var T, Mt, Ta = (Mt = class extends Lt {
410
410
  });
411
411
  }
412
412
  get(t) {
413
- return h(this, T).get(t);
413
+ return f(this, T).get(t);
414
414
  }
415
415
  getAll() {
416
- return [...h(this, T).values()];
416
+ return [...f(this, T).values()];
417
417
  }
418
418
  find(t) {
419
419
  const n = { exact: !0, ...t };
@@ -446,15 +446,15 @@ var T, Mt, Ta = (Mt = class extends Lt {
446
446
  });
447
447
  });
448
448
  }
449
- }, T = new WeakMap(), Mt), R, me, Ct, Fa = (Ct = class extends Lt {
449
+ }, T = new WeakMap(), Mt), R, me, Ct, La = (Ct = class extends Lt {
450
450
  constructor(t = {}) {
451
451
  super();
452
452
  N(this, R);
453
453
  N(this, me);
454
- this.config = t, j(this, R, /* @__PURE__ */ new Map()), j(this, me, Date.now());
454
+ this.config = t, S(this, R, /* @__PURE__ */ new Map()), S(this, me, Date.now());
455
455
  }
456
456
  build(t, n, r) {
457
- const o = new yr({
457
+ const o = new wr({
458
458
  mutationCache: this,
459
459
  mutationId: ++Ce(this, me)._,
460
460
  options: t.defaultMutationOptions(n),
@@ -463,26 +463,26 @@ var T, Mt, Ta = (Mt = class extends Lt {
463
463
  return this.add(o), o;
464
464
  }
465
465
  add(t) {
466
- const n = je(t), r = h(this, R).get(n) ?? [];
467
- r.push(t), h(this, R).set(n, r), this.notify({ type: "added", mutation: t });
466
+ const n = Se(t), r = f(this, R).get(n) ?? [];
467
+ r.push(t), f(this, R).set(n, r), this.notify({ type: "added", mutation: t });
468
468
  }
469
469
  remove(t) {
470
470
  var r;
471
- const n = je(t);
472
- if (h(this, R).has(n)) {
473
- const o = (r = h(this, R).get(n)) == null ? void 0 : r.filter((s) => s !== t);
474
- o && (o.length === 0 ? h(this, R).delete(n) : h(this, R).set(n, o));
471
+ const n = Se(t);
472
+ if (f(this, R).has(n)) {
473
+ const o = (r = f(this, R).get(n)) == null ? void 0 : r.filter((s) => s !== t);
474
+ o && (o.length === 0 ? f(this, R).delete(n) : f(this, R).set(n, o));
475
475
  }
476
476
  this.notify({ type: "removed", mutation: t });
477
477
  }
478
478
  canRun(t) {
479
479
  var r;
480
- const n = (r = h(this, R).get(je(t))) == null ? void 0 : r.find((o) => o.state.status === "pending");
480
+ const n = (r = f(this, R).get(Se(t))) == null ? void 0 : r.find((o) => o.state.status === "pending");
481
481
  return !n || n === t;
482
482
  }
483
483
  runNext(t) {
484
484
  var r;
485
- const n = (r = h(this, R).get(je(t))) == null ? void 0 : r.find((o) => o !== t && o.state.isPaused);
485
+ const n = (r = f(this, R).get(Se(t))) == null ? void 0 : r.find((o) => o !== t && o.state.isPaused);
486
486
  return (n == null ? void 0 : n.continue()) ?? Promise.resolve();
487
487
  }
488
488
  clear() {
@@ -493,7 +493,7 @@ var T, Mt, Ta = (Mt = class extends Lt {
493
493
  });
494
494
  }
495
495
  getAll() {
496
- return [...h(this, R).values()].flat();
496
+ return [...f(this, R).values()].flat();
497
497
  }
498
498
  find(t) {
499
499
  const n = { exact: !0, ...t };
@@ -520,16 +520,16 @@ var T, Mt, Ta = (Mt = class extends Lt {
520
520
  );
521
521
  }
522
522
  }, R = new WeakMap(), me = new WeakMap(), Ct);
523
- function je(e) {
523
+ function Se(e) {
524
524
  var t;
525
525
  return ((t = e.options.scope) == null ? void 0 : t.id) ?? String(e.mutationId);
526
526
  }
527
- function La(e) {
527
+ function Ka(e) {
528
528
  return {
529
529
  onFetch: (t, n) => {
530
530
  const r = async () => {
531
- var x, b, I, Q, V;
532
- const o = t.options, s = (I = (b = (x = t.fetchOptions) == null ? void 0 : x.meta) == null ? void 0 : b.fetchMore) == null ? void 0 : I.direction, i = ((Q = t.state.data) == null ? void 0 : Q.pages) || [], u = ((V = t.state.data) == null ? void 0 : V.pageParams) || [], d = { pages: [], pageParams: [] };
531
+ var x, M, I, Q, V;
532
+ const o = t.options, s = (I = (M = (x = t.fetchOptions) == null ? void 0 : x.meta) == null ? void 0 : M.fetchMore) == null ? void 0 : I.direction, i = ((Q = t.state.data) == null ? void 0 : Q.pages) || [], u = ((V = t.state.data) == null ? void 0 : V.pageParams) || [], l = { pages: [], pageParams: [] };
533
533
  let g = !1;
534
534
  const p = (C) => {
535
535
  Object.defineProperty(C, "signal", {
@@ -538,7 +538,7 @@ function La(e) {
538
538
  g = !0;
539
539
  }), t.signal)
540
540
  });
541
- }, l = Zr(t.options, t.fetchOptions), f = async (C, k, L) => {
541
+ }, d = ea(t.options, t.fetchOptions), h = async (C, k, L) => {
542
542
  if (g)
543
543
  return Promise.reject();
544
544
  if (k == null && C.pages.length)
@@ -550,9 +550,9 @@ function La(e) {
550
550
  meta: t.options.meta
551
551
  };
552
552
  p(Y);
553
- const Z = await l(
553
+ const Z = await d(
554
554
  Y
555
- ), { maxPages: be } = t.options, X = L ? ea : ta;
555
+ ), { maxPages: be } = t.options, X = L ? ta : na;
556
556
  return {
557
557
  pages: X(C.pages, Z, be),
558
558
  pageParams: X(C.pageParams, k, be)
@@ -560,20 +560,20 @@ function La(e) {
560
560
  };
561
561
  let v;
562
562
  if (s && i.length) {
563
- const C = s === "backward", k = C ? Ka : wt, L = {
563
+ const C = s === "backward", k = C ? $a : wt, L = {
564
564
  pages: i,
565
565
  pageParams: u
566
566
  }, Y = k(o, L);
567
- v = await f(L, Y, C);
567
+ v = await h(L, Y, C);
568
568
  } else {
569
- v = await f(
570
- d,
569
+ v = await h(
570
+ l,
571
571
  u[0] ?? o.initialPageParam
572
572
  );
573
573
  const C = e ?? i.length;
574
574
  for (let k = 1; k < C; k++) {
575
575
  const L = wt(o, v);
576
- v = await f(v, L);
576
+ v = await h(v, L);
577
577
  }
578
578
  }
579
579
  return v;
@@ -603,7 +603,7 @@ function wt(e, { pages: t, pageParams: n }) {
603
603
  n
604
604
  );
605
605
  }
606
- function Ka(e, { pages: t, pageParams: n }) {
606
+ function $a(e, { pages: t, pageParams: n }) {
607
607
  var r;
608
608
  return (r = e.getPreviousPageParam) == null ? void 0 : r.call(
609
609
  e,
@@ -613,7 +613,7 @@ function Ka(e, { pages: t, pageParams: n }) {
613
613
  n
614
614
  );
615
615
  }
616
- var w, U, G, ne, re, H, ae, oe, jt, $a = (jt = class {
616
+ var w, U, G, ne, re, H, ae, oe, St, Ba = (St = class {
617
617
  constructor(e = {}) {
618
618
  N(this, w);
619
619
  N(this, U);
@@ -623,55 +623,55 @@ var w, U, G, ne, re, H, ae, oe, jt, $a = (jt = class {
623
623
  N(this, H);
624
624
  N(this, ae);
625
625
  N(this, oe);
626
- j(this, w, e.queryCache || new Ta()), j(this, U, e.mutationCache || new Fa()), j(this, G, e.defaultOptions || {}), j(this, ne, /* @__PURE__ */ new Map()), j(this, re, /* @__PURE__ */ new Map()), j(this, H, 0);
626
+ S(this, w, e.queryCache || new Fa()), S(this, U, e.mutationCache || new La()), S(this, G, e.defaultOptions || {}), S(this, ne, /* @__PURE__ */ new Map()), S(this, re, /* @__PURE__ */ new Map()), S(this, H, 0);
627
627
  }
628
628
  mount() {
629
- Ce(this, H)._++, h(this, H) === 1 && (j(this, ae, na.subscribe(async (e) => {
630
- e && (await this.resumePausedMutations(), h(this, w).onFocus());
631
- })), j(this, oe, gt.subscribe(async (e) => {
632
- e && (await this.resumePausedMutations(), h(this, w).onOnline());
629
+ Ce(this, H)._++, f(this, H) === 1 && (S(this, ae, ra.subscribe(async (e) => {
630
+ e && (await this.resumePausedMutations(), f(this, w).onFocus());
631
+ })), S(this, oe, gt.subscribe(async (e) => {
632
+ e && (await this.resumePausedMutations(), f(this, w).onOnline());
633
633
  })));
634
634
  }
635
635
  unmount() {
636
636
  var e, t;
637
- Ce(this, H)._--, h(this, H) === 0 && ((e = h(this, ae)) == null || e.call(this), j(this, ae, void 0), (t = h(this, oe)) == null || t.call(this), j(this, oe, void 0));
637
+ Ce(this, H)._--, f(this, H) === 0 && ((e = f(this, ae)) == null || e.call(this), S(this, ae, void 0), (t = f(this, oe)) == null || t.call(this), S(this, oe, void 0));
638
638
  }
639
639
  isFetching(e) {
640
- return h(this, w).findAll({ ...e, fetchStatus: "fetching" }).length;
640
+ return f(this, w).findAll({ ...e, fetchStatus: "fetching" }).length;
641
641
  }
642
642
  isMutating(e) {
643
- return h(this, U).findAll({ ...e, status: "pending" }).length;
643
+ return f(this, U).findAll({ ...e, status: "pending" }).length;
644
644
  }
645
645
  getQueryData(e) {
646
646
  var n;
647
647
  const t = this.defaultQueryOptions({ queryKey: e });
648
- return (n = h(this, w).get(t.queryHash)) == null ? void 0 : n.state.data;
648
+ return (n = f(this, w).get(t.queryHash)) == null ? void 0 : n.state.data;
649
649
  }
650
650
  ensureQueryData(e) {
651
651
  const t = this.getQueryData(e.queryKey);
652
652
  if (t === void 0)
653
653
  return this.fetchQuery(e);
654
654
  {
655
- const n = this.defaultQueryOptions(e), r = h(this, w).build(this, n);
655
+ const n = this.defaultQueryOptions(e), r = f(this, w).build(this, n);
656
656
  return e.revalidateIfStale && r.isStaleByTime(vt(n.staleTime, r)) && this.prefetchQuery(n), Promise.resolve(t);
657
657
  }
658
658
  }
659
659
  getQueriesData(e) {
660
- return h(this, w).findAll(e).map(({ queryKey: t, state: n }) => {
660
+ return f(this, w).findAll(e).map(({ queryKey: t, state: n }) => {
661
661
  const r = n.data;
662
662
  return [t, r];
663
663
  });
664
664
  }
665
665
  setQueryData(e, t, n) {
666
- const r = this.defaultQueryOptions({ queryKey: e }), o = h(this, w).get(
666
+ const r = this.defaultQueryOptions({ queryKey: e }), o = f(this, w).get(
667
667
  r.queryHash
668
- ), s = o == null ? void 0 : o.state.data, i = ra(t, s);
668
+ ), s = o == null ? void 0 : o.state.data, i = aa(t, s);
669
669
  if (i !== void 0)
670
- return h(this, w).build(this, r).setData(i, { ...n, manual: !0 });
670
+ return f(this, w).build(this, r).setData(i, { ...n, manual: !0 });
671
671
  }
672
672
  setQueriesData(e, t, n) {
673
673
  return E.batch(
674
- () => h(this, w).findAll(e).map(({ queryKey: r }) => [
674
+ () => f(this, w).findAll(e).map(({ queryKey: r }) => [
675
675
  r,
676
676
  this.setQueryData(r, t, n)
677
677
  ])
@@ -680,10 +680,10 @@ var w, U, G, ne, re, H, ae, oe, jt, $a = (jt = class {
680
680
  getQueryState(e) {
681
681
  var n;
682
682
  const t = this.defaultQueryOptions({ queryKey: e });
683
- return (n = h(this, w).get(t.queryHash)) == null ? void 0 : n.state;
683
+ return (n = f(this, w).get(t.queryHash)) == null ? void 0 : n.state;
684
684
  }
685
685
  removeQueries(e) {
686
- const t = h(this, w);
686
+ const t = f(this, w);
687
687
  E.batch(() => {
688
688
  t.findAll(e).forEach((n) => {
689
689
  t.remove(n);
@@ -691,7 +691,7 @@ var w, U, G, ne, re, H, ae, oe, jt, $a = (jt = class {
691
691
  });
692
692
  }
693
693
  resetQueries(e, t) {
694
- const n = h(this, w), r = {
694
+ const n = f(this, w), r = {
695
695
  type: "active",
696
696
  ...e
697
697
  };
@@ -701,13 +701,13 @@ var w, U, G, ne, re, H, ae, oe, jt, $a = (jt = class {
701
701
  }
702
702
  cancelQueries(e = {}, t = {}) {
703
703
  const n = { revert: !0, ...t }, r = E.batch(
704
- () => h(this, w).findAll(e).map((o) => o.cancel(n))
704
+ () => f(this, w).findAll(e).map((o) => o.cancel(n))
705
705
  );
706
706
  return Promise.all(r).then($).catch($);
707
707
  }
708
708
  invalidateQueries(e = {}, t = {}) {
709
709
  return E.batch(() => {
710
- if (h(this, w).findAll(e).forEach((r) => {
710
+ if (f(this, w).findAll(e).forEach((r) => {
711
711
  r.invalidate();
712
712
  }), e.refetchType === "none")
713
713
  return Promise.resolve();
@@ -723,7 +723,7 @@ var w, U, G, ne, re, H, ae, oe, jt, $a = (jt = class {
723
723
  ...t,
724
724
  cancelRefetch: (t == null ? void 0 : t.cancelRefetch) ?? !0
725
725
  }, r = E.batch(
726
- () => h(this, w).findAll(e).filter((o) => !o.isDisabled()).map((o) => {
726
+ () => f(this, w).findAll(e).filter((o) => !o.isDisabled()).map((o) => {
727
727
  let s = o.fetch(void 0, n);
728
728
  return n.throwOnError || (s = s.catch($)), o.state.fetchStatus === "paused" ? Promise.resolve() : s;
729
729
  })
@@ -733,7 +733,7 @@ var w, U, G, ne, re, H, ae, oe, jt, $a = (jt = class {
733
733
  fetchQuery(e) {
734
734
  const t = this.defaultQueryOptions(e);
735
735
  t.retry === void 0 && (t.retry = !1);
736
- const n = h(this, w).build(this, t);
736
+ const n = f(this, w).build(this, t);
737
737
  return n.isStaleByTime(
738
738
  vt(t.staleTime, n)
739
739
  ) ? n.fetch(t) : Promise.resolve(n.state.data);
@@ -742,47 +742,47 @@ var w, U, G, ne, re, H, ae, oe, jt, $a = (jt = class {
742
742
  return this.fetchQuery(e).then($).catch($);
743
743
  }
744
744
  fetchInfiniteQuery(e) {
745
- return e.behavior = La(e.pages), this.fetchQuery(e);
745
+ return e.behavior = Ka(e.pages), this.fetchQuery(e);
746
746
  }
747
747
  prefetchInfiniteQuery(e) {
748
748
  return this.fetchInfiniteQuery(e).then($).catch($);
749
749
  }
750
750
  resumePausedMutations() {
751
- return gt.isOnline() ? h(this, U).resumePausedMutations() : Promise.resolve();
751
+ return gt.isOnline() ? f(this, U).resumePausedMutations() : Promise.resolve();
752
752
  }
753
753
  getQueryCache() {
754
- return h(this, w);
754
+ return f(this, w);
755
755
  }
756
756
  getMutationCache() {
757
- return h(this, U);
757
+ return f(this, U);
758
758
  }
759
759
  getDefaultOptions() {
760
- return h(this, G);
760
+ return f(this, G);
761
761
  }
762
762
  setDefaultOptions(e) {
763
- j(this, G, e);
763
+ S(this, G, e);
764
764
  }
765
765
  setQueryDefaults(e, t) {
766
- h(this, ne).set(xt(e), {
766
+ f(this, ne).set(xt(e), {
767
767
  queryKey: e,
768
768
  defaultOptions: t
769
769
  });
770
770
  }
771
771
  getQueryDefaults(e) {
772
- const t = [...h(this, ne).values()];
772
+ const t = [...f(this, ne).values()];
773
773
  let n = {};
774
774
  return t.forEach((r) => {
775
775
  yt(e, r.queryKey) && (n = { ...n, ...r.defaultOptions });
776
776
  }), n;
777
777
  }
778
778
  setMutationDefaults(e, t) {
779
- h(this, re).set(xt(e), {
779
+ f(this, re).set(xt(e), {
780
780
  mutationKey: e,
781
781
  defaultOptions: t
782
782
  });
783
783
  }
784
784
  getMutationDefaults(e) {
785
- const t = [...h(this, re).values()];
785
+ const t = [...f(this, re).values()];
786
786
  let n = {};
787
787
  return t.forEach((r) => {
788
788
  yt(e, r.mutationKey) && (n = { ...n, ...r.defaultOptions });
@@ -792,7 +792,7 @@ var w, U, G, ne, re, H, ae, oe, jt, $a = (jt = class {
792
792
  if (e._defaulted)
793
793
  return e;
794
794
  const t = {
795
- ...h(this, G).queries,
795
+ ...f(this, G).queries,
796
796
  ...this.getQueryDefaults(e.queryKey),
797
797
  ...e,
798
798
  _defaulted: !0
@@ -800,25 +800,25 @@ var w, U, G, ne, re, H, ae, oe, jt, $a = (jt = class {
800
800
  return t.queryHash || (t.queryHash = Kt(
801
801
  t.queryKey,
802
802
  t
803
- )), 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 === aa && (t.enabled = !1), t;
803
+ )), 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 === oa && (t.enabled = !1), t;
804
804
  }
805
805
  defaultMutationOptions(e) {
806
806
  return e != null && e._defaulted ? e : {
807
- ...h(this, G).mutations,
807
+ ...f(this, G).mutations,
808
808
  ...(e == null ? void 0 : e.mutationKey) && this.getMutationDefaults(e.mutationKey),
809
809
  ...e,
810
810
  _defaulted: !0
811
811
  };
812
812
  }
813
813
  clear() {
814
- h(this, w).clear(), h(this, U).clear();
814
+ f(this, w).clear(), f(this, U).clear();
815
815
  }
816
- }, w = new WeakMap(), U = new WeakMap(), G = new WeakMap(), ne = new WeakMap(), re = new WeakMap(), H = new WeakMap(), ae = new WeakMap(), oe = new WeakMap(), jt);
817
- const Ba = At(null), Be = {
816
+ }, w = new WeakMap(), U = new WeakMap(), G = new WeakMap(), ne = new WeakMap(), re = new WeakMap(), H = new WeakMap(), ae = new WeakMap(), oe = new WeakMap(), St);
817
+ const Qa = At(null), Be = {
818
818
  didCatch: !1,
819
819
  error: null
820
820
  };
821
- class Qa extends qr {
821
+ class qa extends Ur {
822
822
  constructor(t) {
823
823
  super(t), this.resetErrorBoundary = this.resetErrorBoundary.bind(this), this.state = Be;
824
824
  }
@@ -851,7 +851,7 @@ class Qa extends qr {
851
851
  } = this.state, {
852
852
  resetKeys: o
853
853
  } = this.props;
854
- if (r && n.error !== null && qa(t.resetKeys, o)) {
854
+ if (r && n.error !== null && Ua(t.resetKeys, o)) {
855
855
  var s, i;
856
856
  (s = (i = this.props).onReset) === null || s === void 0 || s.call(i, {
857
857
  next: o,
@@ -872,20 +872,20 @@ class Qa extends qr {
872
872
  } = this.state;
873
873
  let u = t;
874
874
  if (s) {
875
- const d = {
875
+ const l = {
876
876
  error: i,
877
877
  resetErrorBoundary: this.resetErrorBoundary
878
878
  };
879
879
  if (typeof n == "function")
880
- u = n(d);
880
+ u = n(l);
881
881
  else if (r)
882
- u = ft(r, d);
883
- else if (o === null || Ur(o))
882
+ u = ft(r, l);
883
+ else if (o === null || Gr(o))
884
884
  u = o;
885
885
  else
886
886
  throw i;
887
887
  }
888
- return ft(Ba.Provider, {
888
+ return ft(Qa.Provider, {
889
889
  value: {
890
890
  didCatch: s,
891
891
  error: i,
@@ -894,37 +894,37 @@ class Qa extends qr {
894
894
  }, u);
895
895
  }
896
896
  }
897
- function qa() {
897
+ function Ua() {
898
898
  let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : [], t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : [];
899
899
  return e.length !== t.length || e.some((n, r) => !Object.is(n, t[r]));
900
900
  }
901
- const Ua = (e) => "getProfileMenuItems" in e && typeof e.getProfileMenuItems == "function", Ga = (e) => "getRoutes" in e && typeof e.getRoutes == "function", Ha = (e) => "renderSearch" in e && typeof e.renderSearch == "function", za = (e) => "initialize" in e && typeof e.initialize == "function", Va = (e) => "getHead" in e && typeof e.getHead == "function", Ya = (e) => "getMdxComponents" in e && typeof e.getMdxComponents == "function", Xa = (e) => "getIdentities" in e && typeof e.getIdentities == "function", Ht = new $a();
902
- class Wa {
901
+ const Ga = (e) => "getProfileMenuItems" in e && typeof e.getProfileMenuItems == "function", Ha = (e) => "getRoutes" in e && typeof e.getRoutes == "function", za = (e) => "renderSearch" in e && typeof e.renderSearch == "function", Va = (e) => "initialize" in e && typeof e.initialize == "function", Ya = (e) => "getHead" in e && typeof e.getHead == "function", Xa = (e) => "getMdxComponents" in e && typeof e.getMdxComponents == "function", Wa = (e) => "getIdentities" in e && typeof e.getIdentities == "function", Ht = new Ba();
902
+ class Ja {
903
903
  constructor(t) {
904
- P(this, "plugins");
905
- P(this, "sidebars");
906
- P(this, "topNavigation");
907
- P(this, "meta");
908
- P(this, "page");
909
- P(this, "authentication");
910
- P(this, "navigationPlugins");
911
- P(this, "initialize", async ({
904
+ j(this, "plugins");
905
+ j(this, "sidebars");
906
+ j(this, "topNavigation");
907
+ j(this, "meta");
908
+ j(this, "page");
909
+ j(this, "authentication");
910
+ j(this, "navigationPlugins");
911
+ j(this, "initialize", async ({
912
912
  navigate: t
913
913
  }) => {
914
914
  await Promise.all(
915
- this.plugins.filter(za).map((n) => {
915
+ this.plugins.filter(Va).map((n) => {
916
916
  var r;
917
917
  return (r = n.initialize) == null ? void 0 : r.call(n, this, { navigate: t });
918
918
  })
919
919
  );
920
920
  });
921
- P(this, "invalidateCache", async (t) => {
921
+ j(this, "invalidateCache", async (t) => {
922
922
  await Ht.invalidateQueries({ queryKey: t });
923
923
  });
924
- P(this, "getApiIdentities", async () => (await Promise.all(
925
- this.plugins.filter(Xa).map((n) => n.getIdentities(this))
924
+ j(this, "getApiIdentities", async () => (await Promise.all(
925
+ this.plugins.filter(Wa).map((n) => n.getIdentities(this))
926
926
  )).flat());
927
- P(this, "getPluginSidebar", async (t) => (await Promise.all(
927
+ j(this, "getPluginSidebar", async (t) => (await Promise.all(
928
928
  this.navigationPlugins.map(
929
929
  (r) => {
930
930
  var o;
@@ -932,32 +932,32 @@ class Wa {
932
932
  }
933
933
  )
934
934
  )).flatMap((r) => r ?? []));
935
- P(this, "signRequest", async (t) => {
935
+ j(this, "signRequest", async (t) => {
936
936
  if (!this.authentication)
937
937
  throw new Error("No authentication provider configured");
938
938
  const n = await this.authentication.getAccessToken();
939
939
  return t.headers.set("Authorization", `Bearer ${n}`), t;
940
940
  });
941
- this.plugins = t.plugins ?? [], this.topNavigation = t.topNavigation ?? [], this.sidebars = t.sidebars ?? {}, this.navigationPlugins = this.plugins.filter(Ga), this.authentication = t.authentication, this.meta = t.metadata, this.page = t.page;
941
+ this.plugins = t.plugins ?? [], this.topNavigation = t.topNavigation ?? [], this.sidebars = t.sidebars ?? {}, this.navigationPlugins = this.plugins.filter(Ha), this.authentication = t.authentication, this.meta = t.metadata, this.page = t.page;
942
942
  }
943
943
  }
944
- function Ja({ error: e, resetErrorBoundary: t }) {
944
+ function Za({ error: e, resetErrorBoundary: t }) {
945
945
  return /* @__PURE__ */ a.jsx(Rt, { error: e });
946
946
  }
947
- const Se = globalThis;
948
- (!Se.requestIdleCallback || !Se.cancelIdleCallback) && (Se.requestIdleCallback = (e) => setTimeout(e, 1), Se.cancelIdleCallback = clearTimeout);
949
- var Ue = ["Enter", " "], Za = ["ArrowDown", "PageUp", "Home"], zt = ["ArrowUp", "PageDown", "End"], eo = [...Za, ...zt], to = {
947
+ const Pe = globalThis;
948
+ (!Pe.requestIdleCallback || !Pe.cancelIdleCallback) && (Pe.requestIdleCallback = (e) => setTimeout(e, 1), Pe.cancelIdleCallback = clearTimeout);
949
+ var Ue = ["Enter", " "], eo = ["ArrowDown", "PageUp", "Home"], zt = ["ArrowUp", "PageDown", "End"], to = [...eo, ...zt], no = {
950
950
  ltr: [...Ue, "ArrowRight"],
951
951
  rtl: [...Ue, "ArrowLeft"]
952
- }, no = {
952
+ }, ro = {
953
953
  ltr: ["ArrowLeft"],
954
954
  rtl: ["ArrowRight"]
955
- }, xe = "Menu", [fe, ro, ao] = wr(xe), [J, Vt] = Et(xe, [
956
- ao,
955
+ }, xe = "Menu", [fe, ao, oo] = br(xe), [J, Vt] = Et(xe, [
956
+ oo,
957
957
  _t,
958
958
  Bt
959
- ]), ye = _t(), Yt = Bt(), [Xt, z] = J(xe), [oo, we] = J(xe), Wt = (e) => {
960
- const { __scopeMenu: t, open: n = !1, children: r, dir: o, onOpenChange: s, modal: i = !0 } = e, u = ye(t), [d, g] = c.useState(null), p = c.useRef(!1), l = He(s), f = Dr(o);
959
+ ]), ye = _t(), Yt = Bt(), [Xt, z] = J(xe), [so, we] = J(xe), Wt = (e) => {
960
+ const { __scopeMenu: t, open: n = !1, children: r, dir: o, onOpenChange: s, modal: i = !0 } = e, u = ye(t), [l, g] = c.useState(null), p = c.useRef(!1), d = He(s), h = Ir(o);
961
961
  return c.useEffect(() => {
962
962
  const v = () => {
963
963
  p.current = !0, document.addEventListener("pointerdown", x, { capture: !0, once: !0 }), document.addEventListener("pointermove", x, { capture: !0, once: !0 });
@@ -970,16 +970,16 @@ var Ue = ["Enter", " "], Za = ["ArrowDown", "PageUp", "Home"], zt = ["ArrowUp",
970
970
  {
971
971
  scope: t,
972
972
  open: n,
973
- onOpenChange: l,
974
- content: d,
973
+ onOpenChange: d,
974
+ content: l,
975
975
  onContentChange: g,
976
976
  children: /* @__PURE__ */ a.jsx(
977
- oo,
977
+ so,
978
978
  {
979
979
  scope: t,
980
- onClose: c.useCallback(() => l(!1), [l]),
980
+ onClose: c.useCallback(() => d(!1), [d]),
981
981
  isUsingKeyboardRef: p,
982
- dir: f,
982
+ dir: h,
983
983
  modal: i,
984
984
  children: r
985
985
  }
@@ -988,31 +988,31 @@ var Ue = ["Enter", " "], Za = ["ArrowDown", "PageUp", "Home"], zt = ["ArrowUp",
988
988
  ) });
989
989
  };
990
990
  Wt.displayName = xe;
991
- var so = "MenuAnchor", Je = c.forwardRef(
991
+ var io = "MenuAnchor", Je = c.forwardRef(
992
992
  (e, t) => {
993
993
  const { __scopeMenu: n, ...r } = e, o = ye(n);
994
- return /* @__PURE__ */ a.jsx(br, { ...o, ...r, ref: t });
994
+ return /* @__PURE__ */ a.jsx(Mr, { ...o, ...r, ref: t });
995
995
  }
996
996
  );
997
- Je.displayName = so;
998
- var Ze = "MenuPortal", [io, Jt] = J(Ze, {
997
+ Je.displayName = io;
998
+ var Ze = "MenuPortal", [co, Jt] = J(Ze, {
999
999
  forceMount: void 0
1000
1000
  }), Zt = (e) => {
1001
1001
  const { __scopeMenu: t, forceMount: n, children: r, container: o } = e, s = z(Ze, t);
1002
- return /* @__PURE__ */ a.jsx(io, { scope: t, forceMount: n, children: /* @__PURE__ */ a.jsx(ke, { present: n || s.open, children: /* @__PURE__ */ a.jsx(Ir, { asChild: !0, container: o, children: r }) }) });
1002
+ return /* @__PURE__ */ a.jsx(co, { scope: t, forceMount: n, children: /* @__PURE__ */ a.jsx(ke, { present: n || s.open, children: /* @__PURE__ */ a.jsx(kr, { asChild: !0, container: o, children: r }) }) });
1003
1003
  };
1004
1004
  Zt.displayName = Ze;
1005
- var D = "MenuContent", [co, et] = J(D), en = c.forwardRef(
1005
+ var D = "MenuContent", [uo, et] = J(D), en = c.forwardRef(
1006
1006
  (e, t) => {
1007
1007
  const n = Jt(D, e.__scopeMenu), { forceMount: r = n.forceMount, ...o } = e, s = z(D, e.__scopeMenu), i = we(D, e.__scopeMenu);
1008
- return /* @__PURE__ */ a.jsx(fe.Provider, { scope: e.__scopeMenu, children: /* @__PURE__ */ a.jsx(ke, { present: r || s.open, children: /* @__PURE__ */ a.jsx(fe.Slot, { scope: e.__scopeMenu, children: i.modal ? /* @__PURE__ */ a.jsx(uo, { ...o, ref: t }) : /* @__PURE__ */ a.jsx(lo, { ...o, ref: t }) }) }) });
1008
+ return /* @__PURE__ */ a.jsx(fe.Provider, { scope: e.__scopeMenu, children: /* @__PURE__ */ a.jsx(ke, { present: r || s.open, children: /* @__PURE__ */ a.jsx(fe.Slot, { scope: e.__scopeMenu, children: i.modal ? /* @__PURE__ */ a.jsx(lo, { ...o, ref: t }) : /* @__PURE__ */ a.jsx(ho, { ...o, ref: t }) }) }) });
1009
1009
  }
1010
- ), uo = c.forwardRef(
1010
+ ), lo = c.forwardRef(
1011
1011
  (e, t) => {
1012
1012
  const n = z(D, e.__scopeMenu), r = c.useRef(null), o = ge(t, r);
1013
1013
  return c.useEffect(() => {
1014
1014
  const s = r.current;
1015
- if (s) return Mr(s);
1015
+ if (s) return Cr(s);
1016
1016
  }, []), /* @__PURE__ */ a.jsx(
1017
1017
  tt,
1018
1018
  {
@@ -1030,7 +1030,7 @@ var D = "MenuContent", [co, et] = J(D), en = c.forwardRef(
1030
1030
  }
1031
1031
  );
1032
1032
  }
1033
- ), lo = c.forwardRef((e, t) => {
1033
+ ), ho = c.forwardRef((e, t) => {
1034
1034
  const n = z(D, e.__scopeMenu);
1035
1035
  return /* @__PURE__ */ a.jsx(
1036
1036
  tt,
@@ -1052,28 +1052,28 @@ var D = "MenuContent", [co, et] = J(D), en = c.forwardRef(
1052
1052
  onOpenAutoFocus: s,
1053
1053
  onCloseAutoFocus: i,
1054
1054
  disableOutsidePointerEvents: u,
1055
- onEntryFocus: d,
1055
+ onEntryFocus: l,
1056
1056
  onEscapeKeyDown: g,
1057
1057
  onPointerDownOutside: p,
1058
- onFocusOutside: l,
1059
- onInteractOutside: f,
1058
+ onFocusOutside: d,
1059
+ onInteractOutside: h,
1060
1060
  onDismiss: v,
1061
1061
  disableOutsideScroll: x,
1062
- ...b
1063
- } = e, I = z(D, n), Q = we(D, n), V = ye(n), C = Yt(n), k = ro(n), [L, Y] = c.useState(null), Z = c.useRef(null), be = ge(t, Z, I.onContentChange), X = c.useRef(0), Me = c.useRef(""), nr = c.useRef(0), Oe = c.useRef(null), it = c.useRef("right"), Te = c.useRef(0), rr = x ? Er : c.Fragment, ar = x ? { as: _r, allowPinchZoom: !0 } : void 0, or = (m) => {
1062
+ ...M
1063
+ } = e, I = z(D, n), Q = we(D, n), V = ye(n), C = Yt(n), k = ao(n), [L, Y] = c.useState(null), Z = c.useRef(null), be = ge(t, Z, I.onContentChange), X = c.useRef(0), Me = c.useRef(""), nr = c.useRef(0), Oe = c.useRef(null), it = c.useRef("right"), Te = c.useRef(0), rr = x ? _r : c.Fragment, ar = x ? { as: Nr, allowPinchZoom: !0 } : void 0, or = (m) => {
1064
1064
  var te, ut;
1065
- const _ = Me.current + m, A = k().filter((K) => !K.disabled), q = document.activeElement, Fe = (te = A.find((K) => K.ref.current === q)) == null ? void 0 : te.textValue, Le = A.map((K) => K.textValue), ct = Co(Le, _, Fe), ue = (ut = A.find((K) => K.textValue === ct)) == null ? void 0 : ut.ref.current;
1065
+ const _ = Me.current + m, A = k().filter((K) => !K.disabled), q = document.activeElement, Fe = (te = A.find((K) => K.ref.current === q)) == null ? void 0 : te.textValue, Le = A.map((K) => K.textValue), ct = So(Le, _, Fe), le = (ut = A.find((K) => K.textValue === ct)) == null ? void 0 : ut.ref.current;
1066
1066
  (function K(lt) {
1067
1067
  Me.current = lt, window.clearTimeout(X.current), lt !== "" && (X.current = window.setTimeout(() => K(""), 1e3));
1068
- })(_), ue && setTimeout(() => ue.focus());
1068
+ })(_), le && setTimeout(() => le.focus());
1069
1069
  };
1070
- c.useEffect(() => () => window.clearTimeout(X.current), []), Cr();
1070
+ c.useEffect(() => () => window.clearTimeout(X.current), []), Sr();
1071
1071
  const ee = c.useCallback((m) => {
1072
1072
  var A, q;
1073
- return it.current === ((A = Oe.current) == null ? void 0 : A.side) && So(m, (q = Oe.current) == null ? void 0 : q.area);
1073
+ return it.current === ((A = Oe.current) == null ? void 0 : A.side) && jo(m, (q = Oe.current) == null ? void 0 : q.area);
1074
1074
  }, []);
1075
1075
  return /* @__PURE__ */ a.jsx(
1076
- co,
1076
+ uo,
1077
1077
  {
1078
1078
  scope: n,
1079
1079
  searchRef: Me,
@@ -1101,7 +1101,7 @@ var D = "MenuContent", [co, et] = J(D), en = c.forwardRef(
1101
1101
  Oe.current = m;
1102
1102
  }, []),
1103
1103
  children: /* @__PURE__ */ a.jsx(rr, { ...ar, children: /* @__PURE__ */ a.jsx(
1104
- jr,
1104
+ Pr,
1105
1105
  {
1106
1106
  asChild: !0,
1107
1107
  trapped: o,
@@ -1111,17 +1111,17 @@ var D = "MenuContent", [co, et] = J(D), en = c.forwardRef(
1111
1111
  }),
1112
1112
  onUnmountAutoFocus: i,
1113
1113
  children: /* @__PURE__ */ a.jsx(
1114
- Sr,
1114
+ jr,
1115
1115
  {
1116
1116
  asChild: !0,
1117
1117
  disableOutsidePointerEvents: u,
1118
1118
  onEscapeKeyDown: g,
1119
1119
  onPointerDownOutside: p,
1120
- onFocusOutside: l,
1121
- onInteractOutside: f,
1120
+ onFocusOutside: d,
1121
+ onInteractOutside: h,
1122
1122
  onDismiss: v,
1123
1123
  children: /* @__PURE__ */ a.jsx(
1124
- ua,
1124
+ la,
1125
1125
  {
1126
1126
  asChild: !0,
1127
1127
  ...C,
@@ -1130,12 +1130,12 @@ var D = "MenuContent", [co, et] = J(D), en = c.forwardRef(
1130
1130
  loop: r,
1131
1131
  currentTabStopId: L,
1132
1132
  onCurrentTabStopIdChange: Y,
1133
- onEntryFocus: y(d, (m) => {
1133
+ onEntryFocus: y(l, (m) => {
1134
1134
  Q.isUsingKeyboardRef.current || m.preventDefault();
1135
1135
  }),
1136
1136
  preventScrollOnEntryFocus: !0,
1137
1137
  children: /* @__PURE__ */ a.jsx(
1138
- Pr,
1138
+ Rr,
1139
1139
  {
1140
1140
  role: "menu",
1141
1141
  "aria-orientation": "vertical",
@@ -1143,17 +1143,17 @@ var D = "MenuContent", [co, et] = J(D), en = c.forwardRef(
1143
1143
  "data-radix-menu-content": "",
1144
1144
  dir: Q.dir,
1145
1145
  ...V,
1146
- ...b,
1146
+ ...M,
1147
1147
  ref: be,
1148
- style: { outline: "none", ...b.style },
1149
- onKeyDown: y(b.onKeyDown, (m) => {
1148
+ style: { outline: "none", ...M.style },
1149
+ onKeyDown: y(M.onKeyDown, (m) => {
1150
1150
  const A = m.target.closest("[data-radix-menu-content]") === m.currentTarget, q = m.ctrlKey || m.altKey || m.metaKey, Fe = m.key.length === 1;
1151
1151
  A && (m.key === "Tab" && m.preventDefault(), !q && Fe && or(m.key));
1152
1152
  const Le = Z.current;
1153
- if (m.target !== Le || !eo.includes(m.key)) return;
1153
+ if (m.target !== Le || !to.includes(m.key)) return;
1154
1154
  m.preventDefault();
1155
- const ue = k().filter((te) => !te.disabled).map((te) => te.ref.current);
1156
- zt.includes(m.key) && ue.reverse(), bo(ue);
1155
+ const le = k().filter((te) => !te.disabled).map((te) => te.ref.current);
1156
+ zt.includes(m.key) && le.reverse(), Mo(le);
1157
1157
  }),
1158
1158
  onBlur: y(e.onBlur, (m) => {
1159
1159
  m.currentTarget.contains(m.target) || (window.clearTimeout(X.current), Me.current = "");
@@ -1181,47 +1181,47 @@ var D = "MenuContent", [co, et] = J(D), en = c.forwardRef(
1181
1181
  }
1182
1182
  );
1183
1183
  en.displayName = D;
1184
- var ho = "MenuGroup", nt = c.forwardRef(
1184
+ var fo = "MenuGroup", nt = c.forwardRef(
1185
1185
  (e, t) => {
1186
1186
  const { __scopeMenu: n, ...r } = e;
1187
- return /* @__PURE__ */ a.jsx(ie.div, { role: "group", ...r, ref: t });
1187
+ return /* @__PURE__ */ a.jsx(ce.div, { role: "group", ...r, ref: t });
1188
1188
  }
1189
1189
  );
1190
- nt.displayName = ho;
1191
- var fo = "MenuLabel", tn = c.forwardRef(
1190
+ nt.displayName = fo;
1191
+ var po = "MenuLabel", tn = c.forwardRef(
1192
1192
  (e, t) => {
1193
1193
  const { __scopeMenu: n, ...r } = e;
1194
- return /* @__PURE__ */ a.jsx(ie.div, { ...r, ref: t });
1194
+ return /* @__PURE__ */ a.jsx(ce.div, { ...r, ref: t });
1195
1195
  }
1196
1196
  );
1197
- tn.displayName = fo;
1197
+ tn.displayName = po;
1198
1198
  var _e = "MenuItem", bt = "menu.itemSelect", Ae = c.forwardRef(
1199
1199
  (e, t) => {
1200
- const { disabled: n = !1, onSelect: r, ...o } = e, s = c.useRef(null), i = we(_e, e.__scopeMenu), u = et(_e, e.__scopeMenu), d = ge(t, s), g = c.useRef(!1), p = () => {
1201
- const l = s.current;
1202
- if (!n && l) {
1203
- const f = new CustomEvent(bt, { bubbles: !0, cancelable: !0 });
1204
- l.addEventListener(bt, (v) => r == null ? void 0 : r(v), { once: !0 }), Nr(l, f), f.defaultPrevented ? g.current = !1 : i.onClose();
1200
+ const { disabled: n = !1, onSelect: r, ...o } = e, s = c.useRef(null), i = we(_e, e.__scopeMenu), u = et(_e, e.__scopeMenu), l = ge(t, s), g = c.useRef(!1), p = () => {
1201
+ const d = s.current;
1202
+ if (!n && d) {
1203
+ const h = new CustomEvent(bt, { bubbles: !0, cancelable: !0 });
1204
+ d.addEventListener(bt, (v) => r == null ? void 0 : r(v), { once: !0 }), Dr(d, h), h.defaultPrevented ? g.current = !1 : i.onClose();
1205
1205
  }
1206
1206
  };
1207
1207
  return /* @__PURE__ */ a.jsx(
1208
1208
  nn,
1209
1209
  {
1210
1210
  ...o,
1211
- ref: d,
1211
+ ref: l,
1212
1212
  disabled: n,
1213
1213
  onClick: y(e.onClick, p),
1214
- onPointerDown: (l) => {
1215
- var f;
1216
- (f = e.onPointerDown) == null || f.call(e, l), g.current = !0;
1214
+ onPointerDown: (d) => {
1215
+ var h;
1216
+ (h = e.onPointerDown) == null || h.call(e, d), g.current = !0;
1217
1217
  },
1218
- onPointerUp: y(e.onPointerUp, (l) => {
1219
- var f;
1220
- g.current || (f = l.currentTarget) == null || f.click();
1218
+ onPointerUp: y(e.onPointerUp, (d) => {
1219
+ var h;
1220
+ g.current || (h = d.currentTarget) == null || h.click();
1221
1221
  }),
1222
- onKeyDown: y(e.onKeyDown, (l) => {
1223
- const f = u.searchRef.current !== "";
1224
- n || f && l.key === " " || Ue.includes(l.key) && (l.currentTarget.click(), l.preventDefault());
1222
+ onKeyDown: y(e.onKeyDown, (d) => {
1223
+ const h = u.searchRef.current !== "";
1224
+ n || h && d.key === " " || Ue.includes(d.key) && (d.currentTarget.click(), d.preventDefault());
1225
1225
  })
1226
1226
  }
1227
1227
  );
@@ -1230,18 +1230,18 @@ var _e = "MenuItem", bt = "menu.itemSelect", Ae = c.forwardRef(
1230
1230
  Ae.displayName = _e;
1231
1231
  var nn = c.forwardRef(
1232
1232
  (e, t) => {
1233
- const { __scopeMenu: n, disabled: r = !1, textValue: o, ...s } = e, i = et(_e, n), u = Yt(n), d = c.useRef(null), g = ge(t, d), [p, l] = c.useState(!1), [f, v] = c.useState("");
1233
+ const { __scopeMenu: n, disabled: r = !1, textValue: o, ...s } = e, i = et(_e, n), u = Yt(n), l = c.useRef(null), g = ge(t, l), [p, d] = c.useState(!1), [h, v] = c.useState("");
1234
1234
  return c.useEffect(() => {
1235
- const x = d.current;
1235
+ const x = l.current;
1236
1236
  x && v((x.textContent ?? "").trim());
1237
1237
  }, [s.children]), /* @__PURE__ */ a.jsx(
1238
1238
  fe.ItemSlot,
1239
1239
  {
1240
1240
  scope: n,
1241
1241
  disabled: r,
1242
- textValue: o ?? f,
1243
- children: /* @__PURE__ */ a.jsx(la, { asChild: !0, ...u, focusable: !r, children: /* @__PURE__ */ a.jsx(
1244
- ie.div,
1242
+ textValue: o ?? h,
1243
+ children: /* @__PURE__ */ a.jsx(da, { asChild: !0, ...u, focusable: !r, children: /* @__PURE__ */ a.jsx(
1244
+ ce.div,
1245
1245
  {
1246
1246
  role: "menuitem",
1247
1247
  "data-highlighted": p ? "" : void 0,
@@ -1259,14 +1259,14 @@ var nn = c.forwardRef(
1259
1259
  e.onPointerLeave,
1260
1260
  pe((x) => i.onItemLeave(x))
1261
1261
  ),
1262
- onFocus: y(e.onFocus, () => l(!0)),
1263
- onBlur: y(e.onBlur, () => l(!1))
1262
+ onFocus: y(e.onFocus, () => d(!0)),
1263
+ onBlur: y(e.onBlur, () => d(!1))
1264
1264
  }
1265
1265
  ) })
1266
1266
  }
1267
1267
  );
1268
1268
  }
1269
- ), po = "MenuCheckboxItem", rn = c.forwardRef(
1269
+ ), mo = "MenuCheckboxItem", rn = c.forwardRef(
1270
1270
  (e, t) => {
1271
1271
  const { checked: n = !1, onCheckedChange: r, ...o } = e;
1272
1272
  return /* @__PURE__ */ a.jsx(un, { scope: e.__scopeMenu, checked: n, children: /* @__PURE__ */ a.jsx(
@@ -1286,21 +1286,21 @@ var nn = c.forwardRef(
1286
1286
  ) });
1287
1287
  }
1288
1288
  );
1289
- rn.displayName = po;
1290
- var an = "MenuRadioGroup", [mo, go] = J(
1289
+ rn.displayName = mo;
1290
+ var an = "MenuRadioGroup", [go, vo] = J(
1291
1291
  an,
1292
1292
  { value: void 0, onValueChange: () => {
1293
1293
  } }
1294
1294
  ), on = c.forwardRef(
1295
1295
  (e, t) => {
1296
1296
  const { value: n, onValueChange: r, ...o } = e, s = He(r);
1297
- return /* @__PURE__ */ a.jsx(mo, { scope: e.__scopeMenu, value: n, onValueChange: s, children: /* @__PURE__ */ a.jsx(nt, { ...o, ref: t }) });
1297
+ return /* @__PURE__ */ a.jsx(go, { scope: e.__scopeMenu, value: n, onValueChange: s, children: /* @__PURE__ */ a.jsx(nt, { ...o, ref: t }) });
1298
1298
  }
1299
1299
  );
1300
1300
  on.displayName = an;
1301
1301
  var sn = "MenuRadioItem", cn = c.forwardRef(
1302
1302
  (e, t) => {
1303
- const { value: n, ...r } = e, o = go(sn, e.__scopeMenu), s = n === o.value;
1303
+ const { value: n, ...r } = e, o = vo(sn, e.__scopeMenu), s = n === o.value;
1304
1304
  return /* @__PURE__ */ a.jsx(un, { scope: e.__scopeMenu, checked: s, children: /* @__PURE__ */ a.jsx(
1305
1305
  Ae,
1306
1306
  {
@@ -1322,18 +1322,18 @@ var sn = "MenuRadioItem", cn = c.forwardRef(
1322
1322
  }
1323
1323
  );
1324
1324
  cn.displayName = sn;
1325
- var rt = "MenuItemIndicator", [un, vo] = J(
1325
+ var rt = "MenuItemIndicator", [un, xo] = J(
1326
1326
  rt,
1327
1327
  { checked: !1 }
1328
1328
  ), ln = c.forwardRef(
1329
1329
  (e, t) => {
1330
- const { __scopeMenu: n, forceMount: r, ...o } = e, s = vo(rt, n);
1330
+ const { __scopeMenu: n, forceMount: r, ...o } = e, s = xo(rt, n);
1331
1331
  return /* @__PURE__ */ a.jsx(
1332
1332
  ke,
1333
1333
  {
1334
1334
  present: r || Ne(s.checked) || s.checked === !0,
1335
1335
  children: /* @__PURE__ */ a.jsx(
1336
- ie.span,
1336
+ ce.span,
1337
1337
  {
1338
1338
  ...o,
1339
1339
  ref: t,
@@ -1345,11 +1345,11 @@ var rt = "MenuItemIndicator", [un, vo] = J(
1345
1345
  }
1346
1346
  );
1347
1347
  ln.displayName = rt;
1348
- var xo = "MenuSeparator", dn = c.forwardRef(
1348
+ var yo = "MenuSeparator", dn = c.forwardRef(
1349
1349
  (e, t) => {
1350
1350
  const { __scopeMenu: n, ...r } = e;
1351
1351
  return /* @__PURE__ */ a.jsx(
1352
- ie.div,
1352
+ ce.div,
1353
1353
  {
1354
1354
  role: "separator",
1355
1355
  "aria-orientation": "horizontal",
@@ -1359,32 +1359,32 @@ var xo = "MenuSeparator", dn = c.forwardRef(
1359
1359
  );
1360
1360
  }
1361
1361
  );
1362
- dn.displayName = xo;
1363
- var yo = "MenuArrow", hn = c.forwardRef(
1362
+ dn.displayName = yo;
1363
+ var wo = "MenuArrow", hn = c.forwardRef(
1364
1364
  (e, t) => {
1365
1365
  const { __scopeMenu: n, ...r } = e, o = ye(n);
1366
- return /* @__PURE__ */ a.jsx(Rr, { ...o, ...r, ref: t });
1366
+ return /* @__PURE__ */ a.jsx(Er, { ...o, ...r, ref: t });
1367
1367
  }
1368
1368
  );
1369
- hn.displayName = yo;
1370
- var at = "MenuSub", [wo, fn] = J(at), pn = (e) => {
1371
- const { __scopeMenu: t, children: n, open: r = !1, onOpenChange: o } = e, s = z(at, t), i = ye(t), [u, d] = c.useState(null), [g, p] = c.useState(null), l = He(o);
1372
- return c.useEffect(() => (s.open === !1 && l(!1), () => l(!1)), [s.open, l]), /* @__PURE__ */ a.jsx(Dt, { ...i, children: /* @__PURE__ */ a.jsx(
1369
+ hn.displayName = wo;
1370
+ var at = "MenuSub", [bo, fn] = J(at), pn = (e) => {
1371
+ const { __scopeMenu: t, children: n, open: r = !1, onOpenChange: o } = e, s = z(at, t), i = ye(t), [u, l] = c.useState(null), [g, p] = c.useState(null), d = He(o);
1372
+ return c.useEffect(() => (s.open === !1 && d(!1), () => d(!1)), [s.open, d]), /* @__PURE__ */ a.jsx(Dt, { ...i, children: /* @__PURE__ */ a.jsx(
1373
1373
  Xt,
1374
1374
  {
1375
1375
  scope: t,
1376
1376
  open: r,
1377
- onOpenChange: l,
1377
+ onOpenChange: d,
1378
1378
  content: g,
1379
1379
  onContentChange: p,
1380
1380
  children: /* @__PURE__ */ a.jsx(
1381
- wo,
1381
+ bo,
1382
1382
  {
1383
1383
  scope: t,
1384
1384
  contentId: Ee(),
1385
1385
  triggerId: Ee(),
1386
1386
  trigger: u,
1387
- onTriggerChange: d,
1387
+ onTriggerChange: l,
1388
1388
  children: n
1389
1389
  }
1390
1390
  )
@@ -1392,17 +1392,17 @@ var at = "MenuSub", [wo, fn] = J(at), pn = (e) => {
1392
1392
  ) });
1393
1393
  };
1394
1394
  pn.displayName = at;
1395
- var le = "MenuSubTrigger", mn = c.forwardRef(
1395
+ var de = "MenuSubTrigger", mn = c.forwardRef(
1396
1396
  (e, t) => {
1397
- const n = z(le, e.__scopeMenu), r = we(le, e.__scopeMenu), o = fn(le, e.__scopeMenu), s = et(le, e.__scopeMenu), i = c.useRef(null), { pointerGraceTimerRef: u, onPointerGraceIntentChange: d } = s, g = { __scopeMenu: e.__scopeMenu }, p = c.useCallback(() => {
1397
+ const n = z(de, e.__scopeMenu), r = we(de, e.__scopeMenu), o = fn(de, e.__scopeMenu), s = et(de, e.__scopeMenu), i = c.useRef(null), { pointerGraceTimerRef: u, onPointerGraceIntentChange: l } = s, g = { __scopeMenu: e.__scopeMenu }, p = c.useCallback(() => {
1398
1398
  i.current && window.clearTimeout(i.current), i.current = null;
1399
1399
  }, []);
1400
1400
  return c.useEffect(() => p, [p]), c.useEffect(() => {
1401
- const l = u.current;
1401
+ const d = u.current;
1402
1402
  return () => {
1403
- window.clearTimeout(l), d(null);
1403
+ window.clearTimeout(d), l(null);
1404
1404
  };
1405
- }, [u, d]), /* @__PURE__ */ a.jsx(Je, { asChild: !0, ...g, children: /* @__PURE__ */ a.jsx(
1405
+ }, [u, l]), /* @__PURE__ */ a.jsx(Je, { asChild: !0, ...g, children: /* @__PURE__ */ a.jsx(
1406
1406
  nn,
1407
1407
  {
1408
1408
  id: o.triggerId,
@@ -1412,60 +1412,60 @@ var le = "MenuSubTrigger", mn = c.forwardRef(
1412
1412
  "data-state": xn(n.open),
1413
1413
  ...e,
1414
1414
  ref: Nt(t, o.onTriggerChange),
1415
- onClick: (l) => {
1416
- var f;
1417
- (f = e.onClick) == null || f.call(e, l), !(e.disabled || l.defaultPrevented) && (l.currentTarget.focus(), n.open || n.onOpenChange(!0));
1415
+ onClick: (d) => {
1416
+ var h;
1417
+ (h = e.onClick) == null || h.call(e, d), !(e.disabled || d.defaultPrevented) && (d.currentTarget.focus(), n.open || n.onOpenChange(!0));
1418
1418
  },
1419
1419
  onPointerMove: y(
1420
1420
  e.onPointerMove,
1421
- pe((l) => {
1422
- s.onItemEnter(l), !l.defaultPrevented && !e.disabled && !n.open && !i.current && (s.onPointerGraceIntentChange(null), i.current = window.setTimeout(() => {
1421
+ pe((d) => {
1422
+ s.onItemEnter(d), !d.defaultPrevented && !e.disabled && !n.open && !i.current && (s.onPointerGraceIntentChange(null), i.current = window.setTimeout(() => {
1423
1423
  n.onOpenChange(!0), p();
1424
1424
  }, 100));
1425
1425
  })
1426
1426
  ),
1427
1427
  onPointerLeave: y(
1428
1428
  e.onPointerLeave,
1429
- pe((l) => {
1429
+ pe((d) => {
1430
1430
  var v, x;
1431
1431
  p();
1432
- const f = (v = n.content) == null ? void 0 : v.getBoundingClientRect();
1433
- if (f) {
1434
- const b = (x = n.content) == null ? void 0 : x.dataset.side, I = b === "right", Q = I ? -5 : 5, V = f[I ? "left" : "right"], C = f[I ? "right" : "left"];
1432
+ const h = (v = n.content) == null ? void 0 : v.getBoundingClientRect();
1433
+ if (h) {
1434
+ const M = (x = n.content) == null ? void 0 : x.dataset.side, I = M === "right", Q = I ? -5 : 5, V = h[I ? "left" : "right"], C = h[I ? "right" : "left"];
1435
1435
  s.onPointerGraceIntentChange({
1436
1436
  area: [
1437
1437
  // Apply a bleed on clientX to ensure that our exit point is
1438
1438
  // consistently within polygon bounds
1439
- { x: l.clientX + Q, y: l.clientY },
1440
- { x: V, y: f.top },
1441
- { x: C, y: f.top },
1442
- { x: C, y: f.bottom },
1443
- { x: V, y: f.bottom }
1439
+ { x: d.clientX + Q, y: d.clientY },
1440
+ { x: V, y: h.top },
1441
+ { x: C, y: h.top },
1442
+ { x: C, y: h.bottom },
1443
+ { x: V, y: h.bottom }
1444
1444
  ],
1445
- side: b
1445
+ side: M
1446
1446
  }), window.clearTimeout(u.current), u.current = window.setTimeout(
1447
1447
  () => s.onPointerGraceIntentChange(null),
1448
1448
  300
1449
1449
  );
1450
1450
  } else {
1451
- if (s.onTriggerLeave(l), l.defaultPrevented) return;
1451
+ if (s.onTriggerLeave(d), d.defaultPrevented) return;
1452
1452
  s.onPointerGraceIntentChange(null);
1453
1453
  }
1454
1454
  })
1455
1455
  ),
1456
- onKeyDown: y(e.onKeyDown, (l) => {
1456
+ onKeyDown: y(e.onKeyDown, (d) => {
1457
1457
  var v;
1458
- const f = s.searchRef.current !== "";
1459
- e.disabled || f && l.key === " " || to[r.dir].includes(l.key) && (n.onOpenChange(!0), (v = n.content) == null || v.focus(), l.preventDefault());
1458
+ const h = s.searchRef.current !== "";
1459
+ e.disabled || h && d.key === " " || no[r.dir].includes(d.key) && (n.onOpenChange(!0), (v = n.content) == null || v.focus(), d.preventDefault());
1460
1460
  })
1461
1461
  }
1462
1462
  ) });
1463
1463
  }
1464
1464
  );
1465
- mn.displayName = le;
1465
+ mn.displayName = de;
1466
1466
  var gn = "MenuSubContent", vn = c.forwardRef(
1467
1467
  (e, t) => {
1468
- const n = Jt(D, e.__scopeMenu), { forceMount: r = n.forceMount, ...o } = e, s = z(D, e.__scopeMenu), i = we(D, e.__scopeMenu), u = fn(gn, e.__scopeMenu), d = c.useRef(null), g = ge(t, d);
1468
+ const n = Jt(D, e.__scopeMenu), { forceMount: r = n.forceMount, ...o } = e, s = z(D, e.__scopeMenu), i = we(D, e.__scopeMenu), u = fn(gn, e.__scopeMenu), l = c.useRef(null), g = ge(t, l);
1469
1469
  return /* @__PURE__ */ a.jsx(fe.Provider, { scope: e.__scopeMenu, children: /* @__PURE__ */ a.jsx(ke, { present: r || s.open, children: /* @__PURE__ */ a.jsx(fe.Slot, { scope: e.__scopeMenu, children: /* @__PURE__ */ a.jsx(
1470
1470
  tt,
1471
1471
  {
@@ -1479,8 +1479,8 @@ var gn = "MenuSubContent", vn = c.forwardRef(
1479
1479
  disableOutsideScroll: !1,
1480
1480
  trapFocus: !1,
1481
1481
  onOpenAutoFocus: (p) => {
1482
- var l;
1483
- i.isUsingKeyboardRef.current && ((l = d.current) == null || l.focus()), p.preventDefault();
1482
+ var d;
1483
+ i.isUsingKeyboardRef.current && ((d = l.current) == null || d.focus()), p.preventDefault();
1484
1484
  },
1485
1485
  onCloseAutoFocus: (p) => p.preventDefault(),
1486
1486
  onFocusOutside: y(e.onFocusOutside, (p) => {
@@ -1491,8 +1491,8 @@ var gn = "MenuSubContent", vn = c.forwardRef(
1491
1491
  }),
1492
1492
  onKeyDown: y(e.onKeyDown, (p) => {
1493
1493
  var v;
1494
- const l = p.currentTarget.contains(p.target), f = no[i.dir].includes(p.key);
1495
- l && f && (s.onOpenChange(!1), (v = u.trigger) == null || v.focus(), p.preventDefault());
1494
+ const d = p.currentTarget.contains(p.target), h = ro[i.dir].includes(p.key);
1495
+ d && h && (s.onOpenChange(!1), (v = u.trigger) == null || v.focus(), p.preventDefault());
1496
1496
  })
1497
1497
  }
1498
1498
  ) }) }) });
@@ -1508,44 +1508,44 @@ function Ne(e) {
1508
1508
  function ot(e) {
1509
1509
  return Ne(e) ? "indeterminate" : e ? "checked" : "unchecked";
1510
1510
  }
1511
- function bo(e) {
1511
+ function Mo(e) {
1512
1512
  const t = document.activeElement;
1513
1513
  for (const n of e)
1514
1514
  if (n === t || (n.focus(), document.activeElement !== t)) return;
1515
1515
  }
1516
- function Mo(e, t) {
1516
+ function Co(e, t) {
1517
1517
  return e.map((n, r) => e[(t + r) % e.length]);
1518
1518
  }
1519
- function Co(e, t, n) {
1519
+ function So(e, t, n) {
1520
1520
  const o = t.length > 1 && Array.from(t).every((g) => g === t[0]) ? t[0] : t, s = n ? e.indexOf(n) : -1;
1521
- let i = Mo(e, Math.max(s, 0));
1521
+ let i = Co(e, Math.max(s, 0));
1522
1522
  o.length === 1 && (i = i.filter((g) => g !== n));
1523
- const d = i.find(
1523
+ const l = i.find(
1524
1524
  (g) => g.toLowerCase().startsWith(o.toLowerCase())
1525
1525
  );
1526
- return d !== n ? d : void 0;
1526
+ return l !== n ? l : void 0;
1527
1527
  }
1528
- function jo(e, t) {
1528
+ function Po(e, t) {
1529
1529
  const { x: n, y: r } = e;
1530
1530
  let o = !1;
1531
1531
  for (let s = 0, i = t.length - 1; s < t.length; i = s++) {
1532
- const u = t[s].x, d = t[s].y, g = t[i].x, p = t[i].y;
1533
- d > r != p > r && n < (g - u) * (r - d) / (p - d) + u && (o = !o);
1532
+ const u = t[s].x, l = t[s].y, g = t[i].x, p = t[i].y;
1533
+ l > r != p > r && n < (g - u) * (r - l) / (p - l) + u && (o = !o);
1534
1534
  }
1535
1535
  return o;
1536
1536
  }
1537
- function So(e, t) {
1537
+ function jo(e, t) {
1538
1538
  if (!t) return !1;
1539
1539
  const n = { x: e.clientX, y: e.clientY };
1540
- return jo(n, t);
1540
+ return Po(n, t);
1541
1541
  }
1542
1542
  function pe(e) {
1543
1543
  return (t) => t.pointerType === "mouse" ? e(t) : void 0;
1544
1544
  }
1545
- var Po = Wt, Ro = Je, Eo = Zt, _o = en, No = nt, Do = tn, Io = Ae, ko = rn, Ao = on, Oo = cn, To = ln, Fo = dn, Lo = hn, Ko = pn, $o = mn, Bo = vn, st = "DropdownMenu", [Qo, Us] = Et(
1545
+ var Ro = Wt, Eo = Je, _o = Zt, No = en, Do = nt, Io = tn, ko = Ae, Ao = rn, Oo = on, To = cn, Fo = ln, Lo = dn, Ko = hn, $o = pn, Bo = mn, Qo = vn, st = "DropdownMenu", [qo, Gs] = Et(
1546
1546
  st,
1547
1547
  [Vt]
1548
- ), S = Vt(), [qo, yn] = Qo(st), wn = (e) => {
1548
+ ), P = Vt(), [Uo, yn] = qo(st), wn = (e) => {
1549
1549
  const {
1550
1550
  __scopeDropdownMenu: t,
1551
1551
  children: n,
@@ -1554,32 +1554,32 @@ var Po = Wt, Ro = Je, Eo = Zt, _o = en, No = nt, Do = tn, Io = Ae, ko = rn, Ao =
1554
1554
  defaultOpen: s,
1555
1555
  onOpenChange: i,
1556
1556
  modal: u = !0
1557
- } = e, d = S(t), g = c.useRef(null), [p = !1, l] = It({
1557
+ } = e, l = P(t), g = c.useRef(null), [p = !1, d] = It({
1558
1558
  prop: o,
1559
1559
  defaultProp: s,
1560
1560
  onChange: i
1561
1561
  });
1562
1562
  return /* @__PURE__ */ a.jsx(
1563
- qo,
1563
+ Uo,
1564
1564
  {
1565
1565
  scope: t,
1566
1566
  triggerId: Ee(),
1567
1567
  triggerRef: g,
1568
1568
  contentId: Ee(),
1569
1569
  open: p,
1570
- onOpenChange: l,
1571
- onOpenToggle: c.useCallback(() => l((f) => !f), [l]),
1570
+ onOpenChange: d,
1571
+ onOpenToggle: c.useCallback(() => d((h) => !h), [d]),
1572
1572
  modal: u,
1573
- children: /* @__PURE__ */ a.jsx(Po, { ...d, open: p, onOpenChange: l, dir: r, modal: u, children: n })
1573
+ children: /* @__PURE__ */ a.jsx(Ro, { ...l, open: p, onOpenChange: d, dir: r, modal: u, children: n })
1574
1574
  }
1575
1575
  );
1576
1576
  };
1577
1577
  wn.displayName = st;
1578
1578
  var bn = "DropdownMenuTrigger", Mn = c.forwardRef(
1579
1579
  (e, t) => {
1580
- const { __scopeDropdownMenu: n, disabled: r = !1, ...o } = e, s = yn(bn, n), i = S(n);
1581
- return /* @__PURE__ */ a.jsx(Ro, { asChild: !0, ...i, children: /* @__PURE__ */ a.jsx(
1582
- ie.button,
1580
+ const { __scopeDropdownMenu: n, disabled: r = !1, ...o } = e, s = yn(bn, n), i = P(n);
1581
+ return /* @__PURE__ */ a.jsx(Eo, { asChild: !0, ...i, children: /* @__PURE__ */ a.jsx(
1582
+ ce.button,
1583
1583
  {
1584
1584
  type: "button",
1585
1585
  id: s.triggerId,
@@ -1602,16 +1602,16 @@ var bn = "DropdownMenuTrigger", Mn = c.forwardRef(
1602
1602
  }
1603
1603
  );
1604
1604
  Mn.displayName = bn;
1605
- var Uo = "DropdownMenuPortal", Cn = (e) => {
1606
- const { __scopeDropdownMenu: t, ...n } = e, r = S(t);
1607
- return /* @__PURE__ */ a.jsx(Eo, { ...r, ...n });
1605
+ var Go = "DropdownMenuPortal", Cn = (e) => {
1606
+ const { __scopeDropdownMenu: t, ...n } = e, r = P(t);
1607
+ return /* @__PURE__ */ a.jsx(_o, { ...r, ...n });
1608
1608
  };
1609
- Cn.displayName = Uo;
1610
- var jn = "DropdownMenuContent", Sn = c.forwardRef(
1609
+ Cn.displayName = Go;
1610
+ var Sn = "DropdownMenuContent", Pn = c.forwardRef(
1611
1611
  (e, t) => {
1612
- const { __scopeDropdownMenu: n, ...r } = e, o = yn(jn, n), s = S(n), i = c.useRef(!1);
1612
+ const { __scopeDropdownMenu: n, ...r } = e, o = yn(Sn, n), s = P(n), i = c.useRef(!1);
1613
1613
  return /* @__PURE__ */ a.jsx(
1614
- _o,
1614
+ No,
1615
1615
  {
1616
1616
  id: o.contentId,
1617
1617
  "aria-labelledby": o.triggerId,
@@ -1619,11 +1619,11 @@ var jn = "DropdownMenuContent", Sn = c.forwardRef(
1619
1619
  ...r,
1620
1620
  ref: t,
1621
1621
  onCloseAutoFocus: y(e.onCloseAutoFocus, (u) => {
1622
- var d;
1623
- i.current || (d = o.triggerRef.current) == null || d.focus(), i.current = !1, u.preventDefault();
1622
+ var l;
1623
+ i.current || (l = o.triggerRef.current) == null || l.focus(), i.current = !1, u.preventDefault();
1624
1624
  }),
1625
1625
  onInteractOutside: y(e.onInteractOutside, (u) => {
1626
- const d = u.detail.originalEvent, g = d.button === 0 && d.ctrlKey === !0, p = d.button === 2 || g;
1626
+ const l = u.detail.originalEvent, g = l.button === 0 && l.ctrlKey === !0, p = l.button === 2 || g;
1627
1627
  (!o.modal || p) && (i.current = !0);
1628
1628
  }),
1629
1629
  style: {
@@ -1638,76 +1638,76 @@ var jn = "DropdownMenuContent", Sn = c.forwardRef(
1638
1638
  );
1639
1639
  }
1640
1640
  );
1641
- Sn.displayName = jn;
1642
- var Go = "DropdownMenuGroup", Ho = c.forwardRef(
1641
+ Pn.displayName = Sn;
1642
+ var Ho = "DropdownMenuGroup", zo = c.forwardRef(
1643
1643
  (e, t) => {
1644
- const { __scopeDropdownMenu: n, ...r } = e, o = S(n);
1645
- return /* @__PURE__ */ a.jsx(No, { ...o, ...r, ref: t });
1644
+ const { __scopeDropdownMenu: n, ...r } = e, o = P(n);
1645
+ return /* @__PURE__ */ a.jsx(Do, { ...o, ...r, ref: t });
1646
1646
  }
1647
1647
  );
1648
- Ho.displayName = Go;
1649
- var zo = "DropdownMenuLabel", Pn = c.forwardRef(
1648
+ zo.displayName = Ho;
1649
+ var Vo = "DropdownMenuLabel", jn = c.forwardRef(
1650
1650
  (e, t) => {
1651
- const { __scopeDropdownMenu: n, ...r } = e, o = S(n);
1652
- return /* @__PURE__ */ a.jsx(Do, { ...o, ...r, ref: t });
1651
+ const { __scopeDropdownMenu: n, ...r } = e, o = P(n);
1652
+ return /* @__PURE__ */ a.jsx(Io, { ...o, ...r, ref: t });
1653
1653
  }
1654
1654
  );
1655
- Pn.displayName = zo;
1656
- var Vo = "DropdownMenuItem", Rn = c.forwardRef(
1655
+ jn.displayName = Vo;
1656
+ var Yo = "DropdownMenuItem", Rn = c.forwardRef(
1657
1657
  (e, t) => {
1658
- const { __scopeDropdownMenu: n, ...r } = e, o = S(n);
1659
- return /* @__PURE__ */ a.jsx(Io, { ...o, ...r, ref: t });
1658
+ const { __scopeDropdownMenu: n, ...r } = e, o = P(n);
1659
+ return /* @__PURE__ */ a.jsx(ko, { ...o, ...r, ref: t });
1660
1660
  }
1661
1661
  );
1662
- Rn.displayName = Vo;
1663
- var Yo = "DropdownMenuCheckboxItem", En = c.forwardRef((e, t) => {
1664
- const { __scopeDropdownMenu: n, ...r } = e, o = S(n);
1665
- return /* @__PURE__ */ a.jsx(ko, { ...o, ...r, ref: t });
1666
- });
1667
- En.displayName = Yo;
1668
- var Xo = "DropdownMenuRadioGroup", Wo = c.forwardRef((e, t) => {
1669
- const { __scopeDropdownMenu: n, ...r } = e, o = S(n);
1662
+ Rn.displayName = Yo;
1663
+ var Xo = "DropdownMenuCheckboxItem", En = c.forwardRef((e, t) => {
1664
+ const { __scopeDropdownMenu: n, ...r } = e, o = P(n);
1670
1665
  return /* @__PURE__ */ a.jsx(Ao, { ...o, ...r, ref: t });
1671
1666
  });
1672
- Wo.displayName = Xo;
1673
- var Jo = "DropdownMenuRadioItem", _n = c.forwardRef((e, t) => {
1674
- const { __scopeDropdownMenu: n, ...r } = e, o = S(n);
1667
+ En.displayName = Xo;
1668
+ var Wo = "DropdownMenuRadioGroup", Jo = c.forwardRef((e, t) => {
1669
+ const { __scopeDropdownMenu: n, ...r } = e, o = P(n);
1675
1670
  return /* @__PURE__ */ a.jsx(Oo, { ...o, ...r, ref: t });
1676
1671
  });
1677
- _n.displayName = Jo;
1678
- var Zo = "DropdownMenuItemIndicator", Nn = c.forwardRef((e, t) => {
1679
- const { __scopeDropdownMenu: n, ...r } = e, o = S(n);
1672
+ Jo.displayName = Wo;
1673
+ var Zo = "DropdownMenuRadioItem", _n = c.forwardRef((e, t) => {
1674
+ const { __scopeDropdownMenu: n, ...r } = e, o = P(n);
1680
1675
  return /* @__PURE__ */ a.jsx(To, { ...o, ...r, ref: t });
1681
1676
  });
1682
- Nn.displayName = Zo;
1683
- var es = "DropdownMenuSeparator", Dn = c.forwardRef((e, t) => {
1684
- const { __scopeDropdownMenu: n, ...r } = e, o = S(n);
1677
+ _n.displayName = Zo;
1678
+ var es = "DropdownMenuItemIndicator", Nn = c.forwardRef((e, t) => {
1679
+ const { __scopeDropdownMenu: n, ...r } = e, o = P(n);
1685
1680
  return /* @__PURE__ */ a.jsx(Fo, { ...o, ...r, ref: t });
1686
1681
  });
1687
- Dn.displayName = es;
1688
- var ts = "DropdownMenuArrow", ns = c.forwardRef(
1682
+ Nn.displayName = es;
1683
+ var ts = "DropdownMenuSeparator", Dn = c.forwardRef((e, t) => {
1684
+ const { __scopeDropdownMenu: n, ...r } = e, o = P(n);
1685
+ return /* @__PURE__ */ a.jsx(Lo, { ...o, ...r, ref: t });
1686
+ });
1687
+ Dn.displayName = ts;
1688
+ var ns = "DropdownMenuArrow", rs = c.forwardRef(
1689
1689
  (e, t) => {
1690
- const { __scopeDropdownMenu: n, ...r } = e, o = S(n);
1691
- return /* @__PURE__ */ a.jsx(Lo, { ...o, ...r, ref: t });
1690
+ const { __scopeDropdownMenu: n, ...r } = e, o = P(n);
1691
+ return /* @__PURE__ */ a.jsx(Ko, { ...o, ...r, ref: t });
1692
1692
  }
1693
1693
  );
1694
- ns.displayName = ts;
1695
- var rs = (e) => {
1696
- const { __scopeDropdownMenu: t, children: n, open: r, onOpenChange: o, defaultOpen: s } = e, i = S(t), [u = !1, d] = It({
1694
+ rs.displayName = ns;
1695
+ var as = (e) => {
1696
+ const { __scopeDropdownMenu: t, children: n, open: r, onOpenChange: o, defaultOpen: s } = e, i = P(t), [u = !1, l] = It({
1697
1697
  prop: r,
1698
1698
  defaultProp: s,
1699
1699
  onChange: o
1700
1700
  });
1701
- return /* @__PURE__ */ a.jsx(Ko, { ...i, open: u, onOpenChange: d, children: n });
1702
- }, as = "DropdownMenuSubTrigger", In = c.forwardRef((e, t) => {
1703
- const { __scopeDropdownMenu: n, ...r } = e, o = S(n);
1704
- return /* @__PURE__ */ a.jsx($o, { ...o, ...r, ref: t });
1701
+ return /* @__PURE__ */ a.jsx($o, { ...i, open: u, onOpenChange: l, children: n });
1702
+ }, os = "DropdownMenuSubTrigger", In = c.forwardRef((e, t) => {
1703
+ const { __scopeDropdownMenu: n, ...r } = e, o = P(n);
1704
+ return /* @__PURE__ */ a.jsx(Bo, { ...o, ...r, ref: t });
1705
1705
  });
1706
- In.displayName = as;
1707
- var os = "DropdownMenuSubContent", kn = c.forwardRef((e, t) => {
1708
- const { __scopeDropdownMenu: n, ...r } = e, o = S(n);
1706
+ In.displayName = os;
1707
+ var ss = "DropdownMenuSubContent", kn = c.forwardRef((e, t) => {
1708
+ const { __scopeDropdownMenu: n, ...r } = e, o = P(n);
1709
1709
  return /* @__PURE__ */ a.jsx(
1710
- Bo,
1710
+ Qo,
1711
1711
  {
1712
1712
  ...o,
1713
1713
  ...r,
@@ -1723,13 +1723,13 @@ var os = "DropdownMenuSubContent", kn = c.forwardRef((e, t) => {
1723
1723
  }
1724
1724
  );
1725
1725
  });
1726
- kn.displayName = os;
1727
- var ss = wn, is = Mn, An = Cn, On = Sn, Tn = Pn, Fn = Rn, Ln = En, Kn = _n, $n = Nn, Bn = Dn, cs = rs, Qn = In, qn = kn;
1728
- const us = ss, ls = is, ds = An, hs = cs, Un = c.forwardRef(({ className: e, inset: t, children: n, ...r }, o) => /* @__PURE__ */ a.jsxs(
1726
+ kn.displayName = ss;
1727
+ var is = wn, cs = Mn, An = Cn, On = Pn, Tn = jn, Fn = Rn, Ln = En, Kn = _n, $n = Nn, Bn = Dn, us = as, Qn = In, qn = kn;
1728
+ const ls = is, ds = cs, hs = An, fs = us, Un = c.forwardRef(({ className: e, inset: t, children: n, ...r }, o) => /* @__PURE__ */ a.jsxs(
1729
1729
  Qn,
1730
1730
  {
1731
1731
  ref: o,
1732
- className: M(
1732
+ className: b(
1733
1733
  "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",
1734
1734
  t && "pl-8",
1735
1735
  e
@@ -1746,7 +1746,7 @@ const Gn = c.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ a.jsx(
1746
1746
  qn,
1747
1747
  {
1748
1748
  ref: n,
1749
- className: M(
1749
+ className: b(
1750
1750
  "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",
1751
1751
  e
1752
1752
  ),
@@ -1759,7 +1759,7 @@ const Hn = c.forwardRef(({ className: e, sideOffset: t = 4, ...n }, r) => /* @__
1759
1759
  {
1760
1760
  ref: r,
1761
1761
  sideOffset: t,
1762
- className: M(
1762
+ className: b(
1763
1763
  "z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-md",
1764
1764
  "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",
1765
1765
  e
@@ -1772,7 +1772,7 @@ const zn = c.forwardRef(({ className: e, inset: t, ...n }, r) => /* @__PURE__ */
1772
1772
  Fn,
1773
1773
  {
1774
1774
  ref: r,
1775
- className: M(
1775
+ className: b(
1776
1776
  "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",
1777
1777
  t && "pl-8",
1778
1778
  e
@@ -1781,44 +1781,44 @@ const zn = c.forwardRef(({ className: e, inset: t, ...n }, r) => /* @__PURE__ */
1781
1781
  }
1782
1782
  ));
1783
1783
  zn.displayName = Fn.displayName;
1784
- const fs = c.forwardRef(({ className: e, children: t, checked: n, ...r }, o) => /* @__PURE__ */ a.jsxs(
1784
+ const ps = c.forwardRef(({ className: e, children: t, checked: n, ...r }, o) => /* @__PURE__ */ a.jsxs(
1785
1785
  Ln,
1786
1786
  {
1787
1787
  ref: o,
1788
- className: M(
1788
+ className: b(
1789
1789
  "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",
1790
1790
  e
1791
1791
  ),
1792
1792
  checked: n,
1793
1793
  ...r,
1794
1794
  children: [
1795
- /* @__PURE__ */ a.jsx("span", { className: "absolute left-2 flex h-3.5 w-3.5 items-center justify-center", children: /* @__PURE__ */ a.jsx($n, { children: /* @__PURE__ */ a.jsx(Ar, { className: "h-4 w-4" }) }) }),
1795
+ /* @__PURE__ */ a.jsx("span", { className: "absolute left-2 flex h-3.5 w-3.5 items-center justify-center", children: /* @__PURE__ */ a.jsx($n, { children: /* @__PURE__ */ a.jsx(Or, { className: "h-4 w-4" }) }) }),
1796
1796
  t
1797
1797
  ]
1798
1798
  }
1799
1799
  ));
1800
- fs.displayName = Ln.displayName;
1801
- const ps = c.forwardRef(({ className: e, children: t, ...n }, r) => /* @__PURE__ */ a.jsxs(
1800
+ ps.displayName = Ln.displayName;
1801
+ const ms = c.forwardRef(({ className: e, children: t, ...n }, r) => /* @__PURE__ */ a.jsxs(
1802
1802
  Kn,
1803
1803
  {
1804
1804
  ref: r,
1805
- className: M(
1805
+ className: b(
1806
1806
  "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",
1807
1807
  e
1808
1808
  ),
1809
1809
  ...n,
1810
1810
  children: [
1811
- /* @__PURE__ */ a.jsx("span", { className: "absolute left-2 flex h-3.5 w-3.5 items-center justify-center", children: /* @__PURE__ */ a.jsx($n, { children: /* @__PURE__ */ a.jsx(ha, { className: "h-4 w-4 fill-current" }) }) }),
1811
+ /* @__PURE__ */ a.jsx("span", { className: "absolute left-2 flex h-3.5 w-3.5 items-center justify-center", children: /* @__PURE__ */ a.jsx($n, { children: /* @__PURE__ */ a.jsx(fa, { className: "h-4 w-4 fill-current" }) }) }),
1812
1812
  t
1813
1813
  ]
1814
1814
  }
1815
1815
  ));
1816
- ps.displayName = Kn.displayName;
1816
+ ms.displayName = Kn.displayName;
1817
1817
  const Vn = c.forwardRef(({ className: e, inset: t, ...n }, r) => /* @__PURE__ */ a.jsx(
1818
1818
  Tn,
1819
1819
  {
1820
1820
  ref: r,
1821
- className: M(
1821
+ className: b(
1822
1822
  "px-2 py-1.5 text-sm font-semibold",
1823
1823
  t && "pl-8",
1824
1824
  e
@@ -1831,13 +1831,13 @@ const Yn = c.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ a.jsx(
1831
1831
  Bn,
1832
1832
  {
1833
1833
  ref: n,
1834
- className: M("-mx-1 my-1 h-px bg-muted", e),
1834
+ className: b("-mx-1 my-1 h-px bg-muted", e),
1835
1835
  ...t
1836
1836
  }
1837
1837
  ));
1838
1838
  Yn.displayName = Bn.displayName;
1839
- const ms = () => {
1840
- const e = Ie(), [t, n] = he(!1), r = Ot(() => n(!1), []);
1839
+ const gs = () => {
1840
+ const e = Ie(), [t, n] = ie(!1), r = Ot(() => n(!1), []);
1841
1841
  W(() => {
1842
1842
  if (t)
1843
1843
  return;
@@ -1848,7 +1848,7 @@ const ms = () => {
1848
1848
  window.removeEventListener("keydown", s);
1849
1849
  };
1850
1850
  }, [t, n]);
1851
- const o = e.plugins.find(Ha);
1851
+ const o = e.plugins.find(za);
1852
1852
  return o ? /* @__PURE__ */ a.jsxs(a.Fragment, { children: [
1853
1853
  /* @__PURE__ */ a.jsxs(
1854
1854
  "button",
@@ -1858,7 +1858,7 @@ const ms = () => {
1858
1858
  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",
1859
1859
  children: [
1860
1860
  /* @__PURE__ */ a.jsxs("div", { className: "flex items-center gap-2 flex-grow", children: [
1861
- /* @__PURE__ */ a.jsx(ma, { size: 14 }),
1861
+ /* @__PURE__ */ a.jsx(ga, { size: 14 }),
1862
1862
  "Search"
1863
1863
  ] }),
1864
1864
  /* @__PURE__ */ a.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" })
@@ -1870,12 +1870,12 @@ const ms = () => {
1870
1870
  onClose: r
1871
1871
  }) })
1872
1872
  ] }) : null;
1873
- }, gs = () => {
1873
+ }, vs = () => {
1874
1874
  const { topNavigation: e } = Ie();
1875
1875
  return e.length <= 1 ? null : /* @__PURE__ */ a.jsx("nav", { className: "border-b text-sm px-12 h-[--top-nav-height]", children: /* @__PURE__ */ a.jsx("ul", { className: "flex flex-row items-center gap-8", children: e.map((t) => /* @__PURE__ */ a.jsx("li", { children: /* @__PURE__ */ a.jsx(
1876
- Pe,
1876
+ je,
1877
1877
  {
1878
- className: ({ isActive: n }) => Or(
1878
+ className: ({ isActive: n }) => Tr(
1879
1879
  "block py-3.5 font-medium -mb-px border-b-2",
1880
1880
  n ? "border-primary text-foreground" : "border-transparent text-foreground/75 hover:text-foreground hover:border-accent-foreground/25"
1881
1881
  ),
@@ -1883,43 +1883,43 @@ const ms = () => {
1883
1883
  children: t.label
1884
1884
  }
1885
1885
  ) }, t.label)) }) });
1886
- }, Xn = ({ item: e }) => e.children ? /* @__PURE__ */ a.jsxs(hs, { children: [
1886
+ }, Xn = ({ item: e }) => e.children ? /* @__PURE__ */ a.jsxs(fs, { children: [
1887
1887
  /* @__PURE__ */ a.jsx(Un, { children: e.label }),
1888
- /* @__PURE__ */ a.jsx(ds, { children: /* @__PURE__ */ a.jsx(Gn, { children: e.children.map((t, n) => (
1888
+ /* @__PURE__ */ a.jsx(hs, { children: /* @__PURE__ */ a.jsx(Gn, { children: e.children.map((t, n) => (
1889
1889
  // eslint-disable-next-line react/no-array-index-key
1890
1890
  /* @__PURE__ */ a.jsx(Xn, { item: t }, n)
1891
1891
  )) }) })
1892
1892
  ] }, e.label) : /* @__PURE__ */ a.jsx(Re, { to: e.path ?? "", children: /* @__PURE__ */ a.jsx(zn, { children: e.label }, e.label) }), Wn = Ft(function() {
1893
- const [t, n] = Tr(), { isAuthenticated: r, profile: o, isAuthEnabled: s } = kr(), { pathname: i } = De(), u = Ie(), { page: d, plugins: g } = u, p = g.filter((f) => Ua(f)).flatMap((f) => f.getProfileMenuItems(u)).map((f) => /* @__PURE__ */ a.jsx(Xn, { item: f }, f.label)), l = t ? pa : ga;
1893
+ const [t, n] = Fr(), { isAuthenticated: r, profile: o, isAuthEnabled: s } = Ar(), { pathname: i } = De(), u = Ie(), { page: l, plugins: g } = u, p = g.filter((h) => Ga(h)).flatMap((h) => h.getProfileMenuItems(u)).map((h) => /* @__PURE__ */ a.jsx(Xn, { item: h }, h.label)), d = t ? ma : va;
1894
1894
  return /* @__PURE__ */ a.jsx("header", { className: "fixed top-0 w-full z-10 bg-background/80 backdrop-blur", children: /* @__PURE__ */ a.jsxs("div", { className: "max-w-screen-2xl mx-auto", children: [
1895
1895
  /* @__PURE__ */ a.jsxs("div", { className: "grid grid-cols-[calc(var(--side-nav-width))_1fr] lg:gap-12 items-center border-b px-12 h-[--top-header-height]", children: [
1896
1896
  /* @__PURE__ */ a.jsx("div", { className: "flex", children: /* @__PURE__ */ a.jsx(Re, { to: "/", children: /* @__PURE__ */ a.jsxs("div", { className: "flex items-center gap-3.5", children: [
1897
- (d == null ? void 0 : d.logo) && /* @__PURE__ */ a.jsxs(a.Fragment, { children: [
1897
+ (l == null ? void 0 : l.logo) && /* @__PURE__ */ a.jsxs(a.Fragment, { children: [
1898
1898
  /* @__PURE__ */ a.jsx(
1899
1899
  "img",
1900
1900
  {
1901
- src: d.logo.src.light,
1902
- alt: d.logo.alt ?? d.pageTitle,
1903
- style: { width: d.logo.width },
1904
- className: M("h-10", t && "hidden"),
1901
+ src: l.logo.src.light,
1902
+ alt: l.logo.alt ?? l.pageTitle,
1903
+ style: { width: l.logo.width },
1904
+ className: b("h-10", t && "hidden"),
1905
1905
  loading: "lazy"
1906
1906
  }
1907
1907
  ),
1908
1908
  /* @__PURE__ */ a.jsx(
1909
1909
  "img",
1910
1910
  {
1911
- src: d.logo.src.dark,
1912
- alt: d.logo.alt ?? d.pageTitle,
1913
- style: { width: d.logo.width },
1914
- className: M("h-10", !t && "hidden"),
1911
+ src: l.logo.src.dark,
1912
+ alt: l.logo.alt ?? l.pageTitle,
1913
+ style: { width: l.logo.width },
1914
+ className: b("h-10", !t && "hidden"),
1915
1915
  loading: "lazy"
1916
1916
  }
1917
1917
  )
1918
1918
  ] }),
1919
- /* @__PURE__ */ a.jsx("span", { className: "font-bold text-2xl text-foreground/85 tracking-wide", children: d == null ? void 0 : d.pageTitle })
1919
+ /* @__PURE__ */ a.jsx("span", { className: "font-bold text-2xl text-foreground/85 tracking-wide", children: l == null ? void 0 : l.pageTitle })
1920
1920
  ] }) }) }),
1921
1921
  /* @__PURE__ */ a.jsxs("div", { className: "grid grid-cols-[--sidecar-grid-cols] items-center gap-8", children: [
1922
- /* @__PURE__ */ a.jsx("div", { className: "w-full justify-center flex", children: /* @__PURE__ */ a.jsx(ms, {}) }),
1922
+ /* @__PURE__ */ a.jsx("div", { className: "w-full justify-center flex", children: /* @__PURE__ */ a.jsx(gs, {}) }),
1923
1923
  /* @__PURE__ */ a.jsxs("div", { className: "items-center justify-self-end text-sm hidden lg:flex gap-2", children: [
1924
1924
  /* @__PURE__ */ a.jsx(se, { name: "head-navigation-start" }),
1925
1925
  s && !r ? /* @__PURE__ */ a.jsx(Qe, { variant: "ghost", asChild: !0, children: /* @__PURE__ */ a.jsx(
@@ -1931,8 +1931,8 @@ const ms = () => {
1931
1931
  },
1932
1932
  children: "Login"
1933
1933
  }
1934
- ) }) : p.length > 0 && /* @__PURE__ */ a.jsxs(us, { children: [
1935
- /* @__PURE__ */ a.jsx(ls, { asChild: !0, children: /* @__PURE__ */ a.jsx(Qe, { variant: "ghost", children: o != null && o.email ? `${o.email}` : "My Account" }) }),
1934
+ ) }) : p.length > 0 && /* @__PURE__ */ a.jsxs(ls, { children: [
1935
+ /* @__PURE__ */ a.jsx(ds, { asChild: !0, children: /* @__PURE__ */ a.jsx(Qe, { variant: "ghost", children: o != null && o.email ? `${o.email}` : "My Account" }) }),
1936
1936
  /* @__PURE__ */ a.jsxs(Hn, { className: "w-56", children: [
1937
1937
  /* @__PURE__ */ a.jsx(Vn, { children: "My Account" }),
1938
1938
  /* @__PURE__ */ a.jsx(Yn, {}),
@@ -1946,19 +1946,19 @@ const ms = () => {
1946
1946
  "aria-label": t ? "Switch to light mode" : "Switch to dark mode",
1947
1947
  className: "cursor-pointer hover:bg-secondary p-2.5 -m-2.5 rounded-full",
1948
1948
  onClick: n,
1949
- children: /* @__PURE__ */ a.jsx(l, { size: 18 })
1949
+ children: /* @__PURE__ */ a.jsx(d, { size: 18 })
1950
1950
  }
1951
1951
  ),
1952
1952
  /* @__PURE__ */ a.jsx(se, { name: "head-navigation-end" })
1953
1953
  ] })
1954
1954
  ] })
1955
1955
  ] }),
1956
- /* @__PURE__ */ a.jsx(gs, {})
1956
+ /* @__PURE__ */ a.jsx(vs, {})
1957
1957
  ] }) });
1958
1958
  }), Jn = {
1959
1959
  Header: Wn
1960
- }, vs = At(Jn), xs = vs.Provider, ys = (e) => {
1961
- const [t, n] = he(!1);
1960
+ }, xs = At(Jn), ys = xs.Provider, ws = (e) => {
1961
+ const [t, n] = ie(!1);
1962
1962
  W(() => {
1963
1963
  const s = localStorage.getItem("theme"), i = window.matchMedia("(prefers-color-scheme: dark)"), u = s === "dark" || !s && i.matches;
1964
1964
  n(u);
@@ -1967,123 +1967,136 @@ const ms = () => {
1967
1967
  const s = !t;
1968
1968
  document.documentElement.classList.toggle("dark", s), localStorage.setItem("theme", s ? "dark" : "light"), n(s);
1969
1969
  }, [t]), o = [t, r];
1970
- return /* @__PURE__ */ a.jsx(Fr.Provider, { value: o, ...e });
1971
- }, ws = ({
1970
+ return /* @__PURE__ */ a.jsx(Lr.Provider, { value: o, ...e });
1971
+ }, bs = ({
1972
1972
  children: e,
1973
1973
  context: t
1974
1974
  }) => {
1975
1975
  const n = mr();
1976
- return oa({
1976
+ return sa({
1977
1977
  queryFn: async () => (await t.initialize({ navigate: n }), !0),
1978
1978
  queryKey: ["zudoku-initialize"]
1979
- }), /* @__PURE__ */ a.jsx(sa.Provider, { value: t, children: e });
1980
- }, bs = ({
1979
+ }), /* @__PURE__ */ a.jsx(ia.Provider, { value: t, children: e });
1980
+ }, Ms = ({
1981
1981
  children: e,
1982
1982
  ...t
1983
1983
  }) => {
1984
- var l, f;
1984
+ var d, h;
1985
1985
  const n = Ke(
1986
1986
  () => ({ ...Jn, ...t.overrides }),
1987
1987
  [t.overrides]
1988
1988
  ), r = Ke(() => {
1989
1989
  var x;
1990
1990
  return {
1991
- ...(t.plugins ?? []).filter(Ya).flatMap(
1992
- (b) => b.getMdxComponents ? [b.getMdxComponents()] : []
1993
- ).reduce((b, I) => ({ ...b, ...I }), {}),
1994
- ...Lr,
1991
+ ...(t.plugins ?? []).filter(Xa).flatMap(
1992
+ (M) => M.getMdxComponents ? [M.getMdxComponents()] : []
1993
+ ).reduce((M, I) => ({ ...M, ...I }), {}),
1994
+ ...Kr,
1995
1995
  ...(x = t.mdx) == null ? void 0 : x.components
1996
1996
  };
1997
- }, [(l = t.mdx) == null ? void 0 : l.components, t.plugins]), { stagger: o } = Gr(qe), [s, i] = he(!1), u = Ke(
1997
+ }, [(d = t.mdx) == null ? void 0 : d.components, t.plugins]), { stagger: o } = Hr(qe), [s, i] = ie(!1), u = Ke(
1998
1998
  () => s ? { stagger: !0 } : { stagger: o },
1999
1999
  [o, s]
2000
- ), d = gr();
2000
+ ), l = gr();
2001
2001
  W(() => {
2002
2002
  s || i(!0);
2003
- }, [s, d.location]);
2004
- const [g] = he(() => new Wa(t)), p = (f = t.plugins) == null ? void 0 : f.filter(Va).map((v, x) => {
2005
- var b;
2006
- return /* @__PURE__ */ a.jsx(Hr, { children: (b = v.getHead) == null ? void 0 : b.call(v) }, x);
2003
+ }, [s, l.location]);
2004
+ const [g] = ie(() => new Ja(t)), p = (h = t.plugins) == null ? void 0 : h.filter(Ya).map((v, x) => {
2005
+ var M;
2006
+ return /* @__PURE__ */ a.jsx(zr, { children: (M = v.getHead) == null ? void 0 : M.call(v) }, x);
2007
2007
  });
2008
- return /* @__PURE__ */ a.jsxs(ia, { client: Ht, children: [
2008
+ return /* @__PURE__ */ a.jsxs(ca, { client: Ht, children: [
2009
2009
  /* @__PURE__ */ a.jsx(Ge, { children: p }),
2010
- /* @__PURE__ */ a.jsx(qe.Provider, { value: u, children: /* @__PURE__ */ a.jsx(ws, { context: g, children: /* @__PURE__ */ a.jsx(cr, { components: r, children: /* @__PURE__ */ a.jsx(ys, { children: /* @__PURE__ */ a.jsx(xs, { value: n, children: /* @__PURE__ */ a.jsx(vr, { slotlets: t.slotlets, children: /* @__PURE__ */ a.jsx(Kr, { children: e ?? /* @__PURE__ */ a.jsx(Pt, {}) }) }) }) }) }) }) })
2010
+ /* @__PURE__ */ a.jsx(qe.Provider, { value: u, children: /* @__PURE__ */ a.jsx(bs, { context: g, children: /* @__PURE__ */ a.jsx(cr, { components: r, children: /* @__PURE__ */ a.jsx(ws, { children: /* @__PURE__ */ a.jsx(ys, { value: n, children: /* @__PURE__ */ a.jsx(xr, { slotlets: t.slotlets, children: /* @__PURE__ */ a.jsx($r, { children: e ?? /* @__PURE__ */ a.jsx(jt, {}) }) }) }) }) }) }) })
2011
2011
  ] });
2012
- }, Ms = Ft(bs), Zn = (e) => /* @__PURE__ */ a.jsx(Qa, { FallbackComponent: Ja, children: /* @__PURE__ */ a.jsx(Ms, { ...e }) });
2012
+ }, Cs = Ft(Ms), Zn = (e) => /* @__PURE__ */ a.jsx(qa, { FallbackComponent: Za, children: /* @__PURE__ */ a.jsx(Cs, { ...e }) });
2013
2013
  Zn.displayName = "DevPortal";
2014
- const Cs = ({
2014
+ const Ss = ({
2015
2015
  category: e,
2016
2016
  level: t
2017
2017
  }) => {
2018
- var p;
2019
- const n = $t(), r = ur(e), o = e.collapsible ?? !0, s = e.collapsed ?? !0, i = !!(!o || !s || r), [u, d] = he(i);
2018
+ var h;
2019
+ const n = $t(), r = ur(e), [o, s] = ie(!1), i = e.collapsible ?? !0, u = e.collapsed ?? !0, l = !!(!i || !u || r), [g, p] = ie(l);
2020
2020
  W(() => {
2021
- r && d(!0);
2021
+ r && p(!0);
2022
2022
  }, [r]);
2023
- const g = o && /* @__PURE__ */ a.jsx(
2023
+ const d = i && /* @__PURE__ */ a.jsx(
2024
2024
  "button",
2025
2025
  {
2026
2026
  type: "button",
2027
- onClick: (l) => {
2028
- l.preventDefault(), d((f) => !f);
2027
+ onClick: (v) => {
2028
+ v.preventDefault(), p((x) => !x), s(!0);
2029
2029
  },
2030
2030
  children: /* @__PURE__ */ a.jsx(
2031
2031
  Qt,
2032
2032
  {
2033
2033
  size: 16,
2034
- className: "transition shrink-0 group-data-[state=open]:rotate-90"
2034
+ className: b(
2035
+ o && "transition",
2036
+ "shrink-0 group-data-[state=open]:rotate-90"
2037
+ )
2035
2038
  }
2036
2039
  )
2037
2040
  }
2038
2041
  );
2039
2042
  return /* @__PURE__ */ a.jsxs(
2040
- Yr,
2043
+ Xr,
2041
2044
  {
2042
- className: M("flex flex-col", t === 0 && "-mx-[--padding-nav-item]"),
2043
- defaultOpen: i,
2044
- open: u,
2045
- onOpenChange: () => d(!0),
2045
+ className: b("flex flex-col", t === 0 && "-mx-[--padding-nav-item]"),
2046
+ defaultOpen: l,
2047
+ open: g,
2048
+ onOpenChange: () => p(!0),
2046
2049
  children: [
2047
2050
  /* @__PURE__ */ a.jsx(
2048
- Xr,
2051
+ Wr,
2049
2052
  {
2050
- className: M(
2053
+ className: b(
2051
2054
  "group text-start",
2052
- de({ isActive: !1, isTopLevel: t === 0 }),
2053
- o ? "cursor-pointer" : "cursor-default hover:bg-transparent"
2055
+ he({ isActive: !1, isTopLevel: t === 0 }),
2056
+ i ? "cursor-pointer" : "cursor-default hover:bg-transparent"
2054
2057
  ),
2055
2058
  asChild: !0,
2056
- disabled: !o,
2057
- children: ((p = e.link) == null ? void 0 : p.type) === "doc" ? /* @__PURE__ */ a.jsx(Pe, { to: Xe(n == null ? void 0 : n.id, e.link.id), children: ({ isActive: l }) => /* @__PURE__ */ a.jsxs(
2059
+ disabled: !i,
2060
+ children: ((h = e.link) == null ? void 0 : h.type) === "doc" ? /* @__PURE__ */ a.jsx(je, { to: Xe(n == null ? void 0 : n.id, e.link.id), children: ({ isActive: v }) => /* @__PURE__ */ a.jsxs(
2058
2061
  "div",
2059
2062
  {
2060
- className: M(
2063
+ className: b(
2061
2064
  "flex items-center gap-2 justify-between w-full",
2062
- l ? "text-primary font-medium" : "text-foreground/80"
2065
+ v ? "text-primary font-medium" : "text-foreground/80"
2063
2066
  ),
2064
2067
  children: [
2065
2068
  /* @__PURE__ */ a.jsx("div", { className: "truncate", children: e.label }),
2066
- g
2069
+ d
2067
2070
  ]
2068
2071
  }
2069
2072
  ) }) : /* @__PURE__ */ a.jsxs("div", { className: "flex items-center justify-between w-full", children: [
2070
2073
  /* @__PURE__ */ a.jsx("div", { className: "flex gap-2 truncate w-full", children: e.label }),
2071
- g
2074
+ d
2072
2075
  ] })
2073
2076
  }
2074
2077
  ),
2075
- /* @__PURE__ */ a.jsx(Wr, { className: "CollapsibleContent ms-[calc(var(--padding-nav-item)*1.125)]", children: /* @__PURE__ */ a.jsx("ul", { className: "mt-1 border-l ps-2", children: e.items.map((l) => /* @__PURE__ */ a.jsx(
2076
- tr,
2078
+ /* @__PURE__ */ a.jsx(
2079
+ Jr,
2077
2080
  {
2078
- level: t + 1,
2079
- item: l
2080
- },
2081
- l.label
2082
- )) }) })
2081
+ className: b(
2082
+ // CollapsibleContent class is used to animate and it should only be applied when the user has triggered the toggle
2083
+ o && "CollapsibleContent",
2084
+ "ms-[calc(var(--padding-nav-item)*1.125)]"
2085
+ ),
2086
+ children: /* @__PURE__ */ a.jsx("ul", { className: "mt-1 border-l ps-2", children: e.items.map((v) => /* @__PURE__ */ a.jsx(
2087
+ tr,
2088
+ {
2089
+ level: t + 1,
2090
+ item: v
2091
+ },
2092
+ v.label
2093
+ )) })
2094
+ }
2095
+ )
2083
2096
  ]
2084
2097
  }
2085
2098
  );
2086
- }, de = $r(
2099
+ }, he = Br(
2087
2100
  "flex px-[--padding-nav-item] py-1.5 rounded-lg hover:bg-accent transition-colors duration-300",
2088
2101
  {
2089
2102
  variants: {
@@ -2104,15 +2117,15 @@ const Cs = ({
2104
2117
  item: e,
2105
2118
  level: t = 0
2106
2119
  }) => {
2107
- const n = $t(), { activeAnchor: r } = ze();
2120
+ const n = $t(), { activeAnchor: r } = ze(), [o] = vr();
2108
2121
  switch (e.type) {
2109
2122
  case "category":
2110
- return /* @__PURE__ */ a.jsx(Cs, { category: e, level: t });
2123
+ return /* @__PURE__ */ a.jsx(Ss, { category: e, level: t });
2111
2124
  case "doc":
2112
2125
  return /* @__PURE__ */ a.jsx(
2113
- Pe,
2126
+ je,
2114
2127
  {
2115
- className: ({ isActive: o }) => de({ isActive: o, isTopLevel: t === 0 }),
2128
+ className: ({ isActive: s }) => he({ isActive: s, isTopLevel: t === 0 }),
2116
2129
  to: Xe(n == null ? void 0 : n.id, e.id),
2117
2130
  children: e.badge ? /* @__PURE__ */ a.jsxs(a.Fragment, { children: [
2118
2131
  /* @__PURE__ */ a.jsx("span", { className: "truncate", title: e.label, children: e.label }),
@@ -2124,12 +2137,12 @@ const Cs = ({
2124
2137
  return e.href.startsWith("#") ? /* @__PURE__ */ a.jsx(
2125
2138
  lr,
2126
2139
  {
2127
- to: e.href,
2140
+ to: { hash: e.href, search: o.toString() },
2128
2141
  [er]: e.href.slice(1),
2129
- className: M(
2142
+ className: b(
2130
2143
  "flex gap-2.5 justify-between",
2131
2144
  t === 0 && "-mx-[--padding-nav-item]",
2132
- de({
2145
+ he({
2133
2146
  isActive: e.href.slice(1) === r
2134
2147
  })
2135
2148
  ),
@@ -2141,8 +2154,8 @@ const Cs = ({
2141
2154
  ) : e.href.startsWith("http") ? /* @__PURE__ */ a.jsxs(
2142
2155
  "a",
2143
2156
  {
2144
- className: M(
2145
- de({ isTopLevel: t === 0 }),
2157
+ className: b(
2158
+ he({ isTopLevel: t === 0 }),
2146
2159
  "block"
2147
2160
  ),
2148
2161
  href: e.href,
@@ -2152,14 +2165,14 @@ const Cs = ({
2152
2165
  /* @__PURE__ */ a.jsx("span", { className: "whitespace-normal", children: e.label }),
2153
2166
  /* @__PURE__ */ a.jsxs("span", { className: "whitespace-nowrap", children: [
2154
2167
  " ",
2155
- /* @__PURE__ */ a.jsx(fa, { className: "inline ml-1", size: 12 })
2168
+ /* @__PURE__ */ a.jsx(pa, { className: "inline ml-1", size: 12 })
2156
2169
  ] })
2157
2170
  ]
2158
2171
  }
2159
2172
  ) : /* @__PURE__ */ a.jsx(
2160
- Pe,
2173
+ je,
2161
2174
  {
2162
- className: M("flex gap-2.5 justify-between", de()),
2175
+ className: b("flex gap-2.5 justify-between", he()),
2163
2176
  to: e.href,
2164
2177
  children: e.badge ? /* @__PURE__ */ a.jsxs(a.Fragment, { children: [
2165
2178
  /* @__PURE__ */ a.jsx("span", { className: "truncate", title: e.label, children: e.label }),
@@ -2168,17 +2181,17 @@ const Cs = ({
2168
2181
  }
2169
2182
  );
2170
2183
  }
2171
- }, js = (e, t = { block: "center" }) => {
2184
+ }, Ps = (e, t = { block: "center" }) => {
2172
2185
  if (!e) return;
2173
2186
  const n = e.getBoundingClientRect();
2174
2187
  n.top >= 0 && n.left >= 0 && n.bottom <= (window.innerHeight || document.documentElement.clientHeight) && n.right <= (window.innerWidth || document.documentElement.clientWidth) || e.scrollIntoView(t);
2175
- }, Ss = () => {
2188
+ }, js = () => {
2176
2189
  const e = De(), { setActiveAnchor: t } = ze();
2177
2190
  W(() => {
2178
2191
  if (!e.hash) return;
2179
2192
  const n = decodeURIComponent(e.hash.split("/")[0].slice(1)), r = () => {
2180
2193
  const o = document.getElementById(n), s = document.querySelector(`[${er}="${n}"]`);
2181
- return o ? (o.scrollIntoView(), js(s), requestIdleCallback(() => t(n)), !0) : !1;
2194
+ return o ? (o.scrollIntoView(), Ps(s), requestIdleCallback(() => t(n)), !0) : !1;
2182
2195
  };
2183
2196
  if (!r()) {
2184
2197
  const o = new MutationObserver((s, i) => {
@@ -2187,17 +2200,17 @@ const Cs = ({
2187
2200
  return o.observe(document.body, { childList: !0, subtree: !0 }), () => o.disconnect();
2188
2201
  }
2189
2202
  }, [e.hash, t]);
2190
- }, Ps = () => {
2203
+ }, Rs = () => {
2191
2204
  const e = De(), t = Ve(e.pathname);
2192
2205
  W(() => {
2193
2206
  t.current !== e.pathname && (window.scrollTo(0, 0), t.current = e.pathname);
2194
2207
  }, [e.pathname]);
2195
- }, Rs = zr(function({ children: t, className: n, pushMainContent: r }, o) {
2208
+ }, Es = Vr(function({ children: t, className: n, pushMainContent: r }, o) {
2196
2209
  return /* @__PURE__ */ a.jsx(
2197
2210
  "nav",
2198
2211
  {
2199
2212
  "data-navigation": String(r),
2200
- className: M(
2213
+ className: b(
2201
2214
  "peer hidden lg:flex flex-col fixed text-sm overflow-y-auto shrink-0 p-[--padding-nav-item] -mx-[--padding-nav-item] pb-20 pt-[--padding-content-top] w-[--side-nav-width] h-[calc(100%-var(--header-height))] scroll-pt-2 gap-2",
2202
2215
  n
2203
2216
  ),
@@ -2205,10 +2218,10 @@ const Cs = ({
2205
2218
  children: t
2206
2219
  }
2207
2220
  );
2208
- }), Es = () => {
2209
- const e = Ve(null), t = ca();
2221
+ }), _s = () => {
2222
+ const e = Ve(null), t = ua();
2210
2223
  return /* @__PURE__ */ a.jsxs(
2211
- Rs,
2224
+ Es,
2212
2225
  {
2213
2226
  ref: e,
2214
2227
  pushMainContent: t.data.items.length > 0,
@@ -2219,9 +2232,9 @@ const Cs = ({
2219
2232
  ]
2220
2233
  }
2221
2234
  );
2222
- }, _s = ({ children: e }) => {
2235
+ }, Ns = ({ children: e }) => {
2223
2236
  const t = De(), { setActiveAnchor: n } = ze(), { meta: r } = Ie();
2224
- Ss(), Ps();
2237
+ js(), Rs();
2225
2238
  const o = Ve(t.pathname);
2226
2239
  return W(() => {
2227
2240
  t.pathname !== o.current && n(""), o.current = t.pathname;
@@ -2235,13 +2248,13 @@ const Cs = ({
2235
2248
  /* @__PURE__ */ a.jsx("div", { className: "max-w-screen-2xl mx-auto pt-[--header-height] px-10 lg:px-12 h-full", children: /* @__PURE__ */ a.jsxs(
2236
2249
  Tt,
2237
2250
  {
2238
- fallback: /* @__PURE__ */ a.jsx("div", { className: "grid h-full place-items-center", children: /* @__PURE__ */ a.jsx(da, {}) }),
2251
+ fallback: /* @__PURE__ */ a.jsx("div", { className: "grid h-full place-items-center", children: /* @__PURE__ */ a.jsx(ha, {}) }),
2239
2252
  children: [
2240
- /* @__PURE__ */ a.jsx(Es, {}),
2253
+ /* @__PURE__ */ a.jsx(_s, {}),
2241
2254
  /* @__PURE__ */ a.jsxs(
2242
2255
  "main",
2243
2256
  {
2244
- className: M(
2257
+ className: b(
2245
2258
  "dark:border-white/10 translate-x-0 h-full",
2246
2259
  "lg:overflow-visible",
2247
2260
  "lg:peer-data-[navigation=true]:w-[calc(100%-var(--side-nav-width))]",
@@ -2249,7 +2262,7 @@ const Cs = ({
2249
2262
  ),
2250
2263
  children: [
2251
2264
  /* @__PURE__ */ a.jsx(se, { name: "zudoku-before-content" }),
2252
- e ?? /* @__PURE__ */ a.jsx(Pt, {}),
2265
+ e ?? /* @__PURE__ */ a.jsx(jt, {}),
2253
2266
  /* @__PURE__ */ a.jsx(se, { name: "zudoku-after-content" })
2254
2267
  ]
2255
2268
  }
@@ -2258,18 +2271,18 @@ const Cs = ({
2258
2271
  }
2259
2272
  ) })
2260
2273
  ] });
2261
- }, Gs = dr, Hs = Br, zs = Zn, Vs = _s, Ys = Re, Xs = xr, Ws = va, Js = Aa, Zs = Oa, ei = Qe, ti = Ge;
2274
+ }, Hs = dr, zs = Qr, Vs = Zn, Ys = Ns, Xs = Re, Ws = yr, Js = xa, Zs = Oa, ei = Ta, ti = Qe, ni = Ge;
2262
2275
  export {
2263
- Js as Bootstrap,
2264
- Zs as BootstrapStatic,
2265
- ei as Button,
2266
- Hs as Callout,
2267
- zs as DevPortal,
2268
- ti as Head,
2269
- Vs as Layout,
2270
- Ys as Link,
2271
- Xs as RouterError,
2272
- Ws as ServerError,
2273
- Gs as useMDXComponents
2276
+ Zs as Bootstrap,
2277
+ ei as BootstrapStatic,
2278
+ ti as Button,
2279
+ zs as Callout,
2280
+ Vs as DevPortal,
2281
+ ni as Head,
2282
+ Ys as Layout,
2283
+ Xs as Link,
2284
+ Ws as RouterError,
2285
+ Js as ServerError,
2286
+ Hs as useMDXComponents
2274
2287
  };
2275
2288
  //# sourceMappingURL=zudoku.components.js.map