@elementor/editor-v1-adapters 4.2.0-867 → 4.2.0-868

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
@@ -156,6 +156,9 @@ declare function blockCommand({ command, condition }: BlockCommandArgs): DataHoo
156
156
  declare function getCanvasIframeDocument(): Document | null | undefined;
157
157
 
158
158
  declare const getElementorConfig: () => {
159
+ angie?: {
160
+ autoShow?: boolean;
161
+ };
159
162
  controls?: {
160
163
  font?: {
161
164
  groups?: Record<string, string>;
package/dist/index.d.ts CHANGED
@@ -156,6 +156,9 @@ declare function blockCommand({ command, condition }: BlockCommandArgs): DataHoo
156
156
  declare function getCanvasIframeDocument(): Document | null | undefined;
157
157
 
158
158
  declare const getElementorConfig: () => {
159
+ angie?: {
160
+ autoShow?: boolean;
161
+ };
159
162
  controls?: {
160
163
  font?: {
161
164
  groups?: Record<string, string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elementor/editor-v1-adapters",
3
- "version": "4.2.0-867",
3
+ "version": "4.2.0-868",
4
4
  "private": false,
5
5
  "author": "Elementor Team",
6
6
  "homepage": "https://elementor.com/",
@@ -39,7 +39,7 @@
39
39
  "dev": "tsup --config=../../tsup.dev.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@elementor/utils": "4.2.0-867"
42
+ "@elementor/utils": "4.2.0-868"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "react": "^18.3.1"