@atlaskit/smart-card 38.7.0 → 38.7.2

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 CHANGED
@@ -1,5 +1,20 @@
1
1
  # @atlaskit/smart-card
2
2
 
3
+ ## 38.7.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 38.7.1
10
+
11
+ ### Patch Changes
12
+
13
+ - [#165007](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/165007)
14
+ [`1f50b1c7072cf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1f50b1c7072cf) -
15
+ Remove atlassian:design and flattern the entity data
16
+ - Updated dependencies
17
+
3
18
  ## 38.7.0
4
19
 
5
20
  ### 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.0"
14
+ packageVersion: "38.7.2"
15
15
  };
16
16
  var TrackQuickActionType = exports.TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
17
17
  TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
@@ -109,12 +109,10 @@ var entityDataResponse = {
109
109
  thumbnail: {
110
110
  externalUrl: 'https://www.ilovecheese.com'
111
111
  },
112
- 'atlassian:design': {
113
- liveEmbedUrl: 'https://www.ilovecheese.com',
114
- type: 'FILE',
115
- inspectUrl: 'https://www.ilovecheese.com',
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.0",
23
+ packageVersion: "38.7.2",
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.0"
5
+ packageVersion: "38.7.2"
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
- 'atlassian:design': {
95
- liveEmbedUrl: 'https://www.ilovecheese.com',
96
- type: 'FILE',
97
- inspectUrl: 'https://www.ilovecheese.com',
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.0",
13
+ packageVersion: "38.7.2",
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.0"
7
+ packageVersion: "38.7.2"
8
8
  };
9
9
  export var TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
10
10
  TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
@@ -102,12 +102,10 @@ var entityDataResponse = {
102
102
  thumbnail: {
103
103
  externalUrl: 'https://www.ilovecheese.com'
104
104
  },
105
- 'atlassian:design': {
106
- liveEmbedUrl: 'https://www.ilovecheese.com',
107
- type: 'FILE',
108
- inspectUrl: 'https://www.ilovecheese.com',
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.0",
16
+ packageVersion: "38.7.2",
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
- 'atlassian:design': {
53
- liveEmbedUrl: string;
54
- type: string;
55
- inspectUrl: string;
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
- 'atlassian:design': {
53
- liveEmbedUrl: string;
54
- type: string;
55
- inspectUrl: string;
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.0",
3
+ "version": "38.7.2",
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": "^10.0.0",
55
+ "@atlaskit/linking-types": "^12.0.0",
56
56
  "@atlaskit/logo": "^19.0.0",
57
57
  "@atlaskit/lozenge": "^13.0.0",
58
58
  "@atlaskit/menu": "^8.0.0",