@innovastudio/contentbox 1.6.123 → 1.6.124

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.
Files changed (2) hide show
  1. package/index.d.ts +2 -2
  2. package/package.json +1 -1
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;
@@ -329,6 +327,8 @@ interface ContentBoxOptions {
329
327
  assetLocale?: string;
330
328
  assetDateShortOptions?: any[];
331
329
  assetDateLongOptions?: any[];
330
+
331
+ wrapperEl?: HTMLElement;
332
332
  }
333
333
 
334
334
  declare class ContentBox {
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.124",
5
5
  "description": "",
6
6
  "main": "public/contentbox/contentbox.esm.js",
7
7
  "types": "index.d.ts",