@elementor/editor-variables 4.1.0-708 → 4.1.0-709
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 +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +16 -16
- package/src/register-variable-types.tsx +3 -3
package/dist/index.js
CHANGED
|
@@ -3984,14 +3984,14 @@ function registerVariableTypes() {
|
|
|
3984
3984
|
if (variable.sync_to_v3) {
|
|
3985
3985
|
actions.push({
|
|
3986
3986
|
name: (0, import_i18n26.__)("Stop syncing to Global Colors", "elementor"),
|
|
3987
|
-
icon: import_icons16.
|
|
3987
|
+
icon: import_icons16.RefreshOffIcon,
|
|
3988
3988
|
color: "text.primary",
|
|
3989
3989
|
onClick: () => handlers.onStopSync(variableId)
|
|
3990
3990
|
});
|
|
3991
3991
|
} else {
|
|
3992
3992
|
actions.push({
|
|
3993
3993
|
name: (0, import_i18n26.__)("Sync to Global Colors", "elementor"),
|
|
3994
|
-
icon: import_icons16.
|
|
3994
|
+
icon: import_icons16.RefreshIcon,
|
|
3995
3995
|
color: "text.primary",
|
|
3996
3996
|
onClick: () => handlers.onStartSync(variableId)
|
|
3997
3997
|
});
|