@atlaskit/table-tree 9.1.1 → 9.1.2
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 +7 -0
- package/dist/cjs/components/header.js +1 -1
- package/dist/cjs/components/headers.js +1 -1
- package/dist/cjs/components/internal/common-cell.js +1 -1
- package/dist/cjs/components/internal/styled.js +2 -2
- package/dist/cjs/components/row.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/components/header.js +1 -1
- package/dist/es2019/components/headers.js +1 -1
- package/dist/es2019/components/internal/common-cell.js +1 -1
- package/dist/es2019/components/internal/styled.js +2 -2
- package/dist/es2019/components/row.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/components/header.js +1 -1
- package/dist/esm/components/headers.js +1 -1
- package/dist/esm/components/internal/common-cell.js +1 -1
- package/dist/esm/components/internal/styled.js +2 -2
- package/dist/esm/components/row.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/components/internal/styled.d.ts +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @atlaskit/table-tree
|
|
2
2
|
|
|
3
|
+
## 9.1.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - The no-unsafe-design-token-usage eslint rule now respects the new token naming conventions when auto-fixing by correctly formatting token ids.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
|
|
3
10
|
## 9.1.1
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -34,7 +34,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
|
|
|
34
34
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
35
35
|
|
|
36
36
|
var headerStyles = (0, _core.css)({
|
|
37
|
-
color: "var(--ds-text-
|
|
37
|
+
color: "var(--ds-text-subtle, ".concat(_colors.N300, ")"),
|
|
38
38
|
fontSize: 12,
|
|
39
39
|
fontWeight: 'bold',
|
|
40
40
|
letterSpacing: -0.1,
|
|
@@ -27,7 +27,7 @@ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Re
|
|
|
27
27
|
|
|
28
28
|
var containerStyles = (0, _core.css)({
|
|
29
29
|
display: 'flex',
|
|
30
|
-
borderBottom: "solid 2px ".concat("var(--ds-border
|
|
30
|
+
borderBottom: "solid 2px ".concat("var(--ds-border, #dfe1e6)")
|
|
31
31
|
});
|
|
32
32
|
|
|
33
33
|
var Headers = /*#__PURE__*/function (_Component) {
|
|
@@ -23,7 +23,7 @@ var commonStyles = (0, _core.css)({
|
|
|
23
23
|
padding: '10px 25px 10px var(--indent, 25px)',
|
|
24
24
|
position: 'relative',
|
|
25
25
|
alignItems: 'flex-start',
|
|
26
|
-
color: "var(--ds-text
|
|
26
|
+
color: "var(--ds-text, ".concat(_colors.N800, ")"),
|
|
27
27
|
lineHeight: '20px'
|
|
28
28
|
});
|
|
29
29
|
|
|
@@ -16,11 +16,11 @@ var _core = require("@emotion/core");
|
|
|
16
16
|
var _colors = require("@atlaskit/theme/colors");
|
|
17
17
|
|
|
18
18
|
var _excluded = ["isRoot"];
|
|
19
|
-
var iconColor = "var(--ds-text
|
|
19
|
+
var iconColor = "var(--ds-text, ".concat(_colors.N800, ")");
|
|
20
20
|
exports.iconColor = iconColor;
|
|
21
21
|
var treeRowContainerStyles = (0, _core.css)({
|
|
22
22
|
display: 'flex',
|
|
23
|
-
borderBottom: "1px solid ".concat("var(--ds-border
|
|
23
|
+
borderBottom: "1px solid ".concat("var(--ds-border, ".concat(_colors.N30, ")"))
|
|
24
24
|
});
|
|
25
25
|
/**
|
|
26
26
|
* __Tree row container__
|
|
@@ -44,7 +44,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
|
|
|
44
44
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
45
45
|
|
|
46
46
|
var packageName = "@atlaskit/table-tree";
|
|
47
|
-
var packageVersion = "9.1.
|
|
47
|
+
var packageVersion = "9.1.2";
|
|
48
48
|
|
|
49
49
|
var Row = /*#__PURE__*/function (_Component) {
|
|
50
50
|
(0, _inherits2.default)(Row, _Component);
|
package/dist/cjs/version.json
CHANGED
|
@@ -9,7 +9,7 @@ import { N300 } from '@atlaskit/theme/colors';
|
|
|
9
9
|
import ColumnCell from './internal/common-cell';
|
|
10
10
|
import withColumnWidth from './internal/with-column-width';
|
|
11
11
|
const headerStyles = css({
|
|
12
|
-
color: `var(--ds-text-
|
|
12
|
+
color: `var(--ds-text-subtle, ${N300})`,
|
|
13
13
|
fontSize: 12,
|
|
14
14
|
fontWeight: 'bold',
|
|
15
15
|
letterSpacing: -0.1,
|
|
@@ -5,7 +5,7 @@ import { Children, cloneElement, Component } from 'react';
|
|
|
5
5
|
import { css, jsx } from '@emotion/core';
|
|
6
6
|
const containerStyles = css({
|
|
7
7
|
display: 'flex',
|
|
8
|
-
borderBottom: `solid 2px ${"var(--ds-border
|
|
8
|
+
borderBottom: `solid 2px ${"var(--ds-border, #dfe1e6)"}`
|
|
9
9
|
});
|
|
10
10
|
export default class Headers extends Component {
|
|
11
11
|
render() {
|
|
@@ -3,10 +3,10 @@ import _extends from "@babel/runtime/helpers/extends";
|
|
|
3
3
|
/** @jsx jsx */
|
|
4
4
|
import { css, jsx } from '@emotion/core';
|
|
5
5
|
import { N30, N800 } from '@atlaskit/theme/colors';
|
|
6
|
-
export const iconColor = `var(--ds-text
|
|
6
|
+
export const iconColor = `var(--ds-text, ${N800})`;
|
|
7
7
|
const treeRowContainerStyles = css({
|
|
8
8
|
display: 'flex',
|
|
9
|
-
borderBottom: `1px solid ${`var(--ds-border
|
|
9
|
+
borderBottom: `1px solid ${`var(--ds-border, ${N30})`}`
|
|
10
10
|
});
|
|
11
11
|
/**
|
|
12
12
|
* __Tree row container__
|
|
@@ -8,7 +8,7 @@ import toItemId from '../utils/to-item-id';
|
|
|
8
8
|
import Chevron from './internal/chevron';
|
|
9
9
|
import { TreeRowContainer } from './internal/styled';
|
|
10
10
|
const packageName = "@atlaskit/table-tree";
|
|
11
|
-
const packageVersion = "9.1.
|
|
11
|
+
const packageVersion = "9.1.2";
|
|
12
12
|
|
|
13
13
|
class Row extends Component {
|
|
14
14
|
constructor(...args) {
|
package/dist/es2019/version.json
CHANGED
|
@@ -18,7 +18,7 @@ import { N300 } from '@atlaskit/theme/colors';
|
|
|
18
18
|
import ColumnCell from './internal/common-cell';
|
|
19
19
|
import withColumnWidth from './internal/with-column-width';
|
|
20
20
|
var headerStyles = css({
|
|
21
|
-
color: "var(--ds-text-
|
|
21
|
+
color: "var(--ds-text-subtle, ".concat(N300, ")"),
|
|
22
22
|
fontSize: 12,
|
|
23
23
|
fontWeight: 'bold',
|
|
24
24
|
letterSpacing: -0.1,
|
|
@@ -15,7 +15,7 @@ import { Children, cloneElement, Component } from 'react';
|
|
|
15
15
|
import { css, jsx } from '@emotion/core';
|
|
16
16
|
var containerStyles = css({
|
|
17
17
|
display: 'flex',
|
|
18
|
-
borderBottom: "solid 2px ".concat("var(--ds-border
|
|
18
|
+
borderBottom: "solid 2px ".concat("var(--ds-border, #dfe1e6)")
|
|
19
19
|
});
|
|
20
20
|
|
|
21
21
|
var Headers = /*#__PURE__*/function (_Component) {
|
|
@@ -12,7 +12,7 @@ var commonStyles = css({
|
|
|
12
12
|
padding: '10px 25px 10px var(--indent, 25px)',
|
|
13
13
|
position: 'relative',
|
|
14
14
|
alignItems: 'flex-start',
|
|
15
|
-
color: "var(--ds-text
|
|
15
|
+
color: "var(--ds-text, ".concat(N800, ")"),
|
|
16
16
|
lineHeight: '20px'
|
|
17
17
|
});
|
|
18
18
|
|
|
@@ -5,10 +5,10 @@ var _excluded = ["isRoot"];
|
|
|
5
5
|
/** @jsx jsx */
|
|
6
6
|
import { css, jsx } from '@emotion/core';
|
|
7
7
|
import { N30, N800 } from '@atlaskit/theme/colors';
|
|
8
|
-
export var iconColor = "var(--ds-text
|
|
8
|
+
export var iconColor = "var(--ds-text, ".concat(N800, ")");
|
|
9
9
|
var treeRowContainerStyles = css({
|
|
10
10
|
display: 'flex',
|
|
11
|
-
borderBottom: "1px solid ".concat("var(--ds-border
|
|
11
|
+
borderBottom: "1px solid ".concat("var(--ds-border, ".concat(N30, ")"))
|
|
12
12
|
});
|
|
13
13
|
/**
|
|
14
14
|
* __Tree row container__
|
|
@@ -18,7 +18,7 @@ import toItemId from '../utils/to-item-id';
|
|
|
18
18
|
import Chevron from './internal/chevron';
|
|
19
19
|
import { TreeRowContainer } from './internal/styled';
|
|
20
20
|
var packageName = "@atlaskit/table-tree";
|
|
21
|
-
var packageVersion = "9.1.
|
|
21
|
+
var packageVersion = "9.1.2";
|
|
22
22
|
|
|
23
23
|
var Row = /*#__PURE__*/function (_Component) {
|
|
24
24
|
_inherits(Row, _Component);
|
package/dist/esm/version.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/table-tree",
|
|
3
|
-
"version": "9.1.
|
|
3
|
+
"version": "9.1.2",
|
|
4
4
|
"description": "A React Component for displaying expandable tables with tree-like hierarchies",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@atlaskit/icon": "^21.10.0",
|
|
31
31
|
"@atlaskit/spinner": "^15.0.0",
|
|
32
32
|
"@atlaskit/theme": "^12.1.0",
|
|
33
|
-
"@atlaskit/tokens": "^0.
|
|
33
|
+
"@atlaskit/tokens": "^0.6.0",
|
|
34
34
|
"@babel/runtime": "^7.0.0",
|
|
35
35
|
"@emotion/core": "^10.0.9",
|
|
36
36
|
"lodash": "^4.17.21",
|