be-components 1.1.1 → 1.1.3
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 +36 -35
- 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 +32 -29
- 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 +30 -28
- 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 -0
- 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 +7 -6
- 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 +2 -2
- 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 +2 -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 -0
- 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 +8 -6
- package/src/Squares/components/SquaresDetails.tsx +1 -1
- package/src/Squares/index.tsx +2 -2
- 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,12 +4,14 @@ 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 _Components = require("../../Components");
|
|
10
10
|
var _colors = _interopRequireDefault(require("../../constants/colors"));
|
|
11
11
|
var _api = require("../api");
|
|
12
12
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
+
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); }
|
|
14
|
+
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; }
|
|
13
15
|
const WalletSettings = ({
|
|
14
16
|
player,
|
|
15
17
|
my_referral,
|
|
@@ -30,34 +32,34 @@ const WalletSettings = ({
|
|
|
30
32
|
//const tabs = ['referral','deposit','withdraw']
|
|
31
33
|
|
|
32
34
|
if (!player) {
|
|
33
|
-
return /*#__PURE__*/
|
|
35
|
+
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null);
|
|
34
36
|
}
|
|
35
|
-
return /*#__PURE__*/
|
|
37
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
36
38
|
style: {
|
|
37
39
|
flex: 1
|
|
38
40
|
}
|
|
39
|
-
}, /*#__PURE__*/
|
|
41
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
40
42
|
style: {
|
|
41
43
|
padding: 20
|
|
42
44
|
}
|
|
43
|
-
}, /*#__PURE__*/
|
|
45
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
44
46
|
size: 26,
|
|
45
47
|
color: _colors.default.brand.midnight,
|
|
46
48
|
weight: "bold"
|
|
47
|
-
}, "WALLET SETTINGS"), /*#__PURE__*/
|
|
49
|
+
}, "WALLET SETTINGS"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
48
50
|
style: {
|
|
49
51
|
marginTop: 10
|
|
50
52
|
},
|
|
51
53
|
size: 16,
|
|
52
54
|
color: _colors.default.brand.midnight,
|
|
53
55
|
weight: "regular"
|
|
54
|
-
}, "Below are your overall wallet settings & configurations. These are set based on account type and past transaction history.")), /*#__PURE__*/
|
|
56
|
+
}, "Below are your overall wallet settings & configurations. These are set based on account type and past transaction history.")), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
55
57
|
style: {
|
|
56
58
|
flexDirection: 'row',
|
|
57
59
|
paddingLeft: 10,
|
|
58
60
|
paddingRight: 10
|
|
59
61
|
}
|
|
60
|
-
}, /*#__PURE__*/
|
|
62
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.TouchableOpacity, {
|
|
61
63
|
style: {
|
|
62
64
|
flex: 1,
|
|
63
65
|
borderWidth: 1,
|
|
@@ -68,12 +70,12 @@ const WalletSettings = ({
|
|
|
68
70
|
backgroundColor: active_tab == 'deposit' ? _colors.default.brand.midnight : undefined
|
|
69
71
|
},
|
|
70
72
|
onPress: () => setActiveTab('deposit')
|
|
71
|
-
}, /*#__PURE__*/
|
|
73
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
72
74
|
weight: active_tab == 'deposit' ? 'bold' : 'regular',
|
|
73
75
|
textAlign: "center",
|
|
74
76
|
size: 14,
|
|
75
77
|
color: active_tab == 'deposit' ? _colors.default.shades.white : _colors.default.brand.midnight
|
|
76
|
-
}, "Deposit")), /*#__PURE__*/
|
|
78
|
+
}, "Deposit")), /*#__PURE__*/_react.default.createElement(_reactNative.TouchableOpacity, {
|
|
77
79
|
style: {
|
|
78
80
|
flex: 1,
|
|
79
81
|
borderWidth: 1,
|
|
@@ -84,12 +86,12 @@ const WalletSettings = ({
|
|
|
84
86
|
backgroundColor: active_tab == 'withdraw' ? _colors.default.brand.midnight : undefined
|
|
85
87
|
},
|
|
86
88
|
onPress: () => setActiveTab('withdraw')
|
|
87
|
-
}, /*#__PURE__*/
|
|
89
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
88
90
|
weight: active_tab == 'withdraw' ? 'bold' : 'regular',
|
|
89
91
|
textAlign: "center",
|
|
90
92
|
size: 14,
|
|
91
93
|
color: active_tab == 'withdraw' ? _colors.default.shades.white : _colors.default.brand.midnight
|
|
92
|
-
}, "Withdraw")), /*#__PURE__*/
|
|
94
|
+
}, "Withdraw")), /*#__PURE__*/_react.default.createElement(_reactNative.TouchableOpacity, {
|
|
93
95
|
style: {
|
|
94
96
|
flex: 1,
|
|
95
97
|
borderWidth: 1,
|
|
@@ -100,12 +102,12 @@ const WalletSettings = ({
|
|
|
100
102
|
backgroundColor: active_tab == 'referral' ? _colors.default.brand.midnight : undefined
|
|
101
103
|
},
|
|
102
104
|
onPress: () => setActiveTab('referral')
|
|
103
|
-
}, /*#__PURE__*/
|
|
105
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
104
106
|
weight: active_tab == 'referral' ? 'bold' : 'regular',
|
|
105
107
|
textAlign: "center",
|
|
106
108
|
size: 14,
|
|
107
109
|
color: active_tab == 'referral' ? _colors.default.shades.white : _colors.default.brand.midnight
|
|
108
|
-
}, "Referral"))), /*#__PURE__*/
|
|
110
|
+
}, "Referral"))), /*#__PURE__*/_react.default.createElement(_reactNative.ScrollView, {
|
|
109
111
|
nativeID: "settings",
|
|
110
112
|
style: {
|
|
111
113
|
flex: 1,
|
|
@@ -116,29 +118,29 @@ const WalletSettings = ({
|
|
|
116
118
|
borderBottomWidth: 1,
|
|
117
119
|
borderColor: _colors.default.shades.shade600
|
|
118
120
|
}
|
|
119
|
-
}, active_tab == 'deposit' ? /*#__PURE__*/
|
|
121
|
+
}, active_tab == 'deposit' ? /*#__PURE__*/_react.default.createElement(_reactNative.View, null, deposit_limit ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
120
122
|
nativeID: "deposit_limit"
|
|
121
|
-
}, /*#__PURE__*/
|
|
123
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
122
124
|
style: {
|
|
123
125
|
backgroundColor: _colors.default.shades.shade100,
|
|
124
126
|
padding: 10
|
|
125
127
|
}
|
|
126
|
-
}, /*#__PURE__*/
|
|
128
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
127
129
|
size: 14,
|
|
128
130
|
color: _colors.default.brand.midnight,
|
|
129
131
|
weight: "semibold"
|
|
130
|
-
}, "Deposit Settings"), /*#__PURE__*/
|
|
132
|
+
}, "Deposit Settings"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
131
133
|
style: {
|
|
132
134
|
marginTop: 5
|
|
133
135
|
},
|
|
134
136
|
size: 12,
|
|
135
137
|
color: _colors.default.brand.midnight,
|
|
136
138
|
weight: "regular"
|
|
137
|
-
}, "Below are your current deposit limits. These may change based on historical transaction results.")), /*#__PURE__*/
|
|
139
|
+
}, "Below are your current deposit limits. These may change based on historical transaction results.")), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
138
140
|
style: {
|
|
139
141
|
padding: 10
|
|
140
142
|
}
|
|
141
|
-
}, /*#__PURE__*/
|
|
143
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
142
144
|
style: {
|
|
143
145
|
flexDirection: 'row',
|
|
144
146
|
alignItems: 'flex-start',
|
|
@@ -146,33 +148,33 @@ const WalletSettings = ({
|
|
|
146
148
|
borderBottomWidth: 1,
|
|
147
149
|
borderColor: _colors.default.shades.shade100
|
|
148
150
|
}
|
|
149
|
-
}, /*#__PURE__*/
|
|
151
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
150
152
|
style: {
|
|
151
153
|
flex: 1
|
|
152
154
|
}
|
|
153
|
-
}, /*#__PURE__*/
|
|
155
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
154
156
|
size: 14,
|
|
155
157
|
color: _colors.default.brand.midnight,
|
|
156
158
|
weight: "semibold"
|
|
157
|
-
}, "ACH Daily Limit"), /*#__PURE__*/
|
|
159
|
+
}, "ACH Daily Limit"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
158
160
|
style: {
|
|
159
161
|
marginTop: 5
|
|
160
162
|
},
|
|
161
163
|
size: 12,
|
|
162
164
|
color: _colors.default.brand.midnight,
|
|
163
165
|
weight: "regular"
|
|
164
|
-
}, "The maximum deposit amount allowed per day from an ACH account")), /*#__PURE__*/
|
|
166
|
+
}, "The maximum deposit amount allowed per day from an ACH account")), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
165
167
|
style: {
|
|
166
168
|
backgroundColor: _colors.default.shades.shade100,
|
|
167
169
|
padding: 10,
|
|
168
170
|
marginLeft: 10,
|
|
169
171
|
borderRadius: 8
|
|
170
172
|
}
|
|
171
|
-
}, /*#__PURE__*/
|
|
173
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
172
174
|
size: 14,
|
|
173
175
|
color: _colors.default.brand.midnight,
|
|
174
176
|
weight: "bold"
|
|
175
|
-
}, "$", deposit_limit.ach_daily_limit))), /*#__PURE__*/
|
|
177
|
+
}, "$", deposit_limit.ach_daily_limit))), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
176
178
|
style: {
|
|
177
179
|
marginTop: 10,
|
|
178
180
|
flexDirection: 'row',
|
|
@@ -181,33 +183,33 @@ const WalletSettings = ({
|
|
|
181
183
|
borderBottomWidth: 1,
|
|
182
184
|
borderColor: _colors.default.shades.shade100
|
|
183
185
|
}
|
|
184
|
-
}, /*#__PURE__*/
|
|
186
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
185
187
|
style: {
|
|
186
188
|
flex: 1
|
|
187
189
|
}
|
|
188
|
-
}, /*#__PURE__*/
|
|
190
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
189
191
|
size: 14,
|
|
190
192
|
color: _colors.default.brand.midnight,
|
|
191
193
|
weight: "semibold"
|
|
192
|
-
}, "Card / Paypal Daily Limit"), /*#__PURE__*/
|
|
194
|
+
}, "Card / Paypal Daily Limit"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
193
195
|
style: {
|
|
194
196
|
marginTop: 5
|
|
195
197
|
},
|
|
196
198
|
size: 12,
|
|
197
199
|
color: _colors.default.brand.midnight,
|
|
198
200
|
weight: "regular"
|
|
199
|
-
}, "The maximum deposit amount allowed per day from a card account")), /*#__PURE__*/
|
|
201
|
+
}, "The maximum deposit amount allowed per day from a card account")), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
200
202
|
style: {
|
|
201
203
|
backgroundColor: _colors.default.shades.shade100,
|
|
202
204
|
padding: 10,
|
|
203
205
|
marginLeft: 10,
|
|
204
206
|
borderRadius: 8
|
|
205
207
|
}
|
|
206
|
-
}, /*#__PURE__*/
|
|
208
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
207
209
|
size: 14,
|
|
208
210
|
color: _colors.default.brand.midnight,
|
|
209
211
|
weight: "bold"
|
|
210
|
-
}, "$", deposit_limit.card_daily_limit))), /*#__PURE__*/
|
|
212
|
+
}, "$", deposit_limit.card_daily_limit))), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
211
213
|
style: {
|
|
212
214
|
flexDirection: 'row',
|
|
213
215
|
alignItems: 'flex-start',
|
|
@@ -216,33 +218,33 @@ const WalletSettings = ({
|
|
|
216
218
|
borderBottomWidth: 1,
|
|
217
219
|
borderColor: _colors.default.shades.shade100
|
|
218
220
|
}
|
|
219
|
-
}, /*#__PURE__*/
|
|
221
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
220
222
|
style: {
|
|
221
223
|
flex: 1
|
|
222
224
|
}
|
|
223
|
-
}, /*#__PURE__*/
|
|
225
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
224
226
|
size: 14,
|
|
225
227
|
color: _colors.default.brand.midnight,
|
|
226
228
|
weight: "semibold"
|
|
227
|
-
}, "Instant Deposit Limit"), /*#__PURE__*/
|
|
229
|
+
}, "Instant Deposit Limit"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
228
230
|
style: {
|
|
229
231
|
marginTop: 5
|
|
230
232
|
},
|
|
231
233
|
size: 12,
|
|
232
234
|
color: _colors.default.brand.midnight,
|
|
233
235
|
weight: "regular"
|
|
234
|
-
}, "The total amount of unsettled deposits that will be instantly added to your wallet. Any deposit over this amount will be held until it settles.")), /*#__PURE__*/
|
|
236
|
+
}, "The total amount of unsettled deposits that will be instantly added to your wallet. Any deposit over this amount will be held until it settles.")), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
235
237
|
style: {
|
|
236
238
|
backgroundColor: _colors.default.shades.shade100,
|
|
237
239
|
padding: 10,
|
|
238
240
|
marginLeft: 10,
|
|
239
241
|
borderRadius: 8
|
|
240
242
|
}
|
|
241
|
-
}, /*#__PURE__*/
|
|
243
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
242
244
|
size: 14,
|
|
243
245
|
color: _colors.default.brand.midnight,
|
|
244
246
|
weight: "bold"
|
|
245
|
-
}, "$", deposit_limit.instant_limit))), /*#__PURE__*/
|
|
247
|
+
}, "$", deposit_limit.instant_limit))), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
246
248
|
style: {
|
|
247
249
|
marginTop: 10,
|
|
248
250
|
flexDirection: 'row',
|
|
@@ -251,33 +253,33 @@ const WalletSettings = ({
|
|
|
251
253
|
borderBottomWidth: 1,
|
|
252
254
|
borderColor: _colors.default.shades.shade100
|
|
253
255
|
}
|
|
254
|
-
}, /*#__PURE__*/
|
|
256
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
255
257
|
style: {
|
|
256
258
|
flex: 1
|
|
257
259
|
}
|
|
258
|
-
}, /*#__PURE__*/
|
|
260
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
259
261
|
size: 14,
|
|
260
262
|
color: _colors.default.brand.midnight,
|
|
261
263
|
weight: "semibold"
|
|
262
|
-
}, "Hold Days"), /*#__PURE__*/
|
|
264
|
+
}, "Hold Days"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
263
265
|
style: {
|
|
264
266
|
marginTop: 5
|
|
265
267
|
},
|
|
266
268
|
size: 12,
|
|
267
269
|
color: _colors.default.brand.midnight,
|
|
268
270
|
weight: "regular"
|
|
269
|
-
}, "The number of days a deposit transaction will be held (not settled) before it can be withdrawn")), /*#__PURE__*/
|
|
271
|
+
}, "The number of days a deposit transaction will be held (not settled) before it can be withdrawn")), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
270
272
|
style: {
|
|
271
273
|
backgroundColor: _colors.default.shades.shade100,
|
|
272
274
|
padding: 10,
|
|
273
275
|
marginLeft: 10,
|
|
274
276
|
borderRadius: 8
|
|
275
277
|
}
|
|
276
|
-
}, /*#__PURE__*/
|
|
278
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
277
279
|
size: 14,
|
|
278
280
|
color: _colors.default.brand.midnight,
|
|
279
281
|
weight: "bold"
|
|
280
|
-
}, deposit_limit.hold_days))), /*#__PURE__*/
|
|
282
|
+
}, deposit_limit.hold_days))), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
281
283
|
style: {
|
|
282
284
|
flexDirection: 'row',
|
|
283
285
|
alignItems: 'flex-start',
|
|
@@ -286,55 +288,55 @@ const WalletSettings = ({
|
|
|
286
288
|
borderBottomWidth: 1,
|
|
287
289
|
borderColor: _colors.default.shades.shade100
|
|
288
290
|
}
|
|
289
|
-
}, /*#__PURE__*/
|
|
291
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
290
292
|
style: {
|
|
291
293
|
flex: 1
|
|
292
294
|
}
|
|
293
|
-
}, /*#__PURE__*/
|
|
295
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
294
296
|
size: 14,
|
|
295
297
|
color: _colors.default.brand.midnight,
|
|
296
298
|
weight: "semibold"
|
|
297
|
-
}, "Instant Deposit Available"), /*#__PURE__*/
|
|
299
|
+
}, "Instant Deposit Available"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
298
300
|
style: {
|
|
299
301
|
marginTop: 5
|
|
300
302
|
},
|
|
301
303
|
size: 12,
|
|
302
304
|
color: _colors.default.brand.midnight,
|
|
303
305
|
weight: "regular"
|
|
304
|
-
}, "Your instant deposit limit minus your unsettled deposits")), /*#__PURE__*/
|
|
306
|
+
}, "Your instant deposit limit minus your unsettled deposits")), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
305
307
|
style: {
|
|
306
308
|
backgroundColor: _colors.default.shades.shade100,
|
|
307
309
|
padding: 10,
|
|
308
310
|
marginLeft: 10,
|
|
309
311
|
borderRadius: 8
|
|
310
312
|
}
|
|
311
|
-
}, /*#__PURE__*/
|
|
313
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
312
314
|
size: 14,
|
|
313
315
|
color: deposit_limit.instant_available > 0 ? _colors.default.utility.success : _colors.default.utility.error,
|
|
314
316
|
weight: "bold"
|
|
315
|
-
}, "$", deposit_limit.instant_available.toFixed(2)))))) : /*#__PURE__*/
|
|
317
|
+
}, "$", deposit_limit.instant_available.toFixed(2)))))) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null)) : active_tab == 'withdraw' ? /*#__PURE__*/_react.default.createElement(_reactNative.View, null, withdraw_limit ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
316
318
|
nativeID: "withdraw_settings"
|
|
317
|
-
}, /*#__PURE__*/
|
|
319
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
318
320
|
style: {
|
|
319
321
|
backgroundColor: _colors.default.shades.shade100,
|
|
320
322
|
padding: 10
|
|
321
323
|
}
|
|
322
|
-
}, /*#__PURE__*/
|
|
324
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
323
325
|
size: 14,
|
|
324
326
|
color: _colors.default.brand.midnight,
|
|
325
327
|
weight: "semibold"
|
|
326
|
-
}, "Withdraw Settings"), /*#__PURE__*/
|
|
328
|
+
}, "Withdraw Settings"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
327
329
|
style: {
|
|
328
330
|
marginTop: 5
|
|
329
331
|
},
|
|
330
332
|
size: 12,
|
|
331
333
|
color: _colors.default.brand.midnight,
|
|
332
334
|
weight: "regular"
|
|
333
|
-
}, "Below are your current withdraw settings and limits. These may change based on historical transaction results.")), /*#__PURE__*/
|
|
335
|
+
}, "Below are your current withdraw settings and limits. These may change based on historical transaction results.")), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
334
336
|
style: {
|
|
335
337
|
padding: 10
|
|
336
338
|
}
|
|
337
|
-
}, /*#__PURE__*/
|
|
339
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
338
340
|
style: {
|
|
339
341
|
flexDirection: 'row',
|
|
340
342
|
alignItems: 'flex-start',
|
|
@@ -342,33 +344,33 @@ const WalletSettings = ({
|
|
|
342
344
|
borderBottomWidth: 1,
|
|
343
345
|
borderColor: _colors.default.shades.shade100
|
|
344
346
|
}
|
|
345
|
-
}, /*#__PURE__*/
|
|
347
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
346
348
|
style: {
|
|
347
349
|
flex: 1
|
|
348
350
|
}
|
|
349
|
-
}, /*#__PURE__*/
|
|
351
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
350
352
|
size: 14,
|
|
351
353
|
color: _colors.default.brand.midnight,
|
|
352
354
|
weight: "semibold"
|
|
353
|
-
}, "Weekly Withdraw Transaction Limit"), /*#__PURE__*/
|
|
355
|
+
}, "Weekly Withdraw Transaction Limit"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
354
356
|
style: {
|
|
355
357
|
marginTop: 5
|
|
356
358
|
},
|
|
357
359
|
size: 12,
|
|
358
360
|
color: _colors.default.brand.midnight,
|
|
359
361
|
weight: "regular"
|
|
360
|
-
}, "The number of withdraws allowed per rolling week.")), /*#__PURE__*/
|
|
362
|
+
}, "The number of withdraws allowed per rolling week.")), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
361
363
|
style: {
|
|
362
364
|
backgroundColor: _colors.default.shades.shade100,
|
|
363
365
|
padding: 10,
|
|
364
366
|
marginLeft: 10,
|
|
365
367
|
borderRadius: 8
|
|
366
368
|
}
|
|
367
|
-
}, /*#__PURE__*/
|
|
369
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
368
370
|
size: 14,
|
|
369
371
|
color: _colors.default.brand.midnight,
|
|
370
372
|
weight: "bold"
|
|
371
|
-
}, withdraw_limit.withdraws_per_week))), withdraw_limit?.week_withdraw_count ? /*#__PURE__*/
|
|
373
|
+
}, withdraw_limit.withdraws_per_week))), withdraw_limit?.week_withdraw_count ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
372
374
|
style: {
|
|
373
375
|
marginTop: 10,
|
|
374
376
|
flexDirection: 'row',
|
|
@@ -377,33 +379,33 @@ const WalletSettings = ({
|
|
|
377
379
|
borderBottomWidth: 1,
|
|
378
380
|
borderColor: _colors.default.shades.shade100
|
|
379
381
|
}
|
|
380
|
-
}, /*#__PURE__*/
|
|
382
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
381
383
|
style: {
|
|
382
384
|
flex: 1
|
|
383
385
|
}
|
|
384
|
-
}, /*#__PURE__*/
|
|
386
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
385
387
|
size: 14,
|
|
386
388
|
color: _colors.default.brand.midnight,
|
|
387
389
|
weight: "semibold"
|
|
388
|
-
}, "Withdraws Remaining"), /*#__PURE__*/
|
|
390
|
+
}, "Withdraws Remaining"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
389
391
|
style: {
|
|
390
392
|
marginTop: 5
|
|
391
393
|
},
|
|
392
394
|
size: 12,
|
|
393
395
|
color: _colors.default.brand.midnight,
|
|
394
396
|
weight: "regular"
|
|
395
|
-
}, "Withdraw transaction limit minus the number of withdraws already processed in the last 7 days")), /*#__PURE__*/
|
|
397
|
+
}, "Withdraw transaction limit minus the number of withdraws already processed in the last 7 days")), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
396
398
|
style: {
|
|
397
399
|
backgroundColor: _colors.default.shades.shade100,
|
|
398
400
|
padding: 10,
|
|
399
401
|
marginLeft: 10,
|
|
400
402
|
borderRadius: 8
|
|
401
403
|
}
|
|
402
|
-
}, /*#__PURE__*/
|
|
404
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
403
405
|
size: 14,
|
|
404
406
|
color: _colors.default.brand.midnight,
|
|
405
407
|
weight: "bold"
|
|
406
|
-
}, withdraw_limit.withdraws_per_week - withdraw_limit.week_withdraw_count))) : /*#__PURE__*/
|
|
408
|
+
}, withdraw_limit.withdraws_per_week - withdraw_limit.week_withdraw_count))) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
407
409
|
style: {
|
|
408
410
|
marginTop: 10,
|
|
409
411
|
flexDirection: 'row',
|
|
@@ -412,33 +414,33 @@ const WalletSettings = ({
|
|
|
412
414
|
borderBottomWidth: 1,
|
|
413
415
|
borderColor: _colors.default.shades.shade100
|
|
414
416
|
}
|
|
415
|
-
}, /*#__PURE__*/
|
|
417
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
416
418
|
style: {
|
|
417
419
|
flex: 1
|
|
418
420
|
}
|
|
419
|
-
}, /*#__PURE__*/
|
|
421
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
420
422
|
size: 14,
|
|
421
423
|
color: _colors.default.brand.midnight,
|
|
422
424
|
weight: "semibold"
|
|
423
|
-
}, "ACH Withdraw Daily Limit"), /*#__PURE__*/
|
|
425
|
+
}, "ACH Withdraw Daily Limit"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
424
426
|
style: {
|
|
425
427
|
marginTop: 5
|
|
426
428
|
},
|
|
427
429
|
size: 12,
|
|
428
430
|
color: _colors.default.brand.midnight,
|
|
429
431
|
weight: "regular"
|
|
430
|
-
}, "Maximum amount of withdraws that can be made per rolling 24 hours to an ACH account.")), /*#__PURE__*/
|
|
432
|
+
}, "Maximum amount of withdraws that can be made per rolling 24 hours to an ACH account.")), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
431
433
|
style: {
|
|
432
434
|
backgroundColor: _colors.default.shades.shade100,
|
|
433
435
|
padding: 10,
|
|
434
436
|
marginLeft: 10,
|
|
435
437
|
borderRadius: 8
|
|
436
438
|
}
|
|
437
|
-
}, /*#__PURE__*/
|
|
439
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
438
440
|
size: 14,
|
|
439
441
|
color: _colors.default.brand.midnight,
|
|
440
442
|
weight: "bold"
|
|
441
|
-
}, withdraw_limit.ach_daily_limit))), /*#__PURE__*/
|
|
443
|
+
}, withdraw_limit.ach_daily_limit))), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
442
444
|
style: {
|
|
443
445
|
marginTop: 10,
|
|
444
446
|
flexDirection: 'row',
|
|
@@ -447,55 +449,55 @@ const WalletSettings = ({
|
|
|
447
449
|
borderBottomWidth: 1,
|
|
448
450
|
borderColor: _colors.default.shades.shade100
|
|
449
451
|
}
|
|
450
|
-
}, /*#__PURE__*/
|
|
452
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
451
453
|
style: {
|
|
452
454
|
flex: 1
|
|
453
455
|
}
|
|
454
|
-
}, /*#__PURE__*/
|
|
456
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
455
457
|
size: 14,
|
|
456
458
|
color: _colors.default.brand.midnight,
|
|
457
459
|
weight: "semibold"
|
|
458
|
-
}, "Card Withdraw Daily Limit"), /*#__PURE__*/
|
|
460
|
+
}, "Card Withdraw Daily Limit"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
459
461
|
style: {
|
|
460
462
|
marginTop: 5
|
|
461
463
|
},
|
|
462
464
|
size: 12,
|
|
463
465
|
color: _colors.default.brand.midnight,
|
|
464
466
|
weight: "regular"
|
|
465
|
-
}, "Maximum amount of withdraws that can be made per rolling 24 hours to a card account.")), /*#__PURE__*/
|
|
467
|
+
}, "Maximum amount of withdraws that can be made per rolling 24 hours to a card account.")), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
466
468
|
style: {
|
|
467
469
|
backgroundColor: _colors.default.shades.shade100,
|
|
468
470
|
padding: 10,
|
|
469
471
|
marginLeft: 10,
|
|
470
472
|
borderRadius: 8
|
|
471
473
|
}
|
|
472
|
-
}, /*#__PURE__*/
|
|
474
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
473
475
|
size: 14,
|
|
474
476
|
color: _colors.default.brand.midnight,
|
|
475
477
|
weight: "bold"
|
|
476
|
-
}, withdraw_limit.card_daily_limit))))) : /*#__PURE__*/
|
|
478
|
+
}, withdraw_limit.card_daily_limit))))) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null)) : active_tab == 'referral' ? /*#__PURE__*/_react.default.createElement(_reactNative.View, null, player_referral && promo ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
477
479
|
nativeID: "referral_settings"
|
|
478
|
-
}, /*#__PURE__*/
|
|
480
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
479
481
|
style: {
|
|
480
482
|
backgroundColor: _colors.default.shades.shade100,
|
|
481
483
|
padding: 10
|
|
482
484
|
}
|
|
483
|
-
}, /*#__PURE__*/
|
|
485
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
484
486
|
size: 14,
|
|
485
487
|
color: _colors.default.brand.midnight,
|
|
486
488
|
weight: "semibold"
|
|
487
|
-
}, "Referral Settings"), /*#__PURE__*/
|
|
489
|
+
}, "Referral Settings"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
488
490
|
style: {
|
|
489
491
|
marginTop: 5
|
|
490
492
|
},
|
|
491
493
|
size: 12,
|
|
492
494
|
color: _colors.default.brand.midnight,
|
|
493
495
|
weight: "regular"
|
|
494
|
-
}, "Below are your current referral settings. Share your code with others to earn cash from referrals.")), /*#__PURE__*/
|
|
496
|
+
}, "Below are your current referral settings. Share your code with others to earn cash from referrals.")), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
495
497
|
style: {
|
|
496
498
|
padding: 10
|
|
497
499
|
}
|
|
498
|
-
}, false ? /*#__PURE__*/
|
|
500
|
+
}, false ? /*#__PURE__*/_react.default.createElement(_reactNative.TouchableOpacity, {
|
|
499
501
|
style: {
|
|
500
502
|
flexDirection: 'row',
|
|
501
503
|
alignItems: 'center',
|
|
@@ -503,17 +505,17 @@ const WalletSettings = ({
|
|
|
503
505
|
borderRadius: 8,
|
|
504
506
|
backgroundColor: _colors.default.brand.electric
|
|
505
507
|
}
|
|
506
|
-
}, /*#__PURE__*/
|
|
508
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Icons.ShareIcon, {
|
|
507
509
|
color: _colors.default.shades.white,
|
|
508
510
|
size: 8
|
|
509
|
-
}), /*#__PURE__*/
|
|
511
|
+
}), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
510
512
|
style: {
|
|
511
513
|
marginLeft: 5
|
|
512
514
|
},
|
|
513
515
|
size: 10,
|
|
514
516
|
color: _colors.default.shades.white,
|
|
515
517
|
weight: "regular"
|
|
516
|
-
}, "Share Code")) : /*#__PURE__*/
|
|
518
|
+
}, "Share Code")) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
517
519
|
style: {
|
|
518
520
|
flexDirection: 'row',
|
|
519
521
|
alignItems: 'flex-start',
|
|
@@ -521,45 +523,45 @@ const WalletSettings = ({
|
|
|
521
523
|
borderBottomWidth: 1,
|
|
522
524
|
borderColor: _colors.default.shades.shade100
|
|
523
525
|
}
|
|
524
|
-
}, /*#__PURE__*/
|
|
526
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
525
527
|
style: {
|
|
526
528
|
flex: 1
|
|
527
529
|
}
|
|
528
|
-
}, /*#__PURE__*/
|
|
530
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
529
531
|
size: 14,
|
|
530
532
|
color: _colors.default.brand.midnight,
|
|
531
533
|
weight: "semibold"
|
|
532
|
-
}, "My Referral Code"), /*#__PURE__*/
|
|
534
|
+
}, "My Referral Code"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
533
535
|
style: {
|
|
534
536
|
marginTop: 5
|
|
535
537
|
},
|
|
536
538
|
size: 12,
|
|
537
539
|
color: _colors.default.brand.midnight,
|
|
538
540
|
weight: "regular"
|
|
539
|
-
}, _api.WalletHelpers.getReferralDescription(promo))), /*#__PURE__*/
|
|
541
|
+
}, _api.WalletHelpers.getReferralDescription(promo))), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
540
542
|
style: {
|
|
541
543
|
backgroundColor: _colors.default.shades.shade100,
|
|
542
544
|
padding: 10,
|
|
543
545
|
marginLeft: 10,
|
|
544
546
|
borderRadius: 8
|
|
545
547
|
}
|
|
546
|
-
}, /*#__PURE__*/
|
|
548
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
547
549
|
size: 14,
|
|
548
550
|
color: _colors.default.brand.midnight,
|
|
549
551
|
weight: "bold"
|
|
550
|
-
}, player_referral.referral_code))))) : /*#__PURE__*/
|
|
552
|
+
}, player_referral.referral_code))))) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null)) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null)), false && player?.type == 'freemium' ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
551
553
|
style: {
|
|
552
554
|
backgroundColor: _colors.default.shades.shade600,
|
|
553
555
|
borderRadius: 8,
|
|
554
556
|
padding: 10,
|
|
555
557
|
margin: 10
|
|
556
558
|
}
|
|
557
|
-
}, /*#__PURE__*/
|
|
559
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
558
560
|
size: 14,
|
|
559
561
|
color: _colors.default.brand.midnight,
|
|
560
562
|
weight: "semibold",
|
|
561
563
|
textAlign: "center"
|
|
562
|
-
}, "Want better limits and higher referral awards?"), /*#__PURE__*/
|
|
564
|
+
}, "Want better limits and higher referral awards?"), /*#__PURE__*/_react.default.createElement(_reactNative.TouchableOpacity, {
|
|
563
565
|
style: {
|
|
564
566
|
marginTop: 5,
|
|
565
567
|
borderRadius: 8,
|
|
@@ -571,16 +573,16 @@ const WalletSettings = ({
|
|
|
571
573
|
return onPremium();
|
|
572
574
|
}
|
|
573
575
|
}
|
|
574
|
-
}, /*#__PURE__*/
|
|
576
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
575
577
|
size: 14,
|
|
576
578
|
color: _colors.default.shades.white,
|
|
577
579
|
weight: "bold",
|
|
578
580
|
textAlign: "center"
|
|
579
|
-
}, "VIEW PREMIUM"))) : /*#__PURE__*/
|
|
581
|
+
}, "VIEW PREMIUM"))) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
580
582
|
style: {
|
|
581
583
|
padding: 20
|
|
582
584
|
}
|
|
583
|
-
}, /*#__PURE__*/
|
|
585
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Button, {
|
|
584
586
|
title: "BACK",
|
|
585
587
|
title_color: _colors.default.brand.electric,
|
|
586
588
|
borderWidth: 1,
|