@atlaskit/media-table 15.0.19 → 15.0.20
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
|
@@ -7,14 +7,14 @@ exports.truncateWrapperStyles = exports.nameCellWrapperStyles = exports.mediaTab
|
|
|
7
7
|
var _react = require("@emotion/react");
|
|
8
8
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
9
9
|
|
|
10
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
10
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
11
11
|
var nameCellWrapperStyles = exports.nameCellWrapperStyles = (0, _react.css)({
|
|
12
12
|
display: 'flex',
|
|
13
13
|
alignContent: 'center',
|
|
14
14
|
alignItems: 'center'
|
|
15
15
|
});
|
|
16
16
|
|
|
17
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
17
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
18
18
|
var truncateWrapperStyles = exports.truncateWrapperStyles = (0, _react.css)({
|
|
19
19
|
minWidth: 0,
|
|
20
20
|
width: '100%',
|
|
@@ -27,7 +27,7 @@ var truncateWrapperStyles = exports.truncateWrapperStyles = (0, _react.css)({
|
|
|
27
27
|
}
|
|
28
28
|
});
|
|
29
29
|
|
|
30
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
30
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
31
31
|
var mediaTableWrapperStyles = exports.mediaTableWrapperStyles = (0, _react.css)({
|
|
32
32
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
33
33
|
tr: {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
3
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
4
4
|
export const nameCellWrapperStyles = css({
|
|
5
5
|
display: 'flex',
|
|
6
6
|
alignContent: 'center',
|
|
7
7
|
alignItems: 'center'
|
|
8
8
|
});
|
|
9
9
|
|
|
10
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
10
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
11
11
|
export const truncateWrapperStyles = css({
|
|
12
12
|
minWidth: 0,
|
|
13
13
|
width: '100%',
|
|
@@ -20,7 +20,7 @@ export const truncateWrapperStyles = css({
|
|
|
20
20
|
}
|
|
21
21
|
});
|
|
22
22
|
|
|
23
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
23
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
24
24
|
export const mediaTableWrapperStyles = css({
|
|
25
25
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
26
26
|
tr: {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
3
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
4
4
|
export var nameCellWrapperStyles = css({
|
|
5
5
|
display: 'flex',
|
|
6
6
|
alignContent: 'center',
|
|
7
7
|
alignItems: 'center'
|
|
8
8
|
});
|
|
9
9
|
|
|
10
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
10
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
11
11
|
export var truncateWrapperStyles = css({
|
|
12
12
|
minWidth: 0,
|
|
13
13
|
width: '100%',
|
|
@@ -20,7 +20,7 @@ export var truncateWrapperStyles = css({
|
|
|
20
20
|
}
|
|
21
21
|
});
|
|
22
22
|
|
|
23
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
23
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
24
24
|
export var mediaTableWrapperStyles = css({
|
|
25
25
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
26
26
|
tr: {
|
|
@@ -8,7 +8,7 @@ import { colors } from '@atlaskit/theme';
|
|
|
8
8
|
export const ROW_HIGHLIGHT_CLASSNAME = 'media-table-row-highlighted';
|
|
9
9
|
export const ROW_CLASSNAME = 'media-table-row';
|
|
10
10
|
|
|
11
|
-
// eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression, @atlaskit/ui-styling-standard/no-exported-styles
|
|
11
|
+
// eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
12
12
|
export const exampleWrapperStyles = css`
|
|
13
13
|
display: flex;
|
|
14
14
|
flex-direction: column;
|
|
@@ -23,7 +23,7 @@ export const exampleWrapperStyles = css`
|
|
|
23
23
|
}
|
|
24
24
|
`;
|
|
25
25
|
|
|
26
|
-
// eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression, @atlaskit/ui-styling-standard/no-exported-styles
|
|
26
|
+
// eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
27
27
|
export const greenOnHoverStyles = css`
|
|
28
28
|
background-color: ${token('color.background.danger.bold', 'red')};
|
|
29
29
|
height: 8px;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/media-table",
|
|
3
|
-
"version": "15.0.
|
|
3
|
+
"version": "15.0.20",
|
|
4
4
|
"description": "Table UI component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -35,15 +35,15 @@
|
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@atlaskit/analytics-next": "^9.3.0",
|
|
38
|
-
"@atlaskit/button": "^
|
|
38
|
+
"@atlaskit/button": "^19.0.0",
|
|
39
39
|
"@atlaskit/dynamic-table": "^14.18.0",
|
|
40
|
-
"@atlaskit/icon": "^22.
|
|
40
|
+
"@atlaskit/icon": "^22.6.0",
|
|
41
41
|
"@atlaskit/media-client": "^27.3.0",
|
|
42
42
|
"@atlaskit/media-client-react": "^2.0.0",
|
|
43
43
|
"@atlaskit/media-ui": "^25.10.0",
|
|
44
44
|
"@atlaskit/media-viewer": "^48.6.0",
|
|
45
45
|
"@atlaskit/theme": "^12.11.0",
|
|
46
|
-
"@atlaskit/tokens": "^1.
|
|
46
|
+
"@atlaskit/tokens": "^1.56.0",
|
|
47
47
|
"@atlaskit/tooltip": "^18.5.0",
|
|
48
48
|
"@babel/runtime": "^7.0.0",
|
|
49
49
|
"memoize-one": "^6.0.0"
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@atlaskit/icon-file-type": "^6.4.0",
|
|
60
60
|
"@atlaskit/media-core": "^34.2.0",
|
|
61
|
-
"@atlaskit/media-test-helpers": "^
|
|
61
|
+
"@atlaskit/media-test-helpers": "^34.0.0",
|
|
62
62
|
"@atlaskit/range": "^7.3.0",
|
|
63
63
|
"@emotion/react": "^11.7.1",
|
|
64
64
|
"date-fns": "^2.17.0",
|