zudoku 0.65.3 → 0.66.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/app/sentry.js +1 -1
- package/dist/config/validators/BuildSchema.js +18 -3
- package/dist/config/validators/BuildSchema.js.map +1 -1
- package/dist/config/validators/validate.d.ts +45 -5
- package/dist/config/validators/validate.js +7 -2
- package/dist/config/validators/validate.js.map +1 -1
- package/dist/flat-config.d.ts +10 -3
- package/dist/lib/authentication/ui/ZudokuAuthUi.js +5 -1
- package/dist/lib/authentication/ui/ZudokuAuthUi.js.map +1 -1
- package/dist/lib/components/Mermaid.d.ts +7 -0
- package/dist/lib/components/Mermaid.js +42 -0
- package/dist/lib/components/Mermaid.js.map +1 -0
- package/dist/lib/components/PagefindSearchMeta.d.ts +8 -0
- package/dist/lib/components/PagefindSearchMeta.js +7 -0
- package/dist/lib/components/PagefindSearchMeta.js.map +1 -0
- package/dist/lib/components/Zudoku.js +2 -5
- package/dist/lib/components/Zudoku.js.map +1 -1
- package/dist/lib/core/RouteGuard.js +1 -1
- package/dist/lib/core/RouteGuard.js.map +1 -1
- package/dist/lib/core/plugins.d.ts +3 -3
- package/dist/lib/oas/parser/index.d.ts +1 -0
- package/dist/lib/oas/parser/index.js.map +1 -1
- package/dist/lib/plugins/openapi/DownloadSchemaButton.d.ts +3 -0
- package/dist/lib/plugins/openapi/DownloadSchemaButton.js +47 -0
- package/dist/lib/plugins/openapi/DownloadSchemaButton.js.map +1 -0
- package/dist/lib/plugins/openapi/Endpoint.js +3 -6
- package/dist/lib/plugins/openapi/Endpoint.js.map +1 -1
- package/dist/lib/plugins/openapi/OasProvider.js +22 -13
- package/dist/lib/plugins/openapi/OasProvider.js.map +1 -1
- package/dist/lib/plugins/openapi/OperationList.js +12 -6
- package/dist/lib/plugins/openapi/OperationList.js.map +1 -1
- package/dist/lib/plugins/openapi/OperationListItem.js +2 -2
- package/dist/lib/plugins/openapi/OperationListItem.js.map +1 -1
- package/dist/lib/plugins/openapi/SchemaList.js +2 -1
- package/dist/lib/plugins/openapi/SchemaList.js.map +1 -1
- package/dist/lib/plugins/openapi/index.js +11 -5
- package/dist/lib/plugins/openapi/index.js.map +1 -1
- package/dist/lib/plugins/openapi/interfaces.d.ts +16 -13
- package/dist/lib/plugins/openapi/playground/Playground.js +1 -1
- package/dist/lib/plugins/openapi/playground/Playground.js.map +1 -1
- package/dist/lib/plugins/openapi/schema/SchemaView.d.ts +1 -1
- package/dist/lib/plugins/openapi/schema/SchemaView.js +14 -6
- package/dist/lib/plugins/openapi/schema/SchemaView.js.map +1 -1
- package/dist/lib/plugins/openapi/schema/utils.d.ts +2 -2
- package/dist/lib/plugins/openapi/schema/utils.js.map +1 -1
- package/dist/lib/plugins/openapi/util/getRoutes.d.ts +6 -1
- package/dist/lib/plugins/openapi/util/getRoutes.js +29 -2
- package/dist/lib/plugins/openapi/util/getRoutes.js.map +1 -1
- package/dist/lib/plugins/search-pagefind/IndexingDialog.d.ts +3 -0
- package/dist/lib/plugins/search-pagefind/IndexingDialog.js +64 -0
- package/dist/lib/plugins/search-pagefind/IndexingDialog.js.map +1 -0
- package/dist/lib/plugins/search-pagefind/PagefindSearch.js +22 -5
- package/dist/lib/plugins/search-pagefind/PagefindSearch.js.map +1 -1
- package/dist/lib/plugins/search-pagefind/ResultList.js +5 -4
- package/dist/lib/plugins/search-pagefind/ResultList.js.map +1 -1
- package/dist/lib/shiki.d.ts +1 -1
- package/dist/lib/shiki.js +18 -12
- package/dist/lib/shiki.js.map +1 -1
- package/dist/lib/ui/Button.d.ts +2 -2
- package/dist/lib/ui/Button.js +9 -8
- package/dist/lib/ui/Button.js.map +1 -1
- package/dist/lib/ui/ButtonGroup.d.ts +11 -0
- package/dist/lib/ui/ButtonGroup.js +28 -0
- package/dist/lib/ui/ButtonGroup.js.map +1 -0
- package/dist/lib/ui/Command.js +2 -2
- package/dist/lib/ui/Command.js.map +1 -1
- package/dist/lib/ui/DropdownMenu.d.ts +21 -23
- package/dist/lib/ui/DropdownMenu.js +47 -32
- package/dist/lib/ui/DropdownMenu.js.map +1 -1
- package/dist/lib/ui/Kbd.d.ts +3 -0
- package/dist/lib/ui/Kbd.js +10 -0
- package/dist/lib/ui/Kbd.js.map +1 -0
- package/dist/lib/util/MdxComponents.d.ts +1 -0
- package/dist/lib/util/MdxComponents.js +2 -0
- package/dist/lib/util/MdxComponents.js.map +1 -1
- package/dist/lib/util/flattenAllOf.js +27 -4
- package/dist/lib/util/flattenAllOf.js.map +1 -1
- package/dist/lib/util/flattenAllOf.test.js +67 -12
- package/dist/lib/util/flattenAllOf.test.js.map +1 -1
- package/dist/vite/api/SchemaManager.d.ts +5 -0
- package/dist/vite/api/SchemaManager.js +24 -0
- package/dist/vite/api/SchemaManager.js.map +1 -1
- package/dist/vite/api/SchemaManager.test.js +67 -0
- package/dist/vite/api/SchemaManager.test.js.map +1 -1
- package/dist/vite/config.js +8 -2
- package/dist/vite/config.js.map +1 -1
- package/dist/vite/dev-server.js +25 -0
- package/dist/vite/dev-server.js.map +1 -1
- package/dist/vite/pagefind-dev-index.d.ts +16 -0
- package/dist/vite/pagefind-dev-index.js +68 -0
- package/dist/vite/pagefind-dev-index.js.map +1 -0
- package/dist/vite/plugin-api.js +41 -3
- package/dist/vite/plugin-api.js.map +1 -1
- package/dist/vite/prerender/prerender.js +1 -19
- package/dist/vite/prerender/prerender.js.map +1 -1
- package/dist/vite/prerender/utils.d.ts +2 -0
- package/dist/vite/prerender/utils.js +24 -0
- package/dist/vite/prerender/utils.js.map +1 -0
- package/lib/ActionButton-DUgvSylL.js +25 -0
- package/lib/ActionButton-DUgvSylL.js.map +1 -0
- package/lib/Button-CynVW1JV.js +53 -0
- package/lib/Button-CynVW1JV.js.map +1 -0
- package/lib/ClaudeLogo-B4Xxt-x_.js +69 -0
- package/lib/ClaudeLogo-B4Xxt-x_.js.map +1 -0
- package/lib/{Command-CUcrW3qs.js → Command-BpT1iBE6.js} +25 -25
- package/lib/Command-BpT1iBE6.js.map +1 -0
- package/lib/Drawer-Ci7XwhqT.js.map +1 -1
- package/lib/DropdownMenu-C8SX_-S_.js +104 -0
- package/lib/DropdownMenu-C8SX_-S_.js.map +1 -0
- package/lib/{ErrorAlert-D5LKLFOd.js → ErrorAlert-DrOR8w3f.js} +1017 -1015
- package/lib/{ErrorAlert-D5LKLFOd.js.map → ErrorAlert-DrOR8w3f.js.map} +1 -1
- package/lib/IndexingDialog-B5zCiUKr.js +100 -0
- package/lib/IndexingDialog-B5zCiUKr.js.map +1 -0
- package/lib/MdxPage-BagO2c-n.js +210 -0
- package/lib/MdxPage-BagO2c-n.js.map +1 -0
- package/lib/Mermaid-D_VSX7_Q.js +102 -0
- package/lib/Mermaid-D_VSX7_Q.js.map +1 -0
- package/lib/{OAuthErrorPage-oXnxcJg4.js → OAuthErrorPage-Fq54RLgt.js} +7 -7
- package/lib/{OAuthErrorPage-oXnxcJg4.js.map → OAuthErrorPage-Fq54RLgt.js.map} +1 -1
- package/lib/OasProvider-DPH8mwDa.js +40 -0
- package/lib/OasProvider-DPH8mwDa.js.map +1 -0
- package/lib/{OperationList-CmMoKpGu.js → OperationList-C0jiEaG5.js} +1670 -1573
- package/lib/OperationList-C0jiEaG5.js.map +1 -0
- package/lib/{RouteGuard-Brz95MSt.js → RouteGuard-9wjejsKm.js} +19 -19
- package/lib/{RouteGuard-Brz95MSt.js.map → RouteGuard-9wjejsKm.js.map} +1 -1
- package/lib/{RouterError-VGZB_wg4.js → RouterError-DSLXagd5.js} +3 -3
- package/lib/{RouterError-VGZB_wg4.js.map → RouterError-DSLXagd5.js.map} +1 -1
- package/lib/{SchemaList-BykD27ga.js → SchemaList-BU0zCHn9.js} +28 -27
- package/lib/SchemaList-BU0zCHn9.js.map +1 -0
- package/lib/{SchemaView-Dt6hbCAt.js → SchemaView-DVae4RO2.js} +198 -187
- package/lib/SchemaView-DVae4RO2.js.map +1 -0
- package/lib/Select-CkxXP5I7.js +243 -0
- package/lib/Select-CkxXP5I7.js.map +1 -0
- package/lib/Separator-CTPSeW1S.js +27 -0
- package/lib/Separator-CTPSeW1S.js.map +1 -0
- package/lib/{SignUp-D2mmQOkg.js → SignUp-BjS4ozA7.js} +13 -13
- package/lib/{SignUp-D2mmQOkg.js.map → SignUp-BjS4ozA7.js.map} +1 -1
- package/lib/{SyntaxHighlight-C19vH0V_.js → SyntaxHighlight-Kdyskw3C.js} +654 -622
- package/lib/SyntaxHighlight-Kdyskw3C.js.map +1 -0
- package/lib/{Toc-CBWfFCVf.js → Toc-DJxFPfcS.js} +2 -2
- package/lib/{Toc-CBWfFCVf.js.map → Toc-DJxFPfcS.js.map} +1 -1
- package/lib/{ZudokuContext-BUZ5hkWB.js → ZudokuContext-BXldanA8.js} +11 -11
- package/lib/{ZudokuContext-BUZ5hkWB.js.map → ZudokuContext-BXldanA8.js.map} +1 -1
- package/lib/___vite-browser-external_commonjs-proxy-Cga3HsWk.js +9 -0
- package/lib/___vite-browser-external_commonjs-proxy-Cga3HsWk.js.map +1 -0
- package/lib/{chunk-PVWAREVJ-BMhpCH5D.js → chunk-PVWAREVJ-dLIqswPy.js} +5 -5
- package/lib/{chunk-PVWAREVJ-BMhpCH5D.js.map → chunk-PVWAREVJ-dLIqswPy.js.map} +1 -1
- package/lib/{circular-CNHs4gAz.js → circular-CzWF1hj5.js} +2 -2
- package/lib/{circular-CNHs4gAz.js.map → circular-CzWF1hj5.js.map} +1 -1
- package/lib/createServer-BIr2_tGn.js +16693 -0
- package/lib/createServer-BIr2_tGn.js.map +1 -0
- package/lib/createVariantComponent-B9_dVBvu.js +35 -0
- package/lib/createVariantComponent-B9_dVBvu.js.map +1 -0
- package/lib/{errors-D7xzOd8X.js → errors-Bs4duWDy.js} +3 -3
- package/lib/{errors-D7xzOd8X.js.map → errors-Bs4duWDy.js.map} +1 -1
- package/lib/firebase-qUdSEL1p.js +7366 -0
- package/lib/firebase-qUdSEL1p.js.map +1 -0
- package/lib/{hook-CMeoxziF.js → hook-BNxidGQq.js} +3 -3
- package/lib/{hook-CMeoxziF.js.map → hook-BNxidGQq.js.map} +1 -1
- package/lib/{index-unv8c40u.js → index-0oT9beQN.js} +568 -576
- package/lib/index-0oT9beQN.js.map +1 -0
- package/lib/{index-CF7_erXq.js → index-Bh-MffiL.js} +2 -2
- package/lib/{index-CF7_erXq.js.map → index-Bh-MffiL.js.map} +1 -1
- package/lib/{index-CPws05Tb.js → index-CCmMJp02.js} +10 -10
- package/lib/{index-CPws05Tb.js.map → index-CCmMJp02.js.map} +1 -1
- package/lib/index-CrcNWbel.js.map +1 -1
- package/lib/index-Css56y3F.js +133 -0
- package/lib/index-Css56y3F.js.map +1 -0
- package/lib/{index.esm-BnYHxCYC.js → index.esm-DtzT_KoE.js} +20 -20
- package/lib/{index.esm-BnYHxCYC.js.map → index.esm-DtzT_KoE.js.map} +1 -1
- package/lib/index.esm-kW-Utcsi.js +32 -0
- package/lib/index.esm-kW-Utcsi.js.map +1 -0
- package/lib/{invariant-Bm-FVUQE.js → invariant-CGOLuIIz.js} +3 -3
- package/lib/{invariant-Bm-FVUQE.js.map → invariant-CGOLuIIz.js.map} +1 -1
- package/lib/{mutation-BSU0xu4m.js → mutation-BoVlx8yA.js} +2 -2
- package/lib/{mutation-BSU0xu4m.js.map → mutation-BoVlx8yA.js.map} +1 -1
- package/lib/ui/ActionButton.js +1 -1
- package/lib/ui/Button.js +25 -24
- package/lib/ui/Button.js.map +1 -1
- package/lib/ui/ButtonGroup.js +77 -0
- package/lib/ui/ButtonGroup.js.map +1 -0
- package/lib/ui/Command.js +3 -3
- package/lib/ui/Command.js.map +1 -1
- package/lib/ui/DropdownMenu.js +227 -140
- package/lib/ui/DropdownMenu.js.map +1 -1
- package/lib/ui/Kbd.js +32 -0
- package/lib/ui/Kbd.js.map +1 -0
- package/lib/ui/SyntaxHighlight.js +3 -3
- package/lib/useMutation-C6RqWmTS.js +97 -0
- package/lib/useMutation-C6RqWmTS.js.map +1 -0
- package/lib/zudoku.__internal.js +8 -8
- package/lib/zudoku.auth-auth0.js +1 -1
- package/lib/zudoku.auth-azureb2c.js +4 -4
- package/lib/zudoku.auth-clerk.js +2 -2
- package/lib/zudoku.auth-firebase.js +9 -0
- package/lib/zudoku.auth-firebase.js.map +1 -0
- package/lib/zudoku.auth-openid.js +5 -5
- package/lib/zudoku.auth-supabase.js +5 -5
- package/lib/zudoku.components.js +7 -7
- package/lib/zudoku.hooks.js +11 -24
- package/lib/zudoku.hooks.js.map +1 -1
- package/lib/zudoku.mermaid.js +10 -0
- package/lib/zudoku.mermaid.js.map +1 -0
- package/lib/zudoku.plugin-api-catalog.js +6 -6
- package/lib/zudoku.plugin-api-keys.js +224 -215
- package/lib/zudoku.plugin-api-keys.js.map +1 -1
- package/lib/zudoku.plugin-custom-pages.js +1 -1
- package/lib/zudoku.plugin-markdown.js +1 -1
- package/lib/zudoku.plugin-openapi.js +3 -3
- package/lib/zudoku.plugin-redirect.js +1 -1
- package/lib/zudoku.plugin-search-pagefind.js +184 -226
- package/lib/zudoku.plugin-search-pagefind.js.map +1 -1
- package/lib/zudoku.plugins.js.map +1 -1
- package/lib/zudoku.router.js +2 -2
- package/package.json +33 -21
- package/src/app/sentry.ts +1 -1
- package/src/lib/authentication/ui/ZudokuAuthUi.tsx +11 -1
- package/src/lib/components/Mermaid.tsx +68 -0
- package/src/lib/components/PagefindSearchMeta.tsx +14 -0
- package/src/lib/components/Zudoku.tsx +4 -7
- package/src/lib/core/RouteGuard.tsx +1 -1
- package/src/lib/core/plugins.ts +2 -2
- package/src/lib/oas/parser/index.ts +2 -0
- package/src/lib/plugins/openapi/DownloadSchemaButton.tsx +115 -0
- package/src/lib/plugins/openapi/Endpoint.tsx +20 -27
- package/src/lib/plugins/openapi/OasProvider.tsx +30 -17
- package/src/lib/plugins/openapi/OperationList.tsx +39 -21
- package/src/lib/plugins/openapi/OperationListItem.tsx +5 -5
- package/src/lib/plugins/openapi/SchemaList.tsx +4 -0
- package/src/lib/plugins/openapi/index.tsx +16 -7
- package/src/lib/plugins/openapi/interfaces.ts +16 -7
- package/src/lib/plugins/openapi/playground/Playground.tsx +1 -1
- package/src/lib/plugins/openapi/schema/SchemaView.tsx +36 -27
- package/src/lib/plugins/openapi/schema/utils.ts +5 -2
- package/src/lib/plugins/openapi/util/getRoutes.tsx +35 -3
- package/src/lib/plugins/search-pagefind/IndexingDialog.tsx +163 -0
- package/src/lib/plugins/search-pagefind/PagefindSearch.tsx +61 -22
- package/src/lib/plugins/search-pagefind/ResultList.tsx +8 -3
- package/src/lib/shiki.ts +21 -12
- package/src/lib/ui/Button.tsx +10 -10
- package/src/lib/ui/ButtonGroup.tsx +82 -0
- package/src/lib/ui/Command.tsx +3 -3
- package/src/lib/ui/DropdownMenu.tsx +226 -170
- package/src/lib/ui/Kbd.tsx +28 -0
- package/src/lib/util/MdxComponents.tsx +2 -0
- package/src/lib/util/flattenAllOf.test.ts +71 -19
- package/src/lib/util/flattenAllOf.ts +29 -8
- package/src/shiki/langs/markdown-nix.js +1 -0
- package/src/shiki/langs/openscad.js +1 -0
- package/dist/vite/create-pagefind-index.d.ts +0 -4
- package/dist/vite/create-pagefind-index.js +0 -12
- package/dist/vite/create-pagefind-index.js.map +0 -1
- package/lib/Button-B3ucvvQw.js +0 -52
- package/lib/Button-B3ucvvQw.js.map +0 -1
- package/lib/Command-CUcrW3qs.js.map +0 -1
- package/lib/DropdownMenu-BZ2NKQ3K.js +0 -126
- package/lib/DropdownMenu-BZ2NKQ3K.js.map +0 -1
- package/lib/MdxPage-hOCN-u-L.js +0 -240
- package/lib/MdxPage-hOCN-u-L.js.map +0 -1
- package/lib/OasProvider-CpniNNrW.js +0 -36
- package/lib/OasProvider-CpniNNrW.js.map +0 -1
- package/lib/OperationList-CmMoKpGu.js.map +0 -1
- package/lib/Pagination-lLSoHnxa.js +0 -37
- package/lib/Pagination-lLSoHnxa.js.map +0 -1
- package/lib/SchemaList-BykD27ga.js.map +0 -1
- package/lib/SchemaView-Dt6hbCAt.js.map +0 -1
- package/lib/Select-DFRCS31-.js +0 -399
- package/lib/Select-DFRCS31-.js.map +0 -1
- package/lib/SyntaxHighlight-C19vH0V_.js.map +0 -1
- package/lib/createServer-BmcVQAOQ.js +0 -13018
- package/lib/createServer-BmcVQAOQ.js.map +0 -1
- package/lib/index-unv8c40u.js.map +0 -1
- package/lib/useExposedProps-U3pmsHaG.js +0 -113
- package/lib/useExposedProps-U3pmsHaG.js.map +0 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import "../jsx-runtime-BzflLqGi.js";
|
|
2
2
|
import "react";
|
|
3
|
-
import "../ZudokuContext-
|
|
4
|
-
import { S as h } from "../SyntaxHighlight-
|
|
5
|
-
import "../invariant-
|
|
3
|
+
import "../ZudokuContext-BXldanA8.js";
|
|
4
|
+
import { S as h } from "../SyntaxHighlight-Kdyskw3C.js";
|
|
5
|
+
import "../invariant-CGOLuIIz.js";
|
|
6
6
|
import "./CodeBlock.js";
|
|
7
7
|
import "./EmbeddedCodeBlock.js";
|
|
8
8
|
export {
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
import * as o from "react";
|
|
2
|
+
import { g as l } from "./mutation-BoVlx8yA.js";
|
|
3
|
+
import { S as p, s as d, h, n as a, f as b, g as m, i as f } from "./ZudokuContext-BXldanA8.js";
|
|
4
|
+
var v = class extends p {
|
|
5
|
+
#e;
|
|
6
|
+
#i = void 0;
|
|
7
|
+
#t;
|
|
8
|
+
#s;
|
|
9
|
+
constructor(t, s) {
|
|
10
|
+
super(), this.#e = t, this.setOptions(s), this.bindMethods(), this.#r();
|
|
11
|
+
}
|
|
12
|
+
bindMethods() {
|
|
13
|
+
this.mutate = this.mutate.bind(this), this.reset = this.reset.bind(this);
|
|
14
|
+
}
|
|
15
|
+
setOptions(t) {
|
|
16
|
+
const s = this.options;
|
|
17
|
+
this.options = this.#e.defaultMutationOptions(t), d(this.options, s) || this.#e.getMutationCache().notify({
|
|
18
|
+
type: "observerOptionsUpdated",
|
|
19
|
+
mutation: this.#t,
|
|
20
|
+
observer: this
|
|
21
|
+
}), s?.mutationKey && this.options.mutationKey && h(s.mutationKey) !== h(this.options.mutationKey) ? this.reset() : this.#t?.state.status === "pending" && this.#t.setOptions(this.options);
|
|
22
|
+
}
|
|
23
|
+
onUnsubscribe() {
|
|
24
|
+
this.hasListeners() || this.#t?.removeObserver(this);
|
|
25
|
+
}
|
|
26
|
+
onMutationUpdate(t) {
|
|
27
|
+
this.#r(), this.#o(t);
|
|
28
|
+
}
|
|
29
|
+
getCurrentResult() {
|
|
30
|
+
return this.#i;
|
|
31
|
+
}
|
|
32
|
+
reset() {
|
|
33
|
+
this.#t?.removeObserver(this), this.#t = void 0, this.#r(), this.#o();
|
|
34
|
+
}
|
|
35
|
+
mutate(t, s) {
|
|
36
|
+
return this.#s = s, this.#t?.removeObserver(this), this.#t = this.#e.getMutationCache().build(this.#e, this.options), this.#t.addObserver(this), this.#t.execute(t);
|
|
37
|
+
}
|
|
38
|
+
#r() {
|
|
39
|
+
const t = this.#t?.state ?? l();
|
|
40
|
+
this.#i = {
|
|
41
|
+
...t,
|
|
42
|
+
isPending: t.status === "pending",
|
|
43
|
+
isSuccess: t.status === "success",
|
|
44
|
+
isError: t.status === "error",
|
|
45
|
+
isIdle: t.status === "idle",
|
|
46
|
+
mutate: this.mutate,
|
|
47
|
+
reset: this.reset
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
#o(t) {
|
|
51
|
+
a.batch(() => {
|
|
52
|
+
if (this.#s && this.hasListeners()) {
|
|
53
|
+
const s = this.#i.variables, i = this.#i.context;
|
|
54
|
+
t?.type === "success" ? (this.#s.onSuccess?.(t.data, s, i), this.#s.onSettled?.(t.data, null, s, i)) : t?.type === "error" && (this.#s.onError?.(t.error, s, i), this.#s.onSettled?.(
|
|
55
|
+
void 0,
|
|
56
|
+
t.error,
|
|
57
|
+
s,
|
|
58
|
+
i
|
|
59
|
+
));
|
|
60
|
+
}
|
|
61
|
+
this.listeners.forEach((s) => {
|
|
62
|
+
s(this.#i);
|
|
63
|
+
});
|
|
64
|
+
});
|
|
65
|
+
}
|
|
66
|
+
};
|
|
67
|
+
function g(t, s) {
|
|
68
|
+
const i = b(s), [e] = o.useState(
|
|
69
|
+
() => new v(
|
|
70
|
+
i,
|
|
71
|
+
t
|
|
72
|
+
)
|
|
73
|
+
);
|
|
74
|
+
o.useEffect(() => {
|
|
75
|
+
e.setOptions(t);
|
|
76
|
+
}, [e, t]);
|
|
77
|
+
const r = o.useSyncExternalStore(
|
|
78
|
+
o.useCallback(
|
|
79
|
+
(n) => e.subscribe(a.batchCalls(n)),
|
|
80
|
+
[e]
|
|
81
|
+
),
|
|
82
|
+
() => e.getCurrentResult(),
|
|
83
|
+
() => e.getCurrentResult()
|
|
84
|
+
), u = o.useCallback(
|
|
85
|
+
(n, c) => {
|
|
86
|
+
e.mutate(n, c).catch(m);
|
|
87
|
+
},
|
|
88
|
+
[e]
|
|
89
|
+
);
|
|
90
|
+
if (r.error && f(e.options.throwOnError, [r.error]))
|
|
91
|
+
throw r.error;
|
|
92
|
+
return { ...r, mutate: u, mutateAsync: r.mutate };
|
|
93
|
+
}
|
|
94
|
+
export {
|
|
95
|
+
g as u
|
|
96
|
+
};
|
|
97
|
+
//# sourceMappingURL=useMutation-C6RqWmTS.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useMutation-C6RqWmTS.js","sources":["../../../node_modules/.pnpm/@tanstack+query-core@5.85.5/node_modules/@tanstack/query-core/build/modern/mutationObserver.js","../../../node_modules/.pnpm/@tanstack+react-query@5.85.5_react@19.2.0/node_modules/@tanstack/react-query/build/modern/useMutation.js"],"sourcesContent":["// src/mutationObserver.ts\nimport { getDefaultState } from \"./mutation.js\";\nimport { notifyManager } from \"./notifyManager.js\";\nimport { Subscribable } from \"./subscribable.js\";\nimport { hashKey, shallowEqualObjects } from \"./utils.js\";\nvar MutationObserver = class extends Subscribable {\n #client;\n #currentResult = void 0;\n #currentMutation;\n #mutateOptions;\n constructor(client, options) {\n super();\n this.#client = client;\n this.setOptions(options);\n this.bindMethods();\n this.#updateResult();\n }\n bindMethods() {\n this.mutate = this.mutate.bind(this);\n this.reset = this.reset.bind(this);\n }\n setOptions(options) {\n const prevOptions = this.options;\n this.options = this.#client.defaultMutationOptions(options);\n if (!shallowEqualObjects(this.options, prevOptions)) {\n this.#client.getMutationCache().notify({\n type: \"observerOptionsUpdated\",\n mutation: this.#currentMutation,\n observer: this\n });\n }\n if (prevOptions?.mutationKey && this.options.mutationKey && hashKey(prevOptions.mutationKey) !== hashKey(this.options.mutationKey)) {\n this.reset();\n } else if (this.#currentMutation?.state.status === \"pending\") {\n this.#currentMutation.setOptions(this.options);\n }\n }\n onUnsubscribe() {\n if (!this.hasListeners()) {\n this.#currentMutation?.removeObserver(this);\n }\n }\n onMutationUpdate(action) {\n this.#updateResult();\n this.#notify(action);\n }\n getCurrentResult() {\n return this.#currentResult;\n }\n reset() {\n this.#currentMutation?.removeObserver(this);\n this.#currentMutation = void 0;\n this.#updateResult();\n this.#notify();\n }\n mutate(variables, options) {\n this.#mutateOptions = options;\n this.#currentMutation?.removeObserver(this);\n this.#currentMutation = this.#client.getMutationCache().build(this.#client, this.options);\n this.#currentMutation.addObserver(this);\n return this.#currentMutation.execute(variables);\n }\n #updateResult() {\n const state = this.#currentMutation?.state ?? getDefaultState();\n this.#currentResult = {\n ...state,\n isPending: state.status === \"pending\",\n isSuccess: state.status === \"success\",\n isError: state.status === \"error\",\n isIdle: state.status === \"idle\",\n mutate: this.mutate,\n reset: this.reset\n };\n }\n #notify(action) {\n notifyManager.batch(() => {\n if (this.#mutateOptions && this.hasListeners()) {\n const variables = this.#currentResult.variables;\n const context = this.#currentResult.context;\n if (action?.type === \"success\") {\n this.#mutateOptions.onSuccess?.(action.data, variables, context);\n this.#mutateOptions.onSettled?.(action.data, null, variables, context);\n } else if (action?.type === \"error\") {\n this.#mutateOptions.onError?.(action.error, variables, context);\n this.#mutateOptions.onSettled?.(\n void 0,\n action.error,\n variables,\n context\n );\n }\n }\n this.listeners.forEach((listener) => {\n listener(this.#currentResult);\n });\n });\n }\n};\nexport {\n MutationObserver\n};\n//# sourceMappingURL=mutationObserver.js.map","\"use client\";\n\n// src/useMutation.ts\nimport * as React from \"react\";\nimport {\n MutationObserver,\n noop,\n notifyManager,\n shouldThrowError\n} from \"@tanstack/query-core\";\nimport { useQueryClient } from \"./QueryClientProvider.js\";\nfunction useMutation(options, queryClient) {\n const client = useQueryClient(queryClient);\n const [observer] = React.useState(\n () => new MutationObserver(\n client,\n options\n )\n );\n React.useEffect(() => {\n observer.setOptions(options);\n }, [observer, options]);\n const result = React.useSyncExternalStore(\n React.useCallback(\n (onStoreChange) => observer.subscribe(notifyManager.batchCalls(onStoreChange)),\n [observer]\n ),\n () => observer.getCurrentResult(),\n () => observer.getCurrentResult()\n );\n const mutate = React.useCallback(\n (variables, mutateOptions) => {\n observer.mutate(variables, mutateOptions).catch(noop);\n },\n [observer]\n );\n if (result.error && shouldThrowError(observer.options.throwOnError, [result.error])) {\n throw result.error;\n }\n return { ...result, mutate, mutateAsync: result.mutate };\n}\nexport {\n useMutation\n};\n//# sourceMappingURL=useMutation.js.map"],"names":["MutationObserver","Subscribable","#client","#currentResult","#currentMutation","#mutateOptions","client","options","#updateResult","prevOptions","shallowEqualObjects","hashKey","action","#notify","variables","state","getDefaultState","notifyManager","context","listener","useMutation","queryClient","useQueryClient","observer","React","result","onStoreChange","mutate","mutateOptions","noop","shouldThrowError"],"mappings":"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","x_google_ignoreList":[0,1]}
|
package/lib/zudoku.__internal.js
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { a as Ke, H as He } from "./index.esm-
|
|
1
|
+
import { a as Ke, H as He } from "./index.esm-DtzT_KoE.js";
|
|
2
2
|
import { j as a } from "./jsx-runtime-BzflLqGi.js";
|
|
3
|
-
import { S as Ve, r as Je, Q as Zt, n as j, v as ye, w as we,
|
|
4
|
-
import { M as Nt } from "./mutation-
|
|
3
|
+
import { S as Ve, r as Je, Q as Zt, n as j, v as ye, w as we, g as I, x as $t, y as jt, z as Pt, A as Ot, B as be, D as ze, E as Et, h as ke, F as xe, G as At, H as Tt, f as St, I as Ge, k as It, a as re, p as Dt, j as Ct } from "./ZudokuContext-BXldanA8.js";
|
|
4
|
+
import { M as Nt } from "./mutation-BoVlx8yA.js";
|
|
5
5
|
import * as D from "react";
|
|
6
6
|
import { StrictMode as Ye, useEffect as oe, useRef as Xe, useState as Rt, Suspense as Ft } from "react";
|
|
7
|
-
import { t as Ut, S as qt,
|
|
7
|
+
import { t as Ut, S as qt, a as et, b2 as Mt, O as Qt } from "./chunk-PVWAREVJ-dLIqswPy.js";
|
|
8
8
|
import * as Lt from "react-dom";
|
|
9
|
-
import { a as Bt, u as Wt, P as Kt, H as Ht } from "./index-
|
|
10
|
-
import { B as tt, R as Vt } from "./RouteGuard-
|
|
9
|
+
import { a as Bt, u as Wt, P as Kt, H as Ht } from "./index-CCmMJp02.js";
|
|
10
|
+
import { B as tt, R as Vt } from "./RouteGuard-9wjejsKm.js";
|
|
11
11
|
import { CircleFadingArrowUpIcon as Jt, LoaderCircleIcon as Gt, ExternalLink as Yt, PanelLeftIcon as Xt } from "lucide-react";
|
|
12
12
|
import { Button as en } from "./ui/Button.js";
|
|
13
|
-
import { a as C, A as tn, s as nn, N as Ze, f as rn, g as on, T as sn, H as an, E as cn } from "./ErrorAlert-
|
|
13
|
+
import { a as C, A as tn, s as nn, N as Ze, f as rn, g as on, T as sn, H as an, E as cn } from "./ErrorAlert-DrOR8w3f.js";
|
|
14
14
|
import { c as E } from "./cn-dYga0KKN.js";
|
|
15
15
|
import { d as A, b as un, c as ln } from "./Drawer-Ci7XwhqT.js";
|
|
16
16
|
import { VisuallyHidden as dn } from "@radix-ui/react-visually-hidden";
|
|
17
17
|
import { S as hn } from "./Spinner-CI6bRyZw.js";
|
|
18
18
|
import { C as fn } from "./CategoryHeading-DhmodDcq.js";
|
|
19
|
-
import { N as pn, R as mn } from "./RouterError-
|
|
19
|
+
import { N as pn, R as mn } from "./RouterError-DSLXagd5.js";
|
|
20
20
|
var gn = class extends Ve {
|
|
21
21
|
constructor(e = {}) {
|
|
22
22
|
super(), this.config = e, this.#e = /* @__PURE__ */ new Map();
|
package/lib/zudoku.auth-auth0.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { j as n } from "./jsx-runtime-BzflLqGi.js";
|
|
2
2
|
import { PublicClientApplication as A, EventType as f } from "@azure/msal-browser";
|
|
3
|
-
import { E as I } from "./index-
|
|
3
|
+
import { E as I } from "./index-CCmMJp02.js";
|
|
4
4
|
import { C as T } from "./ClientOnly-E7hGysn1.js";
|
|
5
|
-
import { j as S, u as h } from "./ZudokuContext-
|
|
6
|
-
import { C, A as c } from "./errors-
|
|
7
|
-
import { C as k, O as w } from "./OAuthErrorPage-
|
|
5
|
+
import { j as S, u as h } from "./ZudokuContext-BXldanA8.js";
|
|
6
|
+
import { C, A as c } from "./errors-Bs4duWDy.js";
|
|
7
|
+
import { C as k, O as w } from "./OAuthErrorPage-Fq54RLgt.js";
|
|
8
8
|
const u = "/oauth/callback";
|
|
9
9
|
class y extends C {
|
|
10
10
|
msalInstance;
|
package/lib/zudoku.auth-clerk.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { j as l } from "./jsx-runtime-BzflLqGi.js";
|
|
2
2
|
import { LogOutIcon as f } from "lucide-react";
|
|
3
|
-
import { S as w, a as p, b as v } from "./SignUp-
|
|
4
|
-
import { u as n } from "./ZudokuContext-
|
|
3
|
+
import { S as w, a as p, b as v } from "./SignUp-BjS4ozA7.js";
|
|
4
|
+
import { u as n } from "./ZudokuContext-BXldanA8.js";
|
|
5
5
|
const b = ({
|
|
6
6
|
clerkPubKey: d,
|
|
7
7
|
jwtTemplateName: m,
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import "./jsx-runtime-BzflLqGi.js";
|
|
2
|
+
import { w as a } from "./firebase-qUdSEL1p.js";
|
|
3
|
+
import "./errors-Bs4duWDy.js";
|
|
4
|
+
import "./SignUp-BjS4ozA7.js";
|
|
5
|
+
import "./ZudokuContext-BXldanA8.js";
|
|
6
|
+
export {
|
|
7
|
+
a as default
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=zudoku.auth-firebase.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"zudoku.auth-firebase.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { j as D } from "./jsx-runtime-BzflLqGi.js";
|
|
2
|
-
import {
|
|
3
|
-
import { E as Ue } from "./index-
|
|
2
|
+
import { a as Le } from "./invariant-CGOLuIIz.js";
|
|
3
|
+
import { E as Ue } from "./index-CCmMJp02.js";
|
|
4
4
|
import { C as xe } from "./ClientOnly-E7hGysn1.js";
|
|
5
|
-
import { j as Ce, u as S } from "./ZudokuContext-
|
|
6
|
-
import { C as Ie, O as re, A as R } from "./errors-
|
|
7
|
-
import { C as je, O as Oe } from "./OAuthErrorPage-
|
|
5
|
+
import { j as Ce, u as S } from "./ZudokuContext-BXldanA8.js";
|
|
6
|
+
import { C as Ie, O as re, A as R } from "./errors-Bs4duWDy.js";
|
|
7
|
+
import { C as je, O as Oe } from "./OAuthErrorPage-Fq54RLgt.js";
|
|
8
8
|
var J = { exports: {} }, De = J.exports, oe;
|
|
9
9
|
function Je() {
|
|
10
10
|
return oe || (oe = 1, (function(t) {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { j as i } from "./jsx-runtime-BzflLqGi.js";
|
|
2
2
|
import { createClient as h } from "@supabase/supabase-js";
|
|
3
|
-
import { C as m, A as g } from "./errors-
|
|
4
|
-
import { S as f } from "./SignUp-
|
|
5
|
-
import { u } from "./ZudokuContext-
|
|
3
|
+
import { C as m, A as g } from "./errors-Bs4duWDy.js";
|
|
4
|
+
import { S as f } from "./SignUp-BjS4ozA7.js";
|
|
5
|
+
import { u } from "./ZudokuContext-BXldanA8.js";
|
|
6
6
|
import { Auth as v } from "@supabase/auth-ui-react";
|
|
7
7
|
import { ThemeSupa as S } from "@supabase/auth-ui-shared";
|
|
8
|
-
import {
|
|
9
|
-
import { H as T } from "./ErrorAlert-
|
|
8
|
+
import { b as A } from "./chunk-PVWAREVJ-dLIqswPy.js";
|
|
9
|
+
import { H as T } from "./ErrorAlert-DrOR8w3f.js";
|
|
10
10
|
const d = ({
|
|
11
11
|
client: s,
|
|
12
12
|
config: e,
|
package/lib/zudoku.components.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import "./index.esm-
|
|
2
|
-
import "./
|
|
3
|
-
import "./chunk-PVWAREVJ-
|
|
4
|
-
import "./hook-
|
|
1
|
+
import "./index.esm-DtzT_KoE.js";
|
|
2
|
+
import "./index-Css56y3F.js";
|
|
3
|
+
import "./chunk-PVWAREVJ-dLIqswPy.js";
|
|
4
|
+
import "./hook-BNxidGQq.js";
|
|
5
5
|
import "./ui/Button.js";
|
|
6
6
|
import "./ui/Callout.js";
|
|
7
7
|
import "./ClientOnly-E7hGysn1.js";
|
|
8
|
-
import "./ZudokuContext-
|
|
9
|
-
import "./ErrorAlert-
|
|
8
|
+
import "./ZudokuContext-BXldanA8.js";
|
|
9
|
+
import "./ErrorAlert-DrOR8w3f.js";
|
|
10
10
|
import "./Spinner-CI6bRyZw.js";
|
|
11
|
-
import { B as d, i as h, C as l, d as k, c as S, L as y, M, e as T, S as Z, T as c, Z as f, g, h as A, f as B, j as E, u as H } from "./index-
|
|
11
|
+
import { B as d, i as h, C as l, d as k, c as S, L as y, M, e as T, S as Z, T as c, Z as f, g, h as A, f as B, j as E, u as H } from "./index-CCmMJp02.js";
|
|
12
12
|
export {
|
|
13
13
|
d as Button,
|
|
14
14
|
h as CACHE_KEYS,
|
package/lib/zudoku.hooks.js
CHANGED
|
@@ -1,27 +1,14 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
import {
|
|
4
|
-
import { C as k } from "./ZudokuContext-BUZ5hkWB.js";
|
|
5
|
-
import { useState as E, useEffect as i } from "react";
|
|
6
|
-
function C(e, s) {
|
|
7
|
-
const t = n(), [r, o] = E();
|
|
8
|
-
return i(() => t.addEventListener(e, ((...u) => {
|
|
9
|
-
if (s) {
|
|
10
|
-
const a = s(...u);
|
|
11
|
-
o(a);
|
|
12
|
-
} else
|
|
13
|
-
o(u);
|
|
14
|
-
})), [t, e, s]), r;
|
|
15
|
-
}
|
|
16
|
-
const A = C, v = m, z = p, L = c, M = f, P = n, S = d;
|
|
1
|
+
import { b as o, h as u, e as p, f as r, g as t, a as m, c as C } from "./index-Css56y3F.js";
|
|
2
|
+
import "./hook-BNxidGQq.js";
|
|
3
|
+
import { C as E } from "./ZudokuContext-BXldanA8.js";
|
|
17
4
|
export {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
5
|
+
E as CACHE_KEYS,
|
|
6
|
+
o as useAuth,
|
|
7
|
+
u as useCache,
|
|
8
|
+
p as useEvent,
|
|
9
|
+
r as useExposedProps,
|
|
10
|
+
t as useMDXComponents,
|
|
11
|
+
m as useTheme,
|
|
12
|
+
C as useZudoku
|
|
26
13
|
};
|
|
27
14
|
//# sourceMappingURL=zudoku.hooks.js.map
|
package/lib/zudoku.hooks.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zudoku.hooks.js","sources":[
|
|
1
|
+
{"version":3,"file":"zudoku.hooks.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import "./jsx-runtime-BzflLqGi.js";
|
|
2
|
+
import "./ZudokuContext-BXldanA8.js";
|
|
3
|
+
import "react";
|
|
4
|
+
import { M as e } from "./Mermaid-D_VSX7_Q.js";
|
|
5
|
+
import "./index-Css56y3F.js";
|
|
6
|
+
import "./Spinner-CI6bRyZw.js";
|
|
7
|
+
export {
|
|
8
|
+
e as Mermaid
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=zudoku.mermaid.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"zudoku.mermaid.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { j as t } from "./jsx-runtime-BzflLqGi.js";
|
|
2
|
-
import { s as f } from "./index-
|
|
3
|
-
import { e as b, m as j } from "./chunk-PVWAREVJ-
|
|
4
|
-
import { u as x,
|
|
5
|
-
import { H as y } from "./index.esm-
|
|
6
|
-
import { L as N } from "./index-
|
|
7
|
-
import { H as k, M as S } from "./ErrorAlert-
|
|
2
|
+
import { s as f } from "./index-Bh-MffiL.js";
|
|
3
|
+
import { e as b, m as j } from "./chunk-PVWAREVJ-dLIqswPy.js";
|
|
4
|
+
import { u as x, e as v, j as d } from "./ZudokuContext-BXldanA8.js";
|
|
5
|
+
import { H as y } from "./index.esm-DtzT_KoE.js";
|
|
6
|
+
import { L as N } from "./index-CCmMJp02.js";
|
|
7
|
+
import { H as k, M as S } from "./ErrorAlert-DrOR8w3f.js";
|
|
8
8
|
const w = ({
|
|
9
9
|
items: o,
|
|
10
10
|
filterCatalogItems: r = (i) => i,
|