@atlaskit/portal
Advanced tools
Comparing version 0.0.13 to 0.0.14
# @atlaskit/portal | ||
## 0.0.14 | ||
- [patch] [1fb2c2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1fb2c2a): | ||
- Fixed issue where tooltips and modals would initially render in the wrong location | ||
## 0.0.13 | ||
@@ -4,0 +9,0 @@ - [patch] [3f5a4dd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3f5a4dd): |
@@ -80,3 +80,3 @@ "use strict"; | ||
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)((0, _assertThisInitialized2.default)(_this)), "state", { | ||
container: _exenv.canUseDom ? createContainer(_this.props.zIndex) : undefined | ||
container: _exenv.canUseDOM ? createContainer(_this.props.zIndex) : undefined | ||
}); | ||
@@ -83,0 +83,0 @@ return _this; |
@@ -11,3 +11,3 @@ import _classCallCheck from "@babel/runtime/helpers/classCallCheck"; | ||
import invariant from 'tiny-invariant'; | ||
import { canUseDom } from 'exenv'; | ||
import { canUseDOM } from 'exenv'; | ||
@@ -63,3 +63,3 @@ var createContainer = function createContainer(zIndex) { | ||
_defineProperty(_assertThisInitialized(_assertThisInitialized(_this)), "state", { | ||
container: canUseDom ? createContainer(_this.props.zIndex) : undefined | ||
container: canUseDOM ? createContainer(_this.props.zIndex) : undefined | ||
}); | ||
@@ -66,0 +66,0 @@ |
{ | ||
"name": "@atlaskit/portal", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/portal", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "Atlaskit wrapper for rendering components in React portals", | ||
@@ -33,8 +33,8 @@ "license": "Apache-2.0", | ||
"@atlaskit/docs": "^5.0.8", | ||
"@atlaskit/flag": "^9.1.3", | ||
"@atlaskit/flag": "^9.1.4", | ||
"@atlaskit/icon": "^14.0.2", | ||
"@atlaskit/inline-dialog": "^9.0.7", | ||
"@atlaskit/modal-dialog": "^7.0.8", | ||
"@atlaskit/onboarding": "^6.1.7", | ||
"@atlaskit/tooltip": "^12.1.8", | ||
"@atlaskit/modal-dialog": "^7.0.9", | ||
"@atlaskit/onboarding": "^6.1.8", | ||
"@atlaskit/tooltip": "^12.1.9", | ||
"@atlaskit/visual-regression": "^0.0.1", | ||
@@ -41,0 +41,0 @@ "enzyme": "https://registry.npmjs.org/@pgleeson/enzyme/-/enzyme-3.3.7.tgz", |
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
21633