be-components 3.3.6 → 3.3.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.js +21 -28
- package/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/LoginForm.js +93 -109
- package/lib/commonjs/Authenticator/Components/LoginForm.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/StrategyForm.js +246 -342
- package/lib/commonjs/Authenticator/Components/StrategyForm.js.map +1 -1
- package/lib/commonjs/Authenticator/index.js +22 -32
- package/lib/commonjs/Authenticator/index.js.map +1 -1
- package/lib/commonjs/Competition/components/AthleteMarketCard.js +39 -26
- package/lib/commonjs/Competition/components/AthleteMarketCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionInfoCard.js +115 -175
- package/lib/commonjs/Competition/components/CompetitionInfoCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionLeaderboard.js +97 -95
- package/lib/commonjs/Competition/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionPlay.js +99 -113
- package/lib/commonjs/Competition/components/CompetitionPlay.js.map +1 -1
- package/lib/commonjs/Competition/components/EnterCompetitionPrompt.js +56 -75
- package/lib/commonjs/Competition/components/EnterCompetitionPrompt.js.map +1 -1
- package/lib/commonjs/Competition/components/LeaderPicks.js +4 -4
- package/lib/commonjs/Competition/components/LeaderPicks.js.map +1 -1
- package/lib/commonjs/Competition/components/MarketsCard.js +22 -12
- package/lib/commonjs/Competition/components/MarketsCard.js.map +1 -1
- package/lib/commonjs/Competition/components/TeamEventCard.js +46 -37
- package/lib/commonjs/Competition/components/TeamEventCard.js.map +1 -1
- package/lib/commonjs/Competition/components/WagerPickForm.js +73 -85
- package/lib/commonjs/Competition/components/WagerPickForm.js.map +1 -1
- package/lib/commonjs/Competition/index.js +236 -216
- package/lib/commonjs/Competition/index.js.map +1 -1
- package/lib/commonjs/Components/Button.js +49 -6
- package/lib/commonjs/Components/Button.js.map +1 -1
- package/lib/commonjs/Components/ConfirmationModal.js +29 -29
- package/lib/commonjs/Components/ConfirmationModal.js.map +1 -1
- package/lib/commonjs/Components/Themed.js +281 -0
- package/lib/commonjs/Components/Themed.js.map +1 -0
- package/lib/commonjs/MarketComponents/components/AthleteMarket/index.js +43 -52
- package/lib/commonjs/MarketComponents/components/AthleteMarket/index.js.map +1 -1
- package/lib/commonjs/MarketComponents/components/AthleteTournamentMarket/index.js +50 -61
- package/lib/commonjs/MarketComponents/components/AthleteTournamentMarket/index.js.map +1 -1
- package/lib/commonjs/MarketComponents/components/EventMarket/index.js +48 -54
- package/lib/commonjs/MarketComponents/components/EventMarket/index.js.map +1 -1
- package/lib/commonjs/MarketComponents/components/MarketButton/api/index.js +2 -3
- package/lib/commonjs/MarketComponents/components/MarketButton/api/index.js.map +1 -1
- package/lib/commonjs/MarketComponents/components/MarketButton/index.js +22 -22
- package/lib/commonjs/MarketComponents/components/MarketButton/index.js.map +1 -1
- package/lib/commonjs/MarketComponents/components/MatchMarket/index.js +53 -63
- package/lib/commonjs/MarketComponents/components/MatchMarket/index.js.map +1 -1
- package/lib/commonjs/MarketComponents/components/TeamEventMarket/index.js +239 -220
- package/lib/commonjs/MarketComponents/components/TeamEventMarket/index.js.map +1 -1
- package/lib/commonjs/MarketComponents/components/TeamTournamentMarket/index.js +48 -57
- package/lib/commonjs/MarketComponents/components/TeamTournamentMarket/index.js.map +1 -1
- package/lib/commonjs/MarketComponents/components/TournamentMarket/index.js +203 -131
- package/lib/commonjs/MarketComponents/components/TournamentMarket/index.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/BasicInfoManager.js +49 -55
- package/lib/commonjs/ProfileManager/Components/BasicInfoManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/BasicStatus.js +55 -88
- package/lib/commonjs/ProfileManager/Components/BasicStatus.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/CodeRedeem.js +94 -121
- package/lib/commonjs/ProfileManager/Components/CodeRedeem.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/DOBManager.js +42 -46
- package/lib/commonjs/ProfileManager/Components/DOBManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/EmailManager.js +66 -86
- package/lib/commonjs/ProfileManager/Components/EmailManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/PasswordManager.js +60 -78
- package/lib/commonjs/ProfileManager/Components/PasswordManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/PhoneManager.js +62 -81
- package/lib/commonjs/ProfileManager/Components/PhoneManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfilePicManager.js +19 -27
- package/lib/commonjs/ProfileManager/Components/ProfilePicManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfileWelcome.js +31 -48
- package/lib/commonjs/ProfileManager/Components/ProfileWelcome.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfileWizard.js +69 -92
- package/lib/commonjs/ProfileManager/Components/ProfileWizard.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/SettingsManager.js +63 -65
- package/lib/commonjs/ProfileManager/Components/SettingsManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/VouchCard.js +106 -132
- package/lib/commonjs/ProfileManager/Components/VouchCard.js.map +1 -1
- package/lib/commonjs/ProfileManager/index.js +29 -31
- package/lib/commonjs/ProfileManager/index.js.map +1 -1
- package/lib/commonjs/Share/api/index.js +13 -6
- package/lib/commonjs/Share/api/index.js.map +1 -1
- package/lib/commonjs/Share/index.js +11 -11
- package/lib/commonjs/Share/index.js.map +1 -1
- package/lib/commonjs/Squares/components/BidForm.js +142 -120
- package/lib/commonjs/Squares/components/BidForm.js.map +1 -1
- package/lib/commonjs/Squares/components/BidToggle.js +10 -11
- package/lib/commonjs/Squares/components/BidToggle.js.map +1 -1
- package/lib/commonjs/Squares/components/BoardStats.js +63 -47
- package/lib/commonjs/Squares/components/BoardStats.js.map +1 -1
- package/lib/commonjs/Squares/components/EventCard.js +48 -29
- package/lib/commonjs/Squares/components/EventCard.js.map +1 -1
- package/lib/commonjs/Squares/components/MySquaresCard.js +48 -31
- package/lib/commonjs/Squares/components/MySquaresCard.js.map +1 -1
- package/lib/commonjs/Squares/components/MyStatsCard.js +155 -121
- package/lib/commonjs/Squares/components/MyStatsCard.js.map +1 -1
- package/lib/commonjs/Squares/components/OfferForm.js +32 -32
- package/lib/commonjs/Squares/components/OfferForm.js.map +1 -1
- package/lib/commonjs/Squares/components/PrizeCard.js +44 -35
- package/lib/commonjs/Squares/components/PrizeCard.js.map +1 -1
- package/lib/commonjs/Squares/components/ResultsCard.js +37 -24
- package/lib/commonjs/Squares/components/ResultsCard.js.map +1 -1
- package/lib/commonjs/Squares/components/SquareOffersCard.js +20 -13
- package/lib/commonjs/Squares/components/SquareOffersCard.js.map +1 -1
- package/lib/commonjs/Squares/components/SquareOwners.js +44 -38
- package/lib/commonjs/Squares/components/SquareOwners.js.map +1 -1
- package/lib/commonjs/Squares/components/SquaresBoard.js +77 -59
- package/lib/commonjs/Squares/components/SquaresBoard.js.map +1 -1
- package/lib/commonjs/Squares/components/SquaresDetails.js +46 -36
- package/lib/commonjs/Squares/components/SquaresDetails.js.map +1 -1
- package/lib/commonjs/Squares/index.js +207 -150
- package/lib/commonjs/Squares/index.js.map +1 -1
- package/lib/commonjs/constants/colors.js +18 -3
- package/lib/commonjs/constants/colors.js.map +1 -1
- package/lib/commonjs/constants/styles.js +72 -2
- package/lib/commonjs/constants/styles.js.map +1 -1
- package/lib/commonjs/constants/useColors.js +153 -0
- package/lib/commonjs/constants/useColors.js.map +1 -0
- package/lib/module/Authenticator/Components/AuthStrategyIdentifier.js +19 -26
- package/lib/module/Authenticator/Components/AuthStrategyIdentifier.js.map +1 -1
- package/lib/module/Authenticator/Components/LoginForm.js +54 -70
- package/lib/module/Authenticator/Components/LoginForm.js.map +1 -1
- package/lib/module/Authenticator/Components/StrategyForm.js +227 -322
- package/lib/module/Authenticator/Components/StrategyForm.js.map +1 -1
- package/lib/module/Authenticator/index.js +16 -26
- package/lib/module/Authenticator/index.js.map +1 -1
- package/lib/module/Competition/components/AthleteMarketCard.js +28 -15
- package/lib/module/Competition/components/AthleteMarketCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionInfoCard.js +82 -141
- package/lib/module/Competition/components/CompetitionInfoCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionLeaderboard.js +68 -66
- package/lib/module/Competition/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionPlay.js +65 -79
- package/lib/module/Competition/components/CompetitionPlay.js.map +1 -1
- package/lib/module/Competition/components/EnterCompetitionPrompt.js +35 -54
- package/lib/module/Competition/components/EnterCompetitionPrompt.js.map +1 -1
- package/lib/module/Competition/components/LeaderPicks.js +4 -4
- package/lib/module/Competition/components/LeaderPicks.js.map +1 -1
- package/lib/module/Competition/components/MarketsCard.js +15 -5
- package/lib/module/Competition/components/MarketsCard.js.map +1 -1
- package/lib/module/Competition/components/TeamEventCard.js +24 -15
- package/lib/module/Competition/components/TeamEventCard.js.map +1 -1
- package/lib/module/Competition/components/WagerPickForm.js +44 -56
- package/lib/module/Competition/components/WagerPickForm.js.map +1 -1
- package/lib/module/Competition/index.js +215 -195
- package/lib/module/Competition/index.js.map +1 -1
- package/lib/module/Components/Button.js +49 -6
- package/lib/module/Components/Button.js.map +1 -1
- package/lib/module/Components/ConfirmationModal.js +21 -21
- package/lib/module/Components/ConfirmationModal.js.map +1 -1
- package/lib/module/Components/Themed.js +269 -0
- package/lib/module/Components/Themed.js.map +1 -0
- package/lib/module/MarketComponents/components/AthleteMarket/index.js +29 -38
- package/lib/module/MarketComponents/components/AthleteMarket/index.js.map +1 -1
- package/lib/module/MarketComponents/components/AthleteTournamentMarket/index.js +36 -47
- package/lib/module/MarketComponents/components/AthleteTournamentMarket/index.js.map +1 -1
- package/lib/module/MarketComponents/components/EventMarket/index.js +35 -41
- package/lib/module/MarketComponents/components/EventMarket/index.js.map +1 -1
- package/lib/module/MarketComponents/components/MarketButton/api/index.js +2 -3
- package/lib/module/MarketComponents/components/MarketButton/api/index.js.map +1 -1
- package/lib/module/MarketComponents/components/MarketButton/index.js +17 -17
- package/lib/module/MarketComponents/components/MarketButton/index.js.map +1 -1
- package/lib/module/MarketComponents/components/MatchMarket/index.js +35 -45
- package/lib/module/MarketComponents/components/MatchMarket/index.js.map +1 -1
- package/lib/module/MarketComponents/components/TeamEventMarket/index.js +176 -157
- package/lib/module/MarketComponents/components/TeamEventMarket/index.js.map +1 -1
- package/lib/module/MarketComponents/components/TeamTournamentMarket/index.js +34 -43
- package/lib/module/MarketComponents/components/TeamTournamentMarket/index.js.map +1 -1
- package/lib/module/MarketComponents/components/TournamentMarket/index.js +172 -100
- package/lib/module/MarketComponents/components/TournamentMarket/index.js.map +1 -1
- package/lib/module/ProfileManager/Components/BasicInfoManager.js +28 -34
- package/lib/module/ProfileManager/Components/BasicInfoManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/BasicStatus.js +28 -61
- package/lib/module/ProfileManager/Components/BasicStatus.js.map +1 -1
- package/lib/module/ProfileManager/Components/CodeRedeem.js +55 -81
- package/lib/module/ProfileManager/Components/CodeRedeem.js.map +1 -1
- package/lib/module/ProfileManager/Components/DOBManager.js +27 -31
- package/lib/module/ProfileManager/Components/DOBManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/EmailManager.js +42 -61
- package/lib/module/ProfileManager/Components/EmailManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/PasswordManager.js +36 -54
- package/lib/module/ProfileManager/Components/PasswordManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/PhoneManager.js +37 -56
- package/lib/module/ProfileManager/Components/PhoneManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfilePicManager.js +10 -18
- package/lib/module/ProfileManager/Components/ProfilePicManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfileWelcome.js +21 -38
- package/lib/module/ProfileManager/Components/ProfileWelcome.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfileWizard.js +42 -65
- package/lib/module/ProfileManager/Components/ProfileWizard.js.map +1 -1
- package/lib/module/ProfileManager/Components/SettingsManager.js +45 -47
- package/lib/module/ProfileManager/Components/SettingsManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/VouchCard.js +69 -95
- package/lib/module/ProfileManager/Components/VouchCard.js.map +1 -1
- package/lib/module/ProfileManager/index.js +18 -20
- package/lib/module/ProfileManager/index.js.map +1 -1
- package/lib/module/Share/api/index.js +11 -6
- package/lib/module/Share/api/index.js.map +1 -1
- package/lib/module/Share/index.js +13 -13
- package/lib/module/Share/index.js.map +1 -1
- package/lib/module/Squares/components/BidForm.js +138 -116
- package/lib/module/Squares/components/BidForm.js.map +1 -1
- package/lib/module/Squares/components/BidToggle.js +6 -7
- package/lib/module/Squares/components/BidToggle.js.map +1 -1
- package/lib/module/Squares/components/BoardStats.js +44 -27
- package/lib/module/Squares/components/BoardStats.js.map +1 -1
- package/lib/module/Squares/components/EventCard.js +34 -15
- package/lib/module/Squares/components/EventCard.js.map +1 -1
- package/lib/module/Squares/components/MySquaresCard.js +36 -19
- package/lib/module/Squares/components/MySquaresCard.js.map +1 -1
- package/lib/module/Squares/components/MyStatsCard.js +98 -64
- package/lib/module/Squares/components/MyStatsCard.js.map +1 -1
- package/lib/module/Squares/components/OfferForm.js +12 -12
- package/lib/module/Squares/components/OfferForm.js.map +1 -1
- package/lib/module/Squares/components/PrizeCard.js +25 -16
- package/lib/module/Squares/components/PrizeCard.js.map +1 -1
- package/lib/module/Squares/components/ResultsCard.js +27 -14
- package/lib/module/Squares/components/ResultsCard.js.map +1 -1
- package/lib/module/Squares/components/SquareOffersCard.js +16 -9
- package/lib/module/Squares/components/SquareOffersCard.js.map +1 -1
- package/lib/module/Squares/components/SquareOwners.js +35 -28
- package/lib/module/Squares/components/SquareOwners.js.map +1 -1
- package/lib/module/Squares/components/SquaresBoard.js +52 -34
- package/lib/module/Squares/components/SquaresBoard.js.map +1 -1
- package/lib/module/Squares/components/SquaresDetails.js +30 -19
- package/lib/module/Squares/components/SquaresDetails.js.map +1 -1
- package/lib/module/Squares/index.js +206 -149
- package/lib/module/Squares/index.js.map +1 -1
- package/lib/module/constants/colors.js +18 -3
- package/lib/module/constants/colors.js.map +1 -1
- package/lib/module/constants/styles.js +71 -1
- package/lib/module/constants/styles.js.map +1 -1
- package/lib/module/constants/useColors.js +145 -0
- package/lib/module/constants/useColors.js.map +1 -0
- package/lib/typescript/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Authenticator/Components/LoginForm.d.ts +2 -2
- package/lib/typescript/lib/commonjs/Authenticator/Components/LoginForm.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Authenticator/Components/StrategyForm.d.ts +2 -4
- package/lib/typescript/lib/commonjs/Authenticator/Components/StrategyForm.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Authenticator/index.d.ts +2 -2
- package/lib/typescript/lib/commonjs/Authenticator/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Competition/components/AthleteMarketCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Competition/components/CompetitionInfoCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Competition/components/CompetitionLeaderboard.d.ts +1 -3
- package/lib/typescript/lib/commonjs/Competition/components/CompetitionLeaderboard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Competition/components/CompetitionPlay.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Competition/components/EnterCompetitionPrompt.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Competition/components/MarketsCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Competition/components/TeamEventCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Competition/components/WagerPickForm.d.ts +1 -2
- package/lib/typescript/lib/commonjs/Competition/components/WagerPickForm.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Competition/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Components/Button.d.ts +2 -1
- package/lib/typescript/lib/commonjs/Components/Button.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Components/ConfirmationModal.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Components/Themed.d.ts +6 -0
- package/lib/typescript/lib/commonjs/Components/Themed.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/AthleteTournamentMarket/index.d.ts +2 -2
- package/lib/typescript/lib/commonjs/MarketComponents/components/AthleteTournamentMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/MarketComponents/components/EventMarket/index.d.ts +2 -2
- package/lib/typescript/lib/commonjs/MarketComponents/components/EventMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/MarketComponents/components/MarketButton/api/index.d.ts +1 -1
- package/lib/typescript/lib/commonjs/MarketComponents/components/MarketButton/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/MarketComponents/components/MatchMarket/index.d.ts +2 -1
- package/lib/typescript/lib/commonjs/MarketComponents/components/MatchMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/MarketComponents/components/TeamTournamentMarket/index.d.ts +2 -2
- package/lib/typescript/lib/commonjs/MarketComponents/components/TeamTournamentMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/MarketComponents/components/TournamentMarket/index.d.ts +3 -1
- package/lib/typescript/lib/commonjs/MarketComponents/components/TournamentMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/BasicInfoManager.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/BasicStatus.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/CodeRedeem.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/DOBManager.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/EmailManager.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/PasswordManager.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/PhoneManager.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/ProfilePicManager.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/ProfileWelcome.d.ts +1 -2
- package/lib/typescript/lib/commonjs/ProfileManager/Components/ProfileWelcome.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/ProfileWizard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/SettingsManager.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/VouchCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/index.d.ts +1 -2
- package/lib/typescript/lib/commonjs/ProfileManager/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Share/api/index.d.ts +1 -1
- package/lib/typescript/lib/commonjs/Share/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/BidForm.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/BidToggle.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/BoardStats.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/EventCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/MySquaresCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/MyStatsCard.d.ts +1 -2
- package/lib/typescript/lib/commonjs/Squares/components/MyStatsCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/PrizeCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/ResultsCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/SquareOffersCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/SquareOwners.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/SquaresBoard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/SquaresDetails.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/constants/colors.d.ts +9 -0
- package/lib/typescript/lib/commonjs/constants/styles.d.ts +95 -8
- package/lib/typescript/lib/commonjs/constants/useColors.d.ts +58 -0
- package/lib/typescript/lib/commonjs/constants/useColors.d.ts.map +1 -0
- package/lib/typescript/lib/module/Authenticator/Components/AuthStrategyIdentifier.d.ts.map +1 -1
- package/lib/typescript/lib/module/Authenticator/Components/LoginForm.d.ts +3 -4
- package/lib/typescript/lib/module/Authenticator/Components/LoginForm.d.ts.map +1 -1
- package/lib/typescript/lib/module/Authenticator/Components/StrategyForm.d.ts +3 -6
- package/lib/typescript/lib/module/Authenticator/Components/StrategyForm.d.ts.map +1 -1
- package/lib/typescript/lib/module/Authenticator/index.d.ts +4 -4
- package/lib/typescript/lib/module/Authenticator/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/components/AthleteMarketCard.d.ts +1 -2
- package/lib/typescript/lib/module/Competition/components/AthleteMarketCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/components/CompetitionInfoCard.d.ts +1 -2
- package/lib/typescript/lib/module/Competition/components/CompetitionInfoCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/components/CompetitionLeaderboard.d.ts +2 -5
- package/lib/typescript/lib/module/Competition/components/CompetitionLeaderboard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/components/CompetitionPlay.d.ts +1 -2
- package/lib/typescript/lib/module/Competition/components/CompetitionPlay.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/components/EnterCompetitionPrompt.d.ts +1 -2
- package/lib/typescript/lib/module/Competition/components/EnterCompetitionPrompt.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/components/MarketsCard.d.ts +1 -2
- package/lib/typescript/lib/module/Competition/components/MarketsCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/components/TeamEventCard.d.ts +1 -2
- package/lib/typescript/lib/module/Competition/components/TeamEventCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/components/WagerPickForm.d.ts +2 -4
- package/lib/typescript/lib/module/Competition/components/WagerPickForm.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/index.d.ts +1 -2
- package/lib/typescript/lib/module/Competition/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/Components/Button.d.ts +2 -1
- package/lib/typescript/lib/module/Components/Button.d.ts.map +1 -1
- package/lib/typescript/lib/module/Components/ConfirmationModal.d.ts.map +1 -1
- package/lib/typescript/lib/module/Components/Spring.d.ts +1 -1
- package/lib/typescript/lib/module/Components/Themed.d.ts +9 -0
- package/lib/typescript/lib/module/Components/Themed.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/AthleteMarket/index.d.ts +3 -4
- package/lib/typescript/lib/module/MarketComponents/components/AthleteMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketComponents/components/AthleteTournamentMarket/index.d.ts +3 -4
- package/lib/typescript/lib/module/MarketComponents/components/AthleteTournamentMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketComponents/components/EventMarket/index.d.ts +3 -4
- package/lib/typescript/lib/module/MarketComponents/components/EventMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketComponents/components/MarketButton/api/index.d.ts +2 -2
- package/lib/typescript/lib/module/MarketComponents/components/MarketButton/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketComponents/components/MarketButton/index.d.ts +1 -2
- package/lib/typescript/lib/module/MarketComponents/components/MarketButton/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketComponents/components/MatchMarket/index.d.ts +3 -3
- package/lib/typescript/lib/module/MarketComponents/components/MatchMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketComponents/components/TeamEventMarket/index.d.ts +3 -3
- package/lib/typescript/lib/module/MarketComponents/components/TeamEventMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketComponents/components/TeamTournamentMarket/index.d.ts +3 -4
- package/lib/typescript/lib/module/MarketComponents/components/TeamTournamentMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketComponents/components/TournamentMarket/index.d.ts +4 -3
- package/lib/typescript/lib/module/MarketComponents/components/TournamentMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/BasicInfoManager.d.ts +1 -2
- package/lib/typescript/lib/module/ProfileManager/Components/BasicInfoManager.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/BasicStatus.d.ts +1 -2
- package/lib/typescript/lib/module/ProfileManager/Components/BasicStatus.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/CodeRedeem.d.ts +1 -2
- package/lib/typescript/lib/module/ProfileManager/Components/CodeRedeem.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/DOBManager.d.ts +1 -2
- package/lib/typescript/lib/module/ProfileManager/Components/DOBManager.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/EmailManager.d.ts +1 -2
- package/lib/typescript/lib/module/ProfileManager/Components/EmailManager.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/PasswordManager.d.ts +1 -2
- package/lib/typescript/lib/module/ProfileManager/Components/PasswordManager.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/PhoneManager.d.ts +1 -2
- package/lib/typescript/lib/module/ProfileManager/Components/PhoneManager.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/ProfilePicManager.d.ts +1 -2
- package/lib/typescript/lib/module/ProfileManager/Components/ProfilePicManager.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/ProfileWelcome.d.ts +2 -4
- package/lib/typescript/lib/module/ProfileManager/Components/ProfileWelcome.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/ProfileWizard.d.ts +1 -2
- package/lib/typescript/lib/module/ProfileManager/Components/ProfileWizard.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/SettingsManager.d.ts +1 -2
- package/lib/typescript/lib/module/ProfileManager/Components/SettingsManager.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/VouchCard.d.ts +1 -4
- package/lib/typescript/lib/module/ProfileManager/Components/VouchCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/index.d.ts +2 -4
- package/lib/typescript/lib/module/ProfileManager/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/Share/api/index.d.ts +1 -1
- package/lib/typescript/lib/module/Share/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/Share/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/BidForm.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/BidForm.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/BidToggle.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/BidToggle.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/BoardStats.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/BoardStats.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/EventCard.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/EventCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/MySquaresCard.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/MySquaresCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/MyStatsCard.d.ts +2 -4
- package/lib/typescript/lib/module/Squares/components/MyStatsCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/OfferForm.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/OfferForm.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/PrizeCard.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/PrizeCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/ResultsCard.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/ResultsCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/SquareOffersCard.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/SquareOffersCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/SquareOwners.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/SquareOwners.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/SquaresBoard.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/SquaresBoard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/SquaresDetails.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/SquaresDetails.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/index.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/constants/colors.d.ts +9 -0
- package/lib/typescript/lib/module/constants/styles.d.ts +95 -8
- package/lib/typescript/lib/module/constants/useColors.d.ts +57 -0
- package/lib/typescript/lib/module/constants/useColors.d.ts.map +1 -0
- package/lib/typescript/src/Authenticator/Components/AuthStrategyIdentifier.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/LoginForm.d.ts +2 -2
- package/lib/typescript/src/Authenticator/Components/LoginForm.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/StrategyForm.d.ts +2 -3
- package/lib/typescript/src/Authenticator/Components/StrategyForm.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/index.d.ts +2 -2
- package/lib/typescript/src/Authenticator/index.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/AthleteMarketCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionInfoCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionLeaderboard.d.ts +1 -1
- package/lib/typescript/src/Competition/components/CompetitionLeaderboard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionPlay.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/EnterCompetitionPrompt.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/LeaderPicks.d.ts +1 -1
- package/lib/typescript/src/Competition/components/LeaderPicks.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/MarketsCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/TeamEventCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/WagerPickForm.d.ts +1 -1
- package/lib/typescript/src/Competition/components/WagerPickForm.d.ts.map +1 -1
- package/lib/typescript/src/Competition/index.d.ts.map +1 -1
- package/lib/typescript/src/Components/Button.d.ts +2 -1
- package/lib/typescript/src/Components/Button.d.ts.map +1 -1
- package/lib/typescript/src/Components/ConfirmationModal.d.ts.map +1 -1
- package/lib/typescript/src/Components/Themed.d.ts +38 -0
- package/lib/typescript/src/Components/Themed.d.ts.map +1 -0
- package/lib/typescript/src/MarketComponents/components/AthleteMarket/index.d.ts +2 -1
- package/lib/typescript/src/MarketComponents/components/AthleteMarket/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/components/AthleteTournamentMarket/index.d.ts +2 -1
- package/lib/typescript/src/MarketComponents/components/AthleteTournamentMarket/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/components/EventMarket/index.d.ts +2 -1
- package/lib/typescript/src/MarketComponents/components/EventMarket/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/components/MarketButton/api/index.d.ts +2 -2
- package/lib/typescript/src/MarketComponents/components/MarketButton/api/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/components/MarketButton/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/components/MatchMarket/index.d.ts +2 -1
- package/lib/typescript/src/MarketComponents/components/MatchMarket/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/components/TeamEventMarket/index.d.ts +2 -1
- package/lib/typescript/src/MarketComponents/components/TeamEventMarket/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/components/TeamTournamentMarket/index.d.ts +2 -1
- package/lib/typescript/src/MarketComponents/components/TeamTournamentMarket/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/components/TournamentMarket/index.d.ts +3 -1
- package/lib/typescript/src/MarketComponents/components/TournamentMarket/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/index.d.ts +15 -7
- package/lib/typescript/src/MarketComponents/index.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/BasicInfoManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/BasicStatus.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/CodeRedeem.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/DOBManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/EmailManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/PasswordManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/PhoneManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfilePicManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWelcome.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/ProfileWelcome.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWizard.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/SettingsManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/VouchCard.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/index.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/index.d.ts.map +1 -1
- package/lib/typescript/src/Share/api/index.d.ts +1 -1
- package/lib/typescript/src/Share/api/index.d.ts.map +1 -1
- package/lib/typescript/src/Share/index.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/BidForm.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/BidToggle.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/BoardStats.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/EventCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/MySquaresCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/MyStatsCard.d.ts +1 -1
- package/lib/typescript/src/Squares/components/MyStatsCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/OfferForm.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/PrizeCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/ResultsCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquareOffersCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquareOwners.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquaresBoard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquaresDetails.d.ts.map +1 -1
- package/lib/typescript/src/Squares/index.d.ts.map +1 -1
- package/lib/typescript/src/constants/colors.d.ts +9 -0
- package/lib/typescript/src/constants/colors.d.ts.map +1 -1
- package/lib/typescript/src/constants/styles.d.ts +55 -1
- package/lib/typescript/src/constants/styles.d.ts.map +1 -1
- package/lib/typescript/src/constants/useColors.d.ts +57 -0
- package/lib/typescript/src/constants/useColors.d.ts.map +1 -0
- package/package.json +2 -1
- package/src/Authenticator/Components/AuthStrategyIdentifier.tsx +40 -40
- package/src/Authenticator/Components/LoginForm.tsx +50 -54
- package/src/Authenticator/Components/StrategyForm.tsx +135 -147
- package/src/Authenticator/index.tsx +16 -18
- package/src/Competition/components/AthleteMarketCard.tsx +19 -17
- package/src/Competition/components/CompetitionInfoCard.tsx +48 -138
- package/src/Competition/components/CompetitionLeaderboard.tsx +65 -57
- package/src/Competition/components/CompetitionPlay.tsx +55 -48
- package/src/Competition/components/EnterCompetitionPrompt.tsx +30 -39
- package/src/Competition/components/LeaderPicks.tsx +5 -5
- package/src/Competition/components/MarketsCard.tsx +14 -10
- package/src/Competition/components/TeamEventCard.tsx +24 -23
- package/src/Competition/components/WagerPickForm.tsx +35 -41
- package/src/Competition/index.tsx +162 -125
- package/src/Components/Button.tsx +50 -6
- package/src/Components/ConfirmationModal.tsx +13 -21
- package/src/Components/Themed.tsx +233 -0
- package/src/MarketComponents/components/AthleteMarket/index.tsx +21 -26
- package/src/MarketComponents/components/AthleteTournamentMarket/index.tsx +24 -32
- package/src/MarketComponents/components/EventMarket/index.tsx +25 -33
- package/src/MarketComponents/components/MarketButton/api/index.ts +2 -3
- package/src/MarketComponents/components/MarketButton/index.tsx +16 -15
- package/src/MarketComponents/components/MatchMarket/index.tsx +50 -59
- package/src/MarketComponents/components/TeamEventMarket/index.tsx +160 -139
- package/src/MarketComponents/components/TeamTournamentMarket/index.tsx +24 -30
- package/src/MarketComponents/components/TournamentMarket/index.tsx +117 -107
- package/src/ProfileManager/Components/BasicInfoManager.tsx +26 -29
- package/src/ProfileManager/Components/BasicStatus.tsx +29 -36
- package/src/ProfileManager/Components/CodeRedeem.tsx +50 -60
- package/src/ProfileManager/Components/DOBManager.tsx +25 -30
- package/src/ProfileManager/Components/EmailManager.tsx +37 -45
- package/src/ProfileManager/Components/PasswordManager.tsx +36 -40
- package/src/ProfileManager/Components/PhoneManager.tsx +36 -43
- package/src/ProfileManager/Components/ProfilePicManager.tsx +10 -16
- package/src/ProfileManager/Components/ProfileWelcome.tsx +19 -25
- package/src/ProfileManager/Components/ProfileWizard.tsx +42 -46
- package/src/ProfileManager/Components/SettingsManager.tsx +41 -45
- package/src/ProfileManager/Components/VouchCard.tsx +50 -59
- package/src/ProfileManager/index.tsx +16 -13
- package/src/Share/api/index.ts +9 -3
- package/src/Share/index.tsx +13 -12
- package/src/Squares/components/BidForm.tsx +85 -62
- package/src/Squares/components/BidToggle.tsx +8 -9
- package/src/Squares/components/BoardStats.tsx +28 -28
- package/src/Squares/components/EventCard.tsx +33 -31
- package/src/Squares/components/MySquaresCard.tsx +24 -23
- package/src/Squares/components/MyStatsCard.tsx +66 -68
- package/src/Squares/components/OfferForm.tsx +15 -15
- package/src/Squares/components/PrizeCard.tsx +21 -18
- package/src/Squares/components/ResultsCard.tsx +21 -18
- package/src/Squares/components/SquareOffersCard.tsx +12 -10
- package/src/Squares/components/SquareOwners.tsx +24 -23
- package/src/Squares/components/SquaresBoard.tsx +39 -42
- package/src/Squares/components/SquaresDetails.tsx +25 -24
- package/src/Squares/index.tsx +196 -144
- package/src/constants/colors.ts +55 -47
- package/src/constants/styles.ts +37 -1
- package/src/constants/useColors.tsx +131 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Icons } from "../../Components";
|
|
2
|
+
import { FlatList, Image, ScrollView, Platform } from 'react-native';
|
|
3
3
|
import SquareCard from "./SquareCard";
|
|
4
4
|
import Countdown from './Countdown';
|
|
5
5
|
import { SqauresHelpers } from "../api";
|
|
6
|
-
import Colors from "../../constants/colors";
|
|
7
|
-
import { view_styles } from "../../constants/styles";
|
|
8
6
|
import React, { useState } from "react";
|
|
9
7
|
import moment from "moment-mini";
|
|
8
|
+
import { Button, Text, View } from "../../Components/Themed";
|
|
9
|
+
import { useColors } from "../../constants/useColors";
|
|
10
10
|
const SquaresBoard = ({
|
|
11
11
|
player_id,
|
|
12
12
|
event,
|
|
@@ -21,6 +21,7 @@ const SquaresBoard = ({
|
|
|
21
21
|
onSquareBid,
|
|
22
22
|
onSquareOffer
|
|
23
23
|
}) => {
|
|
24
|
+
const C = useColors();
|
|
24
25
|
const [expanded, setExpanded] = useState(true);
|
|
25
26
|
const [times_up, setTimesUp] = useState(false);
|
|
26
27
|
const [refresh_allowed, setRefreshAllowed] = useState(false);
|
|
@@ -51,7 +52,9 @@ const SquaresBoard = ({
|
|
|
51
52
|
outbid_player_square = player_square_history.find(s => s.sq_square_id == data.item.sq_square_id);
|
|
52
53
|
}
|
|
53
54
|
const event_status = SqauresHelpers.getCompStatus(event, squares_competition);
|
|
54
|
-
return /*#__PURE__*/React.createElement(View,
|
|
55
|
+
return /*#__PURE__*/React.createElement(View, {
|
|
56
|
+
transparent: true
|
|
57
|
+
}, /*#__PURE__*/React.createElement(SquareCard, {
|
|
55
58
|
player_id: player_id,
|
|
56
59
|
square: data.item,
|
|
57
60
|
outbid_player_square: outbid_player_square,
|
|
@@ -67,7 +70,9 @@ const SquaresBoard = ({
|
|
|
67
70
|
};
|
|
68
71
|
const renderYSquares = data => {
|
|
69
72
|
const x_squares = squares.filter(s => s.square_score_y == data.item);
|
|
70
|
-
return /*#__PURE__*/React.createElement(View,
|
|
73
|
+
return /*#__PURE__*/React.createElement(View, {
|
|
74
|
+
transparent: true
|
|
75
|
+
}, /*#__PURE__*/React.createElement(FlatList, {
|
|
71
76
|
data: x_squares.sort((a, b) => a.square_score_x - b.square_score_x),
|
|
72
77
|
horizontal: true,
|
|
73
78
|
scrollEnabled: Platform.OS == 'web' ? true : false,
|
|
@@ -84,43 +89,50 @@ const SquaresBoard = ({
|
|
|
84
89
|
total_payout = squares_competition.guaranteed_payout;
|
|
85
90
|
}
|
|
86
91
|
return /*#__PURE__*/React.createElement(View, {
|
|
92
|
+
float: true,
|
|
87
93
|
style: {
|
|
88
|
-
...view_styles.section,
|
|
89
94
|
minWidth: 350,
|
|
90
95
|
maxWidth: 600
|
|
91
96
|
}
|
|
92
|
-
}, /*#__PURE__*/React.createElement(
|
|
93
|
-
|
|
97
|
+
}, /*#__PURE__*/React.createElement(Button, {
|
|
98
|
+
transparent: true,
|
|
99
|
+
style: {
|
|
100
|
+
flexDirection: 'row',
|
|
101
|
+
alignItems: 'center'
|
|
102
|
+
},
|
|
94
103
|
onPress: () => setExpanded(!expanded)
|
|
95
104
|
}, /*#__PURE__*/React.createElement(Icons.SquaresIcon, {
|
|
96
105
|
size: 18,
|
|
97
|
-
color:
|
|
106
|
+
color: C.text.h1
|
|
98
107
|
}), /*#__PURE__*/React.createElement(View, {
|
|
108
|
+
transparent: true,
|
|
99
109
|
style: {
|
|
100
110
|
flex: 1,
|
|
101
111
|
marginLeft: 10
|
|
102
112
|
}
|
|
103
113
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
104
|
-
theme: "
|
|
114
|
+
theme: "h1"
|
|
105
115
|
}, "SQUARES BOARD"), /*#__PURE__*/React.createElement(Text, {
|
|
106
116
|
style: {
|
|
107
117
|
marginTop: 3
|
|
108
118
|
},
|
|
109
|
-
theme: "
|
|
119
|
+
theme: "description"
|
|
110
120
|
}, "Bid, buy, sell squares using the board below.")), /*#__PURE__*/React.createElement(View, {
|
|
121
|
+
transparent: true,
|
|
111
122
|
style: {
|
|
112
123
|
paddingLeft: 10,
|
|
113
124
|
paddingRight: 10
|
|
114
125
|
}
|
|
115
126
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
116
127
|
size: 14,
|
|
117
|
-
|
|
128
|
+
theme: "success",
|
|
118
129
|
weight: "bold"
|
|
119
130
|
}, "$", total_payout.toFixed(2))), /*#__PURE__*/React.createElement(Icons.ChevronIcon, {
|
|
120
131
|
direction: expanded ? 'up' : 'down',
|
|
121
|
-
color:
|
|
132
|
+
color: C.text.h1,
|
|
122
133
|
size: 8
|
|
123
134
|
}), /*#__PURE__*/React.createElement(View, {
|
|
135
|
+
transparent: true,
|
|
124
136
|
style: {
|
|
125
137
|
position: 'absolute',
|
|
126
138
|
top: 0,
|
|
@@ -138,8 +150,8 @@ const SquaresBoard = ({
|
|
|
138
150
|
}, 5000);
|
|
139
151
|
}
|
|
140
152
|
}))), expanded ? /*#__PURE__*/React.createElement(View, {
|
|
153
|
+
transparent: true,
|
|
141
154
|
style: {
|
|
142
|
-
...view_styles.section_body,
|
|
143
155
|
flex: 1
|
|
144
156
|
},
|
|
145
157
|
nativeID: "board"
|
|
@@ -149,13 +161,17 @@ const SquaresBoard = ({
|
|
|
149
161
|
flexDirection: 'row',
|
|
150
162
|
marginLeft: 20
|
|
151
163
|
}
|
|
152
|
-
}, /*#__PURE__*/React.createElement(View,
|
|
164
|
+
}, /*#__PURE__*/React.createElement(View, {
|
|
165
|
+
transparent: true
|
|
166
|
+
}, /*#__PURE__*/React.createElement(View, {
|
|
167
|
+
transparent: true,
|
|
153
168
|
style: {
|
|
154
169
|
flexDirection: 'row',
|
|
155
170
|
marginLeft: 4
|
|
156
171
|
}
|
|
157
172
|
}, unique_score_y.map(num => {
|
|
158
173
|
return /*#__PURE__*/React.createElement(View, {
|
|
174
|
+
transparent: true,
|
|
159
175
|
key: `y_${num}`,
|
|
160
176
|
style: {
|
|
161
177
|
margin: 3,
|
|
@@ -166,12 +182,12 @@ const SquaresBoard = ({
|
|
|
166
182
|
backgroundColor: 'transparent'
|
|
167
183
|
}
|
|
168
184
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
169
|
-
theme: "
|
|
185
|
+
theme: "h2",
|
|
170
186
|
textAlign: "center"
|
|
171
187
|
}, num));
|
|
172
188
|
})), /*#__PURE__*/React.createElement(View, {
|
|
189
|
+
transparent: true,
|
|
173
190
|
style: {
|
|
174
|
-
backgroundColor: Colors.shades.shade100,
|
|
175
191
|
padding: 2,
|
|
176
192
|
borderRadius: 8,
|
|
177
193
|
marginLeft: 2
|
|
@@ -182,6 +198,7 @@ const SquaresBoard = ({
|
|
|
182
198
|
scrollEnabled: Platform.OS == 'web' ? true : false,
|
|
183
199
|
keyExtractor: item => `x_${item}`
|
|
184
200
|
})))), /*#__PURE__*/React.createElement(View, {
|
|
201
|
+
transparent: true,
|
|
185
202
|
style: {
|
|
186
203
|
position: 'absolute',
|
|
187
204
|
top: 47,
|
|
@@ -200,9 +217,10 @@ const SquaresBoard = ({
|
|
|
200
217
|
backgroundColor: 'transparent'
|
|
201
218
|
}
|
|
202
219
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
203
|
-
theme: "
|
|
220
|
+
theme: "h2"
|
|
204
221
|
}, num));
|
|
205
222
|
})), event && event.home ? /*#__PURE__*/React.createElement(View, {
|
|
223
|
+
transparent: true,
|
|
206
224
|
style: {
|
|
207
225
|
position: 'absolute',
|
|
208
226
|
top: 4,
|
|
@@ -212,8 +230,9 @@ const SquaresBoard = ({
|
|
|
212
230
|
alignItems: 'center'
|
|
213
231
|
}
|
|
214
232
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
215
|
-
theme: "
|
|
233
|
+
theme: "h2"
|
|
216
234
|
}, event.home.market_name, " ", event.home.name)) : /*#__PURE__*/React.createElement(React.Fragment, null), event && event.away ? /*#__PURE__*/React.createElement(View, {
|
|
235
|
+
transparent: true,
|
|
217
236
|
style: {
|
|
218
237
|
position: 'absolute',
|
|
219
238
|
top: 0,
|
|
@@ -222,6 +241,7 @@ const SquaresBoard = ({
|
|
|
222
241
|
justifyContent: 'center'
|
|
223
242
|
}
|
|
224
243
|
}, /*#__PURE__*/React.createElement(View, {
|
|
244
|
+
transparent: true,
|
|
225
245
|
style: {
|
|
226
246
|
width: TEXT_HEIGHT,
|
|
227
247
|
height: TEXT_LENGTH
|
|
@@ -239,35 +259,35 @@ const SquaresBoard = ({
|
|
|
239
259
|
width: TEXT_LENGTH,
|
|
240
260
|
height: TEXT_HEIGHT
|
|
241
261
|
},
|
|
242
|
-
theme: "
|
|
262
|
+
theme: "h2"
|
|
243
263
|
}, away_name))) : /*#__PURE__*/React.createElement(React.Fragment, null), times_up ? /*#__PURE__*/React.createElement(View, {
|
|
264
|
+
type: "blur",
|
|
265
|
+
transparent: true,
|
|
244
266
|
style: {
|
|
245
267
|
position: 'absolute',
|
|
246
268
|
top: 0,
|
|
247
269
|
left: 0,
|
|
248
270
|
right: 0,
|
|
249
271
|
bottom: 0,
|
|
250
|
-
backgroundColor: Colors.shades.black_faded,
|
|
251
272
|
justifyContent: 'center',
|
|
252
273
|
alignItems: 'center'
|
|
253
274
|
}
|
|
254
275
|
}, /*#__PURE__*/React.createElement(View, {
|
|
276
|
+
transparent: true,
|
|
255
277
|
style: {
|
|
256
|
-
...view_styles.section,
|
|
257
278
|
width: 250,
|
|
258
279
|
height: 250
|
|
259
280
|
}
|
|
260
281
|
}, /*#__PURE__*/React.createElement(View, {
|
|
282
|
+
transparent: true,
|
|
261
283
|
style: {
|
|
262
|
-
...view_styles.section_header,
|
|
263
|
-
backgroundColor: Colors.shades.shade100,
|
|
264
284
|
justifyContent: 'center'
|
|
265
285
|
}
|
|
266
286
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
267
|
-
theme: "
|
|
287
|
+
theme: "h1"
|
|
268
288
|
}, "AUCTION HAS ENDED")), /*#__PURE__*/React.createElement(View, {
|
|
289
|
+
transparent: true,
|
|
269
290
|
style: {
|
|
270
|
-
...view_styles.section_body,
|
|
271
291
|
justifyContent: 'center',
|
|
272
292
|
alignItems: 'center'
|
|
273
293
|
}
|
|
@@ -284,12 +304,14 @@ const SquaresBoard = ({
|
|
|
284
304
|
resizeMode: "cover"
|
|
285
305
|
}), /*#__PURE__*/React.createElement(Text, {
|
|
286
306
|
size: 14,
|
|
287
|
-
color:
|
|
307
|
+
color: C.text.h1,
|
|
288
308
|
weight: "semibold",
|
|
289
309
|
textAlign: "center"
|
|
290
310
|
}, "Assigning unbid squares based on board ownership % ...")), /*#__PURE__*/React.createElement(View, {
|
|
311
|
+
type: "footer",
|
|
291
312
|
style: {
|
|
292
|
-
|
|
313
|
+
flexDirection: 'row',
|
|
314
|
+
alignItems: 'center'
|
|
293
315
|
}
|
|
294
316
|
}, /*#__PURE__*/React.createElement(Button, {
|
|
295
317
|
title: "SEE FINAL BOARD",
|
|
@@ -298,11 +320,7 @@ const SquaresBoard = ({
|
|
|
298
320
|
opacity: refresh_allowed ? 1 : 0.5
|
|
299
321
|
},
|
|
300
322
|
disabled: !refresh_allowed,
|
|
301
|
-
|
|
302
|
-
borderRadius: 8,
|
|
303
|
-
borderWidth: 1,
|
|
304
|
-
borderColor: Colors.brand.electric,
|
|
305
|
-
backgroundColor: Colors.shades.white,
|
|
323
|
+
type: "close",
|
|
306
324
|
onPress: () => {
|
|
307
325
|
setRefreshAllowed(false);
|
|
308
326
|
onRefreshCompetition();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["Button","Icons","Text","View","FlatList","Image","TouchableOpacity","ScrollView","Platform","SquareCard","Countdown","SqauresHelpers","Colors","view_styles","React","useState","moment","SquaresBoard","player_id","event","square_bids","draft_square_offers","squares_competition","player_square_history","square_offers","squares","player_squares","onRefreshCompetition","onSquareBid","onSquareOffer","expanded","setExpanded","times_up","setTimesUp","refresh_allowed","setRefreshAllowed","comp_status","getCompStatus","unique_score_y","Set","map","s","square_score_y","sort","a","b","handleSquareSelect","square","action","alert","renderXSquares","data","player_square","find","sq_square_id","item","draft_player_square","draft_square_offer","sq_player_square_id","outbid_player_square","undefined","square_offer","event_status","createElement","market_type","onSquareSelect","renderYSquares","x_squares","filter","square_score_x","horizontal","scrollEnabled","OS","renderItem","keyExtractor","toString","away_name","away","market_name","name","TEXT_LENGTH","length","TEXT_HEIGHT","OFFSET","total_payout","potential_winnings","guaranteed_payout","style","section","minWidth","maxWidth","section_header","onPress","SquaresIcon","size","color","brand","midnight","flex","marginLeft","theme","marginTop","paddingLeft","paddingRight","utility","success","weight","toFixed","ChevronIcon","direction","position","top","left","bottom","justifyContent","end_datetime","begin_datetime","label","onTimesUp","setTimeout","section_body","nativeID","flexDirection","num","key","margin","alignItems","height","width","backgroundColor","textAlign","shades","shade100","padding","borderRadius","home","right","Fragment","transform","rotate","translateX","translateY","black_faded","source","uri","image","url","marginBottom","resizeMode","section_footer","title","opacity","disabled","title_color","electric","borderWidth","borderColor","white"],"sourceRoot":"../../../../src","sources":["Squares/components/SquaresBoard.tsx"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["Icons","FlatList","Image","ScrollView","Platform","SquareCard","Countdown","SqauresHelpers","React","useState","moment","Button","Text","View","useColors","SquaresBoard","player_id","event","square_bids","draft_square_offers","squares_competition","player_square_history","square_offers","squares","player_squares","onRefreshCompetition","onSquareBid","onSquareOffer","C","expanded","setExpanded","times_up","setTimesUp","refresh_allowed","setRefreshAllowed","comp_status","getCompStatus","unique_score_y","Set","map","s","square_score_y","sort","a","b","handleSquareSelect","square","action","alert","renderXSquares","data","player_square","find","sq_square_id","item","draft_player_square","draft_square_offer","sq_player_square_id","outbid_player_square","undefined","square_offer","event_status","createElement","transparent","market_type","onSquareSelect","renderYSquares","x_squares","filter","square_score_x","horizontal","scrollEnabled","OS","renderItem","keyExtractor","toString","away_name","away","market_name","name","TEXT_LENGTH","length","TEXT_HEIGHT","OFFSET","total_payout","potential_winnings","guaranteed_payout","float","style","minWidth","maxWidth","flexDirection","alignItems","onPress","SquaresIcon","size","color","text","h1","flex","marginLeft","theme","marginTop","paddingLeft","paddingRight","weight","toFixed","ChevronIcon","direction","position","top","left","bottom","justifyContent","end_datetime","begin_datetime","label","onTimesUp","setTimeout","nativeID","num","key","margin","height","width","backgroundColor","textAlign","padding","borderRadius","home","right","Fragment","transform","rotate","translateX","translateY","type","source","uri","image","url","marginBottom","resizeMode","title","opacity","disabled"],"sourceRoot":"../../../../src","sources":["Squares/components/SquaresBoard.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,82 +1,93 @@
|
|
|
1
|
-
import { TouchableOpacity, View } from "react-native";
|
|
2
1
|
import { view_styles } from "../../constants/styles";
|
|
3
|
-
import { Icons
|
|
4
|
-
import Colors from "../../constants/colors";
|
|
2
|
+
import { Icons } from "../../Components";
|
|
5
3
|
import React, { useState } from "react";
|
|
4
|
+
import { Button, Text, View } from "../../Components/Themed";
|
|
5
|
+
import { useColors } from "../../constants/useColors";
|
|
6
6
|
const SquaresDetails = ({
|
|
7
7
|
squares_competition,
|
|
8
8
|
squares_type,
|
|
9
9
|
squares_payout_type
|
|
10
10
|
}) => {
|
|
11
|
+
const C = useColors();
|
|
11
12
|
const [expanded, setExpanded] = useState(false);
|
|
12
13
|
return /*#__PURE__*/React.createElement(View, {
|
|
14
|
+
float: true,
|
|
13
15
|
nativeID: "competition_details",
|
|
14
16
|
style: {
|
|
15
|
-
...view_styles.section,
|
|
16
17
|
minWidth: 350
|
|
17
18
|
}
|
|
18
|
-
}, /*#__PURE__*/React.createElement(
|
|
19
|
-
|
|
19
|
+
}, /*#__PURE__*/React.createElement(Button, {
|
|
20
|
+
transparent: true,
|
|
21
|
+
style: {
|
|
22
|
+
flexDirection: 'row',
|
|
23
|
+
alignItems: 'center'
|
|
24
|
+
},
|
|
20
25
|
onPress: () => setExpanded(!expanded)
|
|
21
26
|
}, /*#__PURE__*/React.createElement(Icons.SettingsIcon, {
|
|
22
27
|
size: 18,
|
|
23
|
-
color:
|
|
28
|
+
color: C.text.h1
|
|
24
29
|
}), /*#__PURE__*/React.createElement(View, {
|
|
30
|
+
transparent: true,
|
|
25
31
|
style: {
|
|
26
32
|
flex: 1,
|
|
27
33
|
marginLeft: 10
|
|
28
34
|
}
|
|
29
35
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
30
|
-
theme: "
|
|
36
|
+
theme: "h1"
|
|
31
37
|
}, "COMPETITION DETAILS"), /*#__PURE__*/React.createElement(Text, {
|
|
32
38
|
style: {
|
|
33
39
|
marginTop: 4
|
|
34
40
|
},
|
|
35
|
-
theme: "
|
|
41
|
+
theme: "description"
|
|
36
42
|
}, "Detailed Information on this competition")), /*#__PURE__*/React.createElement(Icons.ChevronIcon, {
|
|
37
43
|
direction: expanded ? 'up' : 'down',
|
|
38
|
-
color:
|
|
44
|
+
color: C.text.h1,
|
|
39
45
|
size: 8
|
|
40
46
|
})), expanded ? /*#__PURE__*/React.createElement(View, {
|
|
47
|
+
transparent: true,
|
|
41
48
|
style: {
|
|
42
|
-
|
|
49
|
+
padding: 20
|
|
43
50
|
}
|
|
44
51
|
}, squares_type ? /*#__PURE__*/React.createElement(View, {
|
|
52
|
+
transparent: true,
|
|
45
53
|
style: view_styles.body_row
|
|
46
54
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
47
55
|
style: {
|
|
48
56
|
flex: 1
|
|
49
57
|
},
|
|
50
|
-
theme: "
|
|
58
|
+
theme: "description"
|
|
51
59
|
}, "Type"), /*#__PURE__*/React.createElement(Text, {
|
|
52
|
-
theme: "
|
|
60
|
+
theme: "h2"
|
|
53
61
|
}, squares_type.sq_type_name)) : /*#__PURE__*/React.createElement(React.Fragment, null), /*#__PURE__*/React.createElement(View, {
|
|
62
|
+
transparent: true,
|
|
54
63
|
style: view_styles.body_row
|
|
55
64
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
56
65
|
style: {
|
|
57
66
|
flex: 1
|
|
58
67
|
},
|
|
59
|
-
theme: "
|
|
68
|
+
theme: "description"
|
|
60
69
|
}, "Initial Square Price"), /*#__PURE__*/React.createElement(Text, {
|
|
61
|
-
theme: "
|
|
70
|
+
theme: "h2"
|
|
62
71
|
}, "$", squares_competition.minimum_square_price.toFixed(2))), squares_payout_type ? /*#__PURE__*/React.createElement(View, {
|
|
72
|
+
transparent: true,
|
|
63
73
|
style: view_styles.body_row
|
|
64
74
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
65
75
|
style: {
|
|
66
76
|
flex: 1
|
|
67
77
|
},
|
|
68
|
-
theme: "
|
|
78
|
+
theme: "description"
|
|
69
79
|
}, "Payout"), /*#__PURE__*/React.createElement(Text, {
|
|
70
|
-
theme: "
|
|
80
|
+
theme: "h2"
|
|
71
81
|
}, squares_payout_type.sq_payout_name.toUpperCase())) : /*#__PURE__*/React.createElement(React.Fragment, null), /*#__PURE__*/React.createElement(View, {
|
|
82
|
+
transparent: true,
|
|
72
83
|
style: view_styles.body_row
|
|
73
84
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
74
85
|
style: {
|
|
75
86
|
flex: 1
|
|
76
87
|
},
|
|
77
|
-
theme: "
|
|
88
|
+
theme: "description"
|
|
78
89
|
}, "Payout Frequency"), /*#__PURE__*/React.createElement(Text, {
|
|
79
|
-
theme: "
|
|
90
|
+
theme: "h2"
|
|
80
91
|
}, squares_competition.payout_frequency, " Quarters"))) : /*#__PURE__*/React.createElement(React.Fragment, null));
|
|
81
92
|
};
|
|
82
93
|
export default SquaresDetails;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["view_styles","Icons","React","useState","Button","Text","View","useColors","SquaresDetails","squares_competition","squares_type","squares_payout_type","C","expanded","setExpanded","createElement","float","nativeID","style","minWidth","transparent","flexDirection","alignItems","onPress","SettingsIcon","size","color","text","h1","flex","marginLeft","theme","marginTop","ChevronIcon","direction","padding","body_row","sq_type_name","Fragment","minimum_square_price","toFixed","sq_payout_name","toUpperCase","payout_frequency"],"sourceRoot":"../../../../src","sources":["Squares/components/SquaresDetails.tsx"],"mappings":"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","ignoreList":[]}
|