@wix/auto_sdk_events_notifications 1.0.29 → 1.0.31

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.
@@ -2552,6 +2552,8 @@ interface AppEmbedData extends AppEmbedDataAppDataOneOf {
2552
2552
  ribbonStyles?: RibbonStyles;
2553
2553
  /** Card styling options. */
2554
2554
  cardStyles?: CardStyles;
2555
+ /** Styling for the app embed's container. */
2556
+ containerData?: PluginContainerData;
2555
2557
  }
2556
2558
  /** @oneof */
2557
2559
  interface AppEmbedDataAppDataOneOf {