@atlaskit/modal-dialog 15.2.5 → 15.2.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,11 @@
1
1
  # @atlaskit/modal-dialog
2
2
 
3
+ ## 15.2.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 15.2.5
4
10
 
5
11
  ### Patch Changes
@@ -115,7 +115,7 @@ var InternalModalWrapper = /*#__PURE__*/(0, _react.forwardRef)(function (props,
115
115
  action: 'closed',
116
116
  componentName: 'modalDialog',
117
117
  packageName: "@atlaskit/modal-dialog",
118
- packageVersion: "15.2.4"
118
+ packageVersion: "15.2.5"
119
119
  });
120
120
  var onBlanketClicked = (0, _react.useCallback)(function (e) {
121
121
  if (shouldCloseOnOverlayClick) {
@@ -101,7 +101,7 @@ const InternalModalWrapper = /*#__PURE__*/forwardRef((props, ref) => {
101
101
  action: 'closed',
102
102
  componentName: 'modalDialog',
103
103
  packageName: "@atlaskit/modal-dialog",
104
- packageVersion: "15.2.4"
104
+ packageVersion: "15.2.5"
105
105
  });
106
106
  const onBlanketClicked = useCallback(e => {
107
107
  if (shouldCloseOnOverlayClick) {
@@ -106,7 +106,7 @@ var InternalModalWrapper = /*#__PURE__*/forwardRef(function (props, ref) {
106
106
  action: 'closed',
107
107
  componentName: 'modalDialog',
108
108
  packageName: "@atlaskit/modal-dialog",
109
- packageVersion: "15.2.4"
109
+ packageVersion: "15.2.5"
110
110
  });
111
111
  var onBlanketClicked = useCallback(function (e) {
112
112
  if (shouldCloseOnOverlayClick) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/modal-dialog",
3
- "version": "15.2.5",
3
+ "version": "15.2.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/"
@@ -34,21 +34,21 @@
34
34
  "watch": "tsc --watch --noEmit --project './tsconfig.json'"
35
35
  },
36
36
  "dependencies": {
37
- "@atlaskit/analytics-next": "^11.2.0",
37
+ "@atlaskit/analytics-next": "^11.3.0",
38
38
  "@atlaskit/blanket": "^15.0.0",
39
39
  "@atlaskit/button": "^23.11.0",
40
40
  "@atlaskit/css": "^0.19.0",
41
41
  "@atlaskit/ds-lib": "^7.0.0",
42
42
  "@atlaskit/icon": "^35.4.0",
43
- "@atlaskit/layering": "^3.7.0",
43
+ "@atlaskit/layering": "^3.8.0",
44
44
  "@atlaskit/motion": "^6.2.0",
45
45
  "@atlaskit/platform-feature-flags": "^1.1.0",
46
46
  "@atlaskit/portal": "^5.5.0",
47
47
  "@atlaskit/pragmatic-drag-and-drop": "^1.8.0",
48
48
  "@atlaskit/primitives": "^19.0.0",
49
49
  "@atlaskit/theme": "^25.0.0",
50
- "@atlaskit/tokens": "^13.1.0",
51
- "@atlaskit/top-layer": "^0.13.0",
50
+ "@atlaskit/tokens": "^13.3.0",
51
+ "@atlaskit/top-layer": "^0.14.0",
52
52
  "@babel/runtime": "^7.0.0",
53
53
  "@compiled/react": "^0.20.0",
54
54
  "bind-event-listener": "^3.0.0",