@atlaskit/pagination 16.1.17 → 16.1.19
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/pagination.js +1 -1
- package/dist/es2019/pagination.js +1 -1
- package/dist/esm/pagination.js +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
package/dist/cjs/pagination.js
CHANGED
|
@@ -34,7 +34,7 @@ var styles = {
|
|
|
34
34
|
var analyticsAttributes = {
|
|
35
35
|
componentName: 'pagination',
|
|
36
36
|
packageName: "@atlaskit/pagination",
|
|
37
|
-
packageVersion: "
|
|
37
|
+
packageVersion: "0.0.0-development"
|
|
38
38
|
};
|
|
39
39
|
function NavigatorIcon(_ref) {
|
|
40
40
|
var chevronDirection = _ref.chevronDirection;
|
package/dist/esm/pagination.js
CHANGED
|
@@ -25,7 +25,7 @@ var styles = {
|
|
|
25
25
|
var analyticsAttributes = {
|
|
26
26
|
componentName: 'pagination',
|
|
27
27
|
packageName: "@atlaskit/pagination",
|
|
28
|
-
packageVersion: "
|
|
28
|
+
packageVersion: "0.0.0-development"
|
|
29
29
|
};
|
|
30
30
|
function NavigatorIcon(_ref) {
|
|
31
31
|
var chevronDirection = _ref.chevronDirection;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/pagination",
|
|
3
|
-
"version": "16.1.
|
|
3
|
+
"version": "16.1.19",
|
|
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/"
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
37
37
|
"@atlaskit/button": "^23.6.0",
|
|
38
|
-
"@atlaskit/css": "^0.
|
|
39
|
-
"@atlaskit/ds-lib": "^5.
|
|
38
|
+
"@atlaskit/css": "^0.17.0",
|
|
39
|
+
"@atlaskit/ds-lib": "^5.3.0",
|
|
40
40
|
"@atlaskit/icon": "^29.0.0",
|
|
41
|
-
"@atlaskit/primitives": "^16.
|
|
42
|
-
"@atlaskit/tokens": "^8.
|
|
41
|
+
"@atlaskit/primitives": "^16.3.0",
|
|
42
|
+
"@atlaskit/tokens": "^8.3.0",
|
|
43
43
|
"@atlaskit/visually-hidden": "^3.0.0",
|
|
44
44
|
"@babel/runtime": "^7.0.0",
|
|
45
45
|
"memoize-one": "^6.0.0"
|