@elementor/editor-editing-panel 4.1.0-703 → 4.1.0-704

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
@@ -637,7 +637,7 @@ declare const controlTypes: {
637
637
  MenuProps?: _mui_material.SelectProps["MenuProps"];
638
638
  ariaLabel?: string;
639
639
  } & {
640
- collectionId?: "off-canvas";
640
+ collectionId?: "off-canvas" | "form-elements";
641
641
  }) => react.JSX.Element>;
642
642
  readonly layout: "two-columns";
643
643
  readonly propTypeUtil: {
package/dist/index.d.ts CHANGED
@@ -637,7 +637,7 @@ declare const controlTypes: {
637
637
  MenuProps?: _mui_material.SelectProps["MenuProps"];
638
638
  ariaLabel?: string;
639
639
  } & {
640
- collectionId?: "off-canvas";
640
+ collectionId?: "off-canvas" | "form-elements";
641
641
  }) => react.JSX.Element>;
642
642
  readonly layout: "two-columns";
643
643
  readonly propTypeUtil: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elementor/editor-editing-panel",
3
- "version": "4.1.0-703",
3
+ "version": "4.1.0-704",
4
4
  "private": false,
5
5
  "author": "Elementor Team",
6
6
  "homepage": "https://elementor.com/",
@@ -39,28 +39,28 @@
39
39
  "dev": "tsup --config=../../tsup.dev.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@elementor/editor": "4.1.0-703",
43
- "@elementor/editor-canvas": "4.1.0-703",
44
- "@elementor/editor-controls": "4.1.0-703",
45
- "@elementor/editor-documents": "4.1.0-703",
46
- "@elementor/editor-elements": "4.1.0-703",
47
- "@elementor/editor-interactions": "4.1.0-703",
48
- "@elementor/editor-panels": "4.1.0-703",
49
- "@elementor/editor-props": "4.1.0-703",
50
- "@elementor/editor-responsive": "4.1.0-703",
51
- "@elementor/editor-styles": "4.1.0-703",
52
- "@elementor/editor-styles-repository": "4.1.0-703",
53
- "@elementor/editor-ui": "4.1.0-703",
54
- "@elementor/editor-v1-adapters": "4.1.0-703",
42
+ "@elementor/editor": "4.1.0-704",
43
+ "@elementor/editor-canvas": "4.1.0-704",
44
+ "@elementor/editor-controls": "4.1.0-704",
45
+ "@elementor/editor-documents": "4.1.0-704",
46
+ "@elementor/editor-elements": "4.1.0-704",
47
+ "@elementor/editor-interactions": "4.1.0-704",
48
+ "@elementor/editor-panels": "4.1.0-704",
49
+ "@elementor/editor-props": "4.1.0-704",
50
+ "@elementor/editor-responsive": "4.1.0-704",
51
+ "@elementor/editor-styles": "4.1.0-704",
52
+ "@elementor/editor-styles-repository": "4.1.0-704",
53
+ "@elementor/editor-ui": "4.1.0-704",
54
+ "@elementor/editor-v1-adapters": "4.1.0-704",
55
55
  "@elementor/icons": "^1.68.0",
56
- "@elementor/editor-variables": "4.1.0-703",
57
- "@elementor/locations": "4.1.0-703",
58
- "@elementor/menus": "4.1.0-703",
59
- "@elementor/schema": "4.1.0-703",
60
- "@elementor/session": "4.1.0-703",
56
+ "@elementor/editor-variables": "4.1.0-704",
57
+ "@elementor/locations": "4.1.0-704",
58
+ "@elementor/menus": "4.1.0-704",
59
+ "@elementor/schema": "4.1.0-704",
60
+ "@elementor/session": "4.1.0-704",
61
61
  "@elementor/ui": "1.36.17",
62
- "@elementor/utils": "4.1.0-703",
63
- "@elementor/wp-media": "4.1.0-703",
62
+ "@elementor/utils": "4.1.0-704",
63
+ "@elementor/wp-media": "4.1.0-704",
64
64
  "@wordpress/i18n": "^5.13.0"
65
65
  },
66
66
  "peerDependencies": {