@atlaskit/smart-card 40.10.8 → 40.10.10
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 +15 -0
- package/dist/cjs/i18n/en.js +6 -0
- package/dist/cjs/i18n/en_GB.js +6 -0
- package/dist/cjs/i18n/en_ZZ.js +6 -0
- package/dist/cjs/utils/analytics/analytics.js +1 -1
- package/dist/cjs/view/BlockCard/index.js +4 -6
- package/dist/cjs/view/EmbedCard/index.js +14 -16
- package/dist/cjs/view/HoverCard/components/HoverCardComponent.js +3 -6
- package/dist/cjs/view/LinkUrl/index.js +1 -1
- package/dist/es2019/i18n/en.js +6 -0
- package/dist/es2019/i18n/en_GB.js +6 -0
- package/dist/es2019/i18n/en_ZZ.js +6 -0
- package/dist/es2019/utils/analytics/analytics.js +1 -1
- package/dist/es2019/view/BlockCard/index.js +4 -6
- package/dist/es2019/view/EmbedCard/index.js +14 -16
- package/dist/es2019/view/HoverCard/components/HoverCardComponent.js +3 -6
- package/dist/es2019/view/LinkUrl/index.js +1 -1
- package/dist/esm/i18n/en.js +6 -0
- package/dist/esm/i18n/en_GB.js +6 -0
- package/dist/esm/i18n/en_ZZ.js +6 -0
- package/dist/esm/utils/analytics/analytics.js +1 -1
- package/dist/esm/view/BlockCard/index.js +4 -6
- package/dist/esm/view/EmbedCard/index.js +14 -16
- package/dist/esm/view/HoverCard/components/HoverCardComponent.js +3 -6
- package/dist/esm/view/LinkUrl/index.js +1 -1
- package/dist/types/i18n/en.d.ts +6 -0
- package/dist/types/i18n/en_GB.d.ts +6 -0
- package/dist/types/i18n/en_ZZ.d.ts +6 -0
- package/dist/types-ts4.5/i18n/en.d.ts +6 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +6 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +6 -0
- package/package.json +5 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @atlaskit/smart-card
|
|
2
2
|
|
|
3
|
+
## 40.10.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`5ff571d87059f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5ff571d87059f) -
|
|
8
|
+
Remove the FG and FG code of fix_a11y_violation_in_hover_card_trigger
|
|
9
|
+
|
|
10
|
+
## 40.10.9
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- [`cd3b62d1e54e9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cd3b62d1e54e9) -
|
|
15
|
+
Removing Feature-Gate checks for contacting DSP on smart card evaluation
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
|
|
3
18
|
## 40.10.8
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/dist/cjs/i18n/en.js
CHANGED
|
@@ -87,8 +87,11 @@ var _default = exports.default = {
|
|
|
87
87
|
'fabric.linking.follow_goal_description': 'Follow this goal to get notifications on updates',
|
|
88
88
|
'fabric.linking.follow_goal_error': 'We encountered an error while trying to follow the goal. Check your connection or refresh the page and try again.',
|
|
89
89
|
'fabric.linking.follow_project': 'Follow project',
|
|
90
|
+
'fabric.linking.follow_project-galaxia': 'Follow space',
|
|
90
91
|
'fabric.linking.follow_project_description': 'Follow to get notifications on this project',
|
|
92
|
+
'fabric.linking.follow_project_description-galaxia': 'Follow to get notifications on this space',
|
|
91
93
|
'fabric.linking.follow_project_error': 'We encountered an error while trying to follow the project. Check your connection or refresh the page and try again.',
|
|
94
|
+
'fabric.linking.follow_project_error-galaxia': 'We encountered an error while trying to follow the space. Check your connection or refresh the page and try again.',
|
|
92
95
|
'fabric.linking.forbidden_access': 'Your access is forbidden',
|
|
93
96
|
'fabric.linking.forbidden_description': 'Contact your admin to request access to {hostname}.',
|
|
94
97
|
'fabric.linking.forbidden_title': "You don't have access to this content",
|
|
@@ -175,8 +178,11 @@ var _default = exports.default = {
|
|
|
175
178
|
'fabric.linking.unfollow_goal_description': 'Unfollow to stop receiving notifications for this goal',
|
|
176
179
|
'fabric.linking.unfollow_goal_error': 'We encountered an error while trying to unfollow the goal. Check your connection or refresh the page and try again.',
|
|
177
180
|
'fabric.linking.unfollow_project': 'Unfollow project',
|
|
181
|
+
'fabric.linking.unfollow_project-galaxia': 'Unfollow space',
|
|
178
182
|
'fabric.linking.unfollow_project_description': 'Unfollow to stop receiving project notifications',
|
|
183
|
+
'fabric.linking.unfollow_project_description-galaxia': 'Unfollow to stop receiving space notifications',
|
|
179
184
|
'fabric.linking.unfollow_project_error': 'We encountered an error while trying to unfollow the project. Check your connection or refresh the page and try again.',
|
|
185
|
+
'fabric.linking.unfollow_project_error-galaxia': 'We encountered an error while trying to unfollow the space. Check your connection or refresh the page and try again.',
|
|
180
186
|
'fabric.linking.unlink_account': 'Unlink Account',
|
|
181
187
|
'fabric.linking.updated_by': 'Modified by {context}',
|
|
182
188
|
'fabric.linking.user_attributes': '{context}',
|
package/dist/cjs/i18n/en_GB.js
CHANGED
|
@@ -87,8 +87,11 @@ var _default = exports.default = {
|
|
|
87
87
|
'fabric.linking.follow_goal_description': 'Follow this goal to get notifications on updates',
|
|
88
88
|
'fabric.linking.follow_goal_error': 'We encountered an error while trying to follow the goal. Check your connection or refresh the page and try again.',
|
|
89
89
|
'fabric.linking.follow_project': 'Follow project',
|
|
90
|
+
'fabric.linking.follow_project-galaxia': 'Follow space',
|
|
90
91
|
'fabric.linking.follow_project_description': 'Follow to get notifications on this project',
|
|
92
|
+
'fabric.linking.follow_project_description-galaxia': 'Follow to get notifications on this space',
|
|
91
93
|
'fabric.linking.follow_project_error': 'We encountered an error while trying to follow the project. Check your connection or refresh the page and try again.',
|
|
94
|
+
'fabric.linking.follow_project_error-galaxia': 'We encountered an error while trying to follow the space. Check your connection or refresh the page and try again.',
|
|
92
95
|
'fabric.linking.forbidden_access': 'Your access is forbidden',
|
|
93
96
|
'fabric.linking.forbidden_description': 'Contact your admin to request access to {hostname}.',
|
|
94
97
|
'fabric.linking.forbidden_title': "You don't have access to this content",
|
|
@@ -175,8 +178,11 @@ var _default = exports.default = {
|
|
|
175
178
|
'fabric.linking.unfollow_goal_description': 'Unfollow to stop receiving notifications for this goal',
|
|
176
179
|
'fabric.linking.unfollow_goal_error': 'We encountered an error while trying to unfollow the goal. Check your connection or refresh the page and try again.',
|
|
177
180
|
'fabric.linking.unfollow_project': 'Unfollow project',
|
|
181
|
+
'fabric.linking.unfollow_project-galaxia': 'Unfollow space',
|
|
178
182
|
'fabric.linking.unfollow_project_description': 'Unfollow to stop receiving project notifications',
|
|
183
|
+
'fabric.linking.unfollow_project_description-galaxia': 'Unfollow to stop receiving space notifications',
|
|
179
184
|
'fabric.linking.unfollow_project_error': 'We encountered an error while trying to unfollow the project. Check your connection or refresh the page and try again.',
|
|
185
|
+
'fabric.linking.unfollow_project_error-galaxia': 'We encountered an error while trying to unfollow the space. Check your connection or refresh the page and try again.',
|
|
180
186
|
'fabric.linking.unlink_account': 'Unlink Account',
|
|
181
187
|
'fabric.linking.updated_by': 'Modified by {context}',
|
|
182
188
|
'fabric.linking.user_attributes': '{context}',
|
package/dist/cjs/i18n/en_ZZ.js
CHANGED
|
@@ -87,8 +87,11 @@ var _default = exports.default = {
|
|
|
87
87
|
'fabric.linking.follow_goal_description': 'Follow this goal to get notifications on updates',
|
|
88
88
|
'fabric.linking.follow_goal_error': 'We encountered an error while trying to follow the goal. Check your connection or refresh the page and try again.',
|
|
89
89
|
'fabric.linking.follow_project': 'Follow project',
|
|
90
|
+
'fabric.linking.follow_project-galaxia': 'Follow space',
|
|
90
91
|
'fabric.linking.follow_project_description': 'Follow to get notifications on this project',
|
|
92
|
+
'fabric.linking.follow_project_description-galaxia': 'Follow to get notifications on this space',
|
|
91
93
|
'fabric.linking.follow_project_error': 'We encountered an error while trying to follow the project. Check your connection or refresh the page and try again.',
|
|
94
|
+
'fabric.linking.follow_project_error-galaxia': 'We encountered an error while trying to follow the space. Check your connection or refresh the page and try again.',
|
|
92
95
|
'fabric.linking.forbidden_access': 'Your access is forbidden',
|
|
93
96
|
'fabric.linking.forbidden_description': 'Contact your admin to request access to {hostname}.',
|
|
94
97
|
'fabric.linking.forbidden_title': "You don't have access to this content",
|
|
@@ -175,8 +178,11 @@ var _default = exports.default = {
|
|
|
175
178
|
'fabric.linking.unfollow_goal_description': 'Unfollow to stop receiving notifications for this goal',
|
|
176
179
|
'fabric.linking.unfollow_goal_error': 'We encountered an error while trying to unfollow the goal. Check your connection or refresh the page and try again.',
|
|
177
180
|
'fabric.linking.unfollow_project': 'Unfollow project',
|
|
181
|
+
'fabric.linking.unfollow_project-galaxia': 'Unfollow space',
|
|
178
182
|
'fabric.linking.unfollow_project_description': 'Unfollow to stop receiving project notifications',
|
|
183
|
+
'fabric.linking.unfollow_project_description-galaxia': 'Unfollow to stop receiving space notifications',
|
|
179
184
|
'fabric.linking.unfollow_project_error': 'We encountered an error while trying to unfollow the project. Check your connection or refresh the page and try again.',
|
|
185
|
+
'fabric.linking.unfollow_project_error-galaxia': 'We encountered an error while trying to unfollow the space. Check your connection or refresh the page and try again.',
|
|
180
186
|
'fabric.linking.unlink_account': 'Unlink Account',
|
|
181
187
|
'fabric.linking.updated_by': 'Modified by {context}',
|
|
182
188
|
'fabric.linking.user_attributes': '{context}',
|
|
@@ -11,7 +11,7 @@ var ANALYTICS_CHANNEL = exports.ANALYTICS_CHANNEL = 'media';
|
|
|
11
11
|
var context = exports.context = {
|
|
12
12
|
componentName: 'smart-cards',
|
|
13
13
|
packageName: "@atlaskit/smart-card",
|
|
14
|
-
packageVersion: "40.10.
|
|
14
|
+
packageVersion: "40.10.9"
|
|
15
15
|
};
|
|
16
16
|
var TrackQuickActionType = exports.TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
17
17
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
|
@@ -65,12 +65,10 @@ var BlockCard = exports.BlockCard = function BlockCard(_ref2) {
|
|
|
65
65
|
testId: "smart-block-resolving-view"
|
|
66
66
|
})));
|
|
67
67
|
case 'resolved':
|
|
68
|
-
if ((0,
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
}));
|
|
73
|
-
}
|
|
68
|
+
if ((0, _shouldDataExport.getIsDataExportEnabled)(shouldControlDataExport, cardState.details)) {
|
|
69
|
+
return /*#__PURE__*/_react.default.createElement(_UnauthorisedView.default, (0, _extends2.default)({}, blockCardProps, {
|
|
70
|
+
onAuthorize: handleAuthorize
|
|
71
|
+
}));
|
|
74
72
|
}
|
|
75
73
|
return /*#__PURE__*/_react.default.createElement(_ResolvedView.default, blockCardProps);
|
|
76
74
|
case 'unauthorized':
|
|
@@ -82,22 +82,20 @@ var EmbedCard = exports.EmbedCard = /*#__PURE__*/_react.default.forwardRef(funct
|
|
|
82
82
|
aspectRatio: (_resolvedViewProps$pr = resolvedViewProps.preview) === null || _resolvedViewProps$pr === void 0 ? void 0 : _resolvedViewProps$pr.aspectRatio
|
|
83
83
|
});
|
|
84
84
|
}
|
|
85
|
-
if ((0,
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
});
|
|
100
|
-
}
|
|
85
|
+
if ((0, _shouldDataExport.getIsDataExportEnabled)(shouldControlDataExport, cardState.details)) {
|
|
86
|
+
var unauthViewProps = (0, _embed.extractEmbedProps)(details, platform);
|
|
87
|
+
return /*#__PURE__*/_react.default.createElement(_unauthorizedView.default, {
|
|
88
|
+
context: unauthViewProps.context,
|
|
89
|
+
extensionKey: extensionKey,
|
|
90
|
+
frameStyle: frameStyle,
|
|
91
|
+
isProductIntegrationSupported: isProductIntegrationSupported,
|
|
92
|
+
inheritDimensions: inheritDimensions,
|
|
93
|
+
isSelected: isSelected,
|
|
94
|
+
onAuthorize: handleAuthorize,
|
|
95
|
+
onClick: handleFrameClick,
|
|
96
|
+
testId: testId,
|
|
97
|
+
url: unauthViewProps.link
|
|
98
|
+
});
|
|
101
99
|
}
|
|
102
100
|
if (resolvedViewProps.preview) {
|
|
103
101
|
return /*#__PURE__*/_react.default.createElement(_ResolvedView3.EmbedCardResolvedView, (0, _extends2.default)({}, resolvedViewProps, {
|
|
@@ -10,7 +10,6 @@ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")
|
|
|
10
10
|
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
|
|
11
11
|
var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
|
|
12
12
|
var _react = _interopRequireWildcard(require("react"));
|
|
13
|
-
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
14
13
|
var _popup = _interopRequireDefault(require("@atlaskit/popup"));
|
|
15
14
|
var _expValEqualsNoExposure = require("@atlaskit/tmp-editor-statsig/exp-val-equals-no-exposure");
|
|
16
15
|
var _constants = require("../../../constants");
|
|
@@ -24,7 +23,7 @@ var _styled = require("../styled");
|
|
|
24
23
|
var _excluded = ["aria-haspopup", "aria-expanded"];
|
|
25
24
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
26
25
|
var HOVER_CARD_SOURCE = exports.HOVER_CARD_SOURCE = 'smartLinkPreviewHoverCard';
|
|
27
|
-
var
|
|
26
|
+
var HOVER_CARD_TRIGGER_WRAPPER = 'hover-card-trigger-wrapper';
|
|
28
27
|
var FADE_IN_DELAY = 500;
|
|
29
28
|
var FADE_OUT_DELAY = 300;
|
|
30
29
|
var RESOLVE_DELAY = 100;
|
|
@@ -215,11 +214,9 @@ var HoverCardComponent = exports.HoverCardComponent = function HoverCardComponen
|
|
|
215
214
|
onMouseMove: setMousePosition,
|
|
216
215
|
onClick: onChildClick,
|
|
217
216
|
onContextMenu: onContextMenuClick,
|
|
218
|
-
"data-testid":
|
|
217
|
+
"data-testid": HOVER_CARD_TRIGGER_WRAPPER
|
|
219
218
|
}, (0, _expValEqualsNoExposure.expValEqualsNoExposure)('platform_editor_preview_panel_linking_exp', 'isEnabled', true) ? {
|
|
220
|
-
className:
|
|
221
|
-
} : {}, (0, _platformFeatureFlags.fg)('fix_a11y_violation_in_hover_card_trigger') ? {
|
|
222
|
-
role: 'button'
|
|
219
|
+
className: HOVER_CARD_TRIGGER_WRAPPER
|
|
223
220
|
} : {}), children));
|
|
224
221
|
}, [children, initHideCard, initShowCard, onChildClick, onContextMenuClick, setMousePosition]);
|
|
225
222
|
return /*#__PURE__*/_react.default.createElement(_popup.default, {
|
|
@@ -19,7 +19,7 @@ var _excluded = ["href", "children", "checkSafety", "onClick", "testId", "isLink
|
|
|
19
19
|
_excluded2 = ["isLinkSafe", "showSafetyWarningModal"];
|
|
20
20
|
var PACKAGE_DATA = {
|
|
21
21
|
packageName: "@atlaskit/smart-card",
|
|
22
|
-
packageVersion: "40.10.
|
|
22
|
+
packageVersion: "40.10.9",
|
|
23
23
|
componentName: 'linkUrl'
|
|
24
24
|
};
|
|
25
25
|
var Anchor = (0, _click.withLinkClickedEvent)('a');
|
package/dist/es2019/i18n/en.js
CHANGED
|
@@ -81,8 +81,11 @@ export default {
|
|
|
81
81
|
'fabric.linking.follow_goal_description': 'Follow this goal to get notifications on updates',
|
|
82
82
|
'fabric.linking.follow_goal_error': 'We encountered an error while trying to follow the goal. Check your connection or refresh the page and try again.',
|
|
83
83
|
'fabric.linking.follow_project': 'Follow project',
|
|
84
|
+
'fabric.linking.follow_project-galaxia': 'Follow space',
|
|
84
85
|
'fabric.linking.follow_project_description': 'Follow to get notifications on this project',
|
|
86
|
+
'fabric.linking.follow_project_description-galaxia': 'Follow to get notifications on this space',
|
|
85
87
|
'fabric.linking.follow_project_error': 'We encountered an error while trying to follow the project. Check your connection or refresh the page and try again.',
|
|
88
|
+
'fabric.linking.follow_project_error-galaxia': 'We encountered an error while trying to follow the space. Check your connection or refresh the page and try again.',
|
|
86
89
|
'fabric.linking.forbidden_access': 'Your access is forbidden',
|
|
87
90
|
'fabric.linking.forbidden_description': 'Contact your admin to request access to {hostname}.',
|
|
88
91
|
'fabric.linking.forbidden_title': "You don't have access to this content",
|
|
@@ -169,8 +172,11 @@ export default {
|
|
|
169
172
|
'fabric.linking.unfollow_goal_description': 'Unfollow to stop receiving notifications for this goal',
|
|
170
173
|
'fabric.linking.unfollow_goal_error': 'We encountered an error while trying to unfollow the goal. Check your connection or refresh the page and try again.',
|
|
171
174
|
'fabric.linking.unfollow_project': 'Unfollow project',
|
|
175
|
+
'fabric.linking.unfollow_project-galaxia': 'Unfollow space',
|
|
172
176
|
'fabric.linking.unfollow_project_description': 'Unfollow to stop receiving project notifications',
|
|
177
|
+
'fabric.linking.unfollow_project_description-galaxia': 'Unfollow to stop receiving space notifications',
|
|
173
178
|
'fabric.linking.unfollow_project_error': 'We encountered an error while trying to unfollow the project. Check your connection or refresh the page and try again.',
|
|
179
|
+
'fabric.linking.unfollow_project_error-galaxia': 'We encountered an error while trying to unfollow the space. Check your connection or refresh the page and try again.',
|
|
174
180
|
'fabric.linking.unlink_account': 'Unlink Account',
|
|
175
181
|
'fabric.linking.updated_by': 'Modified by {context}',
|
|
176
182
|
'fabric.linking.user_attributes': '{context}',
|
|
@@ -81,8 +81,11 @@ export default {
|
|
|
81
81
|
'fabric.linking.follow_goal_description': 'Follow this goal to get notifications on updates',
|
|
82
82
|
'fabric.linking.follow_goal_error': 'We encountered an error while trying to follow the goal. Check your connection or refresh the page and try again.',
|
|
83
83
|
'fabric.linking.follow_project': 'Follow project',
|
|
84
|
+
'fabric.linking.follow_project-galaxia': 'Follow space',
|
|
84
85
|
'fabric.linking.follow_project_description': 'Follow to get notifications on this project',
|
|
86
|
+
'fabric.linking.follow_project_description-galaxia': 'Follow to get notifications on this space',
|
|
85
87
|
'fabric.linking.follow_project_error': 'We encountered an error while trying to follow the project. Check your connection or refresh the page and try again.',
|
|
88
|
+
'fabric.linking.follow_project_error-galaxia': 'We encountered an error while trying to follow the space. Check your connection or refresh the page and try again.',
|
|
86
89
|
'fabric.linking.forbidden_access': 'Your access is forbidden',
|
|
87
90
|
'fabric.linking.forbidden_description': 'Contact your admin to request access to {hostname}.',
|
|
88
91
|
'fabric.linking.forbidden_title': "You don't have access to this content",
|
|
@@ -169,8 +172,11 @@ export default {
|
|
|
169
172
|
'fabric.linking.unfollow_goal_description': 'Unfollow to stop receiving notifications for this goal',
|
|
170
173
|
'fabric.linking.unfollow_goal_error': 'We encountered an error while trying to unfollow the goal. Check your connection or refresh the page and try again.',
|
|
171
174
|
'fabric.linking.unfollow_project': 'Unfollow project',
|
|
175
|
+
'fabric.linking.unfollow_project-galaxia': 'Unfollow space',
|
|
172
176
|
'fabric.linking.unfollow_project_description': 'Unfollow to stop receiving project notifications',
|
|
177
|
+
'fabric.linking.unfollow_project_description-galaxia': 'Unfollow to stop receiving space notifications',
|
|
173
178
|
'fabric.linking.unfollow_project_error': 'We encountered an error while trying to unfollow the project. Check your connection or refresh the page and try again.',
|
|
179
|
+
'fabric.linking.unfollow_project_error-galaxia': 'We encountered an error while trying to unfollow the space. Check your connection or refresh the page and try again.',
|
|
174
180
|
'fabric.linking.unlink_account': 'Unlink Account',
|
|
175
181
|
'fabric.linking.updated_by': 'Modified by {context}',
|
|
176
182
|
'fabric.linking.user_attributes': '{context}',
|
|
@@ -81,8 +81,11 @@ export default {
|
|
|
81
81
|
'fabric.linking.follow_goal_description': 'Follow this goal to get notifications on updates',
|
|
82
82
|
'fabric.linking.follow_goal_error': 'We encountered an error while trying to follow the goal. Check your connection or refresh the page and try again.',
|
|
83
83
|
'fabric.linking.follow_project': 'Follow project',
|
|
84
|
+
'fabric.linking.follow_project-galaxia': 'Follow space',
|
|
84
85
|
'fabric.linking.follow_project_description': 'Follow to get notifications on this project',
|
|
86
|
+
'fabric.linking.follow_project_description-galaxia': 'Follow to get notifications on this space',
|
|
85
87
|
'fabric.linking.follow_project_error': 'We encountered an error while trying to follow the project. Check your connection or refresh the page and try again.',
|
|
88
|
+
'fabric.linking.follow_project_error-galaxia': 'We encountered an error while trying to follow the space. Check your connection or refresh the page and try again.',
|
|
86
89
|
'fabric.linking.forbidden_access': 'Your access is forbidden',
|
|
87
90
|
'fabric.linking.forbidden_description': 'Contact your admin to request access to {hostname}.',
|
|
88
91
|
'fabric.linking.forbidden_title': "You don't have access to this content",
|
|
@@ -169,8 +172,11 @@ export default {
|
|
|
169
172
|
'fabric.linking.unfollow_goal_description': 'Unfollow to stop receiving notifications for this goal',
|
|
170
173
|
'fabric.linking.unfollow_goal_error': 'We encountered an error while trying to unfollow the goal. Check your connection or refresh the page and try again.',
|
|
171
174
|
'fabric.linking.unfollow_project': 'Unfollow project',
|
|
175
|
+
'fabric.linking.unfollow_project-galaxia': 'Unfollow space',
|
|
172
176
|
'fabric.linking.unfollow_project_description': 'Unfollow to stop receiving project notifications',
|
|
177
|
+
'fabric.linking.unfollow_project_description-galaxia': 'Unfollow to stop receiving space notifications',
|
|
173
178
|
'fabric.linking.unfollow_project_error': 'We encountered an error while trying to unfollow the project. Check your connection or refresh the page and try again.',
|
|
179
|
+
'fabric.linking.unfollow_project_error-galaxia': 'We encountered an error while trying to unfollow the space. Check your connection or refresh the page and try again.',
|
|
174
180
|
'fabric.linking.unlink_account': 'Unlink Account',
|
|
175
181
|
'fabric.linking.updated_by': 'Modified by {context}',
|
|
176
182
|
'fabric.linking.user_attributes': '{context}',
|
|
@@ -2,7 +2,7 @@ export const ANALYTICS_CHANNEL = 'media';
|
|
|
2
2
|
export const context = {
|
|
3
3
|
componentName: 'smart-cards',
|
|
4
4
|
packageName: "@atlaskit/smart-card",
|
|
5
|
-
packageVersion: "40.10.
|
|
5
|
+
packageVersion: "40.10.9"
|
|
6
6
|
};
|
|
7
7
|
export let TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
8
8
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
|
@@ -60,12 +60,10 @@ export const BlockCard = ({
|
|
|
60
60
|
testId: "smart-block-resolving-view"
|
|
61
61
|
})));
|
|
62
62
|
case 'resolved':
|
|
63
|
-
if (
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
}));
|
|
68
|
-
}
|
|
63
|
+
if (getIsDataExportEnabled(shouldControlDataExport, cardState.details)) {
|
|
64
|
+
return /*#__PURE__*/React.createElement(UnauthorisedView, _extends({}, blockCardProps, {
|
|
65
|
+
onAuthorize: handleAuthorize
|
|
66
|
+
}));
|
|
69
67
|
}
|
|
70
68
|
return /*#__PURE__*/React.createElement(ResolvedView, blockCardProps);
|
|
71
69
|
case 'unauthorized':
|
|
@@ -80,22 +80,20 @@ export const EmbedCard = /*#__PURE__*/React.forwardRef(({
|
|
|
80
80
|
aspectRatio: (_resolvedViewProps$pr = resolvedViewProps.preview) === null || _resolvedViewProps$pr === void 0 ? void 0 : _resolvedViewProps$pr.aspectRatio
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
|
-
if (
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
});
|
|
98
|
-
}
|
|
83
|
+
if (getIsDataExportEnabled(shouldControlDataExport, cardState.details)) {
|
|
84
|
+
const unauthViewProps = extractEmbedProps(details, platform);
|
|
85
|
+
return /*#__PURE__*/React.createElement(UnauthorizedView, {
|
|
86
|
+
context: unauthViewProps.context,
|
|
87
|
+
extensionKey: extensionKey,
|
|
88
|
+
frameStyle: frameStyle,
|
|
89
|
+
isProductIntegrationSupported: isProductIntegrationSupported,
|
|
90
|
+
inheritDimensions: inheritDimensions,
|
|
91
|
+
isSelected: isSelected,
|
|
92
|
+
onAuthorize: handleAuthorize,
|
|
93
|
+
onClick: handleFrameClick,
|
|
94
|
+
testId: testId,
|
|
95
|
+
url: unauthViewProps.link
|
|
96
|
+
});
|
|
99
97
|
}
|
|
100
98
|
if (resolvedViewProps.preview) {
|
|
101
99
|
return /*#__PURE__*/React.createElement(EmbedCardResolvedView, _extends({}, resolvedViewProps, {
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
2
|
import React, { useCallback, useEffect, useRef } from 'react';
|
|
3
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
4
3
|
import Popup from '@atlaskit/popup';
|
|
5
4
|
import { expValEqualsNoExposure } from '@atlaskit/tmp-editor-statsig/exp-val-equals-no-exposure';
|
|
6
5
|
import { ActionName, CardDisplay } from '../../../constants';
|
|
@@ -12,7 +11,7 @@ import CustomPopupContainer from '../components/CustomPopupContainer';
|
|
|
12
11
|
import HoverCardContent from '../components/HoverCardContent';
|
|
13
12
|
import { CARD_GAP_PX, HOVER_CARD_Z_INDEX } from '../styled';
|
|
14
13
|
export const HOVER_CARD_SOURCE = 'smartLinkPreviewHoverCard';
|
|
15
|
-
const
|
|
14
|
+
const HOVER_CARD_TRIGGER_WRAPPER = 'hover-card-trigger-wrapper';
|
|
16
15
|
const FADE_IN_DELAY = 500;
|
|
17
16
|
const FADE_OUT_DELAY = 300;
|
|
18
17
|
const RESOLVE_DELAY = 100;
|
|
@@ -192,11 +191,9 @@ export const HoverCardComponent = ({
|
|
|
192
191
|
onMouseMove: setMousePosition,
|
|
193
192
|
onClick: onChildClick,
|
|
194
193
|
onContextMenu: onContextMenuClick,
|
|
195
|
-
"data-testid":
|
|
194
|
+
"data-testid": HOVER_CARD_TRIGGER_WRAPPER
|
|
196
195
|
}, expValEqualsNoExposure('platform_editor_preview_panel_linking_exp', 'isEnabled', true) ? {
|
|
197
|
-
className:
|
|
198
|
-
} : {}, fg('fix_a11y_violation_in_hover_card_trigger') ? {
|
|
199
|
-
role: 'button'
|
|
196
|
+
className: HOVER_CARD_TRIGGER_WRAPPER
|
|
200
197
|
} : {}), children)), [children, initHideCard, initShowCard, onChildClick, onContextMenuClick, setMousePosition]);
|
|
201
198
|
return /*#__PURE__*/React.createElement(Popup, {
|
|
202
199
|
testId: "hover-card",
|
|
@@ -9,7 +9,7 @@ import LinkWarningModal from './LinkWarningModal';
|
|
|
9
9
|
import { useLinkWarningModal } from './LinkWarningModal/hooks/use-link-warning-modal';
|
|
10
10
|
const PACKAGE_DATA = {
|
|
11
11
|
packageName: "@atlaskit/smart-card",
|
|
12
|
-
packageVersion: "40.10.
|
|
12
|
+
packageVersion: "40.10.9",
|
|
13
13
|
componentName: 'linkUrl'
|
|
14
14
|
};
|
|
15
15
|
const Anchor = withLinkClickedEvent('a');
|
package/dist/esm/i18n/en.js
CHANGED
|
@@ -81,8 +81,11 @@ export default {
|
|
|
81
81
|
'fabric.linking.follow_goal_description': 'Follow this goal to get notifications on updates',
|
|
82
82
|
'fabric.linking.follow_goal_error': 'We encountered an error while trying to follow the goal. Check your connection or refresh the page and try again.',
|
|
83
83
|
'fabric.linking.follow_project': 'Follow project',
|
|
84
|
+
'fabric.linking.follow_project-galaxia': 'Follow space',
|
|
84
85
|
'fabric.linking.follow_project_description': 'Follow to get notifications on this project',
|
|
86
|
+
'fabric.linking.follow_project_description-galaxia': 'Follow to get notifications on this space',
|
|
85
87
|
'fabric.linking.follow_project_error': 'We encountered an error while trying to follow the project. Check your connection or refresh the page and try again.',
|
|
88
|
+
'fabric.linking.follow_project_error-galaxia': 'We encountered an error while trying to follow the space. Check your connection or refresh the page and try again.',
|
|
86
89
|
'fabric.linking.forbidden_access': 'Your access is forbidden',
|
|
87
90
|
'fabric.linking.forbidden_description': 'Contact your admin to request access to {hostname}.',
|
|
88
91
|
'fabric.linking.forbidden_title': "You don't have access to this content",
|
|
@@ -169,8 +172,11 @@ export default {
|
|
|
169
172
|
'fabric.linking.unfollow_goal_description': 'Unfollow to stop receiving notifications for this goal',
|
|
170
173
|
'fabric.linking.unfollow_goal_error': 'We encountered an error while trying to unfollow the goal. Check your connection or refresh the page and try again.',
|
|
171
174
|
'fabric.linking.unfollow_project': 'Unfollow project',
|
|
175
|
+
'fabric.linking.unfollow_project-galaxia': 'Unfollow space',
|
|
172
176
|
'fabric.linking.unfollow_project_description': 'Unfollow to stop receiving project notifications',
|
|
177
|
+
'fabric.linking.unfollow_project_description-galaxia': 'Unfollow to stop receiving space notifications',
|
|
173
178
|
'fabric.linking.unfollow_project_error': 'We encountered an error while trying to unfollow the project. Check your connection or refresh the page and try again.',
|
|
179
|
+
'fabric.linking.unfollow_project_error-galaxia': 'We encountered an error while trying to unfollow the space. Check your connection or refresh the page and try again.',
|
|
174
180
|
'fabric.linking.unlink_account': 'Unlink Account',
|
|
175
181
|
'fabric.linking.updated_by': 'Modified by {context}',
|
|
176
182
|
'fabric.linking.user_attributes': '{context}',
|
package/dist/esm/i18n/en_GB.js
CHANGED
|
@@ -81,8 +81,11 @@ export default {
|
|
|
81
81
|
'fabric.linking.follow_goal_description': 'Follow this goal to get notifications on updates',
|
|
82
82
|
'fabric.linking.follow_goal_error': 'We encountered an error while trying to follow the goal. Check your connection or refresh the page and try again.',
|
|
83
83
|
'fabric.linking.follow_project': 'Follow project',
|
|
84
|
+
'fabric.linking.follow_project-galaxia': 'Follow space',
|
|
84
85
|
'fabric.linking.follow_project_description': 'Follow to get notifications on this project',
|
|
86
|
+
'fabric.linking.follow_project_description-galaxia': 'Follow to get notifications on this space',
|
|
85
87
|
'fabric.linking.follow_project_error': 'We encountered an error while trying to follow the project. Check your connection or refresh the page and try again.',
|
|
88
|
+
'fabric.linking.follow_project_error-galaxia': 'We encountered an error while trying to follow the space. Check your connection or refresh the page and try again.',
|
|
86
89
|
'fabric.linking.forbidden_access': 'Your access is forbidden',
|
|
87
90
|
'fabric.linking.forbidden_description': 'Contact your admin to request access to {hostname}.',
|
|
88
91
|
'fabric.linking.forbidden_title': "You don't have access to this content",
|
|
@@ -169,8 +172,11 @@ export default {
|
|
|
169
172
|
'fabric.linking.unfollow_goal_description': 'Unfollow to stop receiving notifications for this goal',
|
|
170
173
|
'fabric.linking.unfollow_goal_error': 'We encountered an error while trying to unfollow the goal. Check your connection or refresh the page and try again.',
|
|
171
174
|
'fabric.linking.unfollow_project': 'Unfollow project',
|
|
175
|
+
'fabric.linking.unfollow_project-galaxia': 'Unfollow space',
|
|
172
176
|
'fabric.linking.unfollow_project_description': 'Unfollow to stop receiving project notifications',
|
|
177
|
+
'fabric.linking.unfollow_project_description-galaxia': 'Unfollow to stop receiving space notifications',
|
|
173
178
|
'fabric.linking.unfollow_project_error': 'We encountered an error while trying to unfollow the project. Check your connection or refresh the page and try again.',
|
|
179
|
+
'fabric.linking.unfollow_project_error-galaxia': 'We encountered an error while trying to unfollow the space. Check your connection or refresh the page and try again.',
|
|
174
180
|
'fabric.linking.unlink_account': 'Unlink Account',
|
|
175
181
|
'fabric.linking.updated_by': 'Modified by {context}',
|
|
176
182
|
'fabric.linking.user_attributes': '{context}',
|
package/dist/esm/i18n/en_ZZ.js
CHANGED
|
@@ -81,8 +81,11 @@ export default {
|
|
|
81
81
|
'fabric.linking.follow_goal_description': 'Follow this goal to get notifications on updates',
|
|
82
82
|
'fabric.linking.follow_goal_error': 'We encountered an error while trying to follow the goal. Check your connection or refresh the page and try again.',
|
|
83
83
|
'fabric.linking.follow_project': 'Follow project',
|
|
84
|
+
'fabric.linking.follow_project-galaxia': 'Follow space',
|
|
84
85
|
'fabric.linking.follow_project_description': 'Follow to get notifications on this project',
|
|
86
|
+
'fabric.linking.follow_project_description-galaxia': 'Follow to get notifications on this space',
|
|
85
87
|
'fabric.linking.follow_project_error': 'We encountered an error while trying to follow the project. Check your connection or refresh the page and try again.',
|
|
88
|
+
'fabric.linking.follow_project_error-galaxia': 'We encountered an error while trying to follow the space. Check your connection or refresh the page and try again.',
|
|
86
89
|
'fabric.linking.forbidden_access': 'Your access is forbidden',
|
|
87
90
|
'fabric.linking.forbidden_description': 'Contact your admin to request access to {hostname}.',
|
|
88
91
|
'fabric.linking.forbidden_title': "You don't have access to this content",
|
|
@@ -169,8 +172,11 @@ export default {
|
|
|
169
172
|
'fabric.linking.unfollow_goal_description': 'Unfollow to stop receiving notifications for this goal',
|
|
170
173
|
'fabric.linking.unfollow_goal_error': 'We encountered an error while trying to unfollow the goal. Check your connection or refresh the page and try again.',
|
|
171
174
|
'fabric.linking.unfollow_project': 'Unfollow project',
|
|
175
|
+
'fabric.linking.unfollow_project-galaxia': 'Unfollow space',
|
|
172
176
|
'fabric.linking.unfollow_project_description': 'Unfollow to stop receiving project notifications',
|
|
177
|
+
'fabric.linking.unfollow_project_description-galaxia': 'Unfollow to stop receiving space notifications',
|
|
173
178
|
'fabric.linking.unfollow_project_error': 'We encountered an error while trying to unfollow the project. Check your connection or refresh the page and try again.',
|
|
179
|
+
'fabric.linking.unfollow_project_error-galaxia': 'We encountered an error while trying to unfollow the space. Check your connection or refresh the page and try again.',
|
|
174
180
|
'fabric.linking.unlink_account': 'Unlink Account',
|
|
175
181
|
'fabric.linking.updated_by': 'Modified by {context}',
|
|
176
182
|
'fabric.linking.user_attributes': '{context}',
|
|
@@ -4,7 +4,7 @@ export var ANALYTICS_CHANNEL = 'media';
|
|
|
4
4
|
export var context = {
|
|
5
5
|
componentName: 'smart-cards',
|
|
6
6
|
packageName: "@atlaskit/smart-card",
|
|
7
|
-
packageVersion: "40.10.
|
|
7
|
+
packageVersion: "40.10.9"
|
|
8
8
|
};
|
|
9
9
|
export var TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
10
10
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
|
@@ -58,12 +58,10 @@ export var BlockCard = function BlockCard(_ref2) {
|
|
|
58
58
|
testId: "smart-block-resolving-view"
|
|
59
59
|
})));
|
|
60
60
|
case 'resolved':
|
|
61
|
-
if (
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
}));
|
|
66
|
-
}
|
|
61
|
+
if (getIsDataExportEnabled(shouldControlDataExport, cardState.details)) {
|
|
62
|
+
return /*#__PURE__*/React.createElement(UnauthorisedView, _extends({}, blockCardProps, {
|
|
63
|
+
onAuthorize: handleAuthorize
|
|
64
|
+
}));
|
|
67
65
|
}
|
|
68
66
|
return /*#__PURE__*/React.createElement(ResolvedView, blockCardProps);
|
|
69
67
|
case 'unauthorized':
|
|
@@ -75,22 +75,20 @@ export var EmbedCard = /*#__PURE__*/React.forwardRef(function (_ref2, iframeRef)
|
|
|
75
75
|
aspectRatio: (_resolvedViewProps$pr = resolvedViewProps.preview) === null || _resolvedViewProps$pr === void 0 ? void 0 : _resolvedViewProps$pr.aspectRatio
|
|
76
76
|
});
|
|
77
77
|
}
|
|
78
|
-
if (
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
});
|
|
93
|
-
}
|
|
78
|
+
if (getIsDataExportEnabled(shouldControlDataExport, cardState.details)) {
|
|
79
|
+
var unauthViewProps = extractEmbedProps(details, platform);
|
|
80
|
+
return /*#__PURE__*/React.createElement(UnauthorizedView, {
|
|
81
|
+
context: unauthViewProps.context,
|
|
82
|
+
extensionKey: extensionKey,
|
|
83
|
+
frameStyle: frameStyle,
|
|
84
|
+
isProductIntegrationSupported: isProductIntegrationSupported,
|
|
85
|
+
inheritDimensions: inheritDimensions,
|
|
86
|
+
isSelected: isSelected,
|
|
87
|
+
onAuthorize: handleAuthorize,
|
|
88
|
+
onClick: handleFrameClick,
|
|
89
|
+
testId: testId,
|
|
90
|
+
url: unauthViewProps.link
|
|
91
|
+
});
|
|
94
92
|
}
|
|
95
93
|
if (resolvedViewProps.preview) {
|
|
96
94
|
return /*#__PURE__*/React.createElement(EmbedCardResolvedView, _extends({}, resolvedViewProps, {
|
|
@@ -3,7 +3,6 @@ import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProper
|
|
|
3
3
|
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
4
4
|
var _excluded = ["aria-haspopup", "aria-expanded"];
|
|
5
5
|
import React, { useCallback, useEffect, useRef } from 'react';
|
|
6
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
7
6
|
import Popup from '@atlaskit/popup';
|
|
8
7
|
import { expValEqualsNoExposure } from '@atlaskit/tmp-editor-statsig/exp-val-equals-no-exposure';
|
|
9
8
|
import { ActionName, CardDisplay } from '../../../constants';
|
|
@@ -15,7 +14,7 @@ import CustomPopupContainer from '../components/CustomPopupContainer';
|
|
|
15
14
|
import HoverCardContent from '../components/HoverCardContent';
|
|
16
15
|
import { CARD_GAP_PX, HOVER_CARD_Z_INDEX } from '../styled';
|
|
17
16
|
export var HOVER_CARD_SOURCE = 'smartLinkPreviewHoverCard';
|
|
18
|
-
var
|
|
17
|
+
var HOVER_CARD_TRIGGER_WRAPPER = 'hover-card-trigger-wrapper';
|
|
19
18
|
var FADE_IN_DELAY = 500;
|
|
20
19
|
var FADE_OUT_DELAY = 300;
|
|
21
20
|
var RESOLVE_DELAY = 100;
|
|
@@ -206,11 +205,9 @@ export var HoverCardComponent = function HoverCardComponent(_ref) {
|
|
|
206
205
|
onMouseMove: setMousePosition,
|
|
207
206
|
onClick: onChildClick,
|
|
208
207
|
onContextMenu: onContextMenuClick,
|
|
209
|
-
"data-testid":
|
|
208
|
+
"data-testid": HOVER_CARD_TRIGGER_WRAPPER
|
|
210
209
|
}, expValEqualsNoExposure('platform_editor_preview_panel_linking_exp', 'isEnabled', true) ? {
|
|
211
|
-
className:
|
|
212
|
-
} : {}, fg('fix_a11y_violation_in_hover_card_trigger') ? {
|
|
213
|
-
role: 'button'
|
|
210
|
+
className: HOVER_CARD_TRIGGER_WRAPPER
|
|
214
211
|
} : {}), children));
|
|
215
212
|
}, [children, initHideCard, initShowCard, onChildClick, onContextMenuClick, setMousePosition]);
|
|
216
213
|
return /*#__PURE__*/React.createElement(Popup, {
|
|
@@ -12,7 +12,7 @@ import LinkWarningModal from './LinkWarningModal';
|
|
|
12
12
|
import { useLinkWarningModal } from './LinkWarningModal/hooks/use-link-warning-modal';
|
|
13
13
|
var PACKAGE_DATA = {
|
|
14
14
|
packageName: "@atlaskit/smart-card",
|
|
15
|
-
packageVersion: "40.10.
|
|
15
|
+
packageVersion: "40.10.9",
|
|
16
16
|
componentName: 'linkUrl'
|
|
17
17
|
};
|
|
18
18
|
var Anchor = withLinkClickedEvent('a');
|
package/dist/types/i18n/en.d.ts
CHANGED
|
@@ -79,8 +79,11 @@ declare const _default: {
|
|
|
79
79
|
'fabric.linking.follow_goal_description': string;
|
|
80
80
|
'fabric.linking.follow_goal_error': string;
|
|
81
81
|
'fabric.linking.follow_project': string;
|
|
82
|
+
'fabric.linking.follow_project-galaxia': string;
|
|
82
83
|
'fabric.linking.follow_project_description': string;
|
|
84
|
+
'fabric.linking.follow_project_description-galaxia': string;
|
|
83
85
|
'fabric.linking.follow_project_error': string;
|
|
86
|
+
'fabric.linking.follow_project_error-galaxia': string;
|
|
84
87
|
'fabric.linking.forbidden_access': string;
|
|
85
88
|
'fabric.linking.forbidden_description': string;
|
|
86
89
|
'fabric.linking.forbidden_title': string;
|
|
@@ -167,8 +170,11 @@ declare const _default: {
|
|
|
167
170
|
'fabric.linking.unfollow_goal_description': string;
|
|
168
171
|
'fabric.linking.unfollow_goal_error': string;
|
|
169
172
|
'fabric.linking.unfollow_project': string;
|
|
173
|
+
'fabric.linking.unfollow_project-galaxia': string;
|
|
170
174
|
'fabric.linking.unfollow_project_description': string;
|
|
175
|
+
'fabric.linking.unfollow_project_description-galaxia': string;
|
|
171
176
|
'fabric.linking.unfollow_project_error': string;
|
|
177
|
+
'fabric.linking.unfollow_project_error-galaxia': string;
|
|
172
178
|
'fabric.linking.unlink_account': string;
|
|
173
179
|
'fabric.linking.updated_by': string;
|
|
174
180
|
'fabric.linking.user_attributes': string;
|
|
@@ -79,8 +79,11 @@ declare const _default: {
|
|
|
79
79
|
'fabric.linking.follow_goal_description': string;
|
|
80
80
|
'fabric.linking.follow_goal_error': string;
|
|
81
81
|
'fabric.linking.follow_project': string;
|
|
82
|
+
'fabric.linking.follow_project-galaxia': string;
|
|
82
83
|
'fabric.linking.follow_project_description': string;
|
|
84
|
+
'fabric.linking.follow_project_description-galaxia': string;
|
|
83
85
|
'fabric.linking.follow_project_error': string;
|
|
86
|
+
'fabric.linking.follow_project_error-galaxia': string;
|
|
84
87
|
'fabric.linking.forbidden_access': string;
|
|
85
88
|
'fabric.linking.forbidden_description': string;
|
|
86
89
|
'fabric.linking.forbidden_title': string;
|
|
@@ -167,8 +170,11 @@ declare const _default: {
|
|
|
167
170
|
'fabric.linking.unfollow_goal_description': string;
|
|
168
171
|
'fabric.linking.unfollow_goal_error': string;
|
|
169
172
|
'fabric.linking.unfollow_project': string;
|
|
173
|
+
'fabric.linking.unfollow_project-galaxia': string;
|
|
170
174
|
'fabric.linking.unfollow_project_description': string;
|
|
175
|
+
'fabric.linking.unfollow_project_description-galaxia': string;
|
|
171
176
|
'fabric.linking.unfollow_project_error': string;
|
|
177
|
+
'fabric.linking.unfollow_project_error-galaxia': string;
|
|
172
178
|
'fabric.linking.unlink_account': string;
|
|
173
179
|
'fabric.linking.updated_by': string;
|
|
174
180
|
'fabric.linking.user_attributes': string;
|
|
@@ -79,8 +79,11 @@ declare const _default: {
|
|
|
79
79
|
'fabric.linking.follow_goal_description': string;
|
|
80
80
|
'fabric.linking.follow_goal_error': string;
|
|
81
81
|
'fabric.linking.follow_project': string;
|
|
82
|
+
'fabric.linking.follow_project-galaxia': string;
|
|
82
83
|
'fabric.linking.follow_project_description': string;
|
|
84
|
+
'fabric.linking.follow_project_description-galaxia': string;
|
|
83
85
|
'fabric.linking.follow_project_error': string;
|
|
86
|
+
'fabric.linking.follow_project_error-galaxia': string;
|
|
84
87
|
'fabric.linking.forbidden_access': string;
|
|
85
88
|
'fabric.linking.forbidden_description': string;
|
|
86
89
|
'fabric.linking.forbidden_title': string;
|
|
@@ -167,8 +170,11 @@ declare const _default: {
|
|
|
167
170
|
'fabric.linking.unfollow_goal_description': string;
|
|
168
171
|
'fabric.linking.unfollow_goal_error': string;
|
|
169
172
|
'fabric.linking.unfollow_project': string;
|
|
173
|
+
'fabric.linking.unfollow_project-galaxia': string;
|
|
170
174
|
'fabric.linking.unfollow_project_description': string;
|
|
175
|
+
'fabric.linking.unfollow_project_description-galaxia': string;
|
|
171
176
|
'fabric.linking.unfollow_project_error': string;
|
|
177
|
+
'fabric.linking.unfollow_project_error-galaxia': string;
|
|
172
178
|
'fabric.linking.unlink_account': string;
|
|
173
179
|
'fabric.linking.updated_by': string;
|
|
174
180
|
'fabric.linking.user_attributes': string;
|
|
@@ -79,8 +79,11 @@ declare const _default: {
|
|
|
79
79
|
'fabric.linking.follow_goal_description': string;
|
|
80
80
|
'fabric.linking.follow_goal_error': string;
|
|
81
81
|
'fabric.linking.follow_project': string;
|
|
82
|
+
'fabric.linking.follow_project-galaxia': string;
|
|
82
83
|
'fabric.linking.follow_project_description': string;
|
|
84
|
+
'fabric.linking.follow_project_description-galaxia': string;
|
|
83
85
|
'fabric.linking.follow_project_error': string;
|
|
86
|
+
'fabric.linking.follow_project_error-galaxia': string;
|
|
84
87
|
'fabric.linking.forbidden_access': string;
|
|
85
88
|
'fabric.linking.forbidden_description': string;
|
|
86
89
|
'fabric.linking.forbidden_title': string;
|
|
@@ -167,8 +170,11 @@ declare const _default: {
|
|
|
167
170
|
'fabric.linking.unfollow_goal_description': string;
|
|
168
171
|
'fabric.linking.unfollow_goal_error': string;
|
|
169
172
|
'fabric.linking.unfollow_project': string;
|
|
173
|
+
'fabric.linking.unfollow_project-galaxia': string;
|
|
170
174
|
'fabric.linking.unfollow_project_description': string;
|
|
175
|
+
'fabric.linking.unfollow_project_description-galaxia': string;
|
|
171
176
|
'fabric.linking.unfollow_project_error': string;
|
|
177
|
+
'fabric.linking.unfollow_project_error-galaxia': string;
|
|
172
178
|
'fabric.linking.unlink_account': string;
|
|
173
179
|
'fabric.linking.updated_by': string;
|
|
174
180
|
'fabric.linking.user_attributes': string;
|
|
@@ -79,8 +79,11 @@ declare const _default: {
|
|
|
79
79
|
'fabric.linking.follow_goal_description': string;
|
|
80
80
|
'fabric.linking.follow_goal_error': string;
|
|
81
81
|
'fabric.linking.follow_project': string;
|
|
82
|
+
'fabric.linking.follow_project-galaxia': string;
|
|
82
83
|
'fabric.linking.follow_project_description': string;
|
|
84
|
+
'fabric.linking.follow_project_description-galaxia': string;
|
|
83
85
|
'fabric.linking.follow_project_error': string;
|
|
86
|
+
'fabric.linking.follow_project_error-galaxia': string;
|
|
84
87
|
'fabric.linking.forbidden_access': string;
|
|
85
88
|
'fabric.linking.forbidden_description': string;
|
|
86
89
|
'fabric.linking.forbidden_title': string;
|
|
@@ -167,8 +170,11 @@ declare const _default: {
|
|
|
167
170
|
'fabric.linking.unfollow_goal_description': string;
|
|
168
171
|
'fabric.linking.unfollow_goal_error': string;
|
|
169
172
|
'fabric.linking.unfollow_project': string;
|
|
173
|
+
'fabric.linking.unfollow_project-galaxia': string;
|
|
170
174
|
'fabric.linking.unfollow_project_description': string;
|
|
175
|
+
'fabric.linking.unfollow_project_description-galaxia': string;
|
|
171
176
|
'fabric.linking.unfollow_project_error': string;
|
|
177
|
+
'fabric.linking.unfollow_project_error-galaxia': string;
|
|
172
178
|
'fabric.linking.unlink_account': string;
|
|
173
179
|
'fabric.linking.updated_by': string;
|
|
174
180
|
'fabric.linking.user_attributes': string;
|
|
@@ -79,8 +79,11 @@ declare const _default: {
|
|
|
79
79
|
'fabric.linking.follow_goal_description': string;
|
|
80
80
|
'fabric.linking.follow_goal_error': string;
|
|
81
81
|
'fabric.linking.follow_project': string;
|
|
82
|
+
'fabric.linking.follow_project-galaxia': string;
|
|
82
83
|
'fabric.linking.follow_project_description': string;
|
|
84
|
+
'fabric.linking.follow_project_description-galaxia': string;
|
|
83
85
|
'fabric.linking.follow_project_error': string;
|
|
86
|
+
'fabric.linking.follow_project_error-galaxia': string;
|
|
84
87
|
'fabric.linking.forbidden_access': string;
|
|
85
88
|
'fabric.linking.forbidden_description': string;
|
|
86
89
|
'fabric.linking.forbidden_title': string;
|
|
@@ -167,8 +170,11 @@ declare const _default: {
|
|
|
167
170
|
'fabric.linking.unfollow_goal_description': string;
|
|
168
171
|
'fabric.linking.unfollow_goal_error': string;
|
|
169
172
|
'fabric.linking.unfollow_project': string;
|
|
173
|
+
'fabric.linking.unfollow_project-galaxia': string;
|
|
170
174
|
'fabric.linking.unfollow_project_description': string;
|
|
175
|
+
'fabric.linking.unfollow_project_description-galaxia': string;
|
|
171
176
|
'fabric.linking.unfollow_project_error': string;
|
|
177
|
+
'fabric.linking.unfollow_project_error-galaxia': string;
|
|
172
178
|
'fabric.linking.unlink_account': string;
|
|
173
179
|
'fabric.linking.updated_by': string;
|
|
174
180
|
'fabric.linking.user_attributes': string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/smart-card",
|
|
3
|
-
"version": "40.10.
|
|
3
|
+
"version": "40.10.10",
|
|
4
4
|
"description": "Smart card component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"@atlaskit/link-client-extension": "^5.0.0",
|
|
53
53
|
"@atlaskit/link-extractors": "^2.4.0",
|
|
54
54
|
"@atlaskit/link-test-helpers": "^8.3.0",
|
|
55
|
-
"@atlaskit/linking-common": "^9.
|
|
55
|
+
"@atlaskit/linking-common": "^9.5.0",
|
|
56
56
|
"@atlaskit/linking-types": "^14.0.0",
|
|
57
57
|
"@atlaskit/logo": "^19.7.0",
|
|
58
58
|
"@atlaskit/lozenge": "^13.0.0",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"@atlaskit/textarea": "^8.0.0",
|
|
69
69
|
"@atlaskit/textfield": "^8.0.0",
|
|
70
70
|
"@atlaskit/theme": "^19.0.0",
|
|
71
|
-
"@atlaskit/tmp-editor-statsig": "^11.
|
|
71
|
+
"@atlaskit/tmp-editor-statsig": "^11.3.0",
|
|
72
72
|
"@atlaskit/tokens": "^6.0.0",
|
|
73
73
|
"@atlaskit/tooltip": "^20.4.0",
|
|
74
74
|
"@atlaskit/ufo": "^0.4.0",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"uuid": "^3.1.0"
|
|
88
88
|
},
|
|
89
89
|
"peerDependencies": {
|
|
90
|
-
"@atlaskit/link-provider": "^3.
|
|
90
|
+
"@atlaskit/link-provider": "^3.7.0",
|
|
91
91
|
"react": "^18.2.0",
|
|
92
92
|
"react-dom": "^18.2.0",
|
|
93
93
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
@@ -185,10 +185,7 @@
|
|
|
185
185
|
"confluence-issue-terminology-refresh": {
|
|
186
186
|
"type": "boolean"
|
|
187
187
|
},
|
|
188
|
-
"
|
|
189
|
-
"type": "boolean"
|
|
190
|
-
},
|
|
191
|
-
"platform_smart_links_controlled_dsp_export_view": {
|
|
188
|
+
"smart_links_noun_support": {
|
|
192
189
|
"type": "boolean"
|
|
193
190
|
},
|
|
194
191
|
"platform-linking-ai-summary-migration-to-convo-ai": {
|