@veltdev/sdk 1.0.58 → 1.0.59

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.
@@ -246,6 +246,7 @@ export declare class Constants {
246
246
  VELT_SINGLE_EDITOR_MODE_CONTAINER: string;
247
247
  VELT_IFRAME_CONTAINER: string;
248
248
  VELT_IFRAME_CONTAINER_STATIC: string;
249
+ VELT_IS_FIRST_COMPONENT: string;
249
250
  };
250
251
  static INJECTION_STYLE_PROPS: {
251
252
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/sdk",
3
- "version": "1.0.58",
3
+ "version": "1.0.59",
4
4
  "description": "",
5
5
  "main": "velt.js",
6
6
  "scripts": {