@artsy/cohesion 4.140.0 → 4.142.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.142.0 (Mon Sep 11 2023)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- feat: add create alert header contextmodule and screen ownertype [#455](https://github.com/artsy/cohesion/pull/455) ([@MounirDhahri](https://github.com/MounirDhahri))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Mounir Dhahri ([@MounirDhahri](https://github.com/MounirDhahri))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v4.141.0 (Mon Sep 11 2023)
|
|
14
|
+
|
|
15
|
+
#### 🚀 Enhancement
|
|
16
|
+
|
|
17
|
+
- chore: add artistArtworksGridEnd [#454](https://github.com/artsy/cohesion/pull/454) ([@MounirDhahri](https://github.com/MounirDhahri))
|
|
18
|
+
|
|
19
|
+
#### Authors: 1
|
|
20
|
+
|
|
21
|
+
- Mounir Dhahri ([@MounirDhahri](https://github.com/MounirDhahri))
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
1
25
|
# v4.140.0 (Thu Sep 07 2023)
|
|
2
26
|
|
|
3
27
|
#### 🚀 Enhancement
|
|
@@ -13,6 +13,7 @@ export declare enum ContextModule {
|
|
|
13
13
|
article = "article",
|
|
14
14
|
articles = "articles",
|
|
15
15
|
articleTab = "articleTab",
|
|
16
|
+
artistArtworksGridEnd = "artistArtworksGridEnd",
|
|
16
17
|
artistAuctionResults = "artistAuctionResults",
|
|
17
18
|
artistCard = "artistCard",
|
|
18
19
|
artistHeader = "artistHeader",
|
|
@@ -61,6 +62,7 @@ export declare enum ContextModule {
|
|
|
61
62
|
conversationBuyNowConfirmArtwork = "conversationBuyNowConfirmArtwork",
|
|
62
63
|
conversationMakeOfferConfirmArtwork = "conversationMakeOfferConfirmArtwork",
|
|
63
64
|
createAlert = "createAlert",
|
|
65
|
+
createAlertHeader = "createAlertHeader",
|
|
64
66
|
curatedCollections = "curatedCollections",
|
|
65
67
|
curatedHighlightsRail = "curatedHighlightsRail",
|
|
66
68
|
curatedTrendingArtistsRail = "curatedTrendingArtistsRail",
|
|
@@ -27,6 +27,7 @@ exports.ContextModule = ContextModule;
|
|
|
27
27
|
ContextModule["article"] = "article";
|
|
28
28
|
ContextModule["articles"] = "articles";
|
|
29
29
|
ContextModule["articleTab"] = "articleTab";
|
|
30
|
+
ContextModule["artistArtworksGridEnd"] = "artistArtworksGridEnd";
|
|
30
31
|
ContextModule["artistAuctionResults"] = "artistAuctionResults";
|
|
31
32
|
ContextModule["artistCard"] = "artistCard";
|
|
32
33
|
ContextModule["artistHeader"] = "artistHeader";
|
|
@@ -75,6 +76,7 @@ exports.ContextModule = ContextModule;
|
|
|
75
76
|
ContextModule["conversationBuyNowConfirmArtwork"] = "conversationBuyNowConfirmArtwork";
|
|
76
77
|
ContextModule["conversationMakeOfferConfirmArtwork"] = "conversationMakeOfferConfirmArtwork";
|
|
77
78
|
ContextModule["createAlert"] = "createAlert";
|
|
79
|
+
ContextModule["createAlertHeader"] = "createAlertHeader";
|
|
78
80
|
ContextModule["curatedCollections"] = "curatedCollections";
|
|
79
81
|
ContextModule["curatedHighlightsRail"] = "curatedHighlightsRail";
|
|
80
82
|
ContextModule["curatedTrendingArtistsRail"] = "curatedTrendingArtistsRail";
|
|
@@ -31,6 +31,7 @@ export declare enum OwnerType {
|
|
|
31
31
|
consignmentSubmission = "consignmentSubmission",
|
|
32
32
|
conversation = "conversation",
|
|
33
33
|
conversationMakeOfferConfirmArtwork = "conversationMakeOfferConfirmArtwork",
|
|
34
|
+
createAlert = "createAlert",
|
|
34
35
|
demand = "demand",
|
|
35
36
|
editProfile = "editProfile",
|
|
36
37
|
explore = "explore",
|
|
@@ -96,7 +97,7 @@ export declare enum OwnerType {
|
|
|
96
97
|
/**
|
|
97
98
|
* Owner types available in iOS/Android
|
|
98
99
|
*/
|
|
99
|
-
export type ScreenOwnerType = OwnerType.allArtistSeries | OwnerType.article | OwnerType.articles | OwnerType.artist | OwnerType.artistAuctionResults | OwnerType.artistSeries | OwnerType.artwork | OwnerType.artworkPriceFilter | OwnerType.artworkRecommendations | OwnerType.auctionResult | OwnerType.auctionResultsForArtistsYouFollow | OwnerType.auctions | OwnerType.cityGuideGuide | OwnerType.cityGuideMap | OwnerType.cityPicker | OwnerType.collection | OwnerType.consign | OwnerType.consignmentFlow | OwnerType.consignmentInquiry | OwnerType.consignmentSubmission | OwnerType.conversation | OwnerType.conversationMakeOfferConfirmArtwork | OwnerType.editProfile | OwnerType.explore | OwnerType.fair | OwnerType.fairArtworks | OwnerType.galleriesForYou | OwnerType.gene | OwnerType.home | OwnerType.inbox | OwnerType.inboxBids | OwnerType.inboxConversation | OwnerType.inboxInquiries | OwnerType.myCollection | OwnerType.myCollectionAddArtworkArtist | OwnerType.myCollectionArtwork | OwnerType.myCollectionArtwork | OwnerType.myCollectionArtworkAbout | OwnerType.myCollectionArtworkInsights | OwnerType.myCollectionInsights | OwnerType.myCollectionInsightsMedianAuctionPrice | OwnerType.myCollectionOnboarding | OwnerType.newWorksForYou | OwnerType.newWorksFromGalleriesYouFollow | OwnerType.onboarding | OwnerType.partner | OwnerType.priceDatabase | OwnerType.profile | OwnerType.recentlyViewed | OwnerType.reverseImageSearch | OwnerType.sale | OwnerType.saleInformation | OwnerType.savedSearch | OwnerType.savedSearches | OwnerType.saves | OwnerType.savesAndFollows | OwnerType.search | OwnerType.sell | OwnerType.show | OwnerType.shows | OwnerType.similarToRecentlyViewed | OwnerType.tag | OwnerType.upcomingAuctions | OwnerType.viewingRoom | OwnerType.viewingRoomArtworkPage | OwnerType.viewingRoomArtworks | OwnerType.viewingRoomList | OwnerType.worksForYou;
|
|
100
|
+
export type ScreenOwnerType = OwnerType.allArtistSeries | OwnerType.article | OwnerType.articles | OwnerType.artist | OwnerType.artistAuctionResults | OwnerType.artistSeries | OwnerType.artwork | OwnerType.artworkPriceFilter | OwnerType.artworkRecommendations | OwnerType.auctionResult | OwnerType.auctionResultsForArtistsYouFollow | OwnerType.auctions | OwnerType.cityGuideGuide | OwnerType.cityGuideMap | OwnerType.cityPicker | OwnerType.collection | OwnerType.consign | OwnerType.consignmentFlow | OwnerType.consignmentInquiry | OwnerType.consignmentSubmission | OwnerType.conversation | OwnerType.conversationMakeOfferConfirmArtwork | OwnerType.createAlert | OwnerType.editProfile | OwnerType.explore | OwnerType.fair | OwnerType.fairArtworks | OwnerType.galleriesForYou | OwnerType.gene | OwnerType.home | OwnerType.inbox | OwnerType.inboxBids | OwnerType.inboxConversation | OwnerType.inboxInquiries | OwnerType.myCollection | OwnerType.myCollectionAddArtworkArtist | OwnerType.myCollectionArtwork | OwnerType.myCollectionArtwork | OwnerType.myCollectionArtworkAbout | OwnerType.myCollectionArtworkInsights | OwnerType.myCollectionInsights | OwnerType.myCollectionInsightsMedianAuctionPrice | OwnerType.myCollectionOnboarding | OwnerType.newWorksForYou | OwnerType.newWorksFromGalleriesYouFollow | OwnerType.onboarding | OwnerType.partner | OwnerType.priceDatabase | OwnerType.profile | OwnerType.recentlyViewed | OwnerType.reverseImageSearch | OwnerType.sale | OwnerType.saleInformation | OwnerType.savedSearch | OwnerType.savedSearches | OwnerType.saves | OwnerType.savesAndFollows | OwnerType.search | OwnerType.sell | OwnerType.show | OwnerType.shows | OwnerType.similarToRecentlyViewed | OwnerType.tag | OwnerType.upcomingAuctions | OwnerType.viewingRoom | OwnerType.viewingRoomArtworkPage | OwnerType.viewingRoomArtworks | OwnerType.viewingRoomList | OwnerType.worksForYou;
|
|
100
101
|
/**
|
|
101
102
|
* Owner types available in web/mobile web
|
|
102
103
|
*/
|
|
@@ -49,6 +49,7 @@ exports.OwnerType = OwnerType;
|
|
|
49
49
|
OwnerType["consignmentSubmission"] = "consignmentSubmission";
|
|
50
50
|
OwnerType["conversation"] = "conversation";
|
|
51
51
|
OwnerType["conversationMakeOfferConfirmArtwork"] = "conversationMakeOfferConfirmArtwork";
|
|
52
|
+
OwnerType["createAlert"] = "createAlert";
|
|
52
53
|
OwnerType["demand"] = "demand";
|
|
53
54
|
OwnerType["editProfile"] = "editProfile";
|
|
54
55
|
OwnerType["explore"] = "explore";
|