@react-email/button 0.0.16 → 0.0.17-canary.1
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/dist/index.js +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -223,7 +223,8 @@ var buttonStyle = (style) => {
|
|
|
223
223
|
lineHeight: "100%",
|
|
224
224
|
textDecoration: "none",
|
|
225
225
|
display: "inline-block",
|
|
226
|
-
maxWidth: "100%"
|
|
226
|
+
maxWidth: "100%",
|
|
227
|
+
msoPaddingAlt: "0px"
|
|
227
228
|
}, rest), {
|
|
228
229
|
padding: `${pt}px ${pr}px ${pb}px ${pl}px`
|
|
229
230
|
});
|
package/dist/index.mjs
CHANGED
|
@@ -190,7 +190,8 @@ var buttonStyle = (style) => {
|
|
|
190
190
|
lineHeight: "100%",
|
|
191
191
|
textDecoration: "none",
|
|
192
192
|
display: "inline-block",
|
|
193
|
-
maxWidth: "100%"
|
|
193
|
+
maxWidth: "100%",
|
|
194
|
+
msoPaddingAlt: "0px"
|
|
194
195
|
}, rest), {
|
|
195
196
|
padding: `${pt}px ${pr}px ${pb}px ${pl}px`
|
|
196
197
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-email/button",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.17-canary.1",
|
|
4
4
|
"description": "A link that is styled to look like a button",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -35,13 +35,13 @@
|
|
|
35
35
|
"node": ">=18.0.0"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
|
-
"react": "^18.
|
|
38
|
+
"react": "^18.0 || ^19.0 || ^19.0.0-rc"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@babel/preset-react": "7.23.3",
|
|
42
42
|
"typescript": "5.1.6",
|
|
43
|
+
"@react-email/render": "0.0.18-canary.0",
|
|
43
44
|
"eslint-config-custom": "0.0.0",
|
|
44
|
-
"@react-email/render": "0.0.17",
|
|
45
45
|
"tsconfig": "0.0.0"
|
|
46
46
|
},
|
|
47
47
|
"publishConfig": {
|