@atlaskit/media-table 15.0.4 → 15.0.6

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.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [`3fb20c4aeba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fb20c4aeba) - Add postinstall check to enforce internal peer dependencies
8
+
9
+ ## 15.0.5
10
+
11
+ ### Patch Changes
12
+
13
+ - [`48e4a655534`](https://bitbucket.org/atlassian/atlassian-frontend/commits/48e4a655534) - Internal change to enforce token usage for spacing properties. There is no expected visual or behaviour change.
14
+
3
15
  ## 15.0.4
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
@@ -10,7 +10,7 @@ var _react = require("@emotion/react");
10
10
  var _templateObject, _templateObject2, _templateObject3;
11
11
  var nameCellWrapperStyles = (0, _react.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n align-content: center;\n align-items: center;\n"])));
12
12
  exports.nameCellWrapperStyles = nameCellWrapperStyles;
13
- var truncateWrapperStyles = (0, _react.css)(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n min-width: 0;\n width: 100%;\n margin-left: 4px;\n\n span:first-of-type {\n &::first-letter {\n text-transform: capitalize;\n }\n }\n"])));
13
+ var truncateWrapperStyles = (0, _react.css)(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n min-width: 0;\n width: 100%;\n margin-left: ", ";\n\n span:first-of-type {\n &::first-letter {\n text-transform: capitalize;\n }\n }\n"])), "var(--ds-space-050, 4px)");
14
14
  exports.truncateWrapperStyles = truncateWrapperStyles;
15
15
  var mediaTableWrapperStyles = (0, _react.css)(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n tr {\n cursor: pointer;\n\n td:empty {\n padding: 0;\n }\n }\n"])));
16
16
  exports.mediaTableWrapperStyles = mediaTableWrapperStyles;
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/media-table",
3
- "version": "15.0.4",
3
+ "version": "15.0.6",
4
4
  "sideEffects": false
5
5
  }
@@ -7,7 +7,7 @@ export const nameCellWrapperStyles = css`
7
7
  export const truncateWrapperStyles = css`
8
8
  min-width: 0;
9
9
  width: 100%;
10
- margin-left: 4px;
10
+ margin-left: ${"var(--ds-space-050, 4px)"};
11
11
 
12
12
  span:first-of-type {
13
13
  &::first-letter {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/media-table",
3
- "version": "15.0.4",
3
+ "version": "15.0.6",
4
4
  "sideEffects": false
5
5
  }
@@ -2,5 +2,5 @@ import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral
2
2
  var _templateObject, _templateObject2, _templateObject3;
3
3
  import { css } from '@emotion/react';
4
4
  export var nameCellWrapperStyles = css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n display: flex;\n align-content: center;\n align-items: center;\n"])));
5
- export var truncateWrapperStyles = css(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n min-width: 0;\n width: 100%;\n margin-left: 4px;\n\n span:first-of-type {\n &::first-letter {\n text-transform: capitalize;\n }\n }\n"])));
5
+ export var truncateWrapperStyles = css(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n min-width: 0;\n width: 100%;\n margin-left: ", ";\n\n span:first-of-type {\n &::first-letter {\n text-transform: capitalize;\n }\n }\n"])), "var(--ds-space-050, 4px)");
6
6
  export var mediaTableWrapperStyles = css(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n tr {\n cursor: pointer;\n\n td:empty {\n padding: 0;\n }\n }\n"])));
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/media-table",
3
- "version": "15.0.4",
3
+ "version": "15.0.6",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/media-table",
3
- "version": "15.0.4",
3
+ "version": "15.0.6",
4
4
  "description": "Table UI component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -28,21 +28,22 @@
28
28
  "atlassian": {
29
29
  "team": "Media Experience",
30
30
  "inPublicMirror": true,
31
- "releaseModel": "scheduled",
31
+ "releaseModel": "continuous",
32
32
  "website": {
33
33
  "name": "Media Client"
34
34
  }
35
35
  },
36
36
  "dependencies": {
37
37
  "@atlaskit/analytics-next": "^9.1.0",
38
- "@atlaskit/button": "^16.7.0",
39
- "@atlaskit/dynamic-table": "^14.9.0",
38
+ "@atlaskit/button": "^16.8.0",
39
+ "@atlaskit/dynamic-table": "^14.11.0",
40
+ "@atlaskit/enforce-peer-dependencies": "^1.0.1",
40
41
  "@atlaskit/icon": "^21.12.0",
41
- "@atlaskit/media-client": "^23.0.0",
42
- "@atlaskit/media-ui": "^23.0.0",
42
+ "@atlaskit/media-client": "^23.1.0",
43
+ "@atlaskit/media-ui": "^23.2.0",
43
44
  "@atlaskit/media-viewer": "^48.0.0",
44
45
  "@atlaskit/theme": "^12.5.0",
45
- "@atlaskit/tokens": "^1.5.0",
46
+ "@atlaskit/tokens": "^1.12.0",
46
47
  "@atlaskit/tooltip": "^17.8.0",
47
48
  "@babel/runtime": "^7.0.0",
48
49
  "memoize-one": "^6.0.0"
@@ -55,13 +56,10 @@
55
56
  "react-intl-next": "npm:react-intl@^5.18.1"
56
57
  },
57
58
  "devDependencies": {
58
- "@atlaskit/docs": "^9.1.0",
59
59
  "@atlaskit/icon-file-type": "^6.4.0",
60
- "@atlaskit/media-common": "^6.0.0",
61
60
  "@atlaskit/media-core": "^34.1.0",
62
61
  "@atlaskit/media-test-helpers": "^33.0.0",
63
62
  "@atlaskit/range": "^7.1.0",
64
- "@atlaskit/ssr": "*",
65
63
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
66
64
  "@emotion/react": "^11.7.1",
67
65
  "date-fns": "^2.17.0",
@@ -73,10 +71,14 @@
73
71
  "techstack": {
74
72
  "@repo/internal": {
75
73
  "design-tokens": [
76
- "color"
74
+ "color",
75
+ "spacing"
77
76
  ]
78
77
  }
79
78
  },
80
79
  "resolutions": {},
81
- "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1"
80
+ "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1",
81
+ "scripts": {
82
+ "postinstall": "npx enforce-peer-dependencies --internal-packages"
83
+ }
82
84
  }