@atlaskit/smart-card 43.26.4 → 43.26.6
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 +14 -0
- package/analytics.spec.yaml +9 -0
- package/dist/cjs/__tests__/vr-tests/__snapshots__/block-card/block-card-bitbucket--default.png +2 -2
- package/dist/cjs/__tests__/vr-tests/__snapshots__/block-card/block-card-confluence--default--navx-1895-new-logo-design-false.png +2 -2
- package/dist/cjs/__tests__/vr-tests/__snapshots__/block-card/block-card-confluence--default--navx-1895-new-logo-design-true.png +2 -2
- package/dist/cjs/__tests__/vr-tests/__snapshots__/block-card/block-card-with-lazy-load-icons-slice-1--default.png +2 -2
- package/dist/cjs/__tests__/vr-tests/__snapshots__/block-card/block-card-with-lazy-load-icons-slice-2--default--navx-1895-new-logo-design-false.png +2 -2
- package/dist/cjs/__tests__/vr-tests/__snapshots__/block-card/block-card-with-lazy-load-icons-slice-2--default--navx-1895-new-logo-design-true.png +2 -2
- package/dist/cjs/__tests__/vr-tests/__snapshots__/block-card/block-card-with-lazy-load-icons-slice-3--default--navx-1895-new-logo-design-false.png +2 -2
- package/dist/cjs/__tests__/vr-tests/__snapshots__/block-card/block-card-with-lazy-load-icons-slice-3--default--navx-1895-new-logo-design-true.png +2 -2
- package/dist/cjs/__tests__/vr-tests/__snapshots__/block-card/block-card-with-lazy-load-icons-slice-4--default--navx-1895-new-logo-design-false.png +2 -2
- package/dist/cjs/__tests__/vr-tests/__snapshots__/block-card/block-card-with-lazy-load-icons-slice-4--default--navx-1895-new-logo-design-true.png +2 -2
- package/dist/cjs/__tests__/vr-tests/__snapshots__/embed-modal/renders-embed-modal-with-flexible-ui-icon--default.png +2 -2
- package/dist/cjs/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-accessibility--hidden-action-button-focused--default.png +2 -2
- package/dist/cjs/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-accessibility--title-focused--default.png +2 -2
- package/dist/cjs/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-composition--default--navx-1895-new-logo-design-false.png +2 -2
- package/dist/cjs/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-composition--default--navx-1895-new-logo-design-true.png +2 -2
- package/dist/cjs/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-element-badge--default--navx-1895-new-logo-design-false.png +2 -2
- package/dist/cjs/__tests__/vr-tests/__snapshots__/related-links-modal/resolved--light-mode.png +2 -2
- package/dist/cjs/__tests__/vr-tests/__snapshots__/related-links-modal/resolved-empty--light-mode.png +2 -2
- package/dist/cjs/extractors/flexible/actions/extract-rovo-chat-action.js +17 -1
- package/dist/cjs/extractors/flexible/actions/index.js +8 -1
- package/dist/cjs/state/hooks/use-invoke-client-action/index.js +4 -3
- package/dist/cjs/utils/analytics/analytics.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/actions/rovo-chat-action/index.js +31 -8
- package/dist/cjs/view/HoverCard/components/views/resolved/index.js +5 -1
- package/dist/cjs/view/LinkUrl/index.js +1 -1
- package/dist/es2019/__tests__/vr-tests/__snapshots__/block-card/block-card-bitbucket--default.png +2 -2
- package/dist/es2019/__tests__/vr-tests/__snapshots__/block-card/block-card-confluence--default--navx-1895-new-logo-design-false.png +2 -2
- package/dist/es2019/__tests__/vr-tests/__snapshots__/block-card/block-card-confluence--default--navx-1895-new-logo-design-true.png +2 -2
- package/dist/es2019/__tests__/vr-tests/__snapshots__/block-card/block-card-with-lazy-load-icons-slice-1--default.png +2 -2
- package/dist/es2019/__tests__/vr-tests/__snapshots__/block-card/block-card-with-lazy-load-icons-slice-2--default--navx-1895-new-logo-design-false.png +2 -2
- package/dist/es2019/__tests__/vr-tests/__snapshots__/block-card/block-card-with-lazy-load-icons-slice-2--default--navx-1895-new-logo-design-true.png +2 -2
- package/dist/es2019/__tests__/vr-tests/__snapshots__/block-card/block-card-with-lazy-load-icons-slice-3--default--navx-1895-new-logo-design-false.png +2 -2
- package/dist/es2019/__tests__/vr-tests/__snapshots__/block-card/block-card-with-lazy-load-icons-slice-3--default--navx-1895-new-logo-design-true.png +2 -2
- package/dist/es2019/__tests__/vr-tests/__snapshots__/block-card/block-card-with-lazy-load-icons-slice-4--default--navx-1895-new-logo-design-false.png +2 -2
- package/dist/es2019/__tests__/vr-tests/__snapshots__/block-card/block-card-with-lazy-load-icons-slice-4--default--navx-1895-new-logo-design-true.png +2 -2
- package/dist/es2019/__tests__/vr-tests/__snapshots__/embed-modal/renders-embed-modal-with-flexible-ui-icon--default.png +2 -2
- package/dist/es2019/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-accessibility--hidden-action-button-focused--default.png +2 -2
- package/dist/es2019/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-accessibility--title-focused--default.png +2 -2
- package/dist/es2019/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-composition--default--navx-1895-new-logo-design-false.png +2 -2
- package/dist/es2019/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-composition--default--navx-1895-new-logo-design-true.png +2 -2
- package/dist/es2019/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-element-badge--default--navx-1895-new-logo-design-false.png +2 -2
- package/dist/es2019/__tests__/vr-tests/__snapshots__/related-links-modal/resolved--light-mode.png +2 -2
- package/dist/es2019/__tests__/vr-tests/__snapshots__/related-links-modal/resolved-empty--light-mode.png +2 -2
- package/dist/es2019/extractors/flexible/actions/extract-rovo-chat-action.js +19 -2
- package/dist/es2019/extractors/flexible/actions/index.js +8 -1
- package/dist/es2019/state/hooks/use-invoke-client-action/index.js +3 -1
- package/dist/es2019/utils/analytics/analytics.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/actions/rovo-chat-action/index.js +11 -8
- package/dist/es2019/view/HoverCard/components/views/resolved/index.js +5 -1
- package/dist/es2019/view/LinkUrl/index.js +1 -1
- package/dist/esm/__tests__/vr-tests/__snapshots__/block-card/block-card-bitbucket--default.png +2 -2
- package/dist/esm/__tests__/vr-tests/__snapshots__/block-card/block-card-confluence--default--navx-1895-new-logo-design-false.png +2 -2
- package/dist/esm/__tests__/vr-tests/__snapshots__/block-card/block-card-confluence--default--navx-1895-new-logo-design-true.png +2 -2
- package/dist/esm/__tests__/vr-tests/__snapshots__/block-card/block-card-with-lazy-load-icons-slice-1--default.png +2 -2
- package/dist/esm/__tests__/vr-tests/__snapshots__/block-card/block-card-with-lazy-load-icons-slice-2--default--navx-1895-new-logo-design-false.png +2 -2
- package/dist/esm/__tests__/vr-tests/__snapshots__/block-card/block-card-with-lazy-load-icons-slice-2--default--navx-1895-new-logo-design-true.png +2 -2
- package/dist/esm/__tests__/vr-tests/__snapshots__/block-card/block-card-with-lazy-load-icons-slice-3--default--navx-1895-new-logo-design-false.png +2 -2
- package/dist/esm/__tests__/vr-tests/__snapshots__/block-card/block-card-with-lazy-load-icons-slice-3--default--navx-1895-new-logo-design-true.png +2 -2
- package/dist/esm/__tests__/vr-tests/__snapshots__/block-card/block-card-with-lazy-load-icons-slice-4--default--navx-1895-new-logo-design-false.png +2 -2
- package/dist/esm/__tests__/vr-tests/__snapshots__/block-card/block-card-with-lazy-load-icons-slice-4--default--navx-1895-new-logo-design-true.png +2 -2
- package/dist/esm/__tests__/vr-tests/__snapshots__/embed-modal/renders-embed-modal-with-flexible-ui-icon--default.png +2 -2
- package/dist/esm/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-accessibility--hidden-action-button-focused--default.png +2 -2
- package/dist/esm/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-accessibility--title-focused--default.png +2 -2
- package/dist/esm/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-composition--default--navx-1895-new-logo-design-false.png +2 -2
- package/dist/esm/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-composition--default--navx-1895-new-logo-design-true.png +2 -2
- package/dist/esm/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-element-badge--default--navx-1895-new-logo-design-false.png +2 -2
- package/dist/esm/__tests__/vr-tests/__snapshots__/related-links-modal/resolved--light-mode.png +2 -2
- package/dist/esm/__tests__/vr-tests/__snapshots__/related-links-modal/resolved-empty--light-mode.png +2 -2
- package/dist/esm/extractors/flexible/actions/extract-rovo-chat-action.js +18 -2
- package/dist/esm/extractors/flexible/actions/index.js +8 -1
- package/dist/esm/state/hooks/use-invoke-client-action/index.js +4 -3
- package/dist/esm/utils/analytics/analytics.js +1 -1
- package/dist/esm/view/FlexibleCard/components/actions/rovo-chat-action/index.js +31 -8
- package/dist/esm/view/HoverCard/components/views/resolved/index.js +5 -1
- package/dist/esm/view/LinkUrl/index.js +1 -1
- package/dist/types/common/analytics/generated/analytics.types.d.ts +12 -1
- package/dist/types/extractors/flexible/actions/extract-rovo-chat-action.d.ts +10 -1
- package/dist/types/state/flexible-ui-context/types.d.ts +1 -0
- package/dist/types/state/hooks/use-invoke-client-action/types.d.ts +6 -2
- package/dist/types-ts4.5/common/analytics/generated/analytics.types.d.ts +12 -1
- package/dist/types-ts4.5/extractors/flexible/actions/extract-rovo-chat-action.d.ts +10 -1
- package/dist/types-ts4.5/state/flexible-ui-context/types.d.ts +1 -0
- package/dist/types-ts4.5/state/hooks/use-invoke-client-action/types.d.ts +6 -2
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/smart-card
|
|
2
2
|
|
|
3
|
+
## 43.26.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 43.26.5
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`3b6aa90b87394`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3b6aa90b87394) -
|
|
14
|
+
Send analytics event on RovoChatAction clicked
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 43.26.4
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/analytics.spec.yaml
CHANGED
|
@@ -202,6 +202,15 @@ events:
|
|
|
202
202
|
description: fired when an ai summary is clicked
|
|
203
203
|
attributes:
|
|
204
204
|
<<: [*PackageMetaDataContext, *ResolvedContext]
|
|
205
|
+
- button clicked (rovoChatPrompt):
|
|
206
|
+
type: ui
|
|
207
|
+
description: Fired when sending prompt to RovoChat via click
|
|
208
|
+
attributes:
|
|
209
|
+
<<: [ *PackageMetaDataContext, *ResolvedContext, *ClientActionAttributes ]
|
|
210
|
+
prompt:
|
|
211
|
+
required: false
|
|
212
|
+
type: string
|
|
213
|
+
description: Key for RovoChat prompts
|
|
205
214
|
|
|
206
215
|
- button clicked (copySummary):
|
|
207
216
|
type: ui
|
package/dist/cjs/__tests__/vr-tests/__snapshots__/block-card/block-card-bitbucket--default.png
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:3acc9987c800eeb601e7e34fa01e3df89500dc2c815415da05ddd083df024019
|
|
3
|
+
size 111886
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:64c5349ccb0b90b0a625ca0d707d2bf5bfa52dda10fcd092a8b6bfbb1cc0e5c3
|
|
3
|
+
size 35296
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:5f022890e178f33ea2487b10c9b3b43a665e98d84a510e29f3d22f8804d645be
|
|
3
|
+
size 35428
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:323c0f3a0180a2772a5568d36bb4588dcbaa2eefa499bd2feae92dd9c373aa4a
|
|
3
|
+
size 87113
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:56ecca0bb138aedf05d40629555a08ff01397ee8332f6c523adaa38b3f9c9066
|
|
3
|
+
size 90964
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:00f7ab007894140c7d50dae261a9c0a6035d10efc32ea9ca9c973501a495e473
|
|
3
|
+
size 91336
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:ff5acd0832e8c24d62c4bbe84823678b851ec68f8a73a9e87dad7baefaca3fdf
|
|
3
|
+
size 91884
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:b78a348d581a64dac0e23fb8f4c1d717b3304584739a6b4a871268135b699075
|
|
3
|
+
size 92494
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:c319edf3a89336e74444edb31e2650f080185e81934e7a8e441c5c72daac95c2
|
|
3
|
+
size 90399
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:9f20d87ec72d3743bb008945f53364b0319b26f5144133d9bb25931fec52a313
|
|
3
|
+
size 90531
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:6dc97ad04addf386b55440c5d25f372bd83c38f4798c7942b304fe293b591b68
|
|
3
|
+
size 15496
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:ee1d0319ded18b1c5fedfb51f0f12f9392f14082a759cd67027b5ce2e322756f
|
|
3
|
+
size 9610
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:e8c74b5d85319192fe38e738d93f565e072ffd25ba30fc8ba640ba6a2ad28e9c
|
|
3
|
+
size 3828
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:b439afd8af39f670047bae82c873dc3202633d55d094673aa754b7c8fe4ec66e
|
|
3
|
+
size 103245
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:fb9bff8bd44a34e02121c5c13ea229260bb1097ad3316c8af045ce548efcc1da
|
|
3
|
+
size 103526
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:cafc69f04bd7799c7108655e37ced2f64c9b43077f8060d2e4503ed404d10831
|
|
3
|
+
size 69534
|
package/dist/cjs/__tests__/vr-tests/__snapshots__/related-links-modal/resolved--light-mode.png
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:73bb4793a5e1d49e1ce910e153f8130e5ea114c8e3791579f144760101bfd30f
|
|
3
|
+
size 36525
|
package/dist/cjs/__tests__/vr-tests/__snapshots__/related-links-modal/resolved-empty--light-mode.png
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:f35f8dae22c3390219df42b2d41df3c1ec5647b74af0e47cb54621c2a75fc53b
|
|
3
|
+
size 34707
|
|
@@ -5,12 +5,19 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
var _linkExtractors = require("@atlaskit/link-extractors");
|
|
8
|
+
var _constants = require("../../../constants");
|
|
8
9
|
var _helpers = require("../../../state/helpers");
|
|
9
10
|
var _canShowAction = require("../../../utils/actions/can-show-action");
|
|
10
11
|
var _rovo = require("../../../utils/rovo");
|
|
11
12
|
var _types = require("../../../view/Card/types");
|
|
12
|
-
var extractRovoChatAction = function extractRovoChatAction(
|
|
13
|
+
var extractRovoChatAction = function extractRovoChatAction(_ref) {
|
|
13
14
|
var _actionOptions$rovoCh;
|
|
15
|
+
var actionOptions = _ref.actionOptions,
|
|
16
|
+
appearance = _ref.appearance,
|
|
17
|
+
id = _ref.id,
|
|
18
|
+
product = _ref.product,
|
|
19
|
+
response = _ref.response,
|
|
20
|
+
rovoConfig = _ref.rovoConfig;
|
|
14
21
|
if (!(0, _canShowAction.canShowAction)(_types.CardAction.RovoChatAction, actionOptions)) {
|
|
15
22
|
return;
|
|
16
23
|
}
|
|
@@ -25,6 +32,15 @@ var extractRovoChatAction = function extractRovoChatAction(response, rovoConfig,
|
|
|
25
32
|
var isOptIn = (actionOptions === null || actionOptions === void 0 || (_actionOptions$rovoCh = actionOptions.rovoChatAction) === null || _actionOptions$rovoCh === void 0 ? void 0 : _actionOptions$rovoCh.optIn) === true;
|
|
26
33
|
var url = (0, _linkExtractors.extractSmartLinkUrl)(response);
|
|
27
34
|
return isSupportedFeature && isOptIn ? {
|
|
35
|
+
invokeAction: {
|
|
36
|
+
actionSubjectId: 'rovoChatPrompt',
|
|
37
|
+
actionType: _constants.InternalActionName.RovoChatAction,
|
|
38
|
+
definitionId: (0, _helpers.getDefinitionId)(response),
|
|
39
|
+
display: appearance,
|
|
40
|
+
extensionKey: (0, _helpers.getExtensionKey)(response),
|
|
41
|
+
id: id,
|
|
42
|
+
resourceType: (0, _helpers.getResourceType)(response)
|
|
43
|
+
},
|
|
28
44
|
product: product,
|
|
29
45
|
url: url
|
|
30
46
|
} : undefined;
|
|
@@ -50,7 +50,14 @@ var extractFlexibleCardActions = exports.extractFlexibleCardActions = function e
|
|
|
50
50
|
response: response,
|
|
51
51
|
isPreviewPanelAvailable: isPreviewPanelAvailable,
|
|
52
52
|
openPreviewPanel: openPreviewPanel
|
|
53
|
-
})), _constants.ActionName.AutomationAction, (0, _extractAutomationAction.extractAutomationAction)(response)), _constants.InternalActionName.AISummaryAction, (0, _extractAiSummaryAction.extractAISummaryAction)(response, url, actionOptions, aiSummaryConfig)), (0, _platformFeatureFlags.fg)('platform_sl_3p_auth_rovo_action_kill_switch') ? (0, _defineProperty2.default)({}, _constants.InternalActionName.RovoChatAction, (0, _extractRovoChatAction.default)(
|
|
53
|
+
})), _constants.ActionName.AutomationAction, (0, _extractAutomationAction.extractAutomationAction)(response)), _constants.InternalActionName.AISummaryAction, (0, _extractAiSummaryAction.extractAISummaryAction)(response, url, actionOptions, aiSummaryConfig)), (0, _platformFeatureFlags.fg)('platform_sl_3p_auth_rovo_action_kill_switch') ? (0, _defineProperty2.default)({}, _constants.InternalActionName.RovoChatAction, (0, _extractRovoChatAction.default)({
|
|
54
|
+
actionOptions: actionOptions,
|
|
55
|
+
appearance: appearance,
|
|
56
|
+
id: id,
|
|
57
|
+
product: product,
|
|
58
|
+
response: response,
|
|
59
|
+
rovoConfig: rovoConfig
|
|
60
|
+
})) : undefined), {}, (0, _defineProperty2.default)({}, _constants.InternalActionName.ViewRelatedLinksAction, (0, _extractViewRelatedLinksAction.extractViewRelatedLinksAction)(response)));
|
|
54
61
|
return Object.values(action).some(function (value) {
|
|
55
62
|
return Boolean(value);
|
|
56
63
|
}) ? action : undefined;
|
|
@@ -28,11 +28,11 @@ var useInvokeClientAction = function useInvokeClientAction(_ref) {
|
|
|
28
28
|
var fireEvent = fireEventProp !== null && fireEventProp !== void 0 ? fireEventProp : defaultFireEvent;
|
|
29
29
|
return (0, _react.useCallback)( /*#__PURE__*/function () {
|
|
30
30
|
var _ref3 = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee(_ref2) {
|
|
31
|
-
var actionSubjectId, actionType, actionFn, _ref2$definitionId, definitionId, extensionKey, display, id, _ref2$resourceType, resourceType, experienceId, markName, _measure$getMeasure$d, _measure$getMeasure, result, _measure$getMeasure$d2, _measure$getMeasure2, reason;
|
|
31
|
+
var actionSubjectId, actionType, actionFn, _ref2$definitionId, definitionId, extensionKey, display, id, prompt, _ref2$resourceType, resourceType, experienceId, markName, _measure$getMeasure$d, _measure$getMeasure, result, _measure$getMeasure$d2, _measure$getMeasure2, reason;
|
|
32
32
|
return _regenerator.default.wrap(function _callee$(_context) {
|
|
33
33
|
while (1) switch (_context.prev = _context.next) {
|
|
34
34
|
case 0:
|
|
35
|
-
actionSubjectId = _ref2.actionSubjectId, actionType = _ref2.actionType, actionFn = _ref2.actionFn, _ref2$definitionId = _ref2.definitionId, definitionId = _ref2$definitionId === void 0 ? null : _ref2$definitionId, extensionKey = _ref2.extensionKey, display = _ref2.display, id = _ref2.id, _ref2$resourceType = _ref2.resourceType, resourceType = _ref2$resourceType === void 0 ? null : _ref2$resourceType;
|
|
35
|
+
actionSubjectId = _ref2.actionSubjectId, actionType = _ref2.actionType, actionFn = _ref2.actionFn, _ref2$definitionId = _ref2.definitionId, definitionId = _ref2$definitionId === void 0 ? null : _ref2$definitionId, extensionKey = _ref2.extensionKey, display = _ref2.display, id = _ref2.id, prompt = _ref2.prompt, _ref2$resourceType = _ref2.resourceType, resourceType = _ref2$resourceType === void 0 ? null : _ref2$resourceType;
|
|
36
36
|
// eslint-disable-next-line @atlaskit/platform/prefer-crypto-random-uuid -- Use crypto.randomUUID instead
|
|
37
37
|
experienceId = (0, _uuid.default)(); // Begin performance instrumentation.
|
|
38
38
|
markName = "".concat(experienceId, "-").concat(actionType);
|
|
@@ -53,7 +53,8 @@ var useInvokeClientAction = function useInvokeClientAction(_ref) {
|
|
|
53
53
|
definitionId: definitionId,
|
|
54
54
|
display: display !== null && display !== void 0 ? display : null,
|
|
55
55
|
id: id !== null && id !== void 0 ? id : experienceId,
|
|
56
|
-
resourceType: resourceType
|
|
56
|
+
resourceType: resourceType,
|
|
57
|
+
prompt: prompt
|
|
57
58
|
});
|
|
58
59
|
}
|
|
59
60
|
// Invoke action
|
|
@@ -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: "43.26.
|
|
14
|
+
packageVersion: "43.26.5"
|
|
15
15
|
};
|
|
16
16
|
var TrackQuickActionType = exports.TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
17
17
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
|
@@ -6,13 +6,17 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
value: true
|
|
7
7
|
});
|
|
8
8
|
exports.default = exports.RovoChatPromptKey = void 0;
|
|
9
|
+
var _regenerator = _interopRequireDefault(require("@babel/runtime/regenerator"));
|
|
9
10
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
11
|
+
var _asyncToGenerator2 = _interopRequireDefault(require("@babel/runtime/helpers/asyncToGenerator"));
|
|
12
|
+
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
10
13
|
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
|
|
11
14
|
var _react = _interopRequireWildcard(require("react"));
|
|
12
15
|
var _reactIntlNext = require("react-intl-next");
|
|
13
16
|
var _constants = require("../../../../../constants");
|
|
14
17
|
var _messages = require("../../../../../messages");
|
|
15
18
|
var _flexibleUiContext = require("../../../../../state/flexible-ui-context");
|
|
19
|
+
var _useInvokeClientAction = _interopRequireDefault(require("../../../../../state/hooks/use-invoke-client-action"));
|
|
16
20
|
var _useRovoChat2 = _interopRequireDefault(require("../../../../../state/hooks/use-rovo-chat"));
|
|
17
21
|
var _aiChapterIcon = _interopRequireDefault(require("../../../assets/ai-chapter-icon"));
|
|
18
22
|
var _aiEditIcon = _interopRequireDefault(require("../../../assets/ai-edit-icon"));
|
|
@@ -21,6 +25,8 @@ var _action = _interopRequireDefault(require("../action"));
|
|
|
21
25
|
var _htmlToAdf = _interopRequireDefault(require("./html-to-adf"));
|
|
22
26
|
var _excluded = ["onClick", "prompts", "testId"];
|
|
23
27
|
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); }
|
|
28
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
29
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
24
30
|
var RovoChatPromptKey = exports.RovoChatPromptKey = /*#__PURE__*/function (RovoChatPromptKey) {
|
|
25
31
|
RovoChatPromptKey["RECOMMEND_OTHER_SOURCES"] = "recommend-other-sources";
|
|
26
32
|
RovoChatPromptKey["SHOW_OTHER_MENTIONS"] = "show-other-mentions";
|
|
@@ -128,15 +134,32 @@ var RovoChatAction = function RovoChatAction(_ref2) {
|
|
|
128
134
|
sendPromptMessage = _useRovoChat.sendPromptMessage;
|
|
129
135
|
var context = (0, _flexibleUiContext.useFlexibleUiContext)();
|
|
130
136
|
var data = context === null || context === void 0 || (_context$actions = context.actions) === null || _context$actions === void 0 ? void 0 : _context$actions[_constants.InternalActionName.RovoChatAction];
|
|
131
|
-
var
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
+
var invoke = (0, _useInvokeClientAction.default)({});
|
|
138
|
+
var _onClick = (0, _react.useCallback)(function (promptData, promptKey) {
|
|
139
|
+
if (promptData && data !== null && data !== void 0 && data.invokeAction) {
|
|
140
|
+
invoke(_objectSpread(_objectSpread({}, data === null || data === void 0 ? void 0 : data.invokeAction), {}, {
|
|
141
|
+
actionFn: function () {
|
|
142
|
+
var _actionFn = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee() {
|
|
143
|
+
return _regenerator.default.wrap(function _callee$(_context) {
|
|
144
|
+
while (1) switch (_context.prev = _context.next) {
|
|
145
|
+
case 0:
|
|
146
|
+
return _context.abrupt("return", sendPromptMessage(promptData));
|
|
147
|
+
case 1:
|
|
148
|
+
case "end":
|
|
149
|
+
return _context.stop();
|
|
150
|
+
}
|
|
151
|
+
}, _callee);
|
|
152
|
+
}));
|
|
153
|
+
function actionFn() {
|
|
154
|
+
return _actionFn.apply(this, arguments);
|
|
155
|
+
}
|
|
156
|
+
return actionFn;
|
|
157
|
+
}(),
|
|
158
|
+
prompt: promptKey
|
|
159
|
+
}));
|
|
137
160
|
onClickCallback === null || onClickCallback === void 0 || onClickCallback();
|
|
138
161
|
}
|
|
139
|
-
}, [onClickCallback, sendPromptMessage]);
|
|
162
|
+
}, [data === null || data === void 0 ? void 0 : data.invokeAction, invoke, onClickCallback, sendPromptMessage]);
|
|
140
163
|
var promptActions = (0, _react.useMemo)(function () {
|
|
141
164
|
return prompts.map(function (promptKey, idx) {
|
|
142
165
|
var _ref3 = getPromptAction(promptKey, intl, data === null || data === void 0 ? void 0 : data.url, data === null || data === void 0 ? void 0 : data.product) || {},
|
|
@@ -149,7 +172,7 @@ var RovoChatAction = function RovoChatAction(_ref2) {
|
|
|
149
172
|
icon: icon,
|
|
150
173
|
key: promptKey,
|
|
151
174
|
onClick: function onClick() {
|
|
152
|
-
return _onClick(promptData);
|
|
175
|
+
return _onClick(promptData, promptKey);
|
|
153
176
|
},
|
|
154
177
|
testId: "".concat(testId, "-").concat(idx + 1),
|
|
155
178
|
tooltipMessage: tooltipMessage
|
|
@@ -48,7 +48,11 @@ var HoverCardResolvedView = function HoverCardResolvedView(_ref) {
|
|
|
48
48
|
var isRovoSummaryEnabled = (0, _platformFeatureFlags.fg)('platform_sl_3p_auth_rovo_action_kill_switch') ?
|
|
49
49
|
// eslint-disable-next-line react-hooks/rules-of-hooks
|
|
50
50
|
(0, _react.useMemo)(function () {
|
|
51
|
-
return (cardState === null || cardState === void 0 ? void 0 : cardState.details) && (0, _extractRovoChatAction.default)(
|
|
51
|
+
return (cardState === null || cardState === void 0 ? void 0 : cardState.details) && (0, _extractRovoChatAction.default)({
|
|
52
|
+
response: cardState.details,
|
|
53
|
+
rovoConfig: rovoConfig,
|
|
54
|
+
actionOptions: actionOptions
|
|
55
|
+
}) !== undefined;
|
|
52
56
|
}, [actionOptions, cardState === null || cardState === void 0 ? void 0 : cardState.details, rovoConfig]) : false;
|
|
53
57
|
(0, _react.useEffect)(function () {
|
|
54
58
|
// Since this hover view is only rendered on resolved status,
|
|
@@ -22,7 +22,7 @@ var _excluded = ["href", "children", "checkSafety", "onClick", "testId", "isLink
|
|
|
22
22
|
_excluded2 = ["isLinkSafe", "showSafetyWarningModal"];
|
|
23
23
|
var PACKAGE_DATA = {
|
|
24
24
|
packageName: "@atlaskit/smart-card",
|
|
25
|
-
packageVersion: "43.26.
|
|
25
|
+
packageVersion: "43.26.5",
|
|
26
26
|
componentName: 'linkUrl'
|
|
27
27
|
};
|
|
28
28
|
var Anchor = (0, _click.withLinkClickedEvent)('a');
|
package/dist/es2019/__tests__/vr-tests/__snapshots__/block-card/block-card-bitbucket--default.png
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:3acc9987c800eeb601e7e34fa01e3df89500dc2c815415da05ddd083df024019
|
|
3
|
+
size 111886
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:64c5349ccb0b90b0a625ca0d707d2bf5bfa52dda10fcd092a8b6bfbb1cc0e5c3
|
|
3
|
+
size 35296
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:5f022890e178f33ea2487b10c9b3b43a665e98d84a510e29f3d22f8804d645be
|
|
3
|
+
size 35428
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:323c0f3a0180a2772a5568d36bb4588dcbaa2eefa499bd2feae92dd9c373aa4a
|
|
3
|
+
size 87113
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:56ecca0bb138aedf05d40629555a08ff01397ee8332f6c523adaa38b3f9c9066
|
|
3
|
+
size 90964
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:00f7ab007894140c7d50dae261a9c0a6035d10efc32ea9ca9c973501a495e473
|
|
3
|
+
size 91336
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:ff5acd0832e8c24d62c4bbe84823678b851ec68f8a73a9e87dad7baefaca3fdf
|
|
3
|
+
size 91884
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:b78a348d581a64dac0e23fb8f4c1d717b3304584739a6b4a871268135b699075
|
|
3
|
+
size 92494
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:c319edf3a89336e74444edb31e2650f080185e81934e7a8e441c5c72daac95c2
|
|
3
|
+
size 90399
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:9f20d87ec72d3743bb008945f53364b0319b26f5144133d9bb25931fec52a313
|
|
3
|
+
size 90531
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:6dc97ad04addf386b55440c5d25f372bd83c38f4798c7942b304fe293b591b68
|
|
3
|
+
size 15496
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:ee1d0319ded18b1c5fedfb51f0f12f9392f14082a759cd67027b5ce2e322756f
|
|
3
|
+
size 9610
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:e8c74b5d85319192fe38e738d93f565e072ffd25ba30fc8ba640ba6a2ad28e9c
|
|
3
|
+
size 3828
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:b439afd8af39f670047bae82c873dc3202633d55d094673aa754b7c8fe4ec66e
|
|
3
|
+
size 103245
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:fb9bff8bd44a34e02121c5c13ea229260bb1097ad3316c8af045ce548efcc1da
|
|
3
|
+
size 103526
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:cafc69f04bd7799c7108655e37ced2f64c9b43077f8060d2e4503ed404d10831
|
|
3
|
+
size 69534
|
package/dist/es2019/__tests__/vr-tests/__snapshots__/related-links-modal/resolved--light-mode.png
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:73bb4793a5e1d49e1ce910e153f8130e5ea114c8e3791579f144760101bfd30f
|
|
3
|
+
size 36525
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:f35f8dae22c3390219df42b2d41df3c1ec5647b74af0e47cb54621c2a75fc53b
|
|
3
|
+
size 34707
|
|
@@ -1,9 +1,17 @@
|
|
|
1
1
|
import { extractSmartLinkUrl } from '@atlaskit/link-extractors';
|
|
2
|
-
import {
|
|
2
|
+
import { InternalActionName } from '../../../constants';
|
|
3
|
+
import { getDefinitionId, getExtensionKey, getResourceType } from '../../../state/helpers';
|
|
3
4
|
import { canShowAction } from '../../../utils/actions/can-show-action';
|
|
4
5
|
import { getIsRovoChatEnabled } from '../../../utils/rovo';
|
|
5
6
|
import { CardAction } from '../../../view/Card/types';
|
|
6
|
-
const extractRovoChatAction = (
|
|
7
|
+
const extractRovoChatAction = ({
|
|
8
|
+
actionOptions,
|
|
9
|
+
appearance,
|
|
10
|
+
id,
|
|
11
|
+
product,
|
|
12
|
+
response,
|
|
13
|
+
rovoConfig
|
|
14
|
+
}) => {
|
|
7
15
|
var _actionOptions$rovoCh;
|
|
8
16
|
if (!canShowAction(CardAction.RovoChatAction, actionOptions)) {
|
|
9
17
|
return;
|
|
@@ -19,6 +27,15 @@ const extractRovoChatAction = (response, rovoConfig, actionOptions, product) =>
|
|
|
19
27
|
const isOptIn = (actionOptions === null || actionOptions === void 0 ? void 0 : (_actionOptions$rovoCh = actionOptions.rovoChatAction) === null || _actionOptions$rovoCh === void 0 ? void 0 : _actionOptions$rovoCh.optIn) === true;
|
|
20
28
|
const url = extractSmartLinkUrl(response);
|
|
21
29
|
return isSupportedFeature && isOptIn ? {
|
|
30
|
+
invokeAction: {
|
|
31
|
+
actionSubjectId: 'rovoChatPrompt',
|
|
32
|
+
actionType: InternalActionName.RovoChatAction,
|
|
33
|
+
definitionId: getDefinitionId(response),
|
|
34
|
+
display: appearance,
|
|
35
|
+
extensionKey: getExtensionKey(response),
|
|
36
|
+
id,
|
|
37
|
+
resourceType: getResourceType(response)
|
|
38
|
+
},
|
|
22
39
|
product,
|
|
23
40
|
url
|
|
24
41
|
} : undefined;
|
|
@@ -49,7 +49,14 @@ export const extractFlexibleCardActions = ({
|
|
|
49
49
|
[ActionName.AutomationAction]: extractAutomationAction(response),
|
|
50
50
|
[InternalActionName.AISummaryAction]: extractAISummaryAction(response, url, actionOptions, aiSummaryConfig),
|
|
51
51
|
...(fg('platform_sl_3p_auth_rovo_action_kill_switch') ? {
|
|
52
|
-
[InternalActionName.RovoChatAction]: extractRovoChatAction(
|
|
52
|
+
[InternalActionName.RovoChatAction]: extractRovoChatAction({
|
|
53
|
+
actionOptions,
|
|
54
|
+
appearance,
|
|
55
|
+
id,
|
|
56
|
+
product,
|
|
57
|
+
response,
|
|
58
|
+
rovoConfig
|
|
59
|
+
})
|
|
53
60
|
} : undefined),
|
|
54
61
|
[InternalActionName.ViewRelatedLinksAction]: extractViewRelatedLinksAction(response)
|
|
55
62
|
};
|
|
@@ -25,6 +25,7 @@ const useInvokeClientAction = ({
|
|
|
25
25
|
extensionKey,
|
|
26
26
|
display,
|
|
27
27
|
id,
|
|
28
|
+
prompt,
|
|
28
29
|
resourceType = null
|
|
29
30
|
}) => {
|
|
30
31
|
// eslint-disable-next-line @atlaskit/platform/prefer-crypto-random-uuid -- Use crypto.randomUUID instead
|
|
@@ -50,7 +51,8 @@ const useInvokeClientAction = ({
|
|
|
50
51
|
definitionId,
|
|
51
52
|
display: display !== null && display !== void 0 ? display : null,
|
|
52
53
|
id: id !== null && id !== void 0 ? id : experienceId,
|
|
53
|
-
resourceType
|
|
54
|
+
resourceType,
|
|
55
|
+
prompt
|
|
54
56
|
});
|
|
55
57
|
}
|
|
56
58
|
// Invoke action
|
|
@@ -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: "43.26.
|
|
5
|
+
packageVersion: "43.26.5"
|
|
6
6
|
};
|
|
7
7
|
export let TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
8
8
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|