@elementor/editor-variables 3.33.0-199 → 3.33.0-201
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +14 -14
- package/src/components/variables-selection.tsx +1 -1
package/dist/index.js
CHANGED
|
@@ -2430,7 +2430,7 @@ var VariablesStyledMenuList = (0, import_ui19.styled)(import_ui19.MenuList)(({ t
|
|
|
2430
2430
|
// src/components/variables-selection.tsx
|
|
2431
2431
|
var SIZE5 = "tiny";
|
|
2432
2432
|
var CREATE_LABEL = (0, import_i18n14.__)("Create variable", "elementor");
|
|
2433
|
-
var MANAGER_LABEL = (0, import_i18n14.__)("
|
|
2433
|
+
var MANAGER_LABEL = (0, import_i18n14.__)("Variables Manager", "elementor");
|
|
2434
2434
|
var VariablesSelection = ({ closePopover, onAdd, onEdit, onSettings }) => {
|
|
2435
2435
|
const { icon: VariableIcon, startIcon, variableType, propTypeUtil } = useVariableType();
|
|
2436
2436
|
const { value: variable, setValue: setVariable, path } = useVariableBoundProp();
|