@gem-sdk/core 2.0.0-dev.673 → 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 +2 -1
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -36726,7 +36726,7 @@ type Ratio<T> = SharedControlType<T> & {
|
|
|
36726
36726
|
};
|
|
36727
36727
|
|
|
36728
36728
|
type TypographyV2ControlType<T> = SharedControlType<T> & {
|
|
36729
|
-
type: 'typography-v2';
|
|
36729
|
+
type: 'typography-v2' | 'typography-combo';
|
|
36730
36730
|
hiddenSetting?: {
|
|
36731
36731
|
color?: boolean;
|
|
36732
36732
|
transform?: boolean;
|
|
@@ -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;
|