@sunrise-upc/mobile-prod-card 10.0.0 → 10.0.1-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.
package/dist/index.d.ts CHANGED
@@ -315,6 +315,7 @@ interface MultiItemAccessoriesSchema extends GenericSBProps {
315
315
  winAccessoriesLimit: number;
316
316
  winLimitWarningText: any;
317
317
  winCheckoutUrl: any;
318
+ ratePlanAccessoriesLimit: number;
318
319
  }
319
320
 
320
321
  declare const MultiItemAccessoriesWithProvider: (props: ComponentWithContentProps<MultiItemAccessoriesSchema>) => JSX.Element;
@@ -411,7 +412,7 @@ interface PriceCalculationStickyProps {
411
412
  content?: {
412
413
  title?: string;
413
414
  monthlyText?: string;
414
- continueBtn?: FalconButtonSchema[];
415
+ continueBtn?: Partial<FalconButtonSchema>[];
415
416
  };
416
417
  onContinue?: () => void;
417
418
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunrise-upc/mobile-prod-card",
3
- "version": "10.0.0",
3
+ "version": "10.0.1-beta.0",
4
4
  "description": "Starter project to create reusable functional component",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",