@atlaskit/table-tree 9.7.0 → 9.7.1

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.7.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#83297](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83297) [`6b1707c169e0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6b1707c169e0) - The internal composition of this component has changed. There is no expected change in behaviour.
8
+
3
9
  ## 9.7.0
4
10
 
5
11
  ### Minor Changes
@@ -39,6 +39,7 @@ var commonCellElementStyles = (0, _react.css)({
39
39
  var commonChevronContainerStyles = (0, _react.css)({
40
40
  // Aligns position:absolute chevron button with the adjacent text. Any future visual breaking changes
41
41
  // should consider setting this to `-2px` for better alignment, or refactor completely
42
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-space
42
43
  marginBlockStart: -3
43
44
  });
44
45
  /**
@@ -55,7 +56,7 @@ var loadingItemContainerStyles = (0, _react.css)({
55
56
  width: '100%'
56
57
  });
57
58
  var paddingLeftStyles = (0, _react.css)({
58
- // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage
59
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-space
59
60
  paddingInlineStart: '50%'
60
61
  });
61
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.7.0";
31
+ var packageVersion = "9.7.1";
32
32
  var Row = exports.RowWithoutAnalytics = /*#__PURE__*/function (_Component) {
33
33
  (0, _inherits2.default)(Row, _Component);
34
34
  var _super = _createSuper(Row);
@@ -28,6 +28,7 @@ const commonCellElementStyles = css({
28
28
  const commonChevronContainerStyles = css({
29
29
  // Aligns position:absolute chevron button with the adjacent text. Any future visual breaking changes
30
30
  // should consider setting this to `-2px` for better alignment, or refactor completely
31
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-space
31
32
  marginBlockStart: -3
32
33
  });
33
34
  /**
@@ -42,7 +43,7 @@ const loadingItemContainerStyles = css({
42
43
  width: '100%'
43
44
  });
44
45
  const paddingLeftStyles = css({
45
- // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage
46
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-space
46
47
  paddingInlineStart: '50%'
47
48
  });
48
49
  /**
@@ -12,7 +12,7 @@ const treeRowClickableStyles = css({
12
12
  cursor: 'pointer'
13
13
  });
14
14
  const packageName = "@atlaskit/table-tree";
15
- const packageVersion = "9.7.0";
15
+ const packageVersion = "9.7.1";
16
16
  class Row extends Component {
17
17
  constructor(...args) {
18
18
  super(...args);
@@ -33,6 +33,7 @@ var commonCellElementStyles = css({
33
33
  var commonChevronContainerStyles = css({
34
34
  // Aligns position:absolute chevron button with the adjacent text. Any future visual breaking changes
35
35
  // should consider setting this to `-2px` for better alignment, or refactor completely
36
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-space
36
37
  marginBlockStart: -3
37
38
  });
38
39
  /**
@@ -49,7 +50,7 @@ var loadingItemContainerStyles = css({
49
50
  width: '100%'
50
51
  });
51
52
  var paddingLeftStyles = css({
52
- // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage
53
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-space
53
54
  paddingInlineStart: '50%'
54
55
  });
55
56
  /**
@@ -20,7 +20,7 @@ var treeRowClickableStyles = css({
20
20
  cursor: 'pointer'
21
21
  });
22
22
  var packageName = "@atlaskit/table-tree";
23
- var packageVersion = "9.7.0";
23
+ var packageVersion = "9.7.1";
24
24
  var Row = /*#__PURE__*/function (_Component) {
25
25
  _inherits(Row, _Component);
26
26
  var _super = _createSuper(Row);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/table-tree",
3
- "version": "9.7.0",
3
+ "version": "9.7.1",
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/"
@@ -31,7 +31,7 @@
31
31
  "@atlaskit/icon": "^22.1.0",
32
32
  "@atlaskit/spinner": "^16.0.0",
33
33
  "@atlaskit/theme": "^12.6.0",
34
- "@atlaskit/tokens": "^1.41.0",
34
+ "@atlaskit/tokens": "^1.42.0",
35
35
  "@babel/runtime": "^7.0.0",
36
36
  "@emotion/react": "^11.7.1",
37
37
  "lodash": "^4.17.21"
@@ -96,4 +96,4 @@
96
96
  ".": "./src/index.tsx"
97
97
  },
98
98
  "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1"
99
- }
99
+ }