@gem-sdk/components 2.0.0-staging.998 → 2.0.0-staging.999
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 +5 -3
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -2628,7 +2628,9 @@ type VariantPreset$1 = {
|
|
|
2628
2628
|
optionType: string;
|
|
2629
2629
|
optionName: string;
|
|
2630
2630
|
hide?: boolean;
|
|
2631
|
-
presets:
|
|
2631
|
+
presets: {
|
|
2632
|
+
[key in VariantTypeof$1]?: VariantBaseSetting$1;
|
|
2633
|
+
};
|
|
2632
2634
|
};
|
|
2633
2635
|
|
|
2634
2636
|
declare const PostPurchaseProductVariants: React.FC<PostPurchaseProductVariantsProps>;
|
|
@@ -2778,8 +2780,8 @@ type FeatureImagStyle = {
|
|
|
2778
2780
|
ftAspectRatio?: string;
|
|
2779
2781
|
ftWidth?: ObjectDevices<string>;
|
|
2780
2782
|
ftObjectFit?: ObjectFit;
|
|
2781
|
-
ftNavigation
|
|
2782
|
-
ftSpacing
|
|
2783
|
+
ftNavigation?: 'none' | 'display';
|
|
2784
|
+
ftSpacing?: Spacing;
|
|
2783
2785
|
};
|
|
2784
2786
|
type ImageListSetting = {
|
|
2785
2787
|
displayType: 'slider' | 'grid';
|