@sunrise-upc/mobile-prod-card 8.5.4 → 8.6.1

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
@@ -267,15 +267,6 @@ interface OttServiceOptionsSmallPopupProps {
267
267
  }
268
268
  declare const OttServiceOptionsSmallPopup: ({ content, addOptionsCallBack, metadata, constants, mainContent, preSelectedOptions, optionsResponse, updateResponseList, showPrice, productData, offeringData, uniqueId, deviceFlow }: OttServiceOptionsSmallPopupProps) => JSX.Element;
269
269
 
270
- interface NotificationToastProps {
271
- title: string;
272
- message: string;
273
- show: boolean;
274
- delay?: number;
275
- onClose: () => void;
276
- }
277
- declare const NotificationToast: ({ title, message, show, onClose, delay }: NotificationToastProps) => JSX.Element;
278
-
279
270
  interface paymentOptionSchema {
280
271
  paymentSubText: string;
281
272
  paymentText: string;
@@ -324,6 +315,15 @@ interface MultiItemAccessoriesSchema extends GenericSBProps {
324
315
 
325
316
  declare const MultiItemAccessoriesWithProvider: (props: ComponentWithContentProps<MultiItemAccessoriesSchema>) => JSX.Element;
326
317
 
318
+ interface NotificationToastProps {
319
+ title: string;
320
+ message: string;
321
+ show: boolean;
322
+ delay?: number;
323
+ onClose: () => void;
324
+ }
325
+ declare const NotificationToast: ({ title, message, show, onClose, delay }: NotificationToastProps) => JSX.Element;
326
+
327
327
  interface LineTableBasicPropConfigSchema {
328
328
  baseURL: string | '';
329
329
  cartURL?: string | '';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunrise-upc/mobile-prod-card",
3
- "version": "8.5.4",
3
+ "version": "8.6.1",
4
4
  "description": "Starter project to create reusable functional component",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",