@atlaskit/inline-dialog 14.2.5 → 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 CHANGED
@@ -1,5 +1,21 @@
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
+
3
19
  ## 14.2.5
4
20
 
5
21
  ### Patch Changes
@@ -26,7 +26,7 @@ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e;
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.2.5";
29
+ var packageVersion = "14.3.0";
30
30
  var checkIsChildOfPortal = function checkIsChildOfPortal(node) {
31
31
  if (!node) {
32
32
  return false;
@@ -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.2.5";
18
+ const packageVersion = "14.3.0";
19
19
  const checkIsChildOfPortal = node => {
20
20
  if (!node) {
21
21
  return false;
@@ -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.2.5";
18
+ var packageVersion = "14.3.0";
19
19
  var checkIsChildOfPortal = function checkIsChildOfPortal(node) {
20
20
  if (!node) {
21
21
  return false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/inline-dialog",
3
- "version": "14.2.5",
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,32 +41,32 @@
41
41
  }
42
42
  },
43
43
  "dependencies": {
44
- "@atlaskit/analytics-next": "^10.0.0",
45
- "@atlaskit/ds-lib": "^2.3.0",
46
- "@atlaskit/layering": "^0.3.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.1.0",
49
- "@atlaskit/theme": "^12.11.0",
50
- "@atlaskit/tokens": "^1.57.0",
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 || ~18.2.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": "^19.1.0",
64
- "@atlaskit/datetime-picker": "^13.8.0",
63
+ "@atlaskit/button": "^19.2.0",
64
+ "@atlaskit/datetime-picker": "^13.9.0",
65
65
  "@atlaskit/docs": "*",
66
- "@atlaskit/dropdown-menu": "^12.15.0",
67
- "@atlaskit/modal-dialog": "^12.14.0",
68
- "@atlaskit/section-message": "^6.5.0",
69
- "@atlaskit/select": "^17.11.0",
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",
70
70
  "@atlaskit/ssr": "*",
71
71
  "@atlaskit/visual-regression": "*",
72
72
  "@testing-library/react": "^12.1.5",