@elementor/editor-editing-panel 4.3.0-1057 → 4.3.0-1059

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
@@ -1756,10 +1756,14 @@ declare const controlTypes: {
1756
1756
  };
1757
1757
  };
1758
1758
  readonly 'inline-editing': {
1759
- readonly component: ControlComponent<({ sx, attributes, props, }: {
1759
+ readonly component: ControlComponent<({ sx, attributes, props, context: { elementId } }: {
1760
1760
  sx?: _mui_system.SxProps<_mui_material.Theme>;
1761
1761
  attributes?: Record<string, string>;
1762
1762
  props?: react.ComponentProps<"div">;
1763
+ } & {
1764
+ context: {
1765
+ elementId: string;
1766
+ };
1763
1767
  }) => react.JSX.Element>;
1764
1768
  readonly layout: "full";
1765
1769
  readonly propTypeUtil: {
package/dist/index.d.ts CHANGED
@@ -1756,10 +1756,14 @@ declare const controlTypes: {
1756
1756
  };
1757
1757
  };
1758
1758
  readonly 'inline-editing': {
1759
- readonly component: ControlComponent<({ sx, attributes, props, }: {
1759
+ readonly component: ControlComponent<({ sx, attributes, props, context: { elementId } }: {
1760
1760
  sx?: _mui_system.SxProps<_mui_material.Theme>;
1761
1761
  attributes?: Record<string, string>;
1762
1762
  props?: react.ComponentProps<"div">;
1763
+ } & {
1764
+ context: {
1765
+ elementId: string;
1766
+ };
1763
1767
  }) => react.JSX.Element>;
1764
1768
  readonly layout: "full";
1765
1769
  readonly propTypeUtil: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elementor/editor-editing-panel",
3
- "version": "4.3.0-1057",
3
+ "version": "4.3.0-1059",
4
4
  "private": false,
5
5
  "author": "Elementor Team",
6
6
  "homepage": "https://elementor.com/",
@@ -39,31 +39,31 @@
39
39
  "dev": "tsup --config=../../tsup.dev.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@elementor/editor": "4.3.0-1057",
43
- "@elementor/editor-canvas": "4.3.0-1057",
44
- "@elementor/editor-controls": "4.3.0-1057",
45
- "@elementor/editor-documents": "4.3.0-1057",
46
- "@elementor/editor-elements": "4.3.0-1057",
47
- "@elementor/editor-interactions": "4.3.0-1057",
48
- "@elementor/editor-notifications": "4.3.0-1057",
49
- "@elementor/editor-panels": "4.3.0-1057",
50
- "@elementor/editor-props": "4.3.0-1057",
51
- "@elementor/editor-responsive": "4.3.0-1057",
52
- "@elementor/editor-styles": "4.3.0-1057",
53
- "@elementor/editor-styles-repository": "4.3.0-1057",
54
- "@elementor/editor-ui": "4.3.0-1057",
55
- "@elementor/editor-v1-adapters": "4.3.0-1057",
56
- "@elementor/http-client": "4.3.0-1057",
42
+ "@elementor/editor": "4.3.0-1059",
43
+ "@elementor/editor-canvas": "4.3.0-1059",
44
+ "@elementor/editor-controls": "4.3.0-1059",
45
+ "@elementor/editor-documents": "4.3.0-1059",
46
+ "@elementor/editor-elements": "4.3.0-1059",
47
+ "@elementor/editor-interactions": "4.3.0-1059",
48
+ "@elementor/editor-notifications": "4.3.0-1059",
49
+ "@elementor/editor-panels": "4.3.0-1059",
50
+ "@elementor/editor-props": "4.3.0-1059",
51
+ "@elementor/editor-responsive": "4.3.0-1059",
52
+ "@elementor/editor-styles": "4.3.0-1059",
53
+ "@elementor/editor-styles-repository": "4.3.0-1059",
54
+ "@elementor/editor-ui": "4.3.0-1059",
55
+ "@elementor/editor-v1-adapters": "4.3.0-1059",
56
+ "@elementor/http-client": "4.3.0-1059",
57
57
  "@elementor/icons": "~1.75.1",
58
- "@elementor/editor-variables": "4.3.0-1057",
59
- "@elementor/locations": "4.3.0-1057",
60
- "@elementor/menus": "4.3.0-1057",
61
- "@elementor/query": "4.3.0-1057",
62
- "@elementor/schema": "4.3.0-1057",
63
- "@elementor/session": "4.3.0-1057",
58
+ "@elementor/editor-variables": "4.3.0-1059",
59
+ "@elementor/locations": "4.3.0-1059",
60
+ "@elementor/menus": "4.3.0-1059",
61
+ "@elementor/query": "4.3.0-1059",
62
+ "@elementor/schema": "4.3.0-1059",
63
+ "@elementor/session": "4.3.0-1059",
64
64
  "@elementor/ui": "1.37.5",
65
- "@elementor/utils": "4.3.0-1057",
66
- "@elementor/wp-media": "4.3.0-1057",
65
+ "@elementor/utils": "4.3.0-1059",
66
+ "@elementor/wp-media": "4.3.0-1059",
67
67
  "@wordpress/i18n": "^5.13.0"
68
68
  },
69
69
  "peerDependencies": {