@sunrise-upc/mobile-prod-card 1.2.4-beta.10 → 1.2.4-beta.13

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunrise-upc/mobile-prod-card",
3
- "version": "1.2.4-beta.10",
3
+ "version": "1.2.4-beta.13",
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,7 +0,0 @@
1
- /**
2
- * A candidate for common component.
3
- */
4
- import React from "react";
5
- import "./LineCheck.css";
6
- declare const AutoComplete: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<HTMLInputElement>>;
7
- export default AutoComplete;
@@ -1,2 +0,0 @@
1
- import React from "react";
2
- export declare const IndividualLineCheck: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<HTMLInputElement>>;
@@ -1,46 +0,0 @@
1
- export interface LineCheckProps {
2
- checkoutButtonUrl: any;
3
- linecheck: any;
4
- showModemTitle: string;
5
- modemTitle: string;
6
- component: 'linecheck';
7
- shouldAutomateLineCheck: boolean;
8
- regexp: string;
9
- uploadText: string;
10
- downloadText: string;
11
- title: string;
12
- placeholder: string;
13
- buttonvalue: string;
14
- errorMsg: string;
15
- noAddressFoundErrorMsg: string;
16
- changeText?: string;
17
- requiredFieldText: string;
18
- changeTextMob?: string;
19
- linecheckIcons?: any;
20
- speedTooltip: string;
21
- dataText: string;
22
- speedUpgradeToolTip: string;
23
- upgradeText: string;
24
- reference?: any;
25
- maximumSpeedText?: string;
26
- checkoutButtonLabel?: string;
27
- }
28
- interface ShippingAddressProps {
29
- address: string;
30
- address2: string;
31
- building: string;
32
- city: string;
33
- country: string;
34
- countryCode: string;
35
- floor: string;
36
- room: string;
37
- zipcode: string;
38
- }
39
- export interface LineCheckSchema {
40
- content: LineCheckProps;
41
- metadata?: any;
42
- shippingAddress?: ShippingAddressProps;
43
- onSuccess: () => void;
44
- onModemDetailsClick?: () => any;
45
- }
46
- export {};
@@ -1,3 +0,0 @@
1
- import React from "react";
2
- declare const LineCheckInput: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<HTMLInputElement>>;
3
- export default LineCheckInput;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- declare const LineCheckLoader: () => JSX.Element;
3
- export default LineCheckLoader;
@@ -1,6 +0,0 @@
1
- /// <reference types="react" />
2
- export interface LineCheckOverlaySchema {
3
- props: any;
4
- }
5
- declare const LineCheckOverlay: ({ props }: LineCheckOverlaySchema) => JSX.Element;
6
- export default LineCheckOverlay;
@@ -1,18 +0,0 @@
1
- /// <reference types="react" />
2
- import "./LineCheck.css";
3
- interface successInterface {
4
- content: string | JSX.Element;
5
- isLoading: boolean;
6
- uploadDownload: MaxDownloadUploadSpeed | Partial<MaxDownloadUploadSpeed>;
7
- textContent: any;
8
- eligibleBundle: any;
9
- tooltipcontent: string | JSX.Element;
10
- onModemDetailsClick?: () => any;
11
- onSuccess?: any;
12
- }
13
- interface MaxDownloadUploadSpeed {
14
- maxBandwidthDown: number;
15
- maxBandwidthUp: number;
16
- }
17
- declare const Success: ({ content, uploadDownload, textContent, eligibleBundle, tooltipcontent, onModemDetailsClick, onSuccess, }: successInterface) => JSX.Element;
18
- export default Success;
@@ -1,7 +0,0 @@
1
- /**
2
- * A candidate for common component.
3
- */
4
- import React from "react";
5
- import "./LineCheck.css";
6
- declare const AutoComplete: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<HTMLInputElement>>;
7
- export default AutoComplete;
@@ -1,2 +0,0 @@
1
- import React from "react";
2
- export declare const IndividualLineCheck: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<HTMLInputElement>>;
@@ -1,46 +0,0 @@
1
- export interface LineCheckProps {
2
- checkoutButtonUrl: any;
3
- linecheck: any;
4
- showModemTitle: string;
5
- modemTitle: string;
6
- component: 'linecheck';
7
- shouldAutomateLineCheck: boolean;
8
- regexp: string;
9
- uploadText: string;
10
- downloadText: string;
11
- title: string;
12
- placeholder: string;
13
- buttonvalue: string;
14
- errorMsg: string;
15
- noAddressFoundErrorMsg: string;
16
- changeText?: string;
17
- requiredFieldText: string;
18
- changeTextMob?: string;
19
- linecheckIcons?: any;
20
- speedTooltip: string;
21
- dataText: string;
22
- speedUpgradeToolTip: string;
23
- upgradeText: string;
24
- reference?: any;
25
- maximumSpeedText?: string;
26
- checkoutButtonLabel?: string;
27
- }
28
- interface ShippingAddressProps {
29
- address: string;
30
- address2: string;
31
- building: string;
32
- city: string;
33
- country: string;
34
- countryCode: string;
35
- floor: string;
36
- room: string;
37
- zipcode: string;
38
- }
39
- export interface LineCheckSchema {
40
- content: LineCheckProps;
41
- metadata?: any;
42
- shippingAddress?: ShippingAddressProps;
43
- onSuccess: () => void;
44
- onModemDetailsClick?: () => any;
45
- }
46
- export {};
@@ -1,3 +0,0 @@
1
- import React from "react";
2
- declare const LineCheckInput: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<HTMLInputElement>>;
3
- export default LineCheckInput;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- declare const LineCheckLoader: () => JSX.Element;
3
- export default LineCheckLoader;
@@ -1,6 +0,0 @@
1
- /// <reference types="react" />
2
- export interface LineCheckOverlaySchema {
3
- props: any;
4
- }
5
- declare const LineCheckOverlay: ({ props }: LineCheckOverlaySchema) => JSX.Element;
6
- export default LineCheckOverlay;
@@ -1,18 +0,0 @@
1
- /// <reference types="react" />
2
- import "./LineCheck.css";
3
- interface successInterface {
4
- content: string | JSX.Element;
5
- isLoading: boolean;
6
- uploadDownload: MaxDownloadUploadSpeed | Partial<MaxDownloadUploadSpeed>;
7
- textContent: any;
8
- eligibleBundle: any;
9
- tooltipcontent: string | JSX.Element;
10
- onModemDetailsClick?: () => any;
11
- onSuccess?: any;
12
- }
13
- interface MaxDownloadUploadSpeed {
14
- maxBandwidthDown: number;
15
- maxBandwidthUp: number;
16
- }
17
- declare const Success: ({ content, uploadDownload, textContent, eligibleBundle, tooltipcontent, onModemDetailsClick, onSuccess, }: successInterface) => JSX.Element;
18
- export default Success;