@elementor/editor-editing-panel 3.35.0-474 → 3.35.0-475

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,11 +152,12 @@ type ControlRegistry = Record<string, {
152
152
  }>;
153
153
  declare const controlTypes: {
154
154
  readonly image: {
155
- readonly component: ControlComponent<({ sizes }: {
155
+ readonly component: ControlComponent<({ sizes, label }: {
156
156
  sizes: {
157
157
  label: string;
158
158
  value: string;
159
159
  }[];
160
+ label?: string;
160
161
  }) => React$1.JSX.Element>;
161
162
  readonly layout: "custom";
162
163
  readonly propTypeUtil: {
package/dist/index.d.ts CHANGED
@@ -152,11 +152,12 @@ type ControlRegistry = Record<string, {
152
152
  }>;
153
153
  declare const controlTypes: {
154
154
  readonly image: {
155
- readonly component: ControlComponent<({ sizes }: {
155
+ readonly component: ControlComponent<({ sizes, label }: {
156
156
  sizes: {
157
157
  label: string;
158
158
  value: string;
159
159
  }[];
160
+ label?: string;
160
161
  }) => React$1.JSX.Element>;
161
162
  readonly layout: "custom";
162
163
  readonly propTypeUtil: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elementor/editor-editing-panel",
3
- "version": "3.35.0-474",
3
+ "version": "3.35.0-475",
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-474",
43
- "@elementor/editor-canvas": "3.35.0-474",
44
- "@elementor/editor-controls": "3.35.0-474",
45
- "@elementor/editor-documents": "3.35.0-474",
46
- "@elementor/editor-elements": "3.35.0-474",
47
- "@elementor/editor-interactions": "3.35.0-474",
48
- "@elementor/editor-panels": "3.35.0-474",
49
- "@elementor/editor-props": "3.35.0-474",
50
- "@elementor/editor-responsive": "3.35.0-474",
51
- "@elementor/editor-styles": "3.35.0-474",
52
- "@elementor/editor-styles-repository": "3.35.0-474",
53
- "@elementor/editor-ui": "3.35.0-474",
54
- "@elementor/editor-v1-adapters": "3.35.0-474",
42
+ "@elementor/editor": "3.35.0-475",
43
+ "@elementor/editor-canvas": "3.35.0-475",
44
+ "@elementor/editor-controls": "3.35.0-475",
45
+ "@elementor/editor-documents": "3.35.0-475",
46
+ "@elementor/editor-elements": "3.35.0-475",
47
+ "@elementor/editor-interactions": "3.35.0-475",
48
+ "@elementor/editor-panels": "3.35.0-475",
49
+ "@elementor/editor-props": "3.35.0-475",
50
+ "@elementor/editor-responsive": "3.35.0-475",
51
+ "@elementor/editor-styles": "3.35.0-475",
52
+ "@elementor/editor-styles-repository": "3.35.0-475",
53
+ "@elementor/editor-ui": "3.35.0-475",
54
+ "@elementor/editor-v1-adapters": "3.35.0-475",
55
55
  "@elementor/icons": "^1.63.0",
56
- "@elementor/locations": "3.35.0-474",
57
- "@elementor/menus": "3.35.0-474",
58
- "@elementor/schema": "3.35.0-474",
59
- "@elementor/session": "3.35.0-474",
56
+ "@elementor/locations": "3.35.0-475",
57
+ "@elementor/menus": "3.35.0-475",
58
+ "@elementor/schema": "3.35.0-475",
59
+ "@elementor/session": "3.35.0-475",
60
60
  "@elementor/ui": "1.36.17",
61
- "@elementor/utils": "3.35.0-474",
62
- "@elementor/wp-media": "3.35.0-474",
61
+ "@elementor/utils": "3.35.0-475",
62
+ "@elementor/wp-media": "3.35.0-475",
63
63
  "@wordpress/i18n": "^5.13.0"
64
64
  },
65
65
  "peerDependencies": {