@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;
|