be-components 0.5.5 → 0.5.7

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.
Files changed (84) hide show
  1. package/lib/commonjs/Wallet/components/ACHAddCard.js +1 -1
  2. package/lib/commonjs/Wallet/components/ACHAddCard.js.map +1 -1
  3. package/lib/commonjs/Wallet/components/AccountLimitManager.js +1 -1
  4. package/lib/commonjs/Wallet/components/AccountLimitManager.js.map +1 -1
  5. package/lib/commonjs/Wallet/components/AccountManager.js +1 -1
  6. package/lib/commonjs/Wallet/components/AccountManager.js.map +1 -1
  7. package/lib/commonjs/Wallet/components/AccountSnoozeManager.js +1 -1
  8. package/lib/commonjs/Wallet/components/AccountSnoozeManager.js.map +1 -1
  9. package/lib/commonjs/Wallet/components/AddressManager.js +2 -2
  10. package/lib/commonjs/Wallet/components/AddressManager.js.map +1 -1
  11. package/lib/commonjs/Wallet/components/DepositCard.js +1 -1
  12. package/lib/commonjs/Wallet/components/DepositCard.js.map +1 -1
  13. package/lib/commonjs/Wallet/components/FundAccountCard.js +1 -1
  14. package/lib/commonjs/Wallet/components/FundAccountCard.js.map +1 -1
  15. package/lib/commonjs/Wallet/components/ManageAccountCard.js +1 -1
  16. package/lib/commonjs/Wallet/components/ManageAccountCard.js.map +1 -1
  17. package/lib/commonjs/Wallet/components/ManualACHAdd.js +1 -1
  18. package/lib/commonjs/Wallet/components/ManualACHAdd.js.map +1 -1
  19. package/lib/commonjs/Wallet/components/ManualCardAdd.js +1 -1
  20. package/lib/commonjs/Wallet/components/ManualCardAdd.js.map +1 -1
  21. package/lib/commonjs/Wallet/components/MyBalance.js +1 -1
  22. package/lib/commonjs/Wallet/components/MyBalance.js.map +1 -1
  23. package/lib/commonjs/Wallet/components/OrderManager.js +1 -2
  24. package/lib/commonjs/Wallet/components/OrderManager.js.map +1 -1
  25. package/lib/commonjs/Wallet/components/VerifyACHAccount.js +1 -1
  26. package/lib/commonjs/Wallet/components/VerifyACHAccount.js.map +1 -1
  27. package/lib/commonjs/Wallet/components/WalletSettings.js +1 -1
  28. package/lib/commonjs/Wallet/components/WalletSettings.js.map +1 -1
  29. package/lib/commonjs/Wallet/components/WalletSetup.js +6 -2
  30. package/lib/commonjs/Wallet/components/WalletSetup.js.map +1 -1
  31. package/lib/commonjs/Wallet/components/WithdrawCard.js +6 -2
  32. package/lib/commonjs/Wallet/components/WithdrawCard.js.map +1 -1
  33. package/lib/module/Wallet/components/ACHAddCard.js +2 -2
  34. package/lib/module/Wallet/components/ACHAddCard.js.map +1 -1
  35. package/lib/module/Wallet/components/AccountLimitManager.js +2 -2
  36. package/lib/module/Wallet/components/AccountLimitManager.js.map +1 -1
  37. package/lib/module/Wallet/components/AccountManager.js +2 -2
  38. package/lib/module/Wallet/components/AccountManager.js.map +1 -1
  39. package/lib/module/Wallet/components/AccountSnoozeManager.js +2 -2
  40. package/lib/module/Wallet/components/AccountSnoozeManager.js.map +1 -1
  41. package/lib/module/Wallet/components/AddressManager.js +3 -3
  42. package/lib/module/Wallet/components/AddressManager.js.map +1 -1
  43. package/lib/module/Wallet/components/DepositCard.js +2 -2
  44. package/lib/module/Wallet/components/DepositCard.js.map +1 -1
  45. package/lib/module/Wallet/components/FundAccountCard.js +2 -2
  46. package/lib/module/Wallet/components/FundAccountCard.js.map +1 -1
  47. package/lib/module/Wallet/components/ManageAccountCard.js +2 -2
  48. package/lib/module/Wallet/components/ManageAccountCard.js.map +1 -1
  49. package/lib/module/Wallet/components/ManualACHAdd.js +2 -2
  50. package/lib/module/Wallet/components/ManualACHAdd.js.map +1 -1
  51. package/lib/module/Wallet/components/ManualCardAdd.js +2 -2
  52. package/lib/module/Wallet/components/ManualCardAdd.js.map +1 -1
  53. package/lib/module/Wallet/components/MyBalance.js +2 -2
  54. package/lib/module/Wallet/components/MyBalance.js.map +1 -1
  55. package/lib/module/Wallet/components/OrderManager.js +2 -3
  56. package/lib/module/Wallet/components/OrderManager.js.map +1 -1
  57. package/lib/module/Wallet/components/VerifyACHAccount.js +2 -2
  58. package/lib/module/Wallet/components/VerifyACHAccount.js.map +1 -1
  59. package/lib/module/Wallet/components/WalletSettings.js +2 -2
  60. package/lib/module/Wallet/components/WalletSettings.js.map +1 -1
  61. package/lib/module/Wallet/components/WalletSetup.js +7 -3
  62. package/lib/module/Wallet/components/WalletSetup.js.map +1 -1
  63. package/lib/module/Wallet/components/WithdrawCard.js +7 -3
  64. package/lib/module/Wallet/components/WithdrawCard.js.map +1 -1
  65. package/lib/typescript/src/Wallet/components/OrderManager.d.ts.map +1 -1
  66. package/lib/typescript/src/Wallet/components/WalletSetup.d.ts.map +1 -1
  67. package/lib/typescript/src/Wallet/components/WithdrawCard.d.ts.map +1 -1
  68. package/package.json +1 -1
  69. package/src/Wallet/components/ACHAddCard.tsx +3 -3
  70. package/src/Wallet/components/AccountLimitManager.tsx +3 -3
  71. package/src/Wallet/components/AccountManager.tsx +3 -3
  72. package/src/Wallet/components/AccountSnoozeManager.tsx +3 -3
  73. package/src/Wallet/components/AddressManager.tsx +4 -4
  74. package/src/Wallet/components/DepositCard.tsx +3 -3
  75. package/src/Wallet/components/FundAccountCard.tsx +3 -3
  76. package/src/Wallet/components/ManageAccountCard.tsx +3 -3
  77. package/src/Wallet/components/ManualACHAdd.tsx +3 -3
  78. package/src/Wallet/components/ManualCardAdd.tsx +3 -3
  79. package/src/Wallet/components/MyBalance.tsx +3 -3
  80. package/src/Wallet/components/OrderManager.tsx +3 -4
  81. package/src/Wallet/components/VerifyACHAccount.tsx +3 -3
  82. package/src/Wallet/components/WalletSettings.tsx +3 -3
  83. package/src/Wallet/components/WalletSetup.tsx +3 -1
  84. package/src/Wallet/components/WithdrawCard.tsx +3 -1
