@artsy/cohesion 4.392.0 → 4.394.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
# v4.394.0 (Fri Aug 28 2026)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- feat: add suggestedFilters context module [#742](https://github.com/artsy/cohesion/pull/742) ([@egdbear](https://github.com/egdbear))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Dejan ([@egdbear](https://github.com/egdbear))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v4.393.0 (Wed Aug 19 2026)
|
|
14
|
+
|
|
15
|
+
#### 🚀 Enhancement
|
|
16
|
+
|
|
17
|
+
- feat: add recentSearchesRail, trendingArtworksRail and trendingSearches context modules [#740](https://github.com/artsy/cohesion/pull/740) ([@evaschilken](https://github.com/evaschilken))
|
|
18
|
+
|
|
19
|
+
#### Authors: 1
|
|
20
|
+
|
|
21
|
+
- Eva Schilken ([@evaschilken](https://github.com/evaschilken))
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
1
25
|
# v4.392.0 (Mon Aug 17 2026)
|
|
2
26
|
|
|
3
27
|
#### 🚀 Enhancement
|
|
@@ -233,6 +233,7 @@ export declare enum ContextModule {
|
|
|
233
233
|
recentlySavedRail = "recentlySavedRail",
|
|
234
234
|
recentlyViewedRail = "recentlyViewedRail",
|
|
235
235
|
recentPriceRanges = "recentPriceRanges",
|
|
236
|
+
recentSearchesRail = "recentSearchesRail",
|
|
236
237
|
recommendedArtistsRail = "recommendedArtistsRail",
|
|
237
238
|
recommendedWorksForYouRail = "recommendedWorksForYouRail",
|
|
238
239
|
relatedArticles = "relatedArticles",
|
|
@@ -257,6 +258,7 @@ export declare enum ContextModule {
|
|
|
257
258
|
similarToWorksYouSavedRail = "similarToWorksYouSavedRail",
|
|
258
259
|
similarToWorksYouViewedRail = "similarToWorksYouViewedRail",
|
|
259
260
|
standoutLots = "standoutLots",
|
|
261
|
+
suggestedFilters = "suggestedFilters",
|
|
260
262
|
tabBar = "tabBar",
|
|
261
263
|
tagHeader = "tagHeader",
|
|
262
264
|
toDoList = "toDoList",
|
|
@@ -264,7 +266,9 @@ export declare enum ContextModule {
|
|
|
264
266
|
topTab = "topTab",
|
|
265
267
|
topWorksRail = "topWorksRail",
|
|
266
268
|
trendingArtistsRail = "trendingArtistsRail",
|
|
269
|
+
trendingArtworksRail = "trendingArtworksRail",
|
|
267
270
|
trendingLots = "trendingLots",
|
|
271
|
+
trendingSearches = "trendingSearches",
|
|
268
272
|
troveArtworksRail = "troveArtworksRail",
|
|
269
273
|
upcomingAuctions = "upcomingAuctions",
|
|
270
274
|
upcomingAuctionsRail = "upcomingAuctionsRail",
|
|
@@ -279,4 +283,4 @@ export declare enum ContextModule {
|
|
|
279
283
|
/**
|
|
280
284
|
* Limited ContextModules available for web authentication events
|
|
281
285
|
*/
|
|
282
|
-
export type AuthContextModule = ContextModule.aboutTheWork | ContextModule.accountSettings | ContextModule.accountTransactions | ContextModule.activity | ContextModule.articleTab | ContextModule.artistAchievements | ContextModule.artistHeader | ContextModule.artistRecentlySold | ContextModule.artistSeriesRail | ContextModule.artistSeriesTab | ContextModule.artistsTab | ContextModule.artistsToFollowRail | ContextModule.artworkActions | ContextModule.artworkCarousel | ContextModule.artworkClosedLotHeader | ContextModule.artworkGrid | ContextModule.artworkImage | ContextModule.artworkSidebar | ContextModule.artworksTab | ContextModule.associatedViewingRoom | ContextModule.auctionHome | ContextModule.auctionLots | ContextModule.auctionLotsEndingSoonRail | ContextModule.auctionRail | ContextModule.auctionResult | ContextModule.auctionResultComparableWorks | ContextModule.auctionResults | ContextModule.auctionSidebar | ContextModule.auctionsInfo | ContextModule.auctionTab | ContextModule.bannerPopUp | ContextModule.boothsTab | ContextModule.bottomTabs | ContextModule.browseFair | ContextModule.categoryRail | ContextModule.collectionDescription | ContextModule.collectorProfile | ContextModule.consignSubmissionFlow | ContextModule.createAlert | ContextModule.currentShowsRail | ContextModule.fairInfo | ContextModule.fairOrganizerHeader | ContextModule.fairRail | ContextModule.fairsHeader | ContextModule.fairTab | ContextModule.featuredArtists | ContextModule.featuredArtistsRail | ContextModule.featuredGalleriesRail | ContextModule.footer | ContextModule.galleriesNearYouRail | ContextModule.galleryTab | ContextModule.geneHeader | ContextModule.header | ContextModule.heroUnitsRail | ContextModule.inquiry | ContextModule.intextTooltip | ContextModule.liveAuctionRoom | ContextModule.liveAuctionsRail | ContextModule.lotsForYouRail | ContextModule.mainCarousel | ContextModule.marketingCollectionTab | ContextModule.minimalCTABanner | ContextModule.myCollectionAddArtworkAddArtist | ContextModule.myCollectionHome | ContextModule.navBar | ContextModule.newWorksByGalleriesYouFollowRail | ContextModule.newWorksForYouRail | ContextModule.notification | ContextModule.onboardingActivity | ContextModule.onboardingCollectorLevel | ContextModule.onboardingFlow | ContextModule.onboardingInterests | ContextModule.otherWorksByArtistRail | ContextModule.otherWorksFromPartnerRail | ContextModule.otherWorksFromShowRail | ContextModule.otherWorksInAuctionRail | ContextModule.partnerHeader | ContextModule.pastFairs | ContextModule.popularArtistsRail | ContextModule.popUpModal | ContextModule.presentingFair | ContextModule.presentingPartner | ContextModule.priceEstimate | ContextModule.quickLinks | ContextModule.recentlyViewedRail | ContextModule.recentPriceRanges | ContextModule.recommendedArtistsRail | ContextModule.relatedArtistsRail | ContextModule.relatedCategories | ContextModule.relatedWorksRail | ContextModule.saveWorksCTA | ContextModule.sell | ContextModule.sellFooter | ContextModule.sellHeader | ContextModule.sellHowItWorks | ContextModule.sellStickyFooter | ContextModule.showHeader | ContextModule.showInfo | ContextModule.showTab | ContextModule.standoutLots | ContextModule.tagHeader | ContextModule.topAuctionLotsRail | ContextModule.topTab | ContextModule.topWorksRail | ContextModule.trendingArtistsRail | ContextModule.trendingLots | ContextModule.viewingRoom | ContextModule.worksByArtistsYouFollowRail | ContextModule.worksByPopularArtistsRail | ContextModule.worksForSaleRail;
|
|
286
|
+
export type AuthContextModule = ContextModule.aboutTheWork | ContextModule.accountSettings | ContextModule.accountTransactions | ContextModule.activity | ContextModule.articleTab | ContextModule.artistAchievements | ContextModule.artistHeader | ContextModule.artistRecentlySold | ContextModule.artistSeriesRail | ContextModule.artistSeriesTab | ContextModule.artistsTab | ContextModule.artistsToFollowRail | ContextModule.artworkActions | ContextModule.artworkCarousel | ContextModule.artworkClosedLotHeader | ContextModule.artworkGrid | ContextModule.artworkImage | ContextModule.artworkSidebar | ContextModule.artworksTab | ContextModule.associatedViewingRoom | ContextModule.auctionHome | ContextModule.auctionLots | ContextModule.auctionLotsEndingSoonRail | ContextModule.auctionRail | ContextModule.auctionResult | ContextModule.auctionResultComparableWorks | ContextModule.auctionResults | ContextModule.auctionSidebar | ContextModule.auctionsInfo | ContextModule.auctionTab | ContextModule.bannerPopUp | ContextModule.boothsTab | ContextModule.bottomTabs | ContextModule.browseFair | ContextModule.categoryRail | ContextModule.collectionDescription | ContextModule.collectorProfile | ContextModule.consignSubmissionFlow | ContextModule.createAlert | ContextModule.currentShowsRail | ContextModule.fairInfo | ContextModule.fairOrganizerHeader | ContextModule.fairRail | ContextModule.fairsHeader | ContextModule.fairTab | ContextModule.featuredArtists | ContextModule.featuredArtistsRail | ContextModule.featuredGalleriesRail | ContextModule.footer | ContextModule.galleriesNearYouRail | ContextModule.galleryTab | ContextModule.geneHeader | ContextModule.header | ContextModule.heroUnitsRail | ContextModule.inquiry | ContextModule.intextTooltip | ContextModule.liveAuctionRoom | ContextModule.liveAuctionsRail | ContextModule.lotsForYouRail | ContextModule.mainCarousel | ContextModule.marketingCollectionTab | ContextModule.minimalCTABanner | ContextModule.myCollectionAddArtworkAddArtist | ContextModule.myCollectionHome | ContextModule.navBar | ContextModule.newWorksByGalleriesYouFollowRail | ContextModule.newWorksForYouRail | ContextModule.notification | ContextModule.onboardingActivity | ContextModule.onboardingCollectorLevel | ContextModule.onboardingFlow | ContextModule.onboardingInterests | ContextModule.otherWorksByArtistRail | ContextModule.otherWorksFromPartnerRail | ContextModule.otherWorksFromShowRail | ContextModule.otherWorksInAuctionRail | ContextModule.partnerHeader | ContextModule.pastFairs | ContextModule.popularArtistsRail | ContextModule.popUpModal | ContextModule.presentingFair | ContextModule.presentingPartner | ContextModule.priceEstimate | ContextModule.quickLinks | ContextModule.recentlyViewedRail | ContextModule.recentPriceRanges | ContextModule.recommendedArtistsRail | ContextModule.relatedArtistsRail | ContextModule.relatedCategories | ContextModule.relatedWorksRail | ContextModule.saveWorksCTA | ContextModule.sell | ContextModule.sellFooter | ContextModule.sellHeader | ContextModule.sellHowItWorks | ContextModule.sellStickyFooter | ContextModule.showHeader | ContextModule.showInfo | ContextModule.showTab | ContextModule.standoutLots | ContextModule.tagHeader | ContextModule.topAuctionLotsRail | ContextModule.topTab | ContextModule.topWorksRail | ContextModule.trendingArtistsRail | ContextModule.trendingArtworksRail | ContextModule.trendingLots | ContextModule.viewingRoom | ContextModule.worksByArtistsYouFollowRail | ContextModule.worksByPopularArtistsRail | ContextModule.worksForSaleRail;
|
|
@@ -247,6 +247,7 @@ exports.ContextModule = ContextModule;
|
|
|
247
247
|
ContextModule["recentlySavedRail"] = "recentlySavedRail";
|
|
248
248
|
ContextModule["recentlyViewedRail"] = "recentlyViewedRail";
|
|
249
249
|
ContextModule["recentPriceRanges"] = "recentPriceRanges";
|
|
250
|
+
ContextModule["recentSearchesRail"] = "recentSearchesRail";
|
|
250
251
|
ContextModule["recommendedArtistsRail"] = "recommendedArtistsRail";
|
|
251
252
|
ContextModule["recommendedWorksForYouRail"] = "recommendedWorksForYouRail";
|
|
252
253
|
ContextModule["relatedArticles"] = "relatedArticles";
|
|
@@ -271,6 +272,7 @@ exports.ContextModule = ContextModule;
|
|
|
271
272
|
ContextModule["similarToWorksYouSavedRail"] = "similarToWorksYouSavedRail";
|
|
272
273
|
ContextModule["similarToWorksYouViewedRail"] = "similarToWorksYouViewedRail";
|
|
273
274
|
ContextModule["standoutLots"] = "standoutLots";
|
|
275
|
+
ContextModule["suggestedFilters"] = "suggestedFilters";
|
|
274
276
|
ContextModule["tabBar"] = "tabBar";
|
|
275
277
|
ContextModule["tagHeader"] = "tagHeader";
|
|
276
278
|
ContextModule["toDoList"] = "toDoList";
|
|
@@ -278,7 +280,9 @@ exports.ContextModule = ContextModule;
|
|
|
278
280
|
ContextModule["topTab"] = "topTab";
|
|
279
281
|
ContextModule["topWorksRail"] = "topWorksRail";
|
|
280
282
|
ContextModule["trendingArtistsRail"] = "trendingArtistsRail";
|
|
283
|
+
ContextModule["trendingArtworksRail"] = "trendingArtworksRail";
|
|
281
284
|
ContextModule["trendingLots"] = "trendingLots";
|
|
285
|
+
ContextModule["trendingSearches"] = "trendingSearches";
|
|
282
286
|
ContextModule["troveArtworksRail"] = "troveArtworksRail";
|
|
283
287
|
ContextModule["upcomingAuctions"] = "upcomingAuctions";
|
|
284
288
|
ContextModule["upcomingAuctionsRail"] = "upcomingAuctionsRail";
|