@atlaskit/inline-dialog 14.2.4 → 14.3.0
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 +22 -0
- package/dist/cjs/InlineDialog/index.js +2 -2
- package/dist/cjs/InlineDialog/styled/container.js +2 -1
- package/dist/es2019/InlineDialog/index.js +2 -2
- package/dist/es2019/InlineDialog/styled/container.js +1 -1
- package/dist/esm/InlineDialog/index.js +2 -2
- package/dist/esm/InlineDialog/styled/container.js +1 -1
- package/dist/types/InlineDialog/index.d.ts +1 -1
- package/dist/types/InlineDialog/styled/container.d.ts +1 -1
- package/dist/types-ts4.5/InlineDialog/index.d.ts +1 -1
- package/dist/types-ts4.5/InlineDialog/styled/container.d.ts +1 -1
- package/package.json +14 -17
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @atlaskit/inline-dialog
|
|
2
2
|
|
|
3
|
+
## 14.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#127511](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/127511)
|
|
8
|
+
[`db30e29344013`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/db30e29344013) -
|
|
9
|
+
Widening range of `react` and `react-dom` peer dependencies from `^16.8.0 || ^17.0.0 || ~18.2.0`
|
|
10
|
+
to the wider range of ``^16.8.0 || ^17.0.0 || ^18.0.0` (where applicable).
|
|
11
|
+
|
|
12
|
+
This change has been done to enable usage of `react@18.3` as well as to have a consistent peer
|
|
13
|
+
dependency range for `react` and `react-dom` for `/platform` packages.
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
|
|
19
|
+
## 14.2.5
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- Updated dependencies
|
|
24
|
+
|
|
3
25
|
## 14.2.4
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
|
@@ -20,13 +20,13 @@ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return
|
|
|
20
20
|
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
21
21
|
/**
|
|
22
22
|
* @jsxRuntime classic
|
|
23
|
+
* @jsx jsx
|
|
23
24
|
*/
|
|
24
|
-
/** @jsx jsx */
|
|
25
25
|
|
|
26
26
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
27
27
|
|
|
28
28
|
var packageName = "@atlaskit/inline-dialog";
|
|
29
|
-
var packageVersion = "14.
|
|
29
|
+
var packageVersion = "14.3.0";
|
|
30
30
|
var checkIsChildOfPortal = function checkIsChildOfPortal(node) {
|
|
31
31
|
if (!node) {
|
|
32
32
|
return false;
|
|
@@ -16,7 +16,8 @@ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e;
|
|
|
16
16
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
17
17
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; } /**
|
|
18
18
|
* @jsxRuntime classic
|
|
19
|
-
|
|
19
|
+
* @jsx jsx
|
|
20
|
+
*/ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
20
21
|
var CSS_THEME_BACKGROUND = '--theme-background';
|
|
21
22
|
var CSS_THEME_COLOR = '--theme-color';
|
|
22
23
|
var CSS_THEME_BOX_SHADOW = '--theme-box-shadow';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @jsxRuntime classic
|
|
3
|
+
* @jsx jsx
|
|
3
4
|
*/
|
|
4
|
-
/** @jsx jsx */
|
|
5
5
|
import React, { memo, useCallback, useEffect, useRef } from 'react';
|
|
6
6
|
|
|
7
7
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
@@ -15,7 +15,7 @@ import { fg } from '@atlaskit/platform-feature-flags';
|
|
|
15
15
|
import { Manager, Popper, Reference } from '@atlaskit/popper';
|
|
16
16
|
import { Container } from './styled/container';
|
|
17
17
|
const packageName = "@atlaskit/inline-dialog";
|
|
18
|
-
const packageVersion = "14.
|
|
18
|
+
const packageVersion = "14.3.0";
|
|
19
19
|
const checkIsChildOfPortal = node => {
|
|
20
20
|
if (!node) {
|
|
21
21
|
return false;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @jsxRuntime classic
|
|
3
|
+
* @jsx jsx
|
|
3
4
|
*/
|
|
4
|
-
/** @jsx jsx */
|
|
5
5
|
import React, { memo, useCallback, useEffect, useRef } from 'react';
|
|
6
6
|
|
|
7
7
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
@@ -15,7 +15,7 @@ import { fg } from '@atlaskit/platform-feature-flags';
|
|
|
15
15
|
import { Manager, Popper, Reference } from '@atlaskit/popper';
|
|
16
16
|
import { Container } from './styled/container';
|
|
17
17
|
var packageName = "@atlaskit/inline-dialog";
|
|
18
|
-
var packageVersion = "14.
|
|
18
|
+
var packageVersion = "14.3.0";
|
|
19
19
|
var checkIsChildOfPortal = function checkIsChildOfPortal(node) {
|
|
20
20
|
if (!node) {
|
|
21
21
|
return false;
|
|
@@ -3,8 +3,8 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
|
|
|
3
3
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
4
4
|
/**
|
|
5
5
|
* @jsxRuntime classic
|
|
6
|
+
* @jsx jsx
|
|
6
7
|
*/
|
|
7
|
-
/** @jsx jsx */
|
|
8
8
|
import React, { forwardRef } from 'react';
|
|
9
9
|
|
|
10
10
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/inline-dialog",
|
|
3
|
-
"version": "14.
|
|
3
|
+
"version": "14.3.0",
|
|
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/"
|
|
@@ -41,31 +41,32 @@
|
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@atlaskit/analytics-next": "^
|
|
45
|
-
"@atlaskit/ds-lib": "^2.
|
|
46
|
-
"@atlaskit/layering": "^0.
|
|
44
|
+
"@atlaskit/analytics-next": "^10.1.0",
|
|
45
|
+
"@atlaskit/ds-lib": "^2.4.0",
|
|
46
|
+
"@atlaskit/layering": "^0.4.0",
|
|
47
47
|
"@atlaskit/platform-feature-flags": "^0.3.0",
|
|
48
|
-
"@atlaskit/popper": "^6.
|
|
49
|
-
"@atlaskit/theme": "^12.
|
|
50
|
-
"@atlaskit/tokens": "^1.
|
|
48
|
+
"@atlaskit/popper": "^6.2.0",
|
|
49
|
+
"@atlaskit/theme": "^12.12.0",
|
|
50
|
+
"@atlaskit/tokens": "^1.58.0",
|
|
51
51
|
"@babel/runtime": "^7.0.0",
|
|
52
52
|
"@emotion/react": "^11.7.1",
|
|
53
53
|
"bind-event-listener": "^3.0.0",
|
|
54
54
|
"react-node-resolver": "^1.0.1"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
|
-
"react": "^16.8.0 || ^17.0.0 ||
|
|
57
|
+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@af/accessibility-testing": "*",
|
|
61
61
|
"@af/integration-testing": "*",
|
|
62
62
|
"@af/visual-regression": "*",
|
|
63
|
-
"@atlaskit/button": "^
|
|
64
|
-
"@atlaskit/datetime-picker": "^13.
|
|
63
|
+
"@atlaskit/button": "^19.2.0",
|
|
64
|
+
"@atlaskit/datetime-picker": "^13.9.0",
|
|
65
65
|
"@atlaskit/docs": "*",
|
|
66
|
-
"@atlaskit/
|
|
67
|
-
"@atlaskit/
|
|
68
|
-
"@atlaskit/
|
|
66
|
+
"@atlaskit/dropdown-menu": "^12.17.0",
|
|
67
|
+
"@atlaskit/modal-dialog": "^12.15.0",
|
|
68
|
+
"@atlaskit/section-message": "^6.6.0",
|
|
69
|
+
"@atlaskit/select": "^17.13.0",
|
|
69
70
|
"@atlaskit/ssr": "*",
|
|
70
71
|
"@atlaskit/visual-regression": "*",
|
|
71
72
|
"@testing-library/react": "^12.1.5",
|
|
@@ -111,10 +112,6 @@
|
|
|
111
112
|
}
|
|
112
113
|
},
|
|
113
114
|
"platform-feature-flags": {
|
|
114
|
-
"platform.design-system-team.layering_qmiw3": {
|
|
115
|
-
"type": "boolean",
|
|
116
|
-
"referenceOnly": true
|
|
117
|
-
},
|
|
118
115
|
"platform.design-system-team.inline-message-layering_wfp1p": {
|
|
119
116
|
"type": "boolean"
|
|
120
117
|
}
|