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
|
@@ -10,7 +10,8 @@ var _Components = require("../../Components");
|
|
|
10
10
|
var _colors = _interopRequireDefault(require("../../constants/colors"));
|
|
11
11
|
var _api = require("../api");
|
|
12
12
|
var _momentMini = _interopRequireDefault(require("moment-mini"));
|
|
13
|
-
var
|
|
13
|
+
var _Themed = require("../../Components/Themed");
|
|
14
|
+
var _useColors = require("../../constants/useColors");
|
|
14
15
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
16
|
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
16
17
|
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
@@ -23,6 +24,7 @@ const VouchCard = ({
|
|
|
23
24
|
onClaimGift,
|
|
24
25
|
onClose
|
|
25
26
|
}) => {
|
|
27
|
+
const C = (0, _useColors.useColors)();
|
|
26
28
|
const [vouching, setVouching] = (0, _react.useState)(false);
|
|
27
29
|
const [view_height, setViewHeight] = (0, _react.useState)(0);
|
|
28
30
|
const [job_complete, setJobComplete] = (0, _react.useState)(false);
|
|
@@ -163,27 +165,27 @@ const VouchCard = ({
|
|
|
163
165
|
}
|
|
164
166
|
}));
|
|
165
167
|
};
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
168
|
+
|
|
169
|
+
//if(Platform.OS != 'web'){ return <></> }
|
|
170
|
+
|
|
169
171
|
if (vouched) {
|
|
170
|
-
return /*#__PURE__*/_react.default.createElement(
|
|
172
|
+
return /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
171
173
|
style: {
|
|
172
|
-
|
|
174
|
+
flexGrow: 1,
|
|
173
175
|
borderRadius: 8,
|
|
174
176
|
backgroundColor: _colors.default.shades.shade100,
|
|
175
177
|
paddingBottom: 10
|
|
176
178
|
}
|
|
177
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
179
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
178
180
|
nativeID: "vouch_header",
|
|
179
181
|
style: {
|
|
180
182
|
padding: 10
|
|
181
183
|
}
|
|
182
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
184
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
183
185
|
size: 16,
|
|
184
186
|
color: _colors.default.brand.midnight,
|
|
185
187
|
weight: "semibold"
|
|
186
|
-
}, "Verify your account"), /*#__PURE__*/_react.default.createElement(
|
|
188
|
+
}, "Verify your account"), /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
187
189
|
style: {
|
|
188
190
|
marginTop: 3
|
|
189
191
|
},
|
|
@@ -210,9 +212,9 @@ const VouchCard = ({
|
|
|
210
212
|
split_dob = split_dob[0].split('-');
|
|
211
213
|
}
|
|
212
214
|
let new_date = `${split_dob[1]}/${split_dob[2]}/${split_dob[0]}`;
|
|
213
|
-
return /*#__PURE__*/_react.default.createElement(
|
|
215
|
+
return /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
214
216
|
style: {
|
|
215
|
-
|
|
217
|
+
flexGrow: 1
|
|
216
218
|
},
|
|
217
219
|
onLayout: ev => {
|
|
218
220
|
const {
|
|
@@ -222,55 +224,50 @@ const VouchCard = ({
|
|
|
222
224
|
}
|
|
223
225
|
}, /*#__PURE__*/_react.default.createElement(_reactNative.ScrollView, {
|
|
224
226
|
style: {
|
|
225
|
-
|
|
227
|
+
flexGrow: 1
|
|
226
228
|
}
|
|
227
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
229
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
228
230
|
style: {
|
|
229
231
|
padding: 20
|
|
230
232
|
}
|
|
231
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
233
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
232
234
|
size: 30,
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
}, "Help us identify you"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
235
|
+
theme: "h1"
|
|
236
|
+
}, "Help us identify you"), /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
236
237
|
style: {
|
|
237
238
|
marginTop: 15
|
|
238
239
|
},
|
|
239
240
|
size: 16,
|
|
240
|
-
|
|
241
|
-
weight: "regular"
|
|
241
|
+
theme: "h2"
|
|
242
242
|
}, "We need to take extra steps to verify your account. Scan your Driver's License or state issued ID and take a selfie for instant verification")), /*#__PURE__*/_react.default.createElement(_reactNative.TouchableOpacity, {
|
|
243
243
|
style: {
|
|
244
244
|
padding: 10,
|
|
245
245
|
borderRadius: 8,
|
|
246
|
-
backgroundColor:
|
|
246
|
+
backgroundColor: C.views.gold,
|
|
247
247
|
margin: 20
|
|
248
248
|
},
|
|
249
249
|
onPress: () => setInfoVisible(!info_visible)
|
|
250
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
250
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
251
|
+
transparent: true,
|
|
251
252
|
style: {
|
|
252
253
|
flexDirection: 'row',
|
|
253
254
|
alignItems: 'center'
|
|
254
255
|
}
|
|
255
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
256
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
256
257
|
style: {
|
|
257
258
|
flex: 1
|
|
258
259
|
},
|
|
259
|
-
|
|
260
|
-
weight: "semibold",
|
|
261
|
-
color: _colors.default.brand.midnight
|
|
260
|
+
theme: "h1"
|
|
262
261
|
}, "Why is this step required?"), /*#__PURE__*/_react.default.createElement(_Components.Icons.ChevronIcon, {
|
|
263
262
|
direction: info_visible ? 'up' : 'down',
|
|
264
263
|
size: 10,
|
|
265
|
-
color:
|
|
266
|
-
})), info_visible ? /*#__PURE__*/_react.default.createElement(
|
|
267
|
-
|
|
268
|
-
weight: "regular",
|
|
269
|
-
color: _colors.default.brand.midnight,
|
|
264
|
+
color: C.text.h1
|
|
265
|
+
})), info_visible ? /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
266
|
+
theme: "description",
|
|
270
267
|
style: {
|
|
271
268
|
marginTop: 4
|
|
272
269
|
}
|
|
273
|
-
}, "When betting with real money, legally, BettorEdge has to verify your identity to make sure you are old enough to bet and that you are who you say you are.") : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null)), /*#__PURE__*/_react.default.createElement(
|
|
270
|
+
}, "When betting with real money, legally, BettorEdge has to verify your identity to make sure you are old enough to bet and that you are who you say you are.") : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null)), /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
274
271
|
style: {
|
|
275
272
|
alignSelf: 'center'
|
|
276
273
|
}
|
|
@@ -283,97 +280,86 @@ const VouchCard = ({
|
|
|
283
280
|
width: 300
|
|
284
281
|
},
|
|
285
282
|
resizeMode: "contain"
|
|
286
|
-
})), player.vouched_status == 'unverified' ? /*#__PURE__*/_react.default.createElement(
|
|
283
|
+
})), player.vouched_status == 'unverified' ? /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
287
284
|
style: {
|
|
288
285
|
padding: 10
|
|
289
286
|
}
|
|
290
287
|
}, /*#__PURE__*/_react.default.createElement(_reactNative.TouchableOpacity, {
|
|
288
|
+
onPress: () => setDisclaimerConfirmed(!disclaimer_confirmed)
|
|
289
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
290
|
+
float: true,
|
|
291
291
|
style: {
|
|
292
|
-
flexDirection: 'row',
|
|
293
|
-
alignItems: 'center',
|
|
294
292
|
padding: 10,
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
},
|
|
301
|
-
onPress: () => setDisclaimerConfirmed(!disclaimer_confirmed)
|
|
302
|
-
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, null, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
293
|
+
flexDirection: 'row',
|
|
294
|
+
alignItems: 'center'
|
|
295
|
+
}
|
|
296
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
297
|
+
transparent: true,
|
|
303
298
|
style: {
|
|
304
299
|
justifyContent: 'center',
|
|
305
300
|
alignItems: 'center',
|
|
306
301
|
borderWidth: 1,
|
|
307
|
-
borderColor:
|
|
302
|
+
borderColor: C.text.h1,
|
|
308
303
|
borderRadius: 4,
|
|
309
304
|
height: 20,
|
|
310
305
|
width: 20
|
|
311
306
|
}
|
|
312
307
|
}, disclaimer_confirmed ? /*#__PURE__*/_react.default.createElement(_Components.Icons.CheckIcon, {
|
|
313
308
|
size: 14,
|
|
314
|
-
color:
|
|
315
|
-
}) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null))
|
|
309
|
+
color: C.text.h1
|
|
310
|
+
}) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null)), /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
316
311
|
style: {
|
|
317
|
-
marginLeft: 10
|
|
312
|
+
marginLeft: 10,
|
|
313
|
+
flex: 1
|
|
318
314
|
},
|
|
315
|
+
theme: "h2"
|
|
316
|
+
}, "I confirm that my name is ", /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
319
317
|
size: 14,
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
}, new_date), ". Mismatch will cause failure.")), /*#__PURE__*/_react.default.createElement(_reactNative.TouchableOpacity, {
|
|
318
|
+
theme: "warning"
|
|
319
|
+
}, player.first_name, " ", player.last_name), " and that my date of birth is ", /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
320
|
+
size: 14,
|
|
321
|
+
theme: "warning"
|
|
322
|
+
}, new_date), ". Mismatch will cause failure."))), /*#__PURE__*/_react.default.createElement(_reactNative.TouchableOpacity, {
|
|
323
|
+
onPress: () => setIDDisclaimerConfirmed(!id_disclaimer_confirmed)
|
|
324
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
325
|
+
float: true,
|
|
329
326
|
style: {
|
|
330
|
-
|
|
331
|
-
marginTop: 5,
|
|
332
|
-
alignItems: 'center',
|
|
327
|
+
marginTop: 10,
|
|
333
328
|
padding: 10,
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
onPress: () => setIDDisclaimerConfirmed(!id_disclaimer_confirmed)
|
|
340
|
-
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, null, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
329
|
+
flexDirection: 'row',
|
|
330
|
+
alignItems: 'center'
|
|
331
|
+
}
|
|
332
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
333
|
+
transparent: true,
|
|
341
334
|
style: {
|
|
342
335
|
justifyContent: 'center',
|
|
343
336
|
alignItems: 'center',
|
|
344
337
|
borderWidth: 1,
|
|
345
|
-
borderColor:
|
|
338
|
+
borderColor: C.text.h1,
|
|
346
339
|
borderRadius: 4,
|
|
347
340
|
height: 20,
|
|
348
341
|
width: 20
|
|
349
342
|
}
|
|
350
343
|
}, id_disclaimer_confirmed ? /*#__PURE__*/_react.default.createElement(_Components.Icons.CheckIcon, {
|
|
351
344
|
size: 14,
|
|
352
|
-
color:
|
|
353
|
-
}) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null))
|
|
345
|
+
color: C.text.h1
|
|
346
|
+
}) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null)), /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
354
347
|
style: {
|
|
355
|
-
marginLeft: 10
|
|
348
|
+
marginLeft: 10,
|
|
349
|
+
flex: 1
|
|
356
350
|
},
|
|
351
|
+
theme: "h2"
|
|
352
|
+
}, "I confirm that I am using a valid ", /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
357
353
|
size: 14,
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
size: 12,
|
|
362
|
-
weight: "bold"
|
|
363
|
-
}, "(Not Expired)"), " US government issued ID. Expired ID will cause failure."))) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), code_request && !['fulfilled', 'closed'].includes(code_request.status) && promo ? /*#__PURE__*/_react.default.createElement(_reactNative.TouchableOpacity, {
|
|
364
|
-
disabled: player.vouched_status != 'verified' ? true : false,
|
|
354
|
+
theme: "warning"
|
|
355
|
+
}, "(Not Expired)"), " US government issued ID. Expired ID will cause failure.")))) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), code_request && !['closed', 'fulfilled'].includes(code_request.status) && promo ? /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
356
|
+
float: true,
|
|
365
357
|
style: {
|
|
366
358
|
margin: 15,
|
|
367
|
-
backgroundColor: _colors.default.shades.white,
|
|
368
|
-
borderRadius: 8,
|
|
369
|
-
..._styles.view_styles.float
|
|
370
|
-
},
|
|
371
|
-
onPress: () => onClaimGift()
|
|
372
|
-
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
373
|
-
style: {
|
|
374
359
|
flexDirection: 'row'
|
|
375
360
|
}
|
|
376
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
361
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
362
|
+
transparent: true,
|
|
377
363
|
style: {
|
|
378
364
|
padding: 10,
|
|
379
365
|
justifyContent: 'center',
|
|
@@ -381,37 +367,30 @@ const VouchCard = ({
|
|
|
381
367
|
}
|
|
382
368
|
}, /*#__PURE__*/_react.default.createElement(_Components.Icons.GiftIcon, {
|
|
383
369
|
size: 40,
|
|
384
|
-
color:
|
|
385
|
-
}), player.vouched_status == 'verified' ? /*#__PURE__*/_react.default.createElement(
|
|
370
|
+
color: C.text.gold
|
|
371
|
+
}), player.vouched_status == 'verified' ? /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
386
372
|
style: {
|
|
387
373
|
marginTop: 5
|
|
388
374
|
},
|
|
389
375
|
textAlign: "center",
|
|
390
376
|
size: 12,
|
|
391
|
-
color:
|
|
392
|
-
}, "CLAIM NOW") : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null)), /*#__PURE__*/_react.default.createElement(
|
|
377
|
+
color: C.text.gold
|
|
378
|
+
}, "CLAIM NOW") : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null)), /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
379
|
+
transparent: true,
|
|
393
380
|
style: {
|
|
394
381
|
flex: 1,
|
|
395
|
-
backgroundColor: _colors.default.incentive.gold_faded,
|
|
396
382
|
padding: 10
|
|
397
383
|
}
|
|
398
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
borderBottomWidth: 1,
|
|
402
|
-
borderBottomColor: _colors.default.shades.shade600
|
|
403
|
-
},
|
|
404
|
-
size: 16,
|
|
405
|
-
color: _colors.default.brand.midnight,
|
|
406
|
-
weight: "bold"
|
|
407
|
-
}, player.vouched_status == 'verified' ? `Congrats! Press Here to claim your gift!` : 'Almost there! Last step to get your gift!'), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
384
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
385
|
+
theme: "h1"
|
|
386
|
+
}, player.vouched_status == 'verified' ? `Congrats! Press Here to claim your gift!` : 'Almost there! Last step to get your gift!'), /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
408
387
|
style: {
|
|
409
388
|
paddingTop: 5
|
|
410
389
|
},
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
390
|
+
theme: "h2"
|
|
391
|
+
}, _api.ProfileHelpers.getReferralDescription(promo))), player.vouched_status == 'verified' ? /*#__PURE__*/_react.default.createElement(_reactNative.TouchableOpacity, {
|
|
392
|
+
disabled: player.vouched_status != 'verified' ? true : false,
|
|
393
|
+
onPress: () => onClaimGift(),
|
|
415
394
|
style: {
|
|
416
395
|
position: 'absolute',
|
|
417
396
|
top: -60,
|
|
@@ -420,14 +399,14 @@ const VouchCard = ({
|
|
|
420
399
|
justifyContent: 'center',
|
|
421
400
|
alignItems: 'center'
|
|
422
401
|
}
|
|
423
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
402
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
403
|
+
float: true,
|
|
424
404
|
style: {
|
|
425
405
|
borderRadius: 22,
|
|
426
406
|
padding: 10,
|
|
427
|
-
marginBottom: 7
|
|
428
|
-
backgroundColor: _colors.default.shades.white
|
|
407
|
+
marginBottom: 7
|
|
429
408
|
}
|
|
430
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
409
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
431
410
|
size: 14,
|
|
432
411
|
color: _colors.default.incentive.gold,
|
|
433
412
|
weight: "bold"
|
|
@@ -435,53 +414,48 @@ const VouchCard = ({
|
|
|
435
414
|
direction: "down",
|
|
436
415
|
size: 8,
|
|
437
416
|
color: _colors.default.incentive.gold
|
|
438
|
-
})) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null)) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null)), player.vouched_status == 'failed' ? /*#__PURE__*/_react.default.createElement(
|
|
417
|
+
})) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null)) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null)), player.vouched_status == 'failed' ? /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
439
418
|
style: {
|
|
440
419
|
margin: 10,
|
|
441
420
|
borderRadius: 8,
|
|
442
421
|
padding: 10,
|
|
443
422
|
backgroundColor: _colors.default.utility.warning
|
|
444
423
|
}
|
|
445
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
424
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
446
425
|
textAlign: "center",
|
|
447
426
|
size: 14,
|
|
448
427
|
weight: "bold",
|
|
449
428
|
color: _colors.default.shades.white
|
|
450
|
-
}, "We are currently reviewing your account. If you do not hear from us within 48 hours, please reach out to support@bettoredge.com")) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), /*#__PURE__*/_react.default.createElement(
|
|
429
|
+
}, "We are currently reviewing your account. If you do not hear from us within 48 hours, please reach out to support@bettoredge.com")) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
451
430
|
nativeID: "action_row",
|
|
452
431
|
style: {
|
|
453
432
|
flexDirection: 'row',
|
|
454
433
|
padding: 10
|
|
455
434
|
}
|
|
456
|
-
}, walkthrough ? /*#__PURE__*/_react.default.createElement(
|
|
435
|
+
}, walkthrough ? /*#__PURE__*/_react.default.createElement(_Themed.Button, {
|
|
457
436
|
title: "EXIT SETUP",
|
|
458
437
|
title_color: _colors.default.utility.error,
|
|
459
438
|
backgroundColor: "transparent",
|
|
460
439
|
onPress: () => onClose()
|
|
461
|
-
}) : /*#__PURE__*/_react.default.createElement(
|
|
440
|
+
}) : /*#__PURE__*/_react.default.createElement(_Themed.Button, {
|
|
462
441
|
style: {
|
|
463
442
|
flex: 1,
|
|
464
443
|
marginRight: 5
|
|
465
444
|
},
|
|
466
445
|
title: "BACK",
|
|
467
|
-
|
|
468
|
-
title_color: _colors.default.brand.electric,
|
|
469
|
-
borderWidth: 1,
|
|
470
|
-
borderColor: _colors.default.brand.electric,
|
|
446
|
+
type: "close",
|
|
471
447
|
onPress: () => onClose()
|
|
472
|
-
}), player.vouched_status == 'unverified' ? /*#__PURE__*/_react.default.createElement(
|
|
448
|
+
}), player.vouched_status == 'unverified' ? /*#__PURE__*/_react.default.createElement(_Themed.Button, {
|
|
473
449
|
title: !job_complete ? 'SCAN MY ID' : 'REVIEWING ACCOUNT',
|
|
474
|
-
title_color: _colors.default.shades.white,
|
|
475
450
|
loading: vouching,
|
|
476
451
|
disabled: !scan_ready || job_complete,
|
|
477
452
|
style: {
|
|
478
453
|
flex: 3,
|
|
479
454
|
opacity: scan_ready && scan_ready && !vouching ? 1 : 0.5
|
|
480
455
|
},
|
|
481
|
-
|
|
482
|
-
backgroundColor: _colors.default.utility.success,
|
|
456
|
+
type: "success",
|
|
483
457
|
onPress: () => startVouchingPlayer()
|
|
484
|
-
}) : player.vouched_status == 'failed' ? /*#__PURE__*/_react.default.createElement(
|
|
458
|
+
}) : player.vouched_status == 'failed' ? /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
485
459
|
style: {
|
|
486
460
|
flex: 3,
|
|
487
461
|
margin: 4,
|
|
@@ -489,12 +463,12 @@ const VouchCard = ({
|
|
|
489
463
|
padding: 10,
|
|
490
464
|
backgroundColor: _colors.default.shades.shade100
|
|
491
465
|
}
|
|
492
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
466
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
493
467
|
size: 16,
|
|
494
468
|
color: _colors.default.brand.midnight,
|
|
495
469
|
textAlign: "center",
|
|
496
470
|
weight: "semibold"
|
|
497
|
-
}, "Account In Review")) : /*#__PURE__*/_react.default.createElement(
|
|
471
|
+
}, "Account In Review")) : /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
498
472
|
style: {
|
|
499
473
|
flex: 3,
|
|
500
474
|
margin: 4,
|
|
@@ -502,12 +476,12 @@ const VouchCard = ({
|
|
|
502
476
|
padding: 10,
|
|
503
477
|
backgroundColor: _colors.default.highlights.highlight500
|
|
504
478
|
}
|
|
505
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
479
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
506
480
|
size: 16,
|
|
507
481
|
color: _colors.default.brand.midnight,
|
|
508
482
|
textAlign: "center",
|
|
509
483
|
weight: "semibold"
|
|
510
|
-
}, "You are verified!"))), verify_errors.length > 0 ? /*#__PURE__*/_react.default.createElement(
|
|
484
|
+
}, "You are verified!"))), verify_errors.length > 0 ? /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
511
485
|
style: {
|
|
512
486
|
position: 'absolute',
|
|
513
487
|
top: 0,
|
|
@@ -519,40 +493,40 @@ const VouchCard = ({
|
|
|
519
493
|
alignItems: 'center',
|
|
520
494
|
padding: 20
|
|
521
495
|
}
|
|
522
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
496
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
523
497
|
style: {
|
|
524
498
|
backgroundColor: _colors.default.shades.white,
|
|
525
499
|
padding: 20,
|
|
526
500
|
borderRadius: 8
|
|
527
501
|
}
|
|
528
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
502
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
529
503
|
style: {
|
|
530
504
|
padding: 10
|
|
531
505
|
}
|
|
532
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
506
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
533
507
|
size: 18,
|
|
534
508
|
color: _colors.default.brand.midnight,
|
|
535
509
|
weight: "bold"
|
|
536
|
-
}, "ERRORS:"), /*#__PURE__*/_react.default.createElement(
|
|
510
|
+
}, "ERRORS:"), /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
537
511
|
style: {
|
|
538
512
|
marginTop: 5
|
|
539
513
|
},
|
|
540
514
|
size: 14,
|
|
541
515
|
color: _colors.default.brand.midnight
|
|
542
|
-
}, "Please fix the following before continuing to verify")), /*#__PURE__*/_react.default.createElement(
|
|
516
|
+
}, "Please fix the following before continuing to verify")), /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
543
517
|
style: {
|
|
544
518
|
padding: 10,
|
|
545
519
|
backgroundColor: _colors.default.shades.shade100,
|
|
546
520
|
borderRadius: 8
|
|
547
521
|
}
|
|
548
522
|
}, verify_errors.map((e, i) => {
|
|
549
|
-
return /*#__PURE__*/_react.default.createElement(
|
|
523
|
+
return /*#__PURE__*/_react.default.createElement(_Themed.View, {
|
|
550
524
|
style: {
|
|
551
525
|
padding: 5,
|
|
552
526
|
flexDirection: 'row',
|
|
553
527
|
alignItems: 'center'
|
|
554
528
|
}
|
|
555
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
529
|
+
}, /*#__PURE__*/_react.default.createElement(_Themed.Text, {
|
|
556
530
|
size: 12,
|
|
557
531
|
color: _colors.default.utility.warning,
|
|
558
532
|
weight: "bold"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_Components","_colors","_interopRequireDefault","_api","_momentMini","_styles","e","__esModule","default","_getRequireWildcardCache","WeakMap","r","t","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","VouchCard","player","walkthrough","code_details","onVouching","onPlayerUpdate","onClaimGift","onClose","vouching","setVouching","useState","view_height","setViewHeight","job_complete","setJobComplete","vouched","setVouched","undefined","disclaimer_confirmed","setDisclaimerConfirmed","id_disclaimer_confirmed","setIDDisclaimerConfirmed","info_visible","setInfoVisible","code_request","promo","useEffect","getPlayerFromServer","me","ProfileApi","getMyDetails","initializeVouch","mount","tokens","getVouchKeys","console","log","Platform","OS","window","document","Vouched","script","createElement","id","src","async","defer","onload","onerror","body","appendChild","checkPlayerStatus","new_player","verifyErrors","p","errors","first_name","last_name","push","dob","age_diff","moment","diff","verified","phone_verified","no_password","startVouchingPlayer","alert","verification","firstName","lastName","email","phone","enableIPAddress","face","showUploadFirst","appId","VOUCH_ID","callbackURL","VOUCHED_CALLBACK_URL","sandbox","VOUCHED_SANDBOX","crossDevice","crossDeviceQRCode","includeBackId","cameraScreenLabelBackId","onInit","token","job","onDone","setTimeout","theme","name","Fragment","View","style","flex","borderRadius","backgroundColor","Colors","shades","shade100","paddingBottom","nativeID","padding","Text","size","color","brand","midnight","weight","marginTop","ScrollView","height","verify_errors","scan_ready","split_dob","split","new_date","onLayout","ev","nativeEvent","layout","TouchableOpacity","highlights","highlight500Faded","margin","onPress","flexDirection","alignItems","Icons","ChevronIcon","direction","alignSelf","Image","source","uri","width","resizeMode","vouched_status","marginLeft","marginRight","justifyContent","borderWidth","borderColor","CheckIcon","includes","status","disabled","white","view_styles","float","GiftIcon","incentive","gold","textAlign","gold_faded","borderBottomWidth","borderBottomColor","shade600","paddingTop","ProfileHelpers","getReferralDescription","position","top","right","left","marginBottom","utility","warning","Button","title","title_color","error","electric","loading","opacity","success","highlight500","length","bottom","black_faded","map","_default","exports"],"sourceRoot":"../../../../src","sources":["ProfileManager/Components/VouchCard.tsx"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_Components","_colors","_interopRequireDefault","_api","_momentMini","_Themed","_useColors","e","__esModule","default","_getRequireWildcardCache","WeakMap","r","t","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","VouchCard","player","walkthrough","code_details","onVouching","onPlayerUpdate","onClaimGift","onClose","C","useColors","vouching","setVouching","useState","view_height","setViewHeight","job_complete","setJobComplete","vouched","setVouched","undefined","disclaimer_confirmed","setDisclaimerConfirmed","id_disclaimer_confirmed","setIDDisclaimerConfirmed","info_visible","setInfoVisible","code_request","promo","useEffect","getPlayerFromServer","me","ProfileApi","getMyDetails","initializeVouch","mount","tokens","getVouchKeys","console","log","Platform","OS","window","document","Vouched","script","createElement","id","src","async","defer","onload","onerror","body","appendChild","checkPlayerStatus","new_player","verifyErrors","p","errors","first_name","last_name","push","dob","age_diff","moment","diff","verified","phone_verified","no_password","startVouchingPlayer","alert","verification","firstName","lastName","email","phone","enableIPAddress","face","showUploadFirst","appId","VOUCH_ID","callbackURL","VOUCHED_CALLBACK_URL","sandbox","VOUCHED_SANDBOX","crossDevice","crossDeviceQRCode","includeBackId","cameraScreenLabelBackId","onInit","token","job","onDone","setTimeout","theme","name","View","style","flexGrow","borderRadius","backgroundColor","Colors","shades","shade100","paddingBottom","nativeID","padding","Text","size","color","brand","midnight","weight","marginTop","ScrollView","flex","height","verify_errors","scan_ready","split_dob","split","new_date","onLayout","ev","nativeEvent","layout","TouchableOpacity","views","gold","margin","onPress","transparent","flexDirection","alignItems","Icons","ChevronIcon","direction","text","h1","Fragment","alignSelf","Image","source","uri","width","resizeMode","vouched_status","float","justifyContent","borderWidth","borderColor","CheckIcon","marginLeft","includes","status","GiftIcon","textAlign","paddingTop","ProfileHelpers","getReferralDescription","disabled","position","top","right","left","marginBottom","incentive","utility","warning","white","Button","title","title_color","error","marginRight","type","loading","opacity","highlights","highlight500","length","bottom","black_faded","map","_default","exports"],"sourceRoot":"../../../../src","sources":["ProfileManager/Components/VouchCard.tsx"],"mappings":"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","ignoreList":[]}
|