@elementor/editor-v1-adapters 4.0.8 → 4.0.9

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
@@ -155,6 +155,9 @@ declare function blockCommand({ command, condition }: BlockCommandArgs): DataHoo
155
155
  declare function getCanvasIframeDocument(): Document | null | undefined;
156
156
 
157
157
  declare const getElementorConfig: () => {
158
+ angie?: {
159
+ autoShow?: boolean;
160
+ };
158
161
  controls?: {
159
162
  font?: {
160
163
  groups?: Record<string, string>;
package/dist/index.d.ts CHANGED
@@ -155,6 +155,9 @@ declare function blockCommand({ command, condition }: BlockCommandArgs): DataHoo
155
155
  declare function getCanvasIframeDocument(): Document | null | undefined;
156
156
 
157
157
  declare const getElementorConfig: () => {
158
+ angie?: {
159
+ autoShow?: boolean;
160
+ };
158
161
  controls?: {
159
162
  font?: {
160
163
  groups?: Record<string, string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elementor/editor-v1-adapters",
3
- "version": "4.0.8",
3
+ "version": "4.0.9",
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.0.8"
42
+ "@elementor/utils": "4.0.9"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "react": "^18.3.1"