be-components 1.0.8 → 1.1.0

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 (904) hide show
  1. package/lib/commonjs/AdServer/components/CompanyAdCard.js +3 -5
  2. package/lib/commonjs/AdServer/components/CompanyAdCard.js.map +1 -1
  3. package/lib/commonjs/AdServer/index.js +9 -10
  4. package/lib/commonjs/AdServer/index.js.map +1 -1
  5. package/lib/commonjs/ApiOverrides/index.js +6 -3
  6. package/lib/commonjs/ApiOverrides/index.js.map +1 -1
  7. package/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.js +16 -17
  8. package/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.js.map +1 -1
  9. package/lib/commonjs/Authenticator/Components/LoginForm.js +58 -60
  10. package/lib/commonjs/Authenticator/Components/LoginForm.js.map +1 -1
  11. package/lib/commonjs/Authenticator/Components/StrategyForm.js +67 -69
  12. package/lib/commonjs/Authenticator/Components/StrategyForm.js.map +1 -1
  13. package/lib/commonjs/Authenticator/index.js +14 -16
  14. package/lib/commonjs/Authenticator/index.js.map +1 -1
  15. package/lib/commonjs/BettorSearch/index.js +8 -10
  16. package/lib/commonjs/BettorSearch/index.js.map +1 -1
  17. package/lib/commonjs/Bracket/components/BracketCompetitionCard.js +92 -94
  18. package/lib/commonjs/Bracket/components/BracketCompetitionCard.js.map +1 -1
  19. package/lib/commonjs/Bracket/components/BracketCompetitionSelector.js +37 -39
  20. package/lib/commonjs/Bracket/components/BracketCompetitionSelector.js.map +1 -1
  21. package/lib/commonjs/Bracket/components/BracketPlay/BracketNavigator.js +18 -19
  22. package/lib/commonjs/Bracket/components/BracketPlay/BracketNavigator.js.map +1 -1
  23. package/lib/commonjs/Bracket/components/BracketPlay/BracketRound.js +7 -8
  24. package/lib/commonjs/Bracket/components/BracketPlay/BracketRound.js.map +1 -1
  25. package/lib/commonjs/Bracket/components/BracketPlay/RoundEvent.js +45 -46
  26. package/lib/commonjs/Bracket/components/BracketPlay/RoundEvent.js.map +1 -1
  27. package/lib/commonjs/Bracket/components/BracketPlay/index.js +27 -29
  28. package/lib/commonjs/Bracket/components/BracketPlay/index.js.map +1 -1
  29. package/lib/commonjs/Bracket/components/BracketSelector.js +21 -22
  30. package/lib/commonjs/Bracket/components/BracketSelector.js.map +1 -1
  31. package/lib/commonjs/Bracket/components/CompetitionLeaderboard.js +34 -36
  32. package/lib/commonjs/Bracket/components/CompetitionLeaderboard.js.map +1 -1
  33. package/lib/commonjs/Bracket/components/JoinCompetitionCard.js +20 -22
  34. package/lib/commonjs/Bracket/components/JoinCompetitionCard.js.map +1 -1
  35. package/lib/commonjs/Bracket/components/PlayerBalanceCard.js +6 -7
  36. package/lib/commonjs/Bracket/components/PlayerBalanceCard.js.map +1 -1
  37. package/lib/commonjs/Bracket/components/PlayerBracketManager.js +75 -77
  38. package/lib/commonjs/Bracket/components/PlayerBracketManager.js.map +1 -1
  39. package/lib/commonjs/Bracket/components/PlayerBrackets.js +27 -28
  40. package/lib/commonjs/Bracket/components/PlayerBrackets.js.map +1 -1
  41. package/lib/commonjs/Bracket/components/RoomMenu.js +15 -16
  42. package/lib/commonjs/Bracket/components/RoomMenu.js.map +1 -1
  43. package/lib/commonjs/Bracket/index.js +9 -11
  44. package/lib/commonjs/Bracket/index.js.map +1 -1
  45. package/lib/commonjs/Checkout/components/AccountSummaryCard.js +43 -44
  46. package/lib/commonjs/Checkout/components/AccountSummaryCard.js.map +1 -1
  47. package/lib/commonjs/Checkout/components/ItemSummaryCard.js +7 -8
  48. package/lib/commonjs/Checkout/components/ItemSummaryCard.js.map +1 -1
  49. package/lib/commonjs/Checkout/components/OrderSummaryCard.js +12 -13
  50. package/lib/commonjs/Checkout/components/OrderSummaryCard.js.map +1 -1
  51. package/lib/commonjs/Checkout/components/PayPalOrderCapture.js +2 -4
  52. package/lib/commonjs/Checkout/components/PayPalOrderCapture.js.map +1 -1
  53. package/lib/commonjs/Checkout/components/ShippingSummaryCard.js +7 -8
  54. package/lib/commonjs/Checkout/components/ShippingSummaryCard.js.map +1 -1
  55. package/lib/commonjs/Checkout/index.js +58 -60
  56. package/lib/commonjs/Checkout/index.js.map +1 -1
  57. package/lib/commonjs/Competition/components/AthleteMarketCard.js +20 -21
  58. package/lib/commonjs/Competition/components/AthleteMarketCard.js.map +1 -1
  59. package/lib/commonjs/Competition/components/CompetitionCard.js +25 -26
  60. package/lib/commonjs/Competition/components/CompetitionCard.js.map +1 -1
  61. package/lib/commonjs/Competition/components/CompetitionInfoCard.js +31 -32
  62. package/lib/commonjs/Competition/components/CompetitionInfoCard.js.map +1 -1
  63. package/lib/commonjs/Competition/components/CompetitionLeaderboard.js +34 -36
  64. package/lib/commonjs/Competition/components/CompetitionLeaderboard.js.map +1 -1
  65. package/lib/commonjs/Competition/components/CompetitionPlay.js +116 -118
  66. package/lib/commonjs/Competition/components/CompetitionPlay.js.map +1 -1
  67. package/lib/commonjs/Competition/components/CompetitionSeasonCard.js +16 -17
  68. package/lib/commonjs/Competition/components/CompetitionSeasonCard.js.map +1 -1
  69. package/lib/commonjs/Competition/components/CompetitionSelector.js +14 -16
  70. package/lib/commonjs/Competition/components/CompetitionSelector.js.map +1 -1
  71. package/lib/commonjs/Competition/components/CompetitionTypeCard.js +43 -45
  72. package/lib/commonjs/Competition/components/CompetitionTypeCard.js.map +1 -1
  73. package/lib/commonjs/Competition/components/EnterCompetitionPrompt.js +29 -31
  74. package/lib/commonjs/Competition/components/EnterCompetitionPrompt.js.map +1 -1
  75. package/lib/commonjs/Competition/components/LeaderPicks.js +39 -41
  76. package/lib/commonjs/Competition/components/LeaderPicks.js.map +1 -1
  77. package/lib/commonjs/Competition/components/ManageSeasonForm.js +85 -87
  78. package/lib/commonjs/Competition/components/ManageSeasonForm.js.map +1 -1
  79. package/lib/commonjs/Competition/components/MarketsCard.js +17 -19
  80. package/lib/commonjs/Competition/components/MarketsCard.js.map +1 -1
  81. package/lib/commonjs/Competition/components/MatchMarketCard.js +25 -26
  82. package/lib/commonjs/Competition/components/MatchMarketCard.js.map +1 -1
  83. package/lib/commonjs/Competition/components/NavOutPrompt.js +18 -19
  84. package/lib/commonjs/Competition/components/NavOutPrompt.js.map +1 -1
  85. package/lib/commonjs/Competition/components/SeasonInfoModal.js +52 -54
  86. package/lib/commonjs/Competition/components/SeasonInfoModal.js.map +1 -1
  87. package/lib/commonjs/Competition/components/TeamEventCard.js +30 -31
  88. package/lib/commonjs/Competition/components/TeamEventCard.js.map +1 -1
  89. package/lib/commonjs/Competition/components/WagerPickForm.js +30 -32
  90. package/lib/commonjs/Competition/components/WagerPickForm.js.map +1 -1
  91. package/lib/commonjs/Competition/index.js +3 -5
  92. package/lib/commonjs/Competition/index.js.map +1 -1
  93. package/lib/commonjs/Components/Button.js +7 -8
  94. package/lib/commonjs/Components/Button.js.map +1 -1
  95. package/lib/commonjs/Components/Checkbox.js +3 -4
  96. package/lib/commonjs/Components/Checkbox.js.map +1 -1
  97. package/lib/commonjs/Components/Icons.js +650 -373
  98. package/lib/commonjs/Components/Icons.js.map +1 -1
  99. package/lib/commonjs/Components/ImageUploader.js +3 -5
  100. package/lib/commonjs/Components/ImageUploader.js.map +1 -1
  101. package/lib/commonjs/Components/Jerseys.js +124 -125
  102. package/lib/commonjs/Components/Jerseys.js.map +1 -1
  103. package/lib/commonjs/Components/LinearDiagnal.js +7 -9
  104. package/lib/commonjs/Components/LinearDiagnal.js.map +1 -1
  105. package/lib/commonjs/Components/Spring.js +1 -3
  106. package/lib/commonjs/Components/Spring.js.map +1 -1
  107. package/lib/commonjs/Components/Switch.js +8 -9
  108. package/lib/commonjs/Components/Switch.js.map +1 -1
  109. package/lib/commonjs/Components/Text.js +33 -5
  110. package/lib/commonjs/Components/Text.js.map +1 -1
  111. package/lib/commonjs/Components/TextInput.js +1 -2
  112. package/lib/commonjs/Components/TextInput.js.map +1 -1
  113. package/lib/commonjs/LocationTracker/index.js +27 -28
  114. package/lib/commonjs/LocationTracker/index.js.map +1 -1
  115. package/lib/commonjs/Observer/Observer.js +2 -4
  116. package/lib/commonjs/Observer/Observer.js.map +1 -1
  117. package/lib/commonjs/Poll/components/CampaignPlay.js +56 -58
  118. package/lib/commonjs/Poll/components/CampaignPlay.js.map +1 -1
  119. package/lib/commonjs/Poll/components/CampaignProgressBar.js +11 -13
  120. package/lib/commonjs/Poll/components/CampaignProgressBar.js.map +1 -1
  121. package/lib/commonjs/Poll/components/CampaignResult.js +56 -58
  122. package/lib/commonjs/Poll/components/CampaignResult.js.map +1 -1
  123. package/lib/commonjs/Poll/components/CampaignSelector.js +12 -14
  124. package/lib/commonjs/Poll/components/CampaignSelector.js.map +1 -1
  125. package/lib/commonjs/Poll/components/PollCampaignCard.js +7 -8
  126. package/lib/commonjs/Poll/components/PollCampaignCard.js.map +1 -1
  127. package/lib/commonjs/Poll/components/PollCard.js +49 -51
  128. package/lib/commonjs/Poll/components/PollCard.js.map +1 -1
  129. package/lib/commonjs/Poll/components/PollOptionCard.js +14 -16
  130. package/lib/commonjs/Poll/components/PollOptionCard.js.map +1 -1
  131. package/lib/commonjs/Poll/components/PollSelectCard.js +25 -26
  132. package/lib/commonjs/Poll/components/PollSelectCard.js.map +1 -1
  133. package/lib/commonjs/Poll/components/ResponseTimer.js +3 -5
  134. package/lib/commonjs/Poll/components/ResponseTimer.js.map +1 -1
  135. package/lib/commonjs/Poll/components/WidgetHeader.js +11 -12
  136. package/lib/commonjs/Poll/components/WidgetHeader.js.map +1 -1
  137. package/lib/commonjs/Poll/flashmarket/ResultCard.js +47 -49
  138. package/lib/commonjs/Poll/flashmarket/ResultCard.js.map +1 -1
  139. package/lib/commonjs/Poll/flashmarket/index.js +52 -54
  140. package/lib/commonjs/Poll/flashmarket/index.js.map +1 -1
  141. package/lib/commonjs/Poll/index.js +6 -8
  142. package/lib/commonjs/Poll/index.js.map +1 -1
  143. package/lib/commonjs/ProfileManager/Components/BasicInfoManager.js +35 -37
  144. package/lib/commonjs/ProfileManager/Components/BasicInfoManager.js.map +1 -1
  145. package/lib/commonjs/ProfileManager/Components/BasicStatus.js +35 -36
  146. package/lib/commonjs/ProfileManager/Components/BasicStatus.js.map +1 -1
  147. package/lib/commonjs/ProfileManager/Components/CodeRedeem.js +50 -52
  148. package/lib/commonjs/ProfileManager/Components/CodeRedeem.js.map +1 -1
  149. package/lib/commonjs/ProfileManager/Components/DOBManager.js +24 -26
  150. package/lib/commonjs/ProfileManager/Components/DOBManager.js.map +1 -1
  151. package/lib/commonjs/ProfileManager/Components/EmailManager.js +36 -38
  152. package/lib/commonjs/ProfileManager/Components/EmailManager.js.map +1 -1
  153. package/lib/commonjs/ProfileManager/Components/PasswordManager.js +36 -38
  154. package/lib/commonjs/ProfileManager/Components/PasswordManager.js.map +1 -1
  155. package/lib/commonjs/ProfileManager/Components/PhoneManager.js +36 -38
  156. package/lib/commonjs/ProfileManager/Components/PhoneManager.js.map +1 -1
  157. package/lib/commonjs/ProfileManager/Components/ProfilePicManager.js +17 -19
  158. package/lib/commonjs/ProfileManager/Components/ProfilePicManager.js.map +1 -1
  159. package/lib/commonjs/ProfileManager/Components/ProfileWelcome.js +15 -16
  160. package/lib/commonjs/ProfileManager/Components/ProfileWelcome.js.map +1 -1
  161. package/lib/commonjs/ProfileManager/Components/ProfileWizard.js +66 -68
  162. package/lib/commonjs/ProfileManager/Components/ProfileWizard.js.map +1 -1
  163. package/lib/commonjs/ProfileManager/Components/SettingsManager.js +29 -31
  164. package/lib/commonjs/ProfileManager/Components/SettingsManager.js.map +1 -1
  165. package/lib/commonjs/ProfileManager/Components/VouchCard.js +63 -65
  166. package/lib/commonjs/ProfileManager/Components/VouchCard.js.map +1 -1
  167. package/lib/commonjs/ProfileManager/index.js +16 -18
  168. package/lib/commonjs/ProfileManager/index.js.map +1 -1
  169. package/lib/commonjs/SocialComponents/PlayerCard.js +11 -12
  170. package/lib/commonjs/SocialComponents/PlayerCard.js.map +1 -1
  171. package/lib/commonjs/SocialComponents/PlayerFollowButton.js +3 -4
  172. package/lib/commonjs/SocialComponents/PlayerFollowButton.js.map +1 -1
  173. package/lib/commonjs/SocialComponents/PlayerList.js +4 -6
  174. package/lib/commonjs/SocialComponents/PlayerList.js.map +1 -1
  175. package/lib/commonjs/Socket/api/index.js +18 -0
  176. package/lib/commonjs/Socket/api/index.js.map +1 -0
  177. package/lib/commonjs/Socket/index.js +120 -0
  178. package/lib/commonjs/Socket/index.js.map +1 -0
  179. package/lib/commonjs/Squares/api/index.js +97 -0
  180. package/lib/commonjs/Squares/api/index.js.map +1 -0
  181. package/lib/commonjs/Squares/components/BidForm.js +173 -0
  182. package/lib/commonjs/Squares/components/BidForm.js.map +1 -0
  183. package/lib/commonjs/Squares/components/BidToggle.js +63 -0
  184. package/lib/commonjs/Squares/components/BidToggle.js.map +1 -0
  185. package/lib/commonjs/Squares/components/BoardStats.js +144 -0
  186. package/lib/commonjs/Squares/components/BoardStats.js.map +1 -0
  187. package/lib/commonjs/Squares/components/EventCard.js +132 -0
  188. package/lib/commonjs/Squares/components/EventCard.js.map +1 -0
  189. package/lib/commonjs/Squares/components/MySquaresCard.js +109 -0
  190. package/lib/commonjs/Squares/components/MySquaresCard.js.map +1 -0
  191. package/lib/commonjs/Squares/components/OfferForm.js +181 -0
  192. package/lib/commonjs/Squares/components/OfferForm.js.map +1 -0
  193. package/lib/commonjs/Squares/components/ResultsCard.js +108 -0
  194. package/lib/commonjs/Squares/components/ResultsCard.js.map +1 -0
  195. package/lib/commonjs/Squares/components/SquareCard.js +337 -0
  196. package/lib/commonjs/Squares/components/SquareCard.js.map +1 -0
  197. package/lib/commonjs/Squares/components/SquareOfferCard.js +266 -0
  198. package/lib/commonjs/Squares/components/SquareOfferCard.js.map +1 -0
  199. package/lib/commonjs/Squares/components/SquareOwners.js +123 -0
  200. package/lib/commonjs/Squares/components/SquareOwners.js.map +1 -0
  201. package/lib/commonjs/Squares/components/SquaresBoard.js +209 -0
  202. package/lib/commonjs/Squares/components/SquaresBoard.js.map +1 -0
  203. package/lib/commonjs/Squares/components/SquaresDetails.js +90 -0
  204. package/lib/commonjs/Squares/components/SquaresDetails.js.map +1 -0
  205. package/lib/commonjs/Squares/index.js +568 -0
  206. package/lib/commonjs/Squares/index.js.map +1 -0
  207. package/lib/commonjs/Wallet/components/ACHAddCard.js +38 -39
  208. package/lib/commonjs/Wallet/components/ACHAddCard.js.map +1 -1
  209. package/lib/commonjs/Wallet/components/AccountCard.js +17 -18
  210. package/lib/commonjs/Wallet/components/AccountCard.js.map +1 -1
  211. package/lib/commonjs/Wallet/components/AccountLimitManager.js +32 -34
  212. package/lib/commonjs/Wallet/components/AccountLimitManager.js.map +1 -1
  213. package/lib/commonjs/Wallet/components/AccountManager.js +31 -32
  214. package/lib/commonjs/Wallet/components/AccountManager.js.map +1 -1
  215. package/lib/commonjs/Wallet/components/AccountSnoozeManager.js +31 -33
  216. package/lib/commonjs/Wallet/components/AccountSnoozeManager.js.map +1 -1
  217. package/lib/commonjs/Wallet/components/AddressCard.js +7 -8
  218. package/lib/commonjs/Wallet/components/AddressCard.js.map +1 -1
  219. package/lib/commonjs/Wallet/components/AddressManager.js +44 -46
  220. package/lib/commonjs/Wallet/components/AddressManager.js.map +1 -1
  221. package/lib/commonjs/Wallet/components/DepositCard.js +41 -43
  222. package/lib/commonjs/Wallet/components/DepositCard.js.map +1 -1
  223. package/lib/commonjs/Wallet/components/FundAccountCard.js +54 -55
  224. package/lib/commonjs/Wallet/components/FundAccountCard.js.map +1 -1
  225. package/lib/commonjs/Wallet/components/ItemOrderCard.js +15 -17
  226. package/lib/commonjs/Wallet/components/ItemOrderCard.js.map +1 -1
  227. package/lib/commonjs/Wallet/components/ItemOrderDetailCard.js +23 -25
  228. package/lib/commonjs/Wallet/components/ItemOrderDetailCard.js.map +1 -1
  229. package/lib/commonjs/Wallet/components/LinkAccountManager.js +40 -42
  230. package/lib/commonjs/Wallet/components/LinkAccountManager.js.map +1 -1
  231. package/lib/commonjs/Wallet/components/ManageAccountCard.js +36 -38
  232. package/lib/commonjs/Wallet/components/ManageAccountCard.js.map +1 -1
  233. package/lib/commonjs/Wallet/components/ManualACHAdd.js +33 -35
  234. package/lib/commonjs/Wallet/components/ManualACHAdd.js.map +1 -1
  235. package/lib/commonjs/Wallet/components/ManualCardAdd.js +47 -49
  236. package/lib/commonjs/Wallet/components/ManualCardAdd.js.map +1 -1
  237. package/lib/commonjs/Wallet/components/MyBalance.js +34 -35
  238. package/lib/commonjs/Wallet/components/MyBalance.js.map +1 -1
  239. package/lib/commonjs/Wallet/components/OrderManager.js +15 -17
  240. package/lib/commonjs/Wallet/components/OrderManager.js.map +1 -1
  241. package/lib/commonjs/Wallet/components/RemoveAccount.js +10 -12
  242. package/lib/commonjs/Wallet/components/RemoveAccount.js.map +1 -1
  243. package/lib/commonjs/Wallet/components/VerifyACHAccount.js +20 -22
  244. package/lib/commonjs/Wallet/components/VerifyACHAccount.js.map +1 -1
  245. package/lib/commonjs/Wallet/components/WalletActionSelector.js +49 -51
  246. package/lib/commonjs/Wallet/components/WalletActionSelector.js.map +1 -1
  247. package/lib/commonjs/Wallet/components/WalletSettings.js +98 -100
  248. package/lib/commonjs/Wallet/components/WalletSettings.js.map +1 -1
  249. package/lib/commonjs/Wallet/components/WalletSetup.js +58 -60
  250. package/lib/commonjs/Wallet/components/WalletSetup.js.map +1 -1
  251. package/lib/commonjs/Wallet/components/WithdrawCard.js +46 -48
  252. package/lib/commonjs/Wallet/components/WithdrawCard.js.map +1 -1
  253. package/lib/commonjs/Wallet/index.js +45 -47
  254. package/lib/commonjs/Wallet/index.js.map +1 -1
  255. package/lib/commonjs/constants/styles.js +86 -0
  256. package/lib/commonjs/constants/styles.js.map +1 -1
  257. package/lib/commonjs/index.js +14 -0
  258. package/lib/commonjs/index.js.map +1 -1
  259. package/lib/module/AdServer/components/CompanyAdCard.js +1 -1
  260. package/lib/module/AdServer/components/CompanyAdCard.js.map +1 -1
  261. package/lib/module/AdServer/index.js +2 -1
  262. package/lib/module/AdServer/index.js.map +1 -1
  263. package/lib/module/ApiOverrides/index.js +6 -3
  264. package/lib/module/ApiOverrides/index.js.map +1 -1
  265. package/lib/module/Authenticator/Components/AuthStrategyIdentifier.js +0 -1
  266. package/lib/module/Authenticator/Components/AuthStrategyIdentifier.js.map +1 -1
  267. package/lib/module/Authenticator/Components/LoginForm.js +1 -1
  268. package/lib/module/Authenticator/Components/LoginForm.js.map +1 -1
  269. package/lib/module/Authenticator/Components/StrategyForm.js +1 -1
  270. package/lib/module/Authenticator/Components/StrategyForm.js.map +1 -1
  271. package/lib/module/Authenticator/index.js +1 -1
  272. package/lib/module/Authenticator/index.js.map +1 -1
  273. package/lib/module/BettorSearch/index.js +1 -1
  274. package/lib/module/BettorSearch/index.js.map +1 -1
  275. package/lib/module/Bracket/components/BracketCompetitionCard.js +1 -1
  276. package/lib/module/Bracket/components/BracketCompetitionCard.js.map +1 -1
  277. package/lib/module/Bracket/components/BracketCompetitionSelector.js +1 -1
  278. package/lib/module/Bracket/components/BracketCompetitionSelector.js.map +1 -1
  279. package/lib/module/Bracket/components/BracketPlay/BracketNavigator.js +0 -1
  280. package/lib/module/Bracket/components/BracketPlay/BracketNavigator.js.map +1 -1
  281. package/lib/module/Bracket/components/BracketPlay/BracketRound.js +0 -1
  282. package/lib/module/Bracket/components/BracketPlay/BracketRound.js.map +1 -1
  283. package/lib/module/Bracket/components/BracketPlay/RoundEvent.js +0 -1
  284. package/lib/module/Bracket/components/BracketPlay/RoundEvent.js.map +1 -1
  285. package/lib/module/Bracket/components/BracketPlay/index.js +1 -1
  286. package/lib/module/Bracket/components/BracketPlay/index.js.map +1 -1
  287. package/lib/module/Bracket/components/BracketSelector.js +0 -1
  288. package/lib/module/Bracket/components/BracketSelector.js.map +1 -1
  289. package/lib/module/Bracket/components/CompetitionLeaderboard.js +1 -1
  290. package/lib/module/Bracket/components/CompetitionLeaderboard.js.map +1 -1
  291. package/lib/module/Bracket/components/JoinCompetitionCard.js +1 -1
  292. package/lib/module/Bracket/components/JoinCompetitionCard.js.map +1 -1
  293. package/lib/module/Bracket/components/PlayerBalanceCard.js +0 -1
  294. package/lib/module/Bracket/components/PlayerBalanceCard.js.map +1 -1
  295. package/lib/module/Bracket/components/PlayerBracketManager.js +1 -1
  296. package/lib/module/Bracket/components/PlayerBracketManager.js.map +1 -1
  297. package/lib/module/Bracket/components/PlayerBrackets.js +0 -1
  298. package/lib/module/Bracket/components/PlayerBrackets.js.map +1 -1
  299. package/lib/module/Bracket/components/RoomMenu.js +0 -1
  300. package/lib/module/Bracket/components/RoomMenu.js.map +1 -1
  301. package/lib/module/Bracket/index.js +1 -1
  302. package/lib/module/Bracket/index.js.map +1 -1
  303. package/lib/module/Checkout/components/AccountSummaryCard.js +0 -1
  304. package/lib/module/Checkout/components/AccountSummaryCard.js.map +1 -1
  305. package/lib/module/Checkout/components/ItemSummaryCard.js +0 -1
  306. package/lib/module/Checkout/components/ItemSummaryCard.js.map +1 -1
  307. package/lib/module/Checkout/components/OrderSummaryCard.js +0 -1
  308. package/lib/module/Checkout/components/OrderSummaryCard.js.map +1 -1
  309. package/lib/module/Checkout/components/PayPalOrderCapture.js +0 -1
  310. package/lib/module/Checkout/components/PayPalOrderCapture.js.map +1 -1
  311. package/lib/module/Checkout/components/ShippingSummaryCard.js +0 -1
  312. package/lib/module/Checkout/components/ShippingSummaryCard.js.map +1 -1
  313. package/lib/module/Checkout/index.js +1 -1
  314. package/lib/module/Checkout/index.js.map +1 -1
  315. package/lib/module/Competition/components/AthleteMarketCard.js +0 -1
  316. package/lib/module/Competition/components/AthleteMarketCard.js.map +1 -1
  317. package/lib/module/Competition/components/CompetitionCard.js +0 -1
  318. package/lib/module/Competition/components/CompetitionCard.js.map +1 -1
  319. package/lib/module/Competition/components/CompetitionInfoCard.js +0 -1
  320. package/lib/module/Competition/components/CompetitionInfoCard.js.map +1 -1
  321. package/lib/module/Competition/components/CompetitionLeaderboard.js +1 -1
  322. package/lib/module/Competition/components/CompetitionLeaderboard.js.map +1 -1
  323. package/lib/module/Competition/components/CompetitionPlay.js +1 -1
  324. package/lib/module/Competition/components/CompetitionPlay.js.map +1 -1
  325. package/lib/module/Competition/components/CompetitionSeasonCard.js +0 -1
  326. package/lib/module/Competition/components/CompetitionSeasonCard.js.map +1 -1
  327. package/lib/module/Competition/components/CompetitionSelector.js +1 -1
  328. package/lib/module/Competition/components/CompetitionSelector.js.map +1 -1
  329. package/lib/module/Competition/components/CompetitionTypeCard.js +1 -1
  330. package/lib/module/Competition/components/CompetitionTypeCard.js.map +1 -1
  331. package/lib/module/Competition/components/EnterCompetitionPrompt.js +1 -1
  332. package/lib/module/Competition/components/EnterCompetitionPrompt.js.map +1 -1
  333. package/lib/module/Competition/components/LeaderPicks.js +1 -1
  334. package/lib/module/Competition/components/LeaderPicks.js.map +1 -1
  335. package/lib/module/Competition/components/ManageSeasonForm.js +1 -1
  336. package/lib/module/Competition/components/ManageSeasonForm.js.map +1 -1
  337. package/lib/module/Competition/components/MarketsCard.js +1 -1
  338. package/lib/module/Competition/components/MarketsCard.js.map +1 -1
  339. package/lib/module/Competition/components/MatchMarketCard.js +0 -1
  340. package/lib/module/Competition/components/MatchMarketCard.js.map +1 -1
  341. package/lib/module/Competition/components/NavOutPrompt.js +0 -1
  342. package/lib/module/Competition/components/NavOutPrompt.js.map +1 -1
  343. package/lib/module/Competition/components/SeasonInfoModal.js +1 -1
  344. package/lib/module/Competition/components/SeasonInfoModal.js.map +1 -1
  345. package/lib/module/Competition/components/TeamEventCard.js +0 -1
  346. package/lib/module/Competition/components/TeamEventCard.js.map +1 -1
  347. package/lib/module/Competition/components/WagerPickForm.js +1 -1
  348. package/lib/module/Competition/components/WagerPickForm.js.map +1 -1
  349. package/lib/module/Competition/index.js +1 -1
  350. package/lib/module/Competition/index.js.map +1 -1
  351. package/lib/module/Components/Button.js +0 -1
  352. package/lib/module/Components/Button.js.map +1 -1
  353. package/lib/module/Components/Checkbox.js +0 -1
  354. package/lib/module/Components/Checkbox.js.map +1 -1
  355. package/lib/module/Components/Icons.js +279 -2
  356. package/lib/module/Components/Icons.js.map +1 -1
  357. package/lib/module/Components/ImageUploader.js +1 -1
  358. package/lib/module/Components/ImageUploader.js.map +1 -1
  359. package/lib/module/Components/Jerseys.js +0 -1
  360. package/lib/module/Components/Jerseys.js.map +1 -1
  361. package/lib/module/Components/LinearDiagnal.js +1 -1
  362. package/lib/module/Components/LinearDiagnal.js.map +1 -1
  363. package/lib/module/Components/Spring.js +0 -1
  364. package/lib/module/Components/Spring.js.map +1 -1
  365. package/lib/module/Components/Switch.js +0 -1
  366. package/lib/module/Components/Switch.js.map +1 -1
  367. package/lib/module/Components/Text.js +33 -5
  368. package/lib/module/Components/Text.js.map +1 -1
  369. package/lib/module/Components/TextInput.js +0 -1
  370. package/lib/module/Components/TextInput.js.map +1 -1
  371. package/lib/module/LocationTracker/index.js +0 -1
  372. package/lib/module/LocationTracker/index.js.map +1 -1
  373. package/lib/module/Observer/Observer.js +0 -1
  374. package/lib/module/Observer/Observer.js.map +1 -1
  375. package/lib/module/Poll/components/CampaignPlay.js +0 -1
  376. package/lib/module/Poll/components/CampaignPlay.js.map +1 -1
  377. package/lib/module/Poll/components/CampaignProgressBar.js +0 -1
  378. package/lib/module/Poll/components/CampaignProgressBar.js.map +1 -1
  379. package/lib/module/Poll/components/CampaignResult.js +0 -1
  380. package/lib/module/Poll/components/CampaignResult.js.map +1 -1
  381. package/lib/module/Poll/components/CampaignSelector.js +1 -1
  382. package/lib/module/Poll/components/CampaignSelector.js.map +1 -1
  383. package/lib/module/Poll/components/PollCampaignCard.js +0 -1
  384. package/lib/module/Poll/components/PollCampaignCard.js.map +1 -1
  385. package/lib/module/Poll/components/PollCard.js +0 -1
  386. package/lib/module/Poll/components/PollCard.js.map +1 -1
  387. package/lib/module/Poll/components/PollOptionCard.js +1 -1
  388. package/lib/module/Poll/components/PollOptionCard.js.map +1 -1
  389. package/lib/module/Poll/components/PollSelectCard.js +0 -1
  390. package/lib/module/Poll/components/PollSelectCard.js.map +1 -1
  391. package/lib/module/Poll/components/ResponseTimer.js +1 -1
  392. package/lib/module/Poll/components/ResponseTimer.js.map +1 -1
  393. package/lib/module/Poll/components/WidgetHeader.js +0 -1
  394. package/lib/module/Poll/components/WidgetHeader.js.map +1 -1
  395. package/lib/module/Poll/flashmarket/ResultCard.js +1 -1
  396. package/lib/module/Poll/flashmarket/ResultCard.js.map +1 -1
  397. package/lib/module/Poll/flashmarket/index.js +1 -1
  398. package/lib/module/Poll/flashmarket/index.js.map +1 -1
  399. package/lib/module/Poll/index.js +1 -1
  400. package/lib/module/Poll/index.js.map +1 -1
  401. package/lib/module/ProfileManager/Components/BasicInfoManager.js +1 -1
  402. package/lib/module/ProfileManager/Components/BasicInfoManager.js.map +1 -1
  403. package/lib/module/ProfileManager/Components/BasicStatus.js +0 -1
  404. package/lib/module/ProfileManager/Components/BasicStatus.js.map +1 -1
  405. package/lib/module/ProfileManager/Components/CodeRedeem.js +1 -1
  406. package/lib/module/ProfileManager/Components/CodeRedeem.js.map +1 -1
  407. package/lib/module/ProfileManager/Components/DOBManager.js +1 -1
  408. package/lib/module/ProfileManager/Components/DOBManager.js.map +1 -1
  409. package/lib/module/ProfileManager/Components/EmailManager.js +1 -1
  410. package/lib/module/ProfileManager/Components/EmailManager.js.map +1 -1
  411. package/lib/module/ProfileManager/Components/PasswordManager.js +1 -1
  412. package/lib/module/ProfileManager/Components/PasswordManager.js.map +1 -1
  413. package/lib/module/ProfileManager/Components/PhoneManager.js +1 -1
  414. package/lib/module/ProfileManager/Components/PhoneManager.js.map +1 -1
  415. package/lib/module/ProfileManager/Components/ProfilePicManager.js +1 -1
  416. package/lib/module/ProfileManager/Components/ProfilePicManager.js.map +1 -1
  417. package/lib/module/ProfileManager/Components/ProfileWelcome.js +0 -1
  418. package/lib/module/ProfileManager/Components/ProfileWelcome.js.map +1 -1
  419. package/lib/module/ProfileManager/Components/ProfileWizard.js +1 -1
  420. package/lib/module/ProfileManager/Components/ProfileWizard.js.map +1 -1
  421. package/lib/module/ProfileManager/Components/SettingsManager.js +1 -1
  422. package/lib/module/ProfileManager/Components/SettingsManager.js.map +1 -1
  423. package/lib/module/ProfileManager/Components/VouchCard.js +1 -1
  424. package/lib/module/ProfileManager/Components/VouchCard.js.map +1 -1
  425. package/lib/module/ProfileManager/index.js +1 -1
  426. package/lib/module/ProfileManager/index.js.map +1 -1
  427. package/lib/module/SocialComponents/PlayerCard.js +0 -1
  428. package/lib/module/SocialComponents/PlayerCard.js.map +1 -1
  429. package/lib/module/SocialComponents/PlayerFollowButton.js +0 -1
  430. package/lib/module/SocialComponents/PlayerFollowButton.js.map +1 -1
  431. package/lib/module/SocialComponents/PlayerList.js +1 -1
  432. package/lib/module/SocialComponents/PlayerList.js.map +1 -1
  433. package/lib/module/Socket/api/index.js +13 -0
  434. package/lib/module/Socket/api/index.js.map +1 -0
  435. package/lib/module/Socket/index.js +113 -0
  436. package/lib/module/Socket/index.js.map +1 -0
  437. package/lib/module/Squares/api/index.js +91 -0
  438. package/lib/module/Squares/api/index.js.map +1 -0
  439. package/lib/module/Squares/components/BidForm.js +166 -0
  440. package/lib/module/Squares/components/BidForm.js.map +1 -0
  441. package/lib/module/Squares/components/BidToggle.js +56 -0
  442. package/lib/module/Squares/components/BidToggle.js.map +1 -0
  443. package/lib/module/Squares/components/BoardStats.js +137 -0
  444. package/lib/module/Squares/components/BoardStats.js.map +1 -0
  445. package/lib/module/Squares/components/EventCard.js +125 -0
  446. package/lib/module/Squares/components/EventCard.js.map +1 -0
  447. package/lib/module/Squares/components/MySquaresCard.js +102 -0
  448. package/lib/module/Squares/components/MySquaresCard.js.map +1 -0
  449. package/lib/module/Squares/components/OfferForm.js +174 -0
  450. package/lib/module/Squares/components/OfferForm.js.map +1 -0
  451. package/lib/module/Squares/components/ResultsCard.js +101 -0
  452. package/lib/module/Squares/components/ResultsCard.js.map +1 -0
  453. package/lib/module/Squares/components/SquareCard.js +330 -0
  454. package/lib/module/Squares/components/SquareCard.js.map +1 -0
  455. package/lib/module/Squares/components/SquareOfferCard.js +259 -0
  456. package/lib/module/Squares/components/SquareOfferCard.js.map +1 -0
  457. package/lib/module/Squares/components/SquareOwners.js +116 -0
  458. package/lib/module/Squares/components/SquareOwners.js.map +1 -0
  459. package/lib/module/Squares/components/SquaresBoard.js +202 -0
  460. package/lib/module/Squares/components/SquaresBoard.js.map +1 -0
  461. package/lib/module/Squares/components/SquaresDetails.js +83 -0
  462. package/lib/module/Squares/components/SquaresDetails.js.map +1 -0
  463. package/lib/module/Squares/index.js +561 -0
  464. package/lib/module/Squares/index.js.map +1 -0
  465. package/lib/module/Wallet/components/ACHAddCard.js +0 -1
  466. package/lib/module/Wallet/components/ACHAddCard.js.map +1 -1
  467. package/lib/module/Wallet/components/AccountCard.js +0 -1
  468. package/lib/module/Wallet/components/AccountCard.js.map +1 -1
  469. package/lib/module/Wallet/components/AccountLimitManager.js +1 -1
  470. package/lib/module/Wallet/components/AccountLimitManager.js.map +1 -1
  471. package/lib/module/Wallet/components/AccountManager.js +0 -1
  472. package/lib/module/Wallet/components/AccountManager.js.map +1 -1
  473. package/lib/module/Wallet/components/AccountSnoozeManager.js +1 -1
  474. package/lib/module/Wallet/components/AccountSnoozeManager.js.map +1 -1
  475. package/lib/module/Wallet/components/AddressCard.js +0 -1
  476. package/lib/module/Wallet/components/AddressCard.js.map +1 -1
  477. package/lib/module/Wallet/components/AddressManager.js +1 -1
  478. package/lib/module/Wallet/components/AddressManager.js.map +1 -1
  479. package/lib/module/Wallet/components/DepositCard.js +1 -1
  480. package/lib/module/Wallet/components/DepositCard.js.map +1 -1
  481. package/lib/module/Wallet/components/FundAccountCard.js +0 -1
  482. package/lib/module/Wallet/components/FundAccountCard.js.map +1 -1
  483. package/lib/module/Wallet/components/ItemOrderCard.js +1 -1
  484. package/lib/module/Wallet/components/ItemOrderCard.js.map +1 -1
  485. package/lib/module/Wallet/components/ItemOrderDetailCard.js +0 -1
  486. package/lib/module/Wallet/components/ItemOrderDetailCard.js.map +1 -1
  487. package/lib/module/Wallet/components/LinkAccountManager.js +1 -1
  488. package/lib/module/Wallet/components/LinkAccountManager.js.map +1 -1
  489. package/lib/module/Wallet/components/ManageAccountCard.js +1 -1
  490. package/lib/module/Wallet/components/ManageAccountCard.js.map +1 -1
  491. package/lib/module/Wallet/components/ManualACHAdd.js +1 -1
  492. package/lib/module/Wallet/components/ManualACHAdd.js.map +1 -1
  493. package/lib/module/Wallet/components/ManualCardAdd.js +1 -1
  494. package/lib/module/Wallet/components/ManualCardAdd.js.map +1 -1
  495. package/lib/module/Wallet/components/MyBalance.js +0 -1
  496. package/lib/module/Wallet/components/MyBalance.js.map +1 -1
  497. package/lib/module/Wallet/components/OrderManager.js +1 -1
  498. package/lib/module/Wallet/components/OrderManager.js.map +1 -1
  499. package/lib/module/Wallet/components/RemoveAccount.js +0 -1
  500. package/lib/module/Wallet/components/RemoveAccount.js.map +1 -1
  501. package/lib/module/Wallet/components/VerifyACHAccount.js +1 -1
  502. package/lib/module/Wallet/components/VerifyACHAccount.js.map +1 -1
  503. package/lib/module/Wallet/components/WalletActionSelector.js +1 -1
  504. package/lib/module/Wallet/components/WalletActionSelector.js.map +1 -1
  505. package/lib/module/Wallet/components/WalletSettings.js +0 -1
  506. package/lib/module/Wallet/components/WalletSettings.js.map +1 -1
  507. package/lib/module/Wallet/components/WalletSetup.js +1 -1
  508. package/lib/module/Wallet/components/WalletSetup.js.map +1 -1
  509. package/lib/module/Wallet/components/WithdrawCard.js +1 -1
  510. package/lib/module/Wallet/components/WithdrawCard.js.map +1 -1
  511. package/lib/module/Wallet/index.js +1 -1
  512. package/lib/module/Wallet/index.js.map +1 -1
  513. package/lib/module/constants/styles.js +86 -0
  514. package/lib/module/constants/styles.js.map +1 -1
  515. package/lib/module/index.js +3 -1
  516. package/lib/module/index.js.map +1 -1
  517. package/lib/typescript/src/AdServer/components/CompanyAdCard.d.ts +1 -2
  518. package/lib/typescript/src/AdServer/components/CompanyAdCard.d.ts.map +1 -1
  519. package/lib/typescript/src/AdServer/index.d.ts +2 -3
  520. package/lib/typescript/src/AdServer/index.d.ts.map +1 -1
  521. package/lib/typescript/src/ApiOverrides/index.d.ts.map +1 -1
  522. package/lib/typescript/src/Authenticator/Components/AuthStrategyIdentifier.d.ts +1 -2
  523. package/lib/typescript/src/Authenticator/Components/AuthStrategyIdentifier.d.ts.map +1 -1
  524. package/lib/typescript/src/Authenticator/Components/LoginForm.d.ts +1 -2
  525. package/lib/typescript/src/Authenticator/Components/LoginForm.d.ts.map +1 -1
  526. package/lib/typescript/src/Authenticator/Components/StrategyForm.d.ts +1 -2
  527. package/lib/typescript/src/Authenticator/Components/StrategyForm.d.ts.map +1 -1
  528. package/lib/typescript/src/Authenticator/index.d.ts +1 -2
  529. package/lib/typescript/src/Authenticator/index.d.ts.map +1 -1
  530. package/lib/typescript/src/BettorSearch/index.d.ts +1 -2
  531. package/lib/typescript/src/BettorSearch/index.d.ts.map +1 -1
  532. package/lib/typescript/src/Bracket/components/BracketCompetitionCard.d.ts +1 -2
  533. package/lib/typescript/src/Bracket/components/BracketCompetitionCard.d.ts.map +1 -1
  534. package/lib/typescript/src/Bracket/components/BracketCompetitionSelector.d.ts +1 -2
  535. package/lib/typescript/src/Bracket/components/BracketCompetitionSelector.d.ts.map +1 -1
  536. package/lib/typescript/src/Bracket/components/BracketPlay/BracketNavigator.d.ts +1 -2
  537. package/lib/typescript/src/Bracket/components/BracketPlay/BracketNavigator.d.ts.map +1 -1
  538. package/lib/typescript/src/Bracket/components/BracketPlay/BracketRound.d.ts +1 -2
  539. package/lib/typescript/src/Bracket/components/BracketPlay/BracketRound.d.ts.map +1 -1
  540. package/lib/typescript/src/Bracket/components/BracketPlay/RoundEvent.d.ts +1 -2
  541. package/lib/typescript/src/Bracket/components/BracketPlay/RoundEvent.d.ts.map +1 -1
  542. package/lib/typescript/src/Bracket/components/BracketPlay/index.d.ts +1 -2
  543. package/lib/typescript/src/Bracket/components/BracketPlay/index.d.ts.map +1 -1
  544. package/lib/typescript/src/Bracket/components/BracketSelector.d.ts +1 -2
  545. package/lib/typescript/src/Bracket/components/BracketSelector.d.ts.map +1 -1
  546. package/lib/typescript/src/Bracket/components/CompetitionLeaderboard.d.ts +1 -2
  547. package/lib/typescript/src/Bracket/components/CompetitionLeaderboard.d.ts.map +1 -1
  548. package/lib/typescript/src/Bracket/components/JoinCompetitionCard.d.ts +1 -2
  549. package/lib/typescript/src/Bracket/components/JoinCompetitionCard.d.ts.map +1 -1
  550. package/lib/typescript/src/Bracket/components/PlayerBalanceCard.d.ts +1 -2
  551. package/lib/typescript/src/Bracket/components/PlayerBalanceCard.d.ts.map +1 -1
  552. package/lib/typescript/src/Bracket/components/PlayerBracketManager.d.ts +1 -2
  553. package/lib/typescript/src/Bracket/components/PlayerBracketManager.d.ts.map +1 -1
  554. package/lib/typescript/src/Bracket/components/PlayerBrackets.d.ts +1 -2
  555. package/lib/typescript/src/Bracket/components/PlayerBrackets.d.ts.map +1 -1
  556. package/lib/typescript/src/Bracket/components/RoomMenu.d.ts +1 -2
  557. package/lib/typescript/src/Bracket/components/RoomMenu.d.ts.map +1 -1
  558. package/lib/typescript/src/Bracket/index.d.ts +1 -2
  559. package/lib/typescript/src/Bracket/index.d.ts.map +1 -1
  560. package/lib/typescript/src/Checkout/components/AccountSummaryCard.d.ts +1 -2
  561. package/lib/typescript/src/Checkout/components/AccountSummaryCard.d.ts.map +1 -1
  562. package/lib/typescript/src/Checkout/components/ItemSummaryCard.d.ts +1 -2
  563. package/lib/typescript/src/Checkout/components/ItemSummaryCard.d.ts.map +1 -1
  564. package/lib/typescript/src/Checkout/components/OrderSummaryCard.d.ts +1 -2
  565. package/lib/typescript/src/Checkout/components/OrderSummaryCard.d.ts.map +1 -1
  566. package/lib/typescript/src/Checkout/components/PayPalOrderCapture.d.ts +1 -2
  567. package/lib/typescript/src/Checkout/components/PayPalOrderCapture.d.ts.map +1 -1
  568. package/lib/typescript/src/Checkout/components/ShippingSummaryCard.d.ts +1 -2
  569. package/lib/typescript/src/Checkout/components/ShippingSummaryCard.d.ts.map +1 -1
  570. package/lib/typescript/src/Checkout/index.d.ts +1 -2
  571. package/lib/typescript/src/Checkout/index.d.ts.map +1 -1
  572. package/lib/typescript/src/Competition/components/AthleteMarketCard.d.ts +1 -2
  573. package/lib/typescript/src/Competition/components/AthleteMarketCard.d.ts.map +1 -1
  574. package/lib/typescript/src/Competition/components/CompetitionCard.d.ts +1 -2
  575. package/lib/typescript/src/Competition/components/CompetitionCard.d.ts.map +1 -1
  576. package/lib/typescript/src/Competition/components/CompetitionInfoCard.d.ts +1 -2
  577. package/lib/typescript/src/Competition/components/CompetitionInfoCard.d.ts.map +1 -1
  578. package/lib/typescript/src/Competition/components/CompetitionLeaderboard.d.ts +1 -2
  579. package/lib/typescript/src/Competition/components/CompetitionLeaderboard.d.ts.map +1 -1
  580. package/lib/typescript/src/Competition/components/CompetitionPlay.d.ts +1 -2
  581. package/lib/typescript/src/Competition/components/CompetitionPlay.d.ts.map +1 -1
  582. package/lib/typescript/src/Competition/components/CompetitionSeasonCard.d.ts +1 -2
  583. package/lib/typescript/src/Competition/components/CompetitionSeasonCard.d.ts.map +1 -1
  584. package/lib/typescript/src/Competition/components/CompetitionSelector.d.ts +1 -2
  585. package/lib/typescript/src/Competition/components/CompetitionSelector.d.ts.map +1 -1
  586. package/lib/typescript/src/Competition/components/CompetitionTypeCard.d.ts +1 -2
  587. package/lib/typescript/src/Competition/components/CompetitionTypeCard.d.ts.map +1 -1
  588. package/lib/typescript/src/Competition/components/EnterCompetitionPrompt.d.ts +1 -2
  589. package/lib/typescript/src/Competition/components/EnterCompetitionPrompt.d.ts.map +1 -1
  590. package/lib/typescript/src/Competition/components/LeaderPicks.d.ts +1 -2
  591. package/lib/typescript/src/Competition/components/LeaderPicks.d.ts.map +1 -1
  592. package/lib/typescript/src/Competition/components/ManageSeasonForm.d.ts +1 -2
  593. package/lib/typescript/src/Competition/components/ManageSeasonForm.d.ts.map +1 -1
  594. package/lib/typescript/src/Competition/components/MarketsCard.d.ts +1 -2
  595. package/lib/typescript/src/Competition/components/MarketsCard.d.ts.map +1 -1
  596. package/lib/typescript/src/Competition/components/MatchMarketCard.d.ts +1 -2
  597. package/lib/typescript/src/Competition/components/MatchMarketCard.d.ts.map +1 -1
  598. package/lib/typescript/src/Competition/components/NavOutPrompt.d.ts +1 -2
  599. package/lib/typescript/src/Competition/components/NavOutPrompt.d.ts.map +1 -1
  600. package/lib/typescript/src/Competition/components/SeasonInfoModal.d.ts +1 -2
  601. package/lib/typescript/src/Competition/components/SeasonInfoModal.d.ts.map +1 -1
  602. package/lib/typescript/src/Competition/components/TeamEventCard.d.ts +1 -2
  603. package/lib/typescript/src/Competition/components/TeamEventCard.d.ts.map +1 -1
  604. package/lib/typescript/src/Competition/components/WagerPickForm.d.ts +1 -2
  605. package/lib/typescript/src/Competition/components/WagerPickForm.d.ts.map +1 -1
  606. package/lib/typescript/src/Competition/index.d.ts +1 -2
  607. package/lib/typescript/src/Competition/index.d.ts.map +1 -1
  608. package/lib/typescript/src/Components/Button.d.ts +1 -2
  609. package/lib/typescript/src/Components/Button.d.ts.map +1 -1
  610. package/lib/typescript/src/Components/Checkbox.d.ts +1 -2
  611. package/lib/typescript/src/Components/Checkbox.d.ts.map +1 -1
  612. package/lib/typescript/src/Components/Icons.d.ts +57 -53
  613. package/lib/typescript/src/Components/Icons.d.ts.map +1 -1
  614. package/lib/typescript/src/Components/ImageUploader.d.ts +1 -2
  615. package/lib/typescript/src/Components/ImageUploader.d.ts.map +1 -1
  616. package/lib/typescript/src/Components/Jerseys.d.ts +2 -3
  617. package/lib/typescript/src/Components/Jerseys.d.ts.map +1 -1
  618. package/lib/typescript/src/Components/LinearDiagnal.d.ts +1 -2
  619. package/lib/typescript/src/Components/LinearDiagnal.d.ts.map +1 -1
  620. package/lib/typescript/src/Components/Spring.d.ts +1 -2
  621. package/lib/typescript/src/Components/Spring.d.ts.map +1 -1
  622. package/lib/typescript/src/Components/Switch.d.ts +1 -2
  623. package/lib/typescript/src/Components/Switch.d.ts.map +1 -1
  624. package/lib/typescript/src/Components/Text.d.ts +3 -2
  625. package/lib/typescript/src/Components/Text.d.ts.map +1 -1
  626. package/lib/typescript/src/Components/TextInput.d.ts +1 -2
  627. package/lib/typescript/src/Components/TextInput.d.ts.map +1 -1
  628. package/lib/typescript/src/LocationTracker/index.d.ts +1 -2
  629. package/lib/typescript/src/LocationTracker/index.d.ts.map +1 -1
  630. package/lib/typescript/src/Observer/Observer.d.ts +1 -2
  631. package/lib/typescript/src/Observer/Observer.d.ts.map +1 -1
  632. package/lib/typescript/src/Poll/components/CampaignPlay.d.ts +1 -2
  633. package/lib/typescript/src/Poll/components/CampaignPlay.d.ts.map +1 -1
  634. package/lib/typescript/src/Poll/components/CampaignProgressBar.d.ts +1 -2
  635. package/lib/typescript/src/Poll/components/CampaignProgressBar.d.ts.map +1 -1
  636. package/lib/typescript/src/Poll/components/CampaignResult.d.ts +1 -2
  637. package/lib/typescript/src/Poll/components/CampaignResult.d.ts.map +1 -1
  638. package/lib/typescript/src/Poll/components/CampaignSelector.d.ts +1 -2
  639. package/lib/typescript/src/Poll/components/CampaignSelector.d.ts.map +1 -1
  640. package/lib/typescript/src/Poll/components/PollCampaignCard.d.ts +1 -2
  641. package/lib/typescript/src/Poll/components/PollCampaignCard.d.ts.map +1 -1
  642. package/lib/typescript/src/Poll/components/PollCard.d.ts +1 -2
  643. package/lib/typescript/src/Poll/components/PollCard.d.ts.map +1 -1
  644. package/lib/typescript/src/Poll/components/PollOptionCard.d.ts +1 -2
  645. package/lib/typescript/src/Poll/components/PollOptionCard.d.ts.map +1 -1
  646. package/lib/typescript/src/Poll/components/PollSelectCard.d.ts +1 -2
  647. package/lib/typescript/src/Poll/components/PollSelectCard.d.ts.map +1 -1
  648. package/lib/typescript/src/Poll/components/ResponseTimer.d.ts +1 -2
  649. package/lib/typescript/src/Poll/components/ResponseTimer.d.ts.map +1 -1
  650. package/lib/typescript/src/Poll/components/WidgetHeader.d.ts +1 -2
  651. package/lib/typescript/src/Poll/components/WidgetHeader.d.ts.map +1 -1
  652. package/lib/typescript/src/Poll/flashmarket/ResultCard.d.ts +1 -2
  653. package/lib/typescript/src/Poll/flashmarket/ResultCard.d.ts.map +1 -1
  654. package/lib/typescript/src/Poll/flashmarket/index.d.ts +1 -2
  655. package/lib/typescript/src/Poll/flashmarket/index.d.ts.map +1 -1
  656. package/lib/typescript/src/Poll/index.d.ts +1 -2
  657. package/lib/typescript/src/Poll/index.d.ts.map +1 -1
  658. package/lib/typescript/src/ProfileManager/Components/BasicInfoManager.d.ts +1 -2
  659. package/lib/typescript/src/ProfileManager/Components/BasicInfoManager.d.ts.map +1 -1
  660. package/lib/typescript/src/ProfileManager/Components/BasicStatus.d.ts +1 -2
  661. package/lib/typescript/src/ProfileManager/Components/BasicStatus.d.ts.map +1 -1
  662. package/lib/typescript/src/ProfileManager/Components/CodeRedeem.d.ts +1 -2
  663. package/lib/typescript/src/ProfileManager/Components/CodeRedeem.d.ts.map +1 -1
  664. package/lib/typescript/src/ProfileManager/Components/DOBManager.d.ts +1 -2
  665. package/lib/typescript/src/ProfileManager/Components/DOBManager.d.ts.map +1 -1
  666. package/lib/typescript/src/ProfileManager/Components/EmailManager.d.ts +1 -2
  667. package/lib/typescript/src/ProfileManager/Components/EmailManager.d.ts.map +1 -1
  668. package/lib/typescript/src/ProfileManager/Components/PasswordManager.d.ts +1 -2
  669. package/lib/typescript/src/ProfileManager/Components/PasswordManager.d.ts.map +1 -1
  670. package/lib/typescript/src/ProfileManager/Components/PhoneManager.d.ts +1 -2
  671. package/lib/typescript/src/ProfileManager/Components/PhoneManager.d.ts.map +1 -1
  672. package/lib/typescript/src/ProfileManager/Components/ProfilePicManager.d.ts +1 -2
  673. package/lib/typescript/src/ProfileManager/Components/ProfilePicManager.d.ts.map +1 -1
  674. package/lib/typescript/src/ProfileManager/Components/ProfileWelcome.d.ts +1 -2
  675. package/lib/typescript/src/ProfileManager/Components/ProfileWelcome.d.ts.map +1 -1
  676. package/lib/typescript/src/ProfileManager/Components/ProfileWizard.d.ts +1 -2
  677. package/lib/typescript/src/ProfileManager/Components/ProfileWizard.d.ts.map +1 -1
  678. package/lib/typescript/src/ProfileManager/Components/SettingsManager.d.ts +1 -2
  679. package/lib/typescript/src/ProfileManager/Components/SettingsManager.d.ts.map +1 -1
  680. package/lib/typescript/src/ProfileManager/Components/VouchCard.d.ts +1 -2
  681. package/lib/typescript/src/ProfileManager/Components/VouchCard.d.ts.map +1 -1
  682. package/lib/typescript/src/ProfileManager/index.d.ts +1 -2
  683. package/lib/typescript/src/ProfileManager/index.d.ts.map +1 -1
  684. package/lib/typescript/src/SocialComponents/PlayerCard.d.ts +1 -2
  685. package/lib/typescript/src/SocialComponents/PlayerCard.d.ts.map +1 -1
  686. package/lib/typescript/src/SocialComponents/PlayerFollowButton.d.ts +1 -2
  687. package/lib/typescript/src/SocialComponents/PlayerFollowButton.d.ts.map +1 -1
  688. package/lib/typescript/src/SocialComponents/PlayerList.d.ts +1 -2
  689. package/lib/typescript/src/SocialComponents/PlayerList.d.ts.map +1 -1
  690. package/lib/typescript/src/Socket/api/index.d.ts +6 -0
  691. package/lib/typescript/src/Socket/api/index.d.ts.map +1 -0
  692. package/lib/typescript/src/Socket/index.d.ts +11 -0
  693. package/lib/typescript/src/Socket/index.d.ts.map +1 -0
  694. package/lib/typescript/src/Squares/api/index.d.ts +29 -0
  695. package/lib/typescript/src/Squares/api/index.d.ts.map +1 -0
  696. package/lib/typescript/src/Squares/components/BidForm.d.ts +21 -0
  697. package/lib/typescript/src/Squares/components/BidForm.d.ts.map +1 -0
  698. package/lib/typescript/src/Squares/components/BidToggle.d.ts +9 -0
  699. package/lib/typescript/src/Squares/components/BidToggle.d.ts.map +1 -0
  700. package/lib/typescript/src/Squares/components/BoardStats.d.ts +10 -0
  701. package/lib/typescript/src/Squares/components/BoardStats.d.ts.map +1 -0
  702. package/lib/typescript/src/Squares/components/EventCard.d.ts +8 -0
  703. package/lib/typescript/src/Squares/components/EventCard.d.ts.map +1 -0
  704. package/lib/typescript/src/Squares/components/MySquaresCard.d.ts +13 -0
  705. package/lib/typescript/src/Squares/components/MySquaresCard.d.ts.map +1 -0
  706. package/lib/typescript/src/Squares/components/OfferForm.d.ts +22 -0
  707. package/lib/typescript/src/Squares/components/OfferForm.d.ts.map +1 -0
  708. package/lib/typescript/src/Squares/components/ResultsCard.d.ts +11 -0
  709. package/lib/typescript/src/Squares/components/ResultsCard.d.ts.map +1 -0
  710. package/lib/typescript/src/Squares/components/SquareCard.d.ts +20 -0
  711. package/lib/typescript/src/Squares/components/SquareCard.d.ts.map +1 -0
  712. package/lib/typescript/src/Squares/components/SquareOfferCard.d.ts +12 -0
  713. package/lib/typescript/src/Squares/components/SquareOfferCard.d.ts.map +1 -0
  714. package/lib/typescript/src/Squares/components/SquareOwners.d.ts +9 -0
  715. package/lib/typescript/src/Squares/components/SquareOwners.d.ts.map +1 -0
  716. package/lib/typescript/src/Squares/components/SquaresBoard.d.ts +18 -0
  717. package/lib/typescript/src/Squares/components/SquaresBoard.d.ts.map +1 -0
  718. package/lib/typescript/src/Squares/components/SquaresDetails.d.ts +9 -0
  719. package/lib/typescript/src/Squares/components/SquaresDetails.d.ts.map +1 -0
  720. package/lib/typescript/src/Squares/index.d.ts +14 -0
  721. package/lib/typescript/src/Squares/index.d.ts.map +1 -0
  722. package/lib/typescript/src/Wallet/components/ACHAddCard.d.ts +1 -2
  723. package/lib/typescript/src/Wallet/components/ACHAddCard.d.ts.map +1 -1
  724. package/lib/typescript/src/Wallet/components/AccountCard.d.ts +1 -2
  725. package/lib/typescript/src/Wallet/components/AccountCard.d.ts.map +1 -1
  726. package/lib/typescript/src/Wallet/components/AccountLimitManager.d.ts +1 -2
  727. package/lib/typescript/src/Wallet/components/AccountLimitManager.d.ts.map +1 -1
  728. package/lib/typescript/src/Wallet/components/AccountManager.d.ts +1 -2
  729. package/lib/typescript/src/Wallet/components/AccountManager.d.ts.map +1 -1
  730. package/lib/typescript/src/Wallet/components/AccountSnoozeManager.d.ts +1 -2
  731. package/lib/typescript/src/Wallet/components/AccountSnoozeManager.d.ts.map +1 -1
  732. package/lib/typescript/src/Wallet/components/AddressCard.d.ts +1 -2
  733. package/lib/typescript/src/Wallet/components/AddressCard.d.ts.map +1 -1
  734. package/lib/typescript/src/Wallet/components/AddressManager.d.ts +1 -2
  735. package/lib/typescript/src/Wallet/components/AddressManager.d.ts.map +1 -1
  736. package/lib/typescript/src/Wallet/components/DepositCard.d.ts +1 -2
  737. package/lib/typescript/src/Wallet/components/DepositCard.d.ts.map +1 -1
  738. package/lib/typescript/src/Wallet/components/FundAccountCard.d.ts +1 -2
  739. package/lib/typescript/src/Wallet/components/FundAccountCard.d.ts.map +1 -1
  740. package/lib/typescript/src/Wallet/components/ItemOrderCard.d.ts +1 -2
  741. package/lib/typescript/src/Wallet/components/ItemOrderCard.d.ts.map +1 -1
  742. package/lib/typescript/src/Wallet/components/ItemOrderDetailCard.d.ts +1 -2
  743. package/lib/typescript/src/Wallet/components/ItemOrderDetailCard.d.ts.map +1 -1
  744. package/lib/typescript/src/Wallet/components/LinkAccountManager.d.ts +1 -2
  745. package/lib/typescript/src/Wallet/components/LinkAccountManager.d.ts.map +1 -1
  746. package/lib/typescript/src/Wallet/components/ManageAccountCard.d.ts +1 -2
  747. package/lib/typescript/src/Wallet/components/ManageAccountCard.d.ts.map +1 -1
  748. package/lib/typescript/src/Wallet/components/ManualACHAdd.d.ts +1 -2
  749. package/lib/typescript/src/Wallet/components/ManualACHAdd.d.ts.map +1 -1
  750. package/lib/typescript/src/Wallet/components/ManualCardAdd.d.ts +1 -2
  751. package/lib/typescript/src/Wallet/components/ManualCardAdd.d.ts.map +1 -1
  752. package/lib/typescript/src/Wallet/components/MyBalance.d.ts +1 -2
  753. package/lib/typescript/src/Wallet/components/MyBalance.d.ts.map +1 -1
  754. package/lib/typescript/src/Wallet/components/OrderManager.d.ts +1 -2
  755. package/lib/typescript/src/Wallet/components/OrderManager.d.ts.map +1 -1
  756. package/lib/typescript/src/Wallet/components/RemoveAccount.d.ts +1 -2
  757. package/lib/typescript/src/Wallet/components/RemoveAccount.d.ts.map +1 -1
  758. package/lib/typescript/src/Wallet/components/VerifyACHAccount.d.ts +1 -2
  759. package/lib/typescript/src/Wallet/components/VerifyACHAccount.d.ts.map +1 -1
  760. package/lib/typescript/src/Wallet/components/WalletActionSelector.d.ts +1 -2
  761. package/lib/typescript/src/Wallet/components/WalletActionSelector.d.ts.map +1 -1
  762. package/lib/typescript/src/Wallet/components/WalletSettings.d.ts +1 -2
  763. package/lib/typescript/src/Wallet/components/WalletSettings.d.ts.map +1 -1
  764. package/lib/typescript/src/Wallet/components/WalletSetup.d.ts +1 -2
  765. package/lib/typescript/src/Wallet/components/WalletSetup.d.ts.map +1 -1
  766. package/lib/typescript/src/Wallet/components/WithdrawCard.d.ts +1 -2
  767. package/lib/typescript/src/Wallet/components/WithdrawCard.d.ts.map +1 -1
  768. package/lib/typescript/src/Wallet/index.d.ts +1 -2
  769. package/lib/typescript/src/Wallet/index.d.ts.map +1 -1
  770. package/lib/typescript/src/constants/styles.d.ts +86 -0
  771. package/lib/typescript/src/constants/styles.d.ts.map +1 -1
  772. package/lib/typescript/src/index.d.ts +3 -1
  773. package/lib/typescript/src/index.d.ts.map +1 -1
  774. package/package.json +1 -1
  775. package/src/AdServer/components/CompanyAdCard.tsx +1 -1
  776. package/src/AdServer/index.tsx +2 -1
  777. package/src/ApiOverrides/index.ts +6 -3
  778. package/src/Authenticator/Components/AuthStrategyIdentifier.tsx +0 -1
  779. package/src/Authenticator/Components/LoginForm.tsx +1 -1
  780. package/src/Authenticator/Components/StrategyForm.tsx +1 -1
  781. package/src/Authenticator/index.tsx +1 -1
  782. package/src/BettorSearch/index.tsx +1 -1
  783. package/src/Bracket/components/BracketCompetitionCard.tsx +1 -1
  784. package/src/Bracket/components/BracketCompetitionSelector.tsx +1 -1
  785. package/src/Bracket/components/BracketPlay/BracketNavigator.tsx +0 -1
  786. package/src/Bracket/components/BracketPlay/BracketRound.tsx +0 -1
  787. package/src/Bracket/components/BracketPlay/RoundEvent.tsx +0 -1
  788. package/src/Bracket/components/BracketPlay/index.tsx +1 -1
  789. package/src/Bracket/components/BracketSelector.tsx +0 -1
  790. package/src/Bracket/components/CompetitionLeaderboard.tsx +1 -1
  791. package/src/Bracket/components/JoinCompetitionCard.tsx +1 -1
  792. package/src/Bracket/components/PlayerBalanceCard.tsx +0 -1
  793. package/src/Bracket/components/PlayerBracketManager.tsx +1 -1
  794. package/src/Bracket/components/PlayerBrackets.tsx +0 -1
  795. package/src/Bracket/components/RoomMenu.tsx +0 -1
  796. package/src/Bracket/index.tsx +1 -1
  797. package/src/Checkout/components/AccountSummaryCard.tsx +0 -1
  798. package/src/Checkout/components/ItemSummaryCard.tsx +0 -1
  799. package/src/Checkout/components/OrderSummaryCard.tsx +0 -1
  800. package/src/Checkout/components/PayPalOrderCapture.tsx +0 -1
  801. package/src/Checkout/components/ShippingSummaryCard.tsx +0 -1
  802. package/src/Checkout/index.tsx +1 -1
  803. package/src/Competition/components/AthleteMarketCard.tsx +0 -1
  804. package/src/Competition/components/CompetitionCard.tsx +0 -1
  805. package/src/Competition/components/CompetitionInfoCard.tsx +0 -1
  806. package/src/Competition/components/CompetitionLeaderboard.tsx +1 -1
  807. package/src/Competition/components/CompetitionPlay.tsx +1 -1
  808. package/src/Competition/components/CompetitionSeasonCard.tsx +0 -1
  809. package/src/Competition/components/CompetitionSelector.tsx +1 -1
  810. package/src/Competition/components/CompetitionTypeCard.tsx +1 -1
  811. package/src/Competition/components/EnterCompetitionPrompt.tsx +1 -1
  812. package/src/Competition/components/LeaderPicks.tsx +1 -1
  813. package/src/Competition/components/ManageSeasonForm.tsx +1 -1
  814. package/src/Competition/components/MarketsCard.tsx +1 -1
  815. package/src/Competition/components/MatchMarketCard.tsx +0 -1
  816. package/src/Competition/components/NavOutPrompt.tsx +0 -1
  817. package/src/Competition/components/SeasonInfoModal.tsx +1 -1
  818. package/src/Competition/components/TeamEventCard.tsx +0 -1
  819. package/src/Competition/components/WagerPickForm.tsx +1 -1
  820. package/src/Competition/index.tsx +1 -1
  821. package/src/Components/Button.tsx +0 -1
  822. package/src/Components/Checkbox.tsx +0 -1
  823. package/src/Components/Icons.tsx +76 -2
  824. package/src/Components/ImageUploader.tsx +1 -1
  825. package/src/Components/Jerseys.tsx +0 -1
  826. package/src/Components/LinearDiagnal.tsx +1 -1
  827. package/src/Components/Spring.tsx +0 -1
  828. package/src/Components/Switch.tsx +0 -1
  829. package/src/Components/Text.tsx +23 -3
  830. package/src/Components/TextInput.tsx +0 -1
  831. package/src/LocationTracker/index.tsx +0 -1
  832. package/src/Observer/Observer.tsx +0 -1
  833. package/src/Poll/components/CampaignPlay.tsx +0 -1
  834. package/src/Poll/components/CampaignProgressBar.tsx +0 -1
  835. package/src/Poll/components/CampaignResult.tsx +0 -1
  836. package/src/Poll/components/CampaignSelector.tsx +1 -1
  837. package/src/Poll/components/PollCampaignCard.tsx +0 -1
  838. package/src/Poll/components/PollCard.tsx +0 -1
  839. package/src/Poll/components/PollOptionCard.tsx +1 -1
  840. package/src/Poll/components/PollSelectCard.tsx +0 -1
  841. package/src/Poll/components/ResponseTimer.tsx +1 -1
  842. package/src/Poll/components/WidgetHeader.tsx +0 -1
  843. package/src/Poll/flashmarket/ResultCard.tsx +1 -1
  844. package/src/Poll/flashmarket/index.tsx +1 -1
  845. package/src/Poll/index.tsx +1 -1
  846. package/src/ProfileManager/Components/BasicInfoManager.tsx +1 -1
  847. package/src/ProfileManager/Components/BasicStatus.tsx +0 -1
  848. package/src/ProfileManager/Components/CodeRedeem.tsx +1 -1
  849. package/src/ProfileManager/Components/DOBManager.tsx +1 -1
  850. package/src/ProfileManager/Components/EmailManager.tsx +1 -1
  851. package/src/ProfileManager/Components/PasswordManager.tsx +1 -1
  852. package/src/ProfileManager/Components/PhoneManager.tsx +1 -1
  853. package/src/ProfileManager/Components/ProfilePicManager.tsx +1 -1
  854. package/src/ProfileManager/Components/ProfileWelcome.tsx +0 -1
  855. package/src/ProfileManager/Components/ProfileWizard.tsx +1 -1
  856. package/src/ProfileManager/Components/SettingsManager.tsx +1 -1
  857. package/src/ProfileManager/Components/VouchCard.tsx +1 -1
  858. package/src/ProfileManager/index.tsx +1 -1
  859. package/src/SocialComponents/PlayerCard.tsx +0 -1
  860. package/src/SocialComponents/PlayerFollowButton.tsx +0 -1
  861. package/src/SocialComponents/PlayerList.tsx +1 -1
  862. package/src/Socket/api/index.ts +15 -0
  863. package/src/Socket/index.tsx +96 -0
  864. package/src/Squares/api/index.ts +69 -0
  865. package/src/Squares/components/BidForm.tsx +85 -0
  866. package/src/Squares/components/BidToggle.tsx +27 -0
  867. package/src/Squares/components/BoardStats.tsx +70 -0
  868. package/src/Squares/components/EventCard.tsx +77 -0
  869. package/src/Squares/components/MySquaresCard.tsx +80 -0
  870. package/src/Squares/components/OfferForm.tsx +94 -0
  871. package/src/Squares/components/ResultsCard.tsx +67 -0
  872. package/src/Squares/components/SquareCard.tsx +190 -0
  873. package/src/Squares/components/SquareOfferCard.tsx +101 -0
  874. package/src/Squares/components/SquareOwners.tsx +69 -0
  875. package/src/Squares/components/SquaresBoard.tsx +161 -0
  876. package/src/Squares/components/SquaresDetails.tsx +54 -0
  877. package/src/Squares/index.tsx +398 -0
  878. package/src/Wallet/components/ACHAddCard.tsx +0 -1
  879. package/src/Wallet/components/AccountCard.tsx +0 -1
  880. package/src/Wallet/components/AccountLimitManager.tsx +1 -1
  881. package/src/Wallet/components/AccountManager.tsx +0 -1
  882. package/src/Wallet/components/AccountSnoozeManager.tsx +1 -1
  883. package/src/Wallet/components/AddressCard.tsx +0 -1
  884. package/src/Wallet/components/AddressManager.tsx +1 -1
  885. package/src/Wallet/components/DepositCard.tsx +1 -1
  886. package/src/Wallet/components/FundAccountCard.tsx +0 -1
  887. package/src/Wallet/components/ItemOrderCard.tsx +1 -1
  888. package/src/Wallet/components/ItemOrderDetailCard.tsx +0 -1
  889. package/src/Wallet/components/LinkAccountManager.tsx +1 -1
  890. package/src/Wallet/components/ManageAccountCard.tsx +1 -1
  891. package/src/Wallet/components/ManualACHAdd.tsx +1 -1
  892. package/src/Wallet/components/ManualCardAdd.tsx +1 -1
  893. package/src/Wallet/components/MyBalance.tsx +0 -1
  894. package/src/Wallet/components/OrderManager.tsx +1 -1
  895. package/src/Wallet/components/RemoveAccount.tsx +0 -1
  896. package/src/Wallet/components/VerifyACHAccount.tsx +1 -1
  897. package/src/Wallet/components/WalletActionSelector.tsx +1 -1
  898. package/src/Wallet/components/WalletSettings.tsx +0 -1
  899. package/src/Wallet/components/WalletSetup.tsx +1 -1
  900. package/src/Wallet/components/WithdrawCard.tsx +1 -1
  901. package/src/Wallet/index.tsx +1 -1
  902. package/src/constants/styles.ts +15 -2
  903. package/src/index.tsx +6 -1
  904. package/src/types.d.ts +52 -1
