@atlaskit/modal-dialog 14.9.3 → 14.9.5
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 +15 -0
- package/dist/cjs/close-button.js +1 -1
- package/dist/cjs/internal/components/modal-wrapper.js +1 -1
- package/dist/es2019/close-button.js +1 -1
- package/dist/es2019/internal/components/modal-wrapper.js +1 -1
- package/dist/esm/close-button.js +1 -1
- package/dist/esm/internal/components/modal-wrapper.js +1 -1
- package/package.json +16 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @atlaskit/modal-dialog
|
|
2
2
|
|
|
3
|
+
## 14.9.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`206b56810d426`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/206b56810d426) -
|
|
8
|
+
Migrate example from @atlaskit/onboarding to @atlaskit/spotlight
|
|
9
|
+
|
|
10
|
+
## 14.9.4
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- [`036c3ee917e3c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/036c3ee917e3c) -
|
|
15
|
+
Icon migration entry point update
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
|
|
3
18
|
## 14.9.3
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/dist/cjs/close-button.js
CHANGED
|
@@ -7,7 +7,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
7
7
|
exports.CloseButton = void 0;
|
|
8
8
|
var _react = _interopRequireDefault(require("react"));
|
|
9
9
|
var _new = require("@atlaskit/button/new");
|
|
10
|
-
var _cross = _interopRequireDefault(require("@atlaskit/icon/core/
|
|
10
|
+
var _cross = _interopRequireDefault(require("@atlaskit/icon/core/cross"));
|
|
11
11
|
/**
|
|
12
12
|
* __Close button__
|
|
13
13
|
*
|
|
@@ -88,7 +88,7 @@ var InternalModalWrapper = function InternalModalWrapper(props) {
|
|
|
88
88
|
action: 'closed',
|
|
89
89
|
componentName: 'modalDialog',
|
|
90
90
|
packageName: "@atlaskit/modal-dialog",
|
|
91
|
-
packageVersion: "14.9.
|
|
91
|
+
packageVersion: "14.9.4"
|
|
92
92
|
});
|
|
93
93
|
var onBlanketClicked = (0, _react.useCallback)(function (e) {
|
|
94
94
|
if (shouldCloseOnOverlayClick) {
|
|
@@ -75,7 +75,7 @@ const InternalModalWrapper = props => {
|
|
|
75
75
|
action: 'closed',
|
|
76
76
|
componentName: 'modalDialog',
|
|
77
77
|
packageName: "@atlaskit/modal-dialog",
|
|
78
|
-
packageVersion: "14.9.
|
|
78
|
+
packageVersion: "14.9.4"
|
|
79
79
|
});
|
|
80
80
|
const onBlanketClicked = useCallback(e => {
|
|
81
81
|
if (shouldCloseOnOverlayClick) {
|
package/dist/esm/close-button.js
CHANGED
|
@@ -79,7 +79,7 @@ var InternalModalWrapper = function InternalModalWrapper(props) {
|
|
|
79
79
|
action: 'closed',
|
|
80
80
|
componentName: 'modalDialog',
|
|
81
81
|
packageName: "@atlaskit/modal-dialog",
|
|
82
|
-
packageVersion: "14.9.
|
|
82
|
+
packageVersion: "14.9.4"
|
|
83
83
|
});
|
|
84
84
|
var onBlanketClicked = useCallback(function (e) {
|
|
85
85
|
if (shouldCloseOnOverlayClick) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/modal-dialog",
|
|
3
|
-
"version": "14.9.
|
|
3
|
+
"version": "14.9.5",
|
|
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/"
|
|
@@ -32,15 +32,15 @@
|
|
|
32
32
|
"@atlaskit/button": "^23.9.0",
|
|
33
33
|
"@atlaskit/css": "^0.19.0",
|
|
34
34
|
"@atlaskit/ds-lib": "^5.3.0",
|
|
35
|
-
"@atlaskit/icon": "^29.
|
|
36
|
-
"@atlaskit/layering": "^3.
|
|
35
|
+
"@atlaskit/icon": "^29.4.0",
|
|
36
|
+
"@atlaskit/layering": "^3.6.0",
|
|
37
37
|
"@atlaskit/motion": "^5.3.0",
|
|
38
38
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
39
39
|
"@atlaskit/portal": "^5.1.0",
|
|
40
40
|
"@atlaskit/pragmatic-drag-and-drop": "^1.7.0",
|
|
41
41
|
"@atlaskit/primitives": "^17.0.0",
|
|
42
42
|
"@atlaskit/theme": "^21.0.0",
|
|
43
|
-
"@atlaskit/tokens": "^9.
|
|
43
|
+
"@atlaskit/tokens": "^9.1.0",
|
|
44
44
|
"@babel/runtime": "^7.0.0",
|
|
45
45
|
"@compiled/react": "^0.18.6",
|
|
46
46
|
"bind-event-listener": "^3.0.0",
|
|
@@ -55,25 +55,26 @@
|
|
|
55
55
|
"@af/accessibility-testing": "workspace:^",
|
|
56
56
|
"@af/integration-testing": "workspace:^",
|
|
57
57
|
"@af/visual-regression": "workspace:^",
|
|
58
|
-
"@atlaskit/avatar": "^25.
|
|
58
|
+
"@atlaskit/avatar": "^25.7.0",
|
|
59
59
|
"@atlaskit/avatar-group": "^12.4.0",
|
|
60
60
|
"@atlaskit/banner": "^14.0.0",
|
|
61
61
|
"@atlaskit/breadcrumbs": "^15.3.0",
|
|
62
|
-
"@atlaskit/checkbox": "^17.
|
|
62
|
+
"@atlaskit/checkbox": "^17.3.0",
|
|
63
63
|
"@atlaskit/code": "^17.4.0",
|
|
64
|
-
"@atlaskit/datetime-picker": "^17.
|
|
64
|
+
"@atlaskit/datetime-picker": "^17.4.0",
|
|
65
65
|
"@atlaskit/docs": "^11.2.0",
|
|
66
|
-
"@atlaskit/dropdown-menu": "^16.
|
|
67
|
-
"@atlaskit/flag": "^17.
|
|
68
|
-
"@atlaskit/form": "^15.
|
|
66
|
+
"@atlaskit/dropdown-menu": "^16.4.0",
|
|
67
|
+
"@atlaskit/flag": "^17.8.0",
|
|
68
|
+
"@atlaskit/form": "^15.3.0",
|
|
69
69
|
"@atlaskit/heading": "^5.2.0",
|
|
70
|
-
"@atlaskit/link": "^3.
|
|
71
|
-
"@atlaskit/popup": "^4.
|
|
72
|
-
"@atlaskit/radio": "^8.
|
|
73
|
-
"@atlaskit/section-message": "^8.
|
|
70
|
+
"@atlaskit/link": "^3.3.0",
|
|
71
|
+
"@atlaskit/popup": "^4.13.0",
|
|
72
|
+
"@atlaskit/radio": "^8.4.0",
|
|
73
|
+
"@atlaskit/section-message": "^8.12.0",
|
|
74
74
|
"@atlaskit/select": "^21.6.0",
|
|
75
|
+
"@atlaskit/spotlight": "^0.10.0",
|
|
75
76
|
"@atlaskit/textfield": "^8.2.0",
|
|
76
|
-
"@atlaskit/tooltip": "^20.
|
|
77
|
+
"@atlaskit/tooltip": "^20.12.0",
|
|
77
78
|
"@atlassian/ssr-tests": "workspace:^",
|
|
78
79
|
"@testing-library/dom": "^10.1.0",
|
|
79
80
|
"@testing-library/react": "^13.4.0",
|