@atlaskit/modal-dialog 12.17.1 → 12.17.2

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.17.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 12.17.1
4
10
 
5
11
  ### Patch Changes
@@ -102,7 +102,7 @@ var ModalWrapper = function ModalWrapper(props) {
102
102
  action: 'closed',
103
103
  componentName: 'modalDialog',
104
104
  packageName: "@atlaskit/modal-dialog",
105
- packageVersion: "12.17.1"
105
+ packageVersion: "12.17.2"
106
106
  });
107
107
  var onBlanketClicked = (0, _react.useCallback)(function (e) {
108
108
  if (shouldCloseOnOverlayClick) {
@@ -87,7 +87,7 @@ const ModalWrapper = props => {
87
87
  action: 'closed',
88
88
  componentName: 'modalDialog',
89
89
  packageName: "@atlaskit/modal-dialog",
90
- packageVersion: "12.17.1"
90
+ packageVersion: "12.17.2"
91
91
  });
92
92
  const onBlanketClicked = useCallback(e => {
93
93
  if (shouldCloseOnOverlayClick) {
@@ -92,7 +92,7 @@ var ModalWrapper = function ModalWrapper(props) {
92
92
  action: 'closed',
93
93
  componentName: 'modalDialog',
94
94
  packageName: "@atlaskit/modal-dialog",
95
- packageVersion: "12.17.1"
95
+ packageVersion: "12.17.2"
96
96
  });
97
97
  var onBlanketClicked = useCallback(function (e) {
98
98
  if (shouldCloseOnOverlayClick) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/modal-dialog",
3
- "version": "12.17.1",
3
+ "version": "12.17.2",
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/"
@@ -31,8 +31,8 @@
31
31
  "@atlaskit/codemod-utils": "^4.2.0",
32
32
  "@atlaskit/ds-lib": "^2.6.0",
33
33
  "@atlaskit/focus-ring": "^1.6.0",
34
- "@atlaskit/icon": "^22.18.0",
35
- "@atlaskit/layering": "^0.4.0",
34
+ "@atlaskit/icon": "^22.20.0",
35
+ "@atlaskit/layering": "^0.5.0",
36
36
  "@atlaskit/motion": "^1.9.0",
37
37
  "@atlaskit/platform-feature-flags": "^0.3.0",
38
38
  "@atlaskit/portal": "^4.9.0",
@@ -58,7 +58,7 @@
58
58
  "@atlaskit/button": "*",
59
59
  "@atlaskit/checkbox": "^14.0.0",
60
60
  "@atlaskit/dropdown-menu": "^12.18.0",
61
- "@atlaskit/popup": "^1.27.0",
61
+ "@atlaskit/popup": "^1.28.0",
62
62
  "@atlaskit/radio": "^6.5.0",
63
63
  "@atlaskit/select": "^17.19.0",
64
64
  "@atlaskit/ssr": "*",