@gem-sdk/core 2.1.27-staging.20 → 2.1.27-staging.21
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.
|
@@ -297,6 +297,12 @@ const ComponentToolbarPreview = (props)=>{
|
|
|
297
297
|
}
|
|
298
298
|
});
|
|
299
299
|
window.dispatchEvent(event);
|
|
300
|
+
setTimeout(()=>{
|
|
301
|
+
let event = new Event('trigger-change-in-view', {
|
|
302
|
+
bubbles: true
|
|
303
|
+
});
|
|
304
|
+
document.dispatchEvent(event);
|
|
305
|
+
});
|
|
300
306
|
return false;
|
|
301
307
|
};
|
|
302
308
|
const onDuplicate = (e)=>{
|
|
@@ -293,6 +293,12 @@ const ComponentToolbarPreview = (props)=>{
|
|
|
293
293
|
}
|
|
294
294
|
});
|
|
295
295
|
window.dispatchEvent(event);
|
|
296
|
+
setTimeout(()=>{
|
|
297
|
+
let event = new Event('trigger-change-in-view', {
|
|
298
|
+
bubbles: true
|
|
299
|
+
});
|
|
300
|
+
document.dispatchEvent(event);
|
|
301
|
+
});
|
|
296
302
|
return false;
|
|
297
303
|
};
|
|
298
304
|
const onDuplicate = (e)=>{
|
package/dist/types/index.d.ts
CHANGED
|
@@ -7490,7 +7490,7 @@ type StampedWidgetTypeV2 = 'main-widget' | 'product-rating-image' | 'badge-doubl
|
|
|
7490
7490
|
type LaiProductReviewsWidgetType = 'reviews_widget' | 'star_ratings' | 'homepage_reviews' | 'happy_customer_reviews' | 'star_ratings_in_list' | 'advanced_widget';
|
|
7491
7491
|
type LaiProductReviewsAdvancedWidgetType = 'cardCarousel' | 'testimonialCarousel' | 'mediaGallery' | 'cardGrid';
|
|
7492
7492
|
type YotpoReviewsWidgetType = 'reviews' | 'star-rating' | 'reviewHighlights';
|
|
7493
|
-
type BogosWidgetType = 'icon' | 'thumnail' | 'slider' | 'message' | 'classic-bundle' | 'quantity-break' | 'mix-match'
|
|
7493
|
+
type BogosWidgetType = 'icon' | 'thumnail' | 'slider' | 'message' | 'classic-bundle' | 'quantity-break' | 'mix-match';
|
|
7494
7494
|
type PreOrderNowWodWidgetType = 'app-block' | 'popups-block';
|
|
7495
7495
|
type TagShopWidgetType = 'homeLandingGalleries' | 'productGalleries' | 'tagGalleries';
|
|
7496
7496
|
type AirProductReview = 'review_box' | 'star_rating' | 'review_carousel';
|