@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.
- package/dist/types/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -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;
|