@elementor/editor-interactions 4.2.0-beta1 → 4.3.0-1000
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 +0 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +12 -12
- package/src/utils/tracking.ts +0 -1
package/dist/index.js
CHANGED
|
@@ -702,7 +702,6 @@ var trackInteractionCreated = (elementId, item) => {
|
|
|
702
702
|
const effect = extractString(item.value.animation.value.effect);
|
|
703
703
|
const type = extractString(item.value.animation.value.type);
|
|
704
704
|
dispatchEvent?.(config.names.interactions.created, {
|
|
705
|
-
app_type: config?.appTypes?.editor,
|
|
706
705
|
window_name: config?.appTypes?.editor,
|
|
707
706
|
interaction_type: config?.triggers?.click,
|
|
708
707
|
target_name: (0, import_editor_elements3.getElementLabel)(elementId),
|