@atlaskit/smart-card 38.7.0 → 38.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/dist/cjs/utils/analytics/analytics.js +1 -1
- package/dist/cjs/utils/mocks.js +4 -6
- package/dist/cjs/view/LinkUrl/index.js +1 -1
- package/dist/es2019/utils/analytics/analytics.js +1 -1
- package/dist/es2019/utils/mocks.js +4 -6
- package/dist/es2019/view/LinkUrl/index.js +1 -1
- package/dist/esm/utils/analytics/analytics.js +1 -1
- package/dist/esm/utils/mocks.js +4 -6
- package/dist/esm/view/LinkUrl/index.js +1 -1
- package/dist/types/__fixtures__/figma-entity.d.ts +4 -6
- package/dist/types-ts4.5/__fixtures__/figma-entity.d.ts +4 -6
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @atlaskit/smart-card
|
|
2
2
|
|
|
3
|
+
## 38.7.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#165007](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/165007)
|
|
8
|
+
[`1f50b1c7072cf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1f50b1c7072cf) -
|
|
9
|
+
Remove atlassian:design and flattern the entity data
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
3
12
|
## 38.7.0
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|
|
@@ -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: "38.7.
|
|
14
|
+
packageVersion: "38.7.1"
|
|
15
15
|
};
|
|
16
16
|
var TrackQuickActionType = exports.TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
17
17
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
package/dist/cjs/utils/mocks.js
CHANGED
|
@@ -109,12 +109,10 @@ var entityDataResponse = {
|
|
|
109
109
|
thumbnail: {
|
|
110
110
|
externalUrl: 'https://www.ilovecheese.com'
|
|
111
111
|
},
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
iconUrl: 'https://www.ilovecheese.com'
|
|
117
|
-
}
|
|
112
|
+
liveEmbedUrl: 'https://www.ilovecheese.com',
|
|
113
|
+
type: 'FILE',
|
|
114
|
+
inspectUrl: 'https://www.ilovecheese.com',
|
|
115
|
+
iconUrl: 'https://www.ilovecheese.com'
|
|
118
116
|
}
|
|
119
117
|
};
|
|
120
118
|
var mocks = exports.mocks = {
|
|
@@ -20,7 +20,7 @@ var _excluded = ["href", "children", "checkSafety", "onClick", "testId", "isLink
|
|
|
20
20
|
_excluded2 = ["isLinkSafe", "showSafetyWarningModal"];
|
|
21
21
|
var PACKAGE_DATA = {
|
|
22
22
|
packageName: "@atlaskit/smart-card",
|
|
23
|
-
packageVersion: "38.7.
|
|
23
|
+
packageVersion: "38.7.1",
|
|
24
24
|
componentName: 'linkUrl'
|
|
25
25
|
};
|
|
26
26
|
var Anchor = (0, _click.withLinkClickedEvent)('a');
|
|
@@ -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: "38.7.
|
|
5
|
+
packageVersion: "38.7.1"
|
|
6
6
|
};
|
|
7
7
|
export let TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
8
8
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
|
@@ -91,12 +91,10 @@ const entityDataResponse = {
|
|
|
91
91
|
thumbnail: {
|
|
92
92
|
externalUrl: 'https://www.ilovecheese.com'
|
|
93
93
|
},
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
iconUrl: 'https://www.ilovecheese.com'
|
|
99
|
-
}
|
|
94
|
+
liveEmbedUrl: 'https://www.ilovecheese.com',
|
|
95
|
+
type: 'FILE',
|
|
96
|
+
inspectUrl: 'https://www.ilovecheese.com',
|
|
97
|
+
iconUrl: 'https://www.ilovecheese.com'
|
|
100
98
|
}
|
|
101
99
|
};
|
|
102
100
|
export const mocks = {
|
|
@@ -10,7 +10,7 @@ import LinkWarningModal from './LinkWarningModal';
|
|
|
10
10
|
import { useLinkWarningModal } from './LinkWarningModal/hooks/use-link-warning-modal';
|
|
11
11
|
const PACKAGE_DATA = {
|
|
12
12
|
packageName: "@atlaskit/smart-card",
|
|
13
|
-
packageVersion: "38.7.
|
|
13
|
+
packageVersion: "38.7.1",
|
|
14
14
|
componentName: 'linkUrl'
|
|
15
15
|
};
|
|
16
16
|
const Anchor = withLinkClickedEvent('a');
|
|
@@ -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: "38.7.
|
|
7
|
+
packageVersion: "38.7.1"
|
|
8
8
|
};
|
|
9
9
|
export var TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
10
10
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
package/dist/esm/utils/mocks.js
CHANGED
|
@@ -102,12 +102,10 @@ var entityDataResponse = {
|
|
|
102
102
|
thumbnail: {
|
|
103
103
|
externalUrl: 'https://www.ilovecheese.com'
|
|
104
104
|
},
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
iconUrl: 'https://www.ilovecheese.com'
|
|
110
|
-
}
|
|
105
|
+
liveEmbedUrl: 'https://www.ilovecheese.com',
|
|
106
|
+
type: 'FILE',
|
|
107
|
+
inspectUrl: 'https://www.ilovecheese.com',
|
|
108
|
+
iconUrl: 'https://www.ilovecheese.com'
|
|
111
109
|
}
|
|
112
110
|
};
|
|
113
111
|
export var mocks = {
|
|
@@ -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: "38.7.
|
|
16
|
+
packageVersion: "38.7.1",
|
|
17
17
|
componentName: 'linkUrl'
|
|
18
18
|
};
|
|
19
19
|
var Anchor = withLinkClickedEvent('a');
|
|
@@ -49,12 +49,10 @@ declare const _default: {
|
|
|
49
49
|
thumbnail: {
|
|
50
50
|
externalUrl: string;
|
|
51
51
|
};
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
iconUrl: string;
|
|
57
|
-
};
|
|
52
|
+
liveEmbedUrl: string;
|
|
53
|
+
type: string;
|
|
54
|
+
inspectUrl: string;
|
|
55
|
+
iconUrl: string;
|
|
58
56
|
};
|
|
59
57
|
};
|
|
60
58
|
export default _default;
|
|
@@ -49,12 +49,10 @@ declare const _default: {
|
|
|
49
49
|
thumbnail: {
|
|
50
50
|
externalUrl: string;
|
|
51
51
|
};
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
iconUrl: string;
|
|
57
|
-
};
|
|
52
|
+
liveEmbedUrl: string;
|
|
53
|
+
type: string;
|
|
54
|
+
inspectUrl: string;
|
|
55
|
+
iconUrl: string;
|
|
58
56
|
};
|
|
59
57
|
};
|
|
60
58
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/smart-card",
|
|
3
|
-
"version": "38.7.
|
|
3
|
+
"version": "38.7.1",
|
|
4
4
|
"description": "Smart card component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"@atlaskit/link-client-extension": "^5.0.0",
|
|
53
53
|
"@atlaskit/link-extractors": "^2.3.0",
|
|
54
54
|
"@atlaskit/linking-common": "^9.0.0",
|
|
55
|
-
"@atlaskit/linking-types": "^
|
|
55
|
+
"@atlaskit/linking-types": "^11.0.0",
|
|
56
56
|
"@atlaskit/logo": "^19.0.0",
|
|
57
57
|
"@atlaskit/lozenge": "^13.0.0",
|
|
58
58
|
"@atlaskit/menu": "^8.0.0",
|