be-components 3.3.6 → 3.3.8
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 +27 -36
- package/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/LoginForm.js +103 -124
- package/lib/commonjs/Authenticator/Components/LoginForm.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/StrategyForm.js +254 -347
- package/lib/commonjs/Authenticator/Components/StrategyForm.js.map +1 -1
- package/lib/commonjs/Authenticator/index.js +22 -32
- package/lib/commonjs/Authenticator/index.js.map +1 -1
- package/lib/commonjs/Competition/components/AthleteMarketCard.js +39 -26
- package/lib/commonjs/Competition/components/AthleteMarketCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionInfoCard.js +115 -175
- package/lib/commonjs/Competition/components/CompetitionInfoCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionLeaderboard.js +97 -95
- package/lib/commonjs/Competition/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionPlay.js +99 -113
- package/lib/commonjs/Competition/components/CompetitionPlay.js.map +1 -1
- package/lib/commonjs/Competition/components/EnterCompetitionPrompt.js +56 -75
- package/lib/commonjs/Competition/components/EnterCompetitionPrompt.js.map +1 -1
- package/lib/commonjs/Competition/components/LeaderPicks.js +4 -4
- package/lib/commonjs/Competition/components/LeaderPicks.js.map +1 -1
- package/lib/commonjs/Competition/components/MarketsCard.js +22 -12
- package/lib/commonjs/Competition/components/MarketsCard.js.map +1 -1
- package/lib/commonjs/Competition/components/TeamEventCard.js +46 -37
- package/lib/commonjs/Competition/components/TeamEventCard.js.map +1 -1
- package/lib/commonjs/Competition/components/WagerPickForm.js +73 -85
- package/lib/commonjs/Competition/components/WagerPickForm.js.map +1 -1
- package/lib/commonjs/Competition/index.js +236 -216
- package/lib/commonjs/Competition/index.js.map +1 -1
- package/lib/commonjs/Components/Button.js +49 -6
- package/lib/commonjs/Components/Button.js.map +1 -1
- package/lib/commonjs/Components/ConfirmationModal.js +29 -29
- package/lib/commonjs/Components/ConfirmationModal.js.map +1 -1
- package/lib/commonjs/Components/Themed.js +281 -0
- package/lib/commonjs/Components/Themed.js.map +1 -0
- package/lib/commonjs/MarketComponents/components/AthleteMarket/index.js +43 -52
- package/lib/commonjs/MarketComponents/components/AthleteMarket/index.js.map +1 -1
- package/lib/commonjs/MarketComponents/components/AthleteTournamentMarket/index.js +50 -61
- package/lib/commonjs/MarketComponents/components/AthleteTournamentMarket/index.js.map +1 -1
- package/lib/commonjs/MarketComponents/components/EventMarket/index.js +48 -54
- package/lib/commonjs/MarketComponents/components/EventMarket/index.js.map +1 -1
- package/lib/commonjs/MarketComponents/components/MarketButton/api/index.js +2 -3
- package/lib/commonjs/MarketComponents/components/MarketButton/api/index.js.map +1 -1
- package/lib/commonjs/MarketComponents/components/MarketButton/index.js +22 -22
- package/lib/commonjs/MarketComponents/components/MarketButton/index.js.map +1 -1
- package/lib/commonjs/MarketComponents/components/MatchMarket/index.js +53 -63
- package/lib/commonjs/MarketComponents/components/MatchMarket/index.js.map +1 -1
- package/lib/commonjs/MarketComponents/components/TeamEventMarket/index.js +239 -220
- package/lib/commonjs/MarketComponents/components/TeamEventMarket/index.js.map +1 -1
- package/lib/commonjs/MarketComponents/components/TeamTournamentMarket/index.js +48 -57
- package/lib/commonjs/MarketComponents/components/TeamTournamentMarket/index.js.map +1 -1
- package/lib/commonjs/MarketComponents/components/TournamentMarket/index.js +203 -131
- package/lib/commonjs/MarketComponents/components/TournamentMarket/index.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/BasicInfoManager.js +49 -55
- package/lib/commonjs/ProfileManager/Components/BasicInfoManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/BasicStatus.js +55 -88
- package/lib/commonjs/ProfileManager/Components/BasicStatus.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/CodeRedeem.js +94 -121
- package/lib/commonjs/ProfileManager/Components/CodeRedeem.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/DOBManager.js +42 -46
- package/lib/commonjs/ProfileManager/Components/DOBManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/EmailManager.js +66 -86
- package/lib/commonjs/ProfileManager/Components/EmailManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/PasswordManager.js +60 -78
- package/lib/commonjs/ProfileManager/Components/PasswordManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/PhoneManager.js +62 -81
- package/lib/commonjs/ProfileManager/Components/PhoneManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfilePicManager.js +19 -27
- package/lib/commonjs/ProfileManager/Components/ProfilePicManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfileWelcome.js +31 -48
- package/lib/commonjs/ProfileManager/Components/ProfileWelcome.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfileWizard.js +69 -92
- package/lib/commonjs/ProfileManager/Components/ProfileWizard.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/SettingsManager.js +63 -65
- package/lib/commonjs/ProfileManager/Components/SettingsManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/VouchCard.js +106 -132
- package/lib/commonjs/ProfileManager/Components/VouchCard.js.map +1 -1
- package/lib/commonjs/ProfileManager/index.js +29 -31
- package/lib/commonjs/ProfileManager/index.js.map +1 -1
- package/lib/commonjs/Share/api/index.js +13 -6
- package/lib/commonjs/Share/api/index.js.map +1 -1
- package/lib/commonjs/Share/index.js +11 -11
- package/lib/commonjs/Share/index.js.map +1 -1
- package/lib/commonjs/Squares/components/BidForm.js +142 -120
- package/lib/commonjs/Squares/components/BidForm.js.map +1 -1
- package/lib/commonjs/Squares/components/BidToggle.js +10 -11
- package/lib/commonjs/Squares/components/BidToggle.js.map +1 -1
- package/lib/commonjs/Squares/components/BoardStats.js +63 -47
- package/lib/commonjs/Squares/components/BoardStats.js.map +1 -1
- package/lib/commonjs/Squares/components/EventCard.js +48 -29
- package/lib/commonjs/Squares/components/EventCard.js.map +1 -1
- package/lib/commonjs/Squares/components/MySquaresCard.js +48 -31
- package/lib/commonjs/Squares/components/MySquaresCard.js.map +1 -1
- package/lib/commonjs/Squares/components/MyStatsCard.js +155 -121
- package/lib/commonjs/Squares/components/MyStatsCard.js.map +1 -1
- package/lib/commonjs/Squares/components/OfferForm.js +32 -32
- package/lib/commonjs/Squares/components/OfferForm.js.map +1 -1
- package/lib/commonjs/Squares/components/PrizeCard.js +44 -35
- package/lib/commonjs/Squares/components/PrizeCard.js.map +1 -1
- package/lib/commonjs/Squares/components/ResultsCard.js +37 -24
- package/lib/commonjs/Squares/components/ResultsCard.js.map +1 -1
- package/lib/commonjs/Squares/components/SquareOffersCard.js +20 -13
- package/lib/commonjs/Squares/components/SquareOffersCard.js.map +1 -1
- package/lib/commonjs/Squares/components/SquareOwners.js +44 -38
- package/lib/commonjs/Squares/components/SquareOwners.js.map +1 -1
- package/lib/commonjs/Squares/components/SquaresBoard.js +77 -59
- package/lib/commonjs/Squares/components/SquaresBoard.js.map +1 -1
- package/lib/commonjs/Squares/components/SquaresDetails.js +46 -36
- package/lib/commonjs/Squares/components/SquaresDetails.js.map +1 -1
- package/lib/commonjs/Squares/index.js +207 -150
- package/lib/commonjs/Squares/index.js.map +1 -1
- package/lib/commonjs/constants/colors.js +18 -3
- package/lib/commonjs/constants/colors.js.map +1 -1
- package/lib/commonjs/constants/styles.js +72 -2
- package/lib/commonjs/constants/styles.js.map +1 -1
- package/lib/commonjs/constants/useColors.js +153 -0
- package/lib/commonjs/constants/useColors.js.map +1 -0
- package/lib/module/Authenticator/Components/AuthStrategyIdentifier.js +21 -30
- package/lib/module/Authenticator/Components/AuthStrategyIdentifier.js.map +1 -1
- package/lib/module/Authenticator/Components/LoginForm.js +61 -82
- package/lib/module/Authenticator/Components/LoginForm.js.map +1 -1
- package/lib/module/Authenticator/Components/StrategyForm.js +234 -326
- package/lib/module/Authenticator/Components/StrategyForm.js.map +1 -1
- package/lib/module/Authenticator/index.js +16 -26
- package/lib/module/Authenticator/index.js.map +1 -1
- package/lib/module/Competition/components/AthleteMarketCard.js +28 -15
- package/lib/module/Competition/components/AthleteMarketCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionInfoCard.js +82 -141
- package/lib/module/Competition/components/CompetitionInfoCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionLeaderboard.js +68 -66
- package/lib/module/Competition/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionPlay.js +65 -79
- package/lib/module/Competition/components/CompetitionPlay.js.map +1 -1
- package/lib/module/Competition/components/EnterCompetitionPrompt.js +35 -54
- package/lib/module/Competition/components/EnterCompetitionPrompt.js.map +1 -1
- package/lib/module/Competition/components/LeaderPicks.js +4 -4
- package/lib/module/Competition/components/LeaderPicks.js.map +1 -1
- package/lib/module/Competition/components/MarketsCard.js +15 -5
- package/lib/module/Competition/components/MarketsCard.js.map +1 -1
- package/lib/module/Competition/components/TeamEventCard.js +24 -15
- package/lib/module/Competition/components/TeamEventCard.js.map +1 -1
- package/lib/module/Competition/components/WagerPickForm.js +44 -56
- package/lib/module/Competition/components/WagerPickForm.js.map +1 -1
- package/lib/module/Competition/index.js +215 -195
- package/lib/module/Competition/index.js.map +1 -1
- package/lib/module/Components/Button.js +49 -6
- package/lib/module/Components/Button.js.map +1 -1
- package/lib/module/Components/ConfirmationModal.js +21 -21
- package/lib/module/Components/ConfirmationModal.js.map +1 -1
- package/lib/module/Components/Themed.js +269 -0
- package/lib/module/Components/Themed.js.map +1 -0
- package/lib/module/MarketComponents/components/AthleteMarket/index.js +29 -38
- package/lib/module/MarketComponents/components/AthleteMarket/index.js.map +1 -1
- package/lib/module/MarketComponents/components/AthleteTournamentMarket/index.js +36 -47
- package/lib/module/MarketComponents/components/AthleteTournamentMarket/index.js.map +1 -1
- package/lib/module/MarketComponents/components/EventMarket/index.js +35 -41
- package/lib/module/MarketComponents/components/EventMarket/index.js.map +1 -1
- package/lib/module/MarketComponents/components/MarketButton/api/index.js +2 -3
- package/lib/module/MarketComponents/components/MarketButton/api/index.js.map +1 -1
- package/lib/module/MarketComponents/components/MarketButton/index.js +17 -17
- package/lib/module/MarketComponents/components/MarketButton/index.js.map +1 -1
- package/lib/module/MarketComponents/components/MatchMarket/index.js +35 -45
- package/lib/module/MarketComponents/components/MatchMarket/index.js.map +1 -1
- package/lib/module/MarketComponents/components/TeamEventMarket/index.js +176 -157
- package/lib/module/MarketComponents/components/TeamEventMarket/index.js.map +1 -1
- package/lib/module/MarketComponents/components/TeamTournamentMarket/index.js +34 -43
- package/lib/module/MarketComponents/components/TeamTournamentMarket/index.js.map +1 -1
- package/lib/module/MarketComponents/components/TournamentMarket/index.js +172 -100
- package/lib/module/MarketComponents/components/TournamentMarket/index.js.map +1 -1
- package/lib/module/ProfileManager/Components/BasicInfoManager.js +28 -34
- package/lib/module/ProfileManager/Components/BasicInfoManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/BasicStatus.js +28 -61
- package/lib/module/ProfileManager/Components/BasicStatus.js.map +1 -1
- package/lib/module/ProfileManager/Components/CodeRedeem.js +55 -81
- package/lib/module/ProfileManager/Components/CodeRedeem.js.map +1 -1
- package/lib/module/ProfileManager/Components/DOBManager.js +27 -31
- package/lib/module/ProfileManager/Components/DOBManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/EmailManager.js +42 -61
- package/lib/module/ProfileManager/Components/EmailManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/PasswordManager.js +36 -54
- package/lib/module/ProfileManager/Components/PasswordManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/PhoneManager.js +37 -56
- package/lib/module/ProfileManager/Components/PhoneManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfilePicManager.js +10 -18
- package/lib/module/ProfileManager/Components/ProfilePicManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfileWelcome.js +21 -38
- package/lib/module/ProfileManager/Components/ProfileWelcome.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfileWizard.js +42 -65
- package/lib/module/ProfileManager/Components/ProfileWizard.js.map +1 -1
- package/lib/module/ProfileManager/Components/SettingsManager.js +45 -47
- package/lib/module/ProfileManager/Components/SettingsManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/VouchCard.js +69 -95
- package/lib/module/ProfileManager/Components/VouchCard.js.map +1 -1
- package/lib/module/ProfileManager/index.js +18 -20
- package/lib/module/ProfileManager/index.js.map +1 -1
- package/lib/module/Share/api/index.js +11 -6
- package/lib/module/Share/api/index.js.map +1 -1
- package/lib/module/Share/index.js +13 -13
- package/lib/module/Share/index.js.map +1 -1
- package/lib/module/Squares/components/BidForm.js +138 -116
- package/lib/module/Squares/components/BidForm.js.map +1 -1
- package/lib/module/Squares/components/BidToggle.js +6 -7
- package/lib/module/Squares/components/BidToggle.js.map +1 -1
- package/lib/module/Squares/components/BoardStats.js +44 -27
- package/lib/module/Squares/components/BoardStats.js.map +1 -1
- package/lib/module/Squares/components/EventCard.js +34 -15
- package/lib/module/Squares/components/EventCard.js.map +1 -1
- package/lib/module/Squares/components/MySquaresCard.js +36 -19
- package/lib/module/Squares/components/MySquaresCard.js.map +1 -1
- package/lib/module/Squares/components/MyStatsCard.js +98 -64
- package/lib/module/Squares/components/MyStatsCard.js.map +1 -1
- package/lib/module/Squares/components/OfferForm.js +12 -12
- package/lib/module/Squares/components/OfferForm.js.map +1 -1
- package/lib/module/Squares/components/PrizeCard.js +25 -16
- package/lib/module/Squares/components/PrizeCard.js.map +1 -1
- package/lib/module/Squares/components/ResultsCard.js +27 -14
- package/lib/module/Squares/components/ResultsCard.js.map +1 -1
- package/lib/module/Squares/components/SquareOffersCard.js +16 -9
- package/lib/module/Squares/components/SquareOffersCard.js.map +1 -1
- package/lib/module/Squares/components/SquareOwners.js +35 -28
- package/lib/module/Squares/components/SquareOwners.js.map +1 -1
- package/lib/module/Squares/components/SquaresBoard.js +52 -34
- package/lib/module/Squares/components/SquaresBoard.js.map +1 -1
- package/lib/module/Squares/components/SquaresDetails.js +30 -19
- package/lib/module/Squares/components/SquaresDetails.js.map +1 -1
- package/lib/module/Squares/index.js +206 -149
- package/lib/module/Squares/index.js.map +1 -1
- package/lib/module/constants/colors.js +18 -3
- package/lib/module/constants/colors.js.map +1 -1
- package/lib/module/constants/styles.js +71 -1
- package/lib/module/constants/styles.js.map +1 -1
- package/lib/module/constants/useColors.js +145 -0
- package/lib/module/constants/useColors.js.map +1 -0
- package/lib/typescript/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Authenticator/Components/LoginForm.d.ts +2 -2
- package/lib/typescript/lib/commonjs/Authenticator/Components/LoginForm.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Authenticator/Components/StrategyForm.d.ts +2 -4
- package/lib/typescript/lib/commonjs/Authenticator/Components/StrategyForm.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Authenticator/index.d.ts +2 -2
- package/lib/typescript/lib/commonjs/Authenticator/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Competition/components/AthleteMarketCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Competition/components/CompetitionInfoCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Competition/components/CompetitionLeaderboard.d.ts +1 -3
- package/lib/typescript/lib/commonjs/Competition/components/CompetitionLeaderboard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Competition/components/CompetitionPlay.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Competition/components/EnterCompetitionPrompt.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Competition/components/MarketsCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Competition/components/TeamEventCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Competition/components/WagerPickForm.d.ts +1 -2
- package/lib/typescript/lib/commonjs/Competition/components/WagerPickForm.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Competition/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Components/Button.d.ts +2 -1
- package/lib/typescript/lib/commonjs/Components/Button.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Components/ConfirmationModal.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Components/Themed.d.ts +6 -0
- package/lib/typescript/lib/commonjs/Components/Themed.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/AthleteTournamentMarket/index.d.ts +2 -2
- package/lib/typescript/lib/commonjs/MarketComponents/components/AthleteTournamentMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/MarketComponents/components/EventMarket/index.d.ts +2 -2
- package/lib/typescript/lib/commonjs/MarketComponents/components/EventMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/MarketComponents/components/MarketButton/api/index.d.ts +1 -1
- package/lib/typescript/lib/commonjs/MarketComponents/components/MarketButton/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/MarketComponents/components/MatchMarket/index.d.ts +2 -1
- package/lib/typescript/lib/commonjs/MarketComponents/components/MatchMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/MarketComponents/components/TeamTournamentMarket/index.d.ts +2 -2
- package/lib/typescript/lib/commonjs/MarketComponents/components/TeamTournamentMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/MarketComponents/components/TournamentMarket/index.d.ts +3 -1
- package/lib/typescript/lib/commonjs/MarketComponents/components/TournamentMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/BasicInfoManager.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/BasicStatus.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/CodeRedeem.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/DOBManager.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/EmailManager.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/PasswordManager.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/PhoneManager.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/ProfilePicManager.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/ProfileWelcome.d.ts +1 -2
- package/lib/typescript/lib/commonjs/ProfileManager/Components/ProfileWelcome.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/ProfileWizard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/SettingsManager.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/VouchCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/index.d.ts +1 -2
- package/lib/typescript/lib/commonjs/ProfileManager/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Share/api/index.d.ts +1 -1
- package/lib/typescript/lib/commonjs/Share/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/BidForm.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/BidToggle.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/BoardStats.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/EventCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/MySquaresCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/MyStatsCard.d.ts +1 -2
- package/lib/typescript/lib/commonjs/Squares/components/MyStatsCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/PrizeCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/ResultsCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/SquareOffersCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/SquareOwners.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/SquaresBoard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/SquaresDetails.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/constants/colors.d.ts +9 -0
- package/lib/typescript/lib/commonjs/constants/styles.d.ts +95 -8
- package/lib/typescript/lib/commonjs/constants/useColors.d.ts +58 -0
- package/lib/typescript/lib/commonjs/constants/useColors.d.ts.map +1 -0
- package/lib/typescript/lib/module/Authenticator/Components/AuthStrategyIdentifier.d.ts +1 -2
- package/lib/typescript/lib/module/Authenticator/Components/AuthStrategyIdentifier.d.ts.map +1 -1
- package/lib/typescript/lib/module/Authenticator/Components/LoginForm.d.ts +3 -4
- package/lib/typescript/lib/module/Authenticator/Components/LoginForm.d.ts.map +1 -1
- package/lib/typescript/lib/module/Authenticator/Components/StrategyForm.d.ts +3 -6
- package/lib/typescript/lib/module/Authenticator/Components/StrategyForm.d.ts.map +1 -1
- package/lib/typescript/lib/module/Authenticator/index.d.ts +4 -4
- package/lib/typescript/lib/module/Authenticator/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/components/AthleteMarketCard.d.ts +1 -2
- package/lib/typescript/lib/module/Competition/components/AthleteMarketCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/components/CompetitionInfoCard.d.ts +1 -2
- package/lib/typescript/lib/module/Competition/components/CompetitionInfoCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/components/CompetitionLeaderboard.d.ts +2 -5
- package/lib/typescript/lib/module/Competition/components/CompetitionLeaderboard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/components/CompetitionPlay.d.ts +1 -2
- package/lib/typescript/lib/module/Competition/components/CompetitionPlay.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/components/EnterCompetitionPrompt.d.ts +1 -2
- package/lib/typescript/lib/module/Competition/components/EnterCompetitionPrompt.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/components/MarketsCard.d.ts +1 -2
- package/lib/typescript/lib/module/Competition/components/MarketsCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/components/TeamEventCard.d.ts +1 -2
- package/lib/typescript/lib/module/Competition/components/TeamEventCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/components/WagerPickForm.d.ts +2 -4
- package/lib/typescript/lib/module/Competition/components/WagerPickForm.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/index.d.ts +1 -2
- package/lib/typescript/lib/module/Competition/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/Components/Button.d.ts +2 -1
- package/lib/typescript/lib/module/Components/Button.d.ts.map +1 -1
- package/lib/typescript/lib/module/Components/ConfirmationModal.d.ts.map +1 -1
- package/lib/typescript/lib/module/Components/Spring.d.ts +1 -1
- package/lib/typescript/lib/module/Components/Themed.d.ts +9 -0
- package/lib/typescript/lib/module/Components/Themed.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/AthleteMarket/index.d.ts +3 -4
- package/lib/typescript/lib/module/MarketComponents/components/AthleteMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketComponents/components/AthleteTournamentMarket/index.d.ts +3 -4
- package/lib/typescript/lib/module/MarketComponents/components/AthleteTournamentMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketComponents/components/EventMarket/index.d.ts +3 -4
- package/lib/typescript/lib/module/MarketComponents/components/EventMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketComponents/components/MarketButton/api/index.d.ts +2 -2
- package/lib/typescript/lib/module/MarketComponents/components/MarketButton/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketComponents/components/MarketButton/index.d.ts +1 -2
- package/lib/typescript/lib/module/MarketComponents/components/MarketButton/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketComponents/components/MatchMarket/index.d.ts +3 -3
- package/lib/typescript/lib/module/MarketComponents/components/MatchMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketComponents/components/TeamEventMarket/index.d.ts +3 -3
- package/lib/typescript/lib/module/MarketComponents/components/TeamEventMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketComponents/components/TeamTournamentMarket/index.d.ts +3 -4
- package/lib/typescript/lib/module/MarketComponents/components/TeamTournamentMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketComponents/components/TournamentMarket/index.d.ts +4 -3
- package/lib/typescript/lib/module/MarketComponents/components/TournamentMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/BasicInfoManager.d.ts +1 -2
- package/lib/typescript/lib/module/ProfileManager/Components/BasicInfoManager.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/BasicStatus.d.ts +1 -2
- package/lib/typescript/lib/module/ProfileManager/Components/BasicStatus.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/CodeRedeem.d.ts +1 -2
- package/lib/typescript/lib/module/ProfileManager/Components/CodeRedeem.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/DOBManager.d.ts +1 -2
- package/lib/typescript/lib/module/ProfileManager/Components/DOBManager.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/EmailManager.d.ts +1 -2
- package/lib/typescript/lib/module/ProfileManager/Components/EmailManager.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/PasswordManager.d.ts +1 -2
- package/lib/typescript/lib/module/ProfileManager/Components/PasswordManager.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/PhoneManager.d.ts +1 -2
- package/lib/typescript/lib/module/ProfileManager/Components/PhoneManager.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/ProfilePicManager.d.ts +1 -2
- package/lib/typescript/lib/module/ProfileManager/Components/ProfilePicManager.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/ProfileWelcome.d.ts +2 -4
- package/lib/typescript/lib/module/ProfileManager/Components/ProfileWelcome.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/ProfileWizard.d.ts +1 -2
- package/lib/typescript/lib/module/ProfileManager/Components/ProfileWizard.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/SettingsManager.d.ts +1 -2
- package/lib/typescript/lib/module/ProfileManager/Components/SettingsManager.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/VouchCard.d.ts +1 -4
- package/lib/typescript/lib/module/ProfileManager/Components/VouchCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/index.d.ts +2 -4
- package/lib/typescript/lib/module/ProfileManager/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/Share/api/index.d.ts +1 -1
- package/lib/typescript/lib/module/Share/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/Share/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/BidForm.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/BidForm.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/BidToggle.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/BidToggle.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/BoardStats.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/BoardStats.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/EventCard.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/EventCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/MySquaresCard.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/MySquaresCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/MyStatsCard.d.ts +2 -4
- package/lib/typescript/lib/module/Squares/components/MyStatsCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/OfferForm.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/OfferForm.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/PrizeCard.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/PrizeCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/ResultsCard.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/ResultsCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/SquareOffersCard.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/SquareOffersCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/SquareOwners.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/SquareOwners.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/SquaresBoard.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/SquaresBoard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/SquaresDetails.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/SquaresDetails.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/index.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/constants/colors.d.ts +9 -0
- package/lib/typescript/lib/module/constants/styles.d.ts +95 -8
- package/lib/typescript/lib/module/constants/useColors.d.ts +57 -0
- package/lib/typescript/lib/module/constants/useColors.d.ts.map +1 -0
- package/lib/typescript/src/Authenticator/Components/AuthStrategyIdentifier.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/LoginForm.d.ts +2 -2
- package/lib/typescript/src/Authenticator/Components/LoginForm.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/StrategyForm.d.ts +2 -3
- package/lib/typescript/src/Authenticator/Components/StrategyForm.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/index.d.ts +2 -2
- package/lib/typescript/src/Authenticator/index.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/AthleteMarketCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionInfoCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionLeaderboard.d.ts +1 -1
- package/lib/typescript/src/Competition/components/CompetitionLeaderboard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionPlay.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/EnterCompetitionPrompt.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/LeaderPicks.d.ts +1 -1
- package/lib/typescript/src/Competition/components/LeaderPicks.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/MarketsCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/TeamEventCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/WagerPickForm.d.ts +1 -1
- package/lib/typescript/src/Competition/components/WagerPickForm.d.ts.map +1 -1
- package/lib/typescript/src/Competition/index.d.ts.map +1 -1
- package/lib/typescript/src/Components/Button.d.ts +2 -1
- package/lib/typescript/src/Components/Button.d.ts.map +1 -1
- package/lib/typescript/src/Components/ConfirmationModal.d.ts.map +1 -1
- package/lib/typescript/src/Components/Themed.d.ts +38 -0
- package/lib/typescript/src/Components/Themed.d.ts.map +1 -0
- package/lib/typescript/src/MarketComponents/components/AthleteMarket/index.d.ts +2 -1
- package/lib/typescript/src/MarketComponents/components/AthleteMarket/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/components/AthleteTournamentMarket/index.d.ts +2 -1
- package/lib/typescript/src/MarketComponents/components/AthleteTournamentMarket/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/components/EventMarket/index.d.ts +2 -1
- package/lib/typescript/src/MarketComponents/components/EventMarket/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/components/MarketButton/api/index.d.ts +2 -2
- package/lib/typescript/src/MarketComponents/components/MarketButton/api/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/components/MarketButton/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/components/MatchMarket/index.d.ts +2 -1
- package/lib/typescript/src/MarketComponents/components/MatchMarket/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/components/TeamEventMarket/index.d.ts +2 -1
- package/lib/typescript/src/MarketComponents/components/TeamEventMarket/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/components/TeamTournamentMarket/index.d.ts +2 -1
- package/lib/typescript/src/MarketComponents/components/TeamTournamentMarket/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/components/TournamentMarket/index.d.ts +3 -1
- package/lib/typescript/src/MarketComponents/components/TournamentMarket/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/index.d.ts +15 -7
- package/lib/typescript/src/MarketComponents/index.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/BasicInfoManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/BasicStatus.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/CodeRedeem.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/DOBManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/EmailManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/PasswordManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/PhoneManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfilePicManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWelcome.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/ProfileWelcome.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWizard.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/SettingsManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/VouchCard.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/index.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/index.d.ts.map +1 -1
- package/lib/typescript/src/Share/api/index.d.ts +1 -1
- package/lib/typescript/src/Share/api/index.d.ts.map +1 -1
- package/lib/typescript/src/Share/index.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/BidForm.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/BidToggle.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/BoardStats.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/EventCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/MySquaresCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/MyStatsCard.d.ts +1 -1
- package/lib/typescript/src/Squares/components/MyStatsCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/OfferForm.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/PrizeCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/ResultsCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquareOffersCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquareOwners.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquaresBoard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquaresDetails.d.ts.map +1 -1
- package/lib/typescript/src/Squares/index.d.ts.map +1 -1
- package/lib/typescript/src/constants/colors.d.ts +9 -0
- package/lib/typescript/src/constants/colors.d.ts.map +1 -1
- package/lib/typescript/src/constants/styles.d.ts +55 -1
- package/lib/typescript/src/constants/styles.d.ts.map +1 -1
- package/lib/typescript/src/constants/useColors.d.ts +57 -0
- package/lib/typescript/src/constants/useColors.d.ts.map +1 -0
- package/package.json +2 -1
- package/src/Authenticator/Components/AuthStrategyIdentifier.tsx +41 -41
- package/src/Authenticator/Components/LoginForm.tsx +54 -56
- package/src/Authenticator/Components/StrategyForm.tsx +138 -147
- package/src/Authenticator/index.tsx +16 -18
- package/src/Competition/components/AthleteMarketCard.tsx +19 -17
- package/src/Competition/components/CompetitionInfoCard.tsx +48 -138
- package/src/Competition/components/CompetitionLeaderboard.tsx +65 -57
- package/src/Competition/components/CompetitionPlay.tsx +55 -48
- package/src/Competition/components/EnterCompetitionPrompt.tsx +30 -39
- package/src/Competition/components/LeaderPicks.tsx +5 -5
- package/src/Competition/components/MarketsCard.tsx +14 -10
- package/src/Competition/components/TeamEventCard.tsx +24 -23
- package/src/Competition/components/WagerPickForm.tsx +35 -41
- package/src/Competition/index.tsx +162 -125
- package/src/Components/Button.tsx +50 -6
- package/src/Components/ConfirmationModal.tsx +13 -21
- package/src/Components/Themed.tsx +233 -0
- package/src/MarketComponents/components/AthleteMarket/index.tsx +21 -26
- package/src/MarketComponents/components/AthleteTournamentMarket/index.tsx +24 -32
- package/src/MarketComponents/components/EventMarket/index.tsx +25 -33
- package/src/MarketComponents/components/MarketButton/api/index.ts +2 -3
- package/src/MarketComponents/components/MarketButton/index.tsx +16 -15
- package/src/MarketComponents/components/MatchMarket/index.tsx +50 -59
- package/src/MarketComponents/components/TeamEventMarket/index.tsx +160 -139
- package/src/MarketComponents/components/TeamTournamentMarket/index.tsx +24 -30
- package/src/MarketComponents/components/TournamentMarket/index.tsx +117 -107
- package/src/ProfileManager/Components/BasicInfoManager.tsx +26 -29
- package/src/ProfileManager/Components/BasicStatus.tsx +29 -36
- package/src/ProfileManager/Components/CodeRedeem.tsx +50 -60
- package/src/ProfileManager/Components/DOBManager.tsx +25 -30
- package/src/ProfileManager/Components/EmailManager.tsx +37 -45
- package/src/ProfileManager/Components/PasswordManager.tsx +36 -40
- package/src/ProfileManager/Components/PhoneManager.tsx +36 -43
- package/src/ProfileManager/Components/ProfilePicManager.tsx +10 -16
- package/src/ProfileManager/Components/ProfileWelcome.tsx +19 -25
- package/src/ProfileManager/Components/ProfileWizard.tsx +42 -46
- package/src/ProfileManager/Components/SettingsManager.tsx +41 -45
- package/src/ProfileManager/Components/VouchCard.tsx +50 -59
- package/src/ProfileManager/index.tsx +16 -13
- package/src/Share/api/index.ts +9 -3
- package/src/Share/index.tsx +13 -12
- package/src/Squares/components/BidForm.tsx +85 -62
- package/src/Squares/components/BidToggle.tsx +8 -9
- package/src/Squares/components/BoardStats.tsx +28 -28
- package/src/Squares/components/EventCard.tsx +33 -31
- package/src/Squares/components/MySquaresCard.tsx +24 -23
- package/src/Squares/components/MyStatsCard.tsx +66 -68
- package/src/Squares/components/OfferForm.tsx +15 -15
- package/src/Squares/components/PrizeCard.tsx +21 -18
- package/src/Squares/components/ResultsCard.tsx +21 -18
- package/src/Squares/components/SquareOffersCard.tsx +12 -10
- package/src/Squares/components/SquareOwners.tsx +24 -23
- package/src/Squares/components/SquaresBoard.tsx +39 -42
- package/src/Squares/components/SquaresDetails.tsx +25 -24
- package/src/Squares/index.tsx +196 -144
- package/src/constants/colors.ts +55 -47
- package/src/constants/styles.ts +37 -1
- package/src/constants/useColors.tsx +131 -0
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { TouchableOpacity, View } from "react-native";
|
|
3
|
-
import { Text } from "../../Components";
|
|
4
2
|
import Colors from "../../constants/colors";
|
|
5
3
|
import { view_styles } from "../../constants/styles";
|
|
4
|
+
import { Button, Text, View } from '../../Components/Themed';
|
|
6
5
|
const BidToggle = ({
|
|
7
6
|
cl,
|
|
8
7
|
amount,
|
|
@@ -16,7 +15,7 @@ const BidToggle = ({
|
|
|
16
15
|
borderRadius: 4,
|
|
17
16
|
padding: 0
|
|
18
17
|
}
|
|
19
|
-
}, /*#__PURE__*/React.createElement(
|
|
18
|
+
}, /*#__PURE__*/React.createElement(Button, {
|
|
20
19
|
style: {
|
|
21
20
|
justifyContent: 'center',
|
|
22
21
|
alignItems: 'center',
|
|
@@ -28,15 +27,15 @@ const BidToggle = ({
|
|
|
28
27
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
29
28
|
size: 16,
|
|
30
29
|
weight: "semibold",
|
|
31
|
-
|
|
30
|
+
theme: "action",
|
|
32
31
|
textAlign: "center"
|
|
33
32
|
}, "-")), /*#__PURE__*/React.createElement(Text, {
|
|
34
33
|
style: {
|
|
35
34
|
marginLeft: 4,
|
|
36
35
|
marginRight: 4
|
|
37
36
|
},
|
|
38
|
-
theme: "
|
|
39
|
-
}, cl, amount.toFixed(2)), /*#__PURE__*/React.createElement(
|
|
37
|
+
theme: "h2"
|
|
38
|
+
}, cl, amount.toFixed(2)), /*#__PURE__*/React.createElement(Button, {
|
|
40
39
|
style: {
|
|
41
40
|
justifyContent: 'center',
|
|
42
41
|
alignItems: 'center',
|
|
@@ -48,7 +47,7 @@ const BidToggle = ({
|
|
|
48
47
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
49
48
|
size: 16,
|
|
50
49
|
weight: "semibold",
|
|
51
|
-
|
|
50
|
+
theme: "action",
|
|
52
51
|
textAlign: "center"
|
|
53
52
|
}, "+")));
|
|
54
53
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","
|
|
1
|
+
{"version":3,"names":["React","Colors","view_styles","Button","Text","View","BidToggle","cl","amount","onAmountChange","createElement","style","body_row","borderWidth","borderColor","accents","accent200","borderRadius","padding","justifyContent","alignItems","borderRightWidth","borderRightColor","onPress","size","weight","theme","textAlign","marginLeft","marginRight","toFixed","borderLeftWidth","borderLeftColor"],"sourceRoot":"../../../../src","sources":["Squares/components/BidToggle.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,OAAOC,MAAM,MAAM,wBAAwB;AAC3C,SAASC,WAAW,QAAQ,wBAAwB;AACpD,SAASC,MAAM,EAAEC,IAAI,EAAEC,IAAI,QAAQ,yBAAyB;AAS5D,MAAMC,SAAS,GAAGA,CAAC;EAAEC,EAAE;EAAEC,MAAM;EAAEC;AAA8B,CAAC,KAAK;EACjE,oBACIT,KAAA,CAAAU,aAAA,CAACL,IAAI;IAACM,KAAK,EAAE;MAAE,GAAGT,WAAW,CAACU,QAAQ;MAAEC,WAAW,EAAC,CAAC;MAAEC,WAAW,EAACb,MAAM,CAACc,OAAO,CAACC,SAAS;MAAEC,YAAY,EAAC,CAAC;MAAEC,OAAO,EAAC;IAAE;EAAE,gBACrHlB,KAAA,CAAAU,aAAA,CAACP,MAAM;IAACQ,KAAK,EAAE;MAAEQ,cAAc,EAAC,QAAQ;MAAEC,UAAU,EAAC,QAAQ;MAAEF,OAAO,EAAC,EAAE;MAAEG,gBAAgB,EAAC,CAAC;MAAEC,gBAAgB,EAACrB,MAAM,CAACc,OAAO,CAACC;IAAS,CAAE;IAACO,OAAO,EAAEA,CAAA,KAAMd,cAAc,CAAC,UAAU;EAAE,gBACjLT,KAAA,CAAAU,aAAA,CAACN,IAAI;IAACoB,IAAI,EAAE,EAAG;IAACC,MAAM,EAAC,UAAU;IAACC,KAAK,EAAC,QAAQ;IAACC,SAAS,EAAC;EAAQ,GAAC,GAAO,CACvE,CAAC,eACT3B,KAAA,CAAAU,aAAA,CAACN,IAAI;IAACO,KAAK,EAAE;MAAEiB,UAAU,EAAC,CAAC;MAAEC,WAAW,EAAC;IAAE,CAAE;IAACH,KAAK,EAAC;EAAI,GAAEnB,EAAE,EAAEC,MAAM,CAACsB,OAAO,CAAC,CAAC,CAAQ,CAAC,eACvF9B,KAAA,CAAAU,aAAA,CAACP,MAAM;IAACQ,KAAK,EAAE;MAAEQ,cAAc,EAAC,QAAQ;MAAEC,UAAU,EAAC,QAAQ;MAAEF,OAAO,EAAC,EAAE;MAAGa,eAAe,EAAC,CAAC;MAAEC,eAAe,EAAC/B,MAAM,CAACc,OAAO,CAACC;IAAS,CAAE;IAACO,OAAO,EAAEA,CAAA,KAAMd,cAAc,CAAC,UAAU;EAAE,gBAChLT,KAAA,CAAAU,aAAA,CAACN,IAAI;IAACoB,IAAI,EAAE,EAAG;IAACC,MAAM,EAAC,UAAU;IAACC,KAAK,EAAC,QAAQ;IAACC,SAAS,EAAC;EAAQ,GAAC,GAAO,CACvE,CACN,CAAC;AAEf,CAAC;AAED,eAAerB,SAAS","ignoreList":[]}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Icons, Text } from "../../Components";
|
|
3
|
-
import { view_styles } from "../../constants/styles";
|
|
4
|
-
import Colors from "../../constants/colors";
|
|
1
|
+
import { Icons } from "../../Components";
|
|
5
2
|
import React, { useState } from "react";
|
|
3
|
+
import { Button, Text, View } from "../../Components/Themed";
|
|
4
|
+
import { useColors } from "../../constants/useColors";
|
|
6
5
|
const BoardStats = ({
|
|
7
6
|
squares_competition,
|
|
8
7
|
squares,
|
|
9
8
|
player_squares
|
|
10
9
|
}) => {
|
|
10
|
+
const C = useColors();
|
|
11
11
|
const [expanded, setExpanded] = useState(false);
|
|
12
12
|
let total_payout = squares_competition.potential_winnings;
|
|
13
13
|
if (squares_competition.guaranteed_payout && squares_competition.guaranteed_payout > total_payout) {
|
|
@@ -17,97 +17,114 @@ const BoardStats = ({
|
|
|
17
17
|
let active_ps = player_squares.filter(ps => ps.status == 'active');
|
|
18
18
|
const ownership_pct = active_ps.length / squares.length * 100;
|
|
19
19
|
return /*#__PURE__*/React.createElement(View, {
|
|
20
|
+
float: true,
|
|
20
21
|
style: {
|
|
21
|
-
...view_styles.section,
|
|
22
22
|
minWidth: 350
|
|
23
23
|
}
|
|
24
|
-
}, /*#__PURE__*/React.createElement(
|
|
25
|
-
|
|
24
|
+
}, /*#__PURE__*/React.createElement(Button, {
|
|
25
|
+
transparent: true,
|
|
26
|
+
style: {
|
|
27
|
+
flexDirection: 'row',
|
|
28
|
+
alignItems: 'center'
|
|
29
|
+
},
|
|
26
30
|
onPress: () => setExpanded(!expanded)
|
|
27
31
|
}, /*#__PURE__*/React.createElement(Icons.PieIcon, {
|
|
28
|
-
color:
|
|
32
|
+
color: C.text.h1,
|
|
29
33
|
size: 18
|
|
30
34
|
}), /*#__PURE__*/React.createElement(View, {
|
|
35
|
+
transparent: true,
|
|
31
36
|
style: {
|
|
32
37
|
flex: 1,
|
|
33
38
|
marginLeft: 10
|
|
34
39
|
}
|
|
35
40
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
36
|
-
theme: "
|
|
41
|
+
theme: "h1"
|
|
37
42
|
}, "BOARD STATS"), /*#__PURE__*/React.createElement(Text, {
|
|
38
43
|
style: {
|
|
39
44
|
marginTop: 4
|
|
40
45
|
},
|
|
41
|
-
theme: "
|
|
46
|
+
theme: "description"
|
|
42
47
|
}, "Current statistics from the squares board")), /*#__PURE__*/React.createElement(Icons.ChevronIcon, {
|
|
43
48
|
direction: expanded ? 'up' : 'down',
|
|
44
|
-
color:
|
|
49
|
+
color: C.text.h1,
|
|
45
50
|
size: 8
|
|
46
51
|
})), expanded ? /*#__PURE__*/React.createElement(View, {
|
|
47
|
-
|
|
52
|
+
transparent: true,
|
|
53
|
+
style: {
|
|
54
|
+
padding: 10
|
|
55
|
+
}
|
|
48
56
|
}, /*#__PURE__*/React.createElement(View, {
|
|
57
|
+
transparent: true,
|
|
58
|
+
type: "row",
|
|
49
59
|
style: {
|
|
50
|
-
...view_styles.body_row,
|
|
51
60
|
borderBottomWidth: 1,
|
|
52
|
-
borderColor:
|
|
61
|
+
borderColor: C.borders.light,
|
|
62
|
+
padding: 10
|
|
53
63
|
}
|
|
54
64
|
}, /*#__PURE__*/React.createElement(View, {
|
|
65
|
+
transparent: true,
|
|
55
66
|
style: {
|
|
56
67
|
flex: 1,
|
|
57
68
|
marginRight: 10
|
|
58
69
|
}
|
|
59
70
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
60
|
-
theme: "
|
|
71
|
+
theme: "h2"
|
|
61
72
|
}, "Unbid Squares"), /*#__PURE__*/React.createElement(Text, {
|
|
62
73
|
style: {
|
|
63
74
|
marginTop: 3
|
|
64
75
|
},
|
|
65
|
-
theme: "
|
|
76
|
+
theme: "description"
|
|
66
77
|
}, "Percent of the board that has no bids")), /*#__PURE__*/React.createElement(Text, {
|
|
67
|
-
theme: "
|
|
78
|
+
theme: "h2"
|
|
68
79
|
}, (squares.length - active_ps.length).toFixed(), " (", (100 - ownership_pct).toFixed(2), "%)")), /*#__PURE__*/React.createElement(View, {
|
|
80
|
+
transparent: true,
|
|
81
|
+
type: "row",
|
|
69
82
|
style: {
|
|
70
|
-
...view_styles.body_row,
|
|
71
83
|
borderBottomWidth: 1,
|
|
72
|
-
borderColor:
|
|
84
|
+
borderColor: C.borders.light,
|
|
85
|
+
padding: 10
|
|
73
86
|
}
|
|
74
87
|
}, /*#__PURE__*/React.createElement(View, {
|
|
88
|
+
transparent: true,
|
|
75
89
|
style: {
|
|
76
90
|
flex: 1,
|
|
77
91
|
marginRight: 10
|
|
78
92
|
}
|
|
79
93
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
80
|
-
theme: "
|
|
94
|
+
theme: "h2"
|
|
81
95
|
}, "Current Total Payout"), /*#__PURE__*/React.createElement(Text, {
|
|
82
96
|
style: {
|
|
83
97
|
marginTop: 3
|
|
84
98
|
},
|
|
85
|
-
theme: "
|
|
99
|
+
theme: "description"
|
|
86
100
|
}, "The current total amount to be paid out to the winners")), /*#__PURE__*/React.createElement(Text, {
|
|
87
101
|
size: 16,
|
|
88
|
-
color:
|
|
102
|
+
color: C.text.success,
|
|
89
103
|
weight: "bold"
|
|
90
104
|
}, "$", total_payout.toFixed(2))), /*#__PURE__*/React.createElement(View, {
|
|
105
|
+
transparent: true,
|
|
106
|
+
type: "row",
|
|
91
107
|
style: {
|
|
92
|
-
...view_styles.body_row,
|
|
93
108
|
borderBottomWidth: 1,
|
|
94
|
-
borderColor:
|
|
109
|
+
borderColor: C.borders.light,
|
|
110
|
+
padding: 10
|
|
95
111
|
}
|
|
96
112
|
}, /*#__PURE__*/React.createElement(View, {
|
|
113
|
+
transparent: true,
|
|
97
114
|
style: {
|
|
98
115
|
flex: 1,
|
|
99
116
|
marginRight: 10
|
|
100
117
|
}
|
|
101
118
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
102
|
-
theme: "
|
|
119
|
+
theme: "h2"
|
|
103
120
|
}, "Current Iteration Payout"), /*#__PURE__*/React.createElement(Text, {
|
|
104
121
|
style: {
|
|
105
122
|
marginTop: 3
|
|
106
123
|
},
|
|
107
|
-
theme: "
|
|
124
|
+
theme: "description"
|
|
108
125
|
}, "The current amount to be paid out per quarter")), /*#__PURE__*/React.createElement(Text, {
|
|
109
126
|
size: 16,
|
|
110
|
-
color:
|
|
127
|
+
color: C.text.success,
|
|
111
128
|
weight: "bold"
|
|
112
129
|
}, "$", iteration_payout.toFixed(2)))) : /*#__PURE__*/React.createElement(React.Fragment, null));
|
|
113
130
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["Icons","React","useState","Button","Text","View","useColors","BoardStats","squares_competition","squares","player_squares","C","expanded","setExpanded","total_payout","potential_winnings","guaranteed_payout","iteration_payout","payout_frequency","active_ps","filter","ps","status","ownership_pct","length","createElement","float","style","minWidth","transparent","flexDirection","alignItems","onPress","PieIcon","color","text","h1","size","flex","marginLeft","theme","marginTop","ChevronIcon","direction","padding","type","borderBottomWidth","borderColor","borders","light","marginRight","toFixed","success","weight","Fragment"],"sourceRoot":"../../../../src","sources":["Squares/components/BoardStats.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,30 +1,37 @@
|
|
|
1
|
-
import { Image
|
|
1
|
+
import { Image } from "react-native";
|
|
2
2
|
import { view_styles } from "../../constants/styles";
|
|
3
|
-
import { Icons
|
|
3
|
+
import { Icons } from "../../Components";
|
|
4
4
|
import moment from "moment-mini";
|
|
5
|
-
import Colors from "../../constants/colors";
|
|
6
5
|
import React, { useState } from "react";
|
|
6
|
+
import { Button, Text, View } from "../../Components/Themed";
|
|
7
|
+
import { useColors } from "../../constants/useColors";
|
|
7
8
|
const EventCard = ({
|
|
8
9
|
event,
|
|
9
10
|
league
|
|
10
11
|
}) => {
|
|
12
|
+
const C = useColors();
|
|
11
13
|
const [expanded, setExpanded] = useState(true);
|
|
12
14
|
const overtime_occurred = event.event_scoring && event.event_scoring.length > 4 ? true : false;
|
|
13
15
|
return /*#__PURE__*/React.createElement(View, {
|
|
16
|
+
float: true,
|
|
14
17
|
style: {
|
|
15
|
-
...view_styles.section,
|
|
16
18
|
minWidth: 350
|
|
17
19
|
}
|
|
18
|
-
}, /*#__PURE__*/React.createElement(
|
|
19
|
-
|
|
20
|
+
}, /*#__PURE__*/React.createElement(Button, {
|
|
21
|
+
transparent: true,
|
|
22
|
+
style: {
|
|
23
|
+
flexDirection: 'row',
|
|
24
|
+
alignItems: 'center'
|
|
25
|
+
},
|
|
20
26
|
onPress: () => setExpanded(!expanded)
|
|
21
27
|
}, /*#__PURE__*/React.createElement(View, {
|
|
28
|
+
transparent: true,
|
|
22
29
|
style: {
|
|
23
30
|
flexDirection: 'row',
|
|
24
31
|
alignItems: 'center',
|
|
25
32
|
paddingRight: 5,
|
|
26
33
|
borderRightWidth: 1,
|
|
27
|
-
borderColor:
|
|
34
|
+
borderColor: C.borders.light
|
|
28
35
|
}
|
|
29
36
|
}, league ? /*#__PURE__*/React.createElement(Image, {
|
|
30
37
|
source: {
|
|
@@ -38,24 +45,31 @@ const EventCard = ({
|
|
|
38
45
|
},
|
|
39
46
|
resizeMode: "cover"
|
|
40
47
|
}) : /*#__PURE__*/React.createElement(React.Fragment, null)), /*#__PURE__*/React.createElement(View, {
|
|
48
|
+
transparent: true,
|
|
41
49
|
style: {
|
|
42
50
|
flex: 1,
|
|
43
51
|
marginLeft: 5
|
|
44
52
|
}
|
|
45
53
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
46
|
-
theme: "
|
|
54
|
+
theme: "h1"
|
|
47
55
|
}, event.away?.market_name, " ", event.away?.name, " vs ", event.home?.market_name, " ", event.home?.name), /*#__PURE__*/React.createElement(Text, {
|
|
48
56
|
style: {
|
|
49
57
|
marginTop: 3
|
|
50
58
|
},
|
|
51
|
-
theme: "
|
|
59
|
+
theme: "description"
|
|
52
60
|
}, event.time_detail == 'scheduled' ? moment(event.scheduled_datetime).format('MMM D - hh:mm a') : event.time_detail)), /*#__PURE__*/React.createElement(Icons.ChevronIcon, {
|
|
53
61
|
direction: expanded ? 'up' : 'down',
|
|
54
|
-
color:
|
|
62
|
+
color: C.text.h1,
|
|
55
63
|
size: 8
|
|
56
64
|
})), event.event_scoring && expanded ? /*#__PURE__*/React.createElement(View, {
|
|
57
|
-
|
|
65
|
+
transparent: true,
|
|
66
|
+
style: {
|
|
67
|
+
borderTopWidth: 1,
|
|
68
|
+
borderColor: C.borders.light,
|
|
69
|
+
padding: 10
|
|
70
|
+
}
|
|
58
71
|
}, /*#__PURE__*/React.createElement(View, {
|
|
72
|
+
transparent: true,
|
|
59
73
|
style: view_styles.body_row
|
|
60
74
|
}, /*#__PURE__*/React.createElement(Image, {
|
|
61
75
|
source: {
|
|
@@ -72,8 +86,9 @@ const EventCard = ({
|
|
|
72
86
|
style: {
|
|
73
87
|
flex: 1
|
|
74
88
|
},
|
|
75
|
-
theme: "
|
|
89
|
+
theme: "description"
|
|
76
90
|
}, event.away?.abbr), /*#__PURE__*/React.createElement(View, {
|
|
91
|
+
transparent: true,
|
|
77
92
|
style: {
|
|
78
93
|
flex: 1,
|
|
79
94
|
flexDirection: 'row',
|
|
@@ -81,13 +96,15 @@ const EventCard = ({
|
|
|
81
96
|
}
|
|
82
97
|
}, event.event_scoring.sort((a, b) => a.period - b.period).map(s => {
|
|
83
98
|
return /*#__PURE__*/React.createElement(View, {
|
|
99
|
+
transparent: true,
|
|
84
100
|
style: {
|
|
85
101
|
flex: 1
|
|
86
102
|
}
|
|
87
103
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
88
|
-
theme: overtime_occurred && s.period == 4 ? '
|
|
104
|
+
theme: overtime_occurred && s.period == 4 ? 'error' : 'h2'
|
|
89
105
|
}, s.away_cumulative_score));
|
|
90
106
|
}))), /*#__PURE__*/React.createElement(View, {
|
|
107
|
+
transparent: true,
|
|
91
108
|
style: view_styles.body_row
|
|
92
109
|
}, /*#__PURE__*/React.createElement(Image, {
|
|
93
110
|
source: {
|
|
@@ -104,8 +121,9 @@ const EventCard = ({
|
|
|
104
121
|
style: {
|
|
105
122
|
flex: 1
|
|
106
123
|
},
|
|
107
|
-
theme: "
|
|
124
|
+
theme: "description"
|
|
108
125
|
}, event.home?.abbr), /*#__PURE__*/React.createElement(View, {
|
|
126
|
+
transparent: true,
|
|
109
127
|
style: {
|
|
110
128
|
flex: 1,
|
|
111
129
|
flexDirection: 'row',
|
|
@@ -113,11 +131,12 @@ const EventCard = ({
|
|
|
113
131
|
}
|
|
114
132
|
}, event.event_scoring.map(s => {
|
|
115
133
|
return /*#__PURE__*/React.createElement(View, {
|
|
134
|
+
transparent: true,
|
|
116
135
|
style: {
|
|
117
136
|
flex: 1
|
|
118
137
|
}
|
|
119
138
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
120
|
-
theme: overtime_occurred && s.period == 4 ? '
|
|
139
|
+
theme: overtime_occurred && s.period == 4 ? 'error' : 'h2'
|
|
121
140
|
}, s.home_cumulative_score));
|
|
122
141
|
})))) : /*#__PURE__*/React.createElement(React.Fragment, null));
|
|
123
142
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["Image","
|
|
1
|
+
{"version":3,"names":["Image","view_styles","Icons","moment","React","useState","Button","Text","View","useColors","EventCard","event","league","C","expanded","setExpanded","overtime_occurred","event_scoring","length","createElement","float","style","minWidth","transparent","flexDirection","alignItems","onPress","paddingRight","borderRightWidth","borderColor","borders","light","source","uri","league_image","height","width","borderRadius","marginRight","resizeMode","Fragment","flex","marginLeft","theme","away","market_name","name","home","marginTop","time_detail","scheduled_datetime","format","ChevronIcon","direction","color","text","h1","size","borderTopWidth","padding","body_row","image","url","abbr","sort","a","b","period","map","s","away_cumulative_score","home_cumulative_score"],"sourceRoot":"../../../../src","sources":["Squares/components/EventCard.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { Button, Icons, Text } from '../../Components';
|
|
1
|
+
import { FlatList } from 'react-native';
|
|
2
|
+
import { Icons } from '../../Components';
|
|
4
3
|
import React, { useState } from 'react';
|
|
5
4
|
import Colors from '../../constants/colors';
|
|
6
5
|
import { SquaresApi } from '../api';
|
|
6
|
+
import { Button, Text, View } from '../../Components/Themed';
|
|
7
|
+
import { useColors } from '../../constants/useColors';
|
|
7
8
|
const MySquaresCard = ({
|
|
8
9
|
player_squares,
|
|
9
10
|
squares,
|
|
@@ -14,6 +15,7 @@ const MySquaresCard = ({
|
|
|
14
15
|
comp_status,
|
|
15
16
|
onSquareOffer
|
|
16
17
|
}) => {
|
|
18
|
+
const C = useColors();
|
|
17
19
|
const [expanded, setExpanded] = useState(false);
|
|
18
20
|
const renderPlayerSquares = data => {
|
|
19
21
|
const player_square = player_squares.find(ps => ps.sq_square_id == data.item.sq_square_id);
|
|
@@ -24,23 +26,27 @@ const MySquaresCard = ({
|
|
|
24
26
|
const square_offer = square_offers.find(so => so.sq_player_square_id == player_square.sq_player_square_id && so.status == 'offered');
|
|
25
27
|
const square_value = my_square_values.find(sv => sv.sq_square_id == player_square.sq_square_id);
|
|
26
28
|
return /*#__PURE__*/React.createElement(View, {
|
|
29
|
+
transparent: true,
|
|
30
|
+
type: "row",
|
|
27
31
|
style: {
|
|
28
|
-
|
|
32
|
+
padding: 5,
|
|
29
33
|
borderBottomWidth: 1,
|
|
30
|
-
borderColor:
|
|
34
|
+
borderColor: C.borders.light
|
|
31
35
|
}
|
|
32
36
|
}, /*#__PURE__*/React.createElement(View, {
|
|
37
|
+
transparent: true,
|
|
33
38
|
style: {
|
|
34
39
|
flex: 1
|
|
35
40
|
}
|
|
36
41
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
37
|
-
theme: "
|
|
42
|
+
theme: "h2"
|
|
38
43
|
}, "SQUARE: ", home_abbr, ": ", square.square_score_x, ", ", away_abbr, ": ", square.square_score_y), /*#__PURE__*/React.createElement(Text, {
|
|
39
44
|
style: {
|
|
40
45
|
marginTop: 3
|
|
41
46
|
},
|
|
42
|
-
theme: "
|
|
47
|
+
theme: "description"
|
|
43
48
|
}, "$", player_square.purchase_price.toFixed(2))), square_value ? /*#__PURE__*/React.createElement(View, {
|
|
49
|
+
transparent: true,
|
|
44
50
|
style: {
|
|
45
51
|
paddingRight: 20,
|
|
46
52
|
paddingLeft: 20
|
|
@@ -48,8 +54,10 @@ const MySquaresCard = ({
|
|
|
48
54
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
49
55
|
size: 14,
|
|
50
56
|
weight: "bold",
|
|
51
|
-
color: square_value.expected_value > 0 ?
|
|
52
|
-
}, "EV $", square_value.expected_payout.toFixed(2))) : /*#__PURE__*/React.createElement(React.Fragment, null), comp_status == 'in_progress' ? /*#__PURE__*/React.createElement(View,
|
|
57
|
+
color: square_value.expected_value > 0 ? C.text.success : C.text.error
|
|
58
|
+
}, "EV $", square_value.expected_payout.toFixed(2))) : /*#__PURE__*/React.createElement(React.Fragment, null), comp_status == 'in_progress' ? /*#__PURE__*/React.createElement(View, {
|
|
59
|
+
transparent: true
|
|
60
|
+
}, square_offer ? /*#__PURE__*/React.createElement(Button, {
|
|
53
61
|
title: "WITHDRAW",
|
|
54
62
|
title_color: Colors.shades.white,
|
|
55
63
|
backgroundColor: Colors.utility.warning,
|
|
@@ -59,20 +67,25 @@ const MySquaresCard = ({
|
|
|
59
67
|
})
|
|
60
68
|
}) : /*#__PURE__*/React.createElement(Button, {
|
|
61
69
|
title: "SELL",
|
|
62
|
-
title_color:
|
|
63
|
-
backgroundColor:
|
|
70
|
+
title_color: C.text.white,
|
|
71
|
+
backgroundColor: C.text.action,
|
|
64
72
|
onPress: () => onSquareOffer(square, 'add')
|
|
65
73
|
})) : /*#__PURE__*/React.createElement(React.Fragment, null));
|
|
66
74
|
};
|
|
67
75
|
return /*#__PURE__*/React.createElement(View, {
|
|
76
|
+
float: true,
|
|
68
77
|
style: {
|
|
69
|
-
...view_styles.section,
|
|
70
78
|
minWidth: 350
|
|
71
79
|
}
|
|
72
|
-
}, /*#__PURE__*/React.createElement(
|
|
73
|
-
|
|
80
|
+
}, /*#__PURE__*/React.createElement(Button, {
|
|
81
|
+
transparent: true,
|
|
82
|
+
style: {
|
|
83
|
+
flexDirection: 'row',
|
|
84
|
+
alignItems: 'center'
|
|
85
|
+
},
|
|
74
86
|
onPress: () => setExpanded(!expanded)
|
|
75
87
|
}, /*#__PURE__*/React.createElement(View, {
|
|
88
|
+
transparent: true,
|
|
76
89
|
style: {
|
|
77
90
|
height: 18,
|
|
78
91
|
width: 18,
|
|
@@ -87,25 +100,29 @@ const MySquaresCard = ({
|
|
|
87
100
|
color: Colors.shades.white,
|
|
88
101
|
textAlign: "center"
|
|
89
102
|
}, player_squares.length)), /*#__PURE__*/React.createElement(View, {
|
|
103
|
+
transparent: true,
|
|
90
104
|
style: {
|
|
91
105
|
flex: 1,
|
|
92
106
|
marginLeft: 10
|
|
93
107
|
}
|
|
94
108
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
95
|
-
theme: "
|
|
109
|
+
theme: "h1"
|
|
96
110
|
}, "MY SQUARES"), /*#__PURE__*/React.createElement(Text, {
|
|
97
111
|
style: {
|
|
98
112
|
marginTop: 3
|
|
99
113
|
},
|
|
100
|
-
theme: "
|
|
114
|
+
theme: "description"
|
|
101
115
|
}, "Square you either own or have the highest bid on")), /*#__PURE__*/React.createElement(Icons.ChevronIcon, {
|
|
102
116
|
direction: expanded ? 'up' : 'down',
|
|
103
117
|
size: 8,
|
|
104
|
-
color:
|
|
118
|
+
color: C.text.h1
|
|
105
119
|
})), expanded ? /*#__PURE__*/React.createElement(View, {
|
|
106
|
-
|
|
120
|
+
transparent: true,
|
|
121
|
+
style: {
|
|
122
|
+
padding: 20
|
|
123
|
+
}
|
|
107
124
|
}, /*#__PURE__*/React.createElement(FlatList, {
|
|
108
|
-
data: my_square_values.sort((a, b) => b.expected_value - a.expected_value),
|
|
125
|
+
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),
|
|
109
126
|
renderItem: renderPlayerSquares,
|
|
110
127
|
keyExtractor: item => item.sq_square_id.toString()
|
|
111
128
|
})) : /*#__PURE__*/React.createElement(React.Fragment, null));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["FlatList","Icons","React","useState","Colors","SquaresApi","Button","Text","View","useColors","MySquaresCard","player_squares","squares","away_abbr","home_abbr","square_offers","my_square_values","comp_status","onSquareOffer","C","expanded","setExpanded","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","transparent","type","style","padding","borderBottomWidth","borderColor","borders","light","flex","theme","square_score_x","square_score_y","marginTop","purchase_price","toFixed","paddingRight","paddingLeft","size","weight","color","expected_value","text","success","error","expected_payout","title","title_color","shades","white","backgroundColor","utility","warning","onPress","offserSquare","action","float","minWidth","flexDirection","alignItems","height","width","borderRadius","highlights","highlight200","justifyContent","textAlign","length","marginLeft","ChevronIcon","direction","h1","filter","map","toString","includes","sort","a","b","renderItem","keyExtractor"],"sourceRoot":"../../../../src","sources":["Squares/components/MySquaresCard.tsx"],"mappings":"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","ignoreList":[]}
|