react-email 4.0.7 → 4.0.9
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 +20 -0
- package/dist/cli/index.mjs +214 -186
- package/dist/preview/.next/BUILD_ID +1 -1
- package/dist/preview/.next/app-build-manifest.json +14 -14
- package/dist/preview/.next/app-path-routes-manifest.json +1 -1
- package/dist/preview/.next/build-manifest.json +2 -2
- 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 +3 -3
- 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/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 +137 -75
- 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/267.js +14 -0
- package/dist/preview/.next/server/chunks/346.js +1 -0
- package/dist/preview/.next/server/chunks/{886.js → 775.js} +3 -3
- package/dist/preview/.next/server/pages/500.html +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/chunks/33-ff3f70a80570ecda.js +1 -0
- package/dist/preview/.next/static/chunks/416-9c899340cfaa07d4.js +1 -0
- package/dist/preview/.next/static/chunks/516-2716d86d2f8b9000.js +1 -0
- package/dist/preview/.next/static/chunks/{587-352f8079202a48d0.js → 587-0644242ce9489212.js} +1 -1
- package/dist/preview/.next/static/chunks/app/layout-2726a60e293495d3.js +1 -0
- package/dist/preview/.next/static/chunks/app/{page-0ee3a37f3a3f6f17.js → page-1d98e2313c60dd77.js} +1 -1
- package/dist/preview/.next/static/chunks/app/preview/[...slug]/page-c77ff9f2bb1709b3.js +1 -0
- package/dist/preview/.next/static/chunks/f33a14d2-a04f3be0523bd1fa.js +6 -0
- package/dist/preview/.next/static/css/6f42d128f111d7fa.css +3 -0
- package/dist/preview/.next/trace +27 -27
- package/package.json +44 -46
- package/src/actions/email-validation/check-compatibility.ts +1 -1
- package/src/actions/email-validation/check-images.spec.tsx +1 -1
- package/src/actions/email-validation/check-links.spec.tsx +1 -1
- package/src/actions/email-validation/quick-fetch.ts +1 -1
- package/src/actions/render-email-by-path.tsx +6 -6
- package/src/app/preview/[...slug]/preview.tsx +1 -1
- package/src/commands/testing/out/magic-links/aws-verify-email.html +164 -0
- package/src/commands/testing/out/magic-links/linear-login-code.html +89 -0
- package/src/commands/testing/out/magic-links/notion-magic-link.html +75 -0
- package/src/commands/testing/out/magic-links/plaid-verify-identity.html +78 -0
- package/src/commands/testing/out/magic-links/raycast-magic-link.html +90 -0
- package/src/commands/testing/out/magic-links/slack-confirm.html +239 -0
- package/src/commands/testing/out/newsletters/codepen-challengers.html +547 -0
- package/src/commands/testing/out/newsletters/google-play-policy-update.html +338 -0
- package/src/commands/testing/out/newsletters/stack-overflow-tips.html +230 -0
- package/src/commands/testing/out/notifications/github-access-token.html +103 -0
- package/src/commands/testing/out/notifications/papermark-year-in-review.html +316 -0
- package/src/commands/testing/out/notifications/vercel-invite-user.html +170 -0
- package/src/commands/testing/out/notifications/yelp-recent-login.html +194 -0
- package/src/commands/testing/out/receipts/apple-receipt.html +676 -0
- package/src/commands/testing/out/receipts/nike-receipt.html +723 -0
- package/src/commands/testing/out/reset-password/dropbox-reset-password.html +97 -0
- package/src/commands/testing/out/reset-password/twitch-reset-password.html +219 -0
- package/src/commands/testing/out/reviews/airbnb-review.html +205 -0
- package/src/commands/testing/out/reviews/amazon-review.html +355 -0
- package/src/commands/testing/out/static/airbnb-logo.png +0 -0
- package/src/commands/testing/out/static/airbnb-review-user.jpg +0 -0
- package/src/commands/testing/out/static/amazon-book.jpg +0 -0
- package/src/commands/testing/out/static/amazon-facebook.jpg +0 -0
- package/src/commands/testing/out/static/amazon-instagram.jpg +0 -0
- package/src/commands/testing/out/static/amazon-logo.png +0 -0
- package/src/commands/testing/out/static/amazon-prime-logo.png +0 -0
- package/src/commands/testing/out/static/amazon-rating.gif +0 -0
- package/src/commands/testing/out/static/amazon-twitter.jpg +0 -0
- package/src/commands/testing/out/static/apple-card-icon.png +0 -0
- package/src/commands/testing/out/static/apple-hbo-max-icon.jpeg +0 -0
- package/src/commands/testing/out/static/apple-logo.png +0 -0
- package/src/commands/testing/out/static/apple-wallet.png +0 -0
- package/src/commands/testing/out/static/aws-logo.png +0 -0
- package/src/commands/testing/out/static/codepen-challengers.png +0 -0
- package/src/commands/testing/out/static/codepen-cube.png +0 -0
- package/src/commands/testing/out/static/codepen-pro.png +0 -0
- package/src/commands/testing/out/static/dropbox-logo.png +0 -0
- package/src/commands/testing/out/static/github.png +0 -0
- package/src/commands/testing/out/static/google-play-academy.png +0 -0
- package/src/commands/testing/out/static/google-play-chat.png +0 -0
- package/src/commands/testing/out/static/google-play-footer.png +0 -0
- package/src/commands/testing/out/static/google-play-header.png +0 -0
- package/src/commands/testing/out/static/google-play-icon.png +0 -0
- package/src/commands/testing/out/static/google-play-logo.png +0 -0
- package/src/commands/testing/out/static/google-play-pl.png +0 -0
- package/src/commands/testing/out/static/google-play.png +0 -0
- package/src/commands/testing/out/static/koala-logo.png +0 -0
- package/src/commands/testing/out/static/linear-logo.png +0 -0
- package/src/commands/testing/out/static/netlify-logo.png +0 -0
- package/src/commands/testing/out/static/nike-logo.png +0 -0
- package/src/commands/testing/out/static/nike-phone.png +0 -0
- package/src/commands/testing/out/static/nike-product.png +0 -0
- package/src/commands/testing/out/static/nike-recomendation-1.png +0 -0
- package/src/commands/testing/out/static/nike-recomendation-2.png +0 -0
- package/src/commands/testing/out/static/nike-recomendation-3.png +0 -0
- package/src/commands/testing/out/static/nike-recomendation-4.png +0 -0
- package/src/commands/testing/out/static/notion-logo.png +0 -0
- package/src/commands/testing/out/static/plaid-logo.png +0 -0
- package/src/commands/testing/out/static/raycast-bg.png +0 -0
- package/src/commands/testing/out/static/raycast-logo.png +0 -0
- package/src/commands/testing/out/static/slack-facebook.png +0 -0
- package/src/commands/testing/out/static/slack-linkedin.png +0 -0
- package/src/commands/testing/out/static/slack-logo.png +0 -0
- package/src/commands/testing/out/static/slack-twitter.png +0 -0
- package/src/commands/testing/out/static/stack-overflow-header.png +0 -0
- package/src/commands/testing/out/static/stack-overflow-logo-sm.png +0 -0
- package/src/commands/testing/out/static/stack-overflow-logo.png +0 -0
- package/src/commands/testing/out/static/stripe-logo.png +0 -0
- package/src/commands/testing/out/static/twitch-icon-facebook.png +0 -0
- package/src/commands/testing/out/static/twitch-icon-twitter.png +0 -0
- package/src/commands/testing/out/static/twitch-logo.png +0 -0
- package/src/commands/testing/out/static/vercel-arrow.png +0 -0
- package/src/commands/testing/out/static/vercel-logo.png +0 -0
- package/src/commands/testing/out/static/vercel-team.png +0 -0
- package/src/commands/testing/out/static/vercel-user.png +0 -0
- package/src/commands/testing/out/static/yelp-footer.png +0 -0
- package/src/commands/testing/out/static/yelp-header.png +0 -0
- package/src/commands/testing/out/static/yelp-logo.png +0 -0
- package/src/commands/testing/out/welcome/koala-welcome.html +89 -0
- package/src/commands/testing/out/welcome/netlify-welcome.html +198 -0
- package/src/commands/testing/out/welcome/stripe-welcome.html +152 -0
- package/src/components/toolbar.tsx +1 -0
- package/src/contexts/emails.tsx +1 -3
- package/src/contexts/fragment-identifier.tsx +3 -1
- package/src/contexts/preview.tsx +1 -3
- package/src/hooks/use-email-rendering-result.ts +18 -5
- package/src/hooks/use-hot-reload.ts +1 -1
- package/src/utils/__snapshots__/get-email-component.spec.ts.snap +1 -1
- package/src/utils/caniemail/ast/get-object-variables.ts +1 -1
- package/src/utils/caniemail/tailwind/generate-tailwind-rules.ts +1 -1
- package/src/utils/caniemail/tailwind/get-tailwind-config.ts +1 -1
- package/src/utils/caniemail/tailwind/get-tailwind-metadata.ts +1 -1
- package/src/utils/contains-email-template.spec.ts +107 -0
- package/src/utils/contains-email-template.ts +33 -0
- package/src/utils/get-email-component.ts +16 -1
- package/src/utils/get-emails-directory-metadata.ts +24 -13
- package/src/utils/index.ts +2 -2
- package/src/utils/run-bundled-code.ts +1 -1
- package/tailwind.config.ts +2 -1
- package/tsconfig.json +1 -1
- package/dist/cli/index.d.mts +0 -1
- package/dist/cli/index.d.ts +0 -1
- package/dist/cli/index.js +0 -1317
- package/dist/preview/.next/server/chunks/380.js +0 -1
- package/dist/preview/.next/server/chunks/840.js +0 -14
- package/dist/preview/.next/static/chunks/246-e7336e2929971f63.js +0 -1
- package/dist/preview/.next/static/chunks/539-6e9405ecdc007bb7.js +0 -1
- package/dist/preview/.next/static/chunks/853-a01d49f63a859f3d.js +0 -1
- package/dist/preview/.next/static/chunks/afa401a5-55858bf5265319eb.js +0 -6
- package/dist/preview/.next/static/chunks/app/layout-fa93a7ef0cc5ebdb.js +0 -1
- package/dist/preview/.next/static/chunks/app/preview/[...slug]/page-95449af2d870e732.js +0 -1
- package/dist/preview/.next/static/css/67e57230289273a9.css +0 -3
- /package/dist/preview/.next/static/{Oy7kpIZ6Nbnd7hpoEKBWw → 3apYH6rky7aNn7g4RIJp5}/_buildManifest.js +0 -0
- /package/dist/preview/.next/static/{Oy7kpIZ6Nbnd7hpoEKBWw → 3apYH6rky7aNn7g4RIJp5}/_ssgManifest.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":1,"files":["../../../../../../../node_modules/.pnpm/@esbuild+aix-ppc64@0.25.0/node_modules/@esbuild/aix-ppc64/bin/esbuild","../../../../../../../node_modules/.pnpm/@esbuild+aix-ppc64@0.25.0/node_modules/@esbuild/aix-ppc64/package.json","../../../../../../../node_modules/.pnpm/@esbuild+android-arm64@0.25.0/node_modules/@esbuild/android-arm64/bin/esbuild","../../../../../../../node_modules/.pnpm/@esbuild+android-arm64@0.25.0/node_modules/@esbuild/android-arm64/package.json","../../../../../../../node_modules/.pnpm/@esbuild+android-arm@0.25.0/node_modules/@esbuild/android-arm/bin/esbuild","../../../../../../../node_modules/.pnpm/@esbuild+android-arm@0.25.0/node_modules/@esbuild/android-arm/esbuild.wasm","../../../../../../../node_modules/.pnpm/@esbuild+android-arm@0.25.0/node_modules/@esbuild/android-arm/package.json","../../../../../../../node_modules/.pnpm/@esbuild+android-arm@0.25.0/node_modules/@esbuild/android-arm/wasm_exec.js","../../../../../../../node_modules/.pnpm/@esbuild+android-arm@0.25.0/node_modules/@esbuild/android-arm/wasm_exec_node.js","../../../../../../../node_modules/.pnpm/@esbuild+android-x64@0.25.0/node_modules/@esbuild/android-x64/bin/esbuild","../../../../../../../node_modules/.pnpm/@esbuild+android-x64@0.25.0/node_modules/@esbuild/android-x64/esbuild.wasm","../../../../../../../node_modules/.pnpm/@esbuild+android-x64@0.25.0/node_modules/@esbuild/android-x64/package.json","../../../../../../../node_modules/.pnpm/@esbuild+android-x64@0.25.0/node_modules/@esbuild/android-x64/wasm_exec.js","../../../../../../../node_modules/.pnpm/@esbuild+android-x64@0.25.0/node_modules/@esbuild/android-x64/wasm_exec_node.js","../../../../../../../node_modules/.pnpm/@esbuild+darwin-arm64@0.25.0/node_modules/@esbuild/darwin-arm64/bin/esbuild","../../../../../../../node_modules/.pnpm/@esbuild+darwin-arm64@0.25.0/node_modules/@esbuild/darwin-arm64/package.json","../../../../../../../node_modules/.pnpm/@esbuild+darwin-x64@0.25.0/node_modules/@esbuild/darwin-x64/bin/esbuild","../../../../../../../node_modules/.pnpm/@esbuild+darwin-x64@0.25.0/node_modules/@esbuild/darwin-x64/package.json","../../../../../../../node_modules/.pnpm/@esbuild+freebsd-arm64@0.25.0/node_modules/@esbuild/freebsd-arm64/bin/esbuild","../../../../../../../node_modules/.pnpm/@esbuild+freebsd-arm64@0.25.0/node_modules/@esbuild/freebsd-arm64/package.json","../../../../../../../node_modules/.pnpm/@esbuild+freebsd-x64@0.25.0/node_modules/@esbuild/freebsd-x64/bin/esbuild","../../../../../../../node_modules/.pnpm/@esbuild+freebsd-x64@0.25.0/node_modules/@esbuild/freebsd-x64/package.json","../../../../../../../node_modules/.pnpm/@esbuild+linux-arm64@0.25.0/node_modules/@esbuild/linux-arm64/bin/esbuild","../../../../../../../node_modules/.pnpm/@esbuild+linux-arm64@0.25.0/node_modules/@esbuild/linux-arm64/package.json","../../../../../../../node_modules/.pnpm/@esbuild+linux-arm@0.25.0/node_modules/@esbuild/linux-arm/bin/esbuild","../../../../../../../node_modules/.pnpm/@esbuild+linux-arm@0.25.0/node_modules/@esbuild/linux-arm/package.json","../../../../../../../node_modules/.pnpm/@esbuild+linux-ia32@0.25.0/node_modules/@esbuild/linux-ia32/bin/esbuild","../../../../../../../node_modules/.pnpm/@esbuild+linux-ia32@0.25.0/node_modules/@esbuild/linux-ia32/package.json","../../../../../../../node_modules/.pnpm/@esbuild+linux-loong64@0.25.0/node_modules/@esbuild/linux-loong64/bin/esbuild","../../../../../../../node_modules/.pnpm/@esbuild+linux-loong64@0.25.0/node_modules/@esbuild/linux-loong64/package.json","../../../../../../../node_modules/.pnpm/@esbuild+linux-mips64el@0.25.0/node_modules/@esbuild/linux-mips64el/bin/esbuild","../../../../../../../node_modules/.pnpm/@esbuild+linux-mips64el@0.25.0/node_modules/@esbuild/linux-mips64el/package.json","../../../../../../../node_modules/.pnpm/@esbuild+linux-ppc64@0.25.0/node_modules/@esbuild/linux-ppc64/bin/esbuild","../../../../../../../node_modules/.pnpm/@esbuild+linux-ppc64@0.25.0/node_modules/@esbuild/linux-ppc64/package.json","../../../../../../../node_modules/.pnpm/@esbuild+linux-riscv64@0.25.0/node_modules/@esbuild/linux-riscv64/bin/esbuild","../../../../../../../node_modules/.pnpm/@esbuild+linux-riscv64@0.25.0/node_modules/@esbuild/linux-riscv64/package.json","../../../../../../../node_modules/.pnpm/@esbuild+linux-s390x@0.25.0/node_modules/@esbuild/linux-s390x/bin/esbuild","../../../../../../../node_modules/.pnpm/@esbuild+linux-s390x@0.25.0/node_modules/@esbuild/linux-s390x/package.json","../../../../../../../node_modules/.pnpm/@esbuild+linux-x64@0.25.0/node_modules/@esbuild/linux-x64/bin/esbuild","../../../../../../../node_modules/.pnpm/@esbuild+linux-x64@0.25.0/node_modules/@esbuild/linux-x64/package.json","../../../../../../../node_modules/.pnpm/@esbuild+netbsd-arm64@0.25.0/node_modules/@esbuild/netbsd-arm64/bin/esbuild","../../../../../../../node_modules/.pnpm/@esbuild+netbsd-arm64@0.25.0/node_modules/@esbuild/netbsd-arm64/package.json","../../../../../../../node_modules/.pnpm/@esbuild+netbsd-x64@0.25.0/node_modules/@esbuild/netbsd-x64/bin/esbuild","../../../../../../../node_modules/.pnpm/@esbuild+netbsd-x64@0.25.0/node_modules/@esbuild/netbsd-x64/package.json","../../../../../../../node_modules/.pnpm/@esbuild+openbsd-arm64@0.25.0/node_modules/@esbuild/openbsd-arm64/bin/esbuild","../../../../../../../node_modules/.pnpm/@esbuild+openbsd-arm64@0.25.0/node_modules/@esbuild/openbsd-arm64/package.json","../../../../../../../node_modules/.pnpm/@esbuild+openbsd-x64@0.25.0/node_modules/@esbuild/openbsd-x64/bin/esbuild","../../../../../../../node_modules/.pnpm/@esbuild+openbsd-x64@0.25.0/node_modules/@esbuild/openbsd-x64/package.json","../../../../../../../node_modules/.pnpm/@esbuild+sunos-x64@0.25.0/node_modules/@esbuild/sunos-x64/bin/esbuild","../../../../../../../node_modules/.pnpm/@esbuild+sunos-x64@0.25.0/node_modules/@esbuild/sunos-x64/package.json","../../../../../../../node_modules/.pnpm/@esbuild+win32-arm64@0.25.0/node_modules/@esbuild/win32-arm64/esbuild.exe","../../../../../../../node_modules/.pnpm/@esbuild+win32-arm64@0.25.0/node_modules/@esbuild/win32-arm64/package.json","../../../../../../../node_modules/.pnpm/@esbuild+win32-ia32@0.25.0/node_modules/@esbuild/win32-ia32/esbuild.exe","../../../../../../../node_modules/.pnpm/@esbuild+win32-ia32@0.25.0/node_modules/@esbuild/win32-ia32/package.json","../../../../../../../node_modules/.pnpm/@esbuild+win32-x64@0.25.0/node_modules/@esbuild/win32-x64/esbuild.exe","../../../../../../../node_modules/.pnpm/@esbuild+win32-x64@0.25.0/node_modules/@esbuild/win32-x64/package.json","../../../../../../../node_modules/.pnpm/esbuild@0.25.0/node_modules/@esbuild/aix-ppc64","../../../../../../../node_modules/.pnpm/esbuild@0.25.0/node_modules/@esbuild/android-arm","../../../../../../../node_modules/.pnpm/esbuild@0.25.0/node_modules/@esbuild/android-arm64","../../../../../../../node_modules/.pnpm/esbuild@0.25.0/node_modules/@esbuild/android-x64","../../../../../../../node_modules/.pnpm/esbuild@0.25.0/node_modules/@esbuild/darwin-arm64","../../../../../../../node_modules/.pnpm/esbuild@0.25.0/node_modules/@esbuild/darwin-x64","../../../../../../../node_modules/.pnpm/esbuild@0.25.0/node_modules/@esbuild/freebsd-arm64","../../../../../../../node_modules/.pnpm/esbuild@0.25.0/node_modules/@esbuild/freebsd-x64","../../../../../../../node_modules/.pnpm/esbuild@0.25.0/node_modules/@esbuild/linux-arm","../../../../../../../node_modules/.pnpm/esbuild@0.25.0/node_modules/@esbuild/linux-arm64","../../../../../../../node_modules/.pnpm/esbuild@0.25.0/node_modules/@esbuild/linux-ia32","../../../../../../../node_modules/.pnpm/esbuild@0.25.0/node_modules/@esbuild/linux-loong64","../../../../../../../node_modules/.pnpm/esbuild@0.25.0/node_modules/@esbuild/linux-mips64el","../../../../../../../node_modules/.pnpm/esbuild@0.25.0/node_modules/@esbuild/linux-ppc64","../../../../../../../node_modules/.pnpm/esbuild@0.25.0/node_modules/@esbuild/linux-riscv64","../../../../../../../node_modules/.pnpm/esbuild@0.25.0/node_modules/@esbuild/linux-s390x","../../../../../../../node_modules/.pnpm/esbuild@0.25.0/node_modules/@esbuild/linux-x64","../../../../../../../node_modules/.pnpm/esbuild@0.25.0/node_modules/@esbuild/netbsd-arm64","../../../../../../../node_modules/.pnpm/esbuild@0.25.0/node_modules/@esbuild/netbsd-x64","../../../../../../../node_modules/.pnpm/esbuild@0.25.0/node_modules/@esbuild/openbsd-arm64","../../../../../../../node_modules/.pnpm/esbuild@0.25.0/node_modules/@esbuild/openbsd-x64","../../../../../../../node_modules/.pnpm/esbuild@0.25.0/node_modules/@esbuild/sunos-x64","../../../../../../../node_modules/.pnpm/esbuild@0.25.0/node_modules/@esbuild/win32-arm64","../../../../../../../node_modules/.pnpm/esbuild@0.25.0/node_modules/@esbuild/win32-ia32","../../../../../../../node_modules/.pnpm/esbuild@0.25.0/node_modules/@esbuild/win32-x64","../../../../../../../node_modules/.pnpm/esbuild@0.25.0/node_modules/esbuild/lib/main.js","../../../../../../../node_modules/.pnpm/esbuild@0.25.0/node_modules/esbuild/package.json","../../../../../../../node_modules/.pnpm/nanoid@3.3.8/node_modules/nanoid/non-secure/index.cjs","../../../../../../../node_modules/.pnpm/nanoid@3.3.8/node_modules/nanoid/non-secure/package.json","../../../../../../../node_modules/.pnpm/nanoid@3.3.8/node_modules/nanoid/package.json","../../../../../../../node_modules/.pnpm/next@15.2.4_@babel+core@7.26.10_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.2.4_@babel+core@7.26.10_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.2.4_@babel+core@7.26.10_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.2.4_@babel+core@7.26.10_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.2.4_@babel+core@7.26.10_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.2.4_@babel+core@7.26.10_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.2.4_@babel+core@7.26.10_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.2.4_@babel+core@7.26.10_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.2.4_@babel+core@7.26.10_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.2.4_@babel+core@7.26.10_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.2.4_@babel+core@7.26.10_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.2.4_@babel+core@7.26.10_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.2.4_@babel+core@7.26.10_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.2.4_@babel+core@7.26.10_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.2.4_@babel+core@7.26.10_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.2.4_@babel+core@7.26.10_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.2.4_@babel+core@7.26.10_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.2.4_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/package.json","../../../../../../../node_modules/.pnpm/picocolors@1.1.1/node_modules/picocolors/package.json","../../../../../../../node_modules/.pnpm/picocolors@1.1.1/node_modules/picocolors/picocolors.js","../../../../../../../node_modules/.pnpm/postcss@8.4.40/node_modules/nanoid","../../../../../../../node_modules/.pnpm/postcss@8.4.40/node_modules/picocolors","../../../../../../../node_modules/.pnpm/postcss@8.4.40/node_modules/postcss/lib/at-rule.js","../../../../../../../node_modules/.pnpm/postcss@8.4.40/node_modules/postcss/lib/comment.js","../../../../../../../node_modules/.pnpm/postcss@8.4.40/node_modules/postcss/lib/container.js","../../../../../../../node_modules/.pnpm/postcss@8.4.40/node_modules/postcss/lib/css-syntax-error.js","../../../../../../../node_modules/.pnpm/postcss@8.4.40/node_modules/postcss/lib/declaration.js","../../../../../../../node_modules/.pnpm/postcss@8.4.40/node_modules/postcss/lib/document.js","../../../../../../../node_modules/.pnpm/postcss@8.4.40/node_modules/postcss/lib/fromJSON.js","../../../../../../../node_modules/.pnpm/postcss@8.4.40/node_modules/postcss/lib/input.js","../../../../../../../node_modules/.pnpm/postcss@8.4.40/node_modules/postcss/lib/lazy-result.js","../../../../../../../node_modules/.pnpm/postcss@8.4.40/node_modules/postcss/lib/list.js","../../../../../../../node_modules/.pnpm/postcss@8.4.40/node_modules/postcss/lib/map-generator.js","../../../../../../../node_modules/.pnpm/postcss@8.4.40/node_modules/postcss/lib/no-work-result.js","../../../../../../../node_modules/.pnpm/postcss@8.4.40/node_modules/postcss/lib/node.js","../../../../../../../node_modules/.pnpm/postcss@8.4.40/node_modules/postcss/lib/parse.js","../../../../../../../node_modules/.pnpm/postcss@8.4.40/node_modules/postcss/lib/parser.js","../../../../../../../node_modules/.pnpm/postcss@8.4.40/node_modules/postcss/lib/postcss.js","../../../../../../../node_modules/.pnpm/postcss@8.4.40/node_modules/postcss/lib/postcss.mjs","../../../../../../../node_modules/.pnpm/postcss@8.4.40/node_modules/postcss/lib/previous-map.js","../../../../../../../node_modules/.pnpm/postcss@8.4.40/node_modules/postcss/lib/processor.js","../../../../../../../node_modules/.pnpm/postcss@8.4.40/node_modules/postcss/lib/result.js","../../../../../../../node_modules/.pnpm/postcss@8.4.40/node_modules/postcss/lib/root.js","../../../../../../../node_modules/.pnpm/postcss@8.4.40/node_modules/postcss/lib/rule.js","../../../../../../../node_modules/.pnpm/postcss@8.4.40/node_modules/postcss/lib/stringifier.js","../../../../../../../node_modules/.pnpm/postcss@8.4.40/node_modules/postcss/lib/stringify.js","../../../../../../../node_modules/.pnpm/postcss@8.4.40/node_modules/postcss/lib/symbols.js","../../../../../../../node_modules/.pnpm/postcss@8.4.40/node_modules/postcss/lib/terminal-highlight.js","../../../../../../../node_modules/.pnpm/postcss@8.4.40/node_modules/postcss/lib/tokenize.js","../../../../../../../node_modules/.pnpm/postcss@8.4.40/node_modules/postcss/lib/warn-once.js","../../../../../../../node_modules/.pnpm/postcss@8.4.40/node_modules/postcss/lib/warning.js","../../../../../../../node_modules/.pnpm/postcss@8.4.40/node_modules/postcss/package.json","../../../../../../../node_modules/.pnpm/postcss@8.4.40/node_modules/source-map-js","../../../../../../../node_modules/.pnpm/prettier@3.5.3/node_modules/prettier/package.json","../../../../../../../node_modules/.pnpm/prettier@3.5.3/node_modules/prettier/plugins/html.js","../../../../../../../node_modules/.pnpm/prettier@3.5.3/node_modules/prettier/standalone.js","../../../../../../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/array-set.js","../../../../../../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/base64-vlq.js","../../../../../../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/base64.js","../../../../../../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/binary-search.js","../../../../../../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/mapping-list.js","../../../../../../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/quick-sort.js","../../../../../../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/source-map-consumer.js","../../../../../../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/source-map-generator.js","../../../../../../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/source-node.js","../../../../../../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/util.js","../../../../../../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/package.json","../../../../../../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/source-map.js","../../../../../../../node_modules/prettier","../../../../../../../package.json","../../../../../node_modules/esbuild","../../../../../node_modules/next","../../../../../node_modules/postcss","../../../../../package.json","../../../../package.json","../../../chunks/380.js","../../../chunks/395.js","../../../chunks/735.js","../../../chunks/840.js","../../../chunks/886.js","../../../webpack-runtime.js","page_client-reference-manifest.js"]}
|
|
1
|
+
{"version":1,"files":["../../../../../../../node_modules/.pnpm/@esbuild+linux-x64@0.25.0/node_modules/@esbuild/linux-x64/bin/esbuild","../../../../../../../node_modules/.pnpm/@esbuild+linux-x64@0.25.0/node_modules/@esbuild/linux-x64/package.json","../../../../../../../node_modules/.pnpm/esbuild@0.25.0/node_modules/@esbuild/linux-x64","../../../../../../../node_modules/.pnpm/esbuild@0.25.0/node_modules/esbuild/lib/main.js","../../../../../../../node_modules/.pnpm/esbuild@0.25.0/node_modules/esbuild/package.json","../../../../../../../node_modules/.pnpm/nanoid@3.3.11/node_modules/nanoid/non-secure/index.cjs","../../../../../../../node_modules/.pnpm/nanoid@3.3.11/node_modules/nanoid/non-secure/package.json","../../../../../../../node_modules/.pnpm/nanoid@3.3.11/node_modules/nanoid/package.json","../../../../../../../node_modules/.pnpm/next@15.2.4_@babel+core@7.26.10_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.2.4_@babel+core@7.26.10_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.2.4_@babel+core@7.26.10_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.2.4_@babel+core@7.26.10_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.2.4_@babel+core@7.26.10_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.2.4_@babel+core@7.26.10_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.2.4_@babel+core@7.26.10_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.2.4_@babel+core@7.26.10_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.2.4_@babel+core@7.26.10_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.2.4_@babel+core@7.26.10_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.2.4_@babel+core@7.26.10_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.2.4_@babel+core@7.26.10_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.2.4_@babel+core@7.26.10_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.2.4_@babel+core@7.26.10_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.2.4_@babel+core@7.26.10_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.2.4_@babel+core@7.26.10_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.2.4_@babel+core@7.26.10_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.2.4_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/package.json","../../../../../../../node_modules/.pnpm/picocolors@1.1.1/node_modules/picocolors/package.json","../../../../../../../node_modules/.pnpm/picocolors@1.1.1/node_modules/picocolors/picocolors.js","../../../../../../../node_modules/.pnpm/postcss@8.5.3/node_modules/nanoid","../../../../../../../node_modules/.pnpm/postcss@8.5.3/node_modules/picocolors","../../../../../../../node_modules/.pnpm/postcss@8.5.3/node_modules/postcss/lib/at-rule.js","../../../../../../../node_modules/.pnpm/postcss@8.5.3/node_modules/postcss/lib/comment.js","../../../../../../../node_modules/.pnpm/postcss@8.5.3/node_modules/postcss/lib/container.js","../../../../../../../node_modules/.pnpm/postcss@8.5.3/node_modules/postcss/lib/css-syntax-error.js","../../../../../../../node_modules/.pnpm/postcss@8.5.3/node_modules/postcss/lib/declaration.js","../../../../../../../node_modules/.pnpm/postcss@8.5.3/node_modules/postcss/lib/document.js","../../../../../../../node_modules/.pnpm/postcss@8.5.3/node_modules/postcss/lib/fromJSON.js","../../../../../../../node_modules/.pnpm/postcss@8.5.3/node_modules/postcss/lib/input.js","../../../../../../../node_modules/.pnpm/postcss@8.5.3/node_modules/postcss/lib/lazy-result.js","../../../../../../../node_modules/.pnpm/postcss@8.5.3/node_modules/postcss/lib/list.js","../../../../../../../node_modules/.pnpm/postcss@8.5.3/node_modules/postcss/lib/map-generator.js","../../../../../../../node_modules/.pnpm/postcss@8.5.3/node_modules/postcss/lib/no-work-result.js","../../../../../../../node_modules/.pnpm/postcss@8.5.3/node_modules/postcss/lib/node.js","../../../../../../../node_modules/.pnpm/postcss@8.5.3/node_modules/postcss/lib/parse.js","../../../../../../../node_modules/.pnpm/postcss@8.5.3/node_modules/postcss/lib/parser.js","../../../../../../../node_modules/.pnpm/postcss@8.5.3/node_modules/postcss/lib/postcss.js","../../../../../../../node_modules/.pnpm/postcss@8.5.3/node_modules/postcss/lib/postcss.mjs","../../../../../../../node_modules/.pnpm/postcss@8.5.3/node_modules/postcss/lib/previous-map.js","../../../../../../../node_modules/.pnpm/postcss@8.5.3/node_modules/postcss/lib/processor.js","../../../../../../../node_modules/.pnpm/postcss@8.5.3/node_modules/postcss/lib/result.js","../../../../../../../node_modules/.pnpm/postcss@8.5.3/node_modules/postcss/lib/root.js","../../../../../../../node_modules/.pnpm/postcss@8.5.3/node_modules/postcss/lib/rule.js","../../../../../../../node_modules/.pnpm/postcss@8.5.3/node_modules/postcss/lib/stringifier.js","../../../../../../../node_modules/.pnpm/postcss@8.5.3/node_modules/postcss/lib/stringify.js","../../../../../../../node_modules/.pnpm/postcss@8.5.3/node_modules/postcss/lib/symbols.js","../../../../../../../node_modules/.pnpm/postcss@8.5.3/node_modules/postcss/lib/terminal-highlight.js","../../../../../../../node_modules/.pnpm/postcss@8.5.3/node_modules/postcss/lib/tokenize.js","../../../../../../../node_modules/.pnpm/postcss@8.5.3/node_modules/postcss/lib/warn-once.js","../../../../../../../node_modules/.pnpm/postcss@8.5.3/node_modules/postcss/lib/warning.js","../../../../../../../node_modules/.pnpm/postcss@8.5.3/node_modules/postcss/package.json","../../../../../../../node_modules/.pnpm/postcss@8.5.3/node_modules/source-map-js","../../../../../../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/array-set.js","../../../../../../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/base64-vlq.js","../../../../../../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/base64.js","../../../../../../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/binary-search.js","../../../../../../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/mapping-list.js","../../../../../../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/quick-sort.js","../../../../../../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/source-map-consumer.js","../../../../../../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/source-map-generator.js","../../../../../../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/source-node.js","../../../../../../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/util.js","../../../../../../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/package.json","../../../../../../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/source-map.js","../../../../../../../package.json","../../../../../node_modules/esbuild","../../../../../node_modules/next","../../../../../node_modules/postcss","../../../../../package.json","../../../../package.json","../../../chunks/267.js","../../../chunks/346.js","../../../chunks/395.js","../../../chunks/735.js","../../../chunks/775.js","../../../webpack-runtime.js","page_client-reference-manifest.js"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/preview/[...slug]/page"]={"moduleLoading":{"prefix":"/_next/","crossOrigin":null},"ssrModuleMapping":{"31":{"*":{"id":"41127","name":"*","chunks":[],"async":false}},"114":{"*":{"id":"14833","name":"*","chunks":[],"async":false}},"1281":{"*":{"id":"58895","name":"*","chunks":[],"async":false}},"1329":{"*":{"id":"75397","name":"*","chunks":[],"async":false}},"1729":{"*":{"id":"68581","name":"*","chunks":[],"async":false}},"1741":{"*":{"id":"14331","name":"*","chunks":[],"async":false}},"3062":{"*":{"id":"5242","name":"*","chunks":[],"async":false}},"4112":{"*":{"id":"96236","name":"*","chunks":[],"async":false}},"4270":{"*":{"id":"77730","name":"*","chunks":[],"async":false}},"5056":{"*":{"id":"41678","name":"*","chunks":[],"async":false}},"5314":{"*":{"id":"91818","name":"*","chunks":[],"async":false}},"5320":{"*":{"id":"3570","name":"*","chunks":[],"async":false}},"6040":{"*":{"id":"86081","name":"*","chunks":[],"async":false}},"7046":{"*":{"id":"89351","name":"*","chunks":[],"async":false}},"7207":{"*":{"id":"68794","name":"*","chunks":[],"async":false}},"7865":{"*":{"id":"79628","name":"*","chunks":[],"async":false}},"8788":{"*":{"id":"63754","name":"*","chunks":[],"async":false}},"9397":{"*":{"id":"42517","name":"*","chunks":[],"async":false}},"9520":{"*":{"id":"71584","name":"*","chunks":[],"async":false}},"9775":{"*":{"id":"23771","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.4_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/client-page.js":{"id":1741,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.4_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/esm/client/components/client-page.js":{"id":1741,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.4_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/client-segment.js":{"id":31,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.4_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/esm/client/components/client-segment.js":{"id":31,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.4_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/error-boundary.js":{"id":9775,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.4_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/esm/client/components/error-boundary.js":{"id":9775,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.4_@babel+core@7.26.10_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":8788,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.4_@babel+core@7.26.10_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":8788,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.4_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/layout-router.js":{"id":5056,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.4_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/esm/client/components/layout-router.js":{"id":5056,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.4_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":5320,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.4_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":5320,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.4_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/metadata/metadata-boundary.js":{"id":9520,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.4_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/esm/client/components/metadata/metadata-boundary.js":{"id":9520,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.4_@babel+core@7.26.10_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":3062,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.4_@babel+core@7.26.10_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":3062,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/app/globals.css":{"id":8697,"name":"*","chunks":["853","static/chunks/853-a01d49f63a859f3d.js","177","static/chunks/app/layout-fa93a7ef0cc5ebdb.js"],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.4_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/font/google/target.css?{\"path\":\"src/app/fonts.ts\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-inter\",\"display\":\"swap\"}],\"variableName\":\"inter\"}":{"id":3396,"name":"*","chunks":["853","static/chunks/853-a01d49f63a859f3d.js","177","static/chunks/app/layout-fa93a7ef0cc5ebdb.js"],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.4_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/font/local/target.css?{\"path\":\"src/app/fonts.ts\",\"import\":\"\",\"arguments\":[{\"src\":[{\"path\":\"./fonts/SFMono/SFMonoLight.otf\",\"weight\":\"300\"},{\"path\":\"./fonts/SFMono/SFMonoRegular.otf\",\"weight\":\"400\"},{\"path\":\"./fonts/SFMono/SFMonoMedium.otf\",\"weight\":\"500\"},{\"path\":\"./fonts/SFMono/SFMonoSemibold.otf\",\"weight\":\"600\"},{\"path\":\"./fonts/SFMono/SFMonoBold.otf\",\"weight\":\"700\"},{\"path\":\"./fonts/SFMono/SFMonoHeavy.otf\",\"weight\":\"800\"}],\"variable\":\"--font-sf-mono\",\"display\":\"swap\"}],\"variableName\":\"sfMono\"}":{"id":2295,"name":"*","chunks":["853","static/chunks/853-a01d49f63a859f3d.js","177","static/chunks/app/layout-fa93a7ef0cc5ebdb.js"],"async":false},"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/contexts/emails.tsx":{"id":6040,"name":"*","chunks":["853","static/chunks/853-a01d49f63a859f3d.js","177","static/chunks/app/layout-fa93a7ef0cc5ebdb.js"],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.4_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/app-dir/link.js":{"id":1281,"name":"*","chunks":["486","static/chunks/afa401a5-55858bf5265319eb.js","853","static/chunks/853-a01d49f63a859f3d.js","246","static/chunks/246-e7336e2929971f63.js","270","static/chunks/270-688096d43c717256.js","587","static/chunks/587-352f8079202a48d0.js","974","static/chunks/app/page-0ee3a37f3a3f6f17.js"],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.4_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/esm/client/app-dir/link.js":{"id":1281,"name":"*","chunks":["486","static/chunks/afa401a5-55858bf5265319eb.js","853","static/chunks/853-a01d49f63a859f3d.js","246","static/chunks/246-e7336e2929971f63.js","270","static/chunks/270-688096d43c717256.js","587","static/chunks/587-352f8079202a48d0.js","974","static/chunks/app/page-0ee3a37f3a3f6f17.js"],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.4_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/image-component.js":{"id":4270,"name":"*","chunks":["486","static/chunks/afa401a5-55858bf5265319eb.js","853","static/chunks/853-a01d49f63a859f3d.js","246","static/chunks/246-e7336e2929971f63.js","270","static/chunks/270-688096d43c717256.js","587","static/chunks/587-352f8079202a48d0.js","974","static/chunks/app/page-0ee3a37f3a3f6f17.js"],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.4_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/esm/client/image-component.js":{"id":4270,"name":"*","chunks":["486","static/chunks/afa401a5-55858bf5265319eb.js","853","static/chunks/853-a01d49f63a859f3d.js","246","static/chunks/246-e7336e2929971f63.js","270","static/chunks/270-688096d43c717256.js","587","static/chunks/587-352f8079202a48d0.js","974","static/chunks/app/page-0ee3a37f3a3f6f17.js"],"async":false},"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/app/logo.png":{"id":7046,"name":"*","chunks":["486","static/chunks/afa401a5-55858bf5265319eb.js","853","static/chunks/853-a01d49f63a859f3d.js","246","static/chunks/246-e7336e2929971f63.js","270","static/chunks/270-688096d43c717256.js","587","static/chunks/587-352f8079202a48d0.js","974","static/chunks/app/page-0ee3a37f3a3f6f17.js"],"async":false},"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/button.tsx":{"id":1329,"name":"*","chunks":["486","static/chunks/afa401a5-55858bf5265319eb.js","853","static/chunks/853-a01d49f63a859f3d.js","246","static/chunks/246-e7336e2929971f63.js","270","static/chunks/270-688096d43c717256.js","587","static/chunks/587-352f8079202a48d0.js","974","static/chunks/app/page-0ee3a37f3a3f6f17.js"],"async":false},"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/code.tsx":{"id":4112,"name":"*","chunks":["486","static/chunks/afa401a5-55858bf5265319eb.js","853","static/chunks/853-a01d49f63a859f3d.js","246","static/chunks/246-e7336e2929971f63.js","270","static/chunks/270-688096d43c717256.js","587","static/chunks/587-352f8079202a48d0.js","974","static/chunks/app/page-0ee3a37f3a3f6f17.js"],"async":false},"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/shell.tsx":{"id":7865,"name":"*","chunks":["486","static/chunks/afa401a5-55858bf5265319eb.js","853","static/chunks/853-a01d49f63a859f3d.js","246","static/chunks/246-e7336e2929971f63.js","539","static/chunks/539-6e9405ecdc007bb7.js","587","static/chunks/587-352f8079202a48d0.js","719","static/chunks/app/preview/%5B...slug%5D/page-95449af2d870e732.js"],"async":false},"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/sidebar/sidebar.tsx":{"id":9397,"name":"*","chunks":["486","static/chunks/afa401a5-55858bf5265319eb.js","853","static/chunks/853-a01d49f63a859f3d.js","246","static/chunks/246-e7336e2929971f63.js","270","static/chunks/270-688096d43c717256.js","587","static/chunks/587-352f8079202a48d0.js","974","static/chunks/app/page-0ee3a37f3a3f6f17.js"],"async":false},"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/topbar.tsx":{"id":5314,"name":"*","chunks":["486","static/chunks/afa401a5-55858bf5265319eb.js","853","static/chunks/853-a01d49f63a859f3d.js","246","static/chunks/246-e7336e2929971f63.js","270","static/chunks/270-688096d43c717256.js","587","static/chunks/587-352f8079202a48d0.js","974","static/chunks/app/page-0ee3a37f3a3f6f17.js"],"async":false},"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/app/preview/[...slug]/preview.tsx":{"id":114,"name":"*","chunks":["486","static/chunks/afa401a5-55858bf5265319eb.js","853","static/chunks/853-a01d49f63a859f3d.js","246","static/chunks/246-e7336e2929971f63.js","539","static/chunks/539-6e9405ecdc007bb7.js","587","static/chunks/587-352f8079202a48d0.js","719","static/chunks/app/preview/%5B...slug%5D/page-95449af2d870e732.js"],"async":false},"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/toolbar.tsx":{"id":1729,"name":"*","chunks":["486","static/chunks/afa401a5-55858bf5265319eb.js","853","static/chunks/853-a01d49f63a859f3d.js","246","static/chunks/246-e7336e2929971f63.js","539","static/chunks/539-6e9405ecdc007bb7.js","587","static/chunks/587-352f8079202a48d0.js","719","static/chunks/app/preview/%5B...slug%5D/page-95449af2d870e732.js"],"async":false},"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/contexts/preview.tsx":{"id":7207,"name":"*","chunks":["486","static/chunks/afa401a5-55858bf5265319eb.js","853","static/chunks/853-a01d49f63a859f3d.js","246","static/chunks/246-e7336e2929971f63.js","539","static/chunks/539-6e9405ecdc007bb7.js","587","static/chunks/587-352f8079202a48d0.js","719","static/chunks/app/preview/%5B...slug%5D/page-95449af2d870e732.js"],"async":false}},"entryCSSFiles":{"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/":[],"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/app/layout":[{"inlined":false,"path":"static/css/67e57230289273a9.css"}],"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/app/page":[],"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/app/preview/[...slug]/page":[]},"rscModuleMapping":{"31":{"*":{"id":"68513","name":"*","chunks":[],"async":false}},"114":{"*":{"id":"69410","name":"*","chunks":[],"async":false}},"1281":{"*":{"id":"37469","name":"*","chunks":[],"async":false}},"1329":{"*":{"id":"36002","name":"*","chunks":[],"async":false}},"1729":{"*":{"id":"649","name":"*","chunks":[],"async":false}},"1741":{"*":{"id":"7033","name":"*","chunks":[],"async":false}},"3062":{"*":{"id":"23132","name":"*","chunks":[],"async":false}},"4112":{"*":{"id":"24609","name":"*","chunks":[],"async":false}},"4270":{"*":{"id":"43340","name":"*","chunks":[],"async":false}},"5056":{"*":{"id":"56872","name":"*","chunks":[],"async":false}},"5314":{"*":{"id":"45058","name":"*","chunks":[],"async":false}},"5320":{"*":{"id":"42476","name":"*","chunks":[],"async":false}},"6040":{"*":{"id":"16489","name":"*","chunks":[],"async":false}},"7046":{"*":{"id":"6223","name":"*","chunks":[],"async":false}},"7207":{"*":{"id":"82632","name":"*","chunks":[],"async":false}},"7865":{"*":{"id":"75662","name":"*","chunks":[],"async":false}},"8697":{"*":{"id":"24584","name":"*","chunks":[],"async":false}},"8788":{"*":{"id":"59224","name":"*","chunks":[],"async":false}},"9397":{"*":{"id":"84097","name":"*","chunks":[],"async":false}},"9520":{"*":{"id":"9114","name":"*","chunks":[],"async":false}},"9775":{"*":{"id":"30921","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"31":{"*":{"id":"41127","name":"*","chunks":[],"async":false}},"1281":{"*":{"id":"58895","name":"*","chunks":[],"async":false}},"1741":{"*":{"id":"14331","name":"*","chunks":[],"async":false}},"3062":{"*":{"id":"5242","name":"*","chunks":[],"async":false}},"4270":{"*":{"id":"77730","name":"*","chunks":[],"async":false}},"5056":{"*":{"id":"41678","name":"*","chunks":[],"async":false}},"5320":{"*":{"id":"3570","name":"*","chunks":[],"async":false}},"8788":{"*":{"id":"63754","name":"*","chunks":[],"async":false}},"9520":{"*":{"id":"71584","name":"*","chunks":[],"async":false}},"9775":{"*":{"id":"23771","name":"*","chunks":[],"async":false}}}}
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/preview/[...slug]/page"]={"moduleLoading":{"prefix":"/_next/","crossOrigin":null},"ssrModuleMapping":{"31":{"*":{"id":"41127","name":"*","chunks":[],"async":false}},"114":{"*":{"id":"20173","name":"*","chunks":[],"async":false}},"1075":{"*":{"id":"99257","name":"*","chunks":[],"async":false}},"1281":{"*":{"id":"58895","name":"*","chunks":[],"async":false}},"1329":{"*":{"id":"75397","name":"*","chunks":[],"async":false}},"1741":{"*":{"id":"14331","name":"*","chunks":[],"async":false}},"1974":{"*":{"id":"96006","name":"*","chunks":[],"async":false}},"3062":{"*":{"id":"5242","name":"*","chunks":[],"async":false}},"4112":{"*":{"id":"96236","name":"*","chunks":[],"async":false}},"4270":{"*":{"id":"77730","name":"*","chunks":[],"async":false}},"5056":{"*":{"id":"41678","name":"*","chunks":[],"async":false}},"5314":{"*":{"id":"91818","name":"*","chunks":[],"async":false}},"5320":{"*":{"id":"3570","name":"*","chunks":[],"async":false}},"6011":{"*":{"id":"35638","name":"*","chunks":[],"async":false}},"7046":{"*":{"id":"89351","name":"*","chunks":[],"async":false}},"7865":{"*":{"id":"79628","name":"*","chunks":[],"async":false}},"8788":{"*":{"id":"63754","name":"*","chunks":[],"async":false}},"9397":{"*":{"id":"42517","name":"*","chunks":[],"async":false}},"9520":{"*":{"id":"71584","name":"*","chunks":[],"async":false}},"9775":{"*":{"id":"23771","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.4_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/client-page.js":{"id":1741,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.4_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/esm/client/components/client-page.js":{"id":1741,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.4_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/client-segment.js":{"id":31,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.4_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/esm/client/components/client-segment.js":{"id":31,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.4_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/error-boundary.js":{"id":9775,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.4_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/esm/client/components/error-boundary.js":{"id":9775,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.4_@babel+core@7.26.10_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":8788,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.4_@babel+core@7.26.10_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":8788,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.4_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/layout-router.js":{"id":5056,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.4_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/esm/client/components/layout-router.js":{"id":5056,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.4_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":5320,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.4_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":5320,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.4_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/metadata/metadata-boundary.js":{"id":9520,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.4_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/esm/client/components/metadata/metadata-boundary.js":{"id":9520,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.4_@babel+core@7.26.10_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":3062,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.4_@babel+core@7.26.10_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":3062,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/app/globals.css":{"id":8697,"name":"*","chunks":["416","static/chunks/416-9c899340cfaa07d4.js","177","static/chunks/app/layout-2726a60e293495d3.js"],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.4_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/font/google/target.css?{\"path\":\"src/app/fonts.ts\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-inter\",\"display\":\"swap\"}],\"variableName\":\"inter\"}":{"id":3396,"name":"*","chunks":["416","static/chunks/416-9c899340cfaa07d4.js","177","static/chunks/app/layout-2726a60e293495d3.js"],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.4_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/font/local/target.css?{\"path\":\"src/app/fonts.ts\",\"import\":\"\",\"arguments\":[{\"src\":[{\"path\":\"./fonts/SFMono/SFMonoLight.otf\",\"weight\":\"300\"},{\"path\":\"./fonts/SFMono/SFMonoRegular.otf\",\"weight\":\"400\"},{\"path\":\"./fonts/SFMono/SFMonoMedium.otf\",\"weight\":\"500\"},{\"path\":\"./fonts/SFMono/SFMonoSemibold.otf\",\"weight\":\"600\"},{\"path\":\"./fonts/SFMono/SFMonoBold.otf\",\"weight\":\"700\"},{\"path\":\"./fonts/SFMono/SFMonoHeavy.otf\",\"weight\":\"800\"}],\"variable\":\"--font-sf-mono\",\"display\":\"swap\"}],\"variableName\":\"sfMono\"}":{"id":2295,"name":"*","chunks":["416","static/chunks/416-9c899340cfaa07d4.js","177","static/chunks/app/layout-2726a60e293495d3.js"],"async":false},"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/contexts/emails.tsx":{"id":1075,"name":"*","chunks":["416","static/chunks/416-9c899340cfaa07d4.js","177","static/chunks/app/layout-2726a60e293495d3.js"],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.4_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/app-dir/link.js":{"id":1281,"name":"*","chunks":["979","static/chunks/f33a14d2-a04f3be0523bd1fa.js","416","static/chunks/416-9c899340cfaa07d4.js","33","static/chunks/33-ff3f70a80570ecda.js","270","static/chunks/270-688096d43c717256.js","587","static/chunks/587-0644242ce9489212.js","974","static/chunks/app/page-1d98e2313c60dd77.js"],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.4_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/esm/client/app-dir/link.js":{"id":1281,"name":"*","chunks":["979","static/chunks/f33a14d2-a04f3be0523bd1fa.js","416","static/chunks/416-9c899340cfaa07d4.js","33","static/chunks/33-ff3f70a80570ecda.js","270","static/chunks/270-688096d43c717256.js","587","static/chunks/587-0644242ce9489212.js","974","static/chunks/app/page-1d98e2313c60dd77.js"],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.4_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/image-component.js":{"id":4270,"name":"*","chunks":["979","static/chunks/f33a14d2-a04f3be0523bd1fa.js","416","static/chunks/416-9c899340cfaa07d4.js","33","static/chunks/33-ff3f70a80570ecda.js","270","static/chunks/270-688096d43c717256.js","587","static/chunks/587-0644242ce9489212.js","974","static/chunks/app/page-1d98e2313c60dd77.js"],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.2.4_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/esm/client/image-component.js":{"id":4270,"name":"*","chunks":["979","static/chunks/f33a14d2-a04f3be0523bd1fa.js","416","static/chunks/416-9c899340cfaa07d4.js","33","static/chunks/33-ff3f70a80570ecda.js","270","static/chunks/270-688096d43c717256.js","587","static/chunks/587-0644242ce9489212.js","974","static/chunks/app/page-1d98e2313c60dd77.js"],"async":false},"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/app/logo.png":{"id":7046,"name":"*","chunks":["979","static/chunks/f33a14d2-a04f3be0523bd1fa.js","416","static/chunks/416-9c899340cfaa07d4.js","33","static/chunks/33-ff3f70a80570ecda.js","270","static/chunks/270-688096d43c717256.js","587","static/chunks/587-0644242ce9489212.js","974","static/chunks/app/page-1d98e2313c60dd77.js"],"async":false},"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/button.tsx":{"id":1329,"name":"*","chunks":["979","static/chunks/f33a14d2-a04f3be0523bd1fa.js","416","static/chunks/416-9c899340cfaa07d4.js","33","static/chunks/33-ff3f70a80570ecda.js","270","static/chunks/270-688096d43c717256.js","587","static/chunks/587-0644242ce9489212.js","974","static/chunks/app/page-1d98e2313c60dd77.js"],"async":false},"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/code.tsx":{"id":4112,"name":"*","chunks":["979","static/chunks/f33a14d2-a04f3be0523bd1fa.js","416","static/chunks/416-9c899340cfaa07d4.js","33","static/chunks/33-ff3f70a80570ecda.js","270","static/chunks/270-688096d43c717256.js","587","static/chunks/587-0644242ce9489212.js","974","static/chunks/app/page-1d98e2313c60dd77.js"],"async":false},"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/shell.tsx":{"id":7865,"name":"*","chunks":["979","static/chunks/f33a14d2-a04f3be0523bd1fa.js","416","static/chunks/416-9c899340cfaa07d4.js","33","static/chunks/33-ff3f70a80570ecda.js","516","static/chunks/516-2716d86d2f8b9000.js","587","static/chunks/587-0644242ce9489212.js","719","static/chunks/app/preview/%5B...slug%5D/page-c77ff9f2bb1709b3.js"],"async":false},"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/sidebar/sidebar.tsx":{"id":9397,"name":"*","chunks":["979","static/chunks/f33a14d2-a04f3be0523bd1fa.js","416","static/chunks/416-9c899340cfaa07d4.js","33","static/chunks/33-ff3f70a80570ecda.js","270","static/chunks/270-688096d43c717256.js","587","static/chunks/587-0644242ce9489212.js","974","static/chunks/app/page-1d98e2313c60dd77.js"],"async":false},"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/topbar.tsx":{"id":5314,"name":"*","chunks":["979","static/chunks/f33a14d2-a04f3be0523bd1fa.js","416","static/chunks/416-9c899340cfaa07d4.js","33","static/chunks/33-ff3f70a80570ecda.js","270","static/chunks/270-688096d43c717256.js","587","static/chunks/587-0644242ce9489212.js","974","static/chunks/app/page-1d98e2313c60dd77.js"],"async":false},"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/app/preview/[...slug]/preview.tsx":{"id":114,"name":"*","chunks":["979","static/chunks/f33a14d2-a04f3be0523bd1fa.js","416","static/chunks/416-9c899340cfaa07d4.js","33","static/chunks/33-ff3f70a80570ecda.js","516","static/chunks/516-2716d86d2f8b9000.js","587","static/chunks/587-0644242ce9489212.js","719","static/chunks/app/preview/%5B...slug%5D/page-c77ff9f2bb1709b3.js"],"async":false},"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/toolbar.tsx":{"id":6011,"name":"*","chunks":["979","static/chunks/f33a14d2-a04f3be0523bd1fa.js","416","static/chunks/416-9c899340cfaa07d4.js","33","static/chunks/33-ff3f70a80570ecda.js","516","static/chunks/516-2716d86d2f8b9000.js","587","static/chunks/587-0644242ce9489212.js","719","static/chunks/app/preview/%5B...slug%5D/page-c77ff9f2bb1709b3.js"],"async":false},"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/contexts/preview.tsx":{"id":1974,"name":"*","chunks":["979","static/chunks/f33a14d2-a04f3be0523bd1fa.js","416","static/chunks/416-9c899340cfaa07d4.js","33","static/chunks/33-ff3f70a80570ecda.js","516","static/chunks/516-2716d86d2f8b9000.js","587","static/chunks/587-0644242ce9489212.js","719","static/chunks/app/preview/%5B...slug%5D/page-c77ff9f2bb1709b3.js"],"async":false}},"entryCSSFiles":{"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/":[],"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/app/layout":[{"inlined":false,"path":"static/css/6f42d128f111d7fa.css"}],"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/app/page":[],"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/app/preview/[...slug]/page":[]},"rscModuleMapping":{"31":{"*":{"id":"68513","name":"*","chunks":[],"async":false}},"114":{"*":{"id":"69410","name":"*","chunks":[],"async":false}},"1075":{"*":{"id":"16489","name":"*","chunks":[],"async":false}},"1281":{"*":{"id":"37469","name":"*","chunks":[],"async":false}},"1329":{"*":{"id":"36002","name":"*","chunks":[],"async":false}},"1741":{"*":{"id":"7033","name":"*","chunks":[],"async":false}},"1974":{"*":{"id":"82632","name":"*","chunks":[],"async":false}},"3062":{"*":{"id":"23132","name":"*","chunks":[],"async":false}},"4112":{"*":{"id":"24609","name":"*","chunks":[],"async":false}},"4270":{"*":{"id":"43340","name":"*","chunks":[],"async":false}},"5056":{"*":{"id":"56872","name":"*","chunks":[],"async":false}},"5314":{"*":{"id":"45058","name":"*","chunks":[],"async":false}},"5320":{"*":{"id":"42476","name":"*","chunks":[],"async":false}},"6011":{"*":{"id":"649","name":"*","chunks":[],"async":false}},"7046":{"*":{"id":"6223","name":"*","chunks":[],"async":false}},"7865":{"*":{"id":"75662","name":"*","chunks":[],"async":false}},"8697":{"*":{"id":"24584","name":"*","chunks":[],"async":false}},"8788":{"*":{"id":"59224","name":"*","chunks":[],"async":false}},"9397":{"*":{"id":"84097","name":"*","chunks":[],"async":false}},"9520":{"*":{"id":"9114","name":"*","chunks":[],"async":false}},"9775":{"*":{"id":"30921","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"31":{"*":{"id":"41127","name":"*","chunks":[],"async":false}},"1281":{"*":{"id":"58895","name":"*","chunks":[],"async":false}},"1741":{"*":{"id":"14331","name":"*","chunks":[],"async":false}},"3062":{"*":{"id":"5242","name":"*","chunks":[],"async":false}},"4270":{"*":{"id":"77730","name":"*","chunks":[],"async":false}},"5056":{"*":{"id":"41678","name":"*","chunks":[],"async":false}},"5320":{"*":{"id":"3570","name":"*","chunks":[],"async":false}},"8788":{"*":{"id":"63754","name":"*","chunks":[],"async":false}},"9520":{"*":{"id":"71584","name":"*","chunks":[],"async":false}},"9775":{"*":{"id":"23771","name":"*","chunks":[],"async":false}}}}
|