be-components 3.6.0 → 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/Components/Pagination.js +37 -0
- package/lib/commonjs/Components/Pagination.js.map +1 -0
- package/lib/commonjs/Wallet/components/ACHAddCard.js +233 -194
- package/lib/commonjs/Wallet/components/ACHAddCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountCard.js +27 -28
- package/lib/commonjs/Wallet/components/AccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountLimitManager.js +60 -95
- package/lib/commonjs/Wallet/components/AccountLimitManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountManager.js +209 -158
- package/lib/commonjs/Wallet/components/AccountManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountSnoozeManager.js +53 -66
- package/lib/commonjs/Wallet/components/AccountSnoozeManager.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/DepositCard.js +93 -99
- package/lib/commonjs/Wallet/components/DepositCard.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/ItemOrderCard.js +26 -29
- package/lib/commonjs/Wallet/components/ItemOrderCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/ItemOrderDetailCard.js +43 -46
- package/lib/commonjs/Wallet/components/ItemOrderDetailCard.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/ManageAccountCard.js +85 -60
- package/lib/commonjs/Wallet/components/ManageAccountCard.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/OrderManager.js +61 -58
- package/lib/commonjs/Wallet/components/OrderManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/RemoveAccount.js +22 -23
- package/lib/commonjs/Wallet/components/RemoveAccount.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletActionSelector.js +130 -133
- package/lib/commonjs/Wallet/components/WalletActionSelector.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletSettings.js +382 -547
- package/lib/commonjs/Wallet/components/WalletSettings.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletSetup.js +307 -289
- package/lib/commonjs/Wallet/components/WalletSetup.js.map +1 -1
- package/lib/commonjs/Wallet/components/WithdrawCard.js +91 -111
- package/lib/commonjs/Wallet/components/WithdrawCard.js.map +1 -1
- package/lib/commonjs/Wallet/index.js +23 -24
- package/lib/commonjs/Wallet/index.js.map +1 -1
- package/lib/commonjs/constants/styles.js +1 -1
- package/lib/commonjs/constants/styles.js.map +1 -1
- package/lib/commonjs/constants/useColors.js +1 -1
- package/lib/commonjs/constants/useColors.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/Components/Pagination.js +30 -0
- package/lib/module/Components/Pagination.js.map +1 -0
- package/lib/module/Wallet/components/ACHAddCard.js +233 -194
- package/lib/module/Wallet/components/ACHAddCard.js.map +1 -1
- package/lib/module/Wallet/components/AccountCard.js +23 -24
- package/lib/module/Wallet/components/AccountCard.js.map +1 -1
- package/lib/module/Wallet/components/AccountLimitManager.js +43 -77
- package/lib/module/Wallet/components/AccountLimitManager.js.map +1 -1
- package/lib/module/Wallet/components/AccountManager.js +206 -155
- package/lib/module/Wallet/components/AccountManager.js.map +1 -1
- package/lib/module/Wallet/components/AccountSnoozeManager.js +35 -48
- package/lib/module/Wallet/components/AccountSnoozeManager.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/DepositCard.js +62 -67
- package/lib/module/Wallet/components/DepositCard.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/ItemOrderCard.js +17 -20
- package/lib/module/Wallet/components/ItemOrderCard.js.map +1 -1
- package/lib/module/Wallet/components/ItemOrderDetailCard.js +28 -31
- package/lib/module/Wallet/components/ItemOrderDetailCard.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/ManageAccountCard.js +80 -55
- package/lib/module/Wallet/components/ManageAccountCard.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/OrderManager.js +59 -56
- package/lib/module/Wallet/components/OrderManager.js.map +1 -1
- package/lib/module/Wallet/components/RemoveAccount.js +16 -16
- package/lib/module/Wallet/components/RemoveAccount.js.map +1 -1
- package/lib/module/Wallet/components/WalletActionSelector.js +102 -104
- package/lib/module/Wallet/components/WalletActionSelector.js.map +1 -1
- package/lib/module/Wallet/components/WalletSettings.js +381 -545
- package/lib/module/Wallet/components/WalletSettings.js.map +1 -1
- package/lib/module/Wallet/components/WalletSetup.js +297 -279
- package/lib/module/Wallet/components/WalletSetup.js.map +1 -1
- package/lib/module/Wallet/components/WithdrawCard.js +52 -71
- package/lib/module/Wallet/components/WithdrawCard.js.map +1 -1
- package/lib/module/Wallet/index.js +16 -17
- package/lib/module/Wallet/index.js.map +1 -1
- package/lib/module/constants/styles.js +1 -1
- package/lib/module/constants/styles.js.map +1 -1
- package/lib/module/constants/useColors.js +1 -1
- package/lib/module/constants/useColors.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/Components/Pagination.d.ts +11 -0
- package/lib/typescript/lib/commonjs/Components/Pagination.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Wallet/components/ACHAddCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Wallet/components/AccountCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Wallet/components/AccountLimitManager.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Wallet/components/AccountManager.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Wallet/components/AccountSnoozeManager.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/DepositCard.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/ItemOrderCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Wallet/components/ItemOrderDetailCard.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/ManageAccountCard.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/OrderManager.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Wallet/components/RemoveAccount.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Wallet/components/WalletActionSelector.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Wallet/components/WalletSettings.d.ts +1 -2
- package/lib/typescript/lib/commonjs/Wallet/components/WalletSettings.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Wallet/components/WalletSetup.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Wallet/components/WithdrawCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Wallet/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/constants/styles.d.ts +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/Components/Pagination.d.ts +11 -0
- package/lib/typescript/lib/module/Components/Pagination.d.ts.map +1 -0
- 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/AccountCard.d.ts +1 -2
- package/lib/typescript/lib/module/Wallet/components/AccountCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Wallet/components/AccountLimitManager.d.ts +1 -2
- package/lib/typescript/lib/module/Wallet/components/AccountLimitManager.d.ts.map +1 -1
- package/lib/typescript/lib/module/Wallet/components/AccountManager.d.ts +1 -2
- package/lib/typescript/lib/module/Wallet/components/AccountManager.d.ts.map +1 -1
- package/lib/typescript/lib/module/Wallet/components/AccountSnoozeManager.d.ts +1 -2
- package/lib/typescript/lib/module/Wallet/components/AccountSnoozeManager.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/DepositCard.d.ts +2 -2
- package/lib/typescript/lib/module/Wallet/components/DepositCard.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/ItemOrderCard.d.ts +1 -2
- package/lib/typescript/lib/module/Wallet/components/ItemOrderCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Wallet/components/ItemOrderDetailCard.d.ts +1 -2
- package/lib/typescript/lib/module/Wallet/components/ItemOrderDetailCard.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/ManageAccountCard.d.ts +1 -2
- package/lib/typescript/lib/module/Wallet/components/ManageAccountCard.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/OrderManager.d.ts +1 -2
- package/lib/typescript/lib/module/Wallet/components/OrderManager.d.ts.map +1 -1
- package/lib/typescript/lib/module/Wallet/components/RemoveAccount.d.ts +1 -2
- package/lib/typescript/lib/module/Wallet/components/RemoveAccount.d.ts.map +1 -1
- package/lib/typescript/lib/module/Wallet/components/WalletActionSelector.d.ts +1 -2
- package/lib/typescript/lib/module/Wallet/components/WalletActionSelector.d.ts.map +1 -1
- package/lib/typescript/lib/module/Wallet/components/WalletSettings.d.ts +2 -4
- package/lib/typescript/lib/module/Wallet/components/WalletSettings.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/components/WithdrawCard.d.ts +2 -2
- package/lib/typescript/lib/module/Wallet/components/WithdrawCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Wallet/index.d.ts +1 -2
- 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/Components/Pagination.d.ts +12 -0
- package/lib/typescript/src/Components/Pagination.d.ts.map +1 -0
- package/lib/typescript/src/Wallet/components/ACHAddCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountLimitManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountSnoozeManager.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/DepositCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/FundAccountCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ItemOrderCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ItemOrderDetailCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/LinkAccountManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ManageAccountCard.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/OrderManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/RemoveAccount.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WalletActionSelector.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WalletSettings.d.ts +1 -1
- package/lib/typescript/src/Wallet/components/WalletSettings.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WalletSetup.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WithdrawCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/index.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/Components/Pagination.tsx +33 -0
- package/src/Wallet/components/ACHAddCard.tsx +90 -60
- package/src/Wallet/components/AccountCard.tsx +22 -21
- package/src/Wallet/components/AccountLimitManager.tsx +36 -54
- package/src/Wallet/components/AccountManager.tsx +95 -61
- package/src/Wallet/components/AccountSnoozeManager.tsx +39 -37
- package/src/Wallet/components/AddressCard.tsx +11 -11
- package/src/Wallet/components/AddressManager.tsx +33 -44
- package/src/Wallet/components/DepositCard.tsx +55 -53
- package/src/Wallet/components/FundAccountCard.tsx +52 -51
- package/src/Wallet/components/ItemOrderCard.tsx +13 -12
- package/src/Wallet/components/ItemOrderDetailCard.tsx +23 -22
- package/src/Wallet/components/LinkAccountManager.tsx +49 -59
- package/src/Wallet/components/ManageAccountCard.tsx +78 -47
- 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/OrderManager.tsx +47 -37
- package/src/Wallet/components/RemoveAccount.tsx +12 -15
- package/src/Wallet/components/WalletActionSelector.tsx +70 -69
- package/src/Wallet/components/WalletSettings.tsx +137 -139
- package/src/Wallet/components/WalletSetup.tsx +150 -135
- package/src/Wallet/components/WithdrawCard.tsx +56 -56
- package/src/Wallet/index.tsx +23 -22
- package/src/constants/styles.ts +1 -1
- package/src/constants/useColors.tsx +1 -1
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _Themed = require("./Themed");
|
|
9
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
|
+
const Pagination = ({
|
|
11
|
+
offset,
|
|
12
|
+
onPrevious,
|
|
13
|
+
onNext,
|
|
14
|
+
next_title,
|
|
15
|
+
previous_title,
|
|
16
|
+
style
|
|
17
|
+
}) => {
|
|
18
|
+
return /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
19
|
+
transparent: true,
|
|
20
|
+
style: {
|
|
21
|
+
flexDirection: 'row',
|
|
22
|
+
alignItems: 'center',
|
|
23
|
+
justifyContent: 'space-between',
|
|
24
|
+
...style
|
|
25
|
+
}
|
|
26
|
+
}, offset > 0 ? /*#__PURE__*/_react.default.createElement(_Themed.Button, {
|
|
27
|
+
title: previous_title ?? 'PREV',
|
|
28
|
+
type: "text",
|
|
29
|
+
onPress: () => onPrevious()
|
|
30
|
+
}) : /*#__PURE__*/_react.default.createElement(_Themed.View, null), /*#__PURE__*/_react.default.createElement(_Themed.Button, {
|
|
31
|
+
title: next_title ?? 'NEXT',
|
|
32
|
+
type: "text",
|
|
33
|
+
onPress: () => onNext()
|
|
34
|
+
}));
|
|
35
|
+
};
|
|
36
|
+
var _default = exports.default = Pagination;
|
|
37
|
+
//# sourceMappingURL=Pagination.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_Themed","e","__esModule","default","Pagination","offset","onPrevious","onNext","next_title","previous_title","style","createElement","View","transparent","flexDirection","alignItems","justifyContent","Button","title","type","onPress","_default","exports"],"sourceRoot":"../../../src","sources":["Components/Pagination.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,OAAA,GAAAD,OAAA;AAAuC,SAAAD,uBAAAG,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAWvC,MAAMG,UAAU,GAAGA,CAAC;EAAEC,MAAM;EAAEC,UAAU;EAAEC,MAAM;EAAEC,UAAU;EAAEC,cAAc;EAAEC;AAAsB,CAAC,KAAK;EAEtG,oBACIb,MAAA,CAAAM,OAAA,CAAAQ,aAAA,CAACX,OAAA,CAAAY,IAAI;IAACC,WAAW;IAACH,KAAK,EAAE;MAAEI,aAAa,EAAE,KAAK;MAAEC,UAAU,EAAC,QAAQ;MAAEC,cAAc,EAAC,eAAe;MAAE,GAAGN;IAAM;EAAE,GAC5GL,MAAM,GAAG,CAAC,gBACXR,MAAA,CAAAM,OAAA,CAAAQ,aAAA,CAACX,OAAA,CAAAiB,MAAM;IACHC,KAAK,EAAET,cAAc,IAAI,MAAO;IAChCU,IAAI,EAAC,MAAM;IACXC,OAAO,EAAEA,CAAA,KAAMd,UAAU,CAAC;EAAE,CAC/B,CAAC,gBACDT,MAAA,CAAAM,OAAA,CAAAQ,aAAA,CAACX,OAAA,CAAAY,IAAI,MAAE,CAAC,eACTf,MAAA,CAAAM,OAAA,CAAAQ,aAAA,CAACX,OAAA,CAAAiB,MAAM;IACHC,KAAK,EAAEV,UAAU,IAAI,MAAO;IAC5BW,IAAI,EAAC,MAAM;IACXC,OAAO,EAAEA,CAAA,KAAMb,MAAM,CAAC;EAAE,CAC3B,CACC,CAAC;AAEf,CAAC;AAAA,IAAAc,QAAA,GAAAC,OAAA,CAAAnB,OAAA,GAEcC,UAAU","ignoreList":[]}
|
|
@@ -7,9 +7,10 @@ exports.default = void 0;
|
|
|
7
7
|
var _react = _interopRequireDefault(require("react"));
|
|
8
8
|
var _reactNative = require("react-native");
|
|
9
9
|
var _Components = require("../../Components");
|
|
10
|
-
var
|
|
11
|
-
var
|
|
10
|
+
var _useColors = require("../../constants/useColors");
|
|
11
|
+
var _Themed = require("../../Components/Themed");
|
|
12
12
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
13
|
+
const ach_add_sections = ['header', 'sub_header', 'link', 'manual'];
|
|
13
14
|
const ACHAddCard = ({
|
|
14
15
|
accounts,
|
|
15
16
|
onClose,
|
|
@@ -17,212 +18,250 @@ const ACHAddCard = ({
|
|
|
17
18
|
onManualACH,
|
|
18
19
|
onLinkACH
|
|
19
20
|
}) => {
|
|
20
|
-
|
|
21
|
-
//const [ add_type, setAddType ] = useState('manual');
|
|
21
|
+
const Colors = (0, _useColors.useColors)();
|
|
22
22
|
const manual_account = accounts.find(a => a.ach_detail && a.ach_detail.ach_type == 'manual');
|
|
23
23
|
const ibt_account = accounts.find(a => a.ach_detail && a.ach_detail.ach_type == 'ibf' && !a.ibt_placeholder);
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
24
|
+
const renderSections = data => {
|
|
25
|
+
switch (data.item) {
|
|
26
|
+
case 'header':
|
|
27
|
+
return /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
28
|
+
style: {
|
|
29
|
+
padding: 20
|
|
30
|
+
}
|
|
31
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
32
|
+
theme: "h1"
|
|
33
|
+
}, "GET ACCESS TO YOUR WINNINGS"), /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
34
|
+
style: {
|
|
35
|
+
marginTop: 5
|
|
36
|
+
},
|
|
37
|
+
theme: "description"
|
|
38
|
+
}, "At BettorEdge - we celebrate withdraws! In order to move funds out of your BettorEdge account, you will need to add an eligible bank account."));
|
|
39
|
+
case 'sub_header':
|
|
40
|
+
return /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
41
|
+
style: {
|
|
42
|
+
padding: 20
|
|
43
|
+
}
|
|
44
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
45
|
+
theme: "h1"
|
|
46
|
+
}, "ADD ACH ACCOUNT OPTIONS"));
|
|
47
|
+
case 'link':
|
|
48
|
+
return /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
49
|
+
float: true,
|
|
50
|
+
style: {
|
|
51
|
+
padding: 20,
|
|
52
|
+
borderRadius: 8
|
|
53
|
+
}
|
|
54
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
55
|
+
transparent: true,
|
|
56
|
+
style: {
|
|
57
|
+
flexDirection: 'row'
|
|
58
|
+
}
|
|
59
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
60
|
+
float: true,
|
|
61
|
+
style: {
|
|
62
|
+
backgroundColor: Colors.text.white,
|
|
63
|
+
borderRadius: 100,
|
|
64
|
+
height: 50,
|
|
65
|
+
width: 50,
|
|
66
|
+
justifyContent: 'center',
|
|
67
|
+
alignItems: 'center'
|
|
68
|
+
}
|
|
69
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Icons.PlaidIcon, {
|
|
70
|
+
size: 30
|
|
71
|
+
})), /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
72
|
+
transparent: true,
|
|
73
|
+
style: {
|
|
74
|
+
flex: 1,
|
|
75
|
+
marginLeft: 10
|
|
76
|
+
}
|
|
77
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
78
|
+
size: 14,
|
|
79
|
+
theme: "h1"
|
|
80
|
+
}, "Link your account using PLAID"), /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
81
|
+
style: {
|
|
82
|
+
marginTop: 3
|
|
83
|
+
},
|
|
84
|
+
size: 12,
|
|
85
|
+
theme: "description"
|
|
86
|
+
}, "When you link an account you get access to both instant deposits and instant withdraws."))), !ibt_account ? /*#__PURE__*/_react.default.createElement(_Themed.Button, {
|
|
87
|
+
float: true,
|
|
88
|
+
style: {
|
|
89
|
+
marginTop: 20,
|
|
90
|
+
padding: 3,
|
|
91
|
+
flexDirection: 'row',
|
|
92
|
+
alignItems: 'center',
|
|
93
|
+
borderRadius: 30
|
|
94
|
+
},
|
|
95
|
+
onPress: () => onLinkACH()
|
|
96
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
97
|
+
transparent: true,
|
|
98
|
+
style: {
|
|
99
|
+
height: 50,
|
|
100
|
+
width: 110,
|
|
101
|
+
borderRadius: 100,
|
|
102
|
+
justifyContent: 'center',
|
|
103
|
+
alignItems: 'center',
|
|
104
|
+
borderWidth: 1,
|
|
105
|
+
borderColor: Colors.borders.light
|
|
106
|
+
}
|
|
107
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.Image, {
|
|
108
|
+
source: {
|
|
109
|
+
uri: 'https://res.cloudinary.com/hoabts6mc/image/upload/v1695821528/1630344814441_wjq98b.png'
|
|
110
|
+
},
|
|
111
|
+
style: {
|
|
112
|
+
width: 50,
|
|
113
|
+
height: 30
|
|
114
|
+
},
|
|
115
|
+
resizeMode: "cover"
|
|
116
|
+
})), /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
117
|
+
transparent: true,
|
|
118
|
+
style: {
|
|
119
|
+
flex: 1,
|
|
120
|
+
marginLeft: 10
|
|
121
|
+
}
|
|
122
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
123
|
+
size: 14,
|
|
124
|
+
theme: "h1",
|
|
125
|
+
weight: "bold"
|
|
126
|
+
}, "LINK ACH ACCOUNT"))) : /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
127
|
+
transparent: true,
|
|
128
|
+
style: {
|
|
129
|
+
position: 'absolute',
|
|
130
|
+
top: 5,
|
|
131
|
+
right: 5,
|
|
132
|
+
bottom: 0
|
|
133
|
+
}
|
|
134
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Icons.TransactionSuccessIcon, {
|
|
135
|
+
size: 45
|
|
136
|
+
})));
|
|
137
|
+
case 'manual':
|
|
138
|
+
return /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
139
|
+
float: true,
|
|
140
|
+
style: {
|
|
141
|
+
marginTop: 20,
|
|
142
|
+
padding: 20,
|
|
143
|
+
borderRadius: 8
|
|
144
|
+
}
|
|
145
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
146
|
+
transparent: true,
|
|
147
|
+
style: {
|
|
148
|
+
flexDirection: 'row'
|
|
149
|
+
}
|
|
150
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
151
|
+
float: true,
|
|
152
|
+
style: {
|
|
153
|
+
height: 50,
|
|
154
|
+
width: 50,
|
|
155
|
+
borderRadius: 100,
|
|
156
|
+
justifyContent: 'center',
|
|
157
|
+
alignItems: 'center'
|
|
158
|
+
}
|
|
159
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Icons.BankIcon, {
|
|
160
|
+
color: Colors.text.h1,
|
|
161
|
+
size: 30
|
|
162
|
+
})), /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
163
|
+
transparent: true,
|
|
164
|
+
style: {
|
|
165
|
+
flex: 1,
|
|
166
|
+
marginLeft: 10
|
|
167
|
+
}
|
|
168
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
169
|
+
size: 14,
|
|
170
|
+
theme: "h1"
|
|
171
|
+
}, "Manually add an account"), /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
172
|
+
style: {
|
|
173
|
+
marginTop: 3
|
|
174
|
+
},
|
|
175
|
+
size: 12,
|
|
176
|
+
theme: "description"
|
|
177
|
+
}, "Verify the account in 1-3 business days and start transacting."))), !manual_account ? /*#__PURE__*/_react.default.createElement(_Themed.Button, {
|
|
178
|
+
float: true,
|
|
179
|
+
style: {
|
|
180
|
+
marginTop: 20,
|
|
181
|
+
padding: 3,
|
|
182
|
+
flexDirection: 'row',
|
|
183
|
+
alignItems: 'center',
|
|
184
|
+
borderRadius: 30
|
|
185
|
+
},
|
|
186
|
+
onPress: () => onManualACH()
|
|
187
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
188
|
+
float: true,
|
|
189
|
+
style: {
|
|
190
|
+
height: 50,
|
|
191
|
+
width: 50,
|
|
192
|
+
borderRadius: 100,
|
|
193
|
+
justifyContent: 'center',
|
|
194
|
+
alignItems: 'center'
|
|
195
|
+
}
|
|
196
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Icons.BankIcon, {
|
|
197
|
+
size: 22,
|
|
198
|
+
color: Colors.text.h1
|
|
199
|
+
})), /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
200
|
+
transparent: true,
|
|
201
|
+
style: {
|
|
202
|
+
flex: 1,
|
|
203
|
+
marginLeft: 10
|
|
204
|
+
}
|
|
205
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
206
|
+
size: 14,
|
|
207
|
+
theme: "h1"
|
|
208
|
+
}, "ADD MANUAL ACH ACCOUNT"))) : /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
209
|
+
transparent: true,
|
|
210
|
+
style: {
|
|
211
|
+
position: 'absolute',
|
|
212
|
+
top: 5,
|
|
213
|
+
right: 5,
|
|
214
|
+
bottom: 0,
|
|
215
|
+
alignItems: 'flex-end'
|
|
216
|
+
}
|
|
217
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Icons.TransactionSuccessIcon, {
|
|
218
|
+
size: 45
|
|
219
|
+
}), manual_account?.status == 'verify' ? /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
220
|
+
transparent: true,
|
|
221
|
+
style: {
|
|
222
|
+
marginTop: -10,
|
|
223
|
+
marginRight: 20,
|
|
224
|
+
padding: 10,
|
|
225
|
+
borderRadius: 8
|
|
226
|
+
}
|
|
227
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
228
|
+
size: 14,
|
|
229
|
+
theme: "description"
|
|
230
|
+
}, "Manual ACH account is pending verification")) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null)));
|
|
231
|
+
default:
|
|
232
|
+
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null);
|
|
140
233
|
}
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
size: 34
|
|
144
|
-
}), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
145
|
-
style: {
|
|
146
|
-
flex: 1,
|
|
147
|
-
marginLeft: 10
|
|
148
|
-
}
|
|
149
|
-
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
150
|
-
size: 14,
|
|
151
|
-
color: _colors.default.brand.midnight,
|
|
152
|
-
weight: "bold"
|
|
153
|
-
}, "Manually add an account"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
154
|
-
style: {
|
|
155
|
-
marginTop: 3
|
|
156
|
-
},
|
|
157
|
-
size: 12,
|
|
158
|
-
color: _colors.default.brand.midnight,
|
|
159
|
-
weight: "regular"
|
|
160
|
-
}, "Verify the account in 1-3 business days and start transacting."))), !manual_account ? /*#__PURE__*/_react.default.createElement(_reactNative.TouchableOpacity, {
|
|
161
|
-
style: {
|
|
162
|
-
marginTop: 20,
|
|
163
|
-
padding: 3,
|
|
164
|
-
flexDirection: 'row',
|
|
165
|
-
alignItems: 'center',
|
|
166
|
-
borderRadius: 30,
|
|
167
|
-
backgroundColor: _colors.default.brand.midnight
|
|
168
|
-
},
|
|
169
|
-
onPress: () => onManualACH()
|
|
170
|
-
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
171
|
-
style: {
|
|
172
|
-
height: 50,
|
|
173
|
-
width: 50,
|
|
174
|
-
borderRadius: 100,
|
|
175
|
-
justifyContent: 'center',
|
|
176
|
-
alignItems: 'center',
|
|
177
|
-
backgroundColor: _colors.default.shades.white
|
|
178
|
-
}
|
|
179
|
-
}, /*#__PURE__*/_react.default.createElement(_Components.Icons.BankIcon, {
|
|
180
|
-
size: 22,
|
|
181
|
-
color: _colors.default.brand.midnight
|
|
182
|
-
})), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
234
|
+
};
|
|
235
|
+
return /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
183
236
|
style: {
|
|
184
237
|
flex: 1
|
|
185
238
|
}
|
|
186
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
},
|
|
192
|
-
style: {
|
|
193
|
-
position: 'absolute',
|
|
194
|
-
top: 5,
|
|
195
|
-
right: 5,
|
|
196
|
-
bottom: 0,
|
|
197
|
-
alignItems: 'flex-end'
|
|
198
|
-
}
|
|
199
|
-
}, /*#__PURE__*/_react.default.createElement(_Components.Icons.TransactionSuccessIcon, {
|
|
200
|
-
size: 45
|
|
201
|
-
}), manual_account?.status == 'verify' ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
202
|
-
style: {
|
|
203
|
-
marginTop: -10,
|
|
204
|
-
marginRight: 20,
|
|
205
|
-
padding: 10,
|
|
206
|
-
borderRadius: 8,
|
|
207
|
-
backgroundColor: _colors.default.highlights.highlight200
|
|
208
|
-
}
|
|
209
|
-
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
210
|
-
size: 14,
|
|
211
|
-
color: _colors.default.brand.midnight
|
|
212
|
-
}, "Manual ACH account is pending verification")) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null)))), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
239
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.FlatList, {
|
|
240
|
+
data: ach_add_sections,
|
|
241
|
+
key: 'ach_add_sections',
|
|
242
|
+
keyExtractor: item => item,
|
|
243
|
+
renderItem: renderSections
|
|
244
|
+
}), /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
213
245
|
nativeID: "action_row",
|
|
214
246
|
style: {
|
|
215
247
|
flexDirection: 'row',
|
|
216
248
|
justifyContent: 'space-between',
|
|
217
249
|
padding: 10
|
|
218
250
|
}
|
|
219
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
251
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.Button, {
|
|
220
252
|
title: !ibt_account && !manual_account ? 'DO THIS LATER' : 'All Set!',
|
|
221
|
-
title_color: !ibt_account && !manual_account ?
|
|
253
|
+
title_color: !ibt_account && !manual_account ? Colors.text.error : Colors.text.success,
|
|
222
254
|
backgroundColor: "transparent",
|
|
223
255
|
onPress: () => onClose()
|
|
224
|
-
}), /*#__PURE__*/_react.default.createElement(
|
|
225
|
-
|
|
256
|
+
}), /*#__PURE__*/_react.default.createElement(_Themed.Button, {
|
|
257
|
+
float: true,
|
|
258
|
+
style: {
|
|
259
|
+
borderRadius: 100,
|
|
260
|
+
height: 50,
|
|
261
|
+
width: 50,
|
|
262
|
+
justifyContent: 'center',
|
|
263
|
+
alignItems: 'center'
|
|
264
|
+
},
|
|
226
265
|
onPress: () => {
|
|
227
266
|
if (ibt_account) {
|
|
228
267
|
return onNext(ibt_account);
|
|
@@ -236,7 +275,7 @@ const ACHAddCard = ({
|
|
|
236
275
|
}, /*#__PURE__*/_react.default.createElement(_Components.Icons.ChevronIcon, {
|
|
237
276
|
size: 20,
|
|
238
277
|
direction: "right",
|
|
239
|
-
color:
|
|
278
|
+
color: Colors.text.h1
|
|
240
279
|
}))));
|
|
241
280
|
};
|
|
242
281
|
var _default = exports.default = ACHAddCard;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_Components","
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_Components","_useColors","_Themed","e","__esModule","default","ach_add_sections","ACHAddCard","accounts","onClose","onNext","onManualACH","onLinkACH","Colors","useColors","manual_account","find","a","ach_detail","ach_type","ibt_account","ibt_placeholder","renderSections","data","item","createElement","View","style","padding","Text","theme","marginTop","float","borderRadius","transparent","flexDirection","backgroundColor","text","white","height","width","justifyContent","alignItems","Icons","PlaidIcon","size","flex","marginLeft","Button","onPress","borderWidth","borderColor","borders","light","Image","source","uri","resizeMode","weight","position","top","right","bottom","TransactionSuccessIcon","BankIcon","color","h1","status","marginRight","Fragment","FlatList","key","keyExtractor","renderItem","nativeID","title","title_color","error","success","disabled","ChevronIcon","direction","_default","exports"],"sourceRoot":"../../../../src","sources":["Wallet/components/ACHAddCard.tsx"],"mappings":"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","ignoreList":[]}
|