@atlaskit/modal-dialog 12.20.6 → 12.20.7
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
|
@@ -108,7 +108,7 @@ var ModalWrapper = function ModalWrapper(props) {
|
|
|
108
108
|
action: 'closed',
|
|
109
109
|
componentName: 'modalDialog',
|
|
110
110
|
packageName: "@atlaskit/modal-dialog",
|
|
111
|
-
packageVersion: "12.20.
|
|
111
|
+
packageVersion: "12.20.7"
|
|
112
112
|
});
|
|
113
113
|
var onBlanketClicked = (0, _react.useCallback)(function (e) {
|
|
114
114
|
if (shouldCloseOnOverlayClick) {
|
|
@@ -93,7 +93,7 @@ const ModalWrapper = props => {
|
|
|
93
93
|
action: 'closed',
|
|
94
94
|
componentName: 'modalDialog',
|
|
95
95
|
packageName: "@atlaskit/modal-dialog",
|
|
96
|
-
packageVersion: "12.20.
|
|
96
|
+
packageVersion: "12.20.7"
|
|
97
97
|
});
|
|
98
98
|
const onBlanketClicked = useCallback(e => {
|
|
99
99
|
if (shouldCloseOnOverlayClick) {
|
|
@@ -98,7 +98,7 @@ var ModalWrapper = function ModalWrapper(props) {
|
|
|
98
98
|
action: 'closed',
|
|
99
99
|
componentName: 'modalDialog',
|
|
100
100
|
packageName: "@atlaskit/modal-dialog",
|
|
101
|
-
packageVersion: "12.20.
|
|
101
|
+
packageVersion: "12.20.7"
|
|
102
102
|
});
|
|
103
103
|
var onBlanketClicked = useCallback(function (e) {
|
|
104
104
|
if (shouldCloseOnOverlayClick) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/modal-dialog",
|
|
3
|
-
"version": "12.20.
|
|
3
|
+
"version": "12.20.7",
|
|
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/"
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
"@atlaskit/icon": "^23.9.0",
|
|
37
37
|
"@atlaskit/layering": "^1.1.0",
|
|
38
38
|
"@atlaskit/motion": "^3.0.0",
|
|
39
|
-
"@atlaskit/platform-feature-flags": "^1.
|
|
39
|
+
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
40
40
|
"@atlaskit/portal": "^4.11.0",
|
|
41
41
|
"@atlaskit/pragmatic-drag-and-drop": "^1.5.0",
|
|
42
42
|
"@atlaskit/primitives": "^13.5.0",
|
|
43
|
-
"@atlaskit/theme": "^
|
|
43
|
+
"@atlaskit/theme": "^16.0.0",
|
|
44
44
|
"@atlaskit/tokens": "^3.3.0",
|
|
45
45
|
"@babel/runtime": "^7.0.0",
|
|
46
46
|
"@emotion/react": "^11.7.1",
|