@atlaskit/table 0.11.5 → 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 +12 -0
- package/dist/cjs/body.js +1 -1
- package/dist/cjs/head-cell.js +0 -1
- package/dist/cjs/sortable-column.js +2 -3
- package/dist/cjs/ui/expand-icon.js +0 -1
- package/dist/cjs/ui/sort-icon.js +0 -1
- package/dist/cjs/ui/tbody.js +0 -1
- package/dist/es2019/body.js +0 -1
- package/dist/es2019/head-cell.js +0 -1
- package/dist/es2019/sortable-column.js +2 -3
- package/dist/es2019/ui/expand-icon.js +0 -1
- package/dist/es2019/ui/sort-icon.js +0 -1
- package/dist/es2019/ui/tbody.js +0 -1
- package/dist/esm/body.js +0 -1
- package/dist/esm/head-cell.js +0 -1
- package/dist/esm/sortable-column.js +2 -3
- package/dist/esm/ui/expand-icon.js +0 -1
- package/dist/esm/ui/sort-icon.js +0 -1
- package/dist/esm/ui/tbody.js +0 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
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; }
|
|
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
|
package/dist/cjs/head-cell.js
CHANGED
|
@@ -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/
|
|
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/
|
|
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
|
package/dist/cjs/ui/sort-icon.js
CHANGED
|
@@ -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
|
package/dist/cjs/ui/tbody.js
CHANGED
package/dist/es2019/body.js
CHANGED
package/dist/es2019/head-cell.js
CHANGED
|
@@ -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/
|
|
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/
|
|
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
|
|
package/dist/es2019/ui/tbody.js
CHANGED
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
|
package/dist/esm/head-cell.js
CHANGED
|
@@ -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/
|
|
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/
|
|
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
|
|
package/dist/esm/ui/sort-icon.js
CHANGED
package/dist/esm/ui/tbody.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/table",
|
|
3
|
-
"version": "0.11.
|
|
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",
|
|
@@ -42,13 +42,13 @@
|
|
|
42
42
|
"./primitives": "./src/ui/index.tsx"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@atlaskit/button": "^
|
|
46
|
-
"@atlaskit/checkbox": "^17.
|
|
45
|
+
"@atlaskit/button": "^23.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": "^
|
|
50
|
-
"@atlaskit/primitives": "^14.
|
|
51
|
-
"@atlaskit/tokens": "^4.
|
|
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,16 +59,16 @@
|
|
|
59
59
|
"react": "^18.2.0"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"@af/accessibility-testing": "
|
|
63
|
-
"@af/integration-testing": "
|
|
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.
|
|
67
|
+
"@atlaskit/dynamic-table": "^18.1.0",
|
|
68
68
|
"@atlaskit/lozenge": "^12.2.0",
|
|
69
69
|
"@atlaskit/section-message": "^8.2.0",
|
|
70
|
-
"@atlaskit/
|
|
71
|
-
"@
|
|
70
|
+
"@atlaskit/visual-regression": "workspace:^",
|
|
71
|
+
"@atlassian/ssr-tests": "^0.2.0",
|
|
72
72
|
"@testing-library/react": "^13.4.0",
|
|
73
73
|
"@testing-library/react-hooks": "^8.0.1",
|
|
74
74
|
"raw-loader": "^0.5.1",
|