basic-carousel
Advanced tools
Comparing version 0.7.2 to 0.7.3
{ | ||
"name": "basic-carousel", | ||
"version": "0.7.2", | ||
"version": "0.7.3", | ||
"description": "Lets the user navigate laterally through a sequence of child elements.", | ||
@@ -15,5 +15,5 @@ "homepage": "https://component.kitchen", | ||
"dependencies": { | ||
"basic-element-base": "^0.7.2", | ||
"basic-component-mixins": "^0.7.2", | ||
"basic-sliding-viewport": "^0.7.2" | ||
"basic-element-base": "^0.7.3", | ||
"basic-component-mixins": "^0.7.3", | ||
"basic-sliding-viewport": "^0.7.3" | ||
}, | ||
@@ -20,0 +20,0 @@ "browserify": { |
@@ -152,2 +152,4 @@ import ElementBase from '../../basic-element-base/src/ElementBase'; | ||
this.$.viewport.position = value; | ||
let event = new CustomEvent('position-changed'); | ||
this.dispatchEvent(event); | ||
} | ||
@@ -154,0 +156,0 @@ |
Sorry, the diff of this file is too big to display
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
361108
4045
Updatedbasic-element-base@^0.7.3