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,339 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
- <html dir="ltr" lang="en">
3
- <head>
4
- <link rel="preload" as="image" href="/static/google-play-header.png" />
5
- <link rel="preload" as="image" href="/static/google-play-logo.png" />
6
- <link rel="preload" as="image" href="/static/google-play-chat.png" />
7
- <link rel="preload" as="image" href="/static/google-play-icon.png" />
8
- <link rel="preload" as="image" href="/static/google-play-academy.png" />
9
- <link rel="preload" as="image" href="/static/google-play-footer.png" />
10
- <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
11
- <meta name="x-apple-disable-message-reformatting" />
12
- <!--$-->
13
- </head>
14
- <body
15
- style='background-color:#dbddde;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif'>
16
- <div
17
- style="display:none;overflow:hidden;line-height:1px;opacity:0;max-height:0;max-width:0"
18
- data-skip-in-text="true">
19
- Google Play developers
20
- <div>
21
-  ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏
22
- </div>
23
- </div>
24
- <table
25
- align="center"
26
- width="100%"
27
- border="0"
28
- cellpadding="0"
29
- cellspacing="0"
30
- role="presentation"
31
- style="max-width:37.5em;margin:30px auto;background-color:#fff;border-radius:5px;overflow:hidden">
32
- <tbody>
33
- <tr style="width:100%">
34
- <td>
35
- <table
36
- align="center"
37
- width="100%"
38
- border="0"
39
- cellpadding="0"
40
- cellspacing="0"
41
- role="presentation">
42
- <tbody>
43
- <tr>
44
- <td>
45
- <table
46
- align="center"
47
- width="100%"
48
- border="0"
49
- cellpadding="0"
50
- cellspacing="0"
51
- role="presentation">
52
- <tbody style="width:100%">
53
- <tr style="width:100%">
54
- <td data-id="__react-email-column">
55
- <img
56
- alt="Google Play developers header blue transparent"
57
- height="28"
58
- src="/static/google-play-header.png"
59
- style="display:block;outline:none;border:none;text-decoration:none;margin-top:-1px"
60
- width="305" /><img
61
- alt="Google Play"
62
- height="31"
63
- src="/static/google-play-logo.png"
64
- style="display:block;outline:none;border:none;text-decoration:none;padding:0 40px"
65
- width="155" />
66
- </td>
67
- </tr>
68
- </tbody>
69
- </table>
70
- </td>
71
- </tr>
72
- </tbody>
73
- </table>
74
- <table
75
- align="center"
76
- width="100%"
77
- border="0"
78
- cellpadding="0"
79
- cellspacing="0"
80
- role="presentation"
81
- style="padding:0 40px">
82
- <tbody>
83
- <tr>
84
- <td>
85
- <hr
86
- style="width:100%;border:none;border-top:1px solid #eaeaea;border-color:#e8eaed;margin:20px 0" />
87
- <p
88
- style="font-size:14px;line-height:26px;font-weight:700;color:#004dcf;margin-top:16px;margin-bottom:16px">
89
- DEVELOPER UPDATE
90
- </p>
91
- <p
92
- style="font-size:14px;line-height:22px;color:#3c4043;margin-top:16px;margin-bottom:16px">
93
- Hello Google Play Developer,
94
- </p>
95
- <p
96
- style="font-size:14px;line-height:22px;color:#3c4043;margin-top:16px;margin-bottom:16px">
97
- We strive to make Google Play a safe and trusted
98
- experience for users.
99
- </p>
100
- <p
101
- style="font-size:14px;line-height:22px;color:#3c4043;margin-top:16px;margin-bottom:16px">
102
- We&#x27;ve added clarifications to our<!-- -->
103
- <a
104
- href="https://notifications.google.com"
105
- style="color:#004dcf;text-decoration-line:none;font-size:14px;line-height:22px"
106
- target="_blank"
107
- >Target API Level policy</a
108
- >. Because this is a clarification, our enforcement
109
- standards and practices for this policy remain the same.
110
- </p>
111
- </td>
112
- </tr>
113
- </tbody>
114
- </table>
115
- <table
116
- align="center"
117
- width="100%"
118
- border="0"
119
- cellpadding="0"
120
- cellspacing="0"
121
- role="presentation"
122
- style="padding-left:40px">
123
- <tbody>
124
- <tr>
125
- <td>
126
- <p
127
- style="font-size:14px;line-height:22px;color:#3c4043;margin-top:16px;margin-bottom:16px">
128
- We’re noting exceptions to the<!-- -->
129
- <a
130
- href="https://notifications.google.com"
131
- style="color:#004dcf;text-decoration-line:none;font-size:14px;line-height:22px"
132
- target="_blank"
133
- >Target API Level policy</a
134
- >, which can be found in our updated<!-- -->
135
- <a
136
- href="https://notifications.google.com"
137
- style="color:#004dcf;text-decoration-line:none;font-size:14px;line-height:22px"
138
- target="_blank"
139
- >Help Center article.</a
140
- >These exceptions include permanently private apps and
141
- apps that target automotive or wearables form factors and
142
- are bundled within the same package.<!-- -->
143
- <a
144
- href="https://notifications.google.com"
145
- style="color:#004dcf;text-decoration-line:none;font-size:14px;line-height:22px"
146
- target="_blank"
147
- >Learn more</a
148
- >
149
- </p>
150
- </td>
151
- </tr>
152
- </tbody>
153
- </table>
154
- <table
155
- align="center"
156
- width="100%"
157
- border="0"
158
- cellpadding="0"
159
- cellspacing="0"
160
- role="presentation"
161
- style="padding:0 40px">
162
- <tbody>
163
- <tr>
164
- <td>
165
- <p
166
- style="font-size:14px;line-height:22px;color:#3c4043;margin-top:16px;margin-bottom:16px">
167
- We’re also extending the deadline to give you more time to
168
- adjust to these changes. Now, apps that target API level
169
- 29 or below will start experiencing reduced distribution
170
- starting <b>Jan 31, 2023</b>
171
- <!-- -->instead of Nov 1, 2022. If you need more time to
172
- update your app, you can request an extension to keep your
173
- app discoverable to all users until May 1, 2023.
174
- </p>
175
- <hr
176
- style="width:100%;border:none;border-top:1px solid #eaeaea;border-color:#e8eaed;margin:20px 0" />
177
- </td>
178
- </tr>
179
- </tbody>
180
- </table>
181
- <table
182
- align="center"
183
- width="100%"
184
- border="0"
185
- cellpadding="0"
186
- cellspacing="0"
187
- role="presentation"
188
- style="padding:0 40px">
189
- <tbody>
190
- <tr>
191
- <td>
192
- <p
193
- style="font-size:14px;line-height:22px;color:#3c4043;margin-top:16px;margin-bottom:16px">
194
- Thank you,
195
- </p>
196
- <p
197
- style="font-size:20px;line-height:22px;color:#3c4043;margin-top:16px;margin-bottom:16px">
198
- The Google Play team
199
- </p>
200
- </td>
201
- </tr>
202
- </tbody>
203
- </table>
204
- <table
205
- align="center"
206
- width="100%"
207
- border="0"
208
- cellpadding="0"
209
- cellspacing="0"
210
- role="presentation"
211
- style="background-color:#f0fcff;width:90%;border-radius:5px;overflow:hidden;padding-left:20px">
212
- <tbody>
213
- <tr>
214
- <td>
215
- <table
216
- align="center"
217
- width="100%"
218
- border="0"
219
- cellpadding="0"
220
- cellspacing="0"
221
- role="presentation">
222
- <tbody style="width:100%">
223
- <tr style="width:100%">
224
- <p
225
- style="font-size:14px;line-height:22px;color:#3c4043;margin-top:16px;margin-bottom:16px">
226
- Connect with us
227
- </p>
228
- </tr>
229
- </tbody>
230
- </table>
231
- <table
232
- align="left"
233
- width="100%"
234
- border="0"
235
- cellpadding="0"
236
- cellspacing="0"
237
- role="presentation"
238
- style="width:84px;float:left">
239
- <tbody style="width:100%">
240
- <tr style="width:100%">
241
- <td
242
- data-id="__react-email-column"
243
- style="padding-right:4px">
244
- <a
245
- href="https://notifications.google.com"
246
- style="color:#067df7;text-decoration-line:none"
247
- target="_blank"
248
- ><img
249
- height="28"
250
- src="/static/google-play-chat.png"
251
- style="display:block;outline:none;border:none;text-decoration:none"
252
- width="28"
253
- /></a>
254
- </td>
255
- <td
256
- data-id="__react-email-column"
257
- style="padding-right:4px">
258
- <a
259
- href="https://notifications.google.com"
260
- style="color:#067df7;text-decoration-line:none"
261
- target="_blank"
262
- ><img
263
- height="28"
264
- src="/static/google-play-icon.png"
265
- style="display:block;outline:none;border:none;text-decoration:none"
266
- width="28"
267
- /></a>
268
- </td>
269
- <td
270
- data-id="__react-email-column"
271
- style="padding-right:4px">
272
- <a
273
- href="https://notifications.google.com"
274
- style="color:#067df7;text-decoration-line:none"
275
- target="_blank"
276
- ><img
277
- height="28"
278
- src="/static/google-play-academy.png"
279
- style="display:block;outline:none;border:none;text-decoration:none"
280
- width="28"
281
- /></a>
282
- </td>
283
- </tr>
284
- </tbody>
285
- </table>
286
- <table
287
- align="center"
288
- width="100%"
289
- border="0"
290
- cellpadding="0"
291
- cellspacing="0"
292
- role="presentation">
293
- <tbody style="width:100%">
294
- <tr style="width:100%">
295
- <img
296
- height="48"
297
- src="/static/google-play-footer.png"
298
- style="display:block;outline:none;border:none;text-decoration:none;max-width:100%"
299
- width="540" />
300
- </tr>
301
- </tbody>
302
- </table>
303
- </td>
304
- </tr>
305
- </tbody>
306
- </table>
307
- <table
308
- align="center"
309
- width="100%"
310
- border="0"
311
- cellpadding="0"
312
- cellspacing="0"
313
- role="presentation"
314
- style="padding:0 40px;padding-bottom:30px">
315
- <tbody>
316
- <tr>
317
- <td>
318
- <p
319
- style="font-size:12px;line-height:22px;color:#3c4043;text-align:center;margin:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0">
320
- © 2022 Google LLC 1600 Amphitheatre Parkway, Mountain
321
- View, CA 94043, USA
322
- </p>
323
- <p
324
- style="font-size:12px;line-height:22px;color:#3c4043;text-align:center;margin:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0">
325
- You have received this mandatory email service
326
- announcement to update you about important changes to your
327
- Google Play Developer account.
328
- </p>
329
- </td>
330
- </tr>
331
- </tbody>
332
- </table>
333
- </td>
334
- </tr>
335
- </tbody>
336
- </table>
337
- <!--/$-->
338
- </body>
339
- </html>
@@ -1,231 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
- <html dir="ltr" lang="en">
3
- <head>
4
- <link rel="preload" as="image" href="/static/stack-overflow-logo.png" />
5
- <link rel="preload" as="image" href="/static/stack-overflow-header.png" />
6
- <link rel="preload" as="image" href="/static/stack-overflow-logo-sm.png" />
7
- <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
8
- <meta name="x-apple-disable-message-reformatting" />
9
- <!--$-->
10
- </head>
11
- <body
12
- style="background-color:#f3f3f5;font-family:HelveticaNeue,Helvetica,Arial,sans-serif">
13
- <div
14
- style="display:none;overflow:hidden;line-height:1px;opacity:0;max-height:0;max-width:0"
15
- data-skip-in-text="true">
16
- Stack overflow tips for searching
17
- <div>
18
-  ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏ ‌​‍‎‏
19
- </div>
20
- </div>
21
- <table
22
- align="center"
23
- width="100%"
24
- border="0"
25
- cellpadding="0"
26
- cellspacing="0"
27
- role="presentation"
28
- style="max-width:100%;width:680px;margin:0 auto;background-color:#ffffff">
29
- <tbody>
30
- <tr style="width:100%">
31
- <td>
32
- <table
33
- align="center"
34
- width="100%"
35
- border="0"
36
- cellpadding="0"
37
- cellspacing="0"
38
- role="presentation"
39
- style="display:flex;background:#f3f3f5;padding:20px 30px">
40
- <tbody>
41
- <tr>
42
- <td>
43
- <img
44
- src="/static/stack-overflow-logo.png"
45
- style="display:block;outline:none;border:none;text-decoration:none"
46
- width="146" />
47
- </td>
48
- </tr>
49
- </tbody>
50
- </table>
51
- <table
52
- align="center"
53
- width="100%"
54
- border="0"
55
- cellpadding="0"
56
- cellspacing="0"
57
- role="presentation"
58
- style="border-radius:5px 5px 0 0;display:flex;flex-direciont:column;background-color:#2b2d6e">
59
- <tbody>
60
- <tr>
61
- <td>
62
- <table
63
- align="center"
64
- width="100%"
65
- border="0"
66
- cellpadding="0"
67
- cellspacing="0"
68
- role="presentation">
69
- <tbody style="width:100%">
70
- <tr style="width:100%">
71
- <td
72
- data-id="__react-email-column"
73
- style="padding:20px 30px 15px">
74
- <h1
75
- style="color:#fff;font-size:27px;font-weight:bold;line-height:27px">
76
- Find what you want, faster
77
- </h1>
78
- <p
79
- style="font-size:17px;line-height:24px;color:#fff;margin-top:16px;margin-bottom:16px">
80
- Tips and tricks for searching on Stack Overflow
81
- </p>
82
- </td>
83
- <td
84
- data-id="__react-email-column"
85
- style="padding:30px 10px">
86
- <img
87
- src="/static/stack-overflow-header.png"
88
- style="display:block;outline:none;border:none;text-decoration:none;max-width:100%"
89
- width="340" />
90
- </td>
91
- </tr>
92
- </tbody>
93
- </table>
94
- </td>
95
- </tr>
96
- </tbody>
97
- </table>
98
- <table
99
- align="center"
100
- width="100%"
101
- border="0"
102
- cellpadding="0"
103
- cellspacing="0"
104
- role="presentation"
105
- style="padding:30px 30px 40px 30px">
106
- <tbody>
107
- <tr>
108
- <td>
109
- <h2
110
- style="margin:0 0 15px;font-weight:bold;font-size:21px;line-height:21px;color:#0c0d0e">
111
- Searching for solutions
112
- </h2>
113
- <p
114
- style="font-size:15px;line-height:21px;color:#3c3f44;margin-top:16px;margin-bottom:16px">
115
- With more than 18 million questions, it&#x27;s possible
116
- that someone has already provided a solution to the
117
- problem you&#x27;re facing.<!-- -->
118
- </p>
119
- <hr
120
- style="width:100%;border:none;border-top:1px solid #eaeaea;margin:30px 0" />
121
- <h2
122
- style="margin:0 0 15px;font-weight:bold;font-size:21px;line-height:21px;color:#0c0d0e">
123
- Use the search bar at the top of the page to find what you
124
- need
125
- </h2>
126
- <p
127
- style="font-size:15px;line-height:21px;color:#3c3f44;margin-top:16px;margin-bottom:16px">
128
- Here are a few simple search tips to get you started:
129
- </p>
130
- <ul></ul>
131
- <p
132
- style="font-size:15px;line-height:21px;color:#3c3f44;margin-top:16px;margin-bottom:16px">
133
- The more information you can put in the search bar, the
134
- more likely you will be to either find the answer you need
135
- or feel confident that no one else has asked the question
136
- before.
137
- </p>
138
- <hr
139
- style="width:100%;border:none;border-top:1px solid #eaeaea;margin:30px 0" />
140
- <h2
141
- style="margin:0 0 15px;font-weight:bold;font-size:21px;line-height:21px;color:#0c0d0e">
142
- Take a break and read about the worst coder in the world
143
- </h2>
144
- <table
145
- align="center"
146
- width="100%"
147
- border="0"
148
- cellpadding="0"
149
- cellspacing="0"
150
- role="presentation"
151
- style="margin-top:24px;display:block">
152
- <tbody>
153
- <tr>
154
- <td>
155
- <a
156
- href="https://stackoverflow.blog/2019/10/22/"
157
- style="color:#fff;text-decoration-line:none;background-color:#0095ff;border:1px solid #0077cc;font-size:17px;line-height:17px;padding:13px 17px;border-radius:4px;max-width:120px"
158
- target="_blank"
159
- >I need a break</a
160
- >
161
- </td>
162
- </tr>
163
- </tbody>
164
- </table>
165
- </td>
166
- </tr>
167
- </tbody>
168
- </table>
169
- </td>
170
- </tr>
171
- </tbody>
172
- </table>
173
- <table
174
- align="center"
175
- width="100%"
176
- border="0"
177
- cellpadding="0"
178
- cellspacing="0"
179
- role="presentation"
180
- style="width:680px;max-width:100%;margin:32px auto 0 auto;padding:0 30px">
181
- <tbody>
182
- <tr>
183
- <td>
184
- <p
185
- style="font-size:12px;line-height:15px;color:#9199a1;margin:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0">
186
- You&#x27;re receiving this email because your Stack Overflow
187
- activity triggered this tip or reminder.
188
- </p>
189
- <a
190
- href="/"
191
- style="color:#9199a1;text-decoration-line:none;display:inline-block;text-decoration:underline;font-size:12px;margin-right:10px;margin-bottom:0;margin-top:8px"
192
- target="_blank"
193
- >Unsubscribe from emails like this<!-- --> </a
194
- ><a
195
- href="/"
196
- style="color:#9199a1;text-decoration-line:none;display:inline-block;text-decoration:underline;font-size:12px;margin-right:10px;margin-bottom:0;margin-top:8px"
197
- target="_blank"
198
- >Edit email settings<!-- --> </a
199
- ><a
200
- href="/"
201
- style="color:#9199a1;text-decoration-line:none;display:inline-block;text-decoration:underline;font-size:12px;margin-right:10px;margin-bottom:0;margin-top:8px"
202
- target="_blank"
203
- >Contact us</a
204
- ><a
205
- href="/"
206
- style="color:#9199a1;text-decoration-line:none;display:inline-block;text-decoration:underline;font-size:12px;margin-right:10px;margin-bottom:0;margin-top:8px"
207
- target="_blank"
208
- >Privacy</a
209
- >
210
- <hr
211
- style="width:100%;border:none;border-top:1px solid #eaeaea;margin:30px 0;border-color:#d6d8db" />
212
- <img
213
- src="/static/stack-overflow-logo-sm.png"
214
- style="display:block;outline:none;border:none;text-decoration:none"
215
- width="111" />
216
- <p
217
- style="font-size:12px;line-height:15px;margin:4px 0;color:#9199a1;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0">
218
- <strong>Stack Overflow</strong>, 110 William Street, 28th Floor,
219
- New York, NY 10038
220
- </p>
221
- <p
222
- style="font-size:11px;line-height:11px;border-radius:1px;border:1px solid #d6d9dc;padding:4px 6px 3px 6px;font-family:Consolas,monospace;color:#e06c77;max-width:min-content;margin:0 0 32px 0;margin-top:0;margin-right:0;margin-bottom:32px;margin-left:0">
223
- &lt;3
224
- </p>
225
- </td>
226
- </tr>
227
- </tbody>
228
- </table>
229
- <!--/$-->
230
- </body>
231
- </html>