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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["_Components","require","_react","_interopRequireWildcard","_Themed","_useColors","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","BoardStats","squares_competition","squares","player_squares","C","useColors","expanded","setExpanded","useState","total_payout","potential_winnings","guaranteed_payout","iteration_payout","payout_frequency","active_ps","filter","ps","status","ownership_pct","length","createElement","View","float","style","minWidth","Button","transparent","flexDirection","alignItems","onPress","Icons","PieIcon","color","text","h1","size","flex","marginLeft","Text","theme","marginTop","ChevronIcon","direction","padding","type","borderBottomWidth","borderColor","borders","light","marginRight","toFixed","success","weight","Fragment","_default","exports"],"sourceRoot":"../../../../src","sources":["Squares/components/BoardStats.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -8,8 +8,9 @@ var _reactNative = require("react-native");
|
|
|
8
8
|
var _styles = require("../../constants/styles");
|
|
9
9
|
var _Components = require("../../Components");
|
|
10
10
|
var _momentMini = _interopRequireDefault(require("moment-mini"));
|
|
11
|
-
var _colors = _interopRequireDefault(require("../../constants/colors"));
|
|
12
11
|
var _react = _interopRequireWildcard(require("react"));
|
|
12
|
+
var _Themed = require("../../Components/Themed");
|
|
13
|
+
var _useColors = require("../../constants/useColors");
|
|
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
16
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
@@ -17,23 +18,29 @@ const EventCard = ({
|
|
|
17
18
|
event,
|
|
18
19
|
league
|
|
19
20
|
}) => {
|
|
21
|
+
const C = (0, _useColors.useColors)();
|
|
20
22
|
const [expanded, setExpanded] = (0, _react.useState)(true);
|
|
21
23
|
const overtime_occurred = event.event_scoring && event.event_scoring.length > 4 ? true : false;
|
|
22
|
-
return /*#__PURE__*/_react.default.createElement(
|
|
24
|
+
return /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
25
|
+
float: true,
|
|
23
26
|
style: {
|
|
24
|
-
..._styles.view_styles.section,
|
|
25
27
|
minWidth: 350
|
|
26
28
|
}
|
|
27
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
28
|
-
|
|
29
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.Button, {
|
|
30
|
+
transparent: true,
|
|
31
|
+
style: {
|
|
32
|
+
flexDirection: 'row',
|
|
33
|
+
alignItems: 'center'
|
|
34
|
+
},
|
|
29
35
|
onPress: () => setExpanded(!expanded)
|
|
30
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
36
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
37
|
+
transparent: true,
|
|
31
38
|
style: {
|
|
32
39
|
flexDirection: 'row',
|
|
33
40
|
alignItems: 'center',
|
|
34
41
|
paddingRight: 5,
|
|
35
42
|
borderRightWidth: 1,
|
|
36
|
-
borderColor:
|
|
43
|
+
borderColor: C.borders.light
|
|
37
44
|
}
|
|
38
45
|
}, league ? /*#__PURE__*/_react.default.createElement(_reactNative.Image, {
|
|
39
46
|
source: {
|
|
@@ -46,25 +53,32 @@ const EventCard = ({
|
|
|
46
53
|
marginRight: 5
|
|
47
54
|
},
|
|
48
55
|
resizeMode: "cover"
|
|
49
|
-
}) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null)), /*#__PURE__*/_react.default.createElement(
|
|
56
|
+
}) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null)), /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
57
|
+
transparent: true,
|
|
50
58
|
style: {
|
|
51
59
|
flex: 1,
|
|
52
60
|
marginLeft: 5
|
|
53
61
|
}
|
|
54
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
55
|
-
theme: "
|
|
56
|
-
}, event.away?.market_name, " ", event.away?.name, " vs ", event.home?.market_name, " ", event.home?.name), /*#__PURE__*/_react.default.createElement(
|
|
62
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
63
|
+
theme: "h1"
|
|
64
|
+
}, event.away?.market_name, " ", event.away?.name, " vs ", event.home?.market_name, " ", event.home?.name), /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
57
65
|
style: {
|
|
58
66
|
marginTop: 3
|
|
59
67
|
},
|
|
60
|
-
theme: "
|
|
68
|
+
theme: "description"
|
|
61
69
|
}, event.time_detail == 'scheduled' ? (0, _momentMini.default)(event.scheduled_datetime).format('MMM D - hh:mm a') : event.time_detail)), /*#__PURE__*/_react.default.createElement(_Components.Icons.ChevronIcon, {
|
|
62
70
|
direction: expanded ? 'up' : 'down',
|
|
63
|
-
color:
|
|
71
|
+
color: C.text.h1,
|
|
64
72
|
size: 8
|
|
65
|
-
})), event.event_scoring && expanded ? /*#__PURE__*/_react.default.createElement(
|
|
66
|
-
|
|
67
|
-
|
|
73
|
+
})), event.event_scoring && expanded ? /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
74
|
+
transparent: true,
|
|
75
|
+
style: {
|
|
76
|
+
borderTopWidth: 1,
|
|
77
|
+
borderColor: C.borders.light,
|
|
78
|
+
padding: 10
|
|
79
|
+
}
|
|
80
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
81
|
+
transparent: true,
|
|
68
82
|
style: _styles.view_styles.body_row
|
|
69
83
|
}, /*#__PURE__*/_react.default.createElement(_reactNative.Image, {
|
|
70
84
|
source: {
|
|
@@ -77,26 +91,29 @@ const EventCard = ({
|
|
|
77
91
|
marginRight: 5
|
|
78
92
|
},
|
|
79
93
|
resizeMode: "cover"
|
|
80
|
-
}), /*#__PURE__*/_react.default.createElement(
|
|
94
|
+
}), /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
81
95
|
style: {
|
|
82
96
|
flex: 1
|
|
83
97
|
},
|
|
84
|
-
theme: "
|
|
85
|
-
}, event.away?.abbr), /*#__PURE__*/_react.default.createElement(
|
|
98
|
+
theme: "description"
|
|
99
|
+
}, event.away?.abbr), /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
100
|
+
transparent: true,
|
|
86
101
|
style: {
|
|
87
102
|
flex: 1,
|
|
88
103
|
flexDirection: 'row',
|
|
89
104
|
alignItems: 'center'
|
|
90
105
|
}
|
|
91
106
|
}, event.event_scoring.sort((a, b) => a.period - b.period).map(s => {
|
|
92
|
-
return /*#__PURE__*/_react.default.createElement(
|
|
107
|
+
return /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
108
|
+
transparent: true,
|
|
93
109
|
style: {
|
|
94
110
|
flex: 1
|
|
95
111
|
}
|
|
96
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
97
|
-
theme: overtime_occurred && s.period == 4 ? '
|
|
112
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
113
|
+
theme: overtime_occurred && s.period == 4 ? 'error' : 'h2'
|
|
98
114
|
}, s.away_cumulative_score));
|
|
99
|
-
}))), /*#__PURE__*/_react.default.createElement(
|
|
115
|
+
}))), /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
116
|
+
transparent: true,
|
|
100
117
|
style: _styles.view_styles.body_row
|
|
101
118
|
}, /*#__PURE__*/_react.default.createElement(_reactNative.Image, {
|
|
102
119
|
source: {
|
|
@@ -109,24 +126,26 @@ const EventCard = ({
|
|
|
109
126
|
marginRight: 5
|
|
110
127
|
},
|
|
111
128
|
resizeMode: "cover"
|
|
112
|
-
}), /*#__PURE__*/_react.default.createElement(
|
|
129
|
+
}), /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
113
130
|
style: {
|
|
114
131
|
flex: 1
|
|
115
132
|
},
|
|
116
|
-
theme: "
|
|
117
|
-
}, event.home?.abbr), /*#__PURE__*/_react.default.createElement(
|
|
133
|
+
theme: "description"
|
|
134
|
+
}, event.home?.abbr), /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
135
|
+
transparent: true,
|
|
118
136
|
style: {
|
|
119
137
|
flex: 1,
|
|
120
138
|
flexDirection: 'row',
|
|
121
139
|
alignItems: 'center'
|
|
122
140
|
}
|
|
123
141
|
}, event.event_scoring.map(s => {
|
|
124
|
-
return /*#__PURE__*/_react.default.createElement(
|
|
142
|
+
return /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
143
|
+
transparent: true,
|
|
125
144
|
style: {
|
|
126
145
|
flex: 1
|
|
127
146
|
}
|
|
128
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
129
|
-
theme: overtime_occurred && s.period == 4 ? '
|
|
147
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
148
|
+
theme: overtime_occurred && s.period == 4 ? 'error' : 'h2'
|
|
130
149
|
}, s.home_cumulative_score));
|
|
131
150
|
})))) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null));
|
|
132
151
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNative","require","_styles","_Components","_momentMini","_interopRequireDefault","
|
|
1
|
+
{"version":3,"names":["_reactNative","require","_styles","_Components","_momentMini","_interopRequireDefault","_react","_interopRequireWildcard","_Themed","_useColors","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","EventCard","event","league","C","useColors","expanded","setExpanded","useState","overtime_occurred","event_scoring","length","createElement","View","float","style","minWidth","Button","transparent","flexDirection","alignItems","onPress","paddingRight","borderRightWidth","borderColor","borders","light","Image","source","uri","league_image","height","width","borderRadius","marginRight","resizeMode","Fragment","flex","marginLeft","Text","theme","away","market_name","name","home","marginTop","time_detail","moment","scheduled_datetime","format","Icons","ChevronIcon","direction","color","text","h1","size","borderTopWidth","padding","view_styles","body_row","image","url","abbr","sort","b","period","map","s","away_cumulative_score","home_cumulative_score","_default","exports"],"sourceRoot":"../../../../src","sources":["Squares/components/EventCard.tsx"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AACA,IAAAC,OAAA,GAAAD,OAAA;AACA,IAAAE,WAAA,GAAAF,OAAA;AAEA,IAAAG,WAAA,GAAAC,sBAAA,CAAAJ,OAAA;AACA,IAAAK,MAAA,GAAAC,uBAAA,CAAAN,OAAA;AACA,IAAAO,OAAA,GAAAP,OAAA;AACA,IAAAQ,UAAA,GAAAR,OAAA;AAAqD,SAAAS,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAJ,wBAAAI,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAI,UAAA,SAAAJ,CAAA,eAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,WAAAK,OAAA,EAAAL,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAG,GAAA,CAAAN,CAAA,UAAAG,CAAA,CAAAI,GAAA,CAAAP,CAAA,OAAAQ,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAd,CAAA,oBAAAc,CAAA,OAAAC,cAAA,CAAAC,IAAA,CAAAhB,CAAA,EAAAc,CAAA,SAAAG,CAAA,GAAAP,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAb,CAAA,EAAAc,CAAA,UAAAG,CAAA,KAAAA,CAAA,CAAAV,GAAA,IAAAU,CAAA,CAAAC,GAAA,IAAAP,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAG,CAAA,IAAAT,CAAA,CAAAM,CAAA,IAAAd,CAAA,CAAAc,CAAA,YAAAN,CAAA,CAAAH,OAAA,GAAAL,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAe,GAAA,CAAAlB,CAAA,EAAAQ,CAAA,GAAAA,CAAA;AAAA,SAAAd,uBAAAM,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAI,UAAA,GAAAJ,CAAA,KAAAK,OAAA,EAAAL,CAAA;AAMrD,MAAMmB,SAAS,GAAGA,CAAC;EAAEC,KAAK;EAAEC;AAAsB,CAAC,KAAK;EACpD,MAAMC,CAAC,GAAG,IAAAC,oBAAS,EAAC,CAAC;EACrB,MAAM,CAAEC,QAAQ,EAAEC,WAAW,CAAE,GAAG,IAAAC,eAAQ,EAAC,IAAI,CAAC;EAChD,MAAMC,iBAAiB,GAAGP,KAAK,CAACQ,aAAa,IAAIR,KAAK,CAACQ,aAAa,CAACC,MAAM,GAAG,CAAC,GAAG,IAAI,GAAG,KAAK;EAE9F,oBACIlC,MAAA,CAAAU,OAAA,CAAAyB,aAAA,CAACjC,OAAA,CAAAkC,IAAI;IAACC,KAAK;IAACC,KAAK,EAAE;MAAEC,QAAQ,EAAC;IAAI;EAAE,gBAChCvC,MAAA,CAAAU,OAAA,CAAAyB,aAAA,CAACjC,OAAA,CAAAsC,MAAM;IAACC,WAAW;IAACH,KAAK,EAAE;MAAEI,aAAa,EAAC,KAAK;MAAEC,UAAU,EAAC;IAAS,CAAE;IAACC,OAAO,EAAEA,CAAA,KAAMd,WAAW,CAAC,CAACD,QAAQ;EAAE,gBAC3G7B,MAAA,CAAAU,OAAA,CAAAyB,aAAA,CAACjC,OAAA,CAAAkC,IAAI;IAACK,WAAW;IAACH,KAAK,EAAE;MAAEI,aAAa,EAAC,KAAK;MAAEC,UAAU,EAAC,QAAQ;MAAEE,YAAY,EAAC,CAAC;MAAEC,gBAAgB,EAAC,CAAC;MAAEC,WAAW,EAACpB,CAAC,CAACqB,OAAO,CAACC;IAAM;EAAE,GAClIvB,MAAM,gBACP1B,MAAA,CAAAU,OAAA,CAAAyB,aAAA,CAACzC,YAAA,CAAAwD,KAAK;IACFC,MAAM,EAAE;MAAEC,GAAG,EAAE1B,MAAM,CAAC2B;IAAa,CAAE;IACrCf,KAAK,EAAE;MAAEgB,MAAM,EAAC,EAAE;MAAEC,KAAK,EAAC,EAAE;MAAEC,YAAY,EAAC,CAAC;MAAEC,WAAW,EAAC;IAAE,CAAE;IAC9DC,UAAU,EAAC;EAAO,CACrB,CAAC,gBACD1D,MAAA,CAAAU,OAAA,CAAAyB,aAAA,CAAAnC,MAAA,CAAAU,OAAA,CAAAiD,QAAA,MAAI,CACH,CAAC,eACP3D,MAAA,CAAAU,OAAA,CAAAyB,aAAA,CAACjC,OAAA,CAAAkC,IAAI;IAACK,WAAW;IAACH,KAAK,EAAE;MAAEsB,IAAI,EAAC,CAAC;MAAEC,UAAU,EAAC;IAAE;EAAE,gBAC9C7D,MAAA,CAAAU,OAAA,CAAAyB,aAAA,CAACjC,OAAA,CAAA4D,IAAI;IAACC,KAAK,EAAC;EAAI,GAAEtC,KAAK,CAACuC,IAAI,EAAEC,WAAW,EAAC,GAAC,EAACxC,KAAK,CAACuC,IAAI,EAAEE,IAAI,EAAC,MAAI,EAACzC,KAAK,CAAC0C,IAAI,EAAEF,WAAW,EAAC,GAAC,EAACxC,KAAK,CAAC0C,IAAI,EAAED,IAAW,CAAC,eACpHlE,MAAA,CAAAU,OAAA,CAAAyB,aAAA,CAACjC,OAAA,CAAA4D,IAAI;IAACxB,KAAK,EAAE;MAAE8B,SAAS,EAAC;IAAE,CAAE;IAACL,KAAK,EAAC;EAAa,GAAEtC,KAAK,CAAC4C,WAAW,IAAI,WAAW,GAAG,IAAAC,mBAAM,EAAC7C,KAAK,CAAC8C,kBAAkB,CAAC,CAACC,MAAM,CAAC,iBAAiB,CAAC,GAAG/C,KAAK,CAAC4C,WAAkB,CACzK,CAAC,eACPrE,MAAA,CAAAU,OAAA,CAAAyB,aAAA,CAACtC,WAAA,CAAA4E,KAAK,CAACC,WAAW;IAACC,SAAS,EAAE9C,QAAQ,GAAC,IAAI,GAAC,MAAO;IAAC+C,KAAK,EAAEjD,CAAC,CAACkD,IAAI,CAACC,EAAG;IAACC,IAAI,EAAE;EAAE,CAAE,CAC5E,CAAC,EACJtD,KAAK,CAACQ,aAAa,IAAIJ,QAAQ,gBAChC7B,MAAA,CAAAU,OAAA,CAAAyB,aAAA,CAACjC,OAAA,CAAAkC,IAAI;IAACK,WAAW;IAACH,KAAK,EAAE;MAAE0C,cAAc,EAAC,CAAC;MAAEjC,WAAW,EAACpB,CAAC,CAACqB,OAAO,CAACC,KAAK;MAAEgC,OAAO,EAAC;IAAG;EAAE,gBACnFjF,MAAA,CAAAU,OAAA,CAAAyB,aAAA,CAACjC,OAAA,CAAAkC,IAAI;IAACK,WAAW;IAACH,KAAK,EAAE4C,mBAAW,CAACC;EAAS,gBAC1CnF,MAAA,CAAAU,OAAA,CAAAyB,aAAA,CAACzC,YAAA,CAAAwD,KAAK;IACFC,MAAM,EAAE;MAAEC,GAAG,EAAE3B,KAAK,CAACuC,IAAI,EAAEoB,KAAK,EAAEC;IAAI,CAAE;IACxC/C,KAAK,EAAE;MAAEgB,MAAM,EAAC,EAAE;MAAEC,KAAK,EAAC,EAAE;MAAEC,YAAY,EAAC,CAAC;MAAEC,WAAW,EAAC;IAAE,CAAE;IAC9DC,UAAU,EAAC;EAAO,CACrB,CAAC,eACF1D,MAAA,CAAAU,OAAA,CAAAyB,aAAA,CAACjC,OAAA,CAAA4D,IAAI;IAACxB,KAAK,EAAE;MAAEsB,IAAI,EAAC;IAAE,CAAE;IAACG,KAAK,EAAC;EAAa,GAAEtC,KAAK,CAACuC,IAAI,EAAEsB,IAAW,CAAC,eACtEtF,MAAA,CAAAU,OAAA,CAAAyB,aAAA,CAACjC,OAAA,CAAAkC,IAAI;IAACK,WAAW;IAACH,KAAK,EAAE;MAAEsB,IAAI,EAAC,CAAC;MAAElB,aAAa,EAAC,KAAK;MAAEC,UAAU,EAAC;IAAS;EAAE,GACzElB,KAAK,CAACQ,aAAa,CAACsD,IAAI,CAAC,CAACxE,CAAC,EAACyE,CAAC,KAAKzE,CAAC,CAAC0E,MAAM,GAAGD,CAAC,CAACC,MAAM,CAAC,CAACC,GAAG,CAACC,CAAC,IAAI;IAC7D,oBACI3F,MAAA,CAAAU,OAAA,CAAAyB,aAAA,CAACjC,OAAA,CAAAkC,IAAI;MAACK,WAAW;MAACH,KAAK,EAAE;QAAEsB,IAAI,EAAC;MAAE;IAAE,gBAChC5D,MAAA,CAAAU,OAAA,CAAAyB,aAAA,CAACjC,OAAA,CAAA4D,IAAI;MAACC,KAAK,EAAE/B,iBAAiB,IAAI2D,CAAC,CAACF,MAAM,IAAI,CAAC,GAAG,OAAO,GAAE;IAAK,GAAEE,CAAC,CAACC,qBAA4B,CAC9F,CAAC;EAEf,CAAC,CACC,CACJ,CAAC,eACP5F,MAAA,CAAAU,OAAA,CAAAyB,aAAA,CAACjC,OAAA,CAAAkC,IAAI;IAACK,WAAW;IAACH,KAAK,EAAE4C,mBAAW,CAACC;EAAS,gBAC1CnF,MAAA,CAAAU,OAAA,CAAAyB,aAAA,CAACzC,YAAA,CAAAwD,KAAK;IACFC,MAAM,EAAE;MAAEC,GAAG,EAAE3B,KAAK,CAAC0C,IAAI,EAAEiB,KAAK,EAAEC;IAAI,CAAE;IACxC/C,KAAK,EAAE;MAAEgB,MAAM,EAAC,EAAE;MAAEC,KAAK,EAAC,EAAE;MAAEC,YAAY,EAAC,CAAC;MAAEC,WAAW,EAAC;IAAE,CAAE;IAC9DC,UAAU,EAAC;EAAO,CACrB,CAAC,eACF1D,MAAA,CAAAU,OAAA,CAAAyB,aAAA,CAACjC,OAAA,CAAA4D,IAAI;IAACxB,KAAK,EAAE;MAAEsB,IAAI,EAAC;IAAE,CAAE;IAACG,KAAK,EAAC;EAAa,GAAEtC,KAAK,CAAC0C,IAAI,EAAEmB,IAAW,CAAC,eACtEtF,MAAA,CAAAU,OAAA,CAAAyB,aAAA,CAACjC,OAAA,CAAAkC,IAAI;IAACK,WAAW;IAACH,KAAK,EAAE;MAAEsB,IAAI,EAAC,CAAC;MAAElB,aAAa,EAAC,KAAK;MAAEC,UAAU,EAAC;IAAS;EAAE,GACzElB,KAAK,CAACQ,aAAa,CAACyD,GAAG,CAACC,CAAC,IAAI;IAC1B,oBACI3F,MAAA,CAAAU,OAAA,CAAAyB,aAAA,CAACjC,OAAA,CAAAkC,IAAI;MAACK,WAAW;MAACH,KAAK,EAAE;QAAEsB,IAAI,EAAC;MAAE;IAAE,gBAChC5D,MAAA,CAAAU,OAAA,CAAAyB,aAAA,CAACjC,OAAA,CAAA4D,IAAI;MAACC,KAAK,EAAE/B,iBAAiB,IAAI2D,CAAC,CAACF,MAAM,IAAI,CAAC,GAAG,OAAO,GAAE;IAAK,GAAEE,CAAC,CAACE,qBAA4B,CAC9F,CAAC;EAEf,CAAC,CACC,CACJ,CACJ,CAAC,gBACN7F,MAAA,CAAAU,OAAA,CAAAyB,aAAA,CAAAnC,MAAA,CAAAU,OAAA,CAAAiD,QAAA,MAAI,CACH,CAAC;AAEnB,CAAC;AAAA,IAAAmC,QAAA,GAAAC,OAAA,CAAArF,OAAA,GAEcc,SAAS","ignoreList":[]}
|
|
@@ -5,11 +5,12 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
var _reactNative = require("react-native");
|
|
8
|
-
var _styles = require("../../constants/styles");
|
|
9
8
|
var _Components = require("../../Components");
|
|
10
9
|
var _react = _interopRequireWildcard(require("react"));
|
|
11
10
|
var _colors = _interopRequireDefault(require("../../constants/colors"));
|
|
12
11
|
var _api = require("../api");
|
|
12
|
+
var _Themed = require("../../Components/Themed");
|
|
13
|
+
var _useColors = require("../../constants/useColors");
|
|
13
14
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
14
15
|
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); }
|
|
15
16
|
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; }
|
|
@@ -23,6 +24,7 @@ const MySquaresCard = ({
|
|
|
23
24
|
comp_status,
|
|
24
25
|
onSquareOffer
|
|
25
26
|
}) => {
|
|
27
|
+
const C = (0, _useColors.useColors)();
|
|
26
28
|
const [expanded, setExpanded] = (0, _react.useState)(false);
|
|
27
29
|
const renderPlayerSquares = data => {
|
|
28
30
|
const player_square = player_squares.find(ps => ps.sq_square_id == data.item.sq_square_id);
|
|
@@ -32,33 +34,39 @@ const MySquaresCard = ({
|
|
|
32
34
|
}
|
|
33
35
|
const square_offer = square_offers.find(so => so.sq_player_square_id == player_square.sq_player_square_id && so.status == 'offered');
|
|
34
36
|
const square_value = my_square_values.find(sv => sv.sq_square_id == player_square.sq_square_id);
|
|
35
|
-
return /*#__PURE__*/_react.default.createElement(
|
|
37
|
+
return /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
38
|
+
transparent: true,
|
|
39
|
+
type: "row",
|
|
36
40
|
style: {
|
|
37
|
-
|
|
41
|
+
padding: 5,
|
|
38
42
|
borderBottomWidth: 1,
|
|
39
|
-
borderColor:
|
|
43
|
+
borderColor: C.borders.light
|
|
40
44
|
}
|
|
41
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
45
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
46
|
+
transparent: true,
|
|
42
47
|
style: {
|
|
43
48
|
flex: 1
|
|
44
49
|
}
|
|
45
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
46
|
-
theme: "
|
|
47
|
-
}, "SQUARE: ", home_abbr, ": ", square.square_score_x, ", ", away_abbr, ": ", square.square_score_y), /*#__PURE__*/_react.default.createElement(
|
|
50
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
51
|
+
theme: "h2"
|
|
52
|
+
}, "SQUARE: ", home_abbr, ": ", square.square_score_x, ", ", away_abbr, ": ", square.square_score_y), /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
48
53
|
style: {
|
|
49
54
|
marginTop: 3
|
|
50
55
|
},
|
|
51
|
-
theme: "
|
|
52
|
-
}, "$", player_square.purchase_price.toFixed(2))), square_value ? /*#__PURE__*/_react.default.createElement(
|
|
56
|
+
theme: "description"
|
|
57
|
+
}, "$", player_square.purchase_price.toFixed(2))), square_value ? /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
58
|
+
transparent: true,
|
|
53
59
|
style: {
|
|
54
60
|
paddingRight: 20,
|
|
55
61
|
paddingLeft: 20
|
|
56
62
|
}
|
|
57
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
63
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
58
64
|
size: 14,
|
|
59
65
|
weight: "bold",
|
|
60
|
-
color: square_value.expected_value > 0 ?
|
|
61
|
-
}, "EV $", square_value.expected_payout.toFixed(2))) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), comp_status == 'in_progress' ? /*#__PURE__*/_react.default.createElement(
|
|
66
|
+
color: square_value.expected_value > 0 ? C.text.success : C.text.error
|
|
67
|
+
}, "EV $", square_value.expected_payout.toFixed(2))) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), comp_status == 'in_progress' ? /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
68
|
+
transparent: true
|
|
69
|
+
}, square_offer ? /*#__PURE__*/_react.default.createElement(_Themed.Button, {
|
|
62
70
|
title: "WITHDRAW",
|
|
63
71
|
title_color: _colors.default.shades.white,
|
|
64
72
|
backgroundColor: _colors.default.utility.warning,
|
|
@@ -66,22 +74,27 @@ const MySquaresCard = ({
|
|
|
66
74
|
...square_offer,
|
|
67
75
|
status: 'withdrawn'
|
|
68
76
|
})
|
|
69
|
-
}) : /*#__PURE__*/_react.default.createElement(
|
|
77
|
+
}) : /*#__PURE__*/_react.default.createElement(_Themed.Button, {
|
|
70
78
|
title: "SELL",
|
|
71
|
-
title_color:
|
|
72
|
-
backgroundColor:
|
|
79
|
+
title_color: C.text.white,
|
|
80
|
+
backgroundColor: C.text.action,
|
|
73
81
|
onPress: () => onSquareOffer(square, 'add')
|
|
74
82
|
})) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null));
|
|
75
83
|
};
|
|
76
|
-
return /*#__PURE__*/_react.default.createElement(
|
|
84
|
+
return /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
85
|
+
float: true,
|
|
77
86
|
style: {
|
|
78
|
-
..._styles.view_styles.section,
|
|
79
87
|
minWidth: 350
|
|
80
88
|
}
|
|
81
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
82
|
-
|
|
89
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.Button, {
|
|
90
|
+
transparent: true,
|
|
91
|
+
style: {
|
|
92
|
+
flexDirection: 'row',
|
|
93
|
+
alignItems: 'center'
|
|
94
|
+
},
|
|
83
95
|
onPress: () => setExpanded(!expanded)
|
|
84
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
96
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
97
|
+
transparent: true,
|
|
85
98
|
style: {
|
|
86
99
|
height: 18,
|
|
87
100
|
width: 18,
|
|
@@ -90,31 +103,35 @@ const MySquaresCard = ({
|
|
|
90
103
|
justifyContent: 'center',
|
|
91
104
|
alignItems: 'center'
|
|
92
105
|
}
|
|
93
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
106
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
94
107
|
size: 10,
|
|
95
108
|
weight: "bold",
|
|
96
109
|
color: _colors.default.shades.white,
|
|
97
110
|
textAlign: "center"
|
|
98
|
-
}, player_squares.length)), /*#__PURE__*/_react.default.createElement(
|
|
111
|
+
}, player_squares.length)), /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
112
|
+
transparent: true,
|
|
99
113
|
style: {
|
|
100
114
|
flex: 1,
|
|
101
115
|
marginLeft: 10
|
|
102
116
|
}
|
|
103
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
104
|
-
theme: "
|
|
105
|
-
}, "MY SQUARES"), /*#__PURE__*/_react.default.createElement(
|
|
117
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
118
|
+
theme: "h1"
|
|
119
|
+
}, "MY SQUARES"), /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
106
120
|
style: {
|
|
107
121
|
marginTop: 3
|
|
108
122
|
},
|
|
109
|
-
theme: "
|
|
123
|
+
theme: "description"
|
|
110
124
|
}, "Square you either own or have the highest bid on")), /*#__PURE__*/_react.default.createElement(_Components.Icons.ChevronIcon, {
|
|
111
125
|
direction: expanded ? 'up' : 'down',
|
|
112
126
|
size: 8,
|
|
113
|
-
color:
|
|
114
|
-
})), expanded ? /*#__PURE__*/_react.default.createElement(
|
|
115
|
-
|
|
127
|
+
color: C.text.h1
|
|
128
|
+
})), expanded ? /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
129
|
+
transparent: true,
|
|
130
|
+
style: {
|
|
131
|
+
padding: 20
|
|
132
|
+
}
|
|
116
133
|
}, /*#__PURE__*/_react.default.createElement(_reactNative.FlatList, {
|
|
117
|
-
data: my_square_values.sort((a, b) => b.expected_value - a.expected_value),
|
|
134
|
+
data: my_square_values.filter(sv => player_squares.map(ps => ps.sq_square_id.toString()).includes(sv.sq_square_id.toString())).sort((a, b) => b.expected_value - a.expected_value),
|
|
118
135
|
renderItem: renderPlayerSquares,
|
|
119
136
|
keyExtractor: item => item.sq_square_id.toString()
|
|
120
137
|
})) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNative","require","
|
|
1
|
+
{"version":3,"names":["_reactNative","require","_Components","_react","_interopRequireWildcard","_colors","_interopRequireDefault","_api","_Themed","_useColors","e","__esModule","default","_getRequireWildcardCache","WeakMap","r","t","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","MySquaresCard","player_squares","squares","away_abbr","home_abbr","square_offers","my_square_values","comp_status","onSquareOffer","C","useColors","expanded","setExpanded","useState","renderPlayerSquares","data","player_square","find","ps","sq_square_id","item","square","s","createElement","Fragment","square_offer","so","sq_player_square_id","status","square_value","sv","View","transparent","type","style","padding","borderBottomWidth","borderColor","borders","light","flex","Text","theme","square_score_x","square_score_y","marginTop","purchase_price","toFixed","paddingRight","paddingLeft","size","weight","color","expected_value","text","success","error","expected_payout","Button","title","title_color","Colors","shades","white","backgroundColor","utility","warning","onPress","SquaresApi","offserSquare","action","float","minWidth","flexDirection","alignItems","height","width","borderRadius","highlights","highlight200","justifyContent","textAlign","length","marginLeft","Icons","ChevronIcon","direction","h1","FlatList","filter","map","toString","includes","sort","b","renderItem","keyExtractor","_default","exports"],"sourceRoot":"../../../../src","sources":["Squares/components/MySquaresCard.tsx"],"mappings":"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","ignoreList":[]}
|