@elementor/editor-variables 4.1.0-696 → 4.1.0-698

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
@@ -3840,7 +3840,6 @@ import * as React37 from "react";
3840
3840
  import { trackUpgradePromotionClick as trackUpgradePromotionClick3 } from "@elementor/editor-controls";
3841
3841
  import { colorPropTypeUtil, sizePropTypeUtil, stringPropTypeUtil } from "@elementor/editor-props";
3842
3842
  import { CtaButton } from "@elementor/editor-ui";
3843
- import { isExperimentActive as isExperimentActive2 } from "@elementor/editor-v1-adapters";
3844
3843
  import { BrushIcon, ExpandDiagonalIcon, ResetIcon, TextIcon as TextIcon2 } from "@elementor/icons";
3845
3844
  import { __ as __26 } from "@wordpress/i18n";
3846
3845
 
@@ -3982,9 +3981,6 @@ function registerVariableTypes() {
3982
3981
  defaultValue: "#ffffff",
3983
3982
  menuActionsFactory: ({ variable, variableId, handlers }) => {
3984
3983
  const actions = [];
3985
- if (!isExperimentActive2("e_design_system_sync")) {
3986
- return [];
3987
- }
3988
3984
  if (variable.sync_to_v3) {
3989
3985
  actions.push({
3990
3986
  name: __26("Stop syncing to Global Colors", "elementor"),