@elementor/editor-canvas 4.1.0-721 → 4.1.0-722

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.js CHANGED
@@ -4067,14 +4067,12 @@ var initGetElementConfigTool = (reg) => {
4067
4067
  var initCanvasMcp = (reg) => {
4068
4068
  const { setMCPDescription } = reg;
4069
4069
  setMCPDescription(
4070
- `Everything related to creative design, layout, styling and building the pages, specifically element of type "widget".
4070
+ `Everything related to V4 ( Atomic ) canvas.
4071
4071
  # Canvas workflow for new compositions
4072
- - Check existing global variables
4073
- - Check existing global classes
4074
- - Create missing global variables
4075
- - Create reusable global classes
4076
- - Build valid XML with minimal inline styles (layout/positioning only)
4077
- - Apply global classes to elements`
4072
+ - Configure elements settings and styles
4073
+ - Build compositions/sections out of V4 atomic elements using context aware designs using the website resources
4074
+ - Get and retrieve element configuration values
4075
+ `
4078
4076
  );
4079
4077
  initWidgetsSchemaResource(reg);
4080
4078
  initDocumentStructureResource(reg);
package/dist/index.mjs CHANGED
@@ -4053,14 +4053,12 @@ var initGetElementConfigTool = (reg) => {
4053
4053
  var initCanvasMcp = (reg) => {
4054
4054
  const { setMCPDescription } = reg;
4055
4055
  setMCPDescription(
4056
- `Everything related to creative design, layout, styling and building the pages, specifically element of type "widget".
4056
+ `Everything related to V4 ( Atomic ) canvas.
4057
4057
  # Canvas workflow for new compositions
4058
- - Check existing global variables
4059
- - Check existing global classes
4060
- - Create missing global variables
4061
- - Create reusable global classes
4062
- - Build valid XML with minimal inline styles (layout/positioning only)
4063
- - Apply global classes to elements`
4058
+ - Configure elements settings and styles
4059
+ - Build compositions/sections out of V4 atomic elements using context aware designs using the website resources
4060
+ - Get and retrieve element configuration values
4061
+ `
4064
4062
  );
4065
4063
  initWidgetsSchemaResource(reg);
4066
4064
  initDocumentStructureResource(reg);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@elementor/editor-canvas",
3
3
  "description": "Elementor Editor Canvas",
4
- "version": "4.1.0-721",
4
+ "version": "4.1.0-722",
5
5
  "private": false,
6
6
  "author": "Elementor Team",
7
7
  "homepage": "https://elementor.com/",
@@ -37,24 +37,24 @@
37
37
  "react-dom": "^18.3.1"
38
38
  },
39
39
  "dependencies": {
40
- "@elementor/editor": "4.1.0-721",
41
- "@elementor/editor-controls": "4.1.0-721",
42
- "@elementor/editor-documents": "4.1.0-721",
43
- "@elementor/editor-elements": "4.1.0-721",
44
- "@elementor/editor-interactions": "4.1.0-721",
45
- "@elementor/editor-mcp": "4.1.0-721",
46
- "@elementor/editor-notifications": "4.1.0-721",
47
- "@elementor/editor-props": "4.1.0-721",
48
- "@elementor/editor-responsive": "4.1.0-721",
49
- "@elementor/editor-styles": "4.1.0-721",
50
- "@elementor/editor-styles-repository": "4.1.0-721",
51
- "@elementor/editor-ui": "4.1.0-721",
52
- "@elementor/editor-v1-adapters": "4.1.0-721",
53
- "@elementor/schema": "4.1.0-721",
54
- "@elementor/twing": "4.1.0-721",
40
+ "@elementor/editor": "4.1.0-722",
41
+ "@elementor/editor-controls": "4.1.0-722",
42
+ "@elementor/editor-documents": "4.1.0-722",
43
+ "@elementor/editor-elements": "4.1.0-722",
44
+ "@elementor/editor-interactions": "4.1.0-722",
45
+ "@elementor/editor-mcp": "4.1.0-722",
46
+ "@elementor/editor-notifications": "4.1.0-722",
47
+ "@elementor/editor-props": "4.1.0-722",
48
+ "@elementor/editor-responsive": "4.1.0-722",
49
+ "@elementor/editor-styles": "4.1.0-722",
50
+ "@elementor/editor-styles-repository": "4.1.0-722",
51
+ "@elementor/editor-ui": "4.1.0-722",
52
+ "@elementor/editor-v1-adapters": "4.1.0-722",
53
+ "@elementor/schema": "4.1.0-722",
54
+ "@elementor/twing": "4.1.0-722",
55
55
  "@elementor/ui": "1.36.17",
56
- "@elementor/utils": "4.1.0-721",
57
- "@elementor/wp-media": "4.1.0-721",
56
+ "@elementor/utils": "4.1.0-722",
57
+ "@elementor/wp-media": "4.1.0-722",
58
58
  "@floating-ui/react": "^0.27.5",
59
59
  "@wordpress/i18n": "^5.13.0"
60
60
  },
@@ -10,14 +10,12 @@ import { initGetElementConfigTool } from './tools/get-element-config/tool';
10
10
  export const initCanvasMcp = ( reg: MCPRegistryEntry ) => {
11
11
  const { setMCPDescription } = reg;
12
12
  setMCPDescription(
13
- `Everything related to creative design, layout, styling and building the pages, specifically element of type "widget".
13
+ `Everything related to V4 ( Atomic ) canvas.
14
14
  # Canvas workflow for new compositions
15
- - Check existing global variables
16
- - Check existing global classes
17
- - Create missing global variables
18
- - Create reusable global classes
19
- - Build valid XML with minimal inline styles (layout/positioning only)
20
- - Apply global classes to elements`
15
+ - Configure elements settings and styles
16
+ - Build compositions/sections out of V4 atomic elements using context aware designs using the website resources
17
+ - Get and retrieve element configuration values
18
+ `
21
19
  );
22
20
  initWidgetsSchemaResource( reg );
23
21
  initDocumentStructureResource( reg );