@gem-sdk/core 2.0.0-dev.676 → 2.0.0-dev.680

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.
@@ -37275,6 +37275,7 @@ type BackgroundMedia = {
37275
37275
  backupFileKey?: string;
37276
37276
  storage?: 'THEME' | 'FILE_CONTENT';
37277
37277
  backupFilePath?: string;
37278
+ hiddenLCP?: boolean;
37278
37279
  };
37279
37280
  size?: BgSize;
37280
37281
  position?: BgPosition;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "2.0.0-dev.676",
3
+ "version": "2.0.0-dev.680",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",