@atlaskit/pagination 16.2.4 → 16.2.6
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/internal/components/render-ellipsis.js +1 -1
- package/dist/cjs/pagination.js +1 -1
- package/dist/es2019/internal/components/render-ellipsis.js +1 -1
- package/dist/es2019/pagination.js +1 -1
- package/dist/esm/internal/components/render-ellipsis.js +1 -1
- package/dist/esm/pagination.js +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
package/dist/cjs/pagination.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* pagination.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* pagination.tsx generated by @compiled/babel-plugin v0.39.1 */
|
|
2
2
|
import "./pagination.compiled.css";
|
|
3
3
|
import { ax, ix } from "@compiled/react/runtime";
|
|
4
4
|
import React, { forwardRef, memo } from 'react';
|
package/dist/esm/pagination.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* pagination.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* pagination.tsx generated by @compiled/babel-plugin v0.39.1 */
|
|
2
2
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
3
3
|
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
4
4
|
import "./pagination.compiled.css";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/pagination",
|
|
3
|
-
"version": "16.2.
|
|
3
|
+
"version": "16.2.6",
|
|
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/"
|
|
@@ -34,12 +34,12 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
37
|
-
"@atlaskit/button": "^23.
|
|
37
|
+
"@atlaskit/button": "^23.10.0",
|
|
38
38
|
"@atlaskit/css": "^0.19.0",
|
|
39
|
-
"@atlaskit/ds-lib": "^
|
|
40
|
-
"@atlaskit/icon": "^
|
|
39
|
+
"@atlaskit/ds-lib": "^6.0.0",
|
|
40
|
+
"@atlaskit/icon": "^32.0.0",
|
|
41
41
|
"@atlaskit/primitives": "^18.0.0",
|
|
42
|
-
"@atlaskit/tokens": "^11.
|
|
42
|
+
"@atlaskit/tokens": "^11.1.0",
|
|
43
43
|
"@atlaskit/visually-hidden": "^3.0.0",
|
|
44
44
|
"@babel/runtime": "^7.0.0",
|
|
45
45
|
"memoize-one": "^6.0.0"
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"@af/integration-testing": "workspace:^",
|
|
53
53
|
"@af/visual-regression": "workspace:^",
|
|
54
54
|
"@atlaskit/code": "^17.4.0",
|
|
55
|
-
"@atlaskit/docs": "^11.
|
|
55
|
+
"@atlaskit/docs": "^11.6.0",
|
|
56
56
|
"@atlaskit/heading": "^5.3.0",
|
|
57
57
|
"@atlaskit/link": "^3.3.0",
|
|
58
58
|
"@atlaskit/section-message": "^8.12.0",
|