@elementor/editor-interactions 4.3.0-961 → 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.mjs CHANGED
@@ -627,7 +627,6 @@ var trackInteractionCreated = (elementId, item) => {
627
627
  const effect = extractString(item.value.animation.value.effect);
628
628
  const type = extractString(item.value.animation.value.type);
629
629
  dispatchEvent?.(config.names.interactions.created, {
630
- app_type: config?.appTypes?.editor,
631
630
  window_name: config?.appTypes?.editor,
632
631
  interaction_type: config?.triggers?.click,
633
632
  target_name: getElementLabel2(elementId),