@atlaskit/smart-card 43.14.4 → 43.15.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 +18 -0
- package/dist/cjs/messages.js +1 -0
- package/dist/cjs/utils/analytics/analytics.js +1 -1
- package/dist/cjs/view/InlineCard/ResolvingView/index.js +2 -1
- package/dist/cjs/view/LinkUrl/index.js +1 -1
- package/dist/es2019/messages.js +1 -0
- package/dist/es2019/utils/analytics/analytics.js +1 -1
- package/dist/es2019/view/InlineCard/ResolvingView/index.js +2 -1
- package/dist/es2019/view/LinkUrl/index.js +1 -1
- package/dist/esm/messages.js +1 -0
- package/dist/esm/utils/analytics/analytics.js +1 -1
- package/dist/esm/view/InlineCard/ResolvingView/index.js +2 -1
- package/dist/esm/view/LinkUrl/index.js +1 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @atlaskit/smart-card
|
|
2
2
|
|
|
3
|
+
## 43.15.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`972144924b62d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/972144924b62d) -
|
|
8
|
+
Adds interactionName to spinners for rovo chat
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
14
|
+
## 43.14.5
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- [`26c3e5a39fee6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/26c3e5a39fee6) -
|
|
19
|
+
Suppress i18n phase 2 rules
|
|
20
|
+
|
|
3
21
|
## 43.14.4
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
package/dist/cjs/messages.js
CHANGED
|
@@ -792,6 +792,7 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
|
|
|
792
792
|
},
|
|
793
793
|
user_attributes: {
|
|
794
794
|
id: 'fabric.linking.user_attributes',
|
|
795
|
+
// eslint-disable-next-line @atlassian/i18n/no-useless-message
|
|
795
796
|
defaultMessage: '{context}',
|
|
796
797
|
description: 'Displays user attributes like role, department, location, and pronouns'
|
|
797
798
|
},
|
|
@@ -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.14.
|
|
14
|
+
packageVersion: "43.14.5"
|
|
15
15
|
};
|
|
16
16
|
var TrackQuickActionType = exports.TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
17
17
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
|
@@ -32,7 +32,8 @@ var InlineCardResolvingView = exports.InlineCardResolvingView = function InlineC
|
|
|
32
32
|
as: "span",
|
|
33
33
|
xcss: styles.spinnerWrapper
|
|
34
34
|
}, /*#__PURE__*/_react.default.createElement(_spinner.default, {
|
|
35
|
-
size: 14
|
|
35
|
+
size: 14,
|
|
36
|
+
interactionName: "smart-card-inline-card-spinner"
|
|
36
37
|
}));
|
|
37
38
|
}, []);
|
|
38
39
|
if (inlinePreloaderStyle === 'on-right-without-skeleton') {
|
|
@@ -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.14.
|
|
25
|
+
packageVersion: "43.14.5",
|
|
26
26
|
componentName: 'linkUrl'
|
|
27
27
|
};
|
|
28
28
|
var Anchor = (0, _click.withLinkClickedEvent)('a');
|
package/dist/es2019/messages.js
CHANGED
|
@@ -786,6 +786,7 @@ export const messages = defineMessages({
|
|
|
786
786
|
},
|
|
787
787
|
user_attributes: {
|
|
788
788
|
id: 'fabric.linking.user_attributes',
|
|
789
|
+
// eslint-disable-next-line @atlassian/i18n/no-useless-message
|
|
789
790
|
defaultMessage: '{context}',
|
|
790
791
|
description: 'Displays user attributes like role, department, location, and pronouns'
|
|
791
792
|
},
|
|
@@ -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.14.
|
|
5
|
+
packageVersion: "43.14.5"
|
|
6
6
|
};
|
|
7
7
|
export let TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
8
8
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
|
@@ -24,7 +24,8 @@ export const InlineCardResolvingView = ({
|
|
|
24
24
|
as: "span",
|
|
25
25
|
xcss: styles.spinnerWrapper
|
|
26
26
|
}, /*#__PURE__*/React.createElement(Spinner, {
|
|
27
|
-
size: 14
|
|
27
|
+
size: 14,
|
|
28
|
+
interactionName: "smart-card-inline-card-spinner"
|
|
28
29
|
})), []);
|
|
29
30
|
if (inlinePreloaderStyle === 'on-right-without-skeleton') {
|
|
30
31
|
return /*#__PURE__*/React.createElement(Frame, {
|
|
@@ -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: "43.14.
|
|
15
|
+
packageVersion: "43.14.5",
|
|
16
16
|
componentName: 'linkUrl'
|
|
17
17
|
};
|
|
18
18
|
const Anchor = withLinkClickedEvent('a');
|
package/dist/esm/messages.js
CHANGED
|
@@ -786,6 +786,7 @@ export var messages = defineMessages({
|
|
|
786
786
|
},
|
|
787
787
|
user_attributes: {
|
|
788
788
|
id: 'fabric.linking.user_attributes',
|
|
789
|
+
// eslint-disable-next-line @atlassian/i18n/no-useless-message
|
|
789
790
|
defaultMessage: '{context}',
|
|
790
791
|
description: 'Displays user attributes like role, department, location, and pronouns'
|
|
791
792
|
},
|
|
@@ -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: "43.14.
|
|
7
|
+
packageVersion: "43.14.5"
|
|
8
8
|
};
|
|
9
9
|
export var TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
10
10
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
|
@@ -25,7 +25,8 @@ export var InlineCardResolvingView = function InlineCardResolvingView(_ref) {
|
|
|
25
25
|
as: "span",
|
|
26
26
|
xcss: styles.spinnerWrapper
|
|
27
27
|
}, /*#__PURE__*/React.createElement(Spinner, {
|
|
28
|
-
size: 14
|
|
28
|
+
size: 14,
|
|
29
|
+
interactionName: "smart-card-inline-card-spinner"
|
|
29
30
|
}));
|
|
30
31
|
}, []);
|
|
31
32
|
if (inlinePreloaderStyle === 'on-right-without-skeleton') {
|
|
@@ -15,7 +15,7 @@ import LinkWarningModal from './LinkWarningModal';
|
|
|
15
15
|
import { useLinkWarningModal } from './LinkWarningModal/hooks/use-link-warning-modal';
|
|
16
16
|
var PACKAGE_DATA = {
|
|
17
17
|
packageName: "@atlaskit/smart-card",
|
|
18
|
-
packageVersion: "43.14.
|
|
18
|
+
packageVersion: "43.14.5",
|
|
19
19
|
componentName: 'linkUrl'
|
|
20
20
|
};
|
|
21
21
|
var Anchor = withLinkClickedEvent('a');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/smart-card",
|
|
3
|
-
"version": "43.
|
|
3
|
+
"version": "43.15.0",
|
|
4
4
|
"description": "Smart card component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -33,13 +33,13 @@
|
|
|
33
33
|
"@atlaskit/avatar": "^25.5.0",
|
|
34
34
|
"@atlaskit/avatar-group": "^12.4.0",
|
|
35
35
|
"@atlaskit/badge": "^18.2.0",
|
|
36
|
-
"@atlaskit/button": "^23.
|
|
37
|
-
"@atlaskit/checkbox": "^17.
|
|
36
|
+
"@atlaskit/button": "^23.7.0",
|
|
37
|
+
"@atlaskit/checkbox": "^17.2.0",
|
|
38
38
|
"@atlaskit/css": "^0.17.0",
|
|
39
39
|
"@atlaskit/dropdown-menu": "^16.3.0",
|
|
40
40
|
"@atlaskit/embedded-confluence": "^4.3.0",
|
|
41
41
|
"@atlaskit/feature-gate-js-client": "^5.5.0",
|
|
42
|
-
"@atlaskit/form": "^
|
|
42
|
+
"@atlaskit/form": "^15.0.0",
|
|
43
43
|
"@atlaskit/frontend-utilities": "^3.2.0",
|
|
44
44
|
"@atlaskit/heading": "^5.2.0",
|
|
45
45
|
"@atlaskit/icon": "^29.0.0",
|
|
@@ -59,20 +59,20 @@
|
|
|
59
59
|
"@atlaskit/logo": "^19.9.0",
|
|
60
60
|
"@atlaskit/lozenge": "^13.1.0",
|
|
61
61
|
"@atlaskit/menu": "^8.4.0",
|
|
62
|
-
"@atlaskit/modal-dialog": "^14.
|
|
62
|
+
"@atlaskit/modal-dialog": "^14.8.0",
|
|
63
63
|
"@atlaskit/outbound-auth-flow-client": "^3.4.0",
|
|
64
64
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
65
65
|
"@atlaskit/platform-feature-flags-react": "^0.4.0",
|
|
66
|
-
"@atlaskit/popup": "^4.
|
|
66
|
+
"@atlaskit/popup": "^4.7.0",
|
|
67
67
|
"@atlaskit/primitives": "^16.4.0",
|
|
68
|
-
"@atlaskit/section-message": "^8.
|
|
69
|
-
"@atlaskit/select": "^21.
|
|
68
|
+
"@atlaskit/section-message": "^8.10.0",
|
|
69
|
+
"@atlaskit/select": "^21.5.0",
|
|
70
70
|
"@atlaskit/spinner": "^19.0.0",
|
|
71
|
-
"@atlaskit/textarea": "^8.
|
|
72
|
-
"@atlaskit/textfield": "^8.
|
|
71
|
+
"@atlaskit/textarea": "^8.2.0",
|
|
72
|
+
"@atlaskit/textfield": "^8.2.0",
|
|
73
73
|
"@atlaskit/theme": "^21.0.0",
|
|
74
74
|
"@atlaskit/tile": "^1.0.0",
|
|
75
|
-
"@atlaskit/tmp-editor-statsig": "^15.
|
|
75
|
+
"@atlaskit/tmp-editor-statsig": "^15.9.0",
|
|
76
76
|
"@atlaskit/tokens": "^8.4.0",
|
|
77
77
|
"@atlaskit/tooltip": "^20.11.0",
|
|
78
78
|
"@atlaskit/ufo": "^0.4.0",
|