@atlaskit/inline-dialog 13.6.7 → 13.6.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,11 @@
1
1
  # @atlaskit/inline-dialog
2
2
 
3
+ ## 13.6.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [#41990](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41990) [`7a88114cef7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7a88114cef7) - added type dependency for @types/react-node-resolver
8
+
3
9
  ## 13.6.7
4
10
 
5
11
  ### 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.6.7";
22
+ var packageVersion = "13.6.8";
23
23
  var checkIsChildOfPortal = function checkIsChildOfPortal(node) {
24
24
  if (!node) {
25
25
  return false;
@@ -153,7 +153,7 @@ var InlineDialog = exports.InlineDialogWithoutAnalytics = /*#__PURE__*/(0, _reac
153
153
  ref.current = node;
154
154
  }
155
155
  }
156
- }, children);
156
+ }, (0, _react2.jsx)(_react.default.Fragment, null, children));
157
157
  }), popper);
158
158
  });
159
159
  InlineDialog.displayName = 'InlineDialog';
@@ -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.6.7";
11
+ const packageVersion = "13.6.8";
12
12
  const checkIsChildOfPortal = node => {
13
13
  if (!node) {
14
14
  return false;
@@ -137,7 +137,7 @@ const InlineDialog = /*#__PURE__*/memo(function InlineDialog({
137
137
  ref.current = node;
138
138
  }
139
139
  }
140
- }, children)), popper);
140
+ }, jsx(React.Fragment, null, children))), popper);
141
141
  });
142
142
  InlineDialog.displayName = 'InlineDialog';
143
143
  export { InlineDialog as InlineDialogWithoutAnalytics };
@@ -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.6.7";
11
+ var packageVersion = "13.6.8";
12
12
  var checkIsChildOfPortal = function checkIsChildOfPortal(node) {
13
13
  if (!node) {
14
14
  return false;
@@ -142,7 +142,7 @@ var InlineDialog = /*#__PURE__*/memo(function InlineDialog(_ref) {
142
142
  ref.current = node;
143
143
  }
144
144
  }
145
- }, children);
145
+ }, jsx(React.Fragment, null, children));
146
146
  }), popper);
147
147
  });
148
148
  InlineDialog.displayName = 'InlineDialog';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/inline-dialog",
3
- "version": "13.6.7",
3
+ "version": "13.6.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/"
@@ -41,7 +41,7 @@
41
41
  "@atlaskit/ds-lib": "^2.2.0",
42
42
  "@atlaskit/popper": "^5.5.0",
43
43
  "@atlaskit/theme": "^12.6.0",
44
- "@atlaskit/tokens": "^1.26.0",
44
+ "@atlaskit/tokens": "^1.28.0",
45
45
  "@babel/runtime": "^7.0.0",
46
46
  "@emotion/react": "^11.7.1",
47
47
  "bind-event-listener": "^2.1.1",
@@ -53,7 +53,7 @@
53
53
  "devDependencies": {
54
54
  "@af/accessibility-testing": "*",
55
55
  "@af/visual-regression": "*",
56
- "@atlaskit/button": "^16.10.0",
56
+ "@atlaskit/button": "^16.11.0",
57
57
  "@atlaskit/datetime-picker": "^12.10.0",
58
58
  "@atlaskit/docs": "*",
59
59
  "@atlaskit/modal-dialog": "^12.8.0",
@@ -64,6 +64,7 @@
64
64
  "@atlaskit/webdriver-runner": "*",
65
65
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
66
66
  "@testing-library/react": "^12.1.5",
67
+ "@types/react-node-resolver": "^2.0.0",
67
68
  "react-dom": "^16.8.0",
68
69
  "react-lorem-component": "^0.13.0",
69
70
  "typescript": "~4.9.5",