@artsy/cohesion
Advanced tools
Comparing version 1.38.0 to 1.39.0
@@ -0,1 +1,13 @@ | ||
# v1.39.0 (Fri Oct 02 2020) | ||
#### 🚀 Enhancement | ||
- Context Module for "Works by artist you follow" rail [#110](https://github.com/artsy/cohesion/pull/110) ([@louislecluse](https://github.com/louislecluse)) | ||
#### Authors: 1 | ||
- [@louislecluse](https://github.com/louislecluse) | ||
--- | ||
# v1.38.0 (Mon Sep 28 2020) | ||
@@ -2,0 +14,0 @@ |
@@ -90,2 +90,3 @@ /** | ||
worksByPopularArtistsRail = "worksByPopularArtistsRail", | ||
worksByArtistsYouFollowRail = "worksByArtistsYouFollowRail", | ||
worksForSaleRail = "worksForSaleRail" | ||
@@ -96,2 +97,2 @@ } | ||
*/ | ||
export declare type AuthContextModule = ContextModule.aboutTheWork | ContextModule.artistHeader | ContextModule.artistRecentlySold | ContextModule.artistSeriesRail | ContextModule.artistsTab | ContextModule.artistsToFollowRail | ContextModule.artworkGrid | ContextModule.artworkImage | ContextModule.artworkSidebar | ContextModule.auctionSidebar | ContextModule.auctionRail | ContextModule.auctionResults | ContextModule.auctionsInfo | ContextModule.bannerPopUp | ContextModule.browseFair | ContextModule.categoryRail | ContextModule.collectionDescription | ContextModule.consignSubmissionFlow | ContextModule.currentShowsRail | ContextModule.fairInfo | ContextModule.fairRail | ContextModule.fairsHeader | ContextModule.featuredArtists | ContextModule.featuredArtistsRail | ContextModule.footer | ContextModule.geneHeader | ContextModule.header | ContextModule.intextTooltip | ContextModule.liveAuctionsRail | ContextModule.mainCarousel | ContextModule.minimalCTABanner | ContextModule.otherWorksByArtistRail | ContextModule.otherWorksFromPartnerRail | ContextModule.otherWorksFromShowRail | ContextModule.otherWorksInAuctionRail | ContextModule.partnerHeader | ContextModule.pastFairs | ContextModule.popularArtistsRail | ContextModule.popUpModal | ContextModule.recentlyViewedRail | ContextModule.recommendedArtistsRail | ContextModule.relatedArtistsRail | ContextModule.relatedWorksRail | ContextModule.saveWorksCTA | ContextModule.showHeader | ContextModule.showInfo | ContextModule.tagHeader | ContextModule.topWorksRail | ContextModule.worksByPopularArtistsRail | ContextModule.worksForSaleRail | ContextModule.viewingRoom; | ||
export declare type AuthContextModule = ContextModule.aboutTheWork | ContextModule.artistHeader | ContextModule.artistRecentlySold | ContextModule.artistSeriesRail | ContextModule.artistsTab | ContextModule.artistsToFollowRail | ContextModule.artworkGrid | ContextModule.artworkImage | ContextModule.artworkSidebar | ContextModule.auctionSidebar | ContextModule.auctionRail | ContextModule.auctionResults | ContextModule.auctionsInfo | ContextModule.bannerPopUp | ContextModule.browseFair | ContextModule.categoryRail | ContextModule.collectionDescription | ContextModule.consignSubmissionFlow | ContextModule.currentShowsRail | ContextModule.fairInfo | ContextModule.fairRail | ContextModule.fairsHeader | ContextModule.featuredArtists | ContextModule.featuredArtistsRail | ContextModule.footer | ContextModule.geneHeader | ContextModule.header | ContextModule.intextTooltip | ContextModule.liveAuctionsRail | ContextModule.mainCarousel | ContextModule.minimalCTABanner | ContextModule.otherWorksByArtistRail | ContextModule.otherWorksFromPartnerRail | ContextModule.otherWorksFromShowRail | ContextModule.otherWorksInAuctionRail | ContextModule.partnerHeader | ContextModule.pastFairs | ContextModule.popularArtistsRail | ContextModule.popUpModal | ContextModule.recentlyViewedRail | ContextModule.recommendedArtistsRail | ContextModule.relatedArtistsRail | ContextModule.relatedWorksRail | ContextModule.saveWorksCTA | ContextModule.showHeader | ContextModule.showInfo | ContextModule.tagHeader | ContextModule.topWorksRail | ContextModule.worksByPopularArtistsRail | ContextModule.worksByArtistsYouFollowRail | ContextModule.worksForSaleRail | ContextModule.viewingRoom; |
@@ -104,3 +104,4 @@ "use strict"; | ||
ContextModule["worksByPopularArtistsRail"] = "worksByPopularArtistsRail"; | ||
ContextModule["worksByArtistsYouFollowRail"] = "worksByArtistsYouFollowRail"; | ||
ContextModule["worksForSaleRail"] = "worksForSaleRail"; | ||
})(ContextModule || (exports.ContextModule = ContextModule = {})); |
{ | ||
"name": "@artsy/cohesion", | ||
"version": "1.38.0", | ||
"version": "1.39.0", | ||
"description": "Analytics schema and library helpers", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
147147
3573