dev3000 0.0.94 → 0.0.96
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/dev-environment.d.ts.map +1 -1
- package/dist/dev-environment.js +22 -26
- package/dist/dev-environment.js.map +1 -1
- package/mcp-server/.next/BUILD_ID +1 -1
- package/mcp-server/.next/build-manifest.json +8 -10
- package/mcp-server/.next/fallback-build-manifest.json +3 -5
- package/mcp-server/.next/images-manifest.json +8 -2
- package/mcp-server/.next/next-minimal-server.js.nft.json +1 -1
- package/mcp-server/.next/next-server.js.nft.json +1 -1
- package/mcp-server/.next/prerender-manifest.json +3 -3
- package/mcp-server/.next/required-server-files.json +21 -20
- package/mcp-server/.next/server/app/_global-error/page/build-manifest.json +5 -5
- package/mcp-server/.next/server/app/_global-error/page.js +8 -8
- package/mcp-server/.next/server/app/_global-error/page.js.nft.json +1 -1
- package/mcp-server/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/mcp-server/.next/server/app/_global-error.html +2 -2
- package/mcp-server/.next/server/app/_global-error.meta +6 -1
- package/mcp-server/.next/server/app/_global-error.rsc +11 -13
- package/mcp-server/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +5 -0
- package/mcp-server/.next/server/app/_global-error.segments/_index.segment.rsc +4 -0
- package/mcp-server/.next/server/app/_global-error.segments/_tree.segment.rsc +7 -0
- package/mcp-server/.next/server/app/_not-found/page/build-manifest.json +5 -5
- package/mcp-server/.next/server/app/_not-found/page.js +10 -10
- package/mcp-server/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/mcp-server/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/mcp-server/.next/server/app/_not-found.html +1 -1
- package/mcp-server/.next/server/app/_not-found.meta +7 -1
- package/mcp-server/.next/server/app/_not-found.rsc +12 -14
- package/mcp-server/.next/server/app/_not-found.segments/_index.segment.rsc +5 -0
- package/mcp-server/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +5 -0
- package/mcp-server/.next/server/app/_not-found.segments/_not-found.segment.rsc +4 -0
- package/mcp-server/.next/server/app/_not-found.segments/_tree.segment.rsc +8 -0
- package/mcp-server/.next/server/app/api/jank/[session]/route.js +6 -6
- package/mcp-server/.next/server/app/api/jank/[session]/route.js.nft.json +1 -1
- package/mcp-server/.next/server/app/api/logs/append/route.js +4 -4
- package/mcp-server/.next/server/app/api/logs/append/route.js.nft.json +1 -1
- package/mcp-server/.next/server/app/api/logs/head/route.js +4 -4
- package/mcp-server/.next/server/app/api/logs/head/route.js.nft.json +1 -1
- package/mcp-server/.next/server/app/api/logs/list/route.js +4 -4
- package/mcp-server/.next/server/app/api/logs/list/route.js.nft.json +1 -1
- package/mcp-server/.next/server/app/api/logs/rotate/route.js +5 -5
- package/mcp-server/.next/server/app/api/logs/rotate/route.js.nft.json +1 -1
- package/mcp-server/.next/server/app/api/logs/stream/route.js +4 -4
- package/mcp-server/.next/server/app/api/logs/stream/route.js.nft.json +1 -1
- package/mcp-server/.next/server/app/api/logs/tail/route.js +4 -4
- package/mcp-server/.next/server/app/api/logs/tail/route.js.nft.json +1 -1
- package/mcp-server/.next/server/app/api/orchestrator/route.js +5 -5
- package/mcp-server/.next/server/app/api/orchestrator/route.js.nft.json +1 -1
- package/mcp-server/.next/server/app/api/screenshots/[filename]/route.js +5 -5
- package/mcp-server/.next/server/app/api/screenshots/[filename]/route.js.nft.json +1 -1
- package/mcp-server/.next/server/app/api/screenshots/list/route.js +5 -5
- package/mcp-server/.next/server/app/api/screenshots/list/route.js.nft.json +1 -1
- package/mcp-server/.next/server/app/api/tools/route.js +5 -5
- package/mcp-server/.next/server/app/api/tools/route.js.nft.json +1 -1
- package/mcp-server/.next/server/app/index.html +1 -1
- package/mcp-server/.next/server/app/index.meta +7 -2
- package/mcp-server/.next/server/app/index.rsc +14 -16
- package/mcp-server/.next/server/app/index.segments/__PAGE__.segment.rsc +9 -0
- package/mcp-server/.next/server/app/index.segments/_index.segment.rsc +5 -0
- package/mcp-server/.next/server/app/index.segments/_tree.segment.rsc +8 -0
- package/mcp-server/.next/server/app/logs/page/build-manifest.json +5 -5
- package/mcp-server/.next/server/app/logs/page.js +13 -13
- package/mcp-server/.next/server/app/logs/page.js.nft.json +1 -1
- package/mcp-server/.next/server/app/logs/page_client-reference-manifest.js +1 -1
- package/mcp-server/.next/server/app/mcp/route.js +4 -4
- package/mcp-server/.next/server/app/mcp/route.js.nft.json +1 -1
- package/mcp-server/.next/server/app/page/build-manifest.json +5 -5
- package/mcp-server/.next/server/app/page.js +12 -12
- package/mcp-server/.next/server/app/page.js.nft.json +1 -1
- package/mcp-server/.next/server/app/page_client-reference-manifest.js +1 -1
- package/mcp-server/.next/server/app/video/[session]/page/build-manifest.json +5 -5
- package/mcp-server/.next/server/app/video/[session]/page.js +12 -12
- package/mcp-server/.next/server/app/video/[session]/page.js.nft.json +1 -1
- package/mcp-server/.next/server/app/video/[session]/page_client-reference-manifest.js +1 -1
- package/mcp-server/.next/server/chunks/962f0_next_80b90dc3._.js +17 -0
- package/mcp-server/.next/server/chunks/962f0_next_80b90dc3._.js.map +1 -0
- package/mcp-server/.next/server/chunks/962f0_next_dist_esm_build_templates_app-route_fbcab413.js +3 -0
- package/mcp-server/.next/server/chunks/962f0_next_dist_esm_build_templates_app-route_fbcab413.js.map +1 -0
- package/mcp-server/.next/server/chunks/[root-of-the-server]__05e1e17a._.js +11 -0
- package/mcp-server/.next/server/chunks/[root-of-the-server]__05e1e17a._.js.map +1 -0
- package/mcp-server/.next/server/chunks/[root-of-the-server]__0f1f904c._.js +4 -0
- package/mcp-server/.next/server/chunks/[root-of-the-server]__0f1f904c._.js.map +1 -0
- package/mcp-server/.next/server/chunks/[root-of-the-server]__37cbcfad._.js +3 -0
- package/mcp-server/.next/server/chunks/[root-of-the-server]__3899cb0e._.js +3 -0
- package/mcp-server/.next/server/chunks/{[root-of-the-server]__cc81580c._.js.map → [root-of-the-server]__3899cb0e._.js.map} +1 -1
- package/mcp-server/.next/server/chunks/[root-of-the-server]__40003a13._.js +3 -0
- package/mcp-server/.next/server/chunks/[root-of-the-server]__40003a13._.js.map +1 -0
- package/mcp-server/.next/server/chunks/[root-of-the-server]__4e52a647._.js +3 -0
- package/mcp-server/.next/server/chunks/[root-of-the-server]__4e52a647._.js.map +1 -0
- package/mcp-server/.next/server/chunks/[root-of-the-server]__746ebd24._.js +3 -0
- package/mcp-server/.next/server/chunks/[root-of-the-server]__746ebd24._.js.map +1 -0
- package/mcp-server/.next/server/chunks/[root-of-the-server]__7820f710._.js +7 -0
- package/mcp-server/.next/server/chunks/[root-of-the-server]__7820f710._.js.map +1 -0
- package/mcp-server/.next/server/chunks/[root-of-the-server]__8caade4f._.js +17 -0
- package/mcp-server/.next/server/chunks/[root-of-the-server]__8caade4f._.js.map +1 -0
- package/mcp-server/.next/server/chunks/[root-of-the-server]__94037b23._.js +2 -2
- package/mcp-server/.next/server/chunks/[root-of-the-server]__94037b23._.js.map +1 -1
- package/mcp-server/.next/server/chunks/[root-of-the-server]__9a45c8f9._.js +1 -1
- package/mcp-server/.next/server/chunks/[root-of-the-server]__9a45c8f9._.js.map +1 -1
- package/mcp-server/.next/server/chunks/[root-of-the-server]__ae49815f._.js +2 -2
- package/mcp-server/.next/server/chunks/[root-of-the-server]__ae49815f._.js.map +1 -1
- package/mcp-server/.next/server/chunks/[root-of-the-server]__be04c8ec._.js +3 -0
- package/mcp-server/.next/server/chunks/[root-of-the-server]__be04c8ec._.js.map +1 -0
- package/mcp-server/.next/server/chunks/[root-of-the-server]__cc74dbef._.js +2 -2
- package/mcp-server/.next/server/chunks/[root-of-the-server]__cc74dbef._.js.map +1 -1
- package/mcp-server/.next/server/chunks/[root-of-the-server]__d8c4b7af._.js +3 -0
- package/mcp-server/.next/server/chunks/[root-of-the-server]__d8c4b7af._.js.map +1 -0
- package/mcp-server/.next/server/chunks/[root-of-the-server]__db4dce5b._.js +3 -0
- package/mcp-server/.next/server/chunks/[root-of-the-server]__db4dce5b._.js.map +1 -0
- package/mcp-server/.next/server/chunks/[root-of-the-server]__e1a64519._.js +1 -1
- package/mcp-server/.next/server/chunks/[root-of-the-server]__e1a64519._.js.map +1 -1
- package/mcp-server/.next/server/chunks/[root-of-the-server]__e305b486._.js +3 -0
- package/mcp-server/.next/server/chunks/[root-of-the-server]__e305b486._.js.map +1 -0
- package/mcp-server/.next/server/chunks/[turbopack]_runtime.js +1 -1
- package/mcp-server/.next/server/chunks/[turbopack]_runtime.js.map +1 -1
- package/mcp-server/.next/server/chunks/ssr/962f0_next_dist_0ff128f8._.js +6 -0
- package/mcp-server/.next/server/chunks/ssr/962f0_next_dist_0ff128f8._.js.map +1 -0
- package/mcp-server/.next/server/chunks/ssr/962f0_next_dist_431de271._.js +3 -0
- package/mcp-server/.next/server/chunks/ssr/962f0_next_dist_431de271._.js.map +1 -0
- package/mcp-server/.next/server/chunks/ssr/962f0_next_dist_7f9577da._.js +24 -0
- package/mcp-server/.next/server/chunks/ssr/962f0_next_dist_7f9577da._.js.map +1 -0
- package/mcp-server/.next/server/chunks/ssr/962f0_next_dist_a28dc041._.js +3 -0
- package/mcp-server/.next/server/chunks/ssr/962f0_next_dist_a28dc041._.js.map +1 -0
- package/mcp-server/.next/server/chunks/ssr/962f0_next_dist_a8de8a6b._.js +4 -0
- package/mcp-server/.next/server/chunks/ssr/962f0_next_dist_a8de8a6b._.js.map +1 -0
- package/mcp-server/.next/server/chunks/ssr/962f0_next_dist_client_components_0633a613._.js +3 -0
- package/mcp-server/.next/server/chunks/ssr/{d1d76_next_dist_client_components_6557bb14._.js.map → 962f0_next_dist_client_components_0633a613._.js.map} +1 -1
- package/mcp-server/.next/server/chunks/ssr/{d1d76_next_dist_client_components_builtin_forbidden_c162dd05.js → 962f0_next_dist_client_components_builtin_forbidden_828a4c7b.js} +2 -2
- package/mcp-server/.next/server/chunks/ssr/{d1d76_next_dist_client_components_builtin_forbidden_c162dd05.js.map → 962f0_next_dist_client_components_builtin_forbidden_828a4c7b.js.map} +1 -1
- package/mcp-server/.next/server/chunks/ssr/962f0_next_dist_client_components_builtin_global-error_c9f9f74f.js +3 -0
- package/mcp-server/.next/server/chunks/ssr/{d1d76_next_dist_client_components_builtin_global-error_3d982957.js.map → 962f0_next_dist_client_components_builtin_global-error_c9f9f74f.js.map} +1 -1
- package/mcp-server/.next/server/chunks/ssr/{d1d76_next_dist_client_components_builtin_unauthorized_e4f02ffd.js → 962f0_next_dist_client_components_builtin_unauthorized_0a08bab6.js} +2 -2
- package/mcp-server/.next/server/chunks/ssr/{d1d76_next_dist_client_components_builtin_unauthorized_e4f02ffd.js.map → 962f0_next_dist_client_components_builtin_unauthorized_0a08bab6.js.map} +1 -1
- package/mcp-server/.next/server/chunks/ssr/962f0_next_dist_esm_build_templates_app-page_077a704a.js +4 -0
- package/mcp-server/.next/server/chunks/ssr/962f0_next_dist_esm_build_templates_app-page_077a704a.js.map +1 -0
- package/mcp-server/.next/server/chunks/ssr/[root-of-the-server]__00b0a236._.js +3 -0
- package/mcp-server/.next/server/chunks/ssr/{[root-of-the-server]__61c905ce._.js.map → [root-of-the-server]__00b0a236._.js.map} +1 -1
- package/mcp-server/.next/server/chunks/ssr/[root-of-the-server]__1c9d4256._.js +3 -0
- package/mcp-server/.next/server/chunks/ssr/{[root-of-the-server]__9f07837d._.js.map → [root-of-the-server]__1c9d4256._.js.map} +1 -1
- package/mcp-server/.next/server/chunks/ssr/[root-of-the-server]__28056c4f._.js +3 -0
- package/mcp-server/.next/server/chunks/ssr/{[root-of-the-server]__cf030fda._.js.map → [root-of-the-server]__28056c4f._.js.map} +1 -1
- package/mcp-server/.next/server/chunks/ssr/{[root-of-the-server]__a4bb31a6._.js → [root-of-the-server]__295a5dca._.js} +2 -2
- package/mcp-server/.next/server/chunks/ssr/{[root-of-the-server]__a4bb31a6._.js.map → [root-of-the-server]__295a5dca._.js.map} +1 -1
- package/mcp-server/.next/server/chunks/ssr/[root-of-the-server]__2c3254f5._.js +3 -0
- package/mcp-server/.next/server/chunks/ssr/[root-of-the-server]__4e8e802a._.js +3 -0
- package/mcp-server/.next/server/chunks/ssr/[root-of-the-server]__4e8e802a._.js.map +1 -0
- package/mcp-server/.next/server/chunks/ssr/[root-of-the-server]__712e3fd9._.js +4 -0
- package/mcp-server/.next/server/chunks/ssr/{[root-of-the-server]__db74836a._.js.map → [root-of-the-server]__712e3fd9._.js.map} +1 -1
- package/mcp-server/.next/server/chunks/ssr/[root-of-the-server]__7a510847._.js +3 -0
- package/mcp-server/.next/server/chunks/ssr/{[root-of-the-server]__9bc632fa._.js.map → [root-of-the-server]__7a510847._.js.map} +1 -1
- package/mcp-server/.next/server/chunks/ssr/[root-of-the-server]__93844002._.js +3 -0
- package/mcp-server/.next/server/chunks/ssr/{[root-of-the-server]__fc10c8f1._.js.map → [root-of-the-server]__93844002._.js.map} +1 -1
- package/mcp-server/.next/server/chunks/ssr/[root-of-the-server]__9fa75557._.js +3 -0
- package/mcp-server/.next/server/chunks/ssr/{[root-of-the-server]__05689c01._.js.map → [root-of-the-server]__9fa75557._.js.map} +1 -1
- package/mcp-server/.next/server/chunks/ssr/[root-of-the-server]__d545d815._.js +3 -0
- package/mcp-server/.next/server/chunks/ssr/{[root-of-the-server]__aed64cd3._.js.map → [root-of-the-server]__d545d815._.js.map} +1 -1
- package/mcp-server/.next/server/chunks/ssr/[turbopack]_runtime.js +1 -1
- package/mcp-server/.next/server/chunks/ssr/[turbopack]_runtime.js.map +1 -1
- package/mcp-server/.next/server/chunks/ssr/_2485ac42._.js +4 -0
- package/mcp-server/.next/server/chunks/ssr/_2485ac42._.js.map +1 -0
- package/mcp-server/.next/server/chunks/ssr/_7665d4b6._.js +8 -0
- package/mcp-server/.next/server/chunks/ssr/_7665d4b6._.js.map +1 -0
- package/mcp-server/.next/server/chunks/ssr/_85b0bb0e._.js +4 -0
- package/mcp-server/.next/server/chunks/ssr/_85b0bb0e._.js.map +1 -0
- package/mcp-server/.next/server/chunks/ssr/_ab0d4e66._.js +4 -0
- package/mcp-server/.next/server/chunks/ssr/_ab0d4e66._.js.map +1 -0
- package/mcp-server/.next/server/chunks/ssr/_f8d18179._.js +8 -0
- package/mcp-server/.next/server/chunks/ssr/_f8d18179._.js.map +1 -0
- package/mcp-server/.next/server/chunks/ssr/mcp-server_app_layout_tsx_afa41767._.js +1 -1
- package/mcp-server/.next/server/chunks/ssr/mcp-server_app_page_tsx_9fc46577._.js +1 -1
- package/mcp-server/.next/server/chunks/ssr/mcp-server_app_page_tsx_9fc46577._.js.map +1 -1
- package/mcp-server/.next/server/chunks/ssr/mcp-server_components_dark-mode-toggle_tsx_f31dd15d._.js +1 -1
- package/mcp-server/.next/server/chunks/ssr/mcp-server_components_dark-mode-toggle_tsx_f31dd15d._.js.map +1 -1
- package/mcp-server/.next/server/chunks/ssr/node_modules__pnpm_c4e917e2._.js +5 -0
- package/mcp-server/.next/server/chunks/ssr/node_modules__pnpm_c4e917e2._.js.map +1 -0
- package/mcp-server/.next/server/middleware-build-manifest.js +6 -8
- package/mcp-server/.next/server/server-reference-manifest.js +1 -1
- package/mcp-server/.next/server/server-reference-manifest.json +1 -1
- package/mcp-server/.next/static/chunks/05266f8dc7f39515.js +1 -0
- package/mcp-server/.next/static/chunks/254fc038b458fc24.js +1 -0
- package/mcp-server/.next/static/chunks/47dfa4a59a973c81.js +3 -0
- package/mcp-server/.next/static/chunks/523922d638939c73.js +3 -0
- package/mcp-server/.next/static/chunks/65304580f587f083.js +4 -0
- package/mcp-server/.next/static/chunks/6ceb8223d9b0e885.js +1 -0
- package/mcp-server/.next/static/chunks/8ed7fe711322c4f9.css +1 -0
- package/mcp-server/.next/static/chunks/9d92c8368f54bcf4.js +1 -0
- package/mcp-server/.next/static/chunks/c5e14dcc4f8e1b05.js +20 -0
- package/mcp-server/.next/static/chunks/cf974972e06aaa61.js +3 -0
- package/mcp-server/.next/static/chunks/{711519b5a2e53fc8.js → e161f5ca5017b065.js} +1 -1
- package/mcp-server/.next/static/chunks/f4943fd29d67839f.js +1 -0
- package/mcp-server/.next/static/chunks/turbopack-d86fbc741b623284.js +3 -0
- package/mcp-server/app/mcp/client-manager.ts +4 -3
- package/mcp-server/app/mcp/route.ts +52 -14
- package/mcp-server/next.config.mjs +2 -1
- package/mcp-server/tsconfig.json +1 -1
- package/package.json +4 -4
- package/mcp-server/.next/server/chunks/[root-of-the-server]__013bbeea._.js +0 -7
- package/mcp-server/.next/server/chunks/[root-of-the-server]__013bbeea._.js.map +0 -1
- package/mcp-server/.next/server/chunks/[root-of-the-server]__05e38acd._.js +0 -3
- package/mcp-server/.next/server/chunks/[root-of-the-server]__05e38acd._.js.map +0 -1
- package/mcp-server/.next/server/chunks/[root-of-the-server]__2056c8b5._.js +0 -3
- package/mcp-server/.next/server/chunks/[root-of-the-server]__2056c8b5._.js.map +0 -1
- package/mcp-server/.next/server/chunks/[root-of-the-server]__3130ceec._.js +0 -3
- package/mcp-server/.next/server/chunks/[root-of-the-server]__3130ceec._.js.map +0 -1
- package/mcp-server/.next/server/chunks/[root-of-the-server]__5114419d._.js +0 -3
- package/mcp-server/.next/server/chunks/[root-of-the-server]__5114419d._.js.map +0 -1
- package/mcp-server/.next/server/chunks/[root-of-the-server]__5248c9ff._.js +0 -3
- package/mcp-server/.next/server/chunks/[root-of-the-server]__73645708._.js +0 -11
- package/mcp-server/.next/server/chunks/[root-of-the-server]__73645708._.js.map +0 -1
- package/mcp-server/.next/server/chunks/[root-of-the-server]__8fc8f497._.js +0 -4
- package/mcp-server/.next/server/chunks/[root-of-the-server]__8fc8f497._.js.map +0 -1
- package/mcp-server/.next/server/chunks/[root-of-the-server]__9c489027._.js +0 -3
- package/mcp-server/.next/server/chunks/[root-of-the-server]__9c489027._.js.map +0 -1
- package/mcp-server/.next/server/chunks/[root-of-the-server]__a004a307._.js +0 -3
- package/mcp-server/.next/server/chunks/[root-of-the-server]__a004a307._.js.map +0 -1
- package/mcp-server/.next/server/chunks/[root-of-the-server]__cc81580c._.js +0 -3
- package/mcp-server/.next/server/chunks/[root-of-the-server]__d200fe4a._.js +0 -3
- package/mcp-server/.next/server/chunks/[root-of-the-server]__d200fe4a._.js.map +0 -1
- package/mcp-server/.next/server/chunks/[root-of-the-server]__dc0b0022._.js +0 -17
- package/mcp-server/.next/server/chunks/[root-of-the-server]__dc0b0022._.js.map +0 -1
- package/mcp-server/.next/server/chunks/d1d76_next_09a9e080._.js +0 -17
- package/mcp-server/.next/server/chunks/d1d76_next_09a9e080._.js.map +0 -1
- package/mcp-server/.next/server/chunks/d1d76_next_dist_esm_build_templates_app-route_820fc951.js +0 -3
- package/mcp-server/.next/server/chunks/d1d76_next_dist_esm_build_templates_app-route_820fc951.js.map +0 -1
- package/mcp-server/.next/server/chunks/ssr/[root-of-the-server]__02a8c992._.js +0 -3
- package/mcp-server/.next/server/chunks/ssr/[root-of-the-server]__05689c01._.js +0 -3
- package/mcp-server/.next/server/chunks/ssr/[root-of-the-server]__61c905ce._.js +0 -3
- package/mcp-server/.next/server/chunks/ssr/[root-of-the-server]__8863b0f6._.js +0 -3
- package/mcp-server/.next/server/chunks/ssr/[root-of-the-server]__8863b0f6._.js.map +0 -1
- package/mcp-server/.next/server/chunks/ssr/[root-of-the-server]__9bc632fa._.js +0 -3
- package/mcp-server/.next/server/chunks/ssr/[root-of-the-server]__9f07837d._.js +0 -3
- package/mcp-server/.next/server/chunks/ssr/[root-of-the-server]__aed64cd3._.js +0 -3
- package/mcp-server/.next/server/chunks/ssr/[root-of-the-server]__cf030fda._.js +0 -3
- package/mcp-server/.next/server/chunks/ssr/[root-of-the-server]__db74836a._.js +0 -3
- package/mcp-server/.next/server/chunks/ssr/[root-of-the-server]__fc10c8f1._.js +0 -3
- package/mcp-server/.next/server/chunks/ssr/_0b8335fc._.js +0 -8
- package/mcp-server/.next/server/chunks/ssr/_0b8335fc._.js.map +0 -1
- package/mcp-server/.next/server/chunks/ssr/_6129d8ec._.js +0 -4
- package/mcp-server/.next/server/chunks/ssr/_6129d8ec._.js.map +0 -1
- package/mcp-server/.next/server/chunks/ssr/_74bf5366._.js +0 -8
- package/mcp-server/.next/server/chunks/ssr/_74bf5366._.js.map +0 -1
- package/mcp-server/.next/server/chunks/ssr/_7d3d2f5f._.js +0 -4
- package/mcp-server/.next/server/chunks/ssr/_7d3d2f5f._.js.map +0 -1
- package/mcp-server/.next/server/chunks/ssr/_e4aa8f16._.js +0 -4
- package/mcp-server/.next/server/chunks/ssr/_e4aa8f16._.js.map +0 -1
- package/mcp-server/.next/server/chunks/ssr/d1d76_next_dist_032c5c2e._.js +0 -3
- package/mcp-server/.next/server/chunks/ssr/d1d76_next_dist_032c5c2e._.js.map +0 -1
- package/mcp-server/.next/server/chunks/ssr/d1d76_next_dist_08b22e19._.js +0 -3
- package/mcp-server/.next/server/chunks/ssr/d1d76_next_dist_08b22e19._.js.map +0 -1
- package/mcp-server/.next/server/chunks/ssr/d1d76_next_dist_369453b3._.js +0 -6
- package/mcp-server/.next/server/chunks/ssr/d1d76_next_dist_369453b3._.js.map +0 -1
- package/mcp-server/.next/server/chunks/ssr/d1d76_next_dist_ad253fdc._.js +0 -4
- package/mcp-server/.next/server/chunks/ssr/d1d76_next_dist_ad253fdc._.js.map +0 -1
- package/mcp-server/.next/server/chunks/ssr/d1d76_next_dist_b9509b36._.js +0 -6
- package/mcp-server/.next/server/chunks/ssr/d1d76_next_dist_b9509b36._.js.map +0 -1
- package/mcp-server/.next/server/chunks/ssr/d1d76_next_dist_client_components_6557bb14._.js +0 -3
- package/mcp-server/.next/server/chunks/ssr/d1d76_next_dist_client_components_builtin_global-error_3d982957.js +0 -3
- package/mcp-server/.next/server/chunks/ssr/d1d76_next_dist_esm_build_templates_app-page_134a93a5.js +0 -4
- package/mcp-server/.next/server/chunks/ssr/d1d76_next_dist_esm_build_templates_app-page_134a93a5.js.map +0 -1
- package/mcp-server/.next/server/chunks/ssr/node_modules__pnpm_3d10aa72._.js +0 -3
- package/mcp-server/.next/server/chunks/ssr/node_modules__pnpm_3d10aa72._.js.map +0 -1
- package/mcp-server/.next/static/chunks/1d2676338b51bbcf.js +0 -1
- package/mcp-server/.next/static/chunks/312a4c1c7f6436ef.js +0 -1
- package/mcp-server/.next/static/chunks/4b6eda65c6f5aada.js +0 -1
- package/mcp-server/.next/static/chunks/526448e84b58822c.js +0 -1
- package/mcp-server/.next/static/chunks/7abbb9a17b62c1fa.js +0 -1
- package/mcp-server/.next/static/chunks/8364b81221aabb64.js +0 -1
- package/mcp-server/.next/static/chunks/a42830291751fe48.js +0 -1
- package/mcp-server/.next/static/chunks/addab50e23821c6c.js +0 -1
- package/mcp-server/.next/static/chunks/bb2e6ac36794beea.css +0 -1
- package/mcp-server/.next/static/chunks/c578923146856601.js +0 -1
- package/mcp-server/.next/static/chunks/f08166f7946c2e06.js +0 -1
- package/mcp-server/.next/static/chunks/turbopack-22a9e2c19fd12b04.js +0 -3
- /package/mcp-server/.next/server/chunks/{[root-of-the-server]__5248c9ff._.js.map → [root-of-the-server]__37cbcfad._.js.map} +0 -0
- /package/mcp-server/.next/server/chunks/ssr/{[root-of-the-server]__02a8c992._.js.map → [root-of-the-server]__2c3254f5._.js.map} +0 -0
- /package/mcp-server/.next/static/{ZeZ7S325drnA0SH-odcGY → IjjcEdBSrakBEegq2HWWk}/_buildManifest.js +0 -0
- /package/mcp-server/.next/static/{ZeZ7S325drnA0SH-odcGY → IjjcEdBSrakBEegq2HWWk}/_clientMiddlewareManifest.json +0 -0
- /package/mcp-server/.next/static/{ZeZ7S325drnA0SH-odcGY → IjjcEdBSrakBEegq2HWWk}/_ssgManifest.js +0 -0
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,82173,(e,t,r)=>{t.exports=e.r(29525)},54735,e=>{"use strict";var t=e.i(17944),r=e.i(71475),s=e.i(12946),n=e.i(82173),l=e.i(80397),a=e.i(68860),o=e.i(54768);let i="#4A7C7E",c="#FF6B6B",d="#FFA500",u="#87CEEB",x="#B0B0B0",m="#9370DB",p="#FF69B4",g="#DDA0DD",h="#F0E68C",f="#F0E68C",b="#DC143C",N="#9370DB",j="#DDA0DD",v="#A0A0A0";function y(e){return[u,p,g,h,f,"#DDA0DD",j].includes(e)?"#000":"#FFF"}function w(e){let t=/\[(\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z|\d{2}:\d{2}:\d{2}\.\d{3})\] \[([^\]]+)\] /,r=[],s=e.split("\n"),n=null;for(let e of s){if(!e.trim())continue;let s=e.match(t);if(s){let t,l;n&&r.push(n);let[a,o,i]=s,c=e.substring(a.length),d=/^TAB-\d+\.\d+$/.test(i),u=i,x=c;if(d){t=i;let e=c.match(/^\[([^\]]+)\] /);if(e&&(u=e[1],(x=c.substring(e[0].length)).includes("User-Agent:"))){let e=x.match(/User-Agent: ([^,\n]+)/);e&&(l=e[1])}}let m=x.match(/\[SCREENSHOT\] ([^\s[]+)/)?.[1],p=x.match(/\[SCREENCAST\] View jank analysis: ([^\s]+)/)?.[1],g=function(e){let t=e.match(/^\[CONSOLE LOG\] (.+)$/);if(!t)return e;let r=t[1];if(!r.includes("%c"))return e;let s=r;return s=(s=(s=s.replace(/%c/g,"")).replace(/\s+color:\s*[^{}\n]*?(?=\s*[{[]|$)/g,"")).replace(/\s+/g," ").trim(),`[CONSOLE LOG] ${s}`}(x);if((g=g.replace(/ \[CHROME_EXTENSION\]$/,"")).includes("[Network.webSocketFrameSent]")||g.includes("[Network.webSocketFrameReceived]")||g.includes("[Network.webSocketFrame")||g.includes("webSocketDebuggerUrl")&&g.includes("localhost")||g.includes("[NETWORK")&&g.includes("__PAGE__")&&g.includes("refresh")){n=null;continue}let h=o;if(/^\d{2}:\d{2}:\d{2}\.\d{3}$/.test(o)){let e=new Date,[t,r,s]=o.split(":"),[n,l]=s.split(".");e.setHours(parseInt(t,10),parseInt(r,10),parseInt(n,10),parseInt(l,10)),h=e.toISOString()}n={timestamp:h,source:u,message:g,screenshot:m,screencast:p,original:e,tabIdentifier:t,userAgent:l}}else n&&(n.message+=`
|
|
2
|
+
${e}`,n.original+=`
|
|
3
|
+
${e}`)}return n&&r.push(n),r}function C(e){let s,n=(0,r.c)(6),{url:a,maxLength:o}=e,i=void 0===o?60:o,[c,d]=(0,l.useState)(!1);if(a.length<=i){let e;return n[0]!==a?(e=(0,t.jsx)("a",{href:a,target:"_blank",rel:"noopener noreferrer",className:"text-blue-600 dark:text-blue-400 hover:text-blue-800 dark:hover:text-blue-300 underline",children:a}),n[0]=a,n[1]=e):e=n[1],e}let u=`${a.substring(0,i)}...`;return n[2]!==c||n[3]!==u||n[4]!==a?(s=(0,t.jsx)("span",{className:"inline-block",children:c?(0,t.jsxs)("span",{children:[(0,t.jsx)("a",{href:a,target:"_blank",rel:"noopener noreferrer",className:"text-blue-600 dark:text-blue-400 hover:text-blue-800 dark:hover:text-blue-300 underline",children:a}),(0,t.jsx)("button",{type:"button",onClick:()=>d(!1),className:"ml-2 text-xs text-muted-foreground hover:text-foreground px-1 py-0.5 rounded hover:bg-muted",children:"[collapse]"})]}):(0,t.jsxs)("span",{children:[(0,t.jsx)("a",{href:a,target:"_blank",rel:"noopener noreferrer",className:"text-blue-600 dark:text-blue-400 hover:text-blue-800 dark:hover:text-blue-300 underline",children:u}),(0,t.jsx)("button",{type:"button",onClick:()=>d(!0),className:"ml-1 text-xs text-muted-foreground hover:text-foreground px-1 py-0.5 rounded hover:bg-muted",children:"[expand]"})]})}),n[2]=c,n[3]=u,n[4]=a,n[5]=s):s=n[5],s}function k({content:e}){let[r,s]=(0,l.useState)(!1);try{let n=JSON.parse(e);if(n&&"object"==typeof n&&"object"===n.type&&n.properties){let e=n.properties,l=n.description||"Object",a=n.overflow;return(0,t.jsxs)("div",{className:"inline-block",children:[(0,t.jsxs)("button",{type:"button",onClick:()=>s(!r),className:"inline-flex items-center gap-1 text-blue-600 hover:text-blue-800 font-mono text-sm",children:[(0,t.jsx)("svg",{className:`w-3 h-3 transition-transform ${r?"rotate-90":""}`,fill:"currentColor",viewBox:"0 0 20 20",children:(0,t.jsx)("path",{fillRule:"evenodd",d:"M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 111.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z",clipRule:"evenodd"})}),(0,t.jsx)("span",{className:"text-purple-600",children:l}),!r&&(0,t.jsxs)("span",{className:"text-gray-500",children:[a?"...":""," ","{",e.slice(0,3).map((e,r)=>(0,t.jsxs)("span",{children:[r>0&&", ",(0,t.jsx)("span",{className:"text-red-600",children:e.name}),":",(0,t.jsx)("span",{className:"text-blue-600",children:"string"===e.type?`"${e.value}"`:"number"===e.type?e.value:"object"===e.type?"array"===e.subtype?e.value:"{...}":e.value})]},`${e.name}-${r}`)),e.length>3&&", ...","}"]})]}),r&&(0,t.jsx)("div",{className:"mt-1 ml-4 border-l-2 border-gray-200 pl-3",children:(0,t.jsx)("div",{className:"font-mono text-sm",children:(0,t.jsxs)("div",{className:"text-gray-600",children:[l," ","{",(0,t.jsxs)("div",{className:"ml-4",children:[e.map((r,s)=>(0,t.jsxs)("div",{className:"py-0.5",children:[(0,t.jsx)("span",{className:"text-red-600",children:r.name}),(0,t.jsx)("span",{className:"text-gray-500",children:": "}),(0,t.jsx)("span",{className:"string"===r.type?"text-green-600":"number"===r.type?"text-blue-600":"object"===r.type?"text-purple-600":"text-orange-600",children:"string"===r.type?`"${String(r.value)}"`:"number"===r.type?String(r.value):"object"===r.type?"array"===r.subtype?String(r.value):"{...}":String(r.value)}),s<e.length-1&&(0,t.jsx)("span",{className:"text-gray-500",children:","})]},`${r.name}-${s}`)),a&&(0,t.jsx)("div",{className:"text-gray-500 italic",children:"... and more properties"})]}),(0,t.jsx)("div",{className:"text-gray-600",children:"}"})]})})})]})}return(0,t.jsxs)("div",{className:"inline-block",children:[(0,t.jsxs)("button",{type:"button",onClick:()=>s(!r),className:"inline-flex items-center gap-1 text-blue-600 hover:text-blue-800 font-mono text-sm",children:[(0,t.jsx)("svg",{className:`w-3 h-3 transition-transform ${r?"rotate-90":""}`,fill:"currentColor",viewBox:"0 0 20 20",children:(0,t.jsx)("path",{fillRule:"evenodd",d:"M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 111.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z",clipRule:"evenodd"})}),(0,t.jsx)("span",{className:"text-purple-600",children:"Object"}),!r&&(0,t.jsxs)("span",{className:"text-gray-500",children:["{","...","}"]})]}),r&&(0,t.jsx)("div",{className:"mt-1 ml-4 border-l-2 border-gray-200 pl-3",children:(0,t.jsx)("pre",{className:"font-mono text-sm text-foreground whitespace-pre-wrap",children:JSON.stringify(n,null,2)})})]})}catch(r){return(0,t.jsx)("span",{children:e})}}function E(e){let n,l,a,o,w,E,T,A,I,L,$,D,F,B,M,P,H,W,G,V,U=(0,r.c)(57),{entry:_,darkMode:z}=e;U[0]!==_.message?(n=function(e){return e.includes("[INTERACTION]")?{type:"INTERACTION",backgroundColor:j,textColor:y(j)}:e.includes("[ERROR]")?{type:"ERROR",backgroundColor:c,textColor:y(c)}:e.includes("[WARNING]")?{type:"WARNING",backgroundColor:d,textColor:y(d)}:e.includes("[INFO]")?{type:"INFO",backgroundColor:u,textColor:y(u)}:e.includes("[LOG]")?{type:"LOG",backgroundColor:x,textColor:y(x)}:e.includes("[DEBUG]")?{type:"DEBUG",backgroundColor:m,textColor:y(m)}:e.includes("[SCREENSHOT]")?{type:"SCREENSHOT",backgroundColor:p,textColor:y(p)}:e.includes("[NAVIGATION]")||e.includes("[PAGE]")||e.includes("[DOM]")?{type:"DOM",backgroundColor:g,textColor:y(g)}:e.includes("[CDP]")?{type:"CDP",backgroundColor:h,textColor:y(h)}:e.includes("[NETWORK]")?{type:"NETWORK",backgroundColor:i,textColor:y(i)}:e.includes("[CRASH]")?{type:"CRASH",backgroundColor:b,textColor:y(b)}:e.includes("[CHROME]")?{type:"CHROME",backgroundColor:f,textColor:y(f)}:e.includes("[REPLAY]")?{type:"REPLAY",backgroundColor:N,textColor:y(N)}:{type:"DEFAULT",color:"bg-gray-50 dark:bg-gray-800/50 border-gray-200 dark:border-gray-700",backgroundColor:v,textColor:y(v)}}(_.message),U[0]=_.message,U[1]=n):n=U[1];let K=n;U[2]!==K.backgroundColor||U[3]!==K.textColor?(l=e=>{let r,s=/\[([A-Z\s]+)\]/g,n=/\{[^{}]*(?:\{[^{}]*\}[^{}]*)*\}/g,l=/(https?:\/\/[^\s]+)/g,a=[],o=0;for(r=s.exec(e);null!==r;)r.index>o&&a.push(e.slice(o,r.index)),a.push((0,t.jsx)("span",{className:"inline-block px-1.5 py-0.5 rounded text-xs font-medium mr-1",style:{backgroundColor:K.backgroundColor,color:K.textColor},children:r[1]},r.index)),o=r.index+r[0].length,r=s.exec(e);return a.push(...((e,r)=>{let s=[...e.matchAll(n)],a=[...e.matchAll(l)],o=[...s.map(O),...a.map(S)];if(o.sort(R),0===o.length)return[e];let i=[],c=0;return o.forEach((s,n)=>{(s.index??0)>c&&i.push(e.slice(c,s.index??0)),"json"===s.type?i.push((0,t.jsx)(k,{content:s[0]},`${r}-json-${s.index}-${s[0].slice(0,20)}`)):"url"===s.type&&i.push((0,t.jsx)(C,{url:s[0]},`${r}-url-${s.index}-${s[0]}`)),c=(s.index??0)+s[0].length}),c<e.length&&i.push(e.slice(c)),i})(e.slice(o),"main")),a.length>0?a:e},U[2]=K.backgroundColor,U[3]=K.textColor,U[4]=l):l=U[4];let J=l;U[5]!==z||U[6]!==K.type?(a=()=>{let e=K.type;if(z)switch(e){case"INTERACTION":case"CONSOLE DEBUG":case"DOM":return{backgroundColor:"rgba(88, 28, 135, 0.3)"};case"CONSOLE ERROR":case"ERROR":case"CRITICAL ERROR":return{backgroundColor:"rgba(127, 29, 29, 0.3)"};case"CONSOLE WARN":case"CDP":case"NETWORK":return{backgroundColor:"rgba(133, 77, 14, 0.3)"};case"CONSOLE INFO":case"SCREENSHOT":return{backgroundColor:"rgba(30, 58, 138, 0.3)"};case"PAGE":return{backgroundColor:"rgba(20, 83, 45, 0.3)"};default:return{backgroundColor:"rgba(17, 24, 39, 0.3)"}}switch(e){case"INTERACTION":case"CONSOLE DEBUG":case"DOM":return{backgroundColor:"rgba(250, 245, 255, 0.5)"};case"CONSOLE ERROR":case"ERROR":case"CRITICAL ERROR":return{backgroundColor:"rgba(254, 242, 242, 0.5)"};case"CONSOLE WARN":case"CDP":case"NETWORK":return{backgroundColor:"rgba(254, 252, 232, 0.5)"};case"CONSOLE INFO":case"SCREENSHOT":return{backgroundColor:"rgba(239, 246, 255, 0.5)"};case"PAGE":return{backgroundColor:"rgba(240, 253, 244, 0.5)"};default:return{backgroundColor:"transparent"}}},U[5]=z,U[6]=K.type,U[7]=a):a=U[7];let Y=a,X=`border-l-4 ${(()=>{switch(K.type){case"INTERACTION":case"CONSOLE DEBUG":case"DOM":return"border-purple-200 dark:border-purple-800";case"CONSOLE ERROR":case"ERROR":case"CRITICAL ERROR":return"border-red-200 dark:border-red-800";case"CONSOLE WARN":case"CDP":case"NETWORK":return"border-yellow-200 dark:border-yellow-800";case"CONSOLE INFO":case"SCREENSHOT":return"border-blue-200 dark:border-blue-800";case"PAGE":return"border-green-200 dark:border-green-800";default:return"border-gray-200 dark:border-gray-700"}})()} pl-4 py-2`;U[8]!==Y?(o=Y(),U[8]=Y,U[9]=o):o=U[9],U[10]!==_.timestamp?(w=new Date(_.timestamp).toLocaleTimeString(),U[10]=_.timestamp,U[11]=w):w=U[11],U[12]!==w?(E=(0,t.jsx)("div",{className:"text-xs text-muted-foreground font-mono whitespace-nowrap pt-1",children:w}),U[12]=w,U[13]=E):E=U[13];let Z="SERVER"===_.source?"#32CD32":"#00CED1";if(U[14]!==Z?(T={backgroundColor:Z,color:"#000"},U[14]=Z,U[15]=T):T=U[15],U[16]!==_.source||U[17]!==T?(A=(0,t.jsx)("div",{className:"px-2 py-1 rounded text-xs font-medium whitespace-nowrap",style:T,children:_.source}),U[16]=_.source,U[17]=T,U[18]=A):A=U[18],U[19]!==_.message||U[20]!==J?(I=J(_.message),U[19]=_.message,U[20]=J,U[21]=I):I=U[21],U[22]!==I?(L=(0,t.jsx)("div",{className:"flex-1 min-w-0",children:I}),U[22]=I,U[23]=L):L=U[23],U[24]!==_.tabIdentifier?($=_.tabIdentifier&&(0,t.jsx)("span",{className:"inline-flex items-center px-1.5 py-0.5 rounded text-xs font-medium bg-muted text-muted-foreground",children:_.tabIdentifier}),U[24]=_.tabIdentifier,U[25]=$):$=U[25],U[26]!==_.userAgent?(D=_.userAgent&&(0,t.jsx)("span",{className:"inline-flex items-center px-1.5 py-0.5 rounded text-xs font-medium bg-green-100 dark:bg-green-800 text-green-700 dark:text-green-200",children:_.userAgent.includes("Chrome")?"Chrome":_.userAgent.includes("Firefox")?"Firefox":_.userAgent.includes("Safari")?"Safari":_.userAgent.includes("Edge")?"Edge":"Browser"}),U[26]=_.userAgent,U[27]=D):D=U[27],U[28]!==_.message||U[29]!==_.source||U[30]!==_.tabIdentifier){let e,r;F="BROWSER"===_.source&&(e=_.message.includes("[PLAYWRIGHT]"),r=_.message.includes("[CHROME_EXTENSION]")||_.tabIdentifier,e?(0,t.jsx)("span",{className:"inline-flex items-center px-1.5 py-0.5 rounded text-xs font-medium bg-purple-100 dark:bg-purple-800 text-purple-700 dark:text-purple-200",children:"🎭 Playwright"}):r?(0,t.jsx)("span",{className:"inline-flex items-center px-1.5 py-0.5 rounded text-xs font-medium bg-blue-100 dark:bg-blue-800 text-blue-700 dark:text-blue-200",children:"🧩 Extension"}):null),U[28]=_.message,U[29]=_.source,U[30]=_.tabIdentifier,U[31]=F}else F=U[31];return U[32]!==_.message||U[33]!==_.source?(B="SERVER"===_.source&&(()=>{let e=_.message.toLowerCase();if(e.includes("ready on http://localhost")||e.includes("ready in ")||e.includes("next.js")||e.includes("compiled client and server"))return(0,t.jsx)("span",{className:"inline-flex items-center px-1.5 py-0.5 rounded text-xs font-medium bg-black text-white",children:"▲ Next.js"});if(e.includes("nuxt")||e.includes("nitro")&&e.includes("http://localhost")||e.includes("universal mode")||e.includes("spa mode"))return(0,t.jsx)("span",{className:"inline-flex items-center px-1.5 py-0.5 rounded text-xs font-medium bg-green-500 text-white",children:"💚 Nuxt"});if(e.includes("vue-cli-service")||e.includes("vue")&&(e.includes("dev server")||e.includes("local:"))||e.includes("@vue/cli-service"))return(0,t.jsx)("span",{className:"inline-flex items-center px-1.5 py-0.5 rounded text-xs font-medium bg-green-600 text-white",children:"🟢 Vue"});if(e.includes("local:")&&e.includes("vite")||e.includes("dev server running")||e.includes("vite v"))return(0,t.jsx)("span",{className:"inline-flex items-center px-1.5 py-0.5 rounded text-xs font-medium bg-blue-500 text-white",children:"⚡ Vite"});if(e.includes("rails server")||e.includes("puma starting")||e.includes("use ctrl-c to stop")||e.includes("listening on tcp://")&&e.includes("3000"))return(0,t.jsx)("span",{className:"inline-flex items-center px-1.5 py-0.5 rounded text-xs font-medium bg-red-600 text-white",children:"💎 Rails"});else if(e.includes("laravel development server")||e.includes("artisan serve")||e.includes("laravel")&&e.includes("127.0.0.1:8000"))return(0,t.jsx)("span",{className:"inline-flex items-center px-1.5 py-0.5 rounded text-xs font-medium bg-red-500 text-white",children:"🅻 Laravel"});else if(e.includes("express server")||e.includes("server listening on")||e.includes("app listening on port")||e.includes("node server"))return(0,t.jsx)("span",{className:"inline-flex items-center px-1.5 py-0.5 rounded text-xs font-medium bg-green-700 text-white",children:"🟩 Express"});else if(e.includes("django")||e.includes("development server")&&e.includes("127.0.0.1:8000")||e.includes("runserver"))return(0,t.jsx)("span",{className:"inline-flex items-center px-1.5 py-0.5 rounded text-xs font-medium bg-green-800 text-white",children:"🐍 Django"});else if(e.includes("flask")||e.includes("running on http://127.0.0.1:5000")||e.includes("debug mode: on"))return(0,t.jsx)("span",{className:"inline-flex items-center px-1.5 py-0.5 rounded text-xs font-medium bg-blue-800 text-white",children:"🌶️ Flask"});else if(e.includes("sveltekit")||e.includes("svelte")&&e.includes("dev")||e.includes("@sveltejs"))return(0,t.jsx)("span",{className:"inline-flex items-center px-1.5 py-0.5 rounded text-xs font-medium bg-orange-500 text-white",children:"🔥 Svelte"});else if(e.includes("remix")||e.includes("@remix-run"))return(0,t.jsx)("span",{className:"inline-flex items-center px-1.5 py-0.5 rounded text-xs font-medium bg-blue-400 text-white",children:"💿 Remix"});else if(e.includes("astro")||e.includes("@astrojs"))return(0,t.jsx)("span",{className:"inline-flex items-center px-1.5 py-0.5 rounded text-xs font-medium bg-purple-600 text-white",children:"🚀 Astro"});else if(e.includes("spring boot")||e.includes("tomcat started on port")||e.includes("started application")&&e.includes("seconds"))return(0,t.jsx)("span",{className:"inline-flex items-center px-1.5 py-0.5 rounded text-xs font-medium bg-green-500 text-white",children:"🍃 Spring"});else if(e.includes("webpack compiled")||e.includes("compiled successfully")||e.includes("webpack-dev-server"))return(0,t.jsx)("span",{className:"inline-flex items-center px-1.5 py-0.5 rounded text-xs font-medium bg-blue-600 text-white",children:"⚛️ React"});return null})(),U[32]=_.message,U[33]=_.source,U[34]=B):B=U[34],U[35]!==$||U[36]!==D||U[37]!==F||U[38]!==B?(M=(0,t.jsxs)("div",{className:"flex items-center gap-1 flex-shrink-0",children:[$,D,F,B]}),U[35]=$,U[36]=D,U[37]=F,U[38]=B,U[39]=M):M=U[39],U[40]!==L||U[41]!==M?(P=(0,t.jsx)("div",{className:"font-mono text-sm min-w-0 text-foreground",children:(0,t.jsxs)("div",{className:"flex flex-wrap items-start gap-2",children:[L,M]})}),U[40]=L,U[41]=M,U[42]=P):P=U[42],U[43]!==A||U[44]!==P||U[45]!==E?(H=(0,t.jsxs)("div",{className:"grid grid-cols-[auto_auto_1fr] gap-3 items-start",children:[E,A,P]}),U[43]=A,U[44]=P,U[45]=E,U[46]=H):H=U[46],U[47]!==_.screenshot?(W=_.screenshot&&(0,t.jsx)("div",{className:"mt-2",children:(0,t.jsx)(s.default,{src:`/api/screenshots/${_.screenshot}`,alt:"Screenshot",width:0,height:0,sizes:"100vw",className:"w-full h-auto max-w-2xl border rounded shadow-sm",style:{maxHeight:"600px",objectFit:"contain"},unoptimized:!0})}),U[47]=_.screenshot,U[48]=W):W=U[48],U[49]!==_.screencast?(G=_.screencast&&(0,t.jsx)("div",{className:"mt-2",children:(0,t.jsxs)("a",{href:_.screencast,target:"_blank",rel:"noopener noreferrer",className:"inline-flex items-center gap-2 px-4 py-2 bg-blue-600 hover:bg-blue-700 text-white rounded-lg font-medium transition-colors",children:[(0,t.jsxs)("svg",{className:"w-5 h-5",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:[(0,t.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M14.752 11.168l-3.197-2.132A1 1 0 0010 9.87v4.263a1 1 0 001.555.832l3.197-2.132a1 1 0 000-1.664z"}),(0,t.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M21 12a9 9 0 11-18 0 9 9 0 0118 0z"})]}),"View Jank Analysis Video"]})}),U[49]=_.screencast,U[50]=G):G=U[50],U[51]!==H||U[52]!==W||U[53]!==G||U[54]!==X||U[55]!==o?(V=(0,t.jsxs)("div",{className:X,style:o,children:[H,W,G]}),U[51]=H,U[52]=W,U[53]=G,U[54]=X,U[55]=o,U[56]=V):V=U[56],V}function R(e,t){return(e.index??0)-(t.index??0)}function S(e){return{...e,type:"url"}}function O(e){return{...e,type:"json"}}function T({version:e,initialData:r}){let s=(0,n.useRouter)(),i=(0,n.useSearchParams)(),[c,d]=(0,o.useDarkMode)(),[u,x]=(0,l.useState)(r?.logs||[]),[m,p]=(0,l.useState)(r?.mode||"tail");(0,l.useEffect)(()=>{let e=i.get("mode");e&&e!==m&&p(e)},[i,m]);let[g,h]=(0,l.useState)(!0),[f,b]=(0,l.useState)(!r),[N,j]=(0,l.useState)(r?.logs.length||0),[v,y]=(0,l.useState)(null),[C,k]=(0,l.useState)(r?.logFiles||[]),[R,S]=(0,l.useState)(r?.currentLogFile||""),[O,T]=(0,l.useState)(""),[A,I]=(0,l.useState)(!1),[L,$]=(0,l.useState)(!1),[D,F]=(0,l.useState)(!1),[B,M]=(0,l.useState)(!1),[P,H]=(0,l.useState)([]),[W,G]=(0,l.useState)(!1),[V,U]=(0,l.useState)(0),[_]=(0,l.useState)(5),[z,K]=(0,l.useState)(null),[J,Y]=(0,l.useState)(!1),[X,Z]=(0,l.useState)({browser:!0,server:!0,interaction:!0,screenshot:!0}),[q,Q]=(0,l.useState)({}),[ee,et]=(0,l.useState)([]),er=(0,l.useRef)(null),es=(0,l.useRef)(null),en=(0,l.useRef)(null),el=(0,l.useRef)(null),ea=(0,l.useRef)(null),eo=(0,l.useRef)(!1),ei=(0,l.useCallback)(async()=>{try{let e=await fetch("/api/logs/list");if(e.ok){let t=await e.json();return k(t.files),S(t.currentFile),T(t.projectName),!0}return!1}catch(e){return console.error("Error loading available logs:",e),!1}},[]),ec=(0,l.useCallback)(async()=>{if("tail"===m)try{let e=i.get("file"),t="",r=!0;if(e&&C.length>0){let s=C.find(t=>t.name===e);t=s?.path||R,r=s?.isCurrent!==!1}else t=R,r=!0;if(!r)return;let s=t?`/api/logs/tail?lines=50&logPath=${encodeURIComponent(t)}`:"/api/logs/tail?lines=50";if(z===s&&V>=_){console.error(`Maximum retry attempts (${_}) reached for ${s}. Stopping polling.`),en.current&&(clearInterval(en.current),en.current=null);return}let n=await fetch(s);if(!n.ok)throw Error(`HTTP ${n.status}: ${n.statusText}`);(z===s||V>0)&&(U(0),K(null));let l=await n.json();if(!l.logs)return void console.warn("No logs data in response");let a=w(l.logs);if(a.length>N)if(g)y(new Date),ee.length>0?(x([...u,...ee,...a.slice(N)]),et([])):x(a),j(a.length),eo.current||setTimeout(()=>{er.current?.scrollIntoView({behavior:"smooth"})},50);else{let e=a.slice(N);e.length>0&&(et(t=>[...t,...e]),j(a.length))}}catch(s){console.error("Error polling logs:",s);let e=i.get("file"),t="";if(e&&C.length>0){let r=C.find(t=>t.name===e);t=r?.path||R}else t=R;let r=t?`/api/logs/tail?lines=50&logPath=${encodeURIComponent(t)}`:"/api/logs/tail?lines=50";if(z===r){let e=V+1;U(e),e>=_&&(console.error(`Maximum retry attempts (${_}) reached for ${r}. Stopping polling.`),en.current&&(clearInterval(en.current),en.current=null))}else K(r),U(1)}},[m,g,i,C,R,N,ee,u,V,z,_]);(0,l.useEffect)(()=>{if("tail"===m&&V<_)return en.current=setInterval(ec,3e3),()=>{en.current&&clearInterval(en.current)};en.current&&clearInterval(en.current)},[m,ec,V,_]);let ed=(0,l.useCallback)(async()=>{if(V>=_)return void console.log("Max retries reached, not attempting to load");if(b(!0),!await ei())return void b(!1);try{let e=i.get("file"),t="";if(e&&C.length>0){let r=C.find(t=>t.name===e);t=r?.path||R}else t=R;let r=t?`/api/logs/${m}?lines=1000&logPath=${encodeURIComponent(t)}`:`/api/logs/${m}?lines=1000`;if(z===r&&V>=_){console.error(`Maximum retry attempts (${_}) reached for ${r}. Not attempting to load.`),x([]),b(!1);return}let s=await fetch(r);if(!s.ok)throw Error(`HTTP ${s.status}: ${s.statusText}`);(z===r||V>0)&&(U(0),K(null));let n=await s.json();if(!n.logs){console.warn("No logs data in response"),x([]),b(!1);return}let l=w(n.logs);if(x(l),j(l.length),y(new Date),b(!1),"tail"===m&&!eo.current){h(!0);let e=()=>{er.current?er.current.scrollIntoView({behavior:"auto"}):es.current&&(es.current.scrollTop=es.current.scrollHeight)};setTimeout(e,0),setTimeout(e,100)}}catch(s){console.error("Error loading logs:",s);let e=i.get("file"),t="";if(e&&C.length>0){let r=C.find(t=>t.name===e);t=r?.path||R}else t=R;let r=t?`/api/logs/${m}?lines=1000&logPath=${encodeURIComponent(t)}`:`/api/logs/${m}?lines=1000`;if(z===r){let e=V+1;U(e),e>=_&&console.error(`Maximum retry attempts (${_}) reached for initial load of ${r}.`)}else K(r),U(1);x([])}finally{b(!1)}},[ei,i,C,R,m,V,z,_]);(0,l.useEffect)(()=>{let e=r?.logs&&r?.logs.length>0;if(J||e||u.length){if(e&&0===u.length&&(x(r.logs),b(!1),"tail"===m&&!eo.current)){h(!0);let e=()=>{er.current?er.current.scrollIntoView({behavior:"auto"}):es.current&&(es.current.scrollTop=es.current.scrollHeight)};setTimeout(e,0),setTimeout(e,100),setTimeout(e,300)}}else Y(!0),ed()},[m,r,u.length,J,ed]),(0,l.useEffect)(()=>{u.length>0&&"tail"===m&&g&&!eo.current&&setTimeout(()=>{er.current?er.current.scrollIntoView({behavior:"auto"}):es.current&&(es.current.scrollTop=es.current.scrollHeight)},0)},[u.length,m,g]),(0,l.useEffect)(()=>()=>{en.current&&clearInterval(en.current)},[]),(0,l.useEffect)(()=>{let e=e=>{el.current&&!el.current.contains(e.target)&&I(!1),ea.current&&!ea.current.contains(e.target)&&F(!1)};if(A||D)return document.addEventListener("mousedown",e),()=>document.removeEventListener("mousedown",e)},[A,D]);let eu=async()=>{if(R&&!W&&window.confirm("Clear logs and start fresh?\n\nThis will:\n• Archive the current log file\n• Start a new empty log file\n• Clear the current view\n\nThe archived logs will still be available in the dropdown.")){G(!0);try{let e=await fetch("/api/logs/rotate",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({currentLogPath:R})});if(e.ok)x([]),j(0),y(null),await ei(),await ed();else{let t=await e.json();console.error("Failed to rotate log:",t),alert(`Failed to rotate log: ${t.error}`)}}catch(e){console.error("Error rotating log:",e),alert("Error rotating log")}finally{G(!1)}}},ex=(0,l.useMemo)(()=>{let e=new Set;return u.forEach(t=>{"BROWSER"===t.source&&t.userAgent&&e.add(t.userAgent)}),Array.from(e).sort()},[u]);(0,l.useEffect)(()=>{ex.length>0&&Q(e=>{let t={...e};return ex.forEach(e=>{e in t||(t[e]=!0)}),t})},[ex]);let em=(0,l.useMemo)(()=>u.filter(e=>{let t=e.message.includes("[INTERACTION]"),r=e.message.includes("[SCREENSHOT]");if(t)return X.interaction;if(r)return X.screenshot;if("SERVER"===e.source)return X.server;if("BROWSER"===e.source){if(!X.browser)return!1;if(ex.length>0&&e.userAgent)return!1!==q[e.userAgent]}return!0}),[u,X,q,ex]);return(0,t.jsxs)("div",{className:"h-screen bg-background text-foreground flex flex-col transition-colors",children:[(0,t.jsx)("div",{className:"bg-card shadow-sm border-b border-border flex-none z-10",children:(0,t.jsx)("div",{className:"max-w-7xl mx-auto px-4 py-3",children:(0,t.jsxs)("div",{className:"flex items-center justify-between",children:[(0,t.jsxs)("div",{className:"flex items-center gap-2 sm:gap-4",children:[(0,t.jsxs)("div",{className:"flex items-center gap-1",children:[(0,t.jsx)("h1",{className:"text-xl sm:text-2xl font-bold whitespace-nowrap",children:"dev3000"}),(0,t.jsxs)("span",{className:"text-xs text-muted-foreground whitespace-nowrap",children:["(v",e,")"]})]}),C.length>1?(0,t.jsxs)("div",{className:"relative",ref:el,children:[(0,t.jsxs)("button",{type:"button",onClick:()=>I(!A),className:"flex items-center gap-2 px-3 py-1 text-sm text-muted-foreground hover:text-foreground hover:bg-accent rounded-md transition-colors",children:[(0,t.jsx)("span",{className:"font-mono text-xs whitespace-nowrap",children:f&&!R?(0,t.jsx)("div",{className:"h-4 bg-muted rounded animate-pulse",style:{width:"220px"}}):R?"Current":"No log file"}),(0,t.jsx)("svg",{className:`w-4 h-4 transition-transform ${A?"rotate-180":""}`,fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,t.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M19 9l-7 7-7-7"})})]}),A&&C.length>1&&(0,t.jsx)("div",{className:"absolute top-full left-0 mt-1 bg-card border border-border rounded-md shadow-lg z-20 min-w-80",children:(0,t.jsxs)("div",{className:"py-1 max-h-60 overflow-y-auto",children:[(0,t.jsxs)("div",{className:"px-3 py-2 text-xs font-medium text-muted-foreground border-b border-border",children:[O," logs (",C.length,")"]}),C.map(e=>(0,t.jsxs)("button",{type:"button",onClick:()=>{I(!1),s.push(`/logs?file=${encodeURIComponent(e.name)}&mode=${m}`)},className:`w-full text-left px-3 py-2 text-sm hover:bg-accent flex items-center justify-between ${e.isCurrent?"bg-primary/10 text-primary":"text-foreground"}`,children:[(0,t.jsxs)("div",{className:"flex flex-col",children:[(0,t.jsx)("span",{className:"font-mono text-xs",children:e.name}),(0,t.jsxs)("span",{className:"text-xs text-muted-foreground",children:[new Date(e.mtime).toLocaleString()," • ",Math.round(e.size/1024),"KB"]})]}),e.isCurrent&&(0,t.jsx)("span",{className:"text-xs text-blue-600 font-medium",children:"current"})]},e.path))]})})]}):(0,t.jsx)("div",{className:"flex items-center gap-2",children:(0,t.jsx)("span",{className:"font-mono text-xs text-gray-600 px-3 py-1 whitespace-nowrap",children:f&&!R?(0,t.jsx)("div",{className:"h-4 bg-gray-200 rounded animate-pulse",style:{width:"220px"}}):R?R.split("/").pop():"No log file"})}),u.length>0&&(0,t.jsxs)("div",{className:"flex items-center gap-1 hidden sm:flex",children:[(0,t.jsxs)("span",{className:"text-sm text-muted-foreground",children:[u.length," entries"]}),R&&!f&&(0,t.jsx)("button",{type:"button",onClick:eu,disabled:W,className:"p-0.5 text-muted-foreground hover:text-foreground hover:bg-accent rounded transition-colors disabled:opacity-50 disabled:cursor-not-allowed",title:"Clear logs (rotate current log to archive and start fresh)",children:W?(0,t.jsx)("div",{className:"w-3 h-3 border border-current border-t-transparent rounded-full animate-spin"}):(0,t.jsx)("svg",{className:"w-3 h-3",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,t.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M6 18L18 6M6 6l12 12"})})})]}),ee.length>0&&!g&&(0,t.jsxs)("span",{className:"text-xs bg-blue-100 dark:bg-blue-900 text-blue-800 dark:text-blue-200 px-2 py-1 rounded-full",children:["+",ee.length," buffered"]})]}),(0,t.jsxs)("div",{className:"flex items-center gap-2",children:[!1,(0,t.jsxs)("div",{className:"relative",ref:ea,children:[(0,t.jsxs)("button",{type:"button",onClick:()=>F(!D),className:"flex items-center gap-1 px-3 py-1 rounded text-sm font-medium transition-colors whitespace-nowrap bg-muted text-muted-foreground hover:bg-muted/80",children:[(0,t.jsx)("svg",{className:"w-4 h-4",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,t.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M3 4a1 1 0 011-1h16a1 1 0 011 1v2.586a1 1 0 01-.293.707l-6.414 6.414a1 1 0 00-.293.707V17l-4 4v-6.586a1 1 0 00-.293-.707L3.293 7.293A1 1 0 013 6.586V4z"})}),"Filter"]}),D&&(0,t.jsx)("div",{className:"absolute top-full right-0 mt-1 bg-card border border-border rounded-md shadow-lg z-20 min-w-48",children:(0,t.jsxs)("div",{className:"py-2",children:[(0,t.jsx)("div",{className:"px-3 py-2 text-xs font-medium text-muted-foreground border-b border-border",children:"Log Types"}),(0,t.jsxs)("label",{className:"flex items-center justify-between px-3 py-2 text-sm hover:bg-accent cursor-pointer",children:[(0,t.jsxs)("div",{className:"flex items-center gap-2",children:[(0,t.jsx)("input",{type:"checkbox",checked:X.server,onChange:e=>Z(t=>({...t,server:e.target.checked})),className:"rounded border-input text-primary focus:ring-ring"}),(0,t.jsx)("span",{className:"text-foreground",children:"Server"})]}),(0,t.jsx)("span",{className:"text-xs text-muted-foreground",children:u.filter(e=>"SERVER"===e.source).length})]}),(0,t.jsxs)("label",{className:"flex items-center justify-between px-3 py-2 text-sm hover:bg-accent cursor-pointer",children:[(0,t.jsxs)("div",{className:"flex items-center gap-2",children:[(0,t.jsx)("input",{type:"checkbox",checked:X.browser,onChange:e=>Z(t=>({...t,browser:e.target.checked})),className:"rounded border-input text-primary focus:ring-ring"}),(0,t.jsx)("span",{className:"text-foreground",children:"Browser"})]}),(0,t.jsx)("span",{className:"text-xs text-muted-foreground",children:u.filter(e=>"BROWSER"===e.source).length})]}),ex.length>1&&X.browser&&(0,t.jsx)("div",{className:"ml-6 border-l border-border pl-2",children:ex.map(e=>{let r=e.includes("Chrome")?"Chrome":e.includes("Firefox")?"Firefox":e.includes("Safari")?"Safari":e.includes("Edge")?"Edge":"Browser";return(0,t.jsxs)("label",{className:"flex items-center justify-between px-2 py-1 text-xs hover:bg-accent cursor-pointer",children:[(0,t.jsxs)("div",{className:"flex items-center gap-2",children:[(0,t.jsx)("input",{type:"checkbox",checked:!1!==q[e],onChange:t=>Q(r=>({...r,[e]:t.target.checked})),className:"rounded border-input text-primary focus:ring-ring w-3 h-3"}),(0,t.jsx)("span",{className:"text-foreground",children:r})]}),(0,t.jsx)("span",{className:"text-xs text-muted-foreground",children:u.filter(t=>"BROWSER"===t.source&&t.userAgent===e).length})]},e)})}),(0,t.jsxs)("label",{className:"flex items-center justify-between px-3 py-2 text-sm hover:bg-accent cursor-pointer",children:[(0,t.jsxs)("div",{className:"flex items-center gap-2",children:[(0,t.jsx)("input",{type:"checkbox",checked:X.interaction,onChange:e=>Z(t=>({...t,interaction:e.target.checked})),className:"rounded border-input text-primary focus:ring-ring"}),(0,t.jsx)("span",{className:"text-foreground",children:"Interaction"})]}),(0,t.jsx)("span",{className:"text-xs text-muted-foreground",children:u.filter(e=>e.message.includes("[INTERACTION]")).length})]}),(0,t.jsxs)("label",{className:"flex items-center justify-between px-3 py-2 text-sm hover:bg-accent cursor-pointer",children:[(0,t.jsxs)("div",{className:"flex items-center gap-2",children:[(0,t.jsx)("input",{type:"checkbox",checked:X.screenshot,onChange:e=>Z(t=>({...t,screenshot:e.target.checked})),className:"rounded border-input text-primary focus:ring-ring"}),(0,t.jsx)("span",{className:"text-foreground",children:"Screenshot"})]}),(0,t.jsx)("span",{className:"text-xs text-muted-foreground",children:u.filter(e=>e.message.includes("[SCREENSHOT]")).length})]})]})})]}),(0,t.jsx)(a.DarkModeToggle,{darkMode:c,setDarkMode:d,className:"ml-2"})]})]})})}),(0,t.jsx)("div",{className:"flex-1 overflow-hidden",children:(0,t.jsx)("div",{ref:es,className:"max-w-7xl mx-auto px-4 py-6 h-full overflow-y-auto",onScroll:()=>{if(es.current){let{scrollTop:e,scrollHeight:t,clientHeight:r}=es.current,s=e+r>=t-10;g&&!s&&(eo.current=!0),h(s)}},children:f?(0,t.jsxs)("div",{className:"text-center py-12",children:[(0,t.jsx)("div",{className:"inline-block animate-spin rounded-full h-8 w-8 border-b-2 border-primary"}),(0,t.jsx)("div",{className:"text-muted-foreground text-sm mt-4",children:"Loading logs..."})]}):0===u.length?(0,t.jsxs)("div",{className:"text-center py-12",children:[(0,t.jsx)("div",{className:"text-muted-foreground text-lg",children:"📝 No logs yet"}),(0,t.jsx)("div",{className:"text-muted-foreground text-sm mt-2",children:V>=_?(0,t.jsxs)(t.Fragment,{children:[(0,t.jsxs)("p",{className:"text-red-500 mb-2",children:["Failed to load logs after ",_," attempts."]}),(0,t.jsx)("button",{type:"button",onClick:()=>{U(0),K(null),Y(!1),ed()},className:"px-4 py-2 bg-blue-600 text-white rounded hover:bg-blue-700 transition-colors",children:"Retry"})]}):"Logs will appear here as your development server runs"})]}):0===em.length?(0,t.jsxs)("div",{className:"text-center py-12",children:[(0,t.jsx)("div",{className:"text-muted-foreground text-lg",children:"🔍 No logs match current filters"}),(0,t.jsx)("div",{className:"text-muted-foreground text-sm mt-2",children:"Try adjusting your filter settings to see more logs"})]}):(0,t.jsxs)("div",{className:"space-y-1 pb-4",children:[em.map((e,r)=>(0,t.jsx)(E,{entry:e,darkMode:c},`${e.timestamp}-${r}`)),(0,t.jsx)("div",{ref:er})]})})}),(0,t.jsx)("div",{className:"border-t border-border bg-muted/50 flex-none",children:(0,t.jsxs)("div",{className:"max-w-7xl mx-auto px-4 py-3 flex items-center justify-between",children:[(0,t.jsxs)("div",{className:"flex items-center gap-3",children:[v&&(0,t.jsxs)("span",{className:"text-xs text-muted-foreground font-mono",children:["Last updated ",v.toLocaleTimeString()]}),R&&(0,t.jsx)("span",{className:"text-xs text-muted-foreground font-mono break-all",children:R})]}),(0,t.jsxs)("div",{className:"relative",children:[(0,t.jsxs)("div",{className:`flex items-center gap-1 text-green-600 ${"tail"===m&&g?"visible":"invisible"}`,children:[(0,t.jsx)("div",{className:"w-2 h-2 bg-green-500 rounded-full animate-pulse"}),(0,t.jsx)("span",{className:"text-xs",children:"Live"})]}),(0,t.jsx)("button",{type:"button",onClick:()=>{eo.current=!1,ee.length>0&&(x(e=>[...e,...ee]),et([]),y(new Date)),er.current?.scrollIntoView({behavior:"smooth"})},className:`absolute top-0 right-0 flex items-center gap-1 px-2 py-0.5 bg-blue-600 text-white rounded text-xs hover:bg-blue-700 whitespace-nowrap ${"tail"===m&&!g?"visible":"invisible"}`,children:"↓ Live"})]})]})})]})}e.s(["default",()=>T],54735)}]);
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,69747,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"InvariantError",{enumerable:!0,get:function(){return n}});class n extends Error{constructor(e,t){super(`Invariant: ${e.endsWith(".")?e:e+"."} This is a bug in Next.js.`,t),this.name="InvariantError"}}},62379,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={BailoutToCSRError:function(){return u},isBailoutToCSRError:function(){return i}};for(var o in n)Object.defineProperty(r,o,{enumerable:!0,get:n[o]});let a="BAILOUT_TO_CLIENT_SIDE_RENDERING";class u extends Error{constructor(e){super(`Bail out to client-side rendering: ${e}`),this.reason=e,this.digest=a}}function i(e){return"object"==typeof e&&null!==e&&"digest"in e&&e.digest===a}},11014,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={HTTPAccessErrorStatus:function(){return a},HTTP_ERROR_FALLBACK_ERROR_CODE:function(){return i},getAccessFallbackErrorTypeByStatus:function(){return l},getAccessFallbackHTTPStatus:function(){return s},isHTTPAccessFallbackError:function(){return c}};for(var o in n)Object.defineProperty(r,o,{enumerable:!0,get:n[o]});let a={NOT_FOUND:404,FORBIDDEN:403,UNAUTHORIZED:401},u=new Set(Object.values(a)),i="NEXT_HTTP_ERROR_FALLBACK";function c(e){if("object"!=typeof e||null===e||!("digest"in e)||"string"!=typeof e.digest)return!1;let[t,r]=e.digest.split(";");return t===i&&u.has(Number(r))}function s(e){return Number(e.digest.split(";")[1])}function l(e){switch(e){case 401:return"unauthorized";case 403:return"forbidden";case 404:return"not-found";default:return}}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},15290,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"RedirectStatusCode",{enumerable:!0,get:function(){return o}});var n,o=((n={})[n.SeeOther=303]="SeeOther",n[n.TemporaryRedirect=307]="TemporaryRedirect",n[n.PermanentRedirect=308]="PermanentRedirect",n);("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},93212,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n,o={REDIRECT_ERROR_CODE:function(){return i},RedirectType:function(){return c},isRedirectError:function(){return s}};for(var a in o)Object.defineProperty(r,a,{enumerable:!0,get:o[a]});let u=e.r(15290),i="NEXT_REDIRECT";var c=((n={}).push="push",n.replace="replace",n);function s(e){if("object"!=typeof e||null===e||!("digest"in e)||"string"!=typeof e.digest)return!1;let t=e.digest.split(";"),[r,n]=t,o=t.slice(2,-2).join(";"),a=Number(t.at(-2));return r===i&&("replace"===n||"push"===n)&&"string"==typeof o&&!isNaN(a)&&a in u.RedirectStatusCode}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},44365,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"isNextRouterError",{enumerable:!0,get:function(){return a}});let n=e.r(11014),o=e.r(93212);function a(e){return(0,o.isRedirectError)(e)||(0,n.isHTTPAccessFallbackError)(e)}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},90132,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={PathParamsContext:function(){return c},PathnameContext:function(){return i},SearchParamsContext:function(){return u}};for(var o in n)Object.defineProperty(r,o,{enumerable:!0,get:n[o]});let a=e.r(80397),u=(0,a.createContext)(null),i=(0,a.createContext)(null),c=(0,a.createContext)(null)},58369,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"workUnitAsyncStorageInstance",{enumerable:!0,get:function(){return n}});let n=(0,e.r(61835).createAsyncLocalStorage)()},59083,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={ACTION_HEADER:function(){return u},FLIGHT_HEADERS:function(){return _},NEXT_ACTION_NOT_FOUND_HEADER:function(){return R},NEXT_DID_POSTPONE_HEADER:function(){return m},NEXT_HMR_REFRESH_HASH_COOKIE:function(){return d},NEXT_HMR_REFRESH_HEADER:function(){return l},NEXT_HTML_REQUEST_ID_HEADER:function(){return v},NEXT_IS_PRERENDER_HEADER:function(){return g},NEXT_REQUEST_ID_HEADER:function(){return O},NEXT_REWRITTEN_PATH_HEADER:function(){return E},NEXT_REWRITTEN_QUERY_HEADER:function(){return h},NEXT_ROUTER_PREFETCH_HEADER:function(){return c},NEXT_ROUTER_SEGMENT_PREFETCH_HEADER:function(){return s},NEXT_ROUTER_STALE_TIME_HEADER:function(){return b},NEXT_ROUTER_STATE_TREE_HEADER:function(){return i},NEXT_RSC_UNION_QUERY:function(){return y},NEXT_URL:function(){return f},RSC_CONTENT_TYPE_HEADER:function(){return p},RSC_HEADER:function(){return a}};for(var o in n)Object.defineProperty(r,o,{enumerable:!0,get:n[o]});let a="rsc",u="next-action",i="next-router-state-tree",c="next-router-prefetch",s="next-router-segment-prefetch",l="next-hmr-refresh",d="__next_hmr_refresh_hash__",f="next-url",p="text/x-component",_=[a,i,c,l,s],y="_rsc",b="x-nextjs-stale-time",m="x-nextjs-postponed",E="x-nextjs-rewritten-path",h="x-nextjs-rewritten-query",g="x-nextjs-prerender",R="x-nextjs-action-not-found",O="x-nextjs-request-id",v="x-nextjs-html-request-id";("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},16730,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={getCacheSignal:function(){return b},getDraftModeProviderForCacheScope:function(){return y},getHmrRefreshHash:function(){return f},getPrerenderResumeDataCache:function(){return l},getRenderResumeDataCache:function(){return d},getRuntimeStagePromise:function(){return m},getServerComponentsHmrCache:function(){return _},isHmrRefresh:function(){return p},throwForMissingRequestStore:function(){return c},throwInvariantForMissingStore:function(){return s},workUnitAsyncStorage:function(){return a.workUnitAsyncStorageInstance}};for(var o in n)Object.defineProperty(r,o,{enumerable:!0,get:n[o]});let a=e.r(58369),u=e.r(59083),i=e.r(69747);function c(e){throw Object.defineProperty(Error(`\`${e}\` was called outside a request scope. Read more: https://nextjs.org/docs/messages/next-dynamic-api-wrong-context`),"__NEXT_ERROR_CODE",{value:"E251",enumerable:!1,configurable:!0})}function s(){throw Object.defineProperty(new i.InvariantError("Expected workUnitAsyncStorage to have a store."),"__NEXT_ERROR_CODE",{value:"E696",enumerable:!1,configurable:!0})}function l(e){switch(e.type){case"prerender":case"prerender-runtime":case"prerender-ppr":case"prerender-client":return e.prerenderResumeDataCache;case"request":if(e.prerenderResumeDataCache)return e.prerenderResumeDataCache;case"prerender-legacy":case"cache":case"private-cache":case"unstable-cache":return null;default:return e}}function d(e){switch(e.type){case"request":case"prerender":case"prerender-runtime":case"prerender-client":if(e.renderResumeDataCache)return e.renderResumeDataCache;case"prerender-ppr":return e.prerenderResumeDataCache??null;case"cache":case"private-cache":case"unstable-cache":case"prerender-legacy":return null;default:return e}}function f(e,t){if(e.dev)switch(t.type){case"cache":case"private-cache":case"prerender":case"prerender-runtime":return t.hmrRefreshHash;case"request":var r;return null==(r=t.cookies.get(u.NEXT_HMR_REFRESH_HASH_COOKIE))?void 0:r.value}}function p(e,t){if(e.dev)switch(t.type){case"cache":case"private-cache":case"request":return t.isHmrRefresh??!1}return!1}function _(e,t){if(e.dev)switch(t.type){case"cache":case"private-cache":case"request":return t.serverComponentsHmrCache}}function y(e,t){if(e.isDraftMode)switch(t.type){case"cache":case"private-cache":case"unstable-cache":case"prerender-runtime":case"request":return t.draftMode}}function b(e){switch(e.type){case"prerender":case"prerender-client":case"prerender-runtime":return e.cacheSignal;case"request":if(e.cacheSignal)return e.cacheSignal;case"prerender-ppr":case"prerender-legacy":case"cache":case"private-cache":case"unstable-cache":return null;default:return e}}function m(e){switch(e.type){case"prerender-runtime":case"private-cache":return e.runtimeStagePromise;case"prerender":case"prerender-client":case"prerender-ppr":case"prerender-legacy":case"request":case"cache":case"unstable-cache":return null;default:return e}}},36726,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={DEFAULT_SEGMENT_KEY:function(){return s},PAGE_SEGMENT_KEY:function(){return c},addSearchParamsIfPageSegment:function(){return i},isGroupSegment:function(){return a},isParallelRouteSegment:function(){return u}};for(var o in n)Object.defineProperty(r,o,{enumerable:!0,get:n[o]});function a(e){return"("===e[0]&&e.endsWith(")")}function u(e){return e.startsWith("@")&&"@children"!==e}function i(e,t){if(e.includes(c)){let e=JSON.stringify(t);return"{}"!==e?c+"?"+e:c}return e}let c="__PAGE__",s="__DEFAULT__"},49712,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={AppRouterContext:function(){return u},GlobalLayoutRouterContext:function(){return c},LayoutRouterContext:function(){return i},MissingSlotContext:function(){return l},TemplateContext:function(){return s}};for(var o in n)Object.defineProperty(r,o,{enumerable:!0,get:n[o]});let a=e.r(81258)._(e.r(80397)),u=a.default.createContext(null),i=a.default.createContext(null),c=a.default.createContext(null),s=a.default.createContext(null),l=a.default.createContext(new Set)},70048,(e,t,r)=>{"use strict";function n(e){return Array.isArray(e)?e[1]:e}Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"getSegmentValue",{enumerable:!0,get:function(){return n}}),("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},99299,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"actionAsyncStorageInstance",{enumerable:!0,get:function(){return n}});let n=(0,e.r(61835).createAsyncLocalStorage)()},95738,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"actionAsyncStorage",{enumerable:!0,get:function(){return n.actionAsyncStorageInstance}});let n=e.r(99299)},89013,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={getRedirectError:function(){return c},getRedirectStatusCodeFromError:function(){return p},getRedirectTypeFromError:function(){return f},getURLFromRedirectError:function(){return d},permanentRedirect:function(){return l},redirect:function(){return s}};for(var o in n)Object.defineProperty(r,o,{enumerable:!0,get:n[o]});let a=e.r(15290),u=e.r(93212),i="undefined"==typeof window?e.r(95738).actionAsyncStorage:void 0;function c(e,t,r=a.RedirectStatusCode.TemporaryRedirect){let n=Object.defineProperty(Error(u.REDIRECT_ERROR_CODE),"__NEXT_ERROR_CODE",{value:"E394",enumerable:!1,configurable:!0});return n.digest=`${u.REDIRECT_ERROR_CODE};${t};${e};${r};`,n}function s(e,t){throw c(e,t??=i?.getStore()?.isAction?u.RedirectType.push:u.RedirectType.replace,a.RedirectStatusCode.TemporaryRedirect)}function l(e,t=u.RedirectType.replace){throw c(e,t,a.RedirectStatusCode.PermanentRedirect)}function d(e){return(0,u.isRedirectError)(e)?e.digest.split(";").slice(2,-2).join(";"):null}function f(e){if(!(0,u.isRedirectError)(e))throw Object.defineProperty(Error("Not a redirect error"),"__NEXT_ERROR_CODE",{value:"E260",enumerable:!1,configurable:!0});return e.digest.split(";",2)[1]}function p(e){if(!(0,u.isRedirectError)(e))throw Object.defineProperty(Error("Not a redirect error"),"__NEXT_ERROR_CODE",{value:"E260",enumerable:!1,configurable:!0});return Number(e.digest.split(";").at(-2))}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},42888,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"notFound",{enumerable:!0,get:function(){return a}});let n=e.r(11014),o=`${n.HTTP_ERROR_FALLBACK_ERROR_CODE};404`;function a(){let e=Object.defineProperty(Error(o),"__NEXT_ERROR_CODE",{value:"E394",enumerable:!1,configurable:!0});throw e.digest=o,e}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},36506,(e,t,r)=>{"use strict";function n(){throw Object.defineProperty(Error("`forbidden()` is experimental and only allowed to be enabled when `experimental.authInterrupts` is enabled."),"__NEXT_ERROR_CODE",{value:"E488",enumerable:!1,configurable:!0})}Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"forbidden",{enumerable:!0,get:function(){return n}}),e.r(11014).HTTP_ERROR_FALLBACK_ERROR_CODE,("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},64609,(e,t,r)=>{"use strict";function n(){throw Object.defineProperty(Error("`unauthorized()` is experimental and only allowed to be used when `experimental.authInterrupts` is enabled."),"__NEXT_ERROR_CODE",{value:"E411",enumerable:!1,configurable:!0})}Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"unauthorized",{enumerable:!0,get:function(){return n}}),e.r(11014).HTTP_ERROR_FALLBACK_ERROR_CODE,("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},7387,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"unstable_rethrow",{enumerable:!0,get:function(){return function e(t){if((0,o.isNextRouterError)(t)||(0,n.isBailoutToCSRError)(t))throw t;t instanceof Error&&"cause"in t&&e(t.cause)}}});let n=e.r(62379),o=e.r(44365);("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},94865,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={isHangingPromiseRejectionError:function(){return a},makeDevtoolsIOAwarePromise:function(){return d},makeHangingPromise:function(){return s}};for(var o in n)Object.defineProperty(r,o,{enumerable:!0,get:n[o]});function a(e){return"object"==typeof e&&null!==e&&"digest"in e&&e.digest===u}let u="HANGING_PROMISE_REJECTION";class i extends Error{constructor(e,t){super(`During prerendering, ${t} rejects when the prerender is complete. Typically these errors are handled by React but if you move ${t} to a different context by using \`setTimeout\`, \`after\`, or similar functions you may observe this error and you should handle it in that context. This occurred at route "${e}".`),this.route=e,this.expression=t,this.digest=u}}let c=new WeakMap;function s(e,t,r){if(e.aborted)return Promise.reject(new i(t,r));{let n=new Promise((n,o)=>{let a=o.bind(null,new i(t,r)),u=c.get(e);if(u)u.push(a);else{let t=[a];c.set(e,t),e.addEventListener("abort",()=>{for(let e=0;e<t.length;e++)t[e]()},{once:!0})}});return n.catch(l),n}}function l(){}function d(e,t,r){return t.stagedRendering?t.stagedRendering.delayUntilStage(r,e):new Promise(t=>{setTimeout(()=>{t(e)},0)})}},16515,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"isPostpone",{enumerable:!0,get:function(){return o}});let n=Symbol.for("react.postpone");function o(e){return"object"==typeof e&&null!==e&&e.$$typeof===n}},63309,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={DynamicServerError:function(){return u},isDynamicServerError:function(){return i}};for(var o in n)Object.defineProperty(r,o,{enumerable:!0,get:n[o]});let a="DYNAMIC_SERVER_USAGE";class u extends Error{constructor(e){super(`Dynamic server usage: ${e}`),this.description=e,this.digest=a}}function i(e){return"object"==typeof e&&null!==e&&"digest"in e&&"string"==typeof e.digest&&e.digest===a}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},63267,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={StaticGenBailoutError:function(){return u},isStaticGenBailoutError:function(){return i}};for(var o in n)Object.defineProperty(r,o,{enumerable:!0,get:n[o]});let a="NEXT_STATIC_GEN_BAILOUT";class u extends Error{constructor(...e){super(...e),this.code=a}}function i(e){return"object"==typeof e&&null!==e&&"code"in e&&e.code===a}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},9466,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={METADATA_BOUNDARY_NAME:function(){return a},OUTLET_BOUNDARY_NAME:function(){return i},ROOT_LAYOUT_BOUNDARY_NAME:function(){return c},VIEWPORT_BOUNDARY_NAME:function(){return u}};for(var o in n)Object.defineProperty(r,o,{enumerable:!0,get:n[o]});let a="__next_metadata_boundary__",u="__next_viewport_boundary__",i="__next_outlet_boundary__",c="__next_root_layout_boundary__"},18291,(e,t,r)=>{"use strict";var n=e.i(287);Object.defineProperty(r,"__esModule",{value:!0});var o={atLeastOneTask:function(){return c},scheduleImmediate:function(){return i},scheduleOnNextTick:function(){return u},waitAtLeastOneReactRenderTask:function(){return s}};for(var a in o)Object.defineProperty(r,a,{enumerable:!0,get:o[a]});let u=e=>{Promise.resolve().then(()=>{n.default.nextTick(e)})},i=e=>{setImmediate(e)};function c(){return new Promise(e=>i(e))}function s(){return new Promise(e=>setImmediate(e))}},88010,(e,t,r)=>{"use strict";function n(){let e,t,r=new Promise((r,n)=>{e=r,t=n});return{resolve:e,reject:t,promise:r}}Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"createPromiseWithResolvers",{enumerable:!0,get:function(){return n}})},39664,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n,o={RenderStage:function(){return c},StagedRenderingController:function(){return s}};for(var a in o)Object.defineProperty(r,a,{enumerable:!0,get:o[a]});let u=e.r(69747),i=e.r(88010);var c=((n={})[n.Static=1]="Static",n[n.Runtime=2]="Runtime",n[n.Dynamic=3]="Dynamic",n);class s{constructor(e=null){this.abortSignal=e,this.currentStage=1,this.runtimeStagePromise=(0,i.createPromiseWithResolvers)(),this.dynamicStagePromise=(0,i.createPromiseWithResolvers)(),e&&e.addEventListener("abort",()=>{let{reason:t}=e;this.currentStage<2&&(this.runtimeStagePromise.promise.catch(l),this.runtimeStagePromise.reject(t)),this.currentStage<3&&(this.dynamicStagePromise.promise.catch(l),this.dynamicStagePromise.reject(t))},{once:!0})}advanceStage(e){!(this.currentStage>=e)&&(this.currentStage=e,e>=2&&this.runtimeStagePromise.resolve(),e>=3&&this.dynamicStagePromise.resolve())}delayUntilStage(e,t){let r;switch(e){case 2:r=this.runtimeStagePromise.promise;break;case 3:r=this.dynamicStagePromise.promise;break;default:throw Object.defineProperty(new u.InvariantError(`Invalid render stage: ${e}`),"__NEXT_ERROR_CODE",{value:"E881",enumerable:!1,configurable:!0})}let n=new Promise((e,n)=>{r.then(e.bind(null,t),n)});return this.abortSignal&&n.catch(l),n}}function l(){}},19587,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n,o,a={Postpone:function(){return D},PreludeState:function(){return Q},abortAndThrowOnSynchronousRequestDataAccess:function(){return w},abortOnSynchronousPlatformIOAccess:function(){return S},accessedDynamicData:function(){return U},annotateDynamicAccess:function(){return B},consumeDynamicAccess:function(){return H},createDynamicTrackingState:function(){return h},createDynamicValidationState:function(){return g},createHangingInputAbortSignal:function(){return X},createRenderInBrowserAbortSignal:function(){return $},delayUntilRuntimeStage:function(){return ee},formatDynamicAPIAccesses:function(){return L},getFirstDynamicReason:function(){return R},isDynamicPostpone:function(){return C},isPrerenderInterruptedError:function(){return k},logDisallowedDynamicError:function(){return J},markCurrentScopeAsDynamic:function(){return O},postponeWithTracking:function(){return A},throwIfDisallowedDynamic:function(){return Z},throwToInterruptStaticGeneration:function(){return v},trackAllowedDynamicAccess:function(){return V},trackDynamicDataInDynamicRender:function(){return P},trackSynchronousPlatformIOAccessInDev:function(){return T},useDynamicRouteParams:function(){return F},useDynamicSearchParams:function(){return G}};for(var u in a)Object.defineProperty(r,u,{enumerable:!0,get:a[u]});let i=(n=e.r(80397))&&n.__esModule?n:{default:n},c=e.r(63309),s=e.r(63267),l=e.r(16730),d=e.r(39019),f=e.r(94865),p=e.r(9466),_=e.r(18291),y=e.r(62379),b=e.r(69747),m=e.r(39664),E="function"==typeof i.default.unstable_postpone;function h(e){return{isDebugDynamicAccesses:e,dynamicAccesses:[],syncDynamicErrorWithStack:null}}function g(){return{hasSuspenseAboveBody:!1,hasDynamicMetadata:!1,hasDynamicViewport:!1,hasAllowedDynamic:!1,dynamicErrors:[]}}function R(e){var t;return null==(t=e.dynamicAccesses[0])?void 0:t.expression}function O(e,t,r){if(t)switch(t.type){case"cache":case"unstable-cache":case"private-cache":return}if(!e.forceDynamic&&!e.forceStatic){if(e.dynamicShouldError)throw Object.defineProperty(new s.StaticGenBailoutError(`Route ${e.route} with \`dynamic = "error"\` couldn't be rendered statically because it used \`${r}\`. See more info here: https://nextjs.org/docs/app/building-your-application/rendering/static-and-dynamic#dynamic-rendering`),"__NEXT_ERROR_CODE",{value:"E553",enumerable:!1,configurable:!0});if(t)switch(t.type){case"prerender-ppr":return A(e.route,r,t.dynamicTracking);case"prerender-legacy":t.revalidate=0;let n=Object.defineProperty(new c.DynamicServerError(`Route ${e.route} couldn't be rendered statically because it used ${r}. See more info here: https://nextjs.org/docs/messages/dynamic-server-error`),"__NEXT_ERROR_CODE",{value:"E550",enumerable:!1,configurable:!0});throw e.dynamicUsageDescription=r,e.dynamicUsageStack=n.stack,n}}}function v(e,t,r){let n=Object.defineProperty(new c.DynamicServerError(`Route ${t.route} couldn't be rendered statically because it used \`${e}\`. See more info here: https://nextjs.org/docs/messages/dynamic-server-error`),"__NEXT_ERROR_CODE",{value:"E558",enumerable:!1,configurable:!0});throw r.revalidate=0,t.dynamicUsageDescription=e,t.dynamicUsageStack=n.stack,n}function P(e){switch(e.type){case"cache":case"unstable-cache":case"private-cache":return}}function j(e,t,r){let n=I(`Route ${e} needs to bail out of prerendering at this point because it used ${t}.`);r.controller.abort(n);let o=r.dynamicTracking;o&&o.dynamicAccesses.push({stack:o.isDebugDynamicAccesses?Error().stack:void 0,expression:t})}function S(e,t,r,n){let o=n.dynamicTracking;j(e,t,n),o&&null===o.syncDynamicErrorWithStack&&(o.syncDynamicErrorWithStack=r)}function T(e){e.stagedRendering&&e.stagedRendering.advanceStage(m.RenderStage.Dynamic)}function w(e,t,r,n){if(!1===n.controller.signal.aborted){j(e,t,n);let o=n.dynamicTracking;o&&null===o.syncDynamicErrorWithStack&&(o.syncDynamicErrorWithStack=r)}throw I(`Route ${e} needs to bail out of prerendering at this point because it used ${t}.`)}function D({reason:e,route:t}){let r=l.workUnitAsyncStorage.getStore();A(t,e,r&&"prerender-ppr"===r.type?r.dynamicTracking:null)}function A(e,t,r){(function(){if(!E)throw Object.defineProperty(Error("Invariant: React.unstable_postpone is not defined. This suggests the wrong version of React was loaded. This is a bug in Next.js"),"__NEXT_ERROR_CODE",{value:"E224",enumerable:!1,configurable:!0})})(),r&&r.dynamicAccesses.push({stack:r.isDebugDynamicAccesses?Error().stack:void 0,expression:t}),i.default.unstable_postpone(x(e,t))}function x(e,t){return`Route ${e} needs to bail out of prerendering at this point because it used ${t}. React throws this special object to indicate where. It should not be caught by your own try/catch. Learn more: https://nextjs.org/docs/messages/ppr-caught-error`}function C(e){return"object"==typeof e&&null!==e&&"string"==typeof e.message&&N(e.message)}function N(e){return e.includes("needs to bail out of prerendering at this point because it used")&&e.includes("Learn more: https://nextjs.org/docs/messages/ppr-caught-error")}if(!1===N(x("%%%","^^^")))throw Object.defineProperty(Error("Invariant: isDynamicPostpone misidentified a postpone reason. This is a bug in Next.js"),"__NEXT_ERROR_CODE",{value:"E296",enumerable:!1,configurable:!0});let M="NEXT_PRERENDER_INTERRUPTED";function I(e){let t=Object.defineProperty(Error(e),"__NEXT_ERROR_CODE",{value:"E394",enumerable:!1,configurable:!0});return t.digest=M,t}function k(e){return"object"==typeof e&&null!==e&&e.digest===M&&"name"in e&&"message"in e&&e instanceof Error}function U(e){return e.length>0}function H(e,t){return e.dynamicAccesses.push(...t.dynamicAccesses),e.dynamicAccesses}function L(e){return e.filter(e=>"string"==typeof e.stack&&e.stack.length>0).map(({expression:e,stack:t})=>(t=t.split("\n").slice(4).filter(e=>!(e.includes("node_modules/next/")||e.includes(" (<anonymous>)")||e.includes(" (node:"))).join("\n"),`Dynamic API Usage Debug - ${e}:
|
|
2
|
+
${t}`))}function $(){let e=new AbortController;return e.abort(Object.defineProperty(new y.BailoutToCSRError("Render in Browser"),"__NEXT_ERROR_CODE",{value:"E721",enumerable:!1,configurable:!0})),e.signal}function X(e){switch(e.type){case"prerender":case"prerender-runtime":let t=new AbortController;if(e.cacheSignal)e.cacheSignal.inputReady().then(()=>{t.abort()});else{let r=(0,l.getRuntimeStagePromise)(e);r?r.then(()=>(0,_.scheduleOnNextTick)(()=>t.abort())):(0,_.scheduleOnNextTick)(()=>t.abort())}return t.signal;case"prerender-client":case"prerender-ppr":case"prerender-legacy":case"request":case"cache":case"private-cache":case"unstable-cache":return}}function B(e,t){let r=t.dynamicTracking;r&&r.dynamicAccesses.push({stack:r.isDebugDynamicAccesses?Error().stack:void 0,expression:e})}function F(e){let t=d.workAsyncStorage.getStore(),r=l.workUnitAsyncStorage.getStore();if(t&&r)switch(r.type){case"prerender-client":case"prerender":{let n=r.fallbackRouteParams;n&&n.size>0&&i.default.use((0,f.makeHangingPromise)(r.renderSignal,t.route,e));break}case"prerender-ppr":{let n=r.fallbackRouteParams;if(n&&n.size>0)return A(t.route,e,r.dynamicTracking);break}case"prerender-runtime":throw Object.defineProperty(new b.InvariantError(`\`${e}\` was called during a runtime prerender. Next.js should be preventing ${e} from being included in server components statically, but did not in this case.`),"__NEXT_ERROR_CODE",{value:"E771",enumerable:!1,configurable:!0});case"cache":case"private-cache":throw Object.defineProperty(new b.InvariantError(`\`${e}\` was called inside a cache scope. Next.js should be preventing ${e} from being included in server components statically, but did not in this case.`),"__NEXT_ERROR_CODE",{value:"E745",enumerable:!1,configurable:!0})}}function G(e){let t=d.workAsyncStorage.getStore(),r=l.workUnitAsyncStorage.getStore();if(t)switch(!r&&(0,l.throwForMissingRequestStore)(e),r.type){case"prerender-client":i.default.use((0,f.makeHangingPromise)(r.renderSignal,t.route,e));break;case"prerender-legacy":case"prerender-ppr":if(t.forceStatic)return;throw Object.defineProperty(new y.BailoutToCSRError(e),"__NEXT_ERROR_CODE",{value:"E394",enumerable:!1,configurable:!0});case"prerender":case"prerender-runtime":throw Object.defineProperty(new b.InvariantError(`\`${e}\` was called from a Server Component. Next.js should be preventing ${e} from being included in server components statically, but did not in this case.`),"__NEXT_ERROR_CODE",{value:"E795",enumerable:!1,configurable:!0});case"cache":case"unstable-cache":case"private-cache":throw Object.defineProperty(new b.InvariantError(`\`${e}\` was called inside a cache scope. Next.js should be preventing ${e} from being included in server components statically, but did not in this case.`),"__NEXT_ERROR_CODE",{value:"E745",enumerable:!1,configurable:!0});case"request":return}}let W=/\n\s+at Suspense \(<anonymous>\)/,q=RegExp(`\\n\\s+at Suspense \\(<anonymous>\\)(?:(?!\\n\\s+at (?:body|div|main|section|article|aside|header|footer|nav|form|p|span|h1|h2|h3|h4|h5|h6) \\(<anonymous>\\))[\\s\\S])*?\\n\\s+at ${p.ROOT_LAYOUT_BOUNDARY_NAME} \\([^\\n]*\\)`),Y=RegExp(`\\n\\s+at ${p.METADATA_BOUNDARY_NAME}[\\n\\s]`),z=RegExp(`\\n\\s+at ${p.VIEWPORT_BOUNDARY_NAME}[\\n\\s]`),K=RegExp(`\\n\\s+at ${p.OUTLET_BOUNDARY_NAME}[\\n\\s]`);function V(e,t,r,n){if(!K.test(t)){if(Y.test(t)){r.hasDynamicMetadata=!0;return}if(z.test(t)){r.hasDynamicViewport=!0;return}if(q.test(t)){r.hasAllowedDynamic=!0,r.hasSuspenseAboveBody=!0;return}else if(W.test(t)){r.hasAllowedDynamic=!0;return}else{var o,a;let u;if(n.syncDynamicErrorWithStack)return void r.dynamicErrors.push(n.syncDynamicErrorWithStack);let i=(o=`Route "${e.route}": A component accessed data, headers, params, searchParams, or a short-lived cache without a Suspense boundary nor a "use cache" above it. See more info: https://nextjs.org/docs/messages/next-prerender-missing-suspense`,a=t,(u=Object.defineProperty(Error(o),"__NEXT_ERROR_CODE",{value:"E394",enumerable:!1,configurable:!0})).stack=u.name+": "+o+a,u);return void r.dynamicErrors.push(i)}}}var Q=((o={})[o.Full=0]="Full",o[o.Empty=1]="Empty",o[o.Errored=2]="Errored",o);function J(e,t){console.error(t),e.dev||(e.hasReadableErrorStacks?console.error(`To get a more detailed stack trace and pinpoint the issue, start the app in development mode by running \`next dev\`, then open "${e.route}" in your browser to investigate the error.`):console.error(`To get a more detailed stack trace and pinpoint the issue, try one of the following:
|
|
3
|
+
- Start the app in development mode by running \`next dev\`, then open "${e.route}" in your browser to investigate the error.
|
|
4
|
+
- Rerun the production build with \`next build --debug-prerender\` to generate better stack traces.`))}function Z(e,t,r,n){if(n.syncDynamicErrorWithStack)throw J(e,n.syncDynamicErrorWithStack),new s.StaticGenBailoutError;if(0!==t){if(r.hasSuspenseAboveBody)return;let n=r.dynamicErrors;if(n.length>0){for(let t=0;t<n.length;t++)J(e,n[t]);throw new s.StaticGenBailoutError}if(r.hasDynamicViewport)throw console.error(`Route "${e.route}" has a \`generateViewport\` that depends on Request data (\`cookies()\`, etc...) or uncached external data (\`fetch(...)\`, etc...) without explicitly allowing fully dynamic rendering. See more info here: https://nextjs.org/docs/messages/next-prerender-dynamic-viewport`),new s.StaticGenBailoutError;if(1===t)throw console.error(`Route "${e.route}" did not produce a static shell and Next.js was unable to determine a reason. This is a bug in Next.js.`),new s.StaticGenBailoutError}else if(!1===r.hasAllowedDynamic&&r.hasDynamicMetadata)throw console.error(`Route "${e.route}" has a \`generateMetadata\` that depends on Request data (\`cookies()\`, etc...) or uncached external data (\`fetch(...)\`, etc...) when the rest of the route does not. See more info here: https://nextjs.org/docs/messages/next-prerender-dynamic-metadata`),new s.StaticGenBailoutError}function ee(e,t){return e.runtimeStagePromise?e.runtimeStagePromise.then(()=>t):t}},79893,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"unstable_rethrow",{enumerable:!0,get:function(){return function e(t){if((0,u.isNextRouterError)(t)||(0,a.isBailoutToCSRError)(t)||(0,c.isDynamicServerError)(t)||(0,i.isDynamicPostpone)(t)||(0,o.isPostpone)(t)||(0,n.isHangingPromiseRejectionError)(t)||(0,i.isPrerenderInterruptedError)(t))throw t;t instanceof Error&&"cause"in t&&e(t.cause)}}});let n=e.r(94865),o=e.r(16515),a=e.r(62379),u=e.r(44365),i=e.r(19587),c=e.r(63309);("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},71016,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"unstable_rethrow",{enumerable:!0,get:function(){return n}});let n="undefined"==typeof window?e.r(79893).unstable_rethrow:e.r(7387).unstable_rethrow;("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},64950,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={ReadonlyURLSearchParams:function(){return f},RedirectType:function(){return u.RedirectType},forbidden:function(){return c.forbidden},notFound:function(){return i.notFound},permanentRedirect:function(){return a.permanentRedirect},redirect:function(){return a.redirect},unauthorized:function(){return s.unauthorized},unstable_isUnrecognizedActionError:function(){return p},unstable_rethrow:function(){return l.unstable_rethrow}};for(var o in n)Object.defineProperty(r,o,{enumerable:!0,get:n[o]});let a=e.r(89013),u=e.r(93212),i=e.r(42888),c=e.r(36506),s=e.r(64609),l=e.r(71016);class d extends Error{constructor(){super("Method unavailable on `ReadonlyURLSearchParams`. Read more: https://nextjs.org/docs/app/api-reference/functions/use-search-params#updating-searchparams")}}class f extends URLSearchParams{append(){throw new d}delete(){throw new d}set(){throw new d}sort(){throw new d}}function p(){throw Object.defineProperty(Error("`unstable_isUnrecognizedActionError` can only be used on the client."),"__NEXT_ERROR_CODE",{value:"E776",enumerable:!1,configurable:!0})}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},9882,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={ServerInsertedHTMLContext:function(){return u},useServerInsertedHTML:function(){return i}};for(var o in n)Object.defineProperty(r,o,{enumerable:!0,get:n[o]});let a=e.r(44066)._(e.r(80397)),u=a.default.createContext(null);function i(e){let t=(0,a.useContext)(u);t&&t(e)}},17740,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={UnrecognizedActionError:function(){return a},unstable_isUnrecognizedActionError:function(){return u}};for(var o in n)Object.defineProperty(r,o,{enumerable:!0,get:n[o]});class a extends Error{constructor(...e){super(...e),this.name="UnrecognizedActionError"}}function u(e){return!!(e&&"object"==typeof e&&e instanceof a)}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},29525,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={ReadonlyURLSearchParams:function(){return l.ReadonlyURLSearchParams},RedirectType:function(){return l.RedirectType},ServerInsertedHTMLContext:function(){return d.ServerInsertedHTMLContext},forbidden:function(){return l.forbidden},notFound:function(){return l.notFound},permanentRedirect:function(){return l.permanentRedirect},redirect:function(){return l.redirect},unauthorized:function(){return l.unauthorized},unstable_isUnrecognizedActionError:function(){return f.unstable_isUnrecognizedActionError},unstable_rethrow:function(){return l.unstable_rethrow},useParams:function(){return E},usePathname:function(){return b},useRouter:function(){return m},useSearchParams:function(){return y},useSelectedLayoutSegment:function(){return g},useSelectedLayoutSegments:function(){return h},useServerInsertedHTML:function(){return d.useServerInsertedHTML}};for(var o in n)Object.defineProperty(r,o,{enumerable:!0,get:n[o]});let a=e.r(80397),u=e.r(49712),i=e.r(90132),c=e.r(70048),s=e.r(36726),l=e.r(64950),d=e.r(9882),f=e.r(17740),p="undefined"==typeof window?e.r(19587).useDynamicRouteParams:void 0,_="undefined"==typeof window?e.r(19587).useDynamicSearchParams:void 0;function y(){_?.("useSearchParams()");let e=(0,a.useContext)(i.SearchParamsContext);return(0,a.useMemo)(()=>e?new l.ReadonlyURLSearchParams(e):null,[e])}function b(){return p?.("usePathname()"),(0,a.useContext)(i.PathnameContext)}function m(){let e=(0,a.useContext)(u.AppRouterContext);if(null===e)throw Object.defineProperty(Error("invariant expected app router to be mounted"),"__NEXT_ERROR_CODE",{value:"E238",enumerable:!1,configurable:!0});return e}function E(){return p?.("useParams()"),(0,a.useContext)(i.PathParamsContext)}function h(e="children"){p?.("useSelectedLayoutSegments()");let t=(0,a.useContext)(u.LayoutRouterContext);return t?function e(t,r,n=!0,o=[]){let a;if(n)a=t[1][r];else{let e=t[1];a=e.children??Object.values(e)[0]}if(!a)return o;let u=a[0],i=(0,c.getSegmentValue)(u);return!i||i.startsWith(s.PAGE_SEGMENT_KEY)?o:(o.push(i),e(a,r,!1,o))}(t.parentTree,e):null}function g(e="children"){p?.("useSelectedLayoutSegment()");let t=h(e);if(!t||0===t.length)return null;let r="children"===e?t[0]:t[t.length-1];return r===s.DEFAULT_SEGMENT_KEY?null:r}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,61915,(e,t,r)=>{"use strict";var n=e.r(25643),u={stream:!0};function o(t){var r=e.r(t);return"function"!=typeof r.then||"fulfilled"===r.status?null:(r.then(function(e){r.status="fulfilled",r.value=e},function(e){r.status="rejected",r.reason=e}),r)}var a=new WeakSet,l=new WeakSet;function i(){}function s(t){for(var r=t[1],n=[],u=0;u<r.length;u++){var s=e.L(r[u]);if(l.has(s)||n.push(s),!a.has(s)){var c=l.add.bind(l,s);s.then(c,i),a.add(s)}}return 4===t.length?0===n.length?o(t[0]):Promise.all(n).then(function(){return o(t[0])}):0<n.length?Promise.all(n):null}function c(t){var r=e.r(t[0]);if(4===t.length&&"function"==typeof r.then)if("fulfilled"===r.status)r=r.value;else throw r.reason;return"*"===t[2]?r:""===t[2]?r.__esModule?r.default:r:r[t[2]]}var f=n.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,d=Symbol.for("react.transitional.element"),p=Symbol.for("react.lazy"),h=Symbol.iterator,v=Symbol.asyncIterator,_=Array.isArray,b=Object.getPrototypeOf,y=Object.prototype,g=new WeakMap;function m(e,t,r){g.has(e)||g.set(e,{id:t,originalBind:e.bind,bound:r})}function E(e,t,r){this.status=e,this.value=t,this.reason=r}function R(e){switch(e.status){case"resolved_model":U(e);break;case"resolved_module":C(e)}switch(e.status){case"fulfilled":return e.value;case"pending":case"blocked":case"halted":throw e;default:throw e.reason}}function O(e,t){for(var r=0;r<e.length;r++){var n=e[r];"function"==typeof n?n(t):F(n,t)}}function S(e,t){for(var r=0;r<e.length;r++){var n=e[r];"function"==typeof n?n(t):L(n,t)}}function w(e,t){var r=t.handler.chunk;if(null===r)return null;if(r===e)return t.handler;if(null!==(t=r.value))for(r=0;r<t.length;r++){var n=t[r];if("function"!=typeof n&&null!==(n=w(e,n)))return n}return null}function T(e,t,r){switch(e.status){case"fulfilled":O(t,e.value);break;case"blocked":for(var n=0;n<t.length;n++){var u=t[n];if("function"!=typeof u){var o=w(e,u);null!==o&&(F(u,o.value),t.splice(n,1),n--,null!==r&&-1!==(u=r.indexOf(u))&&r.splice(u,1))}}case"pending":if(e.value)for(n=0;n<t.length;n++)e.value.push(t[n]);else e.value=t;if(e.reason){if(r)for(t=0;t<r.length;t++)e.reason.push(r[t])}else e.reason=r;break;case"rejected":r&&S(r,e.reason)}}function P(e,t,r){"pending"!==t.status&&"blocked"!==t.status?t.reason.error(r):(e=t.reason,t.status="rejected",t.reason=r,null!==e&&S(e,r))}function j(e,t,r){return new E("resolved_model",(r?'{"done":true,"value":':'{"done":false,"value":')+t+"}",e)}function A(e,t,r,n){M(e,t,(n?'{"done":true,"value":':'{"done":false,"value":')+r+"}")}function M(e,t,r){if("pending"!==t.status)t.reason.enqueueModel(r);else{var n=t.value,u=t.reason;t.status="resolved_model",t.value=r,t.reason=e,null!==n&&(U(t),T(t,n,u))}}function N(e,t,r){if("pending"===t.status||"blocked"===t.status){e=t.value;var n=t.reason;t.status="resolved_module",t.value=r,null!==e&&(C(t),T(t,e,n))}}E.prototype=Object.create(Promise.prototype),E.prototype.then=function(e,t){switch(this.status){case"resolved_model":U(this);break;case"resolved_module":C(this)}switch(this.status){case"fulfilled":"function"==typeof e&&e(this.value);break;case"pending":case"blocked":"function"==typeof e&&(null===this.value&&(this.value=[]),this.value.push(e)),"function"==typeof t&&(null===this.reason&&(this.reason=[]),this.reason.push(t));break;case"halted":break;default:"function"==typeof t&&t(this.reason)}};var k=null;function U(e){var t=k;k=null;var r=e.value,n=e.reason;e.status="blocked",e.value=null,e.reason=null;try{var u=JSON.parse(r,n._fromJSON),o=e.value;if(null!==o)for(e.value=null,e.reason=null,r=0;r<o.length;r++){var a=o[r];"function"==typeof a?a(u):F(a,u,e)}if(null!==k){if(k.errored)throw k.reason;if(0<k.deps){k.value=u,k.chunk=e;return}}e.status="fulfilled",e.value=u}catch(t){e.status="rejected",e.reason=t}finally{k=t}}function C(e){try{var t=c(e.value);e.status="fulfilled",e.value=t}catch(t){e.status="rejected",e.reason=t}}function I(e,t){e._closed=!0,e._closedReason=t,e._chunks.forEach(function(r){"pending"===r.status&&P(e,r,t)})}function $(e){return{$$typeof:p,_payload:e,_init:R}}function D(e,t){var r=e._chunks,n=r.get(t);return n||(n=e._closed?new E("rejected",null,e._closedReason):new E("pending",null,null),r.set(t,n)),n}function F(e,t){for(var r=e.response,n=e.handler,u=e.parentObject,o=e.key,a=e.map,l=e.path,i=1;i<l.length;i++){for(;"object"==typeof t&&null!==t&&t.$$typeof===p;)if((t=t._payload)===n.chunk)t=n.value;else{switch(t.status){case"resolved_model":U(t);break;case"resolved_module":C(t)}switch(t.status){case"fulfilled":t=t.value;continue;case"blocked":var s=w(t,e);if(null!==s){t=s.value;continue}case"pending":l.splice(0,i-1),null===t.value?t.value=[e]:t.value.push(e),null===t.reason?t.reason=[e]:t.reason.push(e);return;case"halted":return;default:L(e,t.reason);return}}t=t[l[i]]}for(;"object"==typeof t&&null!==t&&t.$$typeof===p;)if((e=t._payload)===n.chunk)t=n.value;else{switch(e.status){case"resolved_model":U(e);break;case"resolved_module":C(e)}if("fulfilled"===e.status){t=e.value;continue}break}r=a(r,t,u,o),u[o]=r,""===o&&null===n.value&&(n.value=r),u[0]===d&&"object"==typeof n.value&&null!==n.value&&n.value.$$typeof===d&&(u=n.value,"3"===o)&&(u.props=r),n.deps--,0===n.deps&&null!==(o=n.chunk)&&"blocked"===o.status&&(u=o.value,o.status="fulfilled",o.value=n.value,o.reason=n.reason,null!==u&&O(u,n.value))}function L(e,t){var r=e.handler;e=e.response,r.errored||(r.errored=!0,r.value=null,r.reason=t,null!==(r=r.chunk)&&"blocked"===r.status&&P(e,r,t))}function x(e,t,r,n,u,o){if(k){var a=k;a.deps++}else a=k={parent:null,chunk:null,value:null,reason:null,deps:1,errored:!1};return t={response:n,handler:a,parentObject:t,key:r,map:u,path:o},null===e.value?e.value=[t]:e.value.push(t),null===e.reason?e.reason=[t]:e.reason.push(t),null}function B(e,t,r,n){if(!e._serverReferenceConfig)return function(e,t){function r(){var e=Array.prototype.slice.call(arguments);return u?"fulfilled"===u.status?t(n,u.value.concat(e)):Promise.resolve(u).then(function(r){return t(n,r.concat(e))}):t(n,e)}var n=e.id,u=e.bound;return m(r,n,u),r}(t,e._callServer);var u=function(e,t){var r="",n=e[t];if(n)r=n.name;else{var u=t.lastIndexOf("#");if(-1!==u&&(r=t.slice(u+1),n=e[t.slice(0,u)]),!n)throw Error('Could not find the module "'+t+'" in the React Server Manifest. This is probably a bug in the React Server Components bundler.')}return n.async?[n.id,n.chunks,r,1]:[n.id,n.chunks,r]}(e._serverReferenceConfig,t.id),o=s(u);if(o)t.bound&&(o=Promise.all([o,t.bound]));else{if(!t.bound)return m(o=c(u),t.id,t.bound),o;o=Promise.resolve(t.bound)}if(k){var a=k;a.deps++}else a=k={parent:null,chunk:null,value:null,reason:null,deps:1,errored:!1};return o.then(function(){var e=c(u);if(t.bound){var o=t.bound.value.slice(0);o.unshift(null),e=e.bind.apply(e,o)}m(e,t.id,t.bound),r[n]=e,""===n&&null===a.value&&(a.value=e),r[0]===d&&"object"==typeof a.value&&null!==a.value&&a.value.$$typeof===d&&(o=a.value,"3"===n)&&(o.props=e),a.deps--,0===a.deps&&null!==(e=a.chunk)&&"blocked"===e.status&&(o=e.value,e.status="fulfilled",e.value=a.value,null!==o&&O(o,a.value))},function(t){if(!a.errored){a.errored=!0,a.value=null,a.reason=t;var r=a.chunk;null!==r&&"blocked"===r.status&&P(e,r,t)}}),null}function H(e,t,r,n,u){var o=parseInt((t=t.split(":"))[0],16);switch((o=D(e,o)).status){case"resolved_model":U(o);break;case"resolved_module":C(o)}switch(o.status){case"fulfilled":o=o.value;for(var a=1;a<t.length;a++){for(;"object"==typeof o&&null!==o&&o.$$typeof===p;){switch((o=o._payload).status){case"resolved_model":U(o);break;case"resolved_module":C(o)}switch(o.status){case"fulfilled":o=o.value;break;case"blocked":case"pending":return x(o,r,n,e,u,t.slice(a-1));case"halted":return k?(e=k,e.deps++):k={parent:null,chunk:null,value:null,reason:null,deps:1,errored:!1},null;default:return k?(k.errored=!0,k.value=null,k.reason=o.reason):k={parent:null,chunk:null,value:null,reason:o.reason,deps:0,errored:!0},null}}o=o[t[a]]}for(;"object"==typeof o&&null!==o&&o.$$typeof===p;){switch((t=o._payload).status){case"resolved_model":U(t);break;case"resolved_module":C(t)}if("fulfilled"===t.status){o=t.value;continue}break}return u(e,o,r,n);case"pending":case"blocked":return x(o,r,n,e,u,t);case"halted":return k?(e=k,e.deps++):k={parent:null,chunk:null,value:null,reason:null,deps:1,errored:!1},null;default:return k?(k.errored=!0,k.value=null,k.reason=o.reason):k={parent:null,chunk:null,value:null,reason:o.reason,deps:0,errored:!0},null}}function Y(e,t){return new Map(t)}function G(e,t){return new Set(t)}function X(e,t){return new Blob(t.slice(1),{type:t[0]})}function W(e,t){e=new FormData;for(var r=0;r<t.length;r++)e.append(t[r][0],t[r][1]);return e}function K(e,t){return t[Symbol.iterator]()}function q(e,t){return t}function J(){throw Error('Trying to call a function from "use server" but the callServer option was not implemented in your router runtime.')}function V(e,t,r,n,u,o,a){var l,i=new Map;this._bundlerConfig=e,this._serverReferenceConfig=t,this._moduleLoading=r,this._callServer=void 0!==n?n:J,this._encodeFormAction=u,this._nonce=o,this._chunks=i,this._stringDecoder=new TextDecoder,this._fromJSON=null,this._closed=!1,this._closedReason=null,this._tempRefs=a,this._fromJSON=(l=this,function(e,t){if("string"==typeof t){var r=l,n=this,u=e,o=t;if("$"===o[0]){if("$"===o)return null!==k&&"0"===u&&(k={parent:k,chunk:null,value:null,reason:null,deps:0,errored:!1}),d;switch(o[1]){case"$":return o.slice(1);case"L":return $(r=D(r,n=parseInt(o.slice(2),16)));case"@":return D(r,n=parseInt(o.slice(2),16));case"S":return Symbol.for(o.slice(2));case"F":return H(r,o=o.slice(2),n,u,B);case"T":if(n="$"+o.slice(2),null==(r=r._tempRefs))throw Error("Missing a temporary reference set but the RSC response returned a temporary reference. Pass a temporaryReference option with the set that was used with the reply.");return r.get(n);case"Q":return H(r,o=o.slice(2),n,u,Y);case"W":return H(r,o=o.slice(2),n,u,G);case"B":return H(r,o=o.slice(2),n,u,X);case"K":return H(r,o=o.slice(2),n,u,W);case"Z":return er();case"i":return H(r,o=o.slice(2),n,u,K);case"I":return 1/0;case"-":return"$-0"===o?-0:-1/0;case"N":return NaN;case"u":return;case"D":return new Date(Date.parse(o.slice(2)));case"n":return BigInt(o.slice(2));default:return H(r,o=o.slice(1),n,u,q)}}return o}if("object"==typeof t&&null!==t){if(t[0]===d){if(e={$$typeof:d,type:t[1],key:t[2],ref:null,props:t[3]},null!==k){if(k=(t=k).parent,t.errored)e=$(e=new E("rejected",null,t.reason));else if(0<t.deps){var a=new E("blocked",null,null);t.value=e,t.chunk=a,e=$(a)}}}else e=t;return e}return t})}function Q(e,t,r){var n=(e=e._chunks).get(t);n&&"pending"!==n.status?n.reason.enqueueValue(r):(r=new E("fulfilled",r,null),e.set(t,r))}function z(e,t,r,n){var u=(e=e._chunks).get(t);u?"pending"===u.status&&(t=u.value,u.status="fulfilled",u.value=r,u.reason=n,null!==t&&O(t,u.value)):(r=new E("fulfilled",r,n),e.set(t,r))}function Z(e,t,r){var n=null;r=new ReadableStream({type:r,start:function(e){n=e}});var u=null;z(e,t,r,{enqueueValue:function(e){null===u?n.enqueue(e):u.then(function(){n.enqueue(e)})},enqueueModel:function(t){if(null===u){var r=new E("resolved_model",t,e);U(r),"fulfilled"===r.status?n.enqueue(r.value):(r.then(function(e){return n.enqueue(e)},function(e){return n.error(e)}),u=r)}else{r=u;var o=new E("pending",null,null);o.then(function(e){return n.enqueue(e)},function(e){return n.error(e)}),u=o,r.then(function(){u===o&&(u=null),M(e,o,t)})}},close:function(){if(null===u)n.close();else{var e=u;u=null,e.then(function(){return n.close()})}},error:function(e){if(null===u)n.error(e);else{var t=u;u=null,t.then(function(){return n.error(e)})}}})}function ee(){return this}function et(e,t,r){var n=[],u=!1,o=0,a={};a[v]=function(){var e,t=0;return(e={next:e=function(e){if(void 0!==e)throw Error("Values cannot be passed to next() of AsyncIterables passed to Client Components.");if(t===n.length){if(u)return new E("fulfilled",{done:!0,value:void 0},null);n[t]=new E("pending",null,null)}return n[t++]}})[v]=ee,e},z(e,t,r?a[v]():a,{enqueueValue:function(e){if(o===n.length)n[o]=new E("fulfilled",{done:!1,value:e},null);else{var t=n[o],r=t.value,u=t.reason;t.status="fulfilled",t.value={done:!1,value:e},null!==r&&T(t,r,u)}o++},enqueueModel:function(t){o===n.length?n[o]=j(e,t,!1):A(e,n[o],t,!1),o++},close:function(t){for(u=!0,o===n.length?n[o]=j(e,t,!0):A(e,n[o],t,!0),o++;o<n.length;)A(e,n[o++],'"$undefined"',!0)},error:function(t){for(u=!0,o===n.length&&(n[o]=new E("pending",null,null));o<n.length;)P(e,n[o++],t)}})}function er(){var e=Error("An error occurred in the Server Components render. The specific message is omitted in production builds to avoid leaking sensitive details. A digest property is included on this error instance which may provide additional details about the nature of the error.");return e.stack="Error: "+e.message,e}function en(e,t){for(var r=e.length,n=t.length,u=0;u<r;u++)n+=e[u].byteLength;n=new Uint8Array(n);for(var o=u=0;o<r;o++){var a=e[o];n.set(a,u),u+=a.byteLength}return n.set(t,u),n}function eu(e,t,r,n,u,o){Q(e,t,u=new u((r=0===r.length&&0==n.byteOffset%o?n:en(r,n)).buffer,r.byteOffset,r.byteLength/o))}function eo(e){I(e,Error("Connection closed."))}function ea(e){return new V(null,null,null,e&&e.callServer?e.callServer:void 0,void 0,void 0,e&&e.temporaryReferences?e.temporaryReferences:void 0)}function el(e,t,r){function n(t){I(e,t)}var o={_rowState:0,_rowID:0,_rowTag:0,_rowLength:0,_buffer:[]},a=t.getReader();a.read().then(function t(l){var i=l.value;if(l.done)return r();var c=0,d=o._rowState;l=o._rowID;for(var p=o._rowTag,h=o._rowLength,v=o._buffer,_=i.length;c<_;){var b=-1;switch(d){case 0:58===(b=i[c++])?d=1:l=l<<4|(96<b?b-87:b-48);continue;case 1:84===(d=i[c])||65===d||79===d||111===d||85===d||83===d||115===d||76===d||108===d||71===d||103===d||77===d||109===d||86===d?(p=d,d=2,c++):64<d&&91>d||35===d||114===d||120===d?(p=d,d=3,c++):(p=0,d=3);continue;case 2:44===(b=i[c++])?d=4:h=h<<4|(96<b?b-87:b-48);continue;case 3:b=i.indexOf(10,c);break;case 4:(b=c+h)>i.length&&(b=-1)}var y=i.byteOffset+c;if(-1<b)(function(e,t,r,n,o,a){switch(n){case 65:Q(e,r,en(o,a).buffer);return;case 79:eu(e,r,o,a,Int8Array,1);return;case 111:Q(e,r,0===o.length?a:en(o,a));return;case 85:eu(e,r,o,a,Uint8ClampedArray,1);return;case 83:eu(e,r,o,a,Int16Array,2);return;case 115:eu(e,r,o,a,Uint16Array,2);return;case 76:eu(e,r,o,a,Int32Array,4);return;case 108:eu(e,r,o,a,Uint32Array,4);return;case 71:eu(e,r,o,a,Float32Array,4);return;case 103:eu(e,r,o,a,Float64Array,8);return;case 77:eu(e,r,o,a,BigInt64Array,8);return;case 109:eu(e,r,o,a,BigUint64Array,8);return;case 86:eu(e,r,o,a,DataView,1);return}t=e._stringDecoder;for(var l="",i=0;i<o.length;i++)l+=t.decode(o[i],u);switch(o=l+=t.decode(a),n){case 73:var c=e,d=r,p=o,h=c._chunks,v=h.get(d);p=JSON.parse(p,c._fromJSON);var _=function(e,t){if(e){var r=e[t[0]];if(e=r&&r[t[2]])r=e.name;else{if(!(e=r&&r["*"]))throw Error('Could not find the module "'+t[0]+'" in the React Server Consumer Manifest. This is probably a bug in the React Server Components bundler.');r=t[2]}return 4===t.length?[e.id,e.chunks,r,1]:[e.id,e.chunks,r]}return t}(c._bundlerConfig,p);if(p=s(_)){if(v){var b=v;b.status="blocked"}else b=new E("blocked",null,null),h.set(d,b);p.then(function(){return N(c,b,_)},function(e){return P(c,b,e)})}else v?N(c,v,_):(v=new E("resolved_module",_,null),h.set(d,v));break;case 72:switch(r=o[0],e=JSON.parse(o=o.slice(1),e._fromJSON),o=f.d,r){case"D":o.D(e);break;case"C":"string"==typeof e?o.C(e):o.C(e[0],e[1]);break;case"L":r=e[0],n=e[1],3===e.length?o.L(r,n,e[2]):o.L(r,n);break;case"m":"string"==typeof e?o.m(e):o.m(e[0],e[1]);break;case"X":"string"==typeof e?o.X(e):o.X(e[0],e[1]);break;case"S":"string"==typeof e?o.S(e):o.S(e[0],0===e[1]?void 0:e[1],3===e.length?e[2]:void 0);break;case"M":"string"==typeof e?o.M(e):o.M(e[0],e[1])}break;case 69:a=(n=e._chunks).get(r),o=JSON.parse(o),(t=er()).digest=o.digest,a?P(e,a,t):(e=new E("rejected",null,t),n.set(r,e));break;case 84:(n=(e=e._chunks).get(r))&&"pending"!==n.status?n.reason.enqueueValue(o):(o=new E("fulfilled",o,null),e.set(r,o));break;case 78:case 68:case 74:case 87:throw Error("Failed to read a RSC payload created by a development version of React on the server while using a production version on the client. Always use matching versions on the server and the client.");case 82:Z(e,r,void 0);break;case 114:Z(e,r,"bytes");break;case 88:et(e,r,!1);break;case 120:et(e,r,!0);break;case 67:(r=e._chunks.get(r))&&"fulfilled"===r.status&&r.reason.close(""===o?'"$undefined"':o);break;default:(a=(n=e._chunks).get(r))?M(e,a,o):(e=new E("resolved_model",o,e),n.set(r,e))}})(e,o,l,p,v,h=new Uint8Array(i.buffer,y,b-c)),c=b,3===d&&c++,h=l=p=d=0,v.length=0;else{i=new Uint8Array(i.buffer,y,i.byteLength-c),v.push(i),h-=i.byteLength;break}}return o._rowState=d,o._rowID=l,o._rowTag=p,o._rowLength=h,a.read().then(t).catch(n)}).catch(n)}r.createFromFetch=function(e,t){var r=ea(t);return e.then(function(e){el(r,e.body,eo.bind(null,r))},function(e){I(r,e)}),D(r,0)},r.createFromReadableStream=function(e,t){return el(t=ea(t),e,eo.bind(null,t)),D(t,0)},r.createServerReference=function(e,t){function r(){var r=Array.prototype.slice.call(arguments);return t(e,r)}return m(r,e,null),r},r.createTemporaryReferenceSet=function(){return new Map},r.encodeReply=function(e,t){return new Promise(function(r,n){var u=function(e,t,r,n,u){function o(e,t){t=new Blob([new Uint8Array(t.buffer,t.byteOffset,t.byteLength)]);var r=i++;return null===c&&(c=new FormData),c.append(""+r,t),"$"+e+r.toString(16)}function a(e,t){if(null===t)return null;if("object"==typeof t){switch(t.$$typeof){case d:if(void 0!==r&&-1===e.indexOf(":")){var E,R,O,S,w,T=f.get(this);if(void 0!==T)return r.set(T+":"+e,t),"$T"}throw Error("React Element cannot be passed to Server Functions from the Client without a temporary reference set. Pass a TemporaryReferenceSet to the options.");case p:T=t._payload;var P=t._init;null===c&&(c=new FormData),s++;try{var j=P(T),A=i++,M=l(j,A);return c.append(""+A,M),"$"+A.toString(16)}catch(e){if("object"==typeof e&&null!==e&&"function"==typeof e.then){s++;var N=i++;return T=function(){try{var e=l(t,N),r=c;r.append(""+N,e),s--,0===s&&n(r)}catch(e){u(e)}},e.then(T,T),"$"+N.toString(16)}return u(e),null}finally{s--}}if("function"==typeof t.then){null===c&&(c=new FormData),s++;var k=i++;return t.then(function(e){try{var t=l(e,k);(e=c).append(""+k,t),s--,0===s&&n(e)}catch(e){u(e)}},u),"$@"+k.toString(16)}if(void 0!==(T=f.get(t)))if(m!==t)return T;else m=null;else -1===e.indexOf(":")&&void 0!==(T=f.get(this))&&(e=T+":"+e,f.set(t,e),void 0!==r&&r.set(e,t));if(_(t))return t;if(t instanceof FormData){null===c&&(c=new FormData);var U=c,C=""+(e=i++)+"_";return t.forEach(function(e,t){U.append(C+t,e)}),"$K"+e.toString(16)}if(t instanceof Map)return e=i++,T=l(Array.from(t),e),null===c&&(c=new FormData),c.append(""+e,T),"$Q"+e.toString(16);if(t instanceof Set)return e=i++,T=l(Array.from(t),e),null===c&&(c=new FormData),c.append(""+e,T),"$W"+e.toString(16);if(t instanceof ArrayBuffer)return e=new Blob([t]),T=i++,null===c&&(c=new FormData),c.append(""+T,e),"$A"+T.toString(16);if(t instanceof Int8Array)return o("O",t);if(t instanceof Uint8Array)return o("o",t);if(t instanceof Uint8ClampedArray)return o("U",t);if(t instanceof Int16Array)return o("S",t);if(t instanceof Uint16Array)return o("s",t);if(t instanceof Int32Array)return o("L",t);if(t instanceof Uint32Array)return o("l",t);if(t instanceof Float32Array)return o("G",t);if(t instanceof Float64Array)return o("g",t);if(t instanceof BigInt64Array)return o("M",t);if(t instanceof BigUint64Array)return o("m",t);if(t instanceof DataView)return o("V",t);if("function"==typeof Blob&&t instanceof Blob)return null===c&&(c=new FormData),e=i++,c.append(""+e,t),"$B"+e.toString(16);if(e=null===(E=t)||"object"!=typeof E?null:"function"==typeof(E=h&&E[h]||E["@@iterator"])?E:null)return(T=e.call(t))===t?(e=i++,T=l(Array.from(T),e),null===c&&(c=new FormData),c.append(""+e,T),"$i"+e.toString(16)):Array.from(T);if("function"==typeof ReadableStream&&t instanceof ReadableStream)return function(e){try{var t,r,o,l,f,d,p,h=e.getReader({mode:"byob"})}catch(l){return t=e.getReader(),null===c&&(c=new FormData),r=c,s++,o=i++,t.read().then(function e(l){if(l.done)r.append(""+o,"C"),0==--s&&n(r);else try{var i=JSON.stringify(l.value,a);r.append(""+o,i),t.read().then(e,u)}catch(e){u(e)}},u),"$R"+o.toString(16)}return l=h,null===c&&(c=new FormData),f=c,s++,d=i++,p=[],l.read(new Uint8Array(1024)).then(function e(t){t.done?(t=i++,f.append(""+t,new Blob(p)),f.append(""+d,'"$o'+t.toString(16)+'"'),f.append(""+d,"C"),0==--s&&n(f)):(p.push(t.value),l.read(new Uint8Array(1024)).then(e,u))},u),"$r"+d.toString(16)}(t);if("function"==typeof(e=t[v]))return R=t,O=e.call(t),null===c&&(c=new FormData),S=c,s++,w=i++,R=R===O,O.next().then(function e(t){if(t.done){if(void 0===t.value)S.append(""+w,"C");else try{var r=JSON.stringify(t.value,a);S.append(""+w,"C"+r)}catch(e){u(e);return}0==--s&&n(S)}else try{var o=JSON.stringify(t.value,a);S.append(""+w,o),O.next().then(e,u)}catch(e){u(e)}},u),"$"+(R?"x":"X")+w.toString(16);if((e=b(t))!==y&&(null===e||null!==b(e))){if(void 0===r)throw Error("Only plain objects, and a few built-ins, can be passed to Server Functions. Classes or null prototypes are not supported.");return"$T"}return t}if("string"==typeof t)return"Z"===t[t.length-1]&&this[e]instanceof Date?"$D"+t:e="$"===t[0]?"$"+t:t;if("boolean"==typeof t)return t;if("number"==typeof t)return Number.isFinite(t)?0===t&&-1/0==1/t?"$-0":t:1/0===t?"$Infinity":-1/0===t?"$-Infinity":"$NaN";if(void 0===t)return"$undefined";if("function"==typeof t){if(void 0!==(T=g.get(t)))return e=JSON.stringify({id:T.id,bound:T.bound},a),null===c&&(c=new FormData),T=i++,c.set(""+T,e),"$F"+T.toString(16);if(void 0!==r&&-1===e.indexOf(":")&&void 0!==(T=f.get(this)))return r.set(T+":"+e,t),"$T";throw Error("Client Functions cannot be passed directly to Server Functions. Only Functions passed from the Server can be passed back again.")}if("symbol"==typeof t){if(void 0!==r&&-1===e.indexOf(":")&&void 0!==(T=f.get(this)))return r.set(T+":"+e,t),"$T";throw Error("Symbols cannot be passed to a Server Function without a temporary reference set. Pass a TemporaryReferenceSet to the options.")}if("bigint"==typeof t)return"$n"+t.toString(10);throw Error("Type "+typeof t+" is not supported as an argument to a Server Function.")}function l(e,t){return"object"==typeof e&&null!==e&&(t="$"+t.toString(16),f.set(e,t),void 0!==r&&r.set(t,e)),m=e,JSON.stringify(e,a)}var i=1,s=0,c=null,f=new WeakMap,m=e,E=l(e,0);return null===c?n(E):(c.set("0",E),0===s&&n(c)),function(){0<s&&(s=0,null===c?n(E):n(c))}}(e,0,t&&t.temporaryReferences?t.temporaryReferences:void 0,r,n);if(t&&t.signal){var o=t.signal;if(o.aborted)u(o.reason);else{var a=function(){u(o.reason),o.removeEventListener("abort",a)};o.addEventListener("abort",a)}}})},r.registerServerReference=function(e,t){return m(e,t,null),e}},48483,(e,t,r)=>{"use strict";t.exports=e.r(61915)},66376,(e,t,r)=>{"use strict";t.exports=e.r(48483)},44621,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"useUntrackedPathname",{enumerable:!0,get:function(){return o}});let n=e.r(80397),u=e.r(90132);function o(){return!function(){if("undefined"==typeof window){let{workUnitAsyncStorage:t}=e.r(16730),r=t.getStore();if(!r)return!1;switch(r.type){case"prerender":case"prerender-client":case"prerender-ppr":let n=r.fallbackRouteParams;return!!n&&n.size>0}}return!1}()?(0,n.useContext)(u.PathnameContext):null}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},82736,(e,t,r)=>{"use strict";function n(e,t=!0){return e.pathname+e.search+(t?e.hash:"")}Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"createHrefFromUrl",{enumerable:!0,get:function(){return n}}),("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},51585,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={handleHardNavError:function(){return a},useNavFailureHandler:function(){return l}};for(var u in n)Object.defineProperty(r,u,{enumerable:!0,get:n[u]});e.r(80397);let o=e.r(82736);function a(e){return!!e&&"undefined"!=typeof window&&!!window.next.__pendingUrl&&(0,o.createHrefFromUrl)(new URL(window.location.href))!==(0,o.createHrefFromUrl)(window.next.__pendingUrl)&&(console.error("Error occurred during navigation, falling back to hard navigation",e),window.location.href=window.next.__pendingUrl.toString(),!0)}function l(){}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},24556,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"HTML_LIMITED_BOT_UA_RE",{enumerable:!0,get:function(){return n}});let n=/[\w-]+-Google|Google-[\w-]+|Chrome-Lighthouse|Slurp|DuckDuckBot|baiduspider|yandex|sogou|bitlybot|tumblr|vkShare|quora link preview|redditbot|ia_archiver|Bingbot|BingPreview|applebot|facebookexternalhit|facebookcatalog|Twitterbot|LinkedInBot|Slackbot|Discordbot|WhatsApp|SkypeUriPreview|Yeti|googleweblight/i},40442,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={HTML_LIMITED_BOT_UA_RE:function(){return o.HTML_LIMITED_BOT_UA_RE},HTML_LIMITED_BOT_UA_RE_STRING:function(){return l},getBotType:function(){return c},isBot:function(){return s}};for(var u in n)Object.defineProperty(r,u,{enumerable:!0,get:n[u]});let o=e.r(24556),a=/Googlebot(?!-)|Googlebot$/i,l=o.HTML_LIMITED_BOT_UA_RE.source;function i(e){return o.HTML_LIMITED_BOT_UA_RE.test(e)}function s(e){return a.test(e)||i(e)}function c(e){return a.test(e)?"dom":i(e)?"html":void 0}},33508,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={ErrorBoundary:function(){return h},ErrorBoundaryHandler:function(){return p}};for(var u in n)Object.defineProperty(r,u,{enumerable:!0,get:n[u]});let o=e.r(81258),a=e.r(17944),l=o._(e.r(80397)),i=e.r(44621),s=e.r(44365);e.r(51585);let c=e.r(26975),f=e.r(40442),d="undefined"!=typeof window&&(0,f.isBot)(window.navigator.userAgent);class p extends l.default.Component{constructor(e){super(e),this.reset=()=>{this.setState({error:null})},this.state={error:null,previousPathname:this.props.pathname}}static getDerivedStateFromError(e){if((0,s.isNextRouterError)(e))throw e;return{error:e}}static getDerivedStateFromProps(e,t){let{error:r}=t;return e.pathname!==t.previousPathname&&t.error?{error:null,previousPathname:e.pathname}:{error:t.error,previousPathname:e.pathname}}render(){return this.state.error&&!d?(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(c.HandleISRError,{error:this.state.error}),this.props.errorStyles,this.props.errorScripts,(0,a.jsx)(this.props.errorComponent,{error:this.state.error,reset:this.reset})]}):this.props.children}}function h({errorComponent:e,errorStyles:t,errorScripts:r,children:n}){let u=(0,i.useUntrackedPathname)();return e?(0,a.jsx)(p,{pathname:u,errorComponent:e,errorStyles:t,errorScripts:r,children:n}):(0,a.jsx)(a.Fragment,{children:n})}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},97131,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n,u,o={ACTION_HMR_REFRESH:function(){return d},ACTION_NAVIGATE:function(){return i},ACTION_PREFETCH:function(){return f},ACTION_REFRESH:function(){return l},ACTION_RESTORE:function(){return s},ACTION_SERVER_ACTION:function(){return p},ACTION_SERVER_PATCH:function(){return c},PrefetchCacheEntryStatus:function(){return v},PrefetchKind:function(){return h}};for(var a in o)Object.defineProperty(r,a,{enumerable:!0,get:o[a]});let l="refresh",i="navigate",s="restore",c="server-patch",f="prefetch",d="hmr-refresh",p="server-action";var h=((n={}).AUTO="auto",n.FULL="full",n.TEMPORARY="temporary",n),v=((u={}).fresh="fresh",u.reusable="reusable",u.expired="expired",u.stale="stale",u);("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},78013,(e,t,r)=>{"use strict";function n(e){return null!==e&&"object"==typeof e&&"then"in e&&"function"==typeof e.then}Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"isThenable",{enumerable:!0,get:function(){return n}})},46542,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={dispatchAppRouterAction:function(){return i},useActionQueue:function(){return s}};for(var u in n)Object.defineProperty(r,u,{enumerable:!0,get:n[u]});let o=e.r(44066)._(e.r(80397)),a=e.r(78013),l=null;function i(e){if(null===l)throw Object.defineProperty(Error("Internal Next.js error: Router action dispatched before initialization."),"__NEXT_ERROR_CODE",{value:"E668",enumerable:!1,configurable:!0});l(e)}function s(e){let[t,r]=o.default.useState(e.state);l=t=>e.dispatch(t,r);let n=(0,o.useMemo)(()=>{if((0,a.isThenable)(t)){let e=[],r=Promise.resolve(t).then(t=>(null!==t.debugInfo&&e.push(...t.debugInfo),t));return r._debugInfo=e,r}return t},[t]);return(0,a.isThenable)(n)?(0,o.use)(n):n}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},77078,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"callServer",{enumerable:!0,get:function(){return a}});let n=e.r(80397),u=e.r(97131),o=e.r(46542);async function a(e,t){return new Promise((r,a)=>{(0,n.startTransition)(()=>{(0,o.dispatchAppRouterAction)({type:u.ACTION_SERVER_ACTION,actionId:e,actionArgs:t,resolve:r,reject:a})})})}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},79327,(e,t,r)=>{"use strict";let n;Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"findSourceMapURL",{enumerable:!0,get:function(){return n}});("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},63152,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={getFlightDataPartsFromPath:function(){return a},getNextFlightSegmentPath:function(){return l},normalizeFlightData:function(){return i},prepareFlightRouterStateForRequest:function(){return s}};for(var u in n)Object.defineProperty(r,u,{enumerable:!0,get:n[u]});let o=e.r(36726);function a(e){let[t,r,n,u]=e.slice(-4),o=e.slice(0,-4);return{pathToSegment:o.slice(0,-1),segmentPath:o,segment:o[o.length-1]??"",tree:t,seedData:r,head:n,isHeadPartial:u,isRootRender:4===e.length}}function l(e){return e.slice(2)}function i(e){return"string"==typeof e?e:e.map(e=>a(e))}function s(e,t){return t?encodeURIComponent(JSON.stringify(e)):encodeURIComponent(JSON.stringify(function e(t){var r,n;let[u,a,l,i,s,c]=t,f="string"==typeof(r=u)&&r.startsWith(o.PAGE_SEGMENT_KEY+"?")?o.PAGE_SEGMENT_KEY:r,d={};for(let[t,r]of Object.entries(a))d[t]=e(r);let p=[f,d,null,(n=i)&&"refresh"!==n?i:null];return void 0!==s&&(p[4]=s),void 0!==c&&(p[5]=c),p}(e)))}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},63615,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={getAppBuildId:function(){return l},setAppBuildId:function(){return a}};for(var u in n)Object.defineProperty(r,u,{enumerable:!0,get:n[u]});let o="";function a(e){o=e}function l(){return o}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},46610,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={djb2Hash:function(){return o},hexHash:function(){return a}};for(var u in n)Object.defineProperty(r,u,{enumerable:!0,get:n[u]});function o(e){let t=5381;for(let r=0;r<e.length;r++)t=(t<<5)+t+e.charCodeAt(r)|0;return t>>>0}function a(e){return o(e).toString(36).slice(0,5)}},77039,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"computeCacheBustingSearchParam",{enumerable:!0,get:function(){return u}});let n=e.r(46610);function u(e,t,r,u){return(void 0===e||"0"===e)&&void 0===t&&void 0===r&&void 0===u?"":(0,n.hexHash)([e||"0",t||"0",r||"0",u||"0"].join(","))}},37315,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={setCacheBustingSearchParam:function(){return l},setCacheBustingSearchParamWithHash:function(){return i}};for(var u in n)Object.defineProperty(r,u,{enumerable:!0,get:n[u]});let o=e.r(77039),a=e.r(59083),l=(e,t)=>{i(e,(0,o.computeCacheBustingSearchParam)(t[a.NEXT_ROUTER_PREFETCH_HEADER],t[a.NEXT_ROUTER_SEGMENT_PREFETCH_HEADER],t[a.NEXT_ROUTER_STATE_TREE_HEADER],t[a.NEXT_URL]))},i=(e,t)=>{let r=e.search,n=(r.startsWith("?")?r.slice(1):r).split("&").filter(e=>e&&!e.startsWith(`${a.NEXT_RSC_UNION_QUERY}=`));t.length>0?n.push(`${a.NEXT_RSC_UNION_QUERY}=${t}`):n.push(`${a.NEXT_RSC_UNION_QUERY}`),e.search=n.length?`?${n.join("&")}`:""};("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},56597,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={ROOT_SEGMENT_CACHE_KEY:function(){return l},ROOT_SEGMENT_REQUEST_KEY:function(){return a},appendSegmentCacheKeyPart:function(){return f},appendSegmentRequestKeyPart:function(){return s},convertSegmentPathToStaticExportFilename:function(){return h},createSegmentCacheKeyPart:function(){return c},createSegmentRequestKeyPart:function(){return i}};for(var u in n)Object.defineProperty(r,u,{enumerable:!0,get:n[u]});let o=e.r(36726),a="",l="";function i(e){if("string"==typeof e)return e.startsWith(o.PAGE_SEGMENT_KEY)?o.PAGE_SEGMENT_KEY:"/_not-found"===e?"_not-found":p(e);let t=e[0];return"$"+e[2]+"$"+p(t)}function s(e,t,r){return e+"/"+("children"===t?r:`@${p(t)}/${r}`)}function c(e,t){return"string"==typeof t?e:e+"$"+p(t[1])}function f(e,t,r){return e+"/"+("children"===t?r:`@${p(t)}/${r}`)}let d=/^[a-zA-Z0-9\-_@]+$/;function p(e){return d.test(e)?e:"!"+btoa(e).replace(/\+/g,"-").replace(/\//g,"_").replace(/=+$/,"")}function h(e){return`__next${e.replace(/\//g,".")}.txt`}},84123,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={doesStaticSegmentAppearInURL:function(){return f},getCacheKeyForDynamicParam:function(){return d},getParamValueFromCacheKey:function(){return h},getRenderedPathname:function(){return s},getRenderedSearch:function(){return i},parseDynamicParamFromURLPart:function(){return c},urlToUrlWithoutFlightMarker:function(){return p}};for(var u in n)Object.defineProperty(r,u,{enumerable:!0,get:n[u]});let o=e.r(36726),a=e.r(56597),l=e.r(59083);function i(e){let t=e.headers.get(l.NEXT_REWRITTEN_QUERY_HEADER);return null!==t?""===t?"":"?"+t:p(new URL(e.url)).search}function s(e){return e.headers.get(l.NEXT_REWRITTEN_PATH_HEADER)??p(new URL(e.url)).pathname}function c(e,t,r){switch(e){case"c":case"ci":return r<t.length?t.slice(r).map(e=>encodeURIComponent(e)):[];case"oc":return r<t.length?t.slice(r).map(e=>encodeURIComponent(e)):null;case"d":case"di":if(r>=t.length)return"";return encodeURIComponent(t[r]);default:return""}}function f(e){return!(e===a.ROOT_SEGMENT_REQUEST_KEY||e.startsWith(o.PAGE_SEGMENT_KEY)||"("===e[0]&&e.endsWith(")"))&&e!==o.DEFAULT_SEGMENT_KEY&&"/_not-found"!==e}function d(e,t){return"string"==typeof e?(0,o.addSearchParamsIfPageSegment)(e,Object.fromEntries(new URLSearchParams(t))):null===e?"":e.join("/")}function p(e){let t=new URL(e);return t.searchParams.delete(l.NEXT_RSC_UNION_QUERY),t}function h(e,t){return"c"===t||"oc"===t?e.split("/"):e}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},1398,(e,t,r)=>{"use strict";let n;Object.defineProperty(r,"__esModule",{value:!0});var u={createFetch:function(){return m},createFromNextReadableStream:function(){return E},fetchServerResponse:function(){return g}};for(var o in u)Object.defineProperty(r,o,{enumerable:!0,get:u[o]});let a=e.r(66376),l=e.r(59083),i=e.r(77078),s=e.r(79327),c=e.r(97131),f=e.r(63152),d=e.r(63615),p=e.r(37315),h=e.r(84123),v=a.createFromReadableStream,_=a.createFromFetch;function b(e){return{flightData:(0,h.urlToUrlWithoutFlightMarker)(new URL(e,location.origin)).toString(),canonicalUrl:void 0,couldBeIntercepted:!1,prerendered:!1,postponed:!1,staleTime:-1,debugInfo:null}}let y=new AbortController;async function g(e,t){let{flightRouterState:r,nextUrl:n,prefetchKind:u}=t,o={[l.RSC_HEADER]:"1",[l.NEXT_ROUTER_STATE_TREE_HEADER]:(0,f.prepareFlightRouterStateForRequest)(r,t.isHmrRefresh)};u===c.PrefetchKind.AUTO&&(o[l.NEXT_ROUTER_PREFETCH_HEADER]="1"),n&&(o[l.NEXT_URL]=n);try{let t=u?u===c.PrefetchKind.TEMPORARY?"high":"low":"auto",r=await m(e,o,t,!0,y.signal),n=(0,h.urlToUrlWithoutFlightMarker)(new URL(r.url)),a=r.redirected?n:void 0,i=r.headers.get("content-type")||"",s=!!r.headers.get("vary")?.includes(l.NEXT_URL),p=!!r.headers.get(l.NEXT_DID_POSTPONE_HEADER),v=r.headers.get(l.NEXT_ROUTER_STALE_TIME_HEADER),_=null!==v?1e3*parseInt(v,10):-1;if(!i.startsWith(l.RSC_CONTENT_TYPE_HEADER)||!r.ok||!r.body)return e.hash&&(n.hash=e.hash),b(n.toString());let g=r.flightResponse;if(null===g){let e,t=p?(e=r.body.getReader(),new ReadableStream({async pull(t){for(;;){let{done:r,value:n}=await e.read();if(!r){t.enqueue(n);continue}return}}})):r.body;g=E(t,o)}let R=await g;if((0,d.getAppBuildId)()!==R.b)return b(r.url);return{flightData:(0,f.normalizeFlightData)(R.f),canonicalUrl:a,couldBeIntercepted:s,prerendered:R.S,postponed:p,staleTime:_,debugInfo:g._debugInfo??null}}catch(t){return y.signal.aborted||console.error(`Failed to fetch RSC payload for ${e}. Falling back to browser navigation.`,t),{flightData:e.toString(),canonicalUrl:void 0,couldBeIntercepted:!1,prerendered:!1,postponed:!1,staleTime:-1,debugInfo:null}}}async function m(e,t,r,n,u){let o={credentials:"same-origin",headers:t,priority:r||void 0,signal:u},a=new URL(e);(0,p.setCacheBustingSearchParam)(a,t);let i=fetch(a,o),s=n?R(i,t):null,c=await i,f=c.redirected;for(let e=0;e<20&&c.redirected;e++){let e=new URL(c.url,a);if(e.origin!==a.origin||e.searchParams.get(l.NEXT_RSC_UNION_QUERY)===a.searchParams.get(l.NEXT_RSC_UNION_QUERY))break;a=new URL(e),(0,p.setCacheBustingSearchParam)(a,t),i=fetch(a,o),s=n?R(i,t):null,c=await i,f=!0}let d=new URL(c.url,a);return d.searchParams.delete(l.NEXT_RSC_UNION_QUERY),{url:d.href,redirected:f,ok:c.ok,headers:c.headers,body:c.body,status:c.status,flightResponse:s}}function E(e,t){return v(e,{callServer:i.callServer,findSourceMapURL:s.findSourceMapURL,debugChannel:n&&n(t)})}function R(e,t){return _(e,{callServer:i.callServer,findSourceMapURL:s.findSourceMapURL,debugChannel:n&&n(t)})}"undefined"!=typeof window&&(window.addEventListener("pagehide",()=>{y.abort()}),window.addEventListener("pageshow",()=>{y=new AbortController})),("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},31348,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"createRouterCacheKey",{enumerable:!0,get:function(){return u}});let n=e.r(36726);function u(e,t=!1){return Array.isArray(e)?`${e[0]}|${e[1]}|${e[2]}`:t&&e.startsWith(n.PAGE_SEGMENT_KEY)?n.PAGE_SEGMENT_KEY:e}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},87699,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"matchSegment",{enumerable:!0,get:function(){return n}});let n=(e,t)=>"string"==typeof e?"string"==typeof t&&e===t:"string"!=typeof t&&e[0]===t[0]&&e[1]===t[1];("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},20239,(e,t,r)=>{"use strict";function n(e){return e.startsWith("/")?e:`/${e}`}Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"ensureLeadingSlash",{enumerable:!0,get:function(){return n}})},3612,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={normalizeAppPath:function(){return l},normalizeRscURL:function(){return i}};for(var u in n)Object.defineProperty(r,u,{enumerable:!0,get:n[u]});let o=e.r(20239),a=e.r(36726);function l(e){return(0,o.ensureLeadingSlash)(e.split("/").reduce((e,t,r,n)=>!t||(0,a.isGroupSegment)(t)||"@"===t[0]||("page"===t||"route"===t)&&r===n.length-1?e:`${e}/${t}`,""))}function i(e){return e.replace(/\.rsc($|\?)/,"$1")}},56581,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={INTERCEPTION_ROUTE_MARKERS:function(){return a},extractInterceptionRouteInformation:function(){return i},isInterceptionRouteAppPath:function(){return l}};for(var u in n)Object.defineProperty(r,u,{enumerable:!0,get:n[u]});let o=e.r(3612),a=["(..)(..)","(.)","(..)","(...)"];function l(e){return void 0!==e.split("/").find(e=>a.find(t=>e.startsWith(t)))}function i(e){let t,r,n;for(let u of e.split("/"))if(r=a.find(e=>u.startsWith(e))){[t,n]=e.split(r,2);break}if(!t||!r||!n)throw Object.defineProperty(Error(`Invalid interception route: ${e}. Must be in the format /<intercepting route>/(..|...|..)(..)/<intercepted route>`),"__NEXT_ERROR_CODE",{value:"E269",enumerable:!1,configurable:!0});switch(t=(0,o.normalizeAppPath)(t),r){case"(.)":n="/"===t?`/${n}`:t+"/"+n;break;case"(..)":if("/"===t)throw Object.defineProperty(Error(`Invalid interception route: ${e}. Cannot use (..) marker at the root level, use (.) instead.`),"__NEXT_ERROR_CODE",{value:"E207",enumerable:!1,configurable:!0});n=t.split("/").slice(0,-1).concat(n).join("/");break;case"(...)":n="/"+n;break;case"(..)(..)":let u=t.split("/");if(u.length<=2)throw Object.defineProperty(Error(`Invalid interception route: ${e}. Cannot use (..)(..) marker at the root level or one level up.`),"__NEXT_ERROR_CODE",{value:"E486",enumerable:!1,configurable:!0});n=u.slice(0,-2).concat(n).join("/");break;default:throw Object.defineProperty(Error("Invariant: unexpected marker"),"__NEXT_ERROR_CODE",{value:"E112",enumerable:!1,configurable:!0})}return{interceptingRoute:t,interceptedRoute:n}}},53822,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={RedirectBoundary:function(){return p},RedirectErrorBoundary:function(){return d}};for(var u in n)Object.defineProperty(r,u,{enumerable:!0,get:n[u]});let o=e.r(44066),a=e.r(17944),l=o._(e.r(80397)),i=e.r(29525),s=e.r(89013),c=e.r(93212);function f({redirect:e,reset:t,redirectType:r}){let n=(0,i.useRouter)();return(0,l.useEffect)(()=>{l.default.startTransition(()=>{r===c.RedirectType.push?n.push(e,{}):n.replace(e,{}),t()})},[e,r,t,n]),null}class d extends l.default.Component{constructor(e){super(e),this.state={redirect:null,redirectType:null}}static getDerivedStateFromError(e){if((0,c.isRedirectError)(e))return{redirect:(0,s.getURLFromRedirectError)(e),redirectType:(0,s.getRedirectTypeFromError)(e)};throw e}render(){let{redirect:e,redirectType:t}=this.state;return null!==e&&null!==t?(0,a.jsx)(f,{redirect:e,redirectType:t,reset:()=>this.setState({redirect:null})}):this.props.children}}function p({children:e}){let t=(0,i.useRouter)();return(0,a.jsx)(d,{router:t,children:e})}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},93372,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"unresolvedThenable",{enumerable:!0,get:function(){return n}});let n={then:()=>{}};("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},75140,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={MetadataBoundary:function(){return l},OutletBoundary:function(){return s},RootLayoutBoundary:function(){return c},ViewportBoundary:function(){return i}};for(var u in n)Object.defineProperty(r,u,{enumerable:!0,get:n[u]});let o=e.r(9466),a={[o.METADATA_BOUNDARY_NAME]:function({children:e}){return e},[o.VIEWPORT_BOUNDARY_NAME]:function({children:e}){return e},[o.OUTLET_BOUNDARY_NAME]:function({children:e}){return e},[o.ROOT_LAYOUT_BOUNDARY_NAME]:function({children:e}){return e}},l=a[o.METADATA_BOUNDARY_NAME.slice(0)],i=a[o.VIEWPORT_BOUNDARY_NAME.slice(0)],s=a[o.OUTLET_BOUNDARY_NAME.slice(0)],c=a[o.ROOT_LAYOUT_BOUNDARY_NAME.slice(0)]},60734,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"hasInterceptionRouteInCurrentTree",{enumerable:!0,get:function(){return function e([t,r]){if(Array.isArray(t)&&("di"===t[2]||"ci"===t[2])||"string"==typeof t&&(0,n.isInterceptionRouteAppPath)(t))return!0;if(r){for(let t in r)if(e(r[t]))return!0}return!1}}});let n=e.r(56581);("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-space-y-reverse:0;--tw-border-style:solid;--tw-gradient-position:initial;--tw-gradient-from:#0000;--tw-gradient-via:#0000;--tw-gradient-to:#0000;--tw-gradient-stops:initial;--tw-gradient-via-stops:initial;--tw-gradient-from-position:0%;--tw-gradient-via-position:50%;--tw-gradient-to-position:100%;--tw-leading:initial;--tw-font-weight:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-red-200:#ffcaca;--color-red-500:#fb2c36;--color-red-600:#e40014;--color-red-800:#9f0712;--color-orange-500:#fe6e00;--color-orange-600:#f05100;--color-yellow-200:#fff085;--color-yellow-800:#874b00;--color-green-100:#dcfce7;--color-green-200:#b9f8cf;--color-green-400:#05df72;--color-green-500:#00c758;--color-green-600:#00a544;--color-green-700:#008138;--color-green-800:#016630;--color-blue-100:#dbeafe;--color-blue-200:#bedbff;--color-blue-300:#90c5ff;--color-blue-400:#54a2ff;--color-blue-500:#3080ff;--color-blue-600:#155dfc;--color-blue-700:#1447e6;--color-blue-800:#193cb8;--color-blue-900:#1c398e;--color-purple-100:#f3e8ff;--color-purple-200:#e9d5ff;--color-purple-300:#d9b3ff;--color-purple-600:#9810fa;--color-purple-700:#8200da;--color-purple-800:#6e11b0;--color-gray-50:#f9fafb;--color-gray-100:#f3f4f6;--color-gray-200:#e5e7eb;--color-gray-400:#99a1af;--color-gray-500:#6a7282;--color-gray-600:#4a5565;--color-gray-700:#364153;--color-gray-800:#1e2939;--color-gray-900:#101828;--color-black:#000;--color-white:#fff;--spacing:.25rem;--container-2xl:42rem;--container-7xl:80rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2/1.5);--text-3xl:1.875rem;--text-3xl--line-height:calc(2.25/1.875);--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--leading-relaxed:1.625;--animate-spin:spin 1s linear infinite;--animate-pulse:pulse 2s cubic-bezier(.4,0,.6,1)infinite;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}@supports (color:lab(0% 0 0)){:root,:host{--color-red-200:lab(86.017% 19.8815 7.75869);--color-red-500:lab(55.4814% 75.0732 48.8528);--color-red-600:lab(48.4493% 77.4328 61.5452);--color-red-800:lab(33.7174% 55.8993 41.0293);--color-orange-500:lab(64.272% 57.1788 90.3583);--color-orange-600:lab(57.1026% 64.2584 89.8886);--color-yellow-200:lab(94.3433% -5.00429 52.9663);--color-yellow-800:lab(38.7484% 23.5833 51.4916);--color-green-100:lab(96.1861% -13.8464 6.52365);--color-green-200:lab(92.4222% -26.4702 12.9427);--color-green-400:lab(78.503% -64.9265 39.7492);--color-green-500:lab(70.5521% -66.5147 45.8073);--color-green-600:lab(59.0978% -58.6621 41.2579);--color-green-700:lab(47.0329% -47.0239 31.4788);--color-green-800:lab(37.4616% -36.7971 22.9692);--color-blue-100:lab(92.0301% -2.24757 -11.6453);--color-blue-200:lab(86.15% -4.04379 -21.0797);--color-blue-300:lab(77.5052% -6.4629 -36.42);--color-blue-400:lab(65.0361% -1.42065 -56.9802);--color-blue-500:lab(54.1736% 13.3369 -74.6839);--color-blue-600:lab(44.0605% 29.0279 -86.0352);--color-blue-700:lab(36.9089% 35.0961 -85.6872);--color-blue-800:lab(30.2514% 27.7853 -70.2699);--color-blue-900:lab(26.1542% 15.7545 -51.5504);--color-purple-100:lab(93.3333% 6.97437 -9.83434);--color-purple-200:lab(87.8405% 13.4282 -18.7159);--color-purple-300:lab(78.3298% 26.2195 -34.9499);--color-purple-600:lab(43.0295% 75.21 -86.5669);--color-purple-700:lab(36.1758% 69.8525 -80.0381);--color-purple-800:lab(30.6017% 56.7637 -64.4751);--color-gray-50:lab(98.2596% -.247031 -.706708);--color-gray-100:lab(96.1596% -.0823438 -1.13575);--color-gray-200:lab(91.6229% -.159115 -2.26791);--color-gray-400:lab(65.9269% -.832707 -8.17473);--color-gray-500:lab(47.7841% -.393182 -10.0268);--color-gray-600:lab(35.6337% -1.58697 -10.8425);--color-gray-700:lab(27.1134% -.956401 -12.3224);--color-gray-800:lab(16.1051% -1.18239 -11.7533);--color-gray-900:lab(8.11897% .811279 -12.254)}}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}*{border-color:var(--border);outline-color:var(--ring)}@supports (color:color-mix(in lab, red, red)){*{outline-color:color-mix(in oklab,var(--ring)50%,transparent)}}body{background-color:var(--background);color:var(--foreground)}}@layer components;@layer utilities{.pointer-events-none{pointer-events:none}.invisible{visibility:hidden}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.-top-6{top:calc(var(--spacing)*-6)}.top-0{top:calc(var(--spacing)*0)}.top-full{top:100%}.right-0{right:calc(var(--spacing)*0)}.left-0{left:calc(var(--spacing)*0)}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.mx-auto{margin-inline:auto}.mt-1{margin-top:calc(var(--spacing)*1)}.mt-2{margin-top:calc(var(--spacing)*2)}.mt-4{margin-top:calc(var(--spacing)*4)}.mt-6{margin-top:calc(var(--spacing)*6)}.mt-20{margin-top:calc(var(--spacing)*20)}.mr-1{margin-right:calc(var(--spacing)*1)}.mr-2{margin-right:calc(var(--spacing)*2)}.mb-1{margin-bottom:calc(var(--spacing)*1)}.mb-2{margin-bottom:calc(var(--spacing)*2)}.mb-3{margin-bottom:calc(var(--spacing)*3)}.mb-4{margin-bottom:calc(var(--spacing)*4)}.mb-6{margin-bottom:calc(var(--spacing)*6)}.mb-16{margin-bottom:calc(var(--spacing)*16)}.ml-1{margin-left:calc(var(--spacing)*1)}.ml-2{margin-left:calc(var(--spacing)*2)}.ml-4{margin-left:calc(var(--spacing)*4)}.ml-6{margin-left:calc(var(--spacing)*6)}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.size-9{width:calc(var(--spacing)*9);height:calc(var(--spacing)*9)}.h-2{height:calc(var(--spacing)*2)}.h-3{height:calc(var(--spacing)*3)}.h-4{height:calc(var(--spacing)*4)}.h-5{height:calc(var(--spacing)*5)}.h-8{height:calc(var(--spacing)*8)}.h-9{height:calc(var(--spacing)*9)}.h-10{height:calc(var(--spacing)*10)}.h-12{height:calc(var(--spacing)*12)}.h-16{height:calc(var(--spacing)*16)}.h-auto{height:auto}.h-full{height:100%}.h-screen{height:100vh}.max-h-60{max-height:calc(var(--spacing)*60)}.min-h-screen{min-height:100vh}.w-0\.5{width:calc(var(--spacing)*.5)}.w-2{width:calc(var(--spacing)*2)}.w-3{width:calc(var(--spacing)*3)}.w-4{width:calc(var(--spacing)*4)}.w-5{width:calc(var(--spacing)*5)}.w-8{width:calc(var(--spacing)*8)}.w-12{width:calc(var(--spacing)*12)}.w-16{width:calc(var(--spacing)*16)}.w-32{width:calc(var(--spacing)*32)}.w-80{width:calc(var(--spacing)*80)}.w-full{width:100%}.max-w-2xl{max-width:var(--container-2xl)}.max-w-7xl{max-width:var(--container-7xl)}.min-w-0{min-width:calc(var(--spacing)*0)}.min-w-48{min-width:calc(var(--spacing)*48)}.min-w-80{min-width:calc(var(--spacing)*80)}.flex-1{flex:1}.flex-none{flex:none}.flex-shrink-0,.shrink-0{flex-shrink:0}.-translate-x-1\/2{--tw-translate-x:calc(calc(1/2*100%)*-1);translate:var(--tw-translate-x)var(--tw-translate-y)}.rotate-90{rotate:90deg}.rotate-180{rotate:180deg}.animate-pulse{animation:var(--animate-pulse)}.animate-spin{animation:var(--animate-spin)}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize{resize:both}.grid-cols-\[auto_auto_1fr\]{grid-template-columns:auto auto 1fr}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-1{gap:calc(var(--spacing)*1)}.gap-1\.5{gap:calc(var(--spacing)*1.5)}.gap-2{gap:calc(var(--spacing)*2)}.gap-3{gap:calc(var(--spacing)*3)}.gap-4{gap:calc(var(--spacing)*4)}.gap-6{gap:calc(var(--spacing)*6)}.gap-8{gap:calc(var(--spacing)*8)}:where(.space-y-1>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*1)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*1)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-2>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*2)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*2)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-3>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*3)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*3)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-4>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*4)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*4)*calc(1 - var(--tw-space-y-reverse)))}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.rounded{border-radius:.25rem}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.border{border-style:var(--tw-border-style);border-width:1px}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-b-2{border-bottom-style:var(--tw-border-style);border-bottom-width:2px}.border-l{border-left-style:var(--tw-border-style);border-left-width:1px}.border-l-2{border-left-style:var(--tw-border-style);border-left-width:2px}.border-l-4{border-left-style:var(--tw-border-style);border-left-width:4px}.border-accent\/20{border-color:var(--accent)}@supports (color:color-mix(in lab, red, red)){.border-accent\/20{border-color:color-mix(in oklab,var(--accent)20%,transparent)}}.border-blue-200{border-color:var(--color-blue-200)}.border-border{border-color:var(--border)}.border-current{border-color:currentColor}.border-gray-100{border-color:var(--color-gray-100)}.border-gray-200{border-color:var(--color-gray-200)}.border-green-200{border-color:var(--color-green-200)}.border-input{border-color:var(--input)}.border-primary{border-color:var(--primary)}.border-purple-200{border-color:var(--color-purple-200)}.border-purple-300{border-color:var(--color-purple-300)}.border-red-200{border-color:var(--color-red-200)}.border-red-500{border-color:var(--color-red-500)}.border-yellow-200{border-color:var(--color-yellow-200)}.border-t-purple-600{border-top-color:var(--color-purple-600)}.border-t-transparent{border-top-color:#0000}.bg-accent\/10{background-color:var(--accent)}@supports (color:color-mix(in lab, red, red)){.bg-accent\/10{background-color:color-mix(in oklab,var(--accent)10%,transparent)}}.bg-accent\/20{background-color:var(--accent)}@supports (color:color-mix(in lab, red, red)){.bg-accent\/20{background-color:color-mix(in oklab,var(--accent)20%,transparent)}}.bg-background,.bg-background\/50{background-color:var(--background)}@supports (color:color-mix(in lab, red, red)){.bg-background\/50{background-color:color-mix(in oklab,var(--background)50%,transparent)}}.bg-black{background-color:var(--color-black)}.bg-blue-100{background-color:var(--color-blue-100)}.bg-blue-400{background-color:var(--color-blue-400)}.bg-blue-500{background-color:var(--color-blue-500)}.bg-blue-600{background-color:var(--color-blue-600)}.bg-blue-800{background-color:var(--color-blue-800)}.bg-card{background-color:var(--card)}.bg-destructive{background-color:var(--destructive)}.bg-foreground{background-color:var(--foreground)}.bg-gray-50{background-color:var(--color-gray-50)}.bg-gray-100{background-color:var(--color-gray-100)}.bg-gray-200{background-color:var(--color-gray-200)}.bg-gray-700{background-color:var(--color-gray-700)}.bg-gray-900{background-color:var(--color-gray-900)}.bg-green-100{background-color:var(--color-green-100)}.bg-green-500{background-color:var(--color-green-500)}.bg-green-500\/20{background-color:#00c75833}@supports (color:color-mix(in lab, red, red)){.bg-green-500\/20{background-color:color-mix(in oklab,var(--color-green-500)20%,transparent)}}.bg-green-600{background-color:var(--color-green-600)}.bg-green-700{background-color:var(--color-green-700)}.bg-green-800{background-color:var(--color-green-800)}.bg-muted,.bg-muted\/30{background-color:var(--muted)}@supports (color:color-mix(in lab, red, red)){.bg-muted\/30{background-color:color-mix(in oklab,var(--muted)30%,transparent)}}.bg-muted\/50{background-color:var(--muted)}@supports (color:color-mix(in lab, red, red)){.bg-muted\/50{background-color:color-mix(in oklab,var(--muted)50%,transparent)}}.bg-orange-500{background-color:var(--color-orange-500)}.bg-primary,.bg-primary\/10{background-color:var(--primary)}@supports (color:color-mix(in lab, red, red)){.bg-primary\/10{background-color:color-mix(in oklab,var(--primary)10%,transparent)}}.bg-primary\/20{background-color:var(--primary)}@supports (color:color-mix(in lab, red, red)){.bg-primary\/20{background-color:color-mix(in oklab,var(--primary)20%,transparent)}}.bg-purple-100{background-color:var(--color-purple-100)}.bg-purple-600{background-color:var(--color-purple-600)}.bg-red-500{background-color:var(--color-red-500)}.bg-red-600{background-color:var(--color-red-600)}.bg-secondary{background-color:var(--secondary)}.bg-white{background-color:var(--color-white)}.bg-gradient-to-r{--tw-gradient-position:to right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.from-primary\/10{--tw-gradient-from:var(--primary)}@supports (color:color-mix(in lab, red, red)){.from-primary\/10{--tw-gradient-from:color-mix(in oklab,var(--primary)10%,transparent)}}.from-primary\/10{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-secondary\/10{--tw-gradient-to:var(--secondary)}@supports (color:color-mix(in lab, red, red)){.to-secondary\/10{--tw-gradient-to:color-mix(in oklab,var(--secondary)10%,transparent)}}.to-secondary\/10{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.object-contain{object-fit:contain}.p-0\.5{padding:calc(var(--spacing)*.5)}.p-1{padding:calc(var(--spacing)*1)}.p-4{padding:calc(var(--spacing)*4)}.p-6{padding:calc(var(--spacing)*6)}.p-8{padding:calc(var(--spacing)*8)}.p-10{padding:calc(var(--spacing)*10)}.px-1{padding-inline:calc(var(--spacing)*1)}.px-1\.5{padding-inline:calc(var(--spacing)*1.5)}.px-2{padding-inline:calc(var(--spacing)*2)}.px-3{padding-inline:calc(var(--spacing)*3)}.px-4{padding-inline:calc(var(--spacing)*4)}.px-5{padding-inline:calc(var(--spacing)*5)}.px-6{padding-inline:calc(var(--spacing)*6)}.py-0\.5{padding-block:calc(var(--spacing)*.5)}.py-1{padding-block:calc(var(--spacing)*1)}.py-2{padding-block:calc(var(--spacing)*2)}.py-3{padding-block:calc(var(--spacing)*3)}.py-4{padding-block:calc(var(--spacing)*4)}.py-6{padding-block:calc(var(--spacing)*6)}.py-8{padding-block:calc(var(--spacing)*8)}.py-12{padding-block:calc(var(--spacing)*12)}.py-16{padding-block:calc(var(--spacing)*16)}.pt-1{padding-top:calc(var(--spacing)*1)}.pb-4{padding-bottom:calc(var(--spacing)*4)}.pl-2{padding-left:calc(var(--spacing)*2)}.pl-3{padding-left:calc(var(--spacing)*3)}.pl-4{padding-left:calc(var(--spacing)*4)}.text-center{text-align:center}.text-left{text-align:left}.font-mono{font-family:var(--font-mono)}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.leading-relaxed{--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed)}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.break-all{word-break:break-all}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.text-accent-foreground{color:var(--accent-foreground)}.text-background{color:var(--background)}.text-blue-600{color:var(--color-blue-600)}.text-blue-700{color:var(--color-blue-700)}.text-blue-800{color:var(--color-blue-800)}.text-destructive{color:var(--destructive)}.text-foreground{color:var(--foreground)}.text-gray-400{color:var(--color-gray-400)}.text-gray-500{color:var(--color-gray-500)}.text-gray-600{color:var(--color-gray-600)}.text-green-600{color:var(--color-green-600)}.text-green-700{color:var(--color-green-700)}.text-green-800{color:var(--color-green-800)}.text-muted-foreground,.text-muted-foreground\/70{color:var(--muted-foreground)}@supports (color:color-mix(in lab, red, red)){.text-muted-foreground\/70{color:color-mix(in oklab,var(--muted-foreground)70%,transparent)}}.text-orange-600{color:var(--color-orange-600)}.text-primary{color:var(--primary)}.text-primary-foreground{color:var(--primary-foreground)}.text-purple-600{color:var(--color-purple-600)}.text-purple-700{color:var(--color-purple-700)}.text-purple-800{color:var(--color-purple-800)}.text-red-500{color:var(--color-red-500)}.text-red-600{color:var(--color-red-600)}.text-secondary-foreground{color:var(--secondary-foreground)}.text-white{color:var(--color-white)}.lowercase{text-transform:lowercase}.italic{font-style:italic}.underline{text-decoration-line:underline}.underline-offset-4{text-underline-offset:4px}.opacity-75{opacity:.75}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a),0 2px 4px -2px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-xs{--tw-shadow:0 1px 2px 0 var(--tw-shadow-color,#0000000d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.outline-none{--tw-outline-style:none;outline-style:none}.last\:border-b-0:last-child{border-bottom-style:var(--tw-border-style);border-bottom-width:0}@media (hover:hover){.hover\:border-muted-foreground\/50:hover{border-color:var(--muted-foreground)}@supports (color:color-mix(in lab, red, red)){.hover\:border-muted-foreground\/50:hover{border-color:color-mix(in oklab,var(--muted-foreground)50%,transparent)}}.hover\:bg-accent:hover{background-color:var(--accent)}.hover\:bg-blue-700:hover{background-color:var(--color-blue-700)}.hover\:bg-destructive\/90:hover{background-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.hover\:bg-destructive\/90:hover{background-color:color-mix(in oklab,var(--destructive)90%,transparent)}}.hover\:bg-gray-50:hover{background-color:var(--color-gray-50)}.hover\:bg-gray-600:hover{background-color:var(--color-gray-600)}.hover\:bg-muted:hover,.hover\:bg-muted\/80:hover{background-color:var(--muted)}@supports (color:color-mix(in lab, red, red)){.hover\:bg-muted\/80:hover{background-color:color-mix(in oklab,var(--muted)80%,transparent)}}.hover\:bg-primary\/90:hover{background-color:var(--primary)}@supports (color:color-mix(in lab, red, red)){.hover\:bg-primary\/90:hover{background-color:color-mix(in oklab,var(--primary)90%,transparent)}}.hover\:bg-purple-200:hover{background-color:var(--color-purple-200)}.hover\:bg-secondary\/80:hover{background-color:var(--secondary)}@supports (color:color-mix(in lab, red, red)){.hover\:bg-secondary\/80:hover{background-color:color-mix(in oklab,var(--secondary)80%,transparent)}}.hover\:text-accent-foreground:hover{color:var(--accent-foreground)}.hover\:text-blue-800:hover{color:var(--color-blue-800)}.hover\:text-foreground:hover{color:var(--foreground)}.hover\:underline:hover{text-decoration-line:underline}}.focus\:ring-ring:focus{--tw-ring-color:var(--ring)}.focus-visible\:border-ring:focus-visible{border-color:var(--ring)}.focus-visible\:ring-\[3px\]:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(3px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-destructive\/20:focus-visible{--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.focus-visible\:ring-destructive\/20:focus-visible{--tw-ring-color:color-mix(in oklab,var(--destructive)20%,transparent)}}.focus-visible\:ring-ring\/50:focus-visible{--tw-ring-color:var(--ring)}@supports (color:color-mix(in lab, red, red)){.focus-visible\:ring-ring\/50:focus-visible{--tw-ring-color:color-mix(in oklab,var(--ring)50%,transparent)}}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.has-\[\>svg\]\:px-2\.5:has(>svg){padding-inline:calc(var(--spacing)*2.5)}.has-\[\>svg\]\:px-3:has(>svg){padding-inline:calc(var(--spacing)*3)}.has-\[\>svg\]\:px-4:has(>svg){padding-inline:calc(var(--spacing)*4)}.aria-invalid\:border-destructive[aria-invalid=true]{border-color:var(--destructive)}.aria-invalid\:ring-destructive\/20[aria-invalid=true]{--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.aria-invalid\:ring-destructive\/20[aria-invalid=true]{--tw-ring-color:color-mix(in oklab,var(--destructive)20%,transparent)}}@media (width>=40rem){.sm\:flex{display:flex}.sm\:gap-4{gap:calc(var(--spacing)*4)}.sm\:px-3{padding-inline:calc(var(--spacing)*3)}.sm\:text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.sm\:text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}}@media (width>=48rem){.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width>=64rem){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (prefers-color-scheme:dark){.dark\:block{display:block}.dark\:hidden{display:none}.dark\:border-blue-800{border-color:var(--color-blue-800)}.dark\:border-gray-700{border-color:var(--color-gray-700)}.dark\:border-green-800{border-color:var(--color-green-800)}.dark\:border-input{border-color:var(--input)}.dark\:border-purple-800{border-color:var(--color-purple-800)}.dark\:border-red-800{border-color:var(--color-red-800)}.dark\:border-yellow-800{border-color:var(--color-yellow-800)}.dark\:bg-blue-800{background-color:var(--color-blue-800)}.dark\:bg-blue-900{background-color:var(--color-blue-900)}.dark\:bg-destructive\/60{background-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.dark\:bg-destructive\/60{background-color:color-mix(in oklab,var(--destructive)60%,transparent)}}.dark\:bg-gray-800\/50{background-color:#1e293980}@supports (color:color-mix(in lab, red, red)){.dark\:bg-gray-800\/50{background-color:color-mix(in oklab,var(--color-gray-800)50%,transparent)}}.dark\:bg-green-800{background-color:var(--color-green-800)}.dark\:bg-input\/30{background-color:var(--input)}@supports (color:color-mix(in lab, red, red)){.dark\:bg-input\/30{background-color:color-mix(in oklab,var(--input)30%,transparent)}}.dark\:bg-purple-800{background-color:var(--color-purple-800)}.dark\:text-blue-200{color:var(--color-blue-200)}.dark\:text-blue-400{color:var(--color-blue-400)}.dark\:text-green-200{color:var(--color-green-200)}.dark\:text-green-400{color:var(--color-green-400)}.dark\:text-purple-200{color:var(--color-purple-200)}@media (hover:hover){.dark\:hover\:bg-accent\/50:hover{background-color:var(--accent)}@supports (color:color-mix(in lab, red, red)){.dark\:hover\:bg-accent\/50:hover{background-color:color-mix(in oklab,var(--accent)50%,transparent)}}.dark\:hover\:bg-input\/50:hover{background-color:var(--input)}@supports (color:color-mix(in lab, red, red)){.dark\:hover\:bg-input\/50:hover{background-color:color-mix(in oklab,var(--input)50%,transparent)}}.dark\:hover\:text-blue-300:hover{color:var(--color-blue-300)}}.dark\:focus-visible\:ring-destructive\/40:focus-visible{--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.dark\:focus-visible\:ring-destructive\/40:focus-visible{--tw-ring-color:color-mix(in oklab,var(--destructive)40%,transparent)}}.dark\:aria-invalid\:ring-destructive\/40[aria-invalid=true]{--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.dark\:aria-invalid\:ring-destructive\/40[aria-invalid=true]{--tw-ring-color:color-mix(in oklab,var(--destructive)40%,transparent)}}}.\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*=size-]){width:calc(var(--spacing)*4);height:calc(var(--spacing)*4)}}:root{--background:#f8f8f8;--foreground:#000;--card:#f2f2f2;--card-foreground:#000;--popover:#f2f2f2;--popover-foreground:#000;--primary:#000;--primary-foreground:#f8f8f8;--secondary:#dedede;--secondary-foreground:#000;--muted:#dedede;--muted-foreground:#484848;--accent:#cecece;--accent-foreground:#000;--destructive:#e40014;--destructive-foreground:#f8f8f8;--border:#cecece;--input:#cecece;--ring:gray;--radius:.5rem}@supports (color:lab(0% 0 0)){:root{--background:lab(97.68% -.0000298023 .0000119209);--foreground:lab(.00722694% 0 0);--card:lab(95.36% 0 0);--card-foreground:lab(.00722694% 0 0);--popover:lab(95.36% 0 0);--popover-foreground:lab(.00722694% 0 0);--primary:lab(.00722694% 0 0);--primary-foreground:lab(97.68% -.0000298023 .0000119209);--secondary:lab(88.4% 0 .0000119209);--secondary-foreground:lab(.00722694% 0 0);--muted:lab(88.4% 0 .0000119209);--muted-foreground:lab(30.4% -.0000149012 0);--accent:lab(82.6% .0000298023 -.0000119209);--accent-foreground:lab(.00722694% 0 0);--destructive:lab(48.4493% 77.4328 61.5452);--destructive-foreground:lab(97.68% -.0000298023 .0000119209);--border:lab(82.6% .0000298023 -.0000119209);--input:lab(82.6% .0000298023 -.0000119209);--ring:lab(53.6% 0 0)}}.dark{--background:#000;--foreground:#f8f8f8;--card:#000;--card-foreground:#f8f8f8;--popover:#000;--popover-foreground:#f8f8f8;--primary:#f8f8f8;--primary-foreground:#000;--secondary:#030303;--secondary-foreground:#f8f8f8;--muted:#030303;--muted-foreground:gray;--accent:#0b0b0b;--accent-foreground:#f8f8f8;--destructive:#e40014;--destructive-foreground:#f8f8f8;--border:#0b0b0b;--input:#0b0b0b;--ring:#484848}@supports (color:lab(0% 0 0)){.dark{--background:lab(.00722694% 0 0);--foreground:lab(97.68% -.0000298023 .0000119209);--card:lab(.0578117% 0 0);--card-foreground:lab(97.68% -.0000298023 .0000119209);--popover:lab(.0578117% 0 0);--popover-foreground:lab(97.68% -.0000298023 .0000119209);--primary:lab(97.68% -.0000298023 .0000119209);--primary-foreground:lab(.00722694% 0 0);--secondary:lab(.903296% 0 0);--secondary-foreground:lab(97.68% -.0000298023 .0000119209);--muted:lab(.903296% 0 0);--muted-foreground:lab(53.6% 0 0);--accent:lab(3.04863% 0 0);--accent-foreground:lab(97.68% -.0000298023 .0000119209);--destructive:lab(48.4493% 77.4328 61.5452);--destructive-foreground:lab(97.68% -.0000298023 .0000119209);--border:lab(3.04863% 0 0);--input:lab(3.04863% 0 0);--ring:lab(30.4% -.0000149012 0)}}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-gradient-position{syntax:"*";inherits:false}@property --tw-gradient-from{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-via{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-to{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-stops{syntax:"*";inherits:false}@property --tw-gradient-via-stops{syntax:"*";inherits:false}@property --tw-gradient-from-position{syntax:"<length-percentage>";inherits:false;initial-value:0%}@property --tw-gradient-via-position{syntax:"<length-percentage>";inherits:false;initial-value:50%}@property --tw-gradient-to-position{syntax:"<length-percentage>";inherits:false;initial-value:100%}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{50%{opacity:.5}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,13980,(e,s,t)=>{"use strict";var r=e.r(80397).__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;t.c=function(e){return r.H.useMemoCache(e)}},71475,(e,s,t)=>{"use strict";s.exports=e.r(13980)},41449,e=>{"use strict";var s=e.i(287),t=e.i(17944),r=e.i(71475),l=e.i(80397),a=e.i(68860);function n(e){let s,a,n,o,c,i,d,m,x,h,u,f,p,j,b,g,y,N,v,_,S,w,k,C,U,$,O,A,M,I,F,T=(0,r.c)(61),{className:P}=e,G=(0,l.useId)(),H=(0,l.useId)(),L=(0,l.useId)(),R=(0,l.useId)(),E=(0,l.useId)(),Z=(0,l.useId)(),D=`${P} block dark:hidden`;T[0]===Symbol.for("react.memo_cache_sentinel")?(s={maskType:"alpha"},a=(0,t.jsx)("circle",{cx:"90",cy:"90",fill:"black",r:"90"}),T[0]=s,T[1]=a):(s=T[0],a=T[1]),T[2]!==G?(n=(0,t.jsx)("mask",{height:"180",id:G,maskUnits:"userSpaceOnUse",width:"180",x:"0",y:"0",style:s,children:a}),T[2]=G,T[3]=n):n=T[3];let B=`url(#${G})`;T[4]===Symbol.for("react.memo_cache_sentinel")?(o=(0,t.jsx)("circle",{cx:"90",cy:"90",fill:"black",r:"90"}),T[4]=o):o=T[4];let V=`url(#${H})`;T[5]!==V?(c=(0,t.jsx)("path",{d:"M149.508 157.52L69.142 54H54V125.97H66.1136V69.3836L139.999 164.845C143.333 162.614 146.509 160.165 149.508 157.52Z",fill:V}),T[5]=V,T[6]=c):c=T[6];let W=`url(#${L})`;T[7]!==W?(i=(0,t.jsx)("rect",{fill:W,height:"72",width:"12",x:"115",y:"54"}),T[7]=W,T[8]=i):i=T[8],T[9]!==i||T[10]!==B||T[11]!==c?(d=(0,t.jsxs)("g",{mask:B,children:[o,c,i]}),T[9]=i,T[10]=B,T[11]=c,T[12]=d):d=T[12],T[13]===Symbol.for("react.memo_cache_sentinel")?(m=(0,t.jsx)("stop",{stopColor:"white"}),x=(0,t.jsx)("stop",{offset:"1",stopColor:"white",stopOpacity:"0"}),T[13]=m,T[14]=x):(m=T[13],x=T[14]),T[15]!==H?(h=(0,t.jsxs)("linearGradient",{gradientUnits:"userSpaceOnUse",id:H,x1:"109",x2:"144.5",y1:"116.5",y2:"160.5",children:[m,x]}),T[15]=H,T[16]=h):h=T[16],T[17]===Symbol.for("react.memo_cache_sentinel")?(u=(0,t.jsx)("stop",{stopColor:"white"}),f=(0,t.jsx)("stop",{offset:"1",stopColor:"white",stopOpacity:"0"}),T[17]=u,T[18]=f):(u=T[17],f=T[18]),T[19]!==L?(p=(0,t.jsxs)("linearGradient",{gradientUnits:"userSpaceOnUse",id:L,x1:"121",x2:"120.799",y1:"54",y2:"106.875",children:[u,f]}),T[19]=L,T[20]=p):p=T[20],T[21]!==h||T[22]!==p?(j=(0,t.jsxs)("defs",{children:[h,p]}),T[21]=h,T[22]=p,T[23]=j):j=T[23],T[24]!==D||T[25]!==d||T[26]!==j||T[27]!==n?(b=(0,t.jsxs)("svg",{"aria-label":"Next.js logomark",className:D,height:"16",role:"img",viewBox:"0 0 180 180",width:"16",children:[n,d,j]}),T[24]=D,T[25]=d,T[26]=j,T[27]=n,T[28]=b):b=T[28];let z=`${P} hidden dark:block`;T[29]===Symbol.for("react.memo_cache_sentinel")?(g={maskType:"alpha"},y=(0,t.jsx)("circle",{cx:"90",cy:"90",fill:"black",r:"90"}),T[29]=g,T[30]=y):(g=T[29],y=T[30]),T[31]!==R?(N=(0,t.jsx)("mask",{height:"180",id:R,maskUnits:"userSpaceOnUse",width:"180",x:"0",y:"0",style:g,children:y}),T[31]=R,T[32]=N):N=T[32];let K=`url(#${R})`;T[33]===Symbol.for("react.memo_cache_sentinel")?(v=(0,t.jsx)("circle",{cx:"90",cy:"90",fill:"white",r:"90"}),T[33]=v):v=T[33];let q=`url(#${E})`;T[34]!==q?(_=(0,t.jsx)("path",{d:"M149.508 157.52L69.142 54H54V125.97H66.1136V69.3836L139.999 164.845C143.333 162.614 146.509 160.165 149.508 157.52Z",fill:q}),T[34]=q,T[35]=_):_=T[35];let Y=`url(#${Z})`;return T[36]!==Y?(S=(0,t.jsx)("rect",{fill:Y,height:"72",width:"12",x:"115",y:"54"}),T[36]=Y,T[37]=S):S=T[37],T[38]!==K||T[39]!==_||T[40]!==S?(w=(0,t.jsxs)("g",{mask:K,children:[v,_,S]}),T[38]=K,T[39]=_,T[40]=S,T[41]=w):w=T[41],T[42]===Symbol.for("react.memo_cache_sentinel")?(k=(0,t.jsx)("stop",{stopColor:"black"}),C=(0,t.jsx)("stop",{offset:"1",stopColor:"black",stopOpacity:"0"}),T[42]=k,T[43]=C):(k=T[42],C=T[43]),T[44]!==E?(U=(0,t.jsxs)("linearGradient",{gradientUnits:"userSpaceOnUse",id:E,x1:"109",x2:"144.5",y1:"116.5",y2:"160.5",children:[k,C]}),T[44]=E,T[45]=U):U=T[45],T[46]===Symbol.for("react.memo_cache_sentinel")?($=(0,t.jsx)("stop",{stopColor:"black"}),O=(0,t.jsx)("stop",{offset:"1",stopColor:"black",stopOpacity:"0"}),T[46]=$,T[47]=O):($=T[46],O=T[47]),T[48]!==Z?(A=(0,t.jsxs)("linearGradient",{gradientUnits:"userSpaceOnUse",id:Z,x1:"121",x2:"120.799",y1:"54",y2:"106.875",children:[$,O]}),T[48]=Z,T[49]=A):A=T[49],T[50]!==U||T[51]!==A?(M=(0,t.jsxs)("defs",{children:[U,A]}),T[50]=U,T[51]=A,T[52]=M):M=T[52],T[53]!==z||T[54]!==N||T[55]!==w||T[56]!==M?(I=(0,t.jsxs)("svg",{"aria-label":"Next.js logomark",className:z,height:"16",role:"img",viewBox:"0 0 180 180",width:"16",children:[N,w,M]}),T[53]=z,T[54]=N,T[55]=w,T[56]=M,T[57]=I):I=T[57],T[58]!==b||T[59]!==I?(F=(0,t.jsxs)(t.Fragment,{children:[b,I]}),T[58]=b,T[59]=I,T[60]=F):F=T[60],F}function o(e){let s,a,n,o,c,i,d,m,x,h,u,f,p,j,b,g,y,N=(0,r.c)(31),{className:v}=e,_=(0,l.useId)(),S=(0,l.useId)(),w=(0,l.useId)();N[0]===Symbol.for("react.memo_cache_sentinel")?(s=(0,t.jsx)("stop",{offset:"0",stopColor:"#d93025"}),a=(0,t.jsx)("stop",{offset:"1",stopColor:"#ea4335"}),N[0]=s,N[1]=a):(s=N[0],a=N[1]),N[2]!==_?(n=(0,t.jsxs)("linearGradient",{id:_,x1:"3.2173",y1:"15",x2:"44.7812",y2:"15",gradientUnits:"userSpaceOnUse",children:[s,a]}),N[2]=_,N[3]=n):n=N[3],N[4]===Symbol.for("react.memo_cache_sentinel")?(o=(0,t.jsx)("stop",{offset:"0",stopColor:"#fcc934"}),c=(0,t.jsx)("stop",{offset:"1",stopColor:"#fbbc04"}),N[4]=o,N[5]=c):(o=N[4],c=N[5]),N[6]!==S?(i=(0,t.jsxs)("linearGradient",{id:S,x1:"20.7219",y1:"47.6791",x2:"41.5039",y2:"11.6837",gradientUnits:"userSpaceOnUse",children:[o,c]}),N[6]=S,N[7]=i):i=N[7],N[8]===Symbol.for("react.memo_cache_sentinel")?(d=(0,t.jsx)("stop",{offset:"0",stopColor:"#1e8e3e"}),m=(0,t.jsx)("stop",{offset:"1",stopColor:"#34a853"}),N[8]=d,N[9]=m):(d=N[8],m=N[9]),N[10]!==w?(x=(0,t.jsxs)("linearGradient",{id:w,x1:"26.5981",y1:"46.5015",x2:"5.8161",y2:"10.506",gradientUnits:"userSpaceOnUse",children:[d,m]}),N[10]=w,N[11]=x):x=N[11],N[12]!==n||N[13]!==i||N[14]!==x?(h=(0,t.jsxs)("defs",{children:[n,i,x]}),N[12]=n,N[13]=i,N[14]=x,N[15]=h):h=N[15],N[16]===Symbol.for("react.memo_cache_sentinel")?(u=(0,t.jsx)("circle",{cx:"24",cy:"23.9947",r:"12",style:{fill:"#fff"}}),N[16]=u):u=N[16],N[17]===Symbol.for("react.memo_cache_sentinel")?(f=(0,t.jsx)("path",{d:"M3.2154,36A24,24,0,1,0,12,3.2154,24,24,0,0,0,3.2154,36ZM34.3923,18A12,12,0,1,1,18,13.6077,12,12,0,0,1,34.3923,18Z",style:{fill:"none"}}),N[17]=f):f=N[17];let k=`url(#${_})`;N[18]!==k?(p=(0,t.jsx)("path",{d:"M24,12H44.7812a23.9939,23.9939,0,0,0-41.5639.0029L13.6079,30l.0093-.0024A11.9852,11.9852,0,0,1,24,12Z",style:{fill:k}}),N[18]=k,N[19]=p):p=N[19],N[20]===Symbol.for("react.memo_cache_sentinel")?(j=(0,t.jsx)("circle",{cx:"24",cy:"24",r:"9.5",style:{fill:"#1a73e8"}}),N[20]=j):j=N[20];let C=`url(#${S})`;N[21]!==C?(b=(0,t.jsx)("path",{d:"M34.3913,30.0029,24.0007,48A23.994,23.994,0,0,0,44.78,12.0031H23.9989l-.0025.0093A11.985,11.985,0,0,1,34.3913,30.0029Z",style:{fill:C}}),N[21]=C,N[22]=b):b=N[22];let U=`url(#${w})`;return N[23]!==U?(g=(0,t.jsx)("path",{d:"M13.6086,30.0031,3.218,12.006A23.994,23.994,0,0,0,24.0025,48L34.3931,30.0029l-.0067-.0068a11.9852,11.9852,0,0,1-20.7778.007Z",style:{fill:U}}),N[23]=U,N[24]=g):g=N[24],N[25]!==v||N[26]!==h||N[27]!==p||N[28]!==b||N[29]!==g?(y=(0,t.jsxs)("svg",{className:v,viewBox:"0 0 48 48",height:"16",width:"16",xmlns:"http://www.w3.org/2000/svg",children:[h,u,f,p,j,b,g]}),N[25]=v,N[26]=h,N[27]=p,N[28]=b,N[29]=g,N[30]=y):y=N[30],y}var c=e.i(54768);function i(){let e,n,o,i,x,f,p,j,b,g,y,N,v,_,S,w,k,C,U,$,O=(0,r.c)(30),[A,M]=(0,l.useState)(null),[I,F]=(0,l.useState)(null),[T,P]=(0,l.useState)(!0),[G,H]=(0,c.useDarkMode)();return O[0]===Symbol.for("react.memo_cache_sentinel")?(e=()=>{Promise.all([fetch("/api/tools"),fetch("/api/orchestrator")]).then(u).then(e=>{let[s,t]=e;M(s),F(t),P(!1)}).catch(()=>{P(!1)})},n=[],O[0]=e,O[1]=n):(e=O[0],n=O[1]),(0,l.useEffect)(e,n),O[2]===Symbol.for("react.memo_cache_sentinel")?(o=(0,t.jsx)("div",{className:"w-12 h-12 bg-foreground rounded flex items-center justify-center",children:(0,t.jsx)("span",{className:"text-background font-mono font-bold",children:"d3k"})}),i=(0,t.jsx)("h1",{className:"text-3xl font-bold",children:"dev3000 MCP Server"}),O[2]=o,O[3]=i):(o=O[2],i=O[3]),O[4]===Symbol.for("react.memo_cache_sentinel")?(x=(0,t.jsxs)("span",{className:"inline-flex items-center gap-2 text-sm text-green-600 font-medium",children:[(0,t.jsx)("span",{className:"w-2 h-2 bg-green-500 rounded-full"}),"Server Running"]}),f=(0,t.jsx)("span",{className:"text-muted-foreground",children:"•"}),O[4]=x,O[5]=f):(x=O[4],f=O[5]),O[6]===Symbol.for("react.memo_cache_sentinel")?(p=(0,t.jsx)("div",{children:(0,t.jsxs)("div",{className:"flex items-center gap-4 mb-3",children:[o,(0,t.jsxs)("div",{children:[i,(0,t.jsxs)("div",{className:"flex items-center gap-3 mt-2",children:[x,f,(0,t.jsxs)("span",{className:"text-sm text-muted-foreground",children:["Port ",s.default.env.PORT||"3684"]})]})]})]})}),O[6]=p):p=O[6],O[7]===Symbol.for("react.memo_cache_sentinel")?(j=(0,t.jsx)("a",{href:"https://github.com/vercel-labs/dev3000#setup",target:"_blank",rel:"noopener noreferrer",className:"inline-flex items-center gap-2 px-5 py-3 border border-border text-foreground text-sm font-medium rounded hover:bg-accent hover:text-accent-foreground transition-colors",children:"📖 Setup Guide"}),O[7]=j):j=O[7],O[8]!==G||O[9]!==H?(b=(0,t.jsx)("header",{className:"bg-muted/30 border-b border-border",children:(0,t.jsx)("div",{className:"max-w-7xl mx-auto px-6 py-8",children:(0,t.jsxs)("div",{className:"flex items-center justify-between",children:[p,(0,t.jsxs)("div",{className:"flex items-center gap-4",children:[j,(0,t.jsx)(a.DarkModeToggle,{darkMode:G,setDarkMode:H})]})]})})}),O[8]=G,O[9]=H,O[10]=b):b=O[10],O[11]!==T||O[12]!==I?(g=!T&&I&&(0,t.jsx)("section",{className:"mb-16",children:(0,t.jsxs)("div",{className:"bg-accent/10 border border-accent/20 rounded p-8",children:[(0,t.jsx)("h2",{className:"text-xl font-semibold mb-4",children:"🔌 MCP Connections"}),(0,t.jsx)("p",{className:"text-sm text-muted-foreground mb-4",children:I.message}),I.totalConnections>0?(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)("div",{className:"flex flex-wrap gap-3 mb-4",children:I.mcpDetails.map(h)}),I.totalProjects>0&&(0,t.jsxs)("div",{className:"text-sm text-muted-foreground",children:[(0,t.jsx)("span",{className:"font-medium",children:"Active projects:"})," ",I.projects.map((e,s)=>(0,t.jsxs)("span",{children:[(0,t.jsx)("code",{className:"text-foreground bg-background/50 px-1.5 py-0.5 rounded",children:e}),s<I.projects.length-1&&", "]},e))]})]}):(0,t.jsxs)("div",{className:"text-sm text-muted-foreground bg-background/50 border border-border rounded p-4",children:[(0,t.jsx)("p",{className:"mb-2",children:"⏳ Waiting for downstream MCPs to become available..."}),(0,t.jsxs)("p",{className:"text-xs",children:["dev3000 will automatically connect to ",(0,t.jsx)("code",{className:"text-foreground",children:"chrome-devtools"})," and"," ",(0,t.jsx)("code",{className:"text-foreground",children:"nextjs-dev"})," MCPs when Chrome and your dev server start."]})]})]})}),O[11]=T,O[12]=I,O[13]=g):g=O[13],O[14]===Symbol.for("react.memo_cache_sentinel")?(y=(0,t.jsx)("h2",{className:"text-xl font-semibold mb-4",children:"🛠️ dev3000 Tools"}),O[14]=y):y=O[14],O[15]!==T||O[16]!==A?(N=(0,t.jsxs)("section",{className:"bg-accent/10 border border-accent/20 rounded p-8",children:[y,T?(0,t.jsxs)("div",{className:"text-center py-16",children:[(0,t.jsx)("div",{className:"inline-block animate-spin rounded-full h-8 w-8 border-b-2 border-primary"}),(0,t.jsx)("p",{className:"mt-6 text-muted-foreground",children:"Loading tool documentation..."})]}):A?(0,t.jsx)("div",{className:"grid gap-6 lg:grid-cols-2",children:A.tools.map(m)}):(0,t.jsxs)("div",{className:"text-center py-16",children:[(0,t.jsx)("p",{className:"text-destructive mb-6",children:"Failed to load tool documentation"}),(0,t.jsx)("button",{onClick:d,className:"px-6 py-3 bg-primary text-primary-foreground text-sm rounded hover:bg-primary/90 transition-colors",type:"button",children:"Retry"})]})]}),O[15]=T,O[16]=A,O[17]=N):N=O[17],O[18]===Symbol.for("react.memo_cache_sentinel")?(v=(0,t.jsx)("h2",{className:"text-2xl font-semibold mb-6 flex items-center gap-3",children:"🪄 The Magic Workflow"}),O[18]=v):v=O[18],O[19]===Symbol.for("react.memo_cache_sentinel")?(_=(0,t.jsxs)("div",{className:"text-center",children:[(0,t.jsx)("div",{className:"w-16 h-16 bg-primary/20 rounded-full flex items-center justify-center mx-auto mb-4 shadow-md",children:(0,t.jsx)("span",{className:"text-primary font-bold text-2xl",children:"1"})}),(0,t.jsx)("h3",{className:"font-semibold mb-3 text-lg",children:"AI Finds Issues"}),(0,t.jsx)("p",{className:"text-muted-foreground leading-relaxed",children:"fix_my_app automatically detects all types of errors and problems in your app"})]}),O[19]=_):_=O[19],O[20]===Symbol.for("react.memo_cache_sentinel")?(S=(0,t.jsxs)("div",{className:"text-center",children:[(0,t.jsx)("div",{className:"w-16 h-16 bg-accent/20 rounded-full flex items-center justify-center mx-auto mb-4 shadow-md",children:(0,t.jsx)("span",{className:"text-accent-foreground font-bold text-2xl",children:"2"})}),(0,t.jsx)("h3",{className:"font-semibold mb-3 text-lg",children:"AI Fixes Code"}),(0,t.jsx)("p",{className:"text-muted-foreground leading-relaxed",children:"AI analyzes errors and edits your code files to resolve issues"})]}),O[20]=S):S=O[20],O[21]===Symbol.for("react.memo_cache_sentinel")?(w=(0,t.jsxs)("section",{className:"mt-20 bg-gradient-to-r from-primary/10 to-secondary/10 border border-border rounded-lg p-10",children:[v,(0,t.jsxs)("div",{className:"grid md:grid-cols-3 gap-8",children:[_,S,(0,t.jsxs)("div",{className:"text-center",children:[(0,t.jsx)("div",{className:"w-16 h-16 bg-green-500/20 rounded-full flex items-center justify-center mx-auto mb-4 shadow-md",children:(0,t.jsx)("span",{className:"text-green-600 dark:text-green-400 font-bold text-2xl",children:"3"})}),(0,t.jsx)("h3",{className:"font-semibold mb-3 text-lg",children:"AI Verifies Fixes"}),(0,t.jsx)("p",{className:"text-muted-foreground leading-relaxed",children:"execute_browser_action tests the fixes in real-time with screenshots"})]})]})]}),O[21]=w):w=O[21],O[22]!==N||O[23]!==g?(k=(0,t.jsxs)("main",{className:"max-w-7xl mx-auto px-6 py-8",children:[g,N,w]}),O[22]=N,O[23]=g,O[24]=k):k=O[24],O[25]===Symbol.for("react.memo_cache_sentinel")?(C=(0,t.jsxs)("div",{children:[(0,t.jsx)("span",{className:"font-semibold",children:"dev3000 MCP Server"})," - AI-powered development monitoring"]}),O[25]=C):C=O[25],O[26]===Symbol.for("react.memo_cache_sentinel")?(U=(0,t.jsx)("footer",{className:"border-t border-border mt-20",children:(0,t.jsx)("div",{className:"max-w-7xl mx-auto px-6 py-8",children:(0,t.jsxs)("div",{className:"flex items-center justify-between text-sm text-muted-foreground",children:[C,(0,t.jsxs)("div",{className:"flex items-center gap-8",children:[(0,t.jsx)("a",{href:"https://github.com/vercel-labs/dev3000",target:"_blank",rel:"noopener noreferrer",className:"hover:text-foreground transition-colors",children:"GitHub"}),(0,t.jsx)("a",{href:"https://dev3000.ai",target:"_blank",rel:"noopener noreferrer",className:"hover:text-foreground transition-colors",children:"Homepage"})]})]})})}),O[26]=U):U=O[26],O[27]!==k||O[28]!==b?($=(0,t.jsxs)("div",{className:"min-h-screen bg-background text-foreground",children:[b,k,U]}),O[27]=k,O[28]=b,O[29]=$):$=O[29],$}function d(){return window.location.reload()}function m(e){var s;let r,l,a,n;return(0,t.jsxs)("div",{id:e.name,className:"bg-background/50 border border-border rounded-lg p-6 hover:border-muted-foreground/50 transition-colors",children:[(0,t.jsxs)("div",{className:"mb-4",children:[(0,t.jsx)("h4",{className:"text-xl font-semibold font-mono mb-3",children:e.name}),(0,t.jsx)("div",{className:"text-muted-foreground space-y-3",children:(s=e.description,r=e=>e.toLowerCase().replace(/[^a-z0-9]+/g,"-").replace(/(^-|-$)/g,""),l=s.split("\n\n").filter(e=>e.trim()),a=new Map,n=e=>{let s=a.get(e)??0;return a.set(e,s+1),0===s?e:`${e}-${s}`},l.map((e,s)=>{let l=n(r(e)||"section"),a=e;if((a=(a=a.replace(/\*\*/g,"").trim()).replace(/(\u{1F300}-\u{1F9FF}|\u{2600}-\u{26FF}|\u{1F900}-\u{1F9FF})+/gu,e=>e.charAt(0))).includes(":")){let[e,...s]=a.split(":"),o=e.trim(),c=s.join(":").trim();if(c.includes("•")){let e=c.split("•").filter(e=>e.trim()),s=`${l}-bullets`;return(0,t.jsxs)("div",{children:[(0,t.jsx)("h5",{className:"font-semibold mb-2",children:o}),(0,t.jsx)("ul",{className:"space-y-1 ml-4",children:e.map(e=>{let l=n(`${s}-item-${r(e).slice(0,40)||"bullet"}`);return(0,t.jsxs)("li",{className:"flex items-start",children:[(0,t.jsx)("span",{className:"text-muted-foreground mr-2",children:"•"}),(0,t.jsx)("span",{className:"text-muted-foreground text-sm",children:e.trim()})]},l)})})]},s)}return(0,t.jsxs)("div",{children:[(0,t.jsx)("h5",{className:"font-semibold mb-1",children:o}),(0,t.jsx)("p",{className:"text-muted-foreground text-sm ml-4",children:c})]},`${l}-content`)}if(a.match(/^\d+[\ud83c-\ud83e][\udc00-\udfff]|^\d+\./m)){let e=a.split(/\n/).filter(e=>e.trim());return(0,t.jsx)("ol",{className:"space-y-1 ml-4",children:e.map((e,s)=>{let a=e.replace(/^\d+[\ud83c-\ud83e][\udc00-\udfff]\s*/,"").replace(/^\d+\.\s*/,"").trim();return(0,t.jsxs)("li",{className:"text-muted-foreground text-sm",children:[s+1,". ",a]},n(`${l}-step-${r(a).slice(0,40)||"step"}`))})},`${l}-steps`)}return(0,t.jsx)("p",{className:"text-muted-foreground text-sm leading-relaxed",children:a},`${l}-paragraph`)}))})]}),e.parameters.length>0&&(0,t.jsxs)("div",{children:[(0,t.jsx)("h5",{className:"text-sm font-semibold mb-3",children:"Parameters:"}),(0,t.jsx)("div",{className:"space-y-2",children:e.parameters.map(x)})]})]},e.name)}function x(e){return(0,t.jsxs)("div",{className:"text-sm",children:[(0,t.jsxs)("div",{className:"flex items-start gap-2",children:[(0,t.jsx)("span",{className:"font-mono text-primary font-medium",children:e.name}),(0,t.jsx)("span",{className:"text-muted-foreground text-xs",children:e.optional?"(optional)":"(required)"}),(0,t.jsxs)("span",{className:"text-muted-foreground/70 text-xs",children:["- ",e.type]})]}),e.description&&(0,t.jsx)("div",{className:"text-muted-foreground ml-1 mt-1 text-sm",children:e.description})]},e.name)}function h(e){let s="chrome-devtools"===e.name?o:"nextjs-dev"===e.name?n:null;return(0,t.jsxs)("div",{className:"inline-flex items-center gap-2 bg-background/50 border border-border rounded px-3 py-2",children:[s&&(0,t.jsx)(s,{className:"shrink-0"}),(0,t.jsx)("span",{className:"font-semibold font-mono text-sm",children:e.name}),(0,t.jsx)("span",{className:"w-2 h-2 bg-green-500 rounded-full"})]},e.name)}function u(e){let[s,t]=e;return Promise.all([s.json(),t.json()])}e.s(["default",()=>i],41449)}]);
|