@vasfal/vellum 0.1.0 → 0.1.2
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 -1
- package/.next/app-path-routes-manifest.json +5 -5
- package/.next/build-manifest.json +13 -14
- package/.next/next-minimal-server.js.nft.json +1 -1
- package/.next/next-server.js.nft.json +1 -1
- package/.next/prerender-manifest.json +3 -3
- package/.next/required-server-files.js +2 -0
- package/.next/required-server-files.json +2 -0
- package/.next/server/app/(app)/page.js +2 -15
- package/.next/server/app/(app)/page.js.nft.json +1 -1
- package/.next/server/app/(app)/page_client-reference-manifest.js +1 -3
- package/.next/server/app/(app)/session/[name]/page.js +2 -15
- package/.next/server/app/(app)/session/[name]/page.js.nft.json +1 -1
- package/.next/server/app/(app)/session/[name]/page_client-reference-manifest.js +1 -3
- package/.next/server/app/(app)/settings/key/page.js +2 -15
- package/.next/server/app/(app)/settings/key/page.js.nft.json +1 -1
- package/.next/server/app/(app)/settings/key/page_client-reference-manifest.js +1 -3
- package/.next/server/app/_global-error/page.js +32 -9
- package/.next/server/app/_global-error/page.js.nft.json +1 -1
- package/.next/server/app/_global-error/page_client-reference-manifest.js +1 -3
- package/.next/server/app/_global-error.html +1 -1
- package/.next/server/app/_global-error.meta +2 -1
- package/.next/server/app/_global-error.rsc +7 -7
- package/.next/server/app/_global-error.segments/_full.segment.rsc +7 -7
- package/.next/server/app/_global-error.segments/{__PAGE__.segment.rsc → _global-error/__PAGE__.segment.rsc} +2 -2
- package/.next/server/app/_global-error.segments/_global-error.segment.rsc +5 -0
- package/.next/server/app/_global-error.segments/_head.segment.rsc +3 -3
- package/.next/server/app/_global-error.segments/_index.segment.rsc +3 -3
- package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/_not-found/page.js +2 -13
- package/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -3
- package/.next/server/app/_not-found.html +1 -1
- package/.next/server/app/_not-found.rsc +14 -12
- package/.next/server/app/_not-found.segments/_full.segment.rsc +14 -12
- package/.next/server/app/_not-found.segments/_head.segment.rsc +4 -4
- package/.next/server/app/_not-found.segments/_index.segment.rsc +6 -6
- package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/_not-found.segments/_not-found.segment.rsc +3 -3
- package/.next/server/app/_not-found.segments/_tree.segment.rsc +4 -2
- package/.next/server/app/api/analyze/route.js +12 -9
- package/.next/server/app/api/analyze/route.js.nft.json +1 -1
- package/.next/server/app/api/analyze/route_client-reference-manifest.js +1 -3
- package/.next/server/app/api/key/route.js +1 -8
- package/.next/server/app/api/key/route.js.nft.json +1 -1
- package/.next/server/app/api/key/route_client-reference-manifest.js +1 -3
- package/.next/server/app/api/key-status/route.js +1 -7
- package/.next/server/app/api/key-status/route.js.nft.json +1 -1
- package/.next/server/app/api/key-status/route_client-reference-manifest.js +1 -3
- package/.next/server/app/api/models/route.js +1 -7
- package/.next/server/app/api/models/route.js.nft.json +1 -1
- package/.next/server/app/api/models/route_client-reference-manifest.js +1 -3
- package/.next/server/app/api/revise/route.js +1 -8
- package/.next/server/app/api/revise/route.js.nft.json +1 -1
- package/.next/server/app/api/revise/route_client-reference-manifest.js +1 -3
- package/.next/server/app/icon.svg/route.js +1 -7
- package/.next/server/app/icon.svg/route.js.nft.json +1 -1
- package/.next/server/app/index.html +1 -1
- package/.next/server/app/index.rsc +24 -27
- package/.next/server/app/index.segments/!KGFwcCk/__PAGE__.segment.rsc +6 -6
- package/.next/server/app/index.segments/!KGFwcCk.segment.rsc +9 -9
- package/.next/server/app/index.segments/_full.segment.rsc +24 -27
- package/.next/server/app/index.segments/_head.segment.rsc +4 -4
- package/.next/server/app/index.segments/_index.segment.rsc +6 -6
- package/.next/server/app/index.segments/_tree.segment.rsc +4 -4
- package/.next/server/app/record-test/page.js +8 -14
- package/.next/server/app/record-test/page.js.nft.json +1 -1
- package/.next/server/app/record-test/page_client-reference-manifest.js +1 -3
- package/.next/server/app/record-test.html +2 -2
- package/.next/server/app/record-test.rsc +16 -16
- package/.next/server/app/record-test.segments/_full.segment.rsc +16 -16
- package/.next/server/app/record-test.segments/_head.segment.rsc +4 -4
- package/.next/server/app/record-test.segments/_index.segment.rsc +6 -6
- package/.next/server/app/record-test.segments/_tree.segment.rsc +4 -4
- package/.next/server/app/record-test.segments/record-test/__PAGE__.segment.rsc +4 -4
- package/.next/server/app/record-test.segments/record-test.segment.rsc +3 -3
- package/.next/server/app/settings/key.html +1 -1
- package/.next/server/app/settings/key.rsc +28 -34
- package/.next/server/app/settings/key.segments/!KGFwcCk/settings/key/__PAGE__.segment.rsc +5 -5
- package/.next/server/app/settings/key.segments/!KGFwcCk/settings/key.segment.rsc +3 -3
- package/.next/server/app/settings/key.segments/!KGFwcCk/settings.segment.rsc +3 -3
- package/.next/server/app/settings/key.segments/!KGFwcCk.segment.rsc +9 -9
- package/.next/server/app/settings/key.segments/_full.segment.rsc +28 -34
- package/.next/server/app/settings/key.segments/_head.segment.rsc +4 -4
- package/.next/server/app/settings/key.segments/_index.segment.rsc +6 -6
- package/.next/server/app/settings/key.segments/_tree.segment.rsc +4 -4
- package/.next/server/app/styleguide/page.js +2 -15
- package/.next/server/app/styleguide/page.js.nft.json +1 -1
- package/.next/server/app/styleguide/page_client-reference-manifest.js +1 -3
- package/.next/server/app/styleguide.html +1 -1
- package/.next/server/app/styleguide.rsc +68 -71
- package/.next/server/app/styleguide.segments/_full.segment.rsc +68 -71
- package/.next/server/app/styleguide.segments/_head.segment.rsc +4 -4
- package/.next/server/app/styleguide.segments/_index.segment.rsc +6 -6
- package/.next/server/app/styleguide.segments/_tree.segment.rsc +4 -4
- package/.next/server/app/styleguide.segments/styleguide/__PAGE__.segment.rsc +43 -45
- package/.next/server/app/styleguide.segments/styleguide.segment.rsc +3 -3
- package/.next/server/app-paths-manifest.json +5 -5
- package/.next/server/chunks/15.js +1 -0
- package/.next/server/chunks/319.js +45 -0
- package/.next/server/chunks/367.js +122 -0
- package/.next/server/chunks/393.js +4 -0
- package/.next/server/chunks/491.js +2 -0
- package/.next/server/chunks/497.js +1 -0
- package/.next/server/chunks/546.js +1 -0
- package/.next/server/chunks/592.js +44 -0
- package/.next/server/chunks/607.js +4 -0
- package/.next/server/chunks/724.js +1 -0
- package/.next/server/chunks/741.js +18 -0
- package/.next/server/chunks/813.js +1 -0
- package/.next/server/chunks/837.js +75 -0
- package/.next/server/chunks/852.js +14 -0
- package/.next/server/chunks/907.js +62 -0
- package/.next/server/chunks/915.js +8 -0
- package/.next/server/chunks/994.js +8 -0
- package/.next/server/middleware-build-manifest.js +1 -21
- package/.next/server/middleware-manifest.json +2 -2
- package/.next/server/middleware-react-loadable-manifest.js +1 -0
- package/.next/server/next-font-manifest.js +1 -1
- package/.next/server/next-font-manifest.json +1 -31
- package/.next/server/pages/404.html +1 -1
- package/.next/server/pages/500.html +1 -1
- package/.next/server/server-reference-manifest.js +1 -1
- package/.next/server/server-reference-manifest.json +1 -5
- package/.next/server/webpack-runtime.js +1 -0
- package/.next/static/FExJe2q2O67X3zxf-SYQ_/_buildManifest.js +1 -0
- package/.next/static/chunks/185-9c51ded7cd36ca7e.js +1 -0
- package/.next/static/chunks/20-cca33f633fa125b2.js +1 -0
- package/.next/static/chunks/27-02413cc56fbb4570.js +1 -0
- package/.next/static/chunks/376-6f7bc95550542e0b.js +62 -0
- package/.next/static/chunks/479-ea67f878851afbcd.js +1 -0
- package/.next/static/chunks/493-6bd8c75c972d3abd.js +2 -0
- package/.next/static/chunks/4bd1b696-deb4a0a1da1923b0.js +1 -0
- package/.next/static/chunks/603-6235d4d53b37035c.js +1 -0
- package/.next/static/chunks/743-c183133e0fbf1564.js +44 -0
- package/.next/static/chunks/793-5e37343b804eb1d9.js +1 -0
- package/.next/static/chunks/794-dc751ec6c8c611f8.js +32 -0
- package/.next/static/chunks/924-9226750edc5c2c2f.js +1 -0
- package/.next/static/chunks/95247769-a29d70f7fbba27c6.js +1 -0
- package/.next/static/chunks/app/(app)/layout-aad46049bfd54648.js +1 -0
- package/.next/static/chunks/app/(app)/page-d75e1fccccdbe30e.js +1 -0
- package/.next/static/chunks/app/(app)/session/[name]/page-60529ed1fd7a66a1.js +1 -0
- package/.next/static/chunks/app/(app)/settings/key/page-c2aab9f11db98d4e.js +1 -0
- package/.next/static/chunks/app/_global-error/page-b1c3f51315835726.js +1 -0
- package/.next/static/chunks/app/_not-found/page-6830be21b0ed0c95.js +1 -0
- package/.next/static/chunks/app/api/analyze/route-b1c3f51315835726.js +1 -0
- package/.next/static/chunks/app/api/key/route-b1c3f51315835726.js +1 -0
- package/.next/static/chunks/app/api/key-status/route-b1c3f51315835726.js +1 -0
- package/.next/static/chunks/app/api/models/route-b1c3f51315835726.js +1 -0
- package/.next/static/chunks/app/api/revise/route-b1c3f51315835726.js +1 -0
- package/.next/static/chunks/app/layout-aa71ca14e7f13c0c.js +1 -0
- package/.next/static/chunks/app/record-test/page-efb4287dda79ede4.js +7 -0
- package/.next/static/chunks/app/styleguide/page-f39510e82c1f9f31.js +1 -0
- package/.next/static/chunks/framework-b29f9083d3cda3b2.js +1 -0
- package/.next/static/chunks/main-app-39f57c6e6702740e.js +1 -0
- package/.next/static/chunks/main-fac8900b4f9c4833.js +5 -0
- package/.next/static/chunks/next/dist/client/components/builtin/app-error-b1c3f51315835726.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/forbidden-b1c3f51315835726.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/global-error-c1d4bb24e31b66a2.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/not-found-b1c3f51315835726.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-b1c3f51315835726.js +1 -0
- package/.next/static/chunks/webpack-ceb933bd5f77076f.js +1 -0
- package/.next/static/css/e2905f0858acd77d.css +3 -0
- package/.next/types/app/(app)/page.ts +87 -0
- package/.next/types/app/(app)/session/[name]/page.ts +87 -0
- package/.next/types/app/(app)/settings/key/page.ts +87 -0
- package/.next/types/app/api/analyze/route.ts +351 -0
- package/.next/types/app/api/key/route.ts +351 -0
- package/.next/types/app/api/key-status/route.ts +351 -0
- package/.next/types/app/api/models/route.ts +351 -0
- package/.next/types/app/api/revise/route.ts +351 -0
- package/.next/types/app/layout.ts +87 -0
- package/.next/types/app/record-test/page.ts +87 -0
- package/.next/types/app/styleguide/page.ts +87 -0
- package/.next/types/package.json +1 -0
- package/README.md +4 -6
- package/next.config.ts +8 -0
- package/package.json +4 -4
- package/.next/build/56416d4ae4ce586f.js +0 -6
- package/.next/build/56416d4ae4ce586f.js.map +0 -5
- package/.next/build/chunks/[root-of-the-server]__0oj80bi._.js +0 -206
- package/.next/build/chunks/[root-of-the-server]__0oj80bi._.js.map +0 -8
- package/.next/build/chunks/[root-of-the-server]__1f933tp._.js +0 -500
- package/.next/build/chunks/[root-of-the-server]__1f933tp._.js.map +0 -11
- package/.next/build/chunks/[turbopack-node]_transforms_postcss_ts_0b7xl6g._.js +0 -13
- package/.next/build/chunks/[turbopack-node]_transforms_postcss_ts_0b7xl6g._.js.map +0 -5
- package/.next/build/chunks/[turbopack]_runtime.js +0 -890
- package/.next/build/chunks/[turbopack]_runtime.js.map +0 -11
- package/.next/build/chunks/node_modules_20v-8wl._.js +0 -6832
- package/.next/build/chunks/node_modules_20v-8wl._.js.map +0 -47
- package/.next/build/package.json +0 -1
- package/.next/cache/.previewinfo +0 -1
- package/.next/cache/.rscinfo +0 -1
- package/.next/cache/.tsbuildinfo +0 -1
- package/.next/diagnostics/route-bundle-stats.json +0 -111
- package/.next/fallback-build-manifest.json +0 -13
- package/.next/server/app/(app)/page/app-paths-manifest.json +0 -3
- package/.next/server/app/(app)/page/build-manifest.json +0 -17
- package/.next/server/app/(app)/page/next-font-manifest.json +0 -11
- package/.next/server/app/(app)/page/server-reference-manifest.json +0 -4
- package/.next/server/app/(app)/page.js.map +0 -5
- package/.next/server/app/(app)/session/[name]/page/app-paths-manifest.json +0 -3
- package/.next/server/app/(app)/session/[name]/page/build-manifest.json +0 -17
- package/.next/server/app/(app)/session/[name]/page/next-font-manifest.json +0 -11
- package/.next/server/app/(app)/session/[name]/page/react-loadable-manifest.json +0 -1
- package/.next/server/app/(app)/session/[name]/page/server-reference-manifest.json +0 -4
- package/.next/server/app/(app)/session/[name]/page.js.map +0 -5
- package/.next/server/app/(app)/settings/key/page/app-paths-manifest.json +0 -3
- package/.next/server/app/(app)/settings/key/page/build-manifest.json +0 -17
- package/.next/server/app/(app)/settings/key/page/next-font-manifest.json +0 -11
- package/.next/server/app/(app)/settings/key/page/react-loadable-manifest.json +0 -1
- package/.next/server/app/(app)/settings/key/page/server-reference-manifest.json +0 -4
- package/.next/server/app/(app)/settings/key/page.js.map +0 -5
- package/.next/server/app/_global-error/page/app-paths-manifest.json +0 -3
- package/.next/server/app/_global-error/page/build-manifest.json +0 -17
- package/.next/server/app/_global-error/page/next-font-manifest.json +0 -6
- package/.next/server/app/_global-error/page/react-loadable-manifest.json +0 -1
- package/.next/server/app/_global-error/page/server-reference-manifest.json +0 -4
- package/.next/server/app/_global-error/page.js.map +0 -5
- package/.next/server/app/_not-found/page/app-paths-manifest.json +0 -3
- package/.next/server/app/_not-found/page/build-manifest.json +0 -17
- package/.next/server/app/_not-found/page/next-font-manifest.json +0 -11
- package/.next/server/app/_not-found/page/react-loadable-manifest.json +0 -1
- package/.next/server/app/_not-found/page/server-reference-manifest.json +0 -4
- package/.next/server/app/_not-found/page.js.map +0 -5
- package/.next/server/app/api/analyze/route/app-paths-manifest.json +0 -3
- package/.next/server/app/api/analyze/route/build-manifest.json +0 -9
- package/.next/server/app/api/analyze/route/server-reference-manifest.json +0 -4
- package/.next/server/app/api/analyze/route.js.map +0 -5
- package/.next/server/app/api/key/route/app-paths-manifest.json +0 -3
- package/.next/server/app/api/key/route/build-manifest.json +0 -9
- package/.next/server/app/api/key/route/server-reference-manifest.json +0 -4
- package/.next/server/app/api/key/route.js.map +0 -5
- package/.next/server/app/api/key-status/route/app-paths-manifest.json +0 -3
- package/.next/server/app/api/key-status/route/build-manifest.json +0 -9
- package/.next/server/app/api/key-status/route/server-reference-manifest.json +0 -4
- package/.next/server/app/api/key-status/route.js.map +0 -5
- package/.next/server/app/api/models/route/app-paths-manifest.json +0 -3
- package/.next/server/app/api/models/route/build-manifest.json +0 -9
- package/.next/server/app/api/models/route/server-reference-manifest.json +0 -4
- package/.next/server/app/api/models/route.js.map +0 -5
- package/.next/server/app/api/revise/route/app-paths-manifest.json +0 -3
- package/.next/server/app/api/revise/route/build-manifest.json +0 -9
- package/.next/server/app/api/revise/route/server-reference-manifest.json +0 -4
- package/.next/server/app/api/revise/route.js.map +0 -5
- package/.next/server/app/icon.svg/route/app-paths-manifest.json +0 -3
- package/.next/server/app/icon.svg/route/build-manifest.json +0 -9
- package/.next/server/app/icon.svg/route.js.map +0 -5
- package/.next/server/app/record-test/page/app-paths-manifest.json +0 -3
- package/.next/server/app/record-test/page/build-manifest.json +0 -17
- package/.next/server/app/record-test/page/next-font-manifest.json +0 -11
- package/.next/server/app/record-test/page/react-loadable-manifest.json +0 -1
- package/.next/server/app/record-test/page/server-reference-manifest.json +0 -4
- package/.next/server/app/record-test/page.js.map +0 -5
- package/.next/server/app/styleguide/page/app-paths-manifest.json +0 -3
- package/.next/server/app/styleguide/page/build-manifest.json +0 -17
- package/.next/server/app/styleguide/page/next-font-manifest.json +0 -11
- package/.next/server/app/styleguide/page/react-loadable-manifest.json +0 -1
- package/.next/server/app/styleguide/page/server-reference-manifest.json +0 -4
- package/.next/server/app/styleguide/page.js.map +0 -5
- package/.next/server/chunks/[externals]__1l0bqbz._.js +0 -3
- package/.next/server/chunks/[externals]__1l0bqbz._.js.map +0 -1
- package/.next/server/chunks/[root-of-the-server]__00u0a0m._.js +0 -3
- package/.next/server/chunks/[root-of-the-server]__00u0a0m._.js.map +0 -1
- package/.next/server/chunks/[root-of-the-server]__02oblj7._.js +0 -3
- package/.next/server/chunks/[root-of-the-server]__02oblj7._.js.map +0 -1
- package/.next/server/chunks/[root-of-the-server]__04dzkv1._.js +0 -3
- package/.next/server/chunks/[root-of-the-server]__04dzkv1._.js.map +0 -1
- package/.next/server/chunks/[root-of-the-server]__081zp1m._.js +0 -3
- package/.next/server/chunks/[root-of-the-server]__081zp1m._.js.map +0 -1
- package/.next/server/chunks/[root-of-the-server]__0dkua3v._.js +0 -3
- package/.next/server/chunks/[root-of-the-server]__0dkua3v._.js.map +0 -1
- package/.next/server/chunks/[root-of-the-server]__0ezil_h._.js +0 -3
- package/.next/server/chunks/[root-of-the-server]__0ezil_h._.js.map +0 -1
- package/.next/server/chunks/[root-of-the-server]__0ww_12a._.js +0 -3
- package/.next/server/chunks/[root-of-the-server]__0ww_12a._.js.map +0 -1
- package/.next/server/chunks/[root-of-the-server]__0x-kpif._.js +0 -3
- package/.next/server/chunks/[root-of-the-server]__0x-kpif._.js.map +0 -1
- package/.next/server/chunks/[root-of-the-server]__15bjnu5._.js +0 -3
- package/.next/server/chunks/[root-of-the-server]__15bjnu5._.js.map +0 -1
- package/.next/server/chunks/[root-of-the-server]__1kmbnvv._.js +0 -3
- package/.next/server/chunks/[root-of-the-server]__1kmbnvv._.js.map +0 -1
- package/.next/server/chunks/[root-of-the-server]__1kp4vwc._.js +0 -14
- package/.next/server/chunks/[root-of-the-server]__1kp4vwc._.js.map +0 -1
- package/.next/server/chunks/[root-of-the-server]__1lbd3kd._.js +0 -3
- package/.next/server/chunks/[root-of-the-server]__1lbd3kd._.js.map +0 -1
- package/.next/server/chunks/[root-of-the-server]__1ra6psc._.js +0 -3
- package/.next/server/chunks/[root-of-the-server]__1ra6psc._.js.map +0 -1
- package/.next/server/chunks/[root-of-the-server]__1zn977r._.js +0 -3
- package/.next/server/chunks/[root-of-the-server]__1zn977r._.js.map +0 -1
- package/.next/server/chunks/[turbopack]_runtime.js +0 -903
- package/.next/server/chunks/[turbopack]_runtime.js.map +0 -11
- package/.next/server/chunks/_04h1cv_._.js +0 -185
- package/.next/server/chunks/_04h1cv_._.js.map +0 -1
- package/.next/server/chunks/_0pqmhjh._.js +0 -185
- package/.next/server/chunks/_0pqmhjh._.js.map +0 -1
- package/.next/server/chunks/_next-internal_server_app_api_analyze_route_actions_0lx-23h.js +0 -3
- package/.next/server/chunks/_next-internal_server_app_api_analyze_route_actions_0lx-23h.js.map +0 -1
- package/.next/server/chunks/_next-internal_server_app_api_key-status_route_actions_1qgztm2.js +0 -3
- package/.next/server/chunks/_next-internal_server_app_api_key-status_route_actions_1qgztm2.js.map +0 -1
- package/.next/server/chunks/_next-internal_server_app_api_key_route_actions_15n2qsb.js +0 -3
- package/.next/server/chunks/_next-internal_server_app_api_key_route_actions_15n2qsb.js.map +0 -1
- package/.next/server/chunks/_next-internal_server_app_api_models_route_actions_1h6mkqp.js +0 -3
- package/.next/server/chunks/_next-internal_server_app_api_models_route_actions_1h6mkqp.js.map +0 -1
- package/.next/server/chunks/_next-internal_server_app_api_revise_route_actions_19kk3m-.js +0 -3
- package/.next/server/chunks/_next-internal_server_app_api_revise_route_actions_19kk3m-.js.map +0 -1
- package/.next/server/chunks/_next-internal_server_app_icon_svg_route_actions_1r2h_ub.js +0 -3
- package/.next/server/chunks/_next-internal_server_app_icon_svg_route_actions_1r2h_ub.js.map +0 -1
- package/.next/server/chunks/node_modules_0x51oh_._.js +0 -10
- package/.next/server/chunks/node_modules_0x51oh_._.js.map +0 -1
- package/.next/server/chunks/node_modules_19bvt3l._.js +0 -6
- package/.next/server/chunks/node_modules_19bvt3l._.js.map +0 -1
- package/.next/server/chunks/node_modules_1_-az43._.js +0 -16
- package/.next/server/chunks/node_modules_1_-az43._.js.map +0 -1
- package/.next/server/chunks/node_modules_1t2pqct._.js +0 -10
- package/.next/server/chunks/node_modules_1t2pqct._.js.map +0 -1
- package/.next/server/chunks/node_modules_next_08s853w._.js +0 -13
- package/.next/server/chunks/node_modules_next_08s853w._.js.map +0 -1
- package/.next/server/chunks/node_modules_node-fetch_src_index_1gf-_pn.js +0 -3
- package/.next/server/chunks/node_modules_node-fetch_src_index_1gf-_pn.js.map +0 -1
- package/.next/server/chunks/ssr/[externals]__1l0bqbz._.js +0 -3
- package/.next/server/chunks/ssr/[externals]__1l0bqbz._.js.map +0 -1
- package/.next/server/chunks/ssr/[root-of-the-server]__06ync7f._.js +0 -3
- package/.next/server/chunks/ssr/[root-of-the-server]__06ync7f._.js.map +0 -1
- package/.next/server/chunks/ssr/[root-of-the-server]__0hml-pd._.js +0 -3
- package/.next/server/chunks/ssr/[root-of-the-server]__0hml-pd._.js.map +0 -1
- package/.next/server/chunks/ssr/[root-of-the-server]__0ntia6u._.js +0 -3
- package/.next/server/chunks/ssr/[root-of-the-server]__0ntia6u._.js.map +0 -1
- package/.next/server/chunks/ssr/[root-of-the-server]__0sdpd0o._.js +0 -3
- package/.next/server/chunks/ssr/[root-of-the-server]__0sdpd0o._.js.map +0 -1
- package/.next/server/chunks/ssr/[root-of-the-server]__0w2pa_y._.js +0 -33
- package/.next/server/chunks/ssr/[root-of-the-server]__0w2pa_y._.js.map +0 -1
- package/.next/server/chunks/ssr/[root-of-the-server]__10y0-wv._.js +0 -3
- package/.next/server/chunks/ssr/[root-of-the-server]__10y0-wv._.js.map +0 -1
- package/.next/server/chunks/ssr/[root-of-the-server]__11_7weu._.js +0 -3
- package/.next/server/chunks/ssr/[root-of-the-server]__11_7weu._.js.map +0 -1
- package/.next/server/chunks/ssr/[root-of-the-server]__1_stkwn._.js +0 -3
- package/.next/server/chunks/ssr/[root-of-the-server]__1_stkwn._.js.map +0 -1
- package/.next/server/chunks/ssr/[root-of-the-server]__1dky4g0._.js +0 -33
- package/.next/server/chunks/ssr/[root-of-the-server]__1dky4g0._.js.map +0 -1
- package/.next/server/chunks/ssr/[root-of-the-server]__1k6ey-q._.js +0 -3
- package/.next/server/chunks/ssr/[root-of-the-server]__1k6ey-q._.js.map +0 -1
- package/.next/server/chunks/ssr/[root-of-the-server]__1la73u1._.js +0 -3
- package/.next/server/chunks/ssr/[root-of-the-server]__1la73u1._.js.map +0 -1
- package/.next/server/chunks/ssr/[root-of-the-server]__1nshnxm._.js +0 -3
- package/.next/server/chunks/ssr/[root-of-the-server]__1nshnxm._.js.map +0 -1
- package/.next/server/chunks/ssr/[root-of-the-server]__1pssg49._.js +0 -3
- package/.next/server/chunks/ssr/[root-of-the-server]__1pssg49._.js.map +0 -1
- package/.next/server/chunks/ssr/[root-of-the-server]__1q6zd30._.js +0 -3
- package/.next/server/chunks/ssr/[root-of-the-server]__1q6zd30._.js.map +0 -1
- package/.next/server/chunks/ssr/[root-of-the-server]__1qlmg27._.js +0 -3
- package/.next/server/chunks/ssr/[root-of-the-server]__1qlmg27._.js.map +0 -1
- package/.next/server/chunks/ssr/[turbopack]_runtime.js +0 -903
- package/.next/server/chunks/ssr/[turbopack]_runtime.js.map +0 -11
- package/.next/server/chunks/ssr/_01pksvc._.js +0 -78
- package/.next/server/chunks/ssr/_01pksvc._.js.map +0 -1
- package/.next/server/chunks/ssr/_03lgii8._.js +0 -3
- package/.next/server/chunks/ssr/_03lgii8._.js.map +0 -1
- package/.next/server/chunks/ssr/_05tft_r._.js +0 -3
- package/.next/server/chunks/ssr/_05tft_r._.js.map +0 -1
- package/.next/server/chunks/ssr/_06gt995._.js +0 -3
- package/.next/server/chunks/ssr/_06gt995._.js.map +0 -1
- package/.next/server/chunks/ssr/_0jrh37c._.js +0 -46
- package/.next/server/chunks/ssr/_0jrh37c._.js.map +0 -1
- package/.next/server/chunks/ssr/_0kw6yq_._.js +0 -3
- package/.next/server/chunks/ssr/_0kw6yq_._.js.map +0 -1
- package/.next/server/chunks/ssr/_0l3c05z._.js +0 -3
- package/.next/server/chunks/ssr/_0l3c05z._.js.map +0 -1
- package/.next/server/chunks/ssr/_0n-ojw-._.js +0 -3
- package/.next/server/chunks/ssr/_0n-ojw-._.js.map +0 -1
- package/.next/server/chunks/ssr/_0t6a1ln._.js +0 -6
- package/.next/server/chunks/ssr/_0t6a1ln._.js.map +0 -1
- package/.next/server/chunks/ssr/_0td-xk-._.js +0 -3
- package/.next/server/chunks/ssr/_0td-xk-._.js.map +0 -1
- package/.next/server/chunks/ssr/_0y92f-y._.js +0 -46
- package/.next/server/chunks/ssr/_0y92f-y._.js.map +0 -1
- package/.next/server/chunks/ssr/_1b6au28._.js +0 -3
- package/.next/server/chunks/ssr/_1b6au28._.js.map +0 -1
- package/.next/server/chunks/ssr/_next-internal_server_app_(app)_page_actions_1gxdy57.js +0 -3
- package/.next/server/chunks/ssr/_next-internal_server_app_(app)_page_actions_1gxdy57.js.map +0 -1
- package/.next/server/chunks/ssr/_next-internal_server_app_(app)_session_[name]_page_actions_115d_ja.js +0 -3
- package/.next/server/chunks/ssr/_next-internal_server_app_(app)_session_[name]_page_actions_115d_ja.js.map +0 -1
- package/.next/server/chunks/ssr/_next-internal_server_app_(app)_settings_key_page_actions_1jsc3or.js +0 -3
- package/.next/server/chunks/ssr/_next-internal_server_app_(app)_settings_key_page_actions_1jsc3or.js.map +0 -1
- package/.next/server/chunks/ssr/_next-internal_server_app__global-error_page_actions_0zi5s8-.js +0 -3
- package/.next/server/chunks/ssr/_next-internal_server_app__global-error_page_actions_0zi5s8-.js.map +0 -1
- package/.next/server/chunks/ssr/_next-internal_server_app__not-found_page_actions_0pt47yr.js +0 -3
- package/.next/server/chunks/ssr/_next-internal_server_app__not-found_page_actions_0pt47yr.js.map +0 -1
- package/.next/server/chunks/ssr/_next-internal_server_app_record-test_page_actions_0a_yofw.js +0 -3
- package/.next/server/chunks/ssr/_next-internal_server_app_record-test_page_actions_0a_yofw.js.map +0 -1
- package/.next/server/chunks/ssr/_next-internal_server_app_styleguide_page_actions_174h7x7.js +0 -3
- package/.next/server/chunks/ssr/_next-internal_server_app_styleguide_page_actions_174h7x7.js.map +0 -1
- package/.next/server/chunks/ssr/node_modules_0el53_h._.js +0 -10
- package/.next/server/chunks/ssr/node_modules_0el53_h._.js.map +0 -1
- package/.next/server/chunks/ssr/node_modules_0h91jdk._.js +0 -33
- package/.next/server/chunks/ssr/node_modules_0h91jdk._.js.map +0 -1
- package/.next/server/chunks/ssr/node_modules_1fxqp22._.js +0 -10
- package/.next/server/chunks/ssr/node_modules_1fxqp22._.js.map +0 -1
- package/.next/server/chunks/ssr/node_modules_1loo6j7._.js +0 -6
- package/.next/server/chunks/ssr/node_modules_1loo6j7._.js.map +0 -1
- package/.next/server/chunks/ssr/node_modules_1pvqj0r._.js +0 -3
- package/.next/server/chunks/ssr/node_modules_1pvqj0r._.js.map +0 -1
- package/.next/server/chunks/ssr/node_modules_next_dist_0uboya6._.js +0 -6
- package/.next/server/chunks/ssr/node_modules_next_dist_0uboya6._.js.map +0 -1
- package/.next/server/chunks/ssr/node_modules_next_dist_172hvm-._.js +0 -19
- package/.next/server/chunks/ssr/node_modules_next_dist_172hvm-._.js.map +0 -1
- package/.next/server/chunks/ssr/node_modules_next_dist_client_components_0wpq8j3._.js +0 -3
- package/.next/server/chunks/ssr/node_modules_next_dist_client_components_0wpq8j3._.js.map +0 -1
- package/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_0symwr9.js +0 -3
- package/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_0symwr9.js.map +0 -1
- package/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_global-error_0-o-goa.js +0 -3
- package/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_global-error_0-o-goa.js.map +0 -1
- package/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_0l_sp0x.js +0 -3
- package/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_0l_sp0x.js.map +0 -1
- package/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0_q50sh.js +0 -4
- package/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0_q50sh.js.map +0 -1
- package/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0_xbpm0.js +0 -4
- package/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0_xbpm0.js.map +0 -1
- package/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_119i6eu.js +0 -4
- package/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_119i6eu.js.map +0 -1
- package/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_14nl2rs.js +0 -4
- package/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_14nl2rs.js.map +0 -1
- package/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_18u8k23.js +0 -4
- package/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_18u8k23.js.map +0 -1
- package/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_19--w_z.js +0 -4
- package/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_19--w_z.js.map +0 -1
- package/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_1_iwj0a.js +0 -4
- package/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_1_iwj0a.js.map +0 -1
- package/.next/server/chunks/ssr/node_modules_node-fetch_src_index_1e0t9p6.js +0 -3
- package/.next/server/chunks/ssr/node_modules_node-fetch_src_index_1e0t9p6.js.map +0 -1
- package/.next/server/chunks/ssr/src_19oqe9t._.js +0 -3
- package/.next/server/chunks/ssr/src_19oqe9t._.js.map +0 -1
- package/.next/server/chunks/ssr/src_app_record-test_page_tsx_08-2bld._.js +0 -9
- package/.next/server/chunks/ssr/src_app_record-test_page_tsx_08-2bld._.js.map +0 -1
- package/.next/server/chunks/ssr/src_components_app-sidebar_tsx_1xx2k53._.js +0 -3
- package/.next/server/chunks/ssr/src_components_app-sidebar_tsx_1xx2k53._.js.map +0 -1
- package/.next/server/chunks/ssr/src_components_settings_key-setup_tsx_0jxhnpa._.js +0 -3
- package/.next/server/chunks/ssr/src_components_settings_key-setup_tsx_0jxhnpa._.js.map +0 -1
- package/.next/server/chunks/ssr/src_components_ui_0lq7ewx._.js +0 -3
- package/.next/server/chunks/ssr/src_components_ui_0lq7ewx._.js.map +0 -1
- package/.next/static/CIZxngYjzUw1Kb0KrE473/_buildManifest.js +0 -11
- package/.next/static/CIZxngYjzUw1Kb0KrE473/_clientMiddlewareManifest.js +0 -1
- package/.next/static/chunks/05-c3ty_6dwfk.js +0 -1
- package/.next/static/chunks/07-hzktxqjvzd.js +0 -4
- package/.next/static/chunks/09bn0buuu6k2x.js +0 -1
- package/.next/static/chunks/0kkimqpuecvfn.js +0 -1
- package/.next/static/chunks/0mk1g55o6kl1e.js +0 -2
- package/.next/static/chunks/0ul837-9k0zx_.js +0 -63
- package/.next/static/chunks/0wpges32btt_p.js +0 -1
- package/.next/static/chunks/18qo-4_hfuwko.js +0 -1
- package/.next/static/chunks/1_dsevxz78b97.js +0 -1
- package/.next/static/chunks/2-oqhnxovgl_2.js +0 -44
- package/.next/static/chunks/2et_7fxuzt9cq.js +0 -31
- package/.next/static/chunks/2im7c515bo69p.js +0 -1
- package/.next/static/chunks/2merpuxt1zcvf.js +0 -1
- package/.next/static/chunks/2qb8lge1e2sv2.js +0 -1
- package/.next/static/chunks/2sj0gufu0lojq.css +0 -3
- package/.next/static/chunks/2zloaj9ja_vpy.js +0 -1
- package/.next/static/chunks/3rvy2rc9d_hwt.js +0 -1
- package/.next/static/chunks/3uci2qhsbp444.js +0 -50
- package/.next/static/chunks/3yao5u25-bf0g.js +0 -1
- package/.next/static/chunks/41_0qs6kjmoek.js +0 -1
- package/.next/static/chunks/4395sbjm36lbl.js +0 -1
- package/.next/static/chunks/turbopack-2cevjmbuh84ft.js +0 -1
- package/.next/static/media/icon.2_sgat73yt9an.svg +0 -7
- package/.next/trace +0 -1
- package/.next/trace-build +0 -1
- package/.next/turbopack +0 -0
- /package/.next/{server/app/(app)/page/react-loadable-manifest.json → react-loadable-manifest.json} +0 -0
- /package/.next/static/{CIZxngYjzUw1Kb0KrE473 → FExJe2q2O67X3zxf-SYQ_}/_ssgManifest.js +0 -0
- /package/.next/static/chunks/{0cz1d0mv5g_q7.js → polyfills-42372ed130431b0a.js} +0 -0
- /package/.next/static/media/{5ce348bf30bf5439-s.31988l_ccedte.woff2 → 013b72fa676f92e0-s.woff2} +0 -0
- /package/.next/static/media/{5476f68d60460930-s.2uwcyprjm3xu3.woff2 → 19cfc7226ec3afaa-s.woff2} +0 -0
- /package/.next/static/media/{9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2 → 21350d82a1f187e9-s.woff2} +0 -0
- /package/.next/static/media/{bbc41e54d2fcbd21-s.1rgnod-3esatf.woff2 → 2b5b02fc7e511755-s.woff2} +0 -0
- /package/.next/static/media/{6306c77e7c8268e4-s.2dbetqa9o8jxf.woff2 → 65f03d54ccadf4a8-s.woff2} +0 -0
- /package/.next/static/media/{797e433ab948586e-s.p.0r6juujl39pe6.woff2 → 7d4881bb7e1bf84d-s.p.woff2} +0 -0
- /package/.next/static/media/{1bffadaabf893a1e-s.3-6t-g6q0vh0a.woff2 → 8e9860b6e62d6359-s.woff2} +0 -0
- /package/.next/static/media/{4fa387ec64143e14-s.2tuy5pz7dlieh.woff2 → b9408752a0c24fb9-s.woff2} +0 -0
- /package/.next/static/media/{2c55a0e60120577a-s.0-dom-5bn10r2.woff2 → ba9851c3c22cd980-s.woff2} +0 -0
- /package/.next/static/media/{ad66f9afd8947f86-s.3lvt2whj97whp.woff2 → c5fe6dc8356a8c31-s.woff2} +0 -0
- /package/.next/static/media/{2bbe8d2671613f1f-s.0k62hbripvv8p.woff2 → df0a9ae256c0569c-s.woff2} +0 -0
- /package/.next/static/media/{7d817b4c03b0c5f1-s.1uyisp29ctx0d.woff2 → e038a29029a234f2-s.woff2} +0 -0
- /package/.next/static/media/{83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2 → e4af272ccee01ff0-s.p.woff2} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":1,"files":["../../../../../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../../../../../node_modules/@swc/helpers/package.json","../../../../../node_modules/google-auth-library/build/src/auth/authclient.js","../../../../../node_modules/google-auth-library/build/src/auth/awsclient.js","../../../../../node_modules/google-auth-library/build/src/auth/awsrequestsigner.js","../../../../../node_modules/google-auth-library/build/src/auth/baseexternalclient.js","../../../../../node_modules/google-auth-library/build/src/auth/certificatesubjecttokensupplier.js","../../../../../node_modules/google-auth-library/build/src/auth/computeclient.js","../../../../../node_modules/google-auth-library/build/src/auth/credentials.js","../../../../../node_modules/google-auth-library/build/src/auth/defaultawssecuritycredentialssupplier.js","../../../../../node_modules/google-auth-library/build/src/auth/downscopedclient.js","../../../../../node_modules/google-auth-library/build/src/auth/envDetect.js","../../../../../node_modules/google-auth-library/build/src/auth/executable-response.js","../../../../../node_modules/google-auth-library/build/src/auth/externalAccountAuthorizedUserClient.js","../../../../../node_modules/google-auth-library/build/src/auth/externalclient.js","../../../../../node_modules/google-auth-library/build/src/auth/filesubjecttokensupplier.js","../../../../../node_modules/google-auth-library/build/src/auth/gdchclient.js","../../../../../node_modules/google-auth-library/build/src/auth/googleauth.js","../../../../../node_modules/google-auth-library/build/src/auth/iam.js","../../../../../node_modules/google-auth-library/build/src/auth/identitypoolclient.js","../../../../../node_modules/google-auth-library/build/src/auth/idtokenclient.js","../../../../../node_modules/google-auth-library/build/src/auth/impersonated.js","../../../../../node_modules/google-auth-library/build/src/auth/jwtaccess.js","../../../../../node_modules/google-auth-library/build/src/auth/jwtclient.js","../../../../../node_modules/google-auth-library/build/src/auth/loginticket.js","../../../../../node_modules/google-auth-library/build/src/auth/oauth2client.js","../../../../../node_modules/google-auth-library/build/src/auth/oauth2common.js","../../../../../node_modules/google-auth-library/build/src/auth/passthrough.js","../../../../../node_modules/google-auth-library/build/src/auth/pluggable-auth-client.js","../../../../../node_modules/google-auth-library/build/src/auth/pluggable-auth-handler.js","../../../../../node_modules/google-auth-library/build/src/auth/refreshclient.js","../../../../../node_modules/google-auth-library/build/src/auth/stscredentials.js","../../../../../node_modules/google-auth-library/build/src/auth/urlsubjecttokensupplier.js","../../../../../node_modules/next/dist/build/adapter/setup-node-env.external.js","../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../node_modules/next/dist/client/components/hooks-server-context.js","../../../../../node_modules/next/dist/client/components/static-generation-bailout.js","../../../../../node_modules/next/dist/client/lib/console.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../../node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js","../../../../../node_modules/next/dist/compiled/source-map/package.json","../../../../../node_modules/next/dist/compiled/source-map/source-map.js","../../../../../node_modules/next/dist/compiled/stacktrace-parser/package.json","../../../../../node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../../../../../node_modules/next/dist/compiled/ws/index.js","../../../../../node_modules/next/dist/compiled/ws/package.json","../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../node_modules/next/dist/lib/constants.js","../../../../../node_modules/next/dist/lib/framework/boundary-constants.js","../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../node_modules/next/dist/lib/is-error.js","../../../../../node_modules/next/dist/lib/picocolors.js","../../../../../node_modules/next/dist/lib/scheduler.js","../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/dynamic-rendering.js","../../../../../node_modules/next/dist/server/app-render/instant-validation/boundary-constants.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../node_modules/next/dist/server/app-render/staged-rendering.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../node_modules/next/dist/server/dev/browser-logs/file-logger.js","../../../../../node_modules/next/dist/server/dynamic-rendering-utils.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../node_modules/next/dist/server/lib/parse-stack.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../node_modules/next/dist/server/lib/source-maps.js","../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../node_modules/next/dist/server/node-environment-baseline.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-dim.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-exit.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-file.js","../../../../../node_modules/next/dist/server/node-environment-extensions/date.js","../../../../../node_modules/next/dist/server/node-environment-extensions/error-inspect.js","../../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/io-utils.js","../../../../../node_modules/next/dist/server/node-environment-extensions/node-crypto.js","../../../../../node_modules/next/dist/server/node-environment-extensions/random.js","../../../../../node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/web-crypto.js","../../../../../node_modules/next/dist/server/node-environment.js","../../../../../node_modules/next/dist/server/node-polyfill-crypto.js","../../../../../node_modules/next/dist/server/patch-error-inspect.js","../../../../../node_modules/next/dist/server/require-hook.js","../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../node_modules/next/dist/shared/lib/promise-with-resolvers.js","../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../node_modules/next/package.json","../../../../../node_modules/react/cjs/react.development.js","../../../../../node_modules/react/cjs/react.production.js","../../../../../node_modules/react/index.js","../../../../../node_modules/react/package.json","../../../chunks/[externals]__1l0bqbz._.js","../../../chunks/[root-of-the-server]__02oblj7._.js","../../../chunks/[root-of-the-server]__0dkua3v._.js","../../../chunks/[root-of-the-server]__0ezil_h._.js","../../../chunks/[root-of-the-server]__15bjnu5._.js","../../../chunks/[turbopack]_runtime.js","../../../chunks/_04h1cv_._.js","../../../chunks/_next-internal_server_app_api_revise_route_actions_19kk3m-.js","../../../chunks/node_modules_0x51oh_._.js","../../../chunks/node_modules_19bvt3l._.js","../../../chunks/node_modules_1_-az43._.js","../../../chunks/node_modules_1t2pqct._.js","../../../chunks/node_modules_node-fetch_src_index_1gf-_pn.js","./route_client-reference-manifest.js"]}
|
|
1
|
+
{"version":1,"files":["../../../../../node_modules/@swc/helpers/_/_interop_require_default/package.json","../../../../../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../../../../../node_modules/@swc/helpers/package.json","../../../../../node_modules/next/dist/build/adapter/setup-node-env.external.js","../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../node_modules/next/dist/client/components/hooks-server-context.js","../../../../../node_modules/next/dist/client/components/static-generation-bailout.js","../../../../../node_modules/next/dist/client/lib/console.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js","../../../../../node_modules/next/dist/compiled/source-map/package.json","../../../../../node_modules/next/dist/compiled/source-map/source-map.js","../../../../../node_modules/next/dist/compiled/stacktrace-parser/package.json","../../../../../node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../../../../../node_modules/next/dist/compiled/ws/index.js","../../../../../node_modules/next/dist/compiled/ws/package.json","../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../node_modules/next/dist/lib/constants.js","../../../../../node_modules/next/dist/lib/framework/boundary-constants.js","../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../node_modules/next/dist/lib/is-error.js","../../../../../node_modules/next/dist/lib/picocolors.js","../../../../../node_modules/next/dist/lib/scheduler.js","../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/dynamic-rendering.js","../../../../../node_modules/next/dist/server/app-render/instant-validation/boundary-constants.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../node_modules/next/dist/server/app-render/staged-rendering.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../node_modules/next/dist/server/dev/browser-logs/file-logger.js","../../../../../node_modules/next/dist/server/dynamic-rendering-utils.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../node_modules/next/dist/server/lib/parse-stack.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../node_modules/next/dist/server/lib/source-maps.js","../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../node_modules/next/dist/server/node-environment-baseline.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-dim.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-exit.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-file.js","../../../../../node_modules/next/dist/server/node-environment-extensions/date.js","../../../../../node_modules/next/dist/server/node-environment-extensions/error-inspect.js","../../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/io-utils.js","../../../../../node_modules/next/dist/server/node-environment-extensions/node-crypto.js","../../../../../node_modules/next/dist/server/node-environment-extensions/random.js","../../../../../node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/web-crypto.js","../../../../../node_modules/next/dist/server/node-environment.js","../../../../../node_modules/next/dist/server/node-polyfill-crypto.js","../../../../../node_modules/next/dist/server/patch-error-inspect.js","../../../../../node_modules/next/dist/server/require-hook.js","../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../../node_modules/next/dist/shared/lib/promise-with-resolvers.js","../../../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../../node_modules/next/dist/shared/lib/segment.js","../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../node_modules/next/package.json","../../../../../node_modules/react/cjs/react.development.js","../../../../../node_modules/react/cjs/react.production.js","../../../../../node_modules/react/index.js","../../../../../node_modules/react/package.json","../../../../../package.json","../../../../package.json","../../../chunks/367.js","../../../chunks/607.js","../../../chunks/724.js","../../../chunks/741.js","../../../chunks/852.js","../../../chunks/907.js","../../../chunks/915.js","../../../webpack-runtime.js","route_client-reference-manifest.js"]}
|
|
@@ -1,3 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST
|
|
2
|
-
globalThis.__RSC_MANIFEST["/api/revise/route"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{},"ssrModuleMapping":{},"edgeSSRModuleMapping":{},"rscModuleMapping":{},"edgeRscModuleMapping":{},"entryCSSFiles":{},"entryJSFiles":{}};
|
|
3
|
-
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/revise/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{},"edgeSSRModuleMapping":{},"clientModules":{},"entryCSSFiles":{"/Users/vasylf/Desktop/projects/vellum/src/app/api/revise/route":[]},"rscModuleMapping":{},"edgeRscModuleMapping":{}};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
var
|
|
2
|
-
R.c("server/chunks/[root-of-the-server]__04dzkv1._.js")
|
|
3
|
-
R.c("server/chunks/[root-of-the-server]__15bjnu5._.js")
|
|
4
|
-
R.c("server/chunks/node_modules_next_08s853w._.js")
|
|
5
|
-
R.c("server/chunks/_next-internal_server_app_icon_svg_route_actions_1r2h_ub.js")
|
|
6
|
-
R.m(61233)
|
|
7
|
-
module.exports=R.m(61233).exports
|
|
1
|
+
"use strict";(()=>{var a={};a.id=822,a.ids=[822],a.modules={261:a=>{a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},10846:a=>{a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},29294:a=>{a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},41226:(a,b,c)=>{c.r(b),c.d(b,{handler:()=>E,patchFetch:()=>D,routeModule:()=>z,serverHooks:()=>C,workAsyncStorage:()=>A,workUnitAsyncStorage:()=>B});var d={};c.r(d),c.d(d,{GET:()=>x,dynamic:()=>y});var e=c(19225),f=c(84006),g=c(8317),h=c(99373),i=c(34775),j=c(24235),k=c(261),l=c(54365),m=c(90771),n=c(73461),o=c(67798),p=c(92280),q=c(62018),r=c(45696),s=c(47929),t=c(86439),u=c(37527),v=c(23211);let w=Buffer.from("PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiByeD0iNiIgZmlsbD0iYmxhY2siLz4KPHJlY3QgeD0iOCIgeT0iNSIgd2lkdGg9IjIiIGhlaWdodD0iMTQiIGZpbGw9IndoaXRlIi8+CjxyZWN0IHg9IjE0IiB5PSI1IiB3aWR0aD0iMiIgaGVpZ2h0PSIxNCIgZmlsbD0id2hpdGUiLz4KPHJlY3QgeD0iMTkiIHk9IjgiIHdpZHRoPSIyIiBoZWlnaHQ9IjE0IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCAxOSA4KSIgZmlsbD0id2hpdGUiLz4KPHJlY3QgeD0iMTkiIHk9IjE0IiB3aWR0aD0iMiIgaGVpZ2h0PSIxNCIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgMTkgMTQpIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K","base64");function x(){return new v.NextResponse(w,{headers:{"Content-Type":"image/svg+xml","Cache-Control":"public, max-age=0, must-revalidate"}})}let y="force-static",z=new e.AppRouteRouteModule({definition:{kind:f.RouteKind.APP_ROUTE,page:"/icon.svg/route",pathname:"/icon.svg",filename:"icon",bundlePath:"app/icon.svg/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"next-metadata-route-loader?filePath=%2FUsers%2Fvasylf%2FDesktop%2Fprojects%2Fvellum%2Fsrc%2Fapp%2Ficon.svg&isDynamicRouteExtension=0!?__next_metadata_route__",nextConfigOutput:"",userland:d,...{}}),{workAsyncStorage:A,workUnitAsyncStorage:B,serverHooks:C}=z;function D(){return(0,g.patchFetch)({workAsyncStorage:A,workUnitAsyncStorage:B})}async function E(a,b,c){c.requestMeta&&(0,h.setRequestMeta)(a,c.requestMeta),z.isDev&&(0,h.addRequestMeta)(a,"devRequestTimingInternalsEnd",process.hrtime.bigint());let d="/icon.svg/route";"/index"===d&&(d="/");let e=await z.prepare(a,b,{srcPage:d,multiZoneDraftMode:!1});if(!e)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:g,deploymentId:v,params:w,nextConfig:x,parsedUrl:y,isDraftMode:A,prerenderManifest:B,routerServerContext:C,isOnDemandRevalidate:D,revalidateOnlyGenerated:E,resolvedPathname:F,clientReferenceManifest:G,serverActionsManifest:H}=e,I=(0,k.normalizeAppPath)(d),J=!!(B.dynamicRoutes[I]||B.routes[F]),K=async()=>((null==C?void 0:C.render404)?await C.render404(a,b,y,!1):b.end("This page could not be found"),null);if(J&&!A){let a=!!B.routes[F],b=B.dynamicRoutes[I];if(b&&!1===b.fallback&&!a){if(x.adapterPath)return await K();throw new t.NoFallbackError}}let L=null;!J||z.isDev||A||(L="/index"===(L=F)?"/":L);let M=!0===z.isDev||!J,N=J&&!M;H&&G&&(0,j.setManifestsSingleton)({page:d,clientReferenceManifest:G,serverActionsManifest:H});let O=a.method||"GET",P=(0,i.getTracer)(),Q=P.getActiveScopeSpan(),R=!!(null==C?void 0:C.isWrappedByNextServer),S=!!(0,h.getRequestMeta)(a,"minimalMode"),T=(0,h.getRequestMeta)(a,"incrementalCache")||await z.getIncrementalCache(a,x,B,S);null==T||T.resetRequestCache(),globalThis.__incrementalCache=T;let U={params:w,previewProps:B.preview,renderOpts:{experimental:{authInterrupts:!!x.experimental.authInterrupts},cacheComponents:!!x.cacheComponents,supportsDynamicResponse:M,incrementalCache:T,cacheLifeProfiles:x.cacheLife,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d,e)=>z.onRequestError(a,b,d,e,C)},sharedContext:{buildId:g,deploymentId:v}},V=new l.NodeNextRequest(a),W=new l.NodeNextResponse(b),X=m.NextRequestAdapter.fromNodeNextRequest(V,(0,m.signalFromNodeResponse)(b));try{let e,g=async a=>z.handle(X,U).finally(()=>{if(!a)return;a.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let c=P.getRootSpanAttributes();if(!c)return;if(c.get("next.span_type")!==n.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${c.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let f=c.get("next.route");if(f){let b=`${O} ${f}`;a.setAttributes({"next.route":f,"http.route":f,"next.span_name":b}),a.updateName(b),e&&e!==a&&(e.setAttribute("http.route",f),e.updateName(b))}else a.updateName(`${O} ${d}`)}),h=async e=>{var h,i;let j=async({previousCacheEntry:f})=>{try{if(!S&&D&&E&&!f)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let d=await g(e);a.fetchMetrics=U.renderOpts.fetchMetrics;let h=U.renderOpts.pendingWaitUntil;h&&c.waitUntil&&(c.waitUntil(h),h=void 0);let i=U.renderOpts.collectedTags;if(!J)return await (0,p.I)(V,W,d,U.renderOpts.pendingWaitUntil),null;{let a=await d.blob(),b=(0,q.toNodeOutgoingHttpHeaders)(d.headers);i&&(b[s.NEXT_CACHE_TAGS_HEADER]=i),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==U.renderOpts.collectedRevalidate&&!(U.renderOpts.collectedRevalidate>=s.INFINITE_CACHE)&&U.renderOpts.collectedRevalidate,e=void 0===U.renderOpts.collectedExpire||U.renderOpts.collectedExpire>=s.INFINITE_CACHE?void 0:U.renderOpts.collectedExpire;return{value:{kind:u.CachedRouteKind.APP_ROUTE,status:d.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:e}}}}catch(b){throw(null==f?void 0:f.isStale)&&await z.onRequestError(a,b,{routerKind:"App Router",routePath:d,routeType:"route",revalidateReason:(0,o.c)({isStaticGeneration:N,isOnDemandRevalidate:D})},!1,C),b}},k=await z.handleResponse({req:a,nextConfig:x,cacheKey:L,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:B,isRoutePPREnabled:!1,isOnDemandRevalidate:D,revalidateOnlyGenerated:E,responseGenerator:j,waitUntil:c.waitUntil,isMinimalMode:S});if(!J)return null;if((null==k||null==(h=k.value)?void 0:h.kind)!==u.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==k||null==(i=k.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});S||b.setHeader("x-nextjs-cache",D?"REVALIDATED":k.isMiss?"MISS":k.isStale?"STALE":"HIT"),A&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let l=(0,q.fromNodeOutgoingHttpHeaders)(k.value.headers);return S&&J||l.delete(s.NEXT_CACHE_TAGS_HEADER),!k.cacheControl||b.getHeader("Cache-Control")||l.get("Cache-Control")||l.set("Cache-Control",(0,r.getCacheControlHeader)(k.cacheControl)),await (0,p.I)(V,W,new Response(k.value.body,{headers:l,status:k.value.status||200})),null};R&&Q?await h(Q):(e=P.getActiveScopeSpan(),await P.withPropagatedContext(a.headers,()=>P.trace(n.BaseServerSpan.handleRequest,{spanName:`${O} ${d}`,kind:i.SpanKind.SERVER,attributes:{"http.method":O,"http.target":a.url}},h),void 0,!R))}catch(b){if(b instanceof t.NoFallbackError||await z.onRequestError(a,b,{routerKind:"App Router",routePath:I,routeType:"route",revalidateReason:(0,o.c)({isStaticGeneration:N,isOnDemandRevalidate:D})},!1,C),J)throw b;return await (0,p.I)(V,W,new Response(null,{status:500})),null}}},44870:a=>{a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},63033:a=>{a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},86439:a=>{a.exports=require("next/dist/shared/lib/no-fallback-error.external")}};var b=require("../../webpack-runtime.js");b.C(a);var c=b.X(0,[741,813],()=>b(b.s=41226));module.exports=c})();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":1,"files":["../../../../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../../../../node_modules/@swc/helpers/package.json","../../../../node_modules/next/dist/build/adapter/setup-node-env.external.js","../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../node_modules/next/dist/client/components/hooks-server-context.js","../../../../node_modules/next/dist/client/components/static-generation-bailout.js","../../../../node_modules/next/dist/client/lib/console.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../node_modules/next/dist/compiled/next-server/app-page
|
|
1
|
+
{"version":1,"files":["../../../../node_modules/@swc/helpers/_/_interop_require_default/package.json","../../../../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../../../../node_modules/@swc/helpers/package.json","../../../../node_modules/next/dist/build/adapter/setup-node-env.external.js","../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../node_modules/next/dist/client/components/hooks-server-context.js","../../../../node_modules/next/dist/client/components/static-generation-bailout.js","../../../../node_modules/next/dist/client/lib/console.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js","../../../../node_modules/next/dist/compiled/source-map/package.json","../../../../node_modules/next/dist/compiled/source-map/source-map.js","../../../../node_modules/next/dist/compiled/stacktrace-parser/package.json","../../../../node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../../../../node_modules/next/dist/compiled/ws/index.js","../../../../node_modules/next/dist/compiled/ws/package.json","../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../node_modules/next/dist/lib/constants.js","../../../../node_modules/next/dist/lib/framework/boundary-constants.js","../../../../node_modules/next/dist/lib/interop-default.js","../../../../node_modules/next/dist/lib/is-error.js","../../../../node_modules/next/dist/lib/picocolors.js","../../../../node_modules/next/dist/lib/scheduler.js","../../../../node_modules/next/dist/lib/semver-noop.js","../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/dynamic-rendering.js","../../../../node_modules/next/dist/server/app-render/instant-validation/boundary-constants.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../node_modules/next/dist/server/app-render/staged-rendering.js","../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../node_modules/next/dist/server/dev/browser-logs/file-logger.js","../../../../node_modules/next/dist/server/dynamic-rendering-utils.js","../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../node_modules/next/dist/server/lib/parse-stack.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../node_modules/next/dist/server/lib/source-maps.js","../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../node_modules/next/dist/server/node-environment-baseline.js","../../../../node_modules/next/dist/server/node-environment-extensions/console-dim.external.js","../../../../node_modules/next/dist/server/node-environment-extensions/console-exit.js","../../../../node_modules/next/dist/server/node-environment-extensions/console-file.js","../../../../node_modules/next/dist/server/node-environment-extensions/date.js","../../../../node_modules/next/dist/server/node-environment-extensions/error-inspect.js","../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../node_modules/next/dist/server/node-environment-extensions/io-utils.js","../../../../node_modules/next/dist/server/node-environment-extensions/node-crypto.js","../../../../node_modules/next/dist/server/node-environment-extensions/random.js","../../../../node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js","../../../../node_modules/next/dist/server/node-environment-extensions/web-crypto.js","../../../../node_modules/next/dist/server/node-environment.js","../../../../node_modules/next/dist/server/node-polyfill-crypto.js","../../../../node_modules/next/dist/server/patch-error-inspect.js","../../../../node_modules/next/dist/server/require-hook.js","../../../../node_modules/next/dist/server/response-cache/types.js","../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../node_modules/next/dist/shared/lib/promise-with-resolvers.js","../../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../node_modules/next/dist/shared/lib/segment.js","../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../node_modules/next/package.json","../../../../node_modules/react/cjs/react.development.js","../../../../node_modules/react/cjs/react.production.js","../../../../node_modules/react/index.js","../../../../node_modules/react/package.json","../../../../package.json","../../../package.json","../../chunks/741.js","../../chunks/813.js","../../webpack-runtime.js"]}
|
|
@@ -1 +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/09bn0buuu6k2x.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/09bn0buuu6k2x.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/09bn0buuu6k2x.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/09bn0buuu6k2x.js\"],\"SidebarTrigger\"]\nd: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/09bn0buuu6k2x.js\"],\"FadeText\"]\ne:I[56478,[\"/_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/09bn0buuu6k2x."])</script><script>self.__next_f.push([1,"js\"],\"RecoveryPrompt\"]\nf:I[48450,[\"/_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/09bn0buuu6k2x.js\"],\"SessionsEmptyState\"]\n10: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\"]\n11:\"$Sreact.suspense\"\n13: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\"]\n17: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\":[\"\",\"\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"(app)\",{\"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\":[[\"$\",\"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\",null,{\"className\":\"min-w-0 flex-1 text-[15px] font-medium tracking-tight\",\"children\":\"Sessions\"}],\"$undefined\"]}],[\"$\",\"main\",null,{\"className\":\"flex flex-1 flex-col p-6\",\"children\":[[\"$\",\"div\",null,{\"className\":\"mx-auto w-full max-w-2xl\",\"children\":[\"$\",\"$Le\",null,{}]}],[\"$\",\"$Lf\",null,{}]]}]]}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/09bn0buuu6k2x.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L10\",null,{\"children\":[\"$\",\"$11\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@12\"}]}]]}],{},null,false,null]},null,false,null]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L13\",null,{\"children\":\"$L14\"}],\"$L15\",\"$L16\"]}],false]],\"m\":\"$undefined\",\"G\":[\"$17\",[\"$L18\"]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"CIZxngYjzUw1Kb0KrE473\"}\n"])</script><script>self.__next_f.push([1,"19: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\"]\n15:[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L19\",null,{\"children\":[\"$\",\"$11\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L1a\"}]}]}]\n16:[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]\n18:[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/2sj0gufu0lojq.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]\n"])</script><script>self.__next_f.push([1,"14:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"1b: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\"]\n12:null\n1a:[[\"$\",\"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\"}],[\"$\",\"$L1b\",\"3\",{}]]\n"])</script></body></html>
|
|
1
|
+
<!DOCTYPE html><html lang="en" class="__variable_f367f3 __variable_c29908 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/7d4881bb7e1bf84d-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/e2905f0858acd77d.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-ceb933bd5f77076f.js"/><script src="/_next/static/chunks/4bd1b696-deb4a0a1da1923b0.js" async=""></script><script src="/_next/static/chunks/794-dc751ec6c8c611f8.js" async=""></script><script src="/_next/static/chunks/main-app-39f57c6e6702740e.js" async=""></script><script src="/_next/static/chunks/603-6235d4d53b37035c.js" async=""></script><script src="/_next/static/chunks/924-9226750edc5c2c2f.js" async=""></script><script src="/_next/static/chunks/app/layout-aa71ca14e7f13c0c.js" async=""></script><script src="/_next/static/chunks/95247769-a29d70f7fbba27c6.js" async=""></script><script src="/_next/static/chunks/479-ea67f878851afbcd.js" async=""></script><script src="/_next/static/chunks/185-9c51ded7cd36ca7e.js" async=""></script><script src="/_next/static/chunks/376-6f7bc95550542e0b.js" async=""></script><script src="/_next/static/chunks/27-02413cc56fbb4570.js" async=""></script><script src="/_next/static/chunks/493-6bd8c75c972d3abd.js" async=""></script><script src="/_next/static/chunks/743-c183133e0fbf1564.js" async=""></script><script src="/_next/static/chunks/793-5e37343b804eb1d9.js" async=""></script><script src="/_next/static/chunks/app/(app)/layout-aad46049bfd54648.js" async=""></script><script src="/_next/static/chunks/app/(app)/page-d75e1fccccdbe30e.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?a9ab9d5c890528b7" type="image/svg+xml" sizes="any"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.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/webpack-ceb933bd5f77076f.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[72737,[\"603\",\"static/chunks/603-6235d4d53b37035c.js\",\"924\",\"static/chunks/924-9226750edc5c2c2f.js\",\"177\",\"static/chunks/app/layout-aa71ca14e7f13c0c.js\"],\"ThemeProvider\"]\n3:I[70872,[\"603\",\"static/chunks/603-6235d4d53b37035c.js\",\"924\",\"static/chunks/924-9226750edc5c2c2f.js\",\"177\",\"static/chunks/app/layout-aa71ca14e7f13c0c.js\"],\"TooltipProvider\"]\n4:I[57121,[],\"\"]\n5:I[74581,[],\"\"]\n6:I[13461,[\"798\",\"static/chunks/95247769-a29d70f7fbba27c6.js\",\"603\",\"static/chunks/603-6235d4d53b37035c.js\",\"924\",\"static/chunks/924-9226750edc5c2c2f.js\",\"479\",\"static/chunks/479-ea67f878851afbcd.js\",\"185\",\"static/chunks/185-9c51ded7cd36ca7e.js\",\"376\",\"static/chunks/376-6f7bc95550542e0b.js\",\"27\",\"static/chunks/27-02413cc56fbb4570.js\",\"493\",\"static/chunks/493-6bd8c75c972d3abd.js\",\"743\",\"static/chunks/743-c183133e0fbf1564.js\",\"793\",\"static/chunks/793-5e37343b804eb1d9.js\",\"944\",\"static/chunks/app/(app)/layout-aad46049bfd54648.js\"],\"WorkspaceProvider\"]\n7:I[97186,[\"798\",\"static/chunks/95247769-a29d70f7fbba27c6.js\",\"603\",\"static/chunks/603-6235d4d53b37035c.js\",\"924\",\"static/chunks/924-9226750edc5c2c2f.js\",\"479\",\"static/chunks/479-ea67f878851afbcd.js\",\"185\",\"static/chunks/185-9c51ded7cd36ca7e.js\",\"376\",\"static/chunks/376-6f7bc95550542e0b.js\",\"27\",\"static/chunks/27-02413cc56fbb4570.js\",\"493\",\"static/chunks/493-6bd8c75c972d3abd.js\",\"743\",\"static/chunks/743-c183133e0fbf1564.js\",\"793\",\"static/chunks/793-5e37343b804eb1d9.js\",\"415\",\"static/chunks/app/(app)/page-d75e1fccccdbe30e.js\"],\"SidebarProvider\"]\n8:I[24493,[\"798\",\"static/chunks/95247769-a29d70f7fbba27c6.js\",\"603\",\"static/chunks/603-6235d4d53b37035c.js\",\"924\",\"static/chunks/924-9226750edc5c2c2f.js\",\"479\",\"static/chunks/479-ea67f878851afbcd.js\",\"185\",\"static/chunks/185-9c51ded7cd36ca7e.js\",\"376\",\"static/chunks/376-6f7bc95550542e0b.js\",\"27\",\"static/chunks/27-02413cc56fbb4570.js\",\"493\",\"static/chunks/493-6bd8c75c972d3abd.js\",\"743\",\"static/chunks/743-c183133e0fbf1564.js\",\"793\",\"static/chunks/793-5e37343b804eb1d9.js\",\"944\",\"static/chunks/app/(app)/layout-aad46049bfd54648.js\"],\"AnalysisProvider\"]\n9:I[36818,[\"798\",\"static/chunks/95247769-a29d70f7fbba27c6.js\",\"603\",\"static/chunks/603-6235d4d53b37035c.js\",\"924\",\"static/chunks/924-9226750edc5c2c2f.js\",\"479\",\"static/chunks/479-ea67f878851afbcd.js\",\"185\",\"static/chunks/185-9c51ded7cd36ca7e.js\",\"376\",\"static/chunks/376-6f7bc95550542e0b.js\",\"27\",\"static/chunks/27-02413cc56fbb4570.js\",\"493\",\"static/chunks/493-6bd8c75c972d3abd.js\",\"743\",\"static/chunks/743-c183133e0fbf1564.js\",\"793\",\"static/chunks/793-5e37343b804eb1d9.js\",\"944\",\"static/chunks/app/(app)/layout-aad46049bfd54648.js\"],\"SessionActionsProvider\"]\na:I[53356,[\"798\",\"static/chunks/95247769-a29d70f7fbba27c6.js\",\"603\",\"static/chunks/603-6235d4d53b37035c.js\",\"924\",\"static/chunks/924-9226750edc5c2c2f.js\",\"479\",\"static/chunks/479-ea67f878851afbcd.js\",\"185\",\"static/chunks/185-9c51ded7cd36ca7e.js\",\"376\",\"static/chunks/376-6f7bc95550542e0b.js\",\"27\",\"static/chunks/27-02413cc56fbb4570.js\",\"493\",\"static/chunks/493-6bd8c75c972d3abd.js\",\"743\",\"static/chunks/743-c183133e0fbf1564.js\",\"793\",\"static/chunks/793-5e37343b804eb1d9.js\",\"944\",\"static/chunks/app/(app)/layout-aad46049bfd54648.js\"],\"AppSidebar\"]\nb:I[97186,[\"798\",\"static/chunks/95247769-a29d70f7fbba27c6.js\",\"603\",\"static/chunks/603-6235d4d53b37035c.js\",\"924\",\"static/chunks/924-9226750edc5c2c2f.js\",\"479\",\"static/chunks/479-ea67f878851afbcd.js\",\"185\",\"static/chunks/185-9c51ded7cd36ca7e.js\",\"376\",\"static/chunks/376-6f7bc95550542e0b.js\",\"27\",\"static/chunks/27-02413cc56fbb4570.js\",\"493\",\"static/chunks/493-6bd8c75c972d3abd.js\",\"743\",\"static/chunks/743-c183133e0fbf1564.js\",\"793\",\"static/chunks/793-5e37343b804eb1d9.js\",\"415\",\"static/chunks/app/(app)/page-d75e1fccccdbe30e.js\"],\"SidebarInset\"]\nc:I[97186,[\"798\",\"static/chunks/95247769-a29d70f7fbba27c6.js\",\"603\",\"static/chunks/603-6235d4d53b37035c.js\",\"924\",\"static/chunks/924-9226750edc5c2c2f.js\",\"479\",\"static/chunks/479-ea67f878851afbcd.js\",\"185\",\"static/chunks/185-9c51ded7cd36ca7e.js\",\"376\",\"static/chunks/376-6f7bc95550542e0b.js\",\"27\",\"static/chunks/27-02413cc56fbb4570.js\",\"493\",\"static/chunks/493-6bd8c75c972d3a"])</script><script>self.__next_f.push([1,"bd.js\",\"743\",\"static/chunks/743-c183133e0fbf1564.js\",\"793\",\"static/chunks/793-5e37343b804eb1d9.js\",\"415\",\"static/chunks/app/(app)/page-d75e1fccccdbe30e.js\"],\"SidebarTrigger\"]\nd:I[68012,[\"798\",\"static/chunks/95247769-a29d70f7fbba27c6.js\",\"603\",\"static/chunks/603-6235d4d53b37035c.js\",\"924\",\"static/chunks/924-9226750edc5c2c2f.js\",\"479\",\"static/chunks/479-ea67f878851afbcd.js\",\"185\",\"static/chunks/185-9c51ded7cd36ca7e.js\",\"376\",\"static/chunks/376-6f7bc95550542e0b.js\",\"27\",\"static/chunks/27-02413cc56fbb4570.js\",\"493\",\"static/chunks/493-6bd8c75c972d3abd.js\",\"743\",\"static/chunks/743-c183133e0fbf1564.js\",\"793\",\"static/chunks/793-5e37343b804eb1d9.js\",\"415\",\"static/chunks/app/(app)/page-d75e1fccccdbe30e.js\"],\"FadeText\"]\ne:I[6668,[\"798\",\"static/chunks/95247769-a29d70f7fbba27c6.js\",\"603\",\"static/chunks/603-6235d4d53b37035c.js\",\"924\",\"static/chunks/924-9226750edc5c2c2f.js\",\"479\",\"static/chunks/479-ea67f878851afbcd.js\",\"185\",\"static/chunks/185-9c51ded7cd36ca7e.js\",\"376\",\"static/chunks/376-6f7bc95550542e0b.js\",\"27\",\"static/chunks/27-02413cc56fbb4570.js\",\"493\",\"static/chunks/493-6bd8c75c972d3abd.js\",\"743\",\"static/chunks/743-c183133e0fbf1564.js\",\"793\",\"static/chunks/793-5e37343b804eb1d9.js\",\"415\",\"static/chunks/app/(app)/page-d75e1fccccdbe30e.js\"],\"RecoveryPrompt\"]\nf:I[1885,[\"798\",\"static/chunks/95247769-a29d70f7fbba27c6.js\",\"603\",\"static/chunks/603-6235d4d53b37035c.js\",\"924\",\"static/chunks/924-9226750edc5c2c2f.js\",\"479\",\"static/chunks/479-ea67f878851afbcd.js\",\"185\",\"static/chunks/185-9c51ded7cd36ca7e.js\",\"376\",\"static/chunks/376-6f7bc95550542e0b.js\",\"27\",\"static/chunks/27-02413cc56fbb4570.js\",\"493\",\"static/chunks/493-6bd8c75c972d3abd.js\",\"743\",\"static/chunks/743-c183133e0fbf1564.js\",\"793\",\"static/chunks/793-5e37343b804eb1d9.js\",\"415\",\"static/chunks/app/(app)/page-d75e1fccccdbe30e.js\"],\"SessionsEmptyState\"]\n10:I[90484,[],\"OutletBoundary\"]\n11:\"$Sreact.suspense\"\n13:I[90484,[],\"ViewportBoundary\"]\n15:I[90484,[],\"MetadataBoundary\"]\n17:I[27123,[],\"default\",1]\n:HL[\"/_next/static/media/7d4881bb7e1bf84d-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/e4af272ccee01ff0-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/e2905f0858acd77d.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"(app)\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/e2905f0858acd77d.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"className\":\"__variable_f367f3 __variable_c29908 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,[\"$\",\"$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\":[[\"$\",\"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\",null,{\"className\":\"min-w-0 flex-1 text-[15px] font-medium tracking-tight\",\"children\":\"Sessions\"}],\"$undefined\"]}],[\"$\",\"main\",null,{\"className\":\"flex flex-1 flex-col p-6\",\"children\":[[\"$\",\"div\",null,{\"className\":\"mx-auto w-full max-w-2xl\",\"children\":[\"$\",\"$Le\",null,{}]}],[\"$\",\"$Lf\",null,{}]]}]]}],null,[\"$\",\"$L10\",null,{\"children\":[\"$\",\"$11\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@12\"}]}]]}],{},null,false,null]},null,false,null]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L13\",null,{\"children\":\"$L14\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L15\",null,{\"children\":[\"$\",\"$11\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L16\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$17\",[]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"FExJe2q2O67X3zxf-SYQ_\"}\n"])</script><script>self.__next_f.push([1,"14:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"18:I[86869,[],\"IconMark\"]\n12:null\n16:[[\"$\",\"title\",\"0\",{\"children\":\"Vellum\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Local-first design review recorder and analyzer.\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/icon.svg?a9ab9d5c890528b7\",\"type\":\"image/svg+xml\",\"sizes\":\"any\"}],[\"$\",\"$L18\",\"3\",{}]]\n"])</script></body></html>
|
|
@@ -1,31 +1,28 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[
|
|
3
|
-
3:I[
|
|
4
|
-
4:I[
|
|
5
|
-
5:I[
|
|
6
|
-
6:I[
|
|
7
|
-
7:I[
|
|
8
|
-
8:I[
|
|
9
|
-
9:I[
|
|
10
|
-
a:I[
|
|
11
|
-
b:I[
|
|
12
|
-
c:I[
|
|
13
|
-
d:I[
|
|
14
|
-
e:I[
|
|
15
|
-
f:I[
|
|
16
|
-
10:I[
|
|
2
|
+
2:I[72737,["603","static/chunks/603-6235d4d53b37035c.js","924","static/chunks/924-9226750edc5c2c2f.js","177","static/chunks/app/layout-aa71ca14e7f13c0c.js"],"ThemeProvider"]
|
|
3
|
+
3:I[70872,["603","static/chunks/603-6235d4d53b37035c.js","924","static/chunks/924-9226750edc5c2c2f.js","177","static/chunks/app/layout-aa71ca14e7f13c0c.js"],"TooltipProvider"]
|
|
4
|
+
4:I[57121,[],""]
|
|
5
|
+
5:I[74581,[],""]
|
|
6
|
+
6:I[13461,["798","static/chunks/95247769-a29d70f7fbba27c6.js","603","static/chunks/603-6235d4d53b37035c.js","924","static/chunks/924-9226750edc5c2c2f.js","479","static/chunks/479-ea67f878851afbcd.js","185","static/chunks/185-9c51ded7cd36ca7e.js","376","static/chunks/376-6f7bc95550542e0b.js","27","static/chunks/27-02413cc56fbb4570.js","493","static/chunks/493-6bd8c75c972d3abd.js","743","static/chunks/743-c183133e0fbf1564.js","793","static/chunks/793-5e37343b804eb1d9.js","944","static/chunks/app/(app)/layout-aad46049bfd54648.js"],"WorkspaceProvider"]
|
|
7
|
+
7:I[97186,["798","static/chunks/95247769-a29d70f7fbba27c6.js","603","static/chunks/603-6235d4d53b37035c.js","924","static/chunks/924-9226750edc5c2c2f.js","479","static/chunks/479-ea67f878851afbcd.js","185","static/chunks/185-9c51ded7cd36ca7e.js","376","static/chunks/376-6f7bc95550542e0b.js","27","static/chunks/27-02413cc56fbb4570.js","493","static/chunks/493-6bd8c75c972d3abd.js","743","static/chunks/743-c183133e0fbf1564.js","793","static/chunks/793-5e37343b804eb1d9.js","415","static/chunks/app/(app)/page-d75e1fccccdbe30e.js"],"SidebarProvider"]
|
|
8
|
+
8:I[24493,["798","static/chunks/95247769-a29d70f7fbba27c6.js","603","static/chunks/603-6235d4d53b37035c.js","924","static/chunks/924-9226750edc5c2c2f.js","479","static/chunks/479-ea67f878851afbcd.js","185","static/chunks/185-9c51ded7cd36ca7e.js","376","static/chunks/376-6f7bc95550542e0b.js","27","static/chunks/27-02413cc56fbb4570.js","493","static/chunks/493-6bd8c75c972d3abd.js","743","static/chunks/743-c183133e0fbf1564.js","793","static/chunks/793-5e37343b804eb1d9.js","944","static/chunks/app/(app)/layout-aad46049bfd54648.js"],"AnalysisProvider"]
|
|
9
|
+
9:I[36818,["798","static/chunks/95247769-a29d70f7fbba27c6.js","603","static/chunks/603-6235d4d53b37035c.js","924","static/chunks/924-9226750edc5c2c2f.js","479","static/chunks/479-ea67f878851afbcd.js","185","static/chunks/185-9c51ded7cd36ca7e.js","376","static/chunks/376-6f7bc95550542e0b.js","27","static/chunks/27-02413cc56fbb4570.js","493","static/chunks/493-6bd8c75c972d3abd.js","743","static/chunks/743-c183133e0fbf1564.js","793","static/chunks/793-5e37343b804eb1d9.js","944","static/chunks/app/(app)/layout-aad46049bfd54648.js"],"SessionActionsProvider"]
|
|
10
|
+
a:I[53356,["798","static/chunks/95247769-a29d70f7fbba27c6.js","603","static/chunks/603-6235d4d53b37035c.js","924","static/chunks/924-9226750edc5c2c2f.js","479","static/chunks/479-ea67f878851afbcd.js","185","static/chunks/185-9c51ded7cd36ca7e.js","376","static/chunks/376-6f7bc95550542e0b.js","27","static/chunks/27-02413cc56fbb4570.js","493","static/chunks/493-6bd8c75c972d3abd.js","743","static/chunks/743-c183133e0fbf1564.js","793","static/chunks/793-5e37343b804eb1d9.js","944","static/chunks/app/(app)/layout-aad46049bfd54648.js"],"AppSidebar"]
|
|
11
|
+
b:I[97186,["798","static/chunks/95247769-a29d70f7fbba27c6.js","603","static/chunks/603-6235d4d53b37035c.js","924","static/chunks/924-9226750edc5c2c2f.js","479","static/chunks/479-ea67f878851afbcd.js","185","static/chunks/185-9c51ded7cd36ca7e.js","376","static/chunks/376-6f7bc95550542e0b.js","27","static/chunks/27-02413cc56fbb4570.js","493","static/chunks/493-6bd8c75c972d3abd.js","743","static/chunks/743-c183133e0fbf1564.js","793","static/chunks/793-5e37343b804eb1d9.js","415","static/chunks/app/(app)/page-d75e1fccccdbe30e.js"],"SidebarInset"]
|
|
12
|
+
c:I[97186,["798","static/chunks/95247769-a29d70f7fbba27c6.js","603","static/chunks/603-6235d4d53b37035c.js","924","static/chunks/924-9226750edc5c2c2f.js","479","static/chunks/479-ea67f878851afbcd.js","185","static/chunks/185-9c51ded7cd36ca7e.js","376","static/chunks/376-6f7bc95550542e0b.js","27","static/chunks/27-02413cc56fbb4570.js","493","static/chunks/493-6bd8c75c972d3abd.js","743","static/chunks/743-c183133e0fbf1564.js","793","static/chunks/793-5e37343b804eb1d9.js","415","static/chunks/app/(app)/page-d75e1fccccdbe30e.js"],"SidebarTrigger"]
|
|
13
|
+
d:I[68012,["798","static/chunks/95247769-a29d70f7fbba27c6.js","603","static/chunks/603-6235d4d53b37035c.js","924","static/chunks/924-9226750edc5c2c2f.js","479","static/chunks/479-ea67f878851afbcd.js","185","static/chunks/185-9c51ded7cd36ca7e.js","376","static/chunks/376-6f7bc95550542e0b.js","27","static/chunks/27-02413cc56fbb4570.js","493","static/chunks/493-6bd8c75c972d3abd.js","743","static/chunks/743-c183133e0fbf1564.js","793","static/chunks/793-5e37343b804eb1d9.js","415","static/chunks/app/(app)/page-d75e1fccccdbe30e.js"],"FadeText"]
|
|
14
|
+
e:I[6668,["798","static/chunks/95247769-a29d70f7fbba27c6.js","603","static/chunks/603-6235d4d53b37035c.js","924","static/chunks/924-9226750edc5c2c2f.js","479","static/chunks/479-ea67f878851afbcd.js","185","static/chunks/185-9c51ded7cd36ca7e.js","376","static/chunks/376-6f7bc95550542e0b.js","27","static/chunks/27-02413cc56fbb4570.js","493","static/chunks/493-6bd8c75c972d3abd.js","743","static/chunks/743-c183133e0fbf1564.js","793","static/chunks/793-5e37343b804eb1d9.js","415","static/chunks/app/(app)/page-d75e1fccccdbe30e.js"],"RecoveryPrompt"]
|
|
15
|
+
f:I[1885,["798","static/chunks/95247769-a29d70f7fbba27c6.js","603","static/chunks/603-6235d4d53b37035c.js","924","static/chunks/924-9226750edc5c2c2f.js","479","static/chunks/479-ea67f878851afbcd.js","185","static/chunks/185-9c51ded7cd36ca7e.js","376","static/chunks/376-6f7bc95550542e0b.js","27","static/chunks/27-02413cc56fbb4570.js","493","static/chunks/493-6bd8c75c972d3abd.js","743","static/chunks/743-c183133e0fbf1564.js","793","static/chunks/793-5e37343b804eb1d9.js","415","static/chunks/app/(app)/page-d75e1fccccdbe30e.js"],"SessionsEmptyState"]
|
|
16
|
+
10:I[90484,[],"OutletBoundary"]
|
|
17
17
|
11:"$Sreact.suspense"
|
|
18
|
-
13:I[
|
|
19
|
-
|
|
20
|
-
:
|
|
21
|
-
:HL["/_next/static/media/
|
|
22
|
-
:HL["/_next/static/media/
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
15:["$","div",null,{"hidden":true,"children":["$","$L19",null,{"children":["$","$11",null,{"name":"Next.Metadata","children":"$L1a"}]}]}]
|
|
26
|
-
16:["$","meta",null,{"name":"next-size-adjust","content":""}]
|
|
27
|
-
18:["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/2sj0gufu0lojq.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]
|
|
18
|
+
13:I[90484,[],"ViewportBoundary"]
|
|
19
|
+
15:I[90484,[],"MetadataBoundary"]
|
|
20
|
+
17:I[27123,[],"default",1]
|
|
21
|
+
:HL["/_next/static/media/7d4881bb7e1bf84d-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
22
|
+
:HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
23
|
+
:HL["/_next/static/css/e2905f0858acd77d.css","style"]
|
|
24
|
+
0:{"P":null,"c":["",""],"q":"","i":false,"f":[[["",{"children":["(app)",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/e2905f0858acd77d.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"className":"__variable_f367f3 __variable_c29908 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,["$","$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":[["$","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",null,{"className":"min-w-0 flex-1 text-[15px] font-medium tracking-tight","children":"Sessions"}],"$undefined"]}],["$","main",null,{"className":"flex flex-1 flex-col p-6","children":[["$","div",null,{"className":"mx-auto w-full max-w-2xl","children":["$","$Le",null,{}]}],["$","$Lf",null,{}]]}]]}],null,["$","$L10",null,{"children":["$","$11",null,{"name":"Next.MetadataOutlet","children":"$@12"}]}]]}],{},null,false,null]},null,false,null]},null,false,null],["$","$1","h",{"children":[null,["$","$L13",null,{"children":"$L14"}],["$","div",null,{"hidden":true,"children":["$","$L15",null,{"children":["$","$11",null,{"name":"Next.Metadata","children":"$L16"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$17",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"FExJe2q2O67X3zxf-SYQ_"}
|
|
28
25
|
14:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
29
|
-
|
|
26
|
+
18:I[86869,[],"IconMark"]
|
|
30
27
|
12:null
|
|
31
|
-
|
|
28
|
+
16:[["$","title","0",{"children":"Vellum"}],["$","meta","1",{"name":"description","content":"Local-first design review recorder and analyzer."}],["$","link","2",{"rel":"icon","href":"/icon.svg?a9ab9d5c890528b7","type":"image/svg+xml","sizes":"any"}],["$","$L18","3",{}]]
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[
|
|
3
|
-
3:I[
|
|
4
|
-
4:I[
|
|
5
|
-
5:I[
|
|
6
|
-
6:I[
|
|
2
|
+
2:I[97186,["798","static/chunks/95247769-a29d70f7fbba27c6.js","603","static/chunks/603-6235d4d53b37035c.js","924","static/chunks/924-9226750edc5c2c2f.js","479","static/chunks/479-ea67f878851afbcd.js","185","static/chunks/185-9c51ded7cd36ca7e.js","376","static/chunks/376-6f7bc95550542e0b.js","27","static/chunks/27-02413cc56fbb4570.js","493","static/chunks/493-6bd8c75c972d3abd.js","743","static/chunks/743-c183133e0fbf1564.js","793","static/chunks/793-5e37343b804eb1d9.js","415","static/chunks/app/(app)/page-d75e1fccccdbe30e.js"],"SidebarTrigger"]
|
|
3
|
+
3:I[68012,["798","static/chunks/95247769-a29d70f7fbba27c6.js","603","static/chunks/603-6235d4d53b37035c.js","924","static/chunks/924-9226750edc5c2c2f.js","479","static/chunks/479-ea67f878851afbcd.js","185","static/chunks/185-9c51ded7cd36ca7e.js","376","static/chunks/376-6f7bc95550542e0b.js","27","static/chunks/27-02413cc56fbb4570.js","493","static/chunks/493-6bd8c75c972d3abd.js","743","static/chunks/743-c183133e0fbf1564.js","793","static/chunks/793-5e37343b804eb1d9.js","415","static/chunks/app/(app)/page-d75e1fccccdbe30e.js"],"FadeText"]
|
|
4
|
+
4:I[6668,["798","static/chunks/95247769-a29d70f7fbba27c6.js","603","static/chunks/603-6235d4d53b37035c.js","924","static/chunks/924-9226750edc5c2c2f.js","479","static/chunks/479-ea67f878851afbcd.js","185","static/chunks/185-9c51ded7cd36ca7e.js","376","static/chunks/376-6f7bc95550542e0b.js","27","static/chunks/27-02413cc56fbb4570.js","493","static/chunks/493-6bd8c75c972d3abd.js","743","static/chunks/743-c183133e0fbf1564.js","793","static/chunks/793-5e37343b804eb1d9.js","415","static/chunks/app/(app)/page-d75e1fccccdbe30e.js"],"RecoveryPrompt"]
|
|
5
|
+
5:I[1885,["798","static/chunks/95247769-a29d70f7fbba27c6.js","603","static/chunks/603-6235d4d53b37035c.js","924","static/chunks/924-9226750edc5c2c2f.js","479","static/chunks/479-ea67f878851afbcd.js","185","static/chunks/185-9c51ded7cd36ca7e.js","376","static/chunks/376-6f7bc95550542e0b.js","27","static/chunks/27-02413cc56fbb4570.js","493","static/chunks/493-6bd8c75c972d3abd.js","743","static/chunks/743-c183133e0fbf1564.js","793","static/chunks/793-5e37343b804eb1d9.js","415","static/chunks/app/(app)/page-d75e1fccccdbe30e.js"],"SessionsEmptyState"]
|
|
6
|
+
6:I[90484,[],"OutletBoundary"]
|
|
7
7
|
7:"$Sreact.suspense"
|
|
8
|
-
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":"Sessions"}],"$undefined"]}],["$","main",null,{"className":"flex flex-1 flex-col p-6","children":[["$","div",null,{"className":"mx-auto w-full max-w-2xl","children":["$","$L4",null,{}]}],["$","$L5",null,{}]]}]]}],
|
|
8
|
+
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":"Sessions"}],"$undefined"]}],["$","main",null,{"className":"flex flex-1 flex-col p-6","children":[["$","div",null,{"className":"mx-auto w-full max-w-2xl","children":["$","$L4",null,{}]}],["$","$L5",null,{}]]}]]}],null,["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"FExJe2q2O67X3zxf-SYQ_"}
|
|
9
9
|
8:null
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[
|
|
3
|
-
3:I[
|
|
4
|
-
4:I[
|
|
5
|
-
5:I[
|
|
6
|
-
6:I[
|
|
7
|
-
7:I[
|
|
8
|
-
8:I[
|
|
9
|
-
9:I[
|
|
10
|
-
0:{"rsc":["$","$1","c",{"children":[
|
|
2
|
+
2:I[13461,["798","static/chunks/95247769-a29d70f7fbba27c6.js","603","static/chunks/603-6235d4d53b37035c.js","924","static/chunks/924-9226750edc5c2c2f.js","479","static/chunks/479-ea67f878851afbcd.js","185","static/chunks/185-9c51ded7cd36ca7e.js","376","static/chunks/376-6f7bc95550542e0b.js","27","static/chunks/27-02413cc56fbb4570.js","493","static/chunks/493-6bd8c75c972d3abd.js","743","static/chunks/743-c183133e0fbf1564.js","793","static/chunks/793-5e37343b804eb1d9.js","944","static/chunks/app/(app)/layout-aad46049bfd54648.js"],"WorkspaceProvider"]
|
|
3
|
+
3:I[97186,["798","static/chunks/95247769-a29d70f7fbba27c6.js","603","static/chunks/603-6235d4d53b37035c.js","924","static/chunks/924-9226750edc5c2c2f.js","479","static/chunks/479-ea67f878851afbcd.js","185","static/chunks/185-9c51ded7cd36ca7e.js","376","static/chunks/376-6f7bc95550542e0b.js","27","static/chunks/27-02413cc56fbb4570.js","493","static/chunks/493-6bd8c75c972d3abd.js","743","static/chunks/743-c183133e0fbf1564.js","793","static/chunks/793-5e37343b804eb1d9.js","415","static/chunks/app/(app)/page-d75e1fccccdbe30e.js"],"SidebarProvider"]
|
|
4
|
+
4:I[24493,["798","static/chunks/95247769-a29d70f7fbba27c6.js","603","static/chunks/603-6235d4d53b37035c.js","924","static/chunks/924-9226750edc5c2c2f.js","479","static/chunks/479-ea67f878851afbcd.js","185","static/chunks/185-9c51ded7cd36ca7e.js","376","static/chunks/376-6f7bc95550542e0b.js","27","static/chunks/27-02413cc56fbb4570.js","493","static/chunks/493-6bd8c75c972d3abd.js","743","static/chunks/743-c183133e0fbf1564.js","793","static/chunks/793-5e37343b804eb1d9.js","944","static/chunks/app/(app)/layout-aad46049bfd54648.js"],"AnalysisProvider"]
|
|
5
|
+
5:I[36818,["798","static/chunks/95247769-a29d70f7fbba27c6.js","603","static/chunks/603-6235d4d53b37035c.js","924","static/chunks/924-9226750edc5c2c2f.js","479","static/chunks/479-ea67f878851afbcd.js","185","static/chunks/185-9c51ded7cd36ca7e.js","376","static/chunks/376-6f7bc95550542e0b.js","27","static/chunks/27-02413cc56fbb4570.js","493","static/chunks/493-6bd8c75c972d3abd.js","743","static/chunks/743-c183133e0fbf1564.js","793","static/chunks/793-5e37343b804eb1d9.js","944","static/chunks/app/(app)/layout-aad46049bfd54648.js"],"SessionActionsProvider"]
|
|
6
|
+
6:I[53356,["798","static/chunks/95247769-a29d70f7fbba27c6.js","603","static/chunks/603-6235d4d53b37035c.js","924","static/chunks/924-9226750edc5c2c2f.js","479","static/chunks/479-ea67f878851afbcd.js","185","static/chunks/185-9c51ded7cd36ca7e.js","376","static/chunks/376-6f7bc95550542e0b.js","27","static/chunks/27-02413cc56fbb4570.js","493","static/chunks/493-6bd8c75c972d3abd.js","743","static/chunks/743-c183133e0fbf1564.js","793","static/chunks/793-5e37343b804eb1d9.js","944","static/chunks/app/(app)/layout-aad46049bfd54648.js"],"AppSidebar"]
|
|
7
|
+
7:I[97186,["798","static/chunks/95247769-a29d70f7fbba27c6.js","603","static/chunks/603-6235d4d53b37035c.js","924","static/chunks/924-9226750edc5c2c2f.js","479","static/chunks/479-ea67f878851afbcd.js","185","static/chunks/185-9c51ded7cd36ca7e.js","376","static/chunks/376-6f7bc95550542e0b.js","27","static/chunks/27-02413cc56fbb4570.js","493","static/chunks/493-6bd8c75c972d3abd.js","743","static/chunks/743-c183133e0fbf1564.js","793","static/chunks/793-5e37343b804eb1d9.js","415","static/chunks/app/(app)/page-d75e1fccccdbe30e.js"],"SidebarInset"]
|
|
8
|
+
8:I[57121,[],""]
|
|
9
|
+
9:I[74581,[],""]
|
|
10
|
+
0:{"rsc":["$","$1","c",{"children":[null,["$","$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":"FExJe2q2O67X3zxf-SYQ_"}
|