@atlaskit/media-table 15.0.20 → 15.0.22

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,17 @@
1
1
  # @atlaskit/media-table
2
2
 
3
+ ## 15.0.22
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 15.0.21
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 15.0.20
4
16
 
5
17
  ### Patch Changes
@@ -33,7 +33,10 @@ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e;
33
33
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
34
34
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
35
35
  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); }; }
36
- function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } /**@jsx jsx */ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
36
+ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } /**
37
+ * @jsxRuntime classic
38
+ * @jsx jsx
39
+ */ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
37
40
  // eslint-disable-next-line import/no-extraneous-dependencies
38
41
  var MediaTable = exports.MediaTable = /*#__PURE__*/function (_Component) {
39
42
  (0, _inherits2.default)(MediaTable, _Component);
@@ -13,7 +13,10 @@ var _truncateText = require("@atlaskit/media-ui/truncateText");
13
13
  var _mediaTypeIcon = require("@atlaskit/media-ui/media-type-icon");
14
14
  var _styles = require("./styles");
15
15
  var _excluded = ["mediaType", "text"];
16
- /**@jsx jsx */
16
+ /**
17
+ * @jsxRuntime classic
18
+ * @jsx jsx
19
+ */
17
20
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
18
21
  var NameCell = exports.NameCell = function NameCell(props) {
19
22
  var mediaType = props.mediaType,
@@ -1,5 +1,8 @@
1
1
  import _defineProperty from "@babel/runtime/helpers/defineProperty";
2
- /**@jsx jsx */
2
+ /**
3
+ * @jsxRuntime classic
4
+ * @jsx jsx
5
+ */
3
6
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
4
7
  import { jsx } from '@emotion/react';
5
8
  import React, { Component } from 'react';
@@ -1,5 +1,8 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
- /**@jsx jsx */
2
+ /**
3
+ * @jsxRuntime classic
4
+ * @jsx jsx
5
+ */
3
6
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
4
7
  import { jsx } from '@emotion/react';
5
8
  import Tooltip from '@atlaskit/tooltip';
@@ -11,7 +11,10 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
11
11
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
12
12
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
13
13
  function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
14
- /**@jsx jsx */
14
+ /**
15
+ * @jsxRuntime classic
16
+ * @jsx jsx
17
+ */
15
18
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
16
19
  import { jsx } from '@emotion/react';
17
20
  import React, { Component } from 'react';
@@ -1,7 +1,10 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
3
3
  var _excluded = ["mediaType", "text"];
4
- /**@jsx jsx */
4
+ /**
5
+ * @jsxRuntime classic
6
+ * @jsx jsx
7
+ */
5
8
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
6
9
  import { jsx } from '@emotion/react';
7
10
  import Tooltip from '@atlaskit/tooltip';
@@ -1,4 +1,7 @@
1
- /**@jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
  import { jsx } from '@emotion/react';
3
6
  import React, { Component } from 'react';
4
7
  import { type WrappedComponentProps } from 'react-intl-next';
@@ -1,4 +1,7 @@
1
- /**@jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
  import { jsx } from '@emotion/react';
3
6
  import React, { Component } from 'react';
4
7
  import { type WrappedComponentProps } from 'react-intl-next';
@@ -1,4 +1,7 @@
1
- /**@jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
6
  import { jsx } from '@emotion/react';
4
7
  import React, { useState } from 'react';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/media-table",
3
- "version": "15.0.20",
3
+ "version": "15.0.22",
4
4
  "description": "Table UI component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -34,17 +34,17 @@
34
34
  }
35
35
  },
36
36
  "dependencies": {
37
- "@atlaskit/analytics-next": "^9.3.0",
38
- "@atlaskit/button": "^19.0.0",
39
- "@atlaskit/dynamic-table": "^14.18.0",
40
- "@atlaskit/icon": "^22.6.0",
37
+ "@atlaskit/analytics-next": "^10.1.0",
38
+ "@atlaskit/button": "^19.2.0",
39
+ "@atlaskit/dynamic-table": "^14.20.0",
40
+ "@atlaskit/icon": "^22.12.0",
41
41
  "@atlaskit/media-client": "^27.3.0",
42
42
  "@atlaskit/media-client-react": "^2.0.0",
43
43
  "@atlaskit/media-ui": "^25.10.0",
44
- "@atlaskit/media-viewer": "^48.6.0",
45
- "@atlaskit/theme": "^12.11.0",
46
- "@atlaskit/tokens": "^1.56.0",
47
- "@atlaskit/tooltip": "^18.5.0",
44
+ "@atlaskit/media-viewer": "^48.7.0",
45
+ "@atlaskit/theme": "^13.0.0",
46
+ "@atlaskit/tokens": "^1.58.0",
47
+ "@atlaskit/tooltip": "^18.7.0",
48
48
  "@babel/runtime": "^7.0.0",
49
49
  "memoize-one": "^6.0.0"
50
50
  },
@@ -59,7 +59,7 @@
59
59
  "@atlaskit/icon-file-type": "^6.4.0",
60
60
  "@atlaskit/media-core": "^34.2.0",
61
61
  "@atlaskit/media-test-helpers": "^34.0.0",
62
- "@atlaskit/range": "^7.3.0",
62
+ "@atlaskit/range": "^7.4.0",
63
63
  "@emotion/react": "^11.7.1",
64
64
  "date-fns": "^2.17.0",
65
65
  "enzyme": "^3.10.0",