@veltdev/sdk 1.0.26 → 1.0.28

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
  }
@@ -238,6 +238,7 @@ export declare class Constants {
238
238
  VELT_SYNC_ACCESS: string;
239
239
  VELT_SYNC_ACCESS_AUTO: string;
240
240
  VELT_SYNC_ACCESS_DISABLED: string;
241
+ VELT_SINGLE_EDITOR_MODE_CONTAINER: string;
241
242
  };
242
243
  static INJECTION_STYLE_PROPS: {
243
244
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/sdk",
3
- "version": "1.0.26",
3
+ "version": "1.0.28",
4
4
  "description": "",
5
5
  "main": "velt.js",
6
6
  "scripts": {