@wix/auto_sdk_data-extension-schema_schemas 1.0.201 → 1.0.202

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.
@@ -14734,8 +14734,9 @@ interface ReactElementContainer extends ReactElementContainerSelectedContainerTy
14734
14734
  template?: TemplateContainer;
14735
14735
  /**
14736
14736
  * A DOM Selector that will allow us to target it in the editor
14737
- * @minLength 2
14738
14737
  * @maxLength 100
14738
+ * @deprecated A DOM Selector that will allow us to target it in the editor
14739
+ * @targetRemovalDate 2026-05-31
14739
14740
  */
14740
14741
  selector?: string;
14741
14742
  /** The type of Container to be rendered */