@elementor/editor-site-navigation 4.3.0-962 → 4.3.0-963

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
@@ -1141,7 +1141,6 @@ function CreatePostListItem({ closePopup, ...props }) {
1141
1141
  const eventName = config?.names?.editorOne?.topBarPageList;
1142
1142
  if (eventName) {
1143
1143
  dispatchEvent?.(eventName, {
1144
- app_type: config?.appTypes?.editor,
1145
1144
  window_name: config?.appTypes?.editor,
1146
1145
  interaction_type: config?.triggers?.click?.toLowerCase(),
1147
1146
  target_type: config?.targetTypes?.dropdownItem,
@@ -1233,7 +1232,6 @@ function PostListItem2({ post, closePopup, ...props }) {
1233
1232
  const eventName = config?.names?.editorOne?.topBarPageList;
1234
1233
  if (eventName) {
1235
1234
  dispatchEvent?.(eventName, {
1236
- app_type: config?.appTypes?.editor,
1237
1235
  window_name: config?.appTypes?.editor,
1238
1236
  interaction_type: config?.triggers?.click?.toLowerCase(),
1239
1237
  target_type: config?.targetTypes?.dropdownItem,
package/dist/index.mjs CHANGED
@@ -1156,7 +1156,6 @@ function CreatePostListItem({ closePopup, ...props }) {
1156
1156
  const eventName = config?.names?.editorOne?.topBarPageList;
1157
1157
  if (eventName) {
1158
1158
  dispatchEvent?.(eventName, {
1159
- app_type: config?.appTypes?.editor,
1160
1159
  window_name: config?.appTypes?.editor,
1161
1160
  interaction_type: config?.triggers?.click?.toLowerCase(),
1162
1161
  target_type: config?.targetTypes?.dropdownItem,
@@ -1248,7 +1247,6 @@ function PostListItem2({ post, closePopup, ...props }) {
1248
1247
  const eventName = config?.names?.editorOne?.topBarPageList;
1249
1248
  if (eventName) {
1250
1249
  dispatchEvent?.(eventName, {
1251
- app_type: config?.appTypes?.editor,
1252
1250
  window_name: config?.appTypes?.editor,
1253
1251
  interaction_type: config?.triggers?.click?.toLowerCase(),
1254
1252
  target_type: config?.targetTypes?.dropdownItem,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elementor/editor-site-navigation",
3
- "version": "4.3.0-962",
3
+ "version": "4.3.0-963",
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": "4.3.0-962",
43
- "@elementor/editor-documents": "4.3.0-962",
44
- "@elementor/editor-panels": "4.3.0-962",
45
- "@elementor/editor-v1-adapters": "4.3.0-962",
46
- "@elementor/env": "4.3.0-962",
42
+ "@elementor/editor-app-bar": "4.3.0-963",
43
+ "@elementor/editor-documents": "4.3.0-963",
44
+ "@elementor/editor-panels": "4.3.0-963",
45
+ "@elementor/editor-v1-adapters": "4.3.0-963",
46
+ "@elementor/env": "4.3.0-963",
47
47
  "@elementor/icons": "~1.75.1",
48
- "@elementor/events": "4.3.0-962",
49
- "@elementor/query": "4.3.0-962",
48
+ "@elementor/events": "4.3.0-963",
49
+ "@elementor/query": "4.3.0-963",
50
50
  "@elementor/ui": "1.37.5",
51
51
  "@wordpress/api-fetch": "^6.42.0",
52
52
  "@wordpress/i18n": "^5.13.0"
@@ -25,7 +25,6 @@ export function CreatePostListItem( { closePopup, ...props }: Props ) {
25
25
  const eventName = config?.names?.editorOne?.topBarPageList;
26
26
  if ( eventName ) {
27
27
  dispatchEvent?.( eventName, {
28
- app_type: config?.appTypes?.editor,
29
28
  window_name: config?.appTypes?.editor,
30
29
  interaction_type: config?.triggers?.click?.toLowerCase(),
31
30
  target_type: config?.targetTypes?.dropdownItem,
@@ -24,7 +24,6 @@ export function PostListItem( { post, closePopup, ...props }: Props ) {
24
24
  const eventName = config?.names?.editorOne?.topBarPageList;
25
25
  if ( eventName ) {
26
26
  dispatchEvent?.( eventName, {
27
- app_type: config?.appTypes?.editor,
28
27
  window_name: config?.appTypes?.editor,
29
28
  interaction_type: config?.triggers?.click?.toLowerCase(),
30
29
  target_type: config?.targetTypes?.dropdownItem,