be-components 1.0.9 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/AdServer/components/CompanyAdCard.js +3 -5
- package/lib/commonjs/AdServer/components/CompanyAdCard.js.map +1 -1
- package/lib/commonjs/AdServer/index.js +8 -10
- package/lib/commonjs/AdServer/index.js.map +1 -1
- package/lib/commonjs/ApiOverrides/index.js +6 -3
- package/lib/commonjs/ApiOverrides/index.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.js +16 -17
- package/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/LoginForm.js +58 -60
- package/lib/commonjs/Authenticator/Components/LoginForm.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/StrategyForm.js +67 -69
- package/lib/commonjs/Authenticator/Components/StrategyForm.js.map +1 -1
- package/lib/commonjs/Authenticator/index.js +14 -16
- package/lib/commonjs/Authenticator/index.js.map +1 -1
- package/lib/commonjs/BettorSearch/index.js +8 -10
- package/lib/commonjs/BettorSearch/index.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketCompetitionCard.js +92 -94
- package/lib/commonjs/Bracket/components/BracketCompetitionCard.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketCompetitionSelector.js +37 -39
- package/lib/commonjs/Bracket/components/BracketCompetitionSelector.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/BracketNavigator.js +18 -19
- package/lib/commonjs/Bracket/components/BracketPlay/BracketNavigator.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/BracketRound.js +7 -8
- package/lib/commonjs/Bracket/components/BracketPlay/BracketRound.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/RoundEvent.js +45 -46
- package/lib/commonjs/Bracket/components/BracketPlay/RoundEvent.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/index.js +27 -29
- package/lib/commonjs/Bracket/components/BracketPlay/index.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketSelector.js +21 -22
- package/lib/commonjs/Bracket/components/BracketSelector.js.map +1 -1
- package/lib/commonjs/Bracket/components/CompetitionLeaderboard.js +34 -36
- package/lib/commonjs/Bracket/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/commonjs/Bracket/components/JoinCompetitionCard.js +20 -22
- package/lib/commonjs/Bracket/components/JoinCompetitionCard.js.map +1 -1
- package/lib/commonjs/Bracket/components/PlayerBalanceCard.js +6 -7
- package/lib/commonjs/Bracket/components/PlayerBalanceCard.js.map +1 -1
- package/lib/commonjs/Bracket/components/PlayerBracketManager.js +75 -77
- package/lib/commonjs/Bracket/components/PlayerBracketManager.js.map +1 -1
- package/lib/commonjs/Bracket/components/PlayerBrackets.js +27 -28
- package/lib/commonjs/Bracket/components/PlayerBrackets.js.map +1 -1
- package/lib/commonjs/Bracket/components/RoomMenu.js +15 -16
- package/lib/commonjs/Bracket/components/RoomMenu.js.map +1 -1
- package/lib/commonjs/Bracket/index.js +9 -11
- package/lib/commonjs/Bracket/index.js.map +1 -1
- package/lib/commonjs/Checkout/components/AccountSummaryCard.js +43 -44
- package/lib/commonjs/Checkout/components/AccountSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/components/ItemSummaryCard.js +7 -8
- package/lib/commonjs/Checkout/components/ItemSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/components/OrderSummaryCard.js +12 -13
- package/lib/commonjs/Checkout/components/OrderSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/components/PayPalOrderCapture.js +2 -4
- package/lib/commonjs/Checkout/components/PayPalOrderCapture.js.map +1 -1
- package/lib/commonjs/Checkout/components/ShippingSummaryCard.js +7 -8
- package/lib/commonjs/Checkout/components/ShippingSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/index.js +58 -60
- package/lib/commonjs/Checkout/index.js.map +1 -1
- package/lib/commonjs/Competition/components/AthleteMarketCard.js +20 -21
- package/lib/commonjs/Competition/components/AthleteMarketCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionCard.js +25 -26
- package/lib/commonjs/Competition/components/CompetitionCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionInfoCard.js +31 -32
- package/lib/commonjs/Competition/components/CompetitionInfoCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionLeaderboard.js +34 -36
- package/lib/commonjs/Competition/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionPlay.js +116 -118
- package/lib/commonjs/Competition/components/CompetitionPlay.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionSeasonCard.js +16 -17
- package/lib/commonjs/Competition/components/CompetitionSeasonCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionSelector.js +14 -16
- package/lib/commonjs/Competition/components/CompetitionSelector.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionTypeCard.js +43 -45
- package/lib/commonjs/Competition/components/CompetitionTypeCard.js.map +1 -1
- package/lib/commonjs/Competition/components/EnterCompetitionPrompt.js +29 -31
- package/lib/commonjs/Competition/components/EnterCompetitionPrompt.js.map +1 -1
- package/lib/commonjs/Competition/components/LeaderPicks.js +39 -41
- package/lib/commonjs/Competition/components/LeaderPicks.js.map +1 -1
- package/lib/commonjs/Competition/components/ManageSeasonForm.js +85 -87
- package/lib/commonjs/Competition/components/ManageSeasonForm.js.map +1 -1
- package/lib/commonjs/Competition/components/MarketsCard.js +17 -19
- package/lib/commonjs/Competition/components/MarketsCard.js.map +1 -1
- package/lib/commonjs/Competition/components/MatchMarketCard.js +25 -26
- package/lib/commonjs/Competition/components/MatchMarketCard.js.map +1 -1
- package/lib/commonjs/Competition/components/NavOutPrompt.js +18 -19
- package/lib/commonjs/Competition/components/NavOutPrompt.js.map +1 -1
- package/lib/commonjs/Competition/components/SeasonInfoModal.js +52 -54
- package/lib/commonjs/Competition/components/SeasonInfoModal.js.map +1 -1
- package/lib/commonjs/Competition/components/TeamEventCard.js +30 -31
- package/lib/commonjs/Competition/components/TeamEventCard.js.map +1 -1
- package/lib/commonjs/Competition/components/WagerPickForm.js +30 -32
- package/lib/commonjs/Competition/components/WagerPickForm.js.map +1 -1
- package/lib/commonjs/Competition/index.js +3 -5
- package/lib/commonjs/Competition/index.js.map +1 -1
- package/lib/commonjs/Components/Button.js +7 -8
- package/lib/commonjs/Components/Button.js.map +1 -1
- package/lib/commonjs/Components/Checkbox.js +3 -4
- package/lib/commonjs/Components/Checkbox.js.map +1 -1
- package/lib/commonjs/Components/Icons.js +650 -373
- package/lib/commonjs/Components/Icons.js.map +1 -1
- package/lib/commonjs/Components/ImageUploader.js +3 -5
- package/lib/commonjs/Components/ImageUploader.js.map +1 -1
- package/lib/commonjs/Components/Jerseys.js +124 -125
- package/lib/commonjs/Components/Jerseys.js.map +1 -1
- package/lib/commonjs/Components/LinearDiagnal.js +7 -9
- package/lib/commonjs/Components/LinearDiagnal.js.map +1 -1
- package/lib/commonjs/Components/Spring.js +1 -3
- package/lib/commonjs/Components/Spring.js.map +1 -1
- package/lib/commonjs/Components/Switch.js +8 -9
- package/lib/commonjs/Components/Switch.js.map +1 -1
- package/lib/commonjs/Components/Text.js +33 -5
- package/lib/commonjs/Components/Text.js.map +1 -1
- package/lib/commonjs/Components/TextInput.js +1 -2
- package/lib/commonjs/Components/TextInput.js.map +1 -1
- package/lib/commonjs/LocationTracker/index.js +27 -28
- package/lib/commonjs/LocationTracker/index.js.map +1 -1
- package/lib/commonjs/Observer/Observer.js +2 -4
- package/lib/commonjs/Observer/Observer.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignPlay.js +56 -58
- package/lib/commonjs/Poll/components/CampaignPlay.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignProgressBar.js +11 -13
- package/lib/commonjs/Poll/components/CampaignProgressBar.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignResult.js +56 -58
- package/lib/commonjs/Poll/components/CampaignResult.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignSelector.js +12 -14
- package/lib/commonjs/Poll/components/CampaignSelector.js.map +1 -1
- package/lib/commonjs/Poll/components/PollCampaignCard.js +7 -8
- package/lib/commonjs/Poll/components/PollCampaignCard.js.map +1 -1
- package/lib/commonjs/Poll/components/PollCard.js +49 -51
- package/lib/commonjs/Poll/components/PollCard.js.map +1 -1
- package/lib/commonjs/Poll/components/PollOptionCard.js +14 -16
- package/lib/commonjs/Poll/components/PollOptionCard.js.map +1 -1
- package/lib/commonjs/Poll/components/PollSelectCard.js +25 -26
- package/lib/commonjs/Poll/components/PollSelectCard.js.map +1 -1
- package/lib/commonjs/Poll/components/ResponseTimer.js +3 -5
- package/lib/commonjs/Poll/components/ResponseTimer.js.map +1 -1
- package/lib/commonjs/Poll/components/WidgetHeader.js +11 -12
- package/lib/commonjs/Poll/components/WidgetHeader.js.map +1 -1
- package/lib/commonjs/Poll/flashmarket/ResultCard.js +47 -49
- package/lib/commonjs/Poll/flashmarket/ResultCard.js.map +1 -1
- package/lib/commonjs/Poll/flashmarket/index.js +52 -54
- package/lib/commonjs/Poll/flashmarket/index.js.map +1 -1
- package/lib/commonjs/Poll/index.js +6 -8
- package/lib/commonjs/Poll/index.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/BasicInfoManager.js +35 -37
- package/lib/commonjs/ProfileManager/Components/BasicInfoManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/BasicStatus.js +35 -36
- package/lib/commonjs/ProfileManager/Components/BasicStatus.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/CodeRedeem.js +50 -52
- package/lib/commonjs/ProfileManager/Components/CodeRedeem.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/DOBManager.js +24 -26
- package/lib/commonjs/ProfileManager/Components/DOBManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/EmailManager.js +36 -38
- package/lib/commonjs/ProfileManager/Components/EmailManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/PasswordManager.js +36 -38
- package/lib/commonjs/ProfileManager/Components/PasswordManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/PhoneManager.js +36 -38
- package/lib/commonjs/ProfileManager/Components/PhoneManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfilePicManager.js +17 -19
- package/lib/commonjs/ProfileManager/Components/ProfilePicManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfileWelcome.js +15 -16
- package/lib/commonjs/ProfileManager/Components/ProfileWelcome.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfileWizard.js +66 -68
- package/lib/commonjs/ProfileManager/Components/ProfileWizard.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/SettingsManager.js +29 -31
- package/lib/commonjs/ProfileManager/Components/SettingsManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/VouchCard.js +63 -65
- package/lib/commonjs/ProfileManager/Components/VouchCard.js.map +1 -1
- package/lib/commonjs/ProfileManager/index.js +16 -18
- package/lib/commonjs/ProfileManager/index.js.map +1 -1
- package/lib/commonjs/SocialComponents/PlayerCard.js +11 -12
- package/lib/commonjs/SocialComponents/PlayerCard.js.map +1 -1
- package/lib/commonjs/SocialComponents/PlayerFollowButton.js +3 -4
- package/lib/commonjs/SocialComponents/PlayerFollowButton.js.map +1 -1
- package/lib/commonjs/SocialComponents/PlayerList.js +4 -6
- package/lib/commonjs/SocialComponents/PlayerList.js.map +1 -1
- package/lib/commonjs/Socket/api/index.js +18 -0
- package/lib/commonjs/Socket/api/index.js.map +1 -0
- package/lib/commonjs/Socket/index.js +120 -0
- package/lib/commonjs/Socket/index.js.map +1 -0
- package/lib/commonjs/Squares/api/index.js +97 -0
- package/lib/commonjs/Squares/api/index.js.map +1 -0
- package/lib/commonjs/Squares/components/BidForm.js +173 -0
- package/lib/commonjs/Squares/components/BidForm.js.map +1 -0
- package/lib/commonjs/Squares/components/BidToggle.js +63 -0
- package/lib/commonjs/Squares/components/BidToggle.js.map +1 -0
- package/lib/commonjs/Squares/components/BoardStats.js +144 -0
- package/lib/commonjs/Squares/components/BoardStats.js.map +1 -0
- package/lib/commonjs/Squares/components/EventCard.js +132 -0
- package/lib/commonjs/Squares/components/EventCard.js.map +1 -0
- package/lib/commonjs/Squares/components/MySquaresCard.js +109 -0
- package/lib/commonjs/Squares/components/MySquaresCard.js.map +1 -0
- package/lib/commonjs/Squares/components/OfferForm.js +181 -0
- package/lib/commonjs/Squares/components/OfferForm.js.map +1 -0
- package/lib/commonjs/Squares/components/ResultsCard.js +108 -0
- package/lib/commonjs/Squares/components/ResultsCard.js.map +1 -0
- package/lib/commonjs/Squares/components/SquareCard.js +337 -0
- package/lib/commonjs/Squares/components/SquareCard.js.map +1 -0
- package/lib/commonjs/Squares/components/SquareOfferCard.js +266 -0
- package/lib/commonjs/Squares/components/SquareOfferCard.js.map +1 -0
- package/lib/commonjs/Squares/components/SquareOwners.js +123 -0
- package/lib/commonjs/Squares/components/SquareOwners.js.map +1 -0
- package/lib/commonjs/Squares/components/SquaresBoard.js +209 -0
- package/lib/commonjs/Squares/components/SquaresBoard.js.map +1 -0
- package/lib/commonjs/Squares/components/SquaresDetails.js +90 -0
- package/lib/commonjs/Squares/components/SquaresDetails.js.map +1 -0
- package/lib/commonjs/Squares/index.js +568 -0
- package/lib/commonjs/Squares/index.js.map +1 -0
- package/lib/commonjs/Wallet/components/ACHAddCard.js +38 -39
- package/lib/commonjs/Wallet/components/ACHAddCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountCard.js +17 -18
- package/lib/commonjs/Wallet/components/AccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountLimitManager.js +32 -34
- package/lib/commonjs/Wallet/components/AccountLimitManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountManager.js +31 -32
- package/lib/commonjs/Wallet/components/AccountManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountSnoozeManager.js +31 -33
- package/lib/commonjs/Wallet/components/AccountSnoozeManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/AddressCard.js +7 -8
- package/lib/commonjs/Wallet/components/AddressCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AddressManager.js +44 -46
- package/lib/commonjs/Wallet/components/AddressManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/DepositCard.js +41 -43
- package/lib/commonjs/Wallet/components/DepositCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/FundAccountCard.js +54 -55
- package/lib/commonjs/Wallet/components/FundAccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/ItemOrderCard.js +15 -17
- package/lib/commonjs/Wallet/components/ItemOrderCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/ItemOrderDetailCard.js +23 -25
- package/lib/commonjs/Wallet/components/ItemOrderDetailCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/LinkAccountManager.js +40 -42
- package/lib/commonjs/Wallet/components/LinkAccountManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManageAccountCard.js +36 -38
- package/lib/commonjs/Wallet/components/ManageAccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManualACHAdd.js +33 -35
- package/lib/commonjs/Wallet/components/ManualACHAdd.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManualCardAdd.js +47 -49
- package/lib/commonjs/Wallet/components/ManualCardAdd.js.map +1 -1
- package/lib/commonjs/Wallet/components/MyBalance.js +34 -35
- package/lib/commonjs/Wallet/components/MyBalance.js.map +1 -1
- package/lib/commonjs/Wallet/components/OrderManager.js +15 -17
- package/lib/commonjs/Wallet/components/OrderManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/RemoveAccount.js +10 -12
- package/lib/commonjs/Wallet/components/RemoveAccount.js.map +1 -1
- package/lib/commonjs/Wallet/components/VerifyACHAccount.js +20 -22
- package/lib/commonjs/Wallet/components/VerifyACHAccount.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletActionSelector.js +49 -51
- package/lib/commonjs/Wallet/components/WalletActionSelector.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletSettings.js +98 -100
- package/lib/commonjs/Wallet/components/WalletSettings.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletSetup.js +58 -60
- package/lib/commonjs/Wallet/components/WalletSetup.js.map +1 -1
- package/lib/commonjs/Wallet/components/WithdrawCard.js +46 -48
- package/lib/commonjs/Wallet/components/WithdrawCard.js.map +1 -1
- package/lib/commonjs/Wallet/index.js +45 -47
- package/lib/commonjs/Wallet/index.js.map +1 -1
- package/lib/commonjs/constants/styles.js +86 -0
- package/lib/commonjs/constants/styles.js.map +1 -1
- package/lib/commonjs/index.js +14 -0
- package/lib/commonjs/index.js.map +1 -1
- package/lib/module/AdServer/components/CompanyAdCard.js +1 -1
- package/lib/module/AdServer/components/CompanyAdCard.js.map +1 -1
- package/lib/module/AdServer/index.js +1 -1
- package/lib/module/AdServer/index.js.map +1 -1
- package/lib/module/ApiOverrides/index.js +6 -3
- package/lib/module/ApiOverrides/index.js.map +1 -1
- package/lib/module/Authenticator/Components/AuthStrategyIdentifier.js +0 -1
- package/lib/module/Authenticator/Components/AuthStrategyIdentifier.js.map +1 -1
- package/lib/module/Authenticator/Components/LoginForm.js +1 -1
- package/lib/module/Authenticator/Components/LoginForm.js.map +1 -1
- package/lib/module/Authenticator/Components/StrategyForm.js +1 -1
- package/lib/module/Authenticator/Components/StrategyForm.js.map +1 -1
- package/lib/module/Authenticator/index.js +1 -1
- package/lib/module/Authenticator/index.js.map +1 -1
- package/lib/module/BettorSearch/index.js +1 -1
- package/lib/module/BettorSearch/index.js.map +1 -1
- package/lib/module/Bracket/components/BracketCompetitionCard.js +1 -1
- package/lib/module/Bracket/components/BracketCompetitionCard.js.map +1 -1
- package/lib/module/Bracket/components/BracketCompetitionSelector.js +1 -1
- package/lib/module/Bracket/components/BracketCompetitionSelector.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/BracketNavigator.js +0 -1
- package/lib/module/Bracket/components/BracketPlay/BracketNavigator.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/BracketRound.js +0 -1
- package/lib/module/Bracket/components/BracketPlay/BracketRound.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/RoundEvent.js +0 -1
- package/lib/module/Bracket/components/BracketPlay/RoundEvent.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/index.js +1 -1
- package/lib/module/Bracket/components/BracketPlay/index.js.map +1 -1
- package/lib/module/Bracket/components/BracketSelector.js +0 -1
- package/lib/module/Bracket/components/BracketSelector.js.map +1 -1
- package/lib/module/Bracket/components/CompetitionLeaderboard.js +1 -1
- package/lib/module/Bracket/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/module/Bracket/components/JoinCompetitionCard.js +1 -1
- package/lib/module/Bracket/components/JoinCompetitionCard.js.map +1 -1
- package/lib/module/Bracket/components/PlayerBalanceCard.js +0 -1
- package/lib/module/Bracket/components/PlayerBalanceCard.js.map +1 -1
- package/lib/module/Bracket/components/PlayerBracketManager.js +1 -1
- package/lib/module/Bracket/components/PlayerBracketManager.js.map +1 -1
- package/lib/module/Bracket/components/PlayerBrackets.js +0 -1
- package/lib/module/Bracket/components/PlayerBrackets.js.map +1 -1
- package/lib/module/Bracket/components/RoomMenu.js +0 -1
- package/lib/module/Bracket/components/RoomMenu.js.map +1 -1
- package/lib/module/Bracket/index.js +1 -1
- package/lib/module/Bracket/index.js.map +1 -1
- package/lib/module/Checkout/components/AccountSummaryCard.js +0 -1
- package/lib/module/Checkout/components/AccountSummaryCard.js.map +1 -1
- package/lib/module/Checkout/components/ItemSummaryCard.js +0 -1
- package/lib/module/Checkout/components/ItemSummaryCard.js.map +1 -1
- package/lib/module/Checkout/components/OrderSummaryCard.js +0 -1
- package/lib/module/Checkout/components/OrderSummaryCard.js.map +1 -1
- package/lib/module/Checkout/components/PayPalOrderCapture.js +0 -1
- package/lib/module/Checkout/components/PayPalOrderCapture.js.map +1 -1
- package/lib/module/Checkout/components/ShippingSummaryCard.js +0 -1
- package/lib/module/Checkout/components/ShippingSummaryCard.js.map +1 -1
- package/lib/module/Checkout/index.js +1 -1
- package/lib/module/Checkout/index.js.map +1 -1
- package/lib/module/Competition/components/AthleteMarketCard.js +0 -1
- package/lib/module/Competition/components/AthleteMarketCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionCard.js +0 -1
- package/lib/module/Competition/components/CompetitionCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionInfoCard.js +0 -1
- package/lib/module/Competition/components/CompetitionInfoCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionLeaderboard.js +1 -1
- package/lib/module/Competition/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionPlay.js +1 -1
- package/lib/module/Competition/components/CompetitionPlay.js.map +1 -1
- package/lib/module/Competition/components/CompetitionSeasonCard.js +0 -1
- package/lib/module/Competition/components/CompetitionSeasonCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionSelector.js +1 -1
- package/lib/module/Competition/components/CompetitionSelector.js.map +1 -1
- package/lib/module/Competition/components/CompetitionTypeCard.js +1 -1
- package/lib/module/Competition/components/CompetitionTypeCard.js.map +1 -1
- package/lib/module/Competition/components/EnterCompetitionPrompt.js +1 -1
- package/lib/module/Competition/components/EnterCompetitionPrompt.js.map +1 -1
- package/lib/module/Competition/components/LeaderPicks.js +1 -1
- package/lib/module/Competition/components/LeaderPicks.js.map +1 -1
- package/lib/module/Competition/components/ManageSeasonForm.js +1 -1
- package/lib/module/Competition/components/ManageSeasonForm.js.map +1 -1
- package/lib/module/Competition/components/MarketsCard.js +1 -1
- package/lib/module/Competition/components/MarketsCard.js.map +1 -1
- package/lib/module/Competition/components/MatchMarketCard.js +0 -1
- package/lib/module/Competition/components/MatchMarketCard.js.map +1 -1
- package/lib/module/Competition/components/NavOutPrompt.js +0 -1
- package/lib/module/Competition/components/NavOutPrompt.js.map +1 -1
- package/lib/module/Competition/components/SeasonInfoModal.js +1 -1
- package/lib/module/Competition/components/SeasonInfoModal.js.map +1 -1
- package/lib/module/Competition/components/TeamEventCard.js +0 -1
- package/lib/module/Competition/components/TeamEventCard.js.map +1 -1
- package/lib/module/Competition/components/WagerPickForm.js +1 -1
- package/lib/module/Competition/components/WagerPickForm.js.map +1 -1
- package/lib/module/Competition/index.js +1 -1
- package/lib/module/Competition/index.js.map +1 -1
- package/lib/module/Components/Button.js +0 -1
- package/lib/module/Components/Button.js.map +1 -1
- package/lib/module/Components/Checkbox.js +0 -1
- package/lib/module/Components/Checkbox.js.map +1 -1
- package/lib/module/Components/Icons.js +279 -2
- package/lib/module/Components/Icons.js.map +1 -1
- package/lib/module/Components/ImageUploader.js +1 -1
- package/lib/module/Components/ImageUploader.js.map +1 -1
- package/lib/module/Components/Jerseys.js +0 -1
- package/lib/module/Components/Jerseys.js.map +1 -1
- package/lib/module/Components/LinearDiagnal.js +1 -1
- package/lib/module/Components/LinearDiagnal.js.map +1 -1
- package/lib/module/Components/Spring.js +0 -1
- package/lib/module/Components/Spring.js.map +1 -1
- package/lib/module/Components/Switch.js +0 -1
- package/lib/module/Components/Switch.js.map +1 -1
- package/lib/module/Components/Text.js +33 -5
- package/lib/module/Components/Text.js.map +1 -1
- package/lib/module/Components/TextInput.js +0 -1
- package/lib/module/Components/TextInput.js.map +1 -1
- package/lib/module/LocationTracker/index.js +0 -1
- package/lib/module/LocationTracker/index.js.map +1 -1
- package/lib/module/Observer/Observer.js +0 -1
- package/lib/module/Observer/Observer.js.map +1 -1
- package/lib/module/Poll/components/CampaignPlay.js +0 -1
- package/lib/module/Poll/components/CampaignPlay.js.map +1 -1
- package/lib/module/Poll/components/CampaignProgressBar.js +0 -1
- package/lib/module/Poll/components/CampaignProgressBar.js.map +1 -1
- package/lib/module/Poll/components/CampaignResult.js +0 -1
- package/lib/module/Poll/components/CampaignResult.js.map +1 -1
- package/lib/module/Poll/components/CampaignSelector.js +1 -1
- package/lib/module/Poll/components/CampaignSelector.js.map +1 -1
- package/lib/module/Poll/components/PollCampaignCard.js +0 -1
- package/lib/module/Poll/components/PollCampaignCard.js.map +1 -1
- package/lib/module/Poll/components/PollCard.js +0 -1
- package/lib/module/Poll/components/PollCard.js.map +1 -1
- package/lib/module/Poll/components/PollOptionCard.js +1 -1
- package/lib/module/Poll/components/PollOptionCard.js.map +1 -1
- package/lib/module/Poll/components/PollSelectCard.js +0 -1
- package/lib/module/Poll/components/PollSelectCard.js.map +1 -1
- package/lib/module/Poll/components/ResponseTimer.js +1 -1
- package/lib/module/Poll/components/ResponseTimer.js.map +1 -1
- package/lib/module/Poll/components/WidgetHeader.js +0 -1
- package/lib/module/Poll/components/WidgetHeader.js.map +1 -1
- package/lib/module/Poll/flashmarket/ResultCard.js +1 -1
- package/lib/module/Poll/flashmarket/ResultCard.js.map +1 -1
- package/lib/module/Poll/flashmarket/index.js +1 -1
- package/lib/module/Poll/flashmarket/index.js.map +1 -1
- package/lib/module/Poll/index.js +1 -1
- package/lib/module/Poll/index.js.map +1 -1
- package/lib/module/ProfileManager/Components/BasicInfoManager.js +1 -1
- package/lib/module/ProfileManager/Components/BasicInfoManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/BasicStatus.js +0 -1
- package/lib/module/ProfileManager/Components/BasicStatus.js.map +1 -1
- package/lib/module/ProfileManager/Components/CodeRedeem.js +1 -1
- package/lib/module/ProfileManager/Components/CodeRedeem.js.map +1 -1
- package/lib/module/ProfileManager/Components/DOBManager.js +1 -1
- package/lib/module/ProfileManager/Components/DOBManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/EmailManager.js +1 -1
- package/lib/module/ProfileManager/Components/EmailManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/PasswordManager.js +1 -1
- package/lib/module/ProfileManager/Components/PasswordManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/PhoneManager.js +1 -1
- package/lib/module/ProfileManager/Components/PhoneManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfilePicManager.js +1 -1
- package/lib/module/ProfileManager/Components/ProfilePicManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfileWelcome.js +0 -1
- package/lib/module/ProfileManager/Components/ProfileWelcome.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfileWizard.js +1 -1
- package/lib/module/ProfileManager/Components/ProfileWizard.js.map +1 -1
- package/lib/module/ProfileManager/Components/SettingsManager.js +1 -1
- package/lib/module/ProfileManager/Components/SettingsManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/VouchCard.js +1 -1
- package/lib/module/ProfileManager/Components/VouchCard.js.map +1 -1
- package/lib/module/ProfileManager/index.js +1 -1
- package/lib/module/ProfileManager/index.js.map +1 -1
- package/lib/module/SocialComponents/PlayerCard.js +0 -1
- package/lib/module/SocialComponents/PlayerCard.js.map +1 -1
- package/lib/module/SocialComponents/PlayerFollowButton.js +0 -1
- package/lib/module/SocialComponents/PlayerFollowButton.js.map +1 -1
- package/lib/module/SocialComponents/PlayerList.js +1 -1
- package/lib/module/SocialComponents/PlayerList.js.map +1 -1
- package/lib/module/Socket/api/index.js +13 -0
- package/lib/module/Socket/api/index.js.map +1 -0
- package/lib/module/Socket/index.js +113 -0
- package/lib/module/Socket/index.js.map +1 -0
- package/lib/module/Squares/api/index.js +91 -0
- package/lib/module/Squares/api/index.js.map +1 -0
- package/lib/module/Squares/components/BidForm.js +166 -0
- package/lib/module/Squares/components/BidForm.js.map +1 -0
- package/lib/module/Squares/components/BidToggle.js +56 -0
- package/lib/module/Squares/components/BidToggle.js.map +1 -0
- package/lib/module/Squares/components/BoardStats.js +137 -0
- package/lib/module/Squares/components/BoardStats.js.map +1 -0
- package/lib/module/Squares/components/EventCard.js +125 -0
- package/lib/module/Squares/components/EventCard.js.map +1 -0
- package/lib/module/Squares/components/MySquaresCard.js +102 -0
- package/lib/module/Squares/components/MySquaresCard.js.map +1 -0
- package/lib/module/Squares/components/OfferForm.js +174 -0
- package/lib/module/Squares/components/OfferForm.js.map +1 -0
- package/lib/module/Squares/components/ResultsCard.js +101 -0
- package/lib/module/Squares/components/ResultsCard.js.map +1 -0
- package/lib/module/Squares/components/SquareCard.js +330 -0
- package/lib/module/Squares/components/SquareCard.js.map +1 -0
- package/lib/module/Squares/components/SquareOfferCard.js +259 -0
- package/lib/module/Squares/components/SquareOfferCard.js.map +1 -0
- package/lib/module/Squares/components/SquareOwners.js +116 -0
- package/lib/module/Squares/components/SquareOwners.js.map +1 -0
- package/lib/module/Squares/components/SquaresBoard.js +202 -0
- package/lib/module/Squares/components/SquaresBoard.js.map +1 -0
- package/lib/module/Squares/components/SquaresDetails.js +83 -0
- package/lib/module/Squares/components/SquaresDetails.js.map +1 -0
- package/lib/module/Squares/index.js +561 -0
- package/lib/module/Squares/index.js.map +1 -0
- package/lib/module/Wallet/components/ACHAddCard.js +0 -1
- package/lib/module/Wallet/components/ACHAddCard.js.map +1 -1
- package/lib/module/Wallet/components/AccountCard.js +0 -1
- package/lib/module/Wallet/components/AccountCard.js.map +1 -1
- package/lib/module/Wallet/components/AccountLimitManager.js +1 -1
- package/lib/module/Wallet/components/AccountLimitManager.js.map +1 -1
- package/lib/module/Wallet/components/AccountManager.js +0 -1
- package/lib/module/Wallet/components/AccountManager.js.map +1 -1
- package/lib/module/Wallet/components/AccountSnoozeManager.js +1 -1
- package/lib/module/Wallet/components/AccountSnoozeManager.js.map +1 -1
- package/lib/module/Wallet/components/AddressCard.js +0 -1
- package/lib/module/Wallet/components/AddressCard.js.map +1 -1
- package/lib/module/Wallet/components/AddressManager.js +1 -1
- package/lib/module/Wallet/components/AddressManager.js.map +1 -1
- package/lib/module/Wallet/components/DepositCard.js +1 -1
- package/lib/module/Wallet/components/DepositCard.js.map +1 -1
- package/lib/module/Wallet/components/FundAccountCard.js +0 -1
- package/lib/module/Wallet/components/FundAccountCard.js.map +1 -1
- package/lib/module/Wallet/components/ItemOrderCard.js +1 -1
- package/lib/module/Wallet/components/ItemOrderCard.js.map +1 -1
- package/lib/module/Wallet/components/ItemOrderDetailCard.js +0 -1
- package/lib/module/Wallet/components/ItemOrderDetailCard.js.map +1 -1
- package/lib/module/Wallet/components/LinkAccountManager.js +1 -1
- package/lib/module/Wallet/components/LinkAccountManager.js.map +1 -1
- package/lib/module/Wallet/components/ManageAccountCard.js +1 -1
- package/lib/module/Wallet/components/ManageAccountCard.js.map +1 -1
- package/lib/module/Wallet/components/ManualACHAdd.js +1 -1
- package/lib/module/Wallet/components/ManualACHAdd.js.map +1 -1
- package/lib/module/Wallet/components/ManualCardAdd.js +1 -1
- package/lib/module/Wallet/components/ManualCardAdd.js.map +1 -1
- package/lib/module/Wallet/components/MyBalance.js +0 -1
- package/lib/module/Wallet/components/MyBalance.js.map +1 -1
- package/lib/module/Wallet/components/OrderManager.js +1 -1
- package/lib/module/Wallet/components/OrderManager.js.map +1 -1
- package/lib/module/Wallet/components/RemoveAccount.js +0 -1
- package/lib/module/Wallet/components/RemoveAccount.js.map +1 -1
- package/lib/module/Wallet/components/VerifyACHAccount.js +1 -1
- package/lib/module/Wallet/components/VerifyACHAccount.js.map +1 -1
- package/lib/module/Wallet/components/WalletActionSelector.js +1 -1
- package/lib/module/Wallet/components/WalletActionSelector.js.map +1 -1
- package/lib/module/Wallet/components/WalletSettings.js +0 -1
- package/lib/module/Wallet/components/WalletSettings.js.map +1 -1
- package/lib/module/Wallet/components/WalletSetup.js +1 -1
- package/lib/module/Wallet/components/WalletSetup.js.map +1 -1
- package/lib/module/Wallet/components/WithdrawCard.js +1 -1
- package/lib/module/Wallet/components/WithdrawCard.js.map +1 -1
- package/lib/module/Wallet/index.js +1 -1
- package/lib/module/Wallet/index.js.map +1 -1
- package/lib/module/constants/styles.js +86 -0
- package/lib/module/constants/styles.js.map +1 -1
- package/lib/module/index.js +3 -1
- package/lib/module/index.js.map +1 -1
- package/lib/typescript/src/AdServer/components/CompanyAdCard.d.ts +1 -2
- package/lib/typescript/src/AdServer/components/CompanyAdCard.d.ts.map +1 -1
- package/lib/typescript/src/AdServer/index.d.ts +2 -3
- package/lib/typescript/src/AdServer/index.d.ts.map +1 -1
- package/lib/typescript/src/ApiOverrides/index.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/AuthStrategyIdentifier.d.ts +1 -2
- package/lib/typescript/src/Authenticator/Components/AuthStrategyIdentifier.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/LoginForm.d.ts +1 -2
- package/lib/typescript/src/Authenticator/Components/LoginForm.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/StrategyForm.d.ts +1 -2
- package/lib/typescript/src/Authenticator/Components/StrategyForm.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/index.d.ts +1 -2
- package/lib/typescript/src/Authenticator/index.d.ts.map +1 -1
- package/lib/typescript/src/BettorSearch/index.d.ts +1 -2
- package/lib/typescript/src/BettorSearch/index.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketCompetitionCard.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/BracketCompetitionCard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketCompetitionSelector.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/BracketCompetitionSelector.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketNavigator.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketNavigator.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketRound.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketRound.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/RoundEvent.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/BracketPlay/RoundEvent.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/index.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/BracketPlay/index.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketSelector.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/BracketSelector.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/CompetitionLeaderboard.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/CompetitionLeaderboard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/JoinCompetitionCard.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/JoinCompetitionCard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBalanceCard.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/PlayerBalanceCard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBracketManager.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/PlayerBracketManager.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBrackets.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/PlayerBrackets.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/RoomMenu.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/RoomMenu.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/index.d.ts +1 -2
- package/lib/typescript/src/Bracket/index.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/AccountSummaryCard.d.ts +1 -2
- package/lib/typescript/src/Checkout/components/AccountSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/ItemSummaryCard.d.ts +1 -2
- package/lib/typescript/src/Checkout/components/ItemSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/OrderSummaryCard.d.ts +1 -2
- package/lib/typescript/src/Checkout/components/OrderSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/PayPalOrderCapture.d.ts +1 -2
- package/lib/typescript/src/Checkout/components/PayPalOrderCapture.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/ShippingSummaryCard.d.ts +1 -2
- package/lib/typescript/src/Checkout/components/ShippingSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/index.d.ts +1 -2
- package/lib/typescript/src/Checkout/index.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/AthleteMarketCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/AthleteMarketCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/CompetitionCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionInfoCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/CompetitionInfoCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionLeaderboard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/CompetitionLeaderboard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionPlay.d.ts +1 -2
- package/lib/typescript/src/Competition/components/CompetitionPlay.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionSeasonCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/CompetitionSeasonCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionSelector.d.ts +1 -2
- package/lib/typescript/src/Competition/components/CompetitionSelector.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionTypeCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/CompetitionTypeCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/EnterCompetitionPrompt.d.ts +1 -2
- package/lib/typescript/src/Competition/components/EnterCompetitionPrompt.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/LeaderPicks.d.ts +1 -2
- package/lib/typescript/src/Competition/components/LeaderPicks.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/ManageSeasonForm.d.ts +1 -2
- package/lib/typescript/src/Competition/components/ManageSeasonForm.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/MarketsCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/MarketsCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/MatchMarketCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/MatchMarketCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/NavOutPrompt.d.ts +1 -2
- package/lib/typescript/src/Competition/components/NavOutPrompt.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/SeasonInfoModal.d.ts +1 -2
- package/lib/typescript/src/Competition/components/SeasonInfoModal.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/TeamEventCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/TeamEventCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/WagerPickForm.d.ts +1 -2
- package/lib/typescript/src/Competition/components/WagerPickForm.d.ts.map +1 -1
- package/lib/typescript/src/Competition/index.d.ts +1 -2
- package/lib/typescript/src/Competition/index.d.ts.map +1 -1
- package/lib/typescript/src/Components/Button.d.ts +1 -2
- package/lib/typescript/src/Components/Button.d.ts.map +1 -1
- package/lib/typescript/src/Components/Checkbox.d.ts +1 -2
- package/lib/typescript/src/Components/Checkbox.d.ts.map +1 -1
- package/lib/typescript/src/Components/Icons.d.ts +57 -53
- package/lib/typescript/src/Components/Icons.d.ts.map +1 -1
- package/lib/typescript/src/Components/ImageUploader.d.ts +1 -2
- package/lib/typescript/src/Components/ImageUploader.d.ts.map +1 -1
- package/lib/typescript/src/Components/Jerseys.d.ts +2 -3
- package/lib/typescript/src/Components/Jerseys.d.ts.map +1 -1
- package/lib/typescript/src/Components/LinearDiagnal.d.ts +1 -2
- package/lib/typescript/src/Components/LinearDiagnal.d.ts.map +1 -1
- package/lib/typescript/src/Components/Spring.d.ts +1 -2
- package/lib/typescript/src/Components/Spring.d.ts.map +1 -1
- package/lib/typescript/src/Components/Switch.d.ts +1 -2
- package/lib/typescript/src/Components/Switch.d.ts.map +1 -1
- package/lib/typescript/src/Components/Text.d.ts +3 -2
- package/lib/typescript/src/Components/Text.d.ts.map +1 -1
- package/lib/typescript/src/Components/TextInput.d.ts +1 -2
- package/lib/typescript/src/Components/TextInput.d.ts.map +1 -1
- package/lib/typescript/src/LocationTracker/index.d.ts +1 -2
- package/lib/typescript/src/LocationTracker/index.d.ts.map +1 -1
- package/lib/typescript/src/Observer/Observer.d.ts +1 -2
- package/lib/typescript/src/Observer/Observer.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignPlay.d.ts +1 -2
- package/lib/typescript/src/Poll/components/CampaignPlay.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignProgressBar.d.ts +1 -2
- package/lib/typescript/src/Poll/components/CampaignProgressBar.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignResult.d.ts +1 -2
- package/lib/typescript/src/Poll/components/CampaignResult.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignSelector.d.ts +1 -2
- package/lib/typescript/src/Poll/components/CampaignSelector.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollCampaignCard.d.ts +1 -2
- package/lib/typescript/src/Poll/components/PollCampaignCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollCard.d.ts +1 -2
- package/lib/typescript/src/Poll/components/PollCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollOptionCard.d.ts +1 -2
- package/lib/typescript/src/Poll/components/PollOptionCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollSelectCard.d.ts +1 -2
- package/lib/typescript/src/Poll/components/PollSelectCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/ResponseTimer.d.ts +1 -2
- package/lib/typescript/src/Poll/components/ResponseTimer.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/WidgetHeader.d.ts +1 -2
- package/lib/typescript/src/Poll/components/WidgetHeader.d.ts.map +1 -1
- package/lib/typescript/src/Poll/flashmarket/ResultCard.d.ts +1 -2
- package/lib/typescript/src/Poll/flashmarket/ResultCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/flashmarket/index.d.ts +1 -2
- package/lib/typescript/src/Poll/flashmarket/index.d.ts.map +1 -1
- package/lib/typescript/src/Poll/index.d.ts +1 -2
- package/lib/typescript/src/Poll/index.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/BasicInfoManager.d.ts +1 -2
- 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 +1 -2
- package/lib/typescript/src/ProfileManager/Components/CodeRedeem.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/DOBManager.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/DOBManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/EmailManager.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/EmailManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/PasswordManager.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/PasswordManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/PhoneManager.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/PhoneManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfilePicManager.d.ts +1 -2
- 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 +1 -2
- package/lib/typescript/src/ProfileManager/Components/ProfileWizard.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/SettingsManager.d.ts +1 -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/index.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/index.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PlayerCard.d.ts +1 -2
- package/lib/typescript/src/SocialComponents/PlayerCard.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PlayerFollowButton.d.ts +1 -2
- package/lib/typescript/src/SocialComponents/PlayerFollowButton.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PlayerList.d.ts +1 -2
- package/lib/typescript/src/SocialComponents/PlayerList.d.ts.map +1 -1
- package/lib/typescript/src/Socket/api/index.d.ts +6 -0
- package/lib/typescript/src/Socket/api/index.d.ts.map +1 -0
- package/lib/typescript/src/Socket/index.d.ts +11 -0
- package/lib/typescript/src/Socket/index.d.ts.map +1 -0
- package/lib/typescript/src/Squares/api/index.d.ts +29 -0
- package/lib/typescript/src/Squares/api/index.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/BidForm.d.ts +21 -0
- package/lib/typescript/src/Squares/components/BidForm.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/BidToggle.d.ts +9 -0
- package/lib/typescript/src/Squares/components/BidToggle.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/BoardStats.d.ts +10 -0
- package/lib/typescript/src/Squares/components/BoardStats.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/EventCard.d.ts +8 -0
- package/lib/typescript/src/Squares/components/EventCard.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/MySquaresCard.d.ts +13 -0
- package/lib/typescript/src/Squares/components/MySquaresCard.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/OfferForm.d.ts +22 -0
- package/lib/typescript/src/Squares/components/OfferForm.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/ResultsCard.d.ts +11 -0
- package/lib/typescript/src/Squares/components/ResultsCard.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/SquareCard.d.ts +20 -0
- package/lib/typescript/src/Squares/components/SquareCard.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/SquareOfferCard.d.ts +12 -0
- package/lib/typescript/src/Squares/components/SquareOfferCard.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/SquareOwners.d.ts +9 -0
- package/lib/typescript/src/Squares/components/SquareOwners.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/SquaresBoard.d.ts +18 -0
- package/lib/typescript/src/Squares/components/SquaresBoard.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/SquaresDetails.d.ts +9 -0
- package/lib/typescript/src/Squares/components/SquaresDetails.d.ts.map +1 -0
- package/lib/typescript/src/Squares/index.d.ts +14 -0
- package/lib/typescript/src/Squares/index.d.ts.map +1 -0
- 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/AccountCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/AccountCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountLimitManager.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/AccountLimitManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountManager.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/AccountManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountSnoozeManager.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/AccountSnoozeManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AddressCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/AddressCard.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/ItemOrderCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/ItemOrderCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ItemOrderDetailCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/ItemOrderDetailCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/LinkAccountManager.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/LinkAccountManager.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/OrderManager.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/OrderManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/RemoveAccount.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/RemoveAccount.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/VerifyACHAccount.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/VerifyACHAccount.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/constants/styles.d.ts +86 -0
- package/lib/typescript/src/constants/styles.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/AdServer/components/CompanyAdCard.tsx +1 -1
- package/src/AdServer/index.tsx +1 -1
- package/src/ApiOverrides/index.ts +6 -3
- package/src/Authenticator/Components/AuthStrategyIdentifier.tsx +0 -1
- package/src/Authenticator/Components/LoginForm.tsx +1 -1
- package/src/Authenticator/Components/StrategyForm.tsx +1 -1
- package/src/Authenticator/index.tsx +1 -1
- package/src/BettorSearch/index.tsx +1 -1
- package/src/Bracket/components/BracketCompetitionCard.tsx +1 -1
- package/src/Bracket/components/BracketCompetitionSelector.tsx +1 -1
- package/src/Bracket/components/BracketPlay/BracketNavigator.tsx +0 -1
- package/src/Bracket/components/BracketPlay/BracketRound.tsx +0 -1
- package/src/Bracket/components/BracketPlay/RoundEvent.tsx +0 -1
- package/src/Bracket/components/BracketPlay/index.tsx +1 -1
- package/src/Bracket/components/BracketSelector.tsx +0 -1
- package/src/Bracket/components/CompetitionLeaderboard.tsx +1 -1
- package/src/Bracket/components/JoinCompetitionCard.tsx +1 -1
- package/src/Bracket/components/PlayerBalanceCard.tsx +0 -1
- package/src/Bracket/components/PlayerBracketManager.tsx +1 -1
- package/src/Bracket/components/PlayerBrackets.tsx +0 -1
- package/src/Bracket/components/RoomMenu.tsx +0 -1
- package/src/Bracket/index.tsx +1 -1
- package/src/Checkout/components/AccountSummaryCard.tsx +0 -1
- package/src/Checkout/components/ItemSummaryCard.tsx +0 -1
- package/src/Checkout/components/OrderSummaryCard.tsx +0 -1
- package/src/Checkout/components/PayPalOrderCapture.tsx +0 -1
- package/src/Checkout/components/ShippingSummaryCard.tsx +0 -1
- package/src/Checkout/index.tsx +1 -1
- package/src/Competition/components/AthleteMarketCard.tsx +0 -1
- package/src/Competition/components/CompetitionCard.tsx +0 -1
- package/src/Competition/components/CompetitionInfoCard.tsx +0 -1
- package/src/Competition/components/CompetitionLeaderboard.tsx +1 -1
- package/src/Competition/components/CompetitionPlay.tsx +1 -1
- package/src/Competition/components/CompetitionSeasonCard.tsx +0 -1
- package/src/Competition/components/CompetitionSelector.tsx +1 -1
- package/src/Competition/components/CompetitionTypeCard.tsx +1 -1
- package/src/Competition/components/EnterCompetitionPrompt.tsx +1 -1
- package/src/Competition/components/LeaderPicks.tsx +1 -1
- package/src/Competition/components/ManageSeasonForm.tsx +1 -1
- package/src/Competition/components/MarketsCard.tsx +1 -1
- package/src/Competition/components/MatchMarketCard.tsx +0 -1
- package/src/Competition/components/NavOutPrompt.tsx +0 -1
- package/src/Competition/components/SeasonInfoModal.tsx +1 -1
- package/src/Competition/components/TeamEventCard.tsx +0 -1
- package/src/Competition/components/WagerPickForm.tsx +1 -1
- package/src/Competition/index.tsx +1 -1
- package/src/Components/Button.tsx +0 -1
- package/src/Components/Checkbox.tsx +0 -1
- package/src/Components/Icons.tsx +76 -2
- package/src/Components/ImageUploader.tsx +1 -1
- package/src/Components/Jerseys.tsx +0 -1
- package/src/Components/LinearDiagnal.tsx +1 -1
- package/src/Components/Spring.tsx +0 -1
- package/src/Components/Switch.tsx +0 -1
- package/src/Components/Text.tsx +23 -3
- package/src/Components/TextInput.tsx +0 -1
- package/src/LocationTracker/index.tsx +0 -1
- package/src/Observer/Observer.tsx +0 -1
- package/src/Poll/components/CampaignPlay.tsx +0 -1
- package/src/Poll/components/CampaignProgressBar.tsx +0 -1
- package/src/Poll/components/CampaignResult.tsx +0 -1
- package/src/Poll/components/CampaignSelector.tsx +1 -1
- package/src/Poll/components/PollCampaignCard.tsx +0 -1
- package/src/Poll/components/PollCard.tsx +0 -1
- package/src/Poll/components/PollOptionCard.tsx +1 -1
- package/src/Poll/components/PollSelectCard.tsx +0 -1
- package/src/Poll/components/ResponseTimer.tsx +1 -1
- package/src/Poll/components/WidgetHeader.tsx +0 -1
- package/src/Poll/flashmarket/ResultCard.tsx +1 -1
- package/src/Poll/flashmarket/index.tsx +1 -1
- package/src/Poll/index.tsx +1 -1
- package/src/ProfileManager/Components/BasicInfoManager.tsx +1 -1
- package/src/ProfileManager/Components/BasicStatus.tsx +0 -1
- package/src/ProfileManager/Components/CodeRedeem.tsx +1 -1
- package/src/ProfileManager/Components/DOBManager.tsx +1 -1
- package/src/ProfileManager/Components/EmailManager.tsx +1 -1
- package/src/ProfileManager/Components/PasswordManager.tsx +1 -1
- package/src/ProfileManager/Components/PhoneManager.tsx +1 -1
- package/src/ProfileManager/Components/ProfilePicManager.tsx +1 -1
- package/src/ProfileManager/Components/ProfileWelcome.tsx +0 -1
- package/src/ProfileManager/Components/ProfileWizard.tsx +1 -1
- package/src/ProfileManager/Components/SettingsManager.tsx +1 -1
- package/src/ProfileManager/Components/VouchCard.tsx +1 -1
- package/src/ProfileManager/index.tsx +1 -1
- package/src/SocialComponents/PlayerCard.tsx +0 -1
- package/src/SocialComponents/PlayerFollowButton.tsx +0 -1
- package/src/SocialComponents/PlayerList.tsx +1 -1
- package/src/Socket/api/index.ts +15 -0
- package/src/Socket/index.tsx +96 -0
- package/src/Squares/api/index.ts +69 -0
- package/src/Squares/components/BidForm.tsx +85 -0
- package/src/Squares/components/BidToggle.tsx +27 -0
- package/src/Squares/components/BoardStats.tsx +70 -0
- package/src/Squares/components/EventCard.tsx +77 -0
- package/src/Squares/components/MySquaresCard.tsx +80 -0
- package/src/Squares/components/OfferForm.tsx +94 -0
- package/src/Squares/components/ResultsCard.tsx +67 -0
- package/src/Squares/components/SquareCard.tsx +190 -0
- package/src/Squares/components/SquareOfferCard.tsx +101 -0
- package/src/Squares/components/SquareOwners.tsx +69 -0
- package/src/Squares/components/SquaresBoard.tsx +161 -0
- package/src/Squares/components/SquaresDetails.tsx +54 -0
- package/src/Squares/index.tsx +398 -0
- package/src/Wallet/components/ACHAddCard.tsx +0 -1
- package/src/Wallet/components/AccountCard.tsx +0 -1
- package/src/Wallet/components/AccountLimitManager.tsx +1 -1
- package/src/Wallet/components/AccountManager.tsx +0 -1
- package/src/Wallet/components/AccountSnoozeManager.tsx +1 -1
- package/src/Wallet/components/AddressCard.tsx +0 -1
- package/src/Wallet/components/AddressManager.tsx +1 -1
- package/src/Wallet/components/DepositCard.tsx +1 -1
- package/src/Wallet/components/FundAccountCard.tsx +0 -1
- package/src/Wallet/components/ItemOrderCard.tsx +1 -1
- package/src/Wallet/components/ItemOrderDetailCard.tsx +0 -1
- package/src/Wallet/components/LinkAccountManager.tsx +1 -1
- package/src/Wallet/components/ManageAccountCard.tsx +1 -1
- package/src/Wallet/components/ManualACHAdd.tsx +1 -1
- package/src/Wallet/components/ManualCardAdd.tsx +1 -1
- package/src/Wallet/components/MyBalance.tsx +0 -1
- package/src/Wallet/components/OrderManager.tsx +1 -1
- package/src/Wallet/components/RemoveAccount.tsx +0 -1
- package/src/Wallet/components/VerifyACHAccount.tsx +1 -1
- package/src/Wallet/components/WalletActionSelector.tsx +1 -1
- package/src/Wallet/components/WalletSettings.tsx +0 -1
- package/src/Wallet/components/WalletSetup.tsx +1 -1
- package/src/Wallet/components/WithdrawCard.tsx +1 -1
- package/src/Wallet/index.tsx +1 -1
- package/src/constants/styles.ts +15 -2
- package/src/index.tsx +6 -1
- package/src/types.d.ts +52 -1
|
@@ -4,15 +4,13 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
var _react =
|
|
7
|
+
var _react = require("react");
|
|
8
8
|
var _reactNative = require("react-native");
|
|
9
9
|
var _Components = require("../../Components");
|
|
10
10
|
var _colors = _interopRequireDefault(require("../../constants/colors"));
|
|
11
11
|
var _api = require("../api");
|
|
12
12
|
var _styles = require("../../constants/styles");
|
|
13
13
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
14
|
-
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
15
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
16
14
|
const BasicInfoManager = ({
|
|
17
15
|
player,
|
|
18
16
|
walkthrough,
|
|
@@ -59,45 +57,45 @@ const BasicInfoManager = ({
|
|
|
59
57
|
return onNext();
|
|
60
58
|
};
|
|
61
59
|
const allow_next = username_valid.valid && !username_valid.loading && draft_player.first_name && draft_player.last_name ? true : false;
|
|
62
|
-
return /*#__PURE__*/
|
|
60
|
+
return /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
63
61
|
style: {
|
|
64
62
|
flex: 1
|
|
65
63
|
}
|
|
66
|
-
}, /*#__PURE__*/
|
|
64
|
+
}, /*#__PURE__*/React.createElement(_reactNative.ScrollView, {
|
|
67
65
|
style: {
|
|
68
66
|
flex: 1
|
|
69
67
|
}
|
|
70
|
-
}, walkthrough ? /*#__PURE__*/
|
|
68
|
+
}, walkthrough ? /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
71
69
|
style: {
|
|
72
70
|
padding: 20
|
|
73
71
|
}
|
|
74
|
-
}, /*#__PURE__*/
|
|
72
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
75
73
|
size: 30,
|
|
76
74
|
color: _colors.default.brand.midnight,
|
|
77
75
|
weight: "bold"
|
|
78
|
-
}, "Let's start with the basics"), /*#__PURE__*/
|
|
76
|
+
}, "Let's start with the basics"), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
79
77
|
style: {
|
|
80
78
|
marginTop: 15
|
|
81
79
|
},
|
|
82
80
|
size: 16,
|
|
83
81
|
color: _colors.default.brand.midnight,
|
|
84
82
|
weight: "regular"
|
|
85
|
-
}, "You can change this later, but will be required to verify your account.")) : /*#__PURE__*/
|
|
83
|
+
}, "You can change this later, but will be required to verify your account.")) : /*#__PURE__*/React.createElement(React.Fragment, null), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
86
84
|
style: {
|
|
87
85
|
padding: 30
|
|
88
86
|
}
|
|
89
|
-
}, /*#__PURE__*/
|
|
87
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
90
88
|
weight: "bold",
|
|
91
89
|
size: 18,
|
|
92
90
|
color: _colors.default.brand.midnight
|
|
93
|
-
}, "USERNAME"), /*#__PURE__*/
|
|
91
|
+
}, "USERNAME"), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
94
92
|
style: {
|
|
95
93
|
marginTop: 5
|
|
96
94
|
},
|
|
97
95
|
color: _colors.default.brand.midnight,
|
|
98
96
|
size: 14,
|
|
99
97
|
textAlign: "left"
|
|
100
|
-
}, "To start, we randomly generate a username for you! Change it if you'd like here."), /*#__PURE__*/
|
|
98
|
+
}, "To start, we randomly generate a username for you! Change it if you'd like here."), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
101
99
|
style: {
|
|
102
100
|
marginTop: 20,
|
|
103
101
|
backgroundColor: _colors.default.shades.white,
|
|
@@ -105,16 +103,16 @@ const BasicInfoManager = ({
|
|
|
105
103
|
flexDirection: 'row',
|
|
106
104
|
alignItems: 'center'
|
|
107
105
|
}
|
|
108
|
-
}, /*#__PURE__*/
|
|
106
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
109
107
|
style: {
|
|
110
108
|
paddingLeft: 15,
|
|
111
109
|
paddingRight: 15
|
|
112
110
|
}
|
|
113
|
-
}, /*#__PURE__*/
|
|
111
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
114
112
|
size: 20,
|
|
115
113
|
color: _colors.default.brand.midnight,
|
|
116
114
|
weight: "bold"
|
|
117
|
-
}, "@")), /*#__PURE__*/
|
|
115
|
+
}, "@")), /*#__PURE__*/React.createElement(_Components.TextInput, {
|
|
118
116
|
value: draft_player.username,
|
|
119
117
|
style: {
|
|
120
118
|
flex: 1,
|
|
@@ -153,37 +151,37 @@ const BasicInfoManager = ({
|
|
|
153
151
|
});
|
|
154
152
|
}
|
|
155
153
|
}
|
|
156
|
-
}), /*#__PURE__*/
|
|
154
|
+
}), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
157
155
|
style: {
|
|
158
156
|
paddingLeft: 15,
|
|
159
157
|
paddingRight: 15
|
|
160
158
|
}
|
|
161
|
-
}, username_valid.loading ? /*#__PURE__*/
|
|
159
|
+
}, username_valid.loading ? /*#__PURE__*/React.createElement(_reactNative.ActivityIndicator, {
|
|
162
160
|
size: "small",
|
|
163
161
|
color: _colors.default.brand.midnight
|
|
164
|
-
}) : /*#__PURE__*/
|
|
162
|
+
}) : /*#__PURE__*/React.createElement(_reactNative.View, null, username_valid.valid ? /*#__PURE__*/React.createElement(_Components.Icons.CheckIcon, {
|
|
165
163
|
size: 16,
|
|
166
164
|
color: _colors.default.utility.success
|
|
167
|
-
}) : /*#__PURE__*/
|
|
165
|
+
}) : /*#__PURE__*/React.createElement(_Components.Icons.AlertIcon, {
|
|
168
166
|
size: 16,
|
|
169
167
|
color: _colors.default.utility.warning
|
|
170
|
-
}))))), /*#__PURE__*/
|
|
168
|
+
}))))), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
171
169
|
style: {
|
|
172
170
|
padding: 30
|
|
173
171
|
}
|
|
174
|
-
}, /*#__PURE__*/
|
|
172
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
175
173
|
weight: "bold",
|
|
176
174
|
size: 18,
|
|
177
175
|
textAlign: "left",
|
|
178
176
|
color: _colors.default.brand.midnight
|
|
179
|
-
}, "NAME"), /*#__PURE__*/
|
|
177
|
+
}, "NAME"), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
180
178
|
style: {
|
|
181
179
|
marginTop: 5
|
|
182
180
|
},
|
|
183
181
|
color: _colors.default.brand.midnight,
|
|
184
182
|
size: 14,
|
|
185
183
|
textAlign: "left"
|
|
186
|
-
}, "Add / Update your name below. This is required to verify your account"), /*#__PURE__*/
|
|
184
|
+
}, "Add / Update your name below. This is required to verify your account"), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
187
185
|
style: {
|
|
188
186
|
marginTop: 20,
|
|
189
187
|
backgroundColor: _colors.default.shades.white,
|
|
@@ -191,15 +189,15 @@ const BasicInfoManager = ({
|
|
|
191
189
|
flexDirection: 'row',
|
|
192
190
|
alignItems: 'center'
|
|
193
191
|
}
|
|
194
|
-
}, /*#__PURE__*/
|
|
192
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
195
193
|
style: {
|
|
196
194
|
paddingLeft: 15,
|
|
197
195
|
paddingRight: 15
|
|
198
196
|
}
|
|
199
|
-
}, /*#__PURE__*/
|
|
197
|
+
}, /*#__PURE__*/React.createElement(_Components.Icons.UserIcon, {
|
|
200
198
|
color: _colors.default.brand.midnight,
|
|
201
199
|
size: 18
|
|
202
|
-
})), /*#__PURE__*/
|
|
200
|
+
})), /*#__PURE__*/React.createElement(_Components.TextInput, {
|
|
203
201
|
value: draft_player.first_name,
|
|
204
202
|
placeholder: "First Name",
|
|
205
203
|
placeholderTextColor: _colors.default.brand.slate,
|
|
@@ -213,7 +211,7 @@ const BasicInfoManager = ({
|
|
|
213
211
|
...draft_player,
|
|
214
212
|
first_name: text
|
|
215
213
|
})
|
|
216
|
-
})), /*#__PURE__*/
|
|
214
|
+
})), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
217
215
|
style: {
|
|
218
216
|
marginTop: 10,
|
|
219
217
|
backgroundColor: _colors.default.shades.white,
|
|
@@ -221,15 +219,15 @@ const BasicInfoManager = ({
|
|
|
221
219
|
flexDirection: 'row',
|
|
222
220
|
alignItems: 'center'
|
|
223
221
|
}
|
|
224
|
-
}, /*#__PURE__*/
|
|
222
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
225
223
|
style: {
|
|
226
224
|
paddingLeft: 15,
|
|
227
225
|
paddingRight: 15
|
|
228
226
|
}
|
|
229
|
-
}, /*#__PURE__*/
|
|
227
|
+
}, /*#__PURE__*/React.createElement(_Components.Icons.UserIcon, {
|
|
230
228
|
color: _colors.default.brand.midnight,
|
|
231
229
|
size: 18
|
|
232
|
-
})), /*#__PURE__*/
|
|
230
|
+
})), /*#__PURE__*/React.createElement(_Components.TextInput, {
|
|
233
231
|
value: draft_player.last_name,
|
|
234
232
|
placeholder: "Last Name",
|
|
235
233
|
placeholderTextColor: _colors.default.brand.slate,
|
|
@@ -243,34 +241,34 @@ const BasicInfoManager = ({
|
|
|
243
241
|
...draft_player,
|
|
244
242
|
last_name: text
|
|
245
243
|
})
|
|
246
|
-
})))), walkthrough ? /*#__PURE__*/
|
|
244
|
+
})))), walkthrough ? /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
247
245
|
nativeID: "action_row",
|
|
248
246
|
style: {
|
|
249
247
|
flexDirection: 'row',
|
|
250
248
|
justifyContent: 'space-between',
|
|
251
249
|
padding: 10
|
|
252
250
|
}
|
|
253
|
-
}, /*#__PURE__*/
|
|
251
|
+
}, /*#__PURE__*/React.createElement(_Components.Button, {
|
|
254
252
|
title: "EXIT SETUP",
|
|
255
253
|
title_color: _colors.default.utility.error,
|
|
256
254
|
backgroundColor: "transparent",
|
|
257
255
|
onPress: () => onClose()
|
|
258
|
-
}), /*#__PURE__*/
|
|
256
|
+
}), /*#__PURE__*/React.createElement(_reactNative.TouchableOpacity, {
|
|
259
257
|
disabled: !allow_next,
|
|
260
258
|
style: allow_next ? _styles.button_styles.wizard_valid : _styles.button_styles.wizard_invalid,
|
|
261
259
|
onPress: () => handleNext()
|
|
262
|
-
}, /*#__PURE__*/
|
|
260
|
+
}, /*#__PURE__*/React.createElement(_Components.Icons.ChevronIcon, {
|
|
263
261
|
size: 20,
|
|
264
262
|
direction: "right",
|
|
265
263
|
color: _colors.default.brand.midnight
|
|
266
|
-
}))) : /*#__PURE__*/
|
|
264
|
+
}))) : /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
267
265
|
nativeID: "action_row",
|
|
268
266
|
style: {
|
|
269
267
|
flexDirection: 'row',
|
|
270
268
|
justifyContent: 'space-between',
|
|
271
269
|
padding: 10
|
|
272
270
|
}
|
|
273
|
-
}, /*#__PURE__*/
|
|
271
|
+
}, /*#__PURE__*/React.createElement(_Components.Button, {
|
|
274
272
|
style: {
|
|
275
273
|
flex: 1,
|
|
276
274
|
marginRight: 5
|
|
@@ -281,7 +279,7 @@ const BasicInfoManager = ({
|
|
|
281
279
|
borderWidth: 1,
|
|
282
280
|
borderColor: _colors.default.brand.electric,
|
|
283
281
|
onPress: () => onClose()
|
|
284
|
-
}), /*#__PURE__*/
|
|
282
|
+
}), /*#__PURE__*/React.createElement(_Components.Button, {
|
|
285
283
|
style: {
|
|
286
284
|
flex: 3,
|
|
287
285
|
opacity: allow_next && is_changed ? 1 : 0.5
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_Components","_colors","_interopRequireDefault","_api","_styles","obj","__esModule","default","_getRequireWildcardCache","e","WeakMap","r","t","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","BasicInfoManager","player","walkthrough","onPlayerUpdate","onNext","onClose","draft_player","setDraftPlayer","useState","loading","setLoading","username_valid","setUsernameValid","valid","useEffect","is_changed","JSON","stringify","updatePlayer","new_player","first_name","toLowerCase","last_name","ProfileApi","updatePlayerName","username","updatePlayerUsername","handleNext","allow_next","createElement","View","style","flex","ScrollView","padding","Text","size","color","Colors","brand","midnight","weight","marginTop","Fragment","textAlign","backgroundColor","shades","white","borderRadius","flexDirection","alignItems","paddingLeft","paddingRight","TextInput","value","onBlur","is_valid","isAttributeValid","setTimeout","onChangeText","text","ActivityIndicator","Icons","CheckIcon","utility","success","AlertIcon","warning","UserIcon","placeholder","placeholderTextColor","slate","editable","vouched_status","borderTopLeftRadius","borderBottomLeftRadius","nativeID","justifyContent","Button","title","title_color","error","onPress","TouchableOpacity","disabled","button_styles","wizard_valid","wizard_invalid","ChevronIcon","direction","marginRight","electric","borderWidth","borderColor","opacity","_default","exports"],"sourceRoot":"../../../../src","sources":["ProfileManager/Components/BasicInfoManager.tsx"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["_react","require","_reactNative","_Components","_colors","_interopRequireDefault","_api","_styles","obj","__esModule","default","BasicInfoManager","player","walkthrough","onPlayerUpdate","onNext","onClose","draft_player","setDraftPlayer","useState","loading","setLoading","username_valid","setUsernameValid","valid","useEffect","is_changed","JSON","stringify","updatePlayer","new_player","first_name","toLowerCase","last_name","ProfileApi","updatePlayerName","username","updatePlayerUsername","handleNext","allow_next","React","createElement","View","style","flex","ScrollView","padding","Text","size","color","Colors","brand","midnight","weight","marginTop","Fragment","textAlign","backgroundColor","shades","white","borderRadius","flexDirection","alignItems","paddingLeft","paddingRight","TextInput","value","onBlur","is_valid","isAttributeValid","setTimeout","onChangeText","text","ActivityIndicator","Icons","CheckIcon","utility","success","AlertIcon","warning","UserIcon","placeholder","placeholderTextColor","slate","editable","vouched_status","borderTopLeftRadius","borderBottomLeftRadius","nativeID","justifyContent","Button","title","title_color","error","onPress","TouchableOpacity","disabled","button_styles","wizard_valid","wizard_invalid","ChevronIcon","direction","marginRight","electric","borderWidth","borderColor","opacity","_default","exports"],"sourceRoot":"../../../../src","sources":["ProfileManager/Components/BasicInfoManager.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -4,7 +4,6 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
var _react = _interopRequireDefault(require("react"));
|
|
8
7
|
var _reactNative = require("react-native");
|
|
9
8
|
var _Components = require("../../Components");
|
|
10
9
|
var _colors = _interopRequireDefault(require("../../constants/colors"));
|
|
@@ -31,20 +30,20 @@ const BasicStatus = ({
|
|
|
31
30
|
return errors;
|
|
32
31
|
};
|
|
33
32
|
const errors = getStatus(player);
|
|
34
|
-
return /*#__PURE__*/
|
|
33
|
+
return /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
35
34
|
style: {
|
|
36
35
|
flex: 1
|
|
37
36
|
}
|
|
38
|
-
}, /*#__PURE__*/
|
|
37
|
+
}, /*#__PURE__*/React.createElement(_reactNative.ScrollView, {
|
|
39
38
|
style: {
|
|
40
39
|
flex: 1
|
|
41
40
|
}
|
|
42
|
-
}, /*#__PURE__*/
|
|
41
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
43
42
|
style: {
|
|
44
43
|
justifyContent: 'center',
|
|
45
44
|
alignItems: 'center'
|
|
46
45
|
}
|
|
47
|
-
}, /*#__PURE__*/
|
|
46
|
+
}, /*#__PURE__*/React.createElement(_reactNative.Image, {
|
|
48
47
|
source: {
|
|
49
48
|
uri: 'https://res.cloudinary.com/hoabts6mc/image/upload/v1714410165/Welcome_banner_bqu6cc.webp'
|
|
50
49
|
},
|
|
@@ -54,74 +53,74 @@ const BasicStatus = ({
|
|
|
54
53
|
borderRadius: 4
|
|
55
54
|
},
|
|
56
55
|
resizeMode: "cover"
|
|
57
|
-
})), /*#__PURE__*/
|
|
56
|
+
})), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
58
57
|
style: {
|
|
59
58
|
padding: 10,
|
|
60
59
|
backgroundColor: _colors.default.shades.black_faded_super_heavy,
|
|
61
60
|
marginTop: -100
|
|
62
61
|
}
|
|
63
|
-
}, /*#__PURE__*/
|
|
62
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
64
63
|
style: {
|
|
65
64
|
padding: 10,
|
|
66
65
|
flexDirection: 'row'
|
|
67
66
|
}
|
|
68
|
-
}, /*#__PURE__*/
|
|
67
|
+
}, /*#__PURE__*/React.createElement(_Components.Icons.CheckCirlceIcon, {
|
|
69
68
|
color: _colors.default.utility.success,
|
|
70
69
|
size: 32
|
|
71
|
-
}), /*#__PURE__*/
|
|
70
|
+
}), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
72
71
|
style: {
|
|
73
72
|
flex: 1,
|
|
74
73
|
marginLeft: 20
|
|
75
74
|
}
|
|
76
|
-
}, /*#__PURE__*/
|
|
75
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
77
76
|
weight: "bold",
|
|
78
77
|
size: 16,
|
|
79
78
|
color: _colors.default.shades.white
|
|
80
|
-
}, "FREE TO PLAY - ENGAGED!"), /*#__PURE__*/
|
|
79
|
+
}, "FREE TO PLAY - ENGAGED!"), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
81
80
|
style: {
|
|
82
81
|
marginTop: 5
|
|
83
82
|
},
|
|
84
83
|
color: _colors.default.shades.white,
|
|
85
84
|
size: 14,
|
|
86
85
|
textAlign: "left"
|
|
87
|
-
}, "Your profile is ready to go for play money betting and all our FREE TO PLAY games."))), player.vouched_status != 'verified' ? /*#__PURE__*/
|
|
86
|
+
}, "Your profile is ready to go for play money betting and all our FREE TO PLAY games."))), player.vouched_status != 'verified' ? /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
88
87
|
style: {
|
|
89
88
|
padding: 10,
|
|
90
89
|
flexDirection: 'row'
|
|
91
90
|
}
|
|
92
|
-
}, /*#__PURE__*/
|
|
91
|
+
}, /*#__PURE__*/React.createElement(_Components.Icons.AlertIcon, {
|
|
93
92
|
color: _colors.default.utility.warning,
|
|
94
93
|
size: 32
|
|
95
|
-
}), /*#__PURE__*/
|
|
94
|
+
}), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
96
95
|
style: {
|
|
97
96
|
flex: 1,
|
|
98
97
|
marginLeft: 20
|
|
99
98
|
}
|
|
100
|
-
}, /*#__PURE__*/
|
|
99
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
101
100
|
weight: "bold",
|
|
102
101
|
size: 16,
|
|
103
102
|
color: _colors.default.shades.white
|
|
104
|
-
}, "WANT TO USE REAL MONEY?"), errors.length == 0 ? /*#__PURE__*/
|
|
103
|
+
}, "WANT TO USE REAL MONEY?"), errors.length == 0 ? /*#__PURE__*/React.createElement(_Components.Text, {
|
|
105
104
|
style: {
|
|
106
105
|
marginTop: 5
|
|
107
106
|
},
|
|
108
107
|
color: _colors.default.shades.white,
|
|
109
108
|
size: 14,
|
|
110
109
|
textAlign: "left"
|
|
111
|
-
}, "Continue on your journey and complete the verification steps in just a couple minutes.") : /*#__PURE__*/
|
|
110
|
+
}, "Continue on your journey and complete the verification steps in just a couple minutes.") : /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
112
111
|
style: {
|
|
113
112
|
marginTop: 5
|
|
114
113
|
}
|
|
115
|
-
}, /*#__PURE__*/
|
|
114
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
116
115
|
size: 14,
|
|
117
116
|
color: _colors.default.utility.warning,
|
|
118
117
|
weight: "bold"
|
|
119
|
-
}, "FIX THE FOLLOWING BEFORE CONTINUING"), /*#__PURE__*/
|
|
118
|
+
}, "FIX THE FOLLOWING BEFORE CONTINUING"), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
120
119
|
style: {
|
|
121
120
|
padding: 10
|
|
122
121
|
}
|
|
123
122
|
}, errors.map((e, i) => {
|
|
124
|
-
return /*#__PURE__*/
|
|
123
|
+
return /*#__PURE__*/React.createElement(_Components.Text, {
|
|
125
124
|
style: {
|
|
126
125
|
padding: 2
|
|
127
126
|
},
|
|
@@ -129,31 +128,31 @@ const BasicStatus = ({
|
|
|
129
128
|
color: _colors.default.utility.warning,
|
|
130
129
|
weight: "bold"
|
|
131
130
|
}, i + 1, " - ", e);
|
|
132
|
-
}))))) : /*#__PURE__*/
|
|
131
|
+
}))))) : /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
133
132
|
style: {
|
|
134
133
|
padding: 10,
|
|
135
134
|
flexDirection: 'row'
|
|
136
135
|
}
|
|
137
|
-
}, /*#__PURE__*/
|
|
136
|
+
}, /*#__PURE__*/React.createElement(_Components.Icons.CheckCirlceIcon, {
|
|
138
137
|
color: _colors.default.utility.success,
|
|
139
138
|
size: 32
|
|
140
|
-
}), /*#__PURE__*/
|
|
139
|
+
}), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
141
140
|
style: {
|
|
142
141
|
flex: 1,
|
|
143
142
|
marginLeft: 20
|
|
144
143
|
}
|
|
145
|
-
}, /*#__PURE__*/
|
|
144
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
146
145
|
weight: "bold",
|
|
147
146
|
size: 16,
|
|
148
147
|
color: _colors.default.shades.white
|
|
149
|
-
}, "REAL MONEY - ENGAGED!"), /*#__PURE__*/
|
|
148
|
+
}, "REAL MONEY - ENGAGED!"), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
150
149
|
style: {
|
|
151
150
|
marginTop: 5
|
|
152
151
|
},
|
|
153
152
|
color: _colors.default.shades.white,
|
|
154
153
|
size: 14,
|
|
155
154
|
textAlign: "left"
|
|
156
|
-
}, "Way to go! Your profile is ready to go for real-money activities!"))))), code_request && !['closed', 'fulfilled'].includes(code_request.status) && promo ? /*#__PURE__*/
|
|
155
|
+
}, "Way to go! Your profile is ready to go for real-money activities!"))))), code_request && !['closed', 'fulfilled'].includes(code_request.status) && promo ? /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
157
156
|
style: {
|
|
158
157
|
margin: 15,
|
|
159
158
|
marginTop: -50,
|
|
@@ -162,21 +161,21 @@ const BasicStatus = ({
|
|
|
162
161
|
borderRadius: 8,
|
|
163
162
|
..._styles.view_styles.float
|
|
164
163
|
}
|
|
165
|
-
}, /*#__PURE__*/
|
|
164
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
166
165
|
style: {
|
|
167
166
|
padding: 10,
|
|
168
167
|
justifyContent: 'center'
|
|
169
168
|
}
|
|
170
|
-
}, /*#__PURE__*/
|
|
169
|
+
}, /*#__PURE__*/React.createElement(_Components.Icons.GiftIcon, {
|
|
171
170
|
size: 40,
|
|
172
171
|
color: _colors.default.incentive.gold
|
|
173
|
-
})), /*#__PURE__*/
|
|
172
|
+
})), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
174
173
|
style: {
|
|
175
174
|
flex: 1,
|
|
176
175
|
backgroundColor: _colors.default.incentive.gold_faded,
|
|
177
176
|
padding: 10
|
|
178
177
|
}
|
|
179
|
-
}, /*#__PURE__*/
|
|
178
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
180
179
|
style: {
|
|
181
180
|
paddingBottom: 10,
|
|
182
181
|
borderBottomWidth: 1,
|
|
@@ -185,20 +184,20 @@ const BasicStatus = ({
|
|
|
185
184
|
size: 16,
|
|
186
185
|
color: _colors.default.brand.midnight,
|
|
187
186
|
weight: "bold"
|
|
188
|
-
}, "Verify to claim your gift!"), /*#__PURE__*/
|
|
187
|
+
}, "Verify to claim your gift!"), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
189
188
|
style: {
|
|
190
189
|
paddingTop: 5
|
|
191
190
|
},
|
|
192
191
|
size: 12,
|
|
193
192
|
color: _colors.default.brand.midnight,
|
|
194
193
|
weight: "semibold"
|
|
195
|
-
}, "Did you know on average it only takes 3 minutes to complete the verification process?"))) : /*#__PURE__*/
|
|
194
|
+
}, "Did you know on average it only takes 3 minutes to complete the verification process?"))) : /*#__PURE__*/React.createElement(React.Fragment, null), player.vouched_status != 'verified' ? /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
196
195
|
nativeID: "action_row",
|
|
197
196
|
style: {
|
|
198
197
|
flexDirection: 'row',
|
|
199
198
|
padding: 10
|
|
200
199
|
}
|
|
201
|
-
}, /*#__PURE__*/
|
|
200
|
+
}, /*#__PURE__*/React.createElement(_Components.Button, {
|
|
202
201
|
title: "DO IT LATER",
|
|
203
202
|
style: {
|
|
204
203
|
flex: 3,
|
|
@@ -209,7 +208,7 @@ const BasicStatus = ({
|
|
|
209
208
|
borderColor: _colors.default.brand.electric,
|
|
210
209
|
title_color: _colors.default.brand.electric,
|
|
211
210
|
onPress: () => onClose()
|
|
212
|
-
}), /*#__PURE__*/
|
|
211
|
+
}), /*#__PURE__*/React.createElement(_Components.Button, {
|
|
213
212
|
title: "VERIFY ACCOUNT",
|
|
214
213
|
style: {
|
|
215
214
|
flex: 5,
|
|
@@ -220,13 +219,13 @@ const BasicStatus = ({
|
|
|
220
219
|
backgroundColor: _colors.default.utility.success,
|
|
221
220
|
title_color: _colors.default.shades.white,
|
|
222
221
|
onPress: () => onVerify()
|
|
223
|
-
})) : /*#__PURE__*/
|
|
222
|
+
})) : /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
224
223
|
nativeID: "action_row",
|
|
225
224
|
style: {
|
|
226
225
|
flexDirection: 'row',
|
|
227
226
|
padding: 10
|
|
228
227
|
}
|
|
229
|
-
}, /*#__PURE__*/
|
|
228
|
+
}, /*#__PURE__*/React.createElement(_Components.Button, {
|
|
230
229
|
title: "CLOSE",
|
|
231
230
|
style: {
|
|
232
231
|
flex: 3,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["_reactNative","require","_Components","_colors","_interopRequireDefault","_styles","obj","__esModule","default","BasicStatus","onVerify","code_details","player","onClose","code_request","promo","getStatus","p","errors","first_name","last_name","push","no_password","React","createElement","View","style","flex","ScrollView","justifyContent","alignItems","Image","source","uri","width","height","borderRadius","resizeMode","padding","backgroundColor","Colors","shades","black_faded_super_heavy","marginTop","flexDirection","Icons","CheckCirlceIcon","color","utility","success","size","marginLeft","Text","weight","white","textAlign","vouched_status","AlertIcon","warning","length","map","e","i","includes","status","margin","view_styles","float","GiftIcon","incentive","gold","gold_faded","paddingBottom","borderBottomWidth","borderBottomColor","shade600","brand","midnight","paddingTop","Fragment","nativeID","Button","title","marginRight","borderWidth","borderColor","electric","title_color","onPress","opacity","disabled","_default","exports"],"sourceRoot":"../../../../src","sources":["ProfileManager/Components/BasicStatus.tsx"],"mappings":"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","ignoreList":[]}
|