be-components 0.7.3 → 0.7.5
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/Components/AuthStrategyIdentifier.js +113 -0
- package/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.js.map +1 -0
- package/lib/commonjs/Authenticator/Components/StrategyForm.js +238 -71
- package/lib/commonjs/Authenticator/Components/StrategyForm.js.map +1 -1
- package/lib/commonjs/Authenticator/index.js +7 -4
- 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 +277 -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/flashmarket/index.js +354 -0
- package/lib/commonjs/Poll/flashmarket/index.js.map +1 -0
- package/lib/commonjs/Poll/index.js +46 -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/Components/AuthStrategyIdentifier.js +106 -0
- package/lib/module/Authenticator/Components/AuthStrategyIdentifier.js.map +1 -0
- package/lib/module/Authenticator/Components/StrategyForm.js +239 -72
- package/lib/module/Authenticator/Components/StrategyForm.js.map +1 -1
- package/lib/module/Authenticator/index.js +7 -4
- 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 +271 -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/flashmarket/index.js +345 -0
- package/lib/module/Poll/flashmarket/index.js.map +1 -0
- package/lib/module/Poll/index.js +37 -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/Components/AuthStrategyIdentifier.d.ts +11 -0
- package/lib/typescript/src/Authenticator/Components/AuthStrategyIdentifier.d.ts.map +1 -0
- package/lib/typescript/src/Authenticator/Components/StrategyForm.d.ts +4 -1
- package/lib/typescript/src/Authenticator/Components/StrategyForm.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 +2 -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 +65 -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/flashmarket/index.d.ts +10 -0
- package/lib/typescript/src/Poll/flashmarket/index.d.ts.map +1 -0
- package/lib/typescript/src/Poll/index.d.ts +13 -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/Components/AuthStrategyIdentifier.tsx +72 -0
- package/src/Authenticator/Components/StrategyForm.tsx +208 -53
- package/src/Authenticator/api/index.ts +2 -2
- package/src/Authenticator/api/types.d.ts +3 -26
- package/src/Authenticator/index.tsx +10 -4
- 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 +212 -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/flashmarket/index.tsx +231 -0
- package/src/Poll/index.tsx +45 -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 +486 -1
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import type { CodeRequestProps, PlayerReferralProps, PromoProps, PublicPlayerProps } from '../../types';
|
|
3
|
-
import type { MyPlayerProps } from '../api/types';
|
|
2
|
+
import type { CodeRequestProps, MyPlayerProps, PlayerReferralProps, PromoProps, PublicPlayerProps } from '../../types';
|
|
4
3
|
type BasicStatusProps = {
|
|
5
4
|
player: MyPlayerProps;
|
|
6
5
|
code_details: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BasicStatus.d.ts","sourceRoot":"","sources":["../../../../../src/ProfileManager/Components/BasicStatus.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,KAAK,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,UAAU,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"BasicStatus.d.ts","sourceRoot":"","sources":["../../../../../src/ProfileManager/Components/BasicStatus.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,KAAK,EAAE,gBAAgB,EAAE,aAAa,EAAE,mBAAmB,EAAE,UAAU,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAGvH,KAAK,gBAAgB,GAAG;IACpB,MAAM,EAAC,aAAa,CAAC;IACrB,YAAY,EAAE;QACV,YAAY,CAAC,EAAC,gBAAgB,CAAC;QAC/B,QAAQ,CAAC,EAAC,iBAAiB,CAAC;QAC5B,KAAK,CAAC,EAAC,UAAU,CAAC;QAClB,eAAe,CAAC,EAAC,mBAAmB,CAAA;KACvC,CAAA;IACD,OAAO,EAAC,MAAM,IAAI,CAAC;IACnB,QAAQ,EAAC,MAAM,IAAI,CAAA;CACtB,CAAA;AAED,QAAA,MAAM,WAAW,gDAAgD,gBAAgB,sBAgHhF,CAAA;AAED,eAAe,WAAW,CAAA"}
|
|
@@ -1,11 +1,18 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import type { MyPlayerProps } from '
|
|
2
|
+
import type { CodeRequestProps, MyPlayerProps, PlayerReferralProps, PromoProps, PublicPlayerProps, RewardOptionProps } from '../../types';
|
|
3
3
|
type CodeRedeemProps = {
|
|
4
4
|
player: MyPlayerProps;
|
|
5
5
|
walkthrough?: boolean;
|
|
6
6
|
onVerify: () => void;
|
|
7
|
+
onRedeemCode: (code_details: {
|
|
8
|
+
code_request?: CodeRequestProps;
|
|
9
|
+
promo?: PromoProps;
|
|
10
|
+
player_referral?: PlayerReferralProps;
|
|
11
|
+
reward_option?: RewardOptionProps;
|
|
12
|
+
referrer?: PublicPlayerProps;
|
|
13
|
+
}) => void;
|
|
7
14
|
onClose: () => void;
|
|
8
15
|
};
|
|
9
|
-
declare const CodeRedeem: ({ walkthrough, onVerify, onClose }: CodeRedeemProps) => React.JSX.Element;
|
|
16
|
+
declare const CodeRedeem: ({ walkthrough, onVerify, onClose, onRedeemCode }: CodeRedeemProps) => React.JSX.Element;
|
|
10
17
|
export default CodeRedeem;
|
|
11
18
|
//# sourceMappingURL=CodeRedeem.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CodeRedeem.d.ts","sourceRoot":"","sources":["../../../../../src/ProfileManager/Components/CodeRedeem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"CodeRedeem.d.ts","sourceRoot":"","sources":["../../../../../src/ProfileManager/Components/CodeRedeem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAKnD,OAAO,KAAK,EAAE,gBAAgB,EAAE,aAAa,EAAE,mBAAmB,EAAE,UAAU,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAE1I,KAAK,eAAe,GAAG;IACnB,MAAM,EAAC,aAAa,CAAC;IACrB,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,QAAQ,EAAC,MAAM,IAAI,CAAC;IACpB,YAAY,EAAC,CAAC,YAAY,EAAC;QACvB,YAAY,CAAC,EAAC,gBAAgB,CAAC;QAC/B,KAAK,CAAC,EAAC,UAAU,CAAC;QAClB,eAAe,CAAC,EAAC,mBAAmB,CAAC;QACrC,aAAa,CAAC,EAAC,iBAAiB,CAAC;QACjC,QAAQ,CAAC,EAAC,iBAAiB,CAAA;KAC9B,KAAK,IAAI,CAAC;IACX,OAAO,EAAC,MAAM,IAAI,CAAA;CACrB,CAAA;AAED,QAAA,MAAM,UAAU,qDAAqD,eAAe,sBAkOnF,CAAA;AAED,eAAe,UAAU,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DOBManager.d.ts","sourceRoot":"","sources":["../../../../../src/ProfileManager/Components/DOBManager.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"DOBManager.d.ts","sourceRoot":"","sources":["../../../../../src/ProfileManager/Components/DOBManager.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAOnD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAEjD,KAAK,eAAe,GAAG;IACnB,MAAM,EAAC,aAAa,CAAC;IACrB,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,MAAM,EAAC,MAAM,IAAI,CAAC;IAClB,OAAO,EAAC,MAAM,IAAI,CAAC;IACnB,cAAc,EAAC,CAAC,MAAM,EAAC,aAAa,KAAK,IAAI,CAAA;CAChD,CAAA;AAED,QAAA,MAAM,UAAU,6DAA8D,eAAe,sBAyJ5F,CAAA;AAED,eAAe,UAAU,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EmailManager.d.ts","sourceRoot":"","sources":["../../../../../src/ProfileManager/Components/EmailManager.tsx"],"names":[],"mappings":"AACA,OAAO,KAA8B,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"EmailManager.d.ts","sourceRoot":"","sources":["../../../../../src/ProfileManager/Components/EmailManager.tsx"],"names":[],"mappings":"AACA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAMnD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAGjD,KAAK,iBAAiB,GAAG;IACrB,MAAM,EAAC,aAAa,CAAC;IACrB,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,OAAO,EAAC,MAAM,IAAI,CAAC;IACnB,MAAM,EAAC,MAAM,IAAI,CAAC;IAClB,cAAc,EAAC,CAAC,MAAM,EAAC,aAAa,KAAK,IAAI,CAAA;CAChD,CAAA;AAED,QAAA,MAAM,YAAY,6DAA6D,iBAAiB,sBA+M/F,CAAA;AAED,eAAe,YAAY,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PasswordManager.d.ts","sourceRoot":"","sources":["../../../../../src/ProfileManager/Components/PasswordManager.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"PasswordManager.d.ts","sourceRoot":"","sources":["../../../../../src/ProfileManager/Components/PasswordManager.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAOnD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAEjD,KAAK,oBAAoB,GAAG;IACxB,MAAM,EAAC,aAAa,CAAC;IACrB,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,MAAM,EAAC,MAAM,IAAI,CAAC;IAClB,OAAO,EAAC,MAAM,IAAI,CAAC;IACnB,cAAc,EAAC,CAAC,MAAM,EAAC,aAAa,KAAK,IAAI,CAAA;CAChD,CAAA;AAED,QAAA,MAAM,eAAe,6DAA6D,oBAAoB,sBAuMrG,CAAA;AAED,eAAe,eAAe,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PhoneManager.d.ts","sourceRoot":"","sources":["../../../../../src/ProfileManager/Components/PhoneManager.tsx"],"names":[],"mappings":"AACA,OAAO,KAA8B,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"PhoneManager.d.ts","sourceRoot":"","sources":["../../../../../src/ProfileManager/Components/PhoneManager.tsx"],"names":[],"mappings":"AACA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAMnD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAGjD,KAAK,iBAAiB,GAAG;IACrB,MAAM,EAAC,aAAa,CAAC;IACrB,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,MAAM,EAAC,MAAM,IAAI,CAAC;IAClB,OAAO,EAAC,MAAM,IAAI,CAAC;IACnB,cAAc,EAAC,CAAC,MAAM,EAAC,aAAa,KAAK,IAAI,CAAA;CAChD,CAAA;AAED,QAAA,MAAM,YAAY,6DAA6D,iBAAiB,sBAmN/F,CAAA;AAED,eAAe,YAAY,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProfilePicManager.d.ts","sourceRoot":"","sources":["../../../../../src/ProfileManager/Components/ProfilePicManager.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"ProfilePicManager.d.ts","sourceRoot":"","sources":["../../../../../src/ProfileManager/Components/ProfilePicManager.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAOxC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAEjD,KAAK,sBAAsB,GAAG;IAC1B,MAAM,EAAC,aAAa,CAAC;IACrB,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,OAAO,EAAC,MAAM,IAAI,CAAC;IACnB,MAAM,EAAC,MAAM,IAAI,CAAC;IAClB,cAAc,EAAC,CAAC,MAAM,EAAC,aAAa,KAAK,IAAI,CAAA;CAChD,CAAA;AAGD,QAAA,MAAM,iBAAiB,6DAA6D,sBAAsB,sBA6EzG,CAAA;AAED,eAAe,iBAAiB,CAAA"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import type { CodeRequestProps, PlayerReferralProps, PromoProps, PublicPlayerProps } from '../../types';
|
|
3
|
-
import type { MyPlayerProps } from '../api/types';
|
|
2
|
+
import type { CodeRequestProps, MyPlayerProps, PlayerReferralProps, PromoProps, PublicPlayerProps } from '../../types';
|
|
4
3
|
type ProfileWelcomeProps = {
|
|
5
4
|
player: MyPlayerProps;
|
|
6
5
|
width: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProfileWelcome.d.ts","sourceRoot":"","sources":["../../../../../src/ProfileManager/Components/ProfileWelcome.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,KAAK,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,UAAU,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"ProfileWelcome.d.ts","sourceRoot":"","sources":["../../../../../src/ProfileManager/Components/ProfileWelcome.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,KAAK,EAAE,gBAAgB,EAAE,aAAa,EAAE,mBAAmB,EAAE,UAAU,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAIvH,KAAK,mBAAmB,GAAG;IACvB,MAAM,EAAC,aAAa,CAAC;IACrB,KAAK,EAAC,MAAM,CAAC;IACb,YAAY,EAAE,MAAM,IAAI,CAAC;IACzB,YAAY,EAAE;QACV,YAAY,CAAC,EAAC,gBAAgB,CAAC;QAC/B,QAAQ,CAAC,EAAC,iBAAiB,CAAC;QAC5B,KAAK,CAAC,EAAC,UAAU,CAAC;QAClB,eAAe,CAAC,EAAC,mBAAmB,CAAA;KACvC,CAAA;IACD,OAAO,EAAC,MAAM,IAAI,CAAA;CACrB,CAAA;AAED,QAAA,MAAM,cAAc,2DAA2D,mBAAmB,sBAgDjG,CAAA;AAED,eAAe,cAAc,CAAA"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import type {
|
|
3
|
-
import type { PlayerSettingProps } from '../../types';
|
|
2
|
+
import type { ProfileLevelProps, SettingProps } from "../api/types";
|
|
3
|
+
import type { CodeRequestProps, MyPlayerProps, PlayerReferralProps, PlayerSettingProps, PromoProps, PublicPlayerProps, RewardOptionProps } from '../../types';
|
|
4
4
|
type ProfileWizardProps = {
|
|
5
5
|
player: MyPlayerProps;
|
|
6
6
|
player_settings: PlayerSettingProps[];
|
|
@@ -15,6 +15,13 @@ type ProfileWizardProps = {
|
|
|
15
15
|
init_walkthrough?: {
|
|
16
16
|
level: 'basic' | 'verify';
|
|
17
17
|
};
|
|
18
|
+
onRedeemCode: (code_details: {
|
|
19
|
+
code_request?: CodeRequestProps;
|
|
20
|
+
promo?: PromoProps;
|
|
21
|
+
player_referral?: PlayerReferralProps;
|
|
22
|
+
reward_option?: RewardOptionProps;
|
|
23
|
+
referrer?: PublicPlayerProps;
|
|
24
|
+
}) => void;
|
|
18
25
|
profile_attribute?: 'basic' | 'phone' | 'email' | 'dob' | 'password' | 'vouch' | 'notification' | 'preferences';
|
|
19
26
|
onClose: () => void;
|
|
20
27
|
onNextStep: (step: string) => void;
|
|
@@ -23,6 +30,6 @@ type ProfileWizardProps = {
|
|
|
23
30
|
onPlayerUpdate: (player: MyPlayerProps, attribute?: string) => void;
|
|
24
31
|
onUpdatePlayerSetting: (player_setting: PlayerSettingProps) => void;
|
|
25
32
|
};
|
|
26
|
-
declare const ProfileWizard: ({ player, hide_powered_by, settings, player_settings, init_walkthrough, show_welcome, onVouching, onNextStep, profile_attribute, width, hidden_groups, hidden_levels, hidden_steps, onUpdatePlayerSetting, onPlayerUpdate, onSelectLevel, onClose, onLogout }: ProfileWizardProps) => React.JSX.Element;
|
|
33
|
+
declare const ProfileWizard: ({ player, hide_powered_by, settings, player_settings, onRedeemCode, init_walkthrough, show_welcome, onVouching, onNextStep, profile_attribute, width, hidden_groups, hidden_levels, hidden_steps, onUpdatePlayerSetting, onPlayerUpdate, onSelectLevel, onClose, onLogout }: ProfileWizardProps) => React.JSX.Element;
|
|
27
34
|
export default ProfileWizard;
|
|
28
35
|
//# sourceMappingURL=ProfileWizard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProfileWizard.d.ts","sourceRoot":"","sources":["../../../../../src/ProfileManager/Components/ProfileWizard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"ProfileWizard.d.ts","sourceRoot":"","sources":["../../../../../src/ProfileManager/Components/ProfileWizard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,KAAK,EAAE,iBAAiB,EAAoB,YAAY,EAAE,MAAM,cAAc,CAAA;AAarF,OAAO,KAAK,EAAE,gBAAgB,EAAE,aAAa,EAAE,mBAAmB,EAAE,kBAAkB,EAAE,UAAU,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAK9J,KAAK,kBAAkB,GAAG;IACtB,MAAM,EAAC,aAAa,CAAC;IACrB,eAAe,EAAC,kBAAkB,EAAE,CAAC;IACrC,QAAQ,EAAC,YAAY,EAAE,CAAA;IACvB,YAAY,CAAC,EAAC,OAAO,CAAC;IACtB,UAAU,EAAC,CAAC,MAAM,EAAC,OAAO,KAAK,IAAI,CAAC;IACpC,KAAK,EAAC,MAAM,CAAC;IACb,eAAe,CAAC,EAAC,OAAO,CAAC;IACzB,aAAa,CAAC,EAAC,MAAM,EAAE,CAAC;IACxB,aAAa,CAAC,EAAC,MAAM,EAAE,CAAC;IACxB,YAAY,CAAC,EAAC,MAAM,EAAE,CAAC;IACvB,gBAAgB,CAAC,EAAC;QACd,KAAK,EAAE,OAAO,GAAC,QAAQ,CAAA;KAC1B,CAAC;IACF,YAAY,EAAC,CAAC,YAAY,EAAC;QACvB,YAAY,CAAC,EAAC,gBAAgB,CAAC;QAC/B,KAAK,CAAC,EAAC,UAAU,CAAC;QAClB,eAAe,CAAC,EAAC,mBAAmB,CAAC;QACrC,aAAa,CAAC,EAAC,iBAAiB,CAAC;QACjC,QAAQ,CAAC,EAAC,iBAAiB,CAAA;KAC9B,KAAK,IAAI,CAAC;IACX,iBAAiB,CAAC,EAAC,OAAO,GAAC,OAAO,GAAC,OAAO,GAAC,KAAK,GAAC,UAAU,GAAC,OAAO,GAAC,cAAc,GAAC,aAAa,CAAC;IACjG,OAAO,EAAC,MAAM,IAAI,CAAC;IACnB,UAAU,EAAC,CAAC,IAAI,EAAC,MAAM,KAAK,IAAI,CAAC;IACjC,QAAQ,EAAC,MAAM,IAAI,CAAC;IACpB,aAAa,EAAC,CAAC,KAAK,EAAC,iBAAiB,KAAK,IAAI,CAAC;IAChD,cAAc,EAAC,CAAC,MAAM,EAAC,aAAa,EAAE,SAAS,CAAC,EAAC,MAAM,KAAK,IAAI,CAAA;IAChE,qBAAqB,EAAC,CAAC,cAAc,EAAC,kBAAkB,KAAK,IAAI,CAAA;CACpE,CAAA;AAGD,QAAA,MAAM,aAAa,gRAAiR,kBAAkB,sBA+jBrT,CAAA;AAID,eAAe,aAAa,CAAA"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import type {
|
|
3
|
-
import type { PlayerSettingProps } from '../../types';
|
|
2
|
+
import type { SettingProps } from '../api/types';
|
|
3
|
+
import type { MyPlayerProps, PlayerSettingProps } from '../../types';
|
|
4
4
|
type SettingsManagerProps = {
|
|
5
5
|
title: string;
|
|
6
6
|
description: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SettingsManager.d.ts","sourceRoot":"","sources":["../../../../../src/ProfileManager/Components/SettingsManager.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAIxC,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"SettingsManager.d.ts","sourceRoot":"","sources":["../../../../../src/ProfileManager/Components/SettingsManager.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAIxC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AACjD,OAAO,KAAK,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAGrE,KAAK,oBAAoB,GAAG;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAC,aAAa,CAAC;IACrB,QAAQ,EAAC,YAAY,EAAE,CAAC;IACxB,IAAI,EAAC,GAAG,CAAC;IACT,eAAe,EAAE,kBAAkB,EAAE,CAAC;IACtC,qBAAqB,EAAC,CAAC,EAAE,EAAC,kBAAkB,KAAK,IAAI,CAAA;CACxD,CAAA;AAED,QAAA,MAAM,eAAe,2FAA2F,oBAAoB,sBAmInI,CAAA;AAUD,eAAe,eAAe,CAAA"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import type { CodeRequestProps, PlayerReferralProps, PromoProps, PublicPlayerProps } from '../../types';
|
|
3
|
-
import type { MyPlayerProps } from '../api/types';
|
|
2
|
+
import type { CodeRequestProps, MyPlayerProps, PlayerReferralProps, PromoProps, PublicPlayerProps } from '../../types';
|
|
4
3
|
type VouchCardProps = {
|
|
5
4
|
player: MyPlayerProps;
|
|
6
5
|
walkthrough?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VouchCard.d.ts","sourceRoot":"","sources":["../../../../../src/ProfileManager/Components/VouchCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAMnD,OAAO,KAAK,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,UAAU,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"VouchCard.d.ts","sourceRoot":"","sources":["../../../../../src/ProfileManager/Components/VouchCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAMnD,OAAO,KAAK,EAAE,gBAAgB,EAAE,aAAa,EAAE,mBAAmB,EAAE,UAAU,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAGvH,KAAK,cAAc,GAAG;IAClB,MAAM,EAAC,aAAa,CAAC;IACrB,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,UAAU,EAAC,CAAC,MAAM,EAAC,OAAO,KAAK,IAAI,CAAC;IACpC,YAAY,EAAE;QACV,YAAY,CAAC,EAAC,gBAAgB,CAAC;QAC/B,QAAQ,CAAC,EAAC,iBAAiB,CAAC;QAC5B,KAAK,CAAC,EAAC,UAAU,CAAC;QAClB,eAAe,CAAC,EAAC,mBAAmB,CAAA;KACvC,CAAA;IACD,cAAc,EAAC,CAAC,MAAM,EAAC,aAAa,KAAK,IAAI,CAAC;IAC9C,WAAW,EAAC,MAAM,IAAI,CAAC;IACvB,OAAO,EAAC,MAAM,IAAI,CAAA;CACrB,CAAA;AAED,QAAA,MAAM,SAAS,4FAA4F,cAAc,sBAkTxH,CAAA;AAED,eAAe,SAAS,CAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type { CodeRequestProps, PlayerReferralProps, PlayerSettingProps, PromoProps, PublicPlayerProps, RewardOptionProps } from '../../types';
|
|
1
|
+
import type { PasswordStateProps, SettingProps } from './types';
|
|
2
|
+
import type { CodeRequestProps, MyPlayerProps, PlayerBalanceProps, PlayerReferralProps, PlayerSettingProps, PromoProps, PublicPlayerProps, RewardOptionProps } from '../../types';
|
|
3
3
|
declare const ProfileApi: {
|
|
4
4
|
setEnvironment: () => void;
|
|
5
5
|
getVouchKeys: () => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/ProfileManager/api/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/ProfileManager/api/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import type { MyPlayerProps } from '
|
|
2
|
+
import type { CodeRequestProps, MyPlayerProps, PlayerReferralProps, PromoProps, PublicPlayerProps, RewardOptionProps } from '../types';
|
|
3
3
|
type ProfileOverviewProps = {
|
|
4
4
|
width: number;
|
|
5
5
|
show_welcome?: boolean;
|
|
@@ -12,6 +12,13 @@ type ProfileOverviewProps = {
|
|
|
12
12
|
onClose: () => void;
|
|
13
13
|
onVouchStart?: () => void;
|
|
14
14
|
onLogout: () => void;
|
|
15
|
+
onRedeemCode: (code_details: {
|
|
16
|
+
code_request?: CodeRequestProps;
|
|
17
|
+
promo?: PromoProps;
|
|
18
|
+
player_referral?: PlayerReferralProps;
|
|
19
|
+
reward_option?: RewardOptionProps;
|
|
20
|
+
referrer?: PublicPlayerProps;
|
|
21
|
+
}) => void;
|
|
15
22
|
onNextStep?: (step: string) => void;
|
|
16
23
|
onPlayerUpdate?: (p: MyPlayerProps, attribute?: string) => void;
|
|
17
24
|
profile_attribute?: 'basic' | 'phone' | 'email' | 'dob' | 'password' | 'vouch' | 'notification' | 'preferences';
|
|
@@ -19,6 +26,6 @@ type ProfileOverviewProps = {
|
|
|
19
26
|
level: 'verify' | 'basic';
|
|
20
27
|
};
|
|
21
28
|
};
|
|
22
|
-
declare const ProfileManager: ({ profile_attribute, hide_profile_header, player, hide_powered_by, onPlayerUpdate, onNextStep, onVouchStart, show_welcome, hidden_groups, hidden_steps, hidden_levels, walkthrough, width, onClose, onLogout }: ProfileOverviewProps) => React.JSX.Element;
|
|
29
|
+
declare const ProfileManager: ({ profile_attribute, hide_profile_header, player, hide_powered_by, onRedeemCode, onPlayerUpdate, onNextStep, onVouchStart, show_welcome, hidden_groups, hidden_steps, hidden_levels, walkthrough, width, onClose, onLogout }: ProfileOverviewProps) => React.JSX.Element;
|
|
23
30
|
export default ProfileManager;
|
|
24
31
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/ProfileManager/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/ProfileManager/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAOnD,OAAO,KAAK,EAAE,gBAAgB,EAAE,aAAa,EAAsB,mBAAmB,EAAsB,UAAU,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAE/K,KAAK,oBAAoB,GAAG;IACxB,KAAK,EAAC,MAAM,CAAC;IACb,YAAY,CAAC,EAAC,OAAO,CAAC;IAEtB,eAAe,CAAC,EAAC,OAAO,CAAC;IACzB,mBAAmB,CAAC,EAAC,OAAO,CAAC;IAC7B,MAAM,CAAC,EAAC,aAAa,CAAC;IACtB,aAAa,CAAC,EAAC,MAAM,EAAE,CAAC;IACxB,YAAY,CAAC,EAAC,MAAM,EAAE,CAAC;IACvB,aAAa,CAAC,EAAC,MAAM,EAAE,CAAC;IACxB,OAAO,EAAC,MAAM,IAAI,CAAC;IACnB,YAAY,CAAC,EAAC,MAAM,IAAI,CAAC;IACzB,QAAQ,EAAC,MAAM,IAAI,CAAC;IACpB,YAAY,EAAC,CAAC,YAAY,EAAC;QACvB,YAAY,CAAC,EAAC,gBAAgB,CAAC;QAC/B,KAAK,CAAC,EAAC,UAAU,CAAC;QAClB,eAAe,CAAC,EAAC,mBAAmB,CAAC;QACrC,aAAa,CAAC,EAAC,iBAAiB,CAAC;QACjC,QAAQ,CAAC,EAAC,iBAAiB,CAAA;KAC9B,KAAK,IAAI,CAAC;IACX,UAAU,CAAC,EAAC,CAAC,IAAI,EAAC,MAAM,KAAK,IAAI,CAAC;IAClC,cAAc,CAAC,EAAC,CAAC,CAAC,EAAC,aAAa,EAAE,SAAS,CAAC,EAAC,MAAM,KAAK,IAAI,CAAC;IAC7D,iBAAiB,CAAC,EAAC,OAAO,GAAC,OAAO,GAAC,OAAO,GAAC,KAAK,GAAC,UAAU,GAAC,OAAO,GAAC,cAAc,GAAC,aAAa,CAAC;IACjG,WAAW,CAAC,EAAE;QACV,KAAK,EAAE,QAAQ,GAAG,OAAO,CAAA;KAC5B,CAAA;CACJ,CAAA;AAED,QAAA,MAAM,cAAc,iOAAkO,oBAAoB,sBA6GzQ,CAAA;AAED,eAAe,cAAc,CAAA"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import type { ACHDetailProps, AccountActionProps, AccountLimitProps, AccountProps, AccountSnoozeProps, CardDetailProps, CodeRequestProps, ItemOrderProps, ItemProps, PlayerAddressProps, PlayerDepositLimitProps, PlayerReferralProps, PlayerWithdrawLimitProps, PromoProps, PublicPlayerProps, RewardOptionProps, TransactionDetailProps, TransactionProps, WalletSettingsProps } from '../../types';
|
|
2
|
-
import type { MyPlayerProps, PlayerBalanceProps } from '../../ProfileManager/api/types';
|
|
1
|
+
import type { ACHDetailProps, AccountActionProps, AccountLimitProps, AccountProps, AccountSnoozeProps, CardDetailProps, CodeRequestProps, ItemOrderProps, ItemProps, MyPlayerProps, PlayerAddressProps, PlayerBalanceProps, PlayerDepositLimitProps, PlayerReferralProps, PlayerWithdrawLimitProps, PromoProps, PublicPlayerProps, RewardOptionProps, TransactionDetailProps, TransactionProps, WalletSettingsProps } from '../../types';
|
|
3
2
|
export { WalletApi, WalletHelpers, ItemOrderApi, ItemOrderHelpers };
|
|
4
3
|
declare const WalletApi: {
|
|
5
4
|
setEnvironment: () => void;
|
|
@@ -72,7 +71,7 @@ declare const ItemOrderApi: {
|
|
|
72
71
|
}>;
|
|
73
72
|
};
|
|
74
73
|
declare const ItemOrderHelpers: {
|
|
75
|
-
genDepositOrder: (item: ItemProps, account
|
|
74
|
+
genDepositOrder: (item: ItemProps, account?: AccountProps) => ItemOrderProps;
|
|
76
75
|
getStatusLabel: (item_order: ItemOrderProps) => {
|
|
77
76
|
text: string;
|
|
78
77
|
color: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/api/index.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,YAAY,EAAE,kBAAkB,EAAE,eAAe,EAAE,gBAAgB,EAAE,cAAc,EAAE,SAAS,EAAE,kBAAkB,EAAE,uBAAuB,EAAE,mBAAmB,EAAE,wBAAwB,EAAE,UAAU,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,sBAAsB,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/api/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import type { MyPlayerProps } from '../../
|
|
3
|
-
import type { AccountProps } from '../../types';
|
|
2
|
+
import type { AccountProps, MyPlayerProps } from '../../types';
|
|
4
3
|
type AccountAddProps = {
|
|
5
4
|
player: MyPlayerProps;
|
|
6
5
|
accounts: AccountProps[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ACHAddCard.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/ACHAddCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"ACHAddCard.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/ACHAddCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAK/D,KAAK,eAAe,GAAG;IACnB,MAAM,EAAC,aAAa,CAAC;IACrB,QAAQ,EAAC,YAAY,EAAE,CAAC;IACxB,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,MAAM,EAAE,CAAC,OAAO,EAAC,YAAY,KAAK,IAAI,CAAC;CAC1C,CAAA;AAED,QAAA,MAAM,UAAU,0DAA0D,eAAe,sBA8FxF,CAAA;AAED,eAAe,UAAU,CAAA"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import type { LocationProps, PlayerAddressProps } from '../../types';
|
|
3
|
-
import type { MyPlayerProps } from '../../ProfileManager/api/types';
|
|
2
|
+
import type { LocationProps, MyPlayerProps, PlayerAddressProps } from '../../types';
|
|
4
3
|
type AddressManaertProps = {
|
|
5
4
|
player?: MyPlayerProps;
|
|
6
5
|
location?: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AddressManager.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/AddressManager.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAExC,OAAO,KAAK,EAAE,aAAa,EAAE,
|
|
1
|
+
{"version":3,"file":"AddressManager.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/AddressManager.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAExC,OAAO,KAAK,EAAE,aAAa,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAMpF,KAAK,mBAAmB,GAAG;IACvB,MAAM,CAAC,EAAC,aAAa,CAAA;IACrB,QAAQ,CAAC,EAAE;QACP,OAAO,EAAE,OAAO,CAAC;QACjB,KAAK,CAAC,EAAC,MAAM,CAAC;QACd,WAAW,EAAC,GAAG,CAAC;QAChB,eAAe,EAAC,GAAG,EAAE,CAAC;QACtB,cAAc,CAAC,EAAC,kBAAkB,CAAC;QACnC,MAAM,CAAC,EAAC,MAAM,CAAC;QACf,QAAQ,CAAC,EAAC,aAAa,CAAA;KAC1B,CAAA;IACD,gBAAgB,EAAC,kBAAkB,EAAE,CAAC;IACtC,YAAY,EAAC,CAAC,OAAO,EAAC,kBAAkB,KAAK,IAAI,CAAC;IAClD,eAAe,CAAC,EAAC,CAAC,OAAO,EAAC,kBAAkB,KAAK,IAAI,CAAC;IACtD,QAAQ,EAAE,CAAC,OAAO,EAAC,kBAAkB,KAAK,IAAI,CAAA;IAC9C,QAAQ,EAAE,MAAM,IAAI,CAAA;CACvB,CAAA;AAED,QAAA,MAAM,cAAc,sFAAsF,mBAAmB,sBA8K5H,CAAA;AAED,eAAe,cAAc,CAAA"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import type { MyPlayerProps } from '../../
|
|
3
|
-
import type { AccountProps, CodeRequestProps, ItemOrderProps, PlayerDepositLimitProps, PlayerReferralProps, PromoProps, PublicPlayerProps, RewardOptionProps, WalletSettingsProps } from '../../types';
|
|
2
|
+
import type { AccountProps, CodeRequestProps, ItemOrderProps, MyPlayerProps, PlayerDepositLimitProps, PlayerReferralProps, PromoProps, PublicPlayerProps, RewardOptionProps, WalletSettingsProps } from '../../types';
|
|
4
3
|
type DepositCardProps = {
|
|
5
4
|
player: MyPlayerProps;
|
|
6
5
|
wallet_settings: WalletSettingsProps;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DepositCard.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/DepositCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"DepositCard.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/DepositCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,KAAK,EAAE,YAAY,EAAsB,gBAAgB,EAAE,cAAc,EAAE,aAAa,EAAE,uBAAuB,EAAE,mBAAmB,EAAE,UAAU,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAM1O,KAAK,gBAAgB,GAAG;IACpB,MAAM,EAAC,aAAa,CAAC;IACrB,eAAe,EAAC,mBAAmB,CAAC;IACpC,OAAO,EAAC,YAAY,CAAC;IACrB,YAAY,CAAC,EAAE;QACX,YAAY,CAAC,EAAC,gBAAgB,CAAC;QAC/B,QAAQ,CAAC,EAAC,iBAAiB,CAAC;QAC5B,KAAK,CAAC,EAAC,UAAU,CAAC;QAClB,eAAe,CAAC,EAAC,mBAAmB,CAAC;QACrC,aAAa,CAAC,EAAC,iBAAiB,CAAA;KACnC,CAAC;IACF,aAAa,EAAC,uBAAuB,CAAC;IACtC,UAAU,EAAC,CAAC,WAAW,EAAC,cAAc,EAAE,UAAU,CAAC,EAAC,MAAM,KAAK,IAAI,CAAC;IACpE,QAAQ,EAAC,MAAM,IAAI,CAAA;CACtB,CAAA;AAED,QAAA,MAAM,WAAW,oFAAoF,gBAAgB,sBAiIpH,CAAA;AAED,eAAe,WAAW,CAAA"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import type { MyPlayerProps } from '../../
|
|
3
|
-
import type { AccountProps, CodeRequestProps, PlayerReferralProps, PromoProps, PublicPlayerProps, RewardOptionProps } from '../../types';
|
|
2
|
+
import type { AccountProps, CodeRequestProps, MyPlayerProps, PlayerReferralProps, PromoProps, PublicPlayerProps, RewardOptionProps } from '../../types';
|
|
4
3
|
type FundAccountCardProps = {
|
|
5
4
|
player: MyPlayerProps;
|
|
6
5
|
accounts: AccountProps[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FundAccountCard.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/FundAccountCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"FundAccountCard.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/FundAccountCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,YAAY,EAAE,gBAAgB,EAAE,aAAa,EAAE,mBAAmB,EAAE,UAAU,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAKxJ,KAAK,oBAAoB,GAAG;IACxB,MAAM,EAAC,aAAa,CAAC;IACrB,QAAQ,EAAC,YAAY,EAAE,CAAC;IACxB,YAAY,EAAE;QACV,YAAY,CAAC,EAAC,gBAAgB,CAAC;QAC/B,QAAQ,CAAC,EAAC,iBAAiB,CAAC;QAC5B,KAAK,CAAC,EAAC,UAAU,CAAC;QAClB,eAAe,CAAC,EAAC,mBAAmB,CAAC;QACrC,aAAa,CAAC,EAAC,iBAAiB,CAAA;KACnC,CAAA;IACD,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,MAAM,EAAC,CAAC,OAAO,CAAC,EAAC,YAAY,KAAK,IAAI,CAAC;IACvC,eAAe,EAAE,CAAC,OAAO,EAAC,YAAY,KAAK,IAAI,CAAC;IAChD,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,MAAM,EAAE,MAAM,IAAI,CAAC;CACtB,CAAA;AAED,QAAA,MAAM,eAAe,mGAAmG,oBAAoB,sBAiI3I,CAAA;AAED,eAAe,eAAe,CAAA"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import type { AccountProps, ItemOrderProps, PlayerDepositLimitProps, PlayerWithdrawLimitProps, WalletSettingsProps } from '../../types';
|
|
3
|
-
import type { MyPlayerProps, PlayerBalanceProps } from '../../ProfileManager/api/types';
|
|
2
|
+
import type { AccountProps, ItemOrderProps, MyPlayerProps, PlayerBalanceProps, PlayerDepositLimitProps, PlayerWithdrawLimitProps, WalletSettingsProps } from '../../types';
|
|
4
3
|
type ManageAccountCardProps = {
|
|
5
4
|
player: MyPlayerProps;
|
|
6
5
|
wallet_settings: WalletSettingsProps;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ManageAccountCard.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/ManageAccountCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAExC,OAAO,KAAK,EAAsB,YAAY,EAAE,cAAc,EAAE,
|
|
1
|
+
{"version":3,"file":"ManageAccountCard.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/ManageAccountCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAExC,OAAO,KAAK,EAAsB,YAAY,EAAE,cAAc,EAAE,aAAa,EAAE,kBAAkB,EAAE,uBAAuB,EAAE,wBAAwB,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAW/L,KAAK,sBAAsB,GAAG;IAC1B,MAAM,EAAC,aAAa,CAAC;IACrB,eAAe,EAAC,mBAAmB,CAAC;IACpC,cAAc,EAAC,kBAAkB,CAAC;IAClC,OAAO,EAAC,YAAY,CAAC;IACrB,aAAa,EAAC,uBAAuB,CAAC;IACtC,cAAc,EAAC,wBAAwB,CAAC;IACxC,OAAO,EAAC,MAAM,IAAI,CAAC;IACnB,eAAe,EAAC,CAAC,IAAI,EAAC,YAAY,KAAK,IAAI,CAAC;IAC5C,UAAU,EAAC,CAAC,WAAW,EAAC,cAAc,EAAE,UAAU,CAAC,EAAC,MAAM,KAAK,IAAI,CAAA;CACtE,CAAA;AAED,QAAA,MAAM,iBAAiB,8HAA8H,sBAAsB,sBAqH1K,CAAA;AAED,eAAe,iBAAiB,CAAA"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import type { MyPlayerProps } from '../../
|
|
3
|
-
import type { AccountProps } from '../../types';
|
|
2
|
+
import type { AccountProps, MyPlayerProps } from '../../types';
|
|
4
3
|
type ManualACHAddProps = {
|
|
5
4
|
player: MyPlayerProps;
|
|
6
5
|
onAddAccount: (account: AccountProps) => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ManualACHAdd.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/ManualACHAdd.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"ManualACHAdd.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/ManualACHAdd.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAKxC,OAAO,KAAK,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAG/D,KAAK,iBAAiB,GAAG;IACrB,MAAM,EAAC,aAAa,CAAC;IACrB,YAAY,EAAC,CAAC,OAAO,EAAC,YAAY,KAAK,IAAI,CAAC;IAC5C,QAAQ,EAAC,MAAM,IAAI,CAAA;CACtB,CAAA;AACD,QAAA,MAAM,YAAY,uCAAuC,iBAAiB,sBAmJzE,CAAA;AAED,eAAe,YAAY,CAAA"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import type { MyPlayerProps } from '../../
|
|
3
|
-
import type { AccountProps } from '../../types';
|
|
2
|
+
import type { AccountProps, MyPlayerProps } from '../../types';
|
|
4
3
|
type ManualCardAddProps = {
|
|
5
4
|
player: MyPlayerProps;
|
|
6
5
|
onAddAccount: (acct: AccountProps) => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ManualCardAdd.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/ManualCardAdd.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"ManualCardAdd.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/ManualCardAdd.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAKxC,OAAO,KAAK,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAG/D,KAAK,kBAAkB,GAAG;IACtB,MAAM,EAAC,aAAa,CAAC;IACrB,YAAY,EAAC,CAAC,IAAI,EAAC,YAAY,KAAK,IAAI,CAAC;IACzC,QAAQ,EAAC,MAAM,IAAI,CAAA;CACtB,CAAA;AAED,QAAA,MAAM,aAAa,uCAAuC,kBAAkB,sBAkK3E,CAAA;AAOD,eAAe,aAAa,CAAA"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import type { MyPlayerProps, PlayerBalanceProps } from '../../
|
|
3
|
-
import type { AccountProps } from '../../types';
|
|
2
|
+
import type { AccountProps, MyPlayerProps, PlayerBalanceProps } from '../../types';
|
|
4
3
|
type MyBalanceProps = {
|
|
5
4
|
player: MyPlayerProps;
|
|
6
5
|
player_balance: PlayerBalanceProps;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MyBalance.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/MyBalance.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"MyBalance.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/MyBalance.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,YAAY,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAKnF,KAAK,cAAc,GAAG;IAClB,MAAM,EAAC,aAAa,CAAC;IACrB,cAAc,EAAC,kBAAkB,CAAC;IAClC,eAAe,CAAC,EAAC,YAAY,CAAC;IAC9B,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,OAAO,EAAC,MAAM,IAAI,CAAC;IACnB,MAAM,EAAC,MAAM,IAAI,CAAA;CACpB,CAAA;AAED,QAAA,MAAM,SAAS,wCAAwC,cAAc,sBAiEpE,CAAA;AAED,eAAe,SAAS,CAAA"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import type { MyPlayerProps, PlayerBalanceProps } from '../../
|
|
3
|
-
import type { AccountProps } from '../../types';
|
|
2
|
+
import type { AccountProps, MyPlayerProps, PlayerBalanceProps } from '../../types';
|
|
4
3
|
type WalletActionSelectorProps = {
|
|
5
4
|
player: MyPlayerProps;
|
|
6
5
|
player_balance: PlayerBalanceProps;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WalletActionSelector.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/WalletActionSelector.tsx"],"names":[],"mappings":"AACA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAIxC,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"WalletActionSelector.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/WalletActionSelector.tsx"],"names":[],"mappings":"AACA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAIxC,OAAO,KAAK,EAAE,YAAY,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAGnF,KAAK,yBAAyB,GAAE;IAC5B,MAAM,EAAC,aAAa,CAAC;IACrB,cAAc,EAAC,kBAAkB,CAAC;IAClC,QAAQ,EAAC,YAAY,EAAE,CAAC;IACxB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,iBAAiB,EAAC,GAAG,EAAE,CAAC;IACxB,cAAc,EAAC,CAAC,MAAM,EAAC,GAAG,EAAE,OAAO,CAAC,EAAC,YAAY,KAAK,IAAI,CAAC;IAC3D,kBAAkB,EAAC,CAAC,WAAW,EAAC,GAAG,EAAE,OAAO,CAAC,EAAC,YAAY,KAAK,IAAI,CAAA;CACtE,CAAA;AA8BD,QAAA,MAAM,oBAAoB,yGAA0G,yBAAyB,sBAgK5J,CAAA;AAED,eAAe,oBAAoB,CAAA"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import type { MyPlayerProps } from '../../
|
|
3
|
-
import type { PlayerDepositLimitProps, PlayerReferralProps, PlayerWithdrawLimitProps, PromoProps } from '../../types';
|
|
2
|
+
import type { MyPlayerProps, PlayerDepositLimitProps, PlayerReferralProps, PlayerWithdrawLimitProps, PromoProps } from '../../types';
|
|
4
3
|
type BEWalletProps = {
|
|
5
4
|
player: MyPlayerProps;
|
|
6
5
|
deposit_limit: PlayerDepositLimitProps;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WalletSettings.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/WalletSettings.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,aAAa,EAAE,
|
|
1
|
+
{"version":3,"file":"WalletSettings.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/WalletSettings.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,aAAa,EAAE,uBAAuB,EAAE,mBAAmB,EAAE,wBAAwB,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAMrI,KAAK,aAAa,GAAG;IACjB,MAAM,EAAC,aAAa,CAAC;IACrB,aAAa,EAAC,uBAAuB,CAAC;IACtC,cAAc,EAAC,wBAAwB,CAAC;IACxC,WAAW,EAAE;QACT,eAAe,CAAC,EAAC,mBAAmB,CAAC;QACrC,KAAK,CAAC,EAAC,UAAU,CAAA;KACpB,CAAA;IACD,SAAS,CAAC,EAAC,MAAM,IAAI,CAAC;IACtB,OAAO,EAAC,MAAM,IAAI,CAAA;CACrB,CAAA;AAED,QAAA,MAAM,cAAc,+EAA+E,aAAa,sBAuM/G,CAAA;AAED,eAAe,cAAc,CAAA"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import type { WalletSettingsProps } from '../../types';
|
|
3
|
-
import type { MyPlayerProps } from '../../ProfileManager/api/types';
|
|
2
|
+
import type { MyPlayerProps, WalletSettingsProps } from '../../types';
|
|
4
3
|
type WalletSetupProps = {
|
|
5
4
|
player: MyPlayerProps;
|
|
6
5
|
wallet_settings: WalletSettingsProps;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WalletSetup.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/WalletSetup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAExC,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"WalletSetup.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/WalletSetup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAExC,OAAO,KAAK,EAAE,aAAa,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAOtE,KAAK,gBAAgB,GAAG;IACpB,MAAM,EAAE,aAAa,CAAC;IACtB,eAAe,EAAE,mBAAmB,CAAC;IACrC,gBAAgB,EAAC,CAAC,EAAE,EAAC,mBAAmB,KAAK,IAAI,CAAC;IAClD,OAAO,CAAC,EAAC,MAAM,IAAI,CAAC;IACpB,MAAM,CAAC,EAAC,MAAM,IAAI,CAAA;CACrB,CAAA;AAED,QAAA,MAAM,WAAW,2DAA2D,gBAAgB,sBA8O3F,CAAA;AAED,eAAe,WAAW,CAAA"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import type { AccountProps, ItemOrderProps, PlayerDepositLimitProps, PlayerWithdrawLimitProps, WalletSettingsProps } from '../../types';
|
|
3
|
-
import type { MyPlayerProps, PlayerBalanceProps } from '../../ProfileManager/api/types';
|
|
2
|
+
import type { AccountProps, ItemOrderProps, MyPlayerProps, PlayerBalanceProps, PlayerDepositLimitProps, PlayerWithdrawLimitProps, WalletSettingsProps } from '../../types';
|
|
4
3
|
type WithdrawCardProps = {
|
|
5
4
|
player: MyPlayerProps;
|
|
6
5
|
wallet_settings: WalletSettingsProps;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WithdrawCard.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/WithdrawCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,KAAK,EAAE,YAAY,EAAE,cAAc,EAAE,
|
|
1
|
+
{"version":3,"file":"WithdrawCard.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/WithdrawCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,KAAK,EAAE,YAAY,EAAE,cAAc,EAAE,aAAa,EAAE,kBAAkB,EAAE,uBAAuB,EAAE,wBAAwB,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAO3K,KAAK,iBAAiB,GAAG;IACrB,MAAM,EAAC,aAAa,CAAC;IACrB,eAAe,EAAC,mBAAmB,CAAC;IACpC,cAAc,EAAC,kBAAkB,CAAC;IAClC,OAAO,EAAC,YAAY,CAAC;IACrB,aAAa,EAAC,uBAAuB,CAAC;IACtC,cAAc,EAAC,wBAAwB,CAAC;IACxC,UAAU,EAAC,CAAC,WAAW,EAAC,cAAc,KAAK,IAAI,CAAC;IAChD,QAAQ,EAAC,MAAM,IAAI,CAAA;CACtB,CAAA;AACD,QAAA,MAAM,YAAY,sGAAsG,iBAAiB,sBA4HxI,CAAA;AAED,eAAe,YAAY,CAAA"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import type { PlayerBalanceProps } from '../
|
|
3
|
-
import type { ItemOrderProps } from '../types';
|
|
2
|
+
import type { ItemOrderProps, PlayerBalanceProps } from '../types';
|
|
4
3
|
import type { BEEventProps } from '../Observer/api/types';
|
|
5
4
|
type MyWalletProps = {
|
|
6
5
|
account_id?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Wallet/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAKnD,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Wallet/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAKnD,OAAO,KAAK,EAAkC,cAAc,EAAgD,kBAAkB,EAAiJ,MAAM,UAAU,CAAC;AAqBhS,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAE1D,KAAK,aAAa,GAAG;IACjB,UAAU,CAAC,EAAC,MAAM,CAAC;IACnB,WAAW,CAAC,EAAC,kBAAkB,CAAC;IAChC,MAAM,CAAC,EAAC,MAAM,CAAC;IACf,OAAO,EAAC,MAAM,IAAI,CAAC;IACnB,OAAO,EAAC,CAAC,KAAK,EAAC,YAAY,KAAK,IAAI,CAAA;IACpC,UAAU,EAAE,CAAC,UAAU,EAAC,cAAc,EAAE,UAAU,CAAC,EAAC,MAAM,KAAK,IAAI,CAAA;CACtE,CAAA;AAGD,QAAA,MAAM,QAAQ,sEAAsE,aAAa,sBAwhBhG,CAAA;AAED,eAAe,QAAQ,CAAA"}
|
|
@@ -10,5 +10,7 @@ import BettorSearch from "./BettorSearch";
|
|
|
10
10
|
import MyWallet from "./Wallet";
|
|
11
11
|
import Checkout from "./Checkout";
|
|
12
12
|
import { usePlayerLocation } from "./LocationTracker/LocationStatus";
|
|
13
|
-
|
|
13
|
+
import PollCampaign from "./Poll";
|
|
14
|
+
import CompetitionModule from "./Competition";
|
|
15
|
+
export { Authenticator, Observer, BEEventApi, BELinkApi, ProfileManager, Components, SocialComponents, APIOverrides, LinearGradient, usePlayerLocation, BettorSearch, Colors, MyWallet, Checkout, PollCampaign, CompetitionModule };
|
|
14
16
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.tsx"],"names":[],"mappings":"AAAA,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,cAAc,MAAM,kBAAkB,CAAC;AAC9C,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,KAAK,gBAAgB,MAAM,oBAAoB,CAAC;AACvD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,cAAc,MAAM,8BAA8B,CAAC;AAC1D,OAAO,MAAM,MAAM,oBAAoB,CAAC;AACxC,OAAO,QAAQ,EAAE,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAC7D,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAC1C,OAAO,QAAQ,MAAM,UAAU,CAAC;AAChC,OAAO,QAAQ,MAAM,YAAY,CAAC;AAClC,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.tsx"],"names":[],"mappings":"AAAA,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,cAAc,MAAM,kBAAkB,CAAC;AAC9C,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,KAAK,gBAAgB,MAAM,oBAAoB,CAAC;AACvD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,cAAc,MAAM,8BAA8B,CAAC;AAC1D,OAAO,MAAM,MAAM,oBAAoB,CAAC;AACxC,OAAO,QAAQ,EAAE,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAC7D,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAC1C,OAAO,QAAQ,MAAM,UAAU,CAAC;AAChC,OAAO,QAAQ,MAAM,YAAY,CAAC;AAClC,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACrE,OAAO,YAAY,MAAM,QAAQ,CAAC;AAClC,OAAO,iBAAiB,MAAM,eAAe,CAAC;AAC9C,OAAO,EACL,aAAa,EACb,QAAQ,EACR,UAAU,EACV,SAAS,EACT,cAAc,EACd,UAAU,EACV,gBAAgB,EAChB,YAAY,EACZ,cAAc,EACd,iBAAiB,EACjB,YAAY,EACZ,MAAM,EACN,QAAQ,EACR,QAAQ,EACR,YAAY,EACZ,iBAAiB,EAClB,CAAA"}
|