nuxt-email-renderer 0.0.1

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 (108) hide show
  1. package/README.md +84 -0
  2. package/dist/chunks/build.mjs +705 -0
  3. package/dist/client/200.html +1 -0
  4. package/dist/client/404.html +1 -0
  5. package/dist/client/_nuxt/3R9sgenR.js +1 -0
  6. package/dist/client/_nuxt/5UMTGv3q.js +1 -0
  7. package/dist/client/_nuxt/BJ_ZNVwW.js +57 -0
  8. package/dist/client/_nuxt/BQq6TDT9.js +1 -0
  9. package/dist/client/_nuxt/BaEALuhw.js +1 -0
  10. package/dist/client/_nuxt/BpPBU6U6.js +1 -0
  11. package/dist/client/_nuxt/C-EM3RPC.js +1 -0
  12. package/dist/client/_nuxt/CAkrHwjs.js +1 -0
  13. package/dist/client/_nuxt/CLam8HLD.js +13 -0
  14. package/dist/client/_nuxt/CWC_D6I8.js +1 -0
  15. package/dist/client/_nuxt/CWrUPQXK.js +1 -0
  16. package/dist/client/_nuxt/ChBHSR31.js +1 -0
  17. package/dist/client/_nuxt/CjpBjtYD.js +1 -0
  18. package/dist/client/_nuxt/ClYUVDjM.js +1 -0
  19. package/dist/client/_nuxt/Coq9dpCu.js +1 -0
  20. package/dist/client/_nuxt/Ct-qVDJL.js +1 -0
  21. package/dist/client/_nuxt/DGBet86w.js +1 -0
  22. package/dist/client/_nuxt/D_dyXden.js +1 -0
  23. package/dist/client/_nuxt/DfWNeV2h.js +1 -0
  24. package/dist/client/_nuxt/GBsDgIkm.js +1 -0
  25. package/dist/client/_nuxt/ImWtXt63.js +10 -0
  26. package/dist/client/_nuxt/YAsWV_SB.js +1 -0
  27. package/dist/client/_nuxt/builds/latest.json +1 -0
  28. package/dist/client/_nuxt/builds/meta/b874db0a-5b15-4361-9e12-b85e9c2f73e6.json +1 -0
  29. package/dist/client/_nuxt/entry.uVMzXFrc.css +1 -0
  30. package/dist/client/_nuxt/error-404.BzYUYoct.css +1 -0
  31. package/dist/client/_nuxt/error-500.CZg0BYA4.css +1 -0
  32. package/dist/client/_nuxt/fDag-OJT.js +51 -0
  33. package/dist/client/index.html +1 -0
  34. package/dist/module.d.mts +15 -0
  35. package/dist/module.json +9 -0
  36. package/dist/module.mjs +192 -0
  37. package/dist/runtime/components/body/EBody.vue +43 -0
  38. package/dist/runtime/components/body/EBody.vue.d.ts +21 -0
  39. package/dist/runtime/components/body/__snapshots__/Ebody.test.ts.snap +3 -0
  40. package/dist/runtime/components/button/EButton.vue +75 -0
  41. package/dist/runtime/components/button/EButton.vue.d.ts +3 -0
  42. package/dist/runtime/components/button/__snapshots__/EButton.test.ts.snap +9 -0
  43. package/dist/runtime/components/button/utils/parse-padding.d.ts +24 -0
  44. package/dist/runtime/components/button/utils/parse-padding.js +83 -0
  45. package/dist/runtime/components/button/utils/px-to-pt.d.ts +1 -0
  46. package/dist/runtime/components/button/utils/px-to-pt.js +1 -0
  47. package/dist/runtime/components/code-block/ECodeBlock.vue +99 -0
  48. package/dist/runtime/components/code-block/ECodeBlock.vue.d.ts +78 -0
  49. package/dist/runtime/components/code-inline/ECodeInline.vue +42 -0
  50. package/dist/runtime/components/code-inline/ECodeInline.vue.d.ts +23 -0
  51. package/dist/runtime/components/column/EColumn.vue +18 -0
  52. package/dist/runtime/components/column/EColumn.vue.d.ts +4 -0
  53. package/dist/runtime/components/column/__snapshots__/EColumn.test.ts.snap +3 -0
  54. package/dist/runtime/components/container/EContainer.vue +25 -0
  55. package/dist/runtime/components/container/EContainer.vue.d.ts +3 -0
  56. package/dist/runtime/components/container/__snapshots__/EContainer.test.ts.snap +3 -0
  57. package/dist/runtime/components/font/EFont.vue +50 -0
  58. package/dist/runtime/components/font/EFont.vue.d.ts +65 -0
  59. package/dist/runtime/components/font/__snapshots__/EFont.test.ts.snap +33 -0
  60. package/dist/runtime/components/head/EHead.vue +16 -0
  61. package/dist/runtime/components/head/EHead.vue.d.ts +4 -0
  62. package/dist/runtime/components/head/__snapshots__/EHead.test.ts.snap +8 -0
  63. package/dist/runtime/components/heading/EHeading.utils.d.ts +14 -0
  64. package/dist/runtime/components/heading/EHeading.utils.js +23 -0
  65. package/dist/runtime/components/heading/EHeading.vue +74 -0
  66. package/dist/runtime/components/heading/EHeading.vue.d.ts +89 -0
  67. package/dist/runtime/components/heading/__snapshots__/EHeading.test.ts.snap +3 -0
  68. package/dist/runtime/components/hr/EHr.vue +14 -0
  69. package/dist/runtime/components/hr/EHr.vue.d.ts +4 -0
  70. package/dist/runtime/components/hr/__snapshots__/EHr.test.ts.snap +3 -0
  71. package/dist/runtime/components/html/EHtml.vue +29 -0
  72. package/dist/runtime/components/html/EHtml.vue.d.ts +26 -0
  73. package/dist/runtime/components/html/__snapshots__/EHtml.test.ts.snap +3 -0
  74. package/dist/runtime/components/img/EImg.vue +37 -0
  75. package/dist/runtime/components/img/EImg.vue.d.ts +39 -0
  76. package/dist/runtime/components/index.d.ts +38 -0
  77. package/dist/runtime/components/index.js +38 -0
  78. package/dist/runtime/components/link/ELink.vue +30 -0
  79. package/dist/runtime/components/link/ELink.vue.d.ts +24 -0
  80. package/dist/runtime/components/link/__snapshots__/ELink.test.ts.snap +3 -0
  81. package/dist/runtime/components/preview/EPreview.vue +41 -0
  82. package/dist/runtime/components/preview/EPreview.vue.d.ts +7 -0
  83. package/dist/runtime/components/preview/__snapshots__/EPreview.test.ts.snap +5 -0
  84. package/dist/runtime/components/row/ERow.vue +31 -0
  85. package/dist/runtime/components/row/ERow.vue.d.ts +4 -0
  86. package/dist/runtime/components/section/ESection.vue +23 -0
  87. package/dist/runtime/components/section/ESection.vue.d.ts +4 -0
  88. package/dist/runtime/components/style/EStyle.vue +18 -0
  89. package/dist/runtime/components/style/EStyle.vue.d.ts +4 -0
  90. package/dist/runtime/components/text/EText.vue +22 -0
  91. package/dist/runtime/components/text/EText.vue.d.ts +4 -0
  92. package/dist/runtime/server/api/emails/list.get.d.ts +2 -0
  93. package/dist/runtime/server/api/emails/list.get.js +19 -0
  94. package/dist/runtime/server/api/emails/render.get.d.ts +2 -0
  95. package/dist/runtime/server/api/emails/render.get.js +47 -0
  96. package/dist/runtime/server/tsconfig.json +3 -0
  97. package/dist/runtime/server/utils/cleanup.d.ts +1 -0
  98. package/dist/runtime/server/utils/cleanup.js +5 -0
  99. package/dist/runtime/server/utils/options.d.ts +15 -0
  100. package/dist/runtime/server/utils/options.js +0 -0
  101. package/dist/runtime/server/utils/plainTextSelectors.d.ts +2 -0
  102. package/dist/runtime/server/utils/plainTextSelectors.js +8 -0
  103. package/dist/runtime/server/utils/pretty.d.ts +1 -0
  104. package/dist/runtime/server/utils/pretty.js +11 -0
  105. package/dist/runtime/server/utils/render.d.ts +14 -0
  106. package/dist/runtime/server/utils/render.js +30 -0
  107. package/dist/types.d.mts +3 -0
  108. package/package.json +70 -0
