@atlaskit/modal-dialog 14.3.4 → 14.3.6
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 +12 -0
- package/dist/cjs/internal/components/modal-wrapper.js +1 -1
- package/dist/es2019/internal/components/modal-wrapper.js +1 -1
- package/dist/esm/internal/components/modal-wrapper.js +1 -1
- package/dist/types/internal/components/modal-dialog.d.ts +0 -1
- package/dist/types/internal/components/modal-wrapper.d.ts +0 -1
- package/dist/types/internal/context.d.ts +0 -1
- package/dist/types/internal/utils.d.ts +2 -2
- package/dist/types/modal-transition.d.ts +1 -1
- package/dist/types-ts4.5/internal/components/modal-dialog.d.ts +0 -1
- package/dist/types-ts4.5/internal/components/modal-wrapper.d.ts +0 -1
- package/dist/types-ts4.5/internal/context.d.ts +0 -1
- package/dist/types-ts4.5/internal/utils.d.ts +2 -2
- package/dist/types-ts4.5/modal-transition.d.ts +1 -1
- package/full-screen/package.json +1 -1
- package/hooks/package.json +1 -1
- package/modal-body/package.json +1 -1
- package/modal-dialog/package.json +1 -1
- package/modal-footer/package.json +1 -1
- package/modal-header/package.json +1 -1
- package/modal-title/package.json +1 -1
- package/modal-transition/package.json +1 -1
- package/package.json +14 -15
- package/types/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -87,7 +87,7 @@ var InternalModalWrapper = function InternalModalWrapper(props) {
|
|
|
87
87
|
action: 'closed',
|
|
88
88
|
componentName: 'modalDialog',
|
|
89
89
|
packageName: "@atlaskit/modal-dialog",
|
|
90
|
-
packageVersion: "14.3.
|
|
90
|
+
packageVersion: "14.3.5"
|
|
91
91
|
});
|
|
92
92
|
var onBlanketClicked = (0, _react.useCallback)(function (e) {
|
|
93
93
|
if (shouldCloseOnOverlayClick) {
|
|
@@ -74,7 +74,7 @@ const InternalModalWrapper = props => {
|
|
|
74
74
|
action: 'closed',
|
|
75
75
|
componentName: 'modalDialog',
|
|
76
76
|
packageName: "@atlaskit/modal-dialog",
|
|
77
|
-
packageVersion: "14.3.
|
|
77
|
+
packageVersion: "14.3.5"
|
|
78
78
|
});
|
|
79
79
|
const onBlanketClicked = useCallback(e => {
|
|
80
80
|
if (shouldCloseOnOverlayClick) {
|
|
@@ -78,7 +78,7 @@ var InternalModalWrapper = function InternalModalWrapper(props) {
|
|
|
78
78
|
action: 'closed',
|
|
79
79
|
componentName: 'modalDialog',
|
|
80
80
|
packageName: "@atlaskit/modal-dialog",
|
|
81
|
-
packageVersion: "14.3.
|
|
81
|
+
packageVersion: "14.3.5"
|
|
82
82
|
});
|
|
83
83
|
var onBlanketClicked = useCallback(function (e) {
|
|
84
84
|
if (shouldCloseOnOverlayClick) {
|
|
@@ -7,6 +7,6 @@ interface Width {
|
|
|
7
7
|
defaultValue: string;
|
|
8
8
|
}
|
|
9
9
|
export declare const width: Width;
|
|
10
|
-
export declare const dialogWidth: (input?: ModalDialogProps[
|
|
11
|
-
export declare const dialogHeight: (input?: ModalDialogProps[
|
|
10
|
+
export declare const dialogWidth: (input?: ModalDialogProps["width"]) => string;
|
|
11
|
+
export declare const dialogHeight: (input?: ModalDialogProps["height"]) => string;
|
|
12
12
|
export {};
|
|
@@ -9,5 +9,5 @@ import { type ExitingPersistenceProps } from '@atlaskit/motion/exiting-persisten
|
|
|
9
9
|
* - [Code](https://atlassian.design/components/modal-dialog/code)
|
|
10
10
|
* - [Usage](https://atlassian.design/components/modal-dialog/usage)
|
|
11
11
|
*/
|
|
12
|
-
declare const ModalTransition: (props: Pick<ExitingPersistenceProps,
|
|
12
|
+
declare const ModalTransition: (props: Pick<ExitingPersistenceProps, "children">) => React.JSX.Element;
|
|
13
13
|
export default ModalTransition;
|
|
@@ -7,6 +7,6 @@ interface Width {
|
|
|
7
7
|
defaultValue: string;
|
|
8
8
|
}
|
|
9
9
|
export declare const width: Width;
|
|
10
|
-
export declare const dialogWidth: (input?: ModalDialogProps[
|
|
11
|
-
export declare const dialogHeight: (input?: ModalDialogProps[
|
|
10
|
+
export declare const dialogWidth: (input?: ModalDialogProps["width"]) => string;
|
|
11
|
+
export declare const dialogHeight: (input?: ModalDialogProps["height"]) => string;
|
|
12
12
|
export {};
|
|
@@ -9,5 +9,5 @@ import { type ExitingPersistenceProps } from '@atlaskit/motion/exiting-persisten
|
|
|
9
9
|
* - [Code](https://atlassian.design/components/modal-dialog/code)
|
|
10
10
|
* - [Usage](https://atlassian.design/components/modal-dialog/usage)
|
|
11
11
|
*/
|
|
12
|
-
declare const ModalTransition: (props: Pick<ExitingPersistenceProps,
|
|
12
|
+
declare const ModalTransition: (props: Pick<ExitingPersistenceProps, "children">) => React.JSX.Element;
|
|
13
13
|
export default ModalTransition;
|
package/full-screen/package.json
CHANGED
package/hooks/package.json
CHANGED
package/modal-body/package.json
CHANGED
package/modal-title/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/modal-dialog",
|
|
3
|
-
"version": "14.3.
|
|
3
|
+
"version": "14.3.6",
|
|
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/"
|
|
@@ -29,19 +29,19 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
31
31
|
"@atlaskit/blanket": "^15.0.0",
|
|
32
|
-
"@atlaskit/button": "^23.
|
|
32
|
+
"@atlaskit/button": "^23.4.0",
|
|
33
33
|
"@atlaskit/css": "^0.12.0",
|
|
34
34
|
"@atlaskit/ds-lib": "^5.0.0",
|
|
35
35
|
"@atlaskit/focus-ring": "^3.0.0",
|
|
36
|
-
"@atlaskit/icon": "^
|
|
36
|
+
"@atlaskit/icon": "^28.1.0",
|
|
37
37
|
"@atlaskit/layering": "^3.0.0",
|
|
38
|
-
"@atlaskit/motion": "^5.
|
|
38
|
+
"@atlaskit/motion": "^5.3.0",
|
|
39
39
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
40
40
|
"@atlaskit/portal": "^5.1.0",
|
|
41
41
|
"@atlaskit/pragmatic-drag-and-drop": "^1.7.0",
|
|
42
|
-
"@atlaskit/primitives": "^14.
|
|
43
|
-
"@atlaskit/theme": "^
|
|
44
|
-
"@atlaskit/tokens": "^6.
|
|
42
|
+
"@atlaskit/primitives": "^14.12.0",
|
|
43
|
+
"@atlaskit/theme": "^20.0.0",
|
|
44
|
+
"@atlaskit/tokens": "^6.1.0",
|
|
45
45
|
"@babel/runtime": "^7.0.0",
|
|
46
46
|
"@compiled/react": "^0.18.3",
|
|
47
47
|
"bind-event-listener": "^3.0.0",
|
|
@@ -57,28 +57,27 @@
|
|
|
57
57
|
"@af/integration-testing": "workspace:^",
|
|
58
58
|
"@af/visual-regression": "workspace:^",
|
|
59
59
|
"@atlaskit/avatar": "^25.1.0",
|
|
60
|
-
"@atlaskit/avatar-group": "^12.
|
|
60
|
+
"@atlaskit/avatar-group": "^12.2.0",
|
|
61
61
|
"@atlaskit/banner": "^14.0.0",
|
|
62
|
-
"@atlaskit/breadcrumbs": "^15.
|
|
62
|
+
"@atlaskit/breadcrumbs": "^15.3.0",
|
|
63
63
|
"@atlaskit/checkbox": "^17.1.0",
|
|
64
64
|
"@atlaskit/code": "^17.2.0",
|
|
65
65
|
"@atlaskit/datetime-picker": "^17.0.0",
|
|
66
66
|
"@atlaskit/docs": "^11.0.0",
|
|
67
67
|
"@atlaskit/dropdown-menu": "^16.3.0",
|
|
68
68
|
"@atlaskit/flag": "^17.3.0",
|
|
69
|
-
"@atlaskit/form": "^12.
|
|
69
|
+
"@atlaskit/form": "^12.2.0",
|
|
70
70
|
"@atlaskit/heading": "^5.2.0",
|
|
71
71
|
"@atlaskit/link": "^3.2.0",
|
|
72
72
|
"@atlaskit/popup": "^4.3.0",
|
|
73
|
-
"@atlaskit/radio": "^8.
|
|
74
|
-
"@atlaskit/section-message": "^8.
|
|
73
|
+
"@atlaskit/radio": "^8.2.0",
|
|
74
|
+
"@atlaskit/section-message": "^8.6.0",
|
|
75
75
|
"@atlaskit/select": "^21.2.0",
|
|
76
76
|
"@atlaskit/ssr": "workspace:^",
|
|
77
77
|
"@atlaskit/textfield": "^8.0.0",
|
|
78
78
|
"@atlaskit/tooltip": "^20.4.0",
|
|
79
|
-
"@atlaskit/visual-regression": "workspace:^",
|
|
80
79
|
"@atlassian/feature-flags-test-utils": "^0.3.0",
|
|
81
|
-
"@atlassian/ssr-tests": "^0.
|
|
80
|
+
"@atlassian/ssr-tests": "^0.3.0",
|
|
82
81
|
"@testing-library/dom": "^10.1.0",
|
|
83
82
|
"@testing-library/react": "^13.4.0",
|
|
84
83
|
"@testing-library/user-event": "^14.4.3",
|
|
@@ -87,7 +86,7 @@
|
|
|
87
86
|
"react-lorem-component": "^0.13.0",
|
|
88
87
|
"react-sweet-state": "^2.6.5",
|
|
89
88
|
"tiny-invariant": "^1.2.0",
|
|
90
|
-
"typescript": "
|
|
89
|
+
"typescript": "5.9.2"
|
|
91
90
|
},
|
|
92
91
|
"keywords": [
|
|
93
92
|
"atlaskit",
|