nativescript-slides
Advanced tools
Comparing version 2.2.3 to 2.2.4
@@ -446,2 +446,3 @@ "use strict"; | ||
footerInnerWrap.orientation = 'horizontal'; | ||
footerInnerWrap.horizontalAlignment = 'center'; | ||
footerInnerWrap.width = this.pageWidth / 2; | ||
@@ -448,0 +449,0 @@ var index = 0; |
@@ -278,3 +278,3 @@ require("nativescript-dom"); | ||
} | ||
if (this.pageIndicators) { | ||
@@ -497,2 +497,3 @@ this.setActivePageIndicator(this.currentPanel.index); | ||
footerInnerWrap.orientation = 'horizontal'; | ||
footerInnerWrap.horizontalAlignment = 'center'; | ||
footerInnerWrap.width = this.pageWidth / 2; | ||
@@ -499,0 +500,0 @@ |
{ | ||
"name": "nativescript-slides", | ||
"version": "2.2.3", | ||
"version": "2.2.4", | ||
"description": "NativeScript Slides plugin.", | ||
@@ -5,0 +5,0 @@ "main": "nativescript-slides.js", |
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
71789
1305