be-components 3.0.8 → 3.0.9
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/LocationTracker/index.js +4 -1
- package/lib/commonjs/LocationTracker/index.js.map +1 -1
- package/lib/module/LocationTracker/index.js +4 -1
- package/lib/module/LocationTracker/index.js.map +1 -1
- package/lib/typescript/babel.config.d.ts +4 -0
- package/lib/typescript/babel.config.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/AdServer/api/index.d.ts +10 -0
- package/lib/typescript/lib/commonjs/AdServer/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/AdServer/components/CompanyAdCard.d.ts +10 -0
- package/lib/typescript/lib/commonjs/AdServer/components/CompanyAdCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/AdServer/index.d.ts +17 -0
- package/lib/typescript/lib/commonjs/AdServer/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/AnalyticComponents/MarketPerformance/index.d.ts +1 -0
- package/lib/typescript/lib/commonjs/AnalyticComponents/MarketPerformance/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/AnalyticComponents/api/index.d.ts +5 -0
- package/lib/typescript/lib/commonjs/AnalyticComponents/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/AnalyticComponents/index.d.ts +1 -0
- package/lib/typescript/lib/commonjs/AnalyticComponents/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/ApiOverrides/index.d.ts +29 -0
- package/lib/typescript/lib/commonjs/ApiOverrides/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/ApiOverrides/types.d.d.ts +1 -0
- package/lib/typescript/lib/commonjs/ApiOverrides/types.d.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.d.ts +9 -0
- package/lib/typescript/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Authenticator/Components/LoginForm.d.ts +10 -0
- package/lib/typescript/lib/commonjs/Authenticator/Components/LoginForm.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Authenticator/Components/StrategyForm.d.ts +19 -0
- package/lib/typescript/lib/commonjs/Authenticator/Components/StrategyForm.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Authenticator/api/index.d.ts +45 -0
- package/lib/typescript/lib/commonjs/Authenticator/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Authenticator/api/types.d.d.ts +1 -0
- package/lib/typescript/lib/commonjs/Authenticator/api/types.d.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Authenticator/index.d.ts +18 -0
- package/lib/typescript/lib/commonjs/Authenticator/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/BettorSearch/api/index.d.ts +8 -0
- package/lib/typescript/lib/commonjs/BettorSearch/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/BettorSearch/index.d.ts +11 -0
- package/lib/typescript/lib/commonjs/BettorSearch/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Bracket/api/index.d.ts +123 -0
- package/lib/typescript/lib/commonjs/Bracket/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Bracket/components/BracketCompetitionCard.d.ts +20 -0
- package/lib/typescript/lib/commonjs/Bracket/components/BracketCompetitionCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Bracket/components/BracketCompetitionSelector.d.ts +10 -0
- package/lib/typescript/lib/commonjs/Bracket/components/BracketCompetitionSelector.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Bracket/components/BracketPlay/BracketNavigator.d.ts +12 -0
- package/lib/typescript/lib/commonjs/Bracket/components/BracketPlay/BracketNavigator.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Bracket/components/BracketPlay/BracketRound.d.ts +14 -0
- package/lib/typescript/lib/commonjs/Bracket/components/BracketPlay/BracketRound.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Bracket/components/BracketPlay/RoundEvent.d.ts +18 -0
- package/lib/typescript/lib/commonjs/Bracket/components/BracketPlay/RoundEvent.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Bracket/components/BracketPlay/index.d.ts +14 -0
- package/lib/typescript/lib/commonjs/Bracket/components/BracketPlay/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Bracket/components/BracketSelector.d.ts +10 -0
- package/lib/typescript/lib/commonjs/Bracket/components/BracketSelector.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Bracket/components/CompetitionLeaderboard.d.ts +12 -0
- package/lib/typescript/lib/commonjs/Bracket/components/CompetitionLeaderboard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Bracket/components/JoinCompetitionCard.d.ts +13 -0
- package/lib/typescript/lib/commonjs/Bracket/components/JoinCompetitionCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Bracket/components/PlayerBalanceCard.d.ts +7 -0
- package/lib/typescript/lib/commonjs/Bracket/components/PlayerBalanceCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Bracket/components/PlayerBracketManager.d.ts +15 -0
- package/lib/typescript/lib/commonjs/Bracket/components/PlayerBracketManager.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Bracket/components/PlayerBrackets.d.ts +13 -0
- package/lib/typescript/lib/commonjs/Bracket/components/PlayerBrackets.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Bracket/components/RoomMenu.d.ts +8 -0
- package/lib/typescript/lib/commonjs/Bracket/components/RoomMenu.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Bracket/index.d.ts +13 -0
- package/lib/typescript/lib/commonjs/Bracket/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Checkout/api/index.d.ts +67 -0
- package/lib/typescript/lib/commonjs/Checkout/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Checkout/components/AccountSummaryCard.d.ts +16 -0
- package/lib/typescript/lib/commonjs/Checkout/components/AccountSummaryCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Checkout/components/ItemSummaryCard.d.ts +6 -0
- package/lib/typescript/lib/commonjs/Checkout/components/ItemSummaryCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Checkout/components/OrderSummaryCard.d.ts +6 -0
- package/lib/typescript/lib/commonjs/Checkout/components/OrderSummaryCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Checkout/components/PayPalOrderCapture.d.ts +14 -0
- package/lib/typescript/lib/commonjs/Checkout/components/PayPalOrderCapture.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Checkout/components/ShippingSummaryCard.d.ts +7 -0
- package/lib/typescript/lib/commonjs/Checkout/components/ShippingSummaryCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Checkout/index.d.ts +11 -0
- package/lib/typescript/lib/commonjs/Checkout/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Competition/api/index.d.ts +216 -0
- package/lib/typescript/lib/commonjs/Competition/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Competition/components/AthleteMarketCard.d.ts +16 -0
- package/lib/typescript/lib/commonjs/Competition/components/AthleteMarketCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Competition/components/CompetitionCard.d.ts +10 -0
- package/lib/typescript/lib/commonjs/Competition/components/CompetitionCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Competition/components/CompetitionInfoCard.d.ts +9 -0
- package/lib/typescript/lib/commonjs/Competition/components/CompetitionInfoCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Competition/components/CompetitionLeaderboard.d.ts +14 -0
- package/lib/typescript/lib/commonjs/Competition/components/CompetitionLeaderboard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Competition/components/CompetitionPlay.d.ts +20 -0
- package/lib/typescript/lib/commonjs/Competition/components/CompetitionPlay.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Competition/components/CompetitionSeasonCard.d.ts +8 -0
- package/lib/typescript/lib/commonjs/Competition/components/CompetitionSeasonCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Competition/components/CompetitionSelector.d.ts +9 -0
- package/lib/typescript/lib/commonjs/Competition/components/CompetitionSelector.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Competition/components/CompetitionTypeCard.d.ts +11 -0
- package/lib/typescript/lib/commonjs/Competition/components/CompetitionTypeCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Competition/components/EnterCompetitionPrompt.d.ts +13 -0
- package/lib/typescript/lib/commonjs/Competition/components/EnterCompetitionPrompt.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Competition/components/LeaderPicks.d.ts +19 -0
- package/lib/typescript/lib/commonjs/Competition/components/LeaderPicks.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Competition/components/MarketsCard.d.ts +13 -0
- package/lib/typescript/lib/commonjs/Competition/components/MarketsCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Competition/components/MatchMarketCard.d.ts +16 -0
- package/lib/typescript/lib/commonjs/Competition/components/MatchMarketCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Competition/components/NavOutPrompt.d.ts +15 -0
- package/lib/typescript/lib/commonjs/Competition/components/NavOutPrompt.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Competition/components/SeasonCard.d.ts +8 -0
- package/lib/typescript/lib/commonjs/Competition/components/SeasonCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Competition/components/TeamEventCard.d.ts +14 -0
- package/lib/typescript/lib/commonjs/Competition/components/TeamEventCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Competition/components/WagerPickForm.d.ts +13 -0
- package/lib/typescript/lib/commonjs/Competition/components/WagerPickForm.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Competition/index.d.ts +12 -0
- package/lib/typescript/lib/commonjs/Competition/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/api/index.d.ts +183 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/components/AdminCompetitionList.d.ts +12 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/components/AdminCompetitionList.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/components/AthleteSelector.d.ts +16 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/components/AthleteSelector.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/components/CompetitionContestsForm.d.ts +25 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/components/CompetitionContestsForm.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/components/CompetitionHeader.d.ts +14 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/components/CompetitionHeader.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/components/CompetitionInfoForm.d.ts +10 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/components/CompetitionInfoForm.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/components/CompetitionMatchMarketCard.d.ts +8 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/components/CompetitionMatchMarketCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/components/CompetitionSettingsForm.d.ts +12 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/components/CompetitionSettingsForm.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/components/ContestSelector.d.ts +14 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/components/ContestSelector.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/components/ContestSettingsForm.d.ts +13 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/components/ContestSettingsForm.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/components/CreateCompetitionForm.d.ts +10 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/components/CreateCompetitionForm.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/components/MarketSelector.d.ts +12 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/components/MarketSelector.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/components/PlayerSelector.d.ts +9 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/components/PlayerSelector.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/index.d.ts +8 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionSeason/api/index.d.ts +23 -0
- package/lib/typescript/lib/commonjs/CompetitionSeason/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionSeason/components/CompetitionsSection.d.ts +12 -0
- package/lib/typescript/lib/commonjs/CompetitionSeason/components/CompetitionsSection.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionSeason/components/EnterSeasonPrompt.d.ts +14 -0
- package/lib/typescript/lib/commonjs/CompetitionSeason/components/EnterSeasonPrompt.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionSeason/components/SeasonHeader.d.ts +12 -0
- package/lib/typescript/lib/commonjs/CompetitionSeason/components/SeasonHeader.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionSeason/components/SeasonLeaderboard.d.ts +16 -0
- package/lib/typescript/lib/commonjs/CompetitionSeason/components/SeasonLeaderboard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionSeason/components/SeasonSettingsSection.d.ts +10 -0
- package/lib/typescript/lib/commonjs/CompetitionSeason/components/SeasonSettingsSection.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionSeason/index.d.ts +10 -0
- package/lib/typescript/lib/commonjs/CompetitionSeason/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionSeasonManager/api/index.d.ts +51 -0
- package/lib/typescript/lib/commonjs/CompetitionSeasonManager/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionSeasonManager/components/CompetitionSelector.d.ts +1 -0
- package/lib/typescript/lib/commonjs/CompetitionSeasonManager/components/CompetitionSelector.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionSeasonManager/components/CompetitionsForm.d.ts +11 -0
- package/lib/typescript/lib/commonjs/CompetitionSeasonManager/components/CompetitionsForm.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionSeasonManager/components/CreateSeasonForm.d.ts +9 -0
- package/lib/typescript/lib/commonjs/CompetitionSeasonManager/components/CreateSeasonForm.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionSeasonManager/components/SeasonHeader.d.ts +11 -0
- package/lib/typescript/lib/commonjs/CompetitionSeasonManager/components/SeasonHeader.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionSeasonManager/components/SeasonInfoForm.d.ts +9 -0
- package/lib/typescript/lib/commonjs/CompetitionSeasonManager/components/SeasonInfoForm.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionSeasonManager/components/SeasonSettingsForm.d.ts +10 -0
- package/lib/typescript/lib/commonjs/CompetitionSeasonManager/components/SeasonSettingsForm.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionSeasonManager/index.d.ts +8 -0
- package/lib/typescript/lib/commonjs/CompetitionSeasonManager/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Components/Button.d.ts +20 -0
- package/lib/typescript/lib/commonjs/Components/Button.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Components/Checkbox.d.ts +12 -0
- package/lib/typescript/lib/commonjs/Components/Checkbox.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Components/ConfirmationModal.d.ts +12 -0
- package/lib/typescript/lib/commonjs/Components/ConfirmationModal.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Components/Dropdown.d.ts +11 -0
- package/lib/typescript/lib/commonjs/Components/Dropdown.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Components/Icons.d.ts +379 -0
- package/lib/typescript/lib/commonjs/Components/Icons.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Components/ImageUploader.d.ts +9 -0
- package/lib/typescript/lib/commonjs/Components/ImageUploader.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Components/Jerseys.d.ts +13 -0
- package/lib/typescript/lib/commonjs/Components/Jerseys.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Components/LinearDiagnal.d.ts +13 -0
- package/lib/typescript/lib/commonjs/Components/LinearDiagnal.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Components/SearchBox.d.ts +10 -0
- package/lib/typescript/lib/commonjs/Components/SearchBox.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Components/Slider.d.ts +14 -0
- package/lib/typescript/lib/commonjs/Components/Slider.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Components/Spring.d.ts +11 -0
- package/lib/typescript/lib/commonjs/Components/Spring.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Components/Switch.d.ts +9 -0
- package/lib/typescript/lib/commonjs/Components/Switch.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Components/Text.d.ts +13 -0
- package/lib/typescript/lib/commonjs/Components/Text.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Components/TextInput.d.ts +20 -0
- package/lib/typescript/lib/commonjs/Components/TextInput.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Components/ViewportObserver.d.ts +3 -0
- package/lib/typescript/lib/commonjs/Components/ViewportObserver.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Components/index.d.ts +10 -0
- package/lib/typescript/lib/commonjs/Components/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Engage/api/index.d.ts +27 -0
- package/lib/typescript/lib/commonjs/Engage/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Engage/components/BracketCompetitionCard.d.ts +11 -0
- package/lib/typescript/lib/commonjs/Engage/components/BracketCompetitionCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Engage/components/CompanyCard.d.ts +9 -0
- package/lib/typescript/lib/commonjs/Engage/components/CompanyCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Engage/components/CompetitionCard.d.ts +10 -0
- package/lib/typescript/lib/commonjs/Engage/components/CompetitionCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Engage/components/EngageHeader.d.ts +10 -0
- package/lib/typescript/lib/commonjs/Engage/components/EngageHeader.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Engage/components/PrivateCodePrompt.d.ts +11 -0
- package/lib/typescript/lib/commonjs/Engage/components/PrivateCodePrompt.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Engage/components/SeasonCard.d.ts +8 -0
- package/lib/typescript/lib/commonjs/Engage/components/SeasonCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Engage/components/SquaresCompetitionCard.d.ts +10 -0
- package/lib/typescript/lib/commonjs/Engage/components/SquaresCompetitionCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Engage/index.d.ts +16 -0
- package/lib/typescript/lib/commonjs/Engage/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/EventComponents/AthleteCard.d.ts +4 -0
- package/lib/typescript/lib/commonjs/EventComponents/AthleteCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/EventComponents/TeamCard.d.ts +6 -0
- package/lib/typescript/lib/commonjs/EventComponents/TeamCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/EventComponents/TeamProfile/index.d.ts +19 -0
- package/lib/typescript/lib/commonjs/EventComponents/TeamProfile/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/EventComponents/api/index.d.ts +8 -0
- package/lib/typescript/lib/commonjs/EventComponents/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/EventComponents/index.d.ts +9 -0
- package/lib/typescript/lib/commonjs/EventComponents/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/LocationTracker/LocationStatus.d.ts +17 -0
- package/lib/typescript/lib/commonjs/LocationTracker/LocationStatus.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/LocationTracker/api/index.d.ts +77 -0
- package/lib/typescript/lib/commonjs/LocationTracker/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/LocationTracker/index.d.ts +9 -0
- package/lib/typescript/lib/commonjs/LocationTracker/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/api/index.d.ts +51 -0
- package/lib/typescript/lib/commonjs/MarketComponents/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/AthleteMarket/index.d.ts +4 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/AthleteMarket/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/AthleteTournamentMarket/index.d.ts +20 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/AthleteTournamentMarket/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/BestAvailableOrderCard.d.ts +11 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/BestAvailableOrderCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/BetScopeIndicator.d.ts +4 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/BetScopeIndicator.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/ContestOrderStatsCard.d.ts +13 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/ContestOrderStatsCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/ContestStats.d.ts +6 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/ContestStats.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/EventMarket/index.d.ts +18 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/EventMarket/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/EventScoringCard.d.ts +6 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/EventScoringCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/MarketButton/api/index.d.ts +104 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/MarketButton/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/MarketButton/index.d.ts +4 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/MarketButton/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/MatchMarket/index.d.ts +24 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/MatchMarket/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/MyOrderList/api/index.d.ts +69 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/MyOrderList/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/MyOrderList/index.d.ts +9 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/MyOrderList/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/OrderBook.d.ts +11 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/OrderBook.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/OrderBookChart.d.ts +12 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/OrderBookChart.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/OrderGradeBar.d.ts +9 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/OrderGradeBar.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/PodcastCard.d.ts +8 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/PodcastCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/TeamEventList/api/index.d.ts +10 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/TeamEventList/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/TeamEventList/index.d.ts +20 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/TeamEventList/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/TeamEventMarket/api/index.d.ts +13 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/TeamEventMarket/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/TeamEventMarket/index.d.ts +4 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/TeamEventMarket/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/TeamTournamentMarket/index.d.ts +20 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/TeamTournamentMarket/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/TournamentList/api/index.d.ts +13 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/TournamentList/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/TournamentList/index.d.ts +17 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/TournamentList/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/TournamentMarket/api/index.d.ts +14 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/TournamentMarket/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/TournamentMarket/index.d.ts +28 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/TournamentMarket/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/index.d.ts +18 -0
- package/lib/typescript/lib/commonjs/MarketComponents/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketMaker/api/index.d.ts +216 -0
- package/lib/typescript/lib/commonjs/MarketMaker/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketMaker/components/Contest.d.ts +25 -0
- package/lib/typescript/lib/commonjs/MarketMaker/components/Contest.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketMaker/components/ContestMarkets.d.ts +20 -0
- package/lib/typescript/lib/commonjs/MarketMaker/components/ContestMarkets.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketMaker/components/ContestSelector.d.ts +11 -0
- package/lib/typescript/lib/commonjs/MarketMaker/components/ContestSelector.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketMaker/components/Dashboard.d.ts +25 -0
- package/lib/typescript/lib/commonjs/MarketMaker/components/Dashboard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketMaker/components/FundActions.d.ts +9 -0
- package/lib/typescript/lib/commonjs/MarketMaker/components/FundActions.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketMaker/components/FundOwnershipList.d.ts +7 -0
- package/lib/typescript/lib/commonjs/MarketMaker/components/FundOwnershipList.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketMaker/components/FundSelector.d.ts +11 -0
- package/lib/typescript/lib/commonjs/MarketMaker/components/FundSelector.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketMaker/components/FundingRequestList.d.ts +9 -0
- package/lib/typescript/lib/commonjs/MarketMaker/components/FundingRequestList.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketMaker/components/ManageFundForm.d.ts +8 -0
- package/lib/typescript/lib/commonjs/MarketMaker/components/ManageFundForm.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketMaker/components/MarketSelector.d.ts +10 -0
- package/lib/typescript/lib/commonjs/MarketMaker/components/MarketSelector.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketMaker/components/OrderForm.d.ts +10 -0
- package/lib/typescript/lib/commonjs/MarketMaker/components/OrderForm.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketMaker/components/SetMarketForm.d.ts +12 -0
- package/lib/typescript/lib/commonjs/MarketMaker/components/SetMarketForm.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketMaker/components/WeightProgress.d.ts +7 -0
- package/lib/typescript/lib/commonjs/MarketMaker/components/WeightProgress.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketMaker/index.d.ts +8 -0
- package/lib/typescript/lib/commonjs/MarketMaker/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Observer/Observer.d.ts +8 -0
- package/lib/typescript/lib/commonjs/Observer/Observer.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Observer/api/index.d.ts +19 -0
- package/lib/typescript/lib/commonjs/Observer/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Observer/index.d.ts +19 -0
- package/lib/typescript/lib/commonjs/Observer/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Poll/api/index.d.ts +66 -0
- package/lib/typescript/lib/commonjs/Poll/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Poll/components/CampaignHeader.d.ts +7 -0
- package/lib/typescript/lib/commonjs/Poll/components/CampaignHeader.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Poll/components/CampaignLeaderboard.d.ts +10 -0
- package/lib/typescript/lib/commonjs/Poll/components/CampaignLeaderboard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Poll/components/CampaignPlay.d.ts +12 -0
- package/lib/typescript/lib/commonjs/Poll/components/CampaignPlay.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Poll/components/CampaignProgressBar.d.ts +9 -0
- package/lib/typescript/lib/commonjs/Poll/components/CampaignProgressBar.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Poll/components/CampaignResult.d.ts +7 -0
- package/lib/typescript/lib/commonjs/Poll/components/CampaignResult.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Poll/components/CampaignSelector.d.ts +7 -0
- package/lib/typescript/lib/commonjs/Poll/components/CampaignSelector.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Poll/components/PollCampaignCard.d.ts +8 -0
- package/lib/typescript/lib/commonjs/Poll/components/PollCampaignCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Poll/components/PollCard.d.ts +11 -0
- package/lib/typescript/lib/commonjs/Poll/components/PollCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Poll/components/PollOptionCard.d.ts +12 -0
- package/lib/typescript/lib/commonjs/Poll/components/PollOptionCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Poll/components/PollQuestionsSection.d.ts +9 -0
- package/lib/typescript/lib/commonjs/Poll/components/PollQuestionsSection.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Poll/components/PollSelectCard.d.ts +13 -0
- package/lib/typescript/lib/commonjs/Poll/components/PollSelectCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Poll/components/ResponseTimer.d.ts +7 -0
- package/lib/typescript/lib/commonjs/Poll/components/ResponseTimer.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Poll/components/WidgetHeader.d.ts +10 -0
- package/lib/typescript/lib/commonjs/Poll/components/WidgetHeader.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Poll/flashmarket/ResultCard.d.ts +10 -0
- package/lib/typescript/lib/commonjs/Poll/flashmarket/ResultCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Poll/flashmarket/index.d.ts +10 -0
- package/lib/typescript/lib/commonjs/Poll/flashmarket/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Poll/index.d.ts +10 -0
- package/lib/typescript/lib/commonjs/Poll/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/ProfileManager/Components/BasicInfoManager.d.ts +10 -0
- package/lib/typescript/lib/commonjs/ProfileManager/Components/BasicInfoManager.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/ProfileManager/Components/BasicStatus.d.ts +9 -0
- package/lib/typescript/lib/commonjs/ProfileManager/Components/BasicStatus.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/ProfileManager/Components/CodeRedeem.d.ts +9 -0
- package/lib/typescript/lib/commonjs/ProfileManager/Components/CodeRedeem.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/ProfileManager/Components/DOBManager.d.ts +10 -0
- package/lib/typescript/lib/commonjs/ProfileManager/Components/DOBManager.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/ProfileManager/Components/EmailManager.d.ts +10 -0
- package/lib/typescript/lib/commonjs/ProfileManager/Components/EmailManager.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/ProfileManager/Components/PasswordManager.d.ts +10 -0
- package/lib/typescript/lib/commonjs/ProfileManager/Components/PasswordManager.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/ProfileManager/Components/PhoneManager.d.ts +10 -0
- package/lib/typescript/lib/commonjs/ProfileManager/Components/PhoneManager.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/ProfileManager/Components/ProfilePicManager.d.ts +10 -0
- package/lib/typescript/lib/commonjs/ProfileManager/Components/ProfilePicManager.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/ProfileManager/Components/ProfileWelcome.d.ts +10 -0
- package/lib/typescript/lib/commonjs/ProfileManager/Components/ProfileWelcome.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/ProfileManager/Components/ProfileWizard.d.ts +24 -0
- package/lib/typescript/lib/commonjs/ProfileManager/Components/ProfileWizard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/ProfileManager/Components/SettingsManager.d.ts +12 -0
- package/lib/typescript/lib/commonjs/ProfileManager/Components/SettingsManager.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/ProfileManager/Components/VouchCard.d.ts +12 -0
- package/lib/typescript/lib/commonjs/ProfileManager/Components/VouchCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/ProfileManager/api/index.d.ts +72 -0
- package/lib/typescript/lib/commonjs/ProfileManager/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/ProfileManager/api/types.d.d.ts +1 -0
- package/lib/typescript/lib/commonjs/ProfileManager/api/types.d.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/ProfileManager/index.d.ts +21 -0
- package/lib/typescript/lib/commonjs/ProfileManager/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/PromotedOrder/api/index.d.ts +12 -0
- package/lib/typescript/lib/commonjs/PromotedOrder/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/PromotedOrder/index.d.ts +10 -0
- package/lib/typescript/lib/commonjs/PromotedOrder/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Share/api/index.d.ts +31 -0
- package/lib/typescript/lib/commonjs/Share/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Share/components/EmbedPreview.d.ts +8 -0
- package/lib/typescript/lib/commonjs/Share/components/EmbedPreview.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Share/index.d.ts +20 -0
- package/lib/typescript/lib/commonjs/Share/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/ArticleCard.d.ts +10 -0
- package/lib/typescript/lib/commonjs/SocialComponents/ArticleCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/AudioPlayer.d.ts +8 -0
- package/lib/typescript/lib/commonjs/SocialComponents/AudioPlayer.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/CompanyProfile/api/index.d.ts +21 -0
- package/lib/typescript/lib/commonjs/SocialComponents/CompanyProfile/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/CompanyProfile/index.d.ts +16 -0
- package/lib/typescript/lib/commonjs/SocialComponents/CompanyProfile/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PlayerCard.d.ts +17 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PlayerCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PlayerFollowButton.d.ts +11 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PlayerFollowButton.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PlayerList.d.ts +9 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PlayerList.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PlayerProfile/api/index.d.ts +18 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PlayerProfile/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PlayerProfile/components/PlayerFollowersList.d.ts +11 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PlayerProfile/components/PlayerFollowersList.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PlayerProfile/components/PostsList.d.ts +4 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PlayerProfile/components/PostsList.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PlayerProfile/index.d.ts +19 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PlayerProfile/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PodcastCard.d.ts +8 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PodcastCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PodcastEpisodeCard.d.ts +10 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PodcastEpisodeCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PodcastModule/api/index.d.ts +11 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PodcastModule/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PodcastModule/components/ClaimPodcastModal.d.ts +8 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PodcastModule/components/ClaimPodcastModal.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PodcastModule/index.d.ts +13 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PodcastModule/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PostCard/components/DraftTextEntities.d.ts +4 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PostCard/components/DraftTextEntities.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PostCard/components/DraftTextViewer.d.ts +8 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PostCard/components/DraftTextViewer.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PostCard/components/EntityHelpers.d.ts +15 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PostCard/components/EntityHelpers.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PostCard/components/ImageList.d.ts +8 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PostCard/components/ImageList.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PostCard/components/PostHeader.d.ts +7 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PostCard/components/PostHeader.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PostCard/components/PostReactionBar.d.ts +10 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PostCard/components/PostReactionBar.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PostCard/index.d.ts +13 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PostCard/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/SocialOrderCard.d.ts +16 -0
- package/lib/typescript/lib/commonjs/SocialComponents/SocialOrderCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/SocialOrdersList.d.ts +12 -0
- package/lib/typescript/lib/commonjs/SocialComponents/SocialOrdersList.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/api/index.d.ts +62 -0
- package/lib/typescript/lib/commonjs/SocialComponents/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/index.d.ts +8 -0
- package/lib/typescript/lib/commonjs/SocialComponents/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Socket/api/index.d.ts +6 -0
- package/lib/typescript/lib/commonjs/Socket/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Socket/index.d.ts +11 -0
- package/lib/typescript/lib/commonjs/Socket/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Squares/api/index.d.ts +30 -0
- package/lib/typescript/lib/commonjs/Squares/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Squares/components/BidForm.d.ts +17 -0
- package/lib/typescript/lib/commonjs/Squares/components/BidForm.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Squares/components/BidToggle.d.ts +8 -0
- package/lib/typescript/lib/commonjs/Squares/components/BidToggle.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Squares/components/BoardStats.d.ts +8 -0
- package/lib/typescript/lib/commonjs/Squares/components/BoardStats.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Squares/components/Countdown.d.ts +8 -0
- package/lib/typescript/lib/commonjs/Squares/components/Countdown.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Squares/components/EventCard.d.ts +7 -0
- package/lib/typescript/lib/commonjs/Squares/components/EventCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Squares/components/MySquaresCard.d.ts +13 -0
- package/lib/typescript/lib/commonjs/Squares/components/MySquaresCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Squares/components/MyStatsCard.d.ts +16 -0
- package/lib/typescript/lib/commonjs/Squares/components/MyStatsCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Squares/components/OfferForm.d.ts +19 -0
- package/lib/typescript/lib/commonjs/Squares/components/OfferForm.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Squares/components/PrizeCard.d.ts +9 -0
- package/lib/typescript/lib/commonjs/Squares/components/PrizeCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Squares/components/ResultsCard.d.ts +10 -0
- package/lib/typescript/lib/commonjs/Squares/components/ResultsCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Squares/components/SquareCard.d.ts +17 -0
- package/lib/typescript/lib/commonjs/Squares/components/SquareCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Squares/components/SquareOfferCard.d.ts +12 -0
- package/lib/typescript/lib/commonjs/Squares/components/SquareOfferCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Squares/components/SquareOffersCard.d.ts +12 -0
- package/lib/typescript/lib/commonjs/Squares/components/SquareOffersCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Squares/components/SquareOwners.d.ts +8 -0
- package/lib/typescript/lib/commonjs/Squares/components/SquareOwners.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Squares/components/SquaresBoard.d.ts +17 -0
- package/lib/typescript/lib/commonjs/Squares/components/SquaresBoard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Squares/components/SquaresDetails.d.ts +8 -0
- package/lib/typescript/lib/commonjs/Squares/components/SquaresDetails.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Squares/index.d.ts +11 -0
- package/lib/typescript/lib/commonjs/Squares/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Wallet/api/index.d.ts +199 -0
- package/lib/typescript/lib/commonjs/Wallet/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Wallet/components/ACHAddCard.d.ts +10 -0
- package/lib/typescript/lib/commonjs/Wallet/components/ACHAddCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Wallet/components/AccountCard.d.ts +8 -0
- package/lib/typescript/lib/commonjs/Wallet/components/AccountCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Wallet/components/AccountLimitManager.d.ts +8 -0
- package/lib/typescript/lib/commonjs/Wallet/components/AccountLimitManager.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Wallet/components/AccountManager.d.ts +11 -0
- package/lib/typescript/lib/commonjs/Wallet/components/AccountManager.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Wallet/components/AccountSnoozeManager.d.ts +8 -0
- package/lib/typescript/lib/commonjs/Wallet/components/AccountSnoozeManager.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Wallet/components/AddressCard.d.ts +9 -0
- package/lib/typescript/lib/commonjs/Wallet/components/AddressCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Wallet/components/AddressManager.d.ts +11 -0
- package/lib/typescript/lib/commonjs/Wallet/components/AddressManager.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Wallet/components/DepositCard.d.ts +11 -0
- package/lib/typescript/lib/commonjs/Wallet/components/DepositCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Wallet/components/FundAccountCard.d.ts +13 -0
- package/lib/typescript/lib/commonjs/Wallet/components/FundAccountCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Wallet/components/ItemOrderCard.d.ts +6 -0
- package/lib/typescript/lib/commonjs/Wallet/components/ItemOrderCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Wallet/components/ItemOrderDetailCard.d.ts +6 -0
- package/lib/typescript/lib/commonjs/Wallet/components/ItemOrderDetailCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Wallet/components/LinkAccountManager.d.ts +9 -0
- package/lib/typescript/lib/commonjs/Wallet/components/LinkAccountManager.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Wallet/components/ManageAccountCard.d.ts +14 -0
- package/lib/typescript/lib/commonjs/Wallet/components/ManageAccountCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Wallet/components/ManualACHAdd.d.ts +8 -0
- package/lib/typescript/lib/commonjs/Wallet/components/ManualACHAdd.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Wallet/components/ManualCardAdd.d.ts +8 -0
- package/lib/typescript/lib/commonjs/Wallet/components/ManualCardAdd.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Wallet/components/MyBalance.d.ts +8 -0
- package/lib/typescript/lib/commonjs/Wallet/components/MyBalance.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Wallet/components/OrderManager.d.ts +6 -0
- package/lib/typescript/lib/commonjs/Wallet/components/OrderManager.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Wallet/components/RemoveAccount.d.ts +8 -0
- package/lib/typescript/lib/commonjs/Wallet/components/RemoveAccount.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Wallet/components/VerifyACHAccount.d.ts +8 -0
- package/lib/typescript/lib/commonjs/Wallet/components/VerifyACHAccount.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Wallet/components/WalletActionSelector.d.ts +12 -0
- package/lib/typescript/lib/commonjs/Wallet/components/WalletActionSelector.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Wallet/components/WalletSettings.d.ts +11 -0
- package/lib/typescript/lib/commonjs/Wallet/components/WalletSettings.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Wallet/components/WalletSetup.d.ts +9 -0
- package/lib/typescript/lib/commonjs/Wallet/components/WalletSetup.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Wallet/components/WithdrawCard.d.ts +12 -0
- package/lib/typescript/lib/commonjs/Wallet/components/WithdrawCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Wallet/index.d.ts +11 -0
- package/lib/typescript/lib/commonjs/Wallet/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/constants/colors.d.ts +68 -0
- package/lib/typescript/lib/commonjs/constants/colors.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/constants/styles.d.ts +228 -0
- package/lib/typescript/lib/commonjs/constants/styles.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/index.d.ts +116 -0
- package/lib/typescript/lib/commonjs/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/types.d.d.ts +2 -0
- package/lib/typescript/lib/commonjs/types.d.d.ts.map +1 -0
- package/lib/typescript/lib/module/AdServer/api/index.d.ts +9 -0
- package/lib/typescript/lib/module/AdServer/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/AdServer/components/CompanyAdCard.d.ts +10 -0
- package/lib/typescript/lib/module/AdServer/components/CompanyAdCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/AdServer/index.d.ts +28 -0
- package/lib/typescript/lib/module/AdServer/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/AnalyticComponents/MarketPerformance/index.d.ts +1 -0
- package/lib/typescript/lib/module/AnalyticComponents/MarketPerformance/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/AnalyticComponents/api/index.d.ts +4 -0
- package/lib/typescript/lib/module/AnalyticComponents/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/AnalyticComponents/index.d.ts +1 -0
- package/lib/typescript/lib/module/AnalyticComponents/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/ApiOverrides/index.d.ts +28 -0
- package/lib/typescript/lib/module/ApiOverrides/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/ApiOverrides/types.d.d.ts +1 -0
- package/lib/typescript/lib/module/ApiOverrides/types.d.d.ts.map +1 -0
- package/lib/typescript/lib/module/Authenticator/Components/AuthStrategyIdentifier.d.ts +12 -0
- package/lib/typescript/lib/module/Authenticator/Components/AuthStrategyIdentifier.d.ts.map +1 -0
- package/lib/typescript/lib/module/Authenticator/Components/LoginForm.d.ts +13 -0
- package/lib/typescript/lib/module/Authenticator/Components/LoginForm.d.ts.map +1 -0
- package/lib/typescript/lib/module/Authenticator/Components/StrategyForm.d.ts +22 -0
- package/lib/typescript/lib/module/Authenticator/Components/StrategyForm.d.ts.map +1 -0
- package/lib/typescript/lib/module/Authenticator/api/index.d.ts +44 -0
- package/lib/typescript/lib/module/Authenticator/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/Authenticator/api/types.d.d.ts +1 -0
- package/lib/typescript/lib/module/Authenticator/api/types.d.d.ts.map +1 -0
- package/lib/typescript/lib/module/Authenticator/index.d.ts +21 -0
- package/lib/typescript/lib/module/Authenticator/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/BettorSearch/api/index.d.ts +7 -0
- package/lib/typescript/lib/module/BettorSearch/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/BettorSearch/index.d.ts +12 -0
- package/lib/typescript/lib/module/BettorSearch/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/Bracket/api/index.d.ts +122 -0
- package/lib/typescript/lib/module/Bracket/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/Bracket/components/BracketCompetitionCard.d.ts +23 -0
- package/lib/typescript/lib/module/Bracket/components/BracketCompetitionCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Bracket/components/BracketCompetitionSelector.d.ts +13 -0
- package/lib/typescript/lib/module/Bracket/components/BracketCompetitionSelector.d.ts.map +1 -0
- package/lib/typescript/lib/module/Bracket/components/BracketPlay/BracketNavigator.d.ts +13 -0
- package/lib/typescript/lib/module/Bracket/components/BracketPlay/BracketNavigator.d.ts.map +1 -0
- package/lib/typescript/lib/module/Bracket/components/BracketPlay/BracketRound.d.ts +15 -0
- package/lib/typescript/lib/module/Bracket/components/BracketPlay/BracketRound.d.ts.map +1 -0
- package/lib/typescript/lib/module/Bracket/components/BracketPlay/RoundEvent.d.ts +19 -0
- package/lib/typescript/lib/module/Bracket/components/BracketPlay/RoundEvent.d.ts.map +1 -0
- package/lib/typescript/lib/module/Bracket/components/BracketPlay/index.d.ts +17 -0
- package/lib/typescript/lib/module/Bracket/components/BracketPlay/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/Bracket/components/BracketSelector.d.ts +13 -0
- package/lib/typescript/lib/module/Bracket/components/BracketSelector.d.ts.map +1 -0
- package/lib/typescript/lib/module/Bracket/components/CompetitionLeaderboard.d.ts +13 -0
- package/lib/typescript/lib/module/Bracket/components/CompetitionLeaderboard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Bracket/components/JoinCompetitionCard.d.ts +14 -0
- package/lib/typescript/lib/module/Bracket/components/JoinCompetitionCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Bracket/components/PlayerBalanceCard.d.ts +8 -0
- package/lib/typescript/lib/module/Bracket/components/PlayerBalanceCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Bracket/components/PlayerBracketManager.d.ts +18 -0
- package/lib/typescript/lib/module/Bracket/components/PlayerBracketManager.d.ts.map +1 -0
- package/lib/typescript/lib/module/Bracket/components/PlayerBrackets.d.ts +16 -0
- package/lib/typescript/lib/module/Bracket/components/PlayerBrackets.d.ts.map +1 -0
- package/lib/typescript/lib/module/Bracket/components/RoomMenu.d.ts +11 -0
- package/lib/typescript/lib/module/Bracket/components/RoomMenu.d.ts.map +1 -0
- package/lib/typescript/lib/module/Bracket/index.d.ts +14 -0
- package/lib/typescript/lib/module/Bracket/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/Checkout/api/index.d.ts +66 -0
- package/lib/typescript/lib/module/Checkout/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/Checkout/components/AccountSummaryCard.d.ts +17 -0
- package/lib/typescript/lib/module/Checkout/components/AccountSummaryCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Checkout/components/ItemSummaryCard.d.ts +9 -0
- package/lib/typescript/lib/module/Checkout/components/ItemSummaryCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Checkout/components/OrderSummaryCard.d.ts +7 -0
- package/lib/typescript/lib/module/Checkout/components/OrderSummaryCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Checkout/components/PayPalOrderCapture.d.ts +15 -0
- package/lib/typescript/lib/module/Checkout/components/PayPalOrderCapture.d.ts.map +1 -0
- package/lib/typescript/lib/module/Checkout/components/ShippingSummaryCard.d.ts +8 -0
- package/lib/typescript/lib/module/Checkout/components/ShippingSummaryCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Checkout/index.d.ts +12 -0
- package/lib/typescript/lib/module/Checkout/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/Competition/api/index.d.ts +216 -0
- package/lib/typescript/lib/module/Competition/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/Competition/components/AthleteMarketCard.d.ts +19 -0
- package/lib/typescript/lib/module/Competition/components/AthleteMarketCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Competition/components/CompetitionCard.d.ts +13 -0
- package/lib/typescript/lib/module/Competition/components/CompetitionCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Competition/components/CompetitionInfoCard.d.ts +10 -0
- package/lib/typescript/lib/module/Competition/components/CompetitionInfoCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Competition/components/CompetitionLeaderboard.d.ts +15 -0
- package/lib/typescript/lib/module/Competition/components/CompetitionLeaderboard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Competition/components/CompetitionPlay.d.ts +21 -0
- package/lib/typescript/lib/module/Competition/components/CompetitionPlay.d.ts.map +1 -0
- package/lib/typescript/lib/module/Competition/components/CompetitionSeasonCard.d.ts +9 -0
- package/lib/typescript/lib/module/Competition/components/CompetitionSeasonCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Competition/components/CompetitionSelector.d.ts +10 -0
- package/lib/typescript/lib/module/Competition/components/CompetitionSelector.d.ts.map +1 -0
- package/lib/typescript/lib/module/Competition/components/CompetitionTypeCard.d.ts +14 -0
- package/lib/typescript/lib/module/Competition/components/CompetitionTypeCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Competition/components/EnterCompetitionPrompt.d.ts +14 -0
- package/lib/typescript/lib/module/Competition/components/EnterCompetitionPrompt.d.ts.map +1 -0
- package/lib/typescript/lib/module/Competition/components/LeaderPicks.d.ts +20 -0
- package/lib/typescript/lib/module/Competition/components/LeaderPicks.d.ts.map +1 -0
- package/lib/typescript/lib/module/Competition/components/MarketsCard.d.ts +14 -0
- package/lib/typescript/lib/module/Competition/components/MarketsCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Competition/components/MatchMarketCard.d.ts +19 -0
- package/lib/typescript/lib/module/Competition/components/MatchMarketCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Competition/components/NavOutPrompt.d.ts +16 -0
- package/lib/typescript/lib/module/Competition/components/NavOutPrompt.d.ts.map +1 -0
- package/lib/typescript/lib/module/Competition/components/SeasonCard.d.ts +9 -0
- package/lib/typescript/lib/module/Competition/components/SeasonCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Competition/components/TeamEventCard.d.ts +17 -0
- package/lib/typescript/lib/module/Competition/components/TeamEventCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Competition/components/WagerPickForm.d.ts +14 -0
- package/lib/typescript/lib/module/Competition/components/WagerPickForm.d.ts.map +1 -0
- package/lib/typescript/lib/module/Competition/index.d.ts +13 -0
- package/lib/typescript/lib/module/Competition/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionManager/api/index.d.ts +183 -0
- package/lib/typescript/lib/module/CompetitionManager/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionManager/components/AdminCompetitionList.d.ts +13 -0
- package/lib/typescript/lib/module/CompetitionManager/components/AdminCompetitionList.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionManager/components/AthleteSelector.d.ts +17 -0
- package/lib/typescript/lib/module/CompetitionManager/components/AthleteSelector.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionManager/components/CompetitionContestsForm.d.ts +26 -0
- package/lib/typescript/lib/module/CompetitionManager/components/CompetitionContestsForm.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionManager/components/CompetitionHeader.d.ts +15 -0
- package/lib/typescript/lib/module/CompetitionManager/components/CompetitionHeader.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionManager/components/CompetitionInfoForm.d.ts +13 -0
- package/lib/typescript/lib/module/CompetitionManager/components/CompetitionInfoForm.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionManager/components/CompetitionMatchMarketCard.d.ts +11 -0
- package/lib/typescript/lib/module/CompetitionManager/components/CompetitionMatchMarketCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionManager/components/CompetitionSettingsForm.d.ts +15 -0
- package/lib/typescript/lib/module/CompetitionManager/components/CompetitionSettingsForm.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionManager/components/ContestSelector.d.ts +15 -0
- package/lib/typescript/lib/module/CompetitionManager/components/ContestSelector.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionManager/components/ContestSettingsForm.d.ts +16 -0
- package/lib/typescript/lib/module/CompetitionManager/components/ContestSettingsForm.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionManager/components/CreateCompetitionForm.d.ts +11 -0
- package/lib/typescript/lib/module/CompetitionManager/components/CreateCompetitionForm.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionManager/components/MarketSelector.d.ts +13 -0
- package/lib/typescript/lib/module/CompetitionManager/components/MarketSelector.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionManager/components/PlayerSelector.d.ts +10 -0
- package/lib/typescript/lib/module/CompetitionManager/components/PlayerSelector.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionManager/index.d.ts +9 -0
- package/lib/typescript/lib/module/CompetitionManager/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionSeason/api/index.d.ts +22 -0
- package/lib/typescript/lib/module/CompetitionSeason/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionSeason/components/CompetitionsSection.d.ts +13 -0
- package/lib/typescript/lib/module/CompetitionSeason/components/CompetitionsSection.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionSeason/components/EnterSeasonPrompt.d.ts +15 -0
- package/lib/typescript/lib/module/CompetitionSeason/components/EnterSeasonPrompt.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionSeason/components/SeasonHeader.d.ts +13 -0
- package/lib/typescript/lib/module/CompetitionSeason/components/SeasonHeader.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionSeason/components/SeasonLeaderboard.d.ts +17 -0
- package/lib/typescript/lib/module/CompetitionSeason/components/SeasonLeaderboard.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionSeason/components/SeasonSettingsSection.d.ts +11 -0
- package/lib/typescript/lib/module/CompetitionSeason/components/SeasonSettingsSection.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionSeason/index.d.ts +11 -0
- package/lib/typescript/lib/module/CompetitionSeason/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionSeasonManager/api/index.d.ts +51 -0
- package/lib/typescript/lib/module/CompetitionSeasonManager/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionSeasonManager/components/CompetitionSelector.d.ts +1 -0
- package/lib/typescript/lib/module/CompetitionSeasonManager/components/CompetitionSelector.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionSeasonManager/components/CompetitionsForm.d.ts +12 -0
- package/lib/typescript/lib/module/CompetitionSeasonManager/components/CompetitionsForm.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionSeasonManager/components/CreateSeasonForm.d.ts +12 -0
- package/lib/typescript/lib/module/CompetitionSeasonManager/components/CreateSeasonForm.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionSeasonManager/components/SeasonHeader.d.ts +12 -0
- package/lib/typescript/lib/module/CompetitionSeasonManager/components/SeasonHeader.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionSeasonManager/components/SeasonInfoForm.d.ts +12 -0
- package/lib/typescript/lib/module/CompetitionSeasonManager/components/SeasonInfoForm.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionSeasonManager/components/SeasonSettingsForm.d.ts +13 -0
- package/lib/typescript/lib/module/CompetitionSeasonManager/components/SeasonSettingsForm.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionSeasonManager/index.d.ts +9 -0
- package/lib/typescript/lib/module/CompetitionSeasonManager/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/Components/Button.d.ts +21 -0
- package/lib/typescript/lib/module/Components/Button.d.ts.map +1 -0
- package/lib/typescript/lib/module/Components/Checkbox.d.ts +13 -0
- package/lib/typescript/lib/module/Components/Checkbox.d.ts.map +1 -0
- package/lib/typescript/lib/module/Components/ConfirmationModal.d.ts +13 -0
- package/lib/typescript/lib/module/Components/ConfirmationModal.d.ts.map +1 -0
- package/lib/typescript/lib/module/Components/Dropdown.d.ts +12 -0
- package/lib/typescript/lib/module/Components/Dropdown.d.ts.map +1 -0
- package/lib/typescript/lib/module/Components/Icons.d.ts +380 -0
- package/lib/typescript/lib/module/Components/Icons.d.ts.map +1 -0
- package/lib/typescript/lib/module/Components/ImageUploader.d.ts +9 -0
- package/lib/typescript/lib/module/Components/ImageUploader.d.ts.map +1 -0
- package/lib/typescript/lib/module/Components/Jerseys.d.ts +14 -0
- package/lib/typescript/lib/module/Components/Jerseys.d.ts.map +1 -0
- package/lib/typescript/lib/module/Components/LinearDiagnal.d.ts +14 -0
- package/lib/typescript/lib/module/Components/LinearDiagnal.d.ts.map +1 -0
- package/lib/typescript/lib/module/Components/SearchBox.d.ts +11 -0
- package/lib/typescript/lib/module/Components/SearchBox.d.ts.map +1 -0
- package/lib/typescript/lib/module/Components/Slider.d.ts +15 -0
- package/lib/typescript/lib/module/Components/Slider.d.ts.map +1 -0
- package/lib/typescript/lib/module/Components/Spring.d.ts +1130 -0
- package/lib/typescript/lib/module/Components/Spring.d.ts.map +1 -0
- package/lib/typescript/lib/module/Components/Switch.d.ts +10 -0
- package/lib/typescript/lib/module/Components/Switch.d.ts.map +1 -0
- package/lib/typescript/lib/module/Components/Text.d.ts +14 -0
- package/lib/typescript/lib/module/Components/Text.d.ts.map +1 -0
- package/lib/typescript/lib/module/Components/TextInput.d.ts +21 -0
- package/lib/typescript/lib/module/Components/TextInput.d.ts.map +1 -0
- package/lib/typescript/lib/module/Components/ViewportObserver.d.ts +2 -0
- package/lib/typescript/lib/module/Components/ViewportObserver.d.ts.map +1 -0
- package/lib/typescript/lib/module/Components/index.d.ts +10 -0
- package/lib/typescript/lib/module/Components/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/Engage/api/index.d.ts +26 -0
- package/lib/typescript/lib/module/Engage/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/Engage/components/BracketCompetitionCard.d.ts +12 -0
- package/lib/typescript/lib/module/Engage/components/BracketCompetitionCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Engage/components/CompanyCard.d.ts +10 -0
- package/lib/typescript/lib/module/Engage/components/CompanyCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Engage/components/CompetitionCard.d.ts +11 -0
- package/lib/typescript/lib/module/Engage/components/CompetitionCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Engage/components/EngageHeader.d.ts +11 -0
- package/lib/typescript/lib/module/Engage/components/EngageHeader.d.ts.map +1 -0
- package/lib/typescript/lib/module/Engage/components/PrivateCodePrompt.d.ts +12 -0
- package/lib/typescript/lib/module/Engage/components/PrivateCodePrompt.d.ts.map +1 -0
- package/lib/typescript/lib/module/Engage/components/SeasonCard.d.ts +9 -0
- package/lib/typescript/lib/module/Engage/components/SeasonCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Engage/components/SquaresCompetitionCard.d.ts +11 -0
- package/lib/typescript/lib/module/Engage/components/SquaresCompetitionCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Engage/index.d.ts +17 -0
- package/lib/typescript/lib/module/Engage/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/EventComponents/AthleteCard.d.ts +5 -0
- package/lib/typescript/lib/module/EventComponents/AthleteCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/EventComponents/TeamCard.d.ts +7 -0
- package/lib/typescript/lib/module/EventComponents/TeamCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/EventComponents/TeamProfile/index.d.ts +22 -0
- package/lib/typescript/lib/module/EventComponents/TeamProfile/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/EventComponents/api/index.d.ts +7 -0
- package/lib/typescript/lib/module/EventComponents/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/EventComponents/index.d.ts +12 -0
- package/lib/typescript/lib/module/EventComponents/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/LocationTracker/LocationStatus.d.ts +16 -0
- package/lib/typescript/lib/module/LocationTracker/LocationStatus.d.ts.map +1 -0
- package/lib/typescript/lib/module/LocationTracker/api/index.d.ts +90 -0
- package/lib/typescript/lib/module/LocationTracker/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/LocationTracker/index.d.ts +10 -0
- package/lib/typescript/lib/module/LocationTracker/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/api/index.d.ts +50 -0
- package/lib/typescript/lib/module/MarketComponents/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/AthleteMarket/index.d.ts +22 -0
- package/lib/typescript/lib/module/MarketComponents/components/AthleteMarket/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/AthleteTournamentMarket/index.d.ts +21 -0
- package/lib/typescript/lib/module/MarketComponents/components/AthleteTournamentMarket/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/BestAvailableOrderCard.d.ts +12 -0
- package/lib/typescript/lib/module/MarketComponents/components/BestAvailableOrderCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/BetScopeIndicator.d.ts +9 -0
- package/lib/typescript/lib/module/MarketComponents/components/BetScopeIndicator.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/ContestOrderStatsCard.d.ts +14 -0
- package/lib/typescript/lib/module/MarketComponents/components/ContestOrderStatsCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/ContestStats.d.ts +7 -0
- package/lib/typescript/lib/module/MarketComponents/components/ContestStats.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/EventMarket/index.d.ts +19 -0
- package/lib/typescript/lib/module/MarketComponents/components/EventMarket/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/EventScoringCard.d.ts +9 -0
- package/lib/typescript/lib/module/MarketComponents/components/EventScoringCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/MarketButton/api/index.d.ts +104 -0
- package/lib/typescript/lib/module/MarketComponents/components/MarketButton/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/MarketButton/index.d.ts +15 -0
- package/lib/typescript/lib/module/MarketComponents/components/MarketButton/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/MatchMarket/index.d.ts +27 -0
- package/lib/typescript/lib/module/MarketComponents/components/MatchMarket/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/MyOrderList/api/index.d.ts +68 -0
- package/lib/typescript/lib/module/MarketComponents/components/MyOrderList/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/MyOrderList/index.d.ts +10 -0
- package/lib/typescript/lib/module/MarketComponents/components/MyOrderList/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/OrderBook.d.ts +12 -0
- package/lib/typescript/lib/module/MarketComponents/components/OrderBook.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/OrderBookChart.d.ts +13 -0
- package/lib/typescript/lib/module/MarketComponents/components/OrderBookChart.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/OrderGradeBar.d.ts +12 -0
- package/lib/typescript/lib/module/MarketComponents/components/OrderGradeBar.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/PodcastCard.d.ts +8 -0
- package/lib/typescript/lib/module/MarketComponents/components/PodcastCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/TeamEventList/api/index.d.ts +9 -0
- package/lib/typescript/lib/module/MarketComponents/components/TeamEventList/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/TeamEventList/index.d.ts +21 -0
- package/lib/typescript/lib/module/MarketComponents/components/TeamEventList/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/TeamEventMarket/api/index.d.ts +12 -0
- package/lib/typescript/lib/module/MarketComponents/components/TeamEventMarket/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/TeamEventMarket/index.d.ts +35 -0
- package/lib/typescript/lib/module/MarketComponents/components/TeamEventMarket/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/TeamTournamentMarket/index.d.ts +21 -0
- package/lib/typescript/lib/module/MarketComponents/components/TeamTournamentMarket/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/TournamentList/api/index.d.ts +12 -0
- package/lib/typescript/lib/module/MarketComponents/components/TournamentList/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/TournamentList/index.d.ts +18 -0
- package/lib/typescript/lib/module/MarketComponents/components/TournamentList/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/TournamentMarket/api/index.d.ts +13 -0
- package/lib/typescript/lib/module/MarketComponents/components/TournamentMarket/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/TournamentMarket/index.d.ts +29 -0
- package/lib/typescript/lib/module/MarketComponents/components/TournamentMarket/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/index.d.ts +30 -0
- package/lib/typescript/lib/module/MarketComponents/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketMaker/api/index.d.ts +216 -0
- package/lib/typescript/lib/module/MarketMaker/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketMaker/components/Contest.d.ts +26 -0
- package/lib/typescript/lib/module/MarketMaker/components/Contest.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketMaker/components/ContestMarkets.d.ts +21 -0
- package/lib/typescript/lib/module/MarketMaker/components/ContestMarkets.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketMaker/components/ContestSelector.d.ts +12 -0
- package/lib/typescript/lib/module/MarketMaker/components/ContestSelector.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketMaker/components/Dashboard.d.ts +26 -0
- package/lib/typescript/lib/module/MarketMaker/components/Dashboard.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketMaker/components/FundActions.d.ts +10 -0
- package/lib/typescript/lib/module/MarketMaker/components/FundActions.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketMaker/components/FundOwnershipList.d.ts +8 -0
- package/lib/typescript/lib/module/MarketMaker/components/FundOwnershipList.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketMaker/components/FundSelector.d.ts +12 -0
- package/lib/typescript/lib/module/MarketMaker/components/FundSelector.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketMaker/components/FundingRequestList.d.ts +10 -0
- package/lib/typescript/lib/module/MarketMaker/components/FundingRequestList.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketMaker/components/ManageFundForm.d.ts +11 -0
- package/lib/typescript/lib/module/MarketMaker/components/ManageFundForm.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketMaker/components/MarketSelector.d.ts +11 -0
- package/lib/typescript/lib/module/MarketMaker/components/MarketSelector.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketMaker/components/OrderForm.d.ts +13 -0
- package/lib/typescript/lib/module/MarketMaker/components/OrderForm.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketMaker/components/SetMarketForm.d.ts +15 -0
- package/lib/typescript/lib/module/MarketMaker/components/SetMarketForm.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketMaker/components/WeightProgress.d.ts +8 -0
- package/lib/typescript/lib/module/MarketMaker/components/WeightProgress.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketMaker/index.d.ts +9 -0
- package/lib/typescript/lib/module/MarketMaker/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/Observer/Observer.d.ts +10 -0
- package/lib/typescript/lib/module/Observer/Observer.d.ts.map +1 -0
- package/lib/typescript/lib/module/Observer/api/index.d.ts +18 -0
- package/lib/typescript/lib/module/Observer/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/Observer/index.d.ts +6 -0
- package/lib/typescript/lib/module/Observer/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/Poll/api/index.d.ts +65 -0
- package/lib/typescript/lib/module/Poll/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/Poll/components/CampaignHeader.d.ts +8 -0
- package/lib/typescript/lib/module/Poll/components/CampaignHeader.d.ts.map +1 -0
- package/lib/typescript/lib/module/Poll/components/CampaignLeaderboard.d.ts +11 -0
- package/lib/typescript/lib/module/Poll/components/CampaignLeaderboard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Poll/components/CampaignPlay.d.ts +13 -0
- package/lib/typescript/lib/module/Poll/components/CampaignPlay.d.ts.map +1 -0
- package/lib/typescript/lib/module/Poll/components/CampaignProgressBar.d.ts +10 -0
- package/lib/typescript/lib/module/Poll/components/CampaignProgressBar.d.ts.map +1 -0
- package/lib/typescript/lib/module/Poll/components/CampaignResult.d.ts +8 -0
- package/lib/typescript/lib/module/Poll/components/CampaignResult.d.ts.map +1 -0
- package/lib/typescript/lib/module/Poll/components/CampaignSelector.d.ts +8 -0
- package/lib/typescript/lib/module/Poll/components/CampaignSelector.d.ts.map +1 -0
- package/lib/typescript/lib/module/Poll/components/PollCampaignCard.d.ts +9 -0
- package/lib/typescript/lib/module/Poll/components/PollCampaignCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Poll/components/PollCard.d.ts +14 -0
- package/lib/typescript/lib/module/Poll/components/PollCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Poll/components/PollOptionCard.d.ts +13 -0
- package/lib/typescript/lib/module/Poll/components/PollOptionCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Poll/components/PollQuestionsSection.d.ts +10 -0
- package/lib/typescript/lib/module/Poll/components/PollQuestionsSection.d.ts.map +1 -0
- package/lib/typescript/lib/module/Poll/components/PollSelectCard.d.ts +14 -0
- package/lib/typescript/lib/module/Poll/components/PollSelectCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Poll/components/ResponseTimer.d.ts +8 -0
- package/lib/typescript/lib/module/Poll/components/ResponseTimer.d.ts.map +1 -0
- package/lib/typescript/lib/module/Poll/components/WidgetHeader.d.ts +11 -0
- package/lib/typescript/lib/module/Poll/components/WidgetHeader.d.ts.map +1 -0
- package/lib/typescript/lib/module/Poll/flashmarket/ResultCard.d.ts +11 -0
- package/lib/typescript/lib/module/Poll/flashmarket/ResultCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Poll/flashmarket/index.d.ts +11 -0
- package/lib/typescript/lib/module/Poll/flashmarket/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/Poll/index.d.ts +11 -0
- package/lib/typescript/lib/module/Poll/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/ProfileManager/Components/BasicInfoManager.d.ts +11 -0
- package/lib/typescript/lib/module/ProfileManager/Components/BasicInfoManager.d.ts.map +1 -0
- package/lib/typescript/lib/module/ProfileManager/Components/BasicStatus.d.ts +10 -0
- package/lib/typescript/lib/module/ProfileManager/Components/BasicStatus.d.ts.map +1 -0
- package/lib/typescript/lib/module/ProfileManager/Components/CodeRedeem.d.ts +11 -0
- package/lib/typescript/lib/module/ProfileManager/Components/CodeRedeem.d.ts.map +1 -0
- package/lib/typescript/lib/module/ProfileManager/Components/DOBManager.d.ts +11 -0
- package/lib/typescript/lib/module/ProfileManager/Components/DOBManager.d.ts.map +1 -0
- package/lib/typescript/lib/module/ProfileManager/Components/EmailManager.d.ts +11 -0
- package/lib/typescript/lib/module/ProfileManager/Components/EmailManager.d.ts.map +1 -0
- package/lib/typescript/lib/module/ProfileManager/Components/PasswordManager.d.ts +11 -0
- package/lib/typescript/lib/module/ProfileManager/Components/PasswordManager.d.ts.map +1 -0
- package/lib/typescript/lib/module/ProfileManager/Components/PhoneManager.d.ts +11 -0
- package/lib/typescript/lib/module/ProfileManager/Components/PhoneManager.d.ts.map +1 -0
- package/lib/typescript/lib/module/ProfileManager/Components/ProfilePicManager.d.ts +11 -0
- package/lib/typescript/lib/module/ProfileManager/Components/ProfilePicManager.d.ts.map +1 -0
- package/lib/typescript/lib/module/ProfileManager/Components/ProfileWelcome.d.ts +11 -0
- package/lib/typescript/lib/module/ProfileManager/Components/ProfileWelcome.d.ts.map +1 -0
- package/lib/typescript/lib/module/ProfileManager/Components/ProfileWizard.d.ts +25 -0
- package/lib/typescript/lib/module/ProfileManager/Components/ProfileWizard.d.ts.map +1 -0
- package/lib/typescript/lib/module/ProfileManager/Components/SettingsManager.d.ts +13 -0
- package/lib/typescript/lib/module/ProfileManager/Components/SettingsManager.d.ts.map +1 -0
- package/lib/typescript/lib/module/ProfileManager/Components/VouchCard.d.ts +15 -0
- package/lib/typescript/lib/module/ProfileManager/Components/VouchCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/ProfileManager/api/index.d.ts +71 -0
- package/lib/typescript/lib/module/ProfileManager/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/ProfileManager/api/types.d.d.ts +1 -0
- package/lib/typescript/lib/module/ProfileManager/api/types.d.d.ts.map +1 -0
- package/lib/typescript/lib/module/ProfileManager/index.d.ts +22 -0
- package/lib/typescript/lib/module/ProfileManager/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/PromotedOrder/api/index.d.ts +11 -0
- package/lib/typescript/lib/module/PromotedOrder/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/PromotedOrder/index.d.ts +11 -0
- package/lib/typescript/lib/module/PromotedOrder/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/Share/api/index.d.ts +30 -0
- package/lib/typescript/lib/module/Share/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/Share/components/EmbedPreview.d.ts +9 -0
- package/lib/typescript/lib/module/Share/components/EmbedPreview.d.ts.map +1 -0
- package/lib/typescript/lib/module/Share/index.d.ts +21 -0
- package/lib/typescript/lib/module/Share/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/ArticleCard.d.ts +11 -0
- package/lib/typescript/lib/module/SocialComponents/ArticleCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/AudioPlayer.d.ts +11 -0
- package/lib/typescript/lib/module/SocialComponents/AudioPlayer.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/CompanyProfile/api/index.d.ts +20 -0
- package/lib/typescript/lib/module/SocialComponents/CompanyProfile/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/CompanyProfile/index.d.ts +17 -0
- package/lib/typescript/lib/module/SocialComponents/CompanyProfile/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/PlayerCard.d.ts +18 -0
- package/lib/typescript/lib/module/SocialComponents/PlayerCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/PlayerFollowButton.d.ts +13 -0
- package/lib/typescript/lib/module/SocialComponents/PlayerFollowButton.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/PlayerList.d.ts +10 -0
- package/lib/typescript/lib/module/SocialComponents/PlayerList.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/PlayerProfile/api/index.d.ts +17 -0
- package/lib/typescript/lib/module/SocialComponents/PlayerProfile/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/PlayerProfile/components/PlayerFollowersList.d.ts +12 -0
- package/lib/typescript/lib/module/SocialComponents/PlayerProfile/components/PlayerFollowersList.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/PlayerProfile/components/PostsList.d.ts +8 -0
- package/lib/typescript/lib/module/SocialComponents/PlayerProfile/components/PostsList.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/PlayerProfile/index.d.ts +21 -0
- package/lib/typescript/lib/module/SocialComponents/PlayerProfile/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/PodcastCard.d.ts +9 -0
- package/lib/typescript/lib/module/SocialComponents/PodcastCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/PodcastEpisodeCard.d.ts +11 -0
- package/lib/typescript/lib/module/SocialComponents/PodcastEpisodeCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/PodcastModule/api/index.d.ts +10 -0
- package/lib/typescript/lib/module/SocialComponents/PodcastModule/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/PodcastModule/components/ClaimPodcastModal.d.ts +9 -0
- package/lib/typescript/lib/module/SocialComponents/PodcastModule/components/ClaimPodcastModal.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/PodcastModule/index.d.ts +14 -0
- package/lib/typescript/lib/module/SocialComponents/PodcastModule/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/PostCard/components/DraftTextEntities.d.ts +4 -0
- package/lib/typescript/lib/module/SocialComponents/PostCard/components/DraftTextEntities.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/PostCard/components/DraftTextViewer.d.ts +11 -0
- package/lib/typescript/lib/module/SocialComponents/PostCard/components/DraftTextViewer.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/PostCard/components/EntityHelpers.d.ts +14 -0
- package/lib/typescript/lib/module/SocialComponents/PostCard/components/EntityHelpers.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/PostCard/components/ImageList.d.ts +9 -0
- package/lib/typescript/lib/module/SocialComponents/PostCard/components/ImageList.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/PostCard/components/PostHeader.d.ts +8 -0
- package/lib/typescript/lib/module/SocialComponents/PostCard/components/PostHeader.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/PostCard/components/PostReactionBar.d.ts +11 -0
- package/lib/typescript/lib/module/SocialComponents/PostCard/components/PostReactionBar.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/PostCard/index.d.ts +13 -0
- package/lib/typescript/lib/module/SocialComponents/PostCard/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/SocialOrderCard.d.ts +17 -0
- package/lib/typescript/lib/module/SocialComponents/SocialOrderCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/SocialOrdersList.d.ts +13 -0
- package/lib/typescript/lib/module/SocialComponents/SocialOrdersList.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/api/index.d.ts +61 -0
- package/lib/typescript/lib/module/SocialComponents/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/index.d.ts +8 -0
- package/lib/typescript/lib/module/SocialComponents/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/Socket/api/index.d.ts +5 -0
- package/lib/typescript/lib/module/Socket/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/Socket/index.d.ts +14 -0
- package/lib/typescript/lib/module/Socket/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/Squares/api/index.d.ts +29 -0
- package/lib/typescript/lib/module/Squares/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/Squares/components/BidForm.d.ts +18 -0
- package/lib/typescript/lib/module/Squares/components/BidForm.d.ts.map +1 -0
- package/lib/typescript/lib/module/Squares/components/BidToggle.d.ts +9 -0
- package/lib/typescript/lib/module/Squares/components/BidToggle.d.ts.map +1 -0
- package/lib/typescript/lib/module/Squares/components/BoardStats.d.ts +9 -0
- package/lib/typescript/lib/module/Squares/components/BoardStats.d.ts.map +1 -0
- package/lib/typescript/lib/module/Squares/components/Countdown.d.ts +11 -0
- package/lib/typescript/lib/module/Squares/components/Countdown.d.ts.map +1 -0
- package/lib/typescript/lib/module/Squares/components/EventCard.d.ts +8 -0
- package/lib/typescript/lib/module/Squares/components/EventCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Squares/components/MySquaresCard.d.ts +14 -0
- package/lib/typescript/lib/module/Squares/components/MySquaresCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Squares/components/MyStatsCard.d.ts +17 -0
- package/lib/typescript/lib/module/Squares/components/MyStatsCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Squares/components/OfferForm.d.ts +22 -0
- package/lib/typescript/lib/module/Squares/components/OfferForm.d.ts.map +1 -0
- package/lib/typescript/lib/module/Squares/components/PrizeCard.d.ts +10 -0
- package/lib/typescript/lib/module/Squares/components/PrizeCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Squares/components/ResultsCard.d.ts +11 -0
- package/lib/typescript/lib/module/Squares/components/ResultsCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Squares/components/SquareCard.d.ts +18 -0
- package/lib/typescript/lib/module/Squares/components/SquareCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Squares/components/SquareOfferCard.d.ts +13 -0
- package/lib/typescript/lib/module/Squares/components/SquareOfferCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Squares/components/SquareOffersCard.d.ts +13 -0
- package/lib/typescript/lib/module/Squares/components/SquareOffersCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Squares/components/SquareOwners.d.ts +9 -0
- package/lib/typescript/lib/module/Squares/components/SquareOwners.d.ts.map +1 -0
- package/lib/typescript/lib/module/Squares/components/SquaresBoard.d.ts +18 -0
- package/lib/typescript/lib/module/Squares/components/SquaresBoard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Squares/components/SquaresDetails.d.ts +9 -0
- package/lib/typescript/lib/module/Squares/components/SquaresDetails.d.ts.map +1 -0
- package/lib/typescript/lib/module/Squares/index.d.ts +12 -0
- package/lib/typescript/lib/module/Squares/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/Wallet/api/index.d.ts +198 -0
- package/lib/typescript/lib/module/Wallet/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/Wallet/components/ACHAddCard.d.ts +11 -0
- package/lib/typescript/lib/module/Wallet/components/ACHAddCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Wallet/components/AccountCard.d.ts +9 -0
- package/lib/typescript/lib/module/Wallet/components/AccountCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Wallet/components/AccountLimitManager.d.ts +9 -0
- package/lib/typescript/lib/module/Wallet/components/AccountLimitManager.d.ts.map +1 -0
- package/lib/typescript/lib/module/Wallet/components/AccountManager.d.ts +12 -0
- package/lib/typescript/lib/module/Wallet/components/AccountManager.d.ts.map +1 -0
- package/lib/typescript/lib/module/Wallet/components/AccountSnoozeManager.d.ts +9 -0
- package/lib/typescript/lib/module/Wallet/components/AccountSnoozeManager.d.ts.map +1 -0
- package/lib/typescript/lib/module/Wallet/components/AddressCard.d.ts +10 -0
- package/lib/typescript/lib/module/Wallet/components/AddressCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Wallet/components/AddressManager.d.ts +12 -0
- package/lib/typescript/lib/module/Wallet/components/AddressManager.d.ts.map +1 -0
- package/lib/typescript/lib/module/Wallet/components/DepositCard.d.ts +12 -0
- package/lib/typescript/lib/module/Wallet/components/DepositCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Wallet/components/FundAccountCard.d.ts +14 -0
- package/lib/typescript/lib/module/Wallet/components/FundAccountCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Wallet/components/ItemOrderCard.d.ts +7 -0
- package/lib/typescript/lib/module/Wallet/components/ItemOrderCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Wallet/components/ItemOrderDetailCard.d.ts +9 -0
- package/lib/typescript/lib/module/Wallet/components/ItemOrderDetailCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Wallet/components/LinkAccountManager.d.ts +10 -0
- package/lib/typescript/lib/module/Wallet/components/LinkAccountManager.d.ts.map +1 -0
- package/lib/typescript/lib/module/Wallet/components/ManageAccountCard.d.ts +15 -0
- package/lib/typescript/lib/module/Wallet/components/ManageAccountCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Wallet/components/ManualACHAdd.d.ts +9 -0
- package/lib/typescript/lib/module/Wallet/components/ManualACHAdd.d.ts.map +1 -0
- package/lib/typescript/lib/module/Wallet/components/ManualCardAdd.d.ts +9 -0
- package/lib/typescript/lib/module/Wallet/components/ManualCardAdd.d.ts.map +1 -0
- package/lib/typescript/lib/module/Wallet/components/MyBalance.d.ts +9 -0
- package/lib/typescript/lib/module/Wallet/components/MyBalance.d.ts.map +1 -0
- package/lib/typescript/lib/module/Wallet/components/OrderManager.d.ts +7 -0
- package/lib/typescript/lib/module/Wallet/components/OrderManager.d.ts.map +1 -0
- package/lib/typescript/lib/module/Wallet/components/RemoveAccount.d.ts +9 -0
- package/lib/typescript/lib/module/Wallet/components/RemoveAccount.d.ts.map +1 -0
- package/lib/typescript/lib/module/Wallet/components/VerifyACHAccount.d.ts +11 -0
- package/lib/typescript/lib/module/Wallet/components/VerifyACHAccount.d.ts.map +1 -0
- package/lib/typescript/lib/module/Wallet/components/WalletActionSelector.d.ts +13 -0
- package/lib/typescript/lib/module/Wallet/components/WalletActionSelector.d.ts.map +1 -0
- package/lib/typescript/lib/module/Wallet/components/WalletSettings.d.ts +14 -0
- package/lib/typescript/lib/module/Wallet/components/WalletSettings.d.ts.map +1 -0
- package/lib/typescript/lib/module/Wallet/components/WalletSetup.d.ts +10 -0
- package/lib/typescript/lib/module/Wallet/components/WalletSetup.d.ts.map +1 -0
- package/lib/typescript/lib/module/Wallet/components/WithdrawCard.d.ts +13 -0
- package/lib/typescript/lib/module/Wallet/components/WithdrawCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Wallet/index.d.ts +12 -0
- package/lib/typescript/lib/module/Wallet/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/constants/colors.d.ts +67 -0
- package/lib/typescript/lib/module/constants/colors.d.ts.map +1 -0
- package/lib/typescript/lib/module/constants/styles.d.ts +227 -0
- package/lib/typescript/lib/module/constants/styles.d.ts.map +1 -0
- package/lib/typescript/lib/module/index.d.ts +38 -0
- package/lib/typescript/lib/module/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/types.d.d.ts +2 -0
- package/lib/typescript/lib/module/types.d.d.ts.map +1 -0
- package/lib/typescript/react-native.config.d.ts +6 -0
- package/lib/typescript/react-native.config.d.ts.map +1 -0
- package/lib/typescript/src/LocationTracker/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketMaker/api/index.d.ts +1 -1
- package/package.json +1 -1
- package/src/LocationTracker/LocationStatus.tsx +0 -1
- package/src/LocationTracker/index.tsx +4 -2
|
@@ -29,7 +29,8 @@ const LocationTracker = ({
|
|
|
29
29
|
}
|
|
30
30
|
return _reactNative.Linking.openURL('https://support.bettoredge.com/hc/en-us/articles/1500010423381-How-do-I-turn-on-Location-Settings-for-Android-Chrome');
|
|
31
31
|
};
|
|
32
|
-
|
|
32
|
+
console.log(permission);
|
|
33
|
+
return /*#__PURE__*/_react.default.createElement(_reactNative.View, null, permission.permission == 'prompt' || !permission.permission ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
33
34
|
style: {
|
|
34
35
|
padding: 20
|
|
35
36
|
}
|
|
@@ -159,6 +160,7 @@ const LocationTracker = ({
|
|
|
159
160
|
marginRight: 5
|
|
160
161
|
},
|
|
161
162
|
title_color: _colors.default.utility.error,
|
|
163
|
+
backgroundColor: _colors.default.shades.white,
|
|
162
164
|
borderWidth: 1,
|
|
163
165
|
padding: 15,
|
|
164
166
|
borderColor: _colors.default.utility.error,
|
|
@@ -187,6 +189,7 @@ const LocationTracker = ({
|
|
|
187
189
|
marginRight: 5
|
|
188
190
|
},
|
|
189
191
|
title_color: _colors.default.utility.error,
|
|
192
|
+
backgroundColor: _colors.default.shades.white,
|
|
190
193
|
borderWidth: 1,
|
|
191
194
|
padding: 15,
|
|
192
195
|
borderColor: _colors.default.utility.error,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_Components","_colors","_reactDeviceDetect","e","__esModule","default","LocationTracker","onClose","onGetLocation","permission","location","loading","error","handleHelpMe","isSafari","isIOS","Linking","openURL","isChrome","createElement","View","style","padding","Text","size","color","Colors","brand","midnight","weight","textAlign","justifyContent","alignItems","Image","source","uri","width","height","marginTop","location_image","Fragment","nativeID","flexDirection","Button","title","flex","marginRight","title_color","utility","
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_Components","_colors","_reactDeviceDetect","e","__esModule","default","LocationTracker","onClose","onGetLocation","permission","location","loading","error","handleHelpMe","isSafari","isIOS","Linking","openURL","isChrome","console","log","createElement","View","style","padding","Text","size","color","Colors","brand","midnight","weight","textAlign","justifyContent","alignItems","Image","source","uri","width","height","marginTop","location_image","Fragment","nativeID","flexDirection","Button","title","flex","marginRight","title_color","utility","backgroundColor","shades","white","borderWidth","borderColor","onPress","opacity","disabled","electric","_default","exports"],"sourceRoot":"../../../src","sources":["LocationTracker/index.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -22,7 +22,8 @@ const LocationTracker = ({
|
|
|
22
22
|
}
|
|
23
23
|
return Linking.openURL('https://support.bettoredge.com/hc/en-us/articles/1500010423381-How-do-I-turn-on-Location-Settings-for-Android-Chrome');
|
|
24
24
|
};
|
|
25
|
-
|
|
25
|
+
console.log(permission);
|
|
26
|
+
return /*#__PURE__*/React.createElement(View, null, permission.permission == 'prompt' || !permission.permission ? /*#__PURE__*/React.createElement(View, {
|
|
26
27
|
style: {
|
|
27
28
|
padding: 20
|
|
28
29
|
}
|
|
@@ -152,6 +153,7 @@ const LocationTracker = ({
|
|
|
152
153
|
marginRight: 5
|
|
153
154
|
},
|
|
154
155
|
title_color: Colors.utility.error,
|
|
156
|
+
backgroundColor: Colors.shades.white,
|
|
155
157
|
borderWidth: 1,
|
|
156
158
|
padding: 15,
|
|
157
159
|
borderColor: Colors.utility.error,
|
|
@@ -180,6 +182,7 @@ const LocationTracker = ({
|
|
|
180
182
|
marginRight: 5
|
|
181
183
|
},
|
|
182
184
|
title_color: Colors.utility.error,
|
|
185
|
+
backgroundColor: Colors.shades.white,
|
|
183
186
|
borderWidth: 1,
|
|
184
187
|
padding: 15,
|
|
185
188
|
borderColor: Colors.utility.error,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","View","Image","Linking","Button","Text","Colors","isSafari","isChrome","isIOS","LocationTracker","onClose","onGetLocation","permission","location","loading","error","handleHelpMe","openURL","createElement","style","padding","size","color","brand","midnight","weight","textAlign","justifyContent","alignItems","source","uri","width","height","marginTop","location_image","Fragment","nativeID","flexDirection","title","flex","marginRight","title_color","utility","
|
|
1
|
+
{"version":3,"names":["React","View","Image","Linking","Button","Text","Colors","isSafari","isChrome","isIOS","LocationTracker","onClose","onGetLocation","permission","location","loading","error","handleHelpMe","openURL","console","log","createElement","style","padding","size","color","brand","midnight","weight","textAlign","justifyContent","alignItems","source","uri","width","height","marginTop","location_image","Fragment","nativeID","flexDirection","title","flex","marginRight","title_color","utility","backgroundColor","shades","white","borderWidth","borderColor","onPress","opacity","disabled","electric"],"sourceRoot":"../../../src","sources":["LocationTracker/index.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"babel.config.d.ts","sourceRoot":"","sources":["../../babel.config.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export namespace AdServerApi {
|
|
3
|
+
function setEnvironment(): void;
|
|
4
|
+
function getAdTypes(): Promise<any>;
|
|
5
|
+
function findAds(): Promise<any>;
|
|
6
|
+
}
|
|
7
|
+
export namespace AdServerHelpers {
|
|
8
|
+
function generateUrl(landing_url: any, distinct_id: any): any;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/AdServer/api/index.js"],"names":[],"mappings":";;IAWkB,gCAGf;IACW,oCAGX;IACQ,iCAGR;;;IAGY,8DAUZ"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default CompanyAdCard;
|
|
3
|
+
declare function CompanyAdCard({ company_ad, size, ad_type, onClickAd, onViewAd }: {
|
|
4
|
+
company_ad: any;
|
|
5
|
+
size: any;
|
|
6
|
+
ad_type: any;
|
|
7
|
+
onClickAd: any;
|
|
8
|
+
onViewAd: any;
|
|
9
|
+
}): any;
|
|
10
|
+
//# sourceMappingURL=CompanyAdCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CompanyAdCard.d.ts","sourceRoot":"","sources":["../../../../../commonjs/AdServer/components/CompanyAdCard.js"],"names":[],"mappings":";;AAWA;;;;;;QAqDC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default AdServer;
|
|
3
|
+
export function AdProvider({ children, role, distinct_id, session_id }: {
|
|
4
|
+
children: any;
|
|
5
|
+
role: any;
|
|
6
|
+
distinct_id: any;
|
|
7
|
+
session_id: any;
|
|
8
|
+
}): any;
|
|
9
|
+
declare function AdServer({ placement, device_width, ad_type, role, onViewAd, onClickAd }: {
|
|
10
|
+
placement: any;
|
|
11
|
+
device_width: any;
|
|
12
|
+
ad_type: any;
|
|
13
|
+
role: any;
|
|
14
|
+
onViewAd: any;
|
|
15
|
+
onClickAd: any;
|
|
16
|
+
}): any;
|
|
17
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../commonjs/AdServer/index.js"],"names":[],"mappings":";;AAsBA;;;;;QA6CC;AAED;;;;;;;QAsGC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/AnalyticComponents/MarketPerformance/index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/AnalyticComponents/api/index.js"],"names":[],"mappings":";;IAWkB,gCAMf"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../commonjs/AnalyticComponents/index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export namespace APIOverrides {
|
|
3
|
+
function start({ env, no_cache }: {
|
|
4
|
+
env: any;
|
|
5
|
+
no_cache: any;
|
|
6
|
+
}): Promise<{
|
|
7
|
+
authenticated: boolean;
|
|
8
|
+
distinct_id: any;
|
|
9
|
+
session_id: any;
|
|
10
|
+
}>;
|
|
11
|
+
function authenticateApp(auth_response: any, options: any): Promise<{
|
|
12
|
+
result: string;
|
|
13
|
+
}>;
|
|
14
|
+
function logoutApp(): Promise<{
|
|
15
|
+
result: string;
|
|
16
|
+
}>;
|
|
17
|
+
function setEnvironment(env: any): void;
|
|
18
|
+
function getEndpoints(): {};
|
|
19
|
+
function cacheTokens(access_token: any, player_id: any, refresh_token: any, expire_datetime: any): Promise<void>;
|
|
20
|
+
function clearTokens(): Promise<void>;
|
|
21
|
+
function getDistinctID(): Promise<any>;
|
|
22
|
+
function setBearerToken(token: any): void;
|
|
23
|
+
function setAPIKey(): void;
|
|
24
|
+
function setDistinctToken(distinct_id: any): void;
|
|
25
|
+
function setSessionToken(session_id: any): void;
|
|
26
|
+
function refreshToken(token: any, distinct_id: any): Promise<any>;
|
|
27
|
+
function setRefreshTokenInterceptor(token: any, distinct_id: any): Promise<void>;
|
|
28
|
+
}
|
|
29
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../commonjs/ApiOverrides/index.js"],"names":[],"mappings":";;IAoES;;;;;;;OA4EN;IACgB;;OAsBhB;IACU;;OAQV;IACe,wCAEf;IACa,4BAEb;IACY,iHAYZ;IACY,sCAKZ;IACc,uCAOd;IACe,0CAMf;IACU,2BAOV;IACiB,kDAMjB;IACgB,gDAMhB;IACa,kEAWb;IAC2B,iFAwC3B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=types.d.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.d.ts","sourceRoot":"","sources":["../../../../commonjs/ApiOverrides/types.d.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default AuthStrategyIdentifier;
|
|
3
|
+
declare function AuthStrategyIdentifier({ auth_strategy_identifier, auto_focus, auth_request, onChangeIdentifier }: {
|
|
4
|
+
auth_strategy_identifier: any;
|
|
5
|
+
auto_focus: any;
|
|
6
|
+
auth_request: any;
|
|
7
|
+
onChangeIdentifier: any;
|
|
8
|
+
}): any;
|
|
9
|
+
//# sourceMappingURL=AuthStrategyIdentifier.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AuthStrategyIdentifier.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Authenticator/Components/AuthStrategyIdentifier.js"],"names":[],"mappings":";;AAYA;;;;;QAkGC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default LoginForm;
|
|
3
|
+
declare function LoginForm({ width, visible, onRegister, onAuthenticated, onTryAuthenticate }: {
|
|
4
|
+
width: any;
|
|
5
|
+
visible: any;
|
|
6
|
+
onRegister: any;
|
|
7
|
+
onAuthenticated: any;
|
|
8
|
+
onTryAuthenticate: any;
|
|
9
|
+
}): any;
|
|
10
|
+
//# sourceMappingURL=LoginForm.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LoginForm.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Authenticator/Components/LoginForm.js"],"names":[],"mappings":";;AAeA;;;;;;QAweC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default StrategyForm;
|
|
3
|
+
declare function StrategyForm({ visible, company, theme, strategy, auth_strategy_id, company_id, distinct_id, source, show_referral, referral_code, width, opt_in_url, onAuthenticated, onLogin }: {
|
|
4
|
+
visible: any;
|
|
5
|
+
company: any;
|
|
6
|
+
theme: any;
|
|
7
|
+
strategy: any;
|
|
8
|
+
auth_strategy_id: any;
|
|
9
|
+
company_id: any;
|
|
10
|
+
distinct_id: any;
|
|
11
|
+
source: any;
|
|
12
|
+
show_referral: any;
|
|
13
|
+
referral_code: any;
|
|
14
|
+
width: any;
|
|
15
|
+
opt_in_url: any;
|
|
16
|
+
onAuthenticated: any;
|
|
17
|
+
onLogin: any;
|
|
18
|
+
}): any;
|
|
19
|
+
//# sourceMappingURL=StrategyForm.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StrategyForm.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Authenticator/Components/StrategyForm.js"],"names":[],"mappings":";;AAkBA;;;;;;;;;;;;;;;QA2mBC"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export namespace AuthenticateApi {
|
|
3
|
+
function setEnvironment(): void;
|
|
4
|
+
function authCheck(attribute: any, value: any): Promise<any>;
|
|
5
|
+
function authForgot(attribute: any, value: any): Promise<any>;
|
|
6
|
+
function authLogin(attribute: any, value: any, token: any, verification_session_id: any): Promise<any>;
|
|
7
|
+
function authenticateLocal(username: any, password: any, device_id: any): Promise<any>;
|
|
8
|
+
function refreshToken(refresh_token: any, device_id: any): Promise<any>;
|
|
9
|
+
function authenticatePhone(phone: any, device_id: any, referral_code: any): Promise<void>;
|
|
10
|
+
function verifyPhoneAuthenticate(token: any, device_id: any): Promise<any>;
|
|
11
|
+
function getReferralByCode(code: any): Promise<any>;
|
|
12
|
+
function getShortToken(): Promise<any>;
|
|
13
|
+
function getAuthStrategyById(auth_strategy_id: any): Promise<any>;
|
|
14
|
+
function executeAuthStrategy(auth_execution_request: any): Promise<any>;
|
|
15
|
+
function verifyAuthStrategyIdentifier(auth_strategy_identifier_id: any, verification_session_id: any, token: any, device_id: any): Promise<any>;
|
|
16
|
+
function getCompanyById(company_id: any): Promise<any>;
|
|
17
|
+
}
|
|
18
|
+
export namespace AuthenticateHelpers {
|
|
19
|
+
function formatPhone(phone: any): string;
|
|
20
|
+
function isEmailValid(email: any): {
|
|
21
|
+
valid: boolean;
|
|
22
|
+
error: string;
|
|
23
|
+
} | {
|
|
24
|
+
valid: boolean;
|
|
25
|
+
error?: undefined;
|
|
26
|
+
};
|
|
27
|
+
function unformatPhone(formatted_phone: any): string;
|
|
28
|
+
function fullUnformatPhone(formatted_phone: any): string;
|
|
29
|
+
function isStrategyValid(auth_execution_request: any): boolean;
|
|
30
|
+
function isAttributeValid(attribute: any, value: any, optional: any): {
|
|
31
|
+
valid: boolean;
|
|
32
|
+
error: string;
|
|
33
|
+
} | {
|
|
34
|
+
valid: boolean;
|
|
35
|
+
error?: undefined;
|
|
36
|
+
};
|
|
37
|
+
function isPhoneValid(phone: any): {
|
|
38
|
+
valid: boolean;
|
|
39
|
+
error: string;
|
|
40
|
+
} | {
|
|
41
|
+
valid: boolean;
|
|
42
|
+
error?: undefined;
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Authenticator/api/index.js"],"names":[],"mappings":";;IAYkB,gCAGf;IACU,6DAMV;IACW,8DAMX;IACU,uGAWV;IACkB,uFAOlB;IACa,wEAMb;IACkB,0FAMlB;IACwB,2EAMxB;IACkB,oDAGlB;IACc,uCAGd;IACoB,kEAGpB;IACoB,wEAKpB;IAC6B,gJAQ7B;IACe,uDAGf;;;IAQY,yCAsBZ;IACa;;;;;;MAkBb;IAMc,qDAOd;IACkB,yDAWlB;IACgB,+DAchB;IACiB;;;;;;MAsBjB;IAMa;;;;;;MAuBb"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=types.d.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Authenticator/api/types.d.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default Authenticator;
|
|
3
|
+
declare function Authenticator({ visible, theme, show_referral, auth_strategy_id, default_view, company_id, source, referral_code, width, opt_in_url, onTryAuthenticate, onAuthenticated, onClose }: {
|
|
4
|
+
visible: any;
|
|
5
|
+
theme: any;
|
|
6
|
+
show_referral: any;
|
|
7
|
+
auth_strategy_id: any;
|
|
8
|
+
default_view: any;
|
|
9
|
+
company_id: any;
|
|
10
|
+
source: any;
|
|
11
|
+
referral_code: any;
|
|
12
|
+
width: any;
|
|
13
|
+
opt_in_url: any;
|
|
14
|
+
onTryAuthenticate: any;
|
|
15
|
+
onAuthenticated: any;
|
|
16
|
+
onClose: any;
|
|
17
|
+
}): any;
|
|
18
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../commonjs/Authenticator/index.js"],"names":[],"mappings":";;AAiBA;;;;;;;;;;;;;;QAgJC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export namespace BettorSearchApi {
|
|
3
|
+
function setEnvironment(): void;
|
|
4
|
+
function searchPlayers(search_value: any, offset: any): Promise<any>;
|
|
5
|
+
function searchEvents(search_value: any, offset: any): Promise<any>;
|
|
6
|
+
function searchTournaments(search_value: any, offset: any): Promise<any>;
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/BettorSearch/api/index.js"],"names":[],"mappings":";;IAYkB,gCAIf;IACc,qEAMd;IACa,oEAOb;IACkB,yEAOlB"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default BettorSearch;
|
|
3
|
+
declare function BettorSearch({ init_search_value, search_types, container_style, search_style, button_style, onSearchResults }: {
|
|
4
|
+
init_search_value: any;
|
|
5
|
+
search_types: any;
|
|
6
|
+
container_style: any;
|
|
7
|
+
search_style: any;
|
|
8
|
+
button_style: any;
|
|
9
|
+
onSearchResults: any;
|
|
10
|
+
}): any;
|
|
11
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../commonjs/BettorSearch/index.js"],"names":[],"mappings":";;AAcA;;;;;;;QAgHC"}
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export namespace BracketApi {
|
|
3
|
+
function setEnvironment(): void;
|
|
4
|
+
function getBracketById(bracket_id: any): Promise<any>;
|
|
5
|
+
function getLeagues(): Promise<any>;
|
|
6
|
+
function getActiveBrackets(): Promise<any>;
|
|
7
|
+
function getPlayersByPlayerIds(player_ids: any): Promise<any>;
|
|
8
|
+
function getEventsByEventIds(event_ids: any): Promise<any>;
|
|
9
|
+
function getAthletesByIds(athlete_ids: any): Promise<any>;
|
|
10
|
+
function getTeamsByIds(team_ids: any): Promise<any>;
|
|
11
|
+
function getExoticsByIds(exotic_ids: any): Promise<any>;
|
|
12
|
+
}
|
|
13
|
+
export namespace BracketComeptitionApi {
|
|
14
|
+
function getMyDetails(): Promise<any>;
|
|
15
|
+
function getMyBalance(): Promise<any>;
|
|
16
|
+
function createBracketCompetition(bracket_competition: any, bracket_competition_scoring_rules: any): Promise<any>;
|
|
17
|
+
function getCompetitionOptions(): Promise<any>;
|
|
18
|
+
function getBracketCompetitions(status: any): Promise<any>;
|
|
19
|
+
function getBracketcompetitionByCode(competition_code: any): Promise<any>;
|
|
20
|
+
function isCodeAvailable(competition_code: any): Promise<any>;
|
|
21
|
+
function getBracketCompetitionById(bracket_competition_id: any): Promise<any>;
|
|
22
|
+
function getPlayerBracketById(player_bracket_id: any): Promise<any>;
|
|
23
|
+
function createPlayerBracket(player_bracket: any): Promise<any>;
|
|
24
|
+
function updatePlayerBracket(player_bracket: any): Promise<any>;
|
|
25
|
+
function deletePlayerBracket(player_bracket_id: any): Promise<any>;
|
|
26
|
+
function getMyPlayerBrackets(bracket_id: any, bracket_competition_id: any): Promise<any>;
|
|
27
|
+
function savePick(player_bracket_pick: any): Promise<any>;
|
|
28
|
+
function joinBracketCompetition(competition_player_bracket: any): Promise<any>;
|
|
29
|
+
function leaveBracketCompetition(competition_player_bracket_id: any): Promise<any>;
|
|
30
|
+
function getCompetitionPlayerBracketsByCompetitionId(bracket_competition_id: any, offset: any): Promise<any>;
|
|
31
|
+
function getMyCompetitionPlayerBrackets(): Promise<any>;
|
|
32
|
+
}
|
|
33
|
+
export namespace BracketCompetitionHelpers {
|
|
34
|
+
function getPayout(bc: any): any;
|
|
35
|
+
function canLeave(bc: any): boolean;
|
|
36
|
+
function canEnter(bc: any): boolean;
|
|
37
|
+
function canMakePick(bracket: any): boolean;
|
|
38
|
+
function isEnoughBalance(bc: any, player_balance: any): boolean;
|
|
39
|
+
function showChampions(bc: any): boolean;
|
|
40
|
+
function canDeletePlayerBracket(pb: any, cpbs: any): boolean;
|
|
41
|
+
function getBuyInTitle(bc: any): string;
|
|
42
|
+
function genEmptyBracketCompetition(): {
|
|
43
|
+
bracket_competition_id: string;
|
|
44
|
+
bracket_id: string;
|
|
45
|
+
competition_name: string;
|
|
46
|
+
competition_description: string;
|
|
47
|
+
code_valid: boolean;
|
|
48
|
+
competition_code: string;
|
|
49
|
+
create_datetime: string;
|
|
50
|
+
last_update_datetime: string;
|
|
51
|
+
image: {
|
|
52
|
+
url: string;
|
|
53
|
+
};
|
|
54
|
+
status: string;
|
|
55
|
+
buy_in: number;
|
|
56
|
+
market_type: string;
|
|
57
|
+
scheduled_datetime: string;
|
|
58
|
+
scoring_system: string;
|
|
59
|
+
max_brackets: number;
|
|
60
|
+
max_brackets_per_player: number;
|
|
61
|
+
invite_only: boolean;
|
|
62
|
+
ticket_revenue: number;
|
|
63
|
+
tickets_sold: number;
|
|
64
|
+
admin_id: string;
|
|
65
|
+
competition_result_type_id: string;
|
|
66
|
+
};
|
|
67
|
+
function getDefaultScoringRules(bracket_competition_id: any, bracket_rounds: any): any[];
|
|
68
|
+
function createEmptyPlayerBracket(player_id: any, bracket_id: any): {
|
|
69
|
+
player_bracket_id: string;
|
|
70
|
+
player_id: any;
|
|
71
|
+
bracket_id: any;
|
|
72
|
+
bracket_name: string;
|
|
73
|
+
status: string;
|
|
74
|
+
completion_status: string;
|
|
75
|
+
completion_pct: number;
|
|
76
|
+
create_datetime: string;
|
|
77
|
+
last_update_datetime: string;
|
|
78
|
+
};
|
|
79
|
+
function createPlayerBracketPick(bracket_id: any, round_event: any, pick_side: any, pick_side_id: any, pick_seed: any): {
|
|
80
|
+
player_bracket_pick_id: string;
|
|
81
|
+
player_bracket_id: string;
|
|
82
|
+
bracket_id: any;
|
|
83
|
+
round_event_id: any;
|
|
84
|
+
pick_side: any;
|
|
85
|
+
pick_side_id: any;
|
|
86
|
+
pick_seed: any;
|
|
87
|
+
underdog_pick: boolean;
|
|
88
|
+
status: string;
|
|
89
|
+
pick_side_type: string;
|
|
90
|
+
event_sequence: any;
|
|
91
|
+
points: number;
|
|
92
|
+
create_datetime: string;
|
|
93
|
+
last_update_datetime: string;
|
|
94
|
+
};
|
|
95
|
+
function getBracketPickProgress(pbp: any, bracket_rounds: any, bracket_groups: any, round_events: any): {
|
|
96
|
+
round_status: any[];
|
|
97
|
+
group_status: any[];
|
|
98
|
+
};
|
|
99
|
+
function getNonGroupGames(round_events: any, bracket_groups: any, player_bracket_picks: any): {
|
|
100
|
+
round_event_id: any;
|
|
101
|
+
event_number: any;
|
|
102
|
+
round_event: any;
|
|
103
|
+
championship: boolean;
|
|
104
|
+
away_placeholder_pick: any;
|
|
105
|
+
home_placeholder_pick: any;
|
|
106
|
+
player_bracket_pick: any;
|
|
107
|
+
}[];
|
|
108
|
+
function generateCompetitionPlayerBracket(bracket_competition_id: any, player_bracket_id: any): {
|
|
109
|
+
competition_player_bracket_id: string;
|
|
110
|
+
bracket_competition_id: any;
|
|
111
|
+
player_bracket_id: any;
|
|
112
|
+
place: number;
|
|
113
|
+
possible_points: number;
|
|
114
|
+
player_id: string;
|
|
115
|
+
status: string;
|
|
116
|
+
winnings: number;
|
|
117
|
+
points_scored: number;
|
|
118
|
+
create_datetime: string;
|
|
119
|
+
last_update_datetime: string;
|
|
120
|
+
};
|
|
121
|
+
function formatPlace(place: any): string;
|
|
122
|
+
}
|
|
123
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Bracket/api/index.js"],"names":[],"mappings":";;IAckB,gCAKf;IACe,uDAGf;IACW,oCAGX;IACkB,2CAGlB;IACsB,8DAQtB;IACoB,2DAMpB;IACiB,0DASjB;IACc,oDASd;IACgB,wDAMhB;;;IAGa,sCAGb;IACa,sCAGb;IACyB,kHAMzB;IACsB,+CAGtB;IACuB,2DAGvB;IAC4B,0EAU5B;IACgB,8DAKhB;IAC0B,8EAG1B;IACqB,oEAGrB;IACoB,gEAKpB;IACoB,gEAKpB;IACoB,mEAKpB;IACoB,yFAGpB;IACS,0DAKT;IACuB,+EAKvB;IACwB,mFAKxB;IAC4C,6GAG5C;IAC+B,wDAG/B;;;IAGU,iCASV;IACS,oCAQT;IACS,oCAQT;IACY,4CAQZ;IACgB,gEAShB;IACc,yCAQd;IACuB,6DAQvB;IACc,wCAMd;IAC2B;;;;;;;;;;;;;;;;;;;;;;;;MA2B3B;IACuB,yFAmBvB;IACyB;;;;;;;;;;MAazB;IACwB;;;;;;;;;;;;;;;MAiBxB;IACuB;;;MAqCvB;IACiB;;;;;;;;QAiDjB;IACiC;;;;;;;;;;;;MAcjC;IACY,yCAuBZ"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default BracketCompetitionCard;
|
|
3
|
+
declare function BracketCompetitionCard({ visible, player_balance, player, height, my_comp_player_brackets, competition_result_types, my_player_brackets, bracket_competition_id, onNotEnoughBalance, onUpdateMyData, onViewBracket, onClose, onLeaveCompetition, onShareCompetition, onEnterCompetition }: {
|
|
4
|
+
visible: any;
|
|
5
|
+
player_balance: any;
|
|
6
|
+
player: any;
|
|
7
|
+
height: any;
|
|
8
|
+
my_comp_player_brackets: any;
|
|
9
|
+
competition_result_types: any;
|
|
10
|
+
my_player_brackets: any;
|
|
11
|
+
bracket_competition_id: any;
|
|
12
|
+
onNotEnoughBalance: any;
|
|
13
|
+
onUpdateMyData: any;
|
|
14
|
+
onViewBracket: any;
|
|
15
|
+
onClose: any;
|
|
16
|
+
onLeaveCompetition: any;
|
|
17
|
+
onShareCompetition: any;
|
|
18
|
+
onEnterCompetition: any;
|
|
19
|
+
}): any;
|
|
20
|
+
//# sourceMappingURL=BracketCompetitionCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BracketCompetitionCard.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Bracket/components/BracketCompetitionCard.js"],"names":[],"mappings":";;AAkBA;;;;;;;;;;;;;;;;QAwkBC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default BracketCompetitionSelector;
|
|
3
|
+
declare function BracketCompetitionSelector({ visible, leagues, brackets, onClose, onCompetitionSelect }: {
|
|
4
|
+
visible: any;
|
|
5
|
+
leagues: any;
|
|
6
|
+
brackets: any;
|
|
7
|
+
onClose: any;
|
|
8
|
+
onCompetitionSelect: any;
|
|
9
|
+
}): any;
|
|
10
|
+
//# sourceMappingURL=BracketCompetitionSelector.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BracketCompetitionSelector.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Bracket/components/BracketCompetitionSelector.js"],"names":[],"mappings":";;AAeA;;;;;;QAwQC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default BracketNavigator;
|
|
3
|
+
declare function BracketNavigator({ bracket_rounds, bracket_groups, selected_round, selected_group, onSelectGroup, onSelectRound, onClose }: {
|
|
4
|
+
bracket_rounds: any;
|
|
5
|
+
bracket_groups: any;
|
|
6
|
+
selected_round: any;
|
|
7
|
+
selected_group: any;
|
|
8
|
+
onSelectGroup: any;
|
|
9
|
+
onSelectRound: any;
|
|
10
|
+
onClose: any;
|
|
11
|
+
}): any;
|
|
12
|
+
//# sourceMappingURL=BracketNavigator.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BracketNavigator.d.ts","sourceRoot":"","sources":["../../../../../../commonjs/Bracket/components/BracketPlay/BracketNavigator.js"],"names":[],"mappings":";;AAWA;;;;;;;;QAgIC"}
|