@atlaskit/media-table 18.0.6 → 18.0.8

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
+ ## 18.0.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 18.0.7
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 18.0.6
4
16
 
5
17
  ### Patch Changes
@@ -1014,7 +1026,6 @@
1014
1026
  implementation of MediaTable with upgraded API
1015
1027
 
1016
1028
  **New API Requirements**
1017
-
1018
1029
  - `items`: The content of items we want to display on each row
1019
1030
 
1020
1031
  ```
package/compass.yml CHANGED
@@ -5,26 +5,19 @@ description:
5
5
  pagination.
6
6
  configVersion: 1
7
7
  typeId: UI_ELEMENT
8
- ownerId: 'ari:cloud:teams::team/ef910622-ce0a-44a0-b441-ba89efe7891b'
8
+ ownerId: 'ari:cloud:teams::team/3bee892f-cb1b-496c-b866-0f08d9e0296c'
9
9
  fields:
10
10
  lifecycle: Active
11
11
  tier: 4
12
12
  labels:
13
13
  - atlassian-platform
14
- customFields:
15
- - name: Dev Owner
16
- type: user
17
- value: null
18
- - name: Product
19
- type: text
20
- value: null
21
- - name: Test
22
- type: text
23
- value: null
24
14
  links:
15
+ - name: Root Repository
16
+ type: REPOSITORY
17
+ url: https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master
25
18
  - name: ''
26
19
  type: REPOSITORY
27
- url: 'https://bitbucket.org/atlassian/atlassian-frontend/src/master/packages/media/media-table/'
20
+ url: 'https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master/platform/packages/media/media-table/'
28
21
  - name: ''
29
22
  type: DOCUMENT
30
23
  url: 'https://atlaskit.atlassian.com/packages/media/media-table'
@@ -36,13 +29,13 @@ links:
36
29
  url: 'https://atlassian.signalfx.com/#/dashboard/E-vk3wqAwAA?groupId=E-vkzo1AwAA&configId=E-vk5fsAwAA&startTime=-7d&endTime=Now'
37
30
  - name: ''
38
31
  type: CHAT_CHANNEL
39
- url: 'https://atlassian.slack.com/archives/C020CGJDJ3A'
32
+ url: 'https://atlassian.slack.com/archives/C05J5GNHPLN'
40
33
  - name: ''
41
34
  type: ON_CALL
42
35
  url: 'https://atlassian.app.opsgenie.com/settings/schedule/detail/b62291ff-4029-4f26-b7fc-d75d46d7aebc'
43
36
  - name: ''
44
37
  type: PROJECT
45
- url: 'https://product-fabric.atlassian.net/jira/software/c/projects/MEX/boards/713'
38
+ url: 'https://product-fabric.atlassian.net/jira/software/c/projects/BMPT/boards/5090'
46
39
  relationships:
47
40
  DEPENDS_ON:
48
41
  - 'ari:cloud:compass:a436116f-02ce-4520-8fbb-7301462a1674:component/c5751cc6-3513-4070-9deb-af31e86aed34/652381b6-c323-4b50-bf31-c94941a0b6ef'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/media-table",
3
- "version": "18.0.6",
3
+ "version": "18.0.8",
4
4
  "description": "Table UI component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -30,16 +30,16 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@atlaskit/analytics-next": "^11.1.0",
33
- "@atlaskit/button": "^23.4.0",
34
- "@atlaskit/dynamic-table": "^18.2.0",
35
- "@atlaskit/icon": "^28.1.0",
36
- "@atlaskit/media-client": "^35.3.0",
33
+ "@atlaskit/button": "^23.6.0",
34
+ "@atlaskit/dynamic-table": "^18.3.0",
35
+ "@atlaskit/icon": "^28.5.0",
36
+ "@atlaskit/media-client": "^35.5.0",
37
37
  "@atlaskit/media-client-react": "^4.1.0",
38
- "@atlaskit/media-ui": "^28.6.0",
38
+ "@atlaskit/media-ui": "^28.7.0",
39
39
  "@atlaskit/media-viewer": "^52.4.0",
40
40
  "@atlaskit/theme": "^21.0.0",
41
- "@atlaskit/tokens": "^6.3.0",
42
- "@atlaskit/tooltip": "^20.4.0",
41
+ "@atlaskit/tokens": "^8.0.0",
42
+ "@atlaskit/tooltip": "^20.8.0",
43
43
  "@babel/runtime": "^7.0.0",
44
44
  "memoize-one": "^6.0.0"
45
45
  },