@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.
@@ -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';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "2.0.0-dev.371",
3
+ "version": "2.0.0-dev.374",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",