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

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-tailwindv4.4",
4
4
  "description": "A React component to wrap emails with Tailwind CSS",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -36,7 +36,49 @@
36
36
  "node": ">=18.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/button": "*",
41
+ "@react-email/body": "*",
42
+ "@react-email/code-block": "*",
43
+ "@react-email/code-inline": "*",
44
+ "@react-email/container": "*",
45
+ "@react-email/heading": "*",
46
+ "@react-email/hr": "*",
47
+ "@react-email/img": "*",
48
+ "@react-email/link": "*",
49
+ "@react-email/preview": "*"
50
+ },
51
+ "peerDependenciesMeta": {
52
+ "@react-email/button": {
53
+ "optional": true
54
+ },
55
+ "@react-email/body": {
56
+ "optional": true
57
+ },
58
+ "@react-email/code-block": {
59
+ "optional": true
60
+ },
61
+ "@react-email/code-inline": {
62
+ "optional": true
63
+ },
64
+ "@react-email/container": {
65
+ "optional": true
66
+ },
67
+ "@react-email/heading": {
68
+ "optional": true
69
+ },
70
+ "@react-email/hr": {
71
+ "optional": true
72
+ },
73
+ "@react-email/img": {
74
+ "optional": true
75
+ },
76
+ "@react-email/link": {
77
+ "optional": true
78
+ },
79
+ "@react-email/preview": {
80
+ "optional": true
81
+ }
40
82
  },
41
83
  "devDependencies": {
42
84
  "@responsive-email/react-email": "0.0.4",
@@ -50,12 +92,12 @@
50
92
  "vite": "6.3.6",
51
93
  "vite-plugin-dts": "4.5.3",
52
94
  "yalc": "1.0.0-pre.53",
53
- "@react-email/button": "^0.2.1-tailwindv4.0",
54
- "@react-email/heading": "0.0.16-tailwindv4.0",
95
+ "@react-email/button": "^0.2.0",
55
96
  "@react-email/head": "0.0.12",
56
- "@react-email/hr": "0.0.12-tailwindv4.0",
97
+ "@react-email/heading": "0.0.15",
98
+ "@react-email/hr": "0.0.11",
57
99
  "@react-email/html": "0.0.11",
58
- "@react-email/link": "0.0.13-tailwindv4.0",
100
+ "@react-email/link": "0.0.12",
59
101
  "@react-email/render": "1.3.2",
60
102
  "tsconfig": "0.0.0"
61
103
  },