easy-email-extensions 3.1.30 → 3.1.32
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/index2.js +2 -3
- package/lib/index2.js.map +1 -1
- package/lib/style.css +1 -1
- package/package.json +2 -2
package/lib/index2.js
CHANGED
|
@@ -44957,8 +44957,8 @@ function InteractivePrompt() {
|
|
|
44957
44957
|
return null;
|
|
44958
44958
|
return /* @__PURE__ */ React__default.createElement(React__default.Fragment, null, /* @__PURE__ */ React__default.createElement(HoverTooltip, null), /* @__PURE__ */ React__default.createElement(FocusTooltip, null));
|
|
44959
44959
|
}
|
|
44960
|
-
const SimpleLayout$1 = "
|
|
44961
|
-
const customScrollBar = "
|
|
44960
|
+
const SimpleLayout$1 = "_SimpleLayout_1fd8j_1";
|
|
44961
|
+
const customScrollBar = "_customScrollBar_1fd8j_8";
|
|
44962
44962
|
var styles = {
|
|
44963
44963
|
SimpleLayout: SimpleLayout$1,
|
|
44964
44964
|
customScrollBar
|
|
@@ -45173,7 +45173,6 @@ const SimpleLayout = (props) => {
|
|
|
45173
45173
|
bodyStyle: { padding: 0 },
|
|
45174
45174
|
className: styles.customScrollBar
|
|
45175
45175
|
}, /* @__PURE__ */ React__default.createElement(Tabs$1, null, /* @__PURE__ */ React__default.createElement(Tabs$1.TabPane, {
|
|
45176
|
-
style: { marginTop: 0 },
|
|
45177
45176
|
key: "Configuration",
|
|
45178
45177
|
title: "Configuration"
|
|
45179
45178
|
}, /* @__PURE__ */ React__default.createElement(AttributePanel, null)), showSourceCode && /* @__PURE__ */ React__default.createElement(Tabs$1.TabPane, {
|