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"));
|
|
@@ -16,8 +16,6 @@ var _AccountLimitManager = _interopRequireDefault(require("./AccountLimitManager
|
|
|
16
16
|
var _AccountSnoozeManager = _interopRequireDefault(require("./AccountSnoozeManager"));
|
|
17
17
|
var _RemoveAccount = _interopRequireDefault(require("./RemoveAccount"));
|
|
18
18
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
19
|
-
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); }
|
|
20
|
-
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; }
|
|
21
19
|
const ManageAccountCard = ({
|
|
22
20
|
player,
|
|
23
21
|
wallet_settings,
|
|
@@ -34,56 +32,56 @@ const ManageAccountCard = ({
|
|
|
34
32
|
const renderIcon = action => {
|
|
35
33
|
switch (action.action_type) {
|
|
36
34
|
case 'deposit':
|
|
37
|
-
return /*#__PURE__*/
|
|
35
|
+
return /*#__PURE__*/React.createElement(_Components.Icons.DepositIcon, {
|
|
38
36
|
color: _colors.default.shades.white,
|
|
39
37
|
size: 20
|
|
40
38
|
});
|
|
41
39
|
case 'withdraw':
|
|
42
|
-
return /*#__PURE__*/
|
|
40
|
+
return /*#__PURE__*/React.createElement(_Components.Icons.WithdrawIcon, {
|
|
43
41
|
color: _colors.default.shades.white,
|
|
44
42
|
size: 20
|
|
45
43
|
});
|
|
46
44
|
case 'limits':
|
|
47
|
-
return /*#__PURE__*/
|
|
45
|
+
return /*#__PURE__*/React.createElement(_Components.Icons.BankIcon, {
|
|
48
46
|
color: _colors.default.shades.white,
|
|
49
47
|
size: 28
|
|
50
48
|
});
|
|
51
49
|
case 'snoozes':
|
|
52
|
-
return /*#__PURE__*/
|
|
50
|
+
return /*#__PURE__*/React.createElement(_Components.Icons.SnoozeIcon, {
|
|
53
51
|
color: _colors.default.shades.white,
|
|
54
52
|
size: 18
|
|
55
53
|
});
|
|
56
54
|
case 'remove':
|
|
57
|
-
return /*#__PURE__*/
|
|
55
|
+
return /*#__PURE__*/React.createElement(_Components.Icons.CloseIcon, {
|
|
58
56
|
color: _colors.default.shades.white,
|
|
59
57
|
size: 14
|
|
60
58
|
});
|
|
61
59
|
default:
|
|
62
|
-
return /*#__PURE__*/
|
|
60
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null);
|
|
63
61
|
}
|
|
64
62
|
};
|
|
65
63
|
const renderAccountActions = data => {
|
|
66
64
|
if (!account) {
|
|
67
|
-
return /*#__PURE__*/
|
|
65
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null);
|
|
68
66
|
}
|
|
69
67
|
if (account.ibt_placeholder && !['deposit'].includes(data.item.action_type)) {
|
|
70
|
-
return /*#__PURE__*/
|
|
68
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null);
|
|
71
69
|
}
|
|
72
70
|
if (data.item.action_type == 'withdraw' && account.account_type == 'paypal') {
|
|
73
|
-
return /*#__PURE__*/
|
|
71
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null);
|
|
74
72
|
}
|
|
75
73
|
if (data.item.action_type == 'remove' && account.ibt_placeholder) {
|
|
76
|
-
return /*#__PURE__*/
|
|
74
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null);
|
|
77
75
|
}
|
|
78
76
|
if (data.item.action_type == 'withdraw' && account.account_type == 'card') {
|
|
79
|
-
return /*#__PURE__*/
|
|
77
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null);
|
|
80
78
|
}
|
|
81
79
|
if (data.item.action_type == 'remove' && account.account_type === 'paypal') {
|
|
82
|
-
return /*#__PURE__*/
|
|
80
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null);
|
|
83
81
|
}
|
|
84
82
|
|
|
85
83
|
//if(data.item.action_type == 'deposit' && account.account_type == 'card' && account?.card_detail?.card_type != 'debit'){ return <></> }
|
|
86
|
-
return /*#__PURE__*/
|
|
84
|
+
return /*#__PURE__*/React.createElement(_reactNative.TouchableOpacity, {
|
|
87
85
|
style: {
|
|
88
86
|
flex: 1,
|
|
89
87
|
minHeight: 80,
|
|
@@ -94,13 +92,13 @@ const ManageAccountCard = ({
|
|
|
94
92
|
padding: 10
|
|
95
93
|
},
|
|
96
94
|
onPress: () => setActiveAction(data.item.action_type)
|
|
97
|
-
}, /*#__PURE__*/
|
|
95
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
98
96
|
style: {
|
|
99
97
|
flex: 1,
|
|
100
98
|
flexDirection: 'row',
|
|
101
99
|
alignItems: 'center'
|
|
102
100
|
}
|
|
103
|
-
}, /*#__PURE__*/
|
|
101
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
104
102
|
style: {
|
|
105
103
|
height: 36,
|
|
106
104
|
width: 36,
|
|
@@ -109,84 +107,84 @@ const ManageAccountCard = ({
|
|
|
109
107
|
alignItems: 'center',
|
|
110
108
|
borderRadius: 3.6
|
|
111
109
|
}
|
|
112
|
-
}, renderIcon(data.item)), /*#__PURE__*/
|
|
110
|
+
}, renderIcon(data.item)), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
113
111
|
style: {
|
|
114
112
|
marginLeft: 16,
|
|
115
113
|
marginRight: 10,
|
|
116
114
|
flex: 1,
|
|
117
115
|
padding: 2
|
|
118
116
|
}
|
|
119
|
-
}, /*#__PURE__*/
|
|
117
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
120
118
|
size: 14,
|
|
121
119
|
weight: "bold",
|
|
122
120
|
color: _colors.default.brand.cobalt
|
|
123
|
-
}, data.item.action_title), /*#__PURE__*/
|
|
121
|
+
}, data.item.action_title), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
124
122
|
style: {
|
|
125
123
|
marginTop: 2
|
|
126
124
|
},
|
|
127
125
|
size: 12,
|
|
128
126
|
weight: "regular",
|
|
129
127
|
color: _colors.default.brand.cobalt
|
|
130
|
-
}, data.item.action_description)), /*#__PURE__*/
|
|
128
|
+
}, data.item.action_description)), /*#__PURE__*/React.createElement(_Components.Icons.ChevronIcon, {
|
|
131
129
|
direction: "right",
|
|
132
130
|
color: _colors.default.brand.cobalt,
|
|
133
131
|
size: 12
|
|
134
132
|
})));
|
|
135
133
|
};
|
|
136
|
-
return /*#__PURE__*/
|
|
134
|
+
return /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
137
135
|
style: {
|
|
138
136
|
flex: 1
|
|
139
137
|
}
|
|
140
|
-
}, /*#__PURE__*/
|
|
138
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
141
139
|
style: {
|
|
142
140
|
padding: 20
|
|
143
141
|
}
|
|
144
|
-
}, /*#__PURE__*/
|
|
142
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
145
143
|
size: 30,
|
|
146
144
|
color: _colors.default.brand.midnight,
|
|
147
145
|
weight: "bold"
|
|
148
|
-
}, account.account_label), active_action == 'select' ? /*#__PURE__*/
|
|
146
|
+
}, account.account_label), active_action == 'select' ? /*#__PURE__*/React.createElement(_Components.Text, {
|
|
149
147
|
style: {
|
|
150
148
|
marginTop: 15
|
|
151
149
|
},
|
|
152
150
|
size: 16,
|
|
153
151
|
color: _colors.default.brand.midnight,
|
|
154
152
|
weight: "regular"
|
|
155
|
-
}, "Below are the available actions that can be performed on this account!") : /*#__PURE__*/
|
|
153
|
+
}, "Below are the available actions that can be performed on this account!") : /*#__PURE__*/React.createElement(React.Fragment, null)), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
156
154
|
style: {
|
|
157
155
|
flex: 1
|
|
158
156
|
}
|
|
159
|
-
}, active_action == 'select' ? /*#__PURE__*/
|
|
157
|
+
}, active_action == 'select' ? /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
160
158
|
style: {
|
|
161
159
|
flex: 1
|
|
162
160
|
}
|
|
163
|
-
}, /*#__PURE__*/
|
|
161
|
+
}, /*#__PURE__*/React.createElement(_reactNative.ScrollView, {
|
|
164
162
|
style: {
|
|
165
163
|
flex: 1,
|
|
166
164
|
padding: 20
|
|
167
165
|
}
|
|
168
|
-
}, /*#__PURE__*/
|
|
166
|
+
}, /*#__PURE__*/React.createElement(_reactNative.FlatList, {
|
|
169
167
|
data: account_actions,
|
|
170
168
|
renderItem: renderAccountActions
|
|
171
|
-
})), /*#__PURE__*/
|
|
169
|
+
})), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
172
170
|
style: {
|
|
173
171
|
padding: 20
|
|
174
172
|
}
|
|
175
|
-
}, /*#__PURE__*/
|
|
173
|
+
}, /*#__PURE__*/React.createElement(_Components.Button, {
|
|
176
174
|
title: "BACK",
|
|
177
175
|
padding: 15,
|
|
178
176
|
borderWidth: 1,
|
|
179
177
|
borderColor: _colors.default.brand.electric,
|
|
180
178
|
title_color: _colors.default.brand.electric,
|
|
181
179
|
onPress: () => onClose()
|
|
182
|
-
}))) : active_action == 'deposit' ? /*#__PURE__*/
|
|
180
|
+
}))) : active_action == 'deposit' ? /*#__PURE__*/React.createElement(_DepositCard.default, {
|
|
183
181
|
player: player,
|
|
184
182
|
wallet_settings: wallet_settings,
|
|
185
183
|
account: account,
|
|
186
184
|
deposit_limit: deposit_limit,
|
|
187
185
|
onTransact: onTransact,
|
|
188
186
|
onCancel: () => setActiveAction('select')
|
|
189
|
-
}) : active_action == 'withdraw' ? /*#__PURE__*/
|
|
187
|
+
}) : active_action == 'withdraw' ? /*#__PURE__*/React.createElement(_WithdrawCard.default, {
|
|
190
188
|
player: player,
|
|
191
189
|
deposit_limit: deposit_limit,
|
|
192
190
|
wallet_settings: wallet_settings,
|
|
@@ -195,22 +193,22 @@ const ManageAccountCard = ({
|
|
|
195
193
|
withdraw_limit: withdraw_limit,
|
|
196
194
|
onTransact: onTransact,
|
|
197
195
|
onCancel: () => setActiveAction('select')
|
|
198
|
-
}) : active_action == 'limits' ? /*#__PURE__*/
|
|
196
|
+
}) : active_action == 'limits' ? /*#__PURE__*/React.createElement(_AccountLimitManager.default, {
|
|
199
197
|
account: account,
|
|
200
198
|
onCancel: () => setActiveAction('select'),
|
|
201
199
|
onSetLimit: al => console.log(al)
|
|
202
|
-
}) : active_action == 'snoozes' ? /*#__PURE__*/
|
|
200
|
+
}) : active_action == 'snoozes' ? /*#__PURE__*/React.createElement(_AccountSnoozeManager.default, {
|
|
203
201
|
account: account,
|
|
204
202
|
onCancel: () => setActiveAction('select'),
|
|
205
203
|
onSnooze: snz => console.log(snz)
|
|
206
|
-
}) : active_action == 'remove' ? /*#__PURE__*/
|
|
204
|
+
}) : active_action == 'remove' ? /*#__PURE__*/React.createElement(_RemoveAccount.default, {
|
|
207
205
|
account: account,
|
|
208
206
|
onCancel: () => setActiveAction('select'),
|
|
209
207
|
onRemove: acct => {
|
|
210
208
|
onAccountUpdate(acct);
|
|
211
209
|
onClose();
|
|
212
210
|
}
|
|
213
|
-
}) : /*#__PURE__*/
|
|
211
|
+
}) : /*#__PURE__*/React.createElement(React.Fragment, null)));
|
|
214
212
|
};
|
|
215
213
|
var _default = exports.default = ManageAccountCard;
|
|
216
214
|
//# sourceMappingURL=ManageAccountCard.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","
|
|
1
|
+
{"version":3,"names":["_react","require","_reactNative","_Components","_colors","_interopRequireDefault","_styles","_api","_DepositCard","_WithdrawCard","_AccountLimitManager","_AccountSnoozeManager","_RemoveAccount","obj","__esModule","default","ManageAccountCard","player","wallet_settings","player_balance","account","deposit_limit","withdraw_limit","onAccountUpdate","onTransact","onClose","active_action","setActiveAction","useState","account_actions","WalletHelpers","getAccountOptions","renderIcon","action","action_type","React","createElement","Icons","DepositIcon","color","Colors","shades","white","size","WithdrawIcon","BankIcon","SnoozeIcon","CloseIcon","Fragment","renderAccountActions","data","ibt_placeholder","includes","item","account_type","TouchableOpacity","style","flex","minHeight","margin","backgroundColor","borderRadius","view_styles","float","padding","onPress","View","flexDirection","alignItems","height","width","brand","electric","justifyContent","marginLeft","marginRight","Text","weight","cobalt","action_title","marginTop","action_description","ChevronIcon","direction","midnight","account_label","ScrollView","FlatList","renderItem","Button","title","borderWidth","borderColor","title_color","onCancel","onSetLimit","al","console","log","onSnooze","snz","onRemove","acct","_default","exports"],"sourceRoot":"../../../../src","sources":["Wallet/components/ManageAccountCard.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -4,14 +4,12 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
var _react =
|
|
7
|
+
var _react = require("react");
|
|
8
8
|
var _reactNative = require("react-native");
|
|
9
9
|
var _Components = require("../../Components");
|
|
10
10
|
var _colors = _interopRequireDefault(require("../../constants/colors"));
|
|
11
11
|
var _api = require("../api");
|
|
12
12
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
14
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
15
13
|
const validator = require('us-bank-account-validator');
|
|
16
14
|
const ManualACHAdd = ({
|
|
17
15
|
player,
|
|
@@ -53,54 +51,54 @@ const ManualACHAdd = ({
|
|
|
53
51
|
}
|
|
54
52
|
setLoading(false);
|
|
55
53
|
};
|
|
56
|
-
return /*#__PURE__*/
|
|
54
|
+
return /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
57
55
|
style: {
|
|
58
56
|
flex: 1
|
|
59
57
|
}
|
|
60
|
-
}, /*#__PURE__*/
|
|
58
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
61
59
|
style: {
|
|
62
60
|
padding: 20
|
|
63
61
|
}
|
|
64
|
-
}, /*#__PURE__*/
|
|
62
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
65
63
|
size: 26,
|
|
66
64
|
color: _colors.default.brand.midnight,
|
|
67
65
|
weight: "bold"
|
|
68
|
-
}, "MANUAL ACH ACCOUNT"), /*#__PURE__*/
|
|
66
|
+
}, "MANUAL ACH ACCOUNT"), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
69
67
|
style: {
|
|
70
68
|
marginTop: 10
|
|
71
69
|
},
|
|
72
70
|
size: 16,
|
|
73
71
|
color: _colors.default.brand.midnight,
|
|
74
72
|
weight: "regular"
|
|
75
|
-
}, "Complete the form below to add a new ACH account. Once submitted, we will send 2 small deposits to the account to confirm ownership. This process can take up to 3 business days.")), /*#__PURE__*/
|
|
73
|
+
}, "Complete the form below to add a new ACH account. Once submitted, we will send 2 small deposits to the account to confirm ownership. This process can take up to 3 business days.")), /*#__PURE__*/React.createElement(_reactNative.ScrollView, {
|
|
76
74
|
style: {
|
|
77
75
|
flex: 1,
|
|
78
76
|
padding: 20
|
|
79
77
|
}
|
|
80
|
-
}, /*#__PURE__*/
|
|
78
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
81
79
|
style: {
|
|
82
80
|
marginTop: 10
|
|
83
81
|
}
|
|
84
|
-
}, /*#__PURE__*/
|
|
82
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
85
83
|
size: 14,
|
|
86
84
|
color: _colors.default.brand.midnight,
|
|
87
85
|
weight: "semibold"
|
|
88
|
-
}, "Name on account"), /*#__PURE__*/
|
|
86
|
+
}, "Name on account"), /*#__PURE__*/React.createElement(_Components.TextInput, {
|
|
89
87
|
style: {
|
|
90
88
|
marginTop: 10
|
|
91
89
|
},
|
|
92
90
|
value: `${player.first_name} ${player.last_name}`,
|
|
93
91
|
editable: false,
|
|
94
92
|
onChangeText: () => console.log('ehy')
|
|
95
|
-
})), /*#__PURE__*/
|
|
93
|
+
})), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
96
94
|
style: {
|
|
97
95
|
marginTop: 16
|
|
98
96
|
}
|
|
99
|
-
}, /*#__PURE__*/
|
|
97
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
100
98
|
size: 14,
|
|
101
99
|
color: _colors.default.brand.midnight,
|
|
102
100
|
weight: "semibold"
|
|
103
|
-
}, "Bank Name"), /*#__PURE__*/
|
|
101
|
+
}, "Bank Name"), /*#__PURE__*/React.createElement(_Components.TextInput, {
|
|
104
102
|
style: {
|
|
105
103
|
marginTop: 10
|
|
106
104
|
},
|
|
@@ -116,21 +114,21 @@ const ManualACHAdd = ({
|
|
|
116
114
|
bank_name: e
|
|
117
115
|
}
|
|
118
116
|
})
|
|
119
|
-
}), !bank_valid ? /*#__PURE__*/
|
|
117
|
+
}), !bank_valid ? /*#__PURE__*/React.createElement(_Components.Text, {
|
|
120
118
|
style: {
|
|
121
119
|
marginTop: 5
|
|
122
120
|
},
|
|
123
121
|
size: 14,
|
|
124
122
|
color: _colors.default.utility.warning
|
|
125
|
-
}, "Bank Name Is Not Valid") : /*#__PURE__*/
|
|
123
|
+
}, "Bank Name Is Not Valid") : /*#__PURE__*/React.createElement(React.Fragment, null)), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
126
124
|
style: {
|
|
127
125
|
marginTop: 16
|
|
128
126
|
}
|
|
129
|
-
}, /*#__PURE__*/
|
|
127
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
130
128
|
size: 14,
|
|
131
129
|
color: _colors.default.brand.midnight,
|
|
132
130
|
weight: "semibold"
|
|
133
|
-
}, "Routing Number"), /*#__PURE__*/
|
|
131
|
+
}, "Routing Number"), /*#__PURE__*/React.createElement(_Components.TextInput, {
|
|
134
132
|
style: {
|
|
135
133
|
marginTop: 10
|
|
136
134
|
},
|
|
@@ -145,21 +143,21 @@ const ManualACHAdd = ({
|
|
|
145
143
|
routing_number: e
|
|
146
144
|
}
|
|
147
145
|
})
|
|
148
|
-
}), !routing_valid.isValid ? /*#__PURE__*/
|
|
146
|
+
}), !routing_valid.isValid ? /*#__PURE__*/React.createElement(_Components.Text, {
|
|
149
147
|
style: {
|
|
150
148
|
marginTop: 5
|
|
151
149
|
},
|
|
152
150
|
size: 14,
|
|
153
151
|
color: _colors.default.utility.warning
|
|
154
|
-
}, "Routing Number Is Not Valid") : /*#__PURE__*/
|
|
152
|
+
}, "Routing Number Is Not Valid") : /*#__PURE__*/React.createElement(React.Fragment, null)), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
155
153
|
style: {
|
|
156
154
|
marginTop: 16
|
|
157
155
|
}
|
|
158
|
-
}, /*#__PURE__*/
|
|
156
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
159
157
|
size: 14,
|
|
160
158
|
color: _colors.default.brand.midnight,
|
|
161
159
|
weight: "semibold"
|
|
162
|
-
}, "Account Number"), /*#__PURE__*/
|
|
160
|
+
}, "Account Number"), /*#__PURE__*/React.createElement(_Components.TextInput, {
|
|
163
161
|
style: {
|
|
164
162
|
marginTop: 10
|
|
165
163
|
},
|
|
@@ -174,13 +172,13 @@ const ManualACHAdd = ({
|
|
|
174
172
|
account_number: e
|
|
175
173
|
}
|
|
176
174
|
})
|
|
177
|
-
}), !account_valid.isValid ? /*#__PURE__*/
|
|
175
|
+
}), !account_valid.isValid ? /*#__PURE__*/React.createElement(_Components.Text, {
|
|
178
176
|
style: {
|
|
179
177
|
marginTop: 5
|
|
180
178
|
},
|
|
181
179
|
size: 14,
|
|
182
180
|
color: _colors.default.utility.warning
|
|
183
|
-
}, "Account Number Is Not Valid") : /*#__PURE__*/
|
|
181
|
+
}, "Account Number Is Not Valid") : /*#__PURE__*/React.createElement(React.Fragment, null))), /*#__PURE__*/React.createElement(_reactNative.View, null, /*#__PURE__*/React.createElement(_reactNative.TouchableOpacity, {
|
|
184
182
|
style: {
|
|
185
183
|
flexDirection: 'row',
|
|
186
184
|
alignItems: 'center',
|
|
@@ -188,32 +186,32 @@ const ManualACHAdd = ({
|
|
|
188
186
|
paddingRight: 20
|
|
189
187
|
},
|
|
190
188
|
onPress: () => setDisclaimer(!disclaimer)
|
|
191
|
-
}, /*#__PURE__*/
|
|
189
|
+
}, /*#__PURE__*/React.createElement(_Components.Checkbox, {
|
|
192
190
|
size: 30,
|
|
193
191
|
checked: disclaimer,
|
|
194
192
|
disabled: true,
|
|
195
193
|
onSelect: () => console.log('')
|
|
196
|
-
}), /*#__PURE__*/
|
|
194
|
+
}), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
197
195
|
style: {
|
|
198
196
|
marginLeft: 10
|
|
199
197
|
},
|
|
200
198
|
size: 14,
|
|
201
199
|
color: _colors.default.brand.midnight
|
|
202
|
-
}, "I understand that by continuing, we will send 2 small deposits to this bank account to confirm ownership. Once received, I will enter the amounts here."))), error ? /*#__PURE__*/
|
|
200
|
+
}, "I understand that by continuing, we will send 2 small deposits to this bank account to confirm ownership. Once received, I will enter the amounts here."))), error ? /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
203
201
|
style: {
|
|
204
202
|
padding: 10
|
|
205
203
|
}
|
|
206
|
-
}, /*#__PURE__*/
|
|
204
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
207
205
|
size: 16,
|
|
208
206
|
color: _colors.default.utility.warning,
|
|
209
207
|
textAlign: "center",
|
|
210
208
|
weight: "semibold"
|
|
211
|
-
}, error)) : /*#__PURE__*/
|
|
209
|
+
}, error)) : /*#__PURE__*/React.createElement(React.Fragment, null), account.status == 'pending' ? /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
212
210
|
style: {
|
|
213
211
|
flexDirection: 'row',
|
|
214
212
|
padding: 20
|
|
215
213
|
}
|
|
216
|
-
}, /*#__PURE__*/
|
|
214
|
+
}, /*#__PURE__*/React.createElement(_Components.Button, {
|
|
217
215
|
title: "CANCEL",
|
|
218
216
|
style: {
|
|
219
217
|
flex: 1,
|
|
@@ -226,7 +224,7 @@ const ManualACHAdd = ({
|
|
|
226
224
|
borderWidth: 1,
|
|
227
225
|
borderColor: _colors.default.brand.electric,
|
|
228
226
|
onPress: () => onCancel()
|
|
229
|
-
}), /*#__PURE__*/
|
|
227
|
+
}), /*#__PURE__*/React.createElement(_Components.Button, {
|
|
230
228
|
title: "ADD ACCOUNT",
|
|
231
229
|
style: {
|
|
232
230
|
flex: 3,
|
|
@@ -238,12 +236,12 @@ const ManualACHAdd = ({
|
|
|
238
236
|
padding: 15,
|
|
239
237
|
backgroundColor: _colors.default.utility.success,
|
|
240
238
|
onPress: () => handleAddAccount()
|
|
241
|
-
})) : account.status == 'verify' ? /*#__PURE__*/
|
|
239
|
+
})) : account.status == 'verify' ? /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
242
240
|
style: {
|
|
243
241
|
flexDirection: 'row',
|
|
244
242
|
padding: 20
|
|
245
243
|
}
|
|
246
|
-
}, /*#__PURE__*/
|
|
244
|
+
}, /*#__PURE__*/React.createElement(_Components.Button, {
|
|
247
245
|
title: "CLOSE",
|
|
248
246
|
style: {
|
|
249
247
|
flex: 1,
|
|
@@ -254,7 +252,7 @@ const ManualACHAdd = ({
|
|
|
254
252
|
borderWidth: 1,
|
|
255
253
|
borderColor: _colors.default.brand.electric,
|
|
256
254
|
onPress: () => onCancel()
|
|
257
|
-
}), /*#__PURE__*/
|
|
255
|
+
}), /*#__PURE__*/React.createElement(_Components.Button, {
|
|
258
256
|
title: "VERIFY TRANSACTIONS SENT",
|
|
259
257
|
style: {
|
|
260
258
|
flex: 3
|
|
@@ -264,7 +262,7 @@ const ManualACHAdd = ({
|
|
|
264
262
|
backgroundColor: _colors.default.brand.slate,
|
|
265
263
|
padding: 15,
|
|
266
264
|
onPress: () => console.log('')
|
|
267
|
-
})) : /*#__PURE__*/
|
|
265
|
+
})) : /*#__PURE__*/React.createElement(React.Fragment, null));
|
|
268
266
|
};
|
|
269
267
|
var _default = exports.default = ManualACHAdd;
|
|
270
268
|
//# sourceMappingURL=ManualACHAdd.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_Components","_colors","_interopRequireDefault","_api","obj","__esModule","default","_getRequireWildcardCache","e","WeakMap","r","t","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","validator","ManualACHAdd","player","onAddAccount","onCancel","loading","setLoading","useState","error","setError","ach_account","setACHAccount","account","WalletHelpers","getEmptyACHAccount","ach_details","getEmptyACHDetail","disclaimer","setDisclaimer","bank_valid","bank_name","routing_valid","routingNumber","routing_number","account_valid","accountNumber","account_number","valid","handleAddAccount","resp","WalletApi","addACHAccount","ach_detail","createElement","View","style","flex","padding","Text","size","color","Colors","brand","midnight","weight","marginTop","ScrollView","TextInput","value","first_name","last_name","editable","onChangeText","console","log","keyboardType","placeholderTextColor","shades","shade600","placeholder","autoFocus","utility","warning","Fragment","isValid","TouchableOpacity","flexDirection","alignItems","paddingLeft","paddingRight","onPress","Checkbox","checked","disabled","onSelect","marginLeft","textAlign","status","Button","title","marginRight","opacity","title_color","electric","borderWidth","borderColor","white","backgroundColor","success","slate","_default","exports"],"sourceRoot":"../../../../src","sources":["Wallet/components/ManualACHAdd.tsx"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["_react","require","_reactNative","_Components","_colors","_interopRequireDefault","_api","obj","__esModule","default","validator","ManualACHAdd","player","onAddAccount","onCancel","loading","setLoading","useState","error","setError","ach_account","setACHAccount","account","WalletHelpers","getEmptyACHAccount","ach_details","getEmptyACHDetail","disclaimer","setDisclaimer","bank_valid","bank_name","routing_valid","routingNumber","routing_number","account_valid","accountNumber","account_number","valid","handleAddAccount","resp","WalletApi","addACHAccount","ach_detail","e","React","createElement","View","style","flex","padding","Text","size","color","Colors","brand","midnight","weight","marginTop","ScrollView","TextInput","value","first_name","last_name","editable","onChangeText","console","log","keyboardType","placeholderTextColor","shades","shade600","placeholder","autoFocus","utility","warning","Fragment","isValid","TouchableOpacity","flexDirection","alignItems","paddingLeft","paddingRight","onPress","Checkbox","checked","disabled","onSelect","marginLeft","textAlign","status","Button","title","marginRight","opacity","title_color","electric","borderWidth","borderColor","white","backgroundColor","success","slate","_default","exports"],"sourceRoot":"../../../../src","sources":["Wallet/components/ManualACHAdd.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;AAAkD,SAAAI,uBAAAE,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,KAAAE,OAAA,EAAAF,GAAA;AAElD,MAAMG,SAAS,GAAGT,OAAO,CAAC,2BAA2B,CAAC;AAOtD,MAAMU,YAAY,GAAGA,CAAC;EAAEC,MAAM;EAAEC,YAAY;EAAEC;AAA2B,CAAC,KAAK;EAC3E,MAAM,CAAEC,OAAO,EAAEC,UAAU,CAAE,GAAG,IAAAC,eAAQ,EAAC,KAAK,CAAC;EAC/C,MAAM,CAAEC,KAAK,EAAEC,QAAQ,CAAE,GAAG,IAAAF,eAAQ,EAAS,CAAC;EAC9C,MAAM,CAAEG,WAAW,EAAEC,aAAa,CAAE,GAAG,IAAAJ,eAAQ,EAAC;IAC5CK,OAAO,EAAEC,kBAAa,CAACC,kBAAkB,CAAC,CAAC;IAC3CC,WAAW,EAAEF,kBAAa,CAACG,iBAAiB,CAAC;EACjD,CAAC,CAAC;EACF,MAAM,CAAEC,UAAU,EAAEC,aAAa,CAAE,GAAG,IAAAX,eAAQ,EAAC,KAAK,CAAC;EAErD,MAAM;IAAEK,OAAO;IAAEG;EAAY,CAAC,GAAGL,WAAW;EAC5C,MAAMS,UAAU,GAAGJ,WAAW,CAACK,SAAS,GAAG,IAAI,GAAG,KAAK;EACvD,MAAMC,aAAa,GAAGrB,SAAS,CAACsB,aAAa,CAACP,WAAW,CAACQ,cAAc,CAAC;EACzE,MAAMC,aAAa,GAAGxB,SAAS,CAACyB,aAAa,CAACV,WAAW,CAACW,cAAc,CAAC;EACzE,MAAMC,KAAK,GAAGR,UAAU,IAAIE,aAAa,IAAIG,aAAa,IAAIP,UAAU,GAAG,IAAI,GAAG,KAAK;EAEvF,MAAMW,gBAAgB,GAAG,MAAAA,CAAA,KAAW;IAChC,IAAG,CAACD,KAAK,IAAItB,OAAO,EAAC;MAAE;IAAO;IAC9BC,UAAU,CAAC,IAAI,CAAC;IAChB,IAAI;MACA,MAAMuB,IAAI,GAAG,MAAMC,cAAS,CAACC,aAAa,CAACnB,OAAO,EAAEG,WAAW,CAAC;MAChEJ,aAAa,CAAC;QAAEC,OAAO,EAAEiB,IAAI,CAACjB,OAAO;QAAEG,WAAW,EAAEc,IAAI,CAACG;MAAW,CAAC,CAAC;MACtE7B,YAAY,CAAC;QAAE,GAAG0B,IAAI,CAACjB,OAAO;QAAEoB,UAAU,EAAEH,IAAI,CAACG;MAAW,CAAC,CAAC;IAClE,CAAC,CAAC,OAAOC,CAAC,EAAE;MACRxB,QAAQ,CAAC,uEAAuE,CAAC;IACrF;IAEAH,UAAU,CAAC,KAAK,CAAC;EACrB,CAAC;EAED,oBACI4B,KAAA,CAAAC,aAAA,CAAC3C,YAAA,CAAA4C,IAAI;IAACC,KAAK,EAAE;MAAEC,IAAI,EAAC;IAAE;EAAE,gBACpBJ,KAAA,CAAAC,aAAA,CAAC3C,YAAA,CAAA4C,IAAI;IAACC,KAAK,EAAE;MAAEE,OAAO,EAAC;IAAG;EAAE,gBACxBL,KAAA,CAAAC,aAAA,CAAC1C,WAAA,CAAA+C,IAAI;IAACC,IAAI,EAAE,EAAG;IAACC,KAAK,EAAEC,eAAM,CAACC,KAAK,CAACC,QAAS;IAACC,MAAM,EAAC;EAAM,GAAC,oBAAwB,CAAC,eACrFZ,KAAA,CAAAC,aAAA,CAAC1C,WAAA,CAAA+C,IAAI;IAACH,KAAK,EAAE;MAAEU,SAAS,EAAC;IAAG,CAAE;IAACN,IAAI,EAAE,EAAG;IAACC,KAAK,EAAEC,eAAM,CAACC,KAAK,CAACC,QAAS;IAACC,MAAM,EAAC;EAAS,GAAC,oLAAwL,CAC9Q,CAAC,eACPZ,KAAA,CAAAC,aAAA,CAAC3C,YAAA,CAAAwD,UAAU;IAACX,KAAK,EAAE;MAAEC,IAAI,EAAC,CAAC;MAAEC,OAAO,EAAC;IAAG;EAAE,gBACtCL,KAAA,CAAAC,aAAA,CAAC3C,YAAA,CAAA4C,IAAI;IAACC,KAAK,EAAE;MAAEU,SAAS,EAAC;IAAG;EAAE,gBAC1Bb,KAAA,CAAAC,aAAA,CAAC1C,WAAA,CAAA+C,IAAI;IAACC,IAAI,EAAE,EAAG;IAACC,KAAK,EAAEC,eAAM,CAACC,KAAK,CAACC,QAAS;IAACC,MAAM,EAAC;EAAU,GAAC,iBAAqB,CAAC,eACtFZ,KAAA,CAAAC,aAAA,CAAC1C,WAAA,CAAAwD,SAAS;IACNZ,KAAK,EAAE;MAAEU,SAAS,EAAC;IAAG,CAAE;IACxBG,KAAK,EAAG,GAAEhD,MAAM,CAACiD,UAAW,IAAGjD,MAAM,CAACkD,SAAU,EAAE;IAClDC,QAAQ,EAAE,KAAM;IAChBC,YAAY,EAAEA,CAAA,KAAMC,OAAO,CAACC,GAAG,CAAC,KAAK;EAAE,CAC1C,CACC,CAAC,eACPtB,KAAA,CAAAC,aAAA,CAAC3C,YAAA,CAAA4C,IAAI;IAACC,KAAK,EAAE;MAAEU,SAAS,EAAE;IAAG;EAAE,gBAC3Bb,KAAA,CAAAC,aAAA,CAAC1C,WAAA,CAAA+C,IAAI;IAACC,IAAI,EAAE,EAAG;IAACC,KAAK,EAAEC,eAAM,CAACC,KAAK,CAACC,QAAS;IAACC,MAAM,EAAC;EAAU,GAAC,WAAe,CAAC,eAChFZ,KAAA,CAAAC,aAAA,CAAC1C,WAAA,CAAAwD,SAAS;IACNZ,KAAK,EAAE;MAAEU,SAAS,EAAC;IAAG,CAAE;IACxBU,YAAY,EAAC,SAAS;IACtBC,oBAAoB,EAAEf,eAAM,CAACgB,MAAM,CAACC,QAAS;IAC7CC,WAAW,EAAE,WAAY;IACzBX,KAAK,EAAEnC,WAAW,CAACK,SAAU;IAC7B0C,SAAS,EAAE,IAAK;IAChBR,YAAY,EAAGrB,CAAC,IAAKtB,aAAa,CAAC;MAAE,GAAGD,WAAW;MAAEK,WAAW,EAAE;QAAE,GAAGA,WAAW;QAAEK,SAAS,EAAEa;MAAE;IAAE,CAAC;EAAE,CACzG,CAAC,EACD,CAACd,UAAU,gBACZe,KAAA,CAAAC,aAAA,CAAC1C,WAAA,CAAA+C,IAAI;IAACH,KAAK,EAAE;MAAEU,SAAS,EAAC;IAAE,CAAE;IAACN,IAAI,EAAE,EAAG;IAACC,KAAK,EAAEC,eAAM,CAACoB,OAAO,CAACC;EAAQ,GAAC,wBAA4B,CAAC,gBACnG9B,KAAA,CAAAC,aAAA,CAAAD,KAAA,CAAA+B,QAAA,MAAI,CACH,CAAC,eACP/B,KAAA,CAAAC,aAAA,CAAC3C,YAAA,CAAA4C,IAAI;IAACC,KAAK,EAAE;MAAEU,SAAS,EAAE;IAAG;EAAE,gBAC3Bb,KAAA,CAAAC,aAAA,CAAC1C,WAAA,CAAA+C,IAAI;IAACC,IAAI,EAAE,EAAG;IAACC,KAAK,EAAEC,eAAM,CAACC,KAAK,CAACC,QAAS;IAACC,MAAM,EAAC;EAAU,GAAC,gBAAoB,CAAC,eACrFZ,KAAA,CAAAC,aAAA,CAAC1C,WAAA,CAAAwD,SAAS;IACNZ,KAAK,EAAE;MAAEU,SAAS,EAAC;IAAG,CAAE;IACxBW,oBAAoB,EAAEf,eAAM,CAACgB,MAAM,CAACC,QAAS;IAC7CH,YAAY,EAAC,YAAY;IACzBI,WAAW,EAAE,WAAY;IACzBX,KAAK,EAAEnC,WAAW,CAACQ,cAAe;IAClC+B,YAAY,EAAGrB,CAAC,IAAKtB,aAAa,CAAC;MAAE,GAAGD,WAAW;MAAEK,WAAW,EAAE;QAAE,GAAGA,WAAW;QAAEQ,cAAc,EAAEU;MAAE;IAAE,CAAC;EAAE,CAC9G,CAAC,EACD,CAACZ,aAAa,CAAC6C,OAAO,gBACvBhC,KAAA,CAAAC,aAAA,CAAC1C,WAAA,CAAA+C,IAAI;IAACH,KAAK,EAAE;MAAEU,SAAS,EAAC;IAAE,CAAE;IAACN,IAAI,EAAE,EAAG;IAACC,KAAK,EAAEC,eAAM,CAACoB,OAAO,CAACC;EAAQ,GAAC,6BAAiC,CAAC,gBACxG9B,KAAA,CAAAC,aAAA,CAAAD,KAAA,CAAA+B,QAAA,MAAI,CACH,CAAC,eACP/B,KAAA,CAAAC,aAAA,CAAC3C,YAAA,CAAA4C,IAAI;IAACC,KAAK,EAAE;MAAEU,SAAS,EAAC;IAAG;EAAE,gBAC1Bb,KAAA,CAAAC,aAAA,CAAC1C,WAAA,CAAA+C,IAAI;IAACC,IAAI,EAAE,EAAG;IAACC,KAAK,EAAEC,eAAM,CAACC,KAAK,CAACC,QAAS;IAACC,MAAM,EAAC;EAAU,GAAC,gBAAoB,CAAC,eACrFZ,KAAA,CAAAC,aAAA,CAAC1C,WAAA,CAAAwD,SAAS;IACNZ,KAAK,EAAE;MAAEU,SAAS,EAAC;IAAG,CAAE;IACxBW,oBAAoB,EAAEf,eAAM,CAACgB,MAAM,CAACC,QAAS;IAC7CH,YAAY,EAAC,YAAY;IACzBP,KAAK,EAAEnC,WAAW,CAACW,cAAe;IAClCmC,WAAW,EAAE,eAAgB;IAC7BP,YAAY,EAAGrB,CAAC,IAAKtB,aAAa,CAAC;MAAE,GAAGD,WAAW;MAAEK,WAAW,EAAE;QAAE,GAAGA,WAAW;QAAEW,cAAc,EAAEO;MAAE;IAAE,CAAC;EAAE,CAC9G,CAAC,EACD,CAACT,aAAa,CAAC0C,OAAO,gBACvBhC,KAAA,CAAAC,aAAA,CAAC1C,WAAA,CAAA+C,IAAI;IAACH,KAAK,EAAE;MAAEU,SAAS,EAAC;IAAE,CAAE;IAACN,IAAI,EAAE,EAAG;IAACC,KAAK,EAAEC,eAAM,CAACoB,OAAO,CAACC;EAAQ,GAAC,6BAAiC,CAAC,gBACxG9B,KAAA,CAAAC,aAAA,CAAAD,KAAA,CAAA+B,QAAA,MAAI,CACH,CACE,CAAC,eACb/B,KAAA,CAAAC,aAAA,CAAC3C,YAAA,CAAA4C,IAAI,qBACDF,KAAA,CAAAC,aAAA,CAAC3C,YAAA,CAAA2E,gBAAgB;IAAC9B,KAAK,EAAE;MAAE+B,aAAa,EAAC,KAAK;MAAEC,UAAU,EAAC,QAAQ;MAAEC,WAAW,EAAC,EAAE;MAAEC,YAAY,EAAC;IAAG,CAAE;IAACC,OAAO,EAAEA,CAAA,KAAMtD,aAAa,CAAC,CAACD,UAAU;EAAE,gBAC9IiB,KAAA,CAAAC,aAAA,CAAC1C,WAAA,CAAAgF,QAAQ;IAAChC,IAAI,EAAE,EAAG;IAACiC,OAAO,EAAEzD,UAAW;IAAC0D,QAAQ;IAACC,QAAQ,EAAEA,CAAA,KAAMrB,OAAO,CAACC,GAAG,CAAC,EAAE;EAAE,CAAC,CAAC,eACpFtB,KAAA,CAAAC,aAAA,CAAC1C,WAAA,CAAA+C,IAAI;IAACH,KAAK,EAAE;MAAEwC,UAAU,EAAC;IAAG,CAAE;IAACpC,IAAI,EAAE,EAAG;IAACC,KAAK,EAAEC,eAAM,CAACC,KAAK,CAACC;EAAS,GAAC,yJAA6J,CACvN,CAChB,CAAC,EACNrC,KAAK,gBACN0B,KAAA,CAAAC,aAAA,CAAC3C,YAAA,CAAA4C,IAAI;IAACC,KAAK,EAAE;MAAEE,OAAO,EAAC;IAAG;EAAE,gBACxBL,KAAA,CAAAC,aAAA,CAAC1C,WAAA,CAAA+C,IAAI;IAACC,IAAI,EAAE,EAAG;IAACC,KAAK,EAAEC,eAAM,CAACoB,OAAO,CAACC,OAAQ;IAACc,SAAS,EAAC,QAAQ;IAAChC,MAAM,EAAC;EAAU,GAAEtC,KAAY,CAC/F,CAAC,gBACN0B,KAAA,CAAAC,aAAA,CAAAD,KAAA,CAAA+B,QAAA,MAAI,CAAC,EACLrD,OAAO,CAACmE,MAAM,IAAI,SAAS,gBAC5B7C,KAAA,CAAAC,aAAA,CAAC3C,YAAA,CAAA4C,IAAI;IAACC,KAAK,EAAE;MAAE+B,aAAa,EAAC,KAAK;MAAE7B,OAAO,EAAC;IAAG;EAAE,gBAC7CL,KAAA,CAAAC,aAAA,CAAC1C,WAAA,CAAAuF,MAAM;IACHC,KAAK,EAAC,QAAQ;IACd5C,KAAK,EAAE;MAAEC,IAAI,EAAC,CAAC;MAAE4C,WAAW,EAAC,CAAC;MAAEC,OAAO,EAAC9E,OAAO,GAAC,GAAG,GAAC;IAAE,CAAE;IACxDsE,QAAQ,EAAEtE,OAAQ;IAClB+E,WAAW,EAAEzC,eAAM,CAACC,KAAK,CAACyC,QAAS;IACnC9C,OAAO,EAAE,EAAG;IACZ+C,WAAW,EAAE,CAAE;IACfC,WAAW,EAAE5C,eAAM,CAACC,KAAK,CAACyC,QAAS;IACnCb,OAAO,EAAEA,CAAA,KAAMpE,QAAQ,CAAC;EAAE,CAC7B,CAAC,eACF8B,KAAA,CAAAC,aAAA,CAAC1C,WAAA,CAAAuF,MAAM;IACHC,KAAK,EAAC,aAAa;IACnB5C,KAAK,EAAE;MAAEC,IAAI,EAAC,CAAC;MAAE6C,OAAO,EAACxD,KAAK,IAAE,CAACtB,OAAO,IAAE,CAACG,KAAK,GAAC,CAAC,GAAC;IAAI,CAAE;IACzDmE,QAAQ,EAAE,CAAChD,KAAK,IAAItB,OAAO,IAAIG,KAAK,GAAC,IAAI,GAAC,KAAM;IAChDH,OAAO,EAAEA,OAAQ;IACjB+E,WAAW,EAAEzC,eAAM,CAACgB,MAAM,CAAC6B,KAAM;IACjCjD,OAAO,EAAE,EAAG;IACZkD,eAAe,EAAE9C,eAAM,CAACoB,OAAO,CAAC2B,OAAQ;IACxClB,OAAO,EAAEA,CAAA,KAAM5C,gBAAgB,CAAC;EAAE,CACrC,CACC,CAAC,GACLhB,OAAO,CAACmE,MAAM,IAAI,QAAQ,gBAC5B7C,KAAA,CAAAC,aAAA,CAAC3C,YAAA,CAAA4C,IAAI;IAACC,KAAK,EAAE;MAAE+B,aAAa,EAAC,KAAK;MAAE7B,OAAO,EAAC;IAAG;EAAE,gBAC7CL,KAAA,CAAAC,aAAA,CAAC1C,WAAA,CAAAuF,MAAM;IACHC,KAAK,EAAC,OAAO;IACb5C,KAAK,EAAE;MAAEC,IAAI,EAAC,CAAC;MAAE4C,WAAW,EAAC;IAAE,CAAE;IACjCE,WAAW,EAAEzC,eAAM,CAACC,KAAK,CAACyC,QAAS;IACnC9C,OAAO,EAAE,EAAG;IACZ+C,WAAW,EAAE,CAAE;IACfC,WAAW,EAAE5C,eAAM,CAACC,KAAK,CAACyC,QAAS;IACnCb,OAAO,EAAEA,CAAA,KAAMpE,QAAQ,CAAC;EAAE,CAC7B,CAAC,eACF8B,KAAA,CAAAC,aAAA,CAAC1C,WAAA,CAAAuF,MAAM;IACHC,KAAK,EAAC,0BAA0B;IAChC5C,KAAK,EAAE;MAAEC,IAAI,EAAC;IAAE,CAAE;IAClBqC,QAAQ;IACRS,WAAW,EAAEzC,eAAM,CAACgB,MAAM,CAAC6B,KAAM;IACjCC,eAAe,EAAE9C,eAAM,CAACC,KAAK,CAAC+C,KAAM;IACpCpD,OAAO,EAAE,EAAG;IACZiC,OAAO,EAAEA,CAAA,KAAMjB,OAAO,CAACC,GAAG,CAAC,EAAE;EAAE,CAClC,CACC,CAAC,gBACNtB,KAAA,CAAAC,aAAA,CAAAD,KAAA,CAAA+B,QAAA,MAAI,CACH,CAAC;AAEf,CAAC;AAAA,IAAA2B,QAAA,GAAAC,OAAA,CAAA9F,OAAA,GAEcE,YAAY","ignoreList":[]}
|