@elementor/editor-editing-panel 4.0.0-680 → 4.0.0-681

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
@@ -5608,7 +5608,7 @@ var DynamicSelection = ({ close: closePopover, expired = false }) => {
5608
5608
  const hasNoDynamicTags = !options12.length && !searchValue.trim();
5609
5609
  useEffect7(() => {
5610
5610
  if (hasNoDynamicTags) {
5611
- trackViewPromotion({ target_name: "dynamic_tags", location_l1: "style" });
5611
+ trackViewPromotion({ target_name: "dynamic_tags" });
5612
5612
  } else if (expired) {
5613
5613
  trackViewPromotion({ target_name: "dynamic_tags" });
5614
5614
  }
@@ -5705,7 +5705,7 @@ var NoDynamicTags = () => /* @__PURE__ */ React87.createElement(React87.Fragment
5705
5705
  {
5706
5706
  size: "small",
5707
5707
  href: PRO_DYNAMIC_TAGS_URL,
5708
- onClick: () => trackUpgradePromotionClick({ target_name: "dynamic_tags", location_l1: "style" })
5708
+ onClick: () => trackUpgradePromotionClick({ target_name: "dynamic_tags" })
5709
5709
  }
5710
5710
  )
5711
5711
  ));