@sunrise-upc/mobile-prod-card 10.0.1-beta.13 → 10.0.1-beta.14

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.
package/dist/index.d.ts CHANGED
@@ -403,7 +403,8 @@ declare const RecommendedOptions: React.FC<ComponentWithContentProps<Recommended
403
403
  }>;
404
404
 
405
405
  interface PriceCalculationStickyProps {
406
- totalAmount: number;
406
+ totalOnetimeAmount?: number;
407
+ totalRecurring?: number;
407
408
  onContinue?: () => void;
408
409
  currencySymbol?: string;
409
410
  isExpanded?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunrise-upc/mobile-prod-card",
3
- "version": "10.0.1-beta.13",
3
+ "version": "10.0.1-beta.14",
4
4
  "description": "Starter project to create reusable functional component",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",