@gem-sdk/core 2.0.0-dev.371 → 2.0.0-dev.380

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.
@@ -37023,6 +37023,7 @@ type Mapped$1<K, T> = NonNullable<T> extends ObjectDevices<infer U> ? {
37023
37023
  placeholder?: string;
37024
37024
  type: 'badge-style';
37025
37025
  itemPerRow?: number;
37026
+ popoverLabel?: string;
37026
37027
  itemSpacing?: 'large' | 'small';
37027
37028
  options?: Option$1<T>[];
37028
37029
  groups?: {
@@ -37209,6 +37210,7 @@ type BackgroundMediaControlType<T> = SharedControlType<T> & {
37209
37210
  type: 'background-media';
37210
37211
  value?: BackgroundMedia;
37211
37212
  showVideo?: Boolean;
37213
+ hideImage?: boolean;
37212
37214
  };
37213
37215
  type BackgroundMedia = {
37214
37216
  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.380",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",