be-components 0.7.3 → 0.7.4

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 (426) hide show
  1. package/lib/commonjs/ApiOverrides/index.js +18 -0
  2. package/lib/commonjs/ApiOverrides/index.js.map +1 -1
  3. package/lib/commonjs/Authenticator/index.js.map +1 -1
  4. package/lib/commonjs/Checkout/api/index.js.map +1 -1
  5. package/lib/commonjs/Checkout/index.js.map +1 -1
  6. package/lib/commonjs/Competition/api/index.js +655 -0
  7. package/lib/commonjs/Competition/api/index.js.map +1 -0
  8. package/lib/commonjs/Competition/components/AthleteMarketCard.js +168 -0
  9. package/lib/commonjs/Competition/components/AthleteMarketCard.js.map +1 -0
  10. package/lib/commonjs/Competition/components/CompetitionCard.js +180 -0
  11. package/lib/commonjs/Competition/components/CompetitionCard.js.map +1 -0
  12. package/lib/commonjs/Competition/components/CompetitionInfoCard.js +264 -0
  13. package/lib/commonjs/Competition/components/CompetitionInfoCard.js.map +1 -0
  14. package/lib/commonjs/Competition/components/CompetitionLeaderboard.js +281 -0
  15. package/lib/commonjs/Competition/components/CompetitionLeaderboard.js.map +1 -0
  16. package/lib/commonjs/Competition/components/CompetitionPlay.js +1269 -0
  17. package/lib/commonjs/Competition/components/CompetitionPlay.js.map +1 -0
  18. package/lib/commonjs/Competition/components/CompetitionSeasonCard.js +111 -0
  19. package/lib/commonjs/Competition/components/CompetitionSeasonCard.js.map +1 -0
  20. package/lib/commonjs/Competition/components/CompetitionSelector.js +122 -0
  21. package/lib/commonjs/Competition/components/CompetitionSelector.js.map +1 -0
  22. package/lib/commonjs/Competition/components/CompetitionTypeCard.js +380 -0
  23. package/lib/commonjs/Competition/components/CompetitionTypeCard.js.map +1 -0
  24. package/lib/commonjs/Competition/components/EnterCompetitionPrompt.js +237 -0
  25. package/lib/commonjs/Competition/components/EnterCompetitionPrompt.js.map +1 -0
  26. package/lib/commonjs/Competition/components/LeaderPicks.js +322 -0
  27. package/lib/commonjs/Competition/components/LeaderPicks.js.map +1 -0
  28. package/lib/commonjs/Competition/components/ManageSeasonForm.js +605 -0
  29. package/lib/commonjs/Competition/components/ManageSeasonForm.js.map +1 -0
  30. package/lib/commonjs/Competition/components/MarketsCard.js +148 -0
  31. package/lib/commonjs/Competition/components/MarketsCard.js.map +1 -0
  32. package/lib/commonjs/Competition/components/MatchMarketCard.js +199 -0
  33. package/lib/commonjs/Competition/components/MatchMarketCard.js.map +1 -0
  34. package/lib/commonjs/Competition/components/NavOutPrompt.js +159 -0
  35. package/lib/commonjs/Competition/components/NavOutPrompt.js.map +1 -0
  36. package/lib/commonjs/Competition/components/SeasonInfoModal.js +400 -0
  37. package/lib/commonjs/Competition/components/SeasonInfoModal.js.map +1 -0
  38. package/lib/commonjs/Competition/components/TeamEventCard.js +217 -0
  39. package/lib/commonjs/Competition/components/TeamEventCard.js.map +1 -0
  40. package/lib/commonjs/Competition/components/WagerPickForm.js +278 -0
  41. package/lib/commonjs/Competition/components/WagerPickForm.js.map +1 -0
  42. package/lib/commonjs/Competition/index.js +42 -0
  43. package/lib/commonjs/Competition/index.js.map +1 -0
  44. package/lib/commonjs/Components/Icons.js.map +1 -1
  45. package/lib/commonjs/Components/Jerseys.js +713 -0
  46. package/lib/commonjs/Components/Jerseys.js.map +1 -0
  47. package/lib/commonjs/Components/LinearDiagnal.js +1 -1
  48. package/lib/commonjs/Components/LinearDiagnal.js.map +1 -1
  49. package/lib/commonjs/Components/Switch.js +81 -0
  50. package/lib/commonjs/Components/Switch.js.map +1 -0
  51. package/lib/commonjs/Components/index.js +14 -0
  52. package/lib/commonjs/Components/index.js.map +1 -1
  53. package/lib/commonjs/Poll/api/index.js +240 -0
  54. package/lib/commonjs/Poll/api/index.js.map +1 -0
  55. package/lib/commonjs/Poll/components/CampaignPlay.js +553 -0
  56. package/lib/commonjs/Poll/components/CampaignPlay.js.map +1 -0
  57. package/lib/commonjs/Poll/components/CampaignProgressBar.js +118 -0
  58. package/lib/commonjs/Poll/components/CampaignProgressBar.js.map +1 -0
  59. package/lib/commonjs/Poll/components/CampaignResult.js +382 -0
  60. package/lib/commonjs/Poll/components/CampaignResult.js.map +1 -0
  61. package/lib/commonjs/Poll/components/CampaignSelector.js +124 -0
  62. package/lib/commonjs/Poll/components/CampaignSelector.js.map +1 -0
  63. package/lib/commonjs/Poll/components/PollCampaignCard.js +66 -0
  64. package/lib/commonjs/Poll/components/PollCampaignCard.js.map +1 -0
  65. package/lib/commonjs/Poll/components/PollCard.js +480 -0
  66. package/lib/commonjs/Poll/components/PollCard.js.map +1 -0
  67. package/lib/commonjs/Poll/components/PollOptionCard.js +158 -0
  68. package/lib/commonjs/Poll/components/PollOptionCard.js.map +1 -0
  69. package/lib/commonjs/Poll/components/PollSelectCard.js +189 -0
  70. package/lib/commonjs/Poll/components/PollSelectCard.js.map +1 -0
  71. package/lib/commonjs/Poll/components/ResponseTimer.js +48 -0
  72. package/lib/commonjs/Poll/components/ResponseTimer.js.map +1 -0
  73. package/lib/commonjs/Poll/components/WidgetHeader.js +83 -0
  74. package/lib/commonjs/Poll/components/WidgetHeader.js.map +1 -0
  75. package/lib/commonjs/Poll/index.js +31 -0
  76. package/lib/commonjs/Poll/index.js.map +1 -0
  77. package/lib/commonjs/ProfileManager/Components/BasicInfoManager.js.map +1 -1
  78. package/lib/commonjs/ProfileManager/Components/BasicStatus.js.map +1 -1
  79. package/lib/commonjs/ProfileManager/Components/CodeRedeem.js +3 -1
  80. package/lib/commonjs/ProfileManager/Components/CodeRedeem.js.map +1 -1
  81. package/lib/commonjs/ProfileManager/Components/DOBManager.js.map +1 -1
  82. package/lib/commonjs/ProfileManager/Components/EmailManager.js.map +1 -1
  83. package/lib/commonjs/ProfileManager/Components/PasswordManager.js.map +1 -1
  84. package/lib/commonjs/ProfileManager/Components/PhoneManager.js.map +1 -1
  85. package/lib/commonjs/ProfileManager/Components/ProfilePicManager.js.map +1 -1
  86. package/lib/commonjs/ProfileManager/Components/ProfileWelcome.js.map +1 -1
  87. package/lib/commonjs/ProfileManager/Components/ProfileWizard.js +5 -0
  88. package/lib/commonjs/ProfileManager/Components/ProfileWizard.js.map +1 -1
  89. package/lib/commonjs/ProfileManager/Components/VouchCard.js.map +1 -1
  90. package/lib/commonjs/ProfileManager/index.js +2 -0
  91. package/lib/commonjs/ProfileManager/index.js.map +1 -1
  92. package/lib/commonjs/Wallet/api/index.js +4 -1
  93. package/lib/commonjs/Wallet/api/index.js.map +1 -1
  94. package/lib/commonjs/Wallet/components/ACHAddCard.js.map +1 -1
  95. package/lib/commonjs/Wallet/components/AddressManager.js.map +1 -1
  96. package/lib/commonjs/Wallet/components/DepositCard.js.map +1 -1
  97. package/lib/commonjs/Wallet/components/FundAccountCard.js.map +1 -1
  98. package/lib/commonjs/Wallet/components/ManageAccountCard.js.map +1 -1
  99. package/lib/commonjs/Wallet/components/ManualACHAdd.js.map +1 -1
  100. package/lib/commonjs/Wallet/components/ManualCardAdd.js.map +1 -1
  101. package/lib/commonjs/Wallet/components/MyBalance.js.map +1 -1
  102. package/lib/commonjs/Wallet/components/WalletActionSelector.js.map +1 -1
  103. package/lib/commonjs/Wallet/components/WalletSettings.js.map +1 -1
  104. package/lib/commonjs/Wallet/components/WalletSetup.js.map +1 -1
  105. package/lib/commonjs/Wallet/components/WithdrawCard.js.map +1 -1
  106. package/lib/commonjs/Wallet/index.js.map +1 -1
  107. package/lib/commonjs/index.js +14 -0
  108. package/lib/commonjs/index.js.map +1 -1
  109. package/lib/module/ApiOverrides/index.js +18 -0
  110. package/lib/module/ApiOverrides/index.js.map +1 -1
  111. package/lib/module/Authenticator/index.js.map +1 -1
  112. package/lib/module/Checkout/api/index.js.map +1 -1
  113. package/lib/module/Checkout/index.js.map +1 -1
  114. package/lib/module/Competition/api/index.js +649 -0
  115. package/lib/module/Competition/api/index.js.map +1 -0
  116. package/lib/module/Competition/components/AthleteMarketCard.js +161 -0
  117. package/lib/module/Competition/components/AthleteMarketCard.js.map +1 -0
  118. package/lib/module/Competition/components/CompetitionCard.js +173 -0
  119. package/lib/module/Competition/components/CompetitionCard.js.map +1 -0
  120. package/lib/module/Competition/components/CompetitionInfoCard.js +257 -0
  121. package/lib/module/Competition/components/CompetitionInfoCard.js.map +1 -0
  122. package/lib/module/Competition/components/CompetitionLeaderboard.js +272 -0
  123. package/lib/module/Competition/components/CompetitionLeaderboard.js.map +1 -0
  124. package/lib/module/Competition/components/CompetitionPlay.js +1260 -0
  125. package/lib/module/Competition/components/CompetitionPlay.js.map +1 -0
  126. package/lib/module/Competition/components/CompetitionSeasonCard.js +104 -0
  127. package/lib/module/Competition/components/CompetitionSeasonCard.js.map +1 -0
  128. package/lib/module/Competition/components/CompetitionSelector.js +113 -0
  129. package/lib/module/Competition/components/CompetitionSelector.js.map +1 -0
  130. package/lib/module/Competition/components/CompetitionTypeCard.js +371 -0
  131. package/lib/module/Competition/components/CompetitionTypeCard.js.map +1 -0
  132. package/lib/module/Competition/components/EnterCompetitionPrompt.js +228 -0
  133. package/lib/module/Competition/components/EnterCompetitionPrompt.js.map +1 -0
  134. package/lib/module/Competition/components/LeaderPicks.js +313 -0
  135. package/lib/module/Competition/components/LeaderPicks.js.map +1 -0
  136. package/lib/module/Competition/components/ManageSeasonForm.js +596 -0
  137. package/lib/module/Competition/components/ManageSeasonForm.js.map +1 -0
  138. package/lib/module/Competition/components/MarketsCard.js +139 -0
  139. package/lib/module/Competition/components/MarketsCard.js.map +1 -0
  140. package/lib/module/Competition/components/MatchMarketCard.js +192 -0
  141. package/lib/module/Competition/components/MatchMarketCard.js.map +1 -0
  142. package/lib/module/Competition/components/NavOutPrompt.js +152 -0
  143. package/lib/module/Competition/components/NavOutPrompt.js.map +1 -0
  144. package/lib/module/Competition/components/SeasonInfoModal.js +391 -0
  145. package/lib/module/Competition/components/SeasonInfoModal.js.map +1 -0
  146. package/lib/module/Competition/components/TeamEventCard.js +210 -0
  147. package/lib/module/Competition/components/TeamEventCard.js.map +1 -0
  148. package/lib/module/Competition/components/WagerPickForm.js +269 -0
  149. package/lib/module/Competition/components/WagerPickForm.js.map +1 -0
  150. package/lib/module/Competition/index.js +33 -0
  151. package/lib/module/Competition/index.js.map +1 -0
  152. package/lib/module/Components/Icons.js.map +1 -1
  153. package/lib/module/Components/Jerseys.js +705 -0
  154. package/lib/module/Components/Jerseys.js.map +1 -0
  155. package/lib/module/Components/LinearDiagnal.js +2 -3
  156. package/lib/module/Components/LinearDiagnal.js.map +1 -1
  157. package/lib/module/Components/Switch.js +74 -0
  158. package/lib/module/Components/Switch.js.map +1 -0
  159. package/lib/module/Components/index.js +3 -1
  160. package/lib/module/Components/index.js.map +1 -1
  161. package/lib/module/Poll/api/index.js +234 -0
  162. package/lib/module/Poll/api/index.js.map +1 -0
  163. package/lib/module/Poll/components/CampaignPlay.js +545 -0
  164. package/lib/module/Poll/components/CampaignPlay.js.map +1 -0
  165. package/lib/module/Poll/components/CampaignProgressBar.js +110 -0
  166. package/lib/module/Poll/components/CampaignProgressBar.js.map +1 -0
  167. package/lib/module/Poll/components/CampaignResult.js +374 -0
  168. package/lib/module/Poll/components/CampaignResult.js.map +1 -0
  169. package/lib/module/Poll/components/CampaignSelector.js +115 -0
  170. package/lib/module/Poll/components/CampaignSelector.js.map +1 -0
  171. package/lib/module/Poll/components/PollCampaignCard.js +59 -0
  172. package/lib/module/Poll/components/PollCampaignCard.js.map +1 -0
  173. package/lib/module/Poll/components/PollCard.js +472 -0
  174. package/lib/module/Poll/components/PollCard.js.map +1 -0
  175. package/lib/module/Poll/components/PollOptionCard.js +149 -0
  176. package/lib/module/Poll/components/PollOptionCard.js.map +1 -0
  177. package/lib/module/Poll/components/PollSelectCard.js +182 -0
  178. package/lib/module/Poll/components/PollSelectCard.js.map +1 -0
  179. package/lib/module/Poll/components/ResponseTimer.js +39 -0
  180. package/lib/module/Poll/components/ResponseTimer.js.map +1 -0
  181. package/lib/module/Poll/components/WidgetHeader.js +76 -0
  182. package/lib/module/Poll/components/WidgetHeader.js.map +1 -0
  183. package/lib/module/Poll/index.js +22 -0
  184. package/lib/module/Poll/index.js.map +1 -0
  185. package/lib/module/ProfileManager/Components/BasicInfoManager.js.map +1 -1
  186. package/lib/module/ProfileManager/Components/BasicStatus.js.map +1 -1
  187. package/lib/module/ProfileManager/Components/CodeRedeem.js +3 -1
  188. package/lib/module/ProfileManager/Components/CodeRedeem.js.map +1 -1
  189. package/lib/module/ProfileManager/Components/DOBManager.js.map +1 -1
  190. package/lib/module/ProfileManager/Components/EmailManager.js.map +1 -1
  191. package/lib/module/ProfileManager/Components/PasswordManager.js.map +1 -1
  192. package/lib/module/ProfileManager/Components/PhoneManager.js.map +1 -1
  193. package/lib/module/ProfileManager/Components/ProfilePicManager.js.map +1 -1
  194. package/lib/module/ProfileManager/Components/ProfileWelcome.js.map +1 -1
  195. package/lib/module/ProfileManager/Components/ProfileWizard.js +5 -0
  196. package/lib/module/ProfileManager/Components/ProfileWizard.js.map +1 -1
  197. package/lib/module/ProfileManager/Components/VouchCard.js.map +1 -1
  198. package/lib/module/ProfileManager/index.js +2 -0
  199. package/lib/module/ProfileManager/index.js.map +1 -1
  200. package/lib/module/Wallet/api/index.js +4 -1
  201. package/lib/module/Wallet/api/index.js.map +1 -1
  202. package/lib/module/Wallet/components/ACHAddCard.js.map +1 -1
  203. package/lib/module/Wallet/components/AddressManager.js.map +1 -1
  204. package/lib/module/Wallet/components/DepositCard.js.map +1 -1
  205. package/lib/module/Wallet/components/FundAccountCard.js.map +1 -1
  206. package/lib/module/Wallet/components/ManageAccountCard.js.map +1 -1
  207. package/lib/module/Wallet/components/ManualACHAdd.js.map +1 -1
  208. package/lib/module/Wallet/components/ManualCardAdd.js.map +1 -1
  209. package/lib/module/Wallet/components/MyBalance.js.map +1 -1
  210. package/lib/module/Wallet/components/WalletActionSelector.js.map +1 -1
  211. package/lib/module/Wallet/components/WalletSettings.js.map +1 -1
  212. package/lib/module/Wallet/components/WalletSetup.js.map +1 -1
  213. package/lib/module/Wallet/components/WithdrawCard.js.map +1 -1
  214. package/lib/module/Wallet/index.js.map +1 -1
  215. package/lib/module/index.js +3 -1
  216. package/lib/module/index.js.map +1 -1
  217. package/lib/typescript/src/ApiOverrides/index.d.ts +1 -0
  218. package/lib/typescript/src/ApiOverrides/index.d.ts.map +1 -1
  219. package/lib/typescript/src/Authenticator/api/index.d.ts +2 -2
  220. package/lib/typescript/src/Authenticator/api/index.d.ts.map +1 -1
  221. package/lib/typescript/src/Authenticator/index.d.ts.map +1 -1
  222. package/lib/typescript/src/Checkout/api/index.d.ts +1 -2
  223. package/lib/typescript/src/Checkout/api/index.d.ts.map +1 -1
  224. package/lib/typescript/src/Checkout/index.d.ts.map +1 -1
  225. package/lib/typescript/src/Competition/api/index.d.ts +128 -0
  226. package/lib/typescript/src/Competition/api/index.d.ts.map +1 -0
  227. package/lib/typescript/src/Competition/components/AthleteMarketCard.d.ts +19 -0
  228. package/lib/typescript/src/Competition/components/AthleteMarketCard.d.ts.map +1 -0
  229. package/lib/typescript/src/Competition/components/CompetitionCard.d.ts +12 -0
  230. package/lib/typescript/src/Competition/components/CompetitionCard.d.ts.map +1 -0
  231. package/lib/typescript/src/Competition/components/CompetitionInfoCard.d.ts +16 -0
  232. package/lib/typescript/src/Competition/components/CompetitionInfoCard.d.ts.map +1 -0
  233. package/lib/typescript/src/Competition/components/CompetitionLeaderboard.d.ts +14 -0
  234. package/lib/typescript/src/Competition/components/CompetitionLeaderboard.d.ts.map +1 -0
  235. package/lib/typescript/src/Competition/components/CompetitionPlay.d.ts +20 -0
  236. package/lib/typescript/src/Competition/components/CompetitionPlay.d.ts.map +1 -0
  237. package/lib/typescript/src/Competition/components/CompetitionSeasonCard.d.ts +10 -0
  238. package/lib/typescript/src/Competition/components/CompetitionSeasonCard.d.ts.map +1 -0
  239. package/lib/typescript/src/Competition/components/CompetitionSelector.d.ts +11 -0
  240. package/lib/typescript/src/Competition/components/CompetitionSelector.d.ts.map +1 -0
  241. package/lib/typescript/src/Competition/components/CompetitionTypeCard.d.ts +14 -0
  242. package/lib/typescript/src/Competition/components/CompetitionTypeCard.d.ts.map +1 -0
  243. package/lib/typescript/src/Competition/components/EnterCompetitionPrompt.d.ts +16 -0
  244. package/lib/typescript/src/Competition/components/EnterCompetitionPrompt.d.ts.map +1 -0
  245. package/lib/typescript/src/Competition/components/LeaderPicks.d.ts +22 -0
  246. package/lib/typescript/src/Competition/components/LeaderPicks.d.ts.map +1 -0
  247. package/lib/typescript/src/Competition/components/ManageSeasonForm.d.ts +10 -0
  248. package/lib/typescript/src/Competition/components/ManageSeasonForm.d.ts.map +1 -0
  249. package/lib/typescript/src/Competition/components/MarketsCard.d.ts +15 -0
  250. package/lib/typescript/src/Competition/components/MarketsCard.d.ts.map +1 -0
  251. package/lib/typescript/src/Competition/components/MatchMarketCard.d.ts +21 -0
  252. package/lib/typescript/src/Competition/components/MatchMarketCard.d.ts.map +1 -0
  253. package/lib/typescript/src/Competition/components/NavOutPrompt.d.ts +23 -0
  254. package/lib/typescript/src/Competition/components/NavOutPrompt.d.ts.map +1 -0
  255. package/lib/typescript/src/Competition/components/SeasonInfoModal.d.ts +14 -0
  256. package/lib/typescript/src/Competition/components/SeasonInfoModal.d.ts.map +1 -0
  257. package/lib/typescript/src/Competition/components/TeamEventCard.d.ts +17 -0
  258. package/lib/typescript/src/Competition/components/TeamEventCard.d.ts.map +1 -0
  259. package/lib/typescript/src/Competition/components/WagerPickForm.d.ts +15 -0
  260. package/lib/typescript/src/Competition/components/WagerPickForm.d.ts.map +1 -0
  261. package/lib/typescript/src/Competition/index.d.ts +11 -0
  262. package/lib/typescript/src/Competition/index.d.ts.map +1 -0
  263. package/lib/typescript/src/Components/Icons.d.ts.map +1 -1
  264. package/lib/typescript/src/Components/Jerseys.d.ts +16 -0
  265. package/lib/typescript/src/Components/Jerseys.d.ts.map +1 -0
  266. package/lib/typescript/src/Components/LinearDiagnal.d.ts.map +1 -1
  267. package/lib/typescript/src/Components/Switch.d.ts +9 -0
  268. package/lib/typescript/src/Components/Switch.d.ts.map +1 -0
  269. package/lib/typescript/src/Components/index.d.ts +3 -1
  270. package/lib/typescript/src/Components/index.d.ts.map +1 -1
  271. package/lib/typescript/src/Poll/api/index.d.ts +61 -0
  272. package/lib/typescript/src/Poll/api/index.d.ts.map +1 -0
  273. package/lib/typescript/src/Poll/components/CampaignPlay.d.ts +14 -0
  274. package/lib/typescript/src/Poll/components/CampaignPlay.d.ts.map +1 -0
  275. package/lib/typescript/src/Poll/components/CampaignProgressBar.d.ts +12 -0
  276. package/lib/typescript/src/Poll/components/CampaignProgressBar.d.ts.map +1 -0
  277. package/lib/typescript/src/Poll/components/CampaignResult.d.ts +13 -0
  278. package/lib/typescript/src/Poll/components/CampaignResult.d.ts.map +1 -0
  279. package/lib/typescript/src/Poll/components/CampaignSelector.d.ts +9 -0
  280. package/lib/typescript/src/Poll/components/CampaignSelector.d.ts.map +1 -0
  281. package/lib/typescript/src/Poll/components/PollCampaignCard.d.ts +10 -0
  282. package/lib/typescript/src/Poll/components/PollCampaignCard.d.ts.map +1 -0
  283. package/lib/typescript/src/Poll/components/PollCard.d.ts +16 -0
  284. package/lib/typescript/src/Poll/components/PollCard.d.ts.map +1 -0
  285. package/lib/typescript/src/Poll/components/PollOptionCard.d.ts +14 -0
  286. package/lib/typescript/src/Poll/components/PollOptionCard.d.ts.map +1 -0
  287. package/lib/typescript/src/Poll/components/PollSelectCard.d.ts +16 -0
  288. package/lib/typescript/src/Poll/components/PollSelectCard.d.ts.map +1 -0
  289. package/lib/typescript/src/Poll/components/ResponseTimer.d.ts +9 -0
  290. package/lib/typescript/src/Poll/components/ResponseTimer.d.ts.map +1 -0
  291. package/lib/typescript/src/Poll/components/WidgetHeader.d.ts +13 -0
  292. package/lib/typescript/src/Poll/components/WidgetHeader.d.ts.map +1 -0
  293. package/lib/typescript/src/Poll/index.d.ts +7 -0
  294. package/lib/typescript/src/Poll/index.d.ts.map +1 -0
  295. package/lib/typescript/src/ProfileManager/Components/BasicInfoManager.d.ts +1 -1
  296. package/lib/typescript/src/ProfileManager/Components/BasicInfoManager.d.ts.map +1 -1
  297. package/lib/typescript/src/ProfileManager/Components/BasicStatus.d.ts +1 -2
  298. package/lib/typescript/src/ProfileManager/Components/BasicStatus.d.ts.map +1 -1
  299. package/lib/typescript/src/ProfileManager/Components/CodeRedeem.d.ts +9 -2
  300. package/lib/typescript/src/ProfileManager/Components/CodeRedeem.d.ts.map +1 -1
  301. package/lib/typescript/src/ProfileManager/Components/DOBManager.d.ts +1 -1
  302. package/lib/typescript/src/ProfileManager/Components/DOBManager.d.ts.map +1 -1
  303. package/lib/typescript/src/ProfileManager/Components/EmailManager.d.ts +1 -1
  304. package/lib/typescript/src/ProfileManager/Components/EmailManager.d.ts.map +1 -1
  305. package/lib/typescript/src/ProfileManager/Components/PasswordManager.d.ts +1 -1
  306. package/lib/typescript/src/ProfileManager/Components/PasswordManager.d.ts.map +1 -1
  307. package/lib/typescript/src/ProfileManager/Components/PhoneManager.d.ts +1 -1
  308. package/lib/typescript/src/ProfileManager/Components/PhoneManager.d.ts.map +1 -1
  309. package/lib/typescript/src/ProfileManager/Components/ProfilePicManager.d.ts +1 -1
  310. package/lib/typescript/src/ProfileManager/Components/ProfilePicManager.d.ts.map +1 -1
  311. package/lib/typescript/src/ProfileManager/Components/ProfileWelcome.d.ts +1 -2
  312. package/lib/typescript/src/ProfileManager/Components/ProfileWelcome.d.ts.map +1 -1
  313. package/lib/typescript/src/ProfileManager/Components/ProfileWizard.d.ts +10 -3
  314. package/lib/typescript/src/ProfileManager/Components/ProfileWizard.d.ts.map +1 -1
  315. package/lib/typescript/src/ProfileManager/Components/SettingsManager.d.ts +2 -2
  316. package/lib/typescript/src/ProfileManager/Components/SettingsManager.d.ts.map +1 -1
  317. package/lib/typescript/src/ProfileManager/Components/VouchCard.d.ts +1 -2
  318. package/lib/typescript/src/ProfileManager/Components/VouchCard.d.ts.map +1 -1
  319. package/lib/typescript/src/ProfileManager/api/index.d.ts +2 -2
  320. package/lib/typescript/src/ProfileManager/api/index.d.ts.map +1 -1
  321. package/lib/typescript/src/ProfileManager/index.d.ts +9 -2
  322. package/lib/typescript/src/ProfileManager/index.d.ts.map +1 -1
  323. package/lib/typescript/src/Wallet/api/index.d.ts +2 -3
  324. package/lib/typescript/src/Wallet/api/index.d.ts.map +1 -1
  325. package/lib/typescript/src/Wallet/components/ACHAddCard.d.ts +1 -2
  326. package/lib/typescript/src/Wallet/components/ACHAddCard.d.ts.map +1 -1
  327. package/lib/typescript/src/Wallet/components/AddressManager.d.ts +1 -2
  328. package/lib/typescript/src/Wallet/components/AddressManager.d.ts.map +1 -1
  329. package/lib/typescript/src/Wallet/components/DepositCard.d.ts +1 -2
  330. package/lib/typescript/src/Wallet/components/DepositCard.d.ts.map +1 -1
  331. package/lib/typescript/src/Wallet/components/FundAccountCard.d.ts +1 -2
  332. package/lib/typescript/src/Wallet/components/FundAccountCard.d.ts.map +1 -1
  333. package/lib/typescript/src/Wallet/components/ManageAccountCard.d.ts +1 -2
  334. package/lib/typescript/src/Wallet/components/ManageAccountCard.d.ts.map +1 -1
  335. package/lib/typescript/src/Wallet/components/ManualACHAdd.d.ts +1 -2
  336. package/lib/typescript/src/Wallet/components/ManualACHAdd.d.ts.map +1 -1
  337. package/lib/typescript/src/Wallet/components/ManualCardAdd.d.ts +1 -2
  338. package/lib/typescript/src/Wallet/components/ManualCardAdd.d.ts.map +1 -1
  339. package/lib/typescript/src/Wallet/components/MyBalance.d.ts +1 -2
  340. package/lib/typescript/src/Wallet/components/MyBalance.d.ts.map +1 -1
  341. package/lib/typescript/src/Wallet/components/WalletActionSelector.d.ts +1 -2
  342. package/lib/typescript/src/Wallet/components/WalletActionSelector.d.ts.map +1 -1
  343. package/lib/typescript/src/Wallet/components/WalletSettings.d.ts +1 -2
  344. package/lib/typescript/src/Wallet/components/WalletSettings.d.ts.map +1 -1
  345. package/lib/typescript/src/Wallet/components/WalletSetup.d.ts +1 -2
  346. package/lib/typescript/src/Wallet/components/WalletSetup.d.ts.map +1 -1
  347. package/lib/typescript/src/Wallet/components/WithdrawCard.d.ts +1 -2
  348. package/lib/typescript/src/Wallet/components/WithdrawCard.d.ts.map +1 -1
  349. package/lib/typescript/src/Wallet/index.d.ts +1 -2
  350. package/lib/typescript/src/Wallet/index.d.ts.map +1 -1
  351. package/lib/typescript/src/index.d.ts +3 -1
  352. package/lib/typescript/src/index.d.ts.map +1 -1
  353. package/package.json +1 -1
  354. package/src/ApiOverrides/index.ts +19 -0
  355. package/src/Authenticator/api/index.ts +2 -2
  356. package/src/Authenticator/api/types.d.ts +1 -25
  357. package/src/Authenticator/index.tsx +2 -1
  358. package/src/Checkout/api/index.tsx +1 -2
  359. package/src/Checkout/index.tsx +1 -2
  360. package/src/Competition/api/index.ts +568 -0
  361. package/src/Competition/components/AthleteMarketCard.tsx +116 -0
  362. package/src/Competition/components/CompetitionCard.tsx +82 -0
  363. package/src/Competition/components/CompetitionInfoCard.tsx +149 -0
  364. package/src/Competition/components/CompetitionLeaderboard.tsx +183 -0
  365. package/src/Competition/components/CompetitionPlay.tsx +936 -0
  366. package/src/Competition/components/CompetitionSeasonCard.tsx +48 -0
  367. package/src/Competition/components/CompetitionSelector.tsx +91 -0
  368. package/src/Competition/components/CompetitionTypeCard.tsx +211 -0
  369. package/src/Competition/components/EnterCompetitionPrompt.tsx +127 -0
  370. package/src/Competition/components/LeaderPicks.tsx +214 -0
  371. package/src/Competition/components/ManageSeasonForm.tsx +271 -0
  372. package/src/Competition/components/MarketsCard.tsx +108 -0
  373. package/src/Competition/components/MatchMarketCard.tsx +126 -0
  374. package/src/Competition/components/NavOutPrompt.tsx +87 -0
  375. package/src/Competition/components/SeasonInfoModal.tsx +212 -0
  376. package/src/Competition/components/TeamEventCard.tsx +136 -0
  377. package/src/Competition/components/WagerPickForm.tsx +114 -0
  378. package/src/Competition/index.tsx +36 -0
  379. package/src/Components/Icons.tsx +0 -2
  380. package/src/Components/Jerseys.tsx +268 -0
  381. package/src/Components/LinearDiagnal.tsx +2 -3
  382. package/src/Components/Switch.tsx +55 -0
  383. package/src/Components/index.tsx +5 -1
  384. package/src/Poll/api/index.ts +178 -0
  385. package/src/Poll/components/CampaignPlay.tsx +407 -0
  386. package/src/Poll/components/CampaignProgressBar.tsx +70 -0
  387. package/src/Poll/components/CampaignResult.tsx +180 -0
  388. package/src/Poll/components/CampaignSelector.tsx +96 -0
  389. package/src/Poll/components/PollCampaignCard.tsx +35 -0
  390. package/src/Poll/components/PollCard.tsx +335 -0
  391. package/src/Poll/components/PollOptionCard.tsx +110 -0
  392. package/src/Poll/components/PollSelectCard.tsx +106 -0
  393. package/src/Poll/components/ResponseTimer.tsx +37 -0
  394. package/src/Poll/components/WidgetHeader.tsx +46 -0
  395. package/src/Poll/index.tsx +25 -0
  396. package/src/ProfileManager/Components/BasicInfoManager.tsx +1 -1
  397. package/src/ProfileManager/Components/BasicStatus.tsx +1 -2
  398. package/src/ProfileManager/Components/CodeRedeem.tsx +10 -3
  399. package/src/ProfileManager/Components/DOBManager.tsx +1 -1
  400. package/src/ProfileManager/Components/EmailManager.tsx +1 -1
  401. package/src/ProfileManager/Components/PasswordManager.tsx +2 -1
  402. package/src/ProfileManager/Components/PhoneManager.tsx +1 -1
  403. package/src/ProfileManager/Components/ProfilePicManager.tsx +1 -1
  404. package/src/ProfileManager/Components/ProfileWelcome.tsx +1 -2
  405. package/src/ProfileManager/Components/ProfileWizard.tsx +14 -3
  406. package/src/ProfileManager/Components/SettingsManager.tsx +2 -2
  407. package/src/ProfileManager/Components/VouchCard.tsx +1 -2
  408. package/src/ProfileManager/api/index.ts +2 -2
  409. package/src/ProfileManager/api/types.d.ts +0 -35
  410. package/src/ProfileManager/index.tsx +11 -3
  411. package/src/Wallet/api/index.ts +6 -4
  412. package/src/Wallet/components/ACHAddCard.tsx +1 -2
  413. package/src/Wallet/components/AddressManager.tsx +1 -2
  414. package/src/Wallet/components/DepositCard.tsx +1 -2
  415. package/src/Wallet/components/FundAccountCard.tsx +1 -2
  416. package/src/Wallet/components/ManageAccountCard.tsx +1 -2
  417. package/src/Wallet/components/ManualACHAdd.tsx +1 -2
  418. package/src/Wallet/components/ManualCardAdd.tsx +1 -2
  419. package/src/Wallet/components/MyBalance.tsx +1 -2
  420. package/src/Wallet/components/WalletActionSelector.tsx +1 -2
  421. package/src/Wallet/components/WalletSettings.tsx +1 -2
  422. package/src/Wallet/components/WalletSetup.tsx +1 -2
  423. package/src/Wallet/components/WithdrawCard.tsx +1 -2
  424. package/src/Wallet/index.tsx +1 -2
  425. package/src/index.tsx +5 -2
  426. package/src/types.d.ts +483 -0