package/README.md ADDED
@@ -0,0 +1,84 @@
1
+ <!--
2
+ Get your module up and running quickly.
3
+
4
+ Find and replace all on all files (CMD+SHIFT+F):
5
+ - Name: My Module
6
+ - Package name: my-module
7
+ - Description: My new Nuxt module
8
+ -->
9
+
10
+ # My Module
11
+
12
+ [![npm version][npm-version-src]][npm-version-href]
13
+ [![npm downloads][npm-downloads-src]][npm-downloads-href]
14
+ [![License][license-src]][license-href]
15
+ [![Nuxt][nuxt-src]][nuxt-href]
16
+
17
+ My new Nuxt module for doing amazing things.
18
+
19
+ - [✨ &nbsp;Release Notes](/CHANGELOG.md)
20
+ <!-- - [🏀 Online playground](https://stackblitz.com/github/your-org/my-module?file=playground%2Fapp.vue) -->
21
+ <!-- - [📖 &nbsp;Documentation](https://example.com) -->
22
+
23
+ ## Features
24
+
25
+ <!-- Highlight some of the features your module provide here -->
26
+ - ⛰ &nbsp;Foo
27
+ - 🚠 &nbsp;Bar
28
+ - 🌲 &nbsp;Baz
29
+
30
+ ## Quick Setup
31
+
32
+ Install the module to your Nuxt application with one command:
33
+
34
+ ```bash
35
+ npx nuxi module add my-module
36
+ ```
37
+
38
+ That's it! You can now use My Module in your Nuxt app ✨
39
+
40
+
41
+ ## Contribution
42
+
43
+ <details>
44
+ <summary>Local development</summary>
45
+
46
+ ```bash
47
+ # Install dependencies
48
+ npm install
49
+
50
+ # Generate type stubs
51
+ npm run dev:prepare
52
+
53
+ # Develop with the playground
54
+ npm run dev
55
+
56
+ # Build the playground
57
+ npm run dev:build
58
+
59
+ # Run ESLint
60
+ npm run lint
61
+
62
+ # Run Vitest
63
+ npm run test
64
+ npm run test:watch
65
+
66
+ # Release new version
67
+ npm run release
68
+ ```
69
+
70
+ </details>
71
+
72
+
73
+ <!-- Badges -->
74
+ [npm-version-src]: https://img.shields.io/npm/v/my-module/latest.svg?style=flat&colorA=020420&colorB=00DC82
75
+ [npm-version-href]: https://npmjs.com/package/my-module
76
+
77
+ [npm-downloads-src]: https://img.shields.io/npm/dm/my-module.svg?style=flat&colorA=020420&colorB=00DC82
78
+ [npm-downloads-href]: https://npm.chart.dev/my-module
79
+
80
+ [license-src]: https://img.shields.io/npm/l/my-module.svg?style=flat&colorA=020420&colorB=00DC82
81
+ [license-href]: https://npmjs.com/package/my-module
82
+
83
+ [nuxt-src]: https://img.shields.io/badge/Nuxt-020420?logo=nuxt.js
84
+ [nuxt-href]: https://nuxt.com