@atlaskit/inline-dialog
Advanced tools
Comparing version 5.3.1 to 5.3.2
# @atlaskit/inline-dialog | ||
## 5.3.2 | ||
- [patch] Re-releasing due to potentially broken babel release [9ed0bba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9ed0bba) | ||
## 5.3.1 | ||
@@ -4,0 +7,0 @@ - [patch] Removed focus ring from inline-dialogs focused via the mouse [a17adde](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a17adde) |
{ | ||
"name": "@atlaskit/inline-dialog", | ||
"version": "5.3.0" | ||
"version": "5.3.1" | ||
} |
{ | ||
"name": "@atlaskit/inline-dialog", | ||
"version": "5.3.1", | ||
"version": "5.3.2", | ||
"description": "An inline dialog React component for secondary content and controls that are displayed on user request", | ||
@@ -19,4 +19,4 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@atlaskit/layer": "^2.8.0", | ||
"@atlaskit/theme": "^2.4.0", | ||
"@atlaskit/layer": "^2.9.1", | ||
"@atlaskit/theme": "^2.4.1", | ||
"styled-components": "1.4.6 - 3" | ||
@@ -29,6 +29,6 @@ }, | ||
"devDependencies": { | ||
"@atlaskit/button": "^6.6.0", | ||
"@atlaskit/docs": "^2.5.0", | ||
"@atlaskit/icon": "^10.12.0", | ||
"@atlaskit/single-select": "^3.3.0", | ||
"@atlaskit/button": "^6.6.2", | ||
"@atlaskit/docs": "^2.5.2", | ||
"@atlaskit/icon": "^10.12.1", | ||
"@atlaskit/single-select": "^3.3.2", | ||
"enzyme": "^3.3.0" | ||
@@ -41,2 +41,2 @@ }, | ||
] | ||
} | ||
} |
32082
Updated@atlaskit/layer@^2.9.1
Updated@atlaskit/theme@^2.4.1