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 CodeRedeem = ({
|
|
16
14
|
walkthrough,
|
|
17
15
|
onVerify,
|
|
@@ -73,7 +71,7 @@ const CodeRedeem = ({
|
|
|
73
71
|
}, 2000);
|
|
74
72
|
};
|
|
75
73
|
if (loading) {
|
|
76
|
-
return /*#__PURE__*/
|
|
74
|
+
return /*#__PURE__*/React.createElement(_reactNative.ActivityIndicator, {
|
|
77
75
|
size: "large",
|
|
78
76
|
color: _colors.default.brand.midnight,
|
|
79
77
|
style: {
|
|
@@ -85,41 +83,41 @@ const CodeRedeem = ({
|
|
|
85
83
|
const is_changed = draft_code && draft_code != code_request?.referral_code ? true : false;
|
|
86
84
|
const try_allowed = draft_code ? true : false;
|
|
87
85
|
const change_allowed = !loading && _api.ProfileHelpers.isChangeCodeAllowed(code_request) ? true : false;
|
|
88
|
-
return /*#__PURE__*/
|
|
86
|
+
return /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
89
87
|
style: {
|
|
90
88
|
flex: 1
|
|
91
89
|
}
|
|
92
|
-
}, /*#__PURE__*/
|
|
90
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
93
91
|
style: {
|
|
94
92
|
flex: 1,
|
|
95
93
|
padding: 20
|
|
96
94
|
}
|
|
97
|
-
}, /*#__PURE__*/
|
|
95
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
98
96
|
style: {
|
|
99
97
|
padding: 20
|
|
100
98
|
}
|
|
101
|
-
}, /*#__PURE__*/
|
|
99
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
102
100
|
size: 30,
|
|
103
101
|
color: _colors.default.brand.midnight,
|
|
104
102
|
weight: "bold"
|
|
105
|
-
}, "How Did You Find Us?"), /*#__PURE__*/
|
|
103
|
+
}, "How Did You Find Us?"), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
106
104
|
style: {
|
|
107
105
|
marginTop: 15
|
|
108
106
|
},
|
|
109
107
|
size: 16,
|
|
110
108
|
color: _colors.default.brand.midnight,
|
|
111
109
|
weight: "regular"
|
|
112
|
-
}, "All new players are eligible for a one-time sign up bonus. Below is the code / referrer used during sign up.")), /*#__PURE__*/
|
|
110
|
+
}, "All new players are eligible for a one-time sign up bonus. Below is the code / referrer used during sign up.")), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
113
111
|
style: {
|
|
114
112
|
padding: 10,
|
|
115
113
|
marginTop: 20
|
|
116
114
|
}
|
|
117
|
-
}, /*#__PURE__*/
|
|
115
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
118
116
|
size: 20,
|
|
119
117
|
weight: "bold",
|
|
120
118
|
textAlign: "center",
|
|
121
119
|
color: _colors.default.brand.midnight
|
|
122
|
-
}, "CODE USED"), /*#__PURE__*/
|
|
120
|
+
}, "CODE USED"), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
123
121
|
style: {
|
|
124
122
|
marginTop: 20,
|
|
125
123
|
backgroundColor: _colors.default.shades.white,
|
|
@@ -127,15 +125,15 @@ const CodeRedeem = ({
|
|
|
127
125
|
flexDirection: 'row',
|
|
128
126
|
alignItems: 'center'
|
|
129
127
|
}
|
|
130
|
-
}, /*#__PURE__*/
|
|
128
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
131
129
|
style: {
|
|
132
130
|
paddingLeft: 15,
|
|
133
131
|
paddingRight: 15
|
|
134
132
|
}
|
|
135
|
-
}, /*#__PURE__*/
|
|
133
|
+
}, /*#__PURE__*/React.createElement(_Components.Icons.USDIcon, {
|
|
136
134
|
color: _colors.default.brand.midnight,
|
|
137
135
|
size: 18
|
|
138
|
-
})), /*#__PURE__*/
|
|
136
|
+
})), /*#__PURE__*/React.createElement(_Components.TextInput, {
|
|
139
137
|
value: draft_code,
|
|
140
138
|
style: {
|
|
141
139
|
flex: 1,
|
|
@@ -146,31 +144,31 @@ const CodeRedeem = ({
|
|
|
146
144
|
editable: change_allowed,
|
|
147
145
|
placeholderTextColor: _colors.default.brand.slate,
|
|
148
146
|
onChangeText: text => setDraftCode(text)
|
|
149
|
-
}), /*#__PURE__*/
|
|
147
|
+
}), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
150
148
|
style: {
|
|
151
149
|
paddingLeft: 15,
|
|
152
150
|
paddingRight: 15
|
|
153
151
|
}
|
|
154
|
-
}, loading ? /*#__PURE__*/
|
|
152
|
+
}, loading ? /*#__PURE__*/React.createElement(_reactNative.ActivityIndicator, {
|
|
155
153
|
size: "small",
|
|
156
154
|
color: _colors.default.brand.midnight
|
|
157
|
-
}) : /*#__PURE__*/
|
|
155
|
+
}) : /*#__PURE__*/React.createElement(_reactNative.View, null, !is_changed && code_request ? /*#__PURE__*/React.createElement(_Components.Icons.CheckIcon, {
|
|
158
156
|
size: 16,
|
|
159
157
|
color: _colors.default.utility.success
|
|
160
|
-
}) : !code_error ? /*#__PURE__*/
|
|
158
|
+
}) : !code_error ? /*#__PURE__*/React.createElement(_Components.Icons.AlertIcon, {
|
|
161
159
|
size: 16,
|
|
162
160
|
color: _colors.default.utility.warning
|
|
163
|
-
}) : /*#__PURE__*/
|
|
161
|
+
}) : /*#__PURE__*/React.createElement(_Components.Icons.CloseIcon, {
|
|
164
162
|
size: 14,
|
|
165
163
|
color: _colors.default.utility.error
|
|
166
|
-
})))), code_error ? /*#__PURE__*/
|
|
164
|
+
})))), code_error ? /*#__PURE__*/React.createElement(_Components.Text, {
|
|
167
165
|
style: {
|
|
168
166
|
padding: 5
|
|
169
167
|
},
|
|
170
168
|
size: 14,
|
|
171
169
|
color: _colors.default.utility.error,
|
|
172
170
|
textAlign: "center"
|
|
173
|
-
}, code_error) : /*#__PURE__*/
|
|
171
|
+
}, code_error) : /*#__PURE__*/React.createElement(React.Fragment, null), is_changed ? /*#__PURE__*/React.createElement(_Components.Button, {
|
|
174
172
|
title: "Apply Code",
|
|
175
173
|
style: {
|
|
176
174
|
marginTop: 20,
|
|
@@ -181,27 +179,27 @@ const CodeRedeem = ({
|
|
|
181
179
|
onPress: () => handleTryCodeRequest(),
|
|
182
180
|
title_color: _colors.default.shades.white,
|
|
183
181
|
backgroundColor: _colors.default.brand.electric
|
|
184
|
-
}) : /*#__PURE__*/
|
|
182
|
+
}) : /*#__PURE__*/React.createElement(React.Fragment, null), false ? /*#__PURE__*/React.createElement(_Components.Text, {
|
|
185
183
|
size: 14,
|
|
186
184
|
color: _colors.default.utility.warning
|
|
187
|
-
}, 'ERROR GOES HERE') : /*#__PURE__*/
|
|
185
|
+
}, 'ERROR GOES HERE') : /*#__PURE__*/React.createElement(React.Fragment, null)), !reward_option ? /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
188
186
|
style: {
|
|
189
187
|
padding: 10,
|
|
190
188
|
marginTop: 20
|
|
191
189
|
}
|
|
192
|
-
}, /*#__PURE__*/
|
|
190
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
193
191
|
size: 20,
|
|
194
192
|
weight: "bold",
|
|
195
193
|
textAlign: "center",
|
|
196
194
|
color: _colors.default.brand.midnight
|
|
197
|
-
}, "CODE OFFER"), promo ? /*#__PURE__*/
|
|
195
|
+
}, "CODE OFFER"), promo ? /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
198
196
|
style: {
|
|
199
197
|
marginTop: 20,
|
|
200
198
|
backgroundColor: _colors.default.shades.white,
|
|
201
199
|
borderRadius: 8,
|
|
202
200
|
padding: 10
|
|
203
201
|
}
|
|
204
|
-
}, /*#__PURE__*/
|
|
202
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
205
203
|
style: {
|
|
206
204
|
marginTop: 5
|
|
207
205
|
},
|
|
@@ -209,35 +207,35 @@ const CodeRedeem = ({
|
|
|
209
207
|
color: _colors.default.brand.midnight,
|
|
210
208
|
weight: "regular",
|
|
211
209
|
textAlign: "center"
|
|
212
|
-
}, _api.ProfileHelpers.getReferralDescription(promo))) : /*#__PURE__*/
|
|
210
|
+
}, _api.ProfileHelpers.getReferralDescription(promo))) : /*#__PURE__*/React.createElement(React.Fragment, null)) : /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
213
211
|
style: {
|
|
214
212
|
padding: 10,
|
|
215
213
|
marginTop: 20
|
|
216
214
|
}
|
|
217
|
-
}, /*#__PURE__*/
|
|
215
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
218
216
|
size: 20,
|
|
219
217
|
weight: "bold",
|
|
220
218
|
textAlign: "center",
|
|
221
219
|
color: _colors.default.brand.midnight
|
|
222
|
-
}, "CODE REDEEMED"), reward_option ? /*#__PURE__*/
|
|
220
|
+
}, "CODE REDEEMED"), reward_option ? /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
223
221
|
style: {
|
|
224
222
|
marginTop: 10,
|
|
225
223
|
backgroundColor: _colors.default.highlights.highlight400Faded,
|
|
226
224
|
padding: 10,
|
|
227
225
|
borderRadius: 8
|
|
228
226
|
}
|
|
229
|
-
}, /*#__PURE__*/
|
|
227
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
230
228
|
size: 14,
|
|
231
229
|
color: _colors.default.brand.midnight,
|
|
232
230
|
weight: "semibold"
|
|
233
|
-
}, "AWARDED: ", reward_option.reward_name), code_request && promo && ['referral_sweepstakes', 'referral_code'].includes(promo.type) ? /*#__PURE__*/
|
|
231
|
+
}, "AWARDED: ", reward_option.reward_name), code_request && promo && ['referral_sweepstakes', 'referral_code'].includes(promo.type) ? /*#__PURE__*/React.createElement(_Components.Text, {
|
|
234
232
|
style: {
|
|
235
233
|
marginTop: 10
|
|
236
234
|
},
|
|
237
235
|
size: 14,
|
|
238
236
|
color: _colors.default.brand.midnight,
|
|
239
237
|
weight: "semibold"
|
|
240
|
-
}, "KICKBACK STATUS: ", code_request.status == 'fulfilled' ? 'Referrer will get the same reward amount after you make your first deposit' : 'Kickback received') : /*#__PURE__*/
|
|
238
|
+
}, "KICKBACK STATUS: ", code_request.status == 'fulfilled' ? 'Referrer will get the same reward amount after you make your first deposit' : 'Kickback received') : /*#__PURE__*/React.createElement(React.Fragment, null)) : /*#__PURE__*/React.createElement(React.Fragment, null))), referrer ? /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
241
239
|
style: {
|
|
242
240
|
margin: 10,
|
|
243
241
|
marginRight: 30,
|
|
@@ -246,13 +244,13 @@ const CodeRedeem = ({
|
|
|
246
244
|
backgroundColor: _colors.default.shades.white,
|
|
247
245
|
borderRadius: 8
|
|
248
246
|
}
|
|
249
|
-
}, /*#__PURE__*/
|
|
247
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
250
248
|
nativeID: "referrer_details",
|
|
251
249
|
style: {
|
|
252
250
|
flexDirection: 'row',
|
|
253
251
|
padding: 5
|
|
254
252
|
}
|
|
255
|
-
}, /*#__PURE__*/
|
|
253
|
+
}, /*#__PURE__*/React.createElement(_reactNative.Image, {
|
|
256
254
|
source: {
|
|
257
255
|
uri: referrer.profile_pic
|
|
258
256
|
},
|
|
@@ -262,26 +260,26 @@ const CodeRedeem = ({
|
|
|
262
260
|
borderRadius: 8
|
|
263
261
|
},
|
|
264
262
|
resizeMode: "cover"
|
|
265
|
-
}), /*#__PURE__*/
|
|
263
|
+
}), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
266
264
|
style: {
|
|
267
265
|
flex: 1,
|
|
268
266
|
marginLeft: 20
|
|
269
267
|
}
|
|
270
|
-
}, /*#__PURE__*/
|
|
268
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
271
269
|
size: 16,
|
|
272
270
|
weight: "bold"
|
|
273
|
-
}, "Referred By: ", referrer.first_name, " ", referrer.last_name), /*#__PURE__*/
|
|
271
|
+
}, "Referred By: ", referrer.first_name, " ", referrer.last_name), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
274
272
|
style: {
|
|
275
273
|
marginTop: 5
|
|
276
274
|
},
|
|
277
275
|
size: 14,
|
|
278
276
|
weight: "regular"
|
|
279
|
-
}, "@", referrer.username)))) : /*#__PURE__*/
|
|
277
|
+
}, "@", referrer.username)))) : /*#__PURE__*/React.createElement(React.Fragment, null), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
280
278
|
style: {
|
|
281
279
|
flexDirection: 'row',
|
|
282
280
|
padding: 10
|
|
283
281
|
}
|
|
284
|
-
}, /*#__PURE__*/
|
|
282
|
+
}, /*#__PURE__*/React.createElement(_Components.Button, {
|
|
285
283
|
title: walkthrough ? 'SKIP' : 'CLOSE',
|
|
286
284
|
style: {
|
|
287
285
|
flex: 1,
|
|
@@ -292,7 +290,7 @@ const CodeRedeem = ({
|
|
|
292
290
|
borderWidth: 1,
|
|
293
291
|
padding: 15,
|
|
294
292
|
onPress: () => onClose()
|
|
295
|
-
}), code_request?.status == 'requested' ? /*#__PURE__*/
|
|
293
|
+
}), code_request?.status == 'requested' ? /*#__PURE__*/React.createElement(_Components.Button, {
|
|
296
294
|
title: "VERIFY MY ACCOUNT",
|
|
297
295
|
style: {
|
|
298
296
|
flex: 3
|
|
@@ -301,7 +299,7 @@ const CodeRedeem = ({
|
|
|
301
299
|
title_color: _colors.default.shades.white,
|
|
302
300
|
padding: 15,
|
|
303
301
|
onPress: () => onVerify()
|
|
304
|
-
}) : code_request?.status == 'verified' ? /*#__PURE__*/
|
|
302
|
+
}) : code_request?.status == 'verified' ? /*#__PURE__*/React.createElement(_Components.Button, {
|
|
305
303
|
title: "REDEEM CODE",
|
|
306
304
|
style: {
|
|
307
305
|
flex: 3
|
|
@@ -310,7 +308,7 @@ const CodeRedeem = ({
|
|
|
310
308
|
title_color: _colors.default.shades.white,
|
|
311
309
|
padding: 15,
|
|
312
310
|
onPress: () => handleRedeemCode()
|
|
313
|
-
}) : /*#__PURE__*/
|
|
311
|
+
}) : /*#__PURE__*/React.createElement(_Components.Button, {
|
|
314
312
|
title: "CODE REDEEMED",
|
|
315
313
|
style: {
|
|
316
314
|
flex: 3
|
|
@@ -320,7 +318,7 @@ const CodeRedeem = ({
|
|
|
320
318
|
title_color: _colors.default.shades.white,
|
|
321
319
|
padding: 15,
|
|
322
320
|
onPress: () => console.log('REDEEMED!!!')
|
|
323
|
-
})), show_reward ? /*#__PURE__*/
|
|
321
|
+
})), show_reward ? /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
324
322
|
style: {
|
|
325
323
|
position: 'absolute',
|
|
326
324
|
top: 0,
|
|
@@ -331,7 +329,7 @@ const CodeRedeem = ({
|
|
|
331
329
|
justifyContent: 'center',
|
|
332
330
|
alignItems: 'center'
|
|
333
331
|
}
|
|
334
|
-
}, /*#__PURE__*/
|
|
332
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
335
333
|
style: {
|
|
336
334
|
borderRadius: 8,
|
|
337
335
|
backgroundColor: _colors.default.shades.white,
|
|
@@ -339,12 +337,12 @@ const CodeRedeem = ({
|
|
|
339
337
|
minWidth: 250,
|
|
340
338
|
minHeight: 200
|
|
341
339
|
}
|
|
342
|
-
}, reward_option ? /*#__PURE__*/
|
|
340
|
+
}, reward_option ? /*#__PURE__*/React.createElement(_reactNative.View, null, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
343
341
|
size: 14,
|
|
344
342
|
color: _colors.default.brand.midnight,
|
|
345
343
|
weight: "semibold",
|
|
346
344
|
textAlign: "center"
|
|
347
|
-
}, "CONGRATULATIONS!"), /*#__PURE__*/
|
|
345
|
+
}, "CONGRATULATIONS!"), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
348
346
|
style: {
|
|
349
347
|
marginTop: 10
|
|
350
348
|
},
|
|
@@ -352,7 +350,7 @@ const CodeRedeem = ({
|
|
|
352
350
|
color: _colors.default.utility.success,
|
|
353
351
|
weight: "bold",
|
|
354
352
|
textAlign: "center"
|
|
355
|
-
}, reward_option.reward_name), /*#__PURE__*/
|
|
353
|
+
}, reward_option.reward_name), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
356
354
|
style: {
|
|
357
355
|
marginTop: 10
|
|
358
356
|
},
|
|
@@ -360,7 +358,7 @@ const CodeRedeem = ({
|
|
|
360
358
|
color: _colors.default.brand.midnight,
|
|
361
359
|
weight: "regular",
|
|
362
360
|
textAlign: "center"
|
|
363
|
-
}, "AWARD RECEIVED"), /*#__PURE__*/
|
|
361
|
+
}, "AWARD RECEIVED"), /*#__PURE__*/React.createElement(_Components.Button, {
|
|
364
362
|
title: "CLOSE",
|
|
365
363
|
title_color: _colors.default.shades.white,
|
|
366
364
|
style: {
|
|
@@ -369,19 +367,19 @@ const CodeRedeem = ({
|
|
|
369
367
|
padding: 15,
|
|
370
368
|
backgroundColor: _colors.default.brand.electric,
|
|
371
369
|
onPress: () => setShowReward(false)
|
|
372
|
-
})) : /*#__PURE__*/
|
|
370
|
+
})) : /*#__PURE__*/React.createElement(_reactNative.View, null, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
373
371
|
size: 14,
|
|
374
372
|
color: _colors.default.brand.midnight,
|
|
375
373
|
weight: "semibold",
|
|
376
374
|
textAlign: "center"
|
|
377
|
-
}, "GETTING YOUR REWARD..."), /*#__PURE__*/
|
|
375
|
+
}, "GETTING YOUR REWARD..."), /*#__PURE__*/React.createElement(_reactNative.ActivityIndicator, {
|
|
378
376
|
size: "large",
|
|
379
377
|
color: _colors.default.brand.midnight,
|
|
380
378
|
style: {
|
|
381
379
|
alignSelf: 'center',
|
|
382
380
|
marginTop: 20
|
|
383
381
|
}
|
|
384
|
-
}))), ":", /*#__PURE__*/
|
|
382
|
+
}))), ":", /*#__PURE__*/React.createElement(React.Fragment, null)) : /*#__PURE__*/React.createElement(React.Fragment, null));
|
|
385
383
|
};
|
|
386
384
|
var _default = exports.default = CodeRedeem;
|
|
387
385
|
//# sourceMappingURL=CodeRedeem.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_Components","_colors","_interopRequireDefault","_api","obj","__esModule","default","_getRequireWildcardCache","e","WeakMap","r","t","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","CodeRedeem","walkthrough","onVerify","onClose","onRedeemCode","loading","setLoading","useState","show_reward","setShowReward","action_loading","setActionLoading","data","setData","code_error","setCodeError","draft_code","setDraftCode","code_request","promo","reward_option","referrer","useEffect","getDataFromServer","request_response","ProfileApi","getMyCodeDetails","referral_code","handleTryCodeRequest","tryCodeRequest","result","error_message","handleRedeemCode","redeemCode","code_request_id","setTimeout","createElement","ActivityIndicator","size","color","Colors","brand","midnight","style","padding","alignSelf","is_changed","try_allowed","change_allowed","ProfileHelpers","isChangeCodeAllowed","View","flex","Text","weight","marginTop","textAlign","backgroundColor","shades","white","borderRadius","flexDirection","alignItems","paddingLeft","paddingRight","Icons","USDIcon","TextInput","value","backroundColor","shade100","placeholder","editable","placeholderTextColor","slate","onChangeText","text","CheckIcon","utility","success","AlertIcon","warning","CloseIcon","error","Fragment","Button","title","opacity","disabled","onPress","title_color","electric","getReferralDescription","highlights","highlight400Faded","reward_name","includes","type","status","margin","marginRight","marginLeft","nativeID","Image","source","uri","profile_pic","height","width","resizeMode","first_name","last_name","username","borderColor","borderWidth","console","log","position","top","left","right","bottom","black_faded","justifyContent","minWidth","minHeight","_default","exports"],"sourceRoot":"../../../../src","sources":["ProfileManager/Components/CodeRedeem.tsx"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["_react","require","_reactNative","_Components","_colors","_interopRequireDefault","_api","obj","__esModule","default","CodeRedeem","walkthrough","onVerify","onClose","onRedeemCode","loading","setLoading","useState","show_reward","setShowReward","action_loading","setActionLoading","data","setData","code_error","setCodeError","draft_code","setDraftCode","code_request","promo","reward_option","referrer","useEffect","getDataFromServer","request_response","ProfileApi","getMyCodeDetails","referral_code","handleTryCodeRequest","tryCodeRequest","result","error_message","handleRedeemCode","redeemCode","code_request_id","setTimeout","React","createElement","ActivityIndicator","size","color","Colors","brand","midnight","style","padding","alignSelf","is_changed","try_allowed","change_allowed","ProfileHelpers","isChangeCodeAllowed","View","flex","Text","weight","marginTop","textAlign","backgroundColor","shades","white","borderRadius","flexDirection","alignItems","paddingLeft","paddingRight","Icons","USDIcon","TextInput","value","backroundColor","shade100","placeholder","editable","placeholderTextColor","slate","onChangeText","text","CheckIcon","utility","success","AlertIcon","warning","CloseIcon","error","Fragment","Button","title","opacity","disabled","onPress","title_color","electric","getReferralDescription","highlights","highlight400Faded","reward_name","includes","type","status","margin","marginRight","marginLeft","nativeID","Image","source","uri","profile_pic","height","width","resizeMode","first_name","last_name","username","borderColor","borderWidth","console","log","position","top","left","right","bottom","black_faded","justifyContent","minWidth","minHeight","_default","exports"],"sourceRoot":"../../../../src","sources":["ProfileManager/Components/CodeRedeem.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -4,7 +4,7 @@ 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 _momentMini = _interopRequireDefault(require("moment-mini"));
|
|
9
9
|
var _reactNative = require("react-native");
|
|
10
10
|
var _Components = require("../../Components");
|
|
@@ -12,8 +12,6 @@ var _colors = _interopRequireDefault(require("../../constants/colors"));
|
|
|
12
12
|
var _api = require("../api");
|
|
13
13
|
var _styles = require("../../constants/styles");
|
|
14
14
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
15
|
-
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); }
|
|
16
|
-
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; }
|
|
17
15
|
const DOBManager = ({
|
|
18
16
|
player,
|
|
19
17
|
walkthrough,
|
|
@@ -87,51 +85,51 @@ const DOBManager = ({
|
|
|
87
85
|
await handleUpdatePlayerDOB();
|
|
88
86
|
return onNext();
|
|
89
87
|
};
|
|
90
|
-
return /*#__PURE__*/
|
|
88
|
+
return /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
91
89
|
style: {
|
|
92
90
|
flex: 1
|
|
93
91
|
}
|
|
94
|
-
}, /*#__PURE__*/
|
|
92
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
95
93
|
style: {
|
|
96
94
|
flex: 1,
|
|
97
95
|
justifyContent: 'center'
|
|
98
96
|
}
|
|
99
|
-
}, /*#__PURE__*/
|
|
97
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
100
98
|
style: {
|
|
101
99
|
padding: 20
|
|
102
100
|
}
|
|
103
|
-
}, /*#__PURE__*/
|
|
101
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
104
102
|
size: 30,
|
|
105
103
|
color: _colors.default.brand.midnight,
|
|
106
104
|
weight: "bold"
|
|
107
|
-
}, "Date Of Birth"), /*#__PURE__*/
|
|
105
|
+
}, "Date Of Birth"), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
108
106
|
style: {
|
|
109
107
|
marginTop: 15
|
|
110
108
|
},
|
|
111
109
|
size: 16,
|
|
112
110
|
color: _colors.default.brand.midnight,
|
|
113
111
|
weight: "regular"
|
|
114
|
-
}, "In order to participate in real-money gaming you must be over 18.")), /*#__PURE__*/
|
|
112
|
+
}, "In order to participate in real-money gaming you must be over 18.")), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
115
113
|
style: {
|
|
116
114
|
padding: 30,
|
|
117
115
|
flex: 1
|
|
118
116
|
}
|
|
119
|
-
}, /*#__PURE__*/
|
|
117
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
120
118
|
style: {
|
|
121
119
|
backgroundColor: _colors.default.shades.white,
|
|
122
120
|
borderRadius: 22,
|
|
123
121
|
flexDirection: 'row',
|
|
124
122
|
alignItems: 'center'
|
|
125
123
|
}
|
|
126
|
-
}, /*#__PURE__*/
|
|
124
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
127
125
|
style: {
|
|
128
126
|
paddingLeft: 15,
|
|
129
127
|
paddingRight: 15
|
|
130
128
|
}
|
|
131
|
-
}, /*#__PURE__*/
|
|
129
|
+
}, /*#__PURE__*/React.createElement(_Components.Icons.BirthdayIcon, {
|
|
132
130
|
color: _colors.default.brand.midnight,
|
|
133
131
|
size: 18
|
|
134
|
-
})), /*#__PURE__*/
|
|
132
|
+
})), /*#__PURE__*/React.createElement(_Components.TextInput, {
|
|
135
133
|
value: dob,
|
|
136
134
|
placeholder: "01/01/2005",
|
|
137
135
|
editable: player.vouched_status == 'verified' ? false : true,
|
|
@@ -141,54 +139,54 @@ const DOBManager = ({
|
|
|
141
139
|
borderRadius: 0
|
|
142
140
|
},
|
|
143
141
|
onChangeText: text => handleDOBChange(text)
|
|
144
|
-
}), /*#__PURE__*/
|
|
142
|
+
}), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
145
143
|
style: {
|
|
146
144
|
paddingLeft: 15,
|
|
147
145
|
paddingRight: 15
|
|
148
146
|
}
|
|
149
|
-
}, loading ? /*#__PURE__*/
|
|
147
|
+
}, loading ? /*#__PURE__*/React.createElement(_reactNative.ActivityIndicator, {
|
|
150
148
|
size: "small",
|
|
151
149
|
color: _colors.default.brand.midnight
|
|
152
|
-
}) : /*#__PURE__*/
|
|
150
|
+
}) : /*#__PURE__*/React.createElement(_reactNative.View, null, player.dob && !error ? /*#__PURE__*/React.createElement(_Components.Icons.CheckIcon, {
|
|
153
151
|
size: 16,
|
|
154
152
|
color: _colors.default.utility.success
|
|
155
|
-
}) : /*#__PURE__*/
|
|
153
|
+
}) : /*#__PURE__*/React.createElement(_Components.Icons.AlertIcon, {
|
|
156
154
|
size: 16,
|
|
157
155
|
color: _colors.default.utility.warning
|
|
158
|
-
})))), error ? /*#__PURE__*/
|
|
156
|
+
})))), error ? /*#__PURE__*/React.createElement(_Components.Text, {
|
|
159
157
|
size: 14,
|
|
160
158
|
color: _colors.default.utility.warning
|
|
161
|
-
}, error) : age_error ? /*#__PURE__*/
|
|
159
|
+
}, error) : age_error ? /*#__PURE__*/React.createElement(_Components.Text, {
|
|
162
160
|
size: 14,
|
|
163
161
|
color: _colors.default.utility.warning
|
|
164
|
-
}, age_error) : /*#__PURE__*/
|
|
162
|
+
}, age_error) : /*#__PURE__*/React.createElement(React.Fragment, null))), walkthrough ? /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
165
163
|
nativeID: "action_row",
|
|
166
164
|
style: {
|
|
167
165
|
flexDirection: 'row',
|
|
168
166
|
justifyContent: 'space-between',
|
|
169
167
|
padding: 10
|
|
170
168
|
}
|
|
171
|
-
}, /*#__PURE__*/
|
|
169
|
+
}, /*#__PURE__*/React.createElement(_Components.Button, {
|
|
172
170
|
title: "EXIT SETUP",
|
|
173
171
|
title_color: _colors.default.utility.error,
|
|
174
172
|
backgroundColor: "transparent",
|
|
175
173
|
onPress: () => onClose()
|
|
176
|
-
}), /*#__PURE__*/
|
|
174
|
+
}), /*#__PURE__*/React.createElement(_reactNative.TouchableOpacity, {
|
|
177
175
|
style: !error && !loading ? _styles.button_styles.wizard_valid : _styles.button_styles.wizard_invalid,
|
|
178
176
|
disabled: error || loading ? true : false,
|
|
179
177
|
onPress: () => handleNext()
|
|
180
|
-
}, /*#__PURE__*/
|
|
178
|
+
}, /*#__PURE__*/React.createElement(_Components.Icons.ChevronIcon, {
|
|
181
179
|
size: 20,
|
|
182
180
|
direction: "right",
|
|
183
181
|
color: _colors.default.brand.midnight
|
|
184
|
-
}))) : /*#__PURE__*/
|
|
182
|
+
}))) : /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
185
183
|
nativeID: "action_row",
|
|
186
184
|
style: {
|
|
187
185
|
flexDirection: 'row',
|
|
188
186
|
justifyContent: 'space-between',
|
|
189
187
|
padding: 10
|
|
190
188
|
}
|
|
191
|
-
}, /*#__PURE__*/
|
|
189
|
+
}, /*#__PURE__*/React.createElement(_Components.Button, {
|
|
192
190
|
style: {
|
|
193
191
|
flex: 1,
|
|
194
192
|
marginRight: 5
|
|
@@ -199,7 +197,7 @@ const DOBManager = ({
|
|
|
199
197
|
borderWidth: 1,
|
|
200
198
|
borderColor: _colors.default.brand.electric,
|
|
201
199
|
onPress: () => onClose()
|
|
202
|
-
}), /*#__PURE__*/
|
|
200
|
+
}), /*#__PURE__*/React.createElement(_Components.Button, {
|
|
203
201
|
style: {
|
|
204
202
|
flex: 3,
|
|
205
203
|
opacity: update_allowed ? 1 : 0.5
|