@gem-sdk/core 2.0.0-dev.371 → 2.0.0-dev.374
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/dist/types/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -37209,6 +37209,7 @@ type BackgroundMediaControlType<T> = SharedControlType<T> & {
|
|
|
37209
37209
|
type: 'background-media';
|
|
37210
37210
|
value?: BackgroundMedia;
|
|
37211
37211
|
showVideo?: Boolean;
|
|
37212
|
+
hideImage?: boolean;
|
|
37212
37213
|
};
|
|
37213
37214
|
type BackgroundMedia = {
|
|
37214
37215
|
type?: 'color' | 'image' | 'video';
|