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
|
@@ -8,8 +8,10 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
8
8
|
var _reactNative = require("react-native");
|
|
9
9
|
var _AccountCard = _interopRequireDefault(require("./AccountCard"));
|
|
10
10
|
var _Components = require("../../Components");
|
|
11
|
-
var
|
|
11
|
+
var _Themed = require("../../Components/Themed");
|
|
12
|
+
var _useColors = require("../../constants/useColors");
|
|
12
13
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
14
|
+
const screen_sections = ['header', 'my_accounts', 'new_account'];
|
|
13
15
|
const AccountManager = ({
|
|
14
16
|
accounts,
|
|
15
17
|
onSelectAccount,
|
|
@@ -18,11 +20,13 @@ const AccountManager = ({
|
|
|
18
20
|
onSelectInstantBankTransfer,
|
|
19
21
|
onClose
|
|
20
22
|
}) => {
|
|
23
|
+
const Colors = (0, _useColors.useColors)();
|
|
21
24
|
const my_accounts = accounts.filter(a => !a.ibt_placeholder && !['bettoredge'].includes(a.account_type));
|
|
22
25
|
//const ibt_placeholder = accounts.find(a => a.ibt_placeholder);
|
|
23
26
|
|
|
24
27
|
const renderAccounts = data => {
|
|
25
|
-
return /*#__PURE__*/_react.default.createElement(
|
|
28
|
+
return /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
29
|
+
transparent: true,
|
|
26
30
|
style: {
|
|
27
31
|
margin: 5
|
|
28
32
|
}
|
|
@@ -31,175 +35,222 @@ const AccountManager = ({
|
|
|
31
35
|
onSelectAccount: account => onSelectAccount(account)
|
|
32
36
|
}));
|
|
33
37
|
};
|
|
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
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
38
|
+
const renderSections = data => {
|
|
39
|
+
switch (data.item) {
|
|
40
|
+
case 'header':
|
|
41
|
+
return /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
42
|
+
type: "header",
|
|
43
|
+
style: {
|
|
44
|
+
flexDirection: 'row',
|
|
45
|
+
alignItems: 'center',
|
|
46
|
+
padding: 15
|
|
47
|
+
}
|
|
48
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
49
|
+
transparent: true,
|
|
50
|
+
style: {
|
|
51
|
+
flex: 1
|
|
52
|
+
}
|
|
53
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
54
|
+
size: 20,
|
|
55
|
+
theme: "h1"
|
|
56
|
+
}, "MANAGE MY ACCOUNTS"), /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
57
|
+
style: {
|
|
58
|
+
marginTop: 5
|
|
59
|
+
},
|
|
60
|
+
theme: "description"
|
|
61
|
+
}, "Below are the accounts we have on file for you. Please select one to manage or transact!")));
|
|
62
|
+
case 'my_accounts':
|
|
63
|
+
return /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
64
|
+
style: {
|
|
65
|
+
marginTop: 10
|
|
66
|
+
}
|
|
67
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
68
|
+
type: "header",
|
|
69
|
+
style: {
|
|
70
|
+
padding: 20,
|
|
71
|
+
flexDirection: 'row',
|
|
72
|
+
alignItems: 'center'
|
|
73
|
+
}
|
|
74
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
75
|
+
transparent: true,
|
|
76
|
+
style: {
|
|
77
|
+
flex: 1
|
|
78
|
+
}
|
|
79
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
80
|
+
theme: "h1"
|
|
81
|
+
}, "MY ACCOUNTS"), /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
82
|
+
style: {
|
|
83
|
+
marginTop: 3
|
|
84
|
+
},
|
|
85
|
+
theme: "description"
|
|
86
|
+
}, "Accounts already linked or ways to transact immediately"))), /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
87
|
+
type: "body",
|
|
88
|
+
style: {
|
|
89
|
+
padding: 20
|
|
90
|
+
}
|
|
91
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.FlatList, {
|
|
92
|
+
data: my_accounts,
|
|
93
|
+
renderItem: renderAccounts,
|
|
94
|
+
keyExtractor: item => item.account_id.toString()
|
|
95
|
+
})));
|
|
96
|
+
case 'new_account':
|
|
97
|
+
return /*#__PURE__*/_react.default.createElement(_Themed.View, null, /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
98
|
+
type: "header",
|
|
99
|
+
style: {
|
|
100
|
+
padding: 20,
|
|
101
|
+
flexDirection: 'row',
|
|
102
|
+
alignItems: 'center'
|
|
103
|
+
}
|
|
104
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
105
|
+
transparent: true,
|
|
106
|
+
style: {
|
|
107
|
+
flex: 1
|
|
108
|
+
}
|
|
109
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
110
|
+
theme: "h1",
|
|
111
|
+
color: Colors.text.success
|
|
112
|
+
}, "ADD NEW ACCOUNT"), /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
113
|
+
style: {
|
|
114
|
+
marginTop: 3
|
|
115
|
+
},
|
|
116
|
+
theme: "description"
|
|
117
|
+
}, "Link a new account and use to transact"))), /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
118
|
+
type: "body",
|
|
119
|
+
style: {
|
|
120
|
+
padding: 20
|
|
121
|
+
}
|
|
122
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.Button, {
|
|
123
|
+
float: true,
|
|
124
|
+
style: {
|
|
125
|
+
marginTop: 10,
|
|
126
|
+
padding: 5,
|
|
127
|
+
flexDirection: 'row',
|
|
128
|
+
alignItems: 'center'
|
|
129
|
+
},
|
|
130
|
+
onPress: () => onSelectInstantBankTransfer()
|
|
131
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
132
|
+
style: {
|
|
133
|
+
height: 50,
|
|
134
|
+
width: 80,
|
|
135
|
+
borderRadius: 8,
|
|
136
|
+
justifyContent: 'center',
|
|
137
|
+
alignItems: 'center',
|
|
138
|
+
borderWidth: 1,
|
|
139
|
+
borderColor: Colors.absolutes.brand.cobalt
|
|
140
|
+
}
|
|
141
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.Image, {
|
|
142
|
+
source: {
|
|
143
|
+
uri: 'https://res.cloudinary.com/hoabts6mc/image/upload/v1695821528/1630344814441_wjq98b.png'
|
|
144
|
+
},
|
|
145
|
+
style: {
|
|
146
|
+
width: 50,
|
|
147
|
+
height: 30
|
|
148
|
+
},
|
|
149
|
+
resizeMode: "cover"
|
|
150
|
+
})), /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
151
|
+
transparent: true,
|
|
152
|
+
style: {
|
|
153
|
+
flex: 1,
|
|
154
|
+
marginLeft: 10
|
|
155
|
+
}
|
|
156
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
157
|
+
size: 10,
|
|
158
|
+
color: Colors.text.success,
|
|
159
|
+
weight: "bold"
|
|
160
|
+
}, "RECOMMENDED"), /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
161
|
+
size: 14,
|
|
162
|
+
theme: "h1",
|
|
163
|
+
textAlign: "left"
|
|
164
|
+
}, "INSTANT BANK TRANSFER"))), /*#__PURE__*/_react.default.createElement(_Themed.Button, {
|
|
165
|
+
float: true,
|
|
166
|
+
style: {
|
|
167
|
+
marginTop: 10,
|
|
168
|
+
padding: 5,
|
|
169
|
+
flexDirection: 'row',
|
|
170
|
+
alignItems: 'center'
|
|
171
|
+
},
|
|
172
|
+
onPress: () => onSelectManualACH()
|
|
173
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
174
|
+
float: true,
|
|
175
|
+
style: {
|
|
176
|
+
height: 50,
|
|
177
|
+
width: 50,
|
|
178
|
+
justifyContent: 'center',
|
|
179
|
+
alignItems: 'center'
|
|
180
|
+
}
|
|
181
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Icons.BankIcon, {
|
|
182
|
+
size: 22,
|
|
183
|
+
color: Colors.text.h1
|
|
184
|
+
})), /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
185
|
+
transparent: true,
|
|
186
|
+
style: {
|
|
187
|
+
flex: 1,
|
|
188
|
+
marginLeft: 10
|
|
189
|
+
}
|
|
190
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
191
|
+
size: 14,
|
|
192
|
+
theme: "h2",
|
|
193
|
+
textAlign: "left"
|
|
194
|
+
}, "ADD MANUAL ACH ACCOUNT"))), /*#__PURE__*/_react.default.createElement(_Themed.Button, {
|
|
195
|
+
float: true,
|
|
196
|
+
style: {
|
|
197
|
+
marginTop: 10,
|
|
198
|
+
padding: 5,
|
|
199
|
+
flexDirection: 'row',
|
|
200
|
+
alignItems: 'center'
|
|
201
|
+
},
|
|
202
|
+
onPress: () => onSelectManualCard()
|
|
203
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
204
|
+
float: true,
|
|
205
|
+
style: {
|
|
206
|
+
height: 50,
|
|
207
|
+
width: 50,
|
|
208
|
+
justifyContent: 'center',
|
|
209
|
+
alignItems: 'center'
|
|
210
|
+
}
|
|
211
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Icons.CreditCardIcon, {
|
|
212
|
+
size: 22,
|
|
213
|
+
color: Colors.text.highlight
|
|
214
|
+
})), /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
215
|
+
transparent: true,
|
|
216
|
+
style: {
|
|
217
|
+
flex: 1,
|
|
218
|
+
marginLeft: 10
|
|
219
|
+
}
|
|
220
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
221
|
+
size: 14,
|
|
222
|
+
theme: "h2",
|
|
223
|
+
textAlign: "left"
|
|
224
|
+
}, "ADD NEW CARD ACCOUNT")))));
|
|
225
|
+
default:
|
|
226
|
+
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null);
|
|
144
227
|
}
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
color: _colors.default.brand.midnight
|
|
148
|
-
})), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
228
|
+
};
|
|
229
|
+
return /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
149
230
|
style: {
|
|
150
231
|
flex: 1
|
|
151
232
|
}
|
|
152
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
153
|
-
size: 14,
|
|
154
|
-
color: _colors.default.shades.white,
|
|
155
|
-
textAlign: "center",
|
|
156
|
-
weight: "bold"
|
|
157
|
-
}, "ADD MANUAL ACH ACCOUNT"))), /*#__PURE__*/_react.default.createElement(_reactNative.TouchableOpacity, {
|
|
158
|
-
style: {
|
|
159
|
-
marginTop: 10,
|
|
160
|
-
padding: 3,
|
|
161
|
-
flexDirection: 'row',
|
|
162
|
-
alignItems: 'center',
|
|
163
|
-
borderRadius: 30,
|
|
164
|
-
backgroundColor: _colors.default.brand.cyan
|
|
165
|
-
},
|
|
166
|
-
onPress: () => onSelectManualCard()
|
|
167
|
-
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
168
|
-
style: {
|
|
169
|
-
height: 50,
|
|
170
|
-
width: 50,
|
|
171
|
-
borderRadius: 100,
|
|
172
|
-
justifyContent: 'center',
|
|
173
|
-
alignItems: 'center',
|
|
174
|
-
backgroundColor: _colors.default.shades.white
|
|
175
|
-
}
|
|
176
|
-
}, /*#__PURE__*/_react.default.createElement(_Components.Icons.CreditCardIcon, {
|
|
177
|
-
size: 22,
|
|
178
|
-
color: _colors.default.brand.cyan
|
|
179
|
-
})), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
233
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
180
234
|
style: {
|
|
181
235
|
flex: 1
|
|
182
236
|
}
|
|
183
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
}
|
|
189
|
-
|
|
237
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.FlatList, {
|
|
238
|
+
key: "account_sections",
|
|
239
|
+
data: screen_sections,
|
|
240
|
+
renderItem: renderSections,
|
|
241
|
+
keyExtractor: item => item
|
|
242
|
+
})), /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
243
|
+
type: "footer",
|
|
190
244
|
style: {
|
|
245
|
+
flexDirection: 'row',
|
|
191
246
|
padding: 20
|
|
192
247
|
}
|
|
193
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
248
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.Button, {
|
|
194
249
|
style: {
|
|
195
|
-
flex: 1
|
|
196
|
-
opacity: 1
|
|
250
|
+
flex: 1
|
|
197
251
|
},
|
|
198
252
|
title: 'BACK',
|
|
199
|
-
|
|
200
|
-
borderWidth: 1,
|
|
201
|
-
borderColor: _colors.default.brand.electric,
|
|
202
|
-
padding: 15,
|
|
253
|
+
type: "close",
|
|
203
254
|
onPress: () => onClose()
|
|
204
255
|
})));
|
|
205
256
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_AccountCard","_Components","
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_AccountCard","_Components","_Themed","_useColors","e","__esModule","default","screen_sections","AccountManager","accounts","onSelectAccount","onSelectManualACH","onSelectManualCard","onSelectInstantBankTransfer","onClose","Colors","useColors","my_accounts","filter","a","ibt_placeholder","includes","account_type","renderAccounts","data","createElement","View","transparent","style","margin","account","item","renderSections","type","flexDirection","alignItems","padding","flex","Text","size","theme","marginTop","FlatList","renderItem","keyExtractor","account_id","toString","color","text","success","Button","float","onPress","height","width","borderRadius","justifyContent","borderWidth","borderColor","absolutes","brand","cobalt","Image","source","uri","resizeMode","marginLeft","weight","textAlign","Icons","BankIcon","h1","CreditCardIcon","highlight","Fragment","key","title","_default","exports"],"sourceRoot":"../../../../src","sources":["Wallet/components/AccountManager.tsx"],"mappings":"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","ignoreList":[]}
|