@atlaskit/link-datasource 4.30.18 → 4.32.0
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 +23 -0
- package/dist/cjs/ui/assets-modal/search-container/aql-search-input/index.js +2 -2
- package/dist/cjs/ui/confluence-search-modal/basic-filters/filters/date-range-picker/index.js +0 -2
- package/dist/cjs/ui/table-footer/powered-by-jsm-assets/index.js +2 -9
- package/dist/cjs/ui/table-footer/provider-link/index.js +1 -12
- package/dist/es2019/ui/assets-modal/search-container/aql-search-input/index.js +2 -2
- package/dist/es2019/ui/confluence-search-modal/basic-filters/filters/date-range-picker/index.js +0 -2
- package/dist/es2019/ui/table-footer/powered-by-jsm-assets/index.js +3 -10
- package/dist/es2019/ui/table-footer/provider-link/index.js +2 -13
- package/dist/esm/ui/assets-modal/search-container/aql-search-input/index.js +2 -2
- package/dist/esm/ui/confluence-search-modal/basic-filters/filters/date-range-picker/index.js +0 -2
- package/dist/esm/ui/table-footer/powered-by-jsm-assets/index.js +3 -10
- package/dist/esm/ui/table-footer/provider-link/index.js +2 -13
- package/package.json +16 -20
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @atlaskit/link-datasource
|
|
2
2
|
|
|
3
|
+
## 4.32.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`87b12e64ff750`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/87b12e64ff750) -
|
|
8
|
+
Removed usages of LEGACY icon props
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
14
|
+
## 4.31.0
|
|
15
|
+
|
|
16
|
+
### Minor Changes
|
|
17
|
+
|
|
18
|
+
- [`61c38baaba36a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/61c38baaba36a) -
|
|
19
|
+
feature flag cleanup
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- [`e64156876a79c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e64156876a79c) -
|
|
24
|
+
Update documentation from Stash to Bitbucket
|
|
25
|
+
|
|
3
26
|
## 4.30.18
|
|
4
27
|
|
|
5
28
|
### Patch Changes
|
|
@@ -16,8 +16,8 @@ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/h
|
|
|
16
16
|
var _reactIntlNext = require("react-intl-next");
|
|
17
17
|
var _new = require("@atlaskit/button/new");
|
|
18
18
|
var _form = require("@atlaskit/form");
|
|
19
|
-
var _crossCircle = _interopRequireDefault(require("@atlaskit/icon/core/
|
|
20
|
-
var _questionCircle = _interopRequireDefault(require("@atlaskit/icon/core/
|
|
19
|
+
var _crossCircle = _interopRequireDefault(require("@atlaskit/icon/core/cross-circle"));
|
|
20
|
+
var _questionCircle = _interopRequireDefault(require("@atlaskit/icon/core/question-circle"));
|
|
21
21
|
var _search = _interopRequireDefault(require("@atlaskit/icon/core/search"));
|
|
22
22
|
var _statusSuccess = _interopRequireDefault(require("@atlaskit/icon/core/status-success"));
|
|
23
23
|
var _compiled = require("@atlaskit/primitives/compiled");
|
package/dist/cjs/ui/confluence-search-modal/basic-filters/filters/date-range-picker/index.js
CHANGED
|
@@ -251,10 +251,8 @@ var DateRangePicker = exports.DateRangePicker = function DateRangePicker(_ref6)
|
|
|
251
251
|
}
|
|
252
252
|
}
|
|
253
253
|
})), invalidDateRange && /*#__PURE__*/_react.default.createElement(DateRangeErrorMessage, null, /*#__PURE__*/_react.default.createElement(_statusError.default, {
|
|
254
|
-
LEGACY_size: "small",
|
|
255
254
|
color: "var(--ds-icon-danger, ".concat(_colors.R400, ")"),
|
|
256
255
|
label: formatMessage(_messages.dateRangeMessages.dateRangeError),
|
|
257
|
-
LEGACY_margin: "0 ".concat("var(--ds-space-negative-025, -2px)"),
|
|
258
256
|
size: "small"
|
|
259
257
|
}), invalidDateRange), /*#__PURE__*/_react.default.createElement(SelectDateRangeButton, {
|
|
260
258
|
"data-testId": "custom-date-range-update-button",
|
|
@@ -19,7 +19,6 @@ var styles = {
|
|
|
19
19
|
jsmContainerStyles: "_1e0c1txw _2lx21sbv"
|
|
20
20
|
};
|
|
21
21
|
var PoweredByJSMAssets = exports.PoweredByJSMAssets = function PoweredByJSMAssets(props) {
|
|
22
|
-
var ASSETS_LINK = '/jira/servicedesk/assets';
|
|
23
22
|
var ASSETS_APP_LINK = '/jira/assets';
|
|
24
23
|
var _useDatasourceAnalyti = (0, _analytics.useDatasourceAnalyticsEvents)(),
|
|
25
24
|
fireEvent = _useDatasourceAnalyti.fireEvent;
|
|
@@ -34,7 +33,7 @@ var PoweredByJSMAssets = exports.PoweredByJSMAssets = function PoweredByJSMAsset
|
|
|
34
33
|
extensionKey: 'jsm-cmdb-gateway'
|
|
35
34
|
});
|
|
36
35
|
},
|
|
37
|
-
href:
|
|
36
|
+
href: ASSETS_APP_LINK,
|
|
38
37
|
rel: "noreferrer",
|
|
39
38
|
target: "_blank",
|
|
40
39
|
style: {
|
|
@@ -43,16 +42,10 @@ var PoweredByJSMAssets = exports.PoweredByJSMAssets = function PoweredByJSMAsset
|
|
|
43
42
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
|
|
44
43
|
alignItems: 'center'
|
|
45
44
|
}
|
|
46
|
-
},
|
|
45
|
+
}, /*#__PURE__*/_react.default.createElement(_logo.AssetsIcon, (0, _extends2.default)({
|
|
47
46
|
size: "small"
|
|
48
47
|
}, (0, _platformFeatureFlags.fg)('navx-1895-new-logo-design') ? {
|
|
49
48
|
shouldUseNewLogoDesign: true
|
|
50
|
-
} : undefined)) : /*#__PURE__*/_react.default.createElement(_logo.JiraServiceManagementIcon, (0, _extends2.default)({
|
|
51
|
-
size: "xxsmall",
|
|
52
|
-
appearance: "brand",
|
|
53
|
-
label: props.text
|
|
54
|
-
}, (0, _platformFeatureFlags.fg)('navx-1895-new-logo-design') ? {
|
|
55
|
-
shouldUseNewLogoDesign: true
|
|
56
49
|
} : undefined)), /*#__PURE__*/_react.default.createElement(_compiled.Box, {
|
|
57
50
|
xcss: styles.jsmTextStyles
|
|
58
51
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography, @atlaskit/ui-styling-standard/enforce-style-prop
|
|
@@ -29,7 +29,7 @@ var ProviderLink = exports.ProviderLink = function ProviderLink(_ref) {
|
|
|
29
29
|
fireEvent = _useDatasourceAnalyti.fireEvent;
|
|
30
30
|
var anchor = (0, _react.useMemo)(function () {
|
|
31
31
|
if (datasourceId === _assetsModal.ASSETS_LIST_OF_LINKS_DATASOURCE_ID) {
|
|
32
|
-
return
|
|
32
|
+
return {
|
|
33
33
|
content: intl.formatMessage(_messages.footerMessages.poweredByAssets),
|
|
34
34
|
extensionKey: 'jsm-cmdb-gateway',
|
|
35
35
|
icon: /*#__PURE__*/_react.default.createElement(_logo.AssetsIcon, (0, _extends2.default)({
|
|
@@ -39,17 +39,6 @@ var ProviderLink = exports.ProviderLink = function ProviderLink(_ref) {
|
|
|
39
39
|
} : undefined)),
|
|
40
40
|
interactionName: 'atlas-link',
|
|
41
41
|
url: '/jira/assets'
|
|
42
|
-
} : {
|
|
43
|
-
content: intl.formatMessage(_messages.footerMessages.powerByJSM),
|
|
44
|
-
extensionKey: 'jsm-cmdb-gateway',
|
|
45
|
-
icon: /*#__PURE__*/_react.default.createElement(_logo.JiraServiceManagementIcon, (0, _extends2.default)({
|
|
46
|
-
appearance: "neutral",
|
|
47
|
-
size: "small"
|
|
48
|
-
}, (0, _platformFeatureFlags.fg)('navx-1895-new-logo-design') ? {
|
|
49
|
-
shouldUseNewLogoDesign: true
|
|
50
|
-
} : undefined)),
|
|
51
|
-
interactionName: 'atlas-link',
|
|
52
|
-
url: '/jira/servicedesk/assets'
|
|
53
42
|
};
|
|
54
43
|
}
|
|
55
44
|
}, [datasourceId, intl]);
|
|
@@ -8,8 +8,8 @@ import { Fragment } from 'react';
|
|
|
8
8
|
import { useIntl } from 'react-intl-next';
|
|
9
9
|
import { IconButton } from '@atlaskit/button/new';
|
|
10
10
|
import { ErrorMessage, Field } from '@atlaskit/form';
|
|
11
|
-
import CrossCircleIcon from '@atlaskit/icon/core/
|
|
12
|
-
import QuestionCircleIcon from '@atlaskit/icon/core/
|
|
11
|
+
import CrossCircleIcon from '@atlaskit/icon/core/cross-circle';
|
|
12
|
+
import QuestionCircleIcon from '@atlaskit/icon/core/question-circle';
|
|
13
13
|
import SearchIcon from '@atlaskit/icon/core/search';
|
|
14
14
|
import CheckCircleIcon from '@atlaskit/icon/core/status-success';
|
|
15
15
|
import { Box } from '@atlaskit/primitives/compiled';
|
package/dist/es2019/ui/confluence-search-modal/basic-filters/filters/date-range-picker/index.js
CHANGED
|
@@ -217,10 +217,8 @@ export const DateRangePicker = ({
|
|
|
217
217
|
}
|
|
218
218
|
}
|
|
219
219
|
})), invalidDateRange && /*#__PURE__*/React.createElement(DateRangeErrorMessage, null, /*#__PURE__*/React.createElement(ErrorIcon, {
|
|
220
|
-
LEGACY_size: "small",
|
|
221
220
|
color: `var(--ds-icon-danger, ${R400})`,
|
|
222
221
|
label: formatMessage(dateRangeMessages.dateRangeError),
|
|
223
|
-
LEGACY_margin: `0 ${"var(--ds-space-negative-025, -2px)"}`,
|
|
224
222
|
size: "small"
|
|
225
223
|
}), invalidDateRange), /*#__PURE__*/React.createElement(SelectDateRangeButton, {
|
|
226
224
|
"data-testId": "custom-date-range-update-button",
|
|
@@ -3,7 +3,7 @@ import _extends from "@babel/runtime/helpers/extends";
|
|
|
3
3
|
import "./index.compiled.css";
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
5
5
|
import React from 'react';
|
|
6
|
-
import { AssetsIcon
|
|
6
|
+
import { AssetsIcon } from '@atlaskit/logo';
|
|
7
7
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
8
8
|
import { Box } from '@atlaskit/primitives/compiled';
|
|
9
9
|
import { useDatasourceAnalyticsEvents } from '../../../analytics';
|
|
@@ -12,7 +12,6 @@ const styles = {
|
|
|
12
12
|
jsmContainerStyles: "_1e0c1txw _2lx21sbv"
|
|
13
13
|
};
|
|
14
14
|
export const PoweredByJSMAssets = props => {
|
|
15
|
-
const ASSETS_LINK = '/jira/servicedesk/assets';
|
|
16
15
|
const ASSETS_APP_LINK = '/jira/assets';
|
|
17
16
|
const {
|
|
18
17
|
fireEvent
|
|
@@ -26,7 +25,7 @@ export const PoweredByJSMAssets = props => {
|
|
|
26
25
|
componentHierarchy: 'datasourceTable',
|
|
27
26
|
extensionKey: 'jsm-cmdb-gateway'
|
|
28
27
|
}),
|
|
29
|
-
href:
|
|
28
|
+
href: ASSETS_APP_LINK,
|
|
30
29
|
rel: "noreferrer",
|
|
31
30
|
target: "_blank",
|
|
32
31
|
style: {
|
|
@@ -35,16 +34,10 @@ export const PoweredByJSMAssets = props => {
|
|
|
35
34
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
|
|
36
35
|
alignItems: 'center'
|
|
37
36
|
}
|
|
38
|
-
},
|
|
37
|
+
}, /*#__PURE__*/React.createElement(AssetsIcon, _extends({
|
|
39
38
|
size: "small"
|
|
40
39
|
}, fg('navx-1895-new-logo-design') ? {
|
|
41
40
|
shouldUseNewLogoDesign: true
|
|
42
|
-
} : undefined)) : /*#__PURE__*/React.createElement(JiraServiceManagementIcon, _extends({
|
|
43
|
-
size: "xxsmall",
|
|
44
|
-
appearance: "brand",
|
|
45
|
-
label: props.text
|
|
46
|
-
}, fg('navx-1895-new-logo-design') ? {
|
|
47
|
-
shouldUseNewLogoDesign: true
|
|
48
41
|
} : undefined)), /*#__PURE__*/React.createElement(Box, {
|
|
49
42
|
xcss: styles.jsmTextStyles
|
|
50
43
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography, @atlaskit/ui-styling-standard/enforce-style-prop
|
|
@@ -4,7 +4,7 @@ import "./index.compiled.css";
|
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
5
5
|
import React, { useMemo } from 'react';
|
|
6
6
|
import { useIntl } from 'react-intl-next';
|
|
7
|
-
import { AssetsIcon
|
|
7
|
+
import { AssetsIcon } from '@atlaskit/logo';
|
|
8
8
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
9
9
|
import { Anchor, Inline } from '@atlaskit/primitives/compiled';
|
|
10
10
|
import { useDatasourceAnalyticsEvents } from '../../../analytics';
|
|
@@ -22,7 +22,7 @@ export const ProviderLink = ({
|
|
|
22
22
|
} = useDatasourceAnalyticsEvents();
|
|
23
23
|
const anchor = useMemo(() => {
|
|
24
24
|
if (datasourceId === ASSETS_LIST_OF_LINKS_DATASOURCE_ID) {
|
|
25
|
-
return
|
|
25
|
+
return {
|
|
26
26
|
content: intl.formatMessage(footerMessages.poweredByAssets),
|
|
27
27
|
extensionKey: 'jsm-cmdb-gateway',
|
|
28
28
|
icon: /*#__PURE__*/React.createElement(AssetsIcon, _extends({
|
|
@@ -32,17 +32,6 @@ export const ProviderLink = ({
|
|
|
32
32
|
} : undefined)),
|
|
33
33
|
interactionName: 'atlas-link',
|
|
34
34
|
url: '/jira/assets'
|
|
35
|
-
} : {
|
|
36
|
-
content: intl.formatMessage(footerMessages.powerByJSM),
|
|
37
|
-
extensionKey: 'jsm-cmdb-gateway',
|
|
38
|
-
icon: /*#__PURE__*/React.createElement(JiraServiceManagementIcon, _extends({
|
|
39
|
-
appearance: "neutral",
|
|
40
|
-
size: "small"
|
|
41
|
-
}, fg('navx-1895-new-logo-design') ? {
|
|
42
|
-
shouldUseNewLogoDesign: true
|
|
43
|
-
} : undefined)),
|
|
44
|
-
interactionName: 'atlas-link',
|
|
45
|
-
url: '/jira/servicedesk/assets'
|
|
46
35
|
};
|
|
47
36
|
}
|
|
48
37
|
}, [datasourceId, intl]);
|
|
@@ -10,8 +10,8 @@ import { Fragment } from 'react';
|
|
|
10
10
|
import { useIntl } from 'react-intl-next';
|
|
11
11
|
import { IconButton } from '@atlaskit/button/new';
|
|
12
12
|
import { ErrorMessage, Field } from '@atlaskit/form';
|
|
13
|
-
import CrossCircleIcon from '@atlaskit/icon/core/
|
|
14
|
-
import QuestionCircleIcon from '@atlaskit/icon/core/
|
|
13
|
+
import CrossCircleIcon from '@atlaskit/icon/core/cross-circle';
|
|
14
|
+
import QuestionCircleIcon from '@atlaskit/icon/core/question-circle';
|
|
15
15
|
import SearchIcon from '@atlaskit/icon/core/search';
|
|
16
16
|
import CheckCircleIcon from '@atlaskit/icon/core/status-success';
|
|
17
17
|
import { Box } from '@atlaskit/primitives/compiled';
|
package/dist/esm/ui/confluence-search-modal/basic-filters/filters/date-range-picker/index.js
CHANGED
|
@@ -244,10 +244,8 @@ export var DateRangePicker = function DateRangePicker(_ref6) {
|
|
|
244
244
|
}
|
|
245
245
|
}
|
|
246
246
|
})), invalidDateRange && /*#__PURE__*/React.createElement(DateRangeErrorMessage, null, /*#__PURE__*/React.createElement(ErrorIcon, {
|
|
247
|
-
LEGACY_size: "small",
|
|
248
247
|
color: "var(--ds-icon-danger, ".concat(R400, ")"),
|
|
249
248
|
label: formatMessage(dateRangeMessages.dateRangeError),
|
|
250
|
-
LEGACY_margin: "0 ".concat("var(--ds-space-negative-025, -2px)"),
|
|
251
249
|
size: "small"
|
|
252
250
|
}), invalidDateRange), /*#__PURE__*/React.createElement(SelectDateRangeButton, {
|
|
253
251
|
"data-testId": "custom-date-range-update-button",
|
|
@@ -3,7 +3,7 @@ import _extends from "@babel/runtime/helpers/extends";
|
|
|
3
3
|
import "./index.compiled.css";
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
5
5
|
import React from 'react';
|
|
6
|
-
import { AssetsIcon
|
|
6
|
+
import { AssetsIcon } from '@atlaskit/logo';
|
|
7
7
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
8
8
|
import { Box } from '@atlaskit/primitives/compiled';
|
|
9
9
|
import { useDatasourceAnalyticsEvents } from '../../../analytics';
|
|
@@ -12,7 +12,6 @@ var styles = {
|
|
|
12
12
|
jsmContainerStyles: "_1e0c1txw _2lx21sbv"
|
|
13
13
|
};
|
|
14
14
|
export var PoweredByJSMAssets = function PoweredByJSMAssets(props) {
|
|
15
|
-
var ASSETS_LINK = '/jira/servicedesk/assets';
|
|
16
15
|
var ASSETS_APP_LINK = '/jira/assets';
|
|
17
16
|
var _useDatasourceAnalyti = useDatasourceAnalyticsEvents(),
|
|
18
17
|
fireEvent = _useDatasourceAnalyti.fireEvent;
|
|
@@ -27,7 +26,7 @@ export var PoweredByJSMAssets = function PoweredByJSMAssets(props) {
|
|
|
27
26
|
extensionKey: 'jsm-cmdb-gateway'
|
|
28
27
|
});
|
|
29
28
|
},
|
|
30
|
-
href:
|
|
29
|
+
href: ASSETS_APP_LINK,
|
|
31
30
|
rel: "noreferrer",
|
|
32
31
|
target: "_blank",
|
|
33
32
|
style: {
|
|
@@ -36,16 +35,10 @@ export var PoweredByJSMAssets = function PoweredByJSMAssets(props) {
|
|
|
36
35
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
|
|
37
36
|
alignItems: 'center'
|
|
38
37
|
}
|
|
39
|
-
},
|
|
38
|
+
}, /*#__PURE__*/React.createElement(AssetsIcon, _extends({
|
|
40
39
|
size: "small"
|
|
41
40
|
}, fg('navx-1895-new-logo-design') ? {
|
|
42
41
|
shouldUseNewLogoDesign: true
|
|
43
|
-
} : undefined)) : /*#__PURE__*/React.createElement(JiraServiceManagementIcon, _extends({
|
|
44
|
-
size: "xxsmall",
|
|
45
|
-
appearance: "brand",
|
|
46
|
-
label: props.text
|
|
47
|
-
}, fg('navx-1895-new-logo-design') ? {
|
|
48
|
-
shouldUseNewLogoDesign: true
|
|
49
42
|
} : undefined)), /*#__PURE__*/React.createElement(Box, {
|
|
50
43
|
xcss: styles.jsmTextStyles
|
|
51
44
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography, @atlaskit/ui-styling-standard/enforce-style-prop
|
|
@@ -4,7 +4,7 @@ import "./index.compiled.css";
|
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
5
5
|
import React, { useMemo } from 'react';
|
|
6
6
|
import { useIntl } from 'react-intl-next';
|
|
7
|
-
import { AssetsIcon
|
|
7
|
+
import { AssetsIcon } from '@atlaskit/logo';
|
|
8
8
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
9
9
|
import { Anchor, Inline } from '@atlaskit/primitives/compiled';
|
|
10
10
|
import { useDatasourceAnalyticsEvents } from '../../../analytics';
|
|
@@ -20,7 +20,7 @@ export var ProviderLink = function ProviderLink(_ref) {
|
|
|
20
20
|
fireEvent = _useDatasourceAnalyti.fireEvent;
|
|
21
21
|
var anchor = useMemo(function () {
|
|
22
22
|
if (datasourceId === ASSETS_LIST_OF_LINKS_DATASOURCE_ID) {
|
|
23
|
-
return
|
|
23
|
+
return {
|
|
24
24
|
content: intl.formatMessage(footerMessages.poweredByAssets),
|
|
25
25
|
extensionKey: 'jsm-cmdb-gateway',
|
|
26
26
|
icon: /*#__PURE__*/React.createElement(AssetsIcon, _extends({
|
|
@@ -30,17 +30,6 @@ export var ProviderLink = function ProviderLink(_ref) {
|
|
|
30
30
|
} : undefined)),
|
|
31
31
|
interactionName: 'atlas-link',
|
|
32
32
|
url: '/jira/assets'
|
|
33
|
-
} : {
|
|
34
|
-
content: intl.formatMessage(footerMessages.powerByJSM),
|
|
35
|
-
extensionKey: 'jsm-cmdb-gateway',
|
|
36
|
-
icon: /*#__PURE__*/React.createElement(JiraServiceManagementIcon, _extends({
|
|
37
|
-
appearance: "neutral",
|
|
38
|
-
size: "small"
|
|
39
|
-
}, fg('navx-1895-new-logo-design') ? {
|
|
40
|
-
shouldUseNewLogoDesign: true
|
|
41
|
-
} : undefined)),
|
|
42
|
-
interactionName: 'atlas-link',
|
|
43
|
-
url: '/jira/servicedesk/assets'
|
|
44
33
|
};
|
|
45
34
|
}
|
|
46
35
|
}, [datasourceId, intl]);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-datasource",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.32.0",
|
|
4
4
|
"description": "UI Components to support linking platform dataset feature",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@atlaskit/afm-i18n-platform-linking-platform-link-datasource": "2.7.0",
|
|
41
41
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
42
42
|
"@atlaskit/atlassian-context": "^0.6.0",
|
|
43
|
-
"@atlaskit/avatar": "^25.
|
|
43
|
+
"@atlaskit/avatar": "^25.7.0",
|
|
44
44
|
"@atlaskit/avatar-group": "^12.4.0",
|
|
45
45
|
"@atlaskit/badge": "^18.3.0",
|
|
46
46
|
"@atlaskit/button": "^23.9.0",
|
|
@@ -50,21 +50,21 @@
|
|
|
50
50
|
"@atlaskit/editor-prosemirror": "^7.2.0",
|
|
51
51
|
"@atlaskit/empty-state": "^10.1.0",
|
|
52
52
|
"@atlaskit/feature-gate-js-client": "^5.5.0",
|
|
53
|
-
"@atlaskit/flag": "^17.
|
|
54
|
-
"@atlaskit/form": "^15.
|
|
53
|
+
"@atlaskit/flag": "^17.8.0",
|
|
54
|
+
"@atlaskit/form": "^15.3.0",
|
|
55
55
|
"@atlaskit/heading": "^5.2.0",
|
|
56
|
-
"@atlaskit/icon": "^29.
|
|
56
|
+
"@atlaskit/icon": "^29.4.0",
|
|
57
57
|
"@atlaskit/icon-object": "^7.4.0",
|
|
58
58
|
"@atlaskit/image": "^3.0.0",
|
|
59
|
-
"@atlaskit/inline-edit": "^15.
|
|
59
|
+
"@atlaskit/inline-edit": "^15.6.0",
|
|
60
60
|
"@atlaskit/intl-messages-provider": "^2.0.0",
|
|
61
61
|
"@atlaskit/jql-ast": "^3.3.0",
|
|
62
|
-
"@atlaskit/jql-editor": "^5.
|
|
62
|
+
"@atlaskit/jql-editor": "^5.12.0",
|
|
63
63
|
"@atlaskit/jql-editor-autocomplete-rest": "^3.0.0",
|
|
64
|
-
"@atlaskit/layering": "^3.
|
|
64
|
+
"@atlaskit/layering": "^3.6.0",
|
|
65
65
|
"@atlaskit/link": "^3.3.0",
|
|
66
66
|
"@atlaskit/link-client-extension": "^6.0.0",
|
|
67
|
-
"@atlaskit/link-provider": "^4.
|
|
67
|
+
"@atlaskit/link-provider": "^4.1.0",
|
|
68
68
|
"@atlaskit/linking-common": "^9.9.0",
|
|
69
69
|
"@atlaskit/linking-types": "^14.2.0",
|
|
70
70
|
"@atlaskit/logo": "^19.9.0",
|
|
@@ -72,22 +72,22 @@
|
|
|
72
72
|
"@atlaskit/modal-dialog": "^14.9.0",
|
|
73
73
|
"@atlaskit/outbound-auth-flow-client": "^3.4.0",
|
|
74
74
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
75
|
-
"@atlaskit/popup": "^4.
|
|
75
|
+
"@atlaskit/popup": "^4.13.0",
|
|
76
76
|
"@atlaskit/pragmatic-drag-and-drop": "^1.7.0",
|
|
77
77
|
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.1.0",
|
|
78
78
|
"@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-autoscroll": "^2.0.0",
|
|
79
79
|
"@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^3.2.0",
|
|
80
80
|
"@atlaskit/primitives": "^17.0.0",
|
|
81
|
-
"@atlaskit/react-select": "^3.
|
|
81
|
+
"@atlaskit/react-select": "^3.13.0",
|
|
82
82
|
"@atlaskit/select": "^21.6.0",
|
|
83
|
-
"@atlaskit/smart-card": "^43.
|
|
84
|
-
"@atlaskit/smart-user-picker": "^8.
|
|
83
|
+
"@atlaskit/smart-card": "^43.20.0",
|
|
84
|
+
"@atlaskit/smart-user-picker": "^8.8.0",
|
|
85
85
|
"@atlaskit/spinner": "^19.0.0",
|
|
86
86
|
"@atlaskit/tag": "^14.2.0",
|
|
87
87
|
"@atlaskit/textfield": "^8.2.0",
|
|
88
88
|
"@atlaskit/theme": "^21.0.0",
|
|
89
|
-
"@atlaskit/tokens": "^9.
|
|
90
|
-
"@atlaskit/tooltip": "^20.
|
|
89
|
+
"@atlaskit/tokens": "^9.1.0",
|
|
90
|
+
"@atlaskit/tooltip": "^20.12.0",
|
|
91
91
|
"@atlaskit/ufo": "^0.4.0",
|
|
92
92
|
"@atlaskit/width-detector": "^5.0.0",
|
|
93
93
|
"@babel/runtime": "^7.0.0",
|
|
@@ -116,8 +116,7 @@
|
|
|
116
116
|
"@atlassian/feature-flags-test-utils": "^1.0.0",
|
|
117
117
|
"@faker-js/faker": "^7.5.0",
|
|
118
118
|
"@testing-library/dom": "^10.1.0",
|
|
119
|
-
"@testing-library/react": "^
|
|
120
|
-
"@testing-library/react-hooks": "^8.0.1",
|
|
119
|
+
"@testing-library/react": "^16.3.0",
|
|
121
120
|
"@testing-library/user-event": "^14.4.3",
|
|
122
121
|
"@types/debounce-promise": "^3.1.2",
|
|
123
122
|
"fetch-mock": "^8.0.0",
|
|
@@ -164,9 +163,6 @@
|
|
|
164
163
|
"platform-component-visual-refresh": {
|
|
165
164
|
"type": "boolean"
|
|
166
165
|
},
|
|
167
|
-
"assets_as_an_app_v2": {
|
|
168
|
-
"type": "boolean"
|
|
169
|
-
},
|
|
170
166
|
"product-terminology-refresh": {
|
|
171
167
|
"type": "boolean"
|
|
172
168
|
},
|