@sunrise-upc/mobile-prod-card 8.4.4-beta.0 → 8.5.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
@@ -218,7 +218,7 @@ interface OttServiceOptionsSmallPopupProps {
218
218
  mainContent: any;
219
219
  preSelectedOptions: any[];
220
220
  optionsResponse: any[];
221
- updateResponseList?: (list: any) => void;
221
+ updateResponseList: (list: any) => void;
222
222
  showPrice?: any;
223
223
  productData?: any;
224
224
  offeringData?: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunrise-upc/mobile-prod-card",
3
- "version": "8.4.4-beta.0",
3
+ "version": "8.5.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",