@atlaskit/table-tree 12.2.8 → 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.
Files changed (28) hide show
  1. package/CHANGELOG.md +14 -10
  2. package/dist/cjs/components/header.js +1 -1
  3. package/dist/cjs/components/headers.compiled.css +1 -1
  4. package/dist/cjs/components/headers.js +2 -5
  5. package/dist/cjs/components/internal/common-cell.compiled.css +1 -1
  6. package/dist/cjs/components/internal/common-cell.js +2 -3
  7. package/dist/cjs/components/internal/overflow-container.js +1 -1
  8. package/dist/cjs/components/internal/styled.compiled.css +2 -2
  9. package/dist/cjs/components/internal/styled.js +5 -11
  10. package/dist/cjs/components/row.js +3 -3
  11. package/dist/es2019/components/header.js +1 -1
  12. package/dist/es2019/components/headers.compiled.css +1 -1
  13. package/dist/es2019/components/headers.js +2 -2
  14. package/dist/es2019/components/internal/common-cell.js +1 -1
  15. package/dist/es2019/components/internal/overflow-container.js +1 -1
  16. package/dist/es2019/components/internal/styled.compiled.css +1 -1
  17. package/dist/es2019/components/internal/styled.js +2 -2
  18. package/dist/es2019/components/row.js +3 -3
  19. package/dist/esm/components/header.js +1 -1
  20. package/dist/esm/components/headers.compiled.css +1 -1
  21. package/dist/esm/components/headers.js +2 -5
  22. package/dist/esm/components/internal/common-cell.compiled.css +1 -1
  23. package/dist/esm/components/internal/common-cell.js +2 -3
  24. package/dist/esm/components/internal/overflow-container.js +1 -1
  25. package/dist/esm/components/internal/styled.compiled.css +2 -2
  26. package/dist/esm/components/internal/styled.js +5 -11
  27. package/dist/esm/components/row.js +3 -3
  28. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @atlaskit/table-tree
2
2
 
3
+ ## 12.2.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 12.2.9
10
+
11
+ ### Patch Changes
12
+
13
+ - [`248faa32d4835`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/248faa32d4835) -
14
+ Internal changes to how borders are applied.
15
+ - Updated dependencies
16
+
3
17
  ## 12.2.8
4
18
 
5
19
  ### Patch Changes
@@ -415,7 +429,6 @@
415
429
  [`c11b685c99fa`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c11b685c99fa) -
416
430
  This release includes bug fixes that slightly change behaviour of multi-line content in table
417
431
  cells:
418
-
419
432
  - Fixed bug where 'expand' chevron was incorrectly placed when the header cell was smaller than
420
433
  other cells in the row.
421
434
  - Fixed bug where long words in cells would not wrap to the next line.
@@ -770,7 +783,6 @@
770
783
  Package has been migrated from `styled-components` to `@emotion/core`.
771
784
 
772
785
  Other internal changes:
773
-
774
786
  - Package has been migrated to typescript
775
787
  - Components now have partial type support.
776
788
  - Package internally supports `@atlaskit/tokens` colors.
@@ -807,7 +819,6 @@ _WRONG RELEASE TYPE - DON'T USE_
807
819
  has been migrated from `styled-components` to `@emotion/core`.
808
820
 
809
821
  Other internal changes:
810
-
811
822
  - Package has been migrated to typescript
812
823
  - Components now have partial type support.
813
824
  - Package internally supports `@atlaskit/tokens` colors.
@@ -1017,7 +1028,6 @@ _WRONG RELEASE TYPE - DON'T USE_
1017
1028
 
1018
1029
  Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
1019
1030
  [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
1020
-
1021
1031
  - @atlaskit/docs@8.3.2
1022
1032
  - @atlaskit/visual-regression@0.1.9
1023
1033
  - @atlaskit/analytics-next@6.3.5
@@ -1177,7 +1187,6 @@ _WRONG RELEASE TYPE - DON'T USE_
1177
1187
  ## 7.0.3
1178
1188
 
1179
1189
  - [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
1180
-
1181
1190
  - This is just a safety release in case anything strange happened in in the previous one. See Pull
1182
1191
  Request #5942 for details
1183
1192
 
@@ -1201,7 +1210,6 @@ _WRONG RELEASE TYPE - DON'T USE_
1201
1210
  ## 7.0.0
1202
1211
 
1203
1212
  - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
1204
-
1205
1213
  - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
1206
1214
  this package, please ensure you use at least this version of react and react-dom.
1207
1215
 
@@ -1235,7 +1243,6 @@ _WRONG RELEASE TYPE - DON'T USE_
1235
1243
  ## 6.0.2
1236
1244
 
1237
1245
  - [patch][59eb35b62f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/59eb35b62f):
1238
-
1239
1246
  - Quick change to TableTree is now compatible with SSR. This required moving setState to
1240
1247
  componentDidMount().
1241
1248
 
@@ -1256,7 +1263,6 @@ _WRONG RELEASE TYPE - DON'T USE_
1256
1263
  ## 6.0.0
1257
1264
 
1258
1265
  - [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
1259
-
1260
1266
  - Drop ES5 from all the flow modules
1261
1267
 
1262
1268
  ### Dropping CJS support in all @atlaskit packages
@@ -1364,14 +1370,12 @@ _WRONG RELEASE TYPE - DON'T USE_
1364
1370
  ## 5.0.1
1365
1371
 
1366
1372
  - [patch][a637f5e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a637f5e):
1367
-
1368
1373
  - Refine and fix some flow type errors found by fixing @atlaskit/analytics-next HOCs to allow flow
1369
1374
  to type check properly
1370
1375
 
1371
1376
  ## 5.0.0
1372
1377
 
1373
1378
  - [major][90109e9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/90109e9" d):
1374
-
1375
1379
  - added isDefaultExpanded flag to control default expansion state
1376
1380
  - Row component now takes in isExpanded prop to control the expansion state
1377
1381
 
@@ -1,4 +1,4 @@
1
- /* header.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* header.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,2 +1,2 @@
1
- ._179r1avd{border-block-end:var(--_zailfs)}
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.36.1 */
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)(["_179r1avd _1e0c1txw"]),
30
- style: {
31
- "--_zailfs": (0, _runtime.ix)("solid 2px ".concat("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
- ._1yt41p08{padding:var(--_1s9siax)}
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.36.1 */
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)(["_1yt41p08 _11c82smr _1e0c1txw _vchhusvi _1tke1ylp _kqswh2mm _4cvr1h6o _syaz1o8f _ct361wug _1nmz1hna", className])
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
  }));
@@ -1,4 +1,4 @@
1
- /* overflow-container.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* overflow-container.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,8 +1,8 @@
1
- ._179rskuj{border-block-end:var(--_1prvtx9)}
1
+ ._179rkk3c{border-block-end:var(--_97mh91)}
2
2
  ._1bsb1osq{width:100%}
3
3
  ._1e0c1txw{display:flex}
4
4
  ._1pfhj39m{margin-block-start:-3px}
5
5
  ._4cvr1h6o{align-items:center}
6
- ._ahbq1dum{margin-inline-start:var(--_1izje1g)}
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.36.1 */
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");
@@ -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)(["_179rskuj _1e0c1txw"]),
27
+ className: (0, _runtime.ax)(["_179rkk3c _1e0c1txw"]),
28
28
  style: {
29
- "--_1prvtx9": (0, _runtime.ix)("1px solid ".concat("var(--ds-border, ".concat(_colors.N30, ")")))
29
+ "--_97mh91": (0, _runtime.ix)("var(--ds-border-width, 1px)".concat(" solid ", "var(--ds-border, ".concat(_colors.N30, ")")))
30
30
  }
31
31
  }));
32
32
  };
@@ -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 _ahbq1dum", "_1pfhj39m"]),
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 _ahbq1dum", "_1bsb1osq", isRoot && "_bozg1ssb"]),
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.36.1 */
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: "0.0.0-development"
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: "0.0.0-development"
74
+ packageVersion: "12.2.9"
75
75
  });
76
76
 
