@atlaskit/table-tree 9.2.6 → 9.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
+ ## 9.2.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [`4ee60bafc6d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ee60bafc6d) - ED-16603: Remove tooltips from VR tests and make them opt in. To opt-in, add `allowedSideEffects` when loading the page.
8
+
9
+ ## 9.2.7
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 9.2.6
4
16
 
5
17
  ### Patch Changes
@@ -44,7 +44,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
44
44
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
45
45
 
46
46
  var packageName = "@atlaskit/table-tree";
47
- var packageVersion = "9.2.6";
47
+ var packageVersion = "9.2.8";
48
48
 
49
49
  var Row = /*#__PURE__*/function (_Component) {
50
50
  (0, _inherits2.default)(Row, _Component);
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/table-tree",
3
- "version": "9.2.6",
3
+ "version": "9.2.8",
4
4
  "sideEffects": false
5
5
  }
@@ -8,7 +8,7 @@ import toItemId from '../utils/to-item-id';
8
8
  import Chevron from './internal/chevron';
9
9
  import { TreeRowContainer } from './internal/styled';
10
10
  const packageName = "@atlaskit/table-tree";
11
- const packageVersion = "9.2.6";
11
+ const packageVersion = "9.2.8";
12
12
 
13
13
  class Row extends Component {
14
14
  constructor(...args) {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/table-tree",
3
- "version": "9.2.6",
3
+ "version": "9.2.8",
4
4
  "sideEffects": false
5
5
  }
@@ -18,7 +18,7 @@ import toItemId from '../utils/to-item-id';
18
18
  import Chevron from './internal/chevron';
19
19
  import { TreeRowContainer } from './internal/styled';
20
20
  var packageName = "@atlaskit/table-tree";
21
- var packageVersion = "9.2.6";
21
+ var packageVersion = "9.2.8";
22
22
 
23
23
  var Row = /*#__PURE__*/function (_Component) {
24
24
  _inherits(Row, _Component);
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/table-tree",
3
- "version": "9.2.6",
3
+ "version": "9.2.8",
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.2.6",
3
+ "version": "9.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/"
@@ -33,7 +33,7 @@
33
33
  "@atlaskit/icon": "^21.11.0",
34
34
  "@atlaskit/spinner": "^15.3.0",
35
35
  "@atlaskit/theme": "^12.2.0",
36
- "@atlaskit/tokens": "^0.12.0",
36
+ "@atlaskit/tokens": "^0.13.0",
37
37
  "@babel/runtime": "^7.0.0",
38
38
  "@emotion/react": "^11.7.1",
39
39
  "lodash": "^4.17.21",
@@ -47,12 +47,13 @@
47
47
  "@atlaskit/ds-lib": "^2.0.1",
48
48
  "@atlaskit/empty-state": "^7.4.0",
49
49
  "@atlaskit/section-message": "^6.3.0",
50
- "@atlaskit/select": "^16.0.0",
50
+ "@atlaskit/select": "^16.1.0",
51
51
  "@atlaskit/ssr": "*",
52
52
  "@atlaskit/visual-regression": "*",
53
53
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
54
54
  "@emotion/styled": "^11.0.0",
55
- "enzyme": "^3.10.0",
55
+ "@testing-library/react": "^12.1.5",
56
+ "@testing-library/user-event": "^14.4.3",
56
57
  "exenv": "^1.2.2",
57
58
  "react-dom": "^16.8.0",
58
59
  "react-redux": "^5.1.2",
package/report.api.md CHANGED
@@ -1,4 +1,4 @@
1
- <!-- API Report Version: 2.2 -->
1
+ <!-- API Report Version: 2.3 -->
2
2
 
3
3
  ## API Report File for "@atlaskit/table-tree"
4
4
 
@@ -8,6 +8,7 @@
8
8
  ### Table of contents
9
9
 
10
10
  - [Main Entry Types](#main-entry-types)
11
+ - [Peer Dependencies](#peer-dependencies)
11
12
 
12
13
  ### Main Entry Types
13
14
 
@@ -383,3 +384,15 @@ type WithChildren<T> = T & {
383
384
  ```
384
385
 
385
386
  <!--SECTION END: Main Entry Types-->
387
+
388
+ ### Peer Dependencies
389
+
390
+ <!--SECTION START: Peer Dependencies-->
391
+
392
+ ```json
393
+ {
394
+ "react": "^16.8.0"
395
+ }
396
+ ```
397
+
398
+ <!--SECTION END: Peer Dependencies-->