easy-email-pro-theme 1.51.10 → 1.52.0
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 -2
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -28864,7 +28864,7 @@ function FontFamily$1(props) {
|
|
|
28864
28864
|
addFont(val);
|
|
28865
28865
|
});
|
|
28866
28866
|
return useMemo(
|
|
28867
|
-
() => value ? /* @__PURE__ */ React__default.createElement(Tooltip, { content: Array.isArray(value) ? value.join(",") : value }, /* @__PURE__ */ React__default.createElement(
|
|
28867
|
+
() => value ? /* @__PURE__ */ React__default.createElement(Tooltip, { content: Array.isArray(value) ? value.join(",") : value }, /* @__PURE__ */ React__default.createElement("div", null, /* @__PURE__ */ React__default.createElement(
|
|
28868
28868
|
AttributeField.SelectField,
|
|
28869
28869
|
__spreadProps(__spreadValues({
|
|
28870
28870
|
label: t("Font family"),
|
|
@@ -28881,7 +28881,7 @@ function FontFamily$1(props) {
|
|
|
28881
28881
|
}
|
|
28882
28882
|
}
|
|
28883
28883
|
})
|
|
28884
|
-
)) : /* @__PURE__ */ React__default.createElement(
|
|
28884
|
+
))) : /* @__PURE__ */ React__default.createElement(
|
|
28885
28885
|
AttributeField.SelectField,
|
|
28886
28886
|
__spreadProps(__spreadValues({
|
|
28887
28887
|
label: t("Font family"),
|