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

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts CHANGED
@@ -167,6 +167,9 @@ interface StaticLinetableSchema {
167
167
  basicConfigUrl?: string;
168
168
  selectedExistingOption?: any;
169
169
  setLoginSuccess?: any;
170
+ isDeviceFlow?: any;
171
+ deviceFlowCallBack?: any;
172
+ ubRatePlanObj?: any;
170
173
  }
171
174
 
172
175
  declare const StaticLineTable: FC<StaticLinetableSchema>;
@@ -181,8 +184,6 @@ declare const PreToPostSubsPopup: ({ onClose, content, prepaid, }: any) => JSX.E
181
184
 
182
185
  declare const HeroLoginBanner: FC<any>;
183
186
 
184
- declare const CheckCoverage: FC<any>;
185
-
186
187
  interface LineTableBasicPropConfigSchema {
187
188
  baseURL: string | '';
188
189
  cartURL?: string | '';
@@ -239,4 +240,4 @@ declare class LinecheckBasicPropConfig {
239
240
  static create: (p_config: LinecheckBasicPropConfigSchema) => void;
240
241
  }
241
242
 
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 };
243
+ 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.1.9-beta.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",
@@ -19,6 +19,7 @@
19
19
  "release:major": "npm version major && npm publish --access public --tag latest",
20
20
  "release:minor": "npm version minor && npm publish --access public --tag latest",
21
21
  "release:patch": "npm version patch && npm publish --access public --tag latest",
22
+ "release:prepatch": "npm version prepatch --preid=beta && npm publish --access public --tag latest",
22
23
  "release:prerelease": "npm version prerelease --preid=beta && npm publish --access public --tag latest"
23
24
  },
24
25
  "repository": {
@@ -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';