@react-email/column 0.0.8 → 0.0.9

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 (2) hide show
  1. package/package.json +15 -15
  2. package/readme.md +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-email/column",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "description": "Display a column that separates content areas vertically in your email",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -12,7 +12,7 @@
12
12
  "exports": {
13
13
  ".": {
14
14
  "import": {
15
- "types": "./dist/index.d.ts",
15
+ "types": "./dist/index.d.mts",
16
16
  "default": "./dist/index.mjs"
17
17
  },
18
18
  "require": {
@@ -22,14 +22,6 @@
22
22
  }
23
23
  },
24
24
  "license": "MIT",
25
- "scripts": {
26
- "build": "tsup src/index.ts --format esm,cjs --dts --external react",
27
- "clean": "rm -rf dist",
28
- "dev": "tsup src/index.ts --format esm,cjs --dts --external react --watch",
29
- "lint": "eslint .",
30
- "test:watch": "vitest",
31
- "test": "vitest run"
32
- },
33
25
  "repository": {
34
26
  "type": "git",
35
27
  "url": "https://github.com/resendlabs/react-email.git",
@@ -47,12 +39,20 @@
47
39
  },
48
40
  "devDependencies": {
49
41
  "@babel/preset-react": "7.22.5",
50
- "@react-email/render": "workspace:*",
51
- "eslint-config-custom": "workspace:*",
52
- "tsconfig": "workspace:*",
53
- "typescript": "5.1.6"
42
+ "typescript": "5.1.6",
43
+ "tsconfig": "0.0.0",
44
+ "eslint-config-custom": "0.0.0",
45
+ "@react-email/render": "0.0.10"
54
46
  },
55
47
  "publishConfig": {
56
48
  "access": "public"
49
+ },
50
+ "scripts": {
51
+ "build": "tsup src/index.ts --format esm,cjs --dts --external react",
52
+ "clean": "rm -rf dist",
53
+ "dev": "tsup src/index.ts --format esm,cjs --dts --external react --watch",
54
+ "lint": "eslint .",
55
+ "test:watch": "vitest",
56
+ "test": "vitest run"
57
57
  }
58
- }
58
+ }
package/readme.md CHANGED
@@ -34,6 +34,7 @@ Add the component to your email template. Include styles where needed.
34
34
  ```jsx
35
35
  import { Row } from '@react-email/row';
36
36
  import { Column } from '@react-email/column';
37
+
37
38
  const Email = () => {
38
39
  return(
39
40
  <Row>