@innovastudio/contentbox 1.6.123 → 1.6.125

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.d.ts CHANGED
@@ -125,8 +125,6 @@ interface ContentBoxOptions {
125
125
  onChange?: () => void;
126
126
  onStart?: () => void;
127
127
 
128
- simpleEditingBreakpoint?: string;
129
-
130
128
  onImageBrowseClick?: () => void;
131
129
  onImageSettingClick?: () => void;
132
130
  onImageSelectClick?: () => void;
@@ -356,6 +354,7 @@ declare class ContentBox {
356
354
  download(options?: object): void;
357
355
  viewHtml(): void;
358
356
  toggleEditPanel(): void;
357
+ getWrapper(): HTMLElement;
359
358
 
360
359
  screenMode: string;
361
360
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbox",
3
3
  "type": "module",
4
- "version": "1.6.123",
4
+ "version": "1.6.125",
5
5
  "description": "",
6
6
  "main": "public/contentbox/contentbox.esm.js",
7
7
  "types": "index.d.ts",
@@ -163986,6 +163986,10 @@ Add an image for each feature.`, 'Create a new block showcasing a photo gallery
163986
163986
  }
163987
163987
  }
163988
163988
 
163989
+ getWrapper() {
163990
+ return this.wrapperEl;
163991
+ }
163992
+
163989
163993
  loadHtml(html) {
163990
163994
  // Reset
163991
163995
  this.activeBox = null;