@unmail/react 0.1.0 → 0.1.2

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.
package/package.json CHANGED
@@ -1,11 +1,10 @@
1
1
  {
2
2
  "name": "@unmail/react",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Unstyled components for creating beautiful emails with React",
5
5
  "sideEffects": false,
6
6
  "license": "MIT",
7
- "main": "./dist/index.js",
8
- "module": "./dist/index.mjs",
7
+ "type": "module",
9
8
  "types": "./dist/index.d.ts",
10
9
  "files": [
11
10
  "dist/**"
@@ -13,56 +12,55 @@
13
12
  "exports": {
14
13
  ".": {
15
14
  "import": {
16
- "types": "./dist/index.d.mts",
17
- "default": "./dist/index.mjs"
18
- },
19
- "require": {
20
15
  "types": "./dist/index.d.ts",
21
16
  "default": "./dist/index.js"
22
17
  }
23
18
  }
24
19
  },
20
+ "scripts": {
21
+ "build": "tsdown src/index.ts --format esm --dts --external react --external react-dom --external prettier --external html-to-text --external tailwindcss --external css-tree --external marked",
22
+ "dev": "tsdown src/index.ts --format esm --dts --watch",
23
+ "test": "vitest run",
24
+ "test:watch": "vitest"
25
+ },
25
26
  "peerDependencies": {
26
27
  "react": "^18.0.0 || ^19.0.0",
27
28
  "react-dom": "^18.0.0 || ^19.0.0"
28
29
  },
29
30
  "dependencies": {
30
31
  "html-to-text": "^9.0.5",
31
- "prettier": "^3.5.3"
32
+ "prettier": "^3.5.3",
33
+ "prismjs": "^1.30.0"
32
34
  },
33
35
  "optionalDependencies": {
34
- "tailwindcss": "^4.1.18",
35
36
  "css-tree": "^3.1.0",
36
- "marked": "^15.0.0"
37
+ "marked": "^15.0.0",
38
+ "tailwindcss": "^4.1.18"
37
39
  },
38
40
  "devDependencies": {
39
41
  "@types/css-tree": "^2.3.10",
40
42
  "@types/html-to-text": "^9.0.4",
43
+ "@types/prismjs": "^1.26.6",
41
44
  "@types/react": "^19.0.1",
42
45
  "@types/react-dom": "^19.0.1",
43
46
  "react": "^19.0.0",
44
47
  "react-dom": "^19.0.0",
45
- "tsconfig": "0.0.0"
48
+ "tsconfig": "workspace:*"
46
49
  },
47
50
  "publishConfig": {
48
51
  "access": "public"
49
52
  },
50
53
  "repository": {
51
54
  "type": "git",
52
- "url": "https://github.com/pfrfrh/unmail.git",
55
+ "url": "https://github.com/unmail/unmail",
53
56
  "directory": "packages/react"
54
57
  },
58
+ "homepage": "https://unmail.github.io/unmail/",
55
59
  "keywords": [
56
60
  "react",
57
61
  "email",
58
62
  "components",
59
63
  "tailwind",
60
64
  "unstyled"
61
- ],
62
- "scripts": {
63
- "build": "tsdown src/index.ts --format esm,cjs --dts --external react --external react-dom --external prettier --external html-to-text --external tailwindcss --external css-tree --external marked",
64
- "dev": "tsdown src/index.ts --format esm,cjs --dts --watch",
65
- "test": "vitest run",
66
- "test:watch": "vitest"
67
- }
68
- }
65
+ ]
66
+ }
package/dist/index.d.mts DELETED
@@ -1,212 +0,0 @@
1
- import * as React$2 from "react";
2
- import React$1 from "react";
3
- import { HtmlToTextOptions } from "html-to-text";
4
- import "css-tree";
5
- import { Config } from "tailwindcss";
6
-
7
- //#region src/components/body.d.ts
8
- type BodyProps = Readonly<React$2.HtmlHTMLAttributes<HTMLBodyElement>>;
9
- declare const Body: React$2.ForwardRefExoticComponent<Readonly<React$2.HtmlHTMLAttributes<HTMLBodyElement>> & React$2.RefAttributes<HTMLBodyElement>>;
10
- //#endregion
11
- //#region src/components/button.d.ts
12
- type ButtonProps = Readonly<React$2.ComponentPropsWithoutRef<'a'>>;
13
- declare module 'react' {
14
- interface CSSProperties {
15
- msoPaddingAlt?: string | number | undefined;
16
- msoTextRaise?: string | number | undefined;
17
- }
18
- }
19
- declare const Button: React$2.ForwardRefExoticComponent<Readonly<Omit<React$2.DetailedHTMLProps<React$2.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "ref">> & React$2.RefAttributes<HTMLAnchorElement>>;
20
- //#endregion
21
- //#region src/components/column.d.ts
22
- type ColumnProps = Readonly<React$2.ComponentPropsWithoutRef<'td'>>;
23
- declare const Column: React$2.ForwardRefExoticComponent<Readonly<Omit<React$2.DetailedHTMLProps<React$2.TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>, "ref">> & React$2.RefAttributes<HTMLTableCellElement>>;
24
- //#endregion
25
- //#region src/components/container.d.ts
26
- type ContainerProps = Readonly<React$2.ComponentPropsWithoutRef<'table'>>;
27
- declare const Container: React$2.ForwardRefExoticComponent<Readonly<Omit<React$2.DetailedHTMLProps<React$2.TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, "ref">> & React$2.RefAttributes<HTMLTableElement>>;
28
- //#endregion
29
- //#region src/components/font.d.ts
30
- type FallbackFont = 'Arial' | 'Helvetica' | 'Verdana' | 'Georgia' | 'Times New Roman' | 'serif' | 'sans-serif' | 'monospace' | 'cursive' | 'fantasy';
31
- type FontFormat = 'woff' | 'woff2' | 'truetype' | 'opentype' | 'embedded-opentype' | 'svg';
32
- type FontWeight = React$2.CSSProperties['fontWeight'];
33
- type FontStyle = React$2.CSSProperties['fontStyle'];
34
- interface FontProps {
35
- /** The font you want to use. NOTE: Do not insert multiple fonts here, use fallbackFontFamily for that */
36
- fontFamily: string;
37
- /** An array is possible, but the order of the array is the priority order */
38
- fallbackFontFamily: FallbackFont | FallbackFont[];
39
- /** Not all clients support web fonts. For support check: https://www.caniemail.com/features/css-at-font-face/ */
40
- webFont?: {
41
- url: string;
42
- format: FontFormat;
43
- };
44
- /** Default: 'normal' */
45
- fontStyle?: FontStyle;
46
- /** Default: 400 */
47
- fontWeight?: FontWeight;
48
- }
49
- /** The component MUST be placed inside the <Head> component */
50
- declare const Font: React$2.FC<Readonly<FontProps>>;
51
- //#endregion
52
- //#region src/components/head.d.ts
53
- type HeadProps = Readonly<React$2.ComponentPropsWithoutRef<'head'>>;
54
- declare const Head: React$2.ForwardRefExoticComponent<Readonly<Omit<React$2.DetailedHTMLProps<React$2.HTMLAttributes<HTMLHeadElement>, HTMLHeadElement>, "ref">> & React$2.RefAttributes<HTMLHeadElement>>;
55
- //#endregion
56
- //#region src/utils/as.d.ts
57
- type As<DefaultTag extends React.ElementType, T1 extends React.ElementType, T2 extends React.ElementType = T1, T3 extends React.ElementType = T1, T4 extends React.ElementType = T1, T5 extends React.ElementType = T1> = (React.ComponentPropsWithRef<DefaultTag> & {
58
- as?: DefaultTag;
59
- }) | (React.ComponentPropsWithRef<T1> & {
60
- as: T1;
61
- }) | (React.ComponentPropsWithRef<T2> & {
62
- as: T2;
63
- }) | (React.ComponentPropsWithRef<T3> & {
64
- as: T3;
65
- }) | (React.ComponentPropsWithRef<T4> & {
66
- as: T4;
67
- }) | (React.ComponentPropsWithRef<T5> & {
68
- as: T5;
69
- });
70
- //#endregion
71
- //#region src/utils/spaces.d.ts
72
- interface Margin {
73
- m?: number | string;
74
- mx?: number | string;
75
- my?: number | string;
76
- mt?: number | string;
77
- mr?: number | string;
78
- mb?: number | string;
79
- ml?: number | string;
80
- }
81
- //#endregion
82
- //#region src/components/heading.d.ts
83
- type HeadingAs = As<'h1', 'h2', 'h3', 'h4', 'h5', 'h6'>;
84
- type HeadingProps = HeadingAs & Margin;
85
- declare const Heading: React$2.ForwardRefExoticComponent<(Omit<Readonly<React$2.ClassAttributes<HTMLHeadingElement> & React$2.HTMLAttributes<HTMLHeadingElement> & {
86
- as?: "h1" | undefined;
87
- } & Margin>, "ref"> | Omit<Readonly<React$2.ClassAttributes<HTMLHeadingElement> & React$2.HTMLAttributes<HTMLHeadingElement> & {
88
- as: "h2";
89
- } & Margin>, "ref"> | Omit<Readonly<React$2.ClassAttributes<HTMLHeadingElement> & React$2.HTMLAttributes<HTMLHeadingElement> & {
90
- as: "h3";
91
- } & Margin>, "ref"> | Omit<Readonly<React$2.ClassAttributes<HTMLHeadingElement> & React$2.HTMLAttributes<HTMLHeadingElement> & {
92
- as: "h4";
93
- } & Margin>, "ref"> | Omit<Readonly<React$2.ClassAttributes<HTMLHeadingElement> & React$2.HTMLAttributes<HTMLHeadingElement> & {
94
- as: "h5";
95
- } & Margin>, "ref"> | Omit<Readonly<React$2.ClassAttributes<HTMLHeadingElement> & React$2.HTMLAttributes<HTMLHeadingElement> & {
96
- as: "h6";
97
- } & Margin>, "ref">) & React$2.RefAttributes<HTMLHeadingElement>>;
98
- //#endregion
99
- //#region src/components/hr.d.ts
100
- type HrProps = Readonly<React$2.ComponentPropsWithoutRef<'hr'>>;
101
- declare const Hr: React$2.ForwardRefExoticComponent<Readonly<Omit<React$2.DetailedHTMLProps<React$2.HTMLAttributes<HTMLHRElement>, HTMLHRElement>, "ref">> & React$2.RefAttributes<HTMLHRElement>>;
102
- //#endregion
103
- //#region src/components/html.d.ts
104
- type HtmlProps = Readonly<React$2.ComponentPropsWithoutRef<'html'>>;
105
- declare const Html: React$2.ForwardRefExoticComponent<Readonly<Omit<React$2.DetailedHTMLProps<React$2.HtmlHTMLAttributes<HTMLHtmlElement>, HTMLHtmlElement>, "ref">> & React$2.RefAttributes<HTMLHtmlElement>>;
106
- //#endregion
107
- //#region src/components/img.d.ts
108
- type ImgProps = Readonly<React$2.ComponentPropsWithoutRef<'img'>>;
109
- declare const Img: React$2.ForwardRefExoticComponent<Readonly<Omit<React$2.DetailedHTMLProps<React$2.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref">> & React$2.RefAttributes<HTMLImageElement>>;
110
- //#endregion
111
- //#region src/components/link.d.ts
112
- type LinkProps = Readonly<React$2.ComponentPropsWithoutRef<'a'>>;
113
- declare const Link: React$2.ForwardRefExoticComponent<Readonly<Omit<React$2.DetailedHTMLProps<React$2.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "ref">> & React$2.RefAttributes<HTMLAnchorElement>>;
114
- //#endregion
115
- //#region src/utils/markdown-styles.d.ts
116
- type MarkdownStylesType = {
117
- h1?: React.CSSProperties;
118
- h2?: React.CSSProperties;
119
- h3?: React.CSSProperties;
120
- h4?: React.CSSProperties;
121
- h5?: React.CSSProperties;
122
- h6?: React.CSSProperties;
123
- blockQuote?: React.CSSProperties;
124
- bold?: React.CSSProperties;
125
- italic?: React.CSSProperties;
126
- link?: React.CSSProperties;
127
- codeBlock?: React.CSSProperties;
128
- codeInline?: React.CSSProperties;
129
- p?: React.CSSProperties;
130
- li?: React.CSSProperties;
131
- ul?: React.CSSProperties;
132
- ol?: React.CSSProperties;
133
- image?: React.CSSProperties;
134
- br?: React.CSSProperties;
135
- hr?: React.CSSProperties;
136
- table?: React.CSSProperties;
137
- thead?: React.CSSProperties;
138
- tbody?: React.CSSProperties;
139
- tr?: React.CSSProperties;
140
- th?: React.CSSProperties;
141
- td?: React.CSSProperties;
142
- strikethrough?: React.CSSProperties;
143
- };
144
- //#endregion
145
- //#region src/components/markdown.d.ts
146
- type MarkdownProps = Readonly<{
147
- children: string;
148
- markdownCustomStyles?: MarkdownStylesType;
149
- markdownContainerStyles?: React$2.CSSProperties;
150
- }>;
151
- declare const Markdown: React$2.ForwardRefExoticComponent<Readonly<{
152
- children: string;
153
- markdownCustomStyles?: MarkdownStylesType;
154
- markdownContainerStyles?: React$2.CSSProperties;
155
- }> & React$2.RefAttributes<HTMLDivElement>>;
156
- //#endregion
157
- //#region src/components/preview.d.ts
158
- type PreviewProps = Readonly<React$2.ComponentPropsWithoutRef<'div'> & {
159
- children: string | string[];
160
- }>;
161
- declare const Preview: React$2.ForwardRefExoticComponent<Readonly<Omit<React$2.DetailedHTMLProps<React$2.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
162
- children: string | string[];
163
- }> & React$2.RefAttributes<HTMLDivElement>>;
164
- //#endregion
165
- //#region src/components/row.d.ts
166
- type RowProps = Readonly<React$2.ComponentPropsWithoutRef<'table'> & {
167
- children: React$2.ReactNode;
168
- }>;
169
- declare const Row: React$2.ForwardRefExoticComponent<Readonly<Omit<React$2.DetailedHTMLProps<React$2.TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, "ref"> & {
170
- children: React$2.ReactNode;
171
- }> & React$2.RefAttributes<HTMLTableElement>>;
172
- //#endregion
173
- //#region src/components/section.d.ts
174
- type SectionProps = Readonly<React$2.ComponentPropsWithoutRef<'table'>>;
175
- declare const Section: React$2.ForwardRefExoticComponent<Readonly<Omit<React$2.DetailedHTMLProps<React$2.TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, "ref">> & React$2.RefAttributes<HTMLTableElement>>;
176
- //#endregion
177
- //#region src/components/text.d.ts
178
- type TextProps = Readonly<React$2.ComponentPropsWithoutRef<'p'>>;
179
- declare const Text: React$2.ForwardRefExoticComponent<Readonly<Omit<React$2.DetailedHTMLProps<React$2.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">> & React$2.RefAttributes<HTMLParagraphElement>>;
180
- //#endregion
181
- //#region src/render/options.d.ts
182
- type RenderOptions = {
183
- pretty?: boolean;
184
- } & ({
185
- plainText?: false;
186
- } | {
187
- plainText?: true;
188
- htmlToTextOptions?: HtmlToTextOptions;
189
- });
190
- //#endregion
191
- //#region src/render/render.d.ts
192
- declare function render(element: React.ReactElement, options?: RenderOptions): Promise<string>;
193
- //#endregion
194
- //#region src/tailwind/tailwind.d.ts
195
- type TailwindConfig = Omit<Config, 'content'>;
196
- interface TailwindProps {
197
- children: React$2.ReactNode;
198
- config?: TailwindConfig;
199
- }
200
- interface EmailElementProps {
201
- children?: React$2.ReactNode;
202
- className?: string;
203
- style?: React$2.CSSProperties;
204
- }
205
- declare const pixelBasedPreset: TailwindConfig;
206
- declare function Tailwind({
207
- children,
208
- config
209
- }: TailwindProps): React$2.ReactNode;
210
- //#endregion
211
- export { Body, type BodyProps, Button, type ButtonProps, Column, type ColumnProps, Container, type ContainerProps, type EmailElementProps, Font, type FontProps, Head, type HeadProps, Heading, type HeadingProps, Hr, type HrProps, Html, type HtmlProps, Img, type ImgProps, Link, type LinkProps, Markdown, type MarkdownProps, Preview, type PreviewProps, type RenderOptions, Row, type RowProps, Section, type SectionProps, Tailwind, type TailwindConfig, type TailwindProps, Text, type TextProps, pixelBasedPreset, render };
212
- //# sourceMappingURL=index.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.mts","names":[],"sources":["../src/components/body.tsx","../src/components/button.tsx","../src/components/column.tsx","../src/components/container.tsx","../src/components/font.tsx","../src/components/head.tsx","../src/utils/as.ts","../src/utils/spaces.ts","../src/components/heading.tsx","../src/components/hr.tsx","../src/components/html.tsx","../src/components/img.tsx","../src/components/link.tsx","../src/utils/markdown-styles.ts","../src/components/markdown.tsx","../src/components/preview.tsx","../src/components/row.tsx","../src/components/section.tsx","../src/components/text.tsx","../src/render/options.ts","../src/render/render.tsx","../src/tailwind/tailwind.tsx"],"sourcesContent":[],"mappings":"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"}