@artsy/cohesion 4.378.0 → 4.379.0--canary.725.15494.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.
|
@@ -309,11 +309,11 @@ export interface OsClickedActionsDropdown {
|
|
|
309
309
|
* Top-bar "Add to": "Add to Artsy" | "Add to Collection"
|
|
310
310
|
* Top-bar "Open in Studio": "Tearsheet" | "Checklist" | "Instagram Post" | "Mailchimp Campaign"
|
|
311
311
|
* Top-bar "More": "Delete"
|
|
312
|
-
* Row/context menu only: "Remove from Artsy" | "
|
|
312
|
+
* Row/context menu only: "Remove from Artsy" | "Move to Collection" | "Remove from Collection" |
|
|
313
313
|
* "Convert to Edition Set" | "Edit Edition Set" | "Convert to Unique"
|
|
314
314
|
* Distribution: "Distribute to Artsy"
|
|
315
315
|
*/
|
|
316
|
-
value: "Add to Artsy" | "Add to Collection" | "
|
|
316
|
+
value: "Add to Artsy" | "Add to Collection" | "Move to Collection" | "Checklist" | "Convert to Edition Set" | "Convert to Unique" | "Delete" | "Distribute to Artsy" | "Edit Edition Set" | "Instagram Post" | "Mailchimp Campaign" | "Remove from Artsy" | "Remove from Collection" | "Tearsheet";
|
|
317
317
|
/** Which button or trigger the partner used to open this dropdown */
|
|
318
318
|
label: "add to dropdown" | "context menu" | "more dropdown" | "row action" | "studio dropdown";
|
|
319
319
|
artwork_ids: string[];
|