@atlaskit/table-tree 10.0.5 → 10.0.6

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,13 @@
1
1
  # @atlaskit/table-tree
2
2
 
3
+ ## 10.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [#165531](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/165531)
8
+ [`57f451bda8919`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/57f451bda8919) -
9
+ Adds side-effect config to support Compiled css extraction in third-party apps
10
+
3
11
  ## 10.0.5
4
12
 
5
13
  ### Patch Changes
@@ -69,7 +69,7 @@ function Row(_ref) {
69
69
  actionSubject: 'tableTree',
70
70
  componentName: 'row',
71
71
  packageName: "@atlaskit/table-tree",
72
- packageVersion: "10.0.5"
72
+ packageVersion: "10.0.6"
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.0.5"
82
+ packageVersion: "10.0.6"
83
83
  });
84
84
 
85
85
  /**
@@ -53,7 +53,7 @@ function Row({
53
53
  actionSubject: 'tableTree',
54
54
  componentName: 'row',
55
55
  packageName: "@atlaskit/table-tree",
56
- packageVersion: "10.0.5"
56
+ packageVersion: "10.0.6"
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.0.5"
64
+ packageVersion: "10.0.6"
65
65
  });
66
66
 
67
67
  /**
@@ -58,7 +58,7 @@ function Row(_ref) {
58
58
  actionSubject: 'tableTree',
59
59
  componentName: 'row',
60
60
  packageName: "@atlaskit/table-tree",
61
- packageVersion: "10.0.5"
61
+ packageVersion: "10.0.6"
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.0.5"
71
+ packageVersion: "10.0.6"
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.0.5",
3
+ "version": "10.0.6",
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/"
@@ -12,7 +12,9 @@
12
12
  "module": "dist/esm/index.js",
13
13
  "module:es2019": "dist/es2019/index.js",
14
14
  "types": "dist/types/index.d.ts",
15
- "sideEffects": false,
15
+ "sideEffects": [
16
+ "**/*.compiled.css"
17
+ ],
16
18
  "atlaskit:src": "src/index.tsx",
17
19
  "atlassian": {
18
20
  "team": "Design System Team",
@@ -24,12 +26,12 @@
24
26
  },
25
27
  "dependencies": {
26
28
  "@atlaskit/analytics-next": "^10.1.0",
27
- "@atlaskit/button": "^20.2.0",
28
- "@atlaskit/ds-lib": "^3.1.0",
29
- "@atlaskit/icon": "^22.22.0",
29
+ "@atlaskit/button": "^20.3.0",
30
+ "@atlaskit/ds-lib": "^3.2.0",
31
+ "@atlaskit/icon": "^22.24.0",
30
32
  "@atlaskit/spinner": "^16.3.0",
31
33
  "@atlaskit/theme": "^14.0.0",
32
- "@atlaskit/tokens": "^2.0.0",
34
+ "@atlaskit/tokens": "^2.2.0",
33
35
  "@babel/runtime": "^7.0.0",
34
36
  "@emotion/react": "^11.7.1",
35
37
  "lodash": "^4.17.21"
@@ -39,6 +41,7 @@
39
41
  },
40
42
  "devDependencies": {
41
43
  "@af/accessibility-testing": "*",
44
+ "@af/integration-testing": "*",
42
45
  "@af/visual-regression": "*",
43
46
  "@atlaskit/ssr": "*",
44
47
  "@atlaskit/visual-regression": "*",