be-components 3.3.5 → 3.3.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +65 -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 +50 -48
- 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 +5 -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 +6 -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 +5 -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 +18 -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 +54 -57
- 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
|
@@ -6,16 +6,15 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
var _reactNative = require("react-native");
|
|
8
8
|
var _Components = require("../../Components");
|
|
9
|
-
var _styles = require("../../constants/styles");
|
|
10
|
-
var _colors = _interopRequireDefault(require("../../constants/colors"));
|
|
11
9
|
var _react = _interopRequireWildcard(require("react"));
|
|
12
10
|
var _momentMini = _interopRequireDefault(require("moment-mini"));
|
|
11
|
+
var _Themed = require("../../Components/Themed");
|
|
12
|
+
var _useColors = require("../../constants/useColors");
|
|
13
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
13
14
|
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
14
15
|
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
15
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
16
16
|
const MyStatsCard = ({
|
|
17
17
|
player_id,
|
|
18
|
-
players,
|
|
19
18
|
squares_expected_value,
|
|
20
19
|
away_abbr,
|
|
21
20
|
home_abbr,
|
|
@@ -26,6 +25,7 @@ const MyStatsCard = ({
|
|
|
26
25
|
square_results,
|
|
27
26
|
onSquareBid
|
|
28
27
|
}) => {
|
|
28
|
+
const C = (0, _useColors.useColors)();
|
|
29
29
|
const [expanded, setExpanded] = (0, _react.useState)(false);
|
|
30
30
|
const comp_started = (0, _momentMini.default)(squares_competition.begin_datetime).isBefore((0, _momentMini.default)()) ? true : false;
|
|
31
31
|
let total_payout = squares_competition.potential_winnings;
|
|
@@ -36,8 +36,6 @@ const MyStatsCard = ({
|
|
|
36
36
|
const my_ps = active_ps.filter(ps => ps.player_id == player_id);
|
|
37
37
|
let my_outbid_squares = [...new Set(player_square_history.filter(psh => psh.status == 'inactive').map(ps => ps.sq_square_id))];
|
|
38
38
|
my_outbid_squares = my_outbid_squares.filter(id => !my_ps.map(ps => ps.sq_square_id.toString()).includes(id.toString()));
|
|
39
|
-
const me = players.find(p => p.player_id == player_id);
|
|
40
|
-
console.log(me?.type);
|
|
41
39
|
const my_ownership = my_ps.length / active_ps.length * 100;
|
|
42
40
|
const money_in = my_ps.reduce((a, b) => a + b.purchase_price, 0);
|
|
43
41
|
const money_out = square_results.filter(sr => sr.sq_player_square_id && my_ps.map(mp => mp.sq_player_square_id.toString()).includes(sr.sq_player_square_id.toString())).reduce((a, b) => a + b.winnings, 0);
|
|
@@ -52,73 +50,76 @@ const MyStatsCard = ({
|
|
|
52
50
|
if (!square) {
|
|
53
51
|
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null);
|
|
54
52
|
}
|
|
55
|
-
return /*#__PURE__*/_react.default.createElement(
|
|
53
|
+
return /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
54
|
+
float: true,
|
|
56
55
|
style: {
|
|
57
|
-
backgroundColor: _colors.default.shades.white,
|
|
58
56
|
borderRadius: 8,
|
|
59
57
|
width: 110,
|
|
60
|
-
margin: 3
|
|
61
|
-
..._styles.view_styles.float
|
|
58
|
+
margin: 3
|
|
62
59
|
}
|
|
63
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
60
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
61
|
+
transparent: true,
|
|
64
62
|
style: {
|
|
65
63
|
flexDirection: 'row',
|
|
66
64
|
alignItems: 'center',
|
|
67
65
|
padding: 5,
|
|
68
66
|
borderBottomWidth: 1,
|
|
69
|
-
borderBottomColor:
|
|
67
|
+
borderBottomColor: C.borders.light,
|
|
70
68
|
borderTopRightRadius: 8,
|
|
71
69
|
borderTopLeftRadius: 8
|
|
72
70
|
}
|
|
73
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
71
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
74
72
|
style: {
|
|
75
73
|
flex: 1
|
|
76
74
|
}
|
|
77
75
|
}, /*#__PURE__*/_react.default.createElement(_Components.Icons.ChevronIcon, {
|
|
78
76
|
direction: "up",
|
|
79
|
-
color:
|
|
77
|
+
color: C.text.success,
|
|
80
78
|
size: 8
|
|
81
|
-
})), /*#__PURE__*/_react.default.createElement(
|
|
82
|
-
|
|
83
|
-
weight: "bold"
|
|
84
|
-
|
|
85
|
-
|
|
79
|
+
})), /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
80
|
+
theme: "success",
|
|
81
|
+
weight: "bold"
|
|
82
|
+
}, "EV $", data.item.after_purchase_expected_payout.toFixed(2))), /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
83
|
+
transparent: true,
|
|
86
84
|
style: {
|
|
87
85
|
padding: 10,
|
|
88
86
|
justifyContent: 'center'
|
|
89
87
|
}
|
|
90
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
88
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
91
89
|
style: {
|
|
92
90
|
flexDirection: 'row',
|
|
93
91
|
alignItems: 'center'
|
|
94
92
|
}
|
|
95
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
93
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
96
94
|
style: {
|
|
97
95
|
flex: 1
|
|
98
96
|
},
|
|
99
|
-
theme: "
|
|
100
|
-
}, home_abbr), /*#__PURE__*/_react.default.createElement(
|
|
101
|
-
theme: "
|
|
102
|
-
}, square.square_score_x)), /*#__PURE__*/_react.default.createElement(
|
|
97
|
+
theme: "description"
|
|
98
|
+
}, home_abbr), /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
99
|
+
theme: "h2"
|
|
100
|
+
}, square.square_score_x)), /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
103
101
|
style: {
|
|
104
102
|
flexDirection: 'row',
|
|
105
103
|
alignItems: 'center'
|
|
106
104
|
}
|
|
107
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
105
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
108
106
|
style: {
|
|
109
107
|
flex: 1
|
|
110
108
|
},
|
|
111
|
-
theme: "
|
|
112
|
-
}, away_abbr), /*#__PURE__*/_react.default.createElement(
|
|
113
|
-
theme: "
|
|
114
|
-
}, square.square_score_y))), /*#__PURE__*/_react.default.createElement(
|
|
109
|
+
theme: "description"
|
|
110
|
+
}, away_abbr), /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
111
|
+
theme: "h2"
|
|
112
|
+
}, square.square_score_y))), /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
113
|
+
transparent: true,
|
|
115
114
|
style: {
|
|
116
115
|
padding: 5
|
|
117
116
|
}
|
|
118
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
117
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.Button, {
|
|
119
118
|
title: `$${data.item.next_purchase_price}`,
|
|
120
|
-
|
|
121
|
-
|
|
119
|
+
type: "close",
|
|
120
|
+
style: {
|
|
121
|
+
padding: 10
|
|
122
|
+
},
|
|
122
123
|
onPress: () => onSquareBid(square, 'add')
|
|
123
124
|
})));
|
|
124
125
|
};
|
|
@@ -126,63 +127,72 @@ const MyStatsCard = ({
|
|
|
126
127
|
if (!isNaN(squares_expected_value.ev_pct)) {
|
|
127
128
|
ev_pct = squares_expected_value.ev_pct;
|
|
128
129
|
}
|
|
129
|
-
return /*#__PURE__*/_react.default.createElement(
|
|
130
|
+
return /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
131
|
+
float: true,
|
|
132
|
+
type: "header",
|
|
130
133
|
style: {
|
|
131
|
-
..._styles.view_styles.section,
|
|
132
134
|
minWidth: 350
|
|
133
135
|
}
|
|
134
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
135
|
-
|
|
136
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.Button, {
|
|
137
|
+
transparent: true,
|
|
138
|
+
style: {
|
|
139
|
+
flexDirection: 'row',
|
|
140
|
+
alignItems: 'center'
|
|
141
|
+
},
|
|
136
142
|
onPress: () => setExpanded(!expanded)
|
|
137
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
143
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
144
|
+
transparent: true,
|
|
138
145
|
style: {
|
|
139
146
|
justifyContent: 'center',
|
|
140
147
|
alignItems: 'center'
|
|
141
148
|
}
|
|
142
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
149
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
143
150
|
size: 14,
|
|
144
|
-
color: squares_expected_value.expected_value > 0 ?
|
|
151
|
+
color: squares_expected_value.expected_value > 0 ? C.text.success : C.text.error,
|
|
145
152
|
weight: "bold"
|
|
146
|
-
}, (ev_pct * 100).toFixed(2), "%"), /*#__PURE__*/_react.default.createElement(
|
|
153
|
+
}, (ev_pct * 100).toFixed(2), "%"), /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
147
154
|
style: {
|
|
148
155
|
marginTop: 3
|
|
149
156
|
},
|
|
150
157
|
size: 12,
|
|
151
|
-
color:
|
|
158
|
+
color: C.text.h1,
|
|
152
159
|
weight: "regular"
|
|
153
|
-
}, "EV")), /*#__PURE__*/_react.default.createElement(
|
|
160
|
+
}, "EV")), /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
161
|
+
transparent: true,
|
|
154
162
|
style: {
|
|
155
163
|
flex: 1,
|
|
156
164
|
marginLeft: 10
|
|
157
165
|
}
|
|
158
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
159
|
-
theme: "
|
|
160
|
-
}, "MY STATS (BETA)"), /*#__PURE__*/_react.default.createElement(
|
|
166
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
167
|
+
theme: "h1"
|
|
168
|
+
}, "MY STATS (BETA)"), /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
161
169
|
style: {
|
|
162
170
|
marginTop: 4
|
|
163
171
|
},
|
|
164
|
-
theme: "
|
|
172
|
+
theme: "description"
|
|
165
173
|
}, "Current statistics from the squares board")), /*#__PURE__*/_react.default.createElement(_Components.Icons.ChevronIcon, {
|
|
166
174
|
direction: expanded ? 'up' : 'down',
|
|
167
|
-
color:
|
|
175
|
+
color: C.text.h1,
|
|
168
176
|
size: 8
|
|
169
|
-
})), expanded && !comp_started ? /*#__PURE__*/_react.default.createElement(
|
|
177
|
+
})), expanded && !comp_started ? /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
170
178
|
style: {
|
|
171
179
|
padding: 5,
|
|
172
|
-
backgroundColor:
|
|
180
|
+
backgroundColor: C.text.gold
|
|
173
181
|
}
|
|
174
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
182
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
183
|
+
transparent: true,
|
|
175
184
|
style: {
|
|
176
185
|
padding: 5
|
|
177
186
|
}
|
|
178
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
179
|
-
theme: "
|
|
180
|
-
}, "Suggested Squares"), /*#__PURE__*/_react.default.createElement(
|
|
187
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
188
|
+
theme: "h1"
|
|
189
|
+
}, "Suggested Squares"), /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
181
190
|
style: {
|
|
182
191
|
marginTop: 3
|
|
183
192
|
},
|
|
184
|
-
theme: "
|
|
185
|
-
}, "Suggestions are determined by running thousands of simulations based on the board in its current state. These will change frequently as the board changes.")), /*#__PURE__*/_react.default.createElement(
|
|
193
|
+
theme: "description"
|
|
194
|
+
}, "Suggestions are determined by running thousands of simulations based on the board in its current state. These will change frequently as the board changes.")), /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
195
|
+
transparent: true,
|
|
186
196
|
style: {
|
|
187
197
|
marginTop: 3,
|
|
188
198
|
padding: 10,
|
|
@@ -194,142 +204,166 @@ const MyStatsCard = ({
|
|
|
194
204
|
horizontal: true,
|
|
195
205
|
renderItem: renderSuggestions,
|
|
196
206
|
keyExtractor: item => item.sq_square_id.toString()
|
|
197
|
-
}))) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), expanded ? /*#__PURE__*/_react.default.createElement(
|
|
198
|
-
|
|
199
|
-
|
|
207
|
+
}))) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), expanded ? /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
208
|
+
transparent: true,
|
|
209
|
+
style: {
|
|
210
|
+
padding: 10,
|
|
211
|
+
borderTopWidth: 1,
|
|
212
|
+
borderColor: C.borders.light
|
|
213
|
+
}
|
|
214
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
215
|
+
type: "row",
|
|
216
|
+
transparent: true,
|
|
200
217
|
style: {
|
|
201
|
-
..._styles.view_styles.body_row,
|
|
202
218
|
borderBottomWidth: 1,
|
|
203
|
-
borderColor:
|
|
219
|
+
borderColor: C.borders.light,
|
|
220
|
+
padding: 10
|
|
204
221
|
}
|
|
205
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
222
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
223
|
+
transparent: true,
|
|
206
224
|
style: {
|
|
207
225
|
flex: 1,
|
|
208
226
|
marginRight: 10
|
|
209
227
|
}
|
|
210
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
211
|
-
theme: "
|
|
212
|
-
}, "Expected Value (pct)"), /*#__PURE__*/_react.default.createElement(
|
|
228
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
229
|
+
theme: "h2"
|
|
230
|
+
}, "Expected Value (pct)"), /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
213
231
|
style: {
|
|
214
232
|
marginTop: 3
|
|
215
233
|
},
|
|
216
|
-
theme: "
|
|
217
|
-
}, "Based on your owned squares and ownership pct (for extrapolation), we can calculate the probable earnings of your squares over thousands of simulations")), /*#__PURE__*/_react.default.createElement(
|
|
234
|
+
theme: "description"
|
|
235
|
+
}, "Based on your owned squares and ownership pct (for extrapolation), we can calculate the probable earnings of your squares over thousands of simulations")), /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
236
|
+
transparent: true,
|
|
218
237
|
style: {
|
|
219
238
|
justifyContent: 'center',
|
|
220
239
|
alignItems: 'center'
|
|
221
240
|
}
|
|
222
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
223
|
-
color: squares_expected_value.expected_value > 0 ?
|
|
241
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
242
|
+
color: squares_expected_value.expected_value > 0 ? C.text.success : C.text.error,
|
|
224
243
|
weight: "bold",
|
|
225
244
|
size: 14
|
|
226
|
-
}, "$", squares_expected_value.expected_value.toFixed(2)), /*#__PURE__*/_react.default.createElement(
|
|
245
|
+
}, "$", squares_expected_value.expected_value.toFixed(2)), /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
227
246
|
style: {
|
|
228
247
|
marginTop: 3
|
|
229
248
|
},
|
|
230
|
-
color: squares_expected_value.expected_value > 0 ?
|
|
249
|
+
color: squares_expected_value.expected_value > 0 ? C.text.success : C.text.error,
|
|
231
250
|
weight: "regular",
|
|
232
251
|
size: 14
|
|
233
|
-
}, "(", (ev_pct * 100).toFixed(2), "%)"))), /*#__PURE__*/_react.default.createElement(
|
|
252
|
+
}, "(", (ev_pct * 100).toFixed(2), "%)"))), /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
253
|
+
type: "row",
|
|
254
|
+
transparent: true,
|
|
234
255
|
style: {
|
|
235
|
-
..._styles.view_styles.body_row,
|
|
236
256
|
borderBottomWidth: 1,
|
|
237
|
-
borderColor:
|
|
257
|
+
borderColor: C.borders.light,
|
|
258
|
+
padding: 10
|
|
238
259
|
}
|
|
239
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
260
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
261
|
+
transparent: true,
|
|
240
262
|
style: {
|
|
241
263
|
flex: 1,
|
|
242
264
|
marginRight: 10
|
|
243
265
|
}
|
|
244
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
245
|
-
theme: "
|
|
246
|
-
}, "Outbid Squares"), /*#__PURE__*/_react.default.createElement(
|
|
266
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
267
|
+
theme: "h2"
|
|
268
|
+
}, "Outbid Squares"), /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
247
269
|
style: {
|
|
248
270
|
marginTop: 3
|
|
249
271
|
},
|
|
250
|
-
theme: "
|
|
251
|
-
}, "Number of squares you bid on but were outbid or sold")), /*#__PURE__*/_react.default.createElement(
|
|
252
|
-
theme: "
|
|
253
|
-
}, my_outbid_squares.length, " Squares")), /*#__PURE__*/_react.default.createElement(
|
|
272
|
+
theme: "description"
|
|
273
|
+
}, "Number of squares you bid on but were outbid or sold")), /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
274
|
+
theme: "h2"
|
|
275
|
+
}, my_outbid_squares.length, " Squares")), /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
276
|
+
type: "row",
|
|
277
|
+
transparent: true,
|
|
254
278
|
style: {
|
|
255
|
-
..._styles.view_styles.body_row,
|
|
256
279
|
borderBottomWidth: 1,
|
|
257
|
-
borderColor:
|
|
280
|
+
borderColor: C.borders.light,
|
|
281
|
+
padding: 10
|
|
258
282
|
}
|
|
259
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
283
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
284
|
+
transparent: true,
|
|
260
285
|
style: {
|
|
261
286
|
flex: 1,
|
|
262
287
|
marginRight: 10
|
|
263
288
|
}
|
|
264
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
265
|
-
theme: "
|
|
266
|
-
}, "My Ownership (Pct)"), /*#__PURE__*/_react.default.createElement(
|
|
289
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
290
|
+
theme: "h2"
|
|
291
|
+
}, "My Ownership (Pct)"), /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
267
292
|
style: {
|
|
268
293
|
marginTop: 3
|
|
269
294
|
},
|
|
270
|
-
theme: "
|
|
271
|
-
}, "How much of the total board do I own? (All unbid squares will be extrapolated based on this ownership pct)")), /*#__PURE__*/_react.default.createElement(
|
|
272
|
-
theme: "
|
|
273
|
-
}, my_ps.length, " Squares (", my_ownership.toFixed(), "%)")), /*#__PURE__*/_react.default.createElement(
|
|
295
|
+
theme: "description"
|
|
296
|
+
}, "How much of the total board do I own? (All unbid squares will be extrapolated based on this ownership pct)")), /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
297
|
+
theme: "h2"
|
|
298
|
+
}, my_ps.length, " Squares (", my_ownership.toFixed(), "%)")), /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
299
|
+
type: "row",
|
|
300
|
+
transparent: true,
|
|
274
301
|
style: {
|
|
275
|
-
..._styles.view_styles.body_row,
|
|
276
302
|
borderBottomWidth: 1,
|
|
277
|
-
borderColor:
|
|
303
|
+
borderColor: C.borders.light,
|
|
304
|
+
padding: 10
|
|
278
305
|
}
|
|
279
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
306
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
307
|
+
transparent: true,
|
|
280
308
|
style: {
|
|
281
309
|
flex: 1,
|
|
282
310
|
marginRight: 10
|
|
283
311
|
}
|
|
284
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
285
|
-
theme: "
|
|
286
|
-
}, "My Total Paid"), /*#__PURE__*/_react.default.createElement(
|
|
312
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
313
|
+
theme: "h2"
|
|
314
|
+
}, "My Total Paid"), /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
287
315
|
style: {
|
|
288
316
|
marginTop: 3
|
|
289
317
|
},
|
|
290
|
-
theme: "
|
|
291
|
-
}, "How much have I paid for my ownership pct")), /*#__PURE__*/_react.default.createElement(
|
|
292
|
-
theme: "
|
|
293
|
-
}, "$", money_in.toFixed(2), " (", (money_in / total_payout * 100).toFixed(2), "%)")), /*#__PURE__*/_react.default.createElement(
|
|
318
|
+
theme: "description"
|
|
319
|
+
}, "How much have I paid for my ownership pct")), /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
320
|
+
theme: "h2"
|
|
321
|
+
}, "$", money_in.toFixed(2), " (", (money_in / total_payout * 100).toFixed(2), "%)")), /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
322
|
+
type: "row",
|
|
323
|
+
transparent: true,
|
|
294
324
|
style: {
|
|
295
|
-
..._styles.view_styles.body_row,
|
|
296
325
|
borderBottomWidth: 1,
|
|
297
|
-
borderColor:
|
|
326
|
+
borderColor: C.borders.light,
|
|
327
|
+
padding: 10
|
|
298
328
|
}
|
|
299
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
329
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
330
|
+
transparent: true,
|
|
300
331
|
style: {
|
|
301
332
|
flex: 1,
|
|
302
333
|
marginRight: 10
|
|
303
334
|
}
|
|
304
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
305
|
-
theme: "
|
|
306
|
-
}, "Winnings Received"), /*#__PURE__*/_react.default.createElement(
|
|
335
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
336
|
+
theme: "h2"
|
|
337
|
+
}, "Winnings Received"), /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
307
338
|
style: {
|
|
308
339
|
marginTop: 3
|
|
309
340
|
},
|
|
310
|
-
theme: "
|
|
311
|
-
}, "How much have I received from winning or selling squares")), /*#__PURE__*/_react.default.createElement(
|
|
312
|
-
theme: "
|
|
313
|
-
}, "$", money_out.toFixed(2))), /*#__PURE__*/_react.default.createElement(
|
|
341
|
+
theme: "description"
|
|
342
|
+
}, "How much have I received from winning or selling squares")), /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
343
|
+
theme: "h2"
|
|
344
|
+
}, "$", money_out.toFixed(2))), /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
345
|
+
type: "row",
|
|
346
|
+
transparent: true,
|
|
314
347
|
style: {
|
|
315
|
-
..._styles.view_styles.body_row,
|
|
316
348
|
borderBottomWidth: 1,
|
|
317
|
-
borderColor:
|
|
349
|
+
borderColor: C.borders.light,
|
|
350
|
+
padding: 10
|
|
318
351
|
}
|
|
319
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
352
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
353
|
+
transparent: true,
|
|
320
354
|
style: {
|
|
321
355
|
flex: 1,
|
|
322
356
|
marginRight: 10
|
|
323
357
|
}
|
|
324
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
325
|
-
theme: "
|
|
326
|
-
}, "ROI"), /*#__PURE__*/_react.default.createElement(
|
|
358
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
359
|
+
theme: "h2"
|
|
360
|
+
}, "ROI"), /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
327
361
|
style: {
|
|
328
362
|
marginTop: 3
|
|
329
363
|
},
|
|
330
|
-
theme: "
|
|
331
|
-
}, "What is my current return on investment (earnings / total paid)")), /*#__PURE__*/_react.default.createElement(
|
|
332
|
-
color: roi > 0 ?
|
|
364
|
+
theme: "description"
|
|
365
|
+
}, "What is my current return on investment (earnings / total paid)")), /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
366
|
+
color: roi > 0 ? C.text.success : C.text.error,
|
|
333
367
|
weight: "bold",
|
|
334
368
|
size: 14
|
|
335
369
|
}, (roi * 100).toFixed(2), "%"))) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNative","require","_Components","_styles","_colors","_interopRequireDefault","_react","_interopRequireWildcard","_momentMini","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","MyStatsCard","player_id","players","squares_expected_value","away_abbr","home_abbr","squares_competition","player_squares","player_square_history","squares","square_results","onSquareBid","expanded","setExpanded","useState","comp_started","moment","begin_datetime","isBefore","total_payout","potential_winnings","guaranteed_payout","active_ps","filter","ps","status","my_ps","my_outbid_squares","Set","psh","map","sq_square_id","id","toString","includes","me","find","p","console","log","type","my_ownership","length","money_in","reduce","b","purchase_price","money_out","sr","sq_player_square_id","mp","winnings","earnings","roi","suggested_squares","other_square_values","sv","after_purchase_expected_value","sort","slice","renderSuggestions","data","square","s","item","createElement","Fragment","View","style","backgroundColor","Colors","shades","white","borderRadius","width","margin","view_styles","float","flexDirection","alignItems","padding","borderBottomWidth","borderBottomColor","shade600","borderTopRightRadius","borderTopLeftRadius","flex","Icons","ChevronIcon","direction","color","utility","success","size","Text","weight","after_purchase_expected_payout","toFixed","justifyContent","theme","square_score_x","square_score_y","Button","title","next_purchase_price","title_color","brand","electric","onPress","ev_pct","isNaN","section","minWidth","TouchableOpacity","section_header","expected_value","error","marginTop","midnight","marginLeft","incentive","gold_faded","FlatList","horizontal","renderItem","keyExtractor","section_body","body_row","borderColor","marginRight","_default","exports"],"sourceRoot":"../../../../src","sources":["Squares/components/MyStatsCard.tsx"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["_reactNative","require","_Components","_react","_interopRequireWildcard","_momentMini","_interopRequireDefault","_Themed","_useColors","e","__esModule","default","_getRequireWildcardCache","WeakMap","r","t","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","MyStatsCard","player_id","squares_expected_value","away_abbr","home_abbr","squares_competition","player_squares","player_square_history","squares","square_results","onSquareBid","C","useColors","expanded","setExpanded","useState","comp_started","moment","begin_datetime","isBefore","total_payout","potential_winnings","guaranteed_payout","active_ps","filter","ps","status","my_ps","my_outbid_squares","Set","psh","map","sq_square_id","id","toString","includes","my_ownership","length","money_in","reduce","b","purchase_price","money_out","sr","sq_player_square_id","mp","winnings","earnings","roi","suggested_squares","other_square_values","sv","after_purchase_expected_value","sort","slice","renderSuggestions","data","square","find","s","item","createElement","Fragment","View","float","style","borderRadius","width","margin","transparent","flexDirection","alignItems","padding","borderBottomWidth","borderBottomColor","borders","light","borderTopRightRadius","borderTopLeftRadius","flex","Icons","ChevronIcon","direction","color","text","success","size","Text","theme","weight","after_purchase_expected_payout","toFixed","justifyContent","square_score_x","square_score_y","Button","title","next_purchase_price","type","onPress","ev_pct","isNaN","minWidth","expected_value","error","marginTop","h1","marginLeft","backgroundColor","gold","FlatList","horizontal","renderItem","keyExtractor","borderTopWidth","borderColor","marginRight","_default","exports"],"sourceRoot":"../../../../src","sources":["Squares/components/MyStatsCard.tsx"],"mappings":"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","ignoreList":[]}
|