@atlaskit/inline-dialog 13.1.7 → 13.1.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 +6 -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 +5 -6
package/CHANGELOG.md
CHANGED
|
@@ -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.1.
|
|
34
|
+
var packageVersion = "13.1.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.1.
|
|
11
|
+
const packageVersion = "13.1.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.1.
|
|
11
|
+
var packageVersion = "13.1.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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/inline-dialog",
|
|
3
|
-
"version": "13.1.
|
|
3
|
+
"version": "13.1.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/"
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@atlaskit/ds-lib": "^1.3.0",
|
|
29
29
|
"@atlaskit/popper": "^5.0.0",
|
|
30
30
|
"@atlaskit/theme": "^12.0.0",
|
|
31
|
-
"@atlaskit/tokens": "^0.
|
|
31
|
+
"@atlaskit/tokens": "^0.3.0",
|
|
32
32
|
"@babel/runtime": "^7.0.0",
|
|
33
33
|
"@emotion/core": "^10.0.9",
|
|
34
34
|
"bind-event-listener": "^1.0.2",
|
|
@@ -40,13 +40,12 @@
|
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@atlaskit/build-utils": "*",
|
|
42
42
|
"@atlaskit/button": "^16.1.0",
|
|
43
|
-
"@atlaskit/datetime-picker": "^11.
|
|
43
|
+
"@atlaskit/datetime-picker": "^11.1.0",
|
|
44
44
|
"@atlaskit/docs": "*",
|
|
45
45
|
"@atlaskit/icon": "^21.9.0",
|
|
46
|
-
"@atlaskit/modal-dialog": "^12.0
|
|
46
|
+
"@atlaskit/modal-dialog": "^12.1.0",
|
|
47
47
|
"@atlaskit/section-message": "^6.1.0",
|
|
48
48
|
"@atlaskit/select": "^15.0.0",
|
|
49
|
-
"@atlaskit/single-select": "^10.0.0",
|
|
50
49
|
"@atlaskit/ssr": "*",
|
|
51
50
|
"@atlaskit/visual-regression": "*",
|
|
52
51
|
"@atlaskit/webdriver-runner": "*",
|
|
@@ -70,7 +69,7 @@
|
|
|
70
69
|
"@repo/internal": {
|
|
71
70
|
"analytics": "analytics-next",
|
|
72
71
|
"theming": [
|
|
73
|
-
"
|
|
72
|
+
"react-context",
|
|
74
73
|
"tokens"
|
|
75
74
|
],
|
|
76
75
|
"styling": "emotion",
|