@atlaskit/media-table 13.0.2 → 13.0.3

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.
@@ -19,5 +19,5 @@ var nameCellWrapperStyles = (0, _react.css)(_templateObject || (_templateObject
19
19
  exports.nameCellWrapperStyles = nameCellWrapperStyles;
20
20
  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"])));
21
21
  exports.truncateWrapperStyles = truncateWrapperStyles;
22
- var mediaTableWrapperStyles = (0, _react.css)(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n tr {\n cursor: pointer;\n\n &:hover {\n background: ", ";\n }\n\n td:empty {\n padding: 0;\n }\n }\n"])), _colors.N20);
22
+ var mediaTableWrapperStyles = (0, _react.css)(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n overflow: scroll;\n\n tr {\n cursor: pointer;\n\n &:hover {\n background: ", ";\n }\n\n td:empty {\n padding: 0;\n }\n }\n"])), _colors.N20);
23
23
  exports.mediaTableWrapperStyles = mediaTableWrapperStyles;
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/media-table",
3
- "version": "13.0.2",
3
+ "version": "13.0.3",
4
4
  "sideEffects": false
5
5
  }
@@ -17,6 +17,8 @@ export const truncateWrapperStyles = css`
17
17
  }
18
18
  `;
19
19
  export const mediaTableWrapperStyles = css`
20
+ overflow: scroll;
21
+
20
22
  tr {
21
23
  cursor: pointer;
22
24
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/media-table",
3
- "version": "13.0.2",
3
+ "version": "13.0.3",
4
4
  "sideEffects": false
5
5
  }
@@ -6,4 +6,4 @@ import { css } from '@emotion/react';
6
6
  import { N20 } from '@atlaskit/theme/colors';
7
7
  export var nameCellWrapperStyles = css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n display: flex;\n align-content: center;\n align-items: center;\n"])));
8
8
  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"])));
9
- export var mediaTableWrapperStyles = css(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n tr {\n cursor: pointer;\n\n &:hover {\n background: ", ";\n }\n\n td:empty {\n padding: 0;\n }\n }\n"])), N20);
9
+ export var mediaTableWrapperStyles = css(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n overflow: scroll;\n\n tr {\n cursor: pointer;\n\n &:hover {\n background: ", ";\n }\n\n td:empty {\n padding: 0;\n }\n }\n"])), N20);
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/media-table",
3
- "version": "13.0.2",
3
+ "version": "13.0.3",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/media-table",
3
- "version": "13.0.2",
3
+ "version": "13.0.3",
4
4
  "description": "Table UI component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -43,11 +43,11 @@
43
43
  "@atlaskit/theme": "^12.2.0",
44
44
  "@atlaskit/tooltip": "^17.5.0",
45
45
  "@babel/runtime": "^7.0.0",
46
+ "@emotion/react": "^11.7.1",
46
47
  "memoize-one": "^6.0.0"
47
48
  },
48
49
  "peerDependencies": {
49
50
  "@atlaskit/media-core": "^33.0.3",
50
- "@emotion/react": "^11.7.1",
51
51
  "react": "^16.8.0",
52
52
  "react-dom": "^16.8.0",
53
53
  "react-intl-next": "npm:react-intl@^5.18.1"
@@ -61,7 +61,6 @@
61
61
  "@atlaskit/range": "^6.0.0",
62
62
  "@atlaskit/ssr": "*",
63
63
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
64
- "@emotion/react": "^11.7.1",
65
64
  "date-fns": "^2.17.0",
66
65
  "enzyme": "^3.10.0",
67
66
  "react": "^16.8.0",