@elementor/editor-variables 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 +5 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +8 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +15 -15
- package/src/components/variables-selection.tsx +7 -1
package/dist/index.js
CHANGED
|
@@ -2961,7 +2961,11 @@ var VariablesSelection = ({ closePopover, onAdd, onEdit, onSettings, disabled =
|
|
|
2961
2961
|
(0, import_i18n15.__)("Upgrade to continue creating and editing %s variables.", "elementor"),
|
|
2962
2962
|
variableType
|
|
2963
2963
|
),
|
|
2964
|
-
upgradeUrl: getProUpgradeUrl(variableType)
|
|
2964
|
+
upgradeUrl: getProUpgradeUrl(variableType),
|
|
2965
|
+
onCtaClick: () => (0, import_editor_controls7.trackUpgradePromotionClick)({
|
|
2966
|
+
target_name: "variables_popover",
|
|
2967
|
+
location_l1: "variables_list"
|
|
2968
|
+
})
|
|
2965
2969
|
}
|
|
2966
2970
|
)), !hasSearchResults && hasVariables && /* @__PURE__ */ React21.createElement(
|
|
2967
2971
|
NoSearchResults,
|