be-components 3.6.1 → 3.6.2
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/Checkout/components/AccountSummaryCard.js +52 -57
- package/lib/commonjs/Checkout/components/AccountSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/components/ItemSummaryCard.js +8 -11
- package/lib/commonjs/Checkout/components/ItemSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/components/OrderSummaryCard.js +21 -25
- package/lib/commonjs/Checkout/components/OrderSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/components/PayPalHtml.js +32 -0
- package/lib/commonjs/Checkout/components/PayPalHtml.js.map +1 -0
- package/lib/commonjs/Checkout/components/PayPalWebview.js +125 -0
- package/lib/commonjs/Checkout/components/PayPalWebview.js.map +1 -0
- package/lib/commonjs/Checkout/components/ShippingSummaryCard.js +11 -15
- package/lib/commonjs/Checkout/components/ShippingSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/index.js +92 -146
- package/lib/commonjs/Checkout/index.js.map +1 -1
- package/lib/commonjs/Components/Checkbox.js +7 -5
- package/lib/commonjs/Components/Checkbox.js.map +1 -1
- package/lib/commonjs/Components/Icons.js +9 -9
- package/lib/commonjs/Components/Icons.js.map +1 -1
- package/lib/commonjs/Wallet/components/ACHAddCard.js +233 -194
- package/lib/commonjs/Wallet/components/ACHAddCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AddressCard.js +19 -17
- package/lib/commonjs/Wallet/components/AddressCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AddressManager.js +64 -92
- package/lib/commonjs/Wallet/components/AddressManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/FundAccountCard.js +106 -95
- package/lib/commonjs/Wallet/components/FundAccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/LinkAccountManager.js +80 -106
- package/lib/commonjs/Wallet/components/LinkAccountManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManualACHAdd.js +155 -151
- package/lib/commonjs/Wallet/components/ManualACHAdd.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManualCardAdd.js +207 -204
- package/lib/commonjs/Wallet/components/ManualCardAdd.js.map +1 -1
- package/lib/commonjs/Wallet/components/MyBalance.js +73 -66
- package/lib/commonjs/Wallet/components/MyBalance.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletSetup.js +286 -246
- package/lib/commonjs/Wallet/components/WalletSetup.js.map +1 -1
- package/lib/commonjs/Wallet/index.js +1 -0
- package/lib/commonjs/Wallet/index.js.map +1 -1
- package/lib/module/Checkout/components/AccountSummaryCard.js +25 -30
- package/lib/module/Checkout/components/AccountSummaryCard.js.map +1 -1
- package/lib/module/Checkout/components/ItemSummaryCard.js +4 -7
- package/lib/module/Checkout/components/ItemSummaryCard.js.map +1 -1
- package/lib/module/Checkout/components/OrderSummaryCard.js +9 -13
- package/lib/module/Checkout/components/OrderSummaryCard.js.map +1 -1
- package/lib/module/Checkout/components/PayPalHtml.js +25 -0
- package/lib/module/Checkout/components/PayPalHtml.js.map +1 -0
- package/lib/module/Checkout/components/PayPalWebview.js +118 -0
- package/lib/module/Checkout/components/PayPalWebview.js.map +1 -0
- package/lib/module/Checkout/components/ShippingSummaryCard.js +5 -9
- package/lib/module/Checkout/components/ShippingSummaryCard.js.map +1 -1
- package/lib/module/Checkout/index.js +58 -112
- package/lib/module/Checkout/index.js.map +1 -1
- package/lib/module/Components/Checkbox.js +6 -4
- package/lib/module/Components/Checkbox.js.map +1 -1
- package/lib/module/Components/Icons.js +10 -10
- package/lib/module/Components/Icons.js.map +1 -1
- package/lib/module/Wallet/components/ACHAddCard.js +233 -194
- package/lib/module/Wallet/components/ACHAddCard.js.map +1 -1
- package/lib/module/Wallet/components/AddressCard.js +14 -12
- package/lib/module/Wallet/components/AddressCard.js.map +1 -1
- package/lib/module/Wallet/components/AddressManager.js +29 -57
- package/lib/module/Wallet/components/AddressManager.js.map +1 -1
- package/lib/module/Wallet/components/FundAccountCard.js +71 -60
- package/lib/module/Wallet/components/FundAccountCard.js.map +1 -1
- package/lib/module/Wallet/components/LinkAccountManager.js +55 -81
- package/lib/module/Wallet/components/LinkAccountManager.js.map +1 -1
- package/lib/module/Wallet/components/ManualACHAdd.js +146 -141
- package/lib/module/Wallet/components/ManualACHAdd.js.map +1 -1
- package/lib/module/Wallet/components/ManualCardAdd.js +204 -201
- package/lib/module/Wallet/components/ManualCardAdd.js.map +1 -1
- package/lib/module/Wallet/components/MyBalance.js +45 -38
- package/lib/module/Wallet/components/MyBalance.js.map +1 -1
- package/lib/module/Wallet/components/WalletSetup.js +287 -247
- package/lib/module/Wallet/components/WalletSetup.js.map +1 -1
- package/lib/module/Wallet/index.js +1 -0
- package/lib/module/Wallet/index.js.map +1 -1
- package/lib/typescript/lib/commonjs/Checkout/components/AccountSummaryCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Checkout/components/ItemSummaryCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Checkout/components/OrderSummaryCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Checkout/components/PayPalHtml.d.ts +3 -0
- package/lib/typescript/lib/commonjs/Checkout/components/PayPalHtml.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Checkout/components/PayPalWebview.d.ts +4 -0
- package/lib/typescript/lib/commonjs/Checkout/components/PayPalWebview.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Checkout/components/ShippingSummaryCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Checkout/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Components/Checkbox.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Wallet/components/ACHAddCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Wallet/components/AddressCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Wallet/components/AddressManager.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Wallet/components/FundAccountCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Wallet/components/LinkAccountManager.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Wallet/components/ManualACHAdd.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Wallet/components/ManualCardAdd.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Wallet/components/MyBalance.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Wallet/components/WalletSetup.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Wallet/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/Checkout/components/AccountSummaryCard.d.ts +1 -2
- package/lib/typescript/lib/module/Checkout/components/AccountSummaryCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Checkout/components/ItemSummaryCard.d.ts +1 -2
- package/lib/typescript/lib/module/Checkout/components/ItemSummaryCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Checkout/components/OrderSummaryCard.d.ts +1 -2
- package/lib/typescript/lib/module/Checkout/components/OrderSummaryCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Checkout/components/PayPalHtml.d.ts +2 -0
- package/lib/typescript/lib/module/Checkout/components/PayPalHtml.d.ts.map +1 -0
- package/lib/typescript/lib/module/Checkout/components/PayPalWebview.d.ts +5 -0
- package/lib/typescript/lib/module/Checkout/components/PayPalWebview.d.ts.map +1 -0
- package/lib/typescript/lib/module/Checkout/components/ShippingSummaryCard.d.ts +1 -2
- package/lib/typescript/lib/module/Checkout/components/ShippingSummaryCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Checkout/index.d.ts +1 -2
- package/lib/typescript/lib/module/Checkout/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/Components/Checkbox.d.ts +1 -2
- package/lib/typescript/lib/module/Components/Checkbox.d.ts.map +1 -1
- package/lib/typescript/lib/module/Components/Icons.d.ts.map +1 -1
- package/lib/typescript/lib/module/Wallet/components/ACHAddCard.d.ts +1 -2
- package/lib/typescript/lib/module/Wallet/components/ACHAddCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Wallet/components/AddressCard.d.ts +1 -2
- package/lib/typescript/lib/module/Wallet/components/AddressCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Wallet/components/AddressManager.d.ts +1 -2
- package/lib/typescript/lib/module/Wallet/components/AddressManager.d.ts.map +1 -1
- package/lib/typescript/lib/module/Wallet/components/FundAccountCard.d.ts +1 -2
- package/lib/typescript/lib/module/Wallet/components/FundAccountCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Wallet/components/LinkAccountManager.d.ts +1 -2
- package/lib/typescript/lib/module/Wallet/components/LinkAccountManager.d.ts.map +1 -1
- package/lib/typescript/lib/module/Wallet/components/ManualACHAdd.d.ts +1 -2
- package/lib/typescript/lib/module/Wallet/components/ManualACHAdd.d.ts.map +1 -1
- package/lib/typescript/lib/module/Wallet/components/ManualCardAdd.d.ts +1 -2
- package/lib/typescript/lib/module/Wallet/components/ManualCardAdd.d.ts.map +1 -1
- package/lib/typescript/lib/module/Wallet/components/MyBalance.d.ts +1 -2
- package/lib/typescript/lib/module/Wallet/components/MyBalance.d.ts.map +1 -1
- package/lib/typescript/lib/module/Wallet/components/WalletSetup.d.ts +1 -2
- package/lib/typescript/lib/module/Wallet/components/WalletSetup.d.ts.map +1 -1
- package/lib/typescript/lib/module/Wallet/index.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/AccountSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/ItemSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/OrderSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/PayPalHtml.d.ts +2 -0
- package/lib/typescript/src/Checkout/components/PayPalHtml.d.ts.map +1 -0
- package/lib/typescript/src/Checkout/components/PayPalWebview.d.ts +4 -0
- package/lib/typescript/src/Checkout/components/PayPalWebview.d.ts.map +1 -0
- package/lib/typescript/src/Checkout/components/ShippingSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/index.d.ts.map +1 -1
- package/lib/typescript/src/Components/Checkbox.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ACHAddCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AddressCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AddressManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/FundAccountCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/LinkAccountManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ManualACHAdd.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ManualCardAdd.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/MyBalance.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WalletSetup.d.ts.map +1 -1
- package/package.json +2 -1
- package/src/Checkout/components/AccountSummaryCard.tsx +25 -27
- package/src/Checkout/components/ItemSummaryCard.tsx +4 -6
- package/src/Checkout/components/OrderSummaryCard.tsx +9 -11
- package/src/Checkout/components/PayPalHtml.ts +26 -0
- package/src/Checkout/components/PayPalOrderCapture.tsx +1 -1
- package/src/Checkout/components/PayPalWebview.tsx +118 -0
- package/src/Checkout/components/ShippingSummaryCard.tsx +5 -8
- package/src/Checkout/index.tsx +68 -96
- package/src/Components/Checkbox.tsx +7 -6
- package/src/Components/Icons.tsx +10 -10
- package/src/Wallet/components/ACHAddCard.tsx +90 -60
- package/src/Wallet/components/AddressCard.tsx +11 -11
- package/src/Wallet/components/AddressManager.tsx +33 -44
- package/src/Wallet/components/FundAccountCard.tsx +52 -51
- package/src/Wallet/components/LinkAccountManager.tsx +49 -59
- package/src/Wallet/components/ManualACHAdd.tsx +99 -79
- package/src/Wallet/components/ManualCardAdd.tsx +119 -95
- package/src/Wallet/components/MyBalance.tsx +38 -40
- package/src/Wallet/components/WalletSetup.tsx +138 -113
- package/src/Wallet/index.tsx +7 -7
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import
|
|
5
|
-
import { button_styles } from '../../constants/styles';
|
|
2
|
+
import { Icons } from '../../Components';
|
|
3
|
+
import { useColors } from '../../constants/useColors';
|
|
4
|
+
import { Button, Text, View } from '../../Components/Themed';
|
|
6
5
|
const MyBalance = ({
|
|
7
6
|
player_balance,
|
|
8
7
|
onClose,
|
|
9
8
|
onNext
|
|
10
9
|
}) => {
|
|
10
|
+
const Colors = useColors();
|
|
11
11
|
return /*#__PURE__*/React.createElement(View, {
|
|
12
12
|
style: {
|
|
13
13
|
flex: 1
|
|
@@ -18,16 +18,14 @@ const MyBalance = ({
|
|
|
18
18
|
}
|
|
19
19
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
20
20
|
size: 26,
|
|
21
|
-
|
|
22
|
-
weight: "bold"
|
|
21
|
+
theme: "h1"
|
|
23
22
|
}, "BETTOREDGE BALANCES"), /*#__PURE__*/React.createElement(Text, {
|
|
24
23
|
style: {
|
|
25
24
|
marginTop: 10
|
|
26
25
|
},
|
|
27
26
|
size: 16,
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
}, "All order and competition activity goes in and out of your BettorEdge balances. The specific balance depends on which app-mode you are in.")), /*#__PURE__*/React.createElement(ScrollView, {
|
|
27
|
+
theme: "description"
|
|
28
|
+
}, "All order and competition activity goes in and out of your BettorEdge balances. The specific balance depends on which app-mode you are in.")), /*#__PURE__*/React.createElement(View, {
|
|
31
29
|
style: {
|
|
32
30
|
flex: 1,
|
|
33
31
|
padding: 10
|
|
@@ -39,17 +37,17 @@ const MyBalance = ({
|
|
|
39
37
|
}
|
|
40
38
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
41
39
|
size: 18,
|
|
42
|
-
|
|
43
|
-
weight: "bold",
|
|
40
|
+
theme: "h1",
|
|
44
41
|
textAlign: "left"
|
|
45
42
|
}, "APP MODES")), /*#__PURE__*/React.createElement(View, {
|
|
43
|
+
float: true,
|
|
46
44
|
style: {
|
|
47
|
-
backgroundColor: Colors.brand.cobalt,
|
|
48
45
|
padding: 10,
|
|
49
46
|
borderRadius: 8,
|
|
50
47
|
margin: 10
|
|
51
48
|
}
|
|
52
49
|
}, /*#__PURE__*/React.createElement(View, {
|
|
50
|
+
transparent: true,
|
|
53
51
|
style: {
|
|
54
52
|
padding: 5,
|
|
55
53
|
flexDirection: 'row',
|
|
@@ -60,23 +58,24 @@ const MyBalance = ({
|
|
|
60
58
|
flex: 1
|
|
61
59
|
},
|
|
62
60
|
size: 26,
|
|
63
|
-
|
|
64
|
-
weight: "semibold"
|
|
61
|
+
theme: "h2"
|
|
65
62
|
}, "Real-Money Mode"), /*#__PURE__*/React.createElement(Icons.USDIcon, {
|
|
66
63
|
size: 30,
|
|
67
|
-
color: Colors.
|
|
64
|
+
color: Colors.text.h1
|
|
68
65
|
})), /*#__PURE__*/React.createElement(View, {
|
|
66
|
+
transparent: true,
|
|
69
67
|
style: {
|
|
70
68
|
padding: 5,
|
|
71
69
|
paddingBottom: 10,
|
|
72
70
|
borderBottomWidth: 1,
|
|
73
|
-
borderBottomColor: Colors.
|
|
71
|
+
borderBottomColor: Colors.borders.light
|
|
74
72
|
}
|
|
75
73
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
76
74
|
size: 14,
|
|
77
75
|
weight: "regular",
|
|
78
|
-
color: Colors.
|
|
76
|
+
color: Colors.text.h1
|
|
79
77
|
}, "When in real-money mode. The app header will show as this dark blue color. All activity when in this mode will use your real-money (USD) balance.")), /*#__PURE__*/React.createElement(View, {
|
|
78
|
+
transparent: true,
|
|
80
79
|
style: {
|
|
81
80
|
padding: 10,
|
|
82
81
|
flexDirection: 'row',
|
|
@@ -87,16 +86,18 @@ const MyBalance = ({
|
|
|
87
86
|
flex: 1
|
|
88
87
|
},
|
|
89
88
|
size: 14,
|
|
90
|
-
|
|
89
|
+
theme: "description"
|
|
91
90
|
}, "Real-Money / USD ($)"), /*#__PURE__*/React.createElement(Text, {
|
|
92
91
|
size: 16,
|
|
93
92
|
weight: "bold",
|
|
94
|
-
|
|
93
|
+
theme: "h1"
|
|
95
94
|
}, "$", player_balance.balance.toFixed(2))), /*#__PURE__*/React.createElement(View, {
|
|
95
|
+
transparent: true,
|
|
96
96
|
style: {
|
|
97
97
|
padding: 10
|
|
98
98
|
}
|
|
99
99
|
}, /*#__PURE__*/React.createElement(View, {
|
|
100
|
+
transparent: true,
|
|
100
101
|
style: {
|
|
101
102
|
flexDirection: 'row',
|
|
102
103
|
alignItems: 'center'
|
|
@@ -106,26 +107,27 @@ const MyBalance = ({
|
|
|
106
107
|
flex: 1
|
|
107
108
|
},
|
|
108
109
|
size: 14,
|
|
109
|
-
|
|
110
|
+
theme: "description"
|
|
110
111
|
}, "Promo (P)"), /*#__PURE__*/React.createElement(Text, {
|
|
111
112
|
size: 16,
|
|
112
113
|
weight: "bold",
|
|
113
|
-
|
|
114
|
+
theme: "h1"
|
|
114
115
|
}, "P", player_balance.promo_balance.toFixed(2))), /*#__PURE__*/React.createElement(Text, {
|
|
115
116
|
style: {
|
|
116
117
|
marginTop: 3
|
|
117
118
|
},
|
|
118
119
|
size: 12,
|
|
119
|
-
color: Colors.
|
|
120
|
+
color: Colors.text.warning,
|
|
120
121
|
weight: "semibold"
|
|
121
122
|
}, "Promo balance can be used for all real-money activities. Winnings will be returned as Real-Money/USD ($)."))), /*#__PURE__*/React.createElement(View, {
|
|
123
|
+
float: true,
|
|
122
124
|
style: {
|
|
123
|
-
backgroundColor: Colors.brand.cyan,
|
|
124
125
|
padding: 10,
|
|
125
126
|
borderRadius: 8,
|
|
126
127
|
margin: 10
|
|
127
128
|
}
|
|
128
129
|
}, /*#__PURE__*/React.createElement(View, {
|
|
130
|
+
transparent: true,
|
|
129
131
|
style: {
|
|
130
132
|
padding: 5,
|
|
131
133
|
flexDirection: 'row',
|
|
@@ -136,23 +138,23 @@ const MyBalance = ({
|
|
|
136
138
|
flex: 1
|
|
137
139
|
},
|
|
138
140
|
size: 26,
|
|
139
|
-
|
|
140
|
-
weight: "semibold"
|
|
141
|
+
theme: "h2"
|
|
141
142
|
}, "Demo Mode"), /*#__PURE__*/React.createElement(Icons.EdgeCoinIcon, {
|
|
142
143
|
size: 30,
|
|
143
|
-
color: Colors.
|
|
144
|
+
color: Colors.text.h1
|
|
144
145
|
})), /*#__PURE__*/React.createElement(View, {
|
|
146
|
+
transparent: true,
|
|
145
147
|
style: {
|
|
146
148
|
padding: 5,
|
|
147
149
|
paddingBottom: 10,
|
|
148
150
|
borderBottomWidth: 1,
|
|
149
|
-
borderBottomColor: Colors.
|
|
151
|
+
borderBottomColor: Colors.borders.light
|
|
150
152
|
}
|
|
151
153
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
152
154
|
size: 14,
|
|
153
|
-
|
|
154
|
-
color: Colors.shades.shade100
|
|
155
|
+
theme: "description"
|
|
155
156
|
}, "When in demo mode. The app header will show as this light blue color. All activity when in this mode will use your Edge Coin (E) balance.")), /*#__PURE__*/React.createElement(View, {
|
|
157
|
+
transparent: true,
|
|
156
158
|
style: {
|
|
157
159
|
padding: 10,
|
|
158
160
|
flexDirection: 'row',
|
|
@@ -163,11 +165,11 @@ const MyBalance = ({
|
|
|
163
165
|
flex: 1
|
|
164
166
|
},
|
|
165
167
|
size: 14,
|
|
166
|
-
|
|
168
|
+
theme: "description"
|
|
167
169
|
}, "Edge Coins (E)"), /*#__PURE__*/React.createElement(Text, {
|
|
168
170
|
size: 16,
|
|
169
171
|
weight: "bold",
|
|
170
|
-
|
|
172
|
+
theme: "h1"
|
|
171
173
|
}, "E", player_balance.free_market_balance.toFixed(2))))), /*#__PURE__*/React.createElement(View, {
|
|
172
174
|
nativeID: "action_row",
|
|
173
175
|
style: {
|
|
@@ -177,17 +179,22 @@ const MyBalance = ({
|
|
|
177
179
|
}
|
|
178
180
|
}, /*#__PURE__*/React.createElement(Button, {
|
|
179
181
|
title: "EXIT SETUP",
|
|
180
|
-
|
|
181
|
-
backgroundColor: "transparent",
|
|
182
|
+
type: "error",
|
|
182
183
|
onPress: () => onClose()
|
|
183
|
-
}), /*#__PURE__*/React.createElement(
|
|
184
|
-
|
|
184
|
+
}), /*#__PURE__*/React.createElement(Button, {
|
|
185
|
+
float: true,
|
|
186
|
+
style: {
|
|
187
|
+
borderRadius: 100,
|
|
188
|
+
height: 50,
|
|
189
|
+
width: 50,
|
|
190
|
+
justifyContent: 'center',
|
|
191
|
+
alignItems: 'center'
|
|
192
|
+
},
|
|
185
193
|
onPress: () => onNext()
|
|
186
|
-
//disabled={loading}
|
|
187
194
|
}, /*#__PURE__*/React.createElement(Icons.ChevronIcon, {
|
|
188
|
-
size:
|
|
195
|
+
size: 18,
|
|
189
196
|
direction: "right",
|
|
190
|
-
color: Colors.
|
|
197
|
+
color: Colors.text.h1
|
|
191
198
|
}))));
|
|
192
199
|
};
|
|
193
200
|
export default MyBalance;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","
|
|
1
|
+
{"version":3,"names":["React","Icons","useColors","Button","Text","View","MyBalance","player_balance","onClose","onNext","Colors","createElement","style","flex","padding","size","theme","marginTop","paddingBottom","textAlign","float","borderRadius","margin","transparent","flexDirection","alignItems","USDIcon","color","text","h1","borderBottomWidth","borderBottomColor","borders","light","weight","balance","toFixed","promo_balance","warning","EdgeCoinIcon","free_market_balance","nativeID","justifyContent","title","type","onPress","height","width","ChevronIcon","direction"],"sourceRoot":"../../../../src","sources":["Wallet/components/MyBalance.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AAEzB,SAASC,KAAK,QAAQ,kBAAkB;AACxC,SAASC,SAAS,QAAQ,2BAA2B;AACrD,SAASC,MAAM,EAAEC,IAAI,EAAEC,IAAI,QAAQ,yBAAyB;AAW5D,MAAMC,SAAS,GAAGA,CAAC;EAAEC,cAAc;EAAEC,OAAO;EAAEC;AAAsB,CAAC,KAAK;EACtE,MAAMC,MAAM,GAAGR,SAAS,CAAC,CAAC;EAE1B,oBACIF,KAAA,CAAAW,aAAA,CAACN,IAAI;IAACO,KAAK,EAAE;MAAEC,IAAI,EAAC;IAAE;EAAE,gBACnBb,KAAA,CAAAW,aAAA,CAACN,IAAI;IAACO,KAAK,EAAE;MAAEE,OAAO,EAAC;IAAG;EAAE,gBACzBd,KAAA,CAAAW,aAAA,CAACP,IAAI;IAACW,IAAI,EAAE,EAAG;IAACC,KAAK,EAAC;EAAI,GAAC,qBAAyB,CAAC,eACrDhB,KAAA,CAAAW,aAAA,CAACP,IAAI;IAACQ,KAAK,EAAE;MAAEK,SAAS,EAAC;IAAG,CAAE;IAACF,IAAI,EAAE,EAAG;IAACC,KAAK,EAAC;EAAa,GAAC,6IAAiJ,CAC5M,CAAC,eACPhB,KAAA,CAAAW,aAAA,CAACN,IAAI;IAACO,KAAK,EAAE;MAAEC,IAAI,EAAC,CAAC;MAAEC,OAAO,EAAC;IAAG;EAAE,gBAChCd,KAAA,CAAAW,aAAA,CAACN,IAAI;IAACO,KAAK,EAAE;MAAEE,OAAO,EAAC,EAAE;MAAEI,aAAa,EAAC;IAAE;EAAE,gBACzClB,KAAA,CAAAW,aAAA,CAACP,IAAI;IAACW,IAAI,EAAE,EAAG;IAACC,KAAK,EAAC,IAAI;IAACG,SAAS,EAAC;EAAM,GAAC,WAAe,CACzD,CAAC,eACPnB,KAAA,CAAAW,aAAA,CAACN,IAAI;IAACe,KAAK;IAACR,KAAK,EAAE;MAAEE,OAAO,EAAC,EAAE;MAAEO,YAAY,EAAC,CAAC;MAAEC,MAAM,EAAC;IAAG;EAAE,gBACzDtB,KAAA,CAAAW,aAAA,CAACN,IAAI;IAACkB,WAAW;IAACX,KAAK,EAAE;MAAEE,OAAO,EAAC,CAAC;MAAEU,aAAa,EAAC,KAAK;MAAEC,UAAU,EAAC;IAAS;EAAE,gBAC7EzB,KAAA,CAAAW,aAAA,CAACP,IAAI;IAACQ,KAAK,EAAE;MAAEC,IAAI,EAAC;IAAE,CAAE;IAACE,IAAI,EAAE,EAAG;IAACC,KAAK,EAAC;EAAI,GAAC,iBAAqB,CAAC,eACpEhB,KAAA,CAAAW,aAAA,CAACV,KAAK,CAACyB,OAAO;IAACX,IAAI,EAAE,EAAG;IAACY,KAAK,EAAEjB,MAAM,CAACkB,IAAI,CAACC;EAAG,CAAE,CAC/C,CAAC,eACP7B,KAAA,CAAAW,aAAA,CAACN,IAAI;IAACkB,WAAW;IAACX,KAAK,EAAE;MAAEE,OAAO,EAAC,CAAC;MAAEI,aAAa,EAAC,EAAE;MAAEY,iBAAiB,EAAC,CAAC;MAAEC,iBAAiB,EAACrB,MAAM,CAACsB,OAAO,CAACC;IAAM;EAAE,gBAClHjC,KAAA,CAAAW,aAAA,CAACP,IAAI;IAACW,IAAI,EAAE,EAAG;IAACmB,MAAM,EAAC,SAAS;IAACP,KAAK,EAAEjB,MAAM,CAACkB,IAAI,CAACC;EAAG,GAAC,qJAAyJ,CAC/M,CAAC,eACP7B,KAAA,CAAAW,aAAA,CAACN,IAAI;IAACkB,WAAW;IAACX,KAAK,EAAE;MAAEE,OAAO,EAAC,EAAE;MAAEU,aAAa,EAAC,KAAK;MAAEC,UAAU,EAAC;IAAS;EAAE,gBAC9EzB,KAAA,CAAAW,aAAA,CAACP,IAAI;IAACQ,KAAK,EAAE;MAAEC,IAAI,EAAC;IAAE,CAAE;IAACE,IAAI,EAAE,EAAG;IAACC,KAAK,EAAC;EAAa,GAAC,sBAA0B,CAAC,eAClFhB,KAAA,CAAAW,aAAA,CAACP,IAAI;IAACW,IAAI,EAAE,EAAG;IAACmB,MAAM,EAAC,MAAM;IAAClB,KAAK,EAAC;EAAI,GAAC,GAAC,EAACT,cAAc,CAAC4B,OAAO,CAACC,OAAO,CAAC,CAAC,CAAQ,CACjF,CAAC,eACPpC,KAAA,CAAAW,aAAA,CAACN,IAAI;IAACkB,WAAW;IAACX,KAAK,EAAE;MAAEE,OAAO,EAAC;IAAG;EAAE,gBACpCd,KAAA,CAAAW,aAAA,CAACN,IAAI;IAACkB,WAAW;IAACX,KAAK,EAAE;MAAEY,aAAa,EAAC,KAAK;MAAEC,UAAU,EAAC;IAAS;EAAE,gBAClEzB,KAAA,CAAAW,aAAA,CAACP,IAAI;IAACQ,KAAK,EAAE;MAAEC,IAAI,EAAC;IAAE,CAAE;IAACE,IAAI,EAAE,EAAG;IAACC,KAAK,EAAC;EAAa,GAAC,WAAe,CAAC,eACvEhB,KAAA,CAAAW,aAAA,CAACP,IAAI;IAACW,IAAI,EAAE,EAAG;IAACmB,MAAM,EAAC,MAAM;IAAClB,KAAK,EAAC;EAAI,GAAC,GAAC,EAACT,cAAc,CAAC8B,aAAa,CAACD,OAAO,CAAC,CAAC,CAAQ,CACvF,CAAC,eACPpC,KAAA,CAAAW,aAAA,CAACP,IAAI;IAACQ,KAAK,EAAE;MAAEK,SAAS,EAAC;IAAE,CAAE;IAACF,IAAI,EAAE,EAAG;IAACY,KAAK,EAAEjB,MAAM,CAACkB,IAAI,CAACU,OAAQ;IAACJ,MAAM,EAAC;EAAU,GAAC,2GAA+G,CACnM,CACJ,CAAC,eAEPlC,KAAA,CAAAW,aAAA,CAACN,IAAI;IAACe,KAAK;IAACR,KAAK,EAAE;MAAEE,OAAO,EAAC,EAAE;MAAEO,YAAY,EAAC,CAAC;MAAEC,MAAM,EAAC;IAAG;EAAE,gBACzDtB,KAAA,CAAAW,aAAA,CAACN,IAAI;IAACkB,WAAW;IAACX,KAAK,EAAE;MAAEE,OAAO,EAAC,CAAC;MAAEU,aAAa,EAAC,KAAK;MAAEC,UAAU,EAAC;IAAS;EAAE,gBAC7EzB,KAAA,CAAAW,aAAA,CAACP,IAAI;IAACQ,KAAK,EAAE;MAAEC,IAAI,EAAC;IAAE,CAAE;IAACE,IAAI,EAAE,EAAG;IAACC,KAAK,EAAC;EAAI,GAAC,WAAe,CAAC,eAC9DhB,KAAA,CAAAW,aAAA,CAACV,KAAK,CAACsC,YAAY;IAACxB,IAAI,EAAE,EAAG;IAACY,KAAK,EAAEjB,MAAM,CAACkB,IAAI,CAACC;EAAG,CAAE,CACpD,CAAC,eACP7B,KAAA,CAAAW,aAAA,CAACN,IAAI;IAACkB,WAAW;IAACX,KAAK,EAAE;MAAEE,OAAO,EAAC,CAAC;MAAEI,aAAa,EAAC,EAAE;MAAEY,iBAAiB,EAAC,CAAC;MAAEC,iBAAiB,EAACrB,MAAM,CAACsB,OAAO,CAACC;IAAM;EAAE,gBAClHjC,KAAA,CAAAW,aAAA,CAACP,IAAI;IAACW,IAAI,EAAE,EAAG;IAACC,KAAK,EAAC;EAAa,GAAC,6IAAiJ,CACnL,CAAC,eACPhB,KAAA,CAAAW,aAAA,CAACN,IAAI;IAACkB,WAAW;IAACX,KAAK,EAAE;MAAEE,OAAO,EAAC,EAAE;MAAEU,aAAa,EAAC,KAAK;MAAEC,UAAU,EAAC;IAAS;EAAE,gBAC9EzB,KAAA,CAAAW,aAAA,CAACP,IAAI;IAACQ,KAAK,EAAE;MAAEC,IAAI,EAAC;IAAE,CAAE;IAACE,IAAI,EAAE,EAAG;IAACC,KAAK,EAAC;EAAa,GAAC,gBAAoB,CAAC,eAC5EhB,KAAA,CAAAW,aAAA,CAACP,IAAI;IAACW,IAAI,EAAE,EAAG;IAACmB,MAAM,EAAC,MAAM;IAAClB,KAAK,EAAC;EAAI,GAAC,GAAC,EAACT,cAAc,CAACiC,mBAAmB,CAACJ,OAAO,CAAC,CAAC,CAAQ,CAC7F,CACJ,CACJ,CAAC,eACPpC,KAAA,CAAAW,aAAA,CAACN,IAAI;IAACoC,QAAQ,EAAC,YAAY;IAAC7B,KAAK,EAAE;MAAEY,aAAa,EAAC,KAAK;MAAEkB,cAAc,EAAC,eAAe;MAAE5B,OAAO,EAAC;IAAG;EAAE,gBACnGd,KAAA,CAAAW,aAAA,CAACR,MAAM;IACHwC,KAAK,EAAC,YAAY;IAClBC,IAAI,EAAC,OAAO;IACZC,OAAO,EAAEA,CAAA,KAAMrC,OAAO,CAAC;EAAE,CAC5B,CAAC,eACFR,KAAA,CAAAW,aAAA,CAACR,MAAM;IACHiB,KAAK;IACLR,KAAK,EAAE;MAAES,YAAY,EAAC,GAAG;MAAEyB,MAAM,EAAC,EAAE;MAAEC,KAAK,EAAC,EAAE;MAAEL,cAAc,EAAC,QAAQ;MAAEjB,UAAU,EAAC;IAAS,CAAE;IAC/FoB,OAAO,EAAEA,CAAA,KAAMpC,MAAM,CAAC;EAAE,gBAExBT,KAAA,CAAAW,aAAA,CAACV,KAAK,CAAC+C,WAAW;IAACjC,IAAI,EAAE,EAAG;IAACkC,SAAS,EAAC,OAAO;IAACtB,KAAK,EAAEjB,MAAM,CAACkB,IAAI,CAACC;EAAG,CAAC,CAClE,CACN,CACJ,CAAC;AAEf,CAAC;AAED,eAAevB,SAAS","ignoreList":[]}
|