@sunrise-upc/mobile-prod-card 8.9.0 → 8.9.2

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.
@@ -90,3 +90,6 @@ export declare const CONTAIN = "contain";
90
90
  export declare const COVER = "cover";
91
91
  export declare const ACCESSORYLABEL = "accessoriesLabel";
92
92
  export declare const MULTIPLEITEMACCESSORIES = "MULTIPLE_ITEM_ACCESSORIES";
93
+ export declare const MOBILERATEPLAN = "MOBILE";
94
+ export declare const INTERNET = "INTERNET";
95
+ export declare const TV = "TV";
package/dist/index.d.ts CHANGED
@@ -311,6 +311,7 @@ interface MultiItemAccessoriesSchema extends GenericSBProps {
311
311
  winAccessoriesLimit: number;
312
312
  winLimitWarningText: any;
313
313
  winCheckoutUrl: any;
314
+ ratePlanAccessoriesLimit: number;
314
315
  }
315
316
 
316
317
  declare const MultiItemAccessoriesWithProvider: (props: ComponentWithContentProps<MultiItemAccessoriesSchema>) => JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunrise-upc/mobile-prod-card",
3
- "version": "8.9.0",
3
+ "version": "8.9.2",
4
4
  "description": "Starter project to create reusable functional component",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",