@artsy/cohesion 4.141.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,15 @@
|
|
|
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
|
+
|
|
1
13
|
# v4.141.0 (Mon Sep 11 2023)
|
|
2
14
|
|
|
3
15
|
#### 🚀 Enhancement
|
|
@@ -62,6 +62,7 @@ export declare enum ContextModule {
|
|
|
62
62
|
conversationBuyNowConfirmArtwork = "conversationBuyNowConfirmArtwork",
|
|
63
63
|
conversationMakeOfferConfirmArtwork = "conversationMakeOfferConfirmArtwork",
|
|
64
64
|
createAlert = "createAlert",
|
|
65
|
+
createAlertHeader = "createAlertHeader",
|
|
65
66
|
curatedCollections = "curatedCollections",
|
|
66
67
|
curatedHighlightsRail = "curatedHighlightsRail",
|
|
67
68
|
curatedTrendingArtistsRail = "curatedTrendingArtistsRail",
|
|
@@ -76,6 +76,7 @@ exports.ContextModule = ContextModule;
|
|
|
76
76
|
ContextModule["conversationBuyNowConfirmArtwork"] = "conversationBuyNowConfirmArtwork";
|
|
77
77
|
ContextModule["conversationMakeOfferConfirmArtwork"] = "conversationMakeOfferConfirmArtwork";
|
|
78
78
|
ContextModule["createAlert"] = "createAlert";
|
|
79
|
+
ContextModule["createAlertHeader"] = "createAlertHeader";
|
|
79
80
|
ContextModule["curatedCollections"] = "curatedCollections";
|
|
80
81
|
ContextModule["curatedHighlightsRail"] = "curatedHighlightsRail";
|
|
81
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";
|