@atlaskit/smart-card 26.43.5 → 26.43.7
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 +12 -0
- package/dist/cjs/i18n/cs.js +3 -2
- package/dist/cjs/i18n/da.js +3 -2
- package/dist/cjs/i18n/de.js +3 -2
- package/dist/cjs/i18n/en.js +3 -2
- package/dist/cjs/i18n/en_GB.js +3 -2
- package/dist/cjs/i18n/en_ZZ.js +3 -2
- package/dist/cjs/i18n/es.js +3 -2
- package/dist/cjs/i18n/fi.js +3 -2
- package/dist/cjs/i18n/fr.js +3 -2
- package/dist/cjs/i18n/hu.js +3 -2
- package/dist/cjs/i18n/it.js +3 -2
- package/dist/cjs/i18n/ja.js +3 -2
- package/dist/cjs/i18n/ko.js +3 -2
- package/dist/cjs/i18n/nb.js +3 -2
- package/dist/cjs/i18n/nl.js +3 -2
- package/dist/cjs/i18n/pl.js +3 -2
- package/dist/cjs/i18n/pt_BR.js +3 -2
- package/dist/cjs/i18n/ru.js +3 -2
- package/dist/cjs/i18n/sv.js +3 -2
- package/dist/cjs/i18n/th.js +3 -2
- package/dist/cjs/i18n/tr.js +3 -2
- package/dist/cjs/i18n/uk.js +3 -2
- package/dist/cjs/i18n/vi.js +3 -2
- package/dist/cjs/i18n/zh.js +3 -2
- package/dist/cjs/i18n/zh_TW.js +3 -2
- package/dist/cjs/utils/analytics/analytics.js +1 -1
- package/dist/cjs/view/BlockCard/index.js +2 -9
- package/dist/cjs/view/EmbedCard/components/ExpandedFrame.js +2 -1
- package/dist/cjs/view/EmbedCard/components/styled.js +31 -16
- package/dist/cjs/view/EmbedCard/index.js +33 -73
- package/dist/cjs/view/HoverCard/components/HoverCardContent.js +4 -7
- package/dist/cjs/view/InlineCard/ErroredView/index.js +1 -2
- package/dist/cjs/view/InlineCard/ForbiddenView/index.js +5 -10
- package/dist/cjs/view/InlineCard/index.js +1 -7
- package/dist/cjs/view/LinkUrl/index.js +1 -1
- package/dist/es2019/i18n/cs.js +3 -2
- package/dist/es2019/i18n/da.js +3 -2
- package/dist/es2019/i18n/de.js +3 -2
- package/dist/es2019/i18n/en.js +3 -2
- package/dist/es2019/i18n/en_GB.js +3 -2
- package/dist/es2019/i18n/en_ZZ.js +3 -2
- package/dist/es2019/i18n/es.js +3 -2
- package/dist/es2019/i18n/fi.js +3 -2
- package/dist/es2019/i18n/fr.js +3 -2
- package/dist/es2019/i18n/hu.js +3 -2
- package/dist/es2019/i18n/it.js +3 -2
- package/dist/es2019/i18n/ja.js +3 -2
- package/dist/es2019/i18n/ko.js +3 -2
- package/dist/es2019/i18n/nb.js +3 -2
- package/dist/es2019/i18n/nl.js +3 -2
- package/dist/es2019/i18n/pl.js +3 -2
- package/dist/es2019/i18n/pt_BR.js +3 -2
- package/dist/es2019/i18n/ru.js +3 -2
- package/dist/es2019/i18n/sv.js +3 -2
- package/dist/es2019/i18n/th.js +3 -2
- package/dist/es2019/i18n/tr.js +3 -2
- package/dist/es2019/i18n/uk.js +3 -2
- package/dist/es2019/i18n/vi.js +3 -2
- package/dist/es2019/i18n/zh.js +3 -2
- package/dist/es2019/i18n/zh_TW.js +3 -2
- package/dist/es2019/utils/analytics/analytics.js +1 -1
- package/dist/es2019/view/BlockCard/index.js +2 -9
- package/dist/es2019/view/EmbedCard/components/ExpandedFrame.js +2 -1
- package/dist/es2019/view/EmbedCard/components/styled.js +28 -2
- package/dist/es2019/view/EmbedCard/index.js +33 -73
- package/dist/es2019/view/HoverCard/components/HoverCardContent.js +4 -7
- package/dist/es2019/view/InlineCard/ErroredView/index.js +1 -2
- package/dist/es2019/view/InlineCard/ForbiddenView/index.js +5 -10
- package/dist/es2019/view/InlineCard/index.js +1 -7
- package/dist/es2019/view/LinkUrl/index.js +1 -1
- package/dist/esm/i18n/cs.js +3 -2
- package/dist/esm/i18n/da.js +3 -2
- package/dist/esm/i18n/de.js +3 -2
- package/dist/esm/i18n/en.js +3 -2
- package/dist/esm/i18n/en_GB.js +3 -2
- package/dist/esm/i18n/en_ZZ.js +3 -2
- package/dist/esm/i18n/es.js +3 -2
- package/dist/esm/i18n/fi.js +3 -2
- package/dist/esm/i18n/fr.js +3 -2
- package/dist/esm/i18n/hu.js +3 -2
- package/dist/esm/i18n/it.js +3 -2
- package/dist/esm/i18n/ja.js +3 -2
- package/dist/esm/i18n/ko.js +3 -2
- package/dist/esm/i18n/nb.js +3 -2
- package/dist/esm/i18n/nl.js +3 -2
- package/dist/esm/i18n/pl.js +3 -2
- package/dist/esm/i18n/pt_BR.js +3 -2
- package/dist/esm/i18n/ru.js +3 -2
- package/dist/esm/i18n/sv.js +3 -2
- package/dist/esm/i18n/th.js +3 -2
- package/dist/esm/i18n/tr.js +3 -2
- package/dist/esm/i18n/uk.js +3 -2
- package/dist/esm/i18n/vi.js +3 -2
- package/dist/esm/i18n/zh.js +3 -2
- package/dist/esm/i18n/zh_TW.js +3 -2
- package/dist/esm/utils/analytics/analytics.js +1 -1
- package/dist/esm/view/BlockCard/index.js +2 -9
- package/dist/esm/view/EmbedCard/components/ExpandedFrame.js +2 -1
- package/dist/esm/view/EmbedCard/components/styled.js +31 -16
- package/dist/esm/view/EmbedCard/index.js +33 -73
- package/dist/esm/view/HoverCard/components/HoverCardContent.js +4 -7
- package/dist/esm/view/InlineCard/ErroredView/index.js +1 -2
- package/dist/esm/view/InlineCard/ForbiddenView/index.js +5 -10
- package/dist/esm/view/InlineCard/index.js +1 -7
- package/dist/esm/view/LinkUrl/index.js +1 -1
- package/dist/types/i18n/cs.d.ts +1 -0
- package/dist/types/i18n/da.d.ts +1 -0
- package/dist/types/i18n/de.d.ts +1 -0
- package/dist/types/i18n/en.d.ts +1 -0
- package/dist/types/i18n/en_GB.d.ts +1 -0
- package/dist/types/i18n/en_ZZ.d.ts +1 -0
- package/dist/types/i18n/es.d.ts +1 -0
- package/dist/types/i18n/fi.d.ts +1 -0
- package/dist/types/i18n/fr.d.ts +1 -0
- package/dist/types/i18n/hu.d.ts +1 -0
- package/dist/types/i18n/it.d.ts +1 -0
- package/dist/types/i18n/ja.d.ts +1 -0
- package/dist/types/i18n/ko.d.ts +1 -0
- package/dist/types/i18n/nb.d.ts +1 -0
- package/dist/types/i18n/nl.d.ts +1 -0
- package/dist/types/i18n/pl.d.ts +1 -0
- package/dist/types/i18n/pt_BR.d.ts +1 -0
- package/dist/types/i18n/ru.d.ts +1 -0
- package/dist/types/i18n/sv.d.ts +1 -0
- package/dist/types/i18n/th.d.ts +1 -0
- package/dist/types/i18n/tr.d.ts +1 -0
- package/dist/types/i18n/uk.d.ts +1 -0
- package/dist/types/i18n/vi.d.ts +1 -0
- package/dist/types/i18n/zh.d.ts +1 -0
- package/dist/types/i18n/zh_TW.d.ts +1 -0
- package/dist/types/view/EmbedCard/components/styled.d.ts +4 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +1 -0
- package/dist/types-ts4.5/i18n/da.d.ts +1 -0
- package/dist/types-ts4.5/i18n/de.d.ts +1 -0
- package/dist/types-ts4.5/i18n/en.d.ts +1 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +1 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +1 -0
- package/dist/types-ts4.5/i18n/es.d.ts +1 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +1 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +1 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +1 -0
- package/dist/types-ts4.5/i18n/it.d.ts +1 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +1 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +1 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +1 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +1 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +1 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +1 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +1 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +1 -0
- package/dist/types-ts4.5/i18n/th.d.ts +1 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +1 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +1 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +1 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +1 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +1 -0
- package/dist/types-ts4.5/view/EmbedCard/components/styled.d.ts +4 -1
- package/package.json +6 -6
- package/dist/cjs/view/BlockCard/views/flexible/FlexibleForbiddenViewOld.js +0 -84
- package/dist/cjs/view/BlockCard/views/flexible/FlexibleNotFoundViewOld.js +0 -48
- package/dist/cjs/view/EmbedCard/views/ForbiddenView.js +0 -75
- package/dist/cjs/view/EmbedCard/views/NotFoundView.js +0 -46
- package/dist/cjs/view/EmbedCard/views/UnauthorisedView.js +0 -87
- package/dist/es2019/view/BlockCard/views/flexible/FlexibleForbiddenViewOld.js +0 -76
- package/dist/es2019/view/BlockCard/views/flexible/FlexibleNotFoundViewOld.js +0 -38
- package/dist/es2019/view/EmbedCard/views/ForbiddenView.js +0 -69
- package/dist/es2019/view/EmbedCard/views/NotFoundView.js +0 -39
- package/dist/es2019/view/EmbedCard/views/UnauthorisedView.js +0 -77
- package/dist/esm/view/BlockCard/views/flexible/FlexibleForbiddenViewOld.js +0 -75
- package/dist/esm/view/BlockCard/views/flexible/FlexibleNotFoundViewOld.js +0 -42
- package/dist/esm/view/EmbedCard/views/ForbiddenView.js +0 -68
- package/dist/esm/view/EmbedCard/views/NotFoundView.js +0 -39
- package/dist/esm/view/EmbedCard/views/UnauthorisedView.js +0 -77
- package/dist/types/view/BlockCard/views/flexible/FlexibleForbiddenViewOld.d.ts +0 -8
- package/dist/types/view/BlockCard/views/flexible/FlexibleNotFoundViewOld.d.ts +0 -8
- package/dist/types/view/EmbedCard/views/ForbiddenView.d.ts +0 -17
- package/dist/types/view/EmbedCard/views/NotFoundView.d.ts +0 -15
- package/dist/types/view/EmbedCard/views/UnauthorisedView.d.ts +0 -20
- package/dist/types-ts4.5/view/BlockCard/views/flexible/FlexibleForbiddenViewOld.d.ts +0 -8
- package/dist/types-ts4.5/view/BlockCard/views/flexible/FlexibleNotFoundViewOld.d.ts +0 -8
- package/dist/types-ts4.5/view/EmbedCard/views/ForbiddenView.d.ts +0 -17
- package/dist/types-ts4.5/view/EmbedCard/views/NotFoundView.d.ts +0 -15
- package/dist/types-ts4.5/view/EmbedCard/views/UnauthorisedView.d.ts +0 -20
|
@@ -1,19 +1,14 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
2
|
import React from 'react';
|
|
3
|
-
import { getBooleanFF } from '@atlaskit/platform-feature-flags';
|
|
4
3
|
import { extractRequestAccessContextImproved } from '../../extractors/common/context/extractAccessContext';
|
|
5
4
|
import { extractEmbedProps } from '../../extractors/embed';
|
|
6
5
|
import { getEmptyJsonLd, getForbiddenJsonLd } from '../../utils/jsonld';
|
|
7
6
|
import { extractInlineProps } from '../../extractors/inline';
|
|
8
7
|
import { extractBlockProps } from '../../extractors/block';
|
|
9
8
|
import { getExtensionKey, hasAuthScopeOverrides } from '../../state/helpers';
|
|
10
|
-
import { extractRequestAccessContext } from '../../extractors/common/context';
|
|
11
9
|
import { BlockCardResolvedView, BlockCardResolvingView } from '../BlockCard';
|
|
12
10
|
import { InlineCardResolvedView } from '../InlineCard/ResolvedView';
|
|
13
|
-
import { EmbedCardForbiddenView } from './views/ForbiddenView';
|
|
14
|
-
import { EmbedCardNotFoundView } from './views/NotFoundView';
|
|
15
11
|
import { EmbedCardResolvedView } from './views/ResolvedView';
|
|
16
|
-
import { EmbedCardUnauthorisedView } from './views/UnauthorisedView';
|
|
17
12
|
import { EmbedCardErroredView } from './views/ErroredView';
|
|
18
13
|
import ForbiddenView from './views/forbidden-view';
|
|
19
14
|
import NotFoundView from './views/not-found-view';
|
|
@@ -43,7 +38,7 @@ export const EmbedCard = /*#__PURE__*/React.forwardRef(({
|
|
|
43
38
|
onIframeFocus,
|
|
44
39
|
iframeUrlType
|
|
45
40
|
}, iframeRef) => {
|
|
46
|
-
var _details$meta, _forbiddenViewProps$
|
|
41
|
+
var _details$meta, _forbiddenViewProps$c, _forbiddenViewProps$c2, _notFoundViewProps$co, _notFoundViewProps$co2;
|
|
47
42
|
const {
|
|
48
43
|
createAnalyticsEvent
|
|
49
44
|
} = useAnalyticsEvents();
|
|
@@ -111,30 +106,18 @@ export const EmbedCard = /*#__PURE__*/React.forwardRef(({
|
|
|
111
106
|
});
|
|
112
107
|
}
|
|
113
108
|
const unauthorisedViewProps = extractEmbedProps(data, meta, platform);
|
|
114
|
-
|
|
115
|
-
return /*#__PURE__*/React.createElement(UnauthorizedView, {
|
|
116
|
-
analytics: analytics,
|
|
117
|
-
context: unauthorisedViewProps.context,
|
|
118
|
-
extensionKey: extensionKey,
|
|
119
|
-
isProductIntegrationSupported: isProductIntegrationSupported,
|
|
120
|
-
inheritDimensions: inheritDimensions,
|
|
121
|
-
isSelected: isSelected,
|
|
122
|
-
onAuthorize: handleAuthorize,
|
|
123
|
-
onClick: handleFrameClick,
|
|
124
|
-
testId: testId,
|
|
125
|
-
url: unauthorisedViewProps.link
|
|
126
|
-
});
|
|
127
|
-
}
|
|
128
|
-
return /*#__PURE__*/React.createElement(EmbedCardUnauthorisedView, _extends({}, unauthorisedViewProps, {
|
|
129
|
-
isSelected: isSelected,
|
|
130
|
-
onAuthorise: handleAuthorize,
|
|
131
|
-
inheritDimensions: inheritDimensions,
|
|
132
|
-
onClick: handleFrameClick,
|
|
109
|
+
return /*#__PURE__*/React.createElement(UnauthorizedView, {
|
|
133
110
|
analytics: analytics,
|
|
111
|
+
context: unauthorisedViewProps.context,
|
|
134
112
|
extensionKey: extensionKey,
|
|
135
113
|
isProductIntegrationSupported: isProductIntegrationSupported,
|
|
136
|
-
|
|
137
|
-
|
|
114
|
+
inheritDimensions: inheritDimensions,
|
|
115
|
+
isSelected: isSelected,
|
|
116
|
+
onAuthorize: handleAuthorize,
|
|
117
|
+
onClick: handleFrameClick,
|
|
118
|
+
testId: testId,
|
|
119
|
+
url: unauthorisedViewProps.link
|
|
120
|
+
});
|
|
138
121
|
case 'forbidden':
|
|
139
122
|
if (onError) {
|
|
140
123
|
onError({
|
|
@@ -154,36 +137,21 @@ export const EmbedCard = /*#__PURE__*/React.forwardRef(({
|
|
|
154
137
|
ref: iframeRef
|
|
155
138
|
}));
|
|
156
139
|
}
|
|
157
|
-
|
|
158
|
-
var _forbiddenViewProps$c, _forbiddenViewProps$c2;
|
|
159
|
-
const accessContext = extractRequestAccessContextImproved({
|
|
160
|
-
jsonLd: cardMetadata,
|
|
161
|
-
url,
|
|
162
|
-
product: (_forbiddenViewProps$c = (_forbiddenViewProps$c2 = forbiddenViewProps.context) === null || _forbiddenViewProps$c2 === void 0 ? void 0 : _forbiddenViewProps$c2.text) !== null && _forbiddenViewProps$c !== void 0 ? _forbiddenViewProps$c : '',
|
|
163
|
-
createAnalyticsEvent
|
|
164
|
-
});
|
|
165
|
-
return /*#__PURE__*/React.createElement(ForbiddenView, {
|
|
166
|
-
context: forbiddenViewProps.context,
|
|
167
|
-
inheritDimensions: inheritDimensions,
|
|
168
|
-
isSelected: isSelected,
|
|
169
|
-
onAuthorize: handleAuthorize,
|
|
170
|
-
onClick: handleFrameClick,
|
|
171
|
-
accessContext: accessContext,
|
|
172
|
-
url: forbiddenViewProps.link
|
|
173
|
-
});
|
|
174
|
-
}
|
|
175
|
-
const requestAccessContext = extractRequestAccessContext({
|
|
140
|
+
const forbiddenAccessContext = extractRequestAccessContextImproved({
|
|
176
141
|
jsonLd: cardMetadata,
|
|
177
142
|
url,
|
|
178
|
-
|
|
143
|
+
product: (_forbiddenViewProps$c = (_forbiddenViewProps$c2 = forbiddenViewProps.context) === null || _forbiddenViewProps$c2 === void 0 ? void 0 : _forbiddenViewProps$c2.text) !== null && _forbiddenViewProps$c !== void 0 ? _forbiddenViewProps$c : '',
|
|
144
|
+
createAnalyticsEvent
|
|
179
145
|
});
|
|
180
|
-
return /*#__PURE__*/React.createElement(
|
|
181
|
-
|
|
182
|
-
onAuthorise: handleAuthorize,
|
|
146
|
+
return /*#__PURE__*/React.createElement(ForbiddenView, {
|
|
147
|
+
context: forbiddenViewProps.context,
|
|
183
148
|
inheritDimensions: inheritDimensions,
|
|
149
|
+
isSelected: isSelected,
|
|
150
|
+
onAuthorize: handleAuthorize,
|
|
184
151
|
onClick: handleFrameClick,
|
|
185
|
-
|
|
186
|
-
|
|
152
|
+
accessContext: forbiddenAccessContext,
|
|
153
|
+
url: forbiddenViewProps.link
|
|
154
|
+
});
|
|
187
155
|
case 'not_found':
|
|
188
156
|
if (onError) {
|
|
189
157
|
onError({
|
|
@@ -192,28 +160,20 @@ export const EmbedCard = /*#__PURE__*/React.forwardRef(({
|
|
|
192
160
|
});
|
|
193
161
|
}
|
|
194
162
|
const notFoundViewProps = extractEmbedProps(data, meta, platform);
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
return /*#__PURE__*/React.createElement(NotFoundView, {
|
|
204
|
-
context: notFoundViewProps.context,
|
|
205
|
-
inheritDimensions: inheritDimensions,
|
|
206
|
-
isSelected: isSelected,
|
|
207
|
-
onClick: handleFrameClick,
|
|
208
|
-
accessContext: accessContext,
|
|
209
|
-
url: notFoundViewProps.link
|
|
210
|
-
});
|
|
211
|
-
}
|
|
212
|
-
return /*#__PURE__*/React.createElement(EmbedCardNotFoundView, _extends({}, notFoundViewProps, {
|
|
213
|
-
isSelected: isSelected,
|
|
163
|
+
const notFoundAccessContext = details !== null && details !== void 0 && details.meta ? extractRequestAccessContextImproved({
|
|
164
|
+
jsonLd: details === null || details === void 0 ? void 0 : details.meta,
|
|
165
|
+
url,
|
|
166
|
+
product: (_notFoundViewProps$co = (_notFoundViewProps$co2 = notFoundViewProps.context) === null || _notFoundViewProps$co2 === void 0 ? void 0 : _notFoundViewProps$co2.text) !== null && _notFoundViewProps$co !== void 0 ? _notFoundViewProps$co : '',
|
|
167
|
+
createAnalyticsEvent
|
|
168
|
+
}) : undefined;
|
|
169
|
+
return /*#__PURE__*/React.createElement(NotFoundView, {
|
|
170
|
+
context: notFoundViewProps.context,
|
|
214
171
|
inheritDimensions: inheritDimensions,
|
|
215
|
-
|
|
216
|
-
|
|
172
|
+
isSelected: isSelected,
|
|
173
|
+
onClick: handleFrameClick,
|
|
174
|
+
accessContext: notFoundAccessContext,
|
|
175
|
+
url: notFoundViewProps.link
|
|
176
|
+
});
|
|
217
177
|
case 'fallback':
|
|
218
178
|
case 'errored':
|
|
219
179
|
default:
|
|
@@ -18,7 +18,6 @@ import { messages } from '../../../messages';
|
|
|
18
18
|
import { fireLinkClickedEvent } from '../../../utils/analytics/click';
|
|
19
19
|
import { useSmartCardState } from '../../../state/store';
|
|
20
20
|
import HoverCardForbiddenView from './views/forbidden';
|
|
21
|
-
import { getBooleanFF } from '@atlaskit/platform-feature-flags';
|
|
22
21
|
export const hoverCardClassName = 'smart-links-hover-preview';
|
|
23
22
|
export const getCopyAction = url => ({
|
|
24
23
|
name: ActionName.CustomAction,
|
|
@@ -143,12 +142,10 @@ const HoverCardContent = ({
|
|
|
143
142
|
url: url
|
|
144
143
|
});
|
|
145
144
|
}
|
|
146
|
-
if (
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
});
|
|
151
|
-
}
|
|
145
|
+
if (cardState.status === 'forbidden' || cardState.status === 'not_found') {
|
|
146
|
+
return jsx(HoverCardForbiddenView, {
|
|
147
|
+
flexibleCardProps: flexibleCardProps
|
|
148
|
+
});
|
|
152
149
|
}
|
|
153
150
|
if (cardState.status === 'resolved') {
|
|
154
151
|
return jsx(HoverCardResolvedView, {
|
|
@@ -11,7 +11,6 @@ import { FormattedMessage } from 'react-intl-next';
|
|
|
11
11
|
import { IconStyledButton } from '../styled';
|
|
12
12
|
import withFrameStyleControl from '../utils/withFrameStyleControl';
|
|
13
13
|
import { HoverCard } from '../../HoverCard';
|
|
14
|
-
import { getBooleanFF } from '@atlaskit/platform-feature-flags';
|
|
15
14
|
export class InlineCardErroredView extends React.Component {
|
|
16
15
|
constructor(...args) {
|
|
17
16
|
super(...args);
|
|
@@ -64,7 +63,7 @@ export class InlineCardErroredView extends React.Component {
|
|
|
64
63
|
onClick: onClick,
|
|
65
64
|
rightSide: message
|
|
66
65
|
}), this.renderActionButton());
|
|
67
|
-
if (this.props.showHoverPreview
|
|
66
|
+
if (this.props.showHoverPreview) {
|
|
68
67
|
return /*#__PURE__*/React.createElement(HoverCard, {
|
|
69
68
|
url: url
|
|
70
69
|
}, content);
|
|
@@ -14,7 +14,6 @@ import Lozenge from '@atlaskit/lozenge';
|
|
|
14
14
|
import { LozengeWrapper } from '../IconAndTitleLayout/styled';
|
|
15
15
|
import withFrameStyleControl from '../utils/withFrameStyleControl';
|
|
16
16
|
import { HoverCard } from '../../HoverCard';
|
|
17
|
-
import { getBooleanFF } from '@atlaskit/platform-feature-flags';
|
|
18
17
|
const FallbackForbiddenIcon = /*#__PURE__*/React.createElement(AKIconWrapper, null, /*#__PURE__*/React.createElement(LockIcon, {
|
|
19
18
|
label: "error",
|
|
20
19
|
size: "small",
|
|
@@ -48,13 +47,10 @@ export class InlineCardForbiddenView extends React.Component {
|
|
|
48
47
|
const {
|
|
49
48
|
callToActionMessageKey
|
|
50
49
|
} = this.props.requestAccessContext;
|
|
51
|
-
const values = getBooleanFF('platform.linking-platform.smart-card.cross-join') ? {
|
|
52
|
-
product: this.props.context
|
|
53
|
-
} : {
|
|
54
|
-
context: this.props.context
|
|
55
|
-
};
|
|
56
50
|
return /*#__PURE__*/React.createElement(FormattedMessage, _extends({}, messages[callToActionMessageKey], {
|
|
57
|
-
values:
|
|
51
|
+
values: {
|
|
52
|
+
product: this.props.context
|
|
53
|
+
}
|
|
58
54
|
}));
|
|
59
55
|
}
|
|
60
56
|
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(FormattedMessage, messages.invalid_permissions, formattedMessage => {
|
|
@@ -68,7 +64,6 @@ export class InlineCardForbiddenView extends React.Component {
|
|
|
68
64
|
} = this.props;
|
|
69
65
|
const ActionButton = withFrameStyleControl(Button, this.frameRef);
|
|
70
66
|
const accessType = (_this$props$requestAc2 = this.props.requestAccessContext) === null || _this$props$requestAc2 === void 0 ? void 0 : _this$props$requestAc2.accessType;
|
|
71
|
-
const isButtonDisabled = getBooleanFF('platform.linking-platform.smart-card.cross-join') && accessType === 'PENDING_REQUEST_EXISTS';
|
|
72
67
|
if (this.state.hasRequestAccessContextMessage) {
|
|
73
68
|
return /*#__PURE__*/React.createElement(ActionButton, {
|
|
74
69
|
spacing: "none",
|
|
@@ -76,7 +71,7 @@ export class InlineCardForbiddenView extends React.Component {
|
|
|
76
71
|
component: IconStyledButton,
|
|
77
72
|
testId: "button-connect-other-account",
|
|
78
73
|
role: "button",
|
|
79
|
-
isDisabled:
|
|
74
|
+
isDisabled: accessType === 'PENDING_REQUEST_EXISTS'
|
|
80
75
|
}, this.renderForbiddenAccessMessage());
|
|
81
76
|
}
|
|
82
77
|
if (onAuthorise) {
|
|
@@ -112,7 +107,7 @@ export class InlineCardForbiddenView extends React.Component {
|
|
|
112
107
|
onClick: onClick,
|
|
113
108
|
titleColor: `var(--ds-text-subtle, ${N500})`
|
|
114
109
|
}), this.renderActionButton());
|
|
115
|
-
if (this.props.showHoverPreview
|
|
110
|
+
if (this.props.showHoverPreview) {
|
|
116
111
|
return /*#__PURE__*/React.createElement(HoverCard, {
|
|
117
112
|
url: url
|
|
118
113
|
}, content);
|
|
@@ -2,7 +2,6 @@ import _extends from "@babel/runtime/helpers/extends";
|
|
|
2
2
|
import React, { useEffect } from 'react';
|
|
3
3
|
import { getEmptyJsonLd, getForbiddenJsonLd } from '../../utils/jsonld';
|
|
4
4
|
import { extractInlineProps } from '../../extractors/inline';
|
|
5
|
-
import { extractRequestAccessContext } from '../../extractors/common/context';
|
|
6
5
|
import { extractRequestAccessContextImproved } from '../../extractors/common/context/extractAccessContext';
|
|
7
6
|
import { CardLinkView } from '../LinkView';
|
|
8
7
|
import { InlineCardErroredView } from './ErroredView';
|
|
@@ -13,7 +12,6 @@ import { InlineCardUnauthorizedView } from './UnauthorisedView';
|
|
|
13
12
|
import { extractProvider } from '@atlaskit/link-extractors';
|
|
14
13
|
import { useFeatureFlag } from '@atlaskit/link-provider';
|
|
15
14
|
import { getExtensionKey } from '../../state/helpers';
|
|
16
|
-
import { getBooleanFF } from '@atlaskit/platform-feature-flags';
|
|
17
15
|
import { useAnalyticsEvents } from '@atlaskit/analytics-next';
|
|
18
16
|
import { SmartLinkStatus } from '../../constants';
|
|
19
17
|
export { InlineCardResolvedView, InlineCardResolvingView, InlineCardErroredView, InlineCardForbiddenView, InlineCardUnauthorizedView };
|
|
@@ -112,15 +110,11 @@ export const InlineCard = ({
|
|
|
112
110
|
case 'forbidden':
|
|
113
111
|
const providerForbidden = extractProvider(cardDetails);
|
|
114
112
|
const cardMetadata = (_details$meta = details === null || details === void 0 ? void 0 : details.meta) !== null && _details$meta !== void 0 ? _details$meta : getForbiddenJsonLd().meta;
|
|
115
|
-
const requestAccessContext =
|
|
113
|
+
const requestAccessContext = extractRequestAccessContextImproved({
|
|
116
114
|
jsonLd: cardMetadata,
|
|
117
115
|
url,
|
|
118
116
|
product: (_providerForbidden$te = providerForbidden === null || providerForbidden === void 0 ? void 0 : providerForbidden.text) !== null && _providerForbidden$te !== void 0 ? _providerForbidden$te : '',
|
|
119
117
|
createAnalyticsEvent
|
|
120
|
-
}) : extractRequestAccessContext({
|
|
121
|
-
jsonLd: cardMetadata,
|
|
122
|
-
url,
|
|
123
|
-
context: providerForbidden === null || providerForbidden === void 0 ? void 0 : providerForbidden.text
|
|
124
118
|
});
|
|
125
119
|
return /*#__PURE__*/React.createElement(InlineCardForbiddenView, {
|
|
126
120
|
url: url,
|
|
@@ -7,7 +7,7 @@ import { useLinkWarningModal } from './LinkWarningModal/hooks/use-link-warning-m
|
|
|
7
7
|
import LinkWarningModal from './LinkWarningModal';
|
|
8
8
|
const PACKAGE_DATA = {
|
|
9
9
|
packageName: "@atlaskit/smart-card",
|
|
10
|
-
packageVersion: "26.43.
|
|
10
|
+
packageVersion: "26.43.7",
|
|
11
11
|
componentName: 'linkUrl'
|
|
12
12
|
};
|
|
13
13
|
const Link = withLinkClickedEvent('a');
|
package/dist/esm/i18n/cs.js
CHANGED
|
@@ -25,8 +25,8 @@ export default {
|
|
|
25
25
|
'fabric.linking.connect_link_account_card_view_name': 'Připojte svůj účet {context}',
|
|
26
26
|
'fabric.linking.connect_to': 'Připojit k {name}',
|
|
27
27
|
'fabric.linking.connect_unauthorised_account_action': 'Připojit k: {context}',
|
|
28
|
-
'fabric.linking.connect_unauthorised_account_description': '
|
|
29
|
-
'fabric.linking.connect_unauthorised_account_description_no_provider': 'Připojte
|
|
28
|
+
'fabric.linking.connect_unauthorised_account_description': 'Připojte svůj účet {context} a spolupracujte pomocí všech produktů Atlassian.',
|
|
29
|
+
'fabric.linking.connect_unauthorised_account_description_no_provider': 'Připojte svůj účet a spolupracujte pomocí všech produktů Atlassian.',
|
|
30
30
|
'fabric.linking.continue': 'Pokračovat',
|
|
31
31
|
'fabric.linking.copy_url_to_clipboard': 'Kopírovat odkaz',
|
|
32
32
|
'fabric.linking.couldnt_load_link': 'Tento odkaz se z neznámého důvodu nepodařilo načíst.',
|
|
@@ -50,6 +50,7 @@ export default {
|
|
|
50
50
|
'fabric.linking.invalid_permissions_description': 'Pokud si chcete zobrazit tento náhled, požádejte o přístup nebo vyzkoušejte jiný účet.',
|
|
51
51
|
'fabric.linking.join_to_view': 'Chcete-li si zobrazit tento požadavek, připojte se ke službě {context}.',
|
|
52
52
|
'fabric.linking.last_mentioned_in': 'Naposledy zmíněno v:',
|
|
53
|
+
'fabric.linking.learn_more_about_connecting_account': 'Další informace o propojení účtu s produkty Atlassian.',
|
|
53
54
|
'fabric.linking.learn_more_about_smart_links': 'Další informace o chytrých odkazech',
|
|
54
55
|
'fabric.linking.link_safety_warning_message': 'Odkaz {unsafeLinkText} vás přesměruje na jiný web (<a>actual link here</a>)',
|
|
55
56
|
'fabric.linking.loading': 'Načítání…',
|
package/dist/esm/i18n/da.js
CHANGED
|
@@ -25,8 +25,8 @@ export default {
|
|
|
25
25
|
'fabric.linking.connect_link_account_card_view_name': 'Forbind din {context}-konto',
|
|
26
26
|
'fabric.linking.connect_to': 'Forbind til {name}',
|
|
27
27
|
'fabric.linking.connect_unauthorised_account_action': 'Forbind til {context}',
|
|
28
|
-
'fabric.linking.connect_unauthorised_account_description': '
|
|
29
|
-
'fabric.linking.connect_unauthorised_account_description_no_provider': '
|
|
28
|
+
'fabric.linking.connect_unauthorised_account_description': 'Tilknyt din {context}-konto for at samarbejde om arbejde på tværs af Atlassian-produkter.',
|
|
29
|
+
'fabric.linking.connect_unauthorised_account_description_no_provider': 'Tilknyt din konto for at samarbejde om arbejde på tværs af Atlassian-produkter.',
|
|
30
30
|
'fabric.linking.continue': 'Fortsæt',
|
|
31
31
|
'fabric.linking.copy_url_to_clipboard': 'Kopiér link',
|
|
32
32
|
'fabric.linking.couldnt_load_link': 'Af en ukendt årsag kunne vi ikke indlæse dette link.',
|
|
@@ -50,6 +50,7 @@ export default {
|
|
|
50
50
|
'fabric.linking.invalid_permissions_description': 'Anmod om adgang, eller prøv med en anden konto for at se denne forhåndsvisning.',
|
|
51
51
|
'fabric.linking.join_to_view': 'Deltag i {context} for at se denne sag',
|
|
52
52
|
'fabric.linking.last_mentioned_in': 'Sidst omtalt i',
|
|
53
|
+
'fabric.linking.learn_more_about_connecting_account': 'Få mere at vide om, hvordan du knytter din konto til Atlassian-produkter.',
|
|
53
54
|
'fabric.linking.learn_more_about_smart_links': 'Få mere at vide om intelligente links.',
|
|
54
55
|
'fabric.linking.link_safety_warning_message': 'Linket {unsafeLinkText} fører dig til et andet websted, <a>actual link here</a>',
|
|
55
56
|
'fabric.linking.loading': 'Indlæser ...',
|
package/dist/esm/i18n/de.js
CHANGED
|
@@ -25,8 +25,8 @@ export default {
|
|
|
25
25
|
'fabric.linking.connect_link_account_card_view_name': 'Verbinden Sie Ihr {context}-Konto',
|
|
26
26
|
'fabric.linking.connect_to': 'Mit {name} verbinden',
|
|
27
27
|
'fabric.linking.connect_unauthorised_account_action': 'Mit {context} verbinden',
|
|
28
|
-
'fabric.linking.connect_unauthorised_account_description': 'Verbinden Sie {context}
|
|
29
|
-
'fabric.linking.connect_unauthorised_account_description_no_provider': '
|
|
28
|
+
'fabric.linking.connect_unauthorised_account_description': 'Verbinden Sie Ihr {context}-Konto, um an verschiedenen Atlassian-Produkten mitzuarbeiten.',
|
|
29
|
+
'fabric.linking.connect_unauthorised_account_description_no_provider': 'Verbinden Sie Ihr Konto, um an verschiedenen Atlassian-Produkten mitzuarbeiten.',
|
|
30
30
|
'fabric.linking.continue': 'Weiter',
|
|
31
31
|
'fabric.linking.copy_url_to_clipboard': 'Link kopieren',
|
|
32
32
|
'fabric.linking.couldnt_load_link': 'Dieser Link konnte aus unbekannten Gründen nicht geladen werden.',
|
|
@@ -50,6 +50,7 @@ export default {
|
|
|
50
50
|
'fabric.linking.invalid_permissions_description': 'Bitte senden Sie eine Zugriffsanfrage oder versuchen Sie, die Vorschau über ein anderes Konto anzusehen.',
|
|
51
51
|
'fabric.linking.join_to_view': '{context} beitreten, um diesen Vorgang anzuzeigen',
|
|
52
52
|
'fabric.linking.last_mentioned_in': 'Zuletzt erwähnt in',
|
|
53
|
+
'fabric.linking.learn_more_about_connecting_account': 'Weitere Informationen zum Verbinden Ihres Kontos mit Atlassian-Produkten',
|
|
53
54
|
'fabric.linking.learn_more_about_smart_links': 'Mehr über intelligente Links erfahren',
|
|
54
55
|
'fabric.linking.link_safety_warning_message': 'Über den Link {unsafeLinkText} gelangen Sie zu einer anderen Site, <a>actual link here</a>',
|
|
55
56
|
'fabric.linking.loading': 'Lädt ...',
|
package/dist/esm/i18n/en.js
CHANGED
|
@@ -25,8 +25,8 @@ export default {
|
|
|
25
25
|
'fabric.linking.connect_link_account_card_view_name': 'Connect your {context} account',
|
|
26
26
|
'fabric.linking.connect_to': 'Connect to {name}',
|
|
27
27
|
'fabric.linking.connect_unauthorised_account_action': 'Connect to {context}',
|
|
28
|
-
'fabric.linking.connect_unauthorised_account_description': 'Connect {context}
|
|
29
|
-
'fabric.linking.connect_unauthorised_account_description_no_provider': 'Connect
|
|
28
|
+
'fabric.linking.connect_unauthorised_account_description': 'Connect your {context} account to collaborate on work across Atlassian products.',
|
|
29
|
+
'fabric.linking.connect_unauthorised_account_description_no_provider': 'Connect your account to collaborate on work across Atlassian products.',
|
|
30
30
|
'fabric.linking.continue': 'Continue',
|
|
31
31
|
'fabric.linking.copy_url_to_clipboard': 'Copy link',
|
|
32
32
|
'fabric.linking.couldnt_load_link': "We couldn't load this link for an unknown reason.",
|
|
@@ -50,6 +50,7 @@ export default {
|
|
|
50
50
|
'fabric.linking.invalid_permissions_description': "You'll need to request access or try a different account to view this preview.",
|
|
51
51
|
'fabric.linking.join_to_view': 'Join {context} to view this issue',
|
|
52
52
|
'fabric.linking.last_mentioned_in': 'Last mentioned in',
|
|
53
|
+
'fabric.linking.learn_more_about_connecting_account': 'Learn more about connecting your account to Atlassian products.',
|
|
53
54
|
'fabric.linking.learn_more_about_smart_links': 'Learn more about Smart Links.',
|
|
54
55
|
'fabric.linking.link_safety_warning_message': 'The link {unsafeLinkText} is taking you to a different site, <a>actual link here</a>',
|
|
55
56
|
'fabric.linking.loading': 'Loading...',
|
package/dist/esm/i18n/en_GB.js
CHANGED
|
@@ -25,8 +25,8 @@ export default {
|
|
|
25
25
|
'fabric.linking.connect_link_account_card_view_name': 'Connect your {context} account',
|
|
26
26
|
'fabric.linking.connect_to': 'Connect to {name}',
|
|
27
27
|
'fabric.linking.connect_unauthorised_account_action': 'Connect to {context}',
|
|
28
|
-
'fabric.linking.connect_unauthorised_account_description': 'Connect {context}
|
|
29
|
-
'fabric.linking.connect_unauthorised_account_description_no_provider': 'Connect
|
|
28
|
+
'fabric.linking.connect_unauthorised_account_description': 'Connect your {context} account to collaborate on work across Atlassian products.',
|
|
29
|
+
'fabric.linking.connect_unauthorised_account_description_no_provider': 'Connect your account to collaborate on work across Atlassian products.',
|
|
30
30
|
'fabric.linking.continue': 'Continue',
|
|
31
31
|
'fabric.linking.copy_url_to_clipboard': 'Copy link',
|
|
32
32
|
'fabric.linking.couldnt_load_link': "We couldn't load this link for an unknown reason.",
|
|
@@ -50,6 +50,7 @@ export default {
|
|
|
50
50
|
'fabric.linking.invalid_permissions_description': "You'll need to request access or try a different account to view this preview.",
|
|
51
51
|
'fabric.linking.join_to_view': 'Join {context} to view this issue',
|
|
52
52
|
'fabric.linking.last_mentioned_in': 'Last mentioned in',
|
|
53
|
+
'fabric.linking.learn_more_about_connecting_account': 'Learn more about connecting your account to Atlassian products.',
|
|
53
54
|
'fabric.linking.learn_more_about_smart_links': 'Learn more about Smart Links.',
|
|
54
55
|
'fabric.linking.link_safety_warning_message': 'The link {unsafeLinkText} is taking you to a different site, <a>actual link here</a>',
|
|
55
56
|
'fabric.linking.loading': 'Loading...',
|
package/dist/esm/i18n/en_ZZ.js
CHANGED
|
@@ -25,8 +25,8 @@ export default {
|
|
|
25
25
|
'fabric.linking.connect_link_account_card_view_name': 'Connect your {context} account',
|
|
26
26
|
'fabric.linking.connect_to': 'Connect to {name}',
|
|
27
27
|
'fabric.linking.connect_unauthorised_account_action': 'Connect to {context}',
|
|
28
|
-
'fabric.linking.connect_unauthorised_account_description': 'Connect {context}
|
|
29
|
-
'fabric.linking.connect_unauthorised_account_description_no_provider': 'Connect
|
|
28
|
+
'fabric.linking.connect_unauthorised_account_description': 'Connect your {context} account to collaborate on work across Atlassian products.',
|
|
29
|
+
'fabric.linking.connect_unauthorised_account_description_no_provider': 'Connect your account to collaborate on work across Atlassian products.',
|
|
30
30
|
'fabric.linking.continue': 'Continue',
|
|
31
31
|
'fabric.linking.copy_url_to_clipboard': 'Copy link',
|
|
32
32
|
'fabric.linking.couldnt_load_link': "We couldn't load this link for an unknown reason.",
|
|
@@ -50,6 +50,7 @@ export default {
|
|
|
50
50
|
'fabric.linking.invalid_permissions_description': "You'll need to request access or try a different account to view this preview.",
|
|
51
51
|
'fabric.linking.join_to_view': 'Join {context} to view this issue',
|
|
52
52
|
'fabric.linking.last_mentioned_in': 'Last mentioned in',
|
|
53
|
+
'fabric.linking.learn_more_about_connecting_account': 'Learn more about connecting your account to Atlassian products.',
|
|
53
54
|
'fabric.linking.learn_more_about_smart_links': 'Learn more about Smart Links.',
|
|
54
55
|
'fabric.linking.link_safety_warning_message': 'The link {unsafeLinkText} is taking you to a different site, <a>actual link here</a>',
|
|
55
56
|
'fabric.linking.loading': 'Loading...',
|
package/dist/esm/i18n/es.js
CHANGED
|
@@ -25,8 +25,8 @@ export default {
|
|
|
25
25
|
'fabric.linking.connect_link_account_card_view_name': 'Conecta tu cuenta de {context}',
|
|
26
26
|
'fabric.linking.connect_to': 'Conectarse a {name}',
|
|
27
27
|
'fabric.linking.connect_unauthorised_account_action': 'Conectarse a {context}',
|
|
28
|
-
'fabric.linking.connect_unauthorised_account_description': 'Conecta {context}
|
|
29
|
-
'fabric.linking.connect_unauthorised_account_description_no_provider': '
|
|
28
|
+
'fabric.linking.connect_unauthorised_account_description': 'Conecta tu cuenta de {context} para colaborar en el trabajo a través de los productos de Atlassian.',
|
|
29
|
+
'fabric.linking.connect_unauthorised_account_description_no_provider': 'Conecta tu cuenta para colaborar en el trabajo a través de los productos de Atlassian.',
|
|
30
30
|
'fabric.linking.continue': 'Continuar',
|
|
31
31
|
'fabric.linking.copy_url_to_clipboard': 'Copiar enlace',
|
|
32
32
|
'fabric.linking.couldnt_load_link': 'Por algún motivo que desconocemos, no hemos podido cargar este enlace.',
|
|
@@ -50,6 +50,7 @@ export default {
|
|
|
50
50
|
'fabric.linking.invalid_permissions_description': 'Deberás solicitar el acceso o probar con otra cuenta para obtener esta vista previa.',
|
|
51
51
|
'fabric.linking.join_to_view': 'Únete a {context} para ver esta incidencia',
|
|
52
52
|
'fabric.linking.last_mentioned_in': 'Última mención en',
|
|
53
|
+
'fabric.linking.learn_more_about_connecting_account': 'Obtén más información sobre cómo conectar tu cuenta a los productos de Atlassian.',
|
|
53
54
|
'fabric.linking.learn_more_about_smart_links': 'Más información sobre los enlaces inteligentes.',
|
|
54
55
|
'fabric.linking.link_safety_warning_message': 'El enlace {unsafeLinkText} te redirige a un sitio diferente, <a>actual link here</a>.',
|
|
55
56
|
'fabric.linking.loading': 'Cargando…',
|
package/dist/esm/i18n/fi.js
CHANGED
|
@@ -25,8 +25,8 @@ export default {
|
|
|
25
25
|
'fabric.linking.connect_link_account_card_view_name': 'Yhdistä {context}-tilisi',
|
|
26
26
|
'fabric.linking.connect_to': 'Yhdistä kohteeseen {name}',
|
|
27
27
|
'fabric.linking.connect_unauthorised_account_action': 'Yhdistä kohteeseen {context}',
|
|
28
|
-
'fabric.linking.connect_unauthorised_account_description': 'Yhdistä {context}
|
|
29
|
-
'fabric.linking.connect_unauthorised_account_description_no_provider': 'Yhdistä
|
|
28
|
+
'fabric.linking.connect_unauthorised_account_description': 'Yhdistä palvelun {context} tilisi ja tee yhteistyötä eri Atlassian-tuotteissa.',
|
|
29
|
+
'fabric.linking.connect_unauthorised_account_description_no_provider': 'Yhdistä tilisi ja tee yhteistyötä eri Atlassian-tuotteissa.',
|
|
30
30
|
'fabric.linking.continue': 'Jatka',
|
|
31
31
|
'fabric.linking.copy_url_to_clipboard': 'Kopioi linkki',
|
|
32
32
|
'fabric.linking.couldnt_load_link': 'Tämän linkin lataaminen epäonnistui tuntemattomasta syystä.',
|
|
@@ -50,6 +50,7 @@ export default {
|
|
|
50
50
|
'fabric.linking.invalid_permissions_description': 'Pyydä käyttöoikeus tai käytä toista tiliä, jos haluat nähdä tämän esikatselun.',
|
|
51
51
|
'fabric.linking.join_to_view': 'Liity palveluun {context} niin voit tarkastella asiaa',
|
|
52
52
|
'fabric.linking.last_mentioned_in': 'Viimeksi mainittu kohteessa',
|
|
53
|
+
'fabric.linking.learn_more_about_connecting_account': 'Lisätietoja tilisi yhdistämisestä Atlassian-tuotteisiin.',
|
|
53
54
|
'fabric.linking.learn_more_about_smart_links': 'Lue lisää Smart Link -linkeistä.',
|
|
54
55
|
'fabric.linking.link_safety_warning_message': 'Linkki {unsafeLinkText} vie sinut toiseen sivustoon: <a>actual link here</a>',
|
|
55
56
|
'fabric.linking.loading': 'Ladataan...',
|
package/dist/esm/i18n/fr.js
CHANGED
|
@@ -25,8 +25,8 @@ export default {
|
|
|
25
25
|
'fabric.linking.connect_link_account_card_view_name': 'Connectez votre compte {context}',
|
|
26
26
|
'fabric.linking.connect_to': 'Se connecter à {name}',
|
|
27
27
|
'fabric.linking.connect_unauthorised_account_action': 'Se connecter à {context}',
|
|
28
|
-
'fabric.linking.connect_unauthorised_account_description':
|
|
29
|
-
'fabric.linking.connect_unauthorised_account_description_no_provider':
|
|
28
|
+
'fabric.linking.connect_unauthorised_account_description': 'Connectez votre compte {context} pour collaborer sur le travail dans les produits Atlassian.',
|
|
29
|
+
'fabric.linking.connect_unauthorised_account_description_no_provider': 'Connectez votre compte pour collaborer sur le travail dans les produits Atlassian.',
|
|
30
30
|
'fabric.linking.continue': 'Continuer',
|
|
31
31
|
'fabric.linking.copy_url_to_clipboard': 'Copier le lien',
|
|
32
32
|
'fabric.linking.couldnt_load_link': 'Impossible de charger ce lien pour une raison inconnue.',
|
|
@@ -50,6 +50,7 @@ export default {
|
|
|
50
50
|
'fabric.linking.invalid_permissions_description': "Vous devrez demander l'accès ou essayer un autre compte pour afficher cet aperçu.",
|
|
51
51
|
'fabric.linking.join_to_view': 'Rejoignez {context} pour consulter ce ticket',
|
|
52
52
|
'fabric.linking.last_mentioned_in': 'Dernière mention dans',
|
|
53
|
+
'fabric.linking.learn_more_about_connecting_account': 'En savoir plus sur la connexion de votre compte aux produits Atlassian.',
|
|
53
54
|
'fabric.linking.learn_more_about_smart_links': 'En savoir plus sur les liens intelligents.',
|
|
54
55
|
'fabric.linking.link_safety_warning_message': 'Le lien {unsafeLinkText} essaie de vous rediriger vers un autre site, <a>actual link here</a>',
|
|
55
56
|
'fabric.linking.loading': 'Chargement en cours…',
|
package/dist/esm/i18n/hu.js
CHANGED
|
@@ -25,8 +25,8 @@ export default {
|
|
|
25
25
|
'fabric.linking.connect_link_account_card_view_name': 'Kapcsold össze a fiókodat: {context}',
|
|
26
26
|
'fabric.linking.connect_to': 'Csatlakozás ehhez: {name}',
|
|
27
27
|
'fabric.linking.connect_unauthorised_account_action': 'Csatlakozás ehhez: {context}',
|
|
28
|
-
'fabric.linking.connect_unauthorised_account_description': '
|
|
29
|
-
'fabric.linking.connect_unauthorised_account_description_no_provider': '
|
|
28
|
+
'fabric.linking.connect_unauthorised_account_description': 'Csatlakoztasd a(z) {context}-fiókodat, hogy együtt dolgozhassatok több Atlassian-termékben is.',
|
|
29
|
+
'fabric.linking.connect_unauthorised_account_description_no_provider': 'Csatlakoztasd a fiókodat, hogy együtt dolgozhassatok több Atlassian-termékben is.',
|
|
30
30
|
'fabric.linking.continue': 'Folytatás',
|
|
31
31
|
'fabric.linking.copy_url_to_clipboard': 'Link másolása',
|
|
32
32
|
'fabric.linking.couldnt_load_link': 'Ismeretlen okból nem tudtuk betölteni ezt a linket.',
|
|
@@ -50,6 +50,7 @@ export default {
|
|
|
50
50
|
'fabric.linking.invalid_permissions_description': 'Az előnézet megtekintéséhez hozzáférést kell kérned, vagy másik fiókba kell belépned.',
|
|
51
51
|
'fabric.linking.join_to_view': 'Az ügy megtekintése érdekében csatlakozz ehhez: {context}',
|
|
52
52
|
'fabric.linking.last_mentioned_in': 'Legutóbb megemlítve itt:',
|
|
53
|
+
'fabric.linking.learn_more_about_connecting_account': 'További információ a fiók csatlakoztatásáról az Atlassian-termékekhez.',
|
|
53
54
|
'fabric.linking.learn_more_about_smart_links': 'További információ az okoslinkekről.',
|
|
54
55
|
'fabric.linking.link_safety_warning_message': 'A(z) {unsafeLinkText} link egy másik webhelyre visz: <a>actual link here</a>',
|
|
55
56
|
'fabric.linking.loading': 'Betöltés…',
|
package/dist/esm/i18n/it.js
CHANGED
|
@@ -25,8 +25,8 @@ export default {
|
|
|
25
25
|
'fabric.linking.connect_link_account_card_view_name': 'Connetti il tuo account {context}',
|
|
26
26
|
'fabric.linking.connect_to': 'Collegati a {name}',
|
|
27
27
|
'fabric.linking.connect_unauthorised_account_action': 'Connetti a {context}',
|
|
28
|
-
'fabric.linking.connect_unauthorised_account_description':
|
|
29
|
-
'fabric.linking.connect_unauthorised_account_description_no_provider':
|
|
28
|
+
'fabric.linking.connect_unauthorised_account_description': 'Connetti il tuo account {context} per collaborare al lavoro con i prodotti Atlassian.',
|
|
29
|
+
'fabric.linking.connect_unauthorised_account_description_no_provider': 'Connetti il tuo account per collaborare al lavoro con i prodotti Atlassian.',
|
|
30
30
|
'fabric.linking.continue': 'Continua',
|
|
31
31
|
'fabric.linking.copy_url_to_clipboard': 'Copia il link',
|
|
32
32
|
'fabric.linking.couldnt_load_link': 'Non è stato possibile caricare questo link per un motivo sconosciuto.',
|
|
@@ -50,6 +50,7 @@ export default {
|
|
|
50
50
|
'fabric.linking.invalid_permissions_description': "Per visualizzare quest'anteprima devi richiedere l'accesso o provare con un altro account.",
|
|
51
51
|
'fabric.linking.join_to_view': 'Unisciti a {context} per visualizzare questo ticket',
|
|
52
52
|
'fabric.linking.last_mentioned_in': 'Ultima menzione in',
|
|
53
|
+
'fabric.linking.learn_more_about_connecting_account': 'Scopri di più sulla connessione del tuo account ai prodotti Atlassian.',
|
|
53
54
|
'fabric.linking.learn_more_about_smart_links': 'Scopri di più sui Link intelligenti.',
|
|
54
55
|
'fabric.linking.link_safety_warning_message': 'Il link {unsafeLinkText} porta a un altro sito, <a>actual link here</a>',
|
|
55
56
|
'fabric.linking.loading': 'Caricamento in corso...',
|
package/dist/esm/i18n/ja.js
CHANGED
|
@@ -25,8 +25,8 @@ export default {
|
|
|
25
25
|
'fabric.linking.connect_link_account_card_view_name': 'ご使用の {context} アカウントを接続',
|
|
26
26
|
'fabric.linking.connect_to': '{name} に接続',
|
|
27
27
|
'fabric.linking.connect_unauthorised_account_action': '{context} に接続',
|
|
28
|
-
'fabric.linking.connect_unauthorised_account_description': '{context}
|
|
29
|
-
'fabric.linking.connect_unauthorised_account_description_no_provider': '
|
|
28
|
+
'fabric.linking.connect_unauthorised_account_description': '{context} アカウントを接続すると、アトラシアン製品全体でコラボレーションできます。',
|
|
29
|
+
'fabric.linking.connect_unauthorised_account_description_no_provider': 'アカウントを接続すると、アトラシアン製品全体でコラボレーションできます。',
|
|
30
30
|
'fabric.linking.continue': '続行',
|
|
31
31
|
'fabric.linking.copy_url_to_clipboard': 'リンクをコピー',
|
|
32
32
|
'fabric.linking.couldnt_load_link': '不明な理由によって、このリンクを読み込めませんでした。',
|
|
@@ -50,6 +50,7 @@ export default {
|
|
|
50
50
|
'fabric.linking.invalid_permissions_description': 'このプレビューを表示するには、アクセスをリクエストするか別のアカウントで試してください。',
|
|
51
51
|
'fabric.linking.join_to_view': '{context}に参加してこの課題を見る',
|
|
52
52
|
'fabric.linking.last_mentioned_in': '最近言及された場所',
|
|
53
|
+
'fabric.linking.learn_more_about_connecting_account': 'アカウントをアトラシアン製品に接続する方法をご確認ください。',
|
|
53
54
|
'fabric.linking.learn_more_about_smart_links': 'スマート リンクの詳細',
|
|
54
55
|
'fabric.linking.link_safety_warning_message': 'リンク {unsafeLinkText} をクリックすると別のサイトが開きます。<a>実際のリンク先</a>',
|
|
55
56
|
'fabric.linking.loading': '読み込み中…',
|
package/dist/esm/i18n/ko.js
CHANGED
|
@@ -25,8 +25,8 @@ export default {
|
|
|
25
25
|
'fabric.linking.connect_link_account_card_view_name': '{context} 계정 연결',
|
|
26
26
|
'fabric.linking.connect_to': '{name}에 연결',
|
|
27
27
|
'fabric.linking.connect_unauthorised_account_action': '{context}에 연결',
|
|
28
|
-
'fabric.linking.connect_unauthorised_account_description': '{context}
|
|
29
|
-
'fabric.linking.connect_unauthorised_account_description_no_provider': '
|
|
28
|
+
'fabric.linking.connect_unauthorised_account_description': '{context} 계정을 연결하여 Atlassian 제품 전반에서 공동 작업하세요.',
|
|
29
|
+
'fabric.linking.connect_unauthorised_account_description_no_provider': '계정을 연결하여 Atlassian 제품 전반에서 공동 작업하세요.',
|
|
30
30
|
'fabric.linking.continue': '계속',
|
|
31
31
|
'fabric.linking.copy_url_to_clipboard': '링크 복사',
|
|
32
32
|
'fabric.linking.couldnt_load_link': '알 수 없는 이유로 인해 이 링크를 로드할 수 없습니다.',
|
|
@@ -50,6 +50,7 @@ export default {
|
|
|
50
50
|
'fabric.linking.invalid_permissions_description': '이 미리 보기를 확인하려면 액세스를 요청하거나 다른 계정으로 시도해야 합니다.',
|
|
51
51
|
'fabric.linking.join_to_view': '{context}에 참여하여 이 이슈 보기',
|
|
52
52
|
'fabric.linking.last_mentioned_in': '마지막으로 멘션',
|
|
53
|
+
'fabric.linking.learn_more_about_connecting_account': '계정을 Atlassian 제품에 연결하는 방법에 대해 자세히 알아보세요.',
|
|
53
54
|
'fabric.linking.learn_more_about_smart_links': '스마트 링크에 대해 자세히 알아보세요.',
|
|
54
55
|
'fabric.linking.link_safety_warning_message': '{unsafeLinkText} 링크를 클릭하면 다음과 같은 다른 사이트로 이동합니다: <a>actual link here</a>',
|
|
55
56
|
'fabric.linking.loading': '로드 중...',
|
package/dist/esm/i18n/nb.js
CHANGED
|
@@ -25,8 +25,8 @@ export default {
|
|
|
25
25
|
'fabric.linking.connect_link_account_card_view_name': 'Koble til {context}-kontoen din',
|
|
26
26
|
'fabric.linking.connect_to': 'Koble til {name}',
|
|
27
27
|
'fabric.linking.connect_unauthorised_account_action': 'Koble til {context}',
|
|
28
|
-
'fabric.linking.connect_unauthorised_account_description': 'Koble {context}
|
|
29
|
-
'fabric.linking.connect_unauthorised_account_description_no_provider': 'Koble til
|
|
28
|
+
'fabric.linking.connect_unauthorised_account_description': 'Koble til {context}-kontoen din for å samarbeide mellom flere Atlassian-produkter.',
|
|
29
|
+
'fabric.linking.connect_unauthorised_account_description_no_provider': 'Koble til kontoen din for å samarbeide mellom flere Atlassian-produkter.',
|
|
30
30
|
'fabric.linking.continue': 'Fortsett',
|
|
31
31
|
'fabric.linking.copy_url_to_clipboard': 'Kopier kobling',
|
|
32
32
|
'fabric.linking.couldnt_load_link': 'Vi kan ikke laste inn denne koblingen av ukjent grunn.',
|
|
@@ -50,6 +50,7 @@ export default {
|
|
|
50
50
|
'fabric.linking.invalid_permissions_description': 'Du må be om tilgang eller prøve en annen konto for kunne se denne forhåndsvisningen.',
|
|
51
51
|
'fabric.linking.join_to_view': 'Bli med {context} for å se denne saken',
|
|
52
52
|
'fabric.linking.last_mentioned_in': 'Sist omtalt i',
|
|
53
|
+
'fabric.linking.learn_more_about_connecting_account': 'Finn ut mer om å koble kontoen din til Atlassian-produkter.',
|
|
53
54
|
'fabric.linking.learn_more_about_smart_links': 'Finn ut mer om smartkoblinger.',
|
|
54
55
|
'fabric.linking.link_safety_warning_message': '{unsafeLinkText}-koblingen tar deg til et annet nettsted, <a>actual link here</a>',
|
|
55
56
|
'fabric.linking.loading': 'Laster …',
|