be-components 3.7.0 → 3.7.1

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 (229) hide show
  1. package/lib/commonjs/Checkout/components/AccountSummaryCard.js +2 -0
  2. package/lib/commonjs/Checkout/components/AccountSummaryCard.js.map +1 -1
  3. package/lib/commonjs/Checkout/index.js +3 -0
  4. package/lib/commonjs/Checkout/index.js.map +1 -1
  5. package/lib/commonjs/Competition/components/WagerPickForm.js +2 -1
  6. package/lib/commonjs/Competition/components/WagerPickForm.js.map +1 -1
  7. package/lib/commonjs/Competition/index.js +2 -0
  8. package/lib/commonjs/Competition/index.js.map +1 -1
  9. package/lib/commonjs/Components/Themed.js +2 -4
  10. package/lib/commonjs/Components/Themed.js.map +1 -1
  11. package/lib/commonjs/Engage/components/PrivateCodePrompt.js +2 -0
  12. package/lib/commonjs/Engage/components/PrivateCodePrompt.js.map +1 -1
  13. package/lib/commonjs/Engage/index.js +2 -0
  14. package/lib/commonjs/Engage/index.js.map +1 -1
  15. package/lib/commonjs/MarketComponents/components/BestAvailableOrderCard.js +2 -1
  16. package/lib/commonjs/MarketComponents/components/BestAvailableOrderCard.js.map +1 -1
  17. package/lib/commonjs/ProfileManager/Components/BasicInfoManager.js +3 -6
  18. package/lib/commonjs/ProfileManager/Components/BasicInfoManager.js.map +1 -1
  19. package/lib/commonjs/ProfileManager/Components/DOBManager.js +0 -1
  20. package/lib/commonjs/ProfileManager/Components/DOBManager.js.map +1 -1
  21. package/lib/commonjs/ProfileManager/Components/EmailManager.js +1 -2
  22. package/lib/commonjs/ProfileManager/Components/EmailManager.js.map +1 -1
  23. package/lib/commonjs/ProfileManager/Components/PasswordManager.js +1 -3
  24. package/lib/commonjs/ProfileManager/Components/PasswordManager.js.map +1 -1
  25. package/lib/commonjs/ProfileManager/Components/PhoneManager.js +0 -2
  26. package/lib/commonjs/ProfileManager/Components/PhoneManager.js.map +1 -1
  27. package/lib/commonjs/ProfileManager/Components/SettingsManager.js +0 -1
  28. package/lib/commonjs/ProfileManager/Components/SettingsManager.js.map +1 -1
  29. package/lib/commonjs/Wallet/components/AddressManager.js +6 -0
  30. package/lib/commonjs/Wallet/components/AddressManager.js.map +1 -1
  31. package/lib/commonjs/Wallet/components/DepositCard.js +2 -0
  32. package/lib/commonjs/Wallet/components/DepositCard.js.map +1 -1
  33. package/lib/commonjs/Wallet/components/ManualACHAdd.js +6 -1
  34. package/lib/commonjs/Wallet/components/ManualACHAdd.js.map +1 -1
  35. package/lib/commonjs/Wallet/components/ManualCardAdd.js +6 -1
  36. package/lib/commonjs/Wallet/components/ManualCardAdd.js.map +1 -1
  37. package/lib/commonjs/Wallet/components/VerifyACHAccount.js +32 -47
  38. package/lib/commonjs/Wallet/components/VerifyACHAccount.js.map +1 -1
  39. package/lib/commonjs/Wallet/components/WalletSetup.js +4 -1
  40. package/lib/commonjs/Wallet/components/WalletSetup.js.map +1 -1
  41. package/lib/commonjs/Wallet/components/WithdrawCard.js +2 -0
  42. package/lib/commonjs/Wallet/components/WithdrawCard.js.map +1 -1
  43. package/lib/commonjs/Wallet/index.js +12 -1
  44. package/lib/commonjs/Wallet/index.js.map +1 -1
  45. package/lib/commonjs/constants/useColors.js +2 -0
  46. package/lib/commonjs/constants/useColors.js.map +1 -1
  47. package/lib/module/Checkout/components/AccountSummaryCard.js +2 -0
  48. package/lib/module/Checkout/components/AccountSummaryCard.js.map +1 -1
  49. package/lib/module/Checkout/index.js +3 -0
  50. package/lib/module/Checkout/index.js.map +1 -1
  51. package/lib/module/Competition/components/WagerPickForm.js +2 -1
  52. package/lib/module/Competition/components/WagerPickForm.js.map +1 -1
  53. package/lib/module/Competition/index.js +2 -0
  54. package/lib/module/Competition/index.js.map +1 -1
  55. package/lib/module/Components/Themed.js +2 -4
  56. package/lib/module/Components/Themed.js.map +1 -1
  57. package/lib/module/Engage/components/PrivateCodePrompt.js +2 -0
  58. package/lib/module/Engage/components/PrivateCodePrompt.js.map +1 -1
  59. package/lib/module/Engage/index.js +2 -0
  60. package/lib/module/Engage/index.js.map +1 -1
  61. package/lib/module/MarketComponents/components/BestAvailableOrderCard.js +2 -1
  62. package/lib/module/MarketComponents/components/BestAvailableOrderCard.js.map +1 -1
  63. package/lib/module/ProfileManager/Components/BasicInfoManager.js +3 -6
  64. package/lib/module/ProfileManager/Components/BasicInfoManager.js.map +1 -1
  65. package/lib/module/ProfileManager/Components/DOBManager.js +0 -1
  66. package/lib/module/ProfileManager/Components/DOBManager.js.map +1 -1
  67. package/lib/module/ProfileManager/Components/EmailManager.js +1 -2
  68. package/lib/module/ProfileManager/Components/EmailManager.js.map +1 -1
  69. package/lib/module/ProfileManager/Components/PasswordManager.js +1 -3
  70. package/lib/module/ProfileManager/Components/PasswordManager.js.map +1 -1
  71. package/lib/module/ProfileManager/Components/PhoneManager.js +0 -2
  72. package/lib/module/ProfileManager/Components/PhoneManager.js.map +1 -1
  73. package/lib/module/ProfileManager/Components/SettingsManager.js +0 -1
  74. package/lib/module/ProfileManager/Components/SettingsManager.js.map +1 -1
  75. package/lib/module/Wallet/components/AddressManager.js +6 -0
  76. package/lib/module/Wallet/components/AddressManager.js.map +1 -1
  77. package/lib/module/Wallet/components/DepositCard.js +2 -0
  78. package/lib/module/Wallet/components/DepositCard.js.map +1 -1
  79. package/lib/module/Wallet/components/ManualACHAdd.js +6 -1
  80. package/lib/module/Wallet/components/ManualACHAdd.js.map +1 -1
  81. package/lib/module/Wallet/components/ManualCardAdd.js +6 -1
  82. package/lib/module/Wallet/components/ManualCardAdd.js.map +1 -1
  83. package/lib/module/Wallet/components/VerifyACHAccount.js +16 -31
  84. package/lib/module/Wallet/components/VerifyACHAccount.js.map +1 -1
  85. package/lib/module/Wallet/components/WalletSetup.js +4 -1
  86. package/lib/module/Wallet/components/WalletSetup.js.map +1 -1
  87. package/lib/module/Wallet/components/WithdrawCard.js +2 -0
  88. package/lib/module/Wallet/components/WithdrawCard.js.map +1 -1
  89. package/lib/module/Wallet/index.js +12 -1
  90. package/lib/module/Wallet/index.js.map +1 -1
  91. package/lib/module/constants/useColors.js +2 -0
  92. package/lib/module/constants/useColors.js.map +1 -1
  93. package/lib/typescript/lib/commonjs/Checkout/components/AccountSummaryCard.d.ts +2 -1
  94. package/lib/typescript/lib/commonjs/Checkout/components/AccountSummaryCard.d.ts.map +1 -1
  95. package/lib/typescript/lib/commonjs/Checkout/index.d.ts +2 -1
  96. package/lib/typescript/lib/commonjs/Checkout/index.d.ts.map +1 -1
  97. package/lib/typescript/lib/commonjs/Competition/components/WagerPickForm.d.ts +2 -1
  98. package/lib/typescript/lib/commonjs/Competition/components/WagerPickForm.d.ts.map +1 -1
  99. package/lib/typescript/lib/commonjs/Competition/index.d.ts +2 -1
  100. package/lib/typescript/lib/commonjs/Competition/index.d.ts.map +1 -1
  101. package/lib/typescript/lib/commonjs/Components/Themed.d.ts.map +1 -1
  102. package/lib/typescript/lib/commonjs/Engage/components/PrivateCodePrompt.d.ts +2 -1
  103. package/lib/typescript/lib/commonjs/Engage/components/PrivateCodePrompt.d.ts.map +1 -1
  104. package/lib/typescript/lib/commonjs/Engage/index.d.ts +2 -1
  105. package/lib/typescript/lib/commonjs/Engage/index.d.ts.map +1 -1
  106. package/lib/typescript/lib/commonjs/MarketComponents/components/BestAvailableOrderCard.d.ts.map +1 -1
  107. package/lib/typescript/lib/commonjs/ProfileManager/Components/BasicInfoManager.d.ts.map +1 -1
  108. package/lib/typescript/lib/commonjs/ProfileManager/Components/DOBManager.d.ts.map +1 -1
  109. package/lib/typescript/lib/commonjs/ProfileManager/Components/EmailManager.d.ts.map +1 -1
  110. package/lib/typescript/lib/commonjs/ProfileManager/Components/PasswordManager.d.ts.map +1 -1
  111. package/lib/typescript/lib/commonjs/ProfileManager/Components/PhoneManager.d.ts.map +1 -1
  112. package/lib/typescript/lib/commonjs/ProfileManager/Components/SettingsManager.d.ts.map +1 -1
  113. package/lib/typescript/lib/commonjs/Wallet/components/AddressManager.d.ts +2 -1
  114. package/lib/typescript/lib/commonjs/Wallet/components/AddressManager.d.ts.map +1 -1
  115. package/lib/typescript/lib/commonjs/Wallet/components/DepositCard.d.ts +2 -1
  116. package/lib/typescript/lib/commonjs/Wallet/components/DepositCard.d.ts.map +1 -1
  117. package/lib/typescript/lib/commonjs/Wallet/components/ManualACHAdd.d.ts +2 -1
  118. package/lib/typescript/lib/commonjs/Wallet/components/ManualACHAdd.d.ts.map +1 -1
  119. package/lib/typescript/lib/commonjs/Wallet/components/ManualCardAdd.d.ts +2 -1
  120. package/lib/typescript/lib/commonjs/Wallet/components/ManualCardAdd.d.ts.map +1 -1
  121. package/lib/typescript/lib/commonjs/Wallet/components/VerifyACHAccount.d.ts +2 -1
  122. package/lib/typescript/lib/commonjs/Wallet/components/VerifyACHAccount.d.ts.map +1 -1
  123. package/lib/typescript/lib/commonjs/Wallet/components/WalletSetup.d.ts +2 -1
  124. package/lib/typescript/lib/commonjs/Wallet/components/WalletSetup.d.ts.map +1 -1
  125. package/lib/typescript/lib/commonjs/Wallet/components/WithdrawCard.d.ts +2 -1
  126. package/lib/typescript/lib/commonjs/Wallet/components/WithdrawCard.d.ts.map +1 -1
  127. package/lib/typescript/lib/commonjs/Wallet/index.d.ts +2 -1
  128. package/lib/typescript/lib/commonjs/Wallet/index.d.ts.map +1 -1
  129. package/lib/typescript/lib/commonjs/constants/useColors.d.ts +1 -0
  130. package/lib/typescript/lib/commonjs/constants/useColors.d.ts.map +1 -1
  131. package/lib/typescript/lib/module/Checkout/components/AccountSummaryCard.d.ts +2 -1
  132. package/lib/typescript/lib/module/Checkout/components/AccountSummaryCard.d.ts.map +1 -1
  133. package/lib/typescript/lib/module/Checkout/index.d.ts +2 -1
  134. package/lib/typescript/lib/module/Checkout/index.d.ts.map +1 -1
  135. package/lib/typescript/lib/module/Competition/components/WagerPickForm.d.ts +2 -1
  136. package/lib/typescript/lib/module/Competition/components/WagerPickForm.d.ts.map +1 -1
  137. package/lib/typescript/lib/module/Competition/index.d.ts +2 -1
  138. package/lib/typescript/lib/module/Competition/index.d.ts.map +1 -1
  139. package/lib/typescript/lib/module/Components/Themed.d.ts.map +1 -1
  140. package/lib/typescript/lib/module/Engage/components/PrivateCodePrompt.d.ts +2 -1
  141. package/lib/typescript/lib/module/Engage/components/PrivateCodePrompt.d.ts.map +1 -1
  142. package/lib/typescript/lib/module/Engage/index.d.ts +2 -1
  143. package/lib/typescript/lib/module/Engage/index.d.ts.map +1 -1
  144. package/lib/typescript/lib/module/MarketComponents/components/BestAvailableOrderCard.d.ts.map +1 -1
  145. package/lib/typescript/lib/module/ProfileManager/Components/BasicInfoManager.d.ts.map +1 -1
  146. package/lib/typescript/lib/module/ProfileManager/Components/DOBManager.d.ts.map +1 -1
  147. package/lib/typescript/lib/module/ProfileManager/Components/EmailManager.d.ts.map +1 -1
  148. package/lib/typescript/lib/module/ProfileManager/Components/PasswordManager.d.ts.map +1 -1
  149. package/lib/typescript/lib/module/ProfileManager/Components/PhoneManager.d.ts.map +1 -1
  150. package/lib/typescript/lib/module/ProfileManager/Components/SettingsManager.d.ts.map +1 -1
  151. package/lib/typescript/lib/module/Wallet/components/AddressManager.d.ts +2 -1
  152. package/lib/typescript/lib/module/Wallet/components/AddressManager.d.ts.map +1 -1
  153. package/lib/typescript/lib/module/Wallet/components/DepositCard.d.ts +2 -1
  154. package/lib/typescript/lib/module/Wallet/components/DepositCard.d.ts.map +1 -1
  155. package/lib/typescript/lib/module/Wallet/components/ManualACHAdd.d.ts +2 -1
  156. package/lib/typescript/lib/module/Wallet/components/ManualACHAdd.d.ts.map +1 -1
  157. package/lib/typescript/lib/module/Wallet/components/ManualCardAdd.d.ts +2 -1
  158. package/lib/typescript/lib/module/Wallet/components/ManualCardAdd.d.ts.map +1 -1
  159. package/lib/typescript/lib/module/Wallet/components/VerifyACHAccount.d.ts +3 -3
  160. package/lib/typescript/lib/module/Wallet/components/VerifyACHAccount.d.ts.map +1 -1
  161. package/lib/typescript/lib/module/Wallet/components/WalletSetup.d.ts +2 -1
  162. package/lib/typescript/lib/module/Wallet/components/WalletSetup.d.ts.map +1 -1
  163. package/lib/typescript/lib/module/Wallet/components/WithdrawCard.d.ts +2 -1
  164. package/lib/typescript/lib/module/Wallet/components/WithdrawCard.d.ts.map +1 -1
  165. package/lib/typescript/lib/module/Wallet/index.d.ts +2 -1
  166. package/lib/typescript/lib/module/Wallet/index.d.ts.map +1 -1
  167. package/lib/typescript/lib/module/constants/useColors.d.ts +1 -0
  168. package/lib/typescript/lib/module/constants/useColors.d.ts.map +1 -1
  169. package/lib/typescript/src/Checkout/components/AccountSummaryCard.d.ts +3 -2
  170. package/lib/typescript/src/Checkout/components/AccountSummaryCard.d.ts.map +1 -1
  171. package/lib/typescript/src/Checkout/index.d.ts +3 -2
  172. package/lib/typescript/src/Checkout/index.d.ts.map +1 -1
  173. package/lib/typescript/src/Competition/components/WagerPickForm.d.ts +3 -2
  174. package/lib/typescript/src/Competition/components/WagerPickForm.d.ts.map +1 -1
  175. package/lib/typescript/src/Competition/index.d.ts +3 -2
  176. package/lib/typescript/src/Competition/index.d.ts.map +1 -1
  177. package/lib/typescript/src/Components/Themed.d.ts.map +1 -1
  178. package/lib/typescript/src/Engage/components/PrivateCodePrompt.d.ts +3 -2
  179. package/lib/typescript/src/Engage/components/PrivateCodePrompt.d.ts.map +1 -1
  180. package/lib/typescript/src/Engage/index.d.ts +3 -2
  181. package/lib/typescript/src/Engage/index.d.ts.map +1 -1
  182. package/lib/typescript/src/ProfileManager/Components/BasicInfoManager.d.ts.map +1 -1
  183. package/lib/typescript/src/ProfileManager/Components/DOBManager.d.ts.map +1 -1
  184. package/lib/typescript/src/ProfileManager/Components/EmailManager.d.ts.map +1 -1
  185. package/lib/typescript/src/ProfileManager/Components/PasswordManager.d.ts.map +1 -1
  186. package/lib/typescript/src/ProfileManager/Components/PhoneManager.d.ts.map +1 -1
  187. package/lib/typescript/src/ProfileManager/Components/SettingsManager.d.ts.map +1 -1
  188. package/lib/typescript/src/Wallet/components/AddressManager.d.ts +3 -2
  189. package/lib/typescript/src/Wallet/components/AddressManager.d.ts.map +1 -1
  190. package/lib/typescript/src/Wallet/components/DepositCard.d.ts +3 -2
  191. package/lib/typescript/src/Wallet/components/DepositCard.d.ts.map +1 -1
  192. package/lib/typescript/src/Wallet/components/ManualACHAdd.d.ts +3 -2
  193. package/lib/typescript/src/Wallet/components/ManualACHAdd.d.ts.map +1 -1
  194. package/lib/typescript/src/Wallet/components/ManualCardAdd.d.ts +3 -2
  195. package/lib/typescript/src/Wallet/components/ManualCardAdd.d.ts.map +1 -1
  196. package/lib/typescript/src/Wallet/components/VerifyACHAccount.d.ts +3 -2
  197. package/lib/typescript/src/Wallet/components/VerifyACHAccount.d.ts.map +1 -1
  198. package/lib/typescript/src/Wallet/components/WalletSetup.d.ts +3 -2
  199. package/lib/typescript/src/Wallet/components/WalletSetup.d.ts.map +1 -1
  200. package/lib/typescript/src/Wallet/components/WithdrawCard.d.ts +3 -2
  201. package/lib/typescript/src/Wallet/components/WithdrawCard.d.ts.map +1 -1
  202. package/lib/typescript/src/Wallet/index.d.ts +3 -2
  203. package/lib/typescript/src/Wallet/index.d.ts.map +1 -1
  204. package/lib/typescript/src/constants/useColors.d.ts +1 -0
  205. package/lib/typescript/src/constants/useColors.d.ts.map +1 -1
  206. package/package.json +1 -1
  207. package/src/Checkout/components/AccountSummaryCard.tsx +4 -2
  208. package/src/Checkout/index.tsx +5 -2
  209. package/src/Competition/components/WagerPickForm.tsx +4 -3
  210. package/src/Competition/index.tsx +4 -2
  211. package/src/Components/Themed.tsx +3 -4
  212. package/src/Engage/components/PrivateCodePrompt.tsx +4 -2
  213. package/src/Engage/index.tsx +4 -2
  214. package/src/MarketComponents/components/BestAvailableOrderCard.tsx +2 -2
  215. package/src/ProfileManager/Components/BasicInfoManager.tsx +5 -3
  216. package/src/ProfileManager/Components/DOBManager.tsx +0 -1
  217. package/src/ProfileManager/Components/EmailManager.tsx +1 -4
  218. package/src/ProfileManager/Components/PasswordManager.tsx +1 -4
  219. package/src/ProfileManager/Components/PhoneManager.tsx +1 -4
  220. package/src/ProfileManager/Components/SettingsManager.tsx +0 -1
  221. package/src/Wallet/components/AddressManager.tsx +9 -3
  222. package/src/Wallet/components/DepositCard.tsx +4 -2
  223. package/src/Wallet/components/ManualACHAdd.tsx +7 -2
  224. package/src/Wallet/components/ManualCardAdd.tsx +7 -2
  225. package/src/Wallet/components/VerifyACHAccount.tsx +17 -28
  226. package/src/Wallet/components/WalletSetup.tsx +6 -3
  227. package/src/Wallet/components/WithdrawCard.tsx +4 -2
  228. package/src/Wallet/index.tsx +14 -3
  229. package/src/constants/useColors.tsx +2 -0
