@longlost/app-carousel
Advanced tools
Comparing version 2.2.2 to 2.2.3
@@ -480,3 +480,3 @@ | ||
node.tagName !== undefined && | ||
node.tagName !== 'DOM-REPEAT'); | ||
node.tagName !== 'DOM-REPEAT'); | ||
} | ||
@@ -529,3 +529,5 @@ catch (error) { | ||
} | ||
else { | ||
// Ignore circumstances where the carousel | ||
// itself is not on screen (ie. no intersecting items). | ||
else if (items.length > 0) { | ||
this._maxIntersecting = items.length; | ||
@@ -532,0 +534,0 @@ } |
{ | ||
"name": "@longlost/app-carousel", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"description": "configurable carousel with autoplay, swipe, optional nav and av buttons", | ||
@@ -21,3 +21,3 @@ "main": "app-carousel.js", | ||
"@longlost/app-element": "^1.0.4", | ||
"@longlost/app-icons": "^1.0.10", | ||
"@longlost/app-icons": "^1.0.11", | ||
"@longlost/app-shared-styles": "^2.0.2", | ||
@@ -24,0 +24,0 @@ "@longlost/lambda": "^2.0.1", |
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
38914
714
Updated@longlost/app-icons@^1.0.11