be-components 0.5.1 → 0.5.3
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/lib/commonjs/Authenticator/Components/StrategyForm.js.map +1 -1
- package/lib/commonjs/Authenticator/api/index.js.map +1 -1
- package/lib/commonjs/Checkout/api/index.js +1 -1
- package/lib/commonjs/Checkout/api/index.js.map +1 -1
- package/lib/commonjs/{Wallet → Checkout}/components/PayPalOrderCapture.js +1 -1
- package/lib/commonjs/Checkout/components/PayPalOrderCapture.js.map +1 -0
- package/lib/commonjs/Checkout/index.js +1 -1
- package/lib/commonjs/Components/Icons.js +121 -0
- package/lib/commonjs/Components/Icons.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/BasicStatus.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/CodeRedeem.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfileWelcome.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/VouchCard.js.map +1 -1
- package/lib/commonjs/ProfileManager/api/index.js +0 -1
- package/lib/commonjs/ProfileManager/api/index.js.map +1 -1
- package/lib/commonjs/Wallet/api/index.js +123 -0
- package/lib/commonjs/Wallet/api/index.js.map +1 -1
- package/lib/commonjs/Wallet/components/ACHAddCard.js +231 -0
- package/lib/commonjs/Wallet/components/ACHAddCard.js.map +1 -0
- package/lib/commonjs/Wallet/components/AccountCard.js +6 -0
- package/lib/commonjs/Wallet/components/AccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountManager.js +4 -4
- package/lib/commonjs/Wallet/components/AccountManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/DepositCard.js +66 -14
- package/lib/commonjs/Wallet/components/DepositCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/FundAccountCard.js +325 -0
- package/lib/commonjs/Wallet/components/FundAccountCard.js.map +1 -0
- package/lib/commonjs/Wallet/components/ItemOrderCard.js +96 -0
- package/lib/commonjs/Wallet/components/ItemOrderCard.js.map +1 -0
- package/lib/commonjs/Wallet/components/ItemOrderDetailCard.js +161 -0
- package/lib/commonjs/Wallet/components/ItemOrderDetailCard.js.map +1 -0
- package/lib/commonjs/Wallet/components/LinkAccountManager.js +3 -3
- package/lib/commonjs/Wallet/components/LinkAccountManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManualACHAdd.js +2 -2
- package/lib/commonjs/Wallet/components/ManualCardAdd.js +5 -5
- package/lib/commonjs/Wallet/components/ManualCardAdd.js.map +1 -1
- package/lib/commonjs/Wallet/components/MyBalance.js +141 -13
- package/lib/commonjs/Wallet/components/MyBalance.js.map +1 -1
- package/lib/commonjs/Wallet/components/OrderManager.js +118 -0
- package/lib/commonjs/Wallet/components/OrderManager.js.map +1 -0
- package/lib/commonjs/Wallet/components/VerifyACHAccount.js +2 -2
- package/lib/commonjs/Wallet/components/WalletActionSelector.js +358 -0
- package/lib/commonjs/Wallet/components/WalletActionSelector.js.map +1 -0
- package/lib/commonjs/Wallet/components/WalletSettings.js +595 -0
- package/lib/commonjs/Wallet/components/WalletSettings.js.map +1 -0
- package/lib/commonjs/Wallet/components/WalletSetup.js +96 -10
- package/lib/commonjs/Wallet/components/WalletSetup.js.map +1 -1
- package/lib/commonjs/Wallet/index.js +349 -17
- package/lib/commonjs/Wallet/index.js.map +1 -1
- package/lib/commonjs/constants/colors.js +2 -1
- package/lib/commonjs/constants/colors.js.map +1 -1
- package/lib/module/Authenticator/Components/StrategyForm.js.map +1 -1
- package/lib/module/Authenticator/api/index.js.map +1 -1
- package/lib/module/Checkout/api/index.js +1 -1
- package/lib/module/Checkout/api/index.js.map +1 -1
- package/lib/module/{Wallet → Checkout}/components/PayPalOrderCapture.js +1 -1
- package/lib/module/{Wallet → Checkout}/components/PayPalOrderCapture.js.map +1 -1
- package/lib/module/Checkout/index.js +1 -1
- package/lib/module/Checkout/index.js.map +1 -1
- package/lib/module/Components/Icons.js +121 -0
- package/lib/module/Components/Icons.js.map +1 -1
- package/lib/module/ProfileManager/Components/BasicStatus.js.map +1 -1
- package/lib/module/ProfileManager/Components/CodeRedeem.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfileWelcome.js.map +1 -1
- package/lib/module/ProfileManager/Components/VouchCard.js.map +1 -1
- package/lib/module/ProfileManager/api/index.js +0 -1
- package/lib/module/ProfileManager/api/index.js.map +1 -1
- package/lib/module/Wallet/api/index.js +123 -0
- package/lib/module/Wallet/api/index.js.map +1 -1
- package/lib/module/Wallet/components/ACHAddCard.js +224 -0
- package/lib/module/Wallet/components/ACHAddCard.js.map +1 -0
- package/lib/module/Wallet/components/AccountCard.js +6 -0
- package/lib/module/Wallet/components/AccountCard.js.map +1 -1
- package/lib/module/Wallet/components/AccountManager.js +4 -4
- package/lib/module/Wallet/components/AccountManager.js.map +1 -1
- package/lib/module/Wallet/components/DepositCard.js +68 -16
- package/lib/module/Wallet/components/DepositCard.js.map +1 -1
- package/lib/module/Wallet/components/FundAccountCard.js +318 -0
- package/lib/module/Wallet/components/FundAccountCard.js.map +1 -0
- package/lib/module/Wallet/components/ItemOrderCard.js +87 -0
- package/lib/module/Wallet/components/ItemOrderCard.js.map +1 -0
- package/lib/module/Wallet/components/ItemOrderDetailCard.js +153 -0
- package/lib/module/Wallet/components/ItemOrderDetailCard.js.map +1 -0
- package/lib/module/Wallet/components/LinkAccountManager.js +3 -3
- package/lib/module/Wallet/components/LinkAccountManager.js.map +1 -1
- package/lib/module/Wallet/components/ManualACHAdd.js +2 -2
- package/lib/module/Wallet/components/ManualCardAdd.js +5 -5
- package/lib/module/Wallet/components/ManualCardAdd.js.map +1 -1
- package/lib/module/Wallet/components/MyBalance.js +141 -13
- package/lib/module/Wallet/components/MyBalance.js.map +1 -1
- package/lib/module/Wallet/components/OrderManager.js +109 -0
- package/lib/module/Wallet/components/OrderManager.js.map +1 -0
- package/lib/module/Wallet/components/VerifyACHAccount.js +2 -2
- package/lib/module/Wallet/components/WalletActionSelector.js +349 -0
- package/lib/module/Wallet/components/WalletActionSelector.js.map +1 -0
- package/lib/module/Wallet/components/WalletSettings.js +587 -0
- package/lib/module/Wallet/components/WalletSettings.js.map +1 -0
- package/lib/module/Wallet/components/WalletSetup.js +97 -11
- package/lib/module/Wallet/components/WalletSetup.js.map +1 -1
- package/lib/module/Wallet/index.js +351 -19
- package/lib/module/Wallet/index.js.map +1 -1
- package/lib/module/constants/colors.js +2 -1
- package/lib/module/constants/colors.js.map +1 -1
- package/lib/typescript/src/Authenticator/Components/StrategyForm.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/api/index.d.ts +1 -2
- package/lib/typescript/src/Authenticator/api/index.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/PayPalOrderCapture.d.ts.map +1 -0
- package/lib/typescript/src/Components/Icons.d.ts +4 -0
- package/lib/typescript/src/Components/Icons.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/BasicStatus.d.ts +2 -2
- package/lib/typescript/src/ProfileManager/Components/BasicStatus.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/CodeRedeem.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWelcome.d.ts +2 -2
- package/lib/typescript/src/ProfileManager/Components/ProfileWelcome.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWizard.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/VouchCard.d.ts +2 -2
- package/lib/typescript/src/ProfileManager/Components/VouchCard.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/api/index.d.ts +2 -2
- package/lib/typescript/src/ProfileManager/api/index.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/api/index.d.ts +35 -1
- package/lib/typescript/src/Wallet/api/index.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ACHAddCard.d.ts +15 -0
- package/lib/typescript/src/Wallet/components/ACHAddCard.d.ts.map +1 -0
- package/lib/typescript/src/Wallet/components/AccountCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/DepositCard.d.ts +9 -2
- package/lib/typescript/src/Wallet/components/DepositCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/FundAccountCard.d.ts +23 -0
- package/lib/typescript/src/Wallet/components/FundAccountCard.d.ts.map +1 -0
- package/lib/typescript/src/Wallet/components/ItemOrderCard.d.ts +8 -0
- package/lib/typescript/src/Wallet/components/ItemOrderCard.d.ts.map +1 -0
- package/lib/typescript/src/Wallet/components/ItemOrderDetailCard.d.ts +8 -0
- package/lib/typescript/src/Wallet/components/ItemOrderDetailCard.d.ts.map +1 -0
- package/lib/typescript/src/Wallet/components/LinkAccountManager.d.ts +1 -1
- package/lib/typescript/src/Wallet/components/LinkAccountManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/MyBalance.d.ts +1 -1
- package/lib/typescript/src/Wallet/components/MyBalance.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/OrderManager.d.ts +7 -0
- package/lib/typescript/src/Wallet/components/OrderManager.d.ts.map +1 -0
- package/lib/typescript/src/Wallet/components/WalletActionSelector.d.ts +15 -0
- package/lib/typescript/src/Wallet/components/WalletActionSelector.d.ts.map +1 -0
- package/lib/typescript/src/Wallet/components/WalletSettings.d.ts +17 -0
- package/lib/typescript/src/Wallet/components/WalletSettings.d.ts.map +1 -0
- package/lib/typescript/src/Wallet/components/WalletSetup.d.ts +3 -1
- package/lib/typescript/src/Wallet/components/WalletSetup.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/index.d.ts.map +1 -1
- package/lib/typescript/src/constants/colors.d.ts +1 -0
- package/lib/typescript/src/constants/colors.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/Authenticator/Components/StrategyForm.tsx +1 -2
- package/src/Authenticator/api/index.ts +1 -2
- package/src/Checkout/api/index.tsx +1 -1
- package/src/{Wallet → Checkout}/components/PayPalOrderCapture.tsx +1 -1
- package/src/Checkout/index.tsx +1 -1
- package/src/Components/Icons.tsx +66 -0
- package/src/ProfileManager/Components/BasicStatus.tsx +2 -2
- package/src/ProfileManager/Components/CodeRedeem.tsx +2 -2
- package/src/ProfileManager/Components/ProfileWelcome.tsx +2 -2
- package/src/ProfileManager/Components/ProfileWizard.tsx +2 -2
- package/src/ProfileManager/Components/VouchCard.tsx +2 -2
- package/src/ProfileManager/api/index.ts +2 -3
- package/src/ProfileManager/api/types.d.ts +0 -54
- package/src/Wallet/api/index.ts +85 -1
- package/src/Wallet/components/ACHAddCard.tsx +109 -0
- package/src/Wallet/components/AccountCard.tsx +4 -0
- package/src/Wallet/components/AccountManager.tsx +4 -4
- package/src/Wallet/components/DepositCard.tsx +34 -7
- package/src/Wallet/components/FundAccountCard.tsx +158 -0
- package/src/Wallet/components/ItemOrderCard.tsx +46 -0
- package/src/Wallet/components/ItemOrderDetailCard.tsx +101 -0
- package/src/Wallet/components/LinkAccountManager.tsx +4 -4
- package/src/Wallet/components/ManualACHAdd.tsx +2 -2
- package/src/Wallet/components/ManualCardAdd.tsx +4 -4
- package/src/Wallet/components/MyBalance.tsx +38 -17
- package/src/Wallet/components/OrderManager.tsx +99 -0
- package/src/Wallet/components/VerifyACHAccount.tsx +2 -2
- package/src/Wallet/components/WalletActionSelector.tsx +196 -0
- package/src/Wallet/components/WalletSettings.tsx +224 -0
- package/src/Wallet/components/WalletSetup.tsx +66 -17
- package/src/Wallet/index.tsx +283 -22
- package/src/constants/colors.ts +2 -1
- package/src/types.d.ts +61 -1
- package/lib/commonjs/Wallet/components/ACHAdd.js +0 -63
- package/lib/commonjs/Wallet/components/ACHAdd.js.map +0 -1
- package/lib/commonjs/Wallet/components/PayPalOrderCapture.js.map +0 -1
- package/lib/module/Wallet/components/ACHAdd.js +0 -56
- package/lib/module/Wallet/components/ACHAdd.js.map +0 -1
- package/lib/typescript/src/Wallet/components/ACHAdd.d.ts +0 -13
- package/lib/typescript/src/Wallet/components/ACHAdd.d.ts.map +0 -1
- package/lib/typescript/src/Wallet/components/PayPalOrderCapture.d.ts.map +0 -1
- package/src/Wallet/components/ACHAdd.tsx +0 -49
- /package/lib/typescript/src/{Wallet → Checkout}/components/PayPalOrderCapture.d.ts +0 -0
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { MyPlayerProps } from '../../ProfileManager/api/types';
|
|
3
|
-
import type { AccountProps } from '../../types';
|
|
4
|
-
type AccountAddProps = {
|
|
5
|
-
player: MyPlayerProps;
|
|
6
|
-
accounts: AccountProps[];
|
|
7
|
-
walkthrough?: boolean;
|
|
8
|
-
onClose: () => void;
|
|
9
|
-
onNext: () => void;
|
|
10
|
-
};
|
|
11
|
-
declare const ACHAdd: ({ onClose, onNext, walkthrough }: AccountAddProps) => React.JSX.Element;
|
|
12
|
-
export default ACHAdd;
|
|
13
|
-
//# sourceMappingURL=ACHAdd.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ACHAdd.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/ACHAdd.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAKhD,KAAK,eAAe,GAAG;IACnB,MAAM,EAAC,aAAa,CAAC;IACrB,QAAQ,EAAC,YAAY,EAAE,CAAC;IACxB,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,MAAM,EAAE,MAAM,IAAI,CAAC;CACtB,CAAA;AAED,QAAA,MAAM,MAAM,qCAAqC,eAAe,sBA8B/D,CAAA;AAED,eAAe,MAAM,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PayPalOrderCapture.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/PayPalOrderCapture.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,YAAY,EAAE,cAAc,EAAE,SAAS,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAG7F,KAAK,uBAAuB,GAAG;IAC3B,cAAc,EAAC,YAAY,CAAC;IAC5B,KAAK,EAAC,SAAS,EAAE,CAAC;IAClB,MAAM,CAAC,EAAC,MAAM,CAAC;IACf,WAAW,CAAC,EAAC,GAAG,CAAC;IACjB,gBAAgB,EAAC,cAAc,CAAC;IAChC,aAAa,CAAC,EAAC,MAAM,CAAC;IACtB,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,aAAa,EAAC,CAAC,UAAU,EAAC,cAAc,EAAE,WAAW,EAAC,gBAAgB,KAAK,IAAI,CAAC;IAChF,QAAQ,EAAC,MAAM,IAAI,CAAA;CACtB,CAAA;AAED,QAAA,MAAM,kBAAkB,0HAA0H,uBAAuB,sBAsCxK,CAAA;AAED,eAAe,kBAAkB,CAAA"}
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { View, TouchableOpacity } from 'react-native';
|
|
3
|
-
import type { MyPlayerProps } from '../../ProfileManager/api/types';
|
|
4
|
-
import type { AccountProps } from '../../types';
|
|
5
|
-
import { Button, Icons, Text } from '../../Components';
|
|
6
|
-
import Colors from '../../constants/colors';
|
|
7
|
-
import { button_styles } from '../../constants/styles';
|
|
8
|
-
|
|
9
|
-
type AccountAddProps = {
|
|
10
|
-
player:MyPlayerProps,
|
|
11
|
-
accounts:AccountProps[],
|
|
12
|
-
walkthrough?:boolean,
|
|
13
|
-
onClose: () => void,
|
|
14
|
-
onNext: () => void,
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
const ACHAdd = ({ onClose, onNext, walkthrough }:AccountAddProps) => {
|
|
18
|
-
//const [ loading, setLoading ] = useState(false);
|
|
19
|
-
//const [ add_type, setAddType ] = useState('manual');
|
|
20
|
-
|
|
21
|
-
return (
|
|
22
|
-
<View style={{ flex:1 }}>
|
|
23
|
-
<View style={{ padding:20 }}>
|
|
24
|
-
<Text size={30} color={Colors.brand.midnight} weight='bold'>GET ACCESS TO YOUR WINNINGS</Text>
|
|
25
|
-
<Text style={{ marginTop:15 }} size={16} color={Colors.brand.midnight} weight='regular'>At BettorEdge - we celebrate withdraws! In order to move funds out of your BettorEdge account, we need to link an eligible bank account.</Text>
|
|
26
|
-
</View>
|
|
27
|
-
|
|
28
|
-
{walkthrough ?
|
|
29
|
-
<View nativeID='action_row' style={{ flexDirection:'row', justifyContent:'space-between', padding:10 }}>
|
|
30
|
-
<Button
|
|
31
|
-
title='EXIT SETUP'
|
|
32
|
-
title_color={Colors.utility.error}
|
|
33
|
-
backgroundColor='transparent'
|
|
34
|
-
onPress={() => onClose()}
|
|
35
|
-
/>
|
|
36
|
-
<TouchableOpacity
|
|
37
|
-
style={button_styles.wizard_valid}
|
|
38
|
-
onPress={() => onNext()}
|
|
39
|
-
//disabled={loading}
|
|
40
|
-
>
|
|
41
|
-
<Icons.ChevronIcon size={20} direction='right' color={Colors.brand.midnight}/>
|
|
42
|
-
</TouchableOpacity>
|
|
43
|
-
</View>
|
|
44
|
-
:<></>}
|
|
45
|
-
</View>
|
|
46
|
-
)
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
export default ACHAdd
|
|
File without changes
|