@artsy/cohesion
Advanced tools
Comparing version 4.228.0 to 4.229.0
@@ -320,2 +320,6 @@ import { ClickedActivityPanelNotificationItem, ClickedActivityPanelTab, ClickedNotificationsBell, TappedNotificationsBell } from "./ActivityPanel"; | ||
/** | ||
* Corresponds to {@link ClickedSave} | ||
*/ | ||
clickedSave = "clickedSave", | ||
/** | ||
* Corresponds to {@link ClickedOnReadMore} | ||
@@ -322,0 +326,0 @@ */ |
@@ -92,2 +92,3 @@ "use strict"; | ||
ActionType["clickedPublish"] = "clickedPublish"; | ||
ActionType["clickedSave"] = "clickedSave"; | ||
ActionType["clickedOnReadMore"] = "clickedOnReadMore"; | ||
@@ -94,0 +95,0 @@ ActionType["clickedOnSubmitOrder"] = "clickedOnSubmitOrder"; |
@@ -40,2 +40,3 @@ /** | ||
artworkDetails = "artworkDetails", | ||
artworkForm = "artworkForm", | ||
artworkGrid = "artworkGrid", | ||
@@ -42,0 +43,0 @@ artworkImage = "artworkImage", |
@@ -54,2 +54,3 @@ "use strict"; | ||
ContextModule["artworkDetails"] = "artworkDetails"; | ||
ContextModule["artworkForm"] = "artworkForm"; | ||
ContextModule["artworkGrid"] = "artworkGrid"; | ||
@@ -56,0 +57,0 @@ ContextModule["artworkImage"] = "artworkImage"; |
{ | ||
"name": "@artsy/cohesion", | ||
"version": "4.228.0", | ||
"version": "4.229.0", | ||
"description": "Analytics schema", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
564695
12333