yt-uikit 0.8.86 → 0.8.87

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.
@@ -211,6 +211,8 @@ type ComboStyle = {
211
211
  subProductsImageVisibility: boolean;
212
212
  subProductsProductTitleVisibility: boolean;
213
213
  subProductsProductPriceVisibility: boolean;
214
+ discountBadgeVisibility?: boolean;
215
+ discountBadgeDisplay?: "discount-on-compare" | "discount-on-price";
214
216
  };
215
217
  type ByobStyle = {
216
218
  titleFontSize: string;
@@ -267,6 +269,8 @@ type FixedStyle = {
267
269
  variantSelectorType: string;
268
270
  productsPriceVisibility: boolean;
269
271
  compareAtPriceVisibility: boolean;
272
+ discountBadgeVisibility?: boolean;
273
+ discountBadgeDisplay?: "discount-on-compare" | "discount-on-price";
270
274
  };
271
275
  export type Customizations = {
272
276
  shop?: string;