@atlaskit/smart-card 36.4.0 → 36.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +20 -0
- package/dist/cjs/index.js +205 -0
- package/dist/cjs/utils/analytics/analytics.js +1 -1
- package/dist/cjs/utils/flexible.js +8 -1
- package/dist/cjs/view/CardWithUrl/component.js +4 -3
- package/dist/cjs/view/CardWithUrl/loader.js +2 -1
- package/dist/cjs/view/FlexibleCard/components/container/index.js +10 -3
- package/dist/cjs/view/FlexibleCard/external.js +131 -0
- package/dist/cjs/view/LinkUrl/index.js +1 -1
- package/dist/cjs/view/RelatedLinksModal/components/related-link-item/index.compiled.css +4 -8
- package/dist/cjs/view/RelatedLinksModal/components/related-link-item/index.js +2 -2
- package/dist/cjs/view/RelatedLinksModal/views/errored/error-svg/search-no-result/index.compiled.css +3 -0
- package/dist/cjs/view/RelatedLinksModal/views/errored/error-svg/search-no-result/index.js +77 -8
- package/dist/cjs/view/RelatedLinksModal/views/unavailable/index.js +1 -4
- package/dist/es2019/index.js +1 -0
- package/dist/es2019/utils/analytics/analytics.js +1 -1
- package/dist/es2019/utils/flexible.js +8 -1
- package/dist/es2019/view/CardWithUrl/component.js +3 -2
- package/dist/es2019/view/CardWithUrl/loader.js +2 -1
- package/dist/es2019/view/FlexibleCard/components/container/index.js +9 -3
- package/dist/es2019/view/FlexibleCard/external.js +55 -0
- package/dist/es2019/view/LinkUrl/index.js +1 -1
- package/dist/es2019/view/RelatedLinksModal/components/related-link-item/index.compiled.css +4 -8
- package/dist/es2019/view/RelatedLinksModal/components/related-link-item/index.js +1 -1
- package/dist/es2019/view/RelatedLinksModal/views/errored/error-svg/search-no-result/index.compiled.css +3 -0
- package/dist/es2019/view/RelatedLinksModal/views/errored/error-svg/search-no-result/index.js +69 -8
- package/dist/es2019/view/RelatedLinksModal/views/errored/index.js +2 -2
- package/dist/es2019/view/RelatedLinksModal/views/unavailable/index.js +1 -4
- package/dist/esm/index.js +1 -0
- package/dist/esm/utils/analytics/analytics.js +1 -1
- package/dist/esm/utils/flexible.js +8 -1
- package/dist/esm/view/CardWithUrl/component.js +4 -3
- package/dist/esm/view/CardWithUrl/loader.js +2 -1
- package/dist/esm/view/FlexibleCard/components/container/index.js +10 -3
- package/dist/esm/view/FlexibleCard/external.js +123 -0
- package/dist/esm/view/LinkUrl/index.js +1 -1
- package/dist/esm/view/RelatedLinksModal/components/related-link-item/index.compiled.css +4 -8
- package/dist/esm/view/RelatedLinksModal/components/related-link-item/index.js +2 -2
- package/dist/esm/view/RelatedLinksModal/views/errored/error-svg/search-no-result/index.compiled.css +3 -0
- package/dist/esm/view/RelatedLinksModal/views/errored/error-svg/search-no-result/index.js +74 -8
- package/dist/esm/view/RelatedLinksModal/views/errored/index.js +2 -2
- package/dist/esm/view/RelatedLinksModal/views/unavailable/index.js +1 -4
- package/dist/types/index.d.ts +1 -0
- package/dist/types/utils/flexible.d.ts +2 -1
- package/dist/types/view/FlexibleCard/components/container/index.d.ts +1 -1
- package/dist/types/view/FlexibleCard/external.d.ts +49 -0
- package/dist/types/view/FlexibleCard/types.d.ts +7 -0
- package/dist/types/view/RelatedLinksModal/views/errored/error-svg/search-no-result/index.d.ts +2 -3
- package/dist/types-ts4.5/index.d.ts +1 -0
- package/dist/types-ts4.5/utils/flexible.d.ts +2 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/container/index.d.ts +1 -1
- package/dist/types-ts4.5/view/FlexibleCard/external.d.ts +49 -0
- package/dist/types-ts4.5/view/FlexibleCard/types.d.ts +7 -0
- package/dist/types-ts4.5/view/RelatedLinksModal/views/errored/error-svg/search-no-result/index.d.ts +2 -3
- package/package.json +9 -6
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
+
/**
|
|
3
|
+
* This file contains export components and API for FlexibleCard components.
|
|
4
|
+
* For internal usage for access to all available props, please use following
|
|
5
|
+
* - ./components/elements for metadata component
|
|
6
|
+
* - ./components/actions for action component
|
|
7
|
+
*
|
|
8
|
+
* DO NOT add a new prop to these components until we are ready to support it externally.
|
|
9
|
+
*/
|
|
10
|
+
import React from 'react';
|
|
11
|
+
import { AssignedTo, AssignedToGroup, AttachmentCount, AuthorGroup, ChecklistProgress, CollaboratorGroup, CommentCount, CreatedBy, CreatedOn, DueOn, LatestCommit, LinkIcon, Location, ModifiedBy, ModifiedOn, OwnedBy, OwnedByGroup, Preview, Priority, ProgrammingLanguage, Provider, ReactCount, ReadTime, SentOn, Snippet, SourceBranch, State, StoryPoints, SubscriberCount, SubTasksProgress, TargetBranch, Title, ViewCount, VoteCount } from './components/elements';
|
|
12
|
+
// ---- EXPORTED METADATA COMPONENT ---- //
|
|
13
|
+
export var AssignedToElement = function AssignedToElement() {
|
|
14
|
+
return /*#__PURE__*/React.createElement(AssignedTo, null);
|
|
15
|
+
};
|
|
16
|
+
export var AssignedToGroupElement = function AssignedToGroupElement() {
|
|
17
|
+
return /*#__PURE__*/React.createElement(AssignedToGroup, null);
|
|
18
|
+
};
|
|
19
|
+
export var AttachmentCountElement = function AttachmentCountElement() {
|
|
20
|
+
return /*#__PURE__*/React.createElement(AttachmentCount, null);
|
|
21
|
+
};
|
|
22
|
+
export var AuthorGroupElement = function AuthorGroupElement() {
|
|
23
|
+
return /*#__PURE__*/React.createElement(AuthorGroup, null);
|
|
24
|
+
};
|
|
25
|
+
export var ChecklistProgressElement = function ChecklistProgressElement() {
|
|
26
|
+
return /*#__PURE__*/React.createElement(ChecklistProgress, null);
|
|
27
|
+
};
|
|
28
|
+
export var CollaboratorGroupElement = function CollaboratorGroupElement() {
|
|
29
|
+
return /*#__PURE__*/React.createElement(CollaboratorGroup, null);
|
|
30
|
+
};
|
|
31
|
+
export var CommentCountElement = function CommentCountElement() {
|
|
32
|
+
return /*#__PURE__*/React.createElement(CommentCount, null);
|
|
33
|
+
};
|
|
34
|
+
export var CreatedOnElement = function CreatedOnElement() {
|
|
35
|
+
return /*#__PURE__*/React.createElement(CreatedOn, null);
|
|
36
|
+
};
|
|
37
|
+
export var CreatedByElement = function CreatedByElement() {
|
|
38
|
+
return /*#__PURE__*/React.createElement(CreatedBy, null);
|
|
39
|
+
};
|
|
40
|
+
export var DueOnElement = function DueOnElement() {
|
|
41
|
+
return /*#__PURE__*/React.createElement(DueOn, null);
|
|
42
|
+
};
|
|
43
|
+
export var LatestCommitElement = function LatestCommitElement() {
|
|
44
|
+
return /*#__PURE__*/React.createElement(LatestCommit, null);
|
|
45
|
+
};
|
|
46
|
+
export var LinkIconElement = function LinkIconElement() {
|
|
47
|
+
return /*#__PURE__*/React.createElement(LinkIcon, null);
|
|
48
|
+
};
|
|
49
|
+
export var LocationElement = function LocationElement() {
|
|
50
|
+
return /*#__PURE__*/React.createElement(Location, null);
|
|
51
|
+
};
|
|
52
|
+
export var ModifiedByElement = function ModifiedByElement() {
|
|
53
|
+
return /*#__PURE__*/React.createElement(ModifiedBy, null);
|
|
54
|
+
};
|
|
55
|
+
export var ModifiedOnElement = function ModifiedOnElement() {
|
|
56
|
+
return /*#__PURE__*/React.createElement(ModifiedOn, null);
|
|
57
|
+
};
|
|
58
|
+
export var OwnedByElement = function OwnedByElement() {
|
|
59
|
+
return /*#__PURE__*/React.createElement(OwnedBy, null);
|
|
60
|
+
};
|
|
61
|
+
export var OwnedByGroupElement = function OwnedByGroupElement() {
|
|
62
|
+
return /*#__PURE__*/React.createElement(OwnedByGroup, null);
|
|
63
|
+
};
|
|
64
|
+
export var PreviewElement = function PreviewElement() {
|
|
65
|
+
return /*#__PURE__*/React.createElement(Preview, null);
|
|
66
|
+
};
|
|
67
|
+
export var PriorityElement = function PriorityElement() {
|
|
68
|
+
return /*#__PURE__*/React.createElement(Priority, null);
|
|
69
|
+
};
|
|
70
|
+
export var ProgrammingLanguageElement = function ProgrammingLanguageElement() {
|
|
71
|
+
return /*#__PURE__*/React.createElement(ProgrammingLanguage, null);
|
|
72
|
+
};
|
|
73
|
+
export var ProviderElement = function ProviderElement() {
|
|
74
|
+
return /*#__PURE__*/React.createElement(Provider, null);
|
|
75
|
+
};
|
|
76
|
+
export var ReactCountElement = function ReactCountElement() {
|
|
77
|
+
return /*#__PURE__*/React.createElement(ReactCount, null);
|
|
78
|
+
};
|
|
79
|
+
export var ReadTimeElement = function ReadTimeElement() {
|
|
80
|
+
return /*#__PURE__*/React.createElement(ReadTime, null);
|
|
81
|
+
};
|
|
82
|
+
export var SentOnElement = function SentOnElement() {
|
|
83
|
+
return /*#__PURE__*/React.createElement(SentOn, null);
|
|
84
|
+
};
|
|
85
|
+
export var SnippetElement = function SnippetElement(props) {
|
|
86
|
+
return /*#__PURE__*/React.createElement(Snippet, {
|
|
87
|
+
maxLines: props.maxLines,
|
|
88
|
+
content: props.text
|
|
89
|
+
});
|
|
90
|
+
};
|
|
91
|
+
export var SourceBranchElement = function SourceBranchElement() {
|
|
92
|
+
return /*#__PURE__*/React.createElement(SourceBranch, null);
|
|
93
|
+
};
|
|
94
|
+
export var StateElement = function StateElement() {
|
|
95
|
+
return /*#__PURE__*/React.createElement(State, null);
|
|
96
|
+
};
|
|
97
|
+
export var StoryPointsElement = function StoryPointsElement() {
|
|
98
|
+
return /*#__PURE__*/React.createElement(StoryPoints, null);
|
|
99
|
+
};
|
|
100
|
+
export var SubscriberCountElement = function SubscriberCountElement() {
|
|
101
|
+
return /*#__PURE__*/React.createElement(SubscriberCount, null);
|
|
102
|
+
};
|
|
103
|
+
export var SubTasksProgressElement = function SubTasksProgressElement() {
|
|
104
|
+
return /*#__PURE__*/React.createElement(SubTasksProgress, null);
|
|
105
|
+
};
|
|
106
|
+
export var TargetBranchElement = function TargetBranchElement() {
|
|
107
|
+
return /*#__PURE__*/React.createElement(TargetBranch, null);
|
|
108
|
+
};
|
|
109
|
+
export var TitleElement = function TitleElement(props) {
|
|
110
|
+
return /*#__PURE__*/React.createElement(Title, _extends({
|
|
111
|
+
hideTooltip: props === null || props === void 0 ? void 0 : props.hideTooltip,
|
|
112
|
+
maxLines: props === null || props === void 0 ? void 0 : props.maxLines,
|
|
113
|
+
target: props === null || props === void 0 ? void 0 : props.target
|
|
114
|
+
}, props !== null && props !== void 0 && props.text ? {
|
|
115
|
+
text: props === null || props === void 0 ? void 0 : props.text
|
|
116
|
+
} : undefined));
|
|
117
|
+
};
|
|
118
|
+
export var ViewCountElement = function ViewCountElement() {
|
|
119
|
+
return /*#__PURE__*/React.createElement(ViewCount, null);
|
|
120
|
+
};
|
|
121
|
+
export var VoteCountElement = function VoteCountElement() {
|
|
122
|
+
return /*#__PURE__*/React.createElement(VoteCount, null);
|
|
123
|
+
};
|
|
@@ -13,7 +13,7 @@ import LinkWarningModal from './LinkWarningModal';
|
|
|
13
13
|
import { useLinkWarningModal } from './LinkWarningModal/hooks/use-link-warning-modal';
|
|
14
14
|
var PACKAGE_DATA = {
|
|
15
15
|
packageName: "@atlaskit/smart-card",
|
|
16
|
-
packageVersion: "36.
|
|
16
|
+
packageVersion: "36.6.0",
|
|
17
17
|
componentName: 'linkUrl'
|
|
18
18
|
};
|
|
19
19
|
var Anchor = withLinkClickedEvent('a');
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
|
|
2
2
|
._11c81o8v{font:var(--ds-font-body-small,normal 400 11px/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
3
3
|
._zulputpp{gap:var(--ds-space-150,9pt)}
|
|
4
|
-
.
|
|
5
|
-
.
|
|
6
|
-
.
|
|
7
|
-
._1kl7nmxp{border-left:var(--_nu2mv8)}
|
|
4
|
+
._18zr1ejb{padding-inline:var(--ds-space-300,24px)}
|
|
5
|
+
._195g10v4{margin-inline:var(--ds-space-negative-300,-24px)}
|
|
6
|
+
._16qsd1ld{box-shadow:var(--_g94mg3)}
|
|
8
7
|
._bfhkfg4m{background-color:var(--ds-background-selected,#e9f2ff)}
|
|
9
8
|
._ca0qu2gc{padding-top:var(--ds-space-100,8px)}
|
|
10
9
|
._n3tdu2gc{padding-bottom:var(--ds-space-100,8px)}
|
|
@@ -14,7 +13,4 @@
|
|
|
14
13
|
._irr31d5g:hover{background-color:var(--ds-background-input-hovered,#f7f8f9)}
|
|
15
14
|
._irr3i1yw:hover{background-color:var(--ds-background-selected-hovered,#cce0ff)}
|
|
16
15
|
._1di619ru:active{background-color:var(--ds-background-selected-pressed,#85b8ff)}
|
|
17
|
-
._1di61dty:active{background-color:var(--ds-background-neutral-subtle-pressed,#091e4224)}
|
|
18
|
-
._1ohyglyw:active{outline-style:none}
|
|
19
|
-
._1q5t1r31:active{outline-color:currentColor}
|
|
20
|
-
._1r9x1o36:active{outline-width:medium}
|
|
16
|
+
._1di61dty:active{background-color:var(--ds-background-neutral-subtle-pressed,#091e4224)}
|
|
@@ -30,9 +30,9 @@ var RelatedLinkItem = function RelatedLinkItem(_ref) {
|
|
|
30
30
|
return /*#__PURE__*/React.createElement("div", {
|
|
31
31
|
"data-testId": testId,
|
|
32
32
|
onFocus: onFocus,
|
|
33
|
-
className: ax([fg('platform-linking-visual-refresh-v2') && "
|
|
33
|
+
className: ax([fg('platform-linking-visual-refresh-v2') && "_195g10v4 _18zr1ejb", fg('platform-linking-visual-refresh-v2') ? "_irr3166n _1di61dty" : "_8vu4iti9 _1mxox0bf _10swu2gc _irr31d5g", isSelected && fg('platform-linking-visual-refresh-v2') && "_bfhkfg4m _16qsd1ld _irr3i1yw _1di619ru"]),
|
|
34
34
|
style: {
|
|
35
|
-
"--
|
|
35
|
+
"--_g94mg3": ix("inset 2px 0 0 0 ".concat("var(--ds-border-selected, #0C66E4)"))
|
|
36
36
|
}
|
|
37
37
|
}, /*#__PURE__*/React.createElement(Card, {
|
|
38
38
|
appearance: "block",
|
|
@@ -1,11 +1,77 @@
|
|
|
1
|
+
/* index.tsx generated by @compiled/babel-plugin v0.36.1 */
|
|
1
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
3
|
+
import "./index.compiled.css";
|
|
4
|
+
import * as React from 'react';
|
|
5
|
+
import { ax, ix } from "@compiled/react/runtime";
|
|
6
|
+
import { useThemeObserver } from "@atlaskit/tokens";
|
|
7
|
+
var SIZE = 100;
|
|
8
|
+
var genericErrorStyles = null;
|
|
9
|
+
var id = 'related-links-unavailable-svg';
|
|
6
10
|
export var SpotSearchNoResult = function SpotSearchNoResult(props) {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
+
var _useThemeObserver = useThemeObserver(),
|
|
12
|
+
colorMode = _useThemeObserver.colorMode;
|
|
13
|
+
return colorMode === 'dark' ? /*#__PURE__*/React.createElement("svg", _extends({
|
|
14
|
+
"data-testid": id,
|
|
15
|
+
viewBox: "0 0 275 275",
|
|
16
|
+
fill: "none",
|
|
17
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
18
|
+
}, props, {
|
|
19
|
+
className: ax(["_1bsbwdok _4t3iwdok _1e0c1ule"]),
|
|
20
|
+
style: {
|
|
21
|
+
"--_cjikvn": ix("".concat(SIZE, "px"))
|
|
22
|
+
}
|
|
23
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
d: "M123.44 191.28C108.24 191.28 93.7 185.56 81.19 174.27C77.54 170.97 74.05 167.18 70.82 163.01C67.55 158.78 64.72 154.39 62.43 149.97C49.09 124.3 53.13 96.9499 73.52 74.9399C76.97 71.2199 80.85 67.6799 85.05 64.4299C89.1 61.2999 93.32 58.5299 97.59 56.2099C123.97 41.8999 151.49 44.8899 173.08 64.3999C176.77 67.7399 180.3 71.5699 183.58 75.7999C186.81 79.9699 189.6 84.2999 191.88 88.6599C205.36 114.45 201.32 141.84 180.8 163.8C177.49 167.35 173.75 170.74 169.69 173.87C165.48 177.12 161.08 179.99 156.62 182.39C145.57 188.33 134.33 191.27 123.44 191.27V191.28ZM130.69 60.9799C122.04 60.9799 113.08 63.3899 104.12 68.2599C100.5 70.2299 96.9 72.5899 93.42 75.2699C89.81 78.0599 86.49 81.0799 83.56 84.2499C67.1 102.02 63.91 123.11 74.58 143.65C76.5 147.34 78.88 151.04 81.66 154.62C84.39 158.15 87.32 161.34 90.38 164.1C107.54 179.6 128.76 181.81 150.14 170.33C153.94 168.29 157.7 165.84 161.31 163.04C164.79 160.35 167.97 157.46 170.79 154.45C187.34 136.74 190.51 115.63 179.74 95.0099C177.84 91.3699 175.48 87.7199 172.75 84.1899C169.97 80.5999 167 77.3599 163.91 74.5699C153.91 65.5399 142.59 60.9799 130.71 60.9799H130.69Z",
|
|
25
|
+
fill: "#4B4D51"
|
|
26
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
27
|
+
d: "M179.96 171C176.42 166.07 172.62 166.1 168.91 168.97C165.43 171.66 164.5 175.3 168.21 180.09L172.45 185.57L184.2 176.48L179.96 171Z",
|
|
28
|
+
fill: "#4B4D51"
|
|
29
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
d: "M187.155 174.199L169.513 187.839L202.665 230.717L220.307 217.077L187.155 174.199Z",
|
|
31
|
+
fill: "#4B4D51"
|
|
32
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
33
|
+
d: "M184.32 176.391L172.35 185.646L183.593 200.186L195.562 190.932L184.32 176.391Z",
|
|
34
|
+
fill: "#7E8188"
|
|
35
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
36
|
+
d: "M133.191 135.999H123.188V135.365C122.847 128.249 126.886 120.545 132.628 117.392L132.735 117.335C132.891 117.254 133.041 117.16 133.187 117.063C136.32 115.043 138.103 111.565 137.993 107.733C137.884 103.937 135.925 100.598 132.753 98.8051C130.749 97.6711 128.515 97.0723 126.29 97.0723C119.516 97.0723 114.005 102.622 114.005 109.443H104C104 97.0689 113.999 87 126.289 87C130.227 87 134.156 88.0454 137.652 90.0226C143.914 93.5645 147.78 100.077 147.991 107.443C148.204 114.843 144.699 121.603 138.619 125.524C138.21 125.793 137.793 126.041 137.38 126.258C134.995 127.598 132.999 131.723 133.183 134.947L133.191 136V135.999Z",
|
|
37
|
+
fill: "#4B4D51"
|
|
38
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
39
|
+
fillRule: "evenodd",
|
|
40
|
+
clipRule: "evenodd",
|
|
41
|
+
d: "M127.222 141.775C127.726 141.691 128.277 141.64 128.84 141.64C129.318 141.64 129.859 141.668 130.429 141.765C133.69 142.3 136.342 144.587 136.986 148.149L136.991 148.175L136.996 148.203C137.078 148.699 137.13 149.24 137.13 149.81C137.13 150.377 137.079 150.924 136.992 151.43L136.99 151.44C136.36 155.039 133.666 157.318 130.418 157.847C129.857 157.94 129.334 157.97 128.84 157.97C128.267 157.97 127.732 157.918 127.243 157.839L127.241 157.839C123.977 157.31 121.312 155.027 120.665 151.466L120.659 151.437L120.654 151.408C120.573 150.919 120.52 150.387 120.52 149.81C120.52 149.24 120.572 148.699 120.654 148.203L120.659 148.174L120.665 148.145C121.315 144.567 123.99 142.316 127.219 141.775L127.222 141.775Z",
|
|
42
|
+
fill: "#4B4D51"
|
|
43
|
+
})) : /*#__PURE__*/React.createElement("svg", _extends({
|
|
44
|
+
"data-testid": id,
|
|
45
|
+
viewBox: "0 0 275 275",
|
|
46
|
+
fill: "none",
|
|
47
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
48
|
+
}, props, {
|
|
49
|
+
className: ax(["_1bsbwdok _4t3iwdok _1e0c1ule"]),
|
|
50
|
+
style: {
|
|
51
|
+
"--_cjikvn": ix("".concat(SIZE, "px"))
|
|
52
|
+
}
|
|
53
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
54
|
+
d: "M185.8 91.8398C183.73 87.8698 181.19 83.9198 178.16 79.9998C175.09 76.0298 171.85 72.5298 168.49 69.4898C148.48 51.4098 123.89 49.7498 100.86 62.2398C96.93 64.3698 93.05 66.9098 89.24 69.8498C85.27 72.9198 81.7 76.1798 78.54 79.5898C60.71 98.8298 56.14 123 68.5 146.8C70.59 150.82 73.16 154.83 76.23 158.81C79.26 162.73 82.45 166.18 85.77 169.18C105.65 187.13 130.22 188.8 153.36 176.36C157.46 174.16 161.51 171.53 165.48 168.46C169.29 165.52 172.72 162.39 175.77 159.13C193.68 139.96 198.25 115.7 185.78 91.8398H185.8Z",
|
|
55
|
+
fill: "white"
|
|
56
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
57
|
+
d: "M123.44 191.28C108.24 191.28 93.7 185.56 81.19 174.27C77.54 170.97 74.05 167.18 70.82 163.01C67.55 158.78 64.72 154.39 62.43 149.97C49.09 124.3 53.13 96.9499 73.52 74.9399C76.97 71.2199 80.85 67.6799 85.05 64.4299C89.1 61.2999 93.32 58.5299 97.59 56.2099C123.97 41.8999 151.49 44.8899 173.08 64.3999C176.77 67.7399 180.3 71.5699 183.58 75.7999C186.81 79.9699 189.6 84.2999 191.88 88.6599C205.36 114.45 201.32 141.84 180.8 163.8C177.49 167.35 173.75 170.74 169.69 173.87C165.48 177.12 161.08 179.99 156.62 182.39C145.57 188.33 134.33 191.27 123.44 191.27V191.28ZM130.69 60.9799C122.04 60.9799 113.08 63.3899 104.12 68.2599C100.5 70.2299 96.9 72.5899 93.42 75.2699C89.81 78.0599 86.49 81.0799 83.56 84.2499C67.1 102.02 63.91 123.11 74.58 143.65C76.5 147.34 78.88 151.04 81.66 154.62C84.39 158.15 87.32 161.34 90.38 164.1C107.54 179.6 128.76 181.81 150.14 170.33C153.94 168.29 157.7 165.84 161.31 163.04C164.79 160.35 167.97 157.46 170.79 154.45C187.34 136.74 190.51 115.63 179.74 95.0099C177.84 91.3699 175.48 87.7199 172.75 84.1899C169.97 80.5999 167 77.3599 163.91 74.5699C153.91 65.5399 142.59 60.9799 130.71 60.9799H130.69Z",
|
|
58
|
+
fill: "#DDDEE1"
|
|
59
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
60
|
+
d: "M179.96 171C176.42 166.07 172.62 166.1 168.91 168.97C165.43 171.66 164.5 175.3 168.21 180.09L172.45 185.57L184.2 176.48L179.96 171Z",
|
|
61
|
+
fill: "#DDDEE1"
|
|
62
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
63
|
+
d: "M187.155 174.199L169.513 187.839L202.665 230.717L220.307 217.077L187.155 174.199Z",
|
|
64
|
+
fill: "#DDDEE1"
|
|
65
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
66
|
+
d: "M184.32 176.391L172.35 185.646L183.592 200.186L195.562 190.932L184.32 176.391Z",
|
|
67
|
+
fill: "#B7B9BE"
|
|
68
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
69
|
+
d: "M133.191 135.999H123.188V135.365C122.847 128.249 126.886 120.545 132.628 117.392L132.735 117.335C132.891 117.254 133.041 117.16 133.187 117.063C136.32 115.043 138.103 111.565 137.993 107.733C137.884 103.937 135.925 100.598 132.753 98.8051C130.749 97.6711 128.515 97.0723 126.29 97.0723C119.516 97.0723 114.005 102.622 114.005 109.443H104C104 97.0689 113.999 87 126.289 87C130.227 87 134.156 88.0454 137.652 90.0226C143.914 93.5645 147.78 100.077 147.991 107.443C148.204 114.843 144.699 121.603 138.619 125.524C138.21 125.793 137.793 126.041 137.38 126.258C134.995 127.598 132.999 131.723 133.183 134.947L133.191 136V135.999Z",
|
|
70
|
+
fill: "#DDDEE1"
|
|
71
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
72
|
+
fillRule: "evenodd",
|
|
73
|
+
clipRule: "evenodd",
|
|
74
|
+
d: "M127.222 141.775C127.726 141.691 128.277 141.64 128.84 141.64C129.318 141.64 129.859 141.668 130.429 141.765C133.69 142.3 136.342 144.587 136.986 148.149L136.991 148.175L136.996 148.203C137.078 148.699 137.13 149.24 137.13 149.81C137.13 150.377 137.079 150.924 136.992 151.43L136.99 151.44C136.36 155.039 133.666 157.318 130.418 157.847C129.857 157.94 129.334 157.97 128.84 157.97C128.267 157.97 127.732 157.918 127.243 157.839L127.241 157.839C123.977 157.31 121.312 155.027 120.665 151.466L120.659 151.437L120.654 151.408C120.573 150.919 120.52 150.387 120.52 149.81C120.52 149.24 120.572 148.699 120.654 148.203L120.659 148.174L120.665 148.145C121.315 144.567 123.99 142.316 127.219 141.775L127.222 141.775Z",
|
|
75
|
+
fill: "#DDDEE1"
|
|
76
|
+
}));
|
|
11
77
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { FormattedMessage, useIntl } from 'react-intl-next';
|
|
3
|
-
import { fg } from
|
|
4
|
-
import { GenericErrorIcon } from
|
|
3
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
4
|
+
import { GenericErrorIcon } from '../../../../common/ui/icons/generic-error-icon';
|
|
5
5
|
import { messages } from '../../../../messages';
|
|
6
6
|
import { EmptyState } from '../../components/EmptyState';
|
|
7
7
|
import { ErrorSVG } from './error-svg';
|
|
@@ -9,10 +9,7 @@ var RelatedLinksUnavailableView = function RelatedLinksUnavailableView() {
|
|
|
9
9
|
var intl = useIntl();
|
|
10
10
|
return fg('platform-linking-visual-refresh-v2') ? /*#__PURE__*/React.createElement(EmptyState, {
|
|
11
11
|
renderImage: function renderImage() {
|
|
12
|
-
return /*#__PURE__*/React.createElement(SpotSearchNoResult,
|
|
13
|
-
size: 'large',
|
|
14
|
-
alt: intl.formatMessage(messages.related_links_modal_unavailable_title)
|
|
15
|
-
});
|
|
12
|
+
return /*#__PURE__*/React.createElement(SpotSearchNoResult, null);
|
|
16
13
|
},
|
|
17
14
|
header: intl.formatMessage(messages.related_links_modal_unavailable_title),
|
|
18
15
|
description: /*#__PURE__*/React.createElement(FormattedMessage, messages.related_links_modal_unavailable_description)
|
package/dist/types/index.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ export { contentFooterClassName, metadataListClassName, blockCardResolvingViewCl
|
|
|
10
10
|
export { loadingPlaceholderClassName } from './view/CardWithUrl/component-lazy/LazyFallback';
|
|
11
11
|
export { ActionName, ElementName, MediaPlacement, SmartLinkDirection, SmartLinkPosition, SmartLinkSize, SmartLinkTheme, } from './constants';
|
|
12
12
|
export { MetadataBlock, PreviewBlock, SnippetBlock, TitleBlock, FooterBlock, CustomBlock, } from './view/FlexibleCard/components/blocks';
|
|
13
|
+
export { AssignedToElement, AssignedToGroupElement, AttachmentCountElement, AuthorGroupElement, ChecklistProgressElement, CollaboratorGroupElement, CommentCountElement, CreatedOnElement, CreatedByElement, DueOnElement, LatestCommitElement, LinkIconElement, LocationElement, ModifiedByElement, ModifiedOnElement, OwnedByElement, OwnedByGroupElement, PreviewElement, PriorityElement, ProgrammingLanguageElement, ProviderElement, ReactCountElement, ReadTimeElement, SentOnElement, SnippetElement, SourceBranchElement, StateElement, StoryPointsElement, SubscriberCountElement, SubTasksProgressElement, TargetBranchElement, TitleElement, ViewCountElement, VoteCountElement, } from './view/FlexibleCard/external';
|
|
13
14
|
export type { ActionItem, ElementItem, OnActionMenuOpenChangeOptions, } from './view/FlexibleCard/components/blocks/types';
|
|
14
15
|
export type { AnalyticsAction, AnalyticsActionSubject, AnalyticsPayload, AnalyticsHandler, } from './utils/types';
|
|
15
16
|
/** @deprecated {@link https://hello.atlassian.net/browse/ENGHEALTH-661 Internal documentation for deprecation (no external access)} */
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
|
|
2
|
+
import { type FlexibleUiOptions } from '../view/FlexibleCard/types';
|
|
3
|
+
export declare const isFlexibleUiCard: (children?: React.ReactNode, ui?: FlexibleUiOptions) => boolean;
|
|
3
4
|
export declare const isStyleCacheProvider: (node: React.ReactPortal | React.ReactElement<unknown, string | React.JSXElementConstructor<any>>) => boolean;
|
|
4
5
|
export declare const isFlexibleUiBlock: (node: React.ReactNode) => boolean;
|
|
5
6
|
export declare const isFlexibleUiElement: (node: React.ReactNode) => boolean;
|
|
@@ -21,5 +21,5 @@ export declare const getFlexibleUiBlock: (node: React.ReactNode) => React.ReactN
|
|
|
21
21
|
* @internal
|
|
22
22
|
* @see Block
|
|
23
23
|
*/
|
|
24
|
-
declare const Container: ({ children, clickableContainer, hideBackground, hideElevation, hidePadding, onClick, retry, showHoverPreview, hoverPreviewOptions, actionOptions, size, status, testId, theme, }: ContainerProps) => JSX.Element;
|
|
24
|
+
declare const Container: ({ children, clickableContainer, hideBackground, hideElevation, hidePadding, onClick, retry, showHoverPreview, hoverPreviewOptions, actionOptions, removeBlockRestriction, size, status, testId, theme, }: ContainerProps) => JSX.Element;
|
|
25
25
|
export default Container;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file contains export components and API for FlexibleCard components.
|
|
3
|
+
* For internal usage for access to all available props, please use following
|
|
4
|
+
* - ./components/elements for metadata component
|
|
5
|
+
* - ./components/actions for action component
|
|
6
|
+
*
|
|
7
|
+
* DO NOT add a new prop to these components until we are ready to support it externally.
|
|
8
|
+
*/
|
|
9
|
+
import React from 'react';
|
|
10
|
+
import { type LinkProps } from './components/elements/link/types';
|
|
11
|
+
import type { TextProps } from './components/elements/text/types';
|
|
12
|
+
export declare const AssignedToElement: () => React.JSX.Element;
|
|
13
|
+
export declare const AssignedToGroupElement: () => React.JSX.Element;
|
|
14
|
+
export declare const AttachmentCountElement: () => React.JSX.Element;
|
|
15
|
+
export declare const AuthorGroupElement: () => React.JSX.Element;
|
|
16
|
+
export declare const ChecklistProgressElement: () => React.JSX.Element;
|
|
17
|
+
export declare const CollaboratorGroupElement: () => React.JSX.Element;
|
|
18
|
+
export declare const CommentCountElement: () => React.JSX.Element;
|
|
19
|
+
export declare const CreatedOnElement: () => React.JSX.Element;
|
|
20
|
+
export declare const CreatedByElement: () => React.JSX.Element;
|
|
21
|
+
export declare const DueOnElement: () => React.JSX.Element;
|
|
22
|
+
export declare const LatestCommitElement: () => React.JSX.Element;
|
|
23
|
+
export declare const LinkIconElement: () => React.JSX.Element;
|
|
24
|
+
export declare const LocationElement: () => React.JSX.Element;
|
|
25
|
+
export declare const ModifiedByElement: () => React.JSX.Element;
|
|
26
|
+
export declare const ModifiedOnElement: () => React.JSX.Element;
|
|
27
|
+
export declare const OwnedByElement: () => React.JSX.Element;
|
|
28
|
+
export declare const OwnedByGroupElement: () => React.JSX.Element;
|
|
29
|
+
export declare const PreviewElement: () => React.JSX.Element;
|
|
30
|
+
export declare const PriorityElement: () => React.JSX.Element;
|
|
31
|
+
export declare const ProgrammingLanguageElement: () => React.JSX.Element;
|
|
32
|
+
export declare const ProviderElement: () => React.JSX.Element;
|
|
33
|
+
export declare const ReactCountElement: () => React.JSX.Element;
|
|
34
|
+
export declare const ReadTimeElement: () => React.JSX.Element;
|
|
35
|
+
export declare const SentOnElement: () => React.JSX.Element;
|
|
36
|
+
export type SnippetElementProps = Pick<TextProps, 'maxLines'> & {
|
|
37
|
+
text?: TextProps['content'];
|
|
38
|
+
};
|
|
39
|
+
export declare const SnippetElement: (props: SnippetElementProps) => React.JSX.Element;
|
|
40
|
+
export declare const SourceBranchElement: () => React.JSX.Element;
|
|
41
|
+
export declare const StateElement: () => React.JSX.Element;
|
|
42
|
+
export declare const StoryPointsElement: () => React.JSX.Element;
|
|
43
|
+
export declare const SubscriberCountElement: () => React.JSX.Element;
|
|
44
|
+
export declare const SubTasksProgressElement: () => React.JSX.Element;
|
|
45
|
+
export declare const TargetBranchElement: () => React.JSX.Element;
|
|
46
|
+
export type TitleElementProps = Pick<LinkProps, 'hideTooltip' | 'maxLines' | 'target' | 'text'>;
|
|
47
|
+
export declare const TitleElement: (props: TitleElementProps) => React.JSX.Element;
|
|
48
|
+
export declare const ViewCountElement: () => React.JSX.Element;
|
|
49
|
+
export declare const VoteCountElement: () => React.JSX.Element;
|
|
@@ -108,6 +108,13 @@ export type FlexibleUiOptions = {
|
|
|
108
108
|
* Determines whether to hide css background color styling.
|
|
109
109
|
*/
|
|
110
110
|
hideBackground?: boolean;
|
|
111
|
+
/**
|
|
112
|
+
* Remove TitleBlock requirement and child component restriction.
|
|
113
|
+
* When `true`, Card with any children will be rendered as flexible card.
|
|
114
|
+
* Card will no longer remove child components that are not flexible card blocks.
|
|
115
|
+
* TitleBlock is no longer required.
|
|
116
|
+
*/
|
|
117
|
+
removeBlockRestriction?: boolean;
|
|
111
118
|
/**
|
|
112
119
|
* Determines the default padding and sizing of the underlying blocks and
|
|
113
120
|
* elements within Flexible UI.
|
package/dist/types/view/RelatedLinksModal/views/errored/error-svg/search-no-result/index.d.ts
CHANGED
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export declare const SpotSearchNoResult: (props: RenderSVGProps) => React.JSX.Element;
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const SpotSearchNoResult: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
@@ -10,6 +10,7 @@ export { contentFooterClassName, metadataListClassName, blockCardResolvingViewCl
|
|
|
10
10
|
export { loadingPlaceholderClassName } from './view/CardWithUrl/component-lazy/LazyFallback';
|
|
11
11
|
export { ActionName, ElementName, MediaPlacement, SmartLinkDirection, SmartLinkPosition, SmartLinkSize, SmartLinkTheme, } from './constants';
|
|
12
12
|
export { MetadataBlock, PreviewBlock, SnippetBlock, TitleBlock, FooterBlock, CustomBlock, } from './view/FlexibleCard/components/blocks';
|
|
13
|
+
export { AssignedToElement, AssignedToGroupElement, AttachmentCountElement, AuthorGroupElement, ChecklistProgressElement, CollaboratorGroupElement, CommentCountElement, CreatedOnElement, CreatedByElement, DueOnElement, LatestCommitElement, LinkIconElement, LocationElement, ModifiedByElement, ModifiedOnElement, OwnedByElement, OwnedByGroupElement, PreviewElement, PriorityElement, ProgrammingLanguageElement, ProviderElement, ReactCountElement, ReadTimeElement, SentOnElement, SnippetElement, SourceBranchElement, StateElement, StoryPointsElement, SubscriberCountElement, SubTasksProgressElement, TargetBranchElement, TitleElement, ViewCountElement, VoteCountElement, } from './view/FlexibleCard/external';
|
|
13
14
|
export type { ActionItem, ElementItem, OnActionMenuOpenChangeOptions, } from './view/FlexibleCard/components/blocks/types';
|
|
14
15
|
export type { AnalyticsAction, AnalyticsActionSubject, AnalyticsPayload, AnalyticsHandler, } from './utils/types';
|
|
15
16
|
/** @deprecated {@link https://hello.atlassian.net/browse/ENGHEALTH-661 Internal documentation for deprecation (no external access)} */
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
|
|
2
|
+
import { type FlexibleUiOptions } from '../view/FlexibleCard/types';
|
|
3
|
+
export declare const isFlexibleUiCard: (children?: React.ReactNode, ui?: FlexibleUiOptions) => boolean;
|
|
3
4
|
export declare const isStyleCacheProvider: (node: React.ReactPortal | React.ReactElement<unknown, string | React.JSXElementConstructor<any>>) => boolean;
|
|
4
5
|
export declare const isFlexibleUiBlock: (node: React.ReactNode) => boolean;
|
|
5
6
|
export declare const isFlexibleUiElement: (node: React.ReactNode) => boolean;
|
|
@@ -21,5 +21,5 @@ export declare const getFlexibleUiBlock: (node: React.ReactNode) => React.ReactN
|
|
|
21
21
|
* @internal
|
|
22
22
|
* @see Block
|
|
23
23
|
*/
|
|
24
|
-
declare const Container: ({ children, clickableContainer, hideBackground, hideElevation, hidePadding, onClick, retry, showHoverPreview, hoverPreviewOptions, actionOptions, size, status, testId, theme, }: ContainerProps) => JSX.Element;
|
|
24
|
+
declare const Container: ({ children, clickableContainer, hideBackground, hideElevation, hidePadding, onClick, retry, showHoverPreview, hoverPreviewOptions, actionOptions, removeBlockRestriction, size, status, testId, theme, }: ContainerProps) => JSX.Element;
|
|
25
25
|
export default Container;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file contains export components and API for FlexibleCard components.
|
|
3
|
+
* For internal usage for access to all available props, please use following
|
|
4
|
+
* - ./components/elements for metadata component
|
|
5
|
+
* - ./components/actions for action component
|
|
6
|
+
*
|
|
7
|
+
* DO NOT add a new prop to these components until we are ready to support it externally.
|
|
8
|
+
*/
|
|
9
|
+
import React from 'react';
|
|
10
|
+
import { type LinkProps } from './components/elements/link/types';
|
|
11
|
+
import type { TextProps } from './components/elements/text/types';
|
|
12
|
+
export declare const AssignedToElement: () => React.JSX.Element;
|
|
13
|
+
export declare const AssignedToGroupElement: () => React.JSX.Element;
|
|
14
|
+
export declare const AttachmentCountElement: () => React.JSX.Element;
|
|
15
|
+
export declare const AuthorGroupElement: () => React.JSX.Element;
|
|
16
|
+
export declare const ChecklistProgressElement: () => React.JSX.Element;
|
|
17
|
+
export declare const CollaboratorGroupElement: () => React.JSX.Element;
|
|
18
|
+
export declare const CommentCountElement: () => React.JSX.Element;
|
|
19
|
+
export declare const CreatedOnElement: () => React.JSX.Element;
|
|
20
|
+
export declare const CreatedByElement: () => React.JSX.Element;
|
|
21
|
+
export declare const DueOnElement: () => React.JSX.Element;
|
|
22
|
+
export declare const LatestCommitElement: () => React.JSX.Element;
|
|
23
|
+
export declare const LinkIconElement: () => React.JSX.Element;
|
|
24
|
+
export declare const LocationElement: () => React.JSX.Element;
|
|
25
|
+
export declare const ModifiedByElement: () => React.JSX.Element;
|
|
26
|
+
export declare const ModifiedOnElement: () => React.JSX.Element;
|
|
27
|
+
export declare const OwnedByElement: () => React.JSX.Element;
|
|
28
|
+
export declare const OwnedByGroupElement: () => React.JSX.Element;
|
|
29
|
+
export declare const PreviewElement: () => React.JSX.Element;
|
|
30
|
+
export declare const PriorityElement: () => React.JSX.Element;
|
|
31
|
+
export declare const ProgrammingLanguageElement: () => React.JSX.Element;
|
|
32
|
+
export declare const ProviderElement: () => React.JSX.Element;
|
|
33
|
+
export declare const ReactCountElement: () => React.JSX.Element;
|
|
34
|
+
export declare const ReadTimeElement: () => React.JSX.Element;
|
|
35
|
+
export declare const SentOnElement: () => React.JSX.Element;
|
|
36
|
+
export type SnippetElementProps = Pick<TextProps, 'maxLines'> & {
|
|
37
|
+
text?: TextProps['content'];
|
|
38
|
+
};
|
|
39
|
+
export declare const SnippetElement: (props: SnippetElementProps) => React.JSX.Element;
|
|
40
|
+
export declare const SourceBranchElement: () => React.JSX.Element;
|
|
41
|
+
export declare const StateElement: () => React.JSX.Element;
|
|
42
|
+
export declare const StoryPointsElement: () => React.JSX.Element;
|
|
43
|
+
export declare const SubscriberCountElement: () => React.JSX.Element;
|
|
44
|
+
export declare const SubTasksProgressElement: () => React.JSX.Element;
|
|
45
|
+
export declare const TargetBranchElement: () => React.JSX.Element;
|
|
46
|
+
export type TitleElementProps = Pick<LinkProps, 'hideTooltip' | 'maxLines' | 'target' | 'text'>;
|
|
47
|
+
export declare const TitleElement: (props: TitleElementProps) => React.JSX.Element;
|
|
48
|
+
export declare const ViewCountElement: () => React.JSX.Element;
|
|
49
|
+
export declare const VoteCountElement: () => React.JSX.Element;
|
|
@@ -108,6 +108,13 @@ export type FlexibleUiOptions = {
|
|
|
108
108
|
* Determines whether to hide css background color styling.
|
|
109
109
|
*/
|
|
110
110
|
hideBackground?: boolean;
|
|
111
|
+
/**
|
|
112
|
+
* Remove TitleBlock requirement and child component restriction.
|
|
113
|
+
* When `true`, Card with any children will be rendered as flexible card.
|
|
114
|
+
* Card will no longer remove child components that are not flexible card blocks.
|
|
115
|
+
* TitleBlock is no longer required.
|
|
116
|
+
*/
|
|
117
|
+
removeBlockRestriction?: boolean;
|
|
111
118
|
/**
|
|
112
119
|
* Determines the default padding and sizing of the underlying blocks and
|
|
113
120
|
* elements within Flexible UI.
|
package/dist/types-ts4.5/view/RelatedLinksModal/views/errored/error-svg/search-no-result/index.d.ts
CHANGED
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export declare const SpotSearchNoResult: (props: RenderSVGProps) => React.JSX.Element;
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const SpotSearchNoResult: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/smart-card",
|
|
3
|
-
"version": "36.
|
|
3
|
+
"version": "36.6.0",
|
|
4
4
|
"description": "Smart card component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@atlaskit/heading": "^5.2.0",
|
|
42
42
|
"@atlaskit/icon": "^25.5.0",
|
|
43
43
|
"@atlaskit/icon-file-type": "^7.0.0",
|
|
44
|
-
"@atlaskit/icon-lab": "^4.
|
|
44
|
+
"@atlaskit/icon-lab": "^4.7.0",
|
|
45
45
|
"@atlaskit/icon-object": "^7.0.0",
|
|
46
46
|
"@atlaskit/icon-priority": "^6.3.0",
|
|
47
47
|
"@atlaskit/image": "^3.0.0",
|
|
@@ -50,9 +50,9 @@
|
|
|
50
50
|
"@atlaskit/link": "^3.1.0",
|
|
51
51
|
"@atlaskit/link-analytics": "^9.1.0",
|
|
52
52
|
"@atlaskit/link-client-extension": "^4.0.0",
|
|
53
|
-
"@atlaskit/link-extractors": "^2.
|
|
53
|
+
"@atlaskit/link-extractors": "^2.1.0",
|
|
54
54
|
"@atlaskit/linking-common": "^8.0.0",
|
|
55
|
-
"@atlaskit/linking-types": "^9.
|
|
55
|
+
"@atlaskit/linking-types": "^9.8.0",
|
|
56
56
|
"@atlaskit/logo": "^16.0.0",
|
|
57
57
|
"@atlaskit/lozenge": "^12.2.0",
|
|
58
58
|
"@atlaskit/menu": "^3.2.0",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"@atlaskit/popup": "^4.0.0",
|
|
63
63
|
"@atlaskit/primitives": "^14.4.0",
|
|
64
64
|
"@atlaskit/section-message": "^8.2.0",
|
|
65
|
-
"@atlaskit/select": "^20.
|
|
65
|
+
"@atlaskit/select": "^20.3.0",
|
|
66
66
|
"@atlaskit/spinner": "^18.0.0",
|
|
67
67
|
"@atlaskit/textarea": "^8.0.0",
|
|
68
68
|
"@atlaskit/textfield": "^8.0.0",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"@atlaskit/css-reset": "^7.2.0",
|
|
98
98
|
"@atlaskit/link-test-helpers": "^8.0.0",
|
|
99
99
|
"@atlaskit/media-test-helpers": "^35.0.0",
|
|
100
|
-
"@atlaskit/react-ufo": "^3.
|
|
100
|
+
"@atlaskit/react-ufo": "^3.5.0",
|
|
101
101
|
"@atlaskit/ssr": "^0.4.0",
|
|
102
102
|
"@atlaskit/visual-regression": "^0.10.0",
|
|
103
103
|
"@atlassian/analytics-tooling": "^0.5.0",
|
|
@@ -217,6 +217,9 @@
|
|
|
217
217
|
},
|
|
218
218
|
"platform-linking-visual-refresh-v2": {
|
|
219
219
|
"type": "boolean"
|
|
220
|
+
},
|
|
221
|
+
"platform-linking-flexible-card-openness": {
|
|
222
|
+
"type": "boolean"
|
|
220
223
|
}
|
|
221
224
|
}
|
|
222
225
|
}
|