conbo-viewnavigator
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -125,3 +125,3 @@ "use strict"; | ||
'.cb-viewnavigator { position:relative; }' + | ||
'.cb-viewnavigator, .cb-viewnavigator > .cb-view { width:100%; height:100%; }' + | ||
'.cb-viewnavigator, .cb-viewnavigator > .cb-view { box-sizing:border-box; width:100%; height:100%; }' + | ||
'.cb-viewnavigator > .cb-view { position:absolute; }' + | ||
@@ -128,0 +128,0 @@ '</style>'; |
{ | ||
"name": "conbo-viewnavigator", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "The ConboJS ViewNavigator component is a container that consists of a collection of View objects, where only the top most view is visible and active", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
12157