@atlaskit/link-create 2.13.9 → 2.13.11

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/link-create
2
2
 
3
+ ## 2.13.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 2.13.10
10
+
11
+ ### Patch Changes
12
+
13
+ - [#161638](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/161638)
14
+ [`d2e5e5ce0053d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d2e5e5ce0053d) -
15
+ Use new API of layering without UNSAFE prefix
16
+
3
17
  ## 2.13.9
4
18
 
5
19
  ### Patch Changes
@@ -13,7 +13,7 @@ var CREATE_FORM_MIN_HEIGHT_IN_PX = exports.CREATE_FORM_MIN_HEIGHT_IN_PX = '200';
13
13
  var LINK_CREATE_FORM_POST_CREATE_FIELD = exports.LINK_CREATE_FORM_POST_CREATE_FIELD = '__post_create__';
14
14
  var PACKAGE_DATA = exports.PACKAGE_DATA = {
15
15
  packageName: "@atlaskit/link-create" || '',
16
- packageVersion: "2.13.9" || '',
16
+ packageVersion: "2.13.11" || '',
17
17
  component: COMPONENT_NAME,
18
18
  componentName: COMPONENT_NAME
19
19
  };
@@ -84,7 +84,7 @@ var LinkCreateWithModal = function LinkCreateWithModal(_ref) {
84
84
  onClose: onComplete,
85
85
  editViewPayload: editViewPayload,
86
86
  activePlugin: activePlugin
87
- }), (0, _react2.jsx)(_layering.UNSAFE_LAYERING, {
87
+ }), (0, _react2.jsx)(_layering.Layering, {
88
88
  isDisabled: false
89
89
  }, (0, _react2.jsx)(_confirmDismissDialog.ConfirmDismissDialog, {
90
90
  active: showExitWarning,
@@ -7,7 +7,7 @@ export const CREATE_FORM_MIN_HEIGHT_IN_PX = '200';
7
7
  export const LINK_CREATE_FORM_POST_CREATE_FIELD = '__post_create__';
8
8
  export const PACKAGE_DATA = {
9
9
  packageName: "@atlaskit/link-create" || '',
10
- packageVersion: "2.13.9" || '',
10
+ packageVersion: "2.13.11" || '',
11
11
  component: COMPONENT_NAME,
12
12
  componentName: COMPONENT_NAME
13
13
  };
@@ -8,7 +8,7 @@ import { useLayoutEffect, useRef } from 'react';
8
8
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
9
9
  import { jsx } from '@emotion/react';
10
10
  import { useIntl } from 'react-intl-next';
11
- import { UNSAFE_LAYERING } from '@atlaskit/layering';
11
+ import { Layering } from '@atlaskit/layering';
12
12
  import { ModalBody, ModalHeader, ModalTitle, ModalTransition } from '@atlaskit/modal-dialog';
13
13
  import { Box } from '@atlaskit/primitives';
14
14
  import { CREATE_FORM_MAX_WIDTH_IN_PX, DEFAULT_TEST_ID, SCREEN_ID } from '../../common/constants';
@@ -75,7 +75,7 @@ const LinkCreateWithModal = ({
75
75
  onClose: onComplete,
76
76
  editViewPayload: editViewPayload,
77
77
  activePlugin: activePlugin
78
- }), jsx(UNSAFE_LAYERING, {
78
+ }), jsx(Layering, {
79
79
  isDisabled: false
80
80
  }, jsx(ConfirmDismissDialog, {
81
81
  active: showExitWarning,
@@ -7,7 +7,7 @@ export var CREATE_FORM_MIN_HEIGHT_IN_PX = '200';
7
7
  export var LINK_CREATE_FORM_POST_CREATE_FIELD = '__post_create__';
8
8
  export var PACKAGE_DATA = {
9
9
  packageName: "@atlaskit/link-create" || '',
10
- packageVersion: "2.13.9" || '',
10
+ packageVersion: "2.13.11" || '',
11
11
  component: COMPONENT_NAME,
12
12
  componentName: COMPONENT_NAME
13
13
  };
@@ -10,7 +10,7 @@ import { useLayoutEffect, useRef } from 'react';
10
10
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
11
11
  import { jsx } from '@emotion/react';
12
12
  import { useIntl } from 'react-intl-next';
13
- import { UNSAFE_LAYERING } from '@atlaskit/layering';
13
+ import { Layering } from '@atlaskit/layering';
14
14
  import { ModalBody, ModalHeader, ModalTitle, ModalTransition } from '@atlaskit/modal-dialog';
15
15
  import { Box } from '@atlaskit/primitives';
16
16
  import { CREATE_FORM_MAX_WIDTH_IN_PX, DEFAULT_TEST_ID, SCREEN_ID } from '../../common/constants';
@@ -76,7 +76,7 @@ var LinkCreateWithModal = function LinkCreateWithModal(_ref) {
76
76
  onClose: onComplete,
77
77
  editViewPayload: editViewPayload,
78
78
  activePlugin: activePlugin
79
- }), jsx(UNSAFE_LAYERING, {
79
+ }), jsx(Layering, {
80
80
  isDisabled: false
81
81
  }, jsx(ConfirmDismissDialog, {
82
82
  active: showExitWarning,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-create",
3
- "version": "2.13.9",
3
+ "version": "2.13.11",
4
4
  "description": "The driver component of meta creation flow",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -42,16 +42,16 @@
42
42
  "@atlaskit/icon": "^22.24.0",
43
43
  "@atlaskit/icon-file-type": "^6.7.0",
44
44
  "@atlaskit/intl-messages-provider": "^1.0.2",
45
- "@atlaskit/layering": "^0.7.0",
45
+ "@atlaskit/layering": "^0.8.0",
46
46
  "@atlaskit/linking-common": "^6.0.0",
47
47
  "@atlaskit/modal-dialog": "^12.17.0",
48
- "@atlaskit/primitives": "^13.0.0",
49
- "@atlaskit/select": "^18.4.0",
48
+ "@atlaskit/primitives": "^13.2.0",
49
+ "@atlaskit/select": "^18.5.0",
50
50
  "@atlaskit/smart-user-picker": "^6.11.0",
51
51
  "@atlaskit/spinner": "^16.3.0",
52
52
  "@atlaskit/textfield": "^6.5.0",
53
53
  "@atlaskit/theme": "^14.0.0",
54
- "@atlaskit/tokens": "^2.0.0",
54
+ "@atlaskit/tokens": "^2.2.0",
55
55
  "@babel/runtime": "^7.0.0",
56
56
  "@emotion/react": "^11.7.1",
57
57
  "@emotion/styled": "^11.0.0",
@@ -67,7 +67,7 @@
67
67
  "@af/accessibility-testing": "*",
68
68
  "@af/integration-testing": "*",
69
69
  "@af/visual-regression": "*",
70
- "@atlaskit/drawer": "^9.1.0",
70
+ "@atlaskit/drawer": "^9.2.0",
71
71
  "@atlaskit/link-test-helpers": "^7.5.0",
72
72
  "@atlaskit/popup": "^1.29.0",
73
73
  "@atlaskit/visual-regression": "*",