@atlaskit/media-table 18.1.0 → 18.1.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 +16 -0
- package/dist/cjs/component/downloadButton.js +1 -1
- package/dist/es2019/component/downloadButton.js +1 -1
- package/dist/esm/component/downloadButton.js +1 -1
- package/dist/types/component/mediaTable.d.ts +1 -6
- package/dist/types-ts4.5/component/mediaTable.d.ts +1 -6
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @atlaskit/media-table
|
|
2
2
|
|
|
3
|
+
## 18.1.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`7b2a6c98563cb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7b2a6c98563cb) -
|
|
8
|
+
Icon entry point migration update
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
11
|
+
## 18.1.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [`6a82d7964a37b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6a82d7964a37b) -
|
|
16
|
+
Icon entrypoint migration
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
|
|
3
19
|
## 18.1.0
|
|
4
20
|
|
|
5
21
|
### Minor Changes
|
|
@@ -9,7 +9,7 @@ var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/de
|
|
|
9
9
|
var _react = _interopRequireDefault(require("react"));
|
|
10
10
|
var _reactIntlNext = require("react-intl-next");
|
|
11
11
|
var _colors = require("@atlaskit/theme/colors");
|
|
12
|
-
var _download = _interopRequireDefault(require("@atlaskit/icon/core/
|
|
12
|
+
var _download = _interopRequireDefault(require("@atlaskit/icon/core/download"));
|
|
13
13
|
var _customThemeButton = _interopRequireDefault(require("@atlaskit/button/custom-theme-button"));
|
|
14
14
|
var _mediaUi = require("@atlaskit/media-ui");
|
|
15
15
|
var _util = require("../util");
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
3
3
|
import { injectIntl } from 'react-intl-next';
|
|
4
4
|
import { N40 } from '@atlaskit/theme/colors';
|
|
5
|
-
import DownloadIcon from '@atlaskit/icon/core/
|
|
5
|
+
import DownloadIcon from '@atlaskit/icon/core/download';
|
|
6
6
|
import Button from '@atlaskit/button/custom-theme-button';
|
|
7
7
|
import { messages } from '@atlaskit/media-ui';
|
|
8
8
|
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
@@ -5,7 +5,7 @@ import React from 'react';
|
|
|
5
5
|
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
6
6
|
import { injectIntl } from 'react-intl-next';
|
|
7
7
|
import { N40 } from '@atlaskit/theme/colors';
|
|
8
|
-
import DownloadIcon from '@atlaskit/icon/core/
|
|
8
|
+
import DownloadIcon from '@atlaskit/icon/core/download';
|
|
9
9
|
import Button from '@atlaskit/button/custom-theme-button';
|
|
10
10
|
import { messages } from '@atlaskit/media-ui';
|
|
11
11
|
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @jsxRuntime classic
|
|
3
|
-
* @jsx jsx
|
|
4
|
-
*/
|
|
5
|
-
import { jsx } from '@emotion/react';
|
|
6
1
|
import React, { Component } from 'react';
|
|
7
2
|
import { type WrappedComponentProps } from 'react-intl-next';
|
|
8
3
|
import { type MediaTableProps, type MediaTableState } from '../types';
|
|
@@ -25,7 +20,7 @@ export declare class MediaTable extends Component<MediaTableProps & WrappedCompo
|
|
|
25
20
|
private safeSetState;
|
|
26
21
|
private onMediaViewerClose;
|
|
27
22
|
private renderMediaViewer;
|
|
28
|
-
render():
|
|
23
|
+
render(): React.JSX.Element;
|
|
29
24
|
}
|
|
30
25
|
declare const _default: React.ComponentType<import("@atlaskit/media-client-react").WithMediaClientConfigProps<Omit<Omit<MediaTableProps & WrappedComponentProps, "intl"> & {
|
|
31
26
|
forwardedRef?: React.Ref<any>;
|
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @jsxRuntime classic
|
|
3
|
-
* @jsx jsx
|
|
4
|
-
*/
|
|
5
|
-
import { jsx } from '@emotion/react';
|
|
6
1
|
import React, { Component } from 'react';
|
|
7
2
|
import { type WrappedComponentProps } from 'react-intl-next';
|
|
8
3
|
import { type MediaTableProps, type MediaTableState } from '../types';
|
|
@@ -25,7 +20,7 @@ export declare class MediaTable extends Component<MediaTableProps & WrappedCompo
|
|
|
25
20
|
private safeSetState;
|
|
26
21
|
private onMediaViewerClose;
|
|
27
22
|
private renderMediaViewer;
|
|
28
|
-
render():
|
|
23
|
+
render(): React.JSX.Element;
|
|
29
24
|
}
|
|
30
25
|
declare const _default: React.ComponentType<import("@atlaskit/media-client-react").WithMediaClientConfigProps<Omit<Omit<MediaTableProps & WrappedComponentProps, "intl"> & {
|
|
31
26
|
forwardedRef?: React.Ref<any>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/media-table",
|
|
3
|
-
"version": "18.1.
|
|
3
|
+
"version": "18.1.2",
|
|
4
4
|
"description": "Table UI component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -30,15 +30,15 @@
|
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
33
|
-
"@atlaskit/button": "^23.
|
|
33
|
+
"@atlaskit/button": "^23.9.0",
|
|
34
34
|
"@atlaskit/dynamic-table": "^18.3.0",
|
|
35
|
-
"@atlaskit/icon": "^29.
|
|
35
|
+
"@atlaskit/icon": "^29.3.0",
|
|
36
36
|
"@atlaskit/media-client": "^35.7.0",
|
|
37
37
|
"@atlaskit/media-client-react": "^4.1.0",
|
|
38
38
|
"@atlaskit/media-ui": "^28.7.0",
|
|
39
39
|
"@atlaskit/media-viewer": "^52.5.0",
|
|
40
40
|
"@atlaskit/theme": "^21.0.0",
|
|
41
|
-
"@atlaskit/tokens": "^
|
|
41
|
+
"@atlaskit/tokens": "^9.0.0",
|
|
42
42
|
"@atlaskit/tooltip": "^20.11.0",
|
|
43
43
|
"@babel/runtime": "^7.0.0",
|
|
44
44
|
"memoize-one": "^6.0.0"
|