be-components 1.1.0 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/AdServer/components/CompanyAdCard.js +5 -3
- package/lib/commonjs/AdServer/components/CompanyAdCard.js.map +1 -1
- package/lib/commonjs/AdServer/index.js +10 -8
- package/lib/commonjs/AdServer/index.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.js +17 -16
- package/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/LoginForm.js +60 -58
- package/lib/commonjs/Authenticator/Components/LoginForm.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/StrategyForm.js +69 -67
- package/lib/commonjs/Authenticator/Components/StrategyForm.js.map +1 -1
- package/lib/commonjs/Authenticator/index.js +16 -14
- package/lib/commonjs/Authenticator/index.js.map +1 -1
- package/lib/commonjs/BettorSearch/index.js +10 -8
- package/lib/commonjs/BettorSearch/index.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketCompetitionCard.js +94 -92
- package/lib/commonjs/Bracket/components/BracketCompetitionCard.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketCompetitionSelector.js +39 -37
- package/lib/commonjs/Bracket/components/BracketCompetitionSelector.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/BracketNavigator.js +19 -18
- package/lib/commonjs/Bracket/components/BracketPlay/BracketNavigator.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/BracketRound.js +8 -7
- package/lib/commonjs/Bracket/components/BracketPlay/BracketRound.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/RoundEvent.js +46 -45
- package/lib/commonjs/Bracket/components/BracketPlay/RoundEvent.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/index.js +29 -27
- package/lib/commonjs/Bracket/components/BracketPlay/index.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketSelector.js +24 -22
- package/lib/commonjs/Bracket/components/BracketSelector.js.map +1 -1
- package/lib/commonjs/Bracket/components/CompetitionLeaderboard.js +36 -34
- package/lib/commonjs/Bracket/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/commonjs/Bracket/components/JoinCompetitionCard.js +22 -20
- package/lib/commonjs/Bracket/components/JoinCompetitionCard.js.map +1 -1
- package/lib/commonjs/Bracket/components/PlayerBalanceCard.js +9 -7
- package/lib/commonjs/Bracket/components/PlayerBalanceCard.js.map +1 -1
- package/lib/commonjs/Bracket/components/PlayerBracketManager.js +77 -75
- package/lib/commonjs/Bracket/components/PlayerBracketManager.js.map +1 -1
- package/lib/commonjs/Bracket/components/PlayerBrackets.js +28 -27
- package/lib/commonjs/Bracket/components/PlayerBrackets.js.map +1 -1
- package/lib/commonjs/Bracket/components/RoomMenu.js +16 -15
- package/lib/commonjs/Bracket/components/RoomMenu.js.map +1 -1
- package/lib/commonjs/Bracket/index.js +11 -9
- package/lib/commonjs/Bracket/index.js.map +1 -1
- package/lib/commonjs/Checkout/components/AccountSummaryCard.js +44 -43
- package/lib/commonjs/Checkout/components/AccountSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/components/ItemSummaryCard.js +8 -7
- package/lib/commonjs/Checkout/components/ItemSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/components/OrderSummaryCard.js +13 -12
- package/lib/commonjs/Checkout/components/OrderSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/components/PayPalOrderCapture.js +4 -2
- package/lib/commonjs/Checkout/components/PayPalOrderCapture.js.map +1 -1
- package/lib/commonjs/Checkout/components/ShippingSummaryCard.js +8 -7
- package/lib/commonjs/Checkout/components/ShippingSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/index.js +60 -58
- package/lib/commonjs/Checkout/index.js.map +1 -1
- package/lib/commonjs/Competition/components/AthleteMarketCard.js +21 -20
- package/lib/commonjs/Competition/components/AthleteMarketCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionCard.js +26 -25
- package/lib/commonjs/Competition/components/CompetitionCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionInfoCard.js +32 -31
- package/lib/commonjs/Competition/components/CompetitionInfoCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionLeaderboard.js +36 -34
- package/lib/commonjs/Competition/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionPlay.js +118 -116
- package/lib/commonjs/Competition/components/CompetitionPlay.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionSeasonCard.js +17 -16
- package/lib/commonjs/Competition/components/CompetitionSeasonCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionSelector.js +16 -14
- package/lib/commonjs/Competition/components/CompetitionSelector.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionTypeCard.js +45 -43
- package/lib/commonjs/Competition/components/CompetitionTypeCard.js.map +1 -1
- package/lib/commonjs/Competition/components/EnterCompetitionPrompt.js +31 -29
- package/lib/commonjs/Competition/components/EnterCompetitionPrompt.js.map +1 -1
- package/lib/commonjs/Competition/components/LeaderPicks.js +41 -39
- package/lib/commonjs/Competition/components/LeaderPicks.js.map +1 -1
- package/lib/commonjs/Competition/components/ManageSeasonForm.js +87 -85
- package/lib/commonjs/Competition/components/ManageSeasonForm.js.map +1 -1
- package/lib/commonjs/Competition/components/MarketsCard.js +19 -17
- package/lib/commonjs/Competition/components/MarketsCard.js.map +1 -1
- package/lib/commonjs/Competition/components/MatchMarketCard.js +26 -25
- package/lib/commonjs/Competition/components/MatchMarketCard.js.map +1 -1
- package/lib/commonjs/Competition/components/NavOutPrompt.js +19 -18
- package/lib/commonjs/Competition/components/NavOutPrompt.js.map +1 -1
- package/lib/commonjs/Competition/components/SeasonInfoModal.js +54 -52
- package/lib/commonjs/Competition/components/SeasonInfoModal.js.map +1 -1
- package/lib/commonjs/Competition/components/TeamEventCard.js +31 -30
- package/lib/commonjs/Competition/components/TeamEventCard.js.map +1 -1
- package/lib/commonjs/Competition/components/WagerPickForm.js +32 -30
- package/lib/commonjs/Competition/components/WagerPickForm.js.map +1 -1
- package/lib/commonjs/Competition/index.js +5 -3
- package/lib/commonjs/Competition/index.js.map +1 -1
- package/lib/commonjs/Components/Button.js +8 -7
- package/lib/commonjs/Components/Button.js.map +1 -1
- package/lib/commonjs/Components/Checkbox.js +4 -3
- package/lib/commonjs/Components/Checkbox.js.map +1 -1
- package/lib/commonjs/Components/Icons.js +409 -408
- package/lib/commonjs/Components/Icons.js.map +1 -1
- package/lib/commonjs/Components/ImageUploader.js +5 -3
- package/lib/commonjs/Components/ImageUploader.js.map +1 -1
- package/lib/commonjs/Components/Jerseys.js +125 -124
- package/lib/commonjs/Components/Jerseys.js.map +1 -1
- package/lib/commonjs/Components/LinearDiagnal.js +9 -7
- package/lib/commonjs/Components/LinearDiagnal.js.map +1 -1
- package/lib/commonjs/Components/Spring.js +3 -1
- package/lib/commonjs/Components/Spring.js.map +1 -1
- package/lib/commonjs/Components/Switch.js +9 -8
- package/lib/commonjs/Components/Switch.js.map +1 -1
- package/lib/commonjs/Components/Text.js +2 -1
- package/lib/commonjs/Components/Text.js.map +1 -1
- package/lib/commonjs/Components/TextInput.js +2 -1
- package/lib/commonjs/Components/TextInput.js.map +1 -1
- package/lib/commonjs/LocationTracker/index.js +28 -27
- package/lib/commonjs/LocationTracker/index.js.map +1 -1
- package/lib/commonjs/Observer/Observer.js +4 -2
- package/lib/commonjs/Observer/Observer.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignPlay.js +58 -56
- package/lib/commonjs/Poll/components/CampaignPlay.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignProgressBar.js +13 -11
- package/lib/commonjs/Poll/components/CampaignProgressBar.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignResult.js +58 -56
- package/lib/commonjs/Poll/components/CampaignResult.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignSelector.js +14 -12
- package/lib/commonjs/Poll/components/CampaignSelector.js.map +1 -1
- package/lib/commonjs/Poll/components/PollCampaignCard.js +8 -7
- package/lib/commonjs/Poll/components/PollCampaignCard.js.map +1 -1
- package/lib/commonjs/Poll/components/PollCard.js +51 -49
- package/lib/commonjs/Poll/components/PollCard.js.map +1 -1
- package/lib/commonjs/Poll/components/PollOptionCard.js +16 -14
- package/lib/commonjs/Poll/components/PollOptionCard.js.map +1 -1
- package/lib/commonjs/Poll/components/PollSelectCard.js +26 -25
- package/lib/commonjs/Poll/components/PollSelectCard.js.map +1 -1
- package/lib/commonjs/Poll/components/ResponseTimer.js +5 -3
- package/lib/commonjs/Poll/components/ResponseTimer.js.map +1 -1
- package/lib/commonjs/Poll/components/WidgetHeader.js +12 -11
- package/lib/commonjs/Poll/components/WidgetHeader.js.map +1 -1
- package/lib/commonjs/Poll/flashmarket/ResultCard.js +49 -47
- package/lib/commonjs/Poll/flashmarket/ResultCard.js.map +1 -1
- package/lib/commonjs/Poll/flashmarket/index.js +54 -52
- package/lib/commonjs/Poll/flashmarket/index.js.map +1 -1
- package/lib/commonjs/Poll/index.js +8 -6
- package/lib/commonjs/Poll/index.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/BasicInfoManager.js +37 -35
- package/lib/commonjs/ProfileManager/Components/BasicInfoManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/BasicStatus.js +38 -36
- package/lib/commonjs/ProfileManager/Components/BasicStatus.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/CodeRedeem.js +52 -50
- package/lib/commonjs/ProfileManager/Components/CodeRedeem.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/DOBManager.js +26 -24
- package/lib/commonjs/ProfileManager/Components/DOBManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/EmailManager.js +38 -36
- package/lib/commonjs/ProfileManager/Components/EmailManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/PasswordManager.js +38 -36
- package/lib/commonjs/ProfileManager/Components/PasswordManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/PhoneManager.js +38 -36
- package/lib/commonjs/ProfileManager/Components/PhoneManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfilePicManager.js +19 -17
- package/lib/commonjs/ProfileManager/Components/ProfilePicManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfileWelcome.js +16 -15
- package/lib/commonjs/ProfileManager/Components/ProfileWelcome.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfileWizard.js +68 -66
- package/lib/commonjs/ProfileManager/Components/ProfileWizard.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/SettingsManager.js +31 -29
- package/lib/commonjs/ProfileManager/Components/SettingsManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/VouchCard.js +65 -63
- package/lib/commonjs/ProfileManager/Components/VouchCard.js.map +1 -1
- package/lib/commonjs/ProfileManager/index.js +18 -16
- package/lib/commonjs/ProfileManager/index.js.map +1 -1
- package/lib/commonjs/SocialComponents/PlayerCard.js +12 -11
- package/lib/commonjs/SocialComponents/PlayerCard.js.map +1 -1
- package/lib/commonjs/SocialComponents/PlayerFollowButton.js +4 -3
- package/lib/commonjs/SocialComponents/PlayerFollowButton.js.map +1 -1
- package/lib/commonjs/SocialComponents/PlayerList.js +6 -4
- package/lib/commonjs/SocialComponents/PlayerList.js.map +1 -1
- package/lib/commonjs/Socket/index.js +5 -3
- package/lib/commonjs/Socket/index.js.map +1 -1
- package/lib/commonjs/Squares/components/BidForm.js +28 -27
- package/lib/commonjs/Squares/components/BidForm.js.map +1 -1
- package/lib/commonjs/Squares/components/BidToggle.js +7 -6
- package/lib/commonjs/Squares/components/BidToggle.js.map +1 -1
- package/lib/commonjs/Squares/components/BoardStats.js +32 -30
- package/lib/commonjs/Squares/components/BoardStats.js.map +1 -1
- package/lib/commonjs/Squares/components/EventCard.js +25 -23
- package/lib/commonjs/Squares/components/EventCard.js.map +1 -1
- package/lib/commonjs/Squares/components/MySquaresCard.js +22 -20
- package/lib/commonjs/Squares/components/MySquaresCard.js.map +1 -1
- package/lib/commonjs/Squares/components/OfferForm.js +30 -29
- package/lib/commonjs/Squares/components/OfferForm.js.map +1 -1
- package/lib/commonjs/Squares/components/ResultsCard.js +23 -21
- package/lib/commonjs/Squares/components/ResultsCard.js.map +1 -1
- package/lib/commonjs/Squares/components/SquareCard.js +7 -6
- package/lib/commonjs/Squares/components/SquareCard.js.map +1 -1
- package/lib/commonjs/Squares/components/SquareOfferCard.js +36 -34
- package/lib/commonjs/Squares/components/SquareOfferCard.js.map +1 -1
- package/lib/commonjs/Squares/components/SquareOwners.js +22 -20
- package/lib/commonjs/Squares/components/SquareOwners.js.map +1 -1
- package/lib/commonjs/Squares/components/SquaresBoard.js +28 -26
- package/lib/commonjs/Squares/components/SquaresBoard.js.map +1 -1
- package/lib/commonjs/Squares/components/SquaresDetails.js +24 -22
- package/lib/commonjs/Squares/components/SquaresDetails.js.map +1 -1
- package/lib/commonjs/Squares/index.js +29 -27
- package/lib/commonjs/Squares/index.js.map +1 -1
- package/lib/commonjs/Wallet/components/ACHAddCard.js +39 -38
- package/lib/commonjs/Wallet/components/ACHAddCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountCard.js +18 -17
- package/lib/commonjs/Wallet/components/AccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountLimitManager.js +34 -32
- package/lib/commonjs/Wallet/components/AccountLimitManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountManager.js +32 -31
- package/lib/commonjs/Wallet/components/AccountManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountSnoozeManager.js +33 -31
- package/lib/commonjs/Wallet/components/AccountSnoozeManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/AddressCard.js +8 -7
- package/lib/commonjs/Wallet/components/AddressCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AddressManager.js +46 -44
- package/lib/commonjs/Wallet/components/AddressManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/DepositCard.js +43 -41
- package/lib/commonjs/Wallet/components/DepositCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/FundAccountCard.js +55 -54
- package/lib/commonjs/Wallet/components/FundAccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/ItemOrderCard.js +17 -15
- package/lib/commonjs/Wallet/components/ItemOrderCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/ItemOrderDetailCard.js +25 -23
- package/lib/commonjs/Wallet/components/ItemOrderDetailCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/LinkAccountManager.js +42 -40
- package/lib/commonjs/Wallet/components/LinkAccountManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManageAccountCard.js +38 -36
- package/lib/commonjs/Wallet/components/ManageAccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManualACHAdd.js +35 -33
- package/lib/commonjs/Wallet/components/ManualACHAdd.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManualCardAdd.js +49 -47
- package/lib/commonjs/Wallet/components/ManualCardAdd.js.map +1 -1
- package/lib/commonjs/Wallet/components/MyBalance.js +35 -34
- package/lib/commonjs/Wallet/components/MyBalance.js.map +1 -1
- package/lib/commonjs/Wallet/components/OrderManager.js +17 -15
- package/lib/commonjs/Wallet/components/OrderManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/RemoveAccount.js +12 -10
- package/lib/commonjs/Wallet/components/RemoveAccount.js.map +1 -1
- package/lib/commonjs/Wallet/components/VerifyACHAccount.js +22 -20
- package/lib/commonjs/Wallet/components/VerifyACHAccount.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletActionSelector.js +51 -49
- package/lib/commonjs/Wallet/components/WalletActionSelector.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletSettings.js +100 -98
- package/lib/commonjs/Wallet/components/WalletSettings.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletSetup.js +60 -58
- package/lib/commonjs/Wallet/components/WalletSetup.js.map +1 -1
- package/lib/commonjs/Wallet/components/WithdrawCard.js +48 -46
- package/lib/commonjs/Wallet/components/WithdrawCard.js.map +1 -1
- package/lib/commonjs/Wallet/index.js +47 -45
- package/lib/commonjs/Wallet/index.js.map +1 -1
- package/lib/module/AdServer/components/CompanyAdCard.js +1 -1
- package/lib/module/AdServer/components/CompanyAdCard.js.map +1 -1
- package/lib/module/AdServer/index.js +1 -1
- package/lib/module/AdServer/index.js.map +1 -1
- package/lib/module/Authenticator/Components/AuthStrategyIdentifier.js +1 -0
- package/lib/module/Authenticator/Components/AuthStrategyIdentifier.js.map +1 -1
- package/lib/module/Authenticator/Components/LoginForm.js +1 -1
- package/lib/module/Authenticator/Components/LoginForm.js.map +1 -1
- package/lib/module/Authenticator/Components/StrategyForm.js +1 -1
- package/lib/module/Authenticator/Components/StrategyForm.js.map +1 -1
- package/lib/module/Authenticator/index.js +1 -1
- package/lib/module/Authenticator/index.js.map +1 -1
- package/lib/module/BettorSearch/index.js +1 -1
- package/lib/module/BettorSearch/index.js.map +1 -1
- package/lib/module/Bracket/components/BracketCompetitionCard.js +1 -1
- package/lib/module/Bracket/components/BracketCompetitionCard.js.map +1 -1
- package/lib/module/Bracket/components/BracketCompetitionSelector.js +1 -1
- package/lib/module/Bracket/components/BracketCompetitionSelector.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/BracketNavigator.js +1 -0
- package/lib/module/Bracket/components/BracketPlay/BracketNavigator.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/BracketRound.js +1 -0
- package/lib/module/Bracket/components/BracketPlay/BracketRound.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/RoundEvent.js +1 -0
- package/lib/module/Bracket/components/BracketPlay/RoundEvent.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/index.js +1 -1
- package/lib/module/Bracket/components/BracketPlay/index.js.map +1 -1
- package/lib/module/Bracket/components/BracketSelector.js +1 -1
- package/lib/module/Bracket/components/BracketSelector.js.map +1 -1
- package/lib/module/Bracket/components/CompetitionLeaderboard.js +1 -1
- package/lib/module/Bracket/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/module/Bracket/components/JoinCompetitionCard.js +1 -1
- package/lib/module/Bracket/components/JoinCompetitionCard.js.map +1 -1
- package/lib/module/Bracket/components/PlayerBalanceCard.js +1 -1
- package/lib/module/Bracket/components/PlayerBalanceCard.js.map +1 -1
- package/lib/module/Bracket/components/PlayerBracketManager.js +1 -1
- package/lib/module/Bracket/components/PlayerBracketManager.js.map +1 -1
- package/lib/module/Bracket/components/PlayerBrackets.js +1 -0
- package/lib/module/Bracket/components/PlayerBrackets.js.map +1 -1
- package/lib/module/Bracket/components/RoomMenu.js +1 -0
- package/lib/module/Bracket/components/RoomMenu.js.map +1 -1
- package/lib/module/Bracket/index.js +1 -1
- package/lib/module/Bracket/index.js.map +1 -1
- package/lib/module/Checkout/components/AccountSummaryCard.js +1 -0
- package/lib/module/Checkout/components/AccountSummaryCard.js.map +1 -1
- package/lib/module/Checkout/components/ItemSummaryCard.js +1 -0
- package/lib/module/Checkout/components/ItemSummaryCard.js.map +1 -1
- package/lib/module/Checkout/components/OrderSummaryCard.js +1 -0
- package/lib/module/Checkout/components/OrderSummaryCard.js.map +1 -1
- package/lib/module/Checkout/components/PayPalOrderCapture.js +1 -0
- package/lib/module/Checkout/components/PayPalOrderCapture.js.map +1 -1
- package/lib/module/Checkout/components/ShippingSummaryCard.js +1 -0
- package/lib/module/Checkout/components/ShippingSummaryCard.js.map +1 -1
- package/lib/module/Checkout/index.js +1 -1
- package/lib/module/Checkout/index.js.map +1 -1
- package/lib/module/Competition/components/AthleteMarketCard.js +1 -0
- package/lib/module/Competition/components/AthleteMarketCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionCard.js +1 -0
- package/lib/module/Competition/components/CompetitionCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionInfoCard.js +1 -0
- package/lib/module/Competition/components/CompetitionInfoCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionLeaderboard.js +1 -1
- package/lib/module/Competition/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionPlay.js +1 -0
- package/lib/module/Competition/components/CompetitionPlay.js.map +1 -1
- package/lib/module/Competition/components/CompetitionSeasonCard.js +1 -0
- package/lib/module/Competition/components/CompetitionSeasonCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionSelector.js +1 -0
- package/lib/module/Competition/components/CompetitionSelector.js.map +1 -1
- package/lib/module/Competition/components/CompetitionTypeCard.js +1 -1
- package/lib/module/Competition/components/CompetitionTypeCard.js.map +1 -1
- package/lib/module/Competition/components/EnterCompetitionPrompt.js +1 -1
- package/lib/module/Competition/components/EnterCompetitionPrompt.js.map +1 -1
- package/lib/module/Competition/components/LeaderPicks.js +1 -1
- package/lib/module/Competition/components/LeaderPicks.js.map +1 -1
- package/lib/module/Competition/components/ManageSeasonForm.js +1 -1
- package/lib/module/Competition/components/ManageSeasonForm.js.map +1 -1
- package/lib/module/Competition/components/MarketsCard.js +1 -1
- package/lib/module/Competition/components/MarketsCard.js.map +1 -1
- package/lib/module/Competition/components/MatchMarketCard.js +1 -0
- package/lib/module/Competition/components/MatchMarketCard.js.map +1 -1
- package/lib/module/Competition/components/NavOutPrompt.js +1 -0
- package/lib/module/Competition/components/NavOutPrompt.js.map +1 -1
- package/lib/module/Competition/components/SeasonInfoModal.js +1 -1
- package/lib/module/Competition/components/SeasonInfoModal.js.map +1 -1
- package/lib/module/Competition/components/TeamEventCard.js +1 -0
- package/lib/module/Competition/components/TeamEventCard.js.map +1 -1
- package/lib/module/Competition/components/WagerPickForm.js +1 -1
- package/lib/module/Competition/components/WagerPickForm.js.map +1 -1
- package/lib/module/Competition/index.js +1 -1
- package/lib/module/Competition/index.js.map +1 -1
- package/lib/module/Components/Button.js +1 -0
- package/lib/module/Components/Button.js.map +1 -1
- package/lib/module/Components/Checkbox.js +1 -0
- package/lib/module/Components/Checkbox.js.map +1 -1
- package/lib/module/Components/Icons.js +1 -0
- package/lib/module/Components/Icons.js.map +1 -1
- package/lib/module/Components/ImageUploader.js +1 -1
- package/lib/module/Components/ImageUploader.js.map +1 -1
- package/lib/module/Components/Jerseys.js +1 -0
- package/lib/module/Components/Jerseys.js.map +1 -1
- package/lib/module/Components/LinearDiagnal.js +1 -1
- package/lib/module/Components/LinearDiagnal.js.map +1 -1
- package/lib/module/Components/Spring.js +1 -0
- package/lib/module/Components/Spring.js.map +1 -1
- package/lib/module/Components/Switch.js +1 -0
- package/lib/module/Components/Switch.js.map +1 -1
- package/lib/module/Components/Text.js +1 -0
- package/lib/module/Components/Text.js.map +1 -1
- package/lib/module/Components/TextInput.js +1 -0
- package/lib/module/Components/TextInput.js.map +1 -1
- package/lib/module/Components/ViewportObserver.js.map +1 -1
- package/lib/module/LocationTracker/index.js +1 -0
- package/lib/module/LocationTracker/index.js.map +1 -1
- package/lib/module/Observer/Observer.js +1 -1
- package/lib/module/Observer/Observer.js.map +1 -1
- package/lib/module/Poll/components/CampaignPlay.js +1 -1
- package/lib/module/Poll/components/CampaignPlay.js.map +1 -1
- package/lib/module/Poll/components/CampaignProgressBar.js +1 -1
- package/lib/module/Poll/components/CampaignProgressBar.js.map +1 -1
- package/lib/module/Poll/components/CampaignResult.js +1 -1
- package/lib/module/Poll/components/CampaignResult.js.map +1 -1
- package/lib/module/Poll/components/CampaignSelector.js +1 -1
- package/lib/module/Poll/components/CampaignSelector.js.map +1 -1
- package/lib/module/Poll/components/PollCampaignCard.js +1 -0
- package/lib/module/Poll/components/PollCampaignCard.js.map +1 -1
- package/lib/module/Poll/components/PollCard.js +1 -1
- package/lib/module/Poll/components/PollCard.js.map +1 -1
- package/lib/module/Poll/components/PollOptionCard.js +1 -1
- package/lib/module/Poll/components/PollOptionCard.js.map +1 -1
- package/lib/module/Poll/components/PollSelectCard.js +1 -0
- package/lib/module/Poll/components/PollSelectCard.js.map +1 -1
- package/lib/module/Poll/components/ResponseTimer.js +1 -1
- package/lib/module/Poll/components/ResponseTimer.js.map +1 -1
- package/lib/module/Poll/components/WidgetHeader.js +1 -0
- package/lib/module/Poll/components/WidgetHeader.js.map +1 -1
- package/lib/module/Poll/flashmarket/ResultCard.js +1 -1
- package/lib/module/Poll/flashmarket/ResultCard.js.map +1 -1
- package/lib/module/Poll/flashmarket/index.js +1 -1
- package/lib/module/Poll/flashmarket/index.js.map +1 -1
- package/lib/module/Poll/index.js +1 -1
- package/lib/module/Poll/index.js.map +1 -1
- package/lib/module/ProfileManager/Components/BasicInfoManager.js +1 -1
- package/lib/module/ProfileManager/Components/BasicInfoManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/BasicStatus.js +1 -1
- package/lib/module/ProfileManager/Components/BasicStatus.js.map +1 -1
- package/lib/module/ProfileManager/Components/CodeRedeem.js +1 -1
- package/lib/module/ProfileManager/Components/CodeRedeem.js.map +1 -1
- package/lib/module/ProfileManager/Components/DOBManager.js +1 -1
- package/lib/module/ProfileManager/Components/DOBManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/EmailManager.js +1 -1
- package/lib/module/ProfileManager/Components/EmailManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/PasswordManager.js +1 -1
- package/lib/module/ProfileManager/Components/PasswordManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/PhoneManager.js +1 -1
- package/lib/module/ProfileManager/Components/PhoneManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfilePicManager.js +1 -1
- package/lib/module/ProfileManager/Components/ProfilePicManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfileWelcome.js +1 -0
- package/lib/module/ProfileManager/Components/ProfileWelcome.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfileWizard.js +1 -1
- package/lib/module/ProfileManager/Components/ProfileWizard.js.map +1 -1
- package/lib/module/ProfileManager/Components/SettingsManager.js +1 -1
- package/lib/module/ProfileManager/Components/SettingsManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/VouchCard.js +1 -1
- package/lib/module/ProfileManager/Components/VouchCard.js.map +1 -1
- package/lib/module/ProfileManager/index.js +1 -1
- package/lib/module/ProfileManager/index.js.map +1 -1
- package/lib/module/SocialComponents/PlayerCard.js +1 -0
- package/lib/module/SocialComponents/PlayerCard.js.map +1 -1
- package/lib/module/SocialComponents/PlayerFollowButton.js +1 -0
- package/lib/module/SocialComponents/PlayerFollowButton.js.map +1 -1
- package/lib/module/SocialComponents/PlayerList.js +1 -1
- package/lib/module/SocialComponents/PlayerList.js.map +1 -1
- package/lib/module/Socket/index.js +1 -1
- package/lib/module/Socket/index.js.map +1 -1
- package/lib/module/Squares/components/BidForm.js +1 -0
- package/lib/module/Squares/components/BidForm.js.map +1 -1
- package/lib/module/Squares/components/BidToggle.js +1 -0
- package/lib/module/Squares/components/BidToggle.js.map +1 -1
- package/lib/module/Squares/components/BoardStats.js +1 -1
- package/lib/module/Squares/components/BoardStats.js.map +1 -1
- package/lib/module/Squares/components/EventCard.js +1 -1
- package/lib/module/Squares/components/EventCard.js.map +1 -1
- package/lib/module/Squares/components/MySquaresCard.js +1 -1
- package/lib/module/Squares/components/MySquaresCard.js.map +1 -1
- package/lib/module/Squares/components/OfferForm.js +1 -0
- package/lib/module/Squares/components/OfferForm.js.map +1 -1
- package/lib/module/Squares/components/ResultsCard.js +1 -1
- package/lib/module/Squares/components/ResultsCard.js.map +1 -1
- package/lib/module/Squares/components/SquareCard.js +1 -0
- package/lib/module/Squares/components/SquareCard.js.map +1 -1
- package/lib/module/Squares/components/SquareOfferCard.js +1 -1
- package/lib/module/Squares/components/SquareOfferCard.js.map +1 -1
- package/lib/module/Squares/components/SquareOwners.js +1 -1
- package/lib/module/Squares/components/SquareOwners.js.map +1 -1
- package/lib/module/Squares/components/SquaresBoard.js +1 -1
- package/lib/module/Squares/components/SquaresBoard.js.map +1 -1
- package/lib/module/Squares/components/SquaresDetails.js +1 -1
- package/lib/module/Squares/components/SquaresDetails.js.map +1 -1
- package/lib/module/Squares/index.js +1 -1
- package/lib/module/Squares/index.js.map +1 -1
- package/lib/module/Wallet/components/ACHAddCard.js +1 -0
- package/lib/module/Wallet/components/ACHAddCard.js.map +1 -1
- package/lib/module/Wallet/components/AccountCard.js +1 -0
- package/lib/module/Wallet/components/AccountCard.js.map +1 -1
- package/lib/module/Wallet/components/AccountLimitManager.js +1 -1
- package/lib/module/Wallet/components/AccountLimitManager.js.map +1 -1
- package/lib/module/Wallet/components/AccountManager.js +1 -0
- package/lib/module/Wallet/components/AccountManager.js.map +1 -1
- package/lib/module/Wallet/components/AccountSnoozeManager.js +1 -1
- package/lib/module/Wallet/components/AccountSnoozeManager.js.map +1 -1
- package/lib/module/Wallet/components/AddressCard.js +1 -0
- package/lib/module/Wallet/components/AddressCard.js.map +1 -1
- package/lib/module/Wallet/components/AddressManager.js +1 -1
- package/lib/module/Wallet/components/AddressManager.js.map +1 -1
- package/lib/module/Wallet/components/DepositCard.js +1 -1
- package/lib/module/Wallet/components/DepositCard.js.map +1 -1
- package/lib/module/Wallet/components/FundAccountCard.js +1 -0
- package/lib/module/Wallet/components/FundAccountCard.js.map +1 -1
- package/lib/module/Wallet/components/ItemOrderCard.js +1 -1
- package/lib/module/Wallet/components/ItemOrderCard.js.map +1 -1
- package/lib/module/Wallet/components/ItemOrderDetailCard.js +1 -1
- package/lib/module/Wallet/components/ItemOrderDetailCard.js.map +1 -1
- package/lib/module/Wallet/components/LinkAccountManager.js +1 -1
- package/lib/module/Wallet/components/LinkAccountManager.js.map +1 -1
- package/lib/module/Wallet/components/ManageAccountCard.js +1 -1
- package/lib/module/Wallet/components/ManageAccountCard.js.map +1 -1
- package/lib/module/Wallet/components/ManualACHAdd.js +1 -1
- package/lib/module/Wallet/components/ManualACHAdd.js.map +1 -1
- package/lib/module/Wallet/components/ManualCardAdd.js +1 -1
- package/lib/module/Wallet/components/ManualCardAdd.js.map +1 -1
- package/lib/module/Wallet/components/MyBalance.js +1 -0
- package/lib/module/Wallet/components/MyBalance.js.map +1 -1
- package/lib/module/Wallet/components/OrderManager.js +1 -1
- package/lib/module/Wallet/components/OrderManager.js.map +1 -1
- package/lib/module/Wallet/components/RemoveAccount.js +1 -1
- package/lib/module/Wallet/components/RemoveAccount.js.map +1 -1
- package/lib/module/Wallet/components/VerifyACHAccount.js +1 -1
- package/lib/module/Wallet/components/VerifyACHAccount.js.map +1 -1
- package/lib/module/Wallet/components/WalletActionSelector.js +1 -1
- package/lib/module/Wallet/components/WalletActionSelector.js.map +1 -1
- package/lib/module/Wallet/components/WalletSettings.js +1 -1
- package/lib/module/Wallet/components/WalletSettings.js.map +1 -1
- package/lib/module/Wallet/components/WalletSetup.js +1 -1
- package/lib/module/Wallet/components/WalletSetup.js.map +1 -1
- package/lib/module/Wallet/components/WithdrawCard.js +1 -1
- package/lib/module/Wallet/components/WithdrawCard.js.map +1 -1
- package/lib/module/Wallet/index.js +1 -1
- package/lib/module/Wallet/index.js.map +1 -1
- package/lib/typescript/src/AdServer/components/CompanyAdCard.d.ts +2 -1
- package/lib/typescript/src/AdServer/components/CompanyAdCard.d.ts.map +1 -1
- package/lib/typescript/src/AdServer/index.d.ts +3 -2
- package/lib/typescript/src/AdServer/index.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/AuthStrategyIdentifier.d.ts +2 -1
- package/lib/typescript/src/Authenticator/Components/AuthStrategyIdentifier.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/LoginForm.d.ts +2 -1
- package/lib/typescript/src/Authenticator/Components/LoginForm.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/StrategyForm.d.ts +2 -1
- package/lib/typescript/src/Authenticator/Components/StrategyForm.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/index.d.ts +2 -1
- package/lib/typescript/src/Authenticator/index.d.ts.map +1 -1
- package/lib/typescript/src/BettorSearch/index.d.ts +2 -1
- package/lib/typescript/src/BettorSearch/index.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketCompetitionCard.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/BracketCompetitionCard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketCompetitionSelector.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/BracketCompetitionSelector.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketNavigator.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketNavigator.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketRound.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketRound.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/RoundEvent.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/RoundEvent.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/index.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/index.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketSelector.d.ts +1 -1
- package/lib/typescript/src/Bracket/components/BracketSelector.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/CompetitionLeaderboard.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/CompetitionLeaderboard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/JoinCompetitionCard.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/JoinCompetitionCard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBalanceCard.d.ts +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBalanceCard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBracketManager.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/PlayerBracketManager.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBrackets.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/PlayerBrackets.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/RoomMenu.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/RoomMenu.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/index.d.ts +2 -1
- package/lib/typescript/src/Bracket/index.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/AccountSummaryCard.d.ts +2 -1
- package/lib/typescript/src/Checkout/components/AccountSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/ItemSummaryCard.d.ts +2 -1
- package/lib/typescript/src/Checkout/components/ItemSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/OrderSummaryCard.d.ts +2 -1
- package/lib/typescript/src/Checkout/components/OrderSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/PayPalOrderCapture.d.ts +2 -1
- package/lib/typescript/src/Checkout/components/PayPalOrderCapture.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/ShippingSummaryCard.d.ts +2 -1
- package/lib/typescript/src/Checkout/components/ShippingSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/index.d.ts +2 -1
- package/lib/typescript/src/Checkout/index.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/AthleteMarketCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/AthleteMarketCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionInfoCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionInfoCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionLeaderboard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionLeaderboard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionPlay.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionPlay.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionSeasonCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionSeasonCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionSelector.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionSelector.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionTypeCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionTypeCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/EnterCompetitionPrompt.d.ts +2 -1
- package/lib/typescript/src/Competition/components/EnterCompetitionPrompt.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/LeaderPicks.d.ts +2 -1
- package/lib/typescript/src/Competition/components/LeaderPicks.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/ManageSeasonForm.d.ts +2 -1
- package/lib/typescript/src/Competition/components/ManageSeasonForm.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/MarketsCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/MarketsCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/MatchMarketCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/MatchMarketCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/NavOutPrompt.d.ts +2 -1
- package/lib/typescript/src/Competition/components/NavOutPrompt.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/SeasonInfoModal.d.ts +2 -1
- package/lib/typescript/src/Competition/components/SeasonInfoModal.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/TeamEventCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/TeamEventCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/WagerPickForm.d.ts +2 -1
- package/lib/typescript/src/Competition/components/WagerPickForm.d.ts.map +1 -1
- package/lib/typescript/src/Competition/index.d.ts +2 -1
- package/lib/typescript/src/Competition/index.d.ts.map +1 -1
- package/lib/typescript/src/Components/Button.d.ts +2 -1
- package/lib/typescript/src/Components/Button.d.ts.map +1 -1
- package/lib/typescript/src/Components/Checkbox.d.ts +2 -1
- package/lib/typescript/src/Components/Checkbox.d.ts.map +1 -1
- package/lib/typescript/src/Components/Icons.d.ts +57 -56
- package/lib/typescript/src/Components/Icons.d.ts.map +1 -1
- package/lib/typescript/src/Components/ImageUploader.d.ts +2 -1
- package/lib/typescript/src/Components/ImageUploader.d.ts.map +1 -1
- package/lib/typescript/src/Components/Jerseys.d.ts +3 -2
- package/lib/typescript/src/Components/Jerseys.d.ts.map +1 -1
- package/lib/typescript/src/Components/LinearDiagnal.d.ts +2 -1
- package/lib/typescript/src/Components/LinearDiagnal.d.ts.map +1 -1
- package/lib/typescript/src/Components/Spring.d.ts +2 -1
- package/lib/typescript/src/Components/Spring.d.ts.map +1 -1
- package/lib/typescript/src/Components/Switch.d.ts +2 -1
- package/lib/typescript/src/Components/Switch.d.ts.map +1 -1
- package/lib/typescript/src/Components/Text.d.ts +2 -1
- package/lib/typescript/src/Components/Text.d.ts.map +1 -1
- package/lib/typescript/src/Components/TextInput.d.ts +2 -1
- package/lib/typescript/src/Components/TextInput.d.ts.map +1 -1
- package/lib/typescript/src/LocationTracker/index.d.ts +2 -1
- package/lib/typescript/src/LocationTracker/index.d.ts.map +1 -1
- package/lib/typescript/src/Observer/Observer.d.ts +2 -1
- package/lib/typescript/src/Observer/Observer.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignPlay.d.ts +2 -1
- package/lib/typescript/src/Poll/components/CampaignPlay.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignProgressBar.d.ts +2 -1
- package/lib/typescript/src/Poll/components/CampaignProgressBar.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignResult.d.ts +2 -1
- package/lib/typescript/src/Poll/components/CampaignResult.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignSelector.d.ts +2 -1
- package/lib/typescript/src/Poll/components/CampaignSelector.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollCampaignCard.d.ts +2 -1
- package/lib/typescript/src/Poll/components/PollCampaignCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollCard.d.ts +2 -1
- package/lib/typescript/src/Poll/components/PollCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollOptionCard.d.ts +2 -1
- package/lib/typescript/src/Poll/components/PollOptionCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollSelectCard.d.ts +2 -1
- package/lib/typescript/src/Poll/components/PollSelectCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/ResponseTimer.d.ts +2 -1
- package/lib/typescript/src/Poll/components/ResponseTimer.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/WidgetHeader.d.ts +2 -1
- package/lib/typescript/src/Poll/components/WidgetHeader.d.ts.map +1 -1
- package/lib/typescript/src/Poll/flashmarket/ResultCard.d.ts +2 -1
- package/lib/typescript/src/Poll/flashmarket/ResultCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/flashmarket/index.d.ts +2 -1
- package/lib/typescript/src/Poll/flashmarket/index.d.ts.map +1 -1
- package/lib/typescript/src/Poll/index.d.ts +2 -1
- package/lib/typescript/src/Poll/index.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/BasicInfoManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/BasicInfoManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/BasicStatus.d.ts +1 -1
- package/lib/typescript/src/ProfileManager/Components/BasicStatus.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/CodeRedeem.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/CodeRedeem.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/DOBManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/DOBManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/EmailManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/EmailManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/PasswordManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/PasswordManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/PhoneManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/PhoneManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfilePicManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/ProfilePicManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWelcome.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWelcome.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWizard.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWizard.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/SettingsManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/SettingsManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/VouchCard.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/VouchCard.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/index.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/index.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PlayerCard.d.ts +2 -1
- package/lib/typescript/src/SocialComponents/PlayerCard.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PlayerFollowButton.d.ts +2 -1
- package/lib/typescript/src/SocialComponents/PlayerFollowButton.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PlayerList.d.ts +2 -1
- package/lib/typescript/src/SocialComponents/PlayerList.d.ts.map +1 -1
- package/lib/typescript/src/Socket/index.d.ts +2 -1
- package/lib/typescript/src/Socket/index.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/BidForm.d.ts +2 -1
- package/lib/typescript/src/Squares/components/BidForm.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/BidToggle.d.ts +2 -1
- package/lib/typescript/src/Squares/components/BidToggle.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/BoardStats.d.ts +2 -1
- package/lib/typescript/src/Squares/components/BoardStats.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/EventCard.d.ts +2 -1
- package/lib/typescript/src/Squares/components/EventCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/MySquaresCard.d.ts +2 -1
- package/lib/typescript/src/Squares/components/MySquaresCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/OfferForm.d.ts +2 -1
- package/lib/typescript/src/Squares/components/OfferForm.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/ResultsCard.d.ts +2 -1
- package/lib/typescript/src/Squares/components/ResultsCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquareCard.d.ts +2 -1
- package/lib/typescript/src/Squares/components/SquareCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquareOfferCard.d.ts +2 -1
- package/lib/typescript/src/Squares/components/SquareOfferCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquareOwners.d.ts +2 -1
- package/lib/typescript/src/Squares/components/SquareOwners.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquaresBoard.d.ts +2 -1
- package/lib/typescript/src/Squares/components/SquaresBoard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquaresDetails.d.ts +2 -1
- package/lib/typescript/src/Squares/components/SquaresDetails.d.ts.map +1 -1
- package/lib/typescript/src/Squares/index.d.ts +2 -1
- package/lib/typescript/src/Squares/index.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ACHAddCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/ACHAddCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/AccountCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountLimitManager.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/AccountLimitManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountManager.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/AccountManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountSnoozeManager.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/AccountSnoozeManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AddressCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/AddressCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AddressManager.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/AddressManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/DepositCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/DepositCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/FundAccountCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/FundAccountCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ItemOrderCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/ItemOrderCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ItemOrderDetailCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/ItemOrderDetailCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/LinkAccountManager.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/LinkAccountManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ManageAccountCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/ManageAccountCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ManualACHAdd.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/ManualACHAdd.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ManualCardAdd.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/ManualCardAdd.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/MyBalance.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/MyBalance.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/OrderManager.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/OrderManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/RemoveAccount.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/RemoveAccount.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/VerifyACHAccount.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/VerifyACHAccount.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WalletActionSelector.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/WalletActionSelector.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WalletSettings.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/WalletSettings.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WalletSetup.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/WalletSetup.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WithdrawCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/WithdrawCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/index.d.ts +2 -1
- package/lib/typescript/src/Wallet/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/AdServer/components/CompanyAdCard.tsx +1 -1
- package/src/AdServer/index.tsx +1 -1
- package/src/Authenticator/Components/AuthStrategyIdentifier.tsx +1 -0
- package/src/Authenticator/Components/LoginForm.tsx +1 -1
- package/src/Authenticator/Components/StrategyForm.tsx +1 -1
- package/src/Authenticator/index.tsx +1 -1
- package/src/BettorSearch/index.tsx +1 -1
- package/src/Bracket/components/BracketCompetitionCard.tsx +1 -1
- package/src/Bracket/components/BracketCompetitionSelector.tsx +1 -1
- package/src/Bracket/components/BracketPlay/BracketNavigator.tsx +1 -0
- package/src/Bracket/components/BracketPlay/BracketRound.tsx +1 -0
- package/src/Bracket/components/BracketPlay/RoundEvent.tsx +1 -0
- package/src/Bracket/components/BracketPlay/index.tsx +1 -1
- package/src/Bracket/components/BracketSelector.tsx +1 -1
- package/src/Bracket/components/CompetitionLeaderboard.tsx +1 -1
- package/src/Bracket/components/JoinCompetitionCard.tsx +1 -1
- package/src/Bracket/components/PlayerBalanceCard.tsx +1 -1
- package/src/Bracket/components/PlayerBracketManager.tsx +1 -1
- package/src/Bracket/components/PlayerBrackets.tsx +1 -0
- package/src/Bracket/components/RoomMenu.tsx +1 -1
- package/src/Bracket/index.tsx +1 -1
- package/src/Checkout/components/AccountSummaryCard.tsx +1 -0
- package/src/Checkout/components/ItemSummaryCard.tsx +1 -0
- package/src/Checkout/components/OrderSummaryCard.tsx +1 -0
- package/src/Checkout/components/PayPalOrderCapture.tsx +1 -0
- package/src/Checkout/components/ShippingSummaryCard.tsx +1 -0
- package/src/Checkout/index.tsx +1 -1
- package/src/Competition/components/AthleteMarketCard.tsx +1 -0
- package/src/Competition/components/CompetitionCard.tsx +1 -0
- package/src/Competition/components/CompetitionInfoCard.tsx +1 -0
- package/src/Competition/components/CompetitionLeaderboard.tsx +1 -1
- package/src/Competition/components/CompetitionPlay.tsx +1 -0
- package/src/Competition/components/CompetitionSeasonCard.tsx +1 -0
- package/src/Competition/components/CompetitionSelector.tsx +1 -0
- package/src/Competition/components/CompetitionTypeCard.tsx +1 -1
- package/src/Competition/components/EnterCompetitionPrompt.tsx +1 -1
- package/src/Competition/components/LeaderPicks.tsx +1 -1
- package/src/Competition/components/ManageSeasonForm.tsx +1 -1
- package/src/Competition/components/MarketsCard.tsx +1 -1
- package/src/Competition/components/MatchMarketCard.tsx +1 -0
- package/src/Competition/components/NavOutPrompt.tsx +1 -0
- package/src/Competition/components/SeasonInfoModal.tsx +1 -1
- package/src/Competition/components/TeamEventCard.tsx +1 -1
- package/src/Competition/components/WagerPickForm.tsx +1 -1
- package/src/Competition/index.tsx +1 -1
- package/src/Components/Button.tsx +1 -0
- package/src/Components/Checkbox.tsx +1 -0
- package/src/Components/Icons.tsx +1 -0
- package/src/Components/ImageUploader.tsx +1 -1
- package/src/Components/Jerseys.tsx +1 -0
- package/src/Components/LinearDiagnal.tsx +1 -1
- package/src/Components/Spring.tsx +1 -0
- package/src/Components/Switch.tsx +1 -0
- package/src/Components/Text.tsx +1 -0
- package/src/Components/TextInput.tsx +1 -0
- package/src/Components/ViewportObserver.tsx +1 -1
- package/src/LocationTracker/index.tsx +1 -0
- package/src/Observer/Observer.tsx +1 -1
- package/src/Poll/components/CampaignPlay.tsx +1 -1
- package/src/Poll/components/CampaignProgressBar.tsx +1 -1
- package/src/Poll/components/CampaignResult.tsx +1 -1
- package/src/Poll/components/CampaignSelector.tsx +1 -1
- package/src/Poll/components/PollCampaignCard.tsx +1 -0
- package/src/Poll/components/PollCard.tsx +1 -1
- package/src/Poll/components/PollOptionCard.tsx +1 -1
- package/src/Poll/components/PollSelectCard.tsx +1 -0
- package/src/Poll/components/ResponseTimer.tsx +1 -1
- package/src/Poll/components/WidgetHeader.tsx +1 -0
- package/src/Poll/flashmarket/ResultCard.tsx +1 -1
- package/src/Poll/flashmarket/index.tsx +1 -1
- package/src/Poll/index.tsx +1 -1
- package/src/ProfileManager/Components/BasicInfoManager.tsx +1 -1
- package/src/ProfileManager/Components/BasicStatus.tsx +1 -1
- package/src/ProfileManager/Components/CodeRedeem.tsx +1 -1
- package/src/ProfileManager/Components/DOBManager.tsx +1 -1
- package/src/ProfileManager/Components/EmailManager.tsx +1 -1
- package/src/ProfileManager/Components/PasswordManager.tsx +1 -1
- package/src/ProfileManager/Components/PhoneManager.tsx +1 -1
- package/src/ProfileManager/Components/ProfilePicManager.tsx +1 -1
- package/src/ProfileManager/Components/ProfileWelcome.tsx +1 -0
- package/src/ProfileManager/Components/ProfileWizard.tsx +1 -1
- package/src/ProfileManager/Components/SettingsManager.tsx +1 -1
- package/src/ProfileManager/Components/VouchCard.tsx +1 -1
- package/src/ProfileManager/index.tsx +1 -1
- package/src/SocialComponents/PlayerCard.tsx +1 -0
- package/src/SocialComponents/PlayerFollowButton.tsx +1 -0
- package/src/SocialComponents/PlayerList.tsx +1 -1
- package/src/Socket/index.tsx +1 -1
- package/src/Squares/components/BidForm.tsx +1 -0
- package/src/Squares/components/BidToggle.tsx +1 -0
- package/src/Squares/components/BoardStats.tsx +1 -1
- package/src/Squares/components/EventCard.tsx +1 -1
- package/src/Squares/components/MySquaresCard.tsx +1 -1
- package/src/Squares/components/OfferForm.tsx +1 -0
- package/src/Squares/components/ResultsCard.tsx +1 -1
- package/src/Squares/components/SquareCard.tsx +1 -0
- package/src/Squares/components/SquareOfferCard.tsx +1 -1
- package/src/Squares/components/SquareOwners.tsx +1 -1
- package/src/Squares/components/SquaresBoard.tsx +1 -1
- package/src/Squares/components/SquaresDetails.tsx +1 -1
- package/src/Squares/index.tsx +1 -1
- package/src/Wallet/components/ACHAddCard.tsx +1 -0
- package/src/Wallet/components/AccountCard.tsx +1 -0
- package/src/Wallet/components/AccountLimitManager.tsx +1 -1
- package/src/Wallet/components/AccountManager.tsx +1 -0
- package/src/Wallet/components/AccountSnoozeManager.tsx +1 -1
- package/src/Wallet/components/AddressCard.tsx +1 -0
- package/src/Wallet/components/AddressManager.tsx +1 -1
- package/src/Wallet/components/DepositCard.tsx +1 -1
- package/src/Wallet/components/FundAccountCard.tsx +1 -0
- package/src/Wallet/components/ItemOrderCard.tsx +1 -1
- package/src/Wallet/components/ItemOrderDetailCard.tsx +1 -1
- package/src/Wallet/components/LinkAccountManager.tsx +1 -1
- package/src/Wallet/components/ManageAccountCard.tsx +1 -1
- package/src/Wallet/components/ManualACHAdd.tsx +1 -1
- package/src/Wallet/components/ManualCardAdd.tsx +1 -1
- package/src/Wallet/components/MyBalance.tsx +1 -0
- package/src/Wallet/components/OrderManager.tsx +1 -1
- package/src/Wallet/components/RemoveAccount.tsx +1 -1
- package/src/Wallet/components/VerifyACHAccount.tsx +1 -1
- package/src/Wallet/components/WalletActionSelector.tsx +1 -1
- package/src/Wallet/components/WalletSettings.tsx +1 -1
- package/src/Wallet/components/WalletSetup.tsx +1 -1
- package/src/Wallet/components/WithdrawCard.tsx +1 -1
- package/src/Wallet/index.tsx +1 -1
|
@@ -4,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"));
|
|
@@ -12,6 +12,8 @@ var _Components = require("../../Components");
|
|
|
12
12
|
var _api2 = require("../../Competition/api");
|
|
13
13
|
var _styles = require("../../constants/styles");
|
|
14
14
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
15
|
+
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); }
|
|
16
|
+
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; }
|
|
15
17
|
const CompetitionLeaderboard = ({
|
|
16
18
|
bracket_competition_id,
|
|
17
19
|
my_competition_player_brackets,
|
|
@@ -75,7 +77,7 @@ const CompetitionLeaderboard = ({
|
|
|
75
77
|
const player = players.find(p => p.player_id == data.item.player_id);
|
|
76
78
|
const player_bracket = player_brackets.find(pb => pb.player_bracket_id == data.item.player_bracket_id);
|
|
77
79
|
if (!player || !player_bracket) {
|
|
78
|
-
return /*#__PURE__*/
|
|
80
|
+
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null);
|
|
79
81
|
}
|
|
80
82
|
let champ_team = undefined,
|
|
81
83
|
champ_athlete = undefined;
|
|
@@ -85,7 +87,7 @@ const CompetitionLeaderboard = ({
|
|
|
85
87
|
if (show_champions && player_bracket.champion_id_type == 'athlete') {
|
|
86
88
|
champ_athlete = athletes.find(t => t.athlete_id == player_bracket.champion_id);
|
|
87
89
|
}
|
|
88
|
-
return /*#__PURE__*/
|
|
90
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.TouchableOpacity, {
|
|
89
91
|
style: {
|
|
90
92
|
flexDirection: 'row',
|
|
91
93
|
alignItems: 'center',
|
|
@@ -94,15 +96,15 @@ const CompetitionLeaderboard = ({
|
|
|
94
96
|
backgroundColor: _colors.default.shades.white,
|
|
95
97
|
padding: 4
|
|
96
98
|
}
|
|
97
|
-
}, /*#__PURE__*/
|
|
99
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
98
100
|
style: {
|
|
99
101
|
padding: 5
|
|
100
102
|
}
|
|
101
|
-
}, /*#__PURE__*/
|
|
103
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
102
104
|
size: 14,
|
|
103
105
|
color: _colors.default.brand.midnight,
|
|
104
106
|
weight: "bold"
|
|
105
|
-
}, _api2.CompetitionHelpers.formatPlace(data.item.place))), /*#__PURE__*/
|
|
107
|
+
}, _api2.CompetitionHelpers.formatPlace(data.item.place))), /*#__PURE__*/_react.default.createElement(_reactNative.View, null, /*#__PURE__*/_react.default.createElement(_reactNative.Image, {
|
|
106
108
|
source: {
|
|
107
109
|
uri: player.profile_pic
|
|
108
110
|
},
|
|
@@ -112,28 +114,28 @@ const CompetitionLeaderboard = ({
|
|
|
112
114
|
borderRadius: 100
|
|
113
115
|
},
|
|
114
116
|
resizeMode: "cover"
|
|
115
|
-
})), /*#__PURE__*/
|
|
117
|
+
})), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
116
118
|
style: {
|
|
117
119
|
flex: 1,
|
|
118
120
|
marginLeft: 5,
|
|
119
121
|
marginRight: 5
|
|
120
122
|
}
|
|
121
|
-
}, /*#__PURE__*/
|
|
123
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
122
124
|
size: 14,
|
|
123
125
|
weight: "bold",
|
|
124
126
|
color: _colors.default.brand.midnight
|
|
125
|
-
}, player_bracket.bracket_name), /*#__PURE__*/
|
|
127
|
+
}, player_bracket.bracket_name), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
126
128
|
style: {
|
|
127
129
|
marginTop: 3
|
|
128
130
|
},
|
|
129
131
|
size: 12,
|
|
130
132
|
weight: "regular",
|
|
131
133
|
color: _colors.default.brand.slate
|
|
132
|
-
}, data.item.points_scored, " Points (", data.item.possible_points, " Possible)")), champ_team ? /*#__PURE__*/
|
|
134
|
+
}, data.item.points_scored, " Points (", data.item.possible_points, " Possible)")), champ_team ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
133
135
|
style: {
|
|
134
136
|
padding: 5
|
|
135
137
|
}
|
|
136
|
-
}, /*#__PURE__*/
|
|
138
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.Image, {
|
|
137
139
|
source: {
|
|
138
140
|
uri: champ_team.image?.url
|
|
139
141
|
},
|
|
@@ -143,11 +145,11 @@ const CompetitionLeaderboard = ({
|
|
|
143
145
|
borderRadius: 4
|
|
144
146
|
},
|
|
145
147
|
resizeMode: "cover"
|
|
146
|
-
})) : champ_athlete ? /*#__PURE__*/
|
|
148
|
+
})) : champ_athlete ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
147
149
|
style: {
|
|
148
150
|
padding: 5
|
|
149
151
|
}
|
|
150
|
-
}, /*#__PURE__*/
|
|
152
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.Image, {
|
|
151
153
|
source: {
|
|
152
154
|
uri: champ_athlete.image?.url
|
|
153
155
|
},
|
|
@@ -157,98 +159,98 @@ const CompetitionLeaderboard = ({
|
|
|
157
159
|
borderRadius: 4
|
|
158
160
|
},
|
|
159
161
|
resizeMode: "cover"
|
|
160
|
-
})) : /*#__PURE__*/
|
|
162
|
+
})) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
161
163
|
style: {
|
|
162
164
|
padding: 5
|
|
163
165
|
}
|
|
164
|
-
}, /*#__PURE__*/
|
|
166
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
165
167
|
size: 14,
|
|
166
168
|
color: _colors.default.brand.midnight,
|
|
167
169
|
weight: "semibold"
|
|
168
170
|
}, "$", data.item.winnings.toFixed(2))));
|
|
169
171
|
};
|
|
170
|
-
return /*#__PURE__*/
|
|
172
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
171
173
|
style: {
|
|
172
174
|
flex: 1
|
|
173
175
|
}
|
|
174
|
-
}, /*#__PURE__*/
|
|
176
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.ScrollView, {
|
|
175
177
|
style: {
|
|
176
178
|
flex: 1
|
|
177
179
|
}
|
|
178
|
-
}, my_competition_player_brackets.length > 0 ? /*#__PURE__*/
|
|
180
|
+
}, my_competition_player_brackets.length > 0 ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
179
181
|
style: {
|
|
180
182
|
backgroundColor: _colors.default.brand.midnight,
|
|
181
183
|
padding: 10,
|
|
182
184
|
borderTopRightRadius: 8,
|
|
183
185
|
borderTopLeftRadius: 8
|
|
184
186
|
}
|
|
185
|
-
}, /*#__PURE__*/
|
|
187
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
186
188
|
style: {
|
|
187
189
|
marginBottom: 5
|
|
188
190
|
}
|
|
189
|
-
}, /*#__PURE__*/
|
|
191
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
190
192
|
size: 14,
|
|
191
193
|
color: _colors.default.shades.white
|
|
192
|
-
}, "MY RESULTS")), /*#__PURE__*/
|
|
194
|
+
}, "MY RESULTS")), /*#__PURE__*/_react.default.createElement(_reactNative.FlatList, {
|
|
193
195
|
data: my_competition_player_brackets,
|
|
194
196
|
renderItem: renderLeaders,
|
|
195
197
|
keyExtractor: item => item.competition_player_bracket_id.toString()
|
|
196
|
-
})) : /*#__PURE__*/
|
|
198
|
+
})) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
197
199
|
style: {
|
|
198
200
|
padding: 10,
|
|
199
201
|
backgroundColor: _colors.default.shades.shade100,
|
|
200
202
|
borderRadius: 8
|
|
201
203
|
}
|
|
202
|
-
}, /*#__PURE__*/
|
|
204
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
203
205
|
style: {
|
|
204
206
|
marginBottom: 5
|
|
205
207
|
}
|
|
206
|
-
}, /*#__PURE__*/
|
|
208
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
207
209
|
size: 14,
|
|
208
210
|
color: _colors.default.brand.midnight
|
|
209
|
-
}, "RESULTS")), loading ? /*#__PURE__*/
|
|
211
|
+
}, "RESULTS")), loading ? /*#__PURE__*/_react.default.createElement(_reactNative.ActivityIndicator, {
|
|
210
212
|
size: "large",
|
|
211
213
|
color: _colors.default.brand.midnight,
|
|
212
214
|
style: {
|
|
213
215
|
padding: 25,
|
|
214
216
|
alignSelf: 'center'
|
|
215
217
|
}
|
|
216
|
-
}) : /*#__PURE__*/
|
|
218
|
+
}) : /*#__PURE__*/_react.default.createElement(_reactNative.FlatList, {
|
|
217
219
|
data: visible_leaders,
|
|
218
220
|
renderItem: renderLeaders,
|
|
219
221
|
keyExtractor: item => item.competition_player_bracket_id.toString()
|
|
220
|
-
})), view_mode == 'short' && onViewFull ? /*#__PURE__*/
|
|
222
|
+
})), view_mode == 'short' && onViewFull ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
221
223
|
style: {
|
|
222
224
|
padding: 10
|
|
223
225
|
}
|
|
224
|
-
}, /*#__PURE__*/
|
|
226
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Button, {
|
|
225
227
|
title: "View Full Leaderboard",
|
|
226
228
|
title_color: _colors.default.brand.electric,
|
|
227
229
|
backgroundColor: "transparent",
|
|
228
230
|
onPress: () => onViewFull()
|
|
229
|
-
})) : /*#__PURE__*/
|
|
231
|
+
})) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null)), onClose ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
230
232
|
style: {
|
|
231
233
|
padding: 10,
|
|
232
234
|
..._styles.view_styles.float
|
|
233
235
|
}
|
|
234
|
-
}, /*#__PURE__*/
|
|
236
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
235
237
|
style: {
|
|
236
238
|
padding: 10,
|
|
237
239
|
flexDirection: 'row',
|
|
238
240
|
alignItems: 'center',
|
|
239
241
|
justifyContent: 'space-between'
|
|
240
242
|
}
|
|
241
|
-
}, offset > 0 ? /*#__PURE__*/
|
|
243
|
+
}, offset > 0 ? /*#__PURE__*/_react.default.createElement(_Components.Button, {
|
|
242
244
|
title: "PREV",
|
|
243
245
|
title_color: _colors.default.brand.electric,
|
|
244
246
|
backgroundColor: "transparent",
|
|
245
247
|
onPress: () => getLeaders(bracket_competition_id, offset - 1)
|
|
246
|
-
}) : /*#__PURE__*/
|
|
248
|
+
}) : /*#__PURE__*/_react.default.createElement(_reactNative.View, null), /*#__PURE__*/_react.default.createElement(_Components.Button, {
|
|
247
249
|
title: "NEXT",
|
|
248
250
|
title_color: _colors.default.brand.electric,
|
|
249
251
|
backgroundColor: "transparent",
|
|
250
252
|
onPress: () => getLeaders(bracket_competition_id, offset + 1)
|
|
251
|
-
})), /*#__PURE__*/
|
|
253
|
+
})), /*#__PURE__*/_react.default.createElement(_Components.Button, {
|
|
252
254
|
title: "Close",
|
|
253
255
|
style: {
|
|
254
256
|
padding: 15
|
|
@@ -256,7 +258,7 @@ const CompetitionLeaderboard = ({
|
|
|
256
258
|
title_color: _colors.default.shades.white,
|
|
257
259
|
backgroundColor: _colors.default.utility.error,
|
|
258
260
|
onPress: () => onClose()
|
|
259
|
-
})) : /*#__PURE__*/
|
|
261
|
+
})) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null));
|
|
260
262
|
};
|
|
261
263
|
var _default = exports.default = CompetitionLeaderboard;
|
|
262
264
|
//# sourceMappingURL=CompetitionLeaderboard.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","require","_reactNative","_api","_colors","_interopRequireDefault","_Components","_api2","_styles","obj","__esModule","default","CompetitionLeaderboard","bracket_competition_id","my_competition_player_brackets","my_player_brackets","view_mode","show_champions","onViewFull","onClose","leaders_data","setData","useState","loading","offset","teams","athletes","competition_player_brackets","player_brackets","players","visible_leaders","sort","a","b","place","slice","useEffect","getLeaders","id","page","resp","BracketComeptitionApi","getCompetitionPlayerBracketsByCompetitionId","ps","BracketApi","getPlayersByPlayerIds","map","cpb","player_id","concat","team_ids","filter","pb","champion_id_type","champion_id","athlete_ids","ts","getTeamsByIds","aths","getAthletesByIds","find","mpb","player_bracket_id","renderLeaders","data","player","p","item","player_bracket","React","createElement","Fragment","champ_team","undefined","champ_athlete","t","team_id","athlete_id","TouchableOpacity","style","flexDirection","alignItems","borderRadius","margin","backgroundColor","Colors","shades","white","padding","View","Text","size","color","brand","midnight","weight","CompetitionHelpers","formatPlace","Image","source","uri","profile_pic","height","width","resizeMode","flex","marginLeft","marginRight","bracket_name","marginTop","slate","points_scored","possible_points","image","url","winnings","toFixed","ScrollView","length","borderTopRightRadius","borderTopLeftRadius","marginBottom","FlatList","renderItem","keyExtractor","competition_player_bracket_id","toString","shade100","ActivityIndicator","alignSelf","Button","title","title_color","electric","onPress","view_styles","float","justifyContent","utility","error","_default","exports"],"sourceRoot":"../../../../src","sources":["Bracket/components/CompetitionLeaderboard.tsx"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_api","_colors","_interopRequireDefault","_Components","_api2","_styles","obj","__esModule","default","_getRequireWildcardCache","e","WeakMap","r","t","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","CompetitionLeaderboard","bracket_competition_id","my_competition_player_brackets","my_player_brackets","view_mode","show_champions","onViewFull","onClose","leaders_data","setData","useState","loading","offset","teams","athletes","competition_player_brackets","player_brackets","players","visible_leaders","sort","b","place","slice","useEffect","getLeaders","id","page","resp","BracketComeptitionApi","getCompetitionPlayerBracketsByCompetitionId","ps","BracketApi","getPlayersByPlayerIds","map","cpb","player_id","concat","team_ids","filter","pb","champion_id_type","champion_id","athlete_ids","ts","getTeamsByIds","aths","getAthletesByIds","find","mpb","player_bracket_id","renderLeaders","data","player","p","item","player_bracket","createElement","Fragment","champ_team","undefined","champ_athlete","team_id","athlete_id","TouchableOpacity","style","flexDirection","alignItems","borderRadius","margin","backgroundColor","Colors","shades","white","padding","View","Text","size","color","brand","midnight","weight","CompetitionHelpers","formatPlace","Image","source","uri","profile_pic","height","width","resizeMode","flex","marginLeft","marginRight","bracket_name","marginTop","slate","points_scored","possible_points","image","url","winnings","toFixed","ScrollView","length","borderTopRightRadius","borderTopLeftRadius","marginBottom","FlatList","renderItem","keyExtractor","competition_player_bracket_id","toString","shade100","ActivityIndicator","alignSelf","Button","title","title_color","electric","onPress","view_styles","float","justifyContent","utility","error","_default","exports"],"sourceRoot":"../../../../src","sources":["Bracket/components/CompetitionLeaderboard.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -4,13 +4,15 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
var _react = require("react");
|
|
7
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
8
8
|
var _reactNative = require("react-native");
|
|
9
9
|
var _Components = require("../../Components");
|
|
10
10
|
var _api = require("../api");
|
|
11
11
|
var _colors = _interopRequireDefault(require("../../constants/colors"));
|
|
12
12
|
var _PlayerBalanceCard = _interopRequireDefault(require("./PlayerBalanceCard"));
|
|
13
13
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
14
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
15
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
14
16
|
const JoinCompetitionCard = ({
|
|
15
17
|
player,
|
|
16
18
|
player_balance,
|
|
@@ -33,37 +35,37 @@ const JoinCompetitionCard = ({
|
|
|
33
35
|
const cpb = _api.BracketCompetitionHelpers.generateCompetitionPlayerBracket(bracket_competition.bracket_competition_id, player_bracket.player_bracket_id);
|
|
34
36
|
onEnterCompetition(cpb);
|
|
35
37
|
};
|
|
36
|
-
return /*#__PURE__*/
|
|
38
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
37
39
|
style: {
|
|
38
40
|
minWidth: 300,
|
|
39
41
|
backgroundColor: _colors.default.shades.white,
|
|
40
42
|
borderRadius: 8
|
|
41
43
|
}
|
|
42
|
-
}, /*#__PURE__*/
|
|
44
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
43
45
|
style: {
|
|
44
46
|
borderTopRightRadius: 8,
|
|
45
47
|
borderTopLeftRadius: 8,
|
|
46
48
|
backgroundColor: _colors.default.shades.shade100,
|
|
47
49
|
padding: 15
|
|
48
50
|
}
|
|
49
|
-
}, /*#__PURE__*/
|
|
51
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
50
52
|
size: 16,
|
|
51
53
|
color: _colors.default.brand.midnight,
|
|
52
54
|
weight: "bold"
|
|
53
|
-
}, bracket_competition.competition_name)), player && player_balance ? /*#__PURE__*/
|
|
55
|
+
}, bracket_competition.competition_name)), player && player_balance ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
54
56
|
style: {
|
|
55
57
|
padding: 5,
|
|
56
58
|
backgroundColor: _colors.default.incentive.gold_faded
|
|
57
59
|
}
|
|
58
|
-
}, /*#__PURE__*/
|
|
60
|
+
}, /*#__PURE__*/_react.default.createElement(_PlayerBalanceCard.default, {
|
|
59
61
|
player: player,
|
|
60
62
|
player_balance: player_balance
|
|
61
|
-
})) : /*#__PURE__*/
|
|
63
|
+
})) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
62
64
|
style: {
|
|
63
65
|
justifyContent: 'center',
|
|
64
66
|
alignItems: 'center'
|
|
65
67
|
}
|
|
66
|
-
}, /*#__PURE__*/
|
|
68
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.Image, {
|
|
67
69
|
source: {
|
|
68
70
|
uri: bracket_competition.image?.url
|
|
69
71
|
},
|
|
@@ -72,28 +74,28 @@ const JoinCompetitionCard = ({
|
|
|
72
74
|
width: 240
|
|
73
75
|
},
|
|
74
76
|
resizeMode: "cover"
|
|
75
|
-
})), /*#__PURE__*/
|
|
77
|
+
})), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
76
78
|
style: {
|
|
77
79
|
flexDirection: 'row',
|
|
78
80
|
alignItems: 'center',
|
|
79
81
|
padding: 10
|
|
80
82
|
}
|
|
81
|
-
}, /*#__PURE__*/
|
|
83
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
82
84
|
style: {
|
|
83
85
|
flex: 1
|
|
84
86
|
}
|
|
85
|
-
}, /*#__PURE__*/
|
|
87
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
86
88
|
size: 14,
|
|
87
89
|
color: _colors.default.brand.midnight,
|
|
88
90
|
weight: "bold"
|
|
89
|
-
}, player_bracket.bracket_name), /*#__PURE__*/
|
|
91
|
+
}, player_bracket.bracket_name), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
90
92
|
style: {
|
|
91
93
|
marginTop: 3
|
|
92
94
|
},
|
|
93
95
|
size: 12,
|
|
94
96
|
color: _colors.default.brand.slate,
|
|
95
97
|
weight: "regular"
|
|
96
|
-
}, (player_bracket.completion_pct * 100).toFixed(2), "% Complete"))), bracket_competition.opt_in_url ? /*#__PURE__*/
|
|
98
|
+
}, (player_bracket.completion_pct * 100).toFixed(2), "% Complete"))), bracket_competition.opt_in_url ? /*#__PURE__*/_react.default.createElement(_reactNative.TouchableOpacity, {
|
|
97
99
|
style: {
|
|
98
100
|
flexDirection: 'row',
|
|
99
101
|
alignItems: 'center',
|
|
@@ -101,12 +103,12 @@ const JoinCompetitionCard = ({
|
|
|
101
103
|
backgroundColor: _colors.default.shades.shade100
|
|
102
104
|
},
|
|
103
105
|
onPress: () => setDisclaimed(!disclaimed)
|
|
104
|
-
}, /*#__PURE__*/
|
|
106
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Checkbox, {
|
|
105
107
|
size: 24,
|
|
106
108
|
checked: disclaimed,
|
|
107
109
|
disabled: true,
|
|
108
110
|
onSelect: () => console.log('')
|
|
109
|
-
}), /*#__PURE__*/
|
|
111
|
+
}), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
110
112
|
color: _colors.default.brand.midnight,
|
|
111
113
|
weight: "regular",
|
|
112
114
|
size: 14,
|
|
@@ -114,13 +116,13 @@ const JoinCompetitionCard = ({
|
|
|
114
116
|
flex: 1,
|
|
115
117
|
marginLeft: 10
|
|
116
118
|
}
|
|
117
|
-
}, "I agree to the terms and conditiions outlined ", /*#__PURE__*/
|
|
119
|
+
}, "I agree to the terms and conditiions outlined ", /*#__PURE__*/_react.default.createElement(_reactNative.TouchableOpacity, {
|
|
118
120
|
onPress: () => _reactNative.Linking.openURL(bracket_competition.opt_in_url ?? '')
|
|
119
|
-
}, /*#__PURE__*/
|
|
121
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
120
122
|
size: 14,
|
|
121
123
|
color: _colors.default.brand.electric,
|
|
122
124
|
weight: "bold"
|
|
123
|
-
}, "HERE")))) : /*#__PURE__*/
|
|
125
|
+
}, "HERE")))) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
124
126
|
style: {
|
|
125
127
|
flexDirection: 'row',
|
|
126
128
|
alignItems: 'center',
|
|
@@ -129,7 +131,7 @@ const JoinCompetitionCard = ({
|
|
|
129
131
|
borderBottomRightRadius: 8,
|
|
130
132
|
borderBottomLeftRadius: 8
|
|
131
133
|
}
|
|
132
|
-
}, /*#__PURE__*/
|
|
134
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Button, {
|
|
133
135
|
title: "Close",
|
|
134
136
|
style: {
|
|
135
137
|
flex: 1,
|
|
@@ -140,7 +142,7 @@ const JoinCompetitionCard = ({
|
|
|
140
142
|
borderWidth: 1,
|
|
141
143
|
borderColor: _colors.default.brand.electric,
|
|
142
144
|
onPress: () => onClose()
|
|
143
|
-
}), /*#__PURE__*/
|
|
145
|
+
}), /*#__PURE__*/_react.default.createElement(_Components.Button, {
|
|
144
146
|
title: buy_in_label,
|
|
145
147
|
disabled: loading || !disclaimed,
|
|
146
148
|
style: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","require","_reactNative","_Components","_api","_colors","_interopRequireDefault","_PlayerBalanceCard","obj","__esModule","default","JoinCompetitionCard","player","player_balance","loading","player_bracket","bracket_competition","onNotEnoughBalance","onEnterCompetition","onClose","disclaimed","setDisclaimed","useState","buy_in_label","BracketCompetitionHelpers","getBuyInTitle","handleEnter","is_enough_balance","isEnoughBalance","cpb","generateCompetitionPlayerBracket","bracket_competition_id","player_bracket_id","
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_Components","_api","_colors","_interopRequireDefault","_PlayerBalanceCard","obj","__esModule","default","_getRequireWildcardCache","e","WeakMap","r","t","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","JoinCompetitionCard","player","player_balance","loading","player_bracket","bracket_competition","onNotEnoughBalance","onEnterCompetition","onClose","disclaimed","setDisclaimed","useState","buy_in_label","BracketCompetitionHelpers","getBuyInTitle","handleEnter","is_enough_balance","isEnoughBalance","cpb","generateCompetitionPlayerBracket","bracket_competition_id","player_bracket_id","createElement","View","style","minWidth","backgroundColor","Colors","shades","white","borderRadius","borderTopRightRadius","borderTopLeftRadius","shade100","padding","Text","size","color","brand","midnight","weight","competition_name","incentive","gold_faded","Fragment","justifyContent","alignItems","Image","source","uri","image","url","height","width","resizeMode","flexDirection","flex","bracket_name","marginTop","slate","completion_pct","toFixed","opt_in_url","TouchableOpacity","onPress","Checkbox","checked","disabled","onSelect","console","log","marginLeft","Linking","openURL","electric","borderBottomRightRadius","borderBottomLeftRadius","Button","title","marginRight","title_color","borderWidth","borderColor","opacity","utility","success","_default","exports"],"sourceRoot":"../../../../src","sources":["Bracket/components/JoinCompetitionCard.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -4,20 +4,22 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
var _reactNative = require("react-native");
|
|
7
|
+
var _reactNative = _interopRequireWildcard(require("react-native"));
|
|
8
8
|
var _colors = _interopRequireDefault(require("../../constants/colors"));
|
|
9
9
|
var _Components = require("../../Components");
|
|
10
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
11
|
+
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); }
|
|
12
|
+
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; }
|
|
11
13
|
const PlayerBalanceCard = ({
|
|
12
14
|
player,
|
|
13
15
|
player_balance
|
|
14
16
|
}) => {
|
|
15
|
-
return /*#__PURE__*/
|
|
17
|
+
return /*#__PURE__*/_reactNative.default.createElement(_reactNative.View, {
|
|
16
18
|
style: {
|
|
17
19
|
flexDirection: 'row',
|
|
18
20
|
alignItems: 'center'
|
|
19
21
|
}
|
|
20
|
-
}, /*#__PURE__*/
|
|
22
|
+
}, /*#__PURE__*/_reactNative.default.createElement(_reactNative.View, null, /*#__PURE__*/_reactNative.default.createElement(_reactNative.Image, {
|
|
21
23
|
source: {
|
|
22
24
|
uri: player.profile_pic
|
|
23
25
|
},
|
|
@@ -27,22 +29,22 @@ const PlayerBalanceCard = ({
|
|
|
27
29
|
borderRadius: 100
|
|
28
30
|
},
|
|
29
31
|
resizeMode: "cover"
|
|
30
|
-
})), /*#__PURE__*/
|
|
32
|
+
})), /*#__PURE__*/_reactNative.default.createElement(_reactNative.View, {
|
|
31
33
|
style: {
|
|
32
34
|
flex: 1,
|
|
33
35
|
marginLeft: 10
|
|
34
36
|
}
|
|
35
|
-
}, /*#__PURE__*/
|
|
37
|
+
}, /*#__PURE__*/_reactNative.default.createElement(_Components.Text, {
|
|
36
38
|
size: 14,
|
|
37
39
|
color: _colors.default.brand.midnight,
|
|
38
40
|
weight: "bold"
|
|
39
|
-
}, player.first_name, " ", player.last_name), /*#__PURE__*/
|
|
41
|
+
}, player.first_name, " ", player.last_name), /*#__PURE__*/_reactNative.default.createElement(_Components.Text, {
|
|
40
42
|
style: {
|
|
41
43
|
marginTop: 3
|
|
42
44
|
},
|
|
43
45
|
size: 12,
|
|
44
46
|
color: _colors.default.brand.slate
|
|
45
|
-
}, "P", player_balance.promo_balance.toFixed(2), " - E", player_balance.free_market_balance.toFixed(2))), /*#__PURE__*/
|
|
47
|
+
}, "P", player_balance.promo_balance.toFixed(2), " - E", player_balance.free_market_balance.toFixed(2))), /*#__PURE__*/_reactNative.default.createElement(_reactNative.View, null, /*#__PURE__*/_reactNative.default.createElement(_Components.Text, {
|
|
46
48
|
size: 14,
|
|
47
49
|
color: _colors.default.brand.midnight,
|
|
48
50
|
weight: "bold"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNative","require","_colors","_interopRequireDefault","_Components","obj","__esModule","default","PlayerBalanceCard","player","player_balance","
|
|
1
|
+
{"version":3,"names":["_reactNative","_interopRequireWildcard","require","_colors","_interopRequireDefault","_Components","obj","__esModule","default","_getRequireWildcardCache","e","WeakMap","r","t","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","PlayerBalanceCard","player","player_balance","createElement","View","style","flexDirection","alignItems","Image","source","uri","profile_pic","height","width","borderRadius","resizeMode","flex","marginLeft","Text","size","color","Colors","brand","midnight","weight","first_name","last_name","marginTop","slate","promo_balance","toFixed","free_market_balance","balance","_default","exports"],"sourceRoot":"../../../../src","sources":["Bracket/components/PlayerBalanceCard.tsx"],"mappings":"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","ignoreList":[]}
|