@atlaskit/smart-card 44.4.0 → 44.5.1
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 +26 -0
- package/analytics.spec.yaml +5 -0
- package/dist/cjs/__tests__/vr-tests/__snapshots__/hover-card/hover-card-with-generic-3p-rovo-chat-action--default.png +2 -2
- package/dist/cjs/__tests__/vr-tests/__snapshots__/hover-card/hover-card-with-google-rovo-chat-action--default--rovogrowth-640-inline-action-nudge-exp-true.png +2 -2
- package/dist/cjs/common/analytics/generated/create-event-payload.js +7 -7
- package/dist/cjs/common/analytics/generated/use-analytics-events.js +1 -1
- package/dist/cjs/extractors/flexible/actions/extract-rovo-chat-action.js +3 -4
- package/dist/cjs/messages.js +49 -49
- package/dist/cjs/preloadLazyCardWithUrlContent.js +15 -0
- package/dist/cjs/utils/analytics/analytics.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/actions/action/action-stack-item/action-button.compiled.css +0 -2
- package/dist/cjs/view/FlexibleCard/components/actions/action/action-stack-item/action-button.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/actions/action/action-stack-item/index.js +10 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/action-block/ask-rovo-section-header.compiled.css +1 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/action-block/ask-rovo-section-header.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/action-block/index.compiled.css +4 -3
- package/dist/cjs/view/FlexibleCard/components/blocks/action-block/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/hover-card-footer-block/index.compiled.css +1 -0
- package/dist/cjs/view/FlexibleCard/components/blocks/hover-card-footer-block/index.js +4 -1
- package/dist/cjs/view/FlexibleCard/components/common/image-icon/index.js +1 -1
- package/dist/cjs/view/LinkUrl/index.js +1 -1
- package/dist/es2019/__tests__/vr-tests/__snapshots__/hover-card/hover-card-with-generic-3p-rovo-chat-action--default.png +2 -2
- package/dist/es2019/__tests__/vr-tests/__snapshots__/hover-card/hover-card-with-google-rovo-chat-action--default--rovogrowth-640-inline-action-nudge-exp-true.png +2 -2
- package/dist/es2019/common/analytics/generated/create-event-payload.js +6 -6
- package/dist/es2019/common/analytics/generated/use-analytics-events.js +2 -2
- package/dist/es2019/extractors/flexible/actions/extract-rovo-chat-action.js +3 -4
- package/dist/es2019/messages.js +49 -49
- package/dist/es2019/preloadLazyCardWithUrlContent.js +2 -0
- package/dist/es2019/utils/analytics/analytics.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/actions/action/action-stack-item/action-button.compiled.css +0 -2
- package/dist/es2019/view/FlexibleCard/components/actions/action/action-stack-item/action-button.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/actions/action/action-stack-item/index.js +21 -10
- package/dist/es2019/view/FlexibleCard/components/blocks/action-block/ask-rovo-section-header.compiled.css +1 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/action-block/ask-rovo-section-header.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/action-block/index.compiled.css +4 -3
- package/dist/es2019/view/FlexibleCard/components/blocks/action-block/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/hover-card-footer-block/index.compiled.css +1 -0
- package/dist/es2019/view/FlexibleCard/components/blocks/hover-card-footer-block/index.js +4 -1
- package/dist/es2019/view/FlexibleCard/components/common/image-icon/index.js +1 -1
- package/dist/es2019/view/LinkUrl/index.js +1 -1
- package/dist/esm/__tests__/vr-tests/__snapshots__/hover-card/hover-card-with-generic-3p-rovo-chat-action--default.png +2 -2
- package/dist/esm/__tests__/vr-tests/__snapshots__/hover-card/hover-card-with-google-rovo-chat-action--default--rovogrowth-640-inline-action-nudge-exp-true.png +2 -2
- package/dist/esm/common/analytics/generated/create-event-payload.js +7 -7
- package/dist/esm/common/analytics/generated/use-analytics-events.js +1 -1
- package/dist/esm/extractors/flexible/actions/extract-rovo-chat-action.js +3 -4
- package/dist/esm/messages.js +49 -49
- package/dist/esm/preloadLazyCardWithUrlContent.js +4 -0
- package/dist/esm/utils/analytics/analytics.js +1 -1
- package/dist/esm/view/FlexibleCard/components/actions/action/action-stack-item/action-button.compiled.css +0 -2
- package/dist/esm/view/FlexibleCard/components/actions/action/action-stack-item/action-button.js +1 -1
- package/dist/esm/view/FlexibleCard/components/actions/action/action-stack-item/index.js +10 -1
- package/dist/esm/view/FlexibleCard/components/blocks/action-block/ask-rovo-section-header.compiled.css +1 -1
- package/dist/esm/view/FlexibleCard/components/blocks/action-block/ask-rovo-section-header.js +1 -1
- package/dist/esm/view/FlexibleCard/components/blocks/action-block/index.compiled.css +4 -3
- package/dist/esm/view/FlexibleCard/components/blocks/action-block/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/blocks/hover-card-footer-block/index.compiled.css +1 -0
- package/dist/esm/view/FlexibleCard/components/blocks/hover-card-footer-block/index.js +4 -1
- package/dist/esm/view/FlexibleCard/components/common/image-icon/index.js +1 -1
- package/dist/esm/view/LinkUrl/index.js +1 -1
- package/dist/types/common/analytics/generated/analytics.types.d.ts +116 -114
- package/dist/types/common/analytics/generated/create-event-payload.d.ts +1 -1
- package/dist/types/common/analytics/generated/use-analytics-events.d.ts +4 -1
- package/dist/types/preloadLazyCardWithUrlContent.d.ts +1 -0
- package/dist/types-ts4.5/common/analytics/generated/analytics.types.d.ts +116 -114
- package/dist/types-ts4.5/common/analytics/generated/create-event-payload.d.ts +1 -1
- package/dist/types-ts4.5/common/analytics/generated/use-analytics-events.d.ts +4 -5
- package/dist/types-ts4.5/preloadLazyCardWithUrlContent.d.ts +1 -0
- package/package.json +2 -2
- package/preload-lazy-card-with-url-content/package.json +17 -0
package/dist/es2019/view/FlexibleCard/components/blocks/hover-card-footer-block/index.compiled.css
CHANGED
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
._18u01ivi{margin-left:calc(var(--container-gap-left)*-1)}
|
|
11
11
|
._18u01wug{margin-left:auto}
|
|
12
12
|
._19p4ze3t *{padding-right:var(--ds-space-0,0)}
|
|
13
|
+
._19pkutpp{margin-top:var(--ds-space-150,9pt)}
|
|
13
14
|
._1bah1y6m{justify-content:flex-start}
|
|
14
15
|
._1bsb129b{width:calc(100% + var(--container-gap-left) + var(--container-gap-right))}
|
|
15
16
|
._1e0c1txw{display:flex}
|
|
@@ -4,6 +4,8 @@ import "./index.compiled.css";
|
|
|
4
4
|
import * as React from 'react';
|
|
5
5
|
import { ax, ix } from "@compiled/react/runtime";
|
|
6
6
|
import { useMemo } from 'react';
|
|
7
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
8
|
+
import { expValEqualsNoExposure } from '@atlaskit/tmp-editor-statsig/exp-val-equals-no-exposure';
|
|
7
9
|
import { ActionName } from '../../../../../constants';
|
|
8
10
|
import { useFlexibleCardContext } from '../../../../../state/flexible-ui-context';
|
|
9
11
|
import { useFlexibleUiContext } from '../../../../../state/flexible-ui-context';
|
|
@@ -16,6 +18,7 @@ import Block from '../block';
|
|
|
16
18
|
*/
|
|
17
19
|
const HIDDEN_HOVER_CARD_FOOTER_ACTIONS = [ActionName.RovoChatAction];
|
|
18
20
|
const ignoreContainerMarginStyles = null;
|
|
21
|
+
const inlineActionNudgeFooterMarginStyles = null;
|
|
19
22
|
const elevatedFooterStyles = null;
|
|
20
23
|
const providerStyles = null;
|
|
21
24
|
const actionsStyles = null;
|
|
@@ -57,7 +60,7 @@ const ResolvedHoverCardFooterBlock = ({
|
|
|
57
60
|
return /*#__PURE__*/React.createElement(Block, _extends({}, props, {
|
|
58
61
|
size: size,
|
|
59
62
|
testId: `${testId}-resolved-view`,
|
|
60
|
-
className: ax(["_18zrpxbi _1rjcutpp _vchhusvi _1bsb129b _18u01ivi _2hwxc10g _otyr1ya9 _4t3ioahv", "_zulpu2gc _x3doj0fz _bfhkhfxm _mrkb1mok _1o0z1mok"])
|
|
63
|
+
className: ax(["_18zrpxbi _1rjcutpp _vchhusvi _1bsb129b _18u01ivi _2hwxc10g _otyr1ya9 _4t3ioahv", "_zulpu2gc _x3doj0fz _bfhkhfxm _mrkb1mok _1o0z1mok", fg('rovogrowth-640-inline-action-nudge-fg') && expValEqualsNoExposure('rovogrowth-640-inline-action-nudge-exp', 'isEnabled', true) && "_19pkutpp"])
|
|
61
64
|
}), !hideProvider && /*#__PURE__*/React.createElement("div", {
|
|
62
65
|
className: ax(["_4t3i1ejb _1e0c1txw _4cvr1h6o _1bah1y6m _vchhusvi _16jlkb7n"])
|
|
63
66
|
}, /*#__PURE__*/React.createElement(Provider, {
|
|
@@ -14,7 +14,7 @@ const messages = defineMessages({
|
|
|
14
14
|
imageAltText: {
|
|
15
15
|
id: 'smart-link.image-icon.altText',
|
|
16
16
|
defaultMessage: 'Link Icon',
|
|
17
|
-
description: '
|
|
17
|
+
description: 'Alternative text for the link icon image displayed on a flexible smart link card, used by screen readers and when the image cannot be rendered.'
|
|
18
18
|
}
|
|
19
19
|
});
|
|
20
20
|
const ImageIcon = ({
|
|
@@ -12,7 +12,7 @@ import LinkWarningModal from './LinkWarningModal';
|
|
|
12
12
|
import { useLinkWarningModal } from './LinkWarningModal/hooks/use-link-warning-modal';
|
|
13
13
|
const PACKAGE_DATA = {
|
|
14
14
|
packageName: "@atlaskit/smart-card",
|
|
15
|
-
packageVersion: "44.
|
|
15
|
+
packageVersion: "44.5.0",
|
|
16
16
|
componentName: 'linkUrl'
|
|
17
17
|
};
|
|
18
18
|
const Anchor = withLinkClickedEvent('a');
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:58befa1fbc873aa0672a8e0a3cebe1903406324b6b86d9e1e331adf2237ca1c1
|
|
3
|
+
size 36884
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:3653660b252b46503f72959451e6cc6b9b34c5e6fb2aef765e8c59f1f7ff14e3
|
|
3
|
+
size 29363
|
|
@@ -4,7 +4,7 @@ import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
|
4
4
|
*
|
|
5
5
|
* Generates Typescript types for analytics events from analytics.spec.yaml
|
|
6
6
|
*
|
|
7
|
-
* @codegen <<SignedSource::
|
|
7
|
+
* @codegen <<SignedSource::268e746266cde1271e40a794eb774cf3>>
|
|
8
8
|
* @codegenCommand yarn workspace @atlassian/analytics-tooling run analytics:codegen smart-card
|
|
9
9
|
*/
|
|
10
10
|
|
|
@@ -13,12 +13,12 @@ var createEventPayload = function createEventPayload(eventKey) {
|
|
|
13
13
|
_ref[_key - 1] = arguments[_key];
|
|
14
14
|
}
|
|
15
15
|
var attributes = _ref[0];
|
|
16
|
-
var
|
|
17
|
-
|
|
18
|
-
eventType =
|
|
19
|
-
actionSubject =
|
|
20
|
-
action =
|
|
21
|
-
actionSubjectId =
|
|
16
|
+
var _ref2 = eventKey.split('.'),
|
|
17
|
+
_ref3 = _slicedToArray(_ref2, 4),
|
|
18
|
+
eventType = _ref3[0],
|
|
19
|
+
actionSubject = _ref3[1],
|
|
20
|
+
action = _ref3[2],
|
|
21
|
+
actionSubjectId = _ref3[3];
|
|
22
22
|
if (eventType === 'screen') {
|
|
23
23
|
return {
|
|
24
24
|
eventType: eventType,
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Generates Typescript types for analytics events from analytics.spec.yaml
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::ac0d75fa9e8d43c947e88f47ba1267aa>>
|
|
7
7
|
* @codegenCommand yarn workspace @atlassian/analytics-tooling run analytics:codegen smart-card
|
|
8
8
|
*/
|
|
9
9
|
import { useCallback } from 'react';
|
|
@@ -6,10 +6,10 @@ import { getDefinitionId, getExtensionKey, getResourceType } from '../../../stat
|
|
|
6
6
|
import { canShowAction } from '../../../utils/actions/can-show-action';
|
|
7
7
|
import { getIsRovoChatEnabled } from '../../../utils/rovo';
|
|
8
8
|
import { CardAction } from '../../../view/Card/types';
|
|
9
|
-
// For rovogrowth-640 post auth inline experiment
|
|
9
|
+
// For rovogrowth-640 post auth inline experiment and block card experiment (NAVX-4814)
|
|
10
10
|
var ELIGIBLE_EXTENSION_KEYS = new Set(['slack-object-provider', 'google-object-provider', 'onedrive-object-provider', 'github-object-provider', 'ms-teams-object-provider', 'gitlab-object-provider', 'salesforce-object-provider']);
|
|
11
11
|
var extractRovoChatAction = function extractRovoChatAction(_ref) {
|
|
12
|
-
var
|
|
12
|
+
var _actionOptions$rovoCh;
|
|
13
13
|
var actionOptions = _ref.actionOptions,
|
|
14
14
|
appearance = _ref.appearance,
|
|
15
15
|
id = _ref.id,
|
|
@@ -23,12 +23,11 @@ var extractRovoChatAction = function extractRovoChatAction(_ref) {
|
|
|
23
23
|
if (!isRovoChatEnabled) {
|
|
24
24
|
return;
|
|
25
25
|
}
|
|
26
|
-
var supportsRovoActions = response === null || response === void 0 || (_response$meta = response.meta) === null || _response$meta === void 0 || (_response$meta = _response$meta.supportedFeature) === null || _response$meta === void 0 ? void 0 : _response$meta.includes('RovoActions');
|
|
27
26
|
var extensionKey = getExtensionKey(response);
|
|
28
27
|
var isGoogleProvider = extensionKey === 'google-object-provider';
|
|
29
28
|
var is3PAuthRovoActionEnabled = isGoogleProvider && fg('platform_sl_3p_auth_rovo_action_kill_switch');
|
|
30
29
|
var is3PInlinePostAuthActionsEnabled = extensionKey !== undefined && ELIGIBLE_EXTENSION_KEYS.has(extensionKey) && fg('rovogrowth-640-inline-action-nudge-fg') && expValEqualsNoExposure('rovogrowth-640-inline-action-nudge-exp', 'isEnabled', true);
|
|
31
|
-
var is3PBlockPostAuthActionsEnabled =
|
|
30
|
+
var is3PBlockPostAuthActionsEnabled = extensionKey !== undefined && ELIGIBLE_EXTENSION_KEYS.has(extensionKey) && fg('platform_sl_3p_auth_rovo_block_card_kill_switch');
|
|
32
31
|
var isSupportedFeature = is3PInlinePostAuthActionsEnabled || is3PAuthRovoActionEnabled || is3PBlockPostAuthActionsEnabled;
|
|
33
32
|
var isOptIn = (actionOptions === null || actionOptions === void 0 || (_actionOptions$rovoCh = actionOptions.rovoChatAction) === null || _actionOptions$rovoCh === void 0 ? void 0 : _actionOptions$rovoCh.optIn) === true;
|
|
34
33
|
var url = extractSmartLinkUrl(response);
|
package/dist/esm/messages.js
CHANGED
|
@@ -103,7 +103,7 @@ export var messages = defineMessages({
|
|
|
103
103
|
beta: {
|
|
104
104
|
id: 'fabric.linking.beta',
|
|
105
105
|
defaultMessage: 'Beta',
|
|
106
|
-
description: '
|
|
106
|
+
description: 'Text shown in a lozenge badge on a smart link or card to indicate the feature is currently in beta.'
|
|
107
107
|
},
|
|
108
108
|
cannot_connect: {
|
|
109
109
|
id: 'fabric.linking.cannot_connect',
|
|
@@ -128,12 +128,12 @@ export var messages = defineMessages({
|
|
|
128
128
|
close: {
|
|
129
129
|
id: 'fabric.linking.close',
|
|
130
130
|
defaultMessage: 'Close',
|
|
131
|
-
description: '
|
|
131
|
+
description: 'Label for a button or icon that closes the currently open modal dialog or overlay screen.'
|
|
132
132
|
},
|
|
133
133
|
check_this_link: {
|
|
134
134
|
id: 'fabric.linking.check_this_link',
|
|
135
135
|
defaultMessage: 'Check this link',
|
|
136
|
-
description: '
|
|
136
|
+
description: 'Heading shown at the top of the link safety warning modal, prompting the user to verify a potentially unsafe link before proceeding.'
|
|
137
137
|
},
|
|
138
138
|
compass_applied_components_count: {
|
|
139
139
|
id: 'compass.applied_components_count.non-final',
|
|
@@ -188,7 +188,7 @@ export var messages = defineMessages({
|
|
|
188
188
|
continue: {
|
|
189
189
|
id: 'fabric.linking.continue',
|
|
190
190
|
defaultMessage: 'Continue',
|
|
191
|
-
description: '
|
|
191
|
+
description: 'Label for a button that advances the user to the next step, e.g. in the link safety warning modal flow.'
|
|
192
192
|
},
|
|
193
193
|
copy_url_to_clipboard: {
|
|
194
194
|
id: 'fabric.linking.copy_url_to_clipboard',
|
|
@@ -198,7 +198,7 @@ export var messages = defineMessages({
|
|
|
198
198
|
copied_url_to_clipboard: {
|
|
199
199
|
id: 'fabric.linking.copied_url_to_clipboard',
|
|
200
200
|
defaultMessage: 'Copied!',
|
|
201
|
-
description: '
|
|
201
|
+
description: 'Confirmation text shown briefly after the user copies a URL to the clipboard using the copy link action.'
|
|
202
202
|
},
|
|
203
203
|
could_not_load_link: {
|
|
204
204
|
id: 'fabric.linking.couldnt_load_link',
|
|
@@ -223,27 +223,27 @@ export var messages = defineMessages({
|
|
|
223
223
|
delete: {
|
|
224
224
|
id: 'fabric.linking.delete',
|
|
225
225
|
defaultMessage: 'Delete',
|
|
226
|
-
description: '
|
|
226
|
+
description: 'Label for the delete action in a smart link or card action menu, allowing the user to remove the linked item.'
|
|
227
227
|
},
|
|
228
228
|
download: {
|
|
229
229
|
id: 'fabric.linking.download',
|
|
230
230
|
defaultMessage: 'Download',
|
|
231
|
-
description: '
|
|
231
|
+
description: 'Label for the download action in a smart link or card action menu, initiating a file download.'
|
|
232
232
|
},
|
|
233
233
|
download_description: {
|
|
234
234
|
id: 'fabric.linking.download_description',
|
|
235
235
|
defaultMessage: 'Download this file into your local storage',
|
|
236
|
-
description:
|
|
236
|
+
description: "Tooltip or description text for the download action, explaining it saves the file to the user's local storage."
|
|
237
237
|
},
|
|
238
238
|
download_file: {
|
|
239
239
|
id: 'fabric.linking.download_file',
|
|
240
240
|
defaultMessage: 'Download file',
|
|
241
|
-
description: '
|
|
241
|
+
description: 'Label for the download file action in a smart link or card action menu, allowing the user to save the linked file locally.'
|
|
242
242
|
},
|
|
243
243
|
ai_summary_action: {
|
|
244
244
|
id: 'fabric.linking.ai_summary_action',
|
|
245
245
|
defaultMessage: 'Summarize with AI',
|
|
246
|
-
description: '
|
|
246
|
+
description: 'Label for the AI summarize action in a smart link or hover card action menu, allowing the user to generate an AI summary of the linked content.'
|
|
247
247
|
},
|
|
248
248
|
ai_summary_action_description: {
|
|
249
249
|
id: 'fabric.linking.ai_summary_action_description',
|
|
@@ -268,22 +268,22 @@ export var messages = defineMessages({
|
|
|
268
268
|
edit: {
|
|
269
269
|
id: 'fabric.linking.edit',
|
|
270
270
|
defaultMessage: 'Edit',
|
|
271
|
-
description: '
|
|
271
|
+
description: 'Label for the edit action in a smart link or card action menu, allowing the user to modify the linked item.'
|
|
272
272
|
},
|
|
273
273
|
follow: {
|
|
274
274
|
id: 'fabric.linking.follow',
|
|
275
275
|
defaultMessage: 'Follow',
|
|
276
|
-
description: '
|
|
276
|
+
description: 'Label for the follow button on a smart link card, allowing the user to subscribe to updates for the linked project or resource.'
|
|
277
277
|
},
|
|
278
278
|
follow_project_description: {
|
|
279
279
|
id: 'fabric.linking.follow_project_description',
|
|
280
280
|
defaultMessage: 'Follow to get notifications on this project',
|
|
281
|
-
description: '
|
|
281
|
+
description: 'Tooltip or description text for the follow project button, explaining that clicking it enables notifications for the project.'
|
|
282
282
|
},
|
|
283
283
|
follow_project: {
|
|
284
284
|
id: 'fabric.linking.follow_project',
|
|
285
285
|
defaultMessage: 'Follow project',
|
|
286
|
-
description: '
|
|
286
|
+
description: 'Label for the follow project button on a smart link card, allowing the user to subscribe to updates for the linked Atlassian project.'
|
|
287
287
|
},
|
|
288
288
|
follow_project_error: {
|
|
289
289
|
id: 'fabric.linking.follow_project_error',
|
|
@@ -293,12 +293,12 @@ export var messages = defineMessages({
|
|
|
293
293
|
follow_goal_description: {
|
|
294
294
|
id: 'fabric.linking.follow_goal_description',
|
|
295
295
|
defaultMessage: 'Follow this goal to get notifications on updates',
|
|
296
|
-
description: '
|
|
296
|
+
description: 'Tooltip or description text for the follow goal button, explaining that clicking it enables notifications for updates to the goal.'
|
|
297
297
|
},
|
|
298
298
|
follow_goal: {
|
|
299
299
|
id: 'fabric.linking.follow_goal',
|
|
300
300
|
defaultMessage: 'Follow goal',
|
|
301
|
-
description: '
|
|
301
|
+
description: 'Label for the follow goal button on a smart link card, allowing the user to subscribe to updates for the linked Atlas goal.'
|
|
302
302
|
},
|
|
303
303
|
follow_goal_error: {
|
|
304
304
|
id: 'fabric.linking.follow_goal_error',
|
|
@@ -308,7 +308,7 @@ export var messages = defineMessages({
|
|
|
308
308
|
go_back: {
|
|
309
309
|
id: 'fabric.linking.go_back',
|
|
310
310
|
defaultMessage: 'Go back',
|
|
311
|
-
description: '
|
|
311
|
+
description: 'Label for a navigation button that returns the user to the previous step or screen in a modal flow.'
|
|
312
312
|
},
|
|
313
313
|
invalid_permissions: {
|
|
314
314
|
id: 'fabric.linking.invalid_permissions',
|
|
@@ -363,12 +363,12 @@ export var messages = defineMessages({
|
|
|
363
363
|
open_issue_in_jira: {
|
|
364
364
|
id: 'fabric.linking.open_issue_in_jira',
|
|
365
365
|
defaultMessage: 'Open issue in Jira',
|
|
366
|
-
description: '
|
|
366
|
+
description: 'Label for the action button on a smart link card that opens the linked Jira issue in Jira.'
|
|
367
367
|
},
|
|
368
368
|
open_link_in_a_new_tab: {
|
|
369
369
|
id: 'fabric.linking.open_link_in_a_new_tab',
|
|
370
370
|
defaultMessage: 'Open link in a new tab',
|
|
371
|
-
description: '
|
|
371
|
+
description: 'Label for the action button on a smart link card that opens the linked resource in a new browser tab.'
|
|
372
372
|
},
|
|
373
373
|
owned_by: {
|
|
374
374
|
id: 'fabric.linking.owned_by',
|
|
@@ -383,7 +383,7 @@ export var messages = defineMessages({
|
|
|
383
383
|
preview_description: {
|
|
384
384
|
id: 'fabric.linking.preview_description',
|
|
385
385
|
defaultMessage: 'Open a full screen preview of this link',
|
|
386
|
-
description: '
|
|
386
|
+
description: 'Tooltip or description text for the preview action on a smart link card, explaining it opens a full-screen embed preview of the linked content.'
|
|
387
387
|
},
|
|
388
388
|
preview_improved: {
|
|
389
389
|
id: 'fabric.linking.preview_improved',
|
|
@@ -403,7 +403,7 @@ export var messages = defineMessages({
|
|
|
403
403
|
preview_close: {
|
|
404
404
|
id: 'fabric.linking.preview_close',
|
|
405
405
|
defaultMessage: 'Close preview',
|
|
406
|
-
description: '
|
|
406
|
+
description: 'Label for the button that closes the embed preview modal dialog on a smart link card.'
|
|
407
407
|
},
|
|
408
408
|
preview_max_size: {
|
|
409
409
|
id: 'fabric.linking.preview_max_size',
|
|
@@ -418,57 +418,57 @@ export var messages = defineMessages({
|
|
|
418
418
|
priority_blocker: {
|
|
419
419
|
id: 'fabric.linking.priority_blocker',
|
|
420
420
|
defaultMessage: 'Blocker',
|
|
421
|
-
description: '
|
|
421
|
+
description: 'Label for a priority badge on a Jira issue smart link card indicating the issue has Blocker priority.'
|
|
422
422
|
},
|
|
423
423
|
priority_critical: {
|
|
424
424
|
id: 'fabric.linking.priority_critical',
|
|
425
425
|
defaultMessage: 'Critical',
|
|
426
|
-
description: '
|
|
426
|
+
description: 'Label for a priority badge on a Jira issue smart link card indicating the issue has Critical priority.'
|
|
427
427
|
},
|
|
428
428
|
priority_high: {
|
|
429
429
|
id: 'fabric.linking.priority_high',
|
|
430
430
|
defaultMessage: 'High',
|
|
431
|
-
description: '
|
|
431
|
+
description: 'Label for a priority badge on a Jira issue smart link card indicating the issue has High priority.'
|
|
432
432
|
},
|
|
433
433
|
priority_highest: {
|
|
434
434
|
id: 'fabric.linking.priority_highest',
|
|
435
435
|
defaultMessage: 'Highest',
|
|
436
|
-
description: '
|
|
436
|
+
description: 'Label for a priority badge on a Jira issue smart link card indicating the issue has Highest priority.'
|
|
437
437
|
},
|
|
438
438
|
priority_low: {
|
|
439
439
|
id: 'fabric.linking.priority_low',
|
|
440
440
|
defaultMessage: 'Low',
|
|
441
|
-
description: '
|
|
441
|
+
description: 'Label for a priority badge on a Jira issue smart link card indicating the issue has Low priority.'
|
|
442
442
|
},
|
|
443
443
|
priority_lowest: {
|
|
444
444
|
id: 'fabric.linking.priority_lowest',
|
|
445
445
|
defaultMessage: 'Lowest',
|
|
446
|
-
description: '
|
|
446
|
+
description: 'Label for a priority badge on a Jira issue smart link card indicating the issue has Lowest priority.'
|
|
447
447
|
},
|
|
448
448
|
priority_major: {
|
|
449
449
|
id: 'fabric.linking.priority_major',
|
|
450
450
|
defaultMessage: 'Major',
|
|
451
|
-
description: '
|
|
451
|
+
description: 'Label for a priority badge on a Jira issue smart link card indicating the issue has Major priority.'
|
|
452
452
|
},
|
|
453
453
|
priority_medium: {
|
|
454
454
|
id: 'fabric.linking.priority_medium',
|
|
455
455
|
defaultMessage: 'Medium',
|
|
456
|
-
description: '
|
|
456
|
+
description: 'Label for a priority badge on a Jira issue smart link card indicating the issue has Medium priority.'
|
|
457
457
|
},
|
|
458
458
|
priority_minor: {
|
|
459
459
|
id: 'fabric.linking.priority_minor',
|
|
460
460
|
defaultMessage: 'Minor',
|
|
461
|
-
description: '
|
|
461
|
+
description: 'Label for a priority badge on a Jira issue smart link card indicating the issue has Minor priority.'
|
|
462
462
|
},
|
|
463
463
|
priority_trivial: {
|
|
464
464
|
id: 'fabric.linking.priority_trivial',
|
|
465
465
|
defaultMessage: 'Trivial',
|
|
466
|
-
description: '
|
|
466
|
+
description: 'Label for a priority badge on a Jira issue smart link card indicating the issue has Trivial priority.'
|
|
467
467
|
},
|
|
468
468
|
priority_undefined: {
|
|
469
469
|
id: 'fabric.linking.priority_undefined',
|
|
470
470
|
defaultMessage: 'Undefined',
|
|
471
|
-
description: '
|
|
471
|
+
description: 'Label for a priority badge on a Jira issue smart link card when the priority level is not defined or unknown.'
|
|
472
472
|
},
|
|
473
473
|
forbidden_access: {
|
|
474
474
|
id: 'fabric.linking.forbidden_access',
|
|
@@ -483,7 +483,7 @@ export var messages = defineMessages({
|
|
|
483
483
|
read_time: {
|
|
484
484
|
id: 'fabric.linking.read_time',
|
|
485
485
|
defaultMessage: '{context} min read',
|
|
486
|
-
description: '
|
|
486
|
+
description: 'Text shown on a smart link card displaying the estimated reading time. The placeholder {context} is substituted with the number of minutes.'
|
|
487
487
|
},
|
|
488
488
|
restricted_link: {
|
|
489
489
|
id: 'fabric.linking.restricted_link',
|
|
@@ -503,12 +503,12 @@ export var messages = defineMessages({
|
|
|
503
503
|
retry: {
|
|
504
504
|
id: 'fabric.linking.retry',
|
|
505
505
|
defaultMessage: 'Retry',
|
|
506
|
-
description: '
|
|
506
|
+
description: 'Label for a retry button shown on a smart link card after an error, allowing the user to attempt the failed action again.'
|
|
507
507
|
},
|
|
508
508
|
save: {
|
|
509
509
|
id: 'fabric.linking.save',
|
|
510
510
|
defaultMessage: 'Save',
|
|
511
|
-
description:
|
|
511
|
+
description: "Label for a save button on a smart link card or action, confirming and persisting the user's changes."
|
|
512
512
|
},
|
|
513
513
|
sent_on_relative: {
|
|
514
514
|
id: 'fabric.linking.sent_on_relative',
|
|
@@ -538,7 +538,7 @@ export var messages = defineMessages({
|
|
|
538
538
|
try_again: {
|
|
539
539
|
id: 'fabric.linking.try_again',
|
|
540
540
|
defaultMessage: 'Try again',
|
|
541
|
-
description: '
|
|
541
|
+
description: 'Label for a button shown on a smart link error state, prompting the user to retry the failed load or action.'
|
|
542
542
|
},
|
|
543
543
|
try_another_account: {
|
|
544
544
|
id: 'fabric.linking.try_another_account',
|
|
@@ -548,7 +548,7 @@ export var messages = defineMessages({
|
|
|
548
548
|
link_safety_warning_message: {
|
|
549
549
|
id: 'fabric.linking.link_safety_warning_message',
|
|
550
550
|
defaultMessage: 'The link {unsafeLinkText} is taking you to a different site, <a>actual link here</a>',
|
|
551
|
-
description: '
|
|
551
|
+
description: 'Warning message shown in the link safety modal. The placeholder {unsafeLinkText} is substituted with the suspicious link text, and <a> wraps the actual destination URL.'
|
|
552
552
|
},
|
|
553
553
|
unauthorised_account_description: {
|
|
554
554
|
id: 'fabric.linking.unauthorised_account_description',
|
|
@@ -583,17 +583,17 @@ export var messages = defineMessages({
|
|
|
583
583
|
unfollow: {
|
|
584
584
|
id: 'fabric.linking.unfollow',
|
|
585
585
|
defaultMessage: 'Unfollow',
|
|
586
|
-
description: '
|
|
586
|
+
description: 'Label for the unfollow button on a smart link card, allowing the user to stop receiving updates for the linked project or resource.'
|
|
587
587
|
},
|
|
588
588
|
unfollow_project_description: {
|
|
589
589
|
id: 'fabric.linking.unfollow_project_description',
|
|
590
590
|
defaultMessage: 'Unfollow to stop receiving project notifications',
|
|
591
|
-
description: '
|
|
591
|
+
description: 'Tooltip or description for the unfollow project button, explaining that clicking it stops project update notifications.'
|
|
592
592
|
},
|
|
593
593
|
unfollow_project: {
|
|
594
594
|
id: 'fabric.linking.unfollow_project',
|
|
595
595
|
defaultMessage: 'Unfollow project',
|
|
596
|
-
description: '
|
|
596
|
+
description: 'Label for the unfollow project button on a smart link card, allowing the user to stop following the linked Atlassian project.'
|
|
597
597
|
},
|
|
598
598
|
unfollow_project_error: {
|
|
599
599
|
id: 'fabric.linking.unfollow_project_error',
|
|
@@ -603,12 +603,12 @@ export var messages = defineMessages({
|
|
|
603
603
|
unfollow_goal_description: {
|
|
604
604
|
id: 'fabric.linking.unfollow_goal_description',
|
|
605
605
|
defaultMessage: 'Unfollow to stop receiving notifications for this goal',
|
|
606
|
-
description: '
|
|
606
|
+
description: 'Tooltip or description for the unfollow goal button, explaining that clicking it stops notifications for the linked Atlas goal.'
|
|
607
607
|
},
|
|
608
608
|
unfollow_goal: {
|
|
609
609
|
id: 'fabric.linking.unfollow_goal',
|
|
610
610
|
defaultMessage: 'Unfollow goal',
|
|
611
|
-
description: '
|
|
611
|
+
description: 'Label for the unfollow goal button on a smart link card, allowing the user to stop following the linked Atlas goal.'
|
|
612
612
|
},
|
|
613
613
|
unfollow_goal_error: {
|
|
614
614
|
id: 'fabric.linking.unfollow_goal_error',
|
|
@@ -718,7 +718,7 @@ export var messages = defineMessages({
|
|
|
718
718
|
generic_error_message: {
|
|
719
719
|
id: 'fabric.linking.generic_error_message',
|
|
720
720
|
defaultMessage: 'An error occurred',
|
|
721
|
-
description: '
|
|
721
|
+
description: 'Generic error message shown on a smart link card when an unspecified error occurs and no more specific message is available.'
|
|
722
722
|
},
|
|
723
723
|
related_links_modal_title: {
|
|
724
724
|
id: 'fabric.linking.related_links_modal_title',
|
|
@@ -753,12 +753,12 @@ export var messages = defineMessages({
|
|
|
753
753
|
related_links_modal_error_title: {
|
|
754
754
|
id: 'fabric.linking.related_links_modal_error_title',
|
|
755
755
|
defaultMessage: "We're having trouble loading related links",
|
|
756
|
-
description: '
|
|
756
|
+
description: 'Heading shown in the related links modal when related links fail to load due to a network or server error.'
|
|
757
757
|
},
|
|
758
758
|
related_links_modal_unavailable_title: {
|
|
759
759
|
id: 'fabric.linking.related_links_modal_unavailable_title',
|
|
760
760
|
defaultMessage: "We couldn't find any related links",
|
|
761
|
-
description: '
|
|
761
|
+
description: 'Heading shown in the related links modal when no related links are available for the current resource.'
|
|
762
762
|
},
|
|
763
763
|
related_links_modal_error_description: {
|
|
764
764
|
id: 'fabric.linking.related_links_modal_error_description',
|
|
@@ -778,7 +778,7 @@ export var messages = defineMessages({
|
|
|
778
778
|
open_issue_in_jiraIssueTermRefresh: {
|
|
779
779
|
id: 'fabric.linking.open_issue_in_jira-issue-term-refresh',
|
|
780
780
|
defaultMessage: 'Open work item in Jira',
|
|
781
|
-
description: '
|
|
781
|
+
description: 'Label for the action button on a smart link card that opens the linked Jira work item in Jira (issue term refresh variant).'
|
|
782
782
|
},
|
|
783
783
|
request_access_to_viewIssueTermRefresh: {
|
|
784
784
|
id: 'fabric.linking.request_access_to_view-issue-term-refresh',
|
|
@@ -793,7 +793,7 @@ export var messages = defineMessages({
|
|
|
793
793
|
team_members_count: {
|
|
794
794
|
id: 'fabric.linking.team_members_count',
|
|
795
795
|
defaultMessage: '{context} members',
|
|
796
|
-
description: '
|
|
796
|
+
description: 'Text shown on a smart link card displaying the number of members in a team. The placeholder {context} is substituted with the member count.'
|
|
797
797
|
},
|
|
798
798
|
user_attributes: {
|
|
799
799
|
id: 'fabric.linking.user_attributes',
|
|
@@ -804,7 +804,7 @@ export var messages = defineMessages({
|
|
|
804
804
|
follow_project_descriptionGalaxia: {
|
|
805
805
|
id: 'fabric.linking.follow_project_description-galaxia',
|
|
806
806
|
defaultMessage: 'Follow to get notifications on this space',
|
|
807
|
-
description: '
|
|
807
|
+
description: 'Tooltip or description for the follow space button (Galaxia variant), explaining that clicking it enables notifications for the Confluence space.'
|
|
808
808
|
},
|
|
809
809
|
follow_project_errorGalaxia: {
|
|
810
810
|
id: 'fabric.linking.follow_project_error-galaxia',
|
|
@@ -814,7 +814,7 @@ export var messages = defineMessages({
|
|
|
814
814
|
unfollow_project_descriptionGalaxia: {
|
|
815
815
|
id: 'fabric.linking.unfollow_project_description-galaxia',
|
|
816
816
|
defaultMessage: 'Unfollow to stop receiving space notifications',
|
|
817
|
-
description: '
|
|
817
|
+
description: 'Tooltip or description for the unfollow space button (Galaxia variant), explaining that clicking it stops notifications for the Confluence space.'
|
|
818
818
|
},
|
|
819
819
|
unfollow_project_errorGalaxia: {
|
|
820
820
|
id: 'fabric.linking.unfollow_project_error-galaxia',
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
// Intent-time preload for the LazyCardWithUrlContent chunk; chunk name mirrors `view/CardWithUrl/loader.tsx`.
|
|
2
|
+
export var preloadLazyCardWithUrlContent = function preloadLazyCardWithUrlContent() {
|
|
3
|
+
return import( /* webpackChunkName: "@atlaskit-internal_smartcard-urlcardcontent" */'./view/CardWithUrl/component-lazy/index');
|
|
4
|
+
};
|
|
@@ -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: "44.
|
|
7
|
+
packageVersion: "44.5.0" || ''
|
|
8
8
|
};
|
|
9
9
|
export var TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
10
10
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
|
@@ -6,7 +6,6 @@
|
|
|
6
6
|
._19bv1b66{padding-left:var(--ds-space-050,4px)}
|
|
7
7
|
._19bvv77o{padding-left:var(--ds-space-025,2px)}
|
|
8
8
|
._1bah1h6o{justify-content:center}
|
|
9
|
-
._1bsb1ns9{width:-moz-fit-content;width:fit-content}
|
|
10
9
|
._1bsb1osq{width:100%}
|
|
11
10
|
._1bsb1tcg{width:24px}
|
|
12
11
|
._1e0c116y{display:inline-flex}
|
|
@@ -22,6 +21,5 @@
|
|
|
22
21
|
._u5f31b66{padding-right:var(--ds-space-050,4px)}
|
|
23
22
|
._u5f3u2gc{padding-right:var(--ds-space-100,8px)}
|
|
24
23
|
._1ah31i6y:focus-visible{outline-offset:var(--ds-space-negative-025,-2px)}
|
|
25
|
-
._4cvx1v1w:hover{border-color:var(--ds-border-focused,#4688ec)}
|
|
26
24
|
._irr31dpa:hover{background-color:var(--ds-background-neutral-subtle-hovered,#0515240f)}
|
|
27
25
|
._1di6fcek:active{background-color:var(--ds-background-neutral-subtle-pressed,#0b120e24)}
|
package/dist/esm/view/FlexibleCard/components/actions/action/action-stack-item/action-button.js
CHANGED
|
@@ -15,7 +15,7 @@ import { getPrimitivesInlineSpaceBySize } from '../../../utils';
|
|
|
15
15
|
import ActionIcon from '../action-icon';
|
|
16
16
|
var styles = {
|
|
17
17
|
button: "_bfhksm61 _ca0q1b66 _u5f31b66 _n3td1b66 _19bv1b66 _1bsb1osq _1ah31i6y _irr31dpa _1di6fcek",
|
|
18
|
-
pillButton: "_2rko1qi0 _189ee4h9 _1dqonqa1 _1h6d1l7x _kqswh2mm _bfhksm61 _u5f3u2gc _19bvv77o
|
|
18
|
+
pillButton: "_2rko1qi0 _189ee4h9 _1dqonqa1 _1h6d1l7x _kqswh2mm _bfhksm61 _u5f3u2gc _19bvv77o _1bsb1osq _1ah31i6y _irr31dpa _1di6fcek",
|
|
19
19
|
content: "_11c8wadc _syazi7uo",
|
|
20
20
|
pillContent: "_11c8wadc _syazi7uo _o5721q9c",
|
|
21
21
|
spinner: "_1bsb1tcg _4t3i1tcg _1e0c116y _4cvr1h6o _1bah1h6o"
|
|
@@ -2,21 +2,30 @@ import _extends from "@babel/runtime/helpers/extends";
|
|
|
2
2
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
3
3
|
var _excluded = ["content", "tooltipMessage", "tooltipOnHide", "hideTooltipOnMouseDown", "hideTooltip"];
|
|
4
4
|
import React from 'react';
|
|
5
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
6
|
+
import { expValEqualsNoExposure } from '@atlaskit/tmp-editor-statsig/exp-val-equals-no-exposure';
|
|
5
7
|
import Tooltip from '@atlaskit/tooltip';
|
|
8
|
+
import { ActionName } from '../../../../../../constants';
|
|
9
|
+
import { useFlexibleUiContext } from '../../../../../../state/flexible-ui-context';
|
|
6
10
|
import ActionButton from './action-button';
|
|
7
11
|
var ActionStackItem = function ActionStackItem(_ref) {
|
|
12
|
+
var _flexibleUiContext$ac;
|
|
8
13
|
var content = _ref.content,
|
|
9
14
|
tooltipMessage = _ref.tooltipMessage,
|
|
10
15
|
tooltipOnHide = _ref.tooltipOnHide,
|
|
11
16
|
hideTooltipOnMouseDown = _ref.hideTooltipOnMouseDown,
|
|
12
17
|
hideTooltip = _ref.hideTooltip,
|
|
13
18
|
props = _objectWithoutProperties(_ref, _excluded);
|
|
19
|
+
var flexibleUiContext = useFlexibleUiContext();
|
|
20
|
+
var isRovoAction = !!(flexibleUiContext !== null && flexibleUiContext !== void 0 && (_flexibleUiContext$ac = flexibleUiContext.actions) !== null && _flexibleUiContext$ac !== void 0 && _flexibleUiContext$ac[ActionName.RovoChatAction]);
|
|
21
|
+
var isRovoPillVariant = isRovoAction && fg('rovogrowth-640-inline-action-nudge-fg') && expValEqualsNoExposure('rovogrowth-640-inline-action-nudge-exp', 'isEnabled', true);
|
|
14
22
|
return hideTooltip ? /*#__PURE__*/React.createElement(ActionButton, _extends({}, props, {
|
|
15
23
|
content: content
|
|
16
24
|
})) : /*#__PURE__*/React.createElement(Tooltip, {
|
|
17
25
|
content: tooltipMessage || content,
|
|
18
26
|
onHide: tooltipOnHide,
|
|
19
|
-
hideTooltipOnMouseDown: hideTooltipOnMouseDown
|
|
27
|
+
hideTooltipOnMouseDown: hideTooltipOnMouseDown,
|
|
28
|
+
position: isRovoPillVariant ? 'right' : undefined
|
|
20
29
|
}, function (tooltipProps) {
|
|
21
30
|
return /*#__PURE__*/React.createElement(ActionButton, _extends({}, props, {
|
|
22
31
|
content: content,
|
|
@@ -11,5 +11,5 @@
|
|
|
11
11
|
._4t3it94y{height:1px}
|
|
12
12
|
._bfhk1l7x{background-color:var(--ds-border,#0b120e24)}
|
|
13
13
|
._k48p1wq8{font-weight:var(--ds-font-weight-medium,500)}
|
|
14
|
-
.
|
|
14
|
+
._otyrutpp{margin-bottom:var(--ds-space-150,9pt)}
|
|
15
15
|
._syazazsu{color:var(--ds-text-subtle,#505258)}
|
package/dist/esm/view/FlexibleCard/components/blocks/action-block/ask-rovo-section-header.js
CHANGED
|
@@ -21,7 +21,7 @@ var AskRovoSectionHeader = function AskRovoSectionHeader(_ref) {
|
|
|
21
21
|
var intl = useIntl();
|
|
22
22
|
return /*#__PURE__*/React.createElement("div", {
|
|
23
23
|
"data-testid": testId,
|
|
24
|
-
className: ax(["_zulputpp _1e0c1txw _2lx21bp4
|
|
24
|
+
className: ax(["_zulputpp _1e0c1txw _2lx21bp4 _otyrutpp _18u0v77o _1bsb1osq _1wpz1fhb"])
|
|
25
25
|
}, /*#__PURE__*/React.createElement("div", {
|
|
26
26
|
role: "separator",
|
|
27
27
|
"aria-orientation": "horizontal",
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
|
|
2
|
-
.
|
|
2
|
+
._zulpu2gc{gap:var(--ds-space-100,8px)}._16jlkb7n{flex-grow:1}
|
|
3
3
|
._18u01ivi{margin-left:calc(var(--container-gap-left)*-1)}
|
|
4
4
|
._1bsb129b{width:calc(100% + var(--container-gap-left) + var(--container-gap-right))}
|
|
5
5
|
._1bsb1osq{width:100%}
|
|
6
|
+
._1e0c11p5{display:grid}
|
|
6
7
|
._1e0c1txw{display:flex}
|
|
7
8
|
._2hwxc10g{margin-right:calc(var(--container-gap-right)*-1)}
|
|
8
9
|
._2lx21bp4{flex-direction:column}
|
|
9
|
-
.
|
|
10
|
-
.
|
|
10
|
+
._vchhusvi{box-sizing:border-box}
|
|
11
|
+
._yv0e1ris{grid-template-columns:max-content}
|
|
@@ -127,7 +127,7 @@ var ActionBlock = function ActionBlock(_ref) {
|
|
|
127
127
|
}, showRovoSectionHeader && /*#__PURE__*/React.createElement(AskRovoSectionHeader, {
|
|
128
128
|
testId: testId ? "".concat(testId, "-rovo-section-header") : undefined
|
|
129
129
|
}), /*#__PURE__*/React.createElement("div", {
|
|
130
|
-
className: ax(["
|
|
130
|
+
className: ax(["_zulpu2gc _1e0c11p5 _yv0e1ris"])
|
|
131
131
|
}, actions), /*#__PURE__*/React.createElement(ActionFooter, {
|
|
132
132
|
message: message,
|
|
133
133
|
testId: testId
|
package/dist/esm/view/FlexibleCard/components/blocks/hover-card-footer-block/index.compiled.css
CHANGED
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
._18u01ivi{margin-left:calc(var(--container-gap-left)*-1)}
|
|
11
11
|
._18u01wug{margin-left:auto}
|
|
12
12
|
._19p4ze3t *{padding-right:var(--ds-space-0,0)}
|
|
13
|
+
._19pkutpp{margin-top:var(--ds-space-150,9pt)}
|
|
13
14
|
._1bah1y6m{justify-content:flex-start}
|
|
14
15
|
._1bsb129b{width:calc(100% + var(--container-gap-left) + var(--container-gap-right))}
|
|
15
16
|
._1e0c1txw{display:flex}
|