be-components 3.3.6 → 3.3.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.js +21 -28
- package/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/LoginForm.js +93 -109
- package/lib/commonjs/Authenticator/Components/LoginForm.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/StrategyForm.js +246 -342
- package/lib/commonjs/Authenticator/Components/StrategyForm.js.map +1 -1
- package/lib/commonjs/Authenticator/index.js +22 -32
- package/lib/commonjs/Authenticator/index.js.map +1 -1
- package/lib/commonjs/Competition/components/AthleteMarketCard.js +39 -26
- package/lib/commonjs/Competition/components/AthleteMarketCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionInfoCard.js +115 -175
- package/lib/commonjs/Competition/components/CompetitionInfoCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionLeaderboard.js +97 -95
- package/lib/commonjs/Competition/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionPlay.js +99 -113
- package/lib/commonjs/Competition/components/CompetitionPlay.js.map +1 -1
- package/lib/commonjs/Competition/components/EnterCompetitionPrompt.js +56 -75
- package/lib/commonjs/Competition/components/EnterCompetitionPrompt.js.map +1 -1
- package/lib/commonjs/Competition/components/LeaderPicks.js +4 -4
- package/lib/commonjs/Competition/components/LeaderPicks.js.map +1 -1
- package/lib/commonjs/Competition/components/MarketsCard.js +22 -12
- package/lib/commonjs/Competition/components/MarketsCard.js.map +1 -1
- package/lib/commonjs/Competition/components/TeamEventCard.js +46 -37
- package/lib/commonjs/Competition/components/TeamEventCard.js.map +1 -1
- package/lib/commonjs/Competition/components/WagerPickForm.js +73 -85
- package/lib/commonjs/Competition/components/WagerPickForm.js.map +1 -1
- package/lib/commonjs/Competition/index.js +236 -216
- package/lib/commonjs/Competition/index.js.map +1 -1
- package/lib/commonjs/Components/Button.js +49 -6
- package/lib/commonjs/Components/Button.js.map +1 -1
- package/lib/commonjs/Components/ConfirmationModal.js +29 -29
- package/lib/commonjs/Components/ConfirmationModal.js.map +1 -1
- package/lib/commonjs/Components/Themed.js +281 -0
- package/lib/commonjs/Components/Themed.js.map +1 -0
- package/lib/commonjs/MarketComponents/components/AthleteMarket/index.js +43 -52
- package/lib/commonjs/MarketComponents/components/AthleteMarket/index.js.map +1 -1
- package/lib/commonjs/MarketComponents/components/AthleteTournamentMarket/index.js +50 -61
- package/lib/commonjs/MarketComponents/components/AthleteTournamentMarket/index.js.map +1 -1
- package/lib/commonjs/MarketComponents/components/EventMarket/index.js +48 -54
- package/lib/commonjs/MarketComponents/components/EventMarket/index.js.map +1 -1
- package/lib/commonjs/MarketComponents/components/MarketButton/api/index.js +2 -3
- package/lib/commonjs/MarketComponents/components/MarketButton/api/index.js.map +1 -1
- package/lib/commonjs/MarketComponents/components/MarketButton/index.js +22 -22
- package/lib/commonjs/MarketComponents/components/MarketButton/index.js.map +1 -1
- package/lib/commonjs/MarketComponents/components/MatchMarket/index.js +53 -63
- package/lib/commonjs/MarketComponents/components/MatchMarket/index.js.map +1 -1
- package/lib/commonjs/MarketComponents/components/TeamEventMarket/index.js +239 -220
- package/lib/commonjs/MarketComponents/components/TeamEventMarket/index.js.map +1 -1
- package/lib/commonjs/MarketComponents/components/TeamTournamentMarket/index.js +48 -57
- package/lib/commonjs/MarketComponents/components/TeamTournamentMarket/index.js.map +1 -1
- package/lib/commonjs/MarketComponents/components/TournamentMarket/index.js +203 -131
- package/lib/commonjs/MarketComponents/components/TournamentMarket/index.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/BasicInfoManager.js +49 -55
- package/lib/commonjs/ProfileManager/Components/BasicInfoManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/BasicStatus.js +55 -88
- package/lib/commonjs/ProfileManager/Components/BasicStatus.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/CodeRedeem.js +94 -121
- package/lib/commonjs/ProfileManager/Components/CodeRedeem.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/DOBManager.js +42 -46
- package/lib/commonjs/ProfileManager/Components/DOBManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/EmailManager.js +66 -86
- package/lib/commonjs/ProfileManager/Components/EmailManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/PasswordManager.js +60 -78
- package/lib/commonjs/ProfileManager/Components/PasswordManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/PhoneManager.js +62 -81
- package/lib/commonjs/ProfileManager/Components/PhoneManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfilePicManager.js +19 -27
- package/lib/commonjs/ProfileManager/Components/ProfilePicManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfileWelcome.js +31 -48
- package/lib/commonjs/ProfileManager/Components/ProfileWelcome.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfileWizard.js +69 -92
- package/lib/commonjs/ProfileManager/Components/ProfileWizard.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/SettingsManager.js +63 -65
- package/lib/commonjs/ProfileManager/Components/SettingsManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/VouchCard.js +106 -132
- package/lib/commonjs/ProfileManager/Components/VouchCard.js.map +1 -1
- package/lib/commonjs/ProfileManager/index.js +29 -31
- package/lib/commonjs/ProfileManager/index.js.map +1 -1
- package/lib/commonjs/Share/api/index.js +13 -6
- package/lib/commonjs/Share/api/index.js.map +1 -1
- package/lib/commonjs/Share/index.js +11 -11
- package/lib/commonjs/Share/index.js.map +1 -1
- package/lib/commonjs/Squares/components/BidForm.js +142 -120
- package/lib/commonjs/Squares/components/BidForm.js.map +1 -1
- package/lib/commonjs/Squares/components/BidToggle.js +10 -11
- package/lib/commonjs/Squares/components/BidToggle.js.map +1 -1
- package/lib/commonjs/Squares/components/BoardStats.js +63 -47
- package/lib/commonjs/Squares/components/BoardStats.js.map +1 -1
- package/lib/commonjs/Squares/components/EventCard.js +48 -29
- package/lib/commonjs/Squares/components/EventCard.js.map +1 -1
- package/lib/commonjs/Squares/components/MySquaresCard.js +48 -31
- package/lib/commonjs/Squares/components/MySquaresCard.js.map +1 -1
- package/lib/commonjs/Squares/components/MyStatsCard.js +155 -121
- package/lib/commonjs/Squares/components/MyStatsCard.js.map +1 -1
- package/lib/commonjs/Squares/components/OfferForm.js +32 -32
- package/lib/commonjs/Squares/components/OfferForm.js.map +1 -1
- package/lib/commonjs/Squares/components/PrizeCard.js +44 -35
- package/lib/commonjs/Squares/components/PrizeCard.js.map +1 -1
- package/lib/commonjs/Squares/components/ResultsCard.js +37 -24
- package/lib/commonjs/Squares/components/ResultsCard.js.map +1 -1
- package/lib/commonjs/Squares/components/SquareOffersCard.js +20 -13
- package/lib/commonjs/Squares/components/SquareOffersCard.js.map +1 -1
- package/lib/commonjs/Squares/components/SquareOwners.js +44 -38
- package/lib/commonjs/Squares/components/SquareOwners.js.map +1 -1
- package/lib/commonjs/Squares/components/SquaresBoard.js +77 -59
- package/lib/commonjs/Squares/components/SquaresBoard.js.map +1 -1
- package/lib/commonjs/Squares/components/SquaresDetails.js +46 -36
- package/lib/commonjs/Squares/components/SquaresDetails.js.map +1 -1
- package/lib/commonjs/Squares/index.js +207 -150
- package/lib/commonjs/Squares/index.js.map +1 -1
- package/lib/commonjs/constants/colors.js +18 -3
- package/lib/commonjs/constants/colors.js.map +1 -1
- package/lib/commonjs/constants/styles.js +72 -2
- package/lib/commonjs/constants/styles.js.map +1 -1
- package/lib/commonjs/constants/useColors.js +153 -0
- package/lib/commonjs/constants/useColors.js.map +1 -0
- package/lib/module/Authenticator/Components/AuthStrategyIdentifier.js +19 -26
- package/lib/module/Authenticator/Components/AuthStrategyIdentifier.js.map +1 -1
- package/lib/module/Authenticator/Components/LoginForm.js +54 -70
- package/lib/module/Authenticator/Components/LoginForm.js.map +1 -1
- package/lib/module/Authenticator/Components/StrategyForm.js +227 -322
- package/lib/module/Authenticator/Components/StrategyForm.js.map +1 -1
- package/lib/module/Authenticator/index.js +16 -26
- package/lib/module/Authenticator/index.js.map +1 -1
- package/lib/module/Competition/components/AthleteMarketCard.js +28 -15
- package/lib/module/Competition/components/AthleteMarketCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionInfoCard.js +82 -141
- package/lib/module/Competition/components/CompetitionInfoCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionLeaderboard.js +68 -66
- package/lib/module/Competition/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionPlay.js +65 -79
- package/lib/module/Competition/components/CompetitionPlay.js.map +1 -1
- package/lib/module/Competition/components/EnterCompetitionPrompt.js +35 -54
- package/lib/module/Competition/components/EnterCompetitionPrompt.js.map +1 -1
- package/lib/module/Competition/components/LeaderPicks.js +4 -4
- package/lib/module/Competition/components/LeaderPicks.js.map +1 -1
- package/lib/module/Competition/components/MarketsCard.js +15 -5
- package/lib/module/Competition/components/MarketsCard.js.map +1 -1
- package/lib/module/Competition/components/TeamEventCard.js +24 -15
- package/lib/module/Competition/components/TeamEventCard.js.map +1 -1
- package/lib/module/Competition/components/WagerPickForm.js +44 -56
- package/lib/module/Competition/components/WagerPickForm.js.map +1 -1
- package/lib/module/Competition/index.js +215 -195
- package/lib/module/Competition/index.js.map +1 -1
- package/lib/module/Components/Button.js +49 -6
- package/lib/module/Components/Button.js.map +1 -1
- package/lib/module/Components/ConfirmationModal.js +21 -21
- package/lib/module/Components/ConfirmationModal.js.map +1 -1
- package/lib/module/Components/Themed.js +269 -0
- package/lib/module/Components/Themed.js.map +1 -0
- package/lib/module/MarketComponents/components/AthleteMarket/index.js +29 -38
- package/lib/module/MarketComponents/components/AthleteMarket/index.js.map +1 -1
- package/lib/module/MarketComponents/components/AthleteTournamentMarket/index.js +36 -47
- package/lib/module/MarketComponents/components/AthleteTournamentMarket/index.js.map +1 -1
- package/lib/module/MarketComponents/components/EventMarket/index.js +35 -41
- package/lib/module/MarketComponents/components/EventMarket/index.js.map +1 -1
- package/lib/module/MarketComponents/components/MarketButton/api/index.js +2 -3
- package/lib/module/MarketComponents/components/MarketButton/api/index.js.map +1 -1
- package/lib/module/MarketComponents/components/MarketButton/index.js +17 -17
- package/lib/module/MarketComponents/components/MarketButton/index.js.map +1 -1
- package/lib/module/MarketComponents/components/MatchMarket/index.js +35 -45
- package/lib/module/MarketComponents/components/MatchMarket/index.js.map +1 -1
- package/lib/module/MarketComponents/components/TeamEventMarket/index.js +176 -157
- package/lib/module/MarketComponents/components/TeamEventMarket/index.js.map +1 -1
- package/lib/module/MarketComponents/components/TeamTournamentMarket/index.js +34 -43
- package/lib/module/MarketComponents/components/TeamTournamentMarket/index.js.map +1 -1
- package/lib/module/MarketComponents/components/TournamentMarket/index.js +172 -100
- package/lib/module/MarketComponents/components/TournamentMarket/index.js.map +1 -1
- package/lib/module/ProfileManager/Components/BasicInfoManager.js +28 -34
- package/lib/module/ProfileManager/Components/BasicInfoManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/BasicStatus.js +28 -61
- package/lib/module/ProfileManager/Components/BasicStatus.js.map +1 -1
- package/lib/module/ProfileManager/Components/CodeRedeem.js +55 -81
- package/lib/module/ProfileManager/Components/CodeRedeem.js.map +1 -1
- package/lib/module/ProfileManager/Components/DOBManager.js +27 -31
- package/lib/module/ProfileManager/Components/DOBManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/EmailManager.js +42 -61
- package/lib/module/ProfileManager/Components/EmailManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/PasswordManager.js +36 -54
- package/lib/module/ProfileManager/Components/PasswordManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/PhoneManager.js +37 -56
- package/lib/module/ProfileManager/Components/PhoneManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfilePicManager.js +10 -18
- package/lib/module/ProfileManager/Components/ProfilePicManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfileWelcome.js +21 -38
- package/lib/module/ProfileManager/Components/ProfileWelcome.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfileWizard.js +42 -65
- package/lib/module/ProfileManager/Components/ProfileWizard.js.map +1 -1
- package/lib/module/ProfileManager/Components/SettingsManager.js +45 -47
- package/lib/module/ProfileManager/Components/SettingsManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/VouchCard.js +69 -95
- package/lib/module/ProfileManager/Components/VouchCard.js.map +1 -1
- package/lib/module/ProfileManager/index.js +18 -20
- package/lib/module/ProfileManager/index.js.map +1 -1
- package/lib/module/Share/api/index.js +11 -6
- package/lib/module/Share/api/index.js.map +1 -1
- package/lib/module/Share/index.js +13 -13
- package/lib/module/Share/index.js.map +1 -1
- package/lib/module/Squares/components/BidForm.js +138 -116
- package/lib/module/Squares/components/BidForm.js.map +1 -1
- package/lib/module/Squares/components/BidToggle.js +6 -7
- package/lib/module/Squares/components/BidToggle.js.map +1 -1
- package/lib/module/Squares/components/BoardStats.js +44 -27
- package/lib/module/Squares/components/BoardStats.js.map +1 -1
- package/lib/module/Squares/components/EventCard.js +34 -15
- package/lib/module/Squares/components/EventCard.js.map +1 -1
- package/lib/module/Squares/components/MySquaresCard.js +36 -19
- package/lib/module/Squares/components/MySquaresCard.js.map +1 -1
- package/lib/module/Squares/components/MyStatsCard.js +98 -64
- package/lib/module/Squares/components/MyStatsCard.js.map +1 -1
- package/lib/module/Squares/components/OfferForm.js +12 -12
- package/lib/module/Squares/components/OfferForm.js.map +1 -1
- package/lib/module/Squares/components/PrizeCard.js +25 -16
- package/lib/module/Squares/components/PrizeCard.js.map +1 -1
- package/lib/module/Squares/components/ResultsCard.js +27 -14
- package/lib/module/Squares/components/ResultsCard.js.map +1 -1
- package/lib/module/Squares/components/SquareOffersCard.js +16 -9
- package/lib/module/Squares/components/SquareOffersCard.js.map +1 -1
- package/lib/module/Squares/components/SquareOwners.js +35 -28
- package/lib/module/Squares/components/SquareOwners.js.map +1 -1
- package/lib/module/Squares/components/SquaresBoard.js +52 -34
- package/lib/module/Squares/components/SquaresBoard.js.map +1 -1
- package/lib/module/Squares/components/SquaresDetails.js +30 -19
- package/lib/module/Squares/components/SquaresDetails.js.map +1 -1
- package/lib/module/Squares/index.js +206 -149
- package/lib/module/Squares/index.js.map +1 -1
- package/lib/module/constants/colors.js +18 -3
- package/lib/module/constants/colors.js.map +1 -1
- package/lib/module/constants/styles.js +71 -1
- package/lib/module/constants/styles.js.map +1 -1
- package/lib/module/constants/useColors.js +145 -0
- package/lib/module/constants/useColors.js.map +1 -0
- package/lib/typescript/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Authenticator/Components/LoginForm.d.ts +2 -2
- package/lib/typescript/lib/commonjs/Authenticator/Components/LoginForm.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Authenticator/Components/StrategyForm.d.ts +2 -4
- package/lib/typescript/lib/commonjs/Authenticator/Components/StrategyForm.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Authenticator/index.d.ts +2 -2
- package/lib/typescript/lib/commonjs/Authenticator/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Competition/components/AthleteMarketCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Competition/components/CompetitionInfoCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Competition/components/CompetitionLeaderboard.d.ts +1 -3
- package/lib/typescript/lib/commonjs/Competition/components/CompetitionLeaderboard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Competition/components/CompetitionPlay.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Competition/components/EnterCompetitionPrompt.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Competition/components/MarketsCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Competition/components/TeamEventCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Competition/components/WagerPickForm.d.ts +1 -2
- package/lib/typescript/lib/commonjs/Competition/components/WagerPickForm.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Competition/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Components/Button.d.ts +2 -1
- package/lib/typescript/lib/commonjs/Components/Button.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Components/ConfirmationModal.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Components/Themed.d.ts +6 -0
- package/lib/typescript/lib/commonjs/Components/Themed.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/AthleteTournamentMarket/index.d.ts +2 -2
- package/lib/typescript/lib/commonjs/MarketComponents/components/AthleteTournamentMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/MarketComponents/components/EventMarket/index.d.ts +2 -2
- package/lib/typescript/lib/commonjs/MarketComponents/components/EventMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/MarketComponents/components/MarketButton/api/index.d.ts +1 -1
- package/lib/typescript/lib/commonjs/MarketComponents/components/MarketButton/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/MarketComponents/components/MatchMarket/index.d.ts +2 -1
- package/lib/typescript/lib/commonjs/MarketComponents/components/MatchMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/MarketComponents/components/TeamTournamentMarket/index.d.ts +2 -2
- package/lib/typescript/lib/commonjs/MarketComponents/components/TeamTournamentMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/MarketComponents/components/TournamentMarket/index.d.ts +3 -1
- package/lib/typescript/lib/commonjs/MarketComponents/components/TournamentMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/BasicInfoManager.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/BasicStatus.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/CodeRedeem.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/DOBManager.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/EmailManager.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/PasswordManager.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/PhoneManager.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/ProfilePicManager.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/ProfileWelcome.d.ts +1 -2
- package/lib/typescript/lib/commonjs/ProfileManager/Components/ProfileWelcome.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/ProfileWizard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/SettingsManager.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/VouchCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/index.d.ts +1 -2
- package/lib/typescript/lib/commonjs/ProfileManager/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Share/api/index.d.ts +1 -1
- package/lib/typescript/lib/commonjs/Share/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/BidForm.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/BidToggle.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/BoardStats.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/EventCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/MySquaresCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/MyStatsCard.d.ts +1 -2
- package/lib/typescript/lib/commonjs/Squares/components/MyStatsCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/PrizeCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/ResultsCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/SquareOffersCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/SquareOwners.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/SquaresBoard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/SquaresDetails.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/constants/colors.d.ts +9 -0
- package/lib/typescript/lib/commonjs/constants/styles.d.ts +95 -8
- package/lib/typescript/lib/commonjs/constants/useColors.d.ts +58 -0
- package/lib/typescript/lib/commonjs/constants/useColors.d.ts.map +1 -0
- package/lib/typescript/lib/module/Authenticator/Components/AuthStrategyIdentifier.d.ts.map +1 -1
- package/lib/typescript/lib/module/Authenticator/Components/LoginForm.d.ts +3 -4
- package/lib/typescript/lib/module/Authenticator/Components/LoginForm.d.ts.map +1 -1
- package/lib/typescript/lib/module/Authenticator/Components/StrategyForm.d.ts +3 -6
- package/lib/typescript/lib/module/Authenticator/Components/StrategyForm.d.ts.map +1 -1
- package/lib/typescript/lib/module/Authenticator/index.d.ts +4 -4
- package/lib/typescript/lib/module/Authenticator/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/components/AthleteMarketCard.d.ts +1 -2
- package/lib/typescript/lib/module/Competition/components/AthleteMarketCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/components/CompetitionInfoCard.d.ts +1 -2
- package/lib/typescript/lib/module/Competition/components/CompetitionInfoCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/components/CompetitionLeaderboard.d.ts +2 -5
- package/lib/typescript/lib/module/Competition/components/CompetitionLeaderboard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/components/CompetitionPlay.d.ts +1 -2
- package/lib/typescript/lib/module/Competition/components/CompetitionPlay.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/components/EnterCompetitionPrompt.d.ts +1 -2
- package/lib/typescript/lib/module/Competition/components/EnterCompetitionPrompt.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/components/MarketsCard.d.ts +1 -2
- package/lib/typescript/lib/module/Competition/components/MarketsCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/components/TeamEventCard.d.ts +1 -2
- package/lib/typescript/lib/module/Competition/components/TeamEventCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/components/WagerPickForm.d.ts +2 -4
- package/lib/typescript/lib/module/Competition/components/WagerPickForm.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/index.d.ts +1 -2
- package/lib/typescript/lib/module/Competition/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/Components/Button.d.ts +2 -1
- package/lib/typescript/lib/module/Components/Button.d.ts.map +1 -1
- package/lib/typescript/lib/module/Components/ConfirmationModal.d.ts.map +1 -1
- package/lib/typescript/lib/module/Components/Spring.d.ts +1 -1
- package/lib/typescript/lib/module/Components/Themed.d.ts +9 -0
- package/lib/typescript/lib/module/Components/Themed.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/AthleteMarket/index.d.ts +3 -4
- package/lib/typescript/lib/module/MarketComponents/components/AthleteMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketComponents/components/AthleteTournamentMarket/index.d.ts +3 -4
- package/lib/typescript/lib/module/MarketComponents/components/AthleteTournamentMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketComponents/components/EventMarket/index.d.ts +3 -4
- package/lib/typescript/lib/module/MarketComponents/components/EventMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketComponents/components/MarketButton/api/index.d.ts +2 -2
- package/lib/typescript/lib/module/MarketComponents/components/MarketButton/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketComponents/components/MarketButton/index.d.ts +1 -2
- package/lib/typescript/lib/module/MarketComponents/components/MarketButton/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketComponents/components/MatchMarket/index.d.ts +3 -3
- package/lib/typescript/lib/module/MarketComponents/components/MatchMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketComponents/components/TeamEventMarket/index.d.ts +3 -3
- package/lib/typescript/lib/module/MarketComponents/components/TeamEventMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketComponents/components/TeamTournamentMarket/index.d.ts +3 -4
- package/lib/typescript/lib/module/MarketComponents/components/TeamTournamentMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketComponents/components/TournamentMarket/index.d.ts +4 -3
- package/lib/typescript/lib/module/MarketComponents/components/TournamentMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/BasicInfoManager.d.ts +1 -2
- package/lib/typescript/lib/module/ProfileManager/Components/BasicInfoManager.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/BasicStatus.d.ts +1 -2
- package/lib/typescript/lib/module/ProfileManager/Components/BasicStatus.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/CodeRedeem.d.ts +1 -2
- package/lib/typescript/lib/module/ProfileManager/Components/CodeRedeem.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/DOBManager.d.ts +1 -2
- package/lib/typescript/lib/module/ProfileManager/Components/DOBManager.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/EmailManager.d.ts +1 -2
- package/lib/typescript/lib/module/ProfileManager/Components/EmailManager.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/PasswordManager.d.ts +1 -2
- package/lib/typescript/lib/module/ProfileManager/Components/PasswordManager.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/PhoneManager.d.ts +1 -2
- package/lib/typescript/lib/module/ProfileManager/Components/PhoneManager.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/ProfilePicManager.d.ts +1 -2
- package/lib/typescript/lib/module/ProfileManager/Components/ProfilePicManager.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/ProfileWelcome.d.ts +2 -4
- package/lib/typescript/lib/module/ProfileManager/Components/ProfileWelcome.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/ProfileWizard.d.ts +1 -2
- package/lib/typescript/lib/module/ProfileManager/Components/ProfileWizard.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/SettingsManager.d.ts +1 -2
- package/lib/typescript/lib/module/ProfileManager/Components/SettingsManager.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/VouchCard.d.ts +1 -4
- package/lib/typescript/lib/module/ProfileManager/Components/VouchCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/index.d.ts +2 -4
- package/lib/typescript/lib/module/ProfileManager/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/Share/api/index.d.ts +1 -1
- package/lib/typescript/lib/module/Share/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/Share/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/BidForm.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/BidForm.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/BidToggle.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/BidToggle.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/BoardStats.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/BoardStats.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/EventCard.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/EventCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/MySquaresCard.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/MySquaresCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/MyStatsCard.d.ts +2 -4
- package/lib/typescript/lib/module/Squares/components/MyStatsCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/OfferForm.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/OfferForm.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/PrizeCard.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/PrizeCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/ResultsCard.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/ResultsCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/SquareOffersCard.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/SquareOffersCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/SquareOwners.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/SquareOwners.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/SquaresBoard.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/SquaresBoard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/SquaresDetails.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/SquaresDetails.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/index.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/constants/colors.d.ts +9 -0
- package/lib/typescript/lib/module/constants/styles.d.ts +95 -8
- package/lib/typescript/lib/module/constants/useColors.d.ts +57 -0
- package/lib/typescript/lib/module/constants/useColors.d.ts.map +1 -0
- package/lib/typescript/src/Authenticator/Components/AuthStrategyIdentifier.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/LoginForm.d.ts +2 -2
- package/lib/typescript/src/Authenticator/Components/LoginForm.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/StrategyForm.d.ts +2 -3
- package/lib/typescript/src/Authenticator/Components/StrategyForm.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/index.d.ts +2 -2
- package/lib/typescript/src/Authenticator/index.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/AthleteMarketCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionInfoCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionLeaderboard.d.ts +1 -1
- package/lib/typescript/src/Competition/components/CompetitionLeaderboard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionPlay.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/EnterCompetitionPrompt.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/LeaderPicks.d.ts +1 -1
- package/lib/typescript/src/Competition/components/LeaderPicks.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/MarketsCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/TeamEventCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/WagerPickForm.d.ts +1 -1
- package/lib/typescript/src/Competition/components/WagerPickForm.d.ts.map +1 -1
- package/lib/typescript/src/Competition/index.d.ts.map +1 -1
- package/lib/typescript/src/Components/Button.d.ts +2 -1
- package/lib/typescript/src/Components/Button.d.ts.map +1 -1
- package/lib/typescript/src/Components/ConfirmationModal.d.ts.map +1 -1
- package/lib/typescript/src/Components/Themed.d.ts +38 -0
- package/lib/typescript/src/Components/Themed.d.ts.map +1 -0
- package/lib/typescript/src/MarketComponents/components/AthleteMarket/index.d.ts +2 -1
- package/lib/typescript/src/MarketComponents/components/AthleteMarket/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/components/AthleteTournamentMarket/index.d.ts +2 -1
- package/lib/typescript/src/MarketComponents/components/AthleteTournamentMarket/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/components/EventMarket/index.d.ts +2 -1
- package/lib/typescript/src/MarketComponents/components/EventMarket/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/components/MarketButton/api/index.d.ts +2 -2
- package/lib/typescript/src/MarketComponents/components/MarketButton/api/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/components/MarketButton/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/components/MatchMarket/index.d.ts +2 -1
- package/lib/typescript/src/MarketComponents/components/MatchMarket/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/components/TeamEventMarket/index.d.ts +2 -1
- package/lib/typescript/src/MarketComponents/components/TeamEventMarket/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/components/TeamTournamentMarket/index.d.ts +2 -1
- package/lib/typescript/src/MarketComponents/components/TeamTournamentMarket/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/components/TournamentMarket/index.d.ts +3 -1
- package/lib/typescript/src/MarketComponents/components/TournamentMarket/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/index.d.ts +15 -7
- package/lib/typescript/src/MarketComponents/index.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/BasicInfoManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/BasicStatus.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/CodeRedeem.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/DOBManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/EmailManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/PasswordManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/PhoneManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfilePicManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWelcome.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/ProfileWelcome.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWizard.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/SettingsManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/VouchCard.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/index.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/index.d.ts.map +1 -1
- package/lib/typescript/src/Share/api/index.d.ts +1 -1
- package/lib/typescript/src/Share/api/index.d.ts.map +1 -1
- package/lib/typescript/src/Share/index.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/BidForm.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/BidToggle.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/BoardStats.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/EventCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/MySquaresCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/MyStatsCard.d.ts +1 -1
- package/lib/typescript/src/Squares/components/MyStatsCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/OfferForm.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/PrizeCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/ResultsCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquareOffersCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquareOwners.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquaresBoard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquaresDetails.d.ts.map +1 -1
- package/lib/typescript/src/Squares/index.d.ts.map +1 -1
- package/lib/typescript/src/constants/colors.d.ts +9 -0
- package/lib/typescript/src/constants/colors.d.ts.map +1 -1
- package/lib/typescript/src/constants/styles.d.ts +55 -1
- package/lib/typescript/src/constants/styles.d.ts.map +1 -1
- package/lib/typescript/src/constants/useColors.d.ts +57 -0
- package/lib/typescript/src/constants/useColors.d.ts.map +1 -0
- package/package.json +2 -1
- package/src/Authenticator/Components/AuthStrategyIdentifier.tsx +40 -40
- package/src/Authenticator/Components/LoginForm.tsx +50 -54
- package/src/Authenticator/Components/StrategyForm.tsx +135 -147
- package/src/Authenticator/index.tsx +16 -18
- package/src/Competition/components/AthleteMarketCard.tsx +19 -17
- package/src/Competition/components/CompetitionInfoCard.tsx +48 -138
- package/src/Competition/components/CompetitionLeaderboard.tsx +65 -57
- package/src/Competition/components/CompetitionPlay.tsx +55 -48
- package/src/Competition/components/EnterCompetitionPrompt.tsx +30 -39
- package/src/Competition/components/LeaderPicks.tsx +5 -5
- package/src/Competition/components/MarketsCard.tsx +14 -10
- package/src/Competition/components/TeamEventCard.tsx +24 -23
- package/src/Competition/components/WagerPickForm.tsx +35 -41
- package/src/Competition/index.tsx +162 -125
- package/src/Components/Button.tsx +50 -6
- package/src/Components/ConfirmationModal.tsx +13 -21
- package/src/Components/Themed.tsx +233 -0
- package/src/MarketComponents/components/AthleteMarket/index.tsx +21 -26
- package/src/MarketComponents/components/AthleteTournamentMarket/index.tsx +24 -32
- package/src/MarketComponents/components/EventMarket/index.tsx +25 -33
- package/src/MarketComponents/components/MarketButton/api/index.ts +2 -3
- package/src/MarketComponents/components/MarketButton/index.tsx +16 -15
- package/src/MarketComponents/components/MatchMarket/index.tsx +50 -59
- package/src/MarketComponents/components/TeamEventMarket/index.tsx +160 -139
- package/src/MarketComponents/components/TeamTournamentMarket/index.tsx +24 -30
- package/src/MarketComponents/components/TournamentMarket/index.tsx +117 -107
- package/src/ProfileManager/Components/BasicInfoManager.tsx +26 -29
- package/src/ProfileManager/Components/BasicStatus.tsx +29 -36
- package/src/ProfileManager/Components/CodeRedeem.tsx +50 -60
- package/src/ProfileManager/Components/DOBManager.tsx +25 -30
- package/src/ProfileManager/Components/EmailManager.tsx +37 -45
- package/src/ProfileManager/Components/PasswordManager.tsx +36 -40
- package/src/ProfileManager/Components/PhoneManager.tsx +36 -43
- package/src/ProfileManager/Components/ProfilePicManager.tsx +10 -16
- package/src/ProfileManager/Components/ProfileWelcome.tsx +19 -25
- package/src/ProfileManager/Components/ProfileWizard.tsx +42 -46
- package/src/ProfileManager/Components/SettingsManager.tsx +41 -45
- package/src/ProfileManager/Components/VouchCard.tsx +50 -59
- package/src/ProfileManager/index.tsx +16 -13
- package/src/Share/api/index.ts +9 -3
- package/src/Share/index.tsx +13 -12
- package/src/Squares/components/BidForm.tsx +85 -62
- package/src/Squares/components/BidToggle.tsx +8 -9
- package/src/Squares/components/BoardStats.tsx +28 -28
- package/src/Squares/components/EventCard.tsx +33 -31
- package/src/Squares/components/MySquaresCard.tsx +24 -23
- package/src/Squares/components/MyStatsCard.tsx +66 -68
- package/src/Squares/components/OfferForm.tsx +15 -15
- package/src/Squares/components/PrizeCard.tsx +21 -18
- package/src/Squares/components/ResultsCard.tsx +21 -18
- package/src/Squares/components/SquareOffersCard.tsx +12 -10
- package/src/Squares/components/SquareOwners.tsx +24 -23
- package/src/Squares/components/SquaresBoard.tsx +39 -42
- package/src/Squares/components/SquaresDetails.tsx +25 -24
- package/src/Squares/index.tsx +196 -144
- package/src/constants/colors.ts +55 -47
- package/src/constants/styles.ts +37 -1
- package/src/constants/useColors.tsx +131 -0
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { ActivityIndicator, FlatList, Image
|
|
2
|
+
import { ActivityIndicator, FlatList, Image } from "react-native";
|
|
3
3
|
import MarketsCard from './MarketsCard';
|
|
4
|
-
import { Text } from '../../Components';
|
|
5
4
|
import Colors from '../../constants/colors';
|
|
6
5
|
import moment from 'moment-mini';
|
|
7
6
|
import { CompetitionHelpers, FINALIZED_STATUSES } from '../api';
|
|
7
|
+
import { Text, View } from '../../Components/Themed';
|
|
8
|
+
import { useColors } from '../../constants/useColors';
|
|
8
9
|
const TeamEventCard = ({
|
|
9
10
|
loading,
|
|
10
11
|
event,
|
|
@@ -16,6 +17,7 @@ const TeamEventCard = ({
|
|
|
16
17
|
mode,
|
|
17
18
|
onPick
|
|
18
19
|
}) => {
|
|
20
|
+
const C = useColors();
|
|
19
21
|
const wager_picks = player_picks.filter(pp => pp.stake > 0);
|
|
20
22
|
const handleMarketSelect = async (mm, player_pick) => {
|
|
21
23
|
let market = markets.find(m => m.market_id == mm.market_id);
|
|
@@ -52,13 +54,13 @@ const TeamEventCard = ({
|
|
|
52
54
|
flex: 1
|
|
53
55
|
},
|
|
54
56
|
size: 12,
|
|
55
|
-
color:
|
|
57
|
+
color: C.text.highlight
|
|
56
58
|
}, locked ? 'WAGER LOCKED' : data.item.pick_title), /*#__PURE__*/React.createElement(Text, {
|
|
57
59
|
style: {
|
|
58
60
|
flex: 1
|
|
59
61
|
},
|
|
60
62
|
size: 12,
|
|
61
|
-
color:
|
|
63
|
+
color: C.text.highlight,
|
|
62
64
|
textAlign: "right"
|
|
63
65
|
}, locked ? '' : `${data.item.stake.toFixed(2)} to win ${data.item.potential_winnings.toFixed(2)}`));
|
|
64
66
|
};
|
|
@@ -66,19 +68,23 @@ const TeamEventCard = ({
|
|
|
66
68
|
return /*#__PURE__*/React.createElement(React.Fragment, null);
|
|
67
69
|
}
|
|
68
70
|
return /*#__PURE__*/React.createElement(View, {
|
|
71
|
+
transparent: true,
|
|
69
72
|
style: {
|
|
70
73
|
padding: 5
|
|
71
74
|
}
|
|
72
75
|
}, /*#__PURE__*/React.createElement(View, {
|
|
76
|
+
transparent: true,
|
|
73
77
|
style: {
|
|
74
78
|
flexDirection: 'row'
|
|
75
79
|
}
|
|
76
80
|
}, /*#__PURE__*/React.createElement(View, {
|
|
81
|
+
transparent: true,
|
|
77
82
|
nativeID: "event_details",
|
|
78
83
|
style: {
|
|
79
84
|
flex: 1
|
|
80
85
|
}
|
|
81
86
|
}, /*#__PURE__*/React.createElement(View, null), /*#__PURE__*/React.createElement(View, {
|
|
87
|
+
transparent: true,
|
|
82
88
|
nativeID: "away_team",
|
|
83
89
|
style: {
|
|
84
90
|
flex: 1,
|
|
@@ -87,11 +93,13 @@ const TeamEventCard = ({
|
|
|
87
93
|
paddingRight: 5
|
|
88
94
|
}
|
|
89
95
|
}, /*#__PURE__*/React.createElement(View, {
|
|
96
|
+
transparent: true,
|
|
90
97
|
style: {
|
|
91
98
|
flex: 1,
|
|
92
99
|
marginRight: 5
|
|
93
100
|
}
|
|
94
101
|
}, /*#__PURE__*/React.createElement(View, {
|
|
102
|
+
transparent: true,
|
|
95
103
|
style: {
|
|
96
104
|
flexDirection: 'row',
|
|
97
105
|
alignItems: 'flex-start'
|
|
@@ -101,7 +109,7 @@ const TeamEventCard = ({
|
|
|
101
109
|
marginRight: 4
|
|
102
110
|
},
|
|
103
111
|
size: 12,
|
|
104
|
-
color:
|
|
112
|
+
color: C.text.highlight,
|
|
105
113
|
weight: "bold"
|
|
106
114
|
}, event.away.rank) : /*#__PURE__*/React.createElement(React.Fragment, null), event?.away?.image?.url ? /*#__PURE__*/React.createElement(Image, {
|
|
107
115
|
source: {
|
|
@@ -115,17 +123,16 @@ const TeamEventCard = ({
|
|
|
115
123
|
resizeMode: "cover"
|
|
116
124
|
}) : /*#__PURE__*/React.createElement(React.Fragment, null), /*#__PURE__*/React.createElement(Text, {
|
|
117
125
|
size: 12,
|
|
118
|
-
|
|
119
|
-
weight: "semibold"
|
|
126
|
+
theme: "h2"
|
|
120
127
|
}, event.away?.market_name, " ", event.away?.name)), event?.away_sub_title ? /*#__PURE__*/React.createElement(Text, {
|
|
121
128
|
size: 12,
|
|
122
|
-
|
|
123
|
-
weight: "regular"
|
|
129
|
+
theme: "description"
|
|
124
130
|
}, event?.away_sub_title) : /*#__PURE__*/React.createElement(React.Fragment, null)), /*#__PURE__*/React.createElement(Text, {
|
|
125
131
|
size: 12,
|
|
126
|
-
|
|
132
|
+
theme: "h1",
|
|
127
133
|
weight: "bold"
|
|
128
134
|
}, event.away_team_score)), /*#__PURE__*/React.createElement(View, {
|
|
135
|
+
transparent: true,
|
|
129
136
|
nativeID: "home_team",
|
|
130
137
|
style: {
|
|
131
138
|
flex: 1,
|
|
@@ -134,11 +141,13 @@ const TeamEventCard = ({
|
|
|
134
141
|
paddingRight: 5
|
|
135
142
|
}
|
|
136
143
|
}, /*#__PURE__*/React.createElement(View, {
|
|
144
|
+
transparent: true,
|
|
137
145
|
style: {
|
|
138
146
|
flex: 1,
|
|
139
147
|
marginRight: 5
|
|
140
148
|
}
|
|
141
149
|
}, /*#__PURE__*/React.createElement(View, {
|
|
150
|
+
transparent: true,
|
|
142
151
|
style: {
|
|
143
152
|
flexDirection: 'row',
|
|
144
153
|
alignItems: 'flex-start'
|
|
@@ -148,7 +157,7 @@ const TeamEventCard = ({
|
|
|
148
157
|
marginRight: 4
|
|
149
158
|
},
|
|
150
159
|
size: 12,
|
|
151
|
-
color:
|
|
160
|
+
color: C.text.highlight,
|
|
152
161
|
weight: "bold"
|
|
153
162
|
}, event.home.rank) : /*#__PURE__*/React.createElement(React.Fragment, null), event?.home?.image?.url ? /*#__PURE__*/React.createElement(Image, {
|
|
154
163
|
source: {
|
|
@@ -162,17 +171,17 @@ const TeamEventCard = ({
|
|
|
162
171
|
resizeMode: "cover"
|
|
163
172
|
}) : /*#__PURE__*/React.createElement(React.Fragment, null), /*#__PURE__*/React.createElement(Text, {
|
|
164
173
|
size: 12,
|
|
165
|
-
|
|
174
|
+
theme: "h2",
|
|
166
175
|
weight: "semibold"
|
|
167
176
|
}, event.home?.market_name, " ", event.home?.name)), event?.home_sub_title ? /*#__PURE__*/React.createElement(Text, {
|
|
168
177
|
size: 12,
|
|
169
|
-
|
|
170
|
-
weight: "regular"
|
|
178
|
+
theme: "description"
|
|
171
179
|
}, event?.home_sub_title) : /*#__PURE__*/React.createElement(React.Fragment, null)), /*#__PURE__*/React.createElement(Text, {
|
|
172
180
|
size: 12,
|
|
173
|
-
|
|
181
|
+
theme: "h1",
|
|
174
182
|
weight: "bold"
|
|
175
183
|
}, event.home_team_score))), /*#__PURE__*/React.createElement(View, {
|
|
184
|
+
transparent: true,
|
|
176
185
|
nativeID: "market_details",
|
|
177
186
|
style: {
|
|
178
187
|
flex: 1
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","ActivityIndicator","FlatList","Image","
|
|
1
|
+
{"version":3,"names":["React","ActivityIndicator","FlatList","Image","MarketsCard","Colors","moment","CompetitionHelpers","FINALIZED_STATUSES","Text","View","useColors","TeamEventCard","loading","event","markets","competition_type","competition_match","competition_match_markets","player_picks","mode","onPick","C","wager_picks","filter","pp","stake","handleMarketSelect","mm","player_pick","market","find","m","market_id","alert","scheduled_datetime","isBefore","includes","status","event_title","createPickFromMatchMarket","competition_id","pick_title","getPickTitleForTeamEvent","renderWagerPicks","data","locked","createElement","style","flexDirection","marginTop","flex","size","color","text","highlight","item","textAlign","toFixed","potential_winnings","Fragment","transparent","padding","nativeID","alignItems","paddingRight","marginRight","away","rank","weight","image","url","source","uri","height","width","resizeMode","theme","market_name","name","away_sub_title","away_team_score","home","home_sub_title","home_team_score","disabled","isAfter","onMarketSelect","position","top","right","left","bottom","justifyContent","brand","midnight","length","renderItem","keyExtractor","player_pick_id","toString"],"sourceRoot":"../../../../src","sources":["Competition/components/TeamEventCard.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,19 +1,18 @@
|
|
|
1
1
|
import React, { useState } from "react";
|
|
2
|
-
import { TextInput, View } from "react-native";
|
|
3
2
|
import { CompetitionHelpers } from "../api";
|
|
4
|
-
import Colors from "../../constants/colors";
|
|
5
|
-
import { Button, Text } from "../../Components";
|
|
6
3
|
import moment from "moment-mini";
|
|
4
|
+
import { Button, Text, TextInput, View } from "../../Components/Themed";
|
|
5
|
+
import { useColors } from "../../constants/useColors";
|
|
7
6
|
const WagerPickForm = ({
|
|
8
7
|
player_pick,
|
|
9
8
|
event_title,
|
|
10
9
|
balance,
|
|
11
10
|
event_start,
|
|
12
|
-
width,
|
|
13
11
|
loading,
|
|
14
12
|
onCancel,
|
|
15
13
|
onSubmit
|
|
16
14
|
}) => {
|
|
15
|
+
const C = useColors();
|
|
17
16
|
const [reviewed, setReviewed] = useState(false);
|
|
18
17
|
const [wager, setWager] = useState({
|
|
19
18
|
stake: 0,
|
|
@@ -56,20 +55,20 @@ const WagerPickForm = ({
|
|
|
56
55
|
});
|
|
57
56
|
};
|
|
58
57
|
return /*#__PURE__*/React.createElement(View, {
|
|
58
|
+
float: true,
|
|
59
59
|
style: {
|
|
60
|
-
width,
|
|
61
|
-
backgroundColor: Colors.shades.white,
|
|
62
60
|
borderTopRightRadius: 22,
|
|
63
61
|
borderTopLeftRadius: 22
|
|
64
62
|
}
|
|
65
63
|
}, /*#__PURE__*/React.createElement(View, {
|
|
64
|
+
transparent: true,
|
|
66
65
|
nativeID: "event_info",
|
|
67
66
|
style: {
|
|
68
67
|
padding: 20
|
|
69
68
|
}
|
|
70
69
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
71
70
|
size: 14,
|
|
72
|
-
|
|
71
|
+
theme: "h2",
|
|
73
72
|
weight: "bold",
|
|
74
73
|
textAlign: "center"
|
|
75
74
|
}, moment(event_start).format('MM/DD @ hh:mm a')), /*#__PURE__*/React.createElement(Text, {
|
|
@@ -77,15 +76,17 @@ const WagerPickForm = ({
|
|
|
77
76
|
marginTop: 5
|
|
78
77
|
},
|
|
79
78
|
size: 14,
|
|
80
|
-
|
|
79
|
+
theme: "h2",
|
|
81
80
|
weight: "bold",
|
|
82
81
|
textAlign: "center"
|
|
83
82
|
}, event_title)), /*#__PURE__*/React.createElement(View, {
|
|
83
|
+
transparent: true,
|
|
84
84
|
nativeID: "pick_details",
|
|
85
85
|
style: {
|
|
86
86
|
padding: 10
|
|
87
87
|
}
|
|
88
88
|
}, /*#__PURE__*/React.createElement(View, {
|
|
89
|
+
transparent: true,
|
|
89
90
|
nativeID: "outcome",
|
|
90
91
|
style: {
|
|
91
92
|
flexDirection: 'row',
|
|
@@ -96,17 +97,18 @@ const WagerPickForm = ({
|
|
|
96
97
|
flex: 1
|
|
97
98
|
},
|
|
98
99
|
size: 14,
|
|
99
|
-
|
|
100
|
+
theme: "description",
|
|
100
101
|
weight: "regular"
|
|
101
102
|
}, "Outcome"), /*#__PURE__*/React.createElement(Text, {
|
|
102
103
|
style: {
|
|
103
104
|
flex: 2
|
|
104
105
|
},
|
|
105
106
|
size: 14,
|
|
106
|
-
|
|
107
|
+
theme: "h2",
|
|
107
108
|
weight: "semibold",
|
|
108
109
|
textAlign: "right"
|
|
109
110
|
}, player_pick.pick_title)), /*#__PURE__*/React.createElement(View, {
|
|
111
|
+
transparent: true,
|
|
110
112
|
nativeID: "probability",
|
|
111
113
|
style: {
|
|
112
114
|
flexDirection: 'row',
|
|
@@ -117,17 +119,18 @@ const WagerPickForm = ({
|
|
|
117
119
|
flex: 1
|
|
118
120
|
},
|
|
119
121
|
size: 14,
|
|
120
|
-
|
|
122
|
+
theme: "description",
|
|
121
123
|
weight: "regular"
|
|
122
124
|
}, "Probability"), /*#__PURE__*/React.createElement(Text, {
|
|
123
125
|
style: {
|
|
124
126
|
flex: 2
|
|
125
127
|
},
|
|
126
128
|
size: 14,
|
|
127
|
-
|
|
129
|
+
theme: "h2",
|
|
128
130
|
weight: "semibold",
|
|
129
131
|
textAlign: "right"
|
|
130
132
|
}, (player_pick.probability * 100).toFixed(2), "%")), /*#__PURE__*/React.createElement(View, {
|
|
133
|
+
transparent: true,
|
|
131
134
|
nativeID: "odds",
|
|
132
135
|
style: {
|
|
133
136
|
flexDirection: 'row',
|
|
@@ -138,58 +141,54 @@ const WagerPickForm = ({
|
|
|
138
141
|
flex: 1
|
|
139
142
|
},
|
|
140
143
|
size: 14,
|
|
141
|
-
|
|
144
|
+
theme: "description",
|
|
142
145
|
weight: "regular"
|
|
143
146
|
}, "Odds"), /*#__PURE__*/React.createElement(Text, {
|
|
144
147
|
style: {
|
|
145
148
|
flex: 2
|
|
146
149
|
},
|
|
147
150
|
size: 14,
|
|
148
|
-
|
|
151
|
+
theme: "h2",
|
|
149
152
|
weight: "semibold",
|
|
150
153
|
textAlign: "right"
|
|
151
154
|
}, CompetitionHelpers.getOddsLabel(player_pick.odds)))), /*#__PURE__*/React.createElement(View, {
|
|
155
|
+
transparent: true,
|
|
156
|
+
type: "row",
|
|
152
157
|
nativeID: "pick_input",
|
|
153
158
|
style: {
|
|
154
|
-
flexDirection: 'row',
|
|
155
159
|
padding: 10,
|
|
156
|
-
|
|
160
|
+
alignItems: 'flex-start'
|
|
157
161
|
}
|
|
158
162
|
}, /*#__PURE__*/React.createElement(View, {
|
|
163
|
+
transparent: true,
|
|
159
164
|
style: {
|
|
160
|
-
|
|
165
|
+
flexGrow: 1,
|
|
161
166
|
marginRight: 10
|
|
162
167
|
}
|
|
163
168
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
164
169
|
size: 14,
|
|
165
|
-
|
|
166
|
-
weight: "regular"
|
|
170
|
+
theme: "description"
|
|
167
171
|
}, "WAGER AMOUNT"), /*#__PURE__*/React.createElement(View, {
|
|
172
|
+
transparent: true,
|
|
173
|
+
type: "input",
|
|
168
174
|
style: {
|
|
169
|
-
flex: 1,
|
|
170
175
|
flexDirection: 'row',
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
backgroundColor: Colors.shades.white,
|
|
174
|
-
borderWidth: 1,
|
|
175
|
-
borderColor: Colors.accents.accent100
|
|
176
|
+
alignItems: 'center',
|
|
177
|
+
marginTop: 5
|
|
176
178
|
}
|
|
177
179
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
178
180
|
size: 14,
|
|
179
181
|
textAlign: "center",
|
|
180
|
-
|
|
182
|
+
theme: "h2",
|
|
181
183
|
style: {
|
|
182
|
-
padding: 10
|
|
183
|
-
borderRightWidth: 1,
|
|
184
|
-
borderColor: Colors.accents.accent100
|
|
184
|
+
padding: 10
|
|
185
185
|
}
|
|
186
186
|
}, "E"), /*#__PURE__*/React.createElement(TextInput, {
|
|
187
187
|
style: {
|
|
188
188
|
textAlign: 'center',
|
|
189
|
-
|
|
190
|
-
fontSize: 14,
|
|
191
|
-
backgroundColor: Colors.shades.white
|
|
189
|
+
flex: 1
|
|
192
190
|
},
|
|
191
|
+
transparent: true,
|
|
193
192
|
value: wager.stake_label,
|
|
194
193
|
onChangeText: text => handleWagerChange(text)
|
|
195
194
|
})), /*#__PURE__*/React.createElement(Text, {
|
|
@@ -197,42 +196,38 @@ const WagerPickForm = ({
|
|
|
197
196
|
style: {
|
|
198
197
|
margin: 5
|
|
199
198
|
},
|
|
200
|
-
color:
|
|
199
|
+
color: C.text.success
|
|
201
200
|
}, balance.toFixed(2), " Available")), /*#__PURE__*/React.createElement(View, {
|
|
201
|
+
transparent: true,
|
|
202
202
|
style: {
|
|
203
|
-
|
|
203
|
+
flexGrow: 0.5,
|
|
204
204
|
marginLeft: 10
|
|
205
205
|
}
|
|
206
206
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
207
207
|
size: 14,
|
|
208
|
-
|
|
209
|
-
weight: "regular"
|
|
208
|
+
theme: "description"
|
|
210
209
|
}, "WINNINGS"), /*#__PURE__*/React.createElement(View, {
|
|
210
|
+
type: "input",
|
|
211
211
|
style: {
|
|
212
212
|
flexDirection: 'row',
|
|
213
|
-
marginTop: 5
|
|
214
|
-
borderRadius: 4,
|
|
215
|
-
borderWidth: 1,
|
|
216
|
-
borderColor: Colors.accents.accent100
|
|
213
|
+
marginTop: 5
|
|
217
214
|
}
|
|
218
215
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
219
216
|
size: 14,
|
|
220
217
|
textAlign: "center",
|
|
221
|
-
|
|
218
|
+
theme: "h2",
|
|
222
219
|
style: {
|
|
223
|
-
padding: 10
|
|
224
|
-
borderRightWidth: 1,
|
|
225
|
-
borderColor: Colors.shades.shade100
|
|
220
|
+
padding: 10
|
|
226
221
|
}
|
|
227
222
|
}, "E"), /*#__PURE__*/React.createElement(Text, {
|
|
228
223
|
style: {
|
|
229
|
-
padding:
|
|
230
|
-
flex: 1
|
|
224
|
+
padding: 15
|
|
231
225
|
},
|
|
232
226
|
textAlign: "center",
|
|
233
227
|
size: 14,
|
|
234
|
-
color:
|
|
228
|
+
color: C.text.h1
|
|
235
229
|
}, wager.potential_winnings.toFixed(2))))), /*#__PURE__*/React.createElement(View, {
|
|
230
|
+
transparent: true,
|
|
236
231
|
nativeID: "pick_actions",
|
|
237
232
|
style: {
|
|
238
233
|
flexDirection: 'row',
|
|
@@ -243,25 +238,18 @@ const WagerPickForm = ({
|
|
|
243
238
|
flex: 1,
|
|
244
239
|
marginRight: 3
|
|
245
240
|
},
|
|
246
|
-
|
|
247
|
-
borderWidth: 1,
|
|
248
|
-
borderColor: Colors.brand.electric,
|
|
249
|
-
padding: 10,
|
|
241
|
+
type: "close",
|
|
250
242
|
title: "Cancel",
|
|
251
|
-
title_color: Colors.brand.electric,
|
|
252
243
|
onPress: () => onCancel()
|
|
253
244
|
}), /*#__PURE__*/React.createElement(Button, {
|
|
254
|
-
borderRadius: 4,
|
|
255
245
|
style: {
|
|
256
246
|
flex: 2,
|
|
257
247
|
marginLeft: 2,
|
|
258
248
|
opacity: loading || wager.stake <= 0 || wager.stake > balance ? 0.5 : 1
|
|
259
249
|
},
|
|
260
250
|
disabled: loading || wager.stake <= 0 || wager.stake > balance ? true : false,
|
|
261
|
-
|
|
262
|
-
padding: 10,
|
|
251
|
+
type: "success",
|
|
263
252
|
title: reviewed ? 'Submit' : 'Review',
|
|
264
|
-
title_color: Colors.shades.white,
|
|
265
253
|
onPress: () => handleSubmit()
|
|
266
254
|
})));
|
|
267
255
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","useState","
|
|
1
|
+
{"version":3,"names":["React","useState","CompetitionHelpers","moment","Button","Text","TextInput","View","useColors","WagerPickForm","player_pick","event_title","balance","event_start","loading","onCancel","onSubmit","C","reviewed","setReviewed","wager","setWager","stake","stake_label","potential_winnings","handleWagerChange","text","wager_amt","parseFloat","calcPotentialWinnings","odds","toString","handleSubmit","alert","createElement","float","style","borderTopRightRadius","borderTopLeftRadius","transparent","nativeID","padding","size","theme","weight","textAlign","format","marginTop","flexDirection","margin","flex","pick_title","probability","toFixed","getOddsLabel","type","alignItems","flexGrow","marginRight","value","onChangeText","color","success","marginLeft","h1","title","onPress","opacity","disabled"],"sourceRoot":"../../../../src","sources":["Competition/components/WagerPickForm.tsx"],"mappings":"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","ignoreList":[]}
|