@longlost/app-carousel
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -30,2 +30,8 @@ | ||
* aspect-ratio <String> 'landscape', Width to height ratio. | ||
* 'classic' --> 4:3 | ||
* 'fill' --> Same width and height of parent. | ||
* Dev must set height on <app-carousel>. | ||
* 'landscape' --> 16:9 | ||
* 'portrait' --> 9:16 | ||
* 'square' --> Height equal to width. | ||
* | ||
@@ -99,3 +105,3 @@ * autoplay <Boolean> false, Starts player immediately. | ||
// Sets the proportion of width to height. | ||
// 'classic', 'landscape', 'portrait' or 'square' | ||
// 'classic', 'fill', 'landscape', 'portrait' or 'square' | ||
aspectRatio: { | ||
@@ -102,0 +108,0 @@ type: String, |
{ | ||
"name": "@longlost/app-carousel", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"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.9", | ||
"@longlost/app-icons": "^1.0.10", | ||
"@longlost/app-shared-styles": "^2.0.2", | ||
@@ -24,0 +24,0 @@ "@longlost/lambda": "^2.0.1", |
Sorry, the diff of this file is not supported yet
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
38790
712
Updated@longlost/app-icons@^1.0.10