@atlaskit/table-tree 12.2.12 → 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 +14 -0
- package/dist/cjs/components/internal/chevron.js +2 -2
- package/dist/cjs/components/row.js +2 -2
- package/dist/es2019/components/internal/chevron.js +2 -2
- package/dist/es2019/components/row.js +2 -2
- package/dist/esm/components/internal/chevron.js +2 -2
- package/dist/esm/components/row.js +2 -2
- package/dist/types/components/header.d.ts +1 -1
- package/dist/types/components/internal/loader-item.d.ts +1 -1
- package/dist/types/components/rows.d.ts +1 -1
- package/dist/types-ts4.5/components/header.d.ts +1 -1
- package/dist/types-ts4.5/components/internal/loader-item.d.ts +1 -1
- package/dist/types-ts4.5/components/rows.d.ts +1 -1
- package/package.json +10 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
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
|
+
|
|
11
|
+
## 12.2.13
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 12.2.12
|
|
4
18
|
|
|
5
19
|
### 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/
|
|
13
|
-
var _chevronRight = _interopRequireDefault(require("@atlaskit/icon/core/
|
|
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
|
|
|
@@ -61,7 +61,7 @@ function Row(_ref) {
|
|
|
61
61
|
actionSubject: 'tableTree',
|
|
62
62
|
componentName: 'row',
|
|
63
63
|
packageName: "@atlaskit/table-tree",
|
|
64
|
-
packageVersion: "
|
|
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: "
|
|
74
|
+
packageVersion: "0.0.0-development"
|
|
75
75
|
});
|
|
76
76
|
|
|
77
77
|
/**
|
|
@@ -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/
|
|
7
|
-
import ChevronRightIcon from '@atlaskit/icon/core/
|
|
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.
|
|
@@ -47,7 +47,7 @@ function Row({
|
|
|
47
47
|
actionSubject: 'tableTree',
|
|
48
48
|
componentName: 'row',
|
|
49
49
|
packageName: "@atlaskit/table-tree",
|
|
50
|
-
packageVersion: "
|
|
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: "
|
|
58
|
+
packageVersion: "0.0.0-development"
|
|
59
59
|
});
|
|
60
60
|
|
|
61
61
|
/**
|
|
@@ -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/
|
|
7
|
-
import ChevronRightIcon from '@atlaskit/icon/core/
|
|
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.
|
|
@@ -52,7 +52,7 @@ function Row(_ref) {
|
|
|
52
52
|
actionSubject: 'tableTree',
|
|
53
53
|
componentName: 'row',
|
|
54
54
|
packageName: "@atlaskit/table-tree",
|
|
55
|
-
packageVersion: "
|
|
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: "
|
|
65
|
+
packageVersion: "0.0.0-development"
|
|
66
66
|
});
|
|
67
67
|
|
|
68
68
|
/**
|
|
@@ -23,5 +23,5 @@ export type HeaderProps = {
|
|
|
23
23
|
id?: string;
|
|
24
24
|
role?: string;
|
|
25
25
|
};
|
|
26
|
-
declare const Header: (props: HeaderProps & import("./internal/with-column-width").CellWithColumnWidthProps) =>
|
|
26
|
+
declare const Header: (props: HeaderProps & import("./internal/with-column-width").CellWithColumnWidthProps) => React.JSX.Element;
|
|
27
27
|
export default Header;
|
|
@@ -8,5 +8,5 @@ interface LoaderItemProps {
|
|
|
8
8
|
isCompleting?: boolean;
|
|
9
9
|
loadingLabel?: string;
|
|
10
10
|
}
|
|
11
|
-
declare const LoaderItem: ({ depth, loadingLabel, isCompleting, onComplete }: LoaderItemProps) => React.JSX.Element | null;
|
|
11
|
+
declare const LoaderItem: ({ depth, loadingLabel, isCompleting, onComplete, }: LoaderItemProps) => React.JSX.Element | null;
|
|
12
12
|
export default LoaderItem;
|
|
@@ -23,5 +23,5 @@ export type HeaderProps = {
|
|
|
23
23
|
id?: string;
|
|
24
24
|
role?: string;
|
|
25
25
|
};
|
|
26
|
-
declare const Header: (props: HeaderProps & import("./internal/with-column-width").CellWithColumnWidthProps) =>
|
|
26
|
+
declare const Header: (props: HeaderProps & import("./internal/with-column-width").CellWithColumnWidthProps) => React.JSX.Element;
|
|
27
27
|
export default Header;
|
|
@@ -8,5 +8,5 @@ interface LoaderItemProps {
|
|
|
8
8
|
isCompleting?: boolean;
|
|
9
9
|
loadingLabel?: string;
|
|
10
10
|
}
|
|
11
|
-
declare const LoaderItem: ({ depth, loadingLabel, isCompleting, onComplete }: LoaderItemProps) => React.JSX.Element | null;
|
|
11
|
+
declare const LoaderItem: ({ depth, loadingLabel, isCompleting, onComplete, }: LoaderItemProps) => React.JSX.Element | null;
|
|
12
12
|
export default LoaderItem;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/table-tree",
|
|
3
|
-
"version": "12.2.
|
|
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/"
|
|
@@ -25,12 +25,12 @@
|
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
28
|
-
"@atlaskit/button": "^23.
|
|
29
|
-
"@atlaskit/ds-lib": "^5.
|
|
30
|
-
"@atlaskit/icon": "^29.
|
|
28
|
+
"@atlaskit/button": "^23.9.0",
|
|
29
|
+
"@atlaskit/ds-lib": "^5.3.0",
|
|
30
|
+
"@atlaskit/icon": "^29.3.0",
|
|
31
31
|
"@atlaskit/spinner": "^19.0.0",
|
|
32
32
|
"@atlaskit/theme": "^21.0.0",
|
|
33
|
-
"@atlaskit/tokens": "^
|
|
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,12 +44,11 @@
|
|
|
44
44
|
"@af/visual-regression": "workspace:^",
|
|
45
45
|
"@atlaskit/docs": "^11.2.0",
|
|
46
46
|
"@atlaskit/empty-state": "^10.1.0",
|
|
47
|
-
"@atlaskit/form": "^
|
|
48
|
-
"@atlaskit/link": "^3.
|
|
49
|
-
"@atlaskit/primitives": "^
|
|
50
|
-
"@atlaskit/section-message": "^8.
|
|
51
|
-
"@atlaskit/select": "^21.
|
|
52
|
-
"@atlaskit/ssr": "workspace:^",
|
|
47
|
+
"@atlaskit/form": "^15.2.0",
|
|
48
|
+
"@atlaskit/link": "^3.3.0",
|
|
49
|
+
"@atlaskit/primitives": "^17.0.0",
|
|
50
|
+
"@atlaskit/section-message": "^8.11.0",
|
|
51
|
+
"@atlaskit/select": "^21.6.0",
|
|
53
52
|
"@atlaskit/visually-hidden": "^3.0.0",
|
|
54
53
|
"@atlassian/ssr-tests": "workspace:^",
|
|
55
54
|
"@testing-library/react": "^13.4.0",
|