@atlaskit/dynamic-table 14.8.11 → 14.8.12

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.8.12
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 14.8.11
4
10
 
5
11
  ### 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.8.11";
32
+ var packageVersion = "14.8.12";
33
33
  function toggleSortOrder(currentSortOrder) {
34
34
  switch (currentSortOrder) {
35
35
  case _constants.DESC:
@@ -48,6 +48,7 @@ var Table = /*#__PURE__*/(0, _react.forwardRef)(function (_ref, ref) {
48
48
  });
49
49
  exports.Table = Table;
50
50
  var captionStyles = (0, _react2.css)({
51
+ // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
51
52
  marginTop: "".concat(gridSize * 3.5, "px"),
52
53
  marginBottom: "var(--ds-space-100, 8px)",
53
54
  fontSize: '1.42857143em',
@@ -23,7 +23,9 @@ var EmptyViewWithFixedHeight = function EmptyViewWithFixedHeight(_ref) {
23
23
  exports.EmptyViewWithFixedHeight = EmptyViewWithFixedHeight;
24
24
  var emptyViewContainerStyles = (0, _react.css)({
25
25
  width: '50%',
26
+ // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
26
27
  margin: 'auto',
28
+ // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
27
29
  padding: '10px',
28
30
  textAlign: 'center'
29
31
  });
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/dynamic-table",
3
- "version": "14.8.11",
3
+ "version": "14.8.12",
4
4
  "sideEffects": false
5
5
  }
@@ -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.8.11";
17
+ const packageVersion = "14.8.12";
18
18
  function toggleSortOrder(currentSortOrder) {
19
19
  switch (currentSortOrder) {
20
20
  case DESC:
@@ -43,6 +43,7 @@ export const Table = /*#__PURE__*/forwardRef(({
43
43
  }, rest), children);
44
44
  });
45
45
  const captionStyles = css({
46
+ // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
46
47
  marginTop: `${gridSize * 3.5}px`,
47
48
  marginBottom: "var(--ds-space-100, 8px)",
48
49
  fontSize: '1.42857143em',
@@ -15,7 +15,9 @@ export const EmptyViewWithFixedHeight = ({
15
15
  }, children);
16
16
  const emptyViewContainerStyles = css({
17
17
  width: '50%',
18
+ // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
18
19
  margin: 'auto',
20
+ // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
19
21
  padding: '10px',
20
22
  textAlign: 'center'
21
23
  });
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/dynamic-table",
3
- "version": "14.8.11",
3
+ "version": "14.8.12",
4
4
  "sideEffects": false
5
5
  }
@@ -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.8.11";
25
+ var packageVersion = "14.8.12";
26
26
  function toggleSortOrder(currentSortOrder) {
27
27
  switch (currentSortOrder) {
28
28
  case DESC:
@@ -41,6 +41,7 @@ export var Table = /*#__PURE__*/forwardRef(function (_ref, ref) {
41
41
  }, rest), children);
42
42
  });
43
43
  var captionStyles = css({
44
+ // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
44
45
  marginTop: "".concat(gridSize * 3.5, "px"),
45
46
  marginBottom: "var(--ds-space-100, 8px)",
46
47
  fontSize: '1.42857143em',
@@ -16,7 +16,9 @@ export var EmptyViewWithFixedHeight = function EmptyViewWithFixedHeight(_ref) {
16
16
  };
17
17
  var emptyViewContainerStyles = css({
18
18
  width: '50%',
19
+ // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
19
20
  margin: 'auto',
21
+ // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
20
22
  padding: '10px',
21
23
  textAlign: 'center'
22
24
  });
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/dynamic-table",
3
- "version": "14.8.11",
3
+ "version": "14.8.12",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/dynamic-table",
3
- "version": "14.8.11",
3
+ "version": "14.8.12",
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/"
@@ -26,12 +26,12 @@
26
26
  }
27
27
  },
28
28
  "dependencies": {
29
- "@atlaskit/analytics-next": "^8.0.0",
29
+ "@atlaskit/analytics-next": "^9.0.0",
30
30
  "@atlaskit/ds-lib": "^2.1.0",
31
31
  "@atlaskit/pagination": "^14.2.0",
32
32
  "@atlaskit/spinner": "^15.3.0",
33
33
  "@atlaskit/theme": "^12.2.0",
34
- "@atlaskit/tokens": "^1.0.0",
34
+ "@atlaskit/tokens": "^1.2.0",
35
35
  "@babel/runtime": "^7.0.0",
36
36
  "@emotion/react": "^11.7.1",
37
37
  "react-beautiful-dnd": "^12.1.1"
@@ -64,8 +64,10 @@
64
64
  "@repo/internal": {
65
65
  "dom-events": "use-bind-event-listener",
66
66
  "design-system": "v1",
67
- "design-tokens": "spacing",
68
- "theming": "tokens",
67
+ "design-tokens": [
68
+ "color",
69
+ "spacing"
70
+ ],
69
71
  "deprecation": "no-deprecated-imports",
70
72
  "styling": [
71
73
  "emotion"