@atlaskit/dynamic-table 18.3.7 → 18.3.9
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
|
+
## 18.3.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`14886457b3a3a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/14886457b3a3a) -
|
|
8
|
+
Suppress i18n violations
|
|
9
|
+
|
|
10
|
+
## 18.3.8
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
|
|
3
16
|
## 18.3.7
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -72,7 +72,6 @@ var DynamicTable = function DynamicTable(_ref) {
|
|
|
72
72
|
paginationi18n = _ref$paginationi18n === void 0 ? {
|
|
73
73
|
prev: 'Previous Page',
|
|
74
74
|
next: 'Next Page',
|
|
75
|
-
// eslint-disable-next-line @atlassian/i18n/no-literal-string-in-object
|
|
76
75
|
label: 'Pagination',
|
|
77
76
|
pageLabel: 'Page'
|
|
78
77
|
} : _ref$paginationi18n;
|
|
@@ -63,7 +63,6 @@ var DynamicTable = function DynamicTable(_ref) {
|
|
|
63
63
|
paginationi18n = _ref$paginationi18n === void 0 ? {
|
|
64
64
|
prev: 'Previous Page',
|
|
65
65
|
next: 'Next Page',
|
|
66
|
-
// eslint-disable-next-line @atlassian/i18n/no-literal-string-in-object
|
|
67
66
|
label: 'Pagination',
|
|
68
67
|
pageLabel: 'Page'
|
|
69
68
|
} : _ref$paginationi18n;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/dynamic-table",
|
|
3
|
-
"version": "18.3.
|
|
3
|
+
"version": "18.3.9",
|
|
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/"
|
|
@@ -34,14 +34,14 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
37
|
-
"@atlaskit/css": "^0.
|
|
38
|
-
"@atlaskit/ds-lib": "^5.
|
|
37
|
+
"@atlaskit/css": "^0.17.0",
|
|
38
|
+
"@atlaskit/ds-lib": "^5.3.0",
|
|
39
39
|
"@atlaskit/icon": "^29.0.0",
|
|
40
40
|
"@atlaskit/pagination": "^16.1.0",
|
|
41
41
|
"@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-migration": "^2.0.0",
|
|
42
|
-
"@atlaskit/primitives": "^16.
|
|
42
|
+
"@atlaskit/primitives": "^16.3.0",
|
|
43
43
|
"@atlaskit/spinner": "^19.0.0",
|
|
44
|
-
"@atlaskit/tokens": "^8.
|
|
44
|
+
"@atlaskit/tokens": "^8.3.0",
|
|
45
45
|
"@atlaskit/tooltip": "^20.10.0",
|
|
46
46
|
"@babel/runtime": "^7.0.0",
|
|
47
47
|
"@compiled/react": "^0.18.6"
|