@gem-sdk/core 1.41.0-dev.18 → 1.41.0-dev.20

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.
@@ -7241,6 +7241,7 @@ type Background = {
7241
7241
  repeat?: BgRepeat;
7242
7242
  attachment?: BgAttachment;
7243
7243
  video?: string;
7244
+ videoHtml5?: string;
7244
7245
  videoType?: 'youtube' | 'html5';
7245
7246
  loop?: boolean;
7246
7247
  lazyLoad?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.41.0-dev.18",
3
+ "version": "1.41.0-dev.20",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",