@sunrise-upc/mobile-prod-card 9.5.0 → 9.5.1-beta.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/README.md +41 -41
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.ts +8 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -346,6 +346,14 @@ interface MultiItemAccessoriesSchema extends GenericSBProps {
|
|
|
346
346
|
winLimitWarningText: any;
|
|
347
347
|
winCheckoutUrl: any;
|
|
348
348
|
ratePlanAccessoriesLimit: number;
|
|
349
|
+
recommendationType: [];
|
|
350
|
+
defaultTabSelection: string;
|
|
351
|
+
tabletMasterList: any;
|
|
352
|
+
watchMasterList: any;
|
|
353
|
+
continueButtonCartCreation: boolean;
|
|
354
|
+
watchesInfoBanner: any;
|
|
355
|
+
esimIcon: any;
|
|
356
|
+
watchesHeading: any;
|
|
349
357
|
}
|
|
350
358
|
|
|
351
359
|
declare const MultiItemAccessoriesWithProvider: (props: ComponentWithContentProps<MultiItemAccessoriesSchema>) => JSX.Element;
|