be-components 1.1.1 → 1.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/AdServer/components/CompanyAdCard.js +5 -3
- package/lib/commonjs/AdServer/components/CompanyAdCard.js.map +1 -1
- package/lib/commonjs/AdServer/index.js +10 -8
- package/lib/commonjs/AdServer/index.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.js +17 -16
- package/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/LoginForm.js +60 -58
- package/lib/commonjs/Authenticator/Components/LoginForm.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/StrategyForm.js +69 -67
- package/lib/commonjs/Authenticator/Components/StrategyForm.js.map +1 -1
- package/lib/commonjs/Authenticator/index.js +16 -14
- package/lib/commonjs/Authenticator/index.js.map +1 -1
- package/lib/commonjs/BettorSearch/index.js +10 -8
- package/lib/commonjs/BettorSearch/index.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketCompetitionCard.js +94 -92
- package/lib/commonjs/Bracket/components/BracketCompetitionCard.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketCompetitionSelector.js +39 -37
- package/lib/commonjs/Bracket/components/BracketCompetitionSelector.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/BracketNavigator.js +19 -18
- package/lib/commonjs/Bracket/components/BracketPlay/BracketNavigator.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/BracketRound.js +8 -7
- package/lib/commonjs/Bracket/components/BracketPlay/BracketRound.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/RoundEvent.js +46 -45
- package/lib/commonjs/Bracket/components/BracketPlay/RoundEvent.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/index.js +29 -27
- package/lib/commonjs/Bracket/components/BracketPlay/index.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketSelector.js +24 -22
- package/lib/commonjs/Bracket/components/BracketSelector.js.map +1 -1
- package/lib/commonjs/Bracket/components/CompetitionLeaderboard.js +36 -34
- package/lib/commonjs/Bracket/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/commonjs/Bracket/components/JoinCompetitionCard.js +22 -20
- package/lib/commonjs/Bracket/components/JoinCompetitionCard.js.map +1 -1
- package/lib/commonjs/Bracket/components/PlayerBalanceCard.js +9 -7
- package/lib/commonjs/Bracket/components/PlayerBalanceCard.js.map +1 -1
- package/lib/commonjs/Bracket/components/PlayerBracketManager.js +77 -75
- package/lib/commonjs/Bracket/components/PlayerBracketManager.js.map +1 -1
- package/lib/commonjs/Bracket/components/PlayerBrackets.js +28 -27
- package/lib/commonjs/Bracket/components/PlayerBrackets.js.map +1 -1
- package/lib/commonjs/Bracket/components/RoomMenu.js +16 -15
- package/lib/commonjs/Bracket/components/RoomMenu.js.map +1 -1
- package/lib/commonjs/Bracket/index.js +11 -9
- package/lib/commonjs/Bracket/index.js.map +1 -1
- package/lib/commonjs/Checkout/components/AccountSummaryCard.js +44 -43
- package/lib/commonjs/Checkout/components/AccountSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/components/ItemSummaryCard.js +8 -7
- package/lib/commonjs/Checkout/components/ItemSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/components/OrderSummaryCard.js +13 -12
- package/lib/commonjs/Checkout/components/OrderSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/components/PayPalOrderCapture.js +4 -2
- package/lib/commonjs/Checkout/components/PayPalOrderCapture.js.map +1 -1
- package/lib/commonjs/Checkout/components/ShippingSummaryCard.js +8 -7
- package/lib/commonjs/Checkout/components/ShippingSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/index.js +60 -58
- package/lib/commonjs/Checkout/index.js.map +1 -1
- package/lib/commonjs/Competition/components/AthleteMarketCard.js +21 -20
- package/lib/commonjs/Competition/components/AthleteMarketCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionCard.js +26 -25
- package/lib/commonjs/Competition/components/CompetitionCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionInfoCard.js +32 -31
- package/lib/commonjs/Competition/components/CompetitionInfoCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionLeaderboard.js +36 -34
- package/lib/commonjs/Competition/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionPlay.js +118 -116
- package/lib/commonjs/Competition/components/CompetitionPlay.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionSeasonCard.js +17 -16
- package/lib/commonjs/Competition/components/CompetitionSeasonCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionSelector.js +16 -14
- package/lib/commonjs/Competition/components/CompetitionSelector.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionTypeCard.js +45 -43
- package/lib/commonjs/Competition/components/CompetitionTypeCard.js.map +1 -1
- package/lib/commonjs/Competition/components/EnterCompetitionPrompt.js +31 -29
- package/lib/commonjs/Competition/components/EnterCompetitionPrompt.js.map +1 -1
- package/lib/commonjs/Competition/components/LeaderPicks.js +41 -39
- package/lib/commonjs/Competition/components/LeaderPicks.js.map +1 -1
- package/lib/commonjs/Competition/components/ManageSeasonForm.js +87 -85
- package/lib/commonjs/Competition/components/ManageSeasonForm.js.map +1 -1
- package/lib/commonjs/Competition/components/MarketsCard.js +19 -17
- package/lib/commonjs/Competition/components/MarketsCard.js.map +1 -1
- package/lib/commonjs/Competition/components/MatchMarketCard.js +26 -25
- package/lib/commonjs/Competition/components/MatchMarketCard.js.map +1 -1
- package/lib/commonjs/Competition/components/NavOutPrompt.js +19 -18
- package/lib/commonjs/Competition/components/NavOutPrompt.js.map +1 -1
- package/lib/commonjs/Competition/components/SeasonInfoModal.js +54 -52
- package/lib/commonjs/Competition/components/SeasonInfoModal.js.map +1 -1
- package/lib/commonjs/Competition/components/TeamEventCard.js +31 -30
- package/lib/commonjs/Competition/components/TeamEventCard.js.map +1 -1
- package/lib/commonjs/Competition/components/WagerPickForm.js +32 -30
- package/lib/commonjs/Competition/components/WagerPickForm.js.map +1 -1
- package/lib/commonjs/Competition/index.js +5 -3
- package/lib/commonjs/Competition/index.js.map +1 -1
- package/lib/commonjs/Components/Button.js +8 -7
- package/lib/commonjs/Components/Button.js.map +1 -1
- package/lib/commonjs/Components/Checkbox.js +4 -3
- package/lib/commonjs/Components/Checkbox.js.map +1 -1
- package/lib/commonjs/Components/Icons.js +409 -408
- package/lib/commonjs/Components/Icons.js.map +1 -1
- package/lib/commonjs/Components/ImageUploader.js +5 -3
- package/lib/commonjs/Components/ImageUploader.js.map +1 -1
- package/lib/commonjs/Components/Jerseys.js +125 -124
- package/lib/commonjs/Components/Jerseys.js.map +1 -1
- package/lib/commonjs/Components/LinearDiagnal.js +9 -7
- package/lib/commonjs/Components/LinearDiagnal.js.map +1 -1
- package/lib/commonjs/Components/Spring.js +3 -1
- package/lib/commonjs/Components/Spring.js.map +1 -1
- package/lib/commonjs/Components/Switch.js +9 -8
- package/lib/commonjs/Components/Switch.js.map +1 -1
- package/lib/commonjs/Components/Text.js +2 -1
- package/lib/commonjs/Components/Text.js.map +1 -1
- package/lib/commonjs/Components/TextInput.js +2 -1
- package/lib/commonjs/Components/TextInput.js.map +1 -1
- package/lib/commonjs/LocationTracker/index.js +28 -27
- package/lib/commonjs/LocationTracker/index.js.map +1 -1
- package/lib/commonjs/Observer/Observer.js +4 -2
- package/lib/commonjs/Observer/Observer.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignPlay.js +58 -56
- package/lib/commonjs/Poll/components/CampaignPlay.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignProgressBar.js +13 -11
- package/lib/commonjs/Poll/components/CampaignProgressBar.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignResult.js +58 -56
- package/lib/commonjs/Poll/components/CampaignResult.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignSelector.js +14 -12
- package/lib/commonjs/Poll/components/CampaignSelector.js.map +1 -1
- package/lib/commonjs/Poll/components/PollCampaignCard.js +8 -7
- package/lib/commonjs/Poll/components/PollCampaignCard.js.map +1 -1
- package/lib/commonjs/Poll/components/PollCard.js +51 -49
- package/lib/commonjs/Poll/components/PollCard.js.map +1 -1
- package/lib/commonjs/Poll/components/PollOptionCard.js +16 -14
- package/lib/commonjs/Poll/components/PollOptionCard.js.map +1 -1
- package/lib/commonjs/Poll/components/PollSelectCard.js +26 -25
- package/lib/commonjs/Poll/components/PollSelectCard.js.map +1 -1
- package/lib/commonjs/Poll/components/ResponseTimer.js +5 -3
- package/lib/commonjs/Poll/components/ResponseTimer.js.map +1 -1
- package/lib/commonjs/Poll/components/WidgetHeader.js +12 -11
- package/lib/commonjs/Poll/components/WidgetHeader.js.map +1 -1
- package/lib/commonjs/Poll/flashmarket/ResultCard.js +49 -47
- package/lib/commonjs/Poll/flashmarket/ResultCard.js.map +1 -1
- package/lib/commonjs/Poll/flashmarket/index.js +54 -52
- package/lib/commonjs/Poll/flashmarket/index.js.map +1 -1
- package/lib/commonjs/Poll/index.js +8 -6
- package/lib/commonjs/Poll/index.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/BasicInfoManager.js +37 -35
- package/lib/commonjs/ProfileManager/Components/BasicInfoManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/BasicStatus.js +36 -35
- package/lib/commonjs/ProfileManager/Components/BasicStatus.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/CodeRedeem.js +52 -50
- package/lib/commonjs/ProfileManager/Components/CodeRedeem.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/DOBManager.js +26 -24
- package/lib/commonjs/ProfileManager/Components/DOBManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/EmailManager.js +38 -36
- package/lib/commonjs/ProfileManager/Components/EmailManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/PasswordManager.js +38 -36
- package/lib/commonjs/ProfileManager/Components/PasswordManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/PhoneManager.js +38 -36
- package/lib/commonjs/ProfileManager/Components/PhoneManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfilePicManager.js +19 -17
- package/lib/commonjs/ProfileManager/Components/ProfilePicManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfileWelcome.js +16 -15
- package/lib/commonjs/ProfileManager/Components/ProfileWelcome.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfileWizard.js +68 -66
- package/lib/commonjs/ProfileManager/Components/ProfileWizard.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/SettingsManager.js +31 -29
- package/lib/commonjs/ProfileManager/Components/SettingsManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/VouchCard.js +65 -63
- package/lib/commonjs/ProfileManager/Components/VouchCard.js.map +1 -1
- package/lib/commonjs/ProfileManager/index.js +18 -16
- package/lib/commonjs/ProfileManager/index.js.map +1 -1
- package/lib/commonjs/SocialComponents/PlayerCard.js +12 -11
- package/lib/commonjs/SocialComponents/PlayerCard.js.map +1 -1
- package/lib/commonjs/SocialComponents/PlayerFollowButton.js +4 -3
- package/lib/commonjs/SocialComponents/PlayerFollowButton.js.map +1 -1
- package/lib/commonjs/SocialComponents/PlayerList.js +6 -4
- package/lib/commonjs/SocialComponents/PlayerList.js.map +1 -1
- package/lib/commonjs/Socket/index.js +5 -3
- package/lib/commonjs/Socket/index.js.map +1 -1
- package/lib/commonjs/Squares/components/BidForm.js +28 -27
- package/lib/commonjs/Squares/components/BidForm.js.map +1 -1
- package/lib/commonjs/Squares/components/BidToggle.js +7 -6
- package/lib/commonjs/Squares/components/BidToggle.js.map +1 -1
- package/lib/commonjs/Squares/components/BoardStats.js +32 -30
- package/lib/commonjs/Squares/components/BoardStats.js.map +1 -1
- package/lib/commonjs/Squares/components/EventCard.js +25 -23
- package/lib/commonjs/Squares/components/EventCard.js.map +1 -1
- package/lib/commonjs/Squares/components/MySquaresCard.js +22 -20
- package/lib/commonjs/Squares/components/MySquaresCard.js.map +1 -1
- package/lib/commonjs/Squares/components/OfferForm.js +30 -29
- package/lib/commonjs/Squares/components/OfferForm.js.map +1 -1
- package/lib/commonjs/Squares/components/ResultsCard.js +23 -21
- package/lib/commonjs/Squares/components/ResultsCard.js.map +1 -1
- package/lib/commonjs/Squares/components/SquareCard.js +7 -6
- package/lib/commonjs/Squares/components/SquareCard.js.map +1 -1
- package/lib/commonjs/Squares/components/SquareOfferCard.js +36 -34
- package/lib/commonjs/Squares/components/SquareOfferCard.js.map +1 -1
- package/lib/commonjs/Squares/components/SquareOwners.js +22 -20
- package/lib/commonjs/Squares/components/SquareOwners.js.map +1 -1
- package/lib/commonjs/Squares/components/SquaresBoard.js +32 -29
- package/lib/commonjs/Squares/components/SquaresBoard.js.map +1 -1
- package/lib/commonjs/Squares/components/SquaresDetails.js +24 -22
- package/lib/commonjs/Squares/components/SquaresDetails.js.map +1 -1
- package/lib/commonjs/Squares/index.js +30 -28
- package/lib/commonjs/Squares/index.js.map +1 -1
- package/lib/commonjs/Wallet/components/ACHAddCard.js +39 -38
- package/lib/commonjs/Wallet/components/ACHAddCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountCard.js +18 -17
- package/lib/commonjs/Wallet/components/AccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountLimitManager.js +34 -32
- package/lib/commonjs/Wallet/components/AccountLimitManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountManager.js +32 -31
- package/lib/commonjs/Wallet/components/AccountManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountSnoozeManager.js +33 -31
- package/lib/commonjs/Wallet/components/AccountSnoozeManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/AddressCard.js +8 -7
- package/lib/commonjs/Wallet/components/AddressCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AddressManager.js +46 -44
- package/lib/commonjs/Wallet/components/AddressManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/DepositCard.js +43 -41
- package/lib/commonjs/Wallet/components/DepositCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/FundAccountCard.js +55 -54
- package/lib/commonjs/Wallet/components/FundAccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/ItemOrderCard.js +17 -15
- package/lib/commonjs/Wallet/components/ItemOrderCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/ItemOrderDetailCard.js +25 -23
- package/lib/commonjs/Wallet/components/ItemOrderDetailCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/LinkAccountManager.js +42 -40
- package/lib/commonjs/Wallet/components/LinkAccountManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManageAccountCard.js +38 -36
- package/lib/commonjs/Wallet/components/ManageAccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManualACHAdd.js +35 -33
- package/lib/commonjs/Wallet/components/ManualACHAdd.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManualCardAdd.js +49 -47
- package/lib/commonjs/Wallet/components/ManualCardAdd.js.map +1 -1
- package/lib/commonjs/Wallet/components/MyBalance.js +35 -34
- package/lib/commonjs/Wallet/components/MyBalance.js.map +1 -1
- package/lib/commonjs/Wallet/components/OrderManager.js +17 -15
- package/lib/commonjs/Wallet/components/OrderManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/RemoveAccount.js +12 -10
- package/lib/commonjs/Wallet/components/RemoveAccount.js.map +1 -1
- package/lib/commonjs/Wallet/components/VerifyACHAccount.js +22 -20
- package/lib/commonjs/Wallet/components/VerifyACHAccount.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletActionSelector.js +51 -49
- package/lib/commonjs/Wallet/components/WalletActionSelector.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletSettings.js +100 -98
- package/lib/commonjs/Wallet/components/WalletSettings.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletSetup.js +60 -58
- package/lib/commonjs/Wallet/components/WalletSetup.js.map +1 -1
- package/lib/commonjs/Wallet/components/WithdrawCard.js +48 -46
- package/lib/commonjs/Wallet/components/WithdrawCard.js.map +1 -1
- package/lib/commonjs/Wallet/index.js +47 -45
- package/lib/commonjs/Wallet/index.js.map +1 -1
- package/lib/module/AdServer/components/CompanyAdCard.js +1 -1
- package/lib/module/AdServer/components/CompanyAdCard.js.map +1 -1
- package/lib/module/AdServer/index.js +1 -1
- package/lib/module/AdServer/index.js.map +1 -1
- package/lib/module/Authenticator/Components/AuthStrategyIdentifier.js +1 -0
- package/lib/module/Authenticator/Components/AuthStrategyIdentifier.js.map +1 -1
- package/lib/module/Authenticator/Components/LoginForm.js +1 -1
- package/lib/module/Authenticator/Components/LoginForm.js.map +1 -1
- package/lib/module/Authenticator/Components/StrategyForm.js +1 -1
- package/lib/module/Authenticator/Components/StrategyForm.js.map +1 -1
- package/lib/module/Authenticator/index.js +1 -1
- package/lib/module/Authenticator/index.js.map +1 -1
- package/lib/module/BettorSearch/index.js +1 -1
- package/lib/module/BettorSearch/index.js.map +1 -1
- package/lib/module/Bracket/components/BracketCompetitionCard.js +1 -1
- package/lib/module/Bracket/components/BracketCompetitionCard.js.map +1 -1
- package/lib/module/Bracket/components/BracketCompetitionSelector.js +1 -1
- package/lib/module/Bracket/components/BracketCompetitionSelector.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/BracketNavigator.js +1 -0
- package/lib/module/Bracket/components/BracketPlay/BracketNavigator.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/BracketRound.js +1 -0
- package/lib/module/Bracket/components/BracketPlay/BracketRound.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/RoundEvent.js +1 -0
- package/lib/module/Bracket/components/BracketPlay/RoundEvent.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/index.js +1 -1
- package/lib/module/Bracket/components/BracketPlay/index.js.map +1 -1
- package/lib/module/Bracket/components/BracketSelector.js +1 -1
- package/lib/module/Bracket/components/BracketSelector.js.map +1 -1
- package/lib/module/Bracket/components/CompetitionLeaderboard.js +1 -1
- package/lib/module/Bracket/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/module/Bracket/components/JoinCompetitionCard.js +1 -1
- package/lib/module/Bracket/components/JoinCompetitionCard.js.map +1 -1
- package/lib/module/Bracket/components/PlayerBalanceCard.js +1 -1
- package/lib/module/Bracket/components/PlayerBalanceCard.js.map +1 -1
- package/lib/module/Bracket/components/PlayerBracketManager.js +1 -1
- package/lib/module/Bracket/components/PlayerBracketManager.js.map +1 -1
- package/lib/module/Bracket/components/PlayerBrackets.js +1 -0
- package/lib/module/Bracket/components/PlayerBrackets.js.map +1 -1
- package/lib/module/Bracket/components/RoomMenu.js +1 -0
- package/lib/module/Bracket/components/RoomMenu.js.map +1 -1
- package/lib/module/Bracket/index.js +1 -1
- package/lib/module/Bracket/index.js.map +1 -1
- package/lib/module/Checkout/components/AccountSummaryCard.js +1 -0
- package/lib/module/Checkout/components/AccountSummaryCard.js.map +1 -1
- package/lib/module/Checkout/components/ItemSummaryCard.js +1 -0
- package/lib/module/Checkout/components/ItemSummaryCard.js.map +1 -1
- package/lib/module/Checkout/components/OrderSummaryCard.js +1 -0
- package/lib/module/Checkout/components/OrderSummaryCard.js.map +1 -1
- package/lib/module/Checkout/components/PayPalOrderCapture.js +1 -0
- package/lib/module/Checkout/components/PayPalOrderCapture.js.map +1 -1
- package/lib/module/Checkout/components/ShippingSummaryCard.js +1 -0
- package/lib/module/Checkout/components/ShippingSummaryCard.js.map +1 -1
- package/lib/module/Checkout/index.js +1 -1
- package/lib/module/Checkout/index.js.map +1 -1
- package/lib/module/Competition/components/AthleteMarketCard.js +1 -0
- package/lib/module/Competition/components/AthleteMarketCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionCard.js +1 -0
- package/lib/module/Competition/components/CompetitionCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionInfoCard.js +1 -0
- package/lib/module/Competition/components/CompetitionInfoCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionLeaderboard.js +1 -1
- package/lib/module/Competition/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionPlay.js +1 -0
- package/lib/module/Competition/components/CompetitionPlay.js.map +1 -1
- package/lib/module/Competition/components/CompetitionSeasonCard.js +1 -0
- package/lib/module/Competition/components/CompetitionSeasonCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionSelector.js +1 -0
- package/lib/module/Competition/components/CompetitionSelector.js.map +1 -1
- package/lib/module/Competition/components/CompetitionTypeCard.js +1 -1
- package/lib/module/Competition/components/CompetitionTypeCard.js.map +1 -1
- package/lib/module/Competition/components/EnterCompetitionPrompt.js +1 -1
- package/lib/module/Competition/components/EnterCompetitionPrompt.js.map +1 -1
- package/lib/module/Competition/components/LeaderPicks.js +1 -1
- package/lib/module/Competition/components/LeaderPicks.js.map +1 -1
- package/lib/module/Competition/components/ManageSeasonForm.js +1 -1
- package/lib/module/Competition/components/ManageSeasonForm.js.map +1 -1
- package/lib/module/Competition/components/MarketsCard.js +1 -1
- package/lib/module/Competition/components/MarketsCard.js.map +1 -1
- package/lib/module/Competition/components/MatchMarketCard.js +1 -0
- package/lib/module/Competition/components/MatchMarketCard.js.map +1 -1
- package/lib/module/Competition/components/NavOutPrompt.js +1 -0
- package/lib/module/Competition/components/NavOutPrompt.js.map +1 -1
- package/lib/module/Competition/components/SeasonInfoModal.js +1 -1
- package/lib/module/Competition/components/SeasonInfoModal.js.map +1 -1
- package/lib/module/Competition/components/TeamEventCard.js +1 -0
- package/lib/module/Competition/components/TeamEventCard.js.map +1 -1
- package/lib/module/Competition/components/WagerPickForm.js +1 -1
- package/lib/module/Competition/components/WagerPickForm.js.map +1 -1
- package/lib/module/Competition/index.js +1 -1
- package/lib/module/Competition/index.js.map +1 -1
- package/lib/module/Components/Button.js +1 -0
- package/lib/module/Components/Button.js.map +1 -1
- package/lib/module/Components/Checkbox.js +1 -0
- package/lib/module/Components/Checkbox.js.map +1 -1
- package/lib/module/Components/Icons.js +1 -0
- package/lib/module/Components/Icons.js.map +1 -1
- package/lib/module/Components/ImageUploader.js +1 -1
- package/lib/module/Components/ImageUploader.js.map +1 -1
- package/lib/module/Components/Jerseys.js +1 -0
- package/lib/module/Components/Jerseys.js.map +1 -1
- package/lib/module/Components/LinearDiagnal.js +1 -1
- package/lib/module/Components/LinearDiagnal.js.map +1 -1
- package/lib/module/Components/Spring.js +1 -0
- package/lib/module/Components/Spring.js.map +1 -1
- package/lib/module/Components/Switch.js +1 -0
- package/lib/module/Components/Switch.js.map +1 -1
- package/lib/module/Components/Text.js +1 -0
- package/lib/module/Components/Text.js.map +1 -1
- package/lib/module/Components/TextInput.js +1 -0
- package/lib/module/Components/TextInput.js.map +1 -1
- package/lib/module/Components/ViewportObserver.js.map +1 -1
- package/lib/module/LocationTracker/index.js +1 -0
- package/lib/module/LocationTracker/index.js.map +1 -1
- package/lib/module/Observer/Observer.js +1 -1
- package/lib/module/Observer/Observer.js.map +1 -1
- package/lib/module/Poll/components/CampaignPlay.js +1 -1
- package/lib/module/Poll/components/CampaignPlay.js.map +1 -1
- package/lib/module/Poll/components/CampaignProgressBar.js +1 -1
- package/lib/module/Poll/components/CampaignProgressBar.js.map +1 -1
- package/lib/module/Poll/components/CampaignResult.js +1 -1
- package/lib/module/Poll/components/CampaignResult.js.map +1 -1
- package/lib/module/Poll/components/CampaignSelector.js +1 -1
- package/lib/module/Poll/components/CampaignSelector.js.map +1 -1
- package/lib/module/Poll/components/PollCampaignCard.js +1 -0
- package/lib/module/Poll/components/PollCampaignCard.js.map +1 -1
- package/lib/module/Poll/components/PollCard.js +1 -1
- package/lib/module/Poll/components/PollCard.js.map +1 -1
- package/lib/module/Poll/components/PollOptionCard.js +1 -1
- package/lib/module/Poll/components/PollOptionCard.js.map +1 -1
- package/lib/module/Poll/components/PollSelectCard.js +1 -0
- package/lib/module/Poll/components/PollSelectCard.js.map +1 -1
- package/lib/module/Poll/components/ResponseTimer.js +1 -1
- package/lib/module/Poll/components/ResponseTimer.js.map +1 -1
- package/lib/module/Poll/components/WidgetHeader.js +1 -0
- package/lib/module/Poll/components/WidgetHeader.js.map +1 -1
- package/lib/module/Poll/flashmarket/ResultCard.js +1 -1
- package/lib/module/Poll/flashmarket/ResultCard.js.map +1 -1
- package/lib/module/Poll/flashmarket/index.js +1 -1
- package/lib/module/Poll/flashmarket/index.js.map +1 -1
- package/lib/module/Poll/index.js +1 -1
- package/lib/module/Poll/index.js.map +1 -1
- package/lib/module/ProfileManager/Components/BasicInfoManager.js +1 -1
- package/lib/module/ProfileManager/Components/BasicInfoManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/BasicStatus.js +1 -0
- package/lib/module/ProfileManager/Components/BasicStatus.js.map +1 -1
- package/lib/module/ProfileManager/Components/CodeRedeem.js +1 -1
- package/lib/module/ProfileManager/Components/CodeRedeem.js.map +1 -1
- package/lib/module/ProfileManager/Components/DOBManager.js +1 -1
- package/lib/module/ProfileManager/Components/DOBManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/EmailManager.js +1 -1
- package/lib/module/ProfileManager/Components/EmailManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/PasswordManager.js +1 -1
- package/lib/module/ProfileManager/Components/PasswordManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/PhoneManager.js +1 -1
- package/lib/module/ProfileManager/Components/PhoneManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfilePicManager.js +1 -1
- package/lib/module/ProfileManager/Components/ProfilePicManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfileWelcome.js +1 -0
- package/lib/module/ProfileManager/Components/ProfileWelcome.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfileWizard.js +1 -1
- package/lib/module/ProfileManager/Components/ProfileWizard.js.map +1 -1
- package/lib/module/ProfileManager/Components/SettingsManager.js +1 -1
- package/lib/module/ProfileManager/Components/SettingsManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/VouchCard.js +1 -1
- package/lib/module/ProfileManager/Components/VouchCard.js.map +1 -1
- package/lib/module/ProfileManager/index.js +1 -1
- package/lib/module/ProfileManager/index.js.map +1 -1
- package/lib/module/SocialComponents/PlayerCard.js +1 -0
- package/lib/module/SocialComponents/PlayerCard.js.map +1 -1
- package/lib/module/SocialComponents/PlayerFollowButton.js +1 -0
- package/lib/module/SocialComponents/PlayerFollowButton.js.map +1 -1
- package/lib/module/SocialComponents/PlayerList.js +1 -1
- package/lib/module/SocialComponents/PlayerList.js.map +1 -1
- package/lib/module/Socket/index.js +1 -1
- package/lib/module/Socket/index.js.map +1 -1
- package/lib/module/Squares/components/BidForm.js +1 -0
- package/lib/module/Squares/components/BidForm.js.map +1 -1
- package/lib/module/Squares/components/BidToggle.js +1 -0
- package/lib/module/Squares/components/BidToggle.js.map +1 -1
- package/lib/module/Squares/components/BoardStats.js +1 -1
- package/lib/module/Squares/components/BoardStats.js.map +1 -1
- package/lib/module/Squares/components/EventCard.js +1 -1
- package/lib/module/Squares/components/EventCard.js.map +1 -1
- package/lib/module/Squares/components/MySquaresCard.js +1 -1
- package/lib/module/Squares/components/MySquaresCard.js.map +1 -1
- package/lib/module/Squares/components/OfferForm.js +1 -0
- package/lib/module/Squares/components/OfferForm.js.map +1 -1
- package/lib/module/Squares/components/ResultsCard.js +1 -1
- package/lib/module/Squares/components/ResultsCard.js.map +1 -1
- package/lib/module/Squares/components/SquareCard.js +1 -0
- package/lib/module/Squares/components/SquareCard.js.map +1 -1
- package/lib/module/Squares/components/SquareOfferCard.js +1 -1
- package/lib/module/Squares/components/SquareOfferCard.js.map +1 -1
- package/lib/module/Squares/components/SquareOwners.js +1 -1
- package/lib/module/Squares/components/SquareOwners.js.map +1 -1
- package/lib/module/Squares/components/SquaresBoard.js +7 -6
- package/lib/module/Squares/components/SquaresBoard.js.map +1 -1
- package/lib/module/Squares/components/SquaresDetails.js +1 -1
- package/lib/module/Squares/components/SquaresDetails.js.map +1 -1
- package/lib/module/Squares/index.js +2 -2
- package/lib/module/Squares/index.js.map +1 -1
- package/lib/module/Wallet/components/ACHAddCard.js +1 -0
- package/lib/module/Wallet/components/ACHAddCard.js.map +1 -1
- package/lib/module/Wallet/components/AccountCard.js +1 -0
- package/lib/module/Wallet/components/AccountCard.js.map +1 -1
- package/lib/module/Wallet/components/AccountLimitManager.js +1 -1
- package/lib/module/Wallet/components/AccountLimitManager.js.map +1 -1
- package/lib/module/Wallet/components/AccountManager.js +1 -0
- package/lib/module/Wallet/components/AccountManager.js.map +1 -1
- package/lib/module/Wallet/components/AccountSnoozeManager.js +1 -1
- package/lib/module/Wallet/components/AccountSnoozeManager.js.map +1 -1
- package/lib/module/Wallet/components/AddressCard.js +1 -0
- package/lib/module/Wallet/components/AddressCard.js.map +1 -1
- package/lib/module/Wallet/components/AddressManager.js +1 -1
- package/lib/module/Wallet/components/AddressManager.js.map +1 -1
- package/lib/module/Wallet/components/DepositCard.js +1 -1
- package/lib/module/Wallet/components/DepositCard.js.map +1 -1
- package/lib/module/Wallet/components/FundAccountCard.js +1 -0
- package/lib/module/Wallet/components/FundAccountCard.js.map +1 -1
- package/lib/module/Wallet/components/ItemOrderCard.js +1 -1
- package/lib/module/Wallet/components/ItemOrderCard.js.map +1 -1
- package/lib/module/Wallet/components/ItemOrderDetailCard.js +1 -1
- package/lib/module/Wallet/components/ItemOrderDetailCard.js.map +1 -1
- package/lib/module/Wallet/components/LinkAccountManager.js +1 -1
- package/lib/module/Wallet/components/LinkAccountManager.js.map +1 -1
- package/lib/module/Wallet/components/ManageAccountCard.js +1 -1
- package/lib/module/Wallet/components/ManageAccountCard.js.map +1 -1
- package/lib/module/Wallet/components/ManualACHAdd.js +1 -1
- package/lib/module/Wallet/components/ManualACHAdd.js.map +1 -1
- package/lib/module/Wallet/components/ManualCardAdd.js +1 -1
- package/lib/module/Wallet/components/ManualCardAdd.js.map +1 -1
- package/lib/module/Wallet/components/MyBalance.js +1 -0
- package/lib/module/Wallet/components/MyBalance.js.map +1 -1
- package/lib/module/Wallet/components/OrderManager.js +1 -1
- package/lib/module/Wallet/components/OrderManager.js.map +1 -1
- package/lib/module/Wallet/components/RemoveAccount.js +1 -1
- package/lib/module/Wallet/components/RemoveAccount.js.map +1 -1
- package/lib/module/Wallet/components/VerifyACHAccount.js +1 -1
- package/lib/module/Wallet/components/VerifyACHAccount.js.map +1 -1
- package/lib/module/Wallet/components/WalletActionSelector.js +1 -1
- package/lib/module/Wallet/components/WalletActionSelector.js.map +1 -1
- package/lib/module/Wallet/components/WalletSettings.js +1 -1
- package/lib/module/Wallet/components/WalletSettings.js.map +1 -1
- package/lib/module/Wallet/components/WalletSetup.js +1 -1
- package/lib/module/Wallet/components/WalletSetup.js.map +1 -1
- package/lib/module/Wallet/components/WithdrawCard.js +1 -1
- package/lib/module/Wallet/components/WithdrawCard.js.map +1 -1
- package/lib/module/Wallet/index.js +1 -1
- package/lib/module/Wallet/index.js.map +1 -1
- package/lib/typescript/src/AdServer/components/CompanyAdCard.d.ts +2 -1
- package/lib/typescript/src/AdServer/components/CompanyAdCard.d.ts.map +1 -1
- package/lib/typescript/src/AdServer/index.d.ts +3 -2
- package/lib/typescript/src/AdServer/index.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/AuthStrategyIdentifier.d.ts +2 -1
- package/lib/typescript/src/Authenticator/Components/AuthStrategyIdentifier.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/LoginForm.d.ts +2 -1
- package/lib/typescript/src/Authenticator/Components/LoginForm.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/StrategyForm.d.ts +2 -1
- package/lib/typescript/src/Authenticator/Components/StrategyForm.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/index.d.ts +2 -1
- package/lib/typescript/src/Authenticator/index.d.ts.map +1 -1
- package/lib/typescript/src/BettorSearch/index.d.ts +2 -1
- package/lib/typescript/src/BettorSearch/index.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketCompetitionCard.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/BracketCompetitionCard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketCompetitionSelector.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/BracketCompetitionSelector.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketNavigator.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketNavigator.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketRound.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketRound.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/RoundEvent.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/RoundEvent.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/index.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/index.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketSelector.d.ts +1 -1
- package/lib/typescript/src/Bracket/components/BracketSelector.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/CompetitionLeaderboard.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/CompetitionLeaderboard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/JoinCompetitionCard.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/JoinCompetitionCard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBalanceCard.d.ts +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBalanceCard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBracketManager.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/PlayerBracketManager.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBrackets.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/PlayerBrackets.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/RoomMenu.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/RoomMenu.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/index.d.ts +2 -1
- package/lib/typescript/src/Bracket/index.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/AccountSummaryCard.d.ts +2 -1
- package/lib/typescript/src/Checkout/components/AccountSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/ItemSummaryCard.d.ts +2 -1
- package/lib/typescript/src/Checkout/components/ItemSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/OrderSummaryCard.d.ts +2 -1
- package/lib/typescript/src/Checkout/components/OrderSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/PayPalOrderCapture.d.ts +2 -1
- package/lib/typescript/src/Checkout/components/PayPalOrderCapture.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/ShippingSummaryCard.d.ts +2 -1
- package/lib/typescript/src/Checkout/components/ShippingSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/index.d.ts +2 -1
- package/lib/typescript/src/Checkout/index.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/AthleteMarketCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/AthleteMarketCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionInfoCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionInfoCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionLeaderboard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionLeaderboard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionPlay.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionPlay.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionSeasonCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionSeasonCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionSelector.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionSelector.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionTypeCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionTypeCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/EnterCompetitionPrompt.d.ts +2 -1
- package/lib/typescript/src/Competition/components/EnterCompetitionPrompt.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/LeaderPicks.d.ts +2 -1
- package/lib/typescript/src/Competition/components/LeaderPicks.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/ManageSeasonForm.d.ts +2 -1
- package/lib/typescript/src/Competition/components/ManageSeasonForm.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/MarketsCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/MarketsCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/MatchMarketCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/MatchMarketCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/NavOutPrompt.d.ts +2 -1
- package/lib/typescript/src/Competition/components/NavOutPrompt.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/SeasonInfoModal.d.ts +2 -1
- package/lib/typescript/src/Competition/components/SeasonInfoModal.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/TeamEventCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/TeamEventCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/WagerPickForm.d.ts +2 -1
- package/lib/typescript/src/Competition/components/WagerPickForm.d.ts.map +1 -1
- package/lib/typescript/src/Competition/index.d.ts +2 -1
- package/lib/typescript/src/Competition/index.d.ts.map +1 -1
- package/lib/typescript/src/Components/Button.d.ts +2 -1
- package/lib/typescript/src/Components/Button.d.ts.map +1 -1
- package/lib/typescript/src/Components/Checkbox.d.ts +2 -1
- package/lib/typescript/src/Components/Checkbox.d.ts.map +1 -1
- package/lib/typescript/src/Components/Icons.d.ts +57 -56
- package/lib/typescript/src/Components/Icons.d.ts.map +1 -1
- package/lib/typescript/src/Components/ImageUploader.d.ts +2 -1
- package/lib/typescript/src/Components/ImageUploader.d.ts.map +1 -1
- package/lib/typescript/src/Components/Jerseys.d.ts +3 -2
- package/lib/typescript/src/Components/Jerseys.d.ts.map +1 -1
- package/lib/typescript/src/Components/LinearDiagnal.d.ts +2 -1
- package/lib/typescript/src/Components/LinearDiagnal.d.ts.map +1 -1
- package/lib/typescript/src/Components/Spring.d.ts +2 -1
- package/lib/typescript/src/Components/Spring.d.ts.map +1 -1
- package/lib/typescript/src/Components/Switch.d.ts +2 -1
- package/lib/typescript/src/Components/Switch.d.ts.map +1 -1
- package/lib/typescript/src/Components/Text.d.ts +2 -1
- package/lib/typescript/src/Components/Text.d.ts.map +1 -1
- package/lib/typescript/src/Components/TextInput.d.ts +2 -1
- package/lib/typescript/src/Components/TextInput.d.ts.map +1 -1
- package/lib/typescript/src/LocationTracker/index.d.ts +2 -1
- package/lib/typescript/src/LocationTracker/index.d.ts.map +1 -1
- package/lib/typescript/src/Observer/Observer.d.ts +2 -1
- package/lib/typescript/src/Observer/Observer.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignPlay.d.ts +2 -1
- package/lib/typescript/src/Poll/components/CampaignPlay.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignProgressBar.d.ts +2 -1
- package/lib/typescript/src/Poll/components/CampaignProgressBar.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignResult.d.ts +2 -1
- package/lib/typescript/src/Poll/components/CampaignResult.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignSelector.d.ts +2 -1
- package/lib/typescript/src/Poll/components/CampaignSelector.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollCampaignCard.d.ts +2 -1
- package/lib/typescript/src/Poll/components/PollCampaignCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollCard.d.ts +2 -1
- package/lib/typescript/src/Poll/components/PollCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollOptionCard.d.ts +2 -1
- package/lib/typescript/src/Poll/components/PollOptionCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollSelectCard.d.ts +2 -1
- package/lib/typescript/src/Poll/components/PollSelectCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/ResponseTimer.d.ts +2 -1
- package/lib/typescript/src/Poll/components/ResponseTimer.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/WidgetHeader.d.ts +2 -1
- package/lib/typescript/src/Poll/components/WidgetHeader.d.ts.map +1 -1
- package/lib/typescript/src/Poll/flashmarket/ResultCard.d.ts +2 -1
- package/lib/typescript/src/Poll/flashmarket/ResultCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/flashmarket/index.d.ts +2 -1
- package/lib/typescript/src/Poll/flashmarket/index.d.ts.map +1 -1
- package/lib/typescript/src/Poll/index.d.ts +2 -1
- package/lib/typescript/src/Poll/index.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/BasicInfoManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/BasicInfoManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/BasicStatus.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/BasicStatus.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/CodeRedeem.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/CodeRedeem.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/DOBManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/DOBManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/EmailManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/EmailManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/PasswordManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/PasswordManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/PhoneManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/PhoneManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfilePicManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/ProfilePicManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWelcome.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWelcome.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWizard.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWizard.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/SettingsManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/SettingsManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/VouchCard.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/VouchCard.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/index.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/index.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PlayerCard.d.ts +2 -1
- package/lib/typescript/src/SocialComponents/PlayerCard.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PlayerFollowButton.d.ts +2 -1
- package/lib/typescript/src/SocialComponents/PlayerFollowButton.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PlayerList.d.ts +2 -1
- package/lib/typescript/src/SocialComponents/PlayerList.d.ts.map +1 -1
- package/lib/typescript/src/Socket/index.d.ts +2 -1
- package/lib/typescript/src/Socket/index.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/BidForm.d.ts +2 -1
- package/lib/typescript/src/Squares/components/BidForm.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/BidToggle.d.ts +2 -1
- package/lib/typescript/src/Squares/components/BidToggle.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/BoardStats.d.ts +2 -1
- package/lib/typescript/src/Squares/components/BoardStats.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/EventCard.d.ts +2 -1
- package/lib/typescript/src/Squares/components/EventCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/MySquaresCard.d.ts +2 -1
- package/lib/typescript/src/Squares/components/MySquaresCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/OfferForm.d.ts +2 -1
- package/lib/typescript/src/Squares/components/OfferForm.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/ResultsCard.d.ts +2 -1
- package/lib/typescript/src/Squares/components/ResultsCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquareCard.d.ts +2 -1
- package/lib/typescript/src/Squares/components/SquareCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquareOfferCard.d.ts +2 -1
- package/lib/typescript/src/Squares/components/SquareOfferCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquareOwners.d.ts +2 -1
- package/lib/typescript/src/Squares/components/SquareOwners.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquaresBoard.d.ts +2 -1
- package/lib/typescript/src/Squares/components/SquaresBoard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquaresDetails.d.ts +2 -1
- package/lib/typescript/src/Squares/components/SquaresDetails.d.ts.map +1 -1
- package/lib/typescript/src/Squares/index.d.ts +2 -1
- package/lib/typescript/src/Squares/index.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ACHAddCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/ACHAddCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/AccountCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountLimitManager.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/AccountLimitManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountManager.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/AccountManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountSnoozeManager.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/AccountSnoozeManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AddressCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/AddressCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AddressManager.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/AddressManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/DepositCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/DepositCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/FundAccountCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/FundAccountCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ItemOrderCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/ItemOrderCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ItemOrderDetailCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/ItemOrderDetailCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/LinkAccountManager.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/LinkAccountManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ManageAccountCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/ManageAccountCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ManualACHAdd.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/ManualACHAdd.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ManualCardAdd.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/ManualCardAdd.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/MyBalance.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/MyBalance.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/OrderManager.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/OrderManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/RemoveAccount.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/RemoveAccount.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/VerifyACHAccount.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/VerifyACHAccount.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WalletActionSelector.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/WalletActionSelector.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WalletSettings.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/WalletSettings.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WalletSetup.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/WalletSetup.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WithdrawCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/WithdrawCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/index.d.ts +2 -1
- package/lib/typescript/src/Wallet/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/AdServer/components/CompanyAdCard.tsx +1 -1
- package/src/AdServer/index.tsx +1 -1
- package/src/Authenticator/Components/AuthStrategyIdentifier.tsx +1 -0
- package/src/Authenticator/Components/LoginForm.tsx +1 -1
- package/src/Authenticator/Components/StrategyForm.tsx +1 -1
- package/src/Authenticator/index.tsx +1 -1
- package/src/BettorSearch/index.tsx +1 -1
- package/src/Bracket/components/BracketCompetitionCard.tsx +1 -1
- package/src/Bracket/components/BracketCompetitionSelector.tsx +1 -1
- package/src/Bracket/components/BracketPlay/BracketNavigator.tsx +1 -0
- package/src/Bracket/components/BracketPlay/BracketRound.tsx +1 -0
- package/src/Bracket/components/BracketPlay/RoundEvent.tsx +1 -0
- package/src/Bracket/components/BracketPlay/index.tsx +1 -1
- package/src/Bracket/components/BracketSelector.tsx +1 -1
- package/src/Bracket/components/CompetitionLeaderboard.tsx +1 -1
- package/src/Bracket/components/JoinCompetitionCard.tsx +1 -1
- package/src/Bracket/components/PlayerBalanceCard.tsx +1 -1
- package/src/Bracket/components/PlayerBracketManager.tsx +1 -1
- package/src/Bracket/components/PlayerBrackets.tsx +1 -0
- package/src/Bracket/components/RoomMenu.tsx +1 -1
- package/src/Bracket/index.tsx +1 -1
- package/src/Checkout/components/AccountSummaryCard.tsx +1 -0
- package/src/Checkout/components/ItemSummaryCard.tsx +1 -0
- package/src/Checkout/components/OrderSummaryCard.tsx +1 -0
- package/src/Checkout/components/PayPalOrderCapture.tsx +1 -0
- package/src/Checkout/components/ShippingSummaryCard.tsx +1 -0
- package/src/Checkout/index.tsx +1 -1
- package/src/Competition/components/AthleteMarketCard.tsx +1 -0
- package/src/Competition/components/CompetitionCard.tsx +1 -0
- package/src/Competition/components/CompetitionInfoCard.tsx +1 -0
- package/src/Competition/components/CompetitionLeaderboard.tsx +1 -1
- package/src/Competition/components/CompetitionPlay.tsx +1 -0
- package/src/Competition/components/CompetitionSeasonCard.tsx +1 -0
- package/src/Competition/components/CompetitionSelector.tsx +1 -0
- package/src/Competition/components/CompetitionTypeCard.tsx +1 -1
- package/src/Competition/components/EnterCompetitionPrompt.tsx +1 -1
- package/src/Competition/components/LeaderPicks.tsx +1 -1
- package/src/Competition/components/ManageSeasonForm.tsx +1 -1
- package/src/Competition/components/MarketsCard.tsx +1 -1
- package/src/Competition/components/MatchMarketCard.tsx +1 -0
- package/src/Competition/components/NavOutPrompt.tsx +1 -0
- package/src/Competition/components/SeasonInfoModal.tsx +1 -1
- package/src/Competition/components/TeamEventCard.tsx +1 -1
- package/src/Competition/components/WagerPickForm.tsx +1 -1
- package/src/Competition/index.tsx +1 -1
- package/src/Components/Button.tsx +1 -0
- package/src/Components/Checkbox.tsx +1 -0
- package/src/Components/Icons.tsx +1 -0
- package/src/Components/ImageUploader.tsx +1 -1
- package/src/Components/Jerseys.tsx +1 -0
- package/src/Components/LinearDiagnal.tsx +1 -1
- package/src/Components/Spring.tsx +1 -0
- package/src/Components/Switch.tsx +1 -0
- package/src/Components/Text.tsx +1 -0
- package/src/Components/TextInput.tsx +1 -0
- package/src/Components/ViewportObserver.tsx +1 -1
- package/src/LocationTracker/index.tsx +1 -0
- package/src/Observer/Observer.tsx +1 -1
- package/src/Poll/components/CampaignPlay.tsx +1 -1
- package/src/Poll/components/CampaignProgressBar.tsx +1 -1
- package/src/Poll/components/CampaignResult.tsx +1 -1
- package/src/Poll/components/CampaignSelector.tsx +1 -1
- package/src/Poll/components/PollCampaignCard.tsx +1 -0
- package/src/Poll/components/PollCard.tsx +1 -1
- package/src/Poll/components/PollOptionCard.tsx +1 -1
- package/src/Poll/components/PollSelectCard.tsx +1 -0
- package/src/Poll/components/ResponseTimer.tsx +1 -1
- package/src/Poll/components/WidgetHeader.tsx +1 -0
- package/src/Poll/flashmarket/ResultCard.tsx +1 -1
- package/src/Poll/flashmarket/index.tsx +1 -1
- package/src/Poll/index.tsx +1 -1
- package/src/ProfileManager/Components/BasicInfoManager.tsx +1 -1
- package/src/ProfileManager/Components/BasicStatus.tsx +1 -0
- package/src/ProfileManager/Components/CodeRedeem.tsx +1 -1
- package/src/ProfileManager/Components/DOBManager.tsx +1 -1
- package/src/ProfileManager/Components/EmailManager.tsx +1 -1
- package/src/ProfileManager/Components/PasswordManager.tsx +1 -1
- package/src/ProfileManager/Components/PhoneManager.tsx +1 -1
- package/src/ProfileManager/Components/ProfilePicManager.tsx +1 -1
- package/src/ProfileManager/Components/ProfileWelcome.tsx +1 -0
- package/src/ProfileManager/Components/ProfileWizard.tsx +1 -1
- package/src/ProfileManager/Components/SettingsManager.tsx +1 -1
- package/src/ProfileManager/Components/VouchCard.tsx +1 -1
- package/src/ProfileManager/index.tsx +1 -1
- package/src/SocialComponents/PlayerCard.tsx +1 -0
- package/src/SocialComponents/PlayerFollowButton.tsx +1 -0
- package/src/SocialComponents/PlayerList.tsx +1 -1
- package/src/Socket/index.tsx +1 -1
- package/src/Squares/components/BidForm.tsx +1 -0
- package/src/Squares/components/BidToggle.tsx +1 -0
- package/src/Squares/components/BoardStats.tsx +1 -1
- package/src/Squares/components/EventCard.tsx +1 -1
- package/src/Squares/components/MySquaresCard.tsx +1 -1
- package/src/Squares/components/OfferForm.tsx +1 -0
- package/src/Squares/components/ResultsCard.tsx +1 -1
- package/src/Squares/components/SquareCard.tsx +1 -0
- package/src/Squares/components/SquareOfferCard.tsx +1 -1
- package/src/Squares/components/SquareOwners.tsx +1 -1
- package/src/Squares/components/SquaresBoard.tsx +8 -6
- package/src/Squares/components/SquaresDetails.tsx +1 -1
- package/src/Squares/index.tsx +2 -2
- package/src/Wallet/components/ACHAddCard.tsx +1 -0
- package/src/Wallet/components/AccountCard.tsx +1 -0
- package/src/Wallet/components/AccountLimitManager.tsx +1 -1
- package/src/Wallet/components/AccountManager.tsx +1 -0
- package/src/Wallet/components/AccountSnoozeManager.tsx +1 -1
- package/src/Wallet/components/AddressCard.tsx +1 -0
- package/src/Wallet/components/AddressManager.tsx +1 -1
- package/src/Wallet/components/DepositCard.tsx +1 -1
- package/src/Wallet/components/FundAccountCard.tsx +1 -0
- package/src/Wallet/components/ItemOrderCard.tsx +1 -1
- package/src/Wallet/components/ItemOrderDetailCard.tsx +1 -1
- package/src/Wallet/components/LinkAccountManager.tsx +1 -1
- package/src/Wallet/components/ManageAccountCard.tsx +1 -1
- package/src/Wallet/components/ManualACHAdd.tsx +1 -1
- package/src/Wallet/components/ManualCardAdd.tsx +1 -1
- package/src/Wallet/components/MyBalance.tsx +1 -0
- package/src/Wallet/components/OrderManager.tsx +1 -1
- package/src/Wallet/components/RemoveAccount.tsx +1 -1
- package/src/Wallet/components/VerifyACHAccount.tsx +1 -1
- package/src/Wallet/components/WalletActionSelector.tsx +1 -1
- package/src/Wallet/components/WalletSettings.tsx +1 -1
- package/src/Wallet/components/WalletSetup.tsx +1 -1
- package/src/Wallet/components/WithdrawCard.tsx +1 -1
- package/src/Wallet/index.tsx +1 -1
|
@@ -5,11 +5,13 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
var _reactNative = require("react-native");
|
|
8
|
-
var _react = require("react");
|
|
8
|
+
var _react = _interopRequireWildcard(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; }
|
|
13
15
|
const CompetitionTypeCard = ({
|
|
14
16
|
competition,
|
|
15
17
|
competition_payout_types,
|
|
@@ -68,7 +70,7 @@ const CompetitionTypeCard = ({
|
|
|
68
70
|
});
|
|
69
71
|
}
|
|
70
72
|
const renderPayouts = data => {
|
|
71
|
-
return /*#__PURE__*/
|
|
73
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
72
74
|
style: {
|
|
73
75
|
padding: 5,
|
|
74
76
|
borderBottomColor: _colors.default.shades.shade600,
|
|
@@ -77,17 +79,17 @@ const CompetitionTypeCard = ({
|
|
|
77
79
|
alignItems: 'center',
|
|
78
80
|
width: 100
|
|
79
81
|
}
|
|
80
|
-
}, /*#__PURE__*/
|
|
82
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
81
83
|
size: 14,
|
|
82
84
|
color: _colors.default.brand.midnight
|
|
83
|
-
}, _api.CompetitionHelpers.formatPlace(data.item.tier)), /*#__PURE__*/
|
|
85
|
+
}, _api.CompetitionHelpers.formatPlace(data.item.tier)), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
84
86
|
style: {
|
|
85
87
|
flex: 1
|
|
86
88
|
},
|
|
87
89
|
textAlign: "center",
|
|
88
90
|
weight: "bold",
|
|
89
91
|
color: _colors.default.brand.midnight
|
|
90
|
-
}, "-"), /*#__PURE__*/
|
|
92
|
+
}, "-"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
91
93
|
size: 14,
|
|
92
94
|
color: _colors.default.brand.midnight
|
|
93
95
|
}, data.item.payout, "%"));
|
|
@@ -95,7 +97,7 @@ const CompetitionTypeCard = ({
|
|
|
95
97
|
const renderResult = competition_result_type => {
|
|
96
98
|
switch (competition_result_type.type) {
|
|
97
99
|
case 'battle_royale':
|
|
98
|
-
return /*#__PURE__*/
|
|
100
|
+
return /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
99
101
|
style: {
|
|
100
102
|
marginTop: 10
|
|
101
103
|
},
|
|
@@ -105,7 +107,7 @@ const CompetitionTypeCard = ({
|
|
|
105
107
|
textAlign: "center"
|
|
106
108
|
}, "Winner takes all. Ties for first will split the pot.");
|
|
107
109
|
case 'double_up':
|
|
108
|
-
return /*#__PURE__*/
|
|
110
|
+
return /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
109
111
|
style: {
|
|
110
112
|
marginTop: 10
|
|
111
113
|
},
|
|
@@ -115,20 +117,20 @@ const CompetitionTypeCard = ({
|
|
|
115
117
|
textAlign: "center"
|
|
116
118
|
}, "Finish in the top half of all participants and split total pot.");
|
|
117
119
|
case 'outpace':
|
|
118
|
-
return /*#__PURE__*/
|
|
120
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
119
121
|
style: {
|
|
120
122
|
padding: 5
|
|
121
123
|
}
|
|
122
|
-
}, pacer ? /*#__PURE__*/
|
|
124
|
+
}, pacer ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
123
125
|
nativeID: "pacer"
|
|
124
|
-
}, /*#__PURE__*/
|
|
126
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
125
127
|
nativeID: "profile_pic",
|
|
126
128
|
style: {
|
|
127
129
|
padding: 5,
|
|
128
130
|
justifyContent: 'center',
|
|
129
131
|
alignItems: 'center'
|
|
130
132
|
}
|
|
131
|
-
}, /*#__PURE__*/
|
|
133
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.Image, {
|
|
132
134
|
source: {
|
|
133
135
|
uri: pacer.profile_pic
|
|
134
136
|
},
|
|
@@ -138,17 +140,17 @@ const CompetitionTypeCard = ({
|
|
|
138
140
|
borderRadius: 100
|
|
139
141
|
},
|
|
140
142
|
resizeMode: "cover"
|
|
141
|
-
})), /*#__PURE__*/
|
|
143
|
+
})), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
142
144
|
nativeID: "username",
|
|
143
145
|
style: {
|
|
144
146
|
marginTop: 10
|
|
145
147
|
}
|
|
146
|
-
}, /*#__PURE__*/
|
|
148
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
147
149
|
size: 18,
|
|
148
150
|
color: _colors.default.brand.midnight,
|
|
149
151
|
weight: "bold",
|
|
150
152
|
textAlign: "center"
|
|
151
|
-
}, "@", pacer.username))) : /*#__PURE__*/
|
|
153
|
+
}, "@", pacer.username))) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
152
154
|
style: {
|
|
153
155
|
marginTop: 10
|
|
154
156
|
},
|
|
@@ -158,7 +160,7 @@ const CompetitionTypeCard = ({
|
|
|
158
160
|
textAlign: "center"
|
|
159
161
|
}, "Split the pot with anyone who finishes above the pacer. If the pacer wins, they take the whole pot!"));
|
|
160
162
|
default:
|
|
161
|
-
return /*#__PURE__*/
|
|
163
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.View, null, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
162
164
|
style: {
|
|
163
165
|
padding: 10
|
|
164
166
|
},
|
|
@@ -166,7 +168,7 @@ const CompetitionTypeCard = ({
|
|
|
166
168
|
color: _colors.default.brand.midnight,
|
|
167
169
|
weight: "bold",
|
|
168
170
|
textAlign: "center"
|
|
169
|
-
}, competition_result_type.description), /*#__PURE__*/
|
|
171
|
+
}, competition_result_type.description), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
170
172
|
style: {
|
|
171
173
|
margin: 5,
|
|
172
174
|
padding: 10,
|
|
@@ -174,14 +176,14 @@ const CompetitionTypeCard = ({
|
|
|
174
176
|
borderRadius: 8,
|
|
175
177
|
alignItems: 'center'
|
|
176
178
|
}
|
|
177
|
-
}, /*#__PURE__*/
|
|
179
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
178
180
|
style: {
|
|
179
181
|
marginBottom: 10
|
|
180
182
|
},
|
|
181
183
|
size: 14,
|
|
182
184
|
color: _colors.default.brand.midnight,
|
|
183
185
|
weight: "bold"
|
|
184
|
-
}, "Payout Tiers"), /*#__PURE__*/
|
|
186
|
+
}, "Payout Tiers"), /*#__PURE__*/_react.default.createElement(_reactNative.FlatList, {
|
|
185
187
|
data: competition_payout_types.sort((a, b) => a.tier - b.tier),
|
|
186
188
|
renderItem: renderPayouts,
|
|
187
189
|
keyExtractor: item => item.competition_payout_type_id.toString()
|
|
@@ -189,20 +191,20 @@ const CompetitionTypeCard = ({
|
|
|
189
191
|
}
|
|
190
192
|
};
|
|
191
193
|
if (!visible || !competition) {
|
|
192
|
-
return /*#__PURE__*/
|
|
194
|
+
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null);
|
|
193
195
|
}
|
|
194
196
|
const viewing_nav = competition_navs.find(cnv => cnv.step == active_nav) ?? {
|
|
195
197
|
view: '',
|
|
196
198
|
label: ''
|
|
197
199
|
};
|
|
198
|
-
return /*#__PURE__*/
|
|
200
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
199
201
|
style: {
|
|
200
202
|
backgroundColor: _colors.default.shades.white,
|
|
201
203
|
width: 350,
|
|
202
204
|
minHeight: 450,
|
|
203
205
|
borderRadius: 8
|
|
204
206
|
}
|
|
205
|
-
}, /*#__PURE__*/
|
|
207
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
206
208
|
nativeID: "competition_header",
|
|
207
209
|
style: {
|
|
208
210
|
flexDirection: 'row',
|
|
@@ -211,7 +213,7 @@ const CompetitionTypeCard = ({
|
|
|
211
213
|
borderBottomColor: _colors.default.shades.shade600,
|
|
212
214
|
borderBottomWidth: 1
|
|
213
215
|
}
|
|
214
|
-
}, /*#__PURE__*/
|
|
216
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
215
217
|
style: {
|
|
216
218
|
flex: 1
|
|
217
219
|
},
|
|
@@ -219,23 +221,23 @@ const CompetitionTypeCard = ({
|
|
|
219
221
|
color: _colors.default.brand.midnight,
|
|
220
222
|
weight: "bold",
|
|
221
223
|
textAlign: "left"
|
|
222
|
-
}, "RULES"), /*#__PURE__*/
|
|
224
|
+
}, "RULES"), /*#__PURE__*/_react.default.createElement(_Components.Button, {
|
|
223
225
|
title: "X",
|
|
224
226
|
title_color: _colors.default.utility.error,
|
|
225
227
|
borderRadius: 8,
|
|
226
228
|
onPress: () => onClose()
|
|
227
|
-
})), /*#__PURE__*/
|
|
229
|
+
})), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
228
230
|
nativeID: "nav_details",
|
|
229
231
|
style: {
|
|
230
232
|
flex: 1
|
|
231
233
|
}
|
|
232
|
-
}, viewing_nav.view == 'prize' ? /*#__PURE__*/
|
|
234
|
+
}, viewing_nav.view == 'prize' ? /*#__PURE__*/_react.default.createElement(_reactNative.View, null, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
233
235
|
nativeID: "prize_image",
|
|
234
236
|
style: {
|
|
235
237
|
justifyContent: 'center',
|
|
236
238
|
alignItems: 'center'
|
|
237
239
|
}
|
|
238
|
-
}, /*#__PURE__*/
|
|
240
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.Image, {
|
|
239
241
|
source: {
|
|
240
242
|
uri: competition.prize_image?.url
|
|
241
243
|
},
|
|
@@ -244,7 +246,7 @@ const CompetitionTypeCard = ({
|
|
|
244
246
|
width: 350
|
|
245
247
|
},
|
|
246
248
|
resizeMode: "cover"
|
|
247
|
-
})), /*#__PURE__*/
|
|
249
|
+
})), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
248
250
|
style: {
|
|
249
251
|
position: 'absolute',
|
|
250
252
|
left: 0,
|
|
@@ -256,18 +258,18 @@ const CompetitionTypeCard = ({
|
|
|
256
258
|
justifyContent: 'center',
|
|
257
259
|
alignItems: 'center'
|
|
258
260
|
}
|
|
259
|
-
}, /*#__PURE__*/
|
|
261
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
260
262
|
style: {
|
|
261
263
|
backgroundColor: _colors.default.shades.white,
|
|
262
264
|
padding: 20,
|
|
263
265
|
borderRadius: 8
|
|
264
266
|
}
|
|
265
|
-
}, /*#__PURE__*/
|
|
267
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
266
268
|
size: 16,
|
|
267
269
|
color: _colors.default.brand.midnight,
|
|
268
270
|
weight: "bold",
|
|
269
271
|
textAlign: "center"
|
|
270
|
-
}, "COMPETITION PRIZE!"), /*#__PURE__*/
|
|
272
|
+
}, "COMPETITION PRIZE!"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
271
273
|
style: {
|
|
272
274
|
marginTop: 10
|
|
273
275
|
},
|
|
@@ -275,17 +277,17 @@ const CompetitionTypeCard = ({
|
|
|
275
277
|
color: _colors.default.brand.midnight,
|
|
276
278
|
weight: "semibold",
|
|
277
279
|
textAlign: "center"
|
|
278
|
-
}, competition.prize_override)))) : /*#__PURE__*/
|
|
280
|
+
}, competition.prize_override)))) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), viewing_nav.view == 'type' ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
279
281
|
nativeID: "type_settings",
|
|
280
282
|
style: {
|
|
281
283
|
padding: 10
|
|
282
284
|
}
|
|
283
|
-
}, /*#__PURE__*/
|
|
285
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
284
286
|
size: 22,
|
|
285
287
|
color: _colors.default.brand.midnight,
|
|
286
288
|
weight: "bold",
|
|
287
289
|
textAlign: "center"
|
|
288
|
-
}, competition_type.type_label), competition_type.type == 'pick' ? /*#__PURE__*/
|
|
290
|
+
}, competition_type.type_label), competition_type.type == 'pick' ? /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
289
291
|
style: {
|
|
290
292
|
marginTop: 10
|
|
291
293
|
},
|
|
@@ -293,7 +295,7 @@ const CompetitionTypeCard = ({
|
|
|
293
295
|
color: _colors.default.brand.midnight,
|
|
294
296
|
weight: "semibold",
|
|
295
297
|
textAlign: "center"
|
|
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__*/
|
|
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__*/_react.default.createElement(_Components.Text, {
|
|
297
299
|
style: {
|
|
298
300
|
marginTop: 10
|
|
299
301
|
},
|
|
@@ -301,17 +303,17 @@ const CompetitionTypeCard = ({
|
|
|
301
303
|
color: _colors.default.brand.midnight,
|
|
302
304
|
weight: "semibold",
|
|
303
305
|
textAlign: "center"
|
|
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__*/
|
|
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__*/_react.default.createElement(_react.default.Fragment, null)) : viewing_nav.view == 'result' ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
305
307
|
nativeID: "result_settings",
|
|
306
308
|
style: {
|
|
307
309
|
padding: 10
|
|
308
310
|
}
|
|
309
|
-
}, /*#__PURE__*/
|
|
311
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
310
312
|
size: 22,
|
|
311
313
|
color: _colors.default.brand.midnight,
|
|
312
314
|
weight: "bold",
|
|
313
315
|
textAlign: "center"
|
|
314
|
-
}, competition_result_type.label), renderResult(competition_result_type)) : /*#__PURE__*/
|
|
316
|
+
}, competition_result_type.label), renderResult(competition_result_type)) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null)), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
315
317
|
nativeID: "view_nav",
|
|
316
318
|
style: {
|
|
317
319
|
padding: 10,
|
|
@@ -320,7 +322,7 @@ const CompetitionTypeCard = ({
|
|
|
320
322
|
borderTopColor: _colors.default.shades.shade600,
|
|
321
323
|
borderTopWidth: 1
|
|
322
324
|
}
|
|
323
|
-
}, /*#__PURE__*/
|
|
325
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Button, {
|
|
324
326
|
title: "PREV",
|
|
325
327
|
title_size: 12,
|
|
326
328
|
title_weight: "regular",
|
|
@@ -331,11 +333,11 @@ const CompetitionTypeCard = ({
|
|
|
331
333
|
}
|
|
332
334
|
return setActiveNav(active_nav - 1);
|
|
333
335
|
}
|
|
334
|
-
}), /*#__PURE__*/
|
|
336
|
+
}), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
335
337
|
style: {
|
|
336
338
|
flex: 1
|
|
337
339
|
}
|
|
338
|
-
}, /*#__PURE__*/
|
|
340
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
339
341
|
style: {
|
|
340
342
|
paddingBottom: 5
|
|
341
343
|
},
|
|
@@ -343,7 +345,7 @@ const CompetitionTypeCard = ({
|
|
|
343
345
|
color: _colors.default.brand.slate,
|
|
344
346
|
weight: "bold",
|
|
345
347
|
textAlign: "center"
|
|
346
|
-
}, viewing_nav.label), /*#__PURE__*/
|
|
348
|
+
}, viewing_nav.label), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
347
349
|
style: {
|
|
348
350
|
flexDirection: 'row',
|
|
349
351
|
justifyContent: 'center',
|
|
@@ -351,7 +353,7 @@ const CompetitionTypeCard = ({
|
|
|
351
353
|
}
|
|
352
354
|
}, competition_navs.map(n => {
|
|
353
355
|
const active = n.step == active_nav ? true : false;
|
|
354
|
-
return /*#__PURE__*/
|
|
356
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
355
357
|
style: {
|
|
356
358
|
marginLeft: 20,
|
|
357
359
|
marginRight: 20,
|
|
@@ -361,7 +363,7 @@ const CompetitionTypeCard = ({
|
|
|
361
363
|
backgroundColor: active ? _colors.default.brand.electric : _colors.default.shades.shade300
|
|
362
364
|
}
|
|
363
365
|
});
|
|
364
|
-
}))), /*#__PURE__*/
|
|
366
|
+
}))), /*#__PURE__*/_react.default.createElement(_Components.Button, {
|
|
365
367
|
title: "NEXT",
|
|
366
368
|
title_size: 12,
|
|
367
369
|
title_weight: "regular",
|
|
@@ -1 +1 @@
|
|
|
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":[]}
|
|
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":[]}
|
|
@@ -5,13 +5,15 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
var _reactNative = require("react-native");
|
|
8
|
-
var _react = require("react");
|
|
8
|
+
var _react = _interopRequireWildcard(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; }
|
|
15
17
|
const EnterCompetitionPrompt = ({
|
|
16
18
|
player,
|
|
17
19
|
player_balance,
|
|
@@ -31,7 +33,7 @@ const EnterCompetitionPrompt = ({
|
|
|
31
33
|
}, []);
|
|
32
34
|
const requires_verification = competition?.buy_in > 0 && competition?.market_type == 'FOR_MONEY' && player?.vouched_status != 'verified' ? true : false;
|
|
33
35
|
const cl = competition.market_type == 'FOR_MONEY' ? '$' : 'E';
|
|
34
|
-
return /*#__PURE__*/
|
|
36
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
35
37
|
style: {
|
|
36
38
|
width,
|
|
37
39
|
backgroundColor: _colors.default.shades.white,
|
|
@@ -39,31 +41,31 @@ const EnterCompetitionPrompt = ({
|
|
|
39
41
|
borderTopLeftRadius: 22,
|
|
40
42
|
paddingTop: 22
|
|
41
43
|
}
|
|
42
|
-
}, /*#__PURE__*/
|
|
44
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
43
45
|
nativeID: "competition_info"
|
|
44
|
-
}, /*#__PURE__*/
|
|
46
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
45
47
|
size: 16,
|
|
46
48
|
color: _colors.default.brand.midnight,
|
|
47
49
|
weight: "bold",
|
|
48
50
|
textAlign: "center"
|
|
49
|
-
}, "Competition Details"), competition_type ? /*#__PURE__*/
|
|
51
|
+
}, "Competition Details"), competition_type ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
50
52
|
style: {
|
|
51
53
|
flexDirection: 'row',
|
|
52
54
|
justifyContent: 'center',
|
|
53
55
|
margin: 10
|
|
54
56
|
}
|
|
55
|
-
}, /*#__PURE__*/
|
|
57
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
56
58
|
style: {
|
|
57
59
|
padding: 10,
|
|
58
60
|
marginRight: 4,
|
|
59
61
|
backgroundColor: _api.CompetitionHelpers.getCompColors(competition_type.type).borderColor,
|
|
60
62
|
borderRadius: 4
|
|
61
63
|
}
|
|
62
|
-
}, /*#__PURE__*/
|
|
64
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
63
65
|
size: 12,
|
|
64
66
|
color: _colors.default.shades.white,
|
|
65
67
|
weight: "semibold"
|
|
66
|
-
}, competition_type.type_label)), /*#__PURE__*/
|
|
68
|
+
}, competition_type.type_label)), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
67
69
|
style: {
|
|
68
70
|
flexDirection: 'row',
|
|
69
71
|
alignItems: 'center',
|
|
@@ -73,25 +75,25 @@ const EnterCompetitionPrompt = ({
|
|
|
73
75
|
borderRadius: 4,
|
|
74
76
|
..._styles.view_styles.float
|
|
75
77
|
}
|
|
76
|
-
}, /*#__PURE__*/
|
|
78
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
77
79
|
style: {
|
|
78
80
|
marginRight: 5
|
|
79
81
|
},
|
|
80
82
|
size: 12,
|
|
81
83
|
color: _colors.default.brand.midnight,
|
|
82
84
|
weight: "semibold"
|
|
83
|
-
}, competition.invite_only ? 'Private' : 'Public'), competition.invite_only ? /*#__PURE__*/
|
|
85
|
+
}, competition.invite_only ? 'Private' : 'Public'), competition.invite_only ? /*#__PURE__*/_react.default.createElement(_Components.Icons.EyeOffIcon, {
|
|
84
86
|
color: _colors.default.brand.midnight,
|
|
85
87
|
size: 14
|
|
86
|
-
}) : /*#__PURE__*/
|
|
88
|
+
}) : /*#__PURE__*/_react.default.createElement(_Components.Icons.EyeOnIcon, {
|
|
87
89
|
color: _colors.default.brand.midnight,
|
|
88
90
|
size: 14
|
|
89
|
-
}))) : /*#__PURE__*/
|
|
91
|
+
}))) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
90
92
|
size: 14,
|
|
91
93
|
color: _colors.default.brand.midnight,
|
|
92
94
|
weight: "bold",
|
|
93
95
|
textAlign: "center"
|
|
94
|
-
}, competition.competition_name)), /*#__PURE__*/
|
|
96
|
+
}, competition.competition_name)), /*#__PURE__*/_react.default.createElement(_reactNative.View, null, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
95
97
|
style: {
|
|
96
98
|
marginTop: 5
|
|
97
99
|
},
|
|
@@ -99,7 +101,7 @@ const EnterCompetitionPrompt = ({
|
|
|
99
101
|
color: _colors.default.brand.midnight,
|
|
100
102
|
weight: "regular",
|
|
101
103
|
textAlign: "center"
|
|
102
|
-
}, (0, _momentMini.default)(competition.scheduled_datetime).format('MMM DD - hh:mm a')), competition.competition_description ? /*#__PURE__*/
|
|
104
|
+
}, (0, _momentMini.default)(competition.scheduled_datetime).format('MMM DD - hh:mm a')), competition.competition_description ? /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
103
105
|
style: {
|
|
104
106
|
marginTop: 5
|
|
105
107
|
},
|
|
@@ -107,7 +109,7 @@ const EnterCompetitionPrompt = ({
|
|
|
107
109
|
color: _colors.default.brand.midnight,
|
|
108
110
|
weight: "regular",
|
|
109
111
|
textAlign: "center"
|
|
110
|
-
}, competition.competition_description) : /*#__PURE__*/
|
|
112
|
+
}, competition.competition_description) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), competition_result_type ? /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
111
113
|
style: {
|
|
112
114
|
marginTop: 5
|
|
113
115
|
},
|
|
@@ -115,7 +117,7 @@ const EnterCompetitionPrompt = ({
|
|
|
115
117
|
color: _colors.default.brand.midnight,
|
|
116
118
|
weight: "regular",
|
|
117
119
|
textAlign: "center"
|
|
118
|
-
}, competition_result_type.label) : /*#__PURE__*/
|
|
120
|
+
}, competition_result_type.label) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), competition_type?.type == 'pick' ? /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
119
121
|
style: {
|
|
120
122
|
marginTop: 5
|
|
121
123
|
},
|
|
@@ -123,7 +125,7 @@ const EnterCompetitionPrompt = ({
|
|
|
123
125
|
color: _colors.default.brand.midnight,
|
|
124
126
|
weight: "regular",
|
|
125
127
|
textAlign: "center"
|
|
126
|
-
}, "Picks: ", competition.max_pick_count) : /*#__PURE__*/
|
|
128
|
+
}, "Picks: ", competition.max_pick_count) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
127
129
|
style: {
|
|
128
130
|
marginTop: 5
|
|
129
131
|
},
|
|
@@ -131,7 +133,7 @@ const EnterCompetitionPrompt = ({
|
|
|
131
133
|
color: _colors.default.brand.midnight,
|
|
132
134
|
weight: "regular",
|
|
133
135
|
textAlign: "center"
|
|
134
|
-
}, "Potential Winnings: ", cl, competition.ticket_revenue.toFixed(2)), /*#__PURE__*/
|
|
136
|
+
}, "Potential Winnings: ", cl, competition.ticket_revenue.toFixed(2)), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
135
137
|
style: {
|
|
136
138
|
marginTop: 5
|
|
137
139
|
},
|
|
@@ -139,7 +141,7 @@ const EnterCompetitionPrompt = ({
|
|
|
139
141
|
color: _colors.default.brand.midnight,
|
|
140
142
|
weight: "regular",
|
|
141
143
|
textAlign: "center"
|
|
142
|
-
}, "Ticket Price: ", cl, competition.buy_in.toFixed(2)), /*#__PURE__*/
|
|
144
|
+
}, "Ticket Price: ", cl, competition.buy_in.toFixed(2)), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
143
145
|
style: {
|
|
144
146
|
marginTop: 5
|
|
145
147
|
},
|
|
@@ -147,13 +149,13 @@ const EnterCompetitionPrompt = ({
|
|
|
147
149
|
color: _colors.default.brand.midnight,
|
|
148
150
|
weight: "regular",
|
|
149
151
|
textAlign: "center"
|
|
150
|
-
}, "Entries: ", competition.tickets_sold, "/", competition.available_tickets)), /*#__PURE__*/
|
|
152
|
+
}, "Entries: ", competition.tickets_sold, "/", competition.available_tickets)), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
151
153
|
nativeID: "pick_actions",
|
|
152
154
|
style: {
|
|
153
155
|
flexDirection: 'row',
|
|
154
156
|
padding: 10
|
|
155
157
|
}
|
|
156
|
-
}, /*#__PURE__*/
|
|
158
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Button, {
|
|
157
159
|
style: {
|
|
158
160
|
flex: 1,
|
|
159
161
|
marginRight: 3
|
|
@@ -165,7 +167,7 @@ const EnterCompetitionPrompt = ({
|
|
|
165
167
|
title: "Cancel",
|
|
166
168
|
title_color: _colors.default.brand.electric,
|
|
167
169
|
onPress: () => onCancel()
|
|
168
|
-
}), requires_verification ? /*#__PURE__*/
|
|
170
|
+
}), requires_verification ? /*#__PURE__*/_react.default.createElement(_Components.Button, {
|
|
169
171
|
borderRadius: 4,
|
|
170
172
|
style: {
|
|
171
173
|
flex: 2,
|
|
@@ -176,7 +178,7 @@ const EnterCompetitionPrompt = ({
|
|
|
176
178
|
title: `Verify My Account`,
|
|
177
179
|
title_color: _colors.default.shades.white,
|
|
178
180
|
onPress: () => onVerify()
|
|
179
|
-
}) : /*#__PURE__*/
|
|
181
|
+
}) : /*#__PURE__*/_react.default.createElement(_Components.Button, {
|
|
180
182
|
borderRadius: 4,
|
|
181
183
|
style: {
|
|
182
184
|
flex: 2,
|
|
@@ -187,7 +189,7 @@ const EnterCompetitionPrompt = ({
|
|
|
187
189
|
title: `Enter Competition${competition.buy_in == 0 ? `` : ` ${cl}${competition.buy_in}`}`,
|
|
188
190
|
title_color: _colors.default.shades.white,
|
|
189
191
|
onPress: () => onEnter(use_promo_balance)
|
|
190
|
-
})), player_balance && player_balance.promo_balance > 0 ? /*#__PURE__*/
|
|
192
|
+
})), player_balance && player_balance.promo_balance > 0 ? /*#__PURE__*/_react.default.createElement(_reactNative.TouchableOpacity, {
|
|
191
193
|
style: {
|
|
192
194
|
backgroundColor: _colors.default.incentive.gold,
|
|
193
195
|
padding: 10,
|
|
@@ -202,7 +204,7 @@ const EnterCompetitionPrompt = ({
|
|
|
202
204
|
setUsePromoBalance(true);
|
|
203
205
|
}
|
|
204
206
|
}
|
|
205
|
-
}, /*#__PURE__*/
|
|
207
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
206
208
|
style: {
|
|
207
209
|
marginRight: 10,
|
|
208
210
|
height: 30,
|
|
@@ -212,24 +214,24 @@ const EnterCompetitionPrompt = ({
|
|
|
212
214
|
justifyContent: 'center',
|
|
213
215
|
alignItems: 'center'
|
|
214
216
|
}
|
|
215
|
-
}, use_promo_balance ? /*#__PURE__*/
|
|
217
|
+
}, use_promo_balance ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
216
218
|
style: {
|
|
217
219
|
height: 20,
|
|
218
220
|
width: 20,
|
|
219
221
|
backgroundColor: _colors.default.brand.midnight
|
|
220
222
|
}
|
|
221
|
-
}) : /*#__PURE__*/
|
|
223
|
+
}) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null)), /*#__PURE__*/_react.default.createElement(_reactNative.View, null, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
222
224
|
size: 14,
|
|
223
225
|
weight: "bold",
|
|
224
226
|
color: _colors.default.shades.white
|
|
225
|
-
}, "$", player_balance?.promo_balance, " Promotion Available"), /*#__PURE__*/
|
|
227
|
+
}, "$", player_balance?.promo_balance, " Promotion Available"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
226
228
|
style: {
|
|
227
229
|
marginTop: 2
|
|
228
230
|
},
|
|
229
231
|
size: 12,
|
|
230
232
|
color: _colors.default.shades.white,
|
|
231
233
|
weight: "regular"
|
|
232
|
-
}, "Press / Click here to use promo balance"))) : /*#__PURE__*/
|
|
234
|
+
}, "Press / Click here to use promo balance"))) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null));
|
|
233
235
|
};
|
|
234
236
|
var _default = exports.default = EnterCompetitionPrompt;
|
|
235
237
|
//# sourceMappingURL=EnterCompetitionPrompt.js.map
|