@atlaskit/modal-dialog 16.1.0 → 16.1.1

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
+ ## 16.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`820f00bd7db09`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/820f00bd7db09) -
8
+ Enable platform-dst-motion-uplift-button by default in constellation examples so button motion is
9
+ previewed in component demos. Docs/examples-only; no change to shipped component behaviour.
10
+
3
11
  ## 16.1.0
4
12
 
5
13
  ### Minor Changes
@@ -114,7 +114,7 @@ var InternalModalWrapper = /*#__PURE__*/(0, _react.forwardRef)(function (props,
114
114
  action: 'closed',
115
115
  componentName: 'modalDialog',
116
116
  packageName: "@atlaskit/modal-dialog",
117
- packageVersion: "16.0.1"
117
+ packageVersion: "16.1.0"
118
118
  });
119
119
  var onBlanketClicked = (0, _react.useCallback)(function (e) {
120
120
  if (shouldCloseOnOverlayClick) {
@@ -100,7 +100,7 @@ const InternalModalWrapper = /*#__PURE__*/forwardRef((props, ref) => {
100
100
  action: 'closed',
101
101
  componentName: 'modalDialog',
102
102
  packageName: "@atlaskit/modal-dialog",
103
- packageVersion: "16.0.1"
103
+ packageVersion: "16.1.0"
104
104
  });
105
105
  const onBlanketClicked = useCallback(e => {
106
106
  if (shouldCloseOnOverlayClick) {
@@ -105,7 +105,7 @@ var InternalModalWrapper = /*#__PURE__*/forwardRef(function (props, ref) {
105
105
  action: 'closed',
106
106
  componentName: 'modalDialog',
107
107
  packageName: "@atlaskit/modal-dialog",
108
- packageVersion: "16.0.1"
108
+ packageVersion: "16.1.0"
109
109
  });
110
110
  var onBlanketClicked = useCallback(function (e) {
111
111
  if (shouldCloseOnOverlayClick) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/modal-dialog",
3
- "version": "16.1.0",
3
+ "version": "16.1.1",
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/"
@@ -36,7 +36,7 @@
36
36
  "dependencies": {
37
37
  "@atlaskit/analytics-next": "^12.1.0",
38
38
  "@atlaskit/blanket": "^16.1.0",
39
- "@atlaskit/button": "^24.2.0",
39
+ "@atlaskit/button": "^24.3.0",
40
40
  "@atlaskit/css": "^1.0.0",
41
41
  "@atlaskit/ds-lib": "^8.0.0",
42
42
  "@atlaskit/icon": "^36.1.0",
@@ -45,10 +45,10 @@
45
45
  "@atlaskit/platform-feature-flags": "^2.0.0",
46
46
  "@atlaskit/portal": "^6.1.0",
47
47
  "@atlaskit/pragmatic-drag-and-drop": "^2.0.0",
48
- "@atlaskit/primitives": "^20.1.0",
48
+ "@atlaskit/primitives": "^20.2.0",
49
49
  "@atlaskit/react-compiler-gating": "^0.2.0",
50
50
  "@atlaskit/theme": "^26.1.0",
51
- "@atlaskit/tokens": "^15.1.0",
51
+ "@atlaskit/tokens": "^15.2.0",
52
52
  "@atlaskit/top-layer": "^1.2.0",
53
53
  "@babel/runtime": "^7.0.0",
54
54
  "@compiled/react": "^0.20.0",