@atlaskit/modal-dialog 12.2.2 → 12.2.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 CHANGED
@@ -1,5 +1,24 @@
1
1
  # @atlaskit/modal-dialog
2
2
 
3
+ ## 12.2.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [`dcd92130cc4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dcd92130cc4) - Migrate deleted background accent tokens to replacements
8
+ - Updated dependencies
9
+
10
+ ## 12.2.4
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+
16
+ ## 12.2.3
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+
3
22
  ## 12.2.2
4
23
 
5
24
  ### Patch Changes
@@ -86,7 +86,7 @@ var ModalWrapper = function ModalWrapper(props) {
86
86
  action: 'closed',
87
87
  componentName: 'modalDialog',
88
88
  packageName: "@atlaskit/modal-dialog",
89
- packageVersion: "12.2.2"
89
+ packageVersion: "12.2.5"
90
90
  });
91
91
  var onBlanketClicked = (0, _react.useCallback)(function (e) {
92
92
  if (shouldCloseOnOverlayClick) {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/modal-dialog",
3
- "version": "12.2.2",
3
+ "version": "12.2.5",
4
4
  "sideEffects": false
5
5
  }
@@ -50,7 +50,7 @@ const ModalWrapper = props => {
50
50
  action: 'closed',
51
51
  componentName: 'modalDialog',
52
52
  packageName: "@atlaskit/modal-dialog",
53
- packageVersion: "12.2.2"
53
+ packageVersion: "12.2.5"
54
54
  });
55
55
  const onBlanketClicked = useCallback(e => {
56
56
  if (shouldCloseOnOverlayClick) {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/modal-dialog",
3
- "version": "12.2.2",
3
+ "version": "12.2.5",
4
4
  "sideEffects": false
5
5
  }
@@ -57,7 +57,7 @@ var ModalWrapper = function ModalWrapper(props) {
57
57
  action: 'closed',
58
58
  componentName: 'modalDialog',
59
59
  packageName: "@atlaskit/modal-dialog",
60
- packageVersion: "12.2.2"
60
+ packageVersion: "12.2.5"
61
61
  });
62
62
  var onBlanketClicked = useCallback(function (e) {
63
63
  if (shouldCloseOnOverlayClick) {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/modal-dialog",
3
- "version": "12.2.2",
3
+ "version": "12.2.5",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/modal-dialog",
3
- "version": "12.2.2",
3
+ "version": "12.2.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/"
@@ -39,13 +39,13 @@
39
39
  "@atlaskit/analytics-next": "^8.2.0",
40
40
  "@atlaskit/blanket": "^12.2.0",
41
41
  "@atlaskit/codemod-utils": "^3.4.0",
42
- "@atlaskit/ds-lib": "^1.3.0",
43
- "@atlaskit/focus-ring": "^0.2.4",
42
+ "@atlaskit/ds-lib": "^1.4.0",
43
+ "@atlaskit/focus-ring": "^1.0.0",
44
44
  "@atlaskit/icon": "^21.10.0",
45
45
  "@atlaskit/motion": "^1.0.0",
46
46
  "@atlaskit/portal": "^4.1.0",
47
47
  "@atlaskit/theme": "^12.1.0",
48
- "@atlaskit/tokens": "^0.6.0",
48
+ "@atlaskit/tokens": "^0.8.0",
49
49
  "@babel/runtime": "^7.0.0",
50
50
  "@emotion/core": "^10.0.9",
51
51
  "raf-schd": "^4.0.3",