@pagenflow/email 1.1.5 → 1.1.6
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.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -17384,7 +17384,7 @@ function Button({ config, devMode }) {
|
|
|
17384
17384
|
border: "0 solid",
|
|
17385
17385
|
margin: 0,
|
|
17386
17386
|
padding: 0,
|
|
17387
|
-
}, children: jsx("tbody", { children: jsx("tr", { children: jsxs("td", { children: [jsx("div", { dangerouslySetInnerHTML: { __html: vmlButton } }), jsx("table", { role: "presentation", cellPadding: 0, cellSpacing: 0, border: 0, style: {
|
|
17387
|
+
}, children: jsx("tbody", { children: jsx("tr", { children: jsxs("td", { children: [jsx("div", { dangerouslySetInnerHTML: { __html: vmlButton } }), jsx("div", { dangerouslySetInnerHTML: { __html: `<!--[if !mso]><!-->` } }), jsx("table", { role: "presentation", cellPadding: 0, cellSpacing: 0, border: 0, style: {
|
|
17388
17388
|
borderCollapse: "collapse",
|
|
17389
17389
|
width: "100%",
|
|
17390
17390
|
}, children: jsx("tbody", { children: jsx("tr", { children: jsx("td", { style: buttonTdStyle, children: createElement(devMode ? "button" : "a", Object.assign(Object.assign({}, (devMode
|
|
@@ -17393,7 +17393,7 @@ function Button({ config, devMode }) {
|
|
|
17393
17393
|
href,
|
|
17394
17394
|
target: "_blank",
|
|
17395
17395
|
rel: "noopener noreferrer",
|
|
17396
|
-
})), { style: linkStyle, draggable: false }), children) }) }) }) })] }) }) }) }));
|
|
17396
|
+
})), { style: linkStyle, draggable: false }), children) }) }) }) }), jsx("div", { dangerouslySetInnerHTML: { __html: `<!--<![endif]-->` } })] }) }) }) }));
|
|
17397
17397
|
}
|
|
17398
17398
|
var Button_default = memo(Button, arePropsEqual);
|
|
17399
17399
|
|