@lrnwebcomponents/absolute-position-behavior
Advanced tools
Comparing version 2.1.2 to 2.1.4
@@ -19,3 +19,3 @@ { | ||
}, | ||
"version": "2.1.2", | ||
"version": "2.1.4", | ||
"description": "Abstracting the positioning behavior from paper-tooltip to be resusable in other elements", | ||
@@ -48,4 +48,4 @@ "repository": { | ||
"@polymer/iron-component-page": "github:PolymerElements/iron-component-page", | ||
"@polymer/iron-demo-helpers": "^3.1.0", | ||
"@webcomponents/webcomponentsjs": "2.2.10", | ||
"@polymer/iron-demo-helpers": "3.1.0", | ||
"@webcomponents/webcomponentsjs": "^2.2.10", | ||
"concurrently": "4.1.0", | ||
@@ -67,3 +67,3 @@ "gulp-babel": "8.0.0", | ||
], | ||
"gitHead": "d857f1d834ec0bd10fee57ad11f60eb37416db07" | ||
"gitHead": "ff737f87266a717930bde80432ceb95c1d64c6e8" | ||
} |
@@ -7,3 +7,3 @@ { | ||
"auto": { | ||
"type": "Boolean", | ||
"type": Boolean, | ||
"value": false | ||
@@ -15,3 +15,3 @@ }, | ||
"fitToVisibleBounds": { | ||
"type": "Boolean", | ||
"type": Boolean, | ||
"value": false, | ||
@@ -26,3 +26,3 @@ "observer": "updatePosition" | ||
"for": { | ||
"type": "String", | ||
"type": String, | ||
"observer": "updatePosition", | ||
@@ -36,3 +36,3 @@ "reflectToAttribute": true | ||
"offset": { | ||
"type": "Number", | ||
"type": Number, | ||
"value": 0, | ||
@@ -45,3 +45,3 @@ "observer": "updatePosition" | ||
"position": { | ||
"type": "String", | ||
"type": String, | ||
"value": "bottom", | ||
@@ -55,3 +55,3 @@ "observer": "updatePosition", | ||
"target": { | ||
"type": "Object", | ||
"type": Object, | ||
"observer": "updatePosition" | ||
@@ -63,4 +63,4 @@ }, | ||
"__positions": { | ||
"type": "Object" | ||
"type": Object | ||
} | ||
} |
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
355335