@atlaskit/table-tree 12.2.18 → 12.2.19
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
|
@@ -21,5 +21,5 @@ export interface CellProps {
|
|
|
21
21
|
*/
|
|
22
22
|
children?: ReactNode;
|
|
23
23
|
}
|
|
24
|
-
declare const Cell: (props: CellProps & import("
|
|
24
|
+
declare const Cell: (props: CellProps & import("..").CellWithColumnWidthProps) => React.JSX.Element;
|
|
25
25
|
export default Cell;
|
|
@@ -23,5 +23,5 @@ export type HeaderProps = {
|
|
|
23
23
|
id?: string;
|
|
24
24
|
role?: string;
|
|
25
25
|
};
|
|
26
|
-
declare const Header: (props: HeaderProps & import("
|
|
26
|
+
declare const Header: (props: HeaderProps & import("..").CellWithColumnWidthProps) => React.JSX.Element;
|
|
27
27
|
export default Header;
|
|
@@ -21,5 +21,5 @@ export interface CellProps {
|
|
|
21
21
|
*/
|
|
22
22
|
children?: ReactNode;
|
|
23
23
|
}
|
|
24
|
-
declare const Cell: (props: CellProps & import("
|
|
24
|
+
declare const Cell: (props: CellProps & import("..").CellWithColumnWidthProps) => React.JSX.Element;
|
|
25
25
|
export default Cell;
|
|
@@ -23,5 +23,5 @@ export type HeaderProps = {
|
|
|
23
23
|
id?: string;
|
|
24
24
|
role?: string;
|
|
25
25
|
};
|
|
26
|
-
declare const Header: (props: HeaderProps & import("
|
|
26
|
+
declare const Header: (props: HeaderProps & import("..").CellWithColumnWidthProps) => React.JSX.Element;
|
|
27
27
|
export default Header;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/table-tree",
|
|
3
|
-
"version": "12.2.
|
|
3
|
+
"version": "12.2.19",
|
|
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/"
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
28
28
|
"@atlaskit/button": "^23.9.0",
|
|
29
29
|
"@atlaskit/ds-lib": "^5.3.0",
|
|
30
|
-
"@atlaskit/icon": "^
|
|
30
|
+
"@atlaskit/icon": "^31.0.0",
|
|
31
31
|
"@atlaskit/spinner": "^19.0.0",
|
|
32
32
|
"@atlaskit/theme": "^21.0.0",
|
|
33
33
|
"@atlaskit/tokens": "^11.0.0",
|