be-components 1.1.1 → 1.1.2
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 +5 -3
- package/lib/commonjs/AdServer/components/CompanyAdCard.js.map +1 -1
- package/lib/commonjs/AdServer/index.js +10 -8
- package/lib/commonjs/AdServer/index.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.js +17 -16
- package/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/LoginForm.js +60 -58
- package/lib/commonjs/Authenticator/Components/LoginForm.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/StrategyForm.js +69 -67
- package/lib/commonjs/Authenticator/Components/StrategyForm.js.map +1 -1
- package/lib/commonjs/Authenticator/index.js +16 -14
- package/lib/commonjs/Authenticator/index.js.map +1 -1
- package/lib/commonjs/BettorSearch/index.js +10 -8
- package/lib/commonjs/BettorSearch/index.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketCompetitionCard.js +94 -92
- package/lib/commonjs/Bracket/components/BracketCompetitionCard.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketCompetitionSelector.js +39 -37
- package/lib/commonjs/Bracket/components/BracketCompetitionSelector.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/BracketNavigator.js +19 -18
- package/lib/commonjs/Bracket/components/BracketPlay/BracketNavigator.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/BracketRound.js +8 -7
- package/lib/commonjs/Bracket/components/BracketPlay/BracketRound.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/RoundEvent.js +46 -45
- package/lib/commonjs/Bracket/components/BracketPlay/RoundEvent.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/index.js +29 -27
- package/lib/commonjs/Bracket/components/BracketPlay/index.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketSelector.js +24 -22
- package/lib/commonjs/Bracket/components/BracketSelector.js.map +1 -1
- package/lib/commonjs/Bracket/components/CompetitionLeaderboard.js +36 -34
- package/lib/commonjs/Bracket/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/commonjs/Bracket/components/JoinCompetitionCard.js +22 -20
- package/lib/commonjs/Bracket/components/JoinCompetitionCard.js.map +1 -1
- package/lib/commonjs/Bracket/components/PlayerBalanceCard.js +9 -7
- package/lib/commonjs/Bracket/components/PlayerBalanceCard.js.map +1 -1
- package/lib/commonjs/Bracket/components/PlayerBracketManager.js +77 -75
- package/lib/commonjs/Bracket/components/PlayerBracketManager.js.map +1 -1
- package/lib/commonjs/Bracket/components/PlayerBrackets.js +28 -27
- package/lib/commonjs/Bracket/components/PlayerBrackets.js.map +1 -1
- package/lib/commonjs/Bracket/components/RoomMenu.js +16 -15
- package/lib/commonjs/Bracket/components/RoomMenu.js.map +1 -1
- package/lib/commonjs/Bracket/index.js +11 -9
- package/lib/commonjs/Bracket/index.js.map +1 -1
- package/lib/commonjs/Checkout/components/AccountSummaryCard.js +44 -43
- package/lib/commonjs/Checkout/components/AccountSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/components/ItemSummaryCard.js +8 -7
- package/lib/commonjs/Checkout/components/ItemSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/components/OrderSummaryCard.js +13 -12
- package/lib/commonjs/Checkout/components/OrderSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/components/PayPalOrderCapture.js +4 -2
- package/lib/commonjs/Checkout/components/PayPalOrderCapture.js.map +1 -1
- package/lib/commonjs/Checkout/components/ShippingSummaryCard.js +8 -7
- package/lib/commonjs/Checkout/components/ShippingSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/index.js +60 -58
- package/lib/commonjs/Checkout/index.js.map +1 -1
- package/lib/commonjs/Competition/components/AthleteMarketCard.js +21 -20
- package/lib/commonjs/Competition/components/AthleteMarketCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionCard.js +26 -25
- package/lib/commonjs/Competition/components/CompetitionCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionInfoCard.js +32 -31
- package/lib/commonjs/Competition/components/CompetitionInfoCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionLeaderboard.js +36 -34
- package/lib/commonjs/Competition/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionPlay.js +118 -116
- package/lib/commonjs/Competition/components/CompetitionPlay.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionSeasonCard.js +17 -16
- package/lib/commonjs/Competition/components/CompetitionSeasonCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionSelector.js +16 -14
- package/lib/commonjs/Competition/components/CompetitionSelector.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionTypeCard.js +45 -43
- package/lib/commonjs/Competition/components/CompetitionTypeCard.js.map +1 -1
- package/lib/commonjs/Competition/components/EnterCompetitionPrompt.js +31 -29
- package/lib/commonjs/Competition/components/EnterCompetitionPrompt.js.map +1 -1
- package/lib/commonjs/Competition/components/LeaderPicks.js +41 -39
- package/lib/commonjs/Competition/components/LeaderPicks.js.map +1 -1
- package/lib/commonjs/Competition/components/ManageSeasonForm.js +87 -85
- package/lib/commonjs/Competition/components/ManageSeasonForm.js.map +1 -1
- package/lib/commonjs/Competition/components/MarketsCard.js +19 -17
- package/lib/commonjs/Competition/components/MarketsCard.js.map +1 -1
- package/lib/commonjs/Competition/components/MatchMarketCard.js +26 -25
- package/lib/commonjs/Competition/components/MatchMarketCard.js.map +1 -1
- package/lib/commonjs/Competition/components/NavOutPrompt.js +19 -18
- package/lib/commonjs/Competition/components/NavOutPrompt.js.map +1 -1
- package/lib/commonjs/Competition/components/SeasonInfoModal.js +54 -52
- package/lib/commonjs/Competition/components/SeasonInfoModal.js.map +1 -1
- package/lib/commonjs/Competition/components/TeamEventCard.js +31 -30
- package/lib/commonjs/Competition/components/TeamEventCard.js.map +1 -1
- package/lib/commonjs/Competition/components/WagerPickForm.js +32 -30
- package/lib/commonjs/Competition/components/WagerPickForm.js.map +1 -1
- package/lib/commonjs/Competition/index.js +5 -3
- package/lib/commonjs/Competition/index.js.map +1 -1
- package/lib/commonjs/Components/Button.js +8 -7
- package/lib/commonjs/Components/Button.js.map +1 -1
- package/lib/commonjs/Components/Checkbox.js +4 -3
- package/lib/commonjs/Components/Checkbox.js.map +1 -1
- package/lib/commonjs/Components/Icons.js +409 -408
- package/lib/commonjs/Components/Icons.js.map +1 -1
- package/lib/commonjs/Components/ImageUploader.js +5 -3
- package/lib/commonjs/Components/ImageUploader.js.map +1 -1
- package/lib/commonjs/Components/Jerseys.js +125 -124
- package/lib/commonjs/Components/Jerseys.js.map +1 -1
- package/lib/commonjs/Components/LinearDiagnal.js +9 -7
- package/lib/commonjs/Components/LinearDiagnal.js.map +1 -1
- package/lib/commonjs/Components/Spring.js +3 -1
- package/lib/commonjs/Components/Spring.js.map +1 -1
- package/lib/commonjs/Components/Switch.js +9 -8
- package/lib/commonjs/Components/Switch.js.map +1 -1
- package/lib/commonjs/Components/Text.js +2 -1
- package/lib/commonjs/Components/Text.js.map +1 -1
- package/lib/commonjs/Components/TextInput.js +2 -1
- package/lib/commonjs/Components/TextInput.js.map +1 -1
- package/lib/commonjs/LocationTracker/index.js +28 -27
- package/lib/commonjs/LocationTracker/index.js.map +1 -1
- package/lib/commonjs/Observer/Observer.js +4 -2
- package/lib/commonjs/Observer/Observer.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignPlay.js +58 -56
- package/lib/commonjs/Poll/components/CampaignPlay.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignProgressBar.js +13 -11
- package/lib/commonjs/Poll/components/CampaignProgressBar.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignResult.js +58 -56
- package/lib/commonjs/Poll/components/CampaignResult.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignSelector.js +14 -12
- package/lib/commonjs/Poll/components/CampaignSelector.js.map +1 -1
- package/lib/commonjs/Poll/components/PollCampaignCard.js +8 -7
- package/lib/commonjs/Poll/components/PollCampaignCard.js.map +1 -1
- package/lib/commonjs/Poll/components/PollCard.js +51 -49
- package/lib/commonjs/Poll/components/PollCard.js.map +1 -1
- package/lib/commonjs/Poll/components/PollOptionCard.js +16 -14
- package/lib/commonjs/Poll/components/PollOptionCard.js.map +1 -1
- package/lib/commonjs/Poll/components/PollSelectCard.js +26 -25
- package/lib/commonjs/Poll/components/PollSelectCard.js.map +1 -1
- package/lib/commonjs/Poll/components/ResponseTimer.js +5 -3
- package/lib/commonjs/Poll/components/ResponseTimer.js.map +1 -1
- package/lib/commonjs/Poll/components/WidgetHeader.js +12 -11
- package/lib/commonjs/Poll/components/WidgetHeader.js.map +1 -1
- package/lib/commonjs/Poll/flashmarket/ResultCard.js +49 -47
- package/lib/commonjs/Poll/flashmarket/ResultCard.js.map +1 -1
- package/lib/commonjs/Poll/flashmarket/index.js +54 -52
- package/lib/commonjs/Poll/flashmarket/index.js.map +1 -1
- package/lib/commonjs/Poll/index.js +8 -6
- package/lib/commonjs/Poll/index.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/BasicInfoManager.js +37 -35
- package/lib/commonjs/ProfileManager/Components/BasicInfoManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/BasicStatus.js +38 -36
- package/lib/commonjs/ProfileManager/Components/BasicStatus.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/CodeRedeem.js +52 -50
- package/lib/commonjs/ProfileManager/Components/CodeRedeem.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/DOBManager.js +26 -24
- package/lib/commonjs/ProfileManager/Components/DOBManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/EmailManager.js +38 -36
- package/lib/commonjs/ProfileManager/Components/EmailManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/PasswordManager.js +38 -36
- package/lib/commonjs/ProfileManager/Components/PasswordManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/PhoneManager.js +38 -36
- package/lib/commonjs/ProfileManager/Components/PhoneManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfilePicManager.js +19 -17
- package/lib/commonjs/ProfileManager/Components/ProfilePicManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfileWelcome.js +16 -15
- package/lib/commonjs/ProfileManager/Components/ProfileWelcome.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfileWizard.js +68 -66
- package/lib/commonjs/ProfileManager/Components/ProfileWizard.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/SettingsManager.js +31 -29
- package/lib/commonjs/ProfileManager/Components/SettingsManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/VouchCard.js +65 -63
- package/lib/commonjs/ProfileManager/Components/VouchCard.js.map +1 -1
- package/lib/commonjs/ProfileManager/index.js +18 -16
- package/lib/commonjs/ProfileManager/index.js.map +1 -1
- package/lib/commonjs/SocialComponents/PlayerCard.js +12 -11
- package/lib/commonjs/SocialComponents/PlayerCard.js.map +1 -1
- package/lib/commonjs/SocialComponents/PlayerFollowButton.js +4 -3
- package/lib/commonjs/SocialComponents/PlayerFollowButton.js.map +1 -1
- package/lib/commonjs/SocialComponents/PlayerList.js +6 -4
- package/lib/commonjs/SocialComponents/PlayerList.js.map +1 -1
- package/lib/commonjs/Socket/index.js +5 -3
- package/lib/commonjs/Socket/index.js.map +1 -1
- package/lib/commonjs/Squares/components/BidForm.js +28 -27
- package/lib/commonjs/Squares/components/BidForm.js.map +1 -1
- package/lib/commonjs/Squares/components/BidToggle.js +7 -6
- package/lib/commonjs/Squares/components/BidToggle.js.map +1 -1
- package/lib/commonjs/Squares/components/BoardStats.js +32 -30
- package/lib/commonjs/Squares/components/BoardStats.js.map +1 -1
- package/lib/commonjs/Squares/components/EventCard.js +25 -23
- package/lib/commonjs/Squares/components/EventCard.js.map +1 -1
- package/lib/commonjs/Squares/components/MySquaresCard.js +22 -20
- package/lib/commonjs/Squares/components/MySquaresCard.js.map +1 -1
- package/lib/commonjs/Squares/components/OfferForm.js +30 -29
- package/lib/commonjs/Squares/components/OfferForm.js.map +1 -1
- package/lib/commonjs/Squares/components/ResultsCard.js +23 -21
- package/lib/commonjs/Squares/components/ResultsCard.js.map +1 -1
- package/lib/commonjs/Squares/components/SquareCard.js +7 -6
- package/lib/commonjs/Squares/components/SquareCard.js.map +1 -1
- package/lib/commonjs/Squares/components/SquareOfferCard.js +36 -34
- package/lib/commonjs/Squares/components/SquareOfferCard.js.map +1 -1
- package/lib/commonjs/Squares/components/SquareOwners.js +22 -20
- package/lib/commonjs/Squares/components/SquareOwners.js.map +1 -1
- package/lib/commonjs/Squares/components/SquaresBoard.js +28 -26
- package/lib/commonjs/Squares/components/SquaresBoard.js.map +1 -1
- package/lib/commonjs/Squares/components/SquaresDetails.js +24 -22
- package/lib/commonjs/Squares/components/SquaresDetails.js.map +1 -1
- package/lib/commonjs/Squares/index.js +29 -27
- package/lib/commonjs/Squares/index.js.map +1 -1
- package/lib/commonjs/Wallet/components/ACHAddCard.js +39 -38
- package/lib/commonjs/Wallet/components/ACHAddCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountCard.js +18 -17
- package/lib/commonjs/Wallet/components/AccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountLimitManager.js +34 -32
- package/lib/commonjs/Wallet/components/AccountLimitManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountManager.js +32 -31
- package/lib/commonjs/Wallet/components/AccountManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountSnoozeManager.js +33 -31
- package/lib/commonjs/Wallet/components/AccountSnoozeManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/AddressCard.js +8 -7
- package/lib/commonjs/Wallet/components/AddressCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AddressManager.js +46 -44
- package/lib/commonjs/Wallet/components/AddressManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/DepositCard.js +43 -41
- package/lib/commonjs/Wallet/components/DepositCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/FundAccountCard.js +55 -54
- package/lib/commonjs/Wallet/components/FundAccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/ItemOrderCard.js +17 -15
- package/lib/commonjs/Wallet/components/ItemOrderCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/ItemOrderDetailCard.js +25 -23
- package/lib/commonjs/Wallet/components/ItemOrderDetailCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/LinkAccountManager.js +42 -40
- package/lib/commonjs/Wallet/components/LinkAccountManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManageAccountCard.js +38 -36
- package/lib/commonjs/Wallet/components/ManageAccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManualACHAdd.js +35 -33
- package/lib/commonjs/Wallet/components/ManualACHAdd.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManualCardAdd.js +49 -47
- package/lib/commonjs/Wallet/components/ManualCardAdd.js.map +1 -1
- package/lib/commonjs/Wallet/components/MyBalance.js +35 -34
- package/lib/commonjs/Wallet/components/MyBalance.js.map +1 -1
- package/lib/commonjs/Wallet/components/OrderManager.js +17 -15
- package/lib/commonjs/Wallet/components/OrderManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/RemoveAccount.js +12 -10
- package/lib/commonjs/Wallet/components/RemoveAccount.js.map +1 -1
- package/lib/commonjs/Wallet/components/VerifyACHAccount.js +22 -20
- package/lib/commonjs/Wallet/components/VerifyACHAccount.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletActionSelector.js +51 -49
- package/lib/commonjs/Wallet/components/WalletActionSelector.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletSettings.js +100 -98
- package/lib/commonjs/Wallet/components/WalletSettings.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletSetup.js +60 -58
- package/lib/commonjs/Wallet/components/WalletSetup.js.map +1 -1
- package/lib/commonjs/Wallet/components/WithdrawCard.js +48 -46
- package/lib/commonjs/Wallet/components/WithdrawCard.js.map +1 -1
- package/lib/commonjs/Wallet/index.js +47 -45
- package/lib/commonjs/Wallet/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/Authenticator/Components/AuthStrategyIdentifier.js +1 -0
- 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 +1 -0
- package/lib/module/Bracket/components/BracketPlay/BracketNavigator.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/BracketRound.js +1 -0
- package/lib/module/Bracket/components/BracketPlay/BracketRound.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/RoundEvent.js +1 -0
- 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 +1 -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 +1 -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 +1 -0
- package/lib/module/Bracket/components/PlayerBrackets.js.map +1 -1
- package/lib/module/Bracket/components/RoomMenu.js +1 -0
- 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 +1 -0
- package/lib/module/Checkout/components/AccountSummaryCard.js.map +1 -1
- package/lib/module/Checkout/components/ItemSummaryCard.js +1 -0
- package/lib/module/Checkout/components/ItemSummaryCard.js.map +1 -1
- package/lib/module/Checkout/components/OrderSummaryCard.js +1 -0
- package/lib/module/Checkout/components/OrderSummaryCard.js.map +1 -1
- package/lib/module/Checkout/components/PayPalOrderCapture.js +1 -0
- package/lib/module/Checkout/components/PayPalOrderCapture.js.map +1 -1
- package/lib/module/Checkout/components/ShippingSummaryCard.js +1 -0
- 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 +1 -0
- package/lib/module/Competition/components/AthleteMarketCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionCard.js +1 -0
- package/lib/module/Competition/components/CompetitionCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionInfoCard.js +1 -0
- 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 -0
- package/lib/module/Competition/components/CompetitionPlay.js.map +1 -1
- package/lib/module/Competition/components/CompetitionSeasonCard.js +1 -0
- package/lib/module/Competition/components/CompetitionSeasonCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionSelector.js +1 -0
- 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 +1 -0
- package/lib/module/Competition/components/MatchMarketCard.js.map +1 -1
- package/lib/module/Competition/components/NavOutPrompt.js +1 -0
- 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 +1 -0
- 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 +1 -0
- package/lib/module/Components/Button.js.map +1 -1
- package/lib/module/Components/Checkbox.js +1 -0
- package/lib/module/Components/Checkbox.js.map +1 -1
- package/lib/module/Components/Icons.js +1 -0
- 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 +1 -0
- 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 +1 -0
- package/lib/module/Components/Spring.js.map +1 -1
- package/lib/module/Components/Switch.js +1 -0
- package/lib/module/Components/Switch.js.map +1 -1
- package/lib/module/Components/Text.js +1 -0
- package/lib/module/Components/Text.js.map +1 -1
- package/lib/module/Components/TextInput.js +1 -0
- package/lib/module/Components/TextInput.js.map +1 -1
- package/lib/module/Components/ViewportObserver.js.map +1 -1
- package/lib/module/LocationTracker/index.js +1 -0
- package/lib/module/LocationTracker/index.js.map +1 -1
- package/lib/module/Observer/Observer.js +1 -1
- package/lib/module/Observer/Observer.js.map +1 -1
- package/lib/module/Poll/components/CampaignPlay.js +1 -1
- package/lib/module/Poll/components/CampaignPlay.js.map +1 -1
- package/lib/module/Poll/components/CampaignProgressBar.js +1 -1
- package/lib/module/Poll/components/CampaignProgressBar.js.map +1 -1
- package/lib/module/Poll/components/CampaignResult.js +1 -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 +1 -0
- package/lib/module/Poll/components/PollCampaignCard.js.map +1 -1
- package/lib/module/Poll/components/PollCard.js +1 -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 +1 -0
- 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 +1 -0
- 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 +1 -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 +1 -0
- 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 +1 -0
- package/lib/module/SocialComponents/PlayerCard.js.map +1 -1
- package/lib/module/SocialComponents/PlayerFollowButton.js +1 -0
- 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/index.js +1 -1
- package/lib/module/Socket/index.js.map +1 -1
- package/lib/module/Squares/components/BidForm.js +1 -0
- package/lib/module/Squares/components/BidForm.js.map +1 -1
- package/lib/module/Squares/components/BidToggle.js +1 -0
- package/lib/module/Squares/components/BidToggle.js.map +1 -1
- package/lib/module/Squares/components/BoardStats.js +1 -1
- package/lib/module/Squares/components/BoardStats.js.map +1 -1
- package/lib/module/Squares/components/EventCard.js +1 -1
- package/lib/module/Squares/components/EventCard.js.map +1 -1
- package/lib/module/Squares/components/MySquaresCard.js +1 -1
- package/lib/module/Squares/components/MySquaresCard.js.map +1 -1
- package/lib/module/Squares/components/OfferForm.js +1 -0
- package/lib/module/Squares/components/OfferForm.js.map +1 -1
- package/lib/module/Squares/components/ResultsCard.js +1 -1
- package/lib/module/Squares/components/ResultsCard.js.map +1 -1
- package/lib/module/Squares/components/SquareCard.js +1 -0
- package/lib/module/Squares/components/SquareCard.js.map +1 -1
- package/lib/module/Squares/components/SquareOfferCard.js +1 -1
- package/lib/module/Squares/components/SquareOfferCard.js.map +1 -1
- package/lib/module/Squares/components/SquareOwners.js +1 -1
- package/lib/module/Squares/components/SquareOwners.js.map +1 -1
- package/lib/module/Squares/components/SquaresBoard.js +1 -1
- package/lib/module/Squares/components/SquaresBoard.js.map +1 -1
- package/lib/module/Squares/components/SquaresDetails.js +1 -1
- package/lib/module/Squares/components/SquaresDetails.js.map +1 -1
- package/lib/module/Squares/index.js +1 -1
- package/lib/module/Squares/index.js.map +1 -1
- package/lib/module/Wallet/components/ACHAddCard.js +1 -0
- package/lib/module/Wallet/components/ACHAddCard.js.map +1 -1
- package/lib/module/Wallet/components/AccountCard.js +1 -0
- 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 +1 -0
- 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 +1 -0
- 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 +1 -0
- 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 +1 -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 +1 -0
- 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 +1 -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 +1 -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/typescript/src/AdServer/components/CompanyAdCard.d.ts +2 -1
- package/lib/typescript/src/AdServer/components/CompanyAdCard.d.ts.map +1 -1
- package/lib/typescript/src/AdServer/index.d.ts +3 -2
- package/lib/typescript/src/AdServer/index.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/AuthStrategyIdentifier.d.ts +2 -1
- package/lib/typescript/src/Authenticator/Components/AuthStrategyIdentifier.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/LoginForm.d.ts +2 -1
- package/lib/typescript/src/Authenticator/Components/LoginForm.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/StrategyForm.d.ts +2 -1
- package/lib/typescript/src/Authenticator/Components/StrategyForm.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/index.d.ts +2 -1
- package/lib/typescript/src/Authenticator/index.d.ts.map +1 -1
- package/lib/typescript/src/BettorSearch/index.d.ts +2 -1
- package/lib/typescript/src/BettorSearch/index.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketCompetitionCard.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/BracketCompetitionCard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketCompetitionSelector.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/BracketCompetitionSelector.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketNavigator.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketNavigator.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketRound.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketRound.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/RoundEvent.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/RoundEvent.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/index.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/index.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketSelector.d.ts +1 -1
- package/lib/typescript/src/Bracket/components/BracketSelector.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/CompetitionLeaderboard.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/CompetitionLeaderboard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/JoinCompetitionCard.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/JoinCompetitionCard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBalanceCard.d.ts +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBalanceCard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBracketManager.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/PlayerBracketManager.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBrackets.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/PlayerBrackets.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/RoomMenu.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/RoomMenu.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/index.d.ts +2 -1
- package/lib/typescript/src/Bracket/index.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/AccountSummaryCard.d.ts +2 -1
- package/lib/typescript/src/Checkout/components/AccountSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/ItemSummaryCard.d.ts +2 -1
- package/lib/typescript/src/Checkout/components/ItemSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/OrderSummaryCard.d.ts +2 -1
- package/lib/typescript/src/Checkout/components/OrderSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/PayPalOrderCapture.d.ts +2 -1
- package/lib/typescript/src/Checkout/components/PayPalOrderCapture.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/ShippingSummaryCard.d.ts +2 -1
- package/lib/typescript/src/Checkout/components/ShippingSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/index.d.ts +2 -1
- package/lib/typescript/src/Checkout/index.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/AthleteMarketCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/AthleteMarketCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionInfoCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionInfoCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionLeaderboard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionLeaderboard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionPlay.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionPlay.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionSeasonCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionSeasonCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionSelector.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionSelector.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionTypeCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionTypeCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/EnterCompetitionPrompt.d.ts +2 -1
- package/lib/typescript/src/Competition/components/EnterCompetitionPrompt.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/LeaderPicks.d.ts +2 -1
- package/lib/typescript/src/Competition/components/LeaderPicks.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/ManageSeasonForm.d.ts +2 -1
- package/lib/typescript/src/Competition/components/ManageSeasonForm.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/MarketsCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/MarketsCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/MatchMarketCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/MatchMarketCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/NavOutPrompt.d.ts +2 -1
- package/lib/typescript/src/Competition/components/NavOutPrompt.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/SeasonInfoModal.d.ts +2 -1
- package/lib/typescript/src/Competition/components/SeasonInfoModal.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/TeamEventCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/TeamEventCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/WagerPickForm.d.ts +2 -1
- package/lib/typescript/src/Competition/components/WagerPickForm.d.ts.map +1 -1
- package/lib/typescript/src/Competition/index.d.ts +2 -1
- package/lib/typescript/src/Competition/index.d.ts.map +1 -1
- package/lib/typescript/src/Components/Button.d.ts +2 -1
- package/lib/typescript/src/Components/Button.d.ts.map +1 -1
- package/lib/typescript/src/Components/Checkbox.d.ts +2 -1
- package/lib/typescript/src/Components/Checkbox.d.ts.map +1 -1
- package/lib/typescript/src/Components/Icons.d.ts +57 -56
- package/lib/typescript/src/Components/Icons.d.ts.map +1 -1
- package/lib/typescript/src/Components/ImageUploader.d.ts +2 -1
- package/lib/typescript/src/Components/ImageUploader.d.ts.map +1 -1
- package/lib/typescript/src/Components/Jerseys.d.ts +3 -2
- package/lib/typescript/src/Components/Jerseys.d.ts.map +1 -1
- package/lib/typescript/src/Components/LinearDiagnal.d.ts +2 -1
- package/lib/typescript/src/Components/LinearDiagnal.d.ts.map +1 -1
- package/lib/typescript/src/Components/Spring.d.ts +2 -1
- package/lib/typescript/src/Components/Spring.d.ts.map +1 -1
- package/lib/typescript/src/Components/Switch.d.ts +2 -1
- package/lib/typescript/src/Components/Switch.d.ts.map +1 -1
- package/lib/typescript/src/Components/Text.d.ts +2 -1
- package/lib/typescript/src/Components/Text.d.ts.map +1 -1
- package/lib/typescript/src/Components/TextInput.d.ts +2 -1
- package/lib/typescript/src/Components/TextInput.d.ts.map +1 -1
- package/lib/typescript/src/LocationTracker/index.d.ts +2 -1
- package/lib/typescript/src/LocationTracker/index.d.ts.map +1 -1
- package/lib/typescript/src/Observer/Observer.d.ts +2 -1
- package/lib/typescript/src/Observer/Observer.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignPlay.d.ts +2 -1
- package/lib/typescript/src/Poll/components/CampaignPlay.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignProgressBar.d.ts +2 -1
- package/lib/typescript/src/Poll/components/CampaignProgressBar.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignResult.d.ts +2 -1
- package/lib/typescript/src/Poll/components/CampaignResult.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignSelector.d.ts +2 -1
- package/lib/typescript/src/Poll/components/CampaignSelector.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollCampaignCard.d.ts +2 -1
- package/lib/typescript/src/Poll/components/PollCampaignCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollCard.d.ts +2 -1
- package/lib/typescript/src/Poll/components/PollCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollOptionCard.d.ts +2 -1
- package/lib/typescript/src/Poll/components/PollOptionCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollSelectCard.d.ts +2 -1
- package/lib/typescript/src/Poll/components/PollSelectCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/ResponseTimer.d.ts +2 -1
- package/lib/typescript/src/Poll/components/ResponseTimer.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/WidgetHeader.d.ts +2 -1
- package/lib/typescript/src/Poll/components/WidgetHeader.d.ts.map +1 -1
- package/lib/typescript/src/Poll/flashmarket/ResultCard.d.ts +2 -1
- package/lib/typescript/src/Poll/flashmarket/ResultCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/flashmarket/index.d.ts +2 -1
- package/lib/typescript/src/Poll/flashmarket/index.d.ts.map +1 -1
- package/lib/typescript/src/Poll/index.d.ts +2 -1
- package/lib/typescript/src/Poll/index.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/BasicInfoManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/BasicInfoManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/BasicStatus.d.ts +1 -1
- package/lib/typescript/src/ProfileManager/Components/BasicStatus.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/CodeRedeem.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/CodeRedeem.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/DOBManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/DOBManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/EmailManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/EmailManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/PasswordManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/PasswordManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/PhoneManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/PhoneManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfilePicManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/ProfilePicManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWelcome.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWelcome.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWizard.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWizard.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/SettingsManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/SettingsManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/VouchCard.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/VouchCard.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/index.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/index.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PlayerCard.d.ts +2 -1
- package/lib/typescript/src/SocialComponents/PlayerCard.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PlayerFollowButton.d.ts +2 -1
- package/lib/typescript/src/SocialComponents/PlayerFollowButton.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PlayerList.d.ts +2 -1
- package/lib/typescript/src/SocialComponents/PlayerList.d.ts.map +1 -1
- package/lib/typescript/src/Socket/index.d.ts +2 -1
- package/lib/typescript/src/Socket/index.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/BidForm.d.ts +2 -1
- package/lib/typescript/src/Squares/components/BidForm.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/BidToggle.d.ts +2 -1
- package/lib/typescript/src/Squares/components/BidToggle.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/BoardStats.d.ts +2 -1
- package/lib/typescript/src/Squares/components/BoardStats.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/EventCard.d.ts +2 -1
- package/lib/typescript/src/Squares/components/EventCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/MySquaresCard.d.ts +2 -1
- package/lib/typescript/src/Squares/components/MySquaresCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/OfferForm.d.ts +2 -1
- package/lib/typescript/src/Squares/components/OfferForm.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/ResultsCard.d.ts +2 -1
- package/lib/typescript/src/Squares/components/ResultsCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquareCard.d.ts +2 -1
- package/lib/typescript/src/Squares/components/SquareCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquareOfferCard.d.ts +2 -1
- package/lib/typescript/src/Squares/components/SquareOfferCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquareOwners.d.ts +2 -1
- package/lib/typescript/src/Squares/components/SquareOwners.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquaresBoard.d.ts +2 -1
- package/lib/typescript/src/Squares/components/SquaresBoard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquaresDetails.d.ts +2 -1
- package/lib/typescript/src/Squares/components/SquaresDetails.d.ts.map +1 -1
- package/lib/typescript/src/Squares/index.d.ts +2 -1
- package/lib/typescript/src/Squares/index.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ACHAddCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/ACHAddCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/AccountCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountLimitManager.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/AccountLimitManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountManager.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/AccountManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountSnoozeManager.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/AccountSnoozeManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AddressCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/AddressCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AddressManager.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/AddressManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/DepositCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/DepositCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/FundAccountCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/FundAccountCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ItemOrderCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/ItemOrderCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ItemOrderDetailCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/ItemOrderDetailCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/LinkAccountManager.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/LinkAccountManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ManageAccountCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/ManageAccountCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ManualACHAdd.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/ManualACHAdd.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ManualCardAdd.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/ManualCardAdd.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/MyBalance.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/MyBalance.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/OrderManager.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/OrderManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/RemoveAccount.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/RemoveAccount.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/VerifyACHAccount.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/VerifyACHAccount.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WalletActionSelector.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/WalletActionSelector.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WalletSettings.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/WalletSettings.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WalletSetup.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/WalletSetup.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WithdrawCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/WithdrawCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/index.d.ts +2 -1
- package/lib/typescript/src/Wallet/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/Authenticator/Components/AuthStrategyIdentifier.tsx +1 -0
- 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 +1 -0
- package/src/Bracket/components/BracketPlay/BracketRound.tsx +1 -0
- package/src/Bracket/components/BracketPlay/RoundEvent.tsx +1 -0
- package/src/Bracket/components/BracketPlay/index.tsx +1 -1
- package/src/Bracket/components/BracketSelector.tsx +1 -1
- package/src/Bracket/components/CompetitionLeaderboard.tsx +1 -1
- package/src/Bracket/components/JoinCompetitionCard.tsx +1 -1
- package/src/Bracket/components/PlayerBalanceCard.tsx +1 -1
- package/src/Bracket/components/PlayerBracketManager.tsx +1 -1
- package/src/Bracket/components/PlayerBrackets.tsx +1 -0
- package/src/Bracket/components/RoomMenu.tsx +1 -1
- package/src/Bracket/index.tsx +1 -1
- package/src/Checkout/components/AccountSummaryCard.tsx +1 -0
- package/src/Checkout/components/ItemSummaryCard.tsx +1 -0
- package/src/Checkout/components/OrderSummaryCard.tsx +1 -0
- package/src/Checkout/components/PayPalOrderCapture.tsx +1 -0
- package/src/Checkout/components/ShippingSummaryCard.tsx +1 -0
- package/src/Checkout/index.tsx +1 -1
- package/src/Competition/components/AthleteMarketCard.tsx +1 -0
- package/src/Competition/components/CompetitionCard.tsx +1 -0
- package/src/Competition/components/CompetitionInfoCard.tsx +1 -0
- package/src/Competition/components/CompetitionLeaderboard.tsx +1 -1
- package/src/Competition/components/CompetitionPlay.tsx +1 -0
- package/src/Competition/components/CompetitionSeasonCard.tsx +1 -0
- package/src/Competition/components/CompetitionSelector.tsx +1 -0
- 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 +1 -0
- package/src/Competition/components/NavOutPrompt.tsx +1 -0
- package/src/Competition/components/SeasonInfoModal.tsx +1 -1
- package/src/Competition/components/TeamEventCard.tsx +1 -1
- package/src/Competition/components/WagerPickForm.tsx +1 -1
- package/src/Competition/index.tsx +1 -1
- package/src/Components/Button.tsx +1 -0
- package/src/Components/Checkbox.tsx +1 -0
- package/src/Components/Icons.tsx +1 -0
- package/src/Components/ImageUploader.tsx +1 -1
- package/src/Components/Jerseys.tsx +1 -0
- package/src/Components/LinearDiagnal.tsx +1 -1
- package/src/Components/Spring.tsx +1 -0
- package/src/Components/Switch.tsx +1 -0
- package/src/Components/Text.tsx +1 -0
- package/src/Components/TextInput.tsx +1 -0
- package/src/Components/ViewportObserver.tsx +1 -1
- package/src/LocationTracker/index.tsx +1 -0
- package/src/Observer/Observer.tsx +1 -1
- package/src/Poll/components/CampaignPlay.tsx +1 -1
- package/src/Poll/components/CampaignProgressBar.tsx +1 -1
- package/src/Poll/components/CampaignResult.tsx +1 -1
- package/src/Poll/components/CampaignSelector.tsx +1 -1
- package/src/Poll/components/PollCampaignCard.tsx +1 -0
- package/src/Poll/components/PollCard.tsx +1 -1
- package/src/Poll/components/PollOptionCard.tsx +1 -1
- package/src/Poll/components/PollSelectCard.tsx +1 -0
- package/src/Poll/components/ResponseTimer.tsx +1 -1
- package/src/Poll/components/WidgetHeader.tsx +1 -0
- 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 +1 -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 +1 -0
- 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 +1 -0
- package/src/SocialComponents/PlayerFollowButton.tsx +1 -0
- package/src/SocialComponents/PlayerList.tsx +1 -1
- package/src/Socket/index.tsx +1 -1
- package/src/Squares/components/BidForm.tsx +1 -0
- package/src/Squares/components/BidToggle.tsx +1 -0
- package/src/Squares/components/BoardStats.tsx +1 -1
- package/src/Squares/components/EventCard.tsx +1 -1
- package/src/Squares/components/MySquaresCard.tsx +1 -1
- package/src/Squares/components/OfferForm.tsx +1 -0
- package/src/Squares/components/ResultsCard.tsx +1 -1
- package/src/Squares/components/SquareCard.tsx +1 -0
- package/src/Squares/components/SquareOfferCard.tsx +1 -1
- package/src/Squares/components/SquareOwners.tsx +1 -1
- package/src/Squares/components/SquaresBoard.tsx +1 -1
- package/src/Squares/components/SquaresDetails.tsx +1 -1
- package/src/Squares/index.tsx +1 -1
- package/src/Wallet/components/ACHAddCard.tsx +1 -0
- package/src/Wallet/components/AccountCard.tsx +1 -0
- package/src/Wallet/components/AccountLimitManager.tsx +1 -1
- package/src/Wallet/components/AccountManager.tsx +1 -0
- package/src/Wallet/components/AccountSnoozeManager.tsx +1 -1
- package/src/Wallet/components/AddressCard.tsx +1 -0
- package/src/Wallet/components/AddressManager.tsx +1 -1
- package/src/Wallet/components/DepositCard.tsx +1 -1
- package/src/Wallet/components/FundAccountCard.tsx +1 -0
- package/src/Wallet/components/ItemOrderCard.tsx +1 -1
- package/src/Wallet/components/ItemOrderDetailCard.tsx +1 -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 +1 -0
- package/src/Wallet/components/OrderManager.tsx +1 -1
- package/src/Wallet/components/RemoveAccount.tsx +1 -1
- package/src/Wallet/components/VerifyACHAccount.tsx +1 -1
- package/src/Wallet/components/WalletActionSelector.tsx +1 -1
- package/src/Wallet/components/WalletSettings.tsx +1 -1
- package/src/Wallet/components/WalletSetup.tsx +1 -1
- package/src/Wallet/components/WithdrawCard.tsx +1 -1
- package/src/Wallet/index.tsx +1 -1
|
@@ -4,13 +4,15 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
var _react = require("react");
|
|
7
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
8
8
|
var _reactNative = require("react-native");
|
|
9
9
|
var _api = require("../api");
|
|
10
10
|
var _Components = require("../../Components");
|
|
11
11
|
var _colors = _interopRequireDefault(require("../../constants/colors"));
|
|
12
12
|
var _momentMini = _interopRequireDefault(require("moment-mini"));
|
|
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; }
|
|
14
16
|
const ManualCardAdd = ({
|
|
15
17
|
player,
|
|
16
18
|
onAddAccount,
|
|
@@ -81,116 +83,116 @@ const ManualCardAdd = ({
|
|
|
81
83
|
const renderCardIcon = brand => {
|
|
82
84
|
switch (brand) {
|
|
83
85
|
case 'AMEX':
|
|
84
|
-
return /*#__PURE__*/
|
|
86
|
+
return /*#__PURE__*/_react.default.createElement(_Components.Icons.AmexCardIcon, {
|
|
85
87
|
size: 30
|
|
86
88
|
});
|
|
87
89
|
case 'VISA':
|
|
88
|
-
return /*#__PURE__*/
|
|
90
|
+
return /*#__PURE__*/_react.default.createElement(_Components.Icons.VisaCardIcon, {
|
|
89
91
|
size: 30
|
|
90
92
|
});
|
|
91
93
|
case 'MASTERCARD':
|
|
92
|
-
return /*#__PURE__*/
|
|
94
|
+
return /*#__PURE__*/_react.default.createElement(_Components.Icons.MasterCardIcon, {
|
|
93
95
|
size: 30
|
|
94
96
|
});
|
|
95
97
|
case 'DISCOVER':
|
|
96
|
-
return /*#__PURE__*/
|
|
98
|
+
return /*#__PURE__*/_react.default.createElement(_Components.Icons.DiscoverCardIcon, {
|
|
97
99
|
size: 30
|
|
98
100
|
});
|
|
99
101
|
default:
|
|
100
|
-
return /*#__PURE__*/
|
|
102
|
+
return /*#__PURE__*/_react.default.createElement(_Components.Icons.CreditCardIcon, {
|
|
101
103
|
size: 22,
|
|
102
104
|
color: _colors.default.brand.midnight
|
|
103
105
|
});
|
|
104
106
|
}
|
|
105
107
|
};
|
|
106
|
-
return /*#__PURE__*/
|
|
108
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
107
109
|
style: {
|
|
108
110
|
flex: 1
|
|
109
111
|
}
|
|
110
|
-
}, /*#__PURE__*/
|
|
112
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
111
113
|
style: {
|
|
112
114
|
padding: 20
|
|
113
115
|
}
|
|
114
|
-
}, /*#__PURE__*/
|
|
116
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
115
117
|
size: 26,
|
|
116
118
|
color: _colors.default.brand.midnight,
|
|
117
119
|
weight: "bold"
|
|
118
|
-
}, "NEW CARD ACCOUNT"), /*#__PURE__*/
|
|
120
|
+
}, "NEW CARD ACCOUNT"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
119
121
|
style: {
|
|
120
122
|
marginTop: 10
|
|
121
123
|
},
|
|
122
124
|
size: 16,
|
|
123
125
|
color: _colors.default.brand.midnight,
|
|
124
126
|
weight: "regular"
|
|
125
|
-
}, "Complete the form below to add a new card account. Once successfully added, you can transact immediately.")), /*#__PURE__*/
|
|
127
|
+
}, "Complete the form below to add a new card account. Once successfully added, you can transact immediately.")), /*#__PURE__*/_react.default.createElement(_reactNative.ScrollView, {
|
|
126
128
|
style: {
|
|
127
129
|
flex: 1,
|
|
128
130
|
padding: 10,
|
|
129
131
|
margin: 10
|
|
130
132
|
}
|
|
131
|
-
}, /*#__PURE__*/
|
|
133
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
132
134
|
nativeID: "cc_input",
|
|
133
135
|
style: {
|
|
134
136
|
marginTop: 10
|
|
135
137
|
}
|
|
136
|
-
}, /*#__PURE__*/
|
|
138
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
137
139
|
nativeID: "card_number",
|
|
138
140
|
style: {
|
|
139
141
|
padding: 5
|
|
140
142
|
}
|
|
141
|
-
}, /*#__PURE__*/
|
|
143
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
142
144
|
style: {
|
|
143
145
|
flexDirection: 'row',
|
|
144
146
|
alignItems: 'center',
|
|
145
147
|
padding: 10
|
|
146
148
|
}
|
|
147
|
-
}, /*#__PURE__*/
|
|
149
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
148
150
|
style: {
|
|
149
151
|
flex: 1
|
|
150
152
|
},
|
|
151
153
|
size: 14,
|
|
152
154
|
color: _colors.default.brand.midnight,
|
|
153
155
|
weight: "semibold"
|
|
154
|
-
}, "Card Number"), /*#__PURE__*/
|
|
156
|
+
}, "Card Number"), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
155
157
|
style: {
|
|
156
158
|
flexDirection: 'row',
|
|
157
159
|
alignItems: 'center'
|
|
158
160
|
}
|
|
159
|
-
}, /*#__PURE__*/
|
|
161
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
160
162
|
style: local_styles.inactive_brand
|
|
161
|
-
}, /*#__PURE__*/
|
|
163
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Icons.CreditCardIcon, {
|
|
162
164
|
size: 24,
|
|
163
165
|
color: _colors.default.brand.midnight
|
|
164
|
-
})), /*#__PURE__*/
|
|
166
|
+
})), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
165
167
|
style: card_detail.card_brand == 'VISA' ? local_styles.active_brand : local_styles.inactive_brand
|
|
166
|
-
}, /*#__PURE__*/
|
|
168
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Icons.VisaCardIcon, {
|
|
167
169
|
size: 30
|
|
168
|
-
})), /*#__PURE__*/
|
|
170
|
+
})), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
169
171
|
style: card_detail.card_brand == 'MASTERCARD' ? local_styles.active_brand : local_styles.inactive_brand
|
|
170
|
-
}, /*#__PURE__*/
|
|
172
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Icons.MasterCardIcon, {
|
|
171
173
|
size: 30
|
|
172
|
-
})), /*#__PURE__*/
|
|
174
|
+
})), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
173
175
|
style: card_detail.card_brand == 'AMEX' ? local_styles.active_brand : local_styles.inactive_brand
|
|
174
|
-
}, /*#__PURE__*/
|
|
176
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Icons.AmexCardIcon, {
|
|
175
177
|
size: 30
|
|
176
|
-
})), /*#__PURE__*/
|
|
178
|
+
})), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
177
179
|
style: card_detail.card_brand == 'DISCOVER' ? local_styles.active_brand : local_styles.inactive_brand
|
|
178
|
-
}, /*#__PURE__*/
|
|
180
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Icons.DiscoverCardIcon, {
|
|
179
181
|
size: 30
|
|
180
|
-
})))), /*#__PURE__*/
|
|
182
|
+
})))), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
181
183
|
style: {
|
|
182
184
|
flexDirection: 'row',
|
|
183
185
|
borderRadius: 22,
|
|
184
186
|
backgroundColor: _colors.default.shades.white
|
|
185
187
|
}
|
|
186
|
-
}, /*#__PURE__*/
|
|
188
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
187
189
|
style: {
|
|
188
190
|
justifyContent: 'center',
|
|
189
191
|
alignItems: 'center',
|
|
190
192
|
paddingLeft: 10,
|
|
191
193
|
paddingRight: 10
|
|
192
194
|
}
|
|
193
|
-
}, renderCardIcon(card_detail.card_brand)), /*#__PURE__*/
|
|
195
|
+
}, renderCardIcon(card_detail.card_brand)), /*#__PURE__*/_react.default.createElement(_Components.TextInput, {
|
|
194
196
|
style: {
|
|
195
197
|
borderWidth: 0,
|
|
196
198
|
padding: 15,
|
|
@@ -200,23 +202,23 @@ const ManualCardAdd = ({
|
|
|
200
202
|
placeholderTextColor: _colors.default.shades.shade600,
|
|
201
203
|
value: _api.WalletHelpers.formatCardNumber(card_detail.card_number),
|
|
202
204
|
onChangeText: e => handleCardNumber(e)
|
|
203
|
-
}))), card_detail.card_number && !card_number ? /*#__PURE__*/
|
|
205
|
+
}))), card_detail.card_number && !card_number ? /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
204
206
|
size: 14,
|
|
205
207
|
color: _colors.default.utility.warning,
|
|
206
208
|
weight: "semibold"
|
|
207
|
-
}, "Card number is not valid") : /*#__PURE__*/
|
|
209
|
+
}, "Card number is not valid") : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
208
210
|
nativeID: "first_name",
|
|
209
211
|
style: {
|
|
210
212
|
padding: 5
|
|
211
213
|
}
|
|
212
|
-
}, /*#__PURE__*/
|
|
214
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
213
215
|
style: {
|
|
214
216
|
padding: 10
|
|
215
217
|
},
|
|
216
218
|
size: 14,
|
|
217
219
|
color: _colors.default.brand.midnight,
|
|
218
220
|
weight: "semibold"
|
|
219
|
-
}, "First Name"), /*#__PURE__*/
|
|
221
|
+
}, "First Name"), /*#__PURE__*/_react.default.createElement(_Components.TextInput, {
|
|
220
222
|
placeholder: "Jonathan",
|
|
221
223
|
placeholderTextColor: _colors.default.shades.shade600,
|
|
222
224
|
value: card_detail.first_name,
|
|
@@ -227,23 +229,23 @@ const ManualCardAdd = ({
|
|
|
227
229
|
first_name: e
|
|
228
230
|
}
|
|
229
231
|
})
|
|
230
|
-
})), !first_name ? /*#__PURE__*/
|
|
232
|
+
})), !first_name ? /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
231
233
|
size: 14,
|
|
232
234
|
color: _colors.default.utility.warning,
|
|
233
235
|
weight: "semibold"
|
|
234
|
-
}, "First name is not valid") : /*#__PURE__*/
|
|
236
|
+
}, "First name is not valid") : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
235
237
|
nativeID: "last_name",
|
|
236
238
|
style: {
|
|
237
239
|
padding: 5
|
|
238
240
|
}
|
|
239
|
-
}, /*#__PURE__*/
|
|
241
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
240
242
|
size: 14,
|
|
241
243
|
color: _colors.default.brand.midnight,
|
|
242
244
|
weight: "semibold",
|
|
243
245
|
style: {
|
|
244
246
|
padding: 10
|
|
245
247
|
}
|
|
246
|
-
}, "Last Name"), /*#__PURE__*/
|
|
248
|
+
}, "Last Name"), /*#__PURE__*/_react.default.createElement(_Components.TextInput, {
|
|
247
249
|
placeholder: "Smith",
|
|
248
250
|
placeholderTextColor: _colors.default.shades.shade600,
|
|
249
251
|
value: card_detail.last_name,
|
|
@@ -254,46 +256,46 @@ const ManualCardAdd = ({
|
|
|
254
256
|
last_name: e
|
|
255
257
|
}
|
|
256
258
|
})
|
|
257
|
-
})), !last_name ? /*#__PURE__*/
|
|
259
|
+
})), !last_name ? /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
258
260
|
size: 14,
|
|
259
261
|
color: _colors.default.utility.warning,
|
|
260
262
|
weight: "semibold"
|
|
261
|
-
}, "Last name is not valid") : /*#__PURE__*/
|
|
263
|
+
}, "Last name is not valid") : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
262
264
|
nativeID: "expiration_date",
|
|
263
265
|
style: {
|
|
264
266
|
padding: 5
|
|
265
267
|
}
|
|
266
|
-
}, /*#__PURE__*/
|
|
268
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
267
269
|
size: 14,
|
|
268
270
|
color: _colors.default.brand.midnight,
|
|
269
271
|
weight: "semibold",
|
|
270
272
|
style: {
|
|
271
273
|
padding: 10
|
|
272
274
|
}
|
|
273
|
-
}, "Expiration Date (MM/YYYY)"), /*#__PURE__*/
|
|
275
|
+
}, "Expiration Date (MM/YYYY)"), /*#__PURE__*/_react.default.createElement(_Components.TextInput, {
|
|
274
276
|
value: card_detail.expiration_date,
|
|
275
277
|
placeholder: 'MM/YYYY',
|
|
276
278
|
placeholderTextColor: _colors.default.shades.shade600,
|
|
277
279
|
onChangeText: e => handleExpiry(e)
|
|
278
|
-
})), card_detail.expiration_date && !expiration_date ? /*#__PURE__*/
|
|
280
|
+
})), card_detail.expiration_date && !expiration_date ? /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
279
281
|
size: 14,
|
|
280
282
|
color: _colors.default.utility.warning,
|
|
281
283
|
weight: "semibold"
|
|
282
|
-
}, "Expiration date is not valid") : /*#__PURE__*/
|
|
284
|
+
}, "Expiration date is not valid") : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null))), error ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
283
285
|
style: {
|
|
284
286
|
padding: 10
|
|
285
287
|
}
|
|
286
|
-
}, /*#__PURE__*/
|
|
288
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
287
289
|
size: 16,
|
|
288
290
|
color: _colors.default.utility.warning,
|
|
289
291
|
weight: "bold",
|
|
290
292
|
textAlign: "center"
|
|
291
|
-
}, error)) : /*#__PURE__*/
|
|
293
|
+
}, error)) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
292
294
|
style: {
|
|
293
295
|
flexDirection: 'row',
|
|
294
296
|
padding: 20
|
|
295
297
|
}
|
|
296
|
-
}, /*#__PURE__*/
|
|
298
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Button, {
|
|
297
299
|
title: "CANCEL",
|
|
298
300
|
style: {
|
|
299
301
|
flex: 1,
|
|
@@ -304,7 +306,7 @@ const ManualCardAdd = ({
|
|
|
304
306
|
borderWidth: 1,
|
|
305
307
|
borderColor: _colors.default.brand.electric,
|
|
306
308
|
onPress: () => onCancel()
|
|
307
|
-
}), /*#__PURE__*/
|
|
309
|
+
}), /*#__PURE__*/_react.default.createElement(_Components.Button, {
|
|
308
310
|
title: "ADD ACCOUNT",
|
|
309
311
|
style: {
|
|
310
312
|
flex: 3,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","require","_reactNative","_api","_Components","_colors","_interopRequireDefault","_momentMini","obj","__esModule","default","ManualCardAdd","player","onAddAccount","onCancel","loading","setLoading","useState","error","setError","card_account","setCardAccount","account","WalletHelpers","getEmptyCardAccount","card_detail","getEmptyCardDetails","first_name","last_name","valid","card_number","expiration_date","isCardValid","handleExpiry","text","handleCardNumber","unformated_number","unformatCardNumber","card_brand","getCardBrandFromNumber","handleSaveCard","resp","WalletApi","addCardAccount","moment","undefined","e","renderCardIcon","brand","React","createElement","Icons","AmexCardIcon","size","VisaCardIcon","MasterCardIcon","DiscoverCardIcon","CreditCardIcon","color","Colors","midnight","View","style","flex","padding","Text","weight","marginTop","ScrollView","margin","nativeID","flexDirection","alignItems","local_styles","inactive_brand","active_brand","borderRadius","backgroundColor","shades","white","justifyContent","paddingLeft","paddingRight","TextInput","borderWidth","placeholder","placeholderTextColor","shade600","value","formatCardNumber","onChangeText","utility","warning","Fragment","textAlign","Button","title","marginRight","title_color","electric","borderColor","onPress","opacity","disabled","success","StyleSheet","create","_default","exports"],"sourceRoot":"../../../../src","sources":["Wallet/components/ManualCardAdd.tsx"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_api","_Components","_colors","_interopRequireDefault","_momentMini","obj","__esModule","default","_getRequireWildcardCache","e","WeakMap","r","t","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","ManualCardAdd","player","onAddAccount","onCancel","loading","setLoading","useState","error","setError","card_account","setCardAccount","account","WalletHelpers","getEmptyCardAccount","card_detail","getEmptyCardDetails","first_name","last_name","valid","card_number","expiration_date","isCardValid","handleExpiry","text","handleCardNumber","unformated_number","unformatCardNumber","card_brand","getCardBrandFromNumber","handleSaveCard","resp","WalletApi","addCardAccount","moment","undefined","renderCardIcon","brand","createElement","Icons","AmexCardIcon","size","VisaCardIcon","MasterCardIcon","DiscoverCardIcon","CreditCardIcon","color","Colors","midnight","View","style","flex","padding","Text","weight","marginTop","ScrollView","margin","nativeID","flexDirection","alignItems","local_styles","inactive_brand","active_brand","borderRadius","backgroundColor","shades","white","justifyContent","paddingLeft","paddingRight","TextInput","borderWidth","placeholder","placeholderTextColor","shade600","value","formatCardNumber","onChangeText","utility","warning","Fragment","textAlign","Button","title","marginRight","title_color","electric","borderColor","onPress","opacity","disabled","success","StyleSheet","create","_default","exports"],"sourceRoot":"../../../../src","sources":["Wallet/components/ManualCardAdd.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -4,6 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
7
8
|
var _reactNative = require("react-native");
|
|
8
9
|
var _Components = require("../../Components");
|
|
9
10
|
var _colors = _interopRequireDefault(require("../../constants/colors"));
|
|
@@ -14,183 +15,183 @@ const MyBalance = ({
|
|
|
14
15
|
onClose,
|
|
15
16
|
onNext
|
|
16
17
|
}) => {
|
|
17
|
-
return /*#__PURE__*/
|
|
18
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
18
19
|
style: {
|
|
19
20
|
flex: 1
|
|
20
21
|
}
|
|
21
|
-
}, /*#__PURE__*/
|
|
22
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
22
23
|
style: {
|
|
23
24
|
padding: 20
|
|
24
25
|
}
|
|
25
|
-
}, /*#__PURE__*/
|
|
26
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
26
27
|
size: 26,
|
|
27
28
|
color: _colors.default.brand.midnight,
|
|
28
29
|
weight: "bold"
|
|
29
|
-
}, "BETTOREDGE BALANCES"), /*#__PURE__*/
|
|
30
|
+
}, "BETTOREDGE BALANCES"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
30
31
|
style: {
|
|
31
32
|
marginTop: 10
|
|
32
33
|
},
|
|
33
34
|
size: 16,
|
|
34
35
|
color: _colors.default.brand.midnight,
|
|
35
36
|
weight: "regular"
|
|
36
|
-
}, "All order and competition activity goes in and out of your BettorEdge balances. The specific balance depends on which app-mode you are in.")), /*#__PURE__*/
|
|
37
|
+
}, "All order and competition activity goes in and out of your BettorEdge balances. The specific balance depends on which app-mode you are in.")), /*#__PURE__*/_react.default.createElement(_reactNative.ScrollView, {
|
|
37
38
|
style: {
|
|
38
39
|
flex: 1,
|
|
39
40
|
padding: 10
|
|
40
41
|
}
|
|
41
|
-
}, /*#__PURE__*/
|
|
42
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
42
43
|
style: {
|
|
43
44
|
padding: 10,
|
|
44
45
|
paddingBottom: 0
|
|
45
46
|
}
|
|
46
|
-
}, /*#__PURE__*/
|
|
47
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
47
48
|
size: 18,
|
|
48
49
|
color: _colors.default.brand.midnight,
|
|
49
50
|
weight: "bold",
|
|
50
51
|
textAlign: "left"
|
|
51
|
-
}, "APP MODES")), /*#__PURE__*/
|
|
52
|
+
}, "APP MODES")), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
52
53
|
style: {
|
|
53
54
|
backgroundColor: _colors.default.brand.cobalt,
|
|
54
55
|
padding: 10,
|
|
55
56
|
borderRadius: 8,
|
|
56
57
|
margin: 10
|
|
57
58
|
}
|
|
58
|
-
}, /*#__PURE__*/
|
|
59
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
59
60
|
style: {
|
|
60
61
|
padding: 5,
|
|
61
62
|
flexDirection: 'row',
|
|
62
63
|
alignItems: 'center'
|
|
63
64
|
}
|
|
64
|
-
}, /*#__PURE__*/
|
|
65
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
65
66
|
style: {
|
|
66
67
|
flex: 1
|
|
67
68
|
},
|
|
68
69
|
size: 26,
|
|
69
70
|
color: _colors.default.shades.white,
|
|
70
71
|
weight: "semibold"
|
|
71
|
-
}, "Real-Money Mode"), /*#__PURE__*/
|
|
72
|
+
}, "Real-Money Mode"), /*#__PURE__*/_react.default.createElement(_Components.Icons.USDIcon, {
|
|
72
73
|
size: 30,
|
|
73
74
|
color: _colors.default.shades.white
|
|
74
|
-
})), /*#__PURE__*/
|
|
75
|
+
})), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
75
76
|
style: {
|
|
76
77
|
padding: 5,
|
|
77
78
|
paddingBottom: 10,
|
|
78
79
|
borderBottomWidth: 1,
|
|
79
80
|
borderBottomColor: _colors.default.accents.accent200
|
|
80
81
|
}
|
|
81
|
-
}, /*#__PURE__*/
|
|
82
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
82
83
|
size: 14,
|
|
83
84
|
weight: "regular",
|
|
84
85
|
color: _colors.default.shades.shade100
|
|
85
|
-
}, "When in real-money mode. The app header will show as this dark blue color. All activity when in this mode will use your real-money (USD) balance.")), /*#__PURE__*/
|
|
86
|
+
}, "When in real-money mode. The app header will show as this dark blue color. All activity when in this mode will use your real-money (USD) balance.")), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
86
87
|
style: {
|
|
87
88
|
padding: 10,
|
|
88
89
|
flexDirection: 'row',
|
|
89
90
|
alignItems: 'center'
|
|
90
91
|
}
|
|
91
|
-
}, /*#__PURE__*/
|
|
92
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
92
93
|
style: {
|
|
93
94
|
flex: 1
|
|
94
95
|
},
|
|
95
96
|
size: 14,
|
|
96
97
|
color: _colors.default.shades.white
|
|
97
|
-
}, "Real-Money / USD ($)"), /*#__PURE__*/
|
|
98
|
+
}, "Real-Money / USD ($)"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
98
99
|
size: 16,
|
|
99
100
|
weight: "bold",
|
|
100
101
|
color: _colors.default.shades.white
|
|
101
|
-
}, "$", player_balance.balance.toFixed(2))), /*#__PURE__*/
|
|
102
|
+
}, "$", player_balance.balance.toFixed(2))), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
102
103
|
style: {
|
|
103
104
|
padding: 10
|
|
104
105
|
}
|
|
105
|
-
}, /*#__PURE__*/
|
|
106
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
106
107
|
style: {
|
|
107
108
|
flexDirection: 'row',
|
|
108
109
|
alignItems: 'center'
|
|
109
110
|
}
|
|
110
|
-
}, /*#__PURE__*/
|
|
111
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
111
112
|
style: {
|
|
112
113
|
flex: 1
|
|
113
114
|
},
|
|
114
115
|
size: 14,
|
|
115
116
|
color: _colors.default.shades.white
|
|
116
|
-
}, "Promo (P)"), /*#__PURE__*/
|
|
117
|
+
}, "Promo (P)"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
117
118
|
size: 16,
|
|
118
119
|
weight: "bold",
|
|
119
120
|
color: _colors.default.shades.white
|
|
120
|
-
}, "P", player_balance.promo_balance.toFixed(2))), /*#__PURE__*/
|
|
121
|
+
}, "P", player_balance.promo_balance.toFixed(2))), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
121
122
|
style: {
|
|
122
123
|
marginTop: 3
|
|
123
124
|
},
|
|
124
125
|
size: 12,
|
|
125
126
|
color: _colors.default.utility.warning,
|
|
126
127
|
weight: "semibold"
|
|
127
|
-
}, "Promo balance can be used for all real-money activities. Winnings will be returned as Real-Money/USD ($)."))), /*#__PURE__*/
|
|
128
|
+
}, "Promo balance can be used for all real-money activities. Winnings will be returned as Real-Money/USD ($)."))), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
128
129
|
style: {
|
|
129
130
|
backgroundColor: _colors.default.brand.cyan,
|
|
130
131
|
padding: 10,
|
|
131
132
|
borderRadius: 8,
|
|
132
133
|
margin: 10
|
|
133
134
|
}
|
|
134
|
-
}, /*#__PURE__*/
|
|
135
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
135
136
|
style: {
|
|
136
137
|
padding: 5,
|
|
137
138
|
flexDirection: 'row',
|
|
138
139
|
alignItems: 'center'
|
|
139
140
|
}
|
|
140
|
-
}, /*#__PURE__*/
|
|
141
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
141
142
|
style: {
|
|
142
143
|
flex: 1
|
|
143
144
|
},
|
|
144
145
|
size: 26,
|
|
145
146
|
color: _colors.default.shades.white,
|
|
146
147
|
weight: "semibold"
|
|
147
|
-
}, "Demo Mode"), /*#__PURE__*/
|
|
148
|
+
}, "Demo Mode"), /*#__PURE__*/_react.default.createElement(_Components.Icons.EdgeCoinIcon, {
|
|
148
149
|
size: 30,
|
|
149
150
|
color: _colors.default.shades.white
|
|
150
|
-
})), /*#__PURE__*/
|
|
151
|
+
})), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
151
152
|
style: {
|
|
152
153
|
padding: 5,
|
|
153
154
|
paddingBottom: 10,
|
|
154
155
|
borderBottomWidth: 1,
|
|
155
156
|
borderBottomColor: _colors.default.accents.accent100
|
|
156
157
|
}
|
|
157
|
-
}, /*#__PURE__*/
|
|
158
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
158
159
|
size: 14,
|
|
159
160
|
weight: "regular",
|
|
160
161
|
color: _colors.default.shades.shade100
|
|
161
|
-
}, "When in demo mode. The app header will show as this light blue color. All activity when in this mode will use your Edge Coin (E) balance.")), /*#__PURE__*/
|
|
162
|
+
}, "When in demo mode. The app header will show as this light blue color. All activity when in this mode will use your Edge Coin (E) balance.")), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
162
163
|
style: {
|
|
163
164
|
padding: 10,
|
|
164
165
|
flexDirection: 'row',
|
|
165
166
|
alignItems: 'center'
|
|
166
167
|
}
|
|
167
|
-
}, /*#__PURE__*/
|
|
168
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
168
169
|
style: {
|
|
169
170
|
flex: 1
|
|
170
171
|
},
|
|
171
172
|
size: 14,
|
|
172
173
|
color: _colors.default.shades.white
|
|
173
|
-
}, "Edge Coins (E)"), /*#__PURE__*/
|
|
174
|
+
}, "Edge Coins (E)"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
174
175
|
size: 16,
|
|
175
176
|
weight: "bold",
|
|
176
177
|
color: _colors.default.shades.white
|
|
177
|
-
}, "E", player_balance.free_market_balance.toFixed(2))))), /*#__PURE__*/
|
|
178
|
+
}, "E", player_balance.free_market_balance.toFixed(2))))), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
178
179
|
nativeID: "action_row",
|
|
179
180
|
style: {
|
|
180
181
|
flexDirection: 'row',
|
|
181
182
|
justifyContent: 'space-between',
|
|
182
183
|
padding: 10
|
|
183
184
|
}
|
|
184
|
-
}, /*#__PURE__*/
|
|
185
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Button, {
|
|
185
186
|
title: "EXIT SETUP",
|
|
186
187
|
title_color: _colors.default.utility.error,
|
|
187
188
|
backgroundColor: "transparent",
|
|
188
189
|
onPress: () => onClose()
|
|
189
|
-
}), /*#__PURE__*/
|
|
190
|
+
}), /*#__PURE__*/_react.default.createElement(_reactNative.TouchableOpacity, {
|
|
190
191
|
style: _styles.button_styles.wizard_valid,
|
|
191
192
|
onPress: () => onNext()
|
|
192
193
|
//disabled={loading}
|
|
193
|
-
}, /*#__PURE__*/
|
|
194
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Icons.ChevronIcon, {
|
|
194
195
|
size: 20,
|
|
195
196
|
direction: "right",
|
|
196
197
|
color: _colors.default.brand.midnight
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_Components","_colors","_styles","obj","__esModule","default","MyBalance","player_balance","onClose","onNext","createElement","View","style","flex","padding","Text","size","color","Colors","brand","midnight","weight","marginTop","ScrollView","paddingBottom","textAlign","backgroundColor","cobalt","borderRadius","margin","flexDirection","alignItems","shades","white","Icons","USDIcon","borderBottomWidth","borderBottomColor","accents","accent200","shade100","balance","toFixed","promo_balance","utility","warning","cyan","EdgeCoinIcon","accent100","free_market_balance","nativeID","justifyContent","Button","title","title_color","error","onPress","TouchableOpacity","button_styles","wizard_valid","ChevronIcon","direction","_default","exports"],"sourceRoot":"../../../../src","sources":["Wallet/components/MyBalance.tsx"],"mappings":"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","ignoreList":[]}
|