@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.
@@ -14725,8 +14725,9 @@ interface ReactElementContainer extends ReactElementContainerSelectedContainerTy
14725
14725
  template?: TemplateContainer;
14726
14726
  /**
14727
14727
  * A DOM Selector that will allow us to target it in the editor
14728
- * @minLength 2
14729
14728
  * @maxLength 100
14729
+ * @deprecated A DOM Selector that will allow us to target it in the editor
14730
+ * @targetRemovalDate 2026-05-31
14730
14731
  */
14731
14732
  selector?: string;
14732
14733
  /** The type of Container to be rendered */