@artsy/cohesion
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -0,1 +1,13 @@ | ||
# v1.0.2 (Mon May 11 2020) | ||
#### 🐛 Bug Fix | ||
- add export for TappedEntityDestinationType [#35](https://github.com/artsy/cohesion/pull/35) ([@eessex](https://github.com/eessex)) | ||
#### Authors: 1 | ||
- Eve Essex ([@eessex](https://github.com/eessex)) | ||
--- | ||
# v1.0.1 (Mon May 11 2020) | ||
@@ -2,0 +14,0 @@ |
import { ContextModule, EntityModuleType, EntityModuleHeight, TappedArtistGroup, TappedArtworkGroup, TappedAuctionGroup, TappedCollectionGroup, TappedExploreGroup, TappedFairGroup, OwnerType, ScreenOwnerType } from "../../Schema"; | ||
declare type TappedEntityDestinationType = OwnerType.artist | OwnerType.artwork | OwnerType.collection | OwnerType.explore | OwnerType.fair | OwnerType.sale; | ||
export declare type TappedEntityDestinationType = OwnerType.artist | OwnerType.artwork | OwnerType.collection | OwnerType.explore | OwnerType.fair | OwnerType.sale; | ||
export interface TappedEntityGroupArgs { | ||
@@ -35,2 +35,1 @@ contextModule: ContextModule; | ||
export declare const tappedEntityGroup: ({ contextModule, contextScreenOwnerType, contextScreenOwnerId, contextScreenOwnerSlug, destinationScreenOwnerType, destinationScreenOwnerId, destinationScreenOwnerSlug, horizontalSlidePosition, moduleHeight, type, }: TappedEntityGroupArgs) => TappedArtistGroup | TappedArtworkGroup | TappedAuctionGroup | TappedCollectionGroup | TappedExploreGroup | TappedFairGroup; | ||
export {}; |
{ | ||
"name": "@artsy/cohesion", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Analytics schema and library helpers", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
57756
1335