@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 +12 -0
- package/dist/cjs/component/mediaTable.js +4 -1
- package/dist/cjs/component/nameCell.js +4 -1
- package/dist/es2019/component/mediaTable.js +4 -1
- package/dist/es2019/component/nameCell.js +4 -1
- package/dist/esm/component/mediaTable.js +4 -1
- package/dist/esm/component/nameCell.js +4 -1
- package/dist/types/component/mediaTable.d.ts +4 -1
- package/dist/types-ts4.5/component/mediaTable.d.ts +4 -1
- package/example-helpers/helpers.tsx +4 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -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; })(); }
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/media-table",
|
|
3
|
-
"version": "15.0.
|
|
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": "^
|
|
38
|
-
"@atlaskit/button": "^19.
|
|
39
|
-
"@atlaskit/dynamic-table": "^14.
|
|
40
|
-
"@atlaskit/icon": "^22.
|
|
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.
|
|
45
|
-
"@atlaskit/theme": "^
|
|
46
|
-
"@atlaskit/tokens": "^1.
|
|
47
|
-
"@atlaskit/tooltip": "^18.
|
|
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.
|
|
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",
|