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