@gem-sdk/core 2.0.0-staging.798 → 2.0.0-staging.836
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 +3 -0
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -37234,6 +37234,7 @@ type BackgroundImageValue = {
|
|
|
37234
37234
|
backupFileKey?: string;
|
|
37235
37235
|
storage?: 'THEME' | 'FILE_CONTENT';
|
|
37236
37236
|
backupFilePath?: string;
|
|
37237
|
+
hiddenSEO?: boolean;
|
|
37237
37238
|
};
|
|
37238
37239
|
size?: BgSize;
|
|
37239
37240
|
position?: BgPosition;
|
|
@@ -37268,6 +37269,7 @@ type BackgroundMediaControlType<T> = SharedControlType<T> & {
|
|
|
37268
37269
|
type: 'background-media';
|
|
37269
37270
|
value?: BackgroundMedia;
|
|
37270
37271
|
showVideo?: boolean;
|
|
37272
|
+
showDeviceControl?: boolean;
|
|
37271
37273
|
hideImage?: boolean;
|
|
37272
37274
|
};
|
|
37273
37275
|
type BackgroundMedia = {
|
|
@@ -37281,6 +37283,7 @@ type BackgroundMedia = {
|
|
|
37281
37283
|
storage?: 'THEME' | 'FILE_CONTENT';
|
|
37282
37284
|
backupFilePath?: string;
|
|
37283
37285
|
hiddenLCP?: boolean;
|
|
37286
|
+
hiddenSEO?: boolean;
|
|
37284
37287
|
};
|
|
37285
37288
|
size?: BgSize;
|
|
37286
37289
|
position?: BgPosition;
|