@atlaskit/inline-dialog
Advanced tools
Comparing version 5.1.2 to 5.2.0
# @atlaskit/inline-dialog | ||
## 5.2.0 | ||
- [minor] Updated inline-dialog to include boundaries element prop, updated Layer to have dynamic boolean escapeWithReference property, updated modal-dialog Content component with overflow-x:hidden' [cb72752](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cb72752) | ||
## 5.1.2 | ||
@@ -4,0 +7,0 @@ |
@@ -84,2 +84,3 @@ 'use strict'; | ||
var _props = this.props, | ||
boundariesElement = _props.boundariesElement, | ||
children = _props.children, | ||
@@ -117,2 +118,3 @@ content = _props.content, | ||
{ | ||
boundariesElement: boundariesElement, | ||
autoFlip: shouldFlip, | ||
@@ -119,0 +121,0 @@ content: layerContent, |
@@ -49,2 +49,3 @@ import _Object$getPrototypeOf from 'babel-runtime/core-js/object/get-prototype-of'; | ||
var _props = this.props, | ||
boundariesElement = _props.boundariesElement, | ||
children = _props.children, | ||
@@ -82,2 +83,3 @@ content = _props.content, | ||
{ | ||
boundariesElement: boundariesElement, | ||
autoFlip: shouldFlip, | ||
@@ -84,0 +86,0 @@ content: layerContent, |
{ | ||
"name": "@atlaskit/inline-dialog", | ||
"version": "5.1.1" | ||
"version": "5.1.2" | ||
} |
{ | ||
"name": "@atlaskit/inline-dialog", | ||
"version": "5.1.2", | ||
"version": "5.2.0", | ||
"description": "An inline dialog React component for secondary content and controls that are displayed on user request", | ||
@@ -19,3 +19,3 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@atlaskit/layer": "^2.6.0", | ||
"@atlaskit/layer": "^2.7.0", | ||
"@atlaskit/theme": "^2.3.1", | ||
@@ -22,0 +22,0 @@ "styled-components": "^1.4.6" |
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
20274
265
Updated@atlaskit/layer@^2.7.0