@veltdev/sdk 1.0.25 → 1.0.27

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.
@@ -56,7 +56,7 @@ export declare class LiveStateSyncElement {
56
56
  * To disable elements inside specific elements only when single editor mode is on
57
57
  * @param elementIds Element ids
58
58
  */
59
- allowedElementIds: (elementIds: string[]) => void;
59
+ singleEditorModeContainerIds: (elementIds: string[]) => void;
60
60
 
61
61
  /**
62
62
  * Constructor for LiveStateSyncElement.
@@ -114,5 +114,5 @@ export declare class LiveStateSyncElement {
114
114
  * To disable elements inside specific elements only when single editor mode is on
115
115
  * @param elementIds Element ids
116
116
  */
117
- private _allowedElementIds;
117
+ private _singleEditorModeContainerIds;
118
118
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/sdk",
3
- "version": "1.0.25",
3
+ "version": "1.0.27",
4
4
  "description": "",
5
5
  "main": "velt.js",
6
6
  "scripts": {