@atlaskit/modal-dialog 12.14.7 → 12.14.8
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,13 @@
|
|
|
1
1
|
# @atlaskit/modal-dialog
|
|
2
2
|
|
|
3
|
+
## 12.14.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#123484](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/123484)
|
|
8
|
+
[`e241c04ab92d5`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e241c04ab92d5) -
|
|
9
|
+
Remove abandoned feature flag usage
|
|
10
|
+
|
|
3
11
|
## 12.14.7
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -99,7 +99,7 @@ var ModalWrapper = function ModalWrapper(props) {
|
|
|
99
99
|
action: 'closed',
|
|
100
100
|
componentName: 'modalDialog',
|
|
101
101
|
packageName: "@atlaskit/modal-dialog",
|
|
102
|
-
packageVersion: "12.14.
|
|
102
|
+
packageVersion: "12.14.8"
|
|
103
103
|
});
|
|
104
104
|
var onBlanketClicked = (0, _react.useCallback)(function (e) {
|
|
105
105
|
if (shouldCloseOnOverlayClick) {
|
|
@@ -84,7 +84,7 @@ const ModalWrapper = props => {
|
|
|
84
84
|
action: 'closed',
|
|
85
85
|
componentName: 'modalDialog',
|
|
86
86
|
packageName: "@atlaskit/modal-dialog",
|
|
87
|
-
packageVersion: "12.14.
|
|
87
|
+
packageVersion: "12.14.8"
|
|
88
88
|
});
|
|
89
89
|
const onBlanketClicked = useCallback(e => {
|
|
90
90
|
if (shouldCloseOnOverlayClick) {
|
|
@@ -89,7 +89,7 @@ var ModalWrapper = function ModalWrapper(props) {
|
|
|
89
89
|
action: 'closed',
|
|
90
90
|
componentName: 'modalDialog',
|
|
91
91
|
packageName: "@atlaskit/modal-dialog",
|
|
92
|
-
packageVersion: "12.14.
|
|
92
|
+
packageVersion: "12.14.8"
|
|
93
93
|
});
|
|
94
94
|
var onBlanketClicked = useCallback(function (e) {
|
|
95
95
|
if (shouldCloseOnOverlayClick) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/modal-dialog",
|
|
3
|
-
"version": "12.14.
|
|
3
|
+
"version": "12.14.8",
|
|
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/"
|
|
@@ -127,10 +127,6 @@
|
|
|
127
127
|
"./modal-transition": "./src/modal-transition.tsx"
|
|
128
128
|
},
|
|
129
129
|
"platform-feature-flags": {
|
|
130
|
-
"platform.design-system-team.popup-select-close_8h15h": {
|
|
131
|
-
"type": "boolean",
|
|
132
|
-
"referenceOnly": "true"
|
|
133
|
-
},
|
|
134
130
|
"platform.design-system-team.iframe_gojiv": {
|
|
135
131
|
"type": "boolean"
|
|
136
132
|
}
|