@bigbinary/neeto-editor 1.47.64 → 1.47.65

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.
@@ -11468,7 +11468,9 @@ var ImageExtension = Menu$4.Node.create({
11468
11468
  if (!src) return ["span"];
11469
11469
  var openImageInNewTab = this.options.openImageInNewTab;
11470
11470
  var wrapperDivAttrs = {
11471
- "class": "neeto-editor__image-wrapper neeto-editor__image--".concat(align)
11471
+ "class": classnames("neeto-editor__image-wrapper", "neeto-editor__image--".concat(align), {
11472
+ "neeto-editor__image--bordered": border
11473
+ })
11472
11474
  };
11473
11475
  var wrapperLinkPointerEventsStyle = openImageInNewTab ? "" : "pointer-events:none;";
11474
11476
  var heightStyle = figheight === "auto" ? "auto" : "".concat(figheight, "px");