@wix/auto_sdk_members_members-about 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.
@@ -1248,6 +1248,8 @@ interface AppEmbedData extends AppEmbedDataAppDataOneOf {
1248
1248
  ribbonStyles?: RibbonStyles;
1249
1249
  /** Card styling options. */
1250
1250
  cardStyles?: CardStyles;
1251
+ /** Styling for the app embed's container. */
1252
+ containerData?: PluginContainerData;
1251
1253
  }
1252
1254
  /** @oneof */
1253
1255
  interface AppEmbedDataAppDataOneOf {
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_members_members-about",
3
- "version": "1.0.23",
3
+ "version": "1.0.25",
4
+ "license": "MIT",
4
5
  "publishConfig": {
5
6
  "registry": "https://registry.npmjs.org/",
6
7
  "access": "public"
@@ -49,5 +50,5 @@
49
50
  "fqdn": "wix.members.about.v2.member_about"
50
51
  }
51
52
  },
52
- "falconPackageHash": "0326aa1b19fa19d9ed8d0b14a3116d00c0778e8b36fbf03b4ac2e278"
53
+ "falconPackageHash": "898e4d42fc7f66db1cb2ad39421328972f5c1e021362c5a38aa264fd"
53
54
  }