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
|
@@ -27,7 +27,6 @@ export const view_styles = StyleSheet.create({
|
|
|
27
27
|
},
|
|
28
28
|
section: {
|
|
29
29
|
margin: 10,
|
|
30
|
-
backgroundColor: Colors.shades.white,
|
|
31
30
|
borderRadius: 8,
|
|
32
31
|
shadowColor: "rgba(0, 0, 0, 0.06)",
|
|
33
32
|
shadowOffset: {
|
|
@@ -158,4 +157,75 @@ export const text_styles = StyleSheet.create({
|
|
|
158
157
|
textAlign: 'left'
|
|
159
158
|
}
|
|
160
159
|
});
|
|
160
|
+
export const MyViewStyles = StyleSheet.create({
|
|
161
|
+
container: {
|
|
162
|
+
flex: 1
|
|
163
|
+
},
|
|
164
|
+
floatLight: {
|
|
165
|
+
backgroundColor: '#FFFFFF',
|
|
166
|
+
// White background for light mode
|
|
167
|
+
shadowColor: 'rgba(0, 0, 0, 0.06)',
|
|
168
|
+
// Light shadow
|
|
169
|
+
shadowOffset: {
|
|
170
|
+
width: 0,
|
|
171
|
+
height: 10
|
|
172
|
+
},
|
|
173
|
+
// Vertical shadow offset
|
|
174
|
+
shadowRadius: 10,
|
|
175
|
+
// Rounded shadow edges
|
|
176
|
+
shadowOpacity: 1,
|
|
177
|
+
// Full opacity for shadow
|
|
178
|
+
borderColor: '#EEEEEE',
|
|
179
|
+
// Light gray border
|
|
180
|
+
borderWidth: 1,
|
|
181
|
+
// Subtle border width
|
|
182
|
+
borderRadius: 8,
|
|
183
|
+
// Rounded corners
|
|
184
|
+
elevation: 5 // Shadow for Android
|
|
185
|
+
},
|
|
186
|
+
floatDark: {
|
|
187
|
+
backgroundColor: '#1C1C1E',
|
|
188
|
+
// Slightly lighter dark gray for contrast
|
|
189
|
+
shadowColor: 'rgba(0, 0, 0, 0.8)',
|
|
190
|
+
// Stronger shadow for depth
|
|
191
|
+
shadowOffset: {
|
|
192
|
+
width: 0,
|
|
193
|
+
height: 10
|
|
194
|
+
},
|
|
195
|
+
// Vertical shadow offset
|
|
196
|
+
shadowRadius: 14,
|
|
197
|
+
// Larger shadow radius to enhance floating effect
|
|
198
|
+
shadowOpacity: 1,
|
|
199
|
+
// Full shadow opacity
|
|
200
|
+
borderColor: '#4A4A4A',
|
|
201
|
+
// Subtle border to define edges
|
|
202
|
+
borderWidth: 1,
|
|
203
|
+
// Consistent border width
|
|
204
|
+
borderRadius: 8,
|
|
205
|
+
// Rounded corners for consistency
|
|
206
|
+
elevation: 10 // Higher elevation for Android shadows
|
|
207
|
+
},
|
|
208
|
+
section_header: {
|
|
209
|
+
flexDirection: 'row',
|
|
210
|
+
alignItems: 'center'
|
|
211
|
+
}
|
|
212
|
+
});
|
|
213
|
+
export const MyTextStyles = StyleSheet.create({
|
|
214
|
+
h1: {
|
|
215
|
+
fontSize: 16,
|
|
216
|
+
fontFamily: 'BarlowBold'
|
|
217
|
+
},
|
|
218
|
+
h2: {
|
|
219
|
+
fontSize: 14,
|
|
220
|
+
fontFamily: 'BarlowSemiBold'
|
|
221
|
+
},
|
|
222
|
+
description: {
|
|
223
|
+
fontSize: 12,
|
|
224
|
+
fontFamily: 'BarlowRegular'
|
|
225
|
+
},
|
|
226
|
+
descriptionLight: {
|
|
227
|
+
fontSize: 12,
|
|
228
|
+
fontFamily: 'BarlowLight'
|
|
229
|
+
}
|
|
230
|
+
});
|
|
161
231
|
//# sourceMappingURL=styles.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["StyleSheet","Colors","view_styles","create","wrapper","flexDirection","flexWrap","input","padding","borderWidth","borderColor","shades","shade600","borderRadius","container","backgroundColor","white","borderTopRightRadius","borderTopLeftRadius","float","shadowColor","shadowOffset","width","height","shadowRadius","shadowOpacity","section","margin","elevation","section_header","paddingLeft","paddingRight","alignItems","borderBottomWidth","borderBottomColor","section_body","section_footer","borderBottomRightRadius","borderBottomLeftRadius","borderTopWidth","borderTopColor","shade100","body_row","button_styles","wizard_valid","justifyContent","wizard_invalid","opacity","text_styles","dark_heading_1","fontSize","color","brand","midnight","dark_heading_2","dark_heading_3","light_heading_1","light_heading_2","light_heading_3","header","fontFamily","textAlign","header_2","error_header_2","utility","error","body","error_body","body_2","error_body_2"],"sourceRoot":"../../../src","sources":["constants/styles.ts"],"mappings":"AACA,SAASA,UAAU,QAAQ,cAAc;AACzC,OAAOC,MAAM,MAAM,UAAU;AAG7B,OAAO,MAAMC,WAAW,GAAGF,UAAU,CAACG,MAAM,CAAC;EACzCC,OAAO,EAAE;IACLC,aAAa,EAAC,KAAK;IACnBC,QAAQ,EAAE;EACd,CAAC;EACDC,KAAK,EAAE;IAAEC,OAAO,EAAC,EAAE;IAAEC,WAAW,EAAC,CAAC;IAAEC,WAAW,EAACT,MAAM,CAACU,MAAM,CAACC,QAAQ;IAAEC,YAAY,EAAC;EAAE,CAAC;EACxFC,SAAS,EAAE;IACPC,eAAe,EAACd,MAAM,CAACU,MAAM,CAACK,KAAK;IACnCC,oBAAoB,EAAC,EAAE;IACvBC,mBAAmB,EAAC;EACxB,CAAC;EACDC,KAAK,EAAE;IACHC,WAAW,EAAE,qBAAqB;IAAEC,YAAY,EAAE;MAAEC,KAAK,EAAE,CAAC;MAAEC,MAAM,EAAE;IAAG,CAAC;IAAEC,YAAY,EAAE,EAAE;IAAEC,aAAa,EAAE;EACjH,CAAC;EACDC,OAAO,EAAE;IAAEC,MAAM,EAAC,EAAE;
|
|
1
|
+
{"version":3,"names":["StyleSheet","Colors","view_styles","create","wrapper","flexDirection","flexWrap","input","padding","borderWidth","borderColor","shades","shade600","borderRadius","container","backgroundColor","white","borderTopRightRadius","borderTopLeftRadius","float","shadowColor","shadowOffset","width","height","shadowRadius","shadowOpacity","section","margin","elevation","section_header","paddingLeft","paddingRight","alignItems","borderBottomWidth","borderBottomColor","section_body","section_footer","borderBottomRightRadius","borderBottomLeftRadius","borderTopWidth","borderTopColor","shade100","body_row","button_styles","wizard_valid","justifyContent","wizard_invalid","opacity","text_styles","dark_heading_1","fontSize","color","brand","midnight","dark_heading_2","dark_heading_3","light_heading_1","light_heading_2","light_heading_3","header","fontFamily","textAlign","header_2","error_header_2","utility","error","body","error_body","body_2","error_body_2","MyViewStyles","flex","floatLight","floatDark","MyTextStyles","h1","h2","description","descriptionLight"],"sourceRoot":"../../../src","sources":["constants/styles.ts"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
import { Platform, useColorScheme } from "react-native";
|
|
2
|
+
import Colors from "./colors";
|
|
3
|
+
export const useColors = () => {
|
|
4
|
+
let color_scheme = useColorScheme();
|
|
5
|
+
color_scheme = Platform.OS == 'web' ? 'light' : 'dark';
|
|
6
|
+
let light_theme = {
|
|
7
|
+
buttons: {
|
|
8
|
+
text: {
|
|
9
|
+
success: Colors.shades.white,
|
|
10
|
+
error: Colors.shades.white,
|
|
11
|
+
close: Colors.brand.electric,
|
|
12
|
+
info: Colors.brand.midnight
|
|
13
|
+
},
|
|
14
|
+
borders: {
|
|
15
|
+
success: Colors.utility.success,
|
|
16
|
+
error: Colors.utility.error,
|
|
17
|
+
close: Colors.brand.electric,
|
|
18
|
+
info: Colors.brand.midnight
|
|
19
|
+
},
|
|
20
|
+
background: {
|
|
21
|
+
success: Colors.utility.success,
|
|
22
|
+
error: Colors.utility.error,
|
|
23
|
+
close: Colors.shades.white,
|
|
24
|
+
info: Colors.shades.white,
|
|
25
|
+
squares: Colors.highlights.highlight100,
|
|
26
|
+
competition: Colors.highlights.highlight500
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
views: {
|
|
30
|
+
background: Colors.shades.white,
|
|
31
|
+
header: Colors.shades.shade100,
|
|
32
|
+
footer: Colors.shades.shade100,
|
|
33
|
+
gold: Colors.incentive.gold,
|
|
34
|
+
input: Colors.shades.shade100,
|
|
35
|
+
blur: 'rgba(242, 245, 247, 0.7)',
|
|
36
|
+
liquidMarket: Colors.highlights.highlight500Faded,
|
|
37
|
+
illiquidMarket: Colors.shades.shade100
|
|
38
|
+
},
|
|
39
|
+
borders: {
|
|
40
|
+
light: Colors.shades.shade600,
|
|
41
|
+
dark: Colors.accents.accent100,
|
|
42
|
+
input: Colors.shades.shade400
|
|
43
|
+
},
|
|
44
|
+
text: {
|
|
45
|
+
white: Colors.shades.white,
|
|
46
|
+
h1: Colors.brand.midnight,
|
|
47
|
+
h2: Colors.brand.midnight,
|
|
48
|
+
highlight: Colors.brand.cyan,
|
|
49
|
+
description: Colors.brand.midnight,
|
|
50
|
+
descriptionLight: Colors.brand.slate,
|
|
51
|
+
action: Colors.brand.electric,
|
|
52
|
+
input: Colors.shades.black,
|
|
53
|
+
placholder: Colors.shades.shade400,
|
|
54
|
+
warning: Colors.utility.warning,
|
|
55
|
+
success: Colors.utility.success,
|
|
56
|
+
error: Colors.utility.error,
|
|
57
|
+
gold: Colors.incentive.gold,
|
|
58
|
+
silver: Colors.incentive.silver,
|
|
59
|
+
bronze: Colors.incentive.bronze
|
|
60
|
+
}
|
|
61
|
+
};
|
|
62
|
+
let dark_theme = {
|
|
63
|
+
buttons: {
|
|
64
|
+
text: {
|
|
65
|
+
success: Colors.shades.white,
|
|
66
|
+
// #FFFFFF
|
|
67
|
+
error: Colors.shades.white,
|
|
68
|
+
// #FFFFFF
|
|
69
|
+
close: Colors.brand.electricLight,
|
|
70
|
+
// **(NEW)** #6CA0E0
|
|
71
|
+
info: Colors.brand.midnightLight // **(NEW)** #395983
|
|
72
|
+
},
|
|
73
|
+
borders: {
|
|
74
|
+
success: Colors.highlights.highlight400,
|
|
75
|
+
// #4DBA58
|
|
76
|
+
error: Colors.highlights.highlight300,
|
|
77
|
+
// #FF4747
|
|
78
|
+
close: Colors.brand.electricLight,
|
|
79
|
+
// **(NEW)** #6CA0E0
|
|
80
|
+
info: Colors.brand.midnightLight // **(NEW)** #395983
|
|
81
|
+
},
|
|
82
|
+
background: {
|
|
83
|
+
success: Colors.brand.successDark,
|
|
84
|
+
// **(NEW)** #395B4A
|
|
85
|
+
error: Colors.brand.errorDark,
|
|
86
|
+
// **(NEW)** #5A2A2A
|
|
87
|
+
close: Colors.shades.black,
|
|
88
|
+
// #111111
|
|
89
|
+
info: Colors.shades.black,
|
|
90
|
+
// #111111,
|
|
91
|
+
squares: Colors.highlights.highlight100Faded,
|
|
92
|
+
// rgba(98, 10, 255, 0.4)
|
|
93
|
+
competition: Colors.highlights.highlight500Faded // rgba(5, 164, 189, 0.25)
|
|
94
|
+
}
|
|
95
|
+
},
|
|
96
|
+
views: {
|
|
97
|
+
background: Colors.shades.black,
|
|
98
|
+
// #111111
|
|
99
|
+
header: Colors.shades.blackFadedHeavy,
|
|
100
|
+
// **(NEW)** #222831
|
|
101
|
+
input: Colors.shades.black_faded,
|
|
102
|
+
footer: Colors.shades.blackFadedHeavy,
|
|
103
|
+
// **(NEW)** #222831,
|
|
104
|
+
gold: Colors.incentive.goldDark,
|
|
105
|
+
blur: 'rgba(17, 17, 17, 0.7)',
|
|
106
|
+
liquidMarket: Colors.highlights.highlight500,
|
|
107
|
+
illiquidMarket: Colors.shades.shade500
|
|
108
|
+
},
|
|
109
|
+
borders: {
|
|
110
|
+
light: Colors.shades.shade400,
|
|
111
|
+
// Slightly lighter gray for subtle contrast in dark mode
|
|
112
|
+
dark: Colors.accents.accent200,
|
|
113
|
+
// Deeper accent color for strong contrast
|
|
114
|
+
input: Colors.shades.shade500
|
|
115
|
+
},
|
|
116
|
+
text: {
|
|
117
|
+
white: Colors.shades.white,
|
|
118
|
+
h1: Colors.shades.white,
|
|
119
|
+
// #FFFFFF
|
|
120
|
+
h2: Colors.shades.white,
|
|
121
|
+
// #FFFFFF
|
|
122
|
+
description: Colors.shades.white,
|
|
123
|
+
// **(NEW)** #B0C4D4
|
|
124
|
+
highlight: Colors.chart.cyan,
|
|
125
|
+
input: Colors.shades.white,
|
|
126
|
+
placholder: Colors.shades.shade500,
|
|
127
|
+
descriptionLight: Colors.brand.slateLight,
|
|
128
|
+
action: Colors.brand.electricLight,
|
|
129
|
+
// **(NEW)** #6CA0E0
|
|
130
|
+
warning: Colors.utility.warning,
|
|
131
|
+
// #FCA311
|
|
132
|
+
success: Colors.highlights.highlight400,
|
|
133
|
+
// Darker green for success text in dark mode
|
|
134
|
+
error: Colors.highlights.highlight300,
|
|
135
|
+
gold: Colors.incentive.goldDark,
|
|
136
|
+
// **NEW**: A richer, darker gold for better contrast in dark mode
|
|
137
|
+
silver: Colors.incentive.silverDark,
|
|
138
|
+
// **NEW**: A muted silver to reduce glare
|
|
139
|
+
bronze: Colors.incentive.bronzeDark
|
|
140
|
+
}
|
|
141
|
+
};
|
|
142
|
+
const MyColors = color_scheme == 'dark' ? dark_theme : light_theme;
|
|
143
|
+
return MyColors;
|
|
144
|
+
};
|
|
145
|
+
//# sourceMappingURL=useColors.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["Platform","useColorScheme","Colors","useColors","color_scheme","OS","light_theme","buttons","text","success","shades","white","error","close","brand","electric","info","midnight","borders","utility","background","squares","highlights","highlight100","competition","highlight500","views","header","shade100","footer","gold","incentive","input","blur","liquidMarket","highlight500Faded","illiquidMarket","light","shade600","dark","accents","accent100","shade400","h1","h2","highlight","cyan","description","descriptionLight","slate","action","black","placholder","warning","silver","bronze","dark_theme","electricLight","midnightLight","highlight400","highlight300","successDark","errorDark","highlight100Faded","blackFadedHeavy","black_faded","goldDark","shade500","accent200","chart","slateLight","silverDark","bronzeDark","MyColors"],"sourceRoot":"../../../src","sources":["constants/useColors.tsx"],"mappings":"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","ignoreList":[]}
|
package/lib/typescript/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AuthStrategyIdentifier.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Authenticator/Components/AuthStrategyIdentifier.js"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"AuthStrategyIdentifier.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Authenticator/Components/AuthStrategyIdentifier.js"],"names":[],"mappings":";;AAaA;;;;;QA0FC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export const __esModule: boolean;
|
|
2
2
|
export default LoginForm;
|
|
3
|
-
declare function LoginForm({
|
|
4
|
-
|
|
3
|
+
declare function LoginForm({ maxWidth, visible, onRegister, onAuthenticated, onTryAuthenticate }: {
|
|
4
|
+
maxWidth: any;
|
|
5
5
|
visible: any;
|
|
6
6
|
onRegister: any;
|
|
7
7
|
onAuthenticated: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LoginForm.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Authenticator/Components/LoginForm.js"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"LoginForm.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Authenticator/Components/LoginForm.js"],"names":[],"mappings":";;AAiBA;;;;;;QAsdC"}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
export const __esModule: boolean;
|
|
2
2
|
export default StrategyForm;
|
|
3
|
-
declare function StrategyForm({ visible,
|
|
3
|
+
declare function StrategyForm({ visible, strategy, auth_strategy_id, company_id, distinct_id, source, show_referral, referral_code, maxWidth, opt_in_url, onAuthenticated, onLogin }: {
|
|
4
4
|
visible: any;
|
|
5
|
-
company: any;
|
|
6
|
-
theme: any;
|
|
7
5
|
strategy: any;
|
|
8
6
|
auth_strategy_id: any;
|
|
9
7
|
company_id: any;
|
|
@@ -11,7 +9,7 @@ declare function StrategyForm({ visible, company, theme, strategy, auth_strategy
|
|
|
11
9
|
source: any;
|
|
12
10
|
show_referral: any;
|
|
13
11
|
referral_code: any;
|
|
14
|
-
|
|
12
|
+
maxWidth: any;
|
|
15
13
|
opt_in_url: any;
|
|
16
14
|
onAuthenticated: any;
|
|
17
15
|
onLogin: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StrategyForm.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Authenticator/Components/StrategyForm.js"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"StrategyForm.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Authenticator/Components/StrategyForm.js"],"names":[],"mappings":";;AAmBA;;;;;;;;;;;;;QA8UC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const __esModule: boolean;
|
|
2
2
|
export default Authenticator;
|
|
3
|
-
declare function Authenticator({ visible, theme, show_referral, auth_strategy_id, default_view, company_id, source, referral_code,
|
|
3
|
+
declare function Authenticator({ visible, theme, show_referral, auth_strategy_id, default_view, company_id, source, referral_code, maxWidth, opt_in_url, onTryAuthenticate, onAuthenticated, onClose }: {
|
|
4
4
|
visible: any;
|
|
5
5
|
theme: any;
|
|
6
6
|
show_referral: any;
|
|
@@ -9,7 +9,7 @@ declare function Authenticator({ visible, theme, show_referral, auth_strategy_id
|
|
|
9
9
|
company_id: any;
|
|
10
10
|
source: any;
|
|
11
11
|
referral_code: any;
|
|
12
|
-
|
|
12
|
+
maxWidth: any;
|
|
13
13
|
opt_in_url: any;
|
|
14
14
|
onTryAuthenticate: any;
|
|
15
15
|
onAuthenticated: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../commonjs/Authenticator/index.js"],"names":[],"mappings":";;AAiBA;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../commonjs/Authenticator/index.js"],"names":[],"mappings":";;AAiBA;;;;;;;;;;;;;;QAsIC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AthleteMarketCard.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Competition/components/AthleteMarketCard.js"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"AthleteMarketCard.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Competition/components/AthleteMarketCard.js"],"names":[],"mappings":";;AAiBA;;;;;;;;;;;;QA+JC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CompetitionInfoCard.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Competition/components/CompetitionInfoCard.js"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"CompetitionInfoCard.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Competition/components/CompetitionInfoCard.js"],"names":[],"mappings":";;AAcA;;;;;QAqNC"}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
export const __esModule: boolean;
|
|
2
2
|
export default CompetitionLeaderboard;
|
|
3
|
-
declare function CompetitionLeaderboard({ competition, competition_type,
|
|
3
|
+
declare function CompetitionLeaderboard({ competition, competition_type, viewer_id, view_mode, onSeeFull, onClose, onLeaderSelect }: {
|
|
4
4
|
competition: any;
|
|
5
5
|
competition_type: any;
|
|
6
|
-
width: any;
|
|
7
|
-
height: any;
|
|
8
6
|
viewer_id: any;
|
|
9
7
|
view_mode: any;
|
|
10
8
|
onSeeFull: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CompetitionLeaderboard.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Competition/components/CompetitionLeaderboard.js"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"CompetitionLeaderboard.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Competition/components/CompetitionLeaderboard.js"],"names":[],"mappings":";;AAiBA;;;;;;;;QAmTC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CompetitionPlay.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Competition/components/CompetitionPlay.js"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"CompetitionPlay.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Competition/components/CompetitionPlay.js"],"names":[],"mappings":";;AAsBA;;;;;;;;;;;;;;;;QAwfC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EnterCompetitionPrompt.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Competition/components/EnterCompetitionPrompt.js"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"EnterCompetitionPrompt.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Competition/components/EnterCompetitionPrompt.js"],"names":[],"mappings":";;AAiBA;;;;;;;;;QAoMC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MarketsCard.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Competition/components/MarketsCard.js"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"MarketsCard.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Competition/components/MarketsCard.js"],"names":[],"mappings":";;AAgBA;;;;;;;;;QA2IC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TeamEventCard.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Competition/components/TeamEventCard.js"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"TeamEventCard.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Competition/components/TeamEventCard.js"],"names":[],"mappings":";;AAeA;;;;;;;;;;QAgNC"}
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
export const __esModule: boolean;
|
|
2
2
|
export default WagerPickForm;
|
|
3
|
-
declare function WagerPickForm({ player_pick, event_title, balance, event_start,
|
|
3
|
+
declare function WagerPickForm({ player_pick, event_title, balance, event_start, loading, onCancel, onSubmit }: {
|
|
4
4
|
player_pick: any;
|
|
5
5
|
event_title: any;
|
|
6
6
|
balance: any;
|
|
7
7
|
event_start: any;
|
|
8
|
-
width: any;
|
|
9
8
|
loading: any;
|
|
10
9
|
onCancel: any;
|
|
11
10
|
onSubmit: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WagerPickForm.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Competition/components/WagerPickForm.js"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"WagerPickForm.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Competition/components/WagerPickForm.js"],"names":[],"mappings":";;AAcA;;;;;;;;QAyPC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../commonjs/Competition/index.js"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../commonjs/Competition/index.js"],"names":[],"mappings":";;AA0BA;;;;;;;;;QAyuBC"}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
export const __esModule: boolean;
|
|
2
2
|
export default Button;
|
|
3
|
-
declare function Button({ title, style, title_weight, disabled, loading, title_size, padding, borderRadiusOverride, avatar_url, title_color, borderWidth, borderColor, backgroundColor, borderRadius, onPress }: {
|
|
3
|
+
declare function Button({ title, style, title_weight, theme, disabled, loading, title_size, padding, borderRadiusOverride, avatar_url, title_color, borderWidth, borderColor, backgroundColor, borderRadius, onPress }: {
|
|
4
4
|
title: any;
|
|
5
5
|
style: any;
|
|
6
6
|
title_weight: any;
|
|
7
|
+
theme: any;
|
|
7
8
|
disabled: any;
|
|
8
9
|
loading: any;
|
|
9
10
|
title_size: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../commonjs/Components/Button.js"],"names":[],"mappings":";;AAWA
|
|
1
|
+
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../commonjs/Components/Button.js"],"names":[],"mappings":";;AAWA;;;;;;;;;;;;;;;;;QAyHC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConfirmationModal.d.ts","sourceRoot":"","sources":["../../../../commonjs/Components/ConfirmationModal.js"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"ConfirmationModal.d.ts","sourceRoot":"","sources":["../../../../commonjs/Components/ConfirmationModal.js"],"names":[],"mappings":";;AAUA;;;;;;;;;;QAoFC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Themed.d.ts","sourceRoot":"","sources":["../../../../commonjs/Components/Themed.js"],"names":[],"mappings":";AAgBA,sCAsEC;AACD,sCA+CC;AACD,wCAsHC;AAED,2CAuBC"}
|
package/lib/typescript/lib/commonjs/MarketComponents/components/AthleteTournamentMarket/index.d.ts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
export const __esModule: boolean;
|
|
2
2
|
export default AthleteTournamentMarket;
|
|
3
|
-
declare function AthleteTournamentMarket({ tournament, style, hide_image, direction, show_event, hide_liquidity, hide_stat_banner,
|
|
3
|
+
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 }: {
|
|
4
4
|
tournament: any;
|
|
5
|
+
float: any;
|
|
5
6
|
style: any;
|
|
6
7
|
hide_image: any;
|
|
7
8
|
direction: any;
|
|
8
9
|
show_event: any;
|
|
9
10
|
hide_liquidity: any;
|
|
10
11
|
hide_stat_banner: any;
|
|
11
|
-
width: any;
|
|
12
12
|
athlete: any;
|
|
13
13
|
market: any;
|
|
14
14
|
event_order_stats: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../commonjs/MarketComponents/components/AthleteTournamentMarket/index.js"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../commonjs/MarketComponents/components/AthleteTournamentMarket/index.js"],"names":[],"mappings":";;AAiBA;;;;;;;;;;;;;;;;;;;QAiMC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export const __esModule: boolean;
|
|
2
2
|
export default EventMarket;
|
|
3
|
-
declare function EventMarket({
|
|
4
|
-
width: any;
|
|
3
|
+
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 }: {
|
|
5
4
|
event: any;
|
|
5
|
+
float: any;
|
|
6
6
|
style: any;
|
|
7
7
|
direction: any;
|
|
8
8
|
hide_liquidity: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../commonjs/MarketComponents/components/EventMarket/index.js"],"names":[],"mappings":";;AAkBA;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../commonjs/MarketComponents/components/EventMarket/index.js"],"names":[],"mappings":";;AAkBA;;;;;;;;;;;;;;;;QAmNC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const __esModule: boolean;
|
|
2
2
|
export namespace MarketButtonHelpers {
|
|
3
|
-
function getButtonLabel(market: any, side_option: any, trade: any): {
|
|
3
|
+
function getButtonLabel(market: any, side_option: any, trade: any, C: any): {
|
|
4
4
|
var_1: string;
|
|
5
5
|
odds: string;
|
|
6
6
|
color: any;
|
package/lib/typescript/lib/commonjs/MarketComponents/components/MarketButton/api/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../commonjs/MarketComponents/components/MarketButton/api/index.js"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../commonjs/MarketComponents/components/MarketButton/api/index.js"],"names":[],"mappings":";;IAUkB;;;;MAQf;IACgB,2KA6BhB;IACe,oEAiBf;IACmB;;;;;;;;;;;;;;;;;;;MAqBnB;IAC2B;;;;;;;;;;;;;;;;;;;;MAsB3B;IACsB;;;;;;;;;;;;;;;;;;;MAqBtB;IACkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MA0ClB"}
|
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
export const __esModule: boolean;
|
|
2
2
|
export default MatchMarket;
|
|
3
|
-
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 }: {
|
|
3
|
+
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 }: {
|
|
4
4
|
league: any;
|
|
5
5
|
match: any;
|
|
6
|
+
float: any;
|
|
6
7
|
show_event: any;
|
|
8
|
+
hide_image: any;
|
|
9
|
+
image_size_override: any;
|
|
10
|
+
direction: any;
|
|
7
11
|
style: any;
|
|
8
12
|
hide_liquidity: any;
|
|
9
13
|
hide_stat_banner: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../commonjs/MarketComponents/components/MatchMarket/index.js"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../commonjs/MarketComponents/components/MatchMarket/index.js"],"names":[],"mappings":";;AAiBA;;;;;;;;;;;;;;;;;;;;;;;;;QAoPC"}
|
package/lib/typescript/lib/commonjs/MarketComponents/components/TeamTournamentMarket/index.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
export const __esModule: boolean;
|
|
2
2
|
export default TeamTournamentMarket;
|
|
3
|
-
declare function TeamTournamentMarket({ tournament, direction, show_event, hide_liquidity, hide_stat_banner, style,
|
|
3
|
+
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 }: {
|
|
4
4
|
tournament: any;
|
|
5
|
+
float: any;
|
|
5
6
|
direction: any;
|
|
6
7
|
show_event: any;
|
|
7
8
|
hide_liquidity: any;
|
|
8
9
|
hide_stat_banner: any;
|
|
9
10
|
style: any;
|
|
10
|
-
width: any;
|
|
11
11
|
team: any;
|
|
12
12
|
market: any;
|
|
13
13
|
event_order_stats: any;
|
package/lib/typescript/lib/commonjs/MarketComponents/components/TeamTournamentMarket/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../commonjs/MarketComponents/components/TeamTournamentMarket/index.js"],"names":[],"mappings":";;AAkBA;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../commonjs/MarketComponents/components/TeamTournamentMarket/index.js"],"names":[],"mappings":";;AAkBA;;;;;;;;;;;;;;;;;;QA4LC"}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
export const __esModule: boolean;
|
|
2
2
|
export default TournamentMarket;
|
|
3
|
-
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 }: {
|
|
3
|
+
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 }: {
|
|
4
4
|
tournament: any;
|
|
5
|
+
float: any;
|
|
5
6
|
wrap_markets: any;
|
|
6
7
|
width: any;
|
|
8
|
+
style: any;
|
|
7
9
|
market_selector_location: any;
|
|
8
10
|
hide_match_liquidity: any;
|
|
9
11
|
show_grades: any;
|
package/lib/typescript/lib/commonjs/MarketComponents/components/TournamentMarket/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../commonjs/MarketComponents/components/TournamentMarket/index.js"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../commonjs/MarketComponents/components/TournamentMarket/index.js"],"names":[],"mappings":";;AAsBA;;;;;;;;;;;;;;;;;;;;;;;;;;QA6nBC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BasicInfoManager.d.ts","sourceRoot":"","sources":["../../../../../commonjs/ProfileManager/Components/BasicInfoManager.js"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"BasicInfoManager.d.ts","sourceRoot":"","sources":["../../../../../commonjs/ProfileManager/Components/BasicInfoManager.js"],"names":[],"mappings":";;AAiBA;;;;;;QAmRC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BasicStatus.d.ts","sourceRoot":"","sources":["../../../../../commonjs/ProfileManager/Components/BasicStatus.js"],"names":[],"mappings":";;AAYA;;;;;
|
|
1
|
+
{"version":3,"file":"BasicStatus.d.ts","sourceRoot":"","sources":["../../../../../commonjs/ProfileManager/Components/BasicStatus.js"],"names":[],"mappings":";;AAYA;;;;;QAmMC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CodeRedeem.d.ts","sourceRoot":"","sources":["../../../../../commonjs/ProfileManager/Components/CodeRedeem.js"],"names":[],"mappings":";;AAcA;;;;;
|
|
1
|
+
{"version":3,"file":"CodeRedeem.d.ts","sourceRoot":"","sources":["../../../../../commonjs/ProfileManager/Components/CodeRedeem.js"],"names":[],"mappings":";;AAcA;;;;;QAuVC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DOBManager.d.ts","sourceRoot":"","sources":["../../../../../commonjs/ProfileManager/Components/DOBManager.js"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"DOBManager.d.ts","sourceRoot":"","sources":["../../../../../commonjs/ProfileManager/Components/DOBManager.js"],"names":[],"mappings":";;AAkBA;;;;;;QAmMC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EmailManager.d.ts","sourceRoot":"","sources":["../../../../../commonjs/ProfileManager/Components/EmailManager.js"],"names":[],"mappings":";;AAeA;;;;;;
|
|
1
|
+
{"version":3,"file":"EmailManager.d.ts","sourceRoot":"","sources":["../../../../../commonjs/ProfileManager/Components/EmailManager.js"],"names":[],"mappings":";;AAeA;;;;;;QAuSC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PasswordManager.d.ts","sourceRoot":"","sources":["../../../../../commonjs/ProfileManager/Components/PasswordManager.js"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"PasswordManager.d.ts","sourceRoot":"","sources":["../../../../../commonjs/ProfileManager/Components/PasswordManager.js"],"names":[],"mappings":";;AAiBA;;;;;;QA+TC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PhoneManager.d.ts","sourceRoot":"","sources":["../../../../../commonjs/ProfileManager/Components/PhoneManager.js"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"PhoneManager.d.ts","sourceRoot":"","sources":["../../../../../commonjs/ProfileManager/Components/PhoneManager.js"],"names":[],"mappings":";;AAiBA;;;;;;QAuSC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProfilePicManager.d.ts","sourceRoot":"","sources":["../../../../../commonjs/ProfileManager/Components/ProfilePicManager.js"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"ProfilePicManager.d.ts","sourceRoot":"","sources":["../../../../../commonjs/ProfileManager/Components/ProfilePicManager.js"],"names":[],"mappings":";;AAiBA;;;;;;QAyGC"}
|