@sunrise-upc/mobile-prod-card 8.6.11-beta.2 → 8.6.11-beta.3

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
@@ -345,6 +345,7 @@ interface MultiItemAccessoriesSchema extends GenericSBProps {
345
345
  winAccessoriesLimit: number;
346
346
  winLimitWarningText: any;
347
347
  winCheckoutUrl: any;
348
+ ratePlanAccessoriesLimit: number;
348
349
  }
349
350
 
350
351
  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.6.11-beta.2",
3
+ "version": "8.6.11-beta.3",
4
4
  "description": "Starter project to create reusable functional component",
5
5
  "type": "module",
6
6
  "main": "dist/esm/index.js",