@elementor/editor-elements 3.33.0-190 → 3.33.0-192

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/dist/index.d.mts CHANGED
@@ -115,7 +115,7 @@ declare function useSelectedElement(): {
115
115
  elementType: ElementType;
116
116
  };
117
117
 
118
- declare function useParentElement(elementId: string | null): V1Element | null | undefined;
118
+ declare function useParentElement(elementId: string | null): any;
119
119
 
120
120
  type ElementModel = {
121
121
  id: string;
package/dist/index.d.ts CHANGED
@@ -115,7 +115,7 @@ declare function useSelectedElement(): {
115
115
  elementType: ElementType;
116
116
  };
117
117
 
118
- declare function useParentElement(elementId: string | null): V1Element | null | undefined;
118
+ declare function useParentElement(elementId: string | null): any;
119
119
 
120
120
  type ElementModel = {
121
121
  id: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@elementor/editor-elements",
3
3
  "description": "This package contains the elements model for the Elementor editor",
4
- "version": "3.33.0-190",
4
+ "version": "3.33.0-192",
5
5
  "private": false,
6
6
  "author": "Elementor Team",
7
7
  "homepage": "https://elementor.com/",
@@ -40,10 +40,10 @@
40
40
  "dev": "tsup --config=../../tsup.dev.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@elementor/editor-props": "3.33.0-190",
44
- "@elementor/editor-styles": "3.33.0-190",
45
- "@elementor/editor-v1-adapters": "3.33.0-190",
46
- "@elementor/utils": "3.33.0-190",
43
+ "@elementor/editor-props": "3.33.0-192",
44
+ "@elementor/editor-styles": "3.33.0-192",
45
+ "@elementor/editor-v1-adapters": "3.33.0-192",
46
+ "@elementor/utils": "3.33.0-192",
47
47
  "@wordpress/i18n": "^3.1.0"
48
48
  },
49
49
  "peerDependencies": {