@elementor/editor-editing-panel 4.3.0-1058 → 4.3.0-1060

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
@@ -274,7 +274,9 @@ declare const controlTypes: {
274
274
  };
275
275
  };
276
276
  readonly 'svg-media': {
277
- readonly component: ControlComponent<() => react.JSX.Element>;
277
+ readonly component: ControlComponent<({ showIconLibrary }: {
278
+ showIconLibrary?: boolean;
279
+ }) => react.JSX.Element>;
278
280
  readonly layout: "full";
279
281
  readonly propTypeUtil: {
280
282
  extract: (prop: unknown) => {
@@ -1756,10 +1758,14 @@ declare const controlTypes: {
1756
1758
  };
1757
1759
  };
1758
1760
  readonly 'inline-editing': {
1759
- readonly component: ControlComponent<({ sx, attributes, props, }: {
1761
+ readonly component: ControlComponent<({ sx, attributes, props, context: { elementId } }: {
1760
1762
  sx?: _mui_system.SxProps<_mui_material.Theme>;
1761
1763
  attributes?: Record<string, string>;
1762
1764
  props?: react.ComponentProps<"div">;
1765
+ } & {
1766
+ context: {
1767
+ elementId: string;
1768
+ };
1763
1769
  }) => react.JSX.Element>;
1764
1770
  readonly layout: "full";
1765
1771
  readonly propTypeUtil: {
package/dist/index.d.ts CHANGED
@@ -274,7 +274,9 @@ declare const controlTypes: {
274
274
  };
275
275
  };
276
276
  readonly 'svg-media': {
277
- readonly component: ControlComponent<() => react.JSX.Element>;
277
+ readonly component: ControlComponent<({ showIconLibrary }: {
278
+ showIconLibrary?: boolean;
279
+ }) => react.JSX.Element>;
278
280
  readonly layout: "full";
279
281
  readonly propTypeUtil: {
280
282
  extract: (prop: unknown) => {
@@ -1756,10 +1758,14 @@ declare const controlTypes: {
1756
1758
  };
1757
1759
  };
1758
1760
  readonly 'inline-editing': {
1759
- readonly component: ControlComponent<({ sx, attributes, props, }: {
1761
+ readonly component: ControlComponent<({ sx, attributes, props, context: { elementId } }: {
1760
1762
  sx?: _mui_system.SxProps<_mui_material.Theme>;
1761
1763
  attributes?: Record<string, string>;
1762
1764
  props?: react.ComponentProps<"div">;
1765
+ } & {
1766
+ context: {
1767
+ elementId: string;
1768
+ };
1763
1769
  }) => react.JSX.Element>;
1764
1770
  readonly layout: "full";
1765
1771
  readonly propTypeUtil: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elementor/editor-editing-panel",
3
- "version": "4.3.0-1058",
3
+ "version": "4.3.0-1060",
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-1058",
43
- "@elementor/editor-canvas": "4.3.0-1058",
44
- "@elementor/editor-controls": "4.3.0-1058",
45
- "@elementor/editor-documents": "4.3.0-1058",
46
- "@elementor/editor-elements": "4.3.0-1058",
47
- "@elementor/editor-interactions": "4.3.0-1058",
48
- "@elementor/editor-notifications": "4.3.0-1058",
49
- "@elementor/editor-panels": "4.3.0-1058",
50
- "@elementor/editor-props": "4.3.0-1058",
51
- "@elementor/editor-responsive": "4.3.0-1058",
52
- "@elementor/editor-styles": "4.3.0-1058",
53
- "@elementor/editor-styles-repository": "4.3.0-1058",
54
- "@elementor/editor-ui": "4.3.0-1058",
55
- "@elementor/editor-v1-adapters": "4.3.0-1058",
56
- "@elementor/http-client": "4.3.0-1058",
42
+ "@elementor/editor": "4.3.0-1060",
43
+ "@elementor/editor-canvas": "4.3.0-1060",
44
+ "@elementor/editor-controls": "4.3.0-1060",
45
+ "@elementor/editor-documents": "4.3.0-1060",
46
+ "@elementor/editor-elements": "4.3.0-1060",
47
+ "@elementor/editor-interactions": "4.3.0-1060",
48
+ "@elementor/editor-notifications": "4.3.0-1060",
49
+ "@elementor/editor-panels": "4.3.0-1060",
50
+ "@elementor/editor-props": "4.3.0-1060",
51
+ "@elementor/editor-responsive": "4.3.0-1060",
52
+ "@elementor/editor-styles": "4.3.0-1060",
53
+ "@elementor/editor-styles-repository": "4.3.0-1060",
54
+ "@elementor/editor-ui": "4.3.0-1060",
55
+ "@elementor/editor-v1-adapters": "4.3.0-1060",
56
+ "@elementor/http-client": "4.3.0-1060",
57
57
  "@elementor/icons": "~1.75.1",
58
- "@elementor/editor-variables": "4.3.0-1058",
59
- "@elementor/locations": "4.3.0-1058",
60
- "@elementor/menus": "4.3.0-1058",
61
- "@elementor/query": "4.3.0-1058",
62
- "@elementor/schema": "4.3.0-1058",
63
- "@elementor/session": "4.3.0-1058",
58
+ "@elementor/editor-variables": "4.3.0-1060",
59
+ "@elementor/locations": "4.3.0-1060",
60
+ "@elementor/menus": "4.3.0-1060",
61
+ "@elementor/query": "4.3.0-1060",
62
+ "@elementor/schema": "4.3.0-1060",
63
+ "@elementor/session": "4.3.0-1060",
64
64
  "@elementor/ui": "1.37.5",
65
- "@elementor/utils": "4.3.0-1058",
66
- "@elementor/wp-media": "4.3.0-1058",
65
+ "@elementor/utils": "4.3.0-1060",
66
+ "@elementor/wp-media": "4.3.0-1060",
67
67
  "@wordpress/i18n": "^5.13.0"
68
68
  },
69
69
  "peerDependencies": {