@elementor/editor-site-navigation 3.33.0-99 → 3.34.2
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +9 -9
- package/src/init.ts +1 -1
package/dist/index.js
CHANGED
|
@@ -1351,7 +1351,7 @@ function registerTopBarMenuItems() {
|
|
|
1351
1351
|
function registerButton() {
|
|
1352
1352
|
import_editor_app_bar.toolsMenu.registerToggleAction({
|
|
1353
1353
|
id: "toggle-site-navigation-panel",
|
|
1354
|
-
priority:
|
|
1354
|
+
priority: 20,
|
|
1355
1355
|
useProps: useToggleButtonProps
|
|
1356
1356
|
});
|
|
1357
1357
|
}
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elementor/editor-site-navigation",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.34.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "Elementor Team",
|
|
6
6
|
"homepage": "https://elementor.com/",
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
"dev": "tsup --config=../../tsup.dev.ts"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@elementor/editor-app-bar": "3.
|
|
43
|
-
"@elementor/editor-documents": "3.
|
|
44
|
-
"@elementor/editor-panels": "3.
|
|
45
|
-
"@elementor/editor-v1-adapters": "3.
|
|
46
|
-
"@elementor/env": "3.
|
|
47
|
-
"@elementor/icons": "1.
|
|
48
|
-
"@elementor/query": "3.
|
|
49
|
-
"@elementor/ui": "1.36.
|
|
42
|
+
"@elementor/editor-app-bar": "3.34.2",
|
|
43
|
+
"@elementor/editor-documents": "3.34.2",
|
|
44
|
+
"@elementor/editor-panels": "3.34.2",
|
|
45
|
+
"@elementor/editor-v1-adapters": "3.34.2",
|
|
46
|
+
"@elementor/env": "3.34.2",
|
|
47
|
+
"@elementor/icons": "^1.61.0",
|
|
48
|
+
"@elementor/query": "3.34.2",
|
|
49
|
+
"@elementor/ui": "1.36.17",
|
|
50
50
|
"@wordpress/api-fetch": "^6.42.0",
|
|
51
51
|
"@wordpress/i18n": "^5.13.0"
|
|
52
52
|
},
|