@atlaskit/smart-card 27.14.0 → 27.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 +12 -0
- package/dist/cjs/utils/analytics/analytics.js +1 -1
- package/dist/cjs/view/InlineCard/Icon.js +1 -1
- package/dist/cjs/view/LinkUrl/index.js +1 -1
- package/dist/es2019/utils/analytics/analytics.js +1 -1
- package/dist/es2019/view/InlineCard/Icon.js +2 -2
- package/dist/es2019/view/LinkUrl/index.js +1 -1
- package/dist/esm/utils/analytics/analytics.js +1 -1
- package/dist/esm/view/InlineCard/Icon.js +2 -2
- package/dist/esm/view/LinkUrl/index.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/smart-card
|
|
2
2
|
|
|
3
|
+
## 27.15.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#129411](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/129411)
|
|
8
|
+
[`c9cd233ada48c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c9cd233ada48c) -
|
|
9
|
+
EDM-10579 Fix smart-card SSR loading shimmer
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 27.14.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
|
@@ -22,7 +22,7 @@ var ANALYTICS_CHANNEL = exports.ANALYTICS_CHANNEL = 'media';
|
|
|
22
22
|
var context = exports.context = {
|
|
23
23
|
componentName: 'smart-cards',
|
|
24
24
|
packageName: "@atlaskit/smart-card",
|
|
25
|
-
packageVersion: "27.
|
|
25
|
+
packageVersion: "27.15.0"
|
|
26
26
|
};
|
|
27
27
|
var TrackQuickActionType = exports.TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
28
28
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
|
@@ -60,7 +60,7 @@ var Shimmer = exports.Shimmer = function Shimmer(_ref) {
|
|
|
60
60
|
transform: 'translate(-50%, -50%)',
|
|
61
61
|
marginRight: "var(--ds-space-050, 4px)"
|
|
62
62
|
};
|
|
63
|
-
return /*#__PURE__*/_react.default.createElement(_linkingCommon.
|
|
63
|
+
return /*#__PURE__*/_react.default.createElement(_linkingCommon.SpanSkeleton, {
|
|
64
64
|
width: (0, _platformFeatureFlags.fg)('linking-platform-increase-inline-card-icon-size') ? 16 : 14,
|
|
65
65
|
height: (0, _platformFeatureFlags.fg)('linking-platform-increase-inline-card-icon-size') ? 16 : 14,
|
|
66
66
|
borderRadius: 2,
|
|
@@ -17,7 +17,7 @@ var _excluded = ["href", "children", "checkSafety", "onClick", "testId"],
|
|
|
17
17
|
_excluded2 = ["isLinkSafe", "showSafetyWarningModal"];
|
|
18
18
|
var PACKAGE_DATA = {
|
|
19
19
|
packageName: "@atlaskit/smart-card",
|
|
20
|
-
packageVersion: "27.
|
|
20
|
+
packageVersion: "27.15.0",
|
|
21
21
|
componentName: 'linkUrl'
|
|
22
22
|
};
|
|
23
23
|
var Link = (0, _click.withLinkClickedEvent)('a');
|
|
@@ -4,7 +4,7 @@ export const ANALYTICS_CHANNEL = 'media';
|
|
|
4
4
|
export const context = {
|
|
5
5
|
componentName: 'smart-cards',
|
|
6
6
|
packageName: "@atlaskit/smart-card",
|
|
7
|
-
packageVersion: "27.
|
|
7
|
+
packageVersion: "27.15.0"
|
|
8
8
|
};
|
|
9
9
|
export let TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
10
10
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
2
2
|
import styled from '@emotion/styled';
|
|
3
|
-
import {
|
|
3
|
+
import { SpanSkeleton } from '@atlaskit/linking-common';
|
|
4
4
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
5
5
|
import React from 'react';
|
|
6
6
|
|
|
@@ -54,7 +54,7 @@ export const Shimmer = ({
|
|
|
54
54
|
transform: 'translate(-50%, -50%)',
|
|
55
55
|
marginRight: "var(--ds-space-050, 4px)"
|
|
56
56
|
};
|
|
57
|
-
return /*#__PURE__*/React.createElement(
|
|
57
|
+
return /*#__PURE__*/React.createElement(SpanSkeleton, {
|
|
58
58
|
width: fg('linking-platform-increase-inline-card-icon-size') ? 16 : 14,
|
|
59
59
|
height: fg('linking-platform-increase-inline-card-icon-size') ? 16 : 14,
|
|
60
60
|
borderRadius: 2,
|
|
@@ -7,7 +7,7 @@ import { useLinkWarningModal } from './LinkWarningModal/hooks/use-link-warning-m
|
|
|
7
7
|
import LinkWarningModal from './LinkWarningModal';
|
|
8
8
|
const PACKAGE_DATA = {
|
|
9
9
|
packageName: "@atlaskit/smart-card",
|
|
10
|
-
packageVersion: "27.
|
|
10
|
+
packageVersion: "27.15.0",
|
|
11
11
|
componentName: 'linkUrl'
|
|
12
12
|
};
|
|
13
13
|
const Link = withLinkClickedEvent('a');
|
|
@@ -15,7 +15,7 @@ export var ANALYTICS_CHANNEL = 'media';
|
|
|
15
15
|
export var context = {
|
|
16
16
|
componentName: 'smart-cards',
|
|
17
17
|
packageName: "@atlaskit/smart-card",
|
|
18
|
-
packageVersion: "27.
|
|
18
|
+
packageVersion: "27.15.0"
|
|
19
19
|
};
|
|
20
20
|
export var TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
21
21
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
2
2
|
import styled from '@emotion/styled';
|
|
3
|
-
import {
|
|
3
|
+
import { SpanSkeleton } from '@atlaskit/linking-common';
|
|
4
4
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
5
5
|
import React from 'react';
|
|
6
6
|
|
|
@@ -53,7 +53,7 @@ export var Shimmer = function Shimmer(_ref) {
|
|
|
53
53
|
transform: 'translate(-50%, -50%)',
|
|
54
54
|
marginRight: "var(--ds-space-050, 4px)"
|
|
55
55
|
};
|
|
56
|
-
return /*#__PURE__*/React.createElement(
|
|
56
|
+
return /*#__PURE__*/React.createElement(SpanSkeleton, {
|
|
57
57
|
width: fg('linking-platform-increase-inline-card-icon-size') ? 16 : 14,
|
|
58
58
|
height: fg('linking-platform-increase-inline-card-icon-size') ? 16 : 14,
|
|
59
59
|
borderRadius: 2,
|
|
@@ -10,7 +10,7 @@ import { useLinkWarningModal } from './LinkWarningModal/hooks/use-link-warning-m
|
|
|
10
10
|
import LinkWarningModal from './LinkWarningModal';
|
|
11
11
|
var PACKAGE_DATA = {
|
|
12
12
|
packageName: "@atlaskit/smart-card",
|
|
13
|
-
packageVersion: "27.
|
|
13
|
+
packageVersion: "27.15.0",
|
|
14
14
|
componentName: 'linkUrl'
|
|
15
15
|
};
|
|
16
16
|
var Link = withLinkClickedEvent('a');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/smart-card",
|
|
3
|
-
"version": "27.
|
|
3
|
+
"version": "27.15.0",
|
|
4
4
|
"description": "Smart card component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -47,11 +47,11 @@
|
|
|
47
47
|
"@atlaskit/link-analytics": "^8.5.0",
|
|
48
48
|
"@atlaskit/link-client-extension": "^2.1.0",
|
|
49
49
|
"@atlaskit/link-extractors": "^1.7.0",
|
|
50
|
-
"@atlaskit/linking-common": "^5.
|
|
50
|
+
"@atlaskit/linking-common": "^5.11.0",
|
|
51
51
|
"@atlaskit/linking-types": "^9.0.0",
|
|
52
52
|
"@atlaskit/logo": "^14.2.0",
|
|
53
53
|
"@atlaskit/lozenge": "^11.10.0",
|
|
54
|
-
"@atlaskit/menu": "^2.
|
|
54
|
+
"@atlaskit/menu": "^2.12.0",
|
|
55
55
|
"@atlaskit/modal-dialog": "^12.15.0",
|
|
56
56
|
"@atlaskit/outbound-auth-flow-client": "^3.4.0",
|
|
57
57
|
"@atlaskit/platform-feature-flags": "^0.3.0",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"@atlaskit/spinner": "^16.3.0",
|
|
63
63
|
"@atlaskit/textarea": "^5.6.0",
|
|
64
64
|
"@atlaskit/textfield": "^6.5.0",
|
|
65
|
-
"@atlaskit/theme": "^
|
|
65
|
+
"@atlaskit/theme": "^13.0.0",
|
|
66
66
|
"@atlaskit/tokens": "^1.58.0",
|
|
67
67
|
"@atlaskit/tooltip": "^18.7.0",
|
|
68
68
|
"@atlaskit/ufo": "^0.3.0",
|