@leanspec/ui 0.2.11 → 0.2.12
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/.next/standalone/node_modules/.pnpm/better-sqlite3@11.10.0/node_modules/better-sqlite3/build/Release/better_sqlite3.node +0 -0
- package/.next/standalone/packages/ui/.next/BUILD_ID +1 -1
- package/.next/standalone/packages/ui/.next/app-path-routes-manifest.json +3 -0
- package/.next/standalone/packages/ui/.next/build-manifest.json +4 -4
- package/.next/standalone/packages/ui/.next/routes-manifest.json +18 -0
- package/.next/standalone/packages/ui/.next/server/app/_global-error/page/build-manifest.json +2 -2
- package/.next/standalone/packages/ui/.next/server/app/_global-error/page.js.nft.json +1 -1
- package/.next/standalone/packages/ui/.next/server/app/_global-error.html +2 -2
- package/.next/standalone/packages/ui/.next/server/app/_global-error.rsc +1 -1
- package/.next/standalone/packages/ui/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/.next/standalone/packages/ui/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/.next/standalone/packages/ui/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/.next/standalone/packages/ui/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/.next/standalone/packages/ui/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/.next/standalone/packages/ui/.next/server/app/_not-found/page/build-manifest.json +2 -2
- package/.next/standalone/packages/ui/.next/server/app/_not-found/page.js +1 -1
- package/.next/standalone/packages/ui/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/.next/standalone/packages/ui/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/standalone/packages/ui/.next/server/app/_not-found.html +2 -2
- package/.next/standalone/packages/ui/.next/server/app/_not-found.rsc +18 -18
- package/.next/standalone/packages/ui/.next/server/app/_not-found.segments/_full.segment.rsc +18 -18
- package/.next/standalone/packages/ui/.next/server/app/_not-found.segments/_head.segment.rsc +4 -4
- package/.next/standalone/packages/ui/.next/server/app/_not-found.segments/_index.segment.rsc +12 -12
- package/.next/standalone/packages/ui/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +3 -3
- package/.next/standalone/packages/ui/.next/server/app/_not-found.segments/_not-found.segment.rsc +3 -3
- package/.next/standalone/packages/ui/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
- package/.next/standalone/packages/ui/.next/server/app/api/context/route.js +3 -3
- package/.next/standalone/packages/ui/.next/server/app/api/context/route.js.nft.json +1 -1
- package/.next/standalone/packages/ui/.next/server/app/api/dependencies/route.js +3 -3
- package/.next/standalone/packages/ui/.next/server/app/api/dependencies/route.js.nft.json +1 -1
- package/.next/standalone/packages/ui/.next/server/app/api/health/route/app-paths-manifest.json +3 -0
- package/.next/standalone/packages/ui/.next/server/app/api/health/route/build-manifest.json +11 -0
- package/.next/standalone/packages/ui/.next/server/app/api/health/route/server-reference-manifest.json +4 -0
- package/.next/standalone/packages/ui/.next/server/app/api/health/route.js +6 -0
- package/.next/standalone/packages/ui/.next/server/app/api/health/route.js.map +5 -0
- package/.next/standalone/packages/ui/.next/server/app/api/health/route.js.nft.json +1 -0
- package/.next/standalone/packages/ui/.next/server/app/api/health/route_client-reference-manifest.js +2 -0
- package/.next/standalone/packages/ui/.next/server/app/api/local-projects/[id]/route.js +2 -2
- package/.next/standalone/packages/ui/.next/server/app/api/local-projects/[id]/route.js.nft.json +1 -1
- package/.next/standalone/packages/ui/.next/server/app/api/local-projects/discover/route.js +2 -2
- package/.next/standalone/packages/ui/.next/server/app/api/local-projects/discover/route.js.nft.json +1 -1
- package/.next/standalone/packages/ui/.next/server/app/api/local-projects/list-directory/route.js +2 -2
- package/.next/standalone/packages/ui/.next/server/app/api/local-projects/list-directory/route.js.nft.json +1 -1
- package/.next/standalone/packages/ui/.next/server/app/api/local-projects/route.js +2 -2
- package/.next/standalone/packages/ui/.next/server/app/api/local-projects/route.js.nft.json +1 -1
- package/.next/standalone/packages/ui/.next/server/app/api/projects/[id]/context/route.js +3 -3
- package/.next/standalone/packages/ui/.next/server/app/api/projects/[id]/context/route.js.nft.json +1 -1
- package/.next/standalone/packages/ui/.next/server/app/api/projects/[id]/dependencies/route.js +3 -3
- package/.next/standalone/packages/ui/.next/server/app/api/projects/[id]/dependencies/route.js.nft.json +1 -1
- package/.next/standalone/packages/ui/.next/server/app/api/projects/[id]/route.js +2 -2
- package/.next/standalone/packages/ui/.next/server/app/api/projects/[id]/route.js.nft.json +1 -1
- package/.next/standalone/packages/ui/.next/server/app/api/projects/[id]/specs/[spec]/dependency-graph/route.js +3 -3
- package/.next/standalone/packages/ui/.next/server/app/api/projects/[id]/specs/[spec]/dependency-graph/route.js.nft.json +1 -1
- package/.next/standalone/packages/ui/.next/server/app/api/projects/[id]/specs/[spec]/metadata/route.js +2 -2
- package/.next/standalone/packages/ui/.next/server/app/api/projects/[id]/specs/[spec]/metadata/route.js.nft.json +1 -1
- package/.next/standalone/packages/ui/.next/server/app/api/projects/[id]/specs/[spec]/route.js +3 -3
- package/.next/standalone/packages/ui/.next/server/app/api/projects/[id]/specs/[spec]/route.js.nft.json +1 -1
- package/.next/standalone/packages/ui/.next/server/app/api/projects/[id]/specs/[spec]/status/route.js +2 -2
- package/.next/standalone/packages/ui/.next/server/app/api/projects/[id]/specs/[spec]/status/route.js.nft.json +1 -1
- package/.next/standalone/packages/ui/.next/server/app/api/projects/[id]/specs/route.js +3 -3
- package/.next/standalone/packages/ui/.next/server/app/api/projects/[id]/specs/route.js.nft.json +1 -1
- package/.next/standalone/packages/ui/.next/server/app/api/projects/[id]/stats/route.js +3 -3
- package/.next/standalone/packages/ui/.next/server/app/api/projects/[id]/stats/route.js.nft.json +1 -1
- package/.next/standalone/packages/ui/.next/server/app/api/projects/[id]/tags/route.js +3 -3
- package/.next/standalone/packages/ui/.next/server/app/api/projects/[id]/tags/route.js.nft.json +1 -1
- package/.next/standalone/packages/ui/.next/server/app/api/projects/[id]/validate/route.js +2 -2
- package/.next/standalone/packages/ui/.next/server/app/api/projects/[id]/validate/route.js.nft.json +1 -1
- package/.next/standalone/packages/ui/.next/server/app/api/projects/route.js +2 -2
- package/.next/standalone/packages/ui/.next/server/app/api/projects/route.js.nft.json +1 -1
- package/.next/standalone/packages/ui/.next/server/app/api/revalidate/route.js +4 -3
- package/.next/standalone/packages/ui/.next/server/app/api/revalidate/route.js.nft.json +1 -1
- package/.next/standalone/packages/ui/.next/server/app/api/search/route/app-paths-manifest.json +3 -0
- package/.next/standalone/packages/ui/.next/server/app/api/search/route/build-manifest.json +11 -0
- package/.next/standalone/packages/ui/.next/server/app/api/search/route/server-reference-manifest.json +4 -0
- package/.next/standalone/packages/ui/.next/server/app/api/search/route.js +8 -0
- package/.next/standalone/packages/ui/.next/server/app/api/search/route.js.map +5 -0
- package/.next/standalone/packages/ui/.next/server/app/api/search/route.js.nft.json +1 -0
- package/.next/standalone/packages/ui/.next/server/app/api/search/route_client-reference-manifest.js +2 -0
- package/.next/standalone/packages/ui/.next/server/app/health/route/app-paths-manifest.json +3 -0
- package/.next/standalone/packages/ui/.next/server/app/health/route/build-manifest.json +11 -0
- package/.next/standalone/packages/ui/.next/server/app/health/route/server-reference-manifest.json +4 -0
- package/.next/standalone/packages/ui/.next/server/app/health/route.js +6 -0
- package/.next/standalone/packages/ui/.next/server/app/health/route.js.map +5 -0
- package/.next/standalone/packages/ui/.next/server/app/health/route.js.nft.json +1 -0
- package/.next/standalone/packages/ui/.next/server/app/health/route_client-reference-manifest.js +2 -0
- package/.next/standalone/packages/ui/.next/server/app/page/build-manifest.json +2 -2
- package/.next/standalone/packages/ui/.next/server/app/page.js +1 -1
- package/.next/standalone/packages/ui/.next/server/app/page.js.nft.json +1 -1
- package/.next/standalone/packages/ui/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/standalone/packages/ui/.next/server/app/projects/[projectId]/context/page/build-manifest.json +2 -2
- package/.next/standalone/packages/ui/.next/server/app/projects/[projectId]/context/page.js +1 -1
- package/.next/standalone/packages/ui/.next/server/app/projects/[projectId]/context/page.js.nft.json +1 -1
- package/.next/standalone/packages/ui/.next/server/app/projects/[projectId]/context/page_client-reference-manifest.js +1 -1
- package/.next/standalone/packages/ui/.next/server/app/projects/[projectId]/dependencies/page/build-manifest.json +2 -2
- package/.next/standalone/packages/ui/.next/server/app/projects/[projectId]/dependencies/page.js +1 -1
- package/.next/standalone/packages/ui/.next/server/app/projects/[projectId]/dependencies/page.js.nft.json +1 -1
- package/.next/standalone/packages/ui/.next/server/app/projects/[projectId]/dependencies/page_client-reference-manifest.js +1 -1
- package/.next/standalone/packages/ui/.next/server/app/projects/[projectId]/page/build-manifest.json +2 -2
- package/.next/standalone/packages/ui/.next/server/app/projects/[projectId]/page.js +1 -1
- package/.next/standalone/packages/ui/.next/server/app/projects/[projectId]/page.js.nft.json +1 -1
- package/.next/standalone/packages/ui/.next/server/app/projects/[projectId]/page_client-reference-manifest.js +1 -1
- package/.next/standalone/packages/ui/.next/server/app/projects/[projectId]/specs/[specId]/page/build-manifest.json +2 -2
- package/.next/standalone/packages/ui/.next/server/app/projects/[projectId]/specs/[specId]/page.js +1 -1
- package/.next/standalone/packages/ui/.next/server/app/projects/[projectId]/specs/[specId]/page.js.nft.json +1 -1
- package/.next/standalone/packages/ui/.next/server/app/projects/[projectId]/specs/[specId]/page_client-reference-manifest.js +1 -1
- package/.next/standalone/packages/ui/.next/server/app/projects/[projectId]/specs/page/build-manifest.json +2 -2
- package/.next/standalone/packages/ui/.next/server/app/projects/[projectId]/specs/page.js +1 -1
- package/.next/standalone/packages/ui/.next/server/app/projects/[projectId]/specs/page.js.nft.json +1 -1
- package/.next/standalone/packages/ui/.next/server/app/projects/[projectId]/specs/page_client-reference-manifest.js +1 -1
- package/.next/standalone/packages/ui/.next/server/app/projects/[projectId]/stats/page/build-manifest.json +2 -2
- package/.next/standalone/packages/ui/.next/server/app/projects/[projectId]/stats/page.js +1 -1
- package/.next/standalone/packages/ui/.next/server/app/projects/[projectId]/stats/page.js.nft.json +1 -1
- package/.next/standalone/packages/ui/.next/server/app/projects/[projectId]/stats/page_client-reference-manifest.js +1 -1
- package/.next/standalone/packages/ui/.next/server/app/projects/page/build-manifest.json +2 -2
- package/.next/standalone/packages/ui/.next/server/app/projects/page.js +1 -1
- package/.next/standalone/packages/ui/.next/server/app/projects/page.js.nft.json +1 -1
- package/.next/standalone/packages/ui/.next/server/app/projects/page_client-reference-manifest.js +1 -1
- package/.next/standalone/packages/ui/.next/server/app/projects.html +2 -2
- package/.next/standalone/packages/ui/.next/server/app/projects.rsc +12 -12
- package/.next/standalone/packages/ui/.next/server/app/projects.segments/_full.segment.rsc +12 -12
- package/.next/standalone/packages/ui/.next/server/app/projects.segments/_head.segment.rsc +1 -1
- package/.next/standalone/packages/ui/.next/server/app/projects.segments/_index.segment.rsc +10 -10
- package/.next/standalone/packages/ui/.next/server/app/projects.segments/_tree.segment.rsc +1 -1
- package/.next/standalone/packages/ui/.next/server/app/projects.segments/projects/__PAGE__.segment.rsc +2 -2
- package/.next/standalone/packages/ui/.next/server/app/projects.segments/projects.segment.rsc +1 -1
- package/.next/standalone/packages/ui/.next/server/app-paths-manifest.json +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/[root-of-the-server]__01a010d2._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/[root-of-the-server]__18006869._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/[root-of-the-server]__2fd8e63b._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/[root-of-the-server]__3c009811._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/[root-of-the-server]__408867af._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/[root-of-the-server]__4913ae11._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/[root-of-the-server]__493dafb5._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/[root-of-the-server]__4d45fba5._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/[root-of-the-server]__545bd045._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/[root-of-the-server]__580debd3._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/[root-of-the-server]__597227b1._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/[root-of-the-server]__5db43dd1._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/[root-of-the-server]__6575637c._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/[root-of-the-server]__65eaee03._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/[root-of-the-server]__77b7bda2._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/[root-of-the-server]__77f9d159._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/[root-of-the-server]__896a68f6._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/[root-of-the-server]__a3e5f47e._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/[root-of-the-server]__ab055d16._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/[root-of-the-server]__b79da708._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/[root-of-the-server]__c1a0f4ae._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/[root-of-the-server]__f00a3584._.js +21 -0
- package/.next/standalone/packages/ui/.next/server/chunks/[root-of-the-server]__f96cec8f._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/[root-of-the-server]__fa0c3244._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/_4126d0be._.js +2 -2
- package/.next/standalone/packages/ui/.next/server/chunks/packages_ui__next-internal_server_app_api_health_route_actions_7e273251.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/packages_ui__next-internal_server_app_api_search_route_actions_4d98696f.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/packages_ui__next-internal_server_app_health_route_actions_38d6c859.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/packages_ui_src_lib_specs_sources_database-source_ts_b8c1af87._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/1ce3b_dagre-d3-es_src_dagre_index_f9cad90b.js +1 -1
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/{931bf_mermaid_dist_chunks_mermaid_core_8167bfdd._.js → 2d2f0_mermaid_dist_chunks_mermaid_core_039fb02e._.js} +3 -3
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/{931bf_mermaid_dist_chunks_mermaid_core_c5b1d4f9._.js → 2d2f0_mermaid_dist_chunks_mermaid_core_0a7c215c._.js} +3 -3
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/{931bf_mermaid_dist_chunks_mermaid_core_0b254b71._.js → 2d2f0_mermaid_dist_chunks_mermaid_core_40ab38d1._.js} +2 -2
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/2d2f0_mermaid_dist_chunks_mermaid_core_a32f523e._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/{931bf_mermaid_dist_chunks_mermaid_core_ffd8fbee._.js → 2d2f0_mermaid_dist_chunks_mermaid_core_bf4b42a9._.js} +2 -2
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/{931bf_mermaid_dist_chunks_mermaid_core_blockDiagram-VD42YOAC_mjs_99bfbaf9._.js → 2d2f0_mermaid_dist_chunks_mermaid_core_blockDiagram-VD42YOAC_mjs_0326ef3f._.js} +2 -2
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/2d2f0_mermaid_dist_chunks_mermaid_core_c4Diagram-YG6GDRKO_mjs_4dc38eb2._.js +7 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/2d2f0_mermaid_dist_chunks_mermaid_core_chunk-ABZYJK2D_mjs_41e4ef7c._.js +79 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/2d2f0_mermaid_dist_chunks_mermaid_core_chunk-B4BG7PRW_mjs_152d6b7c._.js +162 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/{931bf_mermaid_dist_chunks_mermaid_core_chunk-DI55MBZ5_mjs_2e49cdd9._.js → 2d2f0_mermaid_dist_chunks_mermaid_core_chunk-DI55MBZ5_mjs_f803dc6e._.js} +2 -2
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/{931bf_mermaid_dist_chunks_mermaid_core_chunk-FMBD7UC4_mjs_69c9238e._.js → 2d2f0_mermaid_dist_chunks_mermaid_core_chunk-FMBD7UC4_mjs_82165e98._.js} +2 -2
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/2d2f0_mermaid_dist_chunks_mermaid_core_chunk-JA3XYJ7Z_mjs_9d45fac6._.js +62 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/{931bf_mermaid_dist_chunks_mermaid_core_chunk-JZLCHNYA_mjs_e1210981._.js → 2d2f0_mermaid_dist_chunks_mermaid_core_chunk-JZLCHNYA_mjs_4c3bae8d._.js} +3 -3
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/{931bf_mermaid_dist_chunks_mermaid_core_chunk-MI3HLSF2_mjs_4494daf0._.js → 2d2f0_mermaid_dist_chunks_mermaid_core_chunk-MI3HLSF2_mjs_90225bf8._.js} +2 -2
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/{931bf_mermaid_dist_chunks_mermaid_core_chunk-QXUST7PY_mjs_3e69582d._.js → 2d2f0_mermaid_dist_chunks_mermaid_core_chunk-QXUST7PY_mjs_1558ec21._.js} +2 -2
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/2d2f0_mermaid_dist_chunks_mermaid_core_chunk-S3R3BYOJ_mjs_365fb61d._.js +4 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/{931bf_mermaid_dist_chunks_mermaid_core_chunk-TZMSLE5B_mjs_72a0311f._.js → 2d2f0_mermaid_dist_chunks_mermaid_core_chunk-TZMSLE5B_mjs_e3843d9c._.js} +2 -2
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/2d2f0_mermaid_dist_chunks_mermaid_core_dagre-6UL2VRFP_mjs_ced7f41d._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/{931bf_mermaid_dist_chunks_mermaid_core_diagram-PSM6KHXK_mjs_f109b802._.js → 2d2f0_mermaid_dist_chunks_mermaid_core_diagram-PSM6KHXK_mjs_67034ee5._.js} +3 -3
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/2d2f0_mermaid_dist_chunks_mermaid_core_erDiagram-Q2GNP2WA_mjs_b238a129._.js +57 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/{931bf_mermaid_dist_chunks_mermaid_core_flowDiagram-NV44I4VS_mjs_c11db931._.js → 2d2f0_mermaid_dist_chunks_mermaid_core_flowDiagram-NV44I4VS_mjs_9c68d218._.js} +2 -2
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/2d2f0_mermaid_dist_chunks_mermaid_core_gitGraphDiagram-NY62KEGX_mjs_bc2124c8._.js +65 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/2d2f0_mermaid_dist_chunks_mermaid_core_journeyDiagram-XKPGCS4Q_mjs_c6224fc8._.js +136 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/2d2f0_mermaid_dist_chunks_mermaid_core_kanban-definition-3W4ZIXB7_mjs_550640fc._.js +81 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/2d2f0_mermaid_dist_chunks_mermaid_core_quadrantDiagram-AYHSOK5B_mjs_bef56c71._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/2d2f0_mermaid_dist_chunks_mermaid_core_requirementDiagram-UZGBJVZJ_mjs_ff9d68c3._.js +61 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/{931bf_mermaid_dist_chunks_mermaid_core_sankeyDiagram-TZEHDZUN_mjs_9fa014df._.js → 2d2f0_mermaid_dist_chunks_mermaid_core_sankeyDiagram-TZEHDZUN_mjs_2b6523f9._.js} +3 -3
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/{931bf_mermaid_dist_chunks_mermaid_core_sequenceDiagram-WL72ISMW_mjs_4d5ee2b1._.js → 2d2f0_mermaid_dist_chunks_mermaid_core_sequenceDiagram-WL72ISMW_mjs_07d830e2._.js} +2 -2
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/2d2f0_mermaid_dist_chunks_mermaid_core_stateDiagram-FKZM4ZOC_mjs_f874f344._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/{931bf_mermaid_dist_chunks_mermaid_core_timeline-definition-IT6M3QCI_mjs_96b04d43._.js → 2d2f0_mermaid_dist_chunks_mermaid_core_timeline-definition-IT6M3QCI_mjs_f287eaf9._.js} +2 -2
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/2d2f0_mermaid_dist_chunks_mermaid_core_xychartDiagram-PRI3JC2R_mjs_fd2f9ec2._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/2d2f0_mermaid_dist_mermaid_core_mjs_06200ddd._.js +9 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/{f0bdc_katex_dist_katex_mjs_27a6c950._.js → 79abc_katex_dist_katex_mjs_4541e3ed._.js} +2 -2
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/{[root-of-the-server]__c8c18f4f._.js → [root-of-the-server]__1260c5f7._.js} +2 -2
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/{[root-of-the-server]__5f4adfc8._.js → [root-of-the-server]__1cb959c5._.js} +2 -2
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/[root-of-the-server]__26326a5f._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/{[root-of-the-server]__0749b2a9._.js → [root-of-the-server]__4cd3ba60._.js} +2 -2
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/[root-of-the-server]__6a435090._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/{[root-of-the-server]__1c4b3bf2._.js → [root-of-the-server]__70286e1b._.js} +2 -2
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/{[root-of-the-server]__63c456e1._.js → [root-of-the-server]__8002df87._.js} +2 -2
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/[root-of-the-server]__835e8eac._.js +64 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/_0ac14791._.js +1 -1
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/_0d858c33._.js +1 -1
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/_0dbcf841._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/_154a7c34._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/_2258175d._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/_3b71bf0a._.js +1 -1
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/_621be400._.js +1 -1
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/_622e0934._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/_634df2de._.js +1 -1
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/_73cbd742._.js +7 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/_9b6b1366._.js +5 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/_e451c97d._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/a3abb_lodash-es_39467f98._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/a3abb_lodash-es_39b3309d._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/a3abb_lodash-es_71968945._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/a3abb_lodash-es_8c3798ec._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/a3abb_lodash-es_f7e6e959._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/node_modules__pnpm_03d68913._.js +28 -28
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/{node_modules__pnpm_5237fdd7._.js → node_modules__pnpm_11fc8cad._.js} +2 -2
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/{node_modules__pnpm_a3f2a370._.js → node_modules__pnpm_1e176d07._.js} +2 -2
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/node_modules__pnpm_2b810caa._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/node_modules__pnpm_3ac36b29._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/node_modules__pnpm_3d74497b._.js +31 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/node_modules__pnpm_4a28a77d._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/node_modules__pnpm_4a7b3c19._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/{node_modules__pnpm_30b0b05a._.js → node_modules__pnpm_59960f1e._.js} +2 -2
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/node_modules__pnpm_61f8ccc0._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/node_modules__pnpm_6697cd90._.js +26 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/node_modules__pnpm_73c425a0._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/node_modules__pnpm_74354499._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/node_modules__pnpm_763657ac._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/node_modules__pnpm_797a2ca8._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/node_modules__pnpm_7dfb1bd9._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/node_modules__pnpm_87b4580a._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/node_modules__pnpm_88964c5f._.js +45 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/node_modules__pnpm_8991f9c5._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/{node_modules__pnpm_76d4233c._.js → node_modules__pnpm_8cfd2093._.js} +3 -3
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/node_modules__pnpm_94550f9f._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/node_modules__pnpm_979654f9._.js +264 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/node_modules__pnpm_9f109f32._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/{node_modules__pnpm_c766836f._.js → node_modules__pnpm_acea603d._.js} +2 -2
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/node_modules__pnpm_cce16695._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/node_modules__pnpm_ccfd2c1b._.js +17 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/node_modules__pnpm_d627b170._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/{node_modules__pnpm_b23175bb._.js → node_modules__pnpm_da2d2764._.js} +2 -2
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/node_modules__pnpm_da99d8e9._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/node_modules__pnpm_e7a691d1._.js +3 -0
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/{node_modules__pnpm_c22df304._.js → node_modules__pnpm_ea8cde4a._.js} +2 -2
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/{node_modules__pnpm_472d6274._.js → node_modules__pnpm_effb98fb._.js} +2 -2
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/packages_ui_src_components_context-client_tsx_0ded8336._.js +1 -1
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/packages_ui_src_components_dependencies_dependencies-client_tsx_481976b3._.js +1 -1
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/packages_ui_src_components_spec-detail-wrapper_tsx_fd35401c._.js +1 -1
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/packages_ui_src_components_specs-client_tsx_01341e35._.js +1 -1
- package/.next/standalone/packages/ui/.next/server/middleware-build-manifest.js +2 -2
- package/.next/standalone/packages/ui/.next/server/pages/404.html +2 -2
- package/.next/standalone/packages/ui/.next/server/pages/500.html +2 -2
- package/.next/{static/chunks/7b70989270600907.js → standalone/packages/ui/.next/static/chunks/033e84ae4e602451.js} +2 -2
- package/.next/standalone/packages/ui/.next/static/chunks/{414a78f7b9b58d11.js → 0e1982b1a6cbd127.js} +2 -2
- package/.next/standalone/packages/ui/.next/static/chunks/12a7420acd028ffb.js +1 -0
- package/.next/{static/chunks/df7e61b074dee049.js → standalone/packages/ui/.next/static/chunks/1acfae010fd77014.js} +1 -1
- package/.next/{static/chunks/3013cefdf3bb0932.js → standalone/packages/ui/.next/static/chunks/1f73933498bb3f89.js} +1 -1
- package/.next/standalone/packages/ui/.next/static/chunks/{af643629ba393b18.js → 219b7d9e437c6bd8.js} +2 -2
- package/.next/standalone/packages/ui/.next/static/chunks/23a1e247c32bcc61.js +93 -0
- package/.next/standalone/packages/ui/.next/static/chunks/25e71c18d7f735b0.js +77 -0
- package/.next/{static/chunks/42eab565a0419f25.js → standalone/packages/ui/.next/static/chunks/2769a6addee16819.js} +1 -1
- package/.next/standalone/packages/ui/.next/static/chunks/2a07a20aeed845d2.js +1 -0
- package/.next/standalone/packages/ui/.next/static/chunks/3717f57c910514ee.js +4 -0
- package/.next/standalone/packages/ui/.next/static/chunks/3f5728744987b056.js +10 -0
- package/.next/standalone/packages/ui/.next/static/chunks/4205e1e99dbad846.js +1 -0
- package/.next/standalone/packages/ui/.next/static/chunks/484a82e3fed783b5.js +262 -0
- package/.next/standalone/packages/ui/.next/static/chunks/486b12d42e9f2e10.js +1 -0
- package/.next/standalone/packages/ui/.next/static/chunks/4928acec2f0a27a0.js +15 -0
- package/.next/standalone/packages/ui/.next/static/chunks/4c0bd06c9ef55bdf.js +63 -0
- package/.next/standalone/packages/ui/.next/static/chunks/{b900efab2eee69a0.js → 4d8d7e62c2743f71.js} +2 -2
- package/.next/standalone/packages/ui/.next/static/chunks/4f2bc7a7a6b05a8b.js +55 -0
- package/.next/standalone/packages/ui/.next/static/chunks/4fead4c15e38b33e.js +1 -0
- package/.next/standalone/packages/ui/.next/static/chunks/{f88536b96f1df686.js → 529ac1f084e36f1a.js} +1 -1
- package/.next/{static/chunks/6483096c16d96f2c.js → standalone/packages/ui/.next/static/chunks/55761e35a8946a1d.js} +1 -1
- package/.next/standalone/packages/ui/.next/static/chunks/{5fffdea0623d8a25.js → 584bad9cf2498405.js} +1 -1
- package/.next/standalone/packages/ui/.next/static/chunks/5cf25a8967a2f486.js +215 -0
- package/.next/standalone/packages/ui/.next/static/chunks/61d65fe807f69413.js +62 -0
- package/.next/standalone/packages/ui/.next/static/chunks/625c67f1826b0214.js +24 -0
- package/.next/standalone/packages/ui/.next/static/chunks/63d8fd1597f46aba.js +3 -0
- package/.next/standalone/packages/ui/.next/static/chunks/6d040eb901b4e641.js +1 -0
- package/.next/standalone/packages/ui/.next/static/chunks/76af2698c6233ad3.js +60 -0
- package/.next/{static/chunks/37f2e45cf97245d9.js → standalone/packages/ui/.next/static/chunks/7ff2a1996be67419.js} +1 -1
- package/.next/{static/chunks/2136b3131f74188f.js → standalone/packages/ui/.next/static/chunks/808ed0f189237446.js} +1 -1
- package/.next/standalone/packages/ui/.next/static/chunks/81316016a1163994.js +1 -0
- package/.next/standalone/packages/ui/.next/static/chunks/83a8941b869553c2.js +43 -0
- package/.next/standalone/packages/ui/.next/static/chunks/83ad0e374ba914bb.js +1 -0
- package/.next/{static/chunks/8ff23db3e3143bc7.js → standalone/packages/ui/.next/static/chunks/86922861a757bcb1.js} +1 -1
- package/.next/{static/chunks/a0b34f852bfa3d1b.js → standalone/packages/ui/.next/static/chunks/962e5cad8ea716fc.js} +1 -1
- package/.next/standalone/packages/ui/.next/static/chunks/98f112e5f904766f.js +1 -0
- package/.next/standalone/packages/ui/.next/static/chunks/{31c5e577f282adb3.js → 9bb03156564e344d.js} +1 -1
- package/.next/standalone/packages/ui/.next/static/chunks/9c6d5fb76690228a.js +1 -0
- package/.next/standalone/packages/ui/.next/static/chunks/{3f94c1ef6e27c8bd.js → 9d851c7076be779f.js} +1 -1
- package/.next/standalone/packages/ui/.next/static/chunks/9f415807575a9834.js +1 -0
- package/.next/standalone/packages/ui/.next/static/chunks/a1d3de9e7615662e.js +160 -0
- package/.next/standalone/packages/ui/.next/static/chunks/a7fdfeea5fd894c1.js +59 -0
- package/.next/standalone/packages/ui/.next/static/chunks/a8a3989305bcc136.js +215 -0
- package/.next/standalone/packages/ui/.next/static/chunks/ab47f453990e66ac.js +1 -0
- package/.next/standalone/packages/ui/.next/static/chunks/{72dde43947381f78.js → acb938ef1d4fb5ac.js} +1 -1
- package/.next/standalone/packages/ui/.next/static/chunks/acbfbe8ec48b9d30.js +1 -0
- package/.next/standalone/packages/ui/.next/static/chunks/c44a73bf08ad2744.js +1 -0
- package/.next/standalone/packages/ui/.next/static/chunks/{6c862b0bdb79830a.js → c5cbf4348920e18a.js} +1 -1
- package/.next/standalone/packages/ui/.next/static/chunks/c5ff5834cc40cc53.js +1 -0
- package/.next/standalone/packages/ui/.next/static/chunks/c795916b36aa4427.js +5 -0
- package/.next/standalone/packages/ui/.next/static/chunks/cf8d56af13058933.js +29 -0
- package/.next/standalone/packages/ui/.next/static/chunks/d0abae9ec6f86e28.js +24 -0
- package/.next/standalone/packages/ui/.next/static/chunks/d19b45f04737fd17.js +1 -0
- package/.next/standalone/packages/ui/.next/static/chunks/d267fa95a802a93e.js +1 -0
- package/.next/standalone/packages/ui/.next/static/chunks/d857534107a61f01.js +13 -0
- package/.next/{static/chunks/642374ace530e2bd.js → standalone/packages/ui/.next/static/chunks/d9d11dc692443713.js} +1 -1
- package/.next/standalone/packages/ui/.next/static/chunks/dd4d5318fe76181b.js +1 -0
- package/.next/standalone/packages/ui/.next/static/chunks/e3b72bcd2506a85d.js +2 -0
- package/.next/standalone/packages/ui/.next/static/chunks/{192b2f6118d057e2.js → e63644fc036e8e8f.js} +15 -15
- package/.next/{static/chunks/c8bad5d62c56feb2.js → standalone/packages/ui/.next/static/chunks/ea1a170f520100f6.js} +1 -1
- package/.next/standalone/packages/ui/.next/static/chunks/f1d2ff2b44324a2f.js +2 -0
- package/.next/standalone/packages/ui/.next/static/chunks/f30b1d00c76e6487.js +1 -0
- package/.next/standalone/packages/ui/.next/static/chunks/f669ccd352a5dddd.js +1 -0
- package/.next/{static/chunks/16b742746668b9d6.js → standalone/packages/ui/.next/static/chunks/f8c965a996875e30.js} +1 -1
- package/.next/standalone/packages/ui/.next/static/chunks/{1490995adc7829e2.js → f9737eb4b7281392.js} +1 -1
- package/.next/{static/chunks/turbopack-b52299a351b6f041.js → standalone/packages/ui/.next/static/chunks/turbopack-ee7289036a2ef92e.js} +1 -1
- package/.next/standalone/packages/ui/bin/ui.js +0 -0
- package/.next/standalone/packages/ui/package.json +30 -30
- package/.next/standalone/packages/ui/src/app/api/health/route.ts +9 -0
- package/.next/standalone/packages/ui/src/app/api/projects/[id]/dependencies/route.ts +8 -1
- package/.next/standalone/packages/ui/src/app/api/projects/[id]/route.ts +1 -1
- package/.next/standalone/packages/ui/src/app/api/projects/[id]/specs/route.ts +15 -0
- package/.next/standalone/packages/ui/src/app/api/projects/[id]/stats/route.ts +1 -1
- package/.next/standalone/packages/ui/src/app/api/projects/route.ts +1 -1
- package/.next/standalone/packages/ui/src/app/api/search/route.ts +54 -0
- package/.next/standalone/packages/ui/src/app/health/route.ts +9 -0
- package/.next/standalone/packages/ui/src/lib/spec-utils/frontmatter.ts +18 -15
- package/.next/standalone/packages/ui-components/package.json +20 -20
- package/.next/standalone/packages/ui-vite/package.json +24 -17
- package/.next/standalone/packages/ui-vite/src/components/Layout.tsx +6 -2
- package/.next/standalone/packages/ui-vite/src/components/MermaidDiagram.tsx +82 -0
- package/.next/standalone/packages/ui-vite/src/hooks/useKeyboardShortcuts.ts +5 -0
- package/.next/standalone/packages/ui-vite/src/pages/DashboardPage.tsx +421 -0
- package/.next/standalone/packages/ui-vite/src/pages/DependenciesPage.tsx +222 -36
- package/.next/standalone/packages/ui-vite/src/pages/SpecDetailPage.tsx +24 -1
- package/.next/standalone/packages/ui-vite/src/pages/StatsPage.tsx +172 -45
- package/.next/standalone/packages/ui-vite/src/router.tsx +3 -2
- package/.next/{standalone/packages/ui/.next/static/chunks/7b70989270600907.js → static/chunks/033e84ae4e602451.js} +2 -2
- package/.next/static/chunks/{414a78f7b9b58d11.js → 0e1982b1a6cbd127.js} +2 -2
- package/.next/static/chunks/12a7420acd028ffb.js +1 -0
- package/.next/{standalone/packages/ui/.next/static/chunks/df7e61b074dee049.js → static/chunks/1acfae010fd77014.js} +1 -1
- package/.next/{standalone/packages/ui/.next/static/chunks/3013cefdf3bb0932.js → static/chunks/1f73933498bb3f89.js} +1 -1
- package/.next/static/chunks/{af643629ba393b18.js → 219b7d9e437c6bd8.js} +2 -2
- package/.next/static/chunks/23a1e247c32bcc61.js +93 -0
- package/.next/static/chunks/25e71c18d7f735b0.js +77 -0
- package/.next/{standalone/packages/ui/.next/static/chunks/42eab565a0419f25.js → static/chunks/2769a6addee16819.js} +1 -1
- package/.next/static/chunks/2a07a20aeed845d2.js +1 -0
- package/.next/static/chunks/3717f57c910514ee.js +4 -0
- package/.next/static/chunks/3f5728744987b056.js +10 -0
- package/.next/static/chunks/4205e1e99dbad846.js +1 -0
- package/.next/static/chunks/484a82e3fed783b5.js +262 -0
- package/.next/static/chunks/486b12d42e9f2e10.js +1 -0
- package/.next/static/chunks/4928acec2f0a27a0.js +15 -0
- package/.next/static/chunks/4c0bd06c9ef55bdf.js +63 -0
- package/.next/static/chunks/{b900efab2eee69a0.js → 4d8d7e62c2743f71.js} +2 -2
- package/.next/static/chunks/4f2bc7a7a6b05a8b.js +55 -0
- package/.next/static/chunks/4fead4c15e38b33e.js +1 -0
- package/.next/static/chunks/{f88536b96f1df686.js → 529ac1f084e36f1a.js} +1 -1
- package/.next/{standalone/packages/ui/.next/static/chunks/6483096c16d96f2c.js → static/chunks/55761e35a8946a1d.js} +1 -1
- package/.next/static/chunks/{5fffdea0623d8a25.js → 584bad9cf2498405.js} +1 -1
- package/.next/static/chunks/5cf25a8967a2f486.js +215 -0
- package/.next/static/chunks/61d65fe807f69413.js +62 -0
- package/.next/static/chunks/625c67f1826b0214.js +24 -0
- package/.next/static/chunks/63d8fd1597f46aba.js +3 -0
- package/.next/static/chunks/6d040eb901b4e641.js +1 -0
- package/.next/static/chunks/76af2698c6233ad3.js +60 -0
- package/.next/{standalone/packages/ui/.next/static/chunks/37f2e45cf97245d9.js → static/chunks/7ff2a1996be67419.js} +1 -1
- package/.next/{standalone/packages/ui/.next/static/chunks/2136b3131f74188f.js → static/chunks/808ed0f189237446.js} +1 -1
- package/.next/static/chunks/81316016a1163994.js +1 -0
- package/.next/static/chunks/83a8941b869553c2.js +43 -0
- package/.next/static/chunks/83ad0e374ba914bb.js +1 -0
- package/.next/{standalone/packages/ui/.next/static/chunks/8ff23db3e3143bc7.js → static/chunks/86922861a757bcb1.js} +1 -1
- package/.next/{standalone/packages/ui/.next/static/chunks/a0b34f852bfa3d1b.js → static/chunks/962e5cad8ea716fc.js} +1 -1
- package/.next/static/chunks/98f112e5f904766f.js +1 -0
- package/.next/static/chunks/{31c5e577f282adb3.js → 9bb03156564e344d.js} +1 -1
- package/.next/static/chunks/9c6d5fb76690228a.js +1 -0
- package/.next/static/chunks/{3f94c1ef6e27c8bd.js → 9d851c7076be779f.js} +1 -1
- package/.next/static/chunks/9f415807575a9834.js +1 -0
- package/.next/static/chunks/a1d3de9e7615662e.js +160 -0
- package/.next/static/chunks/a7fdfeea5fd894c1.js +59 -0
- package/.next/static/chunks/a8a3989305bcc136.js +215 -0
- package/.next/static/chunks/ab47f453990e66ac.js +1 -0
- package/.next/static/chunks/{72dde43947381f78.js → acb938ef1d4fb5ac.js} +1 -1
- package/.next/static/chunks/acbfbe8ec48b9d30.js +1 -0
- package/.next/static/chunks/c44a73bf08ad2744.js +1 -0
- package/.next/static/chunks/{6c862b0bdb79830a.js → c5cbf4348920e18a.js} +1 -1
- package/.next/static/chunks/c5ff5834cc40cc53.js +1 -0
- package/.next/static/chunks/c795916b36aa4427.js +5 -0
- package/.next/static/chunks/cf8d56af13058933.js +29 -0
- package/.next/static/chunks/d0abae9ec6f86e28.js +24 -0
- package/.next/static/chunks/d19b45f04737fd17.js +1 -0
- package/.next/static/chunks/d267fa95a802a93e.js +1 -0
- package/.next/static/chunks/d857534107a61f01.js +13 -0
- package/.next/{standalone/packages/ui/.next/static/chunks/642374ace530e2bd.js → static/chunks/d9d11dc692443713.js} +1 -1
- package/.next/static/chunks/dd4d5318fe76181b.js +1 -0
- package/.next/static/chunks/e3b72bcd2506a85d.js +2 -0
- package/.next/static/chunks/{192b2f6118d057e2.js → e63644fc036e8e8f.js} +15 -15
- package/.next/{standalone/packages/ui/.next/static/chunks/c8bad5d62c56feb2.js → static/chunks/ea1a170f520100f6.js} +1 -1
- package/.next/static/chunks/f1d2ff2b44324a2f.js +2 -0
- package/.next/static/chunks/f30b1d00c76e6487.js +1 -0
- package/.next/static/chunks/f669ccd352a5dddd.js +1 -0
- package/.next/{standalone/packages/ui/.next/static/chunks/16b742746668b9d6.js → static/chunks/f8c965a996875e30.js} +1 -1
- package/.next/static/chunks/{1490995adc7829e2.js → f9737eb4b7281392.js} +1 -1
- package/.next/{standalone/packages/ui/.next/static/chunks/turbopack-b52299a351b6f041.js → static/chunks/turbopack-ee7289036a2ef92e.js} +1 -1
- package/package.json +44 -44
- package/.next/standalone/packages/ui/.next/server/chunks/[root-of-the-server]__0ca8ab51._.js +0 -3
- package/.next/standalone/packages/ui/.next/server/chunks/[root-of-the-server]__46661652._.js +0 -3
- package/.next/standalone/packages/ui/.next/server/chunks/[root-of-the-server]__5633d75c._.js +0 -21
- package/.next/standalone/packages/ui/.next/server/chunks/[root-of-the-server]__7c3f68e4._.js +0 -3
- package/.next/standalone/packages/ui/.next/server/chunks/[root-of-the-server]__8d6c6cff._.js +0 -3
- package/.next/standalone/packages/ui/.next/server/chunks/[root-of-the-server]__97ce74ed._.js +0 -3
- package/.next/standalone/packages/ui/.next/server/chunks/[root-of-the-server]__a05c13bb._.js +0 -3
- package/.next/standalone/packages/ui/.next/server/chunks/[root-of-the-server]__a1582fad._.js +0 -3
- package/.next/standalone/packages/ui/.next/server/chunks/[root-of-the-server]__b6844128._.js +0 -3
- package/.next/standalone/packages/ui/.next/server/chunks/[root-of-the-server]__be4523bf._.js +0 -3
- package/.next/standalone/packages/ui/.next/server/chunks/[root-of-the-server]__e8070afd._.js +0 -3
- package/.next/standalone/packages/ui/.next/server/chunks/[root-of-the-server]__e891242e._.js +0 -3
- package/.next/standalone/packages/ui/.next/server/chunks/_14bcb343._.js +0 -3
- package/.next/standalone/packages/ui/.next/server/chunks/_545e404c._.js +0 -3
- package/.next/standalone/packages/ui/.next/server/chunks/_69a771f4._.js +0 -3
- package/.next/standalone/packages/ui/.next/server/chunks/_6b7380f1._.js +0 -3
- package/.next/standalone/packages/ui/.next/server/chunks/_82045c93._.js +0 -3
- package/.next/standalone/packages/ui/.next/server/chunks/_b7cdc48c._.js +0 -3
- package/.next/standalone/packages/ui/.next/server/chunks/_bedf0a4e._.js +0 -3
- package/.next/standalone/packages/ui/.next/server/chunks/_d3fd96f5._.js +0 -3
- package/.next/standalone/packages/ui/.next/server/chunks/_eef7dd10._.js +0 -3
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/641df_lodash-es_057c0674._.js +0 -3
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/641df_lodash-es_4b57a3a3._.js +0 -3
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/641df_lodash-es_4d3de843._.js +0 -3
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/641df_lodash-es_5f3103e1._.js +0 -3
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/641df_lodash-es_bcc35893._.js +0 -3
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/641df_lodash-es_f2ef1919._.js +0 -3
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/931bf_mermaid_dist_chunks_mermaid_core_c4Diagram-YG6GDRKO_mjs_0683be9f._.js +0 -7
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/931bf_mermaid_dist_chunks_mermaid_core_chunk-ABZYJK2D_mjs_4034a85b._.js +0 -79
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/931bf_mermaid_dist_chunks_mermaid_core_chunk-B4BG7PRW_mjs_3190ac39._.js +0 -162
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/931bf_mermaid_dist_chunks_mermaid_core_chunk-JA3XYJ7Z_mjs_4c9b0254._.js +0 -62
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/931bf_mermaid_dist_chunks_mermaid_core_chunk-S3R3BYOJ_mjs_0c8df0bf._.js +0 -4
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/931bf_mermaid_dist_chunks_mermaid_core_dagre-6UL2VRFP_mjs_2a0e551c._.js +0 -3
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/931bf_mermaid_dist_chunks_mermaid_core_erDiagram-Q2GNP2WA_mjs_2956542e._.js +0 -57
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/931bf_mermaid_dist_chunks_mermaid_core_f71564d9._.js +0 -3
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/931bf_mermaid_dist_chunks_mermaid_core_gitGraphDiagram-NY62KEGX_mjs_fe41f076._.js +0 -65
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/931bf_mermaid_dist_chunks_mermaid_core_journeyDiagram-XKPGCS4Q_mjs_8b9c3e68._.js +0 -136
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/931bf_mermaid_dist_chunks_mermaid_core_kanban-definition-3W4ZIXB7_mjs_d8e6de34._.js +0 -81
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/931bf_mermaid_dist_chunks_mermaid_core_quadrantDiagram-AYHSOK5B_mjs_50c2110d._.js +0 -3
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/931bf_mermaid_dist_chunks_mermaid_core_requirementDiagram-UZGBJVZJ_mjs_8f86dea7._.js +0 -61
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/931bf_mermaid_dist_chunks_mermaid_core_stateDiagram-FKZM4ZOC_mjs_2bd67ce9._.js +0 -3
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/931bf_mermaid_dist_chunks_mermaid_core_xychartDiagram-PRI3JC2R_mjs_7eec04e0._.js +0 -3
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/931bf_mermaid_dist_mermaid_core_mjs_1c407865._.js +0 -9
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/[root-of-the-server]__a34731d8._.js +0 -3
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/[root-of-the-server]__b0d6e2ad._.js +0 -3
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/[root-of-the-server]__e4a2bcdd._.js +0 -64
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/_14e94498._.js +0 -7
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/_228deb98._.js +0 -3
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/_3e8b1549._.js +0 -3
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/_55d5049a._.js +0 -5
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/_6766b4f3._.js +0 -3
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/_6901fbea._.js +0 -3
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/_c9ad4c99._.js +0 -3
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/node_modules__pnpm_1120b57c._.js +0 -3
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/node_modules__pnpm_157f6c24._.js +0 -3
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/node_modules__pnpm_1aec4342._.js +0 -17
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/node_modules__pnpm_2a29db83._.js +0 -3
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/node_modules__pnpm_3ba1438c._.js +0 -3
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/node_modules__pnpm_69372f5b._.js +0 -3
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/node_modules__pnpm_7434d351._.js +0 -3
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/node_modules__pnpm_7791e3b8._.js +0 -3
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/node_modules__pnpm_88c8b88b._.js +0 -3
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/node_modules__pnpm_b247a526._.js +0 -264
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/node_modules__pnpm_c17f27b1._.js +0 -45
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/node_modules__pnpm_e175b92a._.js +0 -31
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/node_modules__pnpm_e440897f._.js +0 -3
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/node_modules__pnpm_e8075f9b._.js +0 -3
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/node_modules__pnpm_ea1bddc7._.js +0 -3
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/node_modules__pnpm_f732d0bb._.js +0 -26
- package/.next/standalone/packages/ui/.next/server/chunks/ssr/node_modules__pnpm_f919ef4a._.js +0 -3
- package/.next/standalone/packages/ui/.next/static/chunks/038fb2d565c88582.js +0 -2
- package/.next/standalone/packages/ui/.next/static/chunks/051e1aa02e4b28a5.js +0 -1
- package/.next/standalone/packages/ui/.next/static/chunks/0def4e3de105a498.js +0 -1
- package/.next/standalone/packages/ui/.next/static/chunks/1104de0c16e0b792.js +0 -59
- package/.next/standalone/packages/ui/.next/static/chunks/19e520f0833c8219.js +0 -1
- package/.next/standalone/packages/ui/.next/static/chunks/1a910f137d27fff0.js +0 -63
- package/.next/standalone/packages/ui/.next/static/chunks/1c6db91bce771c18.js +0 -1
- package/.next/standalone/packages/ui/.next/static/chunks/2b8dd40cfd46d975.js +0 -60
- package/.next/standalone/packages/ui/.next/static/chunks/305b74f3c20cb4ef.js +0 -1
- package/.next/standalone/packages/ui/.next/static/chunks/39691fae9a3463fe.js +0 -262
- package/.next/standalone/packages/ui/.next/static/chunks/3a683a37eeba41f4.js +0 -1
- package/.next/standalone/packages/ui/.next/static/chunks/3bb1648a5b264c9d.js +0 -1
- package/.next/standalone/packages/ui/.next/static/chunks/4610aea3ca2e69eb.js +0 -2
- package/.next/standalone/packages/ui/.next/static/chunks/49acb2b7b420dc50.js +0 -13
- package/.next/standalone/packages/ui/.next/static/chunks/4e85dea329906168.js +0 -1
- package/.next/standalone/packages/ui/.next/static/chunks/525d6cb99a13c44a.js +0 -215
- package/.next/standalone/packages/ui/.next/static/chunks/5295f0e82fd2a6d3.js +0 -24
- package/.next/standalone/packages/ui/.next/static/chunks/53c8177744c358e1.js +0 -1
- package/.next/standalone/packages/ui/.next/static/chunks/567bc31005c31006.js +0 -1
- package/.next/standalone/packages/ui/.next/static/chunks/56894ea818ee2a54.js +0 -1
- package/.next/standalone/packages/ui/.next/static/chunks/64543dbd7a7a99b7.js +0 -1
- package/.next/standalone/packages/ui/.next/static/chunks/6f3c460ef90843d6.js +0 -215
- package/.next/standalone/packages/ui/.next/static/chunks/8287406f2fe1c1c3.js +0 -1
- package/.next/standalone/packages/ui/.next/static/chunks/85b2b8ec762b7c79.js +0 -62
- package/.next/standalone/packages/ui/.next/static/chunks/89a8f922ce491ce9.js +0 -93
- package/.next/standalone/packages/ui/.next/static/chunks/8e74116482d87a39.js +0 -1
- package/.next/standalone/packages/ui/.next/static/chunks/93f68e12f388e2bb.js +0 -1
- package/.next/standalone/packages/ui/.next/static/chunks/942cf63b4032c808.js +0 -29
- package/.next/standalone/packages/ui/.next/static/chunks/97c8160044aea609.js +0 -77
- package/.next/standalone/packages/ui/.next/static/chunks/9f111762e88812e3.js +0 -1
- package/.next/standalone/packages/ui/.next/static/chunks/a95be4ea7999efee.js +0 -5
- package/.next/standalone/packages/ui/.next/static/chunks/abaf0381e8007624.js +0 -1
- package/.next/standalone/packages/ui/.next/static/chunks/c762baa705e11b30.js +0 -1
- package/.next/standalone/packages/ui/.next/static/chunks/d35b70bce9e2e4a3.js +0 -10
- package/.next/standalone/packages/ui/.next/static/chunks/d43971093c91d3b2.js +0 -160
- package/.next/standalone/packages/ui/.next/static/chunks/dc394e2327882613.js +0 -3
- package/.next/standalone/packages/ui/.next/static/chunks/dd8e053aa48c6398.js +0 -1
- package/.next/standalone/packages/ui/.next/static/chunks/ddc7726e19e5e25c.js +0 -43
- package/.next/standalone/packages/ui/.next/static/chunks/e20849e3abe63aa5.js +0 -55
- package/.next/standalone/packages/ui/.next/static/chunks/e2792c100b4041a1.js +0 -15
- package/.next/standalone/packages/ui/.next/static/chunks/e3bc96a996e2a314.js +0 -24
- package/.next/standalone/packages/ui/.next/static/chunks/e5aab2c562822175.js +0 -1
- package/.next/standalone/packages/ui/.next/static/chunks/efbbc4dc4b32a270.js +0 -4
- package/.next/standalone/packages/ui/.next/static/chunks/fcf01915df415518.js +0 -1
- package/.next/static/chunks/038fb2d565c88582.js +0 -2
- package/.next/static/chunks/051e1aa02e4b28a5.js +0 -1
- package/.next/static/chunks/0def4e3de105a498.js +0 -1
- package/.next/static/chunks/1104de0c16e0b792.js +0 -59
- package/.next/static/chunks/19e520f0833c8219.js +0 -1
- package/.next/static/chunks/1a910f137d27fff0.js +0 -63
- package/.next/static/chunks/1c6db91bce771c18.js +0 -1
- package/.next/static/chunks/2b8dd40cfd46d975.js +0 -60
- package/.next/static/chunks/305b74f3c20cb4ef.js +0 -1
- package/.next/static/chunks/39691fae9a3463fe.js +0 -262
- package/.next/static/chunks/3a683a37eeba41f4.js +0 -1
- package/.next/static/chunks/3bb1648a5b264c9d.js +0 -1
- package/.next/static/chunks/4610aea3ca2e69eb.js +0 -2
- package/.next/static/chunks/49acb2b7b420dc50.js +0 -13
- package/.next/static/chunks/4e85dea329906168.js +0 -1
- package/.next/static/chunks/525d6cb99a13c44a.js +0 -215
- package/.next/static/chunks/5295f0e82fd2a6d3.js +0 -24
- package/.next/static/chunks/53c8177744c358e1.js +0 -1
- package/.next/static/chunks/567bc31005c31006.js +0 -1
- package/.next/static/chunks/56894ea818ee2a54.js +0 -1
- package/.next/static/chunks/64543dbd7a7a99b7.js +0 -1
- package/.next/static/chunks/6f3c460ef90843d6.js +0 -215
- package/.next/static/chunks/8287406f2fe1c1c3.js +0 -1
- package/.next/static/chunks/85b2b8ec762b7c79.js +0 -62
- package/.next/static/chunks/89a8f922ce491ce9.js +0 -93
- package/.next/static/chunks/8e74116482d87a39.js +0 -1
- package/.next/static/chunks/93f68e12f388e2bb.js +0 -1
- package/.next/static/chunks/942cf63b4032c808.js +0 -29
- package/.next/static/chunks/97c8160044aea609.js +0 -77
- package/.next/static/chunks/9f111762e88812e3.js +0 -1
- package/.next/static/chunks/a95be4ea7999efee.js +0 -5
- package/.next/static/chunks/abaf0381e8007624.js +0 -1
- package/.next/static/chunks/c762baa705e11b30.js +0 -1
- package/.next/static/chunks/d35b70bce9e2e4a3.js +0 -10
- package/.next/static/chunks/d43971093c91d3b2.js +0 -160
- package/.next/static/chunks/dc394e2327882613.js +0 -3
- package/.next/static/chunks/dd8e053aa48c6398.js +0 -1
- package/.next/static/chunks/ddc7726e19e5e25c.js +0 -43
- package/.next/static/chunks/e20849e3abe63aa5.js +0 -55
- package/.next/static/chunks/e2792c100b4041a1.js +0 -15
- package/.next/static/chunks/e3bc96a996e2a314.js +0 -24
- package/.next/static/chunks/e5aab2c562822175.js +0 -1
- package/.next/static/chunks/efbbc4dc4b32a270.js +0 -4
- package/.next/static/chunks/fcf01915df415518.js +0 -1
- /package/.next/standalone/packages/ui/.next/static/{go0tWfyUzaZ0Q5O1ihd6x → 42z5C6Wiqc0rFyIDpNUDz}/_buildManifest.js +0 -0
- /package/.next/standalone/packages/ui/.next/static/{go0tWfyUzaZ0Q5O1ihd6x → 42z5C6Wiqc0rFyIDpNUDz}/_clientMiddlewareManifest.json +0 -0
- /package/.next/standalone/packages/ui/.next/static/{go0tWfyUzaZ0Q5O1ihd6x → 42z5C6Wiqc0rFyIDpNUDz}/_ssgManifest.js +0 -0
- /package/.next/static/{go0tWfyUzaZ0Q5O1ihd6x → 42z5C6Wiqc0rFyIDpNUDz}/_buildManifest.js +0 -0
- /package/.next/static/{go0tWfyUzaZ0Q5O1ihd6x → 42z5C6Wiqc0rFyIDpNUDz}/_clientMiddlewareManifest.json +0 -0
- /package/.next/static/{go0tWfyUzaZ0Q5O1ihd6x → 42z5C6Wiqc0rFyIDpNUDz}/_ssgManifest.js +0 -0
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
module.exports=[666680,(a,b,c)=>{b.exports=a.x("node:crypto",()=>require("node:crypto"))},660526,(a,b,c)=>{b.exports=a.x("node:os",()=>require("node:os"))},750227,(a,b,c)=>{b.exports=a.x("node:path",()=>require("node:path"))},912714,(a,b,c)=>{b.exports=a.x("node:fs/promises",()=>require("node:fs/promises"))},522734,(a,b,c)=>{b.exports=a.x("fs",()=>require("fs"))},902157,(a,b,c)=>{b.exports=a.x("node:fs",()=>require("node:fs"))},776429,a=>{"use strict";let b=(0,a.i(206371).registerClientReference)(function(){throw Error("Attempted to call Navigation() from the server but Navigation is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/packages/ui/src/components/navigation.tsx <module evaluation>","Navigation");a.s(["Navigation",0,b])},104480,a=>{"use strict";let b=(0,a.i(206371).registerClientReference)(function(){throw Error("Attempted to call Navigation() from the server but Navigation is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/packages/ui/src/components/navigation.tsx","Navigation");a.s(["Navigation",0,b])},454539,a=>{"use strict";a.i(776429);var b=a.i(104480);a.n(b)},537917,a=>{"use strict";let b=(0,a.i(206371).registerClientReference)(function(){throw Error("Attempted to call MainSidebar() from the server but MainSidebar is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/packages/ui/src/components/main-sidebar.tsx <module evaluation>","MainSidebar");a.s(["MainSidebar",0,b])},518100,a=>{"use strict";let b=(0,a.i(206371).registerClientReference)(function(){throw Error("Attempted to call MainSidebar() from the server but MainSidebar is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/packages/ui/src/components/main-sidebar.tsx","MainSidebar");a.s(["MainSidebar",0,b])},632510,a=>{"use strict";a.i(537917);var b=a.i(518100);a.n(b)},352798,a=>{"use strict";let b=(0,a.i(206371).registerClientReference)(function(){throw Error("Attempted to call ThemeProvider() from the server but ThemeProvider is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/packages/ui/src/components/theme-provider.tsx <module evaluation>","ThemeProvider");a.s(["ThemeProvider",0,b])},664731,a=>{"use strict";let b=(0,a.i(206371).registerClientReference)(function(){throw Error("Attempted to call ThemeProvider() from the server but ThemeProvider is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/packages/ui/src/components/theme-provider.tsx","ThemeProvider");a.s(["ThemeProvider",0,b])},55444,a=>{"use strict";a.i(352798);var b=a.i(664731);a.n(b)},708696,a=>{"use strict";var b=a.i(206371);let c=(0,b.registerClientReference)(function(){throw Error("Attempted to call Toast() from the server but Toast is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/packages/ui/src/components/ui/toast.tsx <module evaluation>","Toast"),d=(0,b.registerClientReference)(function(){throw Error("Attempted to call toast() from the server but toast is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/packages/ui/src/components/ui/toast.tsx <module evaluation>","toast");a.s(["Toast",0,c,"toast",0,d])},93515,a=>{"use strict";var b=a.i(206371);let c=(0,b.registerClientReference)(function(){throw Error("Attempted to call Toast() from the server but Toast is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/packages/ui/src/components/ui/toast.tsx","Toast"),d=(0,b.registerClientReference)(function(){throw Error("Attempted to call toast() from the server but toast is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/packages/ui/src/components/ui/toast.tsx","toast");a.s(["Toast",0,c,"toast",0,d])},151936,a=>{"use strict";a.i(708696);var b=a.i(93515);a.n(b)},406348,a=>{"use strict";var b=a.i(206371);let c=(0,b.registerClientReference)(function(){throw Error("Attempted to call DEFAULT_PROJECT_ID() from the server but DEFAULT_PROJECT_ID is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/packages/ui/src/contexts/project-context.tsx <module evaluation>","DEFAULT_PROJECT_ID"),d=(0,b.registerClientReference)(function(){throw Error("Attempted to call ProjectProvider() from the server but ProjectProvider is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/packages/ui/src/contexts/project-context.tsx <module evaluation>","ProjectProvider"),e=(0,b.registerClientReference)(function(){throw Error("Attempted to call isDefaultProject() from the server but isDefaultProject is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/packages/ui/src/contexts/project-context.tsx <module evaluation>","isDefaultProject"),f=(0,b.registerClientReference)(function(){throw Error("Attempted to call normalizeProjectId() from the server but normalizeProjectId is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/packages/ui/src/contexts/project-context.tsx <module evaluation>","normalizeProjectId"),g=(0,b.registerClientReference)(function(){throw Error("Attempted to call useProject() from the server but useProject is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/packages/ui/src/contexts/project-context.tsx <module evaluation>","useProject"),h=(0,b.registerClientReference)(function(){throw Error("Attempted to call useProjectUrl() from the server but useProjectUrl is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/packages/ui/src/contexts/project-context.tsx <module evaluation>","useProjectUrl");a.s(["DEFAULT_PROJECT_ID",0,c,"ProjectProvider",0,d,"isDefaultProject",0,e,"normalizeProjectId",0,f,"useProject",0,g,"useProjectUrl",0,h])},34126,a=>{"use strict";var b=a.i(206371);let c=(0,b.registerClientReference)(function(){throw Error("Attempted to call DEFAULT_PROJECT_ID() from the server but DEFAULT_PROJECT_ID is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/packages/ui/src/contexts/project-context.tsx","DEFAULT_PROJECT_ID"),d=(0,b.registerClientReference)(function(){throw Error("Attempted to call ProjectProvider() from the server but ProjectProvider is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/packages/ui/src/contexts/project-context.tsx","ProjectProvider"),e=(0,b.registerClientReference)(function(){throw Error("Attempted to call isDefaultProject() from the server but isDefaultProject is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/packages/ui/src/contexts/project-context.tsx","isDefaultProject"),f=(0,b.registerClientReference)(function(){throw Error("Attempted to call normalizeProjectId() from the server but normalizeProjectId is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/packages/ui/src/contexts/project-context.tsx","normalizeProjectId"),g=(0,b.registerClientReference)(function(){throw Error("Attempted to call useProject() from the server but useProject is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/packages/ui/src/contexts/project-context.tsx","useProject"),h=(0,b.registerClientReference)(function(){throw Error("Attempted to call useProjectUrl() from the server but useProjectUrl is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/packages/ui/src/contexts/project-context.tsx","useProjectUrl");a.s(["DEFAULT_PROJECT_ID",0,c,"ProjectProvider",0,d,"isDefaultProject",0,e,"normalizeProjectId",0,f,"useProject",0,g,"useProjectUrl",0,h])},587646,a=>{"use strict";a.i(406348);var b=a.i(34126);a.n(b)},685116,a=>{"use strict";let b=(0,a.i(206371).registerClientReference)(function(){throw Error("Attempted to call I18nProvider() from the server but I18nProvider is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/packages/ui/src/components/i18n-provider.tsx <module evaluation>","I18nProvider");a.s(["I18nProvider",0,b])},151139,a=>{"use strict";let b=(0,a.i(206371).registerClientReference)(function(){throw Error("Attempted to call I18nProvider() from the server but I18nProvider is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/packages/ui/src/components/i18n-provider.tsx","I18nProvider");a.s(["I18nProvider",0,b])},746141,a=>{"use strict";a.i(685116);var b=a.i(151139);a.n(b)},835601,a=>{"use strict";let b=(0,a.i(206371).registerClientReference)(function(){throw Error("Attempted to call DesktopBridge() from the server but DesktopBridge is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/packages/ui/src/components/desktop-bridge.tsx <module evaluation>","DesktopBridge");a.s(["DesktopBridge",0,b])},320924,a=>{"use strict";let b=(0,a.i(206371).registerClientReference)(function(){throw Error("Attempted to call DesktopBridge() from the server but DesktopBridge is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/packages/ui/src/components/desktop-bridge.tsx","DesktopBridge");a.s(["DesktopBridge",0,b])},510641,a=>{"use strict";a.i(835601);var b=a.i(320924);a.n(b)},834986,a=>{"use strict";var b=a.i(206371);let c=(0,b.registerClientReference)(function(){throw Error("Attempted to call Analytics() from the server but Analytics is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/.pnpm/@vercel+analytics@1.5.0_next@16.0.10_@opentelemetry+api@1.9.0_react-dom@19.2.0_react@19.2.0__react@19.2.0__react@19.2.0/node_modules/@vercel/analytics/dist/react/index.mjs <module evaluation>","Analytics"),d=(0,b.registerClientReference)(function(){throw Error("Attempted to call track() from the server but track is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/.pnpm/@vercel+analytics@1.5.0_next@16.0.10_@opentelemetry+api@1.9.0_react-dom@19.2.0_react@19.2.0__react@19.2.0__react@19.2.0/node_modules/@vercel/analytics/dist/react/index.mjs <module evaluation>","track");a.s(["Analytics",0,c,"track",0,d])},845860,a=>{"use strict";var b=a.i(206371);let c=(0,b.registerClientReference)(function(){throw Error("Attempted to call Analytics() from the server but Analytics is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/.pnpm/@vercel+analytics@1.5.0_next@16.0.10_@opentelemetry+api@1.9.0_react-dom@19.2.0_react@19.2.0__react@19.2.0__react@19.2.0/node_modules/@vercel/analytics/dist/react/index.mjs","Analytics"),d=(0,b.registerClientReference)(function(){throw Error("Attempted to call track() from the server but track is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/.pnpm/@vercel+analytics@1.5.0_next@16.0.10_@opentelemetry+api@1.9.0_react-dom@19.2.0_react@19.2.0__react@19.2.0__react@19.2.0/node_modules/@vercel/analytics/dist/react/index.mjs","track");a.s(["Analytics",0,c,"track",0,d])},438327,a=>{"use strict";a.i(834986);var b=a.i(845860);a.n(b)},87885,a=>{"use strict";var b=a.i(488955),c=a.i(454539),d=a.i(632510),e=a.i(55444),f=a.i(151936),g=a.i(587646),h=a.i(746141),i=a.i(510641),j=a.i(978931),k=a.i(438327);async function l({children:a}){let l=(await (0,j.getSpecs)()).filter(a=>a.specNumber&&a.title&&a.status&&a.priority).map(a=>({id:a.id,specNumber:a.specNumber.toString(),title:a.title,status:a.status,priority:a.priority,tags:a.tags||[],createdAt:a.createdAt?a.createdAt.toISOString():""}));return(0,b.jsx)("html",{lang:"en",suppressHydrationWarning:!0,children:(0,b.jsxs)("body",{className:"antialiased bg-background overflow-x-hidden",children:[(0,b.jsx)(h.I18nProvider,{children:(0,b.jsx)(e.ThemeProvider,{attribute:"class",defaultTheme:"system",enableSystem:!0,disableTransitionOnChange:!0,children:(0,b.jsxs)(g.ProjectProvider,{children:[(0,b.jsx)(c.Navigation,{specs:l}),(0,b.jsxs)("div",{className:"flex w-full min-w-0",children:[(0,b.jsx)(d.MainSidebar,{}),(0,b.jsx)("main",{className:"flex-1 min-h-[calc(100vh-3.5rem)] min-w-0 w-full lg:w-[calc(100vw-var(--main-sidebar-width,240px))]",children:a})]}),(0,b.jsx)(f.Toast,{}),(0,b.jsx)(i.DesktopBridge,{})]})})}),"true"===process.env.ENABLE_ANALYTICS&&(0,b.jsx)(k.Analytics,{})]})})}a.s(["default",()=>l,"metadata",0,{title:"LeanSpec Web - Interactive Spec Showcase",description:"Browse and explore LeanSpec specifications in a rich, interactive format",icons:{icon:[{url:"/favicon.ico"},{url:"/logo.svg",type:"image/svg+xml"}],apple:"/logo.svg"},openGraph:{title:"LeanSpec Web",description:"Browse and explore LeanSpec specifications in a rich, interactive format",type:"website"}}])},307654,a=>{a.v(b=>Promise.all(["server/chunks/ssr/[externals]_better-sqlite3_a1cc22cb._.js","server/chunks/ssr/packages_ui_src_lib_specs_sources_database-source_ts_f7186c2a._.js"].map(b=>a.l(b))).then(()=>b(87803)))}];
|
|
1
|
+
module.exports=[666680,(a,b,c)=>{b.exports=a.x("node:crypto",()=>require("node:crypto"))},660526,(a,b,c)=>{b.exports=a.x("node:os",()=>require("node:os"))},750227,(a,b,c)=>{b.exports=a.x("node:path",()=>require("node:path"))},912714,(a,b,c)=>{b.exports=a.x("node:fs/promises",()=>require("node:fs/promises"))},522734,(a,b,c)=>{b.exports=a.x("fs",()=>require("fs"))},902157,(a,b,c)=>{b.exports=a.x("node:fs",()=>require("node:fs"))},776429,a=>{"use strict";let b=(0,a.i(206371).registerClientReference)(function(){throw Error("Attempted to call Navigation() from the server but Navigation is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/packages/ui/src/components/navigation.tsx <module evaluation>","Navigation");a.s(["Navigation",0,b])},104480,a=>{"use strict";let b=(0,a.i(206371).registerClientReference)(function(){throw Error("Attempted to call Navigation() from the server but Navigation is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/packages/ui/src/components/navigation.tsx","Navigation");a.s(["Navigation",0,b])},454539,a=>{"use strict";a.i(776429);var b=a.i(104480);a.n(b)},537917,a=>{"use strict";let b=(0,a.i(206371).registerClientReference)(function(){throw Error("Attempted to call MainSidebar() from the server but MainSidebar is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/packages/ui/src/components/main-sidebar.tsx <module evaluation>","MainSidebar");a.s(["MainSidebar",0,b])},518100,a=>{"use strict";let b=(0,a.i(206371).registerClientReference)(function(){throw Error("Attempted to call MainSidebar() from the server but MainSidebar is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/packages/ui/src/components/main-sidebar.tsx","MainSidebar");a.s(["MainSidebar",0,b])},632510,a=>{"use strict";a.i(537917);var b=a.i(518100);a.n(b)},352798,a=>{"use strict";let b=(0,a.i(206371).registerClientReference)(function(){throw Error("Attempted to call ThemeProvider() from the server but ThemeProvider is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/packages/ui/src/components/theme-provider.tsx <module evaluation>","ThemeProvider");a.s(["ThemeProvider",0,b])},664731,a=>{"use strict";let b=(0,a.i(206371).registerClientReference)(function(){throw Error("Attempted to call ThemeProvider() from the server but ThemeProvider is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/packages/ui/src/components/theme-provider.tsx","ThemeProvider");a.s(["ThemeProvider",0,b])},55444,a=>{"use strict";a.i(352798);var b=a.i(664731);a.n(b)},708696,a=>{"use strict";var b=a.i(206371);let c=(0,b.registerClientReference)(function(){throw Error("Attempted to call Toast() from the server but Toast is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/packages/ui/src/components/ui/toast.tsx <module evaluation>","Toast"),d=(0,b.registerClientReference)(function(){throw Error("Attempted to call toast() from the server but toast is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/packages/ui/src/components/ui/toast.tsx <module evaluation>","toast");a.s(["Toast",0,c,"toast",0,d])},93515,a=>{"use strict";var b=a.i(206371);let c=(0,b.registerClientReference)(function(){throw Error("Attempted to call Toast() from the server but Toast is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/packages/ui/src/components/ui/toast.tsx","Toast"),d=(0,b.registerClientReference)(function(){throw Error("Attempted to call toast() from the server but toast is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/packages/ui/src/components/ui/toast.tsx","toast");a.s(["Toast",0,c,"toast",0,d])},151936,a=>{"use strict";a.i(708696);var b=a.i(93515);a.n(b)},406348,a=>{"use strict";var b=a.i(206371);let c=(0,b.registerClientReference)(function(){throw Error("Attempted to call DEFAULT_PROJECT_ID() from the server but DEFAULT_PROJECT_ID is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/packages/ui/src/contexts/project-context.tsx <module evaluation>","DEFAULT_PROJECT_ID"),d=(0,b.registerClientReference)(function(){throw Error("Attempted to call ProjectProvider() from the server but ProjectProvider is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/packages/ui/src/contexts/project-context.tsx <module evaluation>","ProjectProvider"),e=(0,b.registerClientReference)(function(){throw Error("Attempted to call isDefaultProject() from the server but isDefaultProject is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/packages/ui/src/contexts/project-context.tsx <module evaluation>","isDefaultProject"),f=(0,b.registerClientReference)(function(){throw Error("Attempted to call normalizeProjectId() from the server but normalizeProjectId is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/packages/ui/src/contexts/project-context.tsx <module evaluation>","normalizeProjectId"),g=(0,b.registerClientReference)(function(){throw Error("Attempted to call useProject() from the server but useProject is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/packages/ui/src/contexts/project-context.tsx <module evaluation>","useProject"),h=(0,b.registerClientReference)(function(){throw Error("Attempted to call useProjectUrl() from the server but useProjectUrl is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/packages/ui/src/contexts/project-context.tsx <module evaluation>","useProjectUrl");a.s(["DEFAULT_PROJECT_ID",0,c,"ProjectProvider",0,d,"isDefaultProject",0,e,"normalizeProjectId",0,f,"useProject",0,g,"useProjectUrl",0,h])},34126,a=>{"use strict";var b=a.i(206371);let c=(0,b.registerClientReference)(function(){throw Error("Attempted to call DEFAULT_PROJECT_ID() from the server but DEFAULT_PROJECT_ID is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/packages/ui/src/contexts/project-context.tsx","DEFAULT_PROJECT_ID"),d=(0,b.registerClientReference)(function(){throw Error("Attempted to call ProjectProvider() from the server but ProjectProvider is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/packages/ui/src/contexts/project-context.tsx","ProjectProvider"),e=(0,b.registerClientReference)(function(){throw Error("Attempted to call isDefaultProject() from the server but isDefaultProject is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/packages/ui/src/contexts/project-context.tsx","isDefaultProject"),f=(0,b.registerClientReference)(function(){throw Error("Attempted to call normalizeProjectId() from the server but normalizeProjectId is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/packages/ui/src/contexts/project-context.tsx","normalizeProjectId"),g=(0,b.registerClientReference)(function(){throw Error("Attempted to call useProject() from the server but useProject is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/packages/ui/src/contexts/project-context.tsx","useProject"),h=(0,b.registerClientReference)(function(){throw Error("Attempted to call useProjectUrl() from the server but useProjectUrl is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/packages/ui/src/contexts/project-context.tsx","useProjectUrl");a.s(["DEFAULT_PROJECT_ID",0,c,"ProjectProvider",0,d,"isDefaultProject",0,e,"normalizeProjectId",0,f,"useProject",0,g,"useProjectUrl",0,h])},587646,a=>{"use strict";a.i(406348);var b=a.i(34126);a.n(b)},685116,a=>{"use strict";let b=(0,a.i(206371).registerClientReference)(function(){throw Error("Attempted to call I18nProvider() from the server but I18nProvider is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/packages/ui/src/components/i18n-provider.tsx <module evaluation>","I18nProvider");a.s(["I18nProvider",0,b])},151139,a=>{"use strict";let b=(0,a.i(206371).registerClientReference)(function(){throw Error("Attempted to call I18nProvider() from the server but I18nProvider is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/packages/ui/src/components/i18n-provider.tsx","I18nProvider");a.s(["I18nProvider",0,b])},746141,a=>{"use strict";a.i(685116);var b=a.i(151139);a.n(b)},835601,a=>{"use strict";let b=(0,a.i(206371).registerClientReference)(function(){throw Error("Attempted to call DesktopBridge() from the server but DesktopBridge is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/packages/ui/src/components/desktop-bridge.tsx <module evaluation>","DesktopBridge");a.s(["DesktopBridge",0,b])},320924,a=>{"use strict";let b=(0,a.i(206371).registerClientReference)(function(){throw Error("Attempted to call DesktopBridge() from the server but DesktopBridge is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/packages/ui/src/components/desktop-bridge.tsx","DesktopBridge");a.s(["DesktopBridge",0,b])},510641,a=>{"use strict";a.i(835601);var b=a.i(320924);a.n(b)},225577,a=>{"use strict";var b=a.i(206371);let c=(0,b.registerClientReference)(function(){throw Error("Attempted to call Analytics() from the server but Analytics is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/.pnpm/@vercel+analytics@1.6.1_next@16.0.10_@opentelemetry+api@1.9.0_react-dom@19.2.0_react@19.2.0__react@19.2.0__react@19.2.0/node_modules/@vercel/analytics/dist/react/index.mjs <module evaluation>","Analytics"),d=(0,b.registerClientReference)(function(){throw Error("Attempted to call track() from the server but track is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/.pnpm/@vercel+analytics@1.6.1_next@16.0.10_@opentelemetry+api@1.9.0_react-dom@19.2.0_react@19.2.0__react@19.2.0__react@19.2.0/node_modules/@vercel/analytics/dist/react/index.mjs <module evaluation>","track");a.s(["Analytics",0,c,"track",0,d])},886531,a=>{"use strict";var b=a.i(206371);let c=(0,b.registerClientReference)(function(){throw Error("Attempted to call Analytics() from the server but Analytics is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/.pnpm/@vercel+analytics@1.6.1_next@16.0.10_@opentelemetry+api@1.9.0_react-dom@19.2.0_react@19.2.0__react@19.2.0__react@19.2.0/node_modules/@vercel/analytics/dist/react/index.mjs","Analytics"),d=(0,b.registerClientReference)(function(){throw Error("Attempted to call track() from the server but track is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/node_modules/.pnpm/@vercel+analytics@1.6.1_next@16.0.10_@opentelemetry+api@1.9.0_react-dom@19.2.0_react@19.2.0__react@19.2.0__react@19.2.0/node_modules/@vercel/analytics/dist/react/index.mjs","track");a.s(["Analytics",0,c,"track",0,d])},254551,a=>{"use strict";a.i(225577);var b=a.i(886531);a.n(b)},87885,a=>{"use strict";var b=a.i(488955),c=a.i(454539),d=a.i(632510),e=a.i(55444),f=a.i(151936),g=a.i(587646),h=a.i(746141),i=a.i(510641),j=a.i(978931),k=a.i(254551);async function l({children:a}){let l=(await (0,j.getSpecs)()).filter(a=>a.specNumber&&a.title&&a.status&&a.priority).map(a=>({id:a.id,specNumber:a.specNumber.toString(),title:a.title,status:a.status,priority:a.priority,tags:a.tags||[],createdAt:a.createdAt?a.createdAt.toISOString():""}));return(0,b.jsx)("html",{lang:"en",suppressHydrationWarning:!0,children:(0,b.jsxs)("body",{className:"antialiased bg-background overflow-x-hidden",children:[(0,b.jsx)(h.I18nProvider,{children:(0,b.jsx)(e.ThemeProvider,{attribute:"class",defaultTheme:"system",enableSystem:!0,disableTransitionOnChange:!0,children:(0,b.jsxs)(g.ProjectProvider,{children:[(0,b.jsx)(c.Navigation,{specs:l}),(0,b.jsxs)("div",{className:"flex w-full min-w-0",children:[(0,b.jsx)(d.MainSidebar,{}),(0,b.jsx)("main",{className:"flex-1 min-h-[calc(100vh-3.5rem)] min-w-0 w-full lg:w-[calc(100vw-var(--main-sidebar-width,240px))]",children:a})]}),(0,b.jsx)(f.Toast,{}),(0,b.jsx)(i.DesktopBridge,{})]})})}),"true"===process.env.ENABLE_ANALYTICS&&(0,b.jsx)(k.Analytics,{})]})})}a.s(["default",()=>l,"metadata",0,{title:"LeanSpec Web - Interactive Spec Showcase",description:"Browse and explore LeanSpec specifications in a rich, interactive format",icons:{icon:[{url:"/favicon.ico"},{url:"/logo.svg",type:"image/svg+xml"}],apple:"/logo.svg"},openGraph:{title:"LeanSpec Web",description:"Browse and explore LeanSpec specifications in a rich, interactive format",type:"website"}}])},307654,a=>{a.v(b=>Promise.all(["server/chunks/ssr/[externals]_better-sqlite3_a1cc22cb._.js","server/chunks/ssr/packages_ui_src_lib_specs_sources_database-source_ts_f7186c2a._.js"].map(b=>a.l(b))).then(()=>b(87803)))}];
|
|
2
2
|
|
|
3
|
-
//# sourceMappingURL=%5Broot-of-the-server%
|
|
3
|
+
//# sourceMappingURL=%5Broot-of-the-server%5D__1260c5f7._.js.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
module.exports=[43285,(a,b,c)=>{b.exports=a.x("next/dist/server/app-render/dynamic-access-async-storage.external.js",()=>require("next/dist/server/app-render/dynamic-access-async-storage.external.js"))},918622,(a,b,c)=>{b.exports=a.x("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js",()=>require("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js"))},556704,(a,b,c)=>{b.exports=a.x("next/dist/server/app-render/work-async-storage.external.js",()=>require("next/dist/server/app-render/work-async-storage.external.js"))},832319,(a,b,c)=>{b.exports=a.x("next/dist/server/app-render/work-unit-async-storage.external.js",()=>require("next/dist/server/app-render/work-unit-async-storage.external.js"))},324725,(a,b,c)=>{b.exports=a.x("next/dist/server/app-render/after-task-async-storage.external.js",()=>require("next/dist/server/app-render/after-task-async-storage.external.js"))},120635,(a,b,c)=>{b.exports=a.x("next/dist/server/app-render/action-async-storage.external.js",()=>require("next/dist/server/app-render/action-async-storage.external.js"))},60888,(a,b,c)=>{"use strict";b.exports=a.r(918622)},982746,(a,b,c)=>{"use strict";b.exports=a.r(60888).vendored["react-ssr"].ReactJsxRuntime},280940,(a,b,c)=>{"use strict";b.exports=a.r(60888).vendored["react-ssr"].React},353991,(a,b,c)=>{"use strict";b.exports=a.r(60888).vendored.contexts.AppRouterContext},541372,(a,b,c)=>{"use strict";b.exports=a.r(60888).vendored["react-ssr"].ReactServerDOMTurbopackClient},22386,(a,b,c)=>{"use strict";b.exports=a.r(60888).vendored["react-ssr"].ReactDOM},911977,(a,b,c)=>{"use strict";b.exports=a.r(60888).vendored.contexts.HooksClientContext},347598,(a,b,c)=>{"use strict";b.exports=a.r(60888).vendored.contexts.ServerInsertedHtml},
|
|
1
|
+
module.exports=[43285,(a,b,c)=>{b.exports=a.x("next/dist/server/app-render/dynamic-access-async-storage.external.js",()=>require("next/dist/server/app-render/dynamic-access-async-storage.external.js"))},918622,(a,b,c)=>{b.exports=a.x("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js",()=>require("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js"))},556704,(a,b,c)=>{b.exports=a.x("next/dist/server/app-render/work-async-storage.external.js",()=>require("next/dist/server/app-render/work-async-storage.external.js"))},832319,(a,b,c)=>{b.exports=a.x("next/dist/server/app-render/work-unit-async-storage.external.js",()=>require("next/dist/server/app-render/work-unit-async-storage.external.js"))},324725,(a,b,c)=>{b.exports=a.x("next/dist/server/app-render/after-task-async-storage.external.js",()=>require("next/dist/server/app-render/after-task-async-storage.external.js"))},120635,(a,b,c)=>{b.exports=a.x("next/dist/server/app-render/action-async-storage.external.js",()=>require("next/dist/server/app-render/action-async-storage.external.js"))},60888,(a,b,c)=>{"use strict";b.exports=a.r(918622)},982746,(a,b,c)=>{"use strict";b.exports=a.r(60888).vendored["react-ssr"].ReactJsxRuntime},280940,(a,b,c)=>{"use strict";b.exports=a.r(60888).vendored["react-ssr"].React},353991,(a,b,c)=>{"use strict";b.exports=a.r(60888).vendored.contexts.AppRouterContext},541372,(a,b,c)=>{"use strict";b.exports=a.r(60888).vendored["react-ssr"].ReactServerDOMTurbopackClient},22386,(a,b,c)=>{"use strict";b.exports=a.r(60888).vendored["react-ssr"].ReactDOM},911977,(a,b,c)=>{"use strict";b.exports=a.r(60888).vendored.contexts.HooksClientContext},347598,(a,b,c)=>{"use strict";b.exports=a.r(60888).vendored.contexts.ServerInsertedHtml},718611,a=>{"use strict";var b=a.i(280940),c=a.i(651792),d=a.i(982746),e=Object.freeze({position:"absolute",border:0,width:1,height:1,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",wordWrap:"normal"}),f=b.forwardRef((a,b)=>(0,d.jsx)(c.Primitive.span,{...a,ref:b,style:{...e,...a.style}}));f.displayName="VisuallyHidden",a.s(["Root",()=>f,"VISUALLY_HIDDEN_STYLES",()=>e])},294783,a=>{"use strict";var b=a.i(982746),c=a.i(156916),d=a.i(861698);function e(){let{theme:a}=(0,d.useTheme)();return(0,b.jsx)(c.Toaster,{theme:a,position:"bottom-right",richColors:!0,closeButton:!0,expand:!1,duration:4e3,toastOptions:{classNames:{toast:"group",title:"font-semibold",description:"text-sm opacity-90",actionButton:"bg-primary text-primary-foreground",cancelButton:"bg-muted text-muted-foreground"}}})}a.s(["Toast",()=>e])},470786,(a,b,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"HandleISRError",{enumerable:!0,get:function(){return e}});let d=a.r(556704).workAsyncStorage;function e({error:a}){if(d){let b=d.getStore();if(b?.isStaticGeneration)throw a&&console.error(a),a}return null}("function"==typeof c.default||"object"==typeof c.default&&null!==c.default)&&void 0===c.default.__esModule&&(Object.defineProperty(c.default,"__esModule",{value:!0}),Object.assign(c.default,c),b.exports=c.default)},386217,(a,b,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"default",{enumerable:!0,get:function(){return h}});let d=a.r(982746),e=a.r(470786),f={fontFamily:'system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji"',height:"100vh",textAlign:"center",display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center"},g={fontSize:"14px",fontWeight:400,lineHeight:"28px",margin:"0 8px"},h=function({error:a}){let b=a?.digest;return(0,d.jsxs)("html",{id:"__next_error__",children:[(0,d.jsx)("head",{}),(0,d.jsxs)("body",{children:[(0,d.jsx)(e.HandleISRError,{error:a}),(0,d.jsx)("div",{style:f,children:(0,d.jsxs)("div",{children:[(0,d.jsxs)("h2",{style:g,children:["Application error: a ",b?"server":"client","-side exception has occurred while loading ",window.location.hostname," (see the"," ",b?"server logs":"browser console"," for more information)."]}),b?(0,d.jsx)("p",{style:g,children:`Digest: ${b}`}):null]})})]})]})};("function"==typeof c.default||"object"==typeof c.default&&null!==c.default)&&void 0===c.default.__esModule&&(Object.defineProperty(c.default,"__esModule",{value:!0}),Object.assign(c.default,c),b.exports=c.default)},861698,a=>{"use strict";var b=a.i(280940),c=(a,b,c,d,e,f,g,h)=>{let i=document.documentElement,j=["light","dark"];function k(b){var c;(Array.isArray(a)?a:[a]).forEach(a=>{let c="class"===a,d=c&&f?e.map(a=>f[a]||a):e;c?(i.classList.remove(...d),i.classList.add(f&&f[b]?f[b]:b)):i.setAttribute(a,b)}),c=b,h&&j.includes(c)&&(i.style.colorScheme=c)}if(d)k(d);else try{let a=localStorage.getItem(b)||c,d=g&&"system"===a?window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light":a;k(d)}catch(a){}},d=["light","dark"],e="(prefers-color-scheme: dark)",f=b.createContext(void 0),g={setTheme:a=>{},themes:[]},h=()=>{var a;return null!=(a=b.useContext(f))?a:g},i=a=>b.useContext(f)?b.createElement(b.Fragment,null,a.children):b.createElement(k,{...a}),j=["light","dark"],k=({forcedTheme:a,disableTransitionOnChange:c=!1,enableSystem:g=!0,enableColorScheme:h=!0,storageKey:i="theme",themes:k=j,defaultTheme:p=g?"system":"light",attribute:q="data-theme",value:r,children:s,nonce:t,scriptProps:u})=>{let[v,w]=b.useState(()=>m(i,p)),[x,y]=b.useState(()=>"system"===v?o():v),z=r?Object.values(r):k,A=b.useCallback(a=>{let b=a;if(!b)return;"system"===a&&g&&(b=o());let e=r?r[b]:b,f=c?n(t):null,i=document.documentElement,j=a=>{"class"===a?(i.classList.remove(...z),e&&i.classList.add(e)):a.startsWith("data-")&&(e?i.setAttribute(a,e):i.removeAttribute(a))};if(Array.isArray(q)?q.forEach(j):j(q),h){let a=d.includes(p)?p:null,c=d.includes(b)?b:a;i.style.colorScheme=c}null==f||f()},[t]),B=b.useCallback(a=>{let b="function"==typeof a?a(v):a;w(b);try{localStorage.setItem(i,b)}catch(a){}},[v]),C=b.useCallback(b=>{y(o(b)),"system"===v&&g&&!a&&A("system")},[v,a]);b.useEffect(()=>{let a=window.matchMedia(e);return a.addListener(C),C(a),()=>a.removeListener(C)},[C]),b.useEffect(()=>{let a=a=>{a.key===i&&(a.newValue?w(a.newValue):B(p))};return window.addEventListener("storage",a),()=>window.removeEventListener("storage",a)},[B]),b.useEffect(()=>{A(null!=a?a:v)},[a,v]);let D=b.useMemo(()=>({theme:v,setTheme:B,forcedTheme:a,resolvedTheme:"system"===v?x:v,themes:g?[...k,"system"]:k,systemTheme:g?x:void 0}),[v,B,a,x,g,k]);return b.createElement(f.Provider,{value:D},b.createElement(l,{forcedTheme:a,storageKey:i,attribute:q,enableSystem:g,enableColorScheme:h,defaultTheme:p,value:r,themes:k,nonce:t,scriptProps:u}),s)},l=b.memo(({forcedTheme:a,storageKey:d,attribute:e,enableSystem:f,enableColorScheme:g,defaultTheme:h,value:i,themes:j,nonce:k,scriptProps:l})=>{let m=JSON.stringify([e,d,h,a,j,i,f,g]).slice(1,-1);return b.createElement("script",{...l,suppressHydrationWarning:!0,nonce:k,dangerouslySetInnerHTML:{__html:`(${c.toString()})(${m})`}})}),m=(a,b)=>{},n=a=>{let b=document.createElement("style");return a&&b.setAttribute("nonce",a),b.appendChild(document.createTextNode("*,*::before,*::after{-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;-ms-transition:none!important;transition:none!important}")),document.head.appendChild(b),()=>{window.getComputedStyle(document.body),setTimeout(()=>{document.head.removeChild(b)},1)}},o=a=>(a||(a=window.matchMedia(e)),a.matches?"dark":"light");a.s(["ThemeProvider",()=>i,"useTheme",()=>h])},631868,a=>{"use strict";var b=a.i(982746),c=a.i(687052);function d({className:a,...d}){return(0,b.jsx)("div",{className:(0,c.cn)("animate-pulse rounded-md bg-muted",a),...d})}a.s(["Skeleton",()=>d])},517601,a=>{"use strict";let b=(0,a.i(863535).default)("arrow-left",[["path",{d:"m12 19-7-7 7-7",key:"1l729n"}],["path",{d:"M19 12H5",key:"x3x0zl"}]]);a.s(["ArrowLeft",()=>b],517601)},796228,a=>{"use strict";let b=(0,a.i(863535).default)("book-open",[["path",{d:"M12 7v14",key:"1akyts"}],["path",{d:"M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z",key:"ruj8y"}]]);a.s(["BookOpen",()=>b],796228)},591633,a=>{"use strict";let b=(0,a.i(863535).default)("settings",[["path",{d:"M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915",key:"1i5ecw"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]]);a.s(["Settings",()=>b],591633)}];
|
|
2
2
|
|
|
3
|
-
//# sourceMappingURL=%5Broot-of-the-server%
|
|
3
|
+
//# sourceMappingURL=%5Broot-of-the-server%5D__1cb959c5._.js.map
|