@atlaskit/dynamic-table 18.0.3 → 18.1.0
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 +17 -0
- package/dist/cjs/components/stateless.js +2 -2
- package/dist/cjs/styled/dynamic-table.compiled.css +1 -0
- package/dist/cjs/styled/dynamic-table.js +1 -1
- package/dist/es2019/components/stateless.js +2 -2
- package/dist/es2019/styled/dynamic-table.compiled.css +1 -0
- package/dist/es2019/styled/dynamic-table.js +1 -1
- package/dist/esm/components/stateless.js +2 -2
- package/dist/esm/styled/dynamic-table.compiled.css +1 -0
- package/dist/esm/styled/dynamic-table.js +1 -1
- package/package.json +12 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @atlaskit/dynamic-table
|
|
2
2
|
|
|
3
|
+
## 18.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#133680](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/133680)
|
|
8
|
+
[`46545f5cc481e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/46545f5cc481e) -
|
|
9
|
+
Added font family defaults to dynamic table
|
|
10
|
+
|
|
11
|
+
## 18.0.4
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [#129972](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/129972)
|
|
16
|
+
[`b2d69a39e6687`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b2d69a39e6687) -
|
|
17
|
+
Update `@compiled/react` dependency for improved type checking support.
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
|
|
3
20
|
## 18.0.3
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
|
@@ -87,14 +87,14 @@ var DynamicTable = function DynamicTable(_ref) {
|
|
|
87
87
|
action: 'sorted',
|
|
88
88
|
componentName: 'dynamicTable',
|
|
89
89
|
packageName: "@atlaskit/dynamic-table",
|
|
90
|
-
packageVersion: "18.0
|
|
90
|
+
packageVersion: "18.1.0"
|
|
91
91
|
});
|
|
92
92
|
var onRankEnd = (0, _analyticsNext.usePlatformLeafEventHandler)({
|
|
93
93
|
fn: providedOnRankEnd,
|
|
94
94
|
action: 'ranked',
|
|
95
95
|
componentName: 'dynamicTable',
|
|
96
96
|
packageName: "@atlaskit/dynamic-table",
|
|
97
|
-
packageVersion: "18.0
|
|
97
|
+
packageVersion: "18.1.0"
|
|
98
98
|
});
|
|
99
99
|
(0, _react.useEffect)(function () {
|
|
100
100
|
(0, _helpers.validateSortKey)(sortKey, head);
|
|
@@ -7,5 +7,6 @@
|
|
|
7
7
|
._1pfh1ejb{margin-block-start:var(--ds-space-300,24px)}
|
|
8
8
|
._6rthu2gc{margin-block-end:var(--ds-space-100,8px)}
|
|
9
9
|
._btyzidpf{border-spacing:0}
|
|
10
|
+
._ect41gqc{font-family:var(--ds-font-family-body,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
10
11
|
._m6k41e03{will-change:transform}
|
|
11
12
|
._yq5hus1c{border-collapse:separate}
|
|
@@ -37,7 +37,7 @@ var Table = exports.Table = /*#__PURE__*/(0, _react.forwardRef)(function (_ref,
|
|
|
37
37
|
ref: ref
|
|
38
38
|
}, rest, {
|
|
39
39
|
"data-testid": testId && "".concat(testId, "--table"),
|
|
40
|
-
className: (0, _runtime.ax)(["_1bsb1osq _yq5hus1c _btyzidpf", isFixedSize && "_1kqm1n9t", hasDataRow && "_179rralu"]),
|
|
40
|
+
className: (0, _runtime.ax)(["_1bsb1osq _yq5hus1c _btyzidpf _ect41gqc", isFixedSize && "_1kqm1n9t", hasDataRow && "_179rralu"]),
|
|
41
41
|
style: _objectSpread(_objectSpread({}, {
|
|
42
42
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
|
|
43
43
|
'--local-dynamic-table-hover-bg': "var(--ds-background-neutral-subtle-hovered, ".concat(_colors.N10, ")"),
|
|
@@ -61,14 +61,14 @@ const DynamicTable = ({
|
|
|
61
61
|
action: 'sorted',
|
|
62
62
|
componentName: 'dynamicTable',
|
|
63
63
|
packageName: "@atlaskit/dynamic-table",
|
|
64
|
-
packageVersion: "18.0
|
|
64
|
+
packageVersion: "18.1.0"
|
|
65
65
|
});
|
|
66
66
|
const onRankEnd = usePlatformLeafEventHandler({
|
|
67
67
|
fn: providedOnRankEnd,
|
|
68
68
|
action: 'ranked',
|
|
69
69
|
componentName: 'dynamicTable',
|
|
70
70
|
packageName: "@atlaskit/dynamic-table",
|
|
71
|
-
packageVersion: "18.0
|
|
71
|
+
packageVersion: "18.1.0"
|
|
72
72
|
});
|
|
73
73
|
useEffect(() => {
|
|
74
74
|
validateSortKey(sortKey, head);
|
|
@@ -7,5 +7,6 @@
|
|
|
7
7
|
._1pfh1ejb{margin-block-start:var(--ds-space-300,24px)}
|
|
8
8
|
._6rthu2gc{margin-block-end:var(--ds-space-100,8px)}
|
|
9
9
|
._btyzidpf{border-spacing:0}
|
|
10
|
+
._ect41gqc{font-family:var(--ds-font-family-body,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
10
11
|
._m6k41e03{will-change:transform}
|
|
11
12
|
._yq5hus1c{border-collapse:separate}
|
|
@@ -36,7 +36,7 @@ export const Table = /*#__PURE__*/forwardRef(({
|
|
|
36
36
|
ref: ref
|
|
37
37
|
}, rest, {
|
|
38
38
|
"data-testid": testId && `${testId}--table`,
|
|
39
|
-
className: ax(["_1bsb1osq _yq5hus1c _btyzidpf", isFixedSize && "_1kqm1n9t", hasDataRow && "_179r1on0"])
|
|
39
|
+
className: ax(["_1bsb1osq _yq5hus1c _btyzidpf _ect41gqc", isFixedSize && "_1kqm1n9t", hasDataRow && "_179r1on0"])
|
|
40
40
|
}), children);
|
|
41
41
|
});
|
|
42
42
|
const captionStyles = null;
|
|
@@ -77,14 +77,14 @@ var DynamicTable = function DynamicTable(_ref) {
|
|
|
77
77
|
action: 'sorted',
|
|
78
78
|
componentName: 'dynamicTable',
|
|
79
79
|
packageName: "@atlaskit/dynamic-table",
|
|
80
|
-
packageVersion: "18.0
|
|
80
|
+
packageVersion: "18.1.0"
|
|
81
81
|
});
|
|
82
82
|
var onRankEnd = usePlatformLeafEventHandler({
|
|
83
83
|
fn: providedOnRankEnd,
|
|
84
84
|
action: 'ranked',
|
|
85
85
|
componentName: 'dynamicTable',
|
|
86
86
|
packageName: "@atlaskit/dynamic-table",
|
|
87
|
-
packageVersion: "18.0
|
|
87
|
+
packageVersion: "18.1.0"
|
|
88
88
|
});
|
|
89
89
|
useEffect(function () {
|
|
90
90
|
validateSortKey(sortKey, head);
|
|
@@ -7,5 +7,6 @@
|
|
|
7
7
|
._1pfh1ejb{margin-block-start:var(--ds-space-300,24px)}
|
|
8
8
|
._6rthu2gc{margin-block-end:var(--ds-space-100,8px)}
|
|
9
9
|
._btyzidpf{border-spacing:0}
|
|
10
|
+
._ect41gqc{font-family:var(--ds-font-family-body,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
10
11
|
._m6k41e03{will-change:transform}
|
|
11
12
|
._yq5hus1c{border-collapse:separate}
|
|
@@ -30,7 +30,7 @@ export var Table = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
30
30
|
ref: ref
|
|
31
31
|
}, rest, {
|
|
32
32
|
"data-testid": testId && "".concat(testId, "--table"),
|
|
33
|
-
className: ax(["_1bsb1osq _yq5hus1c _btyzidpf", isFixedSize && "_1kqm1n9t", hasDataRow && "_179rralu"]),
|
|
33
|
+
className: ax(["_1bsb1osq _yq5hus1c _btyzidpf _ect41gqc", isFixedSize && "_1kqm1n9t", hasDataRow && "_179rralu"]),
|
|
34
34
|
style: _objectSpread(_objectSpread({}, {
|
|
35
35
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
|
|
36
36
|
'--local-dynamic-table-hover-bg': "var(--ds-background-neutral-subtle-hovered, ".concat(N10, ")"),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/dynamic-table",
|
|
3
|
-
"version": "18.0
|
|
3
|
+
"version": "18.1.0",
|
|
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/"
|
|
@@ -42,17 +42,17 @@
|
|
|
42
42
|
"@atlaskit/analytics-next": "^11.0.0",
|
|
43
43
|
"@atlaskit/css": "^0.10.0",
|
|
44
44
|
"@atlaskit/ds-lib": "^4.0.0",
|
|
45
|
-
"@atlaskit/icon": "^25.
|
|
46
|
-
"@atlaskit/pagination": "^16.
|
|
45
|
+
"@atlaskit/icon": "^25.5.0",
|
|
46
|
+
"@atlaskit/pagination": "^16.1.0",
|
|
47
47
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
48
48
|
"@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-migration": "^2.0.0",
|
|
49
|
-
"@atlaskit/primitives": "^14.
|
|
49
|
+
"@atlaskit/primitives": "^14.3.0",
|
|
50
50
|
"@atlaskit/spinner": "^18.0.0",
|
|
51
51
|
"@atlaskit/theme": "^18.0.0",
|
|
52
|
-
"@atlaskit/tokens": "^4.
|
|
52
|
+
"@atlaskit/tokens": "^4.7.0",
|
|
53
53
|
"@atlaskit/tooltip": "^20.0.0",
|
|
54
54
|
"@babel/runtime": "^7.0.0",
|
|
55
|
-
"@compiled/react": "^0.18.
|
|
55
|
+
"@compiled/react": "^0.18.3",
|
|
56
56
|
"@emotion/react": "^11.7.1"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
@@ -65,18 +65,19 @@
|
|
|
65
65
|
"@af/visual-regression": "^1.3.0",
|
|
66
66
|
"@atlaskit/avatar": "^25.0.0",
|
|
67
67
|
"@atlaskit/banner": "^14.0.0",
|
|
68
|
-
"@atlaskit/button": "^
|
|
68
|
+
"@atlaskit/button": "^23.0.0",
|
|
69
69
|
"@atlaskit/docs": "^10.0.0",
|
|
70
|
-
"@atlaskit/drawer": "^10.
|
|
71
|
-
"@atlaskit/dropdown-menu": "^
|
|
72
|
-
"@atlaskit/link": "^3.
|
|
70
|
+
"@atlaskit/drawer": "^10.1.0",
|
|
71
|
+
"@atlaskit/dropdown-menu": "^14.0.0",
|
|
72
|
+
"@atlaskit/link": "^3.1.0",
|
|
73
73
|
"@atlaskit/pragmatic-drag-and-drop": "^1.5.0",
|
|
74
74
|
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.0.0",
|
|
75
|
-
"@atlaskit/section-message": "^8.
|
|
75
|
+
"@atlaskit/section-message": "^8.2.0",
|
|
76
76
|
"@atlaskit/ssr": "^0.4.0",
|
|
77
77
|
"@atlaskit/toggle": "^15.0.0",
|
|
78
78
|
"@atlassian/feature-flags-storybook-utils": "^0.3.0",
|
|
79
79
|
"@atlassian/feature-flags-test-utils": "^0.3.0",
|
|
80
|
+
"@atlassian/ssr-tests": "^0.2.0",
|
|
80
81
|
"@emotion/styled": "^11.0.0",
|
|
81
82
|
"@testing-library/react": "^13.4.0",
|
|
82
83
|
"@testing-library/user-event": "^14.4.3",
|