be-components 1.1.0 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/AdServer/components/CompanyAdCard.js +5 -3
- package/lib/commonjs/AdServer/components/CompanyAdCard.js.map +1 -1
- package/lib/commonjs/AdServer/index.js +10 -8
- package/lib/commonjs/AdServer/index.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.js +17 -16
- package/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/LoginForm.js +60 -58
- package/lib/commonjs/Authenticator/Components/LoginForm.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/StrategyForm.js +69 -67
- package/lib/commonjs/Authenticator/Components/StrategyForm.js.map +1 -1
- package/lib/commonjs/Authenticator/index.js +16 -14
- package/lib/commonjs/Authenticator/index.js.map +1 -1
- package/lib/commonjs/BettorSearch/index.js +10 -8
- package/lib/commonjs/BettorSearch/index.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketCompetitionCard.js +94 -92
- package/lib/commonjs/Bracket/components/BracketCompetitionCard.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketCompetitionSelector.js +39 -37
- package/lib/commonjs/Bracket/components/BracketCompetitionSelector.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/BracketNavigator.js +19 -18
- package/lib/commonjs/Bracket/components/BracketPlay/BracketNavigator.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/BracketRound.js +8 -7
- package/lib/commonjs/Bracket/components/BracketPlay/BracketRound.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/RoundEvent.js +46 -45
- package/lib/commonjs/Bracket/components/BracketPlay/RoundEvent.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/index.js +29 -27
- package/lib/commonjs/Bracket/components/BracketPlay/index.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketSelector.js +24 -22
- package/lib/commonjs/Bracket/components/BracketSelector.js.map +1 -1
- package/lib/commonjs/Bracket/components/CompetitionLeaderboard.js +36 -34
- package/lib/commonjs/Bracket/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/commonjs/Bracket/components/JoinCompetitionCard.js +22 -20
- package/lib/commonjs/Bracket/components/JoinCompetitionCard.js.map +1 -1
- package/lib/commonjs/Bracket/components/PlayerBalanceCard.js +9 -7
- package/lib/commonjs/Bracket/components/PlayerBalanceCard.js.map +1 -1
- package/lib/commonjs/Bracket/components/PlayerBracketManager.js +77 -75
- package/lib/commonjs/Bracket/components/PlayerBracketManager.js.map +1 -1
- package/lib/commonjs/Bracket/components/PlayerBrackets.js +28 -27
- package/lib/commonjs/Bracket/components/PlayerBrackets.js.map +1 -1
- package/lib/commonjs/Bracket/components/RoomMenu.js +16 -15
- package/lib/commonjs/Bracket/components/RoomMenu.js.map +1 -1
- package/lib/commonjs/Bracket/index.js +11 -9
- package/lib/commonjs/Bracket/index.js.map +1 -1
- package/lib/commonjs/Checkout/components/AccountSummaryCard.js +44 -43
- package/lib/commonjs/Checkout/components/AccountSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/components/ItemSummaryCard.js +8 -7
- package/lib/commonjs/Checkout/components/ItemSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/components/OrderSummaryCard.js +13 -12
- package/lib/commonjs/Checkout/components/OrderSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/components/PayPalOrderCapture.js +4 -2
- package/lib/commonjs/Checkout/components/PayPalOrderCapture.js.map +1 -1
- package/lib/commonjs/Checkout/components/ShippingSummaryCard.js +8 -7
- package/lib/commonjs/Checkout/components/ShippingSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/index.js +60 -58
- package/lib/commonjs/Checkout/index.js.map +1 -1
- package/lib/commonjs/Competition/components/AthleteMarketCard.js +21 -20
- package/lib/commonjs/Competition/components/AthleteMarketCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionCard.js +26 -25
- package/lib/commonjs/Competition/components/CompetitionCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionInfoCard.js +32 -31
- package/lib/commonjs/Competition/components/CompetitionInfoCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionLeaderboard.js +36 -34
- package/lib/commonjs/Competition/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionPlay.js +118 -116
- package/lib/commonjs/Competition/components/CompetitionPlay.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionSeasonCard.js +17 -16
- package/lib/commonjs/Competition/components/CompetitionSeasonCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionSelector.js +16 -14
- package/lib/commonjs/Competition/components/CompetitionSelector.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionTypeCard.js +45 -43
- package/lib/commonjs/Competition/components/CompetitionTypeCard.js.map +1 -1
- package/lib/commonjs/Competition/components/EnterCompetitionPrompt.js +31 -29
- package/lib/commonjs/Competition/components/EnterCompetitionPrompt.js.map +1 -1
- package/lib/commonjs/Competition/components/LeaderPicks.js +41 -39
- package/lib/commonjs/Competition/components/LeaderPicks.js.map +1 -1
- package/lib/commonjs/Competition/components/ManageSeasonForm.js +87 -85
- package/lib/commonjs/Competition/components/ManageSeasonForm.js.map +1 -1
- package/lib/commonjs/Competition/components/MarketsCard.js +19 -17
- package/lib/commonjs/Competition/components/MarketsCard.js.map +1 -1
- package/lib/commonjs/Competition/components/MatchMarketCard.js +26 -25
- package/lib/commonjs/Competition/components/MatchMarketCard.js.map +1 -1
- package/lib/commonjs/Competition/components/NavOutPrompt.js +19 -18
- package/lib/commonjs/Competition/components/NavOutPrompt.js.map +1 -1
- package/lib/commonjs/Competition/components/SeasonInfoModal.js +54 -52
- package/lib/commonjs/Competition/components/SeasonInfoModal.js.map +1 -1
- package/lib/commonjs/Competition/components/TeamEventCard.js +31 -30
- package/lib/commonjs/Competition/components/TeamEventCard.js.map +1 -1
- package/lib/commonjs/Competition/components/WagerPickForm.js +32 -30
- package/lib/commonjs/Competition/components/WagerPickForm.js.map +1 -1
- package/lib/commonjs/Competition/index.js +5 -3
- package/lib/commonjs/Competition/index.js.map +1 -1
- package/lib/commonjs/Components/Button.js +8 -7
- package/lib/commonjs/Components/Button.js.map +1 -1
- package/lib/commonjs/Components/Checkbox.js +4 -3
- package/lib/commonjs/Components/Checkbox.js.map +1 -1
- package/lib/commonjs/Components/Icons.js +409 -408
- package/lib/commonjs/Components/Icons.js.map +1 -1
- package/lib/commonjs/Components/ImageUploader.js +5 -3
- package/lib/commonjs/Components/ImageUploader.js.map +1 -1
- package/lib/commonjs/Components/Jerseys.js +125 -124
- package/lib/commonjs/Components/Jerseys.js.map +1 -1
- package/lib/commonjs/Components/LinearDiagnal.js +9 -7
- package/lib/commonjs/Components/LinearDiagnal.js.map +1 -1
- package/lib/commonjs/Components/Spring.js +3 -1
- package/lib/commonjs/Components/Spring.js.map +1 -1
- package/lib/commonjs/Components/Switch.js +9 -8
- package/lib/commonjs/Components/Switch.js.map +1 -1
- package/lib/commonjs/Components/Text.js +2 -1
- package/lib/commonjs/Components/Text.js.map +1 -1
- package/lib/commonjs/Components/TextInput.js +2 -1
- package/lib/commonjs/Components/TextInput.js.map +1 -1
- package/lib/commonjs/LocationTracker/index.js +28 -27
- package/lib/commonjs/LocationTracker/index.js.map +1 -1
- package/lib/commonjs/Observer/Observer.js +4 -2
- package/lib/commonjs/Observer/Observer.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignPlay.js +58 -56
- package/lib/commonjs/Poll/components/CampaignPlay.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignProgressBar.js +13 -11
- package/lib/commonjs/Poll/components/CampaignProgressBar.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignResult.js +58 -56
- package/lib/commonjs/Poll/components/CampaignResult.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignSelector.js +14 -12
- package/lib/commonjs/Poll/components/CampaignSelector.js.map +1 -1
- package/lib/commonjs/Poll/components/PollCampaignCard.js +8 -7
- package/lib/commonjs/Poll/components/PollCampaignCard.js.map +1 -1
- package/lib/commonjs/Poll/components/PollCard.js +51 -49
- package/lib/commonjs/Poll/components/PollCard.js.map +1 -1
- package/lib/commonjs/Poll/components/PollOptionCard.js +16 -14
- package/lib/commonjs/Poll/components/PollOptionCard.js.map +1 -1
- package/lib/commonjs/Poll/components/PollSelectCard.js +26 -25
- package/lib/commonjs/Poll/components/PollSelectCard.js.map +1 -1
- package/lib/commonjs/Poll/components/ResponseTimer.js +5 -3
- package/lib/commonjs/Poll/components/ResponseTimer.js.map +1 -1
- package/lib/commonjs/Poll/components/WidgetHeader.js +12 -11
- package/lib/commonjs/Poll/components/WidgetHeader.js.map +1 -1
- package/lib/commonjs/Poll/flashmarket/ResultCard.js +49 -47
- package/lib/commonjs/Poll/flashmarket/ResultCard.js.map +1 -1
- package/lib/commonjs/Poll/flashmarket/index.js +54 -52
- package/lib/commonjs/Poll/flashmarket/index.js.map +1 -1
- package/lib/commonjs/Poll/index.js +8 -6
- package/lib/commonjs/Poll/index.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/BasicInfoManager.js +37 -35
- package/lib/commonjs/ProfileManager/Components/BasicInfoManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/BasicStatus.js +38 -36
- package/lib/commonjs/ProfileManager/Components/BasicStatus.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/CodeRedeem.js +52 -50
- package/lib/commonjs/ProfileManager/Components/CodeRedeem.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/DOBManager.js +26 -24
- package/lib/commonjs/ProfileManager/Components/DOBManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/EmailManager.js +38 -36
- package/lib/commonjs/ProfileManager/Components/EmailManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/PasswordManager.js +38 -36
- package/lib/commonjs/ProfileManager/Components/PasswordManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/PhoneManager.js +38 -36
- package/lib/commonjs/ProfileManager/Components/PhoneManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfilePicManager.js +19 -17
- package/lib/commonjs/ProfileManager/Components/ProfilePicManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfileWelcome.js +16 -15
- package/lib/commonjs/ProfileManager/Components/ProfileWelcome.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfileWizard.js +68 -66
- package/lib/commonjs/ProfileManager/Components/ProfileWizard.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/SettingsManager.js +31 -29
- package/lib/commonjs/ProfileManager/Components/SettingsManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/VouchCard.js +65 -63
- package/lib/commonjs/ProfileManager/Components/VouchCard.js.map +1 -1
- package/lib/commonjs/ProfileManager/index.js +18 -16
- package/lib/commonjs/ProfileManager/index.js.map +1 -1
- package/lib/commonjs/SocialComponents/PlayerCard.js +12 -11
- package/lib/commonjs/SocialComponents/PlayerCard.js.map +1 -1
- package/lib/commonjs/SocialComponents/PlayerFollowButton.js +4 -3
- package/lib/commonjs/SocialComponents/PlayerFollowButton.js.map +1 -1
- package/lib/commonjs/SocialComponents/PlayerList.js +6 -4
- package/lib/commonjs/SocialComponents/PlayerList.js.map +1 -1
- package/lib/commonjs/Socket/index.js +5 -3
- package/lib/commonjs/Socket/index.js.map +1 -1
- package/lib/commonjs/Squares/components/BidForm.js +28 -27
- package/lib/commonjs/Squares/components/BidForm.js.map +1 -1
- package/lib/commonjs/Squares/components/BidToggle.js +7 -6
- package/lib/commonjs/Squares/components/BidToggle.js.map +1 -1
- package/lib/commonjs/Squares/components/BoardStats.js +32 -30
- package/lib/commonjs/Squares/components/BoardStats.js.map +1 -1
- package/lib/commonjs/Squares/components/EventCard.js +25 -23
- package/lib/commonjs/Squares/components/EventCard.js.map +1 -1
- package/lib/commonjs/Squares/components/MySquaresCard.js +22 -20
- package/lib/commonjs/Squares/components/MySquaresCard.js.map +1 -1
- package/lib/commonjs/Squares/components/OfferForm.js +30 -29
- package/lib/commonjs/Squares/components/OfferForm.js.map +1 -1
- package/lib/commonjs/Squares/components/ResultsCard.js +23 -21
- package/lib/commonjs/Squares/components/ResultsCard.js.map +1 -1
- package/lib/commonjs/Squares/components/SquareCard.js +7 -6
- package/lib/commonjs/Squares/components/SquareCard.js.map +1 -1
- package/lib/commonjs/Squares/components/SquareOfferCard.js +36 -34
- package/lib/commonjs/Squares/components/SquareOfferCard.js.map +1 -1
- package/lib/commonjs/Squares/components/SquareOwners.js +22 -20
- package/lib/commonjs/Squares/components/SquareOwners.js.map +1 -1
- package/lib/commonjs/Squares/components/SquaresBoard.js +28 -26
- package/lib/commonjs/Squares/components/SquaresBoard.js.map +1 -1
- package/lib/commonjs/Squares/components/SquaresDetails.js +24 -22
- package/lib/commonjs/Squares/components/SquaresDetails.js.map +1 -1
- package/lib/commonjs/Squares/index.js +29 -27
- package/lib/commonjs/Squares/index.js.map +1 -1
- package/lib/commonjs/Wallet/components/ACHAddCard.js +39 -38
- package/lib/commonjs/Wallet/components/ACHAddCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountCard.js +18 -17
- package/lib/commonjs/Wallet/components/AccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountLimitManager.js +34 -32
- package/lib/commonjs/Wallet/components/AccountLimitManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountManager.js +32 -31
- package/lib/commonjs/Wallet/components/AccountManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountSnoozeManager.js +33 -31
- package/lib/commonjs/Wallet/components/AccountSnoozeManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/AddressCard.js +8 -7
- package/lib/commonjs/Wallet/components/AddressCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AddressManager.js +46 -44
- package/lib/commonjs/Wallet/components/AddressManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/DepositCard.js +43 -41
- package/lib/commonjs/Wallet/components/DepositCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/FundAccountCard.js +55 -54
- package/lib/commonjs/Wallet/components/FundAccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/ItemOrderCard.js +17 -15
- package/lib/commonjs/Wallet/components/ItemOrderCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/ItemOrderDetailCard.js +25 -23
- package/lib/commonjs/Wallet/components/ItemOrderDetailCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/LinkAccountManager.js +42 -40
- package/lib/commonjs/Wallet/components/LinkAccountManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManageAccountCard.js +38 -36
- package/lib/commonjs/Wallet/components/ManageAccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManualACHAdd.js +35 -33
- package/lib/commonjs/Wallet/components/ManualACHAdd.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManualCardAdd.js +49 -47
- package/lib/commonjs/Wallet/components/ManualCardAdd.js.map +1 -1
- package/lib/commonjs/Wallet/components/MyBalance.js +35 -34
- package/lib/commonjs/Wallet/components/MyBalance.js.map +1 -1
- package/lib/commonjs/Wallet/components/OrderManager.js +17 -15
- package/lib/commonjs/Wallet/components/OrderManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/RemoveAccount.js +12 -10
- package/lib/commonjs/Wallet/components/RemoveAccount.js.map +1 -1
- package/lib/commonjs/Wallet/components/VerifyACHAccount.js +22 -20
- package/lib/commonjs/Wallet/components/VerifyACHAccount.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletActionSelector.js +51 -49
- package/lib/commonjs/Wallet/components/WalletActionSelector.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletSettings.js +100 -98
- package/lib/commonjs/Wallet/components/WalletSettings.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletSetup.js +60 -58
- package/lib/commonjs/Wallet/components/WalletSetup.js.map +1 -1
- package/lib/commonjs/Wallet/components/WithdrawCard.js +48 -46
- package/lib/commonjs/Wallet/components/WithdrawCard.js.map +1 -1
- package/lib/commonjs/Wallet/index.js +47 -45
- package/lib/commonjs/Wallet/index.js.map +1 -1
- package/lib/module/AdServer/components/CompanyAdCard.js +1 -1
- package/lib/module/AdServer/components/CompanyAdCard.js.map +1 -1
- package/lib/module/AdServer/index.js +1 -1
- package/lib/module/AdServer/index.js.map +1 -1
- package/lib/module/Authenticator/Components/AuthStrategyIdentifier.js +1 -0
- package/lib/module/Authenticator/Components/AuthStrategyIdentifier.js.map +1 -1
- package/lib/module/Authenticator/Components/LoginForm.js +1 -1
- package/lib/module/Authenticator/Components/LoginForm.js.map +1 -1
- package/lib/module/Authenticator/Components/StrategyForm.js +1 -1
- package/lib/module/Authenticator/Components/StrategyForm.js.map +1 -1
- package/lib/module/Authenticator/index.js +1 -1
- package/lib/module/Authenticator/index.js.map +1 -1
- package/lib/module/BettorSearch/index.js +1 -1
- package/lib/module/BettorSearch/index.js.map +1 -1
- package/lib/module/Bracket/components/BracketCompetitionCard.js +1 -1
- package/lib/module/Bracket/components/BracketCompetitionCard.js.map +1 -1
- package/lib/module/Bracket/components/BracketCompetitionSelector.js +1 -1
- package/lib/module/Bracket/components/BracketCompetitionSelector.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/BracketNavigator.js +1 -0
- package/lib/module/Bracket/components/BracketPlay/BracketNavigator.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/BracketRound.js +1 -0
- package/lib/module/Bracket/components/BracketPlay/BracketRound.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/RoundEvent.js +1 -0
- package/lib/module/Bracket/components/BracketPlay/RoundEvent.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/index.js +1 -1
- package/lib/module/Bracket/components/BracketPlay/index.js.map +1 -1
- package/lib/module/Bracket/components/BracketSelector.js +1 -1
- package/lib/module/Bracket/components/BracketSelector.js.map +1 -1
- package/lib/module/Bracket/components/CompetitionLeaderboard.js +1 -1
- package/lib/module/Bracket/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/module/Bracket/components/JoinCompetitionCard.js +1 -1
- package/lib/module/Bracket/components/JoinCompetitionCard.js.map +1 -1
- package/lib/module/Bracket/components/PlayerBalanceCard.js +1 -1
- package/lib/module/Bracket/components/PlayerBalanceCard.js.map +1 -1
- package/lib/module/Bracket/components/PlayerBracketManager.js +1 -1
- package/lib/module/Bracket/components/PlayerBracketManager.js.map +1 -1
- package/lib/module/Bracket/components/PlayerBrackets.js +1 -0
- package/lib/module/Bracket/components/PlayerBrackets.js.map +1 -1
- package/lib/module/Bracket/components/RoomMenu.js +1 -0
- package/lib/module/Bracket/components/RoomMenu.js.map +1 -1
- package/lib/module/Bracket/index.js +1 -1
- package/lib/module/Bracket/index.js.map +1 -1
- package/lib/module/Checkout/components/AccountSummaryCard.js +1 -0
- package/lib/module/Checkout/components/AccountSummaryCard.js.map +1 -1
- package/lib/module/Checkout/components/ItemSummaryCard.js +1 -0
- package/lib/module/Checkout/components/ItemSummaryCard.js.map +1 -1
- package/lib/module/Checkout/components/OrderSummaryCard.js +1 -0
- package/lib/module/Checkout/components/OrderSummaryCard.js.map +1 -1
- package/lib/module/Checkout/components/PayPalOrderCapture.js +1 -0
- package/lib/module/Checkout/components/PayPalOrderCapture.js.map +1 -1
- package/lib/module/Checkout/components/ShippingSummaryCard.js +1 -0
- package/lib/module/Checkout/components/ShippingSummaryCard.js.map +1 -1
- package/lib/module/Checkout/index.js +1 -1
- package/lib/module/Checkout/index.js.map +1 -1
- package/lib/module/Competition/components/AthleteMarketCard.js +1 -0
- package/lib/module/Competition/components/AthleteMarketCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionCard.js +1 -0
- package/lib/module/Competition/components/CompetitionCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionInfoCard.js +1 -0
- package/lib/module/Competition/components/CompetitionInfoCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionLeaderboard.js +1 -1
- package/lib/module/Competition/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionPlay.js +1 -0
- package/lib/module/Competition/components/CompetitionPlay.js.map +1 -1
- package/lib/module/Competition/components/CompetitionSeasonCard.js +1 -0
- package/lib/module/Competition/components/CompetitionSeasonCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionSelector.js +1 -0
- package/lib/module/Competition/components/CompetitionSelector.js.map +1 -1
- package/lib/module/Competition/components/CompetitionTypeCard.js +1 -1
- package/lib/module/Competition/components/CompetitionTypeCard.js.map +1 -1
- package/lib/module/Competition/components/EnterCompetitionPrompt.js +1 -1
- package/lib/module/Competition/components/EnterCompetitionPrompt.js.map +1 -1
- package/lib/module/Competition/components/LeaderPicks.js +1 -1
- package/lib/module/Competition/components/LeaderPicks.js.map +1 -1
- package/lib/module/Competition/components/ManageSeasonForm.js +1 -1
- package/lib/module/Competition/components/ManageSeasonForm.js.map +1 -1
- package/lib/module/Competition/components/MarketsCard.js +1 -1
- package/lib/module/Competition/components/MarketsCard.js.map +1 -1
- package/lib/module/Competition/components/MatchMarketCard.js +1 -0
- package/lib/module/Competition/components/MatchMarketCard.js.map +1 -1
- package/lib/module/Competition/components/NavOutPrompt.js +1 -0
- package/lib/module/Competition/components/NavOutPrompt.js.map +1 -1
- package/lib/module/Competition/components/SeasonInfoModal.js +1 -1
- package/lib/module/Competition/components/SeasonInfoModal.js.map +1 -1
- package/lib/module/Competition/components/TeamEventCard.js +1 -0
- package/lib/module/Competition/components/TeamEventCard.js.map +1 -1
- package/lib/module/Competition/components/WagerPickForm.js +1 -1
- package/lib/module/Competition/components/WagerPickForm.js.map +1 -1
- package/lib/module/Competition/index.js +1 -1
- package/lib/module/Competition/index.js.map +1 -1
- package/lib/module/Components/Button.js +1 -0
- package/lib/module/Components/Button.js.map +1 -1
- package/lib/module/Components/Checkbox.js +1 -0
- package/lib/module/Components/Checkbox.js.map +1 -1
- package/lib/module/Components/Icons.js +1 -0
- package/lib/module/Components/Icons.js.map +1 -1
- package/lib/module/Components/ImageUploader.js +1 -1
- package/lib/module/Components/ImageUploader.js.map +1 -1
- package/lib/module/Components/Jerseys.js +1 -0
- package/lib/module/Components/Jerseys.js.map +1 -1
- package/lib/module/Components/LinearDiagnal.js +1 -1
- package/lib/module/Components/LinearDiagnal.js.map +1 -1
- package/lib/module/Components/Spring.js +1 -0
- package/lib/module/Components/Spring.js.map +1 -1
- package/lib/module/Components/Switch.js +1 -0
- package/lib/module/Components/Switch.js.map +1 -1
- package/lib/module/Components/Text.js +1 -0
- package/lib/module/Components/Text.js.map +1 -1
- package/lib/module/Components/TextInput.js +1 -0
- package/lib/module/Components/TextInput.js.map +1 -1
- package/lib/module/Components/ViewportObserver.js.map +1 -1
- package/lib/module/LocationTracker/index.js +1 -0
- package/lib/module/LocationTracker/index.js.map +1 -1
- package/lib/module/Observer/Observer.js +1 -1
- package/lib/module/Observer/Observer.js.map +1 -1
- package/lib/module/Poll/components/CampaignPlay.js +1 -1
- package/lib/module/Poll/components/CampaignPlay.js.map +1 -1
- package/lib/module/Poll/components/CampaignProgressBar.js +1 -1
- package/lib/module/Poll/components/CampaignProgressBar.js.map +1 -1
- package/lib/module/Poll/components/CampaignResult.js +1 -1
- package/lib/module/Poll/components/CampaignResult.js.map +1 -1
- package/lib/module/Poll/components/CampaignSelector.js +1 -1
- package/lib/module/Poll/components/CampaignSelector.js.map +1 -1
- package/lib/module/Poll/components/PollCampaignCard.js +1 -0
- package/lib/module/Poll/components/PollCampaignCard.js.map +1 -1
- package/lib/module/Poll/components/PollCard.js +1 -1
- package/lib/module/Poll/components/PollCard.js.map +1 -1
- package/lib/module/Poll/components/PollOptionCard.js +1 -1
- package/lib/module/Poll/components/PollOptionCard.js.map +1 -1
- package/lib/module/Poll/components/PollSelectCard.js +1 -0
- package/lib/module/Poll/components/PollSelectCard.js.map +1 -1
- package/lib/module/Poll/components/ResponseTimer.js +1 -1
- package/lib/module/Poll/components/ResponseTimer.js.map +1 -1
- package/lib/module/Poll/components/WidgetHeader.js +1 -0
- package/lib/module/Poll/components/WidgetHeader.js.map +1 -1
- package/lib/module/Poll/flashmarket/ResultCard.js +1 -1
- package/lib/module/Poll/flashmarket/ResultCard.js.map +1 -1
- package/lib/module/Poll/flashmarket/index.js +1 -1
- package/lib/module/Poll/flashmarket/index.js.map +1 -1
- package/lib/module/Poll/index.js +1 -1
- package/lib/module/Poll/index.js.map +1 -1
- package/lib/module/ProfileManager/Components/BasicInfoManager.js +1 -1
- package/lib/module/ProfileManager/Components/BasicInfoManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/BasicStatus.js +1 -1
- package/lib/module/ProfileManager/Components/BasicStatus.js.map +1 -1
- package/lib/module/ProfileManager/Components/CodeRedeem.js +1 -1
- package/lib/module/ProfileManager/Components/CodeRedeem.js.map +1 -1
- package/lib/module/ProfileManager/Components/DOBManager.js +1 -1
- package/lib/module/ProfileManager/Components/DOBManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/EmailManager.js +1 -1
- package/lib/module/ProfileManager/Components/EmailManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/PasswordManager.js +1 -1
- package/lib/module/ProfileManager/Components/PasswordManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/PhoneManager.js +1 -1
- package/lib/module/ProfileManager/Components/PhoneManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfilePicManager.js +1 -1
- package/lib/module/ProfileManager/Components/ProfilePicManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfileWelcome.js +1 -0
- package/lib/module/ProfileManager/Components/ProfileWelcome.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfileWizard.js +1 -1
- package/lib/module/ProfileManager/Components/ProfileWizard.js.map +1 -1
- package/lib/module/ProfileManager/Components/SettingsManager.js +1 -1
- package/lib/module/ProfileManager/Components/SettingsManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/VouchCard.js +1 -1
- package/lib/module/ProfileManager/Components/VouchCard.js.map +1 -1
- package/lib/module/ProfileManager/index.js +1 -1
- package/lib/module/ProfileManager/index.js.map +1 -1
- package/lib/module/SocialComponents/PlayerCard.js +1 -0
- package/lib/module/SocialComponents/PlayerCard.js.map +1 -1
- package/lib/module/SocialComponents/PlayerFollowButton.js +1 -0
- package/lib/module/SocialComponents/PlayerFollowButton.js.map +1 -1
- package/lib/module/SocialComponents/PlayerList.js +1 -1
- package/lib/module/SocialComponents/PlayerList.js.map +1 -1
- package/lib/module/Socket/index.js +1 -1
- package/lib/module/Socket/index.js.map +1 -1
- package/lib/module/Squares/components/BidForm.js +1 -0
- package/lib/module/Squares/components/BidForm.js.map +1 -1
- package/lib/module/Squares/components/BidToggle.js +1 -0
- package/lib/module/Squares/components/BidToggle.js.map +1 -1
- package/lib/module/Squares/components/BoardStats.js +1 -1
- package/lib/module/Squares/components/BoardStats.js.map +1 -1
- package/lib/module/Squares/components/EventCard.js +1 -1
- package/lib/module/Squares/components/EventCard.js.map +1 -1
- package/lib/module/Squares/components/MySquaresCard.js +1 -1
- package/lib/module/Squares/components/MySquaresCard.js.map +1 -1
- package/lib/module/Squares/components/OfferForm.js +1 -0
- package/lib/module/Squares/components/OfferForm.js.map +1 -1
- package/lib/module/Squares/components/ResultsCard.js +1 -1
- package/lib/module/Squares/components/ResultsCard.js.map +1 -1
- package/lib/module/Squares/components/SquareCard.js +1 -0
- package/lib/module/Squares/components/SquareCard.js.map +1 -1
- package/lib/module/Squares/components/SquareOfferCard.js +1 -1
- package/lib/module/Squares/components/SquareOfferCard.js.map +1 -1
- package/lib/module/Squares/components/SquareOwners.js +1 -1
- package/lib/module/Squares/components/SquareOwners.js.map +1 -1
- package/lib/module/Squares/components/SquaresBoard.js +1 -1
- package/lib/module/Squares/components/SquaresBoard.js.map +1 -1
- package/lib/module/Squares/components/SquaresDetails.js +1 -1
- package/lib/module/Squares/components/SquaresDetails.js.map +1 -1
- package/lib/module/Squares/index.js +1 -1
- package/lib/module/Squares/index.js.map +1 -1
- package/lib/module/Wallet/components/ACHAddCard.js +1 -0
- package/lib/module/Wallet/components/ACHAddCard.js.map +1 -1
- package/lib/module/Wallet/components/AccountCard.js +1 -0
- package/lib/module/Wallet/components/AccountCard.js.map +1 -1
- package/lib/module/Wallet/components/AccountLimitManager.js +1 -1
- package/lib/module/Wallet/components/AccountLimitManager.js.map +1 -1
- package/lib/module/Wallet/components/AccountManager.js +1 -0
- package/lib/module/Wallet/components/AccountManager.js.map +1 -1
- package/lib/module/Wallet/components/AccountSnoozeManager.js +1 -1
- package/lib/module/Wallet/components/AccountSnoozeManager.js.map +1 -1
- package/lib/module/Wallet/components/AddressCard.js +1 -0
- package/lib/module/Wallet/components/AddressCard.js.map +1 -1
- package/lib/module/Wallet/components/AddressManager.js +1 -1
- package/lib/module/Wallet/components/AddressManager.js.map +1 -1
- package/lib/module/Wallet/components/DepositCard.js +1 -1
- package/lib/module/Wallet/components/DepositCard.js.map +1 -1
- package/lib/module/Wallet/components/FundAccountCard.js +1 -0
- package/lib/module/Wallet/components/FundAccountCard.js.map +1 -1
- package/lib/module/Wallet/components/ItemOrderCard.js +1 -1
- package/lib/module/Wallet/components/ItemOrderCard.js.map +1 -1
- package/lib/module/Wallet/components/ItemOrderDetailCard.js +1 -1
- package/lib/module/Wallet/components/ItemOrderDetailCard.js.map +1 -1
- package/lib/module/Wallet/components/LinkAccountManager.js +1 -1
- package/lib/module/Wallet/components/LinkAccountManager.js.map +1 -1
- package/lib/module/Wallet/components/ManageAccountCard.js +1 -1
- package/lib/module/Wallet/components/ManageAccountCard.js.map +1 -1
- package/lib/module/Wallet/components/ManualACHAdd.js +1 -1
- package/lib/module/Wallet/components/ManualACHAdd.js.map +1 -1
- package/lib/module/Wallet/components/ManualCardAdd.js +1 -1
- package/lib/module/Wallet/components/ManualCardAdd.js.map +1 -1
- package/lib/module/Wallet/components/MyBalance.js +1 -0
- package/lib/module/Wallet/components/MyBalance.js.map +1 -1
- package/lib/module/Wallet/components/OrderManager.js +1 -1
- package/lib/module/Wallet/components/OrderManager.js.map +1 -1
- package/lib/module/Wallet/components/RemoveAccount.js +1 -1
- package/lib/module/Wallet/components/RemoveAccount.js.map +1 -1
- package/lib/module/Wallet/components/VerifyACHAccount.js +1 -1
- package/lib/module/Wallet/components/VerifyACHAccount.js.map +1 -1
- package/lib/module/Wallet/components/WalletActionSelector.js +1 -1
- package/lib/module/Wallet/components/WalletActionSelector.js.map +1 -1
- package/lib/module/Wallet/components/WalletSettings.js +1 -1
- package/lib/module/Wallet/components/WalletSettings.js.map +1 -1
- package/lib/module/Wallet/components/WalletSetup.js +1 -1
- package/lib/module/Wallet/components/WalletSetup.js.map +1 -1
- package/lib/module/Wallet/components/WithdrawCard.js +1 -1
- package/lib/module/Wallet/components/WithdrawCard.js.map +1 -1
- package/lib/module/Wallet/index.js +1 -1
- package/lib/module/Wallet/index.js.map +1 -1
- package/lib/typescript/src/AdServer/components/CompanyAdCard.d.ts +2 -1
- package/lib/typescript/src/AdServer/components/CompanyAdCard.d.ts.map +1 -1
- package/lib/typescript/src/AdServer/index.d.ts +3 -2
- package/lib/typescript/src/AdServer/index.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/AuthStrategyIdentifier.d.ts +2 -1
- package/lib/typescript/src/Authenticator/Components/AuthStrategyIdentifier.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/LoginForm.d.ts +2 -1
- package/lib/typescript/src/Authenticator/Components/LoginForm.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/StrategyForm.d.ts +2 -1
- package/lib/typescript/src/Authenticator/Components/StrategyForm.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/index.d.ts +2 -1
- package/lib/typescript/src/Authenticator/index.d.ts.map +1 -1
- package/lib/typescript/src/BettorSearch/index.d.ts +2 -1
- package/lib/typescript/src/BettorSearch/index.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketCompetitionCard.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/BracketCompetitionCard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketCompetitionSelector.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/BracketCompetitionSelector.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketNavigator.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketNavigator.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketRound.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketRound.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/RoundEvent.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/RoundEvent.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/index.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/index.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketSelector.d.ts +1 -1
- package/lib/typescript/src/Bracket/components/BracketSelector.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/CompetitionLeaderboard.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/CompetitionLeaderboard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/JoinCompetitionCard.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/JoinCompetitionCard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBalanceCard.d.ts +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBalanceCard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBracketManager.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/PlayerBracketManager.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBrackets.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/PlayerBrackets.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/RoomMenu.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/RoomMenu.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/index.d.ts +2 -1
- package/lib/typescript/src/Bracket/index.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/AccountSummaryCard.d.ts +2 -1
- package/lib/typescript/src/Checkout/components/AccountSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/ItemSummaryCard.d.ts +2 -1
- package/lib/typescript/src/Checkout/components/ItemSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/OrderSummaryCard.d.ts +2 -1
- package/lib/typescript/src/Checkout/components/OrderSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/PayPalOrderCapture.d.ts +2 -1
- package/lib/typescript/src/Checkout/components/PayPalOrderCapture.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/ShippingSummaryCard.d.ts +2 -1
- package/lib/typescript/src/Checkout/components/ShippingSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/index.d.ts +2 -1
- package/lib/typescript/src/Checkout/index.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/AthleteMarketCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/AthleteMarketCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionInfoCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionInfoCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionLeaderboard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionLeaderboard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionPlay.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionPlay.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionSeasonCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionSeasonCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionSelector.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionSelector.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionTypeCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionTypeCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/EnterCompetitionPrompt.d.ts +2 -1
- package/lib/typescript/src/Competition/components/EnterCompetitionPrompt.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/LeaderPicks.d.ts +2 -1
- package/lib/typescript/src/Competition/components/LeaderPicks.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/ManageSeasonForm.d.ts +2 -1
- package/lib/typescript/src/Competition/components/ManageSeasonForm.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/MarketsCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/MarketsCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/MatchMarketCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/MatchMarketCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/NavOutPrompt.d.ts +2 -1
- package/lib/typescript/src/Competition/components/NavOutPrompt.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/SeasonInfoModal.d.ts +2 -1
- package/lib/typescript/src/Competition/components/SeasonInfoModal.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/TeamEventCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/TeamEventCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/WagerPickForm.d.ts +2 -1
- package/lib/typescript/src/Competition/components/WagerPickForm.d.ts.map +1 -1
- package/lib/typescript/src/Competition/index.d.ts +2 -1
- package/lib/typescript/src/Competition/index.d.ts.map +1 -1
- package/lib/typescript/src/Components/Button.d.ts +2 -1
- package/lib/typescript/src/Components/Button.d.ts.map +1 -1
- package/lib/typescript/src/Components/Checkbox.d.ts +2 -1
- package/lib/typescript/src/Components/Checkbox.d.ts.map +1 -1
- package/lib/typescript/src/Components/Icons.d.ts +57 -56
- package/lib/typescript/src/Components/Icons.d.ts.map +1 -1
- package/lib/typescript/src/Components/ImageUploader.d.ts +2 -1
- package/lib/typescript/src/Components/ImageUploader.d.ts.map +1 -1
- package/lib/typescript/src/Components/Jerseys.d.ts +3 -2
- package/lib/typescript/src/Components/Jerseys.d.ts.map +1 -1
- package/lib/typescript/src/Components/LinearDiagnal.d.ts +2 -1
- package/lib/typescript/src/Components/LinearDiagnal.d.ts.map +1 -1
- package/lib/typescript/src/Components/Spring.d.ts +2 -1
- package/lib/typescript/src/Components/Spring.d.ts.map +1 -1
- package/lib/typescript/src/Components/Switch.d.ts +2 -1
- package/lib/typescript/src/Components/Switch.d.ts.map +1 -1
- package/lib/typescript/src/Components/Text.d.ts +2 -1
- package/lib/typescript/src/Components/Text.d.ts.map +1 -1
- package/lib/typescript/src/Components/TextInput.d.ts +2 -1
- package/lib/typescript/src/Components/TextInput.d.ts.map +1 -1
- package/lib/typescript/src/LocationTracker/index.d.ts +2 -1
- package/lib/typescript/src/LocationTracker/index.d.ts.map +1 -1
- package/lib/typescript/src/Observer/Observer.d.ts +2 -1
- package/lib/typescript/src/Observer/Observer.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignPlay.d.ts +2 -1
- package/lib/typescript/src/Poll/components/CampaignPlay.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignProgressBar.d.ts +2 -1
- package/lib/typescript/src/Poll/components/CampaignProgressBar.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignResult.d.ts +2 -1
- package/lib/typescript/src/Poll/components/CampaignResult.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignSelector.d.ts +2 -1
- package/lib/typescript/src/Poll/components/CampaignSelector.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollCampaignCard.d.ts +2 -1
- package/lib/typescript/src/Poll/components/PollCampaignCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollCard.d.ts +2 -1
- package/lib/typescript/src/Poll/components/PollCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollOptionCard.d.ts +2 -1
- package/lib/typescript/src/Poll/components/PollOptionCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollSelectCard.d.ts +2 -1
- package/lib/typescript/src/Poll/components/PollSelectCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/ResponseTimer.d.ts +2 -1
- package/lib/typescript/src/Poll/components/ResponseTimer.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/WidgetHeader.d.ts +2 -1
- package/lib/typescript/src/Poll/components/WidgetHeader.d.ts.map +1 -1
- package/lib/typescript/src/Poll/flashmarket/ResultCard.d.ts +2 -1
- package/lib/typescript/src/Poll/flashmarket/ResultCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/flashmarket/index.d.ts +2 -1
- package/lib/typescript/src/Poll/flashmarket/index.d.ts.map +1 -1
- package/lib/typescript/src/Poll/index.d.ts +2 -1
- package/lib/typescript/src/Poll/index.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/BasicInfoManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/BasicInfoManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/BasicStatus.d.ts +1 -1
- package/lib/typescript/src/ProfileManager/Components/BasicStatus.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/CodeRedeem.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/CodeRedeem.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/DOBManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/DOBManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/EmailManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/EmailManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/PasswordManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/PasswordManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/PhoneManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/PhoneManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfilePicManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/ProfilePicManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWelcome.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWelcome.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWizard.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWizard.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/SettingsManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/SettingsManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/VouchCard.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/VouchCard.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/index.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/index.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PlayerCard.d.ts +2 -1
- package/lib/typescript/src/SocialComponents/PlayerCard.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PlayerFollowButton.d.ts +2 -1
- package/lib/typescript/src/SocialComponents/PlayerFollowButton.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PlayerList.d.ts +2 -1
- package/lib/typescript/src/SocialComponents/PlayerList.d.ts.map +1 -1
- package/lib/typescript/src/Socket/index.d.ts +2 -1
- package/lib/typescript/src/Socket/index.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/BidForm.d.ts +2 -1
- package/lib/typescript/src/Squares/components/BidForm.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/BidToggle.d.ts +2 -1
- package/lib/typescript/src/Squares/components/BidToggle.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/BoardStats.d.ts +2 -1
- package/lib/typescript/src/Squares/components/BoardStats.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/EventCard.d.ts +2 -1
- package/lib/typescript/src/Squares/components/EventCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/MySquaresCard.d.ts +2 -1
- package/lib/typescript/src/Squares/components/MySquaresCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/OfferForm.d.ts +2 -1
- package/lib/typescript/src/Squares/components/OfferForm.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/ResultsCard.d.ts +2 -1
- package/lib/typescript/src/Squares/components/ResultsCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquareCard.d.ts +2 -1
- package/lib/typescript/src/Squares/components/SquareCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquareOfferCard.d.ts +2 -1
- package/lib/typescript/src/Squares/components/SquareOfferCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquareOwners.d.ts +2 -1
- package/lib/typescript/src/Squares/components/SquareOwners.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquaresBoard.d.ts +2 -1
- package/lib/typescript/src/Squares/components/SquaresBoard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquaresDetails.d.ts +2 -1
- package/lib/typescript/src/Squares/components/SquaresDetails.d.ts.map +1 -1
- package/lib/typescript/src/Squares/index.d.ts +2 -1
- package/lib/typescript/src/Squares/index.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ACHAddCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/ACHAddCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/AccountCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountLimitManager.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/AccountLimitManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountManager.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/AccountManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountSnoozeManager.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/AccountSnoozeManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AddressCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/AddressCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AddressManager.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/AddressManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/DepositCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/DepositCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/FundAccountCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/FundAccountCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ItemOrderCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/ItemOrderCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ItemOrderDetailCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/ItemOrderDetailCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/LinkAccountManager.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/LinkAccountManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ManageAccountCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/ManageAccountCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ManualACHAdd.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/ManualACHAdd.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ManualCardAdd.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/ManualCardAdd.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/MyBalance.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/MyBalance.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/OrderManager.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/OrderManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/RemoveAccount.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/RemoveAccount.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/VerifyACHAccount.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/VerifyACHAccount.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WalletActionSelector.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/WalletActionSelector.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WalletSettings.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/WalletSettings.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WalletSetup.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/WalletSetup.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WithdrawCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/WithdrawCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/index.d.ts +2 -1
- package/lib/typescript/src/Wallet/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/AdServer/components/CompanyAdCard.tsx +1 -1
- package/src/AdServer/index.tsx +1 -1
- package/src/Authenticator/Components/AuthStrategyIdentifier.tsx +1 -0
- package/src/Authenticator/Components/LoginForm.tsx +1 -1
- package/src/Authenticator/Components/StrategyForm.tsx +1 -1
- package/src/Authenticator/index.tsx +1 -1
- package/src/BettorSearch/index.tsx +1 -1
- package/src/Bracket/components/BracketCompetitionCard.tsx +1 -1
- package/src/Bracket/components/BracketCompetitionSelector.tsx +1 -1
- package/src/Bracket/components/BracketPlay/BracketNavigator.tsx +1 -0
- package/src/Bracket/components/BracketPlay/BracketRound.tsx +1 -0
- package/src/Bracket/components/BracketPlay/RoundEvent.tsx +1 -0
- package/src/Bracket/components/BracketPlay/index.tsx +1 -1
- package/src/Bracket/components/BracketSelector.tsx +1 -1
- package/src/Bracket/components/CompetitionLeaderboard.tsx +1 -1
- package/src/Bracket/components/JoinCompetitionCard.tsx +1 -1
- package/src/Bracket/components/PlayerBalanceCard.tsx +1 -1
- package/src/Bracket/components/PlayerBracketManager.tsx +1 -1
- package/src/Bracket/components/PlayerBrackets.tsx +1 -0
- package/src/Bracket/components/RoomMenu.tsx +1 -1
- package/src/Bracket/index.tsx +1 -1
- package/src/Checkout/components/AccountSummaryCard.tsx +1 -0
- package/src/Checkout/components/ItemSummaryCard.tsx +1 -0
- package/src/Checkout/components/OrderSummaryCard.tsx +1 -0
- package/src/Checkout/components/PayPalOrderCapture.tsx +1 -0
- package/src/Checkout/components/ShippingSummaryCard.tsx +1 -0
- package/src/Checkout/index.tsx +1 -1
- package/src/Competition/components/AthleteMarketCard.tsx +1 -0
- package/src/Competition/components/CompetitionCard.tsx +1 -0
- package/src/Competition/components/CompetitionInfoCard.tsx +1 -0
- package/src/Competition/components/CompetitionLeaderboard.tsx +1 -1
- package/src/Competition/components/CompetitionPlay.tsx +1 -0
- package/src/Competition/components/CompetitionSeasonCard.tsx +1 -0
- package/src/Competition/components/CompetitionSelector.tsx +1 -0
- package/src/Competition/components/CompetitionTypeCard.tsx +1 -1
- package/src/Competition/components/EnterCompetitionPrompt.tsx +1 -1
- package/src/Competition/components/LeaderPicks.tsx +1 -1
- package/src/Competition/components/ManageSeasonForm.tsx +1 -1
- package/src/Competition/components/MarketsCard.tsx +1 -1
- package/src/Competition/components/MatchMarketCard.tsx +1 -0
- package/src/Competition/components/NavOutPrompt.tsx +1 -0
- package/src/Competition/components/SeasonInfoModal.tsx +1 -1
- package/src/Competition/components/TeamEventCard.tsx +1 -1
- package/src/Competition/components/WagerPickForm.tsx +1 -1
- package/src/Competition/index.tsx +1 -1
- package/src/Components/Button.tsx +1 -0
- package/src/Components/Checkbox.tsx +1 -0
- package/src/Components/Icons.tsx +1 -0
- package/src/Components/ImageUploader.tsx +1 -1
- package/src/Components/Jerseys.tsx +1 -0
- package/src/Components/LinearDiagnal.tsx +1 -1
- package/src/Components/Spring.tsx +1 -0
- package/src/Components/Switch.tsx +1 -0
- package/src/Components/Text.tsx +1 -0
- package/src/Components/TextInput.tsx +1 -0
- package/src/Components/ViewportObserver.tsx +1 -1
- package/src/LocationTracker/index.tsx +1 -0
- package/src/Observer/Observer.tsx +1 -1
- package/src/Poll/components/CampaignPlay.tsx +1 -1
- package/src/Poll/components/CampaignProgressBar.tsx +1 -1
- package/src/Poll/components/CampaignResult.tsx +1 -1
- package/src/Poll/components/CampaignSelector.tsx +1 -1
- package/src/Poll/components/PollCampaignCard.tsx +1 -0
- package/src/Poll/components/PollCard.tsx +1 -1
- package/src/Poll/components/PollOptionCard.tsx +1 -1
- package/src/Poll/components/PollSelectCard.tsx +1 -0
- package/src/Poll/components/ResponseTimer.tsx +1 -1
- package/src/Poll/components/WidgetHeader.tsx +1 -0
- package/src/Poll/flashmarket/ResultCard.tsx +1 -1
- package/src/Poll/flashmarket/index.tsx +1 -1
- package/src/Poll/index.tsx +1 -1
- package/src/ProfileManager/Components/BasicInfoManager.tsx +1 -1
- package/src/ProfileManager/Components/BasicStatus.tsx +1 -1
- package/src/ProfileManager/Components/CodeRedeem.tsx +1 -1
- package/src/ProfileManager/Components/DOBManager.tsx +1 -1
- package/src/ProfileManager/Components/EmailManager.tsx +1 -1
- package/src/ProfileManager/Components/PasswordManager.tsx +1 -1
- package/src/ProfileManager/Components/PhoneManager.tsx +1 -1
- package/src/ProfileManager/Components/ProfilePicManager.tsx +1 -1
- package/src/ProfileManager/Components/ProfileWelcome.tsx +1 -0
- package/src/ProfileManager/Components/ProfileWizard.tsx +1 -1
- package/src/ProfileManager/Components/SettingsManager.tsx +1 -1
- package/src/ProfileManager/Components/VouchCard.tsx +1 -1
- package/src/ProfileManager/index.tsx +1 -1
- package/src/SocialComponents/PlayerCard.tsx +1 -0
- package/src/SocialComponents/PlayerFollowButton.tsx +1 -0
- package/src/SocialComponents/PlayerList.tsx +1 -1
- package/src/Socket/index.tsx +1 -1
- package/src/Squares/components/BidForm.tsx +1 -0
- package/src/Squares/components/BidToggle.tsx +1 -0
- package/src/Squares/components/BoardStats.tsx +1 -1
- package/src/Squares/components/EventCard.tsx +1 -1
- package/src/Squares/components/MySquaresCard.tsx +1 -1
- package/src/Squares/components/OfferForm.tsx +1 -0
- package/src/Squares/components/ResultsCard.tsx +1 -1
- package/src/Squares/components/SquareCard.tsx +1 -0
- package/src/Squares/components/SquareOfferCard.tsx +1 -1
- package/src/Squares/components/SquareOwners.tsx +1 -1
- package/src/Squares/components/SquaresBoard.tsx +1 -1
- package/src/Squares/components/SquaresDetails.tsx +1 -1
- package/src/Squares/index.tsx +1 -1
- package/src/Wallet/components/ACHAddCard.tsx +1 -0
- package/src/Wallet/components/AccountCard.tsx +1 -0
- package/src/Wallet/components/AccountLimitManager.tsx +1 -1
- package/src/Wallet/components/AccountManager.tsx +1 -0
- package/src/Wallet/components/AccountSnoozeManager.tsx +1 -1
- package/src/Wallet/components/AddressCard.tsx +1 -0
- package/src/Wallet/components/AddressManager.tsx +1 -1
- package/src/Wallet/components/DepositCard.tsx +1 -1
- package/src/Wallet/components/FundAccountCard.tsx +1 -0
- package/src/Wallet/components/ItemOrderCard.tsx +1 -1
- package/src/Wallet/components/ItemOrderDetailCard.tsx +1 -1
- package/src/Wallet/components/LinkAccountManager.tsx +1 -1
- package/src/Wallet/components/ManageAccountCard.tsx +1 -1
- package/src/Wallet/components/ManualACHAdd.tsx +1 -1
- package/src/Wallet/components/ManualCardAdd.tsx +1 -1
- package/src/Wallet/components/MyBalance.tsx +1 -0
- package/src/Wallet/components/OrderManager.tsx +1 -1
- package/src/Wallet/components/RemoveAccount.tsx +1 -1
- package/src/Wallet/components/VerifyACHAccount.tsx +1 -1
- package/src/Wallet/components/WalletActionSelector.tsx +1 -1
- package/src/Wallet/components/WalletSettings.tsx +1 -1
- package/src/Wallet/components/WalletSetup.tsx +1 -1
- package/src/Wallet/components/WithdrawCard.tsx +1 -1
- package/src/Wallet/index.tsx +1 -1
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import type { CompetitionProps, CompetitionTypeProps, MyPlayerProps } from "../../types";
|
|
2
3
|
type CompetitionInfoCardProps = {
|
|
3
4
|
competition: CompetitionProps;
|
|
@@ -10,6 +11,6 @@ type CompetitionInfoCardProps = {
|
|
|
10
11
|
onViewRules: () => void;
|
|
11
12
|
can_leave?: boolean;
|
|
12
13
|
};
|
|
13
|
-
declare const CompetitionInfoCard: ({ player, competition, competition_type, onViewEvents, onEnter, onLeave, can_leave, onViewRules }: CompetitionInfoCardProps) =>
|
|
14
|
+
declare const CompetitionInfoCard: ({ player, competition, competition_type, onViewEvents, onEnter, onLeave, can_leave, onViewRules }: CompetitionInfoCardProps) => React.JSX.Element;
|
|
14
15
|
export default CompetitionInfoCard;
|
|
15
16
|
//# sourceMappingURL=CompetitionInfoCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CompetitionInfoCard.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/CompetitionInfoCard.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CompetitionInfoCard.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/CompetitionInfoCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAOxF,KAAK,wBAAwB,GAAG;IAC5B,WAAW,EAAC,gBAAgB,CAAC;IAC7B,gBAAgB,EAAC,oBAAoB,CAAC;IACtC,YAAY,EAAE,MAAM,IAAI,CAAC;IACzB,MAAM,CAAC,EAAC,aAAa,CAAC;IACtB,OAAO,EAAE,CAAC,cAAc,EAAC,MAAM,KAAK,IAAI,CAAC;IACzC,OAAO,EAAC,MAAM,IAAI,CAAC;IACnB,WAAW,CAAC,EAAC,MAAM,IAAI,CAAC;IACxB,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,SAAS,CAAC,EAAC,OAAO,CAAA;CACrB,CAAA;AACD,QAAA,MAAM,mBAAmB,sGAAsG,wBAAwB,sBA8HtJ,CAAA;AAED,eAAe,mBAAmB,CAAA"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import type { CompetitionProps, CompetitionTypeProps, PublicPlayerProps } from "../../types";
|
|
2
3
|
type CompetitionLeaderboardProps = {
|
|
3
4
|
competition: CompetitionProps;
|
|
@@ -8,6 +9,6 @@ type CompetitionLeaderboardProps = {
|
|
|
8
9
|
onSeeFull: () => void;
|
|
9
10
|
onLeaderSelect: (player: PublicPlayerProps) => void;
|
|
10
11
|
};
|
|
11
|
-
declare const CompetitionLeaderboard: ({ competition, competition_type, height, viewer_id, view_mode, onSeeFull, onLeaderSelect }: CompetitionLeaderboardProps) =>
|
|
12
|
+
declare const CompetitionLeaderboard: ({ competition, competition_type, height, viewer_id, view_mode, onSeeFull, onLeaderSelect }: 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/Competition/components/CompetitionLeaderboard.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CompetitionLeaderboard.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/CompetitionLeaderboard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAA;AAElD,OAAO,KAAK,EAAE,gBAAgB,EAAkD,oBAAoB,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAA;AAK5I,KAAK,2BAA2B,GAAG;IAC/B,WAAW,EAAC,gBAAgB,CAAC;IAC7B,gBAAgB,EAAC,oBAAoB,CAAC;IACtC,SAAS,CAAC,EAAC,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,OAAO,GAAC,MAAM,CAAC;IAC1B,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,cAAc,EAAC,CAAC,MAAM,EAAC,iBAAiB,KAAK,IAAI,CAAA;CACpD,CAAA;AAED,QAAA,MAAM,sBAAsB,+FAA+F,2BAA2B,sBAmKrJ,CAAA;AAED,eAAe,sBAAsB,CAAA"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import type { CompanyProps } from "../../types";
|
|
2
3
|
import type { BEEventProps } from "../../Observer/api/types";
|
|
3
4
|
type CompetitionPlayProps = {
|
|
@@ -14,6 +15,6 @@ type CompetitionPlayProps = {
|
|
|
14
15
|
back_allowed?: boolean;
|
|
15
16
|
onChangeCompetition?: (competition_id: string) => void;
|
|
16
17
|
};
|
|
17
|
-
declare const CompetitionPlay: ({ player_id, company, source, back_allowed, onGoBack, competition_id, width, height, hide_player, onChangeCompetition, onRequestAuthentication }: CompetitionPlayProps) =>
|
|
18
|
+
declare const CompetitionPlay: ({ player_id, company, source, back_allowed, onGoBack, competition_id, width, height, hide_player, onChangeCompetition, onRequestAuthentication }: CompetitionPlayProps) => React.JSX.Element;
|
|
18
19
|
export default CompetitionPlay;
|
|
19
20
|
//# sourceMappingURL=CompetitionPlay.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CompetitionPlay.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/CompetitionPlay.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CompetitionPlay.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/CompetitionPlay.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAkC,YAAY,EAAsW,MAAM,aAAa,CAAC;AAwBpb,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAE7D,KAAK,oBAAoB,GAAG;IACxB,SAAS,CAAC,EAAC,MAAM,CAAC;IAClB,cAAc,EAAC,MAAM,CAAC;IACtB,OAAO,CAAC,EAAC,YAAY,CAAC;IACtB,OAAO,CAAC,EAAC,CAAC,KAAK,EAAC,YAAY,KAAK,IAAI,CAAC;IACtC,MAAM,EAAC,MAAM,CAAC;IACd,KAAK,EAAC,MAAM,CAAC;IACb,MAAM,CAAC,EAAC,MAAM,CAAC;IACf,QAAQ,CAAC,EAAC,MAAM,IAAI,CAAC;IACrB,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,uBAAuB,EAAE,MAAM,IAAI,CAAC;IACpC,YAAY,CAAC,EAAC,OAAO,CAAA;IACrB,mBAAmB,CAAC,EAAE,CAAC,cAAc,EAAC,MAAM,KAAK,IAAI,CAAA;CACxD,CAAA;AACD,QAAA,MAAM,eAAe,qJAAsJ,oBAAoB,sBA43B9L,CAAA;AAED,eAAe,eAAe,CAAA"}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import type { CompetitionResultTypeProps, CompetitionSeasonProps } from '../../types';
|
|
2
3
|
type CompetitionSeasonCardProps = {
|
|
3
4
|
competition_season: CompetitionSeasonProps;
|
|
4
5
|
competition_result_type: CompetitionResultTypeProps;
|
|
5
6
|
onSelect: (competition_seasons: CompetitionSeasonProps) => void;
|
|
6
7
|
};
|
|
7
|
-
declare const CompetitionSeasonCard: ({ competition_season, competition_result_type, onSelect }: CompetitionSeasonCardProps) =>
|
|
8
|
+
declare const CompetitionSeasonCard: ({ competition_season, competition_result_type, onSelect }: CompetitionSeasonCardProps) => React.JSX.Element;
|
|
8
9
|
export default CompetitionSeasonCard;
|
|
9
10
|
//# sourceMappingURL=CompetitionSeasonCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CompetitionSeasonCard.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/CompetitionSeasonCard.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CompetitionSeasonCard.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/CompetitionSeasonCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,0BAA0B,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAC;AAItF,KAAK,0BAA0B,GAAG;IAC9B,kBAAkB,EAAC,sBAAsB,CAAC;IAC1C,uBAAuB,EAAC,0BAA0B,CAAA;IAClD,QAAQ,EAAE,CAAC,mBAAmB,EAAC,sBAAsB,KAAK,IAAI,CAAA;CACjE,CAAA;AAED,QAAA,MAAM,qBAAqB,8DAA+D,0BAA0B,sBAiCnH,CAAA;AAED,eAAe,qBAAqB,CAAA"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import type { CompanyProps, CompetitionProps, CompetitionResultTypeProps, CompetitionTypeProps } from "../../types";
|
|
2
3
|
type CompetitionSelectorProps = {
|
|
3
4
|
company?: CompanyProps;
|
|
@@ -5,6 +6,6 @@ type CompetitionSelectorProps = {
|
|
|
5
6
|
competition_result_types: CompetitionResultTypeProps[];
|
|
6
7
|
onCompetitionSelect: (competition: CompetitionProps) => void;
|
|
7
8
|
};
|
|
8
|
-
declare const CompetitionSelector: ({ company, competition_types, competition_result_types, onCompetitionSelect }: CompetitionSelectorProps) =>
|
|
9
|
+
declare const CompetitionSelector: ({ company, competition_types, competition_result_types, onCompetitionSelect }: CompetitionSelectorProps) => React.JSX.Element;
|
|
9
10
|
export default CompetitionSelector;
|
|
10
11
|
//# sourceMappingURL=CompetitionSelector.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CompetitionSelector.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/CompetitionSelector.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CompetitionSelector.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/CompetitionSelector.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,KAAK,EAAE,YAAY,EAAE,gBAAgB,EAAE,0BAA0B,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAA;AAQnH,KAAK,wBAAwB,GAAG;IAC5B,OAAO,CAAC,EAAC,YAAY,CAAC;IACtB,iBAAiB,EAAC,oBAAoB,EAAE,CAAC;IACzC,wBAAwB,EAAC,0BAA0B,EAAE,CAAC;IACtD,mBAAmB,EAAC,CAAC,WAAW,EAAC,gBAAgB,KAAK,IAAI,CAAA;CAC7D,CAAA;AAED,QAAA,MAAM,mBAAmB,kFAAkF,wBAAwB,sBAsElI,CAAA;AAED,eAAe,mBAAmB,CAAA"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import type { CompetitionPayoutTypeProps, CompetitionProps, CompetitionResultTypeProps, CompetitionTypeProps } from '../../types';
|
|
2
3
|
type CompetitionResultCardProps = {
|
|
3
4
|
visible: boolean;
|
|
@@ -8,6 +9,6 @@ type CompetitionResultCardProps = {
|
|
|
8
9
|
onClose: () => void;
|
|
9
10
|
competition_result_type: CompetitionResultTypeProps;
|
|
10
11
|
};
|
|
11
|
-
declare const CompetitionTypeCard: ({ competition, competition_payout_types, visible, onClose, competition_type, competition_result_type }: CompetitionResultCardProps) =>
|
|
12
|
+
declare const CompetitionTypeCard: ({ competition, competition_payout_types, visible, onClose, competition_type, competition_result_type }: CompetitionResultCardProps) => React.JSX.Element;
|
|
12
13
|
export default CompetitionTypeCard;
|
|
13
14
|
//# sourceMappingURL=CompetitionTypeCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CompetitionTypeCard.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/CompetitionTypeCard.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CompetitionTypeCard.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/CompetitionTypeCard.tsx"],"names":[],"mappings":"AACA,OAAO,KAA8B,MAAM,OAAO,CAAC;AACnD,OAAO,KAAK,EAAE,0BAA0B,EAAE,gBAAgB,EAAE,0BAA0B,EAAE,oBAAoB,EAAqB,MAAM,aAAa,CAAC;AAKrJ,KAAK,0BAA0B,GAAG;IAC9B,OAAO,EAAE,OAAO,CAAC;IACjB,WAAW,EAAC,gBAAgB,CAAC;IAC7B,wBAAwB,EAAC,0BAA0B,EAAE,CAAC;IACtD,gBAAgB,EAAE,oBAAoB,CAAC;IACvC,SAAS,EAAE,MAAM,GAAC,QAAQ,CAAA;IAC1B,OAAO,EAAC,MAAM,IAAI,CAAC;IACnB,uBAAuB,EAAE,0BAA0B,CAAA;CACtD,CAAA;AAQD,QAAA,MAAM,mBAAmB,2GAA2G,0BAA0B,sBAyL7J,CAAA;AAED,eAAe,mBAAmB,CAAA"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import type { CompetitionProps, CompetitionResultTypeProps, CompetitionTypeProps, MyPlayerProps, PlayerBalanceProps } from "../../types";
|
|
2
3
|
type EnterCompetitionPromptProps = {
|
|
3
4
|
player?: MyPlayerProps;
|
|
@@ -10,6 +11,6 @@ type EnterCompetitionPromptProps = {
|
|
|
10
11
|
onCancel: () => void;
|
|
11
12
|
onEnter: (promo_balance?: boolean) => void;
|
|
12
13
|
};
|
|
13
|
-
declare const EnterCompetitionPrompt: ({ player, player_balance, competition, competition_type, competition_result_type, width, onCancel, onEnter, onVerify }: EnterCompetitionPromptProps) =>
|
|
14
|
+
declare const EnterCompetitionPrompt: ({ player, player_balance, competition, competition_type, competition_result_type, width, onCancel, onEnter, onVerify }: EnterCompetitionPromptProps) => React.JSX.Element;
|
|
14
15
|
export default EnterCompetitionPrompt;
|
|
15
16
|
//# sourceMappingURL=EnterCompetitionPrompt.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EnterCompetitionPrompt.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/EnterCompetitionPrompt.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"EnterCompetitionPrompt.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/EnterCompetitionPrompt.tsx"],"names":[],"mappings":"AAEA,OAAO,KAA8B,MAAM,OAAO,CAAA;AAClD,OAAO,KAAK,EAAE,gBAAgB,EAAE,0BAA0B,EAAE,oBAAoB,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAA;AAOxI,KAAK,2BAA2B,GAAG;IAC/B,MAAM,CAAC,EAAC,aAAa,CAAC;IACtB,cAAc,CAAC,EAAC,kBAAkB,CAAC;IACnC,WAAW,EAAC,gBAAgB,CAAC;IAC7B,gBAAgB,EAAC,oBAAoB,CAAC;IACtC,uBAAuB,EAAC,0BAA0B,CAAC;IACnD,KAAK,EAAC,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,IAAI,CAAA;IACpB,QAAQ,EAAC,MAAM,IAAI,CAAC;IACpB,OAAO,EAAE,CAAC,aAAa,CAAC,EAAC,OAAO,KAAK,IAAI,CAAA;CAC5C,CAAA;AAED,QAAA,MAAM,sBAAsB,2HAA2H,2BAA2B,sBAsGjL,CAAA;AAED,eAAe,sBAAsB,CAAA"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import type { AthleteProps, CompetitionMatchMarketProps, CompetitionMatchProps, CompetitionProps, CompetitionTypeProps, EventProps, MarketProps, MatchProps, PublicPlayerProps, TeamProps, TournamentProps } from "../../types";
|
|
2
3
|
type LeaderPicksProps = {
|
|
3
4
|
competition: CompetitionProps;
|
|
@@ -16,6 +17,6 @@ type LeaderPicksProps = {
|
|
|
16
17
|
onPrevious?: () => void;
|
|
17
18
|
onClose: () => void;
|
|
18
19
|
};
|
|
19
|
-
declare const LeaderPicks: ({ markets, events, matches, athletes, competition, competition_type, competition_matches, competition_match_markets, leader, height, onClose, onNext, onPrevious }: LeaderPicksProps) =>
|
|
20
|
+
declare const LeaderPicks: ({ markets, events, matches, athletes, competition, competition_type, competition_matches, competition_match_markets, leader, height, onClose, onNext, onPrevious }: LeaderPicksProps) => React.JSX.Element;
|
|
20
21
|
export default LeaderPicks;
|
|
21
22
|
//# sourceMappingURL=LeaderPicks.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LeaderPicks.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/LeaderPicks.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"LeaderPicks.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/LeaderPicks.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAA;AAMlD,OAAO,KAAK,EAAE,YAAY,EAAE,2BAA2B,EAAE,qBAAqB,EAAE,gBAAgB,EAAkD,oBAAoB,EAAE,UAAU,EAAE,WAAW,EAAE,UAAU,EAAmB,iBAAiB,EAAE,SAAS,EAAE,eAAe,EAAE,MAAM,aAAa,CAAA;AAMhS,KAAK,gBAAgB,GAAG;IACpB,WAAW,EAAC,gBAAgB,CAAC;IAC7B,OAAO,EAAC,WAAW,EAAE,CAAC;IACtB,MAAM,EAAC,UAAU,EAAE,CAAC;IACpB,OAAO,EAAC,UAAU,EAAE,CAAC;IACrB,WAAW,EAAC,eAAe,EAAE,CAAC;IAC9B,QAAQ,EAAC,YAAY,EAAE,CAAC;IACxB,KAAK,EAAC,SAAS,EAAE,CAAC;IAClB,gBAAgB,EAAC,oBAAoB,CAAC;IACtC,mBAAmB,EAAC,qBAAqB,EAAE,CAAC;IAC5C,yBAAyB,EAAC,2BAA2B,EAAE,CAAC;IACxD,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAC,iBAAiB,CAAC;IACzB,MAAM,CAAC,EAAC,MAAM,IAAI,CAAA;IAClB,UAAU,CAAC,EAAC,MAAM,IAAI,CAAC;IACvB,OAAO,EAAC,MAAM,IAAI,CAAA;CACrB,CAAA;AACD,QAAA,MAAM,WAAW,uKAAuK,gBAAgB,sBAsLvM,CAAA;AAED,eAAe,WAAW,CAAA"}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import type { CompetitionSeasonProps } from "../../types";
|
|
2
3
|
type ManageSeasonFormProps = {
|
|
3
4
|
competition_season?: CompetitionSeasonProps;
|
|
4
5
|
width: number;
|
|
5
6
|
onComplete: (status: 'done' | 'cancel') => void;
|
|
6
7
|
};
|
|
7
|
-
declare const ManageSeasonForm: ({ competition_season, width, onComplete }: ManageSeasonFormProps) =>
|
|
8
|
+
declare const ManageSeasonForm: ({ competition_season, width, onComplete }: ManageSeasonFormProps) => React.JSX.Element;
|
|
8
9
|
export default ManageSeasonForm;
|
|
9
10
|
//# sourceMappingURL=ManageSeasonForm.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ManageSeasonForm.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/ManageSeasonForm.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ManageSeasonForm.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/ManageSeasonForm.tsx"],"names":[],"mappings":"AACA,OAAO,KAA8B,MAAM,OAAO,CAAA;AAClD,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAA;AAOzD,KAAK,qBAAqB,GAAG;IACzB,kBAAkB,CAAC,EAAC,sBAAsB,CAAA;IAC1C,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,CAAC,MAAM,EAAC,MAAM,GAAC,QAAQ,KAAK,IAAI,CAAA;CAC/C,CAAA;AAED,QAAA,MAAM,gBAAgB,8CAA8C,qBAAqB,sBA6PxF,CAAA;AAED,eAAe,gBAAgB,CAAA"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import type { CompetitionMatchMarketProps, MarketProps, PlayerPickProps } from "../../types";
|
|
2
3
|
type MarketsCardProps = {
|
|
3
4
|
competition_match_markets: CompetitionMatchMarketProps[];
|
|
@@ -9,6 +10,6 @@ type MarketsCardProps = {
|
|
|
9
10
|
locked?: boolean;
|
|
10
11
|
onMarketSelect: (cmm: CompetitionMatchMarketProps, player_pick?: PlayerPickProps) => void;
|
|
11
12
|
};
|
|
12
|
-
declare const MarketsCard: ({ competition_match_markets, markets, orientation, onMarketSelect, player_picks, locked, disabled, mode }: MarketsCardProps) =>
|
|
13
|
+
declare const MarketsCard: ({ competition_match_markets, markets, orientation, onMarketSelect, player_picks, locked, disabled, mode }: MarketsCardProps) => React.JSX.Element;
|
|
13
14
|
export default MarketsCard;
|
|
14
15
|
//# sourceMappingURL=MarketsCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MarketsCard.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/MarketsCard.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"MarketsCard.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/MarketsCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAA;AAEvC,OAAO,KAAK,EAAE,2BAA2B,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,aAAa,CAAA;AAM5F,KAAK,gBAAgB,GAAG;IACpB,yBAAyB,EAAC,2BAA2B,EAAE,CAAA;IACvD,OAAO,EAAC,WAAW,EAAE,CAAC;IACtB,YAAY,EAAE,eAAe,EAAE,CAAA;IAC/B,IAAI,EAAE,MAAM,GAAC,MAAM,CAAA;IACnB,WAAW,CAAC,EAAE,UAAU,GAAC,YAAY,CAAA;IACrC,QAAQ,CAAC,EAAC,OAAO,CAAC;IAClB,MAAM,CAAC,EAAC,OAAO,CAAC;IAChB,cAAc,EAAC,CAAC,GAAG,EAAC,2BAA2B,EAAE,WAAW,CAAC,EAAC,eAAe,KAAK,IAAI,CAAA;CACzF,CAAA;AACD,QAAA,MAAM,WAAW,8GAA8G,gBAAgB,sBAuF9I,CAAA;AAED,eAAe,WAAW,CAAA"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import type { AthleteProps, CompetitionMatchMarketProps, CompetitionMatchProps, CompetitionProps, CompetitionTypeProps, MarketProps, MatchProps, PlayerPickProps, TeamProps } from '../../types';
|
|
2
3
|
type MatchMarketCardProps = {
|
|
3
4
|
match: MatchProps;
|
|
@@ -15,6 +16,6 @@ type MatchMarketCardProps = {
|
|
|
15
16
|
competition_match: CompetitionMatchProps;
|
|
16
17
|
competition_match_markets: CompetitionMatchMarketProps[];
|
|
17
18
|
};
|
|
18
|
-
declare const MatchMarketCard: ({ match, home_athlete, away_athlete, competition_type, markets, competition_match, player_picks, competition_match_markets, mode, onPick, loading }: MatchMarketCardProps) =>
|
|
19
|
+
declare const MatchMarketCard: ({ match, home_athlete, away_athlete, competition_type, markets, competition_match, player_picks, competition_match_markets, mode, onPick, loading }: MatchMarketCardProps) => React.JSX.Element;
|
|
19
20
|
export default MatchMarketCard;
|
|
20
21
|
//# sourceMappingURL=MatchMarketCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MatchMarketCard.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/MatchMarketCard.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"MatchMarketCard.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/MatchMarketCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,KAAK,EAAE,YAAY,EAAE,2BAA2B,EAAE,qBAAqB,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,WAAW,EAAE,UAAU,EAAE,eAAe,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAQjM,KAAK,oBAAoB,GAAG;IACxB,KAAK,EAAC,UAAU,CAAC;IACjB,WAAW,EAAC,gBAAgB,CAAC;IAC7B,gBAAgB,EAAC,oBAAoB,CAAC;IACtC,YAAY,CAAC,EAAC,YAAY,CAAC;IAC3B,YAAY,CAAC,EAAC,YAAY,CAAC;IAC3B,SAAS,CAAC,EAAC,SAAS,CAAC;IACrB,SAAS,CAAC,EAAC,SAAS,CAAC;IACrB,OAAO,EAAC,WAAW,EAAE,CAAA;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;IAEjB,YAAY,EAAC,eAAe,EAAE,CAAC;IAC/B,iBAAiB,EAAC,qBAAqB,CAAC;IACxC,yBAAyB,EAAC,2BAA2B,EAAE,CAAA;CAC1D,CAAA;AACD,QAAA,MAAM,eAAe,wJAAwJ,oBAAoB,sBA8FhM,CAAA;AAED,eAAe,eAAe,CAAA"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import type { CodeRequestProps, PlayerReferralProps, PromoProps, PublicPlayerProps, RewardOptionProps } from '../../types';
|
|
2
3
|
type NavOutPromptProps = {
|
|
3
4
|
image_url?: string;
|
|
@@ -17,6 +18,6 @@ type NavOutPromptProps = {
|
|
|
17
18
|
onCancel: () => void;
|
|
18
19
|
onAccept: () => void;
|
|
19
20
|
};
|
|
20
|
-
declare const NavOutPrompt: ({ image_url, code_details, accept_title, cancel_title, title, hide_accept, body, onCancel, onAccept, max_width }: NavOutPromptProps) =>
|
|
21
|
+
declare const NavOutPrompt: ({ image_url, code_details, accept_title, cancel_title, title, hide_accept, body, onCancel, onAccept, max_width }: NavOutPromptProps) => React.JSX.Element;
|
|
21
22
|
export default NavOutPrompt;
|
|
22
23
|
//# sourceMappingURL=NavOutPrompt.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NavOutPrompt.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/NavOutPrompt.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"NavOutPrompt.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/NavOutPrompt.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,UAAU,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAO3H,KAAK,iBAAiB,GAAG;IACrB,SAAS,CAAC,EAAC,MAAM,CAAC;IAClB,KAAK,EAAC,MAAM,CAAA;IACZ,YAAY,EAAE;QACV,KAAK,CAAC,EAAC,UAAU,CAAC;QAClB,YAAY,CAAC,EAAE,gBAAgB,CAAC;QAChC,eAAe,CAAC,EAAC,mBAAmB,CAAC;QACrC,QAAQ,CAAC,EAAC,iBAAiB,CAAC;QAC5B,aAAa,CAAC,EAAC,iBAAiB,CAAA;KACnC,CAAC;IACF,IAAI,EAAC,MAAM,CAAC;IACZ,SAAS,CAAC,EAAC,MAAM,CAAA;IACjB,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,YAAY,CAAC,EAAC,MAAM,CAAC;IACrB,YAAY,CAAC,EAAC,MAAM,CAAC;IACrB,QAAQ,EAAC,MAAM,IAAI,CAAC;IACpB,QAAQ,EAAE,MAAM,IAAI,CAAA;CACvB,CAAA;AAED,QAAA,MAAM,YAAY,qHAAqH,iBAAiB,sBAwDvJ,CAAA;AAED,eAAe,YAAY,CAAA"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import type { CompetitionProps, CompetitionResultTypeProps, CompetitionSeasonProps, CompetitionTypeProps } from "../../types";
|
|
2
3
|
type SeasonInfoModalProps = {
|
|
3
4
|
competition_season: CompetitionSeasonProps;
|
|
@@ -8,6 +9,6 @@ type SeasonInfoModalProps = {
|
|
|
8
9
|
onSelectCompetition: (competition: CompetitionProps) => void;
|
|
9
10
|
onClose: () => void;
|
|
10
11
|
};
|
|
11
|
-
declare const SeasonInfoModal: ({ competition_season, competition_types, competition_result_types, width, height, onClose, onSelectCompetition }: SeasonInfoModalProps) =>
|
|
12
|
+
declare const SeasonInfoModal: ({ competition_season, competition_types, competition_result_types, width, height, onClose, onSelectCompetition }: SeasonInfoModalProps) => React.JSX.Element | undefined;
|
|
12
13
|
export default SeasonInfoModal;
|
|
13
14
|
//# sourceMappingURL=SeasonInfoModal.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SeasonInfoModal.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/SeasonInfoModal.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SeasonInfoModal.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/SeasonInfoModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAA;AAGlD,OAAO,KAAK,EAAE,gBAAgB,EAAE,0BAA0B,EAAE,sBAAsB,EAAE,oBAAoB,EAAqB,MAAM,aAAa,CAAA;AAMhJ,KAAK,oBAAoB,GAAG;IACxB,kBAAkB,EAAC,sBAAsB,CAAC;IAC1C,iBAAiB,EAAC,oBAAoB,EAAE,CAAC;IACzC,wBAAwB,EAAC,0BAA0B,EAAE,CAAC;IACtD,KAAK,EAAC,MAAM,CAAC;IACb,MAAM,EAAC,MAAM,CAAC;IACd,mBAAmB,EAAE,CAAC,WAAW,EAAC,gBAAgB,KAAK,IAAI,CAAC;IAC5D,OAAO,EAAC,MAAM,IAAI,CAAA;CACrB,CAAA;AAED,QAAA,MAAM,eAAe,qHAAqH,oBAAoB,kCA+L7J,CAAA;AACD,eAAe,eAAe,CAAA"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import type { CompetitionMatchMarketProps, CompetitionMatchProps, CompetitionProps, CompetitionTypeProps, EventProps, MarketProps, PlayerPickProps } from "../../types";
|
|
2
3
|
type TeamEventCardProps = {
|
|
3
4
|
competition: CompetitionProps;
|
|
@@ -11,6 +12,6 @@ type TeamEventCardProps = {
|
|
|
11
12
|
competition_match: CompetitionMatchProps;
|
|
12
13
|
competition_match_markets: CompetitionMatchMarketProps[];
|
|
13
14
|
};
|
|
14
|
-
declare const TeamEventCard: ({ loading, event, markets, competition_type, competition_match, competition_match_markets, player_picks, mode, onPick }: TeamEventCardProps) =>
|
|
15
|
+
declare const TeamEventCard: ({ loading, event, markets, competition_type, competition_match, competition_match_markets, player_picks, mode, onPick }: TeamEventCardProps) => React.JSX.Element;
|
|
15
16
|
export default TeamEventCard;
|
|
16
17
|
//# sourceMappingURL=TeamEventCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TeamEventCard.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/TeamEventCard.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TeamEventCard.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/TeamEventCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,2BAA2B,EAAE,qBAAqB,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,UAAU,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,aAAa,CAAA;AAOvK,KAAK,kBAAkB,GAAG;IACtB,WAAW,EAAC,gBAAgB,CAAC;IAC7B,gBAAgB,EAAC,oBAAoB,CAAC;IACtC,OAAO,EAAC,WAAW,EAAE,CAAC;IACtB,KAAK,EAAC,UAAU,CAAC;IACjB,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,YAAY,EAAC,eAAe,EAAE,CAAC;IAC/B,iBAAiB,EAAC,qBAAqB,CAAC;IACxC,yBAAyB,EAAC,2BAA2B,EAAE,CAAA;CAC1D,CAAA;AAED,QAAA,MAAM,aAAa,4HAA4H,kBAAkB,sBA8GhK,CAAA;AAED,eAAe,aAAa,CAAA"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import type { PlayerPickProps } from "../../types";
|
|
2
3
|
type WagerPickFormProps = {
|
|
3
4
|
event_title: string;
|
|
@@ -9,6 +10,6 @@ type WagerPickFormProps = {
|
|
|
9
10
|
onCancel: () => void;
|
|
10
11
|
onSubmit: (pp: PlayerPickProps) => void;
|
|
11
12
|
};
|
|
12
|
-
declare const WagerPickForm: ({ player_pick, event_title, balance, event_start, width, loading, onCancel, onSubmit }: WagerPickFormProps) =>
|
|
13
|
+
declare const WagerPickForm: ({ player_pick, event_title, balance, event_start, width, loading, onCancel, onSubmit }: WagerPickFormProps) => React.JSX.Element;
|
|
13
14
|
export default WagerPickForm;
|
|
14
15
|
//# sourceMappingURL=WagerPickForm.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WagerPickForm.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/WagerPickForm.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"WagerPickForm.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/WagerPickForm.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAA;AAEvC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAA;AAOlD,KAAK,kBAAkB,GAAG;IACtB,WAAW,EAAC,MAAM,CAAC;IACnB,OAAO,EAAC,MAAM,CAAC;IACf,WAAW,EAAC,MAAM,CAAC;IACnB,WAAW,EAAE,eAAe,CAAC;IAC7B,OAAO,CAAC,EAAC,MAAM,CAAC;IAChB,KAAK,EAAC,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,EAAE,CAAC,EAAE,EAAC,eAAe,KAAK,IAAI,CAAA;CACzC,CAAA;AAED,QAAA,MAAM,aAAa,2FAA2F,kBAAkB,sBA2F/H,CAAA;AAED,eAAe,aAAa,CAAA"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import type { BEEventProps } from '../Observer/api/types';
|
|
2
3
|
type CompetitionModuleProps = {
|
|
3
4
|
player_id?: string;
|
|
@@ -5,6 +6,6 @@ type CompetitionModuleProps = {
|
|
|
5
6
|
onEvent?: (event: BEEventProps) => void;
|
|
6
7
|
onRequestAuthentication: () => void;
|
|
7
8
|
};
|
|
8
|
-
declare const CompetitionModule: ({ competition_id, player_id, onEvent, onRequestAuthentication }: CompetitionModuleProps) =>
|
|
9
|
+
declare const CompetitionModule: ({ competition_id, player_id, onEvent, onRequestAuthentication }: CompetitionModuleProps) => React.JSX.Element | undefined;
|
|
9
10
|
export default CompetitionModule;
|
|
10
11
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Competition/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Competition/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAInD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAE1D,KAAK,sBAAsB,GAAG;IAC1B,SAAS,CAAC,EAAC,MAAM,CAAC;IAClB,cAAc,EAAC,MAAM,CAAC;IACtB,OAAO,CAAC,EAAC,CAAC,KAAK,EAAC,YAAY,KAAK,IAAI,CAAC;IACtC,uBAAuB,EAAC,MAAM,IAAI,CAAA;CACrC,CAAA;AAED,QAAA,MAAM,iBAAiB,oEAAoE,sBAAsB,kCAoBhH,CAAA;AAED,eAAe,iBAAiB,CAAA"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
type ButtonProps = {
|
|
2
3
|
borderRadiusOverride?: {
|
|
3
4
|
borderTopRightRadius: number;
|
|
@@ -24,6 +25,6 @@ type ButtonProps = {
|
|
|
24
25
|
borderColor?: string;
|
|
25
26
|
onPress: any;
|
|
26
27
|
};
|
|
27
|
-
declare const Button: ({ title, style, title_weight, disabled, loading, title_size, padding, borderRadiusOverride, avatar_url, title_color, borderWidth, borderColor, backgroundColor, borderRadius, onPress }: ButtonProps) =>
|
|
28
|
+
declare const Button: ({ title, style, title_weight, disabled, loading, title_size, padding, borderRadiusOverride, avatar_url, title_color, borderWidth, borderColor, backgroundColor, borderRadius, onPress }: ButtonProps) => React.JSX.Element;
|
|
28
29
|
export default Button;
|
|
29
30
|
//# sourceMappingURL=Button.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../src/Components/Button.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../src/Components/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,KAAK,WAAW,GAAG;IACf,oBAAoB,CAAC,EAAE;QAAE,oBAAoB,EAAC,MAAM,CAAC;QAAC,uBAAuB,EAAC,MAAM,CAAC;QAAC,mBAAmB,EAAC,MAAM,CAAC;QAAC,sBAAsB,EAAC,MAAM,CAAA;KAAE,CAAA;IACjJ,KAAK,CAAC,EAAC,MAAM,CAAC;IACd,YAAY,CAAC,EAAC,MAAM,GAAC,UAAU,GAAC,SAAS,GAAC,OAAO,CAAC;IAClD,UAAU,CAAC,EAAC,MAAM,CAAC;IACnB,SAAS,CAAC,EAAC,MAAM,CAAC;IAClB,SAAS,CAAC,EAAC,MAAM,GAAC,OAAO,CAAC;IAC1B,SAAS,CAAC,EAAC,SAAS,GAAC,MAAM,GAAC,QAAQ,CAAC;IACrC,OAAO,CAAC,EAAC,OAAO,CAAC;IACjB,cAAc,CAAC,EAAC,IAAI,GAAC,MAAM,GAAC,OAAO,GAAC,MAAM,CAAA;IAC1C,YAAY,CAAC,EAAC,MAAM,CAAC;IACrB,OAAO,CAAC,EAAC,MAAM,CAAC;IAChB,WAAW,CAAC,EAAC,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAC,OAAO,CAAC;IAClB,UAAU,CAAC,EAAC,MAAM,CAAC;IACnB,KAAK,CAAC,EAAC,GAAG,CAAC;IACX,eAAe,CAAC,EAAC,MAAM,CAAC;IACxB,WAAW,CAAC,EAAC,MAAM,CAAC;IACpB,WAAW,CAAC,EAAC,MAAM,CAAC;IACpB,OAAO,EAAC,GAAG,CAAA;CACd,CAAA;AAGD,QAAA,MAAM,MAAM,4LAA4L,WAAW,sBAgClN,CAAA;AAED,eAAe,MAAM,CAAA"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
type CheckBoxProps = {
|
|
2
3
|
checked?: boolean;
|
|
3
4
|
size?: number;
|
|
@@ -7,6 +8,6 @@ type CheckBoxProps = {
|
|
|
7
8
|
fill_style?: any;
|
|
8
9
|
onSelect: (checked: boolean) => void;
|
|
9
10
|
};
|
|
10
|
-
declare const Checkbox: ({ checked, size, disabled, color, onSelect, style, fill_style }: CheckBoxProps) =>
|
|
11
|
+
declare const Checkbox: ({ checked, size, disabled, color, onSelect, style, fill_style }: CheckBoxProps) => React.JSX.Element;
|
|
11
12
|
export default Checkbox;
|
|
12
13
|
//# sourceMappingURL=Checkbox.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../../src/Components/Checkbox.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../../src/Components/Checkbox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,KAAK,aAAa,GAAG;IACjB,OAAO,CAAC,EAAC,OAAO,CAAC;IACjB,IAAI,CAAC,EAAC,MAAM,CAAA;IACZ,KAAK,CAAC,EAAC,MAAM,CAAC;IACd,QAAQ,CAAC,EAAC,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,UAAU,CAAC,EAAC,GAAG,CAAA;IACf,QAAQ,EAAC,CAAC,OAAO,EAAC,OAAO,KAAK,IAAI,CAAA;CACrC,CAAA;AAED,QAAA,MAAM,QAAQ,oEAAoE,aAAa,sBAc9F,CAAA;AAED,eAAe,QAAQ,CAAA"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
type IconProps = {
|
|
2
3
|
color?: string;
|
|
3
4
|
secondary_color?: string;
|
|
@@ -5,62 +6,62 @@ type IconProps = {
|
|
|
5
6
|
direction?: 'up' | 'down' | 'left' | 'right';
|
|
6
7
|
};
|
|
7
8
|
declare const _default: {
|
|
8
|
-
SearchIcon: ({ color, size }: IconProps) =>
|
|
9
|
-
EyeOnIcon: ({ color, size }: IconProps) =>
|
|
10
|
-
AlertIcon: ({ color, size }: IconProps) =>
|
|
11
|
-
PieIcon: ({ color, size }: IconProps) =>
|
|
12
|
-
BankIcon: ({ size, color }: IconProps) =>
|
|
13
|
-
SquaresIcon: ({ color, size }: IconProps) =>
|
|
14
|
-
EditIcon: ({ color, size }: IconProps) =>
|
|
15
|
-
PreferencesIcon: ({ color, size }: IconProps) =>
|
|
16
|
-
CheckCirlceIcon: ({ color, size }: IconProps) =>
|
|
17
|
-
ShareIcon: ({ color, size }: IconProps) =>
|
|
18
|
-
TrophyIcon: ({ color, size }: IconProps) =>
|
|
19
|
-
ListIcon: ({ color, size }: IconProps) =>
|
|
20
|
-
UserIcon: ({ color, size }: IconProps) =>
|
|
21
|
-
PhoneIcon: ({ color, size }: IconProps) =>
|
|
22
|
-
EmailIcon: ({ color, size }: IconProps) =>
|
|
23
|
-
NotificationIcon: ({ color, size }: IconProps) =>
|
|
24
|
-
OwnedSquareIcon: ({ color, size }: IconProps) =>
|
|
25
|
-
InProgressIcon: ({ color, size }: IconProps) =>
|
|
26
|
-
LockClosedIcon: ({ color, size }: IconProps) =>
|
|
27
|
-
CloseIcon: ({ color, size }: IconProps) =>
|
|
28
|
-
BettorEdgeIcon: ({ color, size }: IconProps) =>
|
|
29
|
-
BirthdayIcon: ({ color, size }: IconProps) =>
|
|
30
|
-
CheckIcon: ({ color, size }: IconProps) =>
|
|
31
|
-
LogoutIcon: ({ color, size }: IconProps) =>
|
|
32
|
-
ImageIcon: ({ color, size }: IconProps) =>
|
|
33
|
-
MenuIcon: ({ color }: IconProps) =>
|
|
34
|
-
MoreIcon: ({ color, direction, size }: IconProps) =>
|
|
35
|
-
SnoozeIcon: ({ color, size }: IconProps) =>
|
|
36
|
-
GiftIcon: ({ color, size }: IconProps) =>
|
|
37
|
-
IBTFLowIcon: ({ size }: IconProps) =>
|
|
38
|
-
WithdrawIcon: ({ color, size }: IconProps) =>
|
|
39
|
-
DepositIcon: ({ color, size }: IconProps) =>
|
|
40
|
-
BankInstantIcon: ({ color, size }: IconProps) =>
|
|
41
|
-
CreditCardIcon: ({ size, color }: IconProps) =>
|
|
42
|
-
PlaidIcon: ({ size }: IconProps) =>
|
|
43
|
-
SettingsIcon: ({ color, size }: IconProps) =>
|
|
44
|
-
PayPalIcon: ({ size }: IconProps) =>
|
|
45
|
-
ChevronIcon: ({ size, color, direction }: IconProps) =>
|
|
46
|
-
ShareSocialIcon: ({ size, color }: IconProps) =>
|
|
47
|
-
EdgeCoinIcon: ({ color, size }: IconProps) =>
|
|
48
|
-
PacerCarIcon: ({ size, color }: IconProps) =>
|
|
49
|
-
AwardRibbonIcon: ({ color, size }: IconProps) =>
|
|
50
|
-
TVIcon: ({ color, size }: IconProps) =>
|
|
51
|
-
PlusCircleIcon: ({ color, size }: IconProps) =>
|
|
52
|
-
PausedIcon: ({ color, size }: IconProps) =>
|
|
53
|
-
ChangeIcon: ({ color, size }: IconProps) =>
|
|
54
|
-
USDIcon: ({ color, size }: IconProps) =>
|
|
55
|
-
EyeOffIcon: ({ color, size }: IconProps) =>
|
|
56
|
-
DiscoverCardIcon: ({ size }: IconProps) =>
|
|
57
|
-
AmexCardIcon: ({ size }: IconProps) =>
|
|
58
|
-
TransactionIcon: ({ color, size }: IconProps) =>
|
|
59
|
-
TransactionSuccessIcon: ({ size }: IconProps) =>
|
|
60
|
-
TransactionErrorIcon: ({ size }: IconProps) =>
|
|
61
|
-
VisaCardIcon: ({ size }: IconProps) =>
|
|
62
|
-
MasterCardIcon: ({ size }: IconProps) =>
|
|
63
|
-
UnbidSquare: ({ color, secondary_color }: IconProps) =>
|
|
9
|
+
SearchIcon: ({ color, size }: IconProps) => React.JSX.Element;
|
|
10
|
+
EyeOnIcon: ({ color, size }: IconProps) => React.JSX.Element;
|
|
11
|
+
AlertIcon: ({ color, size }: IconProps) => React.JSX.Element;
|
|
12
|
+
PieIcon: ({ color, size }: IconProps) => React.JSX.Element;
|
|
13
|
+
BankIcon: ({ size, color }: IconProps) => React.JSX.Element;
|
|
14
|
+
SquaresIcon: ({ color, size }: IconProps) => React.JSX.Element;
|
|
15
|
+
EditIcon: ({ color, size }: IconProps) => React.JSX.Element;
|
|
16
|
+
PreferencesIcon: ({ color, size }: IconProps) => React.JSX.Element;
|
|
17
|
+
CheckCirlceIcon: ({ color, size }: IconProps) => React.JSX.Element;
|
|
18
|
+
ShareIcon: ({ color, size }: IconProps) => React.JSX.Element;
|
|
19
|
+
TrophyIcon: ({ color, size }: IconProps) => React.JSX.Element;
|
|
20
|
+
ListIcon: ({ color, size }: IconProps) => React.JSX.Element;
|
|
21
|
+
UserIcon: ({ color, size }: IconProps) => React.JSX.Element;
|
|
22
|
+
PhoneIcon: ({ color, size }: IconProps) => React.JSX.Element;
|
|
23
|
+
EmailIcon: ({ color, size }: IconProps) => React.JSX.Element;
|
|
24
|
+
NotificationIcon: ({ color, size }: IconProps) => React.JSX.Element;
|
|
25
|
+
OwnedSquareIcon: ({ color, size }: IconProps) => React.JSX.Element;
|
|
26
|
+
InProgressIcon: ({ color, size }: IconProps) => React.JSX.Element;
|
|
27
|
+
LockClosedIcon: ({ color, size }: IconProps) => React.JSX.Element;
|
|
28
|
+
CloseIcon: ({ color, size }: IconProps) => React.JSX.Element;
|
|
29
|
+
BettorEdgeIcon: ({ color, size }: IconProps) => React.JSX.Element;
|
|
30
|
+
BirthdayIcon: ({ color, size }: IconProps) => React.JSX.Element;
|
|
31
|
+
CheckIcon: ({ color, size }: IconProps) => React.JSX.Element;
|
|
32
|
+
LogoutIcon: ({ color, size }: IconProps) => React.JSX.Element;
|
|
33
|
+
ImageIcon: ({ color, size }: IconProps) => React.JSX.Element;
|
|
34
|
+
MenuIcon: ({ color }: IconProps) => React.JSX.Element;
|
|
35
|
+
MoreIcon: ({ color, direction, size }: IconProps) => React.JSX.Element;
|
|
36
|
+
SnoozeIcon: ({ color, size }: IconProps) => React.JSX.Element;
|
|
37
|
+
GiftIcon: ({ color, size }: IconProps) => React.JSX.Element;
|
|
38
|
+
IBTFLowIcon: ({ size }: IconProps) => React.JSX.Element;
|
|
39
|
+
WithdrawIcon: ({ color, size }: IconProps) => React.JSX.Element;
|
|
40
|
+
DepositIcon: ({ color, size }: IconProps) => React.JSX.Element;
|
|
41
|
+
BankInstantIcon: ({ color, size }: IconProps) => React.JSX.Element;
|
|
42
|
+
CreditCardIcon: ({ size, color }: IconProps) => React.JSX.Element;
|
|
43
|
+
PlaidIcon: ({ size }: IconProps) => React.JSX.Element;
|
|
44
|
+
SettingsIcon: ({ color, size }: IconProps) => React.JSX.Element;
|
|
45
|
+
PayPalIcon: ({ size }: IconProps) => React.JSX.Element;
|
|
46
|
+
ChevronIcon: ({ size, color, direction }: IconProps) => React.JSX.Element;
|
|
47
|
+
ShareSocialIcon: ({ size, color }: IconProps) => React.JSX.Element;
|
|
48
|
+
EdgeCoinIcon: ({ color, size }: IconProps) => React.JSX.Element;
|
|
49
|
+
PacerCarIcon: ({ size, color }: IconProps) => React.JSX.Element;
|
|
50
|
+
AwardRibbonIcon: ({ color, size }: IconProps) => React.JSX.Element;
|
|
51
|
+
TVIcon: ({ color, size }: IconProps) => React.JSX.Element;
|
|
52
|
+
PlusCircleIcon: ({ color, size }: IconProps) => React.JSX.Element;
|
|
53
|
+
PausedIcon: ({ color, size }: IconProps) => React.JSX.Element;
|
|
54
|
+
ChangeIcon: ({ color, size }: IconProps) => React.JSX.Element;
|
|
55
|
+
USDIcon: ({ color, size }: IconProps) => React.JSX.Element;
|
|
56
|
+
EyeOffIcon: ({ color, size }: IconProps) => React.JSX.Element;
|
|
57
|
+
DiscoverCardIcon: ({ size }: IconProps) => React.JSX.Element;
|
|
58
|
+
AmexCardIcon: ({ size }: IconProps) => React.JSX.Element;
|
|
59
|
+
TransactionIcon: ({ color, size }: IconProps) => React.JSX.Element;
|
|
60
|
+
TransactionSuccessIcon: ({ size }: IconProps) => React.JSX.Element;
|
|
61
|
+
TransactionErrorIcon: ({ size }: IconProps) => React.JSX.Element;
|
|
62
|
+
VisaCardIcon: ({ size }: IconProps) => React.JSX.Element;
|
|
63
|
+
MasterCardIcon: ({ size }: IconProps) => React.JSX.Element;
|
|
64
|
+
UnbidSquare: ({ color, secondary_color }: IconProps) => React.JSX.Element;
|
|
64
65
|
};
|
|
65
66
|
export default _default;
|
|
66
67
|
//# sourceMappingURL=Icons.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Icons.d.ts","sourceRoot":"","sources":["../../../../src/Components/Icons.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Icons.d.ts","sourceRoot":"","sources":["../../../../src/Components/Icons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,KAAK,SAAS,GAAG;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,eAAe,CAAC,EAAC,MAAM,CAAC;IACxB,IAAI,CAAC,EAAC,MAAM,CAAC;IACb,SAAS,CAAC,EAAC,IAAI,GAAC,MAAM,GAAC,MAAM,GAAC,OAAO,CAAA;CACxC,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqkCD,wBAyDC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
type CldUploaderProps = {
|
|
2
3
|
onFinishUpload: (obj: any) => void;
|
|
3
4
|
onStartUpload?: () => void;
|
|
@@ -5,6 +6,6 @@ type CldUploaderProps = {
|
|
|
5
6
|
children?: any;
|
|
6
7
|
public_id: string;
|
|
7
8
|
};
|
|
8
|
-
declare const ImageUploader: ({ onStartUpload, onCancelUpload, onFinishUpload, public_id, children }: CldUploaderProps) =>
|
|
9
|
+
declare const ImageUploader: ({ onStartUpload, onCancelUpload, onFinishUpload, public_id, children }: CldUploaderProps) => React.JSX.Element;
|
|
9
10
|
export default ImageUploader;
|
|
10
11
|
//# sourceMappingURL=ImageUploader.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ImageUploader.d.ts","sourceRoot":"","sources":["../../../../src/Components/ImageUploader.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ImageUploader.d.ts","sourceRoot":"","sources":["../../../../src/Components/ImageUploader.tsx"],"names":[],"mappings":"AAGC,OAAO,KAAiB,MAAM,OAAO,CAAC;AAIvC,KAAK,gBAAgB,GAAG;IACtB,cAAc,EAAG,CAAC,GAAG,EAAC,GAAG,KAAK,IAAI,CAAA;IAChC,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;IAC3B,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC9B,QAAQ,CAAC,EAAC,GAAG,CAAC;IACd,SAAS,EAAE,MAAM,CAAA;CAClB,CAAA;AACD,QAAA,MAAM,aAAa,2EAA2E,gBAAgB,sBAwF7G,CAAA;AAED,eAAe,aAAa,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import type { AthleteProps, LeagueProps, TeamProps } from "../types";
|
|
2
3
|
type AthleteImageProps = {
|
|
3
4
|
athlete: AthleteProps;
|
|
@@ -5,11 +6,11 @@ type AthleteImageProps = {
|
|
|
5
6
|
number_size?: number;
|
|
6
7
|
league?: LeagueProps;
|
|
7
8
|
};
|
|
8
|
-
declare const AthleteImage: ({ athlete, size, number_size, league }: AthleteImageProps) =>
|
|
9
|
+
declare const AthleteImage: ({ athlete, size, number_size, league }: AthleteImageProps) => React.JSX.Element;
|
|
9
10
|
type TeamImageProps = {
|
|
10
11
|
team: TeamProps;
|
|
11
12
|
league?: LeagueProps;
|
|
12
13
|
};
|
|
13
|
-
declare const TeamImage: ({ team, league }: TeamImageProps) =>
|
|
14
|
+
declare const TeamImage: ({ team, league }: TeamImageProps) => React.JSX.Element;
|
|
14
15
|
export { AthleteImage, TeamImage };
|
|
15
16
|
//# sourceMappingURL=Jerseys.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Jerseys.d.ts","sourceRoot":"","sources":["../../../../src/Components/Jerseys.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Jerseys.d.ts","sourceRoot":"","sources":["../../../../src/Components/Jerseys.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,YAAY,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,UAAU,CAAA;AAIpE,KAAK,iBAAiB,GAAG;IACrB,OAAO,EAAC,YAAY,CAAA;IACpB,IAAI,CAAC,EAAC,MAAM,CAAC;IACb,WAAW,CAAC,EAAC,MAAM,CAAC;IACpB,MAAM,CAAC,EAAC,WAAW,CAAA;CACtB,CAAA;AAGD,QAAA,MAAM,YAAY,2CAA2C,iBAAiB,sBA4C7E,CAAA;AAID,KAAK,cAAc,GAAG;IAClB,IAAI,EAAE,SAAS,CAAC;IAChB,MAAM,CAAC,EAAE,WAAW,CAAA;CACvB,CAAA;AACD,QAAA,MAAM,SAAS,qBAAuB,cAAc,sBAenD,CAAA;AAuLD,OAAO,EACH,YAAY,EACZ,SAAS,EACZ,CAAA"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
type LinearDiagnalProps = {
|
|
2
3
|
label?: string;
|
|
3
4
|
label_size?: number;
|
|
@@ -8,6 +9,6 @@ type LinearDiagnalProps = {
|
|
|
8
9
|
style?: any;
|
|
9
10
|
children?: any;
|
|
10
11
|
};
|
|
11
|
-
declare const LinearDiagnal: ({ left_color, right_color, no_buffer, label, label_size, label_color, style, children }: LinearDiagnalProps) =>
|
|
12
|
+
declare const LinearDiagnal: ({ left_color, right_color, no_buffer, label, label_size, label_color, style, children }: LinearDiagnalProps) => React.JSX.Element;
|
|
12
13
|
export default LinearDiagnal;
|
|
13
14
|
//# sourceMappingURL=LinearDiagnal.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LinearDiagnal.d.ts","sourceRoot":"","sources":["../../../../src/Components/LinearDiagnal.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"LinearDiagnal.d.ts","sourceRoot":"","sources":["../../../../src/Components/LinearDiagnal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAMxC,KAAK,kBAAkB,GAAG;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAC,MAAM,CAAC;IACnB,WAAW,CAAC,EAAC,MAAM,CAAC;IACpB,UAAU,EAAC,MAAM,CAAC;IAClB,WAAW,EAAC,MAAM,CAAA;IAClB,SAAS,CAAC,EAAC,OAAO,CAAC;IACnB,KAAK,CAAC,EAAC,GAAG,CAAC;IACX,QAAQ,CAAC,EAAC,GAAG,CAAA;CAChB,CAAA;AACD,QAAA,MAAM,aAAa,4FAA4F,kBAAkB,sBAmBhI,CAAA;AAeD,eAAe,aAAa,CAAA"}
|