conductor-oss 0.3.1 → 0.3.3
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/node_modules/@conductor-oss/plugin-agent-amp/package.json +1 -1
- package/node_modules/@conductor-oss/plugin-agent-ccr/package.json +1 -1
- package/node_modules/@conductor-oss/plugin-agent-claude-code/package.json +1 -1
- package/node_modules/@conductor-oss/plugin-agent-codex/package.json +1 -1
- package/node_modules/@conductor-oss/plugin-agent-cursor-cli/package.json +1 -1
- package/node_modules/@conductor-oss/plugin-agent-droid/package.json +1 -1
- package/node_modules/@conductor-oss/plugin-agent-gemini/dist/index.d.ts +44 -2
- package/node_modules/@conductor-oss/plugin-agent-gemini/dist/index.js +203 -17
- package/node_modules/@conductor-oss/plugin-agent-gemini/package.json +1 -1
- package/node_modules/@conductor-oss/plugin-agent-github-copilot/package.json +1 -1
- package/node_modules/@conductor-oss/plugin-agent-opencode/package.json +1 -1
- package/node_modules/@conductor-oss/plugin-agent-qwen-code/package.json +1 -1
- package/node_modules/@conductor-oss/plugin-mcp-server/package.json +1 -1
- package/node_modules/@conductor-oss/plugin-notifier-desktop/package.json +1 -1
- package/node_modules/@conductor-oss/plugin-notifier-discord/package.json +1 -1
- package/node_modules/@conductor-oss/plugin-runtime-tmux/package.json +1 -1
- package/node_modules/@conductor-oss/plugin-scm-github/package.json +1 -1
- package/node_modules/@conductor-oss/plugin-terminal-web/package.json +1 -1
- package/node_modules/@conductor-oss/plugin-tracker-github/package.json +1 -1
- package/node_modules/@conductor-oss/plugin-workspace-worktree/package.json +1 -1
- package/package.json +24 -23
- package/web/.next/standalone/packages/web/.next/BUILD_ID +1 -1
- package/web/.next/standalone/packages/web/.next/build-manifest.json +2 -2
- package/web/.next/standalone/packages/web/.next/prerender-manifest.json +3 -3
- package/web/.next/standalone/packages/web/.next/server/app/_global-error.html +2 -2
- package/web/.next/standalone/packages/web/.next/server/app/_global-error.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_not-found/page/server-reference-manifest.json +7 -7
- package/web/.next/standalone/packages/web/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_not-found.html +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_not-found.rsc +3 -3
- package/web/.next/standalone/packages/web/.next/server/app/_not-found.segments/_full.segment.rsc +3 -3
- package/web/.next/standalone/packages/web/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_not-found.segments/_index.segment.rsc +3 -3
- package/web/.next/standalone/packages/web/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/web/.next/standalone/packages/web/.next/server/app/index.html +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/index.rsc +4 -4
- package/web/.next/standalone/packages/web/.next/server/app/index.segments/__PAGE__.segment.rsc +2 -2
- package/web/.next/standalone/packages/web/.next/server/app/index.segments/_full.segment.rsc +4 -4
- package/web/.next/standalone/packages/web/.next/server/app/index.segments/_head.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/index.segments/_index.segment.rsc +3 -3
- package/web/.next/standalone/packages/web/.next/server/app/index.segments/_tree.segment.rsc +2 -2
- package/web/.next/standalone/packages/web/.next/server/app/page/react-loadable-manifest.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/page/server-reference-manifest.json +7 -7
- package/web/.next/standalone/packages/web/.next/server/app/page.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/sessions/[id]/page/server-reference-manifest.json +7 -7
- package/web/.next/standalone/packages/web/.next/server/app/sessions/[id]/page.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/sessions/[id]/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/sign-in/[[...sign-in]]/page/server-reference-manifest.json +7 -7
- package/web/.next/standalone/packages/web/.next/server/app/sign-in/[[...sign-in]]/page.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/sign-in/[[...sign-in]]/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/unlock/page/server-reference-manifest.json +7 -7
- package/web/.next/standalone/packages/web/.next/server/app/unlock/page.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/unlock/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/[root-of-the-server]__6622b514._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/[root-of-the-server]__869d9ac0._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/[root-of-the-server]__9dc23e5a._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/{[root-of-the-server]__c3eb4913._.js → [root-of-the-server]__a324b6db._.js} +2 -2
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/[root-of-the-server]__b388693f._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/_0e1412de._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/_3acfb388._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/_668c9201._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/_69e05fca._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/_80efe193._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/_b6d31783._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/_c0f0e227._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/_f36ddaa9._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/{node_modules_@clerk_nextjs_dist_esm_app-router_129dde21._.js → node_modules_@clerk_nextjs_dist_esm_app-router_6ed7a74d._.js} +2 -2
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/node_modules_@clerk_nextjs_dist_esm_app-router_9e576054._.js +3 -0
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/node_modules_f2ebd7a9._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/packages_web_src_79316445._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/packages_web_src_a078c137._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/packages_web_src_app_page_tsx_cd282e82._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/{packages_web_src_components_aad7de7c._.js → packages_web_src_components_80ce6eea._.js} +1 -1
- package/web/.next/standalone/packages/web/.next/server/pages/404.html +1 -1
- package/web/.next/standalone/packages/web/.next/server/pages/500.html +2 -2
- package/web/.next/standalone/packages/web/.next/server/server-reference-manifest.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/server-reference-manifest.json +8 -8
- package/web/.next/standalone/packages/web/.next/static/chunks/25438e9094804f85.js +1 -0
- package/web/.next/standalone/packages/web/.next/static/chunks/{5c5637796e242130.js → 34d660195aaf8635.js} +2 -2
- package/web/.next/standalone/packages/web/.next/static/chunks/{07a5ac7389686572.js → 3814813ead38f9ae.js} +1 -1
- package/web/.next/standalone/packages/web/.next/static/chunks/524a7c2a8e85ea2f.js +1 -0
- package/web/.next/{static/chunks/e8d146cc2723147b.js → standalone/packages/web/.next/static/chunks/5672ef74a562c5dd.js} +1 -1
- package/web/.next/standalone/packages/web/.next/static/chunks/77d150e9b7dda43c.js +1 -0
- package/web/.next/standalone/packages/web/.next/static/chunks/8ec81b945f12169b.js +1 -0
- package/web/.next/standalone/packages/web/.next/static/chunks/aa158726d4a10331.js +1 -0
- package/web/.next/standalone/packages/web/.next/static/chunks/d3cd3cf58c908ec9.js +1 -0
- package/web/.next/standalone/packages/web/.next/static/chunks/df9658182f4f7d54.css +3 -0
- package/web/.next/standalone/packages/web/package.json +1 -0
- package/web/.next/standalone/packages/web/src/components/layout/Sidebar.tsx +20 -2
- package/web/.next/standalone/packages/web/src/components/layout/WorkspaceSidebarPanel.tsx +64 -74
- package/web/.next/standalone/packages/web/src/components/sessions/SessionOverview.tsx +114 -50
- package/web/.next/standalone/packages/web/src/features/dashboard/DashboardClient.tsx +459 -115
- package/web/.next/standalone/packages/web/src/features/dashboard/components/WorkspaceOverview.tsx +13 -31
- package/web/.next/standalone/packages/web/src/features/sessions/SessionPageClient.tsx +4 -1
- package/web/.next/standalone/packages/web/src/hooks/useSessions.ts +13 -0
- package/web/.next/standalone/packages/web/src/lib/types.ts +3 -0
- package/web/.next/static/chunks/25438e9094804f85.js +1 -0
- package/web/.next/static/chunks/{5c5637796e242130.js → 34d660195aaf8635.js} +2 -2
- package/web/.next/static/chunks/{07a5ac7389686572.js → 3814813ead38f9ae.js} +1 -1
- package/web/.next/static/chunks/524a7c2a8e85ea2f.js +1 -0
- package/web/.next/{standalone/packages/web/.next/static/chunks/e8d146cc2723147b.js → static/chunks/5672ef74a562c5dd.js} +1 -1
- package/web/.next/static/chunks/77d150e9b7dda43c.js +1 -0
- package/web/.next/static/chunks/8ec81b945f12169b.js +1 -0
- package/web/.next/static/chunks/aa158726d4a10331.js +1 -0
- package/web/.next/static/chunks/d3cd3cf58c908ec9.js +1 -0
- package/web/.next/static/chunks/df9658182f4f7d54.css +3 -0
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/node_modules_@clerk_nextjs_dist_esm_app-router_1776df7f._.js +0 -3
- package/web/.next/standalone/packages/web/.next/static/chunks/3603312f8407bd12.js +0 -1
- package/web/.next/standalone/packages/web/.next/static/chunks/382be8f0b30c5f08.js +0 -1
- package/web/.next/standalone/packages/web/.next/static/chunks/479b8cb58c95a8a0.js +0 -1
- package/web/.next/standalone/packages/web/.next/static/chunks/53e4f3b495e423c9.js +0 -1
- package/web/.next/standalone/packages/web/.next/static/chunks/5e05e67a26b7ecbc.js +0 -1
- package/web/.next/standalone/packages/web/.next/static/chunks/6d083840413686dd.css +0 -3
- package/web/.next/standalone/packages/web/.next/static/chunks/c7c1bd729f17c8bf.js +0 -1
- package/web/.next/static/chunks/3603312f8407bd12.js +0 -1
- package/web/.next/static/chunks/382be8f0b30c5f08.js +0 -1
- package/web/.next/static/chunks/479b8cb58c95a8a0.js +0 -1
- package/web/.next/static/chunks/53e4f3b495e423c9.js +0 -1
- package/web/.next/static/chunks/5e05e67a26b7ecbc.js +0 -1
- package/web/.next/static/chunks/6d083840413686dd.css +0 -3
- package/web/.next/static/chunks/c7c1bd729f17c8bf.js +0 -1
- /package/web/.next/standalone/packages/web/.next/static/{oFTStwDpHHac4pinj0rAJ → -Z2NIcYE-i0soCDJ1TgtS}/_buildManifest.js +0 -0
- /package/web/.next/standalone/packages/web/.next/static/{oFTStwDpHHac4pinj0rAJ → -Z2NIcYE-i0soCDJ1TgtS}/_clientMiddlewareManifest.json +0 -0
- /package/web/.next/standalone/packages/web/.next/static/{oFTStwDpHHac4pinj0rAJ → -Z2NIcYE-i0soCDJ1TgtS}/_ssgManifest.js +0 -0
- /package/web/.next/static/{oFTStwDpHHac4pinj0rAJ → -Z2NIcYE-i0soCDJ1TgtS}/_buildManifest.js +0 -0
- /package/web/.next/static/{oFTStwDpHHac4pinj0rAJ → -Z2NIcYE-i0soCDJ1TgtS}/_clientMiddlewareManifest.json +0 -0
- /package/web/.next/static/{oFTStwDpHHac4pinj0rAJ → -Z2NIcYE-i0soCDJ1TgtS}/_ssgManifest.js +0 -0
package/web/.next/standalone/packages/web/.next/server/app/unlock/page_client-reference-manifest.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
|
|
2
|
-
globalThis.__RSC_MANIFEST["/unlock/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":39756,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":37457,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":47257,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":92825,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":68017,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":27201,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":97367,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":68027,"name":"*","chunks":[],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":[],"async":false},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/controlComponents.js <module evaluation>":{"id":27534,"name":"*","chunks":["/_next/static/chunks/5c5637796e242130.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/controlComponents.js":{"id":27534,"name":"*","chunks":["/_next/static/chunks/5c5637796e242130.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>":{"id":58072,"name":"*","chunks":["/_next/static/chunks/5c5637796e242130.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js":{"id":58072,"name":"*","chunks":["/_next/static/chunks/5c5637796e242130.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/hooks.js <module evaluation>":{"id":96136,"name":"*","chunks":["/_next/static/chunks/5c5637796e242130.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/hooks.js":{"id":96136,"name":"*","chunks":["/_next/static/chunks/5c5637796e242130.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/PromisifiedAuthProvider.js <module evaluation>":{"id":40578,"name":"*","chunks":["/_next/static/chunks/5c5637796e242130.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/PromisifiedAuthProvider.js":{"id":40578,"name":"*","chunks":["/_next/static/chunks/5c5637796e242130.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false},"[project]/node_modules/@clerk/nextjs/dist/esm/app-router/client/ClerkProvider.js <module evaluation>":{"id":41895,"name":"*","chunks":["/_next/static/chunks/5c5637796e242130.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false},"[project]/node_modules/@clerk/nextjs/dist/esm/app-router/client/ClerkProvider.js":{"id":41895,"name":"*","chunks":["/_next/static/chunks/5c5637796e242130.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false},"[project]/node_modules/@clerk/nextjs/dist/esm/app-router/client/keyless-cookie-sync.js <module evaluation>":{"id":96211,"name":"*","chunks":["/_next/static/chunks/5c5637796e242130.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false},"[project]/node_modules/@clerk/nextjs/dist/esm/app-router/client/keyless-cookie-sync.js":{"id":96211,"name":"*","chunks":["/_next/static/chunks/5c5637796e242130.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false},"[project]/packages/web/src/components/ThemeProvider.tsx <module evaluation>":{"id":46770,"name":"*","chunks":["/_next/static/chunks/5c5637796e242130.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false},"[project]/packages/web/src/components/ThemeProvider.tsx":{"id":46770,"name":"*","chunks":["/_next/static/chunks/5c5637796e242130.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false},"[project]/packages/web/src/app/unlock/UnlockForm.tsx <module evaluation>":{"id":44886,"name":"*","chunks":["/_next/static/chunks/5c5637796e242130.js","/_next/static/chunks/fdcf16937d36c773.js","/_next/static/chunks/c5caacf383990e7b.js"],"async":false},"[project]/packages/web/src/app/unlock/UnlockForm.tsx":{"id":44886,"name":"*","chunks":["/_next/static/chunks/5c5637796e242130.js","/_next/static/chunks/fdcf16937d36c773.js","/_next/static/chunks/c5caacf383990e7b.js"],"async":false}},"ssrModuleMapping":{"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__b3463b25._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__b3463b25._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__b3463b25._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__b3463b25._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__b3463b25._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__b3463b25._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__b3463b25._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"68027":{"*":{"id":40622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__a457c799._.js"],"async":false}},"27534":{"*":{"id":90739,"name":"*","chunks":["server/chunks/ssr/_b6d31783._.js","server/chunks/ssr/[root-of-the-server]__c3eb4913._.js","server/chunks/ssr/node_modules_70eac050._.js","server/chunks/ssr/node_modules_next_2a43e292._.js"],"async":false}},"58072":{"*":{"id":10232,"name":"*","chunks":["server/chunks/ssr/_b6d31783._.js","server/chunks/ssr/[root-of-the-server]__c3eb4913._.js","server/chunks/ssr/node_modules_70eac050._.js","server/chunks/ssr/node_modules_next_2a43e292._.js"],"async":false}},"96136":{"*":{"id":41663,"name":"*","chunks":["server/chunks/ssr/_b6d31783._.js","server/chunks/ssr/[root-of-the-server]__c3eb4913._.js","server/chunks/ssr/node_modules_70eac050._.js","server/chunks/ssr/node_modules_next_2a43e292._.js"],"async":false}},"40578":{"*":{"id":32644,"name":"*","chunks":["server/chunks/ssr/_b6d31783._.js","server/chunks/ssr/[root-of-the-server]__c3eb4913._.js","server/chunks/ssr/node_modules_70eac050._.js","server/chunks/ssr/node_modules_next_2a43e292._.js"],"async":false}},"41895":{"*":{"id":82114,"name":"*","chunks":["server/chunks/ssr/_b6d31783._.js","server/chunks/ssr/[root-of-the-server]__c3eb4913._.js","server/chunks/ssr/node_modules_70eac050._.js","server/chunks/ssr/node_modules_next_2a43e292._.js"],"async":false}},"96211":{"*":{"id":37334,"name":"*","chunks":["server/chunks/ssr/_b6d31783._.js","server/chunks/ssr/[root-of-the-server]__c3eb4913._.js","server/chunks/ssr/node_modules_70eac050._.js","server/chunks/ssr/node_modules_next_2a43e292._.js"],"async":false}},"46770":{"*":{"id":92768,"name":"*","chunks":["server/chunks/ssr/_b6d31783._.js","server/chunks/ssr/[root-of-the-server]__c3eb4913._.js","server/chunks/ssr/node_modules_70eac050._.js","server/chunks/ssr/node_modules_next_2a43e292._.js"],"async":false}},"44886":{"*":{"id":16487,"name":"*","chunks":["server/chunks/ssr/_b6d31783._.js","server/chunks/ssr/[root-of-the-server]__c3eb4913._.js","server/chunks/ssr/node_modules_70eac050._.js","server/chunks/ssr/node_modules_next_2a43e292._.js","server/chunks/ssr/packages_web_src_app_unlock_UnlockForm_tsx_ce3149a7._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"39756":{"*":{"id":26768,"name":"*","chunks":[],"async":false}},"37457":{"*":{"id":17910,"name":"*","chunks":[],"async":false}},"47257":{"*":{"id":92977,"name":"*","chunks":[],"async":false}},"92825":{"*":{"id":48552,"name":"*","chunks":[],"async":false}},"68017":{"*":{"id":83919,"name":"*","chunks":[],"async":false}},"27201":{"*":{"id":40771,"name":"*","chunks":[],"async":false}},"97367":{"*":{"id":24150,"name":"*","chunks":[],"async":false}},"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"27534":{"*":{"id":77542,"name":"*","chunks":[],"async":false}},"58072":{"*":{"id":80832,"name":"*","chunks":[],"async":false}},"96136":{"*":{"id":14330,"name":"*","chunks":[],"async":false}},"40578":{"*":{"id":38886,"name":"*","chunks":[],"async":false}},"41895":{"*":{"id":43657,"name":"*","chunks":[],"async":false}},"96211":{"*":{"id":91789,"name":"*","chunks":[],"async":false}},"46770":{"*":{"id":97973,"name":"*","chunks":[],"async":false}},"44886":{"*":{"id":29909,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/packages/web/src/app/icon.svg":[],"[project]/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/packages/web/src/app/layout":[{"path":"static/chunks/6d083840413686dd.css","inlined":false}],"[project]/packages/web/src/app/unlock/page":[{"path":"static/chunks/6d083840413686dd.css","inlined":false}]},"entryJSFiles":{"[project]/packages/web/src/app/icon.svg":["static/chunks/c4c79d5d0b280aeb.js"],"[project]/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/packages/web/src/app/layout":["static/chunks/5c5637796e242130.js","static/chunks/fdcf16937d36c773.js"],"[project]/packages/web/src/app/unlock/page":["static/chunks/5c5637796e242130.js","static/chunks/fdcf16937d36c773.js","static/chunks/c5caacf383990e7b.js"]}}
|
|
2
|
+
globalThis.__RSC_MANIFEST["/unlock/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":39756,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":37457,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":47257,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":92825,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":68017,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":27201,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":97367,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":68027,"name":"*","chunks":[],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":[],"async":false},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/controlComponents.js <module evaluation>":{"id":27534,"name":"*","chunks":["/_next/static/chunks/34d660195aaf8635.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/controlComponents.js":{"id":27534,"name":"*","chunks":["/_next/static/chunks/34d660195aaf8635.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>":{"id":58072,"name":"*","chunks":["/_next/static/chunks/34d660195aaf8635.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js":{"id":58072,"name":"*","chunks":["/_next/static/chunks/34d660195aaf8635.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/hooks.js <module evaluation>":{"id":96136,"name":"*","chunks":["/_next/static/chunks/34d660195aaf8635.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/hooks.js":{"id":96136,"name":"*","chunks":["/_next/static/chunks/34d660195aaf8635.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/PromisifiedAuthProvider.js <module evaluation>":{"id":40578,"name":"*","chunks":["/_next/static/chunks/34d660195aaf8635.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/PromisifiedAuthProvider.js":{"id":40578,"name":"*","chunks":["/_next/static/chunks/34d660195aaf8635.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false},"[project]/node_modules/@clerk/nextjs/dist/esm/app-router/client/ClerkProvider.js <module evaluation>":{"id":41895,"name":"*","chunks":["/_next/static/chunks/34d660195aaf8635.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false},"[project]/node_modules/@clerk/nextjs/dist/esm/app-router/client/ClerkProvider.js":{"id":41895,"name":"*","chunks":["/_next/static/chunks/34d660195aaf8635.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false},"[project]/node_modules/@clerk/nextjs/dist/esm/app-router/client/keyless-cookie-sync.js <module evaluation>":{"id":96211,"name":"*","chunks":["/_next/static/chunks/34d660195aaf8635.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false},"[project]/node_modules/@clerk/nextjs/dist/esm/app-router/client/keyless-cookie-sync.js":{"id":96211,"name":"*","chunks":["/_next/static/chunks/34d660195aaf8635.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false},"[project]/packages/web/src/components/ThemeProvider.tsx <module evaluation>":{"id":46770,"name":"*","chunks":["/_next/static/chunks/34d660195aaf8635.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false},"[project]/packages/web/src/components/ThemeProvider.tsx":{"id":46770,"name":"*","chunks":["/_next/static/chunks/34d660195aaf8635.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false},"[project]/packages/web/src/app/unlock/UnlockForm.tsx <module evaluation>":{"id":44886,"name":"*","chunks":["/_next/static/chunks/34d660195aaf8635.js","/_next/static/chunks/fdcf16937d36c773.js","/_next/static/chunks/c5caacf383990e7b.js"],"async":false},"[project]/packages/web/src/app/unlock/UnlockForm.tsx":{"id":44886,"name":"*","chunks":["/_next/static/chunks/34d660195aaf8635.js","/_next/static/chunks/fdcf16937d36c773.js","/_next/static/chunks/c5caacf383990e7b.js"],"async":false}},"ssrModuleMapping":{"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__b3463b25._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__b3463b25._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__b3463b25._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__b3463b25._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__b3463b25._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__b3463b25._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__b3463b25._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"68027":{"*":{"id":40622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__a457c799._.js"],"async":false}},"27534":{"*":{"id":90739,"name":"*","chunks":["server/chunks/ssr/_b6d31783._.js","server/chunks/ssr/[root-of-the-server]__a324b6db._.js","server/chunks/ssr/node_modules_70eac050._.js","server/chunks/ssr/node_modules_next_2a43e292._.js"],"async":false}},"58072":{"*":{"id":10232,"name":"*","chunks":["server/chunks/ssr/_b6d31783._.js","server/chunks/ssr/[root-of-the-server]__a324b6db._.js","server/chunks/ssr/node_modules_70eac050._.js","server/chunks/ssr/node_modules_next_2a43e292._.js"],"async":false}},"96136":{"*":{"id":41663,"name":"*","chunks":["server/chunks/ssr/_b6d31783._.js","server/chunks/ssr/[root-of-the-server]__a324b6db._.js","server/chunks/ssr/node_modules_70eac050._.js","server/chunks/ssr/node_modules_next_2a43e292._.js"],"async":false}},"40578":{"*":{"id":32644,"name":"*","chunks":["server/chunks/ssr/_b6d31783._.js","server/chunks/ssr/[root-of-the-server]__a324b6db._.js","server/chunks/ssr/node_modules_70eac050._.js","server/chunks/ssr/node_modules_next_2a43e292._.js"],"async":false}},"41895":{"*":{"id":82114,"name":"*","chunks":["server/chunks/ssr/_b6d31783._.js","server/chunks/ssr/[root-of-the-server]__a324b6db._.js","server/chunks/ssr/node_modules_70eac050._.js","server/chunks/ssr/node_modules_next_2a43e292._.js"],"async":false}},"96211":{"*":{"id":37334,"name":"*","chunks":["server/chunks/ssr/_b6d31783._.js","server/chunks/ssr/[root-of-the-server]__a324b6db._.js","server/chunks/ssr/node_modules_70eac050._.js","server/chunks/ssr/node_modules_next_2a43e292._.js"],"async":false}},"46770":{"*":{"id":92768,"name":"*","chunks":["server/chunks/ssr/_b6d31783._.js","server/chunks/ssr/[root-of-the-server]__a324b6db._.js","server/chunks/ssr/node_modules_70eac050._.js","server/chunks/ssr/node_modules_next_2a43e292._.js"],"async":false}},"44886":{"*":{"id":16487,"name":"*","chunks":["server/chunks/ssr/_b6d31783._.js","server/chunks/ssr/[root-of-the-server]__a324b6db._.js","server/chunks/ssr/node_modules_70eac050._.js","server/chunks/ssr/node_modules_next_2a43e292._.js","server/chunks/ssr/packages_web_src_app_unlock_UnlockForm_tsx_ce3149a7._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"39756":{"*":{"id":26768,"name":"*","chunks":[],"async":false}},"37457":{"*":{"id":17910,"name":"*","chunks":[],"async":false}},"47257":{"*":{"id":92977,"name":"*","chunks":[],"async":false}},"92825":{"*":{"id":48552,"name":"*","chunks":[],"async":false}},"68017":{"*":{"id":83919,"name":"*","chunks":[],"async":false}},"27201":{"*":{"id":40771,"name":"*","chunks":[],"async":false}},"97367":{"*":{"id":24150,"name":"*","chunks":[],"async":false}},"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"27534":{"*":{"id":77542,"name":"*","chunks":[],"async":false}},"58072":{"*":{"id":80832,"name":"*","chunks":[],"async":false}},"96136":{"*":{"id":14330,"name":"*","chunks":[],"async":false}},"40578":{"*":{"id":38886,"name":"*","chunks":[],"async":false}},"41895":{"*":{"id":43657,"name":"*","chunks":[],"async":false}},"96211":{"*":{"id":91789,"name":"*","chunks":[],"async":false}},"46770":{"*":{"id":97973,"name":"*","chunks":[],"async":false}},"44886":{"*":{"id":29909,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/packages/web/src/app/icon.svg":[],"[project]/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/packages/web/src/app/layout":[{"path":"static/chunks/df9658182f4f7d54.css","inlined":false}],"[project]/packages/web/src/app/unlock/page":[{"path":"static/chunks/df9658182f4f7d54.css","inlined":false}]},"entryJSFiles":{"[project]/packages/web/src/app/icon.svg":["static/chunks/c4c79d5d0b280aeb.js"],"[project]/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/packages/web/src/app/layout":["static/chunks/34d660195aaf8635.js","static/chunks/fdcf16937d36c773.js"],"[project]/packages/web/src/app/unlock/page":["static/chunks/34d660195aaf8635.js","static/chunks/fdcf16937d36c773.js","static/chunks/c5caacf383990e7b.js"]}}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
module.exports=[66680,(a,b,c)=>{b.exports=a.x("node:crypto",()=>require("node:crypto"))},37936,(a,b,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"registerServerReference",{enumerable:!0,get:function(){return d.registerServerReference}});let d=a.r(11857)},13095,(a,b,c)=>{"use strict";function d(a){for(let b=0;b<a.length;b++){let c=a[b];if("function"!=typeof c)throw Object.defineProperty(Error(`A "use server" file can only export async functions, found ${typeof c}.
|
|
2
|
-
Read more: https://nextjs.org/docs/messages/invalid-use-server-value`),"__NEXT_ERROR_CODE",{value:"E352",enumerable:!1,configurable:!0})}}Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"ensureServerEntryExports",{enumerable:!0,get:function(){return d}})},85978,a=>{"use strict";var b=a.i(37936),c=a.i(5246),d=a.i(13095);async function e(){var a,b,d,e,g,h;let i,j=await (0,c.headers)();return{nodeVersion:process.version,nextVersion:function(){var a;try{return null!=(a=process.title)?a:"unknown-process-title"}catch{return}}(),npmConfigUserAgent:process.env.npm_config_user_agent,userAgent:null!=(a=j.get("User-Agent"))?a:"unknown user-agent",port:process.env.PORT,host:null!=(b=j.get("host"))?b:"unknown host",xPort:null!=(d=j.get("x-forwarded-port"))?d:"unknown x-forwarded-port",xHost:null!=(e=j.get("x-forwarded-host"))?e:"unknown x-forwarded-host",xProtocol:null!=(g=j.get("x-forwarded-proto"))?g:"unknown x-forwarded-proto",xClerkAuthStatus:null!=(h=j.get("x-clerk-auth-status"))?h:"unknown x-clerk-auth-status",isCI:(i=new Set(["","false","0","no"]),f.some(a=>{let b=process.env[a];if(void 0===b)return!1;let c=b.trim().toLowerCase();return!i.has(c)}))}}let f=["CI","CONTINUOUS_INTEGRATION","BUILD_NUMBER","BUILD_ID","BUILDKITE","CIRCLECI","GITHUB_ACTIONS","GITLAB_CI","JENKINS_URL","TRAVIS","APPVEYOR","WERCKER","DRONE","CODESHIP","SEMAPHORE","SHIPPABLE","TEAMCITY_VERSION","BAMBOO_BUILDKEY","GO_PIPELINE_NAME","TF_BUILD","SYSTEM_TEAMFOUNDATIONCOLLECTIONURI","BITBUCKET_BUILD_NUMBER","HEROKU_TEST_RUN_ID","VERCEL","NETLIFY"];async function g(a){let b=new Headers;return a.nodeVersion&&b.set("Clerk-Node-Version",a.nodeVersion),a.nextVersion&&b.set("Clerk-Next-Version",a.nextVersion),a.npmConfigUserAgent&&b.set("Clerk-NPM-Config-User-Agent",a.npmConfigUserAgent),a.userAgent&&b.set("Clerk-Client-User-Agent",a.userAgent),a.port&&b.set("Clerk-Node-Port",a.port),a.host&&b.set("Clerk-Client-Host",a.host),a.xPort&&b.set("Clerk-X-Port",a.xPort),a.xHost&&b.set("Clerk-X-Host",a.xHost),a.xProtocol&&b.set("Clerk-X-Protocol",a.xProtocol),a.xClerkAuthStatus&&b.set("Clerk-Auth-Status",a.xClerkAuthStatus),a.isCI&&b.set("Clerk-Is-CI","true"),b}(0,d.ensureServerEntryExports)([e,g]),(0,b.registerServerReference)(e,"00551321e1acac5db2358cc20437ca3823ed882fb8",null),(0,b.registerServerReference)(g,"408a42e735aa94e436d29750e10c9437618f15ca9b",null),a.s(["collectKeylessMetadata",()=>e,"formatMetadataHeaders",()=>g])},43197,a=>{"use strict";a.i(66585);var b=a.i(54677),c=a.i(82849);let d=!a.i(77380).isNextWithUnstableServerActions&&(0,b.isDevelopmentEnvironment)()&&!c.KEYLESS_DISABLED;a.s(["canUseKeyless",()=>d])},54677,90476,a=>{"use strict";let b=()=>!1,c=()=>!1,d=()=>{try{return!0}catch{}return!1};function e(a){return a.endsWith(".lclstage.dev")||a.endsWith(".stgstage.dev")||a.endsWith(".clerkstage.dev")||a.endsWith(".accountsstage.dev")}a.s(["isDevelopmentEnvironment",()=>b,"isProductionEnvironment",()=>d,"isTestEnvironment",()=>c],54677),a.s(["isStaging",()=>e],90476)},66585,65023,a=>{"use strict";function b(a,b,c){return"function"==typeof a?a(b):void 0!==a?a:void 0!==c?c:void 0}a.i(54677),a.s(["handleValueOrFn",()=>b],65023),a.i(90476),a.s([],66585)},347,a=>{a.v({name:"next",version:"16.1.6",description:"The React Framework",main:"./dist/server/next.js",license:"MIT",repository:"vercel/next.js",bugs:"https://github.com/vercel/next.js/issues",homepage:"https://nextjs.org",types:"index.d.ts",files:["dist","app.js","app.d.ts","babel.js","babel.d.ts","client.js","client.d.ts","compat","cache.js","cache.d.ts","constants.js","constants.d.ts","document.js","document.d.ts","dynamic.js","dynamic.d.ts","error.js","error.d.ts","future","legacy","script.js","script.d.ts","server.js","server.d.ts","head.js","head.d.ts","image.js","image.d.ts","link.js","link.d.ts","form.js","form.d.ts","router.js","router.d.ts","jest.js","jest.d.ts","og.js","og.d.ts","root-params.js","root-params.d.ts","types.d.ts","types.js","index.d.ts","types/global.d.ts","types/compiled.d.ts","image-types/global.d.ts","navigation-types/navigation.d.ts","navigation-types/compat/navigation.d.ts","font","navigation.js","navigation.d.ts","headers.js","headers.d.ts","navigation-types","web-vitals.js","web-vitals.d.ts","experimental/testing/server.js","experimental/testing/server.d.ts","experimental/testmode/playwright.js","experimental/testmode/playwright.d.ts","experimental/testmode/playwright/msw.js","experimental/testmode/playwright/msw.d.ts","experimental/testmode/proxy.js","experimental/testmode/proxy.d.ts"],bin:{next:"./dist/bin/next"},scripts:{dev:"cross-env NEXT_SERVER_NO_MANGLE=1 taskr",build:"taskr release",prepublishOnly:"cd ../../ && turbo run build",types:"tsc --project tsconfig.build.json --declaration --emitDeclarationOnly --stripInternal --declarationDir dist",typescript:"tsec --noEmit","ncc-compiled":"taskr ncc",storybook:"BROWSER=none storybook dev -p 6006","build-storybook":"storybook build","test-storybook":"test-storybook"},taskr:{requires:["./taskfile-webpack.js","./taskfile-ncc.js","./taskfile-swc.js","./taskfile-watch.js"]},dependencies:{"@next/env":"16.1.6","@swc/helpers":"0.5.15","baseline-browser-mapping":"^2.8.3","caniuse-lite":"^1.0.30001579",postcss:"8.4.31","styled-jsx":"5.1.6"},peerDependencies:{"@opentelemetry/api":"^1.1.0","@playwright/test":"^1.51.1","babel-plugin-react-compiler":"*",react:"^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0","react-dom":"^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",sass:"^1.3.0"},peerDependenciesMeta:{"babel-plugin-react-compiler":{optional:!0},sass:{optional:!0},"@opentelemetry/api":{optional:!0},"@playwright/test":{optional:!0}},optionalDependencies:{sharp:"^0.34.4","@next/swc-darwin-arm64":"16.1.6","@next/swc-darwin-x64":"16.1.6","@next/swc-linux-arm64-gnu":"16.1.6","@next/swc-linux-arm64-musl":"16.1.6","@next/swc-linux-x64-gnu":"16.1.6","@next/swc-linux-x64-musl":"16.1.6","@next/swc-win32-arm64-msvc":"16.1.6","@next/swc-win32-x64-msvc":"16.1.6"},devDependencies:{"@babel/code-frame":"7.26.2","@babel/core":"7.26.10","@babel/eslint-parser":"7.24.6","@babel/generator":"7.27.0","@babel/plugin-syntax-bigint":"7.8.3","@babel/plugin-syntax-dynamic-import":"7.8.3","@babel/plugin-syntax-import-attributes":"7.26.0","@babel/plugin-syntax-jsx":"7.25.9","@babel/plugin-syntax-typescript":"7.25.4","@babel/plugin-transform-class-properties":"7.25.9","@babel/plugin-transform-export-namespace-from":"7.25.9","@babel/plugin-transform-modules-commonjs":"7.26.3","@babel/plugin-transform-numeric-separator":"7.25.9","@babel/plugin-transform-object-rest-spread":"7.25.9","@babel/plugin-transform-runtime":"7.26.10","@babel/preset-env":"7.26.9","@babel/preset-react":"7.26.3","@babel/preset-typescript":"7.27.0","@babel/runtime":"7.27.0","@babel/traverse":"7.27.0","@babel/types":"7.27.0","@base-ui-components/react":"1.0.0-beta.2","@capsizecss/metrics":"3.4.0","@edge-runtime/cookies":"6.0.0","@edge-runtime/ponyfill":"4.0.0","@edge-runtime/primitives":"6.0.0","@hapi/accept":"5.0.2","@jest/transform":"29.5.0","@jest/types":"29.5.0","@modelcontextprotocol/sdk":"1.18.1","@mswjs/interceptors":"0.23.0","@napi-rs/triples":"1.2.0","@next/font":"16.1.6","@next/polyfill-module":"16.1.6","@next/polyfill-nomodule":"16.1.6","@next/react-refresh-utils":"16.1.6","@next/swc":"16.1.6","@opentelemetry/api":"1.6.0","@playwright/test":"1.51.1","@rspack/core":"1.6.7","@storybook/addon-a11y":"8.6.0","@storybook/addon-essentials":"8.6.0","@storybook/addon-interactions":"8.6.0","@storybook/addon-webpack5-compiler-swc":"3.0.0","@storybook/blocks":"8.6.0","@storybook/react":"8.6.0","@storybook/react-webpack5":"8.6.0","@storybook/test":"8.6.0","@storybook/test-runner":"0.21.0","@swc/core":"1.11.24","@swc/types":"0.1.7","@taskr/clear":"1.1.0","@taskr/esnext":"1.1.0","@types/babel__code-frame":"7.0.6","@types/babel__core":"7.20.5","@types/babel__generator":"7.27.0","@types/babel__template":"7.4.4","@types/babel__traverse":"7.20.7","@types/bytes":"3.1.1","@types/ci-info":"2.0.0","@types/compression":"0.0.36","@types/content-disposition":"0.5.4","@types/content-type":"1.1.3","@types/cookie":"0.3.3","@types/cross-spawn":"6.0.0","@types/debug":"4.1.5","@types/express-serve-static-core":"4.17.33","@types/fresh":"0.5.0","@types/glob":"7.1.1","@types/jsonwebtoken":"9.0.0","@types/lodash":"4.14.198","@types/lodash.curry":"4.1.6","@types/path-to-regexp":"1.7.0","@types/picomatch":"2.3.3","@types/platform":"1.3.4","@types/react":"19.0.8","@types/react-dom":"19.0.3","@types/react-is":"18.2.4","@types/semver":"7.3.1","@types/send":"0.14.4","@types/serve-handler":"6.1.4","@types/shell-quote":"1.7.1","@types/tar":"6.1.5","@types/text-table":"0.2.1","@types/ua-parser-js":"0.7.36","@types/webpack-sources1":"npm:@types/webpack-sources@0.1.5","@types/ws":"8.2.0","@vercel/ncc":"0.34.0","@vercel/nft":"0.27.1","@vercel/routing-utils":"5.2.0","@vercel/turbopack-ecmascript-runtime":"*",acorn:"8.14.0",anser:"1.4.9",arg:"4.1.0",assert:"2.0.0","async-retry":"1.2.3","async-sema":"3.0.0","axe-playwright":"2.0.3","babel-loader":"10.0.0","babel-plugin-react-compiler":"0.0.0-experimental-3fde738-20250918","babel-plugin-transform-define":"2.0.0","babel-plugin-transform-react-remove-prop-types":"0.4.24","browserify-zlib":"0.2.0",browserslist:"4.28.0",buffer:"5.6.0",busboy:"1.6.0",bytes:"3.1.1","ci-info":"watson/ci-info#f43f6a1cefff47fb361c88cf4b943fdbcaafe540","cli-select":"1.1.2","client-only":"0.0.1",commander:"12.1.0","comment-json":"3.0.3",compression:"1.7.4",conf:"5.0.0","constants-browserify":"1.0.0","content-disposition":"0.5.3","content-type":"1.0.4",cookie:"0.4.1","cross-env":"6.0.3","cross-spawn":"7.0.3","crypto-browserify":"3.12.0","css-loader":"7.1.2","css.escape":"1.5.1","cssnano-preset-default":"7.0.6","data-uri-to-buffer":"3.0.1",debug:"4.1.1",devalue:"2.0.1","domain-browser":"4.19.0","edge-runtime":"4.0.1",events:"3.3.0","find-up":"4.1.0",fresh:"0.5.2",glob:"7.1.7","gzip-size":"5.1.1","http-proxy":"1.18.1","http-proxy-agent":"5.0.0","https-browserify":"1.0.0","https-proxy-agent":"5.0.1","icss-utils":"5.1.0","ignore-loader":"0.1.2","image-size":"1.2.1","ipaddr.js":"2.2.0","is-docker":"2.0.0","is-wsl":"2.2.0","jest-worker":"27.5.1",json5:"2.2.3",jsonwebtoken:"9.0.0","loader-runner":"4.3.0","loader-utils2":"npm:loader-utils@2.0.4","loader-utils3":"npm:loader-utils@3.1.3","lodash.curry":"4.1.1","mini-css-extract-plugin":"2.4.4",msw:"2.3.0",nanoid:"3.1.32","native-url":"0.3.4","neo-async":"2.6.1","node-html-parser":"5.3.3",ora:"4.0.4","os-browserify":"0.3.0","p-limit":"3.1.0","p-queue":"6.6.2","path-browserify":"1.0.1","path-to-regexp":"6.3.0",picomatch:"4.0.1","postcss-flexbugs-fixes":"5.0.2","postcss-modules-extract-imports":"3.0.0","postcss-modules-local-by-default":"4.2.0","postcss-modules-scope":"3.0.0","postcss-modules-values":"4.0.0","postcss-preset-env":"7.4.3","postcss-safe-parser":"6.0.0","postcss-scss":"4.0.3","postcss-value-parser":"4.2.0",process:"0.11.10",punycode:"2.1.1","querystring-es3":"0.2.1","raw-body":"2.4.1","react-refresh":"0.12.0",recast:"0.23.11","regenerator-runtime":"0.13.4","safe-stable-stringify":"2.5.0","sass-loader":"16.0.5","schema-utils2":"npm:schema-utils@2.7.1","schema-utils3":"npm:schema-utils@3.0.0",semver:"7.3.2",send:"0.18.0","serve-handler":"6.1.6","server-only":"0.0.1",setimmediate:"1.0.5","shell-quote":"1.7.3","source-map":"0.6.1","source-map-loader":"5.0.0","source-map08":"npm:source-map@0.8.0-beta.0","stacktrace-parser":"0.1.10",storybook:"8.6.0","stream-browserify":"3.0.0","stream-http":"3.1.1","strict-event-emitter":"0.5.0","string-hash":"1.1.3",string_decoder:"1.3.0","strip-ansi":"6.0.0","style-loader":"4.0.0",superstruct:"1.0.3",tar:"6.1.15",taskr:"1.1.0",terser:"5.27.0","terser-webpack-plugin":"5.3.9","text-table":"0.2.0","timers-browserify":"2.0.12","tty-browserify":"0.0.1",typescript:"5.9.2","ua-parser-js":"1.0.35",unistore:"3.4.1",util:"0.12.4","vm-browserify":"1.1.2",watchpack:"2.4.0","web-vitals":"4.2.1",webpack:"5.98.0","webpack-sources1":"npm:webpack-sources@1.4.3","webpack-sources3":"npm:webpack-sources@3.2.3",ws:"8.2.3",zod:"3.25.76","zod-validation-error":"3.4.0"},keywords:["react","framework","nextjs","web","server","node","front-end","backend","cli","vercel"],engines:{node:">=20.9.0"}})},77380,a=>{"use strict";var b,c,d,e,f,g,h=a.i(347);let i=null!=(d=null==(c=null==(b=h.default)?void 0:b.version)?void 0:c.startsWith("13."))&&d,j=i||null!=(g=null==(f=null==(e=h.default)?void 0:e.version)?void 0:f.startsWith("14.0"))&&g,k=function(a){var b;if(!(null==(b=h.default)?void 0:b.version))return!1;let c=parseInt(h.default.version.split(".")[0],10);return!isNaN(c)&&c>=16}(0);a.s(["isNext13",()=>i,"isNext16OrHigher",()=>k,"isNextWithUnstableServerActions",()=>j])},75582,57110,a=>{"use strict";var b=a.i(59292);function c(a){return async(...b)=>{let{data:c,errors:d}=await a(...b);if(d)throw d[0];return c}}function d(a){return(...b)=>{let{data:c,errors:d}=a(...b);if(d)throw d[0];return c}}a.i(79378),a.s(["withLegacyReturn",()=>c,"withLegacySyncReturn",()=>d],57110),a.i(75400),a.i(61675),a.i(16765),a.i(28249),a.i(49326),a.i(71327);var e=a.i(3598),f=a.i(36482),g=class{#a;#b=864e5;constructor(a){this.#a=a}isEventThrottled(a){let b=Date.now(),c=this.#c(a),d=this.#a.getItem(c);return!!d&&!(b-d>this.#b)||(this.#a.setItem(c,b),!1)}#c(a){let{sk:b,pk:c,payload:d,...e}=a,f={...d,...e};return JSON.stringify(Object.keys({...d,...e}).sort().map(a=>f[a]))}},h=class{#d="clerk_telemetry_throttler";getItem(a){return this.#e()[a]}setItem(a,b){try{let c=this.#e();c[a]=b,localStorage.setItem(this.#d,JSON.stringify(c))}catch(a){a instanceof DOMException&&("QuotaExceededError"===a.name||"NS_ERROR_DOM_QUOTA_REACHED"===a.name)&&localStorage.length>0&&localStorage.removeItem(this.#d)}}removeItem(a){try{let b=this.#e();delete b[a],localStorage.setItem(this.#d,JSON.stringify(b))}catch{}}#e(){try{let a=localStorage.getItem(this.#d);if(!a)return{};return JSON.parse(a)}catch{return{}}}static isSupported(){return!1}},i=class{#a=new Map;#f=1e4;getItem(a){return this.#a.size>this.#f?void this.#a.clear():this.#a.get(a)}setItem(a,b){this.#a.set(a,b)}removeItem(a){this.#a.delete(a)}};let j=new Set(["error","warn","info","debug","trace"]);var k=class{#g;#h;#i={};#j=[];#k=null;constructor(a){this.#g={maxBufferSize:a.maxBufferSize??5,samplingRate:a.samplingRate??1,perEventSampling:a.perEventSampling??!0,disabled:a.disabled??!1,debug:a.debug??!1,endpoint:"https://clerk-telemetry.com"},a.clerkVersion?this.#i.clerkVersion=a.clerkVersion??"":this.#i.clerkVersion="",this.#i.sdk=a.sdk,this.#i.sdkVersion=a.sdkVersion,this.#i.publishableKey=a.publishableKey??"";const b=(0,e.parsePublishableKey)(a.publishableKey);b&&(this.#i.instanceType=b.instanceType),a.secretKey&&(this.#i.secretKey=a.secretKey.substring(0,16)),this.#h=new g(h.isSupported()?new h:new i)}get isEnabled(){return!("development"!==this.#i.instanceType||this.#g.disabled||"u">typeof process&&process.env&&(0,f.isTruthy)(process.env.CLERK_TELEMETRY_DISABLED))}get isDebug(){return this.#g.debug||"u">typeof process&&process.env&&(0,f.isTruthy)(process.env.CLERK_TELEMETRY_DEBUG)}record(a){try{let b=this.#l(a.event,a.payload);if(this.#m(b.event,b),!this.#n(b,a.eventSamplingRate))return;this.#j.push({kind:"event",value:b}),this.#o()}catch(a){console.error("[clerk/telemetry] Error recording telemetry event",a)}}recordLog(a){try{if(!this.#p(a))return;let b="string"==typeof a?.level&&j.has(a.level),c="string"==typeof a?.message&&a.message.trim().length>0,d=null,e=a?.timestamp;if("number"==typeof e||"string"==typeof e){let a=new Date(e);Number.isNaN(a.getTime())||(d=a)}if(!b||!c||null===d){this.isDebug&&"u">typeof console&&console.warn("[clerk/telemetry] Dropping invalid telemetry log entry",{levelIsValid:b,messageIsValid:c,timestampIsValid:null!==d});return}let f=this.#q(),g={sdk:f.name,sdkv:f.version,cv:this.#i.clerkVersion??"",lvl:a.level,msg:a.message,ts:d.toISOString(),pk:this.#i.publishableKey||null,payload:this.#r(a.context)};this.#j.push({kind:"log",value:g}),this.#o()}catch(a){console.error("[clerk/telemetry] Error recording telemetry log entry",a)}}#n(a,b){return this.isEnabled&&!this.isDebug&&this.#s(a,b)}#p(a){return!0}#s(a,b){let c=Math.random();return!!(c<=this.#g.samplingRate&&(!1===this.#g.perEventSampling||void 0===b||c<=b))&&!this.#h.isEventThrottled(a)}#o(){this.#t()}#t(){let a=[...this.#j];if(this.#j=[],this.#k=null,0===a.length)return;let b=a.filter(a=>"event"===a.kind).map(a=>a.value),c=a.filter(a=>"log"===a.kind).map(a=>a.value);b.length>0&&fetch(new URL("/v1/event",this.#g.endpoint),{headers:{"Content-Type":"application/json"},keepalive:!0,method:"POST",body:JSON.stringify({events:b})}).catch(()=>void 0),c.length>0&&fetch(new URL("/v1/logs",this.#g.endpoint),{headers:{"Content-Type":"application/json"},keepalive:!0,method:"POST",body:JSON.stringify({logs:c})}).catch(()=>void 0)}#m(a,b){this.isDebug&&(void 0!==console.groupCollapsed?(console.groupCollapsed("[clerk/telemetry]",a),console.log(b),console.groupEnd()):console.log("[clerk/telemetry]",a,b))}#q(){return{name:this.#i.sdk,version:this.#i.sdkVersion}}#l(a,b){let c=this.#q();return{event:a,cv:this.#i.clerkVersion??"",it:this.#i.instanceType??"",sdk:c.name,sdkv:c.version,...this.#i.publishableKey?{pk:this.#i.publishableKey}:{},...this.#i.secretKey?{sk:this.#i.secretKey}:{},payload:b}}#r(a){if(null==a||"object"!=typeof a)return null;try{let b=JSON.parse(JSON.stringify(a));if(b&&"object"==typeof b&&!Array.isArray(b))return b;return null}catch{return null}}};c(b.verifyToken);var l=a.i(82849);let m={secretKey:l.SECRET_KEY,publishableKey:l.PUBLISHABLE_KEY,apiUrl:l.API_URL,apiVersion:l.API_VERSION,userAgent:"@clerk/nextjs@6.39.0",proxyUrl:l.PROXY_URL,domain:l.DOMAIN,isSatellite:l.IS_SATELLITE,machineSecretKey:l.MACHINE_SECRET_KEY,sdkMetadata:l.SDK_METADATA,telemetry:{disabled:l.TELEMETRY_DISABLED,debug:l.TELEMETRY_DEBUG}},n=a=>{let c,d,e,f;return c={...m,...a},d=(0,b.createBackendApiClient)(c),e=(0,b.createAuthenticateRequest)({options:c,apiClient:d}),f=new k({publishableKey:c.publishableKey,secretKey:c.secretKey,samplingRate:.1,...c.sdkMetadata?{sdk:c.sdkMetadata.name,sdkVersion:c.sdkMetadata.version}:{},...c.telemetry||{}}),{...d,...e,telemetry:f}};a.s(["createClerkClientWithOptions",()=>n],75582)},58658,a=>{"use strict";a.s(["APIKeys",()=>c,"CreateOrganization",()=>d,"GoogleOneTap",()=>e,"OrganizationList",()=>f,"OrganizationProfile",()=>g,"OrganizationSwitcher",()=>h,"PricingTable",()=>i,"SignIn",()=>j,"SignInButton",()=>k,"SignInWithMetamaskButton",()=>l,"SignOutButton",()=>m,"SignUp",()=>n,"SignUpButton",()=>o,"TaskChooseOrganization",()=>p,"TaskResetPassword",()=>q,"TaskSetupMFA",()=>r,"UserAvatar",()=>s,"UserButton",()=>t,"UserProfile",()=>u,"Waitlist",()=>v]);var b=a.i(11857);let c=(0,b.registerClientReference)(function(){throw Error("Attempted to call APIKeys() from the server but APIKeys is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","APIKeys"),d=(0,b.registerClientReference)(function(){throw Error("Attempted to call CreateOrganization() from the server but CreateOrganization is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","CreateOrganization"),e=(0,b.registerClientReference)(function(){throw Error("Attempted to call GoogleOneTap() from the server but GoogleOneTap is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","GoogleOneTap"),f=(0,b.registerClientReference)(function(){throw Error("Attempted to call OrganizationList() from the server but OrganizationList is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","OrganizationList"),g=(0,b.registerClientReference)(function(){throw Error("Attempted to call OrganizationProfile() from the server but OrganizationProfile is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","OrganizationProfile"),h=(0,b.registerClientReference)(function(){throw Error("Attempted to call OrganizationSwitcher() from the server but OrganizationSwitcher is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","OrganizationSwitcher"),i=(0,b.registerClientReference)(function(){throw Error("Attempted to call PricingTable() from the server but PricingTable is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","PricingTable"),j=(0,b.registerClientReference)(function(){throw Error("Attempted to call SignIn() from the server but SignIn is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","SignIn"),k=(0,b.registerClientReference)(function(){throw Error("Attempted to call SignInButton() from the server but SignInButton is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","SignInButton"),l=(0,b.registerClientReference)(function(){throw Error("Attempted to call SignInWithMetamaskButton() from the server but SignInWithMetamaskButton is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","SignInWithMetamaskButton"),m=(0,b.registerClientReference)(function(){throw Error("Attempted to call SignOutButton() from the server but SignOutButton is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","SignOutButton"),n=(0,b.registerClientReference)(function(){throw Error("Attempted to call SignUp() from the server but SignUp is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","SignUp"),o=(0,b.registerClientReference)(function(){throw Error("Attempted to call SignUpButton() from the server but SignUpButton is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","SignUpButton"),p=(0,b.registerClientReference)(function(){throw Error("Attempted to call TaskChooseOrganization() from the server but TaskChooseOrganization is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","TaskChooseOrganization"),q=(0,b.registerClientReference)(function(){throw Error("Attempted to call TaskResetPassword() from the server but TaskResetPassword is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","TaskResetPassword"),r=(0,b.registerClientReference)(function(){throw Error("Attempted to call TaskSetupMFA() from the server but TaskSetupMFA is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","TaskSetupMFA"),s=(0,b.registerClientReference)(function(){throw Error("Attempted to call UserAvatar() from the server but UserAvatar is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","UserAvatar"),t=(0,b.registerClientReference)(function(){throw Error("Attempted to call UserButton() from the server but UserButton is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","UserButton"),u=(0,b.registerClientReference)(function(){throw Error("Attempted to call UserProfile() from the server but UserProfile is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","UserProfile"),v=(0,b.registerClientReference)(function(){throw Error("Attempted to call Waitlist() from the server but Waitlist is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","Waitlist")},80832,a=>{"use strict";a.s(["APIKeys",()=>c,"CreateOrganization",()=>d,"GoogleOneTap",()=>e,"OrganizationList",()=>f,"OrganizationProfile",()=>g,"OrganizationSwitcher",()=>h,"PricingTable",()=>i,"SignIn",()=>j,"SignInButton",()=>k,"SignInWithMetamaskButton",()=>l,"SignOutButton",()=>m,"SignUp",()=>n,"SignUpButton",()=>o,"TaskChooseOrganization",()=>p,"TaskResetPassword",()=>q,"TaskSetupMFA",()=>r,"UserAvatar",()=>s,"UserButton",()=>t,"UserProfile",()=>u,"Waitlist",()=>v]);var b=a.i(11857);let c=(0,b.registerClientReference)(function(){throw Error("Attempted to call APIKeys() from the server but APIKeys is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","APIKeys"),d=(0,b.registerClientReference)(function(){throw Error("Attempted to call CreateOrganization() from the server but CreateOrganization is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","CreateOrganization"),e=(0,b.registerClientReference)(function(){throw Error("Attempted to call GoogleOneTap() from the server but GoogleOneTap is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","GoogleOneTap"),f=(0,b.registerClientReference)(function(){throw Error("Attempted to call OrganizationList() from the server but OrganizationList is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","OrganizationList"),g=(0,b.registerClientReference)(function(){throw Error("Attempted to call OrganizationProfile() from the server but OrganizationProfile is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","OrganizationProfile"),h=(0,b.registerClientReference)(function(){throw Error("Attempted to call OrganizationSwitcher() from the server but OrganizationSwitcher is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","OrganizationSwitcher"),i=(0,b.registerClientReference)(function(){throw Error("Attempted to call PricingTable() from the server but PricingTable is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","PricingTable"),j=(0,b.registerClientReference)(function(){throw Error("Attempted to call SignIn() from the server but SignIn is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","SignIn"),k=(0,b.registerClientReference)(function(){throw Error("Attempted to call SignInButton() from the server but SignInButton is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","SignInButton"),l=(0,b.registerClientReference)(function(){throw Error("Attempted to call SignInWithMetamaskButton() from the server but SignInWithMetamaskButton is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","SignInWithMetamaskButton"),m=(0,b.registerClientReference)(function(){throw Error("Attempted to call SignOutButton() from the server but SignOutButton is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","SignOutButton"),n=(0,b.registerClientReference)(function(){throw Error("Attempted to call SignUp() from the server but SignUp is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","SignUp"),o=(0,b.registerClientReference)(function(){throw Error("Attempted to call SignUpButton() from the server but SignUpButton is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","SignUpButton"),p=(0,b.registerClientReference)(function(){throw Error("Attempted to call TaskChooseOrganization() from the server but TaskChooseOrganization is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","TaskChooseOrganization"),q=(0,b.registerClientReference)(function(){throw Error("Attempted to call TaskResetPassword() from the server but TaskResetPassword is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","TaskResetPassword"),r=(0,b.registerClientReference)(function(){throw Error("Attempted to call TaskSetupMFA() from the server but TaskSetupMFA is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","TaskSetupMFA"),s=(0,b.registerClientReference)(function(){throw Error("Attempted to call UserAvatar() from the server but UserAvatar is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","UserAvatar"),t=(0,b.registerClientReference)(function(){throw Error("Attempted to call UserButton() from the server but UserButton is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","UserButton"),u=(0,b.registerClientReference)(function(){throw Error("Attempted to call UserProfile() from the server but UserProfile is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","UserProfile"),v=(0,b.registerClientReference)(function(){throw Error("Attempted to call Waitlist() from the server but Waitlist is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","Waitlist")},40163,a=>{"use strict";a.i(58658);var b=a.i(80832);a.n(b)},72721,a=>{a.v(b=>Promise.all(["server/chunks/ssr/[root-of-the-server]__bc8d015f._.js"].map(b=>a.l(b))).then(()=>b(488)))},21215,a=>{a.v(b=>Promise.all(["server/chunks/ssr/node_modules_@clerk_nextjs_dist_esm_server_keyless-log-cache_52006def.js"].map(b=>a.l(b))).then(()=>b(78829)))},67338,a=>{a.v(b=>Promise.all(["server/chunks/ssr/[root-of-the-server]__a509d17d._.js"].map(b=>a.l(b))).then(()=>b(71227)))},67257,a=>{a.v(b=>Promise.all(["server/chunks/ssr/d4b1c_modules_@clerk_nextjs_dist_esm_app-router_client_keyless-cookie-sync_f823d0f8.js"].map(b=>a.l(b))).then(()=>b(6223)))},23804,a=>{a.v(a=>Promise.resolve().then(()=>a(5246)))},77710,a=>{a.v(b=>Promise.all(["server/chunks/ssr/[root-of-the-server]__4f387f9d._.js"].map(b=>a.l(b))).then(()=>b(15866)))}];
|
|
2
|
+
Read more: https://nextjs.org/docs/messages/invalid-use-server-value`),"__NEXT_ERROR_CODE",{value:"E352",enumerable:!1,configurable:!0})}}Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"ensureServerEntryExports",{enumerable:!0,get:function(){return d}})},85978,a=>{"use strict";var b=a.i(37936),c=a.i(5246),d=a.i(13095);async function e(){var a,b,d,e,g,h;let i,j=await (0,c.headers)();return{nodeVersion:process.version,nextVersion:function(){var a;try{return null!=(a=process.title)?a:"unknown-process-title"}catch{return}}(),npmConfigUserAgent:process.env.npm_config_user_agent,userAgent:null!=(a=j.get("User-Agent"))?a:"unknown user-agent",port:process.env.PORT,host:null!=(b=j.get("host"))?b:"unknown host",xPort:null!=(d=j.get("x-forwarded-port"))?d:"unknown x-forwarded-port",xHost:null!=(e=j.get("x-forwarded-host"))?e:"unknown x-forwarded-host",xProtocol:null!=(g=j.get("x-forwarded-proto"))?g:"unknown x-forwarded-proto",xClerkAuthStatus:null!=(h=j.get("x-clerk-auth-status"))?h:"unknown x-clerk-auth-status",isCI:(i=new Set(["","false","0","no"]),f.some(a=>{let b=process.env[a];if(void 0===b)return!1;let c=b.trim().toLowerCase();return!i.has(c)}))}}let f=["CI","CONTINUOUS_INTEGRATION","BUILD_NUMBER","BUILD_ID","BUILDKITE","CIRCLECI","GITHUB_ACTIONS","GITLAB_CI","JENKINS_URL","TRAVIS","APPVEYOR","WERCKER","DRONE","CODESHIP","SEMAPHORE","SHIPPABLE","TEAMCITY_VERSION","BAMBOO_BUILDKEY","GO_PIPELINE_NAME","TF_BUILD","SYSTEM_TEAMFOUNDATIONCOLLECTIONURI","BITBUCKET_BUILD_NUMBER","HEROKU_TEST_RUN_ID","VERCEL","NETLIFY"];async function g(a){let b=new Headers;return a.nodeVersion&&b.set("Clerk-Node-Version",a.nodeVersion),a.nextVersion&&b.set("Clerk-Next-Version",a.nextVersion),a.npmConfigUserAgent&&b.set("Clerk-NPM-Config-User-Agent",a.npmConfigUserAgent),a.userAgent&&b.set("Clerk-Client-User-Agent",a.userAgent),a.port&&b.set("Clerk-Node-Port",a.port),a.host&&b.set("Clerk-Client-Host",a.host),a.xPort&&b.set("Clerk-X-Port",a.xPort),a.xHost&&b.set("Clerk-X-Host",a.xHost),a.xProtocol&&b.set("Clerk-X-Protocol",a.xProtocol),a.xClerkAuthStatus&&b.set("Clerk-Auth-Status",a.xClerkAuthStatus),a.isCI&&b.set("Clerk-Is-CI","true"),b}(0,d.ensureServerEntryExports)([e,g]),(0,b.registerServerReference)(e,"008384472ed640d18a3f016346c0ce33e719ff0a0d",null),(0,b.registerServerReference)(g,"409c3c741a5049c11f4c552108d86188c466055dc6",null),a.s(["collectKeylessMetadata",()=>e,"formatMetadataHeaders",()=>g])},43197,a=>{"use strict";a.i(66585);var b=a.i(54677),c=a.i(82849);let d=!a.i(77380).isNextWithUnstableServerActions&&(0,b.isDevelopmentEnvironment)()&&!c.KEYLESS_DISABLED;a.s(["canUseKeyless",()=>d])},54677,90476,a=>{"use strict";let b=()=>!1,c=()=>!1,d=()=>{try{return!0}catch{}return!1};function e(a){return a.endsWith(".lclstage.dev")||a.endsWith(".stgstage.dev")||a.endsWith(".clerkstage.dev")||a.endsWith(".accountsstage.dev")}a.s(["isDevelopmentEnvironment",()=>b,"isProductionEnvironment",()=>d,"isTestEnvironment",()=>c],54677),a.s(["isStaging",()=>e],90476)},66585,65023,a=>{"use strict";function b(a,b,c){return"function"==typeof a?a(b):void 0!==a?a:void 0!==c?c:void 0}a.i(54677),a.s(["handleValueOrFn",()=>b],65023),a.i(90476),a.s([],66585)},347,a=>{a.v({name:"next",version:"16.1.6",description:"The React Framework",main:"./dist/server/next.js",license:"MIT",repository:"vercel/next.js",bugs:"https://github.com/vercel/next.js/issues",homepage:"https://nextjs.org",types:"index.d.ts",files:["dist","app.js","app.d.ts","babel.js","babel.d.ts","client.js","client.d.ts","compat","cache.js","cache.d.ts","constants.js","constants.d.ts","document.js","document.d.ts","dynamic.js","dynamic.d.ts","error.js","error.d.ts","future","legacy","script.js","script.d.ts","server.js","server.d.ts","head.js","head.d.ts","image.js","image.d.ts","link.js","link.d.ts","form.js","form.d.ts","router.js","router.d.ts","jest.js","jest.d.ts","og.js","og.d.ts","root-params.js","root-params.d.ts","types.d.ts","types.js","index.d.ts","types/global.d.ts","types/compiled.d.ts","image-types/global.d.ts","navigation-types/navigation.d.ts","navigation-types/compat/navigation.d.ts","font","navigation.js","navigation.d.ts","headers.js","headers.d.ts","navigation-types","web-vitals.js","web-vitals.d.ts","experimental/testing/server.js","experimental/testing/server.d.ts","experimental/testmode/playwright.js","experimental/testmode/playwright.d.ts","experimental/testmode/playwright/msw.js","experimental/testmode/playwright/msw.d.ts","experimental/testmode/proxy.js","experimental/testmode/proxy.d.ts"],bin:{next:"./dist/bin/next"},scripts:{dev:"cross-env NEXT_SERVER_NO_MANGLE=1 taskr",build:"taskr release",prepublishOnly:"cd ../../ && turbo run build",types:"tsc --project tsconfig.build.json --declaration --emitDeclarationOnly --stripInternal --declarationDir dist",typescript:"tsec --noEmit","ncc-compiled":"taskr ncc",storybook:"BROWSER=none storybook dev -p 6006","build-storybook":"storybook build","test-storybook":"test-storybook"},taskr:{requires:["./taskfile-webpack.js","./taskfile-ncc.js","./taskfile-swc.js","./taskfile-watch.js"]},dependencies:{"@next/env":"16.1.6","@swc/helpers":"0.5.15","baseline-browser-mapping":"^2.8.3","caniuse-lite":"^1.0.30001579",postcss:"8.4.31","styled-jsx":"5.1.6"},peerDependencies:{"@opentelemetry/api":"^1.1.0","@playwright/test":"^1.51.1","babel-plugin-react-compiler":"*",react:"^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0","react-dom":"^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",sass:"^1.3.0"},peerDependenciesMeta:{"babel-plugin-react-compiler":{optional:!0},sass:{optional:!0},"@opentelemetry/api":{optional:!0},"@playwright/test":{optional:!0}},optionalDependencies:{sharp:"^0.34.4","@next/swc-darwin-arm64":"16.1.6","@next/swc-darwin-x64":"16.1.6","@next/swc-linux-arm64-gnu":"16.1.6","@next/swc-linux-arm64-musl":"16.1.6","@next/swc-linux-x64-gnu":"16.1.6","@next/swc-linux-x64-musl":"16.1.6","@next/swc-win32-arm64-msvc":"16.1.6","@next/swc-win32-x64-msvc":"16.1.6"},devDependencies:{"@babel/code-frame":"7.26.2","@babel/core":"7.26.10","@babel/eslint-parser":"7.24.6","@babel/generator":"7.27.0","@babel/plugin-syntax-bigint":"7.8.3","@babel/plugin-syntax-dynamic-import":"7.8.3","@babel/plugin-syntax-import-attributes":"7.26.0","@babel/plugin-syntax-jsx":"7.25.9","@babel/plugin-syntax-typescript":"7.25.4","@babel/plugin-transform-class-properties":"7.25.9","@babel/plugin-transform-export-namespace-from":"7.25.9","@babel/plugin-transform-modules-commonjs":"7.26.3","@babel/plugin-transform-numeric-separator":"7.25.9","@babel/plugin-transform-object-rest-spread":"7.25.9","@babel/plugin-transform-runtime":"7.26.10","@babel/preset-env":"7.26.9","@babel/preset-react":"7.26.3","@babel/preset-typescript":"7.27.0","@babel/runtime":"7.27.0","@babel/traverse":"7.27.0","@babel/types":"7.27.0","@base-ui-components/react":"1.0.0-beta.2","@capsizecss/metrics":"3.4.0","@edge-runtime/cookies":"6.0.0","@edge-runtime/ponyfill":"4.0.0","@edge-runtime/primitives":"6.0.0","@hapi/accept":"5.0.2","@jest/transform":"29.5.0","@jest/types":"29.5.0","@modelcontextprotocol/sdk":"1.18.1","@mswjs/interceptors":"0.23.0","@napi-rs/triples":"1.2.0","@next/font":"16.1.6","@next/polyfill-module":"16.1.6","@next/polyfill-nomodule":"16.1.6","@next/react-refresh-utils":"16.1.6","@next/swc":"16.1.6","@opentelemetry/api":"1.6.0","@playwright/test":"1.51.1","@rspack/core":"1.6.7","@storybook/addon-a11y":"8.6.0","@storybook/addon-essentials":"8.6.0","@storybook/addon-interactions":"8.6.0","@storybook/addon-webpack5-compiler-swc":"3.0.0","@storybook/blocks":"8.6.0","@storybook/react":"8.6.0","@storybook/react-webpack5":"8.6.0","@storybook/test":"8.6.0","@storybook/test-runner":"0.21.0","@swc/core":"1.11.24","@swc/types":"0.1.7","@taskr/clear":"1.1.0","@taskr/esnext":"1.1.0","@types/babel__code-frame":"7.0.6","@types/babel__core":"7.20.5","@types/babel__generator":"7.27.0","@types/babel__template":"7.4.4","@types/babel__traverse":"7.20.7","@types/bytes":"3.1.1","@types/ci-info":"2.0.0","@types/compression":"0.0.36","@types/content-disposition":"0.5.4","@types/content-type":"1.1.3","@types/cookie":"0.3.3","@types/cross-spawn":"6.0.0","@types/debug":"4.1.5","@types/express-serve-static-core":"4.17.33","@types/fresh":"0.5.0","@types/glob":"7.1.1","@types/jsonwebtoken":"9.0.0","@types/lodash":"4.14.198","@types/lodash.curry":"4.1.6","@types/path-to-regexp":"1.7.0","@types/picomatch":"2.3.3","@types/platform":"1.3.4","@types/react":"19.0.8","@types/react-dom":"19.0.3","@types/react-is":"18.2.4","@types/semver":"7.3.1","@types/send":"0.14.4","@types/serve-handler":"6.1.4","@types/shell-quote":"1.7.1","@types/tar":"6.1.5","@types/text-table":"0.2.1","@types/ua-parser-js":"0.7.36","@types/webpack-sources1":"npm:@types/webpack-sources@0.1.5","@types/ws":"8.2.0","@vercel/ncc":"0.34.0","@vercel/nft":"0.27.1","@vercel/routing-utils":"5.2.0","@vercel/turbopack-ecmascript-runtime":"*",acorn:"8.14.0",anser:"1.4.9",arg:"4.1.0",assert:"2.0.0","async-retry":"1.2.3","async-sema":"3.0.0","axe-playwright":"2.0.3","babel-loader":"10.0.0","babel-plugin-react-compiler":"0.0.0-experimental-3fde738-20250918","babel-plugin-transform-define":"2.0.0","babel-plugin-transform-react-remove-prop-types":"0.4.24","browserify-zlib":"0.2.0",browserslist:"4.28.0",buffer:"5.6.0",busboy:"1.6.0",bytes:"3.1.1","ci-info":"watson/ci-info#f43f6a1cefff47fb361c88cf4b943fdbcaafe540","cli-select":"1.1.2","client-only":"0.0.1",commander:"12.1.0","comment-json":"3.0.3",compression:"1.7.4",conf:"5.0.0","constants-browserify":"1.0.0","content-disposition":"0.5.3","content-type":"1.0.4",cookie:"0.4.1","cross-env":"6.0.3","cross-spawn":"7.0.3","crypto-browserify":"3.12.0","css-loader":"7.1.2","css.escape":"1.5.1","cssnano-preset-default":"7.0.6","data-uri-to-buffer":"3.0.1",debug:"4.1.1",devalue:"2.0.1","domain-browser":"4.19.0","edge-runtime":"4.0.1",events:"3.3.0","find-up":"4.1.0",fresh:"0.5.2",glob:"7.1.7","gzip-size":"5.1.1","http-proxy":"1.18.1","http-proxy-agent":"5.0.0","https-browserify":"1.0.0","https-proxy-agent":"5.0.1","icss-utils":"5.1.0","ignore-loader":"0.1.2","image-size":"1.2.1","ipaddr.js":"2.2.0","is-docker":"2.0.0","is-wsl":"2.2.0","jest-worker":"27.5.1",json5:"2.2.3",jsonwebtoken:"9.0.0","loader-runner":"4.3.0","loader-utils2":"npm:loader-utils@2.0.4","loader-utils3":"npm:loader-utils@3.1.3","lodash.curry":"4.1.1","mini-css-extract-plugin":"2.4.4",msw:"2.3.0",nanoid:"3.1.32","native-url":"0.3.4","neo-async":"2.6.1","node-html-parser":"5.3.3",ora:"4.0.4","os-browserify":"0.3.0","p-limit":"3.1.0","p-queue":"6.6.2","path-browserify":"1.0.1","path-to-regexp":"6.3.0",picomatch:"4.0.1","postcss-flexbugs-fixes":"5.0.2","postcss-modules-extract-imports":"3.0.0","postcss-modules-local-by-default":"4.2.0","postcss-modules-scope":"3.0.0","postcss-modules-values":"4.0.0","postcss-preset-env":"7.4.3","postcss-safe-parser":"6.0.0","postcss-scss":"4.0.3","postcss-value-parser":"4.2.0",process:"0.11.10",punycode:"2.1.1","querystring-es3":"0.2.1","raw-body":"2.4.1","react-refresh":"0.12.0",recast:"0.23.11","regenerator-runtime":"0.13.4","safe-stable-stringify":"2.5.0","sass-loader":"16.0.5","schema-utils2":"npm:schema-utils@2.7.1","schema-utils3":"npm:schema-utils@3.0.0",semver:"7.3.2",send:"0.18.0","serve-handler":"6.1.6","server-only":"0.0.1",setimmediate:"1.0.5","shell-quote":"1.7.3","source-map":"0.6.1","source-map-loader":"5.0.0","source-map08":"npm:source-map@0.8.0-beta.0","stacktrace-parser":"0.1.10",storybook:"8.6.0","stream-browserify":"3.0.0","stream-http":"3.1.1","strict-event-emitter":"0.5.0","string-hash":"1.1.3",string_decoder:"1.3.0","strip-ansi":"6.0.0","style-loader":"4.0.0",superstruct:"1.0.3",tar:"6.1.15",taskr:"1.1.0",terser:"5.27.0","terser-webpack-plugin":"5.3.9","text-table":"0.2.0","timers-browserify":"2.0.12","tty-browserify":"0.0.1",typescript:"5.9.2","ua-parser-js":"1.0.35",unistore:"3.4.1",util:"0.12.4","vm-browserify":"1.1.2",watchpack:"2.4.0","web-vitals":"4.2.1",webpack:"5.98.0","webpack-sources1":"npm:webpack-sources@1.4.3","webpack-sources3":"npm:webpack-sources@3.2.3",ws:"8.2.3",zod:"3.25.76","zod-validation-error":"3.4.0"},keywords:["react","framework","nextjs","web","server","node","front-end","backend","cli","vercel"],engines:{node:">=20.9.0"}})},77380,a=>{"use strict";var b,c,d,e,f,g,h=a.i(347);let i=null!=(d=null==(c=null==(b=h.default)?void 0:b.version)?void 0:c.startsWith("13."))&&d,j=i||null!=(g=null==(f=null==(e=h.default)?void 0:e.version)?void 0:f.startsWith("14.0"))&&g,k=function(a){var b;if(!(null==(b=h.default)?void 0:b.version))return!1;let c=parseInt(h.default.version.split(".")[0],10);return!isNaN(c)&&c>=16}(0);a.s(["isNext13",()=>i,"isNext16OrHigher",()=>k,"isNextWithUnstableServerActions",()=>j])},75582,57110,a=>{"use strict";var b=a.i(59292);function c(a){return async(...b)=>{let{data:c,errors:d}=await a(...b);if(d)throw d[0];return c}}function d(a){return(...b)=>{let{data:c,errors:d}=a(...b);if(d)throw d[0];return c}}a.i(79378),a.s(["withLegacyReturn",()=>c,"withLegacySyncReturn",()=>d],57110),a.i(75400),a.i(61675),a.i(16765),a.i(28249),a.i(49326),a.i(71327);var e=a.i(3598),f=a.i(36482),g=class{#a;#b=864e5;constructor(a){this.#a=a}isEventThrottled(a){let b=Date.now(),c=this.#c(a),d=this.#a.getItem(c);return!!d&&!(b-d>this.#b)||(this.#a.setItem(c,b),!1)}#c(a){let{sk:b,pk:c,payload:d,...e}=a,f={...d,...e};return JSON.stringify(Object.keys({...d,...e}).sort().map(a=>f[a]))}},h=class{#d="clerk_telemetry_throttler";getItem(a){return this.#e()[a]}setItem(a,b){try{let c=this.#e();c[a]=b,localStorage.setItem(this.#d,JSON.stringify(c))}catch(a){a instanceof DOMException&&("QuotaExceededError"===a.name||"NS_ERROR_DOM_QUOTA_REACHED"===a.name)&&localStorage.length>0&&localStorage.removeItem(this.#d)}}removeItem(a){try{let b=this.#e();delete b[a],localStorage.setItem(this.#d,JSON.stringify(b))}catch{}}#e(){try{let a=localStorage.getItem(this.#d);if(!a)return{};return JSON.parse(a)}catch{return{}}}static isSupported(){return!1}},i=class{#a=new Map;#f=1e4;getItem(a){return this.#a.size>this.#f?void this.#a.clear():this.#a.get(a)}setItem(a,b){this.#a.set(a,b)}removeItem(a){this.#a.delete(a)}};let j=new Set(["error","warn","info","debug","trace"]);var k=class{#g;#h;#i={};#j=[];#k=null;constructor(a){this.#g={maxBufferSize:a.maxBufferSize??5,samplingRate:a.samplingRate??1,perEventSampling:a.perEventSampling??!0,disabled:a.disabled??!1,debug:a.debug??!1,endpoint:"https://clerk-telemetry.com"},a.clerkVersion?this.#i.clerkVersion=a.clerkVersion??"":this.#i.clerkVersion="",this.#i.sdk=a.sdk,this.#i.sdkVersion=a.sdkVersion,this.#i.publishableKey=a.publishableKey??"";const b=(0,e.parsePublishableKey)(a.publishableKey);b&&(this.#i.instanceType=b.instanceType),a.secretKey&&(this.#i.secretKey=a.secretKey.substring(0,16)),this.#h=new g(h.isSupported()?new h:new i)}get isEnabled(){return!("development"!==this.#i.instanceType||this.#g.disabled||"u">typeof process&&process.env&&(0,f.isTruthy)(process.env.CLERK_TELEMETRY_DISABLED))}get isDebug(){return this.#g.debug||"u">typeof process&&process.env&&(0,f.isTruthy)(process.env.CLERK_TELEMETRY_DEBUG)}record(a){try{let b=this.#l(a.event,a.payload);if(this.#m(b.event,b),!this.#n(b,a.eventSamplingRate))return;this.#j.push({kind:"event",value:b}),this.#o()}catch(a){console.error("[clerk/telemetry] Error recording telemetry event",a)}}recordLog(a){try{if(!this.#p(a))return;let b="string"==typeof a?.level&&j.has(a.level),c="string"==typeof a?.message&&a.message.trim().length>0,d=null,e=a?.timestamp;if("number"==typeof e||"string"==typeof e){let a=new Date(e);Number.isNaN(a.getTime())||(d=a)}if(!b||!c||null===d){this.isDebug&&"u">typeof console&&console.warn("[clerk/telemetry] Dropping invalid telemetry log entry",{levelIsValid:b,messageIsValid:c,timestampIsValid:null!==d});return}let f=this.#q(),g={sdk:f.name,sdkv:f.version,cv:this.#i.clerkVersion??"",lvl:a.level,msg:a.message,ts:d.toISOString(),pk:this.#i.publishableKey||null,payload:this.#r(a.context)};this.#j.push({kind:"log",value:g}),this.#o()}catch(a){console.error("[clerk/telemetry] Error recording telemetry log entry",a)}}#n(a,b){return this.isEnabled&&!this.isDebug&&this.#s(a,b)}#p(a){return!0}#s(a,b){let c=Math.random();return!!(c<=this.#g.samplingRate&&(!1===this.#g.perEventSampling||void 0===b||c<=b))&&!this.#h.isEventThrottled(a)}#o(){this.#t()}#t(){let a=[...this.#j];if(this.#j=[],this.#k=null,0===a.length)return;let b=a.filter(a=>"event"===a.kind).map(a=>a.value),c=a.filter(a=>"log"===a.kind).map(a=>a.value);b.length>0&&fetch(new URL("/v1/event",this.#g.endpoint),{headers:{"Content-Type":"application/json"},keepalive:!0,method:"POST",body:JSON.stringify({events:b})}).catch(()=>void 0),c.length>0&&fetch(new URL("/v1/logs",this.#g.endpoint),{headers:{"Content-Type":"application/json"},keepalive:!0,method:"POST",body:JSON.stringify({logs:c})}).catch(()=>void 0)}#m(a,b){this.isDebug&&(void 0!==console.groupCollapsed?(console.groupCollapsed("[clerk/telemetry]",a),console.log(b),console.groupEnd()):console.log("[clerk/telemetry]",a,b))}#q(){return{name:this.#i.sdk,version:this.#i.sdkVersion}}#l(a,b){let c=this.#q();return{event:a,cv:this.#i.clerkVersion??"",it:this.#i.instanceType??"",sdk:c.name,sdkv:c.version,...this.#i.publishableKey?{pk:this.#i.publishableKey}:{},...this.#i.secretKey?{sk:this.#i.secretKey}:{},payload:b}}#r(a){if(null==a||"object"!=typeof a)return null;try{let b=JSON.parse(JSON.stringify(a));if(b&&"object"==typeof b&&!Array.isArray(b))return b;return null}catch{return null}}};c(b.verifyToken);var l=a.i(82849);let m={secretKey:l.SECRET_KEY,publishableKey:l.PUBLISHABLE_KEY,apiUrl:l.API_URL,apiVersion:l.API_VERSION,userAgent:"@clerk/nextjs@6.39.0",proxyUrl:l.PROXY_URL,domain:l.DOMAIN,isSatellite:l.IS_SATELLITE,machineSecretKey:l.MACHINE_SECRET_KEY,sdkMetadata:l.SDK_METADATA,telemetry:{disabled:l.TELEMETRY_DISABLED,debug:l.TELEMETRY_DEBUG}},n=a=>{let c,d,e,f;return c={...m,...a},d=(0,b.createBackendApiClient)(c),e=(0,b.createAuthenticateRequest)({options:c,apiClient:d}),f=new k({publishableKey:c.publishableKey,secretKey:c.secretKey,samplingRate:.1,...c.sdkMetadata?{sdk:c.sdkMetadata.name,sdkVersion:c.sdkMetadata.version}:{},...c.telemetry||{}}),{...d,...e,telemetry:f}};a.s(["createClerkClientWithOptions",()=>n],75582)},58658,a=>{"use strict";a.s(["APIKeys",()=>c,"CreateOrganization",()=>d,"GoogleOneTap",()=>e,"OrganizationList",()=>f,"OrganizationProfile",()=>g,"OrganizationSwitcher",()=>h,"PricingTable",()=>i,"SignIn",()=>j,"SignInButton",()=>k,"SignInWithMetamaskButton",()=>l,"SignOutButton",()=>m,"SignUp",()=>n,"SignUpButton",()=>o,"TaskChooseOrganization",()=>p,"TaskResetPassword",()=>q,"TaskSetupMFA",()=>r,"UserAvatar",()=>s,"UserButton",()=>t,"UserProfile",()=>u,"Waitlist",()=>v]);var b=a.i(11857);let c=(0,b.registerClientReference)(function(){throw Error("Attempted to call APIKeys() from the server but APIKeys is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","APIKeys"),d=(0,b.registerClientReference)(function(){throw Error("Attempted to call CreateOrganization() from the server but CreateOrganization is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","CreateOrganization"),e=(0,b.registerClientReference)(function(){throw Error("Attempted to call GoogleOneTap() from the server but GoogleOneTap is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","GoogleOneTap"),f=(0,b.registerClientReference)(function(){throw Error("Attempted to call OrganizationList() from the server but OrganizationList is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","OrganizationList"),g=(0,b.registerClientReference)(function(){throw Error("Attempted to call OrganizationProfile() from the server but OrganizationProfile is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","OrganizationProfile"),h=(0,b.registerClientReference)(function(){throw Error("Attempted to call OrganizationSwitcher() from the server but OrganizationSwitcher is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","OrganizationSwitcher"),i=(0,b.registerClientReference)(function(){throw Error("Attempted to call PricingTable() from the server but PricingTable is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","PricingTable"),j=(0,b.registerClientReference)(function(){throw Error("Attempted to call SignIn() from the server but SignIn is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","SignIn"),k=(0,b.registerClientReference)(function(){throw Error("Attempted to call SignInButton() from the server but SignInButton is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","SignInButton"),l=(0,b.registerClientReference)(function(){throw Error("Attempted to call SignInWithMetamaskButton() from the server but SignInWithMetamaskButton is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","SignInWithMetamaskButton"),m=(0,b.registerClientReference)(function(){throw Error("Attempted to call SignOutButton() from the server but SignOutButton is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","SignOutButton"),n=(0,b.registerClientReference)(function(){throw Error("Attempted to call SignUp() from the server but SignUp is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","SignUp"),o=(0,b.registerClientReference)(function(){throw Error("Attempted to call SignUpButton() from the server but SignUpButton is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","SignUpButton"),p=(0,b.registerClientReference)(function(){throw Error("Attempted to call TaskChooseOrganization() from the server but TaskChooseOrganization is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","TaskChooseOrganization"),q=(0,b.registerClientReference)(function(){throw Error("Attempted to call TaskResetPassword() from the server but TaskResetPassword is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","TaskResetPassword"),r=(0,b.registerClientReference)(function(){throw Error("Attempted to call TaskSetupMFA() from the server but TaskSetupMFA is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","TaskSetupMFA"),s=(0,b.registerClientReference)(function(){throw Error("Attempted to call UserAvatar() from the server but UserAvatar is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","UserAvatar"),t=(0,b.registerClientReference)(function(){throw Error("Attempted to call UserButton() from the server but UserButton is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","UserButton"),u=(0,b.registerClientReference)(function(){throw Error("Attempted to call UserProfile() from the server but UserProfile is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","UserProfile"),v=(0,b.registerClientReference)(function(){throw Error("Attempted to call Waitlist() from the server but Waitlist is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","Waitlist")},80832,a=>{"use strict";a.s(["APIKeys",()=>c,"CreateOrganization",()=>d,"GoogleOneTap",()=>e,"OrganizationList",()=>f,"OrganizationProfile",()=>g,"OrganizationSwitcher",()=>h,"PricingTable",()=>i,"SignIn",()=>j,"SignInButton",()=>k,"SignInWithMetamaskButton",()=>l,"SignOutButton",()=>m,"SignUp",()=>n,"SignUpButton",()=>o,"TaskChooseOrganization",()=>p,"TaskResetPassword",()=>q,"TaskSetupMFA",()=>r,"UserAvatar",()=>s,"UserButton",()=>t,"UserProfile",()=>u,"Waitlist",()=>v]);var b=a.i(11857);let c=(0,b.registerClientReference)(function(){throw Error("Attempted to call APIKeys() from the server but APIKeys is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","APIKeys"),d=(0,b.registerClientReference)(function(){throw Error("Attempted to call CreateOrganization() from the server but CreateOrganization is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","CreateOrganization"),e=(0,b.registerClientReference)(function(){throw Error("Attempted to call GoogleOneTap() from the server but GoogleOneTap is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","GoogleOneTap"),f=(0,b.registerClientReference)(function(){throw Error("Attempted to call OrganizationList() from the server but OrganizationList is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","OrganizationList"),g=(0,b.registerClientReference)(function(){throw Error("Attempted to call OrganizationProfile() from the server but OrganizationProfile is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","OrganizationProfile"),h=(0,b.registerClientReference)(function(){throw Error("Attempted to call OrganizationSwitcher() from the server but OrganizationSwitcher is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","OrganizationSwitcher"),i=(0,b.registerClientReference)(function(){throw Error("Attempted to call PricingTable() from the server but PricingTable is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","PricingTable"),j=(0,b.registerClientReference)(function(){throw Error("Attempted to call SignIn() from the server but SignIn is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","SignIn"),k=(0,b.registerClientReference)(function(){throw Error("Attempted to call SignInButton() from the server but SignInButton is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","SignInButton"),l=(0,b.registerClientReference)(function(){throw Error("Attempted to call SignInWithMetamaskButton() from the server but SignInWithMetamaskButton is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","SignInWithMetamaskButton"),m=(0,b.registerClientReference)(function(){throw Error("Attempted to call SignOutButton() from the server but SignOutButton is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","SignOutButton"),n=(0,b.registerClientReference)(function(){throw Error("Attempted to call SignUp() from the server but SignUp is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","SignUp"),o=(0,b.registerClientReference)(function(){throw Error("Attempted to call SignUpButton() from the server but SignUpButton is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","SignUpButton"),p=(0,b.registerClientReference)(function(){throw Error("Attempted to call TaskChooseOrganization() from the server but TaskChooseOrganization is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","TaskChooseOrganization"),q=(0,b.registerClientReference)(function(){throw Error("Attempted to call TaskResetPassword() from the server but TaskResetPassword is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","TaskResetPassword"),r=(0,b.registerClientReference)(function(){throw Error("Attempted to call TaskSetupMFA() from the server but TaskSetupMFA is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","TaskSetupMFA"),s=(0,b.registerClientReference)(function(){throw Error("Attempted to call UserAvatar() from the server but UserAvatar is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","UserAvatar"),t=(0,b.registerClientReference)(function(){throw Error("Attempted to call UserButton() from the server but UserButton is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","UserButton"),u=(0,b.registerClientReference)(function(){throw Error("Attempted to call UserProfile() from the server but UserProfile is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","UserProfile"),v=(0,b.registerClientReference)(function(){throw Error("Attempted to call Waitlist() from the server but Waitlist is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","Waitlist")},40163,a=>{"use strict";a.i(58658);var b=a.i(80832);a.n(b)},72721,a=>{a.v(b=>Promise.all(["server/chunks/ssr/[root-of-the-server]__bc8d015f._.js"].map(b=>a.l(b))).then(()=>b(488)))},21215,a=>{a.v(b=>Promise.all(["server/chunks/ssr/node_modules_@clerk_nextjs_dist_esm_server_keyless-log-cache_52006def.js"].map(b=>a.l(b))).then(()=>b(78829)))},67338,a=>{a.v(b=>Promise.all(["server/chunks/ssr/[root-of-the-server]__a509d17d._.js"].map(b=>a.l(b))).then(()=>b(71227)))},67257,a=>{a.v(b=>Promise.all(["server/chunks/ssr/d4b1c_modules_@clerk_nextjs_dist_esm_app-router_client_keyless-cookie-sync_f823d0f8.js"].map(b=>a.l(b))).then(()=>b(6223)))},23804,a=>{a.v(a=>Promise.resolve().then(()=>a(5246)))},77710,a=>{a.v(b=>Promise.all(["server/chunks/ssr/[root-of-the-server]__4f387f9d._.js"].map(b=>a.l(b))).then(()=>b(15866)))}];
|
|
3
3
|
|
|
4
4
|
//# sourceMappingURL=%5Broot-of-the-server%5D__6622b514._.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
module.exports=[66680,(a,b,c)=>{b.exports=a.x("node:crypto",()=>require("node:crypto"))},37936,(a,b,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"registerServerReference",{enumerable:!0,get:function(){return d.registerServerReference}});let d=a.r(11857)},13095,(a,b,c)=>{"use strict";function d(a){for(let b=0;b<a.length;b++){let c=a[b];if("function"!=typeof c)throw Object.defineProperty(Error(`A "use server" file can only export async functions, found ${typeof c}.
|
|
2
|
-
Read more: https://nextjs.org/docs/messages/invalid-use-server-value`),"__NEXT_ERROR_CODE",{value:"E352",enumerable:!1,configurable:!0})}}Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"ensureServerEntryExports",{enumerable:!0,get:function(){return d}})},85978,a=>{"use strict";var b=a.i(37936),c=a.i(5246),d=a.i(13095);async function e(){var a,b,d,e,g,h;let i,j=await (0,c.headers)();return{nodeVersion:process.version,nextVersion:function(){var a;try{return null!=(a=process.title)?a:"unknown-process-title"}catch{return}}(),npmConfigUserAgent:process.env.npm_config_user_agent,userAgent:null!=(a=j.get("User-Agent"))?a:"unknown user-agent",port:process.env.PORT,host:null!=(b=j.get("host"))?b:"unknown host",xPort:null!=(d=j.get("x-forwarded-port"))?d:"unknown x-forwarded-port",xHost:null!=(e=j.get("x-forwarded-host"))?e:"unknown x-forwarded-host",xProtocol:null!=(g=j.get("x-forwarded-proto"))?g:"unknown x-forwarded-proto",xClerkAuthStatus:null!=(h=j.get("x-clerk-auth-status"))?h:"unknown x-clerk-auth-status",isCI:(i=new Set(["","false","0","no"]),f.some(a=>{let b=process.env[a];if(void 0===b)return!1;let c=b.trim().toLowerCase();return!i.has(c)}))}}let f=["CI","CONTINUOUS_INTEGRATION","BUILD_NUMBER","BUILD_ID","BUILDKITE","CIRCLECI","GITHUB_ACTIONS","GITLAB_CI","JENKINS_URL","TRAVIS","APPVEYOR","WERCKER","DRONE","CODESHIP","SEMAPHORE","SHIPPABLE","TEAMCITY_VERSION","BAMBOO_BUILDKEY","GO_PIPELINE_NAME","TF_BUILD","SYSTEM_TEAMFOUNDATIONCOLLECTIONURI","BITBUCKET_BUILD_NUMBER","HEROKU_TEST_RUN_ID","VERCEL","NETLIFY"];async function g(a){let b=new Headers;return a.nodeVersion&&b.set("Clerk-Node-Version",a.nodeVersion),a.nextVersion&&b.set("Clerk-Next-Version",a.nextVersion),a.npmConfigUserAgent&&b.set("Clerk-NPM-Config-User-Agent",a.npmConfigUserAgent),a.userAgent&&b.set("Clerk-Client-User-Agent",a.userAgent),a.port&&b.set("Clerk-Node-Port",a.port),a.host&&b.set("Clerk-Client-Host",a.host),a.xPort&&b.set("Clerk-X-Port",a.xPort),a.xHost&&b.set("Clerk-X-Host",a.xHost),a.xProtocol&&b.set("Clerk-X-Protocol",a.xProtocol),a.xClerkAuthStatus&&b.set("Clerk-Auth-Status",a.xClerkAuthStatus),a.isCI&&b.set("Clerk-Is-CI","true"),b}(0,d.ensureServerEntryExports)([e,g]),(0,b.registerServerReference)(e,"00551321e1acac5db2358cc20437ca3823ed882fb8",null),(0,b.registerServerReference)(g,"408a42e735aa94e436d29750e10c9437618f15ca9b",null),a.s(["collectKeylessMetadata",()=>e,"formatMetadataHeaders",()=>g])},43197,a=>{"use strict";a.i(66585);var b=a.i(54677),c=a.i(82849);let d=!a.i(77380).isNextWithUnstableServerActions&&(0,b.isDevelopmentEnvironment)()&&!c.KEYLESS_DISABLED;a.s(["canUseKeyless",()=>d])},54677,90476,a=>{"use strict";let b=()=>!1,c=()=>!1,d=()=>{try{return!0}catch{}return!1};function e(a){return a.endsWith(".lclstage.dev")||a.endsWith(".stgstage.dev")||a.endsWith(".clerkstage.dev")||a.endsWith(".accountsstage.dev")}a.s(["isDevelopmentEnvironment",()=>b,"isProductionEnvironment",()=>d,"isTestEnvironment",()=>c],54677),a.s(["isStaging",()=>e],90476)},66585,65023,a=>{"use strict";function b(a,b,c){return"function"==typeof a?a(b):void 0!==a?a:void 0!==c?c:void 0}a.i(54677),a.s(["handleValueOrFn",()=>b],65023),a.i(90476),a.s([],66585)},347,a=>{a.v({name:"next",version:"16.1.6",description:"The React Framework",main:"./dist/server/next.js",license:"MIT",repository:"vercel/next.js",bugs:"https://github.com/vercel/next.js/issues",homepage:"https://nextjs.org",types:"index.d.ts",files:["dist","app.js","app.d.ts","babel.js","babel.d.ts","client.js","client.d.ts","compat","cache.js","cache.d.ts","constants.js","constants.d.ts","document.js","document.d.ts","dynamic.js","dynamic.d.ts","error.js","error.d.ts","future","legacy","script.js","script.d.ts","server.js","server.d.ts","head.js","head.d.ts","image.js","image.d.ts","link.js","link.d.ts","form.js","form.d.ts","router.js","router.d.ts","jest.js","jest.d.ts","og.js","og.d.ts","root-params.js","root-params.d.ts","types.d.ts","types.js","index.d.ts","types/global.d.ts","types/compiled.d.ts","image-types/global.d.ts","navigation-types/navigation.d.ts","navigation-types/compat/navigation.d.ts","font","navigation.js","navigation.d.ts","headers.js","headers.d.ts","navigation-types","web-vitals.js","web-vitals.d.ts","experimental/testing/server.js","experimental/testing/server.d.ts","experimental/testmode/playwright.js","experimental/testmode/playwright.d.ts","experimental/testmode/playwright/msw.js","experimental/testmode/playwright/msw.d.ts","experimental/testmode/proxy.js","experimental/testmode/proxy.d.ts"],bin:{next:"./dist/bin/next"},scripts:{dev:"cross-env NEXT_SERVER_NO_MANGLE=1 taskr",build:"taskr release",prepublishOnly:"cd ../../ && turbo run build",types:"tsc --project tsconfig.build.json --declaration --emitDeclarationOnly --stripInternal --declarationDir dist",typescript:"tsec --noEmit","ncc-compiled":"taskr ncc",storybook:"BROWSER=none storybook dev -p 6006","build-storybook":"storybook build","test-storybook":"test-storybook"},taskr:{requires:["./taskfile-webpack.js","./taskfile-ncc.js","./taskfile-swc.js","./taskfile-watch.js"]},dependencies:{"@next/env":"16.1.6","@swc/helpers":"0.5.15","baseline-browser-mapping":"^2.8.3","caniuse-lite":"^1.0.30001579",postcss:"8.4.31","styled-jsx":"5.1.6"},peerDependencies:{"@opentelemetry/api":"^1.1.0","@playwright/test":"^1.51.1","babel-plugin-react-compiler":"*",react:"^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0","react-dom":"^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",sass:"^1.3.0"},peerDependenciesMeta:{"babel-plugin-react-compiler":{optional:!0},sass:{optional:!0},"@opentelemetry/api":{optional:!0},"@playwright/test":{optional:!0}},optionalDependencies:{sharp:"^0.34.4","@next/swc-darwin-arm64":"16.1.6","@next/swc-darwin-x64":"16.1.6","@next/swc-linux-arm64-gnu":"16.1.6","@next/swc-linux-arm64-musl":"16.1.6","@next/swc-linux-x64-gnu":"16.1.6","@next/swc-linux-x64-musl":"16.1.6","@next/swc-win32-arm64-msvc":"16.1.6","@next/swc-win32-x64-msvc":"16.1.6"},devDependencies:{"@babel/code-frame":"7.26.2","@babel/core":"7.26.10","@babel/eslint-parser":"7.24.6","@babel/generator":"7.27.0","@babel/plugin-syntax-bigint":"7.8.3","@babel/plugin-syntax-dynamic-import":"7.8.3","@babel/plugin-syntax-import-attributes":"7.26.0","@babel/plugin-syntax-jsx":"7.25.9","@babel/plugin-syntax-typescript":"7.25.4","@babel/plugin-transform-class-properties":"7.25.9","@babel/plugin-transform-export-namespace-from":"7.25.9","@babel/plugin-transform-modules-commonjs":"7.26.3","@babel/plugin-transform-numeric-separator":"7.25.9","@babel/plugin-transform-object-rest-spread":"7.25.9","@babel/plugin-transform-runtime":"7.26.10","@babel/preset-env":"7.26.9","@babel/preset-react":"7.26.3","@babel/preset-typescript":"7.27.0","@babel/runtime":"7.27.0","@babel/traverse":"7.27.0","@babel/types":"7.27.0","@base-ui-components/react":"1.0.0-beta.2","@capsizecss/metrics":"3.4.0","@edge-runtime/cookies":"6.0.0","@edge-runtime/ponyfill":"4.0.0","@edge-runtime/primitives":"6.0.0","@hapi/accept":"5.0.2","@jest/transform":"29.5.0","@jest/types":"29.5.0","@modelcontextprotocol/sdk":"1.18.1","@mswjs/interceptors":"0.23.0","@napi-rs/triples":"1.2.0","@next/font":"16.1.6","@next/polyfill-module":"16.1.6","@next/polyfill-nomodule":"16.1.6","@next/react-refresh-utils":"16.1.6","@next/swc":"16.1.6","@opentelemetry/api":"1.6.0","@playwright/test":"1.51.1","@rspack/core":"1.6.7","@storybook/addon-a11y":"8.6.0","@storybook/addon-essentials":"8.6.0","@storybook/addon-interactions":"8.6.0","@storybook/addon-webpack5-compiler-swc":"3.0.0","@storybook/blocks":"8.6.0","@storybook/react":"8.6.0","@storybook/react-webpack5":"8.6.0","@storybook/test":"8.6.0","@storybook/test-runner":"0.21.0","@swc/core":"1.11.24","@swc/types":"0.1.7","@taskr/clear":"1.1.0","@taskr/esnext":"1.1.0","@types/babel__code-frame":"7.0.6","@types/babel__core":"7.20.5","@types/babel__generator":"7.27.0","@types/babel__template":"7.4.4","@types/babel__traverse":"7.20.7","@types/bytes":"3.1.1","@types/ci-info":"2.0.0","@types/compression":"0.0.36","@types/content-disposition":"0.5.4","@types/content-type":"1.1.3","@types/cookie":"0.3.3","@types/cross-spawn":"6.0.0","@types/debug":"4.1.5","@types/express-serve-static-core":"4.17.33","@types/fresh":"0.5.0","@types/glob":"7.1.1","@types/jsonwebtoken":"9.0.0","@types/lodash":"4.14.198","@types/lodash.curry":"4.1.6","@types/path-to-regexp":"1.7.0","@types/picomatch":"2.3.3","@types/platform":"1.3.4","@types/react":"19.0.8","@types/react-dom":"19.0.3","@types/react-is":"18.2.4","@types/semver":"7.3.1","@types/send":"0.14.4","@types/serve-handler":"6.1.4","@types/shell-quote":"1.7.1","@types/tar":"6.1.5","@types/text-table":"0.2.1","@types/ua-parser-js":"0.7.36","@types/webpack-sources1":"npm:@types/webpack-sources@0.1.5","@types/ws":"8.2.0","@vercel/ncc":"0.34.0","@vercel/nft":"0.27.1","@vercel/routing-utils":"5.2.0","@vercel/turbopack-ecmascript-runtime":"*",acorn:"8.14.0",anser:"1.4.9",arg:"4.1.0",assert:"2.0.0","async-retry":"1.2.3","async-sema":"3.0.0","axe-playwright":"2.0.3","babel-loader":"10.0.0","babel-plugin-react-compiler":"0.0.0-experimental-3fde738-20250918","babel-plugin-transform-define":"2.0.0","babel-plugin-transform-react-remove-prop-types":"0.4.24","browserify-zlib":"0.2.0",browserslist:"4.28.0",buffer:"5.6.0",busboy:"1.6.0",bytes:"3.1.1","ci-info":"watson/ci-info#f43f6a1cefff47fb361c88cf4b943fdbcaafe540","cli-select":"1.1.2","client-only":"0.0.1",commander:"12.1.0","comment-json":"3.0.3",compression:"1.7.4",conf:"5.0.0","constants-browserify":"1.0.0","content-disposition":"0.5.3","content-type":"1.0.4",cookie:"0.4.1","cross-env":"6.0.3","cross-spawn":"7.0.3","crypto-browserify":"3.12.0","css-loader":"7.1.2","css.escape":"1.5.1","cssnano-preset-default":"7.0.6","data-uri-to-buffer":"3.0.1",debug:"4.1.1",devalue:"2.0.1","domain-browser":"4.19.0","edge-runtime":"4.0.1",events:"3.3.0","find-up":"4.1.0",fresh:"0.5.2",glob:"7.1.7","gzip-size":"5.1.1","http-proxy":"1.18.1","http-proxy-agent":"5.0.0","https-browserify":"1.0.0","https-proxy-agent":"5.0.1","icss-utils":"5.1.0","ignore-loader":"0.1.2","image-size":"1.2.1","ipaddr.js":"2.2.0","is-docker":"2.0.0","is-wsl":"2.2.0","jest-worker":"27.5.1",json5:"2.2.3",jsonwebtoken:"9.0.0","loader-runner":"4.3.0","loader-utils2":"npm:loader-utils@2.0.4","loader-utils3":"npm:loader-utils@3.1.3","lodash.curry":"4.1.1","mini-css-extract-plugin":"2.4.4",msw:"2.3.0",nanoid:"3.1.32","native-url":"0.3.4","neo-async":"2.6.1","node-html-parser":"5.3.3",ora:"4.0.4","os-browserify":"0.3.0","p-limit":"3.1.0","p-queue":"6.6.2","path-browserify":"1.0.1","path-to-regexp":"6.3.0",picomatch:"4.0.1","postcss-flexbugs-fixes":"5.0.2","postcss-modules-extract-imports":"3.0.0","postcss-modules-local-by-default":"4.2.0","postcss-modules-scope":"3.0.0","postcss-modules-values":"4.0.0","postcss-preset-env":"7.4.3","postcss-safe-parser":"6.0.0","postcss-scss":"4.0.3","postcss-value-parser":"4.2.0",process:"0.11.10",punycode:"2.1.1","querystring-es3":"0.2.1","raw-body":"2.4.1","react-refresh":"0.12.0",recast:"0.23.11","regenerator-runtime":"0.13.4","safe-stable-stringify":"2.5.0","sass-loader":"16.0.5","schema-utils2":"npm:schema-utils@2.7.1","schema-utils3":"npm:schema-utils@3.0.0",semver:"7.3.2",send:"0.18.0","serve-handler":"6.1.6","server-only":"0.0.1",setimmediate:"1.0.5","shell-quote":"1.7.3","source-map":"0.6.1","source-map-loader":"5.0.0","source-map08":"npm:source-map@0.8.0-beta.0","stacktrace-parser":"0.1.10",storybook:"8.6.0","stream-browserify":"3.0.0","stream-http":"3.1.1","strict-event-emitter":"0.5.0","string-hash":"1.1.3",string_decoder:"1.3.0","strip-ansi":"6.0.0","style-loader":"4.0.0",superstruct:"1.0.3",tar:"6.1.15",taskr:"1.1.0",terser:"5.27.0","terser-webpack-plugin":"5.3.9","text-table":"0.2.0","timers-browserify":"2.0.12","tty-browserify":"0.0.1",typescript:"5.9.2","ua-parser-js":"1.0.35",unistore:"3.4.1",util:"0.12.4","vm-browserify":"1.1.2",watchpack:"2.4.0","web-vitals":"4.2.1",webpack:"5.98.0","webpack-sources1":"npm:webpack-sources@1.4.3","webpack-sources3":"npm:webpack-sources@3.2.3",ws:"8.2.3",zod:"3.25.76","zod-validation-error":"3.4.0"},keywords:["react","framework","nextjs","web","server","node","front-end","backend","cli","vercel"],engines:{node:">=20.9.0"}})},77380,a=>{"use strict";var b,c,d,e,f,g,h=a.i(347);let i=null!=(d=null==(c=null==(b=h.default)?void 0:b.version)?void 0:c.startsWith("13."))&&d,j=i||null!=(g=null==(f=null==(e=h.default)?void 0:e.version)?void 0:f.startsWith("14.0"))&&g,k=function(a){var b;if(!(null==(b=h.default)?void 0:b.version))return!1;let c=parseInt(h.default.version.split(".")[0],10);return!isNaN(c)&&c>=16}(0);a.s(["isNext13",()=>i,"isNext16OrHigher",()=>k,"isNextWithUnstableServerActions",()=>j])},75582,57110,a=>{"use strict";var b=a.i(59292);function c(a){return async(...b)=>{let{data:c,errors:d}=await a(...b);if(d)throw d[0];return c}}function d(a){return(...b)=>{let{data:c,errors:d}=a(...b);if(d)throw d[0];return c}}a.i(79378),a.s(["withLegacyReturn",()=>c,"withLegacySyncReturn",()=>d],57110),a.i(75400),a.i(61675),a.i(16765),a.i(28249),a.i(49326),a.i(71327);var e=a.i(3598),f=a.i(36482),g=class{#a;#b=864e5;constructor(a){this.#a=a}isEventThrottled(a){let b=Date.now(),c=this.#c(a),d=this.#a.getItem(c);return!!d&&!(b-d>this.#b)||(this.#a.setItem(c,b),!1)}#c(a){let{sk:b,pk:c,payload:d,...e}=a,f={...d,...e};return JSON.stringify(Object.keys({...d,...e}).sort().map(a=>f[a]))}},h=class{#d="clerk_telemetry_throttler";getItem(a){return this.#e()[a]}setItem(a,b){try{let c=this.#e();c[a]=b,localStorage.setItem(this.#d,JSON.stringify(c))}catch(a){a instanceof DOMException&&("QuotaExceededError"===a.name||"NS_ERROR_DOM_QUOTA_REACHED"===a.name)&&localStorage.length>0&&localStorage.removeItem(this.#d)}}removeItem(a){try{let b=this.#e();delete b[a],localStorage.setItem(this.#d,JSON.stringify(b))}catch{}}#e(){try{let a=localStorage.getItem(this.#d);if(!a)return{};return JSON.parse(a)}catch{return{}}}static isSupported(){return!1}},i=class{#a=new Map;#f=1e4;getItem(a){return this.#a.size>this.#f?void this.#a.clear():this.#a.get(a)}setItem(a,b){this.#a.set(a,b)}removeItem(a){this.#a.delete(a)}};let j=new Set(["error","warn","info","debug","trace"]);var k=class{#g;#h;#i={};#j=[];#k=null;constructor(a){this.#g={maxBufferSize:a.maxBufferSize??5,samplingRate:a.samplingRate??1,perEventSampling:a.perEventSampling??!0,disabled:a.disabled??!1,debug:a.debug??!1,endpoint:"https://clerk-telemetry.com"},a.clerkVersion?this.#i.clerkVersion=a.clerkVersion??"":this.#i.clerkVersion="",this.#i.sdk=a.sdk,this.#i.sdkVersion=a.sdkVersion,this.#i.publishableKey=a.publishableKey??"";const b=(0,e.parsePublishableKey)(a.publishableKey);b&&(this.#i.instanceType=b.instanceType),a.secretKey&&(this.#i.secretKey=a.secretKey.substring(0,16)),this.#h=new g(h.isSupported()?new h:new i)}get isEnabled(){return!("development"!==this.#i.instanceType||this.#g.disabled||"u">typeof process&&process.env&&(0,f.isTruthy)(process.env.CLERK_TELEMETRY_DISABLED))}get isDebug(){return this.#g.debug||"u">typeof process&&process.env&&(0,f.isTruthy)(process.env.CLERK_TELEMETRY_DEBUG)}record(a){try{let b=this.#l(a.event,a.payload);if(this.#m(b.event,b),!this.#n(b,a.eventSamplingRate))return;this.#j.push({kind:"event",value:b}),this.#o()}catch(a){console.error("[clerk/telemetry] Error recording telemetry event",a)}}recordLog(a){try{if(!this.#p(a))return;let b="string"==typeof a?.level&&j.has(a.level),c="string"==typeof a?.message&&a.message.trim().length>0,d=null,e=a?.timestamp;if("number"==typeof e||"string"==typeof e){let a=new Date(e);Number.isNaN(a.getTime())||(d=a)}if(!b||!c||null===d){this.isDebug&&"u">typeof console&&console.warn("[clerk/telemetry] Dropping invalid telemetry log entry",{levelIsValid:b,messageIsValid:c,timestampIsValid:null!==d});return}let f=this.#q(),g={sdk:f.name,sdkv:f.version,cv:this.#i.clerkVersion??"",lvl:a.level,msg:a.message,ts:d.toISOString(),pk:this.#i.publishableKey||null,payload:this.#r(a.context)};this.#j.push({kind:"log",value:g}),this.#o()}catch(a){console.error("[clerk/telemetry] Error recording telemetry log entry",a)}}#n(a,b){return this.isEnabled&&!this.isDebug&&this.#s(a,b)}#p(a){return!0}#s(a,b){let c=Math.random();return!!(c<=this.#g.samplingRate&&(!1===this.#g.perEventSampling||void 0===b||c<=b))&&!this.#h.isEventThrottled(a)}#o(){this.#t()}#t(){let a=[...this.#j];if(this.#j=[],this.#k=null,0===a.length)return;let b=a.filter(a=>"event"===a.kind).map(a=>a.value),c=a.filter(a=>"log"===a.kind).map(a=>a.value);b.length>0&&fetch(new URL("/v1/event",this.#g.endpoint),{headers:{"Content-Type":"application/json"},keepalive:!0,method:"POST",body:JSON.stringify({events:b})}).catch(()=>void 0),c.length>0&&fetch(new URL("/v1/logs",this.#g.endpoint),{headers:{"Content-Type":"application/json"},keepalive:!0,method:"POST",body:JSON.stringify({logs:c})}).catch(()=>void 0)}#m(a,b){this.isDebug&&(void 0!==console.groupCollapsed?(console.groupCollapsed("[clerk/telemetry]",a),console.log(b),console.groupEnd()):console.log("[clerk/telemetry]",a,b))}#q(){return{name:this.#i.sdk,version:this.#i.sdkVersion}}#l(a,b){let c=this.#q();return{event:a,cv:this.#i.clerkVersion??"",it:this.#i.instanceType??"",sdk:c.name,sdkv:c.version,...this.#i.publishableKey?{pk:this.#i.publishableKey}:{},...this.#i.secretKey?{sk:this.#i.secretKey}:{},payload:b}}#r(a){if(null==a||"object"!=typeof a)return null;try{let b=JSON.parse(JSON.stringify(a));if(b&&"object"==typeof b&&!Array.isArray(b))return b;return null}catch{return null}}};c(b.verifyToken);var l=a.i(82849);let m={secretKey:l.SECRET_KEY,publishableKey:l.PUBLISHABLE_KEY,apiUrl:l.API_URL,apiVersion:l.API_VERSION,userAgent:"@clerk/nextjs@6.39.0",proxyUrl:l.PROXY_URL,domain:l.DOMAIN,isSatellite:l.IS_SATELLITE,machineSecretKey:l.MACHINE_SECRET_KEY,sdkMetadata:l.SDK_METADATA,telemetry:{disabled:l.TELEMETRY_DISABLED,debug:l.TELEMETRY_DEBUG}},n=a=>{let c,d,e,f;return c={...m,...a},d=(0,b.createBackendApiClient)(c),e=(0,b.createAuthenticateRequest)({options:c,apiClient:d}),f=new k({publishableKey:c.publishableKey,secretKey:c.secretKey,samplingRate:.1,...c.sdkMetadata?{sdk:c.sdkMetadata.name,sdkVersion:c.sdkMetadata.version}:{},...c.telemetry||{}}),{...d,...e,telemetry:f}};a.s(["createClerkClientWithOptions",()=>n],75582)},58658,a=>{"use strict";a.s(["APIKeys",()=>c,"CreateOrganization",()=>d,"GoogleOneTap",()=>e,"OrganizationList",()=>f,"OrganizationProfile",()=>g,"OrganizationSwitcher",()=>h,"PricingTable",()=>i,"SignIn",()=>j,"SignInButton",()=>k,"SignInWithMetamaskButton",()=>l,"SignOutButton",()=>m,"SignUp",()=>n,"SignUpButton",()=>o,"TaskChooseOrganization",()=>p,"TaskResetPassword",()=>q,"TaskSetupMFA",()=>r,"UserAvatar",()=>s,"UserButton",()=>t,"UserProfile",()=>u,"Waitlist",()=>v]);var b=a.i(11857);let c=(0,b.registerClientReference)(function(){throw Error("Attempted to call APIKeys() from the server but APIKeys is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","APIKeys"),d=(0,b.registerClientReference)(function(){throw Error("Attempted to call CreateOrganization() from the server but CreateOrganization is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","CreateOrganization"),e=(0,b.registerClientReference)(function(){throw Error("Attempted to call GoogleOneTap() from the server but GoogleOneTap is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","GoogleOneTap"),f=(0,b.registerClientReference)(function(){throw Error("Attempted to call OrganizationList() from the server but OrganizationList is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","OrganizationList"),g=(0,b.registerClientReference)(function(){throw Error("Attempted to call OrganizationProfile() from the server but OrganizationProfile is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","OrganizationProfile"),h=(0,b.registerClientReference)(function(){throw Error("Attempted to call OrganizationSwitcher() from the server but OrganizationSwitcher is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","OrganizationSwitcher"),i=(0,b.registerClientReference)(function(){throw Error("Attempted to call PricingTable() from the server but PricingTable is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","PricingTable"),j=(0,b.registerClientReference)(function(){throw Error("Attempted to call SignIn() from the server but SignIn is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","SignIn"),k=(0,b.registerClientReference)(function(){throw Error("Attempted to call SignInButton() from the server but SignInButton is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","SignInButton"),l=(0,b.registerClientReference)(function(){throw Error("Attempted to call SignInWithMetamaskButton() from the server but SignInWithMetamaskButton is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","SignInWithMetamaskButton"),m=(0,b.registerClientReference)(function(){throw Error("Attempted to call SignOutButton() from the server but SignOutButton is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","SignOutButton"),n=(0,b.registerClientReference)(function(){throw Error("Attempted to call SignUp() from the server but SignUp is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","SignUp"),o=(0,b.registerClientReference)(function(){throw Error("Attempted to call SignUpButton() from the server but SignUpButton is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","SignUpButton"),p=(0,b.registerClientReference)(function(){throw Error("Attempted to call TaskChooseOrganization() from the server but TaskChooseOrganization is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","TaskChooseOrganization"),q=(0,b.registerClientReference)(function(){throw Error("Attempted to call TaskResetPassword() from the server but TaskResetPassword is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","TaskResetPassword"),r=(0,b.registerClientReference)(function(){throw Error("Attempted to call TaskSetupMFA() from the server but TaskSetupMFA is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","TaskSetupMFA"),s=(0,b.registerClientReference)(function(){throw Error("Attempted to call UserAvatar() from the server but UserAvatar is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","UserAvatar"),t=(0,b.registerClientReference)(function(){throw Error("Attempted to call UserButton() from the server but UserButton is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","UserButton"),u=(0,b.registerClientReference)(function(){throw Error("Attempted to call UserProfile() from the server but UserProfile is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","UserProfile"),v=(0,b.registerClientReference)(function(){throw Error("Attempted to call Waitlist() from the server but Waitlist is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","Waitlist")},80832,a=>{"use strict";a.s(["APIKeys",()=>c,"CreateOrganization",()=>d,"GoogleOneTap",()=>e,"OrganizationList",()=>f,"OrganizationProfile",()=>g,"OrganizationSwitcher",()=>h,"PricingTable",()=>i,"SignIn",()=>j,"SignInButton",()=>k,"SignInWithMetamaskButton",()=>l,"SignOutButton",()=>m,"SignUp",()=>n,"SignUpButton",()=>o,"TaskChooseOrganization",()=>p,"TaskResetPassword",()=>q,"TaskSetupMFA",()=>r,"UserAvatar",()=>s,"UserButton",()=>t,"UserProfile",()=>u,"Waitlist",()=>v]);var b=a.i(11857);let c=(0,b.registerClientReference)(function(){throw Error("Attempted to call APIKeys() from the server but APIKeys is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","APIKeys"),d=(0,b.registerClientReference)(function(){throw Error("Attempted to call CreateOrganization() from the server but CreateOrganization is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","CreateOrganization"),e=(0,b.registerClientReference)(function(){throw Error("Attempted to call GoogleOneTap() from the server but GoogleOneTap is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","GoogleOneTap"),f=(0,b.registerClientReference)(function(){throw Error("Attempted to call OrganizationList() from the server but OrganizationList is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","OrganizationList"),g=(0,b.registerClientReference)(function(){throw Error("Attempted to call OrganizationProfile() from the server but OrganizationProfile is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","OrganizationProfile"),h=(0,b.registerClientReference)(function(){throw Error("Attempted to call OrganizationSwitcher() from the server but OrganizationSwitcher is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","OrganizationSwitcher"),i=(0,b.registerClientReference)(function(){throw Error("Attempted to call PricingTable() from the server but PricingTable is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","PricingTable"),j=(0,b.registerClientReference)(function(){throw Error("Attempted to call SignIn() from the server but SignIn is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","SignIn"),k=(0,b.registerClientReference)(function(){throw Error("Attempted to call SignInButton() from the server but SignInButton is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","SignInButton"),l=(0,b.registerClientReference)(function(){throw Error("Attempted to call SignInWithMetamaskButton() from the server but SignInWithMetamaskButton is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","SignInWithMetamaskButton"),m=(0,b.registerClientReference)(function(){throw Error("Attempted to call SignOutButton() from the server but SignOutButton is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","SignOutButton"),n=(0,b.registerClientReference)(function(){throw Error("Attempted to call SignUp() from the server but SignUp is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","SignUp"),o=(0,b.registerClientReference)(function(){throw Error("Attempted to call SignUpButton() from the server but SignUpButton is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","SignUpButton"),p=(0,b.registerClientReference)(function(){throw Error("Attempted to call TaskChooseOrganization() from the server but TaskChooseOrganization is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","TaskChooseOrganization"),q=(0,b.registerClientReference)(function(){throw Error("Attempted to call TaskResetPassword() from the server but TaskResetPassword is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","TaskResetPassword"),r=(0,b.registerClientReference)(function(){throw Error("Attempted to call TaskSetupMFA() from the server but TaskSetupMFA is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","TaskSetupMFA"),s=(0,b.registerClientReference)(function(){throw Error("Attempted to call UserAvatar() from the server but UserAvatar is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","UserAvatar"),t=(0,b.registerClientReference)(function(){throw Error("Attempted to call UserButton() from the server but UserButton is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","UserButton"),u=(0,b.registerClientReference)(function(){throw Error("Attempted to call UserProfile() from the server but UserProfile is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","UserProfile"),v=(0,b.registerClientReference)(function(){throw Error("Attempted to call Waitlist() from the server but Waitlist is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","Waitlist")},40163,a=>{"use strict";a.i(58658);var b=a.i(80832);a.n(b)},72721,a=>{a.v(b=>Promise.all(["server/chunks/ssr/[root-of-the-server]__bc8d015f._.js"].map(b=>a.l(b))).then(()=>b(488)))},21215,a=>{a.v(b=>Promise.all(["server/chunks/ssr/node_modules_@clerk_nextjs_dist_esm_server_keyless-log-cache_52006def.js"].map(b=>a.l(b))).then(()=>b(78829)))},67338,a=>{a.v(b=>Promise.all(["server/chunks/ssr/[root-of-the-server]__a509d17d._.js"].map(b=>a.l(b))).then(()=>b(71227)))},67257,a=>{a.v(b=>Promise.all(["server/chunks/ssr/d4b1c_modules_@clerk_nextjs_dist_esm_app-router_client_keyless-cookie-sync_f823d0f8.js"].map(b=>a.l(b))).then(()=>b(6223)))},23804,a=>{a.v(a=>Promise.resolve().then(()=>a(5246)))},77710,a=>{a.v(b=>Promise.all(["server/chunks/ssr/[root-of-the-server]__4f387f9d._.js"].map(b=>a.l(b))).then(()=>b(15866)))}];
|
|
2
|
+
Read more: https://nextjs.org/docs/messages/invalid-use-server-value`),"__NEXT_ERROR_CODE",{value:"E352",enumerable:!1,configurable:!0})}}Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"ensureServerEntryExports",{enumerable:!0,get:function(){return d}})},85978,a=>{"use strict";var b=a.i(37936),c=a.i(5246),d=a.i(13095);async function e(){var a,b,d,e,g,h;let i,j=await (0,c.headers)();return{nodeVersion:process.version,nextVersion:function(){var a;try{return null!=(a=process.title)?a:"unknown-process-title"}catch{return}}(),npmConfigUserAgent:process.env.npm_config_user_agent,userAgent:null!=(a=j.get("User-Agent"))?a:"unknown user-agent",port:process.env.PORT,host:null!=(b=j.get("host"))?b:"unknown host",xPort:null!=(d=j.get("x-forwarded-port"))?d:"unknown x-forwarded-port",xHost:null!=(e=j.get("x-forwarded-host"))?e:"unknown x-forwarded-host",xProtocol:null!=(g=j.get("x-forwarded-proto"))?g:"unknown x-forwarded-proto",xClerkAuthStatus:null!=(h=j.get("x-clerk-auth-status"))?h:"unknown x-clerk-auth-status",isCI:(i=new Set(["","false","0","no"]),f.some(a=>{let b=process.env[a];if(void 0===b)return!1;let c=b.trim().toLowerCase();return!i.has(c)}))}}let f=["CI","CONTINUOUS_INTEGRATION","BUILD_NUMBER","BUILD_ID","BUILDKITE","CIRCLECI","GITHUB_ACTIONS","GITLAB_CI","JENKINS_URL","TRAVIS","APPVEYOR","WERCKER","DRONE","CODESHIP","SEMAPHORE","SHIPPABLE","TEAMCITY_VERSION","BAMBOO_BUILDKEY","GO_PIPELINE_NAME","TF_BUILD","SYSTEM_TEAMFOUNDATIONCOLLECTIONURI","BITBUCKET_BUILD_NUMBER","HEROKU_TEST_RUN_ID","VERCEL","NETLIFY"];async function g(a){let b=new Headers;return a.nodeVersion&&b.set("Clerk-Node-Version",a.nodeVersion),a.nextVersion&&b.set("Clerk-Next-Version",a.nextVersion),a.npmConfigUserAgent&&b.set("Clerk-NPM-Config-User-Agent",a.npmConfigUserAgent),a.userAgent&&b.set("Clerk-Client-User-Agent",a.userAgent),a.port&&b.set("Clerk-Node-Port",a.port),a.host&&b.set("Clerk-Client-Host",a.host),a.xPort&&b.set("Clerk-X-Port",a.xPort),a.xHost&&b.set("Clerk-X-Host",a.xHost),a.xProtocol&&b.set("Clerk-X-Protocol",a.xProtocol),a.xClerkAuthStatus&&b.set("Clerk-Auth-Status",a.xClerkAuthStatus),a.isCI&&b.set("Clerk-Is-CI","true"),b}(0,d.ensureServerEntryExports)([e,g]),(0,b.registerServerReference)(e,"008384472ed640d18a3f016346c0ce33e719ff0a0d",null),(0,b.registerServerReference)(g,"409c3c741a5049c11f4c552108d86188c466055dc6",null),a.s(["collectKeylessMetadata",()=>e,"formatMetadataHeaders",()=>g])},43197,a=>{"use strict";a.i(66585);var b=a.i(54677),c=a.i(82849);let d=!a.i(77380).isNextWithUnstableServerActions&&(0,b.isDevelopmentEnvironment)()&&!c.KEYLESS_DISABLED;a.s(["canUseKeyless",()=>d])},54677,90476,a=>{"use strict";let b=()=>!1,c=()=>!1,d=()=>{try{return!0}catch{}return!1};function e(a){return a.endsWith(".lclstage.dev")||a.endsWith(".stgstage.dev")||a.endsWith(".clerkstage.dev")||a.endsWith(".accountsstage.dev")}a.s(["isDevelopmentEnvironment",()=>b,"isProductionEnvironment",()=>d,"isTestEnvironment",()=>c],54677),a.s(["isStaging",()=>e],90476)},66585,65023,a=>{"use strict";function b(a,b,c){return"function"==typeof a?a(b):void 0!==a?a:void 0!==c?c:void 0}a.i(54677),a.s(["handleValueOrFn",()=>b],65023),a.i(90476),a.s([],66585)},347,a=>{a.v({name:"next",version:"16.1.6",description:"The React Framework",main:"./dist/server/next.js",license:"MIT",repository:"vercel/next.js",bugs:"https://github.com/vercel/next.js/issues",homepage:"https://nextjs.org",types:"index.d.ts",files:["dist","app.js","app.d.ts","babel.js","babel.d.ts","client.js","client.d.ts","compat","cache.js","cache.d.ts","constants.js","constants.d.ts","document.js","document.d.ts","dynamic.js","dynamic.d.ts","error.js","error.d.ts","future","legacy","script.js","script.d.ts","server.js","server.d.ts","head.js","head.d.ts","image.js","image.d.ts","link.js","link.d.ts","form.js","form.d.ts","router.js","router.d.ts","jest.js","jest.d.ts","og.js","og.d.ts","root-params.js","root-params.d.ts","types.d.ts","types.js","index.d.ts","types/global.d.ts","types/compiled.d.ts","image-types/global.d.ts","navigation-types/navigation.d.ts","navigation-types/compat/navigation.d.ts","font","navigation.js","navigation.d.ts","headers.js","headers.d.ts","navigation-types","web-vitals.js","web-vitals.d.ts","experimental/testing/server.js","experimental/testing/server.d.ts","experimental/testmode/playwright.js","experimental/testmode/playwright.d.ts","experimental/testmode/playwright/msw.js","experimental/testmode/playwright/msw.d.ts","experimental/testmode/proxy.js","experimental/testmode/proxy.d.ts"],bin:{next:"./dist/bin/next"},scripts:{dev:"cross-env NEXT_SERVER_NO_MANGLE=1 taskr",build:"taskr release",prepublishOnly:"cd ../../ && turbo run build",types:"tsc --project tsconfig.build.json --declaration --emitDeclarationOnly --stripInternal --declarationDir dist",typescript:"tsec --noEmit","ncc-compiled":"taskr ncc",storybook:"BROWSER=none storybook dev -p 6006","build-storybook":"storybook build","test-storybook":"test-storybook"},taskr:{requires:["./taskfile-webpack.js","./taskfile-ncc.js","./taskfile-swc.js","./taskfile-watch.js"]},dependencies:{"@next/env":"16.1.6","@swc/helpers":"0.5.15","baseline-browser-mapping":"^2.8.3","caniuse-lite":"^1.0.30001579",postcss:"8.4.31","styled-jsx":"5.1.6"},peerDependencies:{"@opentelemetry/api":"^1.1.0","@playwright/test":"^1.51.1","babel-plugin-react-compiler":"*",react:"^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0","react-dom":"^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",sass:"^1.3.0"},peerDependenciesMeta:{"babel-plugin-react-compiler":{optional:!0},sass:{optional:!0},"@opentelemetry/api":{optional:!0},"@playwright/test":{optional:!0}},optionalDependencies:{sharp:"^0.34.4","@next/swc-darwin-arm64":"16.1.6","@next/swc-darwin-x64":"16.1.6","@next/swc-linux-arm64-gnu":"16.1.6","@next/swc-linux-arm64-musl":"16.1.6","@next/swc-linux-x64-gnu":"16.1.6","@next/swc-linux-x64-musl":"16.1.6","@next/swc-win32-arm64-msvc":"16.1.6","@next/swc-win32-x64-msvc":"16.1.6"},devDependencies:{"@babel/code-frame":"7.26.2","@babel/core":"7.26.10","@babel/eslint-parser":"7.24.6","@babel/generator":"7.27.0","@babel/plugin-syntax-bigint":"7.8.3","@babel/plugin-syntax-dynamic-import":"7.8.3","@babel/plugin-syntax-import-attributes":"7.26.0","@babel/plugin-syntax-jsx":"7.25.9","@babel/plugin-syntax-typescript":"7.25.4","@babel/plugin-transform-class-properties":"7.25.9","@babel/plugin-transform-export-namespace-from":"7.25.9","@babel/plugin-transform-modules-commonjs":"7.26.3","@babel/plugin-transform-numeric-separator":"7.25.9","@babel/plugin-transform-object-rest-spread":"7.25.9","@babel/plugin-transform-runtime":"7.26.10","@babel/preset-env":"7.26.9","@babel/preset-react":"7.26.3","@babel/preset-typescript":"7.27.0","@babel/runtime":"7.27.0","@babel/traverse":"7.27.0","@babel/types":"7.27.0","@base-ui-components/react":"1.0.0-beta.2","@capsizecss/metrics":"3.4.0","@edge-runtime/cookies":"6.0.0","@edge-runtime/ponyfill":"4.0.0","@edge-runtime/primitives":"6.0.0","@hapi/accept":"5.0.2","@jest/transform":"29.5.0","@jest/types":"29.5.0","@modelcontextprotocol/sdk":"1.18.1","@mswjs/interceptors":"0.23.0","@napi-rs/triples":"1.2.0","@next/font":"16.1.6","@next/polyfill-module":"16.1.6","@next/polyfill-nomodule":"16.1.6","@next/react-refresh-utils":"16.1.6","@next/swc":"16.1.6","@opentelemetry/api":"1.6.0","@playwright/test":"1.51.1","@rspack/core":"1.6.7","@storybook/addon-a11y":"8.6.0","@storybook/addon-essentials":"8.6.0","@storybook/addon-interactions":"8.6.0","@storybook/addon-webpack5-compiler-swc":"3.0.0","@storybook/blocks":"8.6.0","@storybook/react":"8.6.0","@storybook/react-webpack5":"8.6.0","@storybook/test":"8.6.0","@storybook/test-runner":"0.21.0","@swc/core":"1.11.24","@swc/types":"0.1.7","@taskr/clear":"1.1.0","@taskr/esnext":"1.1.0","@types/babel__code-frame":"7.0.6","@types/babel__core":"7.20.5","@types/babel__generator":"7.27.0","@types/babel__template":"7.4.4","@types/babel__traverse":"7.20.7","@types/bytes":"3.1.1","@types/ci-info":"2.0.0","@types/compression":"0.0.36","@types/content-disposition":"0.5.4","@types/content-type":"1.1.3","@types/cookie":"0.3.3","@types/cross-spawn":"6.0.0","@types/debug":"4.1.5","@types/express-serve-static-core":"4.17.33","@types/fresh":"0.5.0","@types/glob":"7.1.1","@types/jsonwebtoken":"9.0.0","@types/lodash":"4.14.198","@types/lodash.curry":"4.1.6","@types/path-to-regexp":"1.7.0","@types/picomatch":"2.3.3","@types/platform":"1.3.4","@types/react":"19.0.8","@types/react-dom":"19.0.3","@types/react-is":"18.2.4","@types/semver":"7.3.1","@types/send":"0.14.4","@types/serve-handler":"6.1.4","@types/shell-quote":"1.7.1","@types/tar":"6.1.5","@types/text-table":"0.2.1","@types/ua-parser-js":"0.7.36","@types/webpack-sources1":"npm:@types/webpack-sources@0.1.5","@types/ws":"8.2.0","@vercel/ncc":"0.34.0","@vercel/nft":"0.27.1","@vercel/routing-utils":"5.2.0","@vercel/turbopack-ecmascript-runtime":"*",acorn:"8.14.0",anser:"1.4.9",arg:"4.1.0",assert:"2.0.0","async-retry":"1.2.3","async-sema":"3.0.0","axe-playwright":"2.0.3","babel-loader":"10.0.0","babel-plugin-react-compiler":"0.0.0-experimental-3fde738-20250918","babel-plugin-transform-define":"2.0.0","babel-plugin-transform-react-remove-prop-types":"0.4.24","browserify-zlib":"0.2.0",browserslist:"4.28.0",buffer:"5.6.0",busboy:"1.6.0",bytes:"3.1.1","ci-info":"watson/ci-info#f43f6a1cefff47fb361c88cf4b943fdbcaafe540","cli-select":"1.1.2","client-only":"0.0.1",commander:"12.1.0","comment-json":"3.0.3",compression:"1.7.4",conf:"5.0.0","constants-browserify":"1.0.0","content-disposition":"0.5.3","content-type":"1.0.4",cookie:"0.4.1","cross-env":"6.0.3","cross-spawn":"7.0.3","crypto-browserify":"3.12.0","css-loader":"7.1.2","css.escape":"1.5.1","cssnano-preset-default":"7.0.6","data-uri-to-buffer":"3.0.1",debug:"4.1.1",devalue:"2.0.1","domain-browser":"4.19.0","edge-runtime":"4.0.1",events:"3.3.0","find-up":"4.1.0",fresh:"0.5.2",glob:"7.1.7","gzip-size":"5.1.1","http-proxy":"1.18.1","http-proxy-agent":"5.0.0","https-browserify":"1.0.0","https-proxy-agent":"5.0.1","icss-utils":"5.1.0","ignore-loader":"0.1.2","image-size":"1.2.1","ipaddr.js":"2.2.0","is-docker":"2.0.0","is-wsl":"2.2.0","jest-worker":"27.5.1",json5:"2.2.3",jsonwebtoken:"9.0.0","loader-runner":"4.3.0","loader-utils2":"npm:loader-utils@2.0.4","loader-utils3":"npm:loader-utils@3.1.3","lodash.curry":"4.1.1","mini-css-extract-plugin":"2.4.4",msw:"2.3.0",nanoid:"3.1.32","native-url":"0.3.4","neo-async":"2.6.1","node-html-parser":"5.3.3",ora:"4.0.4","os-browserify":"0.3.0","p-limit":"3.1.0","p-queue":"6.6.2","path-browserify":"1.0.1","path-to-regexp":"6.3.0",picomatch:"4.0.1","postcss-flexbugs-fixes":"5.0.2","postcss-modules-extract-imports":"3.0.0","postcss-modules-local-by-default":"4.2.0","postcss-modules-scope":"3.0.0","postcss-modules-values":"4.0.0","postcss-preset-env":"7.4.3","postcss-safe-parser":"6.0.0","postcss-scss":"4.0.3","postcss-value-parser":"4.2.0",process:"0.11.10",punycode:"2.1.1","querystring-es3":"0.2.1","raw-body":"2.4.1","react-refresh":"0.12.0",recast:"0.23.11","regenerator-runtime":"0.13.4","safe-stable-stringify":"2.5.0","sass-loader":"16.0.5","schema-utils2":"npm:schema-utils@2.7.1","schema-utils3":"npm:schema-utils@3.0.0",semver:"7.3.2",send:"0.18.0","serve-handler":"6.1.6","server-only":"0.0.1",setimmediate:"1.0.5","shell-quote":"1.7.3","source-map":"0.6.1","source-map-loader":"5.0.0","source-map08":"npm:source-map@0.8.0-beta.0","stacktrace-parser":"0.1.10",storybook:"8.6.0","stream-browserify":"3.0.0","stream-http":"3.1.1","strict-event-emitter":"0.5.0","string-hash":"1.1.3",string_decoder:"1.3.0","strip-ansi":"6.0.0","style-loader":"4.0.0",superstruct:"1.0.3",tar:"6.1.15",taskr:"1.1.0",terser:"5.27.0","terser-webpack-plugin":"5.3.9","text-table":"0.2.0","timers-browserify":"2.0.12","tty-browserify":"0.0.1",typescript:"5.9.2","ua-parser-js":"1.0.35",unistore:"3.4.1",util:"0.12.4","vm-browserify":"1.1.2",watchpack:"2.4.0","web-vitals":"4.2.1",webpack:"5.98.0","webpack-sources1":"npm:webpack-sources@1.4.3","webpack-sources3":"npm:webpack-sources@3.2.3",ws:"8.2.3",zod:"3.25.76","zod-validation-error":"3.4.0"},keywords:["react","framework","nextjs","web","server","node","front-end","backend","cli","vercel"],engines:{node:">=20.9.0"}})},77380,a=>{"use strict";var b,c,d,e,f,g,h=a.i(347);let i=null!=(d=null==(c=null==(b=h.default)?void 0:b.version)?void 0:c.startsWith("13."))&&d,j=i||null!=(g=null==(f=null==(e=h.default)?void 0:e.version)?void 0:f.startsWith("14.0"))&&g,k=function(a){var b;if(!(null==(b=h.default)?void 0:b.version))return!1;let c=parseInt(h.default.version.split(".")[0],10);return!isNaN(c)&&c>=16}(0);a.s(["isNext13",()=>i,"isNext16OrHigher",()=>k,"isNextWithUnstableServerActions",()=>j])},75582,57110,a=>{"use strict";var b=a.i(59292);function c(a){return async(...b)=>{let{data:c,errors:d}=await a(...b);if(d)throw d[0];return c}}function d(a){return(...b)=>{let{data:c,errors:d}=a(...b);if(d)throw d[0];return c}}a.i(79378),a.s(["withLegacyReturn",()=>c,"withLegacySyncReturn",()=>d],57110),a.i(75400),a.i(61675),a.i(16765),a.i(28249),a.i(49326),a.i(71327);var e=a.i(3598),f=a.i(36482),g=class{#a;#b=864e5;constructor(a){this.#a=a}isEventThrottled(a){let b=Date.now(),c=this.#c(a),d=this.#a.getItem(c);return!!d&&!(b-d>this.#b)||(this.#a.setItem(c,b),!1)}#c(a){let{sk:b,pk:c,payload:d,...e}=a,f={...d,...e};return JSON.stringify(Object.keys({...d,...e}).sort().map(a=>f[a]))}},h=class{#d="clerk_telemetry_throttler";getItem(a){return this.#e()[a]}setItem(a,b){try{let c=this.#e();c[a]=b,localStorage.setItem(this.#d,JSON.stringify(c))}catch(a){a instanceof DOMException&&("QuotaExceededError"===a.name||"NS_ERROR_DOM_QUOTA_REACHED"===a.name)&&localStorage.length>0&&localStorage.removeItem(this.#d)}}removeItem(a){try{let b=this.#e();delete b[a],localStorage.setItem(this.#d,JSON.stringify(b))}catch{}}#e(){try{let a=localStorage.getItem(this.#d);if(!a)return{};return JSON.parse(a)}catch{return{}}}static isSupported(){return!1}},i=class{#a=new Map;#f=1e4;getItem(a){return this.#a.size>this.#f?void this.#a.clear():this.#a.get(a)}setItem(a,b){this.#a.set(a,b)}removeItem(a){this.#a.delete(a)}};let j=new Set(["error","warn","info","debug","trace"]);var k=class{#g;#h;#i={};#j=[];#k=null;constructor(a){this.#g={maxBufferSize:a.maxBufferSize??5,samplingRate:a.samplingRate??1,perEventSampling:a.perEventSampling??!0,disabled:a.disabled??!1,debug:a.debug??!1,endpoint:"https://clerk-telemetry.com"},a.clerkVersion?this.#i.clerkVersion=a.clerkVersion??"":this.#i.clerkVersion="",this.#i.sdk=a.sdk,this.#i.sdkVersion=a.sdkVersion,this.#i.publishableKey=a.publishableKey??"";const b=(0,e.parsePublishableKey)(a.publishableKey);b&&(this.#i.instanceType=b.instanceType),a.secretKey&&(this.#i.secretKey=a.secretKey.substring(0,16)),this.#h=new g(h.isSupported()?new h:new i)}get isEnabled(){return!("development"!==this.#i.instanceType||this.#g.disabled||"u">typeof process&&process.env&&(0,f.isTruthy)(process.env.CLERK_TELEMETRY_DISABLED))}get isDebug(){return this.#g.debug||"u">typeof process&&process.env&&(0,f.isTruthy)(process.env.CLERK_TELEMETRY_DEBUG)}record(a){try{let b=this.#l(a.event,a.payload);if(this.#m(b.event,b),!this.#n(b,a.eventSamplingRate))return;this.#j.push({kind:"event",value:b}),this.#o()}catch(a){console.error("[clerk/telemetry] Error recording telemetry event",a)}}recordLog(a){try{if(!this.#p(a))return;let b="string"==typeof a?.level&&j.has(a.level),c="string"==typeof a?.message&&a.message.trim().length>0,d=null,e=a?.timestamp;if("number"==typeof e||"string"==typeof e){let a=new Date(e);Number.isNaN(a.getTime())||(d=a)}if(!b||!c||null===d){this.isDebug&&"u">typeof console&&console.warn("[clerk/telemetry] Dropping invalid telemetry log entry",{levelIsValid:b,messageIsValid:c,timestampIsValid:null!==d});return}let f=this.#q(),g={sdk:f.name,sdkv:f.version,cv:this.#i.clerkVersion??"",lvl:a.level,msg:a.message,ts:d.toISOString(),pk:this.#i.publishableKey||null,payload:this.#r(a.context)};this.#j.push({kind:"log",value:g}),this.#o()}catch(a){console.error("[clerk/telemetry] Error recording telemetry log entry",a)}}#n(a,b){return this.isEnabled&&!this.isDebug&&this.#s(a,b)}#p(a){return!0}#s(a,b){let c=Math.random();return!!(c<=this.#g.samplingRate&&(!1===this.#g.perEventSampling||void 0===b||c<=b))&&!this.#h.isEventThrottled(a)}#o(){this.#t()}#t(){let a=[...this.#j];if(this.#j=[],this.#k=null,0===a.length)return;let b=a.filter(a=>"event"===a.kind).map(a=>a.value),c=a.filter(a=>"log"===a.kind).map(a=>a.value);b.length>0&&fetch(new URL("/v1/event",this.#g.endpoint),{headers:{"Content-Type":"application/json"},keepalive:!0,method:"POST",body:JSON.stringify({events:b})}).catch(()=>void 0),c.length>0&&fetch(new URL("/v1/logs",this.#g.endpoint),{headers:{"Content-Type":"application/json"},keepalive:!0,method:"POST",body:JSON.stringify({logs:c})}).catch(()=>void 0)}#m(a,b){this.isDebug&&(void 0!==console.groupCollapsed?(console.groupCollapsed("[clerk/telemetry]",a),console.log(b),console.groupEnd()):console.log("[clerk/telemetry]",a,b))}#q(){return{name:this.#i.sdk,version:this.#i.sdkVersion}}#l(a,b){let c=this.#q();return{event:a,cv:this.#i.clerkVersion??"",it:this.#i.instanceType??"",sdk:c.name,sdkv:c.version,...this.#i.publishableKey?{pk:this.#i.publishableKey}:{},...this.#i.secretKey?{sk:this.#i.secretKey}:{},payload:b}}#r(a){if(null==a||"object"!=typeof a)return null;try{let b=JSON.parse(JSON.stringify(a));if(b&&"object"==typeof b&&!Array.isArray(b))return b;return null}catch{return null}}};c(b.verifyToken);var l=a.i(82849);let m={secretKey:l.SECRET_KEY,publishableKey:l.PUBLISHABLE_KEY,apiUrl:l.API_URL,apiVersion:l.API_VERSION,userAgent:"@clerk/nextjs@6.39.0",proxyUrl:l.PROXY_URL,domain:l.DOMAIN,isSatellite:l.IS_SATELLITE,machineSecretKey:l.MACHINE_SECRET_KEY,sdkMetadata:l.SDK_METADATA,telemetry:{disabled:l.TELEMETRY_DISABLED,debug:l.TELEMETRY_DEBUG}},n=a=>{let c,d,e,f;return c={...m,...a},d=(0,b.createBackendApiClient)(c),e=(0,b.createAuthenticateRequest)({options:c,apiClient:d}),f=new k({publishableKey:c.publishableKey,secretKey:c.secretKey,samplingRate:.1,...c.sdkMetadata?{sdk:c.sdkMetadata.name,sdkVersion:c.sdkMetadata.version}:{},...c.telemetry||{}}),{...d,...e,telemetry:f}};a.s(["createClerkClientWithOptions",()=>n],75582)},58658,a=>{"use strict";a.s(["APIKeys",()=>c,"CreateOrganization",()=>d,"GoogleOneTap",()=>e,"OrganizationList",()=>f,"OrganizationProfile",()=>g,"OrganizationSwitcher",()=>h,"PricingTable",()=>i,"SignIn",()=>j,"SignInButton",()=>k,"SignInWithMetamaskButton",()=>l,"SignOutButton",()=>m,"SignUp",()=>n,"SignUpButton",()=>o,"TaskChooseOrganization",()=>p,"TaskResetPassword",()=>q,"TaskSetupMFA",()=>r,"UserAvatar",()=>s,"UserButton",()=>t,"UserProfile",()=>u,"Waitlist",()=>v]);var b=a.i(11857);let c=(0,b.registerClientReference)(function(){throw Error("Attempted to call APIKeys() from the server but APIKeys is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","APIKeys"),d=(0,b.registerClientReference)(function(){throw Error("Attempted to call CreateOrganization() from the server but CreateOrganization is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","CreateOrganization"),e=(0,b.registerClientReference)(function(){throw Error("Attempted to call GoogleOneTap() from the server but GoogleOneTap is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","GoogleOneTap"),f=(0,b.registerClientReference)(function(){throw Error("Attempted to call OrganizationList() from the server but OrganizationList is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","OrganizationList"),g=(0,b.registerClientReference)(function(){throw Error("Attempted to call OrganizationProfile() from the server but OrganizationProfile is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","OrganizationProfile"),h=(0,b.registerClientReference)(function(){throw Error("Attempted to call OrganizationSwitcher() from the server but OrganizationSwitcher is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","OrganizationSwitcher"),i=(0,b.registerClientReference)(function(){throw Error("Attempted to call PricingTable() from the server but PricingTable is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","PricingTable"),j=(0,b.registerClientReference)(function(){throw Error("Attempted to call SignIn() from the server but SignIn is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","SignIn"),k=(0,b.registerClientReference)(function(){throw Error("Attempted to call SignInButton() from the server but SignInButton is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","SignInButton"),l=(0,b.registerClientReference)(function(){throw Error("Attempted to call SignInWithMetamaskButton() from the server but SignInWithMetamaskButton is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","SignInWithMetamaskButton"),m=(0,b.registerClientReference)(function(){throw Error("Attempted to call SignOutButton() from the server but SignOutButton is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","SignOutButton"),n=(0,b.registerClientReference)(function(){throw Error("Attempted to call SignUp() from the server but SignUp is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","SignUp"),o=(0,b.registerClientReference)(function(){throw Error("Attempted to call SignUpButton() from the server but SignUpButton is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","SignUpButton"),p=(0,b.registerClientReference)(function(){throw Error("Attempted to call TaskChooseOrganization() from the server but TaskChooseOrganization is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","TaskChooseOrganization"),q=(0,b.registerClientReference)(function(){throw Error("Attempted to call TaskResetPassword() from the server but TaskResetPassword is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","TaskResetPassword"),r=(0,b.registerClientReference)(function(){throw Error("Attempted to call TaskSetupMFA() from the server but TaskSetupMFA is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","TaskSetupMFA"),s=(0,b.registerClientReference)(function(){throw Error("Attempted to call UserAvatar() from the server but UserAvatar is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","UserAvatar"),t=(0,b.registerClientReference)(function(){throw Error("Attempted to call UserButton() from the server but UserButton is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","UserButton"),u=(0,b.registerClientReference)(function(){throw Error("Attempted to call UserProfile() from the server but UserProfile is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","UserProfile"),v=(0,b.registerClientReference)(function(){throw Error("Attempted to call Waitlist() from the server but Waitlist is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>","Waitlist")},80832,a=>{"use strict";a.s(["APIKeys",()=>c,"CreateOrganization",()=>d,"GoogleOneTap",()=>e,"OrganizationList",()=>f,"OrganizationProfile",()=>g,"OrganizationSwitcher",()=>h,"PricingTable",()=>i,"SignIn",()=>j,"SignInButton",()=>k,"SignInWithMetamaskButton",()=>l,"SignOutButton",()=>m,"SignUp",()=>n,"SignUpButton",()=>o,"TaskChooseOrganization",()=>p,"TaskResetPassword",()=>q,"TaskSetupMFA",()=>r,"UserAvatar",()=>s,"UserButton",()=>t,"UserProfile",()=>u,"Waitlist",()=>v]);var b=a.i(11857);let c=(0,b.registerClientReference)(function(){throw Error("Attempted to call APIKeys() from the server but APIKeys is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","APIKeys"),d=(0,b.registerClientReference)(function(){throw Error("Attempted to call CreateOrganization() from the server but CreateOrganization is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","CreateOrganization"),e=(0,b.registerClientReference)(function(){throw Error("Attempted to call GoogleOneTap() from the server but GoogleOneTap is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","GoogleOneTap"),f=(0,b.registerClientReference)(function(){throw Error("Attempted to call OrganizationList() from the server but OrganizationList is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","OrganizationList"),g=(0,b.registerClientReference)(function(){throw Error("Attempted to call OrganizationProfile() from the server but OrganizationProfile is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","OrganizationProfile"),h=(0,b.registerClientReference)(function(){throw Error("Attempted to call OrganizationSwitcher() from the server but OrganizationSwitcher is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","OrganizationSwitcher"),i=(0,b.registerClientReference)(function(){throw Error("Attempted to call PricingTable() from the server but PricingTable is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","PricingTable"),j=(0,b.registerClientReference)(function(){throw Error("Attempted to call SignIn() from the server but SignIn is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","SignIn"),k=(0,b.registerClientReference)(function(){throw Error("Attempted to call SignInButton() from the server but SignInButton is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","SignInButton"),l=(0,b.registerClientReference)(function(){throw Error("Attempted to call SignInWithMetamaskButton() from the server but SignInWithMetamaskButton is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","SignInWithMetamaskButton"),m=(0,b.registerClientReference)(function(){throw Error("Attempted to call SignOutButton() from the server but SignOutButton is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","SignOutButton"),n=(0,b.registerClientReference)(function(){throw Error("Attempted to call SignUp() from the server but SignUp is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","SignUp"),o=(0,b.registerClientReference)(function(){throw Error("Attempted to call SignUpButton() from the server but SignUpButton is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","SignUpButton"),p=(0,b.registerClientReference)(function(){throw Error("Attempted to call TaskChooseOrganization() from the server but TaskChooseOrganization is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","TaskChooseOrganization"),q=(0,b.registerClientReference)(function(){throw Error("Attempted to call TaskResetPassword() from the server but TaskResetPassword is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","TaskResetPassword"),r=(0,b.registerClientReference)(function(){throw Error("Attempted to call TaskSetupMFA() from the server but TaskSetupMFA is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","TaskSetupMFA"),s=(0,b.registerClientReference)(function(){throw Error("Attempted to call UserAvatar() from the server but UserAvatar is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","UserAvatar"),t=(0,b.registerClientReference)(function(){throw Error("Attempted to call UserButton() from the server but UserButton is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","UserButton"),u=(0,b.registerClientReference)(function(){throw Error("Attempted to call UserProfile() from the server but UserProfile is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","UserProfile"),v=(0,b.registerClientReference)(function(){throw Error("Attempted to call Waitlist() from the server but Waitlist is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js","Waitlist")},40163,a=>{"use strict";a.i(58658);var b=a.i(80832);a.n(b)},72721,a=>{a.v(b=>Promise.all(["server/chunks/ssr/[root-of-the-server]__bc8d015f._.js"].map(b=>a.l(b))).then(()=>b(488)))},21215,a=>{a.v(b=>Promise.all(["server/chunks/ssr/node_modules_@clerk_nextjs_dist_esm_server_keyless-log-cache_52006def.js"].map(b=>a.l(b))).then(()=>b(78829)))},67338,a=>{a.v(b=>Promise.all(["server/chunks/ssr/[root-of-the-server]__a509d17d._.js"].map(b=>a.l(b))).then(()=>b(71227)))},67257,a=>{a.v(b=>Promise.all(["server/chunks/ssr/d4b1c_modules_@clerk_nextjs_dist_esm_app-router_client_keyless-cookie-sync_f823d0f8.js"].map(b=>a.l(b))).then(()=>b(6223)))},23804,a=>{a.v(a=>Promise.resolve().then(()=>a(5246)))},77710,a=>{a.v(b=>Promise.all(["server/chunks/ssr/[root-of-the-server]__4f387f9d._.js"].map(b=>a.l(b))).then(()=>b(15866)))}];
|
|
3
3
|
|
|
4
4
|
//# sourceMappingURL=%5Broot-of-the-server%5D__869d9ac0._.js.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
module.exports=[50227,(a,b,c)=>{b.exports=a.x("node:path",()=>require("node:path"))},33245,a=>{"use strict";var b=a.i(87924),c=a.i(72131),d=a.i(50944),e=a.i(48171),f=a.i(62586),g=a.i(5913),h=a.i(37483),i=a.i(35757),j=a.i(72865);function k(){let a=(0,d.useParams)(),k=(0,d.useRouter)(),{projects:l}=(0,i.useConfig)(),{sessions:m,refresh:n}=(0,j.useSessions)(),[o,p]=(0,c.useState)(!0),[q,r]=(0,c.useState)(null);(0,c.useEffect)(()=>{},[]);let s=(0,c.useMemo)(()=>m.find(b=>b.id===a.id)??null,[m,a.id]),t=(0,c.useMemo)(()=>s?[s.projectId,s.branch].filter(Boolean).join(" · "):q||"Session",[q,s]);async function u(b){let c=await fetch(`/api/sessions/${encodeURIComponent(b)}/archive`,{method:"POST"}),d=await c.json().catch(()=>null);if(404===c.status&&(c=await fetch(`/api/sessions/${encodeURIComponent(b)}/actions`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({action:"archive"})}),d=await c.json().catch(()=>null)),!c.ok)throw Error(d?.error??`Failed to archive session: ${c.status}`);b===a.id?k.push("/"):await n()}return(0,c.useEffect)(()=>{s?.projectId?r(s.projectId):!q&&l.length>0&&r(l[0]?.id??null)},[l,q,s?.projectId]),a.id?(0,b.jsxs)(e.AppShell,{sidebarOpen:o,onToggleSidebar:()=>p(a=>!a),sidebar:(0,b.jsx)(g.WorkspaceSidebarPanel,{
|
|
1
|
+
module.exports=[50227,(a,b,c)=>{b.exports=a.x("node:path",()=>require("node:path"))},33245,a=>{"use strict";var b=a.i(87924),c=a.i(72131),d=a.i(50944),e=a.i(48171),f=a.i(62586),g=a.i(5913),h=a.i(37483),i=a.i(35757),j=a.i(72865);function k(){let a=(0,d.useParams)(),k=(0,d.useRouter)(),{projects:l}=(0,i.useConfig)(),{sessions:m,refresh:n}=(0,j.useSessions)(),[o,p]=(0,c.useState)(!0),[q,r]=(0,c.useState)(null);(0,c.useEffect)(()=>{},[]);let s=(0,c.useMemo)(()=>m.find(b=>b.id===a.id)??null,[m,a.id]),t=(0,c.useMemo)(()=>s?[s.projectId,s.branch].filter(Boolean).join(" · "):q||"Session",[q,s]);async function u(b){let c=await fetch(`/api/sessions/${encodeURIComponent(b)}/archive`,{method:"POST"}),d=await c.json().catch(()=>null);if(404===c.status&&(c=await fetch(`/api/sessions/${encodeURIComponent(b)}/actions`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({action:"archive"})}),d=await c.json().catch(()=>null)),!c.ok)throw Error(d?.error??`Failed to archive session: ${c.status}`);b===a.id?k.push("/"):await n()}return(0,c.useEffect)(()=>{s?.projectId?r(s.projectId):!q&&l.length>0&&r(l[0]?.id??null)},[l,q,s?.projectId]),a.id?(0,b.jsxs)(e.AppShell,{sidebarOpen:o,onToggleSidebar:()=>p(a=>!a),sidebar:(0,b.jsx)(g.WorkspaceSidebarPanel,{projects:l,selectedProjectId:q,onSelectProject:a=>{null===a?k.push("/"):r(a)},sessions:m,selectedSessionId:a.id,onSelectSession:a=>{k.push(`/sessions/${encodeURIComponent(a)}?tab=chat`)},onArchiveSession:u,onCreateWorkspace:()=>{k.push("/")}}),children:[(0,b.jsx)(f.TopBar,{title:t}),(0,b.jsx)("div",{className:"min-h-0 flex-1 overflow-hidden",children:(0,b.jsx)(h.SessionDetail,{sessionId:a.id})})]}):(0,b.jsx)("div",{className:"flex h-dvh min-h-[100dvh] items-center justify-center",children:(0,b.jsx)("span",{className:"text-[13px] text-[var(--text-muted)]",children:"No session ID provided"})})}function l(){return(0,b.jsx)(k,{})}a.s(["default",()=>l],33245)}];
|
|
2
2
|
|
|
3
3
|
//# sourceMappingURL=%5Broot-of-the-server%5D__9dc23e5a._.js.map
|