antengo-listings
Advanced tools
Comparing version 1.0.15 to 1.0.16
@@ -216,3 +216,7 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
var listingType = _ref.listingType; | ||
var viewType = _ref.viewType; | ||
if (viewType == "mobileMedium") { | ||
return "flexListingSm"; | ||
} | ||
return typeof listingType == "string" ? listingType : "flexListing"; | ||
@@ -219,0 +223,0 @@ }; |
{ | ||
"name": "antengo-listings", | ||
"version": "1.0.15", | ||
"version": "1.0.16", | ||
"description": "React module to render listings", | ||
@@ -5,0 +5,0 @@ "main": "./dist/main.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
62561
1203