@wix/auto_sdk_events_notifications 1.0.31 → 1.0.32
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.
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +0 -2
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +0 -2
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +0 -2
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +0 -2
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -2552,8 +2552,6 @@ 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;
|
|
2557
2555
|
}
|
|
2558
2556
|
/** @oneof */
|
|
2559
2557
|
interface AppEmbedDataAppDataOneOf {
|