be-components 1.0.8 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/AdServer/components/CompanyAdCard.js +3 -5
- package/lib/commonjs/AdServer/components/CompanyAdCard.js.map +1 -1
- package/lib/commonjs/AdServer/index.js +9 -10
- package/lib/commonjs/AdServer/index.js.map +1 -1
- package/lib/commonjs/ApiOverrides/index.js +6 -3
- package/lib/commonjs/ApiOverrides/index.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.js +16 -17
- package/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/LoginForm.js +58 -60
- package/lib/commonjs/Authenticator/Components/LoginForm.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/StrategyForm.js +67 -69
- package/lib/commonjs/Authenticator/Components/StrategyForm.js.map +1 -1
- package/lib/commonjs/Authenticator/index.js +14 -16
- package/lib/commonjs/Authenticator/index.js.map +1 -1
- package/lib/commonjs/BettorSearch/index.js +8 -10
- package/lib/commonjs/BettorSearch/index.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketCompetitionCard.js +92 -94
- package/lib/commonjs/Bracket/components/BracketCompetitionCard.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketCompetitionSelector.js +37 -39
- package/lib/commonjs/Bracket/components/BracketCompetitionSelector.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/BracketNavigator.js +18 -19
- package/lib/commonjs/Bracket/components/BracketPlay/BracketNavigator.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/BracketRound.js +7 -8
- package/lib/commonjs/Bracket/components/BracketPlay/BracketRound.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/RoundEvent.js +45 -46
- package/lib/commonjs/Bracket/components/BracketPlay/RoundEvent.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/index.js +27 -29
- package/lib/commonjs/Bracket/components/BracketPlay/index.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketSelector.js +21 -22
- package/lib/commonjs/Bracket/components/BracketSelector.js.map +1 -1
- package/lib/commonjs/Bracket/components/CompetitionLeaderboard.js +34 -36
- package/lib/commonjs/Bracket/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/commonjs/Bracket/components/JoinCompetitionCard.js +20 -22
- package/lib/commonjs/Bracket/components/JoinCompetitionCard.js.map +1 -1
- package/lib/commonjs/Bracket/components/PlayerBalanceCard.js +6 -7
- package/lib/commonjs/Bracket/components/PlayerBalanceCard.js.map +1 -1
- package/lib/commonjs/Bracket/components/PlayerBracketManager.js +75 -77
- package/lib/commonjs/Bracket/components/PlayerBracketManager.js.map +1 -1
- package/lib/commonjs/Bracket/components/PlayerBrackets.js +27 -28
- package/lib/commonjs/Bracket/components/PlayerBrackets.js.map +1 -1
- package/lib/commonjs/Bracket/components/RoomMenu.js +15 -16
- package/lib/commonjs/Bracket/components/RoomMenu.js.map +1 -1
- package/lib/commonjs/Bracket/index.js +9 -11
- package/lib/commonjs/Bracket/index.js.map +1 -1
- package/lib/commonjs/Checkout/components/AccountSummaryCard.js +43 -44
- package/lib/commonjs/Checkout/components/AccountSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/components/ItemSummaryCard.js +7 -8
- package/lib/commonjs/Checkout/components/ItemSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/components/OrderSummaryCard.js +12 -13
- package/lib/commonjs/Checkout/components/OrderSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/components/PayPalOrderCapture.js +2 -4
- package/lib/commonjs/Checkout/components/PayPalOrderCapture.js.map +1 -1
- package/lib/commonjs/Checkout/components/ShippingSummaryCard.js +7 -8
- package/lib/commonjs/Checkout/components/ShippingSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/index.js +58 -60
- package/lib/commonjs/Checkout/index.js.map +1 -1
- package/lib/commonjs/Competition/components/AthleteMarketCard.js +20 -21
- package/lib/commonjs/Competition/components/AthleteMarketCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionCard.js +25 -26
- package/lib/commonjs/Competition/components/CompetitionCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionInfoCard.js +31 -32
- package/lib/commonjs/Competition/components/CompetitionInfoCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionLeaderboard.js +34 -36
- package/lib/commonjs/Competition/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionPlay.js +116 -118
- package/lib/commonjs/Competition/components/CompetitionPlay.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionSeasonCard.js +16 -17
- package/lib/commonjs/Competition/components/CompetitionSeasonCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionSelector.js +14 -16
- package/lib/commonjs/Competition/components/CompetitionSelector.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionTypeCard.js +43 -45
- package/lib/commonjs/Competition/components/CompetitionTypeCard.js.map +1 -1
- package/lib/commonjs/Competition/components/EnterCompetitionPrompt.js +29 -31
- package/lib/commonjs/Competition/components/EnterCompetitionPrompt.js.map +1 -1
- package/lib/commonjs/Competition/components/LeaderPicks.js +39 -41
- package/lib/commonjs/Competition/components/LeaderPicks.js.map +1 -1
- package/lib/commonjs/Competition/components/ManageSeasonForm.js +85 -87
- package/lib/commonjs/Competition/components/ManageSeasonForm.js.map +1 -1
- package/lib/commonjs/Competition/components/MarketsCard.js +17 -19
- package/lib/commonjs/Competition/components/MarketsCard.js.map +1 -1
- package/lib/commonjs/Competition/components/MatchMarketCard.js +25 -26
- package/lib/commonjs/Competition/components/MatchMarketCard.js.map +1 -1
- package/lib/commonjs/Competition/components/NavOutPrompt.js +18 -19
- package/lib/commonjs/Competition/components/NavOutPrompt.js.map +1 -1
- package/lib/commonjs/Competition/components/SeasonInfoModal.js +52 -54
- package/lib/commonjs/Competition/components/SeasonInfoModal.js.map +1 -1
- package/lib/commonjs/Competition/components/TeamEventCard.js +30 -31
- package/lib/commonjs/Competition/components/TeamEventCard.js.map +1 -1
- package/lib/commonjs/Competition/components/WagerPickForm.js +30 -32
- package/lib/commonjs/Competition/components/WagerPickForm.js.map +1 -1
- package/lib/commonjs/Competition/index.js +3 -5
- package/lib/commonjs/Competition/index.js.map +1 -1
- package/lib/commonjs/Components/Button.js +7 -8
- package/lib/commonjs/Components/Button.js.map +1 -1
- package/lib/commonjs/Components/Checkbox.js +3 -4
- package/lib/commonjs/Components/Checkbox.js.map +1 -1
- package/lib/commonjs/Components/Icons.js +650 -373
- package/lib/commonjs/Components/Icons.js.map +1 -1
- package/lib/commonjs/Components/ImageUploader.js +3 -5
- package/lib/commonjs/Components/ImageUploader.js.map +1 -1
- package/lib/commonjs/Components/Jerseys.js +124 -125
- package/lib/commonjs/Components/Jerseys.js.map +1 -1
- package/lib/commonjs/Components/LinearDiagnal.js +7 -9
- package/lib/commonjs/Components/LinearDiagnal.js.map +1 -1
- package/lib/commonjs/Components/Spring.js +1 -3
- package/lib/commonjs/Components/Spring.js.map +1 -1
- package/lib/commonjs/Components/Switch.js +8 -9
- package/lib/commonjs/Components/Switch.js.map +1 -1
- package/lib/commonjs/Components/Text.js +33 -5
- package/lib/commonjs/Components/Text.js.map +1 -1
- package/lib/commonjs/Components/TextInput.js +1 -2
- package/lib/commonjs/Components/TextInput.js.map +1 -1
- package/lib/commonjs/LocationTracker/index.js +27 -28
- package/lib/commonjs/LocationTracker/index.js.map +1 -1
- package/lib/commonjs/Observer/Observer.js +2 -4
- package/lib/commonjs/Observer/Observer.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignPlay.js +56 -58
- package/lib/commonjs/Poll/components/CampaignPlay.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignProgressBar.js +11 -13
- package/lib/commonjs/Poll/components/CampaignProgressBar.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignResult.js +56 -58
- package/lib/commonjs/Poll/components/CampaignResult.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignSelector.js +12 -14
- package/lib/commonjs/Poll/components/CampaignSelector.js.map +1 -1
- package/lib/commonjs/Poll/components/PollCampaignCard.js +7 -8
- package/lib/commonjs/Poll/components/PollCampaignCard.js.map +1 -1
- package/lib/commonjs/Poll/components/PollCard.js +49 -51
- package/lib/commonjs/Poll/components/PollCard.js.map +1 -1
- package/lib/commonjs/Poll/components/PollOptionCard.js +14 -16
- package/lib/commonjs/Poll/components/PollOptionCard.js.map +1 -1
- package/lib/commonjs/Poll/components/PollSelectCard.js +25 -26
- package/lib/commonjs/Poll/components/PollSelectCard.js.map +1 -1
- package/lib/commonjs/Poll/components/ResponseTimer.js +3 -5
- package/lib/commonjs/Poll/components/ResponseTimer.js.map +1 -1
- package/lib/commonjs/Poll/components/WidgetHeader.js +11 -12
- package/lib/commonjs/Poll/components/WidgetHeader.js.map +1 -1
- package/lib/commonjs/Poll/flashmarket/ResultCard.js +47 -49
- package/lib/commonjs/Poll/flashmarket/ResultCard.js.map +1 -1
- package/lib/commonjs/Poll/flashmarket/index.js +52 -54
- package/lib/commonjs/Poll/flashmarket/index.js.map +1 -1
- package/lib/commonjs/Poll/index.js +6 -8
- package/lib/commonjs/Poll/index.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/BasicInfoManager.js +35 -37
- package/lib/commonjs/ProfileManager/Components/BasicInfoManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/BasicStatus.js +35 -36
- package/lib/commonjs/ProfileManager/Components/BasicStatus.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/CodeRedeem.js +50 -52
- package/lib/commonjs/ProfileManager/Components/CodeRedeem.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/DOBManager.js +24 -26
- package/lib/commonjs/ProfileManager/Components/DOBManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/EmailManager.js +36 -38
- package/lib/commonjs/ProfileManager/Components/EmailManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/PasswordManager.js +36 -38
- package/lib/commonjs/ProfileManager/Components/PasswordManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/PhoneManager.js +36 -38
- package/lib/commonjs/ProfileManager/Components/PhoneManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfilePicManager.js +17 -19
- package/lib/commonjs/ProfileManager/Components/ProfilePicManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfileWelcome.js +15 -16
- package/lib/commonjs/ProfileManager/Components/ProfileWelcome.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfileWizard.js +66 -68
- package/lib/commonjs/ProfileManager/Components/ProfileWizard.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/SettingsManager.js +29 -31
- package/lib/commonjs/ProfileManager/Components/SettingsManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/VouchCard.js +63 -65
- package/lib/commonjs/ProfileManager/Components/VouchCard.js.map +1 -1
- package/lib/commonjs/ProfileManager/index.js +16 -18
- package/lib/commonjs/ProfileManager/index.js.map +1 -1
- package/lib/commonjs/SocialComponents/PlayerCard.js +11 -12
- package/lib/commonjs/SocialComponents/PlayerCard.js.map +1 -1
- package/lib/commonjs/SocialComponents/PlayerFollowButton.js +3 -4
- package/lib/commonjs/SocialComponents/PlayerFollowButton.js.map +1 -1
- package/lib/commonjs/SocialComponents/PlayerList.js +4 -6
- package/lib/commonjs/SocialComponents/PlayerList.js.map +1 -1
- package/lib/commonjs/Socket/api/index.js +18 -0
- package/lib/commonjs/Socket/api/index.js.map +1 -0
- package/lib/commonjs/Socket/index.js +120 -0
- package/lib/commonjs/Socket/index.js.map +1 -0
- package/lib/commonjs/Squares/api/index.js +97 -0
- package/lib/commonjs/Squares/api/index.js.map +1 -0
- package/lib/commonjs/Squares/components/BidForm.js +173 -0
- package/lib/commonjs/Squares/components/BidForm.js.map +1 -0
- package/lib/commonjs/Squares/components/BidToggle.js +63 -0
- package/lib/commonjs/Squares/components/BidToggle.js.map +1 -0
- package/lib/commonjs/Squares/components/BoardStats.js +144 -0
- package/lib/commonjs/Squares/components/BoardStats.js.map +1 -0
- package/lib/commonjs/Squares/components/EventCard.js +132 -0
- package/lib/commonjs/Squares/components/EventCard.js.map +1 -0
- package/lib/commonjs/Squares/components/MySquaresCard.js +109 -0
- package/lib/commonjs/Squares/components/MySquaresCard.js.map +1 -0
- package/lib/commonjs/Squares/components/OfferForm.js +181 -0
- package/lib/commonjs/Squares/components/OfferForm.js.map +1 -0
- package/lib/commonjs/Squares/components/ResultsCard.js +108 -0
- package/lib/commonjs/Squares/components/ResultsCard.js.map +1 -0
- package/lib/commonjs/Squares/components/SquareCard.js +337 -0
- package/lib/commonjs/Squares/components/SquareCard.js.map +1 -0
- package/lib/commonjs/Squares/components/SquareOfferCard.js +266 -0
- package/lib/commonjs/Squares/components/SquareOfferCard.js.map +1 -0
- package/lib/commonjs/Squares/components/SquareOwners.js +123 -0
- package/lib/commonjs/Squares/components/SquareOwners.js.map +1 -0
- package/lib/commonjs/Squares/components/SquaresBoard.js +209 -0
- package/lib/commonjs/Squares/components/SquaresBoard.js.map +1 -0
- package/lib/commonjs/Squares/components/SquaresDetails.js +90 -0
- package/lib/commonjs/Squares/components/SquaresDetails.js.map +1 -0
- package/lib/commonjs/Squares/index.js +568 -0
- package/lib/commonjs/Squares/index.js.map +1 -0
- package/lib/commonjs/Wallet/components/ACHAddCard.js +38 -39
- package/lib/commonjs/Wallet/components/ACHAddCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountCard.js +17 -18
- package/lib/commonjs/Wallet/components/AccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountLimitManager.js +32 -34
- package/lib/commonjs/Wallet/components/AccountLimitManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountManager.js +31 -32
- package/lib/commonjs/Wallet/components/AccountManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountSnoozeManager.js +31 -33
- package/lib/commonjs/Wallet/components/AccountSnoozeManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/AddressCard.js +7 -8
- package/lib/commonjs/Wallet/components/AddressCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AddressManager.js +44 -46
- package/lib/commonjs/Wallet/components/AddressManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/DepositCard.js +41 -43
- package/lib/commonjs/Wallet/components/DepositCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/FundAccountCard.js +54 -55
- package/lib/commonjs/Wallet/components/FundAccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/ItemOrderCard.js +15 -17
- package/lib/commonjs/Wallet/components/ItemOrderCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/ItemOrderDetailCard.js +23 -25
- package/lib/commonjs/Wallet/components/ItemOrderDetailCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/LinkAccountManager.js +40 -42
- package/lib/commonjs/Wallet/components/LinkAccountManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManageAccountCard.js +36 -38
- package/lib/commonjs/Wallet/components/ManageAccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManualACHAdd.js +33 -35
- package/lib/commonjs/Wallet/components/ManualACHAdd.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManualCardAdd.js +47 -49
- package/lib/commonjs/Wallet/components/ManualCardAdd.js.map +1 -1
- package/lib/commonjs/Wallet/components/MyBalance.js +34 -35
- package/lib/commonjs/Wallet/components/MyBalance.js.map +1 -1
- package/lib/commonjs/Wallet/components/OrderManager.js +15 -17
- package/lib/commonjs/Wallet/components/OrderManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/RemoveAccount.js +10 -12
- package/lib/commonjs/Wallet/components/RemoveAccount.js.map +1 -1
- package/lib/commonjs/Wallet/components/VerifyACHAccount.js +20 -22
- package/lib/commonjs/Wallet/components/VerifyACHAccount.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletActionSelector.js +49 -51
- package/lib/commonjs/Wallet/components/WalletActionSelector.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletSettings.js +98 -100
- package/lib/commonjs/Wallet/components/WalletSettings.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletSetup.js +58 -60
- package/lib/commonjs/Wallet/components/WalletSetup.js.map +1 -1
- package/lib/commonjs/Wallet/components/WithdrawCard.js +46 -48
- package/lib/commonjs/Wallet/components/WithdrawCard.js.map +1 -1
- package/lib/commonjs/Wallet/index.js +45 -47
- package/lib/commonjs/Wallet/index.js.map +1 -1
- package/lib/commonjs/constants/styles.js +86 -0
- package/lib/commonjs/constants/styles.js.map +1 -1
- package/lib/commonjs/index.js +14 -0
- package/lib/commonjs/index.js.map +1 -1
- package/lib/module/AdServer/components/CompanyAdCard.js +1 -1
- package/lib/module/AdServer/components/CompanyAdCard.js.map +1 -1
- package/lib/module/AdServer/index.js +2 -1
- package/lib/module/AdServer/index.js.map +1 -1
- package/lib/module/ApiOverrides/index.js +6 -3
- package/lib/module/ApiOverrides/index.js.map +1 -1
- package/lib/module/Authenticator/Components/AuthStrategyIdentifier.js +0 -1
- package/lib/module/Authenticator/Components/AuthStrategyIdentifier.js.map +1 -1
- package/lib/module/Authenticator/Components/LoginForm.js +1 -1
- package/lib/module/Authenticator/Components/LoginForm.js.map +1 -1
- package/lib/module/Authenticator/Components/StrategyForm.js +1 -1
- package/lib/module/Authenticator/Components/StrategyForm.js.map +1 -1
- package/lib/module/Authenticator/index.js +1 -1
- package/lib/module/Authenticator/index.js.map +1 -1
- package/lib/module/BettorSearch/index.js +1 -1
- package/lib/module/BettorSearch/index.js.map +1 -1
- package/lib/module/Bracket/components/BracketCompetitionCard.js +1 -1
- package/lib/module/Bracket/components/BracketCompetitionCard.js.map +1 -1
- package/lib/module/Bracket/components/BracketCompetitionSelector.js +1 -1
- package/lib/module/Bracket/components/BracketCompetitionSelector.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/BracketNavigator.js +0 -1
- package/lib/module/Bracket/components/BracketPlay/BracketNavigator.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/BracketRound.js +0 -1
- package/lib/module/Bracket/components/BracketPlay/BracketRound.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/RoundEvent.js +0 -1
- package/lib/module/Bracket/components/BracketPlay/RoundEvent.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/index.js +1 -1
- package/lib/module/Bracket/components/BracketPlay/index.js.map +1 -1
- package/lib/module/Bracket/components/BracketSelector.js +0 -1
- package/lib/module/Bracket/components/BracketSelector.js.map +1 -1
- package/lib/module/Bracket/components/CompetitionLeaderboard.js +1 -1
- package/lib/module/Bracket/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/module/Bracket/components/JoinCompetitionCard.js +1 -1
- package/lib/module/Bracket/components/JoinCompetitionCard.js.map +1 -1
- package/lib/module/Bracket/components/PlayerBalanceCard.js +0 -1
- package/lib/module/Bracket/components/PlayerBalanceCard.js.map +1 -1
- package/lib/module/Bracket/components/PlayerBracketManager.js +1 -1
- package/lib/module/Bracket/components/PlayerBracketManager.js.map +1 -1
- package/lib/module/Bracket/components/PlayerBrackets.js +0 -1
- package/lib/module/Bracket/components/PlayerBrackets.js.map +1 -1
- package/lib/module/Bracket/components/RoomMenu.js +0 -1
- package/lib/module/Bracket/components/RoomMenu.js.map +1 -1
- package/lib/module/Bracket/index.js +1 -1
- package/lib/module/Bracket/index.js.map +1 -1
- package/lib/module/Checkout/components/AccountSummaryCard.js +0 -1
- package/lib/module/Checkout/components/AccountSummaryCard.js.map +1 -1
- package/lib/module/Checkout/components/ItemSummaryCard.js +0 -1
- package/lib/module/Checkout/components/ItemSummaryCard.js.map +1 -1
- package/lib/module/Checkout/components/OrderSummaryCard.js +0 -1
- package/lib/module/Checkout/components/OrderSummaryCard.js.map +1 -1
- package/lib/module/Checkout/components/PayPalOrderCapture.js +0 -1
- package/lib/module/Checkout/components/PayPalOrderCapture.js.map +1 -1
- package/lib/module/Checkout/components/ShippingSummaryCard.js +0 -1
- package/lib/module/Checkout/components/ShippingSummaryCard.js.map +1 -1
- package/lib/module/Checkout/index.js +1 -1
- package/lib/module/Checkout/index.js.map +1 -1
- package/lib/module/Competition/components/AthleteMarketCard.js +0 -1
- package/lib/module/Competition/components/AthleteMarketCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionCard.js +0 -1
- package/lib/module/Competition/components/CompetitionCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionInfoCard.js +0 -1
- package/lib/module/Competition/components/CompetitionInfoCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionLeaderboard.js +1 -1
- package/lib/module/Competition/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionPlay.js +1 -1
- package/lib/module/Competition/components/CompetitionPlay.js.map +1 -1
- package/lib/module/Competition/components/CompetitionSeasonCard.js +0 -1
- package/lib/module/Competition/components/CompetitionSeasonCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionSelector.js +1 -1
- package/lib/module/Competition/components/CompetitionSelector.js.map +1 -1
- package/lib/module/Competition/components/CompetitionTypeCard.js +1 -1
- package/lib/module/Competition/components/CompetitionTypeCard.js.map +1 -1
- package/lib/module/Competition/components/EnterCompetitionPrompt.js +1 -1
- package/lib/module/Competition/components/EnterCompetitionPrompt.js.map +1 -1
- package/lib/module/Competition/components/LeaderPicks.js +1 -1
- package/lib/module/Competition/components/LeaderPicks.js.map +1 -1
- package/lib/module/Competition/components/ManageSeasonForm.js +1 -1
- package/lib/module/Competition/components/ManageSeasonForm.js.map +1 -1
- package/lib/module/Competition/components/MarketsCard.js +1 -1
- package/lib/module/Competition/components/MarketsCard.js.map +1 -1
- package/lib/module/Competition/components/MatchMarketCard.js +0 -1
- package/lib/module/Competition/components/MatchMarketCard.js.map +1 -1
- package/lib/module/Competition/components/NavOutPrompt.js +0 -1
- package/lib/module/Competition/components/NavOutPrompt.js.map +1 -1
- package/lib/module/Competition/components/SeasonInfoModal.js +1 -1
- package/lib/module/Competition/components/SeasonInfoModal.js.map +1 -1
- package/lib/module/Competition/components/TeamEventCard.js +0 -1
- package/lib/module/Competition/components/TeamEventCard.js.map +1 -1
- package/lib/module/Competition/components/WagerPickForm.js +1 -1
- package/lib/module/Competition/components/WagerPickForm.js.map +1 -1
- package/lib/module/Competition/index.js +1 -1
- package/lib/module/Competition/index.js.map +1 -1
- package/lib/module/Components/Button.js +0 -1
- package/lib/module/Components/Button.js.map +1 -1
- package/lib/module/Components/Checkbox.js +0 -1
- package/lib/module/Components/Checkbox.js.map +1 -1
- package/lib/module/Components/Icons.js +279 -2
- package/lib/module/Components/Icons.js.map +1 -1
- package/lib/module/Components/ImageUploader.js +1 -1
- package/lib/module/Components/ImageUploader.js.map +1 -1
- package/lib/module/Components/Jerseys.js +0 -1
- package/lib/module/Components/Jerseys.js.map +1 -1
- package/lib/module/Components/LinearDiagnal.js +1 -1
- package/lib/module/Components/LinearDiagnal.js.map +1 -1
- package/lib/module/Components/Spring.js +0 -1
- package/lib/module/Components/Spring.js.map +1 -1
- package/lib/module/Components/Switch.js +0 -1
- package/lib/module/Components/Switch.js.map +1 -1
- package/lib/module/Components/Text.js +33 -5
- package/lib/module/Components/Text.js.map +1 -1
- package/lib/module/Components/TextInput.js +0 -1
- package/lib/module/Components/TextInput.js.map +1 -1
- package/lib/module/LocationTracker/index.js +0 -1
- package/lib/module/LocationTracker/index.js.map +1 -1
- package/lib/module/Observer/Observer.js +0 -1
- package/lib/module/Observer/Observer.js.map +1 -1
- package/lib/module/Poll/components/CampaignPlay.js +0 -1
- package/lib/module/Poll/components/CampaignPlay.js.map +1 -1
- package/lib/module/Poll/components/CampaignProgressBar.js +0 -1
- package/lib/module/Poll/components/CampaignProgressBar.js.map +1 -1
- package/lib/module/Poll/components/CampaignResult.js +0 -1
- package/lib/module/Poll/components/CampaignResult.js.map +1 -1
- package/lib/module/Poll/components/CampaignSelector.js +1 -1
- package/lib/module/Poll/components/CampaignSelector.js.map +1 -1
- package/lib/module/Poll/components/PollCampaignCard.js +0 -1
- package/lib/module/Poll/components/PollCampaignCard.js.map +1 -1
- package/lib/module/Poll/components/PollCard.js +0 -1
- package/lib/module/Poll/components/PollCard.js.map +1 -1
- package/lib/module/Poll/components/PollOptionCard.js +1 -1
- package/lib/module/Poll/components/PollOptionCard.js.map +1 -1
- package/lib/module/Poll/components/PollSelectCard.js +0 -1
- package/lib/module/Poll/components/PollSelectCard.js.map +1 -1
- package/lib/module/Poll/components/ResponseTimer.js +1 -1
- package/lib/module/Poll/components/ResponseTimer.js.map +1 -1
- package/lib/module/Poll/components/WidgetHeader.js +0 -1
- package/lib/module/Poll/components/WidgetHeader.js.map +1 -1
- package/lib/module/Poll/flashmarket/ResultCard.js +1 -1
- package/lib/module/Poll/flashmarket/ResultCard.js.map +1 -1
- package/lib/module/Poll/flashmarket/index.js +1 -1
- package/lib/module/Poll/flashmarket/index.js.map +1 -1
- package/lib/module/Poll/index.js +1 -1
- package/lib/module/Poll/index.js.map +1 -1
- package/lib/module/ProfileManager/Components/BasicInfoManager.js +1 -1
- package/lib/module/ProfileManager/Components/BasicInfoManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/BasicStatus.js +0 -1
- package/lib/module/ProfileManager/Components/BasicStatus.js.map +1 -1
- package/lib/module/ProfileManager/Components/CodeRedeem.js +1 -1
- package/lib/module/ProfileManager/Components/CodeRedeem.js.map +1 -1
- package/lib/module/ProfileManager/Components/DOBManager.js +1 -1
- package/lib/module/ProfileManager/Components/DOBManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/EmailManager.js +1 -1
- package/lib/module/ProfileManager/Components/EmailManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/PasswordManager.js +1 -1
- package/lib/module/ProfileManager/Components/PasswordManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/PhoneManager.js +1 -1
- package/lib/module/ProfileManager/Components/PhoneManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfilePicManager.js +1 -1
- package/lib/module/ProfileManager/Components/ProfilePicManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfileWelcome.js +0 -1
- package/lib/module/ProfileManager/Components/ProfileWelcome.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfileWizard.js +1 -1
- package/lib/module/ProfileManager/Components/ProfileWizard.js.map +1 -1
- package/lib/module/ProfileManager/Components/SettingsManager.js +1 -1
- package/lib/module/ProfileManager/Components/SettingsManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/VouchCard.js +1 -1
- package/lib/module/ProfileManager/Components/VouchCard.js.map +1 -1
- package/lib/module/ProfileManager/index.js +1 -1
- package/lib/module/ProfileManager/index.js.map +1 -1
- package/lib/module/SocialComponents/PlayerCard.js +0 -1
- package/lib/module/SocialComponents/PlayerCard.js.map +1 -1
- package/lib/module/SocialComponents/PlayerFollowButton.js +0 -1
- package/lib/module/SocialComponents/PlayerFollowButton.js.map +1 -1
- package/lib/module/SocialComponents/PlayerList.js +1 -1
- package/lib/module/SocialComponents/PlayerList.js.map +1 -1
- package/lib/module/Socket/api/index.js +13 -0
- package/lib/module/Socket/api/index.js.map +1 -0
- package/lib/module/Socket/index.js +113 -0
- package/lib/module/Socket/index.js.map +1 -0
- package/lib/module/Squares/api/index.js +91 -0
- package/lib/module/Squares/api/index.js.map +1 -0
- package/lib/module/Squares/components/BidForm.js +166 -0
- package/lib/module/Squares/components/BidForm.js.map +1 -0
- package/lib/module/Squares/components/BidToggle.js +56 -0
- package/lib/module/Squares/components/BidToggle.js.map +1 -0
- package/lib/module/Squares/components/BoardStats.js +137 -0
- package/lib/module/Squares/components/BoardStats.js.map +1 -0
- package/lib/module/Squares/components/EventCard.js +125 -0
- package/lib/module/Squares/components/EventCard.js.map +1 -0
- package/lib/module/Squares/components/MySquaresCard.js +102 -0
- package/lib/module/Squares/components/MySquaresCard.js.map +1 -0
- package/lib/module/Squares/components/OfferForm.js +174 -0
- package/lib/module/Squares/components/OfferForm.js.map +1 -0
- package/lib/module/Squares/components/ResultsCard.js +101 -0
- package/lib/module/Squares/components/ResultsCard.js.map +1 -0
- package/lib/module/Squares/components/SquareCard.js +330 -0
- package/lib/module/Squares/components/SquareCard.js.map +1 -0
- package/lib/module/Squares/components/SquareOfferCard.js +259 -0
- package/lib/module/Squares/components/SquareOfferCard.js.map +1 -0
- package/lib/module/Squares/components/SquareOwners.js +116 -0
- package/lib/module/Squares/components/SquareOwners.js.map +1 -0
- package/lib/module/Squares/components/SquaresBoard.js +202 -0
- package/lib/module/Squares/components/SquaresBoard.js.map +1 -0
- package/lib/module/Squares/components/SquaresDetails.js +83 -0
- package/lib/module/Squares/components/SquaresDetails.js.map +1 -0
- package/lib/module/Squares/index.js +561 -0
- package/lib/module/Squares/index.js.map +1 -0
- package/lib/module/Wallet/components/ACHAddCard.js +0 -1
- package/lib/module/Wallet/components/ACHAddCard.js.map +1 -1
- package/lib/module/Wallet/components/AccountCard.js +0 -1
- package/lib/module/Wallet/components/AccountCard.js.map +1 -1
- package/lib/module/Wallet/components/AccountLimitManager.js +1 -1
- package/lib/module/Wallet/components/AccountLimitManager.js.map +1 -1
- package/lib/module/Wallet/components/AccountManager.js +0 -1
- package/lib/module/Wallet/components/AccountManager.js.map +1 -1
- package/lib/module/Wallet/components/AccountSnoozeManager.js +1 -1
- package/lib/module/Wallet/components/AccountSnoozeManager.js.map +1 -1
- package/lib/module/Wallet/components/AddressCard.js +0 -1
- package/lib/module/Wallet/components/AddressCard.js.map +1 -1
- package/lib/module/Wallet/components/AddressManager.js +1 -1
- package/lib/module/Wallet/components/AddressManager.js.map +1 -1
- package/lib/module/Wallet/components/DepositCard.js +1 -1
- package/lib/module/Wallet/components/DepositCard.js.map +1 -1
- package/lib/module/Wallet/components/FundAccountCard.js +0 -1
- package/lib/module/Wallet/components/FundAccountCard.js.map +1 -1
- package/lib/module/Wallet/components/ItemOrderCard.js +1 -1
- package/lib/module/Wallet/components/ItemOrderCard.js.map +1 -1
- package/lib/module/Wallet/components/ItemOrderDetailCard.js +0 -1
- package/lib/module/Wallet/components/ItemOrderDetailCard.js.map +1 -1
- package/lib/module/Wallet/components/LinkAccountManager.js +1 -1
- package/lib/module/Wallet/components/LinkAccountManager.js.map +1 -1
- package/lib/module/Wallet/components/ManageAccountCard.js +1 -1
- package/lib/module/Wallet/components/ManageAccountCard.js.map +1 -1
- package/lib/module/Wallet/components/ManualACHAdd.js +1 -1
- package/lib/module/Wallet/components/ManualACHAdd.js.map +1 -1
- package/lib/module/Wallet/components/ManualCardAdd.js +1 -1
- package/lib/module/Wallet/components/ManualCardAdd.js.map +1 -1
- package/lib/module/Wallet/components/MyBalance.js +0 -1
- package/lib/module/Wallet/components/MyBalance.js.map +1 -1
- package/lib/module/Wallet/components/OrderManager.js +1 -1
- package/lib/module/Wallet/components/OrderManager.js.map +1 -1
- package/lib/module/Wallet/components/RemoveAccount.js +0 -1
- package/lib/module/Wallet/components/RemoveAccount.js.map +1 -1
- package/lib/module/Wallet/components/VerifyACHAccount.js +1 -1
- package/lib/module/Wallet/components/VerifyACHAccount.js.map +1 -1
- package/lib/module/Wallet/components/WalletActionSelector.js +1 -1
- package/lib/module/Wallet/components/WalletActionSelector.js.map +1 -1
- package/lib/module/Wallet/components/WalletSettings.js +0 -1
- package/lib/module/Wallet/components/WalletSettings.js.map +1 -1
- package/lib/module/Wallet/components/WalletSetup.js +1 -1
- package/lib/module/Wallet/components/WalletSetup.js.map +1 -1
- package/lib/module/Wallet/components/WithdrawCard.js +1 -1
- package/lib/module/Wallet/components/WithdrawCard.js.map +1 -1
- package/lib/module/Wallet/index.js +1 -1
- package/lib/module/Wallet/index.js.map +1 -1
- package/lib/module/constants/styles.js +86 -0
- package/lib/module/constants/styles.js.map +1 -1
- package/lib/module/index.js +3 -1
- package/lib/module/index.js.map +1 -1
- package/lib/typescript/src/AdServer/components/CompanyAdCard.d.ts +1 -2
- package/lib/typescript/src/AdServer/components/CompanyAdCard.d.ts.map +1 -1
- package/lib/typescript/src/AdServer/index.d.ts +2 -3
- package/lib/typescript/src/AdServer/index.d.ts.map +1 -1
- package/lib/typescript/src/ApiOverrides/index.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/AuthStrategyIdentifier.d.ts +1 -2
- package/lib/typescript/src/Authenticator/Components/AuthStrategyIdentifier.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/LoginForm.d.ts +1 -2
- package/lib/typescript/src/Authenticator/Components/LoginForm.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/StrategyForm.d.ts +1 -2
- package/lib/typescript/src/Authenticator/Components/StrategyForm.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/index.d.ts +1 -2
- package/lib/typescript/src/Authenticator/index.d.ts.map +1 -1
- package/lib/typescript/src/BettorSearch/index.d.ts +1 -2
- package/lib/typescript/src/BettorSearch/index.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketCompetitionCard.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/BracketCompetitionCard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketCompetitionSelector.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/BracketCompetitionSelector.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketNavigator.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketNavigator.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketRound.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketRound.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/RoundEvent.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/BracketPlay/RoundEvent.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/index.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/BracketPlay/index.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketSelector.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/BracketSelector.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/CompetitionLeaderboard.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/CompetitionLeaderboard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/JoinCompetitionCard.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/JoinCompetitionCard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBalanceCard.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/PlayerBalanceCard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBracketManager.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/PlayerBracketManager.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBrackets.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/PlayerBrackets.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/RoomMenu.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/RoomMenu.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/index.d.ts +1 -2
- package/lib/typescript/src/Bracket/index.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/AccountSummaryCard.d.ts +1 -2
- package/lib/typescript/src/Checkout/components/AccountSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/ItemSummaryCard.d.ts +1 -2
- package/lib/typescript/src/Checkout/components/ItemSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/OrderSummaryCard.d.ts +1 -2
- package/lib/typescript/src/Checkout/components/OrderSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/PayPalOrderCapture.d.ts +1 -2
- package/lib/typescript/src/Checkout/components/PayPalOrderCapture.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/ShippingSummaryCard.d.ts +1 -2
- package/lib/typescript/src/Checkout/components/ShippingSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/index.d.ts +1 -2
- package/lib/typescript/src/Checkout/index.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/AthleteMarketCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/AthleteMarketCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/CompetitionCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionInfoCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/CompetitionInfoCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionLeaderboard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/CompetitionLeaderboard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionPlay.d.ts +1 -2
- package/lib/typescript/src/Competition/components/CompetitionPlay.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionSeasonCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/CompetitionSeasonCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionSelector.d.ts +1 -2
- package/lib/typescript/src/Competition/components/CompetitionSelector.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionTypeCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/CompetitionTypeCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/EnterCompetitionPrompt.d.ts +1 -2
- package/lib/typescript/src/Competition/components/EnterCompetitionPrompt.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/LeaderPicks.d.ts +1 -2
- package/lib/typescript/src/Competition/components/LeaderPicks.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/ManageSeasonForm.d.ts +1 -2
- package/lib/typescript/src/Competition/components/ManageSeasonForm.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/MarketsCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/MarketsCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/MatchMarketCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/MatchMarketCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/NavOutPrompt.d.ts +1 -2
- package/lib/typescript/src/Competition/components/NavOutPrompt.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/SeasonInfoModal.d.ts +1 -2
- package/lib/typescript/src/Competition/components/SeasonInfoModal.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/TeamEventCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/TeamEventCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/WagerPickForm.d.ts +1 -2
- package/lib/typescript/src/Competition/components/WagerPickForm.d.ts.map +1 -1
- package/lib/typescript/src/Competition/index.d.ts +1 -2
- package/lib/typescript/src/Competition/index.d.ts.map +1 -1
- package/lib/typescript/src/Components/Button.d.ts +1 -2
- package/lib/typescript/src/Components/Button.d.ts.map +1 -1
- package/lib/typescript/src/Components/Checkbox.d.ts +1 -2
- package/lib/typescript/src/Components/Checkbox.d.ts.map +1 -1
- package/lib/typescript/src/Components/Icons.d.ts +57 -53
- package/lib/typescript/src/Components/Icons.d.ts.map +1 -1
- package/lib/typescript/src/Components/ImageUploader.d.ts +1 -2
- package/lib/typescript/src/Components/ImageUploader.d.ts.map +1 -1
- package/lib/typescript/src/Components/Jerseys.d.ts +2 -3
- package/lib/typescript/src/Components/Jerseys.d.ts.map +1 -1
- package/lib/typescript/src/Components/LinearDiagnal.d.ts +1 -2
- package/lib/typescript/src/Components/LinearDiagnal.d.ts.map +1 -1
- package/lib/typescript/src/Components/Spring.d.ts +1 -2
- package/lib/typescript/src/Components/Spring.d.ts.map +1 -1
- package/lib/typescript/src/Components/Switch.d.ts +1 -2
- package/lib/typescript/src/Components/Switch.d.ts.map +1 -1
- package/lib/typescript/src/Components/Text.d.ts +3 -2
- package/lib/typescript/src/Components/Text.d.ts.map +1 -1
- package/lib/typescript/src/Components/TextInput.d.ts +1 -2
- package/lib/typescript/src/Components/TextInput.d.ts.map +1 -1
- package/lib/typescript/src/LocationTracker/index.d.ts +1 -2
- package/lib/typescript/src/LocationTracker/index.d.ts.map +1 -1
- package/lib/typescript/src/Observer/Observer.d.ts +1 -2
- package/lib/typescript/src/Observer/Observer.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignPlay.d.ts +1 -2
- package/lib/typescript/src/Poll/components/CampaignPlay.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignProgressBar.d.ts +1 -2
- package/lib/typescript/src/Poll/components/CampaignProgressBar.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignResult.d.ts +1 -2
- package/lib/typescript/src/Poll/components/CampaignResult.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignSelector.d.ts +1 -2
- package/lib/typescript/src/Poll/components/CampaignSelector.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollCampaignCard.d.ts +1 -2
- package/lib/typescript/src/Poll/components/PollCampaignCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollCard.d.ts +1 -2
- package/lib/typescript/src/Poll/components/PollCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollOptionCard.d.ts +1 -2
- package/lib/typescript/src/Poll/components/PollOptionCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollSelectCard.d.ts +1 -2
- package/lib/typescript/src/Poll/components/PollSelectCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/ResponseTimer.d.ts +1 -2
- package/lib/typescript/src/Poll/components/ResponseTimer.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/WidgetHeader.d.ts +1 -2
- package/lib/typescript/src/Poll/components/WidgetHeader.d.ts.map +1 -1
- package/lib/typescript/src/Poll/flashmarket/ResultCard.d.ts +1 -2
- package/lib/typescript/src/Poll/flashmarket/ResultCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/flashmarket/index.d.ts +1 -2
- package/lib/typescript/src/Poll/flashmarket/index.d.ts.map +1 -1
- package/lib/typescript/src/Poll/index.d.ts +1 -2
- package/lib/typescript/src/Poll/index.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/BasicInfoManager.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/BasicInfoManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/BasicStatus.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/BasicStatus.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/CodeRedeem.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/CodeRedeem.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/DOBManager.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/DOBManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/EmailManager.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/EmailManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/PasswordManager.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/PasswordManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/PhoneManager.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/PhoneManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfilePicManager.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/ProfilePicManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWelcome.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/ProfileWelcome.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWizard.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/ProfileWizard.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/SettingsManager.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/SettingsManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/VouchCard.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/VouchCard.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/index.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/index.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PlayerCard.d.ts +1 -2
- package/lib/typescript/src/SocialComponents/PlayerCard.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PlayerFollowButton.d.ts +1 -2
- package/lib/typescript/src/SocialComponents/PlayerFollowButton.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PlayerList.d.ts +1 -2
- package/lib/typescript/src/SocialComponents/PlayerList.d.ts.map +1 -1
- package/lib/typescript/src/Socket/api/index.d.ts +6 -0
- package/lib/typescript/src/Socket/api/index.d.ts.map +1 -0
- package/lib/typescript/src/Socket/index.d.ts +11 -0
- package/lib/typescript/src/Socket/index.d.ts.map +1 -0
- package/lib/typescript/src/Squares/api/index.d.ts +29 -0
- package/lib/typescript/src/Squares/api/index.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/BidForm.d.ts +21 -0
- package/lib/typescript/src/Squares/components/BidForm.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/BidToggle.d.ts +9 -0
- package/lib/typescript/src/Squares/components/BidToggle.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/BoardStats.d.ts +10 -0
- package/lib/typescript/src/Squares/components/BoardStats.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/EventCard.d.ts +8 -0
- package/lib/typescript/src/Squares/components/EventCard.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/MySquaresCard.d.ts +13 -0
- package/lib/typescript/src/Squares/components/MySquaresCard.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/OfferForm.d.ts +22 -0
- package/lib/typescript/src/Squares/components/OfferForm.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/ResultsCard.d.ts +11 -0
- package/lib/typescript/src/Squares/components/ResultsCard.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/SquareCard.d.ts +20 -0
- package/lib/typescript/src/Squares/components/SquareCard.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/SquareOfferCard.d.ts +12 -0
- package/lib/typescript/src/Squares/components/SquareOfferCard.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/SquareOwners.d.ts +9 -0
- package/lib/typescript/src/Squares/components/SquareOwners.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/SquaresBoard.d.ts +18 -0
- package/lib/typescript/src/Squares/components/SquaresBoard.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/SquaresDetails.d.ts +9 -0
- package/lib/typescript/src/Squares/components/SquaresDetails.d.ts.map +1 -0
- package/lib/typescript/src/Squares/index.d.ts +14 -0
- package/lib/typescript/src/Squares/index.d.ts.map +1 -0
- package/lib/typescript/src/Wallet/components/ACHAddCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/ACHAddCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/AccountCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountLimitManager.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/AccountLimitManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountManager.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/AccountManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountSnoozeManager.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/AccountSnoozeManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AddressCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/AddressCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AddressManager.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/AddressManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/DepositCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/DepositCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/FundAccountCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/FundAccountCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ItemOrderCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/ItemOrderCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ItemOrderDetailCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/ItemOrderDetailCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/LinkAccountManager.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/LinkAccountManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ManageAccountCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/ManageAccountCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ManualACHAdd.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/ManualACHAdd.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ManualCardAdd.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/ManualCardAdd.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/MyBalance.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/MyBalance.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/OrderManager.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/OrderManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/RemoveAccount.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/RemoveAccount.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/VerifyACHAccount.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/VerifyACHAccount.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WalletActionSelector.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/WalletActionSelector.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WalletSettings.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/WalletSettings.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WalletSetup.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/WalletSetup.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WithdrawCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/WithdrawCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/index.d.ts +1 -2
- package/lib/typescript/src/Wallet/index.d.ts.map +1 -1
- package/lib/typescript/src/constants/styles.d.ts +86 -0
- package/lib/typescript/src/constants/styles.d.ts.map +1 -1
- package/lib/typescript/src/index.d.ts +3 -1
- package/lib/typescript/src/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/AdServer/components/CompanyAdCard.tsx +1 -1
- package/src/AdServer/index.tsx +2 -1
- package/src/ApiOverrides/index.ts +6 -3
- package/src/Authenticator/Components/AuthStrategyIdentifier.tsx +0 -1
- package/src/Authenticator/Components/LoginForm.tsx +1 -1
- package/src/Authenticator/Components/StrategyForm.tsx +1 -1
- package/src/Authenticator/index.tsx +1 -1
- package/src/BettorSearch/index.tsx +1 -1
- package/src/Bracket/components/BracketCompetitionCard.tsx +1 -1
- package/src/Bracket/components/BracketCompetitionSelector.tsx +1 -1
- package/src/Bracket/components/BracketPlay/BracketNavigator.tsx +0 -1
- package/src/Bracket/components/BracketPlay/BracketRound.tsx +0 -1
- package/src/Bracket/components/BracketPlay/RoundEvent.tsx +0 -1
- package/src/Bracket/components/BracketPlay/index.tsx +1 -1
- package/src/Bracket/components/BracketSelector.tsx +0 -1
- package/src/Bracket/components/CompetitionLeaderboard.tsx +1 -1
- package/src/Bracket/components/JoinCompetitionCard.tsx +1 -1
- package/src/Bracket/components/PlayerBalanceCard.tsx +0 -1
- package/src/Bracket/components/PlayerBracketManager.tsx +1 -1
- package/src/Bracket/components/PlayerBrackets.tsx +0 -1
- package/src/Bracket/components/RoomMenu.tsx +0 -1
- package/src/Bracket/index.tsx +1 -1
- package/src/Checkout/components/AccountSummaryCard.tsx +0 -1
- package/src/Checkout/components/ItemSummaryCard.tsx +0 -1
- package/src/Checkout/components/OrderSummaryCard.tsx +0 -1
- package/src/Checkout/components/PayPalOrderCapture.tsx +0 -1
- package/src/Checkout/components/ShippingSummaryCard.tsx +0 -1
- package/src/Checkout/index.tsx +1 -1
- package/src/Competition/components/AthleteMarketCard.tsx +0 -1
- package/src/Competition/components/CompetitionCard.tsx +0 -1
- package/src/Competition/components/CompetitionInfoCard.tsx +0 -1
- package/src/Competition/components/CompetitionLeaderboard.tsx +1 -1
- package/src/Competition/components/CompetitionPlay.tsx +1 -1
- package/src/Competition/components/CompetitionSeasonCard.tsx +0 -1
- package/src/Competition/components/CompetitionSelector.tsx +1 -1
- package/src/Competition/components/CompetitionTypeCard.tsx +1 -1
- package/src/Competition/components/EnterCompetitionPrompt.tsx +1 -1
- package/src/Competition/components/LeaderPicks.tsx +1 -1
- package/src/Competition/components/ManageSeasonForm.tsx +1 -1
- package/src/Competition/components/MarketsCard.tsx +1 -1
- package/src/Competition/components/MatchMarketCard.tsx +0 -1
- package/src/Competition/components/NavOutPrompt.tsx +0 -1
- package/src/Competition/components/SeasonInfoModal.tsx +1 -1
- package/src/Competition/components/TeamEventCard.tsx +0 -1
- package/src/Competition/components/WagerPickForm.tsx +1 -1
- package/src/Competition/index.tsx +1 -1
- package/src/Components/Button.tsx +0 -1
- package/src/Components/Checkbox.tsx +0 -1
- package/src/Components/Icons.tsx +76 -2
- package/src/Components/ImageUploader.tsx +1 -1
- package/src/Components/Jerseys.tsx +0 -1
- package/src/Components/LinearDiagnal.tsx +1 -1
- package/src/Components/Spring.tsx +0 -1
- package/src/Components/Switch.tsx +0 -1
- package/src/Components/Text.tsx +23 -3
- package/src/Components/TextInput.tsx +0 -1
- package/src/LocationTracker/index.tsx +0 -1
- package/src/Observer/Observer.tsx +0 -1
- package/src/Poll/components/CampaignPlay.tsx +0 -1
- package/src/Poll/components/CampaignProgressBar.tsx +0 -1
- package/src/Poll/components/CampaignResult.tsx +0 -1
- package/src/Poll/components/CampaignSelector.tsx +1 -1
- package/src/Poll/components/PollCampaignCard.tsx +0 -1
- package/src/Poll/components/PollCard.tsx +0 -1
- package/src/Poll/components/PollOptionCard.tsx +1 -1
- package/src/Poll/components/PollSelectCard.tsx +0 -1
- package/src/Poll/components/ResponseTimer.tsx +1 -1
- package/src/Poll/components/WidgetHeader.tsx +0 -1
- package/src/Poll/flashmarket/ResultCard.tsx +1 -1
- package/src/Poll/flashmarket/index.tsx +1 -1
- package/src/Poll/index.tsx +1 -1
- package/src/ProfileManager/Components/BasicInfoManager.tsx +1 -1
- package/src/ProfileManager/Components/BasicStatus.tsx +0 -1
- package/src/ProfileManager/Components/CodeRedeem.tsx +1 -1
- package/src/ProfileManager/Components/DOBManager.tsx +1 -1
- package/src/ProfileManager/Components/EmailManager.tsx +1 -1
- package/src/ProfileManager/Components/PasswordManager.tsx +1 -1
- package/src/ProfileManager/Components/PhoneManager.tsx +1 -1
- package/src/ProfileManager/Components/ProfilePicManager.tsx +1 -1
- package/src/ProfileManager/Components/ProfileWelcome.tsx +0 -1
- package/src/ProfileManager/Components/ProfileWizard.tsx +1 -1
- package/src/ProfileManager/Components/SettingsManager.tsx +1 -1
- package/src/ProfileManager/Components/VouchCard.tsx +1 -1
- package/src/ProfileManager/index.tsx +1 -1
- package/src/SocialComponents/PlayerCard.tsx +0 -1
- package/src/SocialComponents/PlayerFollowButton.tsx +0 -1
- package/src/SocialComponents/PlayerList.tsx +1 -1
- package/src/Socket/api/index.ts +15 -0
- package/src/Socket/index.tsx +96 -0
- package/src/Squares/api/index.ts +69 -0
- package/src/Squares/components/BidForm.tsx +85 -0
- package/src/Squares/components/BidToggle.tsx +27 -0
- package/src/Squares/components/BoardStats.tsx +70 -0
- package/src/Squares/components/EventCard.tsx +77 -0
- package/src/Squares/components/MySquaresCard.tsx +80 -0
- package/src/Squares/components/OfferForm.tsx +94 -0
- package/src/Squares/components/ResultsCard.tsx +67 -0
- package/src/Squares/components/SquareCard.tsx +190 -0
- package/src/Squares/components/SquareOfferCard.tsx +101 -0
- package/src/Squares/components/SquareOwners.tsx +69 -0
- package/src/Squares/components/SquaresBoard.tsx +161 -0
- package/src/Squares/components/SquaresDetails.tsx +54 -0
- package/src/Squares/index.tsx +398 -0
- package/src/Wallet/components/ACHAddCard.tsx +0 -1
- package/src/Wallet/components/AccountCard.tsx +0 -1
- package/src/Wallet/components/AccountLimitManager.tsx +1 -1
- package/src/Wallet/components/AccountManager.tsx +0 -1
- package/src/Wallet/components/AccountSnoozeManager.tsx +1 -1
- package/src/Wallet/components/AddressCard.tsx +0 -1
- package/src/Wallet/components/AddressManager.tsx +1 -1
- package/src/Wallet/components/DepositCard.tsx +1 -1
- package/src/Wallet/components/FundAccountCard.tsx +0 -1
- package/src/Wallet/components/ItemOrderCard.tsx +1 -1
- package/src/Wallet/components/ItemOrderDetailCard.tsx +0 -1
- package/src/Wallet/components/LinkAccountManager.tsx +1 -1
- package/src/Wallet/components/ManageAccountCard.tsx +1 -1
- package/src/Wallet/components/ManualACHAdd.tsx +1 -1
- package/src/Wallet/components/ManualCardAdd.tsx +1 -1
- package/src/Wallet/components/MyBalance.tsx +0 -1
- package/src/Wallet/components/OrderManager.tsx +1 -1
- package/src/Wallet/components/RemoveAccount.tsx +0 -1
- package/src/Wallet/components/VerifyACHAccount.tsx +1 -1
- package/src/Wallet/components/WalletActionSelector.tsx +1 -1
- package/src/Wallet/components/WalletSettings.tsx +0 -1
- package/src/Wallet/components/WalletSetup.tsx +1 -1
- package/src/Wallet/components/WithdrawCard.tsx +1 -1
- package/src/Wallet/index.tsx +1 -1
- package/src/constants/styles.ts +15 -2
- package/src/index.tsx +6 -1
- package/src/types.d.ts +52 -1
|
@@ -4,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"));
|
|
@@ -12,8 +12,6 @@ var _api = require("../api");
|
|
|
12
12
|
var _momentMini = _interopRequireDefault(require("moment-mini"));
|
|
13
13
|
var _styles = require("../../constants/styles");
|
|
14
14
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
15
|
-
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
16
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
17
15
|
const VouchCard = ({
|
|
18
16
|
player,
|
|
19
17
|
walkthrough,
|
|
@@ -164,38 +162,38 @@ const VouchCard = ({
|
|
|
164
162
|
}));
|
|
165
163
|
};
|
|
166
164
|
if (_reactNative.Platform.OS != 'web') {
|
|
167
|
-
return /*#__PURE__*/
|
|
165
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null);
|
|
168
166
|
}
|
|
169
167
|
if (vouched) {
|
|
170
|
-
return /*#__PURE__*/
|
|
168
|
+
return /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
171
169
|
style: {
|
|
172
170
|
flex: 1,
|
|
173
171
|
borderRadius: 8,
|
|
174
172
|
backgroundColor: _colors.default.shades.shade100,
|
|
175
173
|
paddingBottom: 10
|
|
176
174
|
}
|
|
177
|
-
}, /*#__PURE__*/
|
|
175
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
178
176
|
nativeID: "vouch_header",
|
|
179
177
|
style: {
|
|
180
178
|
padding: 10
|
|
181
179
|
}
|
|
182
|
-
}, /*#__PURE__*/
|
|
180
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
183
181
|
size: 16,
|
|
184
182
|
color: _colors.default.brand.midnight,
|
|
185
183
|
weight: "semibold"
|
|
186
|
-
}, "Verify your account"), /*#__PURE__*/
|
|
184
|
+
}, "Verify your account"), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
187
185
|
style: {
|
|
188
186
|
marginTop: 3
|
|
189
187
|
},
|
|
190
188
|
color: _colors.default.brand.midnight,
|
|
191
189
|
size: 14,
|
|
192
190
|
weight: "light"
|
|
193
|
-
}, "Follow the prompts below to verify your identity instantly.")), /*#__PURE__*/
|
|
191
|
+
}, "Follow the prompts below to verify your identity instantly.")), /*#__PURE__*/React.createElement(_reactNative.ScrollView, {
|
|
194
192
|
style: {
|
|
195
193
|
flex: 1,
|
|
196
194
|
height: view_height
|
|
197
195
|
}
|
|
198
|
-
}, /*#__PURE__*/
|
|
196
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
199
197
|
style: {
|
|
200
198
|
height: view_height
|
|
201
199
|
},
|
|
@@ -210,7 +208,7 @@ const VouchCard = ({
|
|
|
210
208
|
split_dob = split_dob[0].split('-');
|
|
211
209
|
}
|
|
212
210
|
let new_date = `${split_dob[1]}/${split_dob[2]}/${split_dob[0]}`;
|
|
213
|
-
return /*#__PURE__*/
|
|
211
|
+
return /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
214
212
|
style: {
|
|
215
213
|
flex: 1
|
|
216
214
|
},
|
|
@@ -220,26 +218,26 @@ const VouchCard = ({
|
|
|
220
218
|
} = ev.nativeEvent.layout;
|
|
221
219
|
setViewHeight(height);
|
|
222
220
|
}
|
|
223
|
-
}, /*#__PURE__*/
|
|
221
|
+
}, /*#__PURE__*/React.createElement(_reactNative.ScrollView, {
|
|
224
222
|
style: {
|
|
225
223
|
flex: 1
|
|
226
224
|
}
|
|
227
|
-
}, /*#__PURE__*/
|
|
225
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
228
226
|
style: {
|
|
229
227
|
padding: 20
|
|
230
228
|
}
|
|
231
|
-
}, /*#__PURE__*/
|
|
229
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
232
230
|
size: 30,
|
|
233
231
|
color: _colors.default.brand.midnight,
|
|
234
232
|
weight: "bold"
|
|
235
|
-
}, "Help us identify you"), /*#__PURE__*/
|
|
233
|
+
}, "Help us identify you"), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
236
234
|
style: {
|
|
237
235
|
marginTop: 15
|
|
238
236
|
},
|
|
239
237
|
size: 16,
|
|
240
238
|
color: _colors.default.brand.midnight,
|
|
241
239
|
weight: "regular"
|
|
242
|
-
}, "We need to take extra steps to verify your account. Scan your Driver's License or state issued ID and take a selfie for instant verification")), /*#__PURE__*/
|
|
240
|
+
}, "We need to take extra steps to verify your account. Scan your Driver's License or state issued ID and take a selfie for instant verification")), /*#__PURE__*/React.createElement(_reactNative.TouchableOpacity, {
|
|
243
241
|
style: {
|
|
244
242
|
padding: 10,
|
|
245
243
|
borderRadius: 8,
|
|
@@ -247,34 +245,34 @@ const VouchCard = ({
|
|
|
247
245
|
margin: 20
|
|
248
246
|
},
|
|
249
247
|
onPress: () => setInfoVisible(!info_visible)
|
|
250
|
-
}, /*#__PURE__*/
|
|
248
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
251
249
|
style: {
|
|
252
250
|
flexDirection: 'row',
|
|
253
251
|
alignItems: 'center'
|
|
254
252
|
}
|
|
255
|
-
}, /*#__PURE__*/
|
|
253
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
256
254
|
style: {
|
|
257
255
|
flex: 1
|
|
258
256
|
},
|
|
259
257
|
size: 14,
|
|
260
258
|
weight: "semibold",
|
|
261
259
|
color: _colors.default.brand.midnight
|
|
262
|
-
}, "Why is this step required?"), /*#__PURE__*/
|
|
260
|
+
}, "Why is this step required?"), /*#__PURE__*/React.createElement(_Components.Icons.ChevronIcon, {
|
|
263
261
|
direction: info_visible ? 'up' : 'down',
|
|
264
262
|
size: 10,
|
|
265
263
|
color: _colors.default.brand.midnight
|
|
266
|
-
})), info_visible ? /*#__PURE__*/
|
|
264
|
+
})), info_visible ? /*#__PURE__*/React.createElement(_Components.Text, {
|
|
267
265
|
size: 12,
|
|
268
266
|
weight: "regular",
|
|
269
267
|
color: _colors.default.brand.midnight,
|
|
270
268
|
style: {
|
|
271
269
|
marginTop: 4
|
|
272
270
|
}
|
|
273
|
-
}, "When betting with real money, legally, BettorEdge has to verify your identity to make sure you are old enough to bet and that you are who you say you are.") : /*#__PURE__*/
|
|
271
|
+
}, "When betting with real money, legally, BettorEdge has to verify your identity to make sure you are old enough to bet and that you are who you say you are.") : /*#__PURE__*/React.createElement(React.Fragment, null)), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
274
272
|
style: {
|
|
275
273
|
alignSelf: 'center'
|
|
276
274
|
}
|
|
277
|
-
}, /*#__PURE__*/
|
|
275
|
+
}, /*#__PURE__*/React.createElement(_reactNative.Image, {
|
|
278
276
|
source: {
|
|
279
277
|
uri: 'https://res.cloudinary.com/hoabts6mc/image/upload/v1640215120/h4_2_media_fyiuoy.webp'
|
|
280
278
|
},
|
|
@@ -283,11 +281,11 @@ const VouchCard = ({
|
|
|
283
281
|
width: 300
|
|
284
282
|
},
|
|
285
283
|
resizeMode: "contain"
|
|
286
|
-
})), player.vouched_status == 'unverified' ? /*#__PURE__*/
|
|
284
|
+
})), player.vouched_status == 'unverified' ? /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
287
285
|
style: {
|
|
288
286
|
padding: 10
|
|
289
287
|
}
|
|
290
|
-
}, /*#__PURE__*/
|
|
288
|
+
}, /*#__PURE__*/React.createElement(_reactNative.TouchableOpacity, {
|
|
291
289
|
style: {
|
|
292
290
|
flexDirection: 'row',
|
|
293
291
|
alignItems: 'center',
|
|
@@ -299,7 +297,7 @@ const VouchCard = ({
|
|
|
299
297
|
marginTop: 5
|
|
300
298
|
},
|
|
301
299
|
onPress: () => setDisclaimerConfirmed(!disclaimer_confirmed)
|
|
302
|
-
}, /*#__PURE__*/
|
|
300
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, null, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
303
301
|
style: {
|
|
304
302
|
justifyContent: 'center',
|
|
305
303
|
alignItems: 'center',
|
|
@@ -309,23 +307,23 @@ const VouchCard = ({
|
|
|
309
307
|
height: 20,
|
|
310
308
|
width: 20
|
|
311
309
|
}
|
|
312
|
-
}, disclaimer_confirmed ? /*#__PURE__*/
|
|
310
|
+
}, disclaimer_confirmed ? /*#__PURE__*/React.createElement(_Components.Icons.CheckIcon, {
|
|
313
311
|
size: 14,
|
|
314
312
|
color: _colors.default.brand.midnight
|
|
315
|
-
}) : /*#__PURE__*/
|
|
313
|
+
}) : /*#__PURE__*/React.createElement(React.Fragment, null))), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
316
314
|
style: {
|
|
317
315
|
marginLeft: 10
|
|
318
316
|
},
|
|
319
317
|
size: 14,
|
|
320
318
|
color: _colors.default.brand.midnight,
|
|
321
319
|
weight: "regular"
|
|
322
|
-
}, "I confirm that my name is ", /*#__PURE__*/
|
|
320
|
+
}, "I confirm that my name is ", /*#__PURE__*/React.createElement(_Components.Text, {
|
|
323
321
|
size: 12,
|
|
324
322
|
weight: "bold"
|
|
325
|
-
}, player.first_name, " ", player.last_name), " and that my date of birth is ", /*#__PURE__*/
|
|
323
|
+
}, player.first_name, " ", player.last_name), " and that my date of birth is ", /*#__PURE__*/React.createElement(_Components.Text, {
|
|
326
324
|
size: 12,
|
|
327
325
|
weight: "bold"
|
|
328
|
-
}, new_date), ". Mismatch will cause failure.")), /*#__PURE__*/
|
|
326
|
+
}, new_date), ". Mismatch will cause failure.")), /*#__PURE__*/React.createElement(_reactNative.TouchableOpacity, {
|
|
329
327
|
style: {
|
|
330
328
|
flexDirection: 'row',
|
|
331
329
|
marginTop: 5,
|
|
@@ -337,7 +335,7 @@ const VouchCard = ({
|
|
|
337
335
|
backgroundColor: _colors.default.shades.shade100
|
|
338
336
|
},
|
|
339
337
|
onPress: () => setIDDisclaimerConfirmed(!id_disclaimer_confirmed)
|
|
340
|
-
}, /*#__PURE__*/
|
|
338
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, null, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
341
339
|
style: {
|
|
342
340
|
justifyContent: 'center',
|
|
343
341
|
alignItems: 'center',
|
|
@@ -347,20 +345,20 @@ const VouchCard = ({
|
|
|
347
345
|
height: 20,
|
|
348
346
|
width: 20
|
|
349
347
|
}
|
|
350
|
-
}, id_disclaimer_confirmed ? /*#__PURE__*/
|
|
348
|
+
}, id_disclaimer_confirmed ? /*#__PURE__*/React.createElement(_Components.Icons.CheckIcon, {
|
|
351
349
|
size: 14,
|
|
352
350
|
color: _colors.default.brand.midnight
|
|
353
|
-
}) : /*#__PURE__*/
|
|
351
|
+
}) : /*#__PURE__*/React.createElement(React.Fragment, null))), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
354
352
|
style: {
|
|
355
353
|
marginLeft: 10
|
|
356
354
|
},
|
|
357
355
|
size: 14,
|
|
358
356
|
color: _colors.default.brand.midnight,
|
|
359
357
|
weight: "regular"
|
|
360
|
-
}, "I confirm that I am using a valid ", /*#__PURE__*/
|
|
358
|
+
}, "I confirm that I am using a valid ", /*#__PURE__*/React.createElement(_Components.Text, {
|
|
361
359
|
size: 12,
|
|
362
360
|
weight: "bold"
|
|
363
|
-
}, "(Not Expired)"), " US government issued ID. Expired ID will cause failure."))) : /*#__PURE__*/
|
|
361
|
+
}, "(Not Expired)"), " US government issued ID. Expired ID will cause failure."))) : /*#__PURE__*/React.createElement(React.Fragment, null), code_request && !['fulfilled', 'closed'].includes(code_request.status) && promo ? /*#__PURE__*/React.createElement(_reactNative.TouchableOpacity, {
|
|
364
362
|
disabled: player.vouched_status != 'verified' ? true : false,
|
|
365
363
|
style: {
|
|
366
364
|
margin: 15,
|
|
@@ -369,33 +367,33 @@ const VouchCard = ({
|
|
|
369
367
|
..._styles.view_styles.float
|
|
370
368
|
},
|
|
371
369
|
onPress: () => onClaimGift()
|
|
372
|
-
}, /*#__PURE__*/
|
|
370
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
373
371
|
style: {
|
|
374
372
|
flexDirection: 'row'
|
|
375
373
|
}
|
|
376
|
-
}, /*#__PURE__*/
|
|
374
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
377
375
|
style: {
|
|
378
376
|
padding: 10,
|
|
379
377
|
justifyContent: 'center',
|
|
380
378
|
alignItems: 'center'
|
|
381
379
|
}
|
|
382
|
-
}, /*#__PURE__*/
|
|
380
|
+
}, /*#__PURE__*/React.createElement(_Components.Icons.GiftIcon, {
|
|
383
381
|
size: 40,
|
|
384
382
|
color: _colors.default.incentive.gold
|
|
385
|
-
}), player.vouched_status == 'verified' ? /*#__PURE__*/
|
|
383
|
+
}), player.vouched_status == 'verified' ? /*#__PURE__*/React.createElement(_Components.Text, {
|
|
386
384
|
style: {
|
|
387
385
|
marginTop: 5
|
|
388
386
|
},
|
|
389
387
|
textAlign: "center",
|
|
390
388
|
size: 12,
|
|
391
389
|
color: _colors.default.incentive.gold
|
|
392
|
-
}, "CLAIM NOW") : /*#__PURE__*/
|
|
390
|
+
}, "CLAIM NOW") : /*#__PURE__*/React.createElement(React.Fragment, null)), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
393
391
|
style: {
|
|
394
392
|
flex: 1,
|
|
395
393
|
backgroundColor: _colors.default.incentive.gold_faded,
|
|
396
394
|
padding: 10
|
|
397
395
|
}
|
|
398
|
-
}, /*#__PURE__*/
|
|
396
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
399
397
|
style: {
|
|
400
398
|
paddingBottom: 10,
|
|
401
399
|
borderBottomWidth: 1,
|
|
@@ -404,14 +402,14 @@ const VouchCard = ({
|
|
|
404
402
|
size: 16,
|
|
405
403
|
color: _colors.default.brand.midnight,
|
|
406
404
|
weight: "bold"
|
|
407
|
-
}, player.vouched_status == 'verified' ? `Congrats! Press Here to claim your gift!` : 'Almost there! Last step to get your gift!'), /*#__PURE__*/
|
|
405
|
+
}, player.vouched_status == 'verified' ? `Congrats! Press Here to claim your gift!` : 'Almost there! Last step to get your gift!'), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
408
406
|
style: {
|
|
409
407
|
paddingTop: 5
|
|
410
408
|
},
|
|
411
409
|
size: 12,
|
|
412
410
|
color: _colors.default.brand.midnight,
|
|
413
411
|
weight: "semibold"
|
|
414
|
-
}, _api.ProfileHelpers.getReferralDescription(promo)))), player.vouched_status == 'verified' ? /*#__PURE__*/
|
|
412
|
+
}, _api.ProfileHelpers.getReferralDescription(promo)))), player.vouched_status == 'verified' ? /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
415
413
|
style: {
|
|
416
414
|
position: 'absolute',
|
|
417
415
|
top: -60,
|
|
@@ -420,45 +418,45 @@ const VouchCard = ({
|
|
|
420
418
|
justifyContent: 'center',
|
|
421
419
|
alignItems: 'center'
|
|
422
420
|
}
|
|
423
|
-
}, /*#__PURE__*/
|
|
421
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
424
422
|
style: {
|
|
425
423
|
borderRadius: 22,
|
|
426
424
|
padding: 10,
|
|
427
425
|
marginBottom: 7,
|
|
428
426
|
backgroundColor: _colors.default.shades.white
|
|
429
427
|
}
|
|
430
|
-
}, /*#__PURE__*/
|
|
428
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
431
429
|
size: 14,
|
|
432
430
|
color: _colors.default.incentive.gold,
|
|
433
431
|
weight: "bold"
|
|
434
|
-
}, "CLAIM ME NOW!")), /*#__PURE__*/
|
|
432
|
+
}, "CLAIM ME NOW!")), /*#__PURE__*/React.createElement(_Components.Icons.ChevronIcon, {
|
|
435
433
|
direction: "down",
|
|
436
434
|
size: 8,
|
|
437
435
|
color: _colors.default.incentive.gold
|
|
438
|
-
})) : /*#__PURE__*/
|
|
436
|
+
})) : /*#__PURE__*/React.createElement(React.Fragment, null)) : /*#__PURE__*/React.createElement(React.Fragment, null)), player.vouched_status == 'failed' ? /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
439
437
|
style: {
|
|
440
438
|
margin: 10,
|
|
441
439
|
borderRadius: 8,
|
|
442
440
|
padding: 10,
|
|
443
441
|
backgroundColor: _colors.default.utility.warning
|
|
444
442
|
}
|
|
445
|
-
}, /*#__PURE__*/
|
|
443
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
446
444
|
textAlign: "center",
|
|
447
445
|
size: 14,
|
|
448
446
|
weight: "bold",
|
|
449
447
|
color: _colors.default.shades.white
|
|
450
|
-
}, "We are currently reviewing your account. If you do not hear from us within 48 hours, please reach out to support@bettoredge.com")) : /*#__PURE__*/
|
|
448
|
+
}, "We are currently reviewing your account. If you do not hear from us within 48 hours, please reach out to support@bettoredge.com")) : /*#__PURE__*/React.createElement(React.Fragment, null), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
451
449
|
nativeID: "action_row",
|
|
452
450
|
style: {
|
|
453
451
|
flexDirection: 'row',
|
|
454
452
|
padding: 10
|
|
455
453
|
}
|
|
456
|
-
}, walkthrough ? /*#__PURE__*/
|
|
454
|
+
}, walkthrough ? /*#__PURE__*/React.createElement(_Components.Button, {
|
|
457
455
|
title: "EXIT SETUP",
|
|
458
456
|
title_color: _colors.default.utility.error,
|
|
459
457
|
backgroundColor: "transparent",
|
|
460
458
|
onPress: () => onClose()
|
|
461
|
-
}) : /*#__PURE__*/
|
|
459
|
+
}) : /*#__PURE__*/React.createElement(_Components.Button, {
|
|
462
460
|
style: {
|
|
463
461
|
flex: 1,
|
|
464
462
|
marginRight: 5
|
|
@@ -469,7 +467,7 @@ const VouchCard = ({
|
|
|
469
467
|
borderWidth: 1,
|
|
470
468
|
borderColor: _colors.default.brand.electric,
|
|
471
469
|
onPress: () => onClose()
|
|
472
|
-
}), player.vouched_status == 'unverified' ? /*#__PURE__*/
|
|
470
|
+
}), player.vouched_status == 'unverified' ? /*#__PURE__*/React.createElement(_Components.Button, {
|
|
473
471
|
title: !job_complete ? 'SCAN MY ID' : 'REVIEWING ACCOUNT',
|
|
474
472
|
title_color: _colors.default.shades.white,
|
|
475
473
|
loading: vouching,
|
|
@@ -481,7 +479,7 @@ const VouchCard = ({
|
|
|
481
479
|
padding: 15,
|
|
482
480
|
backgroundColor: _colors.default.utility.success,
|
|
483
481
|
onPress: () => startVouchingPlayer()
|
|
484
|
-
}) : player.vouched_status == 'failed' ? /*#__PURE__*/
|
|
482
|
+
}) : player.vouched_status == 'failed' ? /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
485
483
|
style: {
|
|
486
484
|
flex: 3,
|
|
487
485
|
margin: 4,
|
|
@@ -489,12 +487,12 @@ const VouchCard = ({
|
|
|
489
487
|
padding: 10,
|
|
490
488
|
backgroundColor: _colors.default.shades.shade100
|
|
491
489
|
}
|
|
492
|
-
}, /*#__PURE__*/
|
|
490
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
493
491
|
size: 16,
|
|
494
492
|
color: _colors.default.brand.midnight,
|
|
495
493
|
textAlign: "center",
|
|
496
494
|
weight: "semibold"
|
|
497
|
-
}, "Account In Review")) : /*#__PURE__*/
|
|
495
|
+
}, "Account In Review")) : /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
498
496
|
style: {
|
|
499
497
|
flex: 3,
|
|
500
498
|
margin: 4,
|
|
@@ -502,12 +500,12 @@ const VouchCard = ({
|
|
|
502
500
|
padding: 10,
|
|
503
501
|
backgroundColor: _colors.default.highlights.highlight500
|
|
504
502
|
}
|
|
505
|
-
}, /*#__PURE__*/
|
|
503
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
506
504
|
size: 16,
|
|
507
505
|
color: _colors.default.brand.midnight,
|
|
508
506
|
textAlign: "center",
|
|
509
507
|
weight: "semibold"
|
|
510
|
-
}, "You are verified!"))), verify_errors.length > 0 ? /*#__PURE__*/
|
|
508
|
+
}, "You are verified!"))), verify_errors.length > 0 ? /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
511
509
|
style: {
|
|
512
510
|
position: 'absolute',
|
|
513
511
|
top: 0,
|
|
@@ -519,45 +517,45 @@ const VouchCard = ({
|
|
|
519
517
|
alignItems: 'center',
|
|
520
518
|
padding: 20
|
|
521
519
|
}
|
|
522
|
-
}, /*#__PURE__*/
|
|
520
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
523
521
|
style: {
|
|
524
522
|
backgroundColor: _colors.default.shades.white,
|
|
525
523
|
padding: 20,
|
|
526
524
|
borderRadius: 8
|
|
527
525
|
}
|
|
528
|
-
}, /*#__PURE__*/
|
|
526
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
529
527
|
style: {
|
|
530
528
|
padding: 10
|
|
531
529
|
}
|
|
532
|
-
}, /*#__PURE__*/
|
|
530
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
533
531
|
size: 18,
|
|
534
532
|
color: _colors.default.brand.midnight,
|
|
535
533
|
weight: "bold"
|
|
536
|
-
}, "ERRORS:"), /*#__PURE__*/
|
|
534
|
+
}, "ERRORS:"), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
537
535
|
style: {
|
|
538
536
|
marginTop: 5
|
|
539
537
|
},
|
|
540
538
|
size: 14,
|
|
541
539
|
color: _colors.default.brand.midnight
|
|
542
|
-
}, "Please fix the following before continuing to verify")), /*#__PURE__*/
|
|
540
|
+
}, "Please fix the following before continuing to verify")), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
543
541
|
style: {
|
|
544
542
|
padding: 10,
|
|
545
543
|
backgroundColor: _colors.default.shades.shade100,
|
|
546
544
|
borderRadius: 8
|
|
547
545
|
}
|
|
548
546
|
}, verify_errors.map((e, i) => {
|
|
549
|
-
return /*#__PURE__*/
|
|
547
|
+
return /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
550
548
|
style: {
|
|
551
549
|
padding: 5,
|
|
552
550
|
flexDirection: 'row',
|
|
553
551
|
alignItems: 'center'
|
|
554
552
|
}
|
|
555
|
-
}, /*#__PURE__*/
|
|
553
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
556
554
|
size: 12,
|
|
557
555
|
color: _colors.default.utility.warning,
|
|
558
556
|
weight: "bold"
|
|
559
557
|
}, i + 1, " - ", e));
|
|
560
|
-
})))) : /*#__PURE__*/
|
|
558
|
+
})))) : /*#__PURE__*/React.createElement(React.Fragment, null));
|
|
561
559
|
};
|
|
562
560
|
var _default = exports.default = VouchCard;
|
|
563
561
|
//# sourceMappingURL=VouchCard.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_Components","_colors","_interopRequireDefault","_api","_momentMini","_styles","obj","__esModule","default","_getRequireWildcardCache","e","WeakMap","r","t","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","VouchCard","player","walkthrough","code_details","onVouching","onPlayerUpdate","onClaimGift","onClose","vouching","setVouching","useState","view_height","setViewHeight","job_complete","setJobComplete","vouched","setVouched","undefined","disclaimer_confirmed","setDisclaimerConfirmed","id_disclaimer_confirmed","setIDDisclaimerConfirmed","info_visible","setInfoVisible","code_request","promo","useEffect","getPlayerFromServer","me","ProfileApi","getMyDetails","initializeVouch","mount","tokens","getVouchKeys","console","log","Platform","OS","window","document","Vouched","script","createElement","id","src","async","defer","onload","onerror","body","appendChild","checkPlayerStatus","new_player","verifyErrors","p","errors","first_name","last_name","push","dob","age_diff","moment","diff","verified","phone_verified","no_password","startVouchingPlayer","alert","verification","firstName","lastName","email","phone","enableIPAddress","face","showUploadFirst","appId","VOUCH_ID","callbackURL","VOUCHED_CALLBACK_URL","sandbox","VOUCHED_SANDBOX","crossDevice","crossDeviceQRCode","includeBackId","cameraScreenLabelBackId","onInit","token","job","onDone","setTimeout","theme","name","Fragment","View","style","flex","borderRadius","backgroundColor","Colors","shades","shade100","paddingBottom","nativeID","padding","Text","size","color","brand","midnight","weight","marginTop","ScrollView","height","verify_errors","scan_ready","split_dob","split","new_date","onLayout","ev","nativeEvent","layout","TouchableOpacity","highlights","highlight500Faded","margin","onPress","flexDirection","alignItems","Icons","ChevronIcon","direction","alignSelf","Image","source","uri","width","resizeMode","vouched_status","marginLeft","marginRight","justifyContent","borderWidth","borderColor","CheckIcon","includes","status","disabled","white","view_styles","float","GiftIcon","incentive","gold","textAlign","gold_faded","borderBottomWidth","borderBottomColor","shade600","paddingTop","ProfileHelpers","getReferralDescription","position","top","right","left","marginBottom","utility","warning","Button","title","title_color","error","electric","loading","opacity","success","highlight500","length","bottom","black_faded","map","_default","exports"],"sourceRoot":"../../../../src","sources":["ProfileManager/Components/VouchCard.tsx"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["_react","require","_reactNative","_Components","_colors","_interopRequireDefault","_api","_momentMini","_styles","obj","__esModule","default","VouchCard","player","walkthrough","code_details","onVouching","onPlayerUpdate","onClaimGift","onClose","vouching","setVouching","useState","view_height","setViewHeight","job_complete","setJobComplete","vouched","setVouched","undefined","disclaimer_confirmed","setDisclaimerConfirmed","id_disclaimer_confirmed","setIDDisclaimerConfirmed","info_visible","setInfoVisible","code_request","promo","useEffect","getPlayerFromServer","me","ProfileApi","getMyDetails","initializeVouch","mount","tokens","getVouchKeys","console","log","Platform","OS","window","document","Vouched","script","createElement","id","src","async","defer","onload","onerror","e","body","appendChild","checkPlayerStatus","new_player","verifyErrors","p","errors","first_name","last_name","push","dob","age_diff","moment","diff","verified","phone_verified","no_password","startVouchingPlayer","alert","verification","firstName","lastName","email","phone","enableIPAddress","face","showUploadFirst","appId","VOUCH_ID","callbackURL","VOUCHED_CALLBACK_URL","sandbox","VOUCHED_SANDBOX","crossDevice","crossDeviceQRCode","includeBackId","cameraScreenLabelBackId","onInit","token","job","onDone","setTimeout","theme","name","React","Fragment","View","style","flex","borderRadius","backgroundColor","Colors","shades","shade100","paddingBottom","nativeID","padding","Text","size","color","brand","midnight","weight","marginTop","ScrollView","height","verify_errors","scan_ready","split_dob","split","new_date","onLayout","ev","nativeEvent","layout","TouchableOpacity","highlights","highlight500Faded","margin","onPress","flexDirection","alignItems","Icons","ChevronIcon","direction","alignSelf","Image","source","uri","width","resizeMode","vouched_status","marginLeft","marginRight","justifyContent","borderWidth","borderColor","CheckIcon","includes","status","disabled","white","view_styles","float","GiftIcon","incentive","gold","textAlign","gold_faded","borderBottomWidth","borderBottomColor","shade600","paddingTop","ProfileHelpers","getReferralDescription","position","top","right","left","marginBottom","utility","warning","Button","title","title_color","error","electric","loading","opacity","success","highlight500","length","bottom","black_faded","map","i","_default","exports"],"sourceRoot":"../../../../src","sources":["ProfileManager/Components/VouchCard.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AACA,IAAAE,WAAA,GAAAF,OAAA;AACA,IAAAG,OAAA,GAAAC,sBAAA,CAAAJ,OAAA;AACA,IAAAK,IAAA,GAAAL,OAAA;AACA,IAAAM,WAAA,GAAAF,sBAAA,CAAAJ,OAAA;AAEA,IAAAO,OAAA,GAAAP,OAAA;AAAqD,SAAAI,uBAAAI,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,KAAAE,OAAA,EAAAF,GAAA;AAiBrD,MAAMG,SAAS,GAAGA,CAAC;EAAEC,MAAM;EAAEC,WAAW;EAAEC,YAAY;EAAEC,UAAU;EAAEC,cAAc;EAAEC,WAAW;EAAEC;AAAuB,CAAC,KAAK;EAC1H,MAAM,CAAEC,QAAQ,EAAEC,WAAW,CAAE,GAAG,IAAAC,eAAQ,EAAC,KAAK,CAAC;EACjD,MAAM,CAAEC,WAAW,EAAEC,aAAa,CAAE,GAAG,IAAAF,eAAQ,EAAC,CAAC,CAAC;EAClD,MAAM,CAAEG,YAAY,EAAEC,cAAc,CAAE,GAAG,IAAAJ,eAAQ,EAAC,KAAK,CAAC;EACxD,MAAM,CAAEK,OAAO,EAAEC,UAAU,CAAE,GAAG,IAAAN,eAAQ,EAAkBO,SAAS,CAAC;EACpE,MAAM,CAAEC,oBAAoB,EAAEC,sBAAsB,CAAE,GAAG,IAAAT,eAAQ,EAAC,KAAK,CAAC;EACxE,MAAM,CAAEU,uBAAuB,EAAEC,wBAAwB,CAAE,GAAG,IAAAX,eAAQ,EAAC,KAAK,CAAC;EAC7E,MAAM,CAAEY,YAAY,EAAEC,cAAc,CAAE,GAAG,IAAAb,eAAQ,EAAC,KAAK,CAAC;EAExD,MAAM;IAAEc,YAAY;IAAEC;EAAM,CAAC,GAAGtB,YAAY;EAE5C,IAAAuB,gBAAS,EAAC,MAAM;IACZC,mBAAmB,CAAC,CAAC;EACzB,CAAC,EAAC,EAAE,CAAC;EAEL,MAAMA,mBAAmB,GAAG,MAAAA,CAAA,KAAW;IACnC,MAAMC,EAAE,GAAG,MAAMC,eAAU,CAACC,YAAY,CAAC,CAAC;IAC1CzB,cAAc,CAACuB,EAAE,CAAC;EACtB,CAAC;EAED,IAAAF,gBAAS,EAAC,MAAM;IACZ,IAAGtB,UAAU,EAAC;MAAEA,UAAU,CAACI,QAAQ,CAAC;IAAC;EACzC,CAAC,EAAC,CAACA,QAAQ,CAAC,CAAC;EAEb,IAAAkB,gBAAS,EAAC,MAAM;IACZK,eAAe,CAAC,CAAC;IACjB,IAAG,CAAChB,OAAO,EAAC;MAAE;IAAO;IACrBA,OAAO,CAACiB,KAAK,CAAC,kBAAkB,CAAC;IACjC,MAAMC,MAAM,GAAGJ,eAAU,CAACK,YAAY,CAAC,CAAC;IACxCC,OAAO,CAACC,GAAG,CAACH,MAAM,CAAC;EACvB,CAAC,EAAC,CAAClB,OAAO,CAAC,CAAC;EAEZ,MAAMgB,eAAe,GAAGA,CAAA,KAAM;IAC1B,IAAGM,qBAAQ,CAACC,EAAE,IAAI,KAAK,IAAI,CAACC,MAAM,IAAI,CAACC,QAAQ,EAAC;MAAE;IAAO;IACzD,IAAGD,MAAM,CAACE,OAAO,EAAC;MAAE;IAAO;IAC3B,IAAIC,MAAM,GAAGF,QAAQ,CAACG,aAAa,CAAC,QAAQ,CAAC;IAC7CD,MAAM,CAACE,EAAE,GAAG,OAAO;IACnBF,MAAM,CAACG,GAAG,GAAG,uDAAuD;IACpEH,MAAM,CAACI,KAAK,GAAG,IAAI;IACnBJ,MAAM,CAACK,KAAK,GAAG,IAAI;IACnBL,MAAM,CAACM,MAAM,GAAG,MAAMb,OAAO,CAACC,GAAG,CAAC,WAAW,CAAC;IAC9CM,MAAM,CAACO,OAAO,GAAIC,CAAC,IAAKf,OAAO,CAACC,GAAG,CAACc,CAAC,CAAC;IACtCV,QAAQ,CAACW,IAAI,CAACC,WAAW,CAACV,MAAM,CAAC;EACrC,CAAC;EAED,MAAMW,iBAAiB,GAAG,MAAAA,CAAA,KAAW;IACjC,MAAMC,UAAU,GAAG,MAAMzB,eAAU,CAACC,YAAY,CAAC,CAAC;IAClDzB,cAAc,CAACiD,UAAU,CAAC;EAC9B,CAAC;EAED,MAAMC,YAAY,GAAIC,CAAe,IAAK;IACtC,IAAIC,MAAe,GAAG,EAAE;IACxB,IAAG,CAACD,CAAC,CAACE,UAAU,IAAI,CAACF,CAAC,CAACG,SAAS,EAAC;MAAEF,MAAM,CAACG,IAAI,CAAC,6DAA6D,CAAC;IAAC;IAC9G,IAAG,CAACJ,CAAC,CAACK,GAAG,IAAIL,CAAC,CAACK,GAAG,IAAI,EAAE,EAAC;MAAEJ,MAAM,CAACG,IAAI,CAAC,qEAAqE,CAAC;IAAC;IAC9G,IAAGJ,CAAC,CAACK,GAAG,EAAC;MACL,IAAIC,QAAQ,GAAG,IAAAC,mBAAM,EAAC,CAAC,CAACC,IAAI,CAAC,IAAAD,mBAAM,EAACP,CAAC,CAACK,GAAG,CAAC,EAAE,OAAO,CAAC;MACpD,IAAGC,QAAQ,GAAG,EAAE,EAAC;QAAEL,MAAM,CAACG,IAAI,CAAC,kFAAkF,CAAC;MAAC;IACvH;IACA,IAAG,CAACJ,CAAC,CAACS,QAAQ,EAAC;MAAER,MAAM,CAACG,IAAI,CAAC,sFAAsF,CAAC;IAAC;IACrH,IAAG,CAACJ,CAAC,CAACU,cAAc,EAAC;MAAET,MAAM,CAACG,IAAI,CAAC,6FAA6F,CAAC;IAAC;IAClI,IAAGJ,CAAC,CAACW,WAAW,EAAC;MAAEV,MAAM,CAACG,IAAI,CAAC,sEAAsE,CAAC;IAAC;IACvG,OAAOH,MAAM;EACjB,CAAC;EAED,MAAMW,mBAAmB,GAAG,MAAAA,CAAA,KAAW;IACnC,IAAG5D,QAAQ,IAAI,CAACP,MAAM,EAAC;MAAE;IAAO;IAChC;IACA,IAAG,CAACsC,MAAM,CAACE,OAAO,EAAC;MAAE,OAAO4B,KAAK,CAAC,WAAW,CAAC;IAAC;IAC/C5D,WAAW,CAAC,IAAI,CAAC;IAGjBO,UAAU,CAACuB,MAAM,CAACE,OAAO,CAAC;MACtB6B,YAAY,EAAE;QACV;QACAC,SAAS,EAAEtE,MAAM,CAACyD,UAAU;QAC5Bc,QAAQ,EAAEvE,MAAM,CAAC0D,SAAS;QAC1B;QACAc,KAAK,EAAExE,MAAM,CAACwE,KAAK;QACnBC,KAAK,EAAEzE,MAAM,CAACyE,KAAK;QACnBC,eAAe,EAAE;MACnB,CAAC;MACD/B,EAAE,EAAE,QAAQ;MACZgC,IAAI,EAAE,QAAQ;MACdC,eAAe,EAAE,KAAK;MACtB;MACAC,KAAK,EAAEjD,eAAU,CAACK,YAAY,CAAC,CAAC,CAAC6C,QAAQ;MACzC;MACA;MACAC,WAAW,EAAEnD,eAAU,CAACK,YAAY,CAAC,CAAC,CAAC+C,oBAAoB;MAC3DC,OAAO,EAAErD,eAAU,CAACK,YAAY,CAAC,CAAC,CAACiD,eAAe;MAClD;MACAC,WAAW,EAAE,IAAI;MACjBC,iBAAiB,EAAE,IAAI;MACvBC,aAAa,EAAE,IAAI;MACnB;MACAC,uBAAuB,EAAE,qCAAqC;MAC9DC,MAAM,EAAE,MAAAA,CAAM;QAACC,KAAK;QAAEC;MAAO,CAAC,KAAK;QACjCvD,OAAO,CAACC,GAAG,CAACqD,KAAK,EAAEC,GAAG,CAAC;QACvB;QACA;QACA;QACA;QACA;QACA;QACA;MACF,CAAC;MACDC,MAAM,EAAEA,CAAA,KAAK;QAEXxD,OAAO,CAACC,GAAG,CAAC,iBAAiB,CAAC;QAC9BpB,UAAU,CAACC,SAAS,CAAC;QACrB2E,UAAU,CAAC,MAAM;UACbnF,WAAW,CAAC,KAAK,CAAC;UAClBK,cAAc,CAAC,IAAI,CAAC;UACpBuC,iBAAiB,CAAC,CAAC;QACvB,CAAC,EAAE,IAAI,CAAC;QACR;MACF,CAAC;MACD;MACAwC,KAAK,EAAE;QACLC,IAAI,EAAE;MACR;IACJ,CAAC,CAAC,CAAC;EACT,CAAC;EAED,IAAGzD,qBAAQ,CAACC,EAAE,IAAI,KAAK,EAAC;IAAE,oBAAOyD,KAAA,CAAApD,aAAA,CAAAoD,KAAA,CAAAC,QAAA,MAAI,CAAC;EAAC;EAEvC,IAAGjF,OAAO,EAAC;IACP,oBACIgF,KAAA,CAAApD,aAAA,CAACrD,YAAA,CAAA2G,IAAI;MAACC,KAAK,EAAE;QAAEC,IAAI,EAAC,CAAC;QAAEC,YAAY,EAAC,CAAC;QAAEC,eAAe,EAACC,eAAM,CAACC,MAAM,CAACC,QAAQ;QAAEC,aAAa,EAAC;MAAG;IAAE,gBAC9FV,KAAA,CAAApD,aAAA,CAACrD,YAAA,CAAA2G,IAAI;MAACS,QAAQ,EAAC,cAAc;MAACR,KAAK,EAAE;QAAES,OAAO,EAAC;MAAG;IAAE,gBAChDZ,KAAA,CAAApD,aAAA,CAACpD,WAAA,CAAAqH,IAAI;MAACC,IAAI,EAAE,EAAG;MAACC,KAAK,EAAER,eAAM,CAACS,KAAK,CAACC,QAAS;MAACC,MAAM,EAAC;IAAU,GAAC,qBAAyB,CAAC,eAC1FlB,KAAA,CAAApD,aAAA,CAACpD,WAAA,CAAAqH,IAAI;MAACV,KAAK,EAAE;QAAEgB,SAAS,EAAC;MAAE,CAAE;MAACJ,KAAK,EAAER,eAAM,CAACS,KAAK,CAACC,QAAS;MAACH,IAAI,EAAE,EAAG;MAACI,MAAM,EAAC;IAAO,GAAC,6DAAiE,CACpJ,CAAC,eACPlB,KAAA,CAAApD,aAAA,CAACrD,YAAA,CAAA6H,UAAU;MAACjB,KAAK,EAAE;QAAEC,IAAI,EAAC,CAAC;QAAEiB,MAAM,EAAEzG;MAAY;IAAE,gBAC/CoF,KAAA,CAAApD,aAAA;MAAKuD,KAAK,EAAE;QAAEkB,MAAM,EAAEzG;MAAY,CAAE;MAACiC,EAAE,EAAC;IAAiB,CAAC,CAClD,CACV,CAAC;EAGf;EAEA,MAAMyE,aAAa,GAAG9D,YAAY,CAACtD,MAAM,CAAC;EAG1C,IAAIqH,UAAU,GAAGpG,oBAAoB,IAAIE,uBAAuB,GAAG,IAAI,GAAG,KAAK;EAC/E,IAAIyC,GAAG,GAAG5D,MAAM,EAAE4D,GAAG,IAAI,EAAE;EAC3B,IAAI0D,SAAS,GAAG1D,GAAG,CAAC2D,KAAK,CAAC,GAAG,CAAC;EAC9B,IAAGD,SAAS,CAAC,CAAC,CAAC,EAAC;IACZA,SAAS,GAAGA,SAAS,CAAC,CAAC,CAAC,CAACC,KAAK,CAAC,GAAG,CAAC;EACvC;EACA,IAAIC,QAAQ,GAAI,GAAEF,SAAS,CAAC,CAAC,CAAE,IAAGA,SAAS,CAAC,CAAC,CAAE,IAAGA,SAAS,CAAC,CAAC,CAAE,EAAC;EAEhE,oBACIxB,KAAA,CAAApD,aAAA,CAACrD,YAAA,CAAA2G,IAAI;IAACC,KAAK,EAAE;MAAEC,IAAI,EAAC;IAAE,CAAE;IAACuB,QAAQ,EAAGC,EAAE,IAAK;MACvC,MAAM;QAAEP;MAAO,CAAC,GAAGO,EAAE,CAACC,WAAW,CAACC,MAAM;MACxCjH,aAAa,CAACwG,MAAM,CAAC;IACrB;EAAE,gBACFrB,KAAA,CAAApD,aAAA,CAACrD,YAAA,CAAA6H,UAAU;IAACjB,KAAK,EAAE;MAAEC,IAAI,EAAC;IAAE;EAAE,gBAC1BJ,KAAA,CAAApD,aAAA,CAACrD,YAAA,CAAA2G,IAAI;IAACC,KAAK,EAAE;MAAES,OAAO,EAAC;IAAG;EAAE,gBACxBZ,KAAA,CAAApD,aAAA,CAACpD,WAAA,CAAAqH,IAAI;IAACC,IAAI,EAAE,EAAG;IAACC,KAAK,EAAER,eAAM,CAACS,KAAK,CAACC,QAAS;IAACC,MAAM,EAAC;EAAM,GAAC,sBAA0B,CAAC,eACvFlB,KAAA,CAAApD,aAAA,CAACpD,WAAA,CAAAqH,IAAI;IAACV,KAAK,EAAE;MAAEgB,SAAS,EAAC;IAAG,CAAE;IAACL,IAAI,EAAE,EAAG;IAACC,KAAK,EAAER,eAAM,CAACS,KAAK,CAACC,QAAS;IAACC,MAAM,EAAC;EAAS,GAAC,8IAAkJ,CACxO,CAAC,eACPlB,KAAA,CAAApD,aAAA,CAACrD,YAAA,CAAAwI,gBAAgB;IAAC5B,KAAK,EAAE;MAACS,OAAO,EAAC,EAAE;MAAEP,YAAY,EAAC,CAAC;MAAEC,eAAe,EAACC,eAAM,CAACyB,UAAU,CAACC,iBAAiB;MAAEC,MAAM,EAAC;IAAE,CAAE;IAACC,OAAO,EAAEA,CAAA,KAAM3G,cAAc,CAAC,CAACD,YAAY;EAAE,gBAChKyE,KAAA,CAAApD,aAAA,CAACrD,YAAA,CAAA2G,IAAI;IAACC,KAAK,EAAE;MAAEiC,aAAa,EAAC,KAAK;MAAEC,UAAU,EAAC;IAAS;EAAE,gBACtDrC,KAAA,CAAApD,aAAA,CAACpD,WAAA,CAAAqH,IAAI;IAACV,KAAK,EAAE;MAAEC,IAAI,EAAC;IAAE,CAAE;IAACU,IAAI,EAAE,EAAG;IAACI,MAAM,EAAC,UAAU;IAACH,KAAK,EAAER,eAAM,CAACS,KAAK,CAACC;EAAS,GAAC,4BAAgC,CAAC,eACpHjB,KAAA,CAAApD,aAAA,CAACpD,WAAA,CAAA8I,KAAK,CAACC,WAAW;IAACC,SAAS,EAAEjH,YAAY,GAAC,IAAI,GAAC,MAAO;IAACuF,IAAI,EAAE,EAAG;IAACC,KAAK,EAAER,eAAM,CAACS,KAAK,CAACC;EAAS,CAAE,CAC/F,CAAC,EACN1F,YAAY,gBACbyE,KAAA,CAAApD,aAAA,CAACpD,WAAA,CAAAqH,IAAI;IAACC,IAAI,EAAE,EAAG;IAACI,MAAM,EAAC,SAAS;IAACH,KAAK,EAAER,eAAM,CAACS,KAAK,CAACC,QAAS;IAACd,KAAK,EAAE;MAAEgB,SAAS,EAAC;IAAE;EAAE,GAAC,4JAAgK,CAAC,gBACvPnB,KAAA,CAAApD,aAAA,CAAAoD,KAAA,CAAAC,QAAA,MAAI,CACS,CAAC,eACnBD,KAAA,CAAApD,aAAA,CAACrD,YAAA,CAAA2G,IAAI;IAACC,KAAK,EAAE;MAAEsC,SAAS,EAAC;IAAS;EAAE,gBAChCzC,KAAA,CAAApD,aAAA,CAACrD,YAAA,CAAAmJ,KAAK;IACFC,MAAM,EAAE;MAAEC,GAAG,EAAE;IAAuF,CAAE;IACxGzC,KAAK,EAAE;MAAEkB,MAAM,EAAE,GAAG;MAAEwB,KAAK,EAAC;IAAI,CAAE;IAClCC,UAAU,EAAC;EAAS,CACnB,CACH,CAAC,EACN5I,MAAM,CAAC6I,cAAc,IAAI,YAAY,gBACtC/C,KAAA,CAAApD,aAAA,CAACrD,YAAA,CAAA2G,IAAI;IAACC,KAAK,EAAE;MAAES,OAAO,EAAC;IAAG;EAAE,gBACxBZ,KAAA,CAAApD,aAAA,CAACrD,YAAA,CAAAwI,gBAAgB;IACjB5B,KAAK,EAAE;MAAEiC,aAAa,EAAC,KAAK;MAAEC,UAAU,EAAC,QAAQ;MAAEzB,OAAO,EAAC,EAAE;MAAEoC,UAAU,EAAC,EAAE;MAAEC,WAAW,EAAC,EAAE;MAAE5C,YAAY,EAAC,CAAC;MAAEC,eAAe,EAACC,eAAM,CAACC,MAAM,CAACC,QAAQ;MAAEU,SAAS,EAAC;IAAE,CAAE;IACpKgB,OAAO,EAAEA,CAAA,KAAM/G,sBAAsB,CAAC,CAACD,oBAAoB;EAAE,gBACzD6E,KAAA,CAAApD,aAAA,CAACrD,YAAA,CAAA2G,IAAI,qBACLF,KAAA,CAAApD,aAAA,CAACrD,YAAA,CAAA2G,IAAI;IAACC,KAAK,EAAE;MAAE+C,cAAc,EAAC,QAAQ;MAAEb,UAAU,EAAC,QAAQ;MAAEc,WAAW,EAAC,CAAC;MAAEC,WAAW,EAAC7C,eAAM,CAACS,KAAK,CAACC,QAAQ;MAAEZ,YAAY,EAAC,CAAC;MAAEgB,MAAM,EAAC,EAAE;MAAEwB,KAAK,EAAC;IAAG;EAAE,GAChJ1H,oBAAoB,gBACrB6E,KAAA,CAAApD,aAAA,CAACpD,WAAA,CAAA8I,KAAK,CAACe,SAAS;IAACvC,IAAI,EAAE,EAAG;IAACC,KAAK,EAAER,eAAM,CAACS,KAAK,CAACC;EAAS,CAAE,CAAC,gBAC1DjB,KAAA,CAAApD,aAAA,CAAAoD,KAAA,CAAAC,QAAA,MAAI,CACH,CACJ,CAAC,eACHD,KAAA,CAAApD,aAAA,CAACpD,WAAA,CAAAqH,IAAI;IAACV,KAAK,EAAE;MAAE6C,UAAU,EAAC;IAAG,CAAE;IAAClC,IAAI,EAAE,EAAG;IAACC,KAAK,EAAER,eAAM,CAACS,KAAK,CAACC,QAAS;IAACC,MAAM,EAAC;EAAS,GAAC,4BAA0B,eAAAlB,KAAA,CAAApD,aAAA,CAACpD,WAAA,CAAAqH,IAAI;IAACC,IAAI,EAAE,EAAG;IAACI,MAAM,EAAC;EAAM,GAAEhH,MAAM,CAACyD,UAAU,EAAC,GAAC,EAACzD,MAAM,CAAC0D,SAAgB,CAAC,kCAA8B,eAAAoC,KAAA,CAAApD,aAAA,CAACpD,WAAA,CAAAqH,IAAI;IAACC,IAAI,EAAE,EAAG;IAACI,MAAM,EAAC;EAAM,GAAEQ,QAAe,CAAC,kCAAoC,CACjS,CAAC,eACnB1B,KAAA,CAAApD,aAAA,CAACrD,YAAA,CAAAwI,gBAAgB;IACjB5B,KAAK,EAAE;MAAEiC,aAAa,EAAC,KAAK;MAAEjB,SAAS,EAAC,CAAC;MAAEkB,UAAU,EAAC,QAAQ;MAAEzB,OAAO,EAAC,EAAE;MAAEoC,UAAU,EAAC,EAAE;MAAEC,WAAW,EAAC,EAAE;MAAE5C,YAAY,EAAC,CAAC;MAAEC,eAAe,EAACC,eAAM,CAACC,MAAM,CAACC;IAAS,CAAE;IACpK0B,OAAO,EAAEA,CAAA,KAAM7G,wBAAwB,CAAC,CAACD,uBAAuB;EAAE,gBAElE2E,KAAA,CAAApD,aAAA,CAACrD,YAAA,CAAA2G,IAAI,qBACDF,KAAA,CAAApD,aAAA,CAACrD,YAAA,CAAA2G,IAAI;IAACC,KAAK,EAAE;MAAE+C,cAAc,EAAC,QAAQ;MAAEb,UAAU,EAAC,QAAQ;MAAEc,WAAW,EAAC,CAAC;MAAEC,WAAW,EAAC7C,eAAM,CAACS,KAAK,CAACC,QAAQ;MAAEZ,YAAY,EAAC,CAAC;MAAEgB,MAAM,EAAC,EAAE;MAAEwB,KAAK,EAAC;IAAG;EAAE,GAChJxH,uBAAuB,gBACxB2E,KAAA,CAAApD,aAAA,CAACpD,WAAA,CAAA8I,KAAK,CAACe,SAAS;IAACvC,IAAI,EAAE,EAAG;IAACC,KAAK,EAAER,eAAM,CAACS,KAAK,CAACC;EAAS,CAAE,CAAC,gBAC1DjB,KAAA,CAAApD,aAAA,CAAAoD,KAAA,CAAAC,QAAA,MAAI,CACH,CACJ,CAAC,eACPD,KAAA,CAAApD,aAAA,CAACpD,WAAA,CAAAqH,IAAI;IAACV,KAAK,EAAE;MAAE6C,UAAU,EAAC;IAAG,CAAE;IAAClC,IAAI,EAAE,EAAG;IAACC,KAAK,EAAER,eAAM,CAACS,KAAK,CAACC,QAAS;IAACC,MAAM,EAAC;EAAS,GAAC,oCAAkC,eAAAlB,KAAA,CAAApD,aAAA,CAACpD,WAAA,CAAAqH,IAAI;IAACC,IAAI,EAAE,EAAG;IAACI,MAAM,EAAC;EAAM,GAAC,eAAmB,CAAC,4DAA8D,CACzN,CAChB,CAAC,gBACNlB,KAAA,CAAApD,aAAA,CAAAoD,KAAA,CAAAC,QAAA,MAAI,CAAC,EACLxE,YAAY,IAAI,CAAC,CAAC,WAAW,EAAC,QAAQ,CAAC,CAAC6H,QAAQ,CAAC7H,YAAY,CAAC8H,MAAM,CAAC,IAAI7H,KAAK,gBAC/EsE,KAAA,CAAApD,aAAA,CAACrD,YAAA,CAAAwI,gBAAgB;IACbyB,QAAQ,EAAEtJ,MAAM,CAAC6I,cAAc,IAAE,UAAU,GAAG,IAAI,GAAG,KAAM;IAC3D5C,KAAK,EAAE;MAAE+B,MAAM,EAAC,EAAE;MAAE5B,eAAe,EAACC,eAAM,CAACC,MAAM,CAACiD,KAAK;MAAEpD,YAAY,EAAC,CAAC;MAAE,GAAGqD,mBAAW,CAACC;IAAM,CAAE;IAChGxB,OAAO,EAAEA,CAAA,KAAM5H,WAAW,CAAC;EAAE,gBAE7ByF,KAAA,CAAApD,aAAA,CAACrD,YAAA,CAAA2G,IAAI;IAACC,KAAK,EAAE;MAAEiC,aAAa,EAAC;IAAM;EAAE,gBACjCpC,KAAA,CAAApD,aAAA,CAACrD,YAAA,CAAA2G,IAAI;IAACC,KAAK,EAAE;MAAES,OAAO,EAAC,EAAE;MAAEsC,cAAc,EAAC,QAAQ;MAAEb,UAAU,EAAC;IAAS;EAAE,gBACtErC,KAAA,CAAApD,aAAA,CAACpD,WAAA,CAAA8I,KAAK,CAACsB,QAAQ;IAAC9C,IAAI,EAAE,EAAG;IAACC,KAAK,EAAER,eAAM,CAACsD,SAAS,CAACC;EAAK,CAAE,CAAC,EACzD5J,MAAM,CAAC6I,cAAc,IAAI,UAAU,gBACpC/C,KAAA,CAAApD,aAAA,CAACpD,WAAA,CAAAqH,IAAI;IAACV,KAAK,EAAE;MAAEgB,SAAS,EAAC;IAAE,CAAE;IAAC4C,SAAS,EAAC,QAAQ;IAACjD,IAAI,EAAE,EAAG;IAACC,KAAK,EAAER,eAAM,CAACsD,SAAS,CAACC;EAAK,GAAC,WAAe,CAAC,gBACxG9D,KAAA,CAAApD,aAAA,CAAAoD,KAAA,CAAAC,QAAA,MAAI,CACH,CAAC,eACPD,KAAA,CAAApD,aAAA,CAACrD,YAAA,CAAA2G,IAAI;IAACC,KAAK,EAAE;MAACC,IAAI,EAAC,CAAC;MAAEE,eAAe,EAACC,eAAM,CAACsD,SAAS,CAACG,UAAU;MAAEpD,OAAO,EAAC;IAAG;EAAE,gBAC5EZ,KAAA,CAAApD,aAAA,CAACpD,WAAA,CAAAqH,IAAI;IAACV,KAAK,EAAE;MAAEO,aAAa,EAAC,EAAE;MAAEuD,iBAAiB,EAAC,CAAC;MAAEC,iBAAiB,EAAC3D,eAAM,CAACC,MAAM,CAAC2D;IAAS,CAAE;IAACrD,IAAI,EAAE,EAAG;IAACC,KAAK,EAAER,eAAM,CAACS,KAAK,CAACC,QAAS;IAACC,MAAM,EAAC;EAAM,GAAEhH,MAAM,CAAC6I,cAAc,IAAI,UAAU,GAAE,0CAAyC,GAAE,2CAAkD,CAAC,eAC5R/C,KAAA,CAAApD,aAAA,CAACpD,WAAA,CAAAqH,IAAI;IAACV,KAAK,EAAE;MAAEiE,UAAU,EAAC;IAAE,CAAE;IAACtD,IAAI,EAAE,EAAG;IAACC,KAAK,EAAER,eAAM,CAACS,KAAK,CAACC,QAAS;IAACC,MAAM,EAAC;EAAU,GAAEmD,mBAAc,CAACC,sBAAsB,CAAC5I,KAAK,CAAQ,CAC3I,CACJ,CAAC,EACNxB,MAAM,CAAC6I,cAAc,IAAI,UAAU,gBACpC/C,KAAA,CAAApD,aAAA,CAACrD,YAAA,CAAA2G,IAAI;IAACC,KAAK,EAAE;MAAEoE,QAAQ,EAAC,UAAU;MAAEC,GAAG,EAAE,CAAC,EAAE;MAAEC,KAAK,EAAC,CAAC;MAAEC,IAAI,EAAC,CAAC;MAAExB,cAAc,EAAC,QAAQ;MAAEb,UAAU,EAAC;IAAS;EAAE,gBAC1GrC,KAAA,CAAApD,aAAA,CAACrD,YAAA,CAAA2G,IAAI;IAACC,KAAK,EAAE;MAAEE,YAAY,EAAC,EAAE;MAAEO,OAAO,EAAC,EAAE;MAAE+D,YAAY,EAAC,CAAC;MAAErE,eAAe,EAACC,eAAM,CAACC,MAAM,CAACiD;IAAM;EAAE,gBAC9FzD,KAAA,CAAApD,aAAA,CAACpD,WAAA,CAAAqH,IAAI;IAACC,IAAI,EAAE,EAAG;IAACC,KAAK,EAAER,eAAM,CAACsD,SAAS,CAACC,IAAK;IAAC5C,MAAM,EAAC;EAAM,GAAC,eAAmB,CAC7E,CAAC,eACPlB,KAAA,CAAApD,aAAA,CAACpD,WAAA,CAAA8I,KAAK,CAACC,WAAW;IAACC,SAAS,EAAC,MAAM;IAAC1B,IAAI,EAAE,CAAE;IAACC,KAAK,EAAER,eAAM,CAACsD,SAAS,CAACC;EAAK,CAAE,CAC1E,CAAC,gBACN9D,KAAA,CAAApD,aAAA,CAAAoD,KAAA,CAAAC,QAAA,MAAI,CACS,CAAC,gBAClBD,KAAA,CAAApD,aAAA,CAAAoD,KAAA,CAAAC,QAAA,MAAI,CACG,CAAC,EAEZ/F,MAAM,CAAC6I,cAAc,IAAI,QAAQ,gBAClC/C,KAAA,CAAApD,aAAA,CAACrD,YAAA,CAAA2G,IAAI;IAACC,KAAK,EAAE;MAAE+B,MAAM,EAAC,EAAE;MAAE7B,YAAY,EAAC,CAAC;MAAEO,OAAO,EAAC,EAAE;MAAEN,eAAe,EAACC,eAAM,CAACqE,OAAO,CAACC;IAAQ;EAAE,gBAC3F7E,KAAA,CAAApD,aAAA,CAACpD,WAAA,CAAAqH,IAAI;IAAEkD,SAAS,EAAC,QAAQ;IAACjD,IAAI,EAAE,EAAG;IAACI,MAAM,EAAC,MAAM;IAACH,KAAK,EAAER,eAAM,CAACC,MAAM,CAACiD;EAAM,GAAC,kIAAsI,CAClN,CAAC,gBACNzD,KAAA,CAAApD,aAAA,CAAAoD,KAAA,CAAAC,QAAA,MAAI,CAAC,eACND,KAAA,CAAApD,aAAA,CAACrD,YAAA,CAAA2G,IAAI;IAACS,QAAQ,EAAC,YAAY;IAACR,KAAK,EAAE;MAAEiC,aAAa,EAAC,KAAK;MAAExB,OAAO,EAAC;IAAG;EAAE,GAClEzG,WAAW,gBACZ6F,KAAA,CAAApD,aAAA,CAACpD,WAAA,CAAAsL,MAAM;IACHC,KAAK,EAAC,YAAY;IAClBC,WAAW,EAAEzE,eAAM,CAACqE,OAAO,CAACK,KAAM;IAClC3E,eAAe,EAAC,aAAa;IAC7B6B,OAAO,EAAEA,CAAA,KAAM3H,OAAO,CAAC;EAAE,CAC5B,CAAC,gBAEFwF,KAAA,CAAApD,aAAA,CAACpD,WAAA,CAAAsL,MAAM;IACH3E,KAAK,EAAE;MAAEC,IAAI,EAAC,CAAC;MAAE6C,WAAW,EAAC;IAAE,CAAE;IACjC8B,KAAK,EAAC,MAAM;IACZnE,OAAO,EAAE,EAAG;IACZoE,WAAW,EAAEzE,eAAM,CAACS,KAAK,CAACkE,QAAS;IACnC/B,WAAW,EAAE,CAAE;IACfC,WAAW,EAAE7C,eAAM,CAACS,KAAK,CAACkE,QAAS;IACnC/C,OAAO,EAAEA,CAAA,KAAM3H,OAAO,CAAC;EAAE,CAC5B,CAAC,EAEDN,MAAM,CAAC6I,cAAc,IAAI,YAAY,gBACtC/C,KAAA,CAAApD,aAAA,CAACpD,WAAA,CAAAsL,MAAM;IACHC,KAAK,EAAE,CAACjK,YAAY,GAAG,YAAY,GAAG,mBAAoB;IAC1DkK,WAAW,EAAEzE,eAAM,CAACC,MAAM,CAACiD,KAAM;IACjC0B,OAAO,EAAE1K,QAAS;IAClB+I,QAAQ,EAAE,CAACjC,UAAU,IAAIzG,YAAa;IACtCqF,KAAK,EAAE;MAAEC,IAAI,EAAC,CAAC;MAAEgF,OAAO,EAAC7D,UAAU,IAAIA,UAAU,IAAE,CAAC9G,QAAQ,GAAC,CAAC,GAAC;IAAI,CAAE;IACrEmG,OAAO,EAAE,EAAG;IACZN,eAAe,EAAEC,eAAM,CAACqE,OAAO,CAACS,OAAQ;IACxClD,OAAO,EAAEA,CAAA,KAAM9D,mBAAmB,CAAC;EAAE,CACxC,CAAC,GAEAnE,MAAM,CAAC6I,cAAc,IAAI,QAAQ,gBACnC/C,KAAA,CAAApD,aAAA,CAACrD,YAAA,CAAA2G,IAAI;IAACC,KAAK,EAAE;MAAEC,IAAI,EAAC,CAAC;MAAE8B,MAAM,EAAC,CAAC;MAAE7B,YAAY,EAAE,CAAC;MAAEO,OAAO,EAAC,EAAE;MAAEN,eAAe,EAACC,eAAM,CAACC,MAAM,CAACC;IAAS;EAAE,gBACnGT,KAAA,CAAApD,aAAA,CAACpD,WAAA,CAAAqH,IAAI;IAACC,IAAI,EAAE,EAAG;IAACC,KAAK,EAAER,eAAM,CAACS,KAAK,CAACC,QAAS;IAAC8C,SAAS,EAAC,QAAQ;IAAC7C,MAAM,EAAC;EAAU,GAAC,mBAAuB,CACxG,CAAC,gBAEPlB,KAAA,CAAApD,aAAA,CAACrD,YAAA,CAAA2G,IAAI;IAACC,KAAK,EAAE;MAAEC,IAAI,EAAC,CAAC;MAAE8B,MAAM,EAAC,CAAC;MAAE7B,YAAY,EAAE,CAAC;MAAEO,OAAO,EAAC,EAAE;MAAEN,eAAe,EAACC,eAAM,CAACyB,UAAU,CAACsD;IAAa;EAAE,gBAC3GtF,KAAA,CAAApD,aAAA,CAACpD,WAAA,CAAAqH,IAAI;IAACC,IAAI,EAAE,EAAG;IAACC,KAAK,EAAER,eAAM,CAACS,KAAK,CAACC,QAAS;IAAC8C,SAAS,EAAC,QAAQ;IAAC7C,MAAM,EAAC;EAAU,GAAC,mBAAuB,CACxG,CAEJ,CAAC,EACNI,aAAa,CAACiE,MAAM,GAAG,CAAC,gBACzBvF,KAAA,CAAApD,aAAA,CAACrD,YAAA,CAAA2G,IAAI;IAACC,KAAK,EAAE;MAAEoE,QAAQ,EAAC,UAAU;MAAEC,GAAG,EAAC,CAAC;MAAEE,IAAI,EAAC,CAAC;MAAED,KAAK,EAAC,CAAC;MAAEe,MAAM,EAAC,CAAC;MAAElF,eAAe,EAACC,eAAM,CAACC,MAAM,CAACiF,WAAW;MAAEvC,cAAc,EAAC,QAAQ;MAAEb,UAAU,EAAC,QAAQ;MAAEzB,OAAO,EAAC;IAAG;EAAE,gBACxKZ,KAAA,CAAApD,aAAA,CAACrD,YAAA,CAAA2G,IAAI;IAACC,KAAK,EAAE;MAAEG,eAAe,EAACC,eAAM,CAACC,MAAM,CAACiD,KAAK;MAAE7C,OAAO,EAAC,EAAE;MAAEP,YAAY,EAAC;IAAE;EAAE,gBAC7EL,KAAA,CAAApD,aAAA,CAACrD,YAAA,CAAA2G,IAAI;IAACC,KAAK,EAAE;MAAES,OAAO,EAAC;IAAG;EAAE,gBACxBZ,KAAA,CAAApD,aAAA,CAACpD,WAAA,CAAAqH,IAAI;IAACC,IAAI,EAAE,EAAG;IAACC,KAAK,EAAER,eAAM,CAACS,KAAK,CAACC,QAAS;IAACC,MAAM,EAAC;EAAM,GAAC,SAAa,CAAC,eAC1ElB,KAAA,CAAApD,aAAA,CAACpD,WAAA,CAAAqH,IAAI;IAACV,KAAK,EAAE;MAAEgB,SAAS,EAAC;IAAE,CAAE;IAACL,IAAI,EAAE,EAAG;IAACC,KAAK,EAAER,eAAM,CAACS,KAAK,CAACC;EAAS,GAAC,sDAA0D,CAC9H,CAAC,eACPjB,KAAA,CAAApD,aAAA,CAACrD,YAAA,CAAA2G,IAAI;IAACC,KAAK,EAAE;MAAES,OAAO,EAAC,EAAE;MAAEN,eAAe,EAACC,eAAM,CAACC,MAAM,CAACC,QAAQ;MAAEJ,YAAY,EAAC;IAAE;EAAE,GAC/EiB,aAAa,CAACoE,GAAG,CAAC,CAACvI,CAAC,EAACwI,CAAC,KAAK;IACxB,oBACI3F,KAAA,CAAApD,aAAA,CAACrD,YAAA,CAAA2G,IAAI;MAACC,KAAK,EAAE;QAAES,OAAO,EAAC,CAAC;QAAEwB,aAAa,EAAC,KAAK;QAAEC,UAAU,EAAC;MAAS;IAAE,gBACjErC,KAAA,CAAApD,aAAA,CAACpD,WAAA,CAAAqH,IAAI;MAACC,IAAI,EAAE,EAAG;MAACC,KAAK,EAAER,eAAM,CAACqE,OAAO,CAACC,OAAQ;MAAC3D,MAAM,EAAC;IAAM,GAAEyE,CAAC,GAAC,CAAC,EAAC,KAAG,EAACxI,CAAQ,CAE5E,CAAC;EAEf,CAAC,CACC,CACJ,CACJ,CAAC,gBACN6C,KAAA,CAAApD,aAAA,CAAAoD,KAAA,CAAAC,QAAA,MAAI,CACH,CAAC;AAEf,CAAC;AAAA,IAAA2F,QAAA,GAAAC,OAAA,CAAA7L,OAAA,GAEcC,SAAS","ignoreList":[]}
|