@atlaskit/media-table 15.2.1 → 15.2.3

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.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 15.2.2
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 15.2.1
4
16
 
5
17
  ### Patch Changes
@@ -27,5 +27,7 @@ export declare class MediaTable extends Component<MediaTableProps & WrappedCompo
27
27
  private renderMediaViewer;
28
28
  render(): jsx.JSX.Element;
29
29
  }
30
- declare const _default: React.ComponentType<import("@atlaskit/media-client-react").WithMediaClientConfigProps<Omit<import("react-intl-next").WithIntlProps<MediaTableProps & WrappedComponentProps>, keyof import("@atlaskit/analytics-next").WithAnalyticsEventsProps> & React.RefAttributes<any>>>;
30
+ declare const _default: React.ComponentType<import("@atlaskit/media-client-react").WithMediaClientConfigProps<Omit<Omit<MediaTableProps & WrappedComponentProps, "intl"> & {
31
+ forwardedRef?: React.Ref<any> | undefined;
32
+ }, keyof import("@atlaskit/analytics-next").WithAnalyticsEventsProps> & React.RefAttributes<any>>>;
31
33
  export default _default;
@@ -27,5 +27,7 @@ export declare class MediaTable extends Component<MediaTableProps & WrappedCompo
27
27
  private renderMediaViewer;
28
28
  render(): jsx.JSX.Element;
29
29
  }
30
- declare const _default: React.ComponentType<import("@atlaskit/media-client-react").WithMediaClientConfigProps<Omit<import("react-intl-next").WithIntlProps<MediaTableProps & WrappedComponentProps>, keyof import("@atlaskit/analytics-next").WithAnalyticsEventsProps> & React.RefAttributes<any>>>;
30
+ declare const _default: React.ComponentType<import("@atlaskit/media-client-react").WithMediaClientConfigProps<Omit<Omit<MediaTableProps & WrappedComponentProps, "intl"> & {
31
+ forwardedRef?: React.Ref<any> | undefined;
32
+ }, keyof import("@atlaskit/analytics-next").WithAnalyticsEventsProps> & React.RefAttributes<any>>>;
31
33
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/media-table",
3
- "version": "15.2.1",
3
+ "version": "15.2.3",
4
4
  "description": "Table UI component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -35,15 +35,15 @@
35
35
  "dependencies": {
36
36
  "@atlaskit/analytics-next": "^10.1.0",
37
37
  "@atlaskit/button": "^20.2.0",
38
- "@atlaskit/dynamic-table": "^15.1.0",
39
- "@atlaskit/icon": "^22.18.0",
38
+ "@atlaskit/dynamic-table": "^16.0.0",
39
+ "@atlaskit/icon": "^22.22.0",
40
40
  "@atlaskit/media-client": "^28.0.0",
41
41
  "@atlaskit/media-client-react": "^2.2.0",
42
42
  "@atlaskit/media-ui": "^25.15.0",
43
- "@atlaskit/media-viewer": "^48.10.0",
43
+ "@atlaskit/media-viewer": "^49.1.0",
44
44
  "@atlaskit/theme": "^13.0.0",
45
45
  "@atlaskit/tokens": "^2.0.0",
46
- "@atlaskit/tooltip": "^18.7.0",
46
+ "@atlaskit/tooltip": "^18.8.0",
47
47
  "@babel/runtime": "^7.0.0",
48
48
  "memoize-one": "^6.0.0"
49
49
  },