Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@atlaskit/inline-dialog

Package Overview
Dependencies
Maintainers
1
Versions
190
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/inline-dialog - npm Package Compare versions

Comparing version 13.6.0 to 13.6.1

6

CHANGELOG.md
# @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 @@

2

dist/cjs/InlineDialog/index.js

@@ -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 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc