@atlaskit/table-tree 12.2.9 → 12.2.10
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 +6 -10
- package/dist/cjs/components/header.js +1 -1
- package/dist/cjs/components/headers.compiled.css +1 -1
- package/dist/cjs/components/headers.js +2 -5
- package/dist/cjs/components/internal/common-cell.compiled.css +1 -1
- package/dist/cjs/components/internal/common-cell.js +2 -3
- package/dist/cjs/components/internal/overflow-container.js +1 -1
- package/dist/cjs/components/internal/styled.compiled.css +1 -1
- package/dist/cjs/components/internal/styled.js +3 -9
- package/dist/cjs/components/row.js +3 -3
- 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/overflow-container.js +1 -1
- package/dist/es2019/components/internal/styled.js +1 -1
- package/dist/es2019/components/row.js +3 -3
- package/dist/esm/components/header.js +1 -1
- package/dist/esm/components/headers.compiled.css +1 -1
- package/dist/esm/components/headers.js +2 -5
- package/dist/esm/components/internal/common-cell.compiled.css +1 -1
- package/dist/esm/components/internal/common-cell.js +2 -3
- package/dist/esm/components/internal/overflow-container.js +1 -1
- package/dist/esm/components/internal/styled.compiled.css +1 -1
- package/dist/esm/components/internal/styled.js +3 -9
- package/dist/esm/components/row.js +3 -3
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atlaskit/table-tree
|
|
2
2
|
|
|
3
|
+
## 12.2.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
3
9
|
## 12.2.9
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -423,7 +429,6 @@
|
|
|
423
429
|
[`c11b685c99fa`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c11b685c99fa) -
|
|
424
430
|
This release includes bug fixes that slightly change behaviour of multi-line content in table
|
|
425
431
|
cells:
|
|
426
|
-
|
|
427
432
|
- Fixed bug where 'expand' chevron was incorrectly placed when the header cell was smaller than
|
|
428
433
|
other cells in the row.
|
|
429
434
|
- Fixed bug where long words in cells would not wrap to the next line.
|
|
@@ -778,7 +783,6 @@
|
|
|
778
783
|
Package has been migrated from `styled-components` to `@emotion/core`.
|
|
779
784
|
|
|
780
785
|
Other internal changes:
|
|
781
|
-
|
|
782
786
|
- Package has been migrated to typescript
|
|
783
787
|
- Components now have partial type support.
|
|
784
788
|
- Package internally supports `@atlaskit/tokens` colors.
|
|
@@ -815,7 +819,6 @@ _WRONG RELEASE TYPE - DON'T USE_
|
|
|
815
819
|
has been migrated from `styled-components` to `@emotion/core`.
|
|
816
820
|
|
|
817
821
|
Other internal changes:
|
|
818
|
-
|
|
819
822
|
- Package has been migrated to typescript
|
|
820
823
|
- Components now have partial type support.
|
|
821
824
|
- Package internally supports `@atlaskit/tokens` colors.
|
|
@@ -1025,7 +1028,6 @@ _WRONG RELEASE TYPE - DON'T USE_
|
|
|
1025
1028
|
|
|
1026
1029
|
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
1027
1030
|
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
1028
|
-
|
|
1029
1031
|
- @atlaskit/docs@8.3.2
|
|
1030
1032
|
- @atlaskit/visual-regression@0.1.9
|
|
1031
1033
|
- @atlaskit/analytics-next@6.3.5
|
|
@@ -1185,7 +1187,6 @@ _WRONG RELEASE TYPE - DON'T USE_
|
|
|
1185
1187
|
## 7.0.3
|
|
1186
1188
|
|
|
1187
1189
|
- [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
|
|
1188
|
-
|
|
1189
1190
|
- This is just a safety release in case anything strange happened in in the previous one. See Pull
|
|
1190
1191
|
Request #5942 for details
|
|
1191
1192
|
|
|
@@ -1209,7 +1210,6 @@ _WRONG RELEASE TYPE - DON'T USE_
|
|
|
1209
1210
|
## 7.0.0
|
|
1210
1211
|
|
|
1211
1212
|
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
1212
|
-
|
|
1213
1213
|
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
1214
1214
|
this package, please ensure you use at least this version of react and react-dom.
|
|
1215
1215
|
|
|
@@ -1243,7 +1243,6 @@ _WRONG RELEASE TYPE - DON'T USE_
|
|
|
1243
1243
|
## 6.0.2
|
|
1244
1244
|
|
|
1245
1245
|
- [patch][59eb35b62f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/59eb35b62f):
|
|
1246
|
-
|
|
1247
1246
|
- Quick change to TableTree is now compatible with SSR. This required moving setState to
|
|
1248
1247
|
componentDidMount().
|
|
1249
1248
|
|
|
@@ -1264,7 +1263,6 @@ _WRONG RELEASE TYPE - DON'T USE_
|
|
|
1264
1263
|
## 6.0.0
|
|
1265
1264
|
|
|
1266
1265
|
- [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
|
|
1267
|
-
|
|
1268
1266
|
- Drop ES5 from all the flow modules
|
|
1269
1267
|
|
|
1270
1268
|
### Dropping CJS support in all @atlaskit packages
|
|
@@ -1372,14 +1370,12 @@ _WRONG RELEASE TYPE - DON'T USE_
|
|
|
1372
1370
|
## 5.0.1
|
|
1373
1371
|
|
|
1374
1372
|
- [patch][a637f5e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a637f5e):
|
|
1375
|
-
|
|
1376
1373
|
- Refine and fix some flow type errors found by fixing @atlaskit/analytics-next HOCs to allow flow
|
|
1377
1374
|
to type check properly
|
|
1378
1375
|
|
|
1379
1376
|
## 5.0.0
|
|
1380
1377
|
|
|
1381
1378
|
- [major][90109e9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/90109e9" d):
|
|
1382
|
-
|
|
1383
1379
|
- added isDefaultExpanded flag to control default expansion state
|
|
1384
1380
|
- Row component now takes in isExpanded prop to control the expansion state
|
|
1385
1381
|
|
|
@@ -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}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* headers.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* headers.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
"use strict";
|
|
3
3
|
|
|
4
4
|
var _typeof = require("@babel/runtime/helpers/typeof");
|
|
@@ -26,10 +26,7 @@ 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)(["
|
|
30
|
-
style: {
|
|
31
|
-
"--_txifli": (0, _runtime.ix)("solid ".concat("var(--ds-border-width-selected, 2px)", " ", "var(--ds-border, #dfe1e6)"))
|
|
32
|
-
}
|
|
29
|
+
className: (0, _runtime.ax)(["_179ruzq5 _1e0c1txw"])
|
|
33
30
|
}, _react.Children.map(children, function (header, index) {
|
|
34
31
|
return /*#__PURE__*/(0, _react.cloneElement)(header, {
|
|
35
32
|
key: index,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
._11c82smr{font:var(--ds-font-body,normal 400 14px/20px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
|
-
.
|
|
2
|
+
._1yt413wy{padding:var(--ds-space-100,10px) var(--ds-space-300,25px) var(--ds-space-100,10px) var(--indent,var(--ds-space-300,25px))}
|
|
3
3
|
._1e0c1txw{display:flex}
|
|
4
4
|
._1nmz1hna{word-break:break-word}
|
|
5
5
|
._1tke1ylp{min-height:40px}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* common-cell.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* common-cell.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
"use strict";
|
|
3
3
|
|
|
4
4
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
@@ -31,14 +31,13 @@ var CommonCell = function CommonCell(_ref) {
|
|
|
31
31
|
role: "gridcell"
|
|
32
32
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop
|
|
33
33
|
,
|
|
34
|
-
className: (0, _runtime.ax)(["
|
|
34
|
+
className: (0, _runtime.ax)(["_1yt413wy _11c82smr _1e0c1txw _vchhusvi _1tke1ylp _kqswh2mm _4cvr1h6o _syaz1o8f _ct361wug _1nmz1hna", className])
|
|
35
35
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
36
36
|
}, props, {
|
|
37
37
|
style: _objectSpread(_objectSpread({}, {
|
|
38
38
|
'--indent': indent,
|
|
39
39
|
width: width
|
|
40
40
|
}), {}, {
|
|
41
|
-
"--_1s9siax": (0, _runtime.ix)("var(--ds-space-100, 10px)".concat(" ", "var(--ds-space-300, 25px)", " ", "var(--ds-space-100, 10px)", " var(--indent, ", "var(--ds-space-300, 25px)", ")")),
|
|
42
41
|
"--_ggxzyp": (0, _runtime.ix)("var(--ds-text, ".concat(_colors.N800, ")"))
|
|
43
42
|
})
|
|
44
43
|
}));
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
._1e0c1txw{display:flex}
|
|
4
4
|
._1pfhj39m{margin-block-start:-3px}
|
|
5
5
|
._4cvr1h6o{align-items:center}
|
|
6
|
-
.
|
|
6
|
+
._ahbqf2s7{margin-inline-start:calc(var(--ds-space-300, 25px)*-1)}
|
|
7
7
|
._bozg1ssb{padding-inline-start:50%}
|
|
8
8
|
._kqswstnw{position:absolute}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* styled.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* styled.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
"use strict";
|
|
3
3
|
|
|
4
4
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
@@ -39,10 +39,7 @@ var commonChevronContainerStyles = null;
|
|
|
39
39
|
*/
|
|
40
40
|
var ChevronContainer = exports.ChevronContainer = function ChevronContainer(props) {
|
|
41
41
|
return /*#__PURE__*/React.createElement("span", (0, _extends2.default)({}, props, {
|
|
42
|
-
className: (0, _runtime.ax)(["_1e0c1txw _kqswstnw _4cvr1h6o
|
|
43
|
-
style: {
|
|
44
|
-
"--_1izje1g": (0, _runtime.ix)("calc(".concat("var(--ds-space-300, 25px)", " * -1)"))
|
|
45
|
-
}
|
|
42
|
+
className: (0, _runtime.ax)(["_1e0c1txw _kqswstnw _4cvr1h6o _ahbqf2s7", "_1pfhj39m"])
|
|
46
43
|
}));
|
|
47
44
|
};
|
|
48
45
|
var loadingItemContainerStyles = null;
|
|
@@ -56,9 +53,6 @@ var LoaderItemContainer = exports.LoaderItemContainer = function LoaderItemConta
|
|
|
56
53
|
var isRoot = _ref.isRoot,
|
|
57
54
|
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
|
58
55
|
return /*#__PURE__*/React.createElement("span", (0, _extends2.default)({}, props, {
|
|
59
|
-
className: (0, _runtime.ax)(["_1e0c1txw _kqswstnw _4cvr1h6o
|
|
60
|
-
style: {
|
|
61
|
-
"--_1izje1g": (0, _runtime.ix)("calc(".concat("var(--ds-space-300, 25px)", " * -1)"))
|
|
62
|
-
}
|
|
56
|
+
className: (0, _runtime.ax)(["_1e0c1txw _kqswstnw _4cvr1h6o _ahbqf2s7", "_1bsb1osq", isRoot && "_bozg1ssb"])
|
|
63
57
|
}));
|
|
64
58
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* row.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* row.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
"use strict";
|
|
3
3
|
|
|
4
4
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
@@ -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: "12.2.9"
|
|
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: "12.2.9"
|
|
75
75
|
});
|
|
76
76
|
|
|
77
77
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* overflow-container.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* overflow-container.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import "./overflow-container.compiled.css";
|
|
4
4
|
import * as React from 'react';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* row.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* row.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
import "./row.compiled.css";
|
|
3
3
|
import { ax, ix } from "@compiled/react/runtime";
|
|
4
4
|
import React, { Fragment, useEffect, useState } from 'react';
|
|
@@ -47,7 +47,7 @@ function Row({
|
|
|
47
47
|
actionSubject: 'tableTree',
|
|
48
48
|
componentName: 'row',
|
|
49
49
|
packageName: "@atlaskit/table-tree",
|
|
50
|
-
packageVersion: "
|
|
50
|
+
packageVersion: "12.2.9"
|
|
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: "12.2.9"
|
|
59
59
|
});
|
|
60
60
|
|
|
61
61
|
/**
|
|
@@ -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}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* headers.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* headers.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
import "./headers.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -18,10 +18,7 @@ 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(["
|
|
22
|
-
style: {
|
|
23
|
-
"--_txifli": ix("solid ".concat("var(--ds-border-width-selected, 2px)", " ", "var(--ds-border, #dfe1e6)"))
|
|
24
|
-
}
|
|
21
|
+
className: ax(["_179ruzq5 _1e0c1txw"])
|
|
25
22
|
}, Children.map(children, function (header, index) {
|
|
26
23
|
return /*#__PURE__*/cloneElement(header, {
|
|
27
24
|
key: index,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
._11c82smr{font:var(--ds-font-body,normal 400 14px/20px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
|
-
.
|
|
2
|
+
._1yt413wy{padding:var(--ds-space-100,10px) var(--ds-space-300,25px) var(--ds-space-100,10px) var(--indent,var(--ds-space-300,25px))}
|
|
3
3
|
._1e0c1txw{display:flex}
|
|
4
4
|
._1nmz1hna{word-break:break-word}
|
|
5
5
|
._1tke1ylp{min-height:40px}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* common-cell.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* common-cell.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
4
4
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
@@ -22,14 +22,13 @@ var CommonCell = function CommonCell(_ref) {
|
|
|
22
22
|
role: "gridcell"
|
|
23
23
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop
|
|
24
24
|
,
|
|
25
|
-
className: ax(["
|
|
25
|
+
className: ax(["_1yt413wy _11c82smr _1e0c1txw _vchhusvi _1tke1ylp _kqswh2mm _4cvr1h6o _syaz1o8f _ct361wug _1nmz1hna", className])
|
|
26
26
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
27
27
|
}, props, {
|
|
28
28
|
style: _objectSpread(_objectSpread({}, {
|
|
29
29
|
'--indent': indent,
|
|
30
30
|
width: width
|
|
31
31
|
}), {}, {
|
|
32
|
-
"--_1s9siax": ix("var(--ds-space-100, 10px)".concat(" ", "var(--ds-space-300, 25px)", " ", "var(--ds-space-100, 10px)", " var(--indent, ", "var(--ds-space-300, 25px)", ")")),
|
|
33
32
|
"--_ggxzyp": ix("var(--ds-text, ".concat(N800, ")"))
|
|
34
33
|
})
|
|
35
34
|
}));
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* overflow-container.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* overflow-container.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
4
4
|
var _excluded = ["isSingleLine"];
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
._1e0c1txw{display:flex}
|
|
4
4
|
._1pfhj39m{margin-block-start:-3px}
|
|
5
5
|
._4cvr1h6o{align-items:center}
|
|
6
|
-
.
|
|
6
|
+
._ahbqf2s7{margin-inline-start:calc(var(--ds-space-300, 25px)*-1)}
|
|
7
7
|
._bozg1ssb{padding-inline-start:50%}
|
|
8
8
|
._kqswstnw{position:absolute}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* styled.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* styled.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
3
3
|
import _extends from "@babel/runtime/helpers/extends";
|
|
4
4
|
var _excluded = ["isRoot"];
|
|
@@ -30,10 +30,7 @@ var commonChevronContainerStyles = null;
|
|
|
30
30
|
*/
|
|
31
31
|
export var ChevronContainer = function ChevronContainer(props) {
|
|
32
32
|
return /*#__PURE__*/React.createElement("span", _extends({}, props, {
|
|
33
|
-
className: ax(["_1e0c1txw _kqswstnw _4cvr1h6o
|
|
34
|
-
style: {
|
|
35
|
-
"--_1izje1g": ix("calc(".concat("var(--ds-space-300, 25px)", " * -1)"))
|
|
36
|
-
}
|
|
33
|
+
className: ax(["_1e0c1txw _kqswstnw _4cvr1h6o _ahbqf2s7", "_1pfhj39m"])
|
|
37
34
|
}));
|
|
38
35
|
};
|
|
39
36
|
var loadingItemContainerStyles = null;
|
|
@@ -47,9 +44,6 @@ export var LoaderItemContainer = function LoaderItemContainer(_ref) {
|
|
|
47
44
|
var isRoot = _ref.isRoot,
|
|
48
45
|
props = _objectWithoutProperties(_ref, _excluded);
|
|
49
46
|
return /*#__PURE__*/React.createElement("span", _extends({}, props, {
|
|
50
|
-
className: ax(["_1e0c1txw _kqswstnw _4cvr1h6o
|
|
51
|
-
style: {
|
|
52
|
-
"--_1izje1g": ix("calc(".concat("var(--ds-space-300, 25px)", " * -1)"))
|
|
53
|
-
}
|
|
47
|
+
className: ax(["_1e0c1txw _kqswstnw _4cvr1h6o _ahbqf2s7", "_1bsb1osq", isRoot && "_bozg1ssb"])
|
|
54
48
|
}));
|
|
55
49
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* row.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* row.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
3
3
|
import "./row.compiled.css";
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -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: "12.2.9"
|
|
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: "12.2.9"
|
|
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.10",
|
|
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/"
|
|
@@ -25,14 +25,14 @@
|
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
28
|
-
"@atlaskit/button": "^23.
|
|
29
|
-
"@atlaskit/ds-lib": "^5.
|
|
30
|
-
"@atlaskit/icon": "^28.
|
|
28
|
+
"@atlaskit/button": "^23.5.0",
|
|
29
|
+
"@atlaskit/ds-lib": "^5.1.0",
|
|
30
|
+
"@atlaskit/icon": "^28.5.0",
|
|
31
31
|
"@atlaskit/spinner": "^19.0.0",
|
|
32
32
|
"@atlaskit/theme": "^21.0.0",
|
|
33
|
-
"@atlaskit/tokens": "^
|
|
33
|
+
"@atlaskit/tokens": "^7.0.0",
|
|
34
34
|
"@babel/runtime": "^7.0.0",
|
|
35
|
-
"@compiled/react": "^0.18.
|
|
35
|
+
"@compiled/react": "^0.18.6",
|
|
36
36
|
"lodash": "^4.17.21"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
@@ -42,11 +42,11 @@
|
|
|
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.2.0",
|
|
46
46
|
"@atlaskit/empty-state": "^10.1.0",
|
|
47
|
-
"@atlaskit/form": "^
|
|
47
|
+
"@atlaskit/form": "^14.2.0",
|
|
48
48
|
"@atlaskit/link": "^3.2.0",
|
|
49
|
-
"@atlaskit/primitives": "^
|
|
49
|
+
"@atlaskit/primitives": "^15.0.0",
|
|
50
50
|
"@atlaskit/section-message": "^8.7.0",
|
|
51
51
|
"@atlaskit/select": "^21.3.0",
|
|
52
52
|
"@atlaskit/ssr": "workspace:^",
|