@atlaskit/dynamic-table 14.16.1 → 14.16.2

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,11 @@
1
1
  # @atlaskit/dynamic-table
2
2
 
3
+ ## 14.16.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#83297](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83297) [`6b1707c169e0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6b1707c169e0) - The internal composition of this component has changed. There is no expected change in behaviour.
8
+
3
9
  ## 14.16.1
4
10
 
5
11
  ### Patch Changes
@@ -35,7 +35,7 @@ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e;
35
35
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
36
36
  function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
37
37
  var packageName = "@atlaskit/dynamic-table";
38
- var packageVersion = "14.16.1";
38
+ var packageVersion = "14.16.2";
39
39
  function toggleSortOrder(currentSortOrder) {
40
40
  switch (currentSortOrder) {
41
41
  case _constants.DESC:
@@ -24,9 +24,8 @@ var EmptyViewWithFixedHeight = exports.EmptyViewWithFixedHeight = function Empty
24
24
  };
25
25
  var emptyViewContainerStyles = (0, _react.css)({
26
26
  width: '50%',
27
- // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage
28
27
  margin: 'auto',
29
- // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage
28
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-space
30
29
  padding: '10px',
31
30
  textAlign: 'center'
32
31
  });
@@ -14,7 +14,7 @@ import LoadingContainerAdvanced from './loading-container-advanced';
14
14
  import ManagedPagination from './managed-pagination';
15
15
  import TableHead from './table-head';
16
16
  const packageName = "@atlaskit/dynamic-table";
17
- const packageVersion = "14.16.1";
17
+ const packageVersion = "14.16.2";
18
18
  function toggleSortOrder(currentSortOrder) {
19
19
  switch (currentSortOrder) {
20
20
  case DESC:
@@ -17,9 +17,8 @@ export const EmptyViewWithFixedHeight = ({
17
17
  }, children);
18
18
  const emptyViewContainerStyles = css({
19
19
  width: '50%',
20
- // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage
21
20
  margin: 'auto',
22
- // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage
21
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-space
23
22
  padding: '10px',
24
23
  textAlign: 'center'
25
24
  });
@@ -25,7 +25,7 @@ import LoadingContainerAdvanced from './loading-container-advanced';
25
25
  import ManagedPagination from './managed-pagination';
26
26
  import TableHead from './table-head';
27
27
  var packageName = "@atlaskit/dynamic-table";
28
- var packageVersion = "14.16.1";
28
+ var packageVersion = "14.16.2";
29
29
  function toggleSortOrder(currentSortOrder) {
30
30
  switch (currentSortOrder) {
31
31
  case DESC:
@@ -18,9 +18,8 @@ export var EmptyViewWithFixedHeight = function EmptyViewWithFixedHeight(_ref) {
18
18
  };
19
19
  var emptyViewContainerStyles = css({
20
20
  width: '50%',
21
- // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage
22
21
  margin: 'auto',
23
- // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage
22
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-space
24
23
  padding: '10px',
25
24
  textAlign: 'center'
26
25
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/dynamic-table",
3
- "version": "14.16.1",
3
+ "version": "14.16.2",
4
4
  "description": "A dynamic table displays rows of data with built-in pagination, sorting, and re-ordering functionality.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"