@atlaskit/inline-dialog
Advanced tools
Comparing version 13.4.8 to 13.4.9
# @atlaskit/inline-dialog | ||
## 13.4.9 | ||
### Patch Changes | ||
- [`261420360ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/261420360ec) - Upgrades component types to support React 18. | ||
- Updated dependencies | ||
## 13.4.8 | ||
@@ -4,0 +11,0 @@ |
@@ -22,3 +22,3 @@ "use strict"; | ||
var packageName = "@atlaskit/inline-dialog"; | ||
var packageVersion = "13.4.8"; | ||
var packageVersion = "13.4.9"; | ||
var checkIsChildOfPortal = function checkIsChildOfPortal(node) { | ||
@@ -25,0 +25,0 @@ if (!node) { |
{ | ||
"name": "@atlaskit/inline-dialog", | ||
"version": "13.4.8", | ||
"version": "13.4.9", | ||
"sideEffects": false | ||
} |
@@ -11,3 +11,3 @@ /** @jsx jsx */ | ||
const packageName = "@atlaskit/inline-dialog"; | ||
const packageVersion = "13.4.8"; | ||
const packageVersion = "13.4.9"; | ||
const checkIsChildOfPortal = node => { | ||
@@ -14,0 +14,0 @@ if (!node) { |
{ | ||
"name": "@atlaskit/inline-dialog", | ||
"version": "13.4.8", | ||
"version": "13.4.9", | ||
"sideEffects": false | ||
} |
@@ -11,3 +11,3 @@ /** @jsx jsx */ | ||
var packageName = "@atlaskit/inline-dialog"; | ||
var packageVersion = "13.4.8"; | ||
var packageVersion = "13.4.9"; | ||
var checkIsChildOfPortal = function checkIsChildOfPortal(node) { | ||
@@ -14,0 +14,0 @@ if (!node) { |
{ | ||
"name": "@atlaskit/inline-dialog", | ||
"version": "13.4.8", | ||
"version": "13.4.9", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/inline-dialog", | ||
"version": "13.4.8", | ||
"version": "13.4.9", | ||
"description": "An inline dialog is a pop-up container for small amounts of information. It can also contain controls.", | ||
@@ -18,3 +18,2 @@ "publishConfig": { | ||
"atlassian": { | ||
"disableProductCI": true, | ||
"team": "Design System Team", | ||
@@ -42,3 +41,3 @@ "deprecatedAutoEntryPoints": true, | ||
"@atlaskit/popper": "^5.4.0", | ||
"@atlaskit/theme": "^12.2.0", | ||
"@atlaskit/theme": "^12.3.0", | ||
"@atlaskit/tokens": "^1.2.0", | ||
@@ -45,0 +44,0 @@ "@babel/runtime": "^7.0.0", |
@@ -11,2 +11,3 @@ <!-- API Report Version: 2.3 --> | ||
- [Main Entry Types](#main-entry-types) | ||
- [Peer Dependencies](#peer-dependencies) | ||
@@ -85,1 +86,13 @@ ### Main Entry Types | ||
<!--SECTION END: Main Entry Types--> | ||
### Peer Dependencies | ||
<!--SECTION START: Peer Dependencies--> | ||
```json | ||
{ | ||
"react": "^16.8.0" | ||
} | ||
``` | ||
<!--SECTION END: Peer Dependencies--> |
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
79077
Updated@atlaskit/theme@^12.3.0