react-email 3.0.4 → 3.0.6
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/CHANGELOG.md +12 -0
- package/dist/cli/index.js +87 -92
- package/dist/cli/index.mjs +28 -20
- package/dist/preview/.next/BUILD_ID +1 -1
- package/dist/preview/.next/app-build-manifest.json +31 -31
- package/dist/preview/.next/app-path-routes-manifest.json +1 -1
- package/dist/preview/.next/build-manifest.json +14 -14
- package/dist/preview/.next/cache/.rscinfo +1 -1
- package/dist/preview/.next/cache/eslint/.cache_1c3sgg +1 -0
- package/dist/preview/.next/cache/webpack/client-production/0.pack +0 -0
- package/dist/preview/.next/cache/webpack/client-production/index.pack +0 -0
- package/dist/preview/.next/cache/webpack/edge-server-production/index.pack +0 -0
- package/dist/preview/.next/cache/webpack/server-production/0.pack +0 -0
- package/dist/preview/.next/cache/webpack/server-production/index.pack +0 -0
- package/dist/preview/.next/diagnostics/framework.json +1 -1
- package/dist/preview/.next/next-minimal-server.js.nft.json +1 -1
- package/dist/preview/.next/next-server.js.nft.json +1 -1
- package/dist/preview/.next/prerender-manifest.json +1 -1
- package/dist/preview/.next/required-server-files.json +1 -1
- package/dist/preview/.next/server/app/_not-found/page.js +1 -1
- package/dist/preview/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/dist/preview/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/dist/preview/.next/server/app/favicon.ico/route.js +1 -1
- package/dist/preview/.next/server/app/favicon.ico/route.js.nft.json +1 -1
- package/dist/preview/.next/server/app/page.js +1 -1
- package/dist/preview/.next/server/app/page.js.nft.json +1 -1
- package/dist/preview/.next/server/app/page_client-reference-manifest.js +1 -1
- package/dist/preview/.next/server/app/preview/[...slug]/page.js +7 -6
- package/dist/preview/.next/server/app/preview/[...slug]/page.js.nft.json +1 -1
- package/dist/preview/.next/server/app/preview/[...slug]/page_client-reference-manifest.js +1 -1
- package/dist/preview/.next/server/app-paths-manifest.json +1 -1
- package/dist/preview/.next/server/chunks/196.js +5 -0
- package/dist/preview/.next/server/chunks/300.js +13 -0
- package/dist/preview/.next/server/chunks/391.js +1 -0
- package/dist/preview/.next/server/chunks/631.js +6 -0
- package/dist/preview/.next/server/chunks/720.js +10 -0
- package/dist/preview/.next/server/middleware-build-manifest.js +1 -1
- package/dist/preview/.next/server/next-font-manifest.js +1 -1
- package/dist/preview/.next/server/next-font-manifest.json +1 -1
- package/dist/preview/.next/server/pages/500.html +1 -1
- package/dist/preview/.next/server/pages/_app.js +1 -1
- package/dist/preview/.next/server/pages/_app.js.nft.json +1 -1
- package/dist/preview/.next/server/pages/_document.js +1 -1
- package/dist/preview/.next/server/pages/_document.js.nft.json +1 -1
- package/dist/preview/.next/server/pages/_error.js +1 -1
- package/dist/preview/.next/server/pages/_error.js.nft.json +1 -1
- package/dist/preview/.next/server/server-reference-manifest.js +1 -1
- package/dist/preview/.next/server/server-reference-manifest.json +1 -1
- package/dist/preview/.next/static/Trk1e7GzgKOLunAXBDCy-/_buildManifest.js +1 -0
- package/dist/preview/.next/static/chunks/12-b9450aa0845e7574.js +1 -0
- package/dist/preview/.next/static/chunks/154-4202f86af36ccff4.js +1 -0
- package/dist/preview/.next/static/chunks/447-886131c35ca42b91.js +1 -0
- package/dist/preview/.next/static/chunks/5fec7a0a-5179023f3f5a9421.js +1 -0
- package/dist/preview/.next/static/chunks/797-46f6c20952f0a280.js +2 -0
- package/dist/preview/.next/static/chunks/{677-dd9544a8249ca33a.js → 860-38d96c8819ba6f19.js} +1 -1
- package/dist/preview/.next/static/chunks/app/_not-found/page-96d3eac723be3ee2.js +1 -0
- package/dist/preview/.next/static/chunks/app/layout-a2901ed1c2c53661.js +1 -0
- package/dist/preview/.next/static/chunks/app/page-54a86772095e22e0.js +1 -0
- package/dist/preview/.next/static/chunks/app/preview/[...slug]/page-2bfad134b65ddd79.js +1 -0
- package/dist/preview/.next/static/chunks/framework-e7cae9cecd5c9ba2.js +1 -0
- package/dist/preview/.next/static/chunks/main-app-cd104297c6bcc87e.js +1 -0
- package/dist/preview/.next/static/chunks/main-df761fde212f9cda.js +1 -0
- package/dist/preview/.next/static/chunks/pages/_app-203a61b355820ccf.js +1 -0
- package/dist/preview/.next/static/chunks/pages/_error-1764ca54938748c8.js +1 -0
- package/dist/preview/.next/static/chunks/{webpack-08c76d9f8dd5b0f0.js → webpack-9255716c9496e606.js} +1 -1
- package/dist/preview/.next/static/css/{eecb5c96aca6bd9e.css → ec5d7e66bd3b6cb8.css} +1 -1
- package/dist/preview/.next/trace +21 -2
- package/dist/preview/.next/types/app/layout.ts +1 -1
- package/dist/preview/.next/types/app/preview/[...slug]/page.ts +1 -1
- package/dist/preview/.next/types/cache-life.d.ts +2 -0
- package/next-env.d.ts +1 -1
- package/package.json +6 -6
- package/src/actions/get-email-path-from-slug.ts +3 -2
- package/src/actions/get-emails-directory-metadata-action.ts +19 -0
- package/src/actions/render-email-by-path.tsx +16 -5
- package/src/app/layout.tsx +1 -1
- package/src/app/preview/[...slug]/page.tsx +20 -10
- package/src/app/preview/[...slug]/preview.tsx +6 -7
- package/src/components/sidebar/sidebar-directory-children.tsx +1 -1
- package/src/components/sidebar/sidebar-directory.tsx +1 -1
- package/src/contexts/emails.tsx +5 -61
- package/src/hooks/use-email-rendering-result.ts +44 -0
- package/src/hooks/use-rendering-metadata.ts +5 -5
- package/src/{actions → utils}/get-emails-directory-metadata.spec.ts +2 -1
- package/src/{actions → utils}/get-emails-directory-metadata.ts +0 -1
- package/src/utils/types/hot-reload-event.ts +3 -6
- package/dist/preview/.next/cache/eslint/.cache_117y9un +0 -1
- package/dist/preview/.next/cache/webpack/client-production/1.pack +0 -0
- package/dist/preview/.next/cache/webpack/client-production/2.pack +0 -0
- package/dist/preview/.next/cache/webpack/client-production/index.pack.old +0 -0
- package/dist/preview/.next/cache/webpack/server-production/1.pack +0 -0
- package/dist/preview/.next/cache/webpack/server-production/index.pack.old +0 -0
- package/dist/preview/.next/server/chunks/185.js +0 -1
- package/dist/preview/.next/server/chunks/270.js +0 -10
- package/dist/preview/.next/server/chunks/323.js +0 -4
- package/dist/preview/.next/server/chunks/867.js +0 -7
- package/dist/preview/.next/server/chunks/887.js +0 -5
- package/dist/preview/.next/server/chunks/931.js +0 -6
- package/dist/preview/.next/server/chunks/945.js +0 -13
- package/dist/preview/.next/static/chunks/131-f4d810c5beddfab6.js +0 -2
- package/dist/preview/.next/static/chunks/174-3e37f7e70124a32b.js +0 -1
- package/dist/preview/.next/static/chunks/406-3d68715e81289266.js +0 -1
- package/dist/preview/.next/static/chunks/41423bf1-6f7e6cd2fc1291c3.js +0 -1
- package/dist/preview/.next/static/chunks/968-7fddcc3bfb4ada61.js +0 -1
- package/dist/preview/.next/static/chunks/app/_not-found/page-53e238cd8965175e.js +0 -1
- package/dist/preview/.next/static/chunks/app/layout-94f263ae274f6f80.js +0 -1
- package/dist/preview/.next/static/chunks/app/page-68f0897ebaef4c9c.js +0 -1
- package/dist/preview/.next/static/chunks/app/preview/[...slug]/page-823cfe936f21397d.js +0 -1
- package/dist/preview/.next/static/chunks/framework-9780ea70a2600e73.js +0 -1
- package/dist/preview/.next/static/chunks/main-app-d2690e9b3dbe4561.js +0 -1
- package/dist/preview/.next/static/chunks/main-f2abbba525af0515.js +0 -1
- package/dist/preview/.next/static/chunks/pages/_app-ac8e4ba1a8597f2e.js +0 -1
- package/dist/preview/.next/static/chunks/pages/_error-88e591eedab147f8.js +0 -1
- package/dist/preview/.next/static/yKpx8LQApEcHL50eu16RD/_buildManifest.js +0 -1
- /package/dist/preview/.next/static/{yKpx8LQApEcHL50eu16RD → Trk1e7GzgKOLunAXBDCy-}/_ssgManifest.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
(()=>{var e={};e.id=974,e.ids=[974],e.modules={10846:e=>{"use strict";e.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},19121:e=>{"use strict";e.exports=require("next/dist/server/app-render/action-async-storage.external.js")},
|
|
1
|
+
(()=>{var e={};e.id=974,e.ids=[974],e.modules={10846:e=>{"use strict";e.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},19121:e=>{"use strict";e.exports=require("next/dist/server/app-render/action-async-storage.external.js")},3295:e=>{"use strict";e.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},29294:e=>{"use strict";e.exports=require("next/dist/server/app-render/work-async-storage.external.js")},63033:e=>{"use strict";e.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},79428:e=>{"use strict";e.exports=require("buffer")},79646:e=>{"use strict";e.exports=require("child_process")},55511:e=>{"use strict";e.exports=require("crypto")},94735:e=>{"use strict";e.exports=require("events")},29021:e=>{"use strict";e.exports=require("fs")},81630:e=>{"use strict";e.exports=require("http")},55591:e=>{"use strict";e.exports=require("https")},91645:e=>{"use strict";e.exports=require("net")},21820:e=>{"use strict";e.exports=require("os")},33873:e=>{"use strict";e.exports=require("path")},27910:e=>{"use strict";e.exports=require("stream")},34631:e=>{"use strict";e.exports=require("tls")},83997:e=>{"use strict";e.exports=require("tty")},79551:e=>{"use strict";e.exports=require("url")},28354:e=>{"use strict";e.exports=require("util")},74075:e=>{"use strict";e.exports=require("zlib")},73024:e=>{"use strict";e.exports=require("node:fs")},76760:e=>{"use strict";e.exports=require("node:path")},73558:(e,r,t)=>{"use strict";t.r(r),t.d(r,{GlobalError:()=>n.a,__next_app__:()=>l,pages:()=>d,routeModule:()=>c,tree:()=>u});var s=t(16542),i=t(137),o=t(20945),n=t.n(o),a=t(85694),p={};for(let e in a)0>["default","tree","pages","GlobalError","__next_app__","routeModule"].indexOf(e)&&(p[e]=()=>a[e]);t.d(r,p);let u=["",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(t.bind(t,80754)),"/home/gabriel/Projects/Resend/react-email.git/tertiary/packages/react-email/src/app/page.tsx"],metadata:{icon:[async e=>(await Promise.resolve().then(t.bind(t,79006))).default(e)],apple:[],openGraph:[],twitter:[],manifest:void 0}}]},{layout:[()=>Promise.resolve().then(t.bind(t,94126)),"/home/gabriel/Projects/Resend/react-email.git/tertiary/packages/react-email/src/app/layout.tsx"],"not-found":[()=>Promise.resolve().then(t.t.bind(t,62279,23)),"next/dist/client/components/not-found-error"],forbidden:[()=>Promise.resolve().then(t.t.bind(t,55050,23)),"next/dist/client/components/forbidden-error"],unauthorized:[()=>Promise.resolve().then(t.t.bind(t,1107,23)),"next/dist/client/components/unauthorized-error"],metadata:{icon:[async e=>(await Promise.resolve().then(t.bind(t,79006))).default(e)],apple:[],openGraph:[],twitter:[],manifest:void 0}}],d=["/home/gabriel/Projects/Resend/react-email.git/tertiary/packages/react-email/src/app/page.tsx"],l={require:t,loadChunk:()=>Promise.resolve()},c=new s.AppPageRouteModule({definition:{kind:i.RouteKind.APP_PAGE,page:"/page",pathname:"/",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:u}})},52048:(e,r,t)=>{Promise.resolve().then(t.t.bind(t,25653,23)),Promise.resolve().then(t.t.bind(t,49188,23)),Promise.resolve().then(t.bind(t,81818)),Promise.resolve().then(t.bind(t,61831)),Promise.resolve().then(t.bind(t,52027)),Promise.resolve().then(t.bind(t,8581))},45424:(e,r,t)=>{Promise.resolve().then(t.t.bind(t,17189,23)),Promise.resolve().then(t.t.bind(t,86644,23)),Promise.resolve().then(t.bind(t,21986)),Promise.resolve().then(t.bind(t,3237)),Promise.resolve().then(t.bind(t,89997)),Promise.resolve().then(t.bind(t,80230))}};var r=require("../webpack-runtime.js");r.C(e);var t=e=>r(r.s=e),s=r.X(0,[300,196,720,391],()=>t(73558));module.exports=s})();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":1,"files":["../../../../../node_modules/.pnpm
|
|
1
|
+
{"version":1,"files":["../../../../../node_modules/.pnpm/next@15.1.2_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../node_modules/.pnpm/next@15.1.2_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../node_modules/.pnpm/next@15.1.2_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../node_modules/.pnpm/next@15.1.2_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../node_modules/.pnpm/next@15.1.2_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../node_modules/.pnpm/next@15.1.2_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../node_modules/.pnpm/next@15.1.2_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../node_modules/.pnpm/next@15.1.2_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../node_modules/.pnpm/next@15.1.2_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/clean-async-snapshot-instance.js","../../../../../node_modules/.pnpm/next@15.1.2_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/clean-async-snapshot.external.js","../../../../../node_modules/.pnpm/next@15.1.2_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../node_modules/.pnpm/next@15.1.2_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../node_modules/.pnpm/next@15.1.2_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../node_modules/.pnpm/next@15.1.2_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../node_modules/.pnpm/next@15.1.2_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/lib/trace/constants.js","../../../../../node_modules/.pnpm/next@15.1.2_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/.pnpm/next@15.1.2_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/is-thenable.js","../../../../../node_modules/.pnpm/next@15.1.2_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/package.json","../../../../../package.json","../../../node_modules/next","../../../package.json","../../package.json","../chunks/196.js","../chunks/300.js","../chunks/391.js","../chunks/720.js","../webpack-runtime.js","page_client-reference-manifest.js"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/page"]={"moduleLoading":{"prefix":"/_next/","crossOrigin":null},"ssrModuleMapping":{"188":{"*":{"id":"52130","name":"*","chunks":[],"async":false}},"262":{"*":{"id":"83210","name":"*","chunks":[],"async":false}},"1024":{"*":{"id":"37810","name":"*","chunks":[],"async":false}},"2137":{"*":{"id":"24182","name":"*","chunks":[],"async":false}},"2526":{"*":{"id":"48220","name":"*","chunks":[],"async":false}},"2725":{"*":{"id":"87964","name":"*","chunks":[],"async":false}},"3320":{"*":{"id":"3280","name":"*","chunks":[],"async":false}},"3729":{"*":{"id":"95466","name":"*","chunks":[],"async":false}},"4013":{"*":{"id":"22589","name":"*","chunks":[],"async":false}},"4493":{"*":{"id":"22973","name":"*","chunks":[],"async":false}},"6058":{"*":{"id":"60113","name":"*","chunks":[],"async":false}},"6825":{"*":{"id":"62459","name":"*","chunks":[],"async":false}},"7008":{"*":{"id":"34572","name":"*","chunks":[],"async":false}},"7651":{"*":{"id":"68317","name":"*","chunks":[],"async":false}},"8300":{"*":{"id":"19809","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/gabriel/Projects/Resend/react-email.git/primary/node_modules/.pnpm/next@15.0.4_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/client-page.js":{"id":1024,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email.git/primary/node_modules/.pnpm/next@15.0.4_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/esm/client/components/client-page.js":{"id":1024,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email.git/primary/node_modules/.pnpm/next@15.0.4_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/client-segment.js":{"id":7008,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email.git/primary/node_modules/.pnpm/next@15.0.4_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/esm/client/components/client-segment.js":{"id":7008,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email.git/primary/node_modules/.pnpm/next@15.0.4_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/error-boundary.js":{"id":3320,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email.git/primary/node_modules/.pnpm/next@15.0.4_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/esm/client/components/error-boundary.js":{"id":3320,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email.git/primary/node_modules/.pnpm/next@15.0.4_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/layout-router.js":{"id":6825,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email.git/primary/node_modules/.pnpm/next@15.0.4_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/esm/client/components/layout-router.js":{"id":6825,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email.git/primary/node_modules/.pnpm/next@15.0.4_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/not-found-boundary.js":{"id":2137,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email.git/primary/node_modules/.pnpm/next@15.0.4_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/esm/client/components/not-found-boundary.js":{"id":2137,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email.git/primary/node_modules/.pnpm/next@15.0.4_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4493,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email.git/primary/node_modules/.pnpm/next@15.0.4_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4493,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email.git/primary/node_modules/.pnpm/next@15.0.4_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/metadata/metadata-boundary.js":{"id":262,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email.git/primary/node_modules/.pnpm/next@15.0.4_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/esm/lib/metadata/metadata-boundary.js":{"id":262,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email.git/primary/packages/react-email/src/app/globals.css":{"id":5803,"name":"*","chunks":["968","static/chunks/968-7fddcc3bfb4ada61.js","177","static/chunks/app/layout-94f263ae274f6f80.js"],"async":false},"/home/gabriel/Projects/Resend/react-email.git/primary/node_modules/.pnpm/next@15.0.4_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/font/google/target.css?{\"path\":\"src/app/inter.ts\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-inter\",\"display\":\"swap\"}],\"variableName\":\"inter\"}":{"id":5545,"name":"*","chunks":["968","static/chunks/968-7fddcc3bfb4ada61.js","177","static/chunks/app/layout-94f263ae274f6f80.js"],"async":false},"/home/gabriel/Projects/Resend/react-email.git/primary/packages/react-email/src/contexts/emails.tsx":{"id":6058,"name":"*","chunks":["968","static/chunks/968-7fddcc3bfb4ada61.js","177","static/chunks/app/layout-94f263ae274f6f80.js"],"async":false},"/home/gabriel/Projects/Resend/react-email.git/primary/node_modules/.pnpm/next@15.0.4_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/image-component.js":{"id":4013,"name":"*","chunks":["968","static/chunks/968-7fddcc3bfb4ada61.js","406","static/chunks/406-3d68715e81289266.js","174","static/chunks/174-3e37f7e70124a32b.js","974","static/chunks/app/page-68f0897ebaef4c9c.js"],"async":false},"/home/gabriel/Projects/Resend/react-email.git/primary/node_modules/.pnpm/next@15.0.4_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/esm/client/image-component.js":{"id":4013,"name":"*","chunks":["968","static/chunks/968-7fddcc3bfb4ada61.js","406","static/chunks/406-3d68715e81289266.js","174","static/chunks/174-3e37f7e70124a32b.js","974","static/chunks/app/page-68f0897ebaef4c9c.js"],"async":false},"/home/gabriel/Projects/Resend/react-email.git/primary/node_modules/.pnpm/next@15.0.4_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/link.js":{"id":2526,"name":"*","chunks":["968","static/chunks/968-7fddcc3bfb4ada61.js","406","static/chunks/406-3d68715e81289266.js","174","static/chunks/174-3e37f7e70124a32b.js","974","static/chunks/app/page-68f0897ebaef4c9c.js"],"async":false},"/home/gabriel/Projects/Resend/react-email.git/primary/node_modules/.pnpm/next@15.0.4_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/esm/client/link.js":{"id":2526,"name":"*","chunks":["968","static/chunks/968-7fddcc3bfb4ada61.js","406","static/chunks/406-3d68715e81289266.js","174","static/chunks/174-3e37f7e70124a32b.js","974","static/chunks/app/page-68f0897ebaef4c9c.js"],"async":false},"/home/gabriel/Projects/Resend/react-email.git/primary/packages/react-email/src/app/logo.png":{"id":8300,"name":"*","chunks":["968","static/chunks/968-7fddcc3bfb4ada61.js","406","static/chunks/406-3d68715e81289266.js","174","static/chunks/174-3e37f7e70124a32b.js","974","static/chunks/app/page-68f0897ebaef4c9c.js"],"async":false},"/home/gabriel/Projects/Resend/react-email.git/primary/packages/react-email/src/components/shell.tsx":{"id":7651,"name":"*","chunks":["968","static/chunks/968-7fddcc3bfb4ada61.js","406","static/chunks/406-3d68715e81289266.js","174","static/chunks/174-3e37f7e70124a32b.js","974","static/chunks/app/page-68f0897ebaef4c9c.js"],"async":false},"/home/gabriel/Projects/Resend/react-email.git/primary/packages/react-email/src/components/sidebar/sidebar.tsx":{"id":3729,"name":"*","chunks":["968","static/chunks/968-7fddcc3bfb4ada61.js","406","static/chunks/406-3d68715e81289266.js","174","static/chunks/174-3e37f7e70124a32b.js","974","static/chunks/app/page-68f0897ebaef4c9c.js"],"async":false},"/home/gabriel/Projects/Resend/react-email.git/primary/packages/react-email/src/components/topbar.tsx":{"id":188,"name":"*","chunks":["968","static/chunks/968-7fddcc3bfb4ada61.js","406","static/chunks/406-3d68715e81289266.js","174","static/chunks/174-3e37f7e70124a32b.js","974","static/chunks/app/page-68f0897ebaef4c9c.js"],"async":false},"/home/gabriel/Projects/Resend/react-email.git/primary/packages/react-email/src/app/preview/[...slug]/preview.tsx":{"id":2725,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/gabriel/Projects/Resend/react-email.git/primary/packages/react-email/src/":[],"/home/gabriel/Projects/Resend/react-email.git/primary/packages/react-email/src/app/layout":["static/css/eb0a93282704d7ab.css","static/css/eecb5c96aca6bd9e.css"],"/home/gabriel/Projects/Resend/react-email.git/primary/packages/react-email/src/app/page":["static/css/eecb5c96aca6bd9e.css"]},"rscModuleMapping":{"188":{"*":{"id":"98623","name":"*","chunks":[],"async":false}},"262":{"*":{"id":"3330","name":"*","chunks":[],"async":false}},"1024":{"*":{"id":"88394","name":"*","chunks":[],"async":false}},"2137":{"*":{"id":"86382","name":"*","chunks":[],"async":false}},"2526":{"*":{"id":"71100","name":"*","chunks":[],"async":false}},"2725":{"*":{"id":"47619","name":"*","chunks":[],"async":false}},"3320":{"*":{"id":"76496","name":"*","chunks":[],"async":false}},"3729":{"*":{"id":"13582","name":"*","chunks":[],"async":false}},"4013":{"*":{"id":"80445","name":"*","chunks":[],"async":false}},"4493":{"*":{"id":"64445","name":"*","chunks":[],"async":false}},"5803":{"*":{"id":"64026","name":"*","chunks":[],"async":false}},"6058":{"*":{"id":"23256","name":"*","chunks":[],"async":false}},"6825":{"*":{"id":"66083","name":"*","chunks":[],"async":false}},"7008":{"*":{"id":"9228","name":"*","chunks":[],"async":false}},"7651":{"*":{"id":"96005","name":"*","chunks":[],"async":false}},"8300":{"*":{"id":"6657","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"262":{"*":{"id":"83210","name":"*","chunks":[],"async":false}},"1024":{"*":{"id":"37810","name":"*","chunks":[],"async":false}},"2137":{"*":{"id":"24182","name":"*","chunks":[],"async":false}},"2526":{"*":{"id":"48220","name":"*","chunks":[],"async":false}},"3320":{"*":{"id":"3280","name":"*","chunks":[],"async":false}},"4013":{"*":{"id":"22589","name":"*","chunks":[],"async":false}},"4493":{"*":{"id":"22973","name":"*","chunks":[],"async":false}},"6825":{"*":{"id":"62459","name":"*","chunks":[],"async":false}},"7008":{"*":{"id":"34572","name":"*","chunks":[],"async":false}}}}
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/page"]={"moduleLoading":{"prefix":"/_next/","crossOrigin":null},"ssrModuleMapping":{"1704":{"*":{"id":"80230","name":"*","chunks":[],"async":false}},"3130":{"*":{"id":"3237","name":"*","chunks":[],"async":false}},"3901":{"*":{"id":"89997","name":"*","chunks":[],"async":false}},"3935":{"*":{"id":"17189","name":"*","chunks":[],"async":false}},"3960":{"*":{"id":"70644","name":"*","chunks":[],"async":false}},"4312":{"*":{"id":"86644","name":"*","chunks":[],"async":false}},"4657":{"*":{"id":"73545","name":"*","chunks":[],"async":false}},"5778":{"*":{"id":"30370","name":"*","chunks":[],"async":false}},"6307":{"*":{"id":"51939","name":"*","chunks":[],"async":false}},"6587":{"*":{"id":"5393","name":"*","chunks":[],"async":false}},"6730":{"*":{"id":"93328","name":"*","chunks":[],"async":false}},"8655":{"*":{"id":"80943","name":"*","chunks":[],"async":false}},"9658":{"*":{"id":"76272","name":"*","chunks":[],"async":false}},"9693":{"*":{"id":"19553","name":"*","chunks":[],"async":false}},"9747":{"*":{"id":"21986","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/gabriel/Projects/Resend/react-email.git/tertiary/node_modules/.pnpm/next@15.1.2_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/client-page.js":{"id":6587,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email.git/tertiary/node_modules/.pnpm/next@15.1.2_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/esm/client/components/client-page.js":{"id":6587,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email.git/tertiary/node_modules/.pnpm/next@15.1.2_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/client-segment.js":{"id":4657,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email.git/tertiary/node_modules/.pnpm/next@15.1.2_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/esm/client/components/client-segment.js":{"id":4657,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email.git/tertiary/node_modules/.pnpm/next@15.1.2_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/error-boundary.js":{"id":9693,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email.git/tertiary/node_modules/.pnpm/next@15.1.2_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/esm/client/components/error-boundary.js":{"id":9693,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email.git/tertiary/node_modules/.pnpm/next@15.1.2_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":6730,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email.git/tertiary/node_modules/.pnpm/next@15.1.2_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":6730,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email.git/tertiary/node_modules/.pnpm/next@15.1.2_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/layout-router.js":{"id":9658,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email.git/tertiary/node_modules/.pnpm/next@15.1.2_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9658,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email.git/tertiary/node_modules/.pnpm/next@15.1.2_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/render-from-template-context.js":{"id":3960,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email.git/tertiary/node_modules/.pnpm/next@15.1.2_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":3960,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email.git/tertiary/node_modules/.pnpm/next@15.1.2_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/metadata/metadata-boundary.js":{"id":6307,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email.git/tertiary/node_modules/.pnpm/next@15.1.2_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/esm/lib/metadata/metadata-boundary.js":{"id":6307,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email.git/tertiary/packages/react-email/src/app/globals.css":{"id":3103,"name":"*","chunks":["447","static/chunks/447-886131c35ca42b91.js","177","static/chunks/app/layout-a2901ed1c2c53661.js"],"async":false},"/home/gabriel/Projects/Resend/react-email.git/tertiary/node_modules/.pnpm/next@15.1.2_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/font/google/target.css?{\"path\":\"src/app/inter.ts\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-inter\",\"display\":\"swap\"}],\"variableName\":\"inter\"}":{"id":1359,"name":"*","chunks":["447","static/chunks/447-886131c35ca42b91.js","177","static/chunks/app/layout-a2901ed1c2c53661.js"],"async":false},"/home/gabriel/Projects/Resend/react-email.git/tertiary/packages/react-email/src/contexts/emails.tsx":{"id":8655,"name":"*","chunks":["447","static/chunks/447-886131c35ca42b91.js","177","static/chunks/app/layout-a2901ed1c2c53661.js"],"async":false},"/home/gabriel/Projects/Resend/react-email.git/tertiary/node_modules/.pnpm/next@15.1.2_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/app-dir/link.js":{"id":3935,"name":"*","chunks":["447","static/chunks/447-886131c35ca42b91.js","12","static/chunks/12-b9450aa0845e7574.js","154","static/chunks/154-4202f86af36ccff4.js","974","static/chunks/app/page-54a86772095e22e0.js"],"async":false},"/home/gabriel/Projects/Resend/react-email.git/tertiary/node_modules/.pnpm/next@15.1.2_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/esm/client/app-dir/link.js":{"id":3935,"name":"*","chunks":["447","static/chunks/447-886131c35ca42b91.js","12","static/chunks/12-b9450aa0845e7574.js","154","static/chunks/154-4202f86af36ccff4.js","974","static/chunks/app/page-54a86772095e22e0.js"],"async":false},"/home/gabriel/Projects/Resend/react-email.git/tertiary/node_modules/.pnpm/next@15.1.2_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/image-component.js":{"id":4312,"name":"*","chunks":["447","static/chunks/447-886131c35ca42b91.js","12","static/chunks/12-b9450aa0845e7574.js","154","static/chunks/154-4202f86af36ccff4.js","974","static/chunks/app/page-54a86772095e22e0.js"],"async":false},"/home/gabriel/Projects/Resend/react-email.git/tertiary/node_modules/.pnpm/next@15.1.2_@babel+core@7.24.5_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/esm/client/image-component.js":{"id":4312,"name":"*","chunks":["447","static/chunks/447-886131c35ca42b91.js","12","static/chunks/12-b9450aa0845e7574.js","154","static/chunks/154-4202f86af36ccff4.js","974","static/chunks/app/page-54a86772095e22e0.js"],"async":false},"/home/gabriel/Projects/Resend/react-email.git/tertiary/packages/react-email/src/app/logo.png":{"id":9747,"name":"*","chunks":["447","static/chunks/447-886131c35ca42b91.js","12","static/chunks/12-b9450aa0845e7574.js","154","static/chunks/154-4202f86af36ccff4.js","974","static/chunks/app/page-54a86772095e22e0.js"],"async":false},"/home/gabriel/Projects/Resend/react-email.git/tertiary/packages/react-email/src/components/shell.tsx":{"id":3130,"name":"*","chunks":["447","static/chunks/447-886131c35ca42b91.js","12","static/chunks/12-b9450aa0845e7574.js","154","static/chunks/154-4202f86af36ccff4.js","974","static/chunks/app/page-54a86772095e22e0.js"],"async":false},"/home/gabriel/Projects/Resend/react-email.git/tertiary/packages/react-email/src/components/sidebar/sidebar.tsx":{"id":3901,"name":"*","chunks":["447","static/chunks/447-886131c35ca42b91.js","12","static/chunks/12-b9450aa0845e7574.js","154","static/chunks/154-4202f86af36ccff4.js","974","static/chunks/app/page-54a86772095e22e0.js"],"async":false},"/home/gabriel/Projects/Resend/react-email.git/tertiary/packages/react-email/src/components/topbar.tsx":{"id":1704,"name":"*","chunks":["447","static/chunks/447-886131c35ca42b91.js","12","static/chunks/12-b9450aa0845e7574.js","154","static/chunks/154-4202f86af36ccff4.js","974","static/chunks/app/page-54a86772095e22e0.js"],"async":false},"/home/gabriel/Projects/Resend/react-email.git/tertiary/packages/react-email/src/app/preview/[...slug]/preview.tsx":{"id":5778,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/gabriel/Projects/Resend/react-email.git/tertiary/packages/react-email/src/":[],"/home/gabriel/Projects/Resend/react-email.git/tertiary/packages/react-email/src/app/layout":[{"inlined":false,"path":"static/css/eb0a93282704d7ab.css"},{"inlined":false,"path":"static/css/ec5d7e66bd3b6cb8.css"}],"/home/gabriel/Projects/Resend/react-email.git/tertiary/packages/react-email/src/app/page":[{"inlined":false,"path":"static/css/ec5d7e66bd3b6cb8.css"}]},"rscModuleMapping":{"1704":{"*":{"id":"8581","name":"*","chunks":[],"async":false}},"3103":{"*":{"id":"38389","name":"*","chunks":[],"async":false}},"3130":{"*":{"id":"61831","name":"*","chunks":[],"async":false}},"3901":{"*":{"id":"52027","name":"*","chunks":[],"async":false}},"3935":{"*":{"id":"25653","name":"*","chunks":[],"async":false}},"3960":{"*":{"id":"98020","name":"*","chunks":[],"async":false}},"4312":{"*":{"id":"49188","name":"*","chunks":[],"async":false}},"4657":{"*":{"id":"19545","name":"*","chunks":[],"async":false}},"5778":{"*":{"id":"3445","name":"*","chunks":[],"async":false}},"6307":{"*":{"id":"27003","name":"*","chunks":[],"async":false}},"6587":{"*":{"id":"64257","name":"*","chunks":[],"async":false}},"6730":{"*":{"id":"72832","name":"*","chunks":[],"async":false}},"8655":{"*":{"id":"68710","name":"*","chunks":[],"async":false}},"9658":{"*":{"id":"44672","name":"*","chunks":[],"async":false}},"9693":{"*":{"id":"20945","name":"*","chunks":[],"async":false}},"9747":{"*":{"id":"81818","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"3935":{"*":{"id":"17189","name":"*","chunks":[],"async":false}},"3960":{"*":{"id":"70644","name":"*","chunks":[],"async":false}},"4312":{"*":{"id":"86644","name":"*","chunks":[],"async":false}},"4657":{"*":{"id":"73545","name":"*","chunks":[],"async":false}},"6307":{"*":{"id":"51939","name":"*","chunks":[],"async":false}},"6587":{"*":{"id":"5393","name":"*","chunks":[],"async":false}},"6730":{"*":{"id":"93328","name":"*","chunks":[],"async":false}},"9658":{"*":{"id":"76272","name":"*","chunks":[],"async":false}},"9693":{"*":{"id":"19553","name":"*","chunks":[],"async":false}}}}
|