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