@elementor/editor-variables 4.0.0-549 → 4.0.0-551

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
@@ -2737,7 +2737,7 @@ var VariablesStyledMenuList = styled2(MenuList)(({ theme, disabled }) => ({
2737
2737
  var SIZE5 = "tiny";
2738
2738
  var CREATE_LABEL = __15("Create variable", "elementor");
2739
2739
  var MANAGER_LABEL = __15("Variables Manager", "elementor");
2740
- var getProUpgradeUrl = (variableType) => `https://go.elementor.com/go-pro-panel-${variableType}-variable/`;
2740
+ var getProUpgradeUrl = (variableType) => `https://go.elementor.com/renew-license-panel-${variableType}-variable`;
2741
2741
  var VariablesSelection = ({ closePopover, onAdd, onEdit, onSettings, disabled = false }) => {
2742
2742
  const { icon: VariableIcon, startIcon, variableType, propTypeUtil, emptyState } = useVariableType();
2743
2743
  const { value: variable, setValue: setVariable, path } = useVariableBoundProp();