vue-smooth-height
Advanced tools
Comparing version 1.1.6 to 1.1.7
{ | ||
"name": "vue-smooth-height", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "Transition a container elements height in response to data changes", | ||
"main": "./dist/index.js", | ||
"scripts": { | ||
"build": "babel src --presets babel-preset-es2015 --out-dir dist", | ||
"build": "npm run babel && npm run webpack", | ||
"babel": "babel src --presets babel-preset-es2015 --out-dir dist", | ||
"webpack": "webpack", | ||
"prepublish": "npm run build" | ||
@@ -23,3 +25,4 @@ }, | ||
"babel-preset-env": "^1.6.1", | ||
"babel-preset-es2015": "^6.24.1" | ||
"babel-preset-es2015": "^6.24.1", | ||
"webpack": "^3.8.1" | ||
}, | ||
@@ -26,0 +29,0 @@ "dependencies": { |
@@ -19,2 +19,7 @@ | ||
In a browser: | ||
```html | ||
<script src="vue-smooth-height.min.js"></script> | ||
``` | ||
## Usage | ||
@@ -49,2 +54,6 @@ | ||
Browser: | ||
Same as above, use the global `SmoothHeight` | ||
## CSS | ||
@@ -51,0 +60,0 @@ This mixin relies on css transitions, meaning you can define whatever css transitions you want for the element. If the mixin does not detect any transitions, it will apply `transition: 1s` to the element. |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
10007
5
133
98
0
6