be-components 1.1.1 → 1.1.3
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 +36 -35
- 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 +32 -29
- 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 +30 -28
- 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 -0
- 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 +7 -6
- 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 +2 -2
- 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 +2 -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 -0
- 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 +8 -6
- package/src/Squares/components/SquaresDetails.tsx +1 -1
- package/src/Squares/index.tsx +2 -2
- 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,9 +4,9 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
7
8
|
var _reactNative = require("react-native");
|
|
8
9
|
var _colors = _interopRequireDefault(require("../../constants/colors"));
|
|
9
|
-
var _react = require("react");
|
|
10
10
|
var _TeamEventCard = _interopRequireDefault(require("./TeamEventCard"));
|
|
11
11
|
var _NavOutPrompt = _interopRequireDefault(require("./NavOutPrompt"));
|
|
12
12
|
var _AthleteMarketCard = _interopRequireDefault(require("./AthleteMarketCard"));
|
|
@@ -27,6 +27,8 @@ var _Components = require("../../Components");
|
|
|
27
27
|
var _LinearDiagnal = _interopRequireDefault(require("../../Components/LinearDiagnal"));
|
|
28
28
|
var _Spring = _interopRequireDefault(require("../../Components/Spring"));
|
|
29
29
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
30
|
+
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); }
|
|
31
|
+
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; }
|
|
30
32
|
const CompetitionPlay = ({
|
|
31
33
|
player_id,
|
|
32
34
|
company,
|
|
@@ -411,19 +413,19 @@ const CompetitionPlay = ({
|
|
|
411
413
|
const renderAthleteEvents = data => {
|
|
412
414
|
const event = events.find(e => e.event_id == data.item.event_id);
|
|
413
415
|
if (!event || !competition || !competition_type) {
|
|
414
|
-
return /*#__PURE__*/
|
|
416
|
+
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null);
|
|
415
417
|
}
|
|
416
418
|
const athlete = athletes.find(a => a.athlete_id == data.item.side_id_override);
|
|
417
419
|
if (!athlete) {
|
|
418
|
-
return /*#__PURE__*/
|
|
420
|
+
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null);
|
|
419
421
|
}
|
|
420
422
|
const match_markets = competition_match_markets.filter(cmm => cmm.competition_match_id == data.item.competition_match_id);
|
|
421
423
|
const event_picks = player_picks.filter(pp => pp.competition_match_id == data.item.competition_match_id);
|
|
422
424
|
const isLoading = pick_loading == data.item.competition_match_id ? true : false;
|
|
423
425
|
if (match_markets.length != 2) {
|
|
424
|
-
return /*#__PURE__*/
|
|
426
|
+
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null);
|
|
425
427
|
}
|
|
426
|
-
return /*#__PURE__*/
|
|
428
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
427
429
|
style: {
|
|
428
430
|
minWidth: 150,
|
|
429
431
|
flex: 1,
|
|
@@ -435,7 +437,7 @@ const CompetitionPlay = ({
|
|
|
435
437
|
backgroundColor: _colors.default.shades.white,
|
|
436
438
|
..._styles.view_styles.float
|
|
437
439
|
}
|
|
438
|
-
}, /*#__PURE__*/
|
|
440
|
+
}, /*#__PURE__*/_react.default.createElement(_AthleteMarketCard.default, {
|
|
439
441
|
event: event,
|
|
440
442
|
athlete: athlete,
|
|
441
443
|
competition: competition,
|
|
@@ -453,18 +455,18 @@ const CompetitionPlay = ({
|
|
|
453
455
|
const renderEvents = data => {
|
|
454
456
|
const event = events.find(e => e.event_id == data.item.event_id);
|
|
455
457
|
if (!event || !competition || !competition_type) {
|
|
456
|
-
return /*#__PURE__*/
|
|
458
|
+
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null);
|
|
457
459
|
}
|
|
458
460
|
const match_markets = competition_match_markets.filter(cmm => cmm.competition_match_id == data.item.competition_match_id);
|
|
459
461
|
const event_picks = player_picks.filter(pp => pp.competition_match_id == data.item.competition_match_id);
|
|
460
462
|
const isLoading = pick_loading == data.item.competition_match_id ? true : false;
|
|
461
|
-
return /*#__PURE__*/
|
|
463
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
462
464
|
style: {
|
|
463
465
|
flex: 1,
|
|
464
466
|
flexGrow: 1,
|
|
465
467
|
margin: 5
|
|
466
468
|
}
|
|
467
|
-
}, /*#__PURE__*/
|
|
469
|
+
}, /*#__PURE__*/_react.default.createElement(_TeamEventCard.default, {
|
|
468
470
|
event: event,
|
|
469
471
|
markets: markets,
|
|
470
472
|
competition: competition,
|
|
@@ -480,15 +482,15 @@ const CompetitionPlay = ({
|
|
|
480
482
|
const renderNonPrimaryMarkets = data => {
|
|
481
483
|
const market = markets.find(m => m.market_id == data.item);
|
|
482
484
|
if (!market) {
|
|
483
|
-
return /*#__PURE__*/
|
|
485
|
+
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null);
|
|
484
486
|
}
|
|
485
487
|
const athlete_non_primary_matches = competition_matches.filter(cm => cm.market_id_override == data.item && cm.side_type_override == 'athlete' && cm.event_id == data.event_id && cm.event_type == data.event_type);
|
|
486
|
-
return /*#__PURE__*/
|
|
488
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.View, null, /*#__PURE__*/_react.default.createElement(_LinearDiagnal.default, {
|
|
487
489
|
label_size: 12,
|
|
488
490
|
label: market.description,
|
|
489
491
|
left_color: _colors.default.brand.midnight,
|
|
490
492
|
right_color: _colors.default.brand.midnightTopGradient
|
|
491
|
-
}), /*#__PURE__*/
|
|
493
|
+
}), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
492
494
|
style: {
|
|
493
495
|
flexDirection: 'row',
|
|
494
496
|
flexWrap: 'wrap',
|
|
@@ -506,14 +508,14 @@ const CompetitionPlay = ({
|
|
|
506
508
|
const renderMatchEvents = data => {
|
|
507
509
|
const match = matches.find(m => m.match_id == data.item.event_id);
|
|
508
510
|
if (!match || !competition || !competition_type) {
|
|
509
|
-
return /*#__PURE__*/
|
|
511
|
+
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null);
|
|
510
512
|
}
|
|
511
513
|
const away_athlete = athletes.find(a => a.athlete_id == match.participants[0]);
|
|
512
514
|
const home_athlete = athletes.find(a => a.athlete_id == match.participants[1]);
|
|
513
515
|
const match_markets = competition_match_markets.filter(cmm => cmm.competition_match_id == data.item.competition_match_id);
|
|
514
516
|
const event_picks = player_picks.filter(pp => pp.competition_match_id == data.item.competition_match_id);
|
|
515
517
|
const isLoading = pick_loading == data.item.competition_match_id ? true : false;
|
|
516
|
-
return /*#__PURE__*/
|
|
518
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
517
519
|
style: {
|
|
518
520
|
minWidth: 200,
|
|
519
521
|
flex: 1,
|
|
@@ -525,7 +527,7 @@ const CompetitionPlay = ({
|
|
|
525
527
|
backgroundColor: _colors.default.shades.white,
|
|
526
528
|
..._styles.view_styles.float
|
|
527
529
|
}
|
|
528
|
-
}, /*#__PURE__*/
|
|
530
|
+
}, /*#__PURE__*/_react.default.createElement(_MatchMarketCard.default, {
|
|
529
531
|
competition: competition,
|
|
530
532
|
competition_type: competition_type,
|
|
531
533
|
match: match,
|
|
@@ -543,18 +545,18 @@ const CompetitionPlay = ({
|
|
|
543
545
|
const renderTournaments = data => {
|
|
544
546
|
const tournament = tournaments.find(t => t.tournament_id == data.item);
|
|
545
547
|
if (!tournament) {
|
|
546
|
-
return /*#__PURE__*/
|
|
548
|
+
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null);
|
|
547
549
|
}
|
|
548
550
|
const tournament_matches = Object.values(matches).filter(m => m.tournament_id == data.item).sort((a, b) => (0, _momentMini.default)(a.scheduled_datetime).unix() - (0, _momentMini.default)(b.scheduled_datetime).unix());
|
|
549
551
|
if (tournament_matches.length == 0) {
|
|
550
|
-
return /*#__PURE__*/
|
|
552
|
+
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null);
|
|
551
553
|
}
|
|
552
554
|
|
|
553
555
|
//Now lets get all the competition_matches that include these match ids
|
|
554
556
|
const match_matches = competition_matches.filter(cm => cm.event_type == 'match' && tournament_matches.map(tm => tm.match_id.toString()).includes(cm.event_id).toString());
|
|
555
557
|
const league = leagues.find(l => l.league_id == tournament.league_id);
|
|
556
558
|
//const expanded = expanded_markets.includes(data.item) ? true : false
|
|
557
|
-
return /*#__PURE__*/
|
|
559
|
+
return /*#__PURE__*/_react.default.createElement(_reactNativeLinearGradient.default, {
|
|
558
560
|
start: {
|
|
559
561
|
x: 0,
|
|
560
562
|
y: 0
|
|
@@ -574,34 +576,34 @@ const CompetitionPlay = ({
|
|
|
574
576
|
borderRadius: 8,
|
|
575
577
|
..._styles.view_styles.float
|
|
576
578
|
}
|
|
577
|
-
}, /*#__PURE__*/
|
|
579
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
578
580
|
style: {
|
|
579
581
|
padding: 10,
|
|
580
582
|
flexDirection: 'row',
|
|
581
583
|
borderBottomWidth: 1,
|
|
582
584
|
borderColor: _colors.default.shades.shade600
|
|
583
585
|
}
|
|
584
|
-
}, league ? /*#__PURE__*/
|
|
586
|
+
}, league ? /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
585
587
|
size: 14,
|
|
586
588
|
color: _colors.default.brand.midnight,
|
|
587
589
|
weight: "bold"
|
|
588
|
-
}, league.league_name, ": ") : /*#__PURE__*/
|
|
590
|
+
}, league.league_name, ": ") : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
589
591
|
style: {
|
|
590
592
|
flex: 1
|
|
591
593
|
},
|
|
592
594
|
size: 14,
|
|
593
595
|
color: _colors.default.brand.midnight,
|
|
594
596
|
weight: "bold"
|
|
595
|
-
}, tournament.tournament_name), /*#__PURE__*/
|
|
597
|
+
}, tournament.tournament_name), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
596
598
|
size: 14,
|
|
597
599
|
color: _colors.default.brand.midnight,
|
|
598
600
|
weight: "regular"
|
|
599
|
-
}, tournament.scheduled_datetime == 'scheduled' ? (0, _momentMini.default)(tournament.scheduled_datetime).format('MM/DD @ hh:mm a') : tournament.time_detail)), /*#__PURE__*/
|
|
601
|
+
}, tournament.scheduled_datetime == 'scheduled' ? (0, _momentMini.default)(tournament.scheduled_datetime).format('MM/DD @ hh:mm a') : tournament.time_detail)), /*#__PURE__*/_react.default.createElement(_LinearDiagnal.default, {
|
|
600
602
|
label_size: 12,
|
|
601
603
|
label: "Matches",
|
|
602
604
|
left_color: _colors.default.brand.midnight,
|
|
603
605
|
right_color: _colors.default.brand.midnightTopGradient
|
|
604
|
-
}), /*#__PURE__*/
|
|
606
|
+
}), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
605
607
|
style: {
|
|
606
608
|
flexDirection: 'row',
|
|
607
609
|
flexWrap: 'wrap',
|
|
@@ -619,13 +621,13 @@ const CompetitionPlay = ({
|
|
|
619
621
|
const renderTeamEvents = data => {
|
|
620
622
|
const event = events.find(e => e.event_id == data.item); //[data.item]
|
|
621
623
|
if (!event) {
|
|
622
|
-
return /*#__PURE__*/
|
|
624
|
+
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null);
|
|
623
625
|
}
|
|
624
626
|
const league = leagues.find(l => l.league_id == event.league_id);
|
|
625
627
|
const team_primary_matches = competition_matches.filter(cm => cm.event_type == 'team' && cm.event_id == data.item && !cm.market_id_override);
|
|
626
628
|
const non_primary_markets = [...new Set(competition_matches.filter(cm => cm.event_type == 'team' && cm.event_id == data.item && cm.market_id_override).map(cm => cm.market_id_override ?? ''))];
|
|
627
629
|
const expanded = expanded_markets.includes(data.item) ? true : false;
|
|
628
|
-
return /*#__PURE__*/
|
|
630
|
+
return /*#__PURE__*/_react.default.createElement(_reactNativeLinearGradient.default, {
|
|
629
631
|
start: {
|
|
630
632
|
x: 0,
|
|
631
633
|
y: 0
|
|
@@ -645,29 +647,29 @@ const CompetitionPlay = ({
|
|
|
645
647
|
borderRadius: 8,
|
|
646
648
|
..._styles.view_styles.float
|
|
647
649
|
}
|
|
648
|
-
}, /*#__PURE__*/
|
|
650
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
649
651
|
style: {
|
|
650
652
|
padding: 10,
|
|
651
653
|
flexDirection: 'row',
|
|
652
654
|
borderBottomWidth: 1,
|
|
653
655
|
borderColor: _colors.default.shades.shade600
|
|
654
656
|
}
|
|
655
|
-
}, league ? /*#__PURE__*/
|
|
657
|
+
}, league ? /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
656
658
|
size: 14,
|
|
657
659
|
color: _colors.default.brand.midnight,
|
|
658
660
|
weight: "bold"
|
|
659
|
-
}, league.league_name, ": ") : /*#__PURE__*/
|
|
661
|
+
}, league.league_name, ": ") : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
660
662
|
style: {
|
|
661
663
|
flex: 1
|
|
662
664
|
},
|
|
663
665
|
size: 14,
|
|
664
666
|
color: _colors.default.brand.midnight,
|
|
665
667
|
weight: "bold"
|
|
666
|
-
}, event.event_title), /*#__PURE__*/
|
|
668
|
+
}, event.event_title), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
667
669
|
size: 14,
|
|
668
670
|
color: _colors.default.brand.midnight,
|
|
669
671
|
weight: "regular"
|
|
670
|
-
}, event.time_detail == 'scheduled' ? (0, _momentMini.default)(event.scheduled_datetime).format('MM/DD @ hh:mm a') : event.time_detail)), /*#__PURE__*/
|
|
672
|
+
}, event.time_detail == 'scheduled' ? (0, _momentMini.default)(event.scheduled_datetime).format('MM/DD @ hh:mm a') : event.time_detail)), /*#__PURE__*/_react.default.createElement(_LinearDiagnal.default, {
|
|
671
673
|
label_size: 12,
|
|
672
674
|
label: "Primary Markets",
|
|
673
675
|
left_color: _colors.default.brand.midnight,
|
|
@@ -677,19 +679,19 @@ const CompetitionPlay = ({
|
|
|
677
679
|
item: cm,
|
|
678
680
|
index: i
|
|
679
681
|
});
|
|
680
|
-
}), non_primary_markets.length > 0 ? /*#__PURE__*/
|
|
682
|
+
}), non_primary_markets.length > 0 ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
681
683
|
style: {
|
|
682
684
|
borderBottomRightRadius: 8,
|
|
683
685
|
borderBottomLeftRadius: 8
|
|
684
686
|
}
|
|
685
|
-
}, expanded ? /*#__PURE__*/
|
|
687
|
+
}, expanded ? /*#__PURE__*/_react.default.createElement(_reactNative.View, null, non_primary_markets.map((id, i) => {
|
|
686
688
|
return renderNonPrimaryMarkets({
|
|
687
689
|
item: id,
|
|
688
690
|
index: i,
|
|
689
691
|
event_id: data.item,
|
|
690
692
|
event_type: 'team'
|
|
691
693
|
});
|
|
692
|
-
})) : /*#__PURE__*/
|
|
694
|
+
})) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), /*#__PURE__*/_react.default.createElement(_reactNative.TouchableOpacity, {
|
|
693
695
|
style: {
|
|
694
696
|
flexDirection: 'row',
|
|
695
697
|
alignItems: 'center',
|
|
@@ -698,42 +700,42 @@ const CompetitionPlay = ({
|
|
|
698
700
|
borderColor: _colors.default.shades.shade600
|
|
699
701
|
},
|
|
700
702
|
onPress: () => expanded ? setExpandedMarkets(expanded_markets.filter(m => m != data.item)) : setExpandedMarkets(expanded_markets.concat(data.item))
|
|
701
|
-
}, /*#__PURE__*/
|
|
703
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
702
704
|
style: {
|
|
703
705
|
flex: 1
|
|
704
706
|
},
|
|
705
707
|
size: 14,
|
|
706
708
|
color: _colors.default.brand.midnight,
|
|
707
709
|
weight: "semibold"
|
|
708
|
-
}, expanded ? 'Hide Markets' : `${non_primary_markets.length} More Markets`), /*#__PURE__*/
|
|
710
|
+
}, expanded ? 'Hide Markets' : `${non_primary_markets.length} More Markets`), /*#__PURE__*/_react.default.createElement(_Components.Icons.ChevronIcon, {
|
|
709
711
|
direction: expanded ? 'up' : 'down',
|
|
710
712
|
color: _colors.default.brand.midnight,
|
|
711
713
|
size: 8
|
|
712
|
-
}))) : /*#__PURE__*/
|
|
714
|
+
}))) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null));
|
|
713
715
|
};
|
|
714
716
|
if (loading || !competition || !competition_type || !competition_result_type) {
|
|
715
|
-
return /*#__PURE__*/
|
|
717
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
716
718
|
style: {
|
|
717
719
|
flex: 1,
|
|
718
720
|
backgroundColor: _colors.default.shades.white
|
|
719
721
|
}
|
|
720
|
-
}, company ? /*#__PURE__*/
|
|
722
|
+
}, company ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
721
723
|
style: {
|
|
722
724
|
flexDirection: 'row',
|
|
723
725
|
alignItems: 'center',
|
|
724
726
|
padding: 15,
|
|
725
727
|
backgroundColor: company?.brand_primary ?? _colors.default.shades.shade100
|
|
726
728
|
}
|
|
727
|
-
}, back_allowed ? /*#__PURE__*/
|
|
729
|
+
}, back_allowed ? /*#__PURE__*/_react.default.createElement(_reactNative.TouchableOpacity, {
|
|
728
730
|
style: {
|
|
729
731
|
paddingRight: 20
|
|
730
732
|
},
|
|
731
733
|
onPress: () => onGoBack ? onGoBack() : console.log('')
|
|
732
|
-
}, /*#__PURE__*/
|
|
734
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Icons.ChevronIcon, {
|
|
733
735
|
direction: "left",
|
|
734
736
|
size: 14,
|
|
735
737
|
color: company?.brand_secondary ?? _colors.default.brand.midnight
|
|
736
|
-
})) : /*#__PURE__*/
|
|
738
|
+
})) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
737
739
|
style: {
|
|
738
740
|
flex: 1
|
|
739
741
|
},
|
|
@@ -741,7 +743,7 @@ const CompetitionPlay = ({
|
|
|
741
743
|
color: company?.brand_secondary ?? _colors.default.brand.midnight,
|
|
742
744
|
weight: "bold",
|
|
743
745
|
textAlign: "center"
|
|
744
|
-
}, "Brought to you by ", company ? company.company_name : 'BettorEdge')) : /*#__PURE__*/
|
|
746
|
+
}, "Brought to you by ", company ? company.company_name : 'BettorEdge')) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), /*#__PURE__*/_react.default.createElement(_reactNative.ActivityIndicator, {
|
|
745
747
|
style: {
|
|
746
748
|
padding: 20
|
|
747
749
|
},
|
|
@@ -749,32 +751,32 @@ const CompetitionPlay = ({
|
|
|
749
751
|
color: _colors.default.brand.midnight
|
|
750
752
|
}));
|
|
751
753
|
}
|
|
752
|
-
return /*#__PURE__*/
|
|
754
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
753
755
|
style: {
|
|
754
756
|
flex: 1,
|
|
755
757
|
backgroundColor: _colors.default.shades.shade100
|
|
756
758
|
}
|
|
757
|
-
}, /*#__PURE__*/
|
|
759
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.ScrollView, {
|
|
758
760
|
style: {
|
|
759
761
|
flex: 1
|
|
760
762
|
}
|
|
761
|
-
}, company ? /*#__PURE__*/
|
|
763
|
+
}, company ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
762
764
|
style: {
|
|
763
765
|
flexDirection: 'row',
|
|
764
766
|
alignItems: 'center',
|
|
765
767
|
padding: 15,
|
|
766
768
|
backgroundColor: company?.brand_primary ?? _colors.default.shades.shade100
|
|
767
769
|
}
|
|
768
|
-
}, back_allowed ? /*#__PURE__*/
|
|
770
|
+
}, back_allowed ? /*#__PURE__*/_react.default.createElement(_reactNative.TouchableOpacity, {
|
|
769
771
|
style: {
|
|
770
772
|
paddingRight: 20
|
|
771
773
|
},
|
|
772
774
|
onPress: () => onGoBack ? onGoBack() : console.log('')
|
|
773
|
-
}, /*#__PURE__*/
|
|
775
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Icons.ChevronIcon, {
|
|
774
776
|
direction: "left",
|
|
775
777
|
size: 14,
|
|
776
778
|
color: company?.brand_secondary ?? _colors.default.brand.midnight
|
|
777
|
-
})) : /*#__PURE__*/
|
|
779
|
+
})) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
778
780
|
style: {
|
|
779
781
|
flex: 1
|
|
780
782
|
},
|
|
@@ -782,13 +784,13 @@ const CompetitionPlay = ({
|
|
|
782
784
|
color: company?.brand_secondary ?? _colors.default.brand.midnight,
|
|
783
785
|
weight: "bold",
|
|
784
786
|
textAlign: "center"
|
|
785
|
-
}, "Brought to you by ", company ? company.company_name : 'BettorEdge')) : /*#__PURE__*/
|
|
787
|
+
}, "Brought to you by ", company ? company.company_name : 'BettorEdge')) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
786
788
|
nativeID: "cometition_header",
|
|
787
789
|
style: {
|
|
788
790
|
minWidth: 300,
|
|
789
791
|
backgroundColor: _colors.default.brand.midnight
|
|
790
792
|
}
|
|
791
|
-
}, /*#__PURE__*/
|
|
793
|
+
}, /*#__PURE__*/_react.default.createElement(_CompetitionInfoCard.default, {
|
|
792
794
|
player: player,
|
|
793
795
|
competition: competition,
|
|
794
796
|
competition_type: competition_type,
|
|
@@ -807,28 +809,28 @@ const CompetitionPlay = ({
|
|
|
807
809
|
},
|
|
808
810
|
onLeave: () => handleLeaveCompetition(),
|
|
809
811
|
onViewEvents: () => console.log('VIEW!')
|
|
810
|
-
})), competition_season ? /*#__PURE__*/
|
|
812
|
+
})), competition_season ? /*#__PURE__*/_react.default.createElement(_reactNative.TouchableOpacity, {
|
|
811
813
|
style: {
|
|
812
814
|
backgroundColor: _colors.default.incentive.gold,
|
|
813
815
|
padding: 10
|
|
814
816
|
},
|
|
815
817
|
onPress: () => setShowSeason(true)
|
|
816
|
-
}, /*#__PURE__*/
|
|
818
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
817
819
|
size: 18,
|
|
818
820
|
color: _colors.default.shades.white,
|
|
819
821
|
weight: "bold"
|
|
820
|
-
}, "Competition Season"), /*#__PURE__*/
|
|
822
|
+
}, "Competition Season"), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
821
823
|
nativeID: "competition_leaderboard",
|
|
822
824
|
style: {
|
|
823
825
|
marginTop: 5,
|
|
824
826
|
flexDirection: 'row',
|
|
825
827
|
alignItems: 'center'
|
|
826
828
|
}
|
|
827
|
-
}, /*#__PURE__*/
|
|
829
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
828
830
|
style: {
|
|
829
831
|
padding: 5
|
|
830
832
|
}
|
|
831
|
-
}, /*#__PURE__*/
|
|
833
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.Image, {
|
|
832
834
|
source: {
|
|
833
835
|
uri: competition_season.image?.url
|
|
834
836
|
},
|
|
@@ -838,44 +840,44 @@ const CompetitionPlay = ({
|
|
|
838
840
|
borderRadius: 8
|
|
839
841
|
},
|
|
840
842
|
resizeMode: "cover"
|
|
841
|
-
})), /*#__PURE__*/
|
|
843
|
+
})), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
842
844
|
style: {
|
|
843
845
|
flex: 1
|
|
844
846
|
}
|
|
845
|
-
}, /*#__PURE__*/
|
|
847
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
846
848
|
size: 14,
|
|
847
849
|
color: _colors.default.shades.white,
|
|
848
850
|
weight: "semibold"
|
|
849
|
-
}, competition_season.season_name), /*#__PURE__*/
|
|
851
|
+
}, competition_season.season_name), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
850
852
|
style: {
|
|
851
853
|
marginTop: 3
|
|
852
854
|
},
|
|
853
855
|
size: 14,
|
|
854
856
|
color: _colors.default.shades.white,
|
|
855
857
|
weight: "regular"
|
|
856
|
-
}, competition_season.season_description)), /*#__PURE__*/
|
|
858
|
+
}, competition_season.season_description)), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
857
859
|
style: {
|
|
858
860
|
padding: 5
|
|
859
861
|
}
|
|
860
|
-
}, /*#__PURE__*/
|
|
862
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Icons.ChevronIcon, {
|
|
861
863
|
direction: "right",
|
|
862
864
|
color: _colors.default.shades.white,
|
|
863
865
|
size: 16
|
|
864
|
-
})))) : /*#__PURE__*/
|
|
866
|
+
})))) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
865
867
|
nativeID: "competition_leaderboard",
|
|
866
868
|
style: {
|
|
867
869
|
minWidth: 300,
|
|
868
870
|
padding: 10
|
|
869
871
|
}
|
|
870
|
-
}, /*#__PURE__*/
|
|
872
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
871
873
|
size: 18,
|
|
872
874
|
color: _colors.default.brand.midnight,
|
|
873
875
|
weight: "bold"
|
|
874
|
-
}, "Competition Leaderboard"), /*#__PURE__*/
|
|
876
|
+
}, "Competition Leaderboard"), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
875
877
|
style: {
|
|
876
878
|
marginTop: 10
|
|
877
879
|
}
|
|
878
|
-
}, /*#__PURE__*/
|
|
880
|
+
}, /*#__PURE__*/_react.default.createElement(_CompetitionLeaderboard.default, {
|
|
879
881
|
competition: competition,
|
|
880
882
|
competition_type: competition_type,
|
|
881
883
|
height: height,
|
|
@@ -883,22 +885,22 @@ const CompetitionPlay = ({
|
|
|
883
885
|
view_mode: "short",
|
|
884
886
|
onSeeFull: () => setShowFullLeaderboard(true),
|
|
885
887
|
viewer_id: player?.player_id
|
|
886
|
-
}))), /*#__PURE__*/
|
|
888
|
+
}))), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
887
889
|
nativeID: "competition_picks",
|
|
888
890
|
style: {
|
|
889
891
|
backgroundColor: _colors.default.shades.white,
|
|
890
892
|
marginTop: 5
|
|
891
893
|
}
|
|
892
|
-
}, competition?.status != 'closed' ? /*#__PURE__*/
|
|
894
|
+
}, competition?.status != 'closed' ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
893
895
|
nativeID: "upcoming_picks"
|
|
894
|
-
}, /*#__PURE__*/
|
|
896
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
895
897
|
style: {
|
|
896
898
|
flexDirection: 'row',
|
|
897
899
|
alignItems: 'center',
|
|
898
900
|
justifyContent: 'space-between',
|
|
899
901
|
marginBottom: 15
|
|
900
902
|
}
|
|
901
|
-
}, /*#__PURE__*/
|
|
903
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.ImageBackground, {
|
|
902
904
|
style: {
|
|
903
905
|
flex: 1,
|
|
904
906
|
flexDirection: 'row',
|
|
@@ -909,18 +911,18 @@ const CompetitionPlay = ({
|
|
|
909
911
|
source: {
|
|
910
912
|
uri: 'https://res.cloudinary.com/hoabts6mc/image/upload/v1691609143/diagnal_header_l4kw7u.png'
|
|
911
913
|
}
|
|
912
|
-
}, /*#__PURE__*/
|
|
914
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
913
915
|
style: {
|
|
914
916
|
flex: 1,
|
|
915
917
|
flexDirection: 'row',
|
|
916
918
|
alignItems: 'center',
|
|
917
919
|
padding: 10
|
|
918
920
|
}
|
|
919
|
-
}, /*#__PURE__*/
|
|
921
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
920
922
|
size: 18,
|
|
921
923
|
color: _colors.default.shades.white,
|
|
922
924
|
weight: "bold"
|
|
923
|
-
}, "Upcoming Events"), /*#__PURE__*/
|
|
925
|
+
}, "Upcoming Events"), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
924
926
|
style: {
|
|
925
927
|
marginLeft: 8,
|
|
926
928
|
borderRadius: 100,
|
|
@@ -930,12 +932,12 @@ const CompetitionPlay = ({
|
|
|
930
932
|
justifyContent: 'center',
|
|
931
933
|
alignItems: 'center'
|
|
932
934
|
}
|
|
933
|
-
}, /*#__PURE__*/
|
|
935
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
934
936
|
size: 12,
|
|
935
937
|
color: _colors.default.shades.white,
|
|
936
938
|
weight: "bold",
|
|
937
939
|
textAlign: "center"
|
|
938
|
-
}, player_picks.filter(pp => pp.status == 'inprogress').length))), authenticated_competition_player ? /*#__PURE__*/
|
|
940
|
+
}, player_picks.filter(pp => pp.status == 'inprogress').length))), authenticated_competition_player ? /*#__PURE__*/_react.default.createElement(_Spring.default, {
|
|
939
941
|
slide: "horizontal",
|
|
940
942
|
from: 200,
|
|
941
943
|
to: 0,
|
|
@@ -949,7 +951,7 @@ const CompetitionPlay = ({
|
|
|
949
951
|
backgroundColor: _colors.default.utility.success,
|
|
950
952
|
..._styles.view_styles.float
|
|
951
953
|
}
|
|
952
|
-
}, competition_type?.type == 'wager' ? /*#__PURE__*/
|
|
954
|
+
}, competition_type?.type == 'wager' ? /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
953
955
|
style: {
|
|
954
956
|
flex: 1
|
|
955
957
|
},
|
|
@@ -957,7 +959,7 @@ const CompetitionPlay = ({
|
|
|
957
959
|
color: _colors.default.shades.white,
|
|
958
960
|
weight: "semibold",
|
|
959
961
|
textAlign: "right"
|
|
960
|
-
}, authenticated_competition_player.wager_based_balance.toFixed(2), " Remaining") : /*#__PURE__*/
|
|
962
|
+
}, authenticated_competition_player.wager_based_balance.toFixed(2), " Remaining") : /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
961
963
|
style: {
|
|
962
964
|
flex: 1
|
|
963
965
|
},
|
|
@@ -965,17 +967,17 @@ const CompetitionPlay = ({
|
|
|
965
967
|
color: _colors.default.shades.white,
|
|
966
968
|
weight: "semibold",
|
|
967
969
|
textAlign: "right"
|
|
968
|
-
}, competition.max_pick_count - player_picks.length, " Picks Remaining")) : /*#__PURE__*/
|
|
970
|
+
}, competition.max_pick_count - player_picks.length, " Picks Remaining")) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null))), /*#__PURE__*/_react.default.createElement(_reactNative.FlatList, {
|
|
969
971
|
data: ip_team_event_ids,
|
|
970
972
|
renderItem: renderTeamEvents,
|
|
971
973
|
keyExtractor: item => item
|
|
972
|
-
}), /*#__PURE__*/
|
|
974
|
+
}), /*#__PURE__*/_react.default.createElement(_reactNative.FlatList, {
|
|
973
975
|
data: unique_tournaments,
|
|
974
976
|
renderItem: renderTournaments,
|
|
975
977
|
keyExtractor: item => item
|
|
976
|
-
})) : /*#__PURE__*/
|
|
978
|
+
})) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
977
979
|
nativeID: "closed_picks"
|
|
978
|
-
}, /*#__PURE__*/
|
|
980
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.TouchableOpacity, {
|
|
979
981
|
style: {
|
|
980
982
|
padding: 10,
|
|
981
983
|
marginBottom: 15,
|
|
@@ -986,16 +988,16 @@ const CompetitionPlay = ({
|
|
|
986
988
|
marginTop: 15
|
|
987
989
|
},
|
|
988
990
|
onPress: () => handleShowComplete()
|
|
989
|
-
}, /*#__PURE__*/
|
|
991
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
990
992
|
style: {
|
|
991
993
|
flexDirection: 'row',
|
|
992
994
|
alignItems: 'center'
|
|
993
995
|
}
|
|
994
|
-
}, /*#__PURE__*/
|
|
996
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
995
997
|
size: 18,
|
|
996
998
|
color: _colors.default.shades.white,
|
|
997
999
|
weight: "bold"
|
|
998
|
-
}, "Completed"), /*#__PURE__*/
|
|
1000
|
+
}, "Completed"), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
999
1001
|
style: {
|
|
1000
1002
|
marginLeft: 8,
|
|
1001
1003
|
borderRadius: 100,
|
|
@@ -1005,20 +1007,20 @@ const CompetitionPlay = ({
|
|
|
1005
1007
|
justifyContent: 'center',
|
|
1006
1008
|
alignItems: 'center'
|
|
1007
1009
|
}
|
|
1008
|
-
}, /*#__PURE__*/
|
|
1010
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
1009
1011
|
size: 12,
|
|
1010
1012
|
color: _colors.default.shades.white,
|
|
1011
1013
|
weight: "bold",
|
|
1012
1014
|
textAlign: "center"
|
|
1013
|
-
}, player_picks.filter(p => p.status === 'closed').length))), /*#__PURE__*/
|
|
1015
|
+
}, player_picks.filter(p => p.status === 'closed').length))), /*#__PURE__*/_react.default.createElement(_Components.Icons.ChevronIcon, {
|
|
1014
1016
|
color: _colors.default.shades.white,
|
|
1015
1017
|
direction: show_completed ? 'up' : 'down',
|
|
1016
1018
|
size: 14
|
|
1017
|
-
})), show_completed ? /*#__PURE__*/
|
|
1019
|
+
})), show_completed ? /*#__PURE__*/_react.default.createElement(_reactNative.View, null, /*#__PURE__*/_react.default.createElement(_reactNative.FlatList, {
|
|
1018
1020
|
data: closed_team_event_ids,
|
|
1019
1021
|
renderItem: renderTeamEvents,
|
|
1020
1022
|
keyExtractor: item => item
|
|
1021
|
-
})) : /*#__PURE__*/
|
|
1023
|
+
})) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null)))), player && !hide_player ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
1022
1024
|
style: {
|
|
1023
1025
|
flexDirection: 'row',
|
|
1024
1026
|
padding: 10,
|
|
@@ -1026,14 +1028,14 @@ const CompetitionPlay = ({
|
|
|
1026
1028
|
borderBottomLeftRadius: 22,
|
|
1027
1029
|
borderBottomRightRadius: 22
|
|
1028
1030
|
}
|
|
1029
|
-
}, /*#__PURE__*/
|
|
1031
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.TouchableOpacity, {
|
|
1030
1032
|
style: {
|
|
1031
1033
|
flex: 1,
|
|
1032
1034
|
flexDirection: 'row',
|
|
1033
1035
|
alignItems: 'center'
|
|
1034
1036
|
},
|
|
1035
1037
|
onPress: () => setProfileVisible(!profile_visible)
|
|
1036
|
-
}, /*#__PURE__*/
|
|
1038
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, null, /*#__PURE__*/_react.default.createElement(_reactNative.Image, {
|
|
1037
1039
|
source: {
|
|
1038
1040
|
uri: player.profile_pic && player.profile_pic != '' ? player.profile_pic : 'https://res.cloudinary.com/hoabts6mc/image/upload/v1689262384/default-avatar_bbkn2t.png'
|
|
1039
1041
|
},
|
|
@@ -1043,28 +1045,28 @@ const CompetitionPlay = ({
|
|
|
1043
1045
|
borderRadius: 100
|
|
1044
1046
|
},
|
|
1045
1047
|
resizeMode: "cover"
|
|
1046
|
-
})), /*#__PURE__*/
|
|
1048
|
+
})), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
1047
1049
|
style: {
|
|
1048
1050
|
flex: 1,
|
|
1049
1051
|
flexDirection: 'row',
|
|
1050
1052
|
marginLeft: 10
|
|
1051
1053
|
}
|
|
1052
|
-
}, /*#__PURE__*/
|
|
1054
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, null, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
1053
1055
|
size: 12,
|
|
1054
1056
|
color: _colors.default.brand.midnight,
|
|
1055
1057
|
weight: "regular"
|
|
1056
|
-
}, "Playing as"), /*#__PURE__*/
|
|
1058
|
+
}, "Playing as"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
1057
1059
|
style: {
|
|
1058
1060
|
marginTop: 3
|
|
1059
1061
|
},
|
|
1060
1062
|
size: 12,
|
|
1061
1063
|
color: _colors.default.brand.midnight,
|
|
1062
1064
|
weight: "bold"
|
|
1063
|
-
}, player.username)))), player_balance ? /*#__PURE__*/
|
|
1065
|
+
}, player.username)))), player_balance ? /*#__PURE__*/_react.default.createElement(_reactNative.View, null, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
1064
1066
|
size: 12,
|
|
1065
1067
|
color: _colors.default.brand.midnight,
|
|
1066
1068
|
textAlign: "right"
|
|
1067
|
-
}, competition.market_type == 'FOR_MONEY' ? 'USD' : 'Edge Coins'), /*#__PURE__*/
|
|
1069
|
+
}, competition.market_type == 'FOR_MONEY' ? 'USD' : 'Edge Coins'), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
1068
1070
|
style: {
|
|
1069
1071
|
marginTop: 3
|
|
1070
1072
|
},
|
|
@@ -1072,7 +1074,7 @@ const CompetitionPlay = ({
|
|
|
1072
1074
|
color: _colors.default.brand.midnight,
|
|
1073
1075
|
weight: "bold",
|
|
1074
1076
|
textAlign: "right"
|
|
1075
|
-
}, competition.market_type == 'FOR_MONEY' ? `$${player_balance.balance.toFixed(2)}` : `E${player_balance.free_market_balance.toFixed(2)}`)) : /*#__PURE__*/
|
|
1077
|
+
}, competition.market_type == 'FOR_MONEY' ? `$${player_balance.balance.toFixed(2)}` : `E${player_balance.free_market_balance.toFixed(2)}`)) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null)) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), show_full_leaderboard ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
1076
1078
|
style: {
|
|
1077
1079
|
flex: 1,
|
|
1078
1080
|
position: 'absolute',
|
|
@@ -1082,11 +1084,11 @@ const CompetitionPlay = ({
|
|
|
1082
1084
|
bottom: 0,
|
|
1083
1085
|
backgroundColor: _colors.default.shades.black_faded
|
|
1084
1086
|
}
|
|
1085
|
-
}, /*#__PURE__*/
|
|
1087
|
+
}, /*#__PURE__*/_react.default.createElement(_Spring.default, {
|
|
1086
1088
|
slide: "vertical",
|
|
1087
1089
|
to: 0,
|
|
1088
1090
|
from: 1000
|
|
1089
|
-
}, /*#__PURE__*/
|
|
1091
|
+
}, /*#__PURE__*/_react.default.createElement(_CompetitionLeaderboard.default, {
|
|
1090
1092
|
competition: competition,
|
|
1091
1093
|
competition_type: competition_type,
|
|
1092
1094
|
height: height,
|
|
@@ -1094,7 +1096,7 @@ const CompetitionPlay = ({
|
|
|
1094
1096
|
view_mode: "full",
|
|
1095
1097
|
onLeaderSelect: player => setViewingLeader(player),
|
|
1096
1098
|
viewer_id: player?.player_id
|
|
1097
|
-
}))) : /*#__PURE__*/
|
|
1099
|
+
}))) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), viewing_leader ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
1098
1100
|
style: {
|
|
1099
1101
|
flex: 1,
|
|
1100
1102
|
position: 'absolute',
|
|
@@ -1104,14 +1106,14 @@ const CompetitionPlay = ({
|
|
|
1104
1106
|
bottom: 0,
|
|
1105
1107
|
backgroundColor: _colors.default.shades.black_faded
|
|
1106
1108
|
}
|
|
1107
|
-
}, /*#__PURE__*/
|
|
1109
|
+
}, /*#__PURE__*/_react.default.createElement(_Spring.default, {
|
|
1108
1110
|
slide: "vertical",
|
|
1109
1111
|
to: 0,
|
|
1110
1112
|
style: {
|
|
1111
1113
|
flex: 1
|
|
1112
1114
|
},
|
|
1113
1115
|
from: 1000
|
|
1114
|
-
}, /*#__PURE__*/
|
|
1116
|
+
}, /*#__PURE__*/_react.default.createElement(_LeaderPicks.default, {
|
|
1115
1117
|
height: height,
|
|
1116
1118
|
markets: markets,
|
|
1117
1119
|
competition_type: competition_type,
|
|
@@ -1125,7 +1127,7 @@ const CompetitionPlay = ({
|
|
|
1125
1127
|
competition: competition,
|
|
1126
1128
|
leader: viewing_leader,
|
|
1127
1129
|
onClose: () => setViewingLeader(undefined)
|
|
1128
|
-
}))) : /*#__PURE__*/
|
|
1130
|
+
}))) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), draft_player_pick?.draft_pick ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
1129
1131
|
style: {
|
|
1130
1132
|
position: 'absolute',
|
|
1131
1133
|
top: 0,
|
|
@@ -1136,11 +1138,11 @@ const CompetitionPlay = ({
|
|
|
1136
1138
|
justifyContent: 'flex-end',
|
|
1137
1139
|
alignItems: 'center'
|
|
1138
1140
|
}
|
|
1139
|
-
}, /*#__PURE__*/
|
|
1141
|
+
}, /*#__PURE__*/_react.default.createElement(_Spring.default, {
|
|
1140
1142
|
slide: "vertical",
|
|
1141
1143
|
to: 0,
|
|
1142
1144
|
from: 200
|
|
1143
|
-
}, /*#__PURE__*/
|
|
1145
|
+
}, /*#__PURE__*/_react.default.createElement(_WagerPickForm.default, {
|
|
1144
1146
|
event_start: draft_player_pick.event_start ?? '',
|
|
1145
1147
|
event_title: draft_player_pick.event_title ?? '',
|
|
1146
1148
|
width: width,
|
|
@@ -1149,7 +1151,7 @@ const CompetitionPlay = ({
|
|
|
1149
1151
|
player_pick: draft_player_pick.draft_pick,
|
|
1150
1152
|
onCancel: () => setDraftPlayerPick({}),
|
|
1151
1153
|
onSubmit: pp => handleWagerSubmit(pp)
|
|
1152
|
-
}))) : /*#__PURE__*/
|
|
1154
|
+
}))) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), show_season && competition_season && competition.competition_season_id ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
1153
1155
|
style: {
|
|
1154
1156
|
position: 'absolute',
|
|
1155
1157
|
top: 0,
|
|
@@ -1160,11 +1162,11 @@ const CompetitionPlay = ({
|
|
|
1160
1162
|
justifyContent: 'flex-end',
|
|
1161
1163
|
alignItems: 'center'
|
|
1162
1164
|
}
|
|
1163
|
-
}, /*#__PURE__*/
|
|
1165
|
+
}, /*#__PURE__*/_react.default.createElement(_Spring.default, {
|
|
1164
1166
|
slide: "vertical",
|
|
1165
1167
|
to: 0,
|
|
1166
1168
|
from: 1000
|
|
1167
|
-
}, /*#__PURE__*/
|
|
1169
|
+
}, /*#__PURE__*/_react.default.createElement(_SeasonInfoModal.default, {
|
|
1168
1170
|
competition_season: competition_season,
|
|
1169
1171
|
competition_types: competition_types,
|
|
1170
1172
|
competition_result_types: competition_result_types,
|
|
@@ -1177,7 +1179,7 @@ const CompetitionPlay = ({
|
|
|
1177
1179
|
}
|
|
1178
1180
|
},
|
|
1179
1181
|
onClose: () => setShowSeason(false)
|
|
1180
|
-
}))) : /*#__PURE__*/
|
|
1182
|
+
}))) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), show_enter_prompt ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
1181
1183
|
style: {
|
|
1182
1184
|
position: 'absolute',
|
|
1183
1185
|
top: 0,
|
|
@@ -1188,11 +1190,11 @@ const CompetitionPlay = ({
|
|
|
1188
1190
|
justifyContent: 'flex-end',
|
|
1189
1191
|
alignItems: 'center'
|
|
1190
1192
|
}
|
|
1191
|
-
}, /*#__PURE__*/
|
|
1193
|
+
}, /*#__PURE__*/_react.default.createElement(_Spring.default, {
|
|
1192
1194
|
slide: "vertical",
|
|
1193
1195
|
to: 0,
|
|
1194
1196
|
from: 200
|
|
1195
|
-
}, /*#__PURE__*/
|
|
1197
|
+
}, /*#__PURE__*/_react.default.createElement(_EnterCompetitionPrompt.default, {
|
|
1196
1198
|
player: player,
|
|
1197
1199
|
width: width,
|
|
1198
1200
|
competition: competition,
|
|
@@ -1201,7 +1203,7 @@ const CompetitionPlay = ({
|
|
|
1201
1203
|
onVerify: () => handleProfile('unverified'),
|
|
1202
1204
|
onCancel: () => setShowEnterPrompt(false),
|
|
1203
1205
|
onEnter: promo_balance => handleEnterCompetition(promo_balance)
|
|
1204
|
-
}))) : /*#__PURE__*/
|
|
1206
|
+
}))) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), show_rules ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
1205
1207
|
style: {
|
|
1206
1208
|
position: 'absolute',
|
|
1207
1209
|
top: 0,
|
|
@@ -1213,11 +1215,11 @@ const CompetitionPlay = ({
|
|
|
1213
1215
|
justifyContent: 'center',
|
|
1214
1216
|
alignItems: 'center'
|
|
1215
1217
|
}
|
|
1216
|
-
}, /*#__PURE__*/
|
|
1218
|
+
}, /*#__PURE__*/_react.default.createElement(_Spring.default, {
|
|
1217
1219
|
slide: "vertical",
|
|
1218
1220
|
to: 0,
|
|
1219
1221
|
from: 1000
|
|
1220
|
-
}, /*#__PURE__*/
|
|
1222
|
+
}, /*#__PURE__*/_react.default.createElement(_CompetitionTypeCard.default, {
|
|
1221
1223
|
visible: show_rules ? true : false,
|
|
1222
1224
|
init_view: "type",
|
|
1223
1225
|
onClose: () => setShowRules(false),
|
|
@@ -1225,7 +1227,7 @@ const CompetitionPlay = ({
|
|
|
1225
1227
|
competition_type: competition_type,
|
|
1226
1228
|
competition_result_type: competition_result_type,
|
|
1227
1229
|
competition_payout_types: competition_payout_types
|
|
1228
|
-
}))) : /*#__PURE__*/
|
|
1230
|
+
}))) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), nav_out_prompt.visible ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
1229
1231
|
style: {
|
|
1230
1232
|
flex: 1,
|
|
1231
1233
|
position: 'absolute',
|
|
@@ -1237,11 +1239,11 @@ const CompetitionPlay = ({
|
|
|
1237
1239
|
justifyContent: 'center',
|
|
1238
1240
|
alignItems: 'center'
|
|
1239
1241
|
}
|
|
1240
|
-
}, /*#__PURE__*/
|
|
1242
|
+
}, /*#__PURE__*/_react.default.createElement(_Spring.default, {
|
|
1241
1243
|
slide: "vertical",
|
|
1242
1244
|
to: 0,
|
|
1243
1245
|
from: 1000
|
|
1244
|
-
}, /*#__PURE__*/
|
|
1246
|
+
}, /*#__PURE__*/_react.default.createElement(_NavOutPrompt.default, {
|
|
1245
1247
|
accept_title: nav_out_prompt.accept_title,
|
|
1246
1248
|
body: nav_out_prompt.body ?? '',
|
|
1247
1249
|
cancel_title: nav_out_prompt.cancel_title,
|
|
@@ -1261,7 +1263,7 @@ const CompetitionPlay = ({
|
|
|
1261
1263
|
visible: false
|
|
1262
1264
|
});
|
|
1263
1265
|
}
|
|
1264
|
-
}))) : /*#__PURE__*/
|
|
1266
|
+
}))) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null));
|
|
1265
1267
|
};
|
|
1266
1268
|
var _default = exports.default = CompetitionPlay;
|
|
1267
1269
|
//# sourceMappingURL=CompetitionPlay.js.map
|