@elementor/editor-interactions 4.0.0-665 → 4.0.0-666

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
@@ -456,7 +456,7 @@ var buildDisplayLabel = (item) => {
456
456
  const type = extractString(item.animation.value.type);
457
457
  const triggerLabel = TRIGGER_LABELS[trigger] || capitalize(trigger);
458
458
  const effectLabel = capitalize(effect);
459
- const typeLabel = capitalize(type);
459
+ const typeLabel = "custom" === effect ? "" : capitalize(type);
460
460
  return `${triggerLabel}: ${effectLabel} ${typeLabel}`;
461
461
  };
462
462