be-components 1.1.0 → 1.1.2
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/AdServer/components/CompanyAdCard.js +5 -3
- package/lib/commonjs/AdServer/components/CompanyAdCard.js.map +1 -1
- package/lib/commonjs/AdServer/index.js +10 -8
- package/lib/commonjs/AdServer/index.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.js +17 -16
- package/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/LoginForm.js +60 -58
- package/lib/commonjs/Authenticator/Components/LoginForm.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/StrategyForm.js +69 -67
- package/lib/commonjs/Authenticator/Components/StrategyForm.js.map +1 -1
- package/lib/commonjs/Authenticator/index.js +16 -14
- package/lib/commonjs/Authenticator/index.js.map +1 -1
- package/lib/commonjs/BettorSearch/index.js +10 -8
- package/lib/commonjs/BettorSearch/index.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketCompetitionCard.js +94 -92
- package/lib/commonjs/Bracket/components/BracketCompetitionCard.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketCompetitionSelector.js +39 -37
- package/lib/commonjs/Bracket/components/BracketCompetitionSelector.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/BracketNavigator.js +19 -18
- package/lib/commonjs/Bracket/components/BracketPlay/BracketNavigator.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/BracketRound.js +8 -7
- package/lib/commonjs/Bracket/components/BracketPlay/BracketRound.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/RoundEvent.js +46 -45
- package/lib/commonjs/Bracket/components/BracketPlay/RoundEvent.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/index.js +29 -27
- package/lib/commonjs/Bracket/components/BracketPlay/index.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketSelector.js +24 -22
- package/lib/commonjs/Bracket/components/BracketSelector.js.map +1 -1
- package/lib/commonjs/Bracket/components/CompetitionLeaderboard.js +36 -34
- package/lib/commonjs/Bracket/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/commonjs/Bracket/components/JoinCompetitionCard.js +22 -20
- package/lib/commonjs/Bracket/components/JoinCompetitionCard.js.map +1 -1
- package/lib/commonjs/Bracket/components/PlayerBalanceCard.js +9 -7
- package/lib/commonjs/Bracket/components/PlayerBalanceCard.js.map +1 -1
- package/lib/commonjs/Bracket/components/PlayerBracketManager.js +77 -75
- package/lib/commonjs/Bracket/components/PlayerBracketManager.js.map +1 -1
- package/lib/commonjs/Bracket/components/PlayerBrackets.js +28 -27
- package/lib/commonjs/Bracket/components/PlayerBrackets.js.map +1 -1
- package/lib/commonjs/Bracket/components/RoomMenu.js +16 -15
- package/lib/commonjs/Bracket/components/RoomMenu.js.map +1 -1
- package/lib/commonjs/Bracket/index.js +11 -9
- package/lib/commonjs/Bracket/index.js.map +1 -1
- package/lib/commonjs/Checkout/components/AccountSummaryCard.js +44 -43
- package/lib/commonjs/Checkout/components/AccountSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/components/ItemSummaryCard.js +8 -7
- package/lib/commonjs/Checkout/components/ItemSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/components/OrderSummaryCard.js +13 -12
- package/lib/commonjs/Checkout/components/OrderSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/components/PayPalOrderCapture.js +4 -2
- package/lib/commonjs/Checkout/components/PayPalOrderCapture.js.map +1 -1
- package/lib/commonjs/Checkout/components/ShippingSummaryCard.js +8 -7
- package/lib/commonjs/Checkout/components/ShippingSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/index.js +60 -58
- package/lib/commonjs/Checkout/index.js.map +1 -1
- package/lib/commonjs/Competition/components/AthleteMarketCard.js +21 -20
- package/lib/commonjs/Competition/components/AthleteMarketCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionCard.js +26 -25
- package/lib/commonjs/Competition/components/CompetitionCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionInfoCard.js +32 -31
- package/lib/commonjs/Competition/components/CompetitionInfoCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionLeaderboard.js +36 -34
- package/lib/commonjs/Competition/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionPlay.js +118 -116
- package/lib/commonjs/Competition/components/CompetitionPlay.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionSeasonCard.js +17 -16
- package/lib/commonjs/Competition/components/CompetitionSeasonCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionSelector.js +16 -14
- package/lib/commonjs/Competition/components/CompetitionSelector.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionTypeCard.js +45 -43
- package/lib/commonjs/Competition/components/CompetitionTypeCard.js.map +1 -1
- package/lib/commonjs/Competition/components/EnterCompetitionPrompt.js +31 -29
- package/lib/commonjs/Competition/components/EnterCompetitionPrompt.js.map +1 -1
- package/lib/commonjs/Competition/components/LeaderPicks.js +41 -39
- package/lib/commonjs/Competition/components/LeaderPicks.js.map +1 -1
- package/lib/commonjs/Competition/components/ManageSeasonForm.js +87 -85
- package/lib/commonjs/Competition/components/ManageSeasonForm.js.map +1 -1
- package/lib/commonjs/Competition/components/MarketsCard.js +19 -17
- package/lib/commonjs/Competition/components/MarketsCard.js.map +1 -1
- package/lib/commonjs/Competition/components/MatchMarketCard.js +26 -25
- package/lib/commonjs/Competition/components/MatchMarketCard.js.map +1 -1
- package/lib/commonjs/Competition/components/NavOutPrompt.js +19 -18
- package/lib/commonjs/Competition/components/NavOutPrompt.js.map +1 -1
- package/lib/commonjs/Competition/components/SeasonInfoModal.js +54 -52
- package/lib/commonjs/Competition/components/SeasonInfoModal.js.map +1 -1
- package/lib/commonjs/Competition/components/TeamEventCard.js +31 -30
- package/lib/commonjs/Competition/components/TeamEventCard.js.map +1 -1
- package/lib/commonjs/Competition/components/WagerPickForm.js +32 -30
- package/lib/commonjs/Competition/components/WagerPickForm.js.map +1 -1
- package/lib/commonjs/Competition/index.js +5 -3
- package/lib/commonjs/Competition/index.js.map +1 -1
- package/lib/commonjs/Components/Button.js +8 -7
- package/lib/commonjs/Components/Button.js.map +1 -1
- package/lib/commonjs/Components/Checkbox.js +4 -3
- package/lib/commonjs/Components/Checkbox.js.map +1 -1
- package/lib/commonjs/Components/Icons.js +409 -408
- package/lib/commonjs/Components/Icons.js.map +1 -1
- package/lib/commonjs/Components/ImageUploader.js +5 -3
- package/lib/commonjs/Components/ImageUploader.js.map +1 -1
- package/lib/commonjs/Components/Jerseys.js +125 -124
- package/lib/commonjs/Components/Jerseys.js.map +1 -1
- package/lib/commonjs/Components/LinearDiagnal.js +9 -7
- package/lib/commonjs/Components/LinearDiagnal.js.map +1 -1
- package/lib/commonjs/Components/Spring.js +3 -1
- package/lib/commonjs/Components/Spring.js.map +1 -1
- package/lib/commonjs/Components/Switch.js +9 -8
- package/lib/commonjs/Components/Switch.js.map +1 -1
- package/lib/commonjs/Components/Text.js +2 -1
- package/lib/commonjs/Components/Text.js.map +1 -1
- package/lib/commonjs/Components/TextInput.js +2 -1
- package/lib/commonjs/Components/TextInput.js.map +1 -1
- package/lib/commonjs/LocationTracker/index.js +28 -27
- package/lib/commonjs/LocationTracker/index.js.map +1 -1
- package/lib/commonjs/Observer/Observer.js +4 -2
- package/lib/commonjs/Observer/Observer.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignPlay.js +58 -56
- package/lib/commonjs/Poll/components/CampaignPlay.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignProgressBar.js +13 -11
- package/lib/commonjs/Poll/components/CampaignProgressBar.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignResult.js +58 -56
- package/lib/commonjs/Poll/components/CampaignResult.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignSelector.js +14 -12
- package/lib/commonjs/Poll/components/CampaignSelector.js.map +1 -1
- package/lib/commonjs/Poll/components/PollCampaignCard.js +8 -7
- package/lib/commonjs/Poll/components/PollCampaignCard.js.map +1 -1
- package/lib/commonjs/Poll/components/PollCard.js +51 -49
- package/lib/commonjs/Poll/components/PollCard.js.map +1 -1
- package/lib/commonjs/Poll/components/PollOptionCard.js +16 -14
- package/lib/commonjs/Poll/components/PollOptionCard.js.map +1 -1
- package/lib/commonjs/Poll/components/PollSelectCard.js +26 -25
- package/lib/commonjs/Poll/components/PollSelectCard.js.map +1 -1
- package/lib/commonjs/Poll/components/ResponseTimer.js +5 -3
- package/lib/commonjs/Poll/components/ResponseTimer.js.map +1 -1
- package/lib/commonjs/Poll/components/WidgetHeader.js +12 -11
- package/lib/commonjs/Poll/components/WidgetHeader.js.map +1 -1
- package/lib/commonjs/Poll/flashmarket/ResultCard.js +49 -47
- package/lib/commonjs/Poll/flashmarket/ResultCard.js.map +1 -1
- package/lib/commonjs/Poll/flashmarket/index.js +54 -52
- package/lib/commonjs/Poll/flashmarket/index.js.map +1 -1
- package/lib/commonjs/Poll/index.js +8 -6
- package/lib/commonjs/Poll/index.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/BasicInfoManager.js +37 -35
- package/lib/commonjs/ProfileManager/Components/BasicInfoManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/BasicStatus.js +38 -36
- package/lib/commonjs/ProfileManager/Components/BasicStatus.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/CodeRedeem.js +52 -50
- package/lib/commonjs/ProfileManager/Components/CodeRedeem.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/DOBManager.js +26 -24
- package/lib/commonjs/ProfileManager/Components/DOBManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/EmailManager.js +38 -36
- package/lib/commonjs/ProfileManager/Components/EmailManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/PasswordManager.js +38 -36
- package/lib/commonjs/ProfileManager/Components/PasswordManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/PhoneManager.js +38 -36
- package/lib/commonjs/ProfileManager/Components/PhoneManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfilePicManager.js +19 -17
- package/lib/commonjs/ProfileManager/Components/ProfilePicManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfileWelcome.js +16 -15
- package/lib/commonjs/ProfileManager/Components/ProfileWelcome.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfileWizard.js +68 -66
- package/lib/commonjs/ProfileManager/Components/ProfileWizard.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/SettingsManager.js +31 -29
- package/lib/commonjs/ProfileManager/Components/SettingsManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/VouchCard.js +65 -63
- package/lib/commonjs/ProfileManager/Components/VouchCard.js.map +1 -1
- package/lib/commonjs/ProfileManager/index.js +18 -16
- package/lib/commonjs/ProfileManager/index.js.map +1 -1
- package/lib/commonjs/SocialComponents/PlayerCard.js +12 -11
- package/lib/commonjs/SocialComponents/PlayerCard.js.map +1 -1
- package/lib/commonjs/SocialComponents/PlayerFollowButton.js +4 -3
- package/lib/commonjs/SocialComponents/PlayerFollowButton.js.map +1 -1
- package/lib/commonjs/SocialComponents/PlayerList.js +6 -4
- package/lib/commonjs/SocialComponents/PlayerList.js.map +1 -1
- package/lib/commonjs/Socket/index.js +5 -3
- package/lib/commonjs/Socket/index.js.map +1 -1
- package/lib/commonjs/Squares/components/BidForm.js +28 -27
- package/lib/commonjs/Squares/components/BidForm.js.map +1 -1
- package/lib/commonjs/Squares/components/BidToggle.js +7 -6
- package/lib/commonjs/Squares/components/BidToggle.js.map +1 -1
- package/lib/commonjs/Squares/components/BoardStats.js +32 -30
- package/lib/commonjs/Squares/components/BoardStats.js.map +1 -1
- package/lib/commonjs/Squares/components/EventCard.js +25 -23
- package/lib/commonjs/Squares/components/EventCard.js.map +1 -1
- package/lib/commonjs/Squares/components/MySquaresCard.js +22 -20
- package/lib/commonjs/Squares/components/MySquaresCard.js.map +1 -1
- package/lib/commonjs/Squares/components/OfferForm.js +30 -29
- package/lib/commonjs/Squares/components/OfferForm.js.map +1 -1
- package/lib/commonjs/Squares/components/ResultsCard.js +23 -21
- package/lib/commonjs/Squares/components/ResultsCard.js.map +1 -1
- package/lib/commonjs/Squares/components/SquareCard.js +7 -6
- package/lib/commonjs/Squares/components/SquareCard.js.map +1 -1
- package/lib/commonjs/Squares/components/SquareOfferCard.js +36 -34
- package/lib/commonjs/Squares/components/SquareOfferCard.js.map +1 -1
- package/lib/commonjs/Squares/components/SquareOwners.js +22 -20
- package/lib/commonjs/Squares/components/SquareOwners.js.map +1 -1
- package/lib/commonjs/Squares/components/SquaresBoard.js +28 -26
- package/lib/commonjs/Squares/components/SquaresBoard.js.map +1 -1
- package/lib/commonjs/Squares/components/SquaresDetails.js +24 -22
- package/lib/commonjs/Squares/components/SquaresDetails.js.map +1 -1
- package/lib/commonjs/Squares/index.js +29 -27
- package/lib/commonjs/Squares/index.js.map +1 -1
- package/lib/commonjs/Wallet/components/ACHAddCard.js +39 -38
- package/lib/commonjs/Wallet/components/ACHAddCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountCard.js +18 -17
- package/lib/commonjs/Wallet/components/AccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountLimitManager.js +34 -32
- package/lib/commonjs/Wallet/components/AccountLimitManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountManager.js +32 -31
- package/lib/commonjs/Wallet/components/AccountManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountSnoozeManager.js +33 -31
- package/lib/commonjs/Wallet/components/AccountSnoozeManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/AddressCard.js +8 -7
- package/lib/commonjs/Wallet/components/AddressCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AddressManager.js +46 -44
- package/lib/commonjs/Wallet/components/AddressManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/DepositCard.js +43 -41
- package/lib/commonjs/Wallet/components/DepositCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/FundAccountCard.js +55 -54
- package/lib/commonjs/Wallet/components/FundAccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/ItemOrderCard.js +17 -15
- package/lib/commonjs/Wallet/components/ItemOrderCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/ItemOrderDetailCard.js +25 -23
- package/lib/commonjs/Wallet/components/ItemOrderDetailCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/LinkAccountManager.js +42 -40
- package/lib/commonjs/Wallet/components/LinkAccountManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManageAccountCard.js +38 -36
- package/lib/commonjs/Wallet/components/ManageAccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManualACHAdd.js +35 -33
- package/lib/commonjs/Wallet/components/ManualACHAdd.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManualCardAdd.js +49 -47
- package/lib/commonjs/Wallet/components/ManualCardAdd.js.map +1 -1
- package/lib/commonjs/Wallet/components/MyBalance.js +35 -34
- package/lib/commonjs/Wallet/components/MyBalance.js.map +1 -1
- package/lib/commonjs/Wallet/components/OrderManager.js +17 -15
- package/lib/commonjs/Wallet/components/OrderManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/RemoveAccount.js +12 -10
- package/lib/commonjs/Wallet/components/RemoveAccount.js.map +1 -1
- package/lib/commonjs/Wallet/components/VerifyACHAccount.js +22 -20
- package/lib/commonjs/Wallet/components/VerifyACHAccount.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletActionSelector.js +51 -49
- package/lib/commonjs/Wallet/components/WalletActionSelector.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletSettings.js +100 -98
- package/lib/commonjs/Wallet/components/WalletSettings.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletSetup.js +60 -58
- package/lib/commonjs/Wallet/components/WalletSetup.js.map +1 -1
- package/lib/commonjs/Wallet/components/WithdrawCard.js +48 -46
- package/lib/commonjs/Wallet/components/WithdrawCard.js.map +1 -1
- package/lib/commonjs/Wallet/index.js +47 -45
- package/lib/commonjs/Wallet/index.js.map +1 -1
- package/lib/module/AdServer/components/CompanyAdCard.js +1 -1
- package/lib/module/AdServer/components/CompanyAdCard.js.map +1 -1
- package/lib/module/AdServer/index.js +1 -1
- package/lib/module/AdServer/index.js.map +1 -1
- package/lib/module/Authenticator/Components/AuthStrategyIdentifier.js +1 -0
- package/lib/module/Authenticator/Components/AuthStrategyIdentifier.js.map +1 -1
- package/lib/module/Authenticator/Components/LoginForm.js +1 -1
- package/lib/module/Authenticator/Components/LoginForm.js.map +1 -1
- package/lib/module/Authenticator/Components/StrategyForm.js +1 -1
- package/lib/module/Authenticator/Components/StrategyForm.js.map +1 -1
- package/lib/module/Authenticator/index.js +1 -1
- package/lib/module/Authenticator/index.js.map +1 -1
- package/lib/module/BettorSearch/index.js +1 -1
- package/lib/module/BettorSearch/index.js.map +1 -1
- package/lib/module/Bracket/components/BracketCompetitionCard.js +1 -1
- package/lib/module/Bracket/components/BracketCompetitionCard.js.map +1 -1
- package/lib/module/Bracket/components/BracketCompetitionSelector.js +1 -1
- package/lib/module/Bracket/components/BracketCompetitionSelector.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/BracketNavigator.js +1 -0
- package/lib/module/Bracket/components/BracketPlay/BracketNavigator.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/BracketRound.js +1 -0
- package/lib/module/Bracket/components/BracketPlay/BracketRound.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/RoundEvent.js +1 -0
- package/lib/module/Bracket/components/BracketPlay/RoundEvent.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/index.js +1 -1
- package/lib/module/Bracket/components/BracketPlay/index.js.map +1 -1
- package/lib/module/Bracket/components/BracketSelector.js +1 -1
- package/lib/module/Bracket/components/BracketSelector.js.map +1 -1
- package/lib/module/Bracket/components/CompetitionLeaderboard.js +1 -1
- package/lib/module/Bracket/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/module/Bracket/components/JoinCompetitionCard.js +1 -1
- package/lib/module/Bracket/components/JoinCompetitionCard.js.map +1 -1
- package/lib/module/Bracket/components/PlayerBalanceCard.js +1 -1
- package/lib/module/Bracket/components/PlayerBalanceCard.js.map +1 -1
- package/lib/module/Bracket/components/PlayerBracketManager.js +1 -1
- package/lib/module/Bracket/components/PlayerBracketManager.js.map +1 -1
- package/lib/module/Bracket/components/PlayerBrackets.js +1 -0
- package/lib/module/Bracket/components/PlayerBrackets.js.map +1 -1
- package/lib/module/Bracket/components/RoomMenu.js +1 -0
- package/lib/module/Bracket/components/RoomMenu.js.map +1 -1
- package/lib/module/Bracket/index.js +1 -1
- package/lib/module/Bracket/index.js.map +1 -1
- package/lib/module/Checkout/components/AccountSummaryCard.js +1 -0
- package/lib/module/Checkout/components/AccountSummaryCard.js.map +1 -1
- package/lib/module/Checkout/components/ItemSummaryCard.js +1 -0
- package/lib/module/Checkout/components/ItemSummaryCard.js.map +1 -1
- package/lib/module/Checkout/components/OrderSummaryCard.js +1 -0
- package/lib/module/Checkout/components/OrderSummaryCard.js.map +1 -1
- package/lib/module/Checkout/components/PayPalOrderCapture.js +1 -0
- package/lib/module/Checkout/components/PayPalOrderCapture.js.map +1 -1
- package/lib/module/Checkout/components/ShippingSummaryCard.js +1 -0
- package/lib/module/Checkout/components/ShippingSummaryCard.js.map +1 -1
- package/lib/module/Checkout/index.js +1 -1
- package/lib/module/Checkout/index.js.map +1 -1
- package/lib/module/Competition/components/AthleteMarketCard.js +1 -0
- package/lib/module/Competition/components/AthleteMarketCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionCard.js +1 -0
- package/lib/module/Competition/components/CompetitionCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionInfoCard.js +1 -0
- package/lib/module/Competition/components/CompetitionInfoCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionLeaderboard.js +1 -1
- package/lib/module/Competition/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionPlay.js +1 -0
- package/lib/module/Competition/components/CompetitionPlay.js.map +1 -1
- package/lib/module/Competition/components/CompetitionSeasonCard.js +1 -0
- package/lib/module/Competition/components/CompetitionSeasonCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionSelector.js +1 -0
- package/lib/module/Competition/components/CompetitionSelector.js.map +1 -1
- package/lib/module/Competition/components/CompetitionTypeCard.js +1 -1
- package/lib/module/Competition/components/CompetitionTypeCard.js.map +1 -1
- package/lib/module/Competition/components/EnterCompetitionPrompt.js +1 -1
- package/lib/module/Competition/components/EnterCompetitionPrompt.js.map +1 -1
- package/lib/module/Competition/components/LeaderPicks.js +1 -1
- package/lib/module/Competition/components/LeaderPicks.js.map +1 -1
- package/lib/module/Competition/components/ManageSeasonForm.js +1 -1
- package/lib/module/Competition/components/ManageSeasonForm.js.map +1 -1
- package/lib/module/Competition/components/MarketsCard.js +1 -1
- package/lib/module/Competition/components/MarketsCard.js.map +1 -1
- package/lib/module/Competition/components/MatchMarketCard.js +1 -0
- package/lib/module/Competition/components/MatchMarketCard.js.map +1 -1
- package/lib/module/Competition/components/NavOutPrompt.js +1 -0
- package/lib/module/Competition/components/NavOutPrompt.js.map +1 -1
- package/lib/module/Competition/components/SeasonInfoModal.js +1 -1
- package/lib/module/Competition/components/SeasonInfoModal.js.map +1 -1
- package/lib/module/Competition/components/TeamEventCard.js +1 -0
- package/lib/module/Competition/components/TeamEventCard.js.map +1 -1
- package/lib/module/Competition/components/WagerPickForm.js +1 -1
- package/lib/module/Competition/components/WagerPickForm.js.map +1 -1
- package/lib/module/Competition/index.js +1 -1
- package/lib/module/Competition/index.js.map +1 -1
- package/lib/module/Components/Button.js +1 -0
- package/lib/module/Components/Button.js.map +1 -1
- package/lib/module/Components/Checkbox.js +1 -0
- package/lib/module/Components/Checkbox.js.map +1 -1
- package/lib/module/Components/Icons.js +1 -0
- package/lib/module/Components/Icons.js.map +1 -1
- package/lib/module/Components/ImageUploader.js +1 -1
- package/lib/module/Components/ImageUploader.js.map +1 -1
- package/lib/module/Components/Jerseys.js +1 -0
- package/lib/module/Components/Jerseys.js.map +1 -1
- package/lib/module/Components/LinearDiagnal.js +1 -1
- package/lib/module/Components/LinearDiagnal.js.map +1 -1
- package/lib/module/Components/Spring.js +1 -0
- package/lib/module/Components/Spring.js.map +1 -1
- package/lib/module/Components/Switch.js +1 -0
- package/lib/module/Components/Switch.js.map +1 -1
- package/lib/module/Components/Text.js +1 -0
- package/lib/module/Components/Text.js.map +1 -1
- package/lib/module/Components/TextInput.js +1 -0
- package/lib/module/Components/TextInput.js.map +1 -1
- package/lib/module/Components/ViewportObserver.js.map +1 -1
- package/lib/module/LocationTracker/index.js +1 -0
- package/lib/module/LocationTracker/index.js.map +1 -1
- package/lib/module/Observer/Observer.js +1 -1
- package/lib/module/Observer/Observer.js.map +1 -1
- package/lib/module/Poll/components/CampaignPlay.js +1 -1
- package/lib/module/Poll/components/CampaignPlay.js.map +1 -1
- package/lib/module/Poll/components/CampaignProgressBar.js +1 -1
- package/lib/module/Poll/components/CampaignProgressBar.js.map +1 -1
- package/lib/module/Poll/components/CampaignResult.js +1 -1
- package/lib/module/Poll/components/CampaignResult.js.map +1 -1
- package/lib/module/Poll/components/CampaignSelector.js +1 -1
- package/lib/module/Poll/components/CampaignSelector.js.map +1 -1
- package/lib/module/Poll/components/PollCampaignCard.js +1 -0
- package/lib/module/Poll/components/PollCampaignCard.js.map +1 -1
- package/lib/module/Poll/components/PollCard.js +1 -1
- package/lib/module/Poll/components/PollCard.js.map +1 -1
- package/lib/module/Poll/components/PollOptionCard.js +1 -1
- package/lib/module/Poll/components/PollOptionCard.js.map +1 -1
- package/lib/module/Poll/components/PollSelectCard.js +1 -0
- package/lib/module/Poll/components/PollSelectCard.js.map +1 -1
- package/lib/module/Poll/components/ResponseTimer.js +1 -1
- package/lib/module/Poll/components/ResponseTimer.js.map +1 -1
- package/lib/module/Poll/components/WidgetHeader.js +1 -0
- package/lib/module/Poll/components/WidgetHeader.js.map +1 -1
- package/lib/module/Poll/flashmarket/ResultCard.js +1 -1
- package/lib/module/Poll/flashmarket/ResultCard.js.map +1 -1
- package/lib/module/Poll/flashmarket/index.js +1 -1
- package/lib/module/Poll/flashmarket/index.js.map +1 -1
- package/lib/module/Poll/index.js +1 -1
- package/lib/module/Poll/index.js.map +1 -1
- package/lib/module/ProfileManager/Components/BasicInfoManager.js +1 -1
- package/lib/module/ProfileManager/Components/BasicInfoManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/BasicStatus.js +1 -1
- package/lib/module/ProfileManager/Components/BasicStatus.js.map +1 -1
- package/lib/module/ProfileManager/Components/CodeRedeem.js +1 -1
- package/lib/module/ProfileManager/Components/CodeRedeem.js.map +1 -1
- package/lib/module/ProfileManager/Components/DOBManager.js +1 -1
- package/lib/module/ProfileManager/Components/DOBManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/EmailManager.js +1 -1
- package/lib/module/ProfileManager/Components/EmailManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/PasswordManager.js +1 -1
- package/lib/module/ProfileManager/Components/PasswordManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/PhoneManager.js +1 -1
- package/lib/module/ProfileManager/Components/PhoneManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfilePicManager.js +1 -1
- package/lib/module/ProfileManager/Components/ProfilePicManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfileWelcome.js +1 -0
- package/lib/module/ProfileManager/Components/ProfileWelcome.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfileWizard.js +1 -1
- package/lib/module/ProfileManager/Components/ProfileWizard.js.map +1 -1
- package/lib/module/ProfileManager/Components/SettingsManager.js +1 -1
- package/lib/module/ProfileManager/Components/SettingsManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/VouchCard.js +1 -1
- package/lib/module/ProfileManager/Components/VouchCard.js.map +1 -1
- package/lib/module/ProfileManager/index.js +1 -1
- package/lib/module/ProfileManager/index.js.map +1 -1
- package/lib/module/SocialComponents/PlayerCard.js +1 -0
- package/lib/module/SocialComponents/PlayerCard.js.map +1 -1
- package/lib/module/SocialComponents/PlayerFollowButton.js +1 -0
- package/lib/module/SocialComponents/PlayerFollowButton.js.map +1 -1
- package/lib/module/SocialComponents/PlayerList.js +1 -1
- package/lib/module/SocialComponents/PlayerList.js.map +1 -1
- package/lib/module/Socket/index.js +1 -1
- package/lib/module/Socket/index.js.map +1 -1
- package/lib/module/Squares/components/BidForm.js +1 -0
- package/lib/module/Squares/components/BidForm.js.map +1 -1
- package/lib/module/Squares/components/BidToggle.js +1 -0
- package/lib/module/Squares/components/BidToggle.js.map +1 -1
- package/lib/module/Squares/components/BoardStats.js +1 -1
- package/lib/module/Squares/components/BoardStats.js.map +1 -1
- package/lib/module/Squares/components/EventCard.js +1 -1
- package/lib/module/Squares/components/EventCard.js.map +1 -1
- package/lib/module/Squares/components/MySquaresCard.js +1 -1
- package/lib/module/Squares/components/MySquaresCard.js.map +1 -1
- package/lib/module/Squares/components/OfferForm.js +1 -0
- package/lib/module/Squares/components/OfferForm.js.map +1 -1
- package/lib/module/Squares/components/ResultsCard.js +1 -1
- package/lib/module/Squares/components/ResultsCard.js.map +1 -1
- package/lib/module/Squares/components/SquareCard.js +1 -0
- package/lib/module/Squares/components/SquareCard.js.map +1 -1
- package/lib/module/Squares/components/SquareOfferCard.js +1 -1
- package/lib/module/Squares/components/SquareOfferCard.js.map +1 -1
- package/lib/module/Squares/components/SquareOwners.js +1 -1
- package/lib/module/Squares/components/SquareOwners.js.map +1 -1
- package/lib/module/Squares/components/SquaresBoard.js +1 -1
- package/lib/module/Squares/components/SquaresBoard.js.map +1 -1
- package/lib/module/Squares/components/SquaresDetails.js +1 -1
- package/lib/module/Squares/components/SquaresDetails.js.map +1 -1
- package/lib/module/Squares/index.js +1 -1
- package/lib/module/Squares/index.js.map +1 -1
- package/lib/module/Wallet/components/ACHAddCard.js +1 -0
- package/lib/module/Wallet/components/ACHAddCard.js.map +1 -1
- package/lib/module/Wallet/components/AccountCard.js +1 -0
- package/lib/module/Wallet/components/AccountCard.js.map +1 -1
- package/lib/module/Wallet/components/AccountLimitManager.js +1 -1
- package/lib/module/Wallet/components/AccountLimitManager.js.map +1 -1
- package/lib/module/Wallet/components/AccountManager.js +1 -0
- package/lib/module/Wallet/components/AccountManager.js.map +1 -1
- package/lib/module/Wallet/components/AccountSnoozeManager.js +1 -1
- package/lib/module/Wallet/components/AccountSnoozeManager.js.map +1 -1
- package/lib/module/Wallet/components/AddressCard.js +1 -0
- package/lib/module/Wallet/components/AddressCard.js.map +1 -1
- package/lib/module/Wallet/components/AddressManager.js +1 -1
- package/lib/module/Wallet/components/AddressManager.js.map +1 -1
- package/lib/module/Wallet/components/DepositCard.js +1 -1
- package/lib/module/Wallet/components/DepositCard.js.map +1 -1
- package/lib/module/Wallet/components/FundAccountCard.js +1 -0
- package/lib/module/Wallet/components/FundAccountCard.js.map +1 -1
- package/lib/module/Wallet/components/ItemOrderCard.js +1 -1
- package/lib/module/Wallet/components/ItemOrderCard.js.map +1 -1
- package/lib/module/Wallet/components/ItemOrderDetailCard.js +1 -1
- package/lib/module/Wallet/components/ItemOrderDetailCard.js.map +1 -1
- package/lib/module/Wallet/components/LinkAccountManager.js +1 -1
- package/lib/module/Wallet/components/LinkAccountManager.js.map +1 -1
- package/lib/module/Wallet/components/ManageAccountCard.js +1 -1
- package/lib/module/Wallet/components/ManageAccountCard.js.map +1 -1
- package/lib/module/Wallet/components/ManualACHAdd.js +1 -1
- package/lib/module/Wallet/components/ManualACHAdd.js.map +1 -1
- package/lib/module/Wallet/components/ManualCardAdd.js +1 -1
- package/lib/module/Wallet/components/ManualCardAdd.js.map +1 -1
- package/lib/module/Wallet/components/MyBalance.js +1 -0
- package/lib/module/Wallet/components/MyBalance.js.map +1 -1
- package/lib/module/Wallet/components/OrderManager.js +1 -1
- package/lib/module/Wallet/components/OrderManager.js.map +1 -1
- package/lib/module/Wallet/components/RemoveAccount.js +1 -1
- package/lib/module/Wallet/components/RemoveAccount.js.map +1 -1
- package/lib/module/Wallet/components/VerifyACHAccount.js +1 -1
- package/lib/module/Wallet/components/VerifyACHAccount.js.map +1 -1
- package/lib/module/Wallet/components/WalletActionSelector.js +1 -1
- package/lib/module/Wallet/components/WalletActionSelector.js.map +1 -1
- package/lib/module/Wallet/components/WalletSettings.js +1 -1
- package/lib/module/Wallet/components/WalletSettings.js.map +1 -1
- package/lib/module/Wallet/components/WalletSetup.js +1 -1
- package/lib/module/Wallet/components/WalletSetup.js.map +1 -1
- package/lib/module/Wallet/components/WithdrawCard.js +1 -1
- package/lib/module/Wallet/components/WithdrawCard.js.map +1 -1
- package/lib/module/Wallet/index.js +1 -1
- package/lib/module/Wallet/index.js.map +1 -1
- package/lib/typescript/src/AdServer/components/CompanyAdCard.d.ts +2 -1
- package/lib/typescript/src/AdServer/components/CompanyAdCard.d.ts.map +1 -1
- package/lib/typescript/src/AdServer/index.d.ts +3 -2
- package/lib/typescript/src/AdServer/index.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/AuthStrategyIdentifier.d.ts +2 -1
- package/lib/typescript/src/Authenticator/Components/AuthStrategyIdentifier.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/LoginForm.d.ts +2 -1
- package/lib/typescript/src/Authenticator/Components/LoginForm.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/StrategyForm.d.ts +2 -1
- package/lib/typescript/src/Authenticator/Components/StrategyForm.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/index.d.ts +2 -1
- package/lib/typescript/src/Authenticator/index.d.ts.map +1 -1
- package/lib/typescript/src/BettorSearch/index.d.ts +2 -1
- package/lib/typescript/src/BettorSearch/index.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketCompetitionCard.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/BracketCompetitionCard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketCompetitionSelector.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/BracketCompetitionSelector.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketNavigator.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketNavigator.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketRound.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketRound.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/RoundEvent.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/RoundEvent.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/index.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/index.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketSelector.d.ts +1 -1
- package/lib/typescript/src/Bracket/components/BracketSelector.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/CompetitionLeaderboard.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/CompetitionLeaderboard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/JoinCompetitionCard.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/JoinCompetitionCard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBalanceCard.d.ts +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBalanceCard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBracketManager.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/PlayerBracketManager.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBrackets.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/PlayerBrackets.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/RoomMenu.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/RoomMenu.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/index.d.ts +2 -1
- package/lib/typescript/src/Bracket/index.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/AccountSummaryCard.d.ts +2 -1
- package/lib/typescript/src/Checkout/components/AccountSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/ItemSummaryCard.d.ts +2 -1
- package/lib/typescript/src/Checkout/components/ItemSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/OrderSummaryCard.d.ts +2 -1
- package/lib/typescript/src/Checkout/components/OrderSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/PayPalOrderCapture.d.ts +2 -1
- package/lib/typescript/src/Checkout/components/PayPalOrderCapture.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/ShippingSummaryCard.d.ts +2 -1
- package/lib/typescript/src/Checkout/components/ShippingSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/index.d.ts +2 -1
- package/lib/typescript/src/Checkout/index.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/AthleteMarketCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/AthleteMarketCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionInfoCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionInfoCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionLeaderboard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionLeaderboard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionPlay.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionPlay.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionSeasonCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionSeasonCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionSelector.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionSelector.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionTypeCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionTypeCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/EnterCompetitionPrompt.d.ts +2 -1
- package/lib/typescript/src/Competition/components/EnterCompetitionPrompt.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/LeaderPicks.d.ts +2 -1
- package/lib/typescript/src/Competition/components/LeaderPicks.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/ManageSeasonForm.d.ts +2 -1
- package/lib/typescript/src/Competition/components/ManageSeasonForm.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/MarketsCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/MarketsCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/MatchMarketCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/MatchMarketCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/NavOutPrompt.d.ts +2 -1
- package/lib/typescript/src/Competition/components/NavOutPrompt.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/SeasonInfoModal.d.ts +2 -1
- package/lib/typescript/src/Competition/components/SeasonInfoModal.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/TeamEventCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/TeamEventCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/WagerPickForm.d.ts +2 -1
- package/lib/typescript/src/Competition/components/WagerPickForm.d.ts.map +1 -1
- package/lib/typescript/src/Competition/index.d.ts +2 -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/Checkbox.d.ts +2 -1
- package/lib/typescript/src/Components/Checkbox.d.ts.map +1 -1
- package/lib/typescript/src/Components/Icons.d.ts +57 -56
- package/lib/typescript/src/Components/Icons.d.ts.map +1 -1
- package/lib/typescript/src/Components/ImageUploader.d.ts +2 -1
- package/lib/typescript/src/Components/ImageUploader.d.ts.map +1 -1
- package/lib/typescript/src/Components/Jerseys.d.ts +3 -2
- package/lib/typescript/src/Components/Jerseys.d.ts.map +1 -1
- package/lib/typescript/src/Components/LinearDiagnal.d.ts +2 -1
- package/lib/typescript/src/Components/LinearDiagnal.d.ts.map +1 -1
- package/lib/typescript/src/Components/Spring.d.ts +2 -1
- package/lib/typescript/src/Components/Spring.d.ts.map +1 -1
- package/lib/typescript/src/Components/Switch.d.ts +2 -1
- package/lib/typescript/src/Components/Switch.d.ts.map +1 -1
- package/lib/typescript/src/Components/Text.d.ts +2 -1
- package/lib/typescript/src/Components/Text.d.ts.map +1 -1
- package/lib/typescript/src/Components/TextInput.d.ts +2 -1
- package/lib/typescript/src/Components/TextInput.d.ts.map +1 -1
- package/lib/typescript/src/LocationTracker/index.d.ts +2 -1
- package/lib/typescript/src/LocationTracker/index.d.ts.map +1 -1
- package/lib/typescript/src/Observer/Observer.d.ts +2 -1
- package/lib/typescript/src/Observer/Observer.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignPlay.d.ts +2 -1
- package/lib/typescript/src/Poll/components/CampaignPlay.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignProgressBar.d.ts +2 -1
- package/lib/typescript/src/Poll/components/CampaignProgressBar.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignResult.d.ts +2 -1
- package/lib/typescript/src/Poll/components/CampaignResult.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignSelector.d.ts +2 -1
- package/lib/typescript/src/Poll/components/CampaignSelector.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollCampaignCard.d.ts +2 -1
- package/lib/typescript/src/Poll/components/PollCampaignCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollCard.d.ts +2 -1
- package/lib/typescript/src/Poll/components/PollCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollOptionCard.d.ts +2 -1
- package/lib/typescript/src/Poll/components/PollOptionCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollSelectCard.d.ts +2 -1
- package/lib/typescript/src/Poll/components/PollSelectCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/ResponseTimer.d.ts +2 -1
- package/lib/typescript/src/Poll/components/ResponseTimer.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/WidgetHeader.d.ts +2 -1
- package/lib/typescript/src/Poll/components/WidgetHeader.d.ts.map +1 -1
- package/lib/typescript/src/Poll/flashmarket/ResultCard.d.ts +2 -1
- package/lib/typescript/src/Poll/flashmarket/ResultCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/flashmarket/index.d.ts +2 -1
- package/lib/typescript/src/Poll/flashmarket/index.d.ts.map +1 -1
- package/lib/typescript/src/Poll/index.d.ts +2 -1
- package/lib/typescript/src/Poll/index.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/BasicInfoManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/BasicInfoManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/BasicStatus.d.ts +1 -1
- package/lib/typescript/src/ProfileManager/Components/BasicStatus.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/CodeRedeem.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/CodeRedeem.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/DOBManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/DOBManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/EmailManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/EmailManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/PasswordManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/PasswordManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/PhoneManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/PhoneManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfilePicManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/ProfilePicManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWelcome.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWelcome.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWizard.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWizard.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/SettingsManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/SettingsManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/VouchCard.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/VouchCard.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/index.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/index.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PlayerCard.d.ts +2 -1
- package/lib/typescript/src/SocialComponents/PlayerCard.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PlayerFollowButton.d.ts +2 -1
- package/lib/typescript/src/SocialComponents/PlayerFollowButton.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PlayerList.d.ts +2 -1
- package/lib/typescript/src/SocialComponents/PlayerList.d.ts.map +1 -1
- package/lib/typescript/src/Socket/index.d.ts +2 -1
- package/lib/typescript/src/Socket/index.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/BidForm.d.ts +2 -1
- package/lib/typescript/src/Squares/components/BidForm.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/BidToggle.d.ts +2 -1
- package/lib/typescript/src/Squares/components/BidToggle.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/BoardStats.d.ts +2 -1
- package/lib/typescript/src/Squares/components/BoardStats.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/EventCard.d.ts +2 -1
- package/lib/typescript/src/Squares/components/EventCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/MySquaresCard.d.ts +2 -1
- package/lib/typescript/src/Squares/components/MySquaresCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/OfferForm.d.ts +2 -1
- package/lib/typescript/src/Squares/components/OfferForm.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/ResultsCard.d.ts +2 -1
- package/lib/typescript/src/Squares/components/ResultsCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquareCard.d.ts +2 -1
- package/lib/typescript/src/Squares/components/SquareCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquareOfferCard.d.ts +2 -1
- package/lib/typescript/src/Squares/components/SquareOfferCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquareOwners.d.ts +2 -1
- package/lib/typescript/src/Squares/components/SquareOwners.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquaresBoard.d.ts +2 -1
- package/lib/typescript/src/Squares/components/SquaresBoard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquaresDetails.d.ts +2 -1
- package/lib/typescript/src/Squares/components/SquaresDetails.d.ts.map +1 -1
- package/lib/typescript/src/Squares/index.d.ts +2 -1
- package/lib/typescript/src/Squares/index.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ACHAddCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/ACHAddCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/AccountCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountLimitManager.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/AccountLimitManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountManager.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/AccountManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountSnoozeManager.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/AccountSnoozeManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AddressCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/AddressCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AddressManager.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/AddressManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/DepositCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/DepositCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/FundAccountCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/FundAccountCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ItemOrderCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/ItemOrderCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ItemOrderDetailCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/ItemOrderDetailCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/LinkAccountManager.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/LinkAccountManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ManageAccountCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/ManageAccountCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ManualACHAdd.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/ManualACHAdd.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ManualCardAdd.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/ManualCardAdd.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/MyBalance.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/MyBalance.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/OrderManager.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/OrderManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/RemoveAccount.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/RemoveAccount.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/VerifyACHAccount.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/VerifyACHAccount.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WalletActionSelector.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/WalletActionSelector.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WalletSettings.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/WalletSettings.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WalletSetup.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/WalletSetup.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WithdrawCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/WithdrawCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/index.d.ts +2 -1
- package/lib/typescript/src/Wallet/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/AdServer/components/CompanyAdCard.tsx +1 -1
- package/src/AdServer/index.tsx +1 -1
- package/src/Authenticator/Components/AuthStrategyIdentifier.tsx +1 -0
- package/src/Authenticator/Components/LoginForm.tsx +1 -1
- package/src/Authenticator/Components/StrategyForm.tsx +1 -1
- package/src/Authenticator/index.tsx +1 -1
- package/src/BettorSearch/index.tsx +1 -1
- package/src/Bracket/components/BracketCompetitionCard.tsx +1 -1
- package/src/Bracket/components/BracketCompetitionSelector.tsx +1 -1
- package/src/Bracket/components/BracketPlay/BracketNavigator.tsx +1 -0
- package/src/Bracket/components/BracketPlay/BracketRound.tsx +1 -0
- package/src/Bracket/components/BracketPlay/RoundEvent.tsx +1 -0
- package/src/Bracket/components/BracketPlay/index.tsx +1 -1
- package/src/Bracket/components/BracketSelector.tsx +1 -1
- package/src/Bracket/components/CompetitionLeaderboard.tsx +1 -1
- package/src/Bracket/components/JoinCompetitionCard.tsx +1 -1
- package/src/Bracket/components/PlayerBalanceCard.tsx +1 -1
- package/src/Bracket/components/PlayerBracketManager.tsx +1 -1
- package/src/Bracket/components/PlayerBrackets.tsx +1 -0
- package/src/Bracket/components/RoomMenu.tsx +1 -1
- package/src/Bracket/index.tsx +1 -1
- package/src/Checkout/components/AccountSummaryCard.tsx +1 -0
- package/src/Checkout/components/ItemSummaryCard.tsx +1 -0
- package/src/Checkout/components/OrderSummaryCard.tsx +1 -0
- package/src/Checkout/components/PayPalOrderCapture.tsx +1 -0
- package/src/Checkout/components/ShippingSummaryCard.tsx +1 -0
- package/src/Checkout/index.tsx +1 -1
- package/src/Competition/components/AthleteMarketCard.tsx +1 -0
- package/src/Competition/components/CompetitionCard.tsx +1 -0
- package/src/Competition/components/CompetitionInfoCard.tsx +1 -0
- package/src/Competition/components/CompetitionLeaderboard.tsx +1 -1
- package/src/Competition/components/CompetitionPlay.tsx +1 -0
- package/src/Competition/components/CompetitionSeasonCard.tsx +1 -0
- package/src/Competition/components/CompetitionSelector.tsx +1 -0
- package/src/Competition/components/CompetitionTypeCard.tsx +1 -1
- package/src/Competition/components/EnterCompetitionPrompt.tsx +1 -1
- package/src/Competition/components/LeaderPicks.tsx +1 -1
- package/src/Competition/components/ManageSeasonForm.tsx +1 -1
- package/src/Competition/components/MarketsCard.tsx +1 -1
- package/src/Competition/components/MatchMarketCard.tsx +1 -0
- package/src/Competition/components/NavOutPrompt.tsx +1 -0
- package/src/Competition/components/SeasonInfoModal.tsx +1 -1
- package/src/Competition/components/TeamEventCard.tsx +1 -1
- package/src/Competition/components/WagerPickForm.tsx +1 -1
- package/src/Competition/index.tsx +1 -1
- package/src/Components/Button.tsx +1 -0
- package/src/Components/Checkbox.tsx +1 -0
- package/src/Components/Icons.tsx +1 -0
- package/src/Components/ImageUploader.tsx +1 -1
- package/src/Components/Jerseys.tsx +1 -0
- package/src/Components/LinearDiagnal.tsx +1 -1
- package/src/Components/Spring.tsx +1 -0
- package/src/Components/Switch.tsx +1 -0
- package/src/Components/Text.tsx +1 -0
- package/src/Components/TextInput.tsx +1 -0
- package/src/Components/ViewportObserver.tsx +1 -1
- package/src/LocationTracker/index.tsx +1 -0
- package/src/Observer/Observer.tsx +1 -1
- package/src/Poll/components/CampaignPlay.tsx +1 -1
- package/src/Poll/components/CampaignProgressBar.tsx +1 -1
- package/src/Poll/components/CampaignResult.tsx +1 -1
- package/src/Poll/components/CampaignSelector.tsx +1 -1
- package/src/Poll/components/PollCampaignCard.tsx +1 -0
- package/src/Poll/components/PollCard.tsx +1 -1
- package/src/Poll/components/PollOptionCard.tsx +1 -1
- package/src/Poll/components/PollSelectCard.tsx +1 -0
- package/src/Poll/components/ResponseTimer.tsx +1 -1
- package/src/Poll/components/WidgetHeader.tsx +1 -0
- package/src/Poll/flashmarket/ResultCard.tsx +1 -1
- package/src/Poll/flashmarket/index.tsx +1 -1
- package/src/Poll/index.tsx +1 -1
- package/src/ProfileManager/Components/BasicInfoManager.tsx +1 -1
- package/src/ProfileManager/Components/BasicStatus.tsx +1 -1
- package/src/ProfileManager/Components/CodeRedeem.tsx +1 -1
- package/src/ProfileManager/Components/DOBManager.tsx +1 -1
- package/src/ProfileManager/Components/EmailManager.tsx +1 -1
- package/src/ProfileManager/Components/PasswordManager.tsx +1 -1
- package/src/ProfileManager/Components/PhoneManager.tsx +1 -1
- package/src/ProfileManager/Components/ProfilePicManager.tsx +1 -1
- package/src/ProfileManager/Components/ProfileWelcome.tsx +1 -0
- package/src/ProfileManager/Components/ProfileWizard.tsx +1 -1
- package/src/ProfileManager/Components/SettingsManager.tsx +1 -1
- package/src/ProfileManager/Components/VouchCard.tsx +1 -1
- package/src/ProfileManager/index.tsx +1 -1
- package/src/SocialComponents/PlayerCard.tsx +1 -0
- package/src/SocialComponents/PlayerFollowButton.tsx +1 -0
- package/src/SocialComponents/PlayerList.tsx +1 -1
- package/src/Socket/index.tsx +1 -1
- package/src/Squares/components/BidForm.tsx +1 -0
- package/src/Squares/components/BidToggle.tsx +1 -0
- package/src/Squares/components/BoardStats.tsx +1 -1
- package/src/Squares/components/EventCard.tsx +1 -1
- package/src/Squares/components/MySquaresCard.tsx +1 -1
- package/src/Squares/components/OfferForm.tsx +1 -0
- package/src/Squares/components/ResultsCard.tsx +1 -1
- package/src/Squares/components/SquareCard.tsx +1 -0
- package/src/Squares/components/SquareOfferCard.tsx +1 -1
- package/src/Squares/components/SquareOwners.tsx +1 -1
- package/src/Squares/components/SquaresBoard.tsx +1 -1
- package/src/Squares/components/SquaresDetails.tsx +1 -1
- package/src/Squares/index.tsx +1 -1
- package/src/Wallet/components/ACHAddCard.tsx +1 -0
- package/src/Wallet/components/AccountCard.tsx +1 -0
- package/src/Wallet/components/AccountLimitManager.tsx +1 -1
- package/src/Wallet/components/AccountManager.tsx +1 -0
- package/src/Wallet/components/AccountSnoozeManager.tsx +1 -1
- package/src/Wallet/components/AddressCard.tsx +1 -0
- package/src/Wallet/components/AddressManager.tsx +1 -1
- package/src/Wallet/components/DepositCard.tsx +1 -1
- package/src/Wallet/components/FundAccountCard.tsx +1 -0
- package/src/Wallet/components/ItemOrderCard.tsx +1 -1
- package/src/Wallet/components/ItemOrderDetailCard.tsx +1 -1
- package/src/Wallet/components/LinkAccountManager.tsx +1 -1
- package/src/Wallet/components/ManageAccountCard.tsx +1 -1
- package/src/Wallet/components/ManualACHAdd.tsx +1 -1
- package/src/Wallet/components/ManualCardAdd.tsx +1 -1
- package/src/Wallet/components/MyBalance.tsx +1 -0
- package/src/Wallet/components/OrderManager.tsx +1 -1
- package/src/Wallet/components/RemoveAccount.tsx +1 -1
- package/src/Wallet/components/VerifyACHAccount.tsx +1 -1
- package/src/Wallet/components/WalletActionSelector.tsx +1 -1
- package/src/Wallet/components/WalletSettings.tsx +1 -1
- package/src/Wallet/components/WalletSetup.tsx +1 -1
- package/src/Wallet/components/WithdrawCard.tsx +1 -1
- package/src/Wallet/index.tsx +1 -1
|
@@ -4,6 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
7
8
|
var _reactNative = require("react-native");
|
|
8
9
|
var _MarketsCard = _interopRequireDefault(require("./MarketsCard"));
|
|
9
10
|
var _Components = require("../../Components");
|
|
@@ -48,18 +49,18 @@ const TeamEventCard = ({
|
|
|
48
49
|
};
|
|
49
50
|
const renderWagerPicks = data => {
|
|
50
51
|
let locked = mode == 'view' && (0, _momentMini.default)().isBefore((0, _momentMini.default)(event.scheduled_datetime)) ? true : false;
|
|
51
|
-
return /*#__PURE__*/
|
|
52
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
52
53
|
style: {
|
|
53
54
|
flexDirection: 'row',
|
|
54
55
|
marginTop: 5
|
|
55
56
|
}
|
|
56
|
-
}, /*#__PURE__*/
|
|
57
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
57
58
|
style: {
|
|
58
59
|
flex: 1
|
|
59
60
|
},
|
|
60
61
|
size: 12,
|
|
61
62
|
color: _colors.default.highlights.highlight200
|
|
62
|
-
}, locked ? 'WAGER LOCKED' : data.item.pick_title), /*#__PURE__*/
|
|
63
|
+
}, locked ? 'WAGER LOCKED' : data.item.pick_title), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
63
64
|
style: {
|
|
64
65
|
flex: 1
|
|
65
66
|
},
|
|
@@ -69,22 +70,22 @@ const TeamEventCard = ({
|
|
|
69
70
|
}, locked ? '' : `${data.item.stake.toFixed(2)} to win ${data.item.potential_winnings.toFixed(2)}`));
|
|
70
71
|
};
|
|
71
72
|
if (!event) {
|
|
72
|
-
return /*#__PURE__*/
|
|
73
|
+
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null);
|
|
73
74
|
}
|
|
74
|
-
return /*#__PURE__*/
|
|
75
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
75
76
|
style: {
|
|
76
77
|
padding: 5
|
|
77
78
|
}
|
|
78
|
-
}, /*#__PURE__*/
|
|
79
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
79
80
|
style: {
|
|
80
81
|
flexDirection: 'row'
|
|
81
82
|
}
|
|
82
|
-
}, /*#__PURE__*/
|
|
83
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
83
84
|
nativeID: "event_details",
|
|
84
85
|
style: {
|
|
85
86
|
flex: 1
|
|
86
87
|
}
|
|
87
|
-
}, /*#__PURE__*/
|
|
88
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, null), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
88
89
|
nativeID: "away_team",
|
|
89
90
|
style: {
|
|
90
91
|
flex: 1,
|
|
@@ -92,24 +93,24 @@ const TeamEventCard = ({
|
|
|
92
93
|
alignItems: 'center',
|
|
93
94
|
paddingRight: 5
|
|
94
95
|
}
|
|
95
|
-
}, /*#__PURE__*/
|
|
96
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
96
97
|
style: {
|
|
97
98
|
flex: 1,
|
|
98
99
|
marginRight: 5
|
|
99
100
|
}
|
|
100
|
-
}, /*#__PURE__*/
|
|
101
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
101
102
|
style: {
|
|
102
103
|
flexDirection: 'row',
|
|
103
104
|
alignItems: 'flex-start'
|
|
104
105
|
}
|
|
105
|
-
}, event?.away?.rank ? /*#__PURE__*/
|
|
106
|
+
}, event?.away?.rank ? /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
106
107
|
style: {
|
|
107
108
|
marginRight: 4
|
|
108
109
|
},
|
|
109
110
|
size: 12,
|
|
110
111
|
color: _colors.default.brand.cyan,
|
|
111
112
|
weight: "bold"
|
|
112
|
-
}, event.away.rank) : /*#__PURE__*/
|
|
113
|
+
}, event.away.rank) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), event?.away?.image?.url ? /*#__PURE__*/_react.default.createElement(_reactNative.Image, {
|
|
113
114
|
source: {
|
|
114
115
|
uri: event.away.image.url
|
|
115
116
|
},
|
|
@@ -119,19 +120,19 @@ const TeamEventCard = ({
|
|
|
119
120
|
marginRight: 5
|
|
120
121
|
},
|
|
121
122
|
resizeMode: "cover"
|
|
122
|
-
}) : /*#__PURE__*/
|
|
123
|
+
}) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
123
124
|
size: 12,
|
|
124
125
|
color: _colors.default.shades.black,
|
|
125
126
|
weight: "semibold"
|
|
126
|
-
}, event.away?.market_name, " ", event.away?.name)), event?.away_sub_title ? /*#__PURE__*/
|
|
127
|
+
}, event.away?.market_name, " ", event.away?.name)), event?.away_sub_title ? /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
127
128
|
size: 12,
|
|
128
129
|
color: _colors.default.shades.black,
|
|
129
130
|
weight: "regular"
|
|
130
|
-
}, event?.away_sub_title) : /*#__PURE__*/
|
|
131
|
+
}, event?.away_sub_title) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null)), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
131
132
|
size: 12,
|
|
132
133
|
color: _colors.default.shades.black,
|
|
133
134
|
weight: "bold"
|
|
134
|
-
}, event.away_team_score)), /*#__PURE__*/
|
|
135
|
+
}, event.away_team_score)), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
135
136
|
nativeID: "home_team",
|
|
136
137
|
style: {
|
|
137
138
|
flex: 1,
|
|
@@ -139,24 +140,24 @@ const TeamEventCard = ({
|
|
|
139
140
|
alignItems: 'center',
|
|
140
141
|
paddingRight: 5
|
|
141
142
|
}
|
|
142
|
-
}, /*#__PURE__*/
|
|
143
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
143
144
|
style: {
|
|
144
145
|
flex: 1,
|
|
145
146
|
marginRight: 5
|
|
146
147
|
}
|
|
147
|
-
}, /*#__PURE__*/
|
|
148
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
148
149
|
style: {
|
|
149
150
|
flexDirection: 'row',
|
|
150
151
|
alignItems: 'flex-start'
|
|
151
152
|
}
|
|
152
|
-
}, event?.home?.rank ? /*#__PURE__*/
|
|
153
|
+
}, event?.home?.rank ? /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
153
154
|
style: {
|
|
154
155
|
marginRight: 4
|
|
155
156
|
},
|
|
156
157
|
size: 12,
|
|
157
158
|
color: _colors.default.brand.cyan,
|
|
158
159
|
weight: "bold"
|
|
159
|
-
}, event.home.rank) : /*#__PURE__*/
|
|
160
|
+
}, event.home.rank) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), event?.home?.image?.url ? /*#__PURE__*/_react.default.createElement(_reactNative.Image, {
|
|
160
161
|
source: {
|
|
161
162
|
uri: event.home.image.url
|
|
162
163
|
},
|
|
@@ -166,24 +167,24 @@ const TeamEventCard = ({
|
|
|
166
167
|
marginRight: 5
|
|
167
168
|
},
|
|
168
169
|
resizeMode: "cover"
|
|
169
|
-
}) : /*#__PURE__*/
|
|
170
|
+
}) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
170
171
|
size: 12,
|
|
171
172
|
color: _colors.default.shades.black,
|
|
172
173
|
weight: "semibold"
|
|
173
|
-
}, event.home?.market_name, " ", event.home?.name)), event?.home_sub_title ? /*#__PURE__*/
|
|
174
|
+
}, event.home?.market_name, " ", event.home?.name)), event?.home_sub_title ? /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
174
175
|
size: 12,
|
|
175
176
|
color: _colors.default.shades.black,
|
|
176
177
|
weight: "regular"
|
|
177
|
-
}, event?.home_sub_title) : /*#__PURE__*/
|
|
178
|
+
}, event?.home_sub_title) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null)), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
178
179
|
size: 12,
|
|
179
180
|
color: _colors.default.shades.black,
|
|
180
181
|
weight: "bold"
|
|
181
|
-
}, event.home_team_score))), /*#__PURE__*/
|
|
182
|
+
}, event.home_team_score))), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
182
183
|
nativeID: "market_details",
|
|
183
184
|
style: {
|
|
184
185
|
flex: 1
|
|
185
186
|
}
|
|
186
|
-
}, /*#__PURE__*/
|
|
187
|
+
}, /*#__PURE__*/_react.default.createElement(_MarketsCard.default, {
|
|
187
188
|
player_picks: player_picks,
|
|
188
189
|
markets: markets,
|
|
189
190
|
mode: mode,
|
|
@@ -191,7 +192,7 @@ const TeamEventCard = ({
|
|
|
191
192
|
locked: mode == 'view' && (0, _momentMini.default)().isBefore((0, _momentMini.default)(event.scheduled_datetime)) ? true : false,
|
|
192
193
|
competition_match_markets: competition_match_markets,
|
|
193
194
|
onMarketSelect: (mm, player_pick) => handleMarketSelect(mm, player_pick)
|
|
194
|
-
}), loading ? /*#__PURE__*/
|
|
195
|
+
}), loading ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
195
196
|
style: {
|
|
196
197
|
position: 'absolute',
|
|
197
198
|
top: 0,
|
|
@@ -201,16 +202,16 @@ const TeamEventCard = ({
|
|
|
201
202
|
justifyContent: 'center',
|
|
202
203
|
alignItems: 'center'
|
|
203
204
|
}
|
|
204
|
-
}, /*#__PURE__*/
|
|
205
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.ActivityIndicator, {
|
|
205
206
|
size: "large",
|
|
206
207
|
color: _colors.default.brand.midnight
|
|
207
|
-
})) : /*#__PURE__*/
|
|
208
|
+
})) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null))), wager_picks.length > 0 ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
208
209
|
nativeID: "wager_picks"
|
|
209
|
-
}, /*#__PURE__*/
|
|
210
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.FlatList, {
|
|
210
211
|
data: wager_picks,
|
|
211
212
|
renderItem: renderWagerPicks,
|
|
212
213
|
keyExtractor: item => item.player_pick_id.toString()
|
|
213
|
-
})) : /*#__PURE__*/
|
|
214
|
+
})) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null));
|
|
214
215
|
};
|
|
215
216
|
var _default = exports.default = TeamEventCard;
|
|
216
217
|
//# sourceMappingURL=TeamEventCard.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_MarketsCard","_Components","_colors","_momentMini","_api","obj","__esModule","default","TeamEventCard","loading","event","markets","competition_type","competition_match","competition_match_markets","player_picks","mode","onPick","wager_picks","filter","pp","stake","handleMarketSelect","mm","player_pick","market","find","m","market_id","alert","moment","scheduled_datetime","isBefore","FINALIZED_STATUSES","includes","status","event_title","CompetitionHelpers","createPickFromMatchMarket","competition_id","pick_title","getPickTitleForTeamEvent","renderWagerPicks","data","locked","createElement","View","style","flexDirection","marginTop","Text","flex","size","color","Colors","highlights","highlight200","item","textAlign","toFixed","potential_winnings","Fragment","padding","nativeID","alignItems","paddingRight","marginRight","away","rank","brand","cyan","weight","image","url","Image","source","uri","height","width","resizeMode","shades","black","market_name","name","away_sub_title","away_team_score","home","home_sub_title","home_team_score","disabled","isAfter","onMarketSelect","position","top","right","left","bottom","justifyContent","ActivityIndicator","midnight","length","FlatList","renderItem","keyExtractor","player_pick_id","toString","_default","exports"],"sourceRoot":"../../../../src","sources":["Competition/components/TeamEventCard.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -4,13 +4,15 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
var _react = require("react");
|
|
7
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
8
8
|
var _reactNative = require("react-native");
|
|
9
9
|
var _api = require("../api");
|
|
10
10
|
var _colors = _interopRequireDefault(require("../../constants/colors"));
|
|
11
11
|
var _Components = require("../../Components");
|
|
12
12
|
var _momentMini = _interopRequireDefault(require("moment-mini"));
|
|
13
13
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
14
|
+
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); }
|
|
15
|
+
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; }
|
|
14
16
|
const WagerPickForm = ({
|
|
15
17
|
player_pick,
|
|
16
18
|
event_title,
|
|
@@ -62,24 +64,24 @@ const WagerPickForm = ({
|
|
|
62
64
|
potential_winnings: wager.potential_winnings
|
|
63
65
|
});
|
|
64
66
|
};
|
|
65
|
-
return /*#__PURE__*/
|
|
67
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
66
68
|
style: {
|
|
67
69
|
width,
|
|
68
70
|
backgroundColor: _colors.default.shades.white,
|
|
69
71
|
borderTopRightRadius: 22,
|
|
70
72
|
borderTopLeftRadius: 22
|
|
71
73
|
}
|
|
72
|
-
}, /*#__PURE__*/
|
|
74
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
73
75
|
nativeID: "event_info",
|
|
74
76
|
style: {
|
|
75
77
|
padding: 20
|
|
76
78
|
}
|
|
77
|
-
}, /*#__PURE__*/
|
|
79
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
78
80
|
size: 14,
|
|
79
81
|
color: _colors.default.shades.black,
|
|
80
82
|
weight: "bold",
|
|
81
83
|
textAlign: "center"
|
|
82
|
-
}, (0, _momentMini.default)(event_start).format('MM/DD @ hh:mm a')), /*#__PURE__*/
|
|
84
|
+
}, (0, _momentMini.default)(event_start).format('MM/DD @ hh:mm a')), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
83
85
|
style: {
|
|
84
86
|
marginTop: 5
|
|
85
87
|
},
|
|
@@ -87,25 +89,25 @@ const WagerPickForm = ({
|
|
|
87
89
|
color: _colors.default.shades.black,
|
|
88
90
|
weight: "bold",
|
|
89
91
|
textAlign: "center"
|
|
90
|
-
}, event_title)), /*#__PURE__*/
|
|
92
|
+
}, event_title)), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
91
93
|
nativeID: "pick_details",
|
|
92
94
|
style: {
|
|
93
95
|
padding: 10
|
|
94
96
|
}
|
|
95
|
-
}, /*#__PURE__*/
|
|
97
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
96
98
|
nativeID: "outcome",
|
|
97
99
|
style: {
|
|
98
100
|
flexDirection: 'row',
|
|
99
101
|
margin: 5
|
|
100
102
|
}
|
|
101
|
-
}, /*#__PURE__*/
|
|
103
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
102
104
|
style: {
|
|
103
105
|
flex: 1
|
|
104
106
|
},
|
|
105
107
|
size: 14,
|
|
106
108
|
color: _colors.default.shades.black,
|
|
107
109
|
weight: "regular"
|
|
108
|
-
}, "Outcome"), /*#__PURE__*/
|
|
110
|
+
}, "Outcome"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
109
111
|
style: {
|
|
110
112
|
flex: 2
|
|
111
113
|
},
|
|
@@ -113,20 +115,20 @@ const WagerPickForm = ({
|
|
|
113
115
|
color: _colors.default.shades.black,
|
|
114
116
|
weight: "semibold",
|
|
115
117
|
textAlign: "right"
|
|
116
|
-
}, player_pick.pick_title)), /*#__PURE__*/
|
|
118
|
+
}, player_pick.pick_title)), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
117
119
|
nativeID: "probability",
|
|
118
120
|
style: {
|
|
119
121
|
flexDirection: 'row',
|
|
120
122
|
margin: 5
|
|
121
123
|
}
|
|
122
|
-
}, /*#__PURE__*/
|
|
124
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
123
125
|
style: {
|
|
124
126
|
flex: 1
|
|
125
127
|
},
|
|
126
128
|
size: 14,
|
|
127
129
|
color: _colors.default.shades.black,
|
|
128
130
|
weight: "regular"
|
|
129
|
-
}, "Probability"), /*#__PURE__*/
|
|
131
|
+
}, "Probability"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
130
132
|
style: {
|
|
131
133
|
flex: 2
|
|
132
134
|
},
|
|
@@ -134,20 +136,20 @@ const WagerPickForm = ({
|
|
|
134
136
|
color: _colors.default.shades.black,
|
|
135
137
|
weight: "semibold",
|
|
136
138
|
textAlign: "right"
|
|
137
|
-
}, (player_pick.probability * 100).toFixed(2), "%")), /*#__PURE__*/
|
|
139
|
+
}, (player_pick.probability * 100).toFixed(2), "%")), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
138
140
|
nativeID: "odds",
|
|
139
141
|
style: {
|
|
140
142
|
flexDirection: 'row',
|
|
141
143
|
margin: 5
|
|
142
144
|
}
|
|
143
|
-
}, /*#__PURE__*/
|
|
145
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
144
146
|
style: {
|
|
145
147
|
flex: 1
|
|
146
148
|
},
|
|
147
149
|
size: 14,
|
|
148
150
|
color: _colors.default.shades.black,
|
|
149
151
|
weight: "regular"
|
|
150
|
-
}, "Odds"), /*#__PURE__*/
|
|
152
|
+
}, "Odds"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
151
153
|
style: {
|
|
152
154
|
flex: 2
|
|
153
155
|
},
|
|
@@ -155,23 +157,23 @@ const WagerPickForm = ({
|
|
|
155
157
|
color: _colors.default.shades.black,
|
|
156
158
|
weight: "semibold",
|
|
157
159
|
textAlign: "right"
|
|
158
|
-
}, _api.CompetitionHelpers.getOddsLabel(player_pick.odds)))), /*#__PURE__*/
|
|
160
|
+
}, _api.CompetitionHelpers.getOddsLabel(player_pick.odds)))), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
159
161
|
nativeID: "pick_input",
|
|
160
162
|
style: {
|
|
161
163
|
flexDirection: 'row',
|
|
162
164
|
padding: 10,
|
|
163
165
|
backgroundColor: _colors.default.shades.shade100
|
|
164
166
|
}
|
|
165
|
-
}, /*#__PURE__*/
|
|
167
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
166
168
|
style: {
|
|
167
169
|
flex: 1,
|
|
168
170
|
marginRight: 10
|
|
169
171
|
}
|
|
170
|
-
}, /*#__PURE__*/
|
|
172
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
171
173
|
size: 14,
|
|
172
174
|
color: _colors.default.brand.slate,
|
|
173
175
|
weight: "regular"
|
|
174
|
-
}, "WAGER AMOUNT"), /*#__PURE__*/
|
|
176
|
+
}, "WAGER AMOUNT"), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
175
177
|
style: {
|
|
176
178
|
flex: 1,
|
|
177
179
|
flexDirection: 'row',
|
|
@@ -181,7 +183,7 @@ const WagerPickForm = ({
|
|
|
181
183
|
borderWidth: 1,
|
|
182
184
|
borderColor: _colors.default.accents.accent100
|
|
183
185
|
}
|
|
184
|
-
}, /*#__PURE__*/
|
|
186
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
185
187
|
size: 14,
|
|
186
188
|
textAlign: "center",
|
|
187
189
|
color: _colors.default.shades.black,
|
|
@@ -190,7 +192,7 @@ const WagerPickForm = ({
|
|
|
190
192
|
borderRightWidth: 1,
|
|
191
193
|
borderColor: _colors.default.accents.accent100
|
|
192
194
|
}
|
|
193
|
-
}, "E"), /*#__PURE__*/
|
|
195
|
+
}, "E"), /*#__PURE__*/_react.default.createElement(_reactNative.TextInput, {
|
|
194
196
|
style: {
|
|
195
197
|
textAlign: 'center',
|
|
196
198
|
color: _colors.default.shades.black,
|
|
@@ -199,22 +201,22 @@ const WagerPickForm = ({
|
|
|
199
201
|
},
|
|
200
202
|
value: wager.stake_label,
|
|
201
203
|
onChangeText: text => handleWagerChange(text)
|
|
202
|
-
})), /*#__PURE__*/
|
|
204
|
+
})), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
203
205
|
weight: "semibold",
|
|
204
206
|
style: {
|
|
205
207
|
margin: 5
|
|
206
208
|
},
|
|
207
209
|
color: _colors.default.utility.success
|
|
208
|
-
}, balance.toFixed(2), " Available")), /*#__PURE__*/
|
|
210
|
+
}, balance.toFixed(2), " Available")), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
209
211
|
style: {
|
|
210
212
|
flex: 1,
|
|
211
213
|
marginLeft: 10
|
|
212
214
|
}
|
|
213
|
-
}, /*#__PURE__*/
|
|
215
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
214
216
|
size: 14,
|
|
215
217
|
color: _colors.default.brand.slate,
|
|
216
218
|
weight: "regular"
|
|
217
|
-
}, "WINNINGS"), /*#__PURE__*/
|
|
219
|
+
}, "WINNINGS"), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
218
220
|
style: {
|
|
219
221
|
flexDirection: 'row',
|
|
220
222
|
marginTop: 5,
|
|
@@ -222,7 +224,7 @@ const WagerPickForm = ({
|
|
|
222
224
|
borderWidth: 1,
|
|
223
225
|
borderColor: _colors.default.accents.accent100
|
|
224
226
|
}
|
|
225
|
-
}, /*#__PURE__*/
|
|
227
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
226
228
|
size: 14,
|
|
227
229
|
textAlign: "center",
|
|
228
230
|
color: _colors.default.shades.black,
|
|
@@ -231,7 +233,7 @@ const WagerPickForm = ({
|
|
|
231
233
|
borderRightWidth: 1,
|
|
232
234
|
borderColor: _colors.default.shades.shade100
|
|
233
235
|
}
|
|
234
|
-
}, "E"), /*#__PURE__*/
|
|
236
|
+
}, "E"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
235
237
|
style: {
|
|
236
238
|
padding: 10,
|
|
237
239
|
flex: 1
|
|
@@ -239,13 +241,13 @@ const WagerPickForm = ({
|
|
|
239
241
|
textAlign: "center",
|
|
240
242
|
size: 14,
|
|
241
243
|
color: _colors.default.shades.black
|
|
242
|
-
}, wager.potential_winnings.toFixed(2))))), /*#__PURE__*/
|
|
244
|
+
}, wager.potential_winnings.toFixed(2))))), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
243
245
|
nativeID: "pick_actions",
|
|
244
246
|
style: {
|
|
245
247
|
flexDirection: 'row',
|
|
246
248
|
padding: 10
|
|
247
249
|
}
|
|
248
|
-
}, /*#__PURE__*/
|
|
250
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Button, {
|
|
249
251
|
style: {
|
|
250
252
|
flex: 1,
|
|
251
253
|
marginRight: 3
|
|
@@ -257,7 +259,7 @@ const WagerPickForm = ({
|
|
|
257
259
|
title: "Cancel",
|
|
258
260
|
title_color: _colors.default.brand.electric,
|
|
259
261
|
onPress: () => onCancel()
|
|
260
|
-
}), /*#__PURE__*/
|
|
262
|
+
}), /*#__PURE__*/_react.default.createElement(_Components.Button, {
|
|
261
263
|
borderRadius: 4,
|
|
262
264
|
style: {
|
|
263
265
|
flex: 2,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","require","_reactNative","_api","_colors","_interopRequireDefault","_Components","_momentMini","obj","__esModule","default","WagerPickForm","player_pick","event_title","balance","event_start","width","loading","onCancel","onSubmit","reviewed","setReviewed","useState","wager","setWager","stake","stake_label","potential_winnings","handleWagerChange","text","wager_amt","parseFloat","CompetitionHelpers","calcPotentialWinnings","odds","toString","handleSubmit","alert","React","createElement","View","style","backgroundColor","Colors","shades","white","borderTopRightRadius","borderTopLeftRadius","nativeID","padding","Text","size","color","black","weight","textAlign","moment","format","marginTop","flexDirection","margin","flex","pick_title","probability","toFixed","getOddsLabel","shade100","marginRight","brand","slate","borderRadius","borderWidth","borderColor","accents","accent100","borderRightWidth","TextInput","fontSize","value","onChangeText","utility","success","marginLeft","Button","electric","title","title_color","onPress","opacity","disabled","_default","exports"],"sourceRoot":"../../../../src","sources":["Competition/components/WagerPickForm.tsx"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_api","_colors","_interopRequireDefault","_Components","_momentMini","obj","__esModule","default","_getRequireWildcardCache","e","WeakMap","r","t","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","WagerPickForm","player_pick","event_title","balance","event_start","width","loading","onCancel","onSubmit","reviewed","setReviewed","useState","wager","setWager","stake","stake_label","potential_winnings","handleWagerChange","text","wager_amt","parseFloat","CompetitionHelpers","calcPotentialWinnings","odds","toString","handleSubmit","alert","createElement","View","style","backgroundColor","Colors","shades","white","borderTopRightRadius","borderTopLeftRadius","nativeID","padding","Text","size","color","black","weight","textAlign","moment","format","marginTop","flexDirection","margin","flex","pick_title","probability","toFixed","getOddsLabel","shade100","marginRight","brand","slate","borderRadius","borderWidth","borderColor","accents","accent100","borderRightWidth","TextInput","fontSize","value","onChangeText","utility","success","marginLeft","Button","electric","title","title_color","onPress","opacity","disabled","_default","exports"],"sourceRoot":"../../../../src","sources":["Competition/components/WagerPickForm.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,uBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AAEA,IAAAE,IAAA,GAAAF,OAAA;AACA,IAAAG,OAAA,GAAAC,sBAAA,CAAAJ,OAAA;AACA,IAAAK,WAAA,GAAAL,OAAA;AACA,IAAAM,WAAA,GAAAF,sBAAA,CAAAJ,OAAA;AAAgC,SAAAI,uBAAAG,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,KAAAE,OAAA,EAAAF,GAAA;AAAA,SAAAG,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAZ,wBAAAY,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAH,UAAA,SAAAG,CAAA,eAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,WAAAF,OAAA,EAAAE,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAC,GAAA,CAAAJ,CAAA,UAAAG,CAAA,CAAAE,GAAA,CAAAL,CAAA,OAAAM,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAZ,CAAA,oBAAAY,CAAA,OAAAC,cAAA,CAAAC,IAAA,CAAAd,CAAA,EAAAY,CAAA,SAAAG,CAAA,GAAAP,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAX,CAAA,EAAAY,CAAA,UAAAG,CAAA,KAAAA,CAAA,CAAAV,GAAA,IAAAU,CAAA,CAAAC,GAAA,IAAAP,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAG,CAAA,IAAAT,CAAA,CAAAM,CAAA,IAAAZ,CAAA,CAAAY,CAAA,YAAAN,CAAA,CAAAR,OAAA,GAAAE,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAa,GAAA,CAAAhB,CAAA,EAAAM,CAAA,GAAAA,CAAA;AAchC,MAAMW,aAAa,GAAGA,CAAC;EAAEC,WAAW;EAAEC,WAAW;EAAEC,OAAO;EAAEC,WAAW;EAAEC,KAAK;EAAEC,OAAO;EAAEC,QAAQ;EAAEC;AAA4B,CAAC,KAAK;EACjI,MAAM,CAAEC,QAAQ,EAAEC,WAAW,CAAE,GAAG,IAAAC,eAAQ,EAAC,KAAK,CAAC;EACjD,MAAM,CAAEC,KAAK,EAAEC,QAAQ,CAAE,GAAG,IAAAF,eAAQ,EAAC;IAAEG,KAAK,EAAC,CAAC;IAAEC,WAAW,EAAE,GAAG;IAAEC,kBAAkB,EAAE;EAAE,CAAC,CAAC;EAG1F,MAAMC,iBAAiB,GAAIC,IAAW,IAAK;IACvC,IAAGA,IAAI,IAAI,EAAE,EAAC;MAAE,OAAOL,QAAQ,CAAC;QAAEC,KAAK,EAAC,CAAC;QAAEC,WAAW,EAAC,GAAG;QAAEC,kBAAkB,EAAC;MAAE,CAAC,CAAC;IAAC;IACpF,IAAIG,SAAS,GAAGC,UAAU,CAACF,IAAI,CAAC;IAChC,IAAIF,kBAAkB,GAAGK,uBAAkB,CAACC,qBAAqB,CAACH,SAAS,EAAElB,WAAW,CAACsB,IAAI,CAAC;IAC9FV,QAAQ,CAAC;MAAEC,KAAK,EAACK,SAAS;MAAEJ,WAAW,EAACI,SAAS,CAACK,QAAQ,CAAC,CAAC;MAAER;IAAmB,CAAC,CAAC;EACvF,CAAC;EAED,MAAMS,YAAY,GAAGA,CAAA,KAAM;IACvB,IAAGb,KAAK,CAACE,KAAK,GAAGX,OAAO,EAAC;MAAE,OAAOuB,KAAK,CAAC,iCAAiC,CAAC;IAAC;IAC3E,IAAG,CAACjB,QAAQ,EAAC;MAAE,OAAOC,WAAW,CAAC,IAAI,CAAC;IAAC;IACxC,IAAGE,KAAK,CAACE,KAAK,IAAI,CAAC,EAAC;MAAE,OAAOY,KAAK,CAAC,sBAAsB,CAAC;IAAC;IAC3D,IAAGd,KAAK,CAACI,kBAAkB,IAAI,CAAC,EAAC;MAAE,OAAOU,KAAK,CAAC,eAAe,CAAC;IAAC;IACjElB,QAAQ,CAAC;MAAE,GAAGP,WAAW;MAAEa,KAAK,EAAEF,KAAK,CAACE,KAAK;MAAEE,kBAAkB,EAAEJ,KAAK,CAACI;IAAmB,CAAC,CAAC;EAClG,CAAC;EAED,oBACI9C,MAAA,CAAAW,OAAA,CAAA8C,aAAA,CAACtD,YAAA,CAAAuD,IAAI;IAACC,KAAK,EAAE;MAAExB,KAAK;MAAEyB,eAAe,EAACC,eAAM,CAACC,MAAM,CAACC,KAAK;MAAEC,oBAAoB,EAAC,EAAE;MAAEC,mBAAmB,EAAC;IAAG;EAAE,gBACzGjE,MAAA,CAAAW,OAAA,CAAA8C,aAAA,CAACtD,YAAA,CAAAuD,IAAI;IAACQ,QAAQ,EAAC,YAAY;IAACP,KAAK,EAAE;MAAEQ,OAAO,EAAC;IAAG;EAAE,gBAC9CnE,MAAA,CAAAW,OAAA,CAAA8C,aAAA,CAAClD,WAAA,CAAA6D,IAAI;IAACC,IAAI,EAAE,EAAG;IAACC,KAAK,EAAET,eAAM,CAACC,MAAM,CAACS,KAAM;IAACC,MAAM,EAAC,MAAM;IAACC,SAAS,EAAC;EAAQ,GAAE,IAAAC,mBAAM,EAACxC,WAAW,CAAC,CAACyC,MAAM,CAAC,iBAAiB,CAAQ,CAAC,eACnI3E,MAAA,CAAAW,OAAA,CAAA8C,aAAA,CAAClD,WAAA,CAAA6D,IAAI;IAACT,KAAK,EAAE;MAAEiB,SAAS,EAAC;IAAE,CAAE;IAACP,IAAI,EAAE,EAAG;IAACC,KAAK,EAAET,eAAM,CAACC,MAAM,CAACS,KAAM;IAACC,MAAM,EAAC,MAAM;IAACC,SAAS,EAAC;EAAQ,GAAEzC,WAAkB,CACtH,CAAC,eACPhC,MAAA,CAAAW,OAAA,CAAA8C,aAAA,CAACtD,YAAA,CAAAuD,IAAI;IAACQ,QAAQ,EAAC,cAAc;IAACP,KAAK,EAAE;MAAEQ,OAAO,EAAC;IAAG;EAAE,gBAChDnE,MAAA,CAAAW,OAAA,CAAA8C,aAAA,CAACtD,YAAA,CAAAuD,IAAI;IAACQ,QAAQ,EAAC,SAAS;IAACP,KAAK,EAAE;MAAEkB,aAAa,EAAC,KAAK;MAAEC,MAAM,EAAC;IAAE;EAAE,gBAC9D9E,MAAA,CAAAW,OAAA,CAAA8C,aAAA,CAAClD,WAAA,CAAA6D,IAAI;IAACT,KAAK,EAAE;MAAEoB,IAAI,EAAC;IAAE,CAAE;IAACV,IAAI,EAAE,EAAG;IAACC,KAAK,EAAET,eAAM,CAACC,MAAM,CAACS,KAAM;IAACC,MAAM,EAAC;EAAS,GAAC,SAAa,CAAC,eAC9FxE,MAAA,CAAAW,OAAA,CAAA8C,aAAA,CAAClD,WAAA,CAAA6D,IAAI;IAACT,KAAK,EAAE;MAAEoB,IAAI,EAAC;IAAE,CAAE;IAACV,IAAI,EAAE,EAAG;IAACC,KAAK,EAAET,eAAM,CAACC,MAAM,CAACS,KAAM;IAACC,MAAM,EAAC,UAAU;IAACC,SAAS,EAAC;EAAO,GAAE1C,WAAW,CAACiD,UAAiB,CAC/H,CAAC,eACPhF,MAAA,CAAAW,OAAA,CAAA8C,aAAA,CAACtD,YAAA,CAAAuD,IAAI;IAACQ,QAAQ,EAAC,aAAa;IAACP,KAAK,EAAE;MAAEkB,aAAa,EAAC,KAAK;MAAEC,MAAM,EAAC;IAAE;EAAE,gBAClE9E,MAAA,CAAAW,OAAA,CAAA8C,aAAA,CAAClD,WAAA,CAAA6D,IAAI;IAACT,KAAK,EAAE;MAAEoB,IAAI,EAAC;IAAE,CAAE;IAACV,IAAI,EAAE,EAAG;IAACC,KAAK,EAAET,eAAM,CAACC,MAAM,CAACS,KAAM;IAACC,MAAM,EAAC;EAAS,GAAC,aAAiB,CAAC,eAClGxE,MAAA,CAAAW,OAAA,CAAA8C,aAAA,CAAClD,WAAA,CAAA6D,IAAI;IAACT,KAAK,EAAE;MAAEoB,IAAI,EAAC;IAAE,CAAE;IAACV,IAAI,EAAE,EAAG;IAACC,KAAK,EAAET,eAAM,CAACC,MAAM,CAACS,KAAM;IAACC,MAAM,EAAC,UAAU;IAACC,SAAS,EAAC;EAAO,GAAE,CAAC1C,WAAW,CAACkD,WAAW,GAAG,GAAG,EAAEC,OAAO,CAAC,CAAC,CAAC,EAAC,GAAO,CACpJ,CAAC,eACPlF,MAAA,CAAAW,OAAA,CAAA8C,aAAA,CAACtD,YAAA,CAAAuD,IAAI;IAACQ,QAAQ,EAAC,MAAM;IAACP,KAAK,EAAE;MAAEkB,aAAa,EAAC,KAAK;MAAEC,MAAM,EAAC;IAAE;EAAE,gBAC3D9E,MAAA,CAAAW,OAAA,CAAA8C,aAAA,CAAClD,WAAA,CAAA6D,IAAI;IAACT,KAAK,EAAE;MAAEoB,IAAI,EAAC;IAAE,CAAE;IAACV,IAAI,EAAE,EAAG;IAACC,KAAK,EAAET,eAAM,CAACC,MAAM,CAACS,KAAM;IAACC,MAAM,EAAC;EAAS,GAAC,MAAU,CAAC,eAC3FxE,MAAA,CAAAW,OAAA,CAAA8C,aAAA,CAAClD,WAAA,CAAA6D,IAAI;IAACT,KAAK,EAAE;MAAEoB,IAAI,EAAC;IAAE,CAAE;IAACV,IAAI,EAAE,EAAG;IAACC,KAAK,EAAET,eAAM,CAACC,MAAM,CAACS,KAAM;IAACC,MAAM,EAAC,UAAU;IAACC,SAAS,EAAC;EAAO,GAAEtB,uBAAkB,CAACgC,YAAY,CAACpD,WAAW,CAACsB,IAAI,CAAQ,CAC1J,CACJ,CAAC,eACPrD,MAAA,CAAAW,OAAA,CAAA8C,aAAA,CAACtD,YAAA,CAAAuD,IAAI;IAACQ,QAAQ,EAAC,YAAY;IAACP,KAAK,EAAE;MAAEkB,aAAa,EAAC,KAAK;MAAEV,OAAO,EAAC,EAAE;MAAEP,eAAe,EAACC,eAAM,CAACC,MAAM,CAACsB;IAAS;EAAE,gBAC3GpF,MAAA,CAAAW,OAAA,CAAA8C,aAAA,CAACtD,YAAA,CAAAuD,IAAI;IAACC,KAAK,EAAE;MAAEoB,IAAI,EAAC,CAAC;MAAEM,WAAW,EAAC;IAAG;EAAE,gBACpCrF,MAAA,CAAAW,OAAA,CAAA8C,aAAA,CAAClD,WAAA,CAAA6D,IAAI;IAACC,IAAI,EAAE,EAAG;IAACC,KAAK,EAAET,eAAM,CAACyB,KAAK,CAACC,KAAM;IAACf,MAAM,EAAC;EAAS,GAAC,cAAkB,CAAC,eAC/ExE,MAAA,CAAAW,OAAA,CAAA8C,aAAA,CAACtD,YAAA,CAAAuD,IAAI;IAACC,KAAK,EAAE;MAAEoB,IAAI,EAAC,CAAC;MAAEF,aAAa,EAAC,KAAK;MAAED,SAAS,EAAC,CAAC;MAAEY,YAAY,EAAC,CAAC;MAAE5B,eAAe,EAACC,eAAM,CAACC,MAAM,CAACC,KAAK;MAAE0B,WAAW,EAAC,CAAC;MAAEC,WAAW,EAAC7B,eAAM,CAAC8B,OAAO,CAACC;IAAU;EAAE,gBAChK5F,MAAA,CAAAW,OAAA,CAAA8C,aAAA,CAAClD,WAAA,CAAA6D,IAAI;IAACC,IAAI,EAAE,EAAG;IAACI,SAAS,EAAC,QAAQ;IAACH,KAAK,EAAET,eAAM,CAACC,MAAM,CAACS,KAAM;IAACZ,KAAK,EAAE;MAAEQ,OAAO,EAAC,EAAE;MAAE0B,gBAAgB,EAAC,CAAC;MAAEH,WAAW,EAAC7B,eAAM,CAAC8B,OAAO,CAACC;IAAU;EAAE,GAAC,GAAO,CAAC,eACxJ5F,MAAA,CAAAW,OAAA,CAAA8C,aAAA,CAACtD,YAAA,CAAA2F,SAAS;IACNnC,KAAK,EAAE;MAAEc,SAAS,EAAC,QAAQ;MAAEH,KAAK,EAACT,eAAM,CAACC,MAAM,CAACS,KAAK;MAAEwB,QAAQ,EAAC,EAAE;MAAEnC,eAAe,EAACC,eAAM,CAACC,MAAM,CAACC;IAAM,CAAE;IAC3GiC,KAAK,EAAEtD,KAAK,CAACG,WAAY;IACzBoD,YAAY,EAAGjD,IAAI,IAAKD,iBAAiB,CAACC,IAAI;EAAE,CACnD,CACC,CAAC,eACPhD,MAAA,CAAAW,OAAA,CAAA8C,aAAA,CAAClD,WAAA,CAAA6D,IAAI;IAACI,MAAM,EAAC,UAAU;IAACb,KAAK,EAAE;MAAEmB,MAAM,EAAC;IAAE,CAAE;IAACR,KAAK,EAAET,eAAM,CAACqC,OAAO,CAACC;EAAQ,GAAElE,OAAO,CAACiD,OAAO,CAAC,CAAC,CAAC,EAAC,YAAgB,CAC9G,CAAC,eACPlF,MAAA,CAAAW,OAAA,CAAA8C,aAAA,CAACtD,YAAA,CAAAuD,IAAI;IAACC,KAAK,EAAE;MAAEoB,IAAI,EAAC,CAAC;MAAEqB,UAAU,EAAC;IAAG;EAAE,gBACnCpG,MAAA,CAAAW,OAAA,CAAA8C,aAAA,CAAClD,WAAA,CAAA6D,IAAI;IAACC,IAAI,EAAE,EAAG;IAACC,KAAK,EAAET,eAAM,CAACyB,KAAK,CAACC,KAAM;IAACf,MAAM,EAAC;EAAS,GAAC,UAAc,CAAC,eAC3ExE,MAAA,CAAAW,OAAA,CAAA8C,aAAA,CAACtD,YAAA,CAAAuD,IAAI;IAACC,KAAK,EAAE;MAAEkB,aAAa,EAAC,KAAK;MAAED,SAAS,EAAC,CAAC;MAAEY,YAAY,EAAC,CAAC;MAAEC,WAAW,EAAC,CAAC;MAAEC,WAAW,EAAC7B,eAAM,CAAC8B,OAAO,CAACC;IAAU;EAAE,gBACnH5F,MAAA,CAAAW,OAAA,CAAA8C,aAAA,CAAClD,WAAA,CAAA6D,IAAI;IAACC,IAAI,EAAE,EAAG;IAACI,SAAS,EAAC,QAAQ;IAACH,KAAK,EAAET,eAAM,CAACC,MAAM,CAACS,KAAM;IAACZ,KAAK,EAAE;MAAEQ,OAAO,EAAC,EAAE;MAAE0B,gBAAgB,EAAC,CAAC;MAAEH,WAAW,EAAC7B,eAAM,CAACC,MAAM,CAACsB;IAAS;EAAE,GAAC,GAAO,CAAC,eACtJpF,MAAA,CAAAW,OAAA,CAAA8C,aAAA,CAAClD,WAAA,CAAA6D,IAAI;IACDT,KAAK,EAAE;MAAEQ,OAAO,EAAC,EAAE;MAAEY,IAAI,EAAC;IAAE,CAAE;IAC9BN,SAAS,EAAC,QAAQ;IAClBJ,IAAI,EAAE,EAAG;IAACC,KAAK,EAAET,eAAM,CAACC,MAAM,CAACS;EAAM,GAEpC7B,KAAK,CAACI,kBAAkB,CAACoC,OAAO,CAAC,CAAC,CACjC,CACJ,CACJ,CACJ,CAAC,eACPlF,MAAA,CAAAW,OAAA,CAAA8C,aAAA,CAACtD,YAAA,CAAAuD,IAAI;IAACQ,QAAQ,EAAC,cAAc;IAACP,KAAK,EAAE;MAAEkB,aAAa,EAAC,KAAK;MAAEV,OAAO,EAAC;IAAG;EAAE,gBACrEnE,MAAA,CAAAW,OAAA,CAAA8C,aAAA,CAAClD,WAAA,CAAA8F,MAAM;IACH1C,KAAK,EAAE;MAAEoB,IAAI,EAAC,CAAC;MAAEM,WAAW,EAAC;IAAE,CAAE;IACjCG,YAAY,EAAE,CAAE;IAChBC,WAAW,EAAE,CAAE;IACfC,WAAW,EAAE7B,eAAM,CAACyB,KAAK,CAACgB,QAAS;IACnCnC,OAAO,EAAE,EAAG;IACZoC,KAAK,EAAC,QAAQ;IACdC,WAAW,EAAE3C,eAAM,CAACyB,KAAK,CAACgB,QAAS;IACnCG,OAAO,EAAEA,CAAA,KAAMpE,QAAQ,CAAC;EAAE,CAC7B,CAAC,eACDrC,MAAA,CAAAW,OAAA,CAAA8C,aAAA,CAAClD,WAAA,CAAA8F,MAAM;IACJb,YAAY,EAAE,CAAE;IAChB7B,KAAK,EAAE;MAAEoB,IAAI,EAAC,CAAC;MAAEqB,UAAU,EAAC,CAAC;MAAEM,OAAO,EAACtE,OAAO,IAAIM,KAAK,CAACE,KAAK,IAAI,CAAC,IAAIF,KAAK,CAACE,KAAK,GAAGX,OAAO,GAAG,GAAG,GAAG;IAAE,CAAE;IACxG0E,QAAQ,EAAGvE,OAAO,IAAIM,KAAK,CAACE,KAAK,IAAI,CAAC,IAAIF,KAAK,CAACE,KAAK,GAAGX,OAAO,GAAG,IAAI,GAAG,KAAO;IAChF2B,eAAe,EAAErB,QAAQ,GAACsB,eAAM,CAACqC,OAAO,CAACC,OAAO,GAACtC,eAAM,CAACyB,KAAK,CAACgB,QAAS;IACvEnC,OAAO,EAAE,EAAG;IACZoC,KAAK,EAAEhE,QAAQ,GAAG,QAAQ,GAAG,QAAS;IACtCiE,WAAW,EAAE3C,eAAM,CAACC,MAAM,CAACC,KAAM;IACjC0C,OAAO,EAAEA,CAAA,KAAMlD,YAAY,CAAC;EAAE,CACjC,CACC,CACJ,CAAC;AAEf,CAAC;AAAA,IAAAqD,QAAA,GAAAC,OAAA,CAAAlG,OAAA,GAEcmB,aAAa","ignoreList":[]}
|
|
@@ -4,11 +4,13 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
var _react = require("react");
|
|
7
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
8
8
|
var _CompetitionPlay = _interopRequireDefault(require("./components/CompetitionPlay"));
|
|
9
9
|
var _api = require("./api");
|
|
10
10
|
var _reactNative = require("react-native");
|
|
11
11
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
12
|
+
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); }
|
|
13
|
+
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; }
|
|
12
14
|
const CompetitionModule = ({
|
|
13
15
|
competition_id,
|
|
14
16
|
player_id,
|
|
@@ -23,11 +25,11 @@ const CompetitionModule = ({
|
|
|
23
25
|
if (!ready) {
|
|
24
26
|
return;
|
|
25
27
|
}
|
|
26
|
-
return /*#__PURE__*/
|
|
28
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
27
29
|
style: {
|
|
28
30
|
height: 800
|
|
29
31
|
}
|
|
30
|
-
}, /*#__PURE__*/
|
|
32
|
+
}, /*#__PURE__*/_react.default.createElement(_CompetitionPlay.default, {
|
|
31
33
|
player_id: player_id,
|
|
32
34
|
onRequestAuthentication: onRequestAuthentication,
|
|
33
35
|
onEvent: onEvent,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","require","_CompetitionPlay","_interopRequireDefault","_api","_reactNative","obj","__esModule","default","CompetitionModule","competition_id","player_id","onEvent","onRequestAuthentication","ready","setReady","useState","useEffect","CompetitionApi","setEnvironment","
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireWildcard","require","_CompetitionPlay","_interopRequireDefault","_api","_reactNative","obj","__esModule","default","_getRequireWildcardCache","e","WeakMap","r","t","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","CompetitionModule","competition_id","player_id","onEvent","onRequestAuthentication","ready","setReady","useState","useEffect","CompetitionApi","setEnvironment","createElement","View","style","height","width","_default","exports"],"sourceRoot":"../../../src","sources":["Competition/index.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,uBAAA,CAAAC,OAAA;AACA,IAAAC,gBAAA,GAAAC,sBAAA,CAAAF,OAAA;AACA,IAAAG,IAAA,GAAAH,OAAA;AACA,IAAAI,YAAA,GAAAJ,OAAA;AAAoC,SAAAE,uBAAAG,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,KAAAE,OAAA,EAAAF,GAAA;AAAA,SAAAG,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAV,wBAAAU,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAH,UAAA,SAAAG,CAAA,eAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,WAAAF,OAAA,EAAAE,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAC,GAAA,CAAAJ,CAAA,UAAAG,CAAA,CAAAE,GAAA,CAAAL,CAAA,OAAAM,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAZ,CAAA,oBAAAY,CAAA,OAAAC,cAAA,CAAAC,IAAA,CAAAd,CAAA,EAAAY,CAAA,SAAAG,CAAA,GAAAP,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAX,CAAA,EAAAY,CAAA,UAAAG,CAAA,KAAAA,CAAA,CAAAV,GAAA,IAAAU,CAAA,CAAAC,GAAA,IAAAP,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAG,CAAA,IAAAT,CAAA,CAAAM,CAAA,IAAAZ,CAAA,CAAAY,CAAA,YAAAN,CAAA,CAAAR,OAAA,GAAAE,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAa,GAAA,CAAAhB,CAAA,EAAAM,CAAA,GAAAA,CAAA;AAUpC,MAAMW,iBAAiB,GAAGA,CAAC;EAAEC,cAAc;EAAEC,SAAS;EAAEC,OAAO;EAAEC;AAA+C,CAAC,KAAK;EAClH,MAAM,CAAEC,KAAK,EAAEC,QAAQ,CAAE,GAAG,IAAAC,eAAQ,EAAC,KAAK,CAAC;EAC3C,IAAAC,gBAAS,EAAC,MAAM;IACZC,mBAAc,CAACC,cAAc,CAAC,CAAC;IAC/BJ,QAAQ,CAAC,IAAI,CAAC;EAClB,CAAC,EAAC,EAAE,CAAC;EACL,IAAG,CAACD,KAAK,EAAC;IAAE;EAAO;EAEnB,oBACIjC,MAAA,CAAAS,OAAA,CAAA8B,aAAA,CAACjC,YAAA,CAAAkC,IAAI;IAACC,KAAK,EAAE;MAAEC,MAAM,EAAC;IAAI;EAAE,gBACxB1C,MAAA,CAAAS,OAAA,CAAA8B,aAAA,CAACpC,gBAAA,CAAAM,OAAe;IACZqB,SAAS,EAAEA,SAAU;IACrBE,uBAAuB,EAAEA,uBAAwB;IACjDD,OAAO,EAAEA,OAAQ;IACjBF,cAAc,EAAEA,cAAe;IAC/Bc,KAAK,EAAE,GAAI;IACXD,MAAM,EAAE;EAAI,CACf,CACC,CAAC;AAEf,CAAC;AAAA,IAAAE,QAAA,GAAAC,OAAA,CAAApC,OAAA,GAEcmB,iBAAiB","ignoreList":[]}
|