@ixo/editor 5.37.0 → 5.37.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/README.md CHANGED
@@ -16,7 +16,7 @@ A custom BlockNote editor wrapper built specifically for the IXO team's needs. T
16
16
  - 📱 **Responsive**: Mobile-friendly editor experience
17
17
  - 💎 **Complete CSS Bundles**: Self-contained CSS with all dependencies included
18
18
 
19
- ## Installation
19
+ ## Installations
20
20
 
21
21
  ```bash
22
22
  npm install @ixo/editor
@@ -45672,12 +45672,12 @@ function CoverImage({ coverImageUrl, logoUrl }) {
45672
45672
  onMouseEnter: () => editable && setIsHovering(true),
45673
45673
  onMouseLeave: () => editable && setIsHovering(false)
45674
45674
  },
45675
- /* @__PURE__ */ React390.createElement("div", { style: { maxWidth: "900px", margin: "0 auto", position: "relative", minHeight: "inherit" } }, /* @__PURE__ */ React390.createElement("input", { ref: coverFileInputRef, type: "file", accept: "image/*", style: { display: "none" }, onChange: (e) => handleFileSelect(e, "cover") }), /* @__PURE__ */ React390.createElement("input", { ref: logoFileInputRef, type: "file", accept: "image/*", style: { display: "none" }, onChange: (e) => handleFileSelect(e, "logo") }), logoSrc && /* @__PURE__ */ React390.createElement(
45675
+ /* @__PURE__ */ React390.createElement("div", { style: { maxWidth: "964px", margin: "0 auto", position: "relative", minHeight: "inherit" } }, /* @__PURE__ */ React390.createElement("input", { ref: coverFileInputRef, type: "file", accept: "image/*", style: { display: "none" }, onChange: (e) => handleFileSelect(e, "cover") }), /* @__PURE__ */ React390.createElement("input", { ref: logoFileInputRef, type: "file", accept: "image/*", style: { display: "none" }, onChange: (e) => handleFileSelect(e, "logo") }), logoSrc && /* @__PURE__ */ React390.createElement(
45676
45676
  Box76,
45677
45677
  {
45678
45678
  style: {
45679
45679
  position: "relative",
45680
- insetInlineStart: "0",
45680
+ insetInlineStart: "32px",
45681
45681
  width: "120px",
45682
45682
  height: "120px",
45683
45683
  marginTop: "16px",
@@ -47687,4 +47687,4 @@ export {
47687
47687
  ixoGraphQLClient,
47688
47688
  getEntity
47689
47689
  };
47690
- //# sourceMappingURL=chunk-MNPEDF2U.mjs.map
47690
+ //# sourceMappingURL=chunk-SY2F4ZUH.mjs.map