@atlaskit/link-datasource 4.11.12 → 4.11.14
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 +18 -0
- package/dist/cjs/ui/assets-modal/search-container/object-schema-select/index.js +2 -33
- package/dist/cjs/ui/issue-like-table/empty-state/type.js +0 -6
- package/dist/es2019/ui/assets-modal/search-container/object-schema-select/index.js +2 -29
- package/dist/es2019/ui/issue-like-table/empty-state/type.js +0 -6
- package/dist/esm/ui/assets-modal/search-container/object-schema-select/index.js +3 -34
- package/dist/esm/ui/issue-like-table/empty-state/type.js +0 -6
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @atlaskit/link-datasource
|
|
2
2
|
|
|
3
|
+
## 4.11.14
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#171027](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/171027)
|
|
8
|
+
[`70d7da6aa73b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/70d7da6aa73b0) -
|
|
9
|
+
Additional clean-up to complete migration to new icon system
|
|
10
|
+
- [#171027](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/171027)
|
|
11
|
+
[`2513c306863d6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2513c306863d6) -
|
|
12
|
+
Internal feature flag clean-up
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
15
|
+
## 4.11.13
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
|
|
3
21
|
## 4.11.12
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
@@ -18,10 +18,7 @@ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")
|
|
|
18
18
|
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
|
|
19
19
|
var _debouncePromise = _interopRequireDefault(require("debounce-promise"));
|
|
20
20
|
var _reactIntlNext = require("react-intl-next");
|
|
21
|
-
var _new = _interopRequireDefault(require("@atlaskit/button/new"));
|
|
22
21
|
var _form = require("@atlaskit/form");
|
|
23
|
-
var _chevronDown = _interopRequireDefault(require("@atlaskit/icon/core/chevron-down"));
|
|
24
|
-
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
25
22
|
var _select = require("@atlaskit/select");
|
|
26
23
|
var _constants = require("@atlaskit/theme/constants");
|
|
27
24
|
var _useObjectSchemas2 = require("../../../../hooks/useObjectSchemas");
|
|
@@ -29,8 +26,7 @@ var _types = require("../../../../types/assets/types");
|
|
|
29
26
|
var _messages = require("./messages");
|
|
30
27
|
var _utils = require("./utils");
|
|
31
28
|
var _excluded = ["as", "style"],
|
|
32
|
-
_excluded2 = ["onChange", "onFocus"]
|
|
33
|
-
_excluded3 = ["isOpen"];
|
|
29
|
+
_excluded2 = ["onChange", "onFocus"];
|
|
34
30
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
35
31
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
36
32
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
@@ -122,34 +118,7 @@ var AssetsObjectSchemaSelect = exports.AssetsObjectSchemaSelect = function Asset
|
|
|
122
118
|
_onChange = _ref4$fieldProps.onChange,
|
|
123
119
|
onFocus = _ref4$fieldProps.onFocus,
|
|
124
120
|
restFieldProps = (0, _objectWithoutProperties2.default)(_ref4$fieldProps, _excluded2);
|
|
125
|
-
return
|
|
126
|
-
autoFocus: true,
|
|
127
|
-
maxMenuWidth: 300,
|
|
128
|
-
minMenuWidth: 300,
|
|
129
|
-
isLoading: objectSchemasLoading,
|
|
130
|
-
options: mapObjectSchemasToOptions(initialObjectSchemas),
|
|
131
|
-
placeholder: formatMessage(_messages.objectSchemaSelectMessages.placeholder),
|
|
132
|
-
onChange: function onChange(newOption) {
|
|
133
|
-
return newOption && _onChange(newOption);
|
|
134
|
-
}
|
|
135
|
-
}, restFieldProps, {
|
|
136
|
-
label: formatMessage(_messages.objectSchemaSelectMessages.placeholder),
|
|
137
|
-
target: function target(_ref5) {
|
|
138
|
-
var _restFieldProps$value;
|
|
139
|
-
var isOpen = _ref5.isOpen,
|
|
140
|
-
triggerProps = (0, _objectWithoutProperties2.default)(_ref5, _excluded3);
|
|
141
|
-
return /*#__PURE__*/React.createElement(_new.default, (0, _extends2.default)({}, triggerProps, {
|
|
142
|
-
isSelected: isOpen,
|
|
143
|
-
iconAfter: function iconAfter() {
|
|
144
|
-
return /*#__PURE__*/React.createElement(_chevronDown.default, {
|
|
145
|
-
label: "",
|
|
146
|
-
color: "currentColor",
|
|
147
|
-
size: "small"
|
|
148
|
-
});
|
|
149
|
-
}
|
|
150
|
-
}), ((_restFieldProps$value = restFieldProps.value) === null || _restFieldProps$value === void 0 ? void 0 : _restFieldProps$value.label) || formatMessage(_messages.objectSchemaSelectMessages.placeholder));
|
|
151
|
-
}
|
|
152
|
-
})) : /*#__PURE__*/React.createElement(_select.AsyncSelect, (0, _extends2.default)({
|
|
121
|
+
return /*#__PURE__*/React.createElement(_select.AsyncSelect, (0, _extends2.default)({
|
|
153
122
|
autoFocus: true,
|
|
154
123
|
classNamePrefix: classNamePrefix,
|
|
155
124
|
isLoading: objectSchemasLoading,
|
|
@@ -40,32 +40,26 @@ var EmptyStateIcon = function EmptyStateIcon(_ref2) {
|
|
|
40
40
|
var TypeIcon = function TypeIcon() {
|
|
41
41
|
switch (type) {
|
|
42
42
|
case 'issue':
|
|
43
|
-
// eslint-disable-next-line @atlaskit/design-system/no-legacy-icons -- TODO - https://product-fabric.atlassian.net/browse/DSP-19548
|
|
44
43
|
return /*#__PURE__*/_react.default.createElement(_7.default, {
|
|
45
44
|
label: 'issue'
|
|
46
45
|
});
|
|
47
46
|
case 'commit':
|
|
48
|
-
// eslint-disable-next-line @atlaskit/design-system/no-legacy-icons -- TODO - https://product-fabric.atlassian.net/browse/DSP-19548
|
|
49
47
|
return /*#__PURE__*/_react.default.createElement(_5.default, {
|
|
50
48
|
label: 'commit'
|
|
51
49
|
});
|
|
52
50
|
case 'story':
|
|
53
|
-
// eslint-disable-next-line @atlaskit/design-system/no-legacy-icons -- TODO - https://product-fabric.atlassian.net/browse/DSP-19548
|
|
54
51
|
return /*#__PURE__*/_react.default.createElement(_8.default, {
|
|
55
52
|
label: 'story'
|
|
56
53
|
});
|
|
57
54
|
case 'epic':
|
|
58
|
-
// eslint-disable-next-line @atlaskit/design-system/no-legacy-icons -- TODO - https://product-fabric.atlassian.net/browse/DSP-19548
|
|
59
55
|
return /*#__PURE__*/_react.default.createElement(_6.default, {
|
|
60
56
|
label: 'epic'
|
|
61
57
|
});
|
|
62
58
|
case 'bug':
|
|
63
|
-
// eslint-disable-next-line @atlaskit/design-system/no-legacy-icons -- TODO - https://product-fabric.atlassian.net/browse/DSP-19548
|
|
64
59
|
return /*#__PURE__*/_react.default.createElement(_4.default, {
|
|
65
60
|
label: 'bug'
|
|
66
61
|
});
|
|
67
62
|
case 'task':
|
|
68
|
-
// eslint-disable-next-line @atlaskit/design-system/no-legacy-icons -- TODO - https://product-fabric.atlassian.net/browse/DSP-19548
|
|
69
63
|
return /*#__PURE__*/_react.default.createElement(_9.default, {
|
|
70
64
|
label: 'task'
|
|
71
65
|
});
|
|
@@ -6,11 +6,8 @@ import * as React from 'react';
|
|
|
6
6
|
import { ax, ix } from "@compiled/react/runtime";
|
|
7
7
|
import debounce from 'debounce-promise';
|
|
8
8
|
import { useIntl } from 'react-intl-next';
|
|
9
|
-
import Button from '@atlaskit/button/new';
|
|
10
9
|
import { Field } from '@atlaskit/form';
|
|
11
|
-
import
|
|
12
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
13
|
-
import { AsyncSelect, PopupSelect } from '@atlaskit/select';
|
|
10
|
+
import { AsyncSelect } from '@atlaskit/select';
|
|
14
11
|
import { layers } from '@atlaskit/theme/constants';
|
|
15
12
|
import { useObjectSchemas } from '../../../../hooks/useObjectSchemas';
|
|
16
13
|
import { objectSchemaKey } from '../../../../types/assets/types';
|
|
@@ -87,31 +84,7 @@ export const AssetsObjectSchemaSelect = ({
|
|
|
87
84
|
onFocus,
|
|
88
85
|
...restFieldProps
|
|
89
86
|
}
|
|
90
|
-
}) =>
|
|
91
|
-
autoFocus: true,
|
|
92
|
-
maxMenuWidth: 300,
|
|
93
|
-
minMenuWidth: 300,
|
|
94
|
-
isLoading: objectSchemasLoading,
|
|
95
|
-
options: mapObjectSchemasToOptions(initialObjectSchemas),
|
|
96
|
-
placeholder: formatMessage(objectSchemaSelectMessages.placeholder),
|
|
97
|
-
onChange: newOption => newOption && onChange(newOption)
|
|
98
|
-
}, restFieldProps, {
|
|
99
|
-
label: formatMessage(objectSchemaSelectMessages.placeholder),
|
|
100
|
-
target: ({
|
|
101
|
-
isOpen,
|
|
102
|
-
...triggerProps
|
|
103
|
-
}) => {
|
|
104
|
-
var _restFieldProps$value;
|
|
105
|
-
return /*#__PURE__*/React.createElement(Button, _extends({}, triggerProps, {
|
|
106
|
-
isSelected: isOpen,
|
|
107
|
-
iconAfter: () => /*#__PURE__*/React.createElement(ChevronDownIcon, {
|
|
108
|
-
label: "",
|
|
109
|
-
color: "currentColor",
|
|
110
|
-
size: "small"
|
|
111
|
-
})
|
|
112
|
-
}), ((_restFieldProps$value = restFieldProps.value) === null || _restFieldProps$value === void 0 ? void 0 : _restFieldProps$value.label) || formatMessage(objectSchemaSelectMessages.placeholder));
|
|
113
|
-
}
|
|
114
|
-
})) : /*#__PURE__*/React.createElement(AsyncSelect, _extends({
|
|
87
|
+
}) => /*#__PURE__*/React.createElement(AsyncSelect, _extends({
|
|
115
88
|
autoFocus: true,
|
|
116
89
|
classNamePrefix: classNamePrefix,
|
|
117
90
|
isLoading: objectSchemasLoading,
|
|
@@ -31,32 +31,26 @@ const EmptyStateIcon = ({
|
|
|
31
31
|
const TypeIcon = () => {
|
|
32
32
|
switch (type) {
|
|
33
33
|
case 'issue':
|
|
34
|
-
// eslint-disable-next-line @atlaskit/design-system/no-legacy-icons -- TODO - https://product-fabric.atlassian.net/browse/DSP-19548
|
|
35
34
|
return /*#__PURE__*/React.createElement(Issue16Icon, {
|
|
36
35
|
label: 'issue'
|
|
37
36
|
});
|
|
38
37
|
case 'commit':
|
|
39
|
-
// eslint-disable-next-line @atlaskit/design-system/no-legacy-icons -- TODO - https://product-fabric.atlassian.net/browse/DSP-19548
|
|
40
38
|
return /*#__PURE__*/React.createElement(Commit16Icon, {
|
|
41
39
|
label: 'commit'
|
|
42
40
|
});
|
|
43
41
|
case 'story':
|
|
44
|
-
// eslint-disable-next-line @atlaskit/design-system/no-legacy-icons -- TODO - https://product-fabric.atlassian.net/browse/DSP-19548
|
|
45
42
|
return /*#__PURE__*/React.createElement(Story16Icon, {
|
|
46
43
|
label: 'story'
|
|
47
44
|
});
|
|
48
45
|
case 'epic':
|
|
49
|
-
// eslint-disable-next-line @atlaskit/design-system/no-legacy-icons -- TODO - https://product-fabric.atlassian.net/browse/DSP-19548
|
|
50
46
|
return /*#__PURE__*/React.createElement(Epic16Icon, {
|
|
51
47
|
label: 'epic'
|
|
52
48
|
});
|
|
53
49
|
case 'bug':
|
|
54
|
-
// eslint-disable-next-line @atlaskit/design-system/no-legacy-icons -- TODO - https://product-fabric.atlassian.net/browse/DSP-19548
|
|
55
50
|
return /*#__PURE__*/React.createElement(Bug16Icon, {
|
|
56
51
|
label: 'bug'
|
|
57
52
|
});
|
|
58
53
|
case 'task':
|
|
59
|
-
// eslint-disable-next-line @atlaskit/design-system/no-legacy-icons -- TODO - https://product-fabric.atlassian.net/browse/DSP-19548
|
|
60
54
|
return /*#__PURE__*/React.createElement(Task16Icon, {
|
|
61
55
|
label: 'task'
|
|
62
56
|
});
|
|
@@ -4,8 +4,7 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
|
4
4
|
import _extends from "@babel/runtime/helpers/extends";
|
|
5
5
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
6
6
|
var _excluded = ["as", "style"],
|
|
7
|
-
_excluded2 = ["onChange", "onFocus"]
|
|
8
|
-
_excluded3 = ["isOpen"];
|
|
7
|
+
_excluded2 = ["onChange", "onFocus"];
|
|
9
8
|
import "./index.compiled.css";
|
|
10
9
|
import { forwardRef } from 'react';
|
|
11
10
|
import * as React from 'react';
|
|
@@ -15,11 +14,8 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
|
|
|
15
14
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
16
15
|
import debounce from 'debounce-promise';
|
|
17
16
|
import { useIntl } from 'react-intl-next';
|
|
18
|
-
import Button from '@atlaskit/button/new';
|
|
19
17
|
import { Field } from '@atlaskit/form';
|
|
20
|
-
import
|
|
21
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
22
|
-
import { AsyncSelect, PopupSelect } from '@atlaskit/select';
|
|
18
|
+
import { AsyncSelect } from '@atlaskit/select';
|
|
23
19
|
import { layers } from '@atlaskit/theme/constants';
|
|
24
20
|
import { useObjectSchemas } from '../../../../hooks/useObjectSchemas';
|
|
25
21
|
import { objectSchemaKey } from '../../../../types/assets/types';
|
|
@@ -114,34 +110,7 @@ export var AssetsObjectSchemaSelect = function AssetsObjectSchemaSelect(_ref2) {
|
|
|
114
110
|
_onChange = _ref4$fieldProps.onChange,
|
|
115
111
|
onFocus = _ref4$fieldProps.onFocus,
|
|
116
112
|
restFieldProps = _objectWithoutProperties(_ref4$fieldProps, _excluded2);
|
|
117
|
-
return
|
|
118
|
-
autoFocus: true,
|
|
119
|
-
maxMenuWidth: 300,
|
|
120
|
-
minMenuWidth: 300,
|
|
121
|
-
isLoading: objectSchemasLoading,
|
|
122
|
-
options: mapObjectSchemasToOptions(initialObjectSchemas),
|
|
123
|
-
placeholder: formatMessage(objectSchemaSelectMessages.placeholder),
|
|
124
|
-
onChange: function onChange(newOption) {
|
|
125
|
-
return newOption && _onChange(newOption);
|
|
126
|
-
}
|
|
127
|
-
}, restFieldProps, {
|
|
128
|
-
label: formatMessage(objectSchemaSelectMessages.placeholder),
|
|
129
|
-
target: function target(_ref5) {
|
|
130
|
-
var _restFieldProps$value;
|
|
131
|
-
var isOpen = _ref5.isOpen,
|
|
132
|
-
triggerProps = _objectWithoutProperties(_ref5, _excluded3);
|
|
133
|
-
return /*#__PURE__*/React.createElement(Button, _extends({}, triggerProps, {
|
|
134
|
-
isSelected: isOpen,
|
|
135
|
-
iconAfter: function iconAfter() {
|
|
136
|
-
return /*#__PURE__*/React.createElement(ChevronDownIcon, {
|
|
137
|
-
label: "",
|
|
138
|
-
color: "currentColor",
|
|
139
|
-
size: "small"
|
|
140
|
-
});
|
|
141
|
-
}
|
|
142
|
-
}), ((_restFieldProps$value = restFieldProps.value) === null || _restFieldProps$value === void 0 ? void 0 : _restFieldProps$value.label) || formatMessage(objectSchemaSelectMessages.placeholder));
|
|
143
|
-
}
|
|
144
|
-
})) : /*#__PURE__*/React.createElement(AsyncSelect, _extends({
|
|
113
|
+
return /*#__PURE__*/React.createElement(AsyncSelect, _extends({
|
|
145
114
|
autoFocus: true,
|
|
146
115
|
classNamePrefix: classNamePrefix,
|
|
147
116
|
isLoading: objectSchemasLoading,
|
|
@@ -32,32 +32,26 @@ var EmptyStateIcon = function EmptyStateIcon(_ref2) {
|
|
|
32
32
|
var TypeIcon = function TypeIcon() {
|
|
33
33
|
switch (type) {
|
|
34
34
|
case 'issue':
|
|
35
|
-
// eslint-disable-next-line @atlaskit/design-system/no-legacy-icons -- TODO - https://product-fabric.atlassian.net/browse/DSP-19548
|
|
36
35
|
return /*#__PURE__*/React.createElement(Issue16Icon, {
|
|
37
36
|
label: 'issue'
|
|
38
37
|
});
|
|
39
38
|
case 'commit':
|
|
40
|
-
// eslint-disable-next-line @atlaskit/design-system/no-legacy-icons -- TODO - https://product-fabric.atlassian.net/browse/DSP-19548
|
|
41
39
|
return /*#__PURE__*/React.createElement(Commit16Icon, {
|
|
42
40
|
label: 'commit'
|
|
43
41
|
});
|
|
44
42
|
case 'story':
|
|
45
|
-
// eslint-disable-next-line @atlaskit/design-system/no-legacy-icons -- TODO - https://product-fabric.atlassian.net/browse/DSP-19548
|
|
46
43
|
return /*#__PURE__*/React.createElement(Story16Icon, {
|
|
47
44
|
label: 'story'
|
|
48
45
|
});
|
|
49
46
|
case 'epic':
|
|
50
|
-
// eslint-disable-next-line @atlaskit/design-system/no-legacy-icons -- TODO - https://product-fabric.atlassian.net/browse/DSP-19548
|
|
51
47
|
return /*#__PURE__*/React.createElement(Epic16Icon, {
|
|
52
48
|
label: 'epic'
|
|
53
49
|
});
|
|
54
50
|
case 'bug':
|
|
55
|
-
// eslint-disable-next-line @atlaskit/design-system/no-legacy-icons -- TODO - https://product-fabric.atlassian.net/browse/DSP-19548
|
|
56
51
|
return /*#__PURE__*/React.createElement(Bug16Icon, {
|
|
57
52
|
label: 'bug'
|
|
58
53
|
});
|
|
59
54
|
case 'task':
|
|
60
|
-
// eslint-disable-next-line @atlaskit/design-system/no-legacy-icons -- TODO - https://product-fabric.atlassian.net/browse/DSP-19548
|
|
61
55
|
return /*#__PURE__*/React.createElement(Task16Icon, {
|
|
62
56
|
label: 'task'
|
|
63
57
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-datasource",
|
|
3
|
-
"version": "4.11.
|
|
3
|
+
"version": "4.11.14",
|
|
4
4
|
"description": "UI Components to support linking platform dataset feature",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -46,13 +46,13 @@
|
|
|
46
46
|
"@atlaskit/button": "^23.2.0",
|
|
47
47
|
"@atlaskit/css": "^0.10.0",
|
|
48
48
|
"@atlaskit/datetime-picker": "^17.0.0",
|
|
49
|
-
"@atlaskit/dropdown-menu": "^16.
|
|
49
|
+
"@atlaskit/dropdown-menu": "^16.1.0",
|
|
50
50
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
51
51
|
"@atlaskit/empty-state": "^10.0.0",
|
|
52
52
|
"@atlaskit/flag": "^17.1.0",
|
|
53
53
|
"@atlaskit/form": "^12.0.0",
|
|
54
54
|
"@atlaskit/heading": "^5.2.0",
|
|
55
|
-
"@atlaskit/icon": "^
|
|
55
|
+
"@atlaskit/icon": "^27.0.0",
|
|
56
56
|
"@atlaskit/icon-object": "^7.1.0",
|
|
57
57
|
"@atlaskit/image": "^3.0.0",
|
|
58
58
|
"@atlaskit/inline-edit": "^15.2.0",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"@atlaskit/link-client-extension": "^5.0.0",
|
|
66
66
|
"@atlaskit/linking-common": "^9.0.0",
|
|
67
67
|
"@atlaskit/linking-types": "^12.0.0",
|
|
68
|
-
"@atlaskit/logo": "^19.
|
|
68
|
+
"@atlaskit/logo": "^19.1.0",
|
|
69
69
|
"@atlaskit/lozenge": "^13.0.0",
|
|
70
70
|
"@atlaskit/modal-dialog": "^14.2.0",
|
|
71
71
|
"@atlaskit/outbound-auth-flow-client": "^3.4.0",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"@atlaskit/primitives": "^14.8.0",
|
|
79
79
|
"@atlaskit/react-select": "^2.7.0",
|
|
80
80
|
"@atlaskit/select": "^20.7.0",
|
|
81
|
-
"@atlaskit/smart-card": "^38.
|
|
81
|
+
"@atlaskit/smart-card": "^38.10.0",
|
|
82
82
|
"@atlaskit/smart-user-picker": "^8.0.0",
|
|
83
83
|
"@atlaskit/spinner": "^18.0.0",
|
|
84
84
|
"@atlaskit/tag": "^14.0.0",
|