be-components 3.3.5 → 3.3.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (554) hide show
  1. package/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.js +21 -28
  2. package/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.js.map +1 -1
  3. package/lib/commonjs/Authenticator/Components/LoginForm.js +93 -109
  4. package/lib/commonjs/Authenticator/Components/LoginForm.js.map +1 -1
  5. package/lib/commonjs/Authenticator/Components/StrategyForm.js +246 -342
  6. package/lib/commonjs/Authenticator/Components/StrategyForm.js.map +1 -1
  7. package/lib/commonjs/Authenticator/index.js +22 -32
  8. package/lib/commonjs/Authenticator/index.js.map +1 -1
  9. package/lib/commonjs/Competition/components/AthleteMarketCard.js +39 -26
  10. package/lib/commonjs/Competition/components/AthleteMarketCard.js.map +1 -1
  11. package/lib/commonjs/Competition/components/CompetitionInfoCard.js +115 -175
  12. package/lib/commonjs/Competition/components/CompetitionInfoCard.js.map +1 -1
  13. package/lib/commonjs/Competition/components/CompetitionLeaderboard.js +97 -95
  14. package/lib/commonjs/Competition/components/CompetitionLeaderboard.js.map +1 -1
  15. package/lib/commonjs/Competition/components/CompetitionPlay.js +99 -113
  16. package/lib/commonjs/Competition/components/CompetitionPlay.js.map +1 -1
  17. package/lib/commonjs/Competition/components/EnterCompetitionPrompt.js +56 -75
  18. package/lib/commonjs/Competition/components/EnterCompetitionPrompt.js.map +1 -1
  19. package/lib/commonjs/Competition/components/LeaderPicks.js +4 -4
  20. package/lib/commonjs/Competition/components/LeaderPicks.js.map +1 -1
  21. package/lib/commonjs/Competition/components/MarketsCard.js +22 -12
  22. package/lib/commonjs/Competition/components/MarketsCard.js.map +1 -1
  23. package/lib/commonjs/Competition/components/TeamEventCard.js +46 -37
  24. package/lib/commonjs/Competition/components/TeamEventCard.js.map +1 -1
  25. package/lib/commonjs/Competition/components/WagerPickForm.js +73 -85
  26. package/lib/commonjs/Competition/components/WagerPickForm.js.map +1 -1
  27. package/lib/commonjs/Competition/index.js +236 -216
  28. package/lib/commonjs/Competition/index.js.map +1 -1
  29. package/lib/commonjs/Components/Button.js +49 -6
  30. package/lib/commonjs/Components/Button.js.map +1 -1
  31. package/lib/commonjs/Components/ConfirmationModal.js +29 -29
  32. package/lib/commonjs/Components/ConfirmationModal.js.map +1 -1
  33. package/lib/commonjs/Components/Themed.js +281 -0
  34. package/lib/commonjs/Components/Themed.js.map +1 -0
  35. package/lib/commonjs/MarketComponents/components/AthleteMarket/index.js +43 -52
  36. package/lib/commonjs/MarketComponents/components/AthleteMarket/index.js.map +1 -1
  37. package/lib/commonjs/MarketComponents/components/AthleteTournamentMarket/index.js +50 -61
  38. package/lib/commonjs/MarketComponents/components/AthleteTournamentMarket/index.js.map +1 -1
  39. package/lib/commonjs/MarketComponents/components/EventMarket/index.js +48 -54
  40. package/lib/commonjs/MarketComponents/components/EventMarket/index.js.map +1 -1
  41. package/lib/commonjs/MarketComponents/components/MarketButton/api/index.js +2 -3
  42. package/lib/commonjs/MarketComponents/components/MarketButton/api/index.js.map +1 -1
  43. package/lib/commonjs/MarketComponents/components/MarketButton/index.js +22 -22
  44. package/lib/commonjs/MarketComponents/components/MarketButton/index.js.map +1 -1
  45. package/lib/commonjs/MarketComponents/components/MatchMarket/index.js +65 -63
  46. package/lib/commonjs/MarketComponents/components/MatchMarket/index.js.map +1 -1
  47. package/lib/commonjs/MarketComponents/components/TeamEventMarket/index.js +239 -220
  48. package/lib/commonjs/MarketComponents/components/TeamEventMarket/index.js.map +1 -1
  49. package/lib/commonjs/MarketComponents/components/TeamTournamentMarket/index.js +48 -57
  50. package/lib/commonjs/MarketComponents/components/TeamTournamentMarket/index.js.map +1 -1
  51. package/lib/commonjs/MarketComponents/components/TournamentMarket/index.js +203 -131
  52. package/lib/commonjs/MarketComponents/components/TournamentMarket/index.js.map +1 -1
  53. package/lib/commonjs/ProfileManager/Components/BasicInfoManager.js +49 -55
  54. package/lib/commonjs/ProfileManager/Components/BasicInfoManager.js.map +1 -1
  55. package/lib/commonjs/ProfileManager/Components/BasicStatus.js +55 -88
  56. package/lib/commonjs/ProfileManager/Components/BasicStatus.js.map +1 -1
  57. package/lib/commonjs/ProfileManager/Components/CodeRedeem.js +94 -121
  58. package/lib/commonjs/ProfileManager/Components/CodeRedeem.js.map +1 -1
  59. package/lib/commonjs/ProfileManager/Components/DOBManager.js +42 -46
  60. package/lib/commonjs/ProfileManager/Components/DOBManager.js.map +1 -1
  61. package/lib/commonjs/ProfileManager/Components/EmailManager.js +66 -86
  62. package/lib/commonjs/ProfileManager/Components/EmailManager.js.map +1 -1
  63. package/lib/commonjs/ProfileManager/Components/PasswordManager.js +60 -78
  64. package/lib/commonjs/ProfileManager/Components/PasswordManager.js.map +1 -1
  65. package/lib/commonjs/ProfileManager/Components/PhoneManager.js +62 -81
  66. package/lib/commonjs/ProfileManager/Components/PhoneManager.js.map +1 -1
  67. package/lib/commonjs/ProfileManager/Components/ProfilePicManager.js +19 -27
  68. package/lib/commonjs/ProfileManager/Components/ProfilePicManager.js.map +1 -1
  69. package/lib/commonjs/ProfileManager/Components/ProfileWelcome.js +31 -48
  70. package/lib/commonjs/ProfileManager/Components/ProfileWelcome.js.map +1 -1
  71. package/lib/commonjs/ProfileManager/Components/ProfileWizard.js +69 -92
  72. package/lib/commonjs/ProfileManager/Components/ProfileWizard.js.map +1 -1
  73. package/lib/commonjs/ProfileManager/Components/SettingsManager.js +63 -65
  74. package/lib/commonjs/ProfileManager/Components/SettingsManager.js.map +1 -1
  75. package/lib/commonjs/ProfileManager/Components/VouchCard.js +106 -132
  76. package/lib/commonjs/ProfileManager/Components/VouchCard.js.map +1 -1
  77. package/lib/commonjs/ProfileManager/index.js +29 -31
  78. package/lib/commonjs/ProfileManager/index.js.map +1 -1
  79. package/lib/commonjs/Share/api/index.js +13 -6
  80. package/lib/commonjs/Share/api/index.js.map +1 -1
  81. package/lib/commonjs/Share/index.js +11 -11
  82. package/lib/commonjs/Share/index.js.map +1 -1
  83. package/lib/commonjs/Squares/components/BidForm.js +142 -120
  84. package/lib/commonjs/Squares/components/BidForm.js.map +1 -1
  85. package/lib/commonjs/Squares/components/BidToggle.js +10 -11
  86. package/lib/commonjs/Squares/components/BidToggle.js.map +1 -1
  87. package/lib/commonjs/Squares/components/BoardStats.js +63 -47
  88. package/lib/commonjs/Squares/components/BoardStats.js.map +1 -1
  89. package/lib/commonjs/Squares/components/EventCard.js +48 -29
  90. package/lib/commonjs/Squares/components/EventCard.js.map +1 -1
  91. package/lib/commonjs/Squares/components/MySquaresCard.js +48 -31
  92. package/lib/commonjs/Squares/components/MySquaresCard.js.map +1 -1
  93. package/lib/commonjs/Squares/components/MyStatsCard.js +155 -121
  94. package/lib/commonjs/Squares/components/MyStatsCard.js.map +1 -1
  95. package/lib/commonjs/Squares/components/OfferForm.js +32 -32
  96. package/lib/commonjs/Squares/components/OfferForm.js.map +1 -1
  97. package/lib/commonjs/Squares/components/PrizeCard.js +44 -35
  98. package/lib/commonjs/Squares/components/PrizeCard.js.map +1 -1
  99. package/lib/commonjs/Squares/components/ResultsCard.js +37 -24
  100. package/lib/commonjs/Squares/components/ResultsCard.js.map +1 -1
  101. package/lib/commonjs/Squares/components/SquareOffersCard.js +20 -13
  102. package/lib/commonjs/Squares/components/SquareOffersCard.js.map +1 -1
  103. package/lib/commonjs/Squares/components/SquareOwners.js +44 -38
  104. package/lib/commonjs/Squares/components/SquareOwners.js.map +1 -1
  105. package/lib/commonjs/Squares/components/SquaresBoard.js +77 -59
  106. package/lib/commonjs/Squares/components/SquaresBoard.js.map +1 -1
  107. package/lib/commonjs/Squares/components/SquaresDetails.js +46 -36
  108. package/lib/commonjs/Squares/components/SquaresDetails.js.map +1 -1
  109. package/lib/commonjs/Squares/index.js +207 -150
  110. package/lib/commonjs/Squares/index.js.map +1 -1
  111. package/lib/commonjs/constants/colors.js +18 -3
  112. package/lib/commonjs/constants/colors.js.map +1 -1
  113. package/lib/commonjs/constants/styles.js +72 -2
  114. package/lib/commonjs/constants/styles.js.map +1 -1
  115. package/lib/commonjs/constants/useColors.js +153 -0
  116. package/lib/commonjs/constants/useColors.js.map +1 -0
  117. package/lib/module/Authenticator/Components/AuthStrategyIdentifier.js +19 -26
  118. package/lib/module/Authenticator/Components/AuthStrategyIdentifier.js.map +1 -1
  119. package/lib/module/Authenticator/Components/LoginForm.js +54 -70
  120. package/lib/module/Authenticator/Components/LoginForm.js.map +1 -1
  121. package/lib/module/Authenticator/Components/StrategyForm.js +227 -322
  122. package/lib/module/Authenticator/Components/StrategyForm.js.map +1 -1
  123. package/lib/module/Authenticator/index.js +16 -26
  124. package/lib/module/Authenticator/index.js.map +1 -1
  125. package/lib/module/Competition/components/AthleteMarketCard.js +28 -15
  126. package/lib/module/Competition/components/AthleteMarketCard.js.map +1 -1
  127. package/lib/module/Competition/components/CompetitionInfoCard.js +82 -141
  128. package/lib/module/Competition/components/CompetitionInfoCard.js.map +1 -1
  129. package/lib/module/Competition/components/CompetitionLeaderboard.js +68 -66
  130. package/lib/module/Competition/components/CompetitionLeaderboard.js.map +1 -1
  131. package/lib/module/Competition/components/CompetitionPlay.js +65 -79
  132. package/lib/module/Competition/components/CompetitionPlay.js.map +1 -1
  133. package/lib/module/Competition/components/EnterCompetitionPrompt.js +35 -54
  134. package/lib/module/Competition/components/EnterCompetitionPrompt.js.map +1 -1
  135. package/lib/module/Competition/components/LeaderPicks.js +4 -4
  136. package/lib/module/Competition/components/LeaderPicks.js.map +1 -1
  137. package/lib/module/Competition/components/MarketsCard.js +15 -5
  138. package/lib/module/Competition/components/MarketsCard.js.map +1 -1
  139. package/lib/module/Competition/components/TeamEventCard.js +24 -15
  140. package/lib/module/Competition/components/TeamEventCard.js.map +1 -1
  141. package/lib/module/Competition/components/WagerPickForm.js +44 -56
  142. package/lib/module/Competition/components/WagerPickForm.js.map +1 -1
  143. package/lib/module/Competition/index.js +215 -195
  144. package/lib/module/Competition/index.js.map +1 -1
  145. package/lib/module/Components/Button.js +49 -6
  146. package/lib/module/Components/Button.js.map +1 -1
  147. package/lib/module/Components/ConfirmationModal.js +21 -21
  148. package/lib/module/Components/ConfirmationModal.js.map +1 -1
  149. package/lib/module/Components/Themed.js +269 -0
  150. package/lib/module/Components/Themed.js.map +1 -0
  151. package/lib/module/MarketComponents/components/AthleteMarket/index.js +29 -38
  152. package/lib/module/MarketComponents/components/AthleteMarket/index.js.map +1 -1
  153. package/lib/module/MarketComponents/components/AthleteTournamentMarket/index.js +36 -47
  154. package/lib/module/MarketComponents/components/AthleteTournamentMarket/index.js.map +1 -1
  155. package/lib/module/MarketComponents/components/EventMarket/index.js +35 -41
  156. package/lib/module/MarketComponents/components/EventMarket/index.js.map +1 -1
  157. package/lib/module/MarketComponents/components/MarketButton/api/index.js +2 -3
  158. package/lib/module/MarketComponents/components/MarketButton/api/index.js.map +1 -1
  159. package/lib/module/MarketComponents/components/MarketButton/index.js +17 -17
  160. package/lib/module/MarketComponents/components/MarketButton/index.js.map +1 -1
  161. package/lib/module/MarketComponents/components/MatchMarket/index.js +50 -48
  162. package/lib/module/MarketComponents/components/MatchMarket/index.js.map +1 -1
  163. package/lib/module/MarketComponents/components/TeamEventMarket/index.js +176 -157
  164. package/lib/module/MarketComponents/components/TeamEventMarket/index.js.map +1 -1
  165. package/lib/module/MarketComponents/components/TeamTournamentMarket/index.js +34 -43
  166. package/lib/module/MarketComponents/components/TeamTournamentMarket/index.js.map +1 -1
  167. package/lib/module/MarketComponents/components/TournamentMarket/index.js +172 -100
  168. package/lib/module/MarketComponents/components/TournamentMarket/index.js.map +1 -1
  169. package/lib/module/ProfileManager/Components/BasicInfoManager.js +28 -34
  170. package/lib/module/ProfileManager/Components/BasicInfoManager.js.map +1 -1
  171. package/lib/module/ProfileManager/Components/BasicStatus.js +28 -61
  172. package/lib/module/ProfileManager/Components/BasicStatus.js.map +1 -1
  173. package/lib/module/ProfileManager/Components/CodeRedeem.js +55 -81
  174. package/lib/module/ProfileManager/Components/CodeRedeem.js.map +1 -1
  175. package/lib/module/ProfileManager/Components/DOBManager.js +27 -31
  176. package/lib/module/ProfileManager/Components/DOBManager.js.map +1 -1
  177. package/lib/module/ProfileManager/Components/EmailManager.js +42 -61
  178. package/lib/module/ProfileManager/Components/EmailManager.js.map +1 -1
  179. package/lib/module/ProfileManager/Components/PasswordManager.js +36 -54
  180. package/lib/module/ProfileManager/Components/PasswordManager.js.map +1 -1
  181. package/lib/module/ProfileManager/Components/PhoneManager.js +37 -56
  182. package/lib/module/ProfileManager/Components/PhoneManager.js.map +1 -1
  183. package/lib/module/ProfileManager/Components/ProfilePicManager.js +10 -18
  184. package/lib/module/ProfileManager/Components/ProfilePicManager.js.map +1 -1
  185. package/lib/module/ProfileManager/Components/ProfileWelcome.js +21 -38
  186. package/lib/module/ProfileManager/Components/ProfileWelcome.js.map +1 -1
  187. package/lib/module/ProfileManager/Components/ProfileWizard.js +42 -65
  188. package/lib/module/ProfileManager/Components/ProfileWizard.js.map +1 -1
  189. package/lib/module/ProfileManager/Components/SettingsManager.js +45 -47
  190. package/lib/module/ProfileManager/Components/SettingsManager.js.map +1 -1
  191. package/lib/module/ProfileManager/Components/VouchCard.js +69 -95
  192. package/lib/module/ProfileManager/Components/VouchCard.js.map +1 -1
  193. package/lib/module/ProfileManager/index.js +18 -20
  194. package/lib/module/ProfileManager/index.js.map +1 -1
  195. package/lib/module/Share/api/index.js +11 -6
  196. package/lib/module/Share/api/index.js.map +1 -1
  197. package/lib/module/Share/index.js +13 -13
  198. package/lib/module/Share/index.js.map +1 -1
  199. package/lib/module/Squares/components/BidForm.js +138 -116
  200. package/lib/module/Squares/components/BidForm.js.map +1 -1
  201. package/lib/module/Squares/components/BidToggle.js +6 -7
  202. package/lib/module/Squares/components/BidToggle.js.map +1 -1
  203. package/lib/module/Squares/components/BoardStats.js +44 -27
  204. package/lib/module/Squares/components/BoardStats.js.map +1 -1
  205. package/lib/module/Squares/components/EventCard.js +34 -15
  206. package/lib/module/Squares/components/EventCard.js.map +1 -1
  207. package/lib/module/Squares/components/MySquaresCard.js +36 -19
  208. package/lib/module/Squares/components/MySquaresCard.js.map +1 -1
  209. package/lib/module/Squares/components/MyStatsCard.js +98 -64
  210. package/lib/module/Squares/components/MyStatsCard.js.map +1 -1
  211. package/lib/module/Squares/components/OfferForm.js +12 -12
  212. package/lib/module/Squares/components/OfferForm.js.map +1 -1
  213. package/lib/module/Squares/components/PrizeCard.js +25 -16
  214. package/lib/module/Squares/components/PrizeCard.js.map +1 -1
  215. package/lib/module/Squares/components/ResultsCard.js +27 -14
  216. package/lib/module/Squares/components/ResultsCard.js.map +1 -1
  217. package/lib/module/Squares/components/SquareOffersCard.js +16 -9
  218. package/lib/module/Squares/components/SquareOffersCard.js.map +1 -1
  219. package/lib/module/Squares/components/SquareOwners.js +35 -28
  220. package/lib/module/Squares/components/SquareOwners.js.map +1 -1
  221. package/lib/module/Squares/components/SquaresBoard.js +52 -34
  222. package/lib/module/Squares/components/SquaresBoard.js.map +1 -1
  223. package/lib/module/Squares/components/SquaresDetails.js +30 -19
  224. package/lib/module/Squares/components/SquaresDetails.js.map +1 -1
  225. package/lib/module/Squares/index.js +206 -149
  226. package/lib/module/Squares/index.js.map +1 -1
  227. package/lib/module/constants/colors.js +18 -3
  228. package/lib/module/constants/colors.js.map +1 -1
  229. package/lib/module/constants/styles.js +71 -1
  230. package/lib/module/constants/styles.js.map +1 -1
  231. package/lib/module/constants/useColors.js +145 -0
  232. package/lib/module/constants/useColors.js.map +1 -0
  233. package/lib/typescript/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.d.ts.map +1 -1
  234. package/lib/typescript/lib/commonjs/Authenticator/Components/LoginForm.d.ts +2 -2
  235. package/lib/typescript/lib/commonjs/Authenticator/Components/LoginForm.d.ts.map +1 -1
  236. package/lib/typescript/lib/commonjs/Authenticator/Components/StrategyForm.d.ts +2 -4
  237. package/lib/typescript/lib/commonjs/Authenticator/Components/StrategyForm.d.ts.map +1 -1
  238. package/lib/typescript/lib/commonjs/Authenticator/index.d.ts +2 -2
  239. package/lib/typescript/lib/commonjs/Authenticator/index.d.ts.map +1 -1
  240. package/lib/typescript/lib/commonjs/Competition/components/AthleteMarketCard.d.ts.map +1 -1
  241. package/lib/typescript/lib/commonjs/Competition/components/CompetitionInfoCard.d.ts.map +1 -1
  242. package/lib/typescript/lib/commonjs/Competition/components/CompetitionLeaderboard.d.ts +1 -3
  243. package/lib/typescript/lib/commonjs/Competition/components/CompetitionLeaderboard.d.ts.map +1 -1
  244. package/lib/typescript/lib/commonjs/Competition/components/CompetitionPlay.d.ts.map +1 -1
  245. package/lib/typescript/lib/commonjs/Competition/components/EnterCompetitionPrompt.d.ts.map +1 -1
  246. package/lib/typescript/lib/commonjs/Competition/components/MarketsCard.d.ts.map +1 -1
  247. package/lib/typescript/lib/commonjs/Competition/components/TeamEventCard.d.ts.map +1 -1
  248. package/lib/typescript/lib/commonjs/Competition/components/WagerPickForm.d.ts +1 -2
  249. package/lib/typescript/lib/commonjs/Competition/components/WagerPickForm.d.ts.map +1 -1
  250. package/lib/typescript/lib/commonjs/Competition/index.d.ts.map +1 -1
  251. package/lib/typescript/lib/commonjs/Components/Button.d.ts +2 -1
  252. package/lib/typescript/lib/commonjs/Components/Button.d.ts.map +1 -1
  253. package/lib/typescript/lib/commonjs/Components/ConfirmationModal.d.ts.map +1 -1
  254. package/lib/typescript/lib/commonjs/Components/Themed.d.ts +6 -0
  255. package/lib/typescript/lib/commonjs/Components/Themed.d.ts.map +1 -0
  256. package/lib/typescript/lib/commonjs/MarketComponents/components/AthleteTournamentMarket/index.d.ts +2 -2
  257. package/lib/typescript/lib/commonjs/MarketComponents/components/AthleteTournamentMarket/index.d.ts.map +1 -1
  258. package/lib/typescript/lib/commonjs/MarketComponents/components/EventMarket/index.d.ts +2 -2
  259. package/lib/typescript/lib/commonjs/MarketComponents/components/EventMarket/index.d.ts.map +1 -1
  260. package/lib/typescript/lib/commonjs/MarketComponents/components/MarketButton/api/index.d.ts +1 -1
  261. package/lib/typescript/lib/commonjs/MarketComponents/components/MarketButton/api/index.d.ts.map +1 -1
  262. package/lib/typescript/lib/commonjs/MarketComponents/components/MatchMarket/index.d.ts +5 -1
  263. package/lib/typescript/lib/commonjs/MarketComponents/components/MatchMarket/index.d.ts.map +1 -1
  264. package/lib/typescript/lib/commonjs/MarketComponents/components/TeamTournamentMarket/index.d.ts +2 -2
  265. package/lib/typescript/lib/commonjs/MarketComponents/components/TeamTournamentMarket/index.d.ts.map +1 -1
  266. package/lib/typescript/lib/commonjs/MarketComponents/components/TournamentMarket/index.d.ts +3 -1
  267. package/lib/typescript/lib/commonjs/MarketComponents/components/TournamentMarket/index.d.ts.map +1 -1
  268. package/lib/typescript/lib/commonjs/ProfileManager/Components/BasicInfoManager.d.ts.map +1 -1
  269. package/lib/typescript/lib/commonjs/ProfileManager/Components/BasicStatus.d.ts.map +1 -1
  270. package/lib/typescript/lib/commonjs/ProfileManager/Components/CodeRedeem.d.ts.map +1 -1
  271. package/lib/typescript/lib/commonjs/ProfileManager/Components/DOBManager.d.ts.map +1 -1
  272. package/lib/typescript/lib/commonjs/ProfileManager/Components/EmailManager.d.ts.map +1 -1
  273. package/lib/typescript/lib/commonjs/ProfileManager/Components/PasswordManager.d.ts.map +1 -1
  274. package/lib/typescript/lib/commonjs/ProfileManager/Components/PhoneManager.d.ts.map +1 -1
  275. package/lib/typescript/lib/commonjs/ProfileManager/Components/ProfilePicManager.d.ts.map +1 -1
  276. package/lib/typescript/lib/commonjs/ProfileManager/Components/ProfileWelcome.d.ts +1 -2
  277. package/lib/typescript/lib/commonjs/ProfileManager/Components/ProfileWelcome.d.ts.map +1 -1
  278. package/lib/typescript/lib/commonjs/ProfileManager/Components/ProfileWizard.d.ts.map +1 -1
  279. package/lib/typescript/lib/commonjs/ProfileManager/Components/SettingsManager.d.ts.map +1 -1
  280. package/lib/typescript/lib/commonjs/ProfileManager/Components/VouchCard.d.ts.map +1 -1
  281. package/lib/typescript/lib/commonjs/ProfileManager/index.d.ts +1 -2
  282. package/lib/typescript/lib/commonjs/ProfileManager/index.d.ts.map +1 -1
  283. package/lib/typescript/lib/commonjs/Share/api/index.d.ts +1 -1
  284. package/lib/typescript/lib/commonjs/Share/api/index.d.ts.map +1 -1
  285. package/lib/typescript/lib/commonjs/Squares/components/BidForm.d.ts.map +1 -1
  286. package/lib/typescript/lib/commonjs/Squares/components/BidToggle.d.ts.map +1 -1
  287. package/lib/typescript/lib/commonjs/Squares/components/BoardStats.d.ts.map +1 -1
  288. package/lib/typescript/lib/commonjs/Squares/components/EventCard.d.ts.map +1 -1
  289. package/lib/typescript/lib/commonjs/Squares/components/MySquaresCard.d.ts.map +1 -1
  290. package/lib/typescript/lib/commonjs/Squares/components/MyStatsCard.d.ts +1 -2
  291. package/lib/typescript/lib/commonjs/Squares/components/MyStatsCard.d.ts.map +1 -1
  292. package/lib/typescript/lib/commonjs/Squares/components/PrizeCard.d.ts.map +1 -1
  293. package/lib/typescript/lib/commonjs/Squares/components/ResultsCard.d.ts.map +1 -1
  294. package/lib/typescript/lib/commonjs/Squares/components/SquareOffersCard.d.ts.map +1 -1
  295. package/lib/typescript/lib/commonjs/Squares/components/SquareOwners.d.ts.map +1 -1
  296. package/lib/typescript/lib/commonjs/Squares/components/SquaresBoard.d.ts.map +1 -1
  297. package/lib/typescript/lib/commonjs/Squares/components/SquaresDetails.d.ts.map +1 -1
  298. package/lib/typescript/lib/commonjs/Squares/index.d.ts.map +1 -1
  299. package/lib/typescript/lib/commonjs/constants/colors.d.ts +9 -0
  300. package/lib/typescript/lib/commonjs/constants/styles.d.ts +95 -8
  301. package/lib/typescript/lib/commonjs/constants/useColors.d.ts +58 -0
  302. package/lib/typescript/lib/commonjs/constants/useColors.d.ts.map +1 -0
  303. package/lib/typescript/lib/module/Authenticator/Components/AuthStrategyIdentifier.d.ts.map +1 -1
  304. package/lib/typescript/lib/module/Authenticator/Components/LoginForm.d.ts +3 -4
  305. package/lib/typescript/lib/module/Authenticator/Components/LoginForm.d.ts.map +1 -1
  306. package/lib/typescript/lib/module/Authenticator/Components/StrategyForm.d.ts +3 -6
  307. package/lib/typescript/lib/module/Authenticator/Components/StrategyForm.d.ts.map +1 -1
  308. package/lib/typescript/lib/module/Authenticator/index.d.ts +4 -4
  309. package/lib/typescript/lib/module/Authenticator/index.d.ts.map +1 -1
  310. package/lib/typescript/lib/module/Competition/components/AthleteMarketCard.d.ts +1 -2
  311. package/lib/typescript/lib/module/Competition/components/AthleteMarketCard.d.ts.map +1 -1
  312. package/lib/typescript/lib/module/Competition/components/CompetitionInfoCard.d.ts +1 -2
  313. package/lib/typescript/lib/module/Competition/components/CompetitionInfoCard.d.ts.map +1 -1
  314. package/lib/typescript/lib/module/Competition/components/CompetitionLeaderboard.d.ts +2 -5
  315. package/lib/typescript/lib/module/Competition/components/CompetitionLeaderboard.d.ts.map +1 -1
  316. package/lib/typescript/lib/module/Competition/components/CompetitionPlay.d.ts +1 -2
  317. package/lib/typescript/lib/module/Competition/components/CompetitionPlay.d.ts.map +1 -1
  318. package/lib/typescript/lib/module/Competition/components/EnterCompetitionPrompt.d.ts +1 -2
  319. package/lib/typescript/lib/module/Competition/components/EnterCompetitionPrompt.d.ts.map +1 -1
  320. package/lib/typescript/lib/module/Competition/components/MarketsCard.d.ts +1 -2
  321. package/lib/typescript/lib/module/Competition/components/MarketsCard.d.ts.map +1 -1
  322. package/lib/typescript/lib/module/Competition/components/TeamEventCard.d.ts +1 -2
  323. package/lib/typescript/lib/module/Competition/components/TeamEventCard.d.ts.map +1 -1
  324. package/lib/typescript/lib/module/Competition/components/WagerPickForm.d.ts +2 -4
  325. package/lib/typescript/lib/module/Competition/components/WagerPickForm.d.ts.map +1 -1
  326. package/lib/typescript/lib/module/Competition/index.d.ts +1 -2
  327. package/lib/typescript/lib/module/Competition/index.d.ts.map +1 -1
  328. package/lib/typescript/lib/module/Components/Button.d.ts +2 -1
  329. package/lib/typescript/lib/module/Components/Button.d.ts.map +1 -1
  330. package/lib/typescript/lib/module/Components/ConfirmationModal.d.ts.map +1 -1
  331. package/lib/typescript/lib/module/Components/Spring.d.ts +1 -1
  332. package/lib/typescript/lib/module/Components/Themed.d.ts +9 -0
  333. package/lib/typescript/lib/module/Components/Themed.d.ts.map +1 -0
  334. package/lib/typescript/lib/module/MarketComponents/components/AthleteMarket/index.d.ts +3 -4
  335. package/lib/typescript/lib/module/MarketComponents/components/AthleteMarket/index.d.ts.map +1 -1
  336. package/lib/typescript/lib/module/MarketComponents/components/AthleteTournamentMarket/index.d.ts +3 -4
  337. package/lib/typescript/lib/module/MarketComponents/components/AthleteTournamentMarket/index.d.ts.map +1 -1
  338. package/lib/typescript/lib/module/MarketComponents/components/EventMarket/index.d.ts +3 -4
  339. package/lib/typescript/lib/module/MarketComponents/components/EventMarket/index.d.ts.map +1 -1
  340. package/lib/typescript/lib/module/MarketComponents/components/MarketButton/api/index.d.ts +2 -2
  341. package/lib/typescript/lib/module/MarketComponents/components/MarketButton/api/index.d.ts.map +1 -1
  342. package/lib/typescript/lib/module/MarketComponents/components/MarketButton/index.d.ts +1 -2
  343. package/lib/typescript/lib/module/MarketComponents/components/MarketButton/index.d.ts.map +1 -1
  344. package/lib/typescript/lib/module/MarketComponents/components/MatchMarket/index.d.ts +6 -3
  345. package/lib/typescript/lib/module/MarketComponents/components/MatchMarket/index.d.ts.map +1 -1
  346. package/lib/typescript/lib/module/MarketComponents/components/TeamEventMarket/index.d.ts +3 -3
  347. package/lib/typescript/lib/module/MarketComponents/components/TeamEventMarket/index.d.ts.map +1 -1
  348. package/lib/typescript/lib/module/MarketComponents/components/TeamTournamentMarket/index.d.ts +3 -4
  349. package/lib/typescript/lib/module/MarketComponents/components/TeamTournamentMarket/index.d.ts.map +1 -1
  350. package/lib/typescript/lib/module/MarketComponents/components/TournamentMarket/index.d.ts +4 -3
  351. package/lib/typescript/lib/module/MarketComponents/components/TournamentMarket/index.d.ts.map +1 -1
  352. package/lib/typescript/lib/module/ProfileManager/Components/BasicInfoManager.d.ts +1 -2
  353. package/lib/typescript/lib/module/ProfileManager/Components/BasicInfoManager.d.ts.map +1 -1
  354. package/lib/typescript/lib/module/ProfileManager/Components/BasicStatus.d.ts +1 -2
  355. package/lib/typescript/lib/module/ProfileManager/Components/BasicStatus.d.ts.map +1 -1
  356. package/lib/typescript/lib/module/ProfileManager/Components/CodeRedeem.d.ts +1 -2
  357. package/lib/typescript/lib/module/ProfileManager/Components/CodeRedeem.d.ts.map +1 -1
  358. package/lib/typescript/lib/module/ProfileManager/Components/DOBManager.d.ts +1 -2
  359. package/lib/typescript/lib/module/ProfileManager/Components/DOBManager.d.ts.map +1 -1
  360. package/lib/typescript/lib/module/ProfileManager/Components/EmailManager.d.ts +1 -2
  361. package/lib/typescript/lib/module/ProfileManager/Components/EmailManager.d.ts.map +1 -1
  362. package/lib/typescript/lib/module/ProfileManager/Components/PasswordManager.d.ts +1 -2
  363. package/lib/typescript/lib/module/ProfileManager/Components/PasswordManager.d.ts.map +1 -1
  364. package/lib/typescript/lib/module/ProfileManager/Components/PhoneManager.d.ts +1 -2
  365. package/lib/typescript/lib/module/ProfileManager/Components/PhoneManager.d.ts.map +1 -1
  366. package/lib/typescript/lib/module/ProfileManager/Components/ProfilePicManager.d.ts +1 -2
  367. package/lib/typescript/lib/module/ProfileManager/Components/ProfilePicManager.d.ts.map +1 -1
  368. package/lib/typescript/lib/module/ProfileManager/Components/ProfileWelcome.d.ts +2 -4
  369. package/lib/typescript/lib/module/ProfileManager/Components/ProfileWelcome.d.ts.map +1 -1
  370. package/lib/typescript/lib/module/ProfileManager/Components/ProfileWizard.d.ts +1 -2
  371. package/lib/typescript/lib/module/ProfileManager/Components/ProfileWizard.d.ts.map +1 -1
  372. package/lib/typescript/lib/module/ProfileManager/Components/SettingsManager.d.ts +1 -2
  373. package/lib/typescript/lib/module/ProfileManager/Components/SettingsManager.d.ts.map +1 -1
  374. package/lib/typescript/lib/module/ProfileManager/Components/VouchCard.d.ts +1 -4
  375. package/lib/typescript/lib/module/ProfileManager/Components/VouchCard.d.ts.map +1 -1
  376. package/lib/typescript/lib/module/ProfileManager/index.d.ts +2 -4
  377. package/lib/typescript/lib/module/ProfileManager/index.d.ts.map +1 -1
  378. package/lib/typescript/lib/module/Share/api/index.d.ts +1 -1
  379. package/lib/typescript/lib/module/Share/api/index.d.ts.map +1 -1
  380. package/lib/typescript/lib/module/Share/index.d.ts.map +1 -1
  381. package/lib/typescript/lib/module/Squares/components/BidForm.d.ts +1 -2
  382. package/lib/typescript/lib/module/Squares/components/BidForm.d.ts.map +1 -1
  383. package/lib/typescript/lib/module/Squares/components/BidToggle.d.ts +1 -2
  384. package/lib/typescript/lib/module/Squares/components/BidToggle.d.ts.map +1 -1
  385. package/lib/typescript/lib/module/Squares/components/BoardStats.d.ts +1 -2
  386. package/lib/typescript/lib/module/Squares/components/BoardStats.d.ts.map +1 -1
  387. package/lib/typescript/lib/module/Squares/components/EventCard.d.ts +1 -2
  388. package/lib/typescript/lib/module/Squares/components/EventCard.d.ts.map +1 -1
  389. package/lib/typescript/lib/module/Squares/components/MySquaresCard.d.ts +1 -2
  390. package/lib/typescript/lib/module/Squares/components/MySquaresCard.d.ts.map +1 -1
  391. package/lib/typescript/lib/module/Squares/components/MyStatsCard.d.ts +2 -4
  392. package/lib/typescript/lib/module/Squares/components/MyStatsCard.d.ts.map +1 -1
  393. package/lib/typescript/lib/module/Squares/components/OfferForm.d.ts +1 -2
  394. package/lib/typescript/lib/module/Squares/components/OfferForm.d.ts.map +1 -1
  395. package/lib/typescript/lib/module/Squares/components/PrizeCard.d.ts +1 -2
  396. package/lib/typescript/lib/module/Squares/components/PrizeCard.d.ts.map +1 -1
  397. package/lib/typescript/lib/module/Squares/components/ResultsCard.d.ts +1 -2
  398. package/lib/typescript/lib/module/Squares/components/ResultsCard.d.ts.map +1 -1
  399. package/lib/typescript/lib/module/Squares/components/SquareOffersCard.d.ts +1 -2
  400. package/lib/typescript/lib/module/Squares/components/SquareOffersCard.d.ts.map +1 -1
  401. package/lib/typescript/lib/module/Squares/components/SquareOwners.d.ts +1 -2
  402. package/lib/typescript/lib/module/Squares/components/SquareOwners.d.ts.map +1 -1
  403. package/lib/typescript/lib/module/Squares/components/SquaresBoard.d.ts +1 -2
  404. package/lib/typescript/lib/module/Squares/components/SquaresBoard.d.ts.map +1 -1
  405. package/lib/typescript/lib/module/Squares/components/SquaresDetails.d.ts +1 -2
  406. package/lib/typescript/lib/module/Squares/components/SquaresDetails.d.ts.map +1 -1
  407. package/lib/typescript/lib/module/Squares/index.d.ts +1 -2
  408. package/lib/typescript/lib/module/Squares/index.d.ts.map +1 -1
  409. package/lib/typescript/lib/module/constants/colors.d.ts +9 -0
  410. package/lib/typescript/lib/module/constants/styles.d.ts +95 -8
  411. package/lib/typescript/lib/module/constants/useColors.d.ts +57 -0
  412. package/lib/typescript/lib/module/constants/useColors.d.ts.map +1 -0
  413. package/lib/typescript/src/Authenticator/Components/AuthStrategyIdentifier.d.ts.map +1 -1
  414. package/lib/typescript/src/Authenticator/Components/LoginForm.d.ts +2 -2
  415. package/lib/typescript/src/Authenticator/Components/LoginForm.d.ts.map +1 -1
  416. package/lib/typescript/src/Authenticator/Components/StrategyForm.d.ts +2 -3
  417. package/lib/typescript/src/Authenticator/Components/StrategyForm.d.ts.map +1 -1
  418. package/lib/typescript/src/Authenticator/index.d.ts +2 -2
  419. package/lib/typescript/src/Authenticator/index.d.ts.map +1 -1
  420. package/lib/typescript/src/Competition/components/AthleteMarketCard.d.ts.map +1 -1
  421. package/lib/typescript/src/Competition/components/CompetitionInfoCard.d.ts.map +1 -1
  422. package/lib/typescript/src/Competition/components/CompetitionLeaderboard.d.ts +1 -1
  423. package/lib/typescript/src/Competition/components/CompetitionLeaderboard.d.ts.map +1 -1
  424. package/lib/typescript/src/Competition/components/CompetitionPlay.d.ts.map +1 -1
  425. package/lib/typescript/src/Competition/components/EnterCompetitionPrompt.d.ts.map +1 -1
  426. package/lib/typescript/src/Competition/components/LeaderPicks.d.ts +1 -1
  427. package/lib/typescript/src/Competition/components/LeaderPicks.d.ts.map +1 -1
  428. package/lib/typescript/src/Competition/components/MarketsCard.d.ts.map +1 -1
  429. package/lib/typescript/src/Competition/components/TeamEventCard.d.ts.map +1 -1
  430. package/lib/typescript/src/Competition/components/WagerPickForm.d.ts +1 -1
  431. package/lib/typescript/src/Competition/components/WagerPickForm.d.ts.map +1 -1
  432. package/lib/typescript/src/Competition/index.d.ts.map +1 -1
  433. package/lib/typescript/src/Components/Button.d.ts +2 -1
  434. package/lib/typescript/src/Components/Button.d.ts.map +1 -1
  435. package/lib/typescript/src/Components/ConfirmationModal.d.ts.map +1 -1
  436. package/lib/typescript/src/Components/Themed.d.ts +38 -0
  437. package/lib/typescript/src/Components/Themed.d.ts.map +1 -0
  438. package/lib/typescript/src/MarketComponents/components/AthleteMarket/index.d.ts +2 -1
  439. package/lib/typescript/src/MarketComponents/components/AthleteMarket/index.d.ts.map +1 -1
  440. package/lib/typescript/src/MarketComponents/components/AthleteTournamentMarket/index.d.ts +2 -1
  441. package/lib/typescript/src/MarketComponents/components/AthleteTournamentMarket/index.d.ts.map +1 -1
  442. package/lib/typescript/src/MarketComponents/components/EventMarket/index.d.ts +2 -1
  443. package/lib/typescript/src/MarketComponents/components/EventMarket/index.d.ts.map +1 -1
  444. package/lib/typescript/src/MarketComponents/components/MarketButton/api/index.d.ts +2 -2
  445. package/lib/typescript/src/MarketComponents/components/MarketButton/api/index.d.ts.map +1 -1
  446. package/lib/typescript/src/MarketComponents/components/MarketButton/index.d.ts.map +1 -1
  447. package/lib/typescript/src/MarketComponents/components/MatchMarket/index.d.ts +5 -1
  448. package/lib/typescript/src/MarketComponents/components/MatchMarket/index.d.ts.map +1 -1
  449. package/lib/typescript/src/MarketComponents/components/TeamEventMarket/index.d.ts +2 -1
  450. package/lib/typescript/src/MarketComponents/components/TeamEventMarket/index.d.ts.map +1 -1
  451. package/lib/typescript/src/MarketComponents/components/TeamTournamentMarket/index.d.ts +2 -1
  452. package/lib/typescript/src/MarketComponents/components/TeamTournamentMarket/index.d.ts.map +1 -1
  453. package/lib/typescript/src/MarketComponents/components/TournamentMarket/index.d.ts +3 -1
  454. package/lib/typescript/src/MarketComponents/components/TournamentMarket/index.d.ts.map +1 -1
  455. package/lib/typescript/src/MarketComponents/index.d.ts +18 -7
  456. package/lib/typescript/src/MarketComponents/index.d.ts.map +1 -1
  457. package/lib/typescript/src/ProfileManager/Components/BasicInfoManager.d.ts.map +1 -1
  458. package/lib/typescript/src/ProfileManager/Components/BasicStatus.d.ts.map +1 -1
  459. package/lib/typescript/src/ProfileManager/Components/CodeRedeem.d.ts.map +1 -1
  460. package/lib/typescript/src/ProfileManager/Components/DOBManager.d.ts.map +1 -1
  461. package/lib/typescript/src/ProfileManager/Components/EmailManager.d.ts.map +1 -1
  462. package/lib/typescript/src/ProfileManager/Components/PasswordManager.d.ts.map +1 -1
  463. package/lib/typescript/src/ProfileManager/Components/PhoneManager.d.ts.map +1 -1
  464. package/lib/typescript/src/ProfileManager/Components/ProfilePicManager.d.ts.map +1 -1
  465. package/lib/typescript/src/ProfileManager/Components/ProfileWelcome.d.ts +1 -2
  466. package/lib/typescript/src/ProfileManager/Components/ProfileWelcome.d.ts.map +1 -1
  467. package/lib/typescript/src/ProfileManager/Components/ProfileWizard.d.ts.map +1 -1
  468. package/lib/typescript/src/ProfileManager/Components/SettingsManager.d.ts.map +1 -1
  469. package/lib/typescript/src/ProfileManager/Components/VouchCard.d.ts.map +1 -1
  470. package/lib/typescript/src/ProfileManager/index.d.ts +1 -2
  471. package/lib/typescript/src/ProfileManager/index.d.ts.map +1 -1
  472. package/lib/typescript/src/Share/api/index.d.ts +1 -1
  473. package/lib/typescript/src/Share/api/index.d.ts.map +1 -1
  474. package/lib/typescript/src/Share/index.d.ts.map +1 -1
  475. package/lib/typescript/src/Squares/components/BidForm.d.ts.map +1 -1
  476. package/lib/typescript/src/Squares/components/BidToggle.d.ts.map +1 -1
  477. package/lib/typescript/src/Squares/components/BoardStats.d.ts.map +1 -1
  478. package/lib/typescript/src/Squares/components/EventCard.d.ts.map +1 -1
  479. package/lib/typescript/src/Squares/components/MySquaresCard.d.ts.map +1 -1
  480. package/lib/typescript/src/Squares/components/MyStatsCard.d.ts +1 -1
  481. package/lib/typescript/src/Squares/components/MyStatsCard.d.ts.map +1 -1
  482. package/lib/typescript/src/Squares/components/OfferForm.d.ts.map +1 -1
  483. package/lib/typescript/src/Squares/components/PrizeCard.d.ts.map +1 -1
  484. package/lib/typescript/src/Squares/components/ResultsCard.d.ts.map +1 -1
  485. package/lib/typescript/src/Squares/components/SquareOffersCard.d.ts.map +1 -1
  486. package/lib/typescript/src/Squares/components/SquareOwners.d.ts.map +1 -1
  487. package/lib/typescript/src/Squares/components/SquaresBoard.d.ts.map +1 -1
  488. package/lib/typescript/src/Squares/components/SquaresDetails.d.ts.map +1 -1
  489. package/lib/typescript/src/Squares/index.d.ts.map +1 -1
  490. package/lib/typescript/src/constants/colors.d.ts +9 -0
  491. package/lib/typescript/src/constants/colors.d.ts.map +1 -1
  492. package/lib/typescript/src/constants/styles.d.ts +55 -1
  493. package/lib/typescript/src/constants/styles.d.ts.map +1 -1
  494. package/lib/typescript/src/constants/useColors.d.ts +57 -0
  495. package/lib/typescript/src/constants/useColors.d.ts.map +1 -0
  496. package/package.json +2 -1
  497. package/src/Authenticator/Components/AuthStrategyIdentifier.tsx +40 -40
  498. package/src/Authenticator/Components/LoginForm.tsx +50 -54
  499. package/src/Authenticator/Components/StrategyForm.tsx +135 -147
  500. package/src/Authenticator/index.tsx +16 -18
  501. package/src/Competition/components/AthleteMarketCard.tsx +19 -17
  502. package/src/Competition/components/CompetitionInfoCard.tsx +48 -138
  503. package/src/Competition/components/CompetitionLeaderboard.tsx +65 -57
  504. package/src/Competition/components/CompetitionPlay.tsx +55 -48
  505. package/src/Competition/components/EnterCompetitionPrompt.tsx +30 -39
  506. package/src/Competition/components/LeaderPicks.tsx +5 -5
  507. package/src/Competition/components/MarketsCard.tsx +14 -10
  508. package/src/Competition/components/TeamEventCard.tsx +24 -23
  509. package/src/Competition/components/WagerPickForm.tsx +35 -41
  510. package/src/Competition/index.tsx +162 -125
  511. package/src/Components/Button.tsx +50 -6
  512. package/src/Components/ConfirmationModal.tsx +13 -21
  513. package/src/Components/Themed.tsx +233 -0
  514. package/src/MarketComponents/components/AthleteMarket/index.tsx +21 -26
  515. package/src/MarketComponents/components/AthleteTournamentMarket/index.tsx +24 -32
  516. package/src/MarketComponents/components/EventMarket/index.tsx +25 -33
  517. package/src/MarketComponents/components/MarketButton/api/index.ts +2 -3
  518. package/src/MarketComponents/components/MarketButton/index.tsx +16 -15
  519. package/src/MarketComponents/components/MatchMarket/index.tsx +54 -57
  520. package/src/MarketComponents/components/TeamEventMarket/index.tsx +160 -139
  521. package/src/MarketComponents/components/TeamTournamentMarket/index.tsx +24 -30
  522. package/src/MarketComponents/components/TournamentMarket/index.tsx +117 -107
  523. package/src/ProfileManager/Components/BasicInfoManager.tsx +26 -29
  524. package/src/ProfileManager/Components/BasicStatus.tsx +29 -36
  525. package/src/ProfileManager/Components/CodeRedeem.tsx +50 -60
  526. package/src/ProfileManager/Components/DOBManager.tsx +25 -30
  527. package/src/ProfileManager/Components/EmailManager.tsx +37 -45
  528. package/src/ProfileManager/Components/PasswordManager.tsx +36 -40
  529. package/src/ProfileManager/Components/PhoneManager.tsx +36 -43
  530. package/src/ProfileManager/Components/ProfilePicManager.tsx +10 -16
  531. package/src/ProfileManager/Components/ProfileWelcome.tsx +19 -25
  532. package/src/ProfileManager/Components/ProfileWizard.tsx +42 -46
  533. package/src/ProfileManager/Components/SettingsManager.tsx +41 -45
  534. package/src/ProfileManager/Components/VouchCard.tsx +50 -59
  535. package/src/ProfileManager/index.tsx +16 -13
  536. package/src/Share/api/index.ts +9 -3
  537. package/src/Share/index.tsx +13 -12
  538. package/src/Squares/components/BidForm.tsx +85 -62
  539. package/src/Squares/components/BidToggle.tsx +8 -9
  540. package/src/Squares/components/BoardStats.tsx +28 -28
  541. package/src/Squares/components/EventCard.tsx +33 -31
  542. package/src/Squares/components/MySquaresCard.tsx +24 -23
  543. package/src/Squares/components/MyStatsCard.tsx +66 -68
  544. package/src/Squares/components/OfferForm.tsx +15 -15
  545. package/src/Squares/components/PrizeCard.tsx +21 -18
  546. package/src/Squares/components/ResultsCard.tsx +21 -18
  547. package/src/Squares/components/SquareOffersCard.tsx +12 -10
  548. package/src/Squares/components/SquareOwners.tsx +24 -23
  549. package/src/Squares/components/SquaresBoard.tsx +39 -42
  550. package/src/Squares/components/SquaresDetails.tsx +25 -24
  551. package/src/Squares/index.tsx +196 -144
  552. package/src/constants/colors.ts +55 -47
  553. package/src/constants/styles.ts +37 -1
  554. package/src/constants/useColors.tsx +131 -0
@@ -6,16 +6,15 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.default = void 0;
7
7
  var _reactNative = require("react-native");
8
8
  var _Components = require("../../Components");
9
- var _styles = require("../../constants/styles");
10
- var _colors = _interopRequireDefault(require("../../constants/colors"));
11
9
  var _react = _interopRequireWildcard(require("react"));
12
10
  var _momentMini = _interopRequireDefault(require("moment-mini"));
11
+ var _Themed = require("../../Components/Themed");
12
+ var _useColors = require("../../constants/useColors");
13
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
13
14
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
14
15
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
15
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
16
16
  const MyStatsCard = ({
17
17
  player_id,
18
- players,
19
18
  squares_expected_value,
20
19
  away_abbr,
21
20
  home_abbr,
@@ -26,6 +25,7 @@ const MyStatsCard = ({
26
25
  square_results,
27
26
  onSquareBid
28
27
  }) => {
28
+ const C = (0, _useColors.useColors)();
29
29
  const [expanded, setExpanded] = (0, _react.useState)(false);
30
30
  const comp_started = (0, _momentMini.default)(squares_competition.begin_datetime).isBefore((0, _momentMini.default)()) ? true : false;
31
31
  let total_payout = squares_competition.potential_winnings;
@@ -36,8 +36,6 @@ const MyStatsCard = ({
36
36
  const my_ps = active_ps.filter(ps => ps.player_id == player_id);
37
37
  let my_outbid_squares = [...new Set(player_square_history.filter(psh => psh.status == 'inactive').map(ps => ps.sq_square_id))];
38
38
  my_outbid_squares = my_outbid_squares.filter(id => !my_ps.map(ps => ps.sq_square_id.toString()).includes(id.toString()));
39
- const me = players.find(p => p.player_id == player_id);
40
- console.log(me?.type);
41
39
  const my_ownership = my_ps.length / active_ps.length * 100;
42
40
  const money_in = my_ps.reduce((a, b) => a + b.purchase_price, 0);
43
41
  const money_out = square_results.filter(sr => sr.sq_player_square_id && my_ps.map(mp => mp.sq_player_square_id.toString()).includes(sr.sq_player_square_id.toString())).reduce((a, b) => a + b.winnings, 0);
@@ -52,73 +50,76 @@ const MyStatsCard = ({
52
50
  if (!square) {
53
51
  return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null);
54
52
  }
55
- return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
53
+ return /*#__PURE__*/_react.default.createElement(_Themed.View, {
54
+ float: true,
56
55
  style: {
57
- backgroundColor: _colors.default.shades.white,
58
56
  borderRadius: 8,
59
57
  width: 110,
60
- margin: 3,
61
- ..._styles.view_styles.float
58
+ margin: 3
62
59
  }
63
- }, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
60
+ }, /*#__PURE__*/_react.default.createElement(_Themed.View, {
61
+ transparent: true,
64
62
  style: {
65
63
  flexDirection: 'row',
66
64
  alignItems: 'center',
67
65
  padding: 5,
68
66
  borderBottomWidth: 1,
69
- borderBottomColor: _colors.default.shades.shade600,
67
+ borderBottomColor: C.borders.light,
70
68
  borderTopRightRadius: 8,
71
69
  borderTopLeftRadius: 8
72
70
  }
73
- }, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
71
+ }, /*#__PURE__*/_react.default.createElement(_Themed.View, {
74
72
  style: {
75
73
  flex: 1
76
74
  }
77
75
  }, /*#__PURE__*/_react.default.createElement(_Components.Icons.ChevronIcon, {
78
76
  direction: "up",
79
- color: _colors.default.utility.success,
77
+ color: C.text.success,
80
78
  size: 8
81
- })), /*#__PURE__*/_react.default.createElement(_Components.Text, {
82
- color: _colors.default.utility.success,
83
- weight: "bold",
84
- size: 14
85
- }, "EV $", data.item.after_purchase_expected_payout.toFixed(2))), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
79
+ })), /*#__PURE__*/_react.default.createElement(_Themed.Text, {
80
+ theme: "success",
81
+ weight: "bold"
82
+ }, "EV $", data.item.after_purchase_expected_payout.toFixed(2))), /*#__PURE__*/_react.default.createElement(_Themed.View, {
83
+ transparent: true,
86
84
  style: {
87
85
  padding: 10,
88
86
  justifyContent: 'center'
89
87
  }
90
- }, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
88
+ }, /*#__PURE__*/_react.default.createElement(_Themed.View, {
91
89
  style: {
92
90
  flexDirection: 'row',
93
91
  alignItems: 'center'
94
92
  }
95
- }, /*#__PURE__*/_react.default.createElement(_Components.Text, {
93
+ }, /*#__PURE__*/_react.default.createElement(_Themed.Text, {
96
94
  style: {
97
95
  flex: 1
98
96
  },
99
- theme: "body"
100
- }, home_abbr), /*#__PURE__*/_react.default.createElement(_Components.Text, {
101
- theme: "header_2"
102
- }, square.square_score_x)), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
97
+ theme: "description"
98
+ }, home_abbr), /*#__PURE__*/_react.default.createElement(_Themed.Text, {
99
+ theme: "h2"
100
+ }, square.square_score_x)), /*#__PURE__*/_react.default.createElement(_Themed.View, {
103
101
  style: {
104
102
  flexDirection: 'row',
105
103
  alignItems: 'center'
106
104
  }
107
- }, /*#__PURE__*/_react.default.createElement(_Components.Text, {
105
+ }, /*#__PURE__*/_react.default.createElement(_Themed.Text, {
108
106
  style: {
109
107
  flex: 1
110
108
  },
111
- theme: "body"
112
- }, away_abbr), /*#__PURE__*/_react.default.createElement(_Components.Text, {
113
- theme: "header_2"
114
- }, square.square_score_y))), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
109
+ theme: "description"
110
+ }, away_abbr), /*#__PURE__*/_react.default.createElement(_Themed.Text, {
111
+ theme: "h2"
112
+ }, square.square_score_y))), /*#__PURE__*/_react.default.createElement(_Themed.View, {
113
+ transparent: true,
115
114
  style: {
116
115
  padding: 5
117
116
  }
118
- }, /*#__PURE__*/_react.default.createElement(_Components.Button, {
117
+ }, /*#__PURE__*/_react.default.createElement(_Themed.Button, {
119
118
  title: `$${data.item.next_purchase_price}`,
120
- title_color: _colors.default.shades.white,
121
- backgroundColor: _colors.default.brand.electric,
119
+ type: "close",
120
+ style: {
121
+ padding: 10
122
+ },
122
123
  onPress: () => onSquareBid(square, 'add')
123
124
  })));
124
125
  };
@@ -126,63 +127,72 @@ const MyStatsCard = ({
126
127
  if (!isNaN(squares_expected_value.ev_pct)) {
127
128
  ev_pct = squares_expected_value.ev_pct;
128
129
  }
129
- return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
130
+ return /*#__PURE__*/_react.default.createElement(_Themed.View, {
131
+ float: true,
132
+ type: "header",
130
133
  style: {
131
- ..._styles.view_styles.section,
132
134
  minWidth: 350
133
135
  }
134
- }, /*#__PURE__*/_react.default.createElement(_reactNative.TouchableOpacity, {
135
- style: _styles.view_styles.section_header,
136
+ }, /*#__PURE__*/_react.default.createElement(_Themed.Button, {
137
+ transparent: true,
138
+ style: {
139
+ flexDirection: 'row',
140
+ alignItems: 'center'
141
+ },
136
142
  onPress: () => setExpanded(!expanded)
137
- }, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
143
+ }, /*#__PURE__*/_react.default.createElement(_Themed.View, {
144
+ transparent: true,
138
145
  style: {
139
146
  justifyContent: 'center',
140
147
  alignItems: 'center'
141
148
  }
142
- }, /*#__PURE__*/_react.default.createElement(_Components.Text, {
149
+ }, /*#__PURE__*/_react.default.createElement(_Themed.Text, {
143
150
  size: 14,
144
- color: squares_expected_value.expected_value > 0 ? _colors.default.utility.success : _colors.default.utility.error,
151
+ color: squares_expected_value.expected_value > 0 ? C.text.success : C.text.error,
145
152
  weight: "bold"
146
- }, (ev_pct * 100).toFixed(2), "%"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
153
+ }, (ev_pct * 100).toFixed(2), "%"), /*#__PURE__*/_react.default.createElement(_Themed.Text, {
147
154
  style: {
148
155
  marginTop: 3
149
156
  },
150
157
  size: 12,
151
- color: _colors.default.brand.midnight,
158
+ color: C.text.h1,
152
159
  weight: "regular"
153
- }, "EV")), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
160
+ }, "EV")), /*#__PURE__*/_react.default.createElement(_Themed.View, {
161
+ transparent: true,
154
162
  style: {
155
163
  flex: 1,
156
164
  marginLeft: 10
157
165
  }
158
- }, /*#__PURE__*/_react.default.createElement(_Components.Text, {
159
- theme: "header"
160
- }, "MY STATS (BETA)"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
166
+ }, /*#__PURE__*/_react.default.createElement(_Themed.Text, {
167
+ theme: "h1"
168
+ }, "MY STATS (BETA)"), /*#__PURE__*/_react.default.createElement(_Themed.Text, {
161
169
  style: {
162
170
  marginTop: 4
163
171
  },
164
- theme: "body_2"
172
+ theme: "description"
165
173
  }, "Current statistics from the squares board")), /*#__PURE__*/_react.default.createElement(_Components.Icons.ChevronIcon, {
166
174
  direction: expanded ? 'up' : 'down',
167
- color: _colors.default.brand.midnight,
175
+ color: C.text.h1,
168
176
  size: 8
169
- })), expanded && !comp_started ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
177
+ })), expanded && !comp_started ? /*#__PURE__*/_react.default.createElement(_Themed.View, {
170
178
  style: {
171
179
  padding: 5,
172
- backgroundColor: _colors.default.incentive.gold_faded
180
+ backgroundColor: C.text.gold
173
181
  }
174
- }, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
182
+ }, /*#__PURE__*/_react.default.createElement(_Themed.View, {
183
+ transparent: true,
175
184
  style: {
176
185
  padding: 5
177
186
  }
178
- }, /*#__PURE__*/_react.default.createElement(_Components.Text, {
179
- theme: "header"
180
- }, "Suggested Squares"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
187
+ }, /*#__PURE__*/_react.default.createElement(_Themed.Text, {
188
+ theme: "h1"
189
+ }, "Suggested Squares"), /*#__PURE__*/_react.default.createElement(_Themed.Text, {
181
190
  style: {
182
191
  marginTop: 3
183
192
  },
184
- theme: "body_2"
185
- }, "Suggestions are determined by running thousands of simulations based on the board in its current state. These will change frequently as the board changes.")), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
193
+ theme: "description"
194
+ }, "Suggestions are determined by running thousands of simulations based on the board in its current state. These will change frequently as the board changes.")), /*#__PURE__*/_react.default.createElement(_Themed.View, {
195
+ transparent: true,
186
196
  style: {
187
197
  marginTop: 3,
188
198
  padding: 10,
@@ -194,142 +204,166 @@ const MyStatsCard = ({
194
204
  horizontal: true,
195
205
  renderItem: renderSuggestions,
196
206
  keyExtractor: item => item.sq_square_id.toString()
197
- }))) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), expanded ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
198
- style: _styles.view_styles.section_body
199
- }, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
207
+ }))) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), expanded ? /*#__PURE__*/_react.default.createElement(_Themed.View, {
208
+ transparent: true,
209
+ style: {
210
+ padding: 10,
211
+ borderTopWidth: 1,
212
+ borderColor: C.borders.light
213
+ }
214
+ }, /*#__PURE__*/_react.default.createElement(_Themed.View, {
215
+ type: "row",
216
+ transparent: true,
200
217
  style: {
201
- ..._styles.view_styles.body_row,
202
218
  borderBottomWidth: 1,
203
- borderColor: _colors.default.shades.shade600
219
+ borderColor: C.borders.light,
220
+ padding: 10
204
221
  }
205
- }, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
222
+ }, /*#__PURE__*/_react.default.createElement(_Themed.View, {
223
+ transparent: true,
206
224
  style: {
207
225
  flex: 1,
208
226
  marginRight: 10
209
227
  }
210
- }, /*#__PURE__*/_react.default.createElement(_Components.Text, {
211
- theme: "header_2"
212
- }, "Expected Value (pct)"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
228
+ }, /*#__PURE__*/_react.default.createElement(_Themed.Text, {
229
+ theme: "h2"
230
+ }, "Expected Value (pct)"), /*#__PURE__*/_react.default.createElement(_Themed.Text, {
213
231
  style: {
214
232
  marginTop: 3
215
233
  },
216
- theme: "body_2"
217
- }, "Based on your owned squares and ownership pct (for extrapolation), we can calculate the probable earnings of your squares over thousands of simulations")), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
234
+ theme: "description"
235
+ }, "Based on your owned squares and ownership pct (for extrapolation), we can calculate the probable earnings of your squares over thousands of simulations")), /*#__PURE__*/_react.default.createElement(_Themed.View, {
236
+ transparent: true,
218
237
  style: {
219
238
  justifyContent: 'center',
220
239
  alignItems: 'center'
221
240
  }
222
- }, /*#__PURE__*/_react.default.createElement(_Components.Text, {
223
- color: squares_expected_value.expected_value > 0 ? _colors.default.utility.success : _colors.default.utility.error,
241
+ }, /*#__PURE__*/_react.default.createElement(_Themed.Text, {
242
+ color: squares_expected_value.expected_value > 0 ? C.text.success : C.text.error,
224
243
  weight: "bold",
225
244
  size: 14
226
- }, "$", squares_expected_value.expected_value.toFixed(2)), /*#__PURE__*/_react.default.createElement(_Components.Text, {
245
+ }, "$", squares_expected_value.expected_value.toFixed(2)), /*#__PURE__*/_react.default.createElement(_Themed.Text, {
227
246
  style: {
228
247
  marginTop: 3
229
248
  },
230
- color: squares_expected_value.expected_value > 0 ? _colors.default.utility.success : _colors.default.utility.error,
249
+ color: squares_expected_value.expected_value > 0 ? C.text.success : C.text.error,
231
250
  weight: "regular",
232
251
  size: 14
233
- }, "(", (ev_pct * 100).toFixed(2), "%)"))), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
252
+ }, "(", (ev_pct * 100).toFixed(2), "%)"))), /*#__PURE__*/_react.default.createElement(_Themed.View, {
253
+ type: "row",
254
+ transparent: true,
234
255
  style: {
235
- ..._styles.view_styles.body_row,
236
256
  borderBottomWidth: 1,
237
- borderColor: _colors.default.shades.shade600
257
+ borderColor: C.borders.light,
258
+ padding: 10
238
259
  }
239
- }, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
260
+ }, /*#__PURE__*/_react.default.createElement(_Themed.View, {
261
+ transparent: true,
240
262
  style: {
241
263
  flex: 1,
242
264
  marginRight: 10
243
265
  }
244
- }, /*#__PURE__*/_react.default.createElement(_Components.Text, {
245
- theme: "header_2"
246
- }, "Outbid Squares"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
266
+ }, /*#__PURE__*/_react.default.createElement(_Themed.Text, {
267
+ theme: "h2"
268
+ }, "Outbid Squares"), /*#__PURE__*/_react.default.createElement(_Themed.Text, {
247
269
  style: {
248
270
  marginTop: 3
249
271
  },
250
- theme: "body_2"
251
- }, "Number of squares you bid on but were outbid or sold")), /*#__PURE__*/_react.default.createElement(_Components.Text, {
252
- theme: "header_2"
253
- }, my_outbid_squares.length, " Squares")), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
272
+ theme: "description"
273
+ }, "Number of squares you bid on but were outbid or sold")), /*#__PURE__*/_react.default.createElement(_Themed.Text, {
274
+ theme: "h2"
275
+ }, my_outbid_squares.length, " Squares")), /*#__PURE__*/_react.default.createElement(_Themed.View, {
276
+ type: "row",
277
+ transparent: true,
254
278
  style: {
255
- ..._styles.view_styles.body_row,
256
279
  borderBottomWidth: 1,
257
- borderColor: _colors.default.shades.shade600
280
+ borderColor: C.borders.light,
281
+ padding: 10
258
282
  }
259
- }, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
283
+ }, /*#__PURE__*/_react.default.createElement(_Themed.View, {
284
+ transparent: true,
260
285
  style: {
261
286
  flex: 1,
262
287
  marginRight: 10
263
288
  }
264
- }, /*#__PURE__*/_react.default.createElement(_Components.Text, {
265
- theme: "header_2"
266
- }, "My Ownership (Pct)"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
289
+ }, /*#__PURE__*/_react.default.createElement(_Themed.Text, {
290
+ theme: "h2"
291
+ }, "My Ownership (Pct)"), /*#__PURE__*/_react.default.createElement(_Themed.Text, {
267
292
  style: {
268
293
  marginTop: 3
269
294
  },
270
- theme: "body_2"
271
- }, "How much of the total board do I own? (All unbid squares will be extrapolated based on this ownership pct)")), /*#__PURE__*/_react.default.createElement(_Components.Text, {
272
- theme: "header_2"
273
- }, my_ps.length, " Squares (", my_ownership.toFixed(), "%)")), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
295
+ theme: "description"
296
+ }, "How much of the total board do I own? (All unbid squares will be extrapolated based on this ownership pct)")), /*#__PURE__*/_react.default.createElement(_Themed.Text, {
297
+ theme: "h2"
298
+ }, my_ps.length, " Squares (", my_ownership.toFixed(), "%)")), /*#__PURE__*/_react.default.createElement(_Themed.View, {
299
+ type: "row",
300
+ transparent: true,
274
301
  style: {
275
- ..._styles.view_styles.body_row,
276
302
  borderBottomWidth: 1,
277
- borderColor: _colors.default.shades.shade600
303
+ borderColor: C.borders.light,
304
+ padding: 10
278
305
  }
279
- }, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
306
+ }, /*#__PURE__*/_react.default.createElement(_Themed.View, {
307
+ transparent: true,
280
308
  style: {
281
309
  flex: 1,
282
310
  marginRight: 10
283
311
  }
284
- }, /*#__PURE__*/_react.default.createElement(_Components.Text, {
285
- theme: "header_2"
286
- }, "My Total Paid"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
312
+ }, /*#__PURE__*/_react.default.createElement(_Themed.Text, {
313
+ theme: "h2"
314
+ }, "My Total Paid"), /*#__PURE__*/_react.default.createElement(_Themed.Text, {
287
315
  style: {
288
316
  marginTop: 3
289
317
  },
290
- theme: "body_2"
291
- }, "How much have I paid for my ownership pct")), /*#__PURE__*/_react.default.createElement(_Components.Text, {
292
- theme: "header_2"
293
- }, "$", money_in.toFixed(2), " (", (money_in / total_payout * 100).toFixed(2), "%)")), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
318
+ theme: "description"
319
+ }, "How much have I paid for my ownership pct")), /*#__PURE__*/_react.default.createElement(_Themed.Text, {
320
+ theme: "h2"
321
+ }, "$", money_in.toFixed(2), " (", (money_in / total_payout * 100).toFixed(2), "%)")), /*#__PURE__*/_react.default.createElement(_Themed.View, {
322
+ type: "row",
323
+ transparent: true,
294
324
  style: {
295
- ..._styles.view_styles.body_row,
296
325
  borderBottomWidth: 1,
297
- borderColor: _colors.default.shades.shade600
326
+ borderColor: C.borders.light,
327
+ padding: 10
298
328
  }
299
- }, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
329
+ }, /*#__PURE__*/_react.default.createElement(_Themed.View, {
330
+ transparent: true,
300
331
  style: {
301
332
  flex: 1,
302
333
  marginRight: 10
303
334
  }
304
- }, /*#__PURE__*/_react.default.createElement(_Components.Text, {
305
- theme: "header_2"
306
- }, "Winnings Received"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
335
+ }, /*#__PURE__*/_react.default.createElement(_Themed.Text, {
336
+ theme: "h2"
337
+ }, "Winnings Received"), /*#__PURE__*/_react.default.createElement(_Themed.Text, {
307
338
  style: {
308
339
  marginTop: 3
309
340
  },
310
- theme: "body_2"
311
- }, "How much have I received from winning or selling squares")), /*#__PURE__*/_react.default.createElement(_Components.Text, {
312
- theme: "header_2"
313
- }, "$", money_out.toFixed(2))), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
341
+ theme: "description"
342
+ }, "How much have I received from winning or selling squares")), /*#__PURE__*/_react.default.createElement(_Themed.Text, {
343
+ theme: "h2"
344
+ }, "$", money_out.toFixed(2))), /*#__PURE__*/_react.default.createElement(_Themed.View, {
345
+ type: "row",
346
+ transparent: true,
314
347
  style: {
315
- ..._styles.view_styles.body_row,
316
348
  borderBottomWidth: 1,
317
- borderColor: _colors.default.shades.shade600
349
+ borderColor: C.borders.light,
350
+ padding: 10
318
351
  }
319
- }, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
352
+ }, /*#__PURE__*/_react.default.createElement(_Themed.View, {
353
+ transparent: true,
320
354
  style: {
321
355
  flex: 1,
322
356
  marginRight: 10
323
357
  }
324
- }, /*#__PURE__*/_react.default.createElement(_Components.Text, {
325
- theme: "header_2"
326
- }, "ROI"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
358
+ }, /*#__PURE__*/_react.default.createElement(_Themed.Text, {
359
+ theme: "h2"
360
+ }, "ROI"), /*#__PURE__*/_react.default.createElement(_Themed.Text, {
327
361
  style: {
328
362
  marginTop: 3
329
363
  },
330
- theme: "body_2"
331
- }, "What is my current return on investment (earnings / total paid)")), /*#__PURE__*/_react.default.createElement(_Components.Text, {
332
- color: roi > 0 ? _colors.default.utility.success : _colors.default.utility.error,
364
+ theme: "description"
365
+ }, "What is my current return on investment (earnings / total paid)")), /*#__PURE__*/_react.default.createElement(_Themed.Text, {
366
+ color: roi > 0 ? C.text.success : C.text.error,
333
367
  weight: "bold",
334
368
  size: 14
335
369
  }, (roi * 100).toFixed(2), "%"))) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null));
@@ -1 +1 @@
1
- {"version":3,"names":["_reactNative","require","_Components","_styles","_colors","_interopRequireDefault","_react","_interopRequireWildcard","_momentMini","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","MyStatsCard","player_id","players","squares_expected_value","away_abbr","home_abbr","squares_competition","player_squares","player_square_history","squares","square_results","onSquareBid","expanded","setExpanded","useState","comp_started","moment","begin_datetime","isBefore","total_payout","potential_winnings","guaranteed_payout","active_ps","filter","ps","status","my_ps","my_outbid_squares","Set","psh","map","sq_square_id","id","toString","includes","me","find","p","console","log","type","my_ownership","length","money_in","reduce","b","purchase_price","money_out","sr","sq_player_square_id","mp","winnings","earnings","roi","suggested_squares","other_square_values","sv","after_purchase_expected_value","sort","slice","renderSuggestions","data","square","s","item","createElement","Fragment","View","style","backgroundColor","Colors","shades","white","borderRadius","width","margin","view_styles","float","flexDirection","alignItems","padding","borderBottomWidth","borderBottomColor","shade600","borderTopRightRadius","borderTopLeftRadius","flex","Icons","ChevronIcon","direction","color","utility","success","size","Text","weight","after_purchase_expected_payout","toFixed","justifyContent","theme","square_score_x","square_score_y","Button","title","next_purchase_price","title_color","brand","electric","onPress","ev_pct","isNaN","section","minWidth","TouchableOpacity","section_header","expected_value","error","marginTop","midnight","marginLeft","incentive","gold_faded","FlatList","horizontal","renderItem","keyExtractor","section_body","body_row","borderColor","marginRight","_default","exports"],"sourceRoot":"../../../../src","sources":["Squares/components/MyStatsCard.tsx"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["_reactNative","require","_Components","_react","_interopRequireWildcard","_momentMini","_interopRequireDefault","_Themed","_useColors","e","__esModule","default","_getRequireWildcardCache","WeakMap","r","t","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","MyStatsCard","player_id","squares_expected_value","away_abbr","home_abbr","squares_competition","player_squares","player_square_history","squares","square_results","onSquareBid","C","useColors","expanded","setExpanded","useState","comp_started","moment","begin_datetime","isBefore","total_payout","potential_winnings","guaranteed_payout","active_ps","filter","ps","status","my_ps","my_outbid_squares","Set","psh","map","sq_square_id","id","toString","includes","my_ownership","length","money_in","reduce","b","purchase_price","money_out","sr","sq_player_square_id","mp","winnings","earnings","roi","suggested_squares","other_square_values","sv","after_purchase_expected_value","sort","slice","renderSuggestions","data","square","find","s","item","createElement","Fragment","View","float","style","borderRadius","width","margin","transparent","flexDirection","alignItems","padding","borderBottomWidth","borderBottomColor","borders","light","borderTopRightRadius","borderTopLeftRadius","flex","Icons","ChevronIcon","direction","color","text","success","size","Text","theme","weight","after_purchase_expected_payout","toFixed","justifyContent","square_score_x","square_score_y","Button","title","next_purchase_price","type","onPress","ev_pct","isNaN","minWidth","expected_value","error","marginTop","h1","marginLeft","backgroundColor","gold","FlatList","horizontal","renderItem","keyExtractor","borderTopWidth","borderColor","marginRight","_default","exports"],"sourceRoot":"../../../../src","sources":["Squares/components/MyStatsCard.tsx"],"mappings":"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","ignoreList":[]}