@atlaskit/table-tree 12.2.15 → 12.2.17
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/header.compiled.css +1 -1
- package/dist/cjs/components/header.js +1 -1
- package/dist/cjs/components/row.js +2 -2
- package/dist/es2019/components/header.compiled.css +1 -1
- package/dist/es2019/components/header.js +1 -1
- package/dist/es2019/components/row.js +2 -2
- package/dist/esm/components/header.compiled.css +1 -1
- package/dist/esm/components/header.js +1 -1
- package/dist/esm/components/row.js +2 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/table-tree
|
|
2
2
|
|
|
3
|
+
## 12.2.17
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 12.2.16
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`a48fdadce2137`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a48fdadce2137) -
|
|
14
|
+
Minor internal typography changes.
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 12.2.15
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
.
|
|
1
|
+
._11c8wadc{font:var(--ds-font-body-small,normal 400 9pt/1pc "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
2
|
._k48pwu06{font-weight:var(--ds-font-weight-bold,653)}
|
|
3
3
|
._syaz1vvm{color:var(--_bbz764)}
|
|
@@ -39,7 +39,7 @@ var HeaderComponent = function HeaderComponent(_ref) {
|
|
|
39
39
|
width: width,
|
|
40
40
|
id: id,
|
|
41
41
|
onClick: onClick,
|
|
42
|
-
className: (0, _runtime.ax)(["
|
|
42
|
+
className: (0, _runtime.ax)(["_11c8wadc _syaz1vvm _k48pwu06"]),
|
|
43
43
|
style: {
|
|
44
44
|
"--_bbz764": (0, _runtime.ix)("var(--ds-text-subtle, ".concat(_colors.N300, ")"))
|
|
45
45
|
}
|
|
@@ -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,3 +1,3 @@
|
|
|
1
|
-
.
|
|
1
|
+
._11c8wadc{font:var(--ds-font-body-small,normal 400 9pt/1pc "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
2
|
._k48pwu06{font-weight:var(--ds-font-weight-bold,653)}
|
|
3
3
|
._syaz1n3s{color:var(--ds-text-subtle,#5e6c84)}
|
|
@@ -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,3 +1,3 @@
|
|
|
1
|
-
.
|
|
1
|
+
._11c8wadc{font:var(--ds-font-body-small,normal 400 9pt/1pc "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
2
|
._k48pwu06{font-weight:var(--ds-font-weight-bold,653)}
|
|
3
3
|
._syaz1vvm{color:var(--_bbz764)}
|
|
@@ -30,7 +30,7 @@ var HeaderComponent = function HeaderComponent(_ref) {
|
|
|
30
30
|
width: width,
|
|
31
31
|
id: id,
|
|
32
32
|
onClick: onClick,
|
|
33
|
-
className: ax(["
|
|
33
|
+
className: ax(["_11c8wadc _syaz1vvm _k48pwu06"]),
|
|
34
34
|
style: {
|
|
35
35
|
"--_bbz764": ix("var(--ds-text-subtle, ".concat(N300, ")"))
|
|
36
36
|
}
|
|
@@ -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.17",
|
|
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.9.0",
|
|
29
29
|
"@atlaskit/ds-lib": "^5.3.0",
|
|
30
|
-
"@atlaskit/icon": "^
|
|
30
|
+
"@atlaskit/icon": "^30.0.0",
|
|
31
31
|
"@atlaskit/spinner": "^19.0.0",
|
|
32
32
|
"@atlaskit/theme": "^21.0.0",
|
|
33
|
-
"@atlaskit/tokens": "^10.
|
|
33
|
+
"@atlaskit/tokens": "^10.1.0",
|
|
34
34
|
"@babel/runtime": "^7.0.0",
|
|
35
35
|
"@compiled/react": "^0.18.6",
|
|
36
36
|
"lodash": "^4.17.21"
|