@@ -1,7 +1,8 @@
1
1
  export default PrivateCodePrompt;
2
- declare function PrivateCodePrompt({ onFoundCompetition, onFoundSquaresCompetition, onFoundSeason, onFoundBracket, onClose }: {
2
+ declare function PrivateCodePrompt({ onFoundCompetition, onFoundSquaresCompetition, onFocusPosition, onFoundSeason, onFoundBracket, onClose }: {
3
3
  onFoundCompetition: any;
4
4
  onFoundSquaresCompetition: any;
5
+ onFocusPosition: any;
5
6
  onFoundSeason: any;
6
7
  onFoundBracket: any;
7
8
  onClose: any;
@@ -1 +1 @@
1
- {"version":3,"file":"PrivateCodePrompt.d.ts","sourceRoot":"","sources":["../../../../../module/Engage/components/PrivateCodePrompt.js"],"names":[],"mappings":";AAKA;;;;;;kGAgJC;kBArJ+B,OAAO"}
1
+ {"version":3,"file":"PrivateCodePrompt.d.ts","sourceRoot":"","sources":["../../../../../module/Engage/components/PrivateCodePrompt.js"],"names":[],"mappings":";AAKA;;;;;;;kGAkJC;kBAvJ+B,OAAO"}
@@ -1,5 +1,5 @@
1
1
  export default EngageModule;
2
- declare function EngageModule({ insets, onSelectBracketCompetition, onSelectCompetition, onSelectSquaresCompetition, onSelectCompetitionSeason, onCreateSeason, onCreateCompetition, onCreateBracketCompetition, onCreateSquares, onManage, onEvent, onSelectCompany }: {
2
+ declare function EngageModule({ insets, onSelectBracketCompetition, onSelectCompetition, onSelectSquaresCompetition, onSelectCompetitionSeason, onCreateSeason, onCreateCompetition, onCreateBracketCompetition, onCreateSquares, onFocusPosition, onManage, onEvent, onSelectCompany }: {
3
3
  insets: any;
4
4
  onSelectBracketCompetition: any;
5
5
  onSelectCompetition: any;
@@ -9,6 +9,7 @@ declare function EngageModule({ insets, onSelectBracketCompetition, onSelectComp
9
9
  onCreateCompetition: any;
10
10
  onCreateBracketCompetition: any;
11
11
  onCreateSquares: any;
12
+ onFocusPosition: any;
12
13
  onManage: any;
13
14
  onEvent: any;
14
15
  onSelectCompany: any;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/Engage/index.js"],"names":[],"mappings":";AAeA;;;;;;;;;;;;;kGAmdC;kBAle0C,OAAO"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/Engage/index.js"],"names":[],"mappings":";AAeA;;;;;;;;;;;;;;kGAqdC;kBApe0C,OAAO"}
@@ -1 +1 @@
1
- {"version":3,"file":"BestAvailableOrderCard.d.ts","sourceRoot":"","sources":["../../../../../module/MarketComponents/components/BestAvailableOrderCard.js"],"names":[],"mappings":";AAOA;;;;;;;;;kGA6HC;kBApIiB,OAAO"}
1
+ {"version":3,"file":"BestAvailableOrderCard.d.ts","sourceRoot":"","sources":["../../../../../module/MarketComponents/components/BestAvailableOrderCard.js"],"names":[],"mappings":";AAOA;;;;;;;;;kGA8HC;kBArIiB,OAAO"}
@@ -1 +1 @@
1
- {"version":3,"file":"BasicInfoManager.d.ts","sourceRoot":"","sources":["../../../../../module/ProfileManager/Components/BasicInfoManager.js"],"names":[],"mappings":";AAQA;;;;;;;kGAuRC;kBA/R0C,OAAO"}
1
+ {"version":3,"file":"BasicInfoManager.d.ts","sourceRoot":"","sources":["../../../../../module/ProfileManager/Components/BasicInfoManager.js"],"names":[],"mappings":";AAQA;;;;;;;kGAoRC;kBA5R0C,OAAO"}
@@ -1 +1 @@
1
- {"version":3,"file":"DOBManager.d.ts","sourceRoot":"","sources":["../../../../../module/ProfileManager/Components/DOBManager.js"],"names":[],"mappings":";AASA;;;;;;;kGAqMC;kBA9M0C,OAAO"}
1
+ {"version":3,"file":"DOBManager.d.ts","sourceRoot":"","sources":["../../../../../module/ProfileManager/Components/DOBManager.js"],"names":[],"mappings":";AASA;;;;;;;kGAoMC;kBA7M0C,OAAO"}
@@ -1 +1 @@
1
- {"version":3,"file":"EmailManager.d.ts","sourceRoot":"","sources":["../../../../../module/ProfileManager/Components/EmailManager.js"],"names":[],"mappings":";AAOA;;;;;;;kGA0SC;kBAjT0C,OAAO"}
1
+ {"version":3,"file":"EmailManager.d.ts","sourceRoot":"","sources":["../../../../../module/ProfileManager/Components/EmailManager.js"],"names":[],"mappings":";AAOA;;;;;;;kGAySC;kBAhT0C,OAAO"}
@@ -1 +1 @@
1
- {"version":3,"file":"PasswordManager.d.ts","sourceRoot":"","sources":["../../../../../module/ProfileManager/Components/PasswordManager.js"],"names":[],"mappings":";AAQA;;;;;;;kGAmUC;kBA3U0C,OAAO"}
1
+ {"version":3,"file":"PasswordManager.d.ts","sourceRoot":"","sources":["../../../../../module/ProfileManager/Components/PasswordManager.js"],"names":[],"mappings":";AAQA;;;;;;;kGAiUC;kBAzU0C,OAAO"}
@@ -1 +1 @@
1
- {"version":3,"file":"PhoneManager.d.ts","sourceRoot":"","sources":["../../../../../module/ProfileManager/Components/PhoneManager.js"],"names":[],"mappings":";AAQA;;;;;;;kGA0SC;kBAlT0C,OAAO"}
1
+ {"version":3,"file":"PhoneManager.d.ts","sourceRoot":"","sources":["../../../../../module/ProfileManager/Components/PhoneManager.js"],"names":[],"mappings":";AAQA;;;;;;;kGAwSC;kBAhT0C,OAAO"}
@@ -1 +1 @@
1
- {"version":3,"file":"SettingsManager.d.ts","sourceRoot":"","sources":["../../../../../module/ProfileManager/Components/SettingsManager.js"],"names":[],"mappings":";AAOA;;;;;;;;;kGA8NC;kBArO+B,OAAO"}
1
+ {"version":3,"file":"SettingsManager.d.ts","sourceRoot":"","sources":["../../../../../module/ProfileManager/Components/SettingsManager.js"],"names":[],"mappings":";AAOA;;;;;;;;;kGA6NC;kBApO+B,OAAO"}
@@ -1,7 +1,8 @@
1
1
  export default AddressManager;
2
- declare function AddressManager({ location, player_addresses, onSelect, onCancel, onAddAddress, onRemoveAddress }: {
2
+ declare function AddressManager({ location, player_addresses, onFocusPosition, onSelect, onCancel, onAddAddress, onRemoveAddress }: {
3
3
  location: any;
4
4
  player_addresses: any;
5
+ onFocusPosition: any;
5
6
  onSelect: any;
6
7
  onCancel: any;
7
8
  onAddAddress: any;
@@ -1 +1 @@
1
- {"version":3,"file":"AddressManager.d.ts","sourceRoot":"","sources":["../../../../../module/Wallet/components/AddressManager.js"],"names":[],"mappings":";AAMA;;;;;;;kGAgUC;kBAtU+B,OAAO"}
1
+ {"version":3,"file":"AddressManager.d.ts","sourceRoot":"","sources":["../../../../../module/Wallet/components/AddressManager.js"],"names":[],"mappings":";AAMA;;;;;;;;kGAsUC;kBA5U+B,OAAO"}
@@ -1,9 +1,10 @@
1
1
  export default DepositCard;
2
- declare function DepositCard({ wallet_settings, code_details, account, deposit_limit, onTransact, onCancel }: {
2
+ declare function DepositCard({ wallet_settings, code_details, account, deposit_limit, onFocusPosition, onTransact, onCancel }: {
3
3
  wallet_settings: any;
4
4
  code_details: any;
5
5
  account: any;
6
6
  deposit_limit: any;
7
+ onFocusPosition: any;
7
8
  onTransact: any;
8
9
  onCancel: any;
9
10
  }): React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement> | React.CElement<import("react-native").TouchableWithoutFeedbackProps, TouchableWithoutFeedback>;
@@ -1 +1 @@
1
- {"version":3,"file":"DepositCard.d.ts","sourceRoot":"","sources":["../../../../../module/Wallet/components/DepositCard.js"],"names":[],"mappings":";AAMA;;;;;;;mMAqRC;kBA3R0C,OAAO;yCAC2D,cAAc"}
1
+ {"version":3,"file":"DepositCard.d.ts","sourceRoot":"","sources":["../../../../../module/Wallet/components/DepositCard.js"],"names":[],"mappings":";AAMA;;;;;;;;mMAuRC;kBA7R0C,OAAO;yCAC2D,cAAc"}
@@ -1,8 +1,9 @@
1
1
  export default ManualACHAdd;
2
- declare function ManualACHAdd({ player, onAddAccount, onCancel }: {
2
+ declare function ManualACHAdd({ player, onAddAccount, onCancel, onFocusPosition }: {
3
3
  player: any;
4
4
  onAddAccount: any;
5
5
  onCancel: any;
6
+ onFocusPosition: any;
6
7
  }): React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
7
8
  import React from 'react';
8
9
  //# sourceMappingURL=ManualACHAdd.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ManualACHAdd.d.ts","sourceRoot":"","sources":["../../../../../module/Wallet/components/ManualACHAdd.js"],"names":[],"mappings":";AAQA;;;;kGA+PC;kBAvQ+B,OAAO"}
1
+ {"version":3,"file":"ManualACHAdd.d.ts","sourceRoot":"","sources":["../../../../../module/Wallet/components/ManualACHAdd.js"],"names":[],"mappings":";AAQA;;;;;kGAoQC;kBA5Q+B,OAAO"}
@@ -1,8 +1,9 @@
1
1
  export default ManualCardAdd;
2
- declare function ManualCardAdd({ player, onAddAccount, onCancel }: {
2
+ declare function ManualCardAdd({ player, onAddAccount, onCancel, onFocusPosition }: {
3
3
  player: any;
4
4
  onAddAccount: any;
5
5
  onCancel: any;
6
+ onFocusPosition: any;
6
7
  }): React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
7
8
  import React from 'react';
8
9
  //# sourceMappingURL=ManualCardAdd.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ManualCardAdd.d.ts","sourceRoot":"","sources":["../../../../../module/Wallet/components/ManualCardAdd.js"],"names":[],"mappings":";AAQA;;;;kGAgUC;kBAxU+B,OAAO"}
1
+ {"version":3,"file":"ManualCardAdd.d.ts","sourceRoot":"","sources":["../../../../../module/Wallet/components/ManualCardAdd.js"],"names":[],"mappings":";AAQA;;;;;kGAqUC;kBA7U+B,OAAO"}
@@ -1,11 +1,11 @@
1
1
  export default VerifyACHAccount;
2
- declare function VerifyACHAccount({ account, onClose, onUpdateAccount }: {
2
+ declare function VerifyACHAccount({ account, onClose, onUpdateAccount, onFocusPosition }: {
3
3
  account: any;
4
4
  onClose: any;
5
5
  onUpdateAccount: any;
6
+ onFocusPosition: any;
6
7
  }): React.FunctionComponentElement<{
7
8
  children?: React.ReactNode | undefined;
8
- }> | React.CElement<import("react-native").ViewProps, View>;
9
+ }> | React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
9
10
  import React from 'react';
10
- import { View } from 'react-native';
11
11
  //# sourceMappingURL=VerifyACHAccount.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"VerifyACHAccount.d.ts","sourceRoot":"","sources":["../../../../../module/Wallet/components/VerifyACHAccount.js"],"names":[],"mappings":";AAMA;;;;;;4DAkLC;kBAxL+B,OAAO;qBACN,cAAc"}
1
+ {"version":3,"file":"VerifyACHAccount.d.ts","sourceRoot":"","sources":["../../../../../module/Wallet/components/VerifyACHAccount.js"],"names":[],"mappings":";AAMA;;;;;;;mGAmKC;kBAzK+B,OAAO"}
@@ -1,7 +1,8 @@
1
1
  export default WalletSetup;
2
- declare function WalletSetup({ wallet_settings, onSettingsUpdate, onClose, onNext }: {
2
+ declare function WalletSetup({ wallet_settings, onSettingsUpdate, onFocusPosition, onClose, onNext }: {
3
3
  wallet_settings: any;
4
4
  onSettingsUpdate: any;
5
+ onFocusPosition: any;
5
6
  onClose: any;
6
7
  onNext: any;
7
8
  }): React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
@@ -1 +1 @@
1
- {"version":3,"file":"WalletSetup.d.ts","sourceRoot":"","sources":["../../../../../module/Wallet/components/WalletSetup.js"],"names":[],"mappings":";AAQA;;;;;kGAmaC;kBA3a+B,OAAO"}
1
+ {"version":3,"file":"WalletSetup.d.ts","sourceRoot":"","sources":["../../../../../module/Wallet/components/WalletSetup.js"],"names":[],"mappings":";AAQA;;;;;;kGAsaC;kBA9a+B,OAAO"}
@@ -1,10 +1,11 @@
1
1
  export default WithdrawCard;
2
- declare function WithdrawCard({ wallet_settings, onTransact, player_balance, account, withdraw_limit, deposit_limit, onCancel }: {
2
+ declare function WithdrawCard({ wallet_settings, onTransact, player_balance, account, withdraw_limit, onFocusPosition, deposit_limit, onCancel }: {
3
3
  wallet_settings: any;
4
4
  onTransact: any;
5
5
  player_balance: any;
6
6
  account: any;
7
7
  withdraw_limit: any;
8
+ onFocusPosition: any;
8
9
  deposit_limit: any;
9
10
  onCancel: any;
10
11
  }): React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement> | React.CElement<import("react-native").TouchableWithoutFeedbackProps, TouchableWithoutFeedback>;
@@ -1 +1 @@
1
- {"version":3,"file":"WithdrawCard.d.ts","sourceRoot":"","sources":["../../../../../module/Wallet/components/WithdrawCard.js"],"names":[],"mappings":";AAKA;;;;;;;;mMA6SC;kBAlT0C,OAAO;yCACoD,cAAc"}
1
+ {"version":3,"file":"WithdrawCard.d.ts","sourceRoot":"","sources":["../../../../../module/Wallet/components/WithdrawCard.js"],"names":[],"mappings":";AAKA;;;;;;;;;mMA+SC;kBApT0C,OAAO;yCACoD,cAAc"}
@@ -1,8 +1,9 @@
1
1
  export default MyWallet;
2
- declare function MyWallet({ height, new_balance, account_id, onTransact, onClose, onEvent }: {
2
+ declare function MyWallet({ height, new_balance, account_id, onFocusPosition, onTransact, onClose, onEvent }: {
3
3
  height: any;
4
4
  new_balance: any;
5
5
  account_id: any;
6
+ onFocusPosition: any;
6
7
  onTransact: any;
7
8
  onClose: any;
8
9
  onEvent: any;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/Wallet/index.js"],"names":[],"mappings":";AAyBA;;;;;;;kGAovBC;kBA7wB0C,OAAO"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/Wallet/index.js"],"names":[],"mappings":";AAyBA;;;;;;;;kGA+vBC;kBAxxB0C,OAAO"}
@@ -114,6 +114,7 @@ export function useColors(): {
114
114
  header: string;
115
115
  body: string;
116
116
  input: string;
117
+ disabled_input: string;
117
118
  footer: string;
118
119
  gold: string;
119
120
  blur: string;
@@ -1 +1 @@
1
- {"version":3,"file":"useColors.d.ts","sourceRoot":"","sources":["../../../../module/constants/useColors.js"],"names":[],"mappings":"AAEO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmLN"}
1
+ {"version":3,"file":"useColors.d.ts","sourceRoot":"","sources":["../../../../module/constants/useColors.js"],"names":[],"mappings":"AAEO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqLN"}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import type { AccountProps, ItemProps, PlayerAddressProps } from '../../types';
2
+ import type { AccountProps, FocusPositionProps, ItemProps, PlayerAddressProps } from '../../types';
3
3
  type AccountSummaryCardProps = {
4
4
  selected_account?: AccountProps;
5
5
  accounts: AccountProps[];
@@ -7,12 +7,13 @@ type AccountSummaryCardProps = {
7
7
  items: ItemProps[];
8
8
  player_address?: PlayerAddressProps;
9
9
  billing_address_required?: boolean;
10
+ onFocusPosition?: (pos: FocusPositionProps) => void;
10
11
  onRequestNewAccount: () => void;
11
12
  onCVVChange: (new_cvv: string) => void;
12
13
  onChangeAddress: () => void;
13
14
  onAccountsUpdate: (accounts: AccountProps[]) => void;
14
15
  onSelectAccount: (account: AccountProps) => void;
15
16
  };
16
- declare const AccountSummaryCard: ({ accounts, cvv, items, selected_account, billing_address_required, player_address, onRequestNewAccount, onCVVChange, onAccountsUpdate, onSelectAccount, onChangeAddress }: AccountSummaryCardProps) => React.JSX.Element;
17
+ declare const AccountSummaryCard: ({ accounts, cvv, items, selected_account, billing_address_required, player_address, onFocusPosition, onRequestNewAccount, onCVVChange, onAccountsUpdate, onSelectAccount, onChangeAddress }: AccountSummaryCardProps) => React.JSX.Element;
17
18
  export default AccountSummaryCard;
18
19
  //# sourceMappingURL=AccountSummaryCard.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AccountSummaryCard.d.ts","sourceRoot":"","sources":["../../../../../src/Checkout/components/AccountSummaryCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,YAAY,EAAE,SAAS,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAM/E,KAAK,uBAAuB,GAAG;IAC3B,gBAAgB,CAAC,EAAC,YAAY,CAAC;IAC/B,QAAQ,EAAC,YAAY,EAAE,CAAC;IACxB,GAAG,CAAC,EAAC,MAAM,CAAC;IACZ,KAAK,EAAC,SAAS,EAAE,CAAC;IAClB,cAAc,CAAC,EAAC,kBAAkB,CAAC;IACnC,wBAAwB,CAAC,EAAC,OAAO,CAAC;IAClC,mBAAmB,EAAC,MAAM,IAAI,CAAC;IAC/B,WAAW,EAAC,CAAC,OAAO,EAAC,MAAM,KAAK,IAAI,CAAC;IACrC,eAAe,EAAC,MAAM,IAAI,CAAA;IAC1B,gBAAgB,EAAC,CAAC,QAAQ,EAAC,YAAY,EAAE,KAAK,IAAI,CAAC;IACnD,eAAe,EAAC,CAAC,OAAO,EAAC,YAAY,KAAK,IAAI,CAAA;CACjD,CAAA;AACD,QAAA,MAAM,kBAAkB,+KAA+K,uBAAuB,sBAqJ7N,CAAA;AAED,eAAe,kBAAkB,CAAA"}
1
+ {"version":3,"file":"AccountSummaryCard.d.ts","sourceRoot":"","sources":["../../../../../src/Checkout/components/AccountSummaryCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,YAAY,EAAE,kBAAkB,EAAE,SAAS,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAMnG,KAAK,uBAAuB,GAAG;IAC3B,gBAAgB,CAAC,EAAC,YAAY,CAAC;IAC/B,QAAQ,EAAC,YAAY,EAAE,CAAC;IACxB,GAAG,CAAC,EAAC,MAAM,CAAC;IACZ,KAAK,EAAC,SAAS,EAAE,CAAC;IAClB,cAAc,CAAC,EAAC,kBAAkB,CAAC;IACnC,wBAAwB,CAAC,EAAC,OAAO,CAAC;IAClC,eAAe,CAAC,EAAC,CAAC,GAAG,EAAC,kBAAkB,KAAK,IAAI,CAAC;IAClD,mBAAmB,EAAC,MAAM,IAAI,CAAC;IAC/B,WAAW,EAAC,CAAC,OAAO,EAAC,MAAM,KAAK,IAAI,CAAC;IACrC,eAAe,EAAC,MAAM,IAAI,CAAA;IAC1B,gBAAgB,EAAC,CAAC,QAAQ,EAAC,YAAY,EAAE,KAAK,IAAI,CAAC;IACnD,eAAe,EAAC,CAAC,OAAO,EAAC,YAAY,KAAK,IAAI,CAAA;CACjD,CAAA;AACD,QAAA,MAAM,kBAAkB,gMAAgM,uBAAuB,sBAsJ9O,CAAA;AAED,eAAe,kBAAkB,CAAA"}
@@ -1,13 +1,14 @@
1
1
  import React from 'react';
2
- import type { ItemOrderProps, TransactionProps } from '../types';
2
+ import type { FocusPositionProps, ItemOrderProps, TransactionProps } from '../types';
3
3
  type CheckoutProps = {
4
4
  item_order: ItemOrderProps;
5
5
  account_id?: string;
6
6
  height?: number;
7
+ onFocusPosition?: (pos: FocusPositionProps) => void;
7
8
  onRequestNewAccount: () => void;
8
9
  onCompleteOrder: (item_order: ItemOrderProps, transaction: TransactionProps) => void;
9
10
  onCancel: () => void;
10
11
  };
11
- declare const Checkout: ({ item_order, height, account_id, onCancel, onCompleteOrder, onRequestNewAccount }: CheckoutProps) => React.JSX.Element;
12
+ declare const Checkout: ({ item_order, height, account_id, onCancel, onCompleteOrder, onFocusPosition, onRequestNewAccount }: CheckoutProps) => React.JSX.Element;
12
13
  export default Checkout;
13
14
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Checkout/index.tsx"],"names":[],"mappings":"AAAA,OAAQ,KAA8B,MAAM,OAAO,CAAC;AAEpD,OAAO,KAAK,EAAgB,cAAc,EAAgD,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAiB7H,KAAK,aAAa,GAAG;IACjB,UAAU,EAAC,cAAc,CAAC;IAC1B,UAAU,CAAC,EAAC,MAAM,CAAC;IACnB,MAAM,CAAC,EAAC,MAAM,CAAC;IACf,mBAAmB,EAAC,MAAM,IAAI,CAAC;IAC/B,eAAe,EAAC,CAAC,UAAU,EAAC,cAAc,EAAE,WAAW,EAAC,gBAAgB,KAAK,IAAI,CAAC;IAClF,QAAQ,EAAC,MAAM,IAAI,CAAA;CACtB,CAAA;AACD,QAAA,MAAM,QAAQ,uFAAuF,aAAa,sBAibjH,CAAA;AAGD,eAAe,QAAQ,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Checkout/index.tsx"],"names":[],"mappings":"AAAA,OAAQ,KAA8B,MAAM,OAAO,CAAC;AAEpD,OAAO,KAAK,EAAgB,kBAAkB,EAAE,cAAc,EAAgD,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAiBjJ,KAAK,aAAa,GAAG;IACjB,UAAU,EAAC,cAAc,CAAC;IAC1B,UAAU,CAAC,EAAC,MAAM,CAAC;IACnB,MAAM,CAAC,EAAC,MAAM,CAAC;IACf,eAAe,CAAC,EAAC,CAAC,GAAG,EAAC,kBAAkB,KAAK,IAAI,CAAC;IAClD,mBAAmB,EAAC,MAAM,IAAI,CAAC;IAC/B,eAAe,EAAC,CAAC,UAAU,EAAC,cAAc,EAAE,WAAW,EAAC,gBAAgB,KAAK,IAAI,CAAC;IAClF,QAAQ,EAAC,MAAM,IAAI,CAAA;CACtB,CAAA;AACD,QAAA,MAAM,QAAQ,wGAAwG,aAAa,sBAmblI,CAAA;AAGD,eAAe,QAAQ,CAAA"}
@@ -1,15 +1,16 @@
1
1
  import React from "react";
2
- import type { PlayerPickProps } from "../../types";
2
+ import type { FocusPositionProps, PlayerPickProps } from "../../types";
3
3
  type WagerPickFormProps = {
4
4
  event_title: string;
5
5
  balance: number;
6
6
  event_start: string;
7
7
  player_pick: PlayerPickProps;
8
8
  loading?: string;
9
+ onFocusPosition?: (pos: FocusPositionProps) => void;
9
10
  width: number;
10
11
  onCancel: () => void;
11
12
  onSubmit: (pp: PlayerPickProps) => void;
12
13
  };
13
- declare const WagerPickForm: ({ player_pick, event_title, balance, event_start, loading, onCancel, onSubmit }: WagerPickFormProps) => React.JSX.Element;
14
+ declare const WagerPickForm: ({ player_pick, event_title, balance, event_start, loading, onCancel, onFocusPosition, onSubmit }: WagerPickFormProps) => React.JSX.Element;
14
15
  export default WagerPickForm;
15
16
  //# sourceMappingURL=WagerPickForm.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"WagerPickForm.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/WagerPickForm.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAA;AACvC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAA;AAOlD,KAAK,kBAAkB,GAAG;IACtB,WAAW,EAAC,MAAM,CAAC;IACnB,OAAO,EAAC,MAAM,CAAC;IACf,WAAW,EAAC,MAAM,CAAC;IACnB,WAAW,EAAE,eAAe,CAAC;IAC7B,OAAO,CAAC,EAAC,MAAM,CAAC;IAChB,KAAK,EAAC,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,EAAE,CAAC,EAAE,EAAC,eAAe,KAAK,IAAI,CAAA;CACzC,CAAA;AAED,QAAA,MAAM,aAAa,oFAAoF,kBAAkB,sBAsFxH,CAAA;AAED,eAAe,aAAa,CAAA"}
1
+ {"version":3,"file":"WagerPickForm.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/WagerPickForm.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAA;AACvC,OAAO,KAAK,EAAE,kBAAkB,EAAE,eAAe,EAAE,MAAM,aAAa,CAAA;AAOtE,KAAK,kBAAkB,GAAG;IACtB,WAAW,EAAC,MAAM,CAAC;IACnB,OAAO,EAAC,MAAM,CAAC;IACf,WAAW,EAAC,MAAM,CAAC;IACnB,WAAW,EAAE,eAAe,CAAC;IAC7B,OAAO,CAAC,EAAC,MAAM,CAAC;IAChB,eAAe,CAAC,EAAC,CAAC,GAAG,EAAC,kBAAkB,KAAK,IAAI,CAAC;IAClD,KAAK,EAAC,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,EAAE,CAAC,EAAE,EAAC,eAAe,KAAK,IAAI,CAAA;CACzC,CAAA;AAED,QAAA,MAAM,aAAa,qGAAqG,kBAAkB,sBAsFzI,CAAA;AAED,eAAe,aAAa,CAAA"}
@@ -1,9 +1,10 @@
1
1
  import React from 'react';
2
- import type { BEEventProps, CompetitionProps, CompetitionSeasonProps } from '../types';
2
+ import type { BEEventProps, CompetitionProps, CompetitionSeasonProps, FocusPositionProps } from '../types';
3
3
  type CompetitionModuleProps = {
4
4
  player_id?: string;
5
5
  competition_id: string;
6
6
  confirm_padding?: number;
7
+ onFocusPosition?: (position: FocusPositionProps) => void;
7
8
  onClose: () => void;
8
9
  onEvent?: (event: BEEventProps) => void;
9
10
  onManageCompetition: (competition_id: string) => void;
@@ -11,6 +12,6 @@ type CompetitionModuleProps = {
11
12
  onShareCompetition: (competition: CompetitionProps) => void;
12
13
  onViewCompetitionSeason: (cs: CompetitionSeasonProps) => void;
13
14
  };
14
- declare const CompetitionModule: ({ competition_id, player_id, confirm_padding, onManageCompetition, onRequestAuthentication, onShareCompetition, onClose, onViewCompetitionSeason }: CompetitionModuleProps) => React.JSX.Element;
15
+ declare const CompetitionModule: ({ competition_id, player_id, confirm_padding, onManageCompetition, onFocusPosition, onRequestAuthentication, onShareCompetition, onClose, onViewCompetitionSeason }: CompetitionModuleProps) => React.JSX.Element;
15
16
  export default CompetitionModule;
16
17
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Competition/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAMnD,OAAO,KAAK,EAAgB,YAAY,EAA4H,gBAAgB,EAA8B,sBAAsB,EAAiO,MAAM,UAAU,CAAC;AAY1d,KAAK,sBAAsB,GAAG;IAC1B,SAAS,CAAC,EAAC,MAAM,CAAC;IAClB,cAAc,EAAC,MAAM,CAAC;IACtB,eAAe,CAAC,EAAC,MAAM,CAAC;IACxB,OAAO,EAAC,MAAM,IAAI,CAAC;IACnB,OAAO,CAAC,EAAC,CAAC,KAAK,EAAC,YAAY,KAAK,IAAI,CAAC;IACtC,mBAAmB,EAAC,CAAC,cAAc,EAAC,MAAM,KAAK,IAAI,CAAC;IACpD,uBAAuB,EAAC,CAAC,gBAAgB,CAAC,EAAC,MAAM,KAAK,IAAI,CAAC;IAC3D,kBAAkB,EAAC,CAAC,WAAW,EAAC,gBAAgB,KAAK,IAAI,CAAC;IAC1D,uBAAuB,EAAC,CAAC,EAAE,EAAC,sBAAsB,KAAK,IAAI,CAAA;CAC9D,CAAA;AAKD,QAAA,MAAM,iBAAiB,uJAAuJ,sBAAsB,sBA8lBnM,CAAA;AAED,eAAe,iBAAiB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Competition/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAMnD,OAAO,KAAK,EAAgB,YAAY,EAA4H,gBAAgB,EAA8B,sBAAsB,EAAoC,kBAAkB,EAA+L,MAAM,UAAU,CAAC;AAY9e,KAAK,sBAAsB,GAAG;IAC1B,SAAS,CAAC,EAAC,MAAM,CAAC;IAClB,cAAc,EAAC,MAAM,CAAC;IACtB,eAAe,CAAC,EAAC,MAAM,CAAC;IACxB,eAAe,CAAC,EAAC,CAAC,QAAQ,EAAC,kBAAkB,KAAK,IAAI,CAAC;IACvD,OAAO,EAAC,MAAM,IAAI,CAAC;IACnB,OAAO,CAAC,EAAC,CAAC,KAAK,EAAC,YAAY,KAAK,IAAI,CAAC;IACtC,mBAAmB,EAAC,CAAC,cAAc,EAAC,MAAM,KAAK,IAAI,CAAC;IACpD,uBAAuB,EAAC,CAAC,gBAAgB,CAAC,EAAC,MAAM,KAAK,IAAI,CAAC;IAC3D,kBAAkB,EAAC,CAAC,WAAW,EAAC,gBAAgB,KAAK,IAAI,CAAC;IAC1D,uBAAuB,EAAC,CAAC,EAAE,EAAC,sBAAsB,KAAK,IAAI,CAAA;CAC9D,CAAA;AAKD,QAAA,MAAM,iBAAiB,wKAAwK,sBAAsB,sBA+lBpN,CAAA;AAED,eAAe,iBAAiB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"Themed.d.ts","sourceRoot":"","sources":["../../../../src/Components/Themed.tsx"],"names":[],"mappings":"AACA,OAAO,KAA6B,MAAM,OAAO,CAAC;AAClD,OAAO,EAAE,SAAS,IAAI,gBAAgB,EAAqB,IAAI,IAAI,WAAW,EAAE,IAAI,IAAI,WAAW,EAAyC,KAAK,qBAAqB,EAAkB,MAAM,cAAc,CAAC;AAI7M,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,IAAI,GAAC,IAAI,GAAC,aAAa,GAAC,OAAO,GAAC,SAAS,GAAC,SAAS,GAAC,OAAO,GAAC,QAAQ,CAAC;IAC7E,IAAI,CAAC,EAAC,MAAM,CAAC;IACb,KAAK,CAAC,EAAC,MAAM,CAAC;IACd,SAAS,CAAC,EAAC,MAAM,GAAC,QAAQ,GAAC,OAAO,CAAC;IACnC,MAAM,CAAC,EAAE,MAAM,GAAC,UAAU,GAAC,SAAS,GAAC,OAAO,CAAA;CAC7C,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG,WAAW,GAAG,WAAW,CAAC,OAAO,CAAC,CAAC;AAK3D,wBAAgB,IAAI,CAAC,KAAK,EAAE,SAAS,qBAgDpC;AAGD,KAAK,WAAW,GAAG;IACjB,IAAI,CAAC,EAAE,QAAQ,GAAC,MAAM,GAAC,QAAQ,GAAC,OAAO,GAAC,MAAM,GAAC,KAAK,CAAC;IACrD,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,KAAK,CAAC,EAAC,OAAO,CAAA;CACf,CAAA;AACD,MAAM,MAAM,SAAS,GAAG,WAAW,GAAG,WAAW,CAAC,OAAO,CAAC,CAAC;AAG3D,eAAO,MAAM,IAAI,0HAyBf,CAAA;AAGF,KAAK,aAAa,GAAG;IACnB,KAAK,CAAC,EAAC,OAAO,CAAC;IACf,eAAe,CAAC,EAAC,MAAM,CAAC;IACxB,KAAK,CAAC,EAAC,MAAM,CAAC;IACd,OAAO,CAAC,EAAC,OAAO,CAAC;IACjB,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,WAAW,CAAC,EAAC,MAAM,CAAC;IACpB,WAAW,CAAC,EAAC,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,GAAC,OAAO,GAAC,SAAS,GAAC,SAAS,GAAC,OAAO,GAAC,MAAM,GAAC,SAAS,GAAC,aAAa,CAAA;CACjF,CAAA;AACD,MAAM,MAAM,WAAW,GAAG,aAAa,GAAG,qBAAqB,CAAC;AAIhE,eAAO,MAAM,MAAM,UAAU,WAAW,sBA0FvC,CAAA;AAGD,KAAK,gBAAgB,GAAG;IACtB,IAAI,CAAC,EAAC,MAAM,CAAC;IACb,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,eAAe,CAAC,EAAE,CAAC,QAAQ,EAAC;QAAC,CAAC,EAAC,MAAM,CAAC;QAAC,CAAC,EAAC,MAAM,CAAC;QAAC,KAAK,EAAC,MAAM,CAAC;QAAC,MAAM,EAAC,MAAM,CAAA;KAAC,KAAK,IAAI,CAAA;CACvF,CAAA;AAED,KAAK,cAAc,GAAG,gBAAgB,GAAG,gBAAgB,CAAC,OAAO,CAAC,CAAA;AAElE,eAAO,MAAM,SAAS,UAAU,cAAc,sBAkC7C,CAAA"}
1
+ {"version":3,"file":"Themed.d.ts","sourceRoot":"","sources":["../../../../src/Components/Themed.tsx"],"names":[],"mappings":"AACA,OAAO,KAA6B,MAAM,OAAO,CAAC;AAClD,OAAO,EAAE,SAAS,IAAI,gBAAgB,EAAqB,IAAI,IAAI,WAAW,EAAE,IAAI,IAAI,WAAW,EAAyC,KAAK,qBAAqB,EAAkB,MAAM,cAAc,CAAC;AAI7M,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,IAAI,GAAC,IAAI,GAAC,aAAa,GAAC,OAAO,GAAC,SAAS,GAAC,SAAS,GAAC,OAAO,GAAC,QAAQ,CAAC;IAC7E,IAAI,CAAC,EAAC,MAAM,CAAC;IACb,KAAK,CAAC,EAAC,MAAM,CAAC;IACd,SAAS,CAAC,EAAC,MAAM,GAAC,QAAQ,GAAC,OAAO,CAAC;IACnC,MAAM,CAAC,EAAE,MAAM,GAAC,UAAU,GAAC,SAAS,GAAC,OAAO,CAAA;CAC7C,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG,WAAW,GAAG,WAAW,CAAC,OAAO,CAAC,CAAC;AAK3D,wBAAgB,IAAI,CAAC,KAAK,EAAE,SAAS,qBAgDpC;AAGD,KAAK,WAAW,GAAG;IACjB,IAAI,CAAC,EAAE,QAAQ,GAAC,MAAM,GAAC,QAAQ,GAAC,OAAO,GAAC,MAAM,GAAC,KAAK,CAAC;IACrD,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,KAAK,CAAC,EAAC,OAAO,CAAA;CACf,CAAA;AACD,MAAM,MAAM,SAAS,GAAG,WAAW,GAAG,WAAW,CAAC,OAAO,CAAC,CAAC;AAG3D,eAAO,MAAM,IAAI,0HAyBf,CAAA;AAGF,KAAK,aAAa,GAAG;IACnB,KAAK,CAAC,EAAC,OAAO,CAAC;IACf,eAAe,CAAC,EAAC,MAAM,CAAC;IACxB,KAAK,CAAC,EAAC,MAAM,CAAC;IACd,OAAO,CAAC,EAAC,OAAO,CAAC;IACjB,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,WAAW,CAAC,EAAC,MAAM,CAAC;IACpB,WAAW,CAAC,EAAC,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,GAAC,OAAO,GAAC,SAAS,GAAC,SAAS,GAAC,OAAO,GAAC,MAAM,GAAC,SAAS,GAAC,aAAa,CAAA;CACjF,CAAA;AACD,MAAM,MAAM,WAAW,GAAG,aAAa,GAAG,qBAAqB,CAAC;AAIhE,eAAO,MAAM,MAAM,UAAU,WAAW,sBA0FvC,CAAA;AAGD,KAAK,gBAAgB,GAAG;IACtB,IAAI,CAAC,EAAC,MAAM,CAAC;IACb,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,eAAe,CAAC,EAAE,CAAC,QAAQ,EAAC;QAAC,CAAC,EAAC,MAAM,CAAC;QAAC,CAAC,EAAC,MAAM,CAAC;QAAC,KAAK,EAAC,MAAM,CAAC;QAAC,MAAM,EAAC,MAAM,CAAA;KAAC,KAAK,IAAI,CAAA;CACvF,CAAA;AAED,KAAK,cAAc,GAAG,gBAAgB,GAAG,gBAAgB,CAAC,OAAO,CAAC,CAAA;AAElE,eAAO,MAAM,SAAS,UAAU,cAAc,sBAiC7C,CAAA"}
@@ -1,12 +1,13 @@
1
1
  import React from 'react';
2
- import type { BracketCompetitionProps, CompetitionProps, CompetitionSeasonProps, SquaresCompetitionProps } from '../../types';
2
+ import type { BracketCompetitionProps, CompetitionProps, CompetitionSeasonProps, FocusPositionProps, SquaresCompetitionProps } from '../../types';
3
3
  type PrivateCodePromptProps = {
4
4
  onFoundCompetition: (c: CompetitionProps) => void;
5
+ onFocusPosition?: (pos: FocusPositionProps) => void;
5
6
  onFoundSquaresCompetition: (sc: SquaresCompetitionProps) => void;
6
7
  onFoundSeason: (cs: CompetitionSeasonProps) => void;
7
8
  onFoundBracket: (b: BracketCompetitionProps) => void;
8
9
  onClose: () => void;
9
10
  };
10
- declare const PrivateCodePrompt: ({ onFoundCompetition, onFoundSquaresCompetition, onFoundSeason, onFoundBracket, onClose }: PrivateCodePromptProps) => React.JSX.Element;
11
+ declare const PrivateCodePrompt: ({ onFoundCompetition, onFoundSquaresCompetition, onFocusPosition, onFoundSeason, onFoundBracket, onClose }: PrivateCodePromptProps) => React.JSX.Element;
11
12
  export default PrivateCodePrompt;
12
13
  //# sourceMappingURL=PrivateCodePrompt.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PrivateCodePrompt.d.ts","sourceRoot":"","sources":["../../../../../src/Engage/components/PrivateCodePrompt.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AACxC,OAAO,KAAK,EAAE,uBAAuB,EAAE,gBAAgB,EAAE,sBAAsB,EAAE,uBAAuB,EAAE,MAAM,aAAa,CAAC;AAM9H,KAAK,sBAAsB,GAAG;IAC1B,kBAAkB,EAAC,CAAC,CAAC,EAAC,gBAAgB,KAAK,IAAI,CAAC;IAChD,yBAAyB,EAAC,CAAC,EAAE,EAAC,uBAAuB,KAAK,IAAI,CAAC;IAC/D,aAAa,EAAC,CAAC,EAAE,EAAC,sBAAsB,KAAK,IAAI,CAAC;IAClD,cAAc,EAAC,CAAC,CAAC,EAAC,uBAAuB,KAAK,IAAI,CAAC;IACnD,OAAO,EAAC,MAAM,IAAI,CAAA;CACrB,CAAA;AAED,QAAA,MAAM,iBAAiB,8FAA8F,sBAAsB,sBAwE1I,CAAA;AAED,eAAe,iBAAiB,CAAA"}
1
+ {"version":3,"file":"PrivateCodePrompt.d.ts","sourceRoot":"","sources":["../../../../../src/Engage/components/PrivateCodePrompt.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AACxC,OAAO,KAAK,EAAE,uBAAuB,EAAE,gBAAgB,EAAE,sBAAsB,EAAE,kBAAkB,EAAE,uBAAuB,EAAE,MAAM,aAAa,CAAC;AAMlJ,KAAK,sBAAsB,GAAG;IAC1B,kBAAkB,EAAC,CAAC,CAAC,EAAC,gBAAgB,KAAK,IAAI,CAAC;IAChD,eAAe,CAAC,EAAC,CAAC,GAAG,EAAC,kBAAkB,KAAK,IAAI,CAAC;IAClD,yBAAyB,EAAC,CAAC,EAAE,EAAC,uBAAuB,KAAK,IAAI,CAAC;IAC/D,aAAa,EAAC,CAAC,EAAE,EAAC,sBAAsB,KAAK,IAAI,CAAC;IAClD,cAAc,EAAC,CAAC,CAAC,EAAC,uBAAuB,KAAK,IAAI,CAAC;IACnD,OAAO,EAAC,MAAM,IAAI,CAAA;CACrB,CAAA;AAED,QAAA,MAAM,iBAAiB,+GAA+G,sBAAsB,sBAyE3J,CAAA;AAED,eAAe,iBAAiB,CAAA"}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import type { BEEventProps, BracketCompetitionProps, CompanyProps, CompetitionProps, CompetitionSeasonProps, SquaresCompetitionProps } from '../types';
2
+ import type { BEEventProps, BracketCompetitionProps, CompanyProps, CompetitionProps, CompetitionSeasonProps, FocusPositionProps, SquaresCompetitionProps } from '../types';
3
3
  type EngageModuleProps = {
4
4
  player_id?: string;
5
5
  insets?: {
@@ -7,6 +7,7 @@ type EngageModuleProps = {
7
7
  bottom: number;
8
8
  };
9
9
  onEvent?: (be_event: BEEventProps) => void;
10
+ onFocusPosition?: (pos: FocusPositionProps) => void;
10
11
  onManage: () => void;
11
12
  onCreateSeason?: () => void;
12
13
  onSelectCompany?: (c: CompanyProps) => void;
@@ -18,6 +19,6 @@ type EngageModuleProps = {
18
19
  onSelectSquaresCompetition: (sc: SquaresCompetitionProps) => void;
19
20
  onSelectCompetitionSeason: (cs: CompetitionSeasonProps) => void;
20
21
  };
21
- declare const EngageModule: ({ insets, onSelectBracketCompetition, onSelectCompetition, onSelectSquaresCompetition, onSelectCompetitionSeason, onCreateSeason, onCreateCompetition, onCreateBracketCompetition, onCreateSquares, onManage, onEvent, onSelectCompany }: EngageModuleProps) => React.JSX.Element;
22
+ declare const EngageModule: ({ insets, onSelectBracketCompetition, onSelectCompetition, onSelectSquaresCompetition, onSelectCompetitionSeason, onCreateSeason, onCreateCompetition, onCreateBracketCompetition, onCreateSquares, onFocusPosition, onManage, onEvent, onSelectCompany }: EngageModuleProps) => React.JSX.Element;
22
23
  export default EngageModule;
23
24
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Engage/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,KAAK,EAAE,YAAY,EAAE,uBAAuB,EAAgB,YAAY,EAA8B,gBAAgB,EAA8B,sBAAsB,EAAoE,uBAAuB,EAAE,MAAM,UAAU,CAAC;AAe/R,KAAK,iBAAiB,GAAG;IACrB,SAAS,CAAC,EAAC,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE;QAAE,GAAG,EAAC,MAAM,CAAC;QAAC,MAAM,EAAC,MAAM,CAAA;KAAE,CAAC;IACvC,OAAO,CAAC,EAAC,CAAC,QAAQ,EAAC,YAAY,KAAK,IAAI,CAAC;IACzC,QAAQ,EAAC,MAAM,IAAI,CAAC;IACpB,cAAc,CAAC,EAAC,MAAM,IAAI,CAAC;IAC3B,eAAe,CAAC,EAAC,CAAC,CAAC,EAAC,YAAY,KAAK,IAAI,CAAC;IAC1C,mBAAmB,CAAC,EAAC,MAAM,IAAI,CAAC;IAChC,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;IAC7B,0BAA0B,CAAC,EAAC,MAAM,IAAI,CAAC;IACvC,mBAAmB,EAAC,CAAC,CAAC,EAAC,gBAAgB,KAAK,IAAI,CAAC;IACjD,0BAA0B,EAAC,CAAC,EAAE,EAAC,uBAAuB,KAAK,IAAI,CAAC;IAChE,0BAA0B,EAAC,CAAC,EAAE,EAAC,uBAAuB,KAAK,IAAI,CAAC;IAChE,yBAAyB,EAAC,CAAC,EAAE,EAAC,sBAAsB,KAAK,IAAI,CAAA;CAChE,CAAA;AAID,QAAA,MAAM,YAAY,6OAEf,iBAAiB,sBA0XnB,CAAA;AAED,eAAe,YAAY,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Engage/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,KAAK,EAAE,YAAY,EAAE,uBAAuB,EAAgB,YAAY,EAA8B,gBAAgB,EAA8B,sBAAsB,EAAoC,kBAAkB,EAAkC,uBAAuB,EAAE,MAAM,UAAU,CAAC;AAenT,KAAK,iBAAiB,GAAG;IACrB,SAAS,CAAC,EAAC,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE;QAAE,GAAG,EAAC,MAAM,CAAC;QAAC,MAAM,EAAC,MAAM,CAAA;KAAE,CAAC;IACvC,OAAO,CAAC,EAAC,CAAC,QAAQ,EAAC,YAAY,KAAK,IAAI,CAAC;IACzC,eAAe,CAAC,EAAC,CAAC,GAAG,EAAC,kBAAkB,KAAK,IAAI,CAAC;IAClD,QAAQ,EAAC,MAAM,IAAI,CAAC;IACpB,cAAc,CAAC,EAAC,MAAM,IAAI,CAAC;IAC3B,eAAe,CAAC,EAAC,CAAC,CAAC,EAAC,YAAY,KAAK,IAAI,CAAC;IAC1C,mBAAmB,CAAC,EAAC,MAAM,IAAI,CAAC;IAChC,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;IAC7B,0BAA0B,CAAC,EAAC,MAAM,IAAI,CAAC;IACvC,mBAAmB,EAAC,CAAC,CAAC,EAAC,gBAAgB,KAAK,IAAI,CAAC;IACjD,0BAA0B,EAAC,CAAC,EAAE,EAAC,uBAAuB,KAAK,IAAI,CAAC;IAChE,0BAA0B,EAAC,CAAC,EAAE,EAAC,uBAAuB,KAAK,IAAI,CAAC;IAChE,yBAAyB,EAAC,CAAC,EAAE,EAAC,sBAAsB,KAAK,IAAI,CAAA;CAChE,CAAA;AAID,QAAA,MAAM,YAAY,8PAEf,iBAAiB,sBA2XnB,CAAA;AAED,eAAe,YAAY,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"BasicInfoManager.d.ts","sourceRoot":"","sources":["../../../../../src/ProfileManager/Components/BasicInfoManager.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAMnD,OAAO,KAAK,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAIrE,KAAK,qBAAqB,GAAG;IACzB,MAAM,EAAC,aAAa,CAAC;IACrB,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,eAAe,CAAC,EAAC,CAAC,IAAI,EAAC,kBAAkB,KAAK,IAAI,CAAC;IACnD,MAAM,EAAC,MAAM,IAAI,CAAC;IAClB,OAAO,EAAC,MAAM,IAAI,CAAC;IACnB,cAAc,EAAC,CAAC,MAAM,EAAC,aAAa,KAAK,IAAI,CAAA;CAChD,CAAA;AAED,QAAA,MAAM,gBAAgB,8EAA8E,qBAAqB,sBA4KxH,CAAA;AAED,eAAe,gBAAgB,CAAA"}
1
+ {"version":3,"file":"BasicInfoManager.d.ts","sourceRoot":"","sources":["../../../../../src/ProfileManager/Components/BasicInfoManager.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAMnD,OAAO,KAAK,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAIrE,KAAK,qBAAqB,GAAG;IACzB,MAAM,EAAC,aAAa,CAAC;IACrB,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,eAAe,CAAC,EAAC,CAAC,IAAI,EAAC,kBAAkB,KAAK,IAAI,CAAC;IACnD,MAAM,EAAC,MAAM,IAAI,CAAC;IAClB,OAAO,EAAC,MAAM,IAAI,CAAC;IACnB,cAAc,EAAC,CAAC,MAAM,EAAC,aAAa,KAAK,IAAI,CAAA;CAChD,CAAA;AAED,QAAA,MAAM,gBAAgB,8EAA8E,qBAAqB,sBA8KxH,CAAA;AAED,eAAe,gBAAgB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"DOBManager.d.ts","sourceRoot":"","sources":["../../../../../src/ProfileManager/Components/DOBManager.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAOnD,OAAO,KAAK,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAIrE,KAAK,eAAe,GAAG;IACnB,MAAM,EAAC,aAAa,CAAC;IACrB,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,MAAM,EAAC,MAAM,IAAI,CAAC;IAClB,eAAe,CAAC,EAAC,CAAC,IAAI,EAAC,kBAAkB,KAAK,IAAI,CAAC;IACnD,OAAO,EAAC,MAAM,IAAI,CAAC;IACnB,cAAc,EAAC,CAAC,MAAM,EAAC,aAAa,KAAK,IAAI,CAAA;CAChD,CAAA;AAED,QAAA,MAAM,UAAU,8EAA+E,eAAe,sBAmJ7G,CAAA;AAED,eAAe,UAAU,CAAA"}
1
+ {"version":3,"file":"DOBManager.d.ts","sourceRoot":"","sources":["../../../../../src/ProfileManager/Components/DOBManager.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAOnD,OAAO,KAAK,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAIrE,KAAK,eAAe,GAAG;IACnB,MAAM,EAAC,aAAa,CAAC;IACrB,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,MAAM,EAAC,MAAM,IAAI,CAAC;IAClB,eAAe,CAAC,EAAC,CAAC,IAAI,EAAC,kBAAkB,KAAK,IAAI,CAAC;IACnD,OAAO,EAAC,MAAM,IAAI,CAAC;IACnB,cAAc,EAAC,CAAC,MAAM,EAAC,aAAa,KAAK,IAAI,CAAA;CAChD,CAAA;AAED,QAAA,MAAM,UAAU,8EAA+E,eAAe,sBAkJ7G,CAAA;AAED,eAAe,UAAU,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"EmailManager.d.ts","sourceRoot":"","sources":["../../../../../src/ProfileManager/Components/EmailManager.tsx"],"names":[],"mappings":"AACA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAKnD,OAAO,KAAK,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAKrE,KAAK,iBAAiB,GAAG;IACrB,MAAM,EAAC,aAAa,CAAC;IACrB,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,eAAe,CAAC,EAAC,CAAC,IAAI,EAAC,kBAAkB,KAAK,IAAI,CAAC;IACnD,OAAO,EAAC,MAAM,IAAI,CAAC;IACnB,MAAM,EAAC,MAAM,IAAI,CAAC;IAClB,cAAc,EAAC,CAAC,MAAM,EAAC,aAAa,KAAK,IAAI,CAAA;CAChD,CAAA;AAED,QAAA,MAAM,YAAY,8EAA8E,iBAAiB,sBAwMhH,CAAA;AAED,eAAe,YAAY,CAAA"}
1
+ {"version":3,"file":"EmailManager.d.ts","sourceRoot":"","sources":["../../../../../src/ProfileManager/Components/EmailManager.tsx"],"names":[],"mappings":"AACA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAKnD,OAAO,KAAK,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAKrE,KAAK,iBAAiB,GAAG;IACrB,MAAM,EAAC,aAAa,CAAC;IACrB,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,eAAe,CAAC,EAAC,CAAC,IAAI,EAAC,kBAAkB,KAAK,IAAI,CAAC;IACnD,OAAO,EAAC,MAAM,IAAI,CAAC;IACnB,MAAM,EAAC,MAAM,IAAI,CAAC;IAClB,cAAc,EAAC,CAAC,MAAM,EAAC,aAAa,KAAK,IAAI,CAAA;CAChD,CAAA;AAED,QAAA,MAAM,YAAY,8EAA8E,iBAAiB,sBAqMhH,CAAA;AAED,eAAe,YAAY,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"PasswordManager.d.ts","sourceRoot":"","sources":["../../../../../src/ProfileManager/Components/PasswordManager.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAOnD,OAAO,KAAK,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAIrE,KAAK,oBAAoB,GAAG;IACxB,MAAM,EAAC,aAAa,CAAC;IACrB,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,MAAM,EAAC,MAAM,IAAI,CAAC;IAClB,eAAe,CAAC,EAAC,CAAC,IAAI,EAAC,kBAAkB,KAAK,IAAI,CAAC;IACnD,OAAO,EAAC,MAAM,IAAI,CAAC;IACnB,cAAc,EAAC,CAAC,MAAM,EAAC,aAAa,KAAK,IAAI,CAAA;CAChD,CAAA;AAED,QAAA,MAAM,eAAe,8EAA8E,oBAAoB,sBAmMtH,CAAA;AAED,eAAe,eAAe,CAAA"}
1
+ {"version":3,"file":"PasswordManager.d.ts","sourceRoot":"","sources":["../../../../../src/ProfileManager/Components/PasswordManager.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAOnD,OAAO,KAAK,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAIrE,KAAK,oBAAoB,GAAG;IACxB,MAAM,EAAC,aAAa,CAAC;IACrB,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,MAAM,EAAC,MAAM,IAAI,CAAC;IAClB,eAAe,CAAC,EAAC,CAAC,IAAI,EAAC,kBAAkB,KAAK,IAAI,CAAC;IACnD,OAAO,EAAC,MAAM,IAAI,CAAC;IACnB,cAAc,EAAC,CAAC,MAAM,EAAC,aAAa,KAAK,IAAI,CAAA;CAChD,CAAA;AAED,QAAA,MAAM,eAAe,8EAA8E,oBAAoB,sBAgMtH,CAAA;AAED,eAAe,eAAe,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"PhoneManager.d.ts","sourceRoot":"","sources":["../../../../../src/ProfileManager/Components/PhoneManager.tsx"],"names":[],"mappings":"AACA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAMnD,OAAO,KAAK,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAKrE,KAAK,iBAAiB,GAAG;IACrB,MAAM,EAAC,aAAa,CAAC;IACrB,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,MAAM,EAAC,MAAM,IAAI,CAAC;IAClB,eAAe,CAAC,EAAC,CAAC,IAAI,EAAC,kBAAkB,KAAK,IAAI,CAAC;IACnD,OAAO,EAAC,MAAM,IAAI,CAAC;IACnB,cAAc,EAAC,CAAC,MAAM,EAAC,aAAa,KAAK,IAAI,CAAA;CAChD,CAAA;AAED,QAAA,MAAM,YAAY,8EAA8E,iBAAiB,sBA4MhH,CAAA;AAED,eAAe,YAAY,CAAA"}
1
+ {"version":3,"file":"PhoneManager.d.ts","sourceRoot":"","sources":["../../../../../src/ProfileManager/Components/PhoneManager.tsx"],"names":[],"mappings":"AACA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAMnD,OAAO,KAAK,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAKrE,KAAK,iBAAiB,GAAG;IACrB,MAAM,EAAC,aAAa,CAAC;IACrB,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,MAAM,EAAC,MAAM,IAAI,CAAC;IAClB,eAAe,CAAC,EAAC,CAAC,IAAI,EAAC,kBAAkB,KAAK,IAAI,CAAC;IACnD,OAAO,EAAC,MAAM,IAAI,CAAC;IACnB,cAAc,EAAC,CAAC,MAAM,EAAC,aAAa,KAAK,IAAI,CAAA;CAChD,CAAA;AAED,QAAA,MAAM,YAAY,8EAA8E,iBAAiB,sBAyMhH,CAAA;AAED,eAAe,YAAY,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"SettingsManager.d.ts","sourceRoot":"","sources":["../../../../../src/ProfileManager/Components/SettingsManager.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAIxC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AACjD,OAAO,KAAK,EAAE,kBAAkB,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAKzF,KAAK,oBAAoB,GAAG;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,eAAe,CAAC,EAAC,CAAC,IAAI,EAAC,kBAAkB,KAAK,IAAI,CAAC;IACnD,MAAM,EAAC,aAAa,CAAC;IACrB,QAAQ,EAAC,YAAY,EAAE,CAAC;IACxB,IAAI,EAAC,GAAG,CAAC;IACT,eAAe,EAAE,kBAAkB,EAAE,CAAC;IACtC,qBAAqB,EAAC,CAAC,EAAE,EAAC,kBAAkB,KAAK,IAAI,CAAA;CACxD,CAAA;AAED,QAAA,MAAM,eAAe,4GAA4G,oBAAoB,sBAqIpJ,CAAA;AAGD,eAAe,eAAe,CAAA"}
1
+ {"version":3,"file":"SettingsManager.d.ts","sourceRoot":"","sources":["../../../../../src/ProfileManager/Components/SettingsManager.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAIxC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AACjD,OAAO,KAAK,EAAE,kBAAkB,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAKzF,KAAK,oBAAoB,GAAG;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,eAAe,CAAC,EAAC,CAAC,IAAI,EAAC,kBAAkB,KAAK,IAAI,CAAC;IACnD,MAAM,EAAC,aAAa,CAAC;IACrB,QAAQ,EAAC,YAAY,EAAE,CAAC;IACxB,IAAI,EAAC,GAAG,CAAC;IACT,eAAe,EAAE,kBAAkB,EAAE,CAAC;IACtC,qBAAqB,EAAC,CAAC,EAAE,EAAC,kBAAkB,KAAK,IAAI,CAAA;CACxD,CAAA;AAED,QAAA,MAAM,eAAe,4GAA4G,oBAAoB,sBAoIpJ,CAAA;AAGD,eAAe,eAAe,CAAA"}
@@ -1,7 +1,8 @@
1
1
  import React from 'react';
2
- import type { LocationProps, MyPlayerProps, PlayerAddressProps } from '../../types';
2
+ import type { FocusPositionProps, LocationProps, MyPlayerProps, PlayerAddressProps } from '../../types';
3
3
  type AddressManaertProps = {
4
4
  player?: MyPlayerProps;
5
+ onFocusPosition?: (pos: FocusPositionProps) => void;
5
6
  location?: {
6
7
  loading: boolean;
7
8
  error?: string;
@@ -17,6 +18,6 @@ type AddressManaertProps = {
17
18
  onSelect: (address: PlayerAddressProps) => void;
18
19
  onCancel: () => void;
19
20
  };
20
- declare const AddressManager: ({ location, player_addresses, onSelect, onCancel, onAddAddress, onRemoveAddress }: AddressManaertProps) => React.JSX.Element;
21
+ declare const AddressManager: ({ location, player_addresses, onFocusPosition, onSelect, onCancel, onAddAddress, onRemoveAddress }: AddressManaertProps) => React.JSX.Element;
21
22
  export default AddressManager;
22
23
  //# sourceMappingURL=AddressManager.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AddressManager.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/AddressManager.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAExC,OAAO,KAAK,EAAE,aAAa,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAMpF,KAAK,mBAAmB,GAAG;IACvB,MAAM,CAAC,EAAC,aAAa,CAAA;IACrB,QAAQ,CAAC,EAAE;QACP,OAAO,EAAE,OAAO,CAAC;QACjB,KAAK,CAAC,EAAC,MAAM,CAAC;QACd,WAAW,EAAC,GAAG,CAAC;QAChB,eAAe,EAAC,GAAG,EAAE,CAAC;QACtB,cAAc,CAAC,EAAC,kBAAkB,CAAC;QACnC,MAAM,CAAC,EAAC,MAAM,CAAC;QACf,QAAQ,CAAC,EAAC,aAAa,CAAA;KAC1B,CAAA;IACD,gBAAgB,EAAC,kBAAkB,EAAE,CAAC;IACtC,YAAY,EAAC,CAAC,OAAO,EAAC,kBAAkB,KAAK,IAAI,CAAC;IAClD,eAAe,CAAC,EAAC,CAAC,OAAO,EAAC,kBAAkB,KAAK,IAAI,CAAC;IACtD,QAAQ,EAAE,CAAC,OAAO,EAAC,kBAAkB,KAAK,IAAI,CAAA;IAC9C,QAAQ,EAAE,MAAM,IAAI,CAAA;CACvB,CAAA;AAED,QAAA,MAAM,cAAc,sFAAsF,mBAAmB,sBAmK5H,CAAA;AAED,eAAe,cAAc,CAAA"}
1
+ {"version":3,"file":"AddressManager.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/AddressManager.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAExC,OAAO,KAAK,EAAE,kBAAkB,EAAE,aAAa,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAMxG,KAAK,mBAAmB,GAAG;IACvB,MAAM,CAAC,EAAC,aAAa,CAAC;IACtB,eAAe,CAAC,EAAC,CAAC,GAAG,EAAC,kBAAkB,KAAK,IAAI,CAAC;IAClD,QAAQ,CAAC,EAAE;QACP,OAAO,EAAE,OAAO,CAAC;QACjB,KAAK,CAAC,EAAC,MAAM,CAAC;QACd,WAAW,EAAC,GAAG,CAAC;QAChB,eAAe,EAAC,GAAG,EAAE,CAAC;QACtB,cAAc,CAAC,EAAC,kBAAkB,CAAC;QACnC,MAAM,CAAC,EAAC,MAAM,CAAC;QACf,QAAQ,CAAC,EAAC,aAAa,CAAA;KAC1B,CAAA;IACD,gBAAgB,EAAC,kBAAkB,EAAE,CAAC;IACtC,YAAY,EAAC,CAAC,OAAO,EAAC,kBAAkB,KAAK,IAAI,CAAC;IAClD,eAAe,CAAC,EAAC,CAAC,OAAO,EAAC,kBAAkB,KAAK,IAAI,CAAC;IACtD,QAAQ,EAAE,CAAC,OAAO,EAAC,kBAAkB,KAAK,IAAI,CAAA;IAC9C,QAAQ,EAAE,MAAM,IAAI,CAAA;CACvB,CAAA;AAED,QAAA,MAAM,cAAc,uGAAuG,mBAAmB,sBAwK7I,CAAA;AAED,eAAe,cAAc,CAAA"}
@@ -1,9 +1,10 @@
1
1
  import React from 'react';
2
- import type { AccountProps, CodeRequestProps, ItemOrderProps, MyPlayerProps, PlayerDepositLimitProps, PlayerReferralProps, PromoProps, PublicPlayerProps, RewardOptionProps, WalletSettingsProps } from '../../types';
2
+ import type { AccountProps, CodeRequestProps, FocusPositionProps, ItemOrderProps, MyPlayerProps, PlayerDepositLimitProps, PlayerReferralProps, PromoProps, PublicPlayerProps, RewardOptionProps, WalletSettingsProps } from '../../types';
3
3
  type DepositCardProps = {
4
4
  player: MyPlayerProps;
5
5
  wallet_settings: WalletSettingsProps;
6
6
  account: AccountProps;
7
+ onFocusPosition?: (pos: FocusPositionProps) => void;
7
8
  code_details?: {
8
9
  code_request?: CodeRequestProps;
9
10
  referrer?: PublicPlayerProps;
@@ -15,6 +16,6 @@ type DepositCardProps = {
15
16
  onTransact: (draft_order: ItemOrderProps, account_id?: string) => void;
16
17
  onCancel: () => void;
17
18
  };
18
- declare const DepositCard: ({ wallet_settings, code_details, account, deposit_limit, onTransact, onCancel }: DepositCardProps) => React.JSX.Element;
19
+ declare const DepositCard: ({ wallet_settings, code_details, account, deposit_limit, onFocusPosition, onTransact, onCancel }: DepositCardProps) => React.JSX.Element;
19
20
  export default DepositCard;
20
21
  //# sourceMappingURL=DepositCard.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DepositCard.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/DepositCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,KAAK,EAAE,YAAY,EAAsB,gBAAgB,EAAE,cAAc,EAAE,aAAa,EAAE,uBAAuB,EAAE,mBAAmB,EAAE,UAAU,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAM1O,KAAK,gBAAgB,GAAG;IACpB,MAAM,EAAC,aAAa,CAAC;IACrB,eAAe,EAAC,mBAAmB,CAAC;IACpC,OAAO,EAAC,YAAY,CAAC;IACrB,YAAY,CAAC,EAAE;QACX,YAAY,CAAC,EAAC,gBAAgB,CAAC;QAC/B,QAAQ,CAAC,EAAC,iBAAiB,CAAC;QAC5B,KAAK,CAAC,EAAC,UAAU,CAAC;QAClB,eAAe,CAAC,EAAC,mBAAmB,CAAC;QACrC,aAAa,CAAC,EAAC,iBAAiB,CAAA;KACnC,CAAC;IACF,aAAa,EAAC,uBAAuB,CAAC;IACtC,UAAU,EAAC,CAAC,WAAW,EAAC,cAAc,EAAE,UAAU,CAAC,EAAC,MAAM,KAAK,IAAI,CAAC;IACpE,QAAQ,EAAC,MAAM,IAAI,CAAA;CACtB,CAAA;AAED,QAAA,MAAM,WAAW,oFAAoF,gBAAgB,sBAmIpH,CAAA;AAED,eAAe,WAAW,CAAA"}
1
+ {"version":3,"file":"DepositCard.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/DepositCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,KAAK,EAAE,YAAY,EAAsB,gBAAgB,EAAE,kBAAkB,EAAE,cAAc,EAAE,aAAa,EAAE,uBAAuB,EAAE,mBAAmB,EAAE,UAAU,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAM9P,KAAK,gBAAgB,GAAG;IACpB,MAAM,EAAC,aAAa,CAAC;IACrB,eAAe,EAAC,mBAAmB,CAAC;IACpC,OAAO,EAAC,YAAY,CAAC;IACrB,eAAe,CAAC,EAAC,CAAC,GAAG,EAAC,kBAAkB,KAAK,IAAI,CAAC;IAClD,YAAY,CAAC,EAAE;QACX,YAAY,CAAC,EAAC,gBAAgB,CAAC;QAC/B,QAAQ,CAAC,EAAC,iBAAiB,CAAC;QAC5B,KAAK,CAAC,EAAC,UAAU,CAAC;QAClB,eAAe,CAAC,EAAC,mBAAmB,CAAC;QACrC,aAAa,CAAC,EAAC,iBAAiB,CAAA;KACnC,CAAC;IACF,aAAa,EAAC,uBAAuB,CAAC;IACtC,UAAU,EAAC,CAAC,WAAW,EAAC,cAAc,EAAE,UAAU,CAAC,EAAC,MAAM,KAAK,IAAI,CAAC;IACpE,QAAQ,EAAC,MAAM,IAAI,CAAA;CACtB,CAAA;AAED,QAAA,MAAM,WAAW,qGAAqG,gBAAgB,sBAoIrI,CAAA;AAED,eAAe,WAAW,CAAA"}
@@ -1,10 +1,11 @@
1
1
  import React from 'react';
2
- import type { AccountProps, MyPlayerProps } from '../../types';
2
+ import type { AccountProps, FocusPositionProps, MyPlayerProps } from '../../types';
3
3
  type ManualACHAddProps = {
4
4
  player: MyPlayerProps;
5
+ onFocusPosition?: (pos: FocusPositionProps) => void;
5
6
  onAddAccount: (account: AccountProps) => void;
6
7
  onCancel: () => void;
7
8
  };
8
- declare const ManualACHAdd: ({ player, onAddAccount, onCancel }: ManualACHAddProps) => React.JSX.Element;
9
+ declare const ManualACHAdd: ({ player, onAddAccount, onCancel, onFocusPosition }: ManualACHAddProps) => React.JSX.Element;
9
10
  export default ManualACHAdd;
10
11
  //# sourceMappingURL=ManualACHAdd.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ManualACHAdd.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/ManualACHAdd.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAGxC,OAAO,KAAK,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAM/D,KAAK,iBAAiB,GAAG;IACrB,MAAM,EAAC,aAAa,CAAC;IACrB,YAAY,EAAC,CAAC,OAAO,EAAC,YAAY,KAAK,IAAI,CAAC;IAC5C,QAAQ,EAAC,MAAM,IAAI,CAAA;CACtB,CAAA;AAGD,QAAA,MAAM,YAAY,uCAAuC,iBAAiB,sBAoKzE,CAAA;AAED,eAAe,YAAY,CAAA"}
1
+ {"version":3,"file":"ManualACHAdd.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/ManualACHAdd.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAGxC,OAAO,KAAK,EAAE,YAAY,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAMnF,KAAK,iBAAiB,GAAG;IACrB,MAAM,EAAC,aAAa,CAAC;IACrB,eAAe,CAAC,EAAC,CAAC,GAAG,EAAC,kBAAkB,KAAK,IAAI,CAAC;IAClD,YAAY,EAAC,CAAC,OAAO,EAAC,YAAY,KAAK,IAAI,CAAC;IAC5C,QAAQ,EAAC,MAAM,IAAI,CAAA;CACtB,CAAA;AAGD,QAAA,MAAM,YAAY,wDAAwD,iBAAiB,sBAwK1F,CAAA;AAED,eAAe,YAAY,CAAA"}
@@ -1,10 +1,11 @@
1
1
  import React from 'react';
2
- import type { AccountProps, MyPlayerProps } from '../../types';
2
+ import type { AccountProps, FocusPositionProps, MyPlayerProps } from '../../types';
3
3
  type ManualCardAddProps = {
4
4
  player: MyPlayerProps;
5
+ onFocusPosition?: (pos: FocusPositionProps) => void;
5
6
  onAddAccount: (acct: AccountProps) => void;
6
7
  onCancel: () => void;
7
8
  };
8
- declare const ManualCardAdd: ({ player, onAddAccount, onCancel }: ManualCardAddProps) => React.JSX.Element;
9
+ declare const ManualCardAdd: ({ player, onAddAccount, onCancel, onFocusPosition }: ManualCardAddProps) => React.JSX.Element;
9
10
  export default ManualCardAdd;
10
11
  //# sourceMappingURL=ManualCardAdd.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ManualCardAdd.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/ManualCardAdd.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAGxC,OAAO,KAAK,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAM/D,KAAK,kBAAkB,GAAG;IACtB,MAAM,EAAC,aAAa,CAAC;IACrB,YAAY,EAAC,CAAC,IAAI,EAAC,YAAY,KAAK,IAAI,CAAC;IACzC,QAAQ,EAAC,MAAM,IAAI,CAAA;CACtB,CAAA;AAED,QAAA,MAAM,aAAa,uCAAuC,kBAAkB,sBA4L3E,CAAA;AAID,eAAe,aAAa,CAAA"}
1
+ {"version":3,"file":"ManualCardAdd.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/ManualCardAdd.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAGxC,OAAO,KAAK,EAAE,YAAY,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAMnF,KAAK,kBAAkB,GAAG;IACtB,MAAM,EAAC,aAAa,CAAC;IACrB,eAAe,CAAC,EAAC,CAAC,GAAG,EAAC,kBAAkB,KAAK,IAAI,CAAC;IAClD,YAAY,EAAC,CAAC,IAAI,EAAC,YAAY,KAAK,IAAI,CAAC;IACzC,QAAQ,EAAC,MAAM,IAAI,CAAA;CACtB,CAAA;AAED,QAAA,MAAM,aAAa,wDAAwD,kBAAkB,sBAgM5F,CAAA;AAID,eAAe,aAAa,CAAA"}
@@ -1,10 +1,11 @@
1
1
  import React from 'react';
2
- import type { AccountProps } from '../../types';
2
+ import type { AccountProps, FocusPositionProps } from '../../types';
3
3
  type VerifyACHWidgetProps = {
4
4
  account: AccountProps;
5
+ onFocusPosition?: (pos: FocusPositionProps) => void;
5
6
  onUpdateAccount: (account: AccountProps) => void;
6
7
  onClose: () => void;
7
8
  };
8
- declare const VerifyACHAccount: ({ account, onClose, onUpdateAccount }: VerifyACHWidgetProps) => React.JSX.Element;
9
+ declare const VerifyACHAccount: ({ account, onClose, onUpdateAccount, onFocusPosition }: VerifyACHWidgetProps) => React.JSX.Element;
9
10
  export default VerifyACHAccount;
10
11
  //# sourceMappingURL=VerifyACHAccount.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"VerifyACHAccount.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/VerifyACHAccount.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAMxC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,KAAK,oBAAoB,GAAG;IACxB,OAAO,EAAC,YAAY,CAAC;IACrB,eAAe,EAAC,CAAC,OAAO,EAAC,YAAY,KAAK,IAAI,CAAC;IAC/C,OAAO,EAAE,MAAM,IAAI,CAAC;CACvB,CAAA;AAED,QAAA,MAAM,gBAAgB,0CAA0C,oBAAoB,sBA2HnF,CAAA;AAED,eAAe,gBAAgB,CAAA"}
1
+ {"version":3,"file":"VerifyACHAccount.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/VerifyACHAccount.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAIxC,OAAO,KAAK,EAAE,YAAY,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAIpE,KAAK,oBAAoB,GAAG;IACxB,OAAO,EAAC,YAAY,CAAC;IACrB,eAAe,CAAC,EAAC,CAAC,GAAG,EAAC,kBAAkB,KAAK,IAAI,CAAC;IAClD,eAAe,EAAC,CAAC,OAAO,EAAC,YAAY,KAAK,IAAI,CAAC;IAC/C,OAAO,EAAE,MAAM,IAAI,CAAC;CACvB,CAAA;AAED,QAAA,MAAM,gBAAgB,2DAA2D,oBAAoB,sBA+GpG,CAAA;AAED,eAAe,gBAAgB,CAAA"}