@atlaskit/table 0.11.6 → 0.11.7

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/table
2
2
 
3
+ ## 0.11.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 0.11.6
4
10
 
5
11
  ### Patch Changes
package/dist/cjs/body.js CHANGED
@@ -17,7 +17,7 @@ var _useTableBody = require("./hooks/use-table-body");
17
17
  var _ui = require("./ui");
18
18
  var _excluded = ["idx"];
19
19
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
20
- function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; } /* eslint-disable @repo/internal/react/no-clone-element */ /**
20
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; } /**
21
21
  * @jsxRuntime classic
22
22
  * @jsx jsx
23
23
  */ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
@@ -7,7 +7,6 @@ exports.default = void 0;
7
7
  var _react = require("@emotion/react");
8
8
  var _primitives = require("@atlaskit/primitives");
9
9
  var _th = require("./ui/th");
10
- /* eslint-disable no-unused-vars */
11
10
  /**
12
11
  * @jsxRuntime classic
13
12
  * @jsx jsx
@@ -15,7 +15,6 @@ var _useTable2 = require("./hooks/use-table");
15
15
  var _sortIcon = require("./ui/sort-icon");
16
16
  var _th = require("./ui/th");
17
17
  var _excluded = ["name", "testId", "onClick", "children"];
18
- /* eslint-disable no-unused-vars */
19
18
  /**
20
19
  * @jsxRuntime classic
21
20
  * @jsx jsx
@@ -39,10 +38,10 @@ var sortingMessages = {
39
38
  }
40
39
  };
41
40
  var overrideStyles = (0, _react2.css)({
42
- // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage, @atlaskit/ui-styling-standard/no-important-styles -- Ignored via go/DSP-18766
41
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-important-styles -- Ignored via go/DSP-18766
43
42
  margin: '0 -2px !important',
44
43
  gap: "var(--ds-space-050, 4px)",
45
- // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage, @atlaskit/ui-styling-standard/no-important-styles -- Ignored via go/DSP-18766
44
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-important-styles -- Ignored via go/DSP-18766
46
45
  paddingInline: "2px !important"
47
46
  });
48
47
 
@@ -9,7 +9,6 @@ var _react = require("react");
9
9
  var _react2 = require("@emotion/react");
10
10
  var _chevronDownHipchatChevronDown = _interopRequireDefault(require("@atlaskit/icon/utility/migration/chevron-down--hipchat-chevron-down"));
11
11
  var _chevronUpHipchatChevronUp = _interopRequireDefault(require("@atlaskit/icon/utility/migration/chevron-up--hipchat-chevron-up"));
12
- /* eslint-disable no-unused-vars */
13
12
  /**
14
13
  * @jsxRuntime classic
15
14
  * @jsx jsx
@@ -10,7 +10,6 @@ var _react2 = require("@emotion/react");
10
10
  var _arrowDown = _interopRequireDefault(require("@atlaskit/icon/utility/migration/arrow-down"));
11
11
  var _arrowUp = _interopRequireDefault(require("@atlaskit/icon/utility/migration/arrow-up"));
12
12
  var _useTable2 = require("../hooks/use-table");
13
- /* eslint-disable no-unused-vars */
14
13
  /**
15
14
  * @jsxRuntime classic
16
15
  * @jsx jsx
@@ -5,7 +5,6 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.TBody = void 0;
7
7
  var _react = require("@emotion/react");
8
- /* eslint-disable @repo/internal/react/no-clone-element */
9
8
  /**
10
9
  * @jsxRuntime classic
11
10
  * @jsx jsx
@@ -1,4 +1,3 @@
1
- /* eslint-disable @repo/internal/react/no-clone-element */
2
1
  /**
3
2
  * @jsxRuntime classic
4
3
  * @jsx jsx
@@ -1,4 +1,3 @@
1
- /* eslint-disable no-unused-vars */
2
1
  /**
3
2
  * @jsxRuntime classic
4
3
  * @jsx jsx
@@ -1,5 +1,4 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
- /* eslint-disable no-unused-vars */
3
2
  /**
4
3
  * @jsxRuntime classic
5
4
  * @jsx jsx
@@ -31,10 +30,10 @@ const sortingMessages = {
31
30
  }
32
31
  };
33
32
  const overrideStyles = css({
34
- // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage, @atlaskit/ui-styling-standard/no-important-styles -- Ignored via go/DSP-18766
33
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-important-styles -- Ignored via go/DSP-18766
35
34
  margin: '0 -2px !important',
36
35
  gap: "var(--ds-space-050, 4px)",
37
- // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage, @atlaskit/ui-styling-standard/no-important-styles -- Ignored via go/DSP-18766
36
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-important-styles -- Ignored via go/DSP-18766
38
37
  paddingInline: `2px !important`
39
38
  });
40
39
 
@@ -1,4 +1,3 @@
1
- /* eslint-disable no-unused-vars */
2
1
  /**
3
2
  * @jsxRuntime classic
4
3
  * @jsx jsx
@@ -1,4 +1,3 @@
1
- /* eslint-disable no-unused-vars */
2
1
  /**
3
2
  * @jsxRuntime classic
4
3
  * @jsx jsx
@@ -1,4 +1,3 @@
1
- /* eslint-disable @repo/internal/react/no-clone-element */
2
1
  /**
3
2
  * @jsxRuntime classic
4
3
  * @jsx jsx
package/dist/esm/body.js CHANGED
@@ -4,7 +4,6 @@ import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
4
4
  var _excluded = ["idx"];
5
5
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
6
6
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
7
- /* eslint-disable @repo/internal/react/no-clone-element */
8
7
  /**
9
8
  * @jsxRuntime classic
10
9
  * @jsx jsx
@@ -1,4 +1,3 @@
1
- /* eslint-disable no-unused-vars */
2
1
  /**
3
2
  * @jsxRuntime classic
4
3
  * @jsx jsx
@@ -1,7 +1,6 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
3
3
  var _excluded = ["name", "testId", "onClick", "children"];
4
- /* eslint-disable no-unused-vars */
5
4
  /**
6
5
  * @jsxRuntime classic
7
6
  * @jsx jsx
@@ -33,10 +32,10 @@ var sortingMessages = {
33
32
  }
34
33
  };
35
34
  var overrideStyles = css({
36
- // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage, @atlaskit/ui-styling-standard/no-important-styles -- Ignored via go/DSP-18766
35
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-important-styles -- Ignored via go/DSP-18766
37
36
  margin: '0 -2px !important',
38
37
  gap: "var(--ds-space-050, 4px)",
39
- // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage, @atlaskit/ui-styling-standard/no-important-styles -- Ignored via go/DSP-18766
38
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-important-styles -- Ignored via go/DSP-18766
40
39
  paddingInline: "2px !important"
41
40
  });
42
41
 
@@ -1,4 +1,3 @@
1
- /* eslint-disable no-unused-vars */
2
1
  /**
3
2
  * @jsxRuntime classic
4
3
  * @jsx jsx
@@ -1,4 +1,3 @@
1
- /* eslint-disable no-unused-vars */
2
1
  /**
3
2
  * @jsxRuntime classic
4
3
  * @jsx jsx
@@ -1,4 +1,3 @@
1
- /* eslint-disable @repo/internal/react/no-clone-element */
2
1
  /**
3
2
  * @jsxRuntime classic
4
3
  * @jsx jsx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/table",
3
- "version": "0.11.6",
3
+ "version": "0.11.7",
4
4
  "description": "A table is used to display data.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -43,12 +43,12 @@
43
43
  },
44
44
  "dependencies": {
45
45
  "@atlaskit/button": "^23.0.0",
46
- "@atlaskit/checkbox": "^17.0.0",
46
+ "@atlaskit/checkbox": "^17.1.0",
47
47
  "@atlaskit/ds-lib": "^4.0.0",
48
48
  "@atlaskit/focus-ring": "^3.0.0",
49
- "@atlaskit/icon": "^25.4.0",
50
- "@atlaskit/primitives": "^14.2.0",
51
- "@atlaskit/tokens": "^4.5.0",
49
+ "@atlaskit/icon": "^26.0.0",
50
+ "@atlaskit/primitives": "^14.7.0",
51
+ "@atlaskit/tokens": "^4.8.0",
52
52
  "@atlaskit/tooltip": "^20.0.0",
53
53
  "@atlaskit/visually-hidden": "^3.0.0",
54
54
  "@babel/runtime": "^7.0.0",
@@ -59,15 +59,15 @@
59
59
  "react": "^18.2.0"
60
60
  },
61
61
  "devDependencies": {
62
- "@af/accessibility-testing": "^2.0.0",
63
- "@af/integration-testing": "^0.5.0",
62
+ "@af/accessibility-testing": "workspace:^",
63
+ "@af/integration-testing": "workspace:^",
64
64
  "@atlaskit/avatar": "^25.0.0",
65
65
  "@atlaskit/date": "^2.0.0",
66
66
  "@atlaskit/docs": "^10.0.0",
67
- "@atlaskit/dynamic-table": "^18.0.0",
67
+ "@atlaskit/dynamic-table": "^18.1.0",
68
68
  "@atlaskit/lozenge": "^12.2.0",
69
69
  "@atlaskit/section-message": "^8.2.0",
70
- "@atlaskit/visual-regression": "^0.10.0",
70
+ "@atlaskit/visual-regression": "workspace:^",
71
71
  "@atlassian/ssr-tests": "^0.2.0",
72
72
  "@testing-library/react": "^13.4.0",
73
73
  "@testing-library/react-hooks": "^8.0.1",