@elementor/editor-canvas 4.3.0-1012 → 4.3.0-1014
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 +0 -2
- package/dist/index.mjs +0 -2
- package/package.json +20 -20
- package/src/mcp/tools/configure-element/prompt.ts +0 -2
package/dist/index.js
CHANGED
|
@@ -4914,8 +4914,6 @@ For all non-primitive entries in \`propertiesToChange\`, provide the schema \`ke
|
|
|
4914
4914
|
|
|
4915
4915
|
Use the EXACT PropType schema given, and ALWAYS include the \`key\` from the schema for every property you are changing in \`propertiesToChange\`.
|
|
4916
4916
|
|
|
4917
|
-
Check \`llm_guidance.default_settings\` in the widget schema \u2014 include a key in \`propertiesToChange\` only when the user explicitly asks to change it.
|
|
4918
|
-
|
|
4919
4917
|
# Dynamic tags
|
|
4920
4918
|
A value can be made dynamic wherever its schema exposes a variant with "$$type": "dynamic". This may be the property root OR a NESTED field: for example an image is made dynamic on its "src" (the root stays "image"), NOT on the whole "image" value.
|
|
4921
4919
|
Put the dynamic object EXACTLY at the node whose schema offers the "dynamic" variant, in place of the static variant. The variant's "name" enumerates the tags allowed at that node.
|
package/dist/index.mjs
CHANGED
|
@@ -4886,8 +4886,6 @@ For all non-primitive entries in \`propertiesToChange\`, provide the schema \`ke
|
|
|
4886
4886
|
|
|
4887
4887
|
Use the EXACT PropType schema given, and ALWAYS include the \`key\` from the schema for every property you are changing in \`propertiesToChange\`.
|
|
4888
4888
|
|
|
4889
|
-
Check \`llm_guidance.default_settings\` in the widget schema \u2014 include a key in \`propertiesToChange\` only when the user explicitly asks to change it.
|
|
4890
|
-
|
|
4891
4889
|
# Dynamic tags
|
|
4892
4890
|
A value can be made dynamic wherever its schema exposes a variant with "$$type": "dynamic". This may be the property root OR a NESTED field: for example an image is made dynamic on its "src" (the root stays "image"), NOT on the whole "image" value.
|
|
4893
4891
|
Put the dynamic object EXACTLY at the node whose schema offers the "dynamic" variant, in place of the static variant. The variant's "name" enumerates the tags allowed at that node.
|
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.3.0-
|
|
4
|
+
"version": "4.3.0-1014",
|
|
5
5
|
"private": false,
|
|
6
6
|
"author": "Elementor Team",
|
|
7
7
|
"homepage": "https://elementor.com/",
|
|
@@ -37,26 +37,26 @@
|
|
|
37
37
|
"react-dom": "^18.3.1"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@elementor/editor": "4.3.0-
|
|
41
|
-
"@elementor/editor-controls": "4.3.0-
|
|
42
|
-
"@elementor/editor-documents": "4.3.0-
|
|
43
|
-
"@elementor/editor-elements": "4.3.0-
|
|
44
|
-
"@elementor/editor-interactions": "4.3.0-
|
|
45
|
-
"@elementor/editor-mcp": "4.3.0-
|
|
46
|
-
"@elementor/editor-notifications": "4.3.0-
|
|
47
|
-
"@elementor/editor-props": "4.3.0-
|
|
48
|
-
"@elementor/editor-responsive": "4.3.0-
|
|
49
|
-
"@elementor/editor-styles": "4.3.0-
|
|
50
|
-
"@elementor/editor-styles-repository": "4.3.0-
|
|
51
|
-
"@elementor/editor-ui": "4.3.0-
|
|
52
|
-
"@elementor/editor-v1-adapters": "4.3.0-
|
|
53
|
-
"@elementor/events": "4.3.0-
|
|
54
|
-
"@elementor/http-client": "4.3.0-
|
|
55
|
-
"@elementor/schema": "4.3.0-
|
|
56
|
-
"@elementor/twing": "4.3.0-
|
|
40
|
+
"@elementor/editor": "4.3.0-1014",
|
|
41
|
+
"@elementor/editor-controls": "4.3.0-1014",
|
|
42
|
+
"@elementor/editor-documents": "4.3.0-1014",
|
|
43
|
+
"@elementor/editor-elements": "4.3.0-1014",
|
|
44
|
+
"@elementor/editor-interactions": "4.3.0-1014",
|
|
45
|
+
"@elementor/editor-mcp": "4.3.0-1014",
|
|
46
|
+
"@elementor/editor-notifications": "4.3.0-1014",
|
|
47
|
+
"@elementor/editor-props": "4.3.0-1014",
|
|
48
|
+
"@elementor/editor-responsive": "4.3.0-1014",
|
|
49
|
+
"@elementor/editor-styles": "4.3.0-1014",
|
|
50
|
+
"@elementor/editor-styles-repository": "4.3.0-1014",
|
|
51
|
+
"@elementor/editor-ui": "4.3.0-1014",
|
|
52
|
+
"@elementor/editor-v1-adapters": "4.3.0-1014",
|
|
53
|
+
"@elementor/events": "4.3.0-1014",
|
|
54
|
+
"@elementor/http-client": "4.3.0-1014",
|
|
55
|
+
"@elementor/schema": "4.3.0-1014",
|
|
56
|
+
"@elementor/twing": "4.3.0-1014",
|
|
57
57
|
"@elementor/ui": "1.37.5",
|
|
58
|
-
"@elementor/utils": "4.3.0-
|
|
59
|
-
"@elementor/wp-media": "4.3.0-
|
|
58
|
+
"@elementor/utils": "4.3.0-1014",
|
|
59
|
+
"@elementor/wp-media": "4.3.0-1014",
|
|
60
60
|
"@floating-ui/react": "^0.27.5",
|
|
61
61
|
"@wordpress/i18n": "^5.13.0",
|
|
62
62
|
"dompurify": "^3.2.6"
|
|
@@ -50,8 +50,6 @@ For all non-primitive entries in \`propertiesToChange\`, provide the schema \`ke
|
|
|
50
50
|
|
|
51
51
|
Use the EXACT PropType schema given, and ALWAYS include the \`key\` from the schema for every property you are changing in \`propertiesToChange\`.
|
|
52
52
|
|
|
53
|
-
Check \`llm_guidance.default_settings\` in the widget schema — include a key in \`propertiesToChange\` only when the user explicitly asks to change it.
|
|
54
|
-
|
|
55
53
|
# Dynamic tags
|
|
56
54
|
A value can be made dynamic wherever its schema exposes a variant with "$$type": "dynamic". This may be the property root OR a NESTED field: for example an image is made dynamic on its "src" (the root stays "image"), NOT on the whole "image" value.
|
|
57
55
|
Put the dynamic object EXACTLY at the node whose schema offers the "dynamic" variant, in place of the static variant. The variant's "name" enumerates the tags allowed at that node.
|