@elementor/editor-variables 4.0.0-548 → 4.0.0-550

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
@@ -2726,7 +2726,7 @@ var VariablesStyledMenuList = (0, import_ui20.styled)(import_ui20.MenuList)(({ t
2726
2726
  var SIZE5 = "tiny";
2727
2727
  var CREATE_LABEL = (0, import_i18n15.__)("Create variable", "elementor");
2728
2728
  var MANAGER_LABEL = (0, import_i18n15.__)("Variables Manager", "elementor");
2729
- var getProUpgradeUrl = (variableType) => `https://go.elementor.com/go-pro-panel-${variableType}-variable/`;
2729
+ var getProUpgradeUrl = (variableType) => `https://go.elementor.com/renew-license-panel-${variableType}-variable`;
2730
2730
  var VariablesSelection = ({ closePopover, onAdd, onEdit, onSettings, disabled = false }) => {
2731
2731
  const { icon: VariableIcon, startIcon, variableType, propTypeUtil, emptyState } = useVariableType();
2732
2732
  const { value: variable, setValue: setVariable, path } = useVariableBoundProp();