@elementor/editor-editing-panel 4.0.0-680 → 4.0.0-682
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 +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +21 -21
- package/src/dynamics/components/dynamic-selection.tsx +2 -2
package/dist/index.js
CHANGED
|
@@ -5499,7 +5499,7 @@ var DynamicSelection = ({ close: closePopover, expired = false }) => {
|
|
|
5499
5499
|
const hasNoDynamicTags = !options12.length && !searchValue.trim();
|
|
5500
5500
|
(0, import_react39.useEffect)(() => {
|
|
5501
5501
|
if (hasNoDynamicTags) {
|
|
5502
|
-
(0, import_editor_controls57.trackViewPromotion)({ target_name: "dynamic_tags"
|
|
5502
|
+
(0, import_editor_controls57.trackViewPromotion)({ target_name: "dynamic_tags" });
|
|
5503
5503
|
} else if (expired) {
|
|
5504
5504
|
(0, import_editor_controls57.trackViewPromotion)({ target_name: "dynamic_tags" });
|
|
5505
5505
|
}
|
|
@@ -5596,7 +5596,7 @@ var NoDynamicTags = () => /* @__PURE__ */ React87.createElement(React87.Fragment
|
|
|
5596
5596
|
{
|
|
5597
5597
|
size: "small",
|
|
5598
5598
|
href: PRO_DYNAMIC_TAGS_URL,
|
|
5599
|
-
onClick: () => (0, import_editor_controls57.trackUpgradePromotionClick)({ target_name: "dynamic_tags"
|
|
5599
|
+
onClick: () => (0, import_editor_controls57.trackUpgradePromotionClick)({ target_name: "dynamic_tags" })
|
|
5600
5600
|
}
|
|
5601
5601
|
)
|
|
5602
5602
|
));
|