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
|
@@ -7,10 +7,12 @@ exports.default = void 0;
|
|
|
7
7
|
var _reactNative = require("react-native");
|
|
8
8
|
var _styles = require("../../constants/styles");
|
|
9
9
|
var _Components = require("../../Components");
|
|
10
|
-
var _react = require("react");
|
|
10
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
11
11
|
var _colors = _interopRequireDefault(require("../../constants/colors"));
|
|
12
12
|
var _api = require("../api");
|
|
13
13
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
14
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
15
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
14
16
|
const MySquaresCard = ({
|
|
15
17
|
player_squares,
|
|
16
18
|
squares,
|
|
@@ -24,27 +26,27 @@ const MySquaresCard = ({
|
|
|
24
26
|
const renderPlayerSquares = data => {
|
|
25
27
|
const square = squares.find(s => s.sq_square_id == data.item.sq_square_id);
|
|
26
28
|
if (!square) {
|
|
27
|
-
return /*#__PURE__*/
|
|
29
|
+
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null);
|
|
28
30
|
}
|
|
29
31
|
const square_offer = square_offers.find(so => so.sq_player_square_id == data.item.sq_player_square_id && so.status == 'offered');
|
|
30
|
-
return /*#__PURE__*/
|
|
32
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
31
33
|
style: {
|
|
32
34
|
..._styles.view_styles.body_row,
|
|
33
35
|
borderBottomWidth: 1,
|
|
34
36
|
borderColor: _colors.default.shades.shade600
|
|
35
37
|
}
|
|
36
|
-
}, /*#__PURE__*/
|
|
38
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
37
39
|
style: {
|
|
38
40
|
flex: 1
|
|
39
41
|
}
|
|
40
|
-
}, /*#__PURE__*/
|
|
42
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
41
43
|
theme: "header_2"
|
|
42
|
-
}, "SQUARE: ", home_abbr, ": ", square.square_score_x, ", ", away_abbr, ": ", square.square_score_y), /*#__PURE__*/
|
|
44
|
+
}, "SQUARE: ", home_abbr, ": ", square.square_score_x, ", ", away_abbr, ": ", square.square_score_y), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
43
45
|
style: {
|
|
44
46
|
marginTop: 3
|
|
45
47
|
},
|
|
46
48
|
theme: "body_2"
|
|
47
|
-
}, "$", data.item.purchase_price.toFixed(2))), comp_status == 'not_started' ? /*#__PURE__*/
|
|
49
|
+
}, "$", data.item.purchase_price.toFixed(2))), comp_status == 'not_started' ? /*#__PURE__*/_react.default.createElement(_reactNative.View, null, square_offer ? /*#__PURE__*/_react.default.createElement(_Components.Button, {
|
|
48
50
|
title: "WITHDRAW",
|
|
49
51
|
title_color: _colors.default.shades.white,
|
|
50
52
|
backgroundColor: _colors.default.utility.warning,
|
|
@@ -52,22 +54,22 @@ const MySquaresCard = ({
|
|
|
52
54
|
...square_offer,
|
|
53
55
|
status: 'withdrawn'
|
|
54
56
|
})
|
|
55
|
-
}) : /*#__PURE__*/
|
|
57
|
+
}) : /*#__PURE__*/_react.default.createElement(_Components.Button, {
|
|
56
58
|
title: "SELL",
|
|
57
59
|
title_color: _colors.default.shades.white,
|
|
58
60
|
backgroundColor: _colors.default.brand.electric,
|
|
59
61
|
onPress: () => onSquareOffer(square, 'add')
|
|
60
|
-
})) : /*#__PURE__*/
|
|
62
|
+
})) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null));
|
|
61
63
|
};
|
|
62
|
-
return /*#__PURE__*/
|
|
64
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
63
65
|
style: {
|
|
64
66
|
..._styles.view_styles.section,
|
|
65
67
|
minWidth: 350
|
|
66
68
|
}
|
|
67
|
-
}, /*#__PURE__*/
|
|
69
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.TouchableOpacity, {
|
|
68
70
|
style: _styles.view_styles.section_header,
|
|
69
71
|
onPress: () => setExpanded(!expanded)
|
|
70
|
-
}, /*#__PURE__*/
|
|
72
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
71
73
|
style: {
|
|
72
74
|
height: 18,
|
|
73
75
|
width: 18,
|
|
@@ -76,34 +78,34 @@ const MySquaresCard = ({
|
|
|
76
78
|
justifyContent: 'center',
|
|
77
79
|
alignItems: 'center'
|
|
78
80
|
}
|
|
79
|
-
}, /*#__PURE__*/
|
|
81
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
80
82
|
size: 10,
|
|
81
83
|
weight: "bold",
|
|
82
84
|
color: _colors.default.shades.white,
|
|
83
85
|
textAlign: "center"
|
|
84
|
-
}, player_squares.length)), /*#__PURE__*/
|
|
86
|
+
}, player_squares.length)), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
85
87
|
style: {
|
|
86
88
|
flex: 1,
|
|
87
89
|
marginLeft: 10
|
|
88
90
|
}
|
|
89
|
-
}, /*#__PURE__*/
|
|
91
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
90
92
|
theme: "header"
|
|
91
|
-
}, "MY SQUARES"), /*#__PURE__*/
|
|
93
|
+
}, "MY SQUARES"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
92
94
|
style: {
|
|
93
95
|
marginTop: 3
|
|
94
96
|
},
|
|
95
97
|
theme: "body_2"
|
|
96
|
-
}, "Square you either own or have the highest bid on")), /*#__PURE__*/
|
|
98
|
+
}, "Square you either own or have the highest bid on")), /*#__PURE__*/_react.default.createElement(_Components.Icons.ChevronIcon, {
|
|
97
99
|
direction: expanded ? 'up' : 'down',
|
|
98
100
|
size: 8,
|
|
99
101
|
color: _colors.default.brand.midnight
|
|
100
|
-
})), expanded ? /*#__PURE__*/
|
|
102
|
+
})), expanded ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
101
103
|
style: _styles.view_styles.section_body
|
|
102
|
-
}, /*#__PURE__*/
|
|
104
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.FlatList, {
|
|
103
105
|
data: player_squares.sort((a, b) => b.purchase_price - a.purchase_price),
|
|
104
106
|
renderItem: renderPlayerSquares,
|
|
105
107
|
keyExtractor: item => item.sq_player_square_id.toString()
|
|
106
|
-
})) : /*#__PURE__*/
|
|
108
|
+
})) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null));
|
|
107
109
|
};
|
|
108
110
|
var _default = exports.default = MySquaresCard;
|
|
109
111
|
//# sourceMappingURL=MySquaresCard.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNative","require","_styles","_Components","_react","_colors","_interopRequireDefault","_api","obj","__esModule","default","MySquaresCard","player_squares","squares","away_abbr","home_abbr","square_offers","comp_status","onSquareOffer","expanded","setExpanded","useState","renderPlayerSquares","data","square","find","s","sq_square_id","item","
|
|
1
|
+
{"version":3,"names":["_reactNative","require","_styles","_Components","_react","_interopRequireWildcard","_colors","_interopRequireDefault","_api","obj","__esModule","default","_getRequireWildcardCache","e","WeakMap","r","t","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","MySquaresCard","player_squares","squares","away_abbr","home_abbr","square_offers","comp_status","onSquareOffer","expanded","setExpanded","useState","renderPlayerSquares","data","square","find","s","sq_square_id","item","createElement","Fragment","square_offer","so","sq_player_square_id","status","View","style","view_styles","body_row","borderBottomWidth","borderColor","Colors","shades","shade600","flex","Text","theme","square_score_x","square_score_y","marginTop","purchase_price","toFixed","Button","title","title_color","white","backgroundColor","utility","warning","onPress","SquaresApi","offserSquare","brand","electric","section","minWidth","TouchableOpacity","section_header","height","width","borderRadius","highlights","highlight200","justifyContent","alignItems","size","weight","color","textAlign","length","marginLeft","Icons","ChevronIcon","direction","midnight","section_body","FlatList","sort","b","renderItem","keyExtractor","toString","_default","exports"],"sourceRoot":"../../../../src","sources":["Squares/components/MySquaresCard.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -4,6 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
7
8
|
var _reactNative = require("react-native");
|
|
8
9
|
var _Components = require("../../Components");
|
|
9
10
|
var _BidToggle = _interopRequireDefault(require("./BidToggle"));
|
|
@@ -30,28 +31,28 @@ const OfferForm = ({
|
|
|
30
31
|
const renderDraftOffers = data => {
|
|
31
32
|
let ps = player_squares.find(psQ => psQ.sq_player_square_id == data.item.sq_player_square_id);
|
|
32
33
|
if (!ps) {
|
|
33
|
-
return /*#__PURE__*/
|
|
34
|
+
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null);
|
|
34
35
|
}
|
|
35
36
|
let square = squares.find(s => s.sq_square_id == ps?.sq_square_id);
|
|
36
37
|
if (!square) {
|
|
37
|
-
return /*#__PURE__*/
|
|
38
|
+
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null);
|
|
38
39
|
}
|
|
39
|
-
return /*#__PURE__*/
|
|
40
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
40
41
|
style: {
|
|
41
42
|
flex: 1,
|
|
42
43
|
flexDirection: 'row',
|
|
43
44
|
alignItems: 'center',
|
|
44
45
|
marginBottom: 8
|
|
45
46
|
}
|
|
46
|
-
}, /*#__PURE__*/
|
|
47
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
47
48
|
style: {
|
|
48
49
|
flex: 1
|
|
49
50
|
}
|
|
50
|
-
}, /*#__PURE__*/
|
|
51
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
51
52
|
theme: "body"
|
|
52
|
-
}, "SQUARE: ", home_abbr, ": ", square.square_score_x, ", ", away_abbr, ": ", square.square_score_y), /*#__PURE__*/
|
|
53
|
+
}, "SQUARE: ", home_abbr, ": ", square.square_score_x, ", ", away_abbr, ": ", square.square_score_y), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
53
54
|
theme: "body_2"
|
|
54
|
-
}, "Purchased Price: ", cl, ps.purchase_price.toFixed(2))), /*#__PURE__*/
|
|
55
|
+
}, "Purchased Price: ", cl, ps.purchase_price.toFixed(2))), /*#__PURE__*/_react.default.createElement(_reactNative.View, null, /*#__PURE__*/_react.default.createElement(_BidToggle.default, {
|
|
55
56
|
sq_square_id: square.sq_square_id,
|
|
56
57
|
amount: data.item.amount,
|
|
57
58
|
cl: cl,
|
|
@@ -59,9 +60,9 @@ const OfferForm = ({
|
|
|
59
60
|
})));
|
|
60
61
|
};
|
|
61
62
|
if (!draft_square_offers[0]) {
|
|
62
|
-
return /*#__PURE__*/
|
|
63
|
+
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null);
|
|
63
64
|
}
|
|
64
|
-
return /*#__PURE__*/
|
|
65
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
65
66
|
style: {
|
|
66
67
|
..._styles.view_styles.section,
|
|
67
68
|
width,
|
|
@@ -69,25 +70,25 @@ const OfferForm = ({
|
|
|
69
70
|
maxHeight: 550,
|
|
70
71
|
maxWidth: 600
|
|
71
72
|
}
|
|
72
|
-
}, /*#__PURE__*/
|
|
73
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
73
74
|
style: _styles.view_styles.section_header
|
|
74
|
-
}, /*#__PURE__*/
|
|
75
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
75
76
|
style: {
|
|
76
77
|
flex: 1
|
|
77
78
|
}
|
|
78
|
-
}, /*#__PURE__*/
|
|
79
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
79
80
|
theme: "header"
|
|
80
|
-
}, "SET YOUR ", draft_square_offers[0].buy_sell_ind === 'buy' ? 'OFFER AMOUNTS' : 'SELL PRICE'), draft_square_offers[0].buy_sell_ind === 'buy' ? /*#__PURE__*/
|
|
81
|
+
}, "SET YOUR ", draft_square_offers[0].buy_sell_ind === 'buy' ? 'OFFER AMOUNTS' : 'SELL PRICE'), draft_square_offers[0].buy_sell_ind === 'buy' ? /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
81
82
|
style: {
|
|
82
83
|
marginTop: 3
|
|
83
84
|
},
|
|
84
85
|
theme: "body_2"
|
|
85
|
-
}, "How much are you willing to offer the current square owner") : /*#__PURE__*/
|
|
86
|
+
}, "How much are you willing to offer the current square owner") : /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
86
87
|
style: {
|
|
87
88
|
marginTop: 3
|
|
88
89
|
},
|
|
89
90
|
theme: "body_2"
|
|
90
|
-
}, "How much are you willing to sell the selected square for?")), /*#__PURE__*/
|
|
91
|
+
}, "How much are you willing to sell the selected square for?")), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
91
92
|
style: {
|
|
92
93
|
height: 24,
|
|
93
94
|
width: 24,
|
|
@@ -97,32 +98,32 @@ const OfferForm = ({
|
|
|
97
98
|
alignItems: 'center',
|
|
98
99
|
marginLeft: 5
|
|
99
100
|
}
|
|
100
|
-
}, /*#__PURE__*/
|
|
101
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
101
102
|
size: 12,
|
|
102
103
|
color: _colors.default.shades.white,
|
|
103
104
|
textAlign: "center"
|
|
104
|
-
}, draft_square_offers.length))), /*#__PURE__*/
|
|
105
|
+
}, draft_square_offers.length))), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
105
106
|
style: {
|
|
106
107
|
..._styles.view_styles.section_body
|
|
107
108
|
}
|
|
108
|
-
}, /*#__PURE__*/
|
|
109
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.FlatList, {
|
|
109
110
|
data: draft_square_offers.sort((a, b) => parseInt(a.sq_player_square_id) - parseInt(b.sq_player_square_id)),
|
|
110
111
|
renderItem: renderDraftOffers,
|
|
111
112
|
keyExtractor: item => `o-${item.sq_player_square_id}`
|
|
112
|
-
}), /*#__PURE__*/
|
|
113
|
+
}), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
113
114
|
style: _styles.view_styles.body_row
|
|
114
|
-
}, /*#__PURE__*/
|
|
115
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
115
116
|
style: {
|
|
116
117
|
flex: 1
|
|
117
118
|
},
|
|
118
119
|
theme: "body"
|
|
119
|
-
}, "Total"), /*#__PURE__*/
|
|
120
|
+
}, "Total"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
120
121
|
theme: "header_2"
|
|
121
|
-
}, cl, total_offer_amount.toFixed(2))), /*#__PURE__*/
|
|
122
|
+
}, cl, total_offer_amount.toFixed(2))), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
122
123
|
style: {
|
|
123
124
|
..._styles.view_styles.body_row
|
|
124
125
|
}
|
|
125
|
-
}, /*#__PURE__*/
|
|
126
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.TouchableOpacity, {
|
|
126
127
|
style: {
|
|
127
128
|
flex: 1 / 3,
|
|
128
129
|
padding: 12,
|
|
@@ -134,12 +135,12 @@ const OfferForm = ({
|
|
|
134
135
|
marginRight: 4
|
|
135
136
|
},
|
|
136
137
|
onPress: () => onClearOffers()
|
|
137
|
-
}, /*#__PURE__*/
|
|
138
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
138
139
|
size: 14,
|
|
139
140
|
weight: "semibold",
|
|
140
141
|
textAlign: "center",
|
|
141
142
|
color: _colors.default.brand.cobalt
|
|
142
|
-
}, "Clear")), player_id ? /*#__PURE__*/
|
|
143
|
+
}, "Clear")), player_id ? /*#__PURE__*/_react.default.createElement(_reactNative.TouchableOpacity, {
|
|
143
144
|
style: {
|
|
144
145
|
flex: 2 / 3,
|
|
145
146
|
padding: 12,
|
|
@@ -151,15 +152,15 @@ const OfferForm = ({
|
|
|
151
152
|
opacity: submit_ready.is_loading ? 0.5 : 1
|
|
152
153
|
},
|
|
153
154
|
onPress: () => onSubmitOffer()
|
|
154
|
-
}, submit_ready.is_loading ? /*#__PURE__*/
|
|
155
|
+
}, submit_ready.is_loading ? /*#__PURE__*/_react.default.createElement(_reactNative.ActivityIndicator, {
|
|
155
156
|
size: "small",
|
|
156
157
|
color: _colors.default.shades.white
|
|
157
|
-
}) : /*#__PURE__*/
|
|
158
|
+
}) : /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
158
159
|
size: 14,
|
|
159
160
|
weight: "semibold",
|
|
160
161
|
textAlign: "center",
|
|
161
162
|
color: _colors.default.shades.white
|
|
162
|
-
}, submit_ready.is_ready ? 'Submit Offers' : 'Review Offers')) : /*#__PURE__*/
|
|
163
|
+
}, submit_ready.is_ready ? 'Submit Offers' : 'Review Offers')) : /*#__PURE__*/_react.default.createElement(_reactNative.TouchableOpacity, {
|
|
163
164
|
style: {
|
|
164
165
|
flex: 2 / 3,
|
|
165
166
|
padding: 12,
|
|
@@ -170,7 +171,7 @@ const OfferForm = ({
|
|
|
170
171
|
marginLeft: 4
|
|
171
172
|
},
|
|
172
173
|
onPress: () => onRequestAuthenticate()
|
|
173
|
-
}, /*#__PURE__*/
|
|
174
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
174
175
|
size: 14,
|
|
175
176
|
weight: "semibold",
|
|
176
177
|
textAlign: "center",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_Components","_BidToggle","_styles","_colors","obj","__esModule","default","OfferForm","player_id","market_type","width","squares","submit_ready","home_abbr","away_abbr","player_squares","draft_square_offers","onRequestAuthenticate","onOfferAmountChange","onClearOffers","onSubmitOffer","cl","total_offer_amount","reduce","a","b","amount","renderDraftOffers","data","ps","find","psQ","sq_player_square_id","item","createElement","Fragment","square","s","sq_square_id","View","style","flex","flexDirection","alignItems","marginBottom","Text","theme","square_score_x","square_score_y","purchase_price","toFixed","onAmountChange","dir","view_styles","section","padding","maxHeight","maxWidth","section_header","buy_sell_ind","marginTop","height","borderRadius","backgroundColor","Colors","highlights","highlight200","justifyContent","marginLeft","size","color","shades","white","textAlign","length","section_body","FlatList","sort","parseInt","renderItem","keyExtractor","body_row","TouchableOpacity","borderWidth","borderColor","brand","cobalt","marginRight","onPress","weight","is_ready","highlight400","opacity","is_loading","ActivityIndicator","_default","exports"],"sourceRoot":"../../../../src","sources":["Squares/components/OfferForm.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 ResultsCard = ({
|
|
14
16
|
square_results,
|
|
@@ -20,23 +22,23 @@ const ResultsCard = ({
|
|
|
20
22
|
const [expanded, setExpanded] = (0, _react.useState)(false);
|
|
21
23
|
const renderResults = data => {
|
|
22
24
|
if (!data.item.playerDetails) {
|
|
23
|
-
return /*#__PURE__*/
|
|
25
|
+
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null);
|
|
24
26
|
}
|
|
25
27
|
const square = squares.find(s => s.sq_square_id == data.item.sq_square_id);
|
|
26
|
-
return /*#__PURE__*/
|
|
28
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.TouchableOpacity, {
|
|
27
29
|
style: {
|
|
28
30
|
..._styles.view_styles.body_row,
|
|
29
31
|
borderBottomWidth: 1,
|
|
30
32
|
borderColor: _colors.default.shades.shade600
|
|
31
33
|
},
|
|
32
34
|
onPress: () => onPlayerSelect(data.item.playerDetails)
|
|
33
|
-
}, /*#__PURE__*/
|
|
35
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
34
36
|
style: {
|
|
35
37
|
marginRight: 10
|
|
36
38
|
}
|
|
37
|
-
}, /*#__PURE__*/
|
|
39
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
38
40
|
theme: "header_2"
|
|
39
|
-
}, "Q", data.item.iteration_num)), /*#__PURE__*/
|
|
41
|
+
}, "Q", data.item.iteration_num)), /*#__PURE__*/_react.default.createElement(_reactNative.Image, {
|
|
40
42
|
source: {
|
|
41
43
|
uri: data.item.playerDetails.profile_pic && data.item.playerDetails.profile_pic != '' ? data.item.playerDetails.profile_pic : 'https://res.cloudinary.com/hoabts6mc/image/upload/v1722453927/default_man_n96ofq.webp'
|
|
42
44
|
},
|
|
@@ -46,63 +48,63 @@ const ResultsCard = ({
|
|
|
46
48
|
borderRadius: 100
|
|
47
49
|
},
|
|
48
50
|
resizeMode: "cover"
|
|
49
|
-
}), /*#__PURE__*/
|
|
51
|
+
}), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
50
52
|
style: {
|
|
51
53
|
flex: 1,
|
|
52
54
|
marginLeft: 5
|
|
53
55
|
}
|
|
54
|
-
}, /*#__PURE__*/
|
|
56
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
55
57
|
theme: "header_2"
|
|
56
|
-
}, "@", data.item.playerDetails.username), square ? /*#__PURE__*/
|
|
58
|
+
}, "@", data.item.playerDetails.username), square ? /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
57
59
|
style: {
|
|
58
60
|
marginTop: 3
|
|
59
61
|
},
|
|
60
62
|
theme: "body_2"
|
|
61
|
-
}, home_abbr, ": ", square.square_score_x, ", ", away_abbr, ": ", square.square_score_y) : /*#__PURE__*/
|
|
63
|
+
}, home_abbr, ": ", square.square_score_x, ", ", away_abbr, ": ", square.square_score_y) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null)), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
62
64
|
style: {
|
|
63
65
|
paddingLeft: 5,
|
|
64
66
|
paddingRight: 5
|
|
65
67
|
}
|
|
66
|
-
}, /*#__PURE__*/
|
|
68
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
67
69
|
size: 14,
|
|
68
70
|
color: _colors.default.utility.success,
|
|
69
71
|
weight: "bold"
|
|
70
72
|
}, "$", data.item.winnings.toFixed(2))));
|
|
71
73
|
};
|
|
72
|
-
return /*#__PURE__*/
|
|
74
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
73
75
|
style: {
|
|
74
76
|
..._styles.view_styles.section,
|
|
75
77
|
minWidth: 350
|
|
76
78
|
}
|
|
77
|
-
}, /*#__PURE__*/
|
|
79
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.TouchableOpacity, {
|
|
78
80
|
style: _styles.view_styles.section_header,
|
|
79
81
|
onPress: () => setExpanded(!expanded)
|
|
80
|
-
}, /*#__PURE__*/
|
|
82
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Icons.TrophyIcon, {
|
|
81
83
|
size: 18,
|
|
82
84
|
color: _colors.default.incentive.gold
|
|
83
|
-
}), /*#__PURE__*/
|
|
85
|
+
}), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
84
86
|
style: {
|
|
85
87
|
flex: 1,
|
|
86
88
|
marginLeft: 10
|
|
87
89
|
}
|
|
88
|
-
}, /*#__PURE__*/
|
|
90
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
89
91
|
theme: "header"
|
|
90
|
-
}, "WINNERS"), /*#__PURE__*/
|
|
92
|
+
}, "WINNERS"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
91
93
|
style: {
|
|
92
94
|
marginTop: 3
|
|
93
95
|
},
|
|
94
96
|
theme: "body_2"
|
|
95
|
-
}, "See the winners of past quarters")), /*#__PURE__*/
|
|
97
|
+
}, "See the winners of past quarters")), /*#__PURE__*/_react.default.createElement(_Components.Icons.ChevronIcon, {
|
|
96
98
|
direction: true ? 'down' : 'up',
|
|
97
99
|
size: 8,
|
|
98
100
|
color: _colors.default.brand.midnight
|
|
99
|
-
})), expanded ? /*#__PURE__*/
|
|
101
|
+
})), expanded ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
100
102
|
style: _styles.view_styles.section_body
|
|
101
|
-
}, /*#__PURE__*/
|
|
103
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.FlatList, {
|
|
102
104
|
data: square_results.sort((a, b) => a.iteration_num - b.iteration_num),
|
|
103
105
|
renderItem: renderResults,
|
|
104
106
|
keyExtractor: item => item.squares_result_id.toString()
|
|
105
|
-
})) : /*#__PURE__*/
|
|
107
|
+
})) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null));
|
|
106
108
|
};
|
|
107
109
|
var _default = exports.default = ResultsCard;
|
|
108
110
|
//# sourceMappingURL=ResultsCard.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","ResultsCard","square_results","squares","home_abbr","away_abbr","onPlayerSelect","expanded","setExpanded","useState","renderResults","data","item","playerDetails","createElement","Fragment","square","find","s","sq_square_id","TouchableOpacity","style","view_styles","body_row","borderBottomWidth","borderColor","Colors","shades","shade600","onPress","View","marginRight","Text","theme","iteration_num","Image","source","uri","profile_pic","height","width","borderRadius","resizeMode","flex","marginLeft","username","marginTop","square_score_x","square_score_y","paddingLeft","paddingRight","size","color","utility","success","weight","winnings","toFixed","section","minWidth","section_header","Icons","TrophyIcon","incentive","gold","ChevronIcon","direction","brand","midnight","section_body","FlatList","sort","b","renderItem","keyExtractor","squares_result_id","toString","_default","exports"],"sourceRoot":"../../../../src","sources":["Squares/components/ResultsCard.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -4,6 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
7
8
|
var _reactNative = require("react-native");
|
|
8
9
|
var _colors = _interopRequireDefault(require("../../constants/colors"));
|
|
9
10
|
var _Components = require("../../Components");
|
|
@@ -301,7 +302,7 @@ const SquareCard = ({
|
|
|
301
302
|
if (square_state === 'existing_sell_offer' && player_square?.player_id != player_id) {
|
|
302
303
|
showSubText = 'BUY';
|
|
303
304
|
}
|
|
304
|
-
return /*#__PURE__*/
|
|
305
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.TouchableOpacity, {
|
|
305
306
|
style: {
|
|
306
307
|
margin: 3,
|
|
307
308
|
height: 40,
|
|
@@ -315,23 +316,23 @@ const SquareCard = ({
|
|
|
315
316
|
borderColor: getSquareBorderColor(square_state)
|
|
316
317
|
},
|
|
317
318
|
onPress: () => onSquareSelect(square, draft_player_square || draft_square_offer ? 'remove' : 'add')
|
|
318
|
-
}, isUserIconVisible(square_state) ? /*#__PURE__*/
|
|
319
|
+
}, isUserIconVisible(square_state) ? /*#__PURE__*/_react.default.createElement(_Components.Icons.UserIcon, {
|
|
319
320
|
size: 14,
|
|
320
321
|
color: getSquareFontColor(square_state)
|
|
321
|
-
}) : /*#__PURE__*/
|
|
322
|
+
}) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), /*#__PURE__*/_react.default.createElement(_reactNative.View, null, square_state == 'no_bid' ? /*#__PURE__*/_react.default.createElement(_Components.Icons.UnbidSquare, {
|
|
322
323
|
color: event?.home?.primary_color,
|
|
323
324
|
secondary_color: event?.away?.primary_color
|
|
324
|
-
}) : /*#__PURE__*/
|
|
325
|
+
}) : /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
325
326
|
size: 12,
|
|
326
327
|
weight: "regular",
|
|
327
328
|
color: getSquareFontColor(square_state),
|
|
328
329
|
textAlign: "center"
|
|
329
|
-
}, getSquareText(square_state))), showSubText ? /*#__PURE__*/
|
|
330
|
+
}, getSquareText(square_state))), showSubText ? /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
330
331
|
size: 12,
|
|
331
332
|
weight: "regular",
|
|
332
333
|
color: _colors.default.brand.electric,
|
|
333
334
|
textAlign: "center"
|
|
334
|
-
}, showSubText) : /*#__PURE__*/
|
|
335
|
+
}, showSubText) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null));
|
|
335
336
|
};
|
|
336
337
|
var _default = exports.default = SquareCard;
|
|
337
338
|
//# sourceMappingURL=SquareCard.js.map
|