zudoku 0.7.2-dev.13 → 0.7.2-dev.14

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 (70) hide show
  1. package/lib/AuthenticationPlugin-BMjOjKqE.js +54 -0
  2. package/lib/{AuthenticationPlugin-Bx9FK124.js.map → AuthenticationPlugin-BMjOjKqE.js.map} +1 -1
  3. package/lib/CategoryHeading-BE8e6QdS.js +9 -0
  4. package/lib/{CategoryHeading-XnFqN2lJ.js.map → CategoryHeading-BE8e6QdS.js.map} +1 -1
  5. package/lib/DeveloperHint-Bl9gIdNI.js +12 -0
  6. package/lib/{DeveloperHint-FBb2uXJe.js.map → DeveloperHint-Bl9gIdNI.js.map} +1 -1
  7. package/lib/ErrorPage-CPR1XVKW.js +12 -0
  8. package/lib/{ErrorPage-knunPbKI.js.map → ErrorPage-CPR1XVKW.js.map} +1 -1
  9. package/lib/Input-BBlyeDuG.js +2192 -0
  10. package/lib/{Input-BEDZAKw0.js.map → Input-BBlyeDuG.js.map} +1 -1
  11. package/lib/{Markdown-B4aR03g6.js → Markdown-CCNihH_N.js} +2641 -2650
  12. package/lib/{Markdown-B4aR03g6.js.map → Markdown-CCNihH_N.js.map} +1 -1
  13. package/lib/MdxPage-BavkYqzi.js +140 -0
  14. package/lib/{MdxPage-BZyQsH8Z.js.map → MdxPage-BavkYqzi.js.map} +1 -1
  15. package/lib/OperationList-C6Ps2keZ.js +460 -0
  16. package/lib/{OperationList-2NeWEM0u.js.map → OperationList-C6Ps2keZ.js.map} +1 -1
  17. package/lib/Route-xRJ9mJgH.js +13 -0
  18. package/lib/{Route-BZPewmrN.js.map → Route-xRJ9mJgH.js.map} +1 -1
  19. package/lib/{SidebarBadge-COz0hgfa.js → SidebarBadge-2JcxswKF.js} +41 -41
  20. package/lib/{SidebarBadge-COz0hgfa.js.map → SidebarBadge-2JcxswKF.js.map} +1 -1
  21. package/lib/SlotletProvider-CuB3Ts8r.js +213 -0
  22. package/lib/{SlotletProvider-DJMaOUDs.js.map → SlotletProvider-CuB3Ts8r.js.map} +1 -1
  23. package/lib/Spinner-BlxzaFFF.js +6 -0
  24. package/lib/Spinner-BlxzaFFF.js.map +1 -0
  25. package/lib/{ZudokuContext-cr-pTRY1.js → ZudokuContext-JoyeA9dT.js} +65 -66
  26. package/lib/{ZudokuContext-cr-pTRY1.js.map → ZudokuContext-JoyeA9dT.js.map} +1 -1
  27. package/lib/{index-Dv2KZuEw.js → index-BF4cn28H.js} +1804 -1991
  28. package/lib/{index-Dv2KZuEw.js.map → index-BF4cn28H.js.map} +1 -1
  29. package/lib/{index-Zezcv0xb.js → index-BLvMkqjO.js} +5 -5
  30. package/lib/{index-Zezcv0xb.js.map → index-BLvMkqjO.js.map} +1 -1
  31. package/lib/{index-1EDgIO6b.js → index-G1-TGLO1.js} +4 -4
  32. package/lib/{index-1EDgIO6b.js.map → index-G1-TGLO1.js.map} +1 -1
  33. package/lib/jsx-runtime-lNnQYwFN.js +2403 -0
  34. package/lib/jsx-runtime-lNnQYwFN.js.map +1 -0
  35. package/lib/{utils-ByIc_KIM.js → utils-B8R4grFM.js} +97 -98
  36. package/lib/{utils-ByIc_KIM.js.map → utils-B8R4grFM.js.map} +1 -1
  37. package/lib/zudoku.auth-auth0.js +16 -21
  38. package/lib/zudoku.auth-auth0.js.map +1 -1
  39. package/lib/zudoku.auth-clerk.js +32 -37
  40. package/lib/zudoku.auth-clerk.js.map +1 -1
  41. package/lib/zudoku.auth-openid.js +485 -505
  42. package/lib/zudoku.auth-openid.js.map +1 -1
  43. package/lib/zudoku.components.js +1531 -1659
  44. package/lib/zudoku.components.js.map +1 -1
  45. package/lib/zudoku.plugin-api-keys.js +150 -214
  46. package/lib/zudoku.plugin-api-keys.js.map +1 -1
  47. package/lib/zudoku.plugin-custom-page.js +5 -6
  48. package/lib/zudoku.plugin-custom-page.js.map +1 -1
  49. package/lib/zudoku.plugin-markdown.js +12 -13
  50. package/lib/zudoku.plugin-markdown.js.map +1 -1
  51. package/lib/zudoku.plugin-openapi.js +7 -8
  52. package/lib/zudoku.plugin-openapi.js.map +1 -1
  53. package/lib/zudoku.plugin-search-inkeep.js +20 -21
  54. package/lib/zudoku.plugin-search-inkeep.js.map +1 -1
  55. package/package.json +1 -1
  56. package/lib/AuthenticationPlugin-Bx9FK124.js +0 -55
  57. package/lib/CategoryHeading-XnFqN2lJ.js +0 -10
  58. package/lib/DeveloperHint-FBb2uXJe.js +0 -16
  59. package/lib/ErrorPage-knunPbKI.js +0 -18
  60. package/lib/Input-BEDZAKw0.js +0 -2198
  61. package/lib/MdxPage-BZyQsH8Z.js +0 -172
  62. package/lib/OperationList-2NeWEM0u.js +0 -560
  63. package/lib/Route-BZPewmrN.js +0 -14
  64. package/lib/SlotletProvider-DJMaOUDs.js +0 -238
  65. package/lib/Spinner-3cQDBVGr.js +0 -7
  66. package/lib/Spinner-3cQDBVGr.js.map +0 -1
  67. package/lib/index-BG0g4WW0.js +0 -1771
  68. package/lib/index-BG0g4WW0.js.map +0 -1
  69. package/lib/jsx-runtime-B6kdoens.js +0 -635
  70. package/lib/jsx-runtime-B6kdoens.js.map +0 -1
