@atlaskit/link-datasource 3.8.5 → 3.8.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,13 @@
|
|
|
1
1
|
# @atlaskit/link-datasource
|
|
2
2
|
|
|
3
|
+
## 3.8.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#161638](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/161638)
|
|
8
|
+
[`d2e5e5ce0053d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d2e5e5ce0053d) -
|
|
9
|
+
Use new API of layering without UNSAFE prefix
|
|
10
|
+
|
|
3
11
|
## 3.8.5
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -14,7 +14,7 @@ var toTextValue = exports.toTextValue = function toTextValue(typeWithValues) {
|
|
|
14
14
|
return (_ref = (_typeWithValues$value = typeWithValues.values) === null || _typeWithValues$value === void 0 ? void 0 : _typeWithValues$value[0]) !== null && _ref !== void 0 ? _ref : '';
|
|
15
15
|
};
|
|
16
16
|
var TextEditType = function TextEditType(props) {
|
|
17
|
-
return /*#__PURE__*/_react.default.createElement(_layering.
|
|
17
|
+
return /*#__PURE__*/_react.default.createElement(_layering.Layering, {
|
|
18
18
|
isDisabled: false
|
|
19
19
|
}, /*#__PURE__*/_react.default.createElement(_textfield.default, (0, _extends2.default)({}, props, {
|
|
20
20
|
autoFocus: true,
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
2
|
import React from 'react';
|
|
3
|
-
import {
|
|
3
|
+
import { Layering } from '@atlaskit/layering';
|
|
4
4
|
import Textfield from '@atlaskit/textfield';
|
|
5
5
|
export const toTextValue = typeWithValues => {
|
|
6
6
|
var _ref, _typeWithValues$value;
|
|
7
7
|
return (_ref = (_typeWithValues$value = typeWithValues.values) === null || _typeWithValues$value === void 0 ? void 0 : _typeWithValues$value[0]) !== null && _ref !== void 0 ? _ref : '';
|
|
8
8
|
};
|
|
9
9
|
const TextEditType = props => {
|
|
10
|
-
return /*#__PURE__*/React.createElement(
|
|
10
|
+
return /*#__PURE__*/React.createElement(Layering, {
|
|
11
11
|
isDisabled: false
|
|
12
12
|
}, /*#__PURE__*/React.createElement(Textfield, _extends({}, props, {
|
|
13
13
|
autoFocus: true,
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
2
|
import React from 'react';
|
|
3
|
-
import {
|
|
3
|
+
import { Layering } from '@atlaskit/layering';
|
|
4
4
|
import Textfield from '@atlaskit/textfield';
|
|
5
5
|
export var toTextValue = function toTextValue(typeWithValues) {
|
|
6
6
|
var _ref, _typeWithValues$value;
|
|
7
7
|
return (_ref = (_typeWithValues$value = typeWithValues.values) === null || _typeWithValues$value === void 0 ? void 0 : _typeWithValues$value[0]) !== null && _ref !== void 0 ? _ref : '';
|
|
8
8
|
};
|
|
9
9
|
var TextEditType = function TextEditType(props) {
|
|
10
|
-
return /*#__PURE__*/React.createElement(
|
|
10
|
+
return /*#__PURE__*/React.createElement(Layering, {
|
|
11
11
|
isDisabled: false
|
|
12
12
|
}, /*#__PURE__*/React.createElement(Textfield, _extends({}, props, {
|
|
13
13
|
autoFocus: true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-datasource",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.6",
|
|
4
4
|
"description": "UI Components to support linking platform dataset feature",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@atlaskit/avatar-group": "^10.0.0",
|
|
42
42
|
"@atlaskit/badge": "^16.4.0",
|
|
43
43
|
"@atlaskit/button": "^20.3.0",
|
|
44
|
-
"@atlaskit/datetime-picker": "^15.
|
|
44
|
+
"@atlaskit/datetime-picker": "^15.9.0",
|
|
45
45
|
"@atlaskit/dropdown-menu": "^12.22.0",
|
|
46
46
|
"@atlaskit/editor-prosemirror": "6.0.0",
|
|
47
47
|
"@atlaskit/empty-state": "^7.12.0",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@atlaskit/inline-edit": "^13.7.0",
|
|
55
55
|
"@atlaskit/intl-messages-provider": "^1.0.0",
|
|
56
56
|
"@atlaskit/jql-ast": "^3.3.0",
|
|
57
|
-
"@atlaskit/jql-editor": "^4.
|
|
57
|
+
"@atlaskit/jql-editor": "^4.10.0",
|
|
58
58
|
"@atlaskit/jql-editor-autocomplete-rest": "^2.1.0",
|
|
59
59
|
"@atlaskit/layering": "^0.7.0",
|
|
60
60
|
"@atlaskit/link-client-extension": "^2.4.0",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.0.0",
|
|
71
71
|
"@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-autoscroll": "^1.2.0",
|
|
72
72
|
"@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^1.1.0",
|
|
73
|
-
"@atlaskit/primitives": "^13.
|
|
73
|
+
"@atlaskit/primitives": "^13.1.0",
|
|
74
74
|
"@atlaskit/select": "^18.5.0",
|
|
75
75
|
"@atlaskit/smart-card": "^30.2.0",
|
|
76
76
|
"@atlaskit/smart-user-picker": "6.11.1",
|