@react-email/text
Advanced tools
Comparing version
@@ -143,3 +143,3 @@ "use strict"; | ||
var _b = _a, { style } = _b, props = __objRest(_b, ["style"]); | ||
const modifiedStyle = __spreadValues({}, style); | ||
let modifiedStyle = {}; | ||
if (modifiedStyle.marginBottom === void 0) { | ||
@@ -151,2 +151,3 @@ modifiedStyle.marginBottom = "16px"; | ||
} | ||
modifiedStyle = __spreadValues(__spreadValues({}, modifiedStyle), style); | ||
const margins = computeMargins(modifiedStyle); | ||
@@ -153,0 +154,0 @@ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)( |
{ | ||
"name": "@react-email/text", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "A block of text separated by blank spaces", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
Sorry, the diff of this file is not supported yet
15135
0.71%299
0.67%