@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.
- package/dist/types/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -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';
|