@atlaskit/modal-dialog 14.7.1 → 14.7.2

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,11 @@
1
1
  # @atlaskit/modal-dialog
2
2
 
3
+ ## 14.7.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 14.7.1
4
10
 
5
11
  ### Patch Changes
@@ -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: "0.0.0-development"
91
+ packageVersion: "14.7.1"
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: "0.0.0-development"
78
+ packageVersion: "14.7.1"
79
79
  });
80
80
  const onBlanketClicked = useCallback(e => {
81
81
  if (shouldCloseOnOverlayClick) {
@@ -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: "0.0.0-development"
82
+ packageVersion: "14.7.1"
83
83
  });
84
84
  var onBlanketClicked = useCallback(function (e) {
85
85
  if (shouldCloseOnOverlayClick) {
@@ -30,5 +30,5 @@ type CloseButtonProps = {
30
30
  * using a `Flex` primitive as the custom header's container with a flex
31
31
  * direction of `row-reverse`.
32
32
  */
33
- export declare const CloseButton: ({ label, onBlur, onClick, testId }: CloseButtonProps) => React.JSX.Element;
33
+ export declare const CloseButton: ({ label, onBlur, onClick, testId, }: CloseButtonProps) => React.JSX.Element;
34
34
  export {};
@@ -30,5 +30,5 @@ type CloseButtonProps = {
30
30
  * using a `Flex` primitive as the custom header's container with a flex
31
31
  * direction of `row-reverse`.
32
32
  */
33
- export declare const CloseButton: ({ label, onBlur, onClick, testId }: CloseButtonProps) => React.JSX.Element;
33
+ export declare const CloseButton: ({ label, onBlur, onClick, testId, }: CloseButtonProps) => React.JSX.Element;
34
34
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/modal-dialog",
3
- "version": "14.7.1",
3
+ "version": "14.7.2",
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/"
@@ -30,8 +30,8 @@
30
30
  "@atlaskit/analytics-next": "^11.1.0",
31
31
  "@atlaskit/blanket": "^15.0.0",
32
32
  "@atlaskit/button": "^23.6.0",
33
- "@atlaskit/css": "^0.16.0",
34
- "@atlaskit/ds-lib": "^5.2.0",
33
+ "@atlaskit/css": "^0.17.0",
34
+ "@atlaskit/ds-lib": "^5.3.0",
35
35
  "@atlaskit/focus-ring": "^3.0.0",
36
36
  "@atlaskit/icon": "^29.0.0",
37
37
  "@atlaskit/layering": "^3.4.0",
@@ -39,9 +39,9 @@
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": "^16.2.0",
42
+ "@atlaskit/primitives": "^16.3.0",
43
43
  "@atlaskit/theme": "^21.0.0",
44
- "@atlaskit/tokens": "^8.1.0",
44
+ "@atlaskit/tokens": "^8.3.0",
45
45
  "@babel/runtime": "^7.0.0",
46
46
  "@compiled/react": "^0.18.6",
47
47
  "bind-event-listener": "^3.0.0",
@@ -66,7 +66,7 @@
66
66
  "@atlaskit/docs": "^11.2.0",
67
67
  "@atlaskit/dropdown-menu": "^16.3.0",
68
68
  "@atlaskit/flag": "^17.5.0",
69
- "@atlaskit/form": "^14.2.0",
69
+ "@atlaskit/form": "^14.3.0",
70
70
  "@atlaskit/heading": "^5.2.0",
71
71
  "@atlaskit/link": "^3.2.0",
72
72
  "@atlaskit/popup": "^4.6.0",