@atlaskit/modal-dialog 12.14.0 → 12.14.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,19 @@
1
1
  # @atlaskit/modal-dialog
2
2
 
3
+ ## 12.14.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#114764](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/114764)
8
+ [`ae20dac6e31c4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ae20dac6e31c4) -
9
+ Bump packages to use react-beautiful-dnd@12.2.0
10
+
11
+ ## 12.14.1
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 12.14.0
4
18
 
5
19
  ### Minor Changes
@@ -100,7 +100,7 @@ var ModalWrapper = function ModalWrapper(props) {
100
100
  action: 'closed',
101
101
  componentName: 'modalDialog',
102
102
  packageName: "@atlaskit/modal-dialog",
103
- packageVersion: "12.14.0"
103
+ packageVersion: "12.14.2"
104
104
  });
105
105
  var onBlanketClicked = (0, _react.useCallback)(function (e) {
106
106
  if (shouldCloseOnOverlayClick) {
@@ -85,7 +85,7 @@ const ModalWrapper = props => {
85
85
  action: 'closed',
86
86
  componentName: 'modalDialog',
87
87
  packageName: "@atlaskit/modal-dialog",
88
- packageVersion: "12.14.0"
88
+ packageVersion: "12.14.2"
89
89
  });
90
90
  const onBlanketClicked = useCallback(e => {
91
91
  if (shouldCloseOnOverlayClick) {
@@ -90,7 +90,7 @@ var ModalWrapper = function ModalWrapper(props) {
90
90
  action: 'closed',
91
91
  componentName: 'modalDialog',
92
92
  packageName: "@atlaskit/modal-dialog",
93
- packageVersion: "12.14.0"
93
+ packageVersion: "12.14.2"
94
94
  });
95
95
  var onBlanketClicked = useCallback(function (e) {
96
96
  if (shouldCloseOnOverlayClick) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/modal-dialog",
3
- "version": "12.14.0",
3
+ "version": "12.14.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/"
@@ -40,9 +40,9 @@
40
40
  "@atlaskit/motion": "^1.7.0",
41
41
  "@atlaskit/platform-feature-flags": "^0.2.0",
42
42
  "@atlaskit/portal": "^4.6.0",
43
- "@atlaskit/primitives": "^7.4.0",
44
- "@atlaskit/theme": "^12.10.0",
45
- "@atlaskit/tokens": "^1.51.0",
43
+ "@atlaskit/primitives": "^8.2.0",
44
+ "@atlaskit/theme": "^12.11.0",
45
+ "@atlaskit/tokens": "^1.53.0",
46
46
  "@babel/runtime": "^7.0.0",
47
47
  "@emotion/react": "^11.7.1",
48
48
  "bind-event-listener": "^3.0.0",
@@ -59,8 +59,8 @@
59
59
  "@af/integration-testing": "*",
60
60
  "@af/visual-regression": "*",
61
61
  "@atlaskit/button": "*",
62
- "@atlaskit/checkbox": "^13.4.0",
63
- "@atlaskit/dropdown-menu": "^12.12.0",
62
+ "@atlaskit/checkbox": "^13.5.0",
63
+ "@atlaskit/dropdown-menu": "^12.13.0",
64
64
  "@atlaskit/popup": "^1.19.0",
65
65
  "@atlaskit/radio": "^6.4.0",
66
66
  "@atlaskit/select": "^17.11.0",
@@ -76,7 +76,7 @@
76
76
  "@types/raf-schd": "^4.0.1",
77
77
  "@types/react-beautiful-dnd": "^12.2.1",
78
78
  "jscodeshift": "^0.13.0",
79
- "react-beautiful-dnd": "^12.1.1",
79
+ "react-beautiful-dnd": "^12.2.0",
80
80
  "react-dom": "^16.8.0",
81
81
  "react-lorem-component": "^0.13.0",
82
82
  "storybook-addon-performance": "^0.16.0",