@artsy/cohesion 4.29.0 → 4.30.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.30.0 (Thu Jan 06 2022)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - feat(FX-3675): updates in TappedCreateAlert for improved saved search [#293](https://github.com/artsy/cohesion/pull/293) ([@dimatretyak](https://github.com/dimatretyak))
6
+
7
+ #### Authors: 1
8
+
9
+ - Dima Tretyak (Dzmitry Tratsiak) ([@dimatretyak](https://github.com/dimatretyak))
10
+
11
+ ---
12
+
1
13
  # v4.29.0 (Wed Jan 05 2022)
2
14
 
3
15
  #### 🚀 Enhancement
@@ -650,6 +650,7 @@ export interface TappedLink {
650
650
  * context_screen_owner_type: "artist",
651
651
  * context_screen_owner_id: "58de681f275b2464fcdde097",
652
652
  * context_screen_owner_slug: "anthony-hunter",
653
+ * context_module: "artworkGrid",
653
654
  * }
654
655
  * ```
655
656
  */
@@ -658,6 +659,7 @@ export interface TappedCreateAlert {
658
659
  context_screen_owner_type: ScreenOwnerType;
659
660
  context_screen_owner_id?: string;
660
661
  context_screen_owner_slug?: string;
662
+ context_module?: ContextModule;
661
663
  }
662
664
  /**
663
665
  * A user taps "Bid" on an artwork page inside an Auction
@@ -68,6 +68,7 @@ export declare enum ContextModule {
68
68
  featuredRail = "featuredRail",
69
69
  featuredShowsRail = "featuredShowsRail",
70
70
  featuredViewingRoomsRail = "featuredViewingRoomsRail",
71
+ filterScreen = "filterScreen",
71
72
  footer = "footer",
72
73
  galleryBoothRail = "galleryBoothRail",
73
74
  galleryTab = "galleryTab",
@@ -82,6 +82,7 @@ exports.ContextModule = ContextModule;
82
82
  ContextModule["featuredRail"] = "featuredRail";
83
83
  ContextModule["featuredShowsRail"] = "featuredShowsRail";
84
84
  ContextModule["featuredViewingRoomsRail"] = "featuredViewingRoomsRail";
85
+ ContextModule["filterScreen"] = "filterScreen";
85
86
  ContextModule["footer"] = "footer";
86
87
  ContextModule["galleryBoothRail"] = "galleryBoothRail";
87
88
  ContextModule["galleryTab"] = "galleryTab";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/cohesion",
3
- "version": "4.29.0",
3
+ "version": "4.30.0",
4
4
  "description": "Analytics schema",
5
5
  "main": "dist/index.js",
6
6
  "publishConfig": {