be-components 1.1.0 → 1.1.2
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 +38 -36
- 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 +28 -26
- 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 +29 -27
- 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 -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 +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 +1 -1
- 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 +1 -1
- 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 +1 -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 -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 +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 +1 -1
- package/src/Squares/components/SquaresDetails.tsx +1 -1
- package/src/Squares/index.tsx +1 -1
- 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
|
@@ -10,7 +10,9 @@ var _SquareCard = _interopRequireDefault(require("./SquareCard"));
|
|
|
10
10
|
var _api = require("../api");
|
|
11
11
|
var _colors = _interopRequireDefault(require("../../constants/colors"));
|
|
12
12
|
var _styles = require("../../constants/styles");
|
|
13
|
-
var _react = require("react");
|
|
13
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
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; }
|
|
14
16
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
15
17
|
const SquaresBoard = ({
|
|
16
18
|
player_id,
|
|
@@ -50,7 +52,7 @@ const SquaresBoard = ({
|
|
|
50
52
|
outbid_player_square = player_square_history.find(s => s.sq_square_id == data.item.sq_square_id);
|
|
51
53
|
}
|
|
52
54
|
const event_status = _api.SqauresHelpers.getCompStatus(event, squares_competition);
|
|
53
|
-
return /*#__PURE__*/
|
|
55
|
+
return /*#__PURE__*/_react.default.createElement(_SquareCard.default, {
|
|
54
56
|
player_id: player_id,
|
|
55
57
|
square: data.item,
|
|
56
58
|
outbid_player_square: outbid_player_square,
|
|
@@ -65,7 +67,7 @@ const SquaresBoard = ({
|
|
|
65
67
|
};
|
|
66
68
|
const renderYSquares = data => {
|
|
67
69
|
const x_squares = squares.filter(s => s.square_score_y == data.item);
|
|
68
|
-
return /*#__PURE__*/
|
|
70
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.View, null, /*#__PURE__*/_react.default.createElement(_reactNative.FlatList, {
|
|
69
71
|
data: x_squares.sort((a, b) => a.square_score_x - b.square_score_x),
|
|
70
72
|
horizontal: true,
|
|
71
73
|
scrollEnabled: false,
|
|
@@ -77,50 +79,50 @@ const SquaresBoard = ({
|
|
|
77
79
|
const TEXT_LENGTH = away_name.length * 8;
|
|
78
80
|
const TEXT_HEIGHT = 20;
|
|
79
81
|
const OFFSET = TEXT_LENGTH / 2 - TEXT_HEIGHT / 2;
|
|
80
|
-
return /*#__PURE__*/
|
|
82
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
81
83
|
style: {
|
|
82
84
|
..._styles.view_styles.section,
|
|
83
85
|
minWidth: 350,
|
|
84
86
|
maxWidth: 600
|
|
85
87
|
}
|
|
86
|
-
}, /*#__PURE__*/
|
|
88
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.TouchableOpacity, {
|
|
87
89
|
style: _styles.view_styles.section_header,
|
|
88
90
|
onPress: () => setExpanded(!expanded)
|
|
89
|
-
}, /*#__PURE__*/
|
|
91
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Icons.SquaresIcon, {
|
|
90
92
|
size: 18,
|
|
91
93
|
color: _colors.default.brand.midnight
|
|
92
|
-
}), /*#__PURE__*/
|
|
94
|
+
}), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
93
95
|
style: {
|
|
94
96
|
flex: 1,
|
|
95
97
|
marginLeft: 10
|
|
96
98
|
}
|
|
97
|
-
}, /*#__PURE__*/
|
|
99
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
98
100
|
theme: "header"
|
|
99
|
-
}, "SQUARES BOARD"), /*#__PURE__*/
|
|
101
|
+
}, "SQUARES BOARD"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
100
102
|
style: {
|
|
101
103
|
marginTop: 3
|
|
102
104
|
},
|
|
103
105
|
theme: "body_2"
|
|
104
|
-
}, "Bid, buy, sell squares using the board below.")), /*#__PURE__*/
|
|
106
|
+
}, "Bid, buy, sell squares using the board below.")), /*#__PURE__*/_react.default.createElement(_Components.Icons.ChevronIcon, {
|
|
105
107
|
direction: expanded ? 'up' : 'down',
|
|
106
108
|
color: _colors.default.brand.midnight,
|
|
107
109
|
size: 8
|
|
108
|
-
})), expanded ? /*#__PURE__*/
|
|
110
|
+
})), expanded ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
109
111
|
style: _styles.view_styles.section_body,
|
|
110
112
|
nativeID: "board"
|
|
111
|
-
}, /*#__PURE__*/
|
|
113
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.ScrollView, {
|
|
112
114
|
horizontal: true,
|
|
113
115
|
style: {
|
|
114
116
|
marginLeft: 20
|
|
115
117
|
}
|
|
116
|
-
}, /*#__PURE__*/
|
|
118
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, null, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
117
119
|
style: {
|
|
118
120
|
flexDirection: 'row',
|
|
119
121
|
overflow: 'scroll',
|
|
120
122
|
marginLeft: 4
|
|
121
123
|
}
|
|
122
124
|
}, unique_score_y.map(num => {
|
|
123
|
-
return /*#__PURE__*/
|
|
125
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
124
126
|
key: `y_${num}`,
|
|
125
127
|
style: {
|
|
126
128
|
margin: 3,
|
|
@@ -130,29 +132,29 @@ const SquaresBoard = ({
|
|
|
130
132
|
width: 40,
|
|
131
133
|
backgroundColor: 'transparent'
|
|
132
134
|
}
|
|
133
|
-
}, /*#__PURE__*/
|
|
135
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
134
136
|
theme: "header_2",
|
|
135
137
|
textAlign: "center"
|
|
136
138
|
}, num));
|
|
137
|
-
})), /*#__PURE__*/
|
|
139
|
+
})), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
138
140
|
style: {
|
|
139
141
|
backgroundColor: _colors.default.shades.shade100,
|
|
140
142
|
padding: 2,
|
|
141
143
|
borderRadius: 8,
|
|
142
144
|
marginLeft: 2
|
|
143
145
|
}
|
|
144
|
-
}, /*#__PURE__*/
|
|
146
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.FlatList, {
|
|
145
147
|
data: unique_score_y,
|
|
146
148
|
renderItem: renderYSquares,
|
|
147
149
|
keyExtractor: item => `x_${item}`
|
|
148
|
-
})))), /*#__PURE__*/
|
|
150
|
+
})))), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
149
151
|
style: {
|
|
150
152
|
position: 'absolute',
|
|
151
153
|
top: 47,
|
|
152
154
|
backgroundColor: 'transparent'
|
|
153
155
|
}
|
|
154
156
|
}, unique_score_y.map(num => {
|
|
155
|
-
return /*#__PURE__*/
|
|
157
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
156
158
|
key: `x_${num}`,
|
|
157
159
|
style: {
|
|
158
160
|
margin: 3,
|
|
@@ -162,10 +164,10 @@ const SquaresBoard = ({
|
|
|
162
164
|
width: 20,
|
|
163
165
|
backgroundColor: 'transparent'
|
|
164
166
|
}
|
|
165
|
-
}, /*#__PURE__*/
|
|
167
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
166
168
|
theme: "header_2"
|
|
167
169
|
}, num));
|
|
168
|
-
})), event && event.home ? /*#__PURE__*/
|
|
170
|
+
})), event && event.home ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
169
171
|
style: {
|
|
170
172
|
position: 'absolute',
|
|
171
173
|
top: 4,
|
|
@@ -174,9 +176,9 @@ const SquaresBoard = ({
|
|
|
174
176
|
justifyContent: 'center',
|
|
175
177
|
alignItems: 'center'
|
|
176
178
|
}
|
|
177
|
-
}, /*#__PURE__*/
|
|
179
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
178
180
|
theme: "header_2"
|
|
179
|
-
}, event.home.market_name, " ", event.home.name)) : /*#__PURE__*/
|
|
181
|
+
}, event.home.market_name, " ", event.home.name)) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), event && event.away ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
180
182
|
style: {
|
|
181
183
|
position: 'absolute',
|
|
182
184
|
top: 0,
|
|
@@ -184,12 +186,12 @@ const SquaresBoard = ({
|
|
|
184
186
|
bottom: 0,
|
|
185
187
|
justifyContent: 'center'
|
|
186
188
|
}
|
|
187
|
-
}, /*#__PURE__*/
|
|
189
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
188
190
|
style: {
|
|
189
191
|
width: TEXT_HEIGHT,
|
|
190
192
|
height: TEXT_LENGTH
|
|
191
193
|
}
|
|
192
|
-
}, /*#__PURE__*/
|
|
194
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
193
195
|
textAlign: "center",
|
|
194
196
|
style: {
|
|
195
197
|
transform: [{
|
|
@@ -203,7 +205,7 @@ const SquaresBoard = ({
|
|
|
203
205
|
height: TEXT_HEIGHT
|
|
204
206
|
},
|
|
205
207
|
theme: "header_2"
|
|
206
|
-
}, away_name))) : /*#__PURE__*/
|
|
208
|
+
}, away_name))) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null)) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null));
|
|
207
209
|
};
|
|
208
210
|
var _default = exports.default = SquaresBoard;
|
|
209
211
|
//# sourceMappingURL=SquaresBoard.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_Components","require","_reactNative","_SquareCard","_interopRequireDefault","_api","_colors","_styles","_react","obj","__esModule","default","SquaresBoard","player_id","event","square_bids","draft_square_offers","squares_competition","player_square_history","square_offers","squares","player_squares","onSquareBid","onSquareOffer","expanded","setExpanded","useState","comp_status","SqauresHelpers","getCompStatus","unique_score_y","Set","map","s","square_score_y","sort","a","b","handleSquareSelect","square","action","alert","renderXSquares","data","player_square","find","sq_square_id","item","draft_player_square","draft_square_offer","sq_player_square_id","outbid_player_square","undefined","square_offer","event_status","React","createElement","market_type","onSquareSelect","renderYSquares","x_squares","filter","View","FlatList","square_score_x","horizontal","scrollEnabled","renderItem","keyExtractor","toString","away_name","away","market_name","name","TEXT_LENGTH","length","TEXT_HEIGHT","OFFSET","style","view_styles","section","minWidth","maxWidth","TouchableOpacity","section_header","onPress","Icons","SquaresIcon","size","color","Colors","brand","midnight","flex","marginLeft","Text","theme","marginTop","ChevronIcon","direction","section_body","nativeID","ScrollView","flexDirection","overflow","num","key","margin","justifyContent","alignItems","height","width","backgroundColor","textAlign","shades","shade100","padding","borderRadius","position","top","home","left","right","Fragment","bottom","transform","rotate","translateX","translateY","_default","exports"],"sourceRoot":"../../../../src","sources":["Squares/components/SquaresBoard.tsx"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["_Components","require","_reactNative","_SquareCard","_interopRequireDefault","_api","_colors","_styles","_react","_interopRequireWildcard","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","obj","SquaresBoard","player_id","event","square_bids","draft_square_offers","squares_competition","player_square_history","square_offers","squares","player_squares","onSquareBid","onSquareOffer","expanded","setExpanded","useState","comp_status","SqauresHelpers","getCompStatus","unique_score_y","Set","map","s","square_score_y","sort","b","handleSquareSelect","square","action","alert","renderXSquares","data","player_square","find","sq_square_id","item","draft_player_square","draft_square_offer","sq_player_square_id","outbid_player_square","undefined","square_offer","event_status","createElement","market_type","onSquareSelect","renderYSquares","x_squares","filter","View","FlatList","square_score_x","horizontal","scrollEnabled","renderItem","keyExtractor","toString","away_name","away","market_name","name","TEXT_LENGTH","length","TEXT_HEIGHT","OFFSET","style","view_styles","section","minWidth","maxWidth","TouchableOpacity","section_header","onPress","Icons","SquaresIcon","size","color","Colors","brand","midnight","flex","marginLeft","Text","theme","marginTop","ChevronIcon","direction","section_body","nativeID","ScrollView","flexDirection","overflow","num","key","margin","justifyContent","alignItems","height","width","backgroundColor","textAlign","shades","shade100","padding","borderRadius","position","top","home","left","right","Fragment","bottom","transform","rotate","translateX","translateY","_default","exports"],"sourceRoot":"../../../../src","sources":["Squares/components/SquaresBoard.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -8,7 +8,9 @@ var _reactNative = require("react-native");
|
|
|
8
8
|
var _styles = require("../../constants/styles");
|
|
9
9
|
var _Components = require("../../Components");
|
|
10
10
|
var _colors = _interopRequireDefault(require("../../constants/colors"));
|
|
11
|
-
var _react = require("react");
|
|
11
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
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; }
|
|
12
14
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
15
|
const SquaresDetails = ({
|
|
14
16
|
squares_competition,
|
|
@@ -16,75 +18,75 @@ const SquaresDetails = ({
|
|
|
16
18
|
squares_payout_type
|
|
17
19
|
}) => {
|
|
18
20
|
const [expanded, setExpanded] = (0, _react.useState)(false);
|
|
19
|
-
return /*#__PURE__*/
|
|
21
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
20
22
|
nativeID: "competition_details",
|
|
21
23
|
style: {
|
|
22
24
|
..._styles.view_styles.section,
|
|
23
25
|
minWidth: 350
|
|
24
26
|
}
|
|
25
|
-
}, /*#__PURE__*/
|
|
27
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.TouchableOpacity, {
|
|
26
28
|
style: _styles.view_styles.section_header,
|
|
27
29
|
onPress: () => setExpanded(!expanded)
|
|
28
|
-
}, /*#__PURE__*/
|
|
30
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Icons.SettingsIcon, {
|
|
29
31
|
size: 18,
|
|
30
32
|
color: _colors.default.brand.midnight
|
|
31
|
-
}), /*#__PURE__*/
|
|
33
|
+
}), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
32
34
|
style: {
|
|
33
35
|
flex: 1,
|
|
34
36
|
marginLeft: 10
|
|
35
37
|
}
|
|
36
|
-
}, /*#__PURE__*/
|
|
38
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
37
39
|
theme: "header"
|
|
38
|
-
}, "COMPETITION DETAILS"), /*#__PURE__*/
|
|
40
|
+
}, "COMPETITION DETAILS"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
39
41
|
style: {
|
|
40
42
|
marginTop: 4
|
|
41
43
|
},
|
|
42
44
|
theme: "body_2"
|
|
43
|
-
}, "Detailed Information on this competition")), /*#__PURE__*/
|
|
45
|
+
}, "Detailed Information on this competition")), /*#__PURE__*/_react.default.createElement(_Components.Icons.ChevronIcon, {
|
|
44
46
|
direction: expanded ? 'up' : 'down',
|
|
45
47
|
color: _colors.default.brand.midnight,
|
|
46
48
|
size: 8
|
|
47
|
-
})), expanded ? /*#__PURE__*/
|
|
49
|
+
})), expanded ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
48
50
|
style: {
|
|
49
51
|
..._styles.view_styles.section_body
|
|
50
52
|
}
|
|
51
|
-
}, squares_type ? /*#__PURE__*/
|
|
53
|
+
}, squares_type ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
52
54
|
style: _styles.view_styles.body_row
|
|
53
|
-
}, /*#__PURE__*/
|
|
55
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
54
56
|
style: {
|
|
55
57
|
flex: 1
|
|
56
58
|
},
|
|
57
59
|
theme: "body"
|
|
58
|
-
}, "Type"), /*#__PURE__*/
|
|
60
|
+
}, "Type"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
59
61
|
theme: "header_2"
|
|
60
|
-
}, squares_type.sq_type_name)) : /*#__PURE__*/
|
|
62
|
+
}, squares_type.sq_type_name)) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
61
63
|
style: _styles.view_styles.body_row
|
|
62
|
-
}, /*#__PURE__*/
|
|
64
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
63
65
|
style: {
|
|
64
66
|
flex: 1
|
|
65
67
|
},
|
|
66
68
|
theme: "body"
|
|
67
|
-
}, "Initial Square Price"), /*#__PURE__*/
|
|
69
|
+
}, "Initial Square Price"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
68
70
|
theme: "header_2"
|
|
69
|
-
}, "$", squares_competition.minimum_square_price.toFixed(2))), squares_payout_type ? /*#__PURE__*/
|
|
71
|
+
}, "$", squares_competition.minimum_square_price.toFixed(2))), squares_payout_type ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
70
72
|
style: _styles.view_styles.body_row
|
|
71
|
-
}, /*#__PURE__*/
|
|
73
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
72
74
|
style: {
|
|
73
75
|
flex: 1
|
|
74
76
|
},
|
|
75
77
|
theme: "body"
|
|
76
|
-
}, "Payout"), /*#__PURE__*/
|
|
78
|
+
}, "Payout"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
77
79
|
theme: "header_2"
|
|
78
|
-
}, squares_payout_type.sq_payout_name.toUpperCase())) : /*#__PURE__*/
|
|
80
|
+
}, squares_payout_type.sq_payout_name.toUpperCase())) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
79
81
|
style: _styles.view_styles.body_row
|
|
80
|
-
}, /*#__PURE__*/
|
|
82
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
81
83
|
style: {
|
|
82
84
|
flex: 1
|
|
83
85
|
},
|
|
84
86
|
theme: "body"
|
|
85
|
-
}, "Payout Frequency"), /*#__PURE__*/
|
|
87
|
+
}, "Payout Frequency"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
86
88
|
theme: "header_2"
|
|
87
|
-
}, squares_competition.payout_frequency, " Quarters"))) : /*#__PURE__*/
|
|
89
|
+
}, squares_competition.payout_frequency, " Quarters"))) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null));
|
|
88
90
|
};
|
|
89
91
|
var _default = exports.default = SquaresDetails;
|
|
90
92
|
//# sourceMappingURL=SquaresDetails.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNative","require","_styles","_Components","_colors","_interopRequireDefault","_react","
|
|
1
|
+
{"version":3,"names":["_reactNative","require","_styles","_Components","_colors","_interopRequireDefault","_react","_interopRequireWildcard","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","obj","SquaresDetails","squares_competition","squares_type","squares_payout_type","expanded","setExpanded","useState","createElement","View","nativeID","style","view_styles","section","minWidth","TouchableOpacity","section_header","onPress","Icons","SettingsIcon","size","color","Colors","brand","midnight","flex","marginLeft","Text","theme","marginTop","ChevronIcon","direction","section_body","body_row","sq_type_name","Fragment","minimum_square_price","toFixed","sq_payout_name","toUpperCase","payout_frequency","_default","exports"],"sourceRoot":"../../../../src","sources":["Squares/components/SquaresDetails.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
var _react = require("react");
|
|
7
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
8
8
|
var _reactNative = require("react-native");
|
|
9
9
|
var _colors = _interopRequireDefault(require("../constants/colors"));
|
|
10
10
|
var _api = require("./api");
|
|
@@ -21,6 +21,8 @@ var _OfferForm = _interopRequireDefault(require("./components/OfferForm"));
|
|
|
21
21
|
var _MySquaresCard = _interopRequireDefault(require("./components/MySquaresCard"));
|
|
22
22
|
var _styles = require("../constants/styles");
|
|
23
23
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
24
|
+
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); }
|
|
25
|
+
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; }
|
|
24
26
|
const SquaresModule = ({
|
|
25
27
|
sq_comp_id,
|
|
26
28
|
player_id,
|
|
@@ -355,7 +357,7 @@ const SquaresModule = ({
|
|
|
355
357
|
});
|
|
356
358
|
};
|
|
357
359
|
if (loading || !squares_competition) {
|
|
358
|
-
return /*#__PURE__*/
|
|
360
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.ActivityIndicator, {
|
|
359
361
|
style: {
|
|
360
362
|
padding: 20,
|
|
361
363
|
alignSelf: 'center'
|
|
@@ -365,7 +367,7 @@ const SquaresModule = ({
|
|
|
365
367
|
});
|
|
366
368
|
}
|
|
367
369
|
const comp_status = _api.SqauresHelpers.getCompStatus(event, squares_competition);
|
|
368
|
-
return /*#__PURE__*/
|
|
370
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
369
371
|
style: {
|
|
370
372
|
flex: 1,
|
|
371
373
|
backgroundColor: _colors.default.shades.shade100
|
|
@@ -380,11 +382,11 @@ const SquaresModule = ({
|
|
|
380
382
|
height
|
|
381
383
|
});
|
|
382
384
|
}
|
|
383
|
-
}, /*#__PURE__*/
|
|
385
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.ScrollView, {
|
|
384
386
|
style: {
|
|
385
387
|
flex: 1
|
|
386
388
|
}
|
|
387
|
-
}, /*#__PURE__*/
|
|
389
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
388
390
|
nativeID: "squares_header",
|
|
389
391
|
style: {
|
|
390
392
|
flexDirection: 'row',
|
|
@@ -392,7 +394,7 @@ const SquaresModule = ({
|
|
|
392
394
|
padding: 10,
|
|
393
395
|
backgroundColor: _colors.default.shades.white
|
|
394
396
|
}
|
|
395
|
-
}, /*#__PURE__*/
|
|
397
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, null, /*#__PURE__*/_react.default.createElement(_reactNative.Image, {
|
|
396
398
|
source: {
|
|
397
399
|
uri: squares_competition.image?.url ?? 'https://res.cloudinary.com/hoabts6mc/image/upload/v1649737862/be_logo_jte2ux.webp'
|
|
398
400
|
},
|
|
@@ -402,38 +404,38 @@ const SquaresModule = ({
|
|
|
402
404
|
borderRadius: 4
|
|
403
405
|
},
|
|
404
406
|
resizeMode: "cover"
|
|
405
|
-
})), /*#__PURE__*/
|
|
407
|
+
})), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
406
408
|
style: {
|
|
407
409
|
flex: 1,
|
|
408
410
|
marginLeft: 10
|
|
409
411
|
}
|
|
410
|
-
}, /*#__PURE__*/
|
|
412
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
411
413
|
theme: "header"
|
|
412
|
-
}, squares_competition.sq_comp_name), /*#__PURE__*/
|
|
414
|
+
}, squares_competition.sq_comp_name), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
413
415
|
style: {
|
|
414
416
|
marginTop: 4
|
|
415
417
|
},
|
|
416
418
|
theme: "header_2>"
|
|
417
|
-
}, squares_competition.sq_comp_description)), /*#__PURE__*/
|
|
419
|
+
}, squares_competition.sq_comp_description)), /*#__PURE__*/_react.default.createElement(_reactNative.TouchableOpacity, {
|
|
418
420
|
onPress: () => onShareCompetition(squares_competition)
|
|
419
|
-
}, /*#__PURE__*/
|
|
421
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Icons.ShareIcon, {
|
|
420
422
|
color: _colors.default.brand.midnight,
|
|
421
423
|
size: 14
|
|
422
|
-
}))), event ? /*#__PURE__*/
|
|
424
|
+
}))), event ? /*#__PURE__*/_react.default.createElement(_EventCard.default, {
|
|
423
425
|
event: event,
|
|
424
426
|
league: league
|
|
425
|
-
}) : /*#__PURE__*/
|
|
427
|
+
}) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), /*#__PURE__*/_react.default.createElement(_BoardStats.default, {
|
|
426
428
|
player_id: player_id,
|
|
427
429
|
squares_competition: squares_competition,
|
|
428
430
|
squares: squares,
|
|
429
431
|
player_squares: player_squares
|
|
430
|
-
}), square_results.length > 0 ? /*#__PURE__*/
|
|
432
|
+
}), square_results.length > 0 ? /*#__PURE__*/_react.default.createElement(_ResultsCard.default, {
|
|
431
433
|
home_abbr: home_abbr,
|
|
432
434
|
away_abbr: away_abbr,
|
|
433
435
|
squares: squares,
|
|
434
436
|
square_results: square_results,
|
|
435
437
|
onPlayerSelect: onPlayerSelect
|
|
436
|
-
}) : /*#__PURE__*/
|
|
438
|
+
}) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), /*#__PURE__*/_react.default.createElement(_reactNative.View, null, /*#__PURE__*/_react.default.createElement(_SquaresBoard.default, {
|
|
437
439
|
player_id: player_id,
|
|
438
440
|
onSquareBid: handleSquareBid,
|
|
439
441
|
onSquareOffer: handleSquareOffer,
|
|
@@ -446,7 +448,7 @@ const SquaresModule = ({
|
|
|
446
448
|
player_square_history: player_square_history,
|
|
447
449
|
square_results: square_results,
|
|
448
450
|
square_offers: square_offers
|
|
449
|
-
}), square_bids.length > 0 && !bid_form_expanded ? /*#__PURE__*/
|
|
451
|
+
}), square_bids.length > 0 && !bid_form_expanded ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
450
452
|
style: {
|
|
451
453
|
position: 'absolute',
|
|
452
454
|
flexDirection: 'row',
|
|
@@ -459,9 +461,9 @@ const SquaresModule = ({
|
|
|
459
461
|
borderBottomLeftRadius: 0,
|
|
460
462
|
..._styles.view_styles.float
|
|
461
463
|
}
|
|
462
|
-
}, /*#__PURE__*/
|
|
464
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
463
465
|
theme: "header"
|
|
464
|
-
}, square_bids.length, " Squares"), /*#__PURE__*/
|
|
466
|
+
}, square_bids.length, " Squares"), /*#__PURE__*/_react.default.createElement(_Components.Button, {
|
|
465
467
|
title: "SET AMOUNTS",
|
|
466
468
|
style: {
|
|
467
469
|
marginLeft: 10
|
|
@@ -469,7 +471,7 @@ const SquaresModule = ({
|
|
|
469
471
|
title_color: _colors.default.shades.white,
|
|
470
472
|
backgroundColor: _colors.default.brand.electric,
|
|
471
473
|
onPress: () => setBidFormExpanded(true)
|
|
472
|
-
})) : /*#__PURE__*/
|
|
474
|
+
})) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null)), my_squares.length > 0 ? /*#__PURE__*/_react.default.createElement(_MySquaresCard.default, {
|
|
473
475
|
player_squares: my_squares,
|
|
474
476
|
squares: squares,
|
|
475
477
|
square_offers: square_offers,
|
|
@@ -477,15 +479,15 @@ const SquaresModule = ({
|
|
|
477
479
|
home_abbr: home_abbr,
|
|
478
480
|
comp_status: comp_status,
|
|
479
481
|
onSquareOffer: handleSquareOffer
|
|
480
|
-
}) : /*#__PURE__*/
|
|
482
|
+
}) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), /*#__PURE__*/_react.default.createElement(_SquaresDetails.default, {
|
|
481
483
|
squares_competition: squares_competition,
|
|
482
484
|
squares_payout_type: squares_payout_type,
|
|
483
485
|
squares_type: squares_type
|
|
484
|
-
}), /*#__PURE__*/
|
|
486
|
+
}), /*#__PURE__*/_react.default.createElement(_SquareOwners.default, {
|
|
485
487
|
players: players,
|
|
486
488
|
player_squares: player_squares,
|
|
487
489
|
onPlayerSelect: onPlayerSelect
|
|
488
|
-
}), /*#__PURE__*/
|
|
490
|
+
}), /*#__PURE__*/_react.default.createElement(_Socket.default
|
|
489
491
|
//access_token={access_token}
|
|
490
492
|
, {
|
|
491
493
|
onConnect: () => {
|
|
@@ -513,7 +515,7 @@ const SquaresModule = ({
|
|
|
513
515
|
}
|
|
514
516
|
},
|
|
515
517
|
subscribed_events: ['V1_UPDATE_SQUARE_DETAILS']
|
|
516
|
-
})), bid_form_expanded ? /*#__PURE__*/
|
|
518
|
+
})), bid_form_expanded ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
517
519
|
style: {
|
|
518
520
|
position: 'absolute',
|
|
519
521
|
bottom: 0,
|
|
@@ -524,7 +526,7 @@ const SquaresModule = ({
|
|
|
524
526
|
alignItems: 'center',
|
|
525
527
|
backgroundColor: _colors.default.shades.black_faded
|
|
526
528
|
}
|
|
527
|
-
}, /*#__PURE__*/
|
|
529
|
+
}, /*#__PURE__*/_react.default.createElement(_BidForm.default, {
|
|
528
530
|
player_id: player_id,
|
|
529
531
|
home_abbr: home_abbr,
|
|
530
532
|
away_abbr: away_abbr,
|
|
@@ -537,7 +539,7 @@ const SquaresModule = ({
|
|
|
537
539
|
onClearBids: handleClearBids,
|
|
538
540
|
onRequestAuthenticate: () => onRequestAuthenticate(squares_competition.auth_strategy_id),
|
|
539
541
|
onSubmitBid: () => handleSubmitBid()
|
|
540
|
-
})) : /*#__PURE__*/
|
|
542
|
+
})) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), draft_square_offers.length > 0 ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
541
543
|
style: {
|
|
542
544
|
position: 'absolute',
|
|
543
545
|
bottom: 0,
|
|
@@ -548,7 +550,7 @@ const SquaresModule = ({
|
|
|
548
550
|
alignItems: 'center',
|
|
549
551
|
backgroundColor: _colors.default.shades.black_faded
|
|
550
552
|
}
|
|
551
|
-
}, /*#__PURE__*/
|
|
553
|
+
}, /*#__PURE__*/_react.default.createElement(_OfferForm.default, {
|
|
552
554
|
player_id: player_id,
|
|
553
555
|
draft_square_offers: draft_square_offers,
|
|
554
556
|
home_abbr: home_abbr,
|
|
@@ -562,7 +564,7 @@ const SquaresModule = ({
|
|
|
562
564
|
onRequestAuthenticate: () => onRequestAuthenticate(squares_competition.auth_strategy_id),
|
|
563
565
|
onOfferAmountChange: () => console.log('hey'),
|
|
564
566
|
onSubmitOffer: () => handleSubmitOffer()
|
|
565
|
-
})) : /*#__PURE__*/
|
|
567
|
+
})) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null));
|
|
566
568
|
};
|
|
567
569
|
var _default = exports.default = SquaresModule;
|
|
568
570
|
//# sourceMappingURL=index.js.map
|