@atlaskit/media-table 15.0.5 → 15.0.7
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 +12 -0
- package/compass.yml +49 -0
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/version.json +1 -1
- package/package.json +6 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/media-table
|
|
2
2
|
|
|
3
|
+
## 15.0.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`b9355830504`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9355830504) - Opt out of peer dependency enforcement
|
|
8
|
+
|
|
9
|
+
## 15.0.6
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`3fb20c4aeba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fb20c4aeba) - Add postinstall check to enforce internal peer dependencies
|
|
14
|
+
|
|
3
15
|
## 15.0.5
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/compass.yml
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
name: Media Table
|
|
2
|
+
id: 'ari:cloud:compass:a436116f-02ce-4520-8fbb-7301462a1674:component/c5751cc6-3513-4070-9deb-af31e86aed34/68a05520-f5c0-4478-9b4e-a3e36b80ca6c'
|
|
3
|
+
description: This package provides the capability to display the already uploaded media in tabular format with pagination.
|
|
4
|
+
configVersion: 1
|
|
5
|
+
typeId: UI_ELEMENT
|
|
6
|
+
ownerId: 'ari:cloud:teams::team/ef910622-ce0a-44a0-b441-ba89efe7891b'
|
|
7
|
+
fields:
|
|
8
|
+
lifecycle: Active
|
|
9
|
+
tier: 4
|
|
10
|
+
labels:
|
|
11
|
+
- atlassian-platform
|
|
12
|
+
customFields:
|
|
13
|
+
- name: Dev Owner
|
|
14
|
+
type: user
|
|
15
|
+
value: null
|
|
16
|
+
- name: Product
|
|
17
|
+
type: text
|
|
18
|
+
value: null
|
|
19
|
+
- name: Test
|
|
20
|
+
type: text
|
|
21
|
+
value: null
|
|
22
|
+
links:
|
|
23
|
+
- name: ''
|
|
24
|
+
type: REPOSITORY
|
|
25
|
+
url: 'https://bitbucket.org/atlassian/atlassian-frontend/src/master/packages/media/media-table/'
|
|
26
|
+
- name: ''
|
|
27
|
+
type: DOCUMENT
|
|
28
|
+
url: 'https://atlaskit.atlassian.com/packages/media/media-table'
|
|
29
|
+
# - name: '' # Tome Capability
|
|
30
|
+
# type: OTHER_LINK
|
|
31
|
+
# url: ''
|
|
32
|
+
- name: Media By Product
|
|
33
|
+
type: DASHBOARD
|
|
34
|
+
url: 'https://atlassian.signalfx.com/#/dashboard/E-vk3wqAwAA?groupId=E-vkzo1AwAA&configId=E-vk5fsAwAA&startTime=-7d&endTime=Now'
|
|
35
|
+
- name: ''
|
|
36
|
+
type: CHAT_CHANNEL
|
|
37
|
+
url: 'https://atlassian.slack.com/archives/C020CGJDJ3A'
|
|
38
|
+
- name: ''
|
|
39
|
+
type: ON_CALL
|
|
40
|
+
url: 'https://atlassian.app.opsgenie.com/settings/schedule/detail/b62291ff-4029-4f26-b7fc-d75d46d7aebc'
|
|
41
|
+
- name: ''
|
|
42
|
+
type: PROJECT
|
|
43
|
+
url: 'https://product-fabric.atlassian.net/jira/software/c/projects/MEX/boards/713'
|
|
44
|
+
relationships:
|
|
45
|
+
DEPENDS_ON:
|
|
46
|
+
- 'ari:cloud:compass:a436116f-02ce-4520-8fbb-7301462a1674:component/c5751cc6-3513-4070-9deb-af31e86aed34/652381b6-c323-4b50-bf31-c94941a0b6ef'
|
|
47
|
+
|
|
48
|
+
# Learn more about formatting compass.yml:
|
|
49
|
+
# https://go.atlassian.com/compass-yml-format
|
package/dist/cjs/version.json
CHANGED
package/dist/es2019/version.json
CHANGED
package/dist/esm/version.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/media-table",
|
|
3
|
-
"version": "15.0.
|
|
3
|
+
"version": "15.0.7",
|
|
4
4
|
"description": "Table UI component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -35,14 +35,14 @@
|
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@atlaskit/analytics-next": "^9.1.0",
|
|
38
|
-
"@atlaskit/button": "^16.
|
|
39
|
-
"@atlaskit/dynamic-table": "^14.
|
|
38
|
+
"@atlaskit/button": "^16.8.0",
|
|
39
|
+
"@atlaskit/dynamic-table": "^14.11.0",
|
|
40
40
|
"@atlaskit/icon": "^21.12.0",
|
|
41
|
-
"@atlaskit/media-client": "^23.
|
|
42
|
-
"@atlaskit/media-ui": "^23.
|
|
41
|
+
"@atlaskit/media-client": "^23.1.0",
|
|
42
|
+
"@atlaskit/media-ui": "^23.2.0",
|
|
43
43
|
"@atlaskit/media-viewer": "^48.0.0",
|
|
44
44
|
"@atlaskit/theme": "^12.5.0",
|
|
45
|
-
"@atlaskit/tokens": "^1.
|
|
45
|
+
"@atlaskit/tokens": "^1.13.0",
|
|
46
46
|
"@atlaskit/tooltip": "^17.8.0",
|
|
47
47
|
"@babel/runtime": "^7.0.0",
|
|
48
48
|
"memoize-one": "^6.0.0"
|
|
@@ -55,13 +55,10 @@
|
|
|
55
55
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@atlaskit/docs": "^9.1.0",
|
|
59
58
|
"@atlaskit/icon-file-type": "^6.4.0",
|
|
60
|
-
"@atlaskit/media-common": "^7.0.0",
|
|
61
59
|
"@atlaskit/media-core": "^34.1.0",
|
|
62
60
|
"@atlaskit/media-test-helpers": "^33.0.0",
|
|
63
61
|
"@atlaskit/range": "^7.1.0",
|
|
64
|
-
"@atlaskit/ssr": "*",
|
|
65
62
|
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
|
|
66
63
|
"@emotion/react": "^11.7.1",
|
|
67
64
|
"date-fns": "^2.17.0",
|