@atlaskit/media-client 35.7.0 → 35.7.1

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,12 @@
1
1
  # @atlaskit/media-client
2
2
 
3
+ ## 35.7.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`5f53f075991b4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5f53f075991b4) -
8
+ Updated archive viewer to emit media-viewed event on child file download
9
+
3
10
  ## 35.7.0
4
11
 
5
12
  ### Minor Changes
@@ -8,6 +8,7 @@ export interface MediaViewedEventPayload {
8
8
  fileId: string;
9
9
  viewingLevel: 'minimal' | 'full' | 'download';
10
10
  isUserCollection?: boolean;
11
+ childFileName?: string;
11
12
  }
12
13
  export interface AuthProviderSucceededEventPayload {
13
14
  durationMs: number;
@@ -8,6 +8,7 @@ export interface MediaViewedEventPayload {
8
8
  fileId: string;
9
9
  viewingLevel: 'minimal' | 'full' | 'download';
10
10
  isUserCollection?: boolean;
11
+ childFileName?: string;
11
12
  }
12
13
  export interface AuthProviderSucceededEventPayload {
13
14
  durationMs: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/media-client",
3
- "version": "35.7.0",
3
+ "version": "35.7.1",
4
4
  "description": "Media API Web Client Library",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -53,7 +53,7 @@
53
53
  "@atlaskit/media-core": "^37.0.0",
54
54
  "@atlaskit/media-state": "^1.8.0",
55
55
  "@atlaskit/ssr": "workspace:^",
56
- "@atlaskit/tokens": "^8.4.0",
56
+ "@atlaskit/tokens": "^9.0.0",
57
57
  "@atlassian/feature-flags-test-utils": "^1.0.0",
58
58
  "@emotion/react": "^11.7.1",
59
59
  "@types/deep-equal": "^1.0.1",