be-components 1.0.9 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/AdServer/components/CompanyAdCard.js +3 -5
- package/lib/commonjs/AdServer/components/CompanyAdCard.js.map +1 -1
- package/lib/commonjs/AdServer/index.js +8 -10
- package/lib/commonjs/AdServer/index.js.map +1 -1
- package/lib/commonjs/ApiOverrides/index.js +6 -3
- package/lib/commonjs/ApiOverrides/index.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.js +16 -17
- package/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/LoginForm.js +58 -60
- package/lib/commonjs/Authenticator/Components/LoginForm.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/StrategyForm.js +67 -69
- package/lib/commonjs/Authenticator/Components/StrategyForm.js.map +1 -1
- package/lib/commonjs/Authenticator/index.js +14 -16
- package/lib/commonjs/Authenticator/index.js.map +1 -1
- package/lib/commonjs/BettorSearch/index.js +8 -10
- package/lib/commonjs/BettorSearch/index.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketCompetitionCard.js +92 -94
- package/lib/commonjs/Bracket/components/BracketCompetitionCard.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketCompetitionSelector.js +37 -39
- package/lib/commonjs/Bracket/components/BracketCompetitionSelector.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/BracketNavigator.js +18 -19
- package/lib/commonjs/Bracket/components/BracketPlay/BracketNavigator.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/BracketRound.js +7 -8
- package/lib/commonjs/Bracket/components/BracketPlay/BracketRound.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/RoundEvent.js +45 -46
- package/lib/commonjs/Bracket/components/BracketPlay/RoundEvent.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/index.js +27 -29
- package/lib/commonjs/Bracket/components/BracketPlay/index.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketSelector.js +21 -22
- package/lib/commonjs/Bracket/components/BracketSelector.js.map +1 -1
- package/lib/commonjs/Bracket/components/CompetitionLeaderboard.js +34 -36
- package/lib/commonjs/Bracket/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/commonjs/Bracket/components/JoinCompetitionCard.js +20 -22
- package/lib/commonjs/Bracket/components/JoinCompetitionCard.js.map +1 -1
- package/lib/commonjs/Bracket/components/PlayerBalanceCard.js +6 -7
- package/lib/commonjs/Bracket/components/PlayerBalanceCard.js.map +1 -1
- package/lib/commonjs/Bracket/components/PlayerBracketManager.js +75 -77
- package/lib/commonjs/Bracket/components/PlayerBracketManager.js.map +1 -1
- package/lib/commonjs/Bracket/components/PlayerBrackets.js +27 -28
- package/lib/commonjs/Bracket/components/PlayerBrackets.js.map +1 -1
- package/lib/commonjs/Bracket/components/RoomMenu.js +15 -16
- package/lib/commonjs/Bracket/components/RoomMenu.js.map +1 -1
- package/lib/commonjs/Bracket/index.js +9 -11
- package/lib/commonjs/Bracket/index.js.map +1 -1
- package/lib/commonjs/Checkout/components/AccountSummaryCard.js +43 -44
- package/lib/commonjs/Checkout/components/AccountSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/components/ItemSummaryCard.js +7 -8
- package/lib/commonjs/Checkout/components/ItemSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/components/OrderSummaryCard.js +12 -13
- package/lib/commonjs/Checkout/components/OrderSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/components/PayPalOrderCapture.js +2 -4
- package/lib/commonjs/Checkout/components/PayPalOrderCapture.js.map +1 -1
- package/lib/commonjs/Checkout/components/ShippingSummaryCard.js +7 -8
- package/lib/commonjs/Checkout/components/ShippingSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/index.js +58 -60
- package/lib/commonjs/Checkout/index.js.map +1 -1
- package/lib/commonjs/Competition/components/AthleteMarketCard.js +20 -21
- package/lib/commonjs/Competition/components/AthleteMarketCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionCard.js +25 -26
- package/lib/commonjs/Competition/components/CompetitionCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionInfoCard.js +31 -32
- package/lib/commonjs/Competition/components/CompetitionInfoCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionLeaderboard.js +34 -36
- package/lib/commonjs/Competition/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionPlay.js +116 -118
- package/lib/commonjs/Competition/components/CompetitionPlay.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionSeasonCard.js +16 -17
- package/lib/commonjs/Competition/components/CompetitionSeasonCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionSelector.js +14 -16
- package/lib/commonjs/Competition/components/CompetitionSelector.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionTypeCard.js +43 -45
- package/lib/commonjs/Competition/components/CompetitionTypeCard.js.map +1 -1
- package/lib/commonjs/Competition/components/EnterCompetitionPrompt.js +29 -31
- package/lib/commonjs/Competition/components/EnterCompetitionPrompt.js.map +1 -1
- package/lib/commonjs/Competition/components/LeaderPicks.js +39 -41
- package/lib/commonjs/Competition/components/LeaderPicks.js.map +1 -1
- package/lib/commonjs/Competition/components/ManageSeasonForm.js +85 -87
- package/lib/commonjs/Competition/components/ManageSeasonForm.js.map +1 -1
- package/lib/commonjs/Competition/components/MarketsCard.js +17 -19
- package/lib/commonjs/Competition/components/MarketsCard.js.map +1 -1
- package/lib/commonjs/Competition/components/MatchMarketCard.js +25 -26
- package/lib/commonjs/Competition/components/MatchMarketCard.js.map +1 -1
- package/lib/commonjs/Competition/components/NavOutPrompt.js +18 -19
- package/lib/commonjs/Competition/components/NavOutPrompt.js.map +1 -1
- package/lib/commonjs/Competition/components/SeasonInfoModal.js +52 -54
- package/lib/commonjs/Competition/components/SeasonInfoModal.js.map +1 -1
- package/lib/commonjs/Competition/components/TeamEventCard.js +30 -31
- package/lib/commonjs/Competition/components/TeamEventCard.js.map +1 -1
- package/lib/commonjs/Competition/components/WagerPickForm.js +30 -32
- package/lib/commonjs/Competition/components/WagerPickForm.js.map +1 -1
- package/lib/commonjs/Competition/index.js +3 -5
- package/lib/commonjs/Competition/index.js.map +1 -1
- package/lib/commonjs/Components/Button.js +7 -8
- package/lib/commonjs/Components/Button.js.map +1 -1
- package/lib/commonjs/Components/Checkbox.js +3 -4
- package/lib/commonjs/Components/Checkbox.js.map +1 -1
- package/lib/commonjs/Components/Icons.js +650 -373
- package/lib/commonjs/Components/Icons.js.map +1 -1
- package/lib/commonjs/Components/ImageUploader.js +3 -5
- package/lib/commonjs/Components/ImageUploader.js.map +1 -1
- package/lib/commonjs/Components/Jerseys.js +124 -125
- package/lib/commonjs/Components/Jerseys.js.map +1 -1
- package/lib/commonjs/Components/LinearDiagnal.js +7 -9
- package/lib/commonjs/Components/LinearDiagnal.js.map +1 -1
- package/lib/commonjs/Components/Spring.js +1 -3
- package/lib/commonjs/Components/Spring.js.map +1 -1
- package/lib/commonjs/Components/Switch.js +8 -9
- package/lib/commonjs/Components/Switch.js.map +1 -1
- package/lib/commonjs/Components/Text.js +33 -5
- package/lib/commonjs/Components/Text.js.map +1 -1
- package/lib/commonjs/Components/TextInput.js +1 -2
- package/lib/commonjs/Components/TextInput.js.map +1 -1
- package/lib/commonjs/LocationTracker/index.js +27 -28
- package/lib/commonjs/LocationTracker/index.js.map +1 -1
- package/lib/commonjs/Observer/Observer.js +2 -4
- package/lib/commonjs/Observer/Observer.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignPlay.js +56 -58
- package/lib/commonjs/Poll/components/CampaignPlay.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignProgressBar.js +11 -13
- package/lib/commonjs/Poll/components/CampaignProgressBar.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignResult.js +56 -58
- package/lib/commonjs/Poll/components/CampaignResult.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignSelector.js +12 -14
- package/lib/commonjs/Poll/components/CampaignSelector.js.map +1 -1
- package/lib/commonjs/Poll/components/PollCampaignCard.js +7 -8
- package/lib/commonjs/Poll/components/PollCampaignCard.js.map +1 -1
- package/lib/commonjs/Poll/components/PollCard.js +49 -51
- package/lib/commonjs/Poll/components/PollCard.js.map +1 -1
- package/lib/commonjs/Poll/components/PollOptionCard.js +14 -16
- package/lib/commonjs/Poll/components/PollOptionCard.js.map +1 -1
- package/lib/commonjs/Poll/components/PollSelectCard.js +25 -26
- package/lib/commonjs/Poll/components/PollSelectCard.js.map +1 -1
- package/lib/commonjs/Poll/components/ResponseTimer.js +3 -5
- package/lib/commonjs/Poll/components/ResponseTimer.js.map +1 -1
- package/lib/commonjs/Poll/components/WidgetHeader.js +11 -12
- package/lib/commonjs/Poll/components/WidgetHeader.js.map +1 -1
- package/lib/commonjs/Poll/flashmarket/ResultCard.js +47 -49
- package/lib/commonjs/Poll/flashmarket/ResultCard.js.map +1 -1
- package/lib/commonjs/Poll/flashmarket/index.js +52 -54
- package/lib/commonjs/Poll/flashmarket/index.js.map +1 -1
- package/lib/commonjs/Poll/index.js +6 -8
- package/lib/commonjs/Poll/index.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/BasicInfoManager.js +35 -37
- package/lib/commonjs/ProfileManager/Components/BasicInfoManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/BasicStatus.js +35 -36
- package/lib/commonjs/ProfileManager/Components/BasicStatus.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/CodeRedeem.js +50 -52
- package/lib/commonjs/ProfileManager/Components/CodeRedeem.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/DOBManager.js +24 -26
- package/lib/commonjs/ProfileManager/Components/DOBManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/EmailManager.js +36 -38
- package/lib/commonjs/ProfileManager/Components/EmailManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/PasswordManager.js +36 -38
- package/lib/commonjs/ProfileManager/Components/PasswordManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/PhoneManager.js +36 -38
- package/lib/commonjs/ProfileManager/Components/PhoneManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfilePicManager.js +17 -19
- package/lib/commonjs/ProfileManager/Components/ProfilePicManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfileWelcome.js +15 -16
- package/lib/commonjs/ProfileManager/Components/ProfileWelcome.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfileWizard.js +66 -68
- package/lib/commonjs/ProfileManager/Components/ProfileWizard.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/SettingsManager.js +29 -31
- package/lib/commonjs/ProfileManager/Components/SettingsManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/VouchCard.js +63 -65
- package/lib/commonjs/ProfileManager/Components/VouchCard.js.map +1 -1
- package/lib/commonjs/ProfileManager/index.js +16 -18
- package/lib/commonjs/ProfileManager/index.js.map +1 -1
- package/lib/commonjs/SocialComponents/PlayerCard.js +11 -12
- package/lib/commonjs/SocialComponents/PlayerCard.js.map +1 -1
- package/lib/commonjs/SocialComponents/PlayerFollowButton.js +3 -4
- package/lib/commonjs/SocialComponents/PlayerFollowButton.js.map +1 -1
- package/lib/commonjs/SocialComponents/PlayerList.js +4 -6
- package/lib/commonjs/SocialComponents/PlayerList.js.map +1 -1
- package/lib/commonjs/Socket/api/index.js +18 -0
- package/lib/commonjs/Socket/api/index.js.map +1 -0
- package/lib/commonjs/Socket/index.js +120 -0
- package/lib/commonjs/Socket/index.js.map +1 -0
- package/lib/commonjs/Squares/api/index.js +97 -0
- package/lib/commonjs/Squares/api/index.js.map +1 -0
- package/lib/commonjs/Squares/components/BidForm.js +173 -0
- package/lib/commonjs/Squares/components/BidForm.js.map +1 -0
- package/lib/commonjs/Squares/components/BidToggle.js +63 -0
- package/lib/commonjs/Squares/components/BidToggle.js.map +1 -0
- package/lib/commonjs/Squares/components/BoardStats.js +144 -0
- package/lib/commonjs/Squares/components/BoardStats.js.map +1 -0
- package/lib/commonjs/Squares/components/EventCard.js +132 -0
- package/lib/commonjs/Squares/components/EventCard.js.map +1 -0
- package/lib/commonjs/Squares/components/MySquaresCard.js +109 -0
- package/lib/commonjs/Squares/components/MySquaresCard.js.map +1 -0
- package/lib/commonjs/Squares/components/OfferForm.js +181 -0
- package/lib/commonjs/Squares/components/OfferForm.js.map +1 -0
- package/lib/commonjs/Squares/components/ResultsCard.js +108 -0
- package/lib/commonjs/Squares/components/ResultsCard.js.map +1 -0
- package/lib/commonjs/Squares/components/SquareCard.js +337 -0
- package/lib/commonjs/Squares/components/SquareCard.js.map +1 -0
- package/lib/commonjs/Squares/components/SquareOfferCard.js +266 -0
- package/lib/commonjs/Squares/components/SquareOfferCard.js.map +1 -0
- package/lib/commonjs/Squares/components/SquareOwners.js +123 -0
- package/lib/commonjs/Squares/components/SquareOwners.js.map +1 -0
- package/lib/commonjs/Squares/components/SquaresBoard.js +209 -0
- package/lib/commonjs/Squares/components/SquaresBoard.js.map +1 -0
- package/lib/commonjs/Squares/components/SquaresDetails.js +90 -0
- package/lib/commonjs/Squares/components/SquaresDetails.js.map +1 -0
- package/lib/commonjs/Squares/index.js +568 -0
- package/lib/commonjs/Squares/index.js.map +1 -0
- package/lib/commonjs/Wallet/components/ACHAddCard.js +38 -39
- package/lib/commonjs/Wallet/components/ACHAddCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountCard.js +17 -18
- package/lib/commonjs/Wallet/components/AccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountLimitManager.js +32 -34
- package/lib/commonjs/Wallet/components/AccountLimitManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountManager.js +31 -32
- package/lib/commonjs/Wallet/components/AccountManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountSnoozeManager.js +31 -33
- package/lib/commonjs/Wallet/components/AccountSnoozeManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/AddressCard.js +7 -8
- package/lib/commonjs/Wallet/components/AddressCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AddressManager.js +44 -46
- package/lib/commonjs/Wallet/components/AddressManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/DepositCard.js +41 -43
- package/lib/commonjs/Wallet/components/DepositCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/FundAccountCard.js +54 -55
- package/lib/commonjs/Wallet/components/FundAccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/ItemOrderCard.js +15 -17
- package/lib/commonjs/Wallet/components/ItemOrderCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/ItemOrderDetailCard.js +23 -25
- package/lib/commonjs/Wallet/components/ItemOrderDetailCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/LinkAccountManager.js +40 -42
- package/lib/commonjs/Wallet/components/LinkAccountManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManageAccountCard.js +36 -38
- package/lib/commonjs/Wallet/components/ManageAccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManualACHAdd.js +33 -35
- package/lib/commonjs/Wallet/components/ManualACHAdd.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManualCardAdd.js +47 -49
- package/lib/commonjs/Wallet/components/ManualCardAdd.js.map +1 -1
- package/lib/commonjs/Wallet/components/MyBalance.js +34 -35
- package/lib/commonjs/Wallet/components/MyBalance.js.map +1 -1
- package/lib/commonjs/Wallet/components/OrderManager.js +15 -17
- package/lib/commonjs/Wallet/components/OrderManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/RemoveAccount.js +10 -12
- package/lib/commonjs/Wallet/components/RemoveAccount.js.map +1 -1
- package/lib/commonjs/Wallet/components/VerifyACHAccount.js +20 -22
- package/lib/commonjs/Wallet/components/VerifyACHAccount.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletActionSelector.js +49 -51
- package/lib/commonjs/Wallet/components/WalletActionSelector.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletSettings.js +98 -100
- package/lib/commonjs/Wallet/components/WalletSettings.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletSetup.js +58 -60
- package/lib/commonjs/Wallet/components/WalletSetup.js.map +1 -1
- package/lib/commonjs/Wallet/components/WithdrawCard.js +46 -48
- package/lib/commonjs/Wallet/components/WithdrawCard.js.map +1 -1
- package/lib/commonjs/Wallet/index.js +45 -47
- package/lib/commonjs/Wallet/index.js.map +1 -1
- package/lib/commonjs/constants/styles.js +86 -0
- package/lib/commonjs/constants/styles.js.map +1 -1
- package/lib/commonjs/index.js +14 -0
- package/lib/commonjs/index.js.map +1 -1
- package/lib/module/AdServer/components/CompanyAdCard.js +1 -1
- package/lib/module/AdServer/components/CompanyAdCard.js.map +1 -1
- package/lib/module/AdServer/index.js +1 -1
- package/lib/module/AdServer/index.js.map +1 -1
- package/lib/module/ApiOverrides/index.js +6 -3
- package/lib/module/ApiOverrides/index.js.map +1 -1
- package/lib/module/Authenticator/Components/AuthStrategyIdentifier.js +0 -1
- package/lib/module/Authenticator/Components/AuthStrategyIdentifier.js.map +1 -1
- package/lib/module/Authenticator/Components/LoginForm.js +1 -1
- package/lib/module/Authenticator/Components/LoginForm.js.map +1 -1
- package/lib/module/Authenticator/Components/StrategyForm.js +1 -1
- package/lib/module/Authenticator/Components/StrategyForm.js.map +1 -1
- package/lib/module/Authenticator/index.js +1 -1
- package/lib/module/Authenticator/index.js.map +1 -1
- package/lib/module/BettorSearch/index.js +1 -1
- package/lib/module/BettorSearch/index.js.map +1 -1
- package/lib/module/Bracket/components/BracketCompetitionCard.js +1 -1
- package/lib/module/Bracket/components/BracketCompetitionCard.js.map +1 -1
- package/lib/module/Bracket/components/BracketCompetitionSelector.js +1 -1
- package/lib/module/Bracket/components/BracketCompetitionSelector.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/BracketNavigator.js +0 -1
- package/lib/module/Bracket/components/BracketPlay/BracketNavigator.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/BracketRound.js +0 -1
- package/lib/module/Bracket/components/BracketPlay/BracketRound.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/RoundEvent.js +0 -1
- package/lib/module/Bracket/components/BracketPlay/RoundEvent.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/index.js +1 -1
- package/lib/module/Bracket/components/BracketPlay/index.js.map +1 -1
- package/lib/module/Bracket/components/BracketSelector.js +0 -1
- package/lib/module/Bracket/components/BracketSelector.js.map +1 -1
- package/lib/module/Bracket/components/CompetitionLeaderboard.js +1 -1
- package/lib/module/Bracket/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/module/Bracket/components/JoinCompetitionCard.js +1 -1
- package/lib/module/Bracket/components/JoinCompetitionCard.js.map +1 -1
- package/lib/module/Bracket/components/PlayerBalanceCard.js +0 -1
- package/lib/module/Bracket/components/PlayerBalanceCard.js.map +1 -1
- package/lib/module/Bracket/components/PlayerBracketManager.js +1 -1
- package/lib/module/Bracket/components/PlayerBracketManager.js.map +1 -1
- package/lib/module/Bracket/components/PlayerBrackets.js +0 -1
- package/lib/module/Bracket/components/PlayerBrackets.js.map +1 -1
- package/lib/module/Bracket/components/RoomMenu.js +0 -1
- package/lib/module/Bracket/components/RoomMenu.js.map +1 -1
- package/lib/module/Bracket/index.js +1 -1
- package/lib/module/Bracket/index.js.map +1 -1
- package/lib/module/Checkout/components/AccountSummaryCard.js +0 -1
- package/lib/module/Checkout/components/AccountSummaryCard.js.map +1 -1
- package/lib/module/Checkout/components/ItemSummaryCard.js +0 -1
- package/lib/module/Checkout/components/ItemSummaryCard.js.map +1 -1
- package/lib/module/Checkout/components/OrderSummaryCard.js +0 -1
- package/lib/module/Checkout/components/OrderSummaryCard.js.map +1 -1
- package/lib/module/Checkout/components/PayPalOrderCapture.js +0 -1
- package/lib/module/Checkout/components/PayPalOrderCapture.js.map +1 -1
- package/lib/module/Checkout/components/ShippingSummaryCard.js +0 -1
- package/lib/module/Checkout/components/ShippingSummaryCard.js.map +1 -1
- package/lib/module/Checkout/index.js +1 -1
- package/lib/module/Checkout/index.js.map +1 -1
- package/lib/module/Competition/components/AthleteMarketCard.js +0 -1
- package/lib/module/Competition/components/AthleteMarketCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionCard.js +0 -1
- package/lib/module/Competition/components/CompetitionCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionInfoCard.js +0 -1
- package/lib/module/Competition/components/CompetitionInfoCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionLeaderboard.js +1 -1
- package/lib/module/Competition/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionPlay.js +1 -1
- package/lib/module/Competition/components/CompetitionPlay.js.map +1 -1
- package/lib/module/Competition/components/CompetitionSeasonCard.js +0 -1
- package/lib/module/Competition/components/CompetitionSeasonCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionSelector.js +1 -1
- package/lib/module/Competition/components/CompetitionSelector.js.map +1 -1
- package/lib/module/Competition/components/CompetitionTypeCard.js +1 -1
- package/lib/module/Competition/components/CompetitionTypeCard.js.map +1 -1
- package/lib/module/Competition/components/EnterCompetitionPrompt.js +1 -1
- package/lib/module/Competition/components/EnterCompetitionPrompt.js.map +1 -1
- package/lib/module/Competition/components/LeaderPicks.js +1 -1
- package/lib/module/Competition/components/LeaderPicks.js.map +1 -1
- package/lib/module/Competition/components/ManageSeasonForm.js +1 -1
- package/lib/module/Competition/components/ManageSeasonForm.js.map +1 -1
- package/lib/module/Competition/components/MarketsCard.js +1 -1
- package/lib/module/Competition/components/MarketsCard.js.map +1 -1
- package/lib/module/Competition/components/MatchMarketCard.js +0 -1
- package/lib/module/Competition/components/MatchMarketCard.js.map +1 -1
- package/lib/module/Competition/components/NavOutPrompt.js +0 -1
- package/lib/module/Competition/components/NavOutPrompt.js.map +1 -1
- package/lib/module/Competition/components/SeasonInfoModal.js +1 -1
- package/lib/module/Competition/components/SeasonInfoModal.js.map +1 -1
- package/lib/module/Competition/components/TeamEventCard.js +0 -1
- package/lib/module/Competition/components/TeamEventCard.js.map +1 -1
- package/lib/module/Competition/components/WagerPickForm.js +1 -1
- package/lib/module/Competition/components/WagerPickForm.js.map +1 -1
- package/lib/module/Competition/index.js +1 -1
- package/lib/module/Competition/index.js.map +1 -1
- package/lib/module/Components/Button.js +0 -1
- package/lib/module/Components/Button.js.map +1 -1
- package/lib/module/Components/Checkbox.js +0 -1
- package/lib/module/Components/Checkbox.js.map +1 -1
- package/lib/module/Components/Icons.js +279 -2
- package/lib/module/Components/Icons.js.map +1 -1
- package/lib/module/Components/ImageUploader.js +1 -1
- package/lib/module/Components/ImageUploader.js.map +1 -1
- package/lib/module/Components/Jerseys.js +0 -1
- package/lib/module/Components/Jerseys.js.map +1 -1
- package/lib/module/Components/LinearDiagnal.js +1 -1
- package/lib/module/Components/LinearDiagnal.js.map +1 -1
- package/lib/module/Components/Spring.js +0 -1
- package/lib/module/Components/Spring.js.map +1 -1
- package/lib/module/Components/Switch.js +0 -1
- package/lib/module/Components/Switch.js.map +1 -1
- package/lib/module/Components/Text.js +33 -5
- package/lib/module/Components/Text.js.map +1 -1
- package/lib/module/Components/TextInput.js +0 -1
- package/lib/module/Components/TextInput.js.map +1 -1
- package/lib/module/LocationTracker/index.js +0 -1
- package/lib/module/LocationTracker/index.js.map +1 -1
- package/lib/module/Observer/Observer.js +0 -1
- package/lib/module/Observer/Observer.js.map +1 -1
- package/lib/module/Poll/components/CampaignPlay.js +0 -1
- package/lib/module/Poll/components/CampaignPlay.js.map +1 -1
- package/lib/module/Poll/components/CampaignProgressBar.js +0 -1
- package/lib/module/Poll/components/CampaignProgressBar.js.map +1 -1
- package/lib/module/Poll/components/CampaignResult.js +0 -1
- package/lib/module/Poll/components/CampaignResult.js.map +1 -1
- package/lib/module/Poll/components/CampaignSelector.js +1 -1
- package/lib/module/Poll/components/CampaignSelector.js.map +1 -1
- package/lib/module/Poll/components/PollCampaignCard.js +0 -1
- package/lib/module/Poll/components/PollCampaignCard.js.map +1 -1
- package/lib/module/Poll/components/PollCard.js +0 -1
- package/lib/module/Poll/components/PollCard.js.map +1 -1
- package/lib/module/Poll/components/PollOptionCard.js +1 -1
- package/lib/module/Poll/components/PollOptionCard.js.map +1 -1
- package/lib/module/Poll/components/PollSelectCard.js +0 -1
- package/lib/module/Poll/components/PollSelectCard.js.map +1 -1
- package/lib/module/Poll/components/ResponseTimer.js +1 -1
- package/lib/module/Poll/components/ResponseTimer.js.map +1 -1
- package/lib/module/Poll/components/WidgetHeader.js +0 -1
- package/lib/module/Poll/components/WidgetHeader.js.map +1 -1
- package/lib/module/Poll/flashmarket/ResultCard.js +1 -1
- package/lib/module/Poll/flashmarket/ResultCard.js.map +1 -1
- package/lib/module/Poll/flashmarket/index.js +1 -1
- package/lib/module/Poll/flashmarket/index.js.map +1 -1
- package/lib/module/Poll/index.js +1 -1
- package/lib/module/Poll/index.js.map +1 -1
- package/lib/module/ProfileManager/Components/BasicInfoManager.js +1 -1
- package/lib/module/ProfileManager/Components/BasicInfoManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/BasicStatus.js +0 -1
- package/lib/module/ProfileManager/Components/BasicStatus.js.map +1 -1
- package/lib/module/ProfileManager/Components/CodeRedeem.js +1 -1
- package/lib/module/ProfileManager/Components/CodeRedeem.js.map +1 -1
- package/lib/module/ProfileManager/Components/DOBManager.js +1 -1
- package/lib/module/ProfileManager/Components/DOBManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/EmailManager.js +1 -1
- package/lib/module/ProfileManager/Components/EmailManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/PasswordManager.js +1 -1
- package/lib/module/ProfileManager/Components/PasswordManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/PhoneManager.js +1 -1
- package/lib/module/ProfileManager/Components/PhoneManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfilePicManager.js +1 -1
- package/lib/module/ProfileManager/Components/ProfilePicManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfileWelcome.js +0 -1
- package/lib/module/ProfileManager/Components/ProfileWelcome.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfileWizard.js +1 -1
- package/lib/module/ProfileManager/Components/ProfileWizard.js.map +1 -1
- package/lib/module/ProfileManager/Components/SettingsManager.js +1 -1
- package/lib/module/ProfileManager/Components/SettingsManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/VouchCard.js +1 -1
- package/lib/module/ProfileManager/Components/VouchCard.js.map +1 -1
- package/lib/module/ProfileManager/index.js +1 -1
- package/lib/module/ProfileManager/index.js.map +1 -1
- package/lib/module/SocialComponents/PlayerCard.js +0 -1
- package/lib/module/SocialComponents/PlayerCard.js.map +1 -1
- package/lib/module/SocialComponents/PlayerFollowButton.js +0 -1
- package/lib/module/SocialComponents/PlayerFollowButton.js.map +1 -1
- package/lib/module/SocialComponents/PlayerList.js +1 -1
- package/lib/module/SocialComponents/PlayerList.js.map +1 -1
- package/lib/module/Socket/api/index.js +13 -0
- package/lib/module/Socket/api/index.js.map +1 -0
- package/lib/module/Socket/index.js +113 -0
- package/lib/module/Socket/index.js.map +1 -0
- package/lib/module/Squares/api/index.js +91 -0
- package/lib/module/Squares/api/index.js.map +1 -0
- package/lib/module/Squares/components/BidForm.js +166 -0
- package/lib/module/Squares/components/BidForm.js.map +1 -0
- package/lib/module/Squares/components/BidToggle.js +56 -0
- package/lib/module/Squares/components/BidToggle.js.map +1 -0
- package/lib/module/Squares/components/BoardStats.js +137 -0
- package/lib/module/Squares/components/BoardStats.js.map +1 -0
- package/lib/module/Squares/components/EventCard.js +125 -0
- package/lib/module/Squares/components/EventCard.js.map +1 -0
- package/lib/module/Squares/components/MySquaresCard.js +102 -0
- package/lib/module/Squares/components/MySquaresCard.js.map +1 -0
- package/lib/module/Squares/components/OfferForm.js +174 -0
- package/lib/module/Squares/components/OfferForm.js.map +1 -0
- package/lib/module/Squares/components/ResultsCard.js +101 -0
- package/lib/module/Squares/components/ResultsCard.js.map +1 -0
- package/lib/module/Squares/components/SquareCard.js +330 -0
- package/lib/module/Squares/components/SquareCard.js.map +1 -0
- package/lib/module/Squares/components/SquareOfferCard.js +259 -0
- package/lib/module/Squares/components/SquareOfferCard.js.map +1 -0
- package/lib/module/Squares/components/SquareOwners.js +116 -0
- package/lib/module/Squares/components/SquareOwners.js.map +1 -0
- package/lib/module/Squares/components/SquaresBoard.js +202 -0
- package/lib/module/Squares/components/SquaresBoard.js.map +1 -0
- package/lib/module/Squares/components/SquaresDetails.js +83 -0
- package/lib/module/Squares/components/SquaresDetails.js.map +1 -0
- package/lib/module/Squares/index.js +561 -0
- package/lib/module/Squares/index.js.map +1 -0
- package/lib/module/Wallet/components/ACHAddCard.js +0 -1
- package/lib/module/Wallet/components/ACHAddCard.js.map +1 -1
- package/lib/module/Wallet/components/AccountCard.js +0 -1
- package/lib/module/Wallet/components/AccountCard.js.map +1 -1
- package/lib/module/Wallet/components/AccountLimitManager.js +1 -1
- package/lib/module/Wallet/components/AccountLimitManager.js.map +1 -1
- package/lib/module/Wallet/components/AccountManager.js +0 -1
- package/lib/module/Wallet/components/AccountManager.js.map +1 -1
- package/lib/module/Wallet/components/AccountSnoozeManager.js +1 -1
- package/lib/module/Wallet/components/AccountSnoozeManager.js.map +1 -1
- package/lib/module/Wallet/components/AddressCard.js +0 -1
- package/lib/module/Wallet/components/AddressCard.js.map +1 -1
- package/lib/module/Wallet/components/AddressManager.js +1 -1
- package/lib/module/Wallet/components/AddressManager.js.map +1 -1
- package/lib/module/Wallet/components/DepositCard.js +1 -1
- package/lib/module/Wallet/components/DepositCard.js.map +1 -1
- package/lib/module/Wallet/components/FundAccountCard.js +0 -1
- package/lib/module/Wallet/components/FundAccountCard.js.map +1 -1
- package/lib/module/Wallet/components/ItemOrderCard.js +1 -1
- package/lib/module/Wallet/components/ItemOrderCard.js.map +1 -1
- package/lib/module/Wallet/components/ItemOrderDetailCard.js +0 -1
- package/lib/module/Wallet/components/ItemOrderDetailCard.js.map +1 -1
- package/lib/module/Wallet/components/LinkAccountManager.js +1 -1
- package/lib/module/Wallet/components/LinkAccountManager.js.map +1 -1
- package/lib/module/Wallet/components/ManageAccountCard.js +1 -1
- package/lib/module/Wallet/components/ManageAccountCard.js.map +1 -1
- package/lib/module/Wallet/components/ManualACHAdd.js +1 -1
- package/lib/module/Wallet/components/ManualACHAdd.js.map +1 -1
- package/lib/module/Wallet/components/ManualCardAdd.js +1 -1
- package/lib/module/Wallet/components/ManualCardAdd.js.map +1 -1
- package/lib/module/Wallet/components/MyBalance.js +0 -1
- package/lib/module/Wallet/components/MyBalance.js.map +1 -1
- package/lib/module/Wallet/components/OrderManager.js +1 -1
- package/lib/module/Wallet/components/OrderManager.js.map +1 -1
- package/lib/module/Wallet/components/RemoveAccount.js +0 -1
- package/lib/module/Wallet/components/RemoveAccount.js.map +1 -1
- package/lib/module/Wallet/components/VerifyACHAccount.js +1 -1
- package/lib/module/Wallet/components/VerifyACHAccount.js.map +1 -1
- package/lib/module/Wallet/components/WalletActionSelector.js +1 -1
- package/lib/module/Wallet/components/WalletActionSelector.js.map +1 -1
- package/lib/module/Wallet/components/WalletSettings.js +0 -1
- package/lib/module/Wallet/components/WalletSettings.js.map +1 -1
- package/lib/module/Wallet/components/WalletSetup.js +1 -1
- package/lib/module/Wallet/components/WalletSetup.js.map +1 -1
- package/lib/module/Wallet/components/WithdrawCard.js +1 -1
- package/lib/module/Wallet/components/WithdrawCard.js.map +1 -1
- package/lib/module/Wallet/index.js +1 -1
- package/lib/module/Wallet/index.js.map +1 -1
- package/lib/module/constants/styles.js +86 -0
- package/lib/module/constants/styles.js.map +1 -1
- package/lib/module/index.js +3 -1
- package/lib/module/index.js.map +1 -1
- package/lib/typescript/src/AdServer/components/CompanyAdCard.d.ts +1 -2
- package/lib/typescript/src/AdServer/components/CompanyAdCard.d.ts.map +1 -1
- package/lib/typescript/src/AdServer/index.d.ts +2 -3
- package/lib/typescript/src/AdServer/index.d.ts.map +1 -1
- package/lib/typescript/src/ApiOverrides/index.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/AuthStrategyIdentifier.d.ts +1 -2
- package/lib/typescript/src/Authenticator/Components/AuthStrategyIdentifier.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/LoginForm.d.ts +1 -2
- package/lib/typescript/src/Authenticator/Components/LoginForm.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/StrategyForm.d.ts +1 -2
- package/lib/typescript/src/Authenticator/Components/StrategyForm.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/index.d.ts +1 -2
- package/lib/typescript/src/Authenticator/index.d.ts.map +1 -1
- package/lib/typescript/src/BettorSearch/index.d.ts +1 -2
- package/lib/typescript/src/BettorSearch/index.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketCompetitionCard.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/BracketCompetitionCard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketCompetitionSelector.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/BracketCompetitionSelector.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketNavigator.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketNavigator.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketRound.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketRound.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/RoundEvent.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/BracketPlay/RoundEvent.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/index.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/BracketPlay/index.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketSelector.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/BracketSelector.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/CompetitionLeaderboard.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/CompetitionLeaderboard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/JoinCompetitionCard.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/JoinCompetitionCard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBalanceCard.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/PlayerBalanceCard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBracketManager.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/PlayerBracketManager.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBrackets.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/PlayerBrackets.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/RoomMenu.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/RoomMenu.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/index.d.ts +1 -2
- package/lib/typescript/src/Bracket/index.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/AccountSummaryCard.d.ts +1 -2
- package/lib/typescript/src/Checkout/components/AccountSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/ItemSummaryCard.d.ts +1 -2
- package/lib/typescript/src/Checkout/components/ItemSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/OrderSummaryCard.d.ts +1 -2
- package/lib/typescript/src/Checkout/components/OrderSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/PayPalOrderCapture.d.ts +1 -2
- package/lib/typescript/src/Checkout/components/PayPalOrderCapture.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/ShippingSummaryCard.d.ts +1 -2
- package/lib/typescript/src/Checkout/components/ShippingSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/index.d.ts +1 -2
- package/lib/typescript/src/Checkout/index.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/AthleteMarketCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/AthleteMarketCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/CompetitionCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionInfoCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/CompetitionInfoCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionLeaderboard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/CompetitionLeaderboard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionPlay.d.ts +1 -2
- package/lib/typescript/src/Competition/components/CompetitionPlay.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionSeasonCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/CompetitionSeasonCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionSelector.d.ts +1 -2
- package/lib/typescript/src/Competition/components/CompetitionSelector.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionTypeCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/CompetitionTypeCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/EnterCompetitionPrompt.d.ts +1 -2
- package/lib/typescript/src/Competition/components/EnterCompetitionPrompt.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/LeaderPicks.d.ts +1 -2
- package/lib/typescript/src/Competition/components/LeaderPicks.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/ManageSeasonForm.d.ts +1 -2
- package/lib/typescript/src/Competition/components/ManageSeasonForm.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/MarketsCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/MarketsCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/MatchMarketCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/MatchMarketCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/NavOutPrompt.d.ts +1 -2
- package/lib/typescript/src/Competition/components/NavOutPrompt.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/SeasonInfoModal.d.ts +1 -2
- package/lib/typescript/src/Competition/components/SeasonInfoModal.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/TeamEventCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/TeamEventCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/WagerPickForm.d.ts +1 -2
- package/lib/typescript/src/Competition/components/WagerPickForm.d.ts.map +1 -1
- package/lib/typescript/src/Competition/index.d.ts +1 -2
- package/lib/typescript/src/Competition/index.d.ts.map +1 -1
- package/lib/typescript/src/Components/Button.d.ts +1 -2
- package/lib/typescript/src/Components/Button.d.ts.map +1 -1
- package/lib/typescript/src/Components/Checkbox.d.ts +1 -2
- package/lib/typescript/src/Components/Checkbox.d.ts.map +1 -1
- package/lib/typescript/src/Components/Icons.d.ts +57 -53
- package/lib/typescript/src/Components/Icons.d.ts.map +1 -1
- package/lib/typescript/src/Components/ImageUploader.d.ts +1 -2
- package/lib/typescript/src/Components/ImageUploader.d.ts.map +1 -1
- package/lib/typescript/src/Components/Jerseys.d.ts +2 -3
- package/lib/typescript/src/Components/Jerseys.d.ts.map +1 -1
- package/lib/typescript/src/Components/LinearDiagnal.d.ts +1 -2
- package/lib/typescript/src/Components/LinearDiagnal.d.ts.map +1 -1
- package/lib/typescript/src/Components/Spring.d.ts +1 -2
- package/lib/typescript/src/Components/Spring.d.ts.map +1 -1
- package/lib/typescript/src/Components/Switch.d.ts +1 -2
- package/lib/typescript/src/Components/Switch.d.ts.map +1 -1
- package/lib/typescript/src/Components/Text.d.ts +3 -2
- package/lib/typescript/src/Components/Text.d.ts.map +1 -1
- package/lib/typescript/src/Components/TextInput.d.ts +1 -2
- package/lib/typescript/src/Components/TextInput.d.ts.map +1 -1
- package/lib/typescript/src/LocationTracker/index.d.ts +1 -2
- package/lib/typescript/src/LocationTracker/index.d.ts.map +1 -1
- package/lib/typescript/src/Observer/Observer.d.ts +1 -2
- package/lib/typescript/src/Observer/Observer.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignPlay.d.ts +1 -2
- package/lib/typescript/src/Poll/components/CampaignPlay.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignProgressBar.d.ts +1 -2
- package/lib/typescript/src/Poll/components/CampaignProgressBar.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignResult.d.ts +1 -2
- package/lib/typescript/src/Poll/components/CampaignResult.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignSelector.d.ts +1 -2
- package/lib/typescript/src/Poll/components/CampaignSelector.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollCampaignCard.d.ts +1 -2
- package/lib/typescript/src/Poll/components/PollCampaignCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollCard.d.ts +1 -2
- package/lib/typescript/src/Poll/components/PollCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollOptionCard.d.ts +1 -2
- package/lib/typescript/src/Poll/components/PollOptionCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollSelectCard.d.ts +1 -2
- package/lib/typescript/src/Poll/components/PollSelectCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/ResponseTimer.d.ts +1 -2
- package/lib/typescript/src/Poll/components/ResponseTimer.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/WidgetHeader.d.ts +1 -2
- package/lib/typescript/src/Poll/components/WidgetHeader.d.ts.map +1 -1
- package/lib/typescript/src/Poll/flashmarket/ResultCard.d.ts +1 -2
- package/lib/typescript/src/Poll/flashmarket/ResultCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/flashmarket/index.d.ts +1 -2
- package/lib/typescript/src/Poll/flashmarket/index.d.ts.map +1 -1
- package/lib/typescript/src/Poll/index.d.ts +1 -2
- package/lib/typescript/src/Poll/index.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/BasicInfoManager.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/BasicInfoManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/BasicStatus.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/BasicStatus.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/CodeRedeem.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/CodeRedeem.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/DOBManager.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/DOBManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/EmailManager.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/EmailManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/PasswordManager.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/PasswordManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/PhoneManager.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/PhoneManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfilePicManager.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/ProfilePicManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWelcome.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/ProfileWelcome.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWizard.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/ProfileWizard.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/SettingsManager.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/SettingsManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/VouchCard.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/VouchCard.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/index.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/index.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PlayerCard.d.ts +1 -2
- package/lib/typescript/src/SocialComponents/PlayerCard.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PlayerFollowButton.d.ts +1 -2
- package/lib/typescript/src/SocialComponents/PlayerFollowButton.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PlayerList.d.ts +1 -2
- package/lib/typescript/src/SocialComponents/PlayerList.d.ts.map +1 -1
- package/lib/typescript/src/Socket/api/index.d.ts +6 -0
- package/lib/typescript/src/Socket/api/index.d.ts.map +1 -0
- package/lib/typescript/src/Socket/index.d.ts +11 -0
- package/lib/typescript/src/Socket/index.d.ts.map +1 -0
- package/lib/typescript/src/Squares/api/index.d.ts +29 -0
- package/lib/typescript/src/Squares/api/index.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/BidForm.d.ts +21 -0
- package/lib/typescript/src/Squares/components/BidForm.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/BidToggle.d.ts +9 -0
- package/lib/typescript/src/Squares/components/BidToggle.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/BoardStats.d.ts +10 -0
- package/lib/typescript/src/Squares/components/BoardStats.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/EventCard.d.ts +8 -0
- package/lib/typescript/src/Squares/components/EventCard.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/MySquaresCard.d.ts +13 -0
- package/lib/typescript/src/Squares/components/MySquaresCard.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/OfferForm.d.ts +22 -0
- package/lib/typescript/src/Squares/components/OfferForm.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/ResultsCard.d.ts +11 -0
- package/lib/typescript/src/Squares/components/ResultsCard.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/SquareCard.d.ts +20 -0
- package/lib/typescript/src/Squares/components/SquareCard.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/SquareOfferCard.d.ts +12 -0
- package/lib/typescript/src/Squares/components/SquareOfferCard.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/SquareOwners.d.ts +9 -0
- package/lib/typescript/src/Squares/components/SquareOwners.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/SquaresBoard.d.ts +18 -0
- package/lib/typescript/src/Squares/components/SquaresBoard.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/SquaresDetails.d.ts +9 -0
- package/lib/typescript/src/Squares/components/SquaresDetails.d.ts.map +1 -0
- package/lib/typescript/src/Squares/index.d.ts +14 -0
- package/lib/typescript/src/Squares/index.d.ts.map +1 -0
- package/lib/typescript/src/Wallet/components/ACHAddCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/ACHAddCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/AccountCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountLimitManager.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/AccountLimitManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountManager.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/AccountManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountSnoozeManager.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/AccountSnoozeManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AddressCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/AddressCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AddressManager.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/AddressManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/DepositCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/DepositCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/FundAccountCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/FundAccountCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ItemOrderCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/ItemOrderCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ItemOrderDetailCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/ItemOrderDetailCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/LinkAccountManager.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/LinkAccountManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ManageAccountCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/ManageAccountCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ManualACHAdd.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/ManualACHAdd.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ManualCardAdd.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/ManualCardAdd.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/MyBalance.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/MyBalance.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/OrderManager.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/OrderManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/RemoveAccount.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/RemoveAccount.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/VerifyACHAccount.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/VerifyACHAccount.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WalletActionSelector.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/WalletActionSelector.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WalletSettings.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/WalletSettings.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WalletSetup.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/WalletSetup.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WithdrawCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/WithdrawCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/index.d.ts +1 -2
- package/lib/typescript/src/Wallet/index.d.ts.map +1 -1
- package/lib/typescript/src/constants/styles.d.ts +86 -0
- package/lib/typescript/src/constants/styles.d.ts.map +1 -1
- package/lib/typescript/src/index.d.ts +3 -1
- package/lib/typescript/src/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/AdServer/components/CompanyAdCard.tsx +1 -1
- package/src/AdServer/index.tsx +1 -1
- package/src/ApiOverrides/index.ts +6 -3
- package/src/Authenticator/Components/AuthStrategyIdentifier.tsx +0 -1
- package/src/Authenticator/Components/LoginForm.tsx +1 -1
- package/src/Authenticator/Components/StrategyForm.tsx +1 -1
- package/src/Authenticator/index.tsx +1 -1
- package/src/BettorSearch/index.tsx +1 -1
- package/src/Bracket/components/BracketCompetitionCard.tsx +1 -1
- package/src/Bracket/components/BracketCompetitionSelector.tsx +1 -1
- package/src/Bracket/components/BracketPlay/BracketNavigator.tsx +0 -1
- package/src/Bracket/components/BracketPlay/BracketRound.tsx +0 -1
- package/src/Bracket/components/BracketPlay/RoundEvent.tsx +0 -1
- package/src/Bracket/components/BracketPlay/index.tsx +1 -1
- package/src/Bracket/components/BracketSelector.tsx +0 -1
- package/src/Bracket/components/CompetitionLeaderboard.tsx +1 -1
- package/src/Bracket/components/JoinCompetitionCard.tsx +1 -1
- package/src/Bracket/components/PlayerBalanceCard.tsx +0 -1
- package/src/Bracket/components/PlayerBracketManager.tsx +1 -1
- package/src/Bracket/components/PlayerBrackets.tsx +0 -1
- package/src/Bracket/components/RoomMenu.tsx +0 -1
- package/src/Bracket/index.tsx +1 -1
- package/src/Checkout/components/AccountSummaryCard.tsx +0 -1
- package/src/Checkout/components/ItemSummaryCard.tsx +0 -1
- package/src/Checkout/components/OrderSummaryCard.tsx +0 -1
- package/src/Checkout/components/PayPalOrderCapture.tsx +0 -1
- package/src/Checkout/components/ShippingSummaryCard.tsx +0 -1
- package/src/Checkout/index.tsx +1 -1
- package/src/Competition/components/AthleteMarketCard.tsx +0 -1
- package/src/Competition/components/CompetitionCard.tsx +0 -1
- package/src/Competition/components/CompetitionInfoCard.tsx +0 -1
- package/src/Competition/components/CompetitionLeaderboard.tsx +1 -1
- package/src/Competition/components/CompetitionPlay.tsx +1 -1
- package/src/Competition/components/CompetitionSeasonCard.tsx +0 -1
- package/src/Competition/components/CompetitionSelector.tsx +1 -1
- package/src/Competition/components/CompetitionTypeCard.tsx +1 -1
- package/src/Competition/components/EnterCompetitionPrompt.tsx +1 -1
- package/src/Competition/components/LeaderPicks.tsx +1 -1
- package/src/Competition/components/ManageSeasonForm.tsx +1 -1
- package/src/Competition/components/MarketsCard.tsx +1 -1
- package/src/Competition/components/MatchMarketCard.tsx +0 -1
- package/src/Competition/components/NavOutPrompt.tsx +0 -1
- package/src/Competition/components/SeasonInfoModal.tsx +1 -1
- package/src/Competition/components/TeamEventCard.tsx +0 -1
- package/src/Competition/components/WagerPickForm.tsx +1 -1
- package/src/Competition/index.tsx +1 -1
- package/src/Components/Button.tsx +0 -1
- package/src/Components/Checkbox.tsx +0 -1
- package/src/Components/Icons.tsx +76 -2
- package/src/Components/ImageUploader.tsx +1 -1
- package/src/Components/Jerseys.tsx +0 -1
- package/src/Components/LinearDiagnal.tsx +1 -1
- package/src/Components/Spring.tsx +0 -1
- package/src/Components/Switch.tsx +0 -1
- package/src/Components/Text.tsx +23 -3
- package/src/Components/TextInput.tsx +0 -1
- package/src/LocationTracker/index.tsx +0 -1
- package/src/Observer/Observer.tsx +0 -1
- package/src/Poll/components/CampaignPlay.tsx +0 -1
- package/src/Poll/components/CampaignProgressBar.tsx +0 -1
- package/src/Poll/components/CampaignResult.tsx +0 -1
- package/src/Poll/components/CampaignSelector.tsx +1 -1
- package/src/Poll/components/PollCampaignCard.tsx +0 -1
- package/src/Poll/components/PollCard.tsx +0 -1
- package/src/Poll/components/PollOptionCard.tsx +1 -1
- package/src/Poll/components/PollSelectCard.tsx +0 -1
- package/src/Poll/components/ResponseTimer.tsx +1 -1
- package/src/Poll/components/WidgetHeader.tsx +0 -1
- package/src/Poll/flashmarket/ResultCard.tsx +1 -1
- package/src/Poll/flashmarket/index.tsx +1 -1
- package/src/Poll/index.tsx +1 -1
- package/src/ProfileManager/Components/BasicInfoManager.tsx +1 -1
- package/src/ProfileManager/Components/BasicStatus.tsx +0 -1
- package/src/ProfileManager/Components/CodeRedeem.tsx +1 -1
- package/src/ProfileManager/Components/DOBManager.tsx +1 -1
- package/src/ProfileManager/Components/EmailManager.tsx +1 -1
- package/src/ProfileManager/Components/PasswordManager.tsx +1 -1
- package/src/ProfileManager/Components/PhoneManager.tsx +1 -1
- package/src/ProfileManager/Components/ProfilePicManager.tsx +1 -1
- package/src/ProfileManager/Components/ProfileWelcome.tsx +0 -1
- package/src/ProfileManager/Components/ProfileWizard.tsx +1 -1
- package/src/ProfileManager/Components/SettingsManager.tsx +1 -1
- package/src/ProfileManager/Components/VouchCard.tsx +1 -1
- package/src/ProfileManager/index.tsx +1 -1
- package/src/SocialComponents/PlayerCard.tsx +0 -1
- package/src/SocialComponents/PlayerFollowButton.tsx +0 -1
- package/src/SocialComponents/PlayerList.tsx +1 -1
- package/src/Socket/api/index.ts +15 -0
- package/src/Socket/index.tsx +96 -0
- package/src/Squares/api/index.ts +69 -0
- package/src/Squares/components/BidForm.tsx +85 -0
- package/src/Squares/components/BidToggle.tsx +27 -0
- package/src/Squares/components/BoardStats.tsx +70 -0
- package/src/Squares/components/EventCard.tsx +77 -0
- package/src/Squares/components/MySquaresCard.tsx +80 -0
- package/src/Squares/components/OfferForm.tsx +94 -0
- package/src/Squares/components/ResultsCard.tsx +67 -0
- package/src/Squares/components/SquareCard.tsx +190 -0
- package/src/Squares/components/SquareOfferCard.tsx +101 -0
- package/src/Squares/components/SquareOwners.tsx +69 -0
- package/src/Squares/components/SquaresBoard.tsx +161 -0
- package/src/Squares/components/SquaresDetails.tsx +54 -0
- package/src/Squares/index.tsx +398 -0
- package/src/Wallet/components/ACHAddCard.tsx +0 -1
- package/src/Wallet/components/AccountCard.tsx +0 -1
- package/src/Wallet/components/AccountLimitManager.tsx +1 -1
- package/src/Wallet/components/AccountManager.tsx +0 -1
- package/src/Wallet/components/AccountSnoozeManager.tsx +1 -1
- package/src/Wallet/components/AddressCard.tsx +0 -1
- package/src/Wallet/components/AddressManager.tsx +1 -1
- package/src/Wallet/components/DepositCard.tsx +1 -1
- package/src/Wallet/components/FundAccountCard.tsx +0 -1
- package/src/Wallet/components/ItemOrderCard.tsx +1 -1
- package/src/Wallet/components/ItemOrderDetailCard.tsx +0 -1
- package/src/Wallet/components/LinkAccountManager.tsx +1 -1
- package/src/Wallet/components/ManageAccountCard.tsx +1 -1
- package/src/Wallet/components/ManualACHAdd.tsx +1 -1
- package/src/Wallet/components/ManualCardAdd.tsx +1 -1
- package/src/Wallet/components/MyBalance.tsx +0 -1
- package/src/Wallet/components/OrderManager.tsx +1 -1
- package/src/Wallet/components/RemoveAccount.tsx +0 -1
- package/src/Wallet/components/VerifyACHAccount.tsx +1 -1
- package/src/Wallet/components/WalletActionSelector.tsx +1 -1
- package/src/Wallet/components/WalletSettings.tsx +0 -1
- package/src/Wallet/components/WalletSetup.tsx +1 -1
- package/src/Wallet/components/WithdrawCard.tsx +1 -1
- package/src/Wallet/index.tsx +1 -1
- package/src/constants/styles.ts +15 -2
- package/src/index.tsx +6 -1
- package/src/types.d.ts +52 -1
|
@@ -4,7 +4,6 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
var _react = _interopRequireDefault(require("react"));
|
|
8
7
|
var _reactNative = require("react-native");
|
|
9
8
|
var _colors = _interopRequireDefault(require("../../constants/colors"));
|
|
10
9
|
var _Components = require("../../Components");
|
|
@@ -23,30 +22,30 @@ const ProfileWelcome = ({
|
|
|
23
22
|
promo,
|
|
24
23
|
referrer
|
|
25
24
|
} = code_details;
|
|
26
|
-
return /*#__PURE__*/
|
|
25
|
+
return /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
27
26
|
style: {
|
|
28
27
|
flex: 1
|
|
29
28
|
}
|
|
30
|
-
}, /*#__PURE__*/
|
|
29
|
+
}, /*#__PURE__*/React.createElement(_reactNative.ScrollView, {
|
|
31
30
|
style: {
|
|
32
31
|
flex: 1
|
|
33
32
|
}
|
|
34
|
-
}, /*#__PURE__*/
|
|
33
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
35
34
|
style: {
|
|
36
35
|
padding: 20
|
|
37
36
|
}
|
|
38
|
-
}, /*#__PURE__*/
|
|
37
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
39
38
|
size: 30,
|
|
40
39
|
color: _colors.default.brand.midnight,
|
|
41
40
|
weight: "bold"
|
|
42
|
-
}, "Welcome @", player.username, "!"), /*#__PURE__*/
|
|
41
|
+
}, "Welcome @", player.username, "!"), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
43
42
|
style: {
|
|
44
43
|
marginTop: 15
|
|
45
44
|
},
|
|
46
45
|
size: 16,
|
|
47
46
|
color: _colors.default.brand.midnight,
|
|
48
47
|
weight: "regular"
|
|
49
|
-
}, "We are so glad that you found us! Use the setup wizard to complete your account setup.")), /*#__PURE__*/
|
|
48
|
+
}, "We are so glad that you found us! Use the setup wizard to complete your account setup.")), /*#__PURE__*/React.createElement(_reactNative.Image, {
|
|
50
49
|
source: {
|
|
51
50
|
uri: 'https://res.cloudinary.com/hoabts6mc/image/upload/v1714506366/Welcome_James_pfzn7z.webp'
|
|
52
51
|
},
|
|
@@ -56,7 +55,7 @@ const ProfileWelcome = ({
|
|
|
56
55
|
opacity: 0.6
|
|
57
56
|
},
|
|
58
57
|
resizeMode: "cover"
|
|
59
|
-
})), code_request && !['closed', 'fulfilled'].includes(code_request.status) && promo ? /*#__PURE__*/
|
|
58
|
+
})), code_request && !['closed', 'fulfilled'].includes(code_request.status) && promo ? /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
60
59
|
style: {
|
|
61
60
|
margin: 15,
|
|
62
61
|
marginTop: -50,
|
|
@@ -65,21 +64,21 @@ const ProfileWelcome = ({
|
|
|
65
64
|
borderRadius: 8,
|
|
66
65
|
..._styles.view_styles.float
|
|
67
66
|
}
|
|
68
|
-
}, /*#__PURE__*/
|
|
67
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
69
68
|
style: {
|
|
70
69
|
padding: 10,
|
|
71
70
|
justifyContent: 'center'
|
|
72
71
|
}
|
|
73
|
-
}, /*#__PURE__*/
|
|
72
|
+
}, /*#__PURE__*/React.createElement(_Components.Icons.GiftIcon, {
|
|
74
73
|
size: 40,
|
|
75
74
|
color: _colors.default.incentive.gold
|
|
76
|
-
})), /*#__PURE__*/
|
|
75
|
+
})), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
77
76
|
style: {
|
|
78
77
|
flex: 1,
|
|
79
78
|
backgroundColor: _colors.default.incentive.gold_faded,
|
|
80
79
|
padding: 10
|
|
81
80
|
}
|
|
82
|
-
}, /*#__PURE__*/
|
|
81
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
83
82
|
style: {
|
|
84
83
|
paddingBottom: 10,
|
|
85
84
|
borderBottomWidth: 1,
|
|
@@ -88,19 +87,19 @@ const ProfileWelcome = ({
|
|
|
88
87
|
size: 16,
|
|
89
88
|
color: _colors.default.brand.midnight,
|
|
90
89
|
weight: "bold"
|
|
91
|
-
}, "@", referrer?.username, " has a gift for you"), /*#__PURE__*/
|
|
90
|
+
}, "@", referrer?.username, " has a gift for you"), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
92
91
|
style: {
|
|
93
92
|
paddingTop: 5
|
|
94
93
|
},
|
|
95
94
|
size: 12,
|
|
96
95
|
color: _colors.default.brand.midnight,
|
|
97
96
|
weight: "semibold"
|
|
98
|
-
}, _api.ProfileHelpers.getReferralDescription(promo)))) : /*#__PURE__*/
|
|
97
|
+
}, _api.ProfileHelpers.getReferralDescription(promo)))) : /*#__PURE__*/React.createElement(React.Fragment, null), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
99
98
|
style: {
|
|
100
99
|
flexDirection: 'row',
|
|
101
100
|
padding: 10
|
|
102
101
|
}
|
|
103
|
-
}, /*#__PURE__*/
|
|
102
|
+
}, /*#__PURE__*/React.createElement(_Components.Button, {
|
|
104
103
|
title: `DO IT LATER`,
|
|
105
104
|
style: {
|
|
106
105
|
flex: 3,
|
|
@@ -111,7 +110,7 @@ const ProfileWelcome = ({
|
|
|
111
110
|
borderWidth: 1,
|
|
112
111
|
padding: 15,
|
|
113
112
|
onPress: () => onClose()
|
|
114
|
-
}), /*#__PURE__*/
|
|
113
|
+
}), /*#__PURE__*/React.createElement(_Components.Button, {
|
|
115
114
|
title: "SET UP MY ACCOUNT",
|
|
116
115
|
style: {
|
|
117
116
|
flex: 5
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["_reactNative","require","_colors","_interopRequireDefault","_Components","_api","_styles","obj","__esModule","default","ProfileWelcome","player","code_details","width","onStartSetup","onClose","code_request","promo","referrer","React","createElement","View","style","flex","ScrollView","padding","Text","size","color","Colors","brand","midnight","weight","username","marginTop","Image","source","uri","height","opacity","resizeMode","includes","status","margin","flexDirection","backgroundColor","shades","white","borderRadius","view_styles","float","justifyContent","Icons","GiftIcon","incentive","gold","gold_faded","paddingBottom","borderBottomWidth","borderBottomColor","shade600","paddingTop","ProfileHelpers","getReferralDescription","Fragment","Button","title","marginRight","borderColor","electric","title_color","borderWidth","onPress","utility","success","_default","exports"],"sourceRoot":"../../../../src","sources":["ProfileManager/Components/ProfileWelcome.tsx"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AACA,IAAAC,OAAA,GAAAC,sBAAA,CAAAF,OAAA;AACA,IAAAG,WAAA,GAAAH,OAAA;AACA,IAAAI,IAAA,GAAAJ,OAAA;AAEA,IAAAK,OAAA,GAAAL,OAAA;AAAqD,SAAAE,uBAAAI,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,KAAAE,OAAA,EAAAF,GAAA;AAgBrD,MAAMG,cAAc,GAAGA,CAAC;EAAEC,MAAM;EAAEC,YAAY;EAAEC,KAAK;EAAEC,YAAY;EAAEC;AAA4B,CAAC,KAAK;EAEnG,MAAM;IAAEC,YAAY;IAAEC,KAAK;IAAEC;EAAS,CAAC,GAAGN,YAAY;EACtD,oBACIO,KAAA,CAAAC,aAAA,CAACpB,YAAA,CAAAqB,IAAI;IAACC,KAAK,EAAE;MAAEC,IAAI,EAAC;IAAE;EAAE,gBACpBJ,KAAA,CAAAC,aAAA,CAACpB,YAAA,CAAAwB,UAAU;IAACF,KAAK,EAAE;MAAEC,IAAI,EAAC;IAAE;EAAE,gBAC1BJ,KAAA,CAAAC,aAAA,CAACpB,YAAA,CAAAqB,IAAI;IAACC,KAAK,EAAE;MAAEG,OAAO,EAAC;IAAG;EAAE,gBACxBN,KAAA,CAAAC,aAAA,CAAChB,WAAA,CAAAsB,IAAI;IAACC,IAAI,EAAE,EAAG;IAACC,KAAK,EAAEC,eAAM,CAACC,KAAK,CAACC,QAAS;IAACC,MAAM,EAAC;EAAM,GAAC,WAAS,EAACrB,MAAM,CAACsB,QAAQ,EAAC,GAAO,CAAC,eAC9Fd,KAAA,CAAAC,aAAA,CAAChB,WAAA,CAAAsB,IAAI;IAACJ,KAAK,EAAE;MAAEY,SAAS,EAAC;IAAG,CAAE;IAACP,IAAI,EAAE,EAAG;IAACC,KAAK,EAAEC,eAAM,CAACC,KAAK,CAACC,QAAS;IAACC,MAAM,EAAC;EAAS,GAAC,wFAA4F,CAClL,CAAC,eACPb,KAAA,CAAAC,aAAA,CAACpB,YAAA,CAAAmC,KAAK;IACFC,MAAM,EAAE;MAAEC,GAAG,EAAE;IAA0F,CAAE;IAC3Gf,KAAK,EAAE;MAAET,KAAK;MAAEyB,MAAM,EAACzB,KAAK;MAAE0B,OAAO,EAAC;IAAI,CAAE;IAC5CC,UAAU,EAAC;EAAO,CACrB,CACO,CAAC,EACZxB,YAAY,IAAI,CAAC,CAAC,QAAQ,EAAC,WAAW,CAAC,CAACyB,QAAQ,CAACzB,YAAY,CAAC0B,MAAM,CAAC,IAAIzB,KAAK,gBAC/EE,KAAA,CAAAC,aAAA,CAACpB,YAAA,CAAAqB,IAAI;IAACC,KAAK,EAAE;MAAEqB,MAAM,EAAC,EAAE;MAAET,SAAS,EAAC,CAAC,EAAE;MAAEU,aAAa,EAAC,KAAK;MAAEC,eAAe,EAAChB,eAAM,CAACiB,MAAM,CAACC,KAAK;MAAEC,YAAY,EAAC,CAAC;MAAE,GAAGC,mBAAW,CAACC;IAAM;EAAE,gBACtI/B,KAAA,CAAAC,aAAA,CAACpB,YAAA,CAAAqB,IAAI;IAACC,KAAK,EAAE;MAAEG,OAAO,EAAC,EAAE;MAAE0B,cAAc,EAAC;IAAS;EAAE,gBACjDhC,KAAA,CAAAC,aAAA,CAAChB,WAAA,CAAAgD,KAAK,CAACC,QAAQ;IAAC1B,IAAI,EAAE,EAAG;IAACC,KAAK,EAAEC,eAAM,CAACyB,SAAS,CAACC;EAAK,CAAE,CACvD,CAAC,eACPpC,KAAA,CAAAC,aAAA,CAACpB,YAAA,CAAAqB,IAAI;IAACC,KAAK,EAAE;MAACC,IAAI,EAAC,CAAC;MAAEsB,eAAe,EAAChB,eAAM,CAACyB,SAAS,CAACE,UAAU;MAAE/B,OAAO,EAAC;IAAG;EAAE,gBAC5EN,KAAA,CAAAC,aAAA,CAAChB,WAAA,CAAAsB,IAAI;IAACJ,KAAK,EAAE;MAAEmC,aAAa,EAAC,EAAE;MAAEC,iBAAiB,EAAC,CAAC;MAAEC,iBAAiB,EAAC9B,eAAM,CAACiB,MAAM,CAACc;IAAS,CAAE;IAACjC,IAAI,EAAE,EAAG;IAACC,KAAK,EAAEC,eAAM,CAACC,KAAK,CAACC,QAAS;IAACC,MAAM,EAAC;EAAM,GAAC,GAAC,EAACd,QAAQ,EAAEe,QAAQ,EAAC,qBAAyB,CAAC,eACvMd,KAAA,CAAAC,aAAA,CAAChB,WAAA,CAAAsB,IAAI;IAACJ,KAAK,EAAE;MAAEuC,UAAU,EAAC;IAAE,CAAE;IAAClC,IAAI,EAAE,EAAG;IAACC,KAAK,EAAEC,eAAM,CAACC,KAAK,CAACC,QAAS;IAACC,MAAM,EAAC;EAAU,GAAE8B,mBAAc,CAACC,sBAAsB,CAAC9C,KAAK,CAAQ,CAC3I,CACJ,CAAC,gBACNE,KAAA,CAAAC,aAAA,CAAAD,KAAA,CAAA6C,QAAA,MAAI,CAAC,eACN7C,KAAA,CAAAC,aAAA,CAACpB,YAAA,CAAAqB,IAAI;IAACC,KAAK,EAAE;MAAEsB,aAAa,EAAC,KAAK;MAAEnB,OAAO,EAAC;IAAG;EAAE,gBAC7CN,KAAA,CAAAC,aAAA,CAAChB,WAAA,CAAA6D,MAAM;IACHC,KAAK,EAAG,aAAa;IACrB5C,KAAK,EAAE;MAAEC,IAAI,EAAC,CAAC;MAAE4C,WAAW,EAAC;IAAE,CAAE;IACjCC,WAAW,EAAEvC,eAAM,CAACC,KAAK,CAACuC,QAAS;IACnCC,WAAW,EAAEzC,eAAM,CAACC,KAAK,CAACuC,QAAS;IACnCE,WAAW,EAAE,CAAE;IACf9C,OAAO,EAAE,EAAG;IACZ+C,OAAO,EAAEA,CAAA,KAAMzD,OAAO,CAAC;EAAE,CAC5B,CAAC,eACFI,KAAA,CAAAC,aAAA,CAAChB,WAAA,CAAA6D,MAAM;IACHC,KAAK,EAAC,mBAAmB;IACzB5C,KAAK,EAAE;MAAEC,IAAI,EAAC;IAAE,CAAE;IAClBsB,eAAe,EAAEhB,eAAM,CAAC4C,OAAO,CAACC,OAAQ;IACxCJ,WAAW,EAAEzC,eAAM,CAACiB,MAAM,CAACC,KAAM;IACjCtB,OAAO,EAAE,EAAG;IACZ+C,OAAO,EAAEA,CAAA,KAAM1D,YAAY,CAAC;EAAE,CACjC,CACC,CACJ,CAAC;AAEf,CAAC;AAAA,IAAA6D,QAAA,GAAAC,OAAA,CAAAnE,OAAA,GAEcC,cAAc","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 _reactNative = require("react-native");
|
|
9
9
|
var _Components = require("../../Components");
|
|
10
10
|
var _colors = _interopRequireDefault(require("../../constants/colors"));
|
|
@@ -22,8 +22,6 @@ var _SettingsManager = _interopRequireDefault(require("./SettingsManager"));
|
|
|
22
22
|
var _api = require("../api");
|
|
23
23
|
var _styles = require("../../constants/styles");
|
|
24
24
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
25
|
-
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); }
|
|
26
|
-
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; }
|
|
27
25
|
// { num:5, check: 'code', label: 'Promo', description: `Lets get you started with some promo bucks!`, complete:false },
|
|
28
26
|
|
|
29
27
|
const ProfileWizard = ({
|
|
@@ -333,9 +331,9 @@ const ProfileWizard = ({
|
|
|
333
331
|
};
|
|
334
332
|
const renderLevels = data => {
|
|
335
333
|
if (hidden_levels && hidden_levels.includes(data.item.identifier)) {
|
|
336
|
-
return /*#__PURE__*/
|
|
334
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null);
|
|
337
335
|
}
|
|
338
|
-
return /*#__PURE__*/
|
|
336
|
+
return /*#__PURE__*/React.createElement(_reactNative.TouchableOpacity, {
|
|
339
337
|
style: {
|
|
340
338
|
flexDirection: 'row',
|
|
341
339
|
alignItems: 'center',
|
|
@@ -347,7 +345,7 @@ const ProfileWizard = ({
|
|
|
347
345
|
setActiveLevel(data.item);
|
|
348
346
|
setActiveStep(data.item.profile_steps[0]);
|
|
349
347
|
}
|
|
350
|
-
}, /*#__PURE__*/
|
|
348
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
351
349
|
style: {
|
|
352
350
|
height: 20,
|
|
353
351
|
width: 20,
|
|
@@ -358,34 +356,34 @@ const ProfileWizard = ({
|
|
|
358
356
|
justifyContent: 'center',
|
|
359
357
|
alignItems: 'center'
|
|
360
358
|
}
|
|
361
|
-
}, data.item.pct_complete == 1 ? /*#__PURE__*/
|
|
359
|
+
}, data.item.pct_complete == 1 ? /*#__PURE__*/React.createElement(_Components.Icons.CheckIcon, {
|
|
362
360
|
color: _colors.default.utility.success,
|
|
363
361
|
size: 14
|
|
364
|
-
}) : /*#__PURE__*/
|
|
362
|
+
}) : /*#__PURE__*/React.createElement(React.Fragment, null)), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
365
363
|
style: {
|
|
366
364
|
flex: 1,
|
|
367
365
|
marginLeft: 10,
|
|
368
366
|
marginRight: 10
|
|
369
367
|
}
|
|
370
|
-
}, /*#__PURE__*/
|
|
368
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
371
369
|
size: 16,
|
|
372
370
|
color: _colors.default.brand.midnight,
|
|
373
371
|
weight: "bold"
|
|
374
|
-
}, data.item.label), /*#__PURE__*/
|
|
372
|
+
}, data.item.label), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
375
373
|
style: {
|
|
376
374
|
marginTop: 3
|
|
377
375
|
},
|
|
378
376
|
size: 14,
|
|
379
377
|
color: _colors.default.brand.midnight,
|
|
380
378
|
weight: "regular"
|
|
381
|
-
}, data.item.description)), data.item.pct_complete ? /*#__PURE__*/
|
|
379
|
+
}, data.item.description)), data.item.pct_complete ? /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
382
380
|
style: {
|
|
383
381
|
marginRight: 10
|
|
384
382
|
}
|
|
385
|
-
}, /*#__PURE__*/
|
|
383
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
386
384
|
size: 14,
|
|
387
385
|
color: _colors.default.brand.midnight
|
|
388
|
-
}, (data.item.pct_complete * 100).toFixed(), "%")) : /*#__PURE__*/
|
|
386
|
+
}, (data.item.pct_complete * 100).toFixed(), "%")) : /*#__PURE__*/React.createElement(React.Fragment, null), /*#__PURE__*/React.createElement(_Components.Icons.ChevronIcon, {
|
|
389
387
|
direction: "right",
|
|
390
388
|
size: 10,
|
|
391
389
|
color: _colors.default.brand.midnight
|
|
@@ -393,19 +391,19 @@ const ProfileWizard = ({
|
|
|
393
391
|
};
|
|
394
392
|
const renderGroups = data => {
|
|
395
393
|
if (hidden_groups && hidden_groups.includes(data.item.key)) {
|
|
396
|
-
return /*#__PURE__*/
|
|
394
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null);
|
|
397
395
|
}
|
|
398
|
-
return /*#__PURE__*/
|
|
396
|
+
return /*#__PURE__*/React.createElement(_reactNative.View, null, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
399
397
|
style: {
|
|
400
398
|
padding: 10,
|
|
401
399
|
borderBottomWidth: 1,
|
|
402
400
|
borderBottomColor: _colors.default.shades.shade600
|
|
403
401
|
}
|
|
404
|
-
}, /*#__PURE__*/
|
|
402
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
405
403
|
size: 18,
|
|
406
404
|
color: _colors.default.brand.midnight,
|
|
407
405
|
weight: "bold"
|
|
408
|
-
}, data.item.name)), /*#__PURE__*/
|
|
406
|
+
}, data.item.name)), /*#__PURE__*/React.createElement(_reactNative.FlatList, {
|
|
409
407
|
data: data.item.profile_levels,
|
|
410
408
|
renderItem: renderLevels,
|
|
411
409
|
keyExtractor: item => item.identifier
|
|
@@ -413,13 +411,13 @@ const ProfileWizard = ({
|
|
|
413
411
|
};
|
|
414
412
|
const renderSteps = data => {
|
|
415
413
|
if (!active_level) {
|
|
416
|
-
return /*#__PURE__*/
|
|
414
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null);
|
|
417
415
|
}
|
|
418
416
|
const active = data.item.check == active_step?.check ? true : false;
|
|
419
417
|
if (!active_level) {
|
|
420
|
-
return /*#__PURE__*/
|
|
418
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null);
|
|
421
419
|
}
|
|
422
|
-
return /*#__PURE__*/
|
|
420
|
+
return /*#__PURE__*/React.createElement(_reactNative.TouchableOpacity, {
|
|
423
421
|
style: {
|
|
424
422
|
padding: 10,
|
|
425
423
|
width: (width - 20) / active_level.profile_steps.length,
|
|
@@ -432,30 +430,30 @@ const ProfileWizard = ({
|
|
|
432
430
|
borderTopLeftRadius: data.index == 0 ? 22 : 0
|
|
433
431
|
},
|
|
434
432
|
onPress: () => setActiveStep(data.item)
|
|
435
|
-
}, !walkthrough ? /*#__PURE__*/
|
|
433
|
+
}, !walkthrough ? /*#__PURE__*/React.createElement(_Components.Text, {
|
|
436
434
|
size: 14,
|
|
437
435
|
textAlign: "center",
|
|
438
436
|
color: active ? _colors.default.shades.white : _colors.default.brand.midnight,
|
|
439
437
|
weight: active ? 'bold' : 'regular'
|
|
440
|
-
}, data.item.label) : /*#__PURE__*/
|
|
438
|
+
}, data.item.label) : /*#__PURE__*/React.createElement(React.Fragment, null));
|
|
441
439
|
};
|
|
442
|
-
return /*#__PURE__*/
|
|
440
|
+
return /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
443
441
|
style: {
|
|
444
442
|
flex: 1
|
|
445
443
|
}
|
|
446
|
-
}, !active_level && !show_code_request ? /*#__PURE__*/
|
|
444
|
+
}, !active_level && !show_code_request ? /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
447
445
|
style: {
|
|
448
446
|
flex: 1
|
|
449
447
|
}
|
|
450
|
-
}, /*#__PURE__*/
|
|
448
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
451
449
|
style: {
|
|
452
450
|
flex: 1
|
|
453
451
|
}
|
|
454
|
-
}, /*#__PURE__*/
|
|
452
|
+
}, /*#__PURE__*/React.createElement(_reactNative.FlatList, {
|
|
455
453
|
data: groups,
|
|
456
454
|
renderItem: renderGroups,
|
|
457
455
|
keyExtractor: item => item.key
|
|
458
|
-
})), !hide_powered_by ? /*#__PURE__*/
|
|
456
|
+
})), !hide_powered_by ? /*#__PURE__*/React.createElement(_reactNative.TouchableOpacity, {
|
|
459
457
|
style: {
|
|
460
458
|
justifyContent: 'center',
|
|
461
459
|
alignItems: 'center'
|
|
@@ -463,7 +461,7 @@ const ProfileWizard = ({
|
|
|
463
461
|
onPress: () => {
|
|
464
462
|
_reactNative.Linking.openURL(`https://app.bettoredge.com`);
|
|
465
463
|
}
|
|
466
|
-
}, /*#__PURE__*/
|
|
464
|
+
}, /*#__PURE__*/React.createElement(_reactNative.Image, {
|
|
467
465
|
source: {
|
|
468
466
|
uri: 'https://res.cloudinary.com/hoabts6mc/image/upload/v1715272520/powered_be_be_irnaka.webp'
|
|
469
467
|
},
|
|
@@ -472,12 +470,12 @@ const ProfileWizard = ({
|
|
|
472
470
|
height: width * 0.6 / 3
|
|
473
471
|
},
|
|
474
472
|
resizeMode: "center"
|
|
475
|
-
})) : /*#__PURE__*/
|
|
473
|
+
})) : /*#__PURE__*/React.createElement(React.Fragment, null), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
476
474
|
style: {
|
|
477
475
|
flexDirection: 'row',
|
|
478
476
|
padding: 10
|
|
479
477
|
}
|
|
480
|
-
}, /*#__PURE__*/
|
|
478
|
+
}, /*#__PURE__*/React.createElement(_Components.Button, {
|
|
481
479
|
title: "CLOSE",
|
|
482
480
|
style: {
|
|
483
481
|
flex: 3,
|
|
@@ -489,7 +487,7 @@ const ProfileWizard = ({
|
|
|
489
487
|
borderColor: _colors.default.brand.electric,
|
|
490
488
|
padding: 15,
|
|
491
489
|
onPress: () => onClose()
|
|
492
|
-
}), /*#__PURE__*/
|
|
490
|
+
}), /*#__PURE__*/React.createElement(_reactNative.TouchableOpacity, {
|
|
493
491
|
style: {
|
|
494
492
|
backgroundColor: _colors.default.utility.error,
|
|
495
493
|
borderRadius: 22,
|
|
@@ -501,10 +499,10 @@ const ProfileWizard = ({
|
|
|
501
499
|
alignItems: 'center'
|
|
502
500
|
},
|
|
503
501
|
onPress: () => setShowLogout(true)
|
|
504
|
-
}, /*#__PURE__*/
|
|
502
|
+
}, /*#__PURE__*/React.createElement(_Components.Icons.LogoutIcon, {
|
|
505
503
|
color: _colors.default.shades.white,
|
|
506
504
|
size: 20
|
|
507
|
-
}))), show_logout ? /*#__PURE__*/
|
|
505
|
+
}))), show_logout ? /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
508
506
|
style: {
|
|
509
507
|
position: 'absolute',
|
|
510
508
|
top: 0,
|
|
@@ -515,14 +513,14 @@ const ProfileWizard = ({
|
|
|
515
513
|
justifyContent: 'center',
|
|
516
514
|
alignItems: 'center'
|
|
517
515
|
}
|
|
518
|
-
}, /*#__PURE__*/
|
|
516
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
519
517
|
style: {
|
|
520
518
|
backgroundColor: _colors.default.shades.white,
|
|
521
519
|
padding: 10,
|
|
522
520
|
borderRadius: 22,
|
|
523
521
|
minWidth: 250
|
|
524
522
|
}
|
|
525
|
-
}, /*#__PURE__*/
|
|
523
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
526
524
|
style: {
|
|
527
525
|
padding: 15
|
|
528
526
|
},
|
|
@@ -530,12 +528,12 @@ const ProfileWizard = ({
|
|
|
530
528
|
color: _colors.default.brand.midnight,
|
|
531
529
|
weight: "bold",
|
|
532
530
|
textAlign: "center"
|
|
533
|
-
}, "ARE YOU SURE?"), /*#__PURE__*/
|
|
531
|
+
}, "ARE YOU SURE?"), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
534
532
|
style: {
|
|
535
533
|
flexDirection: 'row',
|
|
536
534
|
padding: 10
|
|
537
535
|
}
|
|
538
|
-
}, /*#__PURE__*/
|
|
536
|
+
}, /*#__PURE__*/React.createElement(_Components.Button, {
|
|
539
537
|
title: "NO",
|
|
540
538
|
style: {
|
|
541
539
|
flex: 1,
|
|
@@ -546,7 +544,7 @@ const ProfileWizard = ({
|
|
|
546
544
|
borderWidth: 1,
|
|
547
545
|
borderColor: _colors.default.brand.electric,
|
|
548
546
|
onPress: () => setShowLogout(false)
|
|
549
|
-
}), /*#__PURE__*/
|
|
547
|
+
}), /*#__PURE__*/React.createElement(_Components.Button, {
|
|
550
548
|
title: "YES - LOGOUT",
|
|
551
549
|
style: {
|
|
552
550
|
flex: 3,
|
|
@@ -556,11 +554,11 @@ const ProfileWizard = ({
|
|
|
556
554
|
backgroundColor: _colors.default.utility.error,
|
|
557
555
|
padding: 15,
|
|
558
556
|
onPress: onLogout
|
|
559
|
-
})))) : /*#__PURE__*/
|
|
557
|
+
})))) : /*#__PURE__*/React.createElement(React.Fragment, null)) : /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
560
558
|
style: {
|
|
561
559
|
flex: 1
|
|
562
560
|
}
|
|
563
|
-
}, !walkthrough && active_level ? /*#__PURE__*/
|
|
561
|
+
}, !walkthrough && active_level ? /*#__PURE__*/React.createElement(_reactNative.TouchableOpacity, {
|
|
564
562
|
style: {
|
|
565
563
|
flexDirection: 'row',
|
|
566
564
|
alignItems: 'center',
|
|
@@ -572,44 +570,44 @@ const ProfileWizard = ({
|
|
|
572
570
|
setActiveLevel(undefined);
|
|
573
571
|
setActiveStep(undefined);
|
|
574
572
|
}
|
|
575
|
-
}, /*#__PURE__*/
|
|
573
|
+
}, /*#__PURE__*/React.createElement(_Components.Icons.ChevronIcon, {
|
|
576
574
|
direction: "left",
|
|
577
575
|
size: 10,
|
|
578
576
|
color: _colors.default.brand.midnight
|
|
579
|
-
}), /*#__PURE__*/
|
|
577
|
+
}), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
580
578
|
style: {
|
|
581
579
|
flex: 1,
|
|
582
580
|
marginLeft: 20,
|
|
583
581
|
marginRight: 20
|
|
584
582
|
}
|
|
585
|
-
}, /*#__PURE__*/
|
|
583
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
586
584
|
size: 16,
|
|
587
585
|
color: _colors.default.brand.midnight,
|
|
588
586
|
weight: "bold"
|
|
589
|
-
}, active_level.label), /*#__PURE__*/
|
|
587
|
+
}, active_level.label), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
590
588
|
style: {
|
|
591
589
|
marginTop: 3
|
|
592
590
|
},
|
|
593
591
|
size: 14,
|
|
594
592
|
color: _colors.default.brand.midnight,
|
|
595
593
|
weight: "regular"
|
|
596
|
-
}, active_level.description)), active_level.pct_complete ? /*#__PURE__*/
|
|
594
|
+
}, active_level.description)), active_level.pct_complete ? /*#__PURE__*/React.createElement(_reactNative.View, null, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
597
595
|
size: 14,
|
|
598
596
|
color: _colors.default.brand.midnight
|
|
599
|
-
}, (active_level.pct_complete * 100).toFixed(), "%")) : /*#__PURE__*/
|
|
597
|
+
}, (active_level.pct_complete * 100).toFixed(), "%")) : /*#__PURE__*/React.createElement(React.Fragment, null)) : /*#__PURE__*/React.createElement(React.Fragment, null), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
600
598
|
style: {
|
|
601
599
|
borderWidth: 1,
|
|
602
600
|
borderColor: _colors.default.shades.shade600,
|
|
603
601
|
borderRadius: 22,
|
|
604
602
|
margin: 10
|
|
605
603
|
}
|
|
606
|
-
}, /*#__PURE__*/
|
|
604
|
+
}, /*#__PURE__*/React.createElement(_reactNative.FlatList, {
|
|
607
605
|
data: active_level?.profile_steps,
|
|
608
606
|
renderItem: renderSteps,
|
|
609
607
|
horizontal: true,
|
|
610
608
|
showsHorizontalScrollIndicator: false,
|
|
611
609
|
keyExtractor: item => item.check
|
|
612
|
-
}), walkthrough == 'verify' && code_details.code_request && code_details.promo ? /*#__PURE__*/
|
|
610
|
+
}), walkthrough == 'verify' && code_details.code_request && code_details.promo ? /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
613
611
|
style: {
|
|
614
612
|
position: 'absolute',
|
|
615
613
|
right: -4,
|
|
@@ -618,7 +616,7 @@ const ProfileWizard = ({
|
|
|
618
616
|
justifyContent: 'center',
|
|
619
617
|
alignItems: 'center'
|
|
620
618
|
}
|
|
621
|
-
}, /*#__PURE__*/
|
|
619
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
622
620
|
style: {
|
|
623
621
|
height: 30,
|
|
624
622
|
width: 30,
|
|
@@ -628,14 +626,14 @@ const ProfileWizard = ({
|
|
|
628
626
|
alignItems: 'center',
|
|
629
627
|
..._styles.view_styles.float
|
|
630
628
|
}
|
|
631
|
-
}, /*#__PURE__*/
|
|
629
|
+
}, /*#__PURE__*/React.createElement(_Components.Icons.GiftIcon, {
|
|
632
630
|
size: 18,
|
|
633
631
|
color: _colors.default.incentive.gold
|
|
634
|
-
}))) : /*#__PURE__*/
|
|
632
|
+
}))) : /*#__PURE__*/React.createElement(React.Fragment, null)), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
635
633
|
style: {
|
|
636
634
|
flex: 1
|
|
637
635
|
}
|
|
638
|
-
}, !active_step && show_code_request ? /*#__PURE__*/
|
|
636
|
+
}, !active_step && show_code_request ? /*#__PURE__*/React.createElement(_CodeRedeem.default, {
|
|
639
637
|
walkthrough: false,
|
|
640
638
|
player: draft_player,
|
|
641
639
|
onClose: () => setShowCodeRequest(false),
|
|
@@ -651,7 +649,7 @@ const ProfileWizard = ({
|
|
|
651
649
|
setActiveLevel(verify_level);
|
|
652
650
|
setActiveStep(verify_level.profile_steps[3]);
|
|
653
651
|
}
|
|
654
|
-
}) : /*#__PURE__*/
|
|
652
|
+
}) : /*#__PURE__*/React.createElement(React.Fragment, null), !active_step && show_welcome && !welcome_hidden && !show_code_request ? /*#__PURE__*/React.createElement(_ProfileWelcome.default, {
|
|
655
653
|
player: draft_player,
|
|
656
654
|
width: width,
|
|
657
655
|
code_details: code_details,
|
|
@@ -671,7 +669,7 @@ const ProfileWizard = ({
|
|
|
671
669
|
setActiveLevel(undefined);
|
|
672
670
|
setWelcomeHidden(true);
|
|
673
671
|
}
|
|
674
|
-
}) : active_step?.check == 'basic' ? /*#__PURE__*/
|
|
672
|
+
}) : active_step?.check == 'basic' ? /*#__PURE__*/React.createElement(_BasicInfoManager.default, {
|
|
675
673
|
player: draft_player,
|
|
676
674
|
walkthrough: walkthrough == 'basic' ? true : false,
|
|
677
675
|
onClose: () => {
|
|
@@ -695,7 +693,7 @@ const ProfileWizard = ({
|
|
|
695
693
|
console.log('CALLING THIS');
|
|
696
694
|
onPlayerUpdate(player, 'basic');
|
|
697
695
|
}
|
|
698
|
-
}) : active_step?.check == 'profile_pic' ? /*#__PURE__*/
|
|
696
|
+
}) : active_step?.check == 'profile_pic' ? /*#__PURE__*/React.createElement(_ProfilePicManager.default, {
|
|
699
697
|
player: draft_player,
|
|
700
698
|
walkthrough: walkthrough == 'basic' ? true : false,
|
|
701
699
|
onClose: () => {
|
|
@@ -716,7 +714,7 @@ const ProfileWizard = ({
|
|
|
716
714
|
setActiveStep(next_step);
|
|
717
715
|
},
|
|
718
716
|
onPlayerUpdate: player => onPlayerUpdate(player, 'profile_pic')
|
|
719
|
-
}) : active_step?.check == 'password' ? /*#__PURE__*/
|
|
717
|
+
}) : active_step?.check == 'password' ? /*#__PURE__*/React.createElement(_PasswordManager.default, {
|
|
720
718
|
player: draft_player,
|
|
721
719
|
onClose: () => {
|
|
722
720
|
if (profile_attribute) {
|
|
@@ -737,7 +735,7 @@ const ProfileWizard = ({
|
|
|
737
735
|
setActiveStep(next_step);
|
|
738
736
|
},
|
|
739
737
|
onPlayerUpdate: player => onPlayerUpdate(player, 'password')
|
|
740
|
-
}) : active_step?.check == 'email' ? /*#__PURE__*/
|
|
738
|
+
}) : active_step?.check == 'email' ? /*#__PURE__*/React.createElement(_EmailManager.default, {
|
|
741
739
|
player: draft_player,
|
|
742
740
|
walkthrough: walkthrough == 'verify' ? true : false,
|
|
743
741
|
onClose: () => {
|
|
@@ -758,7 +756,7 @@ const ProfileWizard = ({
|
|
|
758
756
|
setActiveStep(next_step);
|
|
759
757
|
},
|
|
760
758
|
onPlayerUpdate: player => onPlayerUpdate(player, 'email')
|
|
761
|
-
}) : active_step?.check == 'phone' ? /*#__PURE__*/
|
|
759
|
+
}) : active_step?.check == 'phone' ? /*#__PURE__*/React.createElement(_PhoneManager.default, {
|
|
762
760
|
player: draft_player,
|
|
763
761
|
onClose: () => {
|
|
764
762
|
if (profile_attribute) {
|
|
@@ -779,7 +777,7 @@ const ProfileWizard = ({
|
|
|
779
777
|
setActiveStep(next_step);
|
|
780
778
|
},
|
|
781
779
|
onPlayerUpdate: player => onPlayerUpdate(player, 'phone')
|
|
782
|
-
}) : active_step?.check == 'basic_review' ? /*#__PURE__*/
|
|
780
|
+
}) : active_step?.check == 'basic_review' ? /*#__PURE__*/React.createElement(_BasicStatus.default, {
|
|
783
781
|
player: draft_player,
|
|
784
782
|
code_details: code_details,
|
|
785
783
|
onClose: () => {
|
|
@@ -802,7 +800,7 @@ const ProfileWizard = ({
|
|
|
802
800
|
onSelectLevel(new_level);
|
|
803
801
|
setActiveStep(new_level.profile_steps[0]);
|
|
804
802
|
}
|
|
805
|
-
}) : active_step?.check == 'dob' ? /*#__PURE__*/
|
|
803
|
+
}) : active_step?.check == 'dob' ? /*#__PURE__*/React.createElement(_DOBManager.default, {
|
|
806
804
|
player: draft_player,
|
|
807
805
|
onClose: () => {
|
|
808
806
|
if (profile_attribute) {
|
|
@@ -823,7 +821,7 @@ const ProfileWizard = ({
|
|
|
823
821
|
setActiveStep(next_step);
|
|
824
822
|
},
|
|
825
823
|
onPlayerUpdate: player => onPlayerUpdate(player, 'dob')
|
|
826
|
-
}) : active_step?.check == 'vouch' ? /*#__PURE__*/
|
|
824
|
+
}) : active_step?.check == 'vouch' ? /*#__PURE__*/React.createElement(_VouchCard.default, {
|
|
827
825
|
player: draft_player,
|
|
828
826
|
onPlayerUpdate: p => onPlayerUpdate(p, 'vouched_status'),
|
|
829
827
|
walkthrough: walkthrough == 'verify' ? true : false,
|
|
@@ -845,40 +843,40 @@ const ProfileWizard = ({
|
|
|
845
843
|
}
|
|
846
844
|
return setActiveLevel(undefined);
|
|
847
845
|
}
|
|
848
|
-
}) : active_step?.check == 'notification' ? /*#__PURE__*/
|
|
846
|
+
}) : active_step?.check == 'notification' ? /*#__PURE__*/React.createElement(_SettingsManager.default, {
|
|
849
847
|
player: draft_player,
|
|
850
848
|
title: "Notification Settings",
|
|
851
849
|
description: "Set how and where you would like to receive notifications",
|
|
852
|
-
icon: /*#__PURE__*/
|
|
850
|
+
icon: /*#__PURE__*/React.createElement(_Components.Icons.PreferencesIcon, {
|
|
853
851
|
color: _colors.default.shades.white,
|
|
854
852
|
size: 18
|
|
855
853
|
}),
|
|
856
854
|
settings: settings.filter(s => s.setting_type == 'notification'),
|
|
857
855
|
player_settings: player_settings,
|
|
858
856
|
onUpdatePlayerSetting: onUpdatePlayerSetting
|
|
859
|
-
}) : active_step?.check == 'preferences' ? /*#__PURE__*/
|
|
857
|
+
}) : active_step?.check == 'preferences' ? /*#__PURE__*/React.createElement(_SettingsManager.default, {
|
|
860
858
|
player: draft_player,
|
|
861
859
|
title: "Preferences",
|
|
862
860
|
description: "Manage global configrations on your account",
|
|
863
|
-
icon: /*#__PURE__*/
|
|
861
|
+
icon: /*#__PURE__*/React.createElement(_Components.Icons.NotificationIcon, {
|
|
864
862
|
color: _colors.default.shades.white,
|
|
865
863
|
size: 20
|
|
866
864
|
}),
|
|
867
865
|
settings: settings.filter(s => s.setting_type == 'preference'),
|
|
868
866
|
player_settings: player_settings,
|
|
869
867
|
onUpdatePlayerSetting: onUpdatePlayerSetting
|
|
870
|
-
}) : active_step?.check == 'sharing' ? /*#__PURE__*/
|
|
868
|
+
}) : active_step?.check == 'sharing' ? /*#__PURE__*/React.createElement(_SettingsManager.default, {
|
|
871
869
|
player: draft_player,
|
|
872
870
|
title: "Share Settings",
|
|
873
871
|
description: "Set who can see your activity",
|
|
874
|
-
icon: /*#__PURE__*/
|
|
872
|
+
icon: /*#__PURE__*/React.createElement(_Components.Icons.EyeOnIcon, {
|
|
875
873
|
color: _colors.default.shades.white,
|
|
876
874
|
size: 20
|
|
877
875
|
}),
|
|
878
876
|
settings: settings.filter(s => s.setting_type == 'sharing'),
|
|
879
877
|
player_settings: player_settings,
|
|
880
878
|
onUpdatePlayerSetting: onUpdatePlayerSetting
|
|
881
|
-
}) : /*#__PURE__*/
|
|
879
|
+
}) : /*#__PURE__*/React.createElement(React.Fragment, null))));
|
|
882
880
|
};
|
|
883
881
|
var _default = exports.default = ProfileWizard;
|
|
884
882
|
//# sourceMappingURL=ProfileWizard.js.map
|