be-components 3.3.5 → 3.3.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.js +21 -28
- package/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/LoginForm.js +93 -109
- package/lib/commonjs/Authenticator/Components/LoginForm.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/StrategyForm.js +246 -342
- package/lib/commonjs/Authenticator/Components/StrategyForm.js.map +1 -1
- package/lib/commonjs/Authenticator/index.js +22 -32
- package/lib/commonjs/Authenticator/index.js.map +1 -1
- package/lib/commonjs/Competition/components/AthleteMarketCard.js +39 -26
- package/lib/commonjs/Competition/components/AthleteMarketCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionInfoCard.js +115 -175
- package/lib/commonjs/Competition/components/CompetitionInfoCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionLeaderboard.js +97 -95
- package/lib/commonjs/Competition/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionPlay.js +99 -113
- package/lib/commonjs/Competition/components/CompetitionPlay.js.map +1 -1
- package/lib/commonjs/Competition/components/EnterCompetitionPrompt.js +56 -75
- package/lib/commonjs/Competition/components/EnterCompetitionPrompt.js.map +1 -1
- package/lib/commonjs/Competition/components/LeaderPicks.js +4 -4
- package/lib/commonjs/Competition/components/LeaderPicks.js.map +1 -1
- package/lib/commonjs/Competition/components/MarketsCard.js +22 -12
- package/lib/commonjs/Competition/components/MarketsCard.js.map +1 -1
- package/lib/commonjs/Competition/components/TeamEventCard.js +46 -37
- package/lib/commonjs/Competition/components/TeamEventCard.js.map +1 -1
- package/lib/commonjs/Competition/components/WagerPickForm.js +73 -85
- package/lib/commonjs/Competition/components/WagerPickForm.js.map +1 -1
- package/lib/commonjs/Competition/index.js +236 -216
- package/lib/commonjs/Competition/index.js.map +1 -1
- package/lib/commonjs/Components/Button.js +49 -6
- package/lib/commonjs/Components/Button.js.map +1 -1
- package/lib/commonjs/Components/ConfirmationModal.js +29 -29
- package/lib/commonjs/Components/ConfirmationModal.js.map +1 -1
- package/lib/commonjs/Components/Themed.js +281 -0
- package/lib/commonjs/Components/Themed.js.map +1 -0
- package/lib/commonjs/MarketComponents/components/AthleteMarket/index.js +43 -52
- package/lib/commonjs/MarketComponents/components/AthleteMarket/index.js.map +1 -1
- package/lib/commonjs/MarketComponents/components/AthleteTournamentMarket/index.js +50 -61
- package/lib/commonjs/MarketComponents/components/AthleteTournamentMarket/index.js.map +1 -1
- package/lib/commonjs/MarketComponents/components/EventMarket/index.js +48 -54
- package/lib/commonjs/MarketComponents/components/EventMarket/index.js.map +1 -1
- package/lib/commonjs/MarketComponents/components/MarketButton/api/index.js +2 -3
- package/lib/commonjs/MarketComponents/components/MarketButton/api/index.js.map +1 -1
- package/lib/commonjs/MarketComponents/components/MarketButton/index.js +22 -22
- package/lib/commonjs/MarketComponents/components/MarketButton/index.js.map +1 -1
- package/lib/commonjs/MarketComponents/components/MatchMarket/index.js +65 -63
- package/lib/commonjs/MarketComponents/components/MatchMarket/index.js.map +1 -1
- package/lib/commonjs/MarketComponents/components/TeamEventMarket/index.js +239 -220
- package/lib/commonjs/MarketComponents/components/TeamEventMarket/index.js.map +1 -1
- package/lib/commonjs/MarketComponents/components/TeamTournamentMarket/index.js +48 -57
- package/lib/commonjs/MarketComponents/components/TeamTournamentMarket/index.js.map +1 -1
- package/lib/commonjs/MarketComponents/components/TournamentMarket/index.js +203 -131
- package/lib/commonjs/MarketComponents/components/TournamentMarket/index.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/BasicInfoManager.js +49 -55
- package/lib/commonjs/ProfileManager/Components/BasicInfoManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/BasicStatus.js +55 -88
- package/lib/commonjs/ProfileManager/Components/BasicStatus.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/CodeRedeem.js +94 -121
- package/lib/commonjs/ProfileManager/Components/CodeRedeem.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/DOBManager.js +42 -46
- package/lib/commonjs/ProfileManager/Components/DOBManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/EmailManager.js +66 -86
- package/lib/commonjs/ProfileManager/Components/EmailManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/PasswordManager.js +60 -78
- package/lib/commonjs/ProfileManager/Components/PasswordManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/PhoneManager.js +62 -81
- package/lib/commonjs/ProfileManager/Components/PhoneManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfilePicManager.js +19 -27
- package/lib/commonjs/ProfileManager/Components/ProfilePicManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfileWelcome.js +31 -48
- package/lib/commonjs/ProfileManager/Components/ProfileWelcome.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfileWizard.js +69 -92
- package/lib/commonjs/ProfileManager/Components/ProfileWizard.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/SettingsManager.js +63 -65
- package/lib/commonjs/ProfileManager/Components/SettingsManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/VouchCard.js +106 -132
- package/lib/commonjs/ProfileManager/Components/VouchCard.js.map +1 -1
- package/lib/commonjs/ProfileManager/index.js +29 -31
- package/lib/commonjs/ProfileManager/index.js.map +1 -1
- package/lib/commonjs/Share/api/index.js +13 -6
- package/lib/commonjs/Share/api/index.js.map +1 -1
- package/lib/commonjs/Share/index.js +11 -11
- package/lib/commonjs/Share/index.js.map +1 -1
- package/lib/commonjs/Squares/components/BidForm.js +142 -120
- package/lib/commonjs/Squares/components/BidForm.js.map +1 -1
- package/lib/commonjs/Squares/components/BidToggle.js +10 -11
- package/lib/commonjs/Squares/components/BidToggle.js.map +1 -1
- package/lib/commonjs/Squares/components/BoardStats.js +63 -47
- package/lib/commonjs/Squares/components/BoardStats.js.map +1 -1
- package/lib/commonjs/Squares/components/EventCard.js +48 -29
- package/lib/commonjs/Squares/components/EventCard.js.map +1 -1
- package/lib/commonjs/Squares/components/MySquaresCard.js +48 -31
- package/lib/commonjs/Squares/components/MySquaresCard.js.map +1 -1
- package/lib/commonjs/Squares/components/MyStatsCard.js +155 -121
- package/lib/commonjs/Squares/components/MyStatsCard.js.map +1 -1
- package/lib/commonjs/Squares/components/OfferForm.js +32 -32
- package/lib/commonjs/Squares/components/OfferForm.js.map +1 -1
- package/lib/commonjs/Squares/components/PrizeCard.js +44 -35
- package/lib/commonjs/Squares/components/PrizeCard.js.map +1 -1
- package/lib/commonjs/Squares/components/ResultsCard.js +37 -24
- package/lib/commonjs/Squares/components/ResultsCard.js.map +1 -1
- package/lib/commonjs/Squares/components/SquareOffersCard.js +20 -13
- package/lib/commonjs/Squares/components/SquareOffersCard.js.map +1 -1
- package/lib/commonjs/Squares/components/SquareOwners.js +44 -38
- package/lib/commonjs/Squares/components/SquareOwners.js.map +1 -1
- package/lib/commonjs/Squares/components/SquaresBoard.js +77 -59
- package/lib/commonjs/Squares/components/SquaresBoard.js.map +1 -1
- package/lib/commonjs/Squares/components/SquaresDetails.js +46 -36
- package/lib/commonjs/Squares/components/SquaresDetails.js.map +1 -1
- package/lib/commonjs/Squares/index.js +207 -150
- package/lib/commonjs/Squares/index.js.map +1 -1
- package/lib/commonjs/constants/colors.js +18 -3
- package/lib/commonjs/constants/colors.js.map +1 -1
- package/lib/commonjs/constants/styles.js +72 -2
- package/lib/commonjs/constants/styles.js.map +1 -1
- package/lib/commonjs/constants/useColors.js +153 -0
- package/lib/commonjs/constants/useColors.js.map +1 -0
- package/lib/module/Authenticator/Components/AuthStrategyIdentifier.js +19 -26
- package/lib/module/Authenticator/Components/AuthStrategyIdentifier.js.map +1 -1
- package/lib/module/Authenticator/Components/LoginForm.js +54 -70
- package/lib/module/Authenticator/Components/LoginForm.js.map +1 -1
- package/lib/module/Authenticator/Components/StrategyForm.js +227 -322
- package/lib/module/Authenticator/Components/StrategyForm.js.map +1 -1
- package/lib/module/Authenticator/index.js +16 -26
- package/lib/module/Authenticator/index.js.map +1 -1
- package/lib/module/Competition/components/AthleteMarketCard.js +28 -15
- package/lib/module/Competition/components/AthleteMarketCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionInfoCard.js +82 -141
- package/lib/module/Competition/components/CompetitionInfoCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionLeaderboard.js +68 -66
- package/lib/module/Competition/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionPlay.js +65 -79
- package/lib/module/Competition/components/CompetitionPlay.js.map +1 -1
- package/lib/module/Competition/components/EnterCompetitionPrompt.js +35 -54
- package/lib/module/Competition/components/EnterCompetitionPrompt.js.map +1 -1
- package/lib/module/Competition/components/LeaderPicks.js +4 -4
- package/lib/module/Competition/components/LeaderPicks.js.map +1 -1
- package/lib/module/Competition/components/MarketsCard.js +15 -5
- package/lib/module/Competition/components/MarketsCard.js.map +1 -1
- package/lib/module/Competition/components/TeamEventCard.js +24 -15
- package/lib/module/Competition/components/TeamEventCard.js.map +1 -1
- package/lib/module/Competition/components/WagerPickForm.js +44 -56
- package/lib/module/Competition/components/WagerPickForm.js.map +1 -1
- package/lib/module/Competition/index.js +215 -195
- package/lib/module/Competition/index.js.map +1 -1
- package/lib/module/Components/Button.js +49 -6
- package/lib/module/Components/Button.js.map +1 -1
- package/lib/module/Components/ConfirmationModal.js +21 -21
- package/lib/module/Components/ConfirmationModal.js.map +1 -1
- package/lib/module/Components/Themed.js +269 -0
- package/lib/module/Components/Themed.js.map +1 -0
- package/lib/module/MarketComponents/components/AthleteMarket/index.js +29 -38
- package/lib/module/MarketComponents/components/AthleteMarket/index.js.map +1 -1
- package/lib/module/MarketComponents/components/AthleteTournamentMarket/index.js +36 -47
- package/lib/module/MarketComponents/components/AthleteTournamentMarket/index.js.map +1 -1
- package/lib/module/MarketComponents/components/EventMarket/index.js +35 -41
- package/lib/module/MarketComponents/components/EventMarket/index.js.map +1 -1
- package/lib/module/MarketComponents/components/MarketButton/api/index.js +2 -3
- package/lib/module/MarketComponents/components/MarketButton/api/index.js.map +1 -1
- package/lib/module/MarketComponents/components/MarketButton/index.js +17 -17
- package/lib/module/MarketComponents/components/MarketButton/index.js.map +1 -1
- package/lib/module/MarketComponents/components/MatchMarket/index.js +50 -48
- package/lib/module/MarketComponents/components/MatchMarket/index.js.map +1 -1
- package/lib/module/MarketComponents/components/TeamEventMarket/index.js +176 -157
- package/lib/module/MarketComponents/components/TeamEventMarket/index.js.map +1 -1
- package/lib/module/MarketComponents/components/TeamTournamentMarket/index.js +34 -43
- package/lib/module/MarketComponents/components/TeamTournamentMarket/index.js.map +1 -1
- package/lib/module/MarketComponents/components/TournamentMarket/index.js +172 -100
- package/lib/module/MarketComponents/components/TournamentMarket/index.js.map +1 -1
- package/lib/module/ProfileManager/Components/BasicInfoManager.js +28 -34
- package/lib/module/ProfileManager/Components/BasicInfoManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/BasicStatus.js +28 -61
- package/lib/module/ProfileManager/Components/BasicStatus.js.map +1 -1
- package/lib/module/ProfileManager/Components/CodeRedeem.js +55 -81
- package/lib/module/ProfileManager/Components/CodeRedeem.js.map +1 -1
- package/lib/module/ProfileManager/Components/DOBManager.js +27 -31
- package/lib/module/ProfileManager/Components/DOBManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/EmailManager.js +42 -61
- package/lib/module/ProfileManager/Components/EmailManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/PasswordManager.js +36 -54
- package/lib/module/ProfileManager/Components/PasswordManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/PhoneManager.js +37 -56
- package/lib/module/ProfileManager/Components/PhoneManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfilePicManager.js +10 -18
- package/lib/module/ProfileManager/Components/ProfilePicManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfileWelcome.js +21 -38
- package/lib/module/ProfileManager/Components/ProfileWelcome.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfileWizard.js +42 -65
- package/lib/module/ProfileManager/Components/ProfileWizard.js.map +1 -1
- package/lib/module/ProfileManager/Components/SettingsManager.js +45 -47
- package/lib/module/ProfileManager/Components/SettingsManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/VouchCard.js +69 -95
- package/lib/module/ProfileManager/Components/VouchCard.js.map +1 -1
- package/lib/module/ProfileManager/index.js +18 -20
- package/lib/module/ProfileManager/index.js.map +1 -1
- package/lib/module/Share/api/index.js +11 -6
- package/lib/module/Share/api/index.js.map +1 -1
- package/lib/module/Share/index.js +13 -13
- package/lib/module/Share/index.js.map +1 -1
- package/lib/module/Squares/components/BidForm.js +138 -116
- package/lib/module/Squares/components/BidForm.js.map +1 -1
- package/lib/module/Squares/components/BidToggle.js +6 -7
- package/lib/module/Squares/components/BidToggle.js.map +1 -1
- package/lib/module/Squares/components/BoardStats.js +44 -27
- package/lib/module/Squares/components/BoardStats.js.map +1 -1
- package/lib/module/Squares/components/EventCard.js +34 -15
- package/lib/module/Squares/components/EventCard.js.map +1 -1
- package/lib/module/Squares/components/MySquaresCard.js +36 -19
- package/lib/module/Squares/components/MySquaresCard.js.map +1 -1
- package/lib/module/Squares/components/MyStatsCard.js +98 -64
- package/lib/module/Squares/components/MyStatsCard.js.map +1 -1
- package/lib/module/Squares/components/OfferForm.js +12 -12
- package/lib/module/Squares/components/OfferForm.js.map +1 -1
- package/lib/module/Squares/components/PrizeCard.js +25 -16
- package/lib/module/Squares/components/PrizeCard.js.map +1 -1
- package/lib/module/Squares/components/ResultsCard.js +27 -14
- package/lib/module/Squares/components/ResultsCard.js.map +1 -1
- package/lib/module/Squares/components/SquareOffersCard.js +16 -9
- package/lib/module/Squares/components/SquareOffersCard.js.map +1 -1
- package/lib/module/Squares/components/SquareOwners.js +35 -28
- package/lib/module/Squares/components/SquareOwners.js.map +1 -1
- package/lib/module/Squares/components/SquaresBoard.js +52 -34
- package/lib/module/Squares/components/SquaresBoard.js.map +1 -1
- package/lib/module/Squares/components/SquaresDetails.js +30 -19
- package/lib/module/Squares/components/SquaresDetails.js.map +1 -1
- package/lib/module/Squares/index.js +206 -149
- package/lib/module/Squares/index.js.map +1 -1
- package/lib/module/constants/colors.js +18 -3
- package/lib/module/constants/colors.js.map +1 -1
- package/lib/module/constants/styles.js +71 -1
- package/lib/module/constants/styles.js.map +1 -1
- package/lib/module/constants/useColors.js +145 -0
- package/lib/module/constants/useColors.js.map +1 -0
- package/lib/typescript/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Authenticator/Components/LoginForm.d.ts +2 -2
- package/lib/typescript/lib/commonjs/Authenticator/Components/LoginForm.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Authenticator/Components/StrategyForm.d.ts +2 -4
- package/lib/typescript/lib/commonjs/Authenticator/Components/StrategyForm.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Authenticator/index.d.ts +2 -2
- package/lib/typescript/lib/commonjs/Authenticator/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Competition/components/AthleteMarketCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Competition/components/CompetitionInfoCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Competition/components/CompetitionLeaderboard.d.ts +1 -3
- package/lib/typescript/lib/commonjs/Competition/components/CompetitionLeaderboard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Competition/components/CompetitionPlay.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Competition/components/EnterCompetitionPrompt.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Competition/components/MarketsCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Competition/components/TeamEventCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Competition/components/WagerPickForm.d.ts +1 -2
- package/lib/typescript/lib/commonjs/Competition/components/WagerPickForm.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Competition/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Components/Button.d.ts +2 -1
- package/lib/typescript/lib/commonjs/Components/Button.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Components/ConfirmationModal.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Components/Themed.d.ts +6 -0
- package/lib/typescript/lib/commonjs/Components/Themed.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/AthleteTournamentMarket/index.d.ts +2 -2
- package/lib/typescript/lib/commonjs/MarketComponents/components/AthleteTournamentMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/MarketComponents/components/EventMarket/index.d.ts +2 -2
- package/lib/typescript/lib/commonjs/MarketComponents/components/EventMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/MarketComponents/components/MarketButton/api/index.d.ts +1 -1
- package/lib/typescript/lib/commonjs/MarketComponents/components/MarketButton/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/MarketComponents/components/MatchMarket/index.d.ts +5 -1
- package/lib/typescript/lib/commonjs/MarketComponents/components/MatchMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/MarketComponents/components/TeamTournamentMarket/index.d.ts +2 -2
- package/lib/typescript/lib/commonjs/MarketComponents/components/TeamTournamentMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/MarketComponents/components/TournamentMarket/index.d.ts +3 -1
- package/lib/typescript/lib/commonjs/MarketComponents/components/TournamentMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/BasicInfoManager.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/BasicStatus.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/CodeRedeem.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/DOBManager.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/EmailManager.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/PasswordManager.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/PhoneManager.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/ProfilePicManager.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/ProfileWelcome.d.ts +1 -2
- package/lib/typescript/lib/commonjs/ProfileManager/Components/ProfileWelcome.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/ProfileWizard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/SettingsManager.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/VouchCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/index.d.ts +1 -2
- package/lib/typescript/lib/commonjs/ProfileManager/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Share/api/index.d.ts +1 -1
- package/lib/typescript/lib/commonjs/Share/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/BidForm.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/BidToggle.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/BoardStats.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/EventCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/MySquaresCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/MyStatsCard.d.ts +1 -2
- package/lib/typescript/lib/commonjs/Squares/components/MyStatsCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/PrizeCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/ResultsCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/SquareOffersCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/SquareOwners.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/SquaresBoard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/SquaresDetails.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/constants/colors.d.ts +9 -0
- package/lib/typescript/lib/commonjs/constants/styles.d.ts +95 -8
- package/lib/typescript/lib/commonjs/constants/useColors.d.ts +58 -0
- package/lib/typescript/lib/commonjs/constants/useColors.d.ts.map +1 -0
- package/lib/typescript/lib/module/Authenticator/Components/AuthStrategyIdentifier.d.ts.map +1 -1
- package/lib/typescript/lib/module/Authenticator/Components/LoginForm.d.ts +3 -4
- package/lib/typescript/lib/module/Authenticator/Components/LoginForm.d.ts.map +1 -1
- package/lib/typescript/lib/module/Authenticator/Components/StrategyForm.d.ts +3 -6
- package/lib/typescript/lib/module/Authenticator/Components/StrategyForm.d.ts.map +1 -1
- package/lib/typescript/lib/module/Authenticator/index.d.ts +4 -4
- package/lib/typescript/lib/module/Authenticator/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/components/AthleteMarketCard.d.ts +1 -2
- package/lib/typescript/lib/module/Competition/components/AthleteMarketCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/components/CompetitionInfoCard.d.ts +1 -2
- package/lib/typescript/lib/module/Competition/components/CompetitionInfoCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/components/CompetitionLeaderboard.d.ts +2 -5
- package/lib/typescript/lib/module/Competition/components/CompetitionLeaderboard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/components/CompetitionPlay.d.ts +1 -2
- package/lib/typescript/lib/module/Competition/components/CompetitionPlay.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/components/EnterCompetitionPrompt.d.ts +1 -2
- package/lib/typescript/lib/module/Competition/components/EnterCompetitionPrompt.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/components/MarketsCard.d.ts +1 -2
- package/lib/typescript/lib/module/Competition/components/MarketsCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/components/TeamEventCard.d.ts +1 -2
- package/lib/typescript/lib/module/Competition/components/TeamEventCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/components/WagerPickForm.d.ts +2 -4
- package/lib/typescript/lib/module/Competition/components/WagerPickForm.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/index.d.ts +1 -2
- package/lib/typescript/lib/module/Competition/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/Components/Button.d.ts +2 -1
- package/lib/typescript/lib/module/Components/Button.d.ts.map +1 -1
- package/lib/typescript/lib/module/Components/ConfirmationModal.d.ts.map +1 -1
- package/lib/typescript/lib/module/Components/Spring.d.ts +1 -1
- package/lib/typescript/lib/module/Components/Themed.d.ts +9 -0
- package/lib/typescript/lib/module/Components/Themed.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/AthleteMarket/index.d.ts +3 -4
- package/lib/typescript/lib/module/MarketComponents/components/AthleteMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketComponents/components/AthleteTournamentMarket/index.d.ts +3 -4
- package/lib/typescript/lib/module/MarketComponents/components/AthleteTournamentMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketComponents/components/EventMarket/index.d.ts +3 -4
- package/lib/typescript/lib/module/MarketComponents/components/EventMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketComponents/components/MarketButton/api/index.d.ts +2 -2
- package/lib/typescript/lib/module/MarketComponents/components/MarketButton/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketComponents/components/MarketButton/index.d.ts +1 -2
- package/lib/typescript/lib/module/MarketComponents/components/MarketButton/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketComponents/components/MatchMarket/index.d.ts +6 -3
- package/lib/typescript/lib/module/MarketComponents/components/MatchMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketComponents/components/TeamEventMarket/index.d.ts +3 -3
- package/lib/typescript/lib/module/MarketComponents/components/TeamEventMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketComponents/components/TeamTournamentMarket/index.d.ts +3 -4
- package/lib/typescript/lib/module/MarketComponents/components/TeamTournamentMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketComponents/components/TournamentMarket/index.d.ts +4 -3
- package/lib/typescript/lib/module/MarketComponents/components/TournamentMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/BasicInfoManager.d.ts +1 -2
- package/lib/typescript/lib/module/ProfileManager/Components/BasicInfoManager.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/BasicStatus.d.ts +1 -2
- package/lib/typescript/lib/module/ProfileManager/Components/BasicStatus.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/CodeRedeem.d.ts +1 -2
- package/lib/typescript/lib/module/ProfileManager/Components/CodeRedeem.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/DOBManager.d.ts +1 -2
- package/lib/typescript/lib/module/ProfileManager/Components/DOBManager.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/EmailManager.d.ts +1 -2
- package/lib/typescript/lib/module/ProfileManager/Components/EmailManager.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/PasswordManager.d.ts +1 -2
- package/lib/typescript/lib/module/ProfileManager/Components/PasswordManager.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/PhoneManager.d.ts +1 -2
- package/lib/typescript/lib/module/ProfileManager/Components/PhoneManager.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/ProfilePicManager.d.ts +1 -2
- package/lib/typescript/lib/module/ProfileManager/Components/ProfilePicManager.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/ProfileWelcome.d.ts +2 -4
- package/lib/typescript/lib/module/ProfileManager/Components/ProfileWelcome.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/ProfileWizard.d.ts +1 -2
- package/lib/typescript/lib/module/ProfileManager/Components/ProfileWizard.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/SettingsManager.d.ts +1 -2
- package/lib/typescript/lib/module/ProfileManager/Components/SettingsManager.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/VouchCard.d.ts +1 -4
- package/lib/typescript/lib/module/ProfileManager/Components/VouchCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/index.d.ts +2 -4
- package/lib/typescript/lib/module/ProfileManager/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/Share/api/index.d.ts +1 -1
- package/lib/typescript/lib/module/Share/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/Share/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/BidForm.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/BidForm.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/BidToggle.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/BidToggle.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/BoardStats.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/BoardStats.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/EventCard.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/EventCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/MySquaresCard.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/MySquaresCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/MyStatsCard.d.ts +2 -4
- package/lib/typescript/lib/module/Squares/components/MyStatsCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/OfferForm.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/OfferForm.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/PrizeCard.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/PrizeCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/ResultsCard.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/ResultsCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/SquareOffersCard.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/SquareOffersCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/SquareOwners.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/SquareOwners.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/SquaresBoard.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/SquaresBoard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/SquaresDetails.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/components/SquaresDetails.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/index.d.ts +1 -2
- package/lib/typescript/lib/module/Squares/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/constants/colors.d.ts +9 -0
- package/lib/typescript/lib/module/constants/styles.d.ts +95 -8
- package/lib/typescript/lib/module/constants/useColors.d.ts +57 -0
- package/lib/typescript/lib/module/constants/useColors.d.ts.map +1 -0
- package/lib/typescript/src/Authenticator/Components/AuthStrategyIdentifier.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/LoginForm.d.ts +2 -2
- package/lib/typescript/src/Authenticator/Components/LoginForm.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/StrategyForm.d.ts +2 -3
- package/lib/typescript/src/Authenticator/Components/StrategyForm.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/index.d.ts +2 -2
- package/lib/typescript/src/Authenticator/index.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/AthleteMarketCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionInfoCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionLeaderboard.d.ts +1 -1
- package/lib/typescript/src/Competition/components/CompetitionLeaderboard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionPlay.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/EnterCompetitionPrompt.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/LeaderPicks.d.ts +1 -1
- package/lib/typescript/src/Competition/components/LeaderPicks.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/MarketsCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/TeamEventCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/WagerPickForm.d.ts +1 -1
- package/lib/typescript/src/Competition/components/WagerPickForm.d.ts.map +1 -1
- package/lib/typescript/src/Competition/index.d.ts.map +1 -1
- package/lib/typescript/src/Components/Button.d.ts +2 -1
- package/lib/typescript/src/Components/Button.d.ts.map +1 -1
- package/lib/typescript/src/Components/ConfirmationModal.d.ts.map +1 -1
- package/lib/typescript/src/Components/Themed.d.ts +38 -0
- package/lib/typescript/src/Components/Themed.d.ts.map +1 -0
- package/lib/typescript/src/MarketComponents/components/AthleteMarket/index.d.ts +2 -1
- package/lib/typescript/src/MarketComponents/components/AthleteMarket/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/components/AthleteTournamentMarket/index.d.ts +2 -1
- package/lib/typescript/src/MarketComponents/components/AthleteTournamentMarket/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/components/EventMarket/index.d.ts +2 -1
- package/lib/typescript/src/MarketComponents/components/EventMarket/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/components/MarketButton/api/index.d.ts +2 -2
- package/lib/typescript/src/MarketComponents/components/MarketButton/api/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/components/MarketButton/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/components/MatchMarket/index.d.ts +5 -1
- package/lib/typescript/src/MarketComponents/components/MatchMarket/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/components/TeamEventMarket/index.d.ts +2 -1
- package/lib/typescript/src/MarketComponents/components/TeamEventMarket/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/components/TeamTournamentMarket/index.d.ts +2 -1
- package/lib/typescript/src/MarketComponents/components/TeamTournamentMarket/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/components/TournamentMarket/index.d.ts +3 -1
- package/lib/typescript/src/MarketComponents/components/TournamentMarket/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/index.d.ts +18 -7
- package/lib/typescript/src/MarketComponents/index.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/BasicInfoManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/BasicStatus.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/CodeRedeem.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/DOBManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/EmailManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/PasswordManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/PhoneManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfilePicManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWelcome.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/ProfileWelcome.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWizard.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/SettingsManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/VouchCard.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/index.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/index.d.ts.map +1 -1
- package/lib/typescript/src/Share/api/index.d.ts +1 -1
- package/lib/typescript/src/Share/api/index.d.ts.map +1 -1
- package/lib/typescript/src/Share/index.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/BidForm.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/BidToggle.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/BoardStats.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/EventCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/MySquaresCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/MyStatsCard.d.ts +1 -1
- package/lib/typescript/src/Squares/components/MyStatsCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/OfferForm.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/PrizeCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/ResultsCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquareOffersCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquareOwners.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquaresBoard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquaresDetails.d.ts.map +1 -1
- package/lib/typescript/src/Squares/index.d.ts.map +1 -1
- package/lib/typescript/src/constants/colors.d.ts +9 -0
- package/lib/typescript/src/constants/colors.d.ts.map +1 -1
- package/lib/typescript/src/constants/styles.d.ts +55 -1
- package/lib/typescript/src/constants/styles.d.ts.map +1 -1
- package/lib/typescript/src/constants/useColors.d.ts +57 -0
- package/lib/typescript/src/constants/useColors.d.ts.map +1 -0
- package/package.json +2 -1
- package/src/Authenticator/Components/AuthStrategyIdentifier.tsx +40 -40
- package/src/Authenticator/Components/LoginForm.tsx +50 -54
- package/src/Authenticator/Components/StrategyForm.tsx +135 -147
- package/src/Authenticator/index.tsx +16 -18
- package/src/Competition/components/AthleteMarketCard.tsx +19 -17
- package/src/Competition/components/CompetitionInfoCard.tsx +48 -138
- package/src/Competition/components/CompetitionLeaderboard.tsx +65 -57
- package/src/Competition/components/CompetitionPlay.tsx +55 -48
- package/src/Competition/components/EnterCompetitionPrompt.tsx +30 -39
- package/src/Competition/components/LeaderPicks.tsx +5 -5
- package/src/Competition/components/MarketsCard.tsx +14 -10
- package/src/Competition/components/TeamEventCard.tsx +24 -23
- package/src/Competition/components/WagerPickForm.tsx +35 -41
- package/src/Competition/index.tsx +162 -125
- package/src/Components/Button.tsx +50 -6
- package/src/Components/ConfirmationModal.tsx +13 -21
- package/src/Components/Themed.tsx +233 -0
- package/src/MarketComponents/components/AthleteMarket/index.tsx +21 -26
- package/src/MarketComponents/components/AthleteTournamentMarket/index.tsx +24 -32
- package/src/MarketComponents/components/EventMarket/index.tsx +25 -33
- package/src/MarketComponents/components/MarketButton/api/index.ts +2 -3
- package/src/MarketComponents/components/MarketButton/index.tsx +16 -15
- package/src/MarketComponents/components/MatchMarket/index.tsx +54 -57
- package/src/MarketComponents/components/TeamEventMarket/index.tsx +160 -139
- package/src/MarketComponents/components/TeamTournamentMarket/index.tsx +24 -30
- package/src/MarketComponents/components/TournamentMarket/index.tsx +117 -107
- package/src/ProfileManager/Components/BasicInfoManager.tsx +26 -29
- package/src/ProfileManager/Components/BasicStatus.tsx +29 -36
- package/src/ProfileManager/Components/CodeRedeem.tsx +50 -60
- package/src/ProfileManager/Components/DOBManager.tsx +25 -30
- package/src/ProfileManager/Components/EmailManager.tsx +37 -45
- package/src/ProfileManager/Components/PasswordManager.tsx +36 -40
- package/src/ProfileManager/Components/PhoneManager.tsx +36 -43
- package/src/ProfileManager/Components/ProfilePicManager.tsx +10 -16
- package/src/ProfileManager/Components/ProfileWelcome.tsx +19 -25
- package/src/ProfileManager/Components/ProfileWizard.tsx +42 -46
- package/src/ProfileManager/Components/SettingsManager.tsx +41 -45
- package/src/ProfileManager/Components/VouchCard.tsx +50 -59
- package/src/ProfileManager/index.tsx +16 -13
- package/src/Share/api/index.ts +9 -3
- package/src/Share/index.tsx +13 -12
- package/src/Squares/components/BidForm.tsx +85 -62
- package/src/Squares/components/BidToggle.tsx +8 -9
- package/src/Squares/components/BoardStats.tsx +28 -28
- package/src/Squares/components/EventCard.tsx +33 -31
- package/src/Squares/components/MySquaresCard.tsx +24 -23
- package/src/Squares/components/MyStatsCard.tsx +66 -68
- package/src/Squares/components/OfferForm.tsx +15 -15
- package/src/Squares/components/PrizeCard.tsx +21 -18
- package/src/Squares/components/ResultsCard.tsx +21 -18
- package/src/Squares/components/SquareOffersCard.tsx +12 -10
- package/src/Squares/components/SquareOwners.tsx +24 -23
- package/src/Squares/components/SquaresBoard.tsx +39 -42
- package/src/Squares/components/SquaresDetails.tsx +25 -24
- package/src/Squares/index.tsx +196 -144
- package/src/constants/colors.ts +55 -47
- package/src/constants/styles.ts +37 -1
- package/src/constants/useColors.tsx +131 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/Competition/index.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/Competition/index.js"],"names":[],"mappings":";AAiBA;;;;;;;;;wCAyuBC;kBA1vB0C,OAAO"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
export default Button;
|
|
2
|
-
declare function Button({ title, style, title_weight, disabled, loading, title_size, padding, borderRadiusOverride, avatar_url, title_color, borderWidth, borderColor, backgroundColor, borderRadius, onPress }: {
|
|
2
|
+
declare function Button({ title, style, title_weight, theme, disabled, loading, title_size, padding, borderRadiusOverride, avatar_url, title_color, borderWidth, borderColor, backgroundColor, borderRadius, onPress }: {
|
|
3
3
|
title: any;
|
|
4
4
|
style: any;
|
|
5
5
|
title_weight: any;
|
|
6
|
+
theme: any;
|
|
6
7
|
disabled: any;
|
|
7
8
|
loading: any;
|
|
8
9
|
title_size: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../module/Components/Button.js"],"names":[],"mappings":";AAIA
|
|
1
|
+
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../module/Components/Button.js"],"names":[],"mappings":";AAIA;;;;;;;;;;;;;;;;;6GAyHC;qBA5HgE,cAAc;kBAD7D,OAAO"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConfirmationModal.d.ts","sourceRoot":"","sources":["../../../../module/Components/ConfirmationModal.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"ConfirmationModal.d.ts","sourceRoot":"","sources":["../../../../module/Components/ConfirmationModal.js"],"names":[],"mappings":";AAGA;;;;;;;;;;6DAoFC;sBAtF4B,cAAc;kBADzB,OAAO"}
|
|
@@ -882,6 +882,7 @@ declare function SpringView({ style, children, from, to, slide, onResolve }: {
|
|
|
882
882
|
autoFocus?: boolean | undefined;
|
|
883
883
|
onSelect?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
884
884
|
onSubmit?: React.FormEventHandler<HTMLDivElement> | undefined;
|
|
885
|
+
results?: number | undefined;
|
|
885
886
|
onError?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
886
887
|
onLoad?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
887
888
|
onLoadStart?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
@@ -1114,7 +1115,6 @@ declare function SpringView({ style, children, from, to, slide, onResolve }: {
|
|
|
1114
1115
|
itemType?: string | undefined;
|
|
1115
1116
|
itemID?: string | undefined;
|
|
1116
1117
|
itemRef?: string | undefined;
|
|
1117
|
-
results?: number | undefined;
|
|
1118
1118
|
security?: string | undefined;
|
|
1119
1119
|
unselectable?: "on" | "off" | undefined;
|
|
1120
1120
|
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export function Text(props: any): React.CElement<import("react-native").TextProps, DefaultText>;
|
|
2
|
+
export function View(props: any): React.CElement<import("react-native").ViewProps, DefaultView>;
|
|
3
|
+
export function Button(props: any): React.FunctionComponentElement<import("react-native").TouchableOpacityProps & React.RefAttributes<DefaultView>>;
|
|
4
|
+
export function TextInput(props: any): React.CElement<import("react-native").TextInputProps, DefaultTextInput>;
|
|
5
|
+
import { Text as DefaultText } from 'react-native';
|
|
6
|
+
import React from 'react';
|
|
7
|
+
import { View as DefaultView } from 'react-native';
|
|
8
|
+
import { TextInput as DefaultTextInput } from 'react-native';
|
|
9
|
+
//# sourceMappingURL=Themed.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Themed.d.ts","sourceRoot":"","sources":["../../../../module/Components/Themed.js"],"names":[],"mappings":"AAMA,gGAsEC;AACD,gGA+CC;AACM,oJAsHN;AACM,+GAuBN;oCAzQ2J,cAAc;kBADxJ,OAAO;oCACmI,cAAc;8CAAd,cAAc"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
declare const _default: React.MemoExoticComponent<({ event, show_event, hide_image, direction, league, hide_liquidity, style, hide_stat_banner,
|
|
1
|
+
declare const _default: React.MemoExoticComponent<({ event, show_event, float, hide_image, direction, league, hide_liquidity, style, hide_stat_banner, athlete, market, event_order_stats, default_price_view, latest_trades, show_grades, best_available_orders, onOrder, onView, onTradeLongPress }: {
|
|
2
2
|
event: any;
|
|
3
3
|
show_event: any;
|
|
4
|
+
float: any;
|
|
4
5
|
hide_image: any;
|
|
5
6
|
direction: any;
|
|
6
7
|
league: any;
|
|
7
8
|
hide_liquidity: any;
|
|
8
9
|
style: any;
|
|
9
10
|
hide_stat_banner: any;
|
|
10
|
-
width: any;
|
|
11
11
|
athlete: any;
|
|
12
12
|
market: any;
|
|
13
13
|
event_order_stats: any;
|
|
@@ -18,8 +18,7 @@ declare const _default: React.MemoExoticComponent<({ event, show_event, hide_ima
|
|
|
18
18
|
onOrder: any;
|
|
19
19
|
onView: any;
|
|
20
20
|
onTradeLongPress: any;
|
|
21
|
-
}) => React.
|
|
21
|
+
}) => React.FunctionComponentElement<any>>;
|
|
22
22
|
export default _default;
|
|
23
|
-
import { View } from 'react-native';
|
|
24
23
|
import React from 'react';
|
|
25
24
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../module/MarketComponents/components/AthleteMarket/index.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../module/MarketComponents/components/AthleteMarket/index.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;kBAA4C,OAAO"}
|
package/lib/typescript/lib/module/MarketComponents/components/AthleteTournamentMarket/index.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
export default AthleteTournamentMarket;
|
|
2
|
-
declare function AthleteTournamentMarket({ tournament, style, hide_image, direction, show_event, hide_liquidity, hide_stat_banner,
|
|
2
|
+
declare function AthleteTournamentMarket({ tournament, float, style, hide_image, direction, show_event, hide_liquidity, hide_stat_banner, athlete, market, event_order_stats, default_price_view, latest_trades, show_grades, best_available_orders, onOrder, onView, onTradeLongPress }: {
|
|
3
3
|
tournament: any;
|
|
4
|
+
float: any;
|
|
4
5
|
style: any;
|
|
5
6
|
hide_image: any;
|
|
6
7
|
direction: any;
|
|
7
8
|
show_event: any;
|
|
8
9
|
hide_liquidity: any;
|
|
9
10
|
hide_stat_banner: any;
|
|
10
|
-
width: any;
|
|
11
11
|
athlete: any;
|
|
12
12
|
market: any;
|
|
13
13
|
event_order_stats: any;
|
|
@@ -18,7 +18,6 @@ declare function AthleteTournamentMarket({ tournament, style, hide_image, direct
|
|
|
18
18
|
onOrder: any;
|
|
19
19
|
onView: any;
|
|
20
20
|
onTradeLongPress: any;
|
|
21
|
-
}): React.
|
|
22
|
-
import { View } from 'react-native';
|
|
21
|
+
}): React.FunctionComponentElement<any>;
|
|
23
22
|
import React from 'react';
|
|
24
23
|
//# sourceMappingURL=index.d.ts.map
|
package/lib/typescript/lib/module/MarketComponents/components/AthleteTournamentMarket/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../module/MarketComponents/components/AthleteTournamentMarket/index.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../module/MarketComponents/components/AthleteTournamentMarket/index.js"],"names":[],"mappings":";AAQA;;;;;;;;;;;;;;;;;;;wCAiMC;kBAzM2C,OAAO"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export default EventMarket;
|
|
2
|
-
declare function EventMarket({
|
|
3
|
-
width: any;
|
|
2
|
+
declare function EventMarket({ event, float, style, direction, hide_liquidity, market, latest_trades, best_available_orders, hide_market_banner, event_order_stats, show_grades, default_price_view, onOrder, onView, onTradeLongPress }: {
|
|
4
3
|
event: any;
|
|
4
|
+
float: any;
|
|
5
5
|
style: any;
|
|
6
6
|
direction: any;
|
|
7
7
|
hide_liquidity: any;
|
|
@@ -15,7 +15,6 @@ declare function EventMarket({ width, event, style, direction, hide_liquidity, m
|
|
|
15
15
|
onOrder: any;
|
|
16
16
|
onView: any;
|
|
17
17
|
onTradeLongPress: any;
|
|
18
|
-
}): React.
|
|
19
|
-
import { View } from 'react-native';
|
|
18
|
+
}): React.FunctionComponentElement<any>;
|
|
20
19
|
import React from 'react';
|
|
21
20
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../module/MarketComponents/components/EventMarket/index.js"],"names":[],"mappings":";AASA;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../module/MarketComponents/components/EventMarket/index.js"],"names":[],"mappings":";AASA;;;;;;;;;;;;;;;;wCAmNC;kBA5NkC,OAAO"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export namespace MarketButtonHelpers {
|
|
2
|
-
function getButtonLabel(market: any, side_option: any, trade: any): {
|
|
2
|
+
function getButtonLabel(market: any, side_option: any, trade: any, C: any): {
|
|
3
3
|
var_1: string;
|
|
4
4
|
odds: string;
|
|
5
|
-
color:
|
|
5
|
+
color: any;
|
|
6
6
|
};
|
|
7
7
|
function getVisibleTrade(default_price_view: any, market: any, side_option: any, latest_trades: any, best_available_orders: any, side_id: any, reversed_side_id: any): any;
|
|
8
8
|
function reverseBAOrder(order: any, market: any, side_id: any): any;
|
package/lib/typescript/lib/module/MarketComponents/components/MarketButton/api/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../module/MarketComponents/components/MarketButton/api/index.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../module/MarketComponents/components/MarketButton/api/index.js"],"names":[],"mappings":";IAGkB;;;;MAQf;IACgB,2KA6BhB;IACe,oEAiBf;IACmB;;;;;;;;;;;;;;;;;;;MAqBnB;IAC2B;;;;;;;;;;;;;;;;;;;;MAsB3B;IACsB;;;;;;;;;;;;;;;;;;;MAqBtB;IACkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MA0ClB;;mBAzKgB,aAAa"}
|
|
@@ -8,8 +8,7 @@ declare const _default: React.MemoExoticComponent<({ side_option, locked, show_g
|
|
|
8
8
|
side_label: any;
|
|
9
9
|
onPress: any;
|
|
10
10
|
onLongPress: any;
|
|
11
|
-
}) => React.FunctionComponentElement<
|
|
11
|
+
}) => React.FunctionComponentElement<any>>;
|
|
12
12
|
export default _default;
|
|
13
|
-
import { View } from "react-native";
|
|
14
13
|
import React from 'react';
|
|
15
14
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../module/MarketComponents/components/MarketButton/index.js"],"names":[],"mappings":";;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../module/MarketComponents/components/MarketButton/index.js"],"names":[],"mappings":";;;;;;;;;;;;kBAA2C,OAAO"}
|
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
export default MatchMarket;
|
|
2
|
-
declare function MatchMarket({ league, match, show_event, style, hide_liquidity, hide_stat_banner, width, away_athlete, home_athlete, away_team, home_team, market, event_order_stats, default_price_view, latest_trades, show_grades, best_available_orders, onOrder, onView, onTradeLongPress }: {
|
|
2
|
+
declare function MatchMarket({ league, match, float, show_event, hide_image, image_size_override, direction, style, hide_liquidity, hide_stat_banner, width, away_athlete, home_athlete, away_team, home_team, market, event_order_stats, default_price_view, latest_trades, show_grades, best_available_orders, onOrder, onView, onTradeLongPress }: {
|
|
3
3
|
league: any;
|
|
4
4
|
match: any;
|
|
5
|
+
float: any;
|
|
5
6
|
show_event: any;
|
|
7
|
+
hide_image: any;
|
|
8
|
+
image_size_override: any;
|
|
9
|
+
direction: any;
|
|
6
10
|
style: any;
|
|
7
11
|
hide_liquidity: any;
|
|
8
12
|
hide_stat_banner: any;
|
|
@@ -22,7 +26,6 @@ declare function MatchMarket({ league, match, show_event, style, hide_liquidity,
|
|
|
22
26
|
onTradeLongPress: any;
|
|
23
27
|
}): React.FunctionComponentElement<{
|
|
24
28
|
children?: React.ReactNode | undefined;
|
|
25
|
-
}> | React.
|
|
29
|
+
}> | React.FunctionComponentElement<any>;
|
|
26
30
|
import React from 'react';
|
|
27
|
-
import { View } from 'react-native';
|
|
28
31
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../module/MarketComponents/components/MatchMarket/index.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../module/MarketComponents/components/MatchMarket/index.js"],"names":[],"mappings":";AAQA;;;;;;;;;;;;;;;;;;;;;;;;;;;yCAoPC;kBA5P2C,OAAO"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
declare const _default: React.MemoExoticComponent<({ event, league, style, init_expanded, hot_markets_direction, show_id, hide_liquidity, show_podcasts, activate_loading, competitions, squares_competitions, show_grades, markets, latest_trades, best_available_orders, event_order_stats, default_price_view, onTeamSelect, onSquaresSelect, onCompetitionSelect, onExpand, onOrder, onView, onViewAdditionalMarkets, onTradeLongPress, onActivate, onEvent, onShare, onPodcastSelect }: {
|
|
1
|
+
declare const _default: React.MemoExoticComponent<({ event, league, float, style, init_expanded, hot_markets_direction, show_id, hide_liquidity, show_podcasts, activate_loading, competitions, squares_competitions, show_grades, markets, latest_trades, best_available_orders, event_order_stats, default_price_view, onTeamSelect, onSquaresSelect, onCompetitionSelect, onExpand, onOrder, onView, onViewAdditionalMarkets, onTradeLongPress, onActivate, onEvent, onShare, onPodcastSelect }: {
|
|
2
2
|
event: any;
|
|
3
3
|
league: any;
|
|
4
|
+
float: any;
|
|
4
5
|
style: any;
|
|
5
6
|
init_expanded: any;
|
|
6
7
|
hot_markets_direction: any;
|
|
@@ -30,8 +31,7 @@ declare const _default: React.MemoExoticComponent<({ event, league, style, init_
|
|
|
30
31
|
onPodcastSelect: any;
|
|
31
32
|
}) => React.FunctionComponentElement<{
|
|
32
33
|
children?: React.ReactNode | undefined;
|
|
33
|
-
}> | React.
|
|
34
|
+
}> | React.FunctionComponentElement<any>>;
|
|
34
35
|
export default _default;
|
|
35
36
|
import React from 'react';
|
|
36
|
-
import { View } from 'react-native';
|
|
37
37
|
//# sourceMappingURL=index.d.ts.map
|
package/lib/typescript/lib/module/MarketComponents/components/TeamEventMarket/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../module/MarketComponents/components/TeamEventMarket/index.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../module/MarketComponents/components/TeamEventMarket/index.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAAyE,OAAO"}
|
package/lib/typescript/lib/module/MarketComponents/components/TeamTournamentMarket/index.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
export default TeamTournamentMarket;
|
|
2
|
-
declare function TeamTournamentMarket({ tournament, direction, show_event, hide_liquidity, hide_stat_banner, style,
|
|
2
|
+
declare function TeamTournamentMarket({ tournament, float, direction, show_event, hide_liquidity, hide_stat_banner, style, team, market, event_order_stats, default_price_view, latest_trades, show_grades, best_available_orders, onOrder, onView, onTradeLongPress }: {
|
|
3
3
|
tournament: any;
|
|
4
|
+
float: any;
|
|
4
5
|
direction: any;
|
|
5
6
|
show_event: any;
|
|
6
7
|
hide_liquidity: any;
|
|
7
8
|
hide_stat_banner: any;
|
|
8
9
|
style: any;
|
|
9
|
-
width: any;
|
|
10
10
|
team: any;
|
|
11
11
|
market: any;
|
|
12
12
|
event_order_stats: any;
|
|
@@ -17,7 +17,6 @@ declare function TeamTournamentMarket({ tournament, direction, show_event, hide_
|
|
|
17
17
|
onOrder: any;
|
|
18
18
|
onView: any;
|
|
19
19
|
onTradeLongPress: any;
|
|
20
|
-
}): React.
|
|
21
|
-
import { View } from 'react-native';
|
|
20
|
+
}): React.FunctionComponentElement<any>;
|
|
22
21
|
import React from 'react';
|
|
23
22
|
//# sourceMappingURL=index.d.ts.map
|
package/lib/typescript/lib/module/MarketComponents/components/TeamTournamentMarket/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../module/MarketComponents/components/TeamTournamentMarket/index.js"],"names":[],"mappings":";AASA;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../module/MarketComponents/components/TeamTournamentMarket/index.js"],"names":[],"mappings":";AASA;;;;;;;;;;;;;;;;;;wCA4LC;kBArM2C,OAAO"}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
export default TournamentMarket;
|
|
2
|
-
declare function TournamentMarket({ tournament, wrap_markets, width, market_selector_location, hide_match_liquidity, show_grades, hide_participant_liquidity, league, markets, latest_trades, hide_liquidity, best_available_orders, event_order_stats, match_available_orders, match_latest_trades, match_order_stats, activate_loading, onView, onTradeLongPress, onViewAdditionalMarkets, onOrder, onActivate, onShare }: {
|
|
2
|
+
declare function TournamentMarket({ tournament, float, wrap_markets, width, style, market_selector_location, hide_match_liquidity, show_grades, hide_participant_liquidity, league, markets, latest_trades, hide_liquidity, best_available_orders, event_order_stats, match_available_orders, match_latest_trades, match_order_stats, activate_loading, onView, onTradeLongPress, onViewAdditionalMarkets, onOrder, onActivate, onShare }: {
|
|
3
3
|
tournament: any;
|
|
4
|
+
float: any;
|
|
4
5
|
wrap_markets: any;
|
|
5
6
|
width: any;
|
|
7
|
+
style: any;
|
|
6
8
|
market_selector_location: any;
|
|
7
9
|
hide_match_liquidity: any;
|
|
8
10
|
show_grades: any;
|
|
@@ -23,7 +25,6 @@ declare function TournamentMarket({ tournament, wrap_markets, width, market_sele
|
|
|
23
25
|
onOrder: any;
|
|
24
26
|
onActivate: any;
|
|
25
27
|
onShare: any;
|
|
26
|
-
}): React.
|
|
27
|
-
import { View } from 'react-native';
|
|
28
|
+
}): React.FunctionComponentElement<any>;
|
|
28
29
|
import React from 'react';
|
|
29
30
|
//# sourceMappingURL=index.d.ts.map
|
package/lib/typescript/lib/module/MarketComponents/components/TournamentMarket/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../module/MarketComponents/components/TournamentMarket/index.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../module/MarketComponents/components/TournamentMarket/index.js"],"names":[],"mappings":";AAaA;;;;;;;;;;;;;;;;;;;;;;;;;;wCA6nBC;kBA1oBkD,OAAO"}
|
|
@@ -5,7 +5,6 @@ declare function BasicInfoManager({ player, walkthrough, onPlayerUpdate, onNext,
|
|
|
5
5
|
onPlayerUpdate: any;
|
|
6
6
|
onNext: any;
|
|
7
7
|
onClose: any;
|
|
8
|
-
}): React.
|
|
9
|
-
import { View } from 'react-native';
|
|
8
|
+
}): React.FunctionComponentElement<any>;
|
|
10
9
|
import React from 'react';
|
|
11
10
|
//# sourceMappingURL=BasicInfoManager.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BasicInfoManager.d.ts","sourceRoot":"","sources":["../../../../../module/ProfileManager/Components/BasicInfoManager.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"BasicInfoManager.d.ts","sourceRoot":"","sources":["../../../../../module/ProfileManager/Components/BasicInfoManager.js"],"names":[],"mappings":";AAQA;;;;;;wCAmRC;kBA3R0C,OAAO"}
|
|
@@ -4,7 +4,6 @@ declare function BasicStatus({ onVerify, code_details, player, onClose }: {
|
|
|
4
4
|
code_details: any;
|
|
5
5
|
player: any;
|
|
6
6
|
onClose: any;
|
|
7
|
-
}): React.
|
|
8
|
-
import { View } from 'react-native';
|
|
7
|
+
}): React.FunctionComponentElement<any>;
|
|
9
8
|
import React from 'react';
|
|
10
9
|
//# sourceMappingURL=BasicStatus.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BasicStatus.d.ts","sourceRoot":"","sources":["../../../../../module/ProfileManager/Components/BasicStatus.js"],"names":[],"mappings":";AAKA;;;;;
|
|
1
|
+
{"version":3,"file":"BasicStatus.d.ts","sourceRoot":"","sources":["../../../../../module/ProfileManager/Components/BasicStatus.js"],"names":[],"mappings":";AAKA;;;;;wCAmMC;kBAxMiB,OAAO"}
|
|
@@ -4,8 +4,7 @@ declare function CodeRedeem({ walkthrough, onVerify, onClose, onRedeemCode }: {
|
|
|
4
4
|
onVerify: any;
|
|
5
5
|
onClose: any;
|
|
6
6
|
onRedeemCode: any;
|
|
7
|
-
}): React.CElement<import("react-native").ActivityIndicatorProps, ActivityIndicator> | React.
|
|
7
|
+
}): React.CElement<import("react-native").ActivityIndicatorProps, ActivityIndicator> | React.FunctionComponentElement<any>;
|
|
8
8
|
import { ActivityIndicator } from 'react-native';
|
|
9
9
|
import React from 'react';
|
|
10
|
-
import { View } from 'react-native';
|
|
11
10
|
//# sourceMappingURL=CodeRedeem.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CodeRedeem.d.ts","sourceRoot":"","sources":["../../../../../module/ProfileManager/Components/CodeRedeem.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"CodeRedeem.d.ts","sourceRoot":"","sources":["../../../../../module/ProfileManager/Components/CodeRedeem.js"],"names":[],"mappings":";AAMA;;;;;2HAuVC;kCA5VwC,cAAc;kBADZ,OAAO"}
|
|
@@ -5,7 +5,6 @@ declare function DOBManager({ player, walkthrough, onPlayerUpdate, onNext, onClo
|
|
|
5
5
|
onPlayerUpdate: any;
|
|
6
6
|
onNext: any;
|
|
7
7
|
onClose: any;
|
|
8
|
-
}): React.
|
|
9
|
-
import { View } from 'react-native';
|
|
8
|
+
}): React.FunctionComponentElement<any>;
|
|
10
9
|
import React from 'react';
|
|
11
10
|
//# sourceMappingURL=DOBManager.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DOBManager.d.ts","sourceRoot":"","sources":["../../../../../module/ProfileManager/Components/DOBManager.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"DOBManager.d.ts","sourceRoot":"","sources":["../../../../../module/ProfileManager/Components/DOBManager.js"],"names":[],"mappings":";AASA;;;;;;wCAmMC;kBA5M0C,OAAO"}
|
|
@@ -5,7 +5,6 @@ declare function EmailManager({ player, walkthrough, onPlayerUpdate, onNext, onC
|
|
|
5
5
|
onPlayerUpdate: any;
|
|
6
6
|
onNext: any;
|
|
7
7
|
onClose: any;
|
|
8
|
-
}): React.
|
|
9
|
-
import { View } from 'react-native';
|
|
8
|
+
}): React.FunctionComponentElement<any>;
|
|
10
9
|
import React from 'react';
|
|
11
10
|
//# sourceMappingURL=EmailManager.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EmailManager.d.ts","sourceRoot":"","sources":["../../../../../module/ProfileManager/Components/EmailManager.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"EmailManager.d.ts","sourceRoot":"","sources":["../../../../../module/ProfileManager/Components/EmailManager.js"],"names":[],"mappings":";AAOA;;;;;;wCAuSC;kBA9S0C,OAAO"}
|
|
@@ -5,7 +5,6 @@ declare function PasswordManager({ player, walkthrough, onPlayerUpdate, onNext,
|
|
|
5
5
|
onPlayerUpdate: any;
|
|
6
6
|
onNext: any;
|
|
7
7
|
onClose: any;
|
|
8
|
-
}): React.
|
|
9
|
-
import { View } from 'react-native';
|
|
8
|
+
}): React.FunctionComponentElement<any>;
|
|
10
9
|
import React from 'react';
|
|
11
10
|
//# sourceMappingURL=PasswordManager.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PasswordManager.d.ts","sourceRoot":"","sources":["../../../../../module/ProfileManager/Components/PasswordManager.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"PasswordManager.d.ts","sourceRoot":"","sources":["../../../../../module/ProfileManager/Components/PasswordManager.js"],"names":[],"mappings":";AAQA;;;;;;wCA+TC;kBAvU0C,OAAO"}
|
|
@@ -5,7 +5,6 @@ declare function PhoneManager({ player, walkthrough, onPlayerUpdate, onNext, onC
|
|
|
5
5
|
onPlayerUpdate: any;
|
|
6
6
|
onNext: any;
|
|
7
7
|
onClose: any;
|
|
8
|
-
}): React.
|
|
9
|
-
import { View } from 'react-native';
|
|
8
|
+
}): React.FunctionComponentElement<any>;
|
|
10
9
|
import React from 'react';
|
|
11
10
|
//# sourceMappingURL=PhoneManager.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PhoneManager.d.ts","sourceRoot":"","sources":["../../../../../module/ProfileManager/Components/PhoneManager.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"PhoneManager.d.ts","sourceRoot":"","sources":["../../../../../module/ProfileManager/Components/PhoneManager.js"],"names":[],"mappings":";AAQA;;;;;;wCAuSC;kBA/S0C,OAAO"}
|
|
@@ -5,7 +5,6 @@ declare function ProfilePicManager({ player, onPlayerUpdate, walkthrough, onNext
|
|
|
5
5
|
walkthrough: any;
|
|
6
6
|
onNext: any;
|
|
7
7
|
onClose: any;
|
|
8
|
-
}): React.
|
|
9
|
-
import { View } from "react-native";
|
|
8
|
+
}): React.FunctionComponentElement<any>;
|
|
10
9
|
import React from 'react';
|
|
11
10
|
//# sourceMappingURL=ProfilePicManager.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProfilePicManager.d.ts","sourceRoot":"","sources":["../../../../../module/ProfileManager/Components/ProfilePicManager.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"ProfilePicManager.d.ts","sourceRoot":"","sources":["../../../../../module/ProfileManager/Components/ProfilePicManager.js"],"names":[],"mappings":";AAQA;;;;;;wCAyGC;kBAjH+B,OAAO"}
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
export default ProfileWelcome;
|
|
2
|
-
declare function ProfileWelcome({ player, code_details,
|
|
2
|
+
declare function ProfileWelcome({ player, code_details, onStartSetup, onClose }: {
|
|
3
3
|
player: any;
|
|
4
4
|
code_details: any;
|
|
5
|
-
width: any;
|
|
6
5
|
onStartSetup: any;
|
|
7
6
|
onClose: any;
|
|
8
|
-
}): React.
|
|
9
|
-
import { View } from 'react-native';
|
|
7
|
+
}): React.FunctionComponentElement<any>;
|
|
10
8
|
import React from 'react';
|
|
11
9
|
//# sourceMappingURL=ProfileWelcome.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProfileWelcome.d.ts","sourceRoot":"","sources":["../../../../../module/ProfileManager/Components/ProfileWelcome.js"],"names":[],"mappings":";AAMA
|
|
1
|
+
{"version":3,"file":"ProfileWelcome.d.ts","sourceRoot":"","sources":["../../../../../module/ProfileManager/Components/ProfileWelcome.js"],"names":[],"mappings":";AAMA;;;;;wCA6FC;kBAnGiB,OAAO"}
|
|
@@ -19,7 +19,6 @@ declare function ProfileWizard({ player, hide_powered_by, settings, player_setti
|
|
|
19
19
|
onSelectLevel: any;
|
|
20
20
|
onClose: any;
|
|
21
21
|
onLogout: any;
|
|
22
|
-
}): React.
|
|
23
|
-
import { View } from 'react-native';
|
|
22
|
+
}): React.FunctionComponentElement<any>;
|
|
24
23
|
import React from 'react';
|
|
25
24
|
//# sourceMappingURL=ProfileWizard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProfileWizard.d.ts","sourceRoot":"","sources":["../../../../../module/ProfileManager/Components/ProfileWizard.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"ProfileWizard.d.ts","sourceRoot":"","sources":["../../../../../module/ProfileManager/Components/ProfileWizard.js"],"names":[],"mappings":";AAqBA;;;;;;;;;;;;;;;;;;;;wCA4zBC;kBAj1B0C,OAAO"}
|
|
@@ -7,7 +7,6 @@ declare function SettingsManager({ player, title, description, icon, settings, p
|
|
|
7
7
|
settings: any;
|
|
8
8
|
player_settings: any;
|
|
9
9
|
onUpdatePlayerSetting: any;
|
|
10
|
-
}): React.
|
|
11
|
-
import { View } from 'react-native';
|
|
10
|
+
}): React.FunctionComponentElement<any>;
|
|
12
11
|
import React from 'react';
|
|
13
12
|
//# sourceMappingURL=SettingsManager.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SettingsManager.d.ts","sourceRoot":"","sources":["../../../../../module/ProfileManager/Components/SettingsManager.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"SettingsManager.d.ts","sourceRoot":"","sources":["../../../../../module/ProfileManager/Components/SettingsManager.js"],"names":[],"mappings":";AAOA;;;;;;;;wCA4NC;kBAnO+B,OAAO"}
|
|
@@ -7,9 +7,6 @@ declare function VouchCard({ player, walkthrough, code_details, onVouching, onPl
|
|
|
7
7
|
onPlayerUpdate: any;
|
|
8
8
|
onClaimGift: any;
|
|
9
9
|
onClose: any;
|
|
10
|
-
}): React.FunctionComponentElement<
|
|
11
|
-
children?: React.ReactNode | undefined;
|
|
12
|
-
}> | React.CElement<import("react-native").ViewProps, View>;
|
|
10
|
+
}): React.FunctionComponentElement<any>;
|
|
13
11
|
import React from 'react';
|
|
14
|
-
import { View } from 'react-native';
|
|
15
12
|
//# sourceMappingURL=VouchCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VouchCard.d.ts","sourceRoot":"","sources":["../../../../../module/ProfileManager/Components/VouchCard.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"VouchCard.d.ts","sourceRoot":"","sources":["../../../../../module/ProfileManager/Components/VouchCard.js"],"names":[],"mappings":";AAQA;;;;;;;;wCAqgBC;kBA7gB0C,OAAO"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export default ProfileManager;
|
|
2
|
-
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,
|
|
2
|
+
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 }: {
|
|
3
3
|
profile_attribute: any;
|
|
4
4
|
hide_profile_header: any;
|
|
5
5
|
player: any;
|
|
@@ -13,10 +13,8 @@ declare function ProfileManager({ profile_attribute, hide_profile_header, player
|
|
|
13
13
|
hidden_steps: any;
|
|
14
14
|
hidden_levels: any;
|
|
15
15
|
walkthrough: any;
|
|
16
|
-
width: any;
|
|
17
16
|
onClose: any;
|
|
18
17
|
onLogout: any;
|
|
19
|
-
}): React.
|
|
20
|
-
import { View } from 'react-native';
|
|
18
|
+
}): React.FunctionComponentElement<any>;
|
|
21
19
|
import React from 'react';
|
|
22
20
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/ProfileManager/index.js"],"names":[],"mappings":";AAMA
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/ProfileManager/index.js"],"names":[],"mappings":";AAMA;;;;;;;;;;;;;;;;wCAsKC;kBA5K0C,OAAO"}
|
|
@@ -23,7 +23,7 @@ export namespace ShareApi {
|
|
|
23
23
|
} | undefined>;
|
|
24
24
|
}
|
|
25
25
|
export namespace ShareHelpers {
|
|
26
|
-
function nativeShareAvailable(): boolean
|
|
26
|
+
function nativeShareAvailable(): Promise<boolean>;
|
|
27
27
|
function extractQueryParams(url: any): any[];
|
|
28
28
|
function appendPlayerReferral(url: any): Promise<any>;
|
|
29
29
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../module/Share/api/index.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../module/Share/api/index.js"],"names":[],"mappings":";IAQkB,gCAIf;IACkB,2CAOlB;IACkB;;;OAiBlB;IACqB;;;mBAUrB;IACoB;;;mBAapB;IACyB,qEAUzB;IACM;;;;;;mBAwCN;;;IAGqB,kDAYrB;IACmB,6CAsBnB;IACqB,sDAgBrB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/Share/index.js"],"names":[],"mappings":";AA8BA;;;;;;;;;;;;;;;;2DAsjBC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/Share/index.js"],"names":[],"mappings":";AA8BA;;;;;;;;;;;;;;;;2DAsjBC;qBAllBoG,cAAc;kBAFxE,OAAO"}
|
|
@@ -12,7 +12,6 @@ declare function BidForm({ player_id, player_balance, market_type, home_abbr, aw
|
|
|
12
12
|
onClearBids: any;
|
|
13
13
|
onBidAmountChange: any;
|
|
14
14
|
onRequestAuthenticate: any;
|
|
15
|
-
}): React.
|
|
16
|
-
import { View } from 'react-native';
|
|
15
|
+
}): React.FunctionComponentElement<any>;
|
|
17
16
|
import React from 'react';
|
|
18
17
|
//# sourceMappingURL=BidForm.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BidForm.d.ts","sourceRoot":"","sources":["../../../../../module/Squares/components/BidForm.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"BidForm.d.ts","sourceRoot":"","sources":["../../../../../module/Squares/components/BidForm.js"],"names":[],"mappings":";AASA;;;;;;;;;;;;;wCAgNC;kBAzN+B,OAAO"}
|
|
@@ -3,7 +3,6 @@ declare function BidToggle({ cl, amount, onAmountChange }: {
|
|
|
3
3
|
cl: any;
|
|
4
4
|
amount: any;
|
|
5
5
|
onAmountChange: any;
|
|
6
|
-
}): React.
|
|
7
|
-
import { View } from "react-native";
|
|
6
|
+
}): React.FunctionComponentElement<any>;
|
|
8
7
|
import React from 'react';
|
|
9
8
|
//# sourceMappingURL=BidToggle.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BidToggle.d.ts","sourceRoot":"","sources":["../../../../../module/Squares/components/BidToggle.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"BidToggle.d.ts","sourceRoot":"","sources":["../../../../../module/Squares/components/BidToggle.js"],"names":[],"mappings":";AAIA;;;;wCAgDC;kBApDiB,OAAO"}
|
|
@@ -3,7 +3,6 @@ declare function BoardStats({ squares_competition, squares, player_squares }: {
|
|
|
3
3
|
squares_competition: any;
|
|
4
4
|
squares: any;
|
|
5
5
|
player_squares: any;
|
|
6
|
-
}): React.
|
|
7
|
-
import { View } from "react-native";
|
|
6
|
+
}): React.FunctionComponentElement<any>;
|
|
8
7
|
import React from "react";
|
|
9
8
|
//# sourceMappingURL=BoardStats.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BoardStats.d.ts","sourceRoot":"","sources":["../../../../../module/Squares/components/BoardStats.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"BoardStats.d.ts","sourceRoot":"","sources":["../../../../../module/Squares/components/BoardStats.js"],"names":[],"mappings":";AAIA;;;;wCA6HC;kBAhI+B,OAAO"}
|
|
@@ -2,7 +2,6 @@ export default EventCard;
|
|
|
2
2
|
declare function EventCard({ event, league }: {
|
|
3
3
|
event: any;
|
|
4
4
|
league: any;
|
|
5
|
-
}): React.
|
|
6
|
-
import { View } from "react-native";
|
|
5
|
+
}): React.FunctionComponentElement<any>;
|
|
7
6
|
import React from "react";
|
|
8
7
|
//# sourceMappingURL=EventCard.d.ts.map
|