react-email 3.0.5 → 3.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (166) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/cli/index.js +5 -6
  3. package/dist/cli/index.mjs +41 -44
  4. package/dist/preview/.next/BUILD_ID +1 -1
  5. package/dist/preview/.next/app-build-manifest.json +9 -9
  6. package/dist/preview/.next/build-manifest.json +3 -3
  7. package/dist/preview/.next/cache/.rscinfo +1 -1
  8. package/dist/preview/.next/cache/eslint/.cache_1c3sgg +1 -0
  9. package/dist/preview/.next/cache/webpack/client-production/0.pack +0 -0
  10. package/dist/preview/.next/cache/webpack/client-production/index.pack +0 -0
  11. package/dist/preview/.next/cache/webpack/edge-server-production/index.pack +0 -0
  12. package/dist/preview/.next/cache/webpack/server-production/0.pack +0 -0
  13. package/dist/preview/.next/cache/webpack/server-production/index.pack +0 -0
  14. package/dist/preview/.next/next-minimal-server.js.nft.json +1 -1
  15. package/dist/preview/.next/next-server.js.nft.json +1 -1
  16. package/dist/preview/.next/prerender-manifest.json +1 -1
  17. package/dist/preview/.next/required-server-files.json +1 -1
  18. package/dist/preview/.next/server/app/_not-found/page.js +1 -1
  19. package/dist/preview/.next/server/app/_not-found/page.js.nft.json +1 -1
  20. package/dist/preview/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  21. package/dist/preview/.next/server/app/favicon.ico/route.js +1 -1
  22. package/dist/preview/.next/server/app/page.js +1 -1
  23. package/dist/preview/.next/server/app/page.js.nft.json +1 -1
  24. package/dist/preview/.next/server/app/page_client-reference-manifest.js +1 -1
  25. package/dist/preview/.next/server/app/preview/[...slug]/page.js +7 -6
  26. package/dist/preview/.next/server/app/preview/[...slug]/page.js.nft.json +1 -1
  27. package/dist/preview/.next/server/app/preview/[...slug]/page_client-reference-manifest.js +1 -1
  28. package/dist/preview/.next/server/chunks/196.js +5 -0
  29. package/dist/preview/.next/server/chunks/391.js +1 -0
  30. package/dist/preview/.next/server/chunks/720.js +3 -3
  31. package/dist/preview/.next/server/middleware-build-manifest.js +1 -1
  32. package/dist/preview/.next/server/next-font-manifest.js +1 -1
  33. package/dist/preview/.next/server/next-font-manifest.json +1 -1
  34. package/dist/preview/.next/server/pages/500.html +1 -1
  35. package/dist/preview/.next/server/server-reference-manifest.js +1 -1
  36. package/dist/preview/.next/server/server-reference-manifest.json +1 -1
  37. package/dist/preview/.next/static/chunks/{154-69b91a0c2fd801b8.js → 154-4202f86af36ccff4.js} +1 -1
  38. package/dist/preview/.next/static/chunks/app/layout-a2901ed1c2c53661.js +1 -0
  39. package/dist/preview/.next/static/chunks/app/{page-2c3e297e38c526ef.js → page-54a86772095e22e0.js} +1 -1
  40. package/dist/preview/.next/static/chunks/app/preview/[...slug]/{page-2b4988ba6daf34e1.js → page-2bfad134b65ddd79.js} +1 -1
  41. package/dist/preview/.next/static/chunks/main-app-cd104297c6bcc87e.js +1 -0
  42. package/dist/preview/.next/trace +21 -20
  43. package/dist/preview/.next/types/app/layout.ts +1 -1
  44. package/dist/preview/.next/types/app/preview/[...slug]/page.ts +1 -1
  45. package/package.json +1 -1
  46. package/src/actions/get-emails-directory-metadata-action.ts +19 -0
  47. package/src/app/layout.tsx +1 -1
  48. package/src/app/preview/[...slug]/page.tsx +1 -1
  49. package/src/components/sidebar/sidebar-directory-children.tsx +1 -1
  50. package/src/components/sidebar/sidebar-directory.tsx +1 -1
  51. package/src/contexts/emails.tsx +3 -5
  52. package/src/{actions → utils}/get-emails-directory-metadata.spec.ts +1 -1
  53. package/src/utils/get-emails-directory-metadata.ts +119 -0
  54. package/dist/index.d.mts +0 -20
  55. package/dist/index.d.ts +0 -20
  56. package/dist/index.js +0 -96
  57. package/dist/index.mjs +0 -21
  58. package/dist/package/index.d.mts +0 -33
  59. package/dist/package/index.d.ts +0 -33
  60. package/dist/package/index.js +0 -62
  61. package/dist/package/index.mjs +0 -7
  62. package/dist/preview/.next/cache/eslint/.cache_1vyas3k +0 -1
  63. package/dist/preview/.next/server/chunks/420.js +0 -1
  64. package/dist/preview/.next/server/chunks/625.js +0 -5
  65. package/dist/preview/.next/static/chunks/app/layout-e1b6f1534cbbe5bd.js +0 -1
  66. package/dist/preview/.next/static/chunks/main-app-2c7f96205a73f128.js +0 -1
  67. package/src/actions/get-emails-directory-metadata.ts +0 -123
  68. package/src/package/body/dist/index.d.mts +0 -6
  69. package/src/package/body/dist/index.d.ts +0 -6
  70. package/src/package/body/dist/index.js +0 -79
  71. package/src/package/body/dist/index.mjs +0 -45
  72. package/src/package/button/dist/index.d.mts +0 -6
  73. package/src/package/button/dist/index.d.ts +0 -6
  74. package/src/package/button/dist/index.js +0 -252
  75. package/src/package/button/dist/index.mjs +0 -218
  76. package/src/package/code-block/dist/index.d.mts +0 -4906
  77. package/src/package/code-block/dist/index.d.ts +0 -4906
  78. package/src/package/code-block/dist/index.js +0 -18205
  79. package/src/package/code-block/dist/index.mjs +0 -18133
  80. package/src/package/code-inline/dist/index.d.mts +0 -11
  81. package/src/package/code-inline/dist/index.d.ts +0 -11
  82. package/src/package/code-inline/dist/index.js +0 -106
  83. package/src/package/code-inline/dist/index.mjs +0 -72
  84. package/src/package/column/dist/index.d.mts +0 -6
  85. package/src/package/column/dist/index.d.ts +0 -6
  86. package/src/package/column/dist/index.js +0 -79
  87. package/src/package/column/dist/index.mjs +0 -45
  88. package/src/package/components/dist/index.d.mts +0 -20
  89. package/src/package/components/dist/index.d.ts +0 -20
  90. package/src/package/components/dist/index.js +0 -62
  91. package/src/package/components/dist/index.mjs +0 -21
  92. package/src/package/container/dist/index.d.mts +0 -6
  93. package/src/package/container/dist/index.d.ts +0 -6
  94. package/src/package/container/dist/index.js +0 -93
  95. package/src/package/container/dist/index.mjs +0 -59
  96. package/src/package/font/dist/index.d.mts +0 -25
  97. package/src/package/font/dist/index.d.ts +0 -25
  98. package/src/package/font/dist/index.js +0 -55
  99. package/src/package/font/dist/index.mjs +0 -28
  100. package/src/package/head/dist/index.d.mts +0 -6
  101. package/src/package/head/dist/index.d.ts +0 -6
  102. package/src/package/head/dist/index.js +0 -83
  103. package/src/package/head/dist/index.mjs +0 -49
  104. package/src/package/heading/dist/index.d.mts +0 -43
  105. package/src/package/heading/dist/index.d.ts +0 -43
  106. package/src/package/heading/dist/index.js +0 -113
  107. package/src/package/heading/dist/index.mjs +0 -79
  108. package/src/package/hr/dist/index.d.mts +0 -6
  109. package/src/package/hr/dist/index.d.ts +0 -6
  110. package/src/package/hr/dist/index.js +0 -89
  111. package/src/package/hr/dist/index.mjs +0 -55
  112. package/src/package/html/dist/index.d.mts +0 -6
  113. package/src/package/html/dist/index.d.ts +0 -6
  114. package/src/package/html/dist/index.js +0 -79
  115. package/src/package/html/dist/index.mjs +0 -45
  116. package/src/package/img/dist/index.d.mts +0 -6
  117. package/src/package/img/dist/index.d.ts +0 -6
  118. package/src/package/img/dist/index.js +0 -94
  119. package/src/package/img/dist/index.mjs +0 -60
  120. package/src/package/link/dist/index.d.mts +0 -6
  121. package/src/package/link/dist/index.d.ts +0 -6
  122. package/src/package/link/dist/index.js +0 -90
  123. package/src/package/link/dist/index.mjs +0 -56
  124. package/src/package/markdown/dist/index.d.mts +0 -15
  125. package/src/package/markdown/dist/index.d.ts +0 -15
  126. package/src/package/markdown/dist/index.js +0 -92
  127. package/src/package/markdown/dist/index.mjs +0 -58
  128. package/src/package/preview/dist/index.d.mts +0 -12
  129. package/src/package/preview/dist/index.d.ts +0 -12
  130. package/src/package/preview/dist/index.js +0 -108
  131. package/src/package/preview/dist/index.mjs +0 -73
  132. package/src/package/render/dist/browser/index.d.mts +0 -24
  133. package/src/package/render/dist/browser/index.d.ts +0 -24
  134. package/src/package/render/dist/browser/index.js +0 -250
  135. package/src/package/render/dist/browser/index.mjs +0 -214
  136. package/src/package/render/dist/index.d.mts +0 -23
  137. package/src/package/render/dist/index.d.ts +0 -23
  138. package/src/package/render/dist/index.js +0 -768
  139. package/src/package/render/dist/index.mjs +0 -733
  140. package/src/package/render/dist/node/index.d.mts +0 -27
  141. package/src/package/render/dist/node/index.d.ts +0 -27
  142. package/src/package/render/dist/node/index.js +0 -212
  143. package/src/package/render/dist/node/index.mjs +0 -176
  144. package/src/package/row/dist/index.d.mts +0 -10
  145. package/src/package/row/dist/index.d.ts +0 -10
  146. package/src/package/row/dist/index.js +0 -93
  147. package/src/package/row/dist/index.mjs +0 -59
  148. package/src/package/section/dist/index.d.mts +0 -6
  149. package/src/package/section/dist/index.d.ts +0 -6
  150. package/src/package/section/dist/index.js +0 -93
  151. package/src/package/section/dist/index.mjs +0 -59
  152. package/src/package/tailwind/dist/index.d.ts +0 -19
  153. package/src/package/tailwind/dist/index.js +0 -48
  154. package/src/package/tailwind/dist/index.mjs +0 -17167
  155. package/src/package/tailwind/dist/tailwindcss/config.d.ts +0 -376
  156. package/src/package/tailwind/dist/tailwindcss/generated/.gitkeep +0 -0
  157. package/src/package/tailwind/dist/tailwindcss/generated/colors.d.ts +0 -298
  158. package/src/package/tailwind/dist/tailwindcss/generated/corePluginList.d.ts +0 -1
  159. package/src/package/tailwind/dist/tailwindcss/generated/default-theme.d.ts +0 -397
  160. package/src/package/tailwind/dist/tailwindcss/index.d.ts +0 -11
  161. package/src/package/text/dist/index.d.mts +0 -6
  162. package/src/package/text/dist/index.d.ts +0 -6
  163. package/src/package/text/dist/index.js +0 -89
  164. package/src/package/text/dist/index.mjs +0 -55
  165. /package/dist/preview/.next/static/{6K68y2QEZ1dLbv-Xhi30p → Trk1e7GzgKOLunAXBDCy-}/_buildManifest.js +0 -0
  166. /package/dist/preview/.next/static/{6K68y2QEZ1dLbv-Xhi30p → Trk1e7GzgKOLunAXBDCy-}/_ssgManifest.js +0 -0
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[177],{158:(e,t,r)=>{Promise.resolve().then(r.t.bind(r,3103,23)),Promise.resolve().then(r.t.bind(r,1359,23)),Promise.resolve().then(r.bind(r,3862))},3862:(e,t,r)=>{"use strict";r.d(t,{EmailsProvider:()=>u,J:()=>d});var a=r(4789),i=r(5569),o=r(5170);let l=(0,o.createServerReference)("7fdcfeb0c778bd7ec5ca7b7cb6d2c73cf0cc8f7a77",o.callServer,void 0,o.findSourceMapURL,"getEmailsDirectoryMetadata");var n=r(446),s=r(92);let c=(0,i.createContext)(void 0),d=()=>{let e=(0,i.useContext)(c);if(void 0===e)throw Error("Cannot call `useEmail()` outside of an EmailsContext provider!");return e},u=e=>{let[t,r]=(0,i.useState)(e.initialEmailsDirectoryMetadata);return"true"!==s.env.NEXT_PUBLIC_IS_BUILDING&&(0,n.a)(async()=>{let t=await l(e.initialEmailsDirectoryMetadata.absolutePath);if(t)r(t);else throw Error("Hot reloading: unable to find the emails directory to update the sidebar")}),(0,a.jsx)(c.Provider,{value:{emailsDirectoryMetadata:t},children:e.children})}},446:(e,t,r)=>{"use strict";r.d(t,{a:()=>o});var a=r(5569),i=r(3106);let o=e=>{let t=(0,a.useRef)(null);(0,a.useEffect)(()=>{t.current||(t.current=(0,i.io)());let r=t.current;return r.on("reload",t=>{console.debug("Reloading..."),e(t)}),()=>{r.off()}},[e])}},3103:()=>{}},e=>{var t=t=>e(e.s=t);e.O(0,[78,668,447,295,797,358],()=>t(158)),_N_E=e.O()}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[358],{5201:(e,s,n)=>{Promise.resolve().then(n.t.bind(n,6587,23)),Promise.resolve().then(n.t.bind(n,4657,23)),Promise.resolve().then(n.t.bind(n,9693,23)),Promise.resolve().then(n.t.bind(n,6730,23)),Promise.resolve().then(n.t.bind(n,9658,23)),Promise.resolve().then(n.t.bind(n,3960,23)),Promise.resolve().then(n.t.bind(n,6307,23))}},e=>{var s=s=>e(e.s=s);e.O(0,[295,797],()=>(s(1150),s(5201))),_N_E=e.O()}]);
@@ -1,123 +0,0 @@
1
- 'use server';
2
- /* eslint-disable @typescript-eslint/no-non-null-assertion */
3
- import fs from 'node:fs';
4
- import path from 'node:path';
5
- import { cache } from 'react';
6
-
7
- const isFileAnEmail = (fullPath: string): boolean => {
8
- const stat = fs.statSync(fullPath);
9
-
10
- if (stat.isDirectory()) return false;
11
-
12
- const { ext } = path.parse(fullPath);
13
-
14
- if (!['.js', '.tsx', '.jsx'].includes(ext)) return false;
15
-
16
- // This is to avoid a possible race condition where the file doesn't exist anymore
17
- // once we are checking if it is an actual email, this couuld cause issues that
18
- // would be very hard to debug and find out the why of it happening.
19
- if (!fs.existsSync(fullPath)) {
20
- return false;
21
- }
22
-
23
- // check with a heuristic to see if the file has at least
24
- // a default export
25
- const fileContents = fs.readFileSync(fullPath, 'utf8');
26
-
27
- return /\bexport\s+default\b/gm.test(fileContents);
28
- };
29
-
30
- export interface EmailsDirectory {
31
- absolutePath: string;
32
- relativePath: string;
33
- directoryName: string;
34
- emailFilenames: string[];
35
- subDirectories: EmailsDirectory[];
36
- }
37
-
38
- const mergeDirectoriesWithSubDirectories = (
39
- emailsDirectoryMetadata: EmailsDirectory,
40
- ): EmailsDirectory => {
41
- let currentResultingMergedDirectory: EmailsDirectory =
42
- emailsDirectoryMetadata;
43
-
44
- while (
45
- currentResultingMergedDirectory.emailFilenames.length === 0 &&
46
- currentResultingMergedDirectory.subDirectories.length === 1
47
- ) {
48
- const onlySubDirectory = currentResultingMergedDirectory.subDirectories[0]!;
49
- currentResultingMergedDirectory = {
50
- ...onlySubDirectory,
51
- directoryName: path.join(
52
- currentResultingMergedDirectory.directoryName,
53
- onlySubDirectory.directoryName,
54
- ),
55
- };
56
- }
57
-
58
- return currentResultingMergedDirectory;
59
- };
60
-
61
- export const getEmailsDirectoryMetadata = cache(
62
- async (
63
- absolutePathToEmailsDirectory: string,
64
- keepFileExtensions = false,
65
- isSubDirectory = false,
66
-
67
- baseDirectoryPath = absolutePathToEmailsDirectory,
68
- ): Promise<EmailsDirectory | undefined> => {
69
- if (!fs.existsSync(absolutePathToEmailsDirectory)) return;
70
-
71
- const dirents = await fs.promises.readdir(absolutePathToEmailsDirectory, {
72
- withFileTypes: true,
73
- });
74
-
75
- const emailFilenames = dirents
76
- .filter((dirent) =>
77
- isFileAnEmail(path.join(absolutePathToEmailsDirectory, dirent.name)),
78
- )
79
- .map((dirent) =>
80
- keepFileExtensions
81
- ? dirent.name
82
- : dirent.name.replace(path.extname(dirent.name), ''),
83
- );
84
-
85
- const subDirectories = await Promise.all(
86
- dirents
87
- .filter(
88
- (dirent) =>
89
- dirent.isDirectory() &&
90
- !dirent.name.startsWith('_') &&
91
- dirent.name !== 'static',
92
- )
93
- .map((dirent) => {
94
- const direntAbsolutePath = path.join(
95
- absolutePathToEmailsDirectory,
96
- dirent.name,
97
- );
98
-
99
- return getEmailsDirectoryMetadata(
100
- direntAbsolutePath,
101
- keepFileExtensions,
102
- true,
103
- baseDirectoryPath,
104
- ) as Promise<EmailsDirectory>;
105
- }),
106
- );
107
-
108
- const emailsMetadata = {
109
- absolutePath: absolutePathToEmailsDirectory,
110
- relativePath: path.relative(
111
- baseDirectoryPath,
112
- absolutePathToEmailsDirectory,
113
- ),
114
- directoryName: absolutePathToEmailsDirectory.split(path.sep).pop()!,
115
- emailFilenames,
116
- subDirectories,
117
- } satisfies EmailsDirectory;
118
-
119
- return isSubDirectory
120
- ? mergeDirectoriesWithSubDirectories(emailsMetadata)
121
- : emailsMetadata;
122
- },
123
- );
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
-
3
- type BodyProps = Readonly<React.HtmlHTMLAttributes<HTMLBodyElement>>;
4
- declare const Body: React.ForwardRefExoticComponent<Readonly<React.HtmlHTMLAttributes<HTMLBodyElement>> & React.RefAttributes<HTMLBodyElement>>;
5
-
6
- export { Body, type BodyProps };
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
-
3
- type BodyProps = Readonly<React.HtmlHTMLAttributes<HTMLBodyElement>>;
4
- declare const Body: React.ForwardRefExoticComponent<Readonly<React.HtmlHTMLAttributes<HTMLBodyElement>> & React.RefAttributes<HTMLBodyElement>>;
5
-
6
- export { Body, type BodyProps };
@@ -1,79 +0,0 @@
1
- "use strict";
2
- var __create = Object.create;
3
- var __defProp = Object.defineProperty;
4
- var __defProps = Object.defineProperties;
5
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
6
- var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
7
- var __getOwnPropNames = Object.getOwnPropertyNames;
8
- var __getOwnPropSymbols = Object.getOwnPropertySymbols;
9
- var __getProtoOf = Object.getPrototypeOf;
10
- var __hasOwnProp = Object.prototype.hasOwnProperty;
11
- var __propIsEnum = Object.prototype.propertyIsEnumerable;
12
- var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
13
- var __spreadValues = (a, b) => {
14
- for (var prop in b || (b = {}))
15
- if (__hasOwnProp.call(b, prop))
16
- __defNormalProp(a, prop, b[prop]);
17
- if (__getOwnPropSymbols)
18
- for (var prop of __getOwnPropSymbols(b)) {
19
- if (__propIsEnum.call(b, prop))
20
- __defNormalProp(a, prop, b[prop]);
21
- }
22
- return a;
23
- };
24
- var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
25
- var __objRest = (source, exclude) => {
26
- var target = {};
27
- for (var prop in source)
28
- if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
29
- target[prop] = source[prop];
30
- if (source != null && __getOwnPropSymbols)
31
- for (var prop of __getOwnPropSymbols(source)) {
32
- if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
33
- target[prop] = source[prop];
34
- }
35
- return target;
36
- };
37
- var __export = (target, all) => {
38
- for (var name in all)
39
- __defProp(target, name, { get: all[name], enumerable: true });
40
- };
41
- var __copyProps = (to, from, except, desc) => {
42
- if (from && typeof from === "object" || typeof from === "function") {
43
- for (let key of __getOwnPropNames(from))
44
- if (!__hasOwnProp.call(to, key) && key !== except)
45
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
46
- }
47
- return to;
48
- };
49
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
50
- // If the importer is in node compatibility mode or this is not an ESM
51
- // file that has been converted to a CommonJS file using a Babel-
52
- // compatible transform (i.e. "__esModule" has not been set), then set
53
- // "default" to the CommonJS "module.exports" for node compatibility.
54
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
55
- mod
56
- ));
57
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
58
-
59
- // src/index.ts
60
- var src_exports = {};
61
- __export(src_exports, {
62
- Body: () => Body
63
- });
64
- module.exports = __toCommonJS(src_exports);
65
-
66
- // src/body.tsx
67
- var React = __toESM(require("react"));
68
- var import_jsx_runtime = require("react/jsx-runtime");
69
- var Body = React.forwardRef(
70
- (_a, ref) => {
71
- var _b = _a, { children, style } = _b, props = __objRest(_b, ["children", "style"]);
72
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("body", __spreadProps(__spreadValues({}, props), { ref, style, children }));
73
- }
74
- );
75
- Body.displayName = "Body";
76
- // Annotate the CommonJS export names for ESM import in node:
77
- 0 && (module.exports = {
78
- Body
79
- });
@@ -1,45 +0,0 @@
1
- var __defProp = Object.defineProperty;
2
- var __defProps = Object.defineProperties;
3
- var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
4
- var __getOwnPropSymbols = Object.getOwnPropertySymbols;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __propIsEnum = Object.prototype.propertyIsEnumerable;
7
- var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
8
- var __spreadValues = (a, b) => {
9
- for (var prop in b || (b = {}))
10
- if (__hasOwnProp.call(b, prop))
11
- __defNormalProp(a, prop, b[prop]);
12
- if (__getOwnPropSymbols)
13
- for (var prop of __getOwnPropSymbols(b)) {
14
- if (__propIsEnum.call(b, prop))
15
- __defNormalProp(a, prop, b[prop]);
16
- }
17
- return a;
18
- };
19
- var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
20
- var __objRest = (source, exclude) => {
21
- var target = {};
22
- for (var prop in source)
23
- if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
24
- target[prop] = source[prop];
25
- if (source != null && __getOwnPropSymbols)
26
- for (var prop of __getOwnPropSymbols(source)) {
27
- if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
28
- target[prop] = source[prop];
29
- }
30
- return target;
31
- };
32
-
33
- // src/body.tsx
34
- import * as React from "react";
35
- import { jsx } from "react/jsx-runtime";
36
- var Body = React.forwardRef(
37
- (_a, ref) => {
38
- var _b = _a, { children, style } = _b, props = __objRest(_b, ["children", "style"]);
39
- return /* @__PURE__ */ jsx("body", __spreadProps(__spreadValues({}, props), { ref, style, children }));
40
- }
41
- );
42
- Body.displayName = "Body";
43
- export {
44
- Body
45
- };
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
-
3
- type ButtonProps = Readonly<React.ComponentPropsWithoutRef<"a">>;
4
- declare const Button: React.ForwardRefExoticComponent<Readonly<Omit<React.DetailedHTMLProps<React.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "ref">> & React.RefAttributes<HTMLAnchorElement>>;
5
-
6
- export { Button, type ButtonProps };
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
-
3
- type ButtonProps = Readonly<React.ComponentPropsWithoutRef<"a">>;
4
- declare const Button: React.ForwardRefExoticComponent<Readonly<Omit<React.DetailedHTMLProps<React.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "ref">> & React.RefAttributes<HTMLAnchorElement>>;
5
-
6
- export { Button, type ButtonProps };
@@ -1,252 +0,0 @@
1
- "use strict";
2
- var __create = Object.create;
3
- var __defProp = Object.defineProperty;
4
- var __defProps = Object.defineProperties;
5
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
6
- var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
7
- var __getOwnPropNames = Object.getOwnPropertyNames;
8
- var __getOwnPropSymbols = Object.getOwnPropertySymbols;
9
- var __getProtoOf = Object.getPrototypeOf;
10
- var __hasOwnProp = Object.prototype.hasOwnProperty;
11
- var __propIsEnum = Object.prototype.propertyIsEnumerable;
12
- var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
13
- var __spreadValues = (a, b) => {
14
- for (var prop in b || (b = {}))
15
- if (__hasOwnProp.call(b, prop))
16
- __defNormalProp(a, prop, b[prop]);
17
- if (__getOwnPropSymbols)
18
- for (var prop of __getOwnPropSymbols(b)) {
19
- if (__propIsEnum.call(b, prop))
20
- __defNormalProp(a, prop, b[prop]);
21
- }
22
- return a;
23
- };
24
- var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
25
- var __objRest = (source, exclude) => {
26
- var target = {};
27
- for (var prop in source)
28
- if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
29
- target[prop] = source[prop];
30
- if (source != null && __getOwnPropSymbols)
31
- for (var prop of __getOwnPropSymbols(source)) {
32
- if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
33
- target[prop] = source[prop];
34
- }
35
- return target;
36
- };
37
- var __export = (target, all) => {
38
- for (var name in all)
39
- __defProp(target, name, { get: all[name], enumerable: true });
40
- };
41
- var __copyProps = (to, from, except, desc) => {
42
- if (from && typeof from === "object" || typeof from === "function") {
43
- for (let key of __getOwnPropNames(from))
44
- if (!__hasOwnProp.call(to, key) && key !== except)
45
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
46
- }
47
- return to;
48
- };
49
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
50
- // If the importer is in node compatibility mode or this is not an ESM
51
- // file that has been converted to a CommonJS file using a Babel-
52
- // compatible transform (i.e. "__esModule" has not been set), then set
53
- // "default" to the CommonJS "module.exports" for node compatibility.
54
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
55
- mod
56
- ));
57
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
58
-
59
- // src/index.ts
60
- var src_exports = {};
61
- __export(src_exports, {
62
- Button: () => Button
63
- });
64
- module.exports = __toCommonJS(src_exports);
65
-
66
- // src/button.tsx
67
- var React = __toESM(require("react"));
68
-
69
- // src/utils/parse-padding.ts
70
- function convertToPx(value) {
71
- let px = 0;
72
- if (!value) {
73
- return px;
74
- }
75
- if (typeof value === "number") {
76
- return value;
77
- }
78
- const matches = /^([\d.]+)(px|em|rem|%)$/.exec(value);
79
- if (matches && matches.length === 3) {
80
- const numValue = parseFloat(matches[1]);
81
- const unit = matches[2];
82
- switch (unit) {
83
- case "px":
84
- return numValue;
85
- case "em":
86
- case "rem":
87
- px = numValue * 16;
88
- return px;
89
- case "%":
90
- px = numValue / 100 * 600;
91
- return px;
92
- default:
93
- return numValue;
94
- }
95
- } else {
96
- return 0;
97
- }
98
- }
99
- function parsePadding({
100
- padding = "",
101
- paddingTop,
102
- paddingRight,
103
- paddingBottom,
104
- paddingLeft
105
- }) {
106
- let pt = 0;
107
- let pr = 0;
108
- let pb = 0;
109
- let pl = 0;
110
- if (typeof padding === "number") {
111
- pt = padding;
112
- pr = padding;
113
- pb = padding;
114
- pl = padding;
115
- } else {
116
- const values = padding.split(/\s+/);
117
- switch (values.length) {
118
- case 1:
119
- pt = convertToPx(values[0]);
120
- pr = convertToPx(values[0]);
121
- pb = convertToPx(values[0]);
122
- pl = convertToPx(values[0]);
123
- break;
124
- case 2:
125
- pt = convertToPx(values[0]);
126
- pb = convertToPx(values[0]);
127
- pr = convertToPx(values[1]);
128
- pl = convertToPx(values[1]);
129
- break;
130
- case 3:
131
- pt = convertToPx(values[0]);
132
- pr = convertToPx(values[1]);
133
- pl = convertToPx(values[1]);
134
- pb = convertToPx(values[2]);
135
- break;
136
- case 4:
137
- pt = convertToPx(values[0]);
138
- pr = convertToPx(values[1]);
139
- pb = convertToPx(values[2]);
140
- pl = convertToPx(values[3]);
141
- break;
142
- default:
143
- break;
144
- }
145
- }
146
- return {
147
- pt: paddingTop ? convertToPx(paddingTop) : pt,
148
- pr: paddingRight ? convertToPx(paddingRight) : pr,
149
- pb: paddingBottom ? convertToPx(paddingBottom) : pb,
150
- pl: paddingLeft ? convertToPx(paddingLeft) : pl
151
- };
152
- }
153
-
154
- // src/utils/px-to-pt.ts
155
- var pxToPt = (px) => typeof px === "number" && !isNaN(Number(px)) ? px * 3 / 4 : null;
156
-
157
- // src/button.tsx
158
- var import_jsx_runtime = require("react/jsx-runtime");
159
- var maxFontWidth = 5;
160
- function computeFontWidthAndSpaceCount(expectedWidth) {
161
- if (expectedWidth === 0) return [0, 0];
162
- let smallestSpaceCount = 0;
163
- const computeRequiredFontWidth = () => {
164
- if (smallestSpaceCount > 0) {
165
- return expectedWidth / smallestSpaceCount / 2;
166
- }
167
- return Infinity;
168
- };
169
- while (computeRequiredFontWidth() > maxFontWidth) {
170
- smallestSpaceCount++;
171
- }
172
- return [computeRequiredFontWidth(), smallestSpaceCount];
173
- }
174
- var Button = React.forwardRef(
175
- (_a, ref) => {
176
- var _b = _a, { children, style, target = "_blank" } = _b, props = __objRest(_b, ["children", "style", "target"]);
177
- var _a2, _b2, _c, _d;
178
- const { pt, pr, pb, pl } = parsePadding({
179
- padding: style == null ? void 0 : style.padding,
180
- paddingLeft: (_a2 = style == null ? void 0 : style.paddingLeft) != null ? _a2 : style == null ? void 0 : style.paddingInline,
181
- paddingRight: (_b2 = style == null ? void 0 : style.paddingRight) != null ? _b2 : style == null ? void 0 : style.paddingInline,
182
- paddingTop: (_c = style == null ? void 0 : style.paddingTop) != null ? _c : style == null ? void 0 : style.paddingBlock,
183
- paddingBottom: (_d = style == null ? void 0 : style.paddingBottom) != null ? _d : style == null ? void 0 : style.paddingBlock
184
- });
185
- const y = pt + pb;
186
- const textRaise = pxToPt(y);
187
- const [plFontWidth, plSpaceCount] = computeFontWidthAndSpaceCount(pl);
188
- const [prFontWidth, prSpaceCount] = computeFontWidthAndSpaceCount(pr);
189
- return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
190
- "a",
191
- __spreadProps(__spreadValues({}, props), {
192
- ref,
193
- style: buttonStyle(__spreadProps(__spreadValues({}, style), { pt, pr, pb, pl })),
194
- target,
195
- children: [
196
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
197
- "span",
198
- {
199
- dangerouslySetInnerHTML: {
200
- // The `&#8202;` is as close to `1px` of an empty character as we can get, then, we use the `mso-font-width`
201
- // to scale it according to what padding the developer wants. `mso-font-width` also does not allow for percentages
202
- // >= 500% so we need to add extra spaces accordingly.
203
- //
204
- // See https://github.com/resend/react-email/issues/1512 for why we do not use letter-spacing instead.
205
- __html: `<!--[if mso]><i style="mso-font-width:${plFontWidth * 100}%;mso-text-raise:${textRaise}" hidden>${"&#8202;".repeat(
206
- plSpaceCount
207
- )}</i><![endif]-->`
208
- }
209
- }
210
- ),
211
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("span", { style: buttonTextStyle(pb), children }),
212
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
213
- "span",
214
- {
215
- dangerouslySetInnerHTML: {
216
- __html: `<!--[if mso]><i style="mso-font-width:${prFontWidth * 100}%" hidden>${"&#8202;".repeat(
217
- prSpaceCount
218
- )}&#8203;</i><![endif]-->`
219
- }
220
- }
221
- )
222
- ]
223
- })
224
- );
225
- }
226
- );
227
- Button.displayName = "Button";
228
- var buttonStyle = (style) => {
229
- const _a = style || {}, { pt, pr, pb, pl } = _a, rest = __objRest(_a, ["pt", "pr", "pb", "pl"]);
230
- return __spreadProps(__spreadValues({
231
- lineHeight: "100%",
232
- textDecoration: "none",
233
- display: "inline-block",
234
- maxWidth: "100%",
235
- msoPaddingAlt: "0px"
236
- }, rest), {
237
- padding: `${pt}px ${pr}px ${pb}px ${pl}px`
238
- });
239
- };
240
- var buttonTextStyle = (pb) => {
241
- return {
242
- maxWidth: "100%",
243
- display: "inline-block",
244
- lineHeight: "120%",
245
- msoPaddingAlt: "0px",
246
- msoTextRaise: pxToPt(pb || 0)
247
- };
248
- };
249
- // Annotate the CommonJS export names for ESM import in node:
250
- 0 && (module.exports = {
251
- Button
252
- });