Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@artsy/cohesion

Package Overview
Dependencies
Maintainers
14
Versions
455
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@artsy/cohesion - npm Package Compare versions

Comparing version 1.24.1-canary.87.1270.0 to 1.25.0

12

CHANGELOG.md

@@ -0,1 +1,13 @@

# v1.25.0 (Mon Aug 03 2020)
#### 🚀 Enhancement
- Add "artists" and "galleries" to OwnerType [#88](https://github.com/artsy/cohesion/pull/88) ([@eessex](https://github.com/eessex))
#### Authors: 1
- Eve Essex ([@eessex](https://github.com/eessex))
---
# v1.24.0 (Thu Jul 30 2020)

@@ -2,0 +14,0 @@

6

dist/Helpers/Tap/TappedEntityGroup.d.ts

@@ -1,3 +0,3 @@

import { ContextModule, EntityModuleHeight, EntityModuleType, OwnerType, ScreenOwnerType, TappedArtistGroup, TappedArtworkGroup, TappedAuctionGroup, TappedCollectionGroup, TappedExploreGroup, TappedFairGroup, TappedViewingRoomGroup } from "../../Schema";
export declare type TappedEntityDestinationType = OwnerType.artist | OwnerType.artwork | OwnerType.collection | OwnerType.explore | OwnerType.fair | OwnerType.sale | OwnerType.auctions | OwnerType.savesAndFollows | OwnerType.gene | OwnerType.worksForYou | OwnerType.viewingRoom;
import { ContextModule, EntityModuleHeight, EntityModuleType, OwnerType, ScreenOwnerType, TappedArtistGroup, TappedArtworkGroup, TappedAuctionGroup, TappedCollectionGroup, TappedExploreGroup, TappedFairGroup } from "../../Schema";
export declare type TappedEntityDestinationType = OwnerType.artist | OwnerType.artwork | OwnerType.collection | OwnerType.explore | OwnerType.fair | OwnerType.sale | OwnerType.auctions | OwnerType.savesAndFollows | OwnerType.gene | OwnerType.worksForYou;
export interface TappedEntityGroupArgs {

@@ -34,2 +34,2 @@ contextModule: ContextModule;

*/
export declare const tappedEntityGroup: ({ contextModule, contextScreenOwnerType, contextScreenOwnerId, contextScreenOwnerSlug, destinationScreenOwnerType, destinationScreenOwnerId, destinationScreenOwnerSlug, horizontalSlidePosition, moduleHeight, type, }: TappedEntityGroupArgs) => TappedArtistGroup | TappedArtworkGroup | TappedAuctionGroup | TappedCollectionGroup | TappedExploreGroup | TappedViewingRoomGroup | TappedFairGroup;
export declare const tappedEntityGroup: ({ contextModule, contextScreenOwnerType, contextScreenOwnerId, contextScreenOwnerSlug, destinationScreenOwnerType, destinationScreenOwnerId, destinationScreenOwnerSlug, horizontalSlidePosition, moduleHeight, type, }: TappedEntityGroupArgs) => TappedArtistGroup | TappedArtworkGroup | TappedAuctionGroup | TappedCollectionGroup | TappedExploreGroup | TappedFairGroup;

@@ -71,6 +71,2 @@ "use strict";

break;
case _Schema.OwnerType.viewingRoom:
action = _Schema.ActionType.tappedViewingRoomGroup;
break;
}

@@ -77,0 +73,0 @@

@@ -8,2 +8,3 @@ /**

artist = "artist",
artists = "artists",
artwork = "artwork",

@@ -21,2 +22,3 @@ auctions = "auctions",

fair = "fair",
galleries = "galleries",
home = "home",

@@ -42,2 +44,2 @@ inbox = "inbox",

*/
export declare type PageOwnerType = OwnerType.artist | OwnerType.artwork | OwnerType.auctions | OwnerType.collect | OwnerType.collection | OwnerType.consign | OwnerType.fair | OwnerType.gene | OwnerType.home | OwnerType.partner | OwnerType.sale | OwnerType.search | OwnerType.worksForYou;
export declare type PageOwnerType = OwnerType.artist | OwnerType.artists | OwnerType.artwork | OwnerType.auctions | OwnerType.collect | OwnerType.collection | OwnerType.consign | OwnerType.fair | OwnerType.galleries | OwnerType.gene | OwnerType.home | OwnerType.partner | OwnerType.sale | OwnerType.search | OwnerType.worksForYou;

@@ -22,2 +22,3 @@ "use strict";

OwnerType["artist"] = "artist";
OwnerType["artists"] = "artists";
OwnerType["artwork"] = "artwork";

@@ -35,2 +36,3 @@ OwnerType["auctions"] = "auctions";

OwnerType["fair"] = "fair";
OwnerType["galleries"] = "galleries";
OwnerType["home"] = "home";

@@ -37,0 +39,0 @@ OwnerType["inbox"] = "inbox";

{
"name": "@artsy/cohesion",
"version": "1.24.1-canary.87.1270.0",
"version": "1.25.0",
"description": "Analytics schema and library helpers",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc