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
|
@@ -5,13 +5,11 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
var _reactNative = require("react-native");
|
|
8
|
-
var _react =
|
|
8
|
+
var _react = require("react");
|
|
9
9
|
var _Components = require("../../Components");
|
|
10
10
|
var _colors = _interopRequireDefault(require("../../constants/colors"));
|
|
11
11
|
var _api = require("../api");
|
|
12
12
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
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); }
|
|
14
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
15
13
|
const CompetitionTypeCard = ({
|
|
16
14
|
competition,
|
|
17
15
|
competition_payout_types,
|
|
@@ -70,7 +68,7 @@ const CompetitionTypeCard = ({
|
|
|
70
68
|
});
|
|
71
69
|
}
|
|
72
70
|
const renderPayouts = data => {
|
|
73
|
-
return /*#__PURE__*/
|
|
71
|
+
return /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
74
72
|
style: {
|
|
75
73
|
padding: 5,
|
|
76
74
|
borderBottomColor: _colors.default.shades.shade600,
|
|
@@ -79,17 +77,17 @@ const CompetitionTypeCard = ({
|
|
|
79
77
|
alignItems: 'center',
|
|
80
78
|
width: 100
|
|
81
79
|
}
|
|
82
|
-
}, /*#__PURE__*/
|
|
80
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
83
81
|
size: 14,
|
|
84
82
|
color: _colors.default.brand.midnight
|
|
85
|
-
}, _api.CompetitionHelpers.formatPlace(data.item.tier)), /*#__PURE__*/
|
|
83
|
+
}, _api.CompetitionHelpers.formatPlace(data.item.tier)), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
86
84
|
style: {
|
|
87
85
|
flex: 1
|
|
88
86
|
},
|
|
89
87
|
textAlign: "center",
|
|
90
88
|
weight: "bold",
|
|
91
89
|
color: _colors.default.brand.midnight
|
|
92
|
-
}, "-"), /*#__PURE__*/
|
|
90
|
+
}, "-"), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
93
91
|
size: 14,
|
|
94
92
|
color: _colors.default.brand.midnight
|
|
95
93
|
}, data.item.payout, "%"));
|
|
@@ -97,7 +95,7 @@ const CompetitionTypeCard = ({
|
|
|
97
95
|
const renderResult = competition_result_type => {
|
|
98
96
|
switch (competition_result_type.type) {
|
|
99
97
|
case 'battle_royale':
|
|
100
|
-
return /*#__PURE__*/
|
|
98
|
+
return /*#__PURE__*/React.createElement(_Components.Text, {
|
|
101
99
|
style: {
|
|
102
100
|
marginTop: 10
|
|
103
101
|
},
|
|
@@ -107,7 +105,7 @@ const CompetitionTypeCard = ({
|
|
|
107
105
|
textAlign: "center"
|
|
108
106
|
}, "Winner takes all. Ties for first will split the pot.");
|
|
109
107
|
case 'double_up':
|
|
110
|
-
return /*#__PURE__*/
|
|
108
|
+
return /*#__PURE__*/React.createElement(_Components.Text, {
|
|
111
109
|
style: {
|
|
112
110
|
marginTop: 10
|
|
113
111
|
},
|
|
@@ -117,20 +115,20 @@ const CompetitionTypeCard = ({
|
|
|
117
115
|
textAlign: "center"
|
|
118
116
|
}, "Finish in the top half of all participants and split total pot.");
|
|
119
117
|
case 'outpace':
|
|
120
|
-
return /*#__PURE__*/
|
|
118
|
+
return /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
121
119
|
style: {
|
|
122
120
|
padding: 5
|
|
123
121
|
}
|
|
124
|
-
}, pacer ? /*#__PURE__*/
|
|
122
|
+
}, pacer ? /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
125
123
|
nativeID: "pacer"
|
|
126
|
-
}, /*#__PURE__*/
|
|
124
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
127
125
|
nativeID: "profile_pic",
|
|
128
126
|
style: {
|
|
129
127
|
padding: 5,
|
|
130
128
|
justifyContent: 'center',
|
|
131
129
|
alignItems: 'center'
|
|
132
130
|
}
|
|
133
|
-
}, /*#__PURE__*/
|
|
131
|
+
}, /*#__PURE__*/React.createElement(_reactNative.Image, {
|
|
134
132
|
source: {
|
|
135
133
|
uri: pacer.profile_pic
|
|
136
134
|
},
|
|
@@ -140,17 +138,17 @@ const CompetitionTypeCard = ({
|
|
|
140
138
|
borderRadius: 100
|
|
141
139
|
},
|
|
142
140
|
resizeMode: "cover"
|
|
143
|
-
})), /*#__PURE__*/
|
|
141
|
+
})), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
144
142
|
nativeID: "username",
|
|
145
143
|
style: {
|
|
146
144
|
marginTop: 10
|
|
147
145
|
}
|
|
148
|
-
}, /*#__PURE__*/
|
|
146
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
149
147
|
size: 18,
|
|
150
148
|
color: _colors.default.brand.midnight,
|
|
151
149
|
weight: "bold",
|
|
152
150
|
textAlign: "center"
|
|
153
|
-
}, "@", pacer.username))) : /*#__PURE__*/
|
|
151
|
+
}, "@", pacer.username))) : /*#__PURE__*/React.createElement(React.Fragment, null), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
154
152
|
style: {
|
|
155
153
|
marginTop: 10
|
|
156
154
|
},
|
|
@@ -160,7 +158,7 @@ const CompetitionTypeCard = ({
|
|
|
160
158
|
textAlign: "center"
|
|
161
159
|
}, "Split the pot with anyone who finishes above the pacer. If the pacer wins, they take the whole pot!"));
|
|
162
160
|
default:
|
|
163
|
-
return /*#__PURE__*/
|
|
161
|
+
return /*#__PURE__*/React.createElement(_reactNative.View, null, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
164
162
|
style: {
|
|
165
163
|
padding: 10
|
|
166
164
|
},
|
|
@@ -168,7 +166,7 @@ const CompetitionTypeCard = ({
|
|
|
168
166
|
color: _colors.default.brand.midnight,
|
|
169
167
|
weight: "bold",
|
|
170
168
|
textAlign: "center"
|
|
171
|
-
}, competition_result_type.description), /*#__PURE__*/
|
|
169
|
+
}, competition_result_type.description), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
172
170
|
style: {
|
|
173
171
|
margin: 5,
|
|
174
172
|
padding: 10,
|
|
@@ -176,14 +174,14 @@ const CompetitionTypeCard = ({
|
|
|
176
174
|
borderRadius: 8,
|
|
177
175
|
alignItems: 'center'
|
|
178
176
|
}
|
|
179
|
-
}, /*#__PURE__*/
|
|
177
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
180
178
|
style: {
|
|
181
179
|
marginBottom: 10
|
|
182
180
|
},
|
|
183
181
|
size: 14,
|
|
184
182
|
color: _colors.default.brand.midnight,
|
|
185
183
|
weight: "bold"
|
|
186
|
-
}, "Payout Tiers"), /*#__PURE__*/
|
|
184
|
+
}, "Payout Tiers"), /*#__PURE__*/React.createElement(_reactNative.FlatList, {
|
|
187
185
|
data: competition_payout_types.sort((a, b) => a.tier - b.tier),
|
|
188
186
|
renderItem: renderPayouts,
|
|
189
187
|
keyExtractor: item => item.competition_payout_type_id.toString()
|
|
@@ -191,20 +189,20 @@ const CompetitionTypeCard = ({
|
|
|
191
189
|
}
|
|
192
190
|
};
|
|
193
191
|
if (!visible || !competition) {
|
|
194
|
-
return /*#__PURE__*/
|
|
192
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null);
|
|
195
193
|
}
|
|
196
194
|
const viewing_nav = competition_navs.find(cnv => cnv.step == active_nav) ?? {
|
|
197
195
|
view: '',
|
|
198
196
|
label: ''
|
|
199
197
|
};
|
|
200
|
-
return /*#__PURE__*/
|
|
198
|
+
return /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
201
199
|
style: {
|
|
202
200
|
backgroundColor: _colors.default.shades.white,
|
|
203
201
|
width: 350,
|
|
204
202
|
minHeight: 450,
|
|
205
203
|
borderRadius: 8
|
|
206
204
|
}
|
|
207
|
-
}, /*#__PURE__*/
|
|
205
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
208
206
|
nativeID: "competition_header",
|
|
209
207
|
style: {
|
|
210
208
|
flexDirection: 'row',
|
|
@@ -213,7 +211,7 @@ const CompetitionTypeCard = ({
|
|
|
213
211
|
borderBottomColor: _colors.default.shades.shade600,
|
|
214
212
|
borderBottomWidth: 1
|
|
215
213
|
}
|
|
216
|
-
}, /*#__PURE__*/
|
|
214
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
217
215
|
style: {
|
|
218
216
|
flex: 1
|
|
219
217
|
},
|
|
@@ -221,23 +219,23 @@ const CompetitionTypeCard = ({
|
|
|
221
219
|
color: _colors.default.brand.midnight,
|
|
222
220
|
weight: "bold",
|
|
223
221
|
textAlign: "left"
|
|
224
|
-
}, "RULES"), /*#__PURE__*/
|
|
222
|
+
}, "RULES"), /*#__PURE__*/React.createElement(_Components.Button, {
|
|
225
223
|
title: "X",
|
|
226
224
|
title_color: _colors.default.utility.error,
|
|
227
225
|
borderRadius: 8,
|
|
228
226
|
onPress: () => onClose()
|
|
229
|
-
})), /*#__PURE__*/
|
|
227
|
+
})), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
230
228
|
nativeID: "nav_details",
|
|
231
229
|
style: {
|
|
232
230
|
flex: 1
|
|
233
231
|
}
|
|
234
|
-
}, viewing_nav.view == 'prize' ? /*#__PURE__*/
|
|
232
|
+
}, viewing_nav.view == 'prize' ? /*#__PURE__*/React.createElement(_reactNative.View, null, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
235
233
|
nativeID: "prize_image",
|
|
236
234
|
style: {
|
|
237
235
|
justifyContent: 'center',
|
|
238
236
|
alignItems: 'center'
|
|
239
237
|
}
|
|
240
|
-
}, /*#__PURE__*/
|
|
238
|
+
}, /*#__PURE__*/React.createElement(_reactNative.Image, {
|
|
241
239
|
source: {
|
|
242
240
|
uri: competition.prize_image?.url
|
|
243
241
|
},
|
|
@@ -246,7 +244,7 @@ const CompetitionTypeCard = ({
|
|
|
246
244
|
width: 350
|
|
247
245
|
},
|
|
248
246
|
resizeMode: "cover"
|
|
249
|
-
})), /*#__PURE__*/
|
|
247
|
+
})), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
250
248
|
style: {
|
|
251
249
|
position: 'absolute',
|
|
252
250
|
left: 0,
|
|
@@ -258,18 +256,18 @@ const CompetitionTypeCard = ({
|
|
|
258
256
|
justifyContent: 'center',
|
|
259
257
|
alignItems: 'center'
|
|
260
258
|
}
|
|
261
|
-
}, /*#__PURE__*/
|
|
259
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
262
260
|
style: {
|
|
263
261
|
backgroundColor: _colors.default.shades.white,
|
|
264
262
|
padding: 20,
|
|
265
263
|
borderRadius: 8
|
|
266
264
|
}
|
|
267
|
-
}, /*#__PURE__*/
|
|
265
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
268
266
|
size: 16,
|
|
269
267
|
color: _colors.default.brand.midnight,
|
|
270
268
|
weight: "bold",
|
|
271
269
|
textAlign: "center"
|
|
272
|
-
}, "COMPETITION PRIZE!"), /*#__PURE__*/
|
|
270
|
+
}, "COMPETITION PRIZE!"), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
273
271
|
style: {
|
|
274
272
|
marginTop: 10
|
|
275
273
|
},
|
|
@@ -277,17 +275,17 @@ const CompetitionTypeCard = ({
|
|
|
277
275
|
color: _colors.default.brand.midnight,
|
|
278
276
|
weight: "semibold",
|
|
279
277
|
textAlign: "center"
|
|
280
|
-
}, competition.prize_override)))) : /*#__PURE__*/
|
|
278
|
+
}, competition.prize_override)))) : /*#__PURE__*/React.createElement(React.Fragment, null), viewing_nav.view == 'type' ? /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
281
279
|
nativeID: "type_settings",
|
|
282
280
|
style: {
|
|
283
281
|
padding: 10
|
|
284
282
|
}
|
|
285
|
-
}, /*#__PURE__*/
|
|
283
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
286
284
|
size: 22,
|
|
287
285
|
color: _colors.default.brand.midnight,
|
|
288
286
|
weight: "bold",
|
|
289
287
|
textAlign: "center"
|
|
290
|
-
}, competition_type.type_label), competition_type.type == 'pick' ? /*#__PURE__*/
|
|
288
|
+
}, competition_type.type_label), competition_type.type == 'pick' ? /*#__PURE__*/React.createElement(_Components.Text, {
|
|
291
289
|
style: {
|
|
292
290
|
marginTop: 10
|
|
293
291
|
},
|
|
@@ -295,7 +293,7 @@ const CompetitionTypeCard = ({
|
|
|
295
293
|
color: _colors.default.brand.midnight,
|
|
296
294
|
weight: "semibold",
|
|
297
295
|
textAlign: "center"
|
|
298
|
-
}, "Pick ", competition.max_pick_count, " separate outcomes across event or player level markets. Make more correct picks than other players in the competition to climb up the leaderboard.") : competition_type.type == 'wager' ? /*#__PURE__*/
|
|
296
|
+
}, "Pick ", competition.max_pick_count, " separate outcomes across event or player level markets. Make more correct picks than other players in the competition to climb up the leaderboard.") : competition_type.type == 'wager' ? /*#__PURE__*/React.createElement(_Components.Text, {
|
|
299
297
|
style: {
|
|
300
298
|
marginTop: 10
|
|
301
299
|
},
|
|
@@ -303,17 +301,17 @@ const CompetitionTypeCard = ({
|
|
|
303
301
|
color: _colors.default.brand.midnight,
|
|
304
302
|
weight: "semibold",
|
|
305
303
|
textAlign: "center"
|
|
306
|
-
}, "Start with ", competition.initial_balance, " edge coins and use them to wager across event or player level markets. Continue to rollover earnings until the competition is completed. Earn more edge coins than other players to climb up the leaderboard") : /*#__PURE__*/
|
|
304
|
+
}, "Start with ", competition.initial_balance, " edge coins and use them to wager across event or player level markets. Continue to rollover earnings until the competition is completed. Earn more edge coins than other players to climb up the leaderboard") : /*#__PURE__*/React.createElement(React.Fragment, null)) : viewing_nav.view == 'result' ? /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
307
305
|
nativeID: "result_settings",
|
|
308
306
|
style: {
|
|
309
307
|
padding: 10
|
|
310
308
|
}
|
|
311
|
-
}, /*#__PURE__*/
|
|
309
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
312
310
|
size: 22,
|
|
313
311
|
color: _colors.default.brand.midnight,
|
|
314
312
|
weight: "bold",
|
|
315
313
|
textAlign: "center"
|
|
316
|
-
}, competition_result_type.label), renderResult(competition_result_type)) : /*#__PURE__*/
|
|
314
|
+
}, competition_result_type.label), renderResult(competition_result_type)) : /*#__PURE__*/React.createElement(React.Fragment, null)), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
317
315
|
nativeID: "view_nav",
|
|
318
316
|
style: {
|
|
319
317
|
padding: 10,
|
|
@@ -322,7 +320,7 @@ const CompetitionTypeCard = ({
|
|
|
322
320
|
borderTopColor: _colors.default.shades.shade600,
|
|
323
321
|
borderTopWidth: 1
|
|
324
322
|
}
|
|
325
|
-
}, /*#__PURE__*/
|
|
323
|
+
}, /*#__PURE__*/React.createElement(_Components.Button, {
|
|
326
324
|
title: "PREV",
|
|
327
325
|
title_size: 12,
|
|
328
326
|
title_weight: "regular",
|
|
@@ -333,11 +331,11 @@ const CompetitionTypeCard = ({
|
|
|
333
331
|
}
|
|
334
332
|
return setActiveNav(active_nav - 1);
|
|
335
333
|
}
|
|
336
|
-
}), /*#__PURE__*/
|
|
334
|
+
}), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
337
335
|
style: {
|
|
338
336
|
flex: 1
|
|
339
337
|
}
|
|
340
|
-
}, /*#__PURE__*/
|
|
338
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
341
339
|
style: {
|
|
342
340
|
paddingBottom: 5
|
|
343
341
|
},
|
|
@@ -345,7 +343,7 @@ const CompetitionTypeCard = ({
|
|
|
345
343
|
color: _colors.default.brand.slate,
|
|
346
344
|
weight: "bold",
|
|
347
345
|
textAlign: "center"
|
|
348
|
-
}, viewing_nav.label), /*#__PURE__*/
|
|
346
|
+
}, viewing_nav.label), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
349
347
|
style: {
|
|
350
348
|
flexDirection: 'row',
|
|
351
349
|
justifyContent: 'center',
|
|
@@ -353,7 +351,7 @@ const CompetitionTypeCard = ({
|
|
|
353
351
|
}
|
|
354
352
|
}, competition_navs.map(n => {
|
|
355
353
|
const active = n.step == active_nav ? true : false;
|
|
356
|
-
return /*#__PURE__*/
|
|
354
|
+
return /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
357
355
|
style: {
|
|
358
356
|
marginLeft: 20,
|
|
359
357
|
marginRight: 20,
|
|
@@ -363,7 +361,7 @@ const CompetitionTypeCard = ({
|
|
|
363
361
|
backgroundColor: active ? _colors.default.brand.electric : _colors.default.shades.shade300
|
|
364
362
|
}
|
|
365
363
|
});
|
|
366
|
-
}))), /*#__PURE__*/
|
|
364
|
+
}))), /*#__PURE__*/React.createElement(_Components.Button, {
|
|
367
365
|
title: "NEXT",
|
|
368
366
|
title_size: 12,
|
|
369
367
|
title_weight: "regular",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNative","require","_react","_interopRequireWildcard","_Components","_colors","_interopRequireDefault","_api","obj","__esModule","default","_getRequireWildcardCache","e","WeakMap","r","t","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","CompetitionTypeCard","competition","competition_payout_types","visible","onClose","competition_type","competition_result_type","data","setData","useState","loading","active_nav","setActiveNav","pacer","useEffect","getDataFromServer","comp","pcer","undefined","pacer_id","players","CompetitionApi","getPlayersByPlayerIds","find","p","player_id","competition_navs","step","view","label","prize_override","map","cn","push","renderPayouts","createElement","View","style","padding","borderBottomColor","Colors","shades","shade600","borderBottomWidth","flexDirection","alignItems","width","Text","size","color","brand","midnight","CompetitionHelpers","formatPlace","item","tier","flex","textAlign","weight","payout","renderResult","type","marginTop","nativeID","justifyContent","Image","source","uri","profile_pic","height","borderRadius","resizeMode","username","Fragment","description","margin","backgroundColor","highlights","highlight400Faded","marginBottom","FlatList","sort","b","renderItem","keyExtractor","competition_payout_type_id","toString","viewing_nav","cnv","white","minHeight","Button","title","title_color","utility","error","onPress","prize_image","url","position","left","right","bottom","top","black_faded","type_label","max_pick_count","initial_balance","borderTopColor","borderTopWidth","title_size","title_weight","electric","length","paddingBottom","slate","active","marginLeft","marginRight","shade300","_default","exports"],"sourceRoot":"../../../../src","sources":["Competition/components/CompetitionTypeCard.tsx"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["_reactNative","require","_react","_Components","_colors","_interopRequireDefault","_api","obj","__esModule","default","CompetitionTypeCard","competition","competition_payout_types","visible","onClose","competition_type","competition_result_type","data","setData","useState","loading","active_nav","setActiveNav","pacer","useEffect","getDataFromServer","comp","pcer","undefined","pacer_id","players","CompetitionApi","getPlayersByPlayerIds","find","p","player_id","competition_navs","step","view","label","prize_override","map","cn","push","renderPayouts","React","createElement","View","style","padding","borderBottomColor","Colors","shades","shade600","borderBottomWidth","flexDirection","alignItems","width","Text","size","color","brand","midnight","CompetitionHelpers","formatPlace","item","tier","flex","textAlign","weight","payout","renderResult","type","marginTop","nativeID","justifyContent","Image","source","uri","profile_pic","height","borderRadius","resizeMode","username","Fragment","description","margin","backgroundColor","highlights","highlight400Faded","marginBottom","FlatList","sort","a","b","renderItem","keyExtractor","competition_payout_type_id","toString","viewing_nav","cnv","white","minHeight","Button","title","title_color","utility","error","onPress","prize_image","url","position","left","right","bottom","top","black_faded","type_label","max_pick_count","initial_balance","borderTopColor","borderTopWidth","title_size","title_weight","electric","length","paddingBottom","slate","n","active","marginLeft","marginRight","shade300","_default","exports"],"sourceRoot":"../../../../src","sources":["Competition/components/CompetitionTypeCard.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -5,15 +5,13 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
var _reactNative = require("react-native");
|
|
8
|
-
var _react =
|
|
8
|
+
var _react = require("react");
|
|
9
9
|
var _colors = _interopRequireDefault(require("../../constants/colors"));
|
|
10
10
|
var _Components = require("../../Components");
|
|
11
11
|
var _api = require("../api");
|
|
12
12
|
var _styles = require("../../constants/styles");
|
|
13
13
|
var _momentMini = _interopRequireDefault(require("moment-mini"));
|
|
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 EnterCompetitionPrompt = ({
|
|
18
16
|
player,
|
|
19
17
|
player_balance,
|
|
@@ -33,7 +31,7 @@ const EnterCompetitionPrompt = ({
|
|
|
33
31
|
}, []);
|
|
34
32
|
const requires_verification = competition?.buy_in > 0 && competition?.market_type == 'FOR_MONEY' && player?.vouched_status != 'verified' ? true : false;
|
|
35
33
|
const cl = competition.market_type == 'FOR_MONEY' ? '$' : 'E';
|
|
36
|
-
return /*#__PURE__*/
|
|
34
|
+
return /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
37
35
|
style: {
|
|
38
36
|
width,
|
|
39
37
|
backgroundColor: _colors.default.shades.white,
|
|
@@ -41,31 +39,31 @@ const EnterCompetitionPrompt = ({
|
|
|
41
39
|
borderTopLeftRadius: 22,
|
|
42
40
|
paddingTop: 22
|
|
43
41
|
}
|
|
44
|
-
}, /*#__PURE__*/
|
|
42
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
45
43
|
nativeID: "competition_info"
|
|
46
|
-
}, /*#__PURE__*/
|
|
44
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
47
45
|
size: 16,
|
|
48
46
|
color: _colors.default.brand.midnight,
|
|
49
47
|
weight: "bold",
|
|
50
48
|
textAlign: "center"
|
|
51
|
-
}, "Competition Details"), competition_type ? /*#__PURE__*/
|
|
49
|
+
}, "Competition Details"), competition_type ? /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
52
50
|
style: {
|
|
53
51
|
flexDirection: 'row',
|
|
54
52
|
justifyContent: 'center',
|
|
55
53
|
margin: 10
|
|
56
54
|
}
|
|
57
|
-
}, /*#__PURE__*/
|
|
55
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
58
56
|
style: {
|
|
59
57
|
padding: 10,
|
|
60
58
|
marginRight: 4,
|
|
61
59
|
backgroundColor: _api.CompetitionHelpers.getCompColors(competition_type.type).borderColor,
|
|
62
60
|
borderRadius: 4
|
|
63
61
|
}
|
|
64
|
-
}, /*#__PURE__*/
|
|
62
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
65
63
|
size: 12,
|
|
66
64
|
color: _colors.default.shades.white,
|
|
67
65
|
weight: "semibold"
|
|
68
|
-
}, competition_type.type_label)), /*#__PURE__*/
|
|
66
|
+
}, competition_type.type_label)), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
69
67
|
style: {
|
|
70
68
|
flexDirection: 'row',
|
|
71
69
|
alignItems: 'center',
|
|
@@ -75,25 +73,25 @@ const EnterCompetitionPrompt = ({
|
|
|
75
73
|
borderRadius: 4,
|
|
76
74
|
..._styles.view_styles.float
|
|
77
75
|
}
|
|
78
|
-
}, /*#__PURE__*/
|
|
76
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
79
77
|
style: {
|
|
80
78
|
marginRight: 5
|
|
81
79
|
},
|
|
82
80
|
size: 12,
|
|
83
81
|
color: _colors.default.brand.midnight,
|
|
84
82
|
weight: "semibold"
|
|
85
|
-
}, competition.invite_only ? 'Private' : 'Public'), competition.invite_only ? /*#__PURE__*/
|
|
83
|
+
}, competition.invite_only ? 'Private' : 'Public'), competition.invite_only ? /*#__PURE__*/React.createElement(_Components.Icons.EyeOffIcon, {
|
|
86
84
|
color: _colors.default.brand.midnight,
|
|
87
85
|
size: 14
|
|
88
|
-
}) : /*#__PURE__*/
|
|
86
|
+
}) : /*#__PURE__*/React.createElement(_Components.Icons.EyeOnIcon, {
|
|
89
87
|
color: _colors.default.brand.midnight,
|
|
90
88
|
size: 14
|
|
91
|
-
}))) : /*#__PURE__*/
|
|
89
|
+
}))) : /*#__PURE__*/React.createElement(React.Fragment, null), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
92
90
|
size: 14,
|
|
93
91
|
color: _colors.default.brand.midnight,
|
|
94
92
|
weight: "bold",
|
|
95
93
|
textAlign: "center"
|
|
96
|
-
}, competition.competition_name)), /*#__PURE__*/
|
|
94
|
+
}, competition.competition_name)), /*#__PURE__*/React.createElement(_reactNative.View, null, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
97
95
|
style: {
|
|
98
96
|
marginTop: 5
|
|
99
97
|
},
|
|
@@ -101,7 +99,7 @@ const EnterCompetitionPrompt = ({
|
|
|
101
99
|
color: _colors.default.brand.midnight,
|
|
102
100
|
weight: "regular",
|
|
103
101
|
textAlign: "center"
|
|
104
|
-
}, (0, _momentMini.default)(competition.scheduled_datetime).format('MMM DD - hh:mm a')), competition.competition_description ? /*#__PURE__*/
|
|
102
|
+
}, (0, _momentMini.default)(competition.scheduled_datetime).format('MMM DD - hh:mm a')), competition.competition_description ? /*#__PURE__*/React.createElement(_Components.Text, {
|
|
105
103
|
style: {
|
|
106
104
|
marginTop: 5
|
|
107
105
|
},
|
|
@@ -109,7 +107,7 @@ const EnterCompetitionPrompt = ({
|
|
|
109
107
|
color: _colors.default.brand.midnight,
|
|
110
108
|
weight: "regular",
|
|
111
109
|
textAlign: "center"
|
|
112
|
-
}, competition.competition_description) : /*#__PURE__*/
|
|
110
|
+
}, competition.competition_description) : /*#__PURE__*/React.createElement(React.Fragment, null), competition_result_type ? /*#__PURE__*/React.createElement(_Components.Text, {
|
|
113
111
|
style: {
|
|
114
112
|
marginTop: 5
|
|
115
113
|
},
|
|
@@ -117,7 +115,7 @@ const EnterCompetitionPrompt = ({
|
|
|
117
115
|
color: _colors.default.brand.midnight,
|
|
118
116
|
weight: "regular",
|
|
119
117
|
textAlign: "center"
|
|
120
|
-
}, competition_result_type.label) : /*#__PURE__*/
|
|
118
|
+
}, competition_result_type.label) : /*#__PURE__*/React.createElement(React.Fragment, null), competition_type?.type == 'pick' ? /*#__PURE__*/React.createElement(_Components.Text, {
|
|
121
119
|
style: {
|
|
122
120
|
marginTop: 5
|
|
123
121
|
},
|
|
@@ -125,7 +123,7 @@ const EnterCompetitionPrompt = ({
|
|
|
125
123
|
color: _colors.default.brand.midnight,
|
|
126
124
|
weight: "regular",
|
|
127
125
|
textAlign: "center"
|
|
128
|
-
}, "Picks: ", competition.max_pick_count) : /*#__PURE__*/
|
|
126
|
+
}, "Picks: ", competition.max_pick_count) : /*#__PURE__*/React.createElement(React.Fragment, null), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
129
127
|
style: {
|
|
130
128
|
marginTop: 5
|
|
131
129
|
},
|
|
@@ -133,7 +131,7 @@ const EnterCompetitionPrompt = ({
|
|
|
133
131
|
color: _colors.default.brand.midnight,
|
|
134
132
|
weight: "regular",
|
|
135
133
|
textAlign: "center"
|
|
136
|
-
}, "Potential Winnings: ", cl, competition.ticket_revenue.toFixed(2)), /*#__PURE__*/
|
|
134
|
+
}, "Potential Winnings: ", cl, competition.ticket_revenue.toFixed(2)), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
137
135
|
style: {
|
|
138
136
|
marginTop: 5
|
|
139
137
|
},
|
|
@@ -141,7 +139,7 @@ const EnterCompetitionPrompt = ({
|
|
|
141
139
|
color: _colors.default.brand.midnight,
|
|
142
140
|
weight: "regular",
|
|
143
141
|
textAlign: "center"
|
|
144
|
-
}, "Ticket Price: ", cl, competition.buy_in.toFixed(2)), /*#__PURE__*/
|
|
142
|
+
}, "Ticket Price: ", cl, competition.buy_in.toFixed(2)), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
145
143
|
style: {
|
|
146
144
|
marginTop: 5
|
|
147
145
|
},
|
|
@@ -149,13 +147,13 @@ const EnterCompetitionPrompt = ({
|
|
|
149
147
|
color: _colors.default.brand.midnight,
|
|
150
148
|
weight: "regular",
|
|
151
149
|
textAlign: "center"
|
|
152
|
-
}, "Entries: ", competition.tickets_sold, "/", competition.available_tickets)), /*#__PURE__*/
|
|
150
|
+
}, "Entries: ", competition.tickets_sold, "/", competition.available_tickets)), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
153
151
|
nativeID: "pick_actions",
|
|
154
152
|
style: {
|
|
155
153
|
flexDirection: 'row',
|
|
156
154
|
padding: 10
|
|
157
155
|
}
|
|
158
|
-
}, /*#__PURE__*/
|
|
156
|
+
}, /*#__PURE__*/React.createElement(_Components.Button, {
|
|
159
157
|
style: {
|
|
160
158
|
flex: 1,
|
|
161
159
|
marginRight: 3
|
|
@@ -167,7 +165,7 @@ const EnterCompetitionPrompt = ({
|
|
|
167
165
|
title: "Cancel",
|
|
168
166
|
title_color: _colors.default.brand.electric,
|
|
169
167
|
onPress: () => onCancel()
|
|
170
|
-
}), requires_verification ? /*#__PURE__*/
|
|
168
|
+
}), requires_verification ? /*#__PURE__*/React.createElement(_Components.Button, {
|
|
171
169
|
borderRadius: 4,
|
|
172
170
|
style: {
|
|
173
171
|
flex: 2,
|
|
@@ -178,7 +176,7 @@ const EnterCompetitionPrompt = ({
|
|
|
178
176
|
title: `Verify My Account`,
|
|
179
177
|
title_color: _colors.default.shades.white,
|
|
180
178
|
onPress: () => onVerify()
|
|
181
|
-
}) : /*#__PURE__*/
|
|
179
|
+
}) : /*#__PURE__*/React.createElement(_Components.Button, {
|
|
182
180
|
borderRadius: 4,
|
|
183
181
|
style: {
|
|
184
182
|
flex: 2,
|
|
@@ -189,7 +187,7 @@ const EnterCompetitionPrompt = ({
|
|
|
189
187
|
title: `Enter Competition${competition.buy_in == 0 ? `` : ` ${cl}${competition.buy_in}`}`,
|
|
190
188
|
title_color: _colors.default.shades.white,
|
|
191
189
|
onPress: () => onEnter(use_promo_balance)
|
|
192
|
-
})), player_balance && player_balance.promo_balance > 0 ? /*#__PURE__*/
|
|
190
|
+
})), player_balance && player_balance.promo_balance > 0 ? /*#__PURE__*/React.createElement(_reactNative.TouchableOpacity, {
|
|
193
191
|
style: {
|
|
194
192
|
backgroundColor: _colors.default.incentive.gold,
|
|
195
193
|
padding: 10,
|
|
@@ -204,7 +202,7 @@ const EnterCompetitionPrompt = ({
|
|
|
204
202
|
setUsePromoBalance(true);
|
|
205
203
|
}
|
|
206
204
|
}
|
|
207
|
-
}, /*#__PURE__*/
|
|
205
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
208
206
|
style: {
|
|
209
207
|
marginRight: 10,
|
|
210
208
|
height: 30,
|
|
@@ -214,24 +212,24 @@ const EnterCompetitionPrompt = ({
|
|
|
214
212
|
justifyContent: 'center',
|
|
215
213
|
alignItems: 'center'
|
|
216
214
|
}
|
|
217
|
-
}, use_promo_balance ? /*#__PURE__*/
|
|
215
|
+
}, use_promo_balance ? /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
218
216
|
style: {
|
|
219
217
|
height: 20,
|
|
220
218
|
width: 20,
|
|
221
219
|
backgroundColor: _colors.default.brand.midnight
|
|
222
220
|
}
|
|
223
|
-
}) : /*#__PURE__*/
|
|
221
|
+
}) : /*#__PURE__*/React.createElement(React.Fragment, null)), /*#__PURE__*/React.createElement(_reactNative.View, null, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
224
222
|
size: 14,
|
|
225
223
|
weight: "bold",
|
|
226
224
|
color: _colors.default.shades.white
|
|
227
|
-
}, "$", player_balance?.promo_balance, " Promotion Available"), /*#__PURE__*/
|
|
225
|
+
}, "$", player_balance?.promo_balance, " Promotion Available"), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
228
226
|
style: {
|
|
229
227
|
marginTop: 2
|
|
230
228
|
},
|
|
231
229
|
size: 12,
|
|
232
230
|
color: _colors.default.shades.white,
|
|
233
231
|
weight: "regular"
|
|
234
|
-
}, "Press / Click here to use promo balance"))) : /*#__PURE__*/
|
|
232
|
+
}, "Press / Click here to use promo balance"))) : /*#__PURE__*/React.createElement(React.Fragment, null));
|
|
235
233
|
};
|
|
236
234
|
var _default = exports.default = EnterCompetitionPrompt;
|
|
237
235
|
//# sourceMappingURL=EnterCompetitionPrompt.js.map
|