@elementor/editor-elements 3.33.0-299 → 3.33.0-301

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
@@ -94,6 +94,7 @@ type ElementInteractions = {
94
94
  items: InteractionItem[];
95
95
  };
96
96
  type InteractionItem = {
97
+ interaction_id?: string;
97
98
  animation: {
98
99
  animation_type: string;
99
100
  animation_id: string;
package/dist/index.d.ts CHANGED
@@ -94,6 +94,7 @@ type ElementInteractions = {
94
94
  items: InteractionItem[];
95
95
  };
96
96
  type InteractionItem = {
97
+ interaction_id?: string;
97
98
  animation: {
98
99
  animation_type: string;
99
100
  animation_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-299",
4
+ "version": "3.33.0-301",
5
5
  "private": false,
6
6
  "author": "Elementor Team",
7
7
  "homepage": "https://elementor.com/",
@@ -40,12 +40,12 @@
40
40
  "dev": "tsup --config=../../tsup.dev.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@elementor/editor-mcp": "3.33.0-299",
44
- "@elementor/editor-props": "3.33.0-299",
45
- "@elementor/editor-styles": "3.33.0-299",
46
- "@elementor/editor-v1-adapters": "3.33.0-299",
47
- "@elementor/schema": "3.33.0-299",
48
- "@elementor/utils": "3.33.0-299",
43
+ "@elementor/editor-mcp": "3.33.0-301",
44
+ "@elementor/editor-props": "3.33.0-301",
45
+ "@elementor/editor-styles": "3.33.0-301",
46
+ "@elementor/editor-v1-adapters": "3.33.0-301",
47
+ "@elementor/schema": "3.33.0-301",
48
+ "@elementor/utils": "3.33.0-301",
49
49
  "@wordpress/i18n": "^3.1.0"
50
50
  },
51
51
  "peerDependencies": {
package/src/sync/types.ts CHANGED
@@ -50,6 +50,7 @@ export type ElementInteractions = {
50
50
  };
51
51
 
52
52
  export type InteractionItem = {
53
+ interaction_id?: string;
53
54
  animation: {
54
55
  animation_type: string;
55
56
  animation_id: string;