@wix/auto_sdk_events_forms 1.0.39 → 1.0.40

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.
@@ -2634,6 +2634,8 @@ interface AppEmbedData extends AppEmbedDataAppDataOneOf {
2634
2634
  ribbonStyles?: RibbonStyles;
2635
2635
  /** Card styling options. */
2636
2636
  cardStyles?: CardStyles;
2637
+ /** Styling for the app embed's container. */
2638
+ containerData?: PluginContainerData;
2637
2639
  }
2638
2640
  /** @oneof */
2639
2641
  interface AppEmbedDataAppDataOneOf {