@elementor/editor-editing-panel 4.3.0-1059 → 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) => {
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) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elementor/editor-editing-panel",
3
- "version": "4.3.0-1059",
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-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",
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-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",
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-1059",
66
- "@elementor/wp-media": "4.3.0-1059",
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": {