@innovastudio/contentbuilder 1.4.43 → 1.4.44

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.43",
4
+ "version": "1.4.44",
5
5
  "description": "",
6
6
  "main": "public/contentbuilder/contentbuilder.esm.js",
7
7
  "files": [
@@ -5798,6 +5798,7 @@ class Util {
5798
5798
  }
5799
5799
 
5800
5800
  this.colTool = row.querySelector('.is-col-tool');
5801
+ if (!this.colTool) return; // when drag block as a new section
5801
5802
 
5802
5803
  if (!col.parentNode) {
5803
5804
  // when column has just been deleted
@@ -78097,11 +78098,11 @@ class ContentBuilder {
78097
78098
  imageRenameOnEdit: true,
78098
78099
  disableAutoEmbedVideo: false,
78099
78100
  sectionTemplate: `
78100
- <div class="is-section is-box is-section-100 type-poppins">
78101
+ <div class="is-section is-box is-section-100 type-opensans">
78101
78102
  <div class="is-overlay"></div>
78102
78103
  <div class="is-boxes">
78103
78104
  <div class="is-box-centered">
78104
- <div class="is-container is-content-1100 v2 size-18 leading-14">
78105
+ <div class="is-container is-content-1100 v2 size-17 leading-13">
78105
78106
  [%CONTENT%]
78106
78107
  </div>
78107
78108
  </div>