@atlaskit/inline-dialog 18.0.2 → 18.0.3

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,13 @@
1
1
  # @atlaskit/inline-dialog
2
2
 
3
+ ## 18.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`39e543109ec09`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/39e543109ec09) -
8
+ add type info to forwardRef components
9
+ - Updated dependencies
10
+
3
11
  ## 18.0.2
4
12
 
5
13
  ### Patch Changes
@@ -76,7 +76,7 @@ var InlineDialog = /*#__PURE__*/(0, _react.memo)(function InlineDialog(_ref2) {
76
76
  action: 'closed',
77
77
  componentName: 'inlineDialog',
78
78
  packageName: "@atlaskit/inline-dialog",
79
- packageVersion: "18.0.1"
79
+ packageVersion: "18.0.2"
80
80
  });
81
81
 
82
82
  // we put this into a ref to avoid handleCloseRequest having this as a dependency
@@ -1,4 +1,4 @@
1
- /* container.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* container.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -61,7 +61,7 @@ const InlineDialog = /*#__PURE__*/memo(function InlineDialog({
61
61
  action: 'closed',
62
62
  componentName: 'inlineDialog',
63
63
  packageName: "@atlaskit/inline-dialog",
64
- packageVersion: "18.0.1"
64
+ packageVersion: "18.0.2"
65
65
  });
66
66
 
67
67
  // we put this into a ref to avoid handleCloseRequest having this as a dependency
@@ -1,4 +1,4 @@
1
- /* container.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* container.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import "./container.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -67,7 +67,7 @@ var InlineDialog = /*#__PURE__*/memo(function InlineDialog(_ref2) {
67
67
  action: 'closed',
68
68
  componentName: 'inlineDialog',
69
69
  packageName: "@atlaskit/inline-dialog",
70
- packageVersion: "18.0.1"
70
+ packageVersion: "18.0.2"
71
71
  });
72
72
 
73
73
  // we put this into a ref to avoid handleCloseRequest having this as a dependency
@@ -1,4 +1,4 @@
1
- /* container.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* container.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import _defineProperty from "@babel/runtime/helpers/defineProperty";
3
3
  import "./container.compiled.css";
4
4
  import * as React from 'react';
@@ -18,5 +18,5 @@ interface ContainerProps {
18
18
  * Note that the styles here are merged with the style prop that comes from the popper.js library.
19
19
  *
20
20
  */
21
- export declare const Container: import("react").ForwardRefExoticComponent<ContainerProps & import("react").RefAttributes<HTMLDivElement>>;
21
+ export declare const Container: React.ForwardRefExoticComponent<React.PropsWithoutRef<ContainerProps> & React.RefAttributes<HTMLDivElement>>;
22
22
  export {};
@@ -18,5 +18,5 @@ interface ContainerProps {
18
18
  * Note that the styles here are merged with the style prop that comes from the popper.js library.
19
19
  *
20
20
  */
21
- export declare const Container: import("react").ForwardRefExoticComponent<ContainerProps & import("react").RefAttributes<HTMLDivElement>>;
21
+ export declare const Container: React.ForwardRefExoticComponent<React.PropsWithoutRef<ContainerProps> & React.RefAttributes<HTMLDivElement>>;
22
22
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/inline-dialog",
3
- "version": "18.0.2",
3
+ "version": "18.0.3",
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,12 +35,12 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@atlaskit/analytics-next": "^11.1.0",
38
- "@atlaskit/ds-lib": "^5.0.0",
38
+ "@atlaskit/ds-lib": "^5.1.0",
39
39
  "@atlaskit/layering": "^3.0.0",
40
40
  "@atlaskit/platform-feature-flags": "^1.1.0",
41
41
  "@atlaskit/popper": "^7.1.0",
42
42
  "@atlaskit/theme": "^21.0.0",
43
- "@atlaskit/tokens": "^6.3.0",
43
+ "@atlaskit/tokens": "^6.4.0",
44
44
  "@babel/runtime": "^7.0.0",
45
45
  "@compiled/react": "^0.18.3",
46
46
  "bind-event-listener": "^3.0.0"
@@ -58,8 +58,8 @@
58
58
  "@atlaskit/docs": "^11.1.0",
59
59
  "@atlaskit/dropdown-menu": "^16.3.0",
60
60
  "@atlaskit/link": "^3.2.0",
61
- "@atlaskit/modal-dialog": "^14.3.0",
62
- "@atlaskit/primitives": "^14.14.0",
61
+ "@atlaskit/modal-dialog": "^14.4.0",
62
+ "@atlaskit/primitives": "^14.15.0",
63
63
  "@atlaskit/section-message": "^8.7.0",
64
64
  "@atlaskit/select": "^21.3.0",
65
65
  "@atlassian/ssr-tests": "^0.3.0",