be-components 1.1.1 → 1.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/AdServer/components/CompanyAdCard.js +5 -3
- package/lib/commonjs/AdServer/components/CompanyAdCard.js.map +1 -1
- package/lib/commonjs/AdServer/index.js +10 -8
- package/lib/commonjs/AdServer/index.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.js +17 -16
- package/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/LoginForm.js +60 -58
- package/lib/commonjs/Authenticator/Components/LoginForm.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/StrategyForm.js +69 -67
- package/lib/commonjs/Authenticator/Components/StrategyForm.js.map +1 -1
- package/lib/commonjs/Authenticator/index.js +16 -14
- package/lib/commonjs/Authenticator/index.js.map +1 -1
- package/lib/commonjs/BettorSearch/index.js +10 -8
- package/lib/commonjs/BettorSearch/index.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketCompetitionCard.js +94 -92
- package/lib/commonjs/Bracket/components/BracketCompetitionCard.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketCompetitionSelector.js +39 -37
- package/lib/commonjs/Bracket/components/BracketCompetitionSelector.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/BracketNavigator.js +19 -18
- package/lib/commonjs/Bracket/components/BracketPlay/BracketNavigator.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/BracketRound.js +8 -7
- package/lib/commonjs/Bracket/components/BracketPlay/BracketRound.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/RoundEvent.js +46 -45
- package/lib/commonjs/Bracket/components/BracketPlay/RoundEvent.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/index.js +29 -27
- package/lib/commonjs/Bracket/components/BracketPlay/index.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketSelector.js +24 -22
- package/lib/commonjs/Bracket/components/BracketSelector.js.map +1 -1
- package/lib/commonjs/Bracket/components/CompetitionLeaderboard.js +36 -34
- package/lib/commonjs/Bracket/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/commonjs/Bracket/components/JoinCompetitionCard.js +22 -20
- package/lib/commonjs/Bracket/components/JoinCompetitionCard.js.map +1 -1
- package/lib/commonjs/Bracket/components/PlayerBalanceCard.js +9 -7
- package/lib/commonjs/Bracket/components/PlayerBalanceCard.js.map +1 -1
- package/lib/commonjs/Bracket/components/PlayerBracketManager.js +77 -75
- package/lib/commonjs/Bracket/components/PlayerBracketManager.js.map +1 -1
- package/lib/commonjs/Bracket/components/PlayerBrackets.js +28 -27
- package/lib/commonjs/Bracket/components/PlayerBrackets.js.map +1 -1
- package/lib/commonjs/Bracket/components/RoomMenu.js +16 -15
- package/lib/commonjs/Bracket/components/RoomMenu.js.map +1 -1
- package/lib/commonjs/Bracket/index.js +11 -9
- package/lib/commonjs/Bracket/index.js.map +1 -1
- package/lib/commonjs/Checkout/components/AccountSummaryCard.js +44 -43
- package/lib/commonjs/Checkout/components/AccountSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/components/ItemSummaryCard.js +8 -7
- package/lib/commonjs/Checkout/components/ItemSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/components/OrderSummaryCard.js +13 -12
- package/lib/commonjs/Checkout/components/OrderSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/components/PayPalOrderCapture.js +4 -2
- package/lib/commonjs/Checkout/components/PayPalOrderCapture.js.map +1 -1
- package/lib/commonjs/Checkout/components/ShippingSummaryCard.js +8 -7
- package/lib/commonjs/Checkout/components/ShippingSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/index.js +60 -58
- package/lib/commonjs/Checkout/index.js.map +1 -1
- package/lib/commonjs/Competition/components/AthleteMarketCard.js +21 -20
- package/lib/commonjs/Competition/components/AthleteMarketCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionCard.js +26 -25
- package/lib/commonjs/Competition/components/CompetitionCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionInfoCard.js +32 -31
- package/lib/commonjs/Competition/components/CompetitionInfoCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionLeaderboard.js +36 -34
- package/lib/commonjs/Competition/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionPlay.js +118 -116
- package/lib/commonjs/Competition/components/CompetitionPlay.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionSeasonCard.js +17 -16
- package/lib/commonjs/Competition/components/CompetitionSeasonCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionSelector.js +16 -14
- package/lib/commonjs/Competition/components/CompetitionSelector.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionTypeCard.js +45 -43
- package/lib/commonjs/Competition/components/CompetitionTypeCard.js.map +1 -1
- package/lib/commonjs/Competition/components/EnterCompetitionPrompt.js +31 -29
- package/lib/commonjs/Competition/components/EnterCompetitionPrompt.js.map +1 -1
- package/lib/commonjs/Competition/components/LeaderPicks.js +41 -39
- package/lib/commonjs/Competition/components/LeaderPicks.js.map +1 -1
- package/lib/commonjs/Competition/components/ManageSeasonForm.js +87 -85
- package/lib/commonjs/Competition/components/ManageSeasonForm.js.map +1 -1
- package/lib/commonjs/Competition/components/MarketsCard.js +19 -17
- package/lib/commonjs/Competition/components/MarketsCard.js.map +1 -1
- package/lib/commonjs/Competition/components/MatchMarketCard.js +26 -25
- package/lib/commonjs/Competition/components/MatchMarketCard.js.map +1 -1
- package/lib/commonjs/Competition/components/NavOutPrompt.js +19 -18
- package/lib/commonjs/Competition/components/NavOutPrompt.js.map +1 -1
- package/lib/commonjs/Competition/components/SeasonInfoModal.js +54 -52
- package/lib/commonjs/Competition/components/SeasonInfoModal.js.map +1 -1
- package/lib/commonjs/Competition/components/TeamEventCard.js +31 -30
- package/lib/commonjs/Competition/components/TeamEventCard.js.map +1 -1
- package/lib/commonjs/Competition/components/WagerPickForm.js +32 -30
- package/lib/commonjs/Competition/components/WagerPickForm.js.map +1 -1
- package/lib/commonjs/Competition/index.js +5 -3
- package/lib/commonjs/Competition/index.js.map +1 -1
- package/lib/commonjs/Components/Button.js +8 -7
- package/lib/commonjs/Components/Button.js.map +1 -1
- package/lib/commonjs/Components/Checkbox.js +4 -3
- package/lib/commonjs/Components/Checkbox.js.map +1 -1
- package/lib/commonjs/Components/Icons.js +409 -408
- package/lib/commonjs/Components/Icons.js.map +1 -1
- package/lib/commonjs/Components/ImageUploader.js +5 -3
- package/lib/commonjs/Components/ImageUploader.js.map +1 -1
- package/lib/commonjs/Components/Jerseys.js +125 -124
- package/lib/commonjs/Components/Jerseys.js.map +1 -1
- package/lib/commonjs/Components/LinearDiagnal.js +9 -7
- package/lib/commonjs/Components/LinearDiagnal.js.map +1 -1
- package/lib/commonjs/Components/Spring.js +3 -1
- package/lib/commonjs/Components/Spring.js.map +1 -1
- package/lib/commonjs/Components/Switch.js +9 -8
- package/lib/commonjs/Components/Switch.js.map +1 -1
- package/lib/commonjs/Components/Text.js +2 -1
- package/lib/commonjs/Components/Text.js.map +1 -1
- package/lib/commonjs/Components/TextInput.js +2 -1
- package/lib/commonjs/Components/TextInput.js.map +1 -1
- package/lib/commonjs/LocationTracker/index.js +28 -27
- package/lib/commonjs/LocationTracker/index.js.map +1 -1
- package/lib/commonjs/Observer/Observer.js +4 -2
- package/lib/commonjs/Observer/Observer.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignPlay.js +58 -56
- package/lib/commonjs/Poll/components/CampaignPlay.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignProgressBar.js +13 -11
- package/lib/commonjs/Poll/components/CampaignProgressBar.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignResult.js +58 -56
- package/lib/commonjs/Poll/components/CampaignResult.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignSelector.js +14 -12
- package/lib/commonjs/Poll/components/CampaignSelector.js.map +1 -1
- package/lib/commonjs/Poll/components/PollCampaignCard.js +8 -7
- package/lib/commonjs/Poll/components/PollCampaignCard.js.map +1 -1
- package/lib/commonjs/Poll/components/PollCard.js +51 -49
- package/lib/commonjs/Poll/components/PollCard.js.map +1 -1
- package/lib/commonjs/Poll/components/PollOptionCard.js +16 -14
- package/lib/commonjs/Poll/components/PollOptionCard.js.map +1 -1
- package/lib/commonjs/Poll/components/PollSelectCard.js +26 -25
- package/lib/commonjs/Poll/components/PollSelectCard.js.map +1 -1
- package/lib/commonjs/Poll/components/ResponseTimer.js +5 -3
- package/lib/commonjs/Poll/components/ResponseTimer.js.map +1 -1
- package/lib/commonjs/Poll/components/WidgetHeader.js +12 -11
- package/lib/commonjs/Poll/components/WidgetHeader.js.map +1 -1
- package/lib/commonjs/Poll/flashmarket/ResultCard.js +49 -47
- package/lib/commonjs/Poll/flashmarket/ResultCard.js.map +1 -1
- package/lib/commonjs/Poll/flashmarket/index.js +54 -52
- package/lib/commonjs/Poll/flashmarket/index.js.map +1 -1
- package/lib/commonjs/Poll/index.js +8 -6
- package/lib/commonjs/Poll/index.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/BasicInfoManager.js +37 -35
- package/lib/commonjs/ProfileManager/Components/BasicInfoManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/BasicStatus.js +36 -35
- package/lib/commonjs/ProfileManager/Components/BasicStatus.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/CodeRedeem.js +52 -50
- package/lib/commonjs/ProfileManager/Components/CodeRedeem.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/DOBManager.js +26 -24
- package/lib/commonjs/ProfileManager/Components/DOBManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/EmailManager.js +38 -36
- package/lib/commonjs/ProfileManager/Components/EmailManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/PasswordManager.js +38 -36
- package/lib/commonjs/ProfileManager/Components/PasswordManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/PhoneManager.js +38 -36
- package/lib/commonjs/ProfileManager/Components/PhoneManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfilePicManager.js +19 -17
- package/lib/commonjs/ProfileManager/Components/ProfilePicManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfileWelcome.js +16 -15
- package/lib/commonjs/ProfileManager/Components/ProfileWelcome.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfileWizard.js +68 -66
- package/lib/commonjs/ProfileManager/Components/ProfileWizard.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/SettingsManager.js +31 -29
- package/lib/commonjs/ProfileManager/Components/SettingsManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/VouchCard.js +65 -63
- package/lib/commonjs/ProfileManager/Components/VouchCard.js.map +1 -1
- package/lib/commonjs/ProfileManager/index.js +18 -16
- package/lib/commonjs/ProfileManager/index.js.map +1 -1
- package/lib/commonjs/SocialComponents/PlayerCard.js +12 -11
- package/lib/commonjs/SocialComponents/PlayerCard.js.map +1 -1
- package/lib/commonjs/SocialComponents/PlayerFollowButton.js +4 -3
- package/lib/commonjs/SocialComponents/PlayerFollowButton.js.map +1 -1
- package/lib/commonjs/SocialComponents/PlayerList.js +6 -4
- package/lib/commonjs/SocialComponents/PlayerList.js.map +1 -1
- package/lib/commonjs/Socket/index.js +5 -3
- package/lib/commonjs/Socket/index.js.map +1 -1
- package/lib/commonjs/Squares/components/BidForm.js +28 -27
- package/lib/commonjs/Squares/components/BidForm.js.map +1 -1
- package/lib/commonjs/Squares/components/BidToggle.js +7 -6
- package/lib/commonjs/Squares/components/BidToggle.js.map +1 -1
- package/lib/commonjs/Squares/components/BoardStats.js +32 -30
- package/lib/commonjs/Squares/components/BoardStats.js.map +1 -1
- package/lib/commonjs/Squares/components/EventCard.js +25 -23
- package/lib/commonjs/Squares/components/EventCard.js.map +1 -1
- package/lib/commonjs/Squares/components/MySquaresCard.js +22 -20
- package/lib/commonjs/Squares/components/MySquaresCard.js.map +1 -1
- package/lib/commonjs/Squares/components/OfferForm.js +30 -29
- package/lib/commonjs/Squares/components/OfferForm.js.map +1 -1
- package/lib/commonjs/Squares/components/ResultsCard.js +23 -21
- package/lib/commonjs/Squares/components/ResultsCard.js.map +1 -1
- package/lib/commonjs/Squares/components/SquareCard.js +7 -6
- package/lib/commonjs/Squares/components/SquareCard.js.map +1 -1
- package/lib/commonjs/Squares/components/SquareOfferCard.js +36 -34
- package/lib/commonjs/Squares/components/SquareOfferCard.js.map +1 -1
- package/lib/commonjs/Squares/components/SquareOwners.js +22 -20
- package/lib/commonjs/Squares/components/SquareOwners.js.map +1 -1
- package/lib/commonjs/Squares/components/SquaresBoard.js +32 -29
- package/lib/commonjs/Squares/components/SquaresBoard.js.map +1 -1
- package/lib/commonjs/Squares/components/SquaresDetails.js +24 -22
- package/lib/commonjs/Squares/components/SquaresDetails.js.map +1 -1
- package/lib/commonjs/Squares/index.js +30 -28
- package/lib/commonjs/Squares/index.js.map +1 -1
- package/lib/commonjs/Wallet/components/ACHAddCard.js +39 -38
- package/lib/commonjs/Wallet/components/ACHAddCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountCard.js +18 -17
- package/lib/commonjs/Wallet/components/AccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountLimitManager.js +34 -32
- package/lib/commonjs/Wallet/components/AccountLimitManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountManager.js +32 -31
- package/lib/commonjs/Wallet/components/AccountManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountSnoozeManager.js +33 -31
- package/lib/commonjs/Wallet/components/AccountSnoozeManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/AddressCard.js +8 -7
- package/lib/commonjs/Wallet/components/AddressCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AddressManager.js +46 -44
- package/lib/commonjs/Wallet/components/AddressManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/DepositCard.js +43 -41
- package/lib/commonjs/Wallet/components/DepositCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/FundAccountCard.js +55 -54
- package/lib/commonjs/Wallet/components/FundAccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/ItemOrderCard.js +17 -15
- package/lib/commonjs/Wallet/components/ItemOrderCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/ItemOrderDetailCard.js +25 -23
- package/lib/commonjs/Wallet/components/ItemOrderDetailCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/LinkAccountManager.js +42 -40
- package/lib/commonjs/Wallet/components/LinkAccountManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManageAccountCard.js +38 -36
- package/lib/commonjs/Wallet/components/ManageAccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManualACHAdd.js +35 -33
- package/lib/commonjs/Wallet/components/ManualACHAdd.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManualCardAdd.js +49 -47
- package/lib/commonjs/Wallet/components/ManualCardAdd.js.map +1 -1
- package/lib/commonjs/Wallet/components/MyBalance.js +35 -34
- package/lib/commonjs/Wallet/components/MyBalance.js.map +1 -1
- package/lib/commonjs/Wallet/components/OrderManager.js +17 -15
- package/lib/commonjs/Wallet/components/OrderManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/RemoveAccount.js +12 -10
- package/lib/commonjs/Wallet/components/RemoveAccount.js.map +1 -1
- package/lib/commonjs/Wallet/components/VerifyACHAccount.js +22 -20
- package/lib/commonjs/Wallet/components/VerifyACHAccount.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletActionSelector.js +51 -49
- package/lib/commonjs/Wallet/components/WalletActionSelector.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletSettings.js +100 -98
- package/lib/commonjs/Wallet/components/WalletSettings.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletSetup.js +60 -58
- package/lib/commonjs/Wallet/components/WalletSetup.js.map +1 -1
- package/lib/commonjs/Wallet/components/WithdrawCard.js +48 -46
- package/lib/commonjs/Wallet/components/WithdrawCard.js.map +1 -1
- package/lib/commonjs/Wallet/index.js +47 -45
- package/lib/commonjs/Wallet/index.js.map +1 -1
- package/lib/module/AdServer/components/CompanyAdCard.js +1 -1
- package/lib/module/AdServer/components/CompanyAdCard.js.map +1 -1
- package/lib/module/AdServer/index.js +1 -1
- package/lib/module/AdServer/index.js.map +1 -1
- package/lib/module/Authenticator/Components/AuthStrategyIdentifier.js +1 -0
- package/lib/module/Authenticator/Components/AuthStrategyIdentifier.js.map +1 -1
- package/lib/module/Authenticator/Components/LoginForm.js +1 -1
- package/lib/module/Authenticator/Components/LoginForm.js.map +1 -1
- package/lib/module/Authenticator/Components/StrategyForm.js +1 -1
- package/lib/module/Authenticator/Components/StrategyForm.js.map +1 -1
- package/lib/module/Authenticator/index.js +1 -1
- package/lib/module/Authenticator/index.js.map +1 -1
- package/lib/module/BettorSearch/index.js +1 -1
- package/lib/module/BettorSearch/index.js.map +1 -1
- package/lib/module/Bracket/components/BracketCompetitionCard.js +1 -1
- package/lib/module/Bracket/components/BracketCompetitionCard.js.map +1 -1
- package/lib/module/Bracket/components/BracketCompetitionSelector.js +1 -1
- package/lib/module/Bracket/components/BracketCompetitionSelector.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/BracketNavigator.js +1 -0
- package/lib/module/Bracket/components/BracketPlay/BracketNavigator.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/BracketRound.js +1 -0
- package/lib/module/Bracket/components/BracketPlay/BracketRound.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/RoundEvent.js +1 -0
- package/lib/module/Bracket/components/BracketPlay/RoundEvent.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/index.js +1 -1
- package/lib/module/Bracket/components/BracketPlay/index.js.map +1 -1
- package/lib/module/Bracket/components/BracketSelector.js +1 -1
- package/lib/module/Bracket/components/BracketSelector.js.map +1 -1
- package/lib/module/Bracket/components/CompetitionLeaderboard.js +1 -1
- package/lib/module/Bracket/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/module/Bracket/components/JoinCompetitionCard.js +1 -1
- package/lib/module/Bracket/components/JoinCompetitionCard.js.map +1 -1
- package/lib/module/Bracket/components/PlayerBalanceCard.js +1 -1
- package/lib/module/Bracket/components/PlayerBalanceCard.js.map +1 -1
- package/lib/module/Bracket/components/PlayerBracketManager.js +1 -1
- package/lib/module/Bracket/components/PlayerBracketManager.js.map +1 -1
- package/lib/module/Bracket/components/PlayerBrackets.js +1 -0
- package/lib/module/Bracket/components/PlayerBrackets.js.map +1 -1
- package/lib/module/Bracket/components/RoomMenu.js +1 -0
- package/lib/module/Bracket/components/RoomMenu.js.map +1 -1
- package/lib/module/Bracket/index.js +1 -1
- package/lib/module/Bracket/index.js.map +1 -1
- package/lib/module/Checkout/components/AccountSummaryCard.js +1 -0
- package/lib/module/Checkout/components/AccountSummaryCard.js.map +1 -1
- package/lib/module/Checkout/components/ItemSummaryCard.js +1 -0
- package/lib/module/Checkout/components/ItemSummaryCard.js.map +1 -1
- package/lib/module/Checkout/components/OrderSummaryCard.js +1 -0
- package/lib/module/Checkout/components/OrderSummaryCard.js.map +1 -1
- package/lib/module/Checkout/components/PayPalOrderCapture.js +1 -0
- package/lib/module/Checkout/components/PayPalOrderCapture.js.map +1 -1
- package/lib/module/Checkout/components/ShippingSummaryCard.js +1 -0
- package/lib/module/Checkout/components/ShippingSummaryCard.js.map +1 -1
- package/lib/module/Checkout/index.js +1 -1
- package/lib/module/Checkout/index.js.map +1 -1
- package/lib/module/Competition/components/AthleteMarketCard.js +1 -0
- package/lib/module/Competition/components/AthleteMarketCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionCard.js +1 -0
- package/lib/module/Competition/components/CompetitionCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionInfoCard.js +1 -0
- package/lib/module/Competition/components/CompetitionInfoCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionLeaderboard.js +1 -1
- package/lib/module/Competition/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionPlay.js +1 -0
- package/lib/module/Competition/components/CompetitionPlay.js.map +1 -1
- package/lib/module/Competition/components/CompetitionSeasonCard.js +1 -0
- package/lib/module/Competition/components/CompetitionSeasonCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionSelector.js +1 -0
- package/lib/module/Competition/components/CompetitionSelector.js.map +1 -1
- package/lib/module/Competition/components/CompetitionTypeCard.js +1 -1
- package/lib/module/Competition/components/CompetitionTypeCard.js.map +1 -1
- package/lib/module/Competition/components/EnterCompetitionPrompt.js +1 -1
- package/lib/module/Competition/components/EnterCompetitionPrompt.js.map +1 -1
- package/lib/module/Competition/components/LeaderPicks.js +1 -1
- package/lib/module/Competition/components/LeaderPicks.js.map +1 -1
- package/lib/module/Competition/components/ManageSeasonForm.js +1 -1
- package/lib/module/Competition/components/ManageSeasonForm.js.map +1 -1
- package/lib/module/Competition/components/MarketsCard.js +1 -1
- package/lib/module/Competition/components/MarketsCard.js.map +1 -1
- package/lib/module/Competition/components/MatchMarketCard.js +1 -0
- package/lib/module/Competition/components/MatchMarketCard.js.map +1 -1
- package/lib/module/Competition/components/NavOutPrompt.js +1 -0
- package/lib/module/Competition/components/NavOutPrompt.js.map +1 -1
- package/lib/module/Competition/components/SeasonInfoModal.js +1 -1
- package/lib/module/Competition/components/SeasonInfoModal.js.map +1 -1
- package/lib/module/Competition/components/TeamEventCard.js +1 -0
- package/lib/module/Competition/components/TeamEventCard.js.map +1 -1
- package/lib/module/Competition/components/WagerPickForm.js +1 -1
- package/lib/module/Competition/components/WagerPickForm.js.map +1 -1
- package/lib/module/Competition/index.js +1 -1
- package/lib/module/Competition/index.js.map +1 -1
- package/lib/module/Components/Button.js +1 -0
- package/lib/module/Components/Button.js.map +1 -1
- package/lib/module/Components/Checkbox.js +1 -0
- package/lib/module/Components/Checkbox.js.map +1 -1
- package/lib/module/Components/Icons.js +1 -0
- package/lib/module/Components/Icons.js.map +1 -1
- package/lib/module/Components/ImageUploader.js +1 -1
- package/lib/module/Components/ImageUploader.js.map +1 -1
- package/lib/module/Components/Jerseys.js +1 -0
- package/lib/module/Components/Jerseys.js.map +1 -1
- package/lib/module/Components/LinearDiagnal.js +1 -1
- package/lib/module/Components/LinearDiagnal.js.map +1 -1
- package/lib/module/Components/Spring.js +1 -0
- package/lib/module/Components/Spring.js.map +1 -1
- package/lib/module/Components/Switch.js +1 -0
- package/lib/module/Components/Switch.js.map +1 -1
- package/lib/module/Components/Text.js +1 -0
- package/lib/module/Components/Text.js.map +1 -1
- package/lib/module/Components/TextInput.js +1 -0
- package/lib/module/Components/TextInput.js.map +1 -1
- package/lib/module/Components/ViewportObserver.js.map +1 -1
- package/lib/module/LocationTracker/index.js +1 -0
- package/lib/module/LocationTracker/index.js.map +1 -1
- package/lib/module/Observer/Observer.js +1 -1
- package/lib/module/Observer/Observer.js.map +1 -1
- package/lib/module/Poll/components/CampaignPlay.js +1 -1
- package/lib/module/Poll/components/CampaignPlay.js.map +1 -1
- package/lib/module/Poll/components/CampaignProgressBar.js +1 -1
- package/lib/module/Poll/components/CampaignProgressBar.js.map +1 -1
- package/lib/module/Poll/components/CampaignResult.js +1 -1
- package/lib/module/Poll/components/CampaignResult.js.map +1 -1
- package/lib/module/Poll/components/CampaignSelector.js +1 -1
- package/lib/module/Poll/components/CampaignSelector.js.map +1 -1
- package/lib/module/Poll/components/PollCampaignCard.js +1 -0
- package/lib/module/Poll/components/PollCampaignCard.js.map +1 -1
- package/lib/module/Poll/components/PollCard.js +1 -1
- package/lib/module/Poll/components/PollCard.js.map +1 -1
- package/lib/module/Poll/components/PollOptionCard.js +1 -1
- package/lib/module/Poll/components/PollOptionCard.js.map +1 -1
- package/lib/module/Poll/components/PollSelectCard.js +1 -0
- package/lib/module/Poll/components/PollSelectCard.js.map +1 -1
- package/lib/module/Poll/components/ResponseTimer.js +1 -1
- package/lib/module/Poll/components/ResponseTimer.js.map +1 -1
- package/lib/module/Poll/components/WidgetHeader.js +1 -0
- package/lib/module/Poll/components/WidgetHeader.js.map +1 -1
- package/lib/module/Poll/flashmarket/ResultCard.js +1 -1
- package/lib/module/Poll/flashmarket/ResultCard.js.map +1 -1
- package/lib/module/Poll/flashmarket/index.js +1 -1
- package/lib/module/Poll/flashmarket/index.js.map +1 -1
- package/lib/module/Poll/index.js +1 -1
- package/lib/module/Poll/index.js.map +1 -1
- package/lib/module/ProfileManager/Components/BasicInfoManager.js +1 -1
- package/lib/module/ProfileManager/Components/BasicInfoManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/BasicStatus.js +1 -0
- package/lib/module/ProfileManager/Components/BasicStatus.js.map +1 -1
- package/lib/module/ProfileManager/Components/CodeRedeem.js +1 -1
- package/lib/module/ProfileManager/Components/CodeRedeem.js.map +1 -1
- package/lib/module/ProfileManager/Components/DOBManager.js +1 -1
- package/lib/module/ProfileManager/Components/DOBManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/EmailManager.js +1 -1
- package/lib/module/ProfileManager/Components/EmailManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/PasswordManager.js +1 -1
- package/lib/module/ProfileManager/Components/PasswordManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/PhoneManager.js +1 -1
- package/lib/module/ProfileManager/Components/PhoneManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfilePicManager.js +1 -1
- package/lib/module/ProfileManager/Components/ProfilePicManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfileWelcome.js +1 -0
- package/lib/module/ProfileManager/Components/ProfileWelcome.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfileWizard.js +1 -1
- package/lib/module/ProfileManager/Components/ProfileWizard.js.map +1 -1
- package/lib/module/ProfileManager/Components/SettingsManager.js +1 -1
- package/lib/module/ProfileManager/Components/SettingsManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/VouchCard.js +1 -1
- package/lib/module/ProfileManager/Components/VouchCard.js.map +1 -1
- package/lib/module/ProfileManager/index.js +1 -1
- package/lib/module/ProfileManager/index.js.map +1 -1
- package/lib/module/SocialComponents/PlayerCard.js +1 -0
- package/lib/module/SocialComponents/PlayerCard.js.map +1 -1
- package/lib/module/SocialComponents/PlayerFollowButton.js +1 -0
- package/lib/module/SocialComponents/PlayerFollowButton.js.map +1 -1
- package/lib/module/SocialComponents/PlayerList.js +1 -1
- package/lib/module/SocialComponents/PlayerList.js.map +1 -1
- package/lib/module/Socket/index.js +1 -1
- package/lib/module/Socket/index.js.map +1 -1
- package/lib/module/Squares/components/BidForm.js +1 -0
- package/lib/module/Squares/components/BidForm.js.map +1 -1
- package/lib/module/Squares/components/BidToggle.js +1 -0
- package/lib/module/Squares/components/BidToggle.js.map +1 -1
- package/lib/module/Squares/components/BoardStats.js +1 -1
- package/lib/module/Squares/components/BoardStats.js.map +1 -1
- package/lib/module/Squares/components/EventCard.js +1 -1
- package/lib/module/Squares/components/EventCard.js.map +1 -1
- package/lib/module/Squares/components/MySquaresCard.js +1 -1
- package/lib/module/Squares/components/MySquaresCard.js.map +1 -1
- package/lib/module/Squares/components/OfferForm.js +1 -0
- package/lib/module/Squares/components/OfferForm.js.map +1 -1
- package/lib/module/Squares/components/ResultsCard.js +1 -1
- package/lib/module/Squares/components/ResultsCard.js.map +1 -1
- package/lib/module/Squares/components/SquareCard.js +1 -0
- package/lib/module/Squares/components/SquareCard.js.map +1 -1
- package/lib/module/Squares/components/SquareOfferCard.js +1 -1
- package/lib/module/Squares/components/SquareOfferCard.js.map +1 -1
- package/lib/module/Squares/components/SquareOwners.js +1 -1
- package/lib/module/Squares/components/SquareOwners.js.map +1 -1
- package/lib/module/Squares/components/SquaresBoard.js +7 -6
- package/lib/module/Squares/components/SquaresBoard.js.map +1 -1
- package/lib/module/Squares/components/SquaresDetails.js +1 -1
- package/lib/module/Squares/components/SquaresDetails.js.map +1 -1
- package/lib/module/Squares/index.js +2 -2
- package/lib/module/Squares/index.js.map +1 -1
- package/lib/module/Wallet/components/ACHAddCard.js +1 -0
- package/lib/module/Wallet/components/ACHAddCard.js.map +1 -1
- package/lib/module/Wallet/components/AccountCard.js +1 -0
- package/lib/module/Wallet/components/AccountCard.js.map +1 -1
- package/lib/module/Wallet/components/AccountLimitManager.js +1 -1
- package/lib/module/Wallet/components/AccountLimitManager.js.map +1 -1
- package/lib/module/Wallet/components/AccountManager.js +1 -0
- package/lib/module/Wallet/components/AccountManager.js.map +1 -1
- package/lib/module/Wallet/components/AccountSnoozeManager.js +1 -1
- package/lib/module/Wallet/components/AccountSnoozeManager.js.map +1 -1
- package/lib/module/Wallet/components/AddressCard.js +1 -0
- package/lib/module/Wallet/components/AddressCard.js.map +1 -1
- package/lib/module/Wallet/components/AddressManager.js +1 -1
- package/lib/module/Wallet/components/AddressManager.js.map +1 -1
- package/lib/module/Wallet/components/DepositCard.js +1 -1
- package/lib/module/Wallet/components/DepositCard.js.map +1 -1
- package/lib/module/Wallet/components/FundAccountCard.js +1 -0
- package/lib/module/Wallet/components/FundAccountCard.js.map +1 -1
- package/lib/module/Wallet/components/ItemOrderCard.js +1 -1
- package/lib/module/Wallet/components/ItemOrderCard.js.map +1 -1
- package/lib/module/Wallet/components/ItemOrderDetailCard.js +1 -1
- package/lib/module/Wallet/components/ItemOrderDetailCard.js.map +1 -1
- package/lib/module/Wallet/components/LinkAccountManager.js +1 -1
- package/lib/module/Wallet/components/LinkAccountManager.js.map +1 -1
- package/lib/module/Wallet/components/ManageAccountCard.js +1 -1
- package/lib/module/Wallet/components/ManageAccountCard.js.map +1 -1
- package/lib/module/Wallet/components/ManualACHAdd.js +1 -1
- package/lib/module/Wallet/components/ManualACHAdd.js.map +1 -1
- package/lib/module/Wallet/components/ManualCardAdd.js +1 -1
- package/lib/module/Wallet/components/ManualCardAdd.js.map +1 -1
- package/lib/module/Wallet/components/MyBalance.js +1 -0
- package/lib/module/Wallet/components/MyBalance.js.map +1 -1
- package/lib/module/Wallet/components/OrderManager.js +1 -1
- package/lib/module/Wallet/components/OrderManager.js.map +1 -1
- package/lib/module/Wallet/components/RemoveAccount.js +1 -1
- package/lib/module/Wallet/components/RemoveAccount.js.map +1 -1
- package/lib/module/Wallet/components/VerifyACHAccount.js +1 -1
- package/lib/module/Wallet/components/VerifyACHAccount.js.map +1 -1
- package/lib/module/Wallet/components/WalletActionSelector.js +1 -1
- package/lib/module/Wallet/components/WalletActionSelector.js.map +1 -1
- package/lib/module/Wallet/components/WalletSettings.js +1 -1
- package/lib/module/Wallet/components/WalletSettings.js.map +1 -1
- package/lib/module/Wallet/components/WalletSetup.js +1 -1
- package/lib/module/Wallet/components/WalletSetup.js.map +1 -1
- package/lib/module/Wallet/components/WithdrawCard.js +1 -1
- package/lib/module/Wallet/components/WithdrawCard.js.map +1 -1
- package/lib/module/Wallet/index.js +1 -1
- package/lib/module/Wallet/index.js.map +1 -1
- package/lib/typescript/src/AdServer/components/CompanyAdCard.d.ts +2 -1
- package/lib/typescript/src/AdServer/components/CompanyAdCard.d.ts.map +1 -1
- package/lib/typescript/src/AdServer/index.d.ts +3 -2
- package/lib/typescript/src/AdServer/index.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/AuthStrategyIdentifier.d.ts +2 -1
- package/lib/typescript/src/Authenticator/Components/AuthStrategyIdentifier.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/LoginForm.d.ts +2 -1
- package/lib/typescript/src/Authenticator/Components/LoginForm.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/StrategyForm.d.ts +2 -1
- package/lib/typescript/src/Authenticator/Components/StrategyForm.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/index.d.ts +2 -1
- package/lib/typescript/src/Authenticator/index.d.ts.map +1 -1
- package/lib/typescript/src/BettorSearch/index.d.ts +2 -1
- package/lib/typescript/src/BettorSearch/index.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketCompetitionCard.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/BracketCompetitionCard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketCompetitionSelector.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/BracketCompetitionSelector.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketNavigator.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketNavigator.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketRound.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketRound.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/RoundEvent.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/RoundEvent.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/index.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/index.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketSelector.d.ts +1 -1
- package/lib/typescript/src/Bracket/components/BracketSelector.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/CompetitionLeaderboard.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/CompetitionLeaderboard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/JoinCompetitionCard.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/JoinCompetitionCard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBalanceCard.d.ts +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBalanceCard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBracketManager.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/PlayerBracketManager.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBrackets.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/PlayerBrackets.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/RoomMenu.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/RoomMenu.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/index.d.ts +2 -1
- package/lib/typescript/src/Bracket/index.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/AccountSummaryCard.d.ts +2 -1
- package/lib/typescript/src/Checkout/components/AccountSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/ItemSummaryCard.d.ts +2 -1
- package/lib/typescript/src/Checkout/components/ItemSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/OrderSummaryCard.d.ts +2 -1
- package/lib/typescript/src/Checkout/components/OrderSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/PayPalOrderCapture.d.ts +2 -1
- package/lib/typescript/src/Checkout/components/PayPalOrderCapture.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/ShippingSummaryCard.d.ts +2 -1
- package/lib/typescript/src/Checkout/components/ShippingSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/index.d.ts +2 -1
- package/lib/typescript/src/Checkout/index.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/AthleteMarketCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/AthleteMarketCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionInfoCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionInfoCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionLeaderboard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionLeaderboard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionPlay.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionPlay.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionSeasonCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionSeasonCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionSelector.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionSelector.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionTypeCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionTypeCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/EnterCompetitionPrompt.d.ts +2 -1
- package/lib/typescript/src/Competition/components/EnterCompetitionPrompt.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/LeaderPicks.d.ts +2 -1
- package/lib/typescript/src/Competition/components/LeaderPicks.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/ManageSeasonForm.d.ts +2 -1
- package/lib/typescript/src/Competition/components/ManageSeasonForm.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/MarketsCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/MarketsCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/MatchMarketCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/MatchMarketCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/NavOutPrompt.d.ts +2 -1
- package/lib/typescript/src/Competition/components/NavOutPrompt.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/SeasonInfoModal.d.ts +2 -1
- package/lib/typescript/src/Competition/components/SeasonInfoModal.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/TeamEventCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/TeamEventCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/WagerPickForm.d.ts +2 -1
- package/lib/typescript/src/Competition/components/WagerPickForm.d.ts.map +1 -1
- package/lib/typescript/src/Competition/index.d.ts +2 -1
- package/lib/typescript/src/Competition/index.d.ts.map +1 -1
- package/lib/typescript/src/Components/Button.d.ts +2 -1
- package/lib/typescript/src/Components/Button.d.ts.map +1 -1
- package/lib/typescript/src/Components/Checkbox.d.ts +2 -1
- package/lib/typescript/src/Components/Checkbox.d.ts.map +1 -1
- package/lib/typescript/src/Components/Icons.d.ts +57 -56
- package/lib/typescript/src/Components/Icons.d.ts.map +1 -1
- package/lib/typescript/src/Components/ImageUploader.d.ts +2 -1
- package/lib/typescript/src/Components/ImageUploader.d.ts.map +1 -1
- package/lib/typescript/src/Components/Jerseys.d.ts +3 -2
- package/lib/typescript/src/Components/Jerseys.d.ts.map +1 -1
- package/lib/typescript/src/Components/LinearDiagnal.d.ts +2 -1
- package/lib/typescript/src/Components/LinearDiagnal.d.ts.map +1 -1
- package/lib/typescript/src/Components/Spring.d.ts +2 -1
- package/lib/typescript/src/Components/Spring.d.ts.map +1 -1
- package/lib/typescript/src/Components/Switch.d.ts +2 -1
- package/lib/typescript/src/Components/Switch.d.ts.map +1 -1
- package/lib/typescript/src/Components/Text.d.ts +2 -1
- package/lib/typescript/src/Components/Text.d.ts.map +1 -1
- package/lib/typescript/src/Components/TextInput.d.ts +2 -1
- package/lib/typescript/src/Components/TextInput.d.ts.map +1 -1
- package/lib/typescript/src/LocationTracker/index.d.ts +2 -1
- package/lib/typescript/src/LocationTracker/index.d.ts.map +1 -1
- package/lib/typescript/src/Observer/Observer.d.ts +2 -1
- package/lib/typescript/src/Observer/Observer.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignPlay.d.ts +2 -1
- package/lib/typescript/src/Poll/components/CampaignPlay.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignProgressBar.d.ts +2 -1
- package/lib/typescript/src/Poll/components/CampaignProgressBar.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignResult.d.ts +2 -1
- package/lib/typescript/src/Poll/components/CampaignResult.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignSelector.d.ts +2 -1
- package/lib/typescript/src/Poll/components/CampaignSelector.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollCampaignCard.d.ts +2 -1
- package/lib/typescript/src/Poll/components/PollCampaignCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollCard.d.ts +2 -1
- package/lib/typescript/src/Poll/components/PollCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollOptionCard.d.ts +2 -1
- package/lib/typescript/src/Poll/components/PollOptionCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollSelectCard.d.ts +2 -1
- package/lib/typescript/src/Poll/components/PollSelectCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/ResponseTimer.d.ts +2 -1
- package/lib/typescript/src/Poll/components/ResponseTimer.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/WidgetHeader.d.ts +2 -1
- package/lib/typescript/src/Poll/components/WidgetHeader.d.ts.map +1 -1
- package/lib/typescript/src/Poll/flashmarket/ResultCard.d.ts +2 -1
- package/lib/typescript/src/Poll/flashmarket/ResultCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/flashmarket/index.d.ts +2 -1
- package/lib/typescript/src/Poll/flashmarket/index.d.ts.map +1 -1
- package/lib/typescript/src/Poll/index.d.ts +2 -1
- package/lib/typescript/src/Poll/index.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/BasicInfoManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/BasicInfoManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/BasicStatus.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/BasicStatus.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/CodeRedeem.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/CodeRedeem.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/DOBManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/DOBManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/EmailManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/EmailManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/PasswordManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/PasswordManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/PhoneManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/PhoneManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfilePicManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/ProfilePicManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWelcome.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWelcome.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWizard.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWizard.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/SettingsManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/SettingsManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/VouchCard.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/VouchCard.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/index.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/index.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PlayerCard.d.ts +2 -1
- package/lib/typescript/src/SocialComponents/PlayerCard.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PlayerFollowButton.d.ts +2 -1
- package/lib/typescript/src/SocialComponents/PlayerFollowButton.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PlayerList.d.ts +2 -1
- package/lib/typescript/src/SocialComponents/PlayerList.d.ts.map +1 -1
- package/lib/typescript/src/Socket/index.d.ts +2 -1
- package/lib/typescript/src/Socket/index.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/BidForm.d.ts +2 -1
- package/lib/typescript/src/Squares/components/BidForm.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/BidToggle.d.ts +2 -1
- package/lib/typescript/src/Squares/components/BidToggle.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/BoardStats.d.ts +2 -1
- package/lib/typescript/src/Squares/components/BoardStats.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/EventCard.d.ts +2 -1
- package/lib/typescript/src/Squares/components/EventCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/MySquaresCard.d.ts +2 -1
- package/lib/typescript/src/Squares/components/MySquaresCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/OfferForm.d.ts +2 -1
- package/lib/typescript/src/Squares/components/OfferForm.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/ResultsCard.d.ts +2 -1
- package/lib/typescript/src/Squares/components/ResultsCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquareCard.d.ts +2 -1
- package/lib/typescript/src/Squares/components/SquareCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquareOfferCard.d.ts +2 -1
- package/lib/typescript/src/Squares/components/SquareOfferCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquareOwners.d.ts +2 -1
- package/lib/typescript/src/Squares/components/SquareOwners.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquaresBoard.d.ts +2 -1
- package/lib/typescript/src/Squares/components/SquaresBoard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquaresDetails.d.ts +2 -1
- package/lib/typescript/src/Squares/components/SquaresDetails.d.ts.map +1 -1
- package/lib/typescript/src/Squares/index.d.ts +2 -1
- package/lib/typescript/src/Squares/index.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ACHAddCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/ACHAddCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/AccountCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountLimitManager.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/AccountLimitManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountManager.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/AccountManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountSnoozeManager.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/AccountSnoozeManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AddressCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/AddressCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AddressManager.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/AddressManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/DepositCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/DepositCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/FundAccountCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/FundAccountCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ItemOrderCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/ItemOrderCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ItemOrderDetailCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/ItemOrderDetailCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/LinkAccountManager.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/LinkAccountManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ManageAccountCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/ManageAccountCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ManualACHAdd.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/ManualACHAdd.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ManualCardAdd.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/ManualCardAdd.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/MyBalance.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/MyBalance.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/OrderManager.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/OrderManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/RemoveAccount.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/RemoveAccount.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/VerifyACHAccount.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/VerifyACHAccount.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WalletActionSelector.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/WalletActionSelector.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WalletSettings.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/WalletSettings.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WalletSetup.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/WalletSetup.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WithdrawCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/WithdrawCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/index.d.ts +2 -1
- package/lib/typescript/src/Wallet/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/AdServer/components/CompanyAdCard.tsx +1 -1
- package/src/AdServer/index.tsx +1 -1
- package/src/Authenticator/Components/AuthStrategyIdentifier.tsx +1 -0
- package/src/Authenticator/Components/LoginForm.tsx +1 -1
- package/src/Authenticator/Components/StrategyForm.tsx +1 -1
- package/src/Authenticator/index.tsx +1 -1
- package/src/BettorSearch/index.tsx +1 -1
- package/src/Bracket/components/BracketCompetitionCard.tsx +1 -1
- package/src/Bracket/components/BracketCompetitionSelector.tsx +1 -1
- package/src/Bracket/components/BracketPlay/BracketNavigator.tsx +1 -0
- package/src/Bracket/components/BracketPlay/BracketRound.tsx +1 -0
- package/src/Bracket/components/BracketPlay/RoundEvent.tsx +1 -0
- package/src/Bracket/components/BracketPlay/index.tsx +1 -1
- package/src/Bracket/components/BracketSelector.tsx +1 -1
- package/src/Bracket/components/CompetitionLeaderboard.tsx +1 -1
- package/src/Bracket/components/JoinCompetitionCard.tsx +1 -1
- package/src/Bracket/components/PlayerBalanceCard.tsx +1 -1
- package/src/Bracket/components/PlayerBracketManager.tsx +1 -1
- package/src/Bracket/components/PlayerBrackets.tsx +1 -0
- package/src/Bracket/components/RoomMenu.tsx +1 -1
- package/src/Bracket/index.tsx +1 -1
- package/src/Checkout/components/AccountSummaryCard.tsx +1 -0
- package/src/Checkout/components/ItemSummaryCard.tsx +1 -0
- package/src/Checkout/components/OrderSummaryCard.tsx +1 -0
- package/src/Checkout/components/PayPalOrderCapture.tsx +1 -0
- package/src/Checkout/components/ShippingSummaryCard.tsx +1 -0
- package/src/Checkout/index.tsx +1 -1
- package/src/Competition/components/AthleteMarketCard.tsx +1 -0
- package/src/Competition/components/CompetitionCard.tsx +1 -0
- package/src/Competition/components/CompetitionInfoCard.tsx +1 -0
- package/src/Competition/components/CompetitionLeaderboard.tsx +1 -1
- package/src/Competition/components/CompetitionPlay.tsx +1 -0
- package/src/Competition/components/CompetitionSeasonCard.tsx +1 -0
- package/src/Competition/components/CompetitionSelector.tsx +1 -0
- package/src/Competition/components/CompetitionTypeCard.tsx +1 -1
- package/src/Competition/components/EnterCompetitionPrompt.tsx +1 -1
- package/src/Competition/components/LeaderPicks.tsx +1 -1
- package/src/Competition/components/ManageSeasonForm.tsx +1 -1
- package/src/Competition/components/MarketsCard.tsx +1 -1
- package/src/Competition/components/MatchMarketCard.tsx +1 -0
- package/src/Competition/components/NavOutPrompt.tsx +1 -0
- package/src/Competition/components/SeasonInfoModal.tsx +1 -1
- package/src/Competition/components/TeamEventCard.tsx +1 -1
- package/src/Competition/components/WagerPickForm.tsx +1 -1
- package/src/Competition/index.tsx +1 -1
- package/src/Components/Button.tsx +1 -0
- package/src/Components/Checkbox.tsx +1 -0
- package/src/Components/Icons.tsx +1 -0
- package/src/Components/ImageUploader.tsx +1 -1
- package/src/Components/Jerseys.tsx +1 -0
- package/src/Components/LinearDiagnal.tsx +1 -1
- package/src/Components/Spring.tsx +1 -0
- package/src/Components/Switch.tsx +1 -0
- package/src/Components/Text.tsx +1 -0
- package/src/Components/TextInput.tsx +1 -0
- package/src/Components/ViewportObserver.tsx +1 -1
- package/src/LocationTracker/index.tsx +1 -0
- package/src/Observer/Observer.tsx +1 -1
- package/src/Poll/components/CampaignPlay.tsx +1 -1
- package/src/Poll/components/CampaignProgressBar.tsx +1 -1
- package/src/Poll/components/CampaignResult.tsx +1 -1
- package/src/Poll/components/CampaignSelector.tsx +1 -1
- package/src/Poll/components/PollCampaignCard.tsx +1 -0
- package/src/Poll/components/PollCard.tsx +1 -1
- package/src/Poll/components/PollOptionCard.tsx +1 -1
- package/src/Poll/components/PollSelectCard.tsx +1 -0
- package/src/Poll/components/ResponseTimer.tsx +1 -1
- package/src/Poll/components/WidgetHeader.tsx +1 -0
- package/src/Poll/flashmarket/ResultCard.tsx +1 -1
- package/src/Poll/flashmarket/index.tsx +1 -1
- package/src/Poll/index.tsx +1 -1
- package/src/ProfileManager/Components/BasicInfoManager.tsx +1 -1
- package/src/ProfileManager/Components/BasicStatus.tsx +1 -0
- package/src/ProfileManager/Components/CodeRedeem.tsx +1 -1
- package/src/ProfileManager/Components/DOBManager.tsx +1 -1
- package/src/ProfileManager/Components/EmailManager.tsx +1 -1
- package/src/ProfileManager/Components/PasswordManager.tsx +1 -1
- package/src/ProfileManager/Components/PhoneManager.tsx +1 -1
- package/src/ProfileManager/Components/ProfilePicManager.tsx +1 -1
- package/src/ProfileManager/Components/ProfileWelcome.tsx +1 -0
- package/src/ProfileManager/Components/ProfileWizard.tsx +1 -1
- package/src/ProfileManager/Components/SettingsManager.tsx +1 -1
- package/src/ProfileManager/Components/VouchCard.tsx +1 -1
- package/src/ProfileManager/index.tsx +1 -1
- package/src/SocialComponents/PlayerCard.tsx +1 -0
- package/src/SocialComponents/PlayerFollowButton.tsx +1 -0
- package/src/SocialComponents/PlayerList.tsx +1 -1
- package/src/Socket/index.tsx +1 -1
- package/src/Squares/components/BidForm.tsx +1 -0
- package/src/Squares/components/BidToggle.tsx +1 -0
- package/src/Squares/components/BoardStats.tsx +1 -1
- package/src/Squares/components/EventCard.tsx +1 -1
- package/src/Squares/components/MySquaresCard.tsx +1 -1
- package/src/Squares/components/OfferForm.tsx +1 -0
- package/src/Squares/components/ResultsCard.tsx +1 -1
- package/src/Squares/components/SquareCard.tsx +1 -0
- package/src/Squares/components/SquareOfferCard.tsx +1 -1
- package/src/Squares/components/SquareOwners.tsx +1 -1
- package/src/Squares/components/SquaresBoard.tsx +8 -6
- package/src/Squares/components/SquaresDetails.tsx +1 -1
- package/src/Squares/index.tsx +2 -2
- package/src/Wallet/components/ACHAddCard.tsx +1 -0
- package/src/Wallet/components/AccountCard.tsx +1 -0
- package/src/Wallet/components/AccountLimitManager.tsx +1 -1
- package/src/Wallet/components/AccountManager.tsx +1 -0
- package/src/Wallet/components/AccountSnoozeManager.tsx +1 -1
- package/src/Wallet/components/AddressCard.tsx +1 -0
- package/src/Wallet/components/AddressManager.tsx +1 -1
- package/src/Wallet/components/DepositCard.tsx +1 -1
- package/src/Wallet/components/FundAccountCard.tsx +1 -0
- package/src/Wallet/components/ItemOrderCard.tsx +1 -1
- package/src/Wallet/components/ItemOrderDetailCard.tsx +1 -1
- package/src/Wallet/components/LinkAccountManager.tsx +1 -1
- package/src/Wallet/components/ManageAccountCard.tsx +1 -1
- package/src/Wallet/components/ManualACHAdd.tsx +1 -1
- package/src/Wallet/components/ManualCardAdd.tsx +1 -1
- package/src/Wallet/components/MyBalance.tsx +1 -0
- package/src/Wallet/components/OrderManager.tsx +1 -1
- package/src/Wallet/components/RemoveAccount.tsx +1 -1
- package/src/Wallet/components/VerifyACHAccount.tsx +1 -1
- package/src/Wallet/components/WalletActionSelector.tsx +1 -1
- package/src/Wallet/components/WalletSettings.tsx +1 -1
- package/src/Wallet/components/WalletSetup.tsx +1 -1
- package/src/Wallet/components/WithdrawCard.tsx +1 -1
- package/src/Wallet/index.tsx +1 -1
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
var _react = require("react");
|
|
7
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
8
8
|
var _reactNative = require("react-native");
|
|
9
9
|
var _api = require("../api");
|
|
10
10
|
var _colors = _interopRequireDefault(require("../../constants/colors"));
|
|
@@ -14,6 +14,8 @@ var _CompetitionLeaderboard = _interopRequireDefault(require("./CompetitionLeade
|
|
|
14
14
|
var _JoinCompetitionCard = _interopRequireDefault(require("./JoinCompetitionCard"));
|
|
15
15
|
var _styles = require("../../constants/styles");
|
|
16
16
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
17
|
+
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); }
|
|
18
|
+
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; }
|
|
17
19
|
const BracketCompetitionCard = ({
|
|
18
20
|
visible,
|
|
19
21
|
player_balance,
|
|
@@ -120,34 +122,34 @@ const BracketCompetitionCard = ({
|
|
|
120
122
|
};
|
|
121
123
|
const renderPlayerBrackets = data => {
|
|
122
124
|
const cpb = my_comp_player_brackets.find(mcpb => mcpb.player_bracket_id == data.item.player_bracket_id);
|
|
123
|
-
return /*#__PURE__*/
|
|
125
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
124
126
|
style: {
|
|
125
127
|
flexDirection: 'row',
|
|
126
128
|
padding: 5
|
|
127
129
|
}
|
|
128
|
-
}, /*#__PURE__*/
|
|
130
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.TouchableOpacity, {
|
|
129
131
|
style: {
|
|
130
132
|
flex: 1
|
|
131
133
|
},
|
|
132
134
|
onPress: () => onViewBracket(data.item.bracket_id)
|
|
133
|
-
}, /*#__PURE__*/
|
|
135
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
134
136
|
size: 14,
|
|
135
137
|
color: _colors.default.brand.midnight,
|
|
136
138
|
weight: "bold"
|
|
137
|
-
}, data.item.bracket_name), /*#__PURE__*/
|
|
139
|
+
}, data.item.bracket_name), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
138
140
|
style: {
|
|
139
141
|
marginTop: 3
|
|
140
142
|
},
|
|
141
143
|
size: 12,
|
|
142
144
|
color: _colors.default.brand.midnight,
|
|
143
145
|
weight: "regular"
|
|
144
|
-
}, (data.item.completion_pct * 100).toFixed(2), "% Complete")), !cpb ? /*#__PURE__*/
|
|
146
|
+
}, (data.item.completion_pct * 100).toFixed(2), "% Complete")), !cpb ? /*#__PURE__*/_react.default.createElement(_Components.Button, {
|
|
145
147
|
title: "Join",
|
|
146
148
|
loading: action_loading,
|
|
147
149
|
backgroundColor: _colors.default.utility.success,
|
|
148
150
|
title_color: _colors.default.shades.white,
|
|
149
151
|
onPress: () => setJoiningBracket(data.item)
|
|
150
|
-
}) : cpb && can_leave ? /*#__PURE__*/
|
|
152
|
+
}) : cpb && can_leave ? /*#__PURE__*/_react.default.createElement(_Components.Button, {
|
|
151
153
|
title: "Leave",
|
|
152
154
|
disabled: action_loading,
|
|
153
155
|
style: {
|
|
@@ -157,39 +159,39 @@ const BracketCompetitionCard = ({
|
|
|
157
159
|
backgroundColor: _colors.default.utility.error,
|
|
158
160
|
title_color: _colors.default.shades.white,
|
|
159
161
|
onPress: () => handleLeave(cpb.competition_player_bracket_id)
|
|
160
|
-
}) : /*#__PURE__*/
|
|
162
|
+
}) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null));
|
|
161
163
|
};
|
|
162
164
|
const renderRules = data => {
|
|
163
165
|
if (!bracket) {
|
|
164
|
-
return /*#__PURE__*/
|
|
166
|
+
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null);
|
|
165
167
|
}
|
|
166
168
|
const bracket_round = bracket_rounds.find(br => br.round_number == data.item.round_number);
|
|
167
169
|
if (!bracket_round) {
|
|
168
|
-
return /*#__PURE__*/
|
|
170
|
+
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null);
|
|
169
171
|
}
|
|
170
|
-
return /*#__PURE__*/
|
|
172
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
171
173
|
style: {
|
|
172
174
|
flexDirection: 'row',
|
|
173
175
|
padding: 10
|
|
174
176
|
}
|
|
175
|
-
}, /*#__PURE__*/
|
|
177
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
176
178
|
style: {
|
|
177
179
|
flex: 1
|
|
178
180
|
},
|
|
179
181
|
size: 14,
|
|
180
182
|
color: _colors.default.brand.midnight,
|
|
181
183
|
weight: "bold"
|
|
182
|
-
}, bracket_round.round_name), /*#__PURE__*/
|
|
184
|
+
}, bracket_round.round_name), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
183
185
|
size: 14,
|
|
184
186
|
color: _colors.default.brand.midnight,
|
|
185
187
|
weight: "bold"
|
|
186
188
|
}, data.item.win_points, " Points"));
|
|
187
189
|
};
|
|
188
190
|
if (!visible) {
|
|
189
|
-
return /*#__PURE__*/
|
|
191
|
+
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null);
|
|
190
192
|
}
|
|
191
193
|
if (!loaded || !bracket_competition || !bracket || loading) {
|
|
192
|
-
return /*#__PURE__*/
|
|
194
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.View, null, /*#__PURE__*/_react.default.createElement(_reactNative.ActivityIndicator, {
|
|
193
195
|
style: {
|
|
194
196
|
padding: 20,
|
|
195
197
|
alignSelf: 'center'
|
|
@@ -199,39 +201,39 @@ const BracketCompetitionCard = ({
|
|
|
199
201
|
}));
|
|
200
202
|
}
|
|
201
203
|
let payout = _api.BracketCompetitionHelpers.getPayout(bracket_competition);
|
|
202
|
-
return /*#__PURE__*/
|
|
204
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
203
205
|
style: {
|
|
204
206
|
flex: 1,
|
|
205
207
|
backgroundColor: _colors.default.shades.shade100
|
|
206
208
|
}
|
|
207
|
-
}, /*#__PURE__*/
|
|
209
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
208
210
|
style: {
|
|
209
211
|
borderBottomWidth: 1,
|
|
210
212
|
borderColor: _colors.default.shades.shade600,
|
|
211
213
|
backgroundColor: _colors.default.shades.white
|
|
212
214
|
}
|
|
213
|
-
}, /*#__PURE__*/
|
|
215
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
214
216
|
style: {
|
|
215
217
|
padding: 20,
|
|
216
218
|
flexDirection: 'row',
|
|
217
219
|
alignItems: 'center'
|
|
218
220
|
}
|
|
219
|
-
}, /*#__PURE__*/
|
|
221
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.TouchableOpacity, {
|
|
220
222
|
style: {
|
|
221
223
|
flex: 1,
|
|
222
224
|
flexDirection: 'row',
|
|
223
225
|
alignItems: 'center'
|
|
224
226
|
},
|
|
225
227
|
onPress: () => onClose()
|
|
226
|
-
}, /*#__PURE__*/
|
|
228
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
227
229
|
style: {
|
|
228
230
|
padding: 10
|
|
229
231
|
}
|
|
230
|
-
}, /*#__PURE__*/
|
|
232
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Icons.ChevronIcon, {
|
|
231
233
|
size: 12,
|
|
232
234
|
color: _colors.default.brand.midnight,
|
|
233
235
|
direction: "left"
|
|
234
|
-
})), /*#__PURE__*/
|
|
236
|
+
})), /*#__PURE__*/_react.default.createElement(_reactNative.View, null, /*#__PURE__*/_react.default.createElement(_reactNative.Image, {
|
|
235
237
|
source: {
|
|
236
238
|
uri: bracket_competition.image?.url
|
|
237
239
|
},
|
|
@@ -241,39 +243,39 @@ const BracketCompetitionCard = ({
|
|
|
241
243
|
borderRadius: 4
|
|
242
244
|
},
|
|
243
245
|
resizeMode: "cover"
|
|
244
|
-
})), /*#__PURE__*/
|
|
246
|
+
})), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
245
247
|
style: {
|
|
246
248
|
flex: 1,
|
|
247
249
|
marginLeft: 10
|
|
248
250
|
}
|
|
249
|
-
}, /*#__PURE__*/
|
|
251
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
250
252
|
weight: "bold",
|
|
251
253
|
size: 14,
|
|
252
254
|
color: _colors.default.brand.midnight
|
|
253
|
-
}, bracket_competition.competition_name), /*#__PURE__*/
|
|
255
|
+
}, bracket_competition.competition_name), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
254
256
|
style: {
|
|
255
257
|
marginTop: 4
|
|
256
258
|
},
|
|
257
259
|
size: 12,
|
|
258
260
|
color: _colors.default.brand.slate
|
|
259
|
-
}, bracket_competition.competition_description))), /*#__PURE__*/
|
|
261
|
+
}, bracket_competition.competition_description))), /*#__PURE__*/_react.default.createElement(_reactNative.TouchableOpacity, {
|
|
260
262
|
style: {
|
|
261
263
|
padding: 10
|
|
262
264
|
},
|
|
263
265
|
onPress: () => onShareCompetition(bracket_competition.bracket_competition_id)
|
|
264
|
-
}, /*#__PURE__*/
|
|
266
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Icons.ShareIcon, {
|
|
265
267
|
color: _colors.default.brand.electric,
|
|
266
268
|
size: 12
|
|
267
|
-
})))), /*#__PURE__*/
|
|
269
|
+
})))), /*#__PURE__*/_react.default.createElement(_reactNative.ScrollView, {
|
|
268
270
|
style: {
|
|
269
271
|
flex: 1
|
|
270
272
|
}
|
|
271
|
-
}, /*#__PURE__*/
|
|
273
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
272
274
|
style: local_styles.header
|
|
273
|
-
}, /*#__PURE__*/
|
|
275
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.TouchableOpacity, {
|
|
274
276
|
style: local_styles.section_header,
|
|
275
277
|
onPress: () => setShowBracket(!show_bracket)
|
|
276
|
-
}, /*#__PURE__*/
|
|
278
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, null, /*#__PURE__*/_react.default.createElement(_reactNative.Image, {
|
|
277
279
|
source: {
|
|
278
280
|
uri: 'https://res.cloudinary.com/hoabts6mc/image/upload/v1677259366/Bracket_image_h0fkku.webp'
|
|
279
281
|
},
|
|
@@ -283,90 +285,90 @@ const BracketCompetitionCard = ({
|
|
|
283
285
|
borderRadius: 4
|
|
284
286
|
},
|
|
285
287
|
resizeMode: "cover"
|
|
286
|
-
})), /*#__PURE__*/
|
|
288
|
+
})), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
287
289
|
style: {
|
|
288
290
|
flex: 1,
|
|
289
291
|
marginLeft: 10
|
|
290
292
|
}
|
|
291
|
-
}, /*#__PURE__*/
|
|
293
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
292
294
|
size: 16,
|
|
293
295
|
color: _colors.default.brand.midnight,
|
|
294
296
|
weight: "bold"
|
|
295
|
-
}, bracket.bracket_name), /*#__PURE__*/
|
|
297
|
+
}, bracket.bracket_name), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
296
298
|
style: {
|
|
297
299
|
marginTop: 3
|
|
298
300
|
},
|
|
299
301
|
size: 14,
|
|
300
302
|
color: _colors.default.brand.slate,
|
|
301
303
|
weight: "regular"
|
|
302
|
-
}, "Bracket starts ", (0, _momentMini.default)(bracket.scheduled_datetime).format('MMM DD YYYY hh:mm a'))), /*#__PURE__*/
|
|
304
|
+
}, "Bracket starts ", (0, _momentMini.default)(bracket.scheduled_datetime).format('MMM DD YYYY hh:mm a'))), /*#__PURE__*/_react.default.createElement(_Components.Icons.ChevronIcon, {
|
|
303
305
|
size: 10,
|
|
304
306
|
direction: show_bracket ? 'up' : 'down',
|
|
305
307
|
color: _colors.default.brand.midnight
|
|
306
|
-
})), show_bracket ? /*#__PURE__*/
|
|
308
|
+
})), show_bracket ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
307
309
|
style: {
|
|
308
310
|
padding: 20
|
|
309
311
|
}
|
|
310
|
-
}, my_player_brackets.length > 0 ? /*#__PURE__*/
|
|
312
|
+
}, my_player_brackets.length > 0 ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
311
313
|
style: {
|
|
312
314
|
borderWidth: 1,
|
|
313
315
|
borderColor: _colors.default.shades.shade600,
|
|
314
316
|
borderRadius: 8
|
|
315
317
|
}
|
|
316
|
-
}, /*#__PURE__*/
|
|
318
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
317
319
|
style: {
|
|
318
320
|
borderBottomWidth: 1,
|
|
319
321
|
borderBottomColor: _colors.default.shades.shade600,
|
|
320
322
|
padding: 10
|
|
321
323
|
}
|
|
322
|
-
}, /*#__PURE__*/
|
|
324
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
323
325
|
size: 16,
|
|
324
326
|
color: _colors.default.brand.slate,
|
|
325
327
|
weight: "regular"
|
|
326
|
-
}, "MY ELIGIBLE BRACKETS")), /*#__PURE__*/
|
|
328
|
+
}, "MY ELIGIBLE BRACKETS")), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
327
329
|
style: {
|
|
328
330
|
padding: 10
|
|
329
331
|
}
|
|
330
|
-
}, /*#__PURE__*/
|
|
332
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.FlatList, {
|
|
331
333
|
data: my_player_brackets,
|
|
332
334
|
renderItem: renderPlayerBrackets,
|
|
333
335
|
keyExtractor: item => item.player_bracket_id.toString()
|
|
334
|
-
}))) : /*#__PURE__*/
|
|
336
|
+
}))) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
335
337
|
style: {
|
|
336
338
|
margin: 10,
|
|
337
339
|
marginBottom: 0
|
|
338
340
|
}
|
|
339
|
-
}, /*#__PURE__*/
|
|
341
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Button, {
|
|
340
342
|
title: "Fill Out Bracket",
|
|
341
343
|
padding: 15,
|
|
342
344
|
title_color: _colors.default.shades.white,
|
|
343
345
|
backgroundColor: _colors.default.brand.electric,
|
|
344
346
|
onPress: () => onViewBracket(bracket.bracket_id)
|
|
345
|
-
}))) : /*#__PURE__*/
|
|
347
|
+
}))) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null)), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
346
348
|
style: local_styles.header
|
|
347
|
-
}, /*#__PURE__*/
|
|
349
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.TouchableOpacity, {
|
|
348
350
|
style: local_styles.section_header,
|
|
349
351
|
onPress: () => setShowInfo(!show_info)
|
|
350
|
-
}, /*#__PURE__*/
|
|
352
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
351
353
|
style: {
|
|
352
354
|
flex: 1
|
|
353
355
|
}
|
|
354
|
-
}, /*#__PURE__*/
|
|
356
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
355
357
|
size: 16,
|
|
356
358
|
color: _colors.default.brand.midnight,
|
|
357
359
|
weight: "bold"
|
|
358
|
-
}, "COMPETITION DETAILS"), /*#__PURE__*/
|
|
360
|
+
}, "COMPETITION DETAILS"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
359
361
|
style: {
|
|
360
362
|
marginTop: 3
|
|
361
363
|
},
|
|
362
364
|
size: 14,
|
|
363
365
|
color: _colors.default.brand.slate,
|
|
364
366
|
weight: "regular"
|
|
365
|
-
}, "Detailed Information on this competition")), /*#__PURE__*/
|
|
367
|
+
}, "Detailed Information on this competition")), /*#__PURE__*/_react.default.createElement(_Components.Icons.ChevronIcon, {
|
|
366
368
|
size: 10,
|
|
367
369
|
direction: show_info ? 'up' : 'down',
|
|
368
370
|
color: _colors.default.brand.midnight
|
|
369
|
-
})), show_info ? /*#__PURE__*/
|
|
371
|
+
})), show_info ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
370
372
|
style: {
|
|
371
373
|
padding: 10,
|
|
372
374
|
margin: 10,
|
|
@@ -374,96 +376,96 @@ const BracketCompetitionCard = ({
|
|
|
374
376
|
borderRadius: 8,
|
|
375
377
|
borderColor: _colors.default.shades.shade600
|
|
376
378
|
}
|
|
377
|
-
}, /*#__PURE__*/
|
|
379
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
378
380
|
style: {
|
|
379
381
|
flexDirection: 'row',
|
|
380
382
|
alignItems: 'center',
|
|
381
383
|
padding: 5
|
|
382
384
|
}
|
|
383
|
-
}, /*#__PURE__*/
|
|
385
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
384
386
|
style: {
|
|
385
387
|
flex: 1
|
|
386
388
|
},
|
|
387
389
|
size: 14,
|
|
388
390
|
weight: "bold",
|
|
389
391
|
color: _colors.default.brand.midnight
|
|
390
|
-
}, "Entries"), /*#__PURE__*/
|
|
392
|
+
}, "Entries"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
391
393
|
size: 14,
|
|
392
394
|
color: _colors.default.brand.midnight,
|
|
393
395
|
weight: "bold"
|
|
394
|
-
}, bracket_competition.tickets_sold, " / ", bracket_competition.max_brackets)), /*#__PURE__*/
|
|
396
|
+
}, bracket_competition.tickets_sold, " / ", bracket_competition.max_brackets)), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
395
397
|
style: {
|
|
396
398
|
flexDirection: 'row',
|
|
397
399
|
alignItems: 'center',
|
|
398
400
|
padding: 5
|
|
399
401
|
}
|
|
400
|
-
}, /*#__PURE__*/
|
|
402
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
401
403
|
style: {
|
|
402
404
|
flex: 1
|
|
403
405
|
},
|
|
404
406
|
size: 14,
|
|
405
407
|
weight: "bold",
|
|
406
408
|
color: _colors.default.brand.midnight
|
|
407
|
-
}, "Ticket Price"), /*#__PURE__*/
|
|
409
|
+
}, "Ticket Price"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
408
410
|
size: 14,
|
|
409
411
|
color: _colors.default.brand.midnight,
|
|
410
412
|
weight: "bold"
|
|
411
|
-
}, "$", bracket_competition.buy_in.toFixed(2))), result_type ? /*#__PURE__*/
|
|
413
|
+
}, "$", bracket_competition.buy_in.toFixed(2))), result_type ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
412
414
|
style: {
|
|
413
415
|
flexDirection: 'row',
|
|
414
416
|
alignItems: 'center',
|
|
415
417
|
padding: 5
|
|
416
418
|
}
|
|
417
|
-
}, /*#__PURE__*/
|
|
419
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
418
420
|
style: {
|
|
419
421
|
flex: 1
|
|
420
422
|
},
|
|
421
423
|
size: 14,
|
|
422
424
|
weight: "bold",
|
|
423
425
|
color: _colors.default.brand.midnight
|
|
424
|
-
}, "Payout Type"), /*#__PURE__*/
|
|
426
|
+
}, "Payout Type"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
425
427
|
size: 14,
|
|
426
428
|
color: _colors.default.brand.midnight,
|
|
427
429
|
weight: "bold"
|
|
428
|
-
}, result_type.label)) : /*#__PURE__*/
|
|
430
|
+
}, result_type.label)) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
429
431
|
style: {
|
|
430
432
|
flexDirection: 'row',
|
|
431
433
|
alignItems: 'center',
|
|
432
434
|
padding: 5
|
|
433
435
|
}
|
|
434
|
-
}, /*#__PURE__*/
|
|
436
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
435
437
|
style: {
|
|
436
438
|
flex: 1
|
|
437
439
|
},
|
|
438
440
|
size: 14,
|
|
439
441
|
weight: "bold",
|
|
440
442
|
color: _colors.default.brand.midnight
|
|
441
|
-
}, "Current Payout"), /*#__PURE__*/
|
|
443
|
+
}, "Current Payout"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
442
444
|
size: 14,
|
|
443
445
|
color: _colors.default.brand.midnight,
|
|
444
446
|
weight: "bold"
|
|
445
|
-
}, "$", payout.toFixed(2))), bracket_competition.prize_override ? /*#__PURE__*/
|
|
447
|
+
}, "$", payout.toFixed(2))), bracket_competition.prize_override ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
446
448
|
style: {
|
|
447
449
|
marginTop: 5,
|
|
448
450
|
backgroundColor: _colors.default.incentive.gold_faded,
|
|
449
451
|
padding: 10,
|
|
450
452
|
borderRadius: 8
|
|
451
453
|
}
|
|
452
|
-
}, /*#__PURE__*/
|
|
454
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
453
455
|
style: {
|
|
454
456
|
padding: 5
|
|
455
457
|
}
|
|
456
|
-
}, /*#__PURE__*/
|
|
458
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
457
459
|
size: 14,
|
|
458
460
|
color: _colors.default.incentive.gold,
|
|
459
461
|
weight: "bold"
|
|
460
|
-
}, "Additional Prize")), /*#__PURE__*/
|
|
462
|
+
}, "Additional Prize")), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
461
463
|
style: {
|
|
462
464
|
padding: 5,
|
|
463
465
|
flexDirection: 'row',
|
|
464
466
|
alignItems: 'center'
|
|
465
467
|
}
|
|
466
|
-
}, /*#__PURE__*/
|
|
468
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.Image, {
|
|
467
469
|
source: {
|
|
468
470
|
uri: bracket_competition.prize_image?.url ?? 'https://res.cloudinary.com/hoabts6mc/image/upload/v1697121009/Medal_and_trophy_awarded_for_success_wkuk6r.png'
|
|
469
471
|
},
|
|
@@ -473,40 +475,40 @@ const BracketCompetitionCard = ({
|
|
|
473
475
|
borderRadius: 4
|
|
474
476
|
},
|
|
475
477
|
resizeMode: "cover"
|
|
476
|
-
}), /*#__PURE__*/
|
|
478
|
+
}), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
477
479
|
style: {
|
|
478
480
|
flex: 1,
|
|
479
481
|
marginLeft: 5
|
|
480
482
|
}
|
|
481
|
-
}, /*#__PURE__*/
|
|
483
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
482
484
|
size: 14,
|
|
483
485
|
color: _colors.default.brand.midnight,
|
|
484
486
|
weight: "bold"
|
|
485
|
-
}, bracket_competition.prize_override)))) : /*#__PURE__*/
|
|
487
|
+
}, bracket_competition.prize_override)))) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null)) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null)), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
486
488
|
style: local_styles.header
|
|
487
|
-
}, /*#__PURE__*/
|
|
489
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.TouchableOpacity, {
|
|
488
490
|
style: local_styles.section_header,
|
|
489
491
|
onPress: () => setShowRules(!show_rules)
|
|
490
|
-
}, /*#__PURE__*/
|
|
492
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
491
493
|
style: {
|
|
492
494
|
flex: 1
|
|
493
495
|
}
|
|
494
|
-
}, /*#__PURE__*/
|
|
496
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
495
497
|
size: 16,
|
|
496
498
|
color: _colors.default.brand.midnight,
|
|
497
499
|
weight: "bold"
|
|
498
|
-
}, "SCORING RULES"), /*#__PURE__*/
|
|
500
|
+
}, "SCORING RULES"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
499
501
|
style: {
|
|
500
502
|
marginTop: 3
|
|
501
503
|
},
|
|
502
504
|
size: 14,
|
|
503
505
|
color: _colors.default.brand.slate,
|
|
504
506
|
weight: "regular"
|
|
505
|
-
}, "Rules on how picks are scored within each bracket round")), /*#__PURE__*/
|
|
507
|
+
}, "Rules on how picks are scored within each bracket round")), /*#__PURE__*/_react.default.createElement(_Components.Icons.ChevronIcon, {
|
|
506
508
|
size: 10,
|
|
507
509
|
direction: show_rules ? 'up' : 'down',
|
|
508
510
|
color: _colors.default.brand.midnight
|
|
509
|
-
})), show_rules ? /*#__PURE__*/
|
|
511
|
+
})), show_rules ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
510
512
|
style: {
|
|
511
513
|
padding: 10,
|
|
512
514
|
marginBottom: 15,
|
|
@@ -515,69 +517,69 @@ const BracketCompetitionCard = ({
|
|
|
515
517
|
marginLeft: 10,
|
|
516
518
|
marginRight: 10
|
|
517
519
|
}
|
|
518
|
-
}, /*#__PURE__*/
|
|
520
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.FlatList, {
|
|
519
521
|
data: bracket_competition_scoring_rules.sort((a, b) => a.round_number - b.round_number),
|
|
520
522
|
renderItem: renderRules,
|
|
521
523
|
keyExtractor: item => item.bracket_competition_scoring_rule_id.toString()
|
|
522
|
-
})) : /*#__PURE__*/
|
|
524
|
+
})) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null)), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
523
525
|
style: local_styles.header
|
|
524
|
-
}, /*#__PURE__*/
|
|
526
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.TouchableOpacity, {
|
|
525
527
|
style: local_styles.section_header,
|
|
526
528
|
onPress: () => setShowLeaders(!show_leaders)
|
|
527
|
-
}, /*#__PURE__*/
|
|
529
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
528
530
|
style: {
|
|
529
531
|
flex: 1
|
|
530
532
|
}
|
|
531
|
-
}, /*#__PURE__*/
|
|
533
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
532
534
|
size: 16,
|
|
533
535
|
color: _colors.default.brand.midnight,
|
|
534
536
|
weight: "bold"
|
|
535
|
-
}, "LEADERBOARD"), /*#__PURE__*/
|
|
537
|
+
}, "LEADERBOARD"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
536
538
|
style: {
|
|
537
539
|
marginTop: 3
|
|
538
540
|
},
|
|
539
541
|
size: 14,
|
|
540
542
|
color: _colors.default.brand.slate,
|
|
541
543
|
weight: "regular"
|
|
542
|
-
}, "Leaderboard showing points and the current payouts.")), /*#__PURE__*/
|
|
544
|
+
}, "Leaderboard showing points and the current payouts.")), /*#__PURE__*/_react.default.createElement(_Components.Icons.ChevronIcon, {
|
|
543
545
|
size: 10,
|
|
544
546
|
direction: show_leaders ? 'up' : 'down',
|
|
545
547
|
color: _colors.default.brand.midnight
|
|
546
|
-
})), show_leaders ? /*#__PURE__*/
|
|
548
|
+
})), show_leaders ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
547
549
|
style: {
|
|
548
550
|
padding: 10
|
|
549
551
|
}
|
|
550
|
-
}, /*#__PURE__*/
|
|
552
|
+
}, /*#__PURE__*/_react.default.createElement(_CompetitionLeaderboard.default, {
|
|
551
553
|
my_competition_player_brackets: my_comp_player_brackets,
|
|
552
554
|
my_player_brackets: my_player_brackets,
|
|
553
555
|
bracket_competition_id: bracket_competition.bracket_competition_id,
|
|
554
556
|
view_mode: "short",
|
|
555
557
|
show_champions: _api.BracketCompetitionHelpers.showChampions(bracket_competition),
|
|
556
558
|
onViewFull: () => setShowLeaderboard(true)
|
|
557
|
-
})) : /*#__PURE__*/
|
|
559
|
+
})) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null))), show_leaderboard ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
558
560
|
style: {
|
|
559
561
|
position: 'absolute',
|
|
560
562
|
left: 0,
|
|
561
563
|
right: 0,
|
|
562
564
|
bottom: 0
|
|
563
565
|
}
|
|
564
|
-
}, /*#__PURE__*/
|
|
566
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Spring, {
|
|
565
567
|
to: 0,
|
|
566
568
|
from: 500,
|
|
567
569
|
slide: "vertical"
|
|
568
|
-
}, /*#__PURE__*/
|
|
570
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
569
571
|
style: {
|
|
570
572
|
height,
|
|
571
573
|
backgroundColor: _colors.default.shades.white
|
|
572
574
|
}
|
|
573
|
-
}, /*#__PURE__*/
|
|
575
|
+
}, /*#__PURE__*/_react.default.createElement(_CompetitionLeaderboard.default, {
|
|
574
576
|
bracket_competition_id: bracket_competition.bracket_competition_id,
|
|
575
577
|
view_mode: "full",
|
|
576
578
|
show_champions: _api.BracketCompetitionHelpers.showChampions(bracket_competition),
|
|
577
579
|
onClose: () => setShowLeaderboard(false),
|
|
578
580
|
my_competition_player_brackets: my_comp_player_brackets,
|
|
579
581
|
my_player_brackets: my_player_brackets
|
|
580
|
-
})))) : /*#__PURE__*/
|
|
582
|
+
})))) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), joining_bracket ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
581
583
|
style: {
|
|
582
584
|
position: 'absolute',
|
|
583
585
|
top: 0,
|
|
@@ -588,7 +590,7 @@ const BracketCompetitionCard = ({
|
|
|
588
590
|
justifyContent: 'center',
|
|
589
591
|
alignItems: 'center'
|
|
590
592
|
}
|
|
591
|
-
}, /*#__PURE__*/
|
|
593
|
+
}, /*#__PURE__*/_react.default.createElement(_JoinCompetitionCard.default, {
|
|
592
594
|
player: player,
|
|
593
595
|
loading: action_loading,
|
|
594
596
|
player_balance: player_balance,
|
|
@@ -597,7 +599,7 @@ const BracketCompetitionCard = ({
|
|
|
597
599
|
onClose: () => setJoiningBracket(undefined),
|
|
598
600
|
onNotEnoughBalance: onNotEnoughBalance,
|
|
599
601
|
onEnterCompetition: cpb => handleEnter(cpb)
|
|
600
|
-
})) : /*#__PURE__*/
|
|
602
|
+
})) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null));
|
|
601
603
|
};
|
|
602
604
|
const local_styles = _reactNative.StyleSheet.create({
|
|
603
605
|
header: {
|