@sunrise-upc/mobile-prod-card 1.0.23 → 1.0.25-beta.0

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.
@@ -1,5 +1,5 @@
1
- import { FC } from "react";
2
- import { ProductTeaserCompSchema, ProductTeaserSlideSchema } from "./ProductTeaser";
1
+ import { FC } from 'react';
2
+ import { ProductTeaserCompSchema, ProductTeaserSlideSchema } from './ProductTeaser';
3
3
  export interface ProductTeaserSlidesSchema {
4
4
  content: ProductTeaserCompSchema;
5
5
  slides: ProductTeaserSlideSchema;
@@ -1,4 +1,4 @@
1
- export declare const formattedContent: (content: any, isMobileFlow: boolean) => any;
1
+ export declare const formattedContent: (content: any, isMobileFlow: boolean, updatedContent: any) => any;
2
2
  export declare const sortProductDetails: (prodDetails: any) => any;
3
3
  export declare const checkGift: (data: any) => any;
4
4
  export declare const checkCashback: (data: any) => any;
@@ -1,2 +1,2 @@
1
1
  export declare const fetchProductIds: (productIds: any, productList: any) => any;
2
- export declare const fetchPrice: (product: any, isConfigurator?: boolean) => any;
2
+ export declare const fetchPrice: (product: any, isMobileFlow: boolean, isConfigurator?: boolean) => any;