@atlaskit/table-tree 10.1.2 → 11.0.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,29 @@
1
1
  # @atlaskit/table-tree
2
2
 
3
+ ## 11.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 11.0.0
10
+
11
+ ### Major Changes
12
+
13
+ - [#117363](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/117363)
14
+ [`10a0f7f6c2027`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/10a0f7f6c2027) -
15
+ This package's `peerDependencies` have been adjusted for `react` and/or `react-dom` to reflect the
16
+ status of only supporting React 18 going forward. No explicit breaking change to React support has
17
+ been made in this release, but this is to signify going forward, breaking changes for React 16 or
18
+ React 17 may come via non-major semver releases.
19
+
20
+ Please refer this community post for more details:
21
+ https://community.developer.atlassian.com/t/rfc-78-dropping-support-for-react-16-and-rendering-in-a-react-18-concurrent-root-in-jira-and-confluence/87026
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies
26
+
3
27
  ## 10.1.2
4
28
 
5
29
  ### Patch Changes
@@ -18,7 +18,7 @@ var _withColumnWidth = _interopRequireDefault(require("./internal/with-column-wi
18
18
 
19
19
  var headerStyles = (0, _react.css)({
20
20
  color: "var(--ds-text-subtle, ".concat(_colors.N300, ")"),
21
- font: "var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
21
+ font: "var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
22
22
  fontWeight: "var(--ds-font-weight-bold, 700)"
23
23
  });
24
24
 
@@ -25,7 +25,7 @@ var commonStyles = (0, _react.css)({
25
25
  position: 'relative',
26
26
  alignItems: 'center',
27
27
  color: "var(--ds-text, ".concat(_colors.N800, ")"),
28
- font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
28
+ font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
29
29
  hyphens: 'auto',
30
30
  wordBreak: 'break-word'
31
31
  });
@@ -69,7 +69,7 @@ function Row(_ref) {
69
69
  actionSubject: 'tableTree',
70
70
  componentName: 'row',
71
71
  packageName: "@atlaskit/table-tree",
72
- packageVersion: "10.1.2"
72
+ packageVersion: "11.0.1"
73
73
  });
74
74
  var onCollapse = (0, _analyticsNext.usePlatformLeafEventHandler)({
75
75
  fn: function fn(value) {
@@ -79,7 +79,7 @@ function Row(_ref) {
79
79
  actionSubject: 'tableTree',
80
80
  componentName: 'row',
81
81
  packageName: "@atlaskit/table-tree",
82
- packageVersion: "10.1.2"
82
+ packageVersion: "11.0.1"
83
83
  });
84
84
 
85
85
  /**
@@ -10,7 +10,7 @@ import CommonCell from './internal/common-cell';
10
10
  import withColumnWidth from './internal/with-column-width';
11
11
  const headerStyles = css({
12
12
  color: `var(--ds-text-subtle, ${N300})`,
13
- font: "var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
13
+ font: "var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
14
14
  fontWeight: "var(--ds-font-weight-bold, 700)"
15
15
  });
16
16
 
@@ -17,7 +17,7 @@ const commonStyles = css({
17
17
  position: 'relative',
18
18
  alignItems: 'center',
19
19
  color: `var(--ds-text, ${N800})`,
20
- font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
20
+ font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
21
21
  hyphens: 'auto',
22
22
  wordBreak: 'break-word'
23
23
  });
@@ -53,7 +53,7 @@ function Row({
53
53
  actionSubject: 'tableTree',
54
54
  componentName: 'row',
55
55
  packageName: "@atlaskit/table-tree",
56
- packageVersion: "10.1.2"
56
+ packageVersion: "11.0.1"
57
57
  });
58
58
  const onCollapse = usePlatformLeafEventHandler({
59
59
  fn: value => providedOnCollapse && providedOnCollapse(value),
@@ -61,7 +61,7 @@ function Row({
61
61
  actionSubject: 'tableTree',
62
62
  componentName: 'row',
63
63
  packageName: "@atlaskit/table-tree",
64
- packageVersion: "10.1.2"
64
+ packageVersion: "11.0.1"
65
65
  });
66
66
 
67
67
  /**
@@ -10,7 +10,7 @@ import CommonCell from './internal/common-cell';
10
10
  import withColumnWidth from './internal/with-column-width';
11
11
  var headerStyles = css({
12
12
  color: "var(--ds-text-subtle, ".concat(N300, ")"),
13
- font: "var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
13
+ font: "var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
14
14
  fontWeight: "var(--ds-font-weight-bold, 700)"
15
15
  });
16
16
 
@@ -19,7 +19,7 @@ var commonStyles = css({
19
19
  position: 'relative',
20
20
  alignItems: 'center',
21
21
  color: "var(--ds-text, ".concat(N800, ")"),
22
- font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
22
+ font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
23
23
  hyphens: 'auto',
24
24
  wordBreak: 'break-word'
25
25
  });
@@ -58,7 +58,7 @@ function Row(_ref) {
58
58
  actionSubject: 'tableTree',
59
59
  componentName: 'row',
60
60
  packageName: "@atlaskit/table-tree",
61
- packageVersion: "10.1.2"
61
+ packageVersion: "11.0.1"
62
62
  });
63
63
  var onCollapse = usePlatformLeafEventHandler({
64
64
  fn: function fn(value) {
@@ -68,7 +68,7 @@ function Row(_ref) {
68
68
  actionSubject: 'tableTree',
69
69
  componentName: 'row',
70
70
  packageName: "@atlaskit/table-tree",
71
- packageVersion: "10.1.2"
71
+ packageVersion: "11.0.1"
72
72
  });
73
73
 
74
74
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/table-tree",
3
- "version": "10.1.2",
3
+ "version": "11.0.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/"
@@ -25,19 +25,19 @@
25
25
  "runReact18": true
26
26
  },
27
27
  "dependencies": {
28
- "@atlaskit/analytics-next": "^10.3.0",
29
- "@atlaskit/button": "^20.5.0",
30
- "@atlaskit/ds-lib": "^3.5.0",
31
- "@atlaskit/icon": "^23.9.0",
32
- "@atlaskit/spinner": "^17.1.0",
33
- "@atlaskit/theme": "^16.0.0",
34
- "@atlaskit/tokens": "^3.3.0",
28
+ "@atlaskit/analytics-next": "^11.0.0",
29
+ "@atlaskit/button": "^21.1.0",
30
+ "@atlaskit/ds-lib": "^4.0.0",
31
+ "@atlaskit/icon": "^24.1.0",
32
+ "@atlaskit/spinner": "^18.0.0",
33
+ "@atlaskit/theme": "^18.0.0",
34
+ "@atlaskit/tokens": "^4.3.0",
35
35
  "@babel/runtime": "^7.0.0",
36
36
  "@emotion/react": "^11.7.1",
37
37
  "lodash": "^4.17.21"
38
38
  },
39
39
  "peerDependencies": {
40
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
40
+ "react": "^18.2.0"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@af/accessibility-testing": "*",
@@ -45,7 +45,7 @@
45
45
  "@af/visual-regression": "*",
46
46
  "@atlaskit/ssr": "*",
47
47
  "@atlaskit/visual-regression": "*",
48
- "@atlaskit/visually-hidden": "^1.6.0",
48
+ "@atlaskit/visually-hidden": "^3.0.0",
49
49
  "@emotion/styled": "^11.0.0",
50
50
  "@testing-library/react": "^13.4.0",
51
51
  "@testing-library/user-event": "^14.4.3",