be-components 1.0.9 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/AdServer/components/CompanyAdCard.js +3 -5
- package/lib/commonjs/AdServer/components/CompanyAdCard.js.map +1 -1
- package/lib/commonjs/AdServer/index.js +8 -10
- package/lib/commonjs/AdServer/index.js.map +1 -1
- package/lib/commonjs/ApiOverrides/index.js +6 -3
- package/lib/commonjs/ApiOverrides/index.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.js +16 -17
- package/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/LoginForm.js +58 -60
- package/lib/commonjs/Authenticator/Components/LoginForm.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/StrategyForm.js +67 -69
- package/lib/commonjs/Authenticator/Components/StrategyForm.js.map +1 -1
- package/lib/commonjs/Authenticator/index.js +14 -16
- package/lib/commonjs/Authenticator/index.js.map +1 -1
- package/lib/commonjs/BettorSearch/index.js +8 -10
- package/lib/commonjs/BettorSearch/index.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketCompetitionCard.js +92 -94
- package/lib/commonjs/Bracket/components/BracketCompetitionCard.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketCompetitionSelector.js +37 -39
- package/lib/commonjs/Bracket/components/BracketCompetitionSelector.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/BracketNavigator.js +18 -19
- package/lib/commonjs/Bracket/components/BracketPlay/BracketNavigator.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/BracketRound.js +7 -8
- package/lib/commonjs/Bracket/components/BracketPlay/BracketRound.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/RoundEvent.js +45 -46
- package/lib/commonjs/Bracket/components/BracketPlay/RoundEvent.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/index.js +27 -29
- package/lib/commonjs/Bracket/components/BracketPlay/index.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketSelector.js +21 -22
- package/lib/commonjs/Bracket/components/BracketSelector.js.map +1 -1
- package/lib/commonjs/Bracket/components/CompetitionLeaderboard.js +34 -36
- package/lib/commonjs/Bracket/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/commonjs/Bracket/components/JoinCompetitionCard.js +20 -22
- package/lib/commonjs/Bracket/components/JoinCompetitionCard.js.map +1 -1
- package/lib/commonjs/Bracket/components/PlayerBalanceCard.js +6 -7
- package/lib/commonjs/Bracket/components/PlayerBalanceCard.js.map +1 -1
- package/lib/commonjs/Bracket/components/PlayerBracketManager.js +75 -77
- package/lib/commonjs/Bracket/components/PlayerBracketManager.js.map +1 -1
- package/lib/commonjs/Bracket/components/PlayerBrackets.js +27 -28
- package/lib/commonjs/Bracket/components/PlayerBrackets.js.map +1 -1
- package/lib/commonjs/Bracket/components/RoomMenu.js +15 -16
- package/lib/commonjs/Bracket/components/RoomMenu.js.map +1 -1
- package/lib/commonjs/Bracket/index.js +9 -11
- package/lib/commonjs/Bracket/index.js.map +1 -1
- package/lib/commonjs/Checkout/components/AccountSummaryCard.js +43 -44
- package/lib/commonjs/Checkout/components/AccountSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/components/ItemSummaryCard.js +7 -8
- package/lib/commonjs/Checkout/components/ItemSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/components/OrderSummaryCard.js +12 -13
- package/lib/commonjs/Checkout/components/OrderSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/components/PayPalOrderCapture.js +2 -4
- package/lib/commonjs/Checkout/components/PayPalOrderCapture.js.map +1 -1
- package/lib/commonjs/Checkout/components/ShippingSummaryCard.js +7 -8
- package/lib/commonjs/Checkout/components/ShippingSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/index.js +58 -60
- package/lib/commonjs/Checkout/index.js.map +1 -1
- package/lib/commonjs/Competition/components/AthleteMarketCard.js +20 -21
- package/lib/commonjs/Competition/components/AthleteMarketCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionCard.js +25 -26
- package/lib/commonjs/Competition/components/CompetitionCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionInfoCard.js +31 -32
- package/lib/commonjs/Competition/components/CompetitionInfoCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionLeaderboard.js +34 -36
- package/lib/commonjs/Competition/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionPlay.js +116 -118
- package/lib/commonjs/Competition/components/CompetitionPlay.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionSeasonCard.js +16 -17
- package/lib/commonjs/Competition/components/CompetitionSeasonCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionSelector.js +14 -16
- package/lib/commonjs/Competition/components/CompetitionSelector.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionTypeCard.js +43 -45
- package/lib/commonjs/Competition/components/CompetitionTypeCard.js.map +1 -1
- package/lib/commonjs/Competition/components/EnterCompetitionPrompt.js +29 -31
- package/lib/commonjs/Competition/components/EnterCompetitionPrompt.js.map +1 -1
- package/lib/commonjs/Competition/components/LeaderPicks.js +39 -41
- package/lib/commonjs/Competition/components/LeaderPicks.js.map +1 -1
- package/lib/commonjs/Competition/components/ManageSeasonForm.js +85 -87
- package/lib/commonjs/Competition/components/ManageSeasonForm.js.map +1 -1
- package/lib/commonjs/Competition/components/MarketsCard.js +17 -19
- package/lib/commonjs/Competition/components/MarketsCard.js.map +1 -1
- package/lib/commonjs/Competition/components/MatchMarketCard.js +25 -26
- package/lib/commonjs/Competition/components/MatchMarketCard.js.map +1 -1
- package/lib/commonjs/Competition/components/NavOutPrompt.js +18 -19
- package/lib/commonjs/Competition/components/NavOutPrompt.js.map +1 -1
- package/lib/commonjs/Competition/components/SeasonInfoModal.js +52 -54
- package/lib/commonjs/Competition/components/SeasonInfoModal.js.map +1 -1
- package/lib/commonjs/Competition/components/TeamEventCard.js +30 -31
- package/lib/commonjs/Competition/components/TeamEventCard.js.map +1 -1
- package/lib/commonjs/Competition/components/WagerPickForm.js +30 -32
- package/lib/commonjs/Competition/components/WagerPickForm.js.map +1 -1
- package/lib/commonjs/Competition/index.js +3 -5
- package/lib/commonjs/Competition/index.js.map +1 -1
- package/lib/commonjs/Components/Button.js +7 -8
- package/lib/commonjs/Components/Button.js.map +1 -1
- package/lib/commonjs/Components/Checkbox.js +3 -4
- package/lib/commonjs/Components/Checkbox.js.map +1 -1
- package/lib/commonjs/Components/Icons.js +650 -373
- package/lib/commonjs/Components/Icons.js.map +1 -1
- package/lib/commonjs/Components/ImageUploader.js +3 -5
- package/lib/commonjs/Components/ImageUploader.js.map +1 -1
- package/lib/commonjs/Components/Jerseys.js +124 -125
- package/lib/commonjs/Components/Jerseys.js.map +1 -1
- package/lib/commonjs/Components/LinearDiagnal.js +7 -9
- package/lib/commonjs/Components/LinearDiagnal.js.map +1 -1
- package/lib/commonjs/Components/Spring.js +1 -3
- package/lib/commonjs/Components/Spring.js.map +1 -1
- package/lib/commonjs/Components/Switch.js +8 -9
- package/lib/commonjs/Components/Switch.js.map +1 -1
- package/lib/commonjs/Components/Text.js +33 -5
- package/lib/commonjs/Components/Text.js.map +1 -1
- package/lib/commonjs/Components/TextInput.js +1 -2
- package/lib/commonjs/Components/TextInput.js.map +1 -1
- package/lib/commonjs/LocationTracker/index.js +27 -28
- package/lib/commonjs/LocationTracker/index.js.map +1 -1
- package/lib/commonjs/Observer/Observer.js +2 -4
- package/lib/commonjs/Observer/Observer.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignPlay.js +56 -58
- package/lib/commonjs/Poll/components/CampaignPlay.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignProgressBar.js +11 -13
- package/lib/commonjs/Poll/components/CampaignProgressBar.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignResult.js +56 -58
- package/lib/commonjs/Poll/components/CampaignResult.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignSelector.js +12 -14
- package/lib/commonjs/Poll/components/CampaignSelector.js.map +1 -1
- package/lib/commonjs/Poll/components/PollCampaignCard.js +7 -8
- package/lib/commonjs/Poll/components/PollCampaignCard.js.map +1 -1
- package/lib/commonjs/Poll/components/PollCard.js +49 -51
- package/lib/commonjs/Poll/components/PollCard.js.map +1 -1
- package/lib/commonjs/Poll/components/PollOptionCard.js +14 -16
- package/lib/commonjs/Poll/components/PollOptionCard.js.map +1 -1
- package/lib/commonjs/Poll/components/PollSelectCard.js +25 -26
- package/lib/commonjs/Poll/components/PollSelectCard.js.map +1 -1
- package/lib/commonjs/Poll/components/ResponseTimer.js +3 -5
- package/lib/commonjs/Poll/components/ResponseTimer.js.map +1 -1
- package/lib/commonjs/Poll/components/WidgetHeader.js +11 -12
- package/lib/commonjs/Poll/components/WidgetHeader.js.map +1 -1
- package/lib/commonjs/Poll/flashmarket/ResultCard.js +47 -49
- package/lib/commonjs/Poll/flashmarket/ResultCard.js.map +1 -1
- package/lib/commonjs/Poll/flashmarket/index.js +52 -54
- package/lib/commonjs/Poll/flashmarket/index.js.map +1 -1
- package/lib/commonjs/Poll/index.js +6 -8
- package/lib/commonjs/Poll/index.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/BasicInfoManager.js +35 -37
- package/lib/commonjs/ProfileManager/Components/BasicInfoManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/BasicStatus.js +35 -36
- package/lib/commonjs/ProfileManager/Components/BasicStatus.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/CodeRedeem.js +50 -52
- package/lib/commonjs/ProfileManager/Components/CodeRedeem.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/DOBManager.js +24 -26
- package/lib/commonjs/ProfileManager/Components/DOBManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/EmailManager.js +36 -38
- package/lib/commonjs/ProfileManager/Components/EmailManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/PasswordManager.js +36 -38
- package/lib/commonjs/ProfileManager/Components/PasswordManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/PhoneManager.js +36 -38
- package/lib/commonjs/ProfileManager/Components/PhoneManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfilePicManager.js +17 -19
- package/lib/commonjs/ProfileManager/Components/ProfilePicManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfileWelcome.js +15 -16
- package/lib/commonjs/ProfileManager/Components/ProfileWelcome.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfileWizard.js +66 -68
- package/lib/commonjs/ProfileManager/Components/ProfileWizard.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/SettingsManager.js +29 -31
- package/lib/commonjs/ProfileManager/Components/SettingsManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/VouchCard.js +63 -65
- package/lib/commonjs/ProfileManager/Components/VouchCard.js.map +1 -1
- package/lib/commonjs/ProfileManager/index.js +16 -18
- package/lib/commonjs/ProfileManager/index.js.map +1 -1
- package/lib/commonjs/SocialComponents/PlayerCard.js +11 -12
- package/lib/commonjs/SocialComponents/PlayerCard.js.map +1 -1
- package/lib/commonjs/SocialComponents/PlayerFollowButton.js +3 -4
- package/lib/commonjs/SocialComponents/PlayerFollowButton.js.map +1 -1
- package/lib/commonjs/SocialComponents/PlayerList.js +4 -6
- package/lib/commonjs/SocialComponents/PlayerList.js.map +1 -1
- package/lib/commonjs/Socket/api/index.js +18 -0
- package/lib/commonjs/Socket/api/index.js.map +1 -0
- package/lib/commonjs/Socket/index.js +120 -0
- package/lib/commonjs/Socket/index.js.map +1 -0
- package/lib/commonjs/Squares/api/index.js +97 -0
- package/lib/commonjs/Squares/api/index.js.map +1 -0
- package/lib/commonjs/Squares/components/BidForm.js +173 -0
- package/lib/commonjs/Squares/components/BidForm.js.map +1 -0
- package/lib/commonjs/Squares/components/BidToggle.js +63 -0
- package/lib/commonjs/Squares/components/BidToggle.js.map +1 -0
- package/lib/commonjs/Squares/components/BoardStats.js +144 -0
- package/lib/commonjs/Squares/components/BoardStats.js.map +1 -0
- package/lib/commonjs/Squares/components/EventCard.js +132 -0
- package/lib/commonjs/Squares/components/EventCard.js.map +1 -0
- package/lib/commonjs/Squares/components/MySquaresCard.js +109 -0
- package/lib/commonjs/Squares/components/MySquaresCard.js.map +1 -0
- package/lib/commonjs/Squares/components/OfferForm.js +181 -0
- package/lib/commonjs/Squares/components/OfferForm.js.map +1 -0
- package/lib/commonjs/Squares/components/ResultsCard.js +108 -0
- package/lib/commonjs/Squares/components/ResultsCard.js.map +1 -0
- package/lib/commonjs/Squares/components/SquareCard.js +337 -0
- package/lib/commonjs/Squares/components/SquareCard.js.map +1 -0
- package/lib/commonjs/Squares/components/SquareOfferCard.js +266 -0
- package/lib/commonjs/Squares/components/SquareOfferCard.js.map +1 -0
- package/lib/commonjs/Squares/components/SquareOwners.js +123 -0
- package/lib/commonjs/Squares/components/SquareOwners.js.map +1 -0
- package/lib/commonjs/Squares/components/SquaresBoard.js +209 -0
- package/lib/commonjs/Squares/components/SquaresBoard.js.map +1 -0
- package/lib/commonjs/Squares/components/SquaresDetails.js +90 -0
- package/lib/commonjs/Squares/components/SquaresDetails.js.map +1 -0
- package/lib/commonjs/Squares/index.js +568 -0
- package/lib/commonjs/Squares/index.js.map +1 -0
- package/lib/commonjs/Wallet/components/ACHAddCard.js +38 -39
- package/lib/commonjs/Wallet/components/ACHAddCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountCard.js +17 -18
- package/lib/commonjs/Wallet/components/AccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountLimitManager.js +32 -34
- package/lib/commonjs/Wallet/components/AccountLimitManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountManager.js +31 -32
- package/lib/commonjs/Wallet/components/AccountManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountSnoozeManager.js +31 -33
- package/lib/commonjs/Wallet/components/AccountSnoozeManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/AddressCard.js +7 -8
- package/lib/commonjs/Wallet/components/AddressCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AddressManager.js +44 -46
- package/lib/commonjs/Wallet/components/AddressManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/DepositCard.js +41 -43
- package/lib/commonjs/Wallet/components/DepositCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/FundAccountCard.js +54 -55
- package/lib/commonjs/Wallet/components/FundAccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/ItemOrderCard.js +15 -17
- package/lib/commonjs/Wallet/components/ItemOrderCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/ItemOrderDetailCard.js +23 -25
- package/lib/commonjs/Wallet/components/ItemOrderDetailCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/LinkAccountManager.js +40 -42
- package/lib/commonjs/Wallet/components/LinkAccountManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManageAccountCard.js +36 -38
- package/lib/commonjs/Wallet/components/ManageAccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManualACHAdd.js +33 -35
- package/lib/commonjs/Wallet/components/ManualACHAdd.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManualCardAdd.js +47 -49
- package/lib/commonjs/Wallet/components/ManualCardAdd.js.map +1 -1
- package/lib/commonjs/Wallet/components/MyBalance.js +34 -35
- package/lib/commonjs/Wallet/components/MyBalance.js.map +1 -1
- package/lib/commonjs/Wallet/components/OrderManager.js +15 -17
- package/lib/commonjs/Wallet/components/OrderManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/RemoveAccount.js +10 -12
- package/lib/commonjs/Wallet/components/RemoveAccount.js.map +1 -1
- package/lib/commonjs/Wallet/components/VerifyACHAccount.js +20 -22
- package/lib/commonjs/Wallet/components/VerifyACHAccount.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletActionSelector.js +49 -51
- package/lib/commonjs/Wallet/components/WalletActionSelector.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletSettings.js +98 -100
- package/lib/commonjs/Wallet/components/WalletSettings.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletSetup.js +58 -60
- package/lib/commonjs/Wallet/components/WalletSetup.js.map +1 -1
- package/lib/commonjs/Wallet/components/WithdrawCard.js +46 -48
- package/lib/commonjs/Wallet/components/WithdrawCard.js.map +1 -1
- package/lib/commonjs/Wallet/index.js +45 -47
- package/lib/commonjs/Wallet/index.js.map +1 -1
- package/lib/commonjs/constants/styles.js +86 -0
- package/lib/commonjs/constants/styles.js.map +1 -1
- package/lib/commonjs/index.js +14 -0
- package/lib/commonjs/index.js.map +1 -1
- package/lib/module/AdServer/components/CompanyAdCard.js +1 -1
- package/lib/module/AdServer/components/CompanyAdCard.js.map +1 -1
- package/lib/module/AdServer/index.js +1 -1
- package/lib/module/AdServer/index.js.map +1 -1
- package/lib/module/ApiOverrides/index.js +6 -3
- package/lib/module/ApiOverrides/index.js.map +1 -1
- package/lib/module/Authenticator/Components/AuthStrategyIdentifier.js +0 -1
- package/lib/module/Authenticator/Components/AuthStrategyIdentifier.js.map +1 -1
- package/lib/module/Authenticator/Components/LoginForm.js +1 -1
- package/lib/module/Authenticator/Components/LoginForm.js.map +1 -1
- package/lib/module/Authenticator/Components/StrategyForm.js +1 -1
- package/lib/module/Authenticator/Components/StrategyForm.js.map +1 -1
- package/lib/module/Authenticator/index.js +1 -1
- package/lib/module/Authenticator/index.js.map +1 -1
- package/lib/module/BettorSearch/index.js +1 -1
- package/lib/module/BettorSearch/index.js.map +1 -1
- package/lib/module/Bracket/components/BracketCompetitionCard.js +1 -1
- package/lib/module/Bracket/components/BracketCompetitionCard.js.map +1 -1
- package/lib/module/Bracket/components/BracketCompetitionSelector.js +1 -1
- package/lib/module/Bracket/components/BracketCompetitionSelector.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/BracketNavigator.js +0 -1
- package/lib/module/Bracket/components/BracketPlay/BracketNavigator.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/BracketRound.js +0 -1
- package/lib/module/Bracket/components/BracketPlay/BracketRound.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/RoundEvent.js +0 -1
- package/lib/module/Bracket/components/BracketPlay/RoundEvent.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/index.js +1 -1
- package/lib/module/Bracket/components/BracketPlay/index.js.map +1 -1
- package/lib/module/Bracket/components/BracketSelector.js +0 -1
- package/lib/module/Bracket/components/BracketSelector.js.map +1 -1
- package/lib/module/Bracket/components/CompetitionLeaderboard.js +1 -1
- package/lib/module/Bracket/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/module/Bracket/components/JoinCompetitionCard.js +1 -1
- package/lib/module/Bracket/components/JoinCompetitionCard.js.map +1 -1
- package/lib/module/Bracket/components/PlayerBalanceCard.js +0 -1
- package/lib/module/Bracket/components/PlayerBalanceCard.js.map +1 -1
- package/lib/module/Bracket/components/PlayerBracketManager.js +1 -1
- package/lib/module/Bracket/components/PlayerBracketManager.js.map +1 -1
- package/lib/module/Bracket/components/PlayerBrackets.js +0 -1
- package/lib/module/Bracket/components/PlayerBrackets.js.map +1 -1
- package/lib/module/Bracket/components/RoomMenu.js +0 -1
- package/lib/module/Bracket/components/RoomMenu.js.map +1 -1
- package/lib/module/Bracket/index.js +1 -1
- package/lib/module/Bracket/index.js.map +1 -1
- package/lib/module/Checkout/components/AccountSummaryCard.js +0 -1
- package/lib/module/Checkout/components/AccountSummaryCard.js.map +1 -1
- package/lib/module/Checkout/components/ItemSummaryCard.js +0 -1
- package/lib/module/Checkout/components/ItemSummaryCard.js.map +1 -1
- package/lib/module/Checkout/components/OrderSummaryCard.js +0 -1
- package/lib/module/Checkout/components/OrderSummaryCard.js.map +1 -1
- package/lib/module/Checkout/components/PayPalOrderCapture.js +0 -1
- package/lib/module/Checkout/components/PayPalOrderCapture.js.map +1 -1
- package/lib/module/Checkout/components/ShippingSummaryCard.js +0 -1
- package/lib/module/Checkout/components/ShippingSummaryCard.js.map +1 -1
- package/lib/module/Checkout/index.js +1 -1
- package/lib/module/Checkout/index.js.map +1 -1
- package/lib/module/Competition/components/AthleteMarketCard.js +0 -1
- package/lib/module/Competition/components/AthleteMarketCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionCard.js +0 -1
- package/lib/module/Competition/components/CompetitionCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionInfoCard.js +0 -1
- package/lib/module/Competition/components/CompetitionInfoCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionLeaderboard.js +1 -1
- package/lib/module/Competition/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionPlay.js +1 -1
- package/lib/module/Competition/components/CompetitionPlay.js.map +1 -1
- package/lib/module/Competition/components/CompetitionSeasonCard.js +0 -1
- package/lib/module/Competition/components/CompetitionSeasonCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionSelector.js +1 -1
- package/lib/module/Competition/components/CompetitionSelector.js.map +1 -1
- package/lib/module/Competition/components/CompetitionTypeCard.js +1 -1
- package/lib/module/Competition/components/CompetitionTypeCard.js.map +1 -1
- package/lib/module/Competition/components/EnterCompetitionPrompt.js +1 -1
- package/lib/module/Competition/components/EnterCompetitionPrompt.js.map +1 -1
- package/lib/module/Competition/components/LeaderPicks.js +1 -1
- package/lib/module/Competition/components/LeaderPicks.js.map +1 -1
- package/lib/module/Competition/components/ManageSeasonForm.js +1 -1
- package/lib/module/Competition/components/ManageSeasonForm.js.map +1 -1
- package/lib/module/Competition/components/MarketsCard.js +1 -1
- package/lib/module/Competition/components/MarketsCard.js.map +1 -1
- package/lib/module/Competition/components/MatchMarketCard.js +0 -1
- package/lib/module/Competition/components/MatchMarketCard.js.map +1 -1
- package/lib/module/Competition/components/NavOutPrompt.js +0 -1
- package/lib/module/Competition/components/NavOutPrompt.js.map +1 -1
- package/lib/module/Competition/components/SeasonInfoModal.js +1 -1
- package/lib/module/Competition/components/SeasonInfoModal.js.map +1 -1
- package/lib/module/Competition/components/TeamEventCard.js +0 -1
- package/lib/module/Competition/components/TeamEventCard.js.map +1 -1
- package/lib/module/Competition/components/WagerPickForm.js +1 -1
- package/lib/module/Competition/components/WagerPickForm.js.map +1 -1
- package/lib/module/Competition/index.js +1 -1
- package/lib/module/Competition/index.js.map +1 -1
- package/lib/module/Components/Button.js +0 -1
- package/lib/module/Components/Button.js.map +1 -1
- package/lib/module/Components/Checkbox.js +0 -1
- package/lib/module/Components/Checkbox.js.map +1 -1
- package/lib/module/Components/Icons.js +279 -2
- package/lib/module/Components/Icons.js.map +1 -1
- package/lib/module/Components/ImageUploader.js +1 -1
- package/lib/module/Components/ImageUploader.js.map +1 -1
- package/lib/module/Components/Jerseys.js +0 -1
- package/lib/module/Components/Jerseys.js.map +1 -1
- package/lib/module/Components/LinearDiagnal.js +1 -1
- package/lib/module/Components/LinearDiagnal.js.map +1 -1
- package/lib/module/Components/Spring.js +0 -1
- package/lib/module/Components/Spring.js.map +1 -1
- package/lib/module/Components/Switch.js +0 -1
- package/lib/module/Components/Switch.js.map +1 -1
- package/lib/module/Components/Text.js +33 -5
- package/lib/module/Components/Text.js.map +1 -1
- package/lib/module/Components/TextInput.js +0 -1
- package/lib/module/Components/TextInput.js.map +1 -1
- package/lib/module/LocationTracker/index.js +0 -1
- package/lib/module/LocationTracker/index.js.map +1 -1
- package/lib/module/Observer/Observer.js +0 -1
- package/lib/module/Observer/Observer.js.map +1 -1
- package/lib/module/Poll/components/CampaignPlay.js +0 -1
- package/lib/module/Poll/components/CampaignPlay.js.map +1 -1
- package/lib/module/Poll/components/CampaignProgressBar.js +0 -1
- package/lib/module/Poll/components/CampaignProgressBar.js.map +1 -1
- package/lib/module/Poll/components/CampaignResult.js +0 -1
- package/lib/module/Poll/components/CampaignResult.js.map +1 -1
- package/lib/module/Poll/components/CampaignSelector.js +1 -1
- package/lib/module/Poll/components/CampaignSelector.js.map +1 -1
- package/lib/module/Poll/components/PollCampaignCard.js +0 -1
- package/lib/module/Poll/components/PollCampaignCard.js.map +1 -1
- package/lib/module/Poll/components/PollCard.js +0 -1
- package/lib/module/Poll/components/PollCard.js.map +1 -1
- package/lib/module/Poll/components/PollOptionCard.js +1 -1
- package/lib/module/Poll/components/PollOptionCard.js.map +1 -1
- package/lib/module/Poll/components/PollSelectCard.js +0 -1
- package/lib/module/Poll/components/PollSelectCard.js.map +1 -1
- package/lib/module/Poll/components/ResponseTimer.js +1 -1
- package/lib/module/Poll/components/ResponseTimer.js.map +1 -1
- package/lib/module/Poll/components/WidgetHeader.js +0 -1
- package/lib/module/Poll/components/WidgetHeader.js.map +1 -1
- package/lib/module/Poll/flashmarket/ResultCard.js +1 -1
- package/lib/module/Poll/flashmarket/ResultCard.js.map +1 -1
- package/lib/module/Poll/flashmarket/index.js +1 -1
- package/lib/module/Poll/flashmarket/index.js.map +1 -1
- package/lib/module/Poll/index.js +1 -1
- package/lib/module/Poll/index.js.map +1 -1
- package/lib/module/ProfileManager/Components/BasicInfoManager.js +1 -1
- package/lib/module/ProfileManager/Components/BasicInfoManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/BasicStatus.js +0 -1
- package/lib/module/ProfileManager/Components/BasicStatus.js.map +1 -1
- package/lib/module/ProfileManager/Components/CodeRedeem.js +1 -1
- package/lib/module/ProfileManager/Components/CodeRedeem.js.map +1 -1
- package/lib/module/ProfileManager/Components/DOBManager.js +1 -1
- package/lib/module/ProfileManager/Components/DOBManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/EmailManager.js +1 -1
- package/lib/module/ProfileManager/Components/EmailManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/PasswordManager.js +1 -1
- package/lib/module/ProfileManager/Components/PasswordManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/PhoneManager.js +1 -1
- package/lib/module/ProfileManager/Components/PhoneManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfilePicManager.js +1 -1
- package/lib/module/ProfileManager/Components/ProfilePicManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfileWelcome.js +0 -1
- package/lib/module/ProfileManager/Components/ProfileWelcome.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfileWizard.js +1 -1
- package/lib/module/ProfileManager/Components/ProfileWizard.js.map +1 -1
- package/lib/module/ProfileManager/Components/SettingsManager.js +1 -1
- package/lib/module/ProfileManager/Components/SettingsManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/VouchCard.js +1 -1
- package/lib/module/ProfileManager/Components/VouchCard.js.map +1 -1
- package/lib/module/ProfileManager/index.js +1 -1
- package/lib/module/ProfileManager/index.js.map +1 -1
- package/lib/module/SocialComponents/PlayerCard.js +0 -1
- package/lib/module/SocialComponents/PlayerCard.js.map +1 -1
- package/lib/module/SocialComponents/PlayerFollowButton.js +0 -1
- package/lib/module/SocialComponents/PlayerFollowButton.js.map +1 -1
- package/lib/module/SocialComponents/PlayerList.js +1 -1
- package/lib/module/SocialComponents/PlayerList.js.map +1 -1
- package/lib/module/Socket/api/index.js +13 -0
- package/lib/module/Socket/api/index.js.map +1 -0
- package/lib/module/Socket/index.js +113 -0
- package/lib/module/Socket/index.js.map +1 -0
- package/lib/module/Squares/api/index.js +91 -0
- package/lib/module/Squares/api/index.js.map +1 -0
- package/lib/module/Squares/components/BidForm.js +166 -0
- package/lib/module/Squares/components/BidForm.js.map +1 -0
- package/lib/module/Squares/components/BidToggle.js +56 -0
- package/lib/module/Squares/components/BidToggle.js.map +1 -0
- package/lib/module/Squares/components/BoardStats.js +137 -0
- package/lib/module/Squares/components/BoardStats.js.map +1 -0
- package/lib/module/Squares/components/EventCard.js +125 -0
- package/lib/module/Squares/components/EventCard.js.map +1 -0
- package/lib/module/Squares/components/MySquaresCard.js +102 -0
- package/lib/module/Squares/components/MySquaresCard.js.map +1 -0
- package/lib/module/Squares/components/OfferForm.js +174 -0
- package/lib/module/Squares/components/OfferForm.js.map +1 -0
- package/lib/module/Squares/components/ResultsCard.js +101 -0
- package/lib/module/Squares/components/ResultsCard.js.map +1 -0
- package/lib/module/Squares/components/SquareCard.js +330 -0
- package/lib/module/Squares/components/SquareCard.js.map +1 -0
- package/lib/module/Squares/components/SquareOfferCard.js +259 -0
- package/lib/module/Squares/components/SquareOfferCard.js.map +1 -0
- package/lib/module/Squares/components/SquareOwners.js +116 -0
- package/lib/module/Squares/components/SquareOwners.js.map +1 -0
- package/lib/module/Squares/components/SquaresBoard.js +202 -0
- package/lib/module/Squares/components/SquaresBoard.js.map +1 -0
- package/lib/module/Squares/components/SquaresDetails.js +83 -0
- package/lib/module/Squares/components/SquaresDetails.js.map +1 -0
- package/lib/module/Squares/index.js +561 -0
- package/lib/module/Squares/index.js.map +1 -0
- package/lib/module/Wallet/components/ACHAddCard.js +0 -1
- package/lib/module/Wallet/components/ACHAddCard.js.map +1 -1
- package/lib/module/Wallet/components/AccountCard.js +0 -1
- package/lib/module/Wallet/components/AccountCard.js.map +1 -1
- package/lib/module/Wallet/components/AccountLimitManager.js +1 -1
- package/lib/module/Wallet/components/AccountLimitManager.js.map +1 -1
- package/lib/module/Wallet/components/AccountManager.js +0 -1
- package/lib/module/Wallet/components/AccountManager.js.map +1 -1
- package/lib/module/Wallet/components/AccountSnoozeManager.js +1 -1
- package/lib/module/Wallet/components/AccountSnoozeManager.js.map +1 -1
- package/lib/module/Wallet/components/AddressCard.js +0 -1
- package/lib/module/Wallet/components/AddressCard.js.map +1 -1
- package/lib/module/Wallet/components/AddressManager.js +1 -1
- package/lib/module/Wallet/components/AddressManager.js.map +1 -1
- package/lib/module/Wallet/components/DepositCard.js +1 -1
- package/lib/module/Wallet/components/DepositCard.js.map +1 -1
- package/lib/module/Wallet/components/FundAccountCard.js +0 -1
- package/lib/module/Wallet/components/FundAccountCard.js.map +1 -1
- package/lib/module/Wallet/components/ItemOrderCard.js +1 -1
- package/lib/module/Wallet/components/ItemOrderCard.js.map +1 -1
- package/lib/module/Wallet/components/ItemOrderDetailCard.js +0 -1
- package/lib/module/Wallet/components/ItemOrderDetailCard.js.map +1 -1
- package/lib/module/Wallet/components/LinkAccountManager.js +1 -1
- package/lib/module/Wallet/components/LinkAccountManager.js.map +1 -1
- package/lib/module/Wallet/components/ManageAccountCard.js +1 -1
- package/lib/module/Wallet/components/ManageAccountCard.js.map +1 -1
- package/lib/module/Wallet/components/ManualACHAdd.js +1 -1
- package/lib/module/Wallet/components/ManualACHAdd.js.map +1 -1
- package/lib/module/Wallet/components/ManualCardAdd.js +1 -1
- package/lib/module/Wallet/components/ManualCardAdd.js.map +1 -1
- package/lib/module/Wallet/components/MyBalance.js +0 -1
- package/lib/module/Wallet/components/MyBalance.js.map +1 -1
- package/lib/module/Wallet/components/OrderManager.js +1 -1
- package/lib/module/Wallet/components/OrderManager.js.map +1 -1
- package/lib/module/Wallet/components/RemoveAccount.js +0 -1
- package/lib/module/Wallet/components/RemoveAccount.js.map +1 -1
- package/lib/module/Wallet/components/VerifyACHAccount.js +1 -1
- package/lib/module/Wallet/components/VerifyACHAccount.js.map +1 -1
- package/lib/module/Wallet/components/WalletActionSelector.js +1 -1
- package/lib/module/Wallet/components/WalletActionSelector.js.map +1 -1
- package/lib/module/Wallet/components/WalletSettings.js +0 -1
- package/lib/module/Wallet/components/WalletSettings.js.map +1 -1
- package/lib/module/Wallet/components/WalletSetup.js +1 -1
- package/lib/module/Wallet/components/WalletSetup.js.map +1 -1
- package/lib/module/Wallet/components/WithdrawCard.js +1 -1
- package/lib/module/Wallet/components/WithdrawCard.js.map +1 -1
- package/lib/module/Wallet/index.js +1 -1
- package/lib/module/Wallet/index.js.map +1 -1
- package/lib/module/constants/styles.js +86 -0
- package/lib/module/constants/styles.js.map +1 -1
- package/lib/module/index.js +3 -1
- package/lib/module/index.js.map +1 -1
- package/lib/typescript/src/AdServer/components/CompanyAdCard.d.ts +1 -2
- package/lib/typescript/src/AdServer/components/CompanyAdCard.d.ts.map +1 -1
- package/lib/typescript/src/AdServer/index.d.ts +2 -3
- package/lib/typescript/src/AdServer/index.d.ts.map +1 -1
- package/lib/typescript/src/ApiOverrides/index.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/AuthStrategyIdentifier.d.ts +1 -2
- package/lib/typescript/src/Authenticator/Components/AuthStrategyIdentifier.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/LoginForm.d.ts +1 -2
- package/lib/typescript/src/Authenticator/Components/LoginForm.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/StrategyForm.d.ts +1 -2
- package/lib/typescript/src/Authenticator/Components/StrategyForm.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/index.d.ts +1 -2
- package/lib/typescript/src/Authenticator/index.d.ts.map +1 -1
- package/lib/typescript/src/BettorSearch/index.d.ts +1 -2
- package/lib/typescript/src/BettorSearch/index.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketCompetitionCard.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/BracketCompetitionCard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketCompetitionSelector.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/BracketCompetitionSelector.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketNavigator.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketNavigator.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketRound.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketRound.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/RoundEvent.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/BracketPlay/RoundEvent.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/index.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/BracketPlay/index.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketSelector.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/BracketSelector.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/CompetitionLeaderboard.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/CompetitionLeaderboard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/JoinCompetitionCard.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/JoinCompetitionCard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBalanceCard.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/PlayerBalanceCard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBracketManager.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/PlayerBracketManager.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBrackets.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/PlayerBrackets.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/RoomMenu.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/RoomMenu.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/index.d.ts +1 -2
- package/lib/typescript/src/Bracket/index.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/AccountSummaryCard.d.ts +1 -2
- package/lib/typescript/src/Checkout/components/AccountSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/ItemSummaryCard.d.ts +1 -2
- package/lib/typescript/src/Checkout/components/ItemSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/OrderSummaryCard.d.ts +1 -2
- package/lib/typescript/src/Checkout/components/OrderSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/PayPalOrderCapture.d.ts +1 -2
- package/lib/typescript/src/Checkout/components/PayPalOrderCapture.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/ShippingSummaryCard.d.ts +1 -2
- package/lib/typescript/src/Checkout/components/ShippingSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/index.d.ts +1 -2
- package/lib/typescript/src/Checkout/index.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/AthleteMarketCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/AthleteMarketCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/CompetitionCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionInfoCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/CompetitionInfoCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionLeaderboard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/CompetitionLeaderboard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionPlay.d.ts +1 -2
- package/lib/typescript/src/Competition/components/CompetitionPlay.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionSeasonCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/CompetitionSeasonCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionSelector.d.ts +1 -2
- package/lib/typescript/src/Competition/components/CompetitionSelector.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionTypeCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/CompetitionTypeCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/EnterCompetitionPrompt.d.ts +1 -2
- package/lib/typescript/src/Competition/components/EnterCompetitionPrompt.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/LeaderPicks.d.ts +1 -2
- package/lib/typescript/src/Competition/components/LeaderPicks.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/ManageSeasonForm.d.ts +1 -2
- package/lib/typescript/src/Competition/components/ManageSeasonForm.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/MarketsCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/MarketsCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/MatchMarketCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/MatchMarketCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/NavOutPrompt.d.ts +1 -2
- package/lib/typescript/src/Competition/components/NavOutPrompt.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/SeasonInfoModal.d.ts +1 -2
- package/lib/typescript/src/Competition/components/SeasonInfoModal.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/TeamEventCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/TeamEventCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/WagerPickForm.d.ts +1 -2
- package/lib/typescript/src/Competition/components/WagerPickForm.d.ts.map +1 -1
- package/lib/typescript/src/Competition/index.d.ts +1 -2
- package/lib/typescript/src/Competition/index.d.ts.map +1 -1
- package/lib/typescript/src/Components/Button.d.ts +1 -2
- package/lib/typescript/src/Components/Button.d.ts.map +1 -1
- package/lib/typescript/src/Components/Checkbox.d.ts +1 -2
- package/lib/typescript/src/Components/Checkbox.d.ts.map +1 -1
- package/lib/typescript/src/Components/Icons.d.ts +57 -53
- package/lib/typescript/src/Components/Icons.d.ts.map +1 -1
- package/lib/typescript/src/Components/ImageUploader.d.ts +1 -2
- package/lib/typescript/src/Components/ImageUploader.d.ts.map +1 -1
- package/lib/typescript/src/Components/Jerseys.d.ts +2 -3
- package/lib/typescript/src/Components/Jerseys.d.ts.map +1 -1
- package/lib/typescript/src/Components/LinearDiagnal.d.ts +1 -2
- package/lib/typescript/src/Components/LinearDiagnal.d.ts.map +1 -1
- package/lib/typescript/src/Components/Spring.d.ts +1 -2
- package/lib/typescript/src/Components/Spring.d.ts.map +1 -1
- package/lib/typescript/src/Components/Switch.d.ts +1 -2
- package/lib/typescript/src/Components/Switch.d.ts.map +1 -1
- package/lib/typescript/src/Components/Text.d.ts +3 -2
- package/lib/typescript/src/Components/Text.d.ts.map +1 -1
- package/lib/typescript/src/Components/TextInput.d.ts +1 -2
- package/lib/typescript/src/Components/TextInput.d.ts.map +1 -1
- package/lib/typescript/src/LocationTracker/index.d.ts +1 -2
- package/lib/typescript/src/LocationTracker/index.d.ts.map +1 -1
- package/lib/typescript/src/Observer/Observer.d.ts +1 -2
- package/lib/typescript/src/Observer/Observer.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignPlay.d.ts +1 -2
- package/lib/typescript/src/Poll/components/CampaignPlay.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignProgressBar.d.ts +1 -2
- package/lib/typescript/src/Poll/components/CampaignProgressBar.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignResult.d.ts +1 -2
- package/lib/typescript/src/Poll/components/CampaignResult.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignSelector.d.ts +1 -2
- package/lib/typescript/src/Poll/components/CampaignSelector.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollCampaignCard.d.ts +1 -2
- package/lib/typescript/src/Poll/components/PollCampaignCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollCard.d.ts +1 -2
- package/lib/typescript/src/Poll/components/PollCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollOptionCard.d.ts +1 -2
- package/lib/typescript/src/Poll/components/PollOptionCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollSelectCard.d.ts +1 -2
- package/lib/typescript/src/Poll/components/PollSelectCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/ResponseTimer.d.ts +1 -2
- package/lib/typescript/src/Poll/components/ResponseTimer.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/WidgetHeader.d.ts +1 -2
- package/lib/typescript/src/Poll/components/WidgetHeader.d.ts.map +1 -1
- package/lib/typescript/src/Poll/flashmarket/ResultCard.d.ts +1 -2
- package/lib/typescript/src/Poll/flashmarket/ResultCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/flashmarket/index.d.ts +1 -2
- package/lib/typescript/src/Poll/flashmarket/index.d.ts.map +1 -1
- package/lib/typescript/src/Poll/index.d.ts +1 -2
- package/lib/typescript/src/Poll/index.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/BasicInfoManager.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/BasicInfoManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/BasicStatus.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/BasicStatus.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/CodeRedeem.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/CodeRedeem.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/DOBManager.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/DOBManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/EmailManager.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/EmailManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/PasswordManager.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/PasswordManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/PhoneManager.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/PhoneManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfilePicManager.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/ProfilePicManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWelcome.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/ProfileWelcome.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWizard.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/ProfileWizard.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/SettingsManager.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/SettingsManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/VouchCard.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/VouchCard.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/index.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/index.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PlayerCard.d.ts +1 -2
- package/lib/typescript/src/SocialComponents/PlayerCard.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PlayerFollowButton.d.ts +1 -2
- package/lib/typescript/src/SocialComponents/PlayerFollowButton.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PlayerList.d.ts +1 -2
- package/lib/typescript/src/SocialComponents/PlayerList.d.ts.map +1 -1
- package/lib/typescript/src/Socket/api/index.d.ts +6 -0
- package/lib/typescript/src/Socket/api/index.d.ts.map +1 -0
- package/lib/typescript/src/Socket/index.d.ts +11 -0
- package/lib/typescript/src/Socket/index.d.ts.map +1 -0
- package/lib/typescript/src/Squares/api/index.d.ts +29 -0
- package/lib/typescript/src/Squares/api/index.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/BidForm.d.ts +21 -0
- package/lib/typescript/src/Squares/components/BidForm.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/BidToggle.d.ts +9 -0
- package/lib/typescript/src/Squares/components/BidToggle.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/BoardStats.d.ts +10 -0
- package/lib/typescript/src/Squares/components/BoardStats.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/EventCard.d.ts +8 -0
- package/lib/typescript/src/Squares/components/EventCard.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/MySquaresCard.d.ts +13 -0
- package/lib/typescript/src/Squares/components/MySquaresCard.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/OfferForm.d.ts +22 -0
- package/lib/typescript/src/Squares/components/OfferForm.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/ResultsCard.d.ts +11 -0
- package/lib/typescript/src/Squares/components/ResultsCard.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/SquareCard.d.ts +20 -0
- package/lib/typescript/src/Squares/components/SquareCard.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/SquareOfferCard.d.ts +12 -0
- package/lib/typescript/src/Squares/components/SquareOfferCard.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/SquareOwners.d.ts +9 -0
- package/lib/typescript/src/Squares/components/SquareOwners.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/SquaresBoard.d.ts +18 -0
- package/lib/typescript/src/Squares/components/SquaresBoard.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/SquaresDetails.d.ts +9 -0
- package/lib/typescript/src/Squares/components/SquaresDetails.d.ts.map +1 -0
- package/lib/typescript/src/Squares/index.d.ts +14 -0
- package/lib/typescript/src/Squares/index.d.ts.map +1 -0
- package/lib/typescript/src/Wallet/components/ACHAddCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/ACHAddCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/AccountCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountLimitManager.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/AccountLimitManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountManager.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/AccountManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountSnoozeManager.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/AccountSnoozeManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AddressCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/AddressCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AddressManager.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/AddressManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/DepositCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/DepositCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/FundAccountCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/FundAccountCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ItemOrderCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/ItemOrderCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ItemOrderDetailCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/ItemOrderDetailCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/LinkAccountManager.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/LinkAccountManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ManageAccountCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/ManageAccountCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ManualACHAdd.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/ManualACHAdd.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ManualCardAdd.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/ManualCardAdd.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/MyBalance.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/MyBalance.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/OrderManager.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/OrderManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/RemoveAccount.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/RemoveAccount.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/VerifyACHAccount.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/VerifyACHAccount.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WalletActionSelector.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/WalletActionSelector.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WalletSettings.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/WalletSettings.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WalletSetup.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/WalletSetup.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WithdrawCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/WithdrawCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/index.d.ts +1 -2
- package/lib/typescript/src/Wallet/index.d.ts.map +1 -1
- package/lib/typescript/src/constants/styles.d.ts +86 -0
- package/lib/typescript/src/constants/styles.d.ts.map +1 -1
- package/lib/typescript/src/index.d.ts +3 -1
- package/lib/typescript/src/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/AdServer/components/CompanyAdCard.tsx +1 -1
- package/src/AdServer/index.tsx +1 -1
- package/src/ApiOverrides/index.ts +6 -3
- package/src/Authenticator/Components/AuthStrategyIdentifier.tsx +0 -1
- package/src/Authenticator/Components/LoginForm.tsx +1 -1
- package/src/Authenticator/Components/StrategyForm.tsx +1 -1
- package/src/Authenticator/index.tsx +1 -1
- package/src/BettorSearch/index.tsx +1 -1
- package/src/Bracket/components/BracketCompetitionCard.tsx +1 -1
- package/src/Bracket/components/BracketCompetitionSelector.tsx +1 -1
- package/src/Bracket/components/BracketPlay/BracketNavigator.tsx +0 -1
- package/src/Bracket/components/BracketPlay/BracketRound.tsx +0 -1
- package/src/Bracket/components/BracketPlay/RoundEvent.tsx +0 -1
- package/src/Bracket/components/BracketPlay/index.tsx +1 -1
- package/src/Bracket/components/BracketSelector.tsx +0 -1
- package/src/Bracket/components/CompetitionLeaderboard.tsx +1 -1
- package/src/Bracket/components/JoinCompetitionCard.tsx +1 -1
- package/src/Bracket/components/PlayerBalanceCard.tsx +0 -1
- package/src/Bracket/components/PlayerBracketManager.tsx +1 -1
- package/src/Bracket/components/PlayerBrackets.tsx +0 -1
- package/src/Bracket/components/RoomMenu.tsx +0 -1
- package/src/Bracket/index.tsx +1 -1
- package/src/Checkout/components/AccountSummaryCard.tsx +0 -1
- package/src/Checkout/components/ItemSummaryCard.tsx +0 -1
- package/src/Checkout/components/OrderSummaryCard.tsx +0 -1
- package/src/Checkout/components/PayPalOrderCapture.tsx +0 -1
- package/src/Checkout/components/ShippingSummaryCard.tsx +0 -1
- package/src/Checkout/index.tsx +1 -1
- package/src/Competition/components/AthleteMarketCard.tsx +0 -1
- package/src/Competition/components/CompetitionCard.tsx +0 -1
- package/src/Competition/components/CompetitionInfoCard.tsx +0 -1
- package/src/Competition/components/CompetitionLeaderboard.tsx +1 -1
- package/src/Competition/components/CompetitionPlay.tsx +1 -1
- package/src/Competition/components/CompetitionSeasonCard.tsx +0 -1
- package/src/Competition/components/CompetitionSelector.tsx +1 -1
- package/src/Competition/components/CompetitionTypeCard.tsx +1 -1
- package/src/Competition/components/EnterCompetitionPrompt.tsx +1 -1
- package/src/Competition/components/LeaderPicks.tsx +1 -1
- package/src/Competition/components/ManageSeasonForm.tsx +1 -1
- package/src/Competition/components/MarketsCard.tsx +1 -1
- package/src/Competition/components/MatchMarketCard.tsx +0 -1
- package/src/Competition/components/NavOutPrompt.tsx +0 -1
- package/src/Competition/components/SeasonInfoModal.tsx +1 -1
- package/src/Competition/components/TeamEventCard.tsx +0 -1
- package/src/Competition/components/WagerPickForm.tsx +1 -1
- package/src/Competition/index.tsx +1 -1
- package/src/Components/Button.tsx +0 -1
- package/src/Components/Checkbox.tsx +0 -1
- package/src/Components/Icons.tsx +76 -2
- package/src/Components/ImageUploader.tsx +1 -1
- package/src/Components/Jerseys.tsx +0 -1
- package/src/Components/LinearDiagnal.tsx +1 -1
- package/src/Components/Spring.tsx +0 -1
- package/src/Components/Switch.tsx +0 -1
- package/src/Components/Text.tsx +23 -3
- package/src/Components/TextInput.tsx +0 -1
- package/src/LocationTracker/index.tsx +0 -1
- package/src/Observer/Observer.tsx +0 -1
- package/src/Poll/components/CampaignPlay.tsx +0 -1
- package/src/Poll/components/CampaignProgressBar.tsx +0 -1
- package/src/Poll/components/CampaignResult.tsx +0 -1
- package/src/Poll/components/CampaignSelector.tsx +1 -1
- package/src/Poll/components/PollCampaignCard.tsx +0 -1
- package/src/Poll/components/PollCard.tsx +0 -1
- package/src/Poll/components/PollOptionCard.tsx +1 -1
- package/src/Poll/components/PollSelectCard.tsx +0 -1
- package/src/Poll/components/ResponseTimer.tsx +1 -1
- package/src/Poll/components/WidgetHeader.tsx +0 -1
- package/src/Poll/flashmarket/ResultCard.tsx +1 -1
- package/src/Poll/flashmarket/index.tsx +1 -1
- package/src/Poll/index.tsx +1 -1
- package/src/ProfileManager/Components/BasicInfoManager.tsx +1 -1
- package/src/ProfileManager/Components/BasicStatus.tsx +0 -1
- package/src/ProfileManager/Components/CodeRedeem.tsx +1 -1
- package/src/ProfileManager/Components/DOBManager.tsx +1 -1
- package/src/ProfileManager/Components/EmailManager.tsx +1 -1
- package/src/ProfileManager/Components/PasswordManager.tsx +1 -1
- package/src/ProfileManager/Components/PhoneManager.tsx +1 -1
- package/src/ProfileManager/Components/ProfilePicManager.tsx +1 -1
- package/src/ProfileManager/Components/ProfileWelcome.tsx +0 -1
- package/src/ProfileManager/Components/ProfileWizard.tsx +1 -1
- package/src/ProfileManager/Components/SettingsManager.tsx +1 -1
- package/src/ProfileManager/Components/VouchCard.tsx +1 -1
- package/src/ProfileManager/index.tsx +1 -1
- package/src/SocialComponents/PlayerCard.tsx +0 -1
- package/src/SocialComponents/PlayerFollowButton.tsx +0 -1
- package/src/SocialComponents/PlayerList.tsx +1 -1
- package/src/Socket/api/index.ts +15 -0
- package/src/Socket/index.tsx +96 -0
- package/src/Squares/api/index.ts +69 -0
- package/src/Squares/components/BidForm.tsx +85 -0
- package/src/Squares/components/BidToggle.tsx +27 -0
- package/src/Squares/components/BoardStats.tsx +70 -0
- package/src/Squares/components/EventCard.tsx +77 -0
- package/src/Squares/components/MySquaresCard.tsx +80 -0
- package/src/Squares/components/OfferForm.tsx +94 -0
- package/src/Squares/components/ResultsCard.tsx +67 -0
- package/src/Squares/components/SquareCard.tsx +190 -0
- package/src/Squares/components/SquareOfferCard.tsx +101 -0
- package/src/Squares/components/SquareOwners.tsx +69 -0
- package/src/Squares/components/SquaresBoard.tsx +161 -0
- package/src/Squares/components/SquaresDetails.tsx +54 -0
- package/src/Squares/index.tsx +398 -0
- package/src/Wallet/components/ACHAddCard.tsx +0 -1
- package/src/Wallet/components/AccountCard.tsx +0 -1
- package/src/Wallet/components/AccountLimitManager.tsx +1 -1
- package/src/Wallet/components/AccountManager.tsx +0 -1
- package/src/Wallet/components/AccountSnoozeManager.tsx +1 -1
- package/src/Wallet/components/AddressCard.tsx +0 -1
- package/src/Wallet/components/AddressManager.tsx +1 -1
- package/src/Wallet/components/DepositCard.tsx +1 -1
- package/src/Wallet/components/FundAccountCard.tsx +0 -1
- package/src/Wallet/components/ItemOrderCard.tsx +1 -1
- package/src/Wallet/components/ItemOrderDetailCard.tsx +0 -1
- package/src/Wallet/components/LinkAccountManager.tsx +1 -1
- package/src/Wallet/components/ManageAccountCard.tsx +1 -1
- package/src/Wallet/components/ManualACHAdd.tsx +1 -1
- package/src/Wallet/components/ManualCardAdd.tsx +1 -1
- package/src/Wallet/components/MyBalance.tsx +0 -1
- package/src/Wallet/components/OrderManager.tsx +1 -1
- package/src/Wallet/components/RemoveAccount.tsx +0 -1
- package/src/Wallet/components/VerifyACHAccount.tsx +1 -1
- package/src/Wallet/components/WalletActionSelector.tsx +1 -1
- package/src/Wallet/components/WalletSettings.tsx +0 -1
- package/src/Wallet/components/WalletSetup.tsx +1 -1
- package/src/Wallet/components/WithdrawCard.tsx +1 -1
- package/src/Wallet/index.tsx +1 -1
- package/src/constants/styles.ts +15 -2
- package/src/index.tsx +6 -1
- package/src/types.d.ts +52 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/ProfileManager/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/ProfileManager/index.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,gBAAgB,EAAE,aAAa,EAAsB,mBAAmB,EAAsB,UAAU,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAE/K,KAAK,oBAAoB,GAAG;IACxB,KAAK,EAAC,MAAM,CAAC;IACb,YAAY,CAAC,EAAC,OAAO,CAAC;IAEtB,eAAe,CAAC,EAAC,OAAO,CAAC;IACzB,mBAAmB,CAAC,EAAC,OAAO,CAAC;IAC7B,MAAM,CAAC,EAAC,aAAa,CAAC;IACtB,aAAa,CAAC,EAAC,MAAM,EAAE,CAAC;IACxB,YAAY,CAAC,EAAC,MAAM,EAAE,CAAC;IACvB,aAAa,CAAC,EAAC,MAAM,EAAE,CAAC;IACxB,OAAO,EAAC,MAAM,IAAI,CAAC;IACnB,YAAY,CAAC,EAAC,MAAM,IAAI,CAAC;IACzB,QAAQ,EAAC,MAAM,IAAI,CAAC;IACpB,YAAY,EAAC,CAAC,YAAY,EAAC;QACvB,YAAY,CAAC,EAAC,gBAAgB,CAAC;QAC/B,KAAK,CAAC,EAAC,UAAU,CAAC;QAClB,eAAe,CAAC,EAAC,mBAAmB,CAAC;QACrC,aAAa,CAAC,EAAC,iBAAiB,CAAC;QACjC,QAAQ,CAAC,EAAC,iBAAiB,CAAA;KAC9B,KAAK,IAAI,CAAC;IACX,UAAU,CAAC,EAAC,CAAC,IAAI,EAAC,MAAM,KAAK,IAAI,CAAC;IAClC,cAAc,CAAC,EAAC,CAAC,CAAC,EAAC,aAAa,EAAE,SAAS,CAAC,EAAC,MAAM,KAAK,IAAI,CAAC;IAC7D,iBAAiB,CAAC,EAAC,OAAO,GAAC,OAAO,GAAC,OAAO,GAAC,KAAK,GAAC,UAAU,GAAC,OAAO,GAAC,cAAc,GAAC,aAAa,CAAC;IACjG,WAAW,CAAC,EAAE;QACV,KAAK,EAAE,QAAQ,GAAG,OAAO,CAAA;KAC5B,CAAA;CACJ,CAAA;AAED,QAAA,MAAM,cAAc,iOAAkO,oBAAoB,4CA6GzQ,CAAA;AAED,eAAe,cAAc,CAAA"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import type { PlayerFollowerProps, PublicPlayerProps } from "../types";
|
|
3
2
|
type PlayerCardProps = {
|
|
4
3
|
player: PublicPlayerProps;
|
|
@@ -13,6 +12,6 @@ type PlayerCardProps = {
|
|
|
13
12
|
onSelectPlayer: (p: PublicPlayerProps) => void;
|
|
14
13
|
onFollowingUpdate: (pf: PlayerFollowerProps) => void;
|
|
15
14
|
};
|
|
16
|
-
declare const PlayerCard: ({ player, width, follow_loading, alignment, style, float, show_follow, player_follower, player_following, onSelectPlayer, onFollowingUpdate }: PlayerCardProps) =>
|
|
15
|
+
declare const PlayerCard: ({ player, width, follow_loading, alignment, style, float, show_follow, player_follower, player_following, onSelectPlayer, onFollowingUpdate }: PlayerCardProps) => import("react/jsx-runtime").JSX.Element;
|
|
17
16
|
export default PlayerCard;
|
|
18
17
|
//# sourceMappingURL=PlayerCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PlayerCard.d.ts","sourceRoot":"","sources":["../../../../src/SocialComponents/PlayerCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"PlayerCard.d.ts","sourceRoot":"","sources":["../../../../src/SocialComponents/PlayerCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAOvE,KAAK,eAAe,GAAG;IACnB,MAAM,EAAC,iBAAiB,CAAC;IACzB,KAAK,EAAC,MAAM,CAAC;IACb,cAAc,CAAC,EAAC,OAAO,CAAC;IACxB,SAAS,CAAC,EAAC,UAAU,GAAC,YAAY,CAAC;IACnC,eAAe,CAAC,EAAC,mBAAmB,CAAC;IACrC,gBAAgB,CAAC,EAAC,mBAAmB,CAAC;IACtC,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,KAAK,CAAC,EAAC,GAAG,CAAC;IACX,KAAK,CAAC,EAAC,OAAO,CAAC;IACf,cAAc,EAAC,CAAC,CAAC,EAAC,iBAAiB,KAAK,IAAI,CAAC;IAC7C,iBAAiB,EAAC,CAAC,EAAE,EAAC,mBAAmB,KAAK,IAAI,CAAA;CACrD,CAAA;AAED,QAAA,MAAM,UAAU,kJAAkJ,eAAe,4CA2ChL,CAAA;AAoBD,eAAe,UAAU,CAAA"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import type { PlayerFollowerProps } from "../types";
|
|
3
2
|
type PlayerFollowButtonProps = {
|
|
4
3
|
player_id: string;
|
|
@@ -8,6 +7,6 @@ type PlayerFollowButtonProps = {
|
|
|
8
7
|
following?: PlayerFollowerProps;
|
|
9
8
|
onFollowingUpdate: (pf: PlayerFollowerProps) => void;
|
|
10
9
|
};
|
|
11
|
-
declare const PlayerFollowButton: ({ player_id, loading, style, follower, following, onFollowingUpdate }: PlayerFollowButtonProps) =>
|
|
10
|
+
declare const PlayerFollowButton: ({ player_id, loading, style, follower, following, onFollowingUpdate }: PlayerFollowButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
12
11
|
export default PlayerFollowButton;
|
|
13
12
|
//# sourceMappingURL=PlayerFollowButton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PlayerFollowButton.d.ts","sourceRoot":"","sources":["../../../../src/SocialComponents/PlayerFollowButton.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PlayerFollowButton.d.ts","sourceRoot":"","sources":["../../../../src/SocialComponents/PlayerFollowButton.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAA;AAGnD,KAAK,uBAAuB,GAAG;IAC3B,SAAS,EAAC,MAAM,CAAC;IACjB,KAAK,CAAC,EAAC,GAAG,CAAC;IACX,OAAO,CAAC,EAAC,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAC,mBAAmB,CAAC;IAC9B,SAAS,CAAC,EAAC,mBAAmB,CAAA;IAC9B,iBAAiB,EAAC,CAAC,EAAE,EAAC,mBAAmB,KAAK,IAAI,CAAA;CACrD,CAAA;AAED,QAAA,MAAM,kBAAkB,0EAA0E,uBAAuB,4CA8DxH,CAAA;AAED,eAAe,kBAAkB,CAAA"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import type { PublicPlayerProps } from '../types';
|
|
3
2
|
type PlayerListProps = {
|
|
4
3
|
players: PublicPlayerProps[];
|
|
@@ -9,6 +8,6 @@ type PlayerListProps = {
|
|
|
9
8
|
direction: 'horizontal' | 'vertical';
|
|
10
9
|
};
|
|
11
10
|
};
|
|
12
|
-
declare const PlayerList: ({ players, style, options, onPlayerSelect }: PlayerListProps) =>
|
|
11
|
+
declare const PlayerList: ({ players, style, options, onPlayerSelect }: PlayerListProps) => import("react/jsx-runtime").JSX.Element;
|
|
13
12
|
export default PlayerList;
|
|
14
13
|
//# sourceMappingURL=PlayerList.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PlayerList.d.ts","sourceRoot":"","sources":["../../../../src/SocialComponents/PlayerList.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PlayerList.d.ts","sourceRoot":"","sources":["../../../../src/SocialComponents/PlayerList.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAuB,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAEvE,KAAK,eAAe,GAAG;IACnB,OAAO,EAAC,iBAAiB,EAAE,CAAC;IAC5B,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,cAAc,EAAC,CAAC,CAAC,EAAC,iBAAiB,KAAK,IAAI,CAAC;IAC7C,OAAO,EAAE;QACL,aAAa,CAAC,EAAC,OAAO,CAAC;QACvB,SAAS,EAAE,YAAY,GAAG,UAAU,CAAC;KACxC,CAAA;CACJ,CAAA;AAED,QAAA,MAAM,UAAU,gDAAgD,eAAe,4CAwD9E,CAAA;AAQD,eAAe,UAAU,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/Socket/api/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,SAAS,EAAE,CAAA;AAEpB,QAAA,MAAM,SAAS;;;CAQd,CAAA"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
type SocketManagerProps = {
|
|
2
|
+
access_token?: string;
|
|
3
|
+
distinct_id?: string;
|
|
4
|
+
onConnect: () => void;
|
|
5
|
+
onDisconnect: () => void;
|
|
6
|
+
onSocketEvent: (event: any) => void;
|
|
7
|
+
subscribed_events: string[];
|
|
8
|
+
};
|
|
9
|
+
declare const SocketManager: ({ access_token, distinct_id, onSocketEvent, subscribed_events, onConnect, onDisconnect }: SocketManagerProps) => import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export default SocketManager;
|
|
11
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Socket/index.tsx"],"names":[],"mappings":"AAKA,KAAK,kBAAkB,GAAG;IACtB,YAAY,CAAC,EAAC,MAAM,CAAC;IACrB,WAAW,CAAC,EAAC,MAAM,CAAC;IACpB,SAAS,EAAC,MAAM,IAAI,CAAC;IACrB,YAAY,EAAC,MAAM,IAAI,CAAC;IACxB,aAAa,EAAC,CAAC,KAAK,EAAC,GAAG,KAAK,IAAI,CAAC;IAClC,iBAAiB,EAAE,MAAM,EAAE,CAAA;CAC9B,CAAA;AAED,QAAA,MAAM,aAAa,6FAA6F,kBAAkB,4CA+EjI,CAAA;AAED,eAAe,aAAa,CAAA"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import type { BuySquaresResponseProps, EventProps, LeagueProps, OfferResponseProps, PlayerSquareProps, PublicPlayerProps, SquareOfferProps, SquareProps, SquareResultProps, SquaresCompetitionProps, SquaresPayoutProps, SquaresTypeProps } from "../../types";
|
|
2
|
+
export { SquaresApi, SqauresHelpers };
|
|
3
|
+
declare const SquaresApi: {
|
|
4
|
+
setEnvironment: () => void;
|
|
5
|
+
getSquareCompetitionById: (sq_comp_id: string) => Promise<{
|
|
6
|
+
squares_competition: SquaresCompetitionProps;
|
|
7
|
+
square_results: SquareResultProps[];
|
|
8
|
+
squares: SquareProps[];
|
|
9
|
+
player_squares: PlayerSquareProps[];
|
|
10
|
+
square_offers: SquareOfferProps[];
|
|
11
|
+
squares_type: SquaresTypeProps;
|
|
12
|
+
squares_payout_type: SquaresPayoutProps;
|
|
13
|
+
player_square_history: PlayerSquareProps[];
|
|
14
|
+
}>;
|
|
15
|
+
getEventsByEventIds: (event_ids: string[]) => Promise<EventProps[]>;
|
|
16
|
+
getLeagueById: (league_id: string) => Promise<LeagueProps>;
|
|
17
|
+
buySquares: (sq_comp_id: string, player_squares: PlayerSquareProps[]) => Promise<BuySquaresResponseProps>;
|
|
18
|
+
offserSquare: (square_offer: SquareOfferProps) => Promise<OfferResponseProps>;
|
|
19
|
+
getPlayersByPlayerIds: (player_ids: string[]) => Promise<PublicPlayerProps[]>;
|
|
20
|
+
};
|
|
21
|
+
declare const SqauresHelpers: {
|
|
22
|
+
getCompStatus: (event?: EventProps, squares_competition?: SquaresCompetitionProps) => "not_started" | "closed" | "in_progress";
|
|
23
|
+
getOwnerShipPercents: (ps: PlayerSquareProps[]) => {
|
|
24
|
+
player_id: string;
|
|
25
|
+
owned_squares: number;
|
|
26
|
+
owned_pct: number;
|
|
27
|
+
}[];
|
|
28
|
+
};
|
|
29
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/Squares/api/index.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,uBAAuB,EAAE,UAAU,EAAE,WAAW,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,WAAW,EAAE,iBAAiB,EAAE,uBAAuB,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAA;AAQ9P,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,CAAA;AAErC,QAAA,MAAM,UAAU;;2CAQ+B,MAAM,KAAE,QAAQ;QAAE,mBAAmB,EAAC,uBAAuB,CAAC;QAAC,cAAc,EAAC,iBAAiB,EAAE,CAAC;QAAC,OAAO,EAAC,WAAW,EAAE,CAAC;QAAC,cAAc,EAAC,iBAAiB,EAAE,CAAC;QAAC,aAAa,EAAC,gBAAgB,EAAE,CAAC;QAAC,YAAY,EAAC,gBAAgB,CAAC;QAAC,mBAAmB,EAAE,kBAAkB,CAAC;QAAC,qBAAqB,EAAC,iBAAiB,EAAE,CAAA;KAAE,CAAC;qCAI1T,MAAM,EAAE,KAAE,QAAQ,UAAU,EAAE,CAAC;+BAIrC,MAAM,KAAE,QAAQ,WAAW,CAAC;6BAI9B,MAAM,kBAAiB,iBAAiB,EAAE,KAAE,QAAQ,uBAAuB,CAAC;iCAIxE,gBAAgB,KAAE,QAAQ,kBAAkB,CAAC;wCAIrC,MAAM,EAAE,KAAE,QAAQ,iBAAiB,EAAE,CAAC;CAKlF,CAAA;AAGD,QAAA,MAAM,cAAc;4BACM,UAAU,wBAAuB,uBAAuB;+BASnD,iBAAiB,EAAE;mBAGX,MAAM;uBAAiB,MAAM;mBAAa,MAAM;;CAOtF,CAAA"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { PlayerSquareProps, SquareProps } from '../../types';
|
|
2
|
+
type BidFormProps = {
|
|
3
|
+
player_id?: string;
|
|
4
|
+
market_type: string;
|
|
5
|
+
home_abbr?: string;
|
|
6
|
+
width: number;
|
|
7
|
+
away_abbr?: string;
|
|
8
|
+
submit_ready: {
|
|
9
|
+
is_loading: boolean;
|
|
10
|
+
is_ready: Boolean;
|
|
11
|
+
};
|
|
12
|
+
onSubmitBid: () => void;
|
|
13
|
+
onClearBids: () => void;
|
|
14
|
+
onBidAmountChange: (player_bid: PlayerSquareProps, square: SquareProps, direction: 'increase' | 'decrease') => void;
|
|
15
|
+
onRequestAuthenticate: () => void;
|
|
16
|
+
square_bids: PlayerSquareProps[];
|
|
17
|
+
squares: SquareProps[];
|
|
18
|
+
};
|
|
19
|
+
declare const BidForm: ({ player_id, width, market_type, home_abbr, away_abbr, submit_ready, square_bids, squares, onSubmitBid, onClearBids, onBidAmountChange, onRequestAuthenticate }: BidFormProps) => import("react/jsx-runtime").JSX.Element;
|
|
20
|
+
export default BidForm;
|
|
21
|
+
//# sourceMappingURL=BidForm.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BidForm.d.ts","sourceRoot":"","sources":["../../../../../src/Squares/components/BidForm.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,iBAAiB,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAGlE,KAAK,YAAY,GAAG;IAChB,SAAS,CAAC,EAAC,MAAM,CAAC;IAClB,WAAW,EAAC,MAAM,CAAC;IACnB,SAAS,CAAC,EAAC,MAAM,CAAC;IAClB,KAAK,EAAC,MAAM,CAAC;IACb,SAAS,CAAC,EAAC,MAAM,CAAC;IAClB,YAAY,EAAE;QAAE,UAAU,EAAC,OAAO,CAAC;QAAC,QAAQ,EAAC,OAAO,CAAA;KAAE,CAAA;IACtD,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,iBAAiB,EAAE,CAAC,UAAU,EAAC,iBAAiB,EAAE,MAAM,EAAC,WAAW,EAAE,SAAS,EAAE,UAAU,GAAC,UAAU,KAAK,IAAI,CAAC;IAChH,qBAAqB,EAAE,MAAM,IAAI,CAAC;IAClC,WAAW,EAAC,iBAAiB,EAAE,CAAC;IAChC,OAAO,EAAC,WAAW,EAAE,CAAA;CACxB,CAAA;AACD,QAAA,MAAM,OAAO,oKAAoK,YAAY,4CA6D5L,CAAA;AAED,eAAe,OAAO,CAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
type BidToggleProps = {
|
|
2
|
+
cl: string;
|
|
3
|
+
sq_square_id: string;
|
|
4
|
+
amount: number;
|
|
5
|
+
onAmountChange: (dir: 'increase' | 'decrease') => void;
|
|
6
|
+
};
|
|
7
|
+
declare const BidToggle: ({ cl, amount, onAmountChange }: BidToggleProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default BidToggle;
|
|
9
|
+
//# sourceMappingURL=BidToggle.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BidToggle.d.ts","sourceRoot":"","sources":["../../../../../src/Squares/components/BidToggle.tsx"],"names":[],"mappings":"AAKA,KAAK,cAAc,GAAG;IAClB,EAAE,EAAE,MAAM,CAAC;IACX,YAAY,EAAC,MAAM,CAAC;IACpB,MAAM,EAAC,MAAM,CAAC;IACd,cAAc,EAAC,CAAC,GAAG,EAAC,UAAU,GAAC,UAAU,KAAK,IAAI,CAAA;CACrD,CAAA;AAED,QAAA,MAAM,SAAS,mCAAmC,cAAc,4CAY/D,CAAA;AAED,eAAe,SAAS,CAAA"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { PlayerSquareProps, SquareProps, SquaresCompetitionProps } from "../../types";
|
|
2
|
+
type BoardStatsProps = {
|
|
3
|
+
player_id?: string;
|
|
4
|
+
squares_competition: SquaresCompetitionProps;
|
|
5
|
+
squares: SquareProps[];
|
|
6
|
+
player_squares: PlayerSquareProps[];
|
|
7
|
+
};
|
|
8
|
+
declare const BoardStats: ({ player_id, squares_competition, squares, player_squares }: BoardStatsProps) => import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export default BoardStats;
|
|
10
|
+
//# sourceMappingURL=BoardStats.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BoardStats.d.ts","sourceRoot":"","sources":["../../../../../src/Squares/components/BoardStats.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,iBAAiB,EAAE,WAAW,EAAE,uBAAuB,EAAE,MAAM,aAAa,CAAA;AAG1F,KAAK,eAAe,GAAG;IACnB,SAAS,CAAC,EAAC,MAAM,CAAC;IAClB,mBAAmB,EAAC,uBAAuB,CAAC;IAC5C,OAAO,EAAC,WAAW,EAAE,CAAC;IACtB,cAAc,EAAC,iBAAiB,EAAE,CAAA;CACrC,CAAA;AAED,QAAA,MAAM,UAAU,gEAAgE,eAAe,4CAqD9F,CAAA;AAED,eAAe,UAAU,CAAA"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { EventProps, LeagueProps } from "../../types";
|
|
2
|
+
type EventCardProps = {
|
|
3
|
+
league?: LeagueProps;
|
|
4
|
+
event: EventProps;
|
|
5
|
+
};
|
|
6
|
+
declare const EventCard: ({ event, league }: EventCardProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default EventCard;
|
|
8
|
+
//# sourceMappingURL=EventCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EventCard.d.ts","sourceRoot":"","sources":["../../../../../src/Squares/components/EventCard.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAK1D,KAAK,cAAc,GAAG;IAClB,MAAM,CAAC,EAAC,WAAW,CAAC;IACpB,KAAK,EAAC,UAAU,CAAA;CACnB,CAAA;AACD,QAAA,MAAM,SAAS,sBAAsB,cAAc,4CA8DlD,CAAA;AAED,eAAe,SAAS,CAAA"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { PlayerSquareProps, SquareOfferProps, SquareProps } from '../../types';
|
|
2
|
+
type MySquaresCardProps = {
|
|
3
|
+
player_squares: PlayerSquareProps[];
|
|
4
|
+
squares: SquareProps[];
|
|
5
|
+
square_offers: SquareOfferProps[];
|
|
6
|
+
away_abbr?: string;
|
|
7
|
+
home_abbr?: string;
|
|
8
|
+
comp_status: string;
|
|
9
|
+
onSquareOffer: (square: SquareProps, action: 'add' | 'remove') => void;
|
|
10
|
+
};
|
|
11
|
+
declare const MySquaresCard: ({ player_squares, squares, away_abbr, home_abbr, square_offers, comp_status, onSquareOffer }: MySquaresCardProps) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export default MySquaresCard;
|
|
13
|
+
//# sourceMappingURL=MySquaresCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MySquaresCard.d.ts","sourceRoot":"","sources":["../../../../../src/Squares/components/MySquaresCard.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAOpF,KAAK,kBAAkB,GAAG;IACtB,cAAc,EAAC,iBAAiB,EAAE,CAAC;IACnC,OAAO,EAAC,WAAW,EAAE,CAAC;IACtB,aAAa,EAAC,gBAAgB,EAAE,CAAC;IACjC,SAAS,CAAC,EAAC,MAAM,CAAC;IAClB,SAAS,CAAC,EAAC,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,CAAC,MAAM,EAAC,WAAW,EAAE,MAAM,EAAC,KAAK,GAAC,QAAQ,KAAK,IAAI,CAAA;CACrE,CAAA;AAED,QAAA,MAAM,aAAa,iGAAkG,kBAAkB,4CA2DtI,CAAA;AAED,eAAe,aAAa,CAAA"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import type { PlayerSquareProps, SquareOfferProps, SquareProps } from "../../types";
|
|
2
|
+
type OfferFormProps = {
|
|
3
|
+
player_id?: string;
|
|
4
|
+
market_type: string;
|
|
5
|
+
home_abbr?: string;
|
|
6
|
+
away_abbr?: string;
|
|
7
|
+
width: number;
|
|
8
|
+
submit_ready: {
|
|
9
|
+
is_loading: boolean;
|
|
10
|
+
is_ready: Boolean;
|
|
11
|
+
};
|
|
12
|
+
onSubmitOffer: () => void;
|
|
13
|
+
onClearOffers: () => void;
|
|
14
|
+
onOfferAmountChange: (offer: SquareOfferProps, player_square: PlayerSquareProps, direction: 'increase' | 'decrease') => void;
|
|
15
|
+
onRequestAuthenticate: () => void;
|
|
16
|
+
draft_square_offers: SquareOfferProps[];
|
|
17
|
+
player_squares: PlayerSquareProps[];
|
|
18
|
+
squares: SquareProps[];
|
|
19
|
+
};
|
|
20
|
+
declare const OfferForm: ({ player_id, market_type, width, squares, submit_ready, home_abbr, away_abbr, player_squares, draft_square_offers, onRequestAuthenticate, onOfferAmountChange, onClearOffers, onSubmitOffer }: OfferFormProps) => import("react/jsx-runtime").JSX.Element;
|
|
21
|
+
export default OfferForm;
|
|
22
|
+
//# sourceMappingURL=OfferForm.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OfferForm.d.ts","sourceRoot":"","sources":["../../../../../src/Squares/components/OfferForm.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAKnF,KAAK,cAAc,GAAG;IAClB,SAAS,CAAC,EAAC,MAAM,CAAC;IAClB,WAAW,EAAC,MAAM,CAAC;IACnB,SAAS,CAAC,EAAC,MAAM,CAAC;IAClB,SAAS,CAAC,EAAC,MAAM,CAAC;IAClB,KAAK,EAAC,MAAM,CAAA;IACZ,YAAY,EAAE;QAAE,UAAU,EAAC,OAAO,CAAC;QAAC,QAAQ,EAAC,OAAO,CAAA;KAAE,CAAA;IACtD,aAAa,EAAE,MAAM,IAAI,CAAC;IAC1B,aAAa,EAAE,MAAM,IAAI,CAAC;IAC1B,mBAAmB,EAAE,CAAC,KAAK,EAAC,gBAAgB,EAAE,aAAa,EAAC,iBAAiB,EAAE,SAAS,EAAE,UAAU,GAAC,UAAU,KAAK,IAAI,CAAC;IACzH,qBAAqB,EAAE,MAAM,IAAI,CAAC;IAClC,mBAAmB,EAAC,gBAAgB,EAAE,CAAC;IACvC,cAAc,EAAC,iBAAiB,EAAE,CAAC;IACnC,OAAO,EAAC,WAAW,EAAE,CAAA;CACxB,CAAA;AAED,QAAA,MAAM,SAAS,kMAAkM,cAAc,4CAoE9N,CAAA;AAED,eAAe,SAAS,CAAA"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { PublicPlayerProps, SquareProps, SquareResultProps } from "../../types";
|
|
2
|
+
type ResultCardProps = {
|
|
3
|
+
square_results: SquareResultProps[];
|
|
4
|
+
squares: SquareProps[];
|
|
5
|
+
home_abbr?: string;
|
|
6
|
+
away_abbr?: string;
|
|
7
|
+
onPlayerSelect: (player: PublicPlayerProps) => void;
|
|
8
|
+
};
|
|
9
|
+
declare const ResultsCard: ({ square_results, squares, home_abbr, away_abbr, onPlayerSelect }: ResultCardProps) => import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export default ResultsCard;
|
|
11
|
+
//# sourceMappingURL=ResultsCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ResultsCard.d.ts","sourceRoot":"","sources":["../../../../../src/Squares/components/ResultsCard.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,iBAAiB,EAAE,WAAW,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAA;AAGpF,KAAK,eAAe,GAAG;IACnB,cAAc,EAAC,iBAAiB,EAAE,CAAC;IACnC,OAAO,EAAC,WAAW,EAAE,CAAC;IACtB,SAAS,CAAC,EAAC,MAAM,CAAC;IAClB,SAAS,CAAC,EAAC,MAAM,CAAC;IAClB,cAAc,EAAC,CAAC,MAAM,EAAC,iBAAiB,KAAK,IAAI,CAAA;CACpD,CAAA;AAED,QAAA,MAAM,WAAW,sEAAsE,eAAe,4CAiDrG,CAAA;AAED,eAAe,WAAW,CAAA"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import type { EventProps, PlayerSquareProps, SquareOfferProps, SquareProps, SquareResultProps, SquareStateProps } from "../../types";
|
|
2
|
+
type SquareCardProps = {
|
|
3
|
+
square: SquareProps;
|
|
4
|
+
player_square?: PlayerSquareProps;
|
|
5
|
+
event?: EventProps;
|
|
6
|
+
player_id?: string;
|
|
7
|
+
event_status: 'not_started' | 'in_progress' | 'closed';
|
|
8
|
+
market_type: string;
|
|
9
|
+
square_result?: SquareResultProps;
|
|
10
|
+
draft_player_square?: PlayerSquareProps;
|
|
11
|
+
square_offer?: SquareOfferProps;
|
|
12
|
+
draft_square_offer?: SquareOfferProps;
|
|
13
|
+
outbid_player_square?: PlayerSquareProps;
|
|
14
|
+
square_state_override?: SquareStateProps;
|
|
15
|
+
ip_result?: boolean;
|
|
16
|
+
onSquareSelect: (data: any, hey: any) => void;
|
|
17
|
+
};
|
|
18
|
+
declare const SquareCard: ({ player_id, square, player_square, event, event_status, market_type, draft_player_square, square_offer, draft_square_offer, outbid_player_square, square_state_override, onSquareSelect }: SquareCardProps) => import("react/jsx-runtime").JSX.Element;
|
|
19
|
+
export default SquareCard;
|
|
20
|
+
//# sourceMappingURL=SquareCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SquareCard.d.ts","sourceRoot":"","sources":["../../../../../src/Squares/components/SquareCard.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,WAAW,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAA;AAIpI,KAAK,eAAe,GAAG;IACnB,MAAM,EAAC,WAAW,CAAC;IACnB,aAAa,CAAC,EAAC,iBAAiB,CAAC;IACjC,KAAK,CAAC,EAAC,UAAU,CAAC;IAClB,SAAS,CAAC,EAAC,MAAM,CAAC;IAClB,YAAY,EAAC,aAAa,GAAC,aAAa,GAAC,QAAQ,CAAC;IAClD,WAAW,EAAC,MAAM,CAAC;IACnB,aAAa,CAAC,EAAC,iBAAiB,CAAC;IACjC,mBAAmB,CAAC,EAAC,iBAAiB,CAAC;IACvC,YAAY,CAAC,EAAC,gBAAgB,CAAC;IAC/B,kBAAkB,CAAC,EAAC,gBAAgB,CAAC;IACrC,oBAAoB,CAAC,EAAC,iBAAiB,CAAC;IACxC,qBAAqB,CAAC,EAAC,gBAAgB,CAAC;IACxC,SAAS,CAAC,EAAC,OAAO,CAAA;IAClB,cAAc,EAAE,CAAC,IAAI,EAAC,GAAG,EAAE,GAAG,EAAC,GAAG,KAAK,IAAI,CAAC;CAC/C,CAAA;AACD,QAAA,MAAM,UAAU,+LAA+L,eAAe,4CAsK7N,CAAA;AAED,eAAe,UAAU,CAAA"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { EventProps, PlayerSquareProps, SquareOfferProps, SquareProps } from '../../types';
|
|
2
|
+
type SquareOfferCardProps = {
|
|
3
|
+
player_id: string;
|
|
4
|
+
square: SquareProps;
|
|
5
|
+
player_square: PlayerSquareProps;
|
|
6
|
+
square_offer: SquareOfferProps;
|
|
7
|
+
offerCompetitionSquares: any;
|
|
8
|
+
event?: EventProps;
|
|
9
|
+
};
|
|
10
|
+
declare const SquareOfferCard: ({ player_id, square, player_square, square_offer, event }: SquareOfferCardProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export default SquareOfferCard;
|
|
12
|
+
//# sourceMappingURL=SquareOfferCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SquareOfferCard.d.ts","sourceRoot":"","sources":["../../../../../src/Squares/components/SquareOfferCard.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAGhG,KAAK,oBAAoB,GAAG;IACxB,SAAS,EAAC,MAAM,CAAC;IACjB,MAAM,EAAC,WAAW,CAAC;IACnB,aAAa,EAAC,iBAAiB,CAAC;IAChC,YAAY,EAAC,gBAAgB,CAAC;IAC9B,uBAAuB,EAAC,GAAG,CAAC;IAC5B,KAAK,CAAC,EAAC,UAAU,CAAA;CACpB,CAAA;AACD,QAAA,MAAM,eAAe,8DAA+D,oBAAoB,4CAkFvG,CAAA;AAGD,eAAe,eAAe,CAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { PlayerSquareProps, PublicPlayerProps } from "../../types";
|
|
2
|
+
type SquareOwnersCardProps = {
|
|
3
|
+
player_squares: PlayerSquareProps[];
|
|
4
|
+
players: PublicPlayerProps[];
|
|
5
|
+
onPlayerSelect: (player: PublicPlayerProps) => void;
|
|
6
|
+
};
|
|
7
|
+
declare const SquareOwnersCard: ({ player_squares, players, onPlayerSelect }: SquareOwnersCardProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default SquareOwnersCard;
|
|
9
|
+
//# sourceMappingURL=SquareOwners.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SquareOwners.d.ts","sourceRoot":"","sources":["../../../../../src/Squares/components/SquareOwners.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAQxE,KAAK,qBAAqB,GAAG;IACzB,cAAc,EAAC,iBAAiB,EAAE,CAAC;IACnC,OAAO,EAAC,iBAAiB,EAAE,CAAC;IAC5B,cAAc,EAAC,CAAC,MAAM,EAAC,iBAAiB,KAAK,IAAI,CAAA;CACpD,CAAA;AACD,QAAA,MAAM,gBAAgB,gDAAgD,qBAAqB,4CAoD1F,CAAA;AAED,eAAe,gBAAgB,CAAA"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EventProps, PlayerSquareProps, SquareOfferProps, SquareProps, SquareResultProps, SquaresCompetitionProps } from "../../types";
|
|
2
|
+
type SquaresBoardProps = {
|
|
3
|
+
squares_competition: SquaresCompetitionProps;
|
|
4
|
+
squares: SquareProps[];
|
|
5
|
+
event?: EventProps;
|
|
6
|
+
onSquareBid: (square: SquareProps, action: 'add' | 'remove') => void;
|
|
7
|
+
onSquareOffer: (square: SquareProps, action: 'add' | 'remove') => void;
|
|
8
|
+
player_id?: string;
|
|
9
|
+
square_offers: SquareOfferProps[];
|
|
10
|
+
player_squares: PlayerSquareProps[];
|
|
11
|
+
player_square_history: PlayerSquareProps[];
|
|
12
|
+
square_results: SquareResultProps[];
|
|
13
|
+
square_bids: PlayerSquareProps[];
|
|
14
|
+
draft_square_offers: SquareOfferProps[];
|
|
15
|
+
};
|
|
16
|
+
declare const SquaresBoard: ({ player_id, event, square_bids, draft_square_offers, squares_competition, player_square_history, square_offers, squares, player_squares, onSquareBid, onSquareOffer }: SquaresBoardProps) => import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
export default SquaresBoard;
|
|
18
|
+
//# sourceMappingURL=SquaresBoard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SquaresBoard.d.ts","sourceRoot":"","sources":["../../../../../src/Squares/components/SquaresBoard.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,WAAW,EAAE,iBAAiB,EAAE,uBAAuB,EAAE,MAAM,aAAa,CAAA;AAQ3I,KAAK,iBAAiB,GAAG;IACrB,mBAAmB,EAAC,uBAAuB,CAAC;IAC5C,OAAO,EAAC,WAAW,EAAE,CAAC;IACtB,KAAK,CAAC,EAAC,UAAU,CAAC;IAClB,WAAW,EAAC,CAAC,MAAM,EAAC,WAAW,EAAE,MAAM,EAAC,KAAK,GAAC,QAAQ,KAAK,IAAI,CAAC;IAChE,aAAa,EAAC,CAAC,MAAM,EAAC,WAAW,EAAE,MAAM,EAAC,KAAK,GAAC,QAAQ,KAAK,IAAI,CAAC;IAClE,SAAS,CAAC,EAAC,MAAM,CAAC;IAClB,aAAa,EAAC,gBAAgB,EAAE,CAAC;IACjC,cAAc,EAAC,iBAAiB,EAAE,CAAC;IACnC,qBAAqB,EAAC,iBAAiB,EAAE,CAAC;IAC1C,cAAc,EAAC,iBAAiB,EAAE,CAAC;IACnC,WAAW,EAAC,iBAAiB,EAAE,CAAC;IAChC,mBAAmB,EAAC,gBAAgB,EAAE,CAAA;CAEzC,CAAA;AACD,QAAA,MAAM,YAAY,2KAEhB,iBAAiB,4CAoIlB,CAAA;AAED,eAAe,YAAY,CAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { SquaresCompetitionProps, SquaresPayoutProps, SquaresTypeProps } from "../../types";
|
|
2
|
+
type SquaresDetailsProps = {
|
|
3
|
+
squares_competition: SquaresCompetitionProps;
|
|
4
|
+
squares_type?: SquaresTypeProps;
|
|
5
|
+
squares_payout_type?: SquaresPayoutProps;
|
|
6
|
+
};
|
|
7
|
+
declare const SquaresDetails: ({ squares_competition, squares_type, squares_payout_type }: SquaresDetailsProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default SquaresDetails;
|
|
9
|
+
//# sourceMappingURL=SquaresDetails.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SquaresDetails.d.ts","sourceRoot":"","sources":["../../../../../src/Squares/components/SquaresDetails.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,uBAAuB,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAA;AAMhG,KAAK,mBAAmB,GAAG;IACvB,mBAAmB,EAAC,uBAAuB,CAAC;IAC5C,YAAY,CAAC,EAAC,gBAAgB,CAAC;IAC/B,mBAAmB,CAAC,EAAC,kBAAkB,CAAA;CAC1C,CAAA;AAED,QAAA,MAAM,cAAc,+DAA+D,mBAAmB,4CAsCrG,CAAA;AAED,eAAe,cAAc,CAAA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { PublicPlayerProps, SquaresCompetitionProps } from "../types";
|
|
2
|
+
import type { BEEventProps } from "../Observer/api/types";
|
|
3
|
+
type SquaresModuleProps = {
|
|
4
|
+
player_id?: string;
|
|
5
|
+
distinct_id: string;
|
|
6
|
+
sq_comp_id: string;
|
|
7
|
+
onRequestAuthenticate: (auth_strategy_id?: string) => void;
|
|
8
|
+
onShareCompetition: (squares_competition: SquaresCompetitionProps) => void;
|
|
9
|
+
onPlayerSelect: (player: PublicPlayerProps) => void;
|
|
10
|
+
onEvent: (ev: BEEventProps) => void;
|
|
11
|
+
};
|
|
12
|
+
declare const SquaresModule: ({ sq_comp_id, player_id, distinct_id, onRequestAuthenticate, onShareCompetition, onPlayerSelect }: SquaresModuleProps) => import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
export default SquaresModule;
|
|
14
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Squares/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAA2F,iBAAiB,EAAoD,uBAAuB,EAAwC,MAAM,UAAU,CAAA;AAY3P,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAK1D,KAAK,kBAAkB,GAAG;IACtB,SAAS,CAAC,EAAC,MAAM,CAAC;IAClB,WAAW,EAAC,MAAM,CAAC;IACnB,UAAU,EAAC,MAAM,CAAC;IAClB,qBAAqB,EAAE,CAAC,gBAAgB,CAAC,EAAC,MAAM,KAAK,IAAI,CAAC;IAC1D,kBAAkB,EAAC,CAAC,mBAAmB,EAAC,uBAAuB,KAAK,IAAI,CAAC;IACzE,cAAc,EAAC,CAAC,MAAM,EAAC,iBAAiB,KAAK,IAAI,CAAC;IAClD,OAAO,EAAC,CAAC,EAAE,EAAC,YAAY,KAAK,IAAI,CAAA;CACpC,CAAA;AAED,QAAA,MAAM,aAAa,sGAAsG,kBAAkB,4CA8W1I,CAAA;AAED,eAAe,aAAa,CAAA"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import type { AccountProps, MyPlayerProps } from '../../types';
|
|
3
2
|
type AccountAddProps = {
|
|
4
3
|
player: MyPlayerProps;
|
|
@@ -9,6 +8,6 @@ type AccountAddProps = {
|
|
|
9
8
|
onClose: () => void;
|
|
10
9
|
onNext: (account: AccountProps) => void;
|
|
11
10
|
};
|
|
12
|
-
declare const ACHAddCard: ({ accounts, onClose, onNext, onManualACH, onLinkACH }: AccountAddProps) =>
|
|
11
|
+
declare const ACHAddCard: ({ accounts, onClose, onNext, onManualACH, onLinkACH }: AccountAddProps) => import("react/jsx-runtime").JSX.Element;
|
|
13
12
|
export default ACHAddCard;
|
|
14
13
|
//# sourceMappingURL=ACHAddCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ACHAddCard.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/ACHAddCard.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ACHAddCard.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/ACHAddCard.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAK/D,KAAK,eAAe,GAAG;IACnB,MAAM,EAAC,aAAa,CAAC;IACrB,QAAQ,EAAC,YAAY,EAAE,CAAC;IACxB,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,MAAM,EAAE,CAAC,OAAO,EAAC,YAAY,KAAK,IAAI,CAAC;CAC1C,CAAA;AAED,QAAA,MAAM,UAAU,0DAA0D,eAAe,4CA8FxF,CAAA;AAED,eAAe,UAAU,CAAA"}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import type { AccountProps } from '../../types';
|
|
3
2
|
type AccountCardProps = {
|
|
4
3
|
account: AccountProps;
|
|
5
4
|
hide_status?: boolean;
|
|
6
5
|
onSelectAccount: (account: AccountProps) => void;
|
|
7
6
|
};
|
|
8
|
-
declare const AccountCard: ({ account, hide_status, onSelectAccount }: AccountCardProps) =>
|
|
7
|
+
declare const AccountCard: ({ account, hide_status, onSelectAccount }: AccountCardProps) => import("react/jsx-runtime").JSX.Element;
|
|
9
8
|
export default AccountCard;
|
|
10
9
|
//# sourceMappingURL=AccountCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AccountCard.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/AccountCard.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AccountCard.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/AccountCard.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAMhD,KAAK,gBAAgB,GAAG;IACpB,OAAO,EAAC,YAAY,CAAC;IACrB,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,eAAe,EAAE,CAAC,OAAO,EAAC,YAAY,KAAK,IAAI,CAAA;CAClD,CAAA;AAED,QAAA,MAAM,WAAW,8CAA+C,gBAAgB,4CA6E/E,CAAA;AAGD,eAAe,WAAW,CAAA"}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import type { AccountLimitProps, AccountProps } from '../../types';
|
|
3
2
|
type AccountLimitManagerProps = {
|
|
4
3
|
account: AccountProps;
|
|
5
4
|
onCancel: () => void;
|
|
6
5
|
onSetLimit: (account_limit: AccountLimitProps) => void;
|
|
7
6
|
};
|
|
8
|
-
declare const AccountLimitManager: ({ account, onCancel, onSetLimit }: AccountLimitManagerProps) =>
|
|
7
|
+
declare const AccountLimitManager: ({ account, onCancel, onSetLimit }: AccountLimitManagerProps) => import("react/jsx-runtime").JSX.Element;
|
|
9
8
|
export default AccountLimitManager;
|
|
10
9
|
//# sourceMappingURL=AccountLimitManager.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AccountLimitManager.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/AccountLimitManager.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AccountLimitManager.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/AccountLimitManager.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,iBAAiB,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAQnE,KAAK,wBAAwB,GAAG;IAC5B,OAAO,EAAE,YAAY,CAAC;IACtB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,UAAU,EAAE,CAAC,aAAa,EAAC,iBAAiB,KAAK,IAAI,CAAA;CACxD,CAAA;AAED,QAAA,MAAM,mBAAmB,sCAAuC,wBAAwB,4CAiMvF,CAAA;AAED,eAAe,mBAAmB,CAAA"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import type { AccountProps } from '../../types';
|
|
3
2
|
type AccountManagerProps = {
|
|
4
3
|
accounts: AccountProps[];
|
|
@@ -8,6 +7,6 @@ type AccountManagerProps = {
|
|
|
8
7
|
onSelectManualCard: () => void;
|
|
9
8
|
onSelectInstantBankTransfer: () => void;
|
|
10
9
|
};
|
|
11
|
-
declare const AccountManager: ({ accounts, onSelectAccount, onSelectManualACH, onSelectManualCard, onSelectInstantBankTransfer, onClose }: AccountManagerProps) =>
|
|
10
|
+
declare const AccountManager: ({ accounts, onSelectAccount, onSelectManualACH, onSelectManualCard, onSelectInstantBankTransfer, onClose }: AccountManagerProps) => import("react/jsx-runtime").JSX.Element;
|
|
12
11
|
export default AccountManager;
|
|
13
12
|
//# sourceMappingURL=AccountManager.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AccountManager.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/AccountManager.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AccountManager.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/AccountManager.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAKhD,KAAK,mBAAmB,GAAG;IACvB,QAAQ,EAAC,YAAY,EAAE,CAAC;IACxB,OAAO,EAAC,MAAM,IAAI,CAAC;IACnB,eAAe,EAAE,CAAC,OAAO,EAAC,YAAY,KAAK,IAAI,CAAA;IAC/C,iBAAiB,EAAE,MAAM,IAAI,CAAC;IAC9B,kBAAkB,EAAE,MAAM,IAAI,CAAC;IAC/B,2BAA2B,EAAE,MAAM,IAAI,CAAA;CAC1C,CAAA;AAED,QAAA,MAAM,cAAc,+GAAgH,mBAAmB,4CAqFtJ,CAAA;AAED,eAAe,cAAc,CAAA"}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import type { AccountProps, AccountSnoozeProps } from '../../types';
|
|
3
2
|
type AccountSnoozeManagerProps = {
|
|
4
3
|
account: AccountProps;
|
|
5
4
|
onCancel: () => void;
|
|
6
5
|
onSnooze: (account_snooze?: AccountSnoozeProps) => void;
|
|
7
6
|
};
|
|
8
|
-
declare const AccountSnoozeManager: ({ account, onCancel, onSnooze }: AccountSnoozeManagerProps) =>
|
|
7
|
+
declare const AccountSnoozeManager: ({ account, onCancel, onSnooze }: AccountSnoozeManagerProps) => import("react/jsx-runtime").JSX.Element;
|
|
9
8
|
export default AccountSnoozeManager;
|
|
10
9
|
//# sourceMappingURL=AccountSnoozeManager.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AccountSnoozeManager.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/AccountSnoozeManager.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AccountSnoozeManager.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/AccountSnoozeManager.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAQpE,KAAK,yBAAyB,GAAG;IAC7B,OAAO,EAAC,YAAY,CAAC;IACrB,QAAQ,EAAE,MAAM,IAAI,CAAA;IACpB,QAAQ,EAAE,CAAC,cAAc,CAAC,EAAC,kBAAkB,KAAK,IAAI,CAAA;CACzD,CAAA;AAED,QAAA,MAAM,oBAAoB,oCAAsC,yBAAyB,4CAsIxF,CAAA;AAED,eAAe,oBAAoB,CAAA"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import type { PlayerAddressProps } from '../../types';
|
|
3
2
|
type AddressCardProps = {
|
|
4
3
|
address: PlayerAddressProps;
|
|
@@ -6,6 +5,6 @@ type AddressCardProps = {
|
|
|
6
5
|
onDelete: (address: PlayerAddressProps) => void;
|
|
7
6
|
onSelect: (address: PlayerAddressProps) => void;
|
|
8
7
|
};
|
|
9
|
-
declare const AddressCard: ({ hide_delete, address, onSelect, onDelete }: AddressCardProps) =>
|
|
8
|
+
declare const AddressCard: ({ hide_delete, address, onSelect, onDelete }: AddressCardProps) => import("react/jsx-runtime").JSX.Element;
|
|
10
9
|
export default AddressCard;
|
|
11
10
|
//# sourceMappingURL=AddressCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AddressCard.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/AddressCard.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AddressCard.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/AddressCard.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAItD,KAAK,gBAAgB,GAAG;IACpB,OAAO,EAAC,kBAAkB,CAAC;IAC3B,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,QAAQ,EAAC,CAAC,OAAO,EAAC,kBAAkB,KAAK,IAAI,CAAC;IAC9C,QAAQ,EAAC,CAAC,OAAO,EAAC,kBAAkB,KAAK,IAAI,CAAA;CAChD,CAAA;AAED,QAAA,MAAM,WAAW,iDAAiD,gBAAgB,4CAkBjF,CAAA;AAED,eAAe,WAAW,CAAA"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import type { LocationProps, MyPlayerProps, PlayerAddressProps } from '../../types';
|
|
3
2
|
type AddressManaertProps = {
|
|
4
3
|
player?: MyPlayerProps;
|
|
@@ -17,6 +16,6 @@ type AddressManaertProps = {
|
|
|
17
16
|
onSelect: (address: PlayerAddressProps) => void;
|
|
18
17
|
onCancel: () => void;
|
|
19
18
|
};
|
|
20
|
-
declare const AddressManager: ({ location, player_addresses, onSelect, onCancel, onAddAddress, onRemoveAddress }: AddressManaertProps) =>
|
|
19
|
+
declare const AddressManager: ({ location, player_addresses, onSelect, onCancel, onAddAddress, onRemoveAddress }: AddressManaertProps) => import("react/jsx-runtime").JSX.Element;
|
|
21
20
|
export default AddressManager;
|
|
22
21
|
//# sourceMappingURL=AddressManager.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AddressManager.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/AddressManager.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AddressManager.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/AddressManager.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAMpF,KAAK,mBAAmB,GAAG;IACvB,MAAM,CAAC,EAAC,aAAa,CAAA;IACrB,QAAQ,CAAC,EAAE;QACP,OAAO,EAAE,OAAO,CAAC;QACjB,KAAK,CAAC,EAAC,MAAM,CAAC;QACd,WAAW,EAAC,GAAG,CAAC;QAChB,eAAe,EAAC,GAAG,EAAE,CAAC;QACtB,cAAc,CAAC,EAAC,kBAAkB,CAAC;QACnC,MAAM,CAAC,EAAC,MAAM,CAAC;QACf,QAAQ,CAAC,EAAC,aAAa,CAAA;KAC1B,CAAA;IACD,gBAAgB,EAAC,kBAAkB,EAAE,CAAC;IACtC,YAAY,EAAC,CAAC,OAAO,EAAC,kBAAkB,KAAK,IAAI,CAAC;IAClD,eAAe,CAAC,EAAC,CAAC,OAAO,EAAC,kBAAkB,KAAK,IAAI,CAAC;IACtD,QAAQ,EAAE,CAAC,OAAO,EAAC,kBAAkB,KAAK,IAAI,CAAA;IAC9C,QAAQ,EAAE,MAAM,IAAI,CAAA;CACvB,CAAA;AAED,QAAA,MAAM,cAAc,sFAAsF,mBAAmB,4CA8K5H,CAAA;AAED,eAAe,cAAc,CAAA"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import type { AccountProps, CodeRequestProps, ItemOrderProps, MyPlayerProps, PlayerDepositLimitProps, PlayerReferralProps, PromoProps, PublicPlayerProps, RewardOptionProps, WalletSettingsProps } from '../../types';
|
|
3
2
|
type DepositCardProps = {
|
|
4
3
|
player: MyPlayerProps;
|
|
@@ -15,6 +14,6 @@ type DepositCardProps = {
|
|
|
15
14
|
onTransact: (draft_order: ItemOrderProps, account_id?: string) => void;
|
|
16
15
|
onCancel: () => void;
|
|
17
16
|
};
|
|
18
|
-
declare const DepositCard: ({ wallet_settings, code_details, account, deposit_limit, onTransact, onCancel }: DepositCardProps) =>
|
|
17
|
+
declare const DepositCard: ({ wallet_settings, code_details, account, deposit_limit, onTransact, onCancel }: DepositCardProps) => import("react/jsx-runtime").JSX.Element;
|
|
19
18
|
export default DepositCard;
|
|
20
19
|
//# sourceMappingURL=DepositCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DepositCard.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/DepositCard.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DepositCard.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/DepositCard.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAsB,gBAAgB,EAAE,cAAc,EAAE,aAAa,EAAE,uBAAuB,EAAE,mBAAmB,EAAE,UAAU,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAM1O,KAAK,gBAAgB,GAAG;IACpB,MAAM,EAAC,aAAa,CAAC;IACrB,eAAe,EAAC,mBAAmB,CAAC;IACpC,OAAO,EAAC,YAAY,CAAC;IACrB,YAAY,CAAC,EAAE;QACX,YAAY,CAAC,EAAC,gBAAgB,CAAC;QAC/B,QAAQ,CAAC,EAAC,iBAAiB,CAAC;QAC5B,KAAK,CAAC,EAAC,UAAU,CAAC;QAClB,eAAe,CAAC,EAAC,mBAAmB,CAAC;QACrC,aAAa,CAAC,EAAC,iBAAiB,CAAA;KACnC,CAAC;IACF,aAAa,EAAC,uBAAuB,CAAC;IACtC,UAAU,EAAC,CAAC,WAAW,EAAC,cAAc,EAAE,UAAU,CAAC,EAAC,MAAM,KAAK,IAAI,CAAC;IACpE,QAAQ,EAAC,MAAM,IAAI,CAAA;CACtB,CAAA;AAED,QAAA,MAAM,WAAW,oFAAoF,gBAAgB,4CAiIpH,CAAA;AAED,eAAe,WAAW,CAAA"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import type { AccountProps, CodeRequestProps, MyPlayerProps, PlayerReferralProps, PromoProps, PublicPlayerProps, RewardOptionProps } from '../../types';
|
|
3
2
|
type FundAccountCardProps = {
|
|
4
3
|
player: MyPlayerProps;
|
|
@@ -17,6 +16,6 @@ type FundAccountCardProps = {
|
|
|
17
16
|
onClose: () => void;
|
|
18
17
|
onNext: () => void;
|
|
19
18
|
};
|
|
20
|
-
declare const FundAccountCard: ({ accounts, code_details, onClose, onCard, onNext, walkthrough, onManualACH, onSelectAccount }: FundAccountCardProps) =>
|
|
19
|
+
declare const FundAccountCard: ({ accounts, code_details, onClose, onCard, onNext, walkthrough, onManualACH, onSelectAccount }: FundAccountCardProps) => import("react/jsx-runtime").JSX.Element;
|
|
21
20
|
export default FundAccountCard;
|
|
22
21
|
//# sourceMappingURL=FundAccountCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FundAccountCard.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/FundAccountCard.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FundAccountCard.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/FundAccountCard.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,gBAAgB,EAAE,aAAa,EAAE,mBAAmB,EAAE,UAAU,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAKxJ,KAAK,oBAAoB,GAAG;IACxB,MAAM,EAAC,aAAa,CAAC;IACrB,QAAQ,EAAC,YAAY,EAAE,CAAC;IACxB,YAAY,EAAE;QACV,YAAY,CAAC,EAAC,gBAAgB,CAAC;QAC/B,QAAQ,CAAC,EAAC,iBAAiB,CAAC;QAC5B,KAAK,CAAC,EAAC,UAAU,CAAC;QAClB,eAAe,CAAC,EAAC,mBAAmB,CAAC;QACrC,aAAa,CAAC,EAAC,iBAAiB,CAAA;KACnC,CAAA;IACD,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,MAAM,EAAC,CAAC,OAAO,CAAC,EAAC,YAAY,KAAK,IAAI,CAAC;IACvC,eAAe,EAAE,CAAC,OAAO,EAAC,YAAY,KAAK,IAAI,CAAC;IAChD,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,MAAM,EAAE,MAAM,IAAI,CAAC;CACtB,CAAA;AAED,QAAA,MAAM,eAAe,mGAAmG,oBAAoB,4CAiI3I,CAAA;AAED,eAAe,eAAe,CAAA"}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import type { ItemOrderProps } from '../../types';
|
|
3
2
|
type ItemOrderCardProps = {
|
|
4
3
|
item_order: ItemOrderProps;
|
|
5
4
|
};
|
|
6
|
-
declare const ItemOrderCard: ({ item_order }: ItemOrderCardProps) =>
|
|
5
|
+
declare const ItemOrderCard: ({ item_order }: ItemOrderCardProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
6
|
export default ItemOrderCard;
|
|
8
7
|
//# sourceMappingURL=ItemOrderCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ItemOrderCard.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/ItemOrderCard.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ItemOrderCard.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/ItemOrderCard.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAGlD,KAAK,kBAAkB,GAAG;IACtB,UAAU,EAAC,cAAc,CAAA;CAC5B,CAAA;AACD,QAAA,MAAM,aAAa,mBAAmB,kBAAkB,4CA+BvD,CAAA;AAED,eAAe,aAAa,CAAA"}
|