@sunrise-upc/mobile-prod-card 8.3.1-beta.4 → 8.4.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;
@@ -227,15 +227,6 @@ interface OttServiceOptionsSmallPopupProps {
227
227
  }
228
228
  declare const OttServiceOptionsSmallPopup: ({ content, addOptionsCallBack, metadata, constants, mainContent, preSelectedOptions, optionsResponse, updateResponseList, showPrice, productData, offeringData, uniqueId, deviceFlow }: OttServiceOptionsSmallPopupProps) => JSX.Element;
229
229
 
230
- interface NotificationToastProps {
231
- title: string;
232
- message: string;
233
- show: boolean;
234
- delay?: number;
235
- onClose: () => void;
236
- }
237
- declare const NotificationToast: ({ title, message, show, onClose, delay }: NotificationToastProps) => JSX.Element;
238
-
239
230
  interface LineTableBasicPropConfigSchema {
240
231
  baseURL: string | '';
241
232
  cartURL?: string | '';
@@ -325,4 +316,4 @@ declare class LoginBasicPropConfig {
325
316
  getAPIServiceObject: () => ApiServiceV2;
326
317
  }
327
318
 
328
- export { AssetPathPropConfig, AssetPathPropConfigSchema, BenefitWrapper, Breadcrumb, Button, Card, CardEntitlement, CarouselComp, CheckCoverage, CoverageCheckModal, DpLinetableContainer as DpLinetable, HeroLoginBanner as HeroLogin, LineTableBasicPropConfig, LineTableBasicPropConfigSchema, LinecheckBasicPropConfig, LinecheckBasicPropConfigSchema, LincheckModal as LinecheckModal, LoginBasicPropConfig, LoginBasicPropConfigSchema, LoginModal as LoginModalV2, NotificationToast, OttServiceOptionsSmallPopup, PreToPostSubsPopup as PretoPostSubsPopup, ProductTableV3, ProductTeaser, ProductTeaserPropConfig, ProductTeaserPropConfigSchema, ProgressionBar, StaticLineTable, StickyBottomSheet, StickyBottomSheetPropConfig, StickyBottomSheetPropConfigSchema, StickyProductAnchor };
319
+ export { AssetPathPropConfig, AssetPathPropConfigSchema, BenefitWrapper, Breadcrumb, Button, Card, CardEntitlement, CarouselComp, CheckCoverage, CoverageCheckModal, DpLinetableContainer as DpLinetable, HeroLoginBanner as HeroLogin, LineTableBasicPropConfig, LineTableBasicPropConfigSchema, LinecheckBasicPropConfig, LinecheckBasicPropConfigSchema, LincheckModal as LinecheckModal, LoginBasicPropConfig, LoginBasicPropConfigSchema, LoginModal as LoginModalV2, OttServiceOptionsSmallPopup, PreToPostSubsPopup as PretoPostSubsPopup, ProductTableV3, ProductTeaser, ProductTeaserPropConfig, ProductTeaserPropConfigSchema, ProgressionBar, StaticLineTable, StickyBottomSheet, StickyBottomSheetPropConfig, StickyBottomSheetPropConfigSchema, StickyProductAnchor };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunrise-upc/mobile-prod-card",
3
- "version": "8.3.1-beta.4",
3
+ "version": "8.4.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",
@@ -1,10 +0,0 @@
1
- /// <reference types="react" />
2
- interface NotificationToastProps {
3
- title: string;
4
- message: string;
5
- show: boolean;
6
- delay?: number;
7
- onClose: () => void;
8
- }
9
- declare const NotificationToast: ({ title, message, show, onClose, delay }: NotificationToastProps) => JSX.Element;
10
- export default NotificationToast;
@@ -1,10 +0,0 @@
1
- /// <reference types="react" />
2
- interface NotificationToastProps {
3
- title: string;
4
- message: string;
5
- show: boolean;
6
- delay?: number;
7
- onClose: () => void;
8
- }
9
- declare const NotificationToast: ({ title, message, show, onClose, delay }: NotificationToastProps) => JSX.Element;
10
- export default NotificationToast;