@atlaskit/pagination 14.4.2 → 14.4.3
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
package/dist/cjs/pagination.js
CHANGED
|
@@ -28,7 +28,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
|
|
|
28
28
|
var analyticsAttributes = {
|
|
29
29
|
componentName: 'pagination',
|
|
30
30
|
packageName: "@atlaskit/pagination",
|
|
31
|
-
packageVersion: "14.4.
|
|
31
|
+
packageVersion: "14.4.3"
|
|
32
32
|
};
|
|
33
33
|
function InnerPagination(_ref, ref) {
|
|
34
34
|
var _ref$components = _ref.components,
|
package/dist/cjs/version.json
CHANGED
|
@@ -14,7 +14,7 @@ import collapseRange from './internal/utils/collapse-range';
|
|
|
14
14
|
const analyticsAttributes = {
|
|
15
15
|
componentName: 'pagination',
|
|
16
16
|
packageName: "@atlaskit/pagination",
|
|
17
|
-
packageVersion: "14.4.
|
|
17
|
+
packageVersion: "14.4.3"
|
|
18
18
|
};
|
|
19
19
|
function InnerPagination({
|
|
20
20
|
components = emptyObject,
|
package/dist/es2019/version.json
CHANGED
package/dist/esm/pagination.js
CHANGED
|
@@ -18,7 +18,7 @@ import collapseRange from './internal/utils/collapse-range';
|
|
|
18
18
|
var analyticsAttributes = {
|
|
19
19
|
componentName: 'pagination',
|
|
20
20
|
packageName: "@atlaskit/pagination",
|
|
21
|
-
packageVersion: "14.4.
|
|
21
|
+
packageVersion: "14.4.3"
|
|
22
22
|
};
|
|
23
23
|
function InnerPagination(_ref, ref) {
|
|
24
24
|
var _ref$components = _ref.components,
|
package/dist/esm/version.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/pagination",
|
|
3
|
-
"version": "14.4.
|
|
3
|
+
"version": "14.4.3",
|
|
4
4
|
"description": "Pagination allows you to divide large amounts of content into smaller chunks across multiple pages.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@atlaskit/ds-explorations": "^2.2.0",
|
|
43
43
|
"@atlaskit/ds-lib": "^2.2.0",
|
|
44
44
|
"@atlaskit/icon": "^21.12.0",
|
|
45
|
-
"@atlaskit/primitives": "^0.
|
|
45
|
+
"@atlaskit/primitives": "^0.12.0",
|
|
46
46
|
"@babel/runtime": "^7.0.0",
|
|
47
47
|
"memoize-one": "^6.0.0"
|
|
48
48
|
},
|
|
@@ -53,7 +53,6 @@
|
|
|
53
53
|
"@atlaskit/code": "^14.6.0",
|
|
54
54
|
"@atlaskit/docs": "*",
|
|
55
55
|
"@atlaskit/ds-lib": "^2.2.0",
|
|
56
|
-
"@atlaskit/dynamic-table": "^14.10.0",
|
|
57
56
|
"@atlaskit/heading": "^1.3.0",
|
|
58
57
|
"@atlaskit/section-message": "^6.4.0",
|
|
59
58
|
"@atlaskit/ssr": "*",
|