@innovastudio/contentbuilder 1.4.139 → 1.4.140

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbuilder",
3
3
  "type": "module",
4
- "version": "1.4.139",
4
+ "version": "1.4.140",
5
5
  "description": "",
6
6
  "main": "public/contentbuilder/contentbuilder.esm.js",
7
7
  "files": [
@@ -50186,7 +50186,7 @@ class Module {
50186
50186
  iframe.srcdoc = result;
50187
50187
  setTimeout(() => {
50188
50188
  iframe.style.opacity = '';
50189
- }, 300);
50189
+ }, 1);
50190
50190
  }
50191
50191
  }
50192
50192
  click(col) {
@@ -80061,7 +80061,7 @@ class ContentBuilder {
80061
80061
  itemEl.removeAttribute('draggable');
80062
80062
  this.dom.removeClass(itemEl, 'snippet-item');
80063
80063
  const blockTemplate = `
80064
- <div class="is-block block-fixed" style="top: 20%; left: 20%; width: 800px;">
80064
+ <div class="is-block block-steady height-auto" style="top: 20%; left: 20%; width: 800px;">
80065
80065
  <div class="is-container container-new leading-12 size-17">
80066
80066
  [%CONTENT%]
80067
80067
  </div>
@@ -80099,7 +80099,7 @@ class ContentBuilder {
80099
80099
  range.setStart(itemEl, 0);
80100
80100
  itemEl.appendChild(range.createContextualFragment(html));
80101
80101
  const blockTemplate = `
80102
- <div class="is-block block-fixed" style="top: 20%; left: 20%; width: 800px;">
80102
+ <div class="is-block block-steady height-auto" style="top: 20%; left: 20%; width: 800px;">
80103
80103
  <div class="is-container container-new leading-12 size-17">
80104
80104
  [%CONTENT%]
80105
80105
  </div>