be-components 1.0.9 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/AdServer/components/CompanyAdCard.js +3 -5
- package/lib/commonjs/AdServer/components/CompanyAdCard.js.map +1 -1
- package/lib/commonjs/AdServer/index.js +8 -10
- package/lib/commonjs/AdServer/index.js.map +1 -1
- package/lib/commonjs/ApiOverrides/index.js +6 -3
- package/lib/commonjs/ApiOverrides/index.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.js +16 -17
- package/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/LoginForm.js +58 -60
- package/lib/commonjs/Authenticator/Components/LoginForm.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/StrategyForm.js +67 -69
- package/lib/commonjs/Authenticator/Components/StrategyForm.js.map +1 -1
- package/lib/commonjs/Authenticator/index.js +14 -16
- package/lib/commonjs/Authenticator/index.js.map +1 -1
- package/lib/commonjs/BettorSearch/index.js +8 -10
- package/lib/commonjs/BettorSearch/index.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketCompetitionCard.js +92 -94
- package/lib/commonjs/Bracket/components/BracketCompetitionCard.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketCompetitionSelector.js +37 -39
- package/lib/commonjs/Bracket/components/BracketCompetitionSelector.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/BracketNavigator.js +18 -19
- package/lib/commonjs/Bracket/components/BracketPlay/BracketNavigator.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/BracketRound.js +7 -8
- package/lib/commonjs/Bracket/components/BracketPlay/BracketRound.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/RoundEvent.js +45 -46
- package/lib/commonjs/Bracket/components/BracketPlay/RoundEvent.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/index.js +27 -29
- package/lib/commonjs/Bracket/components/BracketPlay/index.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketSelector.js +21 -22
- package/lib/commonjs/Bracket/components/BracketSelector.js.map +1 -1
- package/lib/commonjs/Bracket/components/CompetitionLeaderboard.js +34 -36
- package/lib/commonjs/Bracket/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/commonjs/Bracket/components/JoinCompetitionCard.js +20 -22
- package/lib/commonjs/Bracket/components/JoinCompetitionCard.js.map +1 -1
- package/lib/commonjs/Bracket/components/PlayerBalanceCard.js +6 -7
- package/lib/commonjs/Bracket/components/PlayerBalanceCard.js.map +1 -1
- package/lib/commonjs/Bracket/components/PlayerBracketManager.js +75 -77
- package/lib/commonjs/Bracket/components/PlayerBracketManager.js.map +1 -1
- package/lib/commonjs/Bracket/components/PlayerBrackets.js +27 -28
- package/lib/commonjs/Bracket/components/PlayerBrackets.js.map +1 -1
- package/lib/commonjs/Bracket/components/RoomMenu.js +15 -16
- package/lib/commonjs/Bracket/components/RoomMenu.js.map +1 -1
- package/lib/commonjs/Bracket/index.js +9 -11
- package/lib/commonjs/Bracket/index.js.map +1 -1
- package/lib/commonjs/Checkout/components/AccountSummaryCard.js +43 -44
- package/lib/commonjs/Checkout/components/AccountSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/components/ItemSummaryCard.js +7 -8
- package/lib/commonjs/Checkout/components/ItemSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/components/OrderSummaryCard.js +12 -13
- package/lib/commonjs/Checkout/components/OrderSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/components/PayPalOrderCapture.js +2 -4
- package/lib/commonjs/Checkout/components/PayPalOrderCapture.js.map +1 -1
- package/lib/commonjs/Checkout/components/ShippingSummaryCard.js +7 -8
- package/lib/commonjs/Checkout/components/ShippingSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/index.js +58 -60
- package/lib/commonjs/Checkout/index.js.map +1 -1
- package/lib/commonjs/Competition/components/AthleteMarketCard.js +20 -21
- package/lib/commonjs/Competition/components/AthleteMarketCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionCard.js +25 -26
- package/lib/commonjs/Competition/components/CompetitionCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionInfoCard.js +31 -32
- package/lib/commonjs/Competition/components/CompetitionInfoCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionLeaderboard.js +34 -36
- package/lib/commonjs/Competition/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionPlay.js +116 -118
- package/lib/commonjs/Competition/components/CompetitionPlay.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionSeasonCard.js +16 -17
- package/lib/commonjs/Competition/components/CompetitionSeasonCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionSelector.js +14 -16
- package/lib/commonjs/Competition/components/CompetitionSelector.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionTypeCard.js +43 -45
- package/lib/commonjs/Competition/components/CompetitionTypeCard.js.map +1 -1
- package/lib/commonjs/Competition/components/EnterCompetitionPrompt.js +29 -31
- package/lib/commonjs/Competition/components/EnterCompetitionPrompt.js.map +1 -1
- package/lib/commonjs/Competition/components/LeaderPicks.js +39 -41
- package/lib/commonjs/Competition/components/LeaderPicks.js.map +1 -1
- package/lib/commonjs/Competition/components/ManageSeasonForm.js +85 -87
- package/lib/commonjs/Competition/components/ManageSeasonForm.js.map +1 -1
- package/lib/commonjs/Competition/components/MarketsCard.js +17 -19
- package/lib/commonjs/Competition/components/MarketsCard.js.map +1 -1
- package/lib/commonjs/Competition/components/MatchMarketCard.js +25 -26
- package/lib/commonjs/Competition/components/MatchMarketCard.js.map +1 -1
- package/lib/commonjs/Competition/components/NavOutPrompt.js +18 -19
- package/lib/commonjs/Competition/components/NavOutPrompt.js.map +1 -1
- package/lib/commonjs/Competition/components/SeasonInfoModal.js +52 -54
- package/lib/commonjs/Competition/components/SeasonInfoModal.js.map +1 -1
- package/lib/commonjs/Competition/components/TeamEventCard.js +30 -31
- package/lib/commonjs/Competition/components/TeamEventCard.js.map +1 -1
- package/lib/commonjs/Competition/components/WagerPickForm.js +30 -32
- package/lib/commonjs/Competition/components/WagerPickForm.js.map +1 -1
- package/lib/commonjs/Competition/index.js +3 -5
- package/lib/commonjs/Competition/index.js.map +1 -1
- package/lib/commonjs/Components/Button.js +7 -8
- package/lib/commonjs/Components/Button.js.map +1 -1
- package/lib/commonjs/Components/Checkbox.js +3 -4
- package/lib/commonjs/Components/Checkbox.js.map +1 -1
- package/lib/commonjs/Components/Icons.js +650 -373
- package/lib/commonjs/Components/Icons.js.map +1 -1
- package/lib/commonjs/Components/ImageUploader.js +3 -5
- package/lib/commonjs/Components/ImageUploader.js.map +1 -1
- package/lib/commonjs/Components/Jerseys.js +124 -125
- package/lib/commonjs/Components/Jerseys.js.map +1 -1
- package/lib/commonjs/Components/LinearDiagnal.js +7 -9
- package/lib/commonjs/Components/LinearDiagnal.js.map +1 -1
- package/lib/commonjs/Components/Spring.js +1 -3
- package/lib/commonjs/Components/Spring.js.map +1 -1
- package/lib/commonjs/Components/Switch.js +8 -9
- package/lib/commonjs/Components/Switch.js.map +1 -1
- package/lib/commonjs/Components/Text.js +33 -5
- package/lib/commonjs/Components/Text.js.map +1 -1
- package/lib/commonjs/Components/TextInput.js +1 -2
- package/lib/commonjs/Components/TextInput.js.map +1 -1
- package/lib/commonjs/LocationTracker/index.js +27 -28
- package/lib/commonjs/LocationTracker/index.js.map +1 -1
- package/lib/commonjs/Observer/Observer.js +2 -4
- package/lib/commonjs/Observer/Observer.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignPlay.js +56 -58
- package/lib/commonjs/Poll/components/CampaignPlay.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignProgressBar.js +11 -13
- package/lib/commonjs/Poll/components/CampaignProgressBar.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignResult.js +56 -58
- package/lib/commonjs/Poll/components/CampaignResult.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignSelector.js +12 -14
- package/lib/commonjs/Poll/components/CampaignSelector.js.map +1 -1
- package/lib/commonjs/Poll/components/PollCampaignCard.js +7 -8
- package/lib/commonjs/Poll/components/PollCampaignCard.js.map +1 -1
- package/lib/commonjs/Poll/components/PollCard.js +49 -51
- package/lib/commonjs/Poll/components/PollCard.js.map +1 -1
- package/lib/commonjs/Poll/components/PollOptionCard.js +14 -16
- package/lib/commonjs/Poll/components/PollOptionCard.js.map +1 -1
- package/lib/commonjs/Poll/components/PollSelectCard.js +25 -26
- package/lib/commonjs/Poll/components/PollSelectCard.js.map +1 -1
- package/lib/commonjs/Poll/components/ResponseTimer.js +3 -5
- package/lib/commonjs/Poll/components/ResponseTimer.js.map +1 -1
- package/lib/commonjs/Poll/components/WidgetHeader.js +11 -12
- package/lib/commonjs/Poll/components/WidgetHeader.js.map +1 -1
- package/lib/commonjs/Poll/flashmarket/ResultCard.js +47 -49
- package/lib/commonjs/Poll/flashmarket/ResultCard.js.map +1 -1
- package/lib/commonjs/Poll/flashmarket/index.js +52 -54
- package/lib/commonjs/Poll/flashmarket/index.js.map +1 -1
- package/lib/commonjs/Poll/index.js +6 -8
- package/lib/commonjs/Poll/index.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/BasicInfoManager.js +35 -37
- package/lib/commonjs/ProfileManager/Components/BasicInfoManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/BasicStatus.js +35 -36
- package/lib/commonjs/ProfileManager/Components/BasicStatus.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/CodeRedeem.js +50 -52
- package/lib/commonjs/ProfileManager/Components/CodeRedeem.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/DOBManager.js +24 -26
- package/lib/commonjs/ProfileManager/Components/DOBManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/EmailManager.js +36 -38
- package/lib/commonjs/ProfileManager/Components/EmailManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/PasswordManager.js +36 -38
- package/lib/commonjs/ProfileManager/Components/PasswordManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/PhoneManager.js +36 -38
- package/lib/commonjs/ProfileManager/Components/PhoneManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfilePicManager.js +17 -19
- package/lib/commonjs/ProfileManager/Components/ProfilePicManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfileWelcome.js +15 -16
- package/lib/commonjs/ProfileManager/Components/ProfileWelcome.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfileWizard.js +66 -68
- package/lib/commonjs/ProfileManager/Components/ProfileWizard.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/SettingsManager.js +29 -31
- package/lib/commonjs/ProfileManager/Components/SettingsManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/VouchCard.js +63 -65
- package/lib/commonjs/ProfileManager/Components/VouchCard.js.map +1 -1
- package/lib/commonjs/ProfileManager/index.js +16 -18
- package/lib/commonjs/ProfileManager/index.js.map +1 -1
- package/lib/commonjs/SocialComponents/PlayerCard.js +11 -12
- package/lib/commonjs/SocialComponents/PlayerCard.js.map +1 -1
- package/lib/commonjs/SocialComponents/PlayerFollowButton.js +3 -4
- package/lib/commonjs/SocialComponents/PlayerFollowButton.js.map +1 -1
- package/lib/commonjs/SocialComponents/PlayerList.js +4 -6
- package/lib/commonjs/SocialComponents/PlayerList.js.map +1 -1
- package/lib/commonjs/Socket/api/index.js +18 -0
- package/lib/commonjs/Socket/api/index.js.map +1 -0
- package/lib/commonjs/Socket/index.js +120 -0
- package/lib/commonjs/Socket/index.js.map +1 -0
- package/lib/commonjs/Squares/api/index.js +97 -0
- package/lib/commonjs/Squares/api/index.js.map +1 -0
- package/lib/commonjs/Squares/components/BidForm.js +173 -0
- package/lib/commonjs/Squares/components/BidForm.js.map +1 -0
- package/lib/commonjs/Squares/components/BidToggle.js +63 -0
- package/lib/commonjs/Squares/components/BidToggle.js.map +1 -0
- package/lib/commonjs/Squares/components/BoardStats.js +144 -0
- package/lib/commonjs/Squares/components/BoardStats.js.map +1 -0
- package/lib/commonjs/Squares/components/EventCard.js +132 -0
- package/lib/commonjs/Squares/components/EventCard.js.map +1 -0
- package/lib/commonjs/Squares/components/MySquaresCard.js +109 -0
- package/lib/commonjs/Squares/components/MySquaresCard.js.map +1 -0
- package/lib/commonjs/Squares/components/OfferForm.js +181 -0
- package/lib/commonjs/Squares/components/OfferForm.js.map +1 -0
- package/lib/commonjs/Squares/components/ResultsCard.js +108 -0
- package/lib/commonjs/Squares/components/ResultsCard.js.map +1 -0
- package/lib/commonjs/Squares/components/SquareCard.js +337 -0
- package/lib/commonjs/Squares/components/SquareCard.js.map +1 -0
- package/lib/commonjs/Squares/components/SquareOfferCard.js +266 -0
- package/lib/commonjs/Squares/components/SquareOfferCard.js.map +1 -0
- package/lib/commonjs/Squares/components/SquareOwners.js +123 -0
- package/lib/commonjs/Squares/components/SquareOwners.js.map +1 -0
- package/lib/commonjs/Squares/components/SquaresBoard.js +209 -0
- package/lib/commonjs/Squares/components/SquaresBoard.js.map +1 -0
- package/lib/commonjs/Squares/components/SquaresDetails.js +90 -0
- package/lib/commonjs/Squares/components/SquaresDetails.js.map +1 -0
- package/lib/commonjs/Squares/index.js +568 -0
- package/lib/commonjs/Squares/index.js.map +1 -0
- package/lib/commonjs/Wallet/components/ACHAddCard.js +38 -39
- package/lib/commonjs/Wallet/components/ACHAddCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountCard.js +17 -18
- package/lib/commonjs/Wallet/components/AccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountLimitManager.js +32 -34
- package/lib/commonjs/Wallet/components/AccountLimitManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountManager.js +31 -32
- package/lib/commonjs/Wallet/components/AccountManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountSnoozeManager.js +31 -33
- package/lib/commonjs/Wallet/components/AccountSnoozeManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/AddressCard.js +7 -8
- package/lib/commonjs/Wallet/components/AddressCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AddressManager.js +44 -46
- package/lib/commonjs/Wallet/components/AddressManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/DepositCard.js +41 -43
- package/lib/commonjs/Wallet/components/DepositCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/FundAccountCard.js +54 -55
- package/lib/commonjs/Wallet/components/FundAccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/ItemOrderCard.js +15 -17
- package/lib/commonjs/Wallet/components/ItemOrderCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/ItemOrderDetailCard.js +23 -25
- package/lib/commonjs/Wallet/components/ItemOrderDetailCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/LinkAccountManager.js +40 -42
- package/lib/commonjs/Wallet/components/LinkAccountManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManageAccountCard.js +36 -38
- package/lib/commonjs/Wallet/components/ManageAccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManualACHAdd.js +33 -35
- package/lib/commonjs/Wallet/components/ManualACHAdd.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManualCardAdd.js +47 -49
- package/lib/commonjs/Wallet/components/ManualCardAdd.js.map +1 -1
- package/lib/commonjs/Wallet/components/MyBalance.js +34 -35
- package/lib/commonjs/Wallet/components/MyBalance.js.map +1 -1
- package/lib/commonjs/Wallet/components/OrderManager.js +15 -17
- package/lib/commonjs/Wallet/components/OrderManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/RemoveAccount.js +10 -12
- package/lib/commonjs/Wallet/components/RemoveAccount.js.map +1 -1
- package/lib/commonjs/Wallet/components/VerifyACHAccount.js +20 -22
- package/lib/commonjs/Wallet/components/VerifyACHAccount.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletActionSelector.js +49 -51
- package/lib/commonjs/Wallet/components/WalletActionSelector.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletSettings.js +98 -100
- package/lib/commonjs/Wallet/components/WalletSettings.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletSetup.js +58 -60
- package/lib/commonjs/Wallet/components/WalletSetup.js.map +1 -1
- package/lib/commonjs/Wallet/components/WithdrawCard.js +46 -48
- package/lib/commonjs/Wallet/components/WithdrawCard.js.map +1 -1
- package/lib/commonjs/Wallet/index.js +45 -47
- package/lib/commonjs/Wallet/index.js.map +1 -1
- package/lib/commonjs/constants/styles.js +86 -0
- package/lib/commonjs/constants/styles.js.map +1 -1
- package/lib/commonjs/index.js +14 -0
- package/lib/commonjs/index.js.map +1 -1
- package/lib/module/AdServer/components/CompanyAdCard.js +1 -1
- package/lib/module/AdServer/components/CompanyAdCard.js.map +1 -1
- package/lib/module/AdServer/index.js +1 -1
- package/lib/module/AdServer/index.js.map +1 -1
- package/lib/module/ApiOverrides/index.js +6 -3
- package/lib/module/ApiOverrides/index.js.map +1 -1
- package/lib/module/Authenticator/Components/AuthStrategyIdentifier.js +0 -1
- package/lib/module/Authenticator/Components/AuthStrategyIdentifier.js.map +1 -1
- package/lib/module/Authenticator/Components/LoginForm.js +1 -1
- package/lib/module/Authenticator/Components/LoginForm.js.map +1 -1
- package/lib/module/Authenticator/Components/StrategyForm.js +1 -1
- package/lib/module/Authenticator/Components/StrategyForm.js.map +1 -1
- package/lib/module/Authenticator/index.js +1 -1
- package/lib/module/Authenticator/index.js.map +1 -1
- package/lib/module/BettorSearch/index.js +1 -1
- package/lib/module/BettorSearch/index.js.map +1 -1
- package/lib/module/Bracket/components/BracketCompetitionCard.js +1 -1
- package/lib/module/Bracket/components/BracketCompetitionCard.js.map +1 -1
- package/lib/module/Bracket/components/BracketCompetitionSelector.js +1 -1
- package/lib/module/Bracket/components/BracketCompetitionSelector.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/BracketNavigator.js +0 -1
- package/lib/module/Bracket/components/BracketPlay/BracketNavigator.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/BracketRound.js +0 -1
- package/lib/module/Bracket/components/BracketPlay/BracketRound.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/RoundEvent.js +0 -1
- package/lib/module/Bracket/components/BracketPlay/RoundEvent.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/index.js +1 -1
- package/lib/module/Bracket/components/BracketPlay/index.js.map +1 -1
- package/lib/module/Bracket/components/BracketSelector.js +0 -1
- package/lib/module/Bracket/components/BracketSelector.js.map +1 -1
- package/lib/module/Bracket/components/CompetitionLeaderboard.js +1 -1
- package/lib/module/Bracket/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/module/Bracket/components/JoinCompetitionCard.js +1 -1
- package/lib/module/Bracket/components/JoinCompetitionCard.js.map +1 -1
- package/lib/module/Bracket/components/PlayerBalanceCard.js +0 -1
- package/lib/module/Bracket/components/PlayerBalanceCard.js.map +1 -1
- package/lib/module/Bracket/components/PlayerBracketManager.js +1 -1
- package/lib/module/Bracket/components/PlayerBracketManager.js.map +1 -1
- package/lib/module/Bracket/components/PlayerBrackets.js +0 -1
- package/lib/module/Bracket/components/PlayerBrackets.js.map +1 -1
- package/lib/module/Bracket/components/RoomMenu.js +0 -1
- package/lib/module/Bracket/components/RoomMenu.js.map +1 -1
- package/lib/module/Bracket/index.js +1 -1
- package/lib/module/Bracket/index.js.map +1 -1
- package/lib/module/Checkout/components/AccountSummaryCard.js +0 -1
- package/lib/module/Checkout/components/AccountSummaryCard.js.map +1 -1
- package/lib/module/Checkout/components/ItemSummaryCard.js +0 -1
- package/lib/module/Checkout/components/ItemSummaryCard.js.map +1 -1
- package/lib/module/Checkout/components/OrderSummaryCard.js +0 -1
- package/lib/module/Checkout/components/OrderSummaryCard.js.map +1 -1
- package/lib/module/Checkout/components/PayPalOrderCapture.js +0 -1
- package/lib/module/Checkout/components/PayPalOrderCapture.js.map +1 -1
- package/lib/module/Checkout/components/ShippingSummaryCard.js +0 -1
- package/lib/module/Checkout/components/ShippingSummaryCard.js.map +1 -1
- package/lib/module/Checkout/index.js +1 -1
- package/lib/module/Checkout/index.js.map +1 -1
- package/lib/module/Competition/components/AthleteMarketCard.js +0 -1
- package/lib/module/Competition/components/AthleteMarketCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionCard.js +0 -1
- package/lib/module/Competition/components/CompetitionCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionInfoCard.js +0 -1
- package/lib/module/Competition/components/CompetitionInfoCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionLeaderboard.js +1 -1
- package/lib/module/Competition/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionPlay.js +1 -1
- package/lib/module/Competition/components/CompetitionPlay.js.map +1 -1
- package/lib/module/Competition/components/CompetitionSeasonCard.js +0 -1
- package/lib/module/Competition/components/CompetitionSeasonCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionSelector.js +1 -1
- package/lib/module/Competition/components/CompetitionSelector.js.map +1 -1
- package/lib/module/Competition/components/CompetitionTypeCard.js +1 -1
- package/lib/module/Competition/components/CompetitionTypeCard.js.map +1 -1
- package/lib/module/Competition/components/EnterCompetitionPrompt.js +1 -1
- package/lib/module/Competition/components/EnterCompetitionPrompt.js.map +1 -1
- package/lib/module/Competition/components/LeaderPicks.js +1 -1
- package/lib/module/Competition/components/LeaderPicks.js.map +1 -1
- package/lib/module/Competition/components/ManageSeasonForm.js +1 -1
- package/lib/module/Competition/components/ManageSeasonForm.js.map +1 -1
- package/lib/module/Competition/components/MarketsCard.js +1 -1
- package/lib/module/Competition/components/MarketsCard.js.map +1 -1
- package/lib/module/Competition/components/MatchMarketCard.js +0 -1
- package/lib/module/Competition/components/MatchMarketCard.js.map +1 -1
- package/lib/module/Competition/components/NavOutPrompt.js +0 -1
- package/lib/module/Competition/components/NavOutPrompt.js.map +1 -1
- package/lib/module/Competition/components/SeasonInfoModal.js +1 -1
- package/lib/module/Competition/components/SeasonInfoModal.js.map +1 -1
- package/lib/module/Competition/components/TeamEventCard.js +0 -1
- package/lib/module/Competition/components/TeamEventCard.js.map +1 -1
- package/lib/module/Competition/components/WagerPickForm.js +1 -1
- package/lib/module/Competition/components/WagerPickForm.js.map +1 -1
- package/lib/module/Competition/index.js +1 -1
- package/lib/module/Competition/index.js.map +1 -1
- package/lib/module/Components/Button.js +0 -1
- package/lib/module/Components/Button.js.map +1 -1
- package/lib/module/Components/Checkbox.js +0 -1
- package/lib/module/Components/Checkbox.js.map +1 -1
- package/lib/module/Components/Icons.js +279 -2
- package/lib/module/Components/Icons.js.map +1 -1
- package/lib/module/Components/ImageUploader.js +1 -1
- package/lib/module/Components/ImageUploader.js.map +1 -1
- package/lib/module/Components/Jerseys.js +0 -1
- package/lib/module/Components/Jerseys.js.map +1 -1
- package/lib/module/Components/LinearDiagnal.js +1 -1
- package/lib/module/Components/LinearDiagnal.js.map +1 -1
- package/lib/module/Components/Spring.js +0 -1
- package/lib/module/Components/Spring.js.map +1 -1
- package/lib/module/Components/Switch.js +0 -1
- package/lib/module/Components/Switch.js.map +1 -1
- package/lib/module/Components/Text.js +33 -5
- package/lib/module/Components/Text.js.map +1 -1
- package/lib/module/Components/TextInput.js +0 -1
- package/lib/module/Components/TextInput.js.map +1 -1
- package/lib/module/LocationTracker/index.js +0 -1
- package/lib/module/LocationTracker/index.js.map +1 -1
- package/lib/module/Observer/Observer.js +0 -1
- package/lib/module/Observer/Observer.js.map +1 -1
- package/lib/module/Poll/components/CampaignPlay.js +0 -1
- package/lib/module/Poll/components/CampaignPlay.js.map +1 -1
- package/lib/module/Poll/components/CampaignProgressBar.js +0 -1
- package/lib/module/Poll/components/CampaignProgressBar.js.map +1 -1
- package/lib/module/Poll/components/CampaignResult.js +0 -1
- package/lib/module/Poll/components/CampaignResult.js.map +1 -1
- package/lib/module/Poll/components/CampaignSelector.js +1 -1
- package/lib/module/Poll/components/CampaignSelector.js.map +1 -1
- package/lib/module/Poll/components/PollCampaignCard.js +0 -1
- package/lib/module/Poll/components/PollCampaignCard.js.map +1 -1
- package/lib/module/Poll/components/PollCard.js +0 -1
- package/lib/module/Poll/components/PollCard.js.map +1 -1
- package/lib/module/Poll/components/PollOptionCard.js +1 -1
- package/lib/module/Poll/components/PollOptionCard.js.map +1 -1
- package/lib/module/Poll/components/PollSelectCard.js +0 -1
- package/lib/module/Poll/components/PollSelectCard.js.map +1 -1
- package/lib/module/Poll/components/ResponseTimer.js +1 -1
- package/lib/module/Poll/components/ResponseTimer.js.map +1 -1
- package/lib/module/Poll/components/WidgetHeader.js +0 -1
- package/lib/module/Poll/components/WidgetHeader.js.map +1 -1
- package/lib/module/Poll/flashmarket/ResultCard.js +1 -1
- package/lib/module/Poll/flashmarket/ResultCard.js.map +1 -1
- package/lib/module/Poll/flashmarket/index.js +1 -1
- package/lib/module/Poll/flashmarket/index.js.map +1 -1
- package/lib/module/Poll/index.js +1 -1
- package/lib/module/Poll/index.js.map +1 -1
- package/lib/module/ProfileManager/Components/BasicInfoManager.js +1 -1
- package/lib/module/ProfileManager/Components/BasicInfoManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/BasicStatus.js +0 -1
- package/lib/module/ProfileManager/Components/BasicStatus.js.map +1 -1
- package/lib/module/ProfileManager/Components/CodeRedeem.js +1 -1
- package/lib/module/ProfileManager/Components/CodeRedeem.js.map +1 -1
- package/lib/module/ProfileManager/Components/DOBManager.js +1 -1
- package/lib/module/ProfileManager/Components/DOBManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/EmailManager.js +1 -1
- package/lib/module/ProfileManager/Components/EmailManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/PasswordManager.js +1 -1
- package/lib/module/ProfileManager/Components/PasswordManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/PhoneManager.js +1 -1
- package/lib/module/ProfileManager/Components/PhoneManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfilePicManager.js +1 -1
- package/lib/module/ProfileManager/Components/ProfilePicManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfileWelcome.js +0 -1
- package/lib/module/ProfileManager/Components/ProfileWelcome.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfileWizard.js +1 -1
- package/lib/module/ProfileManager/Components/ProfileWizard.js.map +1 -1
- package/lib/module/ProfileManager/Components/SettingsManager.js +1 -1
- package/lib/module/ProfileManager/Components/SettingsManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/VouchCard.js +1 -1
- package/lib/module/ProfileManager/Components/VouchCard.js.map +1 -1
- package/lib/module/ProfileManager/index.js +1 -1
- package/lib/module/ProfileManager/index.js.map +1 -1
- package/lib/module/SocialComponents/PlayerCard.js +0 -1
- package/lib/module/SocialComponents/PlayerCard.js.map +1 -1
- package/lib/module/SocialComponents/PlayerFollowButton.js +0 -1
- package/lib/module/SocialComponents/PlayerFollowButton.js.map +1 -1
- package/lib/module/SocialComponents/PlayerList.js +1 -1
- package/lib/module/SocialComponents/PlayerList.js.map +1 -1
- package/lib/module/Socket/api/index.js +13 -0
- package/lib/module/Socket/api/index.js.map +1 -0
- package/lib/module/Socket/index.js +113 -0
- package/lib/module/Socket/index.js.map +1 -0
- package/lib/module/Squares/api/index.js +91 -0
- package/lib/module/Squares/api/index.js.map +1 -0
- package/lib/module/Squares/components/BidForm.js +166 -0
- package/lib/module/Squares/components/BidForm.js.map +1 -0
- package/lib/module/Squares/components/BidToggle.js +56 -0
- package/lib/module/Squares/components/BidToggle.js.map +1 -0
- package/lib/module/Squares/components/BoardStats.js +137 -0
- package/lib/module/Squares/components/BoardStats.js.map +1 -0
- package/lib/module/Squares/components/EventCard.js +125 -0
- package/lib/module/Squares/components/EventCard.js.map +1 -0
- package/lib/module/Squares/components/MySquaresCard.js +102 -0
- package/lib/module/Squares/components/MySquaresCard.js.map +1 -0
- package/lib/module/Squares/components/OfferForm.js +174 -0
- package/lib/module/Squares/components/OfferForm.js.map +1 -0
- package/lib/module/Squares/components/ResultsCard.js +101 -0
- package/lib/module/Squares/components/ResultsCard.js.map +1 -0
- package/lib/module/Squares/components/SquareCard.js +330 -0
- package/lib/module/Squares/components/SquareCard.js.map +1 -0
- package/lib/module/Squares/components/SquareOfferCard.js +259 -0
- package/lib/module/Squares/components/SquareOfferCard.js.map +1 -0
- package/lib/module/Squares/components/SquareOwners.js +116 -0
- package/lib/module/Squares/components/SquareOwners.js.map +1 -0
- package/lib/module/Squares/components/SquaresBoard.js +202 -0
- package/lib/module/Squares/components/SquaresBoard.js.map +1 -0
- package/lib/module/Squares/components/SquaresDetails.js +83 -0
- package/lib/module/Squares/components/SquaresDetails.js.map +1 -0
- package/lib/module/Squares/index.js +561 -0
- package/lib/module/Squares/index.js.map +1 -0
- package/lib/module/Wallet/components/ACHAddCard.js +0 -1
- package/lib/module/Wallet/components/ACHAddCard.js.map +1 -1
- package/lib/module/Wallet/components/AccountCard.js +0 -1
- package/lib/module/Wallet/components/AccountCard.js.map +1 -1
- package/lib/module/Wallet/components/AccountLimitManager.js +1 -1
- package/lib/module/Wallet/components/AccountLimitManager.js.map +1 -1
- package/lib/module/Wallet/components/AccountManager.js +0 -1
- package/lib/module/Wallet/components/AccountManager.js.map +1 -1
- package/lib/module/Wallet/components/AccountSnoozeManager.js +1 -1
- package/lib/module/Wallet/components/AccountSnoozeManager.js.map +1 -1
- package/lib/module/Wallet/components/AddressCard.js +0 -1
- package/lib/module/Wallet/components/AddressCard.js.map +1 -1
- package/lib/module/Wallet/components/AddressManager.js +1 -1
- package/lib/module/Wallet/components/AddressManager.js.map +1 -1
- package/lib/module/Wallet/components/DepositCard.js +1 -1
- package/lib/module/Wallet/components/DepositCard.js.map +1 -1
- package/lib/module/Wallet/components/FundAccountCard.js +0 -1
- package/lib/module/Wallet/components/FundAccountCard.js.map +1 -1
- package/lib/module/Wallet/components/ItemOrderCard.js +1 -1
- package/lib/module/Wallet/components/ItemOrderCard.js.map +1 -1
- package/lib/module/Wallet/components/ItemOrderDetailCard.js +0 -1
- package/lib/module/Wallet/components/ItemOrderDetailCard.js.map +1 -1
- package/lib/module/Wallet/components/LinkAccountManager.js +1 -1
- package/lib/module/Wallet/components/LinkAccountManager.js.map +1 -1
- package/lib/module/Wallet/components/ManageAccountCard.js +1 -1
- package/lib/module/Wallet/components/ManageAccountCard.js.map +1 -1
- package/lib/module/Wallet/components/ManualACHAdd.js +1 -1
- package/lib/module/Wallet/components/ManualACHAdd.js.map +1 -1
- package/lib/module/Wallet/components/ManualCardAdd.js +1 -1
- package/lib/module/Wallet/components/ManualCardAdd.js.map +1 -1
- package/lib/module/Wallet/components/MyBalance.js +0 -1
- package/lib/module/Wallet/components/MyBalance.js.map +1 -1
- package/lib/module/Wallet/components/OrderManager.js +1 -1
- package/lib/module/Wallet/components/OrderManager.js.map +1 -1
- package/lib/module/Wallet/components/RemoveAccount.js +0 -1
- package/lib/module/Wallet/components/RemoveAccount.js.map +1 -1
- package/lib/module/Wallet/components/VerifyACHAccount.js +1 -1
- package/lib/module/Wallet/components/VerifyACHAccount.js.map +1 -1
- package/lib/module/Wallet/components/WalletActionSelector.js +1 -1
- package/lib/module/Wallet/components/WalletActionSelector.js.map +1 -1
- package/lib/module/Wallet/components/WalletSettings.js +0 -1
- package/lib/module/Wallet/components/WalletSettings.js.map +1 -1
- package/lib/module/Wallet/components/WalletSetup.js +1 -1
- package/lib/module/Wallet/components/WalletSetup.js.map +1 -1
- package/lib/module/Wallet/components/WithdrawCard.js +1 -1
- package/lib/module/Wallet/components/WithdrawCard.js.map +1 -1
- package/lib/module/Wallet/index.js +1 -1
- package/lib/module/Wallet/index.js.map +1 -1
- package/lib/module/constants/styles.js +86 -0
- package/lib/module/constants/styles.js.map +1 -1
- package/lib/module/index.js +3 -1
- package/lib/module/index.js.map +1 -1
- package/lib/typescript/src/AdServer/components/CompanyAdCard.d.ts +1 -2
- package/lib/typescript/src/AdServer/components/CompanyAdCard.d.ts.map +1 -1
- package/lib/typescript/src/AdServer/index.d.ts +2 -3
- package/lib/typescript/src/AdServer/index.d.ts.map +1 -1
- package/lib/typescript/src/ApiOverrides/index.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/AuthStrategyIdentifier.d.ts +1 -2
- package/lib/typescript/src/Authenticator/Components/AuthStrategyIdentifier.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/LoginForm.d.ts +1 -2
- package/lib/typescript/src/Authenticator/Components/LoginForm.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/StrategyForm.d.ts +1 -2
- package/lib/typescript/src/Authenticator/Components/StrategyForm.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/index.d.ts +1 -2
- package/lib/typescript/src/Authenticator/index.d.ts.map +1 -1
- package/lib/typescript/src/BettorSearch/index.d.ts +1 -2
- package/lib/typescript/src/BettorSearch/index.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketCompetitionCard.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/BracketCompetitionCard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketCompetitionSelector.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/BracketCompetitionSelector.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketNavigator.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketNavigator.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketRound.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketRound.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/RoundEvent.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/BracketPlay/RoundEvent.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/index.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/BracketPlay/index.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketSelector.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/BracketSelector.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/CompetitionLeaderboard.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/CompetitionLeaderboard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/JoinCompetitionCard.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/JoinCompetitionCard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBalanceCard.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/PlayerBalanceCard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBracketManager.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/PlayerBracketManager.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBrackets.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/PlayerBrackets.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/RoomMenu.d.ts +1 -2
- package/lib/typescript/src/Bracket/components/RoomMenu.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/index.d.ts +1 -2
- package/lib/typescript/src/Bracket/index.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/AccountSummaryCard.d.ts +1 -2
- package/lib/typescript/src/Checkout/components/AccountSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/ItemSummaryCard.d.ts +1 -2
- package/lib/typescript/src/Checkout/components/ItemSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/OrderSummaryCard.d.ts +1 -2
- package/lib/typescript/src/Checkout/components/OrderSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/PayPalOrderCapture.d.ts +1 -2
- package/lib/typescript/src/Checkout/components/PayPalOrderCapture.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/ShippingSummaryCard.d.ts +1 -2
- package/lib/typescript/src/Checkout/components/ShippingSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/index.d.ts +1 -2
- package/lib/typescript/src/Checkout/index.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/AthleteMarketCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/AthleteMarketCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/CompetitionCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionInfoCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/CompetitionInfoCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionLeaderboard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/CompetitionLeaderboard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionPlay.d.ts +1 -2
- package/lib/typescript/src/Competition/components/CompetitionPlay.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionSeasonCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/CompetitionSeasonCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionSelector.d.ts +1 -2
- package/lib/typescript/src/Competition/components/CompetitionSelector.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionTypeCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/CompetitionTypeCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/EnterCompetitionPrompt.d.ts +1 -2
- package/lib/typescript/src/Competition/components/EnterCompetitionPrompt.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/LeaderPicks.d.ts +1 -2
- package/lib/typescript/src/Competition/components/LeaderPicks.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/ManageSeasonForm.d.ts +1 -2
- package/lib/typescript/src/Competition/components/ManageSeasonForm.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/MarketsCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/MarketsCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/MatchMarketCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/MatchMarketCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/NavOutPrompt.d.ts +1 -2
- package/lib/typescript/src/Competition/components/NavOutPrompt.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/SeasonInfoModal.d.ts +1 -2
- package/lib/typescript/src/Competition/components/SeasonInfoModal.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/TeamEventCard.d.ts +1 -2
- package/lib/typescript/src/Competition/components/TeamEventCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/WagerPickForm.d.ts +1 -2
- package/lib/typescript/src/Competition/components/WagerPickForm.d.ts.map +1 -1
- package/lib/typescript/src/Competition/index.d.ts +1 -2
- package/lib/typescript/src/Competition/index.d.ts.map +1 -1
- package/lib/typescript/src/Components/Button.d.ts +1 -2
- package/lib/typescript/src/Components/Button.d.ts.map +1 -1
- package/lib/typescript/src/Components/Checkbox.d.ts +1 -2
- package/lib/typescript/src/Components/Checkbox.d.ts.map +1 -1
- package/lib/typescript/src/Components/Icons.d.ts +57 -53
- package/lib/typescript/src/Components/Icons.d.ts.map +1 -1
- package/lib/typescript/src/Components/ImageUploader.d.ts +1 -2
- package/lib/typescript/src/Components/ImageUploader.d.ts.map +1 -1
- package/lib/typescript/src/Components/Jerseys.d.ts +2 -3
- package/lib/typescript/src/Components/Jerseys.d.ts.map +1 -1
- package/lib/typescript/src/Components/LinearDiagnal.d.ts +1 -2
- package/lib/typescript/src/Components/LinearDiagnal.d.ts.map +1 -1
- package/lib/typescript/src/Components/Spring.d.ts +1 -2
- package/lib/typescript/src/Components/Spring.d.ts.map +1 -1
- package/lib/typescript/src/Components/Switch.d.ts +1 -2
- package/lib/typescript/src/Components/Switch.d.ts.map +1 -1
- package/lib/typescript/src/Components/Text.d.ts +3 -2
- package/lib/typescript/src/Components/Text.d.ts.map +1 -1
- package/lib/typescript/src/Components/TextInput.d.ts +1 -2
- package/lib/typescript/src/Components/TextInput.d.ts.map +1 -1
- package/lib/typescript/src/LocationTracker/index.d.ts +1 -2
- package/lib/typescript/src/LocationTracker/index.d.ts.map +1 -1
- package/lib/typescript/src/Observer/Observer.d.ts +1 -2
- package/lib/typescript/src/Observer/Observer.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignPlay.d.ts +1 -2
- package/lib/typescript/src/Poll/components/CampaignPlay.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignProgressBar.d.ts +1 -2
- package/lib/typescript/src/Poll/components/CampaignProgressBar.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignResult.d.ts +1 -2
- package/lib/typescript/src/Poll/components/CampaignResult.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignSelector.d.ts +1 -2
- package/lib/typescript/src/Poll/components/CampaignSelector.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollCampaignCard.d.ts +1 -2
- package/lib/typescript/src/Poll/components/PollCampaignCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollCard.d.ts +1 -2
- package/lib/typescript/src/Poll/components/PollCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollOptionCard.d.ts +1 -2
- package/lib/typescript/src/Poll/components/PollOptionCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollSelectCard.d.ts +1 -2
- package/lib/typescript/src/Poll/components/PollSelectCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/ResponseTimer.d.ts +1 -2
- package/lib/typescript/src/Poll/components/ResponseTimer.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/WidgetHeader.d.ts +1 -2
- package/lib/typescript/src/Poll/components/WidgetHeader.d.ts.map +1 -1
- package/lib/typescript/src/Poll/flashmarket/ResultCard.d.ts +1 -2
- package/lib/typescript/src/Poll/flashmarket/ResultCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/flashmarket/index.d.ts +1 -2
- package/lib/typescript/src/Poll/flashmarket/index.d.ts.map +1 -1
- package/lib/typescript/src/Poll/index.d.ts +1 -2
- package/lib/typescript/src/Poll/index.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/BasicInfoManager.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/BasicInfoManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/BasicStatus.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/BasicStatus.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/CodeRedeem.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/CodeRedeem.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/DOBManager.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/DOBManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/EmailManager.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/EmailManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/PasswordManager.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/PasswordManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/PhoneManager.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/PhoneManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfilePicManager.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/ProfilePicManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWelcome.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/ProfileWelcome.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWizard.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/ProfileWizard.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/SettingsManager.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/SettingsManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/VouchCard.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/Components/VouchCard.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/index.d.ts +1 -2
- package/lib/typescript/src/ProfileManager/index.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PlayerCard.d.ts +1 -2
- package/lib/typescript/src/SocialComponents/PlayerCard.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PlayerFollowButton.d.ts +1 -2
- package/lib/typescript/src/SocialComponents/PlayerFollowButton.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PlayerList.d.ts +1 -2
- package/lib/typescript/src/SocialComponents/PlayerList.d.ts.map +1 -1
- package/lib/typescript/src/Socket/api/index.d.ts +6 -0
- package/lib/typescript/src/Socket/api/index.d.ts.map +1 -0
- package/lib/typescript/src/Socket/index.d.ts +11 -0
- package/lib/typescript/src/Socket/index.d.ts.map +1 -0
- package/lib/typescript/src/Squares/api/index.d.ts +29 -0
- package/lib/typescript/src/Squares/api/index.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/BidForm.d.ts +21 -0
- package/lib/typescript/src/Squares/components/BidForm.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/BidToggle.d.ts +9 -0
- package/lib/typescript/src/Squares/components/BidToggle.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/BoardStats.d.ts +10 -0
- package/lib/typescript/src/Squares/components/BoardStats.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/EventCard.d.ts +8 -0
- package/lib/typescript/src/Squares/components/EventCard.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/MySquaresCard.d.ts +13 -0
- package/lib/typescript/src/Squares/components/MySquaresCard.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/OfferForm.d.ts +22 -0
- package/lib/typescript/src/Squares/components/OfferForm.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/ResultsCard.d.ts +11 -0
- package/lib/typescript/src/Squares/components/ResultsCard.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/SquareCard.d.ts +20 -0
- package/lib/typescript/src/Squares/components/SquareCard.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/SquareOfferCard.d.ts +12 -0
- package/lib/typescript/src/Squares/components/SquareOfferCard.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/SquareOwners.d.ts +9 -0
- package/lib/typescript/src/Squares/components/SquareOwners.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/SquaresBoard.d.ts +18 -0
- package/lib/typescript/src/Squares/components/SquaresBoard.d.ts.map +1 -0
- package/lib/typescript/src/Squares/components/SquaresDetails.d.ts +9 -0
- package/lib/typescript/src/Squares/components/SquaresDetails.d.ts.map +1 -0
- package/lib/typescript/src/Squares/index.d.ts +14 -0
- package/lib/typescript/src/Squares/index.d.ts.map +1 -0
- package/lib/typescript/src/Wallet/components/ACHAddCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/ACHAddCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/AccountCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountLimitManager.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/AccountLimitManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountManager.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/AccountManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountSnoozeManager.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/AccountSnoozeManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AddressCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/AddressCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AddressManager.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/AddressManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/DepositCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/DepositCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/FundAccountCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/FundAccountCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ItemOrderCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/ItemOrderCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ItemOrderDetailCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/ItemOrderDetailCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/LinkAccountManager.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/LinkAccountManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ManageAccountCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/ManageAccountCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ManualACHAdd.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/ManualACHAdd.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ManualCardAdd.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/ManualCardAdd.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/MyBalance.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/MyBalance.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/OrderManager.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/OrderManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/RemoveAccount.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/RemoveAccount.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/VerifyACHAccount.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/VerifyACHAccount.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WalletActionSelector.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/WalletActionSelector.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WalletSettings.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/WalletSettings.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WalletSetup.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/WalletSetup.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WithdrawCard.d.ts +1 -2
- package/lib/typescript/src/Wallet/components/WithdrawCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/index.d.ts +1 -2
- package/lib/typescript/src/Wallet/index.d.ts.map +1 -1
- package/lib/typescript/src/constants/styles.d.ts +86 -0
- package/lib/typescript/src/constants/styles.d.ts.map +1 -1
- package/lib/typescript/src/index.d.ts +3 -1
- package/lib/typescript/src/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/AdServer/components/CompanyAdCard.tsx +1 -1
- package/src/AdServer/index.tsx +1 -1
- package/src/ApiOverrides/index.ts +6 -3
- package/src/Authenticator/Components/AuthStrategyIdentifier.tsx +0 -1
- package/src/Authenticator/Components/LoginForm.tsx +1 -1
- package/src/Authenticator/Components/StrategyForm.tsx +1 -1
- package/src/Authenticator/index.tsx +1 -1
- package/src/BettorSearch/index.tsx +1 -1
- package/src/Bracket/components/BracketCompetitionCard.tsx +1 -1
- package/src/Bracket/components/BracketCompetitionSelector.tsx +1 -1
- package/src/Bracket/components/BracketPlay/BracketNavigator.tsx +0 -1
- package/src/Bracket/components/BracketPlay/BracketRound.tsx +0 -1
- package/src/Bracket/components/BracketPlay/RoundEvent.tsx +0 -1
- package/src/Bracket/components/BracketPlay/index.tsx +1 -1
- package/src/Bracket/components/BracketSelector.tsx +0 -1
- package/src/Bracket/components/CompetitionLeaderboard.tsx +1 -1
- package/src/Bracket/components/JoinCompetitionCard.tsx +1 -1
- package/src/Bracket/components/PlayerBalanceCard.tsx +0 -1
- package/src/Bracket/components/PlayerBracketManager.tsx +1 -1
- package/src/Bracket/components/PlayerBrackets.tsx +0 -1
- package/src/Bracket/components/RoomMenu.tsx +0 -1
- package/src/Bracket/index.tsx +1 -1
- package/src/Checkout/components/AccountSummaryCard.tsx +0 -1
- package/src/Checkout/components/ItemSummaryCard.tsx +0 -1
- package/src/Checkout/components/OrderSummaryCard.tsx +0 -1
- package/src/Checkout/components/PayPalOrderCapture.tsx +0 -1
- package/src/Checkout/components/ShippingSummaryCard.tsx +0 -1
- package/src/Checkout/index.tsx +1 -1
- package/src/Competition/components/AthleteMarketCard.tsx +0 -1
- package/src/Competition/components/CompetitionCard.tsx +0 -1
- package/src/Competition/components/CompetitionInfoCard.tsx +0 -1
- package/src/Competition/components/CompetitionLeaderboard.tsx +1 -1
- package/src/Competition/components/CompetitionPlay.tsx +1 -1
- package/src/Competition/components/CompetitionSeasonCard.tsx +0 -1
- package/src/Competition/components/CompetitionSelector.tsx +1 -1
- package/src/Competition/components/CompetitionTypeCard.tsx +1 -1
- package/src/Competition/components/EnterCompetitionPrompt.tsx +1 -1
- package/src/Competition/components/LeaderPicks.tsx +1 -1
- package/src/Competition/components/ManageSeasonForm.tsx +1 -1
- package/src/Competition/components/MarketsCard.tsx +1 -1
- package/src/Competition/components/MatchMarketCard.tsx +0 -1
- package/src/Competition/components/NavOutPrompt.tsx +0 -1
- package/src/Competition/components/SeasonInfoModal.tsx +1 -1
- package/src/Competition/components/TeamEventCard.tsx +0 -1
- package/src/Competition/components/WagerPickForm.tsx +1 -1
- package/src/Competition/index.tsx +1 -1
- package/src/Components/Button.tsx +0 -1
- package/src/Components/Checkbox.tsx +0 -1
- package/src/Components/Icons.tsx +76 -2
- package/src/Components/ImageUploader.tsx +1 -1
- package/src/Components/Jerseys.tsx +0 -1
- package/src/Components/LinearDiagnal.tsx +1 -1
- package/src/Components/Spring.tsx +0 -1
- package/src/Components/Switch.tsx +0 -1
- package/src/Components/Text.tsx +23 -3
- package/src/Components/TextInput.tsx +0 -1
- package/src/LocationTracker/index.tsx +0 -1
- package/src/Observer/Observer.tsx +0 -1
- package/src/Poll/components/CampaignPlay.tsx +0 -1
- package/src/Poll/components/CampaignProgressBar.tsx +0 -1
- package/src/Poll/components/CampaignResult.tsx +0 -1
- package/src/Poll/components/CampaignSelector.tsx +1 -1
- package/src/Poll/components/PollCampaignCard.tsx +0 -1
- package/src/Poll/components/PollCard.tsx +0 -1
- package/src/Poll/components/PollOptionCard.tsx +1 -1
- package/src/Poll/components/PollSelectCard.tsx +0 -1
- package/src/Poll/components/ResponseTimer.tsx +1 -1
- package/src/Poll/components/WidgetHeader.tsx +0 -1
- package/src/Poll/flashmarket/ResultCard.tsx +1 -1
- package/src/Poll/flashmarket/index.tsx +1 -1
- package/src/Poll/index.tsx +1 -1
- package/src/ProfileManager/Components/BasicInfoManager.tsx +1 -1
- package/src/ProfileManager/Components/BasicStatus.tsx +0 -1
- package/src/ProfileManager/Components/CodeRedeem.tsx +1 -1
- package/src/ProfileManager/Components/DOBManager.tsx +1 -1
- package/src/ProfileManager/Components/EmailManager.tsx +1 -1
- package/src/ProfileManager/Components/PasswordManager.tsx +1 -1
- package/src/ProfileManager/Components/PhoneManager.tsx +1 -1
- package/src/ProfileManager/Components/ProfilePicManager.tsx +1 -1
- package/src/ProfileManager/Components/ProfileWelcome.tsx +0 -1
- package/src/ProfileManager/Components/ProfileWizard.tsx +1 -1
- package/src/ProfileManager/Components/SettingsManager.tsx +1 -1
- package/src/ProfileManager/Components/VouchCard.tsx +1 -1
- package/src/ProfileManager/index.tsx +1 -1
- package/src/SocialComponents/PlayerCard.tsx +0 -1
- package/src/SocialComponents/PlayerFollowButton.tsx +0 -1
- package/src/SocialComponents/PlayerList.tsx +1 -1
- package/src/Socket/api/index.ts +15 -0
- package/src/Socket/index.tsx +96 -0
- package/src/Squares/api/index.ts +69 -0
- package/src/Squares/components/BidForm.tsx +85 -0
- package/src/Squares/components/BidToggle.tsx +27 -0
- package/src/Squares/components/BoardStats.tsx +70 -0
- package/src/Squares/components/EventCard.tsx +77 -0
- package/src/Squares/components/MySquaresCard.tsx +80 -0
- package/src/Squares/components/OfferForm.tsx +94 -0
- package/src/Squares/components/ResultsCard.tsx +67 -0
- package/src/Squares/components/SquareCard.tsx +190 -0
- package/src/Squares/components/SquareOfferCard.tsx +101 -0
- package/src/Squares/components/SquareOwners.tsx +69 -0
- package/src/Squares/components/SquaresBoard.tsx +161 -0
- package/src/Squares/components/SquaresDetails.tsx +54 -0
- package/src/Squares/index.tsx +398 -0
- package/src/Wallet/components/ACHAddCard.tsx +0 -1
- package/src/Wallet/components/AccountCard.tsx +0 -1
- package/src/Wallet/components/AccountLimitManager.tsx +1 -1
- package/src/Wallet/components/AccountManager.tsx +0 -1
- package/src/Wallet/components/AccountSnoozeManager.tsx +1 -1
- package/src/Wallet/components/AddressCard.tsx +0 -1
- package/src/Wallet/components/AddressManager.tsx +1 -1
- package/src/Wallet/components/DepositCard.tsx +1 -1
- package/src/Wallet/components/FundAccountCard.tsx +0 -1
- package/src/Wallet/components/ItemOrderCard.tsx +1 -1
- package/src/Wallet/components/ItemOrderDetailCard.tsx +0 -1
- package/src/Wallet/components/LinkAccountManager.tsx +1 -1
- package/src/Wallet/components/ManageAccountCard.tsx +1 -1
- package/src/Wallet/components/ManualACHAdd.tsx +1 -1
- package/src/Wallet/components/ManualCardAdd.tsx +1 -1
- package/src/Wallet/components/MyBalance.tsx +0 -1
- package/src/Wallet/components/OrderManager.tsx +1 -1
- package/src/Wallet/components/RemoveAccount.tsx +0 -1
- package/src/Wallet/components/VerifyACHAccount.tsx +1 -1
- package/src/Wallet/components/WalletActionSelector.tsx +1 -1
- package/src/Wallet/components/WalletSettings.tsx +0 -1
- package/src/Wallet/components/WalletSetup.tsx +1 -1
- package/src/Wallet/components/WithdrawCard.tsx +1 -1
- package/src/Wallet/index.tsx +1 -1
- package/src/constants/styles.ts +15 -2
- package/src/index.tsx +6 -1
- package/src/types.d.ts +52 -1
|
@@ -4,13 +4,11 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
var _react = _interopRequireWildcard(require("react"));
|
|
8
7
|
var _reactNative = require("react-native");
|
|
8
|
+
var _react = require("react");
|
|
9
9
|
var _colors = _interopRequireDefault(require("../../constants/colors"));
|
|
10
10
|
var _Components = require("../../Components");
|
|
11
11
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
12
|
-
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); }
|
|
13
|
-
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
12
|
const CampaignProgressBar = ({
|
|
15
13
|
poll_responses,
|
|
16
14
|
active_poll,
|
|
@@ -37,7 +35,7 @@ const CampaignProgressBar = ({
|
|
|
37
35
|
}
|
|
38
36
|
console.log('rendering!!!');
|
|
39
37
|
const active = active_poll == data.item.poll_id ? true : false;
|
|
40
|
-
return /*#__PURE__*/
|
|
38
|
+
return /*#__PURE__*/React.createElement(_reactNative.TouchableOpacity, {
|
|
41
39
|
onPress: () => onPollSelect(data.item),
|
|
42
40
|
style: {
|
|
43
41
|
margin: 2,
|
|
@@ -52,12 +50,12 @@ const CampaignProgressBar = ({
|
|
|
52
50
|
};
|
|
53
51
|
const questions_answered = poll_responses.length;
|
|
54
52
|
const questions_unanswered = polls.length - questions_answered;
|
|
55
|
-
return /*#__PURE__*/
|
|
53
|
+
return /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
56
54
|
style: {
|
|
57
55
|
flexDirection: 'row',
|
|
58
56
|
alignItems: 'center'
|
|
59
57
|
}
|
|
60
|
-
}, /*#__PURE__*/
|
|
58
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
61
59
|
nativeID: "questions_answered",
|
|
62
60
|
style: {
|
|
63
61
|
flexDirection: 'row',
|
|
@@ -67,17 +65,17 @@ const CampaignProgressBar = ({
|
|
|
67
65
|
backgroundColor: _colors.default.highlights.highlight400,
|
|
68
66
|
padding: 5
|
|
69
67
|
}
|
|
70
|
-
}, /*#__PURE__*/
|
|
68
|
+
}, /*#__PURE__*/React.createElement(_Components.Icons.UserIcon, {
|
|
71
69
|
color: _colors.default.shades.white,
|
|
72
70
|
size: 12
|
|
73
|
-
}), /*#__PURE__*/
|
|
71
|
+
}), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
74
72
|
style: {
|
|
75
73
|
marginLeft: 5
|
|
76
74
|
},
|
|
77
75
|
size: 12,
|
|
78
76
|
color: _colors.default.shades.white,
|
|
79
77
|
weight: "semibold"
|
|
80
|
-
}, questions_answered)), /*#__PURE__*/
|
|
78
|
+
}, questions_answered)), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
81
79
|
nativeID: "progress_bar",
|
|
82
80
|
style: {
|
|
83
81
|
flex: 1
|
|
@@ -88,12 +86,12 @@ const CampaignProgressBar = ({
|
|
|
88
86
|
} = ev.nativeEvent.layout;
|
|
89
87
|
setProgressWidth(width);
|
|
90
88
|
}
|
|
91
|
-
}, /*#__PURE__*/
|
|
89
|
+
}, /*#__PURE__*/React.createElement(_reactNative.FlatList, {
|
|
92
90
|
data: polls,
|
|
93
91
|
horizontal: true,
|
|
94
92
|
showsHorizontalScrollIndicator: false,
|
|
95
93
|
renderItem: renderProgress
|
|
96
|
-
})), /*#__PURE__*/
|
|
94
|
+
})), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
97
95
|
nativeID: "questions_answered",
|
|
98
96
|
style: {
|
|
99
97
|
flexDirection: 'row',
|
|
@@ -103,10 +101,10 @@ const CampaignProgressBar = ({
|
|
|
103
101
|
backgroundColor: _colors.default.utility.warning,
|
|
104
102
|
padding: 5
|
|
105
103
|
}
|
|
106
|
-
}, /*#__PURE__*/
|
|
104
|
+
}, /*#__PURE__*/React.createElement(_Components.Icons.ListIcon, {
|
|
107
105
|
color: _colors.default.shades.white,
|
|
108
106
|
size: 12
|
|
109
|
-
}), /*#__PURE__*/
|
|
107
|
+
}), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
110
108
|
style: {
|
|
111
109
|
marginLeft: 5
|
|
112
110
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["_reactNative","require","_react","_colors","_interopRequireDefault","_Components","obj","__esModule","default","CampaignProgressBar","poll_responses","active_poll","polls","onPollSelect","progress_width","setProgressWidth","useState","getBarColor","pr","result_ind","Colors","utility","success","error","warning","renderProgress","data","width","length","color","shades","white","response","find","poll_id","item","console","log","active","React","createElement","TouchableOpacity","onPress","style","margin","borderWidth","borderColor","brand","midnight","borderRadius","height","backgroundColor","questions_answered","questions_unanswered","View","flexDirection","alignItems","nativeID","highlights","highlight400","padding","Icons","UserIcon","size","Text","marginLeft","weight","flex","onLayout","ev","nativeEvent","layout","FlatList","horizontal","showsHorizontalScrollIndicator","renderItem","ListIcon","_default","exports"],"sourceRoot":"../../../../src","sources":["Poll/components/CampaignProgressBar.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -4,14 +4,12 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
var _react = _interopRequireWildcard(require("react"));
|
|
8
7
|
var _reactNative = require("react-native");
|
|
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
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
14
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
15
13
|
const CampaignResult = ({
|
|
16
14
|
poll_campaign,
|
|
17
15
|
polls,
|
|
@@ -52,30 +50,30 @@ const CampaignResult = ({
|
|
|
52
50
|
const renderTrophy = place => {
|
|
53
51
|
switch (place) {
|
|
54
52
|
case 1:
|
|
55
|
-
return /*#__PURE__*/
|
|
53
|
+
return /*#__PURE__*/React.createElement(_Components.Icons.TrophyIcon, {
|
|
56
54
|
color: _colors.default.incentive.gold,
|
|
57
55
|
size: 16
|
|
58
56
|
});
|
|
59
57
|
case 2:
|
|
60
|
-
return /*#__PURE__*/
|
|
58
|
+
return /*#__PURE__*/React.createElement(_Components.Icons.TrophyIcon, {
|
|
61
59
|
color: _colors.default.incentive.silver,
|
|
62
60
|
size: 16
|
|
63
61
|
});
|
|
64
62
|
case 3:
|
|
65
|
-
return /*#__PURE__*/
|
|
63
|
+
return /*#__PURE__*/React.createElement(_Components.Icons.TrophyIcon, {
|
|
66
64
|
color: _colors.default.incentive.bronze,
|
|
67
65
|
size: 16
|
|
68
66
|
});
|
|
69
67
|
default:
|
|
70
|
-
return /*#__PURE__*/
|
|
68
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null);
|
|
71
69
|
}
|
|
72
70
|
};
|
|
73
71
|
const renderLeaders = data => {
|
|
74
72
|
const player = players.find(p => p.player_id == data.item.player_id);
|
|
75
73
|
if (!player) {
|
|
76
|
-
return /*#__PURE__*/
|
|
74
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null);
|
|
77
75
|
}
|
|
78
|
-
return /*#__PURE__*/
|
|
76
|
+
return /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
79
77
|
style: {
|
|
80
78
|
flexDirection: 'row',
|
|
81
79
|
alignItems: 'center',
|
|
@@ -84,7 +82,7 @@ const CampaignResult = ({
|
|
|
84
82
|
borderRadius: 22,
|
|
85
83
|
backgroundColor: _colors.default.shades.white
|
|
86
84
|
}
|
|
87
|
-
}, /*#__PURE__*/
|
|
85
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
88
86
|
nativeID: "place",
|
|
89
87
|
style: {
|
|
90
88
|
margin: 5,
|
|
@@ -96,24 +94,24 @@ const CampaignResult = ({
|
|
|
96
94
|
borderWidth: 1,
|
|
97
95
|
borderColor: _colors.default.brand.slate
|
|
98
96
|
}
|
|
99
|
-
}, /*#__PURE__*/
|
|
97
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
100
98
|
size: 10,
|
|
101
99
|
color: _colors.default.brand.midnight,
|
|
102
100
|
weight: "bold",
|
|
103
101
|
textAlign: "center"
|
|
104
|
-
}, data.index + 1)), /*#__PURE__*/
|
|
102
|
+
}, data.index + 1)), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
105
103
|
nativeID: "player",
|
|
106
104
|
style: {
|
|
107
105
|
flex: 1,
|
|
108
106
|
flexDirection: 'row',
|
|
109
107
|
alignItems: 'center'
|
|
110
108
|
}
|
|
111
|
-
}, /*#__PURE__*/
|
|
109
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
112
110
|
nativeID: "profile_pic",
|
|
113
111
|
style: {
|
|
114
112
|
marginRight: 10
|
|
115
113
|
}
|
|
116
|
-
}, /*#__PURE__*/
|
|
114
|
+
}, /*#__PURE__*/React.createElement(_reactNative.Image, {
|
|
117
115
|
source: {
|
|
118
116
|
uri: player.profile_pic && player.profile_pic != '' ? player.profile_pic : 'https://res.cloudinary.com/hoabts6mc/image/upload/v1689262384/default-avatar_bbkn2t.png'
|
|
119
117
|
},
|
|
@@ -123,23 +121,23 @@ const CampaignResult = ({
|
|
|
123
121
|
borderRadius: 100
|
|
124
122
|
},
|
|
125
123
|
resizeMode: "cover"
|
|
126
|
-
})), /*#__PURE__*/
|
|
124
|
+
})), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
127
125
|
style: {
|
|
128
126
|
flex: 1
|
|
129
127
|
},
|
|
130
128
|
nativeID: "name"
|
|
131
|
-
}, /*#__PURE__*/
|
|
129
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
132
130
|
size: 14,
|
|
133
131
|
color: _colors.default.brand.midnight,
|
|
134
132
|
weight: "bold"
|
|
135
|
-
}, player.username), /*#__PURE__*/
|
|
133
|
+
}, player.username), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
136
134
|
style: {
|
|
137
135
|
marginTop: 3
|
|
138
136
|
},
|
|
139
137
|
size: 12,
|
|
140
138
|
color: _colors.default.brand.midnight,
|
|
141
139
|
weight: "regular"
|
|
142
|
-
}, data.item.winnings.toFixed(2), " Points")), /*#__PURE__*/
|
|
140
|
+
}, data.item.winnings.toFixed(2), " Points")), /*#__PURE__*/React.createElement(_reactNative.View, null, renderTrophy(data.index + 1))));
|
|
143
141
|
};
|
|
144
142
|
|
|
145
143
|
//const questions_answered = poll_responses.length
|
|
@@ -147,17 +145,17 @@ const CampaignResult = ({
|
|
|
147
145
|
//let incorrect_answers = poll_responses.filter(pr => pr.result_ind == 'lose').length
|
|
148
146
|
let ungraded_answers = poll_responses.filter(pr => !pr.result_ind).length;
|
|
149
147
|
let points_earned = poll_responses.reduce((a, b) => a + b.winnings, 0);
|
|
150
|
-
return /*#__PURE__*/
|
|
148
|
+
return /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
151
149
|
style: {
|
|
152
150
|
flex: 1
|
|
153
151
|
}
|
|
154
|
-
}, /*#__PURE__*/
|
|
152
|
+
}, /*#__PURE__*/React.createElement(_reactNative.ScrollView, {
|
|
155
153
|
style: {
|
|
156
154
|
flex: 1,
|
|
157
155
|
padding: 10,
|
|
158
156
|
marginBottom: 10
|
|
159
157
|
}
|
|
160
|
-
}, /*#__PURE__*/
|
|
158
|
+
}, /*#__PURE__*/React.createElement(_reactNative.TouchableOpacity, {
|
|
161
159
|
style: {
|
|
162
160
|
flexDirection: 'row',
|
|
163
161
|
padding: 10,
|
|
@@ -174,178 +172,178 @@ const CampaignResult = ({
|
|
|
174
172
|
onShare();
|
|
175
173
|
}
|
|
176
174
|
}
|
|
177
|
-
}, /*#__PURE__*/
|
|
175
|
+
}, /*#__PURE__*/React.createElement(_Components.Icons.ShareSocialIcon, {
|
|
178
176
|
color: _colors.default.shades.white,
|
|
179
177
|
size: 14
|
|
180
|
-
}), /*#__PURE__*/
|
|
178
|
+
}), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
181
179
|
style: {
|
|
182
180
|
marginLeft: 5
|
|
183
181
|
},
|
|
184
182
|
size: 14,
|
|
185
183
|
color: _colors.default.shades.white,
|
|
186
184
|
weight: "bold"
|
|
187
|
-
}, "Share your results for a chance at a prize!")), /*#__PURE__*/
|
|
185
|
+
}, "Share your results for a chance at a prize!")), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
188
186
|
nativeID: "my_results"
|
|
189
|
-
}, /*#__PURE__*/
|
|
187
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
190
188
|
style: {
|
|
191
189
|
margin: 10
|
|
192
190
|
},
|
|
193
191
|
size: 16,
|
|
194
192
|
color: _colors.default.brand.midnight,
|
|
195
193
|
weight: "bold"
|
|
196
|
-
}, "My Results"), /*#__PURE__*/
|
|
194
|
+
}, "My Results"), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
197
195
|
style: {
|
|
198
196
|
borderRadius: 22,
|
|
199
197
|
backgroundColor: _colors.default.shades.shade100,
|
|
200
198
|
padding: 20
|
|
201
199
|
}
|
|
202
|
-
}, /*#__PURE__*/
|
|
200
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
203
201
|
nativeID: "completion",
|
|
204
202
|
style: {
|
|
205
203
|
flexDirection: 'row'
|
|
206
204
|
}
|
|
207
|
-
}, /*#__PURE__*/
|
|
205
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
208
206
|
nativeID: "total_questions",
|
|
209
207
|
style: {
|
|
210
208
|
flex: 1
|
|
211
209
|
}
|
|
212
|
-
}, /*#__PURE__*/
|
|
210
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
213
211
|
size: 12,
|
|
214
212
|
color: _colors.default.brand.slate,
|
|
215
213
|
weight: "semibold"
|
|
216
|
-
}, "TOTAL QUESTIONS"), /*#__PURE__*/
|
|
214
|
+
}, "TOTAL QUESTIONS"), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
217
215
|
style: {
|
|
218
216
|
marginTop: 5
|
|
219
217
|
},
|
|
220
218
|
size: 16,
|
|
221
219
|
color: _colors.default.brand.midnight,
|
|
222
220
|
weight: "bold"
|
|
223
|
-
}, polls.length, " Questions")), /*#__PURE__*/
|
|
221
|
+
}, polls.length, " Questions")), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
224
222
|
nativeID: "completion_pct",
|
|
225
223
|
style: {
|
|
226
224
|
flex: 1
|
|
227
225
|
}
|
|
228
|
-
}, /*#__PURE__*/
|
|
226
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
229
227
|
size: 12,
|
|
230
228
|
color: _colors.default.brand.slate,
|
|
231
229
|
weight: "semibold"
|
|
232
|
-
}, "COMPLETION"), /*#__PURE__*/
|
|
230
|
+
}, "COMPLETION"), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
233
231
|
style: {
|
|
234
232
|
marginTop: 5
|
|
235
233
|
},
|
|
236
234
|
size: 16,
|
|
237
235
|
color: _colors.default.brand.midnight,
|
|
238
236
|
weight: "bold"
|
|
239
|
-
}, ((polls.length - ungraded_answers) / polls.length * 100).toFixed(), "%"))), /*#__PURE__*/
|
|
237
|
+
}, ((polls.length - ungraded_answers) / polls.length * 100).toFixed(), "%"))), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
240
238
|
nativeID: "performance",
|
|
241
239
|
style: {
|
|
242
240
|
flexDirection: 'row',
|
|
243
241
|
marginTop: 10
|
|
244
242
|
}
|
|
245
|
-
}, /*#__PURE__*/
|
|
243
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
246
244
|
nativeID: "total_questions",
|
|
247
245
|
style: {
|
|
248
246
|
flex: 1
|
|
249
247
|
}
|
|
250
|
-
}, /*#__PURE__*/
|
|
248
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
251
249
|
size: 12,
|
|
252
250
|
color: _colors.default.brand.slate,
|
|
253
251
|
weight: "semibold"
|
|
254
|
-
}, "SUCCESS RATE"), /*#__PURE__*/
|
|
252
|
+
}, "SUCCESS RATE"), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
255
253
|
style: {
|
|
256
254
|
marginTop: 5
|
|
257
255
|
},
|
|
258
256
|
size: 16,
|
|
259
257
|
color: _colors.default.brand.midnight,
|
|
260
258
|
weight: "bold"
|
|
261
|
-
}, (correct_answers / polls.length * 100).toFixed(), "%")), /*#__PURE__*/
|
|
259
|
+
}, (correct_answers / polls.length * 100).toFixed(), "%")), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
262
260
|
nativeID: "completion_pct",
|
|
263
261
|
style: {
|
|
264
262
|
flex: 1
|
|
265
263
|
}
|
|
266
|
-
}, /*#__PURE__*/
|
|
264
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
267
265
|
size: 12,
|
|
268
266
|
color: _colors.default.brand.slate,
|
|
269
267
|
weight: "semibold"
|
|
270
|
-
}, "POINTS EARNED"), /*#__PURE__*/
|
|
268
|
+
}, "POINTS EARNED"), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
271
269
|
style: {
|
|
272
270
|
marginTop: 5
|
|
273
271
|
},
|
|
274
272
|
size: 16,
|
|
275
273
|
color: _colors.default.brand.midnight,
|
|
276
274
|
weight: "bold"
|
|
277
|
-
}, points_earned.toFixed(), " Points"))), /*#__PURE__*/
|
|
275
|
+
}, points_earned.toFixed(), " Points"))), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
278
276
|
style: {
|
|
279
277
|
borderRadius: 22,
|
|
280
278
|
backgroundColor: _colors.default.highlights.highlight200Faded,
|
|
281
279
|
padding: 10,
|
|
282
280
|
marginTop: 10
|
|
283
281
|
}
|
|
284
|
-
}, /*#__PURE__*/
|
|
282
|
+
}, /*#__PURE__*/React.createElement(_reactNative.TouchableOpacity, {
|
|
285
283
|
style: {
|
|
286
284
|
flexDirection: 'row',
|
|
287
285
|
alignItems: 'center'
|
|
288
286
|
},
|
|
289
287
|
onPress: () => setPointsExpanded(!points_expanded)
|
|
290
|
-
}, /*#__PURE__*/
|
|
288
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
291
289
|
style: {
|
|
292
290
|
flexDirection: 'row',
|
|
293
291
|
alignItems: 'center',
|
|
294
292
|
flex: 1
|
|
295
293
|
}
|
|
296
|
-
}, /*#__PURE__*/
|
|
294
|
+
}, /*#__PURE__*/React.createElement(_Components.Icons.AlertIcon, {
|
|
297
295
|
color: _colors.default.brand.midnight,
|
|
298
296
|
size: 14
|
|
299
|
-
}), /*#__PURE__*/
|
|
297
|
+
}), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
300
298
|
style: {
|
|
301
299
|
marginLeft: 5
|
|
302
300
|
},
|
|
303
301
|
size: 14,
|
|
304
302
|
color: _colors.default.brand.midnight,
|
|
305
303
|
weight: "semibold"
|
|
306
|
-
}, "How are points calculated?")), /*#__PURE__*/
|
|
304
|
+
}, "How are points calculated?")), /*#__PURE__*/React.createElement(_Components.Icons.ChevronIcon, {
|
|
307
305
|
direction: points_expanded ? 'up' : 'down',
|
|
308
306
|
color: _colors.default.brand.midnight
|
|
309
|
-
})), points_expanded ? /*#__PURE__*/
|
|
307
|
+
})), points_expanded ? /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
310
308
|
size: 12,
|
|
311
309
|
color: _colors.default.brand.midnight,
|
|
312
310
|
style: {
|
|
313
311
|
marginTop: 10
|
|
314
312
|
},
|
|
315
313
|
weight: "regular"
|
|
316
|
-
}, "Points are calculated based on the total responses by all participants. Each response is worth 1 point. The responders that selected the winning option will split the total point pool."), /*#__PURE__*/
|
|
314
|
+
}, "Points are calculated based on the total responses by all participants. Each response is worth 1 point. The responders that selected the winning option will split the total point pool."), /*#__PURE__*/React.createElement(_Components.Text, {
|
|
317
315
|
size: 12,
|
|
318
316
|
color: _colors.default.brand.midnight,
|
|
319
317
|
style: {
|
|
320
318
|
marginTop: 5
|
|
321
319
|
},
|
|
322
320
|
weight: "regular"
|
|
323
|
-
}, "Therefore, points earned will not be updated until the question is closed!")) : /*#__PURE__*/
|
|
321
|
+
}, "Therefore, points earned will not be updated until the question is closed!")) : /*#__PURE__*/React.createElement(React.Fragment, null)))), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
324
322
|
nativeID: "leader_header",
|
|
325
323
|
style: {
|
|
326
324
|
margin: 10,
|
|
327
325
|
flexDirection: 'row',
|
|
328
326
|
alignItems: 'center'
|
|
329
327
|
}
|
|
330
|
-
}, /*#__PURE__*/
|
|
328
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
331
329
|
style: {
|
|
332
330
|
flex: 1
|
|
333
331
|
},
|
|
334
332
|
size: 16,
|
|
335
333
|
color: _colors.default.brand.midnight,
|
|
336
334
|
weight: "bold"
|
|
337
|
-
}, "Leaderboard"), /*#__PURE__*/
|
|
335
|
+
}, "Leaderboard"), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
338
336
|
style: {
|
|
339
337
|
borderRadius: 22,
|
|
340
338
|
padding: 10,
|
|
341
339
|
backgroundColor: _colors.default.accents.accent100
|
|
342
340
|
}
|
|
343
|
-
}, /*#__PURE__*/
|
|
341
|
+
}, /*#__PURE__*/React.createElement(_Components.Text, {
|
|
344
342
|
size: 14,
|
|
345
343
|
color: _colors.default.brand.midnight,
|
|
346
344
|
weight: "regular",
|
|
347
345
|
textAlign: "center"
|
|
348
|
-
}, poll_campaign.total_responders, " Participants"))), /*#__PURE__*/
|
|
346
|
+
}, poll_campaign.total_responders, " Participants"))), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
349
347
|
nativeID: "leaderboard",
|
|
350
348
|
style: {
|
|
351
349
|
flex: 1,
|
|
@@ -354,21 +352,21 @@ const CampaignResult = ({
|
|
|
354
352
|
padding: 10,
|
|
355
353
|
backgroundColor: _colors.default.shades.shade100
|
|
356
354
|
}
|
|
357
|
-
}, poll_campaign.status == 'active' ? /*#__PURE__*/
|
|
355
|
+
}, poll_campaign.status == 'active' ? /*#__PURE__*/React.createElement(_Components.Text, {
|
|
358
356
|
size: 12,
|
|
359
357
|
color: _colors.default.utility.warning,
|
|
360
358
|
textAlign: "center"
|
|
361
|
-
}, "Points change as new responses come in") : /*#__PURE__*/
|
|
359
|
+
}, "Points change as new responses come in") : /*#__PURE__*/React.createElement(React.Fragment, null), /*#__PURE__*/React.createElement(_reactNative.FlatList, {
|
|
362
360
|
data: poll_campaign_leaders,
|
|
363
361
|
renderItem: renderLeaders,
|
|
364
362
|
keyExtractor: item => item.player_id.toString()
|
|
365
|
-
}))), !hide_back ? /*#__PURE__*/
|
|
363
|
+
}))), !hide_back ? /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
366
364
|
nativeID: "result_actions",
|
|
367
365
|
style: {
|
|
368
366
|
marginTop: 5,
|
|
369
367
|
padding: 10
|
|
370
368
|
}
|
|
371
|
-
}, /*#__PURE__*/
|
|
369
|
+
}, /*#__PURE__*/React.createElement(_Components.Button, {
|
|
372
370
|
title: "Go Back",
|
|
373
371
|
title_color: _colors.default.brand.electric,
|
|
374
372
|
borderWidth: 1,
|
|
@@ -376,7 +374,7 @@ const CampaignResult = ({
|
|
|
376
374
|
borderColor: _colors.default.brand.electric,
|
|
377
375
|
onPress: () => onClose(),
|
|
378
376
|
borderRadius: 22
|
|
379
|
-
})) : /*#__PURE__*/
|
|
377
|
+
})) : /*#__PURE__*/React.createElement(React.Fragment, null));
|
|
380
378
|
};
|
|
381
379
|
var _default = exports.default = CampaignResult;
|
|
382
380
|
//# sourceMappingURL=CampaignResult.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_api","_Components","_colors","_interopRequireDefault","obj","__esModule","default","_getRequireWildcardCache","e","WeakMap","r","t","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","CampaignResult","poll_campaign","polls","poll_responses","hide_back","onClose","onShare","leaders_state","setLeadersState","useState","loading","offset","poll_campaign_leaders","players","points_expanded","setPointsExpanded","useEffect","getDataFromServer","poll_campaign_id","leaders","PollCampaignApi","getLeadersByCampaignId","player_ids","map","l","player_id","ps","getPlayersByPlayerIds","renderTrophy","place","createElement","Icons","TrophyIcon","color","Colors","incentive","gold","size","silver","bronze","Fragment","renderLeaders","data","player","find","p","item","View","style","flexDirection","alignItems","margin","padding","borderRadius","backgroundColor","shades","white","nativeID","height","width","justifyContent","borderWidth","borderColor","brand","slate","Text","midnight","weight","textAlign","index","flex","marginRight","Image","source","uri","profile_pic","resizeMode","username","marginTop","winnings","toFixed","correct_answers","filter","pr","result_ind","length","ungraded_answers","points_earned","reduce","b","ScrollView","marginBottom","TouchableOpacity","paddingRight","paddingLeft","onPress","ShareSocialIcon","marginLeft","shade100","highlights","highlight200Faded","AlertIcon","ChevronIcon","direction","accents","accent100","total_responders","borderTopRightRadius","borderTopLeftRadius","status","utility","warning","FlatList","renderItem","keyExtractor","toString","Button","title","title_color","electric","_default","exports"],"sourceRoot":"../../../../src","sources":["Poll/components/CampaignResult.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,uBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AAEA,IAAAE,IAAA,GAAAF,OAAA;AAEA,IAAAG,WAAA,GAAAH,OAAA;AACA,IAAAI,OAAA,GAAAC,sBAAA,CAAAL,OAAA;AAA4C,SAAAK,uBAAAC,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,KAAAE,OAAA,EAAAF,GAAA;AAAA,SAAAG,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAX,wBAAAW,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAH,UAAA,SAAAG,CAAA,eAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,WAAAF,OAAA,EAAAE,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAC,GAAA,CAAAJ,CAAA,UAAAG,CAAA,CAAAE,GAAA,CAAAL,CAAA,OAAAM,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAZ,CAAA,oBAAAY,CAAA,OAAAC,cAAA,CAAAC,IAAA,CAAAd,CAAA,EAAAY,CAAA,SAAAG,CAAA,GAAAP,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAX,CAAA,EAAAY,CAAA,UAAAG,CAAA,KAAAA,CAAA,CAAAV,GAAA,IAAAU,CAAA,CAAAC,GAAA,IAAAP,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAG,CAAA,IAAAT,CAAA,CAAAM,CAAA,IAAAZ,CAAA,CAAAY,CAAA,YAAAN,CAAA,CAAAR,OAAA,GAAAE,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAa,GAAA,CAAAhB,CAAA,EAAAM,CAAA,GAAAA,CAAA;AAU5C,MAAMW,cAAc,GAAGA,CAAC;EAAEC,aAAa;EAAEC,KAAK;EAAEC,cAAc;EAAEC,SAAS;EAAEC,OAAO;EAAEC;AAA8B,CAAC,KAAK;EACpH,MAAM,CAAEC,aAAa,EAAEC,eAAe,CAAE,GAAG,IAAAC,eAAQ,EAKhD;IACCC,OAAO,EAAC,KAAK;IACbC,MAAM,EAAC,CAAC;IACRC,qBAAqB,EAAC,EAAE;IACxBC,OAAO,EAAE;EACb,CAAC,CAAC;EACF,MAAM,CAAEC,eAAe,EAAEC,iBAAiB,CAAE,GAAG,IAAAN,eAAQ,EAAC,KAAK,CAAC;EAE9D,MAAM;IAAEI,OAAO;IAAED;EAAsB,CAAC,GAAGL,aAAa;EAExD,IAAAS,gBAAS,EAAC,MAAM;IACZC,iBAAiB,CAAChB,aAAa,CAACiB,gBAAgB,EAAE,CAAC,CAAC;EACxD,CAAC,EAAC,CAACjB,aAAa,CAACiB,gBAAgB,CAAC,CAAC;EAEnC,MAAMD,iBAAiB,GAAG,MAAAA,CAAMC,gBAAuB,EAAEP,MAAa,KAAK;IACvEH,eAAe,CAAC;MAAE,GAAGD,aAAa;MAAEG,OAAO,EAAC;IAAK,CAAC,CAAC;IACnD,MAAMS,OAAO,GAAG,MAAMC,oBAAe,CAACC,sBAAsB,CAACH,gBAAgB,EAAEP,MAAM,CAAC;IACtF,MAAMW,UAAU,GAAGH,OAAO,CAACP,qBAAqB,CAACW,GAAG,CAACC,CAAC,IAAIA,CAAC,CAACC,SAAS,CAAC;IACtE,MAAMC,EAAE,GAAG,MAAMN,oBAAe,CAACO,qBAAqB,CAACL,UAAU,CAAC;IAClEd,eAAe,CAAC;MACZE,OAAO,EAAC,KAAK;MACbE,qBAAqB,EAAEO,OAAO,CAACP,qBAAqB;MACpDC,OAAO,EAAEa,EAAE;MACXf;IACJ,CAAC,CAAC;EACN,CAAC;EAED,MAAMiB,YAAY,GAAIC,KAAY,IAAK;IACnC,QAAOA,KAAK;MACR,KAAK,CAAC;QAAE,oBAAO1D,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAACtD,WAAA,CAAAuD,KAAK,CAACC,UAAU;UAACC,KAAK,EAAEC,eAAM,CAACC,SAAS,CAACC,IAAK;UAACC,IAAI,EAAE;QAAG,CAAC,CAAC;MAC1E,KAAK,CAAC;QAAE,oBAAOlE,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAACtD,WAAA,CAAAuD,KAAK,CAACC,UAAU;UAACC,KAAK,EAAEC,eAAM,CAACC,SAAS,CAACG,MAAO;UAACD,IAAI,EAAE;QAAG,CAAC,CAAC;MAC5E,KAAK,CAAC;QAAE,oBAAOlE,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAACtD,WAAA,CAAAuD,KAAK,CAACC,UAAU;UAACC,KAAK,EAAEC,eAAM,CAACC,SAAS,CAACI,MAAO;UAACF,IAAI,EAAE;QAAG,CAAC,CAAC;MAC5E;QAAS,oBAAOlE,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAAA3D,MAAA,CAAAU,OAAA,CAAA2D,QAAA,MAAI,CAAC;IACzB;EACJ,CAAC;EAED,MAAMC,aAAa,GAAIC,IAAkD,IAAK;IAC1E,MAAMC,MAAM,GAAG9B,OAAO,CAAC+B,IAAI,CAACC,CAAC,IAAIA,CAAC,CAACpB,SAAS,IAAIiB,IAAI,CAACI,IAAI,CAACrB,SAAS,CAAC;IACpE,IAAG,CAACkB,MAAM,EAAC;MAAE,oBAAOxE,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAAA3D,MAAA,CAAAU,OAAA,CAAA2D,QAAA,MAAI,CAAC;IAAC;IAC1B,oBACIrE,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAACxD,YAAA,CAAAyE,IAAI;MAACC,KAAK,EAAE;QAAEC,aAAa,EAAC,KAAK;QAAEC,UAAU,EAAC,QAAQ;QAAEC,MAAM,EAAC,CAAC;QAAEC,OAAO,EAAC,EAAE;QAAEC,YAAY,EAAC,EAAE;QAAEC,eAAe,EAACpB,eAAM,CAACqB,MAAM,CAACC;MAAM;IAAE,gBAClIrF,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAACxD,YAAA,CAAAyE,IAAI;MAACU,QAAQ,EAAC,OAAO;MAACT,KAAK,EAAE;QAAEG,MAAM,EAAC,CAAC;QAAEO,MAAM,EAAC,EAAE;QAAEC,KAAK,EAAC,EAAE;QAAEC,cAAc,EAAC,QAAQ;QAAEV,UAAU,EAAC,QAAQ;QAAEG,YAAY,EAAC,GAAG;QAAEQ,WAAW,EAAC,CAAC;QAAEC,WAAW,EAAC5B,eAAM,CAAC6B,KAAK,CAACC;MAAM;IAAE,gBAC3K7F,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAACtD,WAAA,CAAAyF,IAAI;MAAC5B,IAAI,EAAE,EAAG;MAACJ,KAAK,EAAEC,eAAM,CAAC6B,KAAK,CAACG,QAAS;MAACC,MAAM,EAAC,MAAM;MAACC,SAAS,EAAC;IAAQ,GAAE1B,IAAI,CAAC2B,KAAK,GAAC,CAAQ,CACjG,CAAC,eACPlG,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAACxD,YAAA,CAAAyE,IAAI;MAACU,QAAQ,EAAC,QAAQ;MAACT,KAAK,EAAE;QAAEsB,IAAI,EAAC,CAAC;QAAErB,aAAa,EAAC,KAAK;QAAEC,UAAU,EAAC;MAAS;IAAE,gBAChF/E,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAACxD,YAAA,CAAAyE,IAAI;MAACU,QAAQ,EAAC,aAAa;MAACT,KAAK,EAAE;QAAEuB,WAAW,EAAC;MAAG;IAAE,gBACnDpG,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAACxD,YAAA,CAAAkG,KAAK;MACFC,MAAM,EAAE;QAAEC,GAAG,EAAE/B,MAAM,CAACgC,WAAW,IAAIhC,MAAM,CAACgC,WAAW,IAAI,EAAE,GAAGhC,MAAM,CAACgC,WAAW,GAAG;MAA0F,CAAE;MACjL3B,KAAK,EAAE;QAAEU,MAAM,EAAC,EAAE;QAAEC,KAAK,EAAC,EAAE;QAAEN,YAAY,EAAC;MAAI,CAAE;MACjDuB,UAAU,EAAC;IAAO,CACrB,CACC,CAAC,eACPzG,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAACxD,YAAA,CAAAyE,IAAI;MAACC,KAAK,EAAE;QAAEsB,IAAI,EAAC;MAAE,CAAE;MAACb,QAAQ,EAAC;IAAM,gBACpCtF,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAACtD,WAAA,CAAAyF,IAAI;MAAC5B,IAAI,EAAE,EAAG;MAACJ,KAAK,EAAEC,eAAM,CAAC6B,KAAK,CAACG,QAAS;MAACC,MAAM,EAAC;IAAM,GAAExB,MAAM,CAACkC,QAAe,CAAC,eACpF1G,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAACtD,WAAA,CAAAyF,IAAI;MAACjB,KAAK,EAAE;QAAE8B,SAAS,EAAC;MAAE,CAAE;MAACzC,IAAI,EAAE,EAAG;MAACJ,KAAK,EAAEC,eAAM,CAAC6B,KAAK,CAACG,QAAS;MAACC,MAAM,EAAC;IAAS,GAAEzB,IAAI,CAACI,IAAI,CAACiC,QAAQ,CAACC,OAAO,CAAC,CAAC,CAAC,EAAC,SAAa,CACjI,CAAC,eACP7G,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAACxD,YAAA,CAAAyE,IAAI,QACAnB,YAAY,CAACc,IAAI,CAAC2B,KAAK,GAAG,CAAC,CAC1B,CACJ,CACJ,CAAC;EAEf,CAAC;;EAGD;EACA,IAAIY,eAAe,GAAG9E,cAAc,CAAC+E,MAAM,CAACC,EAAE,IAAIA,EAAE,CAACC,UAAU,IAAI,KAAK,CAAC,CAACC,MAAM;EAChF;EACA,IAAIC,gBAAgB,GAAGnF,cAAc,CAAC+E,MAAM,CAACC,EAAE,IAAI,CAACA,EAAE,CAACC,UAAU,CAAC,CAACC,MAAM;EACzE,IAAIE,aAAa,GAAGpF,cAAc,CAACqF,MAAM,CAAC,CAACjG,CAAC,EAACkG,CAAC,KAAKlG,CAAC,GAAGkG,CAAC,CAACV,QAAQ,EAAE,CAAC,CAAC;EAErE,oBACI5G,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAACxD,YAAA,CAAAyE,IAAI;IAACC,KAAK,EAAE;MAAEsB,IAAI,EAAC;IAAE;EAAE,gBACpBnG,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAACxD,YAAA,CAAAoH,UAAU;IAAC1C,KAAK,EAAE;MAAEsB,IAAI,EAAC,CAAC;MAAElB,OAAO,EAAC,EAAE;MAAEuC,YAAY,EAAC;IAAG;EAAE,gBACvDxH,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAACxD,YAAA,CAAAsH,gBAAgB;IACb5C,KAAK,EAAE;MAAEC,aAAa,EAAC,KAAK;MAAEG,OAAO,EAAC,EAAE;MAAEyC,YAAY,EAAC,EAAE;MAAEC,WAAW,EAAC,EAAE;MAAEzC,YAAY,EAAC,EAAE;MAAEO,cAAc,EAAC,QAAQ;MAAEV,UAAU,EAAC,QAAQ;MAAEyC,YAAY,EAAC,EAAE;MAAErC,eAAe,EAACpB,eAAM,CAACC,SAAS,CAACC;IAAK,CAAE;IACnM2D,OAAO,EAAEA,CAAA,KAAM;MACX,IAAGzF,OAAO,EAAC;QAAEA,OAAO,CAAC,CAAC;MAAC;IAC3B;EAAE,gBAEFnC,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAACtD,WAAA,CAAAuD,KAAK,CAACiE,eAAe;IAAC/D,KAAK,EAAEC,eAAM,CAACqB,MAAM,CAACC,KAAM;IAACnB,IAAI,EAAE;EAAG,CAAC,CAAC,eAC9DlE,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAACtD,WAAA,CAAAyF,IAAI;IAACjB,KAAK,EAAE;MAAEiD,UAAU,EAAC;IAAE,CAAE;IAAC5D,IAAI,EAAE,EAAG;IAACJ,KAAK,EAAEC,eAAM,CAACqB,MAAM,CAACC,KAAM;IAACW,MAAM,EAAC;EAAM,GAAC,6CAAiD,CACtH,CAAC,eACnBhG,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAACxD,YAAA,CAAAyE,IAAI;IAACU,QAAQ,EAAC;EAAY,gBACvBtF,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAACtD,WAAA,CAAAyF,IAAI;IAACjB,KAAK,EAAE;MAAEG,MAAM,EAAC;IAAG,CAAE;IAACd,IAAI,EAAE,EAAG;IAACJ,KAAK,EAAEC,eAAM,CAAC6B,KAAK,CAACG,QAAS;IAACC,MAAM,EAAC;EAAM,GAAC,YAAgB,CAAC,eACnGhG,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAACxD,YAAA,CAAAyE,IAAI;IAACC,KAAK,EAAE;MAACK,YAAY,EAAC,EAAE;MAAEC,eAAe,EAACpB,eAAM,CAACqB,MAAM,CAAC2C,QAAQ;MAAE9C,OAAO,EAAC;IAAE;EAAE,gBAC/EjF,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAACxD,YAAA,CAAAyE,IAAI;IAACU,QAAQ,EAAC,YAAY;IAACT,KAAK,EAAE;MAAEC,aAAa,EAAE;IAAM;EAAE,gBACxD9E,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAACxD,YAAA,CAAAyE,IAAI;IAACU,QAAQ,EAAC,iBAAiB;IAACT,KAAK,EAAE;MAAEsB,IAAI,EAAC;IAAE;EAAE,gBAC/CnG,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAACtD,WAAA,CAAAyF,IAAI;IAAC5B,IAAI,EAAE,EAAG;IAACJ,KAAK,EAAEC,eAAM,CAAC6B,KAAK,CAACC,KAAM;IAACG,MAAM,EAAC;EAAU,GAAC,iBAAqB,CAAC,eACnFhG,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAACtD,WAAA,CAAAyF,IAAI;IAACjB,KAAK,EAAE;MAAE8B,SAAS,EAAC;IAAE,CAAE;IAACzC,IAAI,EAAE,EAAG;IAACJ,KAAK,EAAEC,eAAM,CAAC6B,KAAK,CAACG,QAAS;IAACC,MAAM,EAAC;EAAM,GAAEjE,KAAK,CAACmF,MAAM,EAAC,YAAgB,CAChH,CAAC,eACPlH,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAACxD,YAAA,CAAAyE,IAAI;IAACU,QAAQ,EAAC,gBAAgB;IAACT,KAAK,EAAE;MAAEsB,IAAI,EAAC;IAAE;EAAE,gBAC9CnG,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAACtD,WAAA,CAAAyF,IAAI;IAAC5B,IAAI,EAAE,EAAG;IAACJ,KAAK,EAAEC,eAAM,CAAC6B,KAAK,CAACC,KAAM;IAACG,MAAM,EAAC;EAAU,GAAC,YAAgB,CAAC,eAC9EhG,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAACtD,WAAA,CAAAyF,IAAI;IAACjB,KAAK,EAAE;MAAE8B,SAAS,EAAC;IAAE,CAAE;IAACzC,IAAI,EAAE,EAAG;IAACJ,KAAK,EAAEC,eAAM,CAAC6B,KAAK,CAACG,QAAS;IAACC,MAAM,EAAC;EAAM,GAAE,CAAE,CAACjE,KAAK,CAACmF,MAAM,GAAGC,gBAAgB,IAAIpF,KAAK,CAACmF,MAAM,GAAI,GAAG,EAAEL,OAAO,CAAC,CAAC,EAAC,GAAO,CAC/J,CACJ,CAAC,eACP7G,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAACxD,YAAA,CAAAyE,IAAI;IAACU,QAAQ,EAAC,aAAa;IAACT,KAAK,EAAE;MAAEC,aAAa,EAAE,KAAK;MAAE6B,SAAS,EAAC;IAAG;EAAE,gBACvE3G,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAACxD,YAAA,CAAAyE,IAAI;IAACU,QAAQ,EAAC,iBAAiB;IAACT,KAAK,EAAE;MAAEsB,IAAI,EAAC;IAAE;EAAE,gBAC/CnG,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAACtD,WAAA,CAAAyF,IAAI;IAAC5B,IAAI,EAAE,EAAG;IAACJ,KAAK,EAAEC,eAAM,CAAC6B,KAAK,CAACC,KAAM;IAACG,MAAM,EAAC;EAAU,GAAC,cAAkB,CAAC,eAChFhG,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAACtD,WAAA,CAAAyF,IAAI;IAACjB,KAAK,EAAE;MAAE8B,SAAS,EAAC;IAAE,CAAE;IAACzC,IAAI,EAAE,EAAG;IAACJ,KAAK,EAAEC,eAAM,CAAC6B,KAAK,CAACG,QAAS;IAACC,MAAM,EAAC;EAAM,GAAE,CAAEc,eAAe,GAAG/E,KAAK,CAACmF,MAAM,GAAE,GAAG,EAAEL,OAAO,CAAC,CAAC,EAAC,GAAO,CAC3I,CAAC,eACP7G,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAACxD,YAAA,CAAAyE,IAAI;IAACU,QAAQ,EAAC,gBAAgB;IAACT,KAAK,EAAE;MAAEsB,IAAI,EAAC;IAAE;EAAE,gBAC9CnG,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAACtD,WAAA,CAAAyF,IAAI;IAAC5B,IAAI,EAAE,EAAG;IAACJ,KAAK,EAAEC,eAAM,CAAC6B,KAAK,CAACC,KAAM;IAACG,MAAM,EAAC;EAAU,GAAC,eAAmB,CAAC,eACjFhG,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAACtD,WAAA,CAAAyF,IAAI;IAACjB,KAAK,EAAE;MAAE8B,SAAS,EAAC;IAAE,CAAE;IAACzC,IAAI,EAAE,EAAG;IAACJ,KAAK,EAAEC,eAAM,CAAC6B,KAAK,CAACG,QAAS;IAACC,MAAM,EAAC;EAAM,GAAEoB,aAAa,CAACP,OAAO,CAAC,CAAC,EAAC,SAAa,CACxH,CACJ,CAAC,eACP7G,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAACxD,YAAA,CAAAyE,IAAI;IAACC,KAAK,EAAE;MAAEK,YAAY,EAAC,EAAE;MAAEC,eAAe,EAACpB,eAAM,CAACiE,UAAU,CAACC,iBAAiB;MAAEhD,OAAO,EAAC,EAAE;MAAE0B,SAAS,EAAC;IAAG;EAAE,gBAC5G3G,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAACxD,YAAA,CAAAsH,gBAAgB;IAAC5C,KAAK,EAAE;MAAEC,aAAa,EAAC,KAAK;MAAEC,UAAU,EAAC;IAAS,CAAE;IAAC6C,OAAO,EAAEA,CAAA,KAAMhF,iBAAiB,CAAC,CAACD,eAAe;EAAE,gBACtH3C,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAACxD,YAAA,CAAAyE,IAAI;IAACC,KAAK,EAAE;MAAEC,aAAa,EAAC,KAAK;MAAEC,UAAU,EAAC,QAAQ;MAAEoB,IAAI,EAAC;IAAE;EAAE,gBAC9DnG,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAACtD,WAAA,CAAAuD,KAAK,CAACsE,SAAS;IAACpE,KAAK,EAAEC,eAAM,CAAC6B,KAAK,CAACG,QAAS;IAAC7B,IAAI,EAAE;EAAG,CAAC,CAAC,eAC1DlE,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAACtD,WAAA,CAAAyF,IAAI;IAACjB,KAAK,EAAE;MAAEiD,UAAU,EAAC;IAAE,CAAE;IAAC5D,IAAI,EAAE,EAAG;IAACJ,KAAK,EAAEC,eAAM,CAAC6B,KAAK,CAACG,QAAS;IAACC,MAAM,EAAC;EAAU,GAAC,4BAAgC,CACvH,CAAC,eACPhG,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAACtD,WAAA,CAAAuD,KAAK,CAACuE,WAAW;IAACC,SAAS,EAAEzF,eAAe,GAAG,IAAI,GAAG,MAAO;IAACmB,KAAK,EAAEC,eAAM,CAAC6B,KAAK,CAACG;EAAS,CAAC,CAC/E,CAAC,EAClBpD,eAAe,gBAChB3C,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAAA3D,MAAA,CAAAU,OAAA,CAAA2D,QAAA,qBACIrE,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAACtD,WAAA,CAAAyF,IAAI;IAAC5B,IAAI,EAAE,EAAG;IAACJ,KAAK,EAAEC,eAAM,CAAC6B,KAAK,CAACG,QAAS;IAAClB,KAAK,EAAE;MAAE8B,SAAS,EAAC;IAAG,CAAE;IAACX,MAAM,EAAC;EAAS,GAAC,4LAAgM,CAAC,eACzRhG,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAACtD,WAAA,CAAAyF,IAAI;IAAC5B,IAAI,EAAE,EAAG;IAACJ,KAAK,EAAEC,eAAM,CAAC6B,KAAK,CAACG,QAAS;IAAClB,KAAK,EAAE;MAAE8B,SAAS,EAAC;IAAE,CAAE;IAACX,MAAM,EAAC;EAAS,GAAC,4EAAgF,CACzK,CAAC,gBACFhG,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAAA3D,MAAA,CAAAU,OAAA,CAAA2D,QAAA,MAAI,CACH,CACJ,CACJ,CAAC,eACPrE,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAACxD,YAAA,CAAAyE,IAAI;IAACU,QAAQ,EAAC,eAAe;IAACT,KAAK,EAAE;MAAEG,MAAM,EAAC,EAAE;MAAEF,aAAa,EAAC,KAAK;MAAEC,UAAU,EAAC;IAAS;EAAE,gBAC1F/E,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAACtD,WAAA,CAAAyF,IAAI;IAACjB,KAAK,EAAE;MAAEsB,IAAI,EAAC;IAAE,CAAE;IAACjC,IAAI,EAAE,EAAG;IAACJ,KAAK,EAAEC,eAAM,CAAC6B,KAAK,CAACG,QAAS;IAACC,MAAM,EAAC;EAAM,GAAC,aAAiB,CAAC,eACjGhG,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAACxD,YAAA,CAAAyE,IAAI;IAACC,KAAK,EAAE;MAAEK,YAAY,EAAC,EAAE;MAAED,OAAO,EAAC,EAAE;MAAEE,eAAe,EAACpB,eAAM,CAACsE,OAAO,CAACC;IAAU;EAAE,gBACnFtI,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAACtD,WAAA,CAAAyF,IAAI;IAAC5B,IAAI,EAAE,EAAG;IAACJ,KAAK,EAAEC,eAAM,CAAC6B,KAAK,CAACG,QAAS;IAACC,MAAM,EAAC,SAAS;IAACC,SAAS,EAAC;EAAQ,GAAEnE,aAAa,CAACyG,gBAAgB,EAAC,eAAmB,CACnI,CACJ,CAAC,eACPvI,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAACxD,YAAA,CAAAyE,IAAI;IAACU,QAAQ,EAAC,aAAa;IAACT,KAAK,EAAE;MAAEsB,IAAI,EAAC,CAAC;MAAEqC,oBAAoB,EAAC,EAAE;MAAEC,mBAAmB,EAAC,EAAE;MAAExD,OAAO,EAAC,EAAE;MAAEE,eAAe,EAACpB,eAAM,CAACqB,MAAM,CAAC2C;IAAQ;EAAE,GAC9IjG,aAAa,CAAC4G,MAAM,IAAI,QAAQ,gBACjC1I,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAACtD,WAAA,CAAAyF,IAAI;IAAC5B,IAAI,EAAE,EAAG;IAACJ,KAAK,EAAEC,eAAM,CAAC4E,OAAO,CAACC,OAAQ;IAAC3C,SAAS,EAAC;EAAQ,GAAC,wCAA4C,CAAC,gBAC9GjG,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAAA3D,MAAA,CAAAU,OAAA,CAAA2D,QAAA,MAAI,CAAC,eACNrE,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAACxD,YAAA,CAAA0I,QAAQ;IACLtE,IAAI,EAAE9B,qBAAsB;IAC5BqG,UAAU,EAAExE,aAAc;IAC1ByE,YAAY,EAAIpE,IAAI,IAAKA,IAAI,CAACrB,SAAS,CAAC0F,QAAQ,CAAC;EAAG,CACvD,CACC,CACE,CAAC,EACZ,CAAC/G,SAAS,gBACXjC,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAACxD,YAAA,CAAAyE,IAAI;IAACU,QAAQ,EAAC,gBAAgB;IAACT,KAAK,EAAE;MAAE8B,SAAS,EAAC,CAAC;MAAE1B,OAAO,EAAC;IAAG;EAAE,gBAC/DjF,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAACtD,WAAA,CAAA4I,MAAM;IACHC,KAAK,EAAC,SAAS;IACfC,WAAW,EAAEpF,eAAM,CAAC6B,KAAK,CAACwD,QAAS;IACnC1D,WAAW,EAAE,CAAE;IACfT,OAAO,EAAE,EAAG;IACZU,WAAW,EAAE5B,eAAM,CAAC6B,KAAK,CAACwD,QAAS;IACnCxB,OAAO,EAAEA,CAAA,KAAM1F,OAAO,CAAC,CAAE;IACzBgD,YAAY,EAAE;EAAG,CACpB,CACC,CAAC,gBACNlF,MAAA,CAAAU,OAAA,CAAAiD,aAAA,CAAA3D,MAAA,CAAAU,OAAA,CAAA2D,QAAA,MAAI,CACH,CAAC;AAEf,CAAC;AAAA,IAAAgF,QAAA,GAAAC,OAAA,CAAA5I,OAAA,GAEcmB,cAAc","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["_reactNative","require","_react","_api","_Components","_colors","_interopRequireDefault","obj","__esModule","default","CampaignResult","poll_campaign","polls","poll_responses","hide_back","onClose","onShare","leaders_state","setLeadersState","useState","loading","offset","poll_campaign_leaders","players","points_expanded","setPointsExpanded","useEffect","getDataFromServer","poll_campaign_id","leaders","PollCampaignApi","getLeadersByCampaignId","player_ids","map","l","player_id","ps","getPlayersByPlayerIds","renderTrophy","place","React","createElement","Icons","TrophyIcon","color","Colors","incentive","gold","size","silver","bronze","Fragment","renderLeaders","data","player","find","p","item","View","style","flexDirection","alignItems","margin","padding","borderRadius","backgroundColor","shades","white","nativeID","height","width","justifyContent","borderWidth","borderColor","brand","slate","Text","midnight","weight","textAlign","index","flex","marginRight","Image","source","uri","profile_pic","resizeMode","username","marginTop","winnings","toFixed","correct_answers","filter","pr","result_ind","length","ungraded_answers","points_earned","reduce","a","b","ScrollView","marginBottom","TouchableOpacity","paddingRight","paddingLeft","onPress","ShareSocialIcon","marginLeft","shade100","highlights","highlight200Faded","AlertIcon","ChevronIcon","direction","accents","accent100","total_responders","borderTopRightRadius","borderTopLeftRadius","status","utility","warning","FlatList","renderItem","keyExtractor","toString","Button","title","title_color","electric","_default","exports"],"sourceRoot":"../../../../src","sources":["Poll/components/CampaignResult.tsx"],"mappings":"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","ignoreList":[]}
|