@atlaskit/portal
Advanced tools
Comparing version 3.1.7 to 3.1.8
# @atlaskit/portal | ||
## 3.1.8 | ||
### Patch Changes | ||
- [`4069606178`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4069606178) - Change imports to comply with Atlassian conventions- Updated dependencies | ||
## 3.1.7 | ||
@@ -4,0 +10,0 @@ |
@@ -5,5 +5,5 @@ "use strict"; | ||
var react_1 = tslib_1.__importDefault(require("react")); | ||
var exenv_1 = require("exenv"); | ||
var react_dom_1 = tslib_1.__importDefault(require("react-dom")); | ||
var tiny_invariant_1 = tslib_1.__importDefault(require("tiny-invariant")); | ||
var exenv_1 = require("exenv"); | ||
var theme_1 = require("@atlaskit/theme"); | ||
@@ -10,0 +10,0 @@ var constants_1 = require("../constants"); |
{ | ||
"name": "@atlaskit/portal", | ||
"version": "3.1.7", | ||
"version": "3.1.8", | ||
"sideEffects": false | ||
} |
import { __extends } from "tslib"; | ||
import React from 'react'; | ||
import { canUseDOM } from 'exenv'; | ||
import ReactDOM from 'react-dom'; | ||
import invariant from 'tiny-invariant'; | ||
import { canUseDOM } from 'exenv'; | ||
import { layers } from '@atlaskit/theme'; | ||
@@ -7,0 +7,0 @@ import { PORTAL_MOUNT_EVENT, PORTAL_UNMOUNT_EVENT } from '../constants'; |
{ | ||
"name": "@atlaskit/portal", | ||
"version": "3.1.7", | ||
"version": "3.1.8", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/portal", | ||
"version": "3.1.7", | ||
"version": "3.1.8", | ||
"description": "Atlaskit wrapper for rendering components in React portals", | ||
@@ -36,7 +36,7 @@ "publishConfig": { | ||
"@atlaskit/docs": "^8.5.1", | ||
"@atlaskit/flag": "^12.3.7", | ||
"@atlaskit/icon": "^20.0.1", | ||
"@atlaskit/flag": "^12.4.0", | ||
"@atlaskit/icon": "^20.1.2", | ||
"@atlaskit/inline-dialog": "^12.1.9", | ||
"@atlaskit/modal-dialog": "^10.5.6", | ||
"@atlaskit/onboarding": "^9.1.5", | ||
"@atlaskit/onboarding": "^9.1.7", | ||
"@atlaskit/tooltip": "^15.2.3", | ||
@@ -51,3 +51,8 @@ "@atlaskit/visual-regression": "^0.1.9", | ||
"ui" | ||
] | ||
], | ||
"techstack": { | ||
"@atlassian/frontend": { | ||
"import-structure": "atlassian-conventions" | ||
} | ||
} | ||
} |
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
44334