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