@wix/auto_sdk_events_wix-events-v-2 1.0.42 → 1.0.44

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.
@@ -2292,6 +2292,8 @@ interface AppEmbedData extends AppEmbedDataAppDataOneOf {
2292
2292
  ribbonStyles?: RibbonStyles;
2293
2293
  /** Card styling options. */
2294
2294
  cardStyles?: CardStyles;
2295
+ /** Styling for the app embed's container. */
2296
+ containerData?: PluginContainerData;
2295
2297
  }
2296
2298
  /** @oneof */
2297
2299
  interface AppEmbedDataAppDataOneOf {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_events_wix-events-v-2",
3
- "version": "1.0.42",
3
+ "version": "1.0.44",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -50,5 +50,5 @@
50
50
  "fqdn": "wix.events.v3.event"
51
51
  }
52
52
  },
53
- "falconPackageHash": "faab82f293ccfeb5e06eb98b2cb8414fd76a5ab98ea40b0c1465d285"
53
+ "falconPackageHash": "8d11500e84694d8357ac03209747e77d055e8d6b32e498c8ef0e1bb3"
54
54
  }