be-components 1.0.9 → 1.1.0
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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","
|
|
1
|
+
{"version":3,"names":["_react","require","_momentMini","_interopRequireDefault","_reactNative","_Components","_colors","_api","_styles","obj","__esModule","default","DOBManager","player","walkthrough","onPlayerUpdate","onNext","onClose","loading","setLoading","useState","dob","setDob","error","setError","undefined","age_error","setAgeError","useEffect","split_dob","split","new_date","valid","moment","isValid","format","age_diff","diff","isUpdateNeeded","new_dob","old_dob","handleDOBChange","val","dob_moment","update_allowed","handleUpdatePlayerDOB","new_player","ProfileApi","updatePlayerDOB","handleNext","React","createElement","View","style","flex","justifyContent","padding","Text","size","color","Colors","brand","midnight","weight","marginTop","backgroundColor","shades","white","borderRadius","flexDirection","alignItems","paddingLeft","paddingRight","Icons","BirthdayIcon","TextInput","value","placeholder","editable","vouched_status","placeholderTextColor","slate","onChangeText","text","ActivityIndicator","CheckIcon","utility","success","AlertIcon","warning","Fragment","nativeID","Button","title","title_color","onPress","TouchableOpacity","button_styles","wizard_valid","wizard_invalid","disabled","ChevronIcon","direction","marginRight","electric","borderWidth","borderColor","opacity","_default","exports"],"sourceRoot":"../../../../src","sources":["ProfileManager/Components/DOBManager.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -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 _styles = require("../../constants/styles");
|
|
12
12
|
var _api = require("../api");
|
|
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 EmailManager = ({
|
|
17
15
|
player,
|
|
18
16
|
walkthrough,
|
|
@@ -103,49 +101,49 @@ const EmailManager = ({
|
|
|
103
101
|
});
|
|
104
102
|
setDraftPlayer(player);
|
|
105
103
|
};
|
|
106
|
-
return /*#__PURE__*/
|
|
104
|
+
return /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
107
105
|
style: {
|
|
108
106
|
flex: 1
|
|
109
107
|
}
|
|
110
|
-
}, /*#__PURE__*/
|
|
108
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
111
109
|
style: {
|
|
112
110
|
flex: 1
|
|
113
111
|
}
|
|
114
|
-
}, /*#__PURE__*/
|
|
112
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
115
113
|
style: {
|
|
116
114
|
padding: 20
|
|
117
115
|
}
|
|
118
|
-
}, /*#__PURE__*/
|
|
116
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
119
117
|
size: 30,
|
|
120
118
|
color: _colors.default.brand.midnight,
|
|
121
119
|
weight: "bold"
|
|
122
|
-
}, "Confirm Your Email"), /*#__PURE__*/
|
|
120
|
+
}, "Confirm Your Email"), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
123
121
|
style: {
|
|
124
122
|
marginTop: 15
|
|
125
123
|
},
|
|
126
124
|
size: 16,
|
|
127
125
|
color: _colors.default.brand.midnight,
|
|
128
126
|
weight: "regular"
|
|
129
|
-
}, "Confirming your email will help secure your account and is required for real-money activities")), /*#__PURE__*/
|
|
127
|
+
}, "Confirming your email will help secure your account and is required for real-money activities")), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
130
128
|
style: {
|
|
131
129
|
padding: 30
|
|
132
130
|
}
|
|
133
|
-
}, /*#__PURE__*/
|
|
131
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
134
132
|
style: {
|
|
135
133
|
backgroundColor: _colors.default.shades.white,
|
|
136
134
|
borderRadius: 22,
|
|
137
135
|
flexDirection: 'row',
|
|
138
136
|
alignItems: 'center'
|
|
139
137
|
}
|
|
140
|
-
}, /*#__PURE__*/
|
|
138
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
141
139
|
style: {
|
|
142
140
|
paddingLeft: 15,
|
|
143
141
|
paddingRight: 15
|
|
144
142
|
}
|
|
145
|
-
}, /*#__PURE__*/
|
|
143
|
+
}, /*#__PURE__*/React.createElement(_Components.Icons.EmailIcon, {
|
|
146
144
|
color: _colors.default.brand.midnight,
|
|
147
145
|
size: 18
|
|
148
|
-
})), /*#__PURE__*/
|
|
146
|
+
})), /*#__PURE__*/React.createElement(_Components.TextInput, {
|
|
149
147
|
value: draft_player.email,
|
|
150
148
|
keyboardType: "email-address",
|
|
151
149
|
style: {
|
|
@@ -161,24 +159,24 @@ const EmailManager = ({
|
|
|
161
159
|
email: text
|
|
162
160
|
});
|
|
163
161
|
}
|
|
164
|
-
}), /*#__PURE__*/
|
|
162
|
+
}), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
165
163
|
style: {
|
|
166
164
|
paddingLeft: 15,
|
|
167
165
|
paddingRight: 15
|
|
168
166
|
}
|
|
169
|
-
}, loading ? /*#__PURE__*/
|
|
167
|
+
}, loading ? /*#__PURE__*/React.createElement(_reactNative.ActivityIndicator, {
|
|
170
168
|
size: "small",
|
|
171
169
|
color: _colors.default.brand.midnight
|
|
172
|
-
}) : /*#__PURE__*/
|
|
170
|
+
}) : /*#__PURE__*/React.createElement(_reactNative.View, null, valid ? /*#__PURE__*/React.createElement(_Components.Icons.CheckIcon, {
|
|
173
171
|
size: 16,
|
|
174
172
|
color: _colors.default.utility.success
|
|
175
|
-
}) : verify_token.visible ? /*#__PURE__*/
|
|
173
|
+
}) : verify_token.visible ? /*#__PURE__*/React.createElement(_Components.Icons.AlertIcon, {
|
|
176
174
|
size: 16,
|
|
177
175
|
color: _colors.default.utility.warning
|
|
178
|
-
}) : /*#__PURE__*/
|
|
176
|
+
}) : /*#__PURE__*/React.createElement(_Components.Icons.CloseIcon, {
|
|
179
177
|
size: 14,
|
|
180
178
|
color: _colors.default.utility.error
|
|
181
|
-
})))), error ? /*#__PURE__*/
|
|
179
|
+
})))), error ? /*#__PURE__*/React.createElement(_Components.Text, {
|
|
182
180
|
style: {
|
|
183
181
|
marginTop: 10
|
|
184
182
|
},
|
|
@@ -186,7 +184,7 @@ const EmailManager = ({
|
|
|
186
184
|
color: _colors.default.utility.warning,
|
|
187
185
|
weight: "semibold",
|
|
188
186
|
textAlign: "center"
|
|
189
|
-
}, error) : /*#__PURE__*/
|
|
187
|
+
}, error) : /*#__PURE__*/React.createElement(React.Fragment, null), update_error ? /*#__PURE__*/React.createElement(_Components.Text, {
|
|
190
188
|
style: {
|
|
191
189
|
marginTop: 10
|
|
192
190
|
},
|
|
@@ -194,34 +192,34 @@ const EmailManager = ({
|
|
|
194
192
|
color: _colors.default.utility.warning,
|
|
195
193
|
weight: "semibold",
|
|
196
194
|
textAlign: "center"
|
|
197
|
-
}, update_error) : /*#__PURE__*/
|
|
195
|
+
}, update_error) : /*#__PURE__*/React.createElement(React.Fragment, null))), walkthrough ? /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
198
196
|
nativeID: "action_row",
|
|
199
197
|
style: {
|
|
200
198
|
flexDirection: 'row',
|
|
201
199
|
justifyContent: 'space-between',
|
|
202
200
|
padding: 10
|
|
203
201
|
}
|
|
204
|
-
}, /*#__PURE__*/
|
|
202
|
+
}, /*#__PURE__*/React.createElement(_Components.Button, {
|
|
205
203
|
title: "EXIT SETUP",
|
|
206
204
|
title_color: _colors.default.utility.error,
|
|
207
205
|
backgroundColor: "transparent",
|
|
208
206
|
onPress: () => onClose()
|
|
209
|
-
}), /*#__PURE__*/
|
|
207
|
+
}), /*#__PURE__*/React.createElement(_reactNative.TouchableOpacity, {
|
|
210
208
|
style: valid && !loading ? _styles.button_styles.wizard_valid : _styles.button_styles.wizard_invalid,
|
|
211
209
|
disabled: !valid || loading,
|
|
212
210
|
onPress: () => handleNext()
|
|
213
|
-
}, /*#__PURE__*/
|
|
211
|
+
}, /*#__PURE__*/React.createElement(_Components.Icons.ChevronIcon, {
|
|
214
212
|
size: 20,
|
|
215
213
|
direction: "right",
|
|
216
214
|
color: _colors.default.brand.midnight
|
|
217
|
-
}))) : /*#__PURE__*/
|
|
215
|
+
}))) : /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
218
216
|
nativeID: "action_row",
|
|
219
217
|
style: {
|
|
220
218
|
flexDirection: 'row',
|
|
221
219
|
justifyContent: 'space-between',
|
|
222
220
|
padding: 10
|
|
223
221
|
}
|
|
224
|
-
}, /*#__PURE__*/
|
|
222
|
+
}, /*#__PURE__*/React.createElement(_Components.Button, {
|
|
225
223
|
style: {
|
|
226
224
|
flex: 1,
|
|
227
225
|
marginRight: 5
|
|
@@ -232,7 +230,7 @@ const EmailManager = ({
|
|
|
232
230
|
borderWidth: 1,
|
|
233
231
|
borderColor: _colors.default.brand.electric,
|
|
234
232
|
onPress: () => onClose()
|
|
235
|
-
}), /*#__PURE__*/
|
|
233
|
+
}), /*#__PURE__*/React.createElement(_Components.Button, {
|
|
236
234
|
style: {
|
|
237
235
|
flex: 3,
|
|
238
236
|
opacity: valid && !loading && update_allowed ? 1 : 0.5
|
|
@@ -246,7 +244,7 @@ const EmailManager = ({
|
|
|
246
244
|
onPress: async () => {
|
|
247
245
|
await handleUpdatePlayer();
|
|
248
246
|
}
|
|
249
|
-
})), verify_token.visible ? /*#__PURE__*/
|
|
247
|
+
})), verify_token.visible ? /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
250
248
|
style: {
|
|
251
249
|
position: 'absolute',
|
|
252
250
|
top: 0,
|
|
@@ -257,23 +255,23 @@ const EmailManager = ({
|
|
|
257
255
|
justifyContent: 'center',
|
|
258
256
|
alignItems: 'center'
|
|
259
257
|
}
|
|
260
|
-
}, /*#__PURE__*/
|
|
258
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
261
259
|
style: {
|
|
262
260
|
padding: 20,
|
|
263
261
|
backgroundColor: _colors.default.shades.white,
|
|
264
262
|
borderRadius: 8,
|
|
265
263
|
..._styles.view_styles.float
|
|
266
264
|
}
|
|
267
|
-
}, /*#__PURE__*/
|
|
265
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
268
266
|
style: {
|
|
269
267
|
padding: 10
|
|
270
268
|
}
|
|
271
|
-
}, /*#__PURE__*/
|
|
269
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
272
270
|
size: 14,
|
|
273
271
|
weight: "semibold",
|
|
274
272
|
color: _colors.default.brand.midnight,
|
|
275
273
|
textAlign: "center"
|
|
276
|
-
}, "Enter Code Sent To"), /*#__PURE__*/
|
|
274
|
+
}, "Enter Code Sent To"), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
277
275
|
size: 18,
|
|
278
276
|
style: {
|
|
279
277
|
marginTop: 10
|
|
@@ -281,14 +279,14 @@ const EmailManager = ({
|
|
|
281
279
|
weight: "bold",
|
|
282
280
|
color: _colors.default.brand.midnight,
|
|
283
281
|
textAlign: "center"
|
|
284
|
-
}, draft_player.email)), /*#__PURE__*/
|
|
282
|
+
}, draft_player.email)), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
285
283
|
style: {
|
|
286
284
|
backgroundColor: _colors.default.shades.white,
|
|
287
285
|
borderRadius: 22,
|
|
288
286
|
flexDirection: 'row',
|
|
289
287
|
alignItems: 'center'
|
|
290
288
|
}
|
|
291
|
-
}, /*#__PURE__*/
|
|
289
|
+
}, /*#__PURE__*/React.createElement(_Components.TextInput, {
|
|
292
290
|
value: verify_token.token,
|
|
293
291
|
textContentType: "oneTimeCode",
|
|
294
292
|
style: {
|
|
@@ -300,10 +298,10 @@ const EmailManager = ({
|
|
|
300
298
|
...verify_token,
|
|
301
299
|
token: text
|
|
302
300
|
})
|
|
303
|
-
})), verify_error ? /*#__PURE__*/
|
|
301
|
+
})), verify_error ? /*#__PURE__*/React.createElement(_Components.Text, {
|
|
304
302
|
size: 14,
|
|
305
303
|
color: _colors.default.utility.warning
|
|
306
|
-
}, error) : /*#__PURE__*/
|
|
304
|
+
}, error) : /*#__PURE__*/React.createElement(React.Fragment, null), /*#__PURE__*/React.createElement(_Components.Button, {
|
|
307
305
|
title: "CONFIRM",
|
|
308
306
|
style: {
|
|
309
307
|
marginTop: 20,
|
|
@@ -315,7 +313,7 @@ const EmailManager = ({
|
|
|
315
313
|
title_color: _colors.default.shades.white,
|
|
316
314
|
backgroundColor: _colors.default.utility.success,
|
|
317
315
|
onPress: () => handleVerifyEmail()
|
|
318
|
-
}), /*#__PURE__*/
|
|
316
|
+
}), /*#__PURE__*/React.createElement(_Components.Button, {
|
|
319
317
|
title: "CANCEL",
|
|
320
318
|
style: {
|
|
321
319
|
marginTop: 10
|
|
@@ -327,7 +325,7 @@ const EmailManager = ({
|
|
|
327
325
|
borderWidth: 1,
|
|
328
326
|
borderColor: _colors.default.brand.electric,
|
|
329
327
|
onPress: () => handleCancelUpdate()
|
|
330
|
-
}))) : /*#__PURE__*/
|
|
328
|
+
}))) : /*#__PURE__*/React.createElement(React.Fragment, null));
|
|
331
329
|
};
|
|
332
330
|
var _default = exports.default = EmailManager;
|
|
333
331
|
//# sourceMappingURL=EmailManager.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_Components","_colors","_interopRequireDefault","_styles","_api","obj","__esModule","default","_getRequireWildcardCache","e","WeakMap","r","t","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","EmailManager","player","walkthrough","onPlayerUpdate","onNext","onClose","loading","setLoading","useState","verify_token","setVerifyToken","visible","token","draft_player","setDraftPlayer","update_error","setUpdateError","verify_error","setVerifyError","useEffect","valid","error","ProfileHelpers","isEmailValid","email","is_changed","toLowerCase","token_valid","update_allowed","handleUpdatePlayer","ProfileApi","updatePlayerEmail","undefined","setTimeout","handleNext","handleVerifyEmail","confirmPlayerEmail","handleCancelUpdate","createElement","View","style","flex","padding","Text","size","color","Colors","brand","midnight","weight","marginTop","backgroundColor","shades","white","borderRadius","flexDirection","alignItems","paddingLeft","paddingRight","Icons","EmailIcon","TextInput","value","keyboardType","onChangeText","text","ActivityIndicator","CheckIcon","utility","success","AlertIcon","warning","CloseIcon","textAlign","Fragment","nativeID","justifyContent","Button","title","title_color","onPress","TouchableOpacity","button_styles","wizard_valid","wizard_invalid","disabled","ChevronIcon","direction","marginRight","electric","borderWidth","borderColor","opacity","position","top","left","right","bottom","black_faded","view_styles","float","textContentType","placeholder","placeholderTextColor","slate","_default","exports"],"sourceRoot":"../../../../src","sources":["ProfileManager/Components/EmailManager.tsx"],"mappings":";;;;;;AACA,IAAAA,MAAA,GAAAC,uBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AACA,IAAAE,WAAA,GAAAF,OAAA;AACA,IAAAG,OAAA,GAAAC,sBAAA,CAAAJ,OAAA;AACA,IAAAK,OAAA,GAAAL,OAAA;AACA,IAAAM,IAAA,GAAAN,OAAA;AAAoD,SAAAI,uBAAAG,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,KAAAE,OAAA,EAAAF,GAAA;AAAA,SAAAG,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAZ,wBAAAY,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAH,UAAA,SAAAG,CAAA,eAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,WAAAF,OAAA,EAAAE,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAC,GAAA,CAAAJ,CAAA,UAAAG,CAAA,CAAAE,GAAA,CAAAL,CAAA,OAAAM,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAZ,CAAA,oBAAAY,CAAA,OAAAC,cAAA,CAAAC,IAAA,CAAAd,CAAA,EAAAY,CAAA,SAAAG,CAAA,GAAAP,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAX,CAAA,EAAAY,CAAA,UAAAG,CAAA,KAAAA,CAAA,CAAAV,GAAA,IAAAU,CAAA,CAAAC,GAAA,IAAAP,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAG,CAAA,IAAAT,CAAA,CAAAM,CAAA,IAAAZ,CAAA,CAAAY,CAAA,YAAAN,CAAA,CAAAR,OAAA,GAAAE,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAa,GAAA,CAAAhB,CAAA,EAAAM,CAAA,GAAAA,CAAA;AAYpD,MAAMW,YAAY,GAAGA,CAAC;EAAEC,MAAM;EAAEC,WAAW;EAAEC,cAAc;EAAEC,MAAM;EAAEC;AAA0B,CAAC,KAAK;EACjG,MAAM,CAAEC,OAAO,EAAEC,UAAU,CAAE,GAAG,IAAAC,eAAQ,EAAC,KAAK,CAAC;EAC/C,MAAM,CAAEC,YAAY,EAAEC,cAAc,CAAE,GAAG,IAAAF,eAAQ,EAAC;IAC9CF,OAAO,EAAC,KAAK;IACbK,OAAO,EAAE,KAAK;IACdC,KAAK,EAAE;EACX,CAAC,CAAC;EACF,MAAM,CAAEC,YAAY,EAAEC,cAAc,CAAE,GAAG,IAAAN,eAAQ,EAAgBP,MAAM,CAAC;EACxE,MAAM,CAAEc,YAAY,EAAEC,cAAc,CAAE,GAAG,IAAAR,eAAQ,EAAS,CAAC;EAC3D,MAAM,CAAES,YAAY,EAAEC,cAAc,CAAE,GAAG,IAAAV,eAAQ,EAAS,CAAC;EAE3D,IAAAW,gBAAS,EAAC,MAAM;IACZL,cAAc,CAACb,MAAM,CAAC;EAC1B,CAAC,EAAC,CAACA,MAAM,CAAC,CAAC;EAEX,MAAM;IAAEmB,KAAK;IAAEC;EAAM,CAAC,GAAGC,mBAAc,CAACC,YAAY,CAACV,YAAY,CAACW,KAAK,CAAC;EAExE,MAAMC,UAAU,GAAGZ,YAAY,CAACW,KAAK,EAAEE,WAAW,CAAC,CAAC,IAAIzB,MAAM,CAACuB,KAAK,EAAEE,WAAW,CAAC,CAAC,GAAG,IAAI,GAAG,KAAK;EAClG,MAAMC,WAAW,GAAGlB,YAAY,CAACG,KAAK,IAAI,EAAE,GAAG,IAAI,GAAG,KAAK;EAC3D,MAAMgB,cAAc,GAAGR,KAAK,IAAIK,UAAU,GAAG,IAAI,GAAG,KAAK;EAEzD,MAAMI,kBAAkB,GAAG,MAAAA,CAAA,KAAW;IAClC,IAAI;MACAtB,UAAU,CAAC,IAAI,CAAC;MAChB,MAAMuB,eAAU,CAACC,iBAAiB,CAAClB,YAAY,CAACW,KAAK,CAAC;MACtDR,cAAc,CAACgB,SAAS,CAAC;MACzBC,UAAU,CAAC,MAAM;QACb1B,UAAU,CAAC,KAAK,CAAC;QACjBG,cAAc,CAAC;UACXJ,OAAO,EAAC,KAAK;UACbK,OAAO,EAAC,IAAI;UACZC,KAAK,EAAE;QACX,CAAC,CAAC;MACN,CAAC,EAAE,IAAI,CAAC;IACZ,CAAC,CAAC,OAAO7B,CAAC,EAAE;MACRwB,UAAU,CAAC,KAAK,CAAC;MACjBS,cAAc,CAAC,gDAAgD,CAAC;IACpE;EACJ,CAAC;EAED,MAAMkB,UAAU,GAAG,MAAAA,CAAA,KAAW;IAC1B,IAAGd,KAAK,IAAI,CAACQ,cAAc,EAAC;MAAE,OAAOxB,MAAM,CAAC,CAAC;IAAC;IAC9C,IAAG,CAACwB,cAAc,EAAC;MAAE;IAAO;IAC5B,MAAMC,kBAAkB,CAAC,CAAC;EAC9B,CAAC;EAED,MAAMM,iBAAiB,GAAG,MAAAA,CAAA,KAAW;IACjC,IAAI;MACAzB,cAAc,CAAC;QAAE,GAAGD,YAAY;QAAEH,OAAO,EAAC;MAAK,CAAC,CAAC;MACjD,MAAML,MAAM,GAAG,MAAM6B,eAAU,CAACM,kBAAkB,CAAC3B,YAAY,CAACG,KAAK,CAAC;MACtEqB,UAAU,CAAC,MAAM;QACb1B,UAAU,CAAC,KAAK,CAAC;QACjBG,cAAc,CAAC;UACXJ,OAAO,EAAC,KAAK;UACbK,OAAO,EAAC,KAAK;UACbC,KAAK,EAAE;QACX,CAAC,CAAC;QACF,IAAGV,WAAW,EAAC;UAAEE,MAAM,CAAC,CAAC;QAAC,CAAC,MAAM;UAAEC,OAAO,CAAC,CAAC;QAAC;MACjD,CAAC,EAAE,IAAI,CAAC;MACRF,cAAc,CAACF,MAAM,CAAC;IAC1B,CAAC,CAAC,OAAOlB,CAAC,EAAE;MACR2B,cAAc,CAAC;QAAE,GAAGD,YAAY;QAAEH,OAAO,EAAC;MAAM,CAAC,CAAC;MAClDY,cAAc,CAAC,kCAAkC,CAAC;IACtD;EACJ,CAAC;EAED,MAAMmB,kBAAkB,GAAGA,CAAA,KAAM;IAC7B3B,cAAc,CAAC;MAAEC,OAAO,EAAC,KAAK;MAAEL,OAAO,EAAC,KAAK;MAAEM,KAAK,EAAE;IAAG,CAAC,CAAC;IAC3DE,cAAc,CAACb,MAAM,CAAC;EAC1B,CAAC;EAED,oBACI/B,MAAA,CAAAW,OAAA,CAAAyD,aAAA,CAACjE,YAAA,CAAAkE,IAAI;IAACC,KAAK,EAAE;MAAEC,IAAI,EAAC;IAAE;EAAE,gBACpBvE,MAAA,CAAAW,OAAA,CAAAyD,aAAA,CAACjE,YAAA,CAAAkE,IAAI;IAACC,KAAK,EAAE;MAAEC,IAAI,EAAC;IAAE;EAAE,gBACpBvE,MAAA,CAAAW,OAAA,CAAAyD,aAAA,CAACjE,YAAA,CAAAkE,IAAI;IAACC,KAAK,EAAE;MAAEE,OAAO,EAAC;IAAG;EAAE,gBACxBxE,MAAA,CAAAW,OAAA,CAAAyD,aAAA,CAAChE,WAAA,CAAAqE,IAAI;IAACC,IAAI,EAAE,EAAG;IAACC,KAAK,EAAEC,eAAM,CAACC,KAAK,CAACC,QAAS;IAACC,MAAM,EAAC;EAAM,GAAC,oBAAwB,CAAC,eACrF/E,MAAA,CAAAW,OAAA,CAAAyD,aAAA,CAAChE,WAAA,CAAAqE,IAAI;IAACH,KAAK,EAAE;MAAEU,SAAS,EAAC;IAAG,CAAE;IAACN,IAAI,EAAE,EAAG;IAACC,KAAK,EAAEC,eAAM,CAACC,KAAK,CAACC,QAAS;IAACC,MAAM,EAAC;EAAS,GAAC,+FAAmG,CACzL,CAAC,eACP/E,MAAA,CAAAW,OAAA,CAAAyD,aAAA,CAACjE,YAAA,CAAAkE,IAAI;IAACC,KAAK,EAAE;MAAEE,OAAO,EAAC;IAAG;EAAE,gBACxBxE,MAAA,CAAAW,OAAA,CAAAyD,aAAA,CAACjE,YAAA,CAAAkE,IAAI;IAACC,KAAK,EAAE;MAAEW,eAAe,EAACL,eAAM,CAACM,MAAM,CAACC,KAAK;MAAEC,YAAY,EAAC,EAAE;MAAEC,aAAa,EAAC,KAAK;MAAEC,UAAU,EAAC;IAAS;EAAE,gBAC5GtF,MAAA,CAAAW,OAAA,CAAAyD,aAAA,CAACjE,YAAA,CAAAkE,IAAI;IAACC,KAAK,EAAE;MAAEiB,WAAW,EAAC,EAAE;MAAEC,YAAY,EAAC;IAAG;EAAE,gBAC7CxF,MAAA,CAAAW,OAAA,CAAAyD,aAAA,CAAChE,WAAA,CAAAqF,KAAK,CAACC,SAAS;IACZf,KAAK,EAAEC,eAAM,CAACC,KAAK,CAACC,QAAS;IAC7BJ,IAAI,EAAE;EAAG,CACZ,CACC,CAAC,eACP1E,MAAA,CAAAW,OAAA,CAAAyD,aAAA,CAAChE,WAAA,CAAAuF,SAAS;IACNC,KAAK,EAAEjD,YAAY,CAACW,KAAM;IAC1BuC,YAAY,EAAC,eAAe;IAC5BvB,KAAK,EAAE;MAAEC,IAAI,EAAC,CAAC;MAAEa,YAAY,EAAC;IAAE,CAAE;IAClCU,YAAY,EAAGC,IAAI,IAAK;MACpB,IAAGlD,YAAY,EAAC;QAAEC,cAAc,CAACgB,SAAS,CAAC;MAAC;MAC5ClB,cAAc,CAAC;QAAE,GAAGD,YAAY;QAAEW,KAAK,EAAEyC;MAAK,CAAC,CAAC;IACpD;EAAE,CACL,CAAC,eACF/F,MAAA,CAAAW,OAAA,CAAAyD,aAAA,CAACjE,YAAA,CAAAkE,IAAI;IAACC,KAAK,EAAE;MAAEiB,WAAW,EAAC,EAAE;MAAEC,YAAY,EAAC;IAAG;EAAE,GAC5CpD,OAAO,gBACRpC,MAAA,CAAAW,OAAA,CAAAyD,aAAA,CAACjE,YAAA,CAAA6F,iBAAiB;IAACtB,IAAI,EAAC,OAAO;IAACC,KAAK,EAAEC,eAAM,CAACC,KAAK,CAACC;EAAS,CAAC,CAAC,gBAE/D9E,MAAA,CAAAW,OAAA,CAAAyD,aAAA,CAACjE,YAAA,CAAAkE,IAAI,QACCnB,KAAK,gBACPlD,MAAA,CAAAW,OAAA,CAAAyD,aAAA,CAAChE,WAAA,CAAAqF,KAAK,CAACQ,SAAS;IAACvB,IAAI,EAAE,EAAG;IAACC,KAAK,EAAEC,eAAM,CAACsB,OAAO,CAACC;EAAQ,CAAE,CAAC,GAC1D5D,YAAY,CAACE,OAAO,gBACtBzC,MAAA,CAAAW,OAAA,CAAAyD,aAAA,CAAChE,WAAA,CAAAqF,KAAK,CAACW,SAAS;IAAC1B,IAAI,EAAE,EAAG;IAACC,KAAK,EAAEC,eAAM,CAACsB,OAAO,CAACG;EAAQ,CAAE,CAAC,gBAE5DrG,MAAA,CAAAW,OAAA,CAAAyD,aAAA,CAAChE,WAAA,CAAAqF,KAAK,CAACa,SAAS;IAAC5B,IAAI,EAAE,EAAG;IAACC,KAAK,EAAEC,eAAM,CAACsB,OAAO,CAAC/C;EAAM,CAAE,CAEvD,CAEJ,CACJ,CAAC,EACNA,KAAK,gBACNnD,MAAA,CAAAW,OAAA,CAAAyD,aAAA,CAAChE,WAAA,CAAAqE,IAAI;IAACH,KAAK,EAAE;MAAEU,SAAS,EAAC;IAAG,CAAE;IAACN,IAAI,EAAE,EAAG;IAACC,KAAK,EAAEC,eAAM,CAACsB,OAAO,CAACG,OAAQ;IAACtB,MAAM,EAAC,UAAU;IAACwB,SAAS,EAAC;EAAQ,GAAEpD,KAAY,CAAC,gBAC1HnD,MAAA,CAAAW,OAAA,CAAAyD,aAAA,CAAApE,MAAA,CAAAW,OAAA,CAAA6F,QAAA,MAAI,CAAC,EACL3D,YAAY,gBACb7C,MAAA,CAAAW,OAAA,CAAAyD,aAAA,CAAChE,WAAA,CAAAqE,IAAI;IAACH,KAAK,EAAE;MAAEU,SAAS,EAAC;IAAG,CAAE;IAACN,IAAI,EAAE,EAAG;IAACC,KAAK,EAAEC,eAAM,CAACsB,OAAO,CAACG,OAAQ;IAACtB,MAAM,EAAC,UAAU;IAACwB,SAAS,EAAC;EAAQ,GAAE1D,YAAmB,CAAC,gBACjI7C,MAAA,CAAAW,OAAA,CAAAyD,aAAA,CAAApE,MAAA,CAAAW,OAAA,CAAA6F,QAAA,MAAI,CACH,CACJ,CAAC,EACNxE,WAAW,gBACZhC,MAAA,CAAAW,OAAA,CAAAyD,aAAA,CAACjE,YAAA,CAAAkE,IAAI;IAACoC,QAAQ,EAAC,YAAY;IAACnC,KAAK,EAAE;MAAEe,aAAa,EAAC,KAAK;MAAEqB,cAAc,EAAC,eAAe;MAAElC,OAAO,EAAC;IAAG;EAAE,gBACnGxE,MAAA,CAAAW,OAAA,CAAAyD,aAAA,CAAChE,WAAA,CAAAuG,MAAM;IACHC,KAAK,EAAC,YAAY;IAClBC,WAAW,EAAEjC,eAAM,CAACsB,OAAO,CAAC/C,KAAM;IAClC8B,eAAe,EAAC,aAAa;IAC7B6B,OAAO,EAAEA,CAAA,KAAM3E,OAAO,CAAC;EAAE,CAC5B,CAAC,eACFnC,MAAA,CAAAW,OAAA,CAAAyD,aAAA,CAACjE,YAAA,CAAA4G,gBAAgB;IACbzC,KAAK,EAAEpB,KAAK,IAAI,CAACd,OAAO,GAAG4E,qBAAa,CAACC,YAAY,GAAGD,qBAAa,CAACE,cAAe;IACrFC,QAAQ,EAAE,CAACjE,KAAK,IAAId,OAAQ;IAC5B0E,OAAO,EAAEA,CAAA,KAAM9C,UAAU,CAAC;EAAE,gBAE5BhE,MAAA,CAAAW,OAAA,CAAAyD,aAAA,CAAChE,WAAA,CAAAqF,KAAK,CAAC2B,WAAW;IAAC1C,IAAI,EAAE,EAAG;IAAC2C,SAAS,EAAC,OAAO;IAAC1C,KAAK,EAAEC,eAAM,CAACC,KAAK,CAACC;EAAS,CAAC,CAC/D,CAChB,CAAC,gBAEP9E,MAAA,CAAAW,OAAA,CAAAyD,aAAA,CAACjE,YAAA,CAAAkE,IAAI;IAACoC,QAAQ,EAAC,YAAY;IAACnC,KAAK,EAAE;MAAEe,aAAa,EAAC,KAAK;MAAEqB,cAAc,EAAC,eAAe;MAAElC,OAAO,EAAC;IAAG;EAAE,gBACnGxE,MAAA,CAAAW,OAAA,CAAAyD,aAAA,CAAChE,WAAA,CAAAuG,MAAM;IACHrC,KAAK,EAAE;MAAEC,IAAI,EAAC,CAAC;MAAE+C,WAAW,EAAC;IAAE,CAAE;IACjCV,KAAK,EAAC,MAAM;IACZpC,OAAO,EAAE,EAAG;IACZqC,WAAW,EAAEjC,eAAM,CAACC,KAAK,CAAC0C,QAAS;IACnCC,WAAW,EAAE,CAAE;IACfC,WAAW,EAAE7C,eAAM,CAACC,KAAK,CAAC0C,QAAS;IACnCT,OAAO,EAAEA,CAAA,KAAM3E,OAAO,CAAC;EAAE,CAC5B,CAAC,eACFnC,MAAA,CAAAW,OAAA,CAAAyD,aAAA,CAAChE,WAAA,CAAAuG,MAAM;IACHrC,KAAK,EAAE;MAAEC,IAAI,EAAC,CAAC;MAAEmD,OAAO,EAACxE,KAAK,IAAI,CAACd,OAAO,IAAIsB,cAAc,GAAG,CAAC,GAAC;IAAI,CAAE;IACvEyD,QAAQ,EAAE,CAACjE,KAAK,IAAId,OAAO,IAAI,CAACsB,cAAe;IAC/CtB,OAAO,EAAEA,OAAQ;IACjBwE,KAAK,EAAC,QAAQ;IACdpC,OAAO,EAAE,EAAG;IACZqC,WAAW,EAAEjC,eAAM,CAACM,MAAM,CAACC,KAAM;IACjCF,eAAe,EAAEL,eAAM,CAACsB,OAAO,CAACC,OAAQ;IACxCW,OAAO,EAAE,MAAAA,CAAA,KAAW;MAChB,MAAMnD,kBAAkB,CAAC,CAAC;IAC9B;EAAE,CACL,CACC,CAAC,EAENpB,YAAY,CAACE,OAAO,gBACjBzC,MAAA,CAAAW,OAAA,CAAAyD,aAAA,CAACjE,YAAA,CAAAkE,IAAI;IAACC,KAAK,EAAE;MAAEqD,QAAQ,EAAC,UAAU;MAAEC,GAAG,EAAC,CAAC;MAAEC,IAAI,EAAC,CAAC;MAAEC,KAAK,EAAC,CAAC;MAAEC,MAAM,EAAC,CAAC;MAAE9C,eAAe,EAACL,eAAM,CAACM,MAAM,CAAC8C,WAAW;MAAEtB,cAAc,EAAC,QAAQ;MAAEpB,UAAU,EAAC;IAAS;EAAE,gBAC5JtF,MAAA,CAAAW,OAAA,CAAAyD,aAAA,CAACjE,YAAA,CAAAkE,IAAI;IAACC,KAAK,EAAE;MAAEE,OAAO,EAAC,EAAE;MAAES,eAAe,EAACL,eAAM,CAACM,MAAM,CAACC,KAAK;MAAEC,YAAY,EAAC,CAAC;MAAE,GAAG6C,mBAAW,CAACC;IAAM;EAAE,gBACnGlI,MAAA,CAAAW,OAAA,CAAAyD,aAAA,CAACjE,YAAA,CAAAkE,IAAI;IAACC,KAAK,EAAE;MAAEE,OAAO,EAAC;IAAG;EAAE,gBACxBxE,MAAA,CAAAW,OAAA,CAAAyD,aAAA,CAAChE,WAAA,CAAAqE,IAAI;IAACC,IAAI,EAAE,EAAG;IAACK,MAAM,EAAC,UAAU;IAACJ,KAAK,EAAEC,eAAM,CAACC,KAAK,CAACC,QAAS;IAACyB,SAAS,EAAC;EAAQ,GAAC,oBAAwB,CAAC,eAC5GvG,MAAA,CAAAW,OAAA,CAAAyD,aAAA,CAAChE,WAAA,CAAAqE,IAAI;IAACC,IAAI,EAAE,EAAG;IAACJ,KAAK,EAAE;MAAEU,SAAS,EAAC;IAAG,CAAE;IAACD,MAAM,EAAC,MAAM;IAACJ,KAAK,EAAEC,eAAM,CAACC,KAAK,CAACC,QAAS;IAACyB,SAAS,EAAC;EAAQ,GAAE5D,YAAY,CAACW,KAAY,CAChI,CAAC,eACPtD,MAAA,CAAAW,OAAA,CAAAyD,aAAA,CAACjE,YAAA,CAAAkE,IAAI;IAACC,KAAK,EAAE;MAAEW,eAAe,EAACL,eAAM,CAACM,MAAM,CAACC,KAAK;MAAEC,YAAY,EAAC,EAAE;MAAEC,aAAa,EAAC,KAAK;MAAEC,UAAU,EAAC;IAAS;EAAE,gBAE5GtF,MAAA,CAAAW,OAAA,CAAAyD,aAAA,CAAChE,WAAA,CAAAuF,SAAS;IACNC,KAAK,EAAErD,YAAY,CAACG,KAAM;IAC1ByF,eAAe,EAAC,aAAa;IAC7B7D,KAAK,EAAE;MAAEC,IAAI,EAAC;IAAC,CAAE;IACjB6D,WAAW,EAAC,OAAO;IACnBC,oBAAoB,EAAEzD,eAAM,CAACC,KAAK,CAACyD,KAAM;IACzCxC,YAAY,EAAGC,IAAI,IAAKvD,cAAc,CAAC;MAAE,GAAGD,YAAY;MAAEG,KAAK,EAAEqD;IAAK,CAAC;EAAE,CAC5E,CACC,CAAC,EACNhD,YAAY,gBACT/C,MAAA,CAAAW,OAAA,CAAAyD,aAAA,CAAChE,WAAA,CAAAqE,IAAI;IAACC,IAAI,EAAE,EAAG;IAACC,KAAK,EAAEC,eAAM,CAACsB,OAAO,CAACG;EAAQ,GAAElD,KAAY,CAAC,gBAChEnD,MAAA,CAAAW,OAAA,CAAAyD,aAAA,CAAApE,MAAA,CAAAW,OAAA,CAAA6F,QAAA,MAAI,CAAC,eACNxG,MAAA,CAAAW,OAAA,CAAAyD,aAAA,CAAChE,WAAA,CAAAuG,MAAM;IACHC,KAAK,EAAC,SAAS;IACftC,KAAK,EAAE;MAAEU,SAAS,EAAC,EAAE;MAAE0C,OAAO,EAACjE,WAAW,IAAI,CAACrB,OAAO,GAAG,CAAC,GAAG;IAAI,CAAE;IACnE+E,QAAQ,EAAE,CAAC1D,WAAW,IAAIrB,OAAQ;IAClCoC,OAAO,EAAE,EAAG;IACZpC,OAAO,EAAEG,YAAY,CAACH,OAAQ;IAC9ByE,WAAW,EAAEjC,eAAM,CAACM,MAAM,CAACC,KAAM;IACjCF,eAAe,EAAEL,eAAM,CAACsB,OAAO,CAACC,OAAQ;IACxCW,OAAO,EAAEA,CAAA,KAAM7C,iBAAiB,CAAC;EAAE,CACtC,CAAC,eACFjE,MAAA,CAAAW,OAAA,CAAAyD,aAAA,CAAChE,WAAA,CAAAuG,MAAM;IACHC,KAAK,EAAC,QAAQ;IACdtC,KAAK,EAAE;MAAEU,SAAS,EAAC;IAAG,CAAE;IACxBmC,QAAQ,EAAE/E,OAAQ;IAClBoC,OAAO,EAAE,EAAG;IACZpC,OAAO,EAAEG,YAAY,CAACH,OAAQ;IAC9ByE,WAAW,EAAEjC,eAAM,CAACC,KAAK,CAAC0C,QAAS;IACnCC,WAAW,EAAE,CAAE;IACfC,WAAW,EAAE7C,eAAM,CAACC,KAAK,CAAC0C,QAAS;IACnCT,OAAO,EAAEA,CAAA,KAAM3C,kBAAkB,CAAC;EAAE,CACvC,CACC,CACJ,CAAC,gBACNnE,MAAA,CAAAW,OAAA,CAAAyD,aAAA,CAAApE,MAAA,CAAAW,OAAA,CAAA6F,QAAA,MAAI,CACP,CAAC;AAEf,CAAC;AAAA,IAAA+B,QAAA,GAAAC,OAAA,CAAA7H,OAAA,GAEcmB,YAAY","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["_react","require","_reactNative","_Components","_colors","_interopRequireDefault","_styles","_api","obj","__esModule","default","EmailManager","player","walkthrough","onPlayerUpdate","onNext","onClose","loading","setLoading","useState","verify_token","setVerifyToken","visible","token","draft_player","setDraftPlayer","update_error","setUpdateError","verify_error","setVerifyError","useEffect","valid","error","ProfileHelpers","isEmailValid","email","is_changed","toLowerCase","token_valid","update_allowed","handleUpdatePlayer","ProfileApi","updatePlayerEmail","undefined","setTimeout","e","handleNext","handleVerifyEmail","confirmPlayerEmail","handleCancelUpdate","React","createElement","View","style","flex","padding","Text","size","color","Colors","brand","midnight","weight","marginTop","backgroundColor","shades","white","borderRadius","flexDirection","alignItems","paddingLeft","paddingRight","Icons","EmailIcon","TextInput","value","keyboardType","onChangeText","text","ActivityIndicator","CheckIcon","utility","success","AlertIcon","warning","CloseIcon","textAlign","Fragment","nativeID","justifyContent","Button","title","title_color","onPress","TouchableOpacity","button_styles","wizard_valid","wizard_invalid","disabled","ChevronIcon","direction","marginRight","electric","borderWidth","borderColor","opacity","position","top","left","right","bottom","black_faded","view_styles","float","textContentType","placeholder","placeholderTextColor","slate","_default","exports"],"sourceRoot":"../../../../src","sources":["ProfileManager/Components/EmailManager.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -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 PasswordManager = ({
|
|
17
15
|
player,
|
|
18
16
|
walkthrough,
|
|
@@ -91,23 +89,23 @@ const PasswordManager = ({
|
|
|
91
89
|
* @returns
|
|
92
90
|
*/
|
|
93
91
|
const renderPasswordStatuses = data => {
|
|
94
|
-
return /*#__PURE__*/
|
|
92
|
+
return /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
95
93
|
style: {
|
|
96
94
|
flex: 1,
|
|
97
95
|
flexDirection: 'row',
|
|
98
96
|
alignItems: 'center',
|
|
99
97
|
padding: 8
|
|
100
98
|
}
|
|
101
|
-
}, /*#__PURE__*/
|
|
99
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
102
100
|
style: {
|
|
103
101
|
flex: 1
|
|
104
102
|
},
|
|
105
103
|
size: 14,
|
|
106
104
|
color: _colors.default.brand.midnight
|
|
107
|
-
}, data.item.label), data.item.state === 'valid' ? /*#__PURE__*/
|
|
105
|
+
}, data.item.label), data.item.state === 'valid' ? /*#__PURE__*/React.createElement(_Components.Icons.CheckCirlceIcon, {
|
|
108
106
|
size: 14,
|
|
109
107
|
color: _colors.default.utility.success
|
|
110
|
-
}) : /*#__PURE__*/
|
|
108
|
+
}) : /*#__PURE__*/React.createElement(_Components.Icons.AlertIcon, {
|
|
111
109
|
size: 14,
|
|
112
110
|
color: _colors.default.utility.warning
|
|
113
111
|
}));
|
|
@@ -139,31 +137,31 @@ const PasswordManager = ({
|
|
|
139
137
|
}
|
|
140
138
|
}, 500);
|
|
141
139
|
};
|
|
142
|
-
return /*#__PURE__*/
|
|
140
|
+
return /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
143
141
|
style: {
|
|
144
142
|
flex: 1
|
|
145
143
|
}
|
|
146
|
-
}, walkthrough ? /*#__PURE__*/
|
|
144
|
+
}, walkthrough ? /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
147
145
|
style: {
|
|
148
146
|
padding: 20
|
|
149
147
|
}
|
|
150
|
-
}, /*#__PURE__*/
|
|
148
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
151
149
|
size: 30,
|
|
152
150
|
color: _colors.default.brand.midnight,
|
|
153
151
|
weight: "bold"
|
|
154
|
-
}, "Secure Your Account"), /*#__PURE__*/
|
|
152
|
+
}, "Secure Your Account"), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
155
153
|
style: {
|
|
156
154
|
marginTop: 15
|
|
157
155
|
},
|
|
158
156
|
size: 16,
|
|
159
157
|
color: _colors.default.brand.midnight,
|
|
160
158
|
weight: "regular"
|
|
161
|
-
}, "Help up secure your account with a password. Once set, you can login using your username and password")) : /*#__PURE__*/
|
|
159
|
+
}, "Help up secure your account with a password. Once set, you can login using your username and password")) : /*#__PURE__*/React.createElement(React.Fragment, null), draft_player.no_password || change_visible ? /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
162
160
|
style: {
|
|
163
161
|
flex: 1,
|
|
164
162
|
padding: 20
|
|
165
163
|
}
|
|
166
|
-
}, !draft_player.no_password ? /*#__PURE__*/
|
|
164
|
+
}, !draft_player.no_password ? /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
167
165
|
style: {
|
|
168
166
|
margin: 10,
|
|
169
167
|
backgroundColor: _colors.default.shades.white,
|
|
@@ -171,15 +169,15 @@ const PasswordManager = ({
|
|
|
171
169
|
flexDirection: 'row',
|
|
172
170
|
alignItems: 'center'
|
|
173
171
|
}
|
|
174
|
-
}, /*#__PURE__*/
|
|
172
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
175
173
|
style: {
|
|
176
174
|
paddingLeft: 15,
|
|
177
175
|
paddingRight: 15
|
|
178
176
|
}
|
|
179
|
-
}, /*#__PURE__*/
|
|
177
|
+
}, /*#__PURE__*/React.createElement(_Components.Icons.LockClosedIcon, {
|
|
180
178
|
color: _colors.default.brand.midnight,
|
|
181
179
|
size: 18
|
|
182
|
-
})), /*#__PURE__*/
|
|
180
|
+
})), /*#__PURE__*/React.createElement(_Components.TextInput, {
|
|
183
181
|
value: draft_password.current_password,
|
|
184
182
|
placeholder: "My Current Password",
|
|
185
183
|
secureTextEntry: true,
|
|
@@ -193,7 +191,7 @@ const PasswordManager = ({
|
|
|
193
191
|
...draft_password,
|
|
194
192
|
current_password: text
|
|
195
193
|
})
|
|
196
|
-
})) : /*#__PURE__*/
|
|
194
|
+
})) : /*#__PURE__*/React.createElement(React.Fragment, null), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
197
195
|
style: {
|
|
198
196
|
margin: 10,
|
|
199
197
|
marginTop: 0,
|
|
@@ -202,15 +200,15 @@ const PasswordManager = ({
|
|
|
202
200
|
flexDirection: 'row',
|
|
203
201
|
alignItems: 'center'
|
|
204
202
|
}
|
|
205
|
-
}, /*#__PURE__*/
|
|
203
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
206
204
|
style: {
|
|
207
205
|
paddingLeft: 15,
|
|
208
206
|
paddingRight: 15
|
|
209
207
|
}
|
|
210
|
-
}, /*#__PURE__*/
|
|
208
|
+
}, /*#__PURE__*/React.createElement(_Components.Icons.LockClosedIcon, {
|
|
211
209
|
color: _colors.default.brand.midnight,
|
|
212
210
|
size: 18
|
|
213
|
-
})), /*#__PURE__*/
|
|
211
|
+
})), /*#__PURE__*/React.createElement(_Components.TextInput, {
|
|
214
212
|
value: draft_password.password,
|
|
215
213
|
placeholder: "Enter Password",
|
|
216
214
|
secureTextEntry: true,
|
|
@@ -224,7 +222,7 @@ const PasswordManager = ({
|
|
|
224
222
|
...draft_password,
|
|
225
223
|
password: text
|
|
226
224
|
})
|
|
227
|
-
})), /*#__PURE__*/
|
|
225
|
+
})), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
228
226
|
style: {
|
|
229
227
|
margin: 10,
|
|
230
228
|
marginTop: 0,
|
|
@@ -233,15 +231,15 @@ const PasswordManager = ({
|
|
|
233
231
|
flexDirection: 'row',
|
|
234
232
|
alignItems: 'center'
|
|
235
233
|
}
|
|
236
|
-
}, /*#__PURE__*/
|
|
234
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
237
235
|
style: {
|
|
238
236
|
paddingLeft: 15,
|
|
239
237
|
paddingRight: 15
|
|
240
238
|
}
|
|
241
|
-
}, /*#__PURE__*/
|
|
239
|
+
}, /*#__PURE__*/React.createElement(_Components.Icons.LockClosedIcon, {
|
|
242
240
|
color: _colors.default.brand.midnight,
|
|
243
241
|
size: 18
|
|
244
|
-
})), /*#__PURE__*/
|
|
242
|
+
})), /*#__PURE__*/React.createElement(_Components.TextInput, {
|
|
245
243
|
value: draft_password.re_password,
|
|
246
244
|
placeholder: "Re-Enter Password",
|
|
247
245
|
secureTextEntry: true,
|
|
@@ -255,21 +253,21 @@ const PasswordManager = ({
|
|
|
255
253
|
...draft_password,
|
|
256
254
|
re_password: text
|
|
257
255
|
})
|
|
258
|
-
})), /*#__PURE__*/
|
|
256
|
+
})), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
259
257
|
style: {
|
|
260
258
|
padding: 10
|
|
261
259
|
}
|
|
262
|
-
}, /*#__PURE__*/
|
|
260
|
+
}, /*#__PURE__*/React.createElement(_reactNative.FlatList, {
|
|
263
261
|
data: valid_states,
|
|
264
262
|
renderItem: renderPasswordStatuses,
|
|
265
263
|
keyExtractor: item => item.type ?? item.attribute
|
|
266
|
-
}))) : /*#__PURE__*/
|
|
264
|
+
}))) : /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
267
265
|
style: {
|
|
268
266
|
flex: 1,
|
|
269
267
|
justifyContent: 'center',
|
|
270
268
|
alignItems: 'center'
|
|
271
269
|
}
|
|
272
|
-
}, /*#__PURE__*/
|
|
270
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
273
271
|
style: {
|
|
274
272
|
borderRadius: 8,
|
|
275
273
|
backgroundColor: _colors.default.shades.shade600,
|
|
@@ -277,17 +275,17 @@ const PasswordManager = ({
|
|
|
277
275
|
alignItems: 'center',
|
|
278
276
|
padding: 30
|
|
279
277
|
}
|
|
280
|
-
}, /*#__PURE__*/
|
|
278
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
281
279
|
style: {
|
|
282
280
|
marginBottom: 30
|
|
283
281
|
},
|
|
284
282
|
size: 24,
|
|
285
283
|
color: _colors.default.brand.midnight,
|
|
286
284
|
weight: "bold"
|
|
287
|
-
}, "Password Set"), /*#__PURE__*/
|
|
285
|
+
}, "Password Set"), /*#__PURE__*/React.createElement(_Components.Icons.LockClosedIcon, {
|
|
288
286
|
size: 40,
|
|
289
287
|
color: _colors.default.utility.success
|
|
290
|
-
}), /*#__PURE__*/
|
|
288
|
+
}), /*#__PURE__*/React.createElement(_Components.Button, {
|
|
291
289
|
title: "CHANGE",
|
|
292
290
|
style: {
|
|
293
291
|
marginTop: 20,
|
|
@@ -301,34 +299,34 @@ const PasswordManager = ({
|
|
|
301
299
|
...draft_password,
|
|
302
300
|
change_visible: true
|
|
303
301
|
})
|
|
304
|
-
}))), walkthrough ? /*#__PURE__*/
|
|
302
|
+
}))), walkthrough ? /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
305
303
|
nativeID: "action_row",
|
|
306
304
|
style: {
|
|
307
305
|
flexDirection: 'row',
|
|
308
306
|
justifyContent: 'space-between',
|
|
309
307
|
padding: 10
|
|
310
308
|
}
|
|
311
|
-
}, /*#__PURE__*/
|
|
309
|
+
}, /*#__PURE__*/React.createElement(_Components.Button, {
|
|
312
310
|
title: "EXIT SETUP",
|
|
313
311
|
title_color: _colors.default.utility.error,
|
|
314
312
|
backgroundColor: "transparent",
|
|
315
313
|
onPress: () => onClose()
|
|
316
|
-
}), /*#__PURE__*/
|
|
314
|
+
}), /*#__PURE__*/React.createElement(_reactNative.TouchableOpacity, {
|
|
317
315
|
disabled: !is_valid,
|
|
318
316
|
style: is_valid ? _styles.button_styles.wizard_valid : _styles.button_styles.wizard_invalid,
|
|
319
317
|
onPress: () => handleSetPassword()
|
|
320
|
-
}, /*#__PURE__*/
|
|
318
|
+
}, /*#__PURE__*/React.createElement(_Components.Icons.ChevronIcon, {
|
|
321
319
|
size: 20,
|
|
322
320
|
direction: "right",
|
|
323
321
|
color: _colors.default.brand.midnight
|
|
324
|
-
}))) : /*#__PURE__*/
|
|
322
|
+
}))) : /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
325
323
|
nativeID: "action_row",
|
|
326
324
|
style: {
|
|
327
325
|
flexDirection: 'row',
|
|
328
326
|
justifyContent: 'space-between',
|
|
329
327
|
padding: 10
|
|
330
328
|
}
|
|
331
|
-
}, /*#__PURE__*/
|
|
329
|
+
}, /*#__PURE__*/React.createElement(_Components.Button, {
|
|
332
330
|
style: {
|
|
333
331
|
flex: 1,
|
|
334
332
|
marginRight: 5
|
|
@@ -339,7 +337,7 @@ const PasswordManager = ({
|
|
|
339
337
|
borderWidth: 1,
|
|
340
338
|
borderColor: _colors.default.brand.electric,
|
|
341
339
|
onPress: () => onClose()
|
|
342
|
-
}), /*#__PURE__*/
|
|
340
|
+
}), /*#__PURE__*/React.createElement(_Components.Button, {
|
|
343
341
|
style: {
|
|
344
342
|
flex: 3,
|
|
345
343
|
opacity: is_valid && password ? 1 : 0.5
|