@atlaskit/inline-dialog 13.4.6 → 13.4.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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/inline-dialog
2
2
 
3
+ ## 13.4.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 13.4.7
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 13.4.6
4
16
 
5
17
  ### 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.6";
22
+ var packageVersion = "13.4.8";
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.6",
3
+ "version": "13.4.8",
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.6";
11
+ const packageVersion = "13.4.8";
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.6",
3
+ "version": "13.4.8",
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.6";
11
+ var packageVersion = "13.4.8";
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.6",
3
+ "version": "13.4.8",
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.6",
3
+ "version": "13.4.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/"
@@ -35,11 +35,11 @@
35
35
  }
36
36
  },
37
37
  "dependencies": {
38
- "@atlaskit/analytics-next": "^8.2.0",
38
+ "@atlaskit/analytics-next": "^9.0.0",
39
39
  "@atlaskit/ds-lib": "^2.1.0",
40
40
  "@atlaskit/popper": "^5.4.0",
41
41
  "@atlaskit/theme": "^12.2.0",
42
- "@atlaskit/tokens": "^0.13.0",
42
+ "@atlaskit/tokens": "^1.2.0",
43
43
  "@babel/runtime": "^7.0.0",
44
44
  "@emotion/react": "^11.7.1",
45
45
  "bind-event-listener": "^2.1.1",
@@ -78,15 +78,17 @@
78
78
  "@repo/internal": {
79
79
  "dom-events": "use-bind-event-listener",
80
80
  "analytics": "analytics-next",
81
+ "design-tokens": [
82
+ "color",
83
+ "spacing"
84
+ ],
81
85
  "theming": [
82
- "react-context",
83
- "tokens"
86
+ "react-context"
84
87
  ],
85
88
  "styling": [
86
89
  "static",
87
90
  "emotion"
88
91
  ],
89
- "design-tokens": "spacing",
90
92
  "design-system": "v1",
91
93
  "deprecation": "no-deprecated-imports"
92
94
  }