@atlaskit/table 0.14.10 → 0.15.0
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 +7 -0
- package/body/package.json +17 -0
- package/dist/cjs/entry-points/body.js +13 -0
- package/dist/cjs/entry-points/expandable-cell.js +13 -0
- package/dist/cjs/entry-points/expandable-row-content.js +13 -0
- package/dist/cjs/entry-points/expandable-row.js +13 -0
- package/dist/cjs/entry-points/head-cell.js +13 -0
- package/dist/cjs/entry-points/primitives-bulk-action-overlay.js +12 -0
- package/dist/cjs/entry-points/primitives-expand-icon.js +12 -0
- package/dist/cjs/entry-points/primitives-expandable-cell.js +12 -0
- package/dist/cjs/entry-points/primitives-selectable-cell.js +12 -0
- package/dist/cjs/entry-points/primitives-sort-icon.js +12 -0
- package/dist/cjs/entry-points/primitives-table.js +12 -0
- package/dist/cjs/entry-points/primitives-tbody.js +12 -0
- package/dist/cjs/entry-points/primitives-td.js +12 -0
- package/dist/cjs/entry-points/primitives-th.js +12 -0
- package/dist/cjs/entry-points/primitives-thead.js +12 -0
- package/dist/cjs/entry-points/primitives-tr.js +12 -0
- package/dist/cjs/entry-points/row.js +13 -0
- package/dist/cjs/entry-points/sortable-column.js +13 -0
- package/dist/cjs/entry-points/table.js +13 -0
- package/dist/cjs/entry-points/td.js +12 -0
- package/dist/cjs/entry-points/thead.js +13 -0
- package/dist/es2019/entry-points/body.js +1 -0
- package/dist/es2019/entry-points/expandable-cell.js +1 -0
- package/dist/es2019/entry-points/expandable-row-content.js +1 -0
- package/dist/es2019/entry-points/expandable-row.js +1 -0
- package/dist/es2019/entry-points/head-cell.js +1 -0
- package/dist/es2019/entry-points/primitives-bulk-action-overlay.js +1 -0
- package/dist/es2019/entry-points/primitives-expand-icon.js +1 -0
- package/dist/es2019/entry-points/primitives-expandable-cell.js +1 -0
- package/dist/es2019/entry-points/primitives-selectable-cell.js +1 -0
- package/dist/es2019/entry-points/primitives-sort-icon.js +1 -0
- package/dist/es2019/entry-points/primitives-table.js +1 -0
- package/dist/es2019/entry-points/primitives-tbody.js +1 -0
- package/dist/es2019/entry-points/primitives-td.js +1 -0
- package/dist/es2019/entry-points/primitives-th.js +1 -0
- package/dist/es2019/entry-points/primitives-thead.js +1 -0
- package/dist/es2019/entry-points/primitives-tr.js +1 -0
- package/dist/es2019/entry-points/row.js +1 -0
- package/dist/es2019/entry-points/sortable-column.js +1 -0
- package/dist/es2019/entry-points/table.js +1 -0
- package/dist/es2019/entry-points/td.js +1 -0
- package/dist/es2019/entry-points/thead.js +1 -0
- package/dist/esm/entry-points/body.js +1 -0
- package/dist/esm/entry-points/expandable-cell.js +1 -0
- package/dist/esm/entry-points/expandable-row-content.js +1 -0
- package/dist/esm/entry-points/expandable-row.js +1 -0
- package/dist/esm/entry-points/head-cell.js +1 -0
- package/dist/esm/entry-points/primitives-bulk-action-overlay.js +1 -0
- package/dist/esm/entry-points/primitives-expand-icon.js +1 -0
- package/dist/esm/entry-points/primitives-expandable-cell.js +1 -0
- package/dist/esm/entry-points/primitives-selectable-cell.js +1 -0
- package/dist/esm/entry-points/primitives-sort-icon.js +1 -0
- package/dist/esm/entry-points/primitives-table.js +1 -0
- package/dist/esm/entry-points/primitives-tbody.js +1 -0
- package/dist/esm/entry-points/primitives-td.js +1 -0
- package/dist/esm/entry-points/primitives-th.js +1 -0
- package/dist/esm/entry-points/primitives-thead.js +1 -0
- package/dist/esm/entry-points/primitives-tr.js +1 -0
- package/dist/esm/entry-points/row.js +1 -0
- package/dist/esm/entry-points/sortable-column.js +1 -0
- package/dist/esm/entry-points/table.js +1 -0
- package/dist/esm/entry-points/td.js +1 -0
- package/dist/esm/entry-points/thead.js +1 -0
- package/dist/types/entry-points/body.d.ts +1 -0
- package/dist/types/entry-points/expandable-cell.d.ts +1 -0
- package/dist/types/entry-points/expandable-row-content.d.ts +1 -0
- package/dist/types/entry-points/expandable-row.d.ts +1 -0
- package/dist/types/entry-points/head-cell.d.ts +1 -0
- package/dist/types/entry-points/primitives-bulk-action-overlay.d.ts +1 -0
- package/dist/types/entry-points/primitives-expand-icon.d.ts +1 -0
- package/dist/types/entry-points/primitives-expandable-cell.d.ts +1 -0
- package/dist/types/entry-points/primitives-selectable-cell.d.ts +1 -0
- package/dist/types/entry-points/primitives-sort-icon.d.ts +1 -0
- package/dist/types/entry-points/primitives-table.d.ts +1 -0
- package/dist/types/entry-points/primitives-tbody.d.ts +1 -0
- package/dist/types/entry-points/primitives-td.d.ts +1 -0
- package/dist/types/entry-points/primitives-th.d.ts +1 -0
- package/dist/types/entry-points/primitives-thead.d.ts +1 -0
- package/dist/types/entry-points/primitives-tr.d.ts +1 -0
- package/dist/types/entry-points/row.d.ts +1 -0
- package/dist/types/entry-points/sortable-column.d.ts +1 -0
- package/dist/types/entry-points/table.d.ts +1 -0
- package/dist/types/entry-points/td.d.ts +1 -0
- package/dist/types/entry-points/thead.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/body.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/expandable-cell.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/expandable-row-content.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/expandable-row.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/head-cell.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/primitives-bulk-action-overlay.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/primitives-expand-icon.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/primitives-expandable-cell.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/primitives-selectable-cell.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/primitives-sort-icon.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/primitives-table.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/primitives-tbody.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/primitives-td.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/primitives-th.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/primitives-thead.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/primitives-tr.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/row.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/sortable-column.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/table.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/td.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/thead.d.ts +1 -0
- package/expandable-cell/package.json +17 -0
- package/expandable-row/package.json +17 -0
- package/expandable-row-content/package.json +17 -0
- package/head-cell/package.json +17 -0
- package/package.json +6 -6
- package/primitives/bulk-action-overlay/package.json +17 -0
- package/primitives/expand-icon/package.json +17 -0
- package/primitives/expandable-cell/package.json +17 -0
- package/primitives/selectable-cell/package.json +17 -0
- package/primitives/sort-icon/package.json +17 -0
- package/primitives/table/package.json +17 -0
- package/primitives/tbody/package.json +17 -0
- package/primitives/td/package.json +17 -0
- package/primitives/th/package.json +17 -0
- package/primitives/thead/package.json +17 -0
- package/primitives/tr/package.json +17 -0
- package/row/package.json +17 -0
- package/sortable-column/package.json +17 -0
- package/table/package.json +17 -0
- package/td/package.json +17 -0
- package/thead/package.json +17 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @atlaskit/table
|
|
2
2
|
|
|
3
|
+
## 0.15.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`a67de9fc8b501`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a67de9fc8b501) -
|
|
8
|
+
Autofix: add explicit package exports (barrel removal)
|
|
9
|
+
|
|
3
10
|
## 0.14.10
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/table/body",
|
|
3
|
+
"main": "../dist/cjs/entry-points/body.js",
|
|
4
|
+
"module": "../dist/esm/entry-points/body.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/entry-points/body.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/entry-points/body.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/entry-points/body.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
Object.defineProperty(exports, "TBody", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function get() {
|
|
10
|
+
return _body.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
var _body = _interopRequireDefault(require("../body"));
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
Object.defineProperty(exports, "ExpandableCell", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function get() {
|
|
10
|
+
return _expandableCell.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
var _expandableCell = _interopRequireDefault(require("../expandable-cell"));
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
Object.defineProperty(exports, "ExpandableRowContent", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function get() {
|
|
10
|
+
return _expandableRowContent.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
var _expandableRowContent = _interopRequireDefault(require("../expandable-row-content"));
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
Object.defineProperty(exports, "ExpandableRow", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function get() {
|
|
10
|
+
return _expandableRow.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
var _expandableRow = _interopRequireDefault(require("../expandable-row"));
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
Object.defineProperty(exports, "HeadCell", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function get() {
|
|
10
|
+
return _headCell.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
var _headCell = _interopRequireDefault(require("../head-cell"));
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "BulkActionOverlay", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _bulkActionOverlay.BulkActionOverlay;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _bulkActionOverlay = require("../ui/bulk-action-overlay");
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "ExpandIcon", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _expandIcon.ExpandIcon;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _expandIcon = require("../ui/expand-icon");
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "ExpandableCell", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _expandableCell.ExpandableCell;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _expandableCell = require("../ui/expandable-cell");
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "SelectableCell", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _selectableCell.SelectableCell;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _selectableCell = require("../ui/selectable-cell");
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "SortIcon", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _sortIcon.SortIcon;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _sortIcon = require("../ui/sort-icon");
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
Object.defineProperty(exports, "Row", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function get() {
|
|
10
|
+
return _row.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
var _row = _interopRequireDefault(require("../row"));
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
Object.defineProperty(exports, "SortableColumn", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function get() {
|
|
10
|
+
return _sortableColumn.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
var _sortableColumn = _interopRequireDefault(require("../sortable-column"));
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
Object.defineProperty(exports, "default", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function get() {
|
|
10
|
+
return _table.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
var _table = _interopRequireDefault(require("../table"));
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
Object.defineProperty(exports, "THead", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function get() {
|
|
10
|
+
return _thead.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
var _thead = _interopRequireDefault(require("../thead"));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as TBody } from '../body';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as ExpandableCell } from '../expandable-cell';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as ExpandableRowContent } from '../expandable-row-content';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as ExpandableRow } from '../expandable-row';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as HeadCell } from '../head-cell';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { BulkActionOverlay } from '../ui/bulk-action-overlay';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ExpandIcon } from '../ui/expand-icon';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ExpandableCell } from '../ui/expandable-cell';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { SelectableCell } from '../ui/selectable-cell';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { SortIcon } from '../ui/sort-icon';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Table } from '../ui/table';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { TBody } from '../ui/tbody';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { TD } from '../ui/td';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { TH } from '../ui/th';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { THead } from '../ui/thead';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { TR } from '../ui/tr';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Row } from '../row';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as SortableColumn } from '../sortable-column';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from '../table';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { TD as Cell } from '../ui/td';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as THead } from '../thead';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as TBody } from '../body';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as ExpandableCell } from '../expandable-cell';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as ExpandableRowContent } from '../expandable-row-content';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as ExpandableRow } from '../expandable-row';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as HeadCell } from '../head-cell';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { BulkActionOverlay } from '../ui/bulk-action-overlay';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ExpandIcon } from '../ui/expand-icon';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ExpandableCell } from '../ui/expandable-cell';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { SelectableCell } from '../ui/selectable-cell';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { SortIcon } from '../ui/sort-icon';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Table } from '../ui/table';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { TBody } from '../ui/tbody';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { TD } from '../ui/td';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { TH } from '../ui/th';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { THead } from '../ui/thead';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { TR } from '../ui/tr';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Row } from '../row';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as SortableColumn } from '../sortable-column';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from '../table';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { TD as Cell } from '../ui/td';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as THead } from '../thead';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as TBody } from '../body';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as ExpandableCell } from '../expandable-cell';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as ExpandableRowContent } from '../expandable-row-content';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as ExpandableRow } from '../expandable-row';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as HeadCell } from '../head-cell';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { BulkActionOverlay } from '../ui/bulk-action-overlay';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ExpandIcon } from '../ui/expand-icon';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ExpandableCell } from '../ui/expandable-cell';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { SelectableCell } from '../ui/selectable-cell';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { SortIcon } from '../ui/sort-icon';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Table } from '../ui/table';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { TBody } from '../ui/tbody';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { TD } from '../ui/td';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { TH } from '../ui/th';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { THead } from '../ui/thead';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { TR } from '../ui/tr';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Row } from '../row';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as SortableColumn } from '../sortable-column';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from '../table';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { TD as Cell } from '../ui/td';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as THead } from '../thead';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as TBody } from '../body';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as ExpandableCell } from '../expandable-cell';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as ExpandableRowContent } from '../expandable-row-content';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as ExpandableRow } from '../expandable-row';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as HeadCell } from '../head-cell';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { BulkActionOverlay } from '../ui/bulk-action-overlay';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ExpandIcon } from '../ui/expand-icon';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ExpandableCell } from '../ui/expandable-cell';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { SelectableCell } from '../ui/selectable-cell';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { SortIcon } from '../ui/sort-icon';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Table } from '../ui/table';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { TBody } from '../ui/tbody';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { TD } from '../ui/td';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { TH } from '../ui/th';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { THead } from '../ui/thead';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { TR } from '../ui/tr';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Row } from '../row';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as SortableColumn } from '../sortable-column';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from '../table';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { TD as Cell } from '../ui/td';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as THead } from '../thead';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/table/expandable-cell",
|
|
3
|
+
"main": "../dist/cjs/entry-points/expandable-cell.js",
|
|
4
|
+
"module": "../dist/esm/entry-points/expandable-cell.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/entry-points/expandable-cell.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/entry-points/expandable-cell.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/entry-points/expandable-cell.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/table/expandable-row",
|
|
3
|
+
"main": "../dist/cjs/entry-points/expandable-row.js",
|
|
4
|
+
"module": "../dist/esm/entry-points/expandable-row.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/entry-points/expandable-row.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/entry-points/expandable-row.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/entry-points/expandable-row.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/table/expandable-row-content",
|
|
3
|
+
"main": "../dist/cjs/entry-points/expandable-row-content.js",
|
|
4
|
+
"module": "../dist/esm/entry-points/expandable-row-content.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/entry-points/expandable-row-content.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/entry-points/expandable-row-content.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/entry-points/expandable-row-content.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/table/head-cell",
|
|
3
|
+
"main": "../dist/cjs/entry-points/head-cell.js",
|
|
4
|
+
"module": "../dist/esm/entry-points/head-cell.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/entry-points/head-cell.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/entry-points/head-cell.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/entry-points/head-cell.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/table",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.15.0",
|
|
4
4
|
"description": "A table is used to display data.",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@atlaskit/checkbox": "^17.3.0",
|
|
49
49
|
"@atlaskit/css": "^0.19.0",
|
|
50
50
|
"@atlaskit/ds-lib": "^7.0.0",
|
|
51
|
-
"@atlaskit/icon": "^34.
|
|
51
|
+
"@atlaskit/icon": "^34.2.0",
|
|
52
52
|
"@atlaskit/primitives": "^19.0.0",
|
|
53
53
|
"@atlaskit/tokens": "^13.0.0",
|
|
54
54
|
"@atlaskit/tooltip": "^21.1.0",
|
|
@@ -63,11 +63,11 @@
|
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@af/accessibility-testing": "workspace:^",
|
|
65
65
|
"@af/integration-testing": "workspace:^",
|
|
66
|
-
"@atlaskit/avatar": "^25.
|
|
66
|
+
"@atlaskit/avatar": "^25.12.0",
|
|
67
67
|
"@atlaskit/date": "^2.0.0",
|
|
68
|
-
"@atlaskit/docs": "^11.
|
|
69
|
-
"@atlaskit/dynamic-table": "^18.
|
|
70
|
-
"@atlaskit/lozenge": "^13.
|
|
68
|
+
"@atlaskit/docs": "^11.8.0",
|
|
69
|
+
"@atlaskit/dynamic-table": "^18.4.0",
|
|
70
|
+
"@atlaskit/lozenge": "^13.7.0",
|
|
71
71
|
"@atlaskit/section-message": "^8.12.0",
|
|
72
72
|
"@atlassian/react-compiler-gating": "workspace:^",
|
|
73
73
|
"@atlassian/ssr-tests": "workspace:^",
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/table/primitives/bulk-action-overlay",
|
|
3
|
+
"main": "../../dist/cjs/entry-points/primitives-bulk-action-overlay.js",
|
|
4
|
+
"module": "../../dist/esm/entry-points/primitives-bulk-action-overlay.js",
|
|
5
|
+
"module:es2019": "../../dist/es2019/entry-points/primitives-bulk-action-overlay.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../../dist/types/entry-points/primitives-bulk-action-overlay.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../../dist/types-ts4.5/entry-points/primitives-bulk-action-overlay.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/table/primitives/expand-icon",
|
|
3
|
+
"main": "../../dist/cjs/entry-points/primitives-expand-icon.js",
|
|
4
|
+
"module": "../../dist/esm/entry-points/primitives-expand-icon.js",
|
|
5
|
+
"module:es2019": "../../dist/es2019/entry-points/primitives-expand-icon.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../../dist/types/entry-points/primitives-expand-icon.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../../dist/types-ts4.5/entry-points/primitives-expand-icon.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/table/primitives/expandable-cell",
|
|
3
|
+
"main": "../../dist/cjs/entry-points/primitives-expandable-cell.js",
|
|
4
|
+
"module": "../../dist/esm/entry-points/primitives-expandable-cell.js",
|
|
5
|
+
"module:es2019": "../../dist/es2019/entry-points/primitives-expandable-cell.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../../dist/types/entry-points/primitives-expandable-cell.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../../dist/types-ts4.5/entry-points/primitives-expandable-cell.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/table/primitives/selectable-cell",
|
|
3
|
+
"main": "../../dist/cjs/entry-points/primitives-selectable-cell.js",
|
|
4
|
+
"module": "../../dist/esm/entry-points/primitives-selectable-cell.js",
|
|
5
|
+
"module:es2019": "../../dist/es2019/entry-points/primitives-selectable-cell.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../../dist/types/entry-points/primitives-selectable-cell.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../../dist/types-ts4.5/entry-points/primitives-selectable-cell.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/table/primitives/sort-icon",
|
|
3
|
+
"main": "../../dist/cjs/entry-points/primitives-sort-icon.js",
|
|
4
|
+
"module": "../../dist/esm/entry-points/primitives-sort-icon.js",
|
|
5
|
+
"module:es2019": "../../dist/es2019/entry-points/primitives-sort-icon.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../../dist/types/entry-points/primitives-sort-icon.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../../dist/types-ts4.5/entry-points/primitives-sort-icon.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/table/primitives/table",
|
|
3
|
+
"main": "../../dist/cjs/entry-points/primitives-table.js",
|
|
4
|
+
"module": "../../dist/esm/entry-points/primitives-table.js",
|
|
5
|
+
"module:es2019": "../../dist/es2019/entry-points/primitives-table.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../../dist/types/entry-points/primitives-table.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../../dist/types-ts4.5/entry-points/primitives-table.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/table/primitives/tbody",
|
|
3
|
+
"main": "../../dist/cjs/entry-points/primitives-tbody.js",
|
|
4
|
+
"module": "../../dist/esm/entry-points/primitives-tbody.js",
|
|
5
|
+
"module:es2019": "../../dist/es2019/entry-points/primitives-tbody.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../../dist/types/entry-points/primitives-tbody.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../../dist/types-ts4.5/entry-points/primitives-tbody.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/table/primitives/td",
|
|
3
|
+
"main": "../../dist/cjs/entry-points/primitives-td.js",
|
|
4
|
+
"module": "../../dist/esm/entry-points/primitives-td.js",
|
|
5
|
+
"module:es2019": "../../dist/es2019/entry-points/primitives-td.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../../dist/types/entry-points/primitives-td.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../../dist/types-ts4.5/entry-points/primitives-td.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/table/primitives/th",
|
|
3
|
+
"main": "../../dist/cjs/entry-points/primitives-th.js",
|
|
4
|
+
"module": "../../dist/esm/entry-points/primitives-th.js",
|
|
5
|
+
"module:es2019": "../../dist/es2019/entry-points/primitives-th.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../../dist/types/entry-points/primitives-th.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../../dist/types-ts4.5/entry-points/primitives-th.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/table/primitives/thead",
|
|
3
|
+
"main": "../../dist/cjs/entry-points/primitives-thead.js",
|
|
4
|
+
"module": "../../dist/esm/entry-points/primitives-thead.js",
|
|
5
|
+
"module:es2019": "../../dist/es2019/entry-points/primitives-thead.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../../dist/types/entry-points/primitives-thead.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../../dist/types-ts4.5/entry-points/primitives-thead.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/table/primitives/tr",
|
|
3
|
+
"main": "../../dist/cjs/entry-points/primitives-tr.js",
|
|
4
|
+
"module": "../../dist/esm/entry-points/primitives-tr.js",
|
|
5
|
+
"module:es2019": "../../dist/es2019/entry-points/primitives-tr.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../../dist/types/entry-points/primitives-tr.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../../dist/types-ts4.5/entry-points/primitives-tr.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
package/row/package.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/table/row",
|
|
3
|
+
"main": "../dist/cjs/entry-points/row.js",
|
|
4
|
+
"module": "../dist/esm/entry-points/row.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/entry-points/row.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/entry-points/row.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/entry-points/row.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/table/sortable-column",
|
|
3
|
+
"main": "../dist/cjs/entry-points/sortable-column.js",
|
|
4
|
+
"module": "../dist/esm/entry-points/sortable-column.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/entry-points/sortable-column.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/entry-points/sortable-column.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/entry-points/sortable-column.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/table/table",
|
|
3
|
+
"main": "../dist/cjs/entry-points/table.js",
|
|
4
|
+
"module": "../dist/esm/entry-points/table.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/entry-points/table.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/entry-points/table.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/entry-points/table.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
package/td/package.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/table/td",
|
|
3
|
+
"main": "../dist/cjs/entry-points/td.js",
|
|
4
|
+
"module": "../dist/esm/entry-points/td.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/entry-points/td.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/entry-points/td.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/entry-points/td.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/table/thead",
|
|
3
|
+
"main": "../dist/cjs/entry-points/thead.js",
|
|
4
|
+
"module": "../dist/esm/entry-points/thead.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/entry-points/thead.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/entry-points/thead.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/entry-points/thead.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|