77
77
  /**
@@ -1,4 +1,4 @@
1
- /* header.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* header.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import "./header.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,2 +1,2 @@
1
- ._179r17qy{border-block-end:solid 2px var(--ds-border,#dfe1e6)}
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.36.1 */
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,7 +18,7 @@ const Headers = ({
18
18
  children
19
19
  }) => /*#__PURE__*/React.createElement("div", {
20
20
  role: "row",
21
- className: ax(["_179r17qy _1e0c1txw"])
21
+ className: ax(["_179ruzq5 _1e0c1txw"])
22
22
  }, Children.map(children, (header, index) => /*#__PURE__*/cloneElement(header, {
23
23
  key: index,
24
24
  columnIndex: index
@@ -1,4 +1,4 @@
1
- /* common-cell.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* common-cell.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import "./common-cell.compiled.css";
4
4
  import * as React from 'react';
@@ -1,4 +1,4 @@
1
- /* overflow-container.tsx generated by @compiled/babel-plugin v0.36.1 */
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
- ._179r1l7n{border-block-end:1px solid var(--ds-border,#ebecf0)}
1
+ ._179r17ba{border-block-end:var(--ds-border-width,1px) solid var(--ds-border,#ebecf0)}
2
2
  ._1bsb1osq{width:100%}
3
3
  ._1e0c1txw{display:flex}
4
4
  ._1pfhj39m{margin-block-start:-3px}
@@ -1,4 +1,4 @@
1
- /* styled.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* styled.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import "./styled.compiled.css";
4
4
  import * as React from 'react';
@@ -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(["_179r1l7n _1e0c1txw"])
15
+ className: ax(["_179r17ba _1e0c1txw"])
16
16
  }));
17
17
  const commonCellElementStyles = null;
18
18
  const commonChevronContainerStyles = null;
@@ -1,4 +1,4 @@
1
- /* row.tsx generated by @compiled/babel-plugin v0.36.1 */
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: "0.0.0-development"
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: "0.0.0-development"
58
+ packageVersion: "12.2.9"
59
59
  });
60
60
 
61
61
  /**
@@ -1,4 +1,4 @@
1
- /* header.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* header.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import "./header.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,2 +1,2 @@
1
- ._179r1avd{border-block-end:var(--_zailfs)}
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.36.1 */
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(["_179r1avd _1e0c1txw"]),
22
- style: {
23
- "--_zailfs": ix("solid 2px ".concat("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
- ._1yt41p08{padding:var(--_1s9siax)}
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.36.1 */
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(["_1yt41p08 _11c82smr _1e0c1txw _vchhusvi _1tke1ylp _kqswh2mm _4cvr1h6o _syaz1o8f _ct361wug _1nmz1hna", className])
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.36.1 */
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"];
@@ -1,8 +1,8 @@
1
- ._179rskuj{border-block-end:var(--_1prvtx9)}
1
+ ._179rkk3c{border-block-end:var(--_97mh91)}
2
2
  ._1bsb1osq{width:100%}
3
3
  ._1e0c1txw{display:flex}
4
4
  ._1pfhj39m{margin-block-start:-3px}
5
5
  ._4cvr1h6o{align-items:center}
6
- ._ahbq1dum{margin-inline-start:var(--_1izje1g)}
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.36.1 */
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"];
@@ -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(["_179rskuj _1e0c1txw"]),
18
+ className: ax(["_179rkk3c _1e0c1txw"]),
19
19
  style: {
20
- "--_1prvtx9": ix("1px solid ".concat("var(--ds-border, ".concat(N30, ")")))
20
+ "--_97mh91": ix("var(--ds-border-width, 1px)".concat(" solid ", "var(--ds-border, ".concat(N30, ")")))
21
21
  }
22
22
  }));
23
23
  };
@@ -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 _ahbq1dum", "_1pfhj39m"]),
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 _ahbq1dum", "_1bsb1osq", isRoot && "_bozg1ssb"]),
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.36.1 */
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: "0.0.0-development"
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: "0.0.0-development"
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.8",
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.4.0",
29
- "@atlaskit/ds-lib": "^5.0.0",
30
- "@atlaskit/icon": "^28.1.0",
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": "^6.3.0",
33
+ "@atlaskit/tokens": "^7.0.0",
34
34
  "@babel/runtime": "^7.0.0",
35
- "@compiled/react": "^0.18.3",
35
+ "@compiled/react": "^0.18.6",
36
36
  "lodash": "^4.17.21"
37
37
  },
38
38
  "peerDependencies": {
@@ -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.0.0",
45
+ "@atlaskit/docs": "^11.2.0",
46
46
  "@atlaskit/empty-state": "^10.1.0",
47
- "@atlaskit/form": "^12.5.0",
47
+ "@atlaskit/form": "^14.2.0",
48
48
  "@atlaskit/link": "^3.2.0",
49
- "@atlaskit/primitives": "^14.14.0",
49
+ "@atlaskit/primitives": "^15.0.0",
50
50
  "@atlaskit/section-message": "^8.7.0",
51
- "@atlaskit/select": "^21.2.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",