@elementor/editor-canvas 4.3.0-1060 → 4.3.0-1061

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
@@ -4992,7 +4992,7 @@ Do NOT send "group" (it is resolved automatically). Use { "settings": {} } only
4992
4992
  );
4993
4993
  configureElementToolPrompt.parameter(
4994
4994
  "style",
4995
- 'A flat map of raw CSS declarations (property \u2192 value), e.g. { "line-height": "1.25rem", "color": "var(--primary-text, #000)" }. Set a value to null to reset that property to its default. OPTIONAL.'
4995
+ 'A flat map of raw CSS declarations (property \u2192 value), e.g. { "line-height": "1.25rem", "color": "var(--primary-text, #000)" }. font-family must be a single Google Font name or a var(--label) \u2014 no fallback stacks. Set a value to null to reset that property to its default. OPTIONAL.'
4996
4996
  );
4997
4997
  configureElementToolPrompt.example(`
4998
4998
  \`\`\`json
package/dist/index.mjs CHANGED
@@ -4968,7 +4968,7 @@ Do NOT send "group" (it is resolved automatically). Use { "settings": {} } only
4968
4968
  );
4969
4969
  configureElementToolPrompt.parameter(
4970
4970
  "style",
4971
- 'A flat map of raw CSS declarations (property \u2192 value), e.g. { "line-height": "1.25rem", "color": "var(--primary-text, #000)" }. Set a value to null to reset that property to its default. OPTIONAL.'
4971
+ 'A flat map of raw CSS declarations (property \u2192 value), e.g. { "line-height": "1.25rem", "color": "var(--primary-text, #000)" }. font-family must be a single Google Font name or a var(--label) \u2014 no fallback stacks. Set a value to null to reset that property to its default. OPTIONAL.'
4972
4972
  );
4973
4973
  configureElementToolPrompt.example(`
4974
4974
  \`\`\`json
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-1060",
4
+ "version": "4.3.0-1061",
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-1060",
41
- "@elementor/editor-controls": "4.3.0-1060",
42
- "@elementor/editor-documents": "4.3.0-1060",
43
- "@elementor/editor-elements": "4.3.0-1060",
44
- "@elementor/editor-interactions": "4.3.0-1060",
45
- "@elementor/editor-mcp": "4.3.0-1060",
46
- "@elementor/editor-notifications": "4.3.0-1060",
47
- "@elementor/editor-props": "4.3.0-1060",
48
- "@elementor/editor-responsive": "4.3.0-1060",
49
- "@elementor/editor-styles": "4.3.0-1060",
50
- "@elementor/editor-styles-repository": "4.3.0-1060",
51
- "@elementor/editor-ui": "4.3.0-1060",
52
- "@elementor/editor-v1-adapters": "4.3.0-1060",
53
- "@elementor/events": "4.3.0-1060",
54
- "@elementor/http-client": "4.3.0-1060",
55
- "@elementor/schema": "4.3.0-1060",
56
- "@elementor/twing": "4.3.0-1060",
40
+ "@elementor/editor": "4.3.0-1061",
41
+ "@elementor/editor-controls": "4.3.0-1061",
42
+ "@elementor/editor-documents": "4.3.0-1061",
43
+ "@elementor/editor-elements": "4.3.0-1061",
44
+ "@elementor/editor-interactions": "4.3.0-1061",
45
+ "@elementor/editor-mcp": "4.3.0-1061",
46
+ "@elementor/editor-notifications": "4.3.0-1061",
47
+ "@elementor/editor-props": "4.3.0-1061",
48
+ "@elementor/editor-responsive": "4.3.0-1061",
49
+ "@elementor/editor-styles": "4.3.0-1061",
50
+ "@elementor/editor-styles-repository": "4.3.0-1061",
51
+ "@elementor/editor-ui": "4.3.0-1061",
52
+ "@elementor/editor-v1-adapters": "4.3.0-1061",
53
+ "@elementor/events": "4.3.0-1061",
54
+ "@elementor/http-client": "4.3.0-1061",
55
+ "@elementor/schema": "4.3.0-1061",
56
+ "@elementor/twing": "4.3.0-1061",
57
57
  "@elementor/ui": "1.37.5",
58
- "@elementor/utils": "4.3.0-1060",
59
- "@elementor/wp-media": "4.3.0-1060",
58
+ "@elementor/utils": "4.3.0-1061",
59
+ "@elementor/wp-media": "4.3.0-1061",
60
60
  "@floating-ui/react": "^0.27.5",
61
61
  "@wordpress/i18n": "^5.13.0",
62
62
  "dompurify": "^3.2.6"
@@ -80,7 +80,7 @@ Do NOT send "group" (it is resolved automatically). Use { "settings": {} } only
80
80
 
81
81
  configureElementToolPrompt.parameter(
82
82
  'style',
83
- 'A flat map of raw CSS declarations (property → value), e.g. { "line-height": "1.25rem", "color": "var(--primary-text, #000)" }. Set a value to null to reset that property to its default. OPTIONAL.'
83
+ 'A flat map of raw CSS declarations (property → value), e.g. { "line-height": "1.25rem", "color": "var(--primary-text, #000)" }. font-family must be a single Google Font name or a var(--label) — no fallback stacks. Set a value to null to reset that property to its default. OPTIONAL.'
84
84
  );
85
85
 
86
86
  configureElementToolPrompt.example( `