@activecampaign/camp-motion
Advanced tools
Comparing version 0.2.0 to 0.3.0
@@ -6,2 +6,15 @@ # Change Log | ||
# 0.3.0 (2019-11-05) | ||
### 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)) | ||
* **camp-motion:** remove elastic duration in favor of md ([b0b82d8](http://gitlab.devops.app-us1.com/front-end/camp/commit/b0b82d8)) | ||
# 0.2.0 (2019-10-30) | ||
@@ -8,0 +21,0 @@ |
export const durationFast = "200ms"; | ||
export const durationMedium = "500ms"; | ||
export const durationMedium = "400ms"; | ||
export const durationSlow = "1200ms"; | ||
export const durationElastic = "300ms"; | ||
export const transitionIn = "cubic-bezier(0.755, 0.05, 0.855, 0.06)"; | ||
@@ -14,3 +13,2 @@ export const transitionOut = "cubic-bezier(0.23, 1, 0.32, 1)"; | ||
durationSlow, | ||
durationElastic, | ||
transitionIn, | ||
@@ -17,0 +15,0 @@ transitionOut, |
module.exports = { | ||
durationFast: "200ms", | ||
durationMedium: "500ms", | ||
durationMedium: "400ms", | ||
durationSlow: "1200ms", | ||
durationElastic: "300ms", | ||
transitionIn: "cubic-bezier(0.755, 0.05, 0.855, 0.06)", | ||
@@ -7,0 +6,0 @@ transitionOut: "cubic-bezier(0.23, 1, 0.32, 1)", |
{ | ||
"name": "@activecampaign/camp-motion", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "ActiveCampaign Motion Tokens", | ||
@@ -28,3 +28,3 @@ "main": "dist/camp-motion.js", | ||
}, | ||
"gitHead": "160a0c060a10fc8825f7d4a210dbe1807ec63f32" | ||
"gitHead": "68d040af69539c0390975f9cc05f63c7dda489b7" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
3295
0
32