be-components 1.1.1 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/AdServer/components/CompanyAdCard.js +5 -3
- package/lib/commonjs/AdServer/components/CompanyAdCard.js.map +1 -1
- package/lib/commonjs/AdServer/index.js +10 -8
- package/lib/commonjs/AdServer/index.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.js +17 -16
- package/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/LoginForm.js +60 -58
- package/lib/commonjs/Authenticator/Components/LoginForm.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/StrategyForm.js +69 -67
- package/lib/commonjs/Authenticator/Components/StrategyForm.js.map +1 -1
- package/lib/commonjs/Authenticator/index.js +16 -14
- package/lib/commonjs/Authenticator/index.js.map +1 -1
- package/lib/commonjs/BettorSearch/index.js +10 -8
- package/lib/commonjs/BettorSearch/index.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketCompetitionCard.js +94 -92
- package/lib/commonjs/Bracket/components/BracketCompetitionCard.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketCompetitionSelector.js +39 -37
- package/lib/commonjs/Bracket/components/BracketCompetitionSelector.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/BracketNavigator.js +19 -18
- package/lib/commonjs/Bracket/components/BracketPlay/BracketNavigator.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/BracketRound.js +8 -7
- package/lib/commonjs/Bracket/components/BracketPlay/BracketRound.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/RoundEvent.js +46 -45
- package/lib/commonjs/Bracket/components/BracketPlay/RoundEvent.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/index.js +29 -27
- package/lib/commonjs/Bracket/components/BracketPlay/index.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketSelector.js +24 -22
- package/lib/commonjs/Bracket/components/BracketSelector.js.map +1 -1
- package/lib/commonjs/Bracket/components/CompetitionLeaderboard.js +36 -34
- package/lib/commonjs/Bracket/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/commonjs/Bracket/components/JoinCompetitionCard.js +22 -20
- package/lib/commonjs/Bracket/components/JoinCompetitionCard.js.map +1 -1
- package/lib/commonjs/Bracket/components/PlayerBalanceCard.js +9 -7
- package/lib/commonjs/Bracket/components/PlayerBalanceCard.js.map +1 -1
- package/lib/commonjs/Bracket/components/PlayerBracketManager.js +77 -75
- package/lib/commonjs/Bracket/components/PlayerBracketManager.js.map +1 -1
- package/lib/commonjs/Bracket/components/PlayerBrackets.js +28 -27
- package/lib/commonjs/Bracket/components/PlayerBrackets.js.map +1 -1
- package/lib/commonjs/Bracket/components/RoomMenu.js +16 -15
- package/lib/commonjs/Bracket/components/RoomMenu.js.map +1 -1
- package/lib/commonjs/Bracket/index.js +11 -9
- package/lib/commonjs/Bracket/index.js.map +1 -1
- package/lib/commonjs/Checkout/components/AccountSummaryCard.js +44 -43
- package/lib/commonjs/Checkout/components/AccountSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/components/ItemSummaryCard.js +8 -7
- package/lib/commonjs/Checkout/components/ItemSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/components/OrderSummaryCard.js +13 -12
- package/lib/commonjs/Checkout/components/OrderSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/components/PayPalOrderCapture.js +4 -2
- package/lib/commonjs/Checkout/components/PayPalOrderCapture.js.map +1 -1
- package/lib/commonjs/Checkout/components/ShippingSummaryCard.js +8 -7
- package/lib/commonjs/Checkout/components/ShippingSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/index.js +60 -58
- package/lib/commonjs/Checkout/index.js.map +1 -1
- package/lib/commonjs/Competition/components/AthleteMarketCard.js +21 -20
- package/lib/commonjs/Competition/components/AthleteMarketCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionCard.js +26 -25
- package/lib/commonjs/Competition/components/CompetitionCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionInfoCard.js +32 -31
- package/lib/commonjs/Competition/components/CompetitionInfoCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionLeaderboard.js +36 -34
- package/lib/commonjs/Competition/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionPlay.js +118 -116
- package/lib/commonjs/Competition/components/CompetitionPlay.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionSeasonCard.js +17 -16
- package/lib/commonjs/Competition/components/CompetitionSeasonCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionSelector.js +16 -14
- package/lib/commonjs/Competition/components/CompetitionSelector.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionTypeCard.js +45 -43
- package/lib/commonjs/Competition/components/CompetitionTypeCard.js.map +1 -1
- package/lib/commonjs/Competition/components/EnterCompetitionPrompt.js +31 -29
- package/lib/commonjs/Competition/components/EnterCompetitionPrompt.js.map +1 -1
- package/lib/commonjs/Competition/components/LeaderPicks.js +41 -39
- package/lib/commonjs/Competition/components/LeaderPicks.js.map +1 -1
- package/lib/commonjs/Competition/components/ManageSeasonForm.js +87 -85
- package/lib/commonjs/Competition/components/ManageSeasonForm.js.map +1 -1
- package/lib/commonjs/Competition/components/MarketsCard.js +19 -17
- package/lib/commonjs/Competition/components/MarketsCard.js.map +1 -1
- package/lib/commonjs/Competition/components/MatchMarketCard.js +26 -25
- package/lib/commonjs/Competition/components/MatchMarketCard.js.map +1 -1
- package/lib/commonjs/Competition/components/NavOutPrompt.js +19 -18
- package/lib/commonjs/Competition/components/NavOutPrompt.js.map +1 -1
- package/lib/commonjs/Competition/components/SeasonInfoModal.js +54 -52
- package/lib/commonjs/Competition/components/SeasonInfoModal.js.map +1 -1
- package/lib/commonjs/Competition/components/TeamEventCard.js +31 -30
- package/lib/commonjs/Competition/components/TeamEventCard.js.map +1 -1
- package/lib/commonjs/Competition/components/WagerPickForm.js +32 -30
- package/lib/commonjs/Competition/components/WagerPickForm.js.map +1 -1
- package/lib/commonjs/Competition/index.js +5 -3
- package/lib/commonjs/Competition/index.js.map +1 -1
- package/lib/commonjs/Components/Button.js +8 -7
- package/lib/commonjs/Components/Button.js.map +1 -1
- package/lib/commonjs/Components/Checkbox.js +4 -3
- package/lib/commonjs/Components/Checkbox.js.map +1 -1
- package/lib/commonjs/Components/Icons.js +409 -408
- package/lib/commonjs/Components/Icons.js.map +1 -1
- package/lib/commonjs/Components/ImageUploader.js +5 -3
- package/lib/commonjs/Components/ImageUploader.js.map +1 -1
- package/lib/commonjs/Components/Jerseys.js +125 -124
- package/lib/commonjs/Components/Jerseys.js.map +1 -1
- package/lib/commonjs/Components/LinearDiagnal.js +9 -7
- package/lib/commonjs/Components/LinearDiagnal.js.map +1 -1
- package/lib/commonjs/Components/Spring.js +3 -1
- package/lib/commonjs/Components/Spring.js.map +1 -1
- package/lib/commonjs/Components/Switch.js +9 -8
- package/lib/commonjs/Components/Switch.js.map +1 -1
- package/lib/commonjs/Components/Text.js +2 -1
- package/lib/commonjs/Components/Text.js.map +1 -1
- package/lib/commonjs/Components/TextInput.js +2 -1
- package/lib/commonjs/Components/TextInput.js.map +1 -1
- package/lib/commonjs/LocationTracker/index.js +28 -27
- package/lib/commonjs/LocationTracker/index.js.map +1 -1
- package/lib/commonjs/Observer/Observer.js +4 -2
- package/lib/commonjs/Observer/Observer.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignPlay.js +58 -56
- package/lib/commonjs/Poll/components/CampaignPlay.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignProgressBar.js +13 -11
- package/lib/commonjs/Poll/components/CampaignProgressBar.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignResult.js +58 -56
- package/lib/commonjs/Poll/components/CampaignResult.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignSelector.js +14 -12
- package/lib/commonjs/Poll/components/CampaignSelector.js.map +1 -1
- package/lib/commonjs/Poll/components/PollCampaignCard.js +8 -7
- package/lib/commonjs/Poll/components/PollCampaignCard.js.map +1 -1
- package/lib/commonjs/Poll/components/PollCard.js +51 -49
- package/lib/commonjs/Poll/components/PollCard.js.map +1 -1
- package/lib/commonjs/Poll/components/PollOptionCard.js +16 -14
- package/lib/commonjs/Poll/components/PollOptionCard.js.map +1 -1
- package/lib/commonjs/Poll/components/PollSelectCard.js +26 -25
- package/lib/commonjs/Poll/components/PollSelectCard.js.map +1 -1
- package/lib/commonjs/Poll/components/ResponseTimer.js +5 -3
- package/lib/commonjs/Poll/components/ResponseTimer.js.map +1 -1
- package/lib/commonjs/Poll/components/WidgetHeader.js +12 -11
- package/lib/commonjs/Poll/components/WidgetHeader.js.map +1 -1
- package/lib/commonjs/Poll/flashmarket/ResultCard.js +49 -47
- package/lib/commonjs/Poll/flashmarket/ResultCard.js.map +1 -1
- package/lib/commonjs/Poll/flashmarket/index.js +54 -52
- package/lib/commonjs/Poll/flashmarket/index.js.map +1 -1
- package/lib/commonjs/Poll/index.js +8 -6
- package/lib/commonjs/Poll/index.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/BasicInfoManager.js +37 -35
- package/lib/commonjs/ProfileManager/Components/BasicInfoManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/BasicStatus.js +38 -36
- package/lib/commonjs/ProfileManager/Components/BasicStatus.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/CodeRedeem.js +52 -50
- package/lib/commonjs/ProfileManager/Components/CodeRedeem.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/DOBManager.js +26 -24
- package/lib/commonjs/ProfileManager/Components/DOBManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/EmailManager.js +38 -36
- package/lib/commonjs/ProfileManager/Components/EmailManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/PasswordManager.js +38 -36
- package/lib/commonjs/ProfileManager/Components/PasswordManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/PhoneManager.js +38 -36
- package/lib/commonjs/ProfileManager/Components/PhoneManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfilePicManager.js +19 -17
- package/lib/commonjs/ProfileManager/Components/ProfilePicManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfileWelcome.js +16 -15
- package/lib/commonjs/ProfileManager/Components/ProfileWelcome.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfileWizard.js +68 -66
- package/lib/commonjs/ProfileManager/Components/ProfileWizard.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/SettingsManager.js +31 -29
- package/lib/commonjs/ProfileManager/Components/SettingsManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/VouchCard.js +65 -63
- package/lib/commonjs/ProfileManager/Components/VouchCard.js.map +1 -1
- package/lib/commonjs/ProfileManager/index.js +18 -16
- package/lib/commonjs/ProfileManager/index.js.map +1 -1
- package/lib/commonjs/SocialComponents/PlayerCard.js +12 -11
- package/lib/commonjs/SocialComponents/PlayerCard.js.map +1 -1
- package/lib/commonjs/SocialComponents/PlayerFollowButton.js +4 -3
- package/lib/commonjs/SocialComponents/PlayerFollowButton.js.map +1 -1
- package/lib/commonjs/SocialComponents/PlayerList.js +6 -4
- package/lib/commonjs/SocialComponents/PlayerList.js.map +1 -1
- package/lib/commonjs/Socket/index.js +5 -3
- package/lib/commonjs/Socket/index.js.map +1 -1
- package/lib/commonjs/Squares/components/BidForm.js +28 -27
- package/lib/commonjs/Squares/components/BidForm.js.map +1 -1
- package/lib/commonjs/Squares/components/BidToggle.js +7 -6
- package/lib/commonjs/Squares/components/BidToggle.js.map +1 -1
- package/lib/commonjs/Squares/components/BoardStats.js +32 -30
- package/lib/commonjs/Squares/components/BoardStats.js.map +1 -1
- package/lib/commonjs/Squares/components/EventCard.js +25 -23
- package/lib/commonjs/Squares/components/EventCard.js.map +1 -1
- package/lib/commonjs/Squares/components/MySquaresCard.js +22 -20
- package/lib/commonjs/Squares/components/MySquaresCard.js.map +1 -1
- package/lib/commonjs/Squares/components/OfferForm.js +30 -29
- package/lib/commonjs/Squares/components/OfferForm.js.map +1 -1
- package/lib/commonjs/Squares/components/ResultsCard.js +23 -21
- package/lib/commonjs/Squares/components/ResultsCard.js.map +1 -1
- package/lib/commonjs/Squares/components/SquareCard.js +7 -6
- package/lib/commonjs/Squares/components/SquareCard.js.map +1 -1
- package/lib/commonjs/Squares/components/SquareOfferCard.js +36 -34
- package/lib/commonjs/Squares/components/SquareOfferCard.js.map +1 -1
- package/lib/commonjs/Squares/components/SquareOwners.js +22 -20
- package/lib/commonjs/Squares/components/SquareOwners.js.map +1 -1
- package/lib/commonjs/Squares/components/SquaresBoard.js +28 -26
- package/lib/commonjs/Squares/components/SquaresBoard.js.map +1 -1
- package/lib/commonjs/Squares/components/SquaresDetails.js +24 -22
- package/lib/commonjs/Squares/components/SquaresDetails.js.map +1 -1
- package/lib/commonjs/Squares/index.js +29 -27
- package/lib/commonjs/Squares/index.js.map +1 -1
- package/lib/commonjs/Wallet/components/ACHAddCard.js +39 -38
- package/lib/commonjs/Wallet/components/ACHAddCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountCard.js +18 -17
- package/lib/commonjs/Wallet/components/AccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountLimitManager.js +34 -32
- package/lib/commonjs/Wallet/components/AccountLimitManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountManager.js +32 -31
- package/lib/commonjs/Wallet/components/AccountManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountSnoozeManager.js +33 -31
- package/lib/commonjs/Wallet/components/AccountSnoozeManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/AddressCard.js +8 -7
- package/lib/commonjs/Wallet/components/AddressCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AddressManager.js +46 -44
- package/lib/commonjs/Wallet/components/AddressManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/DepositCard.js +43 -41
- package/lib/commonjs/Wallet/components/DepositCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/FundAccountCard.js +55 -54
- package/lib/commonjs/Wallet/components/FundAccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/ItemOrderCard.js +17 -15
- package/lib/commonjs/Wallet/components/ItemOrderCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/ItemOrderDetailCard.js +25 -23
- package/lib/commonjs/Wallet/components/ItemOrderDetailCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/LinkAccountManager.js +42 -40
- package/lib/commonjs/Wallet/components/LinkAccountManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManageAccountCard.js +38 -36
- package/lib/commonjs/Wallet/components/ManageAccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManualACHAdd.js +35 -33
- package/lib/commonjs/Wallet/components/ManualACHAdd.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManualCardAdd.js +49 -47
- package/lib/commonjs/Wallet/components/ManualCardAdd.js.map +1 -1
- package/lib/commonjs/Wallet/components/MyBalance.js +35 -34
- package/lib/commonjs/Wallet/components/MyBalance.js.map +1 -1
- package/lib/commonjs/Wallet/components/OrderManager.js +17 -15
- package/lib/commonjs/Wallet/components/OrderManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/RemoveAccount.js +12 -10
- package/lib/commonjs/Wallet/components/RemoveAccount.js.map +1 -1
- package/lib/commonjs/Wallet/components/VerifyACHAccount.js +22 -20
- package/lib/commonjs/Wallet/components/VerifyACHAccount.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletActionSelector.js +51 -49
- package/lib/commonjs/Wallet/components/WalletActionSelector.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletSettings.js +100 -98
- package/lib/commonjs/Wallet/components/WalletSettings.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletSetup.js +60 -58
- package/lib/commonjs/Wallet/components/WalletSetup.js.map +1 -1
- package/lib/commonjs/Wallet/components/WithdrawCard.js +48 -46
- package/lib/commonjs/Wallet/components/WithdrawCard.js.map +1 -1
- package/lib/commonjs/Wallet/index.js +47 -45
- package/lib/commonjs/Wallet/index.js.map +1 -1
- package/lib/module/AdServer/components/CompanyAdCard.js +1 -1
- package/lib/module/AdServer/components/CompanyAdCard.js.map +1 -1
- package/lib/module/AdServer/index.js +1 -1
- package/lib/module/AdServer/index.js.map +1 -1
- package/lib/module/Authenticator/Components/AuthStrategyIdentifier.js +1 -0
- package/lib/module/Authenticator/Components/AuthStrategyIdentifier.js.map +1 -1
- package/lib/module/Authenticator/Components/LoginForm.js +1 -1
- package/lib/module/Authenticator/Components/LoginForm.js.map +1 -1
- package/lib/module/Authenticator/Components/StrategyForm.js +1 -1
- package/lib/module/Authenticator/Components/StrategyForm.js.map +1 -1
- package/lib/module/Authenticator/index.js +1 -1
- package/lib/module/Authenticator/index.js.map +1 -1
- package/lib/module/BettorSearch/index.js +1 -1
- package/lib/module/BettorSearch/index.js.map +1 -1
- package/lib/module/Bracket/components/BracketCompetitionCard.js +1 -1
- package/lib/module/Bracket/components/BracketCompetitionCard.js.map +1 -1
- package/lib/module/Bracket/components/BracketCompetitionSelector.js +1 -1
- package/lib/module/Bracket/components/BracketCompetitionSelector.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/BracketNavigator.js +1 -0
- package/lib/module/Bracket/components/BracketPlay/BracketNavigator.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/BracketRound.js +1 -0
- package/lib/module/Bracket/components/BracketPlay/BracketRound.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/RoundEvent.js +1 -0
- package/lib/module/Bracket/components/BracketPlay/RoundEvent.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/index.js +1 -1
- package/lib/module/Bracket/components/BracketPlay/index.js.map +1 -1
- package/lib/module/Bracket/components/BracketSelector.js +1 -1
- package/lib/module/Bracket/components/BracketSelector.js.map +1 -1
- package/lib/module/Bracket/components/CompetitionLeaderboard.js +1 -1
- package/lib/module/Bracket/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/module/Bracket/components/JoinCompetitionCard.js +1 -1
- package/lib/module/Bracket/components/JoinCompetitionCard.js.map +1 -1
- package/lib/module/Bracket/components/PlayerBalanceCard.js +1 -1
- package/lib/module/Bracket/components/PlayerBalanceCard.js.map +1 -1
- package/lib/module/Bracket/components/PlayerBracketManager.js +1 -1
- package/lib/module/Bracket/components/PlayerBracketManager.js.map +1 -1
- package/lib/module/Bracket/components/PlayerBrackets.js +1 -0
- package/lib/module/Bracket/components/PlayerBrackets.js.map +1 -1
- package/lib/module/Bracket/components/RoomMenu.js +1 -0
- package/lib/module/Bracket/components/RoomMenu.js.map +1 -1
- package/lib/module/Bracket/index.js +1 -1
- package/lib/module/Bracket/index.js.map +1 -1
- package/lib/module/Checkout/components/AccountSummaryCard.js +1 -0
- package/lib/module/Checkout/components/AccountSummaryCard.js.map +1 -1
- package/lib/module/Checkout/components/ItemSummaryCard.js +1 -0
- package/lib/module/Checkout/components/ItemSummaryCard.js.map +1 -1
- package/lib/module/Checkout/components/OrderSummaryCard.js +1 -0
- package/lib/module/Checkout/components/OrderSummaryCard.js.map +1 -1
- package/lib/module/Checkout/components/PayPalOrderCapture.js +1 -0
- package/lib/module/Checkout/components/PayPalOrderCapture.js.map +1 -1
- package/lib/module/Checkout/components/ShippingSummaryCard.js +1 -0
- package/lib/module/Checkout/components/ShippingSummaryCard.js.map +1 -1
- package/lib/module/Checkout/index.js +1 -1
- package/lib/module/Checkout/index.js.map +1 -1
- package/lib/module/Competition/components/AthleteMarketCard.js +1 -0
- package/lib/module/Competition/components/AthleteMarketCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionCard.js +1 -0
- package/lib/module/Competition/components/CompetitionCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionInfoCard.js +1 -0
- package/lib/module/Competition/components/CompetitionInfoCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionLeaderboard.js +1 -1
- package/lib/module/Competition/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionPlay.js +1 -0
- package/lib/module/Competition/components/CompetitionPlay.js.map +1 -1
- package/lib/module/Competition/components/CompetitionSeasonCard.js +1 -0
- package/lib/module/Competition/components/CompetitionSeasonCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionSelector.js +1 -0
- package/lib/module/Competition/components/CompetitionSelector.js.map +1 -1
- package/lib/module/Competition/components/CompetitionTypeCard.js +1 -1
- package/lib/module/Competition/components/CompetitionTypeCard.js.map +1 -1
- package/lib/module/Competition/components/EnterCompetitionPrompt.js +1 -1
- package/lib/module/Competition/components/EnterCompetitionPrompt.js.map +1 -1
- package/lib/module/Competition/components/LeaderPicks.js +1 -1
- package/lib/module/Competition/components/LeaderPicks.js.map +1 -1
- package/lib/module/Competition/components/ManageSeasonForm.js +1 -1
- package/lib/module/Competition/components/ManageSeasonForm.js.map +1 -1
- package/lib/module/Competition/components/MarketsCard.js +1 -1
- package/lib/module/Competition/components/MarketsCard.js.map +1 -1
- package/lib/module/Competition/components/MatchMarketCard.js +1 -0
- package/lib/module/Competition/components/MatchMarketCard.js.map +1 -1
- package/lib/module/Competition/components/NavOutPrompt.js +1 -0
- package/lib/module/Competition/components/NavOutPrompt.js.map +1 -1
- package/lib/module/Competition/components/SeasonInfoModal.js +1 -1
- package/lib/module/Competition/components/SeasonInfoModal.js.map +1 -1
- package/lib/module/Competition/components/TeamEventCard.js +1 -0
- package/lib/module/Competition/components/TeamEventCard.js.map +1 -1
- package/lib/module/Competition/components/WagerPickForm.js +1 -1
- package/lib/module/Competition/components/WagerPickForm.js.map +1 -1
- package/lib/module/Competition/index.js +1 -1
- package/lib/module/Competition/index.js.map +1 -1
- package/lib/module/Components/Button.js +1 -0
- package/lib/module/Components/Button.js.map +1 -1
- package/lib/module/Components/Checkbox.js +1 -0
- package/lib/module/Components/Checkbox.js.map +1 -1
- package/lib/module/Components/Icons.js +1 -0
- package/lib/module/Components/Icons.js.map +1 -1
- package/lib/module/Components/ImageUploader.js +1 -1
- package/lib/module/Components/ImageUploader.js.map +1 -1
- package/lib/module/Components/Jerseys.js +1 -0
- package/lib/module/Components/Jerseys.js.map +1 -1
- package/lib/module/Components/LinearDiagnal.js +1 -1
- package/lib/module/Components/LinearDiagnal.js.map +1 -1
- package/lib/module/Components/Spring.js +1 -0
- package/lib/module/Components/Spring.js.map +1 -1
- package/lib/module/Components/Switch.js +1 -0
- package/lib/module/Components/Switch.js.map +1 -1
- package/lib/module/Components/Text.js +1 -0
- package/lib/module/Components/Text.js.map +1 -1
- package/lib/module/Components/TextInput.js +1 -0
- package/lib/module/Components/TextInput.js.map +1 -1
- package/lib/module/Components/ViewportObserver.js.map +1 -1
- package/lib/module/LocationTracker/index.js +1 -0
- package/lib/module/LocationTracker/index.js.map +1 -1
- package/lib/module/Observer/Observer.js +1 -1
- package/lib/module/Observer/Observer.js.map +1 -1
- package/lib/module/Poll/components/CampaignPlay.js +1 -1
- package/lib/module/Poll/components/CampaignPlay.js.map +1 -1
- package/lib/module/Poll/components/CampaignProgressBar.js +1 -1
- package/lib/module/Poll/components/CampaignProgressBar.js.map +1 -1
- package/lib/module/Poll/components/CampaignResult.js +1 -1
- package/lib/module/Poll/components/CampaignResult.js.map +1 -1
- package/lib/module/Poll/components/CampaignSelector.js +1 -1
- package/lib/module/Poll/components/CampaignSelector.js.map +1 -1
- package/lib/module/Poll/components/PollCampaignCard.js +1 -0
- package/lib/module/Poll/components/PollCampaignCard.js.map +1 -1
- package/lib/module/Poll/components/PollCard.js +1 -1
- package/lib/module/Poll/components/PollCard.js.map +1 -1
- package/lib/module/Poll/components/PollOptionCard.js +1 -1
- package/lib/module/Poll/components/PollOptionCard.js.map +1 -1
- package/lib/module/Poll/components/PollSelectCard.js +1 -0
- package/lib/module/Poll/components/PollSelectCard.js.map +1 -1
- package/lib/module/Poll/components/ResponseTimer.js +1 -1
- package/lib/module/Poll/components/ResponseTimer.js.map +1 -1
- package/lib/module/Poll/components/WidgetHeader.js +1 -0
- package/lib/module/Poll/components/WidgetHeader.js.map +1 -1
- package/lib/module/Poll/flashmarket/ResultCard.js +1 -1
- package/lib/module/Poll/flashmarket/ResultCard.js.map +1 -1
- package/lib/module/Poll/flashmarket/index.js +1 -1
- package/lib/module/Poll/flashmarket/index.js.map +1 -1
- package/lib/module/Poll/index.js +1 -1
- package/lib/module/Poll/index.js.map +1 -1
- package/lib/module/ProfileManager/Components/BasicInfoManager.js +1 -1
- package/lib/module/ProfileManager/Components/BasicInfoManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/BasicStatus.js +1 -1
- package/lib/module/ProfileManager/Components/BasicStatus.js.map +1 -1
- package/lib/module/ProfileManager/Components/CodeRedeem.js +1 -1
- package/lib/module/ProfileManager/Components/CodeRedeem.js.map +1 -1
- package/lib/module/ProfileManager/Components/DOBManager.js +1 -1
- package/lib/module/ProfileManager/Components/DOBManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/EmailManager.js +1 -1
- package/lib/module/ProfileManager/Components/EmailManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/PasswordManager.js +1 -1
- package/lib/module/ProfileManager/Components/PasswordManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/PhoneManager.js +1 -1
- package/lib/module/ProfileManager/Components/PhoneManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfilePicManager.js +1 -1
- package/lib/module/ProfileManager/Components/ProfilePicManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfileWelcome.js +1 -0
- package/lib/module/ProfileManager/Components/ProfileWelcome.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfileWizard.js +1 -1
- package/lib/module/ProfileManager/Components/ProfileWizard.js.map +1 -1
- package/lib/module/ProfileManager/Components/SettingsManager.js +1 -1
- package/lib/module/ProfileManager/Components/SettingsManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/VouchCard.js +1 -1
- package/lib/module/ProfileManager/Components/VouchCard.js.map +1 -1
- package/lib/module/ProfileManager/index.js +1 -1
- package/lib/module/ProfileManager/index.js.map +1 -1
- package/lib/module/SocialComponents/PlayerCard.js +1 -0
- package/lib/module/SocialComponents/PlayerCard.js.map +1 -1
- package/lib/module/SocialComponents/PlayerFollowButton.js +1 -0
- package/lib/module/SocialComponents/PlayerFollowButton.js.map +1 -1
- package/lib/module/SocialComponents/PlayerList.js +1 -1
- package/lib/module/SocialComponents/PlayerList.js.map +1 -1
- package/lib/module/Socket/index.js +1 -1
- package/lib/module/Socket/index.js.map +1 -1
- package/lib/module/Squares/components/BidForm.js +1 -0
- package/lib/module/Squares/components/BidForm.js.map +1 -1
- package/lib/module/Squares/components/BidToggle.js +1 -0
- package/lib/module/Squares/components/BidToggle.js.map +1 -1
- package/lib/module/Squares/components/BoardStats.js +1 -1
- package/lib/module/Squares/components/BoardStats.js.map +1 -1
- package/lib/module/Squares/components/EventCard.js +1 -1
- package/lib/module/Squares/components/EventCard.js.map +1 -1
- package/lib/module/Squares/components/MySquaresCard.js +1 -1
- package/lib/module/Squares/components/MySquaresCard.js.map +1 -1
- package/lib/module/Squares/components/OfferForm.js +1 -0
- package/lib/module/Squares/components/OfferForm.js.map +1 -1
- package/lib/module/Squares/components/ResultsCard.js +1 -1
- package/lib/module/Squares/components/ResultsCard.js.map +1 -1
- package/lib/module/Squares/components/SquareCard.js +1 -0
- package/lib/module/Squares/components/SquareCard.js.map +1 -1
- package/lib/module/Squares/components/SquareOfferCard.js +1 -1
- package/lib/module/Squares/components/SquareOfferCard.js.map +1 -1
- package/lib/module/Squares/components/SquareOwners.js +1 -1
- package/lib/module/Squares/components/SquareOwners.js.map +1 -1
- package/lib/module/Squares/components/SquaresBoard.js +1 -1
- package/lib/module/Squares/components/SquaresBoard.js.map +1 -1
- package/lib/module/Squares/components/SquaresDetails.js +1 -1
- package/lib/module/Squares/components/SquaresDetails.js.map +1 -1
- package/lib/module/Squares/index.js +1 -1
- package/lib/module/Squares/index.js.map +1 -1
- package/lib/module/Wallet/components/ACHAddCard.js +1 -0
- package/lib/module/Wallet/components/ACHAddCard.js.map +1 -1
- package/lib/module/Wallet/components/AccountCard.js +1 -0
- package/lib/module/Wallet/components/AccountCard.js.map +1 -1
- package/lib/module/Wallet/components/AccountLimitManager.js +1 -1
- package/lib/module/Wallet/components/AccountLimitManager.js.map +1 -1
- package/lib/module/Wallet/components/AccountManager.js +1 -0
- package/lib/module/Wallet/components/AccountManager.js.map +1 -1
- package/lib/module/Wallet/components/AccountSnoozeManager.js +1 -1
- package/lib/module/Wallet/components/AccountSnoozeManager.js.map +1 -1
- package/lib/module/Wallet/components/AddressCard.js +1 -0
- package/lib/module/Wallet/components/AddressCard.js.map +1 -1
- package/lib/module/Wallet/components/AddressManager.js +1 -1
- package/lib/module/Wallet/components/AddressManager.js.map +1 -1
- package/lib/module/Wallet/components/DepositCard.js +1 -1
- package/lib/module/Wallet/components/DepositCard.js.map +1 -1
- package/lib/module/Wallet/components/FundAccountCard.js +1 -0
- package/lib/module/Wallet/components/FundAccountCard.js.map +1 -1
- package/lib/module/Wallet/components/ItemOrderCard.js +1 -1
- package/lib/module/Wallet/components/ItemOrderCard.js.map +1 -1
- package/lib/module/Wallet/components/ItemOrderDetailCard.js +1 -1
- package/lib/module/Wallet/components/ItemOrderDetailCard.js.map +1 -1
- package/lib/module/Wallet/components/LinkAccountManager.js +1 -1
- package/lib/module/Wallet/components/LinkAccountManager.js.map +1 -1
- package/lib/module/Wallet/components/ManageAccountCard.js +1 -1
- package/lib/module/Wallet/components/ManageAccountCard.js.map +1 -1
- package/lib/module/Wallet/components/ManualACHAdd.js +1 -1
- package/lib/module/Wallet/components/ManualACHAdd.js.map +1 -1
- package/lib/module/Wallet/components/ManualCardAdd.js +1 -1
- package/lib/module/Wallet/components/ManualCardAdd.js.map +1 -1
- package/lib/module/Wallet/components/MyBalance.js +1 -0
- package/lib/module/Wallet/components/MyBalance.js.map +1 -1
- package/lib/module/Wallet/components/OrderManager.js +1 -1
- package/lib/module/Wallet/components/OrderManager.js.map +1 -1
- package/lib/module/Wallet/components/RemoveAccount.js +1 -1
- package/lib/module/Wallet/components/RemoveAccount.js.map +1 -1
- package/lib/module/Wallet/components/VerifyACHAccount.js +1 -1
- package/lib/module/Wallet/components/VerifyACHAccount.js.map +1 -1
- package/lib/module/Wallet/components/WalletActionSelector.js +1 -1
- package/lib/module/Wallet/components/WalletActionSelector.js.map +1 -1
- package/lib/module/Wallet/components/WalletSettings.js +1 -1
- package/lib/module/Wallet/components/WalletSettings.js.map +1 -1
- package/lib/module/Wallet/components/WalletSetup.js +1 -1
- package/lib/module/Wallet/components/WalletSetup.js.map +1 -1
- package/lib/module/Wallet/components/WithdrawCard.js +1 -1
- package/lib/module/Wallet/components/WithdrawCard.js.map +1 -1
- package/lib/module/Wallet/index.js +1 -1
- package/lib/module/Wallet/index.js.map +1 -1
- package/lib/typescript/src/AdServer/components/CompanyAdCard.d.ts +2 -1
- package/lib/typescript/src/AdServer/components/CompanyAdCard.d.ts.map +1 -1
- package/lib/typescript/src/AdServer/index.d.ts +3 -2
- package/lib/typescript/src/AdServer/index.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/AuthStrategyIdentifier.d.ts +2 -1
- package/lib/typescript/src/Authenticator/Components/AuthStrategyIdentifier.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/LoginForm.d.ts +2 -1
- package/lib/typescript/src/Authenticator/Components/LoginForm.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/StrategyForm.d.ts +2 -1
- package/lib/typescript/src/Authenticator/Components/StrategyForm.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/index.d.ts +2 -1
- package/lib/typescript/src/Authenticator/index.d.ts.map +1 -1
- package/lib/typescript/src/BettorSearch/index.d.ts +2 -1
- package/lib/typescript/src/BettorSearch/index.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketCompetitionCard.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/BracketCompetitionCard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketCompetitionSelector.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/BracketCompetitionSelector.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketNavigator.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketNavigator.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketRound.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketRound.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/RoundEvent.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/RoundEvent.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/index.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/index.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketSelector.d.ts +1 -1
- package/lib/typescript/src/Bracket/components/BracketSelector.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/CompetitionLeaderboard.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/CompetitionLeaderboard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/JoinCompetitionCard.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/JoinCompetitionCard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBalanceCard.d.ts +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBalanceCard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBracketManager.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/PlayerBracketManager.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBrackets.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/PlayerBrackets.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/RoomMenu.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/RoomMenu.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/index.d.ts +2 -1
- package/lib/typescript/src/Bracket/index.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/AccountSummaryCard.d.ts +2 -1
- package/lib/typescript/src/Checkout/components/AccountSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/ItemSummaryCard.d.ts +2 -1
- package/lib/typescript/src/Checkout/components/ItemSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/OrderSummaryCard.d.ts +2 -1
- package/lib/typescript/src/Checkout/components/OrderSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/PayPalOrderCapture.d.ts +2 -1
- package/lib/typescript/src/Checkout/components/PayPalOrderCapture.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/ShippingSummaryCard.d.ts +2 -1
- package/lib/typescript/src/Checkout/components/ShippingSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/index.d.ts +2 -1
- package/lib/typescript/src/Checkout/index.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/AthleteMarketCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/AthleteMarketCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionInfoCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionInfoCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionLeaderboard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionLeaderboard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionPlay.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionPlay.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionSeasonCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionSeasonCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionSelector.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionSelector.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionTypeCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionTypeCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/EnterCompetitionPrompt.d.ts +2 -1
- package/lib/typescript/src/Competition/components/EnterCompetitionPrompt.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/LeaderPicks.d.ts +2 -1
- package/lib/typescript/src/Competition/components/LeaderPicks.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/ManageSeasonForm.d.ts +2 -1
- package/lib/typescript/src/Competition/components/ManageSeasonForm.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/MarketsCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/MarketsCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/MatchMarketCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/MatchMarketCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/NavOutPrompt.d.ts +2 -1
- package/lib/typescript/src/Competition/components/NavOutPrompt.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/SeasonInfoModal.d.ts +2 -1
- package/lib/typescript/src/Competition/components/SeasonInfoModal.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/TeamEventCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/TeamEventCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/WagerPickForm.d.ts +2 -1
- package/lib/typescript/src/Competition/components/WagerPickForm.d.ts.map +1 -1
- package/lib/typescript/src/Competition/index.d.ts +2 -1
- package/lib/typescript/src/Competition/index.d.ts.map +1 -1
- package/lib/typescript/src/Components/Button.d.ts +2 -1
- package/lib/typescript/src/Components/Button.d.ts.map +1 -1
- package/lib/typescript/src/Components/Checkbox.d.ts +2 -1
- package/lib/typescript/src/Components/Checkbox.d.ts.map +1 -1
- package/lib/typescript/src/Components/Icons.d.ts +57 -56
- package/lib/typescript/src/Components/Icons.d.ts.map +1 -1
- package/lib/typescript/src/Components/ImageUploader.d.ts +2 -1
- package/lib/typescript/src/Components/ImageUploader.d.ts.map +1 -1
- package/lib/typescript/src/Components/Jerseys.d.ts +3 -2
- package/lib/typescript/src/Components/Jerseys.d.ts.map +1 -1
- package/lib/typescript/src/Components/LinearDiagnal.d.ts +2 -1
- package/lib/typescript/src/Components/LinearDiagnal.d.ts.map +1 -1
- package/lib/typescript/src/Components/Spring.d.ts +2 -1
- package/lib/typescript/src/Components/Spring.d.ts.map +1 -1
- package/lib/typescript/src/Components/Switch.d.ts +2 -1
- package/lib/typescript/src/Components/Switch.d.ts.map +1 -1
- package/lib/typescript/src/Components/Text.d.ts +2 -1
- package/lib/typescript/src/Components/Text.d.ts.map +1 -1
- package/lib/typescript/src/Components/TextInput.d.ts +2 -1
- package/lib/typescript/src/Components/TextInput.d.ts.map +1 -1
- package/lib/typescript/src/LocationTracker/index.d.ts +2 -1
- package/lib/typescript/src/LocationTracker/index.d.ts.map +1 -1
- package/lib/typescript/src/Observer/Observer.d.ts +2 -1
- package/lib/typescript/src/Observer/Observer.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignPlay.d.ts +2 -1
- package/lib/typescript/src/Poll/components/CampaignPlay.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignProgressBar.d.ts +2 -1
- package/lib/typescript/src/Poll/components/CampaignProgressBar.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignResult.d.ts +2 -1
- package/lib/typescript/src/Poll/components/CampaignResult.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignSelector.d.ts +2 -1
- package/lib/typescript/src/Poll/components/CampaignSelector.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollCampaignCard.d.ts +2 -1
- package/lib/typescript/src/Poll/components/PollCampaignCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollCard.d.ts +2 -1
- package/lib/typescript/src/Poll/components/PollCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollOptionCard.d.ts +2 -1
- package/lib/typescript/src/Poll/components/PollOptionCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollSelectCard.d.ts +2 -1
- package/lib/typescript/src/Poll/components/PollSelectCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/ResponseTimer.d.ts +2 -1
- package/lib/typescript/src/Poll/components/ResponseTimer.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/WidgetHeader.d.ts +2 -1
- package/lib/typescript/src/Poll/components/WidgetHeader.d.ts.map +1 -1
- package/lib/typescript/src/Poll/flashmarket/ResultCard.d.ts +2 -1
- package/lib/typescript/src/Poll/flashmarket/ResultCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/flashmarket/index.d.ts +2 -1
- package/lib/typescript/src/Poll/flashmarket/index.d.ts.map +1 -1
- package/lib/typescript/src/Poll/index.d.ts +2 -1
- package/lib/typescript/src/Poll/index.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/BasicInfoManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/BasicInfoManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/BasicStatus.d.ts +1 -1
- package/lib/typescript/src/ProfileManager/Components/BasicStatus.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/CodeRedeem.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/CodeRedeem.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/DOBManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/DOBManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/EmailManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/EmailManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/PasswordManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/PasswordManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/PhoneManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/PhoneManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfilePicManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/ProfilePicManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWelcome.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWelcome.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWizard.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWizard.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/SettingsManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/SettingsManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/VouchCard.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/VouchCard.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/index.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/index.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PlayerCard.d.ts +2 -1
- package/lib/typescript/src/SocialComponents/PlayerCard.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PlayerFollowButton.d.ts +2 -1
- package/lib/typescript/src/SocialComponents/PlayerFollowButton.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PlayerList.d.ts +2 -1
- package/lib/typescript/src/SocialComponents/PlayerList.d.ts.map +1 -1
- package/lib/typescript/src/Socket/index.d.ts +2 -1
- package/lib/typescript/src/Socket/index.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/BidForm.d.ts +2 -1
- package/lib/typescript/src/Squares/components/BidForm.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/BidToggle.d.ts +2 -1
- package/lib/typescript/src/Squares/components/BidToggle.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/BoardStats.d.ts +2 -1
- package/lib/typescript/src/Squares/components/BoardStats.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/EventCard.d.ts +2 -1
- package/lib/typescript/src/Squares/components/EventCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/MySquaresCard.d.ts +2 -1
- package/lib/typescript/src/Squares/components/MySquaresCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/OfferForm.d.ts +2 -1
- package/lib/typescript/src/Squares/components/OfferForm.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/ResultsCard.d.ts +2 -1
- package/lib/typescript/src/Squares/components/ResultsCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquareCard.d.ts +2 -1
- package/lib/typescript/src/Squares/components/SquareCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquareOfferCard.d.ts +2 -1
- package/lib/typescript/src/Squares/components/SquareOfferCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquareOwners.d.ts +2 -1
- package/lib/typescript/src/Squares/components/SquareOwners.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquaresBoard.d.ts +2 -1
- package/lib/typescript/src/Squares/components/SquaresBoard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquaresDetails.d.ts +2 -1
- package/lib/typescript/src/Squares/components/SquaresDetails.d.ts.map +1 -1
- package/lib/typescript/src/Squares/index.d.ts +2 -1
- package/lib/typescript/src/Squares/index.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ACHAddCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/ACHAddCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/AccountCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountLimitManager.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/AccountLimitManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountManager.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/AccountManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountSnoozeManager.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/AccountSnoozeManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AddressCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/AddressCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AddressManager.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/AddressManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/DepositCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/DepositCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/FundAccountCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/FundAccountCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ItemOrderCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/ItemOrderCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ItemOrderDetailCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/ItemOrderDetailCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/LinkAccountManager.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/LinkAccountManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ManageAccountCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/ManageAccountCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ManualACHAdd.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/ManualACHAdd.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ManualCardAdd.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/ManualCardAdd.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/MyBalance.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/MyBalance.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/OrderManager.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/OrderManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/RemoveAccount.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/RemoveAccount.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/VerifyACHAccount.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/VerifyACHAccount.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WalletActionSelector.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/WalletActionSelector.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WalletSettings.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/WalletSettings.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WalletSetup.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/WalletSetup.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WithdrawCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/WithdrawCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/index.d.ts +2 -1
- package/lib/typescript/src/Wallet/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/AdServer/components/CompanyAdCard.tsx +1 -1
- package/src/AdServer/index.tsx +1 -1
- package/src/Authenticator/Components/AuthStrategyIdentifier.tsx +1 -0
- package/src/Authenticator/Components/LoginForm.tsx +1 -1
- package/src/Authenticator/Components/StrategyForm.tsx +1 -1
- package/src/Authenticator/index.tsx +1 -1
- package/src/BettorSearch/index.tsx +1 -1
- package/src/Bracket/components/BracketCompetitionCard.tsx +1 -1
- package/src/Bracket/components/BracketCompetitionSelector.tsx +1 -1
- package/src/Bracket/components/BracketPlay/BracketNavigator.tsx +1 -0
- package/src/Bracket/components/BracketPlay/BracketRound.tsx +1 -0
- package/src/Bracket/components/BracketPlay/RoundEvent.tsx +1 -0
- package/src/Bracket/components/BracketPlay/index.tsx +1 -1
- package/src/Bracket/components/BracketSelector.tsx +1 -1
- package/src/Bracket/components/CompetitionLeaderboard.tsx +1 -1
- package/src/Bracket/components/JoinCompetitionCard.tsx +1 -1
- package/src/Bracket/components/PlayerBalanceCard.tsx +1 -1
- package/src/Bracket/components/PlayerBracketManager.tsx +1 -1
- package/src/Bracket/components/PlayerBrackets.tsx +1 -0
- package/src/Bracket/components/RoomMenu.tsx +1 -1
- package/src/Bracket/index.tsx +1 -1
- package/src/Checkout/components/AccountSummaryCard.tsx +1 -0
- package/src/Checkout/components/ItemSummaryCard.tsx +1 -0
- package/src/Checkout/components/OrderSummaryCard.tsx +1 -0
- package/src/Checkout/components/PayPalOrderCapture.tsx +1 -0
- package/src/Checkout/components/ShippingSummaryCard.tsx +1 -0
- package/src/Checkout/index.tsx +1 -1
- package/src/Competition/components/AthleteMarketCard.tsx +1 -0
- package/src/Competition/components/CompetitionCard.tsx +1 -0
- package/src/Competition/components/CompetitionInfoCard.tsx +1 -0
- package/src/Competition/components/CompetitionLeaderboard.tsx +1 -1
- package/src/Competition/components/CompetitionPlay.tsx +1 -0
- package/src/Competition/components/CompetitionSeasonCard.tsx +1 -0
- package/src/Competition/components/CompetitionSelector.tsx +1 -0
- package/src/Competition/components/CompetitionTypeCard.tsx +1 -1
- package/src/Competition/components/EnterCompetitionPrompt.tsx +1 -1
- package/src/Competition/components/LeaderPicks.tsx +1 -1
- package/src/Competition/components/ManageSeasonForm.tsx +1 -1
- package/src/Competition/components/MarketsCard.tsx +1 -1
- package/src/Competition/components/MatchMarketCard.tsx +1 -0
- package/src/Competition/components/NavOutPrompt.tsx +1 -0
- package/src/Competition/components/SeasonInfoModal.tsx +1 -1
- package/src/Competition/components/TeamEventCard.tsx +1 -1
- package/src/Competition/components/WagerPickForm.tsx +1 -1
- package/src/Competition/index.tsx +1 -1
- package/src/Components/Button.tsx +1 -0
- package/src/Components/Checkbox.tsx +1 -0
- package/src/Components/Icons.tsx +1 -0
- package/src/Components/ImageUploader.tsx +1 -1
- package/src/Components/Jerseys.tsx +1 -0
- package/src/Components/LinearDiagnal.tsx +1 -1
- package/src/Components/Spring.tsx +1 -0
- package/src/Components/Switch.tsx +1 -0
- package/src/Components/Text.tsx +1 -0
- package/src/Components/TextInput.tsx +1 -0
- package/src/Components/ViewportObserver.tsx +1 -1
- package/src/LocationTracker/index.tsx +1 -0
- package/src/Observer/Observer.tsx +1 -1
- package/src/Poll/components/CampaignPlay.tsx +1 -1
- package/src/Poll/components/CampaignProgressBar.tsx +1 -1
- package/src/Poll/components/CampaignResult.tsx +1 -1
- package/src/Poll/components/CampaignSelector.tsx +1 -1
- package/src/Poll/components/PollCampaignCard.tsx +1 -0
- package/src/Poll/components/PollCard.tsx +1 -1
- package/src/Poll/components/PollOptionCard.tsx +1 -1
- package/src/Poll/components/PollSelectCard.tsx +1 -0
- package/src/Poll/components/ResponseTimer.tsx +1 -1
- package/src/Poll/components/WidgetHeader.tsx +1 -0
- package/src/Poll/flashmarket/ResultCard.tsx +1 -1
- package/src/Poll/flashmarket/index.tsx +1 -1
- package/src/Poll/index.tsx +1 -1
- package/src/ProfileManager/Components/BasicInfoManager.tsx +1 -1
- package/src/ProfileManager/Components/BasicStatus.tsx +1 -1
- package/src/ProfileManager/Components/CodeRedeem.tsx +1 -1
- package/src/ProfileManager/Components/DOBManager.tsx +1 -1
- package/src/ProfileManager/Components/EmailManager.tsx +1 -1
- package/src/ProfileManager/Components/PasswordManager.tsx +1 -1
- package/src/ProfileManager/Components/PhoneManager.tsx +1 -1
- package/src/ProfileManager/Components/ProfilePicManager.tsx +1 -1
- package/src/ProfileManager/Components/ProfileWelcome.tsx +1 -0
- package/src/ProfileManager/Components/ProfileWizard.tsx +1 -1
- package/src/ProfileManager/Components/SettingsManager.tsx +1 -1
- package/src/ProfileManager/Components/VouchCard.tsx +1 -1
- package/src/ProfileManager/index.tsx +1 -1
- package/src/SocialComponents/PlayerCard.tsx +1 -0
- package/src/SocialComponents/PlayerFollowButton.tsx +1 -0
- package/src/SocialComponents/PlayerList.tsx +1 -1
- package/src/Socket/index.tsx +1 -1
- package/src/Squares/components/BidForm.tsx +1 -0
- package/src/Squares/components/BidToggle.tsx +1 -0
- package/src/Squares/components/BoardStats.tsx +1 -1
- package/src/Squares/components/EventCard.tsx +1 -1
- package/src/Squares/components/MySquaresCard.tsx +1 -1
- package/src/Squares/components/OfferForm.tsx +1 -0
- package/src/Squares/components/ResultsCard.tsx +1 -1
- package/src/Squares/components/SquareCard.tsx +1 -0
- package/src/Squares/components/SquareOfferCard.tsx +1 -1
- package/src/Squares/components/SquareOwners.tsx +1 -1
- package/src/Squares/components/SquaresBoard.tsx +1 -1
- package/src/Squares/components/SquaresDetails.tsx +1 -1
- package/src/Squares/index.tsx +1 -1
- package/src/Wallet/components/ACHAddCard.tsx +1 -0
- package/src/Wallet/components/AccountCard.tsx +1 -0
- package/src/Wallet/components/AccountLimitManager.tsx +1 -1
- package/src/Wallet/components/AccountManager.tsx +1 -0
- package/src/Wallet/components/AccountSnoozeManager.tsx +1 -1
- package/src/Wallet/components/AddressCard.tsx +1 -0
- package/src/Wallet/components/AddressManager.tsx +1 -1
- package/src/Wallet/components/DepositCard.tsx +1 -1
- package/src/Wallet/components/FundAccountCard.tsx +1 -0
- package/src/Wallet/components/ItemOrderCard.tsx +1 -1
- package/src/Wallet/components/ItemOrderDetailCard.tsx +1 -1
- package/src/Wallet/components/LinkAccountManager.tsx +1 -1
- package/src/Wallet/components/ManageAccountCard.tsx +1 -1
- package/src/Wallet/components/ManualACHAdd.tsx +1 -1
- package/src/Wallet/components/ManualCardAdd.tsx +1 -1
- package/src/Wallet/components/MyBalance.tsx +1 -0
- package/src/Wallet/components/OrderManager.tsx +1 -1
- package/src/Wallet/components/RemoveAccount.tsx +1 -1
- package/src/Wallet/components/VerifyACHAccount.tsx +1 -1
- package/src/Wallet/components/WalletActionSelector.tsx +1 -1
- package/src/Wallet/components/WalletSettings.tsx +1 -1
- package/src/Wallet/components/WalletSetup.tsx +1 -1
- package/src/Wallet/components/WithdrawCard.tsx +1 -1
- package/src/Wallet/index.tsx +1 -1
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import type { BEEventProps } from '../Observer/api/types';
|
|
2
3
|
type AdServerProps = {
|
|
3
4
|
placement: string;
|
|
@@ -12,7 +13,7 @@ type AdProviderProps = {
|
|
|
12
13
|
distinct_id?: string;
|
|
13
14
|
session_id?: string;
|
|
14
15
|
};
|
|
15
|
-
export declare const AdProvider: ({ children, role, distinct_id, session_id }: AdProviderProps) =>
|
|
16
|
-
declare const AdServer: ({ placement, ad_type, role, onViewAd, onClickAd }: AdServerProps) =>
|
|
16
|
+
export declare const AdProvider: ({ children, role, distinct_id, session_id }: AdProviderProps) => React.JSX.Element;
|
|
17
|
+
declare const AdServer: ({ placement, ad_type, role, onViewAd, onClickAd }: AdServerProps) => React.JSX.Element;
|
|
17
18
|
export default AdServer;
|
|
18
19
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/AdServer/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/AdServer/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyD,MAAM,OAAO,CAAC;AAK9E,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAG1D,KAAK,aAAa,GAAG;IACjB,SAAS,EAAC,MAAM,CAAC;IACjB,OAAO,EAAC,MAAM,CAAC;IACf,IAAI,CAAC,EAAC,MAAM,CAAC;IACb,QAAQ,EAAE,CAAC,QAAQ,EAAC,YAAY,KAAK,IAAI,CAAC;IAC1C,SAAS,EAAE,CAAC,QAAQ,EAAC,YAAY,KAAK,IAAI,CAAC;CAC9C,CAAA;AAWD,KAAK,eAAe,GAAG;IACnB,QAAQ,EAAC,GAAG,CAAC;IACb,IAAI,CAAC,EAAC,MAAM,CAAC;IACb,WAAW,CAAC,EAAC,MAAM,CAAC;IACpB,UAAU,CAAC,EAAC,MAAM,CAAA;CACrB,CAAA;AAED,eAAO,MAAM,UAAU,gDAAgD,eAAe,sBA2CrF,CAAA;AAED,QAAA,MAAM,QAAQ,sDAAsD,aAAa,sBA0DhF,CAAA;AAED,eAAe,QAAQ,CAAA"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import type { AuthStrategyIdentifierProps } from '../api/types';
|
|
2
3
|
type AuthStrategyIdentifierCardProps = {
|
|
3
4
|
auth_strategy_identifier: AuthStrategyIdentifierProps;
|
|
@@ -5,6 +6,6 @@ type AuthStrategyIdentifierCardProps = {
|
|
|
5
6
|
auto_focus?: boolean;
|
|
6
7
|
onChangeIdentifier: (text: string, is_valid: boolean, pretty_value?: string) => void;
|
|
7
8
|
};
|
|
8
|
-
declare const AuthStrategyIdentifier: ({ auth_strategy_identifier, auto_focus, auth_request, onChangeIdentifier }: AuthStrategyIdentifierCardProps) =>
|
|
9
|
+
declare const AuthStrategyIdentifier: ({ auth_strategy_identifier, auto_focus, auth_request, onChangeIdentifier }: AuthStrategyIdentifierCardProps) => React.JSX.Element;
|
|
9
10
|
export default AuthStrategyIdentifier;
|
|
10
11
|
//# sourceMappingURL=AuthStrategyIdentifier.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AuthStrategyIdentifier.d.ts","sourceRoot":"","sources":["../../../../../src/Authenticator/Components/AuthStrategyIdentifier.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AuthStrategyIdentifier.d.ts","sourceRoot":"","sources":["../../../../../src/Authenticator/Components/AuthStrategyIdentifier.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,cAAc,CAAC;AAIhE,KAAK,+BAA+B,GAAG;IACnC,wBAAwB,EAAC,2BAA2B,CAAC;IACrD,YAAY,CAAC,EAAE,GAAG,CAAC;IACnB,UAAU,CAAC,EAAC,OAAO,CAAC;IACpB,kBAAkB,EAAE,CAAC,IAAI,EAAC,MAAM,EAAG,QAAQ,EAAC,OAAO,EAAE,YAAY,CAAC,EAAC,MAAM,KAAK,IAAI,CAAA;CACrF,CAAA;AAED,QAAA,MAAM,sBAAsB,+EAA+E,+BAA+B,sBAuDzI,CAAA;AAED,eAAe,sBAAsB,CAAA"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import type { AuthenticatedProps } from '../api/types';
|
|
2
3
|
type LoginFormProps = {
|
|
3
4
|
visible: boolean;
|
|
@@ -6,6 +7,6 @@ type LoginFormProps = {
|
|
|
6
7
|
onRegister: () => void;
|
|
7
8
|
onAuthenticated: (auth_response: AuthenticatedProps) => void;
|
|
8
9
|
};
|
|
9
|
-
declare const LoginForm: ({ width, visible, onRegister, onAuthenticated, onTryAuthenticate }: LoginFormProps) =>
|
|
10
|
+
declare const LoginForm: ({ width, visible, onRegister, onAuthenticated, onTryAuthenticate }: LoginFormProps) => React.JSX.Element;
|
|
10
11
|
export default LoginForm;
|
|
11
12
|
//# sourceMappingURL=LoginForm.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LoginForm.d.ts","sourceRoot":"","sources":["../../../../../src/Authenticator/Components/LoginForm.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"LoginForm.d.ts","sourceRoot":"","sources":["../../../../../src/Authenticator/Components/LoginForm.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAKxC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AAGvD,KAAK,cAAc,GAAG;IAClB,OAAO,EAAC,OAAO,CAAC;IAChB,KAAK,EAAC,MAAM,CAAC;IACb,iBAAiB,EAAC,CAAC,SAAS,EAAC,MAAM,EAAE,MAAM,EAAC,SAAS,GAAC,MAAM,KAAK,IAAI,CAAC;IACtE,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,eAAe,EAAE,CAAC,aAAa,EAAC,kBAAkB,KAAK,IAAI,CAAA;CAC9D,CAAA;AAID,QAAA,MAAM,SAAS,uEAAuE,cAAc,sBAgSnG,CAAA;AAED,eAAe,SAAS,CAAA"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import type { AuthStrategyIdentifierProps, AuthStrategyProps, AuthenticatedProps } from '../api/types';
|
|
2
3
|
import type { CompanyProps } from '../../types';
|
|
3
4
|
type StrategyFormProps = {
|
|
@@ -19,6 +20,6 @@ type StrategyFormProps = {
|
|
|
19
20
|
onLogin: () => void;
|
|
20
21
|
onAuthenticated: (auth_response: AuthenticatedProps) => void;
|
|
21
22
|
};
|
|
22
|
-
declare const StrategyForm: ({ visible, company, theme, strategy, auth_strategy_id, company_id, distinct_id, source, show_referral, referral_code, width, opt_in_url, onAuthenticated, onLogin }: StrategyFormProps) =>
|
|
23
|
+
declare const StrategyForm: ({ visible, company, theme, strategy, auth_strategy_id, company_id, distinct_id, source, show_referral, referral_code, width, opt_in_url, onAuthenticated, onLogin }: StrategyFormProps) => React.JSX.Element;
|
|
23
24
|
export default StrategyForm;
|
|
24
25
|
//# sourceMappingURL=StrategyForm.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StrategyForm.d.ts","sourceRoot":"","sources":["../../../../../src/Authenticator/Components/StrategyForm.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"StrategyForm.d.ts","sourceRoot":"","sources":["../../../../../src/Authenticator/Components/StrategyForm.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAGnD,OAAO,KAAK,EAA6B,2BAA2B,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AAGlI,OAAO,KAAK,EAAE,YAAY,EAAsD,MAAM,aAAa,CAAC;AAKpG,KAAK,iBAAiB,GAAG;IACrB,OAAO,EAAC,OAAO,CAAC;IAChB,gBAAgB,EAAC,MAAM,CAAC;IACxB,QAAQ,EAAE;QAAE,aAAa,CAAC,EAAC,iBAAiB,CAAC;QAAC,yBAAyB,EAAC,2BAA2B,EAAE,CAAA;KAAE,CAAA;IACvG,KAAK,EAAC,MAAM,CAAC;IACb,UAAU,CAAC,EAAC,MAAM,CAAC;IACnB,WAAW,EAAC,MAAM,CAAC;IACnB,MAAM,EAAC,MAAM,CAAC;IACd,KAAK,CAAC,EAAC,MAAM,GAAC,MAAM,CAAC;IACrB,OAAO,CAAC,EAAC,YAAY,CAAC;IACtB,UAAU,CAAC,EAAC,MAAM,CAAC;IACnB,aAAa,CAAC,EAAC,OAAO,CAAC;IACvB,aAAa,CAAC,EAAC,MAAM,CAAC;IACtB,OAAO,EAAC,MAAM,IAAI,CAAC;IACnB,eAAe,EAAE,CAAC,aAAa,EAAC,kBAAkB,KAAK,IAAI,CAAA;CAC9D,CAAA;AAID,QAAA,MAAM,YAAY,wKAAwK,iBAAiB,sBA+b1M,CAAA;AAED,eAAe,YAAY,CAAA"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import type { AuthenticatedProps } from './api/types';
|
|
2
3
|
type AuthenticateWizardProps = {
|
|
3
4
|
auth_strategy_id: string;
|
|
@@ -14,6 +15,6 @@ type AuthenticateWizardProps = {
|
|
|
14
15
|
onTryAuthenticate?: (attribute: string, result: 'success' | 'fail') => void;
|
|
15
16
|
onClose: () => void;
|
|
16
17
|
};
|
|
17
|
-
declare const Authenticator: ({ visible, theme, show_referral, auth_strategy_id, default_view, company_id, source, referral_code, width, opt_in_url, onTryAuthenticate, onAuthenticated, onClose }: AuthenticateWizardProps) =>
|
|
18
|
+
declare const Authenticator: ({ visible, theme, show_referral, auth_strategy_id, default_view, company_id, source, referral_code, width, opt_in_url, onTryAuthenticate, onAuthenticated, onClose }: AuthenticateWizardProps) => React.JSX.Element;
|
|
18
19
|
export default Authenticator;
|
|
19
20
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Authenticator/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Authenticator/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAOnD,OAAO,KAAK,EAAkD,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAKtG,KAAK,uBAAuB,GAAG;IAC3B,gBAAgB,EAAC,MAAM,CAAC;IACxB,KAAK,EAAC,MAAM,CAAC;IACb,UAAU,CAAC,EAAC,MAAM,CAAC;IACnB,YAAY,CAAC,EAAC,OAAO,GAAC,UAAU,CAAA;IAChC,aAAa,CAAC,EAAC,OAAO,CAAC;IACvB,MAAM,EAAC,MAAM,CAAC;IACd,KAAK,CAAC,EAAC,MAAM,GAAC,MAAM,CAAA;IACpB,UAAU,CAAC,EAAC,MAAM,CAAC;IACnB,aAAa,CAAC,EAAC,MAAM,CAAC;IACtB,OAAO,CAAC,EAAC,OAAO,CAAC;IACjB,eAAe,EAAE,CAAC,aAAa,EAAC,kBAAkB,KAAK,IAAI,CAAC;IAC5D,iBAAiB,CAAC,EAAE,CAAC,SAAS,EAAC,MAAM,EAAE,MAAM,EAAC,SAAS,GAAC,MAAM,KAAK,IAAI,CAAA;IACvE,OAAO,EAAE,MAAM,IAAI,CAAA;CACtB,CAAA;AAED,QAAA,MAAM,aAAa,yKAAyK,uBAAuB,sBA6GlN,CAAA;AAED,eAAe,aAAa,CAAA"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import type { EventProps, PublicPlayerProps, TournamentProps } from '../types';
|
|
2
3
|
type BettorSearchProps = {
|
|
3
4
|
search_types: string[];
|
|
@@ -14,6 +15,6 @@ type BettorSearchProps = {
|
|
|
14
15
|
polls: any[];
|
|
15
16
|
}) => void;
|
|
16
17
|
};
|
|
17
|
-
declare const BettorSearch: ({ init_search_value, search_types, container_style, search_style, button_style, onSearchResults }: BettorSearchProps) =>
|
|
18
|
+
declare const BettorSearch: ({ init_search_value, search_types, container_style, search_style, button_style, onSearchResults }: BettorSearchProps) => React.JSX.Element;
|
|
18
19
|
export default BettorSearch;
|
|
19
20
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/BettorSearch/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/BettorSearch/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAKnD,OAAO,KAAK,EAAE,UAAU,EAAE,iBAAiB,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAE/E,KAAK,iBAAiB,GAAG;IACrB,YAAY,EAAC,MAAM,EAAE,CAAC;IACtB,iBAAiB,CAAC,EAAC,MAAM,CAAC;IAC1B,eAAe,CAAC,EAAC,GAAG,CAAC;IACrB,YAAY,CAAC,EAAC,GAAG,CAAC;IAClB,YAAY,CAAC,EAAC,GAAG,CAAC;IAClB,eAAe,EAAC,CAAC,OAAO,EAAE;QACtB,MAAM,EAAC,MAAM,CAAC;QACd,OAAO,EAAC,iBAAiB,EAAE,CAAC;QAC5B,MAAM,EAAC,UAAU,EAAE,CAAC;QACpB,WAAW,EAAC,eAAe,EAAE,CAAA;QAC7B,YAAY,EAAC,GAAG,EAAE,CAAC;QACnB,KAAK,EAAE,GAAG,EAAE,CAAA;KACf,KAAK,IAAI,CAAC;CACd,CAAA;AAED,QAAA,MAAM,YAAY,sGAAsG,iBAAiB,sBAgFxI,CAAA;AAED,eAAe,YAAY,CAAA"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import type { BracketCompetitionProps, CompetitionPlayerBracketProps, CompetitionResultTypeProps, MyPlayerProps, PlayerBalanceProps, PlayerBracketProps } from '../../types';
|
|
2
3
|
type BracketCompetitionCardProps = {
|
|
3
4
|
visible: boolean;
|
|
@@ -28,6 +29,6 @@ type BracketCompetitionCardProps = {
|
|
|
28
29
|
my_player_brackets: PlayerBracketProps[];
|
|
29
30
|
onClose: () => void;
|
|
30
31
|
};
|
|
31
|
-
declare const BracketCompetitionCard: ({ visible, player_balance, player, height, my_comp_player_brackets, competition_result_types, my_player_brackets, bracket_competition_id, onNotEnoughBalance, onUpdateMyData, onViewBracket, onClose, onLeaveCompetition, onShareCompetition, onEnterCompetition }: BracketCompetitionCardProps) =>
|
|
32
|
+
declare const BracketCompetitionCard: ({ visible, player_balance, player, height, my_comp_player_brackets, competition_result_types, my_player_brackets, bracket_competition_id, onNotEnoughBalance, onUpdateMyData, onViewBracket, onClose, onLeaveCompetition, onShareCompetition, onEnterCompetition }: BracketCompetitionCardProps) => React.JSX.Element;
|
|
32
33
|
export default BracketCompetitionCard;
|
|
33
34
|
//# sourceMappingURL=BracketCompetitionCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BracketCompetitionCard.d.ts","sourceRoot":"","sources":["../../../../../src/Bracket/components/BracketCompetitionCard.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BracketCompetitionCard.d.ts","sourceRoot":"","sources":["../../../../../src/Bracket/components/BracketCompetitionCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,KAAK,EAAE,uBAAuB,EAAuE,6BAA6B,EAAE,0BAA0B,EAAE,aAAa,EAAE,kBAAkB,EAAE,kBAAkB,EAAqB,MAAM,aAAa,CAAC;AASrQ,KAAK,2BAA2B,GAAG;IAC/B,OAAO,EAAE,OAAO,CAAC;IACjB,MAAM,CAAC,EAAC,aAAa,CAAC;IACtB,cAAc,CAAC,EAAC,kBAAkB,CAAC;IACnC,sBAAsB,CAAC,EAAC,MAAM,CAAC;IAC/B,MAAM,EAAC,MAAM,CAAA;IACb,kBAAkB,EAAC,CAAC,IAAI,EAAC;QAAE,mBAAmB,EAAC,uBAAuB,CAAA;KAAE,KAAK,IAAI,CAAC;IAClF,aAAa,EAAC,CAAC,UAAU,EAAC,MAAM,KAAK,IAAI,CAAC;IAC1C,cAAc,EAAE,CAAC,IAAI,EAAE;QAAC,UAAU,EAAC,MAAM,CAAC;QAAC,eAAe,EAAC,kBAAkB,EAAE,CAAC;QAAC,2BAA2B,EAAC,6BAA6B,EAAE,CAAA;KAAC,KAAK,IAAI,CAAC;IACvJ,kBAAkB,EAAC,CAAC,sBAAsB,EAAC,MAAM,KAAK,IAAI,CAAC;IAC3D,kBAAkB,EAAE,CAAC,IAAI,EAAE;QAAC,0BAA0B,EAAC,6BAA6B,CAAC;QAAC,mBAAmB,EAAC,uBAAuB,CAAA;KAAC,KAAK,IAAI,CAAC;IAC5I,kBAAkB,EAAE,CAAC,IAAI,EAAE;QAAC,0BAA0B,EAAC,6BAA6B,CAAC;QAAC,mBAAmB,EAAC,uBAAuB,CAAA;KAAC,KAAK,IAAI,CAAC;IAC5I,wBAAwB,EAAC,0BAA0B,EAAE,CAAC;IACtD,uBAAuB,EAAC,6BAA6B,EAAE,CAAC;IACxD,kBAAkB,EAAC,kBAAkB,EAAE,CAAC;IACxC,OAAO,EAAC,MAAM,IAAI,CAAA;CACrB,CAAA;AAED,QAAA,MAAM,sBAAsB,uQAAuQ,2BAA2B,sBA+U7T,CAAA;AAQD,eAAe,sBAAsB,CAAA"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import type { BracketCompetitionProps, BracketProps, LeagueProps } from '../../types';
|
|
2
3
|
type BracketCompetitionSelectorProps = {
|
|
3
4
|
visible: boolean;
|
|
@@ -6,6 +7,6 @@ type BracketCompetitionSelectorProps = {
|
|
|
6
7
|
onClose: () => void;
|
|
7
8
|
onCompetitionSelect: (bracket_competition: BracketCompetitionProps) => void;
|
|
8
9
|
};
|
|
9
|
-
declare const BracketCompetitionSelector: ({ visible, leagues, brackets, onClose, onCompetitionSelect }: BracketCompetitionSelectorProps) =>
|
|
10
|
+
declare const BracketCompetitionSelector: ({ visible, leagues, brackets, onClose, onCompetitionSelect }: BracketCompetitionSelectorProps) => React.JSX.Element;
|
|
10
11
|
export default BracketCompetitionSelector;
|
|
11
12
|
//# sourceMappingURL=BracketCompetitionSelector.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BracketCompetitionSelector.d.ts","sourceRoot":"","sources":["../../../../../src/Bracket/components/BracketCompetitionSelector.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BracketCompetitionSelector.d.ts","sourceRoot":"","sources":["../../../../../src/Bracket/components/BracketCompetitionSelector.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,KAAK,EAAE,uBAAuB,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAMtF,KAAK,+BAA+B,GAAG;IACnC,OAAO,EAAC,OAAO,CAAC;IAChB,OAAO,EAAC,WAAW,EAAE,CAAC;IACtB,QAAQ,EAAC,YAAY,EAAE,CAAC;IACxB,OAAO,EAAC,MAAM,IAAI,CAAC;IACnB,mBAAmB,EAAC,CAAC,mBAAmB,EAAC,uBAAuB,KAAK,IAAI,CAAA;CAC5E,CAAA;AACD,QAAA,MAAM,0BAA0B,iEAAiE,+BAA+B,sBAsJ/H,CAAA;AAED,eAAe,0BAA0B,CAAA"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import type { BracketGroupProps, BracketRoundProps } from '../../../types';
|
|
2
3
|
type BracketNavigatorProps = {
|
|
3
4
|
bracket_rounds: BracketRoundProps[];
|
|
@@ -8,6 +9,6 @@ type BracketNavigatorProps = {
|
|
|
8
9
|
onSelectGroup: (g: BracketGroupProps) => void;
|
|
9
10
|
onClose: () => void;
|
|
10
11
|
};
|
|
11
|
-
declare const BracketNavigator: ({ bracket_rounds, bracket_groups, selected_round, selected_group, onSelectGroup, onSelectRound, onClose }: BracketNavigatorProps) =>
|
|
12
|
+
declare const BracketNavigator: ({ bracket_rounds, bracket_groups, selected_round, selected_group, onSelectGroup, onSelectRound, onClose }: BracketNavigatorProps) => React.JSX.Element;
|
|
12
13
|
export default BracketNavigator;
|
|
13
14
|
//# sourceMappingURL=BracketNavigator.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BracketNavigator.d.ts","sourceRoot":"","sources":["../../../../../../src/Bracket/components/BracketPlay/BracketNavigator.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BracketNavigator.d.ts","sourceRoot":"","sources":["../../../../../../src/Bracket/components/BracketPlay/BracketNavigator.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAI3E,KAAK,qBAAqB,GAAG;IACzB,cAAc,EAAC,iBAAiB,EAAE,CAAC;IACnC,cAAc,EAAC,iBAAiB,EAAE,CAAC;IACnC,cAAc,CAAC,EAAC,iBAAiB,CAAC;IAClC,cAAc,CAAC,EAAC,iBAAiB,CAAC;IAClC,aAAa,EAAC,CAAC,CAAC,EAAC,iBAAiB,KAAK,IAAI,CAAC;IAC5C,aAAa,EAAC,CAAC,CAAC,EAAC,iBAAiB,KAAK,IAAI,CAAC;IAC5C,OAAO,EAAE,MAAM,IAAI,CAAA;CACtB,CAAA;AAED,QAAA,MAAM,gBAAgB,8GAA8G,qBAAqB,sBAwDxJ,CAAA;AAED,eAAe,gBAAgB,CAAA"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import type { AthleteProps, BracketRoundProps, PlayerBracketPickProps, RoundEventProps, TeamProps } from '../../../types';
|
|
2
3
|
type BracketRoundSectionProps = {
|
|
3
4
|
player_bracket_id?: string;
|
|
@@ -19,6 +20,6 @@ type BracketRoundSectionProps = {
|
|
|
19
20
|
left_bar?: boolean;
|
|
20
21
|
right_bar?: boolean;
|
|
21
22
|
};
|
|
22
|
-
declare const BracketRoundSection: ({ bracket_round, round_event_loading, teams, round_events, width, hide_titles, player_bracket_picks, active_bracket_group_id, onPick }: BracketRoundSectionProps) =>
|
|
23
|
+
declare const BracketRoundSection: ({ bracket_round, round_event_loading, teams, round_events, width, hide_titles, player_bracket_picks, active_bracket_group_id, onPick }: BracketRoundSectionProps) => React.JSX.Element;
|
|
23
24
|
export default BracketRoundSection;
|
|
24
25
|
//# sourceMappingURL=BracketRound.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BracketRound.d.ts","sourceRoot":"","sources":["../../../../../../src/Bracket/components/BracketPlay/BracketRound.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BracketRound.d.ts","sourceRoot":"","sources":["../../../../../../src/Bracket/components/BracketPlay/BracketRound.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,YAAY,EAAE,iBAAiB,EAAE,sBAAsB,EAAE,eAAe,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAK1H,KAAK,wBAAwB,GAAG;IAC5B,iBAAiB,CAAC,EAAC,MAAM,CAAC;IAC1B,mBAAmB,CAAC,EAAC,MAAM,CAAC;IAC5B,oBAAoB,EAAE,sBAAsB,EAAE,CAAC;IAC/C,aAAa,EAAC,iBAAiB,CAAC;IAChC,YAAY,EAAC,eAAe,EAAE,CAAC;IAC/B,KAAK,EAAC,SAAS,EAAE,CAAC;IAClB,QAAQ,EAAC,YAAY,EAAE,CAAC;IACxB,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,KAAK,EAAC,MAAM,CAAC;IACb,WAAW,EAAC,MAAM,GAAC,OAAO,CAAC;IAC3B,uBAAuB,CAAC,EAAC,MAAM,CAAC;IAChC,MAAM,EAAE,CAAC,mBAAmB,EAAC,sBAAsB,KAAK,IAAI,CAAC;IAC7D,YAAY,EAAE;QAAE,KAAK,EAAC,MAAM,CAAC;QAAC,MAAM,EAAC,MAAM,CAAA;KAAE,CAAC;IAC9C,QAAQ,CAAC,EAAC,OAAO,CAAC;IAClB,SAAS,CAAC,EAAC,OAAO,CAAA;CACrB,CAAA;AAED,QAAA,MAAM,mBAAmB,2IAA2I,wBAAwB,sBAyD3L,CAAA;AAED,eAAe,mBAAmB,CAAA"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import type { AthleteProps, EventProps, PlayerBracketPickProps, RoundEventProps, TeamProps } from "../../../types";
|
|
2
3
|
type RoundEventCardProps = {
|
|
3
4
|
round_event: RoundEventProps;
|
|
@@ -17,6 +18,6 @@ type RoundEventCardProps = {
|
|
|
17
18
|
home_placeholder_pick?: PlayerBracketPickProps;
|
|
18
19
|
onPick: (player_bracket_pick: PlayerBracketPickProps) => void;
|
|
19
20
|
};
|
|
20
|
-
declare const RoundEventCard: ({ event, loading, away_team, away_placeholder_team, home_placeholder_team, home_team, width, no_pick, round_event, player_bracket_pick, away_placeholder_pick, home_placeholder_pick, onPick }: RoundEventCardProps) =>
|
|
21
|
+
declare const RoundEventCard: ({ event, loading, away_team, away_placeholder_team, home_placeholder_team, home_team, width, no_pick, round_event, player_bracket_pick, away_placeholder_pick, home_placeholder_pick, onPick }: RoundEventCardProps) => React.JSX.Element;
|
|
21
22
|
export default RoundEventCard;
|
|
22
23
|
//# sourceMappingURL=RoundEvent.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RoundEvent.d.ts","sourceRoot":"","sources":["../../../../../../src/Bracket/components/BracketPlay/RoundEvent.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"RoundEvent.d.ts","sourceRoot":"","sources":["../../../../../../src/Bracket/components/BracketPlay/RoundEvent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,YAAY,EAAE,UAAU,EAAE,sBAAsB,EAAE,eAAe,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAA;AAKlH,KAAK,mBAAmB,GAAG;IACvB,WAAW,EAAC,eAAe,CAAC;IAC5B,YAAY,EAAC,eAAe,EAAE,CAAC;IAC/B,KAAK,CAAC,EAAC,UAAU,CAAC;IAClB,mBAAmB,CAAC,EAAC,sBAAsB,CAAC;IAC5C,SAAS,CAAC,EAAC,SAAS,CAAC;IACrB,SAAS,CAAC,EAAC,SAAS,CAAC;IACrB,qBAAqB,CAAC,EAAC,SAAS,CAAC;IACjC,qBAAqB,CAAC,EAAC,SAAS,CAAC;IACjC,YAAY,CAAC,EAAC,YAAY,CAAC;IAC3B,YAAY,CAAC,EAAC,YAAY,CAAC;IAC3B,OAAO,CAAC,EAAC,OAAO,CAAC;IACjB,KAAK,EAAC,MAAM,CAAC;IACb,OAAO,CAAC,EAAC,OAAO,CAAC;IACjB,qBAAqB,CAAC,EAAC,sBAAsB,CAAC;IAC9C,qBAAqB,CAAC,EAAC,sBAAsB,CAAC;IAC9C,MAAM,EAAC,CAAC,mBAAmB,EAAC,sBAAsB,KAAK,IAAI,CAAA;CAC9D,CAAA;AAED,QAAA,MAAM,cAAc,mMAAmM,mBAAmB,sBAwOzO,CAAA;AAED,eAAe,cAAc,CAAA"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import type { CompetitionPlayerBracketProps, MyPlayerProps, PlayerBracketProps } from '../../../types';
|
|
2
3
|
type BracketPlayProps = {
|
|
3
4
|
visible: boolean;
|
|
@@ -13,6 +14,6 @@ type BracketPlayProps = {
|
|
|
13
14
|
onClose: () => void;
|
|
14
15
|
onPlayerBracketUpdate: (pb: PlayerBracketProps, cpbs: CompetitionPlayerBracketProps[]) => void;
|
|
15
16
|
};
|
|
16
|
-
declare const BracketPlay: ({ visible, player, room_size, bracket_id, player_bracket_id, onClose, onPlayerBracketUpdate, onChangePlayerBracket, onRequestAuthenticate }: BracketPlayProps) =>
|
|
17
|
+
declare const BracketPlay: ({ visible, player, room_size, bracket_id, player_bracket_id, onClose, onPlayerBracketUpdate, onChangePlayerBracket, onRequestAuthenticate }: BracketPlayProps) => React.JSX.Element;
|
|
17
18
|
export default BracketPlay;
|
|
18
19
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/Bracket/components/BracketPlay/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/Bracket/components/BracketPlay/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,KAAK,EAAoE,6BAA6B,EAAc,aAAa,EAA0B,kBAAkB,EAA8B,MAAM,gBAAgB,CAAC;AAQzO,KAAK,gBAAgB,GAAG;IACpB,OAAO,EAAE,OAAO,CAAC;IACjB,MAAM,CAAC,EAAC,aAAa,CAAA;IACrB,SAAS,EAAC;QAAE,KAAK,EAAC,MAAM,CAAC;QAAC,MAAM,EAAC,MAAM,CAAA;KAAE,CAAC;IAC1C,iBAAiB,CAAC,EAAC,MAAM,CAAC;IAC1B,UAAU,CAAC,EAAC,MAAM,CAAC;IACnB,qBAAqB,EAAE,MAAM,IAAI,CAAC;IAClC,qBAAqB,EAAE,CAAC,UAAU,EAAC,MAAM,KAAK,IAAI,CAAC;IACnD,OAAO,EAAE,MAAM,IAAI,CAAA;IACnB,qBAAqB,EAAE,CAAC,EAAE,EAAC,kBAAkB,EAAE,IAAI,EAAC,6BAA6B,EAAE,KAAK,IAAI,CAAC;CAChG,CAAA;AAGD,QAAA,MAAM,WAAW,gJAAgJ,gBAAgB,sBAiOhL,CAAA;AAED,eAAe,WAAW,CAAA"}
|
|
@@ -6,6 +6,6 @@ type BracketSelectorProps = {
|
|
|
6
6
|
onSelectBracket: (bracket: BracketProps) => void;
|
|
7
7
|
onClose: () => void;
|
|
8
8
|
};
|
|
9
|
-
declare const BracketSelector: ({ visible, leagues, brackets, onSelectBracket, onClose }: BracketSelectorProps) =>
|
|
9
|
+
declare const BracketSelector: ({ visible, leagues, brackets, onSelectBracket, onClose }: BracketSelectorProps) => JSX.Element;
|
|
10
10
|
export default BracketSelector;
|
|
11
11
|
//# sourceMappingURL=BracketSelector.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BracketSelector.d.ts","sourceRoot":"","sources":["../../../../../src/Bracket/components/BracketSelector.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAK7D,KAAK,oBAAoB,GAAG;IACxB,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,YAAY,EAAE,CAAC;IACzB,OAAO,EAAC,WAAW,EAAE,CAAC;IACtB,eAAe,EAAC,CAAC,OAAO,EAAC,YAAY,KAAK,IAAI,CAAC;IAC/C,OAAO,EAAC,MAAM,IAAI,CAAA;CACrB,CAAA;AAED,QAAA,MAAM,eAAe,6DAA6D,oBAAoB,
|
|
1
|
+
{"version":3,"file":"BracketSelector.d.ts","sourceRoot":"","sources":["../../../../../src/Bracket/components/BracketSelector.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAK7D,KAAK,oBAAoB,GAAG;IACxB,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,YAAY,EAAE,CAAC;IACzB,OAAO,EAAC,WAAW,EAAE,CAAC;IACtB,eAAe,EAAC,CAAC,OAAO,EAAC,YAAY,KAAK,IAAI,CAAC;IAC/C,OAAO,EAAC,MAAM,IAAI,CAAA;CACrB,CAAA;AAED,QAAA,MAAM,eAAe,6DAA6D,oBAAoB,gBAuErG,CAAA;AAED,eAAe,eAAe,CAAA"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import type { CompetitionPlayerBracketProps, PlayerBracketProps } from '../../types';
|
|
2
3
|
type CompetitionLeaderboardProps = {
|
|
3
4
|
bracket_competition_id: string;
|
|
@@ -8,6 +9,6 @@ type CompetitionLeaderboardProps = {
|
|
|
8
9
|
onViewFull?: () => void;
|
|
9
10
|
onClose?: () => void;
|
|
10
11
|
};
|
|
11
|
-
declare const CompetitionLeaderboard: ({ bracket_competition_id, my_competition_player_brackets, my_player_brackets, view_mode, show_champions, onViewFull, onClose }: CompetitionLeaderboardProps) =>
|
|
12
|
+
declare const CompetitionLeaderboard: ({ bracket_competition_id, my_competition_player_brackets, my_player_brackets, view_mode, show_champions, onViewFull, onClose }: CompetitionLeaderboardProps) => React.JSX.Element;
|
|
12
13
|
export default CompetitionLeaderboard;
|
|
13
14
|
//# sourceMappingURL=CompetitionLeaderboard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CompetitionLeaderboard.d.ts","sourceRoot":"","sources":["../../../../../src/Bracket/components/CompetitionLeaderboard.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CompetitionLeaderboard.d.ts","sourceRoot":"","sources":["../../../../../src/Bracket/components/CompetitionLeaderboard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,KAAK,EAAgB,6BAA6B,EAAE,kBAAkB,EAAgC,MAAM,aAAa,CAAC;AAOjI,KAAK,2BAA2B,GAAG;IAC/B,sBAAsB,EAAC,MAAM,CAAC;IAC9B,8BAA8B,EAAC,6BAA6B,EAAE,CAAC;IAC/D,kBAAkB,EAAC,kBAAkB,EAAE,CAAC;IACxC,SAAS,EAAE,OAAO,GAAC,MAAM,CAAC;IAC1B,cAAc,CAAC,EAAC,OAAO,CAAC;IACxB,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;IACxB,OAAO,CAAC,EAAC,MAAM,IAAI,CAAA;CACtB,CAAA;AAED,QAAA,MAAM,sBAAsB,mIAAmI,2BAA2B,sBAoKzL,CAAA;AAED,eAAe,sBAAsB,CAAA"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import type { BracketCompetitionProps, CompetitionPlayerBracketProps, MyPlayerProps, PlayerBalanceProps, PlayerBracketProps } from '../../types';
|
|
2
3
|
type JoinCompetitionCardProps = {
|
|
3
4
|
player?: MyPlayerProps;
|
|
@@ -11,6 +12,6 @@ type JoinCompetitionCardProps = {
|
|
|
11
12
|
onEnterCompetition: (cpb: CompetitionPlayerBracketProps) => void;
|
|
12
13
|
onClose: () => void;
|
|
13
14
|
};
|
|
14
|
-
declare const JoinCompetitionCard: ({ player, player_balance, loading, player_bracket, bracket_competition, onNotEnoughBalance, onEnterCompetition, onClose }: JoinCompetitionCardProps) =>
|
|
15
|
+
declare const JoinCompetitionCard: ({ player, player_balance, loading, player_bracket, bracket_competition, onNotEnoughBalance, onEnterCompetition, onClose }: JoinCompetitionCardProps) => React.JSX.Element;
|
|
15
16
|
export default JoinCompetitionCard;
|
|
16
17
|
//# sourceMappingURL=JoinCompetitionCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"JoinCompetitionCard.d.ts","sourceRoot":"","sources":["../../../../../src/Bracket/components/JoinCompetitionCard.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"JoinCompetitionCard.d.ts","sourceRoot":"","sources":["../../../../../src/Bracket/components/JoinCompetitionCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAGxC,OAAO,KAAK,EAAE,uBAAuB,EAAE,6BAA6B,EAAE,aAAa,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAKjJ,KAAK,wBAAwB,GAAG;IAC5B,MAAM,CAAC,EAAC,aAAa,CAAC;IACtB,OAAO,CAAC,EAAC,OAAO,CAAC;IACjB,cAAc,EAAC,kBAAkB,CAAC;IAClC,cAAc,CAAC,EAAC,kBAAkB,CAAC;IACnC,mBAAmB,EAAC,uBAAuB,CAAC;IAC5C,kBAAkB,EAAC,CAAC,IAAI,EAAC;QAAE,mBAAmB,EAAC,uBAAuB,CAAA;KAAE,KAAK,IAAI,CAAC;IAClF,kBAAkB,EAAC,CAAC,GAAG,EAAC,6BAA6B,KAAK,IAAI,CAAC;IAC/D,OAAO,EAAC,MAAM,IAAI,CAAA;CACrB,CAAA;AAED,QAAA,MAAM,mBAAmB,8HAA8H,wBAAwB,sBAoE9K,CAAA;AAED,eAAe,mBAAmB,CAAA"}
|
|
@@ -3,6 +3,6 @@ type PlayerBalanceCardProps = {
|
|
|
3
3
|
player_balance: PlayerBalanceProps;
|
|
4
4
|
player: MyPlayerProps;
|
|
5
5
|
};
|
|
6
|
-
declare const PlayerBalanceCard: ({ player, player_balance }: PlayerBalanceCardProps) =>
|
|
6
|
+
declare const PlayerBalanceCard: ({ player, player_balance }: PlayerBalanceCardProps) => JSX.Element;
|
|
7
7
|
export default PlayerBalanceCard;
|
|
8
8
|
//# sourceMappingURL=PlayerBalanceCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PlayerBalanceCard.d.ts","sourceRoot":"","sources":["../../../../../src/Bracket/components/PlayerBalanceCard.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAA;AAIpE,KAAK,sBAAsB,GAAG;IAC1B,cAAc,EAAC,kBAAkB,CAAC;IAClC,MAAM,EAAC,aAAa,CAAA;CACvB,CAAA;AAED,QAAA,MAAM,iBAAiB,+BAA+B,sBAAsB,
|
|
1
|
+
{"version":3,"file":"PlayerBalanceCard.d.ts","sourceRoot":"","sources":["../../../../../src/Bracket/components/PlayerBalanceCard.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAA;AAIpE,KAAK,sBAAsB,GAAG;IAC1B,cAAc,EAAC,kBAAkB,CAAC;IAClC,MAAM,EAAC,aAAa,CAAA;CACvB,CAAA;AAED,QAAA,MAAM,iBAAiB,+BAA+B,sBAAsB,gBAoB3E,CAAA;AAED,eAAe,iBAAiB,CAAA"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import type { AthleteProps, BracketCompetitionProps, CompetitionPlayerBracketProps, PlayerBracketProps, TeamProps } from '../../types';
|
|
2
3
|
type PlayerBracketManagerProps = {
|
|
3
4
|
visible: boolean;
|
|
@@ -12,6 +13,6 @@ type PlayerBracketManagerProps = {
|
|
|
12
13
|
onSelectCompetition: (bc: BracketCompetitionProps) => void;
|
|
13
14
|
onClose: () => void;
|
|
14
15
|
};
|
|
15
|
-
declare const PlayerBracketManager: ({ visible, teams, athletes, player_bracket, bracket_competitions, competition_player_brackets, onEditPicks, onSelectCompetition, onUpdateBracket, onClose }: PlayerBracketManagerProps) =>
|
|
16
|
+
declare const PlayerBracketManager: ({ visible, teams, athletes, player_bracket, bracket_competitions, competition_player_brackets, onEditPicks, onSelectCompetition, onUpdateBracket, onClose }: PlayerBracketManagerProps) => React.JSX.Element;
|
|
16
17
|
export default PlayerBracketManager;
|
|
17
18
|
//# sourceMappingURL=PlayerBracketManager.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PlayerBracketManager.d.ts","sourceRoot":"","sources":["../../../../../src/Bracket/components/PlayerBracketManager.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PlayerBracketManager.d.ts","sourceRoot":"","sources":["../../../../../src/Bracket/components/PlayerBracketManager.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,KAAK,EAAE,YAAY,EAAE,uBAAuB,EAAE,6BAA6B,EAAE,kBAAkB,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAKvI,KAAK,yBAAyB,GAAG;IAC7B,OAAO,EAAC,OAAO,CAAC;IAChB,KAAK,EAAC,MAAM,CAAC;IACb,KAAK,EAAC,SAAS,EAAE,CAAC;IAClB,QAAQ,EAAC,YAAY,EAAE,CAAC;IACxB,cAAc,CAAC,EAAC,kBAAkB,CAAC;IACnC,2BAA2B,EAAC,6BAA6B,EAAE,CAAC;IAC5D,oBAAoB,EAAC,uBAAuB,EAAE,CAAC;IAC/C,eAAe,EAAE,CAAC,EAAE,EAAC,kBAAkB,KAAK,IAAI,CAAC;IACjD,WAAW,EAAE,CAAC,EAAE,EAAC,kBAAkB,KAAK,IAAI,CAAC;IAC7C,mBAAmB,EAAE,CAAC,EAAE,EAAC,uBAAuB,KAAK,IAAI,CAAC;IAC1D,OAAO,EAAE,MAAO,IAAI,CAAA;CACvB,CAAA;AAED,QAAA,MAAM,oBAAoB,gKAAgK,yBAAyB,sBA8PlN,CAAA;AAED,eAAe,oBAAoB,CAAA"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import type { AthleteProps, BracketCompetitionProps, BracketProps, CompetitionPlayerBracketProps, LeagueProps, PlayerBracketProps, TeamProps } from '../../types';
|
|
2
3
|
type PlayerBracketSelectorProps = {
|
|
3
4
|
visible: boolean;
|
|
@@ -11,6 +12,6 @@ type PlayerBracketSelectorProps = {
|
|
|
11
12
|
onClose: () => void;
|
|
12
13
|
onSelect: (pb: PlayerBracketProps) => void;
|
|
13
14
|
};
|
|
14
|
-
declare const PlayerBracketSelector: ({ visible, brackets, leagues, teams, athletes, player_brackets, onSelect, onClose }: PlayerBracketSelectorProps) =>
|
|
15
|
+
declare const PlayerBracketSelector: ({ visible, brackets, leagues, teams, athletes, player_brackets, onSelect, onClose }: PlayerBracketSelectorProps) => React.JSX.Element;
|
|
15
16
|
export default PlayerBracketSelector;
|
|
16
17
|
//# sourceMappingURL=PlayerBrackets.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PlayerBrackets.d.ts","sourceRoot":"","sources":["../../../../../src/Bracket/components/PlayerBrackets.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PlayerBrackets.d.ts","sourceRoot":"","sources":["../../../../../src/Bracket/components/PlayerBrackets.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,YAAY,EAAE,uBAAuB,EAAE,YAAY,EAAE,6BAA6B,EAAE,WAAW,EAAE,kBAAkB,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAKlK,KAAK,0BAA0B,GAAG;IAC9B,OAAO,EAAC,OAAO,CAAC;IAChB,QAAQ,EAAC,YAAY,EAAE,CAAC;IACxB,OAAO,EAAC,WAAW,EAAE,CAAC;IACtB,KAAK,EAAC,SAAS,EAAE,CAAC;IAClB,QAAQ,EAAC,YAAY,EAAE,CAAC;IACxB,eAAe,EAAC,kBAAkB,EAAE,CAAC;IACrC,oBAAoB,EAAC,uBAAuB,EAAE,CAAC;IAC/C,2BAA2B,EAAC,6BAA6B,EAAE,CAAA;IAC3D,OAAO,EAAC,MAAM,IAAI,CAAC;IACnB,QAAQ,EAAC,CAAC,EAAE,EAAC,kBAAkB,KAAK,IAAI,CAAC;CAC5C,CAAA;AAED,QAAA,MAAM,qBAAqB,wFAAwF,0BAA0B,sBAgG5I,CAAA;AAED,eAAe,qBAAqB,CAAA"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
type OptionType = {
|
|
2
3
|
key: string;
|
|
3
4
|
label: string;
|
|
@@ -8,6 +9,6 @@ type RoomMenuProps = {
|
|
|
8
9
|
onClose?: () => void;
|
|
9
10
|
onOptionSelect: (option: OptionType) => void;
|
|
10
11
|
};
|
|
11
|
-
declare const RoomMenu: ({ visible, onOptionSelect, onClose }: RoomMenuProps) =>
|
|
12
|
+
declare const RoomMenu: ({ visible, onOptionSelect, onClose }: RoomMenuProps) => React.JSX.Element;
|
|
12
13
|
export default RoomMenu;
|
|
13
14
|
//# sourceMappingURL=RoomMenu.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RoomMenu.d.ts","sourceRoot":"","sources":["../../../../../src/Bracket/components/RoomMenu.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"RoomMenu.d.ts","sourceRoot":"","sources":["../../../../../src/Bracket/components/RoomMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,KAAK,UAAU,GAAG;IAAE,GAAG,EAAC,MAAM,CAAC;IAAC,KAAK,EAAC,MAAM,CAAC;IAAC,WAAW,EAAE,MAAM,CAAA;CAAE,CAAA;AAOnE,KAAK,aAAa,GAAG;IACjB,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAC,MAAM,IAAI,CAAC;IACpB,cAAc,EAAC,CAAC,MAAM,EAAC,UAAU,KAAK,IAAI,CAAA;CAC7C,CAAA;AAED,QAAA,MAAM,QAAQ,yCAA0C,aAAa,sBA+CpE,CAAA;AAED,eAAe,QAAQ,CAAA"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import type { BracketCompetitionProps, PlayerBalanceProps } from '../types';
|
|
2
3
|
type BracketRoomProps = {
|
|
3
4
|
player_id?: string;
|
|
@@ -11,6 +12,6 @@ type BracketRoomProps = {
|
|
|
11
12
|
}) => void;
|
|
12
13
|
onClose?: () => void;
|
|
13
14
|
};
|
|
14
|
-
declare const BracketRoom: ({ player_id, bracket_id, bracket_competition_id, player_balance, onRequestAuthenticate, onShareCompetition, onClose, onNotEnoughBalance }: BracketRoomProps) =>
|
|
15
|
+
declare const BracketRoom: ({ player_id, bracket_id, bracket_competition_id, player_balance, onRequestAuthenticate, onShareCompetition, onClose, onNotEnoughBalance }: BracketRoomProps) => React.JSX.Element | undefined;
|
|
15
16
|
export default BracketRoom;
|
|
16
17
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Bracket/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Bracket/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAInD,OAAO,KAAK,EAAgB,uBAAuB,EAAuG,kBAAkB,EAAiC,MAAM,UAAU,CAAC;AAU9N,KAAK,gBAAgB,GAAG;IACpB,SAAS,CAAC,EAAC,MAAM,CAAC;IAClB,UAAU,CAAC,EAAC,MAAM,CAAC;IACnB,cAAc,CAAC,EAAC,kBAAkB,CAAC;IACnC,sBAAsB,CAAC,EAAC,MAAM,CAAC;IAC/B,kBAAkB,EAAC,CAAC,sBAAsB,EAAC,MAAM,KAAK,IAAI,CAAC;IAC3D,qBAAqB,EAAE,MAAM,IAAI,CAAC;IAClC,kBAAkB,EAAC,CAAC,IAAI,EAAC;QAAE,mBAAmB,EAAC,uBAAuB,CAAA;KAAE,KAAK,IAAI,CAAC;IAClF,OAAO,CAAC,EAAC,MAAM,IAAI,CAAA;CACtB,CAAA;AAED,QAAA,MAAM,WAAW,8IAA8I,gBAAgB,kCA0Q9K,CAAA;AAED,eAAe,WAAW,CAAA"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import type { AccountProps, ItemProps, PlayerAddressProps } from '../../types';
|
|
2
3
|
type AccountSummaryCardProps = {
|
|
3
4
|
selected_account?: AccountProps;
|
|
@@ -12,6 +13,6 @@ type AccountSummaryCardProps = {
|
|
|
12
13
|
onAccountsUpdate: (accounts: AccountProps[]) => void;
|
|
13
14
|
onSelectAccount: (account: AccountProps) => void;
|
|
14
15
|
};
|
|
15
|
-
declare const AccountSummaryCard: ({ accounts, cvv, items, selected_account, billing_address_required, player_address, onRequestNewAccount, onCVVChange, onAccountsUpdate, onSelectAccount, onChangeAddress }: AccountSummaryCardProps) =>
|
|
16
|
+
declare const AccountSummaryCard: ({ accounts, cvv, items, selected_account, billing_address_required, player_address, onRequestNewAccount, onCVVChange, onAccountsUpdate, onSelectAccount, onChangeAddress }: AccountSummaryCardProps) => React.JSX.Element;
|
|
16
17
|
export default AccountSummaryCard;
|
|
17
18
|
//# sourceMappingURL=AccountSummaryCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AccountSummaryCard.d.ts","sourceRoot":"","sources":["../../../../../src/Checkout/components/AccountSummaryCard.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AccountSummaryCard.d.ts","sourceRoot":"","sources":["../../../../../src/Checkout/components/AccountSummaryCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,YAAY,EAAE,SAAS,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAK/E,KAAK,uBAAuB,GAAG;IAC3B,gBAAgB,CAAC,EAAC,YAAY,CAAC;IAC/B,QAAQ,EAAC,YAAY,EAAE,CAAC;IACxB,GAAG,CAAC,EAAC,MAAM,CAAC;IACZ,KAAK,EAAC,SAAS,EAAE,CAAC;IAClB,cAAc,CAAC,EAAC,kBAAkB,CAAC;IACnC,wBAAwB,CAAC,EAAC,OAAO,CAAC;IAClC,mBAAmB,EAAC,MAAM,IAAI,CAAC;IAC/B,WAAW,EAAC,CAAC,OAAO,EAAC,MAAM,KAAK,IAAI,CAAC;IACrC,eAAe,EAAC,MAAM,IAAI,CAAA;IAC1B,gBAAgB,EAAC,CAAC,QAAQ,EAAC,YAAY,EAAE,KAAK,IAAI,CAAC;IACnD,eAAe,EAAC,CAAC,OAAO,EAAC,YAAY,KAAK,IAAI,CAAA;CACjD,CAAA;AACD,QAAA,MAAM,kBAAkB,+KAA+K,uBAAuB,sBAwJ7N,CAAA;AAED,eAAe,kBAAkB,CAAA"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import type { ItemProps } from "../../types";
|
|
2
3
|
type ItemSummaryCardProps = {
|
|
3
4
|
items: ItemProps[];
|
|
4
5
|
};
|
|
5
|
-
declare const ItemSummaryCard: ({ items }: ItemSummaryCardProps) =>
|
|
6
|
+
declare const ItemSummaryCard: ({ items }: ItemSummaryCardProps) => React.JSX.Element;
|
|
6
7
|
export default ItemSummaryCard;
|
|
7
8
|
//# sourceMappingURL=ItemSummaryCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ItemSummaryCard.d.ts","sourceRoot":"","sources":["../../../../../src/Checkout/components/ItemSummaryCard.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ItemSummaryCard.d.ts","sourceRoot":"","sources":["../../../../../src/Checkout/components/ItemSummaryCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAI7C,KAAK,oBAAoB,GAAG;IACxB,KAAK,EAAC,SAAS,EAAE,CAAA;CACpB,CAAA;AACD,QAAA,MAAM,eAAe,cAAc,oBAAoB,sBAsBtD,CAAA;AAED,eAAe,eAAe,CAAA"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import type { ItemOrderProps } from "../../types";
|
|
2
3
|
type OrderSummaryCardProps = {
|
|
3
4
|
item_order: ItemOrderProps;
|
|
4
5
|
};
|
|
5
|
-
declare const OrderSummaryCard: ({ item_order }: OrderSummaryCardProps) =>
|
|
6
|
+
declare const OrderSummaryCard: ({ item_order }: OrderSummaryCardProps) => React.JSX.Element;
|
|
6
7
|
export default OrderSummaryCard;
|
|
7
8
|
//# sourceMappingURL=OrderSummaryCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OrderSummaryCard.d.ts","sourceRoot":"","sources":["../../../../../src/Checkout/components/OrderSummaryCard.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"OrderSummaryCard.d.ts","sourceRoot":"","sources":["../../../../../src/Checkout/components/OrderSummaryCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAKlD,KAAK,qBAAqB,GAAG;IACzB,UAAU,EAAC,cAAc,CAAA;CAC5B,CAAA;AAED,QAAA,MAAM,gBAAgB,mBAAmB,qBAAqB,sBA0B7D,CAAA;AAED,eAAe,gBAAgB,CAAA"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import type { AccountProps, ItemOrderProps, ItemProps, TransactionProps } from '../../types';
|
|
2
3
|
type PayPalOrderCaptureProps = {
|
|
3
4
|
paypal_account: AccountProps;
|
|
@@ -10,6 +11,6 @@ type PayPalOrderCaptureProps = {
|
|
|
10
11
|
onOrderUpdate: (item_order: ItemOrderProps, transaction: TransactionProps) => void;
|
|
11
12
|
onCancel: () => void;
|
|
12
13
|
};
|
|
13
|
-
declare const PayPalOrderCapture: ({ draft_item_order, region, coordinates, items, paypal_account, button_height, order_valid, onOrderUpdate, onCancel }: PayPalOrderCaptureProps) =>
|
|
14
|
+
declare const PayPalOrderCapture: ({ draft_item_order, region, coordinates, items, paypal_account, button_height, order_valid, onOrderUpdate, onCancel }: PayPalOrderCaptureProps) => React.JSX.Element;
|
|
14
15
|
export default PayPalOrderCapture;
|
|
15
16
|
//# sourceMappingURL=PayPalOrderCapture.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PayPalOrderCapture.d.ts","sourceRoot":"","sources":["../../../../../src/Checkout/components/PayPalOrderCapture.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PayPalOrderCapture.d.ts","sourceRoot":"","sources":["../../../../../src/Checkout/components/PayPalOrderCapture.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,YAAY,EAAE,cAAc,EAAE,SAAS,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAG7F,KAAK,uBAAuB,GAAG;IAC3B,cAAc,EAAC,YAAY,CAAC;IAC5B,KAAK,EAAC,SAAS,EAAE,CAAC;IAClB,MAAM,CAAC,EAAC,MAAM,CAAC;IACf,WAAW,CAAC,EAAC,GAAG,CAAC;IACjB,gBAAgB,EAAC,cAAc,CAAC;IAChC,aAAa,CAAC,EAAC,MAAM,CAAC;IACtB,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,aAAa,EAAC,CAAC,UAAU,EAAC,cAAc,EAAE,WAAW,EAAC,gBAAgB,KAAK,IAAI,CAAC;IAChF,QAAQ,EAAC,MAAM,IAAI,CAAA;CACtB,CAAA;AAED,QAAA,MAAM,kBAAkB,0HAA0H,uBAAuB,sBAwCxK,CAAA;AAED,eAAe,kBAAkB,CAAA"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import type { PlayerAddressProps } from '../../types';
|
|
2
3
|
type ShippingSummaryCardProps = {
|
|
3
4
|
onChangeAddress: () => void;
|
|
4
5
|
player_address?: PlayerAddressProps;
|
|
5
6
|
};
|
|
6
|
-
declare const ShippingSummaryCard: ({ player_address, onChangeAddress }: ShippingSummaryCardProps) =>
|
|
7
|
+
declare const ShippingSummaryCard: ({ player_address, onChangeAddress }: ShippingSummaryCardProps) => React.JSX.Element;
|
|
7
8
|
export default ShippingSummaryCard;
|
|
8
9
|
//# sourceMappingURL=ShippingSummaryCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ShippingSummaryCard.d.ts","sourceRoot":"","sources":["../../../../../src/Checkout/components/ShippingSummaryCard.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ShippingSummaryCard.d.ts","sourceRoot":"","sources":["../../../../../src/Checkout/components/ShippingSummaryCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAGtD,KAAK,wBAAwB,GAAG;IAC5B,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,cAAc,CAAC,EAAC,kBAAkB,CAAA;CACrC,CAAA;AAED,QAAA,MAAM,mBAAmB,wCAAwC,wBAAwB,sBAqBxF,CAAA;AAED,eAAe,mBAAmB,CAAA"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import type { ItemOrderProps, TransactionProps } from '../types';
|
|
2
3
|
type CheckoutProps = {
|
|
3
4
|
item_order: ItemOrderProps;
|
|
@@ -7,6 +8,6 @@ type CheckoutProps = {
|
|
|
7
8
|
onCompleteOrder: (item_order: ItemOrderProps, transaction: TransactionProps) => void;
|
|
8
9
|
onCancel: () => void;
|
|
9
10
|
};
|
|
10
|
-
declare const Checkout: ({ item_order, height, account_id, onCancel, onCompleteOrder, onRequestNewAccount }: CheckoutProps) =>
|
|
11
|
+
declare const Checkout: ({ item_order, height, account_id, onCancel, onCompleteOrder, onRequestNewAccount }: CheckoutProps) => React.JSX.Element;
|
|
11
12
|
export default Checkout;
|
|
12
13
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Checkout/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Checkout/index.tsx"],"names":[],"mappings":"AAAA,OAAQ,KAA8B,MAAM,OAAO,CAAC;AAEpD,OAAO,KAAK,EAAgB,cAAc,EAAgD,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAiB7H,KAAK,aAAa,GAAG;IACjB,UAAU,EAAC,cAAc,CAAC;IAC1B,UAAU,CAAC,EAAC,MAAM,CAAC;IACnB,MAAM,CAAC,EAAC,MAAM,CAAC;IACf,mBAAmB,EAAC,MAAM,IAAI,CAAC;IAC/B,eAAe,EAAC,CAAC,UAAU,EAAC,cAAc,EAAE,WAAW,EAAC,gBAAgB,KAAK,IAAI,CAAC;IAClF,QAAQ,EAAC,MAAM,IAAI,CAAA;CACtB,CAAA;AACD,QAAA,MAAM,QAAQ,uFAAuF,aAAa,sBA0ZjH,CAAA;AASD,eAAe,QAAQ,CAAA"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import type { AthleteProps, CompetitionMatchMarketProps, CompetitionMatchProps, CompetitionProps, CompetitionTypeProps, EventProps, MarketProps, PlayerPickProps } from '../../types';
|
|
2
3
|
type AthleteMarketCardProps = {
|
|
3
4
|
competition: CompetitionProps;
|
|
@@ -13,6 +14,6 @@ type AthleteMarketCardProps = {
|
|
|
13
14
|
competition_match: CompetitionMatchProps;
|
|
14
15
|
competition_match_markets: CompetitionMatchMarketProps[];
|
|
15
16
|
};
|
|
16
|
-
declare const AthleteMarketCard: ({ markets, competition_type, event, athlete, mode, loading, player_picks, orientation, competition_match, competition_match_markets, onPick }: AthleteMarketCardProps) =>
|
|
17
|
+
declare const AthleteMarketCard: ({ markets, competition_type, event, athlete, mode, loading, player_picks, orientation, competition_match, competition_match_markets, onPick }: AthleteMarketCardProps) => React.JSX.Element;
|
|
17
18
|
export default AthleteMarketCard;
|
|
18
19
|
//# sourceMappingURL=AthleteMarketCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AthleteMarketCard.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/AthleteMarketCard.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AthleteMarketCard.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/AthleteMarketCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,YAAY,EAAE,2BAA2B,EAAE,qBAAqB,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,UAAU,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAQtL,KAAK,sBAAsB,GAAG;IAC1B,WAAW,EAAC,gBAAgB,CAAC;IAC7B,gBAAgB,EAAC,oBAAoB,CAAC;IACtC,KAAK,EAAC,UAAU,CAAC;IACjB,OAAO,EAAC,WAAW,EAAE,CAAC;IACtB,OAAO,EAAC,YAAY,CAAC;IACrB,MAAM,EAAC,CAAC,EAAE,EAAC,eAAe,EAAE,WAAW,EAAC,MAAM,EAAE,WAAW,EAAC,MAAM,KAAK,IAAI,CAAA;IAC3E,IAAI,EAAE,MAAM,GAAC,MAAM,CAAA;IACnB,OAAO,CAAC,EAAC,OAAO,CAAC;IACjB,WAAW,EAAC,YAAY,GAAC,UAAU,CAAC;IACpC,YAAY,EAAC,eAAe,EAAE,CAAC;IAC/B,iBAAiB,EAAC,qBAAqB,CAAC;IACxC,yBAAyB,EAAC,2BAA2B,EAAE,CAAA;CAC1D,CAAA;AAED,QAAA,MAAM,iBAAiB,kJAAmJ,sBAAsB,sBAuF/L,CAAA;AAED,eAAe,iBAAiB,CAAA"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import type { CompetitionProps, CompetitionResultTypeProps, CompetitionTypeProps } from "../../types";
|
|
2
3
|
type CompetitionCardProps = {
|
|
3
4
|
competition: CompetitionProps;
|
|
@@ -6,6 +7,6 @@ type CompetitionCardProps = {
|
|
|
6
7
|
backup_image_url?: string;
|
|
7
8
|
onSelect: (competition: CompetitionProps) => void;
|
|
8
9
|
};
|
|
9
|
-
declare const CompetitionCard: ({ competition, competition_type, competition_result_type, onSelect, backup_image_url }: CompetitionCardProps) =>
|
|
10
|
+
declare const CompetitionCard: ({ competition, competition_type, competition_result_type, onSelect, backup_image_url }: CompetitionCardProps) => React.JSX.Element;
|
|
10
11
|
export default CompetitionCard;
|
|
11
12
|
//# sourceMappingURL=CompetitionCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CompetitionCard.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/CompetitionCard.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CompetitionCard.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/CompetitionCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,gBAAgB,EAAE,0BAA0B,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAC;AAMtG,KAAK,oBAAoB,GAAG;IACxB,WAAW,EAAC,gBAAgB,CAAC;IAC7B,gBAAgB,EAAC,oBAAoB,CAAC;IACtC,uBAAuB,EAAC,0BAA0B,CAAC;IACnD,gBAAgB,CAAC,EAAC,MAAM,CAAC;IACzB,QAAQ,EAAE,CAAC,WAAW,EAAC,gBAAgB,KAAK,IAAI,CAAA;CACnD,CAAA;AAED,QAAA,MAAM,eAAe,2FAA4F,oBAAoB,sBA+DpI,CAAA;AAED,eAAe,eAAe,CAAA"}
|