@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.
@@ -14708,8 +14708,9 @@ interface ReactElementContainer extends ReactElementContainerSelectedContainerTy
14708
14708
  template?: TemplateContainer;
14709
14709
  /**
14710
14710
  * A DOM Selector that will allow us to target it in the editor
14711
- * @minLength 2
14712
14711
  * @maxLength 100
14712
+ * @deprecated A DOM Selector that will allow us to target it in the editor
14713
+ * @targetRemovalDate 2026-05-31
14713
14714
  */
14714
14715
  selector?: string;
14715
14716
  /** The type of Container to be rendered */