@atlaskit/modal-dialog 14.4.0 → 14.4.1

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/modal-dialog
2
2
 
3
+ ## 14.4.1
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
  ## 14.4.0
4
12
 
5
13
  ### Minor Changes
@@ -87,7 +87,7 @@ var InternalModalWrapper = function InternalModalWrapper(props) {
87
87
  action: 'closed',
88
88
  componentName: 'modalDialog',
89
89
  packageName: "@atlaskit/modal-dialog",
90
- packageVersion: "0.0.0-development"
90
+ packageVersion: "14.4.0"
91
91
  });
92
92
  var onBlanketClicked = (0, _react.useCallback)(function (e) {
93
93
  if (shouldCloseOnOverlayClick) {
@@ -74,7 +74,7 @@ const InternalModalWrapper = props => {
74
74
  action: 'closed',
75
75
  componentName: 'modalDialog',
76
76
  packageName: "@atlaskit/modal-dialog",
77
- packageVersion: "0.0.0-development"
77
+ packageVersion: "14.4.0"
78
78
  });
79
79
  const onBlanketClicked = useCallback(e => {
80
80
  if (shouldCloseOnOverlayClick) {
@@ -78,7 +78,7 @@ var InternalModalWrapper = function InternalModalWrapper(props) {
78
78
  action: 'closed',
79
79
  componentName: 'modalDialog',
80
80
  packageName: "@atlaskit/modal-dialog",
81
- packageVersion: "0.0.0-development"
81
+ packageVersion: "14.4.0"
82
82
  });
83
83
  var onBlanketClicked = useCallback(function (e) {
84
84
  if (shouldCloseOnOverlayClick) {
@@ -19,5 +19,5 @@ interface ScrollContainerProps {
19
19
  * A container that shows top and bottom keylines when the
20
20
  * content overflows into the scrollable element.
21
21
  */
22
- declare const ScrollContainer: React.ForwardRefExoticComponent<ScrollContainerProps & React.RefAttributes<HTMLElement | null>>;
22
+ declare const ScrollContainer: React.ForwardRefExoticComponent<React.PropsWithoutRef<ScrollContainerProps> & React.RefAttributes<HTMLElement | null>>;
23
23
  export default ScrollContainer;
@@ -19,5 +19,5 @@ interface ScrollContainerProps {
19
19
  * A container that shows top and bottom keylines when the
20
20
  * content overflows into the scrollable element.
21
21
  */
22
- declare const ScrollContainer: React.ForwardRefExoticComponent<ScrollContainerProps & React.RefAttributes<HTMLElement | null>>;
22
+ declare const ScrollContainer: React.ForwardRefExoticComponent<React.PropsWithoutRef<ScrollContainerProps> & React.RefAttributes<HTMLElement | null>>;
23
23
  export default ScrollContainer;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/modal-dialog",
3
- "version": "14.4.0",
3
+ "version": "14.4.1",
4
4
  "description": "A modal dialog displays content that requires user interaction, in a layer above the page.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -41,7 +41,7 @@
41
41
  "@atlaskit/pragmatic-drag-and-drop": "^1.7.0",
42
42
  "@atlaskit/primitives": "^14.15.0",
43
43
  "@atlaskit/theme": "^21.0.0",
44
- "@atlaskit/tokens": "^6.3.0",
44
+ "@atlaskit/tokens": "^6.4.0",
45
45
  "@babel/runtime": "^7.0.0",
46
46
  "@compiled/react": "^0.18.3",
47
47
  "bind-event-listener": "^3.0.0",
@@ -56,7 +56,7 @@
56
56
  "@af/accessibility-testing": "workspace:^",
57
57
  "@af/integration-testing": "workspace:^",
58
58
  "@af/visual-regression": "workspace:^",
59
- "@atlaskit/avatar": "^25.1.0",
59
+ "@atlaskit/avatar": "^25.2.0",
60
60
  "@atlaskit/avatar-group": "^12.2.0",
61
61
  "@atlaskit/banner": "^14.0.0",
62
62
  "@atlaskit/breadcrumbs": "^15.3.0",
@@ -66,7 +66,7 @@
66
66
  "@atlaskit/docs": "^11.1.0",
67
67
  "@atlaskit/dropdown-menu": "^16.3.0",
68
68
  "@atlaskit/flag": "^17.4.0",
69
- "@atlaskit/form": "^14.1.0",
69
+ "@atlaskit/form": "^14.2.0",
70
70
  "@atlaskit/heading": "^5.2.0",
71
71
  "@atlaskit/link": "^3.2.0",
72
72
  "@atlaskit/popup": "^4.4.0",
@@ -75,7 +75,7 @@
75
75
  "@atlaskit/select": "^21.3.0",
76
76
  "@atlaskit/ssr": "workspace:^",
77
77
  "@atlaskit/textfield": "^8.0.0",
78
- "@atlaskit/tooltip": "^20.4.0",
78
+ "@atlaskit/tooltip": "^20.5.0",
79
79
  "@atlassian/feature-flags-test-utils": "^0.3.0",
80
80
  "@atlassian/ssr-tests": "^0.3.0",
81
81
  "@testing-library/dom": "^10.1.0",