@atlaskit/inline-dialog 13.3.4 → 13.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/cjs/InlineDialog/index.js +3 -6
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/InlineDialog/index.js +3 -4
- package/dist/es2019/version.json +1 -1
- package/dist/esm/InlineDialog/index.js +3 -6
- package/dist/esm/version.json +1 -1
- package/package.json +2 -2
- package/types/package.json +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atlaskit/inline-dialog
|
|
2
2
|
|
|
3
|
+
## 13.3.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`2e7bbdfd813`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e7bbdfd813) - Upgrading internal dependency 'bind-event-listener' to 2.1.0 for improved types
|
|
8
|
+
|
|
3
9
|
## 13.3.4
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -31,7 +31,7 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
|
|
|
31
31
|
|
|
32
32
|
/** @jsx jsx */
|
|
33
33
|
var packageName = "@atlaskit/inline-dialog";
|
|
34
|
-
var packageVersion = "13.3.
|
|
34
|
+
var packageVersion = "13.3.5";
|
|
35
35
|
|
|
36
36
|
var checkIsChildOfPortal = function checkIsChildOfPortal(node) {
|
|
37
37
|
if (!node) {
|
|
@@ -105,12 +105,9 @@ var InlineDialog = /*#__PURE__*/(0, _react.memo)(function InlineDialog(_ref) {
|
|
|
105
105
|
return;
|
|
106
106
|
}
|
|
107
107
|
|
|
108
|
-
var unbind
|
|
109
|
-
unbind = (0, _bindEventListener.bind)(window, {
|
|
108
|
+
var unbind = (0, _bindEventListener.bind)(window, {
|
|
110
109
|
type: 'click',
|
|
111
|
-
listener:
|
|
112
|
-
return handleClickOutside(e);
|
|
113
|
-
},
|
|
110
|
+
listener: handleClickOutside,
|
|
114
111
|
options: {
|
|
115
112
|
capture: true
|
|
116
113
|
}
|
package/dist/cjs/version.json
CHANGED
|
@@ -8,7 +8,7 @@ import noop from '@atlaskit/ds-lib/noop';
|
|
|
8
8
|
import { Manager, Popper, Reference } from '@atlaskit/popper';
|
|
9
9
|
import { Container } from './styled/container';
|
|
10
10
|
const packageName = "@atlaskit/inline-dialog";
|
|
11
|
-
const packageVersion = "13.3.
|
|
11
|
+
const packageVersion = "13.3.5";
|
|
12
12
|
|
|
13
13
|
const checkIsChildOfPortal = node => {
|
|
14
14
|
if (!node) {
|
|
@@ -78,10 +78,9 @@ const InlineDialog = /*#__PURE__*/memo(function InlineDialog({
|
|
|
78
78
|
return;
|
|
79
79
|
}
|
|
80
80
|
|
|
81
|
-
|
|
82
|
-
unbind = bind(window, {
|
|
81
|
+
const unbind = bind(window, {
|
|
83
82
|
type: 'click',
|
|
84
|
-
listener:
|
|
83
|
+
listener: handleClickOutside,
|
|
85
84
|
options: {
|
|
86
85
|
capture: true
|
|
87
86
|
}
|
package/dist/es2019/version.json
CHANGED
|
@@ -8,7 +8,7 @@ import noop from '@atlaskit/ds-lib/noop';
|
|
|
8
8
|
import { Manager, Popper, Reference } from '@atlaskit/popper';
|
|
9
9
|
import { Container } from './styled/container';
|
|
10
10
|
var packageName = "@atlaskit/inline-dialog";
|
|
11
|
-
var packageVersion = "13.3.
|
|
11
|
+
var packageVersion = "13.3.5";
|
|
12
12
|
|
|
13
13
|
var checkIsChildOfPortal = function checkIsChildOfPortal(node) {
|
|
14
14
|
if (!node) {
|
|
@@ -82,12 +82,9 @@ var InlineDialog = /*#__PURE__*/memo(function InlineDialog(_ref) {
|
|
|
82
82
|
return;
|
|
83
83
|
}
|
|
84
84
|
|
|
85
|
-
var unbind
|
|
86
|
-
unbind = bind(window, {
|
|
85
|
+
var unbind = bind(window, {
|
|
87
86
|
type: 'click',
|
|
88
|
-
listener:
|
|
89
|
-
return handleClickOutside(e);
|
|
90
|
-
},
|
|
87
|
+
listener: handleClickOutside,
|
|
91
88
|
options: {
|
|
92
89
|
capture: true
|
|
93
90
|
}
|
package/dist/esm/version.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/inline-dialog",
|
|
3
|
-
"version": "13.3.
|
|
3
|
+
"version": "13.3.5",
|
|
4
4
|
"description": "An inline dialog is a pop-up container for small amounts of information. It can also contain controls.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@atlaskit/tokens": "^0.9.0",
|
|
39
39
|
"@babel/runtime": "^7.0.0",
|
|
40
40
|
"@emotion/core": "^10.0.9",
|
|
41
|
-
"bind-event-listener": "^1.0
|
|
41
|
+
"bind-event-listener": "^2.1.0",
|
|
42
42
|
"react-node-resolver": "^1.0.1"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|