@atlaskit/link-datasource 4.19.8 → 4.20.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 +11 -0
- package/dist/cjs/i18n/en.js +2 -0
- package/dist/cjs/i18n/en_GB.js +2 -0
- package/dist/cjs/i18n/en_ZZ.js +2 -0
- package/dist/cjs/ui/common/error-state/messages.js +5 -0
- package/dist/cjs/ui/common/error-state/provider-auth-required.js +2 -1
- package/dist/es2019/i18n/en.js +2 -0
- package/dist/es2019/i18n/en_GB.js +2 -0
- package/dist/es2019/i18n/en_ZZ.js +2 -0
- package/dist/es2019/ui/common/error-state/messages.js +5 -0
- package/dist/es2019/ui/common/error-state/provider-auth-required.js +2 -1
- package/dist/esm/i18n/en.js +2 -0
- package/dist/esm/i18n/en_GB.js +2 -0
- package/dist/esm/i18n/en_ZZ.js +2 -0
- package/dist/esm/ui/common/error-state/messages.js +5 -0
- package/dist/esm/ui/common/error-state/provider-auth-required.js +2 -1
- package/dist/types/i18n/en.d.ts +2 -0
- package/dist/types/i18n/en_GB.d.ts +2 -0
- package/dist/types/i18n/en_ZZ.d.ts +2 -0
- package/dist/types/ui/common/error-state/messages.d.ts +5 -0
- package/dist/types-ts4.5/i18n/en.d.ts +2 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +2 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +2 -0
- package/dist/types-ts4.5/ui/common/error-state/messages.d.ts +5 -0
- package/package.json +6 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @atlaskit/link-datasource
|
|
2
2
|
|
|
3
|
+
## 4.20.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`cdc1b340de640`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cdc1b340de640) -
|
|
8
|
+
Product/App term refresh
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
3
14
|
## 4.19.8
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
package/dist/cjs/i18n/en.js
CHANGED
|
@@ -40,6 +40,7 @@ var _default = exports.default = {
|
|
|
40
40
|
'linkDataSource.basic-filter.no-options-message': "We couldn't find anything matching your search",
|
|
41
41
|
'linkDataSource.basic-filter.no-options-message-old': 'No matches found',
|
|
42
42
|
'linkDataSource.basic-filter.project.label': 'Project',
|
|
43
|
+
'linkDataSource.basic-filter.project.label-galaxia': 'Space',
|
|
43
44
|
'linkDataSource.basic-filter.project.searchPlaceholder': 'Search for projects',
|
|
44
45
|
'linkDataSource.basic-filter.showMoreButton': 'Show more',
|
|
45
46
|
'linkDataSource.basic-filter.status.label': 'Status',
|
|
@@ -94,6 +95,7 @@ var _default = exports.default = {
|
|
|
94
95
|
'linkDataSource.issue-line-table.error-generic-description': 'We had an issue trying to complete the update. Wait a few minutes, then try again. Contact support if this keeps happening.',
|
|
95
96
|
'linkDataSource.issue-line-table.error-generic-title': 'Something went wrong',
|
|
96
97
|
'linkDataSource.issue-line-table.fetch-action-error-generic-description': 'Wait a few minutes, then try again. Check your project settings or contact support if this keeps happening.',
|
|
98
|
+
'linkDataSource.issue-line-table.fetch-action-error-generic-description-galaxia': 'Wait a few minutes, then try again. Check your space settings or contact support if this keeps happening.',
|
|
97
99
|
'linkDataSource.issue-line-table.fetch-action-error-generic-title': 'We’re having trouble fetching options',
|
|
98
100
|
'linkDataSource.issue-line-table.unwrap-text': 'Unwrap text',
|
|
99
101
|
'linkDataSource.issue-line-table.wrap-text': 'Wrap text',
|
package/dist/cjs/i18n/en_GB.js
CHANGED
|
@@ -40,6 +40,7 @@ var _default = exports.default = {
|
|
|
40
40
|
'linkDataSource.basic-filter.no-options-message': "We couldn't find anything matching your search",
|
|
41
41
|
'linkDataSource.basic-filter.no-options-message-old': 'No matches found',
|
|
42
42
|
'linkDataSource.basic-filter.project.label': 'Project',
|
|
43
|
+
'linkDataSource.basic-filter.project.label-galaxia': 'Space',
|
|
43
44
|
'linkDataSource.basic-filter.project.searchPlaceholder': 'Search for projects',
|
|
44
45
|
'linkDataSource.basic-filter.showMoreButton': 'Show more',
|
|
45
46
|
'linkDataSource.basic-filter.status.label': 'Status',
|
|
@@ -94,6 +95,7 @@ var _default = exports.default = {
|
|
|
94
95
|
'linkDataSource.issue-line-table.error-generic-description': 'We had an issue trying to complete the update. Wait a few minutes, then try again. Contact support if this keeps happening.',
|
|
95
96
|
'linkDataSource.issue-line-table.error-generic-title': 'Something went wrong',
|
|
96
97
|
'linkDataSource.issue-line-table.fetch-action-error-generic-description': 'Wait a few minutes, then try again. Check your project settings or contact support if this keeps happening.',
|
|
98
|
+
'linkDataSource.issue-line-table.fetch-action-error-generic-description-galaxia': 'Wait a few minutes, then try again. Check your space settings or contact support if this keeps happening.',
|
|
97
99
|
'linkDataSource.issue-line-table.fetch-action-error-generic-title': 'We’re having trouble fetching options',
|
|
98
100
|
'linkDataSource.issue-line-table.unwrap-text': 'Unwrap text',
|
|
99
101
|
'linkDataSource.issue-line-table.wrap-text': 'Wrap text',
|
package/dist/cjs/i18n/en_ZZ.js
CHANGED
|
@@ -40,6 +40,7 @@ var _default = exports.default = {
|
|
|
40
40
|
'linkDataSource.basic-filter.no-options-message': "We couldn't find anything matching your search",
|
|
41
41
|
'linkDataSource.basic-filter.no-options-message-old': 'No matches found',
|
|
42
42
|
'linkDataSource.basic-filter.project.label': 'Project',
|
|
43
|
+
'linkDataSource.basic-filter.project.label-galaxia': 'Space',
|
|
43
44
|
'linkDataSource.basic-filter.project.searchPlaceholder': 'Search for projects',
|
|
44
45
|
'linkDataSource.basic-filter.showMoreButton': 'Show more',
|
|
45
46
|
'linkDataSource.basic-filter.status.label': 'Status',
|
|
@@ -94,6 +95,7 @@ var _default = exports.default = {
|
|
|
94
95
|
'linkDataSource.issue-line-table.error-generic-description': 'We had an issue trying to complete the update. Wait a few minutes, then try again. Contact support if this keeps happening.',
|
|
95
96
|
'linkDataSource.issue-line-table.error-generic-title': 'Something went wrong',
|
|
96
97
|
'linkDataSource.issue-line-table.fetch-action-error-generic-description': 'Wait a few minutes, then try again. Check your project settings or contact support if this keeps happening.',
|
|
98
|
+
'linkDataSource.issue-line-table.fetch-action-error-generic-description-galaxia': 'Wait a few minutes, then try again. Check your space settings or contact support if this keeps happening.',
|
|
97
99
|
'linkDataSource.issue-line-table.fetch-action-error-generic-title': 'We’re having trouble fetching options',
|
|
98
100
|
'linkDataSource.issue-line-table.unwrap-text': 'Unwrap text',
|
|
99
101
|
'linkDataSource.issue-line-table.wrap-text': 'Wrap text',
|
|
@@ -116,5 +116,10 @@ var loadingErrorMessages = exports.loadingErrorMessages = (0, _reactIntlNext.def
|
|
|
116
116
|
id: 'linkDataSource.datasource.table.authConnectButtonText',
|
|
117
117
|
defaultMessage: 'Connect',
|
|
118
118
|
description: 'Label for the authentication button.'
|
|
119
|
+
},
|
|
120
|
+
authScreenDescriptionTextAppify: {
|
|
121
|
+
id: 'linkDataSource.datasource.table.authScreenDescriptionText-appify',
|
|
122
|
+
defaultMessage: 'Connect your {providerName} account to collaborate on work across Atlassian apps.',
|
|
123
|
+
description: 'Description text to be displayed in the auth screen UI.'
|
|
119
124
|
}
|
|
120
125
|
});
|
|
@@ -17,6 +17,7 @@ var _reactIntlNext = require("react-intl-next");
|
|
|
17
17
|
var _new = _interopRequireDefault(require("@atlaskit/button/new"));
|
|
18
18
|
var _emptyState = _interopRequireDefault(require("@atlaskit/empty-state"));
|
|
19
19
|
var _outboundAuthFlowClient = require("@atlaskit/outbound-auth-flow-client");
|
|
20
|
+
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
20
21
|
var _compiled = require("@atlaskit/primitives/compiled");
|
|
21
22
|
var _analytics = require("../../../analytics");
|
|
22
23
|
var _useErrorLogger2 = _interopRequireDefault(require("../../../hooks/useErrorLogger"));
|
|
@@ -87,7 +88,7 @@ var ProviderAuthRequired = exports.ProviderAuthRequired = function ProviderAuthR
|
|
|
87
88
|
};
|
|
88
89
|
}();
|
|
89
90
|
var renderAuthDescription = function renderAuthDescription() {
|
|
90
|
-
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, formatMessage(_messages.loadingErrorMessages.authScreenDescriptionText, {
|
|
91
|
+
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, formatMessage((0, _platformFeatureFlags.fg)('product-terminology-refresh') ? _messages.loadingErrorMessages.authScreenDescriptionTextAppify : _messages.loadingErrorMessages.authScreenDescriptionText, {
|
|
91
92
|
providerName: providerName
|
|
92
93
|
}), ' ', /*#__PURE__*/_react.default.createElement(_compiled.Anchor, {
|
|
93
94
|
href: learnMoreAboutSmartLinksUrl,
|
package/dist/es2019/i18n/en.js
CHANGED
|
@@ -34,6 +34,7 @@ export default {
|
|
|
34
34
|
'linkDataSource.basic-filter.no-options-message': "We couldn't find anything matching your search",
|
|
35
35
|
'linkDataSource.basic-filter.no-options-message-old': 'No matches found',
|
|
36
36
|
'linkDataSource.basic-filter.project.label': 'Project',
|
|
37
|
+
'linkDataSource.basic-filter.project.label-galaxia': 'Space',
|
|
37
38
|
'linkDataSource.basic-filter.project.searchPlaceholder': 'Search for projects',
|
|
38
39
|
'linkDataSource.basic-filter.showMoreButton': 'Show more',
|
|
39
40
|
'linkDataSource.basic-filter.status.label': 'Status',
|
|
@@ -88,6 +89,7 @@ export default {
|
|
|
88
89
|
'linkDataSource.issue-line-table.error-generic-description': 'We had an issue trying to complete the update. Wait a few minutes, then try again. Contact support if this keeps happening.',
|
|
89
90
|
'linkDataSource.issue-line-table.error-generic-title': 'Something went wrong',
|
|
90
91
|
'linkDataSource.issue-line-table.fetch-action-error-generic-description': 'Wait a few minutes, then try again. Check your project settings or contact support if this keeps happening.',
|
|
92
|
+
'linkDataSource.issue-line-table.fetch-action-error-generic-description-galaxia': 'Wait a few minutes, then try again. Check your space settings or contact support if this keeps happening.',
|
|
91
93
|
'linkDataSource.issue-line-table.fetch-action-error-generic-title': 'We’re having trouble fetching options',
|
|
92
94
|
'linkDataSource.issue-line-table.unwrap-text': 'Unwrap text',
|
|
93
95
|
'linkDataSource.issue-line-table.wrap-text': 'Wrap text',
|
|
@@ -34,6 +34,7 @@ export default {
|
|
|
34
34
|
'linkDataSource.basic-filter.no-options-message': "We couldn't find anything matching your search",
|
|
35
35
|
'linkDataSource.basic-filter.no-options-message-old': 'No matches found',
|
|
36
36
|
'linkDataSource.basic-filter.project.label': 'Project',
|
|
37
|
+
'linkDataSource.basic-filter.project.label-galaxia': 'Space',
|
|
37
38
|
'linkDataSource.basic-filter.project.searchPlaceholder': 'Search for projects',
|
|
38
39
|
'linkDataSource.basic-filter.showMoreButton': 'Show more',
|
|
39
40
|
'linkDataSource.basic-filter.status.label': 'Status',
|
|
@@ -88,6 +89,7 @@ export default {
|
|
|
88
89
|
'linkDataSource.issue-line-table.error-generic-description': 'We had an issue trying to complete the update. Wait a few minutes, then try again. Contact support if this keeps happening.',
|
|
89
90
|
'linkDataSource.issue-line-table.error-generic-title': 'Something went wrong',
|
|
90
91
|
'linkDataSource.issue-line-table.fetch-action-error-generic-description': 'Wait a few minutes, then try again. Check your project settings or contact support if this keeps happening.',
|
|
92
|
+
'linkDataSource.issue-line-table.fetch-action-error-generic-description-galaxia': 'Wait a few minutes, then try again. Check your space settings or contact support if this keeps happening.',
|
|
91
93
|
'linkDataSource.issue-line-table.fetch-action-error-generic-title': 'We’re having trouble fetching options',
|
|
92
94
|
'linkDataSource.issue-line-table.unwrap-text': 'Unwrap text',
|
|
93
95
|
'linkDataSource.issue-line-table.wrap-text': 'Wrap text',
|
|
@@ -34,6 +34,7 @@ export default {
|
|
|
34
34
|
'linkDataSource.basic-filter.no-options-message': "We couldn't find anything matching your search",
|
|
35
35
|
'linkDataSource.basic-filter.no-options-message-old': 'No matches found',
|
|
36
36
|
'linkDataSource.basic-filter.project.label': 'Project',
|
|
37
|
+
'linkDataSource.basic-filter.project.label-galaxia': 'Space',
|
|
37
38
|
'linkDataSource.basic-filter.project.searchPlaceholder': 'Search for projects',
|
|
38
39
|
'linkDataSource.basic-filter.showMoreButton': 'Show more',
|
|
39
40
|
'linkDataSource.basic-filter.status.label': 'Status',
|
|
@@ -88,6 +89,7 @@ export default {
|
|
|
88
89
|
'linkDataSource.issue-line-table.error-generic-description': 'We had an issue trying to complete the update. Wait a few minutes, then try again. Contact support if this keeps happening.',
|
|
89
90
|
'linkDataSource.issue-line-table.error-generic-title': 'Something went wrong',
|
|
90
91
|
'linkDataSource.issue-line-table.fetch-action-error-generic-description': 'Wait a few minutes, then try again. Check your project settings or contact support if this keeps happening.',
|
|
92
|
+
'linkDataSource.issue-line-table.fetch-action-error-generic-description-galaxia': 'Wait a few minutes, then try again. Check your space settings or contact support if this keeps happening.',
|
|
91
93
|
'linkDataSource.issue-line-table.fetch-action-error-generic-title': 'We’re having trouble fetching options',
|
|
92
94
|
'linkDataSource.issue-line-table.unwrap-text': 'Unwrap text',
|
|
93
95
|
'linkDataSource.issue-line-table.wrap-text': 'Wrap text',
|
|
@@ -110,5 +110,10 @@ export const loadingErrorMessages = defineMessages({
|
|
|
110
110
|
id: 'linkDataSource.datasource.table.authConnectButtonText',
|
|
111
111
|
defaultMessage: 'Connect',
|
|
112
112
|
description: 'Label for the authentication button.'
|
|
113
|
+
},
|
|
114
|
+
authScreenDescriptionTextAppify: {
|
|
115
|
+
id: 'linkDataSource.datasource.table.authScreenDescriptionText-appify',
|
|
116
|
+
defaultMessage: 'Connect your {providerName} account to collaborate on work across Atlassian apps.',
|
|
117
|
+
description: 'Description text to be displayed in the auth screen UI.'
|
|
113
118
|
}
|
|
114
119
|
});
|
|
@@ -6,6 +6,7 @@ import { useIntl } from 'react-intl-next';
|
|
|
6
6
|
import Button from '@atlaskit/button/new';
|
|
7
7
|
import EmptyState from '@atlaskit/empty-state';
|
|
8
8
|
import { AuthError, auth as outboundAuth } from '@atlaskit/outbound-auth-flow-client';
|
|
9
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
9
10
|
import { Anchor, Box } from '@atlaskit/primitives/compiled';
|
|
10
11
|
import { useDatasourceAnalyticsEvents } from '../../../analytics';
|
|
11
12
|
import useErrorLogger from '../../../hooks/useErrorLogger';
|
|
@@ -58,7 +59,7 @@ export const ProviderAuthRequired = ({
|
|
|
58
59
|
onAuthError === null || onAuthError === void 0 ? void 0 : onAuthError();
|
|
59
60
|
}
|
|
60
61
|
};
|
|
61
|
-
const renderAuthDescription = () => /*#__PURE__*/React.createElement(React.Fragment, null, formatMessage(loadingErrorMessages.authScreenDescriptionText, {
|
|
62
|
+
const renderAuthDescription = () => /*#__PURE__*/React.createElement(React.Fragment, null, formatMessage(fg('product-terminology-refresh') ? loadingErrorMessages.authScreenDescriptionTextAppify : loadingErrorMessages.authScreenDescriptionText, {
|
|
62
63
|
providerName
|
|
63
64
|
}), ' ', /*#__PURE__*/React.createElement(Anchor, {
|
|
64
65
|
href: learnMoreAboutSmartLinksUrl,
|
package/dist/esm/i18n/en.js
CHANGED
|
@@ -34,6 +34,7 @@ export default {
|
|
|
34
34
|
'linkDataSource.basic-filter.no-options-message': "We couldn't find anything matching your search",
|
|
35
35
|
'linkDataSource.basic-filter.no-options-message-old': 'No matches found',
|
|
36
36
|
'linkDataSource.basic-filter.project.label': 'Project',
|
|
37
|
+
'linkDataSource.basic-filter.project.label-galaxia': 'Space',
|
|
37
38
|
'linkDataSource.basic-filter.project.searchPlaceholder': 'Search for projects',
|
|
38
39
|
'linkDataSource.basic-filter.showMoreButton': 'Show more',
|
|
39
40
|
'linkDataSource.basic-filter.status.label': 'Status',
|
|
@@ -88,6 +89,7 @@ export default {
|
|
|
88
89
|
'linkDataSource.issue-line-table.error-generic-description': 'We had an issue trying to complete the update. Wait a few minutes, then try again. Contact support if this keeps happening.',
|
|
89
90
|
'linkDataSource.issue-line-table.error-generic-title': 'Something went wrong',
|
|
90
91
|
'linkDataSource.issue-line-table.fetch-action-error-generic-description': 'Wait a few minutes, then try again. Check your project settings or contact support if this keeps happening.',
|
|
92
|
+
'linkDataSource.issue-line-table.fetch-action-error-generic-description-galaxia': 'Wait a few minutes, then try again. Check your space settings or contact support if this keeps happening.',
|
|
91
93
|
'linkDataSource.issue-line-table.fetch-action-error-generic-title': 'We’re having trouble fetching options',
|
|
92
94
|
'linkDataSource.issue-line-table.unwrap-text': 'Unwrap text',
|
|
93
95
|
'linkDataSource.issue-line-table.wrap-text': 'Wrap text',
|
package/dist/esm/i18n/en_GB.js
CHANGED
|
@@ -34,6 +34,7 @@ export default {
|
|
|
34
34
|
'linkDataSource.basic-filter.no-options-message': "We couldn't find anything matching your search",
|
|
35
35
|
'linkDataSource.basic-filter.no-options-message-old': 'No matches found',
|
|
36
36
|
'linkDataSource.basic-filter.project.label': 'Project',
|
|
37
|
+
'linkDataSource.basic-filter.project.label-galaxia': 'Space',
|
|
37
38
|
'linkDataSource.basic-filter.project.searchPlaceholder': 'Search for projects',
|
|
38
39
|
'linkDataSource.basic-filter.showMoreButton': 'Show more',
|
|
39
40
|
'linkDataSource.basic-filter.status.label': 'Status',
|
|
@@ -88,6 +89,7 @@ export default {
|
|
|
88
89
|
'linkDataSource.issue-line-table.error-generic-description': 'We had an issue trying to complete the update. Wait a few minutes, then try again. Contact support if this keeps happening.',
|
|
89
90
|
'linkDataSource.issue-line-table.error-generic-title': 'Something went wrong',
|
|
90
91
|
'linkDataSource.issue-line-table.fetch-action-error-generic-description': 'Wait a few minutes, then try again. Check your project settings or contact support if this keeps happening.',
|
|
92
|
+
'linkDataSource.issue-line-table.fetch-action-error-generic-description-galaxia': 'Wait a few minutes, then try again. Check your space settings or contact support if this keeps happening.',
|
|
91
93
|
'linkDataSource.issue-line-table.fetch-action-error-generic-title': 'We’re having trouble fetching options',
|
|
92
94
|
'linkDataSource.issue-line-table.unwrap-text': 'Unwrap text',
|
|
93
95
|
'linkDataSource.issue-line-table.wrap-text': 'Wrap text',
|
package/dist/esm/i18n/en_ZZ.js
CHANGED
|
@@ -34,6 +34,7 @@ export default {
|
|
|
34
34
|
'linkDataSource.basic-filter.no-options-message': "We couldn't find anything matching your search",
|
|
35
35
|
'linkDataSource.basic-filter.no-options-message-old': 'No matches found',
|
|
36
36
|
'linkDataSource.basic-filter.project.label': 'Project',
|
|
37
|
+
'linkDataSource.basic-filter.project.label-galaxia': 'Space',
|
|
37
38
|
'linkDataSource.basic-filter.project.searchPlaceholder': 'Search for projects',
|
|
38
39
|
'linkDataSource.basic-filter.showMoreButton': 'Show more',
|
|
39
40
|
'linkDataSource.basic-filter.status.label': 'Status',
|
|
@@ -88,6 +89,7 @@ export default {
|
|
|
88
89
|
'linkDataSource.issue-line-table.error-generic-description': 'We had an issue trying to complete the update. Wait a few minutes, then try again. Contact support if this keeps happening.',
|
|
89
90
|
'linkDataSource.issue-line-table.error-generic-title': 'Something went wrong',
|
|
90
91
|
'linkDataSource.issue-line-table.fetch-action-error-generic-description': 'Wait a few minutes, then try again. Check your project settings or contact support if this keeps happening.',
|
|
92
|
+
'linkDataSource.issue-line-table.fetch-action-error-generic-description-galaxia': 'Wait a few minutes, then try again. Check your space settings or contact support if this keeps happening.',
|
|
91
93
|
'linkDataSource.issue-line-table.fetch-action-error-generic-title': 'We’re having trouble fetching options',
|
|
92
94
|
'linkDataSource.issue-line-table.unwrap-text': 'Unwrap text',
|
|
93
95
|
'linkDataSource.issue-line-table.wrap-text': 'Wrap text',
|
|
@@ -110,5 +110,10 @@ export var loadingErrorMessages = defineMessages({
|
|
|
110
110
|
id: 'linkDataSource.datasource.table.authConnectButtonText',
|
|
111
111
|
defaultMessage: 'Connect',
|
|
112
112
|
description: 'Label for the authentication button.'
|
|
113
|
+
},
|
|
114
|
+
authScreenDescriptionTextAppify: {
|
|
115
|
+
id: 'linkDataSource.datasource.table.authScreenDescriptionText-appify',
|
|
116
|
+
defaultMessage: 'Connect your {providerName} account to collaborate on work across Atlassian apps.',
|
|
117
|
+
description: 'Description text to be displayed in the auth screen UI.'
|
|
113
118
|
}
|
|
114
119
|
});
|
|
@@ -9,6 +9,7 @@ import { useIntl } from 'react-intl-next';
|
|
|
9
9
|
import Button from '@atlaskit/button/new';
|
|
10
10
|
import EmptyState from '@atlaskit/empty-state';
|
|
11
11
|
import { AuthError, auth as outboundAuth } from '@atlaskit/outbound-auth-flow-client';
|
|
12
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
12
13
|
import { Anchor, Box } from '@atlaskit/primitives/compiled';
|
|
13
14
|
import { useDatasourceAnalyticsEvents } from '../../../analytics';
|
|
14
15
|
import useErrorLogger from '../../../hooks/useErrorLogger';
|
|
@@ -78,7 +79,7 @@ export var ProviderAuthRequired = function ProviderAuthRequired(_ref) {
|
|
|
78
79
|
};
|
|
79
80
|
}();
|
|
80
81
|
var renderAuthDescription = function renderAuthDescription() {
|
|
81
|
-
return /*#__PURE__*/React.createElement(React.Fragment, null, formatMessage(loadingErrorMessages.authScreenDescriptionText, {
|
|
82
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, formatMessage(fg('product-terminology-refresh') ? loadingErrorMessages.authScreenDescriptionTextAppify : loadingErrorMessages.authScreenDescriptionText, {
|
|
82
83
|
providerName: providerName
|
|
83
84
|
}), ' ', /*#__PURE__*/React.createElement(Anchor, {
|
|
84
85
|
href: learnMoreAboutSmartLinksUrl,
|
package/dist/types/i18n/en.d.ts
CHANGED
|
@@ -32,6 +32,7 @@ declare const _default: {
|
|
|
32
32
|
'linkDataSource.basic-filter.no-options-message': string;
|
|
33
33
|
'linkDataSource.basic-filter.no-options-message-old': string;
|
|
34
34
|
'linkDataSource.basic-filter.project.label': string;
|
|
35
|
+
'linkDataSource.basic-filter.project.label-galaxia': string;
|
|
35
36
|
'linkDataSource.basic-filter.project.searchPlaceholder': string;
|
|
36
37
|
'linkDataSource.basic-filter.showMoreButton': string;
|
|
37
38
|
'linkDataSource.basic-filter.status.label': string;
|
|
@@ -86,6 +87,7 @@ declare const _default: {
|
|
|
86
87
|
'linkDataSource.issue-line-table.error-generic-description': string;
|
|
87
88
|
'linkDataSource.issue-line-table.error-generic-title': string;
|
|
88
89
|
'linkDataSource.issue-line-table.fetch-action-error-generic-description': string;
|
|
90
|
+
'linkDataSource.issue-line-table.fetch-action-error-generic-description-galaxia': string;
|
|
89
91
|
'linkDataSource.issue-line-table.fetch-action-error-generic-title': string;
|
|
90
92
|
'linkDataSource.issue-line-table.unwrap-text': string;
|
|
91
93
|
'linkDataSource.issue-line-table.wrap-text': string;
|
|
@@ -32,6 +32,7 @@ declare const _default: {
|
|
|
32
32
|
'linkDataSource.basic-filter.no-options-message': string;
|
|
33
33
|
'linkDataSource.basic-filter.no-options-message-old': string;
|
|
34
34
|
'linkDataSource.basic-filter.project.label': string;
|
|
35
|
+
'linkDataSource.basic-filter.project.label-galaxia': string;
|
|
35
36
|
'linkDataSource.basic-filter.project.searchPlaceholder': string;
|
|
36
37
|
'linkDataSource.basic-filter.showMoreButton': string;
|
|
37
38
|
'linkDataSource.basic-filter.status.label': string;
|
|
@@ -86,6 +87,7 @@ declare const _default: {
|
|
|
86
87
|
'linkDataSource.issue-line-table.error-generic-description': string;
|
|
87
88
|
'linkDataSource.issue-line-table.error-generic-title': string;
|
|
88
89
|
'linkDataSource.issue-line-table.fetch-action-error-generic-description': string;
|
|
90
|
+
'linkDataSource.issue-line-table.fetch-action-error-generic-description-galaxia': string;
|
|
89
91
|
'linkDataSource.issue-line-table.fetch-action-error-generic-title': string;
|
|
90
92
|
'linkDataSource.issue-line-table.unwrap-text': string;
|
|
91
93
|
'linkDataSource.issue-line-table.wrap-text': string;
|
|
@@ -32,6 +32,7 @@ declare const _default: {
|
|
|
32
32
|
'linkDataSource.basic-filter.no-options-message': string;
|
|
33
33
|
'linkDataSource.basic-filter.no-options-message-old': string;
|
|
34
34
|
'linkDataSource.basic-filter.project.label': string;
|
|
35
|
+
'linkDataSource.basic-filter.project.label-galaxia': string;
|
|
35
36
|
'linkDataSource.basic-filter.project.searchPlaceholder': string;
|
|
36
37
|
'linkDataSource.basic-filter.showMoreButton': string;
|
|
37
38
|
'linkDataSource.basic-filter.status.label': string;
|
|
@@ -86,6 +87,7 @@ declare const _default: {
|
|
|
86
87
|
'linkDataSource.issue-line-table.error-generic-description': string;
|
|
87
88
|
'linkDataSource.issue-line-table.error-generic-title': string;
|
|
88
89
|
'linkDataSource.issue-line-table.fetch-action-error-generic-description': string;
|
|
90
|
+
'linkDataSource.issue-line-table.fetch-action-error-generic-description-galaxia': string;
|
|
89
91
|
'linkDataSource.issue-line-table.fetch-action-error-generic-title': string;
|
|
90
92
|
'linkDataSource.issue-line-table.unwrap-text': string;
|
|
91
93
|
'linkDataSource.issue-line-table.wrap-text': string;
|
|
@@ -32,6 +32,7 @@ declare const _default: {
|
|
|
32
32
|
'linkDataSource.basic-filter.no-options-message': string;
|
|
33
33
|
'linkDataSource.basic-filter.no-options-message-old': string;
|
|
34
34
|
'linkDataSource.basic-filter.project.label': string;
|
|
35
|
+
'linkDataSource.basic-filter.project.label-galaxia': string;
|
|
35
36
|
'linkDataSource.basic-filter.project.searchPlaceholder': string;
|
|
36
37
|
'linkDataSource.basic-filter.showMoreButton': string;
|
|
37
38
|
'linkDataSource.basic-filter.status.label': string;
|
|
@@ -86,6 +87,7 @@ declare const _default: {
|
|
|
86
87
|
'linkDataSource.issue-line-table.error-generic-description': string;
|
|
87
88
|
'linkDataSource.issue-line-table.error-generic-title': string;
|
|
88
89
|
'linkDataSource.issue-line-table.fetch-action-error-generic-description': string;
|
|
90
|
+
'linkDataSource.issue-line-table.fetch-action-error-generic-description-galaxia': string;
|
|
89
91
|
'linkDataSource.issue-line-table.fetch-action-error-generic-title': string;
|
|
90
92
|
'linkDataSource.issue-line-table.unwrap-text': string;
|
|
91
93
|
'linkDataSource.issue-line-table.wrap-text': string;
|
|
@@ -32,6 +32,7 @@ declare const _default: {
|
|
|
32
32
|
'linkDataSource.basic-filter.no-options-message': string;
|
|
33
33
|
'linkDataSource.basic-filter.no-options-message-old': string;
|
|
34
34
|
'linkDataSource.basic-filter.project.label': string;
|
|
35
|
+
'linkDataSource.basic-filter.project.label-galaxia': string;
|
|
35
36
|
'linkDataSource.basic-filter.project.searchPlaceholder': string;
|
|
36
37
|
'linkDataSource.basic-filter.showMoreButton': string;
|
|
37
38
|
'linkDataSource.basic-filter.status.label': string;
|
|
@@ -86,6 +87,7 @@ declare const _default: {
|
|
|
86
87
|
'linkDataSource.issue-line-table.error-generic-description': string;
|
|
87
88
|
'linkDataSource.issue-line-table.error-generic-title': string;
|
|
88
89
|
'linkDataSource.issue-line-table.fetch-action-error-generic-description': string;
|
|
90
|
+
'linkDataSource.issue-line-table.fetch-action-error-generic-description-galaxia': string;
|
|
89
91
|
'linkDataSource.issue-line-table.fetch-action-error-generic-title': string;
|
|
90
92
|
'linkDataSource.issue-line-table.unwrap-text': string;
|
|
91
93
|
'linkDataSource.issue-line-table.wrap-text': string;
|
|
@@ -32,6 +32,7 @@ declare const _default: {
|
|
|
32
32
|
'linkDataSource.basic-filter.no-options-message': string;
|
|
33
33
|
'linkDataSource.basic-filter.no-options-message-old': string;
|
|
34
34
|
'linkDataSource.basic-filter.project.label': string;
|
|
35
|
+
'linkDataSource.basic-filter.project.label-galaxia': string;
|
|
35
36
|
'linkDataSource.basic-filter.project.searchPlaceholder': string;
|
|
36
37
|
'linkDataSource.basic-filter.showMoreButton': string;
|
|
37
38
|
'linkDataSource.basic-filter.status.label': string;
|
|
@@ -86,6 +87,7 @@ declare const _default: {
|
|
|
86
87
|
'linkDataSource.issue-line-table.error-generic-description': string;
|
|
87
88
|
'linkDataSource.issue-line-table.error-generic-title': string;
|
|
88
89
|
'linkDataSource.issue-line-table.fetch-action-error-generic-description': string;
|
|
90
|
+
'linkDataSource.issue-line-table.fetch-action-error-generic-description-galaxia': string;
|
|
89
91
|
'linkDataSource.issue-line-table.fetch-action-error-generic-title': string;
|
|
90
92
|
'linkDataSource.issue-line-table.unwrap-text': string;
|
|
91
93
|
'linkDataSource.issue-line-table.wrap-text': string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-datasource",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.20.0",
|
|
4
4
|
"description": "UI Components to support linking platform dataset feature",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"@atlaskit/flag": "^17.3.0",
|
|
52
52
|
"@atlaskit/form": "^12.1.0",
|
|
53
53
|
"@atlaskit/heading": "^5.2.0",
|
|
54
|
-
"@atlaskit/icon": "^
|
|
54
|
+
"@atlaskit/icon": "^28.0.0",
|
|
55
55
|
"@atlaskit/icon-object": "^7.2.0",
|
|
56
56
|
"@atlaskit/image": "^3.0.0",
|
|
57
57
|
"@atlaskit/inline-edit": "^15.3.0",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"@atlaskit/primitives": "^14.11.0",
|
|
78
78
|
"@atlaskit/react-select": "^3.4.0",
|
|
79
79
|
"@atlaskit/select": "^21.2.0",
|
|
80
|
-
"@atlaskit/smart-card": "^40.
|
|
80
|
+
"@atlaskit/smart-card": "^40.11.0",
|
|
81
81
|
"@atlaskit/smart-user-picker": "^8.1.0",
|
|
82
82
|
"@atlaskit/spinner": "^19.0.0",
|
|
83
83
|
"@atlaskit/tag": "^14.1.0",
|
|
@@ -170,6 +170,9 @@
|
|
|
170
170
|
"assets_as_an_app_v2": {
|
|
171
171
|
"type": "boolean"
|
|
172
172
|
},
|
|
173
|
+
"product-terminology-refresh": {
|
|
174
|
+
"type": "boolean"
|
|
175
|
+
},
|
|
173
176
|
"dst-a11y__replace-anchor-with-link__linking-platfo": {
|
|
174
177
|
"type": "boolean"
|
|
175
178
|
},
|