react-email 4.0.14 → 4.0.16
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.d.mts +1 -0
- package/dist/cli/index.d.ts +1 -0
- package/dist/cli/index.js +2785 -0
- package/dist/cli/index.mjs +1 -1
- package/dist/index.d.mts +20 -0
- package/dist/index.d.ts +20 -0
- package/dist/index.js +1407 -0
- package/dist/index.mjs +21 -0
- package/dist/package/index.d.mts +33 -0
- package/dist/package/index.d.ts +33 -0
- package/dist/package/index.js +62 -0
- package/dist/package/index.mjs +7 -0
- package/dist/preview/.next/BUILD_ID +1 -1
- package/dist/preview/.next/app-build-manifest.json +10 -10
- package/dist/preview/.next/app-path-routes-manifest.json +1 -1
- package/dist/preview/.next/build-manifest.json +3 -3
- 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/required-server-files.json +4 -4
- package/dist/preview/.next/server/app/_not-found/page.js +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/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 +17 -17
- 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/235.js +4 -4
- package/dist/preview/.next/server/chunks/275.js +1 -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/server-reference-manifest.js +1 -1
- package/dist/preview/.next/server/server-reference-manifest.json +1 -1
- package/dist/preview/.next/static/chunks/484-e38a627386aae911.js +1 -0
- package/dist/preview/.next/static/chunks/app/{layout-cbdfc1cdce865f70.js → layout-269b5cbd8f4cd2e3.js} +1 -1
- package/dist/preview/.next/static/chunks/app/page-2dbfb5b2dc4b1191.js +1 -0
- package/dist/preview/.next/static/chunks/app/preview/[...slug]/page-79e0c9b528a62f8b.js +1 -0
- package/dist/preview/.next/static/chunks/main-app-976577a424e11c75.js +1 -0
- package/dist/preview/.next/static/css/ac3decd5d6736fbe.css +3 -0
- package/dist/preview/.next/static/media/8e9860b6e62d6359-s.woff2 +0 -0
- package/dist/preview/.next/static/media/e4af272ccee01ff0-s.p.woff2 +0 -0
- package/dist/preview/.next/trace +27 -27
- package/dist/preview/.next/types/app/layout.ts +1 -1
- package/dist/preview/.next/types/app/page.ts +1 -1
- package/dist/preview/.next/types/app/preview/[...slug]/page.ts +1 -1
- package/package.json +1 -1
- package/src/app/layout.tsx +8 -10
- package/src/commands/testing/out/notifications/yelp-recent-login.html +1 -1
- package/src/commands/testing/out/reset-password/twitch-reset-password.html +1 -1
- package/src/components/shell.tsx +4 -1
- package/src/components/sidebar/sidebar.tsx +1 -1
- package/src/components/toolbar/spam-assassin.tsx +1 -1
- package/src/components/toolbar.tsx +1 -1
- package/src/package/body/dist/index.d.mts +6 -0
- package/src/package/body/dist/index.d.ts +6 -0
- package/src/package/body/dist/index.js +79 -0
- package/src/package/body/dist/index.mjs +45 -0
- package/src/package/button/dist/index.d.mts +6 -0
- package/src/package/button/dist/index.d.ts +6 -0
- package/src/package/button/dist/index.js +252 -0
- package/src/package/button/dist/index.mjs +218 -0
- package/src/package/code-block/dist/index.d.mts +4906 -0
- package/src/package/code-block/dist/index.d.ts +4906 -0
- package/src/package/code-block/dist/index.js +18205 -0
- package/src/package/code-block/dist/index.mjs +18133 -0
- package/src/package/code-inline/dist/index.d.mts +11 -0
- package/src/package/code-inline/dist/index.d.ts +11 -0
- package/src/package/code-inline/dist/index.js +106 -0
- package/src/package/code-inline/dist/index.mjs +72 -0
- package/src/package/column/dist/index.d.mts +6 -0
- package/src/package/column/dist/index.d.ts +6 -0
- package/src/package/column/dist/index.js +79 -0
- package/src/package/column/dist/index.mjs +45 -0
- package/src/package/components/dist/index.d.mts +20 -0
- package/src/package/components/dist/index.d.ts +20 -0
- package/src/package/components/dist/index.js +62 -0
- package/src/package/components/dist/index.mjs +21 -0
- package/src/package/container/dist/index.d.mts +6 -0
- package/src/package/container/dist/index.d.ts +6 -0
- package/src/package/container/dist/index.js +93 -0
- package/src/package/container/dist/index.mjs +59 -0
- package/src/package/font/dist/index.d.mts +25 -0
- package/src/package/font/dist/index.d.ts +25 -0
- package/src/package/font/dist/index.js +55 -0
- package/src/package/font/dist/index.mjs +28 -0
- package/src/package/head/dist/index.d.mts +6 -0
- package/src/package/head/dist/index.d.ts +6 -0
- package/src/package/head/dist/index.js +83 -0
- package/src/package/head/dist/index.mjs +49 -0
- package/src/package/heading/dist/index.d.mts +43 -0
- package/src/package/heading/dist/index.d.ts +43 -0
- package/src/package/heading/dist/index.js +113 -0
- package/src/package/heading/dist/index.mjs +79 -0
- package/src/package/hr/dist/index.d.mts +6 -0
- package/src/package/hr/dist/index.d.ts +6 -0
- package/src/package/hr/dist/index.js +89 -0
- package/src/package/hr/dist/index.mjs +55 -0
- package/src/package/html/dist/index.d.mts +6 -0
- package/src/package/html/dist/index.d.ts +6 -0
- package/src/package/html/dist/index.js +79 -0
- package/src/package/html/dist/index.mjs +45 -0
- package/src/package/img/dist/index.d.mts +6 -0
- package/src/package/img/dist/index.d.ts +6 -0
- package/src/package/img/dist/index.js +94 -0
- package/src/package/img/dist/index.mjs +60 -0
- package/src/package/link/dist/index.d.mts +6 -0
- package/src/package/link/dist/index.d.ts +6 -0
- package/src/package/link/dist/index.js +90 -0
- package/src/package/link/dist/index.mjs +56 -0
- package/src/package/markdown/dist/index.d.mts +15 -0
- package/src/package/markdown/dist/index.d.ts +15 -0
- package/src/package/markdown/dist/index.js +92 -0
- package/src/package/markdown/dist/index.mjs +58 -0
- package/src/package/preview/dist/index.d.mts +12 -0
- package/src/package/preview/dist/index.d.ts +12 -0
- package/src/package/preview/dist/index.js +108 -0
- package/src/package/preview/dist/index.mjs +73 -0
- package/src/package/render/dist/browser/index.d.mts +24 -0
- package/src/package/render/dist/browser/index.d.ts +24 -0
- package/src/package/render/dist/browser/index.js +250 -0
- package/src/package/render/dist/browser/index.mjs +214 -0
- package/src/package/render/dist/index.d.mts +23 -0
- package/src/package/render/dist/index.d.ts +23 -0
- package/src/package/render/dist/index.js +768 -0
- package/src/package/render/dist/index.mjs +733 -0
- package/src/package/render/dist/node/index.d.mts +27 -0
- package/src/package/render/dist/node/index.d.ts +27 -0
- package/src/package/render/dist/node/index.js +212 -0
- package/src/package/render/dist/node/index.mjs +176 -0
- package/src/package/row/dist/index.d.mts +10 -0
- package/src/package/row/dist/index.d.ts +10 -0
- package/src/package/row/dist/index.js +93 -0
- package/src/package/row/dist/index.mjs +59 -0
- package/src/package/section/dist/index.d.mts +6 -0
- package/src/package/section/dist/index.d.ts +6 -0
- package/src/package/section/dist/index.js +93 -0
- package/src/package/section/dist/index.mjs +59 -0
- package/src/package/tailwind/dist/index.d.ts +19 -0
- package/src/package/tailwind/dist/index.js +48 -0
- package/src/package/tailwind/dist/index.mjs +17167 -0
- package/src/package/tailwind/dist/tailwindcss/config.d.ts +376 -0
- package/src/package/tailwind/dist/tailwindcss/generated/.gitkeep +0 -0
- package/src/package/tailwind/dist/tailwindcss/generated/colors.d.ts +298 -0
- package/src/package/tailwind/dist/tailwindcss/generated/corePluginList.d.ts +1 -0
- package/src/package/tailwind/dist/tailwindcss/generated/default-theme.d.ts +397 -0
- package/src/package/tailwind/dist/tailwindcss/index.d.ts +11 -0
- package/src/package/text/dist/index.d.mts +6 -0
- package/src/package/text/dist/index.d.ts +6 -0
- package/src/package/text/dist/index.js +89 -0
- package/src/package/text/dist/index.mjs +55 -0
- package/dist/preview/.next/server/chunks/634.js +0 -1
- package/dist/preview/.next/static/chunks/484-962c5c33e02a8f74.js +0 -1
- package/dist/preview/.next/static/chunks/app/page-ed77f0af99f8ff62.js +0 -1
- package/dist/preview/.next/static/chunks/app/preview/[...slug]/page-677d0276e78ce644.js +0 -1
- package/dist/preview/.next/static/chunks/main-app-5bc2d814f500db60.js +0 -1
- package/dist/preview/.next/static/css/6f42d128f111d7fa.css +0 -3
- package/dist/preview/.next/static/media/6d93bde91c0c2823-s.woff2 +0 -0
- package/dist/preview/.next/static/media/a34f9d1faa5f3315-s.p.woff2 +0 -0
- /package/dist/preview/.next/static/{buxMzUckvYONJstUiLteh → yxjkw7Y7HRLmRWkl3S43z}/_buildManifest.js +0 -0
- /package/dist/preview/.next/static/{buxMzUckvYONJstUiLteh → yxjkw7Y7HRLmRWkl3S43z}/_ssgManifest.js +0 -0
|
@@ -1 +1 @@
|
|
|
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.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/app-router-headers.js","../../../../../../../node_modules/.pnpm/next@15.3.1_@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.3.1_@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.3.1_@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.3.1_@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.3.1_@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.3.1_@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.3.1_@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.3.1_@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.3.1_@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.3.1_@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.3.1_@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.3.1_@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.3.1_@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.3.1_@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.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../../node_modules/.pnpm/next@15.3.1_@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.3.1_@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.3.1_@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.3.1_@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/235.js","../../../chunks/
|
|
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.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/app-router-headers.js","../../../../../../../node_modules/.pnpm/next@15.3.1_@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.3.1_@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.3.1_@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.3.1_@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.3.1_@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.3.1_@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.3.1_@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.3.1_@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.3.1_@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.3.1_@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.3.1_@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.3.1_@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.3.1_@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.3.1_@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.3.1_@babel+core@7.26.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../../node_modules/.pnpm/next@15.3.1_@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.3.1_@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.3.1_@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.3.1_@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/235.js","../../../chunks/275.js","../../../chunks/343.js","../../../chunks/428.js","../../../chunks/963.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/"},"ssrModuleMapping":{"184":{"*":{"id":"41922","name":"*","chunks":[],"async":false}},"507":{"*":{"id":"78132","name":"*","chunks":[],"async":false}},"1139":{"*":{"id":"76190","name":"*","chunks":[],"async":false}},"1494":{"*":{"id":"58716","name":"*","chunks":[],"async":false}},"1875":{"*":{"id":"54114","name":"*","chunks":[],"async":false}},"2025":{"*":{"id":"4080","name":"*","chunks":[],"async":false}},"3566":{"*":{"id":"3983","name":"*","chunks":[],"async":false}},"3726":{"*":{"id":"73952","name":"*","chunks":[],"async":false}},"3902":{"*":{"id":"94674","name":"*","chunks":[],"async":false}},"5254":{"*":{"id":"54314","name":"*","chunks":[],"async":false}},"6484":{"*":{"id":"66586","name":"*","chunks":[],"async":false}},"7437":{"*":{"id":"69291","name":"*","chunks":[],"async":false}},"7608":{"*":{"id":"53627","name":"*","chunks":[],"async":false}},"7732":{"*":{"id":"30636","name":"*","chunks":[],"async":false}},"7920":{"*":{"id":"87440","name":"*","chunks":[],"async":false}},"8271":{"*":{"id":"61175","name":"*","chunks":[],"async":false}},"8446":{"*":{"id":"5760","name":"*","chunks":[],"async":false}},"8814":{"*":{"id":"47311","name":"*","chunks":[],"async":false}},"9567":{"*":{"id":"59723","name":"*","chunks":[],"async":false}},"9681":{"*":{"id":"34047","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.3.1_@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":7437,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.3.1_@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":7437,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.3.1_@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":8271,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.3.1_@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":8271,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.3.1_@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":9567,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.3.1_@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":9567,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.3.1_@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":6484,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.3.1_@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":6484,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.3.1_@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":1139,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.3.1_@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":1139,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.3.1_@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":184,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.3.1_@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":184,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.3.1_@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":7920,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.3.1_@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":7920,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.3.1_@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":5254,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.3.1_@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":5254,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/app/globals.css":{"id":1769,"name":"*","chunks":["589","static/chunks/589-817d8691661d370e.js","177","static/chunks/app/layout-cbdfc1cdce865f70.js"],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.3.1_@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":919,"name":"*","chunks":["589","static/chunks/589-817d8691661d370e.js","177","static/chunks/app/layout-cbdfc1cdce865f70.js"],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.3.1_@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":5991,"name":"*","chunks":["589","static/chunks/589-817d8691661d370e.js","177","static/chunks/app/layout-cbdfc1cdce865f70.js"],"async":false},"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/contexts/emails.tsx":{"id":8446,"name":"*","chunks":["589","static/chunks/589-817d8691661d370e.js","177","static/chunks/app/layout-cbdfc1cdce865f70.js"],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.3.1_@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":9681,"name":"*","chunks":["979","static/chunks/f33a14d2-ec7c5f0b91818561.js","589","static/chunks/589-817d8691661d370e.js","293","static/chunks/293-297b1eb2241f9a70.js","902","static/chunks/902-c34acb56733e0ce1.js","484","static/chunks/484-962c5c33e02a8f74.js","974","static/chunks/app/page-ed77f0af99f8ff62.js"],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.3.1_@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":9681,"name":"*","chunks":["979","static/chunks/f33a14d2-ec7c5f0b91818561.js","589","static/chunks/589-817d8691661d370e.js","293","static/chunks/293-297b1eb2241f9a70.js","902","static/chunks/902-c34acb56733e0ce1.js","484","static/chunks/484-962c5c33e02a8f74.js","974","static/chunks/app/page-ed77f0af99f8ff62.js"],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.3.1_@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":3902,"name":"*","chunks":["979","static/chunks/f33a14d2-ec7c5f0b91818561.js","589","static/chunks/589-817d8691661d370e.js","293","static/chunks/293-297b1eb2241f9a70.js","902","static/chunks/902-c34acb56733e0ce1.js","484","static/chunks/484-962c5c33e02a8f74.js","974","static/chunks/app/page-ed77f0af99f8ff62.js"],"async":false},"/home/gabriel/Projects/Resend/react-email/node_modules/.pnpm/next@15.3.1_@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":3902,"name":"*","chunks":["979","static/chunks/f33a14d2-ec7c5f0b91818561.js","589","static/chunks/589-817d8691661d370e.js","293","static/chunks/293-297b1eb2241f9a70.js","902","static/chunks/902-c34acb56733e0ce1.js","484","static/chunks/484-962c5c33e02a8f74.js","974","static/chunks/app/page-ed77f0af99f8ff62.js"],"async":false},"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/app/logo.png":{"id":8814,"name":"*","chunks":["979","static/chunks/f33a14d2-ec7c5f0b91818561.js","589","static/chunks/589-817d8691661d370e.js","293","static/chunks/293-297b1eb2241f9a70.js","902","static/chunks/902-c34acb56733e0ce1.js","484","static/chunks/484-962c5c33e02a8f74.js","974","static/chunks/app/page-ed77f0af99f8ff62.js"],"async":false},"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/button.tsx":{"id":3566,"name":"*","chunks":["979","static/chunks/f33a14d2-ec7c5f0b91818561.js","589","static/chunks/589-817d8691661d370e.js","293","static/chunks/293-297b1eb2241f9a70.js","902","static/chunks/902-c34acb56733e0ce1.js","484","static/chunks/484-962c5c33e02a8f74.js","974","static/chunks/app/page-ed77f0af99f8ff62.js"],"async":false},"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/code.tsx":{"id":507,"name":"*","chunks":["979","static/chunks/f33a14d2-ec7c5f0b91818561.js","589","static/chunks/589-817d8691661d370e.js","293","static/chunks/293-297b1eb2241f9a70.js","902","static/chunks/902-c34acb56733e0ce1.js","484","static/chunks/484-962c5c33e02a8f74.js","974","static/chunks/app/page-ed77f0af99f8ff62.js"],"async":false},"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/shell.tsx":{"id":1494,"name":"*","chunks":["979","static/chunks/f33a14d2-ec7c5f0b91818561.js","589","static/chunks/589-817d8691661d370e.js","293","static/chunks/293-297b1eb2241f9a70.js","45","static/chunks/45-1021fac82f766268.js","484","static/chunks/484-962c5c33e02a8f74.js","719","static/chunks/app/preview/%5B...slug%5D/page-677d0276e78ce644.js"],"async":false},"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/sidebar/sidebar.tsx":{"id":7608,"name":"*","chunks":["979","static/chunks/f33a14d2-ec7c5f0b91818561.js","589","static/chunks/589-817d8691661d370e.js","293","static/chunks/293-297b1eb2241f9a70.js","902","static/chunks/902-c34acb56733e0ce1.js","484","static/chunks/484-962c5c33e02a8f74.js","974","static/chunks/app/page-ed77f0af99f8ff62.js"],"async":false},"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/topbar.tsx":{"id":1875,"name":"*","chunks":["979","static/chunks/f33a14d2-ec7c5f0b91818561.js","589","static/chunks/589-817d8691661d370e.js","293","static/chunks/293-297b1eb2241f9a70.js","902","static/chunks/902-c34acb56733e0ce1.js","484","static/chunks/484-962c5c33e02a8f74.js","974","static/chunks/app/page-ed77f0af99f8ff62.js"],"async":false},"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/app/preview/[...slug]/preview.tsx":{"id":3726,"name":"*","chunks":["979","static/chunks/f33a14d2-ec7c5f0b91818561.js","589","static/chunks/589-817d8691661d370e.js","293","static/chunks/293-297b1eb2241f9a70.js","45","static/chunks/45-1021fac82f766268.js","484","static/chunks/484-962c5c33e02a8f74.js","719","static/chunks/app/preview/%5B...slug%5D/page-677d0276e78ce644.js"],"async":false},"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/components/toolbar.tsx":{"id":7732,"name":"*","chunks":["979","static/chunks/f33a14d2-ec7c5f0b91818561.js","589","static/chunks/589-817d8691661d370e.js","293","static/chunks/293-297b1eb2241f9a70.js","45","static/chunks/45-1021fac82f766268.js","484","static/chunks/484-962c5c33e02a8f74.js","719","static/chunks/app/preview/%5B...slug%5D/page-677d0276e78ce644.js"],"async":false},"/home/gabriel/Projects/Resend/react-email/packages/react-email/src/contexts/preview.tsx":{"id":2025,"name":"*","chunks":["979","static/chunks/f33a14d2-ec7c5f0b91818561.js","589","static/chunks/589-817d8691661d370e.js","293","static/chunks/293-297b1eb2241f9a70.js","45","static/chunks/45-1021fac82f766268.js","484","static/chunks/484-962c5c33e02a8f74.js","719","static/chunks/app/preview/%5B...slug%5D/page-677d0276e78ce644.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":{"184":{"*":{"id":"86140","name":"*","chunks":[],"async":false}},"507":{"*":{"id":"19089","name":"*","chunks":[],"async":false}},"1139":{"*":{"id":"93208","name":"*","chunks":[],"async":false}},"1494":{"*":{"id":"1598","name":"*","chunks":[],"async":false}},"1769":{"*":{"id":"35360","name":"*","chunks":[],"async":false}},"1875":{"*":{"id":"94162","name":"*","chunks":[],"async":false}},"2025":{"*":{"id":"13656","name":"*","chunks":[],"async":false}},"3566":{"*":{"id":"89426","name":"*","chunks":[],"async":false}},"3726":{"*":{"id":"95346","name":"*","chunks":[],"async":false}},"3902":{"*":{"id":"48796","name":"*","chunks":[],"async":false}},"5254":{"*":{"id":"33292","name":"*","chunks":[],"async":false}},"6484":{"*":{"id":"14376","name":"*","chunks":[],"async":false}},"7437":{"*":{"id":"92905","name":"*","chunks":[],"async":false}},"7608":{"*":{"id":"6737","name":"*","chunks":[],"async":false}},"7732":{"*":{"id":"37401","name":"*","chunks":[],"async":false}},"7920":{"*":{"id":"77706","name":"*","chunks":[],"async":false}},"8271":{"*":{"id":"94033","name":"*","chunks":[],"async":false}},"8446":{"*":{"id":"98681","name":"*","chunks":[],"async":false}},"8814":{"*":{"id":"94167","name":"*","chunks":[],"async":false}},"9567":{"*":{"id":"99609","name":"*","chunks":[],"async":false}},"9681":{"*":{"id":"55821","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"184":{"*":{"id":"41922","name":"*","chunks":[],"async":false}},"1139":{"*":{"id":"76190","name":"*","chunks":[],"async":false}},"3902":{"*":{"id":"94674","name":"*","chunks":[],"async":false}},"5254":{"*":{"id":"54314","name":"*","chunks":[],"async":false}},"6484":{"*":{"id":"66586","name":"*","chunks":[],"async":false}},"7437":{"*":{"id":"69291","name":"*","chunks":[],"async":false}},"7920":{"*":{"id":"87440","name":"*","chunks":[],"async":false}},"8271":{"*":{"id":"61175","name":"*","chunks":[],"async":false}},"9567":{"*":{"id":"59723","name":"*","chunks":[],"async":false}},"9681":{"*":{"id":"34047","name":"*","chunks":[],"async":false}}}}
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/preview/[...slug]/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"184":{"*":{"id":"41922","name":"*","chunks":[],"async":false}},"507":{"*":{"id":"78132","name":"*","chunks":[],"async":false}},"803":{"*":{"id":"96831","name":"*","chunks":[],"async":false}},"1139":{"*":{"id":"76190","name":"*","chunks":[],"async":false}},"1494":{"*":{"id":"58716","name":"*","chunks":[],"async":false}},"1875":{"*":{"id":"54114","name":"*","chunks":[],"async":false}},"3566":{"*":{"id":"3983","name":"*","chunks":[],"async":false}},"3726":{"*":{"id":"73952","name":"*","chunks":[],"async":false}},"3902":{"*":{"id":"94674","name":"*","chunks":[],"async":false}},"5254":{"*":{"id":"54314","name":"*","chunks":[],"async":false}},"6484":{"*":{"id":"66586","name":"*","chunks":[],"async":false}},"7437":{"*":{"id":"69291","name":"*","chunks":[],"async":false}},"7608":{"*":{"id":"53627","name":"*","chunks":[],"async":false}},"7920":{"*":{"id":"87440","name":"*","chunks":[],"async":false}},"8271":{"*":{"id":"61175","name":"*","chunks":[],"async":false}},"8356":{"*":{"id":"2706","name":"*","chunks":[],"async":false}},"8379":{"*":{"id":"52738","name":"*","chunks":[],"async":false}},"8814":{"*":{"id":"47311","name":"*","chunks":[],"async":false}},"9567":{"*":{"id":"59723","name":"*","chunks":[],"async":false}},"9681":{"*":{"id":"34047","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@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":7437,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@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":7437,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@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":8271,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@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":8271,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@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":9567,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@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":9567,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@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":6484,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@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":6484,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@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":1139,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@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":1139,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@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":184,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@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":184,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@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":7920,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@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":7920,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@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":5254,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@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":5254,"name":"*","chunks":[],"async":false},"/home/gabriel/Projects/resend/react-email/packages/react-email/src/app/globals.css":{"id":1769,"name":"*","chunks":["589","static/chunks/589-817d8691661d370e.js","177","static/chunks/app/layout-269b5cbd8f4cd2e3.js"],"async":false},"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@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":919,"name":"*","chunks":["589","static/chunks/589-817d8691661d370e.js","177","static/chunks/app/layout-269b5cbd8f4cd2e3.js"],"async":false},"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@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":5991,"name":"*","chunks":["589","static/chunks/589-817d8691661d370e.js","177","static/chunks/app/layout-269b5cbd8f4cd2e3.js"],"async":false},"/home/gabriel/Projects/resend/react-email/packages/react-email/src/contexts/emails.tsx":{"id":8356,"name":"*","chunks":["589","static/chunks/589-817d8691661d370e.js","177","static/chunks/app/layout-269b5cbd8f4cd2e3.js"],"async":false},"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@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":9681,"name":"*","chunks":["979","static/chunks/f33a14d2-ec7c5f0b91818561.js","589","static/chunks/589-817d8691661d370e.js","293","static/chunks/293-297b1eb2241f9a70.js","902","static/chunks/902-c34acb56733e0ce1.js","484","static/chunks/484-e38a627386aae911.js","974","static/chunks/app/page-2dbfb5b2dc4b1191.js"],"async":false},"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@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":9681,"name":"*","chunks":["979","static/chunks/f33a14d2-ec7c5f0b91818561.js","589","static/chunks/589-817d8691661d370e.js","293","static/chunks/293-297b1eb2241f9a70.js","902","static/chunks/902-c34acb56733e0ce1.js","484","static/chunks/484-e38a627386aae911.js","974","static/chunks/app/page-2dbfb5b2dc4b1191.js"],"async":false},"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@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":3902,"name":"*","chunks":["979","static/chunks/f33a14d2-ec7c5f0b91818561.js","589","static/chunks/589-817d8691661d370e.js","293","static/chunks/293-297b1eb2241f9a70.js","902","static/chunks/902-c34acb56733e0ce1.js","484","static/chunks/484-e38a627386aae911.js","974","static/chunks/app/page-2dbfb5b2dc4b1191.js"],"async":false},"/home/gabriel/Projects/resend/react-email/node_modules/.pnpm/next@15.3.1_@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":3902,"name":"*","chunks":["979","static/chunks/f33a14d2-ec7c5f0b91818561.js","589","static/chunks/589-817d8691661d370e.js","293","static/chunks/293-297b1eb2241f9a70.js","902","static/chunks/902-c34acb56733e0ce1.js","484","static/chunks/484-e38a627386aae911.js","974","static/chunks/app/page-2dbfb5b2dc4b1191.js"],"async":false},"/home/gabriel/Projects/resend/react-email/packages/react-email/src/app/logo.png":{"id":8814,"name":"*","chunks":["979","static/chunks/f33a14d2-ec7c5f0b91818561.js","589","static/chunks/589-817d8691661d370e.js","293","static/chunks/293-297b1eb2241f9a70.js","902","static/chunks/902-c34acb56733e0ce1.js","484","static/chunks/484-e38a627386aae911.js","974","static/chunks/app/page-2dbfb5b2dc4b1191.js"],"async":false},"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/button.tsx":{"id":3566,"name":"*","chunks":["979","static/chunks/f33a14d2-ec7c5f0b91818561.js","589","static/chunks/589-817d8691661d370e.js","293","static/chunks/293-297b1eb2241f9a70.js","902","static/chunks/902-c34acb56733e0ce1.js","484","static/chunks/484-e38a627386aae911.js","974","static/chunks/app/page-2dbfb5b2dc4b1191.js"],"async":false},"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/code.tsx":{"id":507,"name":"*","chunks":["979","static/chunks/f33a14d2-ec7c5f0b91818561.js","589","static/chunks/589-817d8691661d370e.js","293","static/chunks/293-297b1eb2241f9a70.js","902","static/chunks/902-c34acb56733e0ce1.js","484","static/chunks/484-e38a627386aae911.js","974","static/chunks/app/page-2dbfb5b2dc4b1191.js"],"async":false},"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/shell.tsx":{"id":1494,"name":"*","chunks":["979","static/chunks/f33a14d2-ec7c5f0b91818561.js","589","static/chunks/589-817d8691661d370e.js","293","static/chunks/293-297b1eb2241f9a70.js","45","static/chunks/45-1021fac82f766268.js","484","static/chunks/484-e38a627386aae911.js","719","static/chunks/app/preview/%5B...slug%5D/page-79e0c9b528a62f8b.js"],"async":false},"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/sidebar/sidebar.tsx":{"id":7608,"name":"*","chunks":["979","static/chunks/f33a14d2-ec7c5f0b91818561.js","589","static/chunks/589-817d8691661d370e.js","293","static/chunks/293-297b1eb2241f9a70.js","902","static/chunks/902-c34acb56733e0ce1.js","484","static/chunks/484-e38a627386aae911.js","974","static/chunks/app/page-2dbfb5b2dc4b1191.js"],"async":false},"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/topbar.tsx":{"id":1875,"name":"*","chunks":["979","static/chunks/f33a14d2-ec7c5f0b91818561.js","589","static/chunks/589-817d8691661d370e.js","293","static/chunks/293-297b1eb2241f9a70.js","902","static/chunks/902-c34acb56733e0ce1.js","484","static/chunks/484-e38a627386aae911.js","974","static/chunks/app/page-2dbfb5b2dc4b1191.js"],"async":false},"/home/gabriel/Projects/resend/react-email/packages/react-email/src/app/preview/[...slug]/preview.tsx":{"id":3726,"name":"*","chunks":["979","static/chunks/f33a14d2-ec7c5f0b91818561.js","589","static/chunks/589-817d8691661d370e.js","293","static/chunks/293-297b1eb2241f9a70.js","45","static/chunks/45-1021fac82f766268.js","484","static/chunks/484-e38a627386aae911.js","719","static/chunks/app/preview/%5B...slug%5D/page-79e0c9b528a62f8b.js"],"async":false},"/home/gabriel/Projects/resend/react-email/packages/react-email/src/components/toolbar.tsx":{"id":8379,"name":"*","chunks":["979","static/chunks/f33a14d2-ec7c5f0b91818561.js","589","static/chunks/589-817d8691661d370e.js","293","static/chunks/293-297b1eb2241f9a70.js","45","static/chunks/45-1021fac82f766268.js","484","static/chunks/484-e38a627386aae911.js","719","static/chunks/app/preview/%5B...slug%5D/page-79e0c9b528a62f8b.js"],"async":false},"/home/gabriel/Projects/resend/react-email/packages/react-email/src/contexts/preview.tsx":{"id":803,"name":"*","chunks":["979","static/chunks/f33a14d2-ec7c5f0b91818561.js","589","static/chunks/589-817d8691661d370e.js","293","static/chunks/293-297b1eb2241f9a70.js","45","static/chunks/45-1021fac82f766268.js","484","static/chunks/484-e38a627386aae911.js","719","static/chunks/app/preview/%5B...slug%5D/page-79e0c9b528a62f8b.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/ac3decd5d6736fbe.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":{"184":{"*":{"id":"86140","name":"*","chunks":[],"async":false}},"507":{"*":{"id":"19089","name":"*","chunks":[],"async":false}},"803":{"*":{"id":"13656","name":"*","chunks":[],"async":false}},"1139":{"*":{"id":"93208","name":"*","chunks":[],"async":false}},"1494":{"*":{"id":"1598","name":"*","chunks":[],"async":false}},"1769":{"*":{"id":"35360","name":"*","chunks":[],"async":false}},"1875":{"*":{"id":"94162","name":"*","chunks":[],"async":false}},"3566":{"*":{"id":"89426","name":"*","chunks":[],"async":false}},"3726":{"*":{"id":"95346","name":"*","chunks":[],"async":false}},"3902":{"*":{"id":"48796","name":"*","chunks":[],"async":false}},"5254":{"*":{"id":"33292","name":"*","chunks":[],"async":false}},"6484":{"*":{"id":"14376","name":"*","chunks":[],"async":false}},"7437":{"*":{"id":"92905","name":"*","chunks":[],"async":false}},"7608":{"*":{"id":"6737","name":"*","chunks":[],"async":false}},"7920":{"*":{"id":"77706","name":"*","chunks":[],"async":false}},"8271":{"*":{"id":"94033","name":"*","chunks":[],"async":false}},"8356":{"*":{"id":"98681","name":"*","chunks":[],"async":false}},"8379":{"*":{"id":"37401","name":"*","chunks":[],"async":false}},"8814":{"*":{"id":"94167","name":"*","chunks":[],"async":false}},"9567":{"*":{"id":"99609","name":"*","chunks":[],"async":false}},"9681":{"*":{"id":"55821","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"184":{"*":{"id":"41922","name":"*","chunks":[],"async":false}},"1139":{"*":{"id":"76190","name":"*","chunks":[],"async":false}},"3902":{"*":{"id":"94674","name":"*","chunks":[],"async":false}},"5254":{"*":{"id":"54314","name":"*","chunks":[],"async":false}},"6484":{"*":{"id":"66586","name":"*","chunks":[],"async":false}},"7437":{"*":{"id":"69291","name":"*","chunks":[],"async":false}},"7920":{"*":{"id":"87440","name":"*","chunks":[],"async":false}},"8271":{"*":{"id":"61175","name":"*","chunks":[],"async":false}},"9567":{"*":{"id":"59723","name":"*","chunks":[],"async":false}},"9681":{"*":{"id":"34047","name":"*","chunks":[],"async":false}}}}
|