@sunrise-upc/mobile-prod-card 8.9.14 → 8.9.15

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
@@ -363,6 +363,8 @@ interface TranslationItem extends GenericSBProps {
363
363
  }
364
364
  type RecommendedOptionsTranslations = TranslationItem[];
365
365
  interface RecommendedOptionsSchema extends GenericSBProps {
366
+ segmentTypes: any;
367
+ listHeightMobile: boolean;
366
368
  listHeightDesktop: number;
367
369
  categories: any;
368
370
  optionCatalogPath: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunrise-upc/mobile-prod-card",
3
- "version": "8.9.14",
3
+ "version": "8.9.15",
4
4
  "description": "Starter project to create reusable functional component",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",