@gem-sdk/core 1.31.4 → 1.31.7
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 -1
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -155,7 +155,7 @@ type ObjectLayoutValue = {
|
|
|
155
155
|
keepCol?: boolean;
|
|
156
156
|
};
|
|
157
157
|
type ProductReviewsWidgetType = 'reviews' | 'badge';
|
|
158
|
-
type TrustooWidgetType = 'starRating' | 'reviews';
|
|
158
|
+
type TrustooWidgetType = 'starRatingInList' | 'starRating' | 'reviews';
|
|
159
159
|
type WiserWidgetType = 'related' | 'recommended' | 'alsobought' | 'recentview' | 'newarrivals' | 'featured' | 'topselling' | 'trending' | 'recent_related';
|
|
160
160
|
type InstantJudgeMeReviewsWidgetType = 'single_product_preview_badge' | 'review_widget' | 'reviews_carousel' | 'floating_reviews_tab' | 'all_reviews_widget' | 'verified_reviews_count_badge' | 'medals' | 'media_grid' | 'all_reviews_text';
|
|
161
161
|
type InstantLooxReviewsWidgetType = 'product_reviews_widget' | 'reviews_widget_all_stores' | 'product_star_ratings_widget' | 'carousel_widget';
|