@atlaskit/motion
Advanced tools
Comparing version 0.4.4 to 0.4.5
# @atlaskit/motion | ||
## 0.4.5 | ||
### Patch Changes | ||
- [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules compiler option. | ||
This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started | ||
Also add `typescript` to `devDependencies` to denote version that the package was built with. | ||
## 0.4.4 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@atlaskit/motion", | ||
"version": "0.4.3", | ||
"version": "0.4.5", | ||
"sideEffects": false | ||
} |
@@ -11,2 +11,2 @@ export { durationStep, largeDurationMs, mediumDurationMs, smallDurationMs, } from './utils/durations'; | ||
export { default as ShrinkOut } from './entering/shrink-out'; | ||
export { Transition, Direction } from './entering/types'; | ||
export type { Transition, Direction } from './entering/types'; |
{ | ||
"name": "@atlaskit/motion", | ||
"version": "0.4.3", | ||
"version": "0.4.5", | ||
"sideEffects": false | ||
} |
@@ -11,2 +11,2 @@ export { durationStep, largeDurationMs, mediumDurationMs, smallDurationMs, } from './utils/durations'; | ||
export { default as ShrinkOut } from './entering/shrink-out'; | ||
export { Transition, Direction } from './entering/types'; | ||
export type { Transition, Direction } from './entering/types'; |
{ | ||
"name": "@atlaskit/motion", | ||
"version": "0.4.3", | ||
"version": "0.4.5", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/motion", | ||
"version": "0.4.4", | ||
"version": "0.4.5", | ||
"description": "Atlassian motion variables, components and more.", | ||
@@ -14,3 +14,3 @@ "publishConfig": { | ||
"module:es2019": "dist/es2019/index.js", | ||
"types": "dist/cjs/index.d.ts", | ||
"types": "dist/types/index.d.ts", | ||
"sideEffects": false, | ||
@@ -36,3 +36,3 @@ "atlaskit:src": "src/index.tsx", | ||
"@atlaskit/build-utils": "*", | ||
"@atlaskit/button": "^15.0.0", | ||
"@atlaskit/button": "^15.1.0", | ||
"@atlaskit/docs": "*", | ||
@@ -43,3 +43,3 @@ "@atlaskit/logo": "^13.0.0", | ||
"@atlaskit/ssr": "*", | ||
"@atlaskit/theme": "^10.0.0", | ||
"@atlaskit/theme": "^11.0.0", | ||
"@atlaskit/tooltip": "^17.0.0", | ||
@@ -50,3 +50,4 @@ "@atlaskit/visual-regression": "*", | ||
"react-dom": "^16.8.0", | ||
"react-router-dom": "^4.2.2" | ||
"react-router-dom": "^4.2.2", | ||
"typescript": "3.9.6" | ||
}, | ||
@@ -53,0 +54,0 @@ "keywords": [ |
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
229602
15