@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.
- package/index.d.ts +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 {
|