@@ -1 +1 @@
1
- {"version":3,"file":"CompetitionPlay.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/CompetitionPlay.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAkC,YAAY,EAAsW,MAAM,aAAa,CAAC;AAEpb,OAAO,KAA8B,MAAM,OAAO,CAAA;AAsBlD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAE7D,KAAK,oBAAoB,GAAG;IACxB,SAAS,CAAC,EAAC,MAAM,CAAC;IAClB,cAAc,EAAC,MAAM,CAAC;IACtB,OAAO,CAAC,EAAC,YAAY,CAAC;IACtB,OAAO,CAAC,EAAC,CAAC,KAAK,EAAC,YAAY,KAAK,IAAI,CAAC;IACtC,MAAM,EAAC,MAAM,CAAC;IACd,KAAK,EAAC,MAAM,CAAC;IACb,MAAM,CAAC,EAAC,MAAM,CAAC;IACf,QAAQ,CAAC,EAAC,MAAM,IAAI,CAAC;IACrB,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,uBAAuB,EAAE,MAAM,IAAI,CAAC;IACpC,YAAY,CAAC,EAAC,OAAO,CAAA;IACrB,mBAAmB,CAAC,EAAE,CAAC,cAAc,EAAC,MAAM,KAAK,IAAI,CAAA;CACxD,CAAA;AACD,QAAA,MAAM,eAAe,qJAAsJ,oBAAoB,sBA43B9L,CAAA;AAED,eAAe,eAAe,CAAA"}
1
+ {"version":3,"file":"CompetitionPlay.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/CompetitionPlay.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAkC,YAAY,EAAsW,MAAM,aAAa,CAAC;AAwBpb,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAE7D,KAAK,oBAAoB,GAAG;IACxB,SAAS,CAAC,EAAC,MAAM,CAAC;IAClB,cAAc,EAAC,MAAM,CAAC;IACtB,OAAO,CAAC,EAAC,YAAY,CAAC;IACtB,OAAO,CAAC,EAAC,CAAC,KAAK,EAAC,YAAY,KAAK,IAAI,CAAC;IACtC,MAAM,EAAC,MAAM,CAAC;IACd,KAAK,EAAC,MAAM,CAAC;IACb,MAAM,CAAC,EAAC,MAAM,CAAC;IACf,QAAQ,CAAC,EAAC,MAAM,IAAI,CAAC;IACrB,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,uBAAuB,EAAE,MAAM,IAAI,CAAC;IACpC,YAAY,CAAC,EAAC,OAAO,CAAA;IACrB,mBAAmB,CAAC,EAAE,CAAC,cAAc,EAAC,MAAM,KAAK,IAAI,CAAA;CACxD,CAAA;AACD,QAAA,MAAM,eAAe,qJAAsJ,oBAAoB,4CA43B9L,CAAA;AAED,eAAe,eAAe,CAAA"}
@@ -1,10 +1,9 @@
1
- import React from 'react';
2
1
  import type { CompetitionResultTypeProps, CompetitionSeasonProps } from '../../types';
