@atlaskit/table-tree 12.2.7 → 12.2.9
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 +14 -0
- package/dist/cjs/components/headers.compiled.css +1 -1
- package/dist/cjs/components/headers.js +2 -2
- package/dist/cjs/components/internal/styled.compiled.css +1 -1
- package/dist/cjs/components/internal/styled.js +2 -2
- package/dist/cjs/components/row.js +2 -2
- package/dist/es2019/components/headers.compiled.css +1 -1
- package/dist/es2019/components/headers.js +1 -1
- package/dist/es2019/components/internal/styled.compiled.css +1 -1
- package/dist/es2019/components/internal/styled.js +1 -1
- package/dist/es2019/components/row.js +2 -2
- package/dist/esm/components/headers.compiled.css +1 -1
- package/dist/esm/components/headers.js +2 -2
- package/dist/esm/components/internal/styled.compiled.css +1 -1
- package/dist/esm/components/internal/styled.js +2 -2
- package/dist/esm/components/row.js +2 -2
- package/package.json +9 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/table-tree
|
|
2
2
|
|
|
3
|
+
## 12.2.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`248faa32d4835`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/248faa32d4835) -
|
|
8
|
+
Internal changes to how borders are applied.
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
11
|
+
## 12.2.8
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 12.2.7
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
.
|
|
1
|
+
._179rve13{border-block-end:var(--_txifli)}
|
|
2
2
|
._1e0c1txw{display:flex}
|
|
@@ -26,9 +26,9 @@ var Headers = function Headers(_ref) {
|
|
|
26
26
|
var children = _ref.children;
|
|
27
27
|
return /*#__PURE__*/React.createElement("div", {
|
|
28
28
|
role: "row",
|
|
29
|
-
className: (0, _runtime.ax)(["
|
|
29
|
+
className: (0, _runtime.ax)(["_179rve13 _1e0c1txw"]),
|
|
30
30
|
style: {
|
|
31
|
-
"--
|
|
31
|
+
"--_txifli": (0, _runtime.ix)("solid ".concat("var(--ds-border-width-selected, 2px)", " ", "var(--ds-border, #dfe1e6)"))
|
|
32
32
|
}
|
|
33
33
|
}, _react.Children.map(children, function (header, index) {
|
|
34
34
|
return /*#__PURE__*/(0, _react.cloneElement)(header, {
|
|
@@ -24,9 +24,9 @@ var TreeRowContainer = exports.TreeRowContainer = function TreeRowContainer(prop
|
|
|
24
24
|
return /*#__PURE__*/React.createElement("div", (0, _extends2.default)({
|
|
25
25
|
role: "row"
|
|
26
26
|
}, props, {
|
|
27
|
-
className: (0, _runtime.ax)(["
|
|
27
|
+
className: (0, _runtime.ax)(["_179rkk3c _1e0c1txw"]),
|
|
28
28
|
style: {
|
|
29
|
-
"--
|
|
29
|
+
"--_97mh91": (0, _runtime.ix)("var(--ds-border-width, 1px)".concat(" solid ", "var(--ds-border, ".concat(_colors.N30, ")")))
|
|
30
30
|
}
|
|
31
31
|
}));
|
|
32
32
|
};
|
|
@@ -61,7 +61,7 @@ function Row(_ref) {
|
|
|
61
61
|
actionSubject: 'tableTree',
|
|
62
62
|
componentName: 'row',
|
|
63
63
|
packageName: "@atlaskit/table-tree",
|
|
64
|
-
packageVersion: "
|
|
64
|
+
packageVersion: "0.0.0-development"
|
|
65
65
|
});
|
|
66
66
|
var onCollapse = (0, _analyticsNext.usePlatformLeafEventHandler)({
|
|
67
67
|
fn: function fn(value) {
|
|
@@ -71,7 +71,7 @@ function Row(_ref) {
|
|
|
71
71
|
actionSubject: 'tableTree',
|
|
72
72
|
componentName: 'row',
|
|
73
73
|
packageName: "@atlaskit/table-tree",
|
|
74
|
-
packageVersion: "
|
|
74
|
+
packageVersion: "0.0.0-development"
|
|
75
75
|
});
|
|
76
76
|
|
|
77
77
|
/**
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
.
|
|
1
|
+
._179ruzq5{border-block-end:solid var(--ds-border-width-selected,2px) var(--ds-border,#dfe1e6)}
|
|
2
2
|
._1e0c1txw{display:flex}
|
|
@@ -18,7 +18,7 @@ const Headers = ({
|
|
|
18
18
|
children
|
|
19
19
|
}) => /*#__PURE__*/React.createElement("div", {
|
|
20
20
|
role: "row",
|
|
21
|
-
className: ax(["
|
|
21
|
+
className: ax(["_179ruzq5 _1e0c1txw"])
|
|
22
22
|
}, Children.map(children, (header, index) => /*#__PURE__*/cloneElement(header, {
|
|
23
23
|
key: index,
|
|
24
24
|
columnIndex: index
|
|
@@ -12,7 +12,7 @@ const treeRowContainerStyles = null;
|
|
|
12
12
|
export const TreeRowContainer = props => /*#__PURE__*/React.createElement("div", _extends({
|
|
13
13
|
role: "row"
|
|
14
14
|
}, props, {
|
|
15
|
-
className: ax(["
|
|
15
|
+
className: ax(["_179r17ba _1e0c1txw"])
|
|
16
16
|
}));
|
|
17
17
|
const commonCellElementStyles = null;
|
|
18
18
|
const commonChevronContainerStyles = null;
|
|
@@ -47,7 +47,7 @@ function Row({
|
|
|
47
47
|
actionSubject: 'tableTree',
|
|
48
48
|
componentName: 'row',
|
|
49
49
|
packageName: "@atlaskit/table-tree",
|
|
50
|
-
packageVersion: "
|
|
50
|
+
packageVersion: "0.0.0-development"
|
|
51
51
|
});
|
|
52
52
|
const onCollapse = usePlatformLeafEventHandler({
|
|
53
53
|
fn: value => providedOnCollapse && providedOnCollapse(value),
|
|
@@ -55,7 +55,7 @@ function Row({
|
|
|
55
55
|
actionSubject: 'tableTree',
|
|
56
56
|
componentName: 'row',
|
|
57
57
|
packageName: "@atlaskit/table-tree",
|
|
58
|
-
packageVersion: "
|
|
58
|
+
packageVersion: "0.0.0-development"
|
|
59
59
|
});
|
|
60
60
|
|
|
61
61
|
/**
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
.
|
|
1
|
+
._179rve13{border-block-end:var(--_txifli)}
|
|
2
2
|
._1e0c1txw{display:flex}
|
|
@@ -18,9 +18,9 @@ var Headers = function Headers(_ref) {
|
|
|
18
18
|
var children = _ref.children;
|
|
19
19
|
return /*#__PURE__*/React.createElement("div", {
|
|
20
20
|
role: "row",
|
|
21
|
-
className: ax(["
|
|
21
|
+
className: ax(["_179rve13 _1e0c1txw"]),
|
|
22
22
|
style: {
|
|
23
|
-
"--
|
|
23
|
+
"--_txifli": ix("solid ".concat("var(--ds-border-width-selected, 2px)", " ", "var(--ds-border, #dfe1e6)"))
|
|
24
24
|
}
|
|
25
25
|
}, Children.map(children, function (header, index) {
|
|
26
26
|
return /*#__PURE__*/cloneElement(header, {
|
|
@@ -15,9 +15,9 @@ export var TreeRowContainer = function TreeRowContainer(props) {
|
|
|
15
15
|
return /*#__PURE__*/React.createElement("div", _extends({
|
|
16
16
|
role: "row"
|
|
17
17
|
}, props, {
|
|
18
|
-
className: ax(["
|
|
18
|
+
className: ax(["_179rkk3c _1e0c1txw"]),
|
|
19
19
|
style: {
|
|
20
|
-
"--
|
|
20
|
+
"--_97mh91": ix("var(--ds-border-width, 1px)".concat(" solid ", "var(--ds-border, ".concat(N30, ")")))
|
|
21
21
|
}
|
|
22
22
|
}));
|
|
23
23
|
};
|
|
@@ -52,7 +52,7 @@ function Row(_ref) {
|
|
|
52
52
|
actionSubject: 'tableTree',
|
|
53
53
|
componentName: 'row',
|
|
54
54
|
packageName: "@atlaskit/table-tree",
|
|
55
|
-
packageVersion: "
|
|
55
|
+
packageVersion: "0.0.0-development"
|
|
56
56
|
});
|
|
57
57
|
var onCollapse = usePlatformLeafEventHandler({
|
|
58
58
|
fn: function fn(value) {
|
|
@@ -62,7 +62,7 @@ function Row(_ref) {
|
|
|
62
62
|
actionSubject: 'tableTree',
|
|
63
63
|
componentName: 'row',
|
|
64
64
|
packageName: "@atlaskit/table-tree",
|
|
65
|
-
packageVersion: "
|
|
65
|
+
packageVersion: "0.0.0-development"
|
|
66
66
|
});
|
|
67
67
|
|
|
68
68
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/table-tree",
|
|
3
|
-
"version": "12.2.
|
|
3
|
+
"version": "12.2.9",
|
|
4
4
|
"description": "A table tree is an expandable table for showing nested hierarchies of information.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
28
28
|
"@atlaskit/button": "^23.4.0",
|
|
29
29
|
"@atlaskit/ds-lib": "^5.0.0",
|
|
30
|
-
"@atlaskit/icon": "^28.
|
|
30
|
+
"@atlaskit/icon": "^28.2.0",
|
|
31
31
|
"@atlaskit/spinner": "^19.0.0",
|
|
32
|
-
"@atlaskit/theme": "^
|
|
33
|
-
"@atlaskit/tokens": "^6.
|
|
32
|
+
"@atlaskit/theme": "^21.0.0",
|
|
33
|
+
"@atlaskit/tokens": "^6.3.0",
|
|
34
34
|
"@babel/runtime": "^7.0.0",
|
|
35
35
|
"@compiled/react": "^0.18.3",
|
|
36
36
|
"lodash": "^4.17.21"
|
|
@@ -42,13 +42,13 @@
|
|
|
42
42
|
"@af/accessibility-testing": "workspace:^",
|
|
43
43
|
"@af/integration-testing": "workspace:^",
|
|
44
44
|
"@af/visual-regression": "workspace:^",
|
|
45
|
-
"@atlaskit/docs": "^11.
|
|
45
|
+
"@atlaskit/docs": "^11.1.0",
|
|
46
46
|
"@atlaskit/empty-state": "^10.1.0",
|
|
47
|
-
"@atlaskit/form": "^12.
|
|
47
|
+
"@atlaskit/form": "^12.7.0",
|
|
48
48
|
"@atlaskit/link": "^3.2.0",
|
|
49
|
-
"@atlaskit/primitives": "^14.
|
|
50
|
-
"@atlaskit/section-message": "^8.
|
|
51
|
-
"@atlaskit/select": "^21.
|
|
49
|
+
"@atlaskit/primitives": "^14.14.0",
|
|
50
|
+
"@atlaskit/section-message": "^8.7.0",
|
|
51
|
+
"@atlaskit/select": "^21.3.0",
|
|
52
52
|
"@atlaskit/ssr": "workspace:^",
|
|
53
53
|
"@atlaskit/visually-hidden": "^3.0.0",
|
|
54
54
|
"@atlassian/ssr-tests": "^0.3.0",
|
|
@@ -90,9 +90,6 @@
|
|
|
90
90
|
}
|
|
91
91
|
},
|
|
92
92
|
"homepage": "https://atlassian.design/components/table-tree/",
|
|
93
|
-
"af:exports": {
|
|
94
|
-
".": "./src/index.tsx"
|
|
95
|
-
},
|
|
96
93
|
"platform-feature-flags": {
|
|
97
94
|
"dst-a11y-remove-lodash-from-table-tree": {
|
|
98
95
|
"type": "boolean"
|