@@ -5,8 +5,7 @@ var ct = (e, t, s) => t.has(e) || qt("Cannot " + s);
5
5
  var i = (e, t, s) => (ct(e, t, "read from private field"), s ? s.call(e) : t.get(e)), f = (e, t, s) => t.has(e) ? qt("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(e) : t.set(e, s), h = (e, t, s, r) => (ct(e, t, "write to private field"), r ? r.call(e, s) : t.set(e, s), s), v = (e, t, s) => (ct(e, t, "access private method"), s);
6
6
  import * as T from "react";
7
7
  import { createContext as re, useContext as ie } from "react";
8
- import { j as ne } from "./jsx-runtime-B6kdoens.js";
9
- import { b as Bt } from "./index-BG0g4WW0.js";
8
+ import { j as ne, b as Bt } from "./jsx-runtime-lNnQYwFN.js";
10
9
  var Dt = class {
11
10
  constructor() {
12
11
  this.listeners = /* @__PURE__ */ new Set(), this.subscribe = this.subscribe.bind(this);
@@ -26,7 +25,7 @@ var Dt = class {
26
25
  }, st = typeof window > "u" || "Deno" in globalThis;
27
26
  function dt() {
28
27
  }
29
- function Le(e, t) {
28
+ function Me(e, t) {
30
29
  return typeof e == "function" ? e(t) : e;
31
30
  }
32
31
  function ft(e) {
@@ -41,7 +40,7 @@ function ut(e, t) {
41
40
  function q(e, t) {
42
41
  return typeof e == "function" ? e(t) : e;
43
42
  }
44
- function Ne(e, t) {
43
+ function Le(e, t) {
45
44
  const {
46
45
  type: s = "all",
47
46
  exact: r,
@@ -58,13 +57,13 @@ function Ne(e, t) {
58
57
  return !1;
59
58
  }
60
59
  if (s !== "all") {
61
- const b = t.isActive();
62
- if (s === "active" && !b || s === "inactive" && b)
60
+ const m = t.isActive();
61
+ if (s === "active" && !m || s === "inactive" && m)
63
62
  return !1;
64
63
  }
65
64
  return !(typeof l == "boolean" && t.isStale() !== l || n && n !== t.state.fetchStatus || c && !c(t));
66
65
  }
67
- function Ke(e, t) {
66
+ function Ne(e, t) {
68
67
  const { exact: s, status: r, predicate: n, mutationKey: c } = e;
69
68
  if (c) {
70
69
  if (!t.options.mutationKey)
@@ -95,12 +94,12 @@ function Ht(e, t) {
95
94
  const s = It(e) && It(t);
96
95
  if (s || vt(e) && vt(t)) {
97
96
  const r = s ? e : Object.keys(e), n = r.length, c = s ? t : Object.keys(t), o = c.length, l = s ? [] : {};
98
- let b = 0;
97
+ let m = 0;
99
98
  for (let R = 0; R < o; R++) {
100
- const m = s ? R : c[R];
101
- (!s && r.includes(m) || s) && e[m] === void 0 && t[m] === void 0 ? (l[m] = void 0, b++) : (l[m] = Ht(e[m], t[m]), l[m] === e[m] && e[m] !== void 0 && b++);
99
+ const b = s ? R : c[R];
100
+ (!s && r.includes(b) || s) && e[b] === void 0 && t[b] === void 0 ? (l[b] = void 0, m++) : (l[b] = Ht(e[b], t[b]), l[b] === e[b] && e[b] !== void 0 && m++);
102
101
  }
103
- return n === o && b === n ? e : l;
102
+ return n === o && m === n ? e : l;
104
103
  }
105
104
  return t;
106
105
  }
@@ -132,20 +131,20 @@ function oe(e) {
132
131
  setTimeout(t, e);
133
132
  });
134
133
  }
135
- function mt(e, t, s) {
134
+ function bt(e, t, s) {
136
135
  return typeof s.structuralSharing == "function" ? s.structuralSharing(e, t) : s.structuralSharing !== !1 ? Ht(e, t) : t;
137
136
  }
138
- function _e(e, t, s = 0) {
137
+ function Ke(e, t, s = 0) {
139
138
  const r = [...e, t];
140
139
  return s && r.length > s ? r.slice(1) : r;
141
140
  }
142
- function Be(e, t, s = 0) {
141
+ function _e(e, t, s = 0) {
143
142
  const r = [t, ...e];
144
143
  return s && r.length > s ? r.slice(0, -1) : r;
145
144
  }
146
- var bt = Symbol(), ue = (e, t) => (process.env.NODE_ENV !== "production" && e.queryFn === bt && console.error(
145
+ var mt = Symbol(), ue = (e, t) => (process.env.NODE_ENV !== "production" && e.queryFn === mt && console.error(
147
146
  `Attempted to invoke queryFn when set to skipToken. This is likely a configuration error. Query hash: '${e.queryHash}'`
148
- ), !e.queryFn && (t != null && t.initialPromise) ? () => t.initialPromise : !e.queryFn || e.queryFn === bt ? () => Promise.reject(new Error(`Missing queryFn: '${e.queryHash}'`)) : e.queryFn), N, k, z, Mt, he = (Mt = class extends Dt {
147
+ ), !e.queryFn && (t != null && t.initialPromise) ? () => t.initialPromise : !e.queryFn || e.queryFn === mt ? () => Promise.reject(new Error(`Missing queryFn: '${e.queryHash}'`)) : e.queryFn), N, k, z, Mt, he = (Mt = class extends Dt {
149
148
  constructor() {
150
149
  super();
151
150
  f(this, N);
@@ -239,12 +238,12 @@ function de(e) {
239
238
  let t = !1, s = 0, r = !1, n, c, o;
240
239
  const l = new Promise((g, S) => {
241
240
  c = g, o = S;
242
- }), b = (g) => {
241
+ }), m = (g) => {
243
242
  var S;
244
243
  r || (O(new Wt(g)), (S = e.abort) == null || S.call(e));
245
244
  }, R = () => {
246
245
  t = !0;
247
- }, m = () => {
246
+ }, b = () => {
248
247
  t = !1;
249
248
  }, a = () => Vt.isFocused() && (e.networkMode === "always" || zt.isOnline()) && e.canRun(), u = () => $t(e.networkMode) && e.canRun(), p = (g) => {
250
249
  var S;
@@ -286,10 +285,10 @@ function de(e) {
286
285
  };
287
286
  return {
288
287
  promise: l,
289
- cancel: b,
288
+ cancel: m,
290
289
  continue: () => (n == null || n(), l),
291
290
  cancelRetry: R,
292
- continueRetry: m,
291
+ continueRetry: b,
293
292
  canStart: u,
294
293
  start: () => (u() ? A() : U().then(A), l)
295
294
  };
@@ -315,7 +314,7 @@ function fe() {
315
314
  t ? e.push(u) : n(() => {
316
315
  s(u);
317
316
  });
318
- }, b = (u) => (...p) => {
317
+ }, m = (u) => (...p) => {
319
318
  l(() => {
320
319
  u(...p);
321
320
  });
@@ -331,7 +330,7 @@ function fe() {
331
330
  };
332
331
  return {
333
332
  batch: o,
334
- batchCalls: b,
333
+ batchCalls: m,
335
334
  schedule: l,
336
335
  setNotifyFunction: (u) => {
337
336
  s = u;
@@ -363,7 +362,7 @@ var Tt = fe(), K, Nt, ye = (Nt = class {
363
362
  clearGcTimeout() {
364
363
  i(this, K) && (clearTimeout(i(this, K)), h(this, K, void 0));
365
364
  }
366
- }, K = new WeakMap(), Nt), Z, J, P, C, it, _, Q, x, Kt, Ge = (Kt = class extends ye {
365
+ }, K = new WeakMap(), Nt), Z, J, P, C, it, _, Q, x, Kt, Be = (Kt = class extends ye {
367
366
  constructor(t) {
368
367
  super();
369
368
  f(this, Q);
@@ -389,7 +388,7 @@ var Tt = fe(), K, Nt, ye = (Nt = class {
389
388
  !this.observers.length && this.state.fetchStatus === "idle" && i(this, P).remove(this);
390
389
  }
391
390
  setData(t, s) {
392
- const r = mt(this.state.data, t, this.options);
391
+ const r = bt(this.state.data, t, this.options);
393
392
  return v(this, Q, x).call(this, {
394
393
  data: r,
395
394
  type: "success",
@@ -450,7 +449,7 @@ var Tt = fe(), K, Nt, ye = (Nt = class {
450
449
  this.state.isInvalidated || v(this, Q, x).call(this, { type: "invalidate" });
451
450
  }
452
451
  fetch(t, s) {
453
- var b, R, m;
452
+ var m, R, b;
454
453
  if (this.state.fetchStatus !== "idle") {
455
454
  if (this.state.data !== void 0 && (s != null && s.cancelRefetch))
456
455
  this.cancel({ silent: !0 });
@@ -486,10 +485,10 @@ var Tt = fe(), K, Nt, ye = (Nt = class {
486
485
  state: this.state,
487
486
  fetchFn: c
488
487
  };
489
- n(o), (b = this.options.behavior) == null || b.onFetch(
488
+ n(o), (m = this.options.behavior) == null || m.onFetch(
490
489
  o,
491
490
  this
492
- ), h(this, J, this.state), (this.state.fetchStatus === "idle" || this.state.fetchMeta !== ((R = o.fetchOptions) == null ? void 0 : R.meta)) && v(this, Q, x).call(this, { type: "fetch", meta: (m = o.fetchOptions) == null ? void 0 : m.meta });
491
+ ), h(this, J, this.state), (this.state.fetchStatus === "idle" || this.state.fetchMeta !== ((R = o.fetchOptions) == null ? void 0 : R.meta)) && v(this, Q, x).call(this, { type: "fetch", meta: (b = o.fetchOptions) == null ? void 0 : b.meta });
493
492
  const l = (a) => {
494
493
  var u, p, O, U;
495
494
  lt(a) && a.silent || v(this, Q, x).call(this, {
@@ -710,7 +709,7 @@ var E, d, nt, F, B, X, I, at, Y, tt, G, H, L, et, y, rt, gt, Rt, St, Ct, wt, Ft,
710
709
  }
711
710
  getOptimisticResult(t) {
712
711
  const s = i(this, E).getQueryCache().build(i(this, E), t), r = this.createResult(s, t);
713
- return me(this, r) && (h(this, F, r), h(this, X, this.options), h(this, B, i(this, d).state)), r;
712
+ return be(this, r) && (h(this, F, r), h(this, X, this.options), h(this, B, i(this, d).state)), r;
714
713
  }
715
714
  getCurrentResult() {
716
715
  return i(this, F);
@@ -748,13 +747,13 @@ var E, d, nt, F, B, X, I, at, Y, tt, G, H, L, et, y, rt, gt, Rt, St, Ct, wt, Ft,
748
747
  }
749
748
  createResult(t, s) {
750
749
  var ot;
751
- const r = i(this, d), n = this.options, c = i(this, F), o = i(this, B), l = i(this, X), R = t !== r ? t.state : i(this, nt), { state: m } = t;
752
- let a = { ...m }, u = !1, p;
750
+ const r = i(this, d), n = this.options, c = i(this, F), o = i(this, B), l = i(this, X), R = t !== r ? t.state : i(this, nt), { state: b } = t;
751
+ let a = { ...b }, u = !1, p;
753
752
  if (s._optimisticResults) {
754
753
  const w = this.hasListeners(), ht = !w && jt(t, s), se = w && kt(t, r, s, n);
755
754
  (ht || se) && (a = {
756
755
  ...a,
757
- ...Zt(m.data, t.options)
756
+ ...Zt(b.data, t.options)
758
757
  }), s._optimisticResults === "isRestoring" && (a.fetchStatus = "idle");
759
758
  }
760
759
  let { error: O, errorUpdatedAt: U, status: A } = a;
@@ -763,7 +762,7 @@ var E, d, nt, F, B, X, I, at, Y, tt, G, H, L, et, y, rt, gt, Rt, St, Ct, wt, Ft,
763
762
  p = i(this, Y);
764
763
  else
765
764
  try {
766
- h(this, at, s.select), p = s.select(a.data), p = mt(c == null ? void 0 : c.data, p, s), h(this, Y, p), h(this, I, null);
765
+ h(this, at, s.select), p = s.select(a.data), p = bt(c == null ? void 0 : c.data, p, s), h(this, Y, p), h(this, I, null);
767
766
  } catch (w) {
768
767
  h(this, I, w);
769
768
  }
@@ -782,7 +781,7 @@ var E, d, nt, F, B, X, I, at, Y, tt, G, H, L, et, y, rt, gt, Rt, St, Ct, wt, Ft,
782
781
  } catch (ht) {
783
782
  h(this, I, ht);
784
783
  }
785
- w !== void 0 && (A = "success", p = mt(
784
+ w !== void 0 && (A = "success", p = bt(
786
785
  c == null ? void 0 : c.data,
787
786
  w,
788
787
  s
@@ -828,12 +827,12 @@ var E, d, nt, F, B, X, I, at, Y, tt, G, H, L, et, y, rt, gt, Rt, St, Ct, wt, Ft,
828
827
  const { notifyOnChangeProps: o } = this.options, l = typeof o == "function" ? o() : o;
829
828
  if (l === "all" || !l && !i(this, et).size)
830
829
  return !0;
831
- const b = new Set(
830
+ const m = new Set(
832
831
  l ?? i(this, et)
833
832
  );
834
- return this.options.throwOnError && b.add("error"), Object.keys(i(this, F)).some((R) => {
835
- const m = R;
836
- return i(this, F)[m] !== s[m] && b.has(m);
833
+ return this.options.throwOnError && m.add("error"), Object.keys(i(this, F)).some((R) => {
834
+ const b = R;
835
+ return i(this, F)[b] !== s[b] && m.has(b);
837
836
  });
838
837
  };
839
838
  (t == null ? void 0 : t.listeners) !== !1 && c() && (n.listeners = !0), v(this, y, Xt).call(this, { ...n, ...t });
@@ -907,17 +906,17 @@ function kt(e, t, s, r) {
907
906
  function Ut(e, t) {
908
907
  return q(t.enabled, e) !== !1 && e.isStaleByTime(ut(t.staleTime, e));
909
908
  }
910
- function me(e, t) {
909
+ function be(e, t) {
911
910
  return !pt(e.getCurrentResult(), t);
912
911
  }
913
912
  var Yt = T.createContext(
914
913
  void 0
915
- ), be = (e) => {
914
+ ), me = (e) => {
916
915
  const t = T.useContext(Yt);
917
916
  if (!t)
918
917
  throw new Error("No QueryClient set, use QueryClientProvider to set one");
919
918
  return t;
920
- }, He = ({
919
+ }, Ge = ({
921
920
  client: e,
922
921
  children: t
923
922
  }) => (T.useEffect(() => (e.mount(), () => {
@@ -940,7 +939,7 @@ var Se = T.createContext(Re()), Ce = () => T.useContext(Se);
940
939
  function we(e, t) {
941
940
  return typeof e == "function" ? e(...t) : !!e;
942
941
  }
943
- function Ve() {
942
+ function He() {
944
943
  }
945
944
  var Fe = (e, t) => {
946
945
  (e.suspense || e.throwOnError) && (t.isReset() || (e.retryOnMount = !1));
@@ -959,13 +958,13 @@ var Fe = (e, t) => {
959
958
  s.clearReset();
960
959
  });
961
960
  function ee(e, t, s) {
962
- var R, m, a, u;
961
+ var R, b, a, u;
963
962
  if (process.env.NODE_ENV !== "production" && (typeof e != "object" || Array.isArray(e)))
964
963
  throw new Error(
965
964
  'Bad argument type. Starting with v5, only the "Object" form is allowed when calling query related functions. Please use the error stack to find the culprit call. More info here: https://tanstack.com/query/latest/docs/react/guides/migrating-to-v5#supports-a-single-signature-one-object'
966
965
  );
967
- const r = be(), n = ge(), c = Ce(), o = r.defaultQueryOptions(e);
968
- (m = (R = r.getDefaultOptions().queries) == null ? void 0 : R._experimental_beforeQuery) == null || m.call(
966
+ const r = me(), n = ge(), c = Ce(), o = r.defaultQueryOptions(e);
967
+ (b = (R = r.getDefaultOptions().queries) == null ? void 0 : R._experimental_beforeQuery) == null || b.call(
969
968
  R,
970
969
  o
971
970
  ), o._optimisticResults = n ? "isRestoring" : "optimistic", Pe(o), Fe(o, c), Oe(c);
@@ -974,7 +973,7 @@ function ee(e, t, s) {
974
973
  r,
975
974
  o
976
975
  )
977
- ), b = l.getOptimisticResult(o);
976
+ ), m = l.getOptimisticResult(o);
978
977
  if (T.useSyncExternalStore(
979
978
  T.useCallback(
980
979
  (p) => {
@@ -988,26 +987,26 @@ function ee(e, t, s) {
988
987
  () => l.getCurrentResult()
989
988
  ), T.useEffect(() => {
990
989
  l.setOptions(o, { listeners: !1 });
991
- }, [o, l]), Te(o, b))
990
+ }, [o, l]), Te(o, m))
992
991
  throw Ue(o, l, c);
993
992
  if (Ee({
994
- result: b,
993
+ result: m,
995
994
  errorResetBoundary: c,
996
995
  throwOnError: o.throwOnError,
997
996
  query: r.getQueryCache().get(o.queryHash)
998
997
  }))
999
- throw b.error;
998
+ throw m.error;
1000
999
  return (u = (a = r.getDefaultOptions().queries) == null ? void 0 : a._experimental_afterQuery) == null || u.call(
1001
1000
  a,
1002
1001
  o,
1003
- b
1004
- ), o.notifyOnChangeProps ? b : l.trackResult(b);
1002
+ m
1003
+ ), o.notifyOnChangeProps ? m : l.trackResult(m);
1005
1004
  }
1006
1005
  function Ae(e, t) {
1007
1006
  return ee(e, Jt);
1008
1007
  }
1009
1008
  function Qe(e, t) {
1010
- return process.env.NODE_ENV !== "production" && e.queryFn === bt && console.error("skipToken is not allowed for useSuspenseQuery"), ee(
1009
+ return process.env.NODE_ENV !== "production" && e.queryFn === mt && console.error("skipToken is not allowed for useSuspenseQuery"), ee(
1011
1010
  {
1012
1011
  ...e,
1013
1012
  enabled: !0,
@@ -1025,7 +1024,7 @@ const qe = re(
1025
1024
  if (!e)
1026
1025
  throw new Error("useDevPortal must be used within a DevPortalProvider.");
1027
1026
  return e;
1028
- }, ze = () => {
1027
+ }, Ve = () => {
1029
1028
  const { getApiIdentities: e } = At();
1030
1029
  return Ae({
1031
1030
  queryFn: e,
@@ -1035,7 +1034,7 @@ const qe = re(
1035
1034
  const { topNavigation: e } = At(), s = Bt().pathname.split("/").at(1);
1036
1035
  if (s)
1037
1036
  return e.find((r) => r.id === s);
1038
- }, $e = () => {
1037
+ }, ze = () => {
1039
1038
  const { getPluginSidebar: e, sidebars: t } = At(), s = Ie(), r = s == null ? void 0 : s.id, n = r ? t[r] ?? [] : [], c = Bt();
1040
1039
  return Qe({
1041
1040
  queryFn: async () => {
@@ -1050,35 +1049,35 @@ const qe = re(
1050
1049
  };
1051
1050
  export {
1052
1051
  Ae as A,
1053
- Ge as Q,
1052
+ Be as Q,
1054
1053
  ye as R,
1055
1054
  Dt as S,
1056
1055
  qe as Z,
1057
- be as a,
1056
+ me as a,
1058
1057
  Qe as b,
1059
1058
  Ie as c,
1060
- Ve as d,
1059
+ He as d,
1061
1060
  we as e,
1062
1061
  ae as f,
1063
- Ke as g,
1062
+ Ne as g,
1064
1063
  yt as h,
1065
1064
  dt as i,
1066
1065
  ue as j,
1067
- Be as k,
1068
- _e as l,
1069
- Ne as m,
1066
+ _e as k,
1067
+ Ke as l,
1068
+ Le as m,
1070
1069
  Tt as n,
1071
1070
  Vt as o,
1072
1071
  zt as p,
1073
- Le as q,
1072
+ Me as q,
1074
1073
  ut as r,
1075
1074
  pt as s,
1076
1075
  Pt as t,
1077
1076
  At as u,
1078
- bt as v,
1079
- He as w,
1080
- $e as x,
1077
+ mt as v,
1078
+ Ge as w,
1079
+ ze as x,
1081
1080
  de as y,
1082
- ze as z
1081
+ Ve as z
1083
1082
  };
1084
- //# sourceMappingURL=ZudokuContext-cr-pTRY1.js.map
1083
+ //# sourceMappingURL=ZudokuContext-JoyeA9dT.js.map