@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.cjs.js
CHANGED
|
@@ -17386,7 +17386,7 @@ function Button({ config, devMode }) {
|
|
|
17386
17386
|
border: "0 solid",
|
|
17387
17387
|
margin: 0,
|
|
17388
17388
|
padding: 0,
|
|
17389
|
-
}, children: jsxRuntime.jsx("tbody", { children: jsxRuntime.jsx("tr", { children: jsxRuntime.jsxs("td", { children: [jsxRuntime.jsx("div", { dangerouslySetInnerHTML: { __html: vmlButton } }), jsxRuntime.jsx("table", { role: "presentation", cellPadding: 0, cellSpacing: 0, border: 0, style: {
|
|
17389
|
+
}, children: jsxRuntime.jsx("tbody", { children: jsxRuntime.jsx("tr", { children: jsxRuntime.jsxs("td", { children: [jsxRuntime.jsx("div", { dangerouslySetInnerHTML: { __html: vmlButton } }), jsxRuntime.jsx("div", { dangerouslySetInnerHTML: { __html: `<!--[if !mso]><!-->` } }), jsxRuntime.jsx("table", { role: "presentation", cellPadding: 0, cellSpacing: 0, border: 0, style: {
|
|
17390
17390
|
borderCollapse: "collapse",
|
|
17391
17391
|
width: "100%",
|
|
17392
17392
|
}, children: jsxRuntime.jsx("tbody", { children: jsxRuntime.jsx("tr", { children: jsxRuntime.jsx("td", { style: buttonTdStyle, children: React.createElement(devMode ? "button" : "a", Object.assign(Object.assign({}, (devMode
|
|
@@ -17395,7 +17395,7 @@ function Button({ config, devMode }) {
|
|
|
17395
17395
|
href,
|
|
17396
17396
|
target: "_blank",
|
|
17397
17397
|
rel: "noopener noreferrer",
|
|
17398
|
-
})), { style: linkStyle, draggable: false }), children) }) }) }) })] }) }) }) }));
|
|
17398
|
+
})), { style: linkStyle, draggable: false }), children) }) }) }) }), jsxRuntime.jsx("div", { dangerouslySetInnerHTML: { __html: `<!--<![endif]-->` } })] }) }) }) }));
|
|
17399
17399
|
}
|
|
17400
17400
|
var Button_default = React.memo(Button, arePropsEqual);
|
|
17401
17401
|
|