@gem-sdk/core 1.48.0-dev.97 → 1.48.0-dev.98

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.
@@ -6897,6 +6897,7 @@ type ObjectLayoutValue = {
6897
6897
  display?: 'fill' | 'fit';
6898
6898
  cols?: number[];
6899
6899
  keepCol?: boolean;
6900
+ gap?: string;
6900
6901
  };
6901
6902
  type ProductReviewsWidgetType = 'reviews' | 'badge';
6902
6903
  type TrustooWidgetType = 'starRatingInList' | 'starRating' | 'reviews';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.48.0-dev.97",
3
+ "version": "1.48.0-dev.98",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",