@gem-sdk/core 1.23.2 → 1.23.3

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.
@@ -175,7 +175,6 @@ type Mapped$5<K, T> = NonNullable<T> extends ObjectDevices<infer U> ? {
175
175
  };
176
176
  devices?: ResponsiveConfig<U>;
177
177
  emptyOnClear?: boolean;
178
- showVideo?: boolean;
179
178
  } : {
180
179
  id: K;
181
180
  label?: string;
@@ -207,7 +206,6 @@ type Mapped$5<K, T> = NonNullable<T> extends ObjectDevices<infer U> ? {
207
206
  active?: boolean;
208
207
  };
209
208
  emptyOnClear?: boolean;
210
- showVideo?: boolean;
211
209
  default?: T;
212
210
  };
213
211
  type SharedControlType<T> = {
@@ -615,7 +613,7 @@ type BackgroundControlType<T> = SharedControlType<T> & {
615
613
  value?: Background;
616
614
  };
617
615
  type Background = {
618
- type: 'color' | 'image' | 'video';
616
+ type: 'color' | 'image';
619
617
  color?: string;
620
618
  image?: {
621
619
  src?: string;
@@ -627,9 +625,6 @@ type Background = {
627
625
  position?: BgPosition;
628
626
  repeat?: BgRepeat;
629
627
  attachment?: BgAttachment;
630
- video?: string;
631
- loop?: boolean;
632
- lazyLoad?: boolean;
633
628
  };
634
629
  type BgSize = 'cover' | 'contain';
635
630
  type BgRepeat = 'repeat' | 'repeat-x' | 'repeat-y' | 'no-repeat';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.23.2",
3
+ "version": "1.23.3",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",