@atlaskit/modal-dialog 12.15.6 → 12.15.7

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,13 @@
1
1
  # @atlaskit/modal-dialog
2
2
 
3
+ ## 12.15.7
4
+
5
+ ### Patch Changes
6
+
7
+ - [#140090](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/140090)
8
+ [`2f4fd6db3e451`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2f4fd6db3e451) -
9
+ Removes unused devDep react-beautiful-dnd
10
+
3
11
  ## 12.15.6
4
12
 
5
13
  ### Patch Changes
@@ -20,7 +20,7 @@ var _focusRing = _interopRequireDefault(require("@atlaskit/focus-ring"));
20
20
  var _primitives = require("@atlaskit/primitives");
21
21
  var _constants = require("../constants");
22
22
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
23
- function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
23
+ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
24
24
  /**
25
25
  * @jsxRuntime classic
26
26
  * @jsx jsx
@@ -24,7 +24,7 @@ var _modalDialog = _interopRequireDefault(require("./internal/components/modal-d
24
24
  var _useModalStack = _interopRequireDefault(require("./internal/hooks/use-modal-stack"));
25
25
  var _usePreventProgrammaticScroll = _interopRequireDefault(require("./internal/hooks/use-prevent-programmatic-scroll"));
26
26
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
27
- function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
27
+ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
28
28
  /**
29
29
  * @jsxRuntime classic
30
30
  * @jsx jsx
@@ -102,7 +102,7 @@ var ModalWrapper = function ModalWrapper(props) {
102
102
  action: 'closed',
103
103
  componentName: 'modalDialog',
104
104
  packageName: "@atlaskit/modal-dialog",
105
- packageVersion: "12.15.6"
105
+ packageVersion: "12.15.7"
106
106
  });
107
107
  var onBlanketClicked = (0, _react.useCallback)(function (e) {
108
108
  if (shouldCloseOnOverlayClick) {
@@ -87,7 +87,7 @@ const ModalWrapper = props => {
87
87
  action: 'closed',
88
88
  componentName: 'modalDialog',
89
89
  packageName: "@atlaskit/modal-dialog",
90
- packageVersion: "12.15.6"
90
+ packageVersion: "12.15.7"
91
91
  });
92
92
  const onBlanketClicked = useCallback(e => {
93
93
  if (shouldCloseOnOverlayClick) {
@@ -92,7 +92,7 @@ var ModalWrapper = function ModalWrapper(props) {
92
92
  action: 'closed',
93
93
  componentName: 'modalDialog',
94
94
  packageName: "@atlaskit/modal-dialog",
95
- packageVersion: "12.15.6"
95
+ packageVersion: "12.15.7"
96
96
  });
97
97
  var onBlanketClicked = useCallback(function (e) {
98
98
  if (shouldCloseOnOverlayClick) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/modal-dialog",
3
- "version": "12.15.6",
3
+ "version": "12.15.7",
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/"
@@ -31,7 +31,7 @@
31
31
  "@atlaskit/codemod-utils": "^4.2.0",
32
32
  "@atlaskit/ds-lib": "^2.5.0",
33
33
  "@atlaskit/focus-ring": "^1.6.0",
34
- "@atlaskit/icon": "^22.16.0",
34
+ "@atlaskit/icon": "^22.17.0",
35
35
  "@atlaskit/layering": "^0.4.0",
36
36
  "@atlaskit/motion": "^1.9.0",
37
37
  "@atlaskit/platform-feature-flags": "^0.3.0",
@@ -59,7 +59,7 @@
59
59
  "@atlaskit/dropdown-menu": "^12.18.0",
60
60
  "@atlaskit/popup": "^1.25.0",
61
61
  "@atlaskit/radio": "^6.5.0",
62
- "@atlaskit/select": "^17.15.0",
62
+ "@atlaskit/select": "^17.17.0",
63
63
  "@atlaskit/ssr": "*",
64
64
  "@atlaskit/textfield": "^6.5.0",
65
65
  "@atlaskit/tooltip": "^18.7.0",
@@ -70,9 +70,7 @@
70
70
  "@testing-library/react-hooks": "^8.0.1",
71
71
  "@testing-library/user-event": "^14.4.3",
72
72
  "@types/raf-schd": "^4.0.1",
73
- "@types/react-beautiful-dnd": "^12.2.1",
74
73
  "jscodeshift": "^0.13.0",
75
- "react-beautiful-dnd": "^12.2.0",
76
74
  "react-dom": "^16.8.0",
77
75
  "react-lorem-component": "^0.13.0",
78
76
  "storybook-addon-performance": "^0.16.0",