@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.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.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),
|