@wix/auto_sdk_comments_comments 1.0.23 → 1.0.25

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.
@@ -1362,6 +1362,8 @@ interface AppEmbedData extends AppEmbedDataAppDataOneOf {
1362
1362
  ribbonStyles?: RibbonStyles;
1363
1363
  /** Card styling options. */
1364
1364
  cardStyles?: CardStyles;
1365
+ /** Styling for the app embed's container. */
1366
+ containerData?: PluginContainerData;
1365
1367
  }
1366
1368
  /** @oneof */
1367
1369
  interface AppEmbedDataAppDataOneOf {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_comments_comments",
3
- "version": "1.0.23",
3
+ "version": "1.0.25",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -50,5 +50,5 @@
50
50
  "fqdn": "wix.comments.v2.comment"
51
51
  }
52
52
  },
53
- "falconPackageHash": "1c2b7001c583bbb916c4e6bf4adb887fda259eac75a94a03ece914ba"
53
+ "falconPackageHash": "19f37e75211c0b6a2af7e9a8c01817293f427f54696da105c07127f9"
54
54
  }