@atlaskit/inline-dialog 13.4.7 → 13.4.9

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,18 @@
1
1
  # @atlaskit/inline-dialog
2
2
 
3
+ ## 13.4.9
4
+
5
+ ### Patch Changes
6
+
7
+ - [`261420360ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/261420360ec) - Upgrades component types to support React 18.
8
+ - Updated dependencies
9
+
10
+ ## 13.4.8
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+
3
16
  ## 13.4.7
4
17
 
5
18
  ### Patch Changes
@@ -19,7 +19,7 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
19
19
  /** @jsx jsx */
20
20
 
21
21
  var packageName = "@atlaskit/inline-dialog";
22
- var packageVersion = "13.4.7";
22
+ var packageVersion = "13.4.9";
23
23
  var checkIsChildOfPortal = function checkIsChildOfPortal(node) {
24
24
  if (!node) {
25
25
  return false;
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/inline-dialog",
3
- "version": "13.4.7",
3
+ "version": "13.4.9",
4
4
  "sideEffects": false
5
5
  }
@@ -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.4.7";
11
+ const packageVersion = "13.4.9";
12
12
  const checkIsChildOfPortal = node => {
13
13
  if (!node) {
14
14
  return false;
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/inline-dialog",
3
- "version": "13.4.7",
3
+ "version": "13.4.9",
4
4
  "sideEffects": false
5
5
  }
@@ -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.4.7";
11
+ var packageVersion = "13.4.9";
12
12
  var checkIsChildOfPortal = function checkIsChildOfPortal(node) {
13
13
  if (!node) {
14
14
  return false;
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/inline-dialog",
3
- "version": "13.4.7",
3
+ "version": "13.4.9",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/inline-dialog",
3
- "version": "13.4.7",
3
+ "version": "13.4.9",
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/"
@@ -15,7 +15,6 @@
15
15
  "sideEffects": false,
16
16
  "atlaskit:src": "src/index.tsx",
17
17
  "atlassian": {
18
- "disableProductCI": true,
19
18
  "team": "Design System Team",
20
19
  "deprecatedAutoEntryPoints": true,
21
20
  "releaseModel": "scheduled",
@@ -35,11 +34,11 @@
35
34
  }
36
35
  },
37
36
  "dependencies": {
38
- "@atlaskit/analytics-next": "^8.2.0",
37
+ "@atlaskit/analytics-next": "^9.0.0",
39
38
  "@atlaskit/ds-lib": "^2.1.0",
40
39
  "@atlaskit/popper": "^5.4.0",
41
- "@atlaskit/theme": "^12.2.0",
42
- "@atlaskit/tokens": "^1.0.0",
40
+ "@atlaskit/theme": "^12.3.0",
41
+ "@atlaskit/tokens": "^1.2.0",
43
42
  "@babel/runtime": "^7.0.0",
44
43
  "@emotion/react": "^11.7.1",
45
44
  "bind-event-listener": "^2.1.1",
@@ -78,15 +77,17 @@
78
77
  "@repo/internal": {
79
78
  "dom-events": "use-bind-event-listener",
80
79
  "analytics": "analytics-next",
80
+ "design-tokens": [
81
+ "color",
82
+ "spacing"
83
+ ],
81
84
  "theming": [
82
- "react-context",
83
- "tokens"
85
+ "react-context"
84
86
  ],
85
87
  "styling": [
86
88
  "static",
87
89
  "emotion"
88
90
  ],
89
- "design-tokens": "spacing",
90
91
  "design-system": "v1",
91
92
  "deprecation": "no-deprecated-imports"
92
93
  }
package/report.api.md CHANGED
@@ -8,6 +8,7 @@
8
8
  ### Table of contents
9
9
 
10
10
  - [Main Entry Types](#main-entry-types)
11
+ - [Peer Dependencies](#peer-dependencies)
11
12
 
12
13
  ### Main Entry Types
13
14
 
@@ -81,3 +82,15 @@ export type Placement =
81
82
  ```
82
83
 
83
84
  <!--SECTION END: Main Entry Types-->
85
+
86
+ ### Peer Dependencies
87
+
88
+ <!--SECTION START: Peer Dependencies-->
89
+
90
+ ```json
91
+ {
92
+ "react": "^16.8.0"
93
+ }
94
+ ```
95
+
96
+ <!--SECTION END: Peer Dependencies-->