be-components 1.0.8 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/AdServer/components/CompanyAdCard.js +3 -5
- package/lib/commonjs/AdServer/components/CompanyAdCard.js.map +1 -1
- package/lib/commonjs/AdServer/index.js +9 -10
- package/lib/commonjs/AdServer/index.js.map +1 -1
- package/lib/commonjs/ApiOverrides/index.js +6 -3
- package/lib/commonjs/ApiOverrides/index.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.js +16 -17
- package/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/LoginForm.js +58 -60
- package/lib/commonjs/Authenticator/Components/LoginForm.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/StrategyForm.js +67 -69
- package/lib/commonjs/Authenticator/Components/StrategyForm.js.map +1 -1
- package/lib/commonjs/Authenticator/index.js +14 -16
- package/lib/commonjs/Authenticator/index.js.map +1 -1
- package/lib/commonjs/BettorSearch/index.js +8 -10
- package/lib/commonjs/BettorSearch/index.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketCompetitionCard.js +92 -94
- package/lib/commonjs/Bracket/components/BracketCompetitionCard.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketCompetitionSelector.js +37 -39
- package/lib/commonjs/Bracket/components/BracketCompetitionSelector.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/BracketNavigator.js +18 -19
- package/lib/commonjs/Bracket/components/BracketPlay/BracketNavigator.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/BracketRound.js +7 -8
- package/lib/commonjs/Bracket/components/BracketPlay/BracketRound.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/RoundEvent.js +45 -46
- package/lib/commonjs/Bracket/components/BracketPlay/RoundEvent.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/index.js +27 -29
- package/lib/commonjs/Bracket/components/BracketPlay/index.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketSelector.js +21 -22
- package/lib/commonjs/Bracket/components/BracketSelector.js.map +1 -1
- package/lib/commonjs/Bracket/components/CompetitionLeaderboard.js +34 -36
- package/lib/commonjs/Bracket/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/commonjs/Bracket/components/JoinCompetitionCard.js +20 -22
- package/lib/commonjs/Bracket/components/JoinCompetitionCard.js.map +1 -1
- package/lib/commonjs/Bracket/components/PlayerBalanceCard.js +6 -7
- package/lib/commonjs/Bracket/components/PlayerBalanceCard.js.map +1 -1
- package/lib/commonjs/Bracket/components/PlayerBracketManager.js +75 -77
- package/lib/commonjs/Bracket/components/PlayerBracketManager.js.map +1 -1
- package/lib/commonjs/Bracket/components/PlayerBrackets.js +27 -28
- package/lib/commonjs/Bracket/components/PlayerBrackets.js.map +1 -1
- package/lib/commonjs/Bracket/components/RoomMenu.js +15 -16
- package/lib/commonjs/Bracket/components/RoomMenu.js.map +1 -1
- package/lib/commonjs/Bracket/index.js +9 -11
- package/lib/commonjs/Bracket/index.js.map +1 -1
- package/lib/commonjs/Checkout/components/AccountSummaryCard.js +43 -44
- package/lib/commonjs/Checkout/components/AccountSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/components/ItemSummaryCard.js +7 -8
- package/lib/commonjs/Checkout/components/ItemSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/components/OrderSummaryCard.js +12 -13
- package/lib/commonjs/Checkout/components/OrderSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/components/PayPalOrderCapture.js +2 -4
- package/lib/commonjs/Checkout/components/PayPalOrderCapture.js.map +1 -1
- package/lib/commonjs/Checkout/components/ShippingSummaryCard.js +7 -8
- package/lib/commonjs/Checkout/components/ShippingSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/index.js +58 -60
- package/lib/commonjs/Checkout/index.js.map +1 -1
- package/lib/commonjs/Competition/components/AthleteMarketCard.js +20 -21
- package/lib/commonjs/Competition/components/AthleteMarketCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionCard.js +25 -26
- package/lib/commonjs/Competition/components/CompetitionCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionInfoCard.js +31 -32
- package/lib/commonjs/Competition/components/CompetitionInfoCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionLeaderboard.js +34 -36
- package/lib/commonjs/Competition/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionPlay.js +116 -118
- package/lib/commonjs/Competition/components/CompetitionPlay.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionSeasonCard.js +16 -17
- package/lib/commonjs/Competition/components/CompetitionSeasonCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionSelector.js +14 -16
- package/lib/commonjs/Competition/components/CompetitionSelector.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionTypeCard.js +43 -45
- package/lib/commonjs/Competition/components/CompetitionTypeCard.js.map +1 -1
- package/lib/commonjs/Competition/components/EnterCompetitionPrompt.js +29 -31
- package/lib/commonjs/Competition/components/EnterCompetitionPrompt.js.map +1 -1
- package/lib/commonjs/Competition/components/LeaderPicks.js +39 -41
- package/lib/commonjs/Competition/components/LeaderPicks.js.map +1 -1
- package/lib/commonjs/Competition/components/ManageSeasonForm.js +85 -87
- package/lib/commonjs/Competition/components/ManageSeasonForm.js.map +1 -1
- package/lib/commonjs/Competition/components/MarketsCard.js +17 -19
- package/lib/commonjs/Competition/components/MarketsCard.js.map +1 -1
- package/lib/commonjs/Competition/components/MatchMarketCard.js +25 -26
- package/lib/commonjs/Competition/components/MatchMarketCard.js.map +1 -1
- package/lib/commonjs/Competition/components/NavOutPrompt.js +18 -19
- package/lib/commonjs/Competition/components/NavOutPrompt.js.map +1 -1
- package/lib/commonjs/Competition/components/SeasonInfoModal.js +52 -54
- package/lib/commonjs/Competition/components/SeasonInfoModal.js.map +1 -1
- package/lib/commonjs/Competition/components/TeamEventCard.js +30 -31
- package/lib/commonjs/Competition/components/TeamEventCard.js.map +1 -1
- package/lib/commonjs/Competition/components/WagerPickForm.js +30 -32
- package/lib/commonjs/Competition/components/WagerPickForm.js.map +1 -1
- package/lib/commonjs/Competition/index.js +3 -5
- package/lib/commonjs/Competition/index.js.map +1 -1
- package/lib/commonjs/Components/Button.js +7 -8
- package/lib/commonjs/Components/Button.js.map +1 -1
- package/lib/commonjs/Components/Checkbox.js +3 -4
- package/lib/commonjs/Components/Checkbox.js.map +1 -1
- package/lib/commonjs/Components/Icons.js +650 -373
- package/lib/commonjs/Components/Icons.js.map +1 -1
- package/lib/commonjs/Components/ImageUploader.js +3 -5
- package/lib/commonjs/Components/ImageUploader.js.map +1 -1
- package/lib/commonjs/Components/Jerseys.js +124 -125
- package/lib/commonjs/Components/Jerseys.js.map +1 -1
- package/lib/commonjs/Components/LinearDiagnal.js +7 -9
- package/lib/commonjs/Components/LinearDiagnal.js.map +1 -1
- package/lib/commonjs/Components/Spring.js +1 -3
- package/lib/commonjs/Components/Spring.js.map +1 -1
- package/lib/commonjs/Components/Switch.js +8 -9
- package/lib/commonjs/Components/Switch.js.map +1 -1
- package/lib/commonjs/Components/Text.js +33 -5
- package/lib/commonjs/Components/Text.js.map +1 -1
- package/lib/commonjs/Components/TextInput.js +1 -2
- package/lib/commonjs/Components/TextInput.js.map +1 -1
- package/lib/commonjs/LocationTracker/index.js +27 -28
- package/lib/commonjs/LocationTracker/index.js.map +1 -1
- package/lib/commonjs/Observer/Observer.js +2 -4
- package/lib/commonjs/Observer/Observer.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignPlay.js +56 -58
- package/lib/commonjs/Poll/components/CampaignPlay.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignProgressBar.js +11 -13
- package/lib/commonjs/Poll/components/CampaignProgressBar.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignResult.js +56 -58
- package/lib/commonjs/Poll/components/CampaignResult.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignSelector.js +12 -14
- package/lib/commonjs/Poll/components/CampaignSelector.js.map +1 -1
- package/lib/commonjs/Poll/components/PollCampaignCard.js +7 -8
- package/lib/commonjs/Poll/components/PollCampaignCard.js.map +1 -1
- package/lib/commonjs/Poll/components/PollCard.js +49 -51
- package/lib/commonjs/Poll/components/PollCard.js.map +1 -1
- package/lib/commonjs/Poll/components/PollOptionCard.js +14 -16
- package/lib/commonjs/Poll/components/PollOptionCard.js.map +1 -1
- package/lib/commonjs/Poll/components/PollSelectCard.js +25 -26
- package/lib/commonjs/Poll/components/PollSelectCard.js.map +1 -1
- package/lib/commonjs/Poll/components/ResponseTimer.js +3 -5
- package/lib/commonjs/Poll/components/ResponseTimer.js.map +1 -1
- package/lib/commonjs/Poll/components/WidgetHeader.js +11 -12
- package/lib/commonjs/Poll/components/WidgetHeader.js.map +1 -1
- package/lib/commonjs/Poll/flashmarket/ResultCard.js +47 -49
- package/lib/commonjs/Poll/flashmarket/ResultCard.js.map +1 -1
- package/lib/commonjs/Poll/flashmarket/index.js +52 -54
- package/lib/commonjs/Poll/flashmarket/index.js.map +1 -1
- package/lib/commonjs/Poll/index.js +6 -8
- package/lib/commonjs/Poll/index.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/BasicInfoManager.js +35 -37
- package/lib/commonjs/ProfileManager/Components/BasicInfoManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/BasicStatus.js +35 -36
- package/lib/commonjs/ProfileManager/Components/BasicStatus.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/CodeRedeem.js +50 -52
- package/lib/commonjs/ProfileManager/Components/CodeRedeem.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/DOBManager.js +24 -26
- package/lib/commonjs/ProfileManager/Components/DOBManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/EmailManager.js +36 -38
- package/lib/commonjs/ProfileManager/Components/EmailManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/PasswordManager.js +36 -38
- package/lib/commonjs/ProfileManager/Components/PasswordManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/PhoneManager.js +36 -38
- package/lib/commonjs/ProfileManager/Components/PhoneManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfilePicManager.js +17 -19
- package/lib/commonjs/ProfileManager/Components/ProfilePicManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfileWelcome.js +15 -16
- package/lib/commonjs/ProfileManager/Components/ProfileWelcome.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfileWizard.js +66 -68
- package/lib/commonjs/ProfileManager/Components/ProfileWizard.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/SettingsManager.js +29 -31
- package/lib/commonjs/ProfileManager/Components/SettingsManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/VouchCard.js +63 -65
- package/lib/commonjs/ProfileManager/Components/VouchCard.js.map +1 -1
- package/lib/commonjs/ProfileManager/index.js +16 -18
- package/lib/commonjs/ProfileManager/index.js.map +1 -1
- package/lib/commonjs/SocialComponents/PlayerCard.js +11 -12
- package/lib/commonjs/SocialComponents/PlayerCard.js.map +1 -1
- package/lib/commonjs/SocialComponents/PlayerFollowButton.js +3 -4
- package/lib/commonjs/SocialComponents/PlayerFollowButton.js.map +1 -1
- package/lib/commonjs/SocialComponents/PlayerList.js +4 -6
- package/lib/commonjs/SocialComponents/PlayerList.js.map +1 -1
- package/lib/commonjs/Socket/api/index.js +18 -0
- package/lib/commonjs/Socket/api/index.js.map +1 -0
- package/lib/commonjs/Socket/index.js +120 -0
- package/lib/commonjs/Socket/index.js.map +1 -0
- package/lib/commonjs/Squares/api/index.js +97 -0
- package/lib/commonjs/Squares/api/index.js.map +1 -0
- package/lib/commonjs/Squares/components/BidForm.js +173 -0
- package/lib/commonjs/Squares/components/BidForm.js.map +1 -0
- package/lib/commonjs/Squares/components/BidToggle.js +63 -0
- package/lib/commonjs/Squares/components/BidToggle.js.map +1 -0
- package/lib/commonjs/Squares/components/BoardStats.js +144 -0
- package/lib/commonjs/Squares/components/BoardStats.js.map +1 -0
- package/lib/commonjs/Squares/components/EventCard.js +132 -0
- package/lib/commonjs/Squares/components/EventCard.js.map +1 -0
- package/lib/commonjs/Squares/components/MySquaresCard.js +109 -0
- package/lib/commonjs/Squares/components/MySquaresCard.js.map +1 -0
- package/lib/commonjs/Squares/components/OfferForm.js +181 -0
- package/lib/commonjs/Squares/components/OfferForm.js.map +1 -0
- package/lib/commonjs/Squares/components/ResultsCard.js +108 -0
- package/lib/commonjs/Squares/components/ResultsCard.js.map +1 -0
- package/lib/commonjs/Squares/components/SquareCard.js +337 -0
- package/lib/commonjs/Squares/components/SquareCard.js.map +1 -0
- package/lib/commonjs/Squares/components/SquareOfferCard.js +266 -0
- package/lib/commonjs/Squares/components/SquareOfferCard.js.map +1 -0
- package/lib/commonjs/Squares/components/SquareOwners.js +123 -0
- package/lib/commonjs/Squares/components/SquareOwners.js.map +1 -0
- package/lib/commonjs/Squares/components/SquaresBoard.js +209 -0
- package/lib/commonjs/Squares/components/SquaresBoard.js.map +1 -0
- package/lib/commonjs/Squares/components/SquaresDetails.js +90 -0
- package/lib/commonjs/Squares/components/SquaresDetails.js.map +1 -0
- package/lib/commonjs/Squares/index.js +568 -0
- package/lib/commonjs/Squares/index.js.map +1 -0
- package/lib/commonjs/Wallet/components/ACHAddCard.js +38 -39
- package/lib/commonjs/Wallet/components/ACHAddCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountCard.js +17 -18
- package/lib/commonjs/Wallet/components/AccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountLimitManager.js +32 -34
- package/lib/commonjs/Wallet/components/AccountLimitManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountManager.js +31 -32
- package/lib/commonjs/Wallet/components/AccountManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountSnoozeManager.js +31 -33
- package/lib/commonjs/Wallet/components/AccountSnoozeManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/AddressCard.js +7 -8
- package/lib/commonjs/Wallet/components/AddressCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AddressManager.js +44 -46
- package/lib/commonjs/Wallet/components/AddressManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/DepositCard.js +41 -43
- package/lib/commonjs/Wallet/components/DepositCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/FundAccountCard.js +54 -55
- package/lib/commonjs/Wallet/components/FundAccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/ItemOrderCard.js +15 -17
- package/lib/commonjs/Wallet/components/ItemOrderCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/ItemOrderDetailCard.js +23 -25
- package/lib/commonjs/Wallet/components/ItemOrderDetailCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/LinkAccountManager.js +40 -42
- package/lib/commonjs/Wallet/components/LinkAccountManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManageAccountCard.js +36 -38
- package/lib/commonjs/Wallet/components/ManageAccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManualACHAdd.js +33 -35
- package/lib/commonjs/Wallet/components/ManualACHAdd.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManualCardAdd.js +47 -49
- package/lib/commonjs/Wallet/components/ManualCardAdd.js.map +1 -1
- package/lib/commonjs/Wallet/components/MyBalance.js +34 -35
- package/lib/commonjs/Wallet/components/MyBalance.js.map +1 -1
- package/lib/commonjs/Wallet/components/OrderManager.js +15 -17
- package/lib/commonjs/Wallet/components/OrderManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/RemoveAccount.js +10 -12
- package/lib/commonjs/Wallet/components/RemoveAccount.js.map +1 -1
- package/lib/commonjs/Wallet/components/VerifyACHAccount.js +20 -22
- package/lib/commonjs/Wallet/components/VerifyACHAccount.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletActionSelector.js +49 -51
- package/lib/commonjs/Wallet/components/WalletActionSelector.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletSettings.js +98 -100
- package/lib/commonjs/Wallet/components/WalletSettings.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletSetup.js +58 -60
- package/lib/commonjs/Wallet/components/WalletSetup.js.map +1 -1
- package/lib/commonjs/Wallet/components/WithdrawCard.js +46 -48
- package/lib/commonjs/Wallet/components/WithdrawCard.js.map +1 -1
- package/lib/commonjs/Wallet/index.js +45 -47
- package/lib/commonjs/Wallet/index.js.map +1 -1
- package/lib/commonjs/constants/styles.js +86 -0
- package/lib/commonjs/constants/styles.js.map +1 -1
- package/lib/commonjs/index.js +14 -0
- package/lib/commonjs/index.js.map +1 -1
- package/lib/module/AdServer/components/CompanyAdCard.js +1 -1
- package/lib/module/AdServer/components/CompanyAdCard.js.map +1 -1
- package/lib/module/AdServer/index.js +2 -1
- package/lib/module/AdServer/index.js.map +1 -1
- package/lib/module/ApiOverrides/index.js +6 -3
- package/lib/module/ApiOverrides/index.js.map +1 -1
- package/lib/module/Authenticator/Components/AuthStrategyIdentifier.js +0 -1
- package/lib/module/Authenticator/Components/AuthStrategyIdentifier.js.map +1 -1
- package/lib/module/Authenticator/Components/LoginForm.js +1 -1
- package/lib/module/Authenticator/Components/LoginForm.js.map +1 -1
- package/lib/module/Authenticator/Components/StrategyForm.js +1 -1
- package/lib/module/Authenticator/Components/StrategyForm.js.map +1 -1
- package/lib/module/Authenticator/index.js +1 -1
- package/lib/module/Authenticator/index.js.map +1 -1
- package/lib/module/BettorSearch/index.js +1 -1
- package/lib/module/BettorSearch/index.js.map +1 -1
- package/lib/module/Bracket/components/BracketCompetitionCard.js +1 -1
- package/lib/module/Bracket/components/BracketCompetitionCard.js.map +1 -1
- package/lib/module/Bracket/components/BracketCompetitionSelector.js +1 -1
- package/lib/module/Bracket/components/BracketCompetitionSelector.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/BracketNavigator.js +0 -1
- package/lib/module/Bracket/components/BracketPlay/BracketNavigator.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/BracketRound.js +0 -1
- package/lib/module/Bracket/components/BracketPlay/BracketRound.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/RoundEvent.js +0 -1
- package/lib/module/Bracket/components/BracketPlay/RoundEvent.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/index.js +1 -1
- package/lib/module/Bracket/components/BracketPlay/index.js.map +1 -1
- package/lib/module/Bracket/components/BracketSelector.js +0 -1
- package/lib/module/Bracket/components/BracketSelector.js.map +1 -1
- package/lib/module/Bracket/components/CompetitionLeaderboard.js +1 -1
- package/lib/module/Bracket/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/module/Bracket/components/JoinCompetitionCard.js +1 -1
- package/lib/module/Bracket/components/JoinCompetitionCard.js.map +1 -1
- package/lib/module/Bracket/components/PlayerBalanceCard.js +0 -1
- package/lib/module/Bracket/components/PlayerBalanceCard.js.map +1 -1
- package/lib/module/Bracket/components/PlayerBracketManager.js +1 -1
- package/lib/module/Bracket/components/PlayerBracketManager.js.map +1 -1
- package/lib/module/Bracket/components/PlayerBrackets.js +0 -1
- package/lib/module/Bracket/components/PlayerBrackets.js.map +1 -1
- package/lib/module/Bracket/components/RoomMenu.js +0 -1
- package/lib/module/Bracket/components/RoomMenu.js.map +1 -1
- package/lib/module/Bracket/index.js +1 -1
- package/lib/module/Bracket/index.js.map +1 -1
- package/lib/module/Checkout/components/AccountSummaryCard.js +0 -1
- package/lib/module/Checkout/components/AccountSummaryCard.js.map +1 -1
- package/lib/module/Checkout/components/ItemSummaryCard.js +0 -1
- package/lib/module/Checkout/components/ItemSummaryCard.js.map +1 -1
- package/lib/module/Checkout/components/OrderSummaryCard.js +0 -1
- package/lib/module/Checkout/components/OrderSummaryCard.js.map +1 -1
- package/lib/module/Checkout/components/PayPalOrderCapture.js +0 -1
- package/lib/module/Checkout/components/PayPalOrderCapture.js.map +1 -1
- package/lib/module/Checkout/components/ShippingSummaryCard.js +0 -1
- package/lib/module/Checkout/components/ShippingSummaryCard.js.map +1 -1
- package/lib/module/Checkout/index.js +1 -1
- package/lib/module/Checkout/index.js.map +1 -1
- package/lib/module/Competition/components/AthleteMarketCard.js +0 -1
- package/lib/module/Competition/components/AthleteMarketCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionCard.js +0 -1
- package/lib/module/Competition/components/CompetitionCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionInfoCard.js +0 -1
- package/lib/module/Competition/components/CompetitionInfoCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionLeaderboard.js +1 -1
- package/lib/module/Competition/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionPlay.js +1 -1
- package/lib/module/Competition/components/CompetitionPlay.js.map +1 -1
- package/lib/module/Competition/components/CompetitionSeasonCard.js +0 -1
- package/lib/module/Competition/components/CompetitionSeasonCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionSelector.js +1 -1
- package/lib/module/Competition/components/CompetitionSelector.js.map +1 -1
- package/lib/module/Competition/components/CompetitionTypeCard.js +1 -1
- package/lib/module/Competition/components/CompetitionTypeCard.js.map +1 -1
- package/lib/module/Competition/components/EnterCompetitionPrompt.js +1 -1
- package/lib/module/Competition/components/EnterCompetitionPrompt.js.map +1 -1
- package/lib/module/Competition/components/LeaderPicks.js +1 -1
- package/lib/module/Competition/components/LeaderPicks.js.map +1 -1
- package/lib/module/Competition/components/ManageSeasonForm.js +1 -1
- package/lib/module/Competition/components/ManageSeasonForm.js.map +1 -1
- package/lib/module/Competition/components/MarketsCard.js +1 -1
- package/lib/module/Competition/components/MarketsCard.js.map +1 -1
- package/lib/module/Competition/components/MatchMarketCard.js +0 -1
- package/lib/module/Competition/components/MatchMarketCard.js.map +1 -1
- package/lib/module/Competition/components/NavOutPrompt.js +0 -1
- package/lib/module/Competition/components/NavOutPrompt.js.map +1 -1
- package/lib/module/Competition/components/SeasonInfoModal.js +1 -1
- package/lib/module/Competition/components/SeasonInfoModal.js.map +1 -1
- package/lib/module/Competition/components/TeamEventCard.js +0 -1
- package/lib/module/Competition/components/TeamEventCard.js.map +1 -1
- package/lib/module/Competition/components/WagerPickForm.js +1 -1
- package/lib/module/Competition/components/WagerPickForm.js.map +1 -1
- package/lib/module/Competition/index.js +1 -1
- package/lib/module/Competition/index.js.map +1 -1
- package/lib/module/Components/Button.js +0 -1
- package/lib/module/Components/Button.js.map +1 -1
- package/lib/module/Components/Checkbox.js +0 -1
- package/lib/module/Components/Checkbox.js.map +1 -1
- package/lib/module/Components/Icons.js +279 -2
- package/lib/module/Components/Icons.js.map +1 -1
- package/lib/module/Components/ImageUploader.js +1 -1
- package/lib/module/Components/ImageUploader.js.map +1 -1
- package/lib/module/Components/Jerseys.js +0 -1
- package/lib/module/Components/Jerseys.js.map +1 -1
- package/lib/module/Components/LinearDiagnal.js +1 -1
- package/lib/module/Components/LinearDiagnal.js.map +1 -1
- package/lib/module/Components/Spring.js +0 -1
- package/lib/module/Components/Spring.js.map +1 -1
- package/lib/module/Components/Switch.js +0 -1
- package/lib/module/Components/Switch.js.map +1 -1
- package/lib/module/Components/Text.js +33 -5
- package/lib/module/Components/Text.js.map +1 -1
- package/lib/module/Components/TextInput.js +0 -1
- package/lib/module/Components/TextInput.js.map +1 -1
- package/lib/module/LocationTracker/index.js +0 -1
- package/lib/module/LocationTracker/index.js.map +1 -1
- package/lib/module/Observer/Observer.js +0 -1
- package/lib/module/Observer/Observer.js.map +1 -1
- package/lib/module/Poll/components/CampaignPlay.js +0 -1
- package/lib/module/Poll/components/CampaignPlay.js.map +1 -1
- package/lib/module/Poll/components/CampaignProgressBar.js +0 -1
- package/lib/module/Poll/components/CampaignProgressBar.js.map +1 -1
- package/lib/module/Poll/components/CampaignResult.js +0 -1
- package/lib/module/Poll/components/CampaignResult.js.map +1 -1
- package/lib/module/Poll/components/CampaignSelector.js +1 -1
- package/lib/module/Poll/components/CampaignSelector.js.map +1 -1
- package/lib/module/Poll/components/PollCampaignCard.js +0 -1
- package/lib/module/Poll/components/PollCampaignCard.js.map +1 -1
- package/lib/module/Poll/components/PollCard.js +0 -1
- package/lib/module/Poll/components/PollCard.js.map +1 -1
- package/lib/module/Poll/components/PollOptionCard.js +1 -1
- package/lib/module/Poll/components/PollOptionCard.js.map +1 -1
- package/lib/module/Poll/components/PollSelectCard.js +0 -1
- package/lib/module/Poll/components/PollSelectCard.js.map +1 -1
- package/lib/module/Poll/components/ResponseTimer.js +1 -1
- package/lib/module/Poll/components/ResponseTimer.js.map +1 -1
- package/lib/module/Poll/components/WidgetHeader.js +0 -1
- package/lib/module/Poll/components/WidgetHeader.js.map +1 -1
- package/lib/module/Poll/flashmarket/ResultCard.js +1 -1
- package/lib/module/Poll/flashmarket/ResultCard.js.map +1 -1
- package/lib/module/Poll/flashmarket/index.js +1 -1
- package/lib/module/Poll/flashmarket/index.js.map +1 -1
- package/lib/module/Poll/index.js +1 -1
- package/lib/module/Poll/index.js.map +1 -1
- package/lib/module/ProfileManager/Components/BasicInfoManager.js +1 -1
- package/lib/module/ProfileManager/Components/BasicInfoManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/BasicStatus.js +0 -1
- package/lib/module/ProfileManager/Components/BasicStatus.js.map +1 -1
- package/lib/module/ProfileManager/Components/CodeRedeem.js +1 -1
- package/lib/module/ProfileManager/Components/CodeRedeem.js.map +1 -1
- package/lib/module/ProfileManager/Components/DOBManager.js +1 -1
- package/lib/module/ProfileManager/Components/DOBManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/EmailManager.js +1 -1
- package/lib/module/ProfileManager/Components/EmailManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/PasswordManager.js +1 -1
- package/lib/module/ProfileManager/Components/PasswordManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/PhoneManager.js +1 -1
- package/lib/module/ProfileManager/Components/PhoneManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfilePicManager.js +1 -1
- package/lib/module/ProfileManager/Components/ProfilePicManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfileWelcome.js +0 -1
- package/lib/module/ProfileManager/Components/ProfileWelcome.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfileWizard.js +1 -1
- package/lib/module/ProfileManager/Components/ProfileWizard.js.map +1 -1
- package/lib/module/ProfileManager/Components/SettingsManager.js +1 -1
- package/lib/module/ProfileManager/Components/SettingsManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/VouchCard.js +1 -1
- package/lib/module/ProfileManager/Components/VouchCard.js.map +1 -1
- package/lib/module/ProfileManager/index.js +1 -1
- package/lib/module/ProfileManager/index.js.map +1 -1
- package/lib/module/SocialComponents/PlayerCard.js +0 -1
- package/lib/module/SocialComponents/PlayerCard.js.map +1 -1
- package/lib/module/SocialComponents/PlayerFollowButton.js +0 -1
- package/lib/module/SocialComponents/PlayerFollowButton.js.map +1 -1
- package/lib/module/SocialComponents/PlayerList.js +1 -1
- package/lib/module/SocialComponents/PlayerList.js.map +1 -1
- package/lib/module/Socket/api/index.js +13 -0
- package/lib/module/Socket/api/index.js.map +1 -0
- package/lib/module/Socket/index.js +113 -0
- package/lib/module/Socket/index.js.map +1 -0
- package/lib/module/Squares/api/index.js +91 -0
- package/lib/module/Squares/api/index.js.map +1 -0
- package/lib/module/Squares/components/BidForm.js +166 -0
- package/lib/module/Squares/components/BidForm.js.map +1 -0
- package/lib/module/Squares/components/BidToggle.js +56 -0
- package/lib/module/Squares/components/BidToggle.js.map +1 -0
- package/lib/module/Squares/components/BoardStats.js +137 -0
- package/lib/module/Squares/components/BoardStats.js.map +1 -0
- package/lib/module/Squares/components/EventCard.js +125 -0
- package/lib/module/Squares/components/EventCard.js.map +1 -0
- package/lib/module/Squares/components/MySquaresCard.js +102 -0
- package/lib/module/Squares/components/MySquaresCard.js.map +1 -0
- package/lib/module/Squares/components/OfferForm.js +174 -0
- package/lib/module/Squares/components/OfferForm.js.map +1 -0
- package/lib/module/Squares/components/ResultsCard.js +101 -0
- package/lib/module/Squares/components/ResultsCard.js.map +1 -0
- package/lib/module/Squares/components/SquareCard.js +330 -0
- package/lib/module/Squares/components/SquareCard.js.map +1 -0
- package/lib/module/Squares/components/SquareOfferCard.js +259 -0
- package/lib/module/Squares/components/SquareOfferCard.js.map +1 -0
- package/lib/module/Squares/components/SquareOwners.js +116 -0
- package/lib/module/Squares/components/SquareOwners.js.map +1 -0
- package/lib/module/Squares/components/SquaresBoard.js +202 -0
- package/lib/module/Squares/components/SquaresBoard.js.map +1 -0
- package/lib/module/Squares/components/SquaresDetails.js +83 -0
- package/lib/module/Squares/components/SquaresDetails.js.map +1 -0
- package/lib/module/Squares/index.js +561 -0
- package/lib/module/Squares/index.js.map +1 -0
- package/lib/module/Wallet/components/ACHAddCard.js +0 -1
- package/lib/module/Wallet/components/ACHAddCard.js.map +1 -1
- package/lib/module/Wallet/components/AccountCard.js +0 -1
- package/lib/module/Wallet/components/AccountCard.js.map +1 -1
- package/lib/module/Wallet/components/AccountLimitManager.js +1 -1
- package/lib/module/Wallet/components/AccountLimitManager.js.map +1 -1
- package/lib/module/Wallet/components/AccountManager.js +0 -1
- package/lib/module/Wallet/components/AccountManager.js.map +1 -1
- package/lib/module/Wallet/components/AccountSnoozeManager.js +1 -1
- package/lib/module/Wallet/components/AccountSnoozeManager.js.map +1 -1
- package/lib/module/Wallet/components/AddressCard.js +0 -1
- package/lib/module/Wallet/components/AddressCard.js.map +1 -1
- package/lib/module/Wallet/components/AddressManager.js +1 -1
- package/lib/module/Wallet/components/AddressManager.js.map +1 -1
- package/lib/module/Wallet/components/DepositCard.js +1 -1
- package/lib/module/Wallet/components/DepositCard.js.map +1 -1
- package/lib/module/Wallet/components/FundAccountCard.js +0 -1
- package/lib/module/Wallet/components/FundAccountCard.js.map +1 -1
- package/lib/module/Wallet/components/ItemOrderCard.js +1 -1
- package/lib/module/Wallet/components/ItemOrderCard.js.map +1 -1
- package/lib/module/Wallet/components/ItemOrderDetailCard.js +0 -1
- package/lib/module/Wallet/components/ItemOrderDetailCard.js.map +1 -1
- package/lib/module/Wallet/components/LinkAccountManager.js +1 -1
- package/lib/module/Wallet/components/LinkAccountManager.js.map +1 -1
- package/lib/module/Wallet/components/ManageAccountCard.js +1 -1
- package/lib/module/Wallet/components/ManageAccountCard.js.map +1 -1
- package/lib/module/Wallet/components/ManualACHAdd.js +1 -1
- package/lib/module/Wallet/components/ManualACHAdd.js.map +1 -1
- package/lib/module/Wallet/components/ManualCardAdd.js +1 -1
- package/lib/module/Wallet/components/ManualCardAdd.js.map +1 -1
- package/lib/module/Wallet/components/MyBalance.js +0 -1
- package/lib/module/Wallet/components/MyBalance.js.map +1 -1
- package/lib/module/Wallet/components/OrderManager.js +1 -1
- package/lib/module/Wallet/components/OrderManager.js.map +1 -1
- package/lib/module/Wallet/components/RemoveAccount.js +0 -1
- package/lib/module/Wallet/components/RemoveAccount.js.map +1 -1
- package/lib/module/Wallet/components/VerifyACHAccount.js +1 -1
- package/lib/module/Wallet/components/VerifyACHAccount.js.map +1 -1
- package/lib/module/Wallet/components/WalletActionSelector.js +1 -1
- package/lib/module/Wallet/components/WalletActionSelector.js.map +1 -1
- package/lib/module/Wallet/components/WalletSettings.js +0 -1
- package/lib/module/Wallet/components/WalletSettings.js.map +1 -1
- package/lib/module/Wallet/components/WalletSetup.js +1 -1
- package/lib/module/Wallet/components/WalletSetup.js.map +1 -1
- package/lib/module/Wallet/components/WithdrawCard.js +1 -1
- package/lib/module/Wallet/components/WithdrawCard.js.map +1 -1
- package/lib/module/Wallet/index.js +1 -1
- package/lib/module/Wallet/index.js.map +1 -1
- package/lib/module/constants/styles.js +86 -0
- package/lib/module/constants/styles.js.map +1 -1
- package/lib/module/index.js +3 -1
- package/lib/module/index.js.map +1 -1
- package/lib/typescript/src/AdServer/components/CompanyAdCard.d.ts +1 -2
- package/lib/typescript/src/AdServer/components/CompanyAdCard.d.ts.map +1 -1
- package/lib/typescript/src/AdServer/index.d.ts +2 -3
- package/lib/typescript/src/AdServer/index.d.ts.map +1 -1
- package/lib/typescript/src/ApiOverrides/index.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/AuthStrategyIdentifier.d.ts +1 -2
- package/lib/typescript/src/Authenticator/Components/AuthStrategyIdentifier.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/LoginForm.d.ts +1 -2
- package/lib/typescript/src/Authenticator/Components/LoginForm.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/StrategyForm.d.ts +1 -2
- package/lib/typescript/src/Authenticator/Components/StrategyForm.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/index.d.ts +1 -2
- package/lib/typescript/src/Authenticator/index.d.ts.map +1 -1
- package/lib/typescript/src/BettorSearch/index.d.ts +1 -2
- package/lib/typescript/src/BettorSearch/index.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketCompetitionCard.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/BracketCompetitionCard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketCompetitionSelector.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/BracketCompetitionSelector.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketNavigator.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketNavigator.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketRound.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketRound.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/RoundEvent.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/BracketPlay/RoundEvent.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/index.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/BracketPlay/index.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketSelector.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/BracketSelector.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/CompetitionLeaderboard.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/CompetitionLeaderboard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/JoinCompetitionCard.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/JoinCompetitionCard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBalanceCard.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/PlayerBalanceCard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBracketManager.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/PlayerBracketManager.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBrackets.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/PlayerBrackets.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/RoomMenu.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/RoomMenu.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/index.d.ts +1 -2
- package/lib/typescript/src/Bracket/index.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/AccountSummaryCard.d.ts +1 -2
- package/lib/typescript/src/Checkout/components/AccountSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/ItemSummaryCard.d.ts +1 -2
- package/lib/typescript/src/Checkout/components/ItemSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/OrderSummaryCard.d.ts +1 -2
- package/lib/typescript/src/Checkout/components/OrderSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/PayPalOrderCapture.d.ts +1 -2
- package/lib/typescript/src/Checkout/components/PayPalOrderCapture.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/ShippingSummaryCard.d.ts +1 -2
- package/lib/typescript/src/Checkout/components/ShippingSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/index.d.ts +1 -2
- package/lib/typescript/src/Checkout/index.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/AthleteMarketCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/AthleteMarketCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/CompetitionCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionInfoCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/CompetitionInfoCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionLeaderboard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/CompetitionLeaderboard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionPlay.d.ts +1 -2
- package/lib/typescript/src/Competition/components/CompetitionPlay.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionSeasonCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/CompetitionSeasonCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionSelector.d.ts +1 -2
- package/lib/typescript/src/Competition/components/CompetitionSelector.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionTypeCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/CompetitionTypeCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/EnterCompetitionPrompt.d.ts +1 -2
- package/lib/typescript/src/Competition/components/EnterCompetitionPrompt.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/LeaderPicks.d.ts +1 -2
- package/lib/typescript/src/Competition/components/LeaderPicks.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/ManageSeasonForm.d.ts +1 -2
- package/lib/typescript/src/Competition/components/ManageSeasonForm.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/MarketsCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/MarketsCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/MatchMarketCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/MatchMarketCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/NavOutPrompt.d.ts +1 -2
- package/lib/typescript/src/Competition/components/NavOutPrompt.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/SeasonInfoModal.d.ts +1 -2
- package/lib/typescript/src/Competition/components/SeasonInfoModal.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/TeamEventCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/TeamEventCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/WagerPickForm.d.ts +1 -2
- package/lib/typescript/src/Competition/components/WagerPickForm.d.ts.map +1 -1
- package/lib/typescript/src/Competition/index.d.ts +1 -2
- package/lib/typescript/src/Competition/index.d.ts.map +1 -1
- package/lib/typescript/src/Components/Button.d.ts +1 -2
- package/lib/typescript/src/Components/Button.d.ts.map +1 -1
- package/lib/typescript/src/Components/Checkbox.d.ts +1 -2
- package/lib/typescript/src/Components/Checkbox.d.ts.map +1 -1
- package/lib/typescript/src/Components/Icons.d.ts +57 -53
- package/lib/typescript/src/Components/Icons.d.ts.map +1 -1
- package/lib/typescript/src/Components/ImageUploader.d.ts +1 -2
- package/lib/typescript/src/Components/ImageUploader.d.ts.map +1 -1
- package/lib/typescript/src/Components/Jerseys.d.ts +2 -3
- package/lib/typescript/src/Components/Jerseys.d.ts.map +1 -1
- package/lib/typescript/src/Components/LinearDiagnal.d.ts +1 -2
- package/lib/typescript/src/Components/LinearDiagnal.d.ts.map +1 -1
- package/lib/typescript/src/Components/Spring.d.ts +1 -2
- package/lib/typescript/src/Components/Spring.d.ts.map +1 -1
- package/lib/typescript/src/Components/Switch.d.ts +1 -2
- package/lib/typescript/src/Components/Switch.d.ts.map +1 -1
- package/lib/typescript/src/Components/Text.d.ts +3 -2
- package/lib/typescript/src/Components/Text.d.ts.map +1 -1
- package/lib/typescript/src/Components/TextInput.d.ts +1 -2
- package/lib/typescript/src/Components/TextInput.d.ts.map +1 -1
- package/lib/typescript/src/LocationTracker/index.d.ts +1 -2
- package/lib/typescript/src/LocationTracker/index.d.ts.map +1 -1
- package/lib/typescript/src/Observer/Observer.d.ts +1 -2
- package/lib/typescript/src/Observer/Observer.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignPlay.d.ts +1 -2
- package/lib/typescript/src/Poll/components/CampaignPlay.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignProgressBar.d.ts +1 -2
- package/lib/typescript/src/Poll/components/CampaignProgressBar.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignResult.d.ts +1 -2
- package/lib/typescript/src/Poll/components/CampaignResult.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignSelector.d.ts +1 -2
- package/lib/typescript/src/Poll/components/CampaignSelector.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollCampaignCard.d.ts +1 -2
- package/lib/typescript/src/Poll/components/PollCampaignCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollCard.d.ts +1 -2
- package/lib/typescript/src/Poll/components/PollCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollOptionCard.d.ts +1 -2
- package/lib/typescript/src/Poll/components/PollOptionCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollSelectCard.d.ts +1 -2
- package/lib/typescript/src/Poll/components/PollSelectCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/ResponseTimer.d.ts +1 -2
- package/lib/typescript/src/Poll/components/ResponseTimer.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/WidgetHeader.d.ts +1 -2
- package/lib/typescript/src/Poll/components/WidgetHeader.d.ts.map +1 -1
- package/lib/typescript/src/Poll/flashmarket/ResultCard.d.ts +1 -2
- package/lib/typescript/src/Poll/flashmarket/ResultCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/flashmarket/index.d.ts +1 -2
- package/lib/typescript/src/Poll/flashmarket/index.d.ts.map +1 -1
- package/lib/typescript/src/Poll/index.d.ts +1 -2
- package/lib/typescript/src/Poll/index.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/BasicInfoManager.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/BasicInfoManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/BasicStatus.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/BasicStatus.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/CodeRedeem.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/CodeRedeem.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/DOBManager.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/DOBManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/EmailManager.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/EmailManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/PasswordManager.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/PasswordManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/PhoneManager.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/PhoneManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfilePicManager.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/ProfilePicManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWelcome.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/ProfileWelcome.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWizard.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/ProfileWizard.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/SettingsManager.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/SettingsManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/VouchCard.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/VouchCard.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/index.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/index.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PlayerCard.d.ts +1 -2
- package/lib/typescript/src/SocialComponents/PlayerCard.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PlayerFollowButton.d.ts +1 -2
- package/lib/typescript/src/SocialComponents/PlayerFollowButton.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PlayerList.d.ts +1 -2
- package/lib/typescript/src/SocialComponents/PlayerList.d.ts.map +1 -1
- package/lib/typescript/src/Socket/api/index.d.ts +6 -0
- package/lib/typescript/src/Socket/api/index.d.ts.map +1 -0
- package/lib/typescript/src/Socket/index.d.ts +11 -0
- package/lib/typescript/src/Socket/index.d.ts.map +1 -0
- package/lib/typescript/src/Squares/api/index.d.ts +29 -0
- package/lib/typescript/src/Squares/api/index.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/BidForm.d.ts +21 -0
- package/lib/typescript/src/Squares/components/BidForm.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/BidToggle.d.ts +9 -0
- package/lib/typescript/src/Squares/components/BidToggle.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/BoardStats.d.ts +10 -0
- package/lib/typescript/src/Squares/components/BoardStats.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/EventCard.d.ts +8 -0
- package/lib/typescript/src/Squares/components/EventCard.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/MySquaresCard.d.ts +13 -0
- package/lib/typescript/src/Squares/components/MySquaresCard.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/OfferForm.d.ts +22 -0
- package/lib/typescript/src/Squares/components/OfferForm.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/ResultsCard.d.ts +11 -0
- package/lib/typescript/src/Squares/components/ResultsCard.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/SquareCard.d.ts +20 -0
- package/lib/typescript/src/Squares/components/SquareCard.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/SquareOfferCard.d.ts +12 -0
- package/lib/typescript/src/Squares/components/SquareOfferCard.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/SquareOwners.d.ts +9 -0
- package/lib/typescript/src/Squares/components/SquareOwners.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/SquaresBoard.d.ts +18 -0
- package/lib/typescript/src/Squares/components/SquaresBoard.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/SquaresDetails.d.ts +9 -0
- package/lib/typescript/src/Squares/components/SquaresDetails.d.ts.map +1 -0
- package/lib/typescript/src/Squares/index.d.ts +14 -0
- package/lib/typescript/src/Squares/index.d.ts.map +1 -0
- package/lib/typescript/src/Wallet/components/ACHAddCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/ACHAddCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/AccountCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountLimitManager.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/AccountLimitManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountManager.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/AccountManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountSnoozeManager.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/AccountSnoozeManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AddressCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/AddressCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AddressManager.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/AddressManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/DepositCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/DepositCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/FundAccountCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/FundAccountCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ItemOrderCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/ItemOrderCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ItemOrderDetailCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/ItemOrderDetailCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/LinkAccountManager.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/LinkAccountManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ManageAccountCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/ManageAccountCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ManualACHAdd.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/ManualACHAdd.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ManualCardAdd.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/ManualCardAdd.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/MyBalance.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/MyBalance.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/OrderManager.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/OrderManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/RemoveAccount.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/RemoveAccount.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/VerifyACHAccount.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/VerifyACHAccount.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WalletActionSelector.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/WalletActionSelector.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WalletSettings.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/WalletSettings.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WalletSetup.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/WalletSetup.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WithdrawCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/WithdrawCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/index.d.ts +1 -2
- package/lib/typescript/src/Wallet/index.d.ts.map +1 -1
- package/lib/typescript/src/constants/styles.d.ts +86 -0
- package/lib/typescript/src/constants/styles.d.ts.map +1 -1
- package/lib/typescript/src/index.d.ts +3 -1
- package/lib/typescript/src/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/AdServer/components/CompanyAdCard.tsx +1 -1
- package/src/AdServer/index.tsx +2 -1
- package/src/ApiOverrides/index.ts +6 -3
- package/src/Authenticator/Components/AuthStrategyIdentifier.tsx +0 -1
- package/src/Authenticator/Components/LoginForm.tsx +1 -1
- package/src/Authenticator/Components/StrategyForm.tsx +1 -1
- package/src/Authenticator/index.tsx +1 -1
- package/src/BettorSearch/index.tsx +1 -1
- package/src/Bracket/components/BracketCompetitionCard.tsx +1 -1
- package/src/Bracket/components/BracketCompetitionSelector.tsx +1 -1
- package/src/Bracket/components/BracketPlay/BracketNavigator.tsx +0 -1
- package/src/Bracket/components/BracketPlay/BracketRound.tsx +0 -1
- package/src/Bracket/components/BracketPlay/RoundEvent.tsx +0 -1
- package/src/Bracket/components/BracketPlay/index.tsx +1 -1
- package/src/Bracket/components/BracketSelector.tsx +0 -1
- package/src/Bracket/components/CompetitionLeaderboard.tsx +1 -1
- package/src/Bracket/components/JoinCompetitionCard.tsx +1 -1
- package/src/Bracket/components/PlayerBalanceCard.tsx +0 -1
- package/src/Bracket/components/PlayerBracketManager.tsx +1 -1
- package/src/Bracket/components/PlayerBrackets.tsx +0 -1
- package/src/Bracket/components/RoomMenu.tsx +0 -1
- package/src/Bracket/index.tsx +1 -1
- package/src/Checkout/components/AccountSummaryCard.tsx +0 -1
- package/src/Checkout/components/ItemSummaryCard.tsx +0 -1
- package/src/Checkout/components/OrderSummaryCard.tsx +0 -1
- package/src/Checkout/components/PayPalOrderCapture.tsx +0 -1
- package/src/Checkout/components/ShippingSummaryCard.tsx +0 -1
- package/src/Checkout/index.tsx +1 -1
- package/src/Competition/components/AthleteMarketCard.tsx +0 -1
- package/src/Competition/components/CompetitionCard.tsx +0 -1
- package/src/Competition/components/CompetitionInfoCard.tsx +0 -1
- package/src/Competition/components/CompetitionLeaderboard.tsx +1 -1
- package/src/Competition/components/CompetitionPlay.tsx +1 -1
- package/src/Competition/components/CompetitionSeasonCard.tsx +0 -1
- package/src/Competition/components/CompetitionSelector.tsx +1 -1
- package/src/Competition/components/CompetitionTypeCard.tsx +1 -1
- package/src/Competition/components/EnterCompetitionPrompt.tsx +1 -1
- package/src/Competition/components/LeaderPicks.tsx +1 -1
- package/src/Competition/components/ManageSeasonForm.tsx +1 -1
- package/src/Competition/components/MarketsCard.tsx +1 -1
- package/src/Competition/components/MatchMarketCard.tsx +0 -1
- package/src/Competition/components/NavOutPrompt.tsx +0 -1
- package/src/Competition/components/SeasonInfoModal.tsx +1 -1
- package/src/Competition/components/TeamEventCard.tsx +0 -1
- package/src/Competition/components/WagerPickForm.tsx +1 -1
- package/src/Competition/index.tsx +1 -1
- package/src/Components/Button.tsx +0 -1
- package/src/Components/Checkbox.tsx +0 -1
- package/src/Components/Icons.tsx +76 -2
- package/src/Components/ImageUploader.tsx +1 -1
- package/src/Components/Jerseys.tsx +0 -1
- package/src/Components/LinearDiagnal.tsx +1 -1
- package/src/Components/Spring.tsx +0 -1
- package/src/Components/Switch.tsx +0 -1
- package/src/Components/Text.tsx +23 -3
- package/src/Components/TextInput.tsx +0 -1
- package/src/LocationTracker/index.tsx +0 -1
- package/src/Observer/Observer.tsx +0 -1
- package/src/Poll/components/CampaignPlay.tsx +0 -1
- package/src/Poll/components/CampaignProgressBar.tsx +0 -1
- package/src/Poll/components/CampaignResult.tsx +0 -1
- package/src/Poll/components/CampaignSelector.tsx +1 -1
- package/src/Poll/components/PollCampaignCard.tsx +0 -1
- package/src/Poll/components/PollCard.tsx +0 -1
- package/src/Poll/components/PollOptionCard.tsx +1 -1
- package/src/Poll/components/PollSelectCard.tsx +0 -1
- package/src/Poll/components/ResponseTimer.tsx +1 -1
- package/src/Poll/components/WidgetHeader.tsx +0 -1
- package/src/Poll/flashmarket/ResultCard.tsx +1 -1
- package/src/Poll/flashmarket/index.tsx +1 -1
- package/src/Poll/index.tsx +1 -1
- package/src/ProfileManager/Components/BasicInfoManager.tsx +1 -1
- package/src/ProfileManager/Components/BasicStatus.tsx +0 -1
- package/src/ProfileManager/Components/CodeRedeem.tsx +1 -1
- package/src/ProfileManager/Components/DOBManager.tsx +1 -1
- package/src/ProfileManager/Components/EmailManager.tsx +1 -1
- package/src/ProfileManager/Components/PasswordManager.tsx +1 -1
- package/src/ProfileManager/Components/PhoneManager.tsx +1 -1
- package/src/ProfileManager/Components/ProfilePicManager.tsx +1 -1
- package/src/ProfileManager/Components/ProfileWelcome.tsx +0 -1
- package/src/ProfileManager/Components/ProfileWizard.tsx +1 -1
- package/src/ProfileManager/Components/SettingsManager.tsx +1 -1
- package/src/ProfileManager/Components/VouchCard.tsx +1 -1
- package/src/ProfileManager/index.tsx +1 -1
- package/src/SocialComponents/PlayerCard.tsx +0 -1
- package/src/SocialComponents/PlayerFollowButton.tsx +0 -1
- package/src/SocialComponents/PlayerList.tsx +1 -1
- package/src/Socket/api/index.ts +15 -0
- package/src/Socket/index.tsx +96 -0
- package/src/Squares/api/index.ts +69 -0
- package/src/Squares/components/BidForm.tsx +85 -0
- package/src/Squares/components/BidToggle.tsx +27 -0
- package/src/Squares/components/BoardStats.tsx +70 -0
- package/src/Squares/components/EventCard.tsx +77 -0
- package/src/Squares/components/MySquaresCard.tsx +80 -0
- package/src/Squares/components/OfferForm.tsx +94 -0
- package/src/Squares/components/ResultsCard.tsx +67 -0
- package/src/Squares/components/SquareCard.tsx +190 -0
- package/src/Squares/components/SquareOfferCard.tsx +101 -0
- package/src/Squares/components/SquareOwners.tsx +69 -0
- package/src/Squares/components/SquaresBoard.tsx +161 -0
- package/src/Squares/components/SquaresDetails.tsx +54 -0
- package/src/Squares/index.tsx +398 -0
- package/src/Wallet/components/ACHAddCard.tsx +0 -1
- package/src/Wallet/components/AccountCard.tsx +0 -1
- package/src/Wallet/components/AccountLimitManager.tsx +1 -1
- package/src/Wallet/components/AccountManager.tsx +0 -1
- package/src/Wallet/components/AccountSnoozeManager.tsx +1 -1
- package/src/Wallet/components/AddressCard.tsx +0 -1
- package/src/Wallet/components/AddressManager.tsx +1 -1
- package/src/Wallet/components/DepositCard.tsx +1 -1
- package/src/Wallet/components/FundAccountCard.tsx +0 -1
- package/src/Wallet/components/ItemOrderCard.tsx +1 -1
- package/src/Wallet/components/ItemOrderDetailCard.tsx +0 -1
- package/src/Wallet/components/LinkAccountManager.tsx +1 -1
- package/src/Wallet/components/ManageAccountCard.tsx +1 -1
- package/src/Wallet/components/ManualACHAdd.tsx +1 -1
- package/src/Wallet/components/ManualCardAdd.tsx +1 -1
- package/src/Wallet/components/MyBalance.tsx +0 -1
- package/src/Wallet/components/OrderManager.tsx +1 -1
- package/src/Wallet/components/RemoveAccount.tsx +0 -1
- package/src/Wallet/components/VerifyACHAccount.tsx +1 -1
- package/src/Wallet/components/WalletActionSelector.tsx +1 -1
- package/src/Wallet/components/WalletSettings.tsx +0 -1
- package/src/Wallet/components/WalletSetup.tsx +1 -1
- package/src/Wallet/components/WithdrawCard.tsx +1 -1
- package/src/Wallet/index.tsx +1 -1
- package/src/constants/styles.ts +15 -2
- package/src/index.tsx +6 -1
- package/src/types.d.ts +52 -1
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
var _react =
|
|
7
|
+
var _react = require("react");
|
|
8
8
|
var _reactNative = require("react-native");
|
|
9
9
|
var _api = require("../api");
|
|
10
10
|
var _colors = _interopRequireDefault(require("../../constants/colors"));
|
|
@@ -12,8 +12,6 @@ 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; }
|
|
17
15
|
const CompetitionLeaderboard = ({
|
|
18
16
|
bracket_competition_id,
|
|
19
17
|
my_competition_player_brackets,
|
|
@@ -77,7 +75,7 @@ const CompetitionLeaderboard = ({
|
|
|
77
75
|
const player = players.find(p => p.player_id == data.item.player_id);
|
|
78
76
|
const player_bracket = player_brackets.find(pb => pb.player_bracket_id == data.item.player_bracket_id);
|
|
79
77
|
if (!player || !player_bracket) {
|
|
80
|
-
return /*#__PURE__*/
|
|
78
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null);
|
|
81
79
|
}
|
|
82
80
|
let champ_team = undefined,
|
|
83
81
|
champ_athlete = undefined;
|
|
@@ -87,7 +85,7 @@ const CompetitionLeaderboard = ({
|
|
|
87
85
|
if (show_champions && player_bracket.champion_id_type == 'athlete') {
|
|
88
86
|
champ_athlete = athletes.find(t => t.athlete_id == player_bracket.champion_id);
|
|
89
87
|
}
|
|
90
|
-
return /*#__PURE__*/
|
|
88
|
+
return /*#__PURE__*/React.createElement(_reactNative.TouchableOpacity, {
|
|
91
89
|
style: {
|
|
92
90
|
flexDirection: 'row',
|
|
93
91
|
alignItems: 'center',
|
|
@@ -96,15 +94,15 @@ const CompetitionLeaderboard = ({
|
|
|
96
94
|
backgroundColor: _colors.default.shades.white,
|
|
97
95
|
padding: 4
|
|
98
96
|
}
|
|
99
|
-
}, /*#__PURE__*/
|
|
97
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
100
98
|
style: {
|
|
101
99
|
padding: 5
|
|
102
100
|
}
|
|
103
|
-
}, /*#__PURE__*/
|
|
101
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
104
102
|
size: 14,
|
|
105
103
|
color: _colors.default.brand.midnight,
|
|
106
104
|
weight: "bold"
|
|
107
|
-
}, _api2.CompetitionHelpers.formatPlace(data.item.place))), /*#__PURE__*/
|
|
105
|
+
}, _api2.CompetitionHelpers.formatPlace(data.item.place))), /*#__PURE__*/React.createElement(_reactNative.View, null, /*#__PURE__*/React.createElement(_reactNative.Image, {
|
|
108
106
|
source: {
|
|
109
107
|
uri: player.profile_pic
|
|
110
108
|
},
|
|
@@ -114,28 +112,28 @@ const CompetitionLeaderboard = ({
|
|
|
114
112
|
borderRadius: 100
|
|
115
113
|
},
|
|
116
114
|
resizeMode: "cover"
|
|
117
|
-
})), /*#__PURE__*/
|
|
115
|
+
})), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
118
116
|
style: {
|
|
119
117
|
flex: 1,
|
|
120
118
|
marginLeft: 5,
|
|
121
119
|
marginRight: 5
|
|
122
120
|
}
|
|
123
|
-
}, /*#__PURE__*/
|
|
121
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
124
122
|
size: 14,
|
|
125
123
|
weight: "bold",
|
|
126
124
|
color: _colors.default.brand.midnight
|
|
127
|
-
}, player_bracket.bracket_name), /*#__PURE__*/
|
|
125
|
+
}, player_bracket.bracket_name), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
128
126
|
style: {
|
|
129
127
|
marginTop: 3
|
|
130
128
|
},
|
|
131
129
|
size: 12,
|
|
132
130
|
weight: "regular",
|
|
133
131
|
color: _colors.default.brand.slate
|
|
134
|
-
}, data.item.points_scored, " Points (", data.item.possible_points, " Possible)")), champ_team ? /*#__PURE__*/
|
|
132
|
+
}, data.item.points_scored, " Points (", data.item.possible_points, " Possible)")), champ_team ? /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
135
133
|
style: {
|
|
136
134
|
padding: 5
|
|
137
135
|
}
|
|
138
|
-
}, /*#__PURE__*/
|
|
136
|
+
}, /*#__PURE__*/React.createElement(_reactNative.Image, {
|
|
139
137
|
source: {
|
|
140
138
|
uri: champ_team.image?.url
|
|
141
139
|
},
|
|
@@ -145,11 +143,11 @@ const CompetitionLeaderboard = ({
|
|
|
145
143
|
borderRadius: 4
|
|
146
144
|
},
|
|
147
145
|
resizeMode: "cover"
|
|
148
|
-
})) : champ_athlete ? /*#__PURE__*/
|
|
146
|
+
})) : champ_athlete ? /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
149
147
|
style: {
|
|
150
148
|
padding: 5
|
|
151
149
|
}
|
|
152
|
-
}, /*#__PURE__*/
|
|
150
|
+
}, /*#__PURE__*/React.createElement(_reactNative.Image, {
|
|
153
151
|
source: {
|
|
154
152
|
uri: champ_athlete.image?.url
|
|
155
153
|
},
|
|
@@ -159,98 +157,98 @@ const CompetitionLeaderboard = ({
|
|
|
159
157
|
borderRadius: 4
|
|
160
158
|
},
|
|
161
159
|
resizeMode: "cover"
|
|
162
|
-
})) : /*#__PURE__*/
|
|
160
|
+
})) : /*#__PURE__*/React.createElement(React.Fragment, null), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
163
161
|
style: {
|
|
164
162
|
padding: 5
|
|
165
163
|
}
|
|
166
|
-
}, /*#__PURE__*/
|
|
164
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
167
165
|
size: 14,
|
|
168
166
|
color: _colors.default.brand.midnight,
|
|
169
167
|
weight: "semibold"
|
|
170
168
|
}, "$", data.item.winnings.toFixed(2))));
|
|
171
169
|
};
|
|
172
|
-
return /*#__PURE__*/
|
|
170
|
+
return /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
173
171
|
style: {
|
|
174
172
|
flex: 1
|
|
175
173
|
}
|
|
176
|
-
}, /*#__PURE__*/
|
|
174
|
+
}, /*#__PURE__*/React.createElement(_reactNative.ScrollView, {
|
|
177
175
|
style: {
|
|
178
176
|
flex: 1
|
|
179
177
|
}
|
|
180
|
-
}, my_competition_player_brackets.length > 0 ? /*#__PURE__*/
|
|
178
|
+
}, my_competition_player_brackets.length > 0 ? /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
181
179
|
style: {
|
|
182
180
|
backgroundColor: _colors.default.brand.midnight,
|
|
183
181
|
padding: 10,
|
|
184
182
|
borderTopRightRadius: 8,
|
|
185
183
|
borderTopLeftRadius: 8
|
|
186
184
|
}
|
|
187
|
-
}, /*#__PURE__*/
|
|
185
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
188
186
|
style: {
|
|
189
187
|
marginBottom: 5
|
|
190
188
|
}
|
|
191
|
-
}, /*#__PURE__*/
|
|
189
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
192
190
|
size: 14,
|
|
193
191
|
color: _colors.default.shades.white
|
|
194
|
-
}, "MY RESULTS")), /*#__PURE__*/
|
|
192
|
+
}, "MY RESULTS")), /*#__PURE__*/React.createElement(_reactNative.FlatList, {
|
|
195
193
|
data: my_competition_player_brackets,
|
|
196
194
|
renderItem: renderLeaders,
|
|
197
195
|
keyExtractor: item => item.competition_player_bracket_id.toString()
|
|
198
|
-
})) : /*#__PURE__*/
|
|
196
|
+
})) : /*#__PURE__*/React.createElement(React.Fragment, null), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
199
197
|
style: {
|
|
200
198
|
padding: 10,
|
|
201
199
|
backgroundColor: _colors.default.shades.shade100,
|
|
202
200
|
borderRadius: 8
|
|
203
201
|
}
|
|
204
|
-
}, /*#__PURE__*/
|
|
202
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
205
203
|
style: {
|
|
206
204
|
marginBottom: 5
|
|
207
205
|
}
|
|
208
|
-
}, /*#__PURE__*/
|
|
206
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
209
207
|
size: 14,
|
|
210
208
|
color: _colors.default.brand.midnight
|
|
211
|
-
}, "RESULTS")), loading ? /*#__PURE__*/
|
|
209
|
+
}, "RESULTS")), loading ? /*#__PURE__*/React.createElement(_reactNative.ActivityIndicator, {
|
|
212
210
|
size: "large",
|
|
213
211
|
color: _colors.default.brand.midnight,
|
|
214
212
|
style: {
|
|
215
213
|
padding: 25,
|
|
216
214
|
alignSelf: 'center'
|
|
217
215
|
}
|
|
218
|
-
}) : /*#__PURE__*/
|
|
216
|
+
}) : /*#__PURE__*/React.createElement(_reactNative.FlatList, {
|
|
219
217
|
data: visible_leaders,
|
|
220
218
|
renderItem: renderLeaders,
|
|
221
219
|
keyExtractor: item => item.competition_player_bracket_id.toString()
|
|
222
|
-
})), view_mode == 'short' && onViewFull ? /*#__PURE__*/
|
|
220
|
+
})), view_mode == 'short' && onViewFull ? /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
223
221
|
style: {
|
|
224
222
|
padding: 10
|
|
225
223
|
}
|
|
226
|
-
}, /*#__PURE__*/
|
|
224
|
+
}, /*#__PURE__*/React.createElement(_Components.Button, {
|
|
227
225
|
title: "View Full Leaderboard",
|
|
228
226
|
title_color: _colors.default.brand.electric,
|
|
229
227
|
backgroundColor: "transparent",
|
|
230
228
|
onPress: () => onViewFull()
|
|
231
|
-
})) : /*#__PURE__*/
|
|
229
|
+
})) : /*#__PURE__*/React.createElement(React.Fragment, null)), onClose ? /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
232
230
|
style: {
|
|
233
231
|
padding: 10,
|
|
234
232
|
..._styles.view_styles.float
|
|
235
233
|
}
|
|
236
|
-
}, /*#__PURE__*/
|
|
234
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
237
235
|
style: {
|
|
238
236
|
padding: 10,
|
|
239
237
|
flexDirection: 'row',
|
|
240
238
|
alignItems: 'center',
|
|
241
239
|
justifyContent: 'space-between'
|
|
242
240
|
}
|
|
243
|
-
}, offset > 0 ? /*#__PURE__*/
|
|
241
|
+
}, offset > 0 ? /*#__PURE__*/React.createElement(_Components.Button, {
|
|
244
242
|
title: "PREV",
|
|
245
243
|
title_color: _colors.default.brand.electric,
|
|
246
244
|
backgroundColor: "transparent",
|
|
247
245
|
onPress: () => getLeaders(bracket_competition_id, offset - 1)
|
|
248
|
-
}) : /*#__PURE__*/
|
|
246
|
+
}) : /*#__PURE__*/React.createElement(_reactNative.View, null), /*#__PURE__*/React.createElement(_Components.Button, {
|
|
249
247
|
title: "NEXT",
|
|
250
248
|
title_color: _colors.default.brand.electric,
|
|
251
249
|
backgroundColor: "transparent",
|
|
252
250
|
onPress: () => getLeaders(bracket_competition_id, offset + 1)
|
|
253
|
-
})), /*#__PURE__*/
|
|
251
|
+
})), /*#__PURE__*/React.createElement(_Components.Button, {
|
|
254
252
|
title: "Close",
|
|
255
253
|
style: {
|
|
256
254
|
padding: 15
|
|
@@ -258,7 +256,7 @@ const CompetitionLeaderboard = ({
|
|
|
258
256
|
title_color: _colors.default.shades.white,
|
|
259
257
|
backgroundColor: _colors.default.utility.error,
|
|
260
258
|
onPress: () => onClose()
|
|
261
|
-
})) : /*#__PURE__*/
|
|
259
|
+
})) : /*#__PURE__*/React.createElement(React.Fragment, null));
|
|
262
260
|
};
|
|
263
261
|
var _default = exports.default = CompetitionLeaderboard;
|
|
264
262
|
//# sourceMappingURL=CompetitionLeaderboard.js.map
|
|
@@ -1 +1 @@
|
|
|
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":[]}
|
|
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":[]}
|
|
@@ -4,15 +4,13 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
var _react =
|
|
7
|
+
var _react = 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; }
|
|
16
14
|
const JoinCompetitionCard = ({
|
|
17
15
|
player,
|
|
18
16
|
player_balance,
|
|
@@ -35,37 +33,37 @@ const JoinCompetitionCard = ({
|
|
|
35
33
|
const cpb = _api.BracketCompetitionHelpers.generateCompetitionPlayerBracket(bracket_competition.bracket_competition_id, player_bracket.player_bracket_id);
|
|
36
34
|
onEnterCompetition(cpb);
|
|
37
35
|
};
|
|
38
|
-
return /*#__PURE__*/
|
|
36
|
+
return /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
39
37
|
style: {
|
|
40
38
|
minWidth: 300,
|
|
41
39
|
backgroundColor: _colors.default.shades.white,
|
|
42
40
|
borderRadius: 8
|
|
43
41
|
}
|
|
44
|
-
}, /*#__PURE__*/
|
|
42
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
45
43
|
style: {
|
|
46
44
|
borderTopRightRadius: 8,
|
|
47
45
|
borderTopLeftRadius: 8,
|
|
48
46
|
backgroundColor: _colors.default.shades.shade100,
|
|
49
47
|
padding: 15
|
|
50
48
|
}
|
|
51
|
-
}, /*#__PURE__*/
|
|
49
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
52
50
|
size: 16,
|
|
53
51
|
color: _colors.default.brand.midnight,
|
|
54
52
|
weight: "bold"
|
|
55
|
-
}, bracket_competition.competition_name)), player && player_balance ? /*#__PURE__*/
|
|
53
|
+
}, bracket_competition.competition_name)), player && player_balance ? /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
56
54
|
style: {
|
|
57
55
|
padding: 5,
|
|
58
56
|
backgroundColor: _colors.default.incentive.gold_faded
|
|
59
57
|
}
|
|
60
|
-
}, /*#__PURE__*/
|
|
58
|
+
}, /*#__PURE__*/React.createElement(_PlayerBalanceCard.default, {
|
|
61
59
|
player: player,
|
|
62
60
|
player_balance: player_balance
|
|
63
|
-
})) : /*#__PURE__*/
|
|
61
|
+
})) : /*#__PURE__*/React.createElement(React.Fragment, null), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
64
62
|
style: {
|
|
65
63
|
justifyContent: 'center',
|
|
66
64
|
alignItems: 'center'
|
|
67
65
|
}
|
|
68
|
-
}, /*#__PURE__*/
|
|
66
|
+
}, /*#__PURE__*/React.createElement(_reactNative.Image, {
|
|
69
67
|
source: {
|
|
70
68
|
uri: bracket_competition.image?.url
|
|
71
69
|
},
|
|
@@ -74,28 +72,28 @@ const JoinCompetitionCard = ({
|
|
|
74
72
|
width: 240
|
|
75
73
|
},
|
|
76
74
|
resizeMode: "cover"
|
|
77
|
-
})), /*#__PURE__*/
|
|
75
|
+
})), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
78
76
|
style: {
|
|
79
77
|
flexDirection: 'row',
|
|
80
78
|
alignItems: 'center',
|
|
81
79
|
padding: 10
|
|
82
80
|
}
|
|
83
|
-
}, /*#__PURE__*/
|
|
81
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
84
82
|
style: {
|
|
85
83
|
flex: 1
|
|
86
84
|
}
|
|
87
|
-
}, /*#__PURE__*/
|
|
85
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
88
86
|
size: 14,
|
|
89
87
|
color: _colors.default.brand.midnight,
|
|
90
88
|
weight: "bold"
|
|
91
|
-
}, player_bracket.bracket_name), /*#__PURE__*/
|
|
89
|
+
}, player_bracket.bracket_name), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
92
90
|
style: {
|
|
93
91
|
marginTop: 3
|
|
94
92
|
},
|
|
95
93
|
size: 12,
|
|
96
94
|
color: _colors.default.brand.slate,
|
|
97
95
|
weight: "regular"
|
|
98
|
-
}, (player_bracket.completion_pct * 100).toFixed(2), "% Complete"))), bracket_competition.opt_in_url ? /*#__PURE__*/
|
|
96
|
+
}, (player_bracket.completion_pct * 100).toFixed(2), "% Complete"))), bracket_competition.opt_in_url ? /*#__PURE__*/React.createElement(_reactNative.TouchableOpacity, {
|
|
99
97
|
style: {
|
|
100
98
|
flexDirection: 'row',
|
|
101
99
|
alignItems: 'center',
|
|
@@ -103,12 +101,12 @@ const JoinCompetitionCard = ({
|
|
|
103
101
|
backgroundColor: _colors.default.shades.shade100
|
|
104
102
|
},
|
|
105
103
|
onPress: () => setDisclaimed(!disclaimed)
|
|
106
|
-
}, /*#__PURE__*/
|
|
104
|
+
}, /*#__PURE__*/React.createElement(_Components.Checkbox, {
|
|
107
105
|
size: 24,
|
|
108
106
|
checked: disclaimed,
|
|
109
107
|
disabled: true,
|
|
110
108
|
onSelect: () => console.log('')
|
|
111
|
-
}), /*#__PURE__*/
|
|
109
|
+
}), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
112
110
|
color: _colors.default.brand.midnight,
|
|
113
111
|
weight: "regular",
|
|
114
112
|
size: 14,
|
|
@@ -116,13 +114,13 @@ const JoinCompetitionCard = ({
|
|
|
116
114
|
flex: 1,
|
|
117
115
|
marginLeft: 10
|
|
118
116
|
}
|
|
119
|
-
}, "I agree to the terms and conditiions outlined ", /*#__PURE__*/
|
|
117
|
+
}, "I agree to the terms and conditiions outlined ", /*#__PURE__*/React.createElement(_reactNative.TouchableOpacity, {
|
|
120
118
|
onPress: () => _reactNative.Linking.openURL(bracket_competition.opt_in_url ?? '')
|
|
121
|
-
}, /*#__PURE__*/
|
|
119
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
122
120
|
size: 14,
|
|
123
121
|
color: _colors.default.brand.electric,
|
|
124
122
|
weight: "bold"
|
|
125
|
-
}, "HERE")))) : /*#__PURE__*/
|
|
123
|
+
}, "HERE")))) : /*#__PURE__*/React.createElement(React.Fragment, null), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
126
124
|
style: {
|
|
127
125
|
flexDirection: 'row',
|
|
128
126
|
alignItems: 'center',
|
|
@@ -131,7 +129,7 @@ const JoinCompetitionCard = ({
|
|
|
131
129
|
borderBottomRightRadius: 8,
|
|
132
130
|
borderBottomLeftRadius: 8
|
|
133
131
|
}
|
|
134
|
-
}, /*#__PURE__*/
|
|
132
|
+
}, /*#__PURE__*/React.createElement(_Components.Button, {
|
|
135
133
|
title: "Close",
|
|
136
134
|
style: {
|
|
137
135
|
flex: 1,
|
|
@@ -142,7 +140,7 @@ const JoinCompetitionCard = ({
|
|
|
142
140
|
borderWidth: 1,
|
|
143
141
|
borderColor: _colors.default.brand.electric,
|
|
144
142
|
onPress: () => onClose()
|
|
145
|
-
}), /*#__PURE__*/
|
|
143
|
+
}), /*#__PURE__*/React.createElement(_Components.Button, {
|
|
146
144
|
title: buy_in_label,
|
|
147
145
|
disabled: loading || !disclaimed,
|
|
148
146
|
style: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","
|
|
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","React","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,7 +4,6 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
var _react = _interopRequireDefault(require("react"));
|
|
8
7
|
var _reactNative = require("react-native");
|
|
9
8
|
var _colors = _interopRequireDefault(require("../../constants/colors"));
|
|
10
9
|
var _Components = require("../../Components");
|
|
@@ -13,12 +12,12 @@ const PlayerBalanceCard = ({
|
|
|
13
12
|
player,
|
|
14
13
|
player_balance
|
|
15
14
|
}) => {
|
|
16
|
-
return /*#__PURE__*/
|
|
15
|
+
return /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
17
16
|
style: {
|
|
18
17
|
flexDirection: 'row',
|
|
19
18
|
alignItems: 'center'
|
|
20
19
|
}
|
|
21
|
-
}, /*#__PURE__*/
|
|
20
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, null, /*#__PURE__*/React.createElement(_reactNative.Image, {
|
|
22
21
|
source: {
|
|
23
22
|
uri: player.profile_pic
|
|
24
23
|
},
|
|
@@ -28,22 +27,22 @@ const PlayerBalanceCard = ({
|
|
|
28
27
|
borderRadius: 100
|
|
29
28
|
},
|
|
30
29
|
resizeMode: "cover"
|
|
31
|
-
})), /*#__PURE__*/
|
|
30
|
+
})), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
32
31
|
style: {
|
|
33
32
|
flex: 1,
|
|
34
33
|
marginLeft: 10
|
|
35
34
|
}
|
|
36
|
-
}, /*#__PURE__*/
|
|
35
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
37
36
|
size: 14,
|
|
38
37
|
color: _colors.default.brand.midnight,
|
|
39
38
|
weight: "bold"
|
|
40
|
-
}, player.first_name, " ", player.last_name), /*#__PURE__*/
|
|
39
|
+
}, player.first_name, " ", player.last_name), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
41
40
|
style: {
|
|
42
41
|
marginTop: 3
|
|
43
42
|
},
|
|
44
43
|
size: 12,
|
|
45
44
|
color: _colors.default.brand.slate
|
|
46
|
-
}, "P", player_balance.promo_balance.toFixed(2), " - E", player_balance.free_market_balance.toFixed(2))), /*#__PURE__*/
|
|
45
|
+
}, "P", player_balance.promo_balance.toFixed(2), " - E", player_balance.free_market_balance.toFixed(2))), /*#__PURE__*/React.createElement(_reactNative.View, null, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
47
46
|
size: 14,
|
|
48
47
|
color: _colors.default.brand.midnight,
|
|
49
48
|
weight: "bold"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["_reactNative","require","_colors","_interopRequireDefault","_Components","obj","__esModule","default","PlayerBalanceCard","player","player_balance","React","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":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AAEA,IAAAC,OAAA,GAAAC,sBAAA,CAAAF,OAAA;AACA,IAAAG,WAAA,GAAAH,OAAA;AAAwC,SAAAE,uBAAAE,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,KAAAE,OAAA,EAAAF,GAAA;AAOxC,MAAMG,iBAAiB,GAAGA,CAAC;EAAEC,MAAM;EAAEC;AAAsC,CAAC,KAAK;EAE7E,oBACIC,KAAA,CAAAC,aAAA,CAACZ,YAAA,CAAAa,IAAI;IAACC,KAAK,EAAE;MAAEC,aAAa,EAAC,KAAK;MAAEC,UAAU,EAAC;IAAS;EAAE,gBACtDL,KAAA,CAAAC,aAAA,CAACZ,YAAA,CAAAa,IAAI,qBACDF,KAAA,CAAAC,aAAA,CAACZ,YAAA,CAAAiB,KAAK;IACFC,MAAM,EAAE;MAAEC,GAAG,EAAEV,MAAM,CAACW;IAAY,CAAE;IACpCN,KAAK,EAAE;MAAEO,MAAM,EAAC,EAAE;MAAEC,KAAK,EAAC,EAAE;MAAEC,YAAY,EAAC;IAAI,CAAE;IACjDC,UAAU,EAAC;EAAO,CACrB,CACC,CAAC,eACPb,KAAA,CAAAC,aAAA,CAACZ,YAAA,CAAAa,IAAI;IAACC,KAAK,EAAE;MAAEW,IAAI,EAAC,CAAC;MAAEC,UAAU,EAAC;IAAG;EAAE,gBACnCf,KAAA,CAAAC,aAAA,CAACR,WAAA,CAAAuB,IAAI;IAACC,IAAI,EAAE,EAAG;IAACC,KAAK,EAAEC,eAAM,CAACC,KAAK,CAACC,QAAS;IAACC,MAAM,EAAC;EAAM,GAAExB,MAAM,CAACyB,UAAU,EAAC,GAAC,EAACzB,MAAM,CAAC0B,SAAgB,CAAC,eACzGxB,KAAA,CAAAC,aAAA,CAACR,WAAA,CAAAuB,IAAI;IAACb,KAAK,EAAE;MAAEsB,SAAS,EAAC;IAAE,CAAE;IAACR,IAAI,EAAE,EAAG;IAACC,KAAK,EAAEC,eAAM,CAACC,KAAK,CAACM;EAAM,GAAC,GAAC,EAAC3B,cAAc,CAAC4B,aAAa,CAACC,OAAO,CAAC,CAAC,CAAC,EAAC,MAAI,EAAC7B,cAAc,CAAC8B,mBAAmB,CAACD,OAAO,CAAC,CAAC,CAAQ,CACpK,CAAC,eACP5B,KAAA,CAAAC,aAAA,CAACZ,YAAA,CAAAa,IAAI,qBACDF,KAAA,CAAAC,aAAA,CAACR,WAAA,CAAAuB,IAAI;IAACC,IAAI,EAAE,EAAG;IAACC,KAAK,EAAEC,eAAM,CAACC,KAAK,CAACC,QAAS;IAACC,MAAM,EAAC;EAAM,GAAC,GAAC,EAACvB,cAAc,CAAC+B,OAAO,CAACF,OAAO,CAAC,CAAC,CAAQ,CACpG,CACJ,CAAC;AAEf,CAAC;AAAA,IAAAG,QAAA,GAAAC,OAAA,CAAApC,OAAA,GAEcC,iBAAiB","ignoreList":[]}
|