easy-email-pro-theme 1.57.10 → 1.57.11
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/lib/index.js +2 -0
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -17057,6 +17057,7 @@ const FontSize$2 = () => {
|
|
|
17057
17057
|
);
|
|
17058
17058
|
} else {
|
|
17059
17059
|
setFieldValue(contentNodePath, "attributes.font-size", val);
|
|
17060
|
+
setFontSizeValue(val);
|
|
17060
17061
|
}
|
|
17061
17062
|
};
|
|
17062
17063
|
return /* @__PURE__ */ React__default.createElement(React__default.Fragment, null, /* @__PURE__ */ React__default.createElement("div", { ref: setSelectRef }, /* @__PURE__ */ React__default.createElement(
|
|
@@ -17174,6 +17175,7 @@ const FontFamily$2 = () => {
|
|
|
17174
17175
|
);
|
|
17175
17176
|
} else {
|
|
17176
17177
|
setFieldValue(contentNodePath, "attributes.font-family", val);
|
|
17178
|
+
setFontFamilyValue(val);
|
|
17177
17179
|
}
|
|
17178
17180
|
addFont(val);
|
|
17179
17181
|
};
|