@@ -1 +1 @@
1
- {"version":3,"names":["React","useEffect","useState","ActivityIndicator","View","ItemOrderApi","ItemOrderHelpers","Colors","Button","Text","TextInput","view_styles","WithdrawCard","wallet_settings","onTransact","player_balance","account","withdraw_limit","deposit_limit","onCancel","draft_order","setDraftOrder","getItemFromServer","item","getItemByIdentifier","genWithdrawOrder","errors","available_for_withdraw","isWithdrawOrderValid","handleTransact","length","total_amount","amount","createElement","style","padding","alignSelf","size","color","brand","midnight","balance","Math","floor","limit_available","ach_daily_limit","last_days_ach_withdraws","flex","nativeID","textAlign","weight","marginTop","justifyContent","alignItems","placeholder","value","onChangeText","text","backgroundColor","shades","shade100","flexDirection","withdraws_per_week","week_withdraw_count","paddingTop","min","toFixed","borderRadius","shade600","margin","white","paddingLeft","utility","error","instant_deposits","borderTopWidth","borderTopColor","position","bottom","left","right","float","marginBottom","map","e","warning","Fragment","marginRight","opacity","title","title_color","electric","borderWidth","borderColor","onPress","disabled"],"sourceRoot":"../../../../src","sources":["Wallet/components/WithdrawCard.tsx"],"mappings":"AAAA,OAAOA,KAAK,IAAIC,SAAS,EAAEC,QAAQ,QAAQ,OAAO;AAClD,SAASC,iBAAiB,EAAEC,IAAI,QAAQ,cAAc;AAEtD,SAASC,YAAY,EAAEC,gBAAgB,QAAQ,QAAQ;AAEvD,OAAOC,MAAM,MAAM,wBAAwB;AAC3C,SAASC,MAAM,EAAEC,IAAI,EAAEC,SAAS,QAAQ,kBAAkB;AAC1D,SAASC,WAAW,QAAQ,wBAAwB;AAapD,MAAMC,YAAY,GAAGA,CAAC;EAAEC,eAAe;EAAEC,UAAU;EAAEC,cAAc;EAAEC,OAAO;EAAEC,cAAc;EAAEC,aAAa;EAAGC;AAA0B,CAAC,KAAK;EAC1I,MAAM,CAAEC,WAAW,EAAEC,aAAa,CAAE,GAAGnB,QAAQ,CAAiB,CAAC;EAEjED,SAAS,CAAC,MAAM;IACZqB,iBAAiB,CAAC,CAAC;EACvB,CAAC,EAAC,EAAE,CAAC;EAEL,MAAMA,iBAAiB,GAAG,MAAAA,CAAA,KAAW;IACjC,MAAMC,IAAI,GAAG,MAAMlB,YAAY,CAACmB,mBAAmB,CAAC,UAAU,CAAC;IAC/DH,aAAa,CAACf,gBAAgB,CAACmB,gBAAgB,CAACF,IAAI,EAAEP,OAAO,CAAC,CAAC;EACnE,CAAC;EAGD,MAAM;IAAEU,MAAM;IAAEC;EAAuB,CAAC,GAAGrB,gBAAgB,CAACsB,oBAAoB,CAACZ,OAAO,EAAEC,cAAc,EAAEC,aAAa,EAAEH,cAAc,EAAEF,eAAe,EAAEO,WAAW,CAAC;EAEtK,MAAMS,cAAc,GAAGA,CAAA,KAAM;IACzB,IAAG,CAACT,WAAW,EAAC;MAAE;IAAO;IACzB,IAAGM,MAAM,CAACI,MAAM,GAAG,CAAC,EAAC;MAAE;IAAO;IAC9BhB,UAAU,CAAC;MAAE,GAAGM,WAAW;MAAEW,YAAY,EAAEX,WAAW,CAACY;IAAiB,CAAC,CAAC;EAC9E,CAAC;EAGD,IAAG,CAACZ,WAAW,EAAC;IACZ,oBACIpB,KAAA,CAAAiC,aAAA,CAAC7B,IAAI;MAAC8B,KAAK,EAAE;QAAEC,OAAO,EAAC;MAAG;IAAE,gBACxBnC,KAAA,CAAAiC,aAAA,CAAC9B,iBAAiB;MAAC+B,KAAK,EAAE;QAAEE,SAAS,EAAC;MAAS,CAAE;MAACC,IAAI,EAAC,OAAO;MAACC,KAAK,EAAE/B,MAAM,CAACgC,KAAK,CAACC;IAAS,CAAE,CAC5F,CAAC;EAEf;EAGA,IAAIC,OAAO,GAAGC,IAAI,CAACC,KAAK,CAAC5B,cAAc,CAAC0B,OAAO,GAAG,GAAG,CAAC,GAAG,GAAG;EAC5D,IAAIG,eAAe,GAAG3B,cAAc,CAAC4B,eAAe,GAAG5B,cAAc,CAAC6B,uBAAuB;EAC7F,oBACI9C,KAAA,CAAAiC,aAAA,CAAC7B,IAAI;IAAC8B,KAAK,EAAE;MAAEa,IAAI,EAAC;IAAE;EAAE,gBACpB/C,KAAA,CAAAiC,aAAA,CAAC7B,IAAI;IAAC4C,QAAQ,EAAC,eAAe;IAACd,KAAK,EAAE;MAAEC,OAAO,EAAC;IAAG;EAAE,gBACjDnC,KAAA,CAAAiC,aAAA,CAACxB,IAAI;IAAC4B,IAAI,EAAE,EAAG;IAACY,SAAS,EAAC,QAAQ;IAACC,MAAM,EAAC,MAAM;IAACZ,KAAK,EAAE/B,MAAM,CAACgC,KAAK,CAACC;EAAS,GAAC,uBAA2B,CAAC,eAC3GxC,KAAA,CAAAiC,aAAA,CAACxB,IAAI;IAACyB,KAAK,EAAE;MAAEiB,SAAS,EAAC;IAAG,CAAE;IAACd,IAAI,EAAE,EAAG;IAACY,SAAS,EAAC,QAAQ;IAACC,MAAM,EAAC,SAAS;IAACZ,KAAK,EAAE/B,MAAM,CAACgC,KAAK,CAACC;EAAS,GAAC,0CAA8C,CACvJ,CAAC,eACPxC,KAAA,CAAAiC,aAAA,CAAC7B,IAAI;IAAC8B,KAAK,EAAE;MAAEa,IAAI,EAAC;IAAE;EAAE,gBACpB/C,KAAA,CAAAiC,aAAA,CAAC7B,IAAI;IAAC4C,QAAQ,EAAC,gBAAgB;IAACd,KAAK,EAAE;MAAEkB,cAAc,EAAC,QAAQ;MAAEC,UAAU,EAAC,QAAQ;MAAElB,OAAO,EAAC;IAAG;EAAE,gBAChGnC,KAAA,CAAAiC,aAAA,CAACvB,SAAS;IACN4C,WAAW,EAAC,GAAG;IACfC,KAAK,EAAEnC,WAAW,CAACY,MAAiB;IACpCwB,YAAY,EAAGC,IAAI,IAAKpC,aAAa,CAAC;MAAE,GAAGD,WAAW;MAAEY,MAAM,EAACyB;IAAK,CAAC;EAAE,CAC1E,CACC,CACJ,CAAC,eACPzD,KAAA,CAAAiC,aAAA,CAAC7B,IAAI;IAAC4C,QAAQ,EAAC,iBAAiB;IAACd,KAAK,EAAE;MAAEwB,eAAe,EAACnD,MAAM,CAACoD,MAAM,CAACC,QAAQ;MAAEzB,OAAO,EAAC;IAAG;EAAE,gBAC3FnC,KAAA,CAAAiC,aAAA,CAAC7B,IAAI;IAAC8B,KAAK,EAAE;MAAE2B,aAAa,EAAC,KAAK;MAAER,UAAU,EAAC,QAAQ;MAAElB,OAAO,EAAC;IAAG;EAAE,gBAClEnC,KAAA,CAAAiC,aAAA,CAACxB,IAAI;IAACyB,KAAK,EAAE;MAAEa,IAAI,EAAC;IAAE,CAAE;IAACV,IAAI,EAAE,EAAG;IAACC,KAAK,EAAE/B,MAAM,CAACgC,KAAK,CAACC,QAAS;IAACU,MAAM,EAAC;EAAU,GAAC,4BAAgC,CAAC,eACpHlD,KAAA,CAAAiC,aAAA,CAACxB,IAAI;IAAC4B,IAAI,EAAE,EAAG;IAACC,KAAK,EAAE/B,MAAM,CAACgC,KAAK,CAACC,QAAS;IAACU,MAAM,EAAC;EAAM,GAAEjC,cAAc,CAAC6C,kBAAkB,GAAG7C,cAAc,CAAC8C,mBAA0B,CACxI,CAAC,eACP/D,KAAA,CAAAiC,aAAA,CAAC7B,IAAI;IAAC8B,KAAK,EAAE;MAAE2B,aAAa,EAAC,KAAK;MAAER,UAAU,EAAC,QAAQ;MAAElB,OAAO,EAAC,EAAE;MAAE6B,UAAU,EAAC;IAAE;EAAE,gBAChFhE,KAAA,CAAAiC,aAAA,CAACxB,IAAI;IAACyB,KAAK,EAAE;MAAEa,IAAI,EAAC;IAAE,CAAE;IAACV,IAAI,EAAE,EAAG;IAACC,KAAK,EAAE/B,MAAM,CAACgC,KAAK,CAACC,QAAS;IAACU,MAAM,EAAC;EAAU,GAAC,wBAA4B,CAAC,eAChHlD,KAAA,CAAAiC,aAAA,CAACxB,IAAI;IAAC4B,IAAI,EAAE,EAAG;IAACC,KAAK,EAAE/B,MAAM,CAACgC,KAAK,CAACC,QAAS;IAACU,MAAM,EAAC;EAAM,GAAER,IAAI,CAACuB,GAAG,CAACtC,sBAAsB,EAAEiB,eAAe,CAAC,CAACsB,OAAO,CAAC,CAAC,CAAQ,CAC9H,CAAC,eACPlE,KAAA,CAAAiC,aAAA,CAAC7B,IAAI;IAAC8B,KAAK,EAAE;MAAEiB,SAAS,EAAC,CAAC;MAAEgB,YAAY,EAAC,CAAC;MAAEhC,OAAO,EAAC,EAAE;MAAEuB,eAAe,EAACnD,MAAM,CAACoD,MAAM,CAACS;IAAS;EAAE,gBAC7FpE,KAAA,CAAAiC,aAAA,CAACxB,IAAI;IAAC4B,IAAI,EAAE,EAAG;IAACC,KAAK,EAAE/B,MAAM,CAACgC,KAAK,CAACC,QAAS;IAACS,SAAS,EAAC,MAAM;IAACC,MAAM,EAAC;EAAU,GAAC,6BAAiC,CAAC,eACnHlD,KAAA,CAAAiC,aAAA,CAAC7B,IAAI;IAAC4C,QAAQ,EAAC,mCAAmC;IAACd,KAAK,EAAE;MAAEmC,MAAM,EAAC,CAAC;MAAGlB,SAAS,EAAC,EAAE;MAAEhB,OAAO,EAAC,EAAE;MAAEuB,eAAe,EAACnD,MAAM,CAACoD,MAAM,CAACW,KAAK;MAAEH,YAAY,EAAC;IAAE;EAAE,gBACnJnE,KAAA,CAAAiC,aAAA,CAAC7B,IAAI;IAAC8B,KAAK,EAAE;MAAEC,OAAO,EAAC,CAAC;MAAE0B,aAAa,EAAC,KAAK;MAAER,UAAU,EAAC;IAAS;EAAE,gBACjErD,KAAA,CAAAiC,aAAA,CAACxB,IAAI;IAACyB,KAAK,EAAE;MAAEa,IAAI,EAAC;IAAE,CAAE;IAACV,IAAI,EAAE,EAAG;IAACC,KAAK,EAAE/B,MAAM,CAACgC,KAAK,CAACC,QAAS;IAACU,MAAM,EAAC;EAAS,GAAC,YAAgB,CAAC,eACnGlD,KAAA,CAAAiC,aAAA,CAACxB,IAAI;IAAC4B,IAAI,EAAE,EAAG;IAACC,KAAK,EAAE/B,MAAM,CAACgC,KAAK,CAACC,QAAS;IAACU,MAAM,EAAC;EAAU,GAAC,GAAC,EAACT,OAAc,CAC9E,CAAC,eACPzC,KAAA,CAAAiC,aAAA,CAAC7B,IAAI;IAAC8B,KAAK,EAAE;MAAEC,OAAO,EAAC,CAAC;MAAE0B,aAAa,EAAC,KAAK;MAAER,UAAU,EAAC,QAAQ;MAAEkB,WAAW,EAAC;IAAG;EAAE,gBACjFvE,KAAA,CAAAiC,aAAA,CAACxB,IAAI;IAACyB,KAAK,EAAE;MAAEa,IAAI,EAAC;IAAE,CAAE;IAACV,IAAI,EAAE,EAAG;IAACC,KAAK,EAAE/B,MAAM,CAACgC,KAAK,CAACC,QAAS;IAACU,MAAM,EAAC;EAAS,GAAC,8BAAkC,CAAC,eACrHlD,KAAA,CAAAiC,aAAA,CAACxB,IAAI;IAAC4B,IAAI,EAAE,EAAG;IAACC,KAAK,EAAE/B,MAAM,CAACiE,OAAO,CAACC,KAAM;IAACvB,MAAM,EAAC;EAAU,GAAC,GAAC,EAAChC,aAAa,CAACwD,gBAAgB,CAACR,OAAO,CAAC,CAAC,CAAQ,CAC/G,CAAC,eACPlE,KAAA,CAAAiC,aAAA,CAAC7B,IAAI;IAAC8B,KAAK,EAAE;MAAEC,OAAO,EAAC,CAAC;MAAE0B,aAAa,EAAC,KAAK;MAAER,UAAU,EAAC,QAAQ;MAAEsB,cAAc,EAAC,CAAC;MAAEC,cAAc,EAACrE,MAAM,CAACoD,MAAM,CAACS;IAAS;EAAE,gBAC1HpE,KAAA,CAAAiC,aAAA,CAACxB,IAAI;IAACyB,KAAK,EAAE;MAAEa,IAAI,EAAC;IAAE,CAAE;IAACV,IAAI,EAAE,EAAG;IAACC,KAAK,EAAE/B,MAAM,CAACgC,KAAK,CAACC,QAAS;IAACU,MAAM,EAAC;EAAM,GAAC,sBAA0B,CAAC,eAC1GlD,KAAA,CAAAiC,aAAA,CAACxB,IAAI;IAAC4B,IAAI,EAAE,EAAG;IAACC,KAAK,EAAE/B,MAAM,CAACgC,KAAK,CAACC,QAAS;IAACU,MAAM,EAAC;EAAM,GAAC,GAAC,EAACvB,sBAAsB,CAACuC,OAAO,CAAC,CAAC,CAAQ,CACpG,CACJ,CAAC,eAEPlE,KAAA,CAAAiC,aAAA,CAAC7B,IAAI;IAAC4C,QAAQ,EAAC,aAAa;IAACd,KAAK,EAAE;MAAEmC,MAAM,EAAC,CAAC;MAAElC,OAAO,EAAC,EAAE;MAAEuB,eAAe,EAACnD,MAAM,CAACoD,MAAM,CAACW,KAAK;MAAEH,YAAY,EAAC;IAAE;EAAE,gBAC9GnE,KAAA,CAAAiC,aAAA,CAAC7B,IAAI;IAAC8B,KAAK,EAAE;MAAEC,OAAO,EAAC,CAAC;MAAE0B,aAAa,EAAC,KAAK;MAAER,UAAU,EAAC;IAAS;EAAE,gBACjErD,KAAA,CAAAiC,aAAA,CAACxB,IAAI;IAACyB,KAAK,EAAE;MAAEa,IAAI,EAAC;IAAE,CAAE;IAACV,IAAI,EAAE,EAAG;IAACC,KAAK,EAAE/B,MAAM,CAACgC,KAAK,CAACC,QAAS;IAACU,MAAM,EAAC;EAAS,GAAC,aAAiB,CAAC,eACpGlD,KAAA,CAAAiC,aAAA,CAACxB,IAAI;IAAC4B,IAAI,EAAE,EAAG;IAACC,KAAK,EAAE/B,MAAM,CAACgC,KAAK,CAACC,QAAS;IAACU,MAAM,EAAC;EAAU,GAAC,GAAC,EAACjC,cAAc,CAAC4B,eAAe,CAACqB,OAAO,CAAC,CAAC,CAAQ,CAChH,CAAC,eACPlE,KAAA,CAAAiC,aAAA,CAAC7B,IAAI;IAAC8B,KAAK,EAAE;MAAEC,OAAO,EAAC,CAAC;MAAE0B,aAAa,EAAC,KAAK;MAAER,UAAU,EAAC,QAAQ;MAAEkB,WAAW,EAAC;IAAE;EAAE,gBAChFvE,KAAA,CAAAiC,aAAA,CAACxB,IAAI;IAACyB,KAAK,EAAE;MAAEa,IAAI,EAAC;IAAE,CAAE;IAACV,IAAI,EAAE,EAAG;IAACC,KAAK,EAAE/B,MAAM,CAACgC,KAAK,CAACC,QAAS;IAACU,MAAM,EAAC;EAAS,GAAC,qBAAyB,CAAC,eAC5GlD,KAAA,CAAAiC,aAAA,CAACxB,IAAI;IAAC4B,IAAI,EAAE,EAAG;IAACC,KAAK,EAAE/B,MAAM,CAACiE,OAAO,CAACC,KAAM;IAACvB,MAAM,EAAC;EAAU,GAAC,GAAC,EAACjC,cAAc,CAAC6B,uBAAuB,CAACoB,OAAO,CAAC,CAAC,CAAQ,CACvH,CAAC,eACPlE,KAAA,CAAAiC,aAAA,CAAC7B,IAAI;IAAC8B,KAAK,EAAE;MAAEC,OAAO,EAAC,CAAC;MAAE0B,aAAa,EAAC,KAAK;MAAER,UAAU,EAAC,QAAQ;MAAGsB,cAAc,EAAC,CAAC;MAAEC,cAAc,EAACrE,MAAM,CAACoD,MAAM,CAACS;IAAS;EAAE,gBAC3HpE,KAAA,CAAAiC,aAAA,CAACxB,IAAI;IAACyB,KAAK,EAAE;MAAEa,IAAI,EAAC;IAAE,CAAE;IAACV,IAAI,EAAE,EAAG;IAACC,KAAK,EAAE/B,MAAM,CAACgC,KAAK,CAACC,QAAS;IAACU,MAAM,EAAC;EAAM,GAAC,iBAAqB,CAAC,eACrGlD,KAAA,CAAAiC,aAAA,CAACxB,IAAI;IAAC4B,IAAI,EAAE,EAAG;IAACC,KAAK,EAAE/B,MAAM,CAACgC,KAAK,CAACC,QAAS;IAACU,MAAM,EAAC;EAAM,GAAC,GAAC,EAAEN,eAAe,CAAEsB,OAAO,CAAC,CAAC,CAAQ,CAC/F,CACJ,CACJ,CAAC,EACNxC,MAAM,CAACI,MAAM,GAAG,CAAC,gBAClB9B,KAAA,CAAAiC,aAAA,CAAC7B,IAAI;IAAC8B,KAAK,EAAE;MAAE2C,QAAQ,EAAC,UAAU;MAAEC,MAAM,EAAC,CAAC;MAAEC,IAAI,EAAC,CAAC;MAAEC,KAAK,EAAC,CAAC;MAAEX,MAAM,EAAC,EAAE;MAAEF,YAAY,EAAC,CAAC;MAAEhC,OAAO,EAAC,EAAE;MAAEuB,eAAe,EAACnD,MAAM,CAACoD,MAAM,CAACW,KAAK;MAAE,GAAG3D,WAAW,CAACsE;IAAM;EAAE,gBAC9JjF,KAAA,CAAAiC,aAAA,CAACxB,IAAI;IAACyB,KAAK,EAAE;MAAEgD,YAAY,EAAC;IAAG,CAAE;IAAC7C,IAAI,EAAE,EAAG;IAACC,KAAK,EAAE/B,MAAM,CAACgC,KAAK,CAACC;EAAS,GAAC,4CAAgD,CAAC,EAC1Hd,MAAM,CAACyD,GAAG,CAACC,CAAC,IAAI;IACb,oBACIpF,KAAA,CAAAiC,aAAA,CAACxB,IAAI;MAAC4B,IAAI,EAAE,EAAG;MAACC,KAAK,EAAE/B,MAAM,CAACiE,OAAO,CAACa;IAAQ,GAAED,CAAQ,CAAC;EAEjE,CAAC,CACC,CAAC,gBACNpF,KAAA,CAAAiC,aAAA,CAAAjC,KAAA,CAAAsF,QAAA,MAAI,CACH,CAAC,eACPtF,KAAA,CAAAiC,aAAA,CAAC7B,IAAI;IAAC4C,QAAQ,EAAC,YAAY;IAACd,KAAK,EAAE;MAAE2B,aAAa,EAAC,KAAK;MAAE1B,OAAO,EAAC;IAAG;EAAE,gBACnEnC,KAAA,CAAAiC,aAAA,CAACzB,MAAM;IACH0B,KAAK,EAAE;MAAEa,IAAI,EAAC,CAAC;MAAEwC,WAAW,EAAC,CAAC;MAAEC,OAAO,EAAE;IAAE,CAAE;IAC7CC,KAAK,EAAE,QAAS;IAChBC,WAAW,EAAEnF,MAAM,CAACgC,KAAK,CAACoD,QAAS;IACnCC,WAAW,EAAE,CAAE;IACfC,WAAW,EAAEtF,MAAM,CAACgC,KAAK,CAACoD,QAAS;IACnCxD,OAAO,EAAE,EAAG;IACZ2D,OAAO,EAAEA,CAAA,KAAM3E,QAAQ,CAAC;EAAE,CAC7B,CAAC,eACFnB,KAAA,CAAAiC,aAAA,CAACzB,MAAM;IACH0B,KAAK,EAAE;MAAEa,IAAI,EAAC,CAAC;MAAEyC,OAAO,EAAE9D,MAAM,CAACI,MAAM,GAAG,CAAC,GAAG,GAAG,GAAE;IAAE,CAAE;IACvDiE,QAAQ,EAAErE,MAAM,CAACI,MAAM,GAAG,CAAC,GAAG,IAAI,GAAG,KAAM;IAC3C2D,KAAK,EAAE,iBAAkB;IACzBC,WAAW,EAAEnF,MAAM,CAACoD,MAAM,CAACW,KAAM;IACjCZ,eAAe,EAAEnD,MAAM,CAACgC,KAAK,CAACoD,QAAS;IACvCxD,OAAO,EAAE,EAAG;IACZ2D,OAAO,EAAEA,CAAA,KAAMjE,cAAc,CAAC;EAAE,CACnC,CACC,CACJ,CAAC;AAEf,CAAC;AAED,eAAejB,YAAY","ignoreList":[]}
1
+ {"version":3,"names":["React","useEffect","useState","ActivityIndicator","View","ScrollView","ItemOrderApi","ItemOrderHelpers","Colors","Button","Text","TextInput","view_styles","WithdrawCard","wallet_settings","onTransact","player_balance","account","withdraw_limit","deposit_limit","onCancel","draft_order","setDraftOrder","getItemFromServer","item","getItemByIdentifier","genWithdrawOrder","errors","available_for_withdraw","isWithdrawOrderValid","handleTransact","length","total_amount","amount","createElement","style","padding","alignSelf","size","color","brand","midnight","balance","Math","floor","limit_available","ach_daily_limit","last_days_ach_withdraws","flex","nativeID","textAlign","weight","marginTop","justifyContent","alignItems","placeholder","value","onChangeText","text","backgroundColor","shades","shade100","flexDirection","withdraws_per_week","week_withdraw_count","paddingTop","min","toFixed","borderRadius","shade600","margin","white","paddingLeft","utility","error","instant_deposits","borderTopWidth","borderTopColor","position","bottom","left","right","float","marginBottom","map","e","warning","Fragment","marginRight","opacity","title","title_color","electric","borderWidth","borderColor","onPress","disabled"],"sourceRoot":"../../../../src","sources":["Wallet/components/WithdrawCard.tsx"],"mappings":"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","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"file":"OrderManager.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/OrderManager.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAQnD,KAAK,iBAAiB,GAAG;IACrB,OAAO,EAAE,MAAM,IAAI,CAAA;CACtB,CAAA;AAED,QAAA,MAAM,YAAY,gBAAgB,iBAAiB,sBAoFlD,CAAA;AAED,eAAe,YAAY,CAAA"}
1
+ {"version":3,"file":"OrderManager.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/OrderManager.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAQnD,KAAK,iBAAiB,GAAG;IACrB,OAAO,EAAE,MAAM,IAAI,CAAA;CACtB,CAAA;AAED,QAAA,MAAM,YAAY,gBAAgB,iBAAiB,sBAmFlD,CAAA;AAED,eAAe,YAAY,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"WalletSetup.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/WalletSetup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAExC,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAGvD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gCAAgC,CAAC;AAKpE,KAAK,gBAAgB,GAAG;IACpB,MAAM,EAAE,aAAa,CAAC;IACtB,eAAe,EAAE,mBAAmB,CAAC;IACrC,gBAAgB,EAAC,CAAC,EAAE,EAAC,mBAAmB,KAAK,IAAI,CAAC;IAClD,OAAO,CAAC,EAAC,MAAM,IAAI,CAAC;IACpB,MAAM,CAAC,EAAC,MAAM,IAAI,CAAA;CACrB,CAAA;AAED,QAAA,MAAM,WAAW,2DAA2D,gBAAgB,sBAiO3F,CAAA;AAED,eAAe,WAAW,CAAA"}
1
+ {"version":3,"file":"WalletSetup.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/WalletSetup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAExC,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAGvD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gCAAgC,CAAC;AAKpE,KAAK,gBAAgB,GAAG;IACpB,MAAM,EAAE,aAAa,CAAC;IACtB,eAAe,EAAE,mBAAmB,CAAC;IACrC,gBAAgB,EAAC,CAAC,EAAE,EAAC,mBAAmB,KAAK,IAAI,CAAC;IAClD,OAAO,CAAC,EAAC,MAAM,IAAI,CAAC;IACpB,MAAM,CAAC,EAAC,MAAM,IAAI,CAAA;CACrB,CAAA;AAED,QAAA,MAAM,WAAW,2DAA2D,gBAAgB,sBAmO3F,CAAA;AAED,eAAe,WAAW,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"WithdrawCard.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/WithdrawCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,KAAK,EAAE,YAAY,EAAE,cAAc,EAAE,uBAAuB,EAAE,wBAAwB,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAExI,OAAO,KAAK,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AAMxF,KAAK,iBAAiB,GAAG;IACrB,MAAM,EAAC,aAAa,CAAC;IACrB,eAAe,EAAC,mBAAmB,CAAC;IACpC,cAAc,EAAC,kBAAkB,CAAC;IAClC,OAAO,EAAC,YAAY,CAAC;IACrB,aAAa,EAAC,uBAAuB,CAAC;IACtC,cAAc,EAAC,wBAAwB,CAAC;IACxC,UAAU,EAAC,CAAC,WAAW,EAAC,cAAc,KAAK,IAAI,CAAC;IAChD,QAAQ,EAAC,MAAM,IAAI,CAAA;CACtB,CAAA;AACD,QAAA,MAAM,YAAY,sGAAsG,iBAAiB,sBA0HxI,CAAA;AAED,eAAe,YAAY,CAAA"}
1
+ {"version":3,"file":"WithdrawCard.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/WithdrawCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,KAAK,EAAE,YAAY,EAAE,cAAc,EAAE,uBAAuB,EAAE,wBAAwB,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAExI,OAAO,KAAK,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AAMxF,KAAK,iBAAiB,GAAG;IACrB,MAAM,EAAC,aAAa,CAAC;IACrB,eAAe,EAAC,mBAAmB,CAAC;IACpC,cAAc,EAAC,kBAAkB,CAAC;IAClC,OAAO,EAAC,YAAY,CAAC;IACrB,aAAa,EAAC,uBAAuB,CAAC;IACtC,cAAc,EAAC,wBAAwB,CAAC;IACxC,UAAU,EAAC,CAAC,WAAW,EAAC,cAAc,KAAK,IAAI,CAAC;IAChD,QAAQ,EAAC,MAAM,IAAI,CAAA;CACtB,CAAA;AACD,QAAA,MAAM,YAAY,sGAAsG,iBAAiB,sBA4HxI,CAAA;AAED,eAAe,YAAY,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "be-components",
3
- "version": "0.5.5",
3
+ "version": "0.5.7",
4
4
  "description": "Components for BettorEdge Apps",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { View, TouchableOpacity, Image } from 'react-native';
2
+ import { View, TouchableOpacity, Image, ScrollView } from 'react-native';
3
3
  import type { MyPlayerProps } from '../../ProfileManager/api/types';
4
4
  import type { AccountProps } from '../../types';
5
5
  import { Button, Icons, Text } from '../../Components';
@@ -28,7 +28,7 @@ const ACHAddCard = ({ accounts, onClose, onNext, onManualACH, onLinkACH }:Accoun
28
28
  <Text size={26} color={Colors.brand.midnight} weight='bold'>GET ACCESS TO YOUR WINNINGS</Text>
29
29
  <Text style={{ marginTop:10 }} size={16} color={Colors.brand.midnight} weight='regular'>At BettorEdge - we celebrate withdraws! In order to move funds out of your BettorEdge account, you will need to add an eligible bank account.</Text>
30
30
  </View>
31
- <View style={{ flex:1, padding:20 }}>
31
+ <ScrollView style={{ flex:1, padding:20 }}>
32
32
  <Text style={{ marginBottom:20 }} size={18} color={Colors.brand.midnight} weight='bold'>ACH ACCOUNT OPTIONS</Text>
33
33
  <View style={{ padding:20, backgroundColor:Colors.shades.shade600, borderRadius:8 }}>
34
34
  <View style={{ flexDirection:'row' }}>
@@ -88,7 +88,7 @@ const ACHAddCard = ({ accounts, onClose, onNext, onManualACH, onLinkACH }:Accoun
88
88
  </View>
89
89
  }
90
90
  </View>
91
- </View>
91
+ </ScrollView>
92
92
  <View nativeID='action_row' style={{ flexDirection:'row', justifyContent:'space-between', padding:10 }}>
93
93
  <Button
94
94
  title={!ibt_account && !manual_account ? 'DO THIS LATER' : 'All Set!'}
@@ -1,5 +1,5 @@
1
1
  import React, { useEffect, useState } from 'react';
2
- import { FlatList, TouchableOpacity, View } from 'react-native';
2
+ import { FlatList, TouchableOpacity, View, ScrollView } from 'react-native';
3
3
  import type { AccountLimitProps, AccountProps } from '../../types';
4
4
  import { WalletApi, WalletHelpers } from '../api';
5
5
  import { Button, Icons, Text } from '../../Components';
@@ -126,7 +126,7 @@ const AccountLimitManager = ({ account, onCancel, onSetLimit }: AccountLimitMana
126
126
  <Text size={30} color={Colors.brand.midnight} weight='bold'>{account_limit?.status == 'active'?'Update Deposit Limits':'Deposit Limits'}</Text>
127
127
  <Text style={{ marginTop:15 }} size={16} color={Colors.brand.midnight} weight='regular'>Set your own limit for depositing.</Text>
128
128
  </View>
129
- <View style={{ flex:1 }}>
129
+ <ScrollView style={{ flex:1 }}>
130
130
  <View style={{padding:16}}>
131
131
  <Text size={16} color={Colors.brand.cobalt} weight='semibold'>Amount</Text>
132
132
  <TouchableOpacity
@@ -170,7 +170,7 @@ const AccountLimitManager = ({ account, onCancel, onSetLimit }: AccountLimitMana
170
170
  />
171
171
  </View>
172
172
  :<></>}
173
- </View>
173
+ </ScrollView>
174
174
 
175
175
  { valid ?
176
176
  <View nativeID='limit_disclaimer' style={{ margin:10 }}>
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { FlatList, View, TouchableOpacity, Image } from 'react-native';
2
+ import { FlatList, View, TouchableOpacity, Image, ScrollView } from 'react-native';
3
3
  import type { AccountProps } from '../../types';
4
4
  import AccountCard from './AccountCard';
5
5
  import { Button, Icons, Text } from '../../Components';
@@ -36,7 +36,7 @@ const AccountManager = ({ accounts, onSelectAccount, onSelectManualACH, onSelec
36
36
  <Text size={26} color={Colors.brand.midnight} weight='bold'>WALLET ACCOUNTS</Text>
37
37
  <Text style={{ marginTop:10 }} size={16} color={Colors.brand.midnight} weight='regular'>Below are the accounts we have on file for you. Please select one to manage or transact!</Text>
38
38
  </View>
39
- <View style={{ flex:1, padding:10 }}>
39
+ <ScrollView style={{ flex:1, padding:10 }}>
40
40
  {my_accounts.length > 0 ?
41
41
  <View style={{ padding:10 }}>
42
42
  <Text size={16} color={Colors.brand.midnight} weight='bold'>MY ACCOUNTS</Text>
@@ -85,7 +85,7 @@ const AccountManager = ({ accounts, onSelectAccount, onSelectManualACH, onSelec
85
85
  </TouchableOpacity>
86
86
 
87
87
  </View>
88
- </View>
88
+ </ScrollView>
89
89
  <View nativeID='action_row' style={{ padding:20 }}>
90
90
  <Button
91
91
  style={{ flex:1, opacity: 1 }}
@@ -1,5 +1,5 @@
1
1
  import React, { useEffect, useState } from 'react';
2
- import { FlatList, TouchableOpacity, View } from 'react-native';
2
+ import { FlatList, TouchableOpacity, View, ScrollView } from 'react-native';
3
3
  import type { AccountProps, AccountSnoozeProps } from '../../types';
4
4
  import { WalletApi } from '../api';
5
5
  import { Button, Icons, Text } from '../../Components';
@@ -81,7 +81,7 @@ const AccountSnoozeManager = ({ account, onCancel, onSnooze } : AccountSnoozeMan
81
81
  <Text size={30} color={Colors.brand.midnight} weight='bold'>Snooze Account</Text>
82
82
  <Text style={{ marginTop:15 }} size={16} color={Colors.brand.midnight} weight='regular'>Take a break from the real money features of BettorEdge using this account.</Text>
83
83
  </View>
84
- <View style={{ flex:1, padding:16}}>
84
+ <ScrollView style={{ flex:1, padding:16}}>
85
85
  <Text size={16} color={Colors.brand.cobalt} weight='semibold'>Amount</Text>
86
86
  <TouchableOpacity
87
87
  onPress={() => setDropdownVisible(!dropdown_visible)}
@@ -97,7 +97,7 @@ const AccountSnoozeManager = ({ account, onCancel, onSnooze } : AccountSnoozeMan
97
97
  />
98
98
  </View>
99
99
  :<></>}
100
- </View>
100
+ </ScrollView>
101
101
  { valid ?
102
102
  <View nativeID='snooze_disclaimer' style={{ margin:10 }}>
103
103
  <TouchableOpacity style={{ flexDirection:'row', padding:5 }} onPress={() => setDisclaimer(!disclaimer)}>
@@ -1,5 +1,5 @@
1
1
  import React, { useState } from 'react';
2
- import { FlatList, TouchableOpacity, View } from 'react-native';
2
+ import { FlatList, TouchableOpacity, View, ScrollView } from 'react-native';
3
3
  import type { LocationProps, PlayerAddressProps } from '../../types';
4
4
  import type { MyPlayerProps } from '../../ProfileManager/api/types';
5
5
  import { WalletApi, WalletHelpers } from '../api';
@@ -80,7 +80,7 @@ const AddressManager = ({ location, player_addresses, onSelect, onCancel, onAddA
80
80
  <Text size={30} color={Colors.brand.midnight} weight='bold'>CREATE NEW ADDRESS</Text>
81
81
  <Text style={{ marginTop:15 }} size={16} color={Colors.brand.midnight} weight='regular'>Use the form below to create a new address.</Text>
82
82
  </View>
83
- <View style={{ flex:1, padding:20 }}>
83
+ <ScrollView style={{ flex:1, padding:20 }}>
84
84
  <View nativeID='address_name' style={{ backgroundColor:Colors.shades.shade100, borderRadius:4, margin:5, padding:10 }}>
85
85
  <Text size={16} color={Colors.brand.midnight} weight='bold' textAlign='center'>Address Name / Label</Text>
86
86
  <Text style={{ margin:3 }} size={12} color={Colors.brand.midnight} weight='regular' textAlign='center'>Give address a name (i.e., Home) to make it easily identifiable.</Text>
@@ -131,8 +131,8 @@ const AddressManager = ({ location, player_addresses, onSelect, onCancel, onAddA
131
131
  onChangeText={(e) => setDraftAddress({ ...draft_address, zip: e })}
132
132
  />
133
133
  </View>
134
- </View>
135
- <View style={{ flexDirection:'row', padding:10 }}>
134
+ </ScrollView>
135
+ <View style={{ flexDirection:'row', padding:20 }}>
136
136
  <Button
137
137
  style={{ flex:1, marginRight:5, opacity: 1 }}
138
138
  title={'CANCEL'}
@@ -1,5 +1,5 @@
1
1
  import React, { useEffect, useState } from 'react';
2
- import { View, ActivityIndicator, Image } from "react-native";
2
+ import { View, ActivityIndicator, Image, ScrollView } from "react-native";
3
3
  import type { MyPlayerProps } from '../../ProfileManager/api/types';
4
4
  import type { AccountProps, AccountSnoozeProps, CodeRequestProps, ItemOrderProps, PlayerDepositLimitProps, PlayerReferralProps, PromoProps, PublicPlayerProps, RewardOptionProps, WalletSettingsProps } from '../../types';
5
5
  import { ItemOrderApi, ItemOrderHelpers, WalletApi } from '../api';
@@ -62,7 +62,7 @@ const DepositCard = ({ wallet_settings, code_details, account, deposit_limit, on
62
62
  <Text size={26} color={Colors.brand.midnight} weight='bold'>MAKE A DEPOSIT</Text>
63
63
  <Text style={{ marginTop:10 }} size={16} color={Colors.brand.midnight} weight='regular'>In order to participate in real-money activities, you will need to fund your BettorEdge Wallet. Please enter the amount you wish to deposit below.</Text>
64
64
  </View>
65
- <View style={{ flex:1 }}>
65
+ <ScrollView style={{ flex:1 }}>
66
66
  <View nativeID='deposit_amount' style={{ justifyContent:'center', alignItems:'center', padding:20 }}>
67
67
  <Text style={{ marginBottom:5 }} size={14} color={Colors.brand.midnight} weight='regular'>Minumum $25 / Maximum ${ItemOrderHelpers.getDepositAvailable(deposit_limit, account).toFixed(2)}</Text>
68
68
  <TextInput
@@ -110,7 +110,7 @@ const DepositCard = ({ wallet_settings, code_details, account, deposit_limit, on
110
110
  })}
111
111
  </View>
112
112
  :<></>}
113
- </View>
113
+ </ScrollView>
114
114
  {code_details && code_details.code_request?.pending_deposit && code_details.promo && code_details.referrer && ['referral_code','referral_sweepstakes'].includes(code_details.promo.type) ?
115
115
  <View style={{ margin:15, flexDirection:'row', backgroundColor:Colors.shades.white, borderRadius:8, ...view_styles.float }}>
116
116
  <View style={{ justifyContent:'center' }}>
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { View, TouchableOpacity, Image } from 'react-native';
2
+ import { View, TouchableOpacity, Image, ScrollView } from 'react-native';
3
3
  import type { MyPlayerProps } from '../../ProfileManager/api/types';
4
4
  import type { AccountProps, CodeRequestProps, PlayerReferralProps, PromoProps, PublicPlayerProps, RewardOptionProps } from '../../types';
5
5
  import { Button, Icons, Text } from '../../Components';
@@ -40,7 +40,7 @@ const FundAccountCard = ({ accounts, code_details, onClose, onCard, onNext, walk
40
40
  <Text size={26} color={Colors.brand.midnight} weight='bold'>FUND YOUR BETTOREDGE WALLET</Text>
41
41
  <Text style={{ marginTop:10 }} size={16} color={Colors.brand.midnight} weight='regular'>In order to fund your real-money/USD ($) balance, simply make a deposit using the following options</Text>
42
42
  </View>
43
- <View style={{ flex:1, padding:20 }}>
43
+ <ScrollView style={{ flex:1, padding:20 }}>
44
44
  <View nativeID='fund_account_now'>
45
45
  <Text size={18} color={Colors.brand.midnight} weight='bold'>FUND YOUR ACCOUNT NOW</Text>
46
46
  {ibt_placeholder_account ?
@@ -114,7 +114,7 @@ const FundAccountCard = ({ accounts, code_details, onClose, onCard, onNext, walk
114
114
  :<></>}
115
115
  </View>
116
116
  </View>
117
- </View>
117
+ </ScrollView>
118
118
  {code_request?.pending_deposit && promo && referrer && ['referral_code','referral_sweepstakes'].includes(promo.type) ?
119
119
  <View style={{ margin:15, flexDirection:'row', backgroundColor:Colors.shades.white, borderRadius:8, ...view_styles.float }}>
120
120
  <View style={{ justifyContent:'center' }}>
@@ -1,5 +1,5 @@
1
1
  import React, { useState } from 'react';
2
- import { View, TouchableOpacity, FlatList } from "react-native";
2
+ import { View, TouchableOpacity, FlatList, ScrollView } from "react-native";
3
3
  import type { AccountActionProps, AccountProps, ItemOrderProps, PlayerDepositLimitProps, PlayerWithdrawLimitProps, WalletSettingsProps } from '../../types';
4
4
  import { Button, Icons, Text } from '../../Components';
5
5
  import Colors from '../../constants/colors';
@@ -78,7 +78,7 @@ const ManageAccountCard = ({ player, wallet_settings, player_balance, account, d
78
78
  <Text style={{ marginTop:15 }} size={16} color={Colors.brand.midnight} weight='regular'>Below are the available actions that can be performed on this account!</Text>
79
79
  :<></>}
80
80
  </View>
81
- <View style={{ flex:1 }}>
81
+ <ScrollView style={{ flex:1 }}>
82
82
 
83
83
  {active_action == 'select' ?
84
84
  <View style={{flex:1}}>
@@ -138,7 +138,7 @@ const ManageAccountCard = ({ player, wallet_settings, player_balance, account, d
138
138
  }}
139
139
  />
140
140
  :<></>}
141
- </View>
141
+ </ScrollView>
142
142
  </View>
143
143
  )
144
144
  }
@@ -1,5 +1,5 @@
1
1
  import React, { useState } from 'react';
2
- import { View, TouchableOpacity } from "react-native";
2
+ import { View, TouchableOpacity, ScrollView } from "react-native";
3
3
  import { Button, Checkbox, Text, TextInput } from '../../Components';
4
4
  import type { MyPlayerProps } from '../../ProfileManager/api/types';
5
5
  import Colors from '../../constants/colors';
@@ -47,7 +47,7 @@ const ManualACHAdd = ({ player, onAddAccount, onCancel }:ManualACHAddProps) => {
47
47
  <Text size={26} color={Colors.brand.midnight} weight='bold'>MANUAL ACH ACCOUNT</Text>
48
48
  <Text style={{ marginTop:10 }} size={16} color={Colors.brand.midnight} weight='regular'>Complete the form below to add a new ACH account. Once submitted, we will send 2 small deposits to the account to confirm ownership. This process can take up to 3 business days.</Text>
49
49
  </View>
50
- <View style={{ flex:1, padding:20 }}>
50
+ <ScrollView style={{ flex:1, padding:20 }}>
51
51
  <View style={{ marginTop:10 }}>
52
52
  <Text size={14} color={Colors.brand.midnight} weight='semibold'>Name on account</Text>
53
53
  <TextInput
@@ -100,7 +100,7 @@ const ManualACHAdd = ({ player, onAddAccount, onCancel }:ManualACHAddProps) => {
100
100
  <Text style={{ marginTop:5 }} size={14} color={Colors.utility.warning}>Account Number Is Not Valid</Text>
101
101
  :<></>}
102
102
  </View>
103
- </View>
103
+ </ScrollView>
104
104
  <View>
105
105
  <TouchableOpacity style={{ flexDirection:'row', alignItems:'center', paddingLeft:20, paddingRight:20 }} onPress={() => setDisclaimer(!disclaimer)}>
106
106
  <Checkbox size={30} checked={disclaimer} disabled onSelect={() => console.log('')}/>
@@ -1,5 +1,5 @@
1
1
  import React, { useState } from 'react';
2
- import { View, StyleSheet } from "react-native";
2
+ import { View, StyleSheet, ScrollView } from "react-native";
3
3
  import type { MyPlayerProps } from '../../ProfileManager/api/types';
4
4
  import { WalletApi, WalletHelpers } from '../api';
5
5
  import { Button, Icons, Text, TextInput } from '../../Components';
@@ -69,7 +69,7 @@ const ManualCardAdd = ({ player, onAddAccount, onCancel }:ManualCardAddProps) =>
69
69
  <Text size={26} color={Colors.brand.midnight} weight='bold'>NEW CARD ACCOUNT</Text>
70
70
  <Text style={{ marginTop:10 }} size={16} color={Colors.brand.midnight} weight='regular'>Complete the form below to add a new card account. Once successfully added, you can transact immediately.</Text>
71
71
  </View>
72
- <View style={{ flex:1, padding:10, margin:10 }}>
72
+ <ScrollView style={{ flex:1, padding:10, margin:10 }}>
73
73
  <View nativeID='cc_input' style={{ marginTop:10 }}>
74
74
  <View nativeID='card_number' style={{ padding:5 }}>
75
75
  <View style={{ flexDirection:'row', alignItems:'center', padding:10 }}>
@@ -146,7 +146,7 @@ const ManualCardAdd = ({ player, onAddAccount, onCancel }:ManualCardAddProps) =>
146
146
  <Text size={14} color={Colors.utility.warning} weight='semibold'>Expiration date is not valid</Text>
147
147
  :<></>}
148
148
  </View>
149
- </View>
149
+ </ScrollView>
150
150
  {error ?
151
151
  <View style={{ padding:10 }}>
152
152
  <Text size={16} color={Colors.utility.warning} weight='bold' textAlign='center'>{error}</Text>
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { View, TouchableOpacity } from "react-native"
2
+ import { View, TouchableOpacity, ScrollView } from "react-native"
3
3
  import type { MyPlayerProps, PlayerBalanceProps } from '../../ProfileManager/api/types';
4
4
  import type { AccountProps } from '../../types';
5
5
  import { Button, Icons, Text } from '../../Components';
@@ -24,7 +24,7 @@ const MyBalance = ({ player_balance, onClose, onNext }:MyBalanceProps) => {
24
24
  <Text size={26} color={Colors.brand.midnight} weight='bold'>BETTOREDGE BALANCES</Text>
25
25
  <Text style={{ marginTop:10 }} size={16} color={Colors.brand.midnight} weight='regular'>All order and competition activity goes in and out of your BettorEdge balances. The specific balance depends on which app-mode you are in.</Text>
26
26
  </View>
27
- <View style={{ flex:1, padding:10 }}>
27
+ <ScrollView style={{ flex:1, padding:10 }}>
28
28
  <View style={{ padding:10, paddingBottom:0 }}>
29
29
  <Text size={18} color={Colors.brand.midnight} weight='bold' textAlign='left'>APP MODES</Text>
30
30
  </View>
@@ -62,7 +62,7 @@ const MyBalance = ({ player_balance, onClose, onNext }:MyBalanceProps) => {
62
62
  <Text size={16} weight='bold' color={Colors.shades.white}>E{player_balance.free_market_balance.toFixed(2)}</Text>
63
63
  </View>
64
64
  </View>
65
- </View>
65
+ </ScrollView>
66
66
  <View nativeID='action_row' style={{ flexDirection:'row', justifyContent:'space-between', padding:10 }}>
67
67
  <Button
68
68
  title='EXIT SETUP'
@@ -1,5 +1,5 @@
1
1
  import React, { useEffect, useState } from 'react';
2
- import { FlatList, View, ActivityIndicator } from 'react-native';
2
+ import { FlatList, View, ActivityIndicator, ScrollView } from 'react-native';
3
3
  import { ItemOrderApi } from '../api';
4
4
  import type { ItemOrderProps, ItemProps } from '../../types';
5
5
  import ItemOrderCard from './ItemOrderCard';
@@ -30,7 +30,6 @@ const OrderManager = ({ onClose }:OrderManagerProps) => {
30
30
 
31
31
  const getDataFromServer = async(offset:number) => {
32
32
  setLoading(true);
33
- console.log(offset)
34
33
  const my_orders = await ItemOrderApi.getMyItemOrders(offset);
35
34
  setData({
36
35
  items:my_orders.items,
@@ -55,7 +54,7 @@ const OrderManager = ({ onClose }:OrderManagerProps) => {
55
54
  <Text size={26} color={Colors.brand.midnight} weight='bold'>ORDER HISTORY</Text>
56
55
  <Text style={{ marginTop:10 }} size={16} color={Colors.brand.midnight} weight='regular'>Review your order history below. Select an item to see the transaction details.</Text>
57
56
  </View>
58
- <View style={{ flex:1, padding:10 }}>
57
+ <ScrollView style={{ flex:1, padding:10 }}>
59
58
  {loading ?
60
59
  <ActivityIndicator size='large' color={Colors.brand.midnight} />
61
60
  :<></>}
@@ -64,7 +63,7 @@ const OrderManager = ({ onClose }:OrderManagerProps) => {
64
63
  renderItem={renderItemOrders}
65
64
  keyExtractor={(item) => item.item_order_id.toString()}
66
65
  />
67
- </View>
66
+ </ScrollView>
68
67
  <View style={{ flexDirection:'row', alignItems:'center', padding:20, paddingBottom:0 }}>
69
68
  <Button
70
69
  style={{ opacity: offset > 0 ? 1 : 0.5 }}
@@ -1,5 +1,5 @@
1
1
  import React, { useState } from 'react';
2
- import { View } from 'react-native';
2
+ import { View, ScrollView } from 'react-native';
3
3
  import { Button, Text, TextInput } from '../../Components';
4
4
  import Colors from '../../constants/colors';
5
5
  import { WalletApi, WalletHelpers } from '../api';
@@ -59,7 +59,7 @@ const VerifyACHAccount = ({ account, onClose, onUpdateAccount }:VerifyACHWidgetP
59
59
  <Text size={26} color={Colors.brand.midnight} weight='bold'>VERIFY ACCOUNT</Text>
60
60
  <Text style={{ marginTop:10 }} size={16} color={Colors.brand.midnight} weight='regular'>Verify this account by entering the two deposit amounts received from Bettoredge when setting up the account.</Text>
61
61
  </View>
62
- <View nativeID='verify_inputs' style={{ flex:1, margin:20 }}>
62
+ <ScrollView nativeID='verify_inputs' style={{ flex:1, margin:20 }}>
63
63
  <View style={{marginTop:30}}>
64
64
  <Text textAlign='center' size={16} color={Colors.brand.midnight} weight='semibold'>Deposit 1</Text>
65
65
  <TextInput
@@ -88,7 +88,7 @@ const VerifyACHAccount = ({ account, onClose, onUpdateAccount }:VerifyACHWidgetP
88
88
  <Text style={{ marginTop:10 }} textAlign='center' size={14} color={Colors.utility.warning} weight='bold'>{error}</Text>
89
89
  :<></>}
90
90
 
91
- </View>
91
+ </ScrollView>
92
92
  {account.status == 'verify' ?
93
93
  <View nativeID='verify_actions' style={{ flexDirection:'row', padding:20 }}>
94
94
  <Button
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import { useState } from "react"
3
3
  import type { MyPlayerProps } from '../../ProfileManager/api/types';
4
4
  import type { PlayerDepositLimitProps, PlayerReferralProps, PlayerWithdrawLimitProps, PromoProps } from '../../types';
5
- import { View, TouchableOpacity } from 'react-native';
5
+ import { View, TouchableOpacity, ScrollView } from 'react-native';
6
6
  import { Button, Icons, Text } from '../../Components';
7
7
  import Colors from '../../constants/colors';
8
8
  import { WalletHelpers } from '../api';
@@ -57,7 +57,7 @@ const WalletSettings = ({ player, my_referral, deposit_limit, withdraw_limit, on
57
57
  <Text weight={active_tab == 'referral'?'bold':'regular'} textAlign="center" size={14} color={active_tab=='referral'?Colors.shades.white:Colors.brand.midnight}>Referral</Text>
58
58
  </TouchableOpacity>
59
59
  </View>
60
- <View nativeID="settings" style={{ flex:1, marginLeft:10, marginRight:10, borderRightWidth:1, borderLeftWidth:1, borderBottomWidth:1, borderColor:Colors.shades.shade600 }}>
60
+ <ScrollView nativeID="settings" style={{ flex:1, marginLeft:10, marginRight:10, borderRightWidth:1, borderLeftWidth:1, borderBottomWidth:1, borderColor:Colors.shades.shade600 }}>
61
61
  {active_tab == 'deposit' ?
62
62
  <View>
63
63
  {deposit_limit ?
@@ -197,7 +197,7 @@ const WalletSettings = ({ player, my_referral, deposit_limit, withdraw_limit, on
197
197
  :<></>}
198
198
  </View>
199
199
  :<></>}
200
- </View>
200
+ </ScrollView>
201
201
  {false && player?.type == 'freemium' ?
202
202
  <View style={{ backgroundColor:Colors.shades.shade600, borderRadius:8, padding:10, margin:10 }}>
203
203
  <Text size={14} color={Colors.brand.midnight} weight='semibold' textAlign="center">Want better limits and higher referral awards?</Text>
@@ -1,5 +1,5 @@
1
1
  import React, { useState } from 'react';
2
- import { View, Image, TouchableOpacity, Linking } from "react-native";
2
+ import { View, Image, TouchableOpacity, Linking, ScrollView } from "react-native";
3
3
  import type { WalletSettingsProps } from '../../types';
4
4
  import { Button, Checkbox, Icons, Text, TextInput } from '../../Components';
5
5
  import Colors from '../../constants/colors';
@@ -64,6 +64,7 @@ const WalletSetup = ({ wallet_settings, onSettingsUpdate, onClose, onNext }:Wall
64
64
  <Text style={{ marginTop:10 }} size={16} color={Colors.brand.midnight} weight='regular'>Welcome to your wallet. Please enter your security pin to continue!</Text>
65
65
  }
66
66
  </View>
67
+ <ScrollView style={{ flex:1 }}>
67
68
  {!wallet_settings.agreed_to_terms ?
68
69
  <View style={{ flex:1, padding:20 }}>
69
70
  <View>
@@ -170,6 +171,7 @@ const WalletSetup = ({ wallet_settings, onSettingsUpdate, onClose, onNext }:Wall
170
171
  </View>
171
172
  </View>
172
173
  }
174
+ </ScrollView>
173
175
  <View style={{ flexDirection:'row', padding:20 }}>
174
176
  {!wallet_settings.agreed_to_terms && onClose ?
175
177
  <View style={{ flex:1, flexDirection:'row' }}>
@@ -1,5 +1,5 @@
1
1
  import React, { useEffect, useState } from 'react';
2
- import { ActivityIndicator, View } from "react-native";
2
+ import { ActivityIndicator, View, ScrollView } from "react-native";
3
3
  import type { AccountProps, ItemOrderProps, PlayerDepositLimitProps, PlayerWithdrawLimitProps, WalletSettingsProps } from '../../types';
4
4
  import { ItemOrderApi, ItemOrderHelpers } from '../api';
5
5
  import type { MyPlayerProps, PlayerBalanceProps } from '../../ProfileManager/api/types';
@@ -57,6 +57,7 @@ const WithdrawCard = ({ wallet_settings, onTransact, player_balance, account, wi
57
57
  <Text size={28} textAlign='center' weight='bold' color={Colors.brand.midnight}>Withdraw to your bank</Text>
58
58
  <Text style={{ marginTop:10 }} size={14} textAlign='center' weight='regular' color={Colors.brand.midnight}>Withdraws can take up to 3 business days</Text>
59
59
  </View>
60
+ <ScrollView style={{ flex:1 }}>
60
61
  <View style={{ flex:1 }}>
61
62
  <View nativeID='deposit_amount' style={{ justifyContent:'center', alignItems:'center', padding:20 }}>
62
63
  <TextInput
@@ -118,6 +119,7 @@ const WithdrawCard = ({ wallet_settings, onTransact, player_balance, account, wi
118
119
  </View>
119
120
  :<></>}
120
121
  </View>
122
+ </ScrollView>
121
123
  <View nativeID='action_row' style={{ flexDirection:'row', padding:20 }}>
122
124
  <Button
123
125
  style={{ flex:1, marginRight:5, opacity: 1 }}