3
2
  type CompetitionSeasonCardProps = {
4
3
  competition_season: CompetitionSeasonProps;
5
4
  competition_result_type: CompetitionResultTypeProps;
6
5
  onSelect: (competition_seasons: CompetitionSeasonProps) => void;
7
6
  };
8
- declare const CompetitionSeasonCard: ({ competition_season, competition_result_type, onSelect }: CompetitionSeasonCardProps) => React.JSX.Element;
7
+ declare const CompetitionSeasonCard: ({ competition_season, competition_result_type, onSelect }: CompetitionSeasonCardProps) => import("react/jsx-runtime").JSX.Element;
9
8
  export default CompetitionSeasonCard;
10
9
  //# sourceMappingURL=CompetitionSeasonCard.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CompetitionSeasonCard.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/CompetitionSeasonCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,0BAA0B,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAC;AAItF,KAAK,0BAA0B,GAAG;IAC9B,kBAAkB,EAAC,sBAAsB,CAAC;IAC1C,uBAAuB,EAAC,0BAA0B,CAAA;IAClD,QAAQ,EAAE,CAAC,mBAAmB,EAAC,sBAAsB,KAAK,IAAI,CAAA;CACjE,CAAA;AAED,QAAA,MAAM,qBAAqB,8DAA+D,0BAA0B,sBAiCnH,CAAA;AAED,eAAe,qBAAqB,CAAA"}
