@activecampaign/camp-motion
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -6,2 +6,14 @@ # Change Log | ||
# 0.2.0 (2019-10-30) | ||
### Features | ||
* **camp-motion:** adding elastic duration value ([a4ddee4](http://gitlab.devops.app-us1.com/front-end/camp/commit/a4ddee4)) | ||
* **camp-motion:** init commit for camp-motion package ([56d4285](http://gitlab.devops.app-us1.com/front-end/camp/commit/56d4285)) | ||
# 0.1.0 (2019-09-25) | ||
@@ -8,0 +20,0 @@ |
export const durationFast = "200ms"; | ||
export const durationMedium = "500ms"; | ||
export const durationSlow = "1200ms"; | ||
export const durationElastic = "300ms"; | ||
export const transitionIn = "cubic-bezier(0.755, 0.05, 0.855, 0.06)"; | ||
@@ -13,2 +14,3 @@ export const transitionOut = "cubic-bezier(0.23, 1, 0.32, 1)"; | ||
durationSlow, | ||
durationElastic, | ||
transitionIn, | ||
@@ -15,0 +17,0 @@ transitionOut, |
@@ -5,2 +5,3 @@ module.exports = { | ||
durationSlow: "1200ms", | ||
durationElastic: "300ms", | ||
transitionIn: "cubic-bezier(0.755, 0.05, 0.855, 0.06)", | ||
@@ -7,0 +8,0 @@ transitionOut: "cubic-bezier(0.23, 1, 0.32, 1)", |
{ | ||
"name": "@activecampaign/camp-motion", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "ActiveCampaign Motion Tokens", | ||
@@ -28,3 +28,3 @@ "main": "dist/camp-motion.js", | ||
}, | ||
"gitHead": "8550a67574d98b50d11afa261b224764981ae3fd" | ||
"gitHead": "160a0c060a10fc8825f7d4a210dbe1807ec63f32" | ||
} |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
3002
36
1