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.
Files changed (166) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/cli/index.d.mts +1 -0
  3. package/dist/cli/index.d.ts +1 -0
  4. package/dist/cli/index.js +2785 -0
  5. package/dist/cli/index.mjs +1 -1
  6. package/dist/index.d.mts +20 -0
  7. package/dist/index.d.ts +20 -0
  8. package/dist/index.js +1407 -0
  9. package/dist/index.mjs +21 -0
  10. package/dist/package/index.d.mts +33 -0
  11. package/dist/package/index.d.ts +33 -0
  12. package/dist/package/index.js +62 -0
  13. package/dist/package/index.mjs +7 -0
  14. package/dist/preview/.next/BUILD_ID +1 -1
  15. package/dist/preview/.next/app-build-manifest.json +10 -10
  16. package/dist/preview/.next/app-path-routes-manifest.json +1 -1
  17. package/dist/preview/.next/build-manifest.json +3 -3
  18. package/dist/preview/.next/next-minimal-server.js.nft.json +1 -1
  19. package/dist/preview/.next/next-server.js.nft.json +1 -1
  20. package/dist/preview/.next/prerender-manifest.json +3 -3
  21. package/dist/preview/.next/required-server-files.json +4 -4
  22. package/dist/preview/.next/server/app/_not-found/page.js +1 -1
  23. package/dist/preview/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  24. package/dist/preview/.next/server/app/favicon.ico/route.js +1 -1
  25. package/dist/preview/.next/server/app/page.js +1 -1
  26. package/dist/preview/.next/server/app/page.js.nft.json +1 -1
  27. package/dist/preview/.next/server/app/page_client-reference-manifest.js +1 -1
  28. package/dist/preview/.next/server/app/preview/[...slug]/page.js +17 -17
  29. package/dist/preview/.next/server/app/preview/[...slug]/page.js.nft.json +1 -1
  30. package/dist/preview/.next/server/app/preview/[...slug]/page_client-reference-manifest.js +1 -1
  31. package/dist/preview/.next/server/app-paths-manifest.json +1 -1
  32. package/dist/preview/.next/server/chunks/235.js +4 -4
  33. package/dist/preview/.next/server/chunks/275.js +1 -0
  34. package/dist/preview/.next/server/middleware-build-manifest.js +1 -1
  35. package/dist/preview/.next/server/next-font-manifest.js +1 -1
  36. package/dist/preview/.next/server/next-font-manifest.json +1 -1
  37. package/dist/preview/.next/server/pages/500.html +1 -1
  38. package/dist/preview/.next/server/server-reference-manifest.js +1 -1
  39. package/dist/preview/.next/server/server-reference-manifest.json +1 -1
  40. package/dist/preview/.next/static/chunks/484-e38a627386aae911.js +1 -0
  41. package/dist/preview/.next/static/chunks/app/{layout-cbdfc1cdce865f70.js → layout-269b5cbd8f4cd2e3.js} +1 -1
  42. package/dist/preview/.next/static/chunks/app/page-2dbfb5b2dc4b1191.js +1 -0
  43. package/dist/preview/.next/static/chunks/app/preview/[...slug]/page-79e0c9b528a62f8b.js +1 -0
  44. package/dist/preview/.next/static/chunks/main-app-976577a424e11c75.js +1 -0
  45. package/dist/preview/.next/static/css/ac3decd5d6736fbe.css +3 -0
  46. package/dist/preview/.next/static/media/8e9860b6e62d6359-s.woff2 +0 -0
  47. package/dist/preview/.next/static/media/e4af272ccee01ff0-s.p.woff2 +0 -0
  48. package/dist/preview/.next/trace +27 -27
  49. package/dist/preview/.next/types/app/layout.ts +1 -1
  50. package/dist/preview/.next/types/app/page.ts +1 -1
  51. package/dist/preview/.next/types/app/preview/[...slug]/page.ts +1 -1
  52. package/package.json +1 -1
  53. package/src/app/layout.tsx +8 -10
  54. package/src/commands/testing/out/notifications/yelp-recent-login.html +1 -1
  55. package/src/commands/testing/out/reset-password/twitch-reset-password.html +1 -1
  56. package/src/components/shell.tsx +4 -1
  57. package/src/components/sidebar/sidebar.tsx +1 -1
  58. package/src/components/toolbar/spam-assassin.tsx +1 -1
  59. package/src/components/toolbar.tsx +1 -1
  60. package/src/package/body/dist/index.d.mts +6 -0
  61. package/src/package/body/dist/index.d.ts +6 -0
  62. package/src/package/body/dist/index.js +79 -0
  63. package/src/package/body/dist/index.mjs +45 -0
  64. package/src/package/button/dist/index.d.mts +6 -0
  65. package/src/package/button/dist/index.d.ts +6 -0
  66. package/src/package/button/dist/index.js +252 -0
  67. package/src/package/button/dist/index.mjs +218 -0
  68. package/src/package/code-block/dist/index.d.mts +4906 -0
  69. package/src/package/code-block/dist/index.d.ts +4906 -0
  70. package/src/package/code-block/dist/index.js +18205 -0
  71. package/src/package/code-block/dist/index.mjs +18133 -0
  72. package/src/package/code-inline/dist/index.d.mts +11 -0
  73. package/src/package/code-inline/dist/index.d.ts +11 -0
  74. package/src/package/code-inline/dist/index.js +106 -0
  75. package/src/package/code-inline/dist/index.mjs +72 -0
  76. package/src/package/column/dist/index.d.mts +6 -0
  77. package/src/package/column/dist/index.d.ts +6 -0
  78. package/src/package/column/dist/index.js +79 -0
  79. package/src/package/column/dist/index.mjs +45 -0
  80. package/src/package/components/dist/index.d.mts +20 -0
  81. package/src/package/components/dist/index.d.ts +20 -0
  82. package/src/package/components/dist/index.js +62 -0
  83. package/src/package/components/dist/index.mjs +21 -0
  84. package/src/package/container/dist/index.d.mts +6 -0
  85. package/src/package/container/dist/index.d.ts +6 -0
  86. package/src/package/container/dist/index.js +93 -0
  87. package/src/package/container/dist/index.mjs +59 -0
  88. package/src/package/font/dist/index.d.mts +25 -0
  89. package/src/package/font/dist/index.d.ts +25 -0
  90. package/src/package/font/dist/index.js +55 -0
  91. package/src/package/font/dist/index.mjs +28 -0
  92. package/src/package/head/dist/index.d.mts +6 -0
  93. package/src/package/head/dist/index.d.ts +6 -0
  94. package/src/package/head/dist/index.js +83 -0
  95. package/src/package/head/dist/index.mjs +49 -0
  96. package/src/package/heading/dist/index.d.mts +43 -0
  97. package/src/package/heading/dist/index.d.ts +43 -0
  98. package/src/package/heading/dist/index.js +113 -0
  99. package/src/package/heading/dist/index.mjs +79 -0
  100. package/src/package/hr/dist/index.d.mts +6 -0
  101. package/src/package/hr/dist/index.d.ts +6 -0
  102. package/src/package/hr/dist/index.js +89 -0
  103. package/src/package/hr/dist/index.mjs +55 -0
  104. package/src/package/html/dist/index.d.mts +6 -0
  105. package/src/package/html/dist/index.d.ts +6 -0
  106. package/src/package/html/dist/index.js +79 -0
  107. package/src/package/html/dist/index.mjs +45 -0
  108. package/src/package/img/dist/index.d.mts +6 -0
  109. package/src/package/img/dist/index.d.ts +6 -0
  110. package/src/package/img/dist/index.js +94 -0
  111. package/src/package/img/dist/index.mjs +60 -0
  112. package/src/package/link/dist/index.d.mts +6 -0
  113. package/src/package/link/dist/index.d.ts +6 -0
  114. package/src/package/link/dist/index.js +90 -0
  115. package/src/package/link/dist/index.mjs +56 -0
  116. package/src/package/markdown/dist/index.d.mts +15 -0
  117. package/src/package/markdown/dist/index.d.ts +15 -0
  118. package/src/package/markdown/dist/index.js +92 -0
  119. package/src/package/markdown/dist/index.mjs +58 -0
  120. package/src/package/preview/dist/index.d.mts +12 -0
  121. package/src/package/preview/dist/index.d.ts +12 -0
  122. package/src/package/preview/dist/index.js +108 -0
  123. package/src/package/preview/dist/index.mjs +73 -0
  124. package/src/package/render/dist/browser/index.d.mts +24 -0
  125. package/src/package/render/dist/browser/index.d.ts +24 -0
  126. package/src/package/render/dist/browser/index.js +250 -0
  127. package/src/package/render/dist/browser/index.mjs +214 -0
  128. package/src/package/render/dist/index.d.mts +23 -0
  129. package/src/package/render/dist/index.d.ts +23 -0
  130. package/src/package/render/dist/index.js +768 -0
  131. package/src/package/render/dist/index.mjs +733 -0
  132. package/src/package/render/dist/node/index.d.mts +27 -0
  133. package/src/package/render/dist/node/index.d.ts +27 -0
  134. package/src/package/render/dist/node/index.js +212 -0
  135. package/src/package/render/dist/node/index.mjs +176 -0
  136. package/src/package/row/dist/index.d.mts +10 -0
  137. package/src/package/row/dist/index.d.ts +10 -0
  138. package/src/package/row/dist/index.js +93 -0
  139. package/src/package/row/dist/index.mjs +59 -0
  140. package/src/package/section/dist/index.d.mts +6 -0
  141. package/src/package/section/dist/index.d.ts +6 -0
  142. package/src/package/section/dist/index.js +93 -0
  143. package/src/package/section/dist/index.mjs +59 -0
  144. package/src/package/tailwind/dist/index.d.ts +19 -0
  145. package/src/package/tailwind/dist/index.js +48 -0
  146. package/src/package/tailwind/dist/index.mjs +17167 -0
  147. package/src/package/tailwind/dist/tailwindcss/config.d.ts +376 -0
  148. package/src/package/tailwind/dist/tailwindcss/generated/.gitkeep +0 -0
  149. package/src/package/tailwind/dist/tailwindcss/generated/colors.d.ts +298 -0
  150. package/src/package/tailwind/dist/tailwindcss/generated/corePluginList.d.ts +1 -0
  151. package/src/package/tailwind/dist/tailwindcss/generated/default-theme.d.ts +397 -0
  152. package/src/package/tailwind/dist/tailwindcss/index.d.ts +11 -0
  153. package/src/package/text/dist/index.d.mts +6 -0
  154. package/src/package/text/dist/index.d.ts +6 -0
  155. package/src/package/text/dist/index.js +89 -0
  156. package/src/package/text/dist/index.mjs +55 -0
  157. package/dist/preview/.next/server/chunks/634.js +0 -1
  158. package/dist/preview/.next/static/chunks/484-962c5c33e02a8f74.js +0 -1
  159. package/dist/preview/.next/static/chunks/app/page-ed77f0af99f8ff62.js +0 -1
  160. package/dist/preview/.next/static/chunks/app/preview/[...slug]/page-677d0276e78ce644.js +0 -1
  161. package/dist/preview/.next/static/chunks/main-app-5bc2d814f500db60.js +0 -1
  162. package/dist/preview/.next/static/css/6f42d128f111d7fa.css +0 -3
  163. package/dist/preview/.next/static/media/6d93bde91c0c2823-s.woff2 +0 -0
  164. package/dist/preview/.next/static/media/a34f9d1faa5f3315-s.p.woff2 +0 -0
  165. /package/dist/preview/.next/static/{buxMzUckvYONJstUiLteh → yxjkw7Y7HRLmRWkl3S43z}/_buildManifest.js +0 -0
  166. /package/dist/preview/.next/static/{buxMzUckvYONJstUiLteh → yxjkw7Y7HRLmRWkl3S43z}/_ssgManifest.js +0 -0
