@bigbinary/neeto-editor 1.28.4 → 1.28.6

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/index.cjs.js CHANGED
@@ -107877,7 +107877,7 @@ var ImageExtension = Node$1.create({
107877
107877
  target: "_blank",
107878
107878
  rel: "noopener noreferrer",
107879
107879
  "class": "neeto-editor__image",
107880
- style: "height:".concat(heightStyle, ";width:").concat(figwidth, "px;").concat(wrapperLinkPointerEventsStyle)
107880
+ style: "height:".concat(heightStyle, ";width:").concat(figwidth, "px;display:inline-block;").concat(wrapperLinkPointerEventsStyle)
107881
107881
  });
107882
107882
  var captionAttrs = (cov_ksv9azglk().s[23]++, {
107883
107883
  style: "width:".concat(figwidth, "px;")
@@ -125195,7 +125195,7 @@ var VideoComponent = function VideoComponent(_ref) {
125195
125195
  var _excluded$6 = ["caption"];
125196
125196
  function cov_1io0efe0r8() {
125197
125197
  var path = "/home/runner/work/neeto-editor/neeto-editor/src/components/Editor/CustomExtensions/Video/ExtensionConfig.js";
125198
- var hash = "32ec7ff2283466c73c722982c71331e0c9f71a2f";
125198
+ var hash = "4c890d251235d23bde8f2a872be4063053b4f345";
125199
125199
  var global = new Function("return this")();
125200
125200
  var gcv = "__coverage__";
125201
125201
  var coverageData = {
@@ -125328,7 +125328,7 @@ function cov_1io0efe0r8() {
125328
125328
  },
125329
125329
  end: {
125330
125330
  line: 75,
125331
- column: 69
125331
+ column: 68
125332
125332
  }
125333
125333
  },
125334
125334
  "13": {
@@ -125836,7 +125836,7 @@ function cov_1io0efe0r8() {
125836
125836
  },
125837
125837
  end: {
125838
125838
  line: 75,
125839
- column: 69
125839
+ column: 68
125840
125840
  }
125841
125841
  },
125842
125842
  type: "cond-expr",
@@ -125856,7 +125856,7 @@ function cov_1io0efe0r8() {
125856
125856
  },
125857
125857
  end: {
125858
125858
  line: 75,
125859
- column: 69
125859
+ column: 68
125860
125860
  }
125861
125861
  }],
125862
125862
  line: 75
@@ -125943,7 +125943,7 @@ function cov_1io0efe0r8() {
125943
125943
  "2": [0, 0]
125944
125944
  },
125945
125945
  _coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
125946
- hash: "32ec7ff2283466c73c722982c71331e0c9f71a2f"
125946
+ hash: "4c890d251235d23bde8f2a872be4063053b4f345"
125947
125947
  };
125948
125948
  var coverage = global[gcv] || (global[gcv] = {});
125949
125949
  if (!coverage[path] || coverage[path].hash !== hash) {
@@ -126047,11 +126047,11 @@ var VideoExtension = (cov_1io0efe0r8().s[0]++, Node$1.create({
126047
126047
  var wrapperDivAttrs = (cov_1io0efe0r8().s[11]++, {
126048
126048
  "class": "neeto-editor__image-wrapper neeto-editor__image--".concat(align)
126049
126049
  });
126050
- var heightStyle = (cov_1io0efe0r8().s[12]++, vidheight === "fit-content" ? (cov_1io0efe0r8().b[1][0]++, "fit-content") : (cov_1io0efe0r8().b[1][1]++, "".concat(vidheight, "px;")));
126050
+ var heightStyle = (cov_1io0efe0r8().s[12]++, vidheight === "fit-content" ? (cov_1io0efe0r8().b[1][0]++, "fit-content") : (cov_1io0efe0r8().b[1][1]++, "".concat(vidheight, "px")));
126051
126051
  var wrapperLinkAttrs = (cov_1io0efe0r8().s[13]++, {
126052
126052
  rel: "noopener noreferrer",
126053
126053
  "class": "neeto-editor__image",
126054
- style: "height:".concat(heightStyle, ";width:").concat(vidwidth, "px;")
126054
+ style: "height:".concat(heightStyle, ";width:").concat(vidwidth, "px;display:inline-block;")
126055
126055
  });
126056
126056
  var captionAttrs = (cov_1io0efe0r8().s[14]++, {
126057
126057
  style: "width:".concat(vidwidth, "px;")