@wix/app-extensions 1.0.57 → 1.0.58

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.
@@ -20671,12 +20671,6 @@ interface PresetElementDefaults {
20671
20671
  * @maxLength 300
20672
20672
  */
20673
20673
  description?: string | null;
20674
- /**
20675
- * Optional per-preset layout overrides for containers in this element's data scope, keyed by the container's data-item key.
20676
- * Each key must reference a data item of type 'container' in the same scope. Any field left unset on the
20677
- * ContainerLayout falls back to the container's own declared layout.
20678
- */
20679
- containers?: Record<string, ContainerLayout>;
20680
20674
  }
20681
20675
  /** @internal */
20682
20676
  interface CssPropertyItemDefaults {
@@ -20693,12 +20687,6 @@ interface PresetInnerElementDefaults {
20693
20687
  cssCustomProperties?: Record<string, CssPropertyItemDefaults>;
20694
20688
  /** The default preset and styles for inner elements */
20695
20689
  elements?: Record<string, PresetInnerElementDefaults>;
20696
- /**
20697
- * Optional per-preset layout overrides for containers in this element's data scope, keyed by the container's data-item key.
20698
- * Each key must reference a data item of type 'container' in this element's scope. Any field left unset on the
20699
- * ContainerLayout falls back to the container's own declared layout.
20700
- */
20701
- containers?: Record<string, ContainerLayout>;
20702
20690
  }
20703
20691
  /** Top-level message containing all layout capabilities */
20704
20692
  /** @internal */