be-components 1.0.9 → 1.1.1
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 +8 -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 +1 -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 +1 -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"));
|
|
@@ -14,8 +14,6 @@ var _CompetitionLeaderboard = _interopRequireDefault(require("./CompetitionLeade
|
|
|
14
14
|
var _JoinCompetitionCard = _interopRequireDefault(require("./JoinCompetitionCard"));
|
|
15
15
|
var _styles = require("../../constants/styles");
|
|
16
16
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
17
|
-
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
18
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
19
17
|
const BracketCompetitionCard = ({
|
|
20
18
|
visible,
|
|
21
19
|
player_balance,
|
|
@@ -122,34 +120,34 @@ const BracketCompetitionCard = ({
|
|
|
122
120
|
};
|
|
123
121
|
const renderPlayerBrackets = data => {
|
|
124
122
|
const cpb = my_comp_player_brackets.find(mcpb => mcpb.player_bracket_id == data.item.player_bracket_id);
|
|
125
|
-
return /*#__PURE__*/
|
|
123
|
+
return /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
126
124
|
style: {
|
|
127
125
|
flexDirection: 'row',
|
|
128
126
|
padding: 5
|
|
129
127
|
}
|
|
130
|
-
}, /*#__PURE__*/
|
|
128
|
+
}, /*#__PURE__*/React.createElement(_reactNative.TouchableOpacity, {
|
|
131
129
|
style: {
|
|
132
130
|
flex: 1
|
|
133
131
|
},
|
|
134
132
|
onPress: () => onViewBracket(data.item.bracket_id)
|
|
135
|
-
}, /*#__PURE__*/
|
|
133
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
136
134
|
size: 14,
|
|
137
135
|
color: _colors.default.brand.midnight,
|
|
138
136
|
weight: "bold"
|
|
139
|
-
}, data.item.bracket_name), /*#__PURE__*/
|
|
137
|
+
}, data.item.bracket_name), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
140
138
|
style: {
|
|
141
139
|
marginTop: 3
|
|
142
140
|
},
|
|
143
141
|
size: 12,
|
|
144
142
|
color: _colors.default.brand.midnight,
|
|
145
143
|
weight: "regular"
|
|
146
|
-
}, (data.item.completion_pct * 100).toFixed(2), "% Complete")), !cpb ? /*#__PURE__*/
|
|
144
|
+
}, (data.item.completion_pct * 100).toFixed(2), "% Complete")), !cpb ? /*#__PURE__*/React.createElement(_Components.Button, {
|
|
147
145
|
title: "Join",
|
|
148
146
|
loading: action_loading,
|
|
149
147
|
backgroundColor: _colors.default.utility.success,
|
|
150
148
|
title_color: _colors.default.shades.white,
|
|
151
149
|
onPress: () => setJoiningBracket(data.item)
|
|
152
|
-
}) : cpb && can_leave ? /*#__PURE__*/
|
|
150
|
+
}) : cpb && can_leave ? /*#__PURE__*/React.createElement(_Components.Button, {
|
|
153
151
|
title: "Leave",
|
|
154
152
|
disabled: action_loading,
|
|
155
153
|
style: {
|
|
@@ -159,39 +157,39 @@ const BracketCompetitionCard = ({
|
|
|
159
157
|
backgroundColor: _colors.default.utility.error,
|
|
160
158
|
title_color: _colors.default.shades.white,
|
|
161
159
|
onPress: () => handleLeave(cpb.competition_player_bracket_id)
|
|
162
|
-
}) : /*#__PURE__*/
|
|
160
|
+
}) : /*#__PURE__*/React.createElement(React.Fragment, null));
|
|
163
161
|
};
|
|
164
162
|
const renderRules = data => {
|
|
165
163
|
if (!bracket) {
|
|
166
|
-
return /*#__PURE__*/
|
|
164
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null);
|
|
167
165
|
}
|
|
168
166
|
const bracket_round = bracket_rounds.find(br => br.round_number == data.item.round_number);
|
|
169
167
|
if (!bracket_round) {
|
|
170
|
-
return /*#__PURE__*/
|
|
168
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null);
|
|
171
169
|
}
|
|
172
|
-
return /*#__PURE__*/
|
|
170
|
+
return /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
173
171
|
style: {
|
|
174
172
|
flexDirection: 'row',
|
|
175
173
|
padding: 10
|
|
176
174
|
}
|
|
177
|
-
}, /*#__PURE__*/
|
|
175
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
178
176
|
style: {
|
|
179
177
|
flex: 1
|
|
180
178
|
},
|
|
181
179
|
size: 14,
|
|
182
180
|
color: _colors.default.brand.midnight,
|
|
183
181
|
weight: "bold"
|
|
184
|
-
}, bracket_round.round_name), /*#__PURE__*/
|
|
182
|
+
}, bracket_round.round_name), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
185
183
|
size: 14,
|
|
186
184
|
color: _colors.default.brand.midnight,
|
|
187
185
|
weight: "bold"
|
|
188
186
|
}, data.item.win_points, " Points"));
|
|
189
187
|
};
|
|
190
188
|
if (!visible) {
|
|
191
|
-
return /*#__PURE__*/
|
|
189
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null);
|
|
192
190
|
}
|
|
193
191
|
if (!loaded || !bracket_competition || !bracket || loading) {
|
|
194
|
-
return /*#__PURE__*/
|
|
192
|
+
return /*#__PURE__*/React.createElement(_reactNative.View, null, /*#__PURE__*/React.createElement(_reactNative.ActivityIndicator, {
|
|
195
193
|
style: {
|
|
196
194
|
padding: 20,
|
|
197
195
|
alignSelf: 'center'
|
|
@@ -201,39 +199,39 @@ const BracketCompetitionCard = ({
|
|
|
201
199
|
}));
|
|
202
200
|
}
|
|
203
201
|
let payout = _api.BracketCompetitionHelpers.getPayout(bracket_competition);
|
|
204
|
-
return /*#__PURE__*/
|
|
202
|
+
return /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
205
203
|
style: {
|
|
206
204
|
flex: 1,
|
|
207
205
|
backgroundColor: _colors.default.shades.shade100
|
|
208
206
|
}
|
|
209
|
-
}, /*#__PURE__*/
|
|
207
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
210
208
|
style: {
|
|
211
209
|
borderBottomWidth: 1,
|
|
212
210
|
borderColor: _colors.default.shades.shade600,
|
|
213
211
|
backgroundColor: _colors.default.shades.white
|
|
214
212
|
}
|
|
215
|
-
}, /*#__PURE__*/
|
|
213
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
216
214
|
style: {
|
|
217
215
|
padding: 20,
|
|
218
216
|
flexDirection: 'row',
|
|
219
217
|
alignItems: 'center'
|
|
220
218
|
}
|
|
221
|
-
}, /*#__PURE__*/
|
|
219
|
+
}, /*#__PURE__*/React.createElement(_reactNative.TouchableOpacity, {
|
|
222
220
|
style: {
|
|
223
221
|
flex: 1,
|
|
224
222
|
flexDirection: 'row',
|
|
225
223
|
alignItems: 'center'
|
|
226
224
|
},
|
|
227
225
|
onPress: () => onClose()
|
|
228
|
-
}, /*#__PURE__*/
|
|
226
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
229
227
|
style: {
|
|
230
228
|
padding: 10
|
|
231
229
|
}
|
|
232
|
-
}, /*#__PURE__*/
|
|
230
|
+
}, /*#__PURE__*/React.createElement(_Components.Icons.ChevronIcon, {
|
|
233
231
|
size: 12,
|
|
234
232
|
color: _colors.default.brand.midnight,
|
|
235
233
|
direction: "left"
|
|
236
|
-
})), /*#__PURE__*/
|
|
234
|
+
})), /*#__PURE__*/React.createElement(_reactNative.View, null, /*#__PURE__*/React.createElement(_reactNative.Image, {
|
|
237
235
|
source: {
|
|
238
236
|
uri: bracket_competition.image?.url
|
|
239
237
|
},
|
|
@@ -243,39 +241,39 @@ const BracketCompetitionCard = ({
|
|
|
243
241
|
borderRadius: 4
|
|
244
242
|
},
|
|
245
243
|
resizeMode: "cover"
|
|
246
|
-
})), /*#__PURE__*/
|
|
244
|
+
})), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
247
245
|
style: {
|
|
248
246
|
flex: 1,
|
|
249
247
|
marginLeft: 10
|
|
250
248
|
}
|
|
251
|
-
}, /*#__PURE__*/
|
|
249
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
252
250
|
weight: "bold",
|
|
253
251
|
size: 14,
|
|
254
252
|
color: _colors.default.brand.midnight
|
|
255
|
-
}, bracket_competition.competition_name), /*#__PURE__*/
|
|
253
|
+
}, bracket_competition.competition_name), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
256
254
|
style: {
|
|
257
255
|
marginTop: 4
|
|
258
256
|
},
|
|
259
257
|
size: 12,
|
|
260
258
|
color: _colors.default.brand.slate
|
|
261
|
-
}, bracket_competition.competition_description))), /*#__PURE__*/
|
|
259
|
+
}, bracket_competition.competition_description))), /*#__PURE__*/React.createElement(_reactNative.TouchableOpacity, {
|
|
262
260
|
style: {
|
|
263
261
|
padding: 10
|
|
264
262
|
},
|
|
265
263
|
onPress: () => onShareCompetition(bracket_competition.bracket_competition_id)
|
|
266
|
-
}, /*#__PURE__*/
|
|
264
|
+
}, /*#__PURE__*/React.createElement(_Components.Icons.ShareIcon, {
|
|
267
265
|
color: _colors.default.brand.electric,
|
|
268
266
|
size: 12
|
|
269
|
-
})))), /*#__PURE__*/
|
|
267
|
+
})))), /*#__PURE__*/React.createElement(_reactNative.ScrollView, {
|
|
270
268
|
style: {
|
|
271
269
|
flex: 1
|
|
272
270
|
}
|
|
273
|
-
}, /*#__PURE__*/
|
|
271
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
274
272
|
style: local_styles.header
|
|
275
|
-
}, /*#__PURE__*/
|
|
273
|
+
}, /*#__PURE__*/React.createElement(_reactNative.TouchableOpacity, {
|
|
276
274
|
style: local_styles.section_header,
|
|
277
275
|
onPress: () => setShowBracket(!show_bracket)
|
|
278
|
-
}, /*#__PURE__*/
|
|
276
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, null, /*#__PURE__*/React.createElement(_reactNative.Image, {
|
|
279
277
|
source: {
|
|
280
278
|
uri: 'https://res.cloudinary.com/hoabts6mc/image/upload/v1677259366/Bracket_image_h0fkku.webp'
|
|
281
279
|
},
|
|
@@ -285,90 +283,90 @@ const BracketCompetitionCard = ({
|
|
|
285
283
|
borderRadius: 4
|
|
286
284
|
},
|
|
287
285
|
resizeMode: "cover"
|
|
288
|
-
})), /*#__PURE__*/
|
|
286
|
+
})), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
289
287
|
style: {
|
|
290
288
|
flex: 1,
|
|
291
289
|
marginLeft: 10
|
|
292
290
|
}
|
|
293
|
-
}, /*#__PURE__*/
|
|
291
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
294
292
|
size: 16,
|
|
295
293
|
color: _colors.default.brand.midnight,
|
|
296
294
|
weight: "bold"
|
|
297
|
-
}, bracket.bracket_name), /*#__PURE__*/
|
|
295
|
+
}, bracket.bracket_name), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
298
296
|
style: {
|
|
299
297
|
marginTop: 3
|
|
300
298
|
},
|
|
301
299
|
size: 14,
|
|
302
300
|
color: _colors.default.brand.slate,
|
|
303
301
|
weight: "regular"
|
|
304
|
-
}, "Bracket starts ", (0, _momentMini.default)(bracket.scheduled_datetime).format('MMM DD YYYY hh:mm a'))), /*#__PURE__*/
|
|
302
|
+
}, "Bracket starts ", (0, _momentMini.default)(bracket.scheduled_datetime).format('MMM DD YYYY hh:mm a'))), /*#__PURE__*/React.createElement(_Components.Icons.ChevronIcon, {
|
|
305
303
|
size: 10,
|
|
306
304
|
direction: show_bracket ? 'up' : 'down',
|
|
307
305
|
color: _colors.default.brand.midnight
|
|
308
|
-
})), show_bracket ? /*#__PURE__*/
|
|
306
|
+
})), show_bracket ? /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
309
307
|
style: {
|
|
310
308
|
padding: 20
|
|
311
309
|
}
|
|
312
|
-
}, my_player_brackets.length > 0 ? /*#__PURE__*/
|
|
310
|
+
}, my_player_brackets.length > 0 ? /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
313
311
|
style: {
|
|
314
312
|
borderWidth: 1,
|
|
315
313
|
borderColor: _colors.default.shades.shade600,
|
|
316
314
|
borderRadius: 8
|
|
317
315
|
}
|
|
318
|
-
}, /*#__PURE__*/
|
|
316
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
319
317
|
style: {
|
|
320
318
|
borderBottomWidth: 1,
|
|
321
319
|
borderBottomColor: _colors.default.shades.shade600,
|
|
322
320
|
padding: 10
|
|
323
321
|
}
|
|
324
|
-
}, /*#__PURE__*/
|
|
322
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
325
323
|
size: 16,
|
|
326
324
|
color: _colors.default.brand.slate,
|
|
327
325
|
weight: "regular"
|
|
328
|
-
}, "MY ELIGIBLE BRACKETS")), /*#__PURE__*/
|
|
326
|
+
}, "MY ELIGIBLE BRACKETS")), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
329
327
|
style: {
|
|
330
328
|
padding: 10
|
|
331
329
|
}
|
|
332
|
-
}, /*#__PURE__*/
|
|
330
|
+
}, /*#__PURE__*/React.createElement(_reactNative.FlatList, {
|
|
333
331
|
data: my_player_brackets,
|
|
334
332
|
renderItem: renderPlayerBrackets,
|
|
335
333
|
keyExtractor: item => item.player_bracket_id.toString()
|
|
336
|
-
}))) : /*#__PURE__*/
|
|
334
|
+
}))) : /*#__PURE__*/React.createElement(React.Fragment, null), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
337
335
|
style: {
|
|
338
336
|
margin: 10,
|
|
339
337
|
marginBottom: 0
|
|
340
338
|
}
|
|
341
|
-
}, /*#__PURE__*/
|
|
339
|
+
}, /*#__PURE__*/React.createElement(_Components.Button, {
|
|
342
340
|
title: "Fill Out Bracket",
|
|
343
341
|
padding: 15,
|
|
344
342
|
title_color: _colors.default.shades.white,
|
|
345
343
|
backgroundColor: _colors.default.brand.electric,
|
|
346
344
|
onPress: () => onViewBracket(bracket.bracket_id)
|
|
347
|
-
}))) : /*#__PURE__*/
|
|
345
|
+
}))) : /*#__PURE__*/React.createElement(React.Fragment, null)), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
348
346
|
style: local_styles.header
|
|
349
|
-
}, /*#__PURE__*/
|
|
347
|
+
}, /*#__PURE__*/React.createElement(_reactNative.TouchableOpacity, {
|
|
350
348
|
style: local_styles.section_header,
|
|
351
349
|
onPress: () => setShowInfo(!show_info)
|
|
352
|
-
}, /*#__PURE__*/
|
|
350
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
353
351
|
style: {
|
|
354
352
|
flex: 1
|
|
355
353
|
}
|
|
356
|
-
}, /*#__PURE__*/
|
|
354
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
357
355
|
size: 16,
|
|
358
356
|
color: _colors.default.brand.midnight,
|
|
359
357
|
weight: "bold"
|
|
360
|
-
}, "COMPETITION DETAILS"), /*#__PURE__*/
|
|
358
|
+
}, "COMPETITION DETAILS"), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
361
359
|
style: {
|
|
362
360
|
marginTop: 3
|
|
363
361
|
},
|
|
364
362
|
size: 14,
|
|
365
363
|
color: _colors.default.brand.slate,
|
|
366
364
|
weight: "regular"
|
|
367
|
-
}, "Detailed Information on this competition")), /*#__PURE__*/
|
|
365
|
+
}, "Detailed Information on this competition")), /*#__PURE__*/React.createElement(_Components.Icons.ChevronIcon, {
|
|
368
366
|
size: 10,
|
|
369
367
|
direction: show_info ? 'up' : 'down',
|
|
370
368
|
color: _colors.default.brand.midnight
|
|
371
|
-
})), show_info ? /*#__PURE__*/
|
|
369
|
+
})), show_info ? /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
372
370
|
style: {
|
|
373
371
|
padding: 10,
|
|
374
372
|
margin: 10,
|
|
@@ -376,96 +374,96 @@ const BracketCompetitionCard = ({
|
|
|
376
374
|
borderRadius: 8,
|
|
377
375
|
borderColor: _colors.default.shades.shade600
|
|
378
376
|
}
|
|
379
|
-
}, /*#__PURE__*/
|
|
377
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
380
378
|
style: {
|
|
381
379
|
flexDirection: 'row',
|
|
382
380
|
alignItems: 'center',
|
|
383
381
|
padding: 5
|
|
384
382
|
}
|
|
385
|
-
}, /*#__PURE__*/
|
|
383
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
386
384
|
style: {
|
|
387
385
|
flex: 1
|
|
388
386
|
},
|
|
389
387
|
size: 14,
|
|
390
388
|
weight: "bold",
|
|
391
389
|
color: _colors.default.brand.midnight
|
|
392
|
-
}, "Entries"), /*#__PURE__*/
|
|
390
|
+
}, "Entries"), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
393
391
|
size: 14,
|
|
394
392
|
color: _colors.default.brand.midnight,
|
|
395
393
|
weight: "bold"
|
|
396
|
-
}, bracket_competition.tickets_sold, " / ", bracket_competition.max_brackets)), /*#__PURE__*/
|
|
394
|
+
}, bracket_competition.tickets_sold, " / ", bracket_competition.max_brackets)), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
397
395
|
style: {
|
|
398
396
|
flexDirection: 'row',
|
|
399
397
|
alignItems: 'center',
|
|
400
398
|
padding: 5
|
|
401
399
|
}
|
|
402
|
-
}, /*#__PURE__*/
|
|
400
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
403
401
|
style: {
|
|
404
402
|
flex: 1
|
|
405
403
|
},
|
|
406
404
|
size: 14,
|
|
407
405
|
weight: "bold",
|
|
408
406
|
color: _colors.default.brand.midnight
|
|
409
|
-
}, "Ticket Price"), /*#__PURE__*/
|
|
407
|
+
}, "Ticket Price"), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
410
408
|
size: 14,
|
|
411
409
|
color: _colors.default.brand.midnight,
|
|
412
410
|
weight: "bold"
|
|
413
|
-
}, "$", bracket_competition.buy_in.toFixed(2))), result_type ? /*#__PURE__*/
|
|
411
|
+
}, "$", bracket_competition.buy_in.toFixed(2))), result_type ? /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
414
412
|
style: {
|
|
415
413
|
flexDirection: 'row',
|
|
416
414
|
alignItems: 'center',
|
|
417
415
|
padding: 5
|
|
418
416
|
}
|
|
419
|
-
}, /*#__PURE__*/
|
|
417
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
420
418
|
style: {
|
|
421
419
|
flex: 1
|
|
422
420
|
},
|
|
423
421
|
size: 14,
|
|
424
422
|
weight: "bold",
|
|
425
423
|
color: _colors.default.brand.midnight
|
|
426
|
-
}, "Payout Type"), /*#__PURE__*/
|
|
424
|
+
}, "Payout Type"), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
427
425
|
size: 14,
|
|
428
426
|
color: _colors.default.brand.midnight,
|
|
429
427
|
weight: "bold"
|
|
430
|
-
}, result_type.label)) : /*#__PURE__*/
|
|
428
|
+
}, result_type.label)) : /*#__PURE__*/React.createElement(React.Fragment, null), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
431
429
|
style: {
|
|
432
430
|
flexDirection: 'row',
|
|
433
431
|
alignItems: 'center',
|
|
434
432
|
padding: 5
|
|
435
433
|
}
|
|
436
|
-
}, /*#__PURE__*/
|
|
434
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
437
435
|
style: {
|
|
438
436
|
flex: 1
|
|
439
437
|
},
|
|
440
438
|
size: 14,
|
|
441
439
|
weight: "bold",
|
|
442
440
|
color: _colors.default.brand.midnight
|
|
443
|
-
}, "Current Payout"), /*#__PURE__*/
|
|
441
|
+
}, "Current Payout"), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
444
442
|
size: 14,
|
|
445
443
|
color: _colors.default.brand.midnight,
|
|
446
444
|
weight: "bold"
|
|
447
|
-
}, "$", payout.toFixed(2))), bracket_competition.prize_override ? /*#__PURE__*/
|
|
445
|
+
}, "$", payout.toFixed(2))), bracket_competition.prize_override ? /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
448
446
|
style: {
|
|
449
447
|
marginTop: 5,
|
|
450
448
|
backgroundColor: _colors.default.incentive.gold_faded,
|
|
451
449
|
padding: 10,
|
|
452
450
|
borderRadius: 8
|
|
453
451
|
}
|
|
454
|
-
}, /*#__PURE__*/
|
|
452
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
455
453
|
style: {
|
|
456
454
|
padding: 5
|
|
457
455
|
}
|
|
458
|
-
}, /*#__PURE__*/
|
|
456
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
459
457
|
size: 14,
|
|
460
458
|
color: _colors.default.incentive.gold,
|
|
461
459
|
weight: "bold"
|
|
462
|
-
}, "Additional Prize")), /*#__PURE__*/
|
|
460
|
+
}, "Additional Prize")), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
463
461
|
style: {
|
|
464
462
|
padding: 5,
|
|
465
463
|
flexDirection: 'row',
|
|
466
464
|
alignItems: 'center'
|
|
467
465
|
}
|
|
468
|
-
}, /*#__PURE__*/
|
|
466
|
+
}, /*#__PURE__*/React.createElement(_reactNative.Image, {
|
|
469
467
|
source: {
|
|
470
468
|
uri: bracket_competition.prize_image?.url ?? 'https://res.cloudinary.com/hoabts6mc/image/upload/v1697121009/Medal_and_trophy_awarded_for_success_wkuk6r.png'
|
|
471
469
|
},
|
|
@@ -475,40 +473,40 @@ const BracketCompetitionCard = ({
|
|
|
475
473
|
borderRadius: 4
|
|
476
474
|
},
|
|
477
475
|
resizeMode: "cover"
|
|
478
|
-
}), /*#__PURE__*/
|
|
476
|
+
}), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
479
477
|
style: {
|
|
480
478
|
flex: 1,
|
|
481
479
|
marginLeft: 5
|
|
482
480
|
}
|
|
483
|
-
}, /*#__PURE__*/
|
|
481
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
484
482
|
size: 14,
|
|
485
483
|
color: _colors.default.brand.midnight,
|
|
486
484
|
weight: "bold"
|
|
487
|
-
}, bracket_competition.prize_override)))) : /*#__PURE__*/
|
|
485
|
+
}, bracket_competition.prize_override)))) : /*#__PURE__*/React.createElement(React.Fragment, null)) : /*#__PURE__*/React.createElement(React.Fragment, null)), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
488
486
|
style: local_styles.header
|
|
489
|
-
}, /*#__PURE__*/
|
|
487
|
+
}, /*#__PURE__*/React.createElement(_reactNative.TouchableOpacity, {
|
|
490
488
|
style: local_styles.section_header,
|
|
491
489
|
onPress: () => setShowRules(!show_rules)
|
|
492
|
-
}, /*#__PURE__*/
|
|
490
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
493
491
|
style: {
|
|
494
492
|
flex: 1
|
|
495
493
|
}
|
|
496
|
-
}, /*#__PURE__*/
|
|
494
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
497
495
|
size: 16,
|
|
498
496
|
color: _colors.default.brand.midnight,
|
|
499
497
|
weight: "bold"
|
|
500
|
-
}, "SCORING RULES"), /*#__PURE__*/
|
|
498
|
+
}, "SCORING RULES"), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
501
499
|
style: {
|
|
502
500
|
marginTop: 3
|
|
503
501
|
},
|
|
504
502
|
size: 14,
|
|
505
503
|
color: _colors.default.brand.slate,
|
|
506
504
|
weight: "regular"
|
|
507
|
-
}, "Rules on how picks are scored within each bracket round")), /*#__PURE__*/
|
|
505
|
+
}, "Rules on how picks are scored within each bracket round")), /*#__PURE__*/React.createElement(_Components.Icons.ChevronIcon, {
|
|
508
506
|
size: 10,
|
|
509
507
|
direction: show_rules ? 'up' : 'down',
|
|
510
508
|
color: _colors.default.brand.midnight
|
|
511
|
-
})), show_rules ? /*#__PURE__*/
|
|
509
|
+
})), show_rules ? /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
512
510
|
style: {
|
|
513
511
|
padding: 10,
|
|
514
512
|
marginBottom: 15,
|
|
@@ -517,69 +515,69 @@ const BracketCompetitionCard = ({
|
|
|
517
515
|
marginLeft: 10,
|
|
518
516
|
marginRight: 10
|
|
519
517
|
}
|
|
520
|
-
}, /*#__PURE__*/
|
|
518
|
+
}, /*#__PURE__*/React.createElement(_reactNative.FlatList, {
|
|
521
519
|
data: bracket_competition_scoring_rules.sort((a, b) => a.round_number - b.round_number),
|
|
522
520
|
renderItem: renderRules,
|
|
523
521
|
keyExtractor: item => item.bracket_competition_scoring_rule_id.toString()
|
|
524
|
-
})) : /*#__PURE__*/
|
|
522
|
+
})) : /*#__PURE__*/React.createElement(React.Fragment, null)), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
525
523
|
style: local_styles.header
|
|
526
|
-
}, /*#__PURE__*/
|
|
524
|
+
}, /*#__PURE__*/React.createElement(_reactNative.TouchableOpacity, {
|
|
527
525
|
style: local_styles.section_header,
|
|
528
526
|
onPress: () => setShowLeaders(!show_leaders)
|
|
529
|
-
}, /*#__PURE__*/
|
|
527
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
530
528
|
style: {
|
|
531
529
|
flex: 1
|
|
532
530
|
}
|
|
533
|
-
}, /*#__PURE__*/
|
|
531
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
534
532
|
size: 16,
|
|
535
533
|
color: _colors.default.brand.midnight,
|
|
536
534
|
weight: "bold"
|
|
537
|
-
}, "LEADERBOARD"), /*#__PURE__*/
|
|
535
|
+
}, "LEADERBOARD"), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
538
536
|
style: {
|
|
539
537
|
marginTop: 3
|
|
540
538
|
},
|
|
541
539
|
size: 14,
|
|
542
540
|
color: _colors.default.brand.slate,
|
|
543
541
|
weight: "regular"
|
|
544
|
-
}, "Leaderboard showing points and the current payouts.")), /*#__PURE__*/
|
|
542
|
+
}, "Leaderboard showing points and the current payouts.")), /*#__PURE__*/React.createElement(_Components.Icons.ChevronIcon, {
|
|
545
543
|
size: 10,
|
|
546
544
|
direction: show_leaders ? 'up' : 'down',
|
|
547
545
|
color: _colors.default.brand.midnight
|
|
548
|
-
})), show_leaders ? /*#__PURE__*/
|
|
546
|
+
})), show_leaders ? /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
549
547
|
style: {
|
|
550
548
|
padding: 10
|
|
551
549
|
}
|
|
552
|
-
}, /*#__PURE__*/
|
|
550
|
+
}, /*#__PURE__*/React.createElement(_CompetitionLeaderboard.default, {
|
|
553
551
|
my_competition_player_brackets: my_comp_player_brackets,
|
|
554
552
|
my_player_brackets: my_player_brackets,
|
|
555
553
|
bracket_competition_id: bracket_competition.bracket_competition_id,
|
|
556
554
|
view_mode: "short",
|
|
557
555
|
show_champions: _api.BracketCompetitionHelpers.showChampions(bracket_competition),
|
|
558
556
|
onViewFull: () => setShowLeaderboard(true)
|
|
559
|
-
})) : /*#__PURE__*/
|
|
557
|
+
})) : /*#__PURE__*/React.createElement(React.Fragment, null))), show_leaderboard ? /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
560
558
|
style: {
|
|
561
559
|
position: 'absolute',
|
|
562
560
|
left: 0,
|
|
563
561
|
right: 0,
|
|
564
562
|
bottom: 0
|
|
565
563
|
}
|
|
566
|
-
}, /*#__PURE__*/
|
|
564
|
+
}, /*#__PURE__*/React.createElement(_Components.Spring, {
|
|
567
565
|
to: 0,
|
|
568
566
|
from: 500,
|
|
569
567
|
slide: "vertical"
|
|
570
|
-
}, /*#__PURE__*/
|
|
568
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
571
569
|
style: {
|
|
572
570
|
height,
|
|
573
571
|
backgroundColor: _colors.default.shades.white
|
|
574
572
|
}
|
|
575
|
-
}, /*#__PURE__*/
|
|
573
|
+
}, /*#__PURE__*/React.createElement(_CompetitionLeaderboard.default, {
|
|
576
574
|
bracket_competition_id: bracket_competition.bracket_competition_id,
|
|
577
575
|
view_mode: "full",
|
|
578
576
|
show_champions: _api.BracketCompetitionHelpers.showChampions(bracket_competition),
|
|
579
577
|
onClose: () => setShowLeaderboard(false),
|
|
580
578
|
my_competition_player_brackets: my_comp_player_brackets,
|
|
581
579
|
my_player_brackets: my_player_brackets
|
|
582
|
-
})))) : /*#__PURE__*/
|
|
580
|
+
})))) : /*#__PURE__*/React.createElement(React.Fragment, null), joining_bracket ? /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
583
581
|
style: {
|
|
584
582
|
position: 'absolute',
|
|
585
583
|
top: 0,
|
|
@@ -590,7 +588,7 @@ const BracketCompetitionCard = ({
|
|
|
590
588
|
justifyContent: 'center',
|
|
591
589
|
alignItems: 'center'
|
|
592
590
|
}
|
|
593
|
-
}, /*#__PURE__*/
|
|
591
|
+
}, /*#__PURE__*/React.createElement(_JoinCompetitionCard.default, {
|
|
594
592
|
player: player,
|
|
595
593
|
loading: action_loading,
|
|
596
594
|
player_balance: player_balance,
|
|
@@ -599,7 +597,7 @@ const BracketCompetitionCard = ({
|
|
|
599
597
|
onClose: () => setJoiningBracket(undefined),
|
|
600
598
|
onNotEnoughBalance: onNotEnoughBalance,
|
|
601
599
|
onEnterCompetition: cpb => handleEnter(cpb)
|
|
602
|
-
})) : /*#__PURE__*/
|
|
600
|
+
})) : /*#__PURE__*/React.createElement(React.Fragment, null));
|
|
603
601
|
};
|
|
604
602
|
const local_styles = _reactNative.StyleSheet.create({
|
|
605
603
|
header: {
|