@elementor/editor-editing-panel 3.35.0-351 → 3.35.0-352

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
@@ -1203,7 +1203,11 @@ declare const controlTypes: {
1203
1203
  };
1204
1204
  };
1205
1205
  readonly 'inline-editing': {
1206
- readonly component: ControlComponent<() => react.JSX.Element>;
1206
+ readonly component: ControlComponent<({ sx, attributes, props, }: {
1207
+ sx?: _mui_system.SxProps<_mui_material.Theme>;
1208
+ attributes?: Record<string, string>;
1209
+ props?: react.ComponentProps<"div">;
1210
+ }) => react.JSX.Element>;
1207
1211
  readonly layout: "full";
1208
1212
  readonly propTypeUtil: {
1209
1213
  extract: (prop: unknown) => string | null;
package/dist/index.d.ts CHANGED
@@ -1203,7 +1203,11 @@ declare const controlTypes: {
1203
1203
  };
1204
1204
  };
1205
1205
  readonly 'inline-editing': {
1206
- readonly component: ControlComponent<() => react.JSX.Element>;
1206
+ readonly component: ControlComponent<({ sx, attributes, props, }: {
1207
+ sx?: _mui_system.SxProps<_mui_material.Theme>;
1208
+ attributes?: Record<string, string>;
1209
+ props?: react.ComponentProps<"div">;
1210
+ }) => react.JSX.Element>;
1207
1211
  readonly layout: "full";
1208
1212
  readonly propTypeUtil: {
1209
1213
  extract: (prop: unknown) => string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elementor/editor-editing-panel",
3
- "version": "3.35.0-351",
3
+ "version": "3.35.0-352",
4
4
  "private": false,
5
5
  "author": "Elementor Team",
6
6
  "homepage": "https://elementor.com/",
@@ -39,27 +39,27 @@
39
39
  "dev": "tsup --config=../../tsup.dev.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@elementor/editor": "3.35.0-351",
43
- "@elementor/editor-canvas": "3.35.0-351",
44
- "@elementor/editor-controls": "3.35.0-351",
45
- "@elementor/editor-documents": "3.35.0-351",
46
- "@elementor/editor-elements": "3.35.0-351",
47
- "@elementor/editor-interactions": "3.35.0-351",
48
- "@elementor/editor-panels": "3.35.0-351",
49
- "@elementor/editor-props": "3.35.0-351",
50
- "@elementor/editor-responsive": "3.35.0-351",
51
- "@elementor/editor-styles": "3.35.0-351",
52
- "@elementor/editor-styles-repository": "3.35.0-351",
53
- "@elementor/editor-ui": "3.35.0-351",
54
- "@elementor/editor-v1-adapters": "3.35.0-351",
42
+ "@elementor/editor": "3.35.0-352",
43
+ "@elementor/editor-canvas": "3.35.0-352",
44
+ "@elementor/editor-controls": "3.35.0-352",
45
+ "@elementor/editor-documents": "3.35.0-352",
46
+ "@elementor/editor-elements": "3.35.0-352",
47
+ "@elementor/editor-interactions": "3.35.0-352",
48
+ "@elementor/editor-panels": "3.35.0-352",
49
+ "@elementor/editor-props": "3.35.0-352",
50
+ "@elementor/editor-responsive": "3.35.0-352",
51
+ "@elementor/editor-styles": "3.35.0-352",
52
+ "@elementor/editor-styles-repository": "3.35.0-352",
53
+ "@elementor/editor-ui": "3.35.0-352",
54
+ "@elementor/editor-v1-adapters": "3.35.0-352",
55
55
  "@elementor/icons": "^1.62.0",
56
- "@elementor/locations": "3.35.0-351",
57
- "@elementor/menus": "3.35.0-351",
58
- "@elementor/schema": "3.35.0-351",
59
- "@elementor/session": "3.35.0-351",
56
+ "@elementor/locations": "3.35.0-352",
57
+ "@elementor/menus": "3.35.0-352",
58
+ "@elementor/schema": "3.35.0-352",
59
+ "@elementor/session": "3.35.0-352",
60
60
  "@elementor/ui": "1.36.17",
61
- "@elementor/utils": "3.35.0-351",
62
- "@elementor/wp-media": "3.35.0-351",
61
+ "@elementor/utils": "3.35.0-352",
62
+ "@elementor/wp-media": "3.35.0-352",
63
63
  "@wordpress/i18n": "^5.13.0"
64
64
  },
65
65
  "peerDependencies": {