@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.
Files changed (128) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/body/package.json +17 -0
  3. package/dist/cjs/entry-points/body.js +13 -0
  4. package/dist/cjs/entry-points/expandable-cell.js +13 -0
  5. package/dist/cjs/entry-points/expandable-row-content.js +13 -0
  6. package/dist/cjs/entry-points/expandable-row.js +13 -0
  7. package/dist/cjs/entry-points/head-cell.js +13 -0
  8. package/dist/cjs/entry-points/primitives-bulk-action-overlay.js +12 -0
  9. package/dist/cjs/entry-points/primitives-expand-icon.js +12 -0
  10. package/dist/cjs/entry-points/primitives-expandable-cell.js +12 -0
  11. package/dist/cjs/entry-points/primitives-selectable-cell.js +12 -0
  12. package/dist/cjs/entry-points/primitives-sort-icon.js +12 -0
  13. package/dist/cjs/entry-points/primitives-table.js +12 -0
  14. package/dist/cjs/entry-points/primitives-tbody.js +12 -0
  15. package/dist/cjs/entry-points/primitives-td.js +12 -0
  16. package/dist/cjs/entry-points/primitives-th.js +12 -0
  17. package/dist/cjs/entry-points/primitives-thead.js +12 -0
  18. package/dist/cjs/entry-points/primitives-tr.js +12 -0
  19. package/dist/cjs/entry-points/row.js +13 -0
  20. package/dist/cjs/entry-points/sortable-column.js +13 -0
  21. package/dist/cjs/entry-points/table.js +13 -0
  22. package/dist/cjs/entry-points/td.js +12 -0
  23. package/dist/cjs/entry-points/thead.js +13 -0
  24. package/dist/es2019/entry-points/body.js +1 -0
  25. package/dist/es2019/entry-points/expandable-cell.js +1 -0
  26. package/dist/es2019/entry-points/expandable-row-content.js +1 -0
  27. package/dist/es2019/entry-points/expandable-row.js +1 -0
  28. package/dist/es2019/entry-points/head-cell.js +1 -0
  29. package/dist/es2019/entry-points/primitives-bulk-action-overlay.js +1 -0
  30. package/dist/es2019/entry-points/primitives-expand-icon.js +1 -0
  31. package/dist/es2019/entry-points/primitives-expandable-cell.js +1 -0
  32. package/dist/es2019/entry-points/primitives-selectable-cell.js +1 -0
  33. package/dist/es2019/entry-points/primitives-sort-icon.js +1 -0
  34. package/dist/es2019/entry-points/primitives-table.js +1 -0
  35. package/dist/es2019/entry-points/primitives-tbody.js +1 -0
  36. package/dist/es2019/entry-points/primitives-td.js +1 -0
  37. package/dist/es2019/entry-points/primitives-th.js +1 -0
  38. package/dist/es2019/entry-points/primitives-thead.js +1 -0
  39. package/dist/es2019/entry-points/primitives-tr.js +1 -0
  40. package/dist/es2019/entry-points/row.js +1 -0
  41. package/dist/es2019/entry-points/sortable-column.js +1 -0
  42. package/dist/es2019/entry-points/table.js +1 -0
  43. package/dist/es2019/entry-points/td.js +1 -0
  44. package/dist/es2019/entry-points/thead.js +1 -0
  45. package/dist/esm/entry-points/body.js +1 -0
  46. package/dist/esm/entry-points/expandable-cell.js +1 -0
  47. package/dist/esm/entry-points/expandable-row-content.js +1 -0
  48. package/dist/esm/entry-points/expandable-row.js +1 -0
  49. package/dist/esm/entry-points/head-cell.js +1 -0
  50. package/dist/esm/entry-points/primitives-bulk-action-overlay.js +1 -0
  51. package/dist/esm/entry-points/primitives-expand-icon.js +1 -0
  52. package/dist/esm/entry-points/primitives-expandable-cell.js +1 -0
  53. package/dist/esm/entry-points/primitives-selectable-cell.js +1 -0
  54. package/dist/esm/entry-points/primitives-sort-icon.js +1 -0
  55. package/dist/esm/entry-points/primitives-table.js +1 -0
  56. package/dist/esm/entry-points/primitives-tbody.js +1 -0
  57. package/dist/esm/entry-points/primitives-td.js +1 -0
  58. package/dist/esm/entry-points/primitives-th.js +1 -0
  59. package/dist/esm/entry-points/primitives-thead.js +1 -0
  60. package/dist/esm/entry-points/primitives-tr.js +1 -0
  61. package/dist/esm/entry-points/row.js +1 -0
  62. package/dist/esm/entry-points/sortable-column.js +1 -0
  63. package/dist/esm/entry-points/table.js +1 -0
  64. package/dist/esm/entry-points/td.js +1 -0
  65. package/dist/esm/entry-points/thead.js +1 -0
  66. package/dist/types/entry-points/body.d.ts +1 -0
  67. package/dist/types/entry-points/expandable-cell.d.ts +1 -0
  68. package/dist/types/entry-points/expandable-row-content.d.ts +1 -0
  69. package/dist/types/entry-points/expandable-row.d.ts +1 -0
  70. package/dist/types/entry-points/head-cell.d.ts +1 -0
  71. package/dist/types/entry-points/primitives-bulk-action-overlay.d.ts +1 -0
  72. package/dist/types/entry-points/primitives-expand-icon.d.ts +1 -0
  73. package/dist/types/entry-points/primitives-expandable-cell.d.ts +1 -0
  74. package/dist/types/entry-points/primitives-selectable-cell.d.ts +1 -0
  75. package/dist/types/entry-points/primitives-sort-icon.d.ts +1 -0
  76. package/dist/types/entry-points/primitives-table.d.ts +1 -0
  77. package/dist/types/entry-points/primitives-tbody.d.ts +1 -0
  78. package/dist/types/entry-points/primitives-td.d.ts +1 -0
  79. package/dist/types/entry-points/primitives-th.d.ts +1 -0
  80. package/dist/types/entry-points/primitives-thead.d.ts +1 -0
  81. package/dist/types/entry-points/primitives-tr.d.ts +1 -0
  82. package/dist/types/entry-points/row.d.ts +1 -0
  83. package/dist/types/entry-points/sortable-column.d.ts +1 -0
  84. package/dist/types/entry-points/table.d.ts +1 -0
  85. package/dist/types/entry-points/td.d.ts +1 -0
  86. package/dist/types/entry-points/thead.d.ts +1 -0
  87. package/dist/types-ts4.5/entry-points/body.d.ts +1 -0
  88. package/dist/types-ts4.5/entry-points/expandable-cell.d.ts +1 -0
  89. package/dist/types-ts4.5/entry-points/expandable-row-content.d.ts +1 -0
  90. package/dist/types-ts4.5/entry-points/expandable-row.d.ts +1 -0
  91. package/dist/types-ts4.5/entry-points/head-cell.d.ts +1 -0
  92. package/dist/types-ts4.5/entry-points/primitives-bulk-action-overlay.d.ts +1 -0
  93. package/dist/types-ts4.5/entry-points/primitives-expand-icon.d.ts +1 -0
  94. package/dist/types-ts4.5/entry-points/primitives-expandable-cell.d.ts +1 -0
  95. package/dist/types-ts4.5/entry-points/primitives-selectable-cell.d.ts +1 -0
  96. package/dist/types-ts4.5/entry-points/primitives-sort-icon.d.ts +1 -0
  97. package/dist/types-ts4.5/entry-points/primitives-table.d.ts +1 -0
  98. package/dist/types-ts4.5/entry-points/primitives-tbody.d.ts +1 -0
  99. package/dist/types-ts4.5/entry-points/primitives-td.d.ts +1 -0
  100. package/dist/types-ts4.5/entry-points/primitives-th.d.ts +1 -0
  101. package/dist/types-ts4.5/entry-points/primitives-thead.d.ts +1 -0
  102. package/dist/types-ts4.5/entry-points/primitives-tr.d.ts +1 -0
  103. package/dist/types-ts4.5/entry-points/row.d.ts +1 -0
  104. package/dist/types-ts4.5/entry-points/sortable-column.d.ts +1 -0
  105. package/dist/types-ts4.5/entry-points/table.d.ts +1 -0
  106. package/dist/types-ts4.5/entry-points/td.d.ts +1 -0
  107. package/dist/types-ts4.5/entry-points/thead.d.ts +1 -0
  108. package/expandable-cell/package.json +17 -0
  109. package/expandable-row/package.json +17 -0
  110. package/expandable-row-content/package.json +17 -0
  111. package/head-cell/package.json +17 -0
  112. package/package.json +6 -6
  113. package/primitives/bulk-action-overlay/package.json +17 -0
  114. package/primitives/expand-icon/package.json +17 -0
  115. package/primitives/expandable-cell/package.json +17 -0
  116. package/primitives/selectable-cell/package.json +17 -0
  117. package/primitives/sort-icon/package.json +17 -0
  118. package/primitives/table/package.json +17 -0
  119. package/primitives/tbody/package.json +17 -0
  120. package/primitives/td/package.json +17 -0
  121. package/primitives/th/package.json +17 -0
  122. package/primitives/thead/package.json +17 -0
  123. package/primitives/tr/package.json +17 -0
  124. package/row/package.json +17 -0
  125. package/sortable-column/package.json +17 -0
  126. package/table/package.json +17 -0
  127. package/td/package.json +17 -0
  128. 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,12 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "Table", {
7
+ enumerable: true,
8
+ get: function get() {
9
+ return _table.Table;
10
+ }
11
+ });
12
+ var _table = require("../ui/table");
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "TBody", {
7
+ enumerable: true,
8
+ get: function get() {
9
+ return _tbody.TBody;
10
+ }
11
+ });
12
+ var _tbody = require("../ui/tbody");
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "TD", {
7
+ enumerable: true,
8
+ get: function get() {
9
+ return _td.TD;
10
+ }
11
+ });
12
+ var _td = require("../ui/td");
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "TH", {
7
+ enumerable: true,
8
+ get: function get() {
9
+ return _th.TH;
10
+ }
11
+ });
12
+ var _th = require("../ui/th");
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "THead", {
7
+ enumerable: true,
8
+ get: function get() {
9
+ return _thead.THead;
10
+ }
11
+ });
12
+ var _thead = require("../ui/thead");
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "TR", {
7
+ enumerable: true,
8
+ get: function get() {
9
+ return _tr.TR;
10
+ }
11
+ });
12
+ var _tr = require("../ui/tr");
@@ -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,12 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "Cell", {
7
+ enumerable: true,
8
+ get: function get() {
9
+ return _td.TD;
10
+ }
11
+ });
12
+ var _td = require("../ui/td");
@@ -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.14.10",
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.0.0",
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.11.0",
66
+ "@atlaskit/avatar": "^25.12.0",
67
67
  "@atlaskit/date": "^2.0.0",
68
- "@atlaskit/docs": "^11.7.0",
69
- "@atlaskit/dynamic-table": "^18.3.0",
70
- "@atlaskit/lozenge": "^13.6.0",
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
+ }
@@ -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
+ }
@@ -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
+ }