be-components 0.7.3 → 0.7.4
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/ApiOverrides/index.js +18 -0
- package/lib/commonjs/ApiOverrides/index.js.map +1 -1
- package/lib/commonjs/Authenticator/index.js.map +1 -1
- package/lib/commonjs/Checkout/api/index.js.map +1 -1
- package/lib/commonjs/Checkout/index.js.map +1 -1
- package/lib/commonjs/Competition/api/index.js +655 -0
- package/lib/commonjs/Competition/api/index.js.map +1 -0
- package/lib/commonjs/Competition/components/AthleteMarketCard.js +168 -0
- package/lib/commonjs/Competition/components/AthleteMarketCard.js.map +1 -0
- package/lib/commonjs/Competition/components/CompetitionCard.js +180 -0
- package/lib/commonjs/Competition/components/CompetitionCard.js.map +1 -0
- package/lib/commonjs/Competition/components/CompetitionInfoCard.js +264 -0
- package/lib/commonjs/Competition/components/CompetitionInfoCard.js.map +1 -0
- package/lib/commonjs/Competition/components/CompetitionLeaderboard.js +281 -0
- package/lib/commonjs/Competition/components/CompetitionLeaderboard.js.map +1 -0
- package/lib/commonjs/Competition/components/CompetitionPlay.js +1269 -0
- package/lib/commonjs/Competition/components/CompetitionPlay.js.map +1 -0
- package/lib/commonjs/Competition/components/CompetitionSeasonCard.js +111 -0
- package/lib/commonjs/Competition/components/CompetitionSeasonCard.js.map +1 -0
- package/lib/commonjs/Competition/components/CompetitionSelector.js +122 -0
- package/lib/commonjs/Competition/components/CompetitionSelector.js.map +1 -0
- package/lib/commonjs/Competition/components/CompetitionTypeCard.js +380 -0
- package/lib/commonjs/Competition/components/CompetitionTypeCard.js.map +1 -0
- package/lib/commonjs/Competition/components/EnterCompetitionPrompt.js +237 -0
- package/lib/commonjs/Competition/components/EnterCompetitionPrompt.js.map +1 -0
- package/lib/commonjs/Competition/components/LeaderPicks.js +322 -0
- package/lib/commonjs/Competition/components/LeaderPicks.js.map +1 -0
- package/lib/commonjs/Competition/components/ManageSeasonForm.js +605 -0
- package/lib/commonjs/Competition/components/ManageSeasonForm.js.map +1 -0
- package/lib/commonjs/Competition/components/MarketsCard.js +148 -0
- package/lib/commonjs/Competition/components/MarketsCard.js.map +1 -0
- package/lib/commonjs/Competition/components/MatchMarketCard.js +199 -0
- package/lib/commonjs/Competition/components/MatchMarketCard.js.map +1 -0
- package/lib/commonjs/Competition/components/NavOutPrompt.js +159 -0
- package/lib/commonjs/Competition/components/NavOutPrompt.js.map +1 -0
- package/lib/commonjs/Competition/components/SeasonInfoModal.js +400 -0
- package/lib/commonjs/Competition/components/SeasonInfoModal.js.map +1 -0
- package/lib/commonjs/Competition/components/TeamEventCard.js +217 -0
- package/lib/commonjs/Competition/components/TeamEventCard.js.map +1 -0
- package/lib/commonjs/Competition/components/WagerPickForm.js +278 -0
- package/lib/commonjs/Competition/components/WagerPickForm.js.map +1 -0
- package/lib/commonjs/Competition/index.js +42 -0
- package/lib/commonjs/Competition/index.js.map +1 -0
- package/lib/commonjs/Components/Icons.js.map +1 -1
- package/lib/commonjs/Components/Jerseys.js +713 -0
- package/lib/commonjs/Components/Jerseys.js.map +1 -0
- package/lib/commonjs/Components/LinearDiagnal.js +1 -1
- package/lib/commonjs/Components/LinearDiagnal.js.map +1 -1
- package/lib/commonjs/Components/Switch.js +81 -0
- package/lib/commonjs/Components/Switch.js.map +1 -0
- package/lib/commonjs/Components/index.js +14 -0
- package/lib/commonjs/Components/index.js.map +1 -1
- package/lib/commonjs/Poll/api/index.js +240 -0
- package/lib/commonjs/Poll/api/index.js.map +1 -0
- package/lib/commonjs/Poll/components/CampaignPlay.js +553 -0
- package/lib/commonjs/Poll/components/CampaignPlay.js.map +1 -0
- package/lib/commonjs/Poll/components/CampaignProgressBar.js +118 -0
- package/lib/commonjs/Poll/components/CampaignProgressBar.js.map +1 -0
- package/lib/commonjs/Poll/components/CampaignResult.js +382 -0
- package/lib/commonjs/Poll/components/CampaignResult.js.map +1 -0
- package/lib/commonjs/Poll/components/CampaignSelector.js +124 -0
- package/lib/commonjs/Poll/components/CampaignSelector.js.map +1 -0
- package/lib/commonjs/Poll/components/PollCampaignCard.js +66 -0
- package/lib/commonjs/Poll/components/PollCampaignCard.js.map +1 -0
- package/lib/commonjs/Poll/components/PollCard.js +480 -0
- package/lib/commonjs/Poll/components/PollCard.js.map +1 -0
- package/lib/commonjs/Poll/components/PollOptionCard.js +158 -0
- package/lib/commonjs/Poll/components/PollOptionCard.js.map +1 -0
- package/lib/commonjs/Poll/components/PollSelectCard.js +189 -0
- package/lib/commonjs/Poll/components/PollSelectCard.js.map +1 -0
- package/lib/commonjs/Poll/components/ResponseTimer.js +48 -0
- package/lib/commonjs/Poll/components/ResponseTimer.js.map +1 -0
- package/lib/commonjs/Poll/components/WidgetHeader.js +83 -0
- package/lib/commonjs/Poll/components/WidgetHeader.js.map +1 -0
- package/lib/commonjs/Poll/index.js +31 -0
- package/lib/commonjs/Poll/index.js.map +1 -0
- package/lib/commonjs/ProfileManager/Components/BasicInfoManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/BasicStatus.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/CodeRedeem.js +3 -1
- package/lib/commonjs/ProfileManager/Components/CodeRedeem.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/DOBManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/EmailManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/PasswordManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/PhoneManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfilePicManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfileWelcome.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfileWizard.js +5 -0
- package/lib/commonjs/ProfileManager/Components/ProfileWizard.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/VouchCard.js.map +1 -1
- package/lib/commonjs/ProfileManager/index.js +2 -0
- package/lib/commonjs/ProfileManager/index.js.map +1 -1
- package/lib/commonjs/Wallet/api/index.js +4 -1
- package/lib/commonjs/Wallet/api/index.js.map +1 -1
- package/lib/commonjs/Wallet/components/ACHAddCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AddressManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/DepositCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/FundAccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManageAccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManualACHAdd.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManualCardAdd.js.map +1 -1
- package/lib/commonjs/Wallet/components/MyBalance.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletActionSelector.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletSettings.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletSetup.js.map +1 -1
- package/lib/commonjs/Wallet/components/WithdrawCard.js.map +1 -1
- package/lib/commonjs/Wallet/index.js.map +1 -1
- package/lib/commonjs/index.js +14 -0
- package/lib/commonjs/index.js.map +1 -1
- package/lib/module/ApiOverrides/index.js +18 -0
- package/lib/module/ApiOverrides/index.js.map +1 -1
- package/lib/module/Authenticator/index.js.map +1 -1
- package/lib/module/Checkout/api/index.js.map +1 -1
- package/lib/module/Checkout/index.js.map +1 -1
- package/lib/module/Competition/api/index.js +649 -0
- package/lib/module/Competition/api/index.js.map +1 -0
- package/lib/module/Competition/components/AthleteMarketCard.js +161 -0
- package/lib/module/Competition/components/AthleteMarketCard.js.map +1 -0
- package/lib/module/Competition/components/CompetitionCard.js +173 -0
- package/lib/module/Competition/components/CompetitionCard.js.map +1 -0
- package/lib/module/Competition/components/CompetitionInfoCard.js +257 -0
- package/lib/module/Competition/components/CompetitionInfoCard.js.map +1 -0
- package/lib/module/Competition/components/CompetitionLeaderboard.js +272 -0
- package/lib/module/Competition/components/CompetitionLeaderboard.js.map +1 -0
- package/lib/module/Competition/components/CompetitionPlay.js +1260 -0
- package/lib/module/Competition/components/CompetitionPlay.js.map +1 -0
- package/lib/module/Competition/components/CompetitionSeasonCard.js +104 -0
- package/lib/module/Competition/components/CompetitionSeasonCard.js.map +1 -0
- package/lib/module/Competition/components/CompetitionSelector.js +113 -0
- package/lib/module/Competition/components/CompetitionSelector.js.map +1 -0
- package/lib/module/Competition/components/CompetitionTypeCard.js +371 -0
- package/lib/module/Competition/components/CompetitionTypeCard.js.map +1 -0
- package/lib/module/Competition/components/EnterCompetitionPrompt.js +228 -0
- package/lib/module/Competition/components/EnterCompetitionPrompt.js.map +1 -0
- package/lib/module/Competition/components/LeaderPicks.js +313 -0
- package/lib/module/Competition/components/LeaderPicks.js.map +1 -0
- package/lib/module/Competition/components/ManageSeasonForm.js +596 -0
- package/lib/module/Competition/components/ManageSeasonForm.js.map +1 -0
- package/lib/module/Competition/components/MarketsCard.js +139 -0
- package/lib/module/Competition/components/MarketsCard.js.map +1 -0
- package/lib/module/Competition/components/MatchMarketCard.js +192 -0
- package/lib/module/Competition/components/MatchMarketCard.js.map +1 -0
- package/lib/module/Competition/components/NavOutPrompt.js +152 -0
- package/lib/module/Competition/components/NavOutPrompt.js.map +1 -0
- package/lib/module/Competition/components/SeasonInfoModal.js +391 -0
- package/lib/module/Competition/components/SeasonInfoModal.js.map +1 -0
- package/lib/module/Competition/components/TeamEventCard.js +210 -0
- package/lib/module/Competition/components/TeamEventCard.js.map +1 -0
- package/lib/module/Competition/components/WagerPickForm.js +269 -0
- package/lib/module/Competition/components/WagerPickForm.js.map +1 -0
- package/lib/module/Competition/index.js +33 -0
- package/lib/module/Competition/index.js.map +1 -0
- package/lib/module/Components/Icons.js.map +1 -1
- package/lib/module/Components/Jerseys.js +705 -0
- package/lib/module/Components/Jerseys.js.map +1 -0
- package/lib/module/Components/LinearDiagnal.js +2 -3
- package/lib/module/Components/LinearDiagnal.js.map +1 -1
- package/lib/module/Components/Switch.js +74 -0
- package/lib/module/Components/Switch.js.map +1 -0
- package/lib/module/Components/index.js +3 -1
- package/lib/module/Components/index.js.map +1 -1
- package/lib/module/Poll/api/index.js +234 -0
- package/lib/module/Poll/api/index.js.map +1 -0
- package/lib/module/Poll/components/CampaignPlay.js +545 -0
- package/lib/module/Poll/components/CampaignPlay.js.map +1 -0
- package/lib/module/Poll/components/CampaignProgressBar.js +110 -0
- package/lib/module/Poll/components/CampaignProgressBar.js.map +1 -0
- package/lib/module/Poll/components/CampaignResult.js +374 -0
- package/lib/module/Poll/components/CampaignResult.js.map +1 -0
- package/lib/module/Poll/components/CampaignSelector.js +115 -0
- package/lib/module/Poll/components/CampaignSelector.js.map +1 -0
- package/lib/module/Poll/components/PollCampaignCard.js +59 -0
- package/lib/module/Poll/components/PollCampaignCard.js.map +1 -0
- package/lib/module/Poll/components/PollCard.js +472 -0
- package/lib/module/Poll/components/PollCard.js.map +1 -0
- package/lib/module/Poll/components/PollOptionCard.js +149 -0
- package/lib/module/Poll/components/PollOptionCard.js.map +1 -0
- package/lib/module/Poll/components/PollSelectCard.js +182 -0
- package/lib/module/Poll/components/PollSelectCard.js.map +1 -0
- package/lib/module/Poll/components/ResponseTimer.js +39 -0
- package/lib/module/Poll/components/ResponseTimer.js.map +1 -0
- package/lib/module/Poll/components/WidgetHeader.js +76 -0
- package/lib/module/Poll/components/WidgetHeader.js.map +1 -0
- package/lib/module/Poll/index.js +22 -0
- package/lib/module/Poll/index.js.map +1 -0
- package/lib/module/ProfileManager/Components/BasicInfoManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/BasicStatus.js.map +1 -1
- package/lib/module/ProfileManager/Components/CodeRedeem.js +3 -1
- package/lib/module/ProfileManager/Components/CodeRedeem.js.map +1 -1
- package/lib/module/ProfileManager/Components/DOBManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/EmailManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/PasswordManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/PhoneManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfilePicManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfileWelcome.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfileWizard.js +5 -0
- package/lib/module/ProfileManager/Components/ProfileWizard.js.map +1 -1
- package/lib/module/ProfileManager/Components/VouchCard.js.map +1 -1
- package/lib/module/ProfileManager/index.js +2 -0
- package/lib/module/ProfileManager/index.js.map +1 -1
- package/lib/module/Wallet/api/index.js +4 -1
- package/lib/module/Wallet/api/index.js.map +1 -1
- package/lib/module/Wallet/components/ACHAddCard.js.map +1 -1
- package/lib/module/Wallet/components/AddressManager.js.map +1 -1
- package/lib/module/Wallet/components/DepositCard.js.map +1 -1
- package/lib/module/Wallet/components/FundAccountCard.js.map +1 -1
- package/lib/module/Wallet/components/ManageAccountCard.js.map +1 -1
- package/lib/module/Wallet/components/ManualACHAdd.js.map +1 -1
- package/lib/module/Wallet/components/ManualCardAdd.js.map +1 -1
- package/lib/module/Wallet/components/MyBalance.js.map +1 -1
- package/lib/module/Wallet/components/WalletActionSelector.js.map +1 -1
- package/lib/module/Wallet/components/WalletSettings.js.map +1 -1
- package/lib/module/Wallet/components/WalletSetup.js.map +1 -1
- package/lib/module/Wallet/components/WithdrawCard.js.map +1 -1
- package/lib/module/Wallet/index.js.map +1 -1
- package/lib/module/index.js +3 -1
- package/lib/module/index.js.map +1 -1
- package/lib/typescript/src/ApiOverrides/index.d.ts +1 -0
- package/lib/typescript/src/ApiOverrides/index.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/api/index.d.ts +2 -2
- package/lib/typescript/src/Authenticator/api/index.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/index.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/api/index.d.ts +1 -2
- package/lib/typescript/src/Checkout/api/index.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/index.d.ts.map +1 -1
- package/lib/typescript/src/Competition/api/index.d.ts +128 -0
- package/lib/typescript/src/Competition/api/index.d.ts.map +1 -0
- package/lib/typescript/src/Competition/components/AthleteMarketCard.d.ts +19 -0
- package/lib/typescript/src/Competition/components/AthleteMarketCard.d.ts.map +1 -0
- package/lib/typescript/src/Competition/components/CompetitionCard.d.ts +12 -0
- package/lib/typescript/src/Competition/components/CompetitionCard.d.ts.map +1 -0
- package/lib/typescript/src/Competition/components/CompetitionInfoCard.d.ts +16 -0
- package/lib/typescript/src/Competition/components/CompetitionInfoCard.d.ts.map +1 -0
- package/lib/typescript/src/Competition/components/CompetitionLeaderboard.d.ts +14 -0
- package/lib/typescript/src/Competition/components/CompetitionLeaderboard.d.ts.map +1 -0
- package/lib/typescript/src/Competition/components/CompetitionPlay.d.ts +20 -0
- package/lib/typescript/src/Competition/components/CompetitionPlay.d.ts.map +1 -0
- package/lib/typescript/src/Competition/components/CompetitionSeasonCard.d.ts +10 -0
- package/lib/typescript/src/Competition/components/CompetitionSeasonCard.d.ts.map +1 -0
- package/lib/typescript/src/Competition/components/CompetitionSelector.d.ts +11 -0
- package/lib/typescript/src/Competition/components/CompetitionSelector.d.ts.map +1 -0
- package/lib/typescript/src/Competition/components/CompetitionTypeCard.d.ts +14 -0
- package/lib/typescript/src/Competition/components/CompetitionTypeCard.d.ts.map +1 -0
- package/lib/typescript/src/Competition/components/EnterCompetitionPrompt.d.ts +16 -0
- package/lib/typescript/src/Competition/components/EnterCompetitionPrompt.d.ts.map +1 -0
- package/lib/typescript/src/Competition/components/LeaderPicks.d.ts +22 -0
- package/lib/typescript/src/Competition/components/LeaderPicks.d.ts.map +1 -0
- package/lib/typescript/src/Competition/components/ManageSeasonForm.d.ts +10 -0
- package/lib/typescript/src/Competition/components/ManageSeasonForm.d.ts.map +1 -0
- package/lib/typescript/src/Competition/components/MarketsCard.d.ts +15 -0
- package/lib/typescript/src/Competition/components/MarketsCard.d.ts.map +1 -0
- package/lib/typescript/src/Competition/components/MatchMarketCard.d.ts +21 -0
- package/lib/typescript/src/Competition/components/MatchMarketCard.d.ts.map +1 -0
- package/lib/typescript/src/Competition/components/NavOutPrompt.d.ts +23 -0
- package/lib/typescript/src/Competition/components/NavOutPrompt.d.ts.map +1 -0
- package/lib/typescript/src/Competition/components/SeasonInfoModal.d.ts +14 -0
- package/lib/typescript/src/Competition/components/SeasonInfoModal.d.ts.map +1 -0
- package/lib/typescript/src/Competition/components/TeamEventCard.d.ts +17 -0
- package/lib/typescript/src/Competition/components/TeamEventCard.d.ts.map +1 -0
- package/lib/typescript/src/Competition/components/WagerPickForm.d.ts +15 -0
- package/lib/typescript/src/Competition/components/WagerPickForm.d.ts.map +1 -0
- package/lib/typescript/src/Competition/index.d.ts +11 -0
- package/lib/typescript/src/Competition/index.d.ts.map +1 -0
- package/lib/typescript/src/Components/Icons.d.ts.map +1 -1
- package/lib/typescript/src/Components/Jerseys.d.ts +16 -0
- package/lib/typescript/src/Components/Jerseys.d.ts.map +1 -0
- package/lib/typescript/src/Components/LinearDiagnal.d.ts.map +1 -1
- package/lib/typescript/src/Components/Switch.d.ts +9 -0
- package/lib/typescript/src/Components/Switch.d.ts.map +1 -0
- package/lib/typescript/src/Components/index.d.ts +3 -1
- package/lib/typescript/src/Components/index.d.ts.map +1 -1
- package/lib/typescript/src/Poll/api/index.d.ts +61 -0
- package/lib/typescript/src/Poll/api/index.d.ts.map +1 -0
- package/lib/typescript/src/Poll/components/CampaignPlay.d.ts +14 -0
- package/lib/typescript/src/Poll/components/CampaignPlay.d.ts.map +1 -0
- package/lib/typescript/src/Poll/components/CampaignProgressBar.d.ts +12 -0
- package/lib/typescript/src/Poll/components/CampaignProgressBar.d.ts.map +1 -0
- package/lib/typescript/src/Poll/components/CampaignResult.d.ts +13 -0
- package/lib/typescript/src/Poll/components/CampaignResult.d.ts.map +1 -0
- package/lib/typescript/src/Poll/components/CampaignSelector.d.ts +9 -0
- package/lib/typescript/src/Poll/components/CampaignSelector.d.ts.map +1 -0
- package/lib/typescript/src/Poll/components/PollCampaignCard.d.ts +10 -0
- package/lib/typescript/src/Poll/components/PollCampaignCard.d.ts.map +1 -0
- package/lib/typescript/src/Poll/components/PollCard.d.ts +16 -0
- package/lib/typescript/src/Poll/components/PollCard.d.ts.map +1 -0
- package/lib/typescript/src/Poll/components/PollOptionCard.d.ts +14 -0
- package/lib/typescript/src/Poll/components/PollOptionCard.d.ts.map +1 -0
- package/lib/typescript/src/Poll/components/PollSelectCard.d.ts +16 -0
- package/lib/typescript/src/Poll/components/PollSelectCard.d.ts.map +1 -0
- package/lib/typescript/src/Poll/components/ResponseTimer.d.ts +9 -0
- package/lib/typescript/src/Poll/components/ResponseTimer.d.ts.map +1 -0
- package/lib/typescript/src/Poll/components/WidgetHeader.d.ts +13 -0
- package/lib/typescript/src/Poll/components/WidgetHeader.d.ts.map +1 -0
- package/lib/typescript/src/Poll/index.d.ts +7 -0
- package/lib/typescript/src/Poll/index.d.ts.map +1 -0
- package/lib/typescript/src/ProfileManager/Components/BasicInfoManager.d.ts +1 -1
- package/lib/typescript/src/ProfileManager/Components/BasicInfoManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/BasicStatus.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/BasicStatus.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/CodeRedeem.d.ts +9 -2
- package/lib/typescript/src/ProfileManager/Components/CodeRedeem.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/DOBManager.d.ts +1 -1
- package/lib/typescript/src/ProfileManager/Components/DOBManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/EmailManager.d.ts +1 -1
- package/lib/typescript/src/ProfileManager/Components/EmailManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/PasswordManager.d.ts +1 -1
- package/lib/typescript/src/ProfileManager/Components/PasswordManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/PhoneManager.d.ts +1 -1
- package/lib/typescript/src/ProfileManager/Components/PhoneManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfilePicManager.d.ts +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfilePicManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWelcome.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/ProfileWelcome.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWizard.d.ts +10 -3
- package/lib/typescript/src/ProfileManager/Components/ProfileWizard.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/SettingsManager.d.ts +2 -2
- package/lib/typescript/src/ProfileManager/Components/SettingsManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/VouchCard.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/VouchCard.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/api/index.d.ts +2 -2
- package/lib/typescript/src/ProfileManager/api/index.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/index.d.ts +9 -2
- package/lib/typescript/src/ProfileManager/index.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/api/index.d.ts +2 -3
- package/lib/typescript/src/Wallet/api/index.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ACHAddCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/ACHAddCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AddressManager.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/AddressManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/DepositCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/DepositCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/FundAccountCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/FundAccountCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ManageAccountCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/ManageAccountCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ManualACHAdd.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/ManualACHAdd.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ManualCardAdd.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/ManualCardAdd.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/MyBalance.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/MyBalance.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WalletActionSelector.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/WalletActionSelector.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WalletSettings.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/WalletSettings.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WalletSetup.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/WalletSetup.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WithdrawCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/WithdrawCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/index.d.ts +1 -2
- package/lib/typescript/src/Wallet/index.d.ts.map +1 -1
- package/lib/typescript/src/index.d.ts +3 -1
- package/lib/typescript/src/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/ApiOverrides/index.ts +19 -0
- package/src/Authenticator/api/index.ts +2 -2
- package/src/Authenticator/api/types.d.ts +1 -25
- package/src/Authenticator/index.tsx +2 -1
- package/src/Checkout/api/index.tsx +1 -2
- package/src/Checkout/index.tsx +1 -2
- package/src/Competition/api/index.ts +568 -0
- package/src/Competition/components/AthleteMarketCard.tsx +116 -0
- package/src/Competition/components/CompetitionCard.tsx +82 -0
- package/src/Competition/components/CompetitionInfoCard.tsx +149 -0
- package/src/Competition/components/CompetitionLeaderboard.tsx +183 -0
- package/src/Competition/components/CompetitionPlay.tsx +936 -0
- package/src/Competition/components/CompetitionSeasonCard.tsx +48 -0
- package/src/Competition/components/CompetitionSelector.tsx +91 -0
- package/src/Competition/components/CompetitionTypeCard.tsx +211 -0
- package/src/Competition/components/EnterCompetitionPrompt.tsx +127 -0
- package/src/Competition/components/LeaderPicks.tsx +214 -0
- package/src/Competition/components/ManageSeasonForm.tsx +271 -0
- package/src/Competition/components/MarketsCard.tsx +108 -0
- package/src/Competition/components/MatchMarketCard.tsx +126 -0
- package/src/Competition/components/NavOutPrompt.tsx +87 -0
- package/src/Competition/components/SeasonInfoModal.tsx +212 -0
- package/src/Competition/components/TeamEventCard.tsx +136 -0
- package/src/Competition/components/WagerPickForm.tsx +114 -0
- package/src/Competition/index.tsx +36 -0
- package/src/Components/Icons.tsx +0 -2
- package/src/Components/Jerseys.tsx +268 -0
- package/src/Components/LinearDiagnal.tsx +2 -3
- package/src/Components/Switch.tsx +55 -0
- package/src/Components/index.tsx +5 -1
- package/src/Poll/api/index.ts +178 -0
- package/src/Poll/components/CampaignPlay.tsx +407 -0
- package/src/Poll/components/CampaignProgressBar.tsx +70 -0
- package/src/Poll/components/CampaignResult.tsx +180 -0
- package/src/Poll/components/CampaignSelector.tsx +96 -0
- package/src/Poll/components/PollCampaignCard.tsx +35 -0
- package/src/Poll/components/PollCard.tsx +335 -0
- package/src/Poll/components/PollOptionCard.tsx +110 -0
- package/src/Poll/components/PollSelectCard.tsx +106 -0
- package/src/Poll/components/ResponseTimer.tsx +37 -0
- package/src/Poll/components/WidgetHeader.tsx +46 -0
- package/src/Poll/index.tsx +25 -0
- package/src/ProfileManager/Components/BasicInfoManager.tsx +1 -1
- package/src/ProfileManager/Components/BasicStatus.tsx +1 -2
- package/src/ProfileManager/Components/CodeRedeem.tsx +10 -3
- package/src/ProfileManager/Components/DOBManager.tsx +1 -1
- package/src/ProfileManager/Components/EmailManager.tsx +1 -1
- package/src/ProfileManager/Components/PasswordManager.tsx +2 -1
- package/src/ProfileManager/Components/PhoneManager.tsx +1 -1
- package/src/ProfileManager/Components/ProfilePicManager.tsx +1 -1
- package/src/ProfileManager/Components/ProfileWelcome.tsx +1 -2
- package/src/ProfileManager/Components/ProfileWizard.tsx +14 -3
- package/src/ProfileManager/Components/SettingsManager.tsx +2 -2
- package/src/ProfileManager/Components/VouchCard.tsx +1 -2
- package/src/ProfileManager/api/index.ts +2 -2
- package/src/ProfileManager/api/types.d.ts +0 -35
- package/src/ProfileManager/index.tsx +11 -3
- package/src/Wallet/api/index.ts +6 -4
- package/src/Wallet/components/ACHAddCard.tsx +1 -2
- package/src/Wallet/components/AddressManager.tsx +1 -2
- package/src/Wallet/components/DepositCard.tsx +1 -2
- package/src/Wallet/components/FundAccountCard.tsx +1 -2
- package/src/Wallet/components/ManageAccountCard.tsx +1 -2
- package/src/Wallet/components/ManualACHAdd.tsx +1 -2
- package/src/Wallet/components/ManualCardAdd.tsx +1 -2
- package/src/Wallet/components/MyBalance.tsx +1 -2
- package/src/Wallet/components/WalletActionSelector.tsx +1 -2
- package/src/Wallet/components/WalletSettings.tsx +1 -2
- package/src/Wallet/components/WalletSetup.tsx +1 -2
- package/src/Wallet/components/WithdrawCard.tsx +1 -2
- package/src/Wallet/index.tsx +1 -2
- package/src/index.tsx +5 -2
- package/src/types.d.ts +483 -0
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
import type { AthleteProps, CompetitionMatchMarketProps, CompetitionMatchProps, CompetitionPayoutTypeProps, CompetitionPlayerProps, CompetitionProps, CompetitionRecordProps, CompetitionResultProps, CompetitionResultTypeProps, CompetitionSeasonProps, CompetitionTypeProps, CreateCompetitionProps, EventProps, LeagueProps, MarketProps, MatchProps, MyPlayerProps, PlayerBalanceProps, PlayerPickProps, PlayerReferralProps, PromoProps, PublicPlayerProps, TeamProps, TournamentProps, TradeProps } from "../../types";
|
|
2
|
+
export { CompetitionSeasonApi, CompetitionApi, CompetitionHelpers, CompetitionPlayerApi, PlayerPicksApi, CompetitionResultApi, CompetitionMatchApi };
|
|
3
|
+
declare const CompetitionSeasonApi: {
|
|
4
|
+
createCompetitionSeason: (competition_season: CompetitionSeasonProps) => Promise<CompetitionSeasonProps>;
|
|
5
|
+
updateCompetitionSeason: (competition_season: CompetitionSeasonProps) => Promise<CompetitionSeasonProps>;
|
|
6
|
+
getCompetitionSeasonTemplates: (league_id?: string) => Promise<CompetitionSeasonProps[]>;
|
|
7
|
+
getCompetitionSeasonsByAdminId: (status?: string) => Promise<CompetitionSeasonProps[]>;
|
|
8
|
+
getCompetitionSeasonById: (competition_season_id: string) => Promise<CompetitionSeasonProps>;
|
|
9
|
+
getLeaderboardBySeasonId: (competition_season_id: string) => Promise<any>;
|
|
10
|
+
getSponsoredCompetitionSeasons: (sponsor_id: string) => Promise<CompetitionSeasonProps[]>;
|
|
11
|
+
};
|
|
12
|
+
declare const CompetitionApi: {
|
|
13
|
+
setEnvironment: () => void;
|
|
14
|
+
getPlayersByPlayerIds: (player_ids: string[]) => Promise<PublicPlayerProps[]>;
|
|
15
|
+
getLeagues: () => Promise<LeagueProps[]>;
|
|
16
|
+
getMarkets: () => Promise<MarketProps[]>;
|
|
17
|
+
getLeagueById: (league_id: string) => Promise<LeagueProps>;
|
|
18
|
+
getCompetitionsByCompanyId: (company_id: string, offset: number, status: 'active' | 'closed') => Promise<CompetitionProps[]>;
|
|
19
|
+
getCompetitionById: (competition_id: string) => Promise<CompetitionProps>;
|
|
20
|
+
getCompetitionMatchesByCompetitionId: (competition_id: string) => Promise<{
|
|
21
|
+
competition_matches: CompetitionMatchProps[];
|
|
22
|
+
competition_match_markets: CompetitionMatchMarketProps[];
|
|
23
|
+
}>;
|
|
24
|
+
getEnteredCompetitions: () => Promise<{
|
|
25
|
+
competitions: CompetitionProps[];
|
|
26
|
+
competition_players: CompetitionPlayerProps[];
|
|
27
|
+
}>;
|
|
28
|
+
getCompetitionsBySeasonId: (competition_season_id: string) => Promise<CompetitionProps[]>;
|
|
29
|
+
createCompetition: (draft_competition: CreateCompetitionProps) => Promise<{
|
|
30
|
+
competition: CompetitionProps;
|
|
31
|
+
competition_matches: CompetitionMatchProps[];
|
|
32
|
+
competition_match_markets: CompetitionMatchMarketProps[];
|
|
33
|
+
competition_players: CompetitionPlayerProps[];
|
|
34
|
+
}>;
|
|
35
|
+
editCompetition: (draft_competition: CreateCompetitionProps) => Promise<{
|
|
36
|
+
competition: CompetitionProps;
|
|
37
|
+
competition_matches: CompetitionMatchProps[];
|
|
38
|
+
competition_match_markets: CompetitionMatchMarketProps[];
|
|
39
|
+
}>;
|
|
40
|
+
getPublicCompetitions: (offset: number) => Promise<CompetitionProps[]>;
|
|
41
|
+
getActiveSponsoredCompetitions: (sponsor_id: string) => Promise<CompetitionProps[]>;
|
|
42
|
+
getCompetitionOptions: () => Promise<{
|
|
43
|
+
competition_types: CompetitionTypeProps[];
|
|
44
|
+
competition_result_types: CompetitionResultTypeProps[];
|
|
45
|
+
competition_payout_types: CompetitionPayoutTypeProps[];
|
|
46
|
+
}>;
|
|
47
|
+
getMyDetails: () => Promise<MyPlayerProps>;
|
|
48
|
+
getMyReferralCode: () => Promise<{
|
|
49
|
+
player_referral: PlayerReferralProps;
|
|
50
|
+
promo: PromoProps;
|
|
51
|
+
}>;
|
|
52
|
+
getMyBalance: () => Promise<PlayerBalanceProps>;
|
|
53
|
+
};
|
|
54
|
+
declare const CompetitionMatchApi: {
|
|
55
|
+
getCompetitionMatchesByCompetitionId: (competition_id: string, status: string) => Promise<{
|
|
56
|
+
competition_matches: CompetitionMatchProps[];
|
|
57
|
+
competition_match_markets: CompetitionMatchMarketProps[];
|
|
58
|
+
}>;
|
|
59
|
+
getEventsByEventIds: (event_ids: string[]) => Promise<EventProps[]>;
|
|
60
|
+
getMatchesByMatchIds: (match_ids: string[]) => Promise<MatchProps[]>;
|
|
61
|
+
getAthletesByIds: (athlete_ids: string[]) => Promise<any>;
|
|
62
|
+
getTournamentsByTournamentIds: (tournament_ids: string[]) => Promise<TournamentProps[]>;
|
|
63
|
+
getTeamsByIds: (team_ids: string[]) => Promise<any>;
|
|
64
|
+
getExoticsByIds: (exotic_ids: string[]) => Promise<any[]>;
|
|
65
|
+
};
|
|
66
|
+
declare const CompetitionPlayerApi: {
|
|
67
|
+
getCompetitionPlayersByCompetition: (competition_id: string, offset: number, status?: string) => Promise<CompetitionPlayerProps[]>;
|
|
68
|
+
joinCompetition: (competition_player: CompetitionPlayerProps) => Promise<{
|
|
69
|
+
competition: CompetitionProps;
|
|
70
|
+
competition_player: CompetitionPlayerProps;
|
|
71
|
+
competition_result: CompetitionResultProps;
|
|
72
|
+
competition_record: CompetitionRecordProps;
|
|
73
|
+
}>;
|
|
74
|
+
leaveCompetition: (competition_player: CompetitionPlayerProps) => Promise<{
|
|
75
|
+
competition: CompetitionProps;
|
|
76
|
+
competition_player: CompetitionPlayerProps;
|
|
77
|
+
}>;
|
|
78
|
+
rejectCompetition: (competition_player: CompetitionPlayerProps) => Promise<CompetitionPlayerProps>;
|
|
79
|
+
};
|
|
80
|
+
declare const PlayerPicksApi: {
|
|
81
|
+
getPlayerPicksByCompetition: (competition_id: string, player_id: string, offset: number) => Promise<PlayerPickProps[]>;
|
|
82
|
+
createPlayerPick: (player_pick: PlayerPickProps) => Promise<{
|
|
83
|
+
player_pick: PlayerPickProps;
|
|
84
|
+
competition_player: CompetitionPlayerProps;
|
|
85
|
+
}>;
|
|
86
|
+
removePlayerPick: (player_pick_id: string) => Promise<{
|
|
87
|
+
player_pick: PlayerPickProps;
|
|
88
|
+
competition_player: CompetitionPlayerProps;
|
|
89
|
+
}>;
|
|
90
|
+
};
|
|
91
|
+
declare const CompetitionResultApi: {
|
|
92
|
+
getResultsByCompetition: (competition_id: string, offset: number, player_id_override?: string) => Promise<{
|
|
93
|
+
competition_results: CompetitionResultProps[];
|
|
94
|
+
competition_records: CompetitionRecordProps[];
|
|
95
|
+
}>;
|
|
96
|
+
};
|
|
97
|
+
export declare const FINALIZED_STATUSES: string[];
|
|
98
|
+
export declare const IN_PROGRESS_STATUSES: string[];
|
|
99
|
+
declare const CompetitionHelpers: {
|
|
100
|
+
getReferralDescription: (promo: PromoProps) => string;
|
|
101
|
+
getEmptyCompetitionSeason: () => CompetitionSeasonProps;
|
|
102
|
+
formatPlace: (place: number) => string;
|
|
103
|
+
isSeasonValid: (s: CompetitionSeasonProps) => boolean;
|
|
104
|
+
getEmptyCompetition: () => CompetitionProps;
|
|
105
|
+
getClosestDay: (schedule_range: string[]) => string;
|
|
106
|
+
getEventCompMatchFromEvent: (event_id: string, event_type: 'team' | 'tournament' | 'match') => CompetitionMatchProps;
|
|
107
|
+
getMatchMarketsFromEventAndTrades: (event_id: string, trades: TradeProps[], markets: MarketProps[]) => CompetitionMatchMarketProps[];
|
|
108
|
+
getStartTimeOptions: (draft_competition: CreateCompetitionProps, events: EventProps[]) => {
|
|
109
|
+
start_time: string;
|
|
110
|
+
label: string;
|
|
111
|
+
}[];
|
|
112
|
+
getEmptyCreateCompetition: () => CreateCompetitionProps;
|
|
113
|
+
getCompColors: (competition_type?: string) => {
|
|
114
|
+
backgroundColor: string;
|
|
115
|
+
borderColor: string;
|
|
116
|
+
};
|
|
117
|
+
getOddsLabel: (odds: number) => string;
|
|
118
|
+
getVar1Label: (var_1: number, market: MarketProps) => string;
|
|
119
|
+
getUniqueDivisions: (events: EventProps[]) => string[];
|
|
120
|
+
getUniqueSubDivisions: (events: EventProps[]) => string[];
|
|
121
|
+
createPickFromMatchMarket: (competition_id: string, mm: CompetitionMatchMarketProps) => PlayerPickProps;
|
|
122
|
+
getCompetitionPlayer: (competition_id: string) => CompetitionPlayerProps;
|
|
123
|
+
getCompTypeColor: (competition_type?: CompetitionTypeProps) => string;
|
|
124
|
+
calcPotentialWinnings: (amt: number, odds: number) => number;
|
|
125
|
+
getPickTitleForTeamEvent: (pick: PlayerPickProps, market: MarketProps, event: EventProps, athlete?: AthleteProps) => string;
|
|
126
|
+
getPickTitleForMatch: (pick: PlayerPickProps, market: MarketProps, athlete?: AthleteProps, team?: TeamProps) => string;
|
|
127
|
+
};
|
|
128
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/api/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { AthleteProps, CompetitionMatchMarketProps, CompetitionMatchProps, CompetitionProps, CompetitionTypeProps, EventProps, MarketProps, PlayerPickProps } from '../../types';
|
|
3
|
+
type AthleteMarketCardProps = {
|
|
4
|
+
competition: CompetitionProps;
|
|
5
|
+
competition_type: CompetitionTypeProps;
|
|
6
|
+
event: EventProps;
|
|
7
|
+
markets: MarketProps[];
|
|
8
|
+
athlete: AthleteProps;
|
|
9
|
+
onPick: (pp: PlayerPickProps, event_title: string, event_start: string) => void;
|
|
10
|
+
mode: 'view' | 'play';
|
|
11
|
+
loading?: boolean;
|
|
12
|
+
orientation: 'horizontal' | 'vertical';
|
|
13
|
+
player_picks: PlayerPickProps[];
|
|
14
|
+
competition_match: CompetitionMatchProps;
|
|
15
|
+
competition_match_markets: CompetitionMatchMarketProps[];
|
|
16
|
+
};
|
|
17
|
+
declare const AthleteMarketCard: ({ markets, competition_type, event, athlete, mode, loading, player_picks, orientation, competition_match, competition_match_markets, onPick }: AthleteMarketCardProps) => React.JSX.Element;
|
|
18
|
+
export default AthleteMarketCard;
|
|
19
|
+
//# sourceMappingURL=AthleteMarketCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AthleteMarketCard.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/AthleteMarketCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,YAAY,EAAE,2BAA2B,EAAE,qBAAqB,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,UAAU,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAQtL,KAAK,sBAAsB,GAAG;IAC1B,WAAW,EAAC,gBAAgB,CAAC;IAC7B,gBAAgB,EAAC,oBAAoB,CAAC;IACtC,KAAK,EAAC,UAAU,CAAC;IACjB,OAAO,EAAC,WAAW,EAAE,CAAC;IACtB,OAAO,EAAC,YAAY,CAAC;IACrB,MAAM,EAAC,CAAC,EAAE,EAAC,eAAe,EAAE,WAAW,EAAC,MAAM,EAAE,WAAW,EAAC,MAAM,KAAK,IAAI,CAAA;IAC3E,IAAI,EAAE,MAAM,GAAC,MAAM,CAAA;IACnB,OAAO,CAAC,EAAC,OAAO,CAAC;IACjB,WAAW,EAAC,YAAY,GAAC,UAAU,CAAC;IACpC,YAAY,EAAC,eAAe,EAAE,CAAC;IAC/B,iBAAiB,EAAC,qBAAqB,CAAC;IACxC,yBAAyB,EAAC,2BAA2B,EAAE,CAAA;CAC1D,CAAA;AAED,QAAA,MAAM,iBAAiB,kJAAmJ,sBAAsB,sBAuF/L,CAAA;AAED,eAAe,iBAAiB,CAAA"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { CompetitionProps, CompetitionResultTypeProps, CompetitionTypeProps } from "../../types";
|
|
3
|
+
type CompetitionCardProps = {
|
|
4
|
+
competition: CompetitionProps;
|
|
5
|
+
competition_type: CompetitionTypeProps;
|
|
6
|
+
competition_result_type: CompetitionResultTypeProps;
|
|
7
|
+
backup_image_url?: string;
|
|
8
|
+
onSelect: (competition: CompetitionProps) => void;
|
|
9
|
+
};
|
|
10
|
+
declare const CompetitionCard: ({ competition, competition_type, competition_result_type, onSelect, backup_image_url }: CompetitionCardProps) => React.JSX.Element;
|
|
11
|
+
export default CompetitionCard;
|
|
12
|
+
//# sourceMappingURL=CompetitionCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CompetitionCard.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/CompetitionCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,gBAAgB,EAAE,0BAA0B,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAC;AAMtG,KAAK,oBAAoB,GAAG;IACxB,WAAW,EAAC,gBAAgB,CAAC;IAC7B,gBAAgB,EAAC,oBAAoB,CAAC;IACtC,uBAAuB,EAAC,0BAA0B,CAAC;IACnD,gBAAgB,CAAC,EAAC,MAAM,CAAC;IACzB,QAAQ,EAAE,CAAC,WAAW,EAAC,gBAAgB,KAAK,IAAI,CAAA;CACnD,CAAA;AAED,QAAA,MAAM,eAAe,2FAA4F,oBAAoB,sBA+DpI,CAAA;AAED,eAAe,eAAe,CAAA"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { CompetitionProps, CompetitionTypeProps, MyPlayerProps } from "../../types";
|
|
3
|
+
type CompetitionInfoCardProps = {
|
|
4
|
+
competition: CompetitionProps;
|
|
5
|
+
competition_type: CompetitionTypeProps;
|
|
6
|
+
onViewEvents: () => void;
|
|
7
|
+
player?: MyPlayerProps;
|
|
8
|
+
onEnter: (competition_id: string) => void;
|
|
9
|
+
onLeave: () => void;
|
|
10
|
+
onViewPrize?: () => void;
|
|
11
|
+
onViewRules: () => void;
|
|
12
|
+
can_leave?: boolean;
|
|
13
|
+
};
|
|
14
|
+
declare const CompetitionInfoCard: ({ player, competition, competition_type, onViewEvents, onEnter, onLeave, can_leave, onViewRules }: CompetitionInfoCardProps) => React.JSX.Element;
|
|
15
|
+
export default CompetitionInfoCard;
|
|
16
|
+
//# sourceMappingURL=CompetitionInfoCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import type { CompetitionProps, CompetitionTypeProps, PublicPlayerProps } from "../../types";
|
|
3
|
+
type CompetitionLeaderboardProps = {
|
|
4
|
+
competition: CompetitionProps;
|
|
5
|
+
competition_type: CompetitionTypeProps;
|
|
6
|
+
viewer_id?: string;
|
|
7
|
+
height: number;
|
|
8
|
+
view_mode: 'short' | 'full';
|
|
9
|
+
onSeeFull: () => void;
|
|
10
|
+
onLeaderSelect: (player: PublicPlayerProps) => void;
|
|
11
|
+
};
|
|
12
|
+
declare const CompetitionLeaderboard: ({ competition, competition_type, height, viewer_id, view_mode, onSeeFull, onLeaderSelect }: CompetitionLeaderboardProps) => React.JSX.Element;
|
|
13
|
+
export default CompetitionLeaderboard;
|
|
14
|
+
//# sourceMappingURL=CompetitionLeaderboard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import type { CompanyProps } from "../../types";
|
|
2
|
+
import React from "react";
|
|
3
|
+
import type { BEEventProps } from "../../Observer/api/types";
|
|
4
|
+
type CompetitionPlayProps = {
|
|
5
|
+
player_id?: string;
|
|
6
|
+
competition_id: string;
|
|
7
|
+
company?: CompanyProps;
|
|
8
|
+
onEvent?: (event: BEEventProps) => void;
|
|
9
|
+
height: number;
|
|
10
|
+
width: number;
|
|
11
|
+
source?: string;
|
|
12
|
+
onGoBack?: () => void;
|
|
13
|
+
hide_player?: boolean;
|
|
14
|
+
onRequestAuthentication: () => void;
|
|
15
|
+
back_allowed?: boolean;
|
|
16
|
+
onChangeCompetition?: (competition_id: string) => void;
|
|
17
|
+
};
|
|
18
|
+
declare const CompetitionPlay: ({ player_id, company, source, back_allowed, onGoBack, competition_id, width, height, hide_player, onChangeCompetition, onRequestAuthentication }: CompetitionPlayProps) => React.JSX.Element;
|
|
19
|
+
export default CompetitionPlay;
|
|
20
|
+
//# sourceMappingURL=CompetitionPlay.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CompetitionPlay.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/CompetitionPlay.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAkC,YAAY,EAAsW,MAAM,aAAa,CAAC;AAEpb,OAAO,KAA8B,MAAM,OAAO,CAAA;AAsBlD,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"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { CompetitionResultTypeProps, CompetitionSeasonProps } from '../../types';
|
|
3
|
+
type CompetitionSeasonCardProps = {
|
|
4
|
+
competition_season: CompetitionSeasonProps;
|
|
5
|
+
competition_result_type: CompetitionResultTypeProps;
|
|
6
|
+
onSelect: (competition_seasons: CompetitionSeasonProps) => void;
|
|
7
|
+
};
|
|
8
|
+
declare const CompetitionSeasonCard: ({ competition_season, competition_result_type, onSelect }: CompetitionSeasonCardProps) => React.JSX.Element;
|
|
9
|
+
export default CompetitionSeasonCard;
|
|
10
|
+
//# sourceMappingURL=CompetitionSeasonCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import type { CompanyProps, CompetitionProps, CompetitionResultTypeProps, CompetitionTypeProps } from "../../types";
|
|
3
|
+
type CompetitionSelectorProps = {
|
|
4
|
+
company?: CompanyProps;
|
|
5
|
+
competition_types: CompetitionTypeProps[];
|
|
6
|
+
competition_result_types: CompetitionResultTypeProps[];
|
|
7
|
+
onCompetitionSelect: (competition: CompetitionProps) => void;
|
|
8
|
+
};
|
|
9
|
+
declare const CompetitionSelector: ({ company, competition_types, competition_result_types, onCompetitionSelect }: CompetitionSelectorProps) => React.JSX.Element;
|
|
10
|
+
export default CompetitionSelector;
|
|
11
|
+
//# sourceMappingURL=CompetitionSelector.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CompetitionSelector.d.ts","sourceRoot":"","sources":["../../../../../src/Competition/components/CompetitionSelector.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAA;AAGlD,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"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { CompetitionPayoutTypeProps, CompetitionProps, CompetitionResultTypeProps, CompetitionTypeProps } from '../../types';
|
|
3
|
+
type CompetitionResultCardProps = {
|
|
4
|
+
visible: boolean;
|
|
5
|
+
competition: CompetitionProps;
|
|
6
|
+
competition_payout_types: CompetitionPayoutTypeProps[];
|
|
7
|
+
competition_type: CompetitionTypeProps;
|
|
8
|
+
init_view: 'type' | 'result';
|
|
9
|
+
onClose: () => void;
|
|
10
|
+
competition_result_type: CompetitionResultTypeProps;
|
|
11
|
+
};
|
|
12
|
+
declare const CompetitionTypeCard: ({ competition, competition_payout_types, visible, onClose, competition_type, competition_result_type }: CompetitionResultCardProps) => React.JSX.Element;
|
|
13
|
+
export default CompetitionTypeCard;
|
|
14
|
+
//# sourceMappingURL=CompetitionTypeCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import type { CompetitionProps, CompetitionResultTypeProps, CompetitionTypeProps, MyPlayerProps, PlayerBalanceProps } from "../../types";
|
|
3
|
+
type EnterCompetitionPromptProps = {
|
|
4
|
+
player?: MyPlayerProps;
|
|
5
|
+
player_balance?: PlayerBalanceProps;
|
|
6
|
+
competition: CompetitionProps;
|
|
7
|
+
competition_type: CompetitionTypeProps;
|
|
8
|
+
competition_result_type: CompetitionResultTypeProps;
|
|
9
|
+
width: number;
|
|
10
|
+
onVerify: () => void;
|
|
11
|
+
onCancel: () => void;
|
|
12
|
+
onEnter: (promo_balance?: boolean) => void;
|
|
13
|
+
};
|
|
14
|
+
declare const EnterCompetitionPrompt: ({ player, player_balance, competition, competition_type, competition_result_type, width, onCancel, onEnter, onVerify }: EnterCompetitionPromptProps) => React.JSX.Element;
|
|
15
|
+
export default EnterCompetitionPrompt;
|
|
16
|
+
//# sourceMappingURL=EnterCompetitionPrompt.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import type { AthleteProps, CompetitionMatchMarketProps, CompetitionMatchProps, CompetitionProps, CompetitionTypeProps, EventProps, MarketProps, MatchProps, PublicPlayerProps, TeamProps, TournamentProps } from "../../types";
|
|
3
|
+
type LeaderPicksProps = {
|
|
4
|
+
competition: CompetitionProps;
|
|
5
|
+
markets: MarketProps[];
|
|
6
|
+
events: EventProps[];
|
|
7
|
+
matches: MatchProps[];
|
|
8
|
+
tournaments: TournamentProps[];
|
|
9
|
+
athletes: AthleteProps[];
|
|
10
|
+
teams: TeamProps[];
|
|
11
|
+
competition_type: CompetitionTypeProps;
|
|
12
|
+
competition_matches: CompetitionMatchProps[];
|
|
13
|
+
competition_match_markets: CompetitionMatchMarketProps[];
|
|
14
|
+
height: number;
|
|
15
|
+
leader: PublicPlayerProps;
|
|
16
|
+
onNext?: () => void;
|
|
17
|
+
onPrevious?: () => void;
|
|
18
|
+
onClose: () => void;
|
|
19
|
+
};
|
|
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;
|
|
21
|
+
export default LeaderPicks;
|
|
22
|
+
//# sourceMappingURL=LeaderPicks.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import type { CompetitionSeasonProps } from "../../types";
|
|
3
|
+
type ManageSeasonFormProps = {
|
|
4
|
+
competition_season?: CompetitionSeasonProps;
|
|
5
|
+
width: number;
|
|
6
|
+
onComplete: (status: 'done' | 'cancel') => void;
|
|
7
|
+
};
|
|
8
|
+
declare const ManageSeasonForm: ({ competition_season, width, onComplete }: ManageSeasonFormProps) => React.JSX.Element;
|
|
9
|
+
export default ManageSeasonForm;
|
|
10
|
+
//# sourceMappingURL=ManageSeasonForm.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import type { CompetitionMatchMarketProps, MarketProps, PlayerPickProps } from "../../types";
|
|
3
|
+
type MarketsCardProps = {
|
|
4
|
+
competition_match_markets: CompetitionMatchMarketProps[];
|
|
5
|
+
markets: MarketProps[];
|
|
6
|
+
player_picks: PlayerPickProps[];
|
|
7
|
+
mode: 'view' | 'play';
|
|
8
|
+
orientation?: 'vertical' | 'horizontal';
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
locked?: boolean;
|
|
11
|
+
onMarketSelect: (cmm: CompetitionMatchMarketProps, player_pick?: PlayerPickProps) => void;
|
|
12
|
+
};
|
|
13
|
+
declare const MarketsCard: ({ competition_match_markets, markets, orientation, onMarketSelect, player_picks, locked, disabled, mode }: MarketsCardProps) => React.JSX.Element;
|
|
14
|
+
export default MarketsCard;
|
|
15
|
+
//# sourceMappingURL=MarketsCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { AthleteProps, CompetitionMatchMarketProps, CompetitionMatchProps, CompetitionProps, CompetitionTypeProps, MarketProps, MatchProps, PlayerPickProps, TeamProps } from '../../types';
|
|
3
|
+
type MatchMarketCardProps = {
|
|
4
|
+
match: MatchProps;
|
|
5
|
+
competition: CompetitionProps;
|
|
6
|
+
competition_type: CompetitionTypeProps;
|
|
7
|
+
home_athlete?: AthleteProps;
|
|
8
|
+
away_athlete?: AthleteProps;
|
|
9
|
+
home_team?: TeamProps;
|
|
10
|
+
away_team?: TeamProps;
|
|
11
|
+
markets: MarketProps[];
|
|
12
|
+
onPick: (pp: PlayerPickProps, event_title: string, event_start: string) => void;
|
|
13
|
+
mode: 'view' | 'play';
|
|
14
|
+
loading?: boolean;
|
|
15
|
+
player_picks: PlayerPickProps[];
|
|
16
|
+
competition_match: CompetitionMatchProps;
|
|
17
|
+
competition_match_markets: CompetitionMatchMarketProps[];
|
|
18
|
+
};
|
|
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;
|
|
20
|
+
export default MatchMarketCard;
|
|
21
|
+
//# sourceMappingURL=MatchMarketCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { CodeRequestProps, PlayerReferralProps, PromoProps, PublicPlayerProps, RewardOptionProps } from '../../types';
|
|
3
|
+
type NavOutPromptProps = {
|
|
4
|
+
image_url?: string;
|
|
5
|
+
title: string;
|
|
6
|
+
code_details: {
|
|
7
|
+
promo?: PromoProps;
|
|
8
|
+
code_request?: CodeRequestProps;
|
|
9
|
+
player_referral?: PlayerReferralProps;
|
|
10
|
+
referrer?: PublicPlayerProps;
|
|
11
|
+
reward_option?: RewardOptionProps;
|
|
12
|
+
};
|
|
13
|
+
body: string;
|
|
14
|
+
max_width?: number;
|
|
15
|
+
hide_accept?: boolean;
|
|
16
|
+
accept_title?: string;
|
|
17
|
+
cancel_title?: string;
|
|
18
|
+
onCancel: () => void;
|
|
19
|
+
onAccept: () => void;
|
|
20
|
+
};
|
|
21
|
+
declare const NavOutPrompt: ({ image_url, code_details, accept_title, cancel_title, title, hide_accept, body, onCancel, onAccept, max_width }: NavOutPromptProps) => React.JSX.Element;
|
|
22
|
+
export default NavOutPrompt;
|
|
23
|
+
//# sourceMappingURL=NavOutPrompt.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import type { CompetitionProps, CompetitionResultTypeProps, CompetitionSeasonProps, CompetitionTypeProps } from "../../types";
|
|
3
|
+
type SeasonInfoModalProps = {
|
|
4
|
+
competition_season: CompetitionSeasonProps;
|
|
5
|
+
competition_types: CompetitionTypeProps[];
|
|
6
|
+
competition_result_types: CompetitionResultTypeProps[];
|
|
7
|
+
width: number;
|
|
8
|
+
height: number;
|
|
9
|
+
onSelectCompetition: (competition: CompetitionProps) => void;
|
|
10
|
+
onClose: () => void;
|
|
11
|
+
};
|
|
12
|
+
declare const SeasonInfoModal: ({ competition_season, competition_types, competition_result_types, width, height, onClose, onSelectCompetition }: SeasonInfoModalProps) => React.JSX.Element | undefined;
|
|
13
|
+
export default SeasonInfoModal;
|
|
14
|
+
//# sourceMappingURL=SeasonInfoModal.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { CompetitionMatchMarketProps, CompetitionMatchProps, CompetitionProps, CompetitionTypeProps, EventProps, MarketProps, PlayerPickProps } from "../../types";
|
|
3
|
+
type TeamEventCardProps = {
|
|
4
|
+
competition: CompetitionProps;
|
|
5
|
+
competition_type: CompetitionTypeProps;
|
|
6
|
+
markets: MarketProps[];
|
|
7
|
+
event: EventProps;
|
|
8
|
+
onPick: (pp: PlayerPickProps, event_title: string, event_start: string) => void;
|
|
9
|
+
mode: 'view' | 'play';
|
|
10
|
+
loading?: boolean;
|
|
11
|
+
player_picks: PlayerPickProps[];
|
|
12
|
+
competition_match: CompetitionMatchProps;
|
|
13
|
+
competition_match_markets: CompetitionMatchMarketProps[];
|
|
14
|
+
};
|
|
15
|
+
declare const TeamEventCard: ({ loading, event, markets, competition_type, competition_match, competition_match_markets, player_picks, mode, onPick }: TeamEventCardProps) => React.JSX.Element;
|
|
16
|
+
export default TeamEventCard;
|
|
17
|
+
//# sourceMappingURL=TeamEventCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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;AAQvK,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"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import type { PlayerPickProps } from "../../types";
|
|
3
|
+
type WagerPickFormProps = {
|
|
4
|
+
event_title: string;
|
|
5
|
+
balance: number;
|
|
6
|
+
event_start: string;
|
|
7
|
+
player_pick: PlayerPickProps;
|
|
8
|
+
loading?: string;
|
|
9
|
+
width: number;
|
|
10
|
+
onCancel: () => void;
|
|
11
|
+
onSubmit: (pp: PlayerPickProps) => void;
|
|
12
|
+
};
|
|
13
|
+
declare const WagerPickForm: ({ player_pick, event_title, balance, event_start, width, loading, onCancel, onSubmit }: WagerPickFormProps) => React.JSX.Element;
|
|
14
|
+
export default WagerPickForm;
|
|
15
|
+
//# sourceMappingURL=WagerPickForm.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { BEEventProps } from '../Observer/api/types';
|
|
3
|
+
type CompetitionModuleProps = {
|
|
4
|
+
player_id?: string;
|
|
5
|
+
competition_id: string;
|
|
6
|
+
onEvent?: (event: BEEventProps) => void;
|
|
7
|
+
onRequestAuthentication: () => void;
|
|
8
|
+
};
|
|
9
|
+
declare const CompetitionModule: ({ competition_id, player_id, onEvent, onRequestAuthentication }: CompetitionModuleProps) => React.JSX.Element | undefined;
|
|
10
|
+
export default CompetitionModule;
|
|
11
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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 +1 @@
|
|
|
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,IAAI,CAAC,EAAC,MAAM,CAAC;IACb,SAAS,CAAC,EAAC,IAAI,GAAC,MAAM,GAAC,MAAM,GAAC,OAAO,CAAA;CACxC,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
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,IAAI,CAAC,EAAC,MAAM,CAAC;IACb,SAAS,CAAC,EAAC,IAAI,GAAC,MAAM,GAAC,MAAM,GAAC,OAAO,CAAA;CACxC,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8/BD,wBAqDC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { AthleteProps, LeagueProps, TeamProps } from "../types";
|
|
3
|
+
type AthleteImageProps = {
|
|
4
|
+
athlete: AthleteProps;
|
|
5
|
+
size?: number;
|
|
6
|
+
number_size?: number;
|
|
7
|
+
league?: LeagueProps;
|
|
8
|
+
};
|
|
9
|
+
declare const AthleteImage: ({ athlete, size, number_size, league }: AthleteImageProps) => React.JSX.Element;
|
|
10
|
+
type TeamImageProps = {
|
|
11
|
+
team: TeamProps;
|
|
12
|
+
league?: LeagueProps;
|
|
13
|
+
};
|
|
14
|
+
declare const TeamImage: ({ team, league }: TeamImageProps) => React.JSX.Element;
|
|
15
|
+
export { AthleteImage, TeamImage };
|
|
16
|
+
//# sourceMappingURL=Jerseys.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LinearDiagnal.d.ts","sourceRoot":"","sources":["../../../../src/Components/LinearDiagnal.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
type SwitchProps = {
|
|
3
|
+
value: boolean;
|
|
4
|
+
switch_type: 'binary' | 'on_off';
|
|
5
|
+
onChange: (value: boolean) => void;
|
|
6
|
+
};
|
|
7
|
+
declare const Switch: ({ value, switch_type, onChange }: SwitchProps) => React.JSX.Element;
|
|
8
|
+
export default Switch;
|
|
9
|
+
//# sourceMappingURL=Switch.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Switch.d.ts","sourceRoot":"","sources":["../../../../src/Components/Switch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,KAAK,WAAW,GAAG;IACf,KAAK,EAAE,OAAO,CAAC;IACf,WAAW,EAAE,QAAQ,GAAG,QAAQ,CAAC;IACjC,QAAQ,EAAC,CAAC,KAAK,EAAC,OAAO,KAAK,IAAI,CAAA;CACnC,CAAA;AACD,QAAA,MAAM,MAAM,qCAAqC,WAAW,sBAyC3D,CAAA;AAGD,eAAe,MAAM,CAAA"}
|
|
@@ -4,5 +4,7 @@ import Spring from './Spring';
|
|
|
4
4
|
import TextInput from './TextInput';
|
|
5
5
|
import Icons from './Icons';
|
|
6
6
|
import Checkbox from './Checkbox';
|
|
7
|
-
|
|
7
|
+
import LinearDiagnal from './LinearDiagnal';
|
|
8
|
+
import Switch from './Switch';
|
|
9
|
+
export { Button, Text, Spring, Switch, TextInput, Checkbox, Icons, LinearDiagnal };
|
|
8
10
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Components/index.tsx"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,UAAU,CAAC;AAC9B,OAAO,IAAI,MAAM,QAAQ,CAAC;AAC1B,OAAO,MAAM,MAAM,UAAU,CAAC;AAC9B,OAAO,SAAS,MAAM,aAAa,CAAC;AACpC,OAAO,KAAK,MAAM,SAAS,CAAC;AAC5B,OAAO,QAAQ,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Components/index.tsx"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,UAAU,CAAC;AAC9B,OAAO,IAAI,MAAM,QAAQ,CAAC;AAC1B,OAAO,MAAM,MAAM,UAAU,CAAC;AAC9B,OAAO,SAAS,MAAM,aAAa,CAAC;AACpC,OAAO,KAAK,MAAM,SAAS,CAAC;AAC5B,OAAO,QAAQ,MAAM,YAAY,CAAC;AAClC,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,MAAM,MAAM,UAAU,CAAC;AAE9B,OAAO,EACH,MAAM,EACN,IAAI,EACJ,MAAM,EACN,MAAM,EACN,SAAS,EACT,QAAQ,EACR,KAAK,EACL,aAAa,EAChB,CAAA"}
|