@atlaskit/inline-dialog 13.3.5 → 13.3.8
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 +18 -0
- package/dist/cjs/InlineDialog/index.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/InlineDialog/index.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/InlineDialog/index.js +1 -1
- package/dist/esm/version.json +1 -1
- package/package.json +10 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @atlaskit/inline-dialog
|
|
2
2
|
|
|
3
|
+
## 13.3.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`8a5bdb3c844`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8a5bdb3c844) - Upgrading internal dependency (bind-event-listener) for improved internal types
|
|
8
|
+
|
|
9
|
+
## 13.3.7
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
15
|
+
## 13.3.6
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
|
|
3
21
|
## 13.3.5
|
|
4
22
|
|
|
5
23
|
### 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.8";
|
|
35
35
|
|
|
36
36
|
var checkIsChildOfPortal = function checkIsChildOfPortal(node) {
|
|
37
37
|
if (!node) {
|
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.8";
|
|
12
12
|
|
|
13
13
|
const checkIsChildOfPortal = node => {
|
|
14
14
|
if (!node) {
|
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.8";
|
|
12
12
|
|
|
13
13
|
var checkIsChildOfPortal = function checkIsChildOfPortal(node) {
|
|
14
14
|
if (!node) {
|
package/dist/esm/version.json
CHANGED
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/inline-dialog",
|
|
3
|
-
"version": "13.3.
|
|
3
|
+
"version": "13.3.8",
|
|
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/"
|
|
7
7
|
},
|
|
8
|
-
"repository": "https://bitbucket.org/atlassian/atlassian-frontend",
|
|
8
|
+
"repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
|
|
9
9
|
"author": "Atlassian Pty Ltd",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"main": "dist/cjs/index.js",
|
|
@@ -27,18 +27,19 @@
|
|
|
27
27
|
"text": "View Popup documentation",
|
|
28
28
|
"link": "https://atlassian.design/components/popup/examples"
|
|
29
29
|
}
|
|
30
|
-
}
|
|
30
|
+
},
|
|
31
|
+
"category": "Components"
|
|
31
32
|
}
|
|
32
33
|
},
|
|
33
34
|
"dependencies": {
|
|
34
35
|
"@atlaskit/analytics-next": "^8.2.0",
|
|
35
|
-
"@atlaskit/ds-lib": "^
|
|
36
|
+
"@atlaskit/ds-lib": "^2.0.0",
|
|
36
37
|
"@atlaskit/popper": "^5.0.0",
|
|
37
38
|
"@atlaskit/theme": "^12.1.0",
|
|
38
|
-
"@atlaskit/tokens": "^0.
|
|
39
|
+
"@atlaskit/tokens": "^0.10.0",
|
|
39
40
|
"@babel/runtime": "^7.0.0",
|
|
40
41
|
"@emotion/core": "^10.0.9",
|
|
41
|
-
"bind-event-listener": "^2.1.
|
|
42
|
+
"bind-event-listener": "^2.1.1",
|
|
42
43
|
"react-node-resolver": "^1.0.1"
|
|
43
44
|
},
|
|
44
45
|
"peerDependencies": {
|
|
@@ -46,12 +47,12 @@
|
|
|
46
47
|
},
|
|
47
48
|
"devDependencies": {
|
|
48
49
|
"@atlaskit/button": "^16.3.0",
|
|
49
|
-
"@atlaskit/datetime-picker": "^
|
|
50
|
+
"@atlaskit/datetime-picker": "^12.0.0",
|
|
50
51
|
"@atlaskit/docs": "*",
|
|
51
52
|
"@atlaskit/icon": "^21.10.0",
|
|
52
53
|
"@atlaskit/modal-dialog": "^12.2.0",
|
|
53
54
|
"@atlaskit/section-message": "^6.1.0",
|
|
54
|
-
"@atlaskit/select": "^15.
|
|
55
|
+
"@atlaskit/select": "^15.3.0",
|
|
55
56
|
"@atlaskit/ssr": "*",
|
|
56
57
|
"@atlaskit/visual-regression": "*",
|
|
57
58
|
"@atlaskit/webdriver-runner": "*",
|
|
@@ -72,6 +73,7 @@
|
|
|
72
73
|
"import-structure": "atlassian-conventions"
|
|
73
74
|
},
|
|
74
75
|
"@repo/internal": {
|
|
76
|
+
"dom-events": "use-bind-event-listener",
|
|
75
77
|
"analytics": "analytics-next",
|
|
76
78
|
"theming": [
|
|
77
79
|
"react-context",
|