react-email 4.0.16 → 4.1.0-canary.10

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 (470) hide show
  1. package/CHANGELOG.md +65 -0
  2. package/dev/index.js +40 -0
  3. package/dev/package.json +13 -0
  4. package/dist/index.js +1 -1
  5. package/package.json +13 -46
  6. package/readme.md +16 -0
  7. package/src/commands/build.ts +306 -0
  8. package/src/commands/dev.ts +27 -0
  9. package/src/commands/export.ts +204 -0
  10. package/src/commands/start.ts +38 -0
  11. package/src/index.ts +55 -0
  12. package/src/utils/__snapshots__/tree.spec.ts.snap +27 -0
  13. package/src/utils/esbuild/renderring-utilities-exporter.ts +1 -1
  14. package/src/utils/get-emails-directory-metadata.spec.ts +1 -1
  15. package/src/utils/get-preview-server-location.ts +51 -0
  16. package/src/utils/index.ts +2 -6
  17. package/src/utils/packageJson.ts +4 -0
  18. package/src/utils/preview/get-env-variables-for-preview-app.ts +14 -0
  19. package/src/utils/preview/hot-reloading/create-dependency-graph.spec.ts +284 -0
  20. package/src/utils/preview/hot-reloading/create-dependency-graph.ts +321 -0
  21. package/src/utils/preview/hot-reloading/get-imported-modules.spec.ts +151 -0
  22. package/src/utils/preview/hot-reloading/get-imported-modules.ts +49 -0
  23. package/src/utils/preview/hot-reloading/resolve-path-aliases.spec.ts +11 -0
  24. package/src/utils/preview/hot-reloading/resolve-path-aliases.ts +32 -0
  25. package/src/utils/preview/hot-reloading/setup-hot-reloading.ts +121 -0
  26. package/src/utils/preview/hot-reloading/test/tsconfig.json +8 -0
  27. package/src/utils/preview/index.ts +2 -0
  28. package/src/utils/preview/serve-static-file.ts +51 -0
  29. package/src/utils/preview/start-dev-server.ts +234 -0
  30. package/src/utils/tree.spec.ts +5 -0
  31. package/src/utils/tree.ts +76 -0
  32. package/src/utils/types/hot-reload-change.ts +1 -1
  33. package/src/utils/types/hot-reload-event.ts +1 -1
  34. package/tsconfig.json +4 -10
  35. package/dist/cli/index.d.mts +0 -1
  36. package/dist/cli/index.d.ts +0 -1
  37. package/dist/cli/index.js +0 -2785
  38. package/dist/cli/index.mjs +0 -1361
  39. package/dist/index.d.mts +0 -20
  40. package/dist/index.d.ts +0 -20
  41. package/dist/index.mjs +0 -21
  42. package/dist/package/index.d.mts +0 -33
  43. package/dist/package/index.d.ts +0 -33
  44. package/dist/package/index.js +0 -62
  45. package/dist/package/index.mjs +0 -7
  46. package/dist/preview/.next/BUILD_ID +0 -1
  47. package/dist/preview/.next/app-build-manifest.json +0 -44
  48. package/dist/preview/.next/app-path-routes-manifest.json +0 -6
  49. package/dist/preview/.next/build-manifest.json +0 -33
  50. package/dist/preview/.next/diagnostics/build-diagnostics.json +0 -6
  51. package/dist/preview/.next/diagnostics/framework.json +0 -1
  52. package/dist/preview/.next/export-marker.json +0 -6
  53. package/dist/preview/.next/images-manifest.json +0 -57
  54. package/dist/preview/.next/next-minimal-server.js.nft.json +0 -1
  55. package/dist/preview/.next/next-server.js.nft.json +0 -1
  56. package/dist/preview/.next/package.json +0 -1
  57. package/dist/preview/.next/prerender-manifest.json +0 -41
  58. package/dist/preview/.next/react-loadable-manifest.json +0 -1
  59. package/dist/preview/.next/required-server-files.json +0 -311
  60. package/dist/preview/.next/routes-manifest.json +0 -64
  61. package/dist/preview/.next/server/app/_not-found/page.js +0 -1
  62. package/dist/preview/.next/server/app/_not-found/page.js.nft.json +0 -1
  63. package/dist/preview/.next/server/app/_not-found/page_client-reference-manifest.js +0 -1
  64. package/dist/preview/.next/server/app/favicon.ico/route.js +0 -1
  65. package/dist/preview/.next/server/app/favicon.ico/route.js.nft.json +0 -1
  66. package/dist/preview/.next/server/app/favicon.ico.body +0 -0
  67. package/dist/preview/.next/server/app/favicon.ico.meta +0 -1
  68. package/dist/preview/.next/server/app/page.js +0 -1
  69. package/dist/preview/.next/server/app/page.js.nft.json +0 -1
  70. package/dist/preview/.next/server/app/page_client-reference-manifest.js +0 -1
  71. package/dist/preview/.next/server/app/preview/[...slug]/page.js +0 -321
  72. package/dist/preview/.next/server/app/preview/[...slug]/page.js.nft.json +0 -1
  73. package/dist/preview/.next/server/app/preview/[...slug]/page_client-reference-manifest.js +0 -1
  74. package/dist/preview/.next/server/app-paths-manifest.json +0 -6
  75. package/dist/preview/.next/server/chunks/134.js +0 -6
  76. package/dist/preview/.next/server/chunks/235.js +0 -15
  77. package/dist/preview/.next/server/chunks/275.js +0 -1
  78. package/dist/preview/.next/server/chunks/343.js +0 -20
  79. package/dist/preview/.next/server/chunks/428.js +0 -14
  80. package/dist/preview/.next/server/chunks/963.js +0 -1
  81. package/dist/preview/.next/server/functions-config-manifest.json +0 -4
  82. package/dist/preview/.next/server/interception-route-rewrite-manifest.js +0 -1
  83. package/dist/preview/.next/server/middleware-build-manifest.js +0 -1
  84. package/dist/preview/.next/server/middleware-manifest.json +0 -6
  85. package/dist/preview/.next/server/middleware-react-loadable-manifest.js +0 -1
  86. package/dist/preview/.next/server/next-font-manifest.js +0 -1
  87. package/dist/preview/.next/server/next-font-manifest.json +0 -1
  88. package/dist/preview/.next/server/pages/500.html +0 -1
  89. package/dist/preview/.next/server/pages/_app.js +0 -1
  90. package/dist/preview/.next/server/pages/_app.js.nft.json +0 -1
  91. package/dist/preview/.next/server/pages/_document.js +0 -1
  92. package/dist/preview/.next/server/pages/_document.js.nft.json +0 -1
  93. package/dist/preview/.next/server/pages/_error.js +0 -1
  94. package/dist/preview/.next/server/pages/_error.js.nft.json +0 -1
  95. package/dist/preview/.next/server/pages-manifest.json +0 -5
  96. package/dist/preview/.next/server/server-reference-manifest.js +0 -1
  97. package/dist/preview/.next/server/server-reference-manifest.json +0 -1
  98. package/dist/preview/.next/server/webpack-runtime.js +0 -1
  99. package/dist/preview/.next/static/chunks/107-3043079e7cb8bcae.js +0 -1
  100. package/dist/preview/.next/static/chunks/293-297b1eb2241f9a70.js +0 -1
  101. package/dist/preview/.next/static/chunks/3bd82e28-cda2c00a924937c5.js +0 -1
  102. package/dist/preview/.next/static/chunks/45-1021fac82f766268.js +0 -1
  103. package/dist/preview/.next/static/chunks/484-e38a627386aae911.js +0 -1
  104. package/dist/preview/.next/static/chunks/589-817d8691661d370e.js +0 -1
  105. package/dist/preview/.next/static/chunks/902-c34acb56733e0ce1.js +0 -1
  106. package/dist/preview/.next/static/chunks/app/_not-found/page-4cbc7dce3ad33336.js +0 -1
  107. package/dist/preview/.next/static/chunks/app/layout-269b5cbd8f4cd2e3.js +0 -1
  108. package/dist/preview/.next/static/chunks/app/page-2dbfb5b2dc4b1191.js +0 -1
  109. package/dist/preview/.next/static/chunks/app/preview/[...slug]/page-79e0c9b528a62f8b.js +0 -1
  110. package/dist/preview/.next/static/chunks/f33a14d2-ec7c5f0b91818561.js +0 -6
  111. package/dist/preview/.next/static/chunks/framework-b887e9fc751a9906.js +0 -1
  112. package/dist/preview/.next/static/chunks/main-9a03e7ba8acb1900.js +0 -1
  113. package/dist/preview/.next/static/chunks/main-app-976577a424e11c75.js +0 -1
  114. package/dist/preview/.next/static/chunks/pages/_app-542a93a5a214e1c0.js +0 -1
  115. package/dist/preview/.next/static/chunks/pages/_error-d5fe1b1612642f76.js +0 -1
  116. package/dist/preview/.next/static/chunks/polyfills-42372ed130431b0a.js +0 -1
  117. package/dist/preview/.next/static/chunks/webpack-31c45daa2bd82a7b.js +0 -1
  118. package/dist/preview/.next/static/css/ac3decd5d6736fbe.css +0 -3
  119. package/dist/preview/.next/static/media/05613964ce6c782e-s.p.otf +0 -0
  120. package/dist/preview/.next/static/media/11c6126b9369e85e-s.p.otf +0 -0
  121. package/dist/preview/.next/static/media/26a46d62cd723877-s.woff2 +0 -0
  122. package/dist/preview/.next/static/media/26cb97734d8cb717-s.p.otf +0 -0
  123. package/dist/preview/.next/static/media/55c55f0601d81cf3-s.woff2 +0 -0
  124. package/dist/preview/.next/static/media/581909926a08bbc8-s.woff2 +0 -0
  125. package/dist/preview/.next/static/media/8e9860b6e62d6359-s.woff2 +0 -0
  126. package/dist/preview/.next/static/media/97e0cb1ae144a2a9-s.woff2 +0 -0
  127. package/dist/preview/.next/static/media/bb6462617151f6b7-s.p.otf +0 -0
  128. package/dist/preview/.next/static/media/cf6daef822ab0142-s.p.otf +0 -0
  129. package/dist/preview/.next/static/media/df0a9ae256c0569c-s.woff2 +0 -0
  130. package/dist/preview/.next/static/media/e4051546b3043204-s.p.otf +0 -0
  131. package/dist/preview/.next/static/media/e4af272ccee01ff0-s.p.woff2 +0 -0
  132. package/dist/preview/.next/static/media/logo.2ce2a759.png +0 -0
  133. package/dist/preview/.next/static/yxjkw7Y7HRLmRWkl3S43z/_buildManifest.js +0 -1
  134. package/dist/preview/.next/static/yxjkw7Y7HRLmRWkl3S43z/_ssgManifest.js +0 -1
  135. package/dist/preview/.next/trace +0 -27
  136. package/dist/preview/.next/types/app/layout.ts +0 -84
  137. package/dist/preview/.next/types/app/page.ts +0 -84
  138. package/dist/preview/.next/types/app/preview/[...slug]/page.ts +0 -84
  139. package/dist/preview/.next/types/cache-life.d.ts +0 -141
  140. package/dist/preview/.next/types/package.json +0 -1
  141. package/module-punycode.d.ts +0 -3
  142. package/next-env.d.ts +0 -5
  143. package/next.config.js +0 -22
  144. package/postcss.config.js +0 -8
  145. package/scripts/build-preview-server.mjs +0 -33
  146. package/scripts/fill-caniemail-data.mjs +0 -36
  147. package/src/actions/email-validation/caniemail-data.ts +0 -85993
  148. package/src/actions/email-validation/check-compatibility.ts +0 -333
  149. package/src/actions/email-validation/check-images.spec.tsx +0 -100
  150. package/src/actions/email-validation/check-images.ts +0 -160
  151. package/src/actions/email-validation/check-links.spec.tsx +0 -113
  152. package/src/actions/email-validation/check-links.ts +0 -113
  153. package/src/actions/email-validation/get-code-location-from-ast-element.ts +0 -18
  154. package/src/actions/email-validation/quick-fetch.ts +0 -14
  155. package/src/actions/get-email-path-from-slug.ts +0 -32
  156. package/src/actions/get-emails-directory-metadata-action.ts +0 -19
  157. package/src/actions/render-email-by-path.tsx +0 -121
  158. package/src/animated-icons-data/help.json +0 -1082
  159. package/src/animated-icons-data/link.json +0 -1309
  160. package/src/animated-icons-data/load.json +0 -443
  161. package/src/animated-icons-data/mail.json +0 -1320
  162. package/src/app/env.ts +0 -15
  163. package/src/app/favicon.ico +0 -0
  164. package/src/app/fonts/SFMono/SFMonoBold.otf +0 -0
  165. package/src/app/fonts/SFMono/SFMonoBoldItalic.otf +0 -0
  166. package/src/app/fonts/SFMono/SFMonoHeavy.otf +0 -0
  167. package/src/app/fonts/SFMono/SFMonoHeavyItalic.otf +0 -0
  168. package/src/app/fonts/SFMono/SFMonoLight.otf +0 -0
  169. package/src/app/fonts/SFMono/SFMonoLightItalic.otf +0 -0
  170. package/src/app/fonts/SFMono/SFMonoMedium.otf +0 -0
  171. package/src/app/fonts/SFMono/SFMonoMediumItalic.otf +0 -0
  172. package/src/app/fonts/SFMono/SFMonoRegular.otf +0 -0
  173. package/src/app/fonts/SFMono/SFMonoRegularItalic.otf +0 -0
  174. package/src/app/fonts/SFMono/SFMonoSemibold.otf +0 -0
  175. package/src/app/fonts/SFMono/SFMonoSemiboldItalic.otf +0 -0
  176. package/src/app/fonts.ts +0 -39
  177. package/src/app/globals.css +0 -15
  178. package/src/app/layout.tsx +0 -43
  179. package/src/app/logo.png +0 -0
  180. package/src/app/page.tsx +0 -46
  181. package/src/app/preview/[...slug]/page.tsx +0 -157
  182. package/src/app/preview/[...slug]/preview.tsx +0 -216
  183. package/src/app/preview/[...slug]/rendering-error.tsx +0 -40
  184. package/src/commands/testing/out/magic-links/aws-verify-email.html +0 -165
  185. package/src/commands/testing/out/magic-links/linear-login-code.html +0 -90
  186. package/src/commands/testing/out/magic-links/notion-magic-link.html +0 -76
  187. package/src/commands/testing/out/magic-links/plaid-verify-identity.html +0 -78
  188. package/src/commands/testing/out/magic-links/raycast-magic-link.html +0 -91
  189. package/src/commands/testing/out/magic-links/slack-confirm.html +0 -240
  190. package/src/commands/testing/out/newsletters/codepen-challengers.html +0 -548
  191. package/src/commands/testing/out/newsletters/google-play-policy-update.html +0 -339
  192. package/src/commands/testing/out/newsletters/stack-overflow-tips.html +0 -231
  193. package/src/commands/testing/out/notifications/github-access-token.html +0 -104
  194. package/src/commands/testing/out/notifications/papermark-year-in-review.html +0 -317
  195. package/src/commands/testing/out/notifications/vercel-invite-user.html +0 -171
  196. package/src/commands/testing/out/notifications/yelp-recent-login.html +0 -195
  197. package/src/commands/testing/out/receipts/apple-receipt.html +0 -677
  198. package/src/commands/testing/out/receipts/nike-receipt.html +0 -724
  199. package/src/commands/testing/out/reset-password/dropbox-reset-password.html +0 -98
  200. package/src/commands/testing/out/reset-password/twitch-reset-password.html +0 -220
  201. package/src/commands/testing/out/reviews/airbnb-review.html +0 -206
  202. package/src/commands/testing/out/reviews/amazon-review.html +0 -356
  203. package/src/commands/testing/out/static/airbnb-logo.png +0 -0
  204. package/src/commands/testing/out/static/airbnb-review-user.jpg +0 -0
  205. package/src/commands/testing/out/static/amazon-book.jpg +0 -0
  206. package/src/commands/testing/out/static/amazon-facebook.jpg +0 -0
  207. package/src/commands/testing/out/static/amazon-instagram.jpg +0 -0
  208. package/src/commands/testing/out/static/amazon-logo.png +0 -0
  209. package/src/commands/testing/out/static/amazon-prime-logo.png +0 -0
  210. package/src/commands/testing/out/static/amazon-rating.gif +0 -0
  211. package/src/commands/testing/out/static/amazon-twitter.jpg +0 -0
  212. package/src/commands/testing/out/static/apple-card-icon.png +0 -0
  213. package/src/commands/testing/out/static/apple-hbo-max-icon.jpeg +0 -0
  214. package/src/commands/testing/out/static/apple-logo.png +0 -0
  215. package/src/commands/testing/out/static/apple-wallet.png +0 -0
  216. package/src/commands/testing/out/static/aws-logo.png +0 -0
  217. package/src/commands/testing/out/static/codepen-challengers.png +0 -0
  218. package/src/commands/testing/out/static/codepen-cube.png +0 -0
  219. package/src/commands/testing/out/static/codepen-pro.png +0 -0
  220. package/src/commands/testing/out/static/dropbox-logo.png +0 -0
  221. package/src/commands/testing/out/static/github.png +0 -0
  222. package/src/commands/testing/out/static/google-play-academy.png +0 -0
  223. package/src/commands/testing/out/static/google-play-chat.png +0 -0
  224. package/src/commands/testing/out/static/google-play-footer.png +0 -0
  225. package/src/commands/testing/out/static/google-play-header.png +0 -0
  226. package/src/commands/testing/out/static/google-play-icon.png +0 -0
  227. package/src/commands/testing/out/static/google-play-logo.png +0 -0
  228. package/src/commands/testing/out/static/google-play-pl.png +0 -0
  229. package/src/commands/testing/out/static/google-play.png +0 -0
  230. package/src/commands/testing/out/static/koala-logo.png +0 -0
  231. package/src/commands/testing/out/static/linear-logo.png +0 -0
  232. package/src/commands/testing/out/static/netlify-logo.png +0 -0
  233. package/src/commands/testing/out/static/nike-logo.png +0 -0
  234. package/src/commands/testing/out/static/nike-phone.png +0 -0
  235. package/src/commands/testing/out/static/nike-product.png +0 -0
  236. package/src/commands/testing/out/static/nike-recomendation-1.png +0 -0
  237. package/src/commands/testing/out/static/nike-recomendation-2.png +0 -0
  238. package/src/commands/testing/out/static/nike-recomendation-3.png +0 -0
  239. package/src/commands/testing/out/static/nike-recomendation-4.png +0 -0
  240. package/src/commands/testing/out/static/notion-logo.png +0 -0
  241. package/src/commands/testing/out/static/plaid-logo.png +0 -0
  242. package/src/commands/testing/out/static/raycast-bg.png +0 -0
  243. package/src/commands/testing/out/static/raycast-logo.png +0 -0
  244. package/src/commands/testing/out/static/slack-facebook.png +0 -0
  245. package/src/commands/testing/out/static/slack-linkedin.png +0 -0
  246. package/src/commands/testing/out/static/slack-logo.png +0 -0
  247. package/src/commands/testing/out/static/slack-twitter.png +0 -0
  248. package/src/commands/testing/out/static/stack-overflow-header.png +0 -0
  249. package/src/commands/testing/out/static/stack-overflow-logo-sm.png +0 -0
  250. package/src/commands/testing/out/static/stack-overflow-logo.png +0 -0
  251. package/src/commands/testing/out/static/stripe-logo.png +0 -0
  252. package/src/commands/testing/out/static/twitch-icon-facebook.png +0 -0
  253. package/src/commands/testing/out/static/twitch-icon-twitter.png +0 -0
  254. package/src/commands/testing/out/static/twitch-logo.png +0 -0
  255. package/src/commands/testing/out/static/vercel-arrow.png +0 -0
  256. package/src/commands/testing/out/static/vercel-logo.png +0 -0
  257. package/src/commands/testing/out/static/vercel-team.png +0 -0
  258. package/src/commands/testing/out/static/vercel-user.png +0 -0
  259. package/src/commands/testing/out/static/yelp-footer.png +0 -0
  260. package/src/commands/testing/out/static/yelp-header.png +0 -0
  261. package/src/commands/testing/out/static/yelp-logo.png +0 -0
  262. package/src/commands/testing/out/welcome/koala-welcome.html +0 -90
  263. package/src/commands/testing/out/welcome/netlify-welcome.html +0 -199
  264. package/src/commands/testing/out/welcome/stripe-welcome.html +0 -153
  265. package/src/components/button.tsx +0 -101
  266. package/src/components/code-container.tsx +0 -164
  267. package/src/components/code-snippet.tsx +0 -9
  268. package/src/components/code.tsx +0 -184
  269. package/src/components/heading.tsx +0 -113
  270. package/src/components/icons/icon-arrow-down.tsx +0 -16
  271. package/src/components/icons/icon-base.tsx +0 -26
  272. package/src/components/icons/icon-bug.tsx +0 -19
  273. package/src/components/icons/icon-button.tsx +0 -23
  274. package/src/components/icons/icon-check.tsx +0 -19
  275. package/src/components/icons/icon-clipboard.tsx +0 -40
  276. package/src/components/icons/icon-download.tsx +0 -19
  277. package/src/components/icons/icon-email.tsx +0 -18
  278. package/src/components/icons/icon-file.tsx +0 -19
  279. package/src/components/icons/icon-folder-open.tsx +0 -19
  280. package/src/components/icons/icon-folder.tsx +0 -18
  281. package/src/components/icons/icon-hide-sidebar.tsx +0 -23
  282. package/src/components/icons/icon-image.tsx +0 -19
  283. package/src/components/icons/icon-info.tsx +0 -18
  284. package/src/components/icons/icon-link.tsx +0 -14
  285. package/src/components/icons/icon-monitor.tsx +0 -19
  286. package/src/components/icons/icon-phone.tsx +0 -26
  287. package/src/components/icons/icon-reload.tsx +0 -18
  288. package/src/components/icons/icon-source.tsx +0 -19
  289. package/src/components/icons/icon-stamp.tsx +0 -14
  290. package/src/components/icons/icon-warning.tsx +0 -31
  291. package/src/components/index.ts +0 -7
  292. package/src/components/logo.tsx +0 -63
  293. package/src/components/resizable-wrapper.tsx +0 -173
  294. package/src/components/send.tsx +0 -134
  295. package/src/components/shell.tsx +0 -95
  296. package/src/components/sidebar/file-tree-directory-children.tsx +0 -134
  297. package/src/components/sidebar/file-tree-directory.tsx +0 -92
  298. package/src/components/sidebar/file-tree.tsx +0 -31
  299. package/src/components/sidebar/index.ts +0 -1
  300. package/src/components/sidebar/sidebar.tsx +0 -43
  301. package/src/components/text.tsx +0 -99
  302. package/src/components/toolbar/checking-results.tsx +0 -150
  303. package/src/components/toolbar/code-preview-line-link.tsx +0 -40
  304. package/src/components/toolbar/compatibility.tsx +0 -113
  305. package/src/components/toolbar/linter.tsx +0 -278
  306. package/src/components/toolbar/results.tsx +0 -51
  307. package/src/components/toolbar/spam-assassin.tsx +0 -155
  308. package/src/components/toolbar/toolbar-button.tsx +0 -52
  309. package/src/components/toolbar/use-cached-state.ts +0 -33
  310. package/src/components/toolbar.tsx +0 -349
  311. package/src/components/tooltip-content.tsx +0 -31
  312. package/src/components/tooltip.tsx +0 -19
  313. package/src/components/topbar/active-view-toggle-group.tsx +0 -86
  314. package/src/components/topbar/view-size-controls.tsx +0 -247
  315. package/src/components/topbar.tsx +0 -59
  316. package/src/contexts/emails.tsx +0 -59
  317. package/src/contexts/fragment-identifier.tsx +0 -48
  318. package/src/contexts/preview.tsx +0 -79
  319. package/src/hooks/use-clamped-state.ts +0 -24
  320. package/src/hooks/use-email-rendering-result.ts +0 -58
  321. package/src/hooks/use-fragment-identifier.ts +0 -14
  322. package/src/hooks/use-hot-reload.ts +0 -31
  323. package/src/hooks/use-icon-animation.ts +0 -41
  324. package/src/hooks/use-rendering-metadata.ts +0 -36
  325. package/src/package/body/dist/index.d.mts +0 -6
  326. package/src/package/body/dist/index.d.ts +0 -6
  327. package/src/package/body/dist/index.js +0 -79
  328. package/src/package/body/dist/index.mjs +0 -45
  329. package/src/package/button/dist/index.d.mts +0 -6
  330. package/src/package/button/dist/index.d.ts +0 -6
  331. package/src/package/button/dist/index.js +0 -252
  332. package/src/package/button/dist/index.mjs +0 -218
  333. package/src/package/code-block/dist/index.d.mts +0 -4906
  334. package/src/package/code-block/dist/index.d.ts +0 -4906
  335. package/src/package/code-block/dist/index.js +0 -18205
  336. package/src/package/code-block/dist/index.mjs +0 -18133
  337. package/src/package/code-inline/dist/index.d.mts +0 -11
  338. package/src/package/code-inline/dist/index.d.ts +0 -11
  339. package/src/package/code-inline/dist/index.js +0 -106
  340. package/src/package/code-inline/dist/index.mjs +0 -72
  341. package/src/package/column/dist/index.d.mts +0 -6
  342. package/src/package/column/dist/index.d.ts +0 -6
  343. package/src/package/column/dist/index.js +0 -79
  344. package/src/package/column/dist/index.mjs +0 -45
  345. package/src/package/components/dist/index.d.mts +0 -20
  346. package/src/package/components/dist/index.d.ts +0 -20
  347. package/src/package/components/dist/index.js +0 -62
  348. package/src/package/components/dist/index.mjs +0 -21
  349. package/src/package/container/dist/index.d.mts +0 -6
  350. package/src/package/container/dist/index.d.ts +0 -6
  351. package/src/package/container/dist/index.js +0 -93
  352. package/src/package/container/dist/index.mjs +0 -59
  353. package/src/package/font/dist/index.d.mts +0 -25
  354. package/src/package/font/dist/index.d.ts +0 -25
  355. package/src/package/font/dist/index.js +0 -55
  356. package/src/package/font/dist/index.mjs +0 -28
  357. package/src/package/head/dist/index.d.mts +0 -6
  358. package/src/package/head/dist/index.d.ts +0 -6
  359. package/src/package/head/dist/index.js +0 -83
  360. package/src/package/head/dist/index.mjs +0 -49
  361. package/src/package/heading/dist/index.d.mts +0 -43
  362. package/src/package/heading/dist/index.d.ts +0 -43
  363. package/src/package/heading/dist/index.js +0 -113
  364. package/src/package/heading/dist/index.mjs +0 -79
  365. package/src/package/hr/dist/index.d.mts +0 -6
  366. package/src/package/hr/dist/index.d.ts +0 -6
  367. package/src/package/hr/dist/index.js +0 -89
  368. package/src/package/hr/dist/index.mjs +0 -55
  369. package/src/package/html/dist/index.d.mts +0 -6
  370. package/src/package/html/dist/index.d.ts +0 -6
  371. package/src/package/html/dist/index.js +0 -79
  372. package/src/package/html/dist/index.mjs +0 -45
  373. package/src/package/img/dist/index.d.mts +0 -6
  374. package/src/package/img/dist/index.d.ts +0 -6
  375. package/src/package/img/dist/index.js +0 -94
  376. package/src/package/img/dist/index.mjs +0 -60
  377. package/src/package/link/dist/index.d.mts +0 -6
  378. package/src/package/link/dist/index.d.ts +0 -6
  379. package/src/package/link/dist/index.js +0 -90
  380. package/src/package/link/dist/index.mjs +0 -56
  381. package/src/package/markdown/dist/index.d.mts +0 -15
  382. package/src/package/markdown/dist/index.d.ts +0 -15
  383. package/src/package/markdown/dist/index.js +0 -92
  384. package/src/package/markdown/dist/index.mjs +0 -58
  385. package/src/package/preview/dist/index.d.mts +0 -12
  386. package/src/package/preview/dist/index.d.ts +0 -12
  387. package/src/package/preview/dist/index.js +0 -108
  388. package/src/package/preview/dist/index.mjs +0 -73
  389. package/src/package/render/dist/browser/index.d.mts +0 -24
  390. package/src/package/render/dist/browser/index.d.ts +0 -24
  391. package/src/package/render/dist/browser/index.js +0 -250
  392. package/src/package/render/dist/browser/index.mjs +0 -214
  393. package/src/package/render/dist/index.d.mts +0 -23
  394. package/src/package/render/dist/index.d.ts +0 -23
  395. package/src/package/render/dist/index.js +0 -768
  396. package/src/package/render/dist/index.mjs +0 -733
  397. package/src/package/render/dist/node/index.d.mts +0 -27
  398. package/src/package/render/dist/node/index.d.ts +0 -27
  399. package/src/package/render/dist/node/index.js +0 -212
  400. package/src/package/render/dist/node/index.mjs +0 -176
  401. package/src/package/row/dist/index.d.mts +0 -10
  402. package/src/package/row/dist/index.d.ts +0 -10
  403. package/src/package/row/dist/index.js +0 -93
  404. package/src/package/row/dist/index.mjs +0 -59
  405. package/src/package/section/dist/index.d.mts +0 -6
  406. package/src/package/section/dist/index.d.ts +0 -6
  407. package/src/package/section/dist/index.js +0 -93
  408. package/src/package/section/dist/index.mjs +0 -59
  409. package/src/package/tailwind/dist/index.d.ts +0 -19
  410. package/src/package/tailwind/dist/index.js +0 -48
  411. package/src/package/tailwind/dist/index.mjs +0 -17167
  412. package/src/package/tailwind/dist/tailwindcss/config.d.ts +0 -376
  413. package/src/package/tailwind/dist/tailwindcss/generated/.gitkeep +0 -0
  414. package/src/package/tailwind/dist/tailwindcss/generated/colors.d.ts +0 -298
  415. package/src/package/tailwind/dist/tailwindcss/generated/corePluginList.d.ts +0 -1
  416. package/src/package/tailwind/dist/tailwindcss/generated/default-theme.d.ts +0 -397
  417. package/src/package/tailwind/dist/tailwindcss/index.d.ts +0 -11
  418. package/src/package/text/dist/index.d.mts +0 -6
  419. package/src/package/text/dist/index.d.ts +0 -6
  420. package/src/package/text/dist/index.js +0 -89
  421. package/src/package/text/dist/index.mjs +0 -55
  422. package/src/utils/__snapshots__/get-email-component.spec.ts.snap +0 -3
  423. package/src/utils/caniemail/all-css-properties.ts +0 -358
  424. package/src/utils/caniemail/ast/__snapshots__/get-object-variables.spec.ts.snap +0 -74
  425. package/src/utils/caniemail/ast/__snapshots__/get-used-style-properties.spec.ts.snap +0 -24
  426. package/src/utils/caniemail/ast/get-object-variables.spec.ts +0 -19
  427. package/src/utils/caniemail/ast/get-object-variables.ts +0 -61
  428. package/src/utils/caniemail/ast/get-used-style-properties.spec.ts +0 -23
  429. package/src/utils/caniemail/ast/get-used-style-properties.ts +0 -91
  430. package/src/utils/caniemail/get-compatibility-stats-for-entry.ts +0 -118
  431. package/src/utils/caniemail/get-css-functions.ts +0 -25
  432. package/src/utils/caniemail/get-css-property-names.ts +0 -32
  433. package/src/utils/caniemail/get-css-property-with-value.ts +0 -14
  434. package/src/utils/caniemail/get-css-unit.ts +0 -3
  435. package/src/utils/caniemail/get-element-attributes.ts +0 -7
  436. package/src/utils/caniemail/get-element-names.ts +0 -20
  437. package/src/utils/caniemail/tailwind/generate-tailwind-rules.ts +0 -30
  438. package/src/utils/caniemail/tailwind/get-tailwind-config.ts +0 -187
  439. package/src/utils/caniemail/tailwind/get-tailwind-metadata.spec.ts +0 -25
  440. package/src/utils/caniemail/tailwind/get-tailwind-metadata.ts +0 -45
  441. package/src/utils/caniemail/tailwind/setup-tailwind-context.ts +0 -15
  442. package/src/utils/cn.ts +0 -6
  443. package/src/utils/constants.ts +0 -6
  444. package/src/utils/contains-email-template.spec.ts +0 -124
  445. package/src/utils/contains-email-template.ts +0 -33
  446. package/src/utils/copy-text-to-clipboard.ts +0 -7
  447. package/src/utils/get-email-component.spec.ts +0 -41
  448. package/src/utils/get-email-component.ts +0 -134
  449. package/src/utils/get-line-and-column-from-offset.spec.ts +0 -11
  450. package/src/utils/get-line-and-column-from-offset.ts +0 -11
  451. package/src/utils/improve-error-with-sourcemap.ts +0 -86
  452. package/src/utils/js-email-detection.spec.ts +0 -24
  453. package/src/utils/language-map.ts +0 -7
  454. package/src/utils/linting.ts +0 -60
  455. package/src/utils/load-stream.ts +0 -15
  456. package/src/utils/result.ts +0 -49
  457. package/src/utils/run-bundled-code.ts +0 -64
  458. package/src/utils/sanitize.ts +0 -6
  459. package/src/utils/static-node-modules-for-vm.ts +0 -93
  460. package/src/utils/testing/js-email-export-default.js +0 -17
  461. package/src/utils/testing/js-email-test.js +0 -18
  462. package/src/utils/testing/mdx-email-test.js +0 -128
  463. package/src/utils/testing/request-response-email.tsx +0 -9
  464. package/src/utils/types/as.ts +0 -26
  465. package/src/utils/types/email-template.ts +0 -8
  466. package/src/utils/types/error-object.ts +0 -11
  467. package/src/utils/unreachable.ts +0 -8
  468. package/tailwind-internals.d.ts +0 -133
  469. package/tailwind.config.ts +0 -99
  470. /package/src/{components/toolbar/results-table.tsx → utils/preview/hot-reloading/test/some-file.ts} +0 -0
@@ -1,733 +0,0 @@
1
- var __defProp = Object.defineProperty;
2
- var __getOwnPropSymbols = Object.getOwnPropertySymbols;
3
- var __hasOwnProp = Object.prototype.hasOwnProperty;
4
- var __propIsEnum = Object.prototype.propertyIsEnumerable;
5
- var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
6
- var __spreadValues = (a, b) => {
7
- for (var prop in b || (b = {}))
8
- if (__hasOwnProp.call(b, prop))
9
- __defNormalProp(a, prop, b[prop]);
10
- if (__getOwnPropSymbols)
11
- for (var prop of __getOwnPropSymbols(b)) {
12
- if (__propIsEnum.call(b, prop))
13
- __defNormalProp(a, prop, b[prop]);
14
- }
15
- return a;
16
- };
17
- var __async = (__this, __arguments, generator) => {
18
- return new Promise((resolve, reject) => {
19
- var fulfilled = (value) => {
20
- try {
21
- step(generator.next(value));
22
- } catch (e) {
23
- reject(e);
24
- }
25
- };
26
- var rejected = (value) => {
27
- try {
28
- step(generator.throw(value));
29
- } catch (e) {
30
- reject(e);
31
- }
32
- };
33
- var step = (x) => x.done ? resolve(x.value) : Promise.resolve(x.value).then(fulfilled, rejected);
34
- step((generator = generator.apply(__this, __arguments)).next());
35
- });
36
- };
37
-
38
- // src/render.tsx
39
- import { convert } from "html-to-text";
40
-
41
- // src/utils/pretty.ts
42
- import { format } from "prettier/standalone";
43
- import html from "prettier/plugins/html";
44
- var defaults = {
45
- endOfLine: "lf",
46
- tabWidth: 2,
47
- plugins: [html],
48
- parser: "html"
49
- };
50
- var pretty = (str, options = {}) => {
51
- return format(str, __spreadValues(__spreadValues({}, defaults), options));
52
- };
53
-
54
- // src/plain-text-selectors.ts
55
- var plainTextSelectors = [
56
- { selector: "img", format: "skip" },
57
- { selector: "#__react-email-preview", format: "skip" },
58
- {
59
- selector: "a",
60
- options: { linkBrackets: false }
61
- }
62
- ];
63
-
64
- // src/renderer/renderer.tsx
65
- import ReactServer from "react-server";
66
-
67
- // src/renderer/escape-html.ts
68
- var matchHtmlRegExp = /["'&<>]/;
69
- function escapeHtml(string) {
70
- const str = "" + string;
71
- const match = matchHtmlRegExp.exec(str);
72
- if (!match) {
73
- return str;
74
- }
75
- let escape;
76
- let html2 = "";
77
- let index;
78
- let lastIndex = 0;
79
- for (index = match.index; index < str.length; index++) {
80
- switch (str.charCodeAt(index)) {
81
- case 34:
82
- escape = "&quot;";
83
- break;
84
- case 38:
85
- escape = "&amp;";
86
- break;
87
- case 39:
88
- escape = "&#x27;";
89
- break;
90
- case 60:
91
- escape = "&lt;";
92
- break;
93
- case 62:
94
- escape = "&gt;";
95
- break;
96
- default:
97
- continue;
98
- }
99
- if (lastIndex !== index) {
100
- html2 += str.slice(lastIndex, index);
101
- }
102
- lastIndex = index + 1;
103
- html2 += escape;
104
- }
105
- return lastIndex !== index ? html2 + str.slice(lastIndex, index) : html2;
106
- }
107
- function escapeTextForBrowser(text) {
108
- if (typeof text === "object")
109
- return JSON.stringify(text);
110
- if (typeof text === "boolean" || typeof text === "number" || typeof text === "bigint") {
111
- return "" + text;
112
- }
113
- return escapeHtml(text);
114
- }
115
-
116
- // src/renderer/attribute-processing/boolean-prop-to-html-attribute.ts
117
- function booleanPropToHtmlAttribute(name, value) {
118
- if (value === true) {
119
- return ` ${name}=""`;
120
- }
121
- return "";
122
- }
123
-
124
- // src/renderer/attribute-processing/get-attribute-alias.ts
125
- var aliases = /* @__PURE__ */ new Map([
126
- ["acceptCharset", "accept-charset"],
127
- ["htmlFor", "for"],
128
- ["httpEquiv", "http-equiv"],
129
- // HTML and SVG attributes, but the SVG attribute is case sensitive.],
130
- ["crossOrigin", "crossorigin"],
131
- // This is a list of all SVG attributes that need special casing.
132
- // Regular attributes that just accept strings.],
133
- ["accentHeight", "accent-height"],
134
- ["alignmentBaseline", "alignment-baseline"],
135
- ["arabicForm", "arabic-form"],
136
- ["baselineShift", "baseline-shift"],
137
- ["capHeight", "cap-height"],
138
- ["clipPath", "clip-path"],
139
- ["clipRule", "clip-rule"],
140
- ["colorInterpolation", "color-interpolation"],
141
- ["colorInterpolationFilters", "color-interpolation-filters"],
142
- ["colorProfile", "color-profile"],
143
- ["colorRendering", "color-rendering"],
144
- ["dominantBaseline", "dominant-baseline"],
145
- ["enableBackground", "enable-background"],
146
- ["fillOpacity", "fill-opacity"],
147
- ["fillRule", "fill-rule"],
148
- ["floodColor", "flood-color"],
149
- ["floodOpacity", "flood-opacity"],
150
- ["fontFamily", "font-family"],
151
- ["fontSize", "font-size"],
152
- ["fontSizeAdjust", "font-size-adjust"],
153
- ["fontStretch", "font-stretch"],
154
- ["fontStyle", "font-style"],
155
- ["fontVariant", "font-variant"],
156
- ["fontWeight", "font-weight"],
157
- ["glyphName", "glyph-name"],
158
- ["glyphOrientationHorizontal", "glyph-orientation-horizontal"],
159
- ["glyphOrientationVertical", "glyph-orientation-vertical"],
160
- ["horizAdvX", "horiz-adv-x"],
161
- ["horizOriginX", "horiz-origin-x"],
162
- ["imageRendering", "image-rendering"],
163
- ["letterSpacing", "letter-spacing"],
164
- ["lightingColor", "lighting-color"],
165
- ["markerEnd", "marker-end"],
166
- ["markerMid", "marker-mid"],
167
- ["markerStart", "marker-start"],
168
- ["overlinePosition", "overline-position"],
169
- ["overlineThickness", "overline-thickness"],
170
- ["paintOrder", "paint-order"],
171
- ["panose-1", "panose-1"],
172
- ["pointerEvents", "pointer-events"],
173
- ["renderingIntent", "rendering-intent"],
174
- ["shapeRendering", "shape-rendering"],
175
- ["stopColor", "stop-color"],
176
- ["stopOpacity", "stop-opacity"],
177
- ["strikethroughPosition", "strikethrough-position"],
178
- ["strikethroughThickness", "strikethrough-thickness"],
179
- ["strokeDasharray", "stroke-dasharray"],
180
- ["strokeDashoffset", "stroke-dashoffset"],
181
- ["strokeLinecap", "stroke-linecap"],
182
- ["strokeLinejoin", "stroke-linejoin"],
183
- ["strokeMiterlimit", "stroke-miterlimit"],
184
- ["strokeOpacity", "stroke-opacity"],
185
- ["strokeWidth", "stroke-width"],
186
- ["textAnchor", "text-anchor"],
187
- ["textDecoration", "text-decoration"],
188
- ["textRendering", "text-rendering"],
189
- ["transformOrigin", "transform-origin"],
190
- ["underlinePosition", "underline-position"],
191
- ["underlineThickness", "underline-thickness"],
192
- ["unicodeBidi", "unicode-bidi"],
193
- ["unicodeRange", "unicode-range"],
194
- ["unitsPerEm", "units-per-em"],
195
- ["vAlphabetic", "v-alphabetic"],
196
- ["vHanging", "v-hanging"],
197
- ["vIdeographic", "v-ideographic"],
198
- ["vMathematical", "v-mathematical"],
199
- ["vectorEffect", "vector-effect"],
200
- ["vertAdvY", "vert-adv-y"],
201
- ["vertOriginX", "vert-origin-x"],
202
- ["vertOriginY", "vert-origin-y"],
203
- ["wordSpacing", "word-spacing"],
204
- ["writingMode", "writing-mode"],
205
- ["xmlnsXlink", "xmlns:xlink"],
206
- ["xHeight", "x-height"]
207
- ]);
208
- function getAttributeAlias(name) {
209
- return aliases.get(name) || name;
210
- }
211
-
212
- // src/renderer/attribute-processing/is-attribute-name-safe.ts
213
- var ATTRIBUTE_NAME_START_CHAR = ":A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD";
214
- var ATTRIBUTE_NAME_CHAR = ATTRIBUTE_NAME_START_CHAR + "\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040";
215
- var VALID_ATTRIBUTE_NAME_REGEX = new RegExp(
216
- "^[" + ATTRIBUTE_NAME_START_CHAR + "][" + ATTRIBUTE_NAME_CHAR + "]*$"
217
- );
218
- var illegalAttributeNameCache = {};
219
- var validatedAttributeNameCache = {};
220
- function isAttributeNameSafe(attributeName) {
221
- if (Object.hasOwn(validatedAttributeNameCache, attributeName)) {
222
- return true;
223
- }
224
- if (Object.hasOwn(illegalAttributeNameCache, attributeName)) {
225
- return false;
226
- }
227
- if (VALID_ATTRIBUTE_NAME_REGEX.test(attributeName)) {
228
- validatedAttributeNameCache[attributeName] = true;
229
- return true;
230
- }
231
- illegalAttributeNameCache[attributeName] = true;
232
- console.error("Invalid attribute name: `%s`", attributeName);
233
- return false;
234
- }
235
-
236
- // src/renderer/attribute-processing/string-prop-to-html-attribute.ts
237
- function stringPropToHtmlAttribute(name, value) {
238
- if (typeof value !== "function" && typeof value !== "symbol" && typeof value !== "boolean") {
239
- return ` ${name}="${escapeTextForBrowser(value)}"`;
240
- }
241
- return "";
242
- }
243
-
244
- // src/renderer/attribute-processing/style/is-unitless-number.ts
245
- var unitlessNumbers = /* @__PURE__ */ new Set([
246
- "animationIterationCount",
247
- "aspectRatio",
248
- "borderImageOutset",
249
- "borderImageSlice",
250
- "borderImageWidth",
251
- "boxFlex",
252
- "boxFlexGroup",
253
- "boxOrdinalGroup",
254
- "columnCount",
255
- "columns",
256
- "flex",
257
- "flexGrow",
258
- "flexPositive",
259
- "flexShrink",
260
- "flexNegative",
261
- "flexOrder",
262
- "gridArea",
263
- "gridRow",
264
- "gridRowEnd",
265
- "gridRowSpan",
266
- "gridRowStart",
267
- "gridColumn",
268
- "gridColumnEnd",
269
- "gridColumnSpan",
270
- "gridColumnStart",
271
- "fontWeight",
272
- "lineClamp",
273
- "lineHeight",
274
- "opacity",
275
- "order",
276
- "orphans",
277
- "scale",
278
- "tabSize",
279
- "widows",
280
- "zIndex",
281
- "zoom",
282
- "fillOpacity",
283
- // SVG-related properties
284
- "floodOpacity",
285
- "stopOpacity",
286
- "strokeDasharray",
287
- "strokeDashoffset",
288
- "strokeMiterlimit",
289
- "strokeOpacity",
290
- "strokeWidth",
291
- "MozAnimationIterationCount",
292
- // Known Prefixed Properties
293
- "MozBoxFlex",
294
- // TODO: Remove these since they shouldn't be used in modern code
295
- "MozBoxFlexGroup",
296
- "MozLineClamp",
297
- "msAnimationIterationCount",
298
- "msFlex",
299
- "msZoom",
300
- "msFlexGrow",
301
- "msFlexNegative",
302
- "msFlexOrder",
303
- "msFlexPositive",
304
- "msFlexShrink",
305
- "msGridColumn",
306
- "msGridColumnSpan",
307
- "msGridRow",
308
- "msGridRowSpan",
309
- "WebkitAnimationIterationCount",
310
- "WebkitBoxFlex",
311
- "WebKitBoxFlexGroup",
312
- "WebkitBoxOrdinalGroup",
313
- "WebkitColumnCount",
314
- "WebkitColumns",
315
- "WebkitFlex",
316
- "WebkitFlexGrow",
317
- "WebkitFlexPositive",
318
- "WebkitFlexShrink",
319
- "WebkitLineClamp"
320
- ]);
321
- function isUnitlessNumber(name) {
322
- return unitlessNumbers.has(name);
323
- }
324
-
325
- // src/renderer/attribute-processing/style/hyphenate-style-name.ts
326
- var uppercasePattern = /([A-Z])/g;
327
- var msPattern = /^ms-/;
328
- function hyphenateStyleName(name) {
329
- return name.replace(uppercasePattern, "-$1").toLowerCase().replace(msPattern, "-ms-");
330
- }
331
-
332
- // src/renderer/attribute-processing/style/process-style-name.ts
333
- var styleNameCache = /* @__PURE__ */ new Map();
334
- function processStyleName(styleName) {
335
- if (!styleNameCache.has(styleName)) {
336
- styleNameCache.set(styleName, hyphenateStyleName(styleName));
337
- }
338
- return styleNameCache.get(styleName);
339
- }
340
-
341
- // src/renderer/attribute-processing/style-prop-to-html-attribute.ts
342
- function stylePropToHtmlAttribute(style) {
343
- if (typeof style !== "object") {
344
- throw new Error(
345
- "The `style` prop expects a mapping from style properties to values, not a string. For example, style={{marginRight: spacing + 'em'}} when using JSX."
346
- );
347
- }
348
- let styles = [];
349
- for (const [styleName, styleValue] of Object.entries(style)) {
350
- if (styleValue == null || typeof styleValue === "boolean" || styleValue === "") {
351
- continue;
352
- }
353
- let nameChunk;
354
- let valueChunk;
355
- const isCustomProperty = styleName.indexOf("--") === 0;
356
- if (isCustomProperty) {
357
- nameChunk = styleName;
358
- valueChunk = ("" + styleValue).trim();
359
- } else {
360
- nameChunk = processStyleName(styleName);
361
- if (typeof styleValue === "number") {
362
- if (styleValue !== 0 && !isUnitlessNumber(styleName)) {
363
- valueChunk = styleValue + "px";
364
- } else {
365
- valueChunk = "" + styleValue;
366
- }
367
- } else {
368
- valueChunk = ("" + styleValue).trim();
369
- }
370
- }
371
- styles.push(`${nameChunk}:${valueChunk}`);
372
- }
373
- return ` style="${styles.join(";").replaceAll('"', "'")}"`;
374
- }
375
-
376
- // src/renderer/attribute-processing/prop-to-html-attribute.ts
377
- function propToHtmlAttribute(name, value) {
378
- if (value === void 0)
379
- return "";
380
- switch (name) {
381
- case "className": {
382
- return stringPropToHtmlAttribute("class", value);
383
- }
384
- case "tabIndex": {
385
- return stringPropToHtmlAttribute("tabindex", value);
386
- }
387
- case "dir":
388
- case "role":
389
- case "viewBox":
390
- case "width":
391
- case "height": {
392
- return stringPropToHtmlAttribute(name, value);
393
- }
394
- case "style": {
395
- return stylePropToHtmlAttribute(value);
396
- }
397
- case "defaultValue":
398
- case "defaultChecked":
399
- case "innerHTML":
400
- case "suppressContentEditableWarning":
401
- case "suppressHydrationWarning":
402
- case "ref":
403
- return "";
404
- case "autoFocus":
405
- case "multiple":
406
- case "muted": {
407
- return booleanPropToHtmlAttribute(name, value);
408
- }
409
- case "xlinkHref": {
410
- if (typeof value === "function" || typeof value === "symbol" || typeof value === "boolean") {
411
- return "";
412
- }
413
- return ` xlink:href="${escapeTextForBrowser(value)}"`;
414
- }
415
- case "contentEditable":
416
- case "spellCheck":
417
- case "draggable":
418
- case "value":
419
- case "autoReverse":
420
- case "externalResourcesRequired":
421
- case "focusable":
422
- case "preserveAlpha": {
423
- if (typeof value !== "function" && typeof value !== "symbol") {
424
- return ` ${name}="${escapeTextForBrowser(value)}"`;
425
- }
426
- return "";
427
- }
428
- case "allowFullScreen":
429
- case "async":
430
- case "autoPlay":
431
- case "controls":
432
- case "default":
433
- case "defer":
434
- case "disabled":
435
- case "disablePictureInPicture":
436
- case "disableRemotePlayback":
437
- case "formNoValidate":
438
- case "hidden":
439
- case "loop":
440
- case "noModule":
441
- case "noValidate":
442
- case "open":
443
- case "playsInline":
444
- case "readOnly":
445
- case "required":
446
- case "reversed":
447
- case "scoped":
448
- case "seamless":
449
- case "itemScope": {
450
- if (value && typeof value !== "function" && typeof value !== "symbol") {
451
- return ` ${name}=""`;
452
- }
453
- return "";
454
- }
455
- case "capture":
456
- case "download": {
457
- if (value === true) {
458
- return ` ${name}=""`;
459
- } else if (value === false) {
460
- } else if (typeof value !== "function" && typeof value !== "symbol") {
461
- return ` ${name}="${escapeTextForBrowser(value)}"`;
462
- }
463
- return "";
464
- }
465
- case "cols":
466
- case "rows":
467
- case "size":
468
- case "span": {
469
- if (typeof value !== "function" && typeof value !== "symbol" && !isNaN(value) && value >= 1) {
470
- return ` ${name}="${escapeTextForBrowser(value)}"`;
471
- }
472
- return "";
473
- }
474
- case "rowSpan":
475
- case "start": {
476
- if (typeof value !== "function" && typeof value !== "symbol" && !isNaN(value)) {
477
- return ` ${name}="${escapeTextForBrowser(value)}"`;
478
- }
479
- return "";
480
- }
481
- case "xlinkActuate":
482
- return stringPropToHtmlAttribute("xlink:actuate", escapeTextForBrowser(value));
483
- case "xlinkArcrole":
484
- return stringPropToHtmlAttribute("xlink:arcrole", escapeTextForBrowser(value));
485
- case "xlinkRole":
486
- return stringPropToHtmlAttribute("xlink:role", escapeTextForBrowser(value));
487
- case "xlinkShow":
488
- return stringPropToHtmlAttribute("xlink:show", escapeTextForBrowser(value));
489
- case "xlinkTitle":
490
- return stringPropToHtmlAttribute("xlink:title", escapeTextForBrowser(value));
491
- case "xlinkType":
492
- return stringPropToHtmlAttribute("xlink:type", escapeTextForBrowser(value));
493
- case "xmlBase":
494
- return stringPropToHtmlAttribute("xml:base", escapeTextForBrowser(value));
495
- case "xmlLang":
496
- return stringPropToHtmlAttribute("xml:lang", escapeTextForBrowser(value));
497
- case "xmlSpace":
498
- return stringPropToHtmlAttribute("xml:space", escapeTextForBrowser(value));
499
- default:
500
- if (
501
- // shouldIgnoreAttribute
502
- // We have already filtered out null/undefined and reserved words.
503
- name.length > 2 && (name[0] === "o" || name[0] === "O") && (name[1] === "n" || name[1] === "N")
504
- ) {
505
- return "";
506
- }
507
- const attributeName = getAttributeAlias(name);
508
- if (isAttributeNameSafe(attributeName)) {
509
- switch (typeof value) {
510
- case "function":
511
- case "symbol":
512
- return "";
513
- case "boolean": {
514
- const prefix = attributeName.toLowerCase().slice(0, 5);
515
- if (prefix !== "data-" && prefix !== "aria-") {
516
- return "";
517
- }
518
- }
519
- }
520
- return ` ${name}="${escapeTextForBrowser(value)}"`;
521
- }
522
- }
523
- return "";
524
- }
525
-
526
- // src/renderer/renderer.tsx
527
- var Destination = class {
528
- constructor() {
529
- this.html = "";
530
- this.decoder = new TextDecoder("utf8", {
531
- fatal: true
532
- });
533
- this.listeners = [];
534
- }
535
- write(content) {
536
- this.html += content;
537
- }
538
- writeEncoded(buffer) {
539
- this.html += this.decoder.decode(buffer, { stream: true });
540
- }
541
- promise() {
542
- return new Promise((resolve, reject) => {
543
- this.listeners.push([resolve, reject]);
544
- });
545
- }
546
- completeWithError(error) {
547
- this.listeners.forEach(([_, reject]) => reject(error));
548
- }
549
- complete() {
550
- this.listeners.forEach(([resolve]) => resolve(this.html));
551
- }
552
- };
553
- var encoder = new TextEncoder();
554
- var Renderer = ReactServer({
555
- scheduleMicrotask(callback) {
556
- queueMicrotask(() => callback());
557
- },
558
- scheduleWork(callback) {
559
- setTimeout(() => {
560
- callback();
561
- });
562
- },
563
- beginWriting(destination) {
564
- },
565
- writeChunk(destination, buffer) {
566
- destination.writeEncoded(buffer);
567
- },
568
- writeChunkAndReturn(destination, buffer) {
569
- destination.writeEncoded(buffer);
570
- return true;
571
- },
572
- completeWriting(destination) {
573
- },
574
- close(destination) {
575
- destination.complete();
576
- },
577
- closeWithError(destination, error) {
578
- destination.completeWithError(error);
579
- },
580
- flushBuffered(destination) {
581
- },
582
- getChildFormatContext() {
583
- return null;
584
- },
585
- resetResumableState() {
586
- },
587
- completeResumableState() {
588
- },
589
- pushTextInstance(target, text, renderState, textEmbedded) {
590
- target.push(encoder.encode(escapeTextForBrowser(text)));
591
- return true;
592
- },
593
- pushStartInstance(target, type, props) {
594
- target.push(encoder.encode(`<${type}`));
595
- let dangerouslySetInnerHTML = void 0;
596
- let children = void 0;
597
- for (const [name, value] of Object.entries(props)) {
598
- if (name === "children") {
599
- children = value;
600
- continue;
601
- } else if (name === "dangerouslySetInnerHTML") {
602
- dangerouslySetInnerHTML = value;
603
- continue;
604
- }
605
- target.push(encoder.encode(propToHtmlAttribute(name, value)));
606
- }
607
- target.push(encoder.encode(">"));
608
- if (dangerouslySetInnerHTML !== void 0) {
609
- if (children !== void 0) {
610
- throw new Error(
611
- "Can only set one of `children` or `props.dangerouslySetInnerHTML`."
612
- );
613
- }
614
- if (typeof dangerouslySetInnerHTML !== "object" || !("__html" in dangerouslySetInnerHTML)) {
615
- throw new Error(
616
- "`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://react.dev/link/dangerously-set-inner-html for more information."
617
- );
618
- }
619
- const html2 = dangerouslySetInnerHTML.__html;
620
- if (html2 !== null && html2 !== void 0) {
621
- target.push(encoder.encode("" + html2));
622
- }
623
- }
624
- if (typeof children === "string" || typeof children === "number" || typeof children === "boolean" || typeof children === "bigint") {
625
- target.push(encoder.encode(escapeTextForBrowser("" + children)));
626
- return null;
627
- }
628
- return children;
629
- },
630
- pushEndInstance(target, type) {
631
- switch (type) {
632
- case "area":
633
- case "base":
634
- case "br":
635
- case "col":
636
- case "embed":
637
- case "hr":
638
- case "img":
639
- case "input":
640
- case "keygen":
641
- case "link":
642
- case "meta":
643
- case "param":
644
- case "source":
645
- case "track":
646
- case "wbr": {
647
- return;
648
- }
649
- }
650
- target.push(encoder.encode(`</${type}>`));
651
- },
652
- pushSegmentFinale(target, _, lastPushedText, textEmbedded) {
653
- },
654
- writeCompletedRoot() {
655
- return true;
656
- },
657
- writePlaceholder() {
658
- return true;
659
- },
660
- writeStartCompletedSuspenseBoundary() {
661
- return true;
662
- },
663
- writeStartPendingSuspenseBoundary() {
664
- return true;
665
- },
666
- writeStartClientRenderedSuspenseBoundary() {
667
- return true;
668
- },
669
- writeEndCompletedSuspenseBoundary(destination) {
670
- return true;
671
- },
672
- writeEndPendingSuspenseBoundary(destination) {
673
- return true;
674
- },
675
- writeEndClientRenderedSuspenseBoundary(destination) {
676
- return true;
677
- },
678
- writeStartSegment(destination, renderState, formatContext, id) {
679
- return true;
680
- },
681
- writeEndSegment(destination, formatContext) {
682
- return true;
683
- },
684
- writeCompletedSegmentInstruction(destination, renderState, contentSegmentID) {
685
- return true;
686
- },
687
- writeCompletedBoundaryInstruction() {
688
- return true;
689
- },
690
- writeClientRenderBoundaryInstruction() {
691
- return true;
692
- },
693
- writePreamble(destination) {
694
- destination.write(
695
- '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">'
696
- );
697
- },
698
- writeHoistables() {
699
- },
700
- writeHoistablesForBoundary() {
701
- },
702
- writePostamble() {
703
- },
704
- hoistHoistables(parent, child) {
705
- },
706
- createHoistableState() {
707
- return null;
708
- },
709
- emitEarlyPreloads() {
710
- }
711
- });
712
-
713
- // src/render.tsx
714
- var render = (element, options) => __async(void 0, null, function* () {
715
- const destination = new Destination();
716
- const request = Renderer.createRequest(element, null, null, null, void 0);
717
- Renderer.startWork(request);
718
- Renderer.startFlowing(request, destination);
719
- const html2 = yield destination.promise();
720
- if (options == null ? void 0 : options.plainText) {
721
- return convert(html2, __spreadValues({
722
- selectors: plainTextSelectors
723
- }, options.htmlToTextOptions));
724
- }
725
- if (options == null ? void 0 : options.pretty) {
726
- return pretty(html2);
727
- }
728
- return html2;
729
- });
730
- export {
731
- pretty,
732
- render
733
- };