@atlaskit/modal-dialog 12.2.2 → 12.2.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,11 @@
1
1
  # @atlaskit/modal-dialog
2
2
 
3
+ ## 12.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 12.2.2
4
10
 
5
11
  ### Patch Changes
@@ -86,7 +86,7 @@ var ModalWrapper = function ModalWrapper(props) {
86
86
  action: 'closed',
87
87
  componentName: 'modalDialog',
88
88
  packageName: "@atlaskit/modal-dialog",
89
- packageVersion: "12.2.2"
89
+ packageVersion: "12.2.3"
90
90
  });
91
91
  var onBlanketClicked = (0, _react.useCallback)(function (e) {
92
92
  if (shouldCloseOnOverlayClick) {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/modal-dialog",
3
- "version": "12.2.2",
3
+ "version": "12.2.3",
4
4
  "sideEffects": false
5
5
  }
@@ -50,7 +50,7 @@ const ModalWrapper = props => {
50
50
  action: 'closed',
51
51
  componentName: 'modalDialog',
52
52
  packageName: "@atlaskit/modal-dialog",
53
- packageVersion: "12.2.2"
53
+ packageVersion: "12.2.3"
54
54
  });
55
55
  const onBlanketClicked = useCallback(e => {
56
56
  if (shouldCloseOnOverlayClick) {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/modal-dialog",
3
- "version": "12.2.2",
3
+ "version": "12.2.3",
4
4
  "sideEffects": false
5
5
  }
@@ -57,7 +57,7 @@ var ModalWrapper = function ModalWrapper(props) {
57
57
  action: 'closed',
58
58
  componentName: 'modalDialog',
59
59
  packageName: "@atlaskit/modal-dialog",
60
- packageVersion: "12.2.2"
60
+ packageVersion: "12.2.3"
61
61
  });
62
62
  var onBlanketClicked = useCallback(function (e) {
63
63
  if (shouldCloseOnOverlayClick) {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/modal-dialog",
3
- "version": "12.2.2",
3
+ "version": "12.2.3",
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.2.2",
3
+ "version": "12.2.3",
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/"
@@ -39,8 +39,8 @@
39
39
  "@atlaskit/analytics-next": "^8.2.0",
40
40
  "@atlaskit/blanket": "^12.2.0",
41
41
  "@atlaskit/codemod-utils": "^3.4.0",
42
- "@atlaskit/ds-lib": "^1.3.0",
43
- "@atlaskit/focus-ring": "^0.2.4",
42
+ "@atlaskit/ds-lib": "^1.4.0",
43
+ "@atlaskit/focus-ring": "^1.0.0",
44
44
  "@atlaskit/icon": "^21.10.0",
45
45
  "@atlaskit/motion": "^1.0.0",
46
46
  "@atlaskit/portal": "^4.1.0",