@atlaskit/motion
Advanced tools
Comparing version 0.4.2 to 0.4.3
# @atlaskit/motion | ||
## 0.4.3 | ||
### Patch Changes | ||
- [`81c95008a4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/81c95008a4) - Remove transform if FadeIn movement is not provided | ||
## 0.4.2 | ||
@@ -4,0 +10,0 @@ |
@@ -30,3 +30,3 @@ "use strict"; | ||
to: { | ||
transform: 'none', | ||
transform: movement !== undefined ? 'none' : undefined, | ||
}, | ||
@@ -38,3 +38,3 @@ }; | ||
opacity: 1, | ||
transform: 'translate3d(0, 0, 0)', | ||
transform: movement !== undefined ? 'translate3d(0, 0, 0)' : undefined, | ||
}, | ||
@@ -41,0 +41,0 @@ to: tslib_1.__assign({ opacity: 0 }, (movement !== undefined && { |
@@ -29,3 +29,3 @@ import React from 'react'; | ||
to: { | ||
transform: 'none', | ||
transform: movement !== undefined ? 'none' : undefined, | ||
}, | ||
@@ -37,3 +37,3 @@ }; | ||
opacity: 1, | ||
transform: 'translate3d(0, 0, 0)', | ||
transform: movement !== undefined ? 'translate3d(0, 0, 0)' : undefined, | ||
}, | ||
@@ -40,0 +40,0 @@ to: { |
@@ -27,3 +27,3 @@ import { __assign, __rest } from "tslib"; | ||
to: { | ||
transform: 'none', | ||
transform: movement !== undefined ? 'none' : undefined, | ||
}, | ||
@@ -35,3 +35,3 @@ }; | ||
opacity: 1, | ||
transform: 'translate3d(0, 0, 0)', | ||
transform: movement !== undefined ? 'translate3d(0, 0, 0)' : undefined, | ||
}, | ||
@@ -38,0 +38,0 @@ to: __assign({ opacity: 0 }, (movement !== undefined && { |
{ | ||
"name": "@atlaskit/motion", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "Atlassian motion variables, components and more.", | ||
@@ -42,3 +42,3 @@ "publishConfig": { | ||
"@atlaskit/theme": "^10.0.0", | ||
"@atlaskit/tooltip": "^16.0.0", | ||
"@atlaskit/tooltip": "^17.0.0", | ||
"@atlaskit/visual-regression": "*", | ||
@@ -45,0 +45,0 @@ "@testing-library/react": "^8.0.1", |
Sorry, the diff of this file is not supported yet
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
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
228718