@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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/modal-dialog
2
2
 
3
+ ## 14.3.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 14.3.5
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 14.3.4
4
16
 
5
17
  ### Patch Changes
@@ -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.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.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.3"
81
+ packageVersion: "14.3.5"
82
82
  });
83
83
  var onBlanketClicked = useCallback(function (e) {
84
84
  if (shouldCloseOnOverlayClick) {
@@ -2,7 +2,6 @@
2
2
  * @jsxRuntime classic
3
3
  * @jsx jsx
4
4
  */
5
- /// <reference types="react" />
6
5
  import type { InternalModalDialogProps } from '../types';
7
6
  declare const ModalDialog: (props: InternalModalDialogProps) => JSX.Element;
8
7
  export default ModalDialog;
@@ -2,7 +2,6 @@
2
2
  * @jsxRuntime classic
3
3
  * @jsx jsx
4
4
  */
5
- /// <reference types="react" />
6
5
  import type { ModalDialogProps } from '../../types';
7
6
  import type { InternalModalWrapperProps } from '../types';
8
7
  export type { ModalDialogProps };
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { type ModalDialogProps, type OnCloseHandler } from '../types';
3
2
  export type ModalAttributes = {
4
3
  /**
@@ -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['width']) => string;
11
- export declare const dialogHeight: (input?: ModalDialogProps['height']) => string;
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, 'children'>) => React.JSX.Element;
12
+ declare const ModalTransition: (props: Pick<ExitingPersistenceProps, "children">) => React.JSX.Element;
13
13
  export default ModalTransition;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  /**
3
2
  * @jsxRuntime classic
4
3
  * @jsx jsx
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  /**
3
2
  * @jsxRuntime classic
4
3
  * @jsx jsx
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { type ModalDialogProps, type OnCloseHandler } from '../types';
3
2
  export type ModalAttributes = {
4
3
  /**
@@ -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['width']) => string;
11
- export declare const dialogHeight: (input?: ModalDialogProps['height']) => string;
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, 'children'>) => React.JSX.Element;
12
+ declare const ModalTransition: (props: Pick<ExitingPersistenceProps, "children">) => React.JSX.Element;
13
13
  export default ModalTransition;
@@ -8,7 +8,7 @@
8
8
  ],
9
9
  "types": "../dist/types/full-screen.d.ts",
10
10
  "typesVersions": {
11
- ">=4.5 <5.4": {
11
+ ">=4.5 <5.9": {
12
12
  "*": [
13
13
  "../dist/types-ts4.5/full-screen.d.ts"
14
14
  ]
@@ -8,7 +8,7 @@
8
8
  ],
9
9
  "types": "../dist/types/hooks.d.ts",
10
10
  "typesVersions": {
11
- ">=4.5 <5.4": {
11
+ ">=4.5 <5.9": {
12
12
  "*": [
13
13
  "../dist/types-ts4.5/hooks.d.ts"
14
14
  ]
@@ -8,7 +8,7 @@
8
8
  ],
9
9
  "types": "../dist/types/modal-body.d.ts",
10
10
  "typesVersions": {
11
- ">=4.5 <5.4": {
11
+ ">=4.5 <5.9": {
12
12
  "*": [
13
13
  "../dist/types-ts4.5/modal-body.d.ts"
14
14
  ]
@@ -8,7 +8,7 @@
8
8
  ],
9
9
  "types": "../dist/types/modal-dialog.d.ts",
10
10
  "typesVersions": {
11
- ">=4.5 <5.4": {
11
+ ">=4.5 <5.9": {
12
12
  "*": [
13
13
  "../dist/types-ts4.5/modal-dialog.d.ts"
14
14
  ]
@@ -8,7 +8,7 @@
8
8
  ],
9
9
  "types": "../dist/types/modal-footer.d.ts",
10
10
  "typesVersions": {
11
- ">=4.5 <5.4": {
11
+ ">=4.5 <5.9": {
12
12
  "*": [
13
13
  "../dist/types-ts4.5/modal-footer.d.ts"
14
14
  ]
@@ -8,7 +8,7 @@
8
8
  ],
9
9
  "types": "../dist/types/modal-header.d.ts",
10
10
  "typesVersions": {
11
- ">=4.5 <5.4": {
11
+ ">=4.5 <5.9": {
12
12
  "*": [
13
13
  "../dist/types-ts4.5/modal-header.d.ts"
14
14
  ]
@@ -8,7 +8,7 @@
8
8
  ],
9
9
  "types": "../dist/types/modal-title.d.ts",
10
10
  "typesVersions": {
11
- ">=4.5 <5.4": {
11
+ ">=4.5 <5.9": {
12
12
  "*": [
13
13
  "../dist/types-ts4.5/modal-title.d.ts"
14
14
  ]
@@ -8,7 +8,7 @@
8
8
  ],
9
9
  "types": "../dist/types/modal-transition.d.ts",
10
10
  "typesVersions": {
11
- ">=4.5 <5.4": {
11
+ ">=4.5 <5.9": {
12
12
  "*": [
13
13
  "../dist/types-ts4.5/modal-transition.d.ts"
14
14
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/modal-dialog",
3
- "version": "14.3.4",
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.3.0",
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": "^27.9.0",
36
+ "@atlaskit/icon": "^28.1.0",
37
37
  "@atlaskit/layering": "^3.0.0",
38
- "@atlaskit/motion": "^5.1.0",
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.11.0",
43
- "@atlaskit/theme": "^19.0.0",
44
- "@atlaskit/tokens": "^6.0.0",
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.1.0",
60
+ "@atlaskit/avatar-group": "^12.2.0",
61
61
  "@atlaskit/banner": "^14.0.0",
62
- "@atlaskit/breadcrumbs": "^15.2.0",
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.0.0",
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.1.0",
74
- "@atlaskit/section-message": "^8.5.0",
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.2.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": "~5.4.2"
89
+ "typescript": "5.9.2"
91
90
  },
92
91
  "keywords": [
93
92
  "atlaskit",
@@ -8,7 +8,7 @@
8
8
  ],
9
9
  "types": "../dist/types/types.d.ts",
10
10
  "typesVersions": {
11
- ">=4.5 <5.4": {
11
+ ">=4.5 <5.9": {
12
12
  "*": [
13
13
  "../dist/types-ts4.5/types.d.ts"
14
14
  ]