@elementor/editor-canvas 4.2.0-945 → 4.3.0-947
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/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elementor/editor-canvas",
|
|
3
3
|
"description": "Elementor Editor Canvas",
|
|
4
|
-
"version": "4.
|
|
4
|
+
"version": "4.3.0-947",
|
|
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.
|
|
40
|
+
"@elementor/editor": "4.3.0-947",
|
|
41
41
|
"dompurify": "^3.2.6",
|
|
42
|
-
"@elementor/editor-controls": "4.
|
|
43
|
-
"@elementor/editor-documents": "4.
|
|
44
|
-
"@elementor/editor-elements": "4.
|
|
45
|
-
"@elementor/editor-interactions": "4.
|
|
46
|
-
"@elementor/editor-mcp": "4.
|
|
47
|
-
"@elementor/editor-notifications": "4.
|
|
48
|
-
"@elementor/editor-props": "4.
|
|
49
|
-
"@elementor/editor-responsive": "4.
|
|
50
|
-
"@elementor/editor-styles": "4.
|
|
51
|
-
"@elementor/editor-styles-repository": "4.
|
|
52
|
-
"@elementor/editor-ui": "4.
|
|
53
|
-
"@elementor/editor-v1-adapters": "4.
|
|
54
|
-
"@elementor/http-client": "4.
|
|
55
|
-
"@elementor/schema": "4.
|
|
56
|
-
"@elementor/twing": "4.
|
|
42
|
+
"@elementor/editor-controls": "4.3.0-947",
|
|
43
|
+
"@elementor/editor-documents": "4.3.0-947",
|
|
44
|
+
"@elementor/editor-elements": "4.3.0-947",
|
|
45
|
+
"@elementor/editor-interactions": "4.3.0-947",
|
|
46
|
+
"@elementor/editor-mcp": "4.3.0-947",
|
|
47
|
+
"@elementor/editor-notifications": "4.3.0-947",
|
|
48
|
+
"@elementor/editor-props": "4.3.0-947",
|
|
49
|
+
"@elementor/editor-responsive": "4.3.0-947",
|
|
50
|
+
"@elementor/editor-styles": "4.3.0-947",
|
|
51
|
+
"@elementor/editor-styles-repository": "4.3.0-947",
|
|
52
|
+
"@elementor/editor-ui": "4.3.0-947",
|
|
53
|
+
"@elementor/editor-v1-adapters": "4.3.0-947",
|
|
54
|
+
"@elementor/http-client": "4.3.0-947",
|
|
55
|
+
"@elementor/schema": "4.3.0-947",
|
|
56
|
+
"@elementor/twing": "4.3.0-947",
|
|
57
57
|
"@elementor/ui": "1.37.5",
|
|
58
|
-
"@elementor/utils": "4.
|
|
59
|
-
"@elementor/wp-media": "4.
|
|
58
|
+
"@elementor/utils": "4.3.0-947",
|
|
59
|
+
"@elementor/wp-media": "4.3.0-947",
|
|
60
60
|
"@floating-ui/react": "^0.27.5",
|
|
61
61
|
"@wordpress/i18n": "^5.13.0"
|
|
62
62
|
},
|
|
@@ -45,7 +45,7 @@ describe( 'initLegacyViews', () => {
|
|
|
45
45
|
mockLegacyElementor();
|
|
46
46
|
} );
|
|
47
47
|
|
|
48
|
-
it( 'should register a late element type via the legacy manager without leaking state', () => {
|
|
48
|
+
it( 'should register a late element type via the legacy manager without leaking the state', () => {
|
|
49
49
|
// Arrange
|
|
50
50
|
const elementsManager = createMockElementsManager();
|
|
51
51
|
attachMockElementsManager( elementsManager );
|