@react-email/tailwind 2.0.0-tailwindv4.3 → 2.0.0

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-email/tailwind",
3
- "version": "2.0.0-tailwindv4.3",
3
+ "version": "2.0.0",
4
4
  "description": "A React component to wrap emails with Tailwind CSS",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -33,10 +33,53 @@
33
33
  "tailwind"
34
34
  ],
35
35
  "engines": {
36
- "node": ">=18.0.0"
36
+ "node": ">=22.0.0"
37
37
  },
38
38
  "peerDependencies": {
39
- "react": "^18.0 || ^19.0 || ^19.0.0-rc"
39
+ "react": "^18.0 || ^19.0 || ^19.0.0-rc",
40
+ "@react-email/body": "0.2.0",
41
+ "@react-email/code-inline": "0.0.5",
42
+ "@react-email/code-block": "0.2.0",
43
+ "@react-email/heading": "0.0.15",
44
+ "@react-email/hr": "0.0.11",
45
+ "@react-email/img": "0.0.11",
46
+ "@react-email/container": "0.0.15",
47
+ "@react-email/link": "0.0.12",
48
+ "@react-email/text": "0.1.5",
49
+ "@react-email/preview": "0.0.13",
50
+ "@react-email/button": "0.2.0"
51
+ },
52
+ "peerDependenciesMeta": {
53
+ "@react-email/button": {
54
+ "optional": true
55
+ },
56
+ "@react-email/body": {
57
+ "optional": true
58
+ },
59
+ "@react-email/code-block": {
60
+ "optional": true
61
+ },
62
+ "@react-email/code-inline": {
63
+ "optional": true
64
+ },
65
+ "@react-email/container": {
66
+ "optional": true
67
+ },
68
+ "@react-email/heading": {
69
+ "optional": true
70
+ },
71
+ "@react-email/hr": {
72
+ "optional": true
73
+ },
74
+ "@react-email/img": {
75
+ "optional": true
76
+ },
77
+ "@react-email/link": {
78
+ "optional": true
79
+ },
80
+ "@react-email/preview": {
81
+ "optional": true
82
+ }
40
83
  },
41
84
  "devDependencies": {
42
85
  "@responsive-email/react-email": "0.0.4",
@@ -50,13 +93,13 @@
50
93
  "vite": "6.3.6",
51
94
  "vite-plugin-dts": "4.5.3",
52
95
  "yalc": "1.0.0-pre.53",
53
- "@react-email/button": "^0.2.1-tailwindv4.0",
54
- "@react-email/heading": "0.0.16-tailwindv4.0",
96
+ "@react-email/button": "^0.2.0",
55
97
  "@react-email/head": "0.0.12",
56
- "@react-email/hr": "0.0.12-tailwindv4.0",
98
+ "@react-email/heading": "0.0.15",
99
+ "@react-email/hr": "0.0.11",
57
100
  "@react-email/html": "0.0.11",
58
- "@react-email/link": "0.0.13-tailwindv4.0",
59
- "@react-email/render": "1.3.2",
101
+ "@react-email/link": "0.0.12",
102
+ "@react-email/render": "2.0.0",
60
103
  "tsconfig": "0.0.0"
61
104
  },
62
105
  "publishConfig": {