@uniswap/analytics-events
Advanced tools
Comparing version 2.24.0 to 2.25.0
@@ -10,2 +10,3 @@ "use strict"; | ||
InterfacePageName["ABOUT_PAGE"] = "about-page"; | ||
InterfacePageName["EXPLORE_PAGE"] = "explore-page"; | ||
InterfacePageName["LANDING_PAGE"] = "landing-page"; | ||
@@ -67,3 +68,6 @@ InterfacePageName["NFT_COLLECTION_PAGE"] = "nft-collection-page"; | ||
InterfaceElementName["EXPLORE_BANNER"] = "explore-banner"; | ||
InterfaceElementName["EXPLORE_POOLS_TAB"] = "explore-pools-tab"; | ||
InterfaceElementName["EXPLORE_SEARCH_INPUT"] = "explore_search_input"; | ||
InterfaceElementName["EXPLORE_TOKENS_TAB"] = "explore-tokens-tab"; | ||
InterfaceElementName["EXPLORE_TRANSACTIONS_TAB"] = "explore-transactions-tab"; | ||
InterfaceElementName["FIAT_ON_RAMP_BUY_BUTTON"] = "fiat-on-ramp-buy-button"; | ||
@@ -70,0 +74,0 @@ InterfaceElementName["FIAT_ON_RAMP_LEARN_MORE_LINK"] = "fiat-on-ramp-learn-more-link"; |
@@ -6,2 +6,3 @@ /** | ||
ABOUT_PAGE = "about-page", | ||
EXPLORE_PAGE = "explore-page", | ||
LANDING_PAGE = "landing-page", | ||
@@ -60,3 +61,6 @@ NFT_COLLECTION_PAGE = "nft-collection-page", | ||
EXPLORE_BANNER = "explore-banner", | ||
EXPLORE_POOLS_TAB = "explore-pools-tab", | ||
EXPLORE_SEARCH_INPUT = "explore_search_input", | ||
EXPLORE_TOKENS_TAB = "explore-tokens-tab", | ||
EXPLORE_TRANSACTIONS_TAB = "explore-transactions-tab", | ||
FIAT_ON_RAMP_BUY_BUTTON = "fiat-on-ramp-buy-button", | ||
@@ -63,0 +67,0 @@ FIAT_ON_RAMP_LEARN_MORE_LINK = "fiat-on-ramp-learn-more-link", |
@@ -7,2 +7,3 @@ /** | ||
InterfacePageName["ABOUT_PAGE"] = "about-page"; | ||
InterfacePageName["EXPLORE_PAGE"] = "explore-page"; | ||
InterfacePageName["LANDING_PAGE"] = "landing-page"; | ||
@@ -64,3 +65,6 @@ InterfacePageName["NFT_COLLECTION_PAGE"] = "nft-collection-page"; | ||
InterfaceElementName["EXPLORE_BANNER"] = "explore-banner"; | ||
InterfaceElementName["EXPLORE_POOLS_TAB"] = "explore-pools-tab"; | ||
InterfaceElementName["EXPLORE_SEARCH_INPUT"] = "explore_search_input"; | ||
InterfaceElementName["EXPLORE_TOKENS_TAB"] = "explore-tokens-tab"; | ||
InterfaceElementName["EXPLORE_TRANSACTIONS_TAB"] = "explore-transactions-tab"; | ||
InterfaceElementName["FIAT_ON_RAMP_BUY_BUTTON"] = "fiat-on-ramp-buy-button"; | ||
@@ -67,0 +71,0 @@ InterfaceElementName["FIAT_ON_RAMP_LEARN_MORE_LINK"] = "fiat-on-ramp-learn-more-link"; |
@@ -6,2 +6,3 @@ /** | ||
ABOUT_PAGE = "about-page", | ||
EXPLORE_PAGE = "explore-page", | ||
LANDING_PAGE = "landing-page", | ||
@@ -60,3 +61,6 @@ NFT_COLLECTION_PAGE = "nft-collection-page", | ||
EXPLORE_BANNER = "explore-banner", | ||
EXPLORE_POOLS_TAB = "explore-pools-tab", | ||
EXPLORE_SEARCH_INPUT = "explore_search_input", | ||
EXPLORE_TOKENS_TAB = "explore-tokens-tab", | ||
EXPLORE_TRANSACTIONS_TAB = "explore-transactions-tab", | ||
FIAT_ON_RAMP_BUY_BUTTON = "fiat-on-ramp-buy-button", | ||
@@ -63,0 +67,0 @@ FIAT_ON_RAMP_LEARN_MORE_LINK = "fiat-on-ramp-learn-more-link", |
@@ -58,3 +58,3 @@ { | ||
}, | ||
"version": "2.24.0" | ||
"version": "2.25.0" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
145523
1755