@atlaskit/media-table 18.1.15 → 18.1.16

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,11 @@
1
1
  # @atlaskit/media-table
2
2
 
3
+ ## 18.1.16
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 18.1.15
4
10
 
5
11
  ### Patch Changes
@@ -24,7 +24,7 @@ export declare class MediaTable extends Component<MediaTableProps & WrappedCompo
24
24
  private renderMediaViewer;
25
25
  render(): React.JSX.Element;
26
26
  }
27
- declare const _default_1: React.ComponentType<WithMediaClientConfigProps<Omit<Omit<MediaTableProps & WrappedComponentProps, "intl"> & {
27
+ declare const _default_1: React.ComponentType<WithMediaClientConfigProps<Omit<Omit<MediaTableProps & WrappedComponentProps, 'intl'> & {
28
28
  forwardedRef?: React.Ref<any>;
29
29
  }, keyof WithAnalyticsEventsProps> & React.RefAttributes<any>>>;
30
30
  export default _default_1;
@@ -24,7 +24,7 @@ export declare class MediaTable extends Component<MediaTableProps & WrappedCompo
24
24
  private renderMediaViewer;
25
25
  render(): React.JSX.Element;
26
26
  }
27
- declare const _default_1: React.ComponentType<WithMediaClientConfigProps<Omit<Omit<MediaTableProps & WrappedComponentProps, "intl"> & {
27
+ declare const _default_1: React.ComponentType<WithMediaClientConfigProps<Omit<Omit<MediaTableProps & WrappedComponentProps, 'intl'> & {
28
28
  forwardedRef?: React.Ref<any>;
29
29
  }, keyof WithAnalyticsEventsProps> & React.RefAttributes<any>>>;
30
30
  export default _default_1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/media-table",
3
- "version": "18.1.15",
3
+ "version": "18.1.16",
4
4
  "description": "Table UI component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -37,7 +37,7 @@
37
37
  "@atlaskit/media-client-react": "^5.0.0",
38
38
  "@atlaskit/media-ui": "^28.7.0",
39
39
  "@atlaskit/media-viewer": "^52.9.0",
40
- "@atlaskit/tokens": "^12.0.0",
40
+ "@atlaskit/tokens": "^13.0.0",
41
41
  "@atlaskit/tooltip": "^21.1.0",
42
42
  "@babel/runtime": "^7.0.0",
43
43
  "memoize-one": "^6.0.0"