@sunrise-upc/mobile-prod-card 1.0.32 → 1.0.33
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/components/ProductTeaser/ProductTeaser.d.ts +1 -2
- package/dist/cjs/components/lineTable/OrderButton.d.ts +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/esm/components/ProductTeaser/ProductTeaser.d.ts +1 -2
- package/dist/esm/components/lineTable/OrderButton.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/index.d.ts +1 -2
- package/package.json +1 -1
@@ -37,8 +37,7 @@ export interface ProductTeaserSchema {
|
|
37
37
|
content: ProductTeaserCompSchema;
|
38
38
|
lineCheckCallBack?: () => void;
|
39
39
|
changeAddressClicked?: boolean;
|
40
|
-
offerDataCallBack?: (a: any, b: any
|
41
|
-
productCallBack?: (a: string) => void;
|
40
|
+
offerDataCallBack?: (a: any, b: any) => void;
|
42
41
|
}
|
43
42
|
declare const ProductTeaser: FC<ProductTeaserSchema>;
|
44
43
|
export default ProductTeaser;
|
@@ -1,3 +1,3 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
declare const OrderButton: ({ content, isMobileFlow, sbStaticConstants, address, isAvailable, showPrice, createCartCall }: any) => JSX.Element;
|
2
|
+
declare const OrderButton: ({ content, isMobileFlow, sbStaticConstants, address, isAvailable, showPrice, createCartCall, updatedContent }: any) => JSX.Element;
|
3
3
|
export default OrderButton;
|