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,9 +1,8 @@
|
|
|
1
1
|
export const __esModule: boolean;
|
|
2
2
|
export default ProfileWelcome;
|
|
3
|
-
declare function ProfileWelcome({ player, code_details,
|
|
3
|
+
declare function ProfileWelcome({ player, code_details, onStartSetup, onClose }: {
|
|
4
4
|
player: any;
|
|
5
5
|
code_details: any;
|
|
6
|
-
width: any;
|
|
7
6
|
onStartSetup: any;
|
|
8
7
|
onClose: any;
|
|
9
8
|
}): any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProfileWelcome.d.ts","sourceRoot":"","sources":["../../../../../commonjs/ProfileManager/Components/ProfileWelcome.js"],"names":[],"mappings":";;AAaA
|
|
1
|
+
{"version":3,"file":"ProfileWelcome.d.ts","sourceRoot":"","sources":["../../../../../commonjs/ProfileManager/Components/ProfileWelcome.js"],"names":[],"mappings":";;AAaA;;;;;QA6FC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProfileWizard.d.ts","sourceRoot":"","sources":["../../../../../commonjs/ProfileManager/Components/ProfileWizard.js"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"ProfileWizard.d.ts","sourceRoot":"","sources":["../../../../../commonjs/ProfileManager/Components/ProfileWizard.js"],"names":[],"mappings":";;AA8BA;;;;;;;;;;;;;;;;;;;;QA4zBC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SettingsManager.d.ts","sourceRoot":"","sources":["../../../../../commonjs/ProfileManager/Components/SettingsManager.js"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"SettingsManager.d.ts","sourceRoot":"","sources":["../../../../../commonjs/ProfileManager/Components/SettingsManager.js"],"names":[],"mappings":";;AAgBA;;;;;;;;QA4NC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VouchCard.d.ts","sourceRoot":"","sources":["../../../../../commonjs/ProfileManager/Components/VouchCard.js"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"VouchCard.d.ts","sourceRoot":"","sources":["../../../../../commonjs/ProfileManager/Components/VouchCard.js"],"names":[],"mappings":";;AAiBA;;;;;;;;QAqgBC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const __esModule: boolean;
|
|
2
2
|
export default ProfileManager;
|
|
3
|
-
declare function ProfileManager({ profile_attribute, hide_profile_header, player, hide_powered_by, onRedeemCode, onPlayerUpdate, onNextStep, onVouchStart, show_welcome, hidden_groups, hidden_steps, hidden_levels, walkthrough,
|
|
3
|
+
declare function ProfileManager({ profile_attribute, hide_profile_header, player, hide_powered_by, onRedeemCode, onPlayerUpdate, onNextStep, onVouchStart, show_welcome, hidden_groups, hidden_steps, hidden_levels, walkthrough, onClose, onLogout }: {
|
|
4
4
|
profile_attribute: any;
|
|
5
5
|
hide_profile_header: any;
|
|
6
6
|
player: any;
|
|
@@ -14,7 +14,6 @@ declare function ProfileManager({ profile_attribute, hide_profile_header, player
|
|
|
14
14
|
hidden_steps: any;
|
|
15
15
|
hidden_levels: any;
|
|
16
16
|
walkthrough: any;
|
|
17
|
-
width: any;
|
|
18
17
|
onClose: any;
|
|
19
18
|
onLogout: any;
|
|
20
19
|
}): any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../commonjs/ProfileManager/index.js"],"names":[],"mappings":";;AAeA
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../commonjs/ProfileManager/index.js"],"names":[],"mappings":";;AAeA;;;;;;;;;;;;;;;;QAsKC"}
|
|
@@ -24,7 +24,7 @@ export namespace ShareApi {
|
|
|
24
24
|
} | undefined>;
|
|
25
25
|
}
|
|
26
26
|
export namespace ShareHelpers {
|
|
27
|
-
function nativeShareAvailable():
|
|
27
|
+
function nativeShareAvailable(): Promise<any>;
|
|
28
28
|
function extractQueryParams(url: any): any[];
|
|
29
29
|
function appendPlayerReferral(url: any): Promise<any>;
|
|
30
30
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Share/api/index.js"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Share/api/index.js"],"names":[],"mappings":";;IAgBkB,gCAIf;IACkB,2CAOlB;IACkB;;;OAiBlB;IACqB;;;mBAUrB;IACoB;;;mBAapB;IACyB,qEAUzB;IACM;;;;;;mBAwCN;;;IAGqB,8CAYrB;IACmB,6CAsBnB;IACqB,sDAgBrB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BidForm.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Squares/components/BidForm.js"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"BidForm.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Squares/components/BidForm.js"],"names":[],"mappings":";;AAkBA;;;;;;;;;;;;;QAgNC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BidToggle.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Squares/components/BidToggle.js"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"BidToggle.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Squares/components/BidToggle.js"],"names":[],"mappings":";;AAWA;;;;QAgDC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BoardStats.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Squares/components/BoardStats.js"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"BoardStats.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Squares/components/BoardStats.js"],"names":[],"mappings":";;AAYA;;;;QA6HC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EventCard.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Squares/components/EventCard.js"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"EventCard.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Squares/components/EventCard.js"],"names":[],"mappings":";;AAgBA;;;QAsIC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MySquaresCard.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Squares/components/MySquaresCard.js"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"MySquaresCard.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Squares/components/MySquaresCard.js"],"names":[],"mappings":";;AAgBA;;;;;;;;;QAyHC"}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
export const __esModule: boolean;
|
|
2
2
|
export default MyStatsCard;
|
|
3
|
-
declare function MyStatsCard({ player_id,
|
|
3
|
+
declare function MyStatsCard({ player_id, squares_expected_value, away_abbr, home_abbr, squares_competition, player_squares, player_square_history, squares, square_results, onSquareBid }: {
|
|
4
4
|
player_id: any;
|
|
5
|
-
players: any;
|
|
6
5
|
squares_expected_value: any;
|
|
7
6
|
away_abbr: any;
|
|
8
7
|
home_abbr: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MyStatsCard.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Squares/components/MyStatsCard.js"],"names":[],"mappings":";;AAeA
|
|
1
|
+
{"version":3,"file":"MyStatsCard.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Squares/components/MyStatsCard.js"],"names":[],"mappings":";;AAeA;;;;;;;;;;;QAkWC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PrizeCard.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Squares/components/PrizeCard.js"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"PrizeCard.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Squares/components/PrizeCard.js"],"names":[],"mappings":";;AAgBA;;;;;QA4KC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ResultsCard.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Squares/components/ResultsCard.js"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"ResultsCard.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Squares/components/ResultsCard.js"],"names":[],"mappings":";;AAgBA;;;;;;QAwGC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SquareOffersCard.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Squares/components/SquareOffersCard.js"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"SquareOffersCard.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Squares/components/SquareOffersCard.js"],"names":[],"mappings":";;AAgBA;;;;;;;;QAmEC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SquareOwners.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Squares/components/SquareOwners.js"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"SquareOwners.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Squares/components/SquareOwners.js"],"names":[],"mappings":";;AAcA;;;;QAkHC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SquaresBoard.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Squares/components/SquaresBoard.js"],"names":[],"mappings":";;AAkBA;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"SquaresBoard.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Squares/components/SquaresBoard.js"],"names":[],"mappings":";;AAkBA;;;;;;;;;;;;;QAgUC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SquaresDetails.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Squares/components/SquaresDetails.js"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"SquaresDetails.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Squares/components/SquaresDetails.js"],"names":[],"mappings":";;AAaA;;;;QAsFC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../commonjs/Squares/index.js"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../commonjs/Squares/index.js"],"names":[],"mappings":";;AA8BA;;;;;;;QA6rBC"}
|
|
@@ -8,11 +8,16 @@ declare namespace Colors {
|
|
|
8
8
|
export let electric: string;
|
|
9
9
|
export let cyan: string;
|
|
10
10
|
export let slate: string;
|
|
11
|
+
export let slateLight: string;
|
|
11
12
|
export let mint: string;
|
|
12
13
|
export let yellow: string;
|
|
13
14
|
export let facebook: string;
|
|
14
15
|
let _new: string;
|
|
15
16
|
export { _new as new };
|
|
17
|
+
export let midnightLight: string;
|
|
18
|
+
export let electricLight: string;
|
|
19
|
+
export let successDark: string;
|
|
20
|
+
export let errorDark: string;
|
|
16
21
|
}
|
|
17
22
|
namespace chart {
|
|
18
23
|
let cyan_1: string;
|
|
@@ -36,6 +41,7 @@ declare namespace Colors {
|
|
|
36
41
|
let black_faded: string;
|
|
37
42
|
let black_faded_heavy: string;
|
|
38
43
|
let black_faded_super_heavy: string;
|
|
44
|
+
let blackFadedHeavy: string;
|
|
39
45
|
}
|
|
40
46
|
namespace accents {
|
|
41
47
|
let accent100: string;
|
|
@@ -63,6 +69,9 @@ declare namespace Colors {
|
|
|
63
69
|
let gold_faded: string;
|
|
64
70
|
let silver: string;
|
|
65
71
|
let bronze: string;
|
|
72
|
+
let goldDark: string;
|
|
73
|
+
let silverDark: string;
|
|
74
|
+
let bronzeDark: string;
|
|
66
75
|
}
|
|
67
76
|
}
|
|
68
77
|
//# sourceMappingURL=colors.d.ts.map
|
|
@@ -26,8 +26,6 @@ export namespace view_styles {
|
|
|
26
26
|
}
|
|
27
27
|
namespace section {
|
|
28
28
|
export let margin: number;
|
|
29
|
-
let backgroundColor_1: any;
|
|
30
|
-
export { backgroundColor_1 as backgroundColor };
|
|
31
29
|
let borderRadius_1: number;
|
|
32
30
|
export { borderRadius_1 as borderRadius };
|
|
33
31
|
let shadowColor_1: string;
|
|
@@ -79,8 +77,8 @@ export namespace view_styles {
|
|
|
79
77
|
export { alignItems_1 as alignItems };
|
|
80
78
|
export let borderTopWidth: number;
|
|
81
79
|
export let borderTopColor: any;
|
|
82
|
-
let
|
|
83
|
-
export {
|
|
80
|
+
let backgroundColor_1: any;
|
|
81
|
+
export { backgroundColor_1 as backgroundColor };
|
|
84
82
|
}
|
|
85
83
|
namespace body_row {
|
|
86
84
|
let padding_4: number;
|
|
@@ -93,8 +91,8 @@ export namespace view_styles {
|
|
|
93
91
|
}
|
|
94
92
|
export namespace button_styles {
|
|
95
93
|
namespace wizard_valid {
|
|
96
|
-
let
|
|
97
|
-
export {
|
|
94
|
+
let backgroundColor_2: any;
|
|
95
|
+
export { backgroundColor_2 as backgroundColor };
|
|
98
96
|
let height_2: number;
|
|
99
97
|
export { height_2 as height };
|
|
100
98
|
let width_2: number;
|
|
@@ -106,8 +104,8 @@ export namespace button_styles {
|
|
|
106
104
|
export { borderRadius_2 as borderRadius };
|
|
107
105
|
}
|
|
108
106
|
namespace wizard_invalid {
|
|
109
|
-
let
|
|
110
|
-
export {
|
|
107
|
+
let backgroundColor_3: any;
|
|
108
|
+
export { backgroundColor_3 as backgroundColor };
|
|
111
109
|
let height_3: number;
|
|
112
110
|
export { height_3 as height };
|
|
113
111
|
let width_3: number;
|
|
@@ -225,4 +223,93 @@ export namespace text_styles {
|
|
|
225
223
|
export { textAlign_6 as textAlign };
|
|
226
224
|
}
|
|
227
225
|
}
|
|
226
|
+
export namespace MyViewStyles {
|
|
227
|
+
export namespace container_1 {
|
|
228
|
+
let flex: number;
|
|
229
|
+
}
|
|
230
|
+
export { container_1 as container };
|
|
231
|
+
export namespace floatLight {
|
|
232
|
+
let backgroundColor_4: string;
|
|
233
|
+
export { backgroundColor_4 as backgroundColor };
|
|
234
|
+
let shadowColor_2: string;
|
|
235
|
+
export { shadowColor_2 as shadowColor };
|
|
236
|
+
export namespace shadowOffset_2 {
|
|
237
|
+
let width_4: number;
|
|
238
|
+
export { width_4 as width };
|
|
239
|
+
let height_4: number;
|
|
240
|
+
export { height_4 as height };
|
|
241
|
+
}
|
|
242
|
+
export { shadowOffset_2 as shadowOffset };
|
|
243
|
+
let shadowRadius_2: number;
|
|
244
|
+
export { shadowRadius_2 as shadowRadius };
|
|
245
|
+
let shadowOpacity_2: number;
|
|
246
|
+
export { shadowOpacity_2 as shadowOpacity };
|
|
247
|
+
let borderColor_1: string;
|
|
248
|
+
export { borderColor_1 as borderColor };
|
|
249
|
+
let borderWidth_1: number;
|
|
250
|
+
export { borderWidth_1 as borderWidth };
|
|
251
|
+
let borderRadius_4: number;
|
|
252
|
+
export { borderRadius_4 as borderRadius };
|
|
253
|
+
let elevation_1: number;
|
|
254
|
+
export { elevation_1 as elevation };
|
|
255
|
+
}
|
|
256
|
+
export namespace floatDark {
|
|
257
|
+
let backgroundColor_5: string;
|
|
258
|
+
export { backgroundColor_5 as backgroundColor };
|
|
259
|
+
let shadowColor_3: string;
|
|
260
|
+
export { shadowColor_3 as shadowColor };
|
|
261
|
+
export namespace shadowOffset_3 {
|
|
262
|
+
let width_5: number;
|
|
263
|
+
export { width_5 as width };
|
|
264
|
+
let height_5: number;
|
|
265
|
+
export { height_5 as height };
|
|
266
|
+
}
|
|
267
|
+
export { shadowOffset_3 as shadowOffset };
|
|
268
|
+
let shadowRadius_3: number;
|
|
269
|
+
export { shadowRadius_3 as shadowRadius };
|
|
270
|
+
let shadowOpacity_3: number;
|
|
271
|
+
export { shadowOpacity_3 as shadowOpacity };
|
|
272
|
+
let borderColor_2: string;
|
|
273
|
+
export { borderColor_2 as borderColor };
|
|
274
|
+
let borderWidth_2: number;
|
|
275
|
+
export { borderWidth_2 as borderWidth };
|
|
276
|
+
let borderRadius_5: number;
|
|
277
|
+
export { borderRadius_5 as borderRadius };
|
|
278
|
+
let elevation_2: number;
|
|
279
|
+
export { elevation_2 as elevation };
|
|
280
|
+
}
|
|
281
|
+
export namespace section_header_1 {
|
|
282
|
+
let flexDirection_4: "row";
|
|
283
|
+
export { flexDirection_4 as flexDirection };
|
|
284
|
+
let alignItems_5: "center";
|
|
285
|
+
export { alignItems_5 as alignItems };
|
|
286
|
+
}
|
|
287
|
+
export { section_header_1 as section_header };
|
|
288
|
+
}
|
|
289
|
+
export namespace MyTextStyles {
|
|
290
|
+
namespace h1 {
|
|
291
|
+
let fontSize_13: number;
|
|
292
|
+
export { fontSize_13 as fontSize };
|
|
293
|
+
let fontFamily_7: string;
|
|
294
|
+
export { fontFamily_7 as fontFamily };
|
|
295
|
+
}
|
|
296
|
+
namespace h2 {
|
|
297
|
+
let fontSize_14: number;
|
|
298
|
+
export { fontSize_14 as fontSize };
|
|
299
|
+
let fontFamily_8: string;
|
|
300
|
+
export { fontFamily_8 as fontFamily };
|
|
301
|
+
}
|
|
302
|
+
namespace description {
|
|
303
|
+
let fontSize_15: number;
|
|
304
|
+
export { fontSize_15 as fontSize };
|
|
305
|
+
let fontFamily_9: string;
|
|
306
|
+
export { fontFamily_9 as fontFamily };
|
|
307
|
+
}
|
|
308
|
+
namespace descriptionLight {
|
|
309
|
+
let fontSize_16: number;
|
|
310
|
+
export { fontSize_16 as fontSize };
|
|
311
|
+
let fontFamily_10: string;
|
|
312
|
+
export { fontFamily_10 as fontFamily };
|
|
313
|
+
}
|
|
314
|
+
}
|
|
228
315
|
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export function useColors(): {
|
|
3
|
+
buttons: {
|
|
4
|
+
text: {
|
|
5
|
+
success: any;
|
|
6
|
+
error: any;
|
|
7
|
+
close: any;
|
|
8
|
+
info: any;
|
|
9
|
+
};
|
|
10
|
+
borders: {
|
|
11
|
+
success: any;
|
|
12
|
+
error: any;
|
|
13
|
+
close: any;
|
|
14
|
+
info: any;
|
|
15
|
+
};
|
|
16
|
+
background: {
|
|
17
|
+
success: any;
|
|
18
|
+
error: any;
|
|
19
|
+
close: any;
|
|
20
|
+
info: any;
|
|
21
|
+
squares: any;
|
|
22
|
+
competition: any;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
views: {
|
|
26
|
+
background: any;
|
|
27
|
+
header: any;
|
|
28
|
+
input: any;
|
|
29
|
+
footer: any;
|
|
30
|
+
gold: any;
|
|
31
|
+
blur: string;
|
|
32
|
+
liquidMarket: any;
|
|
33
|
+
illiquidMarket: any;
|
|
34
|
+
};
|
|
35
|
+
borders: {
|
|
36
|
+
light: any;
|
|
37
|
+
dark: any;
|
|
38
|
+
input: any;
|
|
39
|
+
};
|
|
40
|
+
text: {
|
|
41
|
+
white: any;
|
|
42
|
+
h1: any;
|
|
43
|
+
h2: any;
|
|
44
|
+
description: any;
|
|
45
|
+
highlight: any;
|
|
46
|
+
input: any;
|
|
47
|
+
placholder: any;
|
|
48
|
+
descriptionLight: any;
|
|
49
|
+
action: any;
|
|
50
|
+
warning: any;
|
|
51
|
+
success: any;
|
|
52
|
+
error: any;
|
|
53
|
+
gold: any;
|
|
54
|
+
silver: any;
|
|
55
|
+
bronze: any;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
//# sourceMappingURL=useColors.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useColors.d.ts","sourceRoot":"","sources":["../../../../commonjs/constants/useColors.js"],"names":[],"mappings":";AASA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6IC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AuthStrategyIdentifier.d.ts","sourceRoot":"","sources":["../../../../../module/Authenticator/Components/AuthStrategyIdentifier.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"AuthStrategyIdentifier.d.ts","sourceRoot":"","sources":["../../../../../module/Authenticator/Components/AuthStrategyIdentifier.js"],"names":[],"mappings":";AAMA;;;;;;;4DA0FC;kBAhGiB,OAAO;qBACJ,cAAc"}
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
export default LoginForm;
|
|
2
|
-
declare function LoginForm({
|
|
3
|
-
|
|
2
|
+
declare function LoginForm({ maxWidth, visible, onRegister, onAuthenticated, onTryAuthenticate }: {
|
|
3
|
+
maxWidth: any;
|
|
4
4
|
visible: any;
|
|
5
5
|
onRegister: any;
|
|
6
6
|
onAuthenticated: any;
|
|
7
7
|
onTryAuthenticate: any;
|
|
8
8
|
}): React.FunctionComponentElement<{
|
|
9
9
|
children?: React.ReactNode | undefined;
|
|
10
|
-
}> | React.
|
|
10
|
+
}> | React.FunctionComponentElement<any>;
|
|
11
11
|
import React from 'react';
|
|
12
|
-
import { View } from "react-native";
|
|
13
12
|
//# sourceMappingURL=LoginForm.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LoginForm.d.ts","sourceRoot":"","sources":["../../../../../module/Authenticator/Components/LoginForm.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"LoginForm.d.ts","sourceRoot":"","sources":["../../../../../module/Authenticator/Components/LoginForm.js"],"names":[],"mappings":";AAQA;;;;;;;;yCAsdC;kBA9d+B,OAAO"}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
export default StrategyForm;
|
|
2
|
-
declare function StrategyForm({ visible,
|
|
2
|
+
declare function StrategyForm({ visible, strategy, auth_strategy_id, company_id, distinct_id, source, show_referral, referral_code, maxWidth, opt_in_url, onAuthenticated, onLogin }: {
|
|
3
3
|
visible: any;
|
|
4
|
-
company: any;
|
|
5
|
-
theme: any;
|
|
6
4
|
strategy: any;
|
|
7
5
|
auth_strategy_id: any;
|
|
8
6
|
company_id: any;
|
|
@@ -10,13 +8,12 @@ declare function StrategyForm({ visible, company, theme, strategy, auth_strategy
|
|
|
10
8
|
source: any;
|
|
11
9
|
show_referral: any;
|
|
12
10
|
referral_code: any;
|
|
13
|
-
|
|
11
|
+
maxWidth: any;
|
|
14
12
|
opt_in_url: any;
|
|
15
13
|
onAuthenticated: any;
|
|
16
14
|
onLogin: any;
|
|
17
15
|
}): React.FunctionComponentElement<{
|
|
18
16
|
children?: React.ReactNode | undefined;
|
|
19
|
-
}> | React.
|
|
17
|
+
}> | React.FunctionComponentElement<any>;
|
|
20
18
|
import React from 'react';
|
|
21
|
-
import { View } from 'react-native';
|
|
22
19
|
//# sourceMappingURL=StrategyForm.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StrategyForm.d.ts","sourceRoot":"","sources":["../../../../../module/Authenticator/Components/StrategyForm.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"StrategyForm.d.ts","sourceRoot":"","sources":["../../../../../module/Authenticator/Components/StrategyForm.js"],"names":[],"mappings":";AAUA;;;;;;;;;;;;;;;yCA8UC;kBAxV0C,OAAO"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export default Authenticator;
|
|
2
|
-
declare function Authenticator({ visible, theme, show_referral, auth_strategy_id, default_view, company_id, source, referral_code,
|
|
2
|
+
declare function Authenticator({ visible, theme, show_referral, auth_strategy_id, default_view, company_id, source, referral_code, maxWidth, opt_in_url, onTryAuthenticate, onAuthenticated, onClose }: {
|
|
3
3
|
visible: any;
|
|
4
4
|
theme: any;
|
|
5
5
|
show_referral: any;
|
|
@@ -8,14 +8,14 @@ declare function Authenticator({ visible, theme, show_referral, auth_strategy_id
|
|
|
8
8
|
company_id: any;
|
|
9
9
|
source: any;
|
|
10
10
|
referral_code: any;
|
|
11
|
-
|
|
11
|
+
maxWidth: any;
|
|
12
12
|
opt_in_url: any;
|
|
13
13
|
onTryAuthenticate: any;
|
|
14
14
|
onAuthenticated: any;
|
|
15
15
|
onClose: any;
|
|
16
16
|
}): React.FunctionComponentElement<{
|
|
17
17
|
children?: React.ReactNode | undefined;
|
|
18
|
-
}> | React.CElement<import("react-native").
|
|
18
|
+
}> | React.CElement<import("react-native").KeyboardAvoidingViewProps, KeyboardAvoidingView>;
|
|
19
19
|
import React from 'react';
|
|
20
|
-
import {
|
|
20
|
+
import { KeyboardAvoidingView } from 'react-native';
|
|
21
21
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/Authenticator/index.js"],"names":[],"mappings":";AAQA;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/Authenticator/index.js"],"names":[],"mappings":";AAQA;;;;;;;;;;;;;;;;4FAsIC;kBA9I0C,OAAO;qCAGN,cAAc"}
|
|
@@ -13,7 +13,6 @@ declare function AthleteMarketCard({ markets, competition_type, event, athlete,
|
|
|
13
13
|
onPick: any;
|
|
14
14
|
}): React.FunctionComponentElement<{
|
|
15
15
|
children?: React.ReactNode | undefined;
|
|
16
|
-
}> | React.
|
|
16
|
+
}> | React.FunctionComponentElement<any>;
|
|
17
17
|
import React from 'react';
|
|
18
|
-
import { View } from "react-native";
|
|
19
18
|
//# sourceMappingURL=AthleteMarketCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AthleteMarketCard.d.ts","sourceRoot":"","sources":["../../../../../module/Competition/components/AthleteMarketCard.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"AthleteMarketCard.d.ts","sourceRoot":"","sources":["../../../../../module/Competition/components/AthleteMarketCard.js"],"names":[],"mappings":";AAUA;;;;;;;;;;;;;;yCA+JC;kBAzKiB,OAAO"}
|
|
@@ -4,7 +4,6 @@ declare function CompetitionInfoCard({ competition, competition_type, competitio
|
|
|
4
4
|
competition_type: any;
|
|
5
5
|
competition_result_type: any;
|
|
6
6
|
competition_payouts: any;
|
|
7
|
-
}): React.
|
|
8
|
-
import { View } from "react-native";
|
|
7
|
+
}): React.FunctionComponentElement<any>;
|
|
9
8
|
import React from 'react';
|
|
10
9
|
//# sourceMappingURL=CompetitionInfoCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CompetitionInfoCard.d.ts","sourceRoot":"","sources":["../../../../../module/Competition/components/CompetitionInfoCard.js"],"names":[],"mappings":";AAMA;;;;;
|
|
1
|
+
{"version":3,"file":"CompetitionInfoCard.d.ts","sourceRoot":"","sources":["../../../../../module/Competition/components/CompetitionInfoCard.js"],"names":[],"mappings":";AAMA;;;;;wCAqNC;kBA3N+B,OAAO"}
|
|
@@ -1,15 +1,12 @@
|
|
|
1
1
|
export default CompetitionLeaderboard;
|
|
2
|
-
declare function CompetitionLeaderboard({ competition, competition_type,
|
|
2
|
+
declare function CompetitionLeaderboard({ competition, competition_type, viewer_id, view_mode, onSeeFull, onClose, onLeaderSelect }: {
|
|
3
3
|
competition: any;
|
|
4
4
|
competition_type: any;
|
|
5
|
-
width: any;
|
|
6
|
-
height: any;
|
|
7
5
|
viewer_id: any;
|
|
8
6
|
view_mode: any;
|
|
9
7
|
onSeeFull: any;
|
|
10
8
|
onClose: any;
|
|
11
9
|
onLeaderSelect: any;
|
|
12
|
-
}): React.
|
|
13
|
-
import { View } from "react-native";
|
|
10
|
+
}): React.FunctionComponentElement<any>;
|
|
14
11
|
import React from "react";
|
|
15
12
|
//# sourceMappingURL=CompetitionLeaderboard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CompetitionLeaderboard.d.ts","sourceRoot":"","sources":["../../../../../module/Competition/components/CompetitionLeaderboard.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"CompetitionLeaderboard.d.ts","sourceRoot":"","sources":["../../../../../module/Competition/components/CompetitionLeaderboard.js"],"names":[],"mappings":";AAQA;;;;;;;;wCAmTC;kBA3T0C,OAAO"}
|
|
@@ -15,7 +15,6 @@ declare function CompetitionPlay({ authenticated_competition_player, pick_loadin
|
|
|
15
15
|
markets: any;
|
|
16
16
|
player_id: any;
|
|
17
17
|
player_picks: any;
|
|
18
|
-
}): React.
|
|
19
|
-
import { View } from "react-native";
|
|
18
|
+
}): React.FunctionComponentElement<any>;
|
|
20
19
|
import React from 'react';
|
|
21
20
|
//# sourceMappingURL=CompetitionPlay.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CompetitionPlay.d.ts","sourceRoot":"","sources":["../../../../../module/Competition/components/CompetitionPlay.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"CompetitionPlay.d.ts","sourceRoot":"","sources":["../../../../../module/Competition/components/CompetitionPlay.js"],"names":[],"mappings":";AAcA;;;;;;;;;;;;;;;;wCAwfC;kBAtgBiB,OAAO"}
|
|
@@ -8,7 +8,6 @@ declare function EnterCompetitionPrompt({ player, player_balance, competition, c
|
|
|
8
8
|
onCancel: any;
|
|
9
9
|
onEnter: any;
|
|
10
10
|
onVerify: any;
|
|
11
|
-
}): React.
|
|
12
|
-
import { View } from "react-native";
|
|
11
|
+
}): React.FunctionComponentElement<any>;
|
|
13
12
|
import React from "react";
|
|
14
13
|
//# sourceMappingURL=EnterCompetitionPrompt.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EnterCompetitionPrompt.d.ts","sourceRoot":"","sources":["../../../../../module/Competition/components/EnterCompetitionPrompt.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"EnterCompetitionPrompt.d.ts","sourceRoot":"","sources":["../../../../../module/Competition/components/EnterCompetitionPrompt.js"],"names":[],"mappings":";AAQA;;;;;;;;;wCAoMC;kBA5M0C,OAAO"}
|
|
@@ -8,7 +8,6 @@ declare function MarketsCard({ competition_match_markets, markets, orientation,
|
|
|
8
8
|
locked: any;
|
|
9
9
|
disabled: any;
|
|
10
10
|
mode: any;
|
|
11
|
-
}): React.
|
|
12
|
-
import { View } from "react-native";
|
|
11
|
+
}): React.FunctionComponentElement<any>;
|
|
13
12
|
import React from "react";
|
|
14
13
|
//# sourceMappingURL=MarketsCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MarketsCard.d.ts","sourceRoot":"","sources":["../../../../../module/Competition/components/MarketsCard.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"MarketsCard.d.ts","sourceRoot":"","sources":["../../../../../module/Competition/components/MarketsCard.js"],"names":[],"mappings":";AAOA;;;;;;;;;wCA2IC;kBAlJ+B,OAAO"}
|
|
@@ -11,7 +11,6 @@ declare function TeamEventCard({ loading, event, markets, competition_type, comp
|
|
|
11
11
|
onPick: any;
|
|
12
12
|
}): React.FunctionComponentElement<{
|
|
13
13
|
children?: React.ReactNode | undefined;
|
|
14
|
-
}> | React.
|
|
14
|
+
}> | React.FunctionComponentElement<any>;
|
|
15
15
|
import React from 'react';
|
|
16
|
-
import { View } from "react-native";
|
|
17
16
|
//# sourceMappingURL=TeamEventCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TeamEventCard.d.ts","sourceRoot":"","sources":["../../../../../module/Competition/components/TeamEventCard.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"TeamEventCard.d.ts","sourceRoot":"","sources":["../../../../../module/Competition/components/TeamEventCard.js"],"names":[],"mappings":";AAQA;;;;;;;;;;;;yCAgNC;kBAxNiB,OAAO"}
|
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
export default WagerPickForm;
|
|
2
|
-
declare function WagerPickForm({ player_pick, event_title, balance, event_start,
|
|
2
|
+
declare function WagerPickForm({ player_pick, event_title, balance, event_start, loading, onCancel, onSubmit }: {
|
|
3
3
|
player_pick: any;
|
|
4
4
|
event_title: any;
|
|
5
5
|
balance: any;
|
|
6
6
|
event_start: any;
|
|
7
|
-
width: any;
|
|
8
7
|
loading: any;
|
|
9
8
|
onCancel: any;
|
|
10
9
|
onSubmit: any;
|
|
11
|
-
}): React.
|
|
12
|
-
import { View } from "react-native";
|
|
10
|
+
}): React.FunctionComponentElement<any>;
|
|
13
11
|
import React from "react";
|
|
14
12
|
//# sourceMappingURL=WagerPickForm.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WagerPickForm.d.ts","sourceRoot":"","sources":["../../../../../module/Competition/components/WagerPickForm.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"WagerPickForm.d.ts","sourceRoot":"","sources":["../../../../../module/Competition/components/WagerPickForm.js"],"names":[],"mappings":";AAKA;;;;;;;;wCAyPC;kBA9P+B,OAAO"}
|
|
@@ -8,7 +8,6 @@ declare function CompetitionModule({ competition_id, player_id, confirm_padding,
|
|
|
8
8
|
onShareCompetition: any;
|
|
9
9
|
onClose: any;
|
|
10
10
|
onViewCompetitionSeason: any;
|
|
11
|
-
}): React.
|
|
12
|
-
import { View } from 'react-native';
|
|
11
|
+
}): React.FunctionComponentElement<any>;
|
|
13
12
|
import React from 'react';
|
|
14
13
|
//# sourceMappingURL=index.d.ts.map
|