@elementor/editor-controls 3.35.0-431 → 3.35.0-433

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.d.mts CHANGED
@@ -613,6 +613,7 @@ type ControlComponent = ComponentType<object & {
613
613
  OriginalControl: ComponentType;
614
614
  }>;
615
615
  type ControlReplacement = {
616
+ id?: string;
616
617
  component: ControlComponent;
617
618
  condition: ({ value }: ConditionArgs) => boolean;
618
619
  };
package/dist/index.d.ts CHANGED
@@ -613,6 +613,7 @@ type ControlComponent = ComponentType<object & {
613
613
  OriginalControl: ComponentType;
614
614
  }>;
615
615
  type ControlReplacement = {
616
+ id?: string;
616
617
  component: ControlComponent;
617
618
  condition: ({ value }: ConditionArgs) => boolean;
618
619
  };