@atlaskit/table-tree 9.2.9 → 9.2.10

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.2.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 9.2.9
4
10
 
5
11
  ### Patch Changes
@@ -24,7 +24,7 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
24
24
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
25
25
  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; } }
26
26
  var packageName = "@atlaskit/table-tree";
27
- var packageVersion = "9.2.9";
27
+ var packageVersion = "9.2.10";
28
28
  var Row = /*#__PURE__*/function (_Component) {
29
29
  (0, _inherits2.default)(Row, _Component);
30
30
  var _super = _createSuper(Row);
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/table-tree",
3
- "version": "9.2.9",
3
+ "version": "9.2.10",
4
4
  "sideEffects": false
5
5
  }
@@ -7,7 +7,7 @@ import toItemId from '../utils/to-item-id';
7
7
  import Chevron from './internal/chevron';
8
8
  import { TreeRowContainer } from './internal/styled';
9
9
  const packageName = "@atlaskit/table-tree";
10
- const packageVersion = "9.2.9";
10
+ const packageVersion = "9.2.10";
11
11
  class Row extends Component {
12
12
  constructor(...args) {
13
13
  super(...args);
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/table-tree",
3
- "version": "9.2.9",
3
+ "version": "9.2.10",
4
4
  "sideEffects": false
5
5
  }
@@ -15,7 +15,7 @@ import toItemId from '../utils/to-item-id';
15
15
  import Chevron from './internal/chevron';
16
16
  import { TreeRowContainer } from './internal/styled';
17
17
  var packageName = "@atlaskit/table-tree";
18
- var packageVersion = "9.2.9";
18
+ var packageVersion = "9.2.10";
19
19
  var Row = /*#__PURE__*/function (_Component) {
20
20
  _inherits(Row, _Component);
21
21
  var _super = _createSuper(Row);
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/table-tree",
3
- "version": "9.2.9",
3
+ "version": "9.2.10",
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.9",
3
+ "version": "9.2.10",
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/"
@@ -28,12 +28,12 @@
28
28
  ".": "./src/index.tsx"
29
29
  },
30
30
  "dependencies": {
31
- "@atlaskit/analytics-next": "^8.2.0",
31
+ "@atlaskit/analytics-next": "^9.0.0",
32
32
  "@atlaskit/button": "^16.5.0",
33
33
  "@atlaskit/icon": "^21.11.0",
34
34
  "@atlaskit/spinner": "^15.3.0",
35
35
  "@atlaskit/theme": "^12.2.0",
36
- "@atlaskit/tokens": "^1.0.0",
36
+ "@atlaskit/tokens": "^1.2.0",
37
37
  "@babel/runtime": "^7.0.0",
38
38
  "@emotion/react": "^11.7.1",
39
39
  "lodash": "^4.17.21",
@@ -79,8 +79,10 @@
79
79
  "emotion"
80
80
  ],
81
81
  "analytics": "analytics-next",
82
- "design-tokens": "spacing",
83
- "theming": "tokens",
82
+ "design-tokens": [
83
+ "color",
84
+ "spacing"
85
+ ],
84
86
  "deprecation": "no-deprecated-imports"
85
87
  }
86
88
  },