@vasfal/vellum 0.1.0
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/BUILD_ID +1 -0
- package/.next/app-path-routes-manifest.json +15 -0
- package/.next/build/56416d4ae4ce586f.js +6 -0
- package/.next/build/56416d4ae4ce586f.js.map +5 -0
- package/.next/build/chunks/[root-of-the-server]__0oj80bi._.js +206 -0
- package/.next/build/chunks/[root-of-the-server]__0oj80bi._.js.map +8 -0
- package/.next/build/chunks/[root-of-the-server]__1f933tp._.js +500 -0
- package/.next/build/chunks/[root-of-the-server]__1f933tp._.js.map +11 -0
- package/.next/build/chunks/[turbopack-node]_transforms_postcss_ts_0b7xl6g._.js +13 -0
- package/.next/build/chunks/[turbopack-node]_transforms_postcss_ts_0b7xl6g._.js.map +5 -0
- package/.next/build/chunks/[turbopack]_runtime.js +890 -0
- package/.next/build/chunks/[turbopack]_runtime.js.map +11 -0
- package/.next/build/chunks/node_modules_20v-8wl._.js +6832 -0
- package/.next/build/chunks/node_modules_20v-8wl._.js.map +47 -0
- package/.next/build/package.json +1 -0
- package/.next/build-manifest.json +21 -0
- package/.next/cache/.previewinfo +1 -0
- package/.next/cache/.rscinfo +1 -0
- package/.next/cache/.tsbuildinfo +1 -0
- package/.next/diagnostics/build-diagnostics.json +6 -0
- package/.next/diagnostics/framework.json +1 -0
- package/.next/diagnostics/route-bundle-stats.json +111 -0
- package/.next/export-marker.json +6 -0
- package/.next/fallback-build-manifest.json +13 -0
- package/.next/images-manifest.json +68 -0
- package/.next/next-minimal-server.js.nft.json +1 -0
- package/.next/next-server.js.nft.json +1 -0
- package/.next/package.json +1 -0
- package/.next/prerender-manifest.json +186 -0
- package/.next/required-server-files.js +334 -0
- package/.next/required-server-files.json +334 -0
- package/.next/routes-manifest.json +126 -0
- package/.next/server/app/(app)/page/app-paths-manifest.json +3 -0
- package/.next/server/app/(app)/page/build-manifest.json +17 -0
- package/.next/server/app/(app)/page/next-font-manifest.json +11 -0
- package/.next/server/app/(app)/page/react-loadable-manifest.json +1 -0
- package/.next/server/app/(app)/page/server-reference-manifest.json +4 -0
- package/.next/server/app/(app)/page.js +15 -0
- package/.next/server/app/(app)/page.js.map +5 -0
- package/.next/server/app/(app)/page.js.nft.json +1 -0
- package/.next/server/app/(app)/page_client-reference-manifest.js +3 -0
- package/.next/server/app/(app)/session/[name]/page/app-paths-manifest.json +3 -0
- package/.next/server/app/(app)/session/[name]/page/build-manifest.json +17 -0
- package/.next/server/app/(app)/session/[name]/page/next-font-manifest.json +11 -0
- package/.next/server/app/(app)/session/[name]/page/react-loadable-manifest.json +1 -0
- package/.next/server/app/(app)/session/[name]/page/server-reference-manifest.json +4 -0
- package/.next/server/app/(app)/session/[name]/page.js +15 -0
- package/.next/server/app/(app)/session/[name]/page.js.map +5 -0
- package/.next/server/app/(app)/session/[name]/page.js.nft.json +1 -0
- package/.next/server/app/(app)/session/[name]/page_client-reference-manifest.js +3 -0
- package/.next/server/app/(app)/settings/key/page/app-paths-manifest.json +3 -0
- package/.next/server/app/(app)/settings/key/page/build-manifest.json +17 -0
- package/.next/server/app/(app)/settings/key/page/next-font-manifest.json +11 -0
- package/.next/server/app/(app)/settings/key/page/react-loadable-manifest.json +1 -0
- package/.next/server/app/(app)/settings/key/page/server-reference-manifest.json +4 -0
- package/.next/server/app/(app)/settings/key/page.js +15 -0
- package/.next/server/app/(app)/settings/key/page.js.map +5 -0
- package/.next/server/app/(app)/settings/key/page.js.nft.json +1 -0
- package/.next/server/app/(app)/settings/key/page_client-reference-manifest.js +3 -0
- package/.next/server/app/_global-error/page/app-paths-manifest.json +3 -0
- package/.next/server/app/_global-error/page/build-manifest.json +17 -0
- package/.next/server/app/_global-error/page/next-font-manifest.json +6 -0
- package/.next/server/app/_global-error/page/react-loadable-manifest.json +1 -0
- package/.next/server/app/_global-error/page/server-reference-manifest.json +4 -0
- package/.next/server/app/_global-error/page.js +9 -0
- package/.next/server/app/_global-error/page.js.map +5 -0
- package/.next/server/app/_global-error/page.js.nft.json +1 -0
- package/.next/server/app/_global-error/page_client-reference-manifest.js +3 -0
- package/.next/server/app/_global-error.html +1 -0
- package/.next/server/app/_global-error.meta +15 -0
- package/.next/server/app/_global-error.rsc +14 -0
- package/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +5 -0
- package/.next/server/app/_global-error.segments/_full.segment.rsc +14 -0
- package/.next/server/app/_global-error.segments/_head.segment.rsc +5 -0
- package/.next/server/app/_global-error.segments/_index.segment.rsc +5 -0
- package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -0
- package/.next/server/app/_not-found/page/app-paths-manifest.json +3 -0
- package/.next/server/app/_not-found/page/build-manifest.json +17 -0
- package/.next/server/app/_not-found/page/next-font-manifest.json +11 -0
- package/.next/server/app/_not-found/page/react-loadable-manifest.json +1 -0
- package/.next/server/app/_not-found/page/server-reference-manifest.json +4 -0
- package/.next/server/app/_not-found/page.js +13 -0
- package/.next/server/app/_not-found/page.js.map +5 -0
- package/.next/server/app/_not-found/page.js.nft.json +1 -0
- package/.next/server/app/_not-found/page_client-reference-manifest.js +3 -0
- package/.next/server/app/_not-found.html +1 -0
- package/.next/server/app/_not-found.meta +16 -0
- package/.next/server/app/_not-found.rsc +18 -0
- package/.next/server/app/_not-found.segments/_full.segment.rsc +18 -0
- package/.next/server/app/_not-found.segments/_head.segment.rsc +6 -0
- package/.next/server/app/_not-found.segments/_index.segment.rsc +7 -0
- package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +5 -0
- package/.next/server/app/_not-found.segments/_not-found.segment.rsc +5 -0
- package/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -0
- package/.next/server/app/api/analyze/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/analyze/route/build-manifest.json +9 -0
- package/.next/server/app/api/analyze/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/analyze/route.js +9 -0
- package/.next/server/app/api/analyze/route.js.map +5 -0
- package/.next/server/app/api/analyze/route.js.nft.json +1 -0
- package/.next/server/app/api/analyze/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/key/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/key/route/build-manifest.json +9 -0
- package/.next/server/app/api/key/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/key/route.js +8 -0
- package/.next/server/app/api/key/route.js.map +5 -0
- package/.next/server/app/api/key/route.js.nft.json +1 -0
- package/.next/server/app/api/key/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/key-status/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/key-status/route/build-manifest.json +9 -0
- package/.next/server/app/api/key-status/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/key-status/route.js +7 -0
- package/.next/server/app/api/key-status/route.js.map +5 -0
- package/.next/server/app/api/key-status/route.js.nft.json +1 -0
- package/.next/server/app/api/key-status/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/models/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/models/route/build-manifest.json +9 -0
- package/.next/server/app/api/models/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/models/route.js +7 -0
- package/.next/server/app/api/models/route.js.map +5 -0
- package/.next/server/app/api/models/route.js.nft.json +1 -0
- package/.next/server/app/api/models/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/revise/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/revise/route/build-manifest.json +9 -0
- package/.next/server/app/api/revise/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/revise/route.js +8 -0
- package/.next/server/app/api/revise/route.js.map +5 -0
- package/.next/server/app/api/revise/route.js.nft.json +1 -0
- package/.next/server/app/api/revise/route_client-reference-manifest.js +3 -0
- package/.next/server/app/icon.svg/route/app-paths-manifest.json +3 -0
- package/.next/server/app/icon.svg/route/build-manifest.json +9 -0
- package/.next/server/app/icon.svg/route.js +7 -0
- package/.next/server/app/icon.svg/route.js.map +5 -0
- package/.next/server/app/icon.svg/route.js.nft.json +1 -0
- package/.next/server/app/icon.svg.body +7 -0
- package/.next/server/app/icon.svg.meta +1 -0
- package/.next/server/app/index.html +1 -0
- package/.next/server/app/index.meta +15 -0
- package/.next/server/app/index.rsc +31 -0
- package/.next/server/app/index.segments/!KGFwcCk/__PAGE__.segment.rsc +9 -0
- package/.next/server/app/index.segments/!KGFwcCk.segment.rsc +10 -0
- package/.next/server/app/index.segments/_full.segment.rsc +31 -0
- package/.next/server/app/index.segments/_head.segment.rsc +6 -0
- package/.next/server/app/index.segments/_index.segment.rsc +7 -0
- package/.next/server/app/index.segments/_tree.segment.rsc +4 -0
- package/.next/server/app/record-test/page/app-paths-manifest.json +3 -0
- package/.next/server/app/record-test/page/build-manifest.json +17 -0
- package/.next/server/app/record-test/page/next-font-manifest.json +11 -0
- package/.next/server/app/record-test/page/react-loadable-manifest.json +1 -0
- package/.next/server/app/record-test/page/server-reference-manifest.json +4 -0
- package/.next/server/app/record-test/page.js +14 -0
- package/.next/server/app/record-test/page.js.map +5 -0
- package/.next/server/app/record-test/page.js.nft.json +1 -0
- package/.next/server/app/record-test/page_client-reference-manifest.js +3 -0
- package/.next/server/app/record-test.html +7 -0
- package/.next/server/app/record-test.meta +15 -0
- package/.next/server/app/record-test.rsc +24 -0
- package/.next/server/app/record-test.segments/_full.segment.rsc +24 -0
- package/.next/server/app/record-test.segments/_head.segment.rsc +6 -0
- package/.next/server/app/record-test.segments/_index.segment.rsc +7 -0
- package/.next/server/app/record-test.segments/_tree.segment.rsc +4 -0
- package/.next/server/app/record-test.segments/record-test/__PAGE__.segment.rsc +9 -0
- package/.next/server/app/record-test.segments/record-test.segment.rsc +5 -0
- package/.next/server/app/settings/key.html +1 -0
- package/.next/server/app/settings/key.meta +17 -0
- package/.next/server/app/settings/key.rsc +35 -0
- package/.next/server/app/settings/key.segments/!KGFwcCk/settings/key/__PAGE__.segment.rsc +8 -0
- package/.next/server/app/settings/key.segments/!KGFwcCk/settings/key.segment.rsc +5 -0
- package/.next/server/app/settings/key.segments/!KGFwcCk/settings.segment.rsc +5 -0
- package/.next/server/app/settings/key.segments/!KGFwcCk.segment.rsc +10 -0
- package/.next/server/app/settings/key.segments/_full.segment.rsc +35 -0
- package/.next/server/app/settings/key.segments/_head.segment.rsc +6 -0
- package/.next/server/app/settings/key.segments/_index.segment.rsc +7 -0
- package/.next/server/app/settings/key.segments/_tree.segment.rsc +4 -0
- package/.next/server/app/styleguide/page/app-paths-manifest.json +3 -0
- package/.next/server/app/styleguide/page/build-manifest.json +17 -0
- package/.next/server/app/styleguide/page/next-font-manifest.json +11 -0
- package/.next/server/app/styleguide/page/react-loadable-manifest.json +1 -0
- package/.next/server/app/styleguide/page/server-reference-manifest.json +4 -0
- package/.next/server/app/styleguide/page.js +15 -0
- package/.next/server/app/styleguide/page.js.map +5 -0
- package/.next/server/app/styleguide/page.js.nft.json +1 -0
- package/.next/server/app/styleguide/page_client-reference-manifest.js +3 -0
- package/.next/server/app/styleguide.html +1 -0
- package/.next/server/app/styleguide.meta +15 -0
- package/.next/server/app/styleguide.rsc +72 -0
- package/.next/server/app/styleguide.segments/_full.segment.rsc +72 -0
- package/.next/server/app/styleguide.segments/_head.segment.rsc +6 -0
- package/.next/server/app/styleguide.segments/_index.segment.rsc +7 -0
- package/.next/server/app/styleguide.segments/_tree.segment.rsc +4 -0
- package/.next/server/app/styleguide.segments/styleguide/__PAGE__.segment.rsc +60 -0
- package/.next/server/app/styleguide.segments/styleguide.segment.rsc +5 -0
- package/.next/server/app-paths-manifest.json +15 -0
- package/.next/server/chunks/[externals]__1l0bqbz._.js +3 -0
- package/.next/server/chunks/[externals]__1l0bqbz._.js.map +1 -0
- package/.next/server/chunks/[root-of-the-server]__00u0a0m._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__00u0a0m._.js.map +1 -0
- package/.next/server/chunks/[root-of-the-server]__02oblj7._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__02oblj7._.js.map +1 -0
- package/.next/server/chunks/[root-of-the-server]__04dzkv1._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__04dzkv1._.js.map +1 -0
- package/.next/server/chunks/[root-of-the-server]__081zp1m._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__081zp1m._.js.map +1 -0
- package/.next/server/chunks/[root-of-the-server]__0dkua3v._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0dkua3v._.js.map +1 -0
- package/.next/server/chunks/[root-of-the-server]__0ezil_h._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0ezil_h._.js.map +1 -0
- package/.next/server/chunks/[root-of-the-server]__0ww_12a._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0ww_12a._.js.map +1 -0
- package/.next/server/chunks/[root-of-the-server]__0x-kpif._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0x-kpif._.js.map +1 -0
- package/.next/server/chunks/[root-of-the-server]__15bjnu5._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__15bjnu5._.js.map +1 -0
- package/.next/server/chunks/[root-of-the-server]__1kmbnvv._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__1kmbnvv._.js.map +1 -0
- package/.next/server/chunks/[root-of-the-server]__1kp4vwc._.js +14 -0
- package/.next/server/chunks/[root-of-the-server]__1kp4vwc._.js.map +1 -0
- package/.next/server/chunks/[root-of-the-server]__1lbd3kd._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__1lbd3kd._.js.map +1 -0
- package/.next/server/chunks/[root-of-the-server]__1ra6psc._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__1ra6psc._.js.map +1 -0
- package/.next/server/chunks/[root-of-the-server]__1zn977r._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__1zn977r._.js.map +1 -0
- package/.next/server/chunks/[turbopack]_runtime.js +903 -0
- package/.next/server/chunks/[turbopack]_runtime.js.map +11 -0
- package/.next/server/chunks/_04h1cv_._.js +185 -0
- package/.next/server/chunks/_04h1cv_._.js.map +1 -0
- package/.next/server/chunks/_0pqmhjh._.js +185 -0
- package/.next/server/chunks/_0pqmhjh._.js.map +1 -0
- package/.next/server/chunks/_next-internal_server_app_api_analyze_route_actions_0lx-23h.js +3 -0
- package/.next/server/chunks/_next-internal_server_app_api_analyze_route_actions_0lx-23h.js.map +1 -0
- package/.next/server/chunks/_next-internal_server_app_api_key-status_route_actions_1qgztm2.js +3 -0
- package/.next/server/chunks/_next-internal_server_app_api_key-status_route_actions_1qgztm2.js.map +1 -0
- package/.next/server/chunks/_next-internal_server_app_api_key_route_actions_15n2qsb.js +3 -0
- package/.next/server/chunks/_next-internal_server_app_api_key_route_actions_15n2qsb.js.map +1 -0
- package/.next/server/chunks/_next-internal_server_app_api_models_route_actions_1h6mkqp.js +3 -0
- package/.next/server/chunks/_next-internal_server_app_api_models_route_actions_1h6mkqp.js.map +1 -0
- package/.next/server/chunks/_next-internal_server_app_api_revise_route_actions_19kk3m-.js +3 -0
- package/.next/server/chunks/_next-internal_server_app_api_revise_route_actions_19kk3m-.js.map +1 -0
- package/.next/server/chunks/_next-internal_server_app_icon_svg_route_actions_1r2h_ub.js +3 -0
- package/.next/server/chunks/_next-internal_server_app_icon_svg_route_actions_1r2h_ub.js.map +1 -0
- package/.next/server/chunks/node_modules_0x51oh_._.js +10 -0
- package/.next/server/chunks/node_modules_0x51oh_._.js.map +1 -0
- package/.next/server/chunks/node_modules_19bvt3l._.js +6 -0
- package/.next/server/chunks/node_modules_19bvt3l._.js.map +1 -0
- package/.next/server/chunks/node_modules_1_-az43._.js +16 -0
- package/.next/server/chunks/node_modules_1_-az43._.js.map +1 -0
- package/.next/server/chunks/node_modules_1t2pqct._.js +10 -0
- package/.next/server/chunks/node_modules_1t2pqct._.js.map +1 -0
- package/.next/server/chunks/node_modules_next_08s853w._.js +13 -0
- package/.next/server/chunks/node_modules_next_08s853w._.js.map +1 -0
- package/.next/server/chunks/node_modules_node-fetch_src_index_1gf-_pn.js +3 -0
- package/.next/server/chunks/node_modules_node-fetch_src_index_1gf-_pn.js.map +1 -0
- package/.next/server/chunks/ssr/[externals]__1l0bqbz._.js +3 -0
- package/.next/server/chunks/ssr/[externals]__1l0bqbz._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__06ync7f._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__06ync7f._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0hml-pd._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0hml-pd._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0ntia6u._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0ntia6u._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0sdpd0o._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0sdpd0o._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0w2pa_y._.js +33 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0w2pa_y._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__10y0-wv._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__10y0-wv._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__11_7weu._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__11_7weu._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__1_stkwn._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__1_stkwn._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__1dky4g0._.js +33 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__1dky4g0._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__1k6ey-q._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__1k6ey-q._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__1la73u1._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__1la73u1._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__1nshnxm._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__1nshnxm._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__1pssg49._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__1pssg49._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__1q6zd30._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__1q6zd30._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__1qlmg27._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__1qlmg27._.js.map +1 -0
- package/.next/server/chunks/ssr/[turbopack]_runtime.js +903 -0
- package/.next/server/chunks/ssr/[turbopack]_runtime.js.map +11 -0
- package/.next/server/chunks/ssr/_01pksvc._.js +78 -0
- package/.next/server/chunks/ssr/_01pksvc._.js.map +1 -0
- package/.next/server/chunks/ssr/_03lgii8._.js +3 -0
- package/.next/server/chunks/ssr/_03lgii8._.js.map +1 -0
- package/.next/server/chunks/ssr/_05tft_r._.js +3 -0
- package/.next/server/chunks/ssr/_05tft_r._.js.map +1 -0
- package/.next/server/chunks/ssr/_06gt995._.js +3 -0
- package/.next/server/chunks/ssr/_06gt995._.js.map +1 -0
- package/.next/server/chunks/ssr/_0jrh37c._.js +46 -0
- package/.next/server/chunks/ssr/_0jrh37c._.js.map +1 -0
- package/.next/server/chunks/ssr/_0kw6yq_._.js +3 -0
- package/.next/server/chunks/ssr/_0kw6yq_._.js.map +1 -0
- package/.next/server/chunks/ssr/_0l3c05z._.js +3 -0
- package/.next/server/chunks/ssr/_0l3c05z._.js.map +1 -0
- package/.next/server/chunks/ssr/_0n-ojw-._.js +3 -0
- package/.next/server/chunks/ssr/_0n-ojw-._.js.map +1 -0
- package/.next/server/chunks/ssr/_0t6a1ln._.js +6 -0
- package/.next/server/chunks/ssr/_0t6a1ln._.js.map +1 -0
- package/.next/server/chunks/ssr/_0td-xk-._.js +3 -0
- package/.next/server/chunks/ssr/_0td-xk-._.js.map +1 -0
- package/.next/server/chunks/ssr/_0y92f-y._.js +46 -0
- package/.next/server/chunks/ssr/_0y92f-y._.js.map +1 -0
- package/.next/server/chunks/ssr/_1b6au28._.js +3 -0
- package/.next/server/chunks/ssr/_1b6au28._.js.map +1 -0
- package/.next/server/chunks/ssr/_next-internal_server_app_(app)_page_actions_1gxdy57.js +3 -0
- package/.next/server/chunks/ssr/_next-internal_server_app_(app)_page_actions_1gxdy57.js.map +1 -0
- package/.next/server/chunks/ssr/_next-internal_server_app_(app)_session_[name]_page_actions_115d_ja.js +3 -0
- package/.next/server/chunks/ssr/_next-internal_server_app_(app)_session_[name]_page_actions_115d_ja.js.map +1 -0
- package/.next/server/chunks/ssr/_next-internal_server_app_(app)_settings_key_page_actions_1jsc3or.js +3 -0
- package/.next/server/chunks/ssr/_next-internal_server_app_(app)_settings_key_page_actions_1jsc3or.js.map +1 -0
- package/.next/server/chunks/ssr/_next-internal_server_app__global-error_page_actions_0zi5s8-.js +3 -0
- package/.next/server/chunks/ssr/_next-internal_server_app__global-error_page_actions_0zi5s8-.js.map +1 -0
- package/.next/server/chunks/ssr/_next-internal_server_app__not-found_page_actions_0pt47yr.js +3 -0
- package/.next/server/chunks/ssr/_next-internal_server_app__not-found_page_actions_0pt47yr.js.map +1 -0
- package/.next/server/chunks/ssr/_next-internal_server_app_record-test_page_actions_0a_yofw.js +3 -0
- package/.next/server/chunks/ssr/_next-internal_server_app_record-test_page_actions_0a_yofw.js.map +1 -0
- package/.next/server/chunks/ssr/_next-internal_server_app_styleguide_page_actions_174h7x7.js +3 -0
- package/.next/server/chunks/ssr/_next-internal_server_app_styleguide_page_actions_174h7x7.js.map +1 -0
- package/.next/server/chunks/ssr/node_modules_0el53_h._.js +10 -0
- package/.next/server/chunks/ssr/node_modules_0el53_h._.js.map +1 -0
- package/.next/server/chunks/ssr/node_modules_0h91jdk._.js +33 -0
- package/.next/server/chunks/ssr/node_modules_0h91jdk._.js.map +1 -0
- package/.next/server/chunks/ssr/node_modules_1fxqp22._.js +10 -0
- package/.next/server/chunks/ssr/node_modules_1fxqp22._.js.map +1 -0
- package/.next/server/chunks/ssr/node_modules_1loo6j7._.js +6 -0
- package/.next/server/chunks/ssr/node_modules_1loo6j7._.js.map +1 -0
- package/.next/server/chunks/ssr/node_modules_1pvqj0r._.js +3 -0
- package/.next/server/chunks/ssr/node_modules_1pvqj0r._.js.map +1 -0
- package/.next/server/chunks/ssr/node_modules_next_dist_0uboya6._.js +6 -0
- package/.next/server/chunks/ssr/node_modules_next_dist_0uboya6._.js.map +1 -0
- package/.next/server/chunks/ssr/node_modules_next_dist_172hvm-._.js +19 -0
- package/.next/server/chunks/ssr/node_modules_next_dist_172hvm-._.js.map +1 -0
- package/.next/server/chunks/ssr/node_modules_next_dist_client_components_0wpq8j3._.js +3 -0
- package/.next/server/chunks/ssr/node_modules_next_dist_client_components_0wpq8j3._.js.map +1 -0
- package/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_0symwr9.js +3 -0
- package/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_0symwr9.js.map +1 -0
- package/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_global-error_0-o-goa.js +3 -0
- package/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_global-error_0-o-goa.js.map +1 -0
- package/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_0l_sp0x.js +3 -0
- package/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_0l_sp0x.js.map +1 -0
- package/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0_q50sh.js +4 -0
- package/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0_q50sh.js.map +1 -0
- package/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0_xbpm0.js +4 -0
- package/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0_xbpm0.js.map +1 -0
- package/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_119i6eu.js +4 -0
- package/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_119i6eu.js.map +1 -0
- package/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_14nl2rs.js +4 -0
- package/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_14nl2rs.js.map +1 -0
- package/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_18u8k23.js +4 -0
- package/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_18u8k23.js.map +1 -0
- package/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_19--w_z.js +4 -0
- package/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_19--w_z.js.map +1 -0
- package/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_1_iwj0a.js +4 -0
- package/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_1_iwj0a.js.map +1 -0
- package/.next/server/chunks/ssr/node_modules_node-fetch_src_index_1e0t9p6.js +3 -0
- package/.next/server/chunks/ssr/node_modules_node-fetch_src_index_1e0t9p6.js.map +1 -0
- package/.next/server/chunks/ssr/src_19oqe9t._.js +3 -0
- package/.next/server/chunks/ssr/src_19oqe9t._.js.map +1 -0
- package/.next/server/chunks/ssr/src_app_record-test_page_tsx_08-2bld._.js +9 -0
- package/.next/server/chunks/ssr/src_app_record-test_page_tsx_08-2bld._.js.map +1 -0
- package/.next/server/chunks/ssr/src_components_app-sidebar_tsx_1xx2k53._.js +3 -0
- package/.next/server/chunks/ssr/src_components_app-sidebar_tsx_1xx2k53._.js.map +1 -0
- package/.next/server/chunks/ssr/src_components_settings_key-setup_tsx_0jxhnpa._.js +3 -0
- package/.next/server/chunks/ssr/src_components_settings_key-setup_tsx_0jxhnpa._.js.map +1 -0
- package/.next/server/chunks/ssr/src_components_ui_0lq7ewx._.js +3 -0
- package/.next/server/chunks/ssr/src_components_ui_0lq7ewx._.js.map +1 -0
- package/.next/server/functions-config-manifest.json +10 -0
- package/.next/server/interception-route-rewrite-manifest.js +1 -0
- package/.next/server/middleware-build-manifest.js +21 -0
- package/.next/server/middleware-manifest.json +6 -0
- package/.next/server/next-font-manifest.js +1 -0
- package/.next/server/next-font-manifest.json +31 -0
- package/.next/server/pages/404.html +1 -0
- package/.next/server/pages/500.html +1 -0
- package/.next/server/pages-manifest.json +4 -0
- package/.next/server/prefetch-hints.json +1 -0
- package/.next/server/server-reference-manifest.js +1 -0
- package/.next/server/server-reference-manifest.json +5 -0
- package/.next/static/CIZxngYjzUw1Kb0KrE473/_buildManifest.js +11 -0
- package/.next/static/CIZxngYjzUw1Kb0KrE473/_clientMiddlewareManifest.js +1 -0
- package/.next/static/CIZxngYjzUw1Kb0KrE473/_ssgManifest.js +1 -0
- package/.next/static/chunks/05-c3ty_6dwfk.js +1 -0
- package/.next/static/chunks/07-hzktxqjvzd.js +4 -0
- package/.next/static/chunks/09bn0buuu6k2x.js +1 -0
- package/.next/static/chunks/0cz1d0mv5g_q7.js +1 -0
- package/.next/static/chunks/0kkimqpuecvfn.js +1 -0
- package/.next/static/chunks/0mk1g55o6kl1e.js +2 -0
- package/.next/static/chunks/0ul837-9k0zx_.js +63 -0
- package/.next/static/chunks/0wpges32btt_p.js +1 -0
- package/.next/static/chunks/18qo-4_hfuwko.js +1 -0
- package/.next/static/chunks/1_dsevxz78b97.js +1 -0
- package/.next/static/chunks/2-oqhnxovgl_2.js +44 -0
- package/.next/static/chunks/2et_7fxuzt9cq.js +31 -0
- package/.next/static/chunks/2im7c515bo69p.js +1 -0
- package/.next/static/chunks/2merpuxt1zcvf.js +1 -0
- package/.next/static/chunks/2qb8lge1e2sv2.js +1 -0
- package/.next/static/chunks/2sj0gufu0lojq.css +3 -0
- package/.next/static/chunks/2zloaj9ja_vpy.js +1 -0
- package/.next/static/chunks/3rvy2rc9d_hwt.js +1 -0
- package/.next/static/chunks/3uci2qhsbp444.js +50 -0
- package/.next/static/chunks/3yao5u25-bf0g.js +1 -0
- package/.next/static/chunks/41_0qs6kjmoek.js +1 -0
- package/.next/static/chunks/4395sbjm36lbl.js +1 -0
- package/.next/static/chunks/turbopack-2cevjmbuh84ft.js +1 -0
- package/.next/static/media/1bffadaabf893a1e-s.3-6t-g6q0vh0a.woff2 +0 -0
- package/.next/static/media/2bbe8d2671613f1f-s.0k62hbripvv8p.woff2 +0 -0
- package/.next/static/media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2 +0 -0
- package/.next/static/media/4fa387ec64143e14-s.2tuy5pz7dlieh.woff2 +0 -0
- package/.next/static/media/5476f68d60460930-s.2uwcyprjm3xu3.woff2 +0 -0
- package/.next/static/media/5ce348bf30bf5439-s.31988l_ccedte.woff2 +0 -0
- package/.next/static/media/6306c77e7c8268e4-s.2dbetqa9o8jxf.woff2 +0 -0
- package/.next/static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2 +0 -0
- package/.next/static/media/7d817b4c03b0c5f1-s.1uyisp29ctx0d.woff2 +0 -0
- package/.next/static/media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2 +0 -0
- package/.next/static/media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2 +0 -0
- package/.next/static/media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2 +0 -0
- package/.next/static/media/bbc41e54d2fcbd21-s.1rgnod-3esatf.woff2 +0 -0
- package/.next/static/media/icon.2_sgat73yt9an.svg +7 -0
- package/.next/trace +1 -0
- package/.next/trace-build +1 -0
- package/.next/turbopack +0 -0
- package/.next/types/cache-life.d.ts +145 -0
- package/.next/types/routes.d.ts +81 -0
- package/.next/types/validator.ts +160 -0
- package/LICENSE +21 -0
- package/README.md +146 -0
- package/bin/vellum.mjs +193 -0
- package/next.config.ts +19 -0
- package/package.json +72 -0
- package/public/file.svg +1 -0
- package/public/globe.svg +1 -0
- package/public/next.svg +1 -0
- package/public/vercel.svg +1 -0
- package/public/window.svg +1 -0
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"headers": {
|
|
3
|
+
"x-nextjs-stale-time": "300",
|
|
4
|
+
"x-nextjs-prerender": "1",
|
|
5
|
+
"x-next-cache-tags": "_N_T_/layout,_N_T_/record-test/layout,_N_T_/record-test/page,_N_T_/record-test"
|
|
6
|
+
},
|
|
7
|
+
"segmentPaths": [
|
|
8
|
+
"/_tree",
|
|
9
|
+
"/_full",
|
|
10
|
+
"/record-test/__PAGE__",
|
|
11
|
+
"/record-test",
|
|
12
|
+
"/_index",
|
|
13
|
+
"/_head"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
1:"$Sreact.fragment"
|
|
2
|
+
2:I[27423,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"ThemeProvider"]
|
|
3
|
+
3:I[46798,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"TooltipProvider"]
|
|
4
|
+
4:I[39756,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"default"]
|
|
5
|
+
5:I[37457,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"default"]
|
|
6
|
+
6:I[47257,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"ClientPageRoot"]
|
|
7
|
+
7:I[85702,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js","/_next/static/chunks/3uci2qhsbp444.js"],"default"]
|
|
8
|
+
a:I[97367,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"OutletBoundary"]
|
|
9
|
+
b:"$Sreact.suspense"
|
|
10
|
+
e:I[97367,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"ViewportBoundary"]
|
|
11
|
+
10:I[97367,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"MetadataBoundary"]
|
|
12
|
+
12:I[68027,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"default",1]
|
|
13
|
+
:HL["/_next/static/chunks/2sj0gufu0lojq.css","style"]
|
|
14
|
+
:HL["/_next/static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
15
|
+
:HL["/_next/static/media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
16
|
+
0:{"P":null,"c":["","record-test"],"q":"","i":false,"f":[[["",{"children":["record-test",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/2sj0gufu0lojq.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/2zloaj9ja_vpy.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/2im7c515bo69p.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/0wpges32btt_p.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/4395sbjm36lbl.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"className":"inter_7b064e0d-module__MOT0tq__variable geist_mono_1bf8cbf6-module__FlyLvG__variable h-full antialiased","children":["$","body",null,{"className":"min-h-full","children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"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"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L6",null,{"Component":"$7","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@8","$@9"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/3uci2qhsbp444.js","async":true,"nonce":"$undefined"}]],["$","$La",null,{"children":["$","$b",null,{"name":"Next.MetadataOutlet","children":"$@c"}]}]]}],{},null,false,null]},null,false,"$@d"]},null,false,null],["$","$1","h",{"children":[null,["$","$Le",null,{"children":"$Lf"}],["$","div",null,{"hidden":true,"children":["$","$L10",null,{"children":["$","$b",null,{"name":"Next.Metadata","children":"$L11"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$12",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/2sj0gufu0lojq.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"CIZxngYjzUw1Kb0KrE473"}
|
|
17
|
+
13:[]
|
|
18
|
+
d:"$W13"
|
|
19
|
+
8:{}
|
|
20
|
+
9:"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params"
|
|
21
|
+
f:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
22
|
+
14:I[27201,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"IconMark"]
|
|
23
|
+
c:null
|
|
24
|
+
11:[["$","title","0",{"children":"Vellum"}],["$","meta","1",{"name":"description","content":"Local-first design review recorder and analyzer."}],["$","link","2",{"rel":"icon","href":"/icon.svg?icon.2_sgat73yt9an.svg","sizes":"any","type":"image/svg+xml"}],["$","$L14","3",{}]]
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
1:"$Sreact.fragment"
|
|
2
|
+
2:I[27423,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"ThemeProvider"]
|
|
3
|
+
3:I[46798,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"TooltipProvider"]
|
|
4
|
+
4:I[39756,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"default"]
|
|
5
|
+
5:I[37457,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"default"]
|
|
6
|
+
6:I[47257,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"ClientPageRoot"]
|
|
7
|
+
7:I[85702,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js","/_next/static/chunks/3uci2qhsbp444.js"],"default"]
|
|
8
|
+
a:I[97367,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"OutletBoundary"]
|
|
9
|
+
b:"$Sreact.suspense"
|
|
10
|
+
e:I[97367,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"ViewportBoundary"]
|
|
11
|
+
10:I[97367,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"MetadataBoundary"]
|
|
12
|
+
12:I[68027,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"default",1]
|
|
13
|
+
:HL["/_next/static/chunks/2sj0gufu0lojq.css","style"]
|
|
14
|
+
:HL["/_next/static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
15
|
+
:HL["/_next/static/media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
16
|
+
0:{"P":null,"c":["","record-test"],"q":"","i":false,"f":[[["",{"children":["record-test",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/2sj0gufu0lojq.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/2zloaj9ja_vpy.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/2im7c515bo69p.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/0wpges32btt_p.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/4395sbjm36lbl.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"className":"inter_7b064e0d-module__MOT0tq__variable geist_mono_1bf8cbf6-module__FlyLvG__variable h-full antialiased","children":["$","body",null,{"className":"min-h-full","children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"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"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L6",null,{"Component":"$7","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@8","$@9"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/3uci2qhsbp444.js","async":true,"nonce":"$undefined"}]],["$","$La",null,{"children":["$","$b",null,{"name":"Next.MetadataOutlet","children":"$@c"}]}]]}],{},null,false,null]},null,false,"$@d"]},null,false,null],["$","$1","h",{"children":[null,["$","$Le",null,{"children":"$Lf"}],["$","div",null,{"hidden":true,"children":["$","$L10",null,{"children":["$","$b",null,{"name":"Next.Metadata","children":"$L11"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$12",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/2sj0gufu0lojq.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"CIZxngYjzUw1Kb0KrE473"}
|
|
17
|
+
13:[]
|
|
18
|
+
d:"$W13"
|
|
19
|
+
8:{}
|
|
20
|
+
9:"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params"
|
|
21
|
+
f:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
22
|
+
14:I[27201,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"IconMark"]
|
|
23
|
+
c:null
|
|
24
|
+
11:[["$","title","0",{"children":"Vellum"}],["$","meta","1",{"name":"description","content":"Local-first design review recorder and analyzer."}],["$","link","2",{"rel":"icon","href":"/icon.svg?icon.2_sgat73yt9an.svg","sizes":"any","type":"image/svg+xml"}],["$","$L14","3",{}]]
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
1:"$Sreact.fragment"
|
|
2
|
+
2:I[97367,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"ViewportBoundary"]
|
|
3
|
+
3:I[97367,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"MetadataBoundary"]
|
|
4
|
+
4:"$Sreact.suspense"
|
|
5
|
+
5:I[27201,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"IconMark"]
|
|
6
|
+
0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Vellum"}],["$","meta","1",{"name":"description","content":"Local-first design review recorder and analyzer."}],["$","link","2",{"rel":"icon","href":"/icon.svg?icon.2_sgat73yt9an.svg","sizes":"any","type":"image/svg+xml"}],["$","$L5","3",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"CIZxngYjzUw1Kb0KrE473"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
1:"$Sreact.fragment"
|
|
2
|
+
2:I[27423,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"ThemeProvider"]
|
|
3
|
+
3:I[46798,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"TooltipProvider"]
|
|
4
|
+
4:I[39756,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"default"]
|
|
5
|
+
5:I[37457,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"default"]
|
|
6
|
+
:HL["/_next/static/chunks/2sj0gufu0lojq.css","style"]
|
|
7
|
+
0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/2sj0gufu0lojq.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/2zloaj9ja_vpy.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/2im7c515bo69p.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/0wpges32btt_p.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/4395sbjm36lbl.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"className":"inter_7b064e0d-module__MOT0tq__variable geist_mono_1bf8cbf6-module__FlyLvG__variable h-full antialiased","children":["$","body",null,{"className":"min-h-full","children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"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"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}]}]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"CIZxngYjzUw1Kb0KrE473"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
:HL["/_next/static/chunks/2sj0gufu0lojq.css","style"]
|
|
2
|
+
:HL["/_next/static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
3
|
+
:HL["/_next/static/media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
4
|
+
0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"record-test","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"CIZxngYjzUw1Kb0KrE473"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
1:"$Sreact.fragment"
|
|
2
|
+
2:I[47257,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"ClientPageRoot"]
|
|
3
|
+
3:I[85702,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js","/_next/static/chunks/3uci2qhsbp444.js"],"default"]
|
|
4
|
+
6:I[97367,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"OutletBoundary"]
|
|
5
|
+
7:"$Sreact.suspense"
|
|
6
|
+
0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/3uci2qhsbp444.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"CIZxngYjzUw1Kb0KrE473"}
|
|
7
|
+
4:{}
|
|
8
|
+
5:"$0:rsc:props:children:0:props:serverProvidedParams:params"
|
|
9
|
+
8:null
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
1:"$Sreact.fragment"
|
|
2
|
+
2:I[39756,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"default"]
|
|
3
|
+
3:I[37457,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"default"]
|
|
4
|
+
4:[]
|
|
5
|
+
0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"CIZxngYjzUw1Kb0KrE473"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<!DOCTYPE html><html lang="en" class="inter_7b064e0d-module__MOT0tq__variable geist_mono_1bf8cbf6-module__FlyLvG__variable h-full antialiased"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/chunks/2sj0gufu0lojq.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/2et_7fxuzt9cq.js"/><script src="/_next/static/chunks/07-hzktxqjvzd.js" async=""></script><script src="/_next/static/chunks/3yao5u25-bf0g.js" async=""></script><script src="/_next/static/chunks/0mk1g55o6kl1e.js" async=""></script><script src="/_next/static/chunks/turbopack-2cevjmbuh84ft.js" async=""></script><script src="/_next/static/chunks/2zloaj9ja_vpy.js" async=""></script><script src="/_next/static/chunks/2im7c515bo69p.js" async=""></script><script src="/_next/static/chunks/0wpges32btt_p.js" async=""></script><script src="/_next/static/chunks/4395sbjm36lbl.js" async=""></script><script src="/_next/static/chunks/2merpuxt1zcvf.js" async=""></script><script src="/_next/static/chunks/2-oqhnxovgl_2.js" async=""></script><script src="/_next/static/chunks/18qo-4_hfuwko.js" async=""></script><script src="/_next/static/chunks/0ul837-9k0zx_.js" async=""></script><script src="/_next/static/chunks/41_0qs6kjmoek.js" async=""></script><meta name="next-size-adjust" content=""/><title>Vellum</title><meta name="description" content="Local-first design review recorder and analyzer."/><link rel="icon" href="/icon.svg?icon.2_sgat73yt9an.svg" sizes="any" type="image/svg+xml"/><script src="/_next/static/chunks/0cz1d0mv5g_q7.js" noModule=""></script></head><body class="min-h-full"><div hidden=""><!--$--><!--/$--></div><script>((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){}})("class","theme","dark",null,["light","dark"],null,false,true)</script><div class="h-svh w-full"><div class="flex h-full w-full items-center justify-center bg-background"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-loader-circle size-5 animate-spin text-muted-foreground" aria-hidden="true"><path d="M21 12a9 9 0 1 1-6.219-8.56"></path></svg></div></div><script src="/_next/static/chunks/2et_7fxuzt9cq.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[27423,[\"/_next/static/chunks/2zloaj9ja_vpy.js\",\"/_next/static/chunks/2im7c515bo69p.js\",\"/_next/static/chunks/0wpges32btt_p.js\",\"/_next/static/chunks/4395sbjm36lbl.js\"],\"ThemeProvider\"]\n3:I[46798,[\"/_next/static/chunks/2zloaj9ja_vpy.js\",\"/_next/static/chunks/2im7c515bo69p.js\",\"/_next/static/chunks/0wpges32btt_p.js\",\"/_next/static/chunks/4395sbjm36lbl.js\"],\"TooltipProvider\"]\n4:I[39756,[\"/_next/static/chunks/2zloaj9ja_vpy.js\",\"/_next/static/chunks/2im7c515bo69p.js\",\"/_next/static/chunks/0wpges32btt_p.js\",\"/_next/static/chunks/4395sbjm36lbl.js\"],\"default\"]\n5:I[37457,[\"/_next/static/chunks/2zloaj9ja_vpy.js\",\"/_next/static/chunks/2im7c515bo69p.js\",\"/_next/static/chunks/0wpges32btt_p.js\",\"/_next/static/chunks/4395sbjm36lbl.js\"],\"default\"]\n6:I[33729,[\"/_next/static/chunks/2zloaj9ja_vpy.js\",\"/_next/static/chunks/2im7c515bo69p.js\",\"/_next/static/chunks/0wpges32btt_p.js\",\"/_next/static/chunks/4395sbjm36lbl.js\",\"/_next/static/chunks/2merpuxt1zcvf.js\",\"/_next/static/chunks/2-oqhnxovgl_2.js\",\"/_next/static/chunks/18qo-4_hfuwko.js\",\"/_next/static/chunks/0ul837-9k0zx_.js\"],\"WorkspaceProvider\"]\n7:I[30909,[\"/_next/static/chunks/2zloaj9ja_vpy.js\",\"/_next/static/chunks/2im7c515bo69p.js\",\"/_next/static/chunks/0wpges32btt_p.js\",\"/_next/static/chunks/4395sbjm36lbl.js\",\"/_next/static/chunks/2merpuxt1zcvf.js\",\"/_next/static/chunks/2-oqhnxovgl_2.js\",\"/_next/static/chunks/18qo-4_hfuwko.js\",\"/_next/static/chunks/0ul837-9k0zx_.js\",\"/_next/static/chunks/41_0qs6kjmoek.js\"],\"SidebarProvider\"]\n8:I[71669,[\"/_next/static/chunks/2zloaj9ja_vpy.js\",\"/_next/static/chunks/2im7c515bo69p.js\",\"/_next/static/chunks/0wpges32btt_p.js\",\"/_next/static/chunks/4395sbjm36lbl.js\",\"/_next/static/chunks/2merpuxt1zcvf.js\",\"/_next/static/chunks/2-oqhnxovgl_2.js\",\"/_next/static/chunks/18qo-4_hfuwko.js\",\"/_next/static/chunks/0ul837-9k0zx_.js\"],\"AnalysisProvider\"]\n9:I[40935,[\"/_next/static/chunks/2zloaj9ja_vpy.js\",\"/_next/static/chunks/2im7c515bo69p.js\",\"/_next/static/chunks/0wpges32btt_p.js\",\"/_next/static/chunks/4395sbjm36lbl.js\",\"/_next/static/chunks/2merpuxt1zcvf.js\",\"/_next/static/chunks/2-oqhnxovgl_2.js\",\"/_next/static/chunks/18qo-4_hfuwko.js\",\"/_next/static/chunks/0ul837-9k0zx_.js\"],\"SessionActionsProvider\"]\na:I[85625,[\"/_next/static/chunks/2zloaj9ja_vpy.js\",\"/_next/static/chunks/2im7c515bo69p.js\",\"/_next/static/chunks/0wpges32btt_p.js\",\"/_next/static/chunks/4395sbjm36lbl.js\",\"/_next/static/chunks/2merpuxt1zcvf.js\",\"/_next/static/chunks/2-oqhnxovgl_2.js\",\"/_next/static/chunks/18qo-4_hfuwko.js\",\"/_next/static/chunks/0ul837-9k0zx_.js\"],\"AppSidebar\"]\nb:I[30909,[\"/_next/static/chunks/2zloaj9ja_vpy.js\",\"/_next/static/chunks/2im7c515bo69p.js\",\"/_next/static/chunks/0wpges32btt_p.js\",\"/_next/static/chunks/4395sbjm36lbl.js\",\"/_next/static/chunks/2merpuxt1zcvf.js\",\"/_next/static/chunks/2-oqhnxovgl_2.js\",\"/_next/static/chunks/18qo-4_hfuwko.js\",\"/_next/static/chunks/0ul837-9k0zx_.js\",\"/_next/static/chunks/41_0qs6kjmoek.js\"],\"SidebarInset\"]\nc:I[30909,[\"/_next/static/chunks/2zloaj9ja_vpy.js\",\"/_next/static/chunks/2im7c515bo69p.js\",\"/_next/static/chunks/0wpges32btt_p.js\",\"/_next/static/chunks/4395sbjm36lbl.js\",\"/_next/static/chunks/2merpuxt1zcvf.js\",\"/_next/static/chunks/2-oqhnxovgl_2.js\",\"/_next/static/chunks/18qo-4_hfuwko.js\",\"/_next/static/chunks/0ul837-9k0zx_.js\",\"/_next/static/chunks/41_0qs6kjmoek.js\"],\"SidebarTrigger\"]\n13:I[68027,[\"/_next/static/chunks/2zloaj9ja_vpy.js\",\"/_next/static/chunks/2im7c515bo69p.js\",\"/_next/static/chunks/0wpges32btt_p.js\",\"/_next/static/chunks/4395sbjm36lbl.js\"],\"default\",1]\n:HL[\"/_next/static/chunks/2sj0gufu0lojq.css\",\"style\"]\n:HL[\"/_next/static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"settings\",\"key\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"(app)\",{\"children\":[\"settings\",{\"children\":[\"key\",{\"children\":[\"__PAGE__\",{}]}]}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/2sj0gufu0lojq.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/2zloaj9ja_vpy.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/2im7c515bo69p.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/0wpges32btt_p.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-3\",{\"src\":\"/_next/static/chunks/4395sbjm36lbl.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"className\":\"inter_7b064e0d-module__MOT0tq__variable geist_mono_1bf8cbf6-module__FlyLvG__variable h-full antialiased\",\"children\":[\"$\",\"body\",null,{\"className\":\"min-h-full\",\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"children\":[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"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\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/2merpuxt1zcvf.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/2-oqhnxovgl_2.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/18qo-4_hfuwko.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-3\",{\"src\":\"/_next/static/chunks/0ul837-9k0zx_.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L6\",null,{\"children\":[\"$\",\"$L7\",null,{\"className\":\"h-svh\",\"style\":{\"--sidebar-width\":\"var(--app-sidebar-width)\"},\"children\":[\"$\",\"$L8\",null,{\"children\":[\"$\",\"$L9\",null,{\"children\":[[\"$\",\"$La\",null,{}],[\"$\",\"$Lb\",null,{\"className\":\"m-2! overflow-hidden rounded-xl border border-border shadow-xs!\",\"children\":[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:children:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}]}]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"div\",null,{\"className\":\"flex h-svh flex-col\",\"children\":[[\"$\",\"header\",null,{\"className\":\"flex h-12 shrink-0 items-center gap-2 border-b border-border px-4\",\"children\":[[\"$\",\"$Lc\",null,{\"className\":\"-ml-1.5\"}],\"$Ld\",\"$undefined\"]}],\"$Le\"]}],[\"$Lf\"],\"$L10\"]}],{},null,false,null]},null,false,\"$@11\"]},null,false,\"$@11\"]},null,false,null]},null,false,null],\"$L12\",false]],\"m\":\"$undefined\",\"G\":[\"$13\",[\"$L14\"]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"CIZxngYjzUw1Kb0KrE473\"}\n"])</script><script>self.__next_f.push([1,"15:I[72242,[\"/_next/static/chunks/2zloaj9ja_vpy.js\",\"/_next/static/chunks/2im7c515bo69p.js\",\"/_next/static/chunks/0wpges32btt_p.js\",\"/_next/static/chunks/4395sbjm36lbl.js\",\"/_next/static/chunks/2merpuxt1zcvf.js\",\"/_next/static/chunks/2-oqhnxovgl_2.js\",\"/_next/static/chunks/18qo-4_hfuwko.js\",\"/_next/static/chunks/0ul837-9k0zx_.js\",\"/_next/static/chunks/41_0qs6kjmoek.js\"],\"FadeText\"]\n16:I[96391,[\"/_next/static/chunks/2zloaj9ja_vpy.js\",\"/_next/static/chunks/2im7c515bo69p.js\",\"/_next/static/chunks/0wpges32btt_p.js\",\"/_next/static/chunks/4395sbjm36lbl.js\",\"/_next/static/chunks/2merpuxt1zcvf.js\",\"/_next/static/chunks/2-oqhnxovgl_2.js\",\"/_next/static/chunks/18qo-4_hfuwko.js\",\"/_next/static/chunks/0ul837-9k0zx_.js\",\"/_next/static/chunks/41_0qs6kjmoek.js\"],\"KeySetup\"]\n17:I[97367,[\"/_next/static/chunks/2zloaj9ja_vpy.js\",\"/_next/static/chunks/2im7c515bo69p.js\",\"/_next/static/chunks/0wpges32btt_p.js\",\"/_next/static/chunks/4395sbjm36lbl.js\"],\"OutletBoundary\"]\n18:\"$Sreact.suspense\"\n1b:I[97367,[\"/_next/static/chunks/2zloaj9ja_vpy.js\",\"/_next/static/chunks/2im7c515bo69p.js\",\"/_next/static/chunks/0wpges32btt_p.js\",\"/_next/static/chunks/4395sbjm36lbl.js\"],\"ViewportBoundary\"]\n1d:I[97367,[\"/_next/static/chunks/2zloaj9ja_vpy.js\",\"/_next/static/chunks/2im7c515bo69p.js\",\"/_next/static/chunks/0wpges32btt_p.js\",\"/_next/static/chunks/4395sbjm36lbl.js\"],\"MetadataBoundary\"]\nd:[\"$\",\"$L15\",null,{\"className\":\"min-w-0 flex-1 text-[15px] font-medium tracking-tight\",\"children\":\"API key\"}]\ne:[\"$\",\"main\",null,{\"className\":\"flex-1 overflow-y-auto p-6\",\"children\":[\"$\",\"$L16\",null,{}]}]\nf:[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/41_0qs6kjmoek.js\",\"async\":true,\"nonce\":\"$undefined\"}]\n10:[\"$\",\"$L17\",null,{\"children\":[\"$\",\"$18\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@19\"}]}]\n1a:[]\n11:\"$W1a\"\n12:[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L1b\",null,{\"children\":\"$L1c\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L1d\",null,{\"children\":[\"$\",\"$18\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L1e\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}]\n14:[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/2sj0gufu0lojq.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]\n"])</script><script>self.__next_f.push([1,"1c:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"1f:I[27201,[\"/_next/static/chunks/2zloaj9ja_vpy.js\",\"/_next/static/chunks/2im7c515bo69p.js\",\"/_next/static/chunks/0wpges32btt_p.js\",\"/_next/static/chunks/4395sbjm36lbl.js\"],\"IconMark\"]\n19:null\n1e:[[\"$\",\"title\",\"0\",{\"children\":\"Vellum\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Local-first design review recorder and analyzer.\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/icon.svg?icon.2_sgat73yt9an.svg\",\"sizes\":\"any\",\"type\":\"image/svg+xml\"}],[\"$\",\"$L1f\",\"3\",{}]]\n"])</script></body></html>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"headers": {
|
|
3
|
+
"x-nextjs-stale-time": "300",
|
|
4
|
+
"x-nextjs-prerender": "1",
|
|
5
|
+
"x-next-cache-tags": "_N_T_/layout,_N_T_/(app)/layout,_N_T_/(app)/settings/layout,_N_T_/(app)/settings/key/layout,_N_T_/(app)/settings/key/page,_N_T_/settings/key"
|
|
6
|
+
},
|
|
7
|
+
"segmentPaths": [
|
|
8
|
+
"/_tree",
|
|
9
|
+
"/_full",
|
|
10
|
+
"/!KGFwcCk/settings/key/__PAGE__",
|
|
11
|
+
"/!KGFwcCk/settings/key",
|
|
12
|
+
"/!KGFwcCk/settings",
|
|
13
|
+
"/!KGFwcCk",
|
|
14
|
+
"/_index",
|
|
15
|
+
"/_head"
|
|
16
|
+
]
|
|
17
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
1:"$Sreact.fragment"
|
|
2
|
+
2:I[27423,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"ThemeProvider"]
|
|
3
|
+
3:I[46798,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"TooltipProvider"]
|
|
4
|
+
4:I[39756,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"default"]
|
|
5
|
+
5:I[37457,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"default"]
|
|
6
|
+
6:I[33729,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js","/_next/static/chunks/2merpuxt1zcvf.js","/_next/static/chunks/2-oqhnxovgl_2.js","/_next/static/chunks/18qo-4_hfuwko.js","/_next/static/chunks/0ul837-9k0zx_.js"],"WorkspaceProvider"]
|
|
7
|
+
7:I[30909,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js","/_next/static/chunks/2merpuxt1zcvf.js","/_next/static/chunks/2-oqhnxovgl_2.js","/_next/static/chunks/18qo-4_hfuwko.js","/_next/static/chunks/0ul837-9k0zx_.js","/_next/static/chunks/41_0qs6kjmoek.js"],"SidebarProvider"]
|
|
8
|
+
8:I[71669,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js","/_next/static/chunks/2merpuxt1zcvf.js","/_next/static/chunks/2-oqhnxovgl_2.js","/_next/static/chunks/18qo-4_hfuwko.js","/_next/static/chunks/0ul837-9k0zx_.js"],"AnalysisProvider"]
|
|
9
|
+
9:I[40935,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js","/_next/static/chunks/2merpuxt1zcvf.js","/_next/static/chunks/2-oqhnxovgl_2.js","/_next/static/chunks/18qo-4_hfuwko.js","/_next/static/chunks/0ul837-9k0zx_.js"],"SessionActionsProvider"]
|
|
10
|
+
a:I[85625,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js","/_next/static/chunks/2merpuxt1zcvf.js","/_next/static/chunks/2-oqhnxovgl_2.js","/_next/static/chunks/18qo-4_hfuwko.js","/_next/static/chunks/0ul837-9k0zx_.js"],"AppSidebar"]
|
|
11
|
+
b:I[30909,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js","/_next/static/chunks/2merpuxt1zcvf.js","/_next/static/chunks/2-oqhnxovgl_2.js","/_next/static/chunks/18qo-4_hfuwko.js","/_next/static/chunks/0ul837-9k0zx_.js","/_next/static/chunks/41_0qs6kjmoek.js"],"SidebarInset"]
|
|
12
|
+
c:I[30909,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js","/_next/static/chunks/2merpuxt1zcvf.js","/_next/static/chunks/2-oqhnxovgl_2.js","/_next/static/chunks/18qo-4_hfuwko.js","/_next/static/chunks/0ul837-9k0zx_.js","/_next/static/chunks/41_0qs6kjmoek.js"],"SidebarTrigger"]
|
|
13
|
+
13:I[68027,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"default",1]
|
|
14
|
+
:HL["/_next/static/chunks/2sj0gufu0lojq.css","style"]
|
|
15
|
+
:HL["/_next/static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
16
|
+
:HL["/_next/static/media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
17
|
+
0:{"P":null,"c":["","settings","key"],"q":"","i":false,"f":[[["",{"children":["(app)",{"children":["settings",{"children":["key",{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/2sj0gufu0lojq.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/2zloaj9ja_vpy.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/2im7c515bo69p.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/0wpges32btt_p.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/4395sbjm36lbl.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"className":"inter_7b064e0d-module__MOT0tq__variable geist_mono_1bf8cbf6-module__FlyLvG__variable h-full antialiased","children":["$","body",null,{"className":"min-h-full","children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"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"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/2merpuxt1zcvf.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/2-oqhnxovgl_2.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/18qo-4_hfuwko.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/0ul837-9k0zx_.js","async":true,"nonce":"$undefined"}]],["$","$L6",null,{"children":["$","$L7",null,{"className":"h-svh","style":{"--sidebar-width":"var(--app-sidebar-width)"},"children":["$","$L8",null,{"children":["$","$L9",null,{"children":[["$","$La",null,{}],["$","$Lb",null,{"className":"m-2! overflow-hidden rounded-xl border border-border shadow-xs!","children":["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:children:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","div",null,{"className":"flex h-svh flex-col","children":[["$","header",null,{"className":"flex h-12 shrink-0 items-center gap-2 border-b border-border px-4","children":[["$","$Lc",null,{"className":"-ml-1.5"}],"$Ld","$undefined"]}],"$Le"]}],["$Lf"],"$L10"]}],{},null,false,null]},null,false,"$@11"]},null,false,"$@11"]},null,false,null]},null,false,null],"$L12",false]],"m":"$undefined","G":["$13",["$L14"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"CIZxngYjzUw1Kb0KrE473"}
|
|
18
|
+
15:I[72242,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js","/_next/static/chunks/2merpuxt1zcvf.js","/_next/static/chunks/2-oqhnxovgl_2.js","/_next/static/chunks/18qo-4_hfuwko.js","/_next/static/chunks/0ul837-9k0zx_.js","/_next/static/chunks/41_0qs6kjmoek.js"],"FadeText"]
|
|
19
|
+
16:I[96391,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js","/_next/static/chunks/2merpuxt1zcvf.js","/_next/static/chunks/2-oqhnxovgl_2.js","/_next/static/chunks/18qo-4_hfuwko.js","/_next/static/chunks/0ul837-9k0zx_.js","/_next/static/chunks/41_0qs6kjmoek.js"],"KeySetup"]
|
|
20
|
+
17:I[97367,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"OutletBoundary"]
|
|
21
|
+
18:"$Sreact.suspense"
|
|
22
|
+
1b:I[97367,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"ViewportBoundary"]
|
|
23
|
+
1d:I[97367,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"MetadataBoundary"]
|
|
24
|
+
d:["$","$L15",null,{"className":"min-w-0 flex-1 text-[15px] font-medium tracking-tight","children":"API key"}]
|
|
25
|
+
e:["$","main",null,{"className":"flex-1 overflow-y-auto p-6","children":["$","$L16",null,{}]}]
|
|
26
|
+
f:["$","script","script-0",{"src":"/_next/static/chunks/41_0qs6kjmoek.js","async":true,"nonce":"$undefined"}]
|
|
27
|
+
10:["$","$L17",null,{"children":["$","$18",null,{"name":"Next.MetadataOutlet","children":"$@19"}]}]
|
|
28
|
+
1a:[]
|
|
29
|
+
11:"$W1a"
|
|
30
|
+
12:["$","$1","h",{"children":[null,["$","$L1b",null,{"children":"$L1c"}],["$","div",null,{"hidden":true,"children":["$","$L1d",null,{"children":["$","$18",null,{"name":"Next.Metadata","children":"$L1e"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}]
|
|
31
|
+
14:["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/2sj0gufu0lojq.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]
|
|
32
|
+
1c:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
33
|
+
1f:I[27201,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"IconMark"]
|
|
34
|
+
19:null
|
|
35
|
+
1e:[["$","title","0",{"children":"Vellum"}],["$","meta","1",{"name":"description","content":"Local-first design review recorder and analyzer."}],["$","link","2",{"rel":"icon","href":"/icon.svg?icon.2_sgat73yt9an.svg","sizes":"any","type":"image/svg+xml"}],["$","$L1f","3",{}]]
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
1:"$Sreact.fragment"
|
|
2
|
+
2:I[30909,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js","/_next/static/chunks/2merpuxt1zcvf.js","/_next/static/chunks/2-oqhnxovgl_2.js","/_next/static/chunks/18qo-4_hfuwko.js","/_next/static/chunks/0ul837-9k0zx_.js","/_next/static/chunks/41_0qs6kjmoek.js"],"SidebarTrigger"]
|
|
3
|
+
3:I[72242,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js","/_next/static/chunks/2merpuxt1zcvf.js","/_next/static/chunks/2-oqhnxovgl_2.js","/_next/static/chunks/18qo-4_hfuwko.js","/_next/static/chunks/0ul837-9k0zx_.js","/_next/static/chunks/41_0qs6kjmoek.js"],"FadeText"]
|
|
4
|
+
4:I[96391,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js","/_next/static/chunks/2merpuxt1zcvf.js","/_next/static/chunks/2-oqhnxovgl_2.js","/_next/static/chunks/18qo-4_hfuwko.js","/_next/static/chunks/0ul837-9k0zx_.js","/_next/static/chunks/41_0qs6kjmoek.js"],"KeySetup"]
|
|
5
|
+
5:I[97367,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"OutletBoundary"]
|
|
6
|
+
6:"$Sreact.suspense"
|
|
7
|
+
0:{"rsc":["$","$1","c",{"children":[["$","div",null,{"className":"flex h-svh flex-col","children":[["$","header",null,{"className":"flex h-12 shrink-0 items-center gap-2 border-b border-border px-4","children":[["$","$L2",null,{"className":"-ml-1.5"}],["$","$L3",null,{"className":"min-w-0 flex-1 text-[15px] font-medium tracking-tight","children":"API key"}],"$undefined"]}],["$","main",null,{"className":"flex-1 overflow-y-auto p-6","children":["$","$L4",null,{}]}]]}],[["$","script","script-0",{"src":"/_next/static/chunks/41_0qs6kjmoek.js","async":true}]],["$","$L5",null,{"children":["$","$6",null,{"name":"Next.MetadataOutlet","children":"$@7"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"CIZxngYjzUw1Kb0KrE473"}
|
|
8
|
+
7:null
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
1:"$Sreact.fragment"
|
|
2
|
+
2:I[39756,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"default"]
|
|
3
|
+
3:I[37457,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"default"]
|
|
4
|
+
4:[]
|
|
5
|
+
0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"CIZxngYjzUw1Kb0KrE473"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
1:"$Sreact.fragment"
|
|
2
|
+
2:I[39756,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"default"]
|
|
3
|
+
3:I[37457,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"default"]
|
|
4
|
+
4:[]
|
|
5
|
+
0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"CIZxngYjzUw1Kb0KrE473"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
1:"$Sreact.fragment"
|
|
2
|
+
2:I[33729,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js","/_next/static/chunks/2merpuxt1zcvf.js","/_next/static/chunks/2-oqhnxovgl_2.js","/_next/static/chunks/18qo-4_hfuwko.js","/_next/static/chunks/0ul837-9k0zx_.js"],"WorkspaceProvider"]
|
|
3
|
+
3:I[30909,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js","/_next/static/chunks/2merpuxt1zcvf.js","/_next/static/chunks/2-oqhnxovgl_2.js","/_next/static/chunks/18qo-4_hfuwko.js","/_next/static/chunks/0ul837-9k0zx_.js","/_next/static/chunks/41_0qs6kjmoek.js"],"SidebarProvider"]
|
|
4
|
+
4:I[71669,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js","/_next/static/chunks/2merpuxt1zcvf.js","/_next/static/chunks/2-oqhnxovgl_2.js","/_next/static/chunks/18qo-4_hfuwko.js","/_next/static/chunks/0ul837-9k0zx_.js"],"AnalysisProvider"]
|
|
5
|
+
5:I[40935,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js","/_next/static/chunks/2merpuxt1zcvf.js","/_next/static/chunks/2-oqhnxovgl_2.js","/_next/static/chunks/18qo-4_hfuwko.js","/_next/static/chunks/0ul837-9k0zx_.js"],"SessionActionsProvider"]
|
|
6
|
+
6:I[85625,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js","/_next/static/chunks/2merpuxt1zcvf.js","/_next/static/chunks/2-oqhnxovgl_2.js","/_next/static/chunks/18qo-4_hfuwko.js","/_next/static/chunks/0ul837-9k0zx_.js"],"AppSidebar"]
|
|
7
|
+
7:I[30909,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js","/_next/static/chunks/2merpuxt1zcvf.js","/_next/static/chunks/2-oqhnxovgl_2.js","/_next/static/chunks/18qo-4_hfuwko.js","/_next/static/chunks/0ul837-9k0zx_.js","/_next/static/chunks/41_0qs6kjmoek.js"],"SidebarInset"]
|
|
8
|
+
8:I[39756,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"default"]
|
|
9
|
+
9:I[37457,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"default"]
|
|
10
|
+
0:{"rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/2merpuxt1zcvf.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/2-oqhnxovgl_2.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/18qo-4_hfuwko.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/0ul837-9k0zx_.js","async":true}]],["$","$L2",null,{"children":["$","$L3",null,{"className":"h-svh","style":{"--sidebar-width":"var(--app-sidebar-width)"},"children":["$","$L4",null,{"children":["$","$L5",null,{"children":[["$","$L6",null,{}],["$","$L7",null,{"className":"m-2! overflow-hidden rounded-xl border border-border shadow-xs!","children":["$","$L8",null,{"parallelRouterKey":"children","template":["$","$L9",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"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"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}]]}]}]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"CIZxngYjzUw1Kb0KrE473"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
1:"$Sreact.fragment"
|
|
2
|
+
2:I[27423,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"ThemeProvider"]
|
|
3
|
+
3:I[46798,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"TooltipProvider"]
|
|
4
|
+
4:I[39756,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"default"]
|
|
5
|
+
5:I[37457,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"default"]
|
|
6
|
+
6:I[33729,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js","/_next/static/chunks/2merpuxt1zcvf.js","/_next/static/chunks/2-oqhnxovgl_2.js","/_next/static/chunks/18qo-4_hfuwko.js","/_next/static/chunks/0ul837-9k0zx_.js"],"WorkspaceProvider"]
|
|
7
|
+
7:I[30909,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js","/_next/static/chunks/2merpuxt1zcvf.js","/_next/static/chunks/2-oqhnxovgl_2.js","/_next/static/chunks/18qo-4_hfuwko.js","/_next/static/chunks/0ul837-9k0zx_.js","/_next/static/chunks/41_0qs6kjmoek.js"],"SidebarProvider"]
|
|
8
|
+
8:I[71669,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js","/_next/static/chunks/2merpuxt1zcvf.js","/_next/static/chunks/2-oqhnxovgl_2.js","/_next/static/chunks/18qo-4_hfuwko.js","/_next/static/chunks/0ul837-9k0zx_.js"],"AnalysisProvider"]
|
|
9
|
+
9:I[40935,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js","/_next/static/chunks/2merpuxt1zcvf.js","/_next/static/chunks/2-oqhnxovgl_2.js","/_next/static/chunks/18qo-4_hfuwko.js","/_next/static/chunks/0ul837-9k0zx_.js"],"SessionActionsProvider"]
|
|
10
|
+
a:I[85625,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js","/_next/static/chunks/2merpuxt1zcvf.js","/_next/static/chunks/2-oqhnxovgl_2.js","/_next/static/chunks/18qo-4_hfuwko.js","/_next/static/chunks/0ul837-9k0zx_.js"],"AppSidebar"]
|
|
11
|
+
b:I[30909,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js","/_next/static/chunks/2merpuxt1zcvf.js","/_next/static/chunks/2-oqhnxovgl_2.js","/_next/static/chunks/18qo-4_hfuwko.js","/_next/static/chunks/0ul837-9k0zx_.js","/_next/static/chunks/41_0qs6kjmoek.js"],"SidebarInset"]
|
|
12
|
+
c:I[30909,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js","/_next/static/chunks/2merpuxt1zcvf.js","/_next/static/chunks/2-oqhnxovgl_2.js","/_next/static/chunks/18qo-4_hfuwko.js","/_next/static/chunks/0ul837-9k0zx_.js","/_next/static/chunks/41_0qs6kjmoek.js"],"SidebarTrigger"]
|
|
13
|
+
13:I[68027,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"default",1]
|
|
14
|
+
:HL["/_next/static/chunks/2sj0gufu0lojq.css","style"]
|
|
15
|
+
:HL["/_next/static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
16
|
+
:HL["/_next/static/media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
17
|
+
0:{"P":null,"c":["","settings","key"],"q":"","i":false,"f":[[["",{"children":["(app)",{"children":["settings",{"children":["key",{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/2sj0gufu0lojq.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/2zloaj9ja_vpy.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/2im7c515bo69p.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/0wpges32btt_p.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/4395sbjm36lbl.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"className":"inter_7b064e0d-module__MOT0tq__variable geist_mono_1bf8cbf6-module__FlyLvG__variable h-full antialiased","children":["$","body",null,{"className":"min-h-full","children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"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"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/2merpuxt1zcvf.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/2-oqhnxovgl_2.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/18qo-4_hfuwko.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/0ul837-9k0zx_.js","async":true,"nonce":"$undefined"}]],["$","$L6",null,{"children":["$","$L7",null,{"className":"h-svh","style":{"--sidebar-width":"var(--app-sidebar-width)"},"children":["$","$L8",null,{"children":["$","$L9",null,{"children":[["$","$La",null,{}],["$","$Lb",null,{"className":"m-2! overflow-hidden rounded-xl border border-border shadow-xs!","children":["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:children:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","div",null,{"className":"flex h-svh flex-col","children":[["$","header",null,{"className":"flex h-12 shrink-0 items-center gap-2 border-b border-border px-4","children":[["$","$Lc",null,{"className":"-ml-1.5"}],"$Ld","$undefined"]}],"$Le"]}],["$Lf"],"$L10"]}],{},null,false,null]},null,false,"$@11"]},null,false,"$@11"]},null,false,null]},null,false,null],"$L12",false]],"m":"$undefined","G":["$13",["$L14"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"CIZxngYjzUw1Kb0KrE473"}
|
|
18
|
+
15:I[72242,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js","/_next/static/chunks/2merpuxt1zcvf.js","/_next/static/chunks/2-oqhnxovgl_2.js","/_next/static/chunks/18qo-4_hfuwko.js","/_next/static/chunks/0ul837-9k0zx_.js","/_next/static/chunks/41_0qs6kjmoek.js"],"FadeText"]
|
|
19
|
+
16:I[96391,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js","/_next/static/chunks/2merpuxt1zcvf.js","/_next/static/chunks/2-oqhnxovgl_2.js","/_next/static/chunks/18qo-4_hfuwko.js","/_next/static/chunks/0ul837-9k0zx_.js","/_next/static/chunks/41_0qs6kjmoek.js"],"KeySetup"]
|
|
20
|
+
17:I[97367,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"OutletBoundary"]
|
|
21
|
+
18:"$Sreact.suspense"
|
|
22
|
+
1b:I[97367,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"ViewportBoundary"]
|
|
23
|
+
1d:I[97367,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"MetadataBoundary"]
|
|
24
|
+
d:["$","$L15",null,{"className":"min-w-0 flex-1 text-[15px] font-medium tracking-tight","children":"API key"}]
|
|
25
|
+
e:["$","main",null,{"className":"flex-1 overflow-y-auto p-6","children":["$","$L16",null,{}]}]
|
|
26
|
+
f:["$","script","script-0",{"src":"/_next/static/chunks/41_0qs6kjmoek.js","async":true,"nonce":"$undefined"}]
|
|
27
|
+
10:["$","$L17",null,{"children":["$","$18",null,{"name":"Next.MetadataOutlet","children":"$@19"}]}]
|
|
28
|
+
1a:[]
|
|
29
|
+
11:"$W1a"
|
|
30
|
+
12:["$","$1","h",{"children":[null,["$","$L1b",null,{"children":"$L1c"}],["$","div",null,{"hidden":true,"children":["$","$L1d",null,{"children":["$","$18",null,{"name":"Next.Metadata","children":"$L1e"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}]
|
|
31
|
+
14:["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/2sj0gufu0lojq.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]
|
|
32
|
+
1c:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
33
|
+
1f:I[27201,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"IconMark"]
|
|
34
|
+
19:null
|
|
35
|
+
1e:[["$","title","0",{"children":"Vellum"}],["$","meta","1",{"name":"description","content":"Local-first design review recorder and analyzer."}],["$","link","2",{"rel":"icon","href":"/icon.svg?icon.2_sgat73yt9an.svg","sizes":"any","type":"image/svg+xml"}],["$","$L1f","3",{}]]
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
1:"$Sreact.fragment"
|
|
2
|
+
2:I[97367,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"ViewportBoundary"]
|
|
3
|
+
3:I[97367,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"MetadataBoundary"]
|
|
4
|
+
4:"$Sreact.suspense"
|
|
5
|
+
5:I[27201,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"IconMark"]
|
|
6
|
+
0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Vellum"}],["$","meta","1",{"name":"description","content":"Local-first design review recorder and analyzer."}],["$","link","2",{"rel":"icon","href":"/icon.svg?icon.2_sgat73yt9an.svg","sizes":"any","type":"image/svg+xml"}],["$","$L5","3",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"CIZxngYjzUw1Kb0KrE473"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
1:"$Sreact.fragment"
|
|
2
|
+
2:I[27423,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"ThemeProvider"]
|
|
3
|
+
3:I[46798,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"TooltipProvider"]
|
|
4
|
+
4:I[39756,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"default"]
|
|
5
|
+
5:I[37457,["/_next/static/chunks/2zloaj9ja_vpy.js","/_next/static/chunks/2im7c515bo69p.js","/_next/static/chunks/0wpges32btt_p.js","/_next/static/chunks/4395sbjm36lbl.js"],"default"]
|
|
6
|
+
:HL["/_next/static/chunks/2sj0gufu0lojq.css","style"]
|
|
7
|
+
0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/2sj0gufu0lojq.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/2zloaj9ja_vpy.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/2im7c515bo69p.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/0wpges32btt_p.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/4395sbjm36lbl.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"className":"inter_7b064e0d-module__MOT0tq__variable geist_mono_1bf8cbf6-module__FlyLvG__variable h-full antialiased","children":["$","body",null,{"className":"min-h-full","children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"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"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}]}]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"CIZxngYjzUw1Kb0KrE473"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
:HL["/_next/static/chunks/2sj0gufu0lojq.css","style"]
|
|
2
|
+
:HL["/_next/static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
3
|
+
:HL["/_next/static/media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
4
|
+
0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"(app)","param":null,"prefetchHints":0,"slots":{"children":{"name":"settings","param":null,"prefetchHints":0,"slots":{"children":{"name":"key","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}}}}}},"staleTime":300,"buildId":"CIZxngYjzUw1Kb0KrE473"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"devFiles": [],
|
|
3
|
+
"ampDevFiles": [],
|
|
4
|
+
"polyfillFiles": [
|
|
5
|
+
"static/chunks/0cz1d0mv5g_q7.js"
|
|
6
|
+
],
|
|
7
|
+
"lowPriorityFiles": [],
|
|
8
|
+
"rootMainFiles": [
|
|
9
|
+
"static/chunks/2et_7fxuzt9cq.js",
|
|
10
|
+
"static/chunks/07-hzktxqjvzd.js",
|
|
11
|
+
"static/chunks/3yao5u25-bf0g.js",
|
|
12
|
+
"static/chunks/0mk1g55o6kl1e.js",
|
|
13
|
+
"static/chunks/turbopack-2cevjmbuh84ft.js"
|
|
14
|
+
],
|
|
15
|
+
"pages": {},
|
|
16
|
+
"ampFirstPages": []
|
|
17
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"pages": {},
|
|
3
|
+
"app": {
|
|
4
|
+
"[project]/src/app/styleguide/page": [
|
|
5
|
+
"static/media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2",
|
|
6
|
+
"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2"
|
|
7
|
+
]
|
|
8
|
+
},
|
|
9
|
+
"appUsingSizeAdjust": true,
|
|
10
|
+
"pagesUsingSizeAdjust": false
|
|
11
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
var R=require("../../chunks/ssr/[turbopack]_runtime.js")("server/app/styleguide/page.js")
|
|
2
|
+
R.c("server/chunks/ssr/[root-of-the-server]__0hml-pd._.js")
|
|
3
|
+
R.c("server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_1_iwj0a.js")
|
|
4
|
+
R.c("server/chunks/ssr/_05tft_r._.js")
|
|
5
|
+
R.c("server/chunks/ssr/node_modules_1pvqj0r._.js")
|
|
6
|
+
R.c("server/chunks/ssr/[root-of-the-server]__11_7weu._.js")
|
|
7
|
+
R.c("server/chunks/ssr/node_modules_next_dist_172hvm-._.js")
|
|
8
|
+
R.c("server/chunks/ssr/[root-of-the-server]__1q6zd30._.js")
|
|
9
|
+
R.c("server/chunks/ssr/node_modules_next_dist_client_components_0wpq8j3._.js")
|
|
10
|
+
R.c("server/chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_0symwr9.js")
|
|
11
|
+
R.c("server/chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_0l_sp0x.js")
|
|
12
|
+
R.c("server/chunks/ssr/node_modules_next_dist_client_components_builtin_global-error_0-o-goa.js")
|
|
13
|
+
R.c("server/chunks/ssr/_next-internal_server_app_styleguide_page_actions_174h7x7.js")
|
|
14
|
+
R.m(71557)
|
|
15
|
+
module.exports=R.m(71557).exports
|