@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.
@@ -2628,7 +2628,9 @@ type VariantPreset$1 = {
2628
2628
  optionType: string;
2629
2629
  optionName: string;
2630
2630
  hide?: boolean;
2631
- presets: Record<VariantTypeof$1, VariantBaseSetting$1>;
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: 'none' | 'display';
2782
- ftSpacing: Spacing;
2783
+ ftNavigation?: 'none' | 'display';
2784
+ ftSpacing?: Spacing;
2783
2785
  };
2784
2786
  type ImageListSetting = {
2785
2787
  displayType: 'slider' | 'grid';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/components",
3
- "version": "2.0.0-staging.998",
3
+ "version": "2.0.0-staging.999",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",