@atlaskit/table-tree 12.2.6 → 12.2.8

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,17 @@
1
1
  # @atlaskit/table-tree
2
2
 
3
+ ## 12.2.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 12.2.7
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 12.2.6
4
16
 
5
17
  ### Patch Changes
@@ -61,7 +61,7 @@ function Row(_ref) {
61
61
  actionSubject: 'tableTree',
62
62
  componentName: 'row',
63
63
  packageName: "@atlaskit/table-tree",
64
- packageVersion: "12.2.5"
64
+ packageVersion: "0.0.0-development"
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: "12.2.5"
74
+ packageVersion: "0.0.0-development"
75
75
  });
76
76
 
77
77
  /**
@@ -47,7 +47,7 @@ function Row({
47
47
  actionSubject: 'tableTree',
48
48
  componentName: 'row',
49
49
  packageName: "@atlaskit/table-tree",
50
- packageVersion: "12.2.5"
50
+ packageVersion: "0.0.0-development"
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: "12.2.5"
58
+ packageVersion: "0.0.0-development"
59
59
  });
60
60
 
61
61
  /**
@@ -52,7 +52,7 @@ function Row(_ref) {
52
52
  actionSubject: 'tableTree',
53
53
  componentName: 'row',
54
54
  packageName: "@atlaskit/table-tree",
55
- packageVersion: "12.2.5"
55
+ packageVersion: "0.0.0-development"
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: "12.2.5"
65
+ packageVersion: "0.0.0-development"
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.6",
3
+ "version": "12.2.8",
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/"
@@ -27,10 +27,10 @@
27
27
  "@atlaskit/analytics-next": "^11.1.0",
28
28
  "@atlaskit/button": "^23.4.0",
29
29
  "@atlaskit/ds-lib": "^5.0.0",
30
- "@atlaskit/icon": "^28.0.0",
30
+ "@atlaskit/icon": "^28.1.0",
31
31
  "@atlaskit/spinner": "^19.0.0",
32
- "@atlaskit/theme": "^19.0.0",
33
- "@atlaskit/tokens": "^6.0.0",
32
+ "@atlaskit/theme": "^21.0.0",
33
+ "@atlaskit/tokens": "^6.3.0",
34
34
  "@babel/runtime": "^7.0.0",
35
35
  "@compiled/react": "^0.18.3",
36
36
  "lodash": "^4.17.21"
@@ -44,14 +44,14 @@
44
44
  "@af/visual-regression": "workspace:^",
45
45
  "@atlaskit/docs": "^11.0.0",
46
46
  "@atlaskit/empty-state": "^10.1.0",
47
- "@atlaskit/form": "^12.1.0",
47
+ "@atlaskit/form": "^12.5.0",
48
48
  "@atlaskit/link": "^3.2.0",
49
- "@atlaskit/primitives": "^14.11.0",
50
- "@atlaskit/section-message": "^8.5.0",
49
+ "@atlaskit/primitives": "^14.14.0",
50
+ "@atlaskit/section-message": "^8.7.0",
51
51
  "@atlaskit/select": "^21.2.0",
52
52
  "@atlaskit/ssr": "workspace:^",
53
53
  "@atlaskit/visually-hidden": "^3.0.0",
54
- "@atlassian/ssr-tests": "^0.2.0",
54
+ "@atlassian/ssr-tests": "^0.3.0",
55
55
  "@testing-library/react": "^13.4.0",
56
56
  "@testing-library/user-event": "^14.4.3",
57
57
  "react-dom": "^18.2.0"
@@ -90,9 +90,6 @@
90
90
  }
91
91
  },
92
92
  "homepage": "https://atlassian.design/components/table-tree/",
93
- "af:exports": {
94
- ".": "./src/index.tsx"
95
- },
96
93
  "platform-feature-flags": {
97
94
  "dst-a11y-remove-lodash-from-table-tree": {
98
95
  "type": "boolean"