@@ -6,7 +6,7 @@ import { program } from "commander";
6
6
  // package.json
7
7
  var package_default = {
8
8
  name: "react-email",
9
- version: "4.0.14",
9
+ version: "4.0.16",
10
10
  description: "A live preview of your emails right in your browser.",
11
11
  bin: {
12
12
  email: "./dist/cli/index.mjs"
@@ -0,0 +1,20 @@
1
+ export * from '@react-email/body';
2
+ export * from '@react-email/button';
3
+ export * from '@react-email/code-block';
4
+ export * from '@react-email/code-inline';
5
+ export * from '@react-email/column';
6
+ export * from '@react-email/container';
7
+ export * from '@react-email/font';
8
+ export * from '@react-email/head';
9
+ export * from '@react-email/heading';
10
+ export * from '@react-email/hr';
11
+ export * from '@react-email/html';
12
+ export * from '@react-email/img';
13
+ export * from '@react-email/link';
14
+ export * from '@react-email/markdown';
15
+ export * from '@react-email/preview';
16
+ export * from '@react-email/render';
17
+ export * from '@react-email/row';
18
+ export * from '@react-email/section';
19
+ export * from '@react-email/tailwind';
20
+ export * from '@react-email/text';
@@ -0,0 +1,20 @@
1
+ export * from '@react-email/body';
2
+ export * from '@react-email/button';
3
+ export * from '@react-email/code-block';
4
+ export * from '@react-email/code-inline';
5
+ export * from '@react-email/column';
6
+ export * from '@react-email/container';
7
+ export * from '@react-email/font';
8
+ export * from '@react-email/head';
9
+ export * from '@react-email/heading';
10
+ export * from '@react-email/hr';
11
+ export * from '@react-email/html';
12
+ export * from '@react-email/img';
13
+ export * from '@react-email/link';
14
+ export * from '@react-email/markdown';
15
+ export * from '@react-email/preview';
16
+ export * from '@react-email/render';
17
+ export * from '@react-email/row';
18
+ export * from '@react-email/section';
19
+ export * from '@react-email/tailwind';
20
+ export * from '@react-email/text';