@artsy/cohesion
Advanced tools
Comparing version 1.26.0 to 1.27.0
@@ -0,1 +1,13 @@ | ||
# v1.27.0 (Mon Aug 10 2020) | ||
#### 🚀 Enhancement | ||
- Adds export for tapped artwork grid + owner type for artist series [#91](https://github.com/artsy/cohesion/pull/91) ([@sweir27](https://github.com/sweir27)) | ||
#### Authors: 1 | ||
- Sarah Weir ([@sweir27](https://github.com/sweir27)) | ||
--- | ||
# v1.26.0 (Tue Aug 04 2020) | ||
@@ -2,0 +14,0 @@ |
@@ -13,2 +13,3 @@ export * from "./Authentication/AuthImpression"; | ||
export * from "./Tap/TappedEntityGroup"; | ||
export * from "./Tap/TappedMainArtworkGrid"; | ||
export * from "./Tap/TappedTabBar"; |
@@ -151,2 +151,14 @@ "use strict"; | ||
var _TappedMainArtworkGrid = require("./Tap/TappedMainArtworkGrid"); | ||
Object.keys(_TappedMainArtworkGrid).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function () { | ||
return _TappedMainArtworkGrid[key]; | ||
} | ||
}); | ||
}); | ||
var _TappedTabBar = require("./Tap/TappedTabBar"); | ||
@@ -153,0 +165,0 @@ |
@@ -10,3 +10,3 @@ import { ScreenOwnerType, TappedMainArtworkGrid } from "../../Schema"; | ||
/** | ||
* A user taps an artwork in the main artowrkGrid (iOS) | ||
* A user taps an artwork in the main artworkGrid (iOS) | ||
* | ||
@@ -13,0 +13,0 @@ * @example |
@@ -11,3 +11,3 @@ "use strict"; | ||
/** | ||
* A user taps an artwork in the main artowrkGrid (iOS) | ||
* A user taps an artwork in the main artworkGrid (iOS) | ||
* | ||
@@ -14,0 +14,0 @@ * @example |
@@ -9,2 +9,3 @@ /** | ||
artists = "artists", | ||
artistSeries = "artistSeries", | ||
artwork = "artwork", | ||
@@ -11,0 +12,0 @@ auctions = "auctions", |
@@ -23,2 +23,3 @@ "use strict"; | ||
OwnerType["artists"] = "artists"; | ||
OwnerType["artistSeries"] = "artistSeries"; | ||
OwnerType["artwork"] = "artwork"; | ||
@@ -25,0 +26,0 @@ OwnerType["auctions"] = "auctions"; |
{ | ||
"name": "@artsy/cohesion", | ||
"version": "1.26.0", | ||
"version": "1.27.0", | ||
"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
108552
2518