@go-mailer/easy-email-extensions 5.1.0 → 5.2.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/index2.js CHANGED
@@ -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: "clamp(680px, 20vw, 600px)",
43966
+ width: "100%",
43967
43967
  padding: "5px 8px",
43968
43968
  boxSizing: "border-box",
43969
43969
  background: "#ffffff",
43970
43970
  borderRadius: 14,
43971
- boxShadow: "0 4px 24px rgba(26,24,20,0.10)",
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: "center", marginTop: 10 }
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", {