1
+ {"version":3,"file":"CompetitionSeasonCard.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/CompetitionSeasonCard.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,0BAA0B,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAC;AAItF,KAAK,0BAA0B,GAAG;IAC9B,kBAAkB,EAAC,sBAAsB,CAAC;IAC1C,uBAAuB,EAAC,0BAA0B,CAAA;IAClD,QAAQ,EAAE,CAAC,mBAAmB,EAAC,sBAAsB,KAAK,IAAI,CAAA;CACjE,CAAA;AAED,QAAA,MAAM,qBAAqB,8DAA+D,0BAA0B,4CAiCnH,CAAA;AAED,eAAe,qBAAqB,CAAA"}
@@ -1,4 +1,3 @@
1
- import React from "react";
2
1
  import type { CompanyProps, CompetitionProps, CompetitionResultTypeProps, CompetitionTypeProps } from "../../types";
3
2
  type CompetitionSelectorProps = {
4
3
  company?: CompanyProps;
@@ -6,6 +5,6 @@ type CompetitionSelectorProps = {
6
5
  competition_result_types: CompetitionResultTypeProps[];
7
6
  onCompetitionSelect: (competition: CompetitionProps) => void;
8
7
  };
9
- declare const CompetitionSelector: ({ company, competition_types, competition_result_types, onCompetitionSelect }: CompetitionSelectorProps) => React.JSX.Element;
8
+ declare const CompetitionSelector: ({ company, competition_types, competition_result_types, onCompetitionSelect }: CompetitionSelectorProps) => import("react/jsx-runtime").JSX.Element;
10
9
  export default CompetitionSelector;
11
10
  //# sourceMappingURL=CompetitionSelector.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CompetitionSelector.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/CompetitionSelector.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAA;AAGlD,OAAO,KAAK,EAAE,YAAY,EAAE,gBAAgB,EAAE,0BAA0B,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAA;AAQnH,KAAK,wBAAwB,GAAG;IAC5B,OAAO,CAAC,EAAC,YAAY,CAAC;IACtB,iBAAiB,EAAC,oBAAoB,EAAE,CAAC;IACzC,wBAAwB,EAAC,0BAA0B,EAAE,CAAC;IACtD,mBAAmB,EAAC,CAAC,WAAW,EAAC,gBAAgB,KAAK,IAAI,CAAA;CAC7D,CAAA;AAED,QAAA,MAAM,mBAAmB,kFAAkF,wBAAwB,sBAsElI,CAAA;AAED,eAAe,mBAAmB,CAAA"}
1
+ {"version":3,"file":"CompetitionSelector.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/CompetitionSelector.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,YAAY,EAAE,gBAAgB,EAAE,0BAA0B,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAA;AAQnH,KAAK,wBAAwB,GAAG;IAC5B,OAAO,CAAC,EAAC,YAAY,CAAC;IACtB,iBAAiB,EAAC,oBAAoB,EAAE,CAAC;IACzC,wBAAwB,EAAC,0BAA0B,EAAE,CAAC;IACtD,mBAAmB,EAAC,CAAC,WAAW,EAAC,gBAAgB,KAAK,IAAI,CAAA;CAC7D,CAAA;AAED,QAAA,MAAM,mBAAmB,kFAAkF,wBAAwB,4CAsElI,CAAA;AAED,eAAe,mBAAmB,CAAA"}
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import type { CompetitionPayoutTypeProps, CompetitionProps, CompetitionResultTypeProps, CompetitionTypeProps } from '../../types';
3
2
  type CompetitionResultCardProps = {
4
3
  visible: boolean;
@@ -9,6 +8,6 @@ type CompetitionResultCardProps = {
9
8
  onClose: () => void;
10
9
  competition_result_type: CompetitionResultTypeProps;
11
10
  };
12
- declare const CompetitionTypeCard: ({ competition, competition_payout_types, visible, onClose, competition_type, competition_result_type }: CompetitionResultCardProps) => React.JSX.Element;
11
+ declare const CompetitionTypeCard: ({ competition, competition_payout_types, visible, onClose, competition_type, competition_result_type }: CompetitionResultCardProps) => import("react/jsx-runtime").JSX.Element;
13
12
  export default CompetitionTypeCard;
14
13
  //# sourceMappingURL=CompetitionTypeCard.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CompetitionTypeCard.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/CompetitionTypeCard.tsx"],"names":[],"mappings":"AACA,OAAO,KAA8B,MAAM,OAAO,CAAC;AACnD,OAAO,KAAK,EAAE,0BAA0B,EAAE,gBAAgB,EAAE,0BAA0B,EAAE,oBAAoB,EAAqB,MAAM,aAAa,CAAC;AAKrJ,KAAK,0BAA0B,GAAG;IAC9B,OAAO,EAAE,OAAO,CAAC;IACjB,WAAW,EAAC,gBAAgB,CAAC;IAC7B,wBAAwB,EAAC,0BAA0B,EAAE,CAAC;IACtD,gBAAgB,EAAE,oBAAoB,CAAC;IACvC,SAAS,EAAE,MAAM,GAAC,QAAQ,CAAA;IAC1B,OAAO,EAAC,MAAM,IAAI,CAAC;IACnB,uBAAuB,EAAE,0BAA0B,CAAA;CACtD,CAAA;AAQD,QAAA,MAAM,mBAAmB,2GAA2G,0BAA0B,sBAyL7J,CAAA;AAED,eAAe,mBAAmB,CAAA"}
1
+ {"version":3,"file":"CompetitionTypeCard.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/CompetitionTypeCard.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,0BAA0B,EAAE,gBAAgB,EAAE,0BAA0B,EAAE,oBAAoB,EAAqB,MAAM,aAAa,CAAC;AAKrJ,KAAK,0BAA0B,GAAG;IAC9B,OAAO,EAAE,OAAO,CAAC;IACjB,WAAW,EAAC,gBAAgB,CAAC;IAC7B,wBAAwB,EAAC,0BAA0B,EAAE,CAAC;IACtD,gBAAgB,EAAE,oBAAoB,CAAC;IACvC,SAAS,EAAE,MAAM,GAAC,QAAQ,CAAA;IAC1B,OAAO,EAAC,MAAM,IAAI,CAAC;IACnB,uBAAuB,EAAE,0BAA0B,CAAA;CACtD,CAAA;AAQD,QAAA,MAAM,mBAAmB,2GAA2G,0BAA0B,4CAyL7J,CAAA;AAED,eAAe,mBAAmB,CAAA"}
@@ -1,4 +1,3 @@
1
- import React from "react";
2
1
  import type { CompetitionProps, CompetitionResultTypeProps, CompetitionTypeProps, MyPlayerProps, PlayerBalanceProps } from "../../types";
3
2
  type EnterCompetitionPromptProps = {
4
3
  player?: MyPlayerProps;
@@ -11,6 +10,6 @@ type EnterCompetitionPromptProps = {
11
10
  onCancel: () => void;
12
11
  onEnter: (promo_balance?: boolean) => void;
13
12
  };
14
- declare const EnterCompetitionPrompt: ({ player, player_balance, competition, competition_type, competition_result_type, width, onCancel, onEnter, onVerify }: EnterCompetitionPromptProps) => React.JSX.Element;
13
+ declare const EnterCompetitionPrompt: ({ player, player_balance, competition, competition_type, competition_result_type, width, onCancel, onEnter, onVerify }: EnterCompetitionPromptProps) => import("react/jsx-runtime").JSX.Element;
15
14
  export default EnterCompetitionPrompt;
16
15
  //# sourceMappingURL=EnterCompetitionPrompt.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"EnterCompetitionPrompt.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/EnterCompetitionPrompt.tsx"],"names":[],"mappings":"AAEA,OAAO,KAA8B,MAAM,OAAO,CAAA;AAClD,OAAO,KAAK,EAAE,gBAAgB,EAAE,0BAA0B,EAAE,oBAAoB,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAA;AAOxI,KAAK,2BAA2B,GAAG;IAC/B,MAAM,CAAC,EAAC,aAAa,CAAC;IACtB,cAAc,CAAC,EAAC,kBAAkB,CAAC;IACnC,WAAW,EAAC,gBAAgB,CAAC;IAC7B,gBAAgB,EAAC,oBAAoB,CAAC;IACtC,uBAAuB,EAAC,0BAA0B,CAAC;IACnD,KAAK,EAAC,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,IAAI,CAAA;IACpB,QAAQ,EAAC,MAAM,IAAI,CAAC;IACpB,OAAO,EAAE,CAAC,aAAa,CAAC,EAAC,OAAO,KAAK,IAAI,CAAA;CAC5C,CAAA;AAED,QAAA,MAAM,sBAAsB,2HAA2H,2BAA2B,sBAsGjL,CAAA;AAED,eAAe,sBAAsB,CAAA"}
1
+ {"version":3,"file":"EnterCompetitionPrompt.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/EnterCompetitionPrompt.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,gBAAgB,EAAE,0BAA0B,EAAE,oBAAoB,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAA;AAOxI,KAAK,2BAA2B,GAAG;IAC/B,MAAM,CAAC,EAAC,aAAa,CAAC;IACtB,cAAc,CAAC,EAAC,kBAAkB,CAAC;IACnC,WAAW,EAAC,gBAAgB,CAAC;IAC7B,gBAAgB,EAAC,oBAAoB,CAAC;IACtC,uBAAuB,EAAC,0BAA0B,CAAC;IACnD,KAAK,EAAC,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,IAAI,CAAA;IACpB,QAAQ,EAAC,MAAM,IAAI,CAAC;IACpB,OAAO,EAAE,CAAC,aAAa,CAAC,EAAC,OAAO,KAAK,IAAI,CAAA;CAC5C,CAAA;AAED,QAAA,MAAM,sBAAsB,2HAA2H,2BAA2B,4CAsGjL,CAAA;AAED,eAAe,sBAAsB,CAAA"}
@@ -1,4 +1,3 @@
1
- import React from "react";
2
1
  import type { AthleteProps, CompetitionMatchMarketProps, CompetitionMatchProps, CompetitionProps, CompetitionTypeProps, EventProps, MarketProps, MatchProps, PublicPlayerProps, TeamProps, TournamentProps } from "../../types";
3
2
  type LeaderPicksProps = {
4
3
  competition: CompetitionProps;
@@ -17,6 +16,6 @@ type LeaderPicksProps = {
17
16
  onPrevious?: () => void;
18
17
  onClose: () => void;
19
18
  };
20
- declare const LeaderPicks: ({ markets, events, matches, athletes, competition, competition_type, competition_matches, competition_match_markets, leader, height, onClose, onNext, onPrevious }: LeaderPicksProps) => React.JSX.Element;
19
+ declare const LeaderPicks: ({ markets, events, matches, athletes, competition, competition_type, competition_matches, competition_match_markets, leader, height, onClose, onNext, onPrevious }: LeaderPicksProps) => import("react/jsx-runtime").JSX.Element;
21
20
  export default LeaderPicks;
22
21
  //# sourceMappingURL=LeaderPicks.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"LeaderPicks.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/LeaderPicks.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAA;AAMlD,OAAO,KAAK,EAAE,YAAY,EAAE,2BAA2B,EAAE,qBAAqB,EAAE,gBAAgB,EAAkD,oBAAoB,EAAE,UAAU,EAAE,WAAW,EAAE,UAAU,EAAmB,iBAAiB,EAAE,SAAS,EAAE,eAAe,EAAE,MAAM,aAAa,CAAA;AAMhS,KAAK,gBAAgB,GAAG;IACpB,WAAW,EAAC,gBAAgB,CAAC;IAC7B,OAAO,EAAC,WAAW,EAAE,CAAC;IACtB,MAAM,EAAC,UAAU,EAAE,CAAC;IACpB,OAAO,EAAC,UAAU,EAAE,CAAC;IACrB,WAAW,EAAC,eAAe,EAAE,CAAC;IAC9B,QAAQ,EAAC,YAAY,EAAE,CAAC;IACxB,KAAK,EAAC,SAAS,EAAE,CAAC;IAClB,gBAAgB,EAAC,oBAAoB,CAAC;IACtC,mBAAmB,EAAC,qBAAqB,EAAE,CAAC;IAC5C,yBAAyB,EAAC,2BAA2B,EAAE,CAAC;IACxD,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAC,iBAAiB,CAAC;IACzB,MAAM,CAAC,EAAC,MAAM,IAAI,CAAA;IAClB,UAAU,CAAC,EAAC,MAAM,IAAI,CAAC;IACvB,OAAO,EAAC,MAAM,IAAI,CAAA;CACrB,CAAA;AACD,QAAA,MAAM,WAAW,uKAAuK,gBAAgB,sBAsLvM,CAAA;AAED,eAAe,WAAW,CAAA"}
1
+ {"version":3,"file":"LeaderPicks.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/LeaderPicks.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,YAAY,EAAE,2BAA2B,EAAE,qBAAqB,EAAE,gBAAgB,EAAkD,oBAAoB,EAAE,UAAU,EAAE,WAAW,EAAE,UAAU,EAAmB,iBAAiB,EAAE,SAAS,EAAE,eAAe,EAAE,MAAM,aAAa,CAAA;AAMhS,KAAK,gBAAgB,GAAG;IACpB,WAAW,EAAC,gBAAgB,CAAC;IAC7B,OAAO,EAAC,WAAW,EAAE,CAAC;IACtB,MAAM,EAAC,UAAU,EAAE,CAAC;IACpB,OAAO,EAAC,UAAU,EAAE,CAAC;IACrB,WAAW,EAAC,eAAe,EAAE,CAAC;IAC9B,QAAQ,EAAC,YAAY,EAAE,CAAC;IACxB,KAAK,EAAC,SAAS,EAAE,CAAC;IAClB,gBAAgB,EAAC,oBAAoB,CAAC;IACtC,mBAAmB,EAAC,qBAAqB,EAAE,CAAC;IAC5C,yBAAyB,EAAC,2BAA2B,EAAE,CAAC;IACxD,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAC,iBAAiB,CAAC;IACzB,MAAM,CAAC,EAAC,MAAM,IAAI,CAAA;IAClB,UAAU,CAAC,EAAC,MAAM,IAAI,CAAC;IACvB,OAAO,EAAC,MAAM,IAAI,CAAA;CACrB,CAAA;AACD,QAAA,MAAM,WAAW,uKAAuK,gBAAgB,4CAsLvM,CAAA;AAED,eAAe,WAAW,CAAA"}
@@ -1,10 +1,9 @@
1
- import React from "react";
2
1
  import type { CompetitionSeasonProps } from "../../types";
3
2
  type ManageSeasonFormProps = {
4
3
  competition_season?: CompetitionSeasonProps;
5
4
  width: number;
6
5
  onComplete: (status: 'done' | 'cancel') => void;
7
6
  };
8
- declare const ManageSeasonForm: ({ competition_season, width, onComplete }: ManageSeasonFormProps) => React.JSX.Element;
7
+ declare const ManageSeasonForm: ({ competition_season, width, onComplete }: ManageSeasonFormProps) => import("react/jsx-runtime").JSX.Element;
9
8
  export default ManageSeasonForm;
10
9
  //# sourceMappingURL=ManageSeasonForm.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ManageSeasonForm.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/ManageSeasonForm.tsx"],"names":[],"mappings":"AACA,OAAO,KAA8B,MAAM,OAAO,CAAA;AAClD,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAA;AAOzD,KAAK,qBAAqB,GAAG;IACzB,kBAAkB,CAAC,EAAC,sBAAsB,CAAA;IAC1C,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,CAAC,MAAM,EAAC,MAAM,GAAC,QAAQ,KAAK,IAAI,CAAA;CAC/C,CAAA;AAED,QAAA,MAAM,gBAAgB,8CAA8C,qBAAqB,sBA6PxF,CAAA;AAED,eAAe,gBAAgB,CAAA"}
1
+ {"version":3,"file":"ManageSeasonForm.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/ManageSeasonForm.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAA;AAOzD,KAAK,qBAAqB,GAAG;IACzB,kBAAkB,CAAC,EAAC,sBAAsB,CAAA;IAC1C,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,CAAC,MAAM,EAAC,MAAM,GAAC,QAAQ,KAAK,IAAI,CAAA;CAC/C,CAAA;AAED,QAAA,MAAM,gBAAgB,8CAA8C,qBAAqB,4CA6PxF,CAAA;AAED,eAAe,gBAAgB,CAAA"}
@@ -1,4 +1,3 @@
1
- import React from "react";
2
1
  import type { CompetitionMatchMarketProps, MarketProps, PlayerPickProps } from "../../types";
3
2
  type MarketsCardProps = {
4
3
  competition_match_markets: CompetitionMatchMarketProps[];
@@ -10,6 +9,6 @@ type MarketsCardProps = {
10
9
  locked?: boolean;
11
10
  onMarketSelect: (cmm: CompetitionMatchMarketProps, player_pick?: PlayerPickProps) => void;
12
11
  };
13
- declare const MarketsCard: ({ competition_match_markets, markets, orientation, onMarketSelect, player_picks, locked, disabled, mode }: MarketsCardProps) => React.JSX.Element;
12
+ declare const MarketsCard: ({ competition_match_markets, markets, orientation, onMarketSelect, player_picks, locked, disabled, mode }: MarketsCardProps) => import("react/jsx-runtime").JSX.Element;
14
13
  export default MarketsCard;
15
14
  //# sourceMappingURL=MarketsCard.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MarketsCard.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/MarketsCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAA;AAEvC,OAAO,KAAK,EAAE,2BAA2B,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,aAAa,CAAA;AAM5F,KAAK,gBAAgB,GAAG;IACpB,yBAAyB,EAAC,2BAA2B,EAAE,CAAA;IACvD,OAAO,EAAC,WAAW,EAAE,CAAC;IACtB,YAAY,EAAE,eAAe,EAAE,CAAA;IAC/B,IAAI,EAAE,MAAM,GAAC,MAAM,CAAA;IACnB,WAAW,CAAC,EAAE,UAAU,GAAC,YAAY,CAAA;IACrC,QAAQ,CAAC,EAAC,OAAO,CAAC;IAClB,MAAM,CAAC,EAAC,OAAO,CAAC;IAChB,cAAc,EAAC,CAAC,GAAG,EAAC,2BAA2B,EAAE,WAAW,CAAC,EAAC,eAAe,KAAK,IAAI,CAAA;CACzF,CAAA;AACD,QAAA,MAAM,WAAW,8GAA8G,gBAAgB,sBAuF9I,CAAA;AAED,eAAe,WAAW,CAAA"}
1
+ {"version":3,"file":"MarketsCard.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/MarketsCard.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,2BAA2B,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,aAAa,CAAA;AAM5F,KAAK,gBAAgB,GAAG;IACpB,yBAAyB,EAAC,2BAA2B,EAAE,CAAA;IACvD,OAAO,EAAC,WAAW,EAAE,CAAC;IACtB,YAAY,EAAE,eAAe,EAAE,CAAA;IAC/B,IAAI,EAAE,MAAM,GAAC,MAAM,CAAA;IACnB,WAAW,CAAC,EAAE,UAAU,GAAC,YAAY,CAAA;IACrC,QAAQ,CAAC,EAAC,OAAO,CAAC;IAClB,MAAM,CAAC,EAAC,OAAO,CAAC;IAChB,cAAc,EAAC,CAAC,GAAG,EAAC,2BAA2B,EAAE,WAAW,CAAC,EAAC,eAAe,KAAK,IAAI,CAAA;CACzF,CAAA;AACD,QAAA,MAAM,WAAW,8GAA8G,gBAAgB,4CAuF9I,CAAA;AAED,eAAe,WAAW,CAAA"}
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import type { AthleteProps, CompetitionMatchMarketProps, CompetitionMatchProps, CompetitionProps, CompetitionTypeProps, MarketProps, MatchProps, PlayerPickProps, TeamProps } from '../../types';
3
2
  type MatchMarketCardProps = {
4
3
  match: MatchProps;
@@ -16,6 +15,6 @@ type MatchMarketCardProps = {
16
15
  competition_match: CompetitionMatchProps;
17
16
  competition_match_markets: CompetitionMatchMarketProps[];
18
17
  };
19
- declare const MatchMarketCard: ({ match, home_athlete, away_athlete, competition_type, markets, competition_match, player_picks, competition_match_markets, mode, onPick, loading }: MatchMarketCardProps) => React.JSX.Element;
18
+ declare const MatchMarketCard: ({ match, home_athlete, away_athlete, competition_type, markets, competition_match, player_picks, competition_match_markets, mode, onPick, loading }: MatchMarketCardProps) => import("react/jsx-runtime").JSX.Element;
20
19
  export default MatchMarketCard;
21
20
  //# sourceMappingURL=MatchMarketCard.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MatchMarketCard.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/MatchMarketCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,KAAK,EAAE,YAAY,EAAE,2BAA2B,EAAE,qBAAqB,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,WAAW,EAAE,UAAU,EAAE,eAAe,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAQjM,KAAK,oBAAoB,GAAG;IACxB,KAAK,EAAC,UAAU,CAAC;IACjB,WAAW,EAAC,gBAAgB,CAAC;IAC7B,gBAAgB,EAAC,oBAAoB,CAAC;IACtC,YAAY,CAAC,EAAC,YAAY,CAAC;IAC3B,YAAY,CAAC,EAAC,YAAY,CAAC;IAC3B,SAAS,CAAC,EAAC,SAAS,CAAC;IACrB,SAAS,CAAC,EAAC,SAAS,CAAC;IACrB,OAAO,EAAC,WAAW,EAAE,CAAA;IACrB,MAAM,EAAC,CAAC,EAAE,EAAC,eAAe,EAAE,WAAW,EAAC,MAAM,EAAE,WAAW,EAAC,MAAM,KAAK,IAAI,CAAA;IAC3E,IAAI,EAAE,MAAM,GAAC,MAAM,CAAA;IACnB,OAAO,CAAC,EAAC,OAAO,CAAC;IAEjB,YAAY,EAAC,eAAe,EAAE,CAAC;IAC/B,iBAAiB,EAAC,qBAAqB,CAAC;IACxC,yBAAyB,EAAC,2BAA2B,EAAE,CAAA;CAC1D,CAAA;AACD,QAAA,MAAM,eAAe,wJAAwJ,oBAAoB,sBA8FhM,CAAA;AAED,eAAe,eAAe,CAAA"}
1
+ {"version":3,"file":"MatchMarketCard.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/MatchMarketCard.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,YAAY,EAAE,2BAA2B,EAAE,qBAAqB,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,WAAW,EAAE,UAAU,EAAE,eAAe,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAQjM,KAAK,oBAAoB,GAAG;IACxB,KAAK,EAAC,UAAU,CAAC;IACjB,WAAW,EAAC,gBAAgB,CAAC;IAC7B,gBAAgB,EAAC,oBAAoB,CAAC;IACtC,YAAY,CAAC,EAAC,YAAY,CAAC;IAC3B,YAAY,CAAC,EAAC,YAAY,CAAC;IAC3B,SAAS,CAAC,EAAC,SAAS,CAAC;IACrB,SAAS,CAAC,EAAC,SAAS,CAAC;IACrB,OAAO,EAAC,WAAW,EAAE,CAAA;IACrB,MAAM,EAAC,CAAC,EAAE,EAAC,eAAe,EAAE,WAAW,EAAC,MAAM,EAAE,WAAW,EAAC,MAAM,KAAK,IAAI,CAAA;IAC3E,IAAI,EAAE,MAAM,GAAC,MAAM,CAAA;IACnB,OAAO,CAAC,EAAC,OAAO,CAAC;IAEjB,YAAY,EAAC,eAAe,EAAE,CAAC;IAC/B,iBAAiB,EAAC,qBAAqB,CAAC;IACxC,yBAAyB,EAAC,2BAA2B,EAAE,CAAA;CAC1D,CAAA;AACD,QAAA,MAAM,eAAe,wJAAwJ,oBAAoB,4CA8FhM,CAAA;AAED,eAAe,eAAe,CAAA"}
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import type { CodeRequestProps, PlayerReferralProps, PromoProps, PublicPlayerProps, RewardOptionProps } from '../../types';
3
2
  type NavOutPromptProps = {
4
3
  image_url?: string;
@@ -18,6 +17,6 @@ type NavOutPromptProps = {
18
17
  onCancel: () => void;
19
18
  onAccept: () => void;
20
19
  };
21
- declare const NavOutPrompt: ({ image_url, code_details, accept_title, cancel_title, title, hide_accept, body, onCancel, onAccept, max_width }: NavOutPromptProps) => React.JSX.Element;
20
+ declare const NavOutPrompt: ({ image_url, code_details, accept_title, cancel_title, title, hide_accept, body, onCancel, onAccept, max_width }: NavOutPromptProps) => import("react/jsx-runtime").JSX.Element;
22
21
  export default NavOutPrompt;
23
22
  //# sourceMappingURL=NavOutPrompt.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NavOutPrompt.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/NavOutPrompt.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,UAAU,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAO3H,KAAK,iBAAiB,GAAG;IACrB,SAAS,CAAC,EAAC,MAAM,CAAC;IAClB,KAAK,EAAC,MAAM,CAAA;IACZ,YAAY,EAAE;QACV,KAAK,CAAC,EAAC,UAAU,CAAC;QAClB,YAAY,CAAC,EAAE,gBAAgB,CAAC;QAChC,eAAe,CAAC,EAAC,mBAAmB,CAAC;QACrC,QAAQ,CAAC,EAAC,iBAAiB,CAAC;QAC5B,aAAa,CAAC,EAAC,iBAAiB,CAAA;KACnC,CAAC;IACF,IAAI,EAAC,MAAM,CAAC;IACZ,SAAS,CAAC,EAAC,MAAM,CAAA;IACjB,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,YAAY,CAAC,EAAC,MAAM,CAAC;IACrB,YAAY,CAAC,EAAC,MAAM,CAAC;IACrB,QAAQ,EAAC,MAAM,IAAI,CAAC;IACpB,QAAQ,EAAE,MAAM,IAAI,CAAA;CACvB,CAAA;AAED,QAAA,MAAM,YAAY,qHAAqH,iBAAiB,sBAwDvJ,CAAA;AAED,eAAe,YAAY,CAAA"}
1
+ {"version":3,"file":"NavOutPrompt.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/NavOutPrompt.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,UAAU,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAO3H,KAAK,iBAAiB,GAAG;IACrB,SAAS,CAAC,EAAC,MAAM,CAAC;IAClB,KAAK,EAAC,MAAM,CAAA;IACZ,YAAY,EAAE;QACV,KAAK,CAAC,EAAC,UAAU,CAAC;QAClB,YAAY,CAAC,EAAE,gBAAgB,CAAC;QAChC,eAAe,CAAC,EAAC,mBAAmB,CAAC;QACrC,QAAQ,CAAC,EAAC,iBAAiB,CAAC;QAC5B,aAAa,CAAC,EAAC,iBAAiB,CAAA;KACnC,CAAC;IACF,IAAI,EAAC,MAAM,CAAC;IACZ,SAAS,CAAC,EAAC,MAAM,CAAA;IACjB,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,YAAY,CAAC,EAAC,MAAM,CAAC;IACrB,YAAY,CAAC,EAAC,MAAM,CAAC;IACrB,QAAQ,EAAC,MAAM,IAAI,CAAC;IACpB,QAAQ,EAAE,MAAM,IAAI,CAAA;CACvB,CAAA;AAED,QAAA,MAAM,YAAY,qHAAqH,iBAAiB,4CAwDvJ,CAAA;AAED,eAAe,YAAY,CAAA"}
@@ -1,4 +1,3 @@
1
- import React from "react";
2
1
  import type { CompetitionProps, CompetitionResultTypeProps, CompetitionSeasonProps, CompetitionTypeProps } from "../../types";
3
2
  type SeasonInfoModalProps = {
4
3
  competition_season: CompetitionSeasonProps;
@@ -9,6 +8,6 @@ type SeasonInfoModalProps = {
9
8
  onSelectCompetition: (competition: CompetitionProps) => void;
10
9
  onClose: () => void;
11
10
  };
12
- declare const SeasonInfoModal: ({ competition_season, competition_types, competition_result_types, width, height, onClose, onSelectCompetition }: SeasonInfoModalProps) => React.JSX.Element | undefined;
11
+ declare const SeasonInfoModal: ({ competition_season, competition_types, competition_result_types, width, height, onClose, onSelectCompetition }: SeasonInfoModalProps) => import("react/jsx-runtime").JSX.Element | undefined;
13
12
  export default SeasonInfoModal;
14
13
  //# sourceMappingURL=SeasonInfoModal.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SeasonInfoModal.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/SeasonInfoModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAA;AAGlD,OAAO,KAAK,EAAE,gBAAgB,EAAE,0BAA0B,EAAE,sBAAsB,EAAE,oBAAoB,EAAqB,MAAM,aAAa,CAAA;AAMhJ,KAAK,oBAAoB,GAAG;IACxB,kBAAkB,EAAC,sBAAsB,CAAC;IAC1C,iBAAiB,EAAC,oBAAoB,EAAE,CAAC;IACzC,wBAAwB,EAAC,0BAA0B,EAAE,CAAC;IACtD,KAAK,EAAC,MAAM,CAAC;IACb,MAAM,EAAC,MAAM,CAAC;IACd,mBAAmB,EAAE,CAAC,WAAW,EAAC,gBAAgB,KAAK,IAAI,CAAC;IAC5D,OAAO,EAAC,MAAM,IAAI,CAAA;CACrB,CAAA;AAED,QAAA,MAAM,eAAe,qHAAqH,oBAAoB,kCA+L7J,CAAA;AACD,eAAe,eAAe,CAAA"}
1
+ {"version":3,"file":"SeasonInfoModal.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/SeasonInfoModal.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,gBAAgB,EAAE,0BAA0B,EAAE,sBAAsB,EAAE,oBAAoB,EAAqB,MAAM,aAAa,CAAA;AAMhJ,KAAK,oBAAoB,GAAG;IACxB,kBAAkB,EAAC,sBAAsB,CAAC;IAC1C,iBAAiB,EAAC,oBAAoB,EAAE,CAAC;IACzC,wBAAwB,EAAC,0BAA0B,EAAE,CAAC;IACtD,KAAK,EAAC,MAAM,CAAC;IACb,MAAM,EAAC,MAAM,CAAC;IACd,mBAAmB,EAAE,CAAC,WAAW,EAAC,gBAAgB,KAAK,IAAI,CAAC;IAC5D,OAAO,EAAC,MAAM,IAAI,CAAA;CACrB,CAAA;AAED,QAAA,MAAM,eAAe,qHAAqH,oBAAoB,wDA+L7J,CAAA;AACD,eAAe,eAAe,CAAA"}
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import type { CompetitionMatchMarketProps, CompetitionMatchProps, CompetitionProps, CompetitionTypeProps, EventProps, MarketProps, PlayerPickProps } from "../../types";
3
2
  type TeamEventCardProps = {
4
3
  competition: CompetitionProps;
@@ -12,6 +11,6 @@ type TeamEventCardProps = {
12
11
  competition_match: CompetitionMatchProps;
13
12
  competition_match_markets: CompetitionMatchMarketProps[];
14
13
  };
15
- declare const TeamEventCard: ({ loading, event, markets, competition_type, competition_match, competition_match_markets, player_picks, mode, onPick }: TeamEventCardProps) => React.JSX.Element;
14
+ declare const TeamEventCard: ({ loading, event, markets, competition_type, competition_match, competition_match_markets, player_picks, mode, onPick }: TeamEventCardProps) => import("react/jsx-runtime").JSX.Element;
16
15
  export default TeamEventCard;
17
16
  //# sourceMappingURL=TeamEventCard.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TeamEventCard.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/TeamEventCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,2BAA2B,EAAE,qBAAqB,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,UAAU,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,aAAa,CAAA;AAQvK,KAAK,kBAAkB,GAAG;IACtB,WAAW,EAAC,gBAAgB,CAAC;IAC7B,gBAAgB,EAAC,oBAAoB,CAAC;IACtC,OAAO,EAAC,WAAW,EAAE,CAAC;IACtB,KAAK,EAAC,UAAU,CAAC;IACjB,MAAM,EAAC,CAAC,EAAE,EAAC,eAAe,EAAE,WAAW,EAAC,MAAM,EAAE,WAAW,EAAC,MAAM,KAAK,IAAI,CAAA;IAC3E,IAAI,EAAE,MAAM,GAAC,MAAM,CAAA;IACnB,OAAO,CAAC,EAAC,OAAO,CAAC;IACjB,YAAY,EAAC,eAAe,EAAE,CAAC;IAC/B,iBAAiB,EAAC,qBAAqB,CAAC;IACxC,yBAAyB,EAAC,2BAA2B,EAAE,CAAA;CAC1D,CAAA;AAED,QAAA,MAAM,aAAa,4HAA4H,kBAAkB,sBA8GhK,CAAA;AAED,eAAe,aAAa,CAAA"}
1
+ {"version":3,"file":"TeamEventCard.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/TeamEventCard.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,2BAA2B,EAAE,qBAAqB,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,UAAU,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,aAAa,CAAA;AAQvK,KAAK,kBAAkB,GAAG;IACtB,WAAW,EAAC,gBAAgB,CAAC;IAC7B,gBAAgB,EAAC,oBAAoB,CAAC;IACtC,OAAO,EAAC,WAAW,EAAE,CAAC;IACtB,KAAK,EAAC,UAAU,CAAC;IACjB,MAAM,EAAC,CAAC,EAAE,EAAC,eAAe,EAAE,WAAW,EAAC,MAAM,EAAE,WAAW,EAAC,MAAM,KAAK,IAAI,CAAA;IAC3E,IAAI,EAAE,MAAM,GAAC,MAAM,CAAA;IACnB,OAAO,CAAC,EAAC,OAAO,CAAC;IACjB,YAAY,EAAC,eAAe,EAAE,CAAC;IAC/B,iBAAiB,EAAC,qBAAqB,CAAC;IACxC,yBAAyB,EAAC,2BAA2B,EAAE,CAAA;CAC1D,CAAA;AAED,QAAA,MAAM,aAAa,4HAA4H,kBAAkB,4CA8GhK,CAAA;AAED,eAAe,aAAa,CAAA"}
@@ -1,4 +1,3 @@
1
- import React from "react";
2
1
  import type { PlayerPickProps } from "../../types";
3
2
  type WagerPickFormProps = {
4
3
  event_title: string;
@@ -10,6 +9,6 @@ type WagerPickFormProps = {
10
9
  onCancel: () => void;
11
10
  onSubmit: (pp: PlayerPickProps) => void;
12
11
  };
13
- declare const WagerPickForm: ({ player_pick, event_title, balance, event_start, width, loading, onCancel, onSubmit }: WagerPickFormProps) => React.JSX.Element;
12
+ declare const WagerPickForm: ({ player_pick, event_title, balance, event_start, width, loading, onCancel, onSubmit }: WagerPickFormProps) => import("react/jsx-runtime").JSX.Element;
14
13
  export default WagerPickForm;
15
14
  //# 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;AAEvC,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,2FAA2F,kBAAkB,sBA2F/H,CAAA;AAED,eAAe,aAAa,CAAA"}
1
+ {"version":3,"file":"WagerPickForm.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/WagerPickForm.tsx"],"names":[],"mappings":"AAEA,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,2FAA2F,kBAAkB,4CA2F/H,CAAA;AAED,eAAe,aAAa,CAAA"}
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import type { BEEventProps } from '../Observer/api/types';
3
2
  type CompetitionModuleProps = {
4
3
  player_id?: string;
@@ -6,6 +5,6 @@ type CompetitionModuleProps = {
6
5
  onEvent?: (event: BEEventProps) => void;
7
6
  onRequestAuthentication: () => void;
8
7
  };
9
- declare const CompetitionModule: ({ competition_id, player_id, onEvent, onRequestAuthentication }: CompetitionModuleProps) => React.JSX.Element | undefined;
8
+ declare const CompetitionModule: ({ competition_id, player_id, onEvent, onRequestAuthentication }: CompetitionModuleProps) => import("react/jsx-runtime").JSX.Element | undefined;
10
9
  export default CompetitionModule;
11
10
  //# 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;AAInD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAE1D,KAAK,sBAAsB,GAAG;IAC1B,SAAS,CAAC,EAAC,MAAM,CAAC;IAClB,cAAc,EAAC,MAAM,CAAC;IACtB,OAAO,CAAC,EAAC,CAAC,KAAK,EAAC,YAAY,KAAK,IAAI,CAAC;IACtC,uBAAuB,EAAC,MAAM,IAAI,CAAA;CACrC,CAAA;AAED,QAAA,MAAM,iBAAiB,oEAAoE,sBAAsB,kCAoBhH,CAAA;AAED,eAAe,iBAAiB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Competition/index.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAE1D,KAAK,sBAAsB,GAAG;IAC1B,SAAS,CAAC,EAAC,MAAM,CAAC;IAClB,cAAc,EAAC,MAAM,CAAC;IACtB,OAAO,CAAC,EAAC,CAAC,KAAK,EAAC,YAAY,KAAK,IAAI,CAAC;IACtC,uBAAuB,EAAC,MAAM,IAAI,CAAA;CACrC,CAAA;AAED,QAAA,MAAM,iBAAiB,oEAAoE,sBAAsB,wDAoBhH,CAAA;AAED,eAAe,iBAAiB,CAAA"}
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  type ButtonProps = {
3
2
  borderRadiusOverride?: {
4
3
  borderTopRightRadius: number;
@@ -25,6 +24,6 @@ type ButtonProps = {
25
24
  borderColor?: string;
26
25
  onPress: any;
27
26
  };
28
- declare const Button: ({ title, style, title_weight, disabled, loading, title_size, padding, borderRadiusOverride, avatar_url, title_color, borderWidth, borderColor, backgroundColor, borderRadius, onPress }: ButtonProps) => React.JSX.Element;
27
+ declare const Button: ({ title, style, title_weight, disabled, loading, title_size, padding, borderRadiusOverride, avatar_url, title_color, borderWidth, borderColor, backgroundColor, borderRadius, onPress }: ButtonProps) => import("react/jsx-runtime").JSX.Element;
29
28
  export default Button;
30
29
  //# sourceMappingURL=Button.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../src/Components/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,KAAK,WAAW,GAAG;IACf,oBAAoB,CAAC,EAAE;QAAE,oBAAoB,EAAC,MAAM,CAAC;QAAC,uBAAuB,EAAC,MAAM,CAAC;QAAC,mBAAmB,EAAC,MAAM,CAAC;QAAC,sBAAsB,EAAC,MAAM,CAAA;KAAE,CAAA;IACjJ,KAAK,CAAC,EAAC,MAAM,CAAC;IACd,YAAY,CAAC,EAAC,MAAM,GAAC,UAAU,GAAC,SAAS,GAAC,OAAO,CAAC;IAClD,UAAU,CAAC,EAAC,MAAM,CAAC;IACnB,SAAS,CAAC,EAAC,MAAM,CAAC;IAClB,SAAS,CAAC,EAAC,MAAM,GAAC,OAAO,CAAC;IAC1B,SAAS,CAAC,EAAC,SAAS,GAAC,MAAM,GAAC,QAAQ,CAAC;IACrC,OAAO,CAAC,EAAC,OAAO,CAAC;IACjB,cAAc,CAAC,EAAC,IAAI,GAAC,MAAM,GAAC,OAAO,GAAC,MAAM,CAAA;IAC1C,YAAY,CAAC,EAAC,MAAM,CAAC;IACrB,OAAO,CAAC,EAAC,MAAM,CAAC;IAChB,WAAW,CAAC,EAAC,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAC,OAAO,CAAC;IAClB,UAAU,CAAC,EAAC,MAAM,CAAC;IACnB,KAAK,CAAC,EAAC,GAAG,CAAC;IACX,eAAe,CAAC,EAAC,MAAM,CAAC;IACxB,WAAW,CAAC,EAAC,MAAM,CAAC;IACpB,WAAW,CAAC,EAAC,MAAM,CAAC;IACpB,OAAO,EAAC,GAAG,CAAA;CACd,CAAA;AAGD,QAAA,MAAM,MAAM,4LAA4L,WAAW,sBAgClN,CAAA;AAED,eAAe,MAAM,CAAA"}
1
+ {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../src/Components/Button.tsx"],"names":[],"mappings":"AAKA,KAAK,WAAW,GAAG;IACf,oBAAoB,CAAC,EAAE;QAAE,oBAAoB,EAAC,MAAM,CAAC;QAAC,uBAAuB,EAAC,MAAM,CAAC;QAAC,mBAAmB,EAAC,MAAM,CAAC;QAAC,sBAAsB,EAAC,MAAM,CAAA;KAAE,CAAA;IACjJ,KAAK,CAAC,EAAC,MAAM,CAAC;IACd,YAAY,CAAC,EAAC,MAAM,GAAC,UAAU,GAAC,SAAS,GAAC,OAAO,CAAC;IAClD,UAAU,CAAC,EAAC,MAAM,CAAC;IACnB,SAAS,CAAC,EAAC,MAAM,CAAC;IAClB,SAAS,CAAC,EAAC,MAAM,GAAC,OAAO,CAAC;IAC1B,SAAS,CAAC,EAAC,SAAS,GAAC,MAAM,GAAC,QAAQ,CAAC;IACrC,OAAO,CAAC,EAAC,OAAO,CAAC;IACjB,cAAc,CAAC,EAAC,IAAI,GAAC,MAAM,GAAC,OAAO,GAAC,MAAM,CAAA;IAC1C,YAAY,CAAC,EAAC,MAAM,CAAC;IACrB,OAAO,CAAC,EAAC,MAAM,CAAC;IAChB,WAAW,CAAC,EAAC,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAC,OAAO,CAAC;IAClB,UAAU,CAAC,EAAC,MAAM,CAAC;IACnB,KAAK,CAAC,EAAC,GAAG,CAAC;IACX,eAAe,CAAC,EAAC,MAAM,CAAC;IACxB,WAAW,CAAC,EAAC,MAAM,CAAC;IACpB,WAAW,CAAC,EAAC,MAAM,CAAC;IACpB,OAAO,EAAC,GAAG,CAAA;CACd,CAAA;AAGD,QAAA,MAAM,MAAM,4LAA4L,WAAW,4CAgClN,CAAA;AAED,eAAe,MAAM,CAAA"}
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  type CheckBoxProps = {
3
2
  checked?: boolean;
4
3
  size?: number;
@@ -8,6 +7,6 @@ type CheckBoxProps = {
8
7
  fill_style?: any;
9
8
  onSelect: (checked: boolean) => void;
10
9
  };
11
- declare const Checkbox: ({ checked, size, disabled, color, onSelect, style, fill_style }: CheckBoxProps) => React.JSX.Element;
10
+ declare const Checkbox: ({ checked, size, disabled, color, onSelect, style, fill_style }: CheckBoxProps) => import("react/jsx-runtime").JSX.Element;
12
11
  export default Checkbox;
13
12
  //# sourceMappingURL=Checkbox.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../../src/Components/Checkbox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,KAAK,aAAa,GAAG;IACjB,OAAO,CAAC,EAAC,OAAO,CAAC;IACjB,IAAI,CAAC,EAAC,MAAM,CAAA;IACZ,KAAK,CAAC,EAAC,MAAM,CAAC;IACd,QAAQ,CAAC,EAAC,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,UAAU,CAAC,EAAC,GAAG,CAAA;IACf,QAAQ,EAAC,CAAC,OAAO,EAAC,OAAO,KAAK,IAAI,CAAA;CACrC,CAAA;AAED,QAAA,MAAM,QAAQ,oEAAoE,aAAa,sBAc9F,CAAA;AAED,eAAe,QAAQ,CAAA"}
1
+ {"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../../src/Components/Checkbox.tsx"],"names":[],"mappings":"AAGA,KAAK,aAAa,GAAG;IACjB,OAAO,CAAC,EAAC,OAAO,CAAC;IACjB,IAAI,CAAC,EAAC,MAAM,CAAA;IACZ,KAAK,CAAC,EAAC,MAAM,CAAC;IACd,QAAQ,CAAC,EAAC,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,UAAU,CAAC,EAAC,GAAG,CAAA;IACf,QAAQ,EAAC,CAAC,OAAO,EAAC,OAAO,KAAK,IAAI,CAAA;CACrC,CAAA;AAED,QAAA,MAAM,QAAQ,oEAAoE,aAAa,4CAc9F,CAAA;AAED,eAAe,QAAQ,CAAA"}
@@ -1,62 +1,66 @@
1
- import React from 'react';
2
1
  type IconProps = {
3
2
  color?: string;
3
+ secondary_color?: string;
4
4
  size?: number;
5
5
  direction?: 'up' | 'down' | 'left' | 'right';
6
6
  };
7
7
  declare const _default: {
8
- SearchIcon: ({ color, size }: IconProps) => React.JSX.Element;
9
- EyeOnIcon: ({ color, size }: IconProps) => React.JSX.Element;
10
- AlertIcon: ({ color, size }: IconProps) => React.JSX.Element;
11
- BankIcon: ({ size, color }: IconProps) => React.JSX.Element;
12
- EditIcon: ({ color, size }: IconProps) => React.JSX.Element;
13
- PreferencesIcon: ({ color, size }: IconProps) => React.JSX.Element;
14
- CheckCirlceIcon: ({ color, size }: IconProps) => React.JSX.Element;
15
- ShareIcon: ({ color, size }: IconProps) => React.JSX.Element;
16
- TrophyIcon: ({ color, size }: IconProps) => React.JSX.Element;
17
- ListIcon: ({ color, size }: IconProps) => React.JSX.Element;
18
- UserIcon: ({ color, size }: IconProps) => React.JSX.Element;
19
- PhoneIcon: ({ color, size }: IconProps) => React.JSX.Element;
20
- EmailIcon: ({ color, size }: IconProps) => React.JSX.Element;
21
- NotificationIcon: ({ color, size }: IconProps) => React.JSX.Element;
22
- InProgressIcon: ({ color, size }: IconProps) => React.JSX.Element;
23
- LockClosedIcon: ({ color, size }: IconProps) => React.JSX.Element;
24
- CloseIcon: ({ color, size }: IconProps) => React.JSX.Element;
25
- BettorEdgeIcon: ({ color, size }: IconProps) => React.JSX.Element;
26
- BirthdayIcon: ({ color, size }: IconProps) => React.JSX.Element;
27
- CheckIcon: ({ color, size }: IconProps) => React.JSX.Element;
28
- LogoutIcon: ({ color, size }: IconProps) => React.JSX.Element;
29
- ImageIcon: ({ color, size }: IconProps) => React.JSX.Element;
30
- MenuIcon: ({ color }: IconProps) => React.JSX.Element;
31
- MoreIcon: ({ color, direction, size }: IconProps) => React.JSX.Element;
32
- SnoozeIcon: ({ color, size }: IconProps) => React.JSX.Element;
33
- GiftIcon: ({ color, size }: IconProps) => React.JSX.Element;
34
- IBTFLowIcon: ({ size }: IconProps) => React.JSX.Element;
35
- WithdrawIcon: ({ color, size }: IconProps) => React.JSX.Element;
36
- DepositIcon: ({ color, size }: IconProps) => React.JSX.Element;
37
- BankInstantIcon: ({ color, size }: IconProps) => React.JSX.Element;
38
- CreditCardIcon: ({ size, color }: IconProps) => React.JSX.Element;
39
- PlaidIcon: ({ size }: IconProps) => React.JSX.Element;
40
- SettingsIcon: ({ color, size }: IconProps) => React.JSX.Element;
41
- PayPalIcon: ({ size }: IconProps) => React.JSX.Element;
42
- ChevronIcon: ({ size, color, direction }: IconProps) => React.JSX.Element;
43
- ShareSocialIcon: ({ size, color }: IconProps) => React.JSX.Element;
44
- EdgeCoinIcon: ({ color, size }: IconProps) => React.JSX.Element;
45
- PacerCarIcon: ({ size, color }: IconProps) => React.JSX.Element;
46
- AwardRibbonIcon: ({ color, size }: IconProps) => React.JSX.Element;
47
- TVIcon: ({ color, size }: IconProps) => React.JSX.Element;
48
- PlusCircleIcon: ({ color, size }: IconProps) => React.JSX.Element;
49
- PausedIcon: ({ color, size }: IconProps) => React.JSX.Element;
50
- ChangeIcon: ({ color, size }: IconProps) => React.JSX.Element;
51
- USDIcon: ({ color, size }: IconProps) => React.JSX.Element;
52
- EyeOffIcon: ({ color, size }: IconProps) => React.JSX.Element;
53
- DiscoverCardIcon: ({ size }: IconProps) => React.JSX.Element;
54
- AmexCardIcon: ({ size }: IconProps) => React.JSX.Element;
55
- TransactionIcon: ({ color, size }: IconProps) => React.JSX.Element;
56
- TransactionSuccessIcon: ({ size }: IconProps) => React.JSX.Element;
57
- TransactionErrorIcon: ({ size }: IconProps) => React.JSX.Element;
58
- VisaCardIcon: ({ size }: IconProps) => React.JSX.Element;
59
- MasterCardIcon: ({ size }: IconProps) => React.JSX.Element;
8
+ SearchIcon: ({ color, size }: IconProps) => import("react/jsx-runtime").JSX.Element;
9
+ EyeOnIcon: ({ color, size }: IconProps) => import("react/jsx-runtime").JSX.Element;
10
+ AlertIcon: ({ color, size }: IconProps) => import("react/jsx-runtime").JSX.Element;
11
+ PieIcon: ({ color, size }: IconProps) => import("react/jsx-runtime").JSX.Element;
12
+ BankIcon: ({ size, color }: IconProps) => import("react/jsx-runtime").JSX.Element;
13
+ SquaresIcon: ({ color, size }: IconProps) => import("react/jsx-runtime").JSX.Element;
14
+ EditIcon: ({ color, size }: IconProps) => import("react/jsx-runtime").JSX.Element;
15
+ PreferencesIcon: ({ color, size }: IconProps) => import("react/jsx-runtime").JSX.Element;
16
+ CheckCirlceIcon: ({ color, size }: IconProps) => import("react/jsx-runtime").JSX.Element;
17
+ ShareIcon: ({ color, size }: IconProps) => import("react/jsx-runtime").JSX.Element;
18
+ TrophyIcon: ({ color, size }: IconProps) => import("react/jsx-runtime").JSX.Element;
19
+ ListIcon: ({ color, size }: IconProps) => import("react/jsx-runtime").JSX.Element;
20
+ UserIcon: ({ color, size }: IconProps) => import("react/jsx-runtime").JSX.Element;
21
+ PhoneIcon: ({ color, size }: IconProps) => import("react/jsx-runtime").JSX.Element;
22
+ EmailIcon: ({ color, size }: IconProps) => import("react/jsx-runtime").JSX.Element;
23
+ NotificationIcon: ({ color, size }: IconProps) => import("react/jsx-runtime").JSX.Element;
24
+ OwnedSquareIcon: ({ color, size }: IconProps) => import("react/jsx-runtime").JSX.Element;
25
+ InProgressIcon: ({ color, size }: IconProps) => import("react/jsx-runtime").JSX.Element;
26
+ LockClosedIcon: ({ color, size }: IconProps) => import("react/jsx-runtime").JSX.Element;
27
+ CloseIcon: ({ color, size }: IconProps) => import("react/jsx-runtime").JSX.Element;
28
+ BettorEdgeIcon: ({ color, size }: IconProps) => import("react/jsx-runtime").JSX.Element;
29
+ BirthdayIcon: ({ color, size }: IconProps) => import("react/jsx-runtime").JSX.Element;
30
+ CheckIcon: ({ color, size }: IconProps) => import("react/jsx-runtime").JSX.Element;
31
+ LogoutIcon: ({ color, size }: IconProps) => import("react/jsx-runtime").JSX.Element;
32
+ ImageIcon: ({ color, size }: IconProps) => import("react/jsx-runtime").JSX.Element;
33
+ MenuIcon: ({ color }: IconProps) => import("react/jsx-runtime").JSX.Element;
34
+ MoreIcon: ({ color, direction, size }: IconProps) => import("react/jsx-runtime").JSX.Element;
35
+ SnoozeIcon: ({ color, size }: IconProps) => import("react/jsx-runtime").JSX.Element;
36
+ GiftIcon: ({ color, size }: IconProps) => import("react/jsx-runtime").JSX.Element;
37
+ IBTFLowIcon: ({ size }: IconProps) => import("react/jsx-runtime").JSX.Element;
38
+ WithdrawIcon: ({ color, size }: IconProps) => import("react/jsx-runtime").JSX.Element;
39
+ DepositIcon: ({ color, size }: IconProps) => import("react/jsx-runtime").JSX.Element;
40
+ BankInstantIcon: ({ color, size }: IconProps) => import("react/jsx-runtime").JSX.Element;
41
+ CreditCardIcon: ({ size, color }: IconProps) => import("react/jsx-runtime").JSX.Element;
42
+ PlaidIcon: ({ size }: IconProps) => import("react/jsx-runtime").JSX.Element;
43
+ SettingsIcon: ({ color, size }: IconProps) => import("react/jsx-runtime").JSX.Element;
44
+ PayPalIcon: ({ size }: IconProps) => import("react/jsx-runtime").JSX.Element;
45
+ ChevronIcon: ({ size, color, direction }: IconProps) => import("react/jsx-runtime").JSX.Element;
46
+ ShareSocialIcon: ({ size, color }: IconProps) => import("react/jsx-runtime").JSX.Element;
47
+ EdgeCoinIcon: ({ color, size }: IconProps) => import("react/jsx-runtime").JSX.Element;
48
+ PacerCarIcon: ({ size, color }: IconProps) => import("react/jsx-runtime").JSX.Element;
49
+ AwardRibbonIcon: ({ color, size }: IconProps) => import("react/jsx-runtime").JSX.Element;
50
+ TVIcon: ({ color, size }: IconProps) => import("react/jsx-runtime").JSX.Element;
51
+ PlusCircleIcon: ({ color, size }: IconProps) => import("react/jsx-runtime").JSX.Element;
52
+ PausedIcon: ({ color, size }: IconProps) => import("react/jsx-runtime").JSX.Element;
53
+ ChangeIcon: ({ color, size }: IconProps) => import("react/jsx-runtime").JSX.Element;
54
+ USDIcon: ({ color, size }: IconProps) => import("react/jsx-runtime").JSX.Element;
55
+ EyeOffIcon: ({ color, size }: IconProps) => import("react/jsx-runtime").JSX.Element;
56
+ DiscoverCardIcon: ({ size }: IconProps) => import("react/jsx-runtime").JSX.Element;
57
+ AmexCardIcon: ({ size }: IconProps) => import("react/jsx-runtime").JSX.Element;
58
+ TransactionIcon: ({ color, size }: IconProps) => import("react/jsx-runtime").JSX.Element;
59
+ TransactionSuccessIcon: ({ size }: IconProps) => import("react/jsx-runtime").JSX.Element;
60
+ TransactionErrorIcon: ({ size }: IconProps) => import("react/jsx-runtime").JSX.Element;
61
+ VisaCardIcon: ({ size }: IconProps) => import("react/jsx-runtime").JSX.Element;
62
+ MasterCardIcon: ({ size }: IconProps) => import("react/jsx-runtime").JSX.Element;
63
+ UnbidSquare: ({ color, secondary_color }: IconProps) => import("react/jsx-runtime").JSX.Element;
60
64
  };
61
65
  export default _default;
62
66
  //# sourceMappingURL=Icons.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Icons.d.ts","sourceRoot":"","sources":["../../../../src/Components/Icons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,KAAK,SAAS,GAAG;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAC,MAAM,CAAC;IACb,SAAS,CAAC,EAAC,IAAI,GAAC,MAAM,GAAC,MAAM,GAAC,OAAO,CAAA;CACxC,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA+/BD,wBAqDC"}
1
+ {"version":3,"file":"Icons.d.ts","sourceRoot":"","sources":["../../../../src/Components/Icons.tsx"],"names":[],"mappings":"AAEA,KAAK,SAAS,GAAG;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,eAAe,CAAC,EAAC,MAAM,CAAC;IACxB,IAAI,CAAC,EAAC,MAAM,CAAC;IACb,SAAS,CAAC,EAAC,IAAI,GAAC,MAAM,GAAC,MAAM,GAAC,OAAO,CAAA;CACxC,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqkCD,wBAyDC"}
@@ -1,4 +1,3 @@
1
- import React from "react";
2
1
  type CldUploaderProps = {
3
2
  onFinishUpload: (obj: any) => void;
4
3
  onStartUpload?: () => void;
@@ -6,6 +5,6 @@ type CldUploaderProps = {
6
5
  children?: any;
7
6
  public_id: string;
8
7
  };
9
- declare const ImageUploader: ({ onStartUpload, onCancelUpload, onFinishUpload, public_id, children }: CldUploaderProps) => React.JSX.Element;
8
+ declare const ImageUploader: ({ onStartUpload, onCancelUpload, onFinishUpload, public_id, children }: CldUploaderProps) => import("react/jsx-runtime").JSX.Element;
10
9
  export default ImageUploader;
11
10
  //# sourceMappingURL=ImageUploader.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ImageUploader.d.ts","sourceRoot":"","sources":["../../../../src/Components/ImageUploader.tsx"],"names":[],"mappings":"AAGC,OAAO,KAAiB,MAAM,OAAO,CAAC;AAIvC,KAAK,gBAAgB,GAAG;IACtB,cAAc,EAAG,CAAC,GAAG,EAAC,GAAG,KAAK,IAAI,CAAA;IAChC,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;IAC3B,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC9B,QAAQ,CAAC,EAAC,GAAG,CAAC;IACd,SAAS,EAAE,MAAM,CAAA;CAClB,CAAA;AACD,QAAA,MAAM,aAAa,2EAA2E,gBAAgB,sBAwF7G,CAAA;AAED,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"ImageUploader.d.ts","sourceRoot":"","sources":["../../../../src/Components/ImageUploader.tsx"],"names":[],"mappings":"AAOA,KAAK,gBAAgB,GAAG;IACtB,cAAc,EAAG,CAAC,GAAG,EAAC,GAAG,KAAK,IAAI,CAAA;IAChC,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;IAC3B,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC9B,QAAQ,CAAC,EAAC,GAAG,CAAC;IACd,SAAS,EAAE,MAAM,CAAA;CAClB,CAAA;AACD,QAAA,MAAM,aAAa,2EAA2E,gBAAgB,4CAwF7G,CAAA;AAED,eAAe,aAAa,CAAC"}
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import type { AthleteProps, LeagueProps, TeamProps } from "../types";
3
2
  type AthleteImageProps = {
4
3
  athlete: AthleteProps;
@@ -6,11 +5,11 @@ type AthleteImageProps = {
6
5
  number_size?: number;
7
6
  league?: LeagueProps;
8
7
  };
9
- declare const AthleteImage: ({ athlete, size, number_size, league }: AthleteImageProps) => React.JSX.Element;
8
+ declare const AthleteImage: ({ athlete, size, number_size, league }: AthleteImageProps) => import("react/jsx-runtime").JSX.Element;
10
9
  type TeamImageProps = {
11
10
  team: TeamProps;
12
11
  league?: LeagueProps;
13
12
  };
14
- declare const TeamImage: ({ team, league }: TeamImageProps) => React.JSX.Element;
13
+ declare const TeamImage: ({ team, league }: TeamImageProps) => import("react/jsx-runtime").JSX.Element;
15
14
  export { AthleteImage, TeamImage };
16
15
  //# sourceMappingURL=Jerseys.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Jerseys.d.ts","sourceRoot":"","sources":["../../../../src/Components/Jerseys.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,YAAY,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,UAAU,CAAA;AAIpE,KAAK,iBAAiB,GAAG;IACrB,OAAO,EAAC,YAAY,CAAA;IACpB,IAAI,CAAC,EAAC,MAAM,CAAC;IACb,WAAW,CAAC,EAAC,MAAM,CAAC;IACpB,MAAM,CAAC,EAAC,WAAW,CAAA;CACtB,CAAA;AAGD,QAAA,MAAM,YAAY,2CAA2C,iBAAiB,sBA4C7E,CAAA;AAID,KAAK,cAAc,GAAG;IAClB,IAAI,EAAE,SAAS,CAAC;IAChB,MAAM,CAAC,EAAE,WAAW,CAAA;CACvB,CAAA;AACD,QAAA,MAAM,SAAS,qBAAuB,cAAc,sBAenD,CAAA;AAuLD,OAAO,EACH,YAAY,EACZ,SAAS,EACZ,CAAA"}
1
+ {"version":3,"file":"Jerseys.d.ts","sourceRoot":"","sources":["../../../../src/Components/Jerseys.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,UAAU,CAAA;AAIpE,KAAK,iBAAiB,GAAG;IACrB,OAAO,EAAC,YAAY,CAAA;IACpB,IAAI,CAAC,EAAC,MAAM,CAAC;IACb,WAAW,CAAC,EAAC,MAAM,CAAC;IACpB,MAAM,CAAC,EAAC,WAAW,CAAA;CACtB,CAAA;AAGD,QAAA,MAAM,YAAY,2CAA2C,iBAAiB,4CA4C7E,CAAA;AAID,KAAK,cAAc,GAAG;IAClB,IAAI,EAAE,SAAS,CAAC;IAChB,MAAM,CAAC,EAAE,WAAW,CAAA;CACvB,CAAA;AACD,QAAA,MAAM,SAAS,qBAAuB,cAAc,4CAenD,CAAA;AAuLD,OAAO,EACH,YAAY,EACZ,SAAS,EACZ,CAAA"}
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  type LinearDiagnalProps = {
3
2
  label?: string;
4
3
  label_size?: number;
@@ -9,6 +8,6 @@ type LinearDiagnalProps = {
9
8
  style?: any;
10
9
  children?: any;
11
10
  };
12
- declare const LinearDiagnal: ({ left_color, right_color, no_buffer, label, label_size, label_color, style, children }: LinearDiagnalProps) => React.JSX.Element;
11
+ declare const LinearDiagnal: ({ left_color, right_color, no_buffer, label, label_size, label_color, style, children }: LinearDiagnalProps) => import("react/jsx-runtime").JSX.Element;
13
12
  export default LinearDiagnal;
14
13
  //# sourceMappingURL=LinearDiagnal.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"LinearDiagnal.d.ts","sourceRoot":"","sources":["../../../../src/Components/LinearDiagnal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAMxC,KAAK,kBAAkB,GAAG;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAC,MAAM,CAAC;IACnB,WAAW,CAAC,EAAC,MAAM,CAAC;IACpB,UAAU,EAAC,MAAM,CAAC;IAClB,WAAW,EAAC,MAAM,CAAA;IAClB,SAAS,CAAC,EAAC,OAAO,CAAC;IACnB,KAAK,CAAC,EAAC,GAAG,CAAC;IACX,QAAQ,CAAC,EAAC,GAAG,CAAA;CAChB,CAAA;AACD,QAAA,MAAM,aAAa,4FAA4F,kBAAkB,sBAmBhI,CAAA;AAeD,eAAe,aAAa,CAAA"}
1
+ {"version":3,"file":"LinearDiagnal.d.ts","sourceRoot":"","sources":["../../../../src/Components/LinearDiagnal.tsx"],"names":[],"mappings":"AAMA,KAAK,kBAAkB,GAAG;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAC,MAAM,CAAC;IACnB,WAAW,CAAC,EAAC,MAAM,CAAC;IACpB,UAAU,EAAC,MAAM,CAAC;IAClB,WAAW,EAAC,MAAM,CAAA;IAClB,SAAS,CAAC,EAAC,OAAO,CAAC;IACnB,KAAK,CAAC,EAAC,GAAG,CAAC;IACX,QAAQ,CAAC,EAAC,GAAG,CAAA;CAChB,CAAA;AACD,QAAA,MAAM,aAAa,4FAA4F,kBAAkB,4CAmBhI,CAAA;AAeD,eAAe,aAAa,CAAA"}
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  type SpringViewProps = {
3
2
  style?: any;
4
3
  slide: 'vertical' | 'horizontal';
@@ -7,6 +6,6 @@ type SpringViewProps = {
7
6
  to: number;
8
7
  children: any;
9
8
  };
10
- declare const SpringView: ({ style, children, from, to, slide, onResolve }: SpringViewProps) => React.JSX.Element;
9
+ declare const SpringView: ({ style, children, from, to, slide, onResolve }: SpringViewProps) => import("react/jsx-runtime").JSX.Element;
11
10
  export default SpringView;
12
11
  //# sourceMappingURL=Spring.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Spring.d.ts","sourceRoot":"","sources":["../../../../src/Components/Spring.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,KAAK,eAAe,GAAG;IACnB,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,KAAK,EAAE,UAAU,GAAC,YAAY,CAAA;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAC,MAAM,IAAI,CAAC;IACtB,EAAE,EAAC,MAAM,CAAC;IACV,QAAQ,EAAE,GAAG,CAAA;CAChB,CAAA;AACD,QAAA,MAAM,UAAU,oDAAoD,eAAe,sBAiClF,CAAA;AAED,eAAe,UAAU,CAAA"}
1
+ {"version":3,"file":"Spring.d.ts","sourceRoot":"","sources":["../../../../src/Components/Spring.tsx"],"names":[],"mappings":"AAEA,KAAK,eAAe,GAAG;IACnB,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,KAAK,EAAE,UAAU,GAAC,YAAY,CAAA;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAC,MAAM,IAAI,CAAC;IACtB,EAAE,EAAC,MAAM,CAAC;IACV,QAAQ,EAAE,GAAG,CAAA;CAChB,CAAA;AACD,QAAA,MAAM,UAAU,oDAAoD,eAAe,4CAiClF,CAAA;AAED,eAAe,UAAU,CAAA"}
@@ -1,9 +1,8 @@
1
- import React from 'react';
2
1
  type SwitchProps = {
3
2
  value: boolean;
4
3
  switch_type: 'binary' | 'on_off';
5
4
  onChange: (value: boolean) => void;
6
5
  };
7
- declare const Switch: ({ value, switch_type, onChange }: SwitchProps) => React.JSX.Element;
6
+ declare const Switch: ({ value, switch_type, onChange }: SwitchProps) => import("react/jsx-runtime").JSX.Element;
8
7
  export default Switch;
9
8
  //# sourceMappingURL=Switch.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Switch.d.ts","sourceRoot":"","sources":["../../../../src/Components/Switch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,KAAK,WAAW,GAAG;IACf,KAAK,EAAE,OAAO,CAAC;IACf,WAAW,EAAE,QAAQ,GAAG,QAAQ,CAAC;IACjC,QAAQ,EAAC,CAAC,KAAK,EAAC,OAAO,KAAK,IAAI,CAAA;CACnC,CAAA;AACD,QAAA,MAAM,MAAM,qCAAqC,WAAW,sBAyC3D,CAAA;AAGD,eAAe,MAAM,CAAA"}
1
+ {"version":3,"file":"Switch.d.ts","sourceRoot":"","sources":["../../../../src/Components/Switch.tsx"],"names":[],"mappings":"AAIA,KAAK,WAAW,GAAG;IACf,KAAK,EAAE,OAAO,CAAC;IACf,WAAW,EAAE,QAAQ,GAAG,QAAQ,CAAC;IACjC,QAAQ,EAAC,CAAC,KAAK,EAAC,OAAO,KAAK,IAAI,CAAA;CACnC,CAAA;AACD,QAAA,MAAM,MAAM,qCAAqC,WAAW,4CAyC3D,CAAA;AAGD,eAAe,MAAM,CAAA"}
@@ -1,13 +1,14 @@
1
- import React from 'react';
2
1
  import '../Font.css';
3
2
  export interface TextProps {
4
3
  weight?: 'bold' | 'semibold' | 'regular' | 'light';
5
4
  color?: string;
6
5
  size?: number;
7
6
  children: any;
7
+ selectable?: boolean;
8
+ theme?: string;
8
9
  textAlign?: 'left' | 'center' | 'right';
9
10
  style?: any;
10
11
  }
11
- declare const Text: ({ weight, color, size, children, textAlign, style }: TextProps) => React.JSX.Element;
12
+ declare const Text: ({ weight, color, size, children, theme, selectable, textAlign, style }: TextProps) => import("react/jsx-runtime").JSX.Element;
12
13
  export default Text;
13
14
  //# sourceMappingURL=Text.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Text.d.ts","sourceRoot":"","sources":["../../../../src/Components/Text.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,aAAa,CAAC;AAIrB,MAAM,WAAW,SAAS;IACtB,MAAM,CAAC,EAAC,MAAM,GAAC,UAAU,GAAC,SAAS,GAAC,OAAO,CAAC;IAC5C,KAAK,CAAC,EAAC,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,EAAC,GAAG,CAAC;IACb,SAAS,CAAC,EAAC,MAAM,GAAC,QAAQ,GAAC,OAAO,CAAC;IACnC,KAAK,CAAC,EAAC,GAAG,CAAA;CACb;AAID,QAAA,MAAM,IAAI,wDAAyD,SAAS,sBAyB3E,CAAA;AAED,eAAe,IAAI,CAAA"}
1
+ {"version":3,"file":"Text.d.ts","sourceRoot":"","sources":["../../../../src/Components/Text.tsx"],"names":[],"mappings":"AACA,OAAO,aAAa,CAAC;AAKrB,MAAM,WAAW,SAAS;IACtB,MAAM,CAAC,EAAC,MAAM,GAAC,UAAU,GAAC,SAAS,GAAC,OAAO,CAAC;IAC5C,KAAK,CAAC,EAAC,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,EAAC,GAAG,CAAC;IACb,UAAU,CAAC,EAAC,OAAO,CAAC;IACpB,KAAK,CAAC,EAAC,MAAM,CAAC;IACd,SAAS,CAAC,EAAC,MAAM,GAAC,QAAQ,GAAC,OAAO,CAAC;IACnC,KAAK,CAAC,EAAC,GAAG,CAAA;CACb;AAID,QAAA,MAAM,IAAI,2EAA4E,SAAS,4CA2C9F,CAAA;AAED,eAAe,IAAI,CAAA"}