@sunrise-upc/mobile-prod-card 8.2.2-beta.14 → 8.2.2-beta.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +4 -4
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import React, { MouseEventHandler, FC, JSX as JSX$1 } from 'react';
1
+ import React, { MouseEventHandler, FC, JSX } from 'react';
2
2
  import { ApiServiceV2 } from '@sunrise-upc/ajax-lib';
3
3
 
4
4
  interface ButtonProps {
@@ -231,7 +231,7 @@ declare const BenefitWrapper: ({ content, metadata, setGenericErrorModalDetails,
231
231
 
232
232
  declare const Breadcrumb: FC<any>;
233
233
 
234
- declare const PreToPostSubsPopup: ({ onClose, content, prepaid, }: any) => JSX$1.Element;
234
+ declare const PreToPostSubsPopup: ({ onClose, content, prepaid, }: any) => JSX.Element;
235
235
 
236
236
  declare const HeroLoginBanner: FC<any>;
237
237
 
@@ -282,7 +282,7 @@ type ProgressionBarProps = {
282
282
  step: number;
283
283
  steps: any[];
284
284
  };
285
- declare const ProgressionBar: ({ step, steps }: ProgressionBarProps) => JSX$1.Element;
285
+ declare const ProgressionBar: ({ step, steps }: ProgressionBarProps) => JSX.Element;
286
286
 
287
287
  interface OttServiceOptionsSmallPopupProps {
288
288
  content: any;
@@ -347,7 +347,7 @@ interface MultiItemAccessoriesSchema extends GenericSBProps {
347
347
  winCheckoutUrl: any;
348
348
  }
349
349
 
350
- declare const MultiItemAccessoriesWithProvider: (props: ComponentWithContentProps<MultiItemAccessoriesSchema>) => React.JSX.Element;
350
+ declare const MultiItemAccessoriesWithProvider: (props: ComponentWithContentProps<MultiItemAccessoriesSchema>) => JSX.Element;
351
351
 
352
352
  interface NotificationToastProps {
353
353
  title: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunrise-upc/mobile-prod-card",
3
- "version": "8.2.2-beta.14",
3
+ "version": "8.2.2-beta.15",
4
4
  "description": "Starter project to create reusable functional component",
5
5
  "type": "module",
6
6
  "main": "dist/esm/index.js",