@atlaskit/table-tree 12.2.13 → 12.2.14

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
+ ## 12.2.14
4
+
5
+ ### Patch Changes
6
+
7
+ - [`036c3ee917e3c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/036c3ee917e3c) -
8
+ Icon migration entry point update
9
+ - Updated dependencies
10
+
3
11
  ## 12.2.13
4
12
 
5
13
  ### Patch Changes
@@ -9,8 +9,8 @@ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")
9
9
  var _react = _interopRequireDefault(require("react"));
10
10
  var _new = require("@atlaskit/button/new");
11
11
  var _noop = _interopRequireDefault(require("@atlaskit/ds-lib/noop"));
12
- var _chevronDown = _interopRequireDefault(require("@atlaskit/icon/core/migration/chevron-down"));
13
- var _chevronRight = _interopRequireDefault(require("@atlaskit/icon/core/migration/chevron-right"));
12
+ var _chevronDown = _interopRequireDefault(require("@atlaskit/icon/core/chevron-down"));
13
+ var _chevronRight = _interopRequireDefault(require("@atlaskit/icon/core/chevron-right"));
14
14
  var _styled = require("./styled");
15
15
  /* eslint-disable @repo/internal/react/consistent-props-definitions */
16
16
 
@@ -3,8 +3,8 @@ import _extends from "@babel/runtime/helpers/extends";
3
3
  import React from 'react';
4
4
  import { IconButton } from '@atlaskit/button/new';
5
5
  import __noop from '@atlaskit/ds-lib/noop';
6
- import ChevronDownIcon from '@atlaskit/icon/core/migration/chevron-down';
7
- import ChevronRightIcon from '@atlaskit/icon/core/migration/chevron-right';
6
+ import ChevronDownIcon from '@atlaskit/icon/core/chevron-down';
7
+ import ChevronRightIcon from '@atlaskit/icon/core/chevron-right';
8
8
  import { ChevronContainer } from './styled';
9
9
  /**
10
10
  * Internal chevron component.
@@ -3,8 +3,8 @@ import _extends from "@babel/runtime/helpers/extends";
3
3
  import React from 'react';
4
4
  import { IconButton } from '@atlaskit/button/new';
5
5
  import __noop from '@atlaskit/ds-lib/noop';
6
- import ChevronDownIcon from '@atlaskit/icon/core/migration/chevron-down';
7
- import ChevronRightIcon from '@atlaskit/icon/core/migration/chevron-right';
6
+ import ChevronDownIcon from '@atlaskit/icon/core/chevron-down';
7
+ import ChevronRightIcon from '@atlaskit/icon/core/chevron-right';
8
8
  import { ChevronContainer } from './styled';
9
9
  /**
10
10
  * Internal chevron component.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/table-tree",
3
- "version": "12.2.13",
3
+ "version": "12.2.14",
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/"
@@ -30,7 +30,7 @@
30
30
  "@atlaskit/icon": "^29.3.0",
31
31
  "@atlaskit/spinner": "^19.0.0",
32
32
  "@atlaskit/theme": "^21.0.0",
33
- "@atlaskit/tokens": "^9.0.0",
33
+ "@atlaskit/tokens": "^9.1.0",
34
34
  "@babel/runtime": "^7.0.0",
35
35
  "@compiled/react": "^0.18.6",
36
36
  "lodash": "^4.17.21"
@@ -44,8 +44,8 @@
44
44
  "@af/visual-regression": "workspace:^",
45
45
  "@atlaskit/docs": "^11.2.0",
46
46
  "@atlaskit/empty-state": "^10.1.0",
47
- "@atlaskit/form": "^15.1.0",
48
- "@atlaskit/link": "^3.2.0",
47
+ "@atlaskit/form": "^15.2.0",
48
+ "@atlaskit/link": "^3.3.0",
49
49
  "@atlaskit/primitives": "^17.0.0",
50
50
  "@atlaskit/section-message": "^8.11.0",
51
51
  "@atlaskit/select": "^21.6.0",