@elementor/editor-canvas 3.33.0-252 → 3.33.0-254

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
@@ -152,6 +152,7 @@ type BackboneCollection<Model extends object> = {
152
152
  type ElementModel = {
153
153
  id: string;
154
154
  settings: BackboneModel<Props>;
155
+ editor_settings: Record<string, unknown>;
155
156
  widgetType: string;
156
157
  editSettings?: BackboneModel<{
157
158
  inactive?: boolean;
package/dist/index.d.ts CHANGED
@@ -152,6 +152,7 @@ type BackboneCollection<Model extends object> = {
152
152
  type ElementModel = {
153
153
  id: string;
154
154
  settings: BackboneModel<Props>;
155
+ editor_settings: Record<string, unknown>;
155
156
  widgetType: string;
156
157
  editSettings?: BackboneModel<{
157
158
  inactive?: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@elementor/editor-canvas",
3
3
  "description": "Elementor Editor Canvas",
4
- "version": "3.33.0-252",
4
+ "version": "3.33.0-254",
5
5
  "private": false,
6
6
  "author": "Elementor Team",
7
7
  "homepage": "https://elementor.com/",
@@ -37,21 +37,21 @@
37
37
  "react-dom": "^18.3.1"
38
38
  },
39
39
  "dependencies": {
40
- "@elementor/editor": "3.33.0-252",
41
- "@elementor/editor-controls": "3.33.0-252",
42
- "@elementor/editor-documents": "3.33.0-252",
43
- "@elementor/editor-elements": "3.33.0-252",
44
- "@elementor/editor-interactions": "3.33.0-252",
45
- "@elementor/editor-notifications": "3.33.0-252",
46
- "@elementor/editor-props": "3.33.0-252",
47
- "@elementor/editor-responsive": "3.33.0-252",
48
- "@elementor/editor-styles": "3.33.0-252",
49
- "@elementor/editor-styles-repository": "3.33.0-252",
50
- "@elementor/editor-v1-adapters": "3.33.0-252",
51
- "@elementor/twing": "3.33.0-252",
40
+ "@elementor/editor": "3.33.0-254",
41
+ "@elementor/editor-controls": "3.33.0-254",
42
+ "@elementor/editor-documents": "3.33.0-254",
43
+ "@elementor/editor-elements": "3.33.0-254",
44
+ "@elementor/editor-interactions": "3.33.0-254",
45
+ "@elementor/editor-notifications": "3.33.0-254",
46
+ "@elementor/editor-props": "3.33.0-254",
47
+ "@elementor/editor-responsive": "3.33.0-254",
48
+ "@elementor/editor-styles": "3.33.0-254",
49
+ "@elementor/editor-styles-repository": "3.33.0-254",
50
+ "@elementor/editor-v1-adapters": "3.33.0-254",
51
+ "@elementor/twing": "3.33.0-254",
52
52
  "@elementor/ui": "1.36.17",
53
- "@elementor/utils": "3.33.0-252",
54
- "@elementor/wp-media": "3.33.0-252",
53
+ "@elementor/utils": "3.33.0-254",
54
+ "@elementor/wp-media": "3.33.0-254",
55
55
  "@floating-ui/react": "^0.27.5",
56
56
  "@wordpress/i18n": "^5.13.0"
57
57
  },
@@ -117,6 +117,7 @@ type BackboneCollection< Model extends object > = {
117
117
  export type ElementModel = {
118
118
  id: string;
119
119
  settings: BackboneModel< Props >;
120
+ editor_settings: Record< string, unknown >;
120
121
  widgetType: string;
121
122
  editSettings?: BackboneModel< { inactive?: boolean } >;
122
123
  elements?: BackboneCollection< ElementModel >;