@atlaskit/media-card 74.7.4 → 74.8.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 CHANGED
@@ -1,5 +1,15 @@
1
1
  # @atlaskit/media-card
2
2
 
3
+ ## 74.8.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+
3
13
  ## 74.7.4
4
14
 
5
15
  ### Patch Changes
@@ -48,7 +48,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
48
48
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
49
49
  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; } }
50
50
  var packageName = "@atlaskit/media-card";
51
- var packageVersion = "74.7.4";
51
+ var packageVersion = "74.8.0";
52
52
  var CardBase = /*#__PURE__*/function (_Component) {
53
53
  (0, _inherits2.default)(CardBase, _Component);
54
54
  var _super = _createSuper(CardBase);
@@ -90,7 +90,7 @@ var WrappedMediaCardAnalyticsErrorBoundary = /*#__PURE__*/function (_React$Compo
90
90
  }(_react.default.Component);
91
91
  (0, _defineProperty2.default)(WrappedMediaCardAnalyticsErrorBoundary, "displayName", 'MediaCardAnalyticsErrorBoundary');
92
92
  var packageName = "@atlaskit/media-card";
93
- var packageVersion = "74.7.4";
93
+ var packageVersion = "74.8.0";
94
94
  var MediaCardAnalyticsErrorBoundary = (0, _mediaCommon.withMediaAnalyticsContext)({
95
95
  packageVersion: packageVersion,
96
96
  packageName: packageName,
@@ -127,7 +127,7 @@ var WrappedMediaInlineAnalyticsErrorBoundary = /*#__PURE__*/function (_React$Com
127
127
  }(_react.default.Component);
128
128
  (0, _defineProperty2.default)(WrappedMediaInlineAnalyticsErrorBoundary, "displayName", 'MediaInlineAnalyticsErrorBoundary');
129
129
  var packageName = "@atlaskit/media-card";
130
- var packageVersion = "74.7.4";
130
+ var packageVersion = "74.8.0";
131
131
  var MediaInlineAnalyticsErrorBoundary = (0, _mediaCommon.withMediaAnalyticsContext)({
132
132
  packageVersion: packageVersion,
133
133
  packageName: packageName,
@@ -14,7 +14,7 @@ var _mediaClient = require("@atlaskit/media-client");
14
14
  function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
15
15
  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; }
16
16
  var packageName = "@atlaskit/media-card";
17
- var packageVersion = "74.7.4";
17
+ var packageVersion = "74.8.0";
18
18
  var concurrentExperience;
19
19
  var getExperience = function getExperience(id) {
20
20
  if (!concurrentExperience) {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/media-card",
3
- "version": "74.7.4",
3
+ "version": "74.8.0",
4
4
  "sideEffects": false
5
5
  }
@@ -27,7 +27,7 @@ import { getMediaCardCursor } from '../utils/getMediaCardCursor';
27
27
  import { completeUfoExperience, startUfoExperience } from '../utils/ufoExperiences';
28
28
  import { generateUniqueId } from '../utils/generateUniqueId';
29
29
  const packageName = "@atlaskit/media-card";
30
- const packageVersion = "74.7.4";
30
+ const packageVersion = "74.8.0";
31
31
  export class CardBase extends Component {
32
32
  constructor(props) {
33
33
  super(props);
@@ -66,7 +66,7 @@ class WrappedMediaCardAnalyticsErrorBoundary extends React.Component {
66
66
  }
67
67
  _defineProperty(WrappedMediaCardAnalyticsErrorBoundary, "displayName", 'MediaCardAnalyticsErrorBoundary');
68
68
  const packageName = "@atlaskit/media-card";
69
- const packageVersion = "74.7.4";
69
+ const packageVersion = "74.8.0";
70
70
  const MediaCardAnalyticsErrorBoundary = withMediaAnalyticsContext({
71
71
  packageVersion,
72
72
  packageName,
@@ -107,7 +107,7 @@ class WrappedMediaInlineAnalyticsErrorBoundary extends React.Component {
107
107
  }
108
108
  _defineProperty(WrappedMediaInlineAnalyticsErrorBoundary, "displayName", 'MediaInlineAnalyticsErrorBoundary');
109
109
  const packageName = "@atlaskit/media-card";
110
- const packageVersion = "74.7.4";
110
+ const packageVersion = "74.8.0";
111
111
  const MediaInlineAnalyticsErrorBoundary = withMediaAnalyticsContext({
112
112
  packageVersion,
113
113
  packageName,
@@ -4,7 +4,7 @@ import { extractErrorInfo, getRenderErrorRequestMetadata } from './analytics';
4
4
  import { MediaCardError } from '../errors';
5
5
  import { getMediaEnvironment, getMediaRegion } from '@atlaskit/media-client';
6
6
  const packageName = "@atlaskit/media-card";
7
- const packageVersion = "74.7.4";
7
+ const packageVersion = "74.8.0";
8
8
  let concurrentExperience;
9
9
  const getExperience = id => {
10
10
  if (!concurrentExperience) {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/media-card",
3
- "version": "74.7.4",
3
+ "version": "74.8.0",
4
4
  "sideEffects": false
5
5
  }
@@ -40,7 +40,7 @@ import { getMediaCardCursor } from '../utils/getMediaCardCursor';
40
40
  import { completeUfoExperience, startUfoExperience } from '../utils/ufoExperiences';
41
41
  import { generateUniqueId } from '../utils/generateUniqueId';
42
42
  var packageName = "@atlaskit/media-card";
43
- var packageVersion = "74.7.4";
43
+ var packageVersion = "74.8.0";
44
44
  export var CardBase = /*#__PURE__*/function (_Component) {
45
45
  _inherits(CardBase, _Component);
46
46
  var _super = _createSuper(CardBase);
@@ -83,7 +83,7 @@ var WrappedMediaCardAnalyticsErrorBoundary = /*#__PURE__*/function (_React$Compo
83
83
  }(React.Component);
84
84
  _defineProperty(WrappedMediaCardAnalyticsErrorBoundary, "displayName", 'MediaCardAnalyticsErrorBoundary');
85
85
  var packageName = "@atlaskit/media-card";
86
- var packageVersion = "74.7.4";
86
+ var packageVersion = "74.8.0";
87
87
  var MediaCardAnalyticsErrorBoundary = withMediaAnalyticsContext({
88
88
  packageVersion: packageVersion,
89
89
  packageName: packageName,
@@ -120,7 +120,7 @@ var WrappedMediaInlineAnalyticsErrorBoundary = /*#__PURE__*/function (_React$Com
120
120
  }(React.Component);
121
121
  _defineProperty(WrappedMediaInlineAnalyticsErrorBoundary, "displayName", 'MediaInlineAnalyticsErrorBoundary');
122
122
  var packageName = "@atlaskit/media-card";
123
- var packageVersion = "74.7.4";
123
+ var packageVersion = "74.8.0";
124
124
  var MediaInlineAnalyticsErrorBoundary = withMediaAnalyticsContext({
125
125
  packageVersion: packageVersion,
126
126
  packageName: packageName,
@@ -7,7 +7,7 @@ import { extractErrorInfo, getRenderErrorRequestMetadata } from './analytics';
7
7
  import { MediaCardError } from '../errors';
8
8
  import { getMediaEnvironment, getMediaRegion } from '@atlaskit/media-client';
9
9
  var packageName = "@atlaskit/media-card";
10
- var packageVersion = "74.7.4";
10
+ var packageVersion = "74.8.0";
11
11
  var concurrentExperience;
12
12
  var getExperience = function getExperience(id) {
13
13
  if (!concurrentExperience) {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/media-card",
3
- "version": "74.7.4",
3
+ "version": "74.8.0",
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.7.4",
3
+ "version": "74.8.0",
4
4
  "description": "Includes all media card related components, CardView, CardViewSmall, Card...",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -28,19 +28,19 @@
28
28
  }
29
29
  },
30
30
  "dependencies": {
31
- "@atlaskit/analytics-next": "^9.0.0",
32
- "@atlaskit/dropdown-menu": "^11.7.0",
33
- "@atlaskit/editor-shared-styles": "^2.3.0",
34
- "@atlaskit/icon": "^21.11.0",
35
- "@atlaskit/media-client": "^21.1.0",
36
- "@atlaskit/media-common": "^4.0.0",
37
- "@atlaskit/media-ui": "^22.3.0",
38
- "@atlaskit/media-viewer": "^47.5.0",
39
- "@atlaskit/spinner": "^15.4.0",
40
- "@atlaskit/theme": "^12.4.0",
41
- "@atlaskit/tokens": "^1.2.0",
42
- "@atlaskit/tooltip": "^17.7.0",
43
- "@atlaskit/ufo": "^0.1.0",
31
+ "@atlaskit/analytics-next": "^9.1.0",
32
+ "@atlaskit/dropdown-menu": "^11.8.0",
33
+ "@atlaskit/editor-shared-styles": "^2.4.0",
34
+ "@atlaskit/icon": "^21.12.0",
35
+ "@atlaskit/media-client": "^22.0.0",
36
+ "@atlaskit/media-common": "^4.1.0",
37
+ "@atlaskit/media-ui": "^22.4.0",
38
+ "@atlaskit/media-viewer": "^47.6.0",
39
+ "@atlaskit/spinner": "^15.5.0",
40
+ "@atlaskit/theme": "^12.5.0",
41
+ "@atlaskit/tokens": "^1.3.0",
42
+ "@atlaskit/tooltip": "^17.8.0",
43
+ "@atlaskit/ufo": "^0.2.0",
44
44
  "@babel/runtime": "^7.0.0",
45
45
  "classnames": "^2.2.5",
46
46
  "eventemitter2": "^4.1.0",
@@ -54,25 +54,25 @@
54
54
  "react-intl-next": "npm:react-intl@^5.18.1"
55
55
  },
56
56
  "devDependencies": {
57
- "@atlaskit/analytics-listeners": "^8.6.0",
58
- "@atlaskit/analytics-namespaced-context": "^6.6.0",
59
- "@atlaskit/button": "^16.6.0",
60
- "@atlaskit/checkbox": "^12.4.0",
57
+ "@atlaskit/analytics-listeners": "^8.7.0",
58
+ "@atlaskit/analytics-namespaced-context": "^6.7.0",
59
+ "@atlaskit/button": "^16.7.0",
60
+ "@atlaskit/checkbox": "^12.5.0",
61
61
  "@atlaskit/docs": "*",
62
- "@atlaskit/inline-message": "^11.4.0",
63
- "@atlaskit/media-core": "^34.0.0",
64
- "@atlaskit/media-picker": "^64.4.0",
65
- "@atlaskit/media-test-helpers": "^32.1.0",
66
- "@atlaskit/radio": "^5.4.0",
67
- "@atlaskit/range": "^7.0.0",
68
- "@atlaskit/section-message": "^6.3.0",
69
- "@atlaskit/select": "^16.1.0",
62
+ "@atlaskit/inline-message": "^11.5.0",
63
+ "@atlaskit/media-core": "^34.1.0",
64
+ "@atlaskit/media-picker": "^65.0.0",
65
+ "@atlaskit/media-test-helpers": "^33.0.0",
66
+ "@atlaskit/radio": "^5.5.0",
67
+ "@atlaskit/range": "^7.1.0",
68
+ "@atlaskit/section-message": "^6.4.0",
69
+ "@atlaskit/select": "^16.2.0",
70
70
  "@atlaskit/ssr": "*",
71
- "@atlaskit/toggle": "^12.5.0",
71
+ "@atlaskit/toggle": "^12.6.0",
72
72
  "@atlaskit/visual-regression": "*",
73
73
  "@atlaskit/webdriver-runner": "*",
74
74
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
75
- "@atlassian/ufo": "^0.1.10",
75
+ "@atlassian/ufo": "^0.2.0",
76
76
  "@testing-library/dom": "^8.17.1",
77
77
  "@testing-library/react": "^12.1.5",
78
78
  "@types/classnames": "^2.2.6",