@atlaskit/dynamic-table 14.11.8 → 14.11.10

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,18 @@
1
1
  # @atlaskit/dynamic-table
2
2
 
3
+ ## 14.11.10
4
+
5
+ ### Patch Changes
6
+
7
+ - [#43686](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43686) [`da342e5ab42`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da342e5ab42) - Remove extraneous `span` from head cell.
8
+ - [#43686](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43686) [`da342e5ab42`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da342e5ab42) - test
9
+
10
+ ## 14.11.9
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+
3
16
  ## 14.11.8
4
17
 
5
18
  ### Patch Changes
@@ -29,7 +29,7 @@ var _tableHead = _interopRequireDefault(require("./table-head"));
29
29
  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); }; }
30
30
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
31
31
  var packageName = "@atlaskit/dynamic-table";
32
- var packageVersion = "14.11.8";
32
+ var packageVersion = "14.11.10";
33
33
  function toggleSortOrder(currentSortOrder) {
34
34
  switch (currentSortOrder) {
35
35
  case _constants.DESC:
@@ -30,7 +30,7 @@ var TableHeadCell = function TableHeadCell(_ref) {
30
30
  }), isSortable ? /*#__PURE__*/_react.default.createElement("button", {
31
31
  type: "button",
32
32
  "aria-roledescription": "Sort button"
33
- }, content) : /*#__PURE__*/_react.default.createElement("span", null, content));
33
+ }, content) : content);
34
34
  };
35
35
 
36
36
  // eslint-disable-next-line @repo/internal/react/require-jsdoc
@@ -14,7 +14,7 @@ import ManagedPagination from './managed-pagination';
14
14
  import RankableTableBody from './rankable/body';
15
15
  import TableHead from './table-head';
16
16
  const packageName = "@atlaskit/dynamic-table";
17
- const packageVersion = "14.11.8";
17
+ const packageVersion = "14.11.10";
18
18
  function toggleSortOrder(currentSortOrder) {
19
19
  switch (currentSortOrder) {
20
20
  case DESC:
@@ -22,7 +22,7 @@ const TableHeadCell = ({
22
22
  }), isSortable ? /*#__PURE__*/React.createElement("button", {
23
23
  type: "button",
24
24
  "aria-roledescription": "Sort button"
25
- }, content) : /*#__PURE__*/React.createElement("span", null, content));
25
+ }, content) : content);
26
26
  };
27
27
 
28
28
  // eslint-disable-next-line @repo/internal/react/require-jsdoc
@@ -22,7 +22,7 @@ import ManagedPagination from './managed-pagination';
22
22
  import RankableTableBody from './rankable/body';
23
23
  import TableHead from './table-head';
24
24
  var packageName = "@atlaskit/dynamic-table";
25
- var packageVersion = "14.11.8";
25
+ var packageVersion = "14.11.10";
26
26
  function toggleSortOrder(currentSortOrder) {
27
27
  switch (currentSortOrder) {
28
28
  case DESC:
@@ -23,7 +23,7 @@ var TableHeadCell = function TableHeadCell(_ref) {
23
23
  }), isSortable ? /*#__PURE__*/React.createElement("button", {
24
24
  type: "button",
25
25
  "aria-roledescription": "Sort button"
26
- }, content) : /*#__PURE__*/React.createElement("span", null, content));
26
+ }, content) : content);
27
27
  };
28
28
 
29
29
  // eslint-disable-next-line @repo/internal/react/require-jsdoc
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/dynamic-table",
3
- "version": "14.11.8",
3
+ "version": "14.11.10",
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/"
@@ -39,7 +39,7 @@
39
39
  "@atlaskit/analytics-next": "^9.1.0",
40
40
  "@atlaskit/ds-lib": "^2.2.0",
41
41
  "@atlaskit/pagination": "^14.4.0",
42
- "@atlaskit/spinner": "^15.6.0",
42
+ "@atlaskit/spinner": "^16.0.0",
43
43
  "@atlaskit/theme": "^12.6.0",
44
44
  "@atlaskit/tokens": "^1.28.0",
45
45
  "@babel/runtime": "^7.0.0",