@atlaskit/pagination 14.2.4 → 14.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/cjs/version.json +1 -1
- package/dist/es2019/internal/components/render-ellipsis.js +1 -1
- package/dist/es2019/pagination.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/internal/components/render-ellipsis.js +1 -1
- package/dist/esm/pagination.js +1 -1
- package/dist/esm/version.json +1 -1
- package/package.json +4 -4
- package/report.api.md +15 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/pagination
|
|
2
2
|
|
|
3
|
+
## 14.2.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`716af1d3387`](https://bitbucket.org/atlassian/atlassian-frontend/commits/716af1d3387) - Bump @atlaskit/heading from 1.0.0 to 1.0.1 to avoid resolving to poison dependency version
|
|
8
|
+
|
|
9
|
+
## 14.2.5
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`207726a4cb2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/207726a4cb2) - [ux] Replace ellipsis made with three periods (...) with ellipsis character (…)
|
|
14
|
+
|
|
3
15
|
## 14.2.4
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/dist/cjs/pagination.js
CHANGED
|
@@ -50,7 +50,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
|
|
|
50
50
|
var analyticsAttributes = {
|
|
51
51
|
componentName: 'pagination',
|
|
52
52
|
packageName: "@atlaskit/pagination",
|
|
53
|
-
packageVersion: "14.2.
|
|
53
|
+
packageVersion: "14.2.6"
|
|
54
54
|
};
|
|
55
55
|
|
|
56
56
|
function InnerPagination(_ref, ref) {
|
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.2.
|
|
17
|
+
packageVersion: "14.2.6"
|
|
18
18
|
};
|
|
19
19
|
|
|
20
20
|
function InnerPagination({
|
package/dist/es2019/version.json
CHANGED
package/dist/esm/pagination.js
CHANGED
|
@@ -21,7 +21,7 @@ import collapseRange from './internal/utils/collapse-range';
|
|
|
21
21
|
var analyticsAttributes = {
|
|
22
22
|
componentName: 'pagination',
|
|
23
23
|
packageName: "@atlaskit/pagination",
|
|
24
|
-
packageVersion: "14.2.
|
|
24
|
+
packageVersion: "14.2.6"
|
|
25
25
|
};
|
|
26
26
|
|
|
27
27
|
function InnerPagination(_ref, ref) {
|
package/dist/esm/version.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/pagination",
|
|
3
|
-
"version": "14.2.
|
|
3
|
+
"version": "14.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/"
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@atlaskit/analytics-next": "^8.0.0",
|
|
33
|
-
"@atlaskit/button": "^16.
|
|
33
|
+
"@atlaskit/button": "^16.5.0",
|
|
34
34
|
"@atlaskit/codemod-utils": "^4.1.0",
|
|
35
|
-
"@atlaskit/ds-explorations": "^1.
|
|
35
|
+
"@atlaskit/ds-explorations": "^1.6.0",
|
|
36
36
|
"@atlaskit/ds-lib": "^2.1.0",
|
|
37
37
|
"@atlaskit/icon": "^21.11.0",
|
|
38
38
|
"@babel/runtime": "^7.0.0",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@atlaskit/docs": "*",
|
|
47
47
|
"@atlaskit/ds-lib": "^2.1.0",
|
|
48
48
|
"@atlaskit/dynamic-table": "^14.8.0",
|
|
49
|
-
"@atlaskit/heading": "^1.0.
|
|
49
|
+
"@atlaskit/heading": "^1.0.1",
|
|
50
50
|
"@atlaskit/section-message": "^6.3.0",
|
|
51
51
|
"@atlaskit/ssr": "*",
|
|
52
52
|
"@atlaskit/visual-regression": "*",
|
package/report.api.md
CHANGED
|
@@ -1,18 +1,21 @@
|
|
|
1
|
+
<!-- API Report Version: 2.3 -->
|
|
2
|
+
|
|
1
3
|
## API Report File for "@atlaskit/pagination"
|
|
2
4
|
|
|
3
|
-
> Do not edit this file.
|
|
5
|
+
> Do not edit this file. This report is auto-generated using [API Extractor](https://api-extractor.com/).
|
|
6
|
+
> [Learn more about API reports](https://hello.atlassian.net/wiki/spaces/UR/pages/1825484529/Package+API+Reports)
|
|
4
7
|
|
|
5
|
-
|
|
6
|
-
Generated API Report version: 2.0
|
|
7
|
-
-->
|
|
8
|
+
### Table of contents
|
|
8
9
|
|
|
9
|
-
[
|
|
10
|
+
- [Main Entry Types](#main-entry-types)
|
|
10
11
|
|
|
11
|
-
|
|
12
|
-
|
|
12
|
+
### Main Entry Types
|
|
13
|
+
|
|
14
|
+
<!--SECTION START: Main Entry Types-->
|
|
13
15
|
|
|
16
|
+
```ts
|
|
14
17
|
import type { CSSProperties } from 'react';
|
|
15
|
-
import {
|
|
18
|
+
import { default as React_2 } from 'react';
|
|
16
19
|
import type { ReactElement } from 'react';
|
|
17
20
|
import type { SyntheticEvent } from 'react';
|
|
18
21
|
import { UIAnalyticsEvent } from '@atlaskit/analytics-next';
|
|
@@ -39,8 +42,8 @@ function InnerPagination<T>(
|
|
|
39
42
|
analyticsContext,
|
|
40
43
|
testId,
|
|
41
44
|
}: PaginationPropTypes<T>,
|
|
42
|
-
ref:
|
|
43
|
-
):
|
|
45
|
+
ref: React_2.Ref<HTMLDivElement>,
|
|
46
|
+
): JSX.Element;
|
|
44
47
|
|
|
45
48
|
// @public (undocumented)
|
|
46
49
|
export interface PaginationPropTypes<T = unknown> {
|
|
@@ -70,3 +73,5 @@ export interface PaginationPropTypes<T = unknown> {
|
|
|
70
73
|
|
|
71
74
|
// (No @packageDocumentation comment for this package)
|
|
72
75
|
```
|
|
76
|
+
|
|
77
|
+
<!--SECTION END: Main Entry Types-->
|