@sunrise-upc/mobile-prod-card 10.0.1-beta.2 → 10.0.1-beta.4

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.
@@ -32,3 +32,4 @@ export declare const viewportMultiItem: () => string;
32
32
  export declare const setSessionStorage: (sname: string, valueobj: any) => any;
33
33
  export declare const getSessionStorage: (sname: string) => any;
34
34
  export declare const rp_lastcartItemWithParentPOType: (cart: any[], lastCartItems: Record<string, any>, parent: any, home: any) => Record<string, any>;
35
+ export declare const isStandaloneOption: (product: any) => any;
package/dist/index.d.ts CHANGED
@@ -410,13 +410,8 @@ interface ProductItem {
410
410
  }
411
411
  interface PriceCalculationStickyProps {
412
412
  totalAmount: number;
413
- productsName: string;
413
+ productsName?: string;
414
414
  products: ProductItem[];
415
- content?: {
416
- title?: string;
417
- monthlyText?: string;
418
- continueBtn?: Partial<FalconButtonSchema>[];
419
- };
420
415
  onContinue?: () => void;
421
416
  currencySymbol?: string;
422
417
  isExpanded?: boolean;
@@ -424,6 +419,7 @@ interface PriceCalculationStickyProps {
424
419
  cartData?: Record<string, any>;
425
420
  content?: any;
426
421
  accessoriesSelected?: any;
422
+ flow?: string;
427
423
  }
428
424
 
429
425
  declare const PriceCalculationSticky: React.FC<PriceCalculationStickyProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunrise-upc/mobile-prod-card",
3
- "version": "10.0.1-beta.2",
3
+ "version": "10.0.1-beta.4",
4
4
  "description": "Starter project to create reusable functional component",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",