be-components 1.1.0 → 1.1.2
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 +5 -3
- package/lib/commonjs/AdServer/components/CompanyAdCard.js.map +1 -1
- package/lib/commonjs/AdServer/index.js +10 -8
- package/lib/commonjs/AdServer/index.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.js +17 -16
- package/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/LoginForm.js +60 -58
- package/lib/commonjs/Authenticator/Components/LoginForm.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/StrategyForm.js +69 -67
- package/lib/commonjs/Authenticator/Components/StrategyForm.js.map +1 -1
- package/lib/commonjs/Authenticator/index.js +16 -14
- package/lib/commonjs/Authenticator/index.js.map +1 -1
- package/lib/commonjs/BettorSearch/index.js +10 -8
- package/lib/commonjs/BettorSearch/index.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketCompetitionCard.js +94 -92
- package/lib/commonjs/Bracket/components/BracketCompetitionCard.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketCompetitionSelector.js +39 -37
- package/lib/commonjs/Bracket/components/BracketCompetitionSelector.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/BracketNavigator.js +19 -18
- package/lib/commonjs/Bracket/components/BracketPlay/BracketNavigator.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/BracketRound.js +8 -7
- package/lib/commonjs/Bracket/components/BracketPlay/BracketRound.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/RoundEvent.js +46 -45
- package/lib/commonjs/Bracket/components/BracketPlay/RoundEvent.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/index.js +29 -27
- package/lib/commonjs/Bracket/components/BracketPlay/index.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketSelector.js +24 -22
- package/lib/commonjs/Bracket/components/BracketSelector.js.map +1 -1
- package/lib/commonjs/Bracket/components/CompetitionLeaderboard.js +36 -34
- package/lib/commonjs/Bracket/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/commonjs/Bracket/components/JoinCompetitionCard.js +22 -20
- package/lib/commonjs/Bracket/components/JoinCompetitionCard.js.map +1 -1
- package/lib/commonjs/Bracket/components/PlayerBalanceCard.js +9 -7
- package/lib/commonjs/Bracket/components/PlayerBalanceCard.js.map +1 -1
- package/lib/commonjs/Bracket/components/PlayerBracketManager.js +77 -75
- package/lib/commonjs/Bracket/components/PlayerBracketManager.js.map +1 -1
- package/lib/commonjs/Bracket/components/PlayerBrackets.js +28 -27
- package/lib/commonjs/Bracket/components/PlayerBrackets.js.map +1 -1
- package/lib/commonjs/Bracket/components/RoomMenu.js +16 -15
- package/lib/commonjs/Bracket/components/RoomMenu.js.map +1 -1
- package/lib/commonjs/Bracket/index.js +11 -9
- package/lib/commonjs/Bracket/index.js.map +1 -1
- package/lib/commonjs/Checkout/components/AccountSummaryCard.js +44 -43
- package/lib/commonjs/Checkout/components/AccountSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/components/ItemSummaryCard.js +8 -7
- package/lib/commonjs/Checkout/components/ItemSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/components/OrderSummaryCard.js +13 -12
- package/lib/commonjs/Checkout/components/OrderSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/components/PayPalOrderCapture.js +4 -2
- package/lib/commonjs/Checkout/components/PayPalOrderCapture.js.map +1 -1
- package/lib/commonjs/Checkout/components/ShippingSummaryCard.js +8 -7
- package/lib/commonjs/Checkout/components/ShippingSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/index.js +60 -58
- package/lib/commonjs/Checkout/index.js.map +1 -1
- package/lib/commonjs/Competition/components/AthleteMarketCard.js +21 -20
- package/lib/commonjs/Competition/components/AthleteMarketCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionCard.js +26 -25
- package/lib/commonjs/Competition/components/CompetitionCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionInfoCard.js +32 -31
- package/lib/commonjs/Competition/components/CompetitionInfoCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionLeaderboard.js +36 -34
- package/lib/commonjs/Competition/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionPlay.js +118 -116
- package/lib/commonjs/Competition/components/CompetitionPlay.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionSeasonCard.js +17 -16
- package/lib/commonjs/Competition/components/CompetitionSeasonCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionSelector.js +16 -14
- package/lib/commonjs/Competition/components/CompetitionSelector.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionTypeCard.js +45 -43
- package/lib/commonjs/Competition/components/CompetitionTypeCard.js.map +1 -1
- package/lib/commonjs/Competition/components/EnterCompetitionPrompt.js +31 -29
- package/lib/commonjs/Competition/components/EnterCompetitionPrompt.js.map +1 -1
- package/lib/commonjs/Competition/components/LeaderPicks.js +41 -39
- package/lib/commonjs/Competition/components/LeaderPicks.js.map +1 -1
- package/lib/commonjs/Competition/components/ManageSeasonForm.js +87 -85
- package/lib/commonjs/Competition/components/ManageSeasonForm.js.map +1 -1
- package/lib/commonjs/Competition/components/MarketsCard.js +19 -17
- package/lib/commonjs/Competition/components/MarketsCard.js.map +1 -1
- package/lib/commonjs/Competition/components/MatchMarketCard.js +26 -25
- package/lib/commonjs/Competition/components/MatchMarketCard.js.map +1 -1
- package/lib/commonjs/Competition/components/NavOutPrompt.js +19 -18
- package/lib/commonjs/Competition/components/NavOutPrompt.js.map +1 -1
- package/lib/commonjs/Competition/components/SeasonInfoModal.js +54 -52
- package/lib/commonjs/Competition/components/SeasonInfoModal.js.map +1 -1
- package/lib/commonjs/Competition/components/TeamEventCard.js +31 -30
- package/lib/commonjs/Competition/components/TeamEventCard.js.map +1 -1
- package/lib/commonjs/Competition/components/WagerPickForm.js +32 -30
- package/lib/commonjs/Competition/components/WagerPickForm.js.map +1 -1
- package/lib/commonjs/Competition/index.js +5 -3
- package/lib/commonjs/Competition/index.js.map +1 -1
- package/lib/commonjs/Components/Button.js +8 -7
- package/lib/commonjs/Components/Button.js.map +1 -1
- package/lib/commonjs/Components/Checkbox.js +4 -3
- package/lib/commonjs/Components/Checkbox.js.map +1 -1
- package/lib/commonjs/Components/Icons.js +409 -408
- package/lib/commonjs/Components/Icons.js.map +1 -1
- package/lib/commonjs/Components/ImageUploader.js +5 -3
- package/lib/commonjs/Components/ImageUploader.js.map +1 -1
- package/lib/commonjs/Components/Jerseys.js +125 -124
- package/lib/commonjs/Components/Jerseys.js.map +1 -1
- package/lib/commonjs/Components/LinearDiagnal.js +9 -7
- package/lib/commonjs/Components/LinearDiagnal.js.map +1 -1
- package/lib/commonjs/Components/Spring.js +3 -1
- package/lib/commonjs/Components/Spring.js.map +1 -1
- package/lib/commonjs/Components/Switch.js +9 -8
- package/lib/commonjs/Components/Switch.js.map +1 -1
- package/lib/commonjs/Components/Text.js +2 -1
- package/lib/commonjs/Components/Text.js.map +1 -1
- package/lib/commonjs/Components/TextInput.js +2 -1
- package/lib/commonjs/Components/TextInput.js.map +1 -1
- package/lib/commonjs/LocationTracker/index.js +28 -27
- package/lib/commonjs/LocationTracker/index.js.map +1 -1
- package/lib/commonjs/Observer/Observer.js +4 -2
- package/lib/commonjs/Observer/Observer.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignPlay.js +58 -56
- package/lib/commonjs/Poll/components/CampaignPlay.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignProgressBar.js +13 -11
- package/lib/commonjs/Poll/components/CampaignProgressBar.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignResult.js +58 -56
- package/lib/commonjs/Poll/components/CampaignResult.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignSelector.js +14 -12
- package/lib/commonjs/Poll/components/CampaignSelector.js.map +1 -1
- package/lib/commonjs/Poll/components/PollCampaignCard.js +8 -7
- package/lib/commonjs/Poll/components/PollCampaignCard.js.map +1 -1
- package/lib/commonjs/Poll/components/PollCard.js +51 -49
- package/lib/commonjs/Poll/components/PollCard.js.map +1 -1
- package/lib/commonjs/Poll/components/PollOptionCard.js +16 -14
- package/lib/commonjs/Poll/components/PollOptionCard.js.map +1 -1
- package/lib/commonjs/Poll/components/PollSelectCard.js +26 -25
- package/lib/commonjs/Poll/components/PollSelectCard.js.map +1 -1
- package/lib/commonjs/Poll/components/ResponseTimer.js +5 -3
- package/lib/commonjs/Poll/components/ResponseTimer.js.map +1 -1
- package/lib/commonjs/Poll/components/WidgetHeader.js +12 -11
- package/lib/commonjs/Poll/components/WidgetHeader.js.map +1 -1
- package/lib/commonjs/Poll/flashmarket/ResultCard.js +49 -47
- package/lib/commonjs/Poll/flashmarket/ResultCard.js.map +1 -1
- package/lib/commonjs/Poll/flashmarket/index.js +54 -52
- package/lib/commonjs/Poll/flashmarket/index.js.map +1 -1
- package/lib/commonjs/Poll/index.js +8 -6
- package/lib/commonjs/Poll/index.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/BasicInfoManager.js +37 -35
- package/lib/commonjs/ProfileManager/Components/BasicInfoManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/BasicStatus.js +38 -36
- package/lib/commonjs/ProfileManager/Components/BasicStatus.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/CodeRedeem.js +52 -50
- package/lib/commonjs/ProfileManager/Components/CodeRedeem.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/DOBManager.js +26 -24
- package/lib/commonjs/ProfileManager/Components/DOBManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/EmailManager.js +38 -36
- package/lib/commonjs/ProfileManager/Components/EmailManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/PasswordManager.js +38 -36
- package/lib/commonjs/ProfileManager/Components/PasswordManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/PhoneManager.js +38 -36
- package/lib/commonjs/ProfileManager/Components/PhoneManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfilePicManager.js +19 -17
- package/lib/commonjs/ProfileManager/Components/ProfilePicManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfileWelcome.js +16 -15
- package/lib/commonjs/ProfileManager/Components/ProfileWelcome.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfileWizard.js +68 -66
- package/lib/commonjs/ProfileManager/Components/ProfileWizard.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/SettingsManager.js +31 -29
- package/lib/commonjs/ProfileManager/Components/SettingsManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/VouchCard.js +65 -63
- package/lib/commonjs/ProfileManager/Components/VouchCard.js.map +1 -1
- package/lib/commonjs/ProfileManager/index.js +18 -16
- package/lib/commonjs/ProfileManager/index.js.map +1 -1
- package/lib/commonjs/SocialComponents/PlayerCard.js +12 -11
- package/lib/commonjs/SocialComponents/PlayerCard.js.map +1 -1
- package/lib/commonjs/SocialComponents/PlayerFollowButton.js +4 -3
- package/lib/commonjs/SocialComponents/PlayerFollowButton.js.map +1 -1
- package/lib/commonjs/SocialComponents/PlayerList.js +6 -4
- package/lib/commonjs/SocialComponents/PlayerList.js.map +1 -1
- package/lib/commonjs/Socket/index.js +5 -3
- package/lib/commonjs/Socket/index.js.map +1 -1
- package/lib/commonjs/Squares/components/BidForm.js +28 -27
- package/lib/commonjs/Squares/components/BidForm.js.map +1 -1
- package/lib/commonjs/Squares/components/BidToggle.js +7 -6
- package/lib/commonjs/Squares/components/BidToggle.js.map +1 -1
- package/lib/commonjs/Squares/components/BoardStats.js +32 -30
- package/lib/commonjs/Squares/components/BoardStats.js.map +1 -1
- package/lib/commonjs/Squares/components/EventCard.js +25 -23
- package/lib/commonjs/Squares/components/EventCard.js.map +1 -1
- package/lib/commonjs/Squares/components/MySquaresCard.js +22 -20
- package/lib/commonjs/Squares/components/MySquaresCard.js.map +1 -1
- package/lib/commonjs/Squares/components/OfferForm.js +30 -29
- package/lib/commonjs/Squares/components/OfferForm.js.map +1 -1
- package/lib/commonjs/Squares/components/ResultsCard.js +23 -21
- package/lib/commonjs/Squares/components/ResultsCard.js.map +1 -1
- package/lib/commonjs/Squares/components/SquareCard.js +7 -6
- package/lib/commonjs/Squares/components/SquareCard.js.map +1 -1
- package/lib/commonjs/Squares/components/SquareOfferCard.js +36 -34
- package/lib/commonjs/Squares/components/SquareOfferCard.js.map +1 -1
- package/lib/commonjs/Squares/components/SquareOwners.js +22 -20
- package/lib/commonjs/Squares/components/SquareOwners.js.map +1 -1
- package/lib/commonjs/Squares/components/SquaresBoard.js +28 -26
- package/lib/commonjs/Squares/components/SquaresBoard.js.map +1 -1
- package/lib/commonjs/Squares/components/SquaresDetails.js +24 -22
- package/lib/commonjs/Squares/components/SquaresDetails.js.map +1 -1
- package/lib/commonjs/Squares/index.js +29 -27
- package/lib/commonjs/Squares/index.js.map +1 -1
- package/lib/commonjs/Wallet/components/ACHAddCard.js +39 -38
- package/lib/commonjs/Wallet/components/ACHAddCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountCard.js +18 -17
- package/lib/commonjs/Wallet/components/AccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountLimitManager.js +34 -32
- package/lib/commonjs/Wallet/components/AccountLimitManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountManager.js +32 -31
- package/lib/commonjs/Wallet/components/AccountManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountSnoozeManager.js +33 -31
- package/lib/commonjs/Wallet/components/AccountSnoozeManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/AddressCard.js +8 -7
- package/lib/commonjs/Wallet/components/AddressCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AddressManager.js +46 -44
- package/lib/commonjs/Wallet/components/AddressManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/DepositCard.js +43 -41
- package/lib/commonjs/Wallet/components/DepositCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/FundAccountCard.js +55 -54
- package/lib/commonjs/Wallet/components/FundAccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/ItemOrderCard.js +17 -15
- package/lib/commonjs/Wallet/components/ItemOrderCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/ItemOrderDetailCard.js +25 -23
- package/lib/commonjs/Wallet/components/ItemOrderDetailCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/LinkAccountManager.js +42 -40
- package/lib/commonjs/Wallet/components/LinkAccountManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManageAccountCard.js +38 -36
- package/lib/commonjs/Wallet/components/ManageAccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManualACHAdd.js +35 -33
- package/lib/commonjs/Wallet/components/ManualACHAdd.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManualCardAdd.js +49 -47
- package/lib/commonjs/Wallet/components/ManualCardAdd.js.map +1 -1
- package/lib/commonjs/Wallet/components/MyBalance.js +35 -34
- package/lib/commonjs/Wallet/components/MyBalance.js.map +1 -1
- package/lib/commonjs/Wallet/components/OrderManager.js +17 -15
- package/lib/commonjs/Wallet/components/OrderManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/RemoveAccount.js +12 -10
- package/lib/commonjs/Wallet/components/RemoveAccount.js.map +1 -1
- package/lib/commonjs/Wallet/components/VerifyACHAccount.js +22 -20
- package/lib/commonjs/Wallet/components/VerifyACHAccount.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletActionSelector.js +51 -49
- package/lib/commonjs/Wallet/components/WalletActionSelector.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletSettings.js +100 -98
- package/lib/commonjs/Wallet/components/WalletSettings.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletSetup.js +60 -58
- package/lib/commonjs/Wallet/components/WalletSetup.js.map +1 -1
- package/lib/commonjs/Wallet/components/WithdrawCard.js +48 -46
- package/lib/commonjs/Wallet/components/WithdrawCard.js.map +1 -1
- package/lib/commonjs/Wallet/index.js +47 -45
- package/lib/commonjs/Wallet/index.js.map +1 -1
- package/lib/module/AdServer/components/CompanyAdCard.js +1 -1
- package/lib/module/AdServer/components/CompanyAdCard.js.map +1 -1
- package/lib/module/AdServer/index.js +1 -1
- package/lib/module/AdServer/index.js.map +1 -1
- package/lib/module/Authenticator/Components/AuthStrategyIdentifier.js +1 -0
- 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 +1 -0
- package/lib/module/Bracket/components/BracketPlay/BracketNavigator.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/BracketRound.js +1 -0
- package/lib/module/Bracket/components/BracketPlay/BracketRound.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/RoundEvent.js +1 -0
- 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 +1 -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 +1 -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 +1 -0
- package/lib/module/Bracket/components/PlayerBrackets.js.map +1 -1
- package/lib/module/Bracket/components/RoomMenu.js +1 -0
- 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 +1 -0
- package/lib/module/Checkout/components/AccountSummaryCard.js.map +1 -1
- package/lib/module/Checkout/components/ItemSummaryCard.js +1 -0
- package/lib/module/Checkout/components/ItemSummaryCard.js.map +1 -1
- package/lib/module/Checkout/components/OrderSummaryCard.js +1 -0
- package/lib/module/Checkout/components/OrderSummaryCard.js.map +1 -1
- package/lib/module/Checkout/components/PayPalOrderCapture.js +1 -0
- package/lib/module/Checkout/components/PayPalOrderCapture.js.map +1 -1
- package/lib/module/Checkout/components/ShippingSummaryCard.js +1 -0
- 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 +1 -0
- package/lib/module/Competition/components/AthleteMarketCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionCard.js +1 -0
- package/lib/module/Competition/components/CompetitionCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionInfoCard.js +1 -0
- 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 -0
- package/lib/module/Competition/components/CompetitionPlay.js.map +1 -1
- package/lib/module/Competition/components/CompetitionSeasonCard.js +1 -0
- package/lib/module/Competition/components/CompetitionSeasonCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionSelector.js +1 -0
- 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 +1 -0
- package/lib/module/Competition/components/MatchMarketCard.js.map +1 -1
- package/lib/module/Competition/components/NavOutPrompt.js +1 -0
- 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 +1 -0
- 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 +1 -0
- package/lib/module/Components/Button.js.map +1 -1
- package/lib/module/Components/Checkbox.js +1 -0
- package/lib/module/Components/Checkbox.js.map +1 -1
- package/lib/module/Components/Icons.js +1 -0
- 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 +1 -0
- 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 +1 -0
- package/lib/module/Components/Spring.js.map +1 -1
- package/lib/module/Components/Switch.js +1 -0
- package/lib/module/Components/Switch.js.map +1 -1
- package/lib/module/Components/Text.js +1 -0
- package/lib/module/Components/Text.js.map +1 -1
- package/lib/module/Components/TextInput.js +1 -0
- package/lib/module/Components/TextInput.js.map +1 -1
- package/lib/module/Components/ViewportObserver.js.map +1 -1
- package/lib/module/LocationTracker/index.js +1 -0
- package/lib/module/LocationTracker/index.js.map +1 -1
- package/lib/module/Observer/Observer.js +1 -1
- package/lib/module/Observer/Observer.js.map +1 -1
- package/lib/module/Poll/components/CampaignPlay.js +1 -1
- package/lib/module/Poll/components/CampaignPlay.js.map +1 -1
- package/lib/module/Poll/components/CampaignProgressBar.js +1 -1
- package/lib/module/Poll/components/CampaignProgressBar.js.map +1 -1
- package/lib/module/Poll/components/CampaignResult.js +1 -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 +1 -0
- package/lib/module/Poll/components/PollCampaignCard.js.map +1 -1
- package/lib/module/Poll/components/PollCard.js +1 -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 +1 -0
- 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 +1 -0
- 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 +1 -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 +1 -0
- 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 +1 -0
- package/lib/module/SocialComponents/PlayerCard.js.map +1 -1
- package/lib/module/SocialComponents/PlayerFollowButton.js +1 -0
- 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/index.js +1 -1
- package/lib/module/Socket/index.js.map +1 -1
- package/lib/module/Squares/components/BidForm.js +1 -0
- package/lib/module/Squares/components/BidForm.js.map +1 -1
- package/lib/module/Squares/components/BidToggle.js +1 -0
- package/lib/module/Squares/components/BidToggle.js.map +1 -1
- package/lib/module/Squares/components/BoardStats.js +1 -1
- package/lib/module/Squares/components/BoardStats.js.map +1 -1
- package/lib/module/Squares/components/EventCard.js +1 -1
- package/lib/module/Squares/components/EventCard.js.map +1 -1
- package/lib/module/Squares/components/MySquaresCard.js +1 -1
- package/lib/module/Squares/components/MySquaresCard.js.map +1 -1
- package/lib/module/Squares/components/OfferForm.js +1 -0
- package/lib/module/Squares/components/OfferForm.js.map +1 -1
- package/lib/module/Squares/components/ResultsCard.js +1 -1
- package/lib/module/Squares/components/ResultsCard.js.map +1 -1
- package/lib/module/Squares/components/SquareCard.js +1 -0
- package/lib/module/Squares/components/SquareCard.js.map +1 -1
- package/lib/module/Squares/components/SquareOfferCard.js +1 -1
- package/lib/module/Squares/components/SquareOfferCard.js.map +1 -1
- package/lib/module/Squares/components/SquareOwners.js +1 -1
- package/lib/module/Squares/components/SquareOwners.js.map +1 -1
- package/lib/module/Squares/components/SquaresBoard.js +1 -1
- package/lib/module/Squares/components/SquaresBoard.js.map +1 -1
- package/lib/module/Squares/components/SquaresDetails.js +1 -1
- package/lib/module/Squares/components/SquaresDetails.js.map +1 -1
- package/lib/module/Squares/index.js +1 -1
- package/lib/module/Squares/index.js.map +1 -1
- package/lib/module/Wallet/components/ACHAddCard.js +1 -0
- package/lib/module/Wallet/components/ACHAddCard.js.map +1 -1
- package/lib/module/Wallet/components/AccountCard.js +1 -0
- 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 +1 -0
- 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 +1 -0
- 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 +1 -0
- 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 +1 -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 +1 -0
- 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 +1 -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 +1 -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/typescript/src/AdServer/components/CompanyAdCard.d.ts +2 -1
- package/lib/typescript/src/AdServer/components/CompanyAdCard.d.ts.map +1 -1
- package/lib/typescript/src/AdServer/index.d.ts +3 -2
- package/lib/typescript/src/AdServer/index.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/AuthStrategyIdentifier.d.ts +2 -1
- package/lib/typescript/src/Authenticator/Components/AuthStrategyIdentifier.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/LoginForm.d.ts +2 -1
- package/lib/typescript/src/Authenticator/Components/LoginForm.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/StrategyForm.d.ts +2 -1
- package/lib/typescript/src/Authenticator/Components/StrategyForm.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/index.d.ts +2 -1
- package/lib/typescript/src/Authenticator/index.d.ts.map +1 -1
- package/lib/typescript/src/BettorSearch/index.d.ts +2 -1
- package/lib/typescript/src/BettorSearch/index.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketCompetitionCard.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/BracketCompetitionCard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketCompetitionSelector.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/BracketCompetitionSelector.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketNavigator.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketNavigator.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketRound.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketRound.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/RoundEvent.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/RoundEvent.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/index.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/index.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketSelector.d.ts +1 -1
- package/lib/typescript/src/Bracket/components/BracketSelector.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/CompetitionLeaderboard.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/CompetitionLeaderboard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/JoinCompetitionCard.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/JoinCompetitionCard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBalanceCard.d.ts +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBalanceCard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBracketManager.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/PlayerBracketManager.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBrackets.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/PlayerBrackets.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/RoomMenu.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/RoomMenu.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/index.d.ts +2 -1
- package/lib/typescript/src/Bracket/index.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/AccountSummaryCard.d.ts +2 -1
- package/lib/typescript/src/Checkout/components/AccountSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/ItemSummaryCard.d.ts +2 -1
- package/lib/typescript/src/Checkout/components/ItemSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/OrderSummaryCard.d.ts +2 -1
- package/lib/typescript/src/Checkout/components/OrderSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/PayPalOrderCapture.d.ts +2 -1
- package/lib/typescript/src/Checkout/components/PayPalOrderCapture.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/ShippingSummaryCard.d.ts +2 -1
- package/lib/typescript/src/Checkout/components/ShippingSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/index.d.ts +2 -1
- package/lib/typescript/src/Checkout/index.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/AthleteMarketCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/AthleteMarketCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionInfoCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionInfoCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionLeaderboard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionLeaderboard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionPlay.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionPlay.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionSeasonCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionSeasonCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionSelector.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionSelector.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionTypeCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionTypeCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/EnterCompetitionPrompt.d.ts +2 -1
- package/lib/typescript/src/Competition/components/EnterCompetitionPrompt.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/LeaderPicks.d.ts +2 -1
- package/lib/typescript/src/Competition/components/LeaderPicks.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/ManageSeasonForm.d.ts +2 -1
- package/lib/typescript/src/Competition/components/ManageSeasonForm.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/MarketsCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/MarketsCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/MatchMarketCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/MatchMarketCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/NavOutPrompt.d.ts +2 -1
- package/lib/typescript/src/Competition/components/NavOutPrompt.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/SeasonInfoModal.d.ts +2 -1
- package/lib/typescript/src/Competition/components/SeasonInfoModal.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/TeamEventCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/TeamEventCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/WagerPickForm.d.ts +2 -1
- package/lib/typescript/src/Competition/components/WagerPickForm.d.ts.map +1 -1
- package/lib/typescript/src/Competition/index.d.ts +2 -1
- package/lib/typescript/src/Competition/index.d.ts.map +1 -1
- package/lib/typescript/src/Components/Button.d.ts +2 -1
- package/lib/typescript/src/Components/Button.d.ts.map +1 -1
- package/lib/typescript/src/Components/Checkbox.d.ts +2 -1
- package/lib/typescript/src/Components/Checkbox.d.ts.map +1 -1
- package/lib/typescript/src/Components/Icons.d.ts +57 -56
- package/lib/typescript/src/Components/Icons.d.ts.map +1 -1
- package/lib/typescript/src/Components/ImageUploader.d.ts +2 -1
- package/lib/typescript/src/Components/ImageUploader.d.ts.map +1 -1
- package/lib/typescript/src/Components/Jerseys.d.ts +3 -2
- package/lib/typescript/src/Components/Jerseys.d.ts.map +1 -1
- package/lib/typescript/src/Components/LinearDiagnal.d.ts +2 -1
- package/lib/typescript/src/Components/LinearDiagnal.d.ts.map +1 -1
- package/lib/typescript/src/Components/Spring.d.ts +2 -1
- package/lib/typescript/src/Components/Spring.d.ts.map +1 -1
- package/lib/typescript/src/Components/Switch.d.ts +2 -1
- package/lib/typescript/src/Components/Switch.d.ts.map +1 -1
- package/lib/typescript/src/Components/Text.d.ts +2 -1
- package/lib/typescript/src/Components/Text.d.ts.map +1 -1
- package/lib/typescript/src/Components/TextInput.d.ts +2 -1
- package/lib/typescript/src/Components/TextInput.d.ts.map +1 -1
- package/lib/typescript/src/LocationTracker/index.d.ts +2 -1
- package/lib/typescript/src/LocationTracker/index.d.ts.map +1 -1
- package/lib/typescript/src/Observer/Observer.d.ts +2 -1
- package/lib/typescript/src/Observer/Observer.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignPlay.d.ts +2 -1
- package/lib/typescript/src/Poll/components/CampaignPlay.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignProgressBar.d.ts +2 -1
- package/lib/typescript/src/Poll/components/CampaignProgressBar.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignResult.d.ts +2 -1
- package/lib/typescript/src/Poll/components/CampaignResult.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignSelector.d.ts +2 -1
- package/lib/typescript/src/Poll/components/CampaignSelector.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollCampaignCard.d.ts +2 -1
- package/lib/typescript/src/Poll/components/PollCampaignCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollCard.d.ts +2 -1
- package/lib/typescript/src/Poll/components/PollCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollOptionCard.d.ts +2 -1
- package/lib/typescript/src/Poll/components/PollOptionCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollSelectCard.d.ts +2 -1
- package/lib/typescript/src/Poll/components/PollSelectCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/ResponseTimer.d.ts +2 -1
- package/lib/typescript/src/Poll/components/ResponseTimer.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/WidgetHeader.d.ts +2 -1
- package/lib/typescript/src/Poll/components/WidgetHeader.d.ts.map +1 -1
- package/lib/typescript/src/Poll/flashmarket/ResultCard.d.ts +2 -1
- package/lib/typescript/src/Poll/flashmarket/ResultCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/flashmarket/index.d.ts +2 -1
- package/lib/typescript/src/Poll/flashmarket/index.d.ts.map +1 -1
- package/lib/typescript/src/Poll/index.d.ts +2 -1
- package/lib/typescript/src/Poll/index.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/BasicInfoManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/BasicInfoManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/BasicStatus.d.ts +1 -1
- package/lib/typescript/src/ProfileManager/Components/BasicStatus.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/CodeRedeem.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/CodeRedeem.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/DOBManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/DOBManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/EmailManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/EmailManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/PasswordManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/PasswordManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/PhoneManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/PhoneManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfilePicManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/ProfilePicManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWelcome.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWelcome.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWizard.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWizard.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/SettingsManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/SettingsManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/VouchCard.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/VouchCard.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/index.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/index.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PlayerCard.d.ts +2 -1
- package/lib/typescript/src/SocialComponents/PlayerCard.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PlayerFollowButton.d.ts +2 -1
- package/lib/typescript/src/SocialComponents/PlayerFollowButton.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PlayerList.d.ts +2 -1
- package/lib/typescript/src/SocialComponents/PlayerList.d.ts.map +1 -1
- package/lib/typescript/src/Socket/index.d.ts +2 -1
- package/lib/typescript/src/Socket/index.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/BidForm.d.ts +2 -1
- package/lib/typescript/src/Squares/components/BidForm.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/BidToggle.d.ts +2 -1
- package/lib/typescript/src/Squares/components/BidToggle.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/BoardStats.d.ts +2 -1
- package/lib/typescript/src/Squares/components/BoardStats.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/EventCard.d.ts +2 -1
- package/lib/typescript/src/Squares/components/EventCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/MySquaresCard.d.ts +2 -1
- package/lib/typescript/src/Squares/components/MySquaresCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/OfferForm.d.ts +2 -1
- package/lib/typescript/src/Squares/components/OfferForm.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/ResultsCard.d.ts +2 -1
- package/lib/typescript/src/Squares/components/ResultsCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquareCard.d.ts +2 -1
- package/lib/typescript/src/Squares/components/SquareCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquareOfferCard.d.ts +2 -1
- package/lib/typescript/src/Squares/components/SquareOfferCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquareOwners.d.ts +2 -1
- package/lib/typescript/src/Squares/components/SquareOwners.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquaresBoard.d.ts +2 -1
- package/lib/typescript/src/Squares/components/SquaresBoard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquaresDetails.d.ts +2 -1
- package/lib/typescript/src/Squares/components/SquaresDetails.d.ts.map +1 -1
- package/lib/typescript/src/Squares/index.d.ts +2 -1
- package/lib/typescript/src/Squares/index.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ACHAddCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/ACHAddCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/AccountCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountLimitManager.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/AccountLimitManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountManager.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/AccountManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountSnoozeManager.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/AccountSnoozeManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AddressCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/AddressCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AddressManager.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/AddressManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/DepositCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/DepositCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/FundAccountCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/FundAccountCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ItemOrderCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/ItemOrderCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ItemOrderDetailCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/ItemOrderDetailCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/LinkAccountManager.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/LinkAccountManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ManageAccountCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/ManageAccountCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ManualACHAdd.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/ManualACHAdd.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ManualCardAdd.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/ManualCardAdd.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/MyBalance.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/MyBalance.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/OrderManager.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/OrderManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/RemoveAccount.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/RemoveAccount.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/VerifyACHAccount.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/VerifyACHAccount.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WalletActionSelector.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/WalletActionSelector.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WalletSettings.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/WalletSettings.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WalletSetup.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/WalletSetup.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WithdrawCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/WithdrawCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/index.d.ts +2 -1
- package/lib/typescript/src/Wallet/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/AdServer/components/CompanyAdCard.tsx +1 -1
- package/src/AdServer/index.tsx +1 -1
- package/src/Authenticator/Components/AuthStrategyIdentifier.tsx +1 -0
- 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 +1 -0
- package/src/Bracket/components/BracketPlay/BracketRound.tsx +1 -0
- package/src/Bracket/components/BracketPlay/RoundEvent.tsx +1 -0
- package/src/Bracket/components/BracketPlay/index.tsx +1 -1
- package/src/Bracket/components/BracketSelector.tsx +1 -1
- package/src/Bracket/components/CompetitionLeaderboard.tsx +1 -1
- package/src/Bracket/components/JoinCompetitionCard.tsx +1 -1
- package/src/Bracket/components/PlayerBalanceCard.tsx +1 -1
- package/src/Bracket/components/PlayerBracketManager.tsx +1 -1
- package/src/Bracket/components/PlayerBrackets.tsx +1 -0
- package/src/Bracket/components/RoomMenu.tsx +1 -1
- package/src/Bracket/index.tsx +1 -1
- package/src/Checkout/components/AccountSummaryCard.tsx +1 -0
- package/src/Checkout/components/ItemSummaryCard.tsx +1 -0
- package/src/Checkout/components/OrderSummaryCard.tsx +1 -0
- package/src/Checkout/components/PayPalOrderCapture.tsx +1 -0
- package/src/Checkout/components/ShippingSummaryCard.tsx +1 -0
- package/src/Checkout/index.tsx +1 -1
- package/src/Competition/components/AthleteMarketCard.tsx +1 -0
- package/src/Competition/components/CompetitionCard.tsx +1 -0
- package/src/Competition/components/CompetitionInfoCard.tsx +1 -0
- package/src/Competition/components/CompetitionLeaderboard.tsx +1 -1
- package/src/Competition/components/CompetitionPlay.tsx +1 -0
- package/src/Competition/components/CompetitionSeasonCard.tsx +1 -0
- package/src/Competition/components/CompetitionSelector.tsx +1 -0
- 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 +1 -0
- package/src/Competition/components/NavOutPrompt.tsx +1 -0
- package/src/Competition/components/SeasonInfoModal.tsx +1 -1
- package/src/Competition/components/TeamEventCard.tsx +1 -1
- package/src/Competition/components/WagerPickForm.tsx +1 -1
- package/src/Competition/index.tsx +1 -1
- package/src/Components/Button.tsx +1 -0
- package/src/Components/Checkbox.tsx +1 -0
- package/src/Components/Icons.tsx +1 -0
- package/src/Components/ImageUploader.tsx +1 -1
- package/src/Components/Jerseys.tsx +1 -0
- package/src/Components/LinearDiagnal.tsx +1 -1
- package/src/Components/Spring.tsx +1 -0
- package/src/Components/Switch.tsx +1 -0
- package/src/Components/Text.tsx +1 -0
- package/src/Components/TextInput.tsx +1 -0
- package/src/Components/ViewportObserver.tsx +1 -1
- package/src/LocationTracker/index.tsx +1 -0
- package/src/Observer/Observer.tsx +1 -1
- package/src/Poll/components/CampaignPlay.tsx +1 -1
- package/src/Poll/components/CampaignProgressBar.tsx +1 -1
- package/src/Poll/components/CampaignResult.tsx +1 -1
- package/src/Poll/components/CampaignSelector.tsx +1 -1
- package/src/Poll/components/PollCampaignCard.tsx +1 -0
- package/src/Poll/components/PollCard.tsx +1 -1
- package/src/Poll/components/PollOptionCard.tsx +1 -1
- package/src/Poll/components/PollSelectCard.tsx +1 -0
- package/src/Poll/components/ResponseTimer.tsx +1 -1
- package/src/Poll/components/WidgetHeader.tsx +1 -0
- 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 +1 -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 +1 -0
- 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 +1 -0
- package/src/SocialComponents/PlayerFollowButton.tsx +1 -0
- package/src/SocialComponents/PlayerList.tsx +1 -1
- package/src/Socket/index.tsx +1 -1
- package/src/Squares/components/BidForm.tsx +1 -0
- package/src/Squares/components/BidToggle.tsx +1 -0
- package/src/Squares/components/BoardStats.tsx +1 -1
- package/src/Squares/components/EventCard.tsx +1 -1
- package/src/Squares/components/MySquaresCard.tsx +1 -1
- package/src/Squares/components/OfferForm.tsx +1 -0
- package/src/Squares/components/ResultsCard.tsx +1 -1
- package/src/Squares/components/SquareCard.tsx +1 -0
- package/src/Squares/components/SquareOfferCard.tsx +1 -1
- package/src/Squares/components/SquareOwners.tsx +1 -1
- package/src/Squares/components/SquaresBoard.tsx +1 -1
- package/src/Squares/components/SquaresDetails.tsx +1 -1
- package/src/Squares/index.tsx +1 -1
- package/src/Wallet/components/ACHAddCard.tsx +1 -0
- package/src/Wallet/components/AccountCard.tsx +1 -0
- package/src/Wallet/components/AccountLimitManager.tsx +1 -1
- package/src/Wallet/components/AccountManager.tsx +1 -0
- package/src/Wallet/components/AccountSnoozeManager.tsx +1 -1
- package/src/Wallet/components/AddressCard.tsx +1 -0
- package/src/Wallet/components/AddressManager.tsx +1 -1
- package/src/Wallet/components/DepositCard.tsx +1 -1
- package/src/Wallet/components/FundAccountCard.tsx +1 -0
- package/src/Wallet/components/ItemOrderCard.tsx +1 -1
- package/src/Wallet/components/ItemOrderDetailCard.tsx +1 -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 +1 -0
- package/src/Wallet/components/OrderManager.tsx +1 -1
- package/src/Wallet/components/RemoveAccount.tsx +1 -1
- package/src/Wallet/components/VerifyACHAccount.tsx +1 -1
- package/src/Wallet/components/WalletActionSelector.tsx +1 -1
- package/src/Wallet/components/WalletSettings.tsx +1 -1
- package/src/Wallet/components/WalletSetup.tsx +1 -1
- package/src/Wallet/components/WithdrawCard.tsx +1 -1
- package/src/Wallet/index.tsx +1 -1
|
@@ -5,12 +5,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
var _reactNative = require("react-native");
|
|
8
|
-
var _react = require("react");
|
|
8
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
9
9
|
var _api = require("../api");
|
|
10
10
|
var _Components = require("../../Components");
|
|
11
11
|
var _colors = _interopRequireDefault(require("../../constants/colors"));
|
|
12
12
|
var _ImageUploader = _interopRequireDefault(require("../../Components/ImageUploader"));
|
|
13
13
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
14
|
+
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); }
|
|
15
|
+
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; }
|
|
14
16
|
const ManageSeasonForm = ({
|
|
15
17
|
competition_season,
|
|
16
18
|
width,
|
|
@@ -73,7 +75,7 @@ const ManageSeasonForm = ({
|
|
|
73
75
|
};
|
|
74
76
|
const renderTemplates = data => {
|
|
75
77
|
const selected = draft_season.following_season_id == data.item.competition_season_id ? true : false;
|
|
76
|
-
return /*#__PURE__*/
|
|
78
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.TouchableOpacity, {
|
|
77
79
|
onPress: () => handleSelectTemplate(data.item),
|
|
78
80
|
style: {
|
|
79
81
|
flexDirection: 'row',
|
|
@@ -85,7 +87,7 @@ const ManageSeasonForm = ({
|
|
|
85
87
|
borderBottomWidth: 1,
|
|
86
88
|
borderBottomColor: _colors.default.shades.shade600
|
|
87
89
|
}
|
|
88
|
-
}, /*#__PURE__*/
|
|
90
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, null, /*#__PURE__*/_react.default.createElement(_reactNative.Image, {
|
|
89
91
|
source: {
|
|
90
92
|
uri: data.item.image?.url
|
|
91
93
|
},
|
|
@@ -94,64 +96,64 @@ const ManageSeasonForm = ({
|
|
|
94
96
|
width: 75
|
|
95
97
|
},
|
|
96
98
|
resizeMode: "cover"
|
|
97
|
-
})), /*#__PURE__*/
|
|
99
|
+
})), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
98
100
|
style: {
|
|
99
101
|
flex: 1,
|
|
100
102
|
marginLeft: 5
|
|
101
103
|
}
|
|
102
|
-
}, /*#__PURE__*/
|
|
104
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
103
105
|
size: 12,
|
|
104
106
|
color: selected ? _colors.default.shades.white : _colors.default.brand.midnight,
|
|
105
107
|
weight: "bold"
|
|
106
|
-
}, data.item.season_name), /*#__PURE__*/
|
|
108
|
+
}, data.item.season_name), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
107
109
|
size: 12,
|
|
108
110
|
color: selected ? _colors.default.shades.white : _colors.default.brand.midnight,
|
|
109
111
|
weight: "regular"
|
|
110
112
|
}, data.item.season_description)));
|
|
111
113
|
};
|
|
112
114
|
let valid = _api.CompetitionHelpers.isSeasonValid(draft_season);
|
|
113
|
-
return /*#__PURE__*/
|
|
115
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
114
116
|
style: {
|
|
115
117
|
flex: 1,
|
|
116
118
|
backgroundColor: _colors.default.shades.white,
|
|
117
119
|
padding: 10
|
|
118
120
|
}
|
|
119
|
-
}, /*#__PURE__*/
|
|
121
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
120
122
|
nativeID: "form_header",
|
|
121
123
|
style: {
|
|
122
124
|
padding: 10
|
|
123
125
|
}
|
|
124
|
-
}, /*#__PURE__*/
|
|
126
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
125
127
|
size: 14,
|
|
126
128
|
color: _colors.default.brand.midnight,
|
|
127
129
|
weight: "bold",
|
|
128
130
|
textAlign: "center"
|
|
129
|
-
}, competition_season ? draft_season.season_name : 'Create New Season')), /*#__PURE__*/
|
|
131
|
+
}, competition_season ? draft_season.season_name : 'Create New Season')), /*#__PURE__*/_react.default.createElement(_reactNative.ScrollView, {
|
|
130
132
|
style: {
|
|
131
133
|
flex: 1
|
|
132
134
|
}
|
|
133
|
-
}, /*#__PURE__*/
|
|
135
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
134
136
|
nativeID: "season_template"
|
|
135
|
-
}, /*#__PURE__*/
|
|
137
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
136
138
|
nativeID: "competition_details"
|
|
137
|
-
}, /*#__PURE__*/
|
|
139
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
138
140
|
nativeID: "details_header",
|
|
139
141
|
style: {
|
|
140
142
|
padding: 10,
|
|
141
143
|
paddingBottom: 0
|
|
142
144
|
}
|
|
143
|
-
}, /*#__PURE__*/
|
|
145
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
144
146
|
size: 16,
|
|
145
147
|
color: _colors.default.brand.midnight,
|
|
146
148
|
weight: "bold"
|
|
147
|
-
}, "Season Template"), /*#__PURE__*/
|
|
149
|
+
}, "Season Template"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
148
150
|
style: {
|
|
149
151
|
marginTop: 3
|
|
150
152
|
},
|
|
151
153
|
size: 14,
|
|
152
154
|
color: _colors.default.brand.midnight,
|
|
153
155
|
weight: "regular"
|
|
154
|
-
}, "Select a template for this season or do it on your own"))), /*#__PURE__*/
|
|
156
|
+
}, "Select a template for this season or do it on your own"))), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
155
157
|
nativeID: "template_options",
|
|
156
158
|
style: {
|
|
157
159
|
margin: 10,
|
|
@@ -159,37 +161,37 @@ const ManageSeasonForm = ({
|
|
|
159
161
|
borderRadius: 4,
|
|
160
162
|
backgroundColor: _colors.default.shades.shade100
|
|
161
163
|
}
|
|
162
|
-
}, /*#__PURE__*/
|
|
164
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
163
165
|
nativeID: "template",
|
|
164
166
|
style: {
|
|
165
167
|
flexDirection: 'row',
|
|
166
168
|
alignItems: 'flex-start'
|
|
167
169
|
}
|
|
168
|
-
}, /*#__PURE__*/
|
|
170
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
169
171
|
nativeID: "description",
|
|
170
172
|
style: {
|
|
171
173
|
flex: 1,
|
|
172
174
|
marginRight: 5
|
|
173
175
|
}
|
|
174
|
-
}, /*#__PURE__*/
|
|
176
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
175
177
|
size: 14,
|
|
176
178
|
color: _colors.default.brand.midnight,
|
|
177
179
|
weight: "bold"
|
|
178
|
-
}, "Use a Template"), show_templates ? /*#__PURE__*/
|
|
180
|
+
}, "Use a Template"), show_templates ? /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
179
181
|
style: {
|
|
180
182
|
marginTop: 3
|
|
181
183
|
},
|
|
182
184
|
size: 12,
|
|
183
185
|
color: _colors.default.brand.midnight,
|
|
184
186
|
weight: "regular"
|
|
185
|
-
}, "All competitions will be auto-created with appropriate events and participants will be notified.") : /*#__PURE__*/
|
|
187
|
+
}, "All competitions will be auto-created with appropriate events and participants will be notified.") : /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
186
188
|
style: {
|
|
187
189
|
marginTop: 3
|
|
188
190
|
},
|
|
189
191
|
size: 12,
|
|
190
192
|
color: _colors.default.brand.midnight,
|
|
191
193
|
weight: "regular"
|
|
192
|
-
}, "You (the admin) will be responsible for creating each competition under this season.")), /*#__PURE__*/
|
|
194
|
+
}, "You (the admin) will be responsible for creating each competition under this season.")), /*#__PURE__*/_react.default.createElement(_Components.Switch, {
|
|
193
195
|
value: show_templates,
|
|
194
196
|
switch_type: "on_off",
|
|
195
197
|
onChange: value => {
|
|
@@ -199,15 +201,15 @@ const ManageSeasonForm = ({
|
|
|
199
201
|
}
|
|
200
202
|
setShowTemplates(!show_templates);
|
|
201
203
|
}
|
|
202
|
-
})), show_templates ? /*#__PURE__*/
|
|
204
|
+
})), show_templates ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
203
205
|
style: {
|
|
204
206
|
marginTop: 10
|
|
205
207
|
}
|
|
206
|
-
}, /*#__PURE__*/
|
|
208
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
207
209
|
size: 14,
|
|
208
210
|
color: _colors.default.brand.midnight,
|
|
209
211
|
weight: "bold"
|
|
210
|
-
}, "Template Options"), /*#__PURE__*/
|
|
212
|
+
}, "Template Options"), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
211
213
|
nativeID: "template_options",
|
|
212
214
|
style: {
|
|
213
215
|
marginTop: 5,
|
|
@@ -215,32 +217,32 @@ const ManageSeasonForm = ({
|
|
|
215
217
|
borderRadius: 4,
|
|
216
218
|
padding: 10
|
|
217
219
|
}
|
|
218
|
-
}, /*#__PURE__*/
|
|
220
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.FlatList, {
|
|
219
221
|
data: season_templates,
|
|
220
222
|
renderItem: renderTemplates,
|
|
221
223
|
keyExtractor: item => item.competition_season_id.toString()
|
|
222
|
-
}))) : /*#__PURE__*/
|
|
224
|
+
}))) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null))), !show_templates || show_templates && draft_season.following_season_id ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
223
225
|
nativeID: "form_options"
|
|
224
|
-
}, /*#__PURE__*/
|
|
226
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
225
227
|
nativeID: "competition_details"
|
|
226
|
-
}, /*#__PURE__*/
|
|
228
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
227
229
|
nativeID: "details_header",
|
|
228
230
|
style: {
|
|
229
231
|
padding: 10,
|
|
230
232
|
paddingBottom: 0
|
|
231
233
|
}
|
|
232
|
-
}, /*#__PURE__*/
|
|
234
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
233
235
|
size: 16,
|
|
234
236
|
color: _colors.default.brand.midnight,
|
|
235
237
|
weight: "bold"
|
|
236
|
-
}, "Season Details"), /*#__PURE__*/
|
|
238
|
+
}, "Season Details"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
237
239
|
style: {
|
|
238
240
|
marginTop: 3
|
|
239
241
|
},
|
|
240
242
|
size: 14,
|
|
241
243
|
color: _colors.default.brand.midnight,
|
|
242
244
|
weight: "regular"
|
|
243
|
-
}, "Name and describe this season")), /*#__PURE__*/
|
|
245
|
+
}, "Name and describe this season")), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
244
246
|
nativeID: "details_input",
|
|
245
247
|
style: {
|
|
246
248
|
margin: 10,
|
|
@@ -248,16 +250,16 @@ const ManageSeasonForm = ({
|
|
|
248
250
|
borderRadius: 4,
|
|
249
251
|
backgroundColor: _colors.default.shades.shade100
|
|
250
252
|
}
|
|
251
|
-
}, /*#__PURE__*/
|
|
253
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
252
254
|
nativeID: "season_name"
|
|
253
|
-
}, /*#__PURE__*/
|
|
255
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
254
256
|
style: {
|
|
255
257
|
padding: 10
|
|
256
258
|
},
|
|
257
259
|
size: 14,
|
|
258
260
|
color: _colors.default.brand.slate,
|
|
259
261
|
weight: "regular"
|
|
260
|
-
}, "Name"), /*#__PURE__*/
|
|
262
|
+
}, "Name"), /*#__PURE__*/_react.default.createElement(_reactNative.TextInput, {
|
|
261
263
|
style: {
|
|
262
264
|
borderRadius: 4,
|
|
263
265
|
backgroundColor: _colors.default.shades.white,
|
|
@@ -273,16 +275,16 @@ const ManageSeasonForm = ({
|
|
|
273
275
|
...draft_season,
|
|
274
276
|
season_name: text
|
|
275
277
|
})
|
|
276
|
-
})), /*#__PURE__*/
|
|
278
|
+
})), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
277
279
|
nativeID: "season_description"
|
|
278
|
-
}, /*#__PURE__*/
|
|
280
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
279
281
|
style: {
|
|
280
282
|
padding: 10
|
|
281
283
|
},
|
|
282
284
|
size: 14,
|
|
283
285
|
color: _colors.default.brand.slate,
|
|
284
286
|
weight: "regular"
|
|
285
|
-
}, "Description"), /*#__PURE__*/
|
|
287
|
+
}, "Description"), /*#__PURE__*/_react.default.createElement(_reactNative.TextInput, {
|
|
286
288
|
style: {
|
|
287
289
|
borderRadius: 4,
|
|
288
290
|
backgroundColor: _colors.default.shades.white,
|
|
@@ -298,9 +300,9 @@ const ManageSeasonForm = ({
|
|
|
298
300
|
...draft_season,
|
|
299
301
|
season_description: text
|
|
300
302
|
})
|
|
301
|
-
})))), /*#__PURE__*/
|
|
303
|
+
})))), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
302
304
|
nativeID: "competition_image"
|
|
303
|
-
}, /*#__PURE__*/
|
|
305
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
304
306
|
nativeID: "image_header",
|
|
305
307
|
style: {
|
|
306
308
|
flexDirection: 'row',
|
|
@@ -308,22 +310,22 @@ const ManageSeasonForm = ({
|
|
|
308
310
|
padding: 10,
|
|
309
311
|
paddingBottom: 0
|
|
310
312
|
}
|
|
311
|
-
}, /*#__PURE__*/
|
|
313
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
312
314
|
style: {
|
|
313
315
|
flex: 1
|
|
314
316
|
}
|
|
315
|
-
}, /*#__PURE__*/
|
|
317
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
316
318
|
size: 16,
|
|
317
319
|
color: _colors.default.brand.midnight,
|
|
318
320
|
weight: "bold"
|
|
319
|
-
}, "Season Image"), /*#__PURE__*/
|
|
321
|
+
}, "Season Image"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
320
322
|
style: {
|
|
321
323
|
marginTop: 3
|
|
322
324
|
},
|
|
323
325
|
size: 14,
|
|
324
326
|
color: _colors.default.brand.midnight,
|
|
325
327
|
weight: "regular"
|
|
326
|
-
}, "Give an image to the season (2w X 1h)")), /*#__PURE__*/
|
|
328
|
+
}, "Give an image to the season (2w X 1h)")), /*#__PURE__*/_react.default.createElement(_ImageUploader.default, {
|
|
327
329
|
public_id: `${Math.floor(Math.random() * (1000000 - 0 + 1) + 1)}_season_image`,
|
|
328
330
|
onFinishUpload: obj => setDraftSeason({
|
|
329
331
|
...draft_season,
|
|
@@ -332,17 +334,17 @@ const ManageSeasonForm = ({
|
|
|
332
334
|
...obj
|
|
333
335
|
}
|
|
334
336
|
})
|
|
335
|
-
}, /*#__PURE__*/
|
|
337
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
336
338
|
size: 14,
|
|
337
339
|
color: _colors.default.brand.electric
|
|
338
|
-
}, "Edit Image"))), /*#__PURE__*/
|
|
340
|
+
}, "Edit Image"))), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
339
341
|
nativeID: "season_image",
|
|
340
342
|
style: {
|
|
341
343
|
justifyContent: 'center',
|
|
342
344
|
alignItems: 'center',
|
|
343
345
|
margin: 5
|
|
344
346
|
}
|
|
345
|
-
}, /*#__PURE__*/
|
|
347
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.Image, {
|
|
346
348
|
source: {
|
|
347
349
|
uri: draft_season?.image?.url
|
|
348
350
|
},
|
|
@@ -351,9 +353,9 @@ const ManageSeasonForm = ({
|
|
|
351
353
|
height: width * 0.75 / 2
|
|
352
354
|
},
|
|
353
355
|
resizeMode: "cover"
|
|
354
|
-
}))), /*#__PURE__*/
|
|
356
|
+
}))), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
355
357
|
nativeID: "season_options"
|
|
356
|
-
}, /*#__PURE__*/
|
|
358
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
357
359
|
nativeID: "options_header",
|
|
358
360
|
style: {
|
|
359
361
|
flexDirection: 'row',
|
|
@@ -361,22 +363,22 @@ const ManageSeasonForm = ({
|
|
|
361
363
|
padding: 10,
|
|
362
364
|
paddingBottom: 0
|
|
363
365
|
}
|
|
364
|
-
}, /*#__PURE__*/
|
|
366
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
365
367
|
style: {
|
|
366
368
|
flex: 1
|
|
367
369
|
}
|
|
368
|
-
}, /*#__PURE__*/
|
|
370
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
369
371
|
size: 16,
|
|
370
372
|
color: _colors.default.brand.midnight,
|
|
371
373
|
weight: "bold"
|
|
372
|
-
}, "Season Configurations"), /*#__PURE__*/
|
|
374
|
+
}, "Season Configurations"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
373
375
|
style: {
|
|
374
376
|
marginTop: 3
|
|
375
377
|
},
|
|
376
378
|
size: 14,
|
|
377
379
|
color: _colors.default.brand.midnight,
|
|
378
380
|
weight: "regular"
|
|
379
|
-
}, "Determines how the competition will operate and payout"))), /*#__PURE__*/
|
|
381
|
+
}, "Determines how the competition will operate and payout"))), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
380
382
|
nativeID: "options_input",
|
|
381
383
|
style: {
|
|
382
384
|
margin: 10,
|
|
@@ -384,84 +386,84 @@ const ManageSeasonForm = ({
|
|
|
384
386
|
borderRadius: 4,
|
|
385
387
|
backgroundColor: _colors.default.shades.shade100
|
|
386
388
|
}
|
|
387
|
-
}, /*#__PURE__*/
|
|
389
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
388
390
|
nativeID: "single_buy_in",
|
|
389
391
|
style: {
|
|
390
392
|
flexDirection: 'row',
|
|
391
393
|
alignItems: 'flex-start'
|
|
392
394
|
}
|
|
393
|
-
}, /*#__PURE__*/
|
|
395
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
394
396
|
nativeID: "description",
|
|
395
397
|
style: {
|
|
396
398
|
flex: 1,
|
|
397
399
|
marginRight: 5
|
|
398
400
|
}
|
|
399
|
-
}, /*#__PURE__*/
|
|
401
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
400
402
|
size: 14,
|
|
401
403
|
color: _colors.default.brand.midnight,
|
|
402
404
|
weight: "bold"
|
|
403
|
-
}, "One Buy In"), draft_season.single_buy_in ? /*#__PURE__*/
|
|
405
|
+
}, "One Buy In"), draft_season.single_buy_in ? /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
404
406
|
style: {
|
|
405
407
|
marginTop: 3
|
|
406
408
|
},
|
|
407
409
|
size: 12,
|
|
408
410
|
color: _colors.default.brand.midnight,
|
|
409
411
|
weight: "regular"
|
|
410
|
-
}, "Once a player has purchased a ticket, they will be automatically entered into any competition created under this season.") : /*#__PURE__*/
|
|
412
|
+
}, "Once a player has purchased a ticket, they will be automatically entered into any competition created under this season.") : /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
411
413
|
style: {
|
|
412
414
|
marginTop: 3
|
|
413
415
|
},
|
|
414
416
|
size: 12,
|
|
415
417
|
color: _colors.default.brand.midnight,
|
|
416
418
|
weight: "regular"
|
|
417
|
-
}, "Players will be required to buy-in to each competition created under this season.")), /*#__PURE__*/
|
|
419
|
+
}, "Players will be required to buy-in to each competition created under this season.")), /*#__PURE__*/_react.default.createElement(_Components.Switch, {
|
|
418
420
|
value: draft_season.single_buy_in,
|
|
419
421
|
switch_type: "on_off",
|
|
420
422
|
onChange: () => setDraftSeason({
|
|
421
423
|
...draft_season,
|
|
422
424
|
single_buy_in: !draft_season.single_buy_in
|
|
423
425
|
})
|
|
424
|
-
})), /*#__PURE__*/
|
|
426
|
+
})), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
425
427
|
nativeID: "single_buy_in",
|
|
426
428
|
style: {
|
|
427
429
|
flexDirection: 'row',
|
|
428
430
|
alignItems: 'flex-start',
|
|
429
431
|
marginTop: 15
|
|
430
432
|
}
|
|
431
|
-
}, /*#__PURE__*/
|
|
433
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
432
434
|
nativeID: "description",
|
|
433
435
|
style: {
|
|
434
436
|
flex: 1,
|
|
435
437
|
marginRight: 5
|
|
436
438
|
}
|
|
437
|
-
}, /*#__PURE__*/
|
|
439
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
438
440
|
size: 14,
|
|
439
441
|
color: _colors.default.brand.midnight,
|
|
440
442
|
weight: "bold"
|
|
441
|
-
}, "Allow Late Buy In"), draft_season.allow_late_buy_in ? /*#__PURE__*/
|
|
443
|
+
}, "Allow Late Buy In"), draft_season.allow_late_buy_in ? /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
442
444
|
style: {
|
|
443
445
|
marginTop: 3
|
|
444
446
|
},
|
|
445
447
|
size: 12,
|
|
446
448
|
color: _colors.default.brand.midnight,
|
|
447
449
|
weight: "regular"
|
|
448
|
-
}, "A player can enter this season at any time (even if the first competition has completed)") : /*#__PURE__*/
|
|
450
|
+
}, "A player can enter this season at any time (even if the first competition has completed)") : /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
449
451
|
style: {
|
|
450
452
|
marginTop: 3
|
|
451
453
|
},
|
|
452
454
|
size: 12,
|
|
453
455
|
color: _colors.default.brand.midnight,
|
|
454
456
|
weight: "regular"
|
|
455
|
-
}, "A player must enter the first competition under the season to participate.")), /*#__PURE__*/
|
|
457
|
+
}, "A player must enter the first competition under the season to participate.")), /*#__PURE__*/_react.default.createElement(_Components.Switch, {
|
|
456
458
|
value: draft_season.allow_late_buy_in,
|
|
457
459
|
switch_type: "on_off",
|
|
458
460
|
onChange: () => setDraftSeason({
|
|
459
461
|
...draft_season,
|
|
460
462
|
allow_late_buy_in: !draft_season.allow_late_buy_in
|
|
461
463
|
})
|
|
462
|
-
})))), /*#__PURE__*/
|
|
464
|
+
})))), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
463
465
|
nativeID: "season_payout_details"
|
|
464
|
-
}, /*#__PURE__*/
|
|
466
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
465
467
|
nativeID: "payout_header",
|
|
466
468
|
style: {
|
|
467
469
|
flexDirection: 'row',
|
|
@@ -469,22 +471,22 @@ const ManageSeasonForm = ({
|
|
|
469
471
|
padding: 10,
|
|
470
472
|
paddingBottom: 0
|
|
471
473
|
}
|
|
472
|
-
}, /*#__PURE__*/
|
|
474
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
473
475
|
style: {
|
|
474
476
|
flex: 1
|
|
475
477
|
}
|
|
476
|
-
}, /*#__PURE__*/
|
|
478
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
477
479
|
size: 16,
|
|
478
480
|
color: _colors.default.brand.midnight,
|
|
479
481
|
weight: "bold"
|
|
480
|
-
}, "Season Payout"), /*#__PURE__*/
|
|
482
|
+
}, "Season Payout"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
481
483
|
style: {
|
|
482
484
|
marginTop: 3
|
|
483
485
|
},
|
|
484
486
|
size: 14,
|
|
485
487
|
color: _colors.default.brand.midnight,
|
|
486
488
|
weight: "regular"
|
|
487
|
-
}, "How would you like the funds in the season to payout?"))), /*#__PURE__*/
|
|
489
|
+
}, "How would you like the funds in the season to payout?"))), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
488
490
|
nativeID: "payout_input",
|
|
489
491
|
style: {
|
|
490
492
|
margin: 10,
|
|
@@ -492,26 +494,26 @@ const ManageSeasonForm = ({
|
|
|
492
494
|
borderRadius: 4,
|
|
493
495
|
backgroundColor: _colors.default.shades.shade100
|
|
494
496
|
}
|
|
495
|
-
}, /*#__PURE__*/
|
|
497
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
496
498
|
nativeID: "payout_allocation",
|
|
497
499
|
style: {
|
|
498
500
|
flexDirection: 'row',
|
|
499
501
|
alignItems: 'flex-start'
|
|
500
502
|
}
|
|
501
|
-
}, /*#__PURE__*/
|
|
503
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
502
504
|
nativeID: "description",
|
|
503
505
|
style: {
|
|
504
506
|
flex: 1,
|
|
505
507
|
marginRight: 5
|
|
506
508
|
}
|
|
507
|
-
}, /*#__PURE__*/
|
|
509
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
508
510
|
style: {
|
|
509
511
|
marginTop: 3
|
|
510
512
|
},
|
|
511
513
|
size: 12,
|
|
512
514
|
color: _colors.default.brand.midnight,
|
|
513
515
|
weight: "regular"
|
|
514
|
-
}, "How much of the total pot will be paid out to the season vs each competition")), /*#__PURE__*/
|
|
516
|
+
}, "How much of the total pot will be paid out to the season vs each competition")), /*#__PURE__*/_react.default.createElement(_reactNative.TextInput, {
|
|
515
517
|
value: payout_allocation_label,
|
|
516
518
|
onChangeText: text => handleChangeAllocation(text),
|
|
517
519
|
style: {
|
|
@@ -523,12 +525,12 @@ const ManageSeasonForm = ({
|
|
|
523
525
|
color: _colors.default.brand.midnight,
|
|
524
526
|
fontFamily: 'barlow-bold'
|
|
525
527
|
}
|
|
526
|
-
})), /*#__PURE__*/
|
|
528
|
+
})), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
527
529
|
style: {
|
|
528
530
|
flexDirection: 'row',
|
|
529
531
|
marginTop: 10
|
|
530
532
|
}
|
|
531
|
-
}, /*#__PURE__*/
|
|
533
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
532
534
|
style: {
|
|
533
535
|
flex: 1,
|
|
534
536
|
padding: 10,
|
|
@@ -536,11 +538,11 @@ const ManageSeasonForm = ({
|
|
|
536
538
|
borderRadius: 4,
|
|
537
539
|
marginRight: 5
|
|
538
540
|
}
|
|
539
|
-
}, /*#__PURE__*/
|
|
541
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
540
542
|
size: 12,
|
|
541
543
|
color: _colors.default.brand.midnight,
|
|
542
544
|
textAlign: "center"
|
|
543
|
-
}, "Each Competition"), /*#__PURE__*/
|
|
545
|
+
}, "Each Competition"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
544
546
|
style: {
|
|
545
547
|
marginTop: 5
|
|
546
548
|
},
|
|
@@ -548,7 +550,7 @@ const ManageSeasonForm = ({
|
|
|
548
550
|
color: _colors.default.brand.midnight,
|
|
549
551
|
weight: "bold",
|
|
550
552
|
textAlign: "center"
|
|
551
|
-
}, ((1 - draft_season.payout_allocation) * 100).toFixed(), "%")), /*#__PURE__*/
|
|
553
|
+
}, ((1 - draft_season.payout_allocation) * 100).toFixed(), "%")), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
552
554
|
style: {
|
|
553
555
|
flex: 1,
|
|
554
556
|
padding: 10,
|
|
@@ -556,11 +558,11 @@ const ManageSeasonForm = ({
|
|
|
556
558
|
borderRadius: 4,
|
|
557
559
|
marginLeft: 5
|
|
558
560
|
}
|
|
559
|
-
}, /*#__PURE__*/
|
|
561
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
560
562
|
size: 12,
|
|
561
563
|
color: _colors.default.brand.midnight,
|
|
562
564
|
textAlign: "center"
|
|
563
|
-
}, "Season"), /*#__PURE__*/
|
|
565
|
+
}, "Season"), /*#__PURE__*/_react.default.createElement(_Components.Text, {
|
|
564
566
|
style: {
|
|
565
567
|
marginTop: 5
|
|
566
568
|
},
|
|
@@ -568,13 +570,13 @@ const ManageSeasonForm = ({
|
|
|
568
570
|
color: _colors.default.brand.midnight,
|
|
569
571
|
weight: "bold",
|
|
570
572
|
textAlign: "center"
|
|
571
|
-
}, (draft_season.payout_allocation * 100).toFixed(), "%")))))) : /*#__PURE__*/
|
|
573
|
+
}, (draft_season.payout_allocation * 100).toFixed(), "%")))))) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null)), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
572
574
|
nativeID: "action_row",
|
|
573
575
|
style: {
|
|
574
576
|
flexDirection: 'row',
|
|
575
577
|
padding: 10
|
|
576
578
|
}
|
|
577
|
-
}, /*#__PURE__*/
|
|
579
|
+
}, /*#__PURE__*/_react.default.createElement(_Components.Button, {
|
|
578
580
|
style: {
|
|
579
581
|
flex: 1,
|
|
580
582
|
marginRight: 3
|
|
@@ -585,7 +587,7 @@ const ManageSeasonForm = ({
|
|
|
585
587
|
borderWidth: 1,
|
|
586
588
|
padding: 15,
|
|
587
589
|
borderColor: _colors.default.brand.electric
|
|
588
|
-
}), /*#__PURE__*/
|
|
590
|
+
}), /*#__PURE__*/_react.default.createElement(_Components.Button, {
|
|
589
591
|
disabled: !valid || loading,
|
|
590
592
|
style: {
|
|
591
593
|
flex: 2,
|