@artsy/cohesion 4.377.0 → 4.378.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.378.0 (Tue Jun 30 2026)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- chore(schema): Add missing Mailchimp tracking context values [#724](https://github.com/artsy/cohesion/pull/724) ([@olerichter00](https://github.com/olerichter00))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Ole ([@olerichter00](https://github.com/olerichter00))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v4.377.0 (Tue Jun 30 2026)
|
|
2
14
|
|
|
3
15
|
#### 🚀 Enhancement
|
|
@@ -92,6 +92,7 @@ export declare enum ContextModule {
|
|
|
92
92
|
collectorProfileCard = "collectorProfileCard",
|
|
93
93
|
completeMyProfileFlow = "completeMyProfileFlow",
|
|
94
94
|
connectedAppsList = "connectedAppsList",
|
|
95
|
+
connectModal = "connectModal",
|
|
95
96
|
consignmentInquiryForm = "consignmentInquiryForm",
|
|
96
97
|
consignSubmissionFlow = "consignSubmissionFlow",
|
|
97
98
|
contactInformation = "contactInformation",
|
|
@@ -164,6 +165,7 @@ export declare enum ContextModule {
|
|
|
164
165
|
lotsForYouCard = "lotsForYouCard",
|
|
165
166
|
lotsForYouRail = "lotsForYouRail",
|
|
166
167
|
longPressContextMenu = "longPressContextMenu",
|
|
168
|
+
mailchimpEditor = "mailchimpEditor",
|
|
167
169
|
mainCarousel = "mainCarousel",
|
|
168
170
|
marketingCollectionTab = "marketingCollectionTab",
|
|
169
171
|
marketInsights = "marketInsights",
|
|
@@ -106,6 +106,7 @@ exports.ContextModule = ContextModule;
|
|
|
106
106
|
ContextModule["collectorProfileCard"] = "collectorProfileCard";
|
|
107
107
|
ContextModule["completeMyProfileFlow"] = "completeMyProfileFlow";
|
|
108
108
|
ContextModule["connectedAppsList"] = "connectedAppsList";
|
|
109
|
+
ContextModule["connectModal"] = "connectModal";
|
|
109
110
|
ContextModule["consignmentInquiryForm"] = "consignmentInquiryForm";
|
|
110
111
|
ContextModule["consignSubmissionFlow"] = "consignSubmissionFlow";
|
|
111
112
|
ContextModule["contactInformation"] = "contactInformation";
|
|
@@ -178,6 +179,7 @@ exports.ContextModule = ContextModule;
|
|
|
178
179
|
ContextModule["lotsForYouCard"] = "lotsForYouCard";
|
|
179
180
|
ContextModule["lotsForYouRail"] = "lotsForYouRail";
|
|
180
181
|
ContextModule["longPressContextMenu"] = "longPressContextMenu";
|
|
182
|
+
ContextModule["mailchimpEditor"] = "mailchimpEditor";
|
|
181
183
|
ContextModule["mainCarousel"] = "mainCarousel";
|
|
182
184
|
ContextModule["marketingCollectionTab"] = "marketingCollectionTab";
|
|
183
185
|
ContextModule["marketInsights"] = "marketInsights";
|
|
@@ -149,6 +149,7 @@ export declare enum OwnerType {
|
|
|
149
149
|
signup = "signup",
|
|
150
150
|
similarToRecentlyViewed = "similarToRecentlyViewed",
|
|
151
151
|
studioInstagram = "studioInstagram",
|
|
152
|
+
studioMailchimp = "studioMailchimp",
|
|
152
153
|
studioMaterials = "studioMaterials",
|
|
153
154
|
submitArtworkStepAddDetails = "submitArtworkStepAddDetails",
|
|
154
155
|
submitArtworkStepAddDimensions = "submitArtworkStepAddDimensions",
|
|
@@ -167,6 +167,7 @@ exports.OwnerType = OwnerType;
|
|
|
167
167
|
OwnerType["signup"] = "signup";
|
|
168
168
|
OwnerType["similarToRecentlyViewed"] = "similarToRecentlyViewed";
|
|
169
169
|
OwnerType["studioInstagram"] = "studioInstagram";
|
|
170
|
+
OwnerType["studioMailchimp"] = "studioMailchimp";
|
|
170
171
|
OwnerType["studioMaterials"] = "studioMaterials";
|
|
171
172
|
OwnerType["submitArtworkStepAddDetails"] = "submitArtworkStepAddDetails";
|
|
172
173
|
OwnerType["submitArtworkStepAddDimensions"] = "submitArtworkStepAddDimensions";
|