@go-mailer/easy-email-extensions 5.1.0 → 5.2.1
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 +4 -4
- package/lib/index2.js.map +1 -1
- package/package.json +3 -3
package/lib/index2.js
CHANGED
|
@@ -43951,7 +43951,7 @@ function Tools(props) {
|
|
|
43951
43951
|
})
|
|
43952
43952
|
]), (_b2 = toolbar == null ? void 0 : toolbar.suffix) == null ? void 0 : _b2.call(toolbar, execCommand));
|
|
43953
43953
|
}
|
|
43954
|
-
var styleText = ".easy-email-extensions-emailToolItem{display:inline-flex;align-items:center;justify-content:center;position:relative;outline:none;font-weight:400;appearance:none;cursor:pointer!important;white-space:nowrap;transition:background .1s,color .1s;box-sizing:border-box;border-radius:6px;border:none;background-color:transparent;color:#3d3a35;width:30px;height:28px;font-size:13px}.easy-email-extensions-emailToolItem:hover{background-color:#1a181412;color:#1a1814}.easy-email-extensions-emailToolItem-active{background-color:#6366f11a;color:#6366f1}.easy-email-extensions-emailToolItem-active:hover{background-color:#6366f126;color:#6366f1}.easy-email-extensions-divider{position:relative;display:inline-flex;width:1px;height:16px;background-color:#1a18141a;margin:0 2px}\n";
|
|
43954
|
+
var styleText = ".easy-email-extensions-emailToolItem{display:inline-flex;align-items:center;justify-content:center;position:relative;outline:none;font-weight:400;appearance:none;cursor:pointer!important;white-space:nowrap;transition:background .1s,color .1s;box-sizing:border-box;border-radius:6px;border:none;background-color:transparent;color:#3d3a35;width:30px;height:28px;font-size:13px}.easy-email-extensions-emailToolItem:hover{background-color:#1a181412;color:#1a1814}.easy-email-extensions-emailToolItem-active{background-color:#6366f11a;color:#6366f1}.easy-email-extensions-emailToolItem-active:hover{background-color:#6366f126;color:#6366f1}.easy-email-extensions-divider{position:relative;display:inline-flex;width:1px;height:16px;background-color:#1a18141a;margin:0 2px}#Tools>*{flex:0 0 auto!important}\n";
|
|
43955
43955
|
function RichTextToolBar(props) {
|
|
43956
43956
|
const { initialized } = useEditorContext();
|
|
43957
43957
|
const slot = initialized ? document.getElementById(RICH_TEXT_TOOLBAR_SLOT_ID) : null;
|
|
@@ -43963,12 +43963,12 @@ function RichTextToolBar(props) {
|
|
|
43963
43963
|
}), /* @__PURE__ */ React__default.createElement("div", {
|
|
43964
43964
|
id: RICH_TEXT_BAR_ID,
|
|
43965
43965
|
style: {
|
|
43966
|
-
width: "
|
|
43966
|
+
width: "100%",
|
|
43967
43967
|
padding: "5px 8px",
|
|
43968
43968
|
boxSizing: "border-box",
|
|
43969
43969
|
background: "#ffffff",
|
|
43970
43970
|
borderRadius: 14,
|
|
43971
|
-
boxShadow: "0
|
|
43971
|
+
boxShadow: "0 8px 16px -6px rgba(26,24,20,0.18)",
|
|
43972
43972
|
marginBottom: 0
|
|
43973
43973
|
}
|
|
43974
43974
|
}, /* @__PURE__ */ React__default.createElement(Tools, {
|
|
@@ -55306,7 +55306,7 @@ const GoMailerLayout = (props) => {
|
|
|
55306
55306
|
}
|
|
55307
55307
|
}, icon)))), /* @__PURE__ */ React__default.createElement("div", {
|
|
55308
55308
|
id: RICH_TEXT_TOOLBAR_SLOT_ID,
|
|
55309
|
-
style: { flexShrink: 0, display: "flex", justifyContent: "
|
|
55309
|
+
style: { flexShrink: 0, display: "flex", justifyContent: "stretch", marginTop: 10 }
|
|
55310
55310
|
}), /* @__PURE__ */ React__default.createElement("div", {
|
|
55311
55311
|
style: { flex: 1, minHeight: 0 }
|
|
55312
55312
|
}, props.children)), /* @__PURE__ */ React__default.createElement("div", {
|