@atlaskit/table-tree 9.3.1 → 9.3.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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/table-tree
2
2
 
3
+ ## 9.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`4ba10567310`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ba10567310) - Internal changes.
8
+
3
9
  ## 9.3.1
4
10
 
5
11
  ### Patch Changes
@@ -37,6 +37,7 @@ var commonChevronContainerStyles = (0, _react.css)({
37
37
  // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
38
38
  marginLeft: "calc(".concat(indentBase, " * -1)"),
39
39
  position: 'absolute',
40
+ // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
40
41
  top: 7,
41
42
  alignItems: 'center'
42
43
  });
@@ -55,6 +56,7 @@ var ChevronContainer = function ChevronContainer(props
55
56
  exports.ChevronContainer = ChevronContainer;
56
57
  var chevronIconContainerStyles = (0, _react.css)({
57
58
  position: 'relative',
59
+ // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
58
60
  top: 1
59
61
  });
60
62
 
@@ -28,7 +28,7 @@ var treeRowClickableStyles = (0, _react2.css)({
28
28
  cursor: 'pointer'
29
29
  });
30
30
  var packageName = "@atlaskit/table-tree";
31
- var packageVersion = "9.3.1";
31
+ var packageVersion = "9.3.2";
32
32
  var Row = /*#__PURE__*/function (_Component) {
33
33
  (0, _inherits2.default)(Row, _Component);
34
34
  var _super = _createSuper(Row);
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/table-tree",
3
- "version": "9.3.1",
3
+ "version": "9.3.2",
4
4
  "sideEffects": false
5
5
  }
@@ -23,6 +23,7 @@ const commonChevronContainerStyles = css({
23
23
  // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
24
24
  marginLeft: `calc(${indentBase} * -1)`,
25
25
  position: 'absolute',
26
+ // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
26
27
  top: 7,
27
28
  alignItems: 'center'
28
29
  });
@@ -38,6 +39,7 @@ export const ChevronContainer = (props
38
39
  }));
39
40
  const chevronIconContainerStyles = css({
40
41
  position: 'relative',
42
+ // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
41
43
  top: 1
42
44
  });
43
45
 
@@ -12,7 +12,7 @@ const treeRowClickableStyles = css({
12
12
  cursor: 'pointer'
13
13
  });
14
14
  const packageName = "@atlaskit/table-tree";
15
- const packageVersion = "9.3.1";
15
+ const packageVersion = "9.3.2";
16
16
  class Row extends Component {
17
17
  constructor(...args) {
18
18
  super(...args);
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/table-tree",
3
- "version": "9.3.1",
3
+ "version": "9.3.2",
4
4
  "sideEffects": false
5
5
  }
@@ -28,6 +28,7 @@ var commonChevronContainerStyles = css({
28
28
  // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
29
29
  marginLeft: "calc(".concat(indentBase, " * -1)"),
30
30
  position: 'absolute',
31
+ // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
31
32
  top: 7,
32
33
  alignItems: 'center'
33
34
  });
@@ -45,6 +46,7 @@ export var ChevronContainer = function ChevronContainer(props
45
46
  };
46
47
  var chevronIconContainerStyles = css({
47
48
  position: 'relative',
49
+ // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
48
50
  top: 1
49
51
  });
50
52
 
@@ -20,7 +20,7 @@ var treeRowClickableStyles = css({
20
20
  cursor: 'pointer'
21
21
  });
22
22
  var packageName = "@atlaskit/table-tree";
23
- var packageVersion = "9.3.1";
23
+ var packageVersion = "9.3.2";
24
24
  var Row = /*#__PURE__*/function (_Component) {
25
25
  _inherits(Row, _Component);
26
26
  var _super = _createSuper(Row);
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/table-tree",
3
- "version": "9.3.1",
3
+ "version": "9.3.2",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/table-tree",
3
- "version": "9.3.1",
3
+ "version": "9.3.2",
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/"