@atlaskit/modal-dialog 15.2.3 → 15.2.4

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/modal-dialog
2
2
 
3
+ ## 15.2.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 15.2.3
4
10
 
5
11
  ### Patch Changes
@@ -113,7 +113,7 @@ var InternalModalWrapper = /*#__PURE__*/(0, _react.forwardRef)(function (props,
113
113
  action: 'closed',
114
114
  componentName: 'modalDialog',
115
115
  packageName: "@atlaskit/modal-dialog",
116
- packageVersion: "15.2.2"
116
+ packageVersion: "15.2.3"
117
117
  });
118
118
  var onBlanketClicked = (0, _react.useCallback)(function (e) {
119
119
  if (shouldCloseOnOverlayClick) {
@@ -99,7 +99,7 @@ const InternalModalWrapper = /*#__PURE__*/forwardRef((props, ref) => {
99
99
  action: 'closed',
100
100
  componentName: 'modalDialog',
101
101
  packageName: "@atlaskit/modal-dialog",
102
- packageVersion: "15.2.2"
102
+ packageVersion: "15.2.3"
103
103
  });
104
104
  const onBlanketClicked = useCallback(e => {
105
105
  if (shouldCloseOnOverlayClick) {
@@ -104,7 +104,7 @@ var InternalModalWrapper = /*#__PURE__*/forwardRef(function (props, ref) {
104
104
  action: 'closed',
105
105
  componentName: 'modalDialog',
106
106
  packageName: "@atlaskit/modal-dialog",
107
- packageVersion: "15.2.2"
107
+ packageVersion: "15.2.3"
108
108
  });
109
109
  var onBlanketClicked = useCallback(function (e) {
110
110
  if (shouldCloseOnOverlayClick) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/modal-dialog",
3
- "version": "15.2.3",
3
+ "version": "15.2.4",
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/"
@@ -48,7 +48,7 @@
48
48
  "@atlaskit/primitives": "^19.0.0",
49
49
  "@atlaskit/theme": "^25.0.0",
50
50
  "@atlaskit/tokens": "^13.0.0",
51
- "@atlaskit/top-layer": "^0.11.0",
51
+ "@atlaskit/top-layer": "^0.12.0",
52
52
  "@babel/runtime": "^7.0.0",
53
53
  "@compiled/react": "^0.20.0",
54
54
  "bind-event-listener": "^3.0.0",
@@ -76,7 +76,7 @@
76
76
  "@atlaskit/form": "^15.5.0",
77
77
  "@atlaskit/heading": "^5.4.0",
78
78
  "@atlaskit/link": "^3.4.0",
79
- "@atlaskit/popup": "^4.21.0",
79
+ "@atlaskit/popup": "^4.22.0",
80
80
  "@atlaskit/radio": "^8.6.0",
81
81
  "@atlaskit/section-message": "^8.13.0",
82
82
  "@atlaskit/select": "^21.12.0",