@atlaskit/inline-dialog
Advanced tools
Comparing version 13.6.0 to 13.6.1
# @atlaskit/inline-dialog | ||
## 13.6.1 | ||
### Patch Changes | ||
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5` | ||
## 13.6.0 | ||
@@ -4,0 +10,0 @@ |
@@ -22,3 +22,3 @@ "use strict"; | ||
var packageName = "@atlaskit/inline-dialog"; | ||
var packageVersion = "13.6.0"; | ||
var packageVersion = "13.6.1"; | ||
var checkIsChildOfPortal = function checkIsChildOfPortal(node) { | ||
@@ -25,0 +25,0 @@ if (!node) { |
{ | ||
"name": "@atlaskit/inline-dialog", | ||
"version": "13.6.0", | ||
"version": "13.6.1", | ||
"sideEffects": false | ||
} |
@@ -11,3 +11,3 @@ /** @jsx jsx */ | ||
const packageName = "@atlaskit/inline-dialog"; | ||
const packageVersion = "13.6.0"; | ||
const packageVersion = "13.6.1"; | ||
const checkIsChildOfPortal = node => { | ||
@@ -14,0 +14,0 @@ if (!node) { |
{ | ||
"name": "@atlaskit/inline-dialog", | ||
"version": "13.6.0", | ||
"version": "13.6.1", | ||
"sideEffects": false | ||
} |
@@ -11,3 +11,3 @@ /** @jsx jsx */ | ||
var packageName = "@atlaskit/inline-dialog"; | ||
var packageVersion = "13.6.0"; | ||
var packageVersion = "13.6.1"; | ||
var checkIsChildOfPortal = function checkIsChildOfPortal(node) { | ||
@@ -14,0 +14,0 @@ if (!node) { |
{ | ||
"name": "@atlaskit/inline-dialog", | ||
"version": "13.6.0", | ||
"version": "13.6.1", | ||
"sideEffects": false | ||
} |
import { ReactNode } from 'react'; | ||
import { WithAnalyticsEventsProps } from '@atlaskit/analytics-next'; | ||
export declare type Placement = 'auto-start' | 'auto' | 'auto-end' | 'top-start' | 'top' | 'top-end' | 'right-start' | 'right' | 'right-end' | 'bottom-end' | 'bottom' | 'bottom-start' | 'left-end' | 'left' | 'left-start'; | ||
export type Placement = 'auto-start' | 'auto' | 'auto-end' | 'top-start' | 'top' | 'top-end' | 'right-start' | 'right' | 'right-end' | 'bottom-end' | 'bottom' | 'bottom-start' | 'left-end' | 'left' | 'left-start'; | ||
export interface InlineDialogProps extends WithAnalyticsEventsProps { | ||
@@ -5,0 +5,0 @@ /** |
{ | ||
"name": "@atlaskit/inline-dialog", | ||
"version": "13.6.0", | ||
"version": "13.6.1", | ||
"description": "An inline dialog is a pop-up container for small amounts of information. It can also contain controls.", | ||
@@ -15,2 +15,10 @@ "publishConfig": { | ||
"types": "dist/types/index.d.ts", | ||
"typesVersions": { | ||
">=4.5 <4.9": { | ||
"*": [ | ||
"dist/types-ts4.5/*", | ||
"dist/types-ts4.5/index.d.ts" | ||
] | ||
} | ||
}, | ||
"sideEffects": false, | ||
@@ -42,3 +50,3 @@ "atlaskit:src": "src/index.tsx", | ||
"@atlaskit/theme": "^12.5.0", | ||
"@atlaskit/tokens": "^1.3.0", | ||
"@atlaskit/tokens": "^1.4.0", | ||
"@babel/runtime": "^7.0.0", | ||
@@ -67,3 +75,3 @@ "@emotion/react": "^11.7.1", | ||
"react-lorem-component": "^0.13.0", | ||
"typescript": "4.5.5", | ||
"typescript": "~4.9.5", | ||
"wait-for-expect": "^1.2.0" | ||
@@ -70,0 +78,0 @@ }, |
@@ -9,5 +9,5 @@ { | ||
"typesVersions": { | ||
">=4.0 <4.5": { | ||
">=4.5 <4.9": { | ||
"*": [ | ||
"../dist/types-ts4.0/types.d.ts" | ||
"../dist/types-ts4.5/types.d.ts" | ||
] | ||
@@ -14,0 +14,0 @@ } |
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
81466
Updated@atlaskit/tokens@^1.4.0