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,110 @@
|
|
|
1
|
+
import React, { useState } from "react";
|
|
2
|
+
import { TextInput, TouchableOpacity, View } from "react-native"
|
|
3
|
+
import type { PollOptionProps, PollResponseProps, PollSummaryProps } from "../../types";
|
|
4
|
+
import Colors from "../../constants/colors";
|
|
5
|
+
import { Button, Icons, Text } from "../../Components";
|
|
6
|
+
|
|
7
|
+
type PollOptionCardProps = {
|
|
8
|
+
poll_option:PollOptionProps,
|
|
9
|
+
draft_selected?:boolean,
|
|
10
|
+
show_result?:boolean,
|
|
11
|
+
poll_response?:PollResponseProps,
|
|
12
|
+
poll_summary?:PollSummaryProps,
|
|
13
|
+
show_summary:boolean,
|
|
14
|
+
onSelect: (PollOptionProps: PollOptionProps) => void
|
|
15
|
+
}
|
|
16
|
+
const PollOptionCard = ({ draft_selected, show_result, poll_option, poll_summary, show_summary, onSelect, poll_response } : PollOptionCardProps) => {
|
|
17
|
+
const [ option_width, setOptionWidth ] = useState(0);
|
|
18
|
+
const [ input_locked, setInputLocked ] = useState(false);
|
|
19
|
+
const [ input_value, setInputValue ] = useState('');
|
|
20
|
+
|
|
21
|
+
const getResultColor = (result_ind?:'win'|'lose'|'draw') => {
|
|
22
|
+
switch(result_ind){
|
|
23
|
+
case 'win': return Colors.utility.success
|
|
24
|
+
case 'lose': return Colors.utility.error
|
|
25
|
+
case 'draw': return Colors.utility.warning
|
|
26
|
+
default: return Colors.brand.slate
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
const getResultIcon = (result_ind:'win'|'lose'|'draw') => {
|
|
31
|
+
let color = getResultColor(result_ind)
|
|
32
|
+
switch(result_ind){
|
|
33
|
+
case 'win':
|
|
34
|
+
return <Icons.CheckIcon color={color} size={12} />
|
|
35
|
+
case 'lose':
|
|
36
|
+
return <Icons.CloseIcon color={color} size={12} />
|
|
37
|
+
default: return <></>
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
return (
|
|
42
|
+
<View>
|
|
43
|
+
{poll_option.option_type == 'select' ?
|
|
44
|
+
<TouchableOpacity
|
|
45
|
+
style={{ flex:1, flexDirection:'row', alignItems:'center', padding:10, borderRadius:22, borderWidth:1, borderColor:show_result?getResultColor(poll_option.result_ind):Colors.shades.shade600, backgroundColor:draft_selected?Colors.highlights.highlight500Faded:undefined }}
|
|
46
|
+
onPress={() => onSelect(poll_option)}
|
|
47
|
+
onLayout={(ev) => {
|
|
48
|
+
const { width } = ev.nativeEvent.layout
|
|
49
|
+
setOptionWidth(width)
|
|
50
|
+
}}
|
|
51
|
+
>
|
|
52
|
+
<Text style={{ flex:1 }} textAlign="center" size={14} color={show_result?getResultColor(poll_option.result_ind):Colors.brand.midnight} weight='bold'>{poll_option.option_name}</Text>
|
|
53
|
+
{show_result && poll_option.result_ind ?
|
|
54
|
+
<View>
|
|
55
|
+
{getResultIcon(poll_option.result_ind)}
|
|
56
|
+
</View>
|
|
57
|
+
:<></>}
|
|
58
|
+
{show_summary && poll_summary?
|
|
59
|
+
<View style={{ position: 'absolute', left:0, top:0, bottom:0, width:poll_summary.pct*option_width, borderRadius:22, backgroundColor:Colors.highlights.highlight400Faded }} />
|
|
60
|
+
:<></>}
|
|
61
|
+
{show_summary && poll_summary ?
|
|
62
|
+
<View style={{ position:'absolute', right:5, top:0, bottom:0, justifyContent:'center' }}>
|
|
63
|
+
<Text weight='regular' size={10} color={Colors.brand.midnight}>{(poll_summary.pct * 100).toFixed(2)}%</Text>
|
|
64
|
+
</View>
|
|
65
|
+
:<></>}
|
|
66
|
+
</TouchableOpacity>
|
|
67
|
+
:
|
|
68
|
+
<View style={{ flexDirection:'row' }}>
|
|
69
|
+
<View style={{ flex:1, flexDirection:'row', alignItems:'center', paddingRight:10, borderRadius:22, borderWidth: 1, borderColor: show_result?getResultColor(poll_response?.result_ind):Colors.shades.shade600 }}>
|
|
70
|
+
<TextInput
|
|
71
|
+
style={{ flex:1, textAlign:'center', fontSize:14, padding:10, color:getResultColor(poll_response?.result_ind) }}
|
|
72
|
+
keyboardType={poll_option.input_type == 'number' ? 'decimal-pad' : 'default'}
|
|
73
|
+
editable={show_result?false:true}
|
|
74
|
+
placeholder="Input Answer"
|
|
75
|
+
value={poll_response ? poll_response.input_value : input_value}
|
|
76
|
+
placeholderTextColor={Colors.shades.shade600}
|
|
77
|
+
onChangeText={(text) => {
|
|
78
|
+
if(draft_selected){ onSelect(poll_option) }
|
|
79
|
+
setInputValue(text)
|
|
80
|
+
setInputLocked(false);
|
|
81
|
+
}}
|
|
82
|
+
/>
|
|
83
|
+
{show_result && poll_response?.result_ind ?
|
|
84
|
+
<View>
|
|
85
|
+
{getResultIcon(poll_response.result_ind)}
|
|
86
|
+
</View>
|
|
87
|
+
:<></>}
|
|
88
|
+
</View>
|
|
89
|
+
{!show_result ?
|
|
90
|
+
<Button
|
|
91
|
+
style={{ marginLeft:5 }}
|
|
92
|
+
borderRadius={22}
|
|
93
|
+
title={input_locked?'Locked In':'Lock It In'}
|
|
94
|
+
backgroundColor={input_locked?Colors.brand.slate:Colors.brand.electric}
|
|
95
|
+
title_color={Colors.shades.white}
|
|
96
|
+
onPress={() => {
|
|
97
|
+
if(!input_value || input_value == ''){ return alert('Please enter valid value') }
|
|
98
|
+
setInputLocked(true)
|
|
99
|
+
onSelect({ ...poll_option, option_value: input_value })
|
|
100
|
+
}}
|
|
101
|
+
/>
|
|
102
|
+
:<></>}
|
|
103
|
+
</View>
|
|
104
|
+
|
|
105
|
+
}
|
|
106
|
+
</View>
|
|
107
|
+
)
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
export default PollOptionCard
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { TouchableOpacity, View } from "react-native"
|
|
3
|
+
import type { PollCampaignProps, PollOptionProps, PollProps, PollResponseProps } from "../../types"
|
|
4
|
+
import Colors from "../../constants/colors"
|
|
5
|
+
import { Icons, Text } from "../../Components"
|
|
6
|
+
|
|
7
|
+
type PollSelectCardProps = {
|
|
8
|
+
selected?:boolean,
|
|
9
|
+
poll_campaign:PollCampaignProps,
|
|
10
|
+
poll:PollProps,
|
|
11
|
+
disabled?:boolean,
|
|
12
|
+
index:number,
|
|
13
|
+
show_response?:boolean,
|
|
14
|
+
response_option?:PollOptionProps,
|
|
15
|
+
poll_response?:PollResponseProps,
|
|
16
|
+
onSelect:(poll:PollProps) => void
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
const PollSelectCard = ({ index, poll, disabled, selected, poll_campaign, poll_response, show_response, response_option, onSelect }:PollSelectCardProps) => {
|
|
20
|
+
|
|
21
|
+
const getResultColor = () => {
|
|
22
|
+
switch(poll_response?.result_ind){
|
|
23
|
+
case 'win': return Colors.utility.success
|
|
24
|
+
case 'lose': return Colors.utility.error
|
|
25
|
+
case 'draw': return Colors.utility.warning
|
|
26
|
+
default: return Colors.brand.slate
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
const getStatusColor = () => {
|
|
31
|
+
switch(poll.status) {
|
|
32
|
+
case 'closed': return Colors.highlights.highlight300Faded
|
|
33
|
+
case 'active': return Colors.highlights.highlight400Faded
|
|
34
|
+
default: return Colors.highlights.highlight500Faded
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
const getResultIcon = () => {
|
|
40
|
+
let color = getResultColor()
|
|
41
|
+
switch(poll_response?.result_ind){
|
|
42
|
+
case 'win':
|
|
43
|
+
return <Icons.CheckIcon color={color} size={16} />
|
|
44
|
+
case 'lose':
|
|
45
|
+
return <Icons.CloseIcon color={color} size={12} />
|
|
46
|
+
default:
|
|
47
|
+
if(poll.status == 'closed'){
|
|
48
|
+
return <Icons.CloseIcon color={color} size={10} />
|
|
49
|
+
}
|
|
50
|
+
return <></>
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
const getStatusIcon = () => {
|
|
55
|
+
//let color = getResultColor()
|
|
56
|
+
switch(poll.status){
|
|
57
|
+
case 'closed':
|
|
58
|
+
return <Icons.LockClosedIcon color={Colors.brand.midnight} size={14} />
|
|
59
|
+
case 'active':
|
|
60
|
+
return <Icons.InProgressIcon color={Colors.brand.midnight} size={14} />
|
|
61
|
+
default:
|
|
62
|
+
return <Icons.PausedIcon color={Colors.brand.midnight} size={14} />
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
return (
|
|
67
|
+
<TouchableOpacity disabled={disabled} style={{ padding:10, borderRadius:22, backgroundColor:selected?Colors.highlights.highlight500Faded:undefined, flexDirection:'row' }} onPress={() => onSelect(poll)}>
|
|
68
|
+
<View style={{ height:20, width:20, borderRadius:100, backgroundColor:Colors.shades.white, marginRight:10, justifyContent:'center' }}>
|
|
69
|
+
<Text size={12} color={Colors.brand.midnight} weight='bold' textAlign='center'>{(index + 1).toString()}</Text>
|
|
70
|
+
</View>
|
|
71
|
+
<View style={{ flex:1 }}>
|
|
72
|
+
{poll_campaign.campaign_type == 'trivia' && !poll_response && poll.status != 'closed' ?
|
|
73
|
+
<Text size={14} color={Colors.brand.midnight} weight='bold'>{poll.hidden_clue?`Hint: ${poll.hidden_clue}`:`Question Hidden`}</Text>
|
|
74
|
+
:
|
|
75
|
+
<Text size={14} color={Colors.brand.midnight} weight='bold'>{poll.poll_question}</Text>
|
|
76
|
+
}
|
|
77
|
+
{poll.status == 'closed' || show_response ?
|
|
78
|
+
<View style={{ marginTop:10, flexDirection:'row' }}>
|
|
79
|
+
{response_option && poll.poll_type == 'select' ?
|
|
80
|
+
<Text style={{ flex:1 }} size={12} color={Colors.brand.slate}>My Answer: <Text size={12} color={Colors.brand.midnight} weight='semibold'>{response_option.option_name}</Text></Text>
|
|
81
|
+
: response_option && poll.poll_type == 'input' ?
|
|
82
|
+
<Text style={{ flex:1 }} size={12} color={Colors.brand.slate}>My Answer: <Text size={12} color={Colors.brand.midnight} weight='semibold'>{poll_response?.input_value}</Text></Text>
|
|
83
|
+
:poll.status == 'closed' || poll_response?.timed_out ?
|
|
84
|
+
<Text style={{ flex:1 }} size={12} color={Colors.brand.midnight} weight='light'>TIMED OUT</Text>
|
|
85
|
+
:<></>}
|
|
86
|
+
<View style={{ marginLeft:5 }}>
|
|
87
|
+
{getResultIcon()}
|
|
88
|
+
</View>
|
|
89
|
+
</View>
|
|
90
|
+
:
|
|
91
|
+
<View style={{flexDirection:'row', alignItems:'center'}}>
|
|
92
|
+
<Text style={{ flex:1 }} size={12} color={Colors.brand.midnight} weight='light'>{poll.poll_type == 'select' ? 'Multiple Choice': 'Type Answer'}</Text>
|
|
93
|
+
<View style={{ flexDirection:'row', alignItems:'center', padding:10, backgroundColor:getStatusColor(), borderRadius:22 }}>
|
|
94
|
+
{getStatusIcon()}
|
|
95
|
+
{poll.seconds_allowed && poll.status != 'closed' ?
|
|
96
|
+
<Text style={{ marginLeft:5 }} size={12} color={Colors.brand.midnight} weight='bold'>{poll.seconds_allowed} Sec</Text>
|
|
97
|
+
:<></>}
|
|
98
|
+
</View>
|
|
99
|
+
</View>
|
|
100
|
+
}
|
|
101
|
+
</View>
|
|
102
|
+
</TouchableOpacity>
|
|
103
|
+
)
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
export default PollSelectCard
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import React, { useEffect, useState } from "react"
|
|
2
|
+
import { View } from "react-native"
|
|
3
|
+
import { Text } from "../../Components"
|
|
4
|
+
import Colors from "../../constants/colors"
|
|
5
|
+
|
|
6
|
+
type ResponseTimerProps = {
|
|
7
|
+
poll_id:string,
|
|
8
|
+
seconds: number,
|
|
9
|
+
onTimesUp: () => void
|
|
10
|
+
}
|
|
11
|
+
const ResponseTimer = ({ seconds, onTimesUp }:ResponseTimerProps) => {
|
|
12
|
+
const [ seconds_remaining, setSecondsRemaining ] = useState(seconds);
|
|
13
|
+
const [ times_up, setTimesUp ] = useState(false);
|
|
14
|
+
|
|
15
|
+
useEffect(() => {
|
|
16
|
+
if(seconds_remaining > 0){
|
|
17
|
+
setTimeout(() => setSecondsRemaining(seconds_remaining - 1), 1000);
|
|
18
|
+
} else {
|
|
19
|
+
setTimesUp(true)
|
|
20
|
+
}
|
|
21
|
+
},[seconds_remaining])
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
useEffect(() => {
|
|
25
|
+
if(!times_up){ return }
|
|
26
|
+
onTimesUp()
|
|
27
|
+
},[times_up])
|
|
28
|
+
|
|
29
|
+
return (
|
|
30
|
+
<View style={{ width:50, padding:10, borderRadius:22, backgroundColor:seconds_remaining < 5 ? Colors.utility.error : seconds_remaining < 10 ? Colors.utility.warning : Colors.utility.success }}>
|
|
31
|
+
<Text textAlign="center" size={14} color={Colors.shades.white} weight='bold'>{seconds_remaining}</Text>
|
|
32
|
+
</View>
|
|
33
|
+
)
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
export default ResponseTimer
|
|
37
|
+
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Image, TouchableOpacity, View } from "react-native"
|
|
3
|
+
import { Icons, Text } from '../../Components';
|
|
4
|
+
import Colors from '../../constants/colors';
|
|
5
|
+
|
|
6
|
+
type WidgetHeaderProps = {
|
|
7
|
+
back_visible?:boolean,
|
|
8
|
+
image?:{ url:string }
|
|
9
|
+
title:string,
|
|
10
|
+
sub_title?:string
|
|
11
|
+
onBack: () => void
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const WidgetHeader = ({ back_visible, title, sub_title, image, onBack }:WidgetHeaderProps) => {
|
|
15
|
+
|
|
16
|
+
return (
|
|
17
|
+
<View style={{ flexDirection:'row' }}>
|
|
18
|
+
{back_visible ?
|
|
19
|
+
<TouchableOpacity style={{ justifyContent:'center', alignItems:'center', flex:1 }} onPress={() => onBack()}>
|
|
20
|
+
<Icons.ChevronIcon direction="left" color={Colors.shades.white} size={12} />
|
|
21
|
+
</TouchableOpacity>
|
|
22
|
+
:<View style={{ flex:1 }} />}
|
|
23
|
+
<View nativeID="header" style={{ flex:8 }}>
|
|
24
|
+
<View nativeID="company" style={{ padding:20 }}>
|
|
25
|
+
<Text size={18} color={Colors.shades.white} weight='bold' textAlign="center">{title}</Text>
|
|
26
|
+
{sub_title ?
|
|
27
|
+
<Text style={{ marginTop:3 }} size={12} color={Colors.shades.white} weight='regular' textAlign="center">{sub_title}</Text>
|
|
28
|
+
:<></>}
|
|
29
|
+
</View>
|
|
30
|
+
</View>
|
|
31
|
+
{image ?
|
|
32
|
+
<View style={{ flex:1, justifyContent:'center', alignItems:'center' }}>
|
|
33
|
+
<Image
|
|
34
|
+
source={{ uri: image.url }}
|
|
35
|
+
style={{ height:30, width:30 }}
|
|
36
|
+
resizeMode="contain"
|
|
37
|
+
/>
|
|
38
|
+
</View>
|
|
39
|
+
:
|
|
40
|
+
<View style={{ flex:1 }} />
|
|
41
|
+
}
|
|
42
|
+
</View>
|
|
43
|
+
)
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
export default WidgetHeader
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import React, { useEffect, useState } from 'react';
|
|
2
|
+
import CampaignPlay from "./components/CampaignPlay"
|
|
3
|
+
import { PollCampaignApi } from './api';
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
type PollCampaignModuleProps = {
|
|
7
|
+
poll_campaign_id:string
|
|
8
|
+
}
|
|
9
|
+
const PollCampaign = ({ poll_campaign_id }: PollCampaignModuleProps ) => {
|
|
10
|
+
const [ loaded, setLoaded ] = useState(false);
|
|
11
|
+
useEffect(() => {
|
|
12
|
+
PollCampaignApi.setEnvironment();
|
|
13
|
+
setLoaded(true)
|
|
14
|
+
},[])
|
|
15
|
+
if(!loaded){ return <></> }
|
|
16
|
+
return (
|
|
17
|
+
<CampaignPlay
|
|
18
|
+
onRequestAuthenticate={() => console.log('')}
|
|
19
|
+
poll_campaign_id={poll_campaign_id}
|
|
20
|
+
onFinished={() => console.log('finished!!')}
|
|
21
|
+
/>
|
|
22
|
+
)
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
export default PollCampaign
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React, { useEffect, useState } from 'react';
|
|
2
2
|
import { View, ActivityIndicator, TouchableOpacity, ScrollView } from 'react-native';
|
|
3
3
|
import { Button, Icons, Text, TextInput } from '../../Components';
|
|
4
|
-
import type { MyPlayerProps } from '../api/types';
|
|
5
4
|
import Colors from '../../constants/colors';
|
|
6
5
|
import { ProfileApi } from '../api';
|
|
7
6
|
import { button_styles } from '../../constants/styles';
|
|
7
|
+
import type { MyPlayerProps } from '../../types';
|
|
8
8
|
|
|
9
9
|
type BasicInfoManagerProps = {
|
|
10
10
|
player:MyPlayerProps,
|
|
@@ -2,9 +2,8 @@ import React from 'react';
|
|
|
2
2
|
import { View, Image, ScrollView } from 'react-native';
|
|
3
3
|
import { Button, Icons, Text } from '../../Components';
|
|
4
4
|
import Colors from '../../constants/colors';
|
|
5
|
-
import type { CodeRequestProps, PlayerReferralProps, PromoProps, PublicPlayerProps } from '../../types';
|
|
5
|
+
import type { CodeRequestProps, MyPlayerProps, PlayerReferralProps, PromoProps, PublicPlayerProps } from '../../types';
|
|
6
6
|
import { view_styles } from '../../constants/styles';
|
|
7
|
-
import type { MyPlayerProps } from '../api/types';
|
|
8
7
|
|
|
9
8
|
type BasicStatusProps = {
|
|
10
9
|
player:MyPlayerProps,
|
|
@@ -3,17 +3,23 @@ import { ActivityIndicator, View, Image } from 'react-native';
|
|
|
3
3
|
import { Button, Icons, Text, TextInput } from '../../Components';
|
|
4
4
|
import Colors from '../../constants/colors';
|
|
5
5
|
import { ProfileApi, ProfileHelpers } from '../api';
|
|
6
|
-
import type { CodeRequestProps, PlayerReferralProps, PromoProps, PublicPlayerProps, RewardOptionProps } from '../../types';
|
|
7
|
-
import type { MyPlayerProps } from '../api/types';
|
|
6
|
+
import type { CodeRequestProps, MyPlayerProps, PlayerReferralProps, PromoProps, PublicPlayerProps, RewardOptionProps } from '../../types';
|
|
8
7
|
|
|
9
8
|
type CodeRedeemProps = {
|
|
10
9
|
player:MyPlayerProps,
|
|
11
10
|
walkthrough?:boolean,
|
|
12
11
|
onVerify:() => void,
|
|
12
|
+
onRedeemCode:(code_details:{
|
|
13
|
+
code_request?:CodeRequestProps,
|
|
14
|
+
promo?:PromoProps,
|
|
15
|
+
player_referral?:PlayerReferralProps,
|
|
16
|
+
reward_option?:RewardOptionProps,
|
|
17
|
+
referrer?:PublicPlayerProps
|
|
18
|
+
}) => void,
|
|
13
19
|
onClose:() => void
|
|
14
20
|
}
|
|
15
21
|
|
|
16
|
-
const CodeRedeem = ({ walkthrough, onVerify, onClose }:CodeRedeemProps) => {
|
|
22
|
+
const CodeRedeem = ({ walkthrough, onVerify, onClose, onRedeemCode }:CodeRedeemProps) => {
|
|
17
23
|
const [ loading, setLoading ] = useState(false);
|
|
18
24
|
const [ show_reward, setShowReward ] = useState(false);
|
|
19
25
|
const [ action_loading, setActionLoading ] = useState(false);
|
|
@@ -58,6 +64,7 @@ const CodeRedeem = ({ walkthrough, onVerify, onClose }:CodeRedeemProps) => {
|
|
|
58
64
|
setShowReward(true);
|
|
59
65
|
setTimeout(() => {
|
|
60
66
|
setData({ ...request_response })
|
|
67
|
+
onRedeemCode(request_response)
|
|
61
68
|
setActionLoading(false);
|
|
62
69
|
}, 2000);
|
|
63
70
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import React, { useEffect, useState } from 'react';
|
|
2
|
-
import type { MyPlayerProps } from '../api/types';
|
|
3
2
|
import moment from 'moment-mini';
|
|
4
3
|
import { View, ActivityIndicator, TouchableOpacity } from 'react-native';
|
|
5
4
|
import { Button, Icons, Text, TextInput } from '../../Components';
|
|
6
5
|
import Colors from '../../constants/colors';
|
|
7
6
|
import { ProfileApi } from '../api';
|
|
8
7
|
import { button_styles } from '../../constants/styles';
|
|
8
|
+
import type { MyPlayerProps } from '../../types';
|
|
9
9
|
|
|
10
10
|
type DOBManagerProps = {
|
|
11
11
|
player:MyPlayerProps,
|
|
@@ -3,9 +3,9 @@ import React, { useEffect, useState } from 'react';
|
|
|
3
3
|
import { View, ActivityIndicator, TouchableOpacity } from 'react-native';
|
|
4
4
|
import { Button, Icons, Text, TextInput } from '../../Components';
|
|
5
5
|
import Colors from '../../constants/colors';
|
|
6
|
-
import type { MyPlayerProps } from '../api/types';
|
|
7
6
|
import { button_styles, view_styles } from '../../constants/styles';
|
|
8
7
|
import { ProfileApi, ProfileHelpers } from '../api';
|
|
8
|
+
import type { MyPlayerProps } from '../../types';
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
type EmailManagerProps = {
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import React, { useEffect, useState } from 'react';
|
|
2
2
|
import { View, FlatList, TouchableOpacity } from 'react-native';
|
|
3
3
|
import { Button, Icons, Text, TextInput } from '../../Components';
|
|
4
|
-
import type {
|
|
4
|
+
import type { PasswordStateProps } from '../api/types';
|
|
5
5
|
import Colors from '../../constants/colors';
|
|
6
6
|
import { ProfileApi, ProfileHelpers } from '../api';
|
|
7
7
|
import { button_styles } from '../../constants/styles';
|
|
8
|
+
import type { MyPlayerProps } from '../../types';
|
|
8
9
|
|
|
9
10
|
type PasswordManagerProps = {
|
|
10
11
|
player:MyPlayerProps,
|
|
@@ -3,9 +3,9 @@ import React, { useEffect, useState } from 'react';
|
|
|
3
3
|
import { View, ActivityIndicator, TouchableOpacity } from 'react-native';
|
|
4
4
|
import { Button, Icons, Text, TextInput } from '../../Components';
|
|
5
5
|
import Colors from '../../constants/colors';
|
|
6
|
-
import type { MyPlayerProps } from '../api/types';
|
|
7
6
|
import { button_styles, view_styles } from '../../constants/styles';
|
|
8
7
|
import { ProfileApi, ProfileHelpers } from '../api';
|
|
8
|
+
import type { MyPlayerProps } from '../../types';
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
type PhoneManagerProps = {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import React, { useState } from 'react';
|
|
2
2
|
import { Image, View, ScrollView, TouchableOpacity } from "react-native"
|
|
3
|
-
import type { MyPlayerProps } from "../api/types"
|
|
4
3
|
import { Button, Icons, Text } from '../../Components';
|
|
5
4
|
import ImageUploader from '../../Components/ImageUploader';
|
|
6
5
|
import Colors from '../../constants/colors';
|
|
7
6
|
import { ProfileApi } from '../api';
|
|
8
7
|
import { button_styles } from '../../constants/styles';
|
|
8
|
+
import type { MyPlayerProps } from '../../types';
|
|
9
9
|
|
|
10
10
|
type ProfilePicManagerProps = {
|
|
11
11
|
player:MyPlayerProps,
|
|
@@ -3,9 +3,8 @@ import { View, Image, ScrollView } from 'react-native';
|
|
|
3
3
|
import Colors from '../../constants/colors';
|
|
4
4
|
import { Button, Icons, Text } from '../../Components';
|
|
5
5
|
import { ProfileHelpers } from '../api';
|
|
6
|
-
import type { CodeRequestProps, PlayerReferralProps, PromoProps, PublicPlayerProps } from '../../types';
|
|
6
|
+
import type { CodeRequestProps, MyPlayerProps, PlayerReferralProps, PromoProps, PublicPlayerProps } from '../../types';
|
|
7
7
|
import { view_styles } from '../../constants/styles';
|
|
8
|
-
import type { MyPlayerProps } from '../api/types';
|
|
9
8
|
|
|
10
9
|
|
|
11
10
|
type ProfileWelcomeProps = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { useEffect, useState } from 'react';
|
|
2
2
|
import { View, FlatList, TouchableOpacity, Image, Linking } from 'react-native';
|
|
3
|
-
import type {
|
|
3
|
+
import type { ProfileLevelProps, ProfileStepProps, SettingProps } from "../api/types"
|
|
4
4
|
import { Button, Icons, Text } from '../../Components';
|
|
5
5
|
import Colors from '../../constants/colors';
|
|
6
6
|
import BasicInfoManager from './BasicInfoManager';
|
|
@@ -13,7 +13,7 @@ import VouchCard from './VouchCard';
|
|
|
13
13
|
import ProfilePicManager from './ProfilePicManager';
|
|
14
14
|
import ProfileWelcome from './ProfileWelcome';
|
|
15
15
|
import CodeRedeem from './CodeRedeem';
|
|
16
|
-
import type { CodeRequestProps, PlayerReferralProps, PlayerSettingProps, PromoProps, PublicPlayerProps } from '../../types';
|
|
16
|
+
import type { CodeRequestProps, MyPlayerProps, PlayerReferralProps, PlayerSettingProps, PromoProps, PublicPlayerProps, RewardOptionProps } from '../../types';
|
|
17
17
|
import SettingsManager from './SettingsManager';
|
|
18
18
|
import { ProfileApi } from '../api';
|
|
19
19
|
import { view_styles } from '../../constants/styles';
|
|
@@ -32,6 +32,13 @@ type ProfileWizardProps = {
|
|
|
32
32
|
init_walkthrough?:{
|
|
33
33
|
level: 'basic'|'verify'
|
|
34
34
|
},
|
|
35
|
+
onRedeemCode:(code_details:{
|
|
36
|
+
code_request?:CodeRequestProps,
|
|
37
|
+
promo?:PromoProps,
|
|
38
|
+
player_referral?:PlayerReferralProps,
|
|
39
|
+
reward_option?:RewardOptionProps,
|
|
40
|
+
referrer?:PublicPlayerProps
|
|
41
|
+
}) => void,
|
|
35
42
|
profile_attribute?:'basic'|'phone'|'email'|'dob'|'password'|'vouch'|'notification'|'preferences',
|
|
36
43
|
onClose:() => void,
|
|
37
44
|
onNextStep:(step:string) => void,
|
|
@@ -42,7 +49,7 @@ type ProfileWizardProps = {
|
|
|
42
49
|
}
|
|
43
50
|
// { num:5, check: 'code', label: 'Promo', description: `Lets get you started with some promo bucks!`, complete:false },
|
|
44
51
|
|
|
45
|
-
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) => {
|
|
52
|
+
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) => {
|
|
46
53
|
const [ draft_player, setDraftPlayer ] = useState(player);
|
|
47
54
|
const [ show_code_request, setShowCodeRequest ] = useState(false);
|
|
48
55
|
const [ welcome_hidden, setWelcomeHidden ] = useState(false);
|
|
@@ -395,6 +402,10 @@ const ProfileWizard = ({ player, hide_powered_by, settings, player_settings, in
|
|
|
395
402
|
walkthrough={false}
|
|
396
403
|
player={draft_player}
|
|
397
404
|
onClose={() => setShowCodeRequest(false)}
|
|
405
|
+
onRedeemCode={(cd) => {
|
|
406
|
+
setCodeDetails(cd)
|
|
407
|
+
onRedeemCode(cd)
|
|
408
|
+
}}
|
|
398
409
|
onVerify={() => {
|
|
399
410
|
let verify_level = groups[0]?.profile_levels[1]
|
|
400
411
|
if(!verify_level){ return }
|
|
@@ -2,8 +2,8 @@ import React, { useState } from 'react';
|
|
|
2
2
|
import { ScrollView, View, FlatList, StyleSheet, TouchableOpacity } from 'react-native';
|
|
3
3
|
import { Button, Icons, Text, TextInput } from '../../Components';
|
|
4
4
|
import Colors from '../../constants/colors';
|
|
5
|
-
import type {
|
|
6
|
-
import type { PlayerSettingProps } from '../../types';
|
|
5
|
+
import type { SettingProps } from '../api/types';
|
|
6
|
+
import type { MyPlayerProps, PlayerSettingProps } from '../../types';
|
|
7
7
|
import { ProfileApi } from '../api';
|
|
8
8
|
|
|
9
9
|
type SettingsManagerProps = {
|
|
@@ -4,9 +4,8 @@ import { Button, Icons, Text } from '../../Components';
|
|
|
4
4
|
import Colors from '../../constants/colors';
|
|
5
5
|
import { ProfileApi, ProfileHelpers } from '../api';
|
|
6
6
|
import moment from 'moment-mini';
|
|
7
|
-
import type { CodeRequestProps, PlayerReferralProps, PromoProps, PublicPlayerProps } from '../../types';
|
|
7
|
+
import type { CodeRequestProps, MyPlayerProps, PlayerReferralProps, PromoProps, PublicPlayerProps } from '../../types';
|
|
8
8
|
import { view_styles } from '../../constants/styles';
|
|
9
|
-
import type { MyPlayerProps } from '../api/types';
|
|
10
9
|
|
|
11
10
|
type VouchCardProps = {
|
|
12
11
|
player:MyPlayerProps,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import axios from 'axios';
|
|
2
|
-
import type {
|
|
2
|
+
import type { PasswordStateProps, SettingProps } from './types';
|
|
3
3
|
import { APIOverrides } from '../../ApiOverrides';
|
|
4
|
-
import type { CodeRequestProps, PlayerReferralProps, PlayerSettingProps, PromoProps, PublicPlayerProps, RewardOptionProps } from '../../types';
|
|
4
|
+
import type { CodeRequestProps, MyPlayerProps, PlayerBalanceProps, PlayerReferralProps, PlayerSettingProps, PromoProps, PublicPlayerProps, RewardOptionProps } from '../../types';
|
|
5
5
|
|
|
6
6
|
let AUTH_SVC_API = '';
|
|
7
7
|
let VOUCH_ID = '';
|
|
@@ -37,38 +37,3 @@ export interface SettingProps {
|
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
|
|
40
|
-
export interface PlayerBalanceProps {
|
|
41
|
-
player_balance_id:string,
|
|
42
|
-
player_id:string,
|
|
43
|
-
free_market_balance:number,
|
|
44
|
-
balance:number,
|
|
45
|
-
promo_balance:number,
|
|
46
|
-
create_datetime:any,
|
|
47
|
-
last_udpate_datetime:any
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
export interface MyPlayerProps {
|
|
52
|
-
player_id:string,
|
|
53
|
-
profile_pic:string,
|
|
54
|
-
username:string,
|
|
55
|
-
first_name:string,
|
|
56
|
-
last_name:string,
|
|
57
|
-
email:string,
|
|
58
|
-
type:'premium'|'freemium',
|
|
59
|
-
anonymous:boolean,
|
|
60
|
-
role:'player'|'admin',
|
|
61
|
-
guide_me?:boolean,
|
|
62
|
-
dob?:string,
|
|
63
|
-
auto_generated:boolean,
|
|
64
|
-
no_password:boolean,
|
|
65
|
-
open_to_challenges:boolean,
|
|
66
|
-
verified:boolean, //Email verification
|
|
67
|
-
phone:string,
|
|
68
|
-
phone_verified:boolean,
|
|
69
|
-
vouched_status: 'verified'|'unverified'|'failed',
|
|
70
|
-
bio?:string,
|
|
71
|
-
terms_agreed_on?:any,
|
|
72
|
-
create_datetime:any,
|
|
73
|
-
last_update_datetime:any
|
|
74
|
-
}
|
|
@@ -4,8 +4,8 @@ import Colors from '../constants/colors';
|
|
|
4
4
|
import { Text } from '../Components';
|
|
5
5
|
import ProfileWizard from './Components/ProfileWizard';
|
|
6
6
|
import { ProfileApi } from './api';
|
|
7
|
-
import type {
|
|
8
|
-
import type { PlayerSettingProps } from '../types';
|
|
7
|
+
import type { SettingProps } from './api/types';
|
|
8
|
+
import type { CodeRequestProps, MyPlayerProps, PlayerBalanceProps, PlayerReferralProps, PlayerSettingProps, PromoProps, PublicPlayerProps, RewardOptionProps } from '../types';
|
|
9
9
|
|
|
10
10
|
type ProfileOverviewProps = {
|
|
11
11
|
width:number,
|
|
@@ -20,6 +20,13 @@ type ProfileOverviewProps = {
|
|
|
20
20
|
onClose:() => void,
|
|
21
21
|
onVouchStart?:() => void,
|
|
22
22
|
onLogout:() => void,
|
|
23
|
+
onRedeemCode:(code_details:{
|
|
24
|
+
code_request?:CodeRequestProps,
|
|
25
|
+
promo?:PromoProps,
|
|
26
|
+
player_referral?:PlayerReferralProps,
|
|
27
|
+
reward_option?:RewardOptionProps,
|
|
28
|
+
referrer?:PublicPlayerProps
|
|
29
|
+
}) => void,
|
|
23
30
|
onNextStep?:(step:string) => void,
|
|
24
31
|
onPlayerUpdate?:(p:MyPlayerProps, attribute?:string) => void,
|
|
25
32
|
profile_attribute?:'basic'|'phone'|'email'|'dob'|'password'|'vouch'|'notification'|'preferences',
|
|
@@ -28,7 +35,7 @@ type ProfileOverviewProps = {
|
|
|
28
35
|
}
|
|
29
36
|
}
|
|
30
37
|
|
|
31
|
-
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 ) => {
|
|
38
|
+
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 ) => {
|
|
32
39
|
const [ loading, setLoading ] = useState(false);
|
|
33
40
|
const [ vouching, setVouching ] = useState(false);
|
|
34
41
|
const [ draft_player, setDraftPlayer ] = useState<MyPlayerProps>();
|
|
@@ -113,6 +120,7 @@ const ProfileManager = ({ profile_attribute, hide_profile_header, player, hide_p
|
|
|
113
120
|
if(active && onVouchStart){ onVouchStart() }
|
|
114
121
|
setVouching(active)
|
|
115
122
|
}}
|
|
123
|
+
onRedeemCode={onRedeemCode}
|
|
116
124
|
settings={settings}
|
|
117
125
|
show_welcome={show_welcome}
|
|
118
126
|
hide_powered_by={hide_powered_by}
|