@sunrise-upc/mobile-prod-card 8.2.2-beta.10 → 8.2.2-beta.12

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
@@ -1,4 +1,4 @@
1
- import React, { MouseEventHandler, FC, JSX } from 'react';
1
+ import React, { MouseEventHandler, FC, JSX as JSX$1 } from 'react';
2
2
  import { ApiServiceV2 } from '@sunrise-upc/ajax-lib';
3
3
 
4
4
  interface ButtonProps {
@@ -191,7 +191,7 @@ declare const BenefitWrapper: ({ content, metadata, setGenericErrorModalDetails,
191
191
 
192
192
  declare const Breadcrumb: FC<any>;
193
193
 
194
- declare const PreToPostSubsPopup: ({ onClose, content, prepaid, }: any) => JSX.Element;
194
+ declare const PreToPostSubsPopup: ({ onClose, content, prepaid, }: any) => JSX$1.Element;
195
195
 
196
196
  declare const HeroLoginBanner: FC<any>;
197
197
 
@@ -242,7 +242,7 @@ type ProgressionBarProps = {
242
242
  step: number;
243
243
  steps: any[];
244
244
  };
245
- declare const ProgressionBar: ({ step, steps }: ProgressionBarProps) => JSX.Element;
245
+ declare const ProgressionBar: ({ step, steps }: ProgressionBarProps) => JSX$1.Element;
246
246
 
247
247
  interface OttServiceOptionsSmallPopupProps {
248
248
  content: any;
@@ -261,6 +261,15 @@ interface OttServiceOptionsSmallPopupProps {
261
261
  }
262
262
  declare const OttServiceOptionsSmallPopup: ({ content, addOptionsCallBack, metadata, constants, mainContent, preSelectedOptions, optionsResponse, updateResponseList, showPrice, productData, offeringData, uniqueId, deviceFlow }: OttServiceOptionsSmallPopupProps) => React.JSX.Element;
263
263
 
264
+ interface NotificationToastProps {
265
+ title: string;
266
+ message: string;
267
+ show: boolean;
268
+ delay?: number;
269
+ onClose: () => void;
270
+ }
271
+ declare const NotificationToast: ({ title, message, show, onClose, delay }: NotificationToastProps) => JSX.Element;
272
+
264
273
  interface LineTableBasicPropConfigSchema {
265
274
  baseURL: string | '';
266
275
  cartURL?: string | '';
@@ -363,5 +372,5 @@ declare class StickyBottomSheetPropConfig {
363
372
  static create: (p_config: StickyBottomSheetPropConfigSchema) => void;
364
373
  }
365
374
 
366
- export { AssetPathPropConfig, BenefitWrapper, Breadcrumb, Button, Card, CardEntitlement, CarouselComp, CheckCoverage, CoverageCheckModal, DeviceCards as DeviceCard, DevicePropConfig, DpLinetableContainer as DpLinetable, FreshProductBannerHome, HeroLoginBanner as HeroLogin, LineTableBasicPropConfig, LinecheckBasicPropConfig, LincheckModal as LinecheckModal, LoginBasicPropConfig, LoginModal as LoginModalV2, OttServiceOptionsSmallPopup, PreToPostSubsPopup as PretoPostSubsPopup, ProductTableV3, ProductTeaser, ProductTeaserPropConfig, ProgressionBar, StaticLineTable, StickyBottomSheet, StickyBottomSheetPropConfig, StickyProductAnchor };
375
+ export { AssetPathPropConfig, BenefitWrapper, Breadcrumb, Button, Card, CardEntitlement, CarouselComp, CheckCoverage, CoverageCheckModal, DeviceCards as DeviceCard, DevicePropConfig, DpLinetableContainer as DpLinetable, FreshProductBannerHome, HeroLoginBanner as HeroLogin, LineTableBasicPropConfig, LinecheckBasicPropConfig, LincheckModal as LinecheckModal, LoginBasicPropConfig, LoginModal as LoginModalV2, NotificationToast, OttServiceOptionsSmallPopup, PreToPostSubsPopup as PretoPostSubsPopup, ProductTableV3, ProductTeaser, ProductTeaserPropConfig, ProgressionBar, StaticLineTable, StickyBottomSheet, StickyBottomSheetPropConfig, StickyProductAnchor };
367
376
  export type { AssetPathPropConfigSchema, DevicePropSchema, LineTableBasicPropConfigSchema, LinecheckBasicPropConfigSchema, LoginBasicPropConfigSchema, ProductTeaserPropConfigSchema, StickyBottomSheetPropConfigSchema };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunrise-upc/mobile-prod-card",
3
- "version": "8.2.2-beta.10",
3
+ "version": "8.2.2-beta.12",
4
4
  "description": "Starter project to create reusable functional component",
5
5
  "type": "module",
6
6
  "main": "dist/esm/index.js",
@@ -67,9 +67,9 @@
67
67
  "@sunrise-upc/ajax-lib": "^2.2.1-beta.1",
68
68
  "cookies-next": "^6.1.0",
69
69
  "js-cookie": "^3.0.5",
70
- "react": "19.0.0",
70
+ "react": "^19.1.0",
71
71
  "react-bootstrap": "^2.10.10",
72
- "react-dom": "19.0.0",
72
+ "react-dom": "^19.1.0",
73
73
  "react-loading-skeleton": "^3.5.0",
74
74
  "react-multi-carousel": "^2.8.5",
75
75
  "react-select": "^5.10.2",