be-components 1.0.8 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/AdServer/components/CompanyAdCard.js +3 -5
- package/lib/commonjs/AdServer/components/CompanyAdCard.js.map +1 -1
- package/lib/commonjs/AdServer/index.js +9 -10
- package/lib/commonjs/AdServer/index.js.map +1 -1
- package/lib/commonjs/ApiOverrides/index.js +6 -3
- package/lib/commonjs/ApiOverrides/index.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.js +16 -17
- package/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/LoginForm.js +58 -60
- package/lib/commonjs/Authenticator/Components/LoginForm.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/StrategyForm.js +67 -69
- package/lib/commonjs/Authenticator/Components/StrategyForm.js.map +1 -1
- package/lib/commonjs/Authenticator/index.js +14 -16
- package/lib/commonjs/Authenticator/index.js.map +1 -1
- package/lib/commonjs/BettorSearch/index.js +8 -10
- package/lib/commonjs/BettorSearch/index.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketCompetitionCard.js +92 -94
- package/lib/commonjs/Bracket/components/BracketCompetitionCard.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketCompetitionSelector.js +37 -39
- package/lib/commonjs/Bracket/components/BracketCompetitionSelector.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/BracketNavigator.js +18 -19
- package/lib/commonjs/Bracket/components/BracketPlay/BracketNavigator.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/BracketRound.js +7 -8
- package/lib/commonjs/Bracket/components/BracketPlay/BracketRound.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/RoundEvent.js +45 -46
- package/lib/commonjs/Bracket/components/BracketPlay/RoundEvent.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/index.js +27 -29
- package/lib/commonjs/Bracket/components/BracketPlay/index.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketSelector.js +21 -22
- package/lib/commonjs/Bracket/components/BracketSelector.js.map +1 -1
- package/lib/commonjs/Bracket/components/CompetitionLeaderboard.js +34 -36
- package/lib/commonjs/Bracket/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/commonjs/Bracket/components/JoinCompetitionCard.js +20 -22
- package/lib/commonjs/Bracket/components/JoinCompetitionCard.js.map +1 -1
- package/lib/commonjs/Bracket/components/PlayerBalanceCard.js +6 -7
- package/lib/commonjs/Bracket/components/PlayerBalanceCard.js.map +1 -1
- package/lib/commonjs/Bracket/components/PlayerBracketManager.js +75 -77
- package/lib/commonjs/Bracket/components/PlayerBracketManager.js.map +1 -1
- package/lib/commonjs/Bracket/components/PlayerBrackets.js +27 -28
- package/lib/commonjs/Bracket/components/PlayerBrackets.js.map +1 -1
- package/lib/commonjs/Bracket/components/RoomMenu.js +15 -16
- package/lib/commonjs/Bracket/components/RoomMenu.js.map +1 -1
- package/lib/commonjs/Bracket/index.js +9 -11
- package/lib/commonjs/Bracket/index.js.map +1 -1
- package/lib/commonjs/Checkout/components/AccountSummaryCard.js +43 -44
- package/lib/commonjs/Checkout/components/AccountSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/components/ItemSummaryCard.js +7 -8
- package/lib/commonjs/Checkout/components/ItemSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/components/OrderSummaryCard.js +12 -13
- package/lib/commonjs/Checkout/components/OrderSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/components/PayPalOrderCapture.js +2 -4
- package/lib/commonjs/Checkout/components/PayPalOrderCapture.js.map +1 -1
- package/lib/commonjs/Checkout/components/ShippingSummaryCard.js +7 -8
- package/lib/commonjs/Checkout/components/ShippingSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/index.js +58 -60
- package/lib/commonjs/Checkout/index.js.map +1 -1
- package/lib/commonjs/Competition/components/AthleteMarketCard.js +20 -21
- package/lib/commonjs/Competition/components/AthleteMarketCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionCard.js +25 -26
- package/lib/commonjs/Competition/components/CompetitionCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionInfoCard.js +31 -32
- package/lib/commonjs/Competition/components/CompetitionInfoCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionLeaderboard.js +34 -36
- package/lib/commonjs/Competition/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionPlay.js +116 -118
- package/lib/commonjs/Competition/components/CompetitionPlay.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionSeasonCard.js +16 -17
- package/lib/commonjs/Competition/components/CompetitionSeasonCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionSelector.js +14 -16
- package/lib/commonjs/Competition/components/CompetitionSelector.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionTypeCard.js +43 -45
- package/lib/commonjs/Competition/components/CompetitionTypeCard.js.map +1 -1
- package/lib/commonjs/Competition/components/EnterCompetitionPrompt.js +29 -31
- package/lib/commonjs/Competition/components/EnterCompetitionPrompt.js.map +1 -1
- package/lib/commonjs/Competition/components/LeaderPicks.js +39 -41
- package/lib/commonjs/Competition/components/LeaderPicks.js.map +1 -1
- package/lib/commonjs/Competition/components/ManageSeasonForm.js +85 -87
- package/lib/commonjs/Competition/components/ManageSeasonForm.js.map +1 -1
- package/lib/commonjs/Competition/components/MarketsCard.js +17 -19
- package/lib/commonjs/Competition/components/MarketsCard.js.map +1 -1
- package/lib/commonjs/Competition/components/MatchMarketCard.js +25 -26
- package/lib/commonjs/Competition/components/MatchMarketCard.js.map +1 -1
- package/lib/commonjs/Competition/components/NavOutPrompt.js +18 -19
- package/lib/commonjs/Competition/components/NavOutPrompt.js.map +1 -1
- package/lib/commonjs/Competition/components/SeasonInfoModal.js +52 -54
- package/lib/commonjs/Competition/components/SeasonInfoModal.js.map +1 -1
- package/lib/commonjs/Competition/components/TeamEventCard.js +30 -31
- package/lib/commonjs/Competition/components/TeamEventCard.js.map +1 -1
- package/lib/commonjs/Competition/components/WagerPickForm.js +30 -32
- package/lib/commonjs/Competition/components/WagerPickForm.js.map +1 -1
- package/lib/commonjs/Competition/index.js +3 -5
- package/lib/commonjs/Competition/index.js.map +1 -1
- package/lib/commonjs/Components/Button.js +7 -8
- package/lib/commonjs/Components/Button.js.map +1 -1
- package/lib/commonjs/Components/Checkbox.js +3 -4
- package/lib/commonjs/Components/Checkbox.js.map +1 -1
- package/lib/commonjs/Components/Icons.js +650 -373
- package/lib/commonjs/Components/Icons.js.map +1 -1
- package/lib/commonjs/Components/ImageUploader.js +3 -5
- package/lib/commonjs/Components/ImageUploader.js.map +1 -1
- package/lib/commonjs/Components/Jerseys.js +124 -125
- package/lib/commonjs/Components/Jerseys.js.map +1 -1
- package/lib/commonjs/Components/LinearDiagnal.js +7 -9
- package/lib/commonjs/Components/LinearDiagnal.js.map +1 -1
- package/lib/commonjs/Components/Spring.js +1 -3
- package/lib/commonjs/Components/Spring.js.map +1 -1
- package/lib/commonjs/Components/Switch.js +8 -9
- package/lib/commonjs/Components/Switch.js.map +1 -1
- package/lib/commonjs/Components/Text.js +33 -5
- package/lib/commonjs/Components/Text.js.map +1 -1
- package/lib/commonjs/Components/TextInput.js +1 -2
- package/lib/commonjs/Components/TextInput.js.map +1 -1
- package/lib/commonjs/LocationTracker/index.js +27 -28
- package/lib/commonjs/LocationTracker/index.js.map +1 -1
- package/lib/commonjs/Observer/Observer.js +2 -4
- package/lib/commonjs/Observer/Observer.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignPlay.js +56 -58
- package/lib/commonjs/Poll/components/CampaignPlay.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignProgressBar.js +11 -13
- package/lib/commonjs/Poll/components/CampaignProgressBar.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignResult.js +56 -58
- package/lib/commonjs/Poll/components/CampaignResult.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignSelector.js +12 -14
- package/lib/commonjs/Poll/components/CampaignSelector.js.map +1 -1
- package/lib/commonjs/Poll/components/PollCampaignCard.js +7 -8
- package/lib/commonjs/Poll/components/PollCampaignCard.js.map +1 -1
- package/lib/commonjs/Poll/components/PollCard.js +49 -51
- package/lib/commonjs/Poll/components/PollCard.js.map +1 -1
- package/lib/commonjs/Poll/components/PollOptionCard.js +14 -16
- package/lib/commonjs/Poll/components/PollOptionCard.js.map +1 -1
- package/lib/commonjs/Poll/components/PollSelectCard.js +25 -26
- package/lib/commonjs/Poll/components/PollSelectCard.js.map +1 -1
- package/lib/commonjs/Poll/components/ResponseTimer.js +3 -5
- package/lib/commonjs/Poll/components/ResponseTimer.js.map +1 -1
- package/lib/commonjs/Poll/components/WidgetHeader.js +11 -12
- package/lib/commonjs/Poll/components/WidgetHeader.js.map +1 -1
- package/lib/commonjs/Poll/flashmarket/ResultCard.js +47 -49
- package/lib/commonjs/Poll/flashmarket/ResultCard.js.map +1 -1
- package/lib/commonjs/Poll/flashmarket/index.js +52 -54
- package/lib/commonjs/Poll/flashmarket/index.js.map +1 -1
- package/lib/commonjs/Poll/index.js +6 -8
- package/lib/commonjs/Poll/index.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/BasicInfoManager.js +35 -37
- package/lib/commonjs/ProfileManager/Components/BasicInfoManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/BasicStatus.js +35 -36
- package/lib/commonjs/ProfileManager/Components/BasicStatus.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/CodeRedeem.js +50 -52
- package/lib/commonjs/ProfileManager/Components/CodeRedeem.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/DOBManager.js +24 -26
- package/lib/commonjs/ProfileManager/Components/DOBManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/EmailManager.js +36 -38
- package/lib/commonjs/ProfileManager/Components/EmailManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/PasswordManager.js +36 -38
- package/lib/commonjs/ProfileManager/Components/PasswordManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/PhoneManager.js +36 -38
- package/lib/commonjs/ProfileManager/Components/PhoneManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfilePicManager.js +17 -19
- package/lib/commonjs/ProfileManager/Components/ProfilePicManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfileWelcome.js +15 -16
- package/lib/commonjs/ProfileManager/Components/ProfileWelcome.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfileWizard.js +66 -68
- package/lib/commonjs/ProfileManager/Components/ProfileWizard.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/SettingsManager.js +29 -31
- package/lib/commonjs/ProfileManager/Components/SettingsManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/VouchCard.js +63 -65
- package/lib/commonjs/ProfileManager/Components/VouchCard.js.map +1 -1
- package/lib/commonjs/ProfileManager/index.js +16 -18
- package/lib/commonjs/ProfileManager/index.js.map +1 -1
- package/lib/commonjs/SocialComponents/PlayerCard.js +11 -12
- package/lib/commonjs/SocialComponents/PlayerCard.js.map +1 -1
- package/lib/commonjs/SocialComponents/PlayerFollowButton.js +3 -4
- package/lib/commonjs/SocialComponents/PlayerFollowButton.js.map +1 -1
- package/lib/commonjs/SocialComponents/PlayerList.js +4 -6
- package/lib/commonjs/SocialComponents/PlayerList.js.map +1 -1
- package/lib/commonjs/Socket/api/index.js +18 -0
- package/lib/commonjs/Socket/api/index.js.map +1 -0
- package/lib/commonjs/Socket/index.js +120 -0
- package/lib/commonjs/Socket/index.js.map +1 -0
- package/lib/commonjs/Squares/api/index.js +97 -0
- package/lib/commonjs/Squares/api/index.js.map +1 -0
- package/lib/commonjs/Squares/components/BidForm.js +173 -0
- package/lib/commonjs/Squares/components/BidForm.js.map +1 -0
- package/lib/commonjs/Squares/components/BidToggle.js +63 -0
- package/lib/commonjs/Squares/components/BidToggle.js.map +1 -0
- package/lib/commonjs/Squares/components/BoardStats.js +144 -0
- package/lib/commonjs/Squares/components/BoardStats.js.map +1 -0
- package/lib/commonjs/Squares/components/EventCard.js +132 -0
- package/lib/commonjs/Squares/components/EventCard.js.map +1 -0
- package/lib/commonjs/Squares/components/MySquaresCard.js +109 -0
- package/lib/commonjs/Squares/components/MySquaresCard.js.map +1 -0
- package/lib/commonjs/Squares/components/OfferForm.js +181 -0
- package/lib/commonjs/Squares/components/OfferForm.js.map +1 -0
- package/lib/commonjs/Squares/components/ResultsCard.js +108 -0
- package/lib/commonjs/Squares/components/ResultsCard.js.map +1 -0
- package/lib/commonjs/Squares/components/SquareCard.js +337 -0
- package/lib/commonjs/Squares/components/SquareCard.js.map +1 -0
- package/lib/commonjs/Squares/components/SquareOfferCard.js +266 -0
- package/lib/commonjs/Squares/components/SquareOfferCard.js.map +1 -0
- package/lib/commonjs/Squares/components/SquareOwners.js +123 -0
- package/lib/commonjs/Squares/components/SquareOwners.js.map +1 -0
- package/lib/commonjs/Squares/components/SquaresBoard.js +209 -0
- package/lib/commonjs/Squares/components/SquaresBoard.js.map +1 -0
- package/lib/commonjs/Squares/components/SquaresDetails.js +90 -0
- package/lib/commonjs/Squares/components/SquaresDetails.js.map +1 -0
- package/lib/commonjs/Squares/index.js +568 -0
- package/lib/commonjs/Squares/index.js.map +1 -0
- package/lib/commonjs/Wallet/components/ACHAddCard.js +38 -39
- package/lib/commonjs/Wallet/components/ACHAddCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountCard.js +17 -18
- package/lib/commonjs/Wallet/components/AccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountLimitManager.js +32 -34
- package/lib/commonjs/Wallet/components/AccountLimitManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountManager.js +31 -32
- package/lib/commonjs/Wallet/components/AccountManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountSnoozeManager.js +31 -33
- package/lib/commonjs/Wallet/components/AccountSnoozeManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/AddressCard.js +7 -8
- package/lib/commonjs/Wallet/components/AddressCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AddressManager.js +44 -46
- package/lib/commonjs/Wallet/components/AddressManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/DepositCard.js +41 -43
- package/lib/commonjs/Wallet/components/DepositCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/FundAccountCard.js +54 -55
- package/lib/commonjs/Wallet/components/FundAccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/ItemOrderCard.js +15 -17
- package/lib/commonjs/Wallet/components/ItemOrderCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/ItemOrderDetailCard.js +23 -25
- package/lib/commonjs/Wallet/components/ItemOrderDetailCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/LinkAccountManager.js +40 -42
- package/lib/commonjs/Wallet/components/LinkAccountManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManageAccountCard.js +36 -38
- package/lib/commonjs/Wallet/components/ManageAccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManualACHAdd.js +33 -35
- package/lib/commonjs/Wallet/components/ManualACHAdd.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManualCardAdd.js +47 -49
- package/lib/commonjs/Wallet/components/ManualCardAdd.js.map +1 -1
- package/lib/commonjs/Wallet/components/MyBalance.js +34 -35
- package/lib/commonjs/Wallet/components/MyBalance.js.map +1 -1
- package/lib/commonjs/Wallet/components/OrderManager.js +15 -17
- package/lib/commonjs/Wallet/components/OrderManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/RemoveAccount.js +10 -12
- package/lib/commonjs/Wallet/components/RemoveAccount.js.map +1 -1
- package/lib/commonjs/Wallet/components/VerifyACHAccount.js +20 -22
- package/lib/commonjs/Wallet/components/VerifyACHAccount.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletActionSelector.js +49 -51
- package/lib/commonjs/Wallet/components/WalletActionSelector.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletSettings.js +98 -100
- package/lib/commonjs/Wallet/components/WalletSettings.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletSetup.js +58 -60
- package/lib/commonjs/Wallet/components/WalletSetup.js.map +1 -1
- package/lib/commonjs/Wallet/components/WithdrawCard.js +46 -48
- package/lib/commonjs/Wallet/components/WithdrawCard.js.map +1 -1
- package/lib/commonjs/Wallet/index.js +45 -47
- package/lib/commonjs/Wallet/index.js.map +1 -1
- package/lib/commonjs/constants/styles.js +86 -0
- package/lib/commonjs/constants/styles.js.map +1 -1
- package/lib/commonjs/index.js +14 -0
- package/lib/commonjs/index.js.map +1 -1
- package/lib/module/AdServer/components/CompanyAdCard.js +1 -1
- package/lib/module/AdServer/components/CompanyAdCard.js.map +1 -1
- package/lib/module/AdServer/index.js +2 -1
- package/lib/module/AdServer/index.js.map +1 -1
- package/lib/module/ApiOverrides/index.js +6 -3
- package/lib/module/ApiOverrides/index.js.map +1 -1
- package/lib/module/Authenticator/Components/AuthStrategyIdentifier.js +0 -1
- package/lib/module/Authenticator/Components/AuthStrategyIdentifier.js.map +1 -1
- package/lib/module/Authenticator/Components/LoginForm.js +1 -1
- package/lib/module/Authenticator/Components/LoginForm.js.map +1 -1
- package/lib/module/Authenticator/Components/StrategyForm.js +1 -1
- package/lib/module/Authenticator/Components/StrategyForm.js.map +1 -1
- package/lib/module/Authenticator/index.js +1 -1
- package/lib/module/Authenticator/index.js.map +1 -1
- package/lib/module/BettorSearch/index.js +1 -1
- package/lib/module/BettorSearch/index.js.map +1 -1
- package/lib/module/Bracket/components/BracketCompetitionCard.js +1 -1
- package/lib/module/Bracket/components/BracketCompetitionCard.js.map +1 -1
- package/lib/module/Bracket/components/BracketCompetitionSelector.js +1 -1
- package/lib/module/Bracket/components/BracketCompetitionSelector.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/BracketNavigator.js +0 -1
- package/lib/module/Bracket/components/BracketPlay/BracketNavigator.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/BracketRound.js +0 -1
- package/lib/module/Bracket/components/BracketPlay/BracketRound.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/RoundEvent.js +0 -1
- package/lib/module/Bracket/components/BracketPlay/RoundEvent.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/index.js +1 -1
- package/lib/module/Bracket/components/BracketPlay/index.js.map +1 -1
- package/lib/module/Bracket/components/BracketSelector.js +0 -1
- package/lib/module/Bracket/components/BracketSelector.js.map +1 -1
- package/lib/module/Bracket/components/CompetitionLeaderboard.js +1 -1
- package/lib/module/Bracket/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/module/Bracket/components/JoinCompetitionCard.js +1 -1
- package/lib/module/Bracket/components/JoinCompetitionCard.js.map +1 -1
- package/lib/module/Bracket/components/PlayerBalanceCard.js +0 -1
- package/lib/module/Bracket/components/PlayerBalanceCard.js.map +1 -1
- package/lib/module/Bracket/components/PlayerBracketManager.js +1 -1
- package/lib/module/Bracket/components/PlayerBracketManager.js.map +1 -1
- package/lib/module/Bracket/components/PlayerBrackets.js +0 -1
- package/lib/module/Bracket/components/PlayerBrackets.js.map +1 -1
- package/lib/module/Bracket/components/RoomMenu.js +0 -1
- package/lib/module/Bracket/components/RoomMenu.js.map +1 -1
- package/lib/module/Bracket/index.js +1 -1
- package/lib/module/Bracket/index.js.map +1 -1
- package/lib/module/Checkout/components/AccountSummaryCard.js +0 -1
- package/lib/module/Checkout/components/AccountSummaryCard.js.map +1 -1
- package/lib/module/Checkout/components/ItemSummaryCard.js +0 -1
- package/lib/module/Checkout/components/ItemSummaryCard.js.map +1 -1
- package/lib/module/Checkout/components/OrderSummaryCard.js +0 -1
- package/lib/module/Checkout/components/OrderSummaryCard.js.map +1 -1
- package/lib/module/Checkout/components/PayPalOrderCapture.js +0 -1
- package/lib/module/Checkout/components/PayPalOrderCapture.js.map +1 -1
- package/lib/module/Checkout/components/ShippingSummaryCard.js +0 -1
- package/lib/module/Checkout/components/ShippingSummaryCard.js.map +1 -1
- package/lib/module/Checkout/index.js +1 -1
- package/lib/module/Checkout/index.js.map +1 -1
- package/lib/module/Competition/components/AthleteMarketCard.js +0 -1
- package/lib/module/Competition/components/AthleteMarketCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionCard.js +0 -1
- package/lib/module/Competition/components/CompetitionCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionInfoCard.js +0 -1
- package/lib/module/Competition/components/CompetitionInfoCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionLeaderboard.js +1 -1
- package/lib/module/Competition/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionPlay.js +1 -1
- package/lib/module/Competition/components/CompetitionPlay.js.map +1 -1
- package/lib/module/Competition/components/CompetitionSeasonCard.js +0 -1
- package/lib/module/Competition/components/CompetitionSeasonCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionSelector.js +1 -1
- package/lib/module/Competition/components/CompetitionSelector.js.map +1 -1
- package/lib/module/Competition/components/CompetitionTypeCard.js +1 -1
- package/lib/module/Competition/components/CompetitionTypeCard.js.map +1 -1
- package/lib/module/Competition/components/EnterCompetitionPrompt.js +1 -1
- package/lib/module/Competition/components/EnterCompetitionPrompt.js.map +1 -1
- package/lib/module/Competition/components/LeaderPicks.js +1 -1
- package/lib/module/Competition/components/LeaderPicks.js.map +1 -1
- package/lib/module/Competition/components/ManageSeasonForm.js +1 -1
- package/lib/module/Competition/components/ManageSeasonForm.js.map +1 -1
- package/lib/module/Competition/components/MarketsCard.js +1 -1
- package/lib/module/Competition/components/MarketsCard.js.map +1 -1
- package/lib/module/Competition/components/MatchMarketCard.js +0 -1
- package/lib/module/Competition/components/MatchMarketCard.js.map +1 -1
- package/lib/module/Competition/components/NavOutPrompt.js +0 -1
- package/lib/module/Competition/components/NavOutPrompt.js.map +1 -1
- package/lib/module/Competition/components/SeasonInfoModal.js +1 -1
- package/lib/module/Competition/components/SeasonInfoModal.js.map +1 -1
- package/lib/module/Competition/components/TeamEventCard.js +0 -1
- package/lib/module/Competition/components/TeamEventCard.js.map +1 -1
- package/lib/module/Competition/components/WagerPickForm.js +1 -1
- package/lib/module/Competition/components/WagerPickForm.js.map +1 -1
- package/lib/module/Competition/index.js +1 -1
- package/lib/module/Competition/index.js.map +1 -1
- package/lib/module/Components/Button.js +0 -1
- package/lib/module/Components/Button.js.map +1 -1
- package/lib/module/Components/Checkbox.js +0 -1
- package/lib/module/Components/Checkbox.js.map +1 -1
- package/lib/module/Components/Icons.js +279 -2
- package/lib/module/Components/Icons.js.map +1 -1
- package/lib/module/Components/ImageUploader.js +1 -1
- package/lib/module/Components/ImageUploader.js.map +1 -1
- package/lib/module/Components/Jerseys.js +0 -1
- package/lib/module/Components/Jerseys.js.map +1 -1
- package/lib/module/Components/LinearDiagnal.js +1 -1
- package/lib/module/Components/LinearDiagnal.js.map +1 -1
- package/lib/module/Components/Spring.js +0 -1
- package/lib/module/Components/Spring.js.map +1 -1
- package/lib/module/Components/Switch.js +0 -1
- package/lib/module/Components/Switch.js.map +1 -1
- package/lib/module/Components/Text.js +33 -5
- package/lib/module/Components/Text.js.map +1 -1
- package/lib/module/Components/TextInput.js +0 -1
- package/lib/module/Components/TextInput.js.map +1 -1
- package/lib/module/LocationTracker/index.js +0 -1
- package/lib/module/LocationTracker/index.js.map +1 -1
- package/lib/module/Observer/Observer.js +0 -1
- package/lib/module/Observer/Observer.js.map +1 -1
- package/lib/module/Poll/components/CampaignPlay.js +0 -1
- package/lib/module/Poll/components/CampaignPlay.js.map +1 -1
- package/lib/module/Poll/components/CampaignProgressBar.js +0 -1
- package/lib/module/Poll/components/CampaignProgressBar.js.map +1 -1
- package/lib/module/Poll/components/CampaignResult.js +0 -1
- package/lib/module/Poll/components/CampaignResult.js.map +1 -1
- package/lib/module/Poll/components/CampaignSelector.js +1 -1
- package/lib/module/Poll/components/CampaignSelector.js.map +1 -1
- package/lib/module/Poll/components/PollCampaignCard.js +0 -1
- package/lib/module/Poll/components/PollCampaignCard.js.map +1 -1
- package/lib/module/Poll/components/PollCard.js +0 -1
- package/lib/module/Poll/components/PollCard.js.map +1 -1
- package/lib/module/Poll/components/PollOptionCard.js +1 -1
- package/lib/module/Poll/components/PollOptionCard.js.map +1 -1
- package/lib/module/Poll/components/PollSelectCard.js +0 -1
- package/lib/module/Poll/components/PollSelectCard.js.map +1 -1
- package/lib/module/Poll/components/ResponseTimer.js +1 -1
- package/lib/module/Poll/components/ResponseTimer.js.map +1 -1
- package/lib/module/Poll/components/WidgetHeader.js +0 -1
- package/lib/module/Poll/components/WidgetHeader.js.map +1 -1
- package/lib/module/Poll/flashmarket/ResultCard.js +1 -1
- package/lib/module/Poll/flashmarket/ResultCard.js.map +1 -1
- package/lib/module/Poll/flashmarket/index.js +1 -1
- package/lib/module/Poll/flashmarket/index.js.map +1 -1
- package/lib/module/Poll/index.js +1 -1
- package/lib/module/Poll/index.js.map +1 -1
- package/lib/module/ProfileManager/Components/BasicInfoManager.js +1 -1
- package/lib/module/ProfileManager/Components/BasicInfoManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/BasicStatus.js +0 -1
- package/lib/module/ProfileManager/Components/BasicStatus.js.map +1 -1
- package/lib/module/ProfileManager/Components/CodeRedeem.js +1 -1
- package/lib/module/ProfileManager/Components/CodeRedeem.js.map +1 -1
- package/lib/module/ProfileManager/Components/DOBManager.js +1 -1
- package/lib/module/ProfileManager/Components/DOBManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/EmailManager.js +1 -1
- package/lib/module/ProfileManager/Components/EmailManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/PasswordManager.js +1 -1
- package/lib/module/ProfileManager/Components/PasswordManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/PhoneManager.js +1 -1
- package/lib/module/ProfileManager/Components/PhoneManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfilePicManager.js +1 -1
- package/lib/module/ProfileManager/Components/ProfilePicManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfileWelcome.js +0 -1
- package/lib/module/ProfileManager/Components/ProfileWelcome.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfileWizard.js +1 -1
- package/lib/module/ProfileManager/Components/ProfileWizard.js.map +1 -1
- package/lib/module/ProfileManager/Components/SettingsManager.js +1 -1
- package/lib/module/ProfileManager/Components/SettingsManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/VouchCard.js +1 -1
- package/lib/module/ProfileManager/Components/VouchCard.js.map +1 -1
- package/lib/module/ProfileManager/index.js +1 -1
- package/lib/module/ProfileManager/index.js.map +1 -1
- package/lib/module/SocialComponents/PlayerCard.js +0 -1
- package/lib/module/SocialComponents/PlayerCard.js.map +1 -1
- package/lib/module/SocialComponents/PlayerFollowButton.js +0 -1
- package/lib/module/SocialComponents/PlayerFollowButton.js.map +1 -1
- package/lib/module/SocialComponents/PlayerList.js +1 -1
- package/lib/module/SocialComponents/PlayerList.js.map +1 -1
- package/lib/module/Socket/api/index.js +13 -0
- package/lib/module/Socket/api/index.js.map +1 -0
- package/lib/module/Socket/index.js +113 -0
- package/lib/module/Socket/index.js.map +1 -0
- package/lib/module/Squares/api/index.js +91 -0
- package/lib/module/Squares/api/index.js.map +1 -0
- package/lib/module/Squares/components/BidForm.js +166 -0
- package/lib/module/Squares/components/BidForm.js.map +1 -0
- package/lib/module/Squares/components/BidToggle.js +56 -0
- package/lib/module/Squares/components/BidToggle.js.map +1 -0
- package/lib/module/Squares/components/BoardStats.js +137 -0
- package/lib/module/Squares/components/BoardStats.js.map +1 -0
- package/lib/module/Squares/components/EventCard.js +125 -0
- package/lib/module/Squares/components/EventCard.js.map +1 -0
- package/lib/module/Squares/components/MySquaresCard.js +102 -0
- package/lib/module/Squares/components/MySquaresCard.js.map +1 -0
- package/lib/module/Squares/components/OfferForm.js +174 -0
- package/lib/module/Squares/components/OfferForm.js.map +1 -0
- package/lib/module/Squares/components/ResultsCard.js +101 -0
- package/lib/module/Squares/components/ResultsCard.js.map +1 -0
- package/lib/module/Squares/components/SquareCard.js +330 -0
- package/lib/module/Squares/components/SquareCard.js.map +1 -0
- package/lib/module/Squares/components/SquareOfferCard.js +259 -0
- package/lib/module/Squares/components/SquareOfferCard.js.map +1 -0
- package/lib/module/Squares/components/SquareOwners.js +116 -0
- package/lib/module/Squares/components/SquareOwners.js.map +1 -0
- package/lib/module/Squares/components/SquaresBoard.js +202 -0
- package/lib/module/Squares/components/SquaresBoard.js.map +1 -0
- package/lib/module/Squares/components/SquaresDetails.js +83 -0
- package/lib/module/Squares/components/SquaresDetails.js.map +1 -0
- package/lib/module/Squares/index.js +561 -0
- package/lib/module/Squares/index.js.map +1 -0
- package/lib/module/Wallet/components/ACHAddCard.js +0 -1
- package/lib/module/Wallet/components/ACHAddCard.js.map +1 -1
- package/lib/module/Wallet/components/AccountCard.js +0 -1
- package/lib/module/Wallet/components/AccountCard.js.map +1 -1
- package/lib/module/Wallet/components/AccountLimitManager.js +1 -1
- package/lib/module/Wallet/components/AccountLimitManager.js.map +1 -1
- package/lib/module/Wallet/components/AccountManager.js +0 -1
- package/lib/module/Wallet/components/AccountManager.js.map +1 -1
- package/lib/module/Wallet/components/AccountSnoozeManager.js +1 -1
- package/lib/module/Wallet/components/AccountSnoozeManager.js.map +1 -1
- package/lib/module/Wallet/components/AddressCard.js +0 -1
- package/lib/module/Wallet/components/AddressCard.js.map +1 -1
- package/lib/module/Wallet/components/AddressManager.js +1 -1
- package/lib/module/Wallet/components/AddressManager.js.map +1 -1
- package/lib/module/Wallet/components/DepositCard.js +1 -1
- package/lib/module/Wallet/components/DepositCard.js.map +1 -1
- package/lib/module/Wallet/components/FundAccountCard.js +0 -1
- package/lib/module/Wallet/components/FundAccountCard.js.map +1 -1
- package/lib/module/Wallet/components/ItemOrderCard.js +1 -1
- package/lib/module/Wallet/components/ItemOrderCard.js.map +1 -1
- package/lib/module/Wallet/components/ItemOrderDetailCard.js +0 -1
- package/lib/module/Wallet/components/ItemOrderDetailCard.js.map +1 -1
- package/lib/module/Wallet/components/LinkAccountManager.js +1 -1
- package/lib/module/Wallet/components/LinkAccountManager.js.map +1 -1
- package/lib/module/Wallet/components/ManageAccountCard.js +1 -1
- package/lib/module/Wallet/components/ManageAccountCard.js.map +1 -1
- package/lib/module/Wallet/components/ManualACHAdd.js +1 -1
- package/lib/module/Wallet/components/ManualACHAdd.js.map +1 -1
- package/lib/module/Wallet/components/ManualCardAdd.js +1 -1
- package/lib/module/Wallet/components/ManualCardAdd.js.map +1 -1
- package/lib/module/Wallet/components/MyBalance.js +0 -1
- package/lib/module/Wallet/components/MyBalance.js.map +1 -1
- package/lib/module/Wallet/components/OrderManager.js +1 -1
- package/lib/module/Wallet/components/OrderManager.js.map +1 -1
- package/lib/module/Wallet/components/RemoveAccount.js +0 -1
- package/lib/module/Wallet/components/RemoveAccount.js.map +1 -1
- package/lib/module/Wallet/components/VerifyACHAccount.js +1 -1
- package/lib/module/Wallet/components/VerifyACHAccount.js.map +1 -1
- package/lib/module/Wallet/components/WalletActionSelector.js +1 -1
- package/lib/module/Wallet/components/WalletActionSelector.js.map +1 -1
- package/lib/module/Wallet/components/WalletSettings.js +0 -1
- package/lib/module/Wallet/components/WalletSettings.js.map +1 -1
- package/lib/module/Wallet/components/WalletSetup.js +1 -1
- package/lib/module/Wallet/components/WalletSetup.js.map +1 -1
- package/lib/module/Wallet/components/WithdrawCard.js +1 -1
- package/lib/module/Wallet/components/WithdrawCard.js.map +1 -1
- package/lib/module/Wallet/index.js +1 -1
- package/lib/module/Wallet/index.js.map +1 -1
- package/lib/module/constants/styles.js +86 -0
- package/lib/module/constants/styles.js.map +1 -1
- package/lib/module/index.js +3 -1
- package/lib/module/index.js.map +1 -1
- package/lib/typescript/src/AdServer/components/CompanyAdCard.d.ts +1 -2
- package/lib/typescript/src/AdServer/components/CompanyAdCard.d.ts.map +1 -1
- package/lib/typescript/src/AdServer/index.d.ts +2 -3
- package/lib/typescript/src/AdServer/index.d.ts.map +1 -1
- package/lib/typescript/src/ApiOverrides/index.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/AuthStrategyIdentifier.d.ts +1 -2
- package/lib/typescript/src/Authenticator/Components/AuthStrategyIdentifier.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/LoginForm.d.ts +1 -2
- package/lib/typescript/src/Authenticator/Components/LoginForm.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/StrategyForm.d.ts +1 -2
- package/lib/typescript/src/Authenticator/Components/StrategyForm.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/index.d.ts +1 -2
- package/lib/typescript/src/Authenticator/index.d.ts.map +1 -1
- package/lib/typescript/src/BettorSearch/index.d.ts +1 -2
- package/lib/typescript/src/BettorSearch/index.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketCompetitionCard.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/BracketCompetitionCard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketCompetitionSelector.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/BracketCompetitionSelector.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketNavigator.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketNavigator.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketRound.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketRound.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/RoundEvent.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/BracketPlay/RoundEvent.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/index.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/BracketPlay/index.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketSelector.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/BracketSelector.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/CompetitionLeaderboard.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/CompetitionLeaderboard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/JoinCompetitionCard.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/JoinCompetitionCard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBalanceCard.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/PlayerBalanceCard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBracketManager.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/PlayerBracketManager.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBrackets.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/PlayerBrackets.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/RoomMenu.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/RoomMenu.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/index.d.ts +1 -2
- package/lib/typescript/src/Bracket/index.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/AccountSummaryCard.d.ts +1 -2
- package/lib/typescript/src/Checkout/components/AccountSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/ItemSummaryCard.d.ts +1 -2
- package/lib/typescript/src/Checkout/components/ItemSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/OrderSummaryCard.d.ts +1 -2
- package/lib/typescript/src/Checkout/components/OrderSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/PayPalOrderCapture.d.ts +1 -2
- package/lib/typescript/src/Checkout/components/PayPalOrderCapture.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/ShippingSummaryCard.d.ts +1 -2
- package/lib/typescript/src/Checkout/components/ShippingSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/index.d.ts +1 -2
- package/lib/typescript/src/Checkout/index.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/AthleteMarketCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/AthleteMarketCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/CompetitionCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionInfoCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/CompetitionInfoCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionLeaderboard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/CompetitionLeaderboard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionPlay.d.ts +1 -2
- package/lib/typescript/src/Competition/components/CompetitionPlay.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionSeasonCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/CompetitionSeasonCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionSelector.d.ts +1 -2
- package/lib/typescript/src/Competition/components/CompetitionSelector.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionTypeCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/CompetitionTypeCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/EnterCompetitionPrompt.d.ts +1 -2
- package/lib/typescript/src/Competition/components/EnterCompetitionPrompt.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/LeaderPicks.d.ts +1 -2
- package/lib/typescript/src/Competition/components/LeaderPicks.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/ManageSeasonForm.d.ts +1 -2
- package/lib/typescript/src/Competition/components/ManageSeasonForm.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/MarketsCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/MarketsCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/MatchMarketCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/MatchMarketCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/NavOutPrompt.d.ts +1 -2
- package/lib/typescript/src/Competition/components/NavOutPrompt.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/SeasonInfoModal.d.ts +1 -2
- package/lib/typescript/src/Competition/components/SeasonInfoModal.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/TeamEventCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/TeamEventCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/WagerPickForm.d.ts +1 -2
- package/lib/typescript/src/Competition/components/WagerPickForm.d.ts.map +1 -1
- package/lib/typescript/src/Competition/index.d.ts +1 -2
- package/lib/typescript/src/Competition/index.d.ts.map +1 -1
- package/lib/typescript/src/Components/Button.d.ts +1 -2
- package/lib/typescript/src/Components/Button.d.ts.map +1 -1
- package/lib/typescript/src/Components/Checkbox.d.ts +1 -2
- package/lib/typescript/src/Components/Checkbox.d.ts.map +1 -1
- package/lib/typescript/src/Components/Icons.d.ts +57 -53
- package/lib/typescript/src/Components/Icons.d.ts.map +1 -1
- package/lib/typescript/src/Components/ImageUploader.d.ts +1 -2
- package/lib/typescript/src/Components/ImageUploader.d.ts.map +1 -1
- package/lib/typescript/src/Components/Jerseys.d.ts +2 -3
- package/lib/typescript/src/Components/Jerseys.d.ts.map +1 -1
- package/lib/typescript/src/Components/LinearDiagnal.d.ts +1 -2
- package/lib/typescript/src/Components/LinearDiagnal.d.ts.map +1 -1
- package/lib/typescript/src/Components/Spring.d.ts +1 -2
- package/lib/typescript/src/Components/Spring.d.ts.map +1 -1
- package/lib/typescript/src/Components/Switch.d.ts +1 -2
- package/lib/typescript/src/Components/Switch.d.ts.map +1 -1
- package/lib/typescript/src/Components/Text.d.ts +3 -2
- package/lib/typescript/src/Components/Text.d.ts.map +1 -1
- package/lib/typescript/src/Components/TextInput.d.ts +1 -2
- package/lib/typescript/src/Components/TextInput.d.ts.map +1 -1
- package/lib/typescript/src/LocationTracker/index.d.ts +1 -2
- package/lib/typescript/src/LocationTracker/index.d.ts.map +1 -1
- package/lib/typescript/src/Observer/Observer.d.ts +1 -2
- package/lib/typescript/src/Observer/Observer.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignPlay.d.ts +1 -2
- package/lib/typescript/src/Poll/components/CampaignPlay.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignProgressBar.d.ts +1 -2
- package/lib/typescript/src/Poll/components/CampaignProgressBar.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignResult.d.ts +1 -2
- package/lib/typescript/src/Poll/components/CampaignResult.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignSelector.d.ts +1 -2
- package/lib/typescript/src/Poll/components/CampaignSelector.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollCampaignCard.d.ts +1 -2
- package/lib/typescript/src/Poll/components/PollCampaignCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollCard.d.ts +1 -2
- package/lib/typescript/src/Poll/components/PollCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollOptionCard.d.ts +1 -2
- package/lib/typescript/src/Poll/components/PollOptionCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollSelectCard.d.ts +1 -2
- package/lib/typescript/src/Poll/components/PollSelectCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/ResponseTimer.d.ts +1 -2
- package/lib/typescript/src/Poll/components/ResponseTimer.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/WidgetHeader.d.ts +1 -2
- package/lib/typescript/src/Poll/components/WidgetHeader.d.ts.map +1 -1
- package/lib/typescript/src/Poll/flashmarket/ResultCard.d.ts +1 -2
- package/lib/typescript/src/Poll/flashmarket/ResultCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/flashmarket/index.d.ts +1 -2
- package/lib/typescript/src/Poll/flashmarket/index.d.ts.map +1 -1
- package/lib/typescript/src/Poll/index.d.ts +1 -2
- package/lib/typescript/src/Poll/index.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/BasicInfoManager.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/BasicInfoManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/BasicStatus.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/BasicStatus.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/CodeRedeem.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/CodeRedeem.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/DOBManager.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/DOBManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/EmailManager.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/EmailManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/PasswordManager.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/PasswordManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/PhoneManager.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/PhoneManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfilePicManager.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/ProfilePicManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWelcome.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/ProfileWelcome.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWizard.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/ProfileWizard.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/SettingsManager.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/SettingsManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/VouchCard.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/VouchCard.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/index.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/index.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PlayerCard.d.ts +1 -2
- package/lib/typescript/src/SocialComponents/PlayerCard.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PlayerFollowButton.d.ts +1 -2
- package/lib/typescript/src/SocialComponents/PlayerFollowButton.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PlayerList.d.ts +1 -2
- package/lib/typescript/src/SocialComponents/PlayerList.d.ts.map +1 -1
- package/lib/typescript/src/Socket/api/index.d.ts +6 -0
- package/lib/typescript/src/Socket/api/index.d.ts.map +1 -0
- package/lib/typescript/src/Socket/index.d.ts +11 -0
- package/lib/typescript/src/Socket/index.d.ts.map +1 -0
- package/lib/typescript/src/Squares/api/index.d.ts +29 -0
- package/lib/typescript/src/Squares/api/index.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/BidForm.d.ts +21 -0
- package/lib/typescript/src/Squares/components/BidForm.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/BidToggle.d.ts +9 -0
- package/lib/typescript/src/Squares/components/BidToggle.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/BoardStats.d.ts +10 -0
- package/lib/typescript/src/Squares/components/BoardStats.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/EventCard.d.ts +8 -0
- package/lib/typescript/src/Squares/components/EventCard.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/MySquaresCard.d.ts +13 -0
- package/lib/typescript/src/Squares/components/MySquaresCard.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/OfferForm.d.ts +22 -0
- package/lib/typescript/src/Squares/components/OfferForm.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/ResultsCard.d.ts +11 -0
- package/lib/typescript/src/Squares/components/ResultsCard.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/SquareCard.d.ts +20 -0
- package/lib/typescript/src/Squares/components/SquareCard.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/SquareOfferCard.d.ts +12 -0
- package/lib/typescript/src/Squares/components/SquareOfferCard.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/SquareOwners.d.ts +9 -0
- package/lib/typescript/src/Squares/components/SquareOwners.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/SquaresBoard.d.ts +18 -0
- package/lib/typescript/src/Squares/components/SquaresBoard.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/SquaresDetails.d.ts +9 -0
- package/lib/typescript/src/Squares/components/SquaresDetails.d.ts.map +1 -0
- package/lib/typescript/src/Squares/index.d.ts +14 -0
- package/lib/typescript/src/Squares/index.d.ts.map +1 -0
- package/lib/typescript/src/Wallet/components/ACHAddCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/ACHAddCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/AccountCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountLimitManager.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/AccountLimitManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountManager.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/AccountManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountSnoozeManager.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/AccountSnoozeManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AddressCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/AddressCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AddressManager.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/AddressManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/DepositCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/DepositCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/FundAccountCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/FundAccountCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ItemOrderCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/ItemOrderCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ItemOrderDetailCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/ItemOrderDetailCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/LinkAccountManager.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/LinkAccountManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ManageAccountCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/ManageAccountCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ManualACHAdd.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/ManualACHAdd.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ManualCardAdd.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/ManualCardAdd.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/MyBalance.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/MyBalance.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/OrderManager.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/OrderManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/RemoveAccount.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/RemoveAccount.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/VerifyACHAccount.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/VerifyACHAccount.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WalletActionSelector.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/WalletActionSelector.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WalletSettings.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/WalletSettings.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WalletSetup.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/WalletSetup.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WithdrawCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/WithdrawCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/index.d.ts +1 -2
- package/lib/typescript/src/Wallet/index.d.ts.map +1 -1
- package/lib/typescript/src/constants/styles.d.ts +86 -0
- package/lib/typescript/src/constants/styles.d.ts.map +1 -1
- package/lib/typescript/src/index.d.ts +3 -1
- package/lib/typescript/src/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/AdServer/components/CompanyAdCard.tsx +1 -1
- package/src/AdServer/index.tsx +2 -1
- package/src/ApiOverrides/index.ts +6 -3
- package/src/Authenticator/Components/AuthStrategyIdentifier.tsx +0 -1
- package/src/Authenticator/Components/LoginForm.tsx +1 -1
- package/src/Authenticator/Components/StrategyForm.tsx +1 -1
- package/src/Authenticator/index.tsx +1 -1
- package/src/BettorSearch/index.tsx +1 -1
- package/src/Bracket/components/BracketCompetitionCard.tsx +1 -1
- package/src/Bracket/components/BracketCompetitionSelector.tsx +1 -1
- package/src/Bracket/components/BracketPlay/BracketNavigator.tsx +0 -1
- package/src/Bracket/components/BracketPlay/BracketRound.tsx +0 -1
- package/src/Bracket/components/BracketPlay/RoundEvent.tsx +0 -1
- package/src/Bracket/components/BracketPlay/index.tsx +1 -1
- package/src/Bracket/components/BracketSelector.tsx +0 -1
- package/src/Bracket/components/CompetitionLeaderboard.tsx +1 -1
- package/src/Bracket/components/JoinCompetitionCard.tsx +1 -1
- package/src/Bracket/components/PlayerBalanceCard.tsx +0 -1
- package/src/Bracket/components/PlayerBracketManager.tsx +1 -1
- package/src/Bracket/components/PlayerBrackets.tsx +0 -1
- package/src/Bracket/components/RoomMenu.tsx +0 -1
- package/src/Bracket/index.tsx +1 -1
- package/src/Checkout/components/AccountSummaryCard.tsx +0 -1
- package/src/Checkout/components/ItemSummaryCard.tsx +0 -1
- package/src/Checkout/components/OrderSummaryCard.tsx +0 -1
- package/src/Checkout/components/PayPalOrderCapture.tsx +0 -1
- package/src/Checkout/components/ShippingSummaryCard.tsx +0 -1
- package/src/Checkout/index.tsx +1 -1
- package/src/Competition/components/AthleteMarketCard.tsx +0 -1
- package/src/Competition/components/CompetitionCard.tsx +0 -1
- package/src/Competition/components/CompetitionInfoCard.tsx +0 -1
- package/src/Competition/components/CompetitionLeaderboard.tsx +1 -1
- package/src/Competition/components/CompetitionPlay.tsx +1 -1
- package/src/Competition/components/CompetitionSeasonCard.tsx +0 -1
- package/src/Competition/components/CompetitionSelector.tsx +1 -1
- package/src/Competition/components/CompetitionTypeCard.tsx +1 -1
- package/src/Competition/components/EnterCompetitionPrompt.tsx +1 -1
- package/src/Competition/components/LeaderPicks.tsx +1 -1
- package/src/Competition/components/ManageSeasonForm.tsx +1 -1
- package/src/Competition/components/MarketsCard.tsx +1 -1
- package/src/Competition/components/MatchMarketCard.tsx +0 -1
- package/src/Competition/components/NavOutPrompt.tsx +0 -1
- package/src/Competition/components/SeasonInfoModal.tsx +1 -1
- package/src/Competition/components/TeamEventCard.tsx +0 -1
- package/src/Competition/components/WagerPickForm.tsx +1 -1
- package/src/Competition/index.tsx +1 -1
- package/src/Components/Button.tsx +0 -1
- package/src/Components/Checkbox.tsx +0 -1
- package/src/Components/Icons.tsx +76 -2
- package/src/Components/ImageUploader.tsx +1 -1
- package/src/Components/Jerseys.tsx +0 -1
- package/src/Components/LinearDiagnal.tsx +1 -1
- package/src/Components/Spring.tsx +0 -1
- package/src/Components/Switch.tsx +0 -1
- package/src/Components/Text.tsx +23 -3
- package/src/Components/TextInput.tsx +0 -1
- package/src/LocationTracker/index.tsx +0 -1
- package/src/Observer/Observer.tsx +0 -1
- package/src/Poll/components/CampaignPlay.tsx +0 -1
- package/src/Poll/components/CampaignProgressBar.tsx +0 -1
- package/src/Poll/components/CampaignResult.tsx +0 -1
- package/src/Poll/components/CampaignSelector.tsx +1 -1
- package/src/Poll/components/PollCampaignCard.tsx +0 -1
- package/src/Poll/components/PollCard.tsx +0 -1
- package/src/Poll/components/PollOptionCard.tsx +1 -1
- package/src/Poll/components/PollSelectCard.tsx +0 -1
- package/src/Poll/components/ResponseTimer.tsx +1 -1
- package/src/Poll/components/WidgetHeader.tsx +0 -1
- package/src/Poll/flashmarket/ResultCard.tsx +1 -1
- package/src/Poll/flashmarket/index.tsx +1 -1
- package/src/Poll/index.tsx +1 -1
- package/src/ProfileManager/Components/BasicInfoManager.tsx +1 -1
- package/src/ProfileManager/Components/BasicStatus.tsx +0 -1
- package/src/ProfileManager/Components/CodeRedeem.tsx +1 -1
- package/src/ProfileManager/Components/DOBManager.tsx +1 -1
- package/src/ProfileManager/Components/EmailManager.tsx +1 -1
- package/src/ProfileManager/Components/PasswordManager.tsx +1 -1
- package/src/ProfileManager/Components/PhoneManager.tsx +1 -1
- package/src/ProfileManager/Components/ProfilePicManager.tsx +1 -1
- package/src/ProfileManager/Components/ProfileWelcome.tsx +0 -1
- package/src/ProfileManager/Components/ProfileWizard.tsx +1 -1
- package/src/ProfileManager/Components/SettingsManager.tsx +1 -1
- package/src/ProfileManager/Components/VouchCard.tsx +1 -1
- package/src/ProfileManager/index.tsx +1 -1
- package/src/SocialComponents/PlayerCard.tsx +0 -1
- package/src/SocialComponents/PlayerFollowButton.tsx +0 -1
- package/src/SocialComponents/PlayerList.tsx +1 -1
- package/src/Socket/api/index.ts +15 -0
- package/src/Socket/index.tsx +96 -0
- package/src/Squares/api/index.ts +69 -0
- package/src/Squares/components/BidForm.tsx +85 -0
- package/src/Squares/components/BidToggle.tsx +27 -0
- package/src/Squares/components/BoardStats.tsx +70 -0
- package/src/Squares/components/EventCard.tsx +77 -0
- package/src/Squares/components/MySquaresCard.tsx +80 -0
- package/src/Squares/components/OfferForm.tsx +94 -0
- package/src/Squares/components/ResultsCard.tsx +67 -0
- package/src/Squares/components/SquareCard.tsx +190 -0
- package/src/Squares/components/SquareOfferCard.tsx +101 -0
- package/src/Squares/components/SquareOwners.tsx +69 -0
- package/src/Squares/components/SquaresBoard.tsx +161 -0
- package/src/Squares/components/SquaresDetails.tsx +54 -0
- package/src/Squares/index.tsx +398 -0
- package/src/Wallet/components/ACHAddCard.tsx +0 -1
- package/src/Wallet/components/AccountCard.tsx +0 -1
- package/src/Wallet/components/AccountLimitManager.tsx +1 -1
- package/src/Wallet/components/AccountManager.tsx +0 -1
- package/src/Wallet/components/AccountSnoozeManager.tsx +1 -1
- package/src/Wallet/components/AddressCard.tsx +0 -1
- package/src/Wallet/components/AddressManager.tsx +1 -1
- package/src/Wallet/components/DepositCard.tsx +1 -1
- package/src/Wallet/components/FundAccountCard.tsx +0 -1
- package/src/Wallet/components/ItemOrderCard.tsx +1 -1
- package/src/Wallet/components/ItemOrderDetailCard.tsx +0 -1
- package/src/Wallet/components/LinkAccountManager.tsx +1 -1
- package/src/Wallet/components/ManageAccountCard.tsx +1 -1
- package/src/Wallet/components/ManualACHAdd.tsx +1 -1
- package/src/Wallet/components/ManualCardAdd.tsx +1 -1
- package/src/Wallet/components/MyBalance.tsx +0 -1
- package/src/Wallet/components/OrderManager.tsx +1 -1
- package/src/Wallet/components/RemoveAccount.tsx +0 -1
- package/src/Wallet/components/VerifyACHAccount.tsx +1 -1
- package/src/Wallet/components/WalletActionSelector.tsx +1 -1
- package/src/Wallet/components/WalletSettings.tsx +0 -1
- package/src/Wallet/components/WalletSetup.tsx +1 -1
- package/src/Wallet/components/WithdrawCard.tsx +1 -1
- package/src/Wallet/index.tsx +1 -1
- package/src/constants/styles.ts +15 -2
- package/src/index.tsx +6 -1
- package/src/types.d.ts +52 -1
|
@@ -4,7 +4,6 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
var _react = _interopRequireDefault(require("react"));
|
|
8
7
|
var _reactNative = require("react-native");
|
|
9
8
|
var _MarketsCard = _interopRequireDefault(require("./MarketsCard"));
|
|
10
9
|
var _Components = require("../../Components");
|
|
@@ -49,18 +48,18 @@ const TeamEventCard = ({
|
|
|
49
48
|
};
|
|
50
49
|
const renderWagerPicks = data => {
|
|
51
50
|
let locked = mode == 'view' && (0, _momentMini.default)().isBefore((0, _momentMini.default)(event.scheduled_datetime)) ? true : false;
|
|
52
|
-
return /*#__PURE__*/
|
|
51
|
+
return /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
53
52
|
style: {
|
|
54
53
|
flexDirection: 'row',
|
|
55
54
|
marginTop: 5
|
|
56
55
|
}
|
|
57
|
-
}, /*#__PURE__*/
|
|
56
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
58
57
|
style: {
|
|
59
58
|
flex: 1
|
|
60
59
|
},
|
|
61
60
|
size: 12,
|
|
62
61
|
color: _colors.default.highlights.highlight200
|
|
63
|
-
}, locked ? 'WAGER LOCKED' : data.item.pick_title), /*#__PURE__*/
|
|
62
|
+
}, locked ? 'WAGER LOCKED' : data.item.pick_title), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
64
63
|
style: {
|
|
65
64
|
flex: 1
|
|
66
65
|
},
|
|
@@ -70,22 +69,22 @@ const TeamEventCard = ({
|
|
|
70
69
|
}, locked ? '' : `${data.item.stake.toFixed(2)} to win ${data.item.potential_winnings.toFixed(2)}`));
|
|
71
70
|
};
|
|
72
71
|
if (!event) {
|
|
73
|
-
return /*#__PURE__*/
|
|
72
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null);
|
|
74
73
|
}
|
|
75
|
-
return /*#__PURE__*/
|
|
74
|
+
return /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
76
75
|
style: {
|
|
77
76
|
padding: 5
|
|
78
77
|
}
|
|
79
|
-
}, /*#__PURE__*/
|
|
78
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
80
79
|
style: {
|
|
81
80
|
flexDirection: 'row'
|
|
82
81
|
}
|
|
83
|
-
}, /*#__PURE__*/
|
|
82
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
84
83
|
nativeID: "event_details",
|
|
85
84
|
style: {
|
|
86
85
|
flex: 1
|
|
87
86
|
}
|
|
88
|
-
}, /*#__PURE__*/
|
|
87
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, null), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
89
88
|
nativeID: "away_team",
|
|
90
89
|
style: {
|
|
91
90
|
flex: 1,
|
|
@@ -93,24 +92,24 @@ const TeamEventCard = ({
|
|
|
93
92
|
alignItems: 'center',
|
|
94
93
|
paddingRight: 5
|
|
95
94
|
}
|
|
96
|
-
}, /*#__PURE__*/
|
|
95
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
97
96
|
style: {
|
|
98
97
|
flex: 1,
|
|
99
98
|
marginRight: 5
|
|
100
99
|
}
|
|
101
|
-
}, /*#__PURE__*/
|
|
100
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
102
101
|
style: {
|
|
103
102
|
flexDirection: 'row',
|
|
104
103
|
alignItems: 'flex-start'
|
|
105
104
|
}
|
|
106
|
-
}, event?.away?.rank ? /*#__PURE__*/
|
|
105
|
+
}, event?.away?.rank ? /*#__PURE__*/React.createElement(_Components.Text, {
|
|
107
106
|
style: {
|
|
108
107
|
marginRight: 4
|
|
109
108
|
},
|
|
110
109
|
size: 12,
|
|
111
110
|
color: _colors.default.brand.cyan,
|
|
112
111
|
weight: "bold"
|
|
113
|
-
}, event.away.rank) : /*#__PURE__*/
|
|
112
|
+
}, event.away.rank) : /*#__PURE__*/React.createElement(React.Fragment, null), event?.away?.image?.url ? /*#__PURE__*/React.createElement(_reactNative.Image, {
|
|
114
113
|
source: {
|
|
115
114
|
uri: event.away.image.url
|
|
116
115
|
},
|
|
@@ -120,19 +119,19 @@ const TeamEventCard = ({
|
|
|
120
119
|
marginRight: 5
|
|
121
120
|
},
|
|
122
121
|
resizeMode: "cover"
|
|
123
|
-
}) : /*#__PURE__*/
|
|
122
|
+
}) : /*#__PURE__*/React.createElement(React.Fragment, null), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
124
123
|
size: 12,
|
|
125
124
|
color: _colors.default.shades.black,
|
|
126
125
|
weight: "semibold"
|
|
127
|
-
}, event.away?.market_name, " ", event.away?.name)), event?.away_sub_title ? /*#__PURE__*/
|
|
126
|
+
}, event.away?.market_name, " ", event.away?.name)), event?.away_sub_title ? /*#__PURE__*/React.createElement(_Components.Text, {
|
|
128
127
|
size: 12,
|
|
129
128
|
color: _colors.default.shades.black,
|
|
130
129
|
weight: "regular"
|
|
131
|
-
}, event?.away_sub_title) : /*#__PURE__*/
|
|
130
|
+
}, event?.away_sub_title) : /*#__PURE__*/React.createElement(React.Fragment, null)), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
132
131
|
size: 12,
|
|
133
132
|
color: _colors.default.shades.black,
|
|
134
133
|
weight: "bold"
|
|
135
|
-
}, event.away_team_score)), /*#__PURE__*/
|
|
134
|
+
}, event.away_team_score)), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
136
135
|
nativeID: "home_team",
|
|
137
136
|
style: {
|
|
138
137
|
flex: 1,
|
|
@@ -140,24 +139,24 @@ const TeamEventCard = ({
|
|
|
140
139
|
alignItems: 'center',
|
|
141
140
|
paddingRight: 5
|
|
142
141
|
}
|
|
143
|
-
}, /*#__PURE__*/
|
|
142
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
144
143
|
style: {
|
|
145
144
|
flex: 1,
|
|
146
145
|
marginRight: 5
|
|
147
146
|
}
|
|
148
|
-
}, /*#__PURE__*/
|
|
147
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
149
148
|
style: {
|
|
150
149
|
flexDirection: 'row',
|
|
151
150
|
alignItems: 'flex-start'
|
|
152
151
|
}
|
|
153
|
-
}, event?.home?.rank ? /*#__PURE__*/
|
|
152
|
+
}, event?.home?.rank ? /*#__PURE__*/React.createElement(_Components.Text, {
|
|
154
153
|
style: {
|
|
155
154
|
marginRight: 4
|
|
156
155
|
},
|
|
157
156
|
size: 12,
|
|
158
157
|
color: _colors.default.brand.cyan,
|
|
159
158
|
weight: "bold"
|
|
160
|
-
}, event.home.rank) : /*#__PURE__*/
|
|
159
|
+
}, event.home.rank) : /*#__PURE__*/React.createElement(React.Fragment, null), event?.home?.image?.url ? /*#__PURE__*/React.createElement(_reactNative.Image, {
|
|
161
160
|
source: {
|
|
162
161
|
uri: event.home.image.url
|
|
163
162
|
},
|
|
@@ -167,24 +166,24 @@ const TeamEventCard = ({
|
|
|
167
166
|
marginRight: 5
|
|
168
167
|
},
|
|
169
168
|
resizeMode: "cover"
|
|
170
|
-
}) : /*#__PURE__*/
|
|
169
|
+
}) : /*#__PURE__*/React.createElement(React.Fragment, null), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
171
170
|
size: 12,
|
|
172
171
|
color: _colors.default.shades.black,
|
|
173
172
|
weight: "semibold"
|
|
174
|
-
}, event.home?.market_name, " ", event.home?.name)), event?.home_sub_title ? /*#__PURE__*/
|
|
173
|
+
}, event.home?.market_name, " ", event.home?.name)), event?.home_sub_title ? /*#__PURE__*/React.createElement(_Components.Text, {
|
|
175
174
|
size: 12,
|
|
176
175
|
color: _colors.default.shades.black,
|
|
177
176
|
weight: "regular"
|
|
178
|
-
}, event?.home_sub_title) : /*#__PURE__*/
|
|
177
|
+
}, event?.home_sub_title) : /*#__PURE__*/React.createElement(React.Fragment, null)), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
179
178
|
size: 12,
|
|
180
179
|
color: _colors.default.shades.black,
|
|
181
180
|
weight: "bold"
|
|
182
|
-
}, event.home_team_score))), /*#__PURE__*/
|
|
181
|
+
}, event.home_team_score))), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
183
182
|
nativeID: "market_details",
|
|
184
183
|
style: {
|
|
185
184
|
flex: 1
|
|
186
185
|
}
|
|
187
|
-
}, /*#__PURE__*/
|
|
186
|
+
}, /*#__PURE__*/React.createElement(_MarketsCard.default, {
|
|
188
187
|
player_picks: player_picks,
|
|
189
188
|
markets: markets,
|
|
190
189
|
mode: mode,
|
|
@@ -192,7 +191,7 @@ const TeamEventCard = ({
|
|
|
192
191
|
locked: mode == 'view' && (0, _momentMini.default)().isBefore((0, _momentMini.default)(event.scheduled_datetime)) ? true : false,
|
|
193
192
|
competition_match_markets: competition_match_markets,
|
|
194
193
|
onMarketSelect: (mm, player_pick) => handleMarketSelect(mm, player_pick)
|
|
195
|
-
}), loading ? /*#__PURE__*/
|
|
194
|
+
}), loading ? /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
196
195
|
style: {
|
|
197
196
|
position: 'absolute',
|
|
198
197
|
top: 0,
|
|
@@ -202,16 +201,16 @@ const TeamEventCard = ({
|
|
|
202
201
|
justifyContent: 'center',
|
|
203
202
|
alignItems: 'center'
|
|
204
203
|
}
|
|
205
|
-
}, /*#__PURE__*/
|
|
204
|
+
}, /*#__PURE__*/React.createElement(_reactNative.ActivityIndicator, {
|
|
206
205
|
size: "large",
|
|
207
206
|
color: _colors.default.brand.midnight
|
|
208
|
-
})) : /*#__PURE__*/
|
|
207
|
+
})) : /*#__PURE__*/React.createElement(React.Fragment, null))), wager_picks.length > 0 ? /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
209
208
|
nativeID: "wager_picks"
|
|
210
|
-
}, /*#__PURE__*/
|
|
209
|
+
}, /*#__PURE__*/React.createElement(_reactNative.FlatList, {
|
|
211
210
|
data: wager_picks,
|
|
212
211
|
renderItem: renderWagerPicks,
|
|
213
212
|
keyExtractor: item => item.player_pick_id.toString()
|
|
214
|
-
})) : /*#__PURE__*/
|
|
213
|
+
})) : /*#__PURE__*/React.createElement(React.Fragment, null));
|
|
215
214
|
};
|
|
216
215
|
var _default = exports.default = TeamEventCard;
|
|
217
216
|
//# sourceMappingURL=TeamEventCard.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["_reactNative","require","_MarketsCard","_interopRequireDefault","_Components","_colors","_momentMini","_api","obj","__esModule","default","TeamEventCard","loading","event","markets","competition_type","competition_match","competition_match_markets","player_picks","mode","onPick","wager_picks","filter","pp","stake","handleMarketSelect","mm","player_pick","market","find","m","market_id","alert","moment","scheduled_datetime","isBefore","FINALIZED_STATUSES","includes","status","event_title","CompetitionHelpers","createPickFromMatchMarket","competition_id","pick_title","getPickTitleForTeamEvent","renderWagerPicks","data","locked","React","createElement","View","style","flexDirection","marginTop","Text","flex","size","color","Colors","highlights","highlight200","item","textAlign","toFixed","potential_winnings","Fragment","padding","nativeID","alignItems","paddingRight","marginRight","away","rank","brand","cyan","weight","image","url","Image","source","uri","height","width","resizeMode","shades","black","market_name","name","away_sub_title","away_team_score","home","home_sub_title","home_team_score","disabled","isAfter","onMarketSelect","position","top","right","left","bottom","justifyContent","ActivityIndicator","midnight","length","FlatList","renderItem","keyExtractor","player_pick_id","toString","_default","exports"],"sourceRoot":"../../../../src","sources":["Competition/components/TeamEventCard.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -4,15 +4,13 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
var _react =
|
|
7
|
+
var _react = require("react");
|
|
8
8
|
var _reactNative = require("react-native");
|
|
9
9
|
var _api = require("../api");
|
|
10
10
|
var _colors = _interopRequireDefault(require("../../constants/colors"));
|
|
11
11
|
var _Components = require("../../Components");
|
|
12
12
|
var _momentMini = _interopRequireDefault(require("moment-mini"));
|
|
13
13
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
14
|
-
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
15
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
16
14
|
const WagerPickForm = ({
|
|
17
15
|
player_pick,
|
|
18
16
|
event_title,
|
|
@@ -64,24 +62,24 @@ const WagerPickForm = ({
|
|
|
64
62
|
potential_winnings: wager.potential_winnings
|
|
65
63
|
});
|
|
66
64
|
};
|
|
67
|
-
return /*#__PURE__*/
|
|
65
|
+
return /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
68
66
|
style: {
|
|
69
67
|
width,
|
|
70
68
|
backgroundColor: _colors.default.shades.white,
|
|
71
69
|
borderTopRightRadius: 22,
|
|
72
70
|
borderTopLeftRadius: 22
|
|
73
71
|
}
|
|
74
|
-
}, /*#__PURE__*/
|
|
72
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
75
73
|
nativeID: "event_info",
|
|
76
74
|
style: {
|
|
77
75
|
padding: 20
|
|
78
76
|
}
|
|
79
|
-
}, /*#__PURE__*/
|
|
77
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
80
78
|
size: 14,
|
|
81
79
|
color: _colors.default.shades.black,
|
|
82
80
|
weight: "bold",
|
|
83
81
|
textAlign: "center"
|
|
84
|
-
}, (0, _momentMini.default)(event_start).format('MM/DD @ hh:mm a')), /*#__PURE__*/
|
|
82
|
+
}, (0, _momentMini.default)(event_start).format('MM/DD @ hh:mm a')), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
85
83
|
style: {
|
|
86
84
|
marginTop: 5
|
|
87
85
|
},
|
|
@@ -89,25 +87,25 @@ const WagerPickForm = ({
|
|
|
89
87
|
color: _colors.default.shades.black,
|
|
90
88
|
weight: "bold",
|
|
91
89
|
textAlign: "center"
|
|
92
|
-
}, event_title)), /*#__PURE__*/
|
|
90
|
+
}, event_title)), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
93
91
|
nativeID: "pick_details",
|
|
94
92
|
style: {
|
|
95
93
|
padding: 10
|
|
96
94
|
}
|
|
97
|
-
}, /*#__PURE__*/
|
|
95
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
98
96
|
nativeID: "outcome",
|
|
99
97
|
style: {
|
|
100
98
|
flexDirection: 'row',
|
|
101
99
|
margin: 5
|
|
102
100
|
}
|
|
103
|
-
}, /*#__PURE__*/
|
|
101
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
104
102
|
style: {
|
|
105
103
|
flex: 1
|
|
106
104
|
},
|
|
107
105
|
size: 14,
|
|
108
106
|
color: _colors.default.shades.black,
|
|
109
107
|
weight: "regular"
|
|
110
|
-
}, "Outcome"), /*#__PURE__*/
|
|
108
|
+
}, "Outcome"), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
111
109
|
style: {
|
|
112
110
|
flex: 2
|
|
113
111
|
},
|
|
@@ -115,20 +113,20 @@ const WagerPickForm = ({
|
|
|
115
113
|
color: _colors.default.shades.black,
|
|
116
114
|
weight: "semibold",
|
|
117
115
|
textAlign: "right"
|
|
118
|
-
}, player_pick.pick_title)), /*#__PURE__*/
|
|
116
|
+
}, player_pick.pick_title)), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
119
117
|
nativeID: "probability",
|
|
120
118
|
style: {
|
|
121
119
|
flexDirection: 'row',
|
|
122
120
|
margin: 5
|
|
123
121
|
}
|
|
124
|
-
}, /*#__PURE__*/
|
|
122
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
125
123
|
style: {
|
|
126
124
|
flex: 1
|
|
127
125
|
},
|
|
128
126
|
size: 14,
|
|
129
127
|
color: _colors.default.shades.black,
|
|
130
128
|
weight: "regular"
|
|
131
|
-
}, "Probability"), /*#__PURE__*/
|
|
129
|
+
}, "Probability"), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
132
130
|
style: {
|
|
133
131
|
flex: 2
|
|
134
132
|
},
|
|
@@ -136,20 +134,20 @@ const WagerPickForm = ({
|
|
|
136
134
|
color: _colors.default.shades.black,
|
|
137
135
|
weight: "semibold",
|
|
138
136
|
textAlign: "right"
|
|
139
|
-
}, (player_pick.probability * 100).toFixed(2), "%")), /*#__PURE__*/
|
|
137
|
+
}, (player_pick.probability * 100).toFixed(2), "%")), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
140
138
|
nativeID: "odds",
|
|
141
139
|
style: {
|
|
142
140
|
flexDirection: 'row',
|
|
143
141
|
margin: 5
|
|
144
142
|
}
|
|
145
|
-
}, /*#__PURE__*/
|
|
143
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
146
144
|
style: {
|
|
147
145
|
flex: 1
|
|
148
146
|
},
|
|
149
147
|
size: 14,
|
|
150
148
|
color: _colors.default.shades.black,
|
|
151
149
|
weight: "regular"
|
|
152
|
-
}, "Odds"), /*#__PURE__*/
|
|
150
|
+
}, "Odds"), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
153
151
|
style: {
|
|
154
152
|
flex: 2
|
|
155
153
|
},
|
|
@@ -157,23 +155,23 @@ const WagerPickForm = ({
|
|
|
157
155
|
color: _colors.default.shades.black,
|
|
158
156
|
weight: "semibold",
|
|
159
157
|
textAlign: "right"
|
|
160
|
-
}, _api.CompetitionHelpers.getOddsLabel(player_pick.odds)))), /*#__PURE__*/
|
|
158
|
+
}, _api.CompetitionHelpers.getOddsLabel(player_pick.odds)))), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
161
159
|
nativeID: "pick_input",
|
|
162
160
|
style: {
|
|
163
161
|
flexDirection: 'row',
|
|
164
162
|
padding: 10,
|
|
165
163
|
backgroundColor: _colors.default.shades.shade100
|
|
166
164
|
}
|
|
167
|
-
}, /*#__PURE__*/
|
|
165
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
168
166
|
style: {
|
|
169
167
|
flex: 1,
|
|
170
168
|
marginRight: 10
|
|
171
169
|
}
|
|
172
|
-
}, /*#__PURE__*/
|
|
170
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
173
171
|
size: 14,
|
|
174
172
|
color: _colors.default.brand.slate,
|
|
175
173
|
weight: "regular"
|
|
176
|
-
}, "WAGER AMOUNT"), /*#__PURE__*/
|
|
174
|
+
}, "WAGER AMOUNT"), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
177
175
|
style: {
|
|
178
176
|
flex: 1,
|
|
179
177
|
flexDirection: 'row',
|
|
@@ -183,7 +181,7 @@ const WagerPickForm = ({
|
|
|
183
181
|
borderWidth: 1,
|
|
184
182
|
borderColor: _colors.default.accents.accent100
|
|
185
183
|
}
|
|
186
|
-
}, /*#__PURE__*/
|
|
184
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
187
185
|
size: 14,
|
|
188
186
|
textAlign: "center",
|
|
189
187
|
color: _colors.default.shades.black,
|
|
@@ -192,7 +190,7 @@ const WagerPickForm = ({
|
|
|
192
190
|
borderRightWidth: 1,
|
|
193
191
|
borderColor: _colors.default.accents.accent100
|
|
194
192
|
}
|
|
195
|
-
}, "E"), /*#__PURE__*/
|
|
193
|
+
}, "E"), /*#__PURE__*/React.createElement(_reactNative.TextInput, {
|
|
196
194
|
style: {
|
|
197
195
|
textAlign: 'center',
|
|
198
196
|
color: _colors.default.shades.black,
|
|
@@ -201,22 +199,22 @@ const WagerPickForm = ({
|
|
|
201
199
|
},
|
|
202
200
|
value: wager.stake_label,
|
|
203
201
|
onChangeText: text => handleWagerChange(text)
|
|
204
|
-
})), /*#__PURE__*/
|
|
202
|
+
})), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
205
203
|
weight: "semibold",
|
|
206
204
|
style: {
|
|
207
205
|
margin: 5
|
|
208
206
|
},
|
|
209
207
|
color: _colors.default.utility.success
|
|
210
|
-
}, balance.toFixed(2), " Available")), /*#__PURE__*/
|
|
208
|
+
}, balance.toFixed(2), " Available")), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
211
209
|
style: {
|
|
212
210
|
flex: 1,
|
|
213
211
|
marginLeft: 10
|
|
214
212
|
}
|
|
215
|
-
}, /*#__PURE__*/
|
|
213
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
216
214
|
size: 14,
|
|
217
215
|
color: _colors.default.brand.slate,
|
|
218
216
|
weight: "regular"
|
|
219
|
-
}, "WINNINGS"), /*#__PURE__*/
|
|
217
|
+
}, "WINNINGS"), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
220
218
|
style: {
|
|
221
219
|
flexDirection: 'row',
|
|
222
220
|
marginTop: 5,
|
|
@@ -224,7 +222,7 @@ const WagerPickForm = ({
|
|
|
224
222
|
borderWidth: 1,
|
|
225
223
|
borderColor: _colors.default.accents.accent100
|
|
226
224
|
}
|
|
227
|
-
}, /*#__PURE__*/
|
|
225
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
228
226
|
size: 14,
|
|
229
227
|
textAlign: "center",
|
|
230
228
|
color: _colors.default.shades.black,
|
|
@@ -233,7 +231,7 @@ const WagerPickForm = ({
|
|
|
233
231
|
borderRightWidth: 1,
|
|
234
232
|
borderColor: _colors.default.shades.shade100
|
|
235
233
|
}
|
|
236
|
-
}, "E"), /*#__PURE__*/
|
|
234
|
+
}, "E"), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
237
235
|
style: {
|
|
238
236
|
padding: 10,
|
|
239
237
|
flex: 1
|
|
@@ -241,13 +239,13 @@ const WagerPickForm = ({
|
|
|
241
239
|
textAlign: "center",
|
|
242
240
|
size: 14,
|
|
243
241
|
color: _colors.default.shades.black
|
|
244
|
-
}, wager.potential_winnings.toFixed(2))))), /*#__PURE__*/
|
|
242
|
+
}, wager.potential_winnings.toFixed(2))))), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
245
243
|
nativeID: "pick_actions",
|
|
246
244
|
style: {
|
|
247
245
|
flexDirection: 'row',
|
|
248
246
|
padding: 10
|
|
249
247
|
}
|
|
250
|
-
}, /*#__PURE__*/
|
|
248
|
+
}, /*#__PURE__*/React.createElement(_Components.Button, {
|
|
251
249
|
style: {
|
|
252
250
|
flex: 1,
|
|
253
251
|
marginRight: 3
|
|
@@ -259,7 +257,7 @@ const WagerPickForm = ({
|
|
|
259
257
|
title: "Cancel",
|
|
260
258
|
title_color: _colors.default.brand.electric,
|
|
261
259
|
onPress: () => onCancel()
|
|
262
|
-
}), /*#__PURE__*/
|
|
260
|
+
}), /*#__PURE__*/React.createElement(_Components.Button, {
|
|
263
261
|
borderRadius: 4,
|
|
264
262
|
style: {
|
|
265
263
|
flex: 2,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_api","_colors","_interopRequireDefault","_Components","_momentMini","obj","__esModule","default","_getRequireWildcardCache","e","WeakMap","r","t","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","WagerPickForm","player_pick","event_title","balance","event_start","width","loading","onCancel","onSubmit","reviewed","setReviewed","useState","wager","setWager","stake","stake_label","potential_winnings","handleWagerChange","text","wager_amt","parseFloat","CompetitionHelpers","calcPotentialWinnings","odds","toString","handleSubmit","alert","createElement","View","style","backgroundColor","Colors","shades","white","borderTopRightRadius","borderTopLeftRadius","nativeID","padding","Text","size","color","black","weight","textAlign","moment","format","marginTop","flexDirection","margin","flex","pick_title","probability","toFixed","getOddsLabel","shade100","marginRight","brand","slate","borderRadius","borderWidth","borderColor","accents","accent100","borderRightWidth","TextInput","fontSize","value","onChangeText","utility","success","marginLeft","Button","electric","title","title_color","onPress","opacity","disabled","_default","exports"],"sourceRoot":"../../../../src","sources":["Competition/components/WagerPickForm.tsx"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["_react","require","_reactNative","_api","_colors","_interopRequireDefault","_Components","_momentMini","obj","__esModule","default","WagerPickForm","player_pick","event_title","balance","event_start","width","loading","onCancel","onSubmit","reviewed","setReviewed","useState","wager","setWager","stake","stake_label","potential_winnings","handleWagerChange","text","wager_amt","parseFloat","CompetitionHelpers","calcPotentialWinnings","odds","toString","handleSubmit","alert","React","createElement","View","style","backgroundColor","Colors","shades","white","borderTopRightRadius","borderTopLeftRadius","nativeID","padding","Text","size","color","black","weight","textAlign","moment","format","marginTop","flexDirection","margin","flex","pick_title","probability","toFixed","getOddsLabel","shade100","marginRight","brand","slate","borderRadius","borderWidth","borderColor","accents","accent100","borderRightWidth","TextInput","fontSize","value","onChangeText","utility","success","marginLeft","Button","electric","title","title_color","onPress","opacity","disabled","_default","exports"],"sourceRoot":"../../../../src","sources":["Competition/components/WagerPickForm.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -4,13 +4,11 @@ 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 _CompetitionPlay = _interopRequireDefault(require("./components/CompetitionPlay"));
|
|
9
9
|
var _api = require("./api");
|
|
10
10
|
var _reactNative = require("react-native");
|
|
11
11
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
12
|
-
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); }
|
|
13
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
14
12
|
const CompetitionModule = ({
|
|
15
13
|
competition_id,
|
|
16
14
|
player_id,
|
|
@@ -25,11 +23,11 @@ const CompetitionModule = ({
|
|
|
25
23
|
if (!ready) {
|
|
26
24
|
return;
|
|
27
25
|
}
|
|
28
|
-
return /*#__PURE__*/
|
|
26
|
+
return /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
29
27
|
style: {
|
|
30
28
|
height: 800
|
|
31
29
|
}
|
|
32
|
-
}, /*#__PURE__*/
|
|
30
|
+
}, /*#__PURE__*/React.createElement(_CompetitionPlay.default, {
|
|
33
31
|
player_id: player_id,
|
|
34
32
|
onRequestAuthentication: onRequestAuthentication,
|
|
35
33
|
onEvent: onEvent,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","
|
|
1
|
+
{"version":3,"names":["_react","require","_CompetitionPlay","_interopRequireDefault","_api","_reactNative","obj","__esModule","default","CompetitionModule","competition_id","player_id","onEvent","onRequestAuthentication","ready","setReady","useState","useEffect","CompetitionApi","setEnvironment","React","createElement","View","style","height","width","_default","exports"],"sourceRoot":"../../../src","sources":["Competition/index.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AACA,IAAAC,gBAAA,GAAAC,sBAAA,CAAAF,OAAA;AACA,IAAAG,IAAA,GAAAH,OAAA;AACA,IAAAI,YAAA,GAAAJ,OAAA;AAAoC,SAAAE,uBAAAG,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,KAAAE,OAAA,EAAAF,GAAA;AAUpC,MAAMG,iBAAiB,GAAGA,CAAC;EAAEC,cAAc;EAAEC,SAAS;EAAEC,OAAO;EAAEC;AAA+C,CAAC,KAAK;EAClH,MAAM,CAAEC,KAAK,EAAEC,QAAQ,CAAE,GAAG,IAAAC,eAAQ,EAAC,KAAK,CAAC;EAC3C,IAAAC,gBAAS,EAAC,MAAM;IACZC,mBAAc,CAACC,cAAc,CAAC,CAAC;IAC/BJ,QAAQ,CAAC,IAAI,CAAC;EAClB,CAAC,EAAC,EAAE,CAAC;EACL,IAAG,CAACD,KAAK,EAAC;IAAE;EAAO;EAEnB,oBACIM,KAAA,CAAAC,aAAA,CAAChB,YAAA,CAAAiB,IAAI;IAACC,KAAK,EAAE;MAAEC,MAAM,EAAC;IAAI;EAAE,gBACxBJ,KAAA,CAAAC,aAAA,CAACnB,gBAAA,CAAAM,OAAe;IACZG,SAAS,EAAEA,SAAU;IACrBE,uBAAuB,EAAEA,uBAAwB;IACjDD,OAAO,EAAEA,OAAQ;IACjBF,cAAc,EAAEA,cAAe;IAC/Be,KAAK,EAAE,GAAI;IACXD,MAAM,EAAE;EAAI,CACf,CACC,CAAC;AAEf,CAAC;AAAA,IAAAE,QAAA,GAAAC,OAAA,CAAAnB,OAAA,GAEcC,iBAAiB","ignoreList":[]}
|