@atlaskit/media-card 74.5.0 → 74.5.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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/media-card
2
2
 
3
+ ## 74.5.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`4ee60bafc6d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ee60bafc6d) - ED-16603: Remove tooltips from VR tests and make them opt in. To opt-in, add `allowedSideEffects` when loading the page.
8
+
3
9
  ## 74.5.0
4
10
 
5
11
  ### Minor Changes
@@ -90,7 +90,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
90
90
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
91
91
 
92
92
  var packageName = "@atlaskit/media-card";
93
- var packageVersion = "74.5.0";
93
+ var packageVersion = "74.5.1";
94
94
 
95
95
  var CardBase = /*#__PURE__*/function (_Component) {
96
96
  (0, _inherits2.default)(CardBase, _Component);
@@ -118,7 +118,7 @@ var WrappedMediaCardAnalyticsErrorBoundary = /*#__PURE__*/function (_React$Compo
118
118
 
119
119
  (0, _defineProperty2.default)(WrappedMediaCardAnalyticsErrorBoundary, "displayName", 'MediaCardAnalyticsErrorBoundary');
120
120
  var packageName = "@atlaskit/media-card";
121
- var packageVersion = "74.5.0";
121
+ var packageVersion = "74.5.1";
122
122
  var MediaCardAnalyticsErrorBoundary = (0, _mediaCommon.withMediaAnalyticsContext)({
123
123
  packageVersion: packageVersion,
124
124
  packageName: packageName,
@@ -102,7 +102,7 @@ var WrappedMediaInlineAnalyticsErrorBoundary = /*#__PURE__*/function (_React$Com
102
102
 
103
103
  (0, _defineProperty2.default)(WrappedMediaInlineAnalyticsErrorBoundary, "displayName", 'MediaInlineAnalyticsErrorBoundary');
104
104
  var packageName = "@atlaskit/media-card";
105
- var packageVersion = "74.5.0";
105
+ var packageVersion = "74.5.1";
106
106
  var MediaInlineAnalyticsErrorBoundary = (0, _mediaCommon.withMediaAnalyticsContext)({
107
107
  packageVersion: packageVersion,
108
108
  packageName: packageName,
@@ -22,7 +22,7 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (O
22
22
  function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0, _defineProperty2.default)(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
23
23
 
24
24
  var packageName = "@atlaskit/media-card";
25
- var packageVersion = "74.5.0";
25
+ var packageVersion = "74.5.1";
26
26
  var concurrentExperience;
27
27
 
28
28
  var getExperience = function getExperience(id) {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/media-card",
3
- "version": "74.5.0",
3
+ "version": "74.5.1",
4
4
  "sideEffects": false
5
5
  }
@@ -26,7 +26,7 @@ import { getMediaCardCursor } from '../utils/getMediaCardCursor';
26
26
  import { completeUfoExperience, startUfoExperience } from '../utils/ufoExperiences';
27
27
  import { generateUniqueId } from '../utils/generateUniqueId';
28
28
  const packageName = "@atlaskit/media-card";
29
- const packageVersion = "74.5.0";
29
+ const packageVersion = "74.5.1";
30
30
  export class CardBase extends Component {
31
31
  // An internalOccurrenceKey is a randomly generated value to differentiate various instances
32
32
  // of Cards regardless of whether it shares the same file (either internal or external)
@@ -80,7 +80,7 @@ class WrappedMediaCardAnalyticsErrorBoundary extends React.Component {
80
80
  _defineProperty(WrappedMediaCardAnalyticsErrorBoundary, "displayName", 'MediaCardAnalyticsErrorBoundary');
81
81
 
82
82
  const packageName = "@atlaskit/media-card";
83
- const packageVersion = "74.5.0";
83
+ const packageVersion = "74.5.1";
84
84
  const MediaCardAnalyticsErrorBoundary = withMediaAnalyticsContext({
85
85
  packageVersion,
86
86
  packageName,
@@ -65,7 +65,7 @@ class WrappedMediaInlineAnalyticsErrorBoundary extends React.Component {
65
65
  _defineProperty(WrappedMediaInlineAnalyticsErrorBoundary, "displayName", 'MediaInlineAnalyticsErrorBoundary');
66
66
 
67
67
  const packageName = "@atlaskit/media-card";
68
- const packageVersion = "74.5.0";
68
+ const packageVersion = "74.5.1";
69
69
  const MediaInlineAnalyticsErrorBoundary = withMediaAnalyticsContext({
70
70
  packageVersion,
71
71
  packageName,
@@ -3,7 +3,7 @@ import { extractErrorInfo, getRenderErrorRequestMetadata, LOGGED_FEATURE_FLAG_KE
3
3
  import { MediaCardError } from '../errors';
4
4
  import { getMediaEnvironment, getMediaRegion } from '@atlaskit/media-client';
5
5
  const packageName = "@atlaskit/media-card";
6
- const packageVersion = "74.5.0";
6
+ const packageVersion = "74.5.1";
7
7
  let concurrentExperience;
8
8
 
9
9
  const getExperience = id => {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/media-card",
3
- "version": "74.5.0",
3
+ "version": "74.5.1",
4
4
  "sideEffects": false
5
5
  }
@@ -44,7 +44,7 @@ import { getMediaCardCursor } from '../utils/getMediaCardCursor';
44
44
  import { completeUfoExperience, startUfoExperience } from '../utils/ufoExperiences';
45
45
  import { generateUniqueId } from '../utils/generateUniqueId';
46
46
  var packageName = "@atlaskit/media-card";
47
- var packageVersion = "74.5.0";
47
+ var packageVersion = "74.5.1";
48
48
  export var CardBase = /*#__PURE__*/function (_Component) {
49
49
  _inherits(CardBase, _Component);
50
50
 
@@ -105,7 +105,7 @@ var WrappedMediaCardAnalyticsErrorBoundary = /*#__PURE__*/function (_React$Compo
105
105
  _defineProperty(WrappedMediaCardAnalyticsErrorBoundary, "displayName", 'MediaCardAnalyticsErrorBoundary');
106
106
 
107
107
  var packageName = "@atlaskit/media-card";
108
- var packageVersion = "74.5.0";
108
+ var packageVersion = "74.5.1";
109
109
  var MediaCardAnalyticsErrorBoundary = withMediaAnalyticsContext({
110
110
  packageVersion: packageVersion,
111
111
  packageName: packageName,
@@ -89,7 +89,7 @@ var WrappedMediaInlineAnalyticsErrorBoundary = /*#__PURE__*/function (_React$Com
89
89
  _defineProperty(WrappedMediaInlineAnalyticsErrorBoundary, "displayName", 'MediaInlineAnalyticsErrorBoundary');
90
90
 
91
91
  var packageName = "@atlaskit/media-card";
92
- var packageVersion = "74.5.0";
92
+ var packageVersion = "74.5.1";
93
93
  var MediaInlineAnalyticsErrorBoundary = withMediaAnalyticsContext({
94
94
  packageVersion: packageVersion,
95
95
  packageName: packageName,
@@ -9,7 +9,7 @@ import { extractErrorInfo, getRenderErrorRequestMetadata, LOGGED_FEATURE_FLAG_KE
9
9
  import { MediaCardError } from '../errors';
10
10
  import { getMediaEnvironment, getMediaRegion } from '@atlaskit/media-client';
11
11
  var packageName = "@atlaskit/media-card";
12
- var packageVersion = "74.5.0";
12
+ var packageVersion = "74.5.1";
13
13
  var concurrentExperience;
14
14
 
15
15
  var getExperience = function getExperience(id) {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/media-card",
3
- "version": "74.5.0",
3
+ "version": "74.5.1",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/media-card",
3
- "version": "74.5.0",
3
+ "version": "74.5.1",
4
4
  "description": "Includes all media card related components, CardView, CardViewSmall, Card...",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"