@@ -0,0 +1,705 @@
1
+ import React from 'react';
2
+ import { View, Image as RN_Image } from 'react-native';
3
+ import Colors from '../constants/colors';
4
+ import Text from './Text';
5
+ const AthleteImage = ({
6
+ athlete,
7
+ size,
8
+ number_size,
9
+ league
10
+ }) => {
11
+ let athlete_image = athlete.image?.url;
12
+ size = size ?? 25;
13
+ const getAthleteImage = () => {
14
+ if (!league) {
15
+ return /*#__PURE__*/React.createElement(NFLJersey, {
16
+ size: size,
17
+ jersey_fill: athlete.team?.primary_color ?? Colors.brand.midnight,
18
+ stripe_fill: athlete.team?.secondary_color ?? Colors.brand.mint
19
+ });
20
+ }
21
+ switch (league.league_name) {
22
+ case 'UFC':
23
+ return /*#__PURE__*/React.createElement(MMAJersey, null);
24
+ case 'BOXING':
25
+ return /*#__PURE__*/React.createElement(MMAJersey, null);
26
+ case 'MLB':
27
+ return /*#__PURE__*/React.createElement(MLBJersey, {
28
+ jersey_fill: athlete.team?.primary_color ?? Colors.brand.midnight,
29
+ stripe_fill: athlete.team?.secondary_color ?? Colors.brand.mint
30
+ });
31
+ case 'PGA':
32
+ return /*#__PURE__*/React.createElement(PGAJersey, null);
33
+ case 'NHL':
34
+ return /*#__PURE__*/React.createElement(NHLJersey, {
35
+ jersey_fill: athlete.team?.primary_color ?? Colors.brand.midnight,
36
+ stripe_fill: athlete.team?.secondary_color ?? Colors.brand.mint
37
+ });
38
+ case 'NBA':
39
+ return /*#__PURE__*/React.createElement(NBAJersey, {
40
+ size: size,
41
+ jersey_fill: athlete.team?.primary_color ?? Colors.brand.midnight,
42
+ stripe_fill: athlete.team?.secondary_color ?? Colors.brand.mint
43
+ });
44
+ case 'HORSE':
45
+ return /*#__PURE__*/React.createElement(Horse, null);
46
+ default:
47
+ return /*#__PURE__*/React.createElement(NFLJersey, {
48
+ size: size,
49
+ jersey_fill: athlete.team?.primary_color ?? Colors.brand.midnight,
50
+ stripe_fill: athlete.team?.secondary_color ?? Colors.brand.mint
51
+ });
52
+ }
53
+ };
54
+ return /*#__PURE__*/React.createElement(View, {
55
+ style: {
56
+ margin: 5,
57
+ alignSelf: 'center',
58
+ justifyContent: 'center',
59
+ alignItems: 'center',
60
+ height: 55,
61
+ width: 55,
62
+ borderRadius: 100,
63
+ backgroundColor: Colors.shades.white
64
+ }
65
+ }, athlete_image ? /*#__PURE__*/React.createElement(RN_Image, {
66
+ source: {
67
+ uri: athlete_image
68
+ },
69
+ style: {
70
+ height: size * 2 ?? 50,
71
+ width: size * 2 ?? 50,
72
+ borderRadius: 100
73
+ },
74
+ resizeMode: "center"
75
+ }) : /*#__PURE__*/React.createElement(View, null, getAthleteImage()), !athlete_image && (athlete.jersey_number || athlete.jersey_number == 0) ? /*#__PURE__*/React.createElement(View, {
76
+ style: {
77
+ position: 'absolute',
78
+ top: 0,
79
+ left: 0,
80
+ right: 0,
81
+ bottom: 0,
82
+ justifyContent: 'center',
83
+ alignItems: 'center'
84
+ }
85
+ }, /*#__PURE__*/React.createElement(Text, {
86
+ weight: "bold",
87
+ size: number_size ?? 18,
88
+ color: Colors.shades.white
89
+ }, athlete.jersey_number)) : /*#__PURE__*/React.createElement(React.Fragment, null));
90
+ };
91
+ const TeamImage = ({
92
+ team,
93
+ league
94
+ }) => {
95
+ return /*#__PURE__*/React.createElement(View, {
96
+ style: {
97
+ margin: 5,
98
+ alignSelf: 'center',
99
+ justifyContent: 'center',
100
+ alignItems: 'center',
101
+ height: 55,
102
+ width: 55,
103
+ borderRadius: 100,
104
+ backgroundColor: Colors.shades.white
105
+ }
106
+ }, league?.league_name == 'NBA' ? /*#__PURE__*/React.createElement(NBAJersey, {
107
+ jersey_fill: team?.primary_color ?? Colors.brand.midnight,
108
+ stripe_fill: team?.secondary_color ?? Colors.brand.mint
109
+ }) : league?.league_name == 'NHL' ? /*#__PURE__*/React.createElement(NHLJersey, {
110
+ jersey_fill: team?.primary_color ?? Colors.brand.midnight,
111
+ stripe_fill: team?.secondary_color ?? Colors.brand.mint
112
+ }) : league?.league_name == 'MLB' ? /*#__PURE__*/React.createElement(MLBJersey, {
113
+ jersey_fill: team?.primary_color ?? Colors.brand.midnight,
114
+ stripe_fill: team?.secondary_color ?? Colors.brand.mint
115
+ }) : /*#__PURE__*/React.createElement(NFLJersey, {
116
+ jersey_fill: team?.primary_color ?? Colors.brand.midnight,
117
+ stripe_fill: team?.secondary_color ?? Colors.brand.mint
118
+ }));
119
+ };
120
+ const NFLJersey = ({
121
+ jersey_fill,
122
+ stripe_fill,
123
+ size
124
+ }) => {
125
+ let height = size ?? 52;
126
+ let width = height * 0.9615;
127
+ return /*#__PURE__*/React.createElement("svg", {
128
+ width: `${width}px`,
129
+ height: `${height}px`,
130
+ viewBox: `0 0 50 52`,
131
+ version: "1.1",
132
+ xmlns: "http://www.w3.org/2000/svg"
133
+ }, /*#__PURE__*/React.createElement("title", null, "TestJersey"), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("pattern", {
134
+ id: "pattern-1",
135
+ width: `${width}px`,
136
+ height: `${height}px`,
137
+ x: "-50",
138
+ y: "-50",
139
+ patternUnits: "userSpaceOnUse"
140
+ }, /*#__PURE__*/React.createElement("use", null)), /*#__PURE__*/React.createElement("image", {
141
+ id: "image-2",
142
+ width: `${width}px`,
143
+ height: `${height}px`
144
+ })), /*#__PURE__*/React.createElement("g", {
145
+ id: "Page-1",
146
+ stroke: "none",
147
+ "stroke-width": "1",
148
+ fill: "none",
149
+ "fill-rule": "evenodd"
150
+ }, /*#__PURE__*/React.createElement("g", {
151
+ id: "TestJersey",
152
+ transform: "translate(1.000000, 1.000000)"
153
+ }, /*#__PURE__*/React.createElement("path", {
154
+ d: "M29.6625067,0 C29.6625067,0 38.5345729,3.33771499 40.9941085,5.57790377 L47.9332299,18.3586203 L38.0071901,22.6188591 L37.3919103,21.4769884 L37.3919103,49.7315574 L23.9468183,50 L10.5405277,49.7315574 L10.5405277,21.4769884 L9.92524785,22.6188591 L0,18.3586203 L6.93991321,5.57790377 C9.39944886,3.33771499 18.271515,0 18.271515,0 L18.2533021,0 C18.2533021,0 24.4583637,1.34933958 29.6442938,0 L29.6625067,0 Z",
155
+ id: "Path",
156
+ fill: jersey_fill,
157
+ "fill-rule": "nonzero"
158
+ }), /*#__PURE__*/React.createElement("path", {
159
+ d: "M29.6625067,0 C29.6625067,0 38.5345729,3.33771499 40.9941085,5.57790377 L47.9332299,18.3586203 L38.0071901,22.6188591 L37.3919103,21.4769884 L37.3919103,49.7315574 L23.9468183,50 L10.5405277,49.7315574 L10.5405277,21.4769884 L9.92524785,22.6188591 L0,18.3586203 L6.93991321,5.57790377 C9.39944886,3.33771499 18.271515,0 18.271515,0 L18.2533021,0 C18.2533021,0 24.4583637,1.34933958 29.6442938,0 L29.6625067,0 Z",
160
+ id: "Jersey_Dimples",
161
+ fill: "url(#pattern-1)",
162
+ "fill-rule": "nonzero",
163
+ opacity: "0.1"
164
+ }), /*#__PURE__*/React.createElement("polygon", {
165
+ id: "Path",
166
+ fill: stripe_fill,
167
+ "fill-rule": "nonzero",
168
+ points: "17.2864338 0.390389915 18.271515 2.2506184e-15 23.9681987 6.34205442 29.6625067 2.2506184e-15 30.7014349 0.394349245 24.7323493 7.91390833 23.369548 7.91390833"
169
+ }), /*#__PURE__*/React.createElement("polygon", {
170
+ id: "Path",
171
+ fill: stripe_fill,
172
+ "fill-rule": "nonzero",
173
+ points: "10.3900732 21.863419 0.703968832 17.1383548 1.07852143 16.369453 10.6355516 21.0319597"
174
+ }), /*#__PURE__*/React.createElement("polygon", {
175
+ id: "Path",
176
+ fill: stripe_fill,
177
+ "fill-rule": "nonzero",
178
+ points: "10.6846473 20.4895315 1.35884198 15.9402616 1.73418644 15.1721517 10.7717526 19.5804694"
179
+ }), /*#__PURE__*/React.createElement("polygon", {
180
+ id: "Path",
181
+ fill: stripe_fill,
182
+ "fill-rule": "nonzero",
183
+ points: "37.5906687 21.863419 47.2775649 17.1383548 46.9022204 16.369453 37.3451902 21.0319597"
184
+ }), /*#__PURE__*/React.createElement("polygon", {
185
+ id: "Path",
186
+ fill: stripe_fill,
187
+ "fill-rule": "nonzero",
188
+ points: "37.2960945 20.4895315 46.6218998 15.9402616 46.2473472 15.1721517 37.2097811 19.5804694"
189
+ }), /*#__PURE__*/React.createElement("path", {
190
+ d: "M18.2738906,1.9692911e-15 C18.2738906,1.9692911e-15 24.4789522,1.34933958 29.6648823,1.9692911e-15",
191
+ id: "Path",
192
+ stroke: "#000000"
193
+ }), /*#__PURE__*/React.createElement("path", {
194
+ d: "M6.96129359,5.57790377 C6.96129359,5.57790377 12.1250515,10.4138291 10.5626999,21.4769884",
195
+ id: "Path",
196
+ stroke: "#000000",
197
+ "stroke-dasharray": "0"
198
+ }), /*#__PURE__*/React.createElement("path", {
199
+ d: "M23.9681987,6.34205442 C24.7268062,5.54068607 29.6838871,0 29.6838871,0 C29.6838871,0 38.5559532,3.33771499 41.0154889,5.57790377 L47.9546102,18.3586203 L38.0285705,22.6188591 L37.4132907,21.4769884 L37.4132907,49.7315574 L23.9681987,50 L10.5619081,49.7315574 L10.5619081,21.4769884 L9.94662823,22.6188591 L0.0213803807,18.3586203 L6.96129359,5.57790377 C9.42082924,3.33771499 18.2928954,0 18.2928954,0 C18.2928954,0 23.2103829,5.54068607 23.9689905,6.34205442",
200
+ id: "Path",
201
+ stroke: "#000000"
202
+ }), /*#__PURE__*/React.createElement("g", {
203
+ id: "Group",
204
+ transform: "translate(17.286434, 0.390390)",
205
+ stroke: "#000000"
206
+ }, /*#__PURE__*/React.createElement("line", {
207
+ x1: "6.08311425",
208
+ y1: "7.52351842",
209
+ x2: "4.5012368e-15",
210
+ y2: "-2.813273e-16",
211
+ id: "Path"
212
+ }), /*#__PURE__*/React.createElement("line", {
213
+ x1: "7.44591556",
214
+ y1: "7.52351842",
215
+ x2: "13.4150011",
216
+ y2: "0.00395932976",
217
+ id: "Path"
218
+ })), /*#__PURE__*/React.createElement("path", {
219
+ d: "M41.0154889,5.57790377 C41.0154889,5.57790377 35.851731,10.4138291 37.4140825,21.4769884",
220
+ id: "Path",
221
+ stroke: "#000000",
222
+ "stroke-dasharray": "0"
223
+ }), /*#__PURE__*/React.createElement("line", {
224
+ x1: "8.63767381",
225
+ y1: "7.92431504",
226
+ x2: "39.3383168",
227
+ y2: "7.92431504",
228
+ id: "Path",
229
+ stroke: "#000000",
230
+ "stroke-dasharray": "0"
231
+ }), /*#__PURE__*/React.createElement("rect", {
232
+ id: "Rectangle",
233
+ fill: jersey_fill,
234
+ "fill-rule": "nonzero",
235
+ x: "30.1890976",
236
+ y: "44.6105603",
237
+ width: "5.17880333",
238
+ height: "2.93940642"
239
+ }))));
240
+ };
241
+ const NBAJersey = ({
242
+ jersey_fill,
243
+ stripe_fill,
244
+ size
245
+ }) => {
246
+ let height = size ?? 52;
247
+ let width = height * 0.557;
248
+ return /*#__PURE__*/React.createElement("svg", {
249
+ width: `${width}px`,
250
+ height: `${height}px`,
251
+ viewBox: `0 0 29 52`,
252
+ version: "1.1",
253
+ xmlns: "http://www.w3.org/2000/svg"
254
+ }, /*#__PURE__*/React.createElement("title", null, "NBAJerseyTemplate 2 (1)"), /*#__PURE__*/React.createElement("g", {
255
+ id: "Page-1",
256
+ stroke: "none",
257
+ "stroke-width": "1",
258
+ fill: "none",
259
+ "fill-rule": "evenodd"
260
+ }, /*#__PURE__*/React.createElement("g", {
261
+ id: "NBAJerseyTemplate-2-(1)",
262
+ transform: "translate(1.000000, 1.000000)"
263
+ }, /*#__PURE__*/React.createElement("path", {
264
+ d: "M27.4621596,17.5910203 C27.4621596,17.5910203 25.5039596,16.5846203 24.6198596,14.1637203 C22.9522596,9.3376103 26.1426596,2.3577703 26.1426596,2.3577703 L21.8056596,0 C18.8761596,3.1756303 13.8576596,2.9707803 13.8576596,2.9707803 C13.8576596,2.9707803 8.8398896,3.1748503 5.9096196,0 L1.5741796,2.3577703 C1.5741796,2.3577703 4.7646096,9.3376103 3.0969596,14.1637203 C2.2121096,16.5846203 0.2539256,17.5910203 0.2539256,17.5910203 L0,49.9268203 L27.7152596,49.9268203 L27.4613596,17.5910203 L27.4621596,17.5910203 Z",
265
+ id: "Path",
266
+ fill: jersey_fill,
267
+ "fill-rule": "nonzero"
268
+ }), /*#__PURE__*/React.createElement("path", {
269
+ d: "M5.8480996,0.0332031 C6.5701496,4.9123203 9.8813096,8.5989103 13.8576596,8.5989103 C17.8340596,8.5989103 21.1342596,4.9263403 21.8641596,0.0596862 L22.7279596,0.5348233 C21.7153596,5.6359303 18.1416596,9.4050903 13.8880596,9.4050903 C9.6343896,9.4050903 6.0326996,5.6063303 5.0364696,0.4748473 L5.8480996,0.0332031 Z",
270
+ id: "Path",
271
+ fill: stripe_fill,
272
+ "fill-rule": "nonzero"
273
+ }), /*#__PURE__*/React.createElement("path", {
274
+ d: "M4.9367396,11.4209203 C5.0675996,7.6478203 2.6412896,1.7763703 2.6412896,1.7763703 L1.5718396,2.3582203 C1.6162396,2.4867403 2.3889196,4.5002303 2.4340996,4.6388703 C2.4730396,4.7588303 2.5127696,4.8826703 2.5524896,5.0088603 C2.6514096,5.3258703 2.7503296,5.6639203 2.8461396,6.0183303 C2.8843096,6.1600903 2.9216896,6.3041903 2.9590796,6.4514003 C3.5479396,8.7998303 3.9288296,11.7511203 3.0953896,14.1642203 C2.6810096,15.2983203 2.0313996,16.1216203 1.4573396,16.6770203 C1.4549996,16.6793203 1.4526596,16.6816203 1.4503296,16.6840203 C1.2688396,16.8584203 1.0959196,17.0064203 0.9401386,17.1287203 C0.8583526,17.1934203 0.7812406,17.2502203 0.7103596,17.3009203 C0.6192266,17.3663203 0.3209026,17.5478203 0.2539166,17.5906203 L0.2430116,19.1072203 C2.8141996,17.5509203 4.8074396,15.1931203 4.9382996,11.4201203 L4.9367396,11.4209203 Z",
275
+ id: "Path",
276
+ fill: stripe_fill,
277
+ "fill-rule": "nonzero"
278
+ }), /*#__PURE__*/React.createElement("path", {
279
+ d: "M22.7754596,11.4209203 C22.6445596,7.6478203 25.0708596,1.7763703 25.0708596,1.7763703 L26.1403596,2.3582203 C26.0959596,2.4867403 25.3232596,4.5002303 25.2780596,4.6388703 C25.2391596,4.7588303 25.1994596,4.8826703 25.1596596,5.0088603 C25.0607596,5.3258703 24.9618596,5.6639203 24.8660596,6.0183303 C24.8278596,6.1600903 24.7904596,6.3041903 24.7530596,6.4514003 C24.1642596,8.7998303 23.7833596,11.7511203 24.6167596,14.1642203 C25.0311596,15.2983203 25.6807596,16.1216203 26.2548596,16.6770203 C26.2571596,16.6793203 26.2595596,16.6816203 26.2618596,16.6840203 C26.4433596,16.8584203 26.6162596,17.0064203 26.7720596,17.1287203 C26.8538596,17.1934203 26.9309596,17.2502203 27.0018596,17.3009203 C27.0929596,17.3663203 27.3912596,17.5478203 27.4582596,17.5906203 L27.4691596,19.1072203 C24.8979596,17.5509203 22.9047596,15.1931203 22.7738596,11.4201203 L22.7754596,11.4209203 Z",
280
+ id: "Path",
281
+ fill: stripe_fill,
282
+ "fill-rule": "nonzero"
283
+ }), /*#__PURE__*/React.createElement("path", {
284
+ d: "M2.6436396,1.7763703 C2.6436396,1.7763703 5.0691696,7.6478203 4.9390896,11.4209203 C4.8090196,15.1939203 2.8142196,17.5501203 0.2438046,19.1072203",
285
+ id: "Path",
286
+ stroke: "#000000",
287
+ "stroke-width": "0.2"
288
+ }), /*#__PURE__*/React.createElement("path", {
289
+ d: "M13.8576596,2.9707803 C13.8576596,2.9707803 8.8398896,3.1756303 5.9103996,6.66133815e-16",
290
+ id: "Path",
291
+ stroke: "#000000",
292
+ "stroke-width": "0.2"
293
+ }), /*#__PURE__*/React.createElement("path", {
294
+ d: "M5.9103896,0 L1.5741796,2.3577703 C1.5741796,2.3577703 4.7646096,9.3376103 3.0969596,14.1637203 C2.2121096,16.5846203 0.2539256,17.5910203 0.2539256,17.5910203 L8.8817842e-16,49.9268203 L13.8576596,49.9268203",
295
+ id: "Path",
296
+ stroke: "#000000",
297
+ "stroke-width": "0.2"
298
+ }), /*#__PURE__*/React.createElement("path", {
299
+ d: "M13.8576596,49.9268203 L27.7153596,49.9268203 L27.4613596,17.5910203 C27.4613596,17.5910203 25.5031596,16.5846203 24.6191596,14.1637203 C22.9514596,9.3376103 26.1418596,2.3577703 26.1418596,2.3577703 L21.8056596,0",
300
+ id: "Path",
301
+ stroke: "#000000",
302
+ "stroke-width": "0.2"
303
+ }), /*#__PURE__*/React.createElement("path", {
304
+ d: "M25.0724596,1.7763703 C25.0724596,1.7763703 22.6469596,7.6478203 22.7769596,11.4209203 C22.9078596,15.1939203 24.9010596,17.5509203 27.4722596,19.1079203",
305
+ id: "Path",
306
+ stroke: "#000000",
307
+ "stroke-width": "0.2"
308
+ }), /*#__PURE__*/React.createElement("path", {
309
+ d: "M13.8576596,2.9707803 C13.8576596,2.9707803 18.8761596,3.1756303 21.8056596,6.66133815e-16",
310
+ id: "Path",
311
+ stroke: "#000000",
312
+ "stroke-width": "0.2"
313
+ }), /*#__PURE__*/React.createElement("path", {
314
+ d: "M21.8640596,0.0596862 C21.1342596,4.9255603 17.8269596,8.5989103 13.8584596,8.5989103 C9.8898596,8.5989103 6.5701396,4.9123203 5.8480796,0.0332031",
315
+ id: "Path",
316
+ stroke: "#000000",
317
+ "stroke-width": "0.2"
318
+ }), /*#__PURE__*/React.createElement("path", {
319
+ d: "M22.7279596,0.5363413 C21.7153596,5.6374403 18.1416596,9.4066103 13.8880596,9.4066103 C9.6343896,9.4066103 6.0326996,5.6070703 5.0364696,0.4755863",
320
+ id: "Path",
321
+ stroke: "#000000",
322
+ "stroke-width": "0.2"
323
+ }), /*#__PURE__*/React.createElement("line", {
324
+ x1: "3.3329796",
325
+ y1: "3.6315003",
326
+ x2: "5.6479096",
327
+ y2: "2.6718703",
328
+ id: "Path",
329
+ stroke: "#000000",
330
+ "stroke-width": "0.2"
331
+ }), /*#__PURE__*/React.createElement("line", {
332
+ x1: "24.3792596",
333
+ y1: "3.6315703",
334
+ x2: "22.1195596",
335
+ y2: "2.6953103",
336
+ id: "Path",
337
+ stroke: "#000000",
338
+ "stroke-width": "0.2"
339
+ }))));
340
+ };
341
+ const MMAJersey = () => {
342
+ return /*#__PURE__*/React.createElement("svg", {
343
+ width: "39px",
344
+ height: "50px",
345
+ viewBox: "0 0 39 50",
346
+ version: "1.1",
347
+ xmlns: "http://www.w3.org/2000/svg"
348
+ }, /*#__PURE__*/React.createElement("title", null, "MMA_Glove"), /*#__PURE__*/React.createElement("g", {
349
+ id: "Page-1",
350
+ stroke: "none",
351
+ "stroke-width": "1",
352
+ fill: "none",
353
+ "fill-rule": "evenodd"
354
+ }, /*#__PURE__*/React.createElement("g", {
355
+ id: "MMA_Glove",
356
+ "fill-rule": "nonzero"
357
+ }, /*#__PURE__*/React.createElement("polygon", {
358
+ id: "Path",
359
+ fill: "#002A51",
360
+ points: "14.5902716 37.2615039 21.5487452 37.2615039 31.5375218 37.2615039 34.0066576 37.7104377 35.2973423 39.3378227 35.7462761 41.8630752 35.7462761 45.5667789 35.2973423 47.3063973 34.2311245 48.8215488 32.323156 49.5510662 15.9931896 49.5510662 13.5240538 48.372615 12.2894859 46.0718294 12.0089023 42.3681257 12.7384197 39.2255892"
361
+ }), /*#__PURE__*/React.createElement("path", {
362
+ d: "M8.72719637,13.5982043 L9.84908189,12.8502806 C9.90430075,12.813468 9.95256113,12.7671156 9.99161837,12.713468 L10.7221459,11.7088664 C10.7925162,11.6122334 10.8919551,11.5405163 11.005872,11.5042649 L16.9471739,9.61380471 C16.9844354,9.60190797 17.0229315,9.59405163 17.0618765,9.59012346 L25.4174321,8.76015713 C25.4569382,8.75622896 25.4967811,8.75645342 25.5362873,8.76094276 L32.8141773,9.58799102 C32.8607542,9.59326599 32.9065454,9.6043771 32.9503165,9.62109989 L37.6854455,11.4224467 C37.9031784,11.505275 38.0470617,11.7140292 38.0470617,11.9469136 L38.0470617,24.6352413 L38.0470617,30.7967452 C38.0470617,30.8781145 38.0293288,30.9585859 37.9952098,31.0324355 L36.3438069,34.601459 C36.3196767,34.6536476 36.2876902,34.7016835 36.2489697,34.74422 L34.1174321,37.0786756 C34.011147,37.195174 33.8607542,37.2615039 33.7030662,37.2615039 L14.905872,37.2615039 C14.8093513,37.2615039 14.7144018,37.2365881 14.6303389,37.1892256 L11.672202,35.5218855 L6.82887987,32.604826 C6.76614137,32.5671156 6.71148369,32.5175084 6.66782488,32.4586981 L2.55244889,26.9166105 C2.53426708,26.8921437 2.51821769,26.86633 2.50418851,26.8392817 L0.735726111,23.4094276 C0.694760903,23.3299663 0.673324315,23.2417508 0.673324315,23.1523008 L0.673324315,19.8441077 C0.673324315,19.7838384 0.683088625,19.7239057 0.702168311,19.6666667 L1.74403139,16.5409652 C1.77770142,16.4398429 1.83954205,16.3503928 1.9222581,16.2830527 L4.95188773,13.8182941 C5.05188773,13.7369248 5.17702802,13.6924804 5.30598425,13.6924804 L8.41586079,13.6924804 C8.5266352,13.6924804 8.63494048,13.6597082 8.72719637,13.5982043 Z",
363
+ id: "Path",
364
+ fill: "#002A51"
365
+ }), /*#__PURE__*/React.createElement("path", {
366
+ d: "M8.64189895,12.4410774 L8.64189895,4.82424242 C8.64189895,4.71560045 8.67343655,4.60920314 8.73280804,4.51806958 L10.0730998,2.45982043 C10.1619887,2.32323232 10.3059842,2.23198653 10.4674882,2.20998878 L12.4988013,1.93299663 C12.6179932,1.91672278 12.7392053,1.93916947 12.8447048,1.99708193 L15.0330325,3.19854097 C15.3121571,3.35185185 15.6626621,3.24242424 15.8050864,2.95768799 L16.2580606,2.05151515 C16.3049741,1.95768799 16.3773647,1.87890011 16.4668148,1.82401796 L17.9346038,0.924466891 C18.0228193,0.87037037 18.1242783,0.841750842 18.2277575,0.841750842 L20.0375218,0.841750842 C20.072202,0.841750842 20.1068821,0.845005612 20.1410011,0.851402918 L21.6937508,1.14253648 C21.817881,1.1657688 21.9305634,1.23030303 22.0135039,1.32547699 L23.0432458,2.50774411 C23.2423479,2.73636364 23.587129,2.76554433 23.8216969,2.57351291 L24.5293288,1.99461279 C24.5988013,1.93771044 24.6810684,1.8983165 24.7690594,1.87979798 L26.6631111,1.48103255 C26.7321346,1.46655443 26.8032906,1.4650954 26.8728754,1.47699214 L29.1760179,1.86902357 C29.322707,1.89393939 29.453459,1.97609428 29.539542,2.09741863 L30.5894859,3.57699214 C30.622707,3.62379349 30.648633,3.67542088 30.6661414,3.73007856 L30.9068821,4.47890011 C31.0239416,4.84320988 31.4633355,4.98608305 31.772202,4.76026936 L32.4849966,4.23939394 C32.5628866,4.18249158 32.6540202,4.14668911 32.7497553,4.1352413 L34.858285,3.88428732 C34.9259618,3.87620651 34.9945364,3.88058361 35.0606419,3.89708193 L36.9681616,4.37396184 C37.11934,4.41178451 37.2480718,4.51077441 37.3233804,4.64725028 L38.0333692,5.93400673 C38.0791605,6.01705948 38.1031784,6.11032548 38.1031784,6.20516274 L38.1031784,10.6639731 C38.1031784,11.0484848 37.7251762,11.3190797 37.3612031,11.195174 L32.872202,9.6671156 C32.8429091,9.65712682 32.8128305,9.64960718 32.782303,9.64455668 L29.068386,9.03479237 L22.3883636,8.70078563 C22.3524489,8.6989899 22.3165342,8.7006734 22.2809562,8.70572391 L15.6975667,9.64624018 C15.6701818,9.65016835 15.6432458,9.65600449 15.6167587,9.66397306 L13.070294,10.4224467 C13.036175,10.4325477 13.0030662,10.4460157 12.9715286,10.4624018 L10.3287676,11.8365881 C10.2526734,11.8762065 10.1866801,11.9326599 10.1358383,12.0016835 L9.58398649,12.7506173 C9.48555776,12.8841751 9.32966551,12.962963 9.16378447,12.962963 C8.87556898,12.962963 8.64189895,12.7292929 8.64189895,12.4410774 Z",
367
+ id: "Path",
368
+ fill: "#002A51"
369
+ }), /*#__PURE__*/React.createElement("path", {
370
+ d: "M7.11103475,32.8571268 L6.82439053,33.3396184 L6.82439053,33.3396184 L7.11103475,32.8571268 Z M7.02169693,32.7911336 L6.64279682,33.2050505 L6.64279682,33.2050505 L7.02169693,32.7911336 Z M0.609014551,21.9977553 L0.0499797587,22.0469136 L0.609014551,21.9977553 Z M7.06243767,13.5241302 L7.06243767,12.962963 L7.0548058,12.962963 L7.04728616,12.9631874 L7.06243767,13.5241302 Z M9.19487314,13.5241302 L9.69812791,13.7722783 L9.70373958,13.7609428 L9.70879008,13.7493827 L9.19487314,13.5241302 Z M8.46535574,4.71380471 L7.90418851,4.71380471 L7.90418851,4.71380471 L8.46535574,4.71380471 Z M15.5360628,2.91806958 L14.9778137,2.86105499 L14.9748956,2.88956229 L14.9748956,2.91806958 L15.5360628,2.91806958 Z M7.29161837,22.2950617 C7.33191017,22.6023569 7.61361612,22.8188552 7.9209113,22.7786756 C8.22820647,22.7383838 8.44470479,22.4566779 8.40441298,22.1493827 L7.29161837,22.2950617 Z M16.09723,37.7665544 L32.2027295,37.7665544 L32.2027295,36.64422 L16.09723,36.64422 L16.09723,37.7665544 Z M35.345266,40.9090909 L35.345266,45.7351291 L36.4676004,45.7351291 L36.4676004,40.9090909 L35.345266,40.9090909 Z M32.2027295,48.8776655 L16.09723,48.8776655 L16.09723,50 L32.2027295,50 L32.2027295,48.8776655 Z M12.9546936,45.7351291 L12.9546936,40.9090909 L11.8323591,40.9090909 L11.8323591,45.7351291 L12.9546936,45.7351291 Z M16.09723,48.8776655 C14.361652,48.8776655 12.9546936,47.4707071 12.9546936,45.7351291 L11.8323591,45.7351291 C11.8323591,48.0905724 13.7417867,50 16.09723,50 L16.09723,48.8776655 Z M35.345266,45.7351291 C35.345266,47.4707071 33.9383075,48.8776655 32.2027295,48.8776655 L32.2027295,50 C34.5581728,50 36.4676004,48.0905724 36.4676004,45.7351291 L35.345266,45.7351291 Z M32.2027295,37.7665544 C33.9383075,37.7665544 35.345266,39.1735129 35.345266,40.9090909 L36.4676004,40.9090909 C36.4676004,38.5536476 34.5581728,36.64422 32.2027295,36.64422 L32.2027295,37.7665544 Z M16.09723,36.64422 C13.7417867,36.64422 11.8323591,38.5536476 11.8323591,40.9090909 L12.9546936,40.9090909 C12.9546936,39.1735129 14.361652,37.7665544 16.09723,37.7665544 L16.09723,36.64422 Z M15.0931896,36.9474747 L7.39767897,32.3747475 L6.82439053,33.3396184 L14.5199012,37.9122334 L15.0931896,36.9474747 Z M7.40059704,32.3772166 C6.32270703,31.3904602 4.83258357,29.6748597 3.57321208,27.7402918 C2.30542308,25.7929293 1.3219214,23.7001122 1.16804934,21.9485971 L0.0499797587,22.0469136 C0.228543171,24.0777778 1.33527718,26.3598204 2.63258357,28.3526375 C3.93830748,30.3581369 5.48825136,32.1481481 6.64279682,33.2050505 L7.40059704,32.3772166 Z M1.16804934,21.9485971 C0.953010062,19.5029181 1.50845338,17.5638608 2.55155103,16.2344557 C3.58948593,14.9116723 5.15244889,14.1371493 7.07758919,14.085073 L7.04728616,12.9631874 C4.81967673,13.0233446 2.93146124,13.9323232 1.66861051,15.5416386 C0.411034753,17.1443322 -0.183914742,19.3859708 0.0499797587,22.0469136 L1.16804934,21.9485971 Z M7.06243767,14.0852974 L8.46535574,14.0852974 L8.46535574,12.962963 L7.06243767,12.962963 L7.06243767,14.0852974 Z M8.46535574,14.0852974 L9.19487314,14.0852974 L9.19487314,12.962963 L8.46535574,12.962963 L8.46535574,14.0852974 Z M22.470294,2.92042649 L22.4945364,8.70044893 L23.6168709,8.69573513 L23.5926285,2.91571268 L22.470294,2.92042649 Z M30.2386442,3.92817059 L30.2386442,4.09652076 L31.3609786,4.09652076 L31.3609786,3.92817059 L30.2386442,3.92817059 Z M30.2386442,4.09652076 L30.2386442,6.50953984 L31.3609786,6.50953984 L31.3609786,4.09652076 L30.2386442,4.09652076 Z M30.2386442,6.50953984 L30.2386442,9.34320988 L31.3609786,9.34320988 L31.3609786,6.50953984 L30.2386442,6.50953984 Z M30.2386442,9.34320988 L30.2386442,9.82042649 L31.3609786,9.82042649 L31.3609786,9.34320988 L30.2386442,9.34320988 Z M37.5899349,29.4051627 C37.5899349,29.6198653 37.5151874,30.0829405 37.3356139,30.7261504 C37.1604175,31.3535354 36.8973423,32.1105499 36.5491941,32.8971942 C35.8461638,34.4860831 34.8276453,36.1242424 33.5471739,37.0948373 L34.2251762,37.9893378 C35.7280942,36.8499439 36.8421234,35.0088664 37.575569,33.3514029 C37.9457149,32.514927 38.2269719,31.7069585 38.4166464,31.0279461 C38.6018316,30.3646465 38.7122693,29.7796857 38.7122693,29.4051627 L37.5899349,29.4051627 Z M37.5899349,12.6823793 L37.5899349,29.4051627 L38.7122693,29.4051627 L38.7122693,12.6823793 L37.5899349,12.6823793 Z M9.70879008,13.7493827 C10.3317979,12.3277217 12.2261863,11.0704826 15.6545813,10.3294052 L15.4174321,9.23243547 C11.9139528,9.98967452 9.53336921,11.3535354 8.68084396,13.2988777 L9.70879008,13.7493827 Z M15.6545813,10.3294052 C20.0209113,9.38574635 25.9224826,9.24186308 30.7236049,9.89921437 L30.8759057,8.78731762 C25.962101,8.11447811 19.9275331,8.25768799 15.4174321,9.23243547 L15.6545813,10.3294052 Z M30.7236049,9.89921437 C32.2691717,10.1108866 33.8036273,10.4998878 35.0629988,11.038945 C36.3410011,11.5858586 37.2518877,12.2514029 37.6658047,12.9641975 L38.6363995,12.4005612 C38.0401032,11.3737374 36.858285,10.5864198 35.5046374,10.0070707 C34.1323591,9.41986532 32.4962199,9.00920314 30.8759057,8.78731762 L30.7236049,9.89921437 Z M9.02652297,13.5241302 L9.02652297,4.71380471 L7.90418851,4.71380471 L7.90418851,13.5241302 L9.02652297,13.5241302 Z M9.02652297,4.71380471 C9.02652297,3.86790123 9.84077662,2.52525253 11.8884758,2.52525253 L11.8884758,1.40291807 C9.26715148,1.40291807 7.90418851,3.20280584 7.90418851,4.71380471 L9.02652297,4.71380471 Z M16.09723,9.82042649 L16.09723,9.78092031 L14.9748956,9.78092031 L14.9748956,9.82042649 L16.09723,9.82042649 Z M16.09723,9.78092031 L16.09723,4.71380471 L14.9748956,4.71380471 L14.9748956,9.78092031 L16.09723,9.78092031 Z M11.8884758,2.52525253 C12.9918428,2.52525253 13.7663658,2.75263749 14.2518877,3.11526375 C14.7118204,3.45858586 14.9748956,3.9687991 14.9748956,4.71380471 L16.09723,4.71380471 C16.09723,3.6630752 15.7036273,2.79842873 14.9233804,2.21582492 C14.168835,1.65252525 13.1194523,1.40291807 11.8884758,1.40291807 L11.8884758,2.52525253 Z M16.094312,2.97508418 C16.1199012,2.72435466 16.3524489,2.2624018 16.9110348,1.84579125 C17.4487452,1.44478114 18.2471739,1.12233446 19.2958832,1.12233446 L19.2958832,0 C18.0101369,0 16.9753445,0.397755331 16.2401032,0.946015713 C15.5258496,1.47878788 15.0457149,2.1952862 14.9778137,2.86105499 L16.094312,2.97508418 Z M19.2958832,1.12233446 C20.3135039,1.12233446 21.0834253,1.31593715 21.6035151,1.63838384 C22.1034029,1.94826038 22.3984646,2.39046016 22.4747834,2.98900112 L23.5881391,2.84713805 C23.4679371,1.90392817 22.9742222,1.16767677 22.1948731,0.684511785 C21.4358383,0.213916947 20.436175,0 19.2958832,0 L19.2958832,1.12233446 Z M22.4747834,2.98900112 C22.4876902,3.09034792 22.4945364,3.19753086 22.4945364,3.31088664 L23.6168709,3.31088664 C23.6168709,3.15263749 23.607331,2.9979798 23.5881391,2.84713805 L22.4747834,2.98900112 Z M14.9748956,2.91806958 L14.9748956,4.71380471 L16.09723,4.71380471 L16.09723,2.91806958 L14.9748956,2.91806958 Z M23.6168709,4.09652076 C23.6168709,3.52121212 23.8719775,2.99281706 24.3787115,2.59483726 C24.892404,2.19135802 25.6873535,1.90796857 26.7594074,1.90796857 L26.7594074,0.785634119 C25.4968933,0.785634119 24.439991,1.11952862 23.6854455,1.71212121 C22.9240538,2.31021324 22.4945364,3.15667789 22.4945364,4.09652076 L23.6168709,4.09652076 Z M26.7594074,1.90796857 C27.8612031,1.90796857 28.7533468,2.13479237 29.3509899,2.51997755 C29.9251762,2.89001122 30.2386442,3.40785634 30.2386442,4.09652076 L31.3609786,4.09652076 C31.3609786,2.98945006 30.8213602,2.13243547 29.9590707,1.57654321 C29.1200134,1.03580247 27.9920673,0.785634119 26.7594074,0.785634119 L26.7594074,1.90796857 Z M31.3609786,6.50953984 C31.3609786,5.66363636 32.1752323,4.32098765 34.2229315,4.32098765 L34.2229315,3.1986532 C31.6016071,3.1986532 30.2386442,4.99854097 30.2386442,6.50953984 L31.3609786,6.50953984 Z M34.2229315,4.32098765 C35.3249517,4.32098765 36.1840987,4.54792368 36.7498675,4.92727273 C37.2902716,5.28989899 37.5899349,5.80538721 37.5899349,6.50953984 L38.7122693,6.50953984 C38.7122693,5.41795735 38.2149629,4.55858586 37.3750078,3.9952862 C36.560193,3.44870932 35.4552547,3.1986532 34.2229315,3.1986532 L34.2229315,4.32098765 Z M37.5899349,6.50953984 L37.5899349,12.6823793 L38.7122693,12.6823793 L38.7122693,6.50953984 L37.5899349,6.50953984 Z M8.69150613,13.275982 C8.00228054,14.6741863 6.77972162,18.3857464 7.29161837,22.2950617 L8.40441298,22.1493827 C7.92876764,18.5166105 9.07803812,15.0301908 9.69812791,13.7722783 L8.69150613,13.275982 Z M7.39767897,32.3747475 C7.39633217,32.3739618 7.39655664,32.3739618 7.39756674,32.3747475 C7.39801567,32.3750842 7.39857684,32.3755331 7.39913801,32.375982 C7.39969918,32.376431 7.40026034,32.3768799 7.40059704,32.3772166 L6.64279682,33.2050505 C6.70082151,33.2582492 6.76142757,33.3021324 6.82439053,33.3396184 L7.39767897,32.3747475 Z",
371
+ id: "Shape",
372
+ fill: "#FFFFFF"
373
+ }))));
374
+ };
375
+ const PGAJersey = () => {
376
+ return /*#__PURE__*/React.createElement("svg", {
377
+ width: "41",
378
+ height: "50",
379
+ viewBox: "0 0 537 651",
380
+ fill: "none",
381
+ xmlns: "http://www.w3.org/2000/svg"
382
+ }, /*#__PURE__*/React.createElement("path", {
383
+ d: "M94.8493 120.508L176.487 82.4722C177.051 82.2093 177.722 82.4433 178 83C178.997 85.6579 180.295 88.1926 181.87 90.5545L182.5 91.5L193 110L202.035 130.222C202.858 132.064 204.973 132.948 206.862 132.239C207.284 132.081 207.675 131.849 208.016 131.555L232.446 110.478C232.814 110.16 233.214 109.881 233.64 109.644C236.005 108.331 238.909 108.469 241.139 110.002L241.5 110.25C239.867 103.88 236.465 98.1021 231.688 93.5831L226.012 88.2141C222.351 84.751 219.126 80.8539 216.41 76.6093L215.06 74.5C213.717 72.4016 214.571 69.5998 216.855 68.6064L217.1 68.5C221.693 66.5029 226.432 64.8599 231.276 63.5852L234.595 62.712C246.482 59.5837 258.723 58 271.015 58H277L282.595 58.4304C291.847 59.1421 301.018 60.6712 310 63L321.879 67.2151C324.05 67.9853 325.5 70.0391 325.5 72.3424C325.5 73.7283 324.971 75.062 324.021 76.0712L317.5 83L315.763 85.3163C311.936 90.4183 307.48 95.016 302.5 99L299.049 102.45C297.731 103.769 297.948 105.965 299.5 107L300.369 107.29C301.783 107.761 303.129 108.419 304.369 109.246C305.122 109.748 305.833 110.31 306.495 110.926L320 123.5L329.032 130.479C330.157 131.349 331.753 131.247 332.759 130.241C332.919 130.081 333.059 129.902 333.177 129.709L358.321 88.2675C359.363 86.5493 361.227 85.5 363.237 85.5C364.069 85.5 364.891 85.6806 365.647 86.0293L449 124.5C458.586 131.111 466.889 139.414 473.5 149C479.728 157.194 483.734 166.858 485.131 177.055L498 271L510.935 341.423C511.273 343.266 510.411 345.122 508.784 346.052C508.267 346.348 507.695 346.535 507.103 346.604L473.5 350.5L434.392 356.16C432.732 356.4 431.5 357.823 431.5 359.5L434.5 606.5V620.951C434.5 623.596 432.633 625.873 430.039 626.392C429.68 626.464 429.316 626.5 428.951 626.5H161.5L124.5 627L109.204 627.9C108.096 627.965 106.994 627.684 106.052 627.095C104.467 626.105 103.514 624.359 103.536 622.49L106.5 377V356.578L35.9925 348.933C33.5177 348.665 31.3683 347.11 30.3382 344.844C29.7905 343.639 29.5933 342.304 29.7693 340.992L50.3609 187.45C51.7756 176.902 55.0647 166.691 60.0732 157.3C63.0162 151.782 66.5309 146.588 70.5594 141.804L76.957 134.207C79.3125 131.41 81.9552 128.868 84.8417 126.623C87.9374 124.215 91.2944 122.164 94.8493 120.508Z",
384
+ fill: "#0C2A4E"
385
+ }), /*#__PURE__*/React.createElement("path", {
386
+ d: "M179.5 81.4997L201.5 51.4997L205.5 43.5C235 25.5 246.5 28.9997 271 25.4997C290.6 22.6997 318.5 34.9997 330 41.4997L338 49.9997L359 81.4997L328.5 129.5L303.5 105.5L304.5 101L309.5 95.9997L322.5 79.9997L328.5 71.4997L326.5 66.9997L287 55.9997H266L213 63.9997L210 68.4997L237.5 103L205.5 129.5L179.5 81.4997Z",
387
+ fill: "#245FB1"
388
+ }), /*#__PURE__*/React.createElement("path", {
389
+ d: "M335.5 44.9996L335.625 45.1746M335.625 45.1746L335.916 45.583M335.625 45.1746C335.668 45.2119 335.712 45.2491 335.755 45.2861C335.847 45.3655 335.901 45.4704 335.916 45.583M335.625 45.1746C326.936 37.7508 301.878 25.0004 269.439 25C236.439 25 212.003 37.7508 203.314 45.1746M335.916 45.583L361.425 81.394C361.474 81.4632 361.54 81.5188 361.617 81.5553L455.957 126.479C455.986 126.493 456.011 126.508 456.037 126.527C464.885 133.055 483.606 153.139 488 181.5C492.384 209.794 505.072 303.633 510.935 347.511C510.972 347.788 510.773 348.026 510.495 348.059L413.518 359.439C413.236 359.472 412.984 359.277 412.963 358.993C409.99 318.311 408.88 235.865 428 227.5M335.916 45.583C335.926 45.6588 335.917 45.7381 335.891 45.8154C334.495 49.8524 331.337 59.4318 329 68M360.5 82L332.31 130.962C332.15 131.239 331.777 131.298 331.54 131.083L300.409 102.871C300.19 102.672 300.183 102.334 300.402 102.135C309.209 94.1248 326.637 76.666 329 68M329 68C317.333 63.1667 288.626 55.7746 269.687 55.7746C249.439 55.7746 221.606 63.1667 209.939 68M300 104.5L269.687 128.849C269.569 128.944 269.5 129.088 269.5 129.239V242.5M432.5 357.5L435.993 626.993C435.997 627.272 435.772 627.5 435.493 627.5H263M203.439 44.9996L203.314 45.1746M203.314 45.1746L203.024 45.583M203.314 45.1746C203.271 45.2119 203.228 45.2491 203.185 45.2861C203.093 45.3655 203.038 45.4704 203.024 45.583M203.024 45.583L177.514 81.394C177.465 81.4632 177.399 81.5188 177.322 81.5553L82.9822 126.479C82.9536 126.493 82.9279 126.508 82.9024 126.527C74.0539 133.055 55.3331 153.139 50.9392 181.5C46.5555 209.794 33.8672 303.633 28.0044 347.511C27.9674 347.788 28.1664 348.026 28.4438 348.059L125.421 359.439C125.703 359.472 125.956 359.277 125.976 358.993C128.949 318.311 130.059 235.865 110.939 227.5M203.024 45.583C203.014 45.6588 203.022 45.7381 203.049 45.8154C204.444 49.8524 207.602 59.4318 209.939 68M178.439 82L206.63 130.962C206.789 131.239 207.162 131.298 207.399 131.083L238.53 102.871C238.749 102.672 238.756 102.334 238.537 102.135C229.73 94.1248 212.303 76.666 209.939 68M238.939 104.5L269.252 128.849C269.37 128.944 269.439 129.088 269.439 129.239V242.5M106.439 357.5L102.946 626.993C102.942 627.272 103.167 627.5 103.446 627.5H275.939",
390
+ stroke: "#B2BCD2",
391
+ "stroke-width": "8"
392
+ }), /*#__PURE__*/React.createElement("circle", {
393
+ cx: "292.439",
394
+ cy: "156",
395
+ r: "6.5",
396
+ fill: "#B2BCD2"
397
+ }), /*#__PURE__*/React.createElement("circle", {
398
+ cx: "292.439",
399
+ cy: "182",
400
+ r: "6.5",
401
+ fill: "#B2BCD2"
402
+ }), /*#__PURE__*/React.createElement("circle", {
403
+ cx: "292.439",
404
+ cy: "208",
405
+ r: "6.5",
406
+ fill: "#B2BCD2"
407
+ }));
408
+ };
409
+ const Horse = () => {
410
+ return /*#__PURE__*/React.createElement("svg", {
411
+ width: "47px",
412
+ height: "27px",
413
+ viewBox: "0 0 47 27",
414
+ version: "1.1",
415
+ xmlns: "http://www.w3.org/2000/svg"
416
+ }, /*#__PURE__*/React.createElement("g", {
417
+ id: "Page-1",
418
+ stroke: "none",
419
+ "stroke-width": "1",
420
+ fill: "none",
421
+ "fill-rule": "evenodd"
422
+ }, /*#__PURE__*/React.createElement("g", {
423
+ id: "Horse",
424
+ transform: "translate(1.000000, 1.000000)"
425
+ }, /*#__PURE__*/React.createElement("path", {
426
+ d: "M4,18.5 L4,10.5 L12.5,10 L12.5,18.5 C12.5,18.8333 12.4,19 12,19 L5,19 C4.2,19 4,18.8333 4,18.5 Z",
427
+ id: "Path",
428
+ fill: "#C4C4C4",
429
+ "fill-rule": "nonzero"
430
+ }), /*#__PURE__*/React.createElement("path", {
431
+ d: "M4,18.5 L4,10.5 L12.5,10 L12.5,18.5 C12.5,18.8333 12.4,19 12,19 L5,19 C4.2,19 4,18.8333 4,18.5 Z",
432
+ id: "Path",
433
+ stroke: "#646464",
434
+ fill: Colors.highlights.highlight500Faded,
435
+ "stroke-width": "0.25",
436
+ "stroke-linecap": "round"
437
+ }), /*#__PURE__*/React.createElement("path", {
438
+ d: "M13.5,8.9995 C8.3,11.3995 2.33333,9.9995 0,8.9995 C1.34323,10.3426 5.5,11 7.5,11 C9,11 12,10.7499 13.5,9.9998 C14.6507,9.4244 19.8333,7.4996 22,6.9995 C21.3333,6.6662 18.7,6.5995 13.5,8.9995 Z",
439
+ id: "Path",
440
+ fill: "#676767",
441
+ "fill-rule": "nonzero"
442
+ }), /*#__PURE__*/React.createElement("path", {
443
+ d: "M18.5,24 C16.9,23.6 16.1667,22.1666 16,21.5 C16.5,23.5 20,23.5 20.5,23.5 C21,23.5 23.9393,22.8535 25,22.5 C26.5,22 30,21.5 32,21.5 C33.6,21.5 35.3333,22.8333 36,23.5 L31,25 C32.2,23.8 33.5,23 34.5,23 L34,22.5 C33.5,22.3333 32.3,22 31.5,22 C30.5,22 26,23 24.5,23.5 C23,24 20.5,24.5 18.5,24 Z",
444
+ id: "Path",
445
+ fill: "#676767",
446
+ "fill-rule": "nonzero"
447
+ }), /*#__PURE__*/React.createElement("path", {
448
+ d: "M22.5,15 C21.7,13.8 19.5,14.1667 18.5,14.5 C19,14 22.5,13.5 23.5,14 C24.3,14.4 25.1667,16.1666 25.5,17 C26,17.1666 27.6,17.5 30,17.5 C32.4,17.5 36.3333,19.5 38,20.5 L30.5,18.3414 C28.969,18.0072 25.3798,18.0601 24.5,18.5 C23.7,18.9 23.5,18 23.5,18 C23.5,18 23.3,16.2 22.5,15 Z",
449
+ id: "Path",
450
+ fill: "#676767",
451
+ "fill-rule": "nonzero"
452
+ }), /*#__PURE__*/React.createElement("path", {
453
+ d: "M26.5186,15.9283 C26.5121,15.9524 26.5059,15.9764 26.5,16 C26.5,15.9822 26.5063,15.9581 26.5186,15.9283 C27.059,13.906 29.5236,9.9941 31.5,9.5 C32,9 31.9,8.4 31.5,8 C31.1,7.6 31.6667,6.1666 32,5.5 C32.1667,6.3333 32.6,8.1 33,8.5 C33.5,9 36,11 38.5,10.5 C37.1667,11 34.2,11.8 33,11 C31.5533,10.0355 26.8509,15.1173 26.5186,15.9283 Z",
454
+ id: "Path",
455
+ fill: "#676767",
456
+ "fill-rule": "nonzero"
457
+ }), /*#__PURE__*/React.createElement("path", {
458
+ d: "M41.5,13 C41.5,12.6 40.1667,11.5 39.5,11 C39.8333,11 40.6,11.1 41,11.5 C41.4,11.9 42.1667,12 42.5,12 C42.5,12.4 42.8333,12.8333 43,13 C43.1667,12.6667 43.6,12 44,12 C44.4,12 44.5,11.6667 44.5,11.5 L44.5,11 C44.5,10.8333 44.3,10.4 43.5,10 C42.7887,9.6443 40.707,6.8905 39.4341,5.1128 C39.1622,4.8099 39,4.5901 39,4.5 C39.1293,4.6847 39.2754,4.8912 39.4341,5.1128 C40.6716,6.4914 44.1801,9.5901 45,10 C45.8,10.4 45.3333,11.8333 45,12.5 C44.8333,12.6667 44.4,13 44,13 C43.5,13 43.5,14 43,14 C42.5,14 41.5,13.5 41.5,13 Z",
459
+ id: "Path",
460
+ fill: "#676767",
461
+ "fill-rule": "nonzero"
462
+ }), /*#__PURE__*/React.createElement("path", {
463
+ d: "M15,4.5 C17.5,5 22,4.4995 22.5,3.9995 C20.3333,4.1662 15.7,4.0995 14.5,2.4995 C16.8333,2.9995 22,3.7995 24,2.9995 C26.5,1.9995 28.5,1.9995 29.5,1.9995 C29,1.8329 27.7,1.4995 26.5,1.4995 C25,1.4995 24,1.9995 22.5,1.9995 C21,1.9995 18.5,0.9995 18,0.4995 C19.7308,1.3845 24.7,1.2995 27.5,0.4995 C29,-0.0007 30.5,0 33,0.9992 L33.6599,1.4395 C34.1879,1.7912 34.7733,1.6264 35,1.5 C35,1.3333 35.1,0.9 35.5,0.5 C35.9,0.1 36.3333,0 36.5,0 C36.423,0.3081 36.3104,0.7372 36.2115,1.0702 C36.4357,0.8232 36.7863,0.6068 37,0.5 L37,2.5 C37,3 37.5,3 37.5,3.5 C37.5,3.9 37.1667,4.3333 37,4.5 L37,3.5 C37,3.6667 36.8,4 36,4 C35.5,4 34.3333,5.1667 34,6 C33.5,5.5 34.6464,4.3536 35,4 C35.5,3.5 36.5,3.5 36.5,3 C36.5,2.6 35.8333,1.8333 35.5,1.5 C35.1,2.3 34.5,2 34.5,2 L32.5,2.5 C30.6667,3.1667 27.5,4.5 26.5,5 C25.8675,5.3162 20,6.5 17.5,6 C15.092,5.5184 9.9006,5.9646 7.7346,7.3385 C7.6524,7.3942 7.574,7.4482 7.5,7.5 C7.5736,7.4448 7.6519,7.391 7.7346,7.3385 C9.5036,6.1401 13.0888,4.1178 15,4.5 Z",
464
+ id: "Path",
465
+ fill: "#676767",
466
+ "fill-rule": "nonzero"
467
+ }), /*#__PURE__*/React.createElement("path", {
468
+ d: "M34.5,2 L32.5,2.5 C30.6667,3.1667 27.5,4.5 26.5,5 C25.8675,5.3162 20,6.5 17.5,6 C15,5.5 9.5,6 7.5,7.5 C9.1667,6.3333 13,4.1 15,4.5 C17.5,5 22,4.4995 22.5,3.9995 C20.3333,4.1662 15.7,4.0995 14.5,2.4995 C16.8333,2.9995 22,3.7995 24,2.9995 C26.5,1.9995 28.5,1.9995 29.5,1.9995 C29,1.8329 27.7,1.4995 26.5,1.4995 C25,1.4995 24,1.9995 22.5,1.9995 C21,1.9995 18.5,0.9995 18,0.4995 C19.7308,1.3845 24.7,1.2995 27.5,0.4995 C29,-0.0007 30.5,1.11022302e-16 33,0.9992 L33.6599,1.4395 M34.5,2 C34.5,2 35.1,2.3 35.5,1.5 C35.8333,1.8333 36.5,2.6 36.5,3 C36.5,3.5 35.5,3.5 35,4 C34.6464,4.3536 33.5,5.5 34,6 C34.3333,5.1667 35.5,4 36,4 C36.8,4 37,3.6667 37,3.5 L37,4.5 C37.1667,4.3333 37.5,3.9 37.5,3.5 C37.5,3 37,3 37,2.5 C37,2.1 37,1 37,0.5 C36.6667,0.6667 36,1.1 36,1.5 C36,1.9 36.3333,0.6667 36.5,0 C36.3333,0 35.9,0.1 35.5,0.5 C35.1,0.9 35,1.3333 35,1.5 C34.7733,1.6264 34.1879,1.7912 33.6599,1.4395 M34.5,2 L33.6599,1.4395 M0,8.9995 C2.33333,9.9995 8.3,11.3995 13.5,8.9995 C18.7,6.5995 21.3333,6.6662 22,6.9995 C19.8333,7.4996 14.6507,9.4244 13.5,9.9998 C12,10.7499 9,11 7.5,11 C5.5,11 1.34323,10.3426 0,8.9995 Z M16,21.5 C16.1667,22.1666 16.9,23.6 18.5,24 C20.5,24.5 23,24 24.5,23.5 C26,23 30.5,22 31.5,22 C32.3,22 33.5,22.3333 34,22.5 L34.5,23 C33.5,23 32.2,23.8 31,25 L36,23.5 C35.3333,22.8333 33.6,21.5 32,21.5 C30,21.5 26.5,22 25,22.5 C23.9393,22.8535 21,23.5 20.5,23.5 C20,23.5 16.5,23.5 16,21.5 Z M18.5,14.5 C19.5,14.1667 21.7,13.8 22.5,15 C23.3,16.2 23.5,18 23.5,18 C23.5,18 23.7,18.9 24.5,18.5 C25.3798,18.0601 28.969,18.0072 30.5,18.3414 L38,20.5 C36.3333,19.5 32.4,17.5 30,17.5 C27.6,17.5 26,17.1666 25.5,17 C25.1667,16.1666 24.3,14.4 23.5,14 C22.5,13.5 19,14 18.5,14.5 Z M26.5,16 C27,14 29.5,10 31.5,9.5 C32,9 31.9,8.4 31.5,8 C31.1,7.6 31.6667,6.1666 32,5.5 C32.1667,6.3333 32.6,8.1 33,8.5 C33.5,9 36,11 38.5,10.5 C37.1667,11 34.2,11.8 33,11 C31.5,10 26.5,15.5 26.5,16 Z M39.5,11 C40.1667,11.5 41.5,12.6 41.5,13 C41.5,13.5 42.5,14 43,14 C43.5,14 43.5,13 44,13 C44.4,13 44.8333,12.6667 45,12.5 C45.3333,11.8333 45.8,10.4 45,10 C44,9.5 39,5 39,4.5 C40.1667,6.1666 42.7,9.6 43.5,10 C44.3,10.4 44.5,10.8333 44.5,11 L44.5,11.5 C44.5,11.6667 44.4,12 44,12 C43.6,12 43.1667,12.6667 43,13 C42.8333,12.8333 42.5,12.4 42.5,12 C42.1667,12 41.4,11.9 41,11.5 C40.6,11.1 39.8333,11 39.5,11 Z",
469
+ id: "Shape",
470
+ stroke: "#676767",
471
+ "stroke-width": "0.5",
472
+ "stroke-linecap": "round",
473
+ "stroke-linejoin": "round"
474
+ }), /*#__PURE__*/React.createElement("path", {
475
+ d: "M39,5.9995 C39,5.9995 38.3,5.9001 37.5,5.5001 C37.8333,5.3334 38,5.0007 38.5,5.5003 C38.7829,5.7831 39,5.9995 39,5.9995 Z",
476
+ id: "Path",
477
+ stroke: "#646464",
478
+ "stroke-width": "0.25",
479
+ fill: "#646464",
480
+ "fill-rule": "nonzero",
481
+ "stroke-linecap": "round"
482
+ }))));
483
+ };
484
+ const NHLJersey = ({
485
+ jersey_fill,
486
+ stripe_fill
487
+ }) => {
488
+ return /*#__PURE__*/React.createElement("svg", {
489
+ width: "45px",
490
+ height: "51px",
491
+ viewBox: "0 0 45 51",
492
+ version: "1.1",
493
+ xmlns: "http://www.w3.org/2000/svg"
494
+ }, /*#__PURE__*/React.createElement("title", null, "HockeyJerseyTemplate 1"), /*#__PURE__*/React.createElement("g", {
495
+ id: "Page-1",
496
+ stroke: "none",
497
+ "stroke-width": "1",
498
+ fill: "none",
499
+ "fill-rule": "evenodd"
500
+ }, /*#__PURE__*/React.createElement("g", {
501
+ id: "HockeyJerseyTemplate-1",
502
+ transform: "translate(1.000000, -0.000000)"
503
+ }, /*#__PURE__*/React.createElement("path", {
504
+ d: "M21.8934492,50.1075287 C29.7517492,50.1075287 33.7066492,46.6889287 33.7066492,46.6889287 C33.3190492,41.6757287 33.2352492,36.4133287 33.2352492,36.4133287 C33.8640492,39.2624287 36.6538492,46.4634287 36.6538492,46.4634287 C40.0629492,46.4927287 43.7955492,45.5499287 43.7955492,45.5499287 C43.7955492,44.3025287 41.4281492,20.0472287 39.4436492,12.6199287 C37.4590492,5.19268874 35.9657492,4.03390874 34.8069492,3.42485874 C33.6481492,2.81500874 26.2738492,0.185014644 26.2738492,0.185014644 L26.3577492,0.185014644 C26.3577492,0.185014644 21.4987492,1.60244874 17.4386492,0.185014644 L17.5225492,0.185014644 C17.5225492,0.185014644 10.1482492,2.81500874 8.9886592,3.42405874 C7.8290892,4.03311874 6.3365092,5.19268874 4.3519492,12.6191287 C2.3673892,20.0464287 0,44.3017287 0,45.5499287 C0,45.5499287 3.7334092,46.4927287 7.1417292,46.4634287 C7.1417292,46.4634287 9.9314992,39.2624287 10.5603492,36.4133287 C10.5603492,36.4133287 10.3538492,42.5631287 10.0889492,46.6889287 C10.0889492,46.6889287 14.0350492,50.1075287 21.8934492,50.1075287 Z",
505
+ id: "Path",
506
+ fill: jersey_fill,
507
+ "fill-rule": "nonzero"
508
+ }), /*#__PURE__*/React.createElement("path", {
509
+ d: "M17.4386492,0.185014644 C21.4995492,1.60244874 26.3577492,0.185014644 26.3577492,0.185014644 L28.5139492,0.961753744 C28.5139492,0.961753744 21.3057492,4.15175874 15.2816492,0.961753744 L17.4386492,0.185014644 Z",
510
+ id: "Path",
511
+ fill: stripe_fill,
512
+ "fill-rule": "nonzero"
513
+ }), /*#__PURE__*/React.createElement("polygon", {
514
+ id: "Path",
515
+ fill: stripe_fill,
516
+ "fill-rule": "nonzero",
517
+ points: "0.6035152 38.9163287 8.9475292 41.6349287 9.9599792 38.5279287 0.9562912 35.5942287"
518
+ }), /*#__PURE__*/React.createElement("polygon", {
519
+ id: "Path",
520
+ fill: stripe_fill,
521
+ "fill-rule": "nonzero",
522
+ points: "43.1904492 38.9163287 34.8464492 41.6349287 33.8340492 38.5279287 42.8377492 35.5942287"
523
+ }), /*#__PURE__*/React.createElement("path", {
524
+ d: "M10.2471492,44.3186287 C18.2897492,46.2494287 25.5018492,46.2494287 33.5445492,44.3186287 C33.4416492,43.0886287 33.4891492,42.1798287 33.3918492,41.1088287 C25.8562492,42.9178287 17.9986492,42.9178287 10.4630492,41.1088287 C10.3072492,42.2027287 10.3214492,43.1772287 10.2471492,44.3186287 Z",
525
+ id: "Path",
526
+ fill: stripe_fill,
527
+ "fill-rule": "nonzero"
528
+ }), /*#__PURE__*/React.createElement("path", {
529
+ d: "M10.3744492,39.6846287 C18.3047492,41.5885287 25.4172492,41.5885287 33.3483492,39.6846287 C33.2463492,38.4713287 33.2937492,37.5759287 33.1980492,36.5199287 C25.7668492,38.3044287 18.0192492,38.3044287 10.5880492,36.5199287 C10.4337492,37.5988287 10.4488492,38.5599287 10.3752492,39.6846287 L10.3744492,39.6846287 Z",
530
+ id: "Path",
531
+ fill: stripe_fill,
532
+ "fill-rule": "nonzero"
533
+ }), /*#__PURE__*/React.createElement("path", {
534
+ d: "M33.2352492,36.4133287 C33.8640492,39.2624287 36.6538492,46.4634287 36.6538492,46.4634287 C40.0629492,46.4927287 43.7955492,45.5499287 43.7955492,45.5499287 C43.7955492,44.3025287 41.4281492,20.0472287 39.4436492,12.6199287 C37.4590492,5.19268874 35.9656492,4.03390874 34.8069492,3.42485874 C33.6481492,2.81500874 26.2738492,0.185014644 26.2738492,0.185014644",
535
+ id: "Path",
536
+ stroke: "#000000",
537
+ "stroke-width": "0.2"
538
+ }), /*#__PURE__*/React.createElement("path", {
539
+ d: "M33.7074492,7.03950874 C33.7074492,7.03950874 32.4893492,31.5993287 33.7074492,46.6888287 C33.7074492,46.6888287 29.7525492,50.1074287 21.8942492,50.1074287",
540
+ id: "Path",
541
+ stroke: "#000000",
542
+ "stroke-width": "0.2"
543
+ }), /*#__PURE__*/React.createElement("path", {
544
+ d: "M10.5611492,36.4133287 C9.9322992,39.2624287 7.1425192,46.4634287 7.1425192,46.4634287 C3.7334092,46.4927287 0.0007934,45.5499287 0.0007934,45.5499287 C0.0007934,44.3025287 2.3681892,20.0472287 4.3527492,12.6199287 C6.3373092,5.19268874 7.8306692,4.03390874 8.9894492,3.42485874 C10.1482492,2.81500874 17.5225492,0.185014644 17.5225492,0.185014644",
545
+ id: "Path",
546
+ stroke: "#000000",
547
+ "stroke-width": "0.2"
548
+ }), /*#__PURE__*/React.createElement("path", {
549
+ d: "M10.0888492,7.03950874 C10.0888492,7.03950874 11.3070492,31.5993287 10.0888492,46.6888287 C10.0888492,46.6888287 14.0350492,50.1074287 21.8934492,50.1074287",
550
+ id: "Path",
551
+ stroke: "#000000",
552
+ "stroke-width": "0.2"
553
+ }), /*#__PURE__*/React.createElement("path", {
554
+ d: "M26.3577492,0.185014644 C26.3577492,0.185014644 21.4987492,1.60244874 17.4386492,0.185014644",
555
+ id: "Path",
556
+ stroke: "#000000",
557
+ "stroke-width": "0.2"
558
+ }), /*#__PURE__*/React.createElement("path", {
559
+ d: "M28.5139492,0.961381744 C28.5139492,0.961381744 21.3057492,4.15138874 15.2816492,0.961381744",
560
+ id: "Path",
561
+ stroke: "#000000",
562
+ "stroke-width": "0.2"
563
+ }))));
564
+ };
565
+ const MLBJersey = ({
566
+ jersey_fill,
567
+ stripe_fill
568
+ }) => {
569
+ return /*#__PURE__*/React.createElement("svg", {
570
+ width: "42px",
571
+ height: "49px",
572
+ viewBox: "0 0 42 49",
573
+ version: "1.1",
574
+ xmlns: "http://www.w3.org/2000/svg"
575
+ }, /*#__PURE__*/React.createElement("title", null, "Baseball"), /*#__PURE__*/React.createElement("g", {
576
+ id: "Page-1",
577
+ stroke: "none",
578
+ "stroke-width": "1",
579
+ fill: "none",
580
+ "fill-rule": "evenodd"
581
+ }, /*#__PURE__*/React.createElement("g", {
582
+ id: "Baseball",
583
+ transform: "translate(1.000000, 0.000000)"
584
+ }, /*#__PURE__*/React.createElement("path", {
585
+ d: "M3.44369,25.7043763 L0,17.6691763 L1.1479,17.2386763 L9.18316,14.2254763 L13.40966,13.1688763 L16.18536,12.3883763 C18.36636,14.2256763 21.23606,15.3735763 23.99096,12.3887763 L26.97556,13.0775763 L31.56706,14.2254763 L39.02846,17.2386763 L40.17636,17.6691763 L36.73266,25.7043763 L35.43216,25.5418763 L32.14106,25.1304763 L33.19456,41.9868763 L33.28896,43.4967763 C31.94976,43.8793763 29.15656,44.8742763 28.69736,45.7925763 C28.23816,46.7108763 23.91446,47.7056763 21.80996,48.0883763 L18.94026,48.0883763 C17.21846,48.0883763 12.62686,46.9404763 11.47896,45.7925763 C10.56066,44.8742763 8.41786,43.8793763 7.46136,43.4967763 L7.51506,41.7754763 L8.03526,25.1304763 L4.7442,25.5418763 L3.44369,25.7043763 Z",
586
+ id: "Path",
587
+ fill: jersey_fill,
588
+ "fill-rule": "nonzero"
589
+ }), /*#__PURE__*/React.createElement("path", {
590
+ d: "M1.1479,17.2386763 L9.18316,14.2254763 L13.40966,13.1688763 M1.1479,17.2386763 L0,17.6691763 L3.44369,25.7043763 L4.7442,25.5418763 M1.1479,17.2386763 L4.7442,25.5418763 M4.7442,25.5418763 L8.03526,25.1304763 L7.46136,43.4967763 C8.41786,43.8793763 10.56066,44.8742763 11.47896,45.7925763 C12.62686,46.9404763 17.21846,48.0883763 18.94026,48.0883763 C20.31776,48.0883763 21.42736,48.0883763 21.80996,48.0883763 C23.91446,47.7056763 28.23826,46.7108763 28.69736,45.7925763 C29.15656,44.8742763 31.94976,43.8793763 33.28896,43.4967763 L33.19456,41.9868763 M13.40966,13.1688763 L16.07056,12.5035763 C16.64446,14.4167763 18.25156,18.2430763 20.08816,18.2430763 C21.92476,18.7022763 24.10576,14.2254763 24.10576,12.5035763 L26.97556,13.0775763 M13.40966,13.1688763 C13.53136,14.1906763 14.00436,16.4351763 14.92266,17.2386763 C16.07056,18.2430763 18.94026,19.9648763 18.94026,21.6867763 C18.94026,23.5233763 18.94026,39.0832763 18.94026,46.6336763 C16.83576,46.5445763 12.93096,45.5226763 11.47896,44.0706763 C9.75706,42.3488763 8.41786,41.7748763 7.46136,41.7748763 M39.02846,17.2386763 L40.17636,17.6691763 L36.73266,25.7043763 L35.43216,25.5418763 M39.02846,17.2386763 L35.43216,25.5418763 M39.02846,17.2386763 L31.56706,14.2254763 L26.97556,13.0775763 M35.43216,25.5418763 L32.14106,25.1304763 L33.19456,41.9868763 M26.97556,13.0775763 C26.79646,14.3210763 26.40156,16.5212763 25.55906,17.2386763 C24.81366,17.8733763 21.80996,19.9648763 21.80996,21.6867763 C21.80996,23.0642763 21.67996,38.8919763 21.61496,46.6336763 C23.40186,46.5445763 27.31986,46.0221763 28.69736,44.6446763 C30.07486,43.2671763 32.26946,42.2988763 33.19456,41.9868763",
591
+ id: "Shape",
592
+ stroke: stripe_fill,
593
+ "stroke-width": "0.286974",
594
+ "stroke-linecap": "round"
595
+ }), /*#__PURE__*/React.createElement("polygon", {
596
+ id: "Path",
597
+ fill: stripe_fill,
598
+ "fill-rule": "nonzero",
599
+ points: "3.44369 25.7043763 1.77635684e-15 17.6691763 1.1479 17.2386763 4.7442 25.5418763"
600
+ }), /*#__PURE__*/React.createElement("path", {
601
+ d: "M20.08816,18.2430763 C18.25156,18.2430763 16.64446,14.4167763 16.07056,12.5035763 L13.40966,13.1688763 C13.53136,14.1906763 14.00436,16.4351763 14.92266,17.2386763 C16.07056,18.2430763 18.94026,19.9648763 18.94026,21.6867763 L18.94026,46.6336763 C16.83576,46.5445763 12.93096,45.5226763 11.47896,44.0706763 C9.75706,42.3488763 8.41786,41.7748763 7.46136,41.7748763 L7.46136,43.4967763 C8.41786,43.8793763 10.56066,44.8742763 11.47896,45.7925763 C12.62686,46.9404763 17.21846,48.0883763 18.94026,48.0883763 L21.80996,48.0883763 C23.91446,47.7056763 28.12346,46.6336763 28.69736,45.7925763 C29.15486,45.1220763 31.94976,43.8793763 33.28896,43.4967763 L33.19456,41.9868763 C32.26946,42.2988763 30.07486,43.2671763 28.69736,44.6446763 C27.31986,46.0221763 23.40186,46.5445763 21.61496,46.6336763 C21.67996,38.8919763 21.80996,23.0642763 21.80996,21.6867763 C21.80996,19.9648763 24.81366,17.8733763 25.55906,17.2386763 C26.40156,16.5212763 26.79646,14.3210763 26.97556,13.0775763 L24.10576,12.5035763 C24.10576,14.2254763 21.92476,18.7022763 20.08816,18.2430763 Z",
602
+ id: "Path",
603
+ fill: stripe_fill,
604
+ "fill-rule": "nonzero"
605
+ }), /*#__PURE__*/React.createElement("polygon", {
606
+ id: "Path",
607
+ fill: stripe_fill,
608
+ "fill-rule": "nonzero",
609
+ points: "40.17636 17.6691763 36.73266 25.7043763 35.43216 25.5418763 39.02846 17.2386763"
610
+ }), /*#__PURE__*/React.createElement("polygon", {
611
+ id: "Path",
612
+ stroke: stripe_fill,
613
+ "stroke-width": "0.286974",
614
+ "stroke-linecap": "round",
615
+ points: "3.44369 25.7043763 1.77635684e-15 17.6691763 1.1479 17.2386763 4.7442 25.5418763"
616
+ }), /*#__PURE__*/React.createElement("path", {
617
+ d: "M20.08816,18.2430763 C18.25156,18.2430763 16.64446,14.4167763 16.07056,12.5035763 L13.40966,13.1688763 C13.53136,14.1906763 14.00436,16.4351763 14.92266,17.2386763 C16.07056,18.2430763 18.94026,19.9648763 18.94026,21.6867763 L18.94026,46.6336763 C16.83576,46.5445763 12.93096,45.5226763 11.47896,44.0706763 C9.75706,42.3488763 8.41786,41.7748763 7.46136,41.7748763 L7.46136,43.4967763 C8.41786,43.8793763 10.56066,44.8742763 11.47896,45.7925763 C12.62686,46.9404763 17.21846,48.0883763 18.94026,48.0883763 L21.80996,48.0883763 C23.91446,47.7056763 28.12346,46.6336763 28.69736,45.7925763 C29.15486,45.1220763 31.94976,43.8793763 33.28896,43.4967763 L33.19456,41.9868763 C32.26946,42.2988763 30.07486,43.2671763 28.69736,44.6446763 C27.31986,46.0221763 23.40186,46.5445763 21.61496,46.6336763 C21.67996,38.8919763 21.80996,23.0642763 21.80996,21.6867763 C21.80996,19.9648763 24.81366,17.8733763 25.55906,17.2386763 C26.40156,16.5212763 26.79646,14.3210763 26.97556,13.0775763 L24.10576,12.5035763 C24.10576,14.2254763 21.92476,18.7022763 20.08816,18.2430763 Z",
618
+ id: "Path",
619
+ stroke: stripe_fill,
620
+ "stroke-width": "0.286974",
621
+ "stroke-linecap": "round"
622
+ }), /*#__PURE__*/React.createElement("polygon", {
623
+ id: "Path",
624
+ stroke: stripe_fill,
625
+ "stroke-width": "0.286974",
626
+ "stroke-linecap": "round",
627
+ points: "40.17636 17.6691763 36.73266 25.7043763 35.43216 25.5418763 39.02846 17.2386763"
628
+ }), /*#__PURE__*/React.createElement("path", {
629
+ d: "M16.18536,12.3887763 C18.94026,14.7996763 21.80996,14.7996763 23.96806,12.3883763 M31.56706,14.2254763 C31.37576,17.4777763 31.22276,24.2121763 32.14106,25.1304763 M9.18316,14.2254763 C9.18316,17.4777763 8.95356,24.2121763 8.03526,25.1304763",
630
+ id: "Shape",
631
+ stroke: stripe_fill,
632
+ "stroke-width": "0.114789",
633
+ "stroke-linecap": "round"
634
+ }), /*#__PURE__*/React.createElement("path", {
635
+ d: "M21.23606,17.6695763 C20.66206,18.2435763 18.36636,20.5393763 18.36636,23.9830763",
636
+ id: "Path",
637
+ stroke: jersey_fill,
638
+ "stroke-width": "0.114789",
639
+ "stroke-linecap": "round"
640
+ }), /*#__PURE__*/React.createElement("path", {
641
+ d: "M20.54736,44.9315763 C20.54736,45.0899763 20.41886,45.2184763 20.26036,45.2184763 C20.10186,45.2184763 19.97336,45.0899763 19.97336,44.9315763 C19.97336,44.7730763 20.10186,44.6445763 20.26036,44.6445763 C20.41886,44.6445763 20.54736,44.7730763 20.54736,44.9315763 Z",
642
+ id: "Path",
643
+ fill: jersey_fill,
644
+ "fill-rule": "nonzero"
645
+ }), /*#__PURE__*/React.createElement("path", {
646
+ d: "M20.54736,38.0441763 C20.54736,38.2026763 20.41886,38.3311763 20.26036,38.3311763 C20.10186,38.3311763 19.97336,38.2026763 19.97336,38.0441763 C19.97336,37.8856763 20.10186,37.7571763 20.26036,37.7571763 C20.41886,37.7571763 20.54736,37.8856763 20.54736,38.0441763 Z",
647
+ id: "Path",
648
+ fill: jersey_fill,
649
+ "fill-rule": "nonzero"
650
+ }), /*#__PURE__*/React.createElement("path", {
651
+ d: "M20.54736,31.1567763 C20.54736,31.3152763 20.41886,31.4437763 20.26036,31.4437763 C20.10186,31.4437763 19.97336,31.3152763 19.97336,31.1567763 C19.97336,30.9982763 20.10186,30.8697763 20.26036,30.8697763 C20.41886,30.8697763 20.54736,30.9982763 20.54736,31.1567763 Z",
652
+ id: "Path",
653
+ fill: jersey_fill,
654
+ "fill-rule": "nonzero"
655
+ }), /*#__PURE__*/React.createElement("path", {
656
+ d: "M20.54736,24.2693763 C20.54736,24.4278763 20.41886,24.5563763 20.26036,24.5563763 C20.10186,24.5563763 19.97336,24.4278763 19.97336,24.2693763 C19.97336,24.1109763 20.10186,23.9824763 20.26036,23.9824763 C20.41886,23.9824763 20.54736,24.1109763 20.54736,24.2693763 Z",
657
+ id: "Path",
658
+ fill: jersey_fill,
659
+ "fill-rule": "nonzero"
660
+ }), /*#__PURE__*/React.createElement("path", {
661
+ d: "M20.54736,41.4878763 C20.54736,41.6463763 20.41886,41.7747763 20.26036,41.7747763 C20.10186,41.7747763 19.97336,41.6463763 19.97336,41.4878763 C19.97336,41.3293763 20.10186,41.2008763 20.26036,41.2008763 C20.41886,41.2008763 20.54736,41.3293763 20.54736,41.4878763 Z",
662
+ id: "Path",
663
+ fill: jersey_fill,
664
+ "fill-rule": "nonzero"
665
+ }), /*#__PURE__*/React.createElement("path", {
666
+ d: "M20.54736,34.6004763 C20.54736,34.7589763 20.41886,34.8874763 20.26036,34.8874763 C20.10186,34.8874763 19.97336,34.7589763 19.97336,34.6004763 C19.97336,34.4419763 20.10186,34.3134763 20.26036,34.3134763 C20.41886,34.3134763 20.54736,34.4419763 20.54736,34.6004763 Z",
667
+ id: "Path",
668
+ fill: jersey_fill,
669
+ "fill-rule": "nonzero"
670
+ }), /*#__PURE__*/React.createElement("path", {
671
+ d: "M20.54736,27.7130763 C20.54736,27.8715763 20.41886,28.0000763 20.26036,28.0000763 C20.10186,28.0000763 19.97336,27.8715763 19.97336,27.7130763 C19.97336,27.5545763 20.10186,27.4261763 20.26036,27.4261763 C20.41886,27.4261763 20.54736,27.5545763 20.54736,27.7130763 Z",
672
+ id: "Path",
673
+ fill: jersey_fill,
674
+ "fill-rule": "nonzero"
675
+ }), /*#__PURE__*/React.createElement("path", {
676
+ d: "M20.54736,20.8257763 C20.54736,20.9842763 20.41886,21.1126763 20.26036,21.1126763 C20.10186,21.1126763 19.97336,20.9842763 19.97336,20.8257763 C19.97336,20.6672763 20.10186,20.5387763 20.26036,20.5387763 C20.41886,20.5387763 20.54736,20.6672763 20.54736,20.8257763 Z",
677
+ id: "Path",
678
+ fill: jersey_fill,
679
+ "fill-rule": "nonzero"
680
+ }), /*#__PURE__*/React.createElement("path", {
681
+ d: "M14.58816,8.08857633 C14.58816,6.08857633 13.58816,0.588576331 20.58816,0.588576331 C27.08816,0.588576331 26.08816,6.08857633 26.08816,8.08857633 C27.08816,9.08857633 26.58816,9.58857633 26.08816,9.58857633 C25.68816,9.58857633 24.92146,9.25523633 24.58816,9.08857633 C24.08816,8.83857633 22.08816,8.33857633 20.58816,8.33857633 C19.08816,8.33857633 17.01516,8.87508633 16.58816,9.08857633 C16.25486,9.25523633 15.38816,9.58857633 14.58816,9.58857633 C13.78816,9.58857633 14.25486,8.58857633 14.58816,8.08857633 Z",
682
+ id: "Path",
683
+ fill: jersey_fill,
684
+ "fill-rule": "nonzero"
685
+ }), /*#__PURE__*/React.createElement("path", {
686
+ d: "M20.58816,6.88837633 C17.58146,6.88837633 16.08816,7.75504633 14.58816,8.08837633 C14.25486,8.58837633 13.78816,9.58837633 14.58816,9.58837633 C15.38816,9.58837633 16.25486,9.25504633 16.58816,9.08837633 C17.01516,8.87488633 19.08816,8.33837633 20.58816,8.33837633 C22.08816,8.33837633 24.08816,8.83837633 24.58816,9.08837633 C24.92146,9.25504633 25.68816,9.58837633 26.08816,9.58837633 C26.58816,9.58837633 27.08816,9.08837633 26.08816,8.08837633 C24.75486,7.75504633 23.58816,6.88837633 20.58816,6.88837633 Z",
687
+ id: "Path",
688
+ fill: stripe_fill,
689
+ "fill-rule": "nonzero"
690
+ }), /*#__PURE__*/React.createElement("path", {
691
+ d: "M20.52786,0.428276331 L20.53546,0.423266331 C20.56716,0.402246331 20.60866,0.402966331 20.63966,0.425076331 C20.71256,0.477056331 20.67576,0.592016331 20.58626,0.592016331 L20.57716,0.592016331 C20.48866,0.592016331 20.45406,0.477116331 20.52786,0.428276331 Z",
692
+ id: "Path",
693
+ stroke: stripe_fill,
694
+ "stroke-width": "0.25",
695
+ "stroke-linecap": "round"
696
+ }), /*#__PURE__*/React.createElement("path", {
697
+ d: "M14.58816,8.08884633 C16.08816,7.75550633 17.58146,6.88884633 20.58816,6.88884633 C23.58816,6.88884633 24.75486,7.75550633 26.08816,8.08884633 M14.58816,8.08884633 C14.25486,8.58884633 13.78816,9.58887633 14.58816,9.58887633 C15.38816,9.58887633 16.25486,9.25550633 16.58816,9.08884633 C17.01516,8.87535633 19.08816,8.33884633 20.58816,8.33884633 C22.08816,8.33884633 24.08816,8.83884633 24.58816,9.08884633 C24.92146,9.25550633 25.68816,9.58887633 26.08816,9.58887633 C26.58816,9.58887633 27.08816,9.08884633 26.08816,8.08884633 M14.58816,8.08884633 C14.58816,6.11864633 13.92546,0.748096331 20.58816,0.588576331 C26.77296,0.748096331 26.08816,6.11864633 26.08816,8.08884633",
698
+ id: "Shape",
699
+ stroke: jersey_fill,
700
+ "stroke-width": "0.25",
701
+ "stroke-linecap": "round"
702
+ }))));
703
+ };
704
+ export { AthleteImage, TeamImage };
705
+ //# sourceMappingURL=Jerseys.js.map