@sunrise-upc/mobile-prod-card 4.1.8-beta.7 → 4.2.1

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts CHANGED
@@ -181,8 +181,6 @@ declare const PreToPostSubsPopup: ({ onClose, content, prepaid, }: any) => JSX.E
181
181
 
182
182
  declare const HeroLoginBanner: FC<any>;
183
183
 
184
- declare const CheckCoverage: FC<any>;
185
-
186
184
  interface LineTableBasicPropConfigSchema {
187
185
  baseURL: string | '';
188
186
  cartURL?: string | '';
@@ -239,4 +237,4 @@ declare class LinecheckBasicPropConfig {
239
237
  static create: (p_config: LinecheckBasicPropConfigSchema) => void;
240
238
  }
241
239
 
242
- export { AssetPathPropConfig, AssetPathPropConfigSchema, BenefitWrapper, Breadcrumb, Button, Card, CardEntitlement, CarouselComp, CheckCoverage, HeroLoginBanner as HeroLogin, LineTableBasicPropConfig, LineTableBasicPropConfigSchema, LinecheckBasicPropConfig, LinecheckBasicPropConfigSchema, LincheckModal as LinecheckModal, LoginModal, PreToPostSubsPopup as PretoPostSubsPopup, ProductTableV3, ProductTeaser, ProductTeaserPropConfig, ProductTeaserPropConfigSchema, StaticLineTable, StickyProductAnchor };
240
+ export { AssetPathPropConfig, AssetPathPropConfigSchema, BenefitWrapper, Breadcrumb, Button, Card, CardEntitlement, CarouselComp, HeroLoginBanner as HeroLogin, LineTableBasicPropConfig, LineTableBasicPropConfigSchema, LinecheckBasicPropConfig, LinecheckBasicPropConfigSchema, LincheckModal as LinecheckModal, LoginModal, PreToPostSubsPopup as PretoPostSubsPopup, ProductTableV3, ProductTeaser, ProductTeaserPropConfig, ProductTeaserPropConfigSchema, StaticLineTable, StickyProductAnchor };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunrise-upc/mobile-prod-card",
3
- "version": "4.1.8-beta.7",
3
+ "version": "4.2.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",
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- declare const AdvanceSearch: ({ content, setAdvData, advData, setLcData, lcData }: any) => JSX.Element;
3
- export default AdvanceSearch;
@@ -1,3 +0,0 @@
1
- import { FC } from 'react';
2
- declare const CheckCoverageComponent: FC<any>;
3
- export default CheckCoverageComponent;
@@ -1 +0,0 @@
1
- export declare const fetchAddress: (address: any, controllerRef: any) => Promise<any[] | undefined>;
@@ -1,3 +0,0 @@
1
- import { FC } from 'react';
2
- declare const CheckCoverage: FC<any>;
3
- export default CheckCoverage;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- declare const NewLCInput: ({ content, setLcData, lcData, advData, setAdvData }: any) => JSX.Element;
3
- export default NewLCInput;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- declare const SuccessCoverage: ({ content, data, lcData, setLcData, advData, desktopOverlay, mobileOverlay, handleModal, setAdvData }: any) => JSX.Element;
3
- export default SuccessCoverage;
@@ -1 +0,0 @@
1
- export { default } from './CovercheckWrapper';
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- declare const AdvanceSearch: ({ content, setAdvData, advData, setLcData, lcData }: any) => JSX.Element;
3
- export default AdvanceSearch;
@@ -1,3 +0,0 @@
1
- import { FC } from 'react';
2
- declare const CheckCoverageComponent: FC<any>;
3
- export default CheckCoverageComponent;
@@ -1 +0,0 @@
1
- export declare const fetchAddress: (address: any, controllerRef: any) => Promise<any[] | undefined>;
@@ -1,3 +0,0 @@
1
- import { FC } from 'react';
2
- declare const CheckCoverage: FC<any>;
3
- export default CheckCoverage;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- declare const NewLCInput: ({ content, setLcData, lcData, advData, setAdvData }: any) => JSX.Element;
3
- export default NewLCInput;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- declare const SuccessCoverage: ({ content, data, lcData, setLcData, advData, desktopOverlay, mobileOverlay, handleModal, setAdvData }: any) => JSX.Element;
3
- export default SuccessCoverage;
@@ -1 +0,0 @@
1
- export { default } from './CovercheckWrapper';