@atlaskit/modal-dialog 12.4.3 → 12.4.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
+ ## 12.4.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 12.4.3
4
10
 
5
11
  ### Patch Changes
@@ -103,7 +103,7 @@ var ModalWrapper = function ModalWrapper(props) {
103
103
  action: 'closed',
104
104
  componentName: 'modalDialog',
105
105
  packageName: "@atlaskit/modal-dialog",
106
- packageVersion: "12.4.3"
106
+ packageVersion: "12.4.4"
107
107
  });
108
108
  var onBlanketClicked = (0, _react.useCallback)(function (e) {
109
109
  if (shouldCloseOnOverlayClick) {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/modal-dialog",
3
- "version": "12.4.3",
3
+ "version": "12.4.4",
4
4
  "sideEffects": false
5
5
  }
@@ -70,7 +70,7 @@ const ModalWrapper = props => {
70
70
  action: 'closed',
71
71
  componentName: 'modalDialog',
72
72
  packageName: "@atlaskit/modal-dialog",
73
- packageVersion: "12.4.3"
73
+ packageVersion: "12.4.4"
74
74
  });
75
75
  const onBlanketClicked = useCallback(e => {
76
76
  if (shouldCloseOnOverlayClick) {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/modal-dialog",
3
- "version": "12.4.3",
3
+ "version": "12.4.4",
4
4
  "sideEffects": false
5
5
  }
@@ -74,7 +74,7 @@ var ModalWrapper = function ModalWrapper(props) {
74
74
  action: 'closed',
75
75
  componentName: 'modalDialog',
76
76
  packageName: "@atlaskit/modal-dialog",
77
- packageVersion: "12.4.3"
77
+ packageVersion: "12.4.4"
78
78
  });
79
79
  var onBlanketClicked = useCallback(function (e) {
80
80
  if (shouldCloseOnOverlayClick) {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/modal-dialog",
3
- "version": "12.4.3",
3
+ "version": "12.4.4",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/modal-dialog",
3
- "version": "12.4.3",
3
+ "version": "12.4.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/"
@@ -47,7 +47,7 @@
47
47
  "@atlaskit/motion": "^1.3.0",
48
48
  "@atlaskit/portal": "^4.1.0",
49
49
  "@atlaskit/theme": "^12.2.0",
50
- "@atlaskit/tokens": "^0.12.0",
50
+ "@atlaskit/tokens": "^0.13.0",
51
51
  "@babel/runtime": "^7.0.0",
52
52
  "@emotion/react": "^11.7.1",
53
53
  "bind-event-listener": "^2.1.1",