easy-email-pro-theme 1.44.2 → 1.44.4
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 +3 -2
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -7957,7 +7957,7 @@ const ConfigurationPanel = ({
|
|
|
7957
7957
|
), /* @__PURE__ */ React__default.createElement(Divider$2, { style: { margin: 0 } }), /* @__PURE__ */ React__default.createElement(
|
|
7958
7958
|
SharedComponents.FullHeightOverlayScrollbars,
|
|
7959
7959
|
{
|
|
7960
|
-
height: `calc(${height} -
|
|
7960
|
+
height: `calc(${height} - 1px)`
|
|
7961
7961
|
},
|
|
7962
7962
|
isChanged && lock && /* @__PURE__ */ React__default.createElement(
|
|
7963
7963
|
Alert,
|
|
@@ -9133,6 +9133,7 @@ const PreviewEmailDrawer = ({
|
|
|
9133
9133
|
pageDataVariables,
|
|
9134
9134
|
headerElement,
|
|
9135
9135
|
footerElement,
|
|
9136
|
+
widgetMode,
|
|
9136
9137
|
isShowSidebar
|
|
9137
9138
|
]);
|
|
9138
9139
|
};
|
|
@@ -43470,7 +43471,7 @@ const CollapseWrapper = (props) => {
|
|
|
43470
43471
|
const [activeKeys, setActiveKeys] = useState(
|
|
43471
43472
|
props.defaultActiveKey
|
|
43472
43473
|
);
|
|
43473
|
-
const { hasBottom =
|
|
43474
|
+
const { hasBottom = false } = props;
|
|
43474
43475
|
const onChange = useCallback$1((key2, keys2) => {
|
|
43475
43476
|
setActiveKeys(keys2);
|
|
43476
43477
|
}, []);
|