@atlaskit/pagination 14.2.5 → 14.2.7
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 +13 -0
- package/dist/cjs/internal/components/render-ellipsis.js +1 -1
- package/dist/cjs/pagination.js +2 -2
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/internal/components/render-ellipsis.js +1 -1
- package/dist/es2019/pagination.js +2 -2
- package/dist/es2019/version.json +1 -1
- package/dist/esm/internal/components/render-ellipsis.js +1 -1
- package/dist/esm/pagination.js +2 -2
- package/dist/esm/version.json +1 -1
- package/package.json +3 -3
- package/report.api.md +13 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @atlaskit/pagination
|
|
2
2
|
|
|
3
|
+
## 14.2.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`eadbf13d8c0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eadbf13d8c0) - Updated usages of `Text`, `Box`, `Stack`, and `Inline` primitives to reflect their updated APIs. There are no visual or behaviour changes.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
|
|
10
|
+
## 14.2.6
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- [`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
|
|
15
|
+
|
|
3
16
|
## 14.2.5
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -20,7 +20,7 @@ function renderEllipsis(_ref) {
|
|
|
20
20
|
as: "span",
|
|
21
21
|
testId: testId,
|
|
22
22
|
key: key,
|
|
23
|
-
paddingInline: "
|
|
23
|
+
paddingInline: "space.100"
|
|
24
24
|
}, /*#__PURE__*/_react.default.createElement(_text.default, {
|
|
25
25
|
testId: "".concat(testId, "-text"),
|
|
26
26
|
verticalAlign: "middle"
|
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.7"
|
|
54
54
|
};
|
|
55
55
|
|
|
56
56
|
function InnerPagination(_ref, ref) {
|
|
@@ -127,7 +127,7 @@ function InnerPagination(_ref, ref) {
|
|
|
127
127
|
"aria-label": label,
|
|
128
128
|
as: "nav"
|
|
129
129
|
}, /*#__PURE__*/_react.default.createElement(_inline.default, {
|
|
130
|
-
gap: "
|
|
130
|
+
gap: "space.0",
|
|
131
131
|
alignItems: "center"
|
|
132
132
|
}, /*#__PURE__*/_react.default.createElement(_navigator.default, {
|
|
133
133
|
key: "left-navigator",
|
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.7"
|
|
18
18
|
};
|
|
19
19
|
|
|
20
20
|
function InnerPagination({
|
|
@@ -77,7 +77,7 @@ function InnerPagination({
|
|
|
77
77
|
"aria-label": label,
|
|
78
78
|
as: "nav"
|
|
79
79
|
}, /*#__PURE__*/React.createElement(Inline, {
|
|
80
|
-
gap: "
|
|
80
|
+
gap: "space.0",
|
|
81
81
|
alignItems: "center"
|
|
82
82
|
}, /*#__PURE__*/React.createElement(Navigator, {
|
|
83
83
|
key: "left-navigator",
|
package/dist/es2019/version.json
CHANGED
|
@@ -8,7 +8,7 @@ export default function renderEllipsis(_ref) {
|
|
|
8
8
|
as: "span",
|
|
9
9
|
testId: testId,
|
|
10
10
|
key: key,
|
|
11
|
-
paddingInline: "
|
|
11
|
+
paddingInline: "space.100"
|
|
12
12
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
13
13
|
testId: "".concat(testId, "-text"),
|
|
14
14
|
verticalAlign: "middle"
|
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.7"
|
|
25
25
|
};
|
|
26
26
|
|
|
27
27
|
function InnerPagination(_ref, ref) {
|
|
@@ -98,7 +98,7 @@ function InnerPagination(_ref, ref) {
|
|
|
98
98
|
"aria-label": label,
|
|
99
99
|
as: "nav"
|
|
100
100
|
}, /*#__PURE__*/React.createElement(Inline, {
|
|
101
|
-
gap: "
|
|
101
|
+
gap: "space.0",
|
|
102
102
|
alignItems: "center"
|
|
103
103
|
}, /*#__PURE__*/React.createElement(Navigator, {
|
|
104
104
|
key: "left-navigator",
|
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.7",
|
|
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/"
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@atlaskit/analytics-next": "^8.0.0",
|
|
33
33
|
"@atlaskit/button": "^16.5.0",
|
|
34
34
|
"@atlaskit/codemod-utils": "^4.1.0",
|
|
35
|
-
"@atlaskit/ds-explorations": "^
|
|
35
|
+
"@atlaskit/ds-explorations": "^2.0.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.
|
|
49
|
+
"@atlaskit/heading": "^1.1.0",
|
|
50
50
|
"@atlaskit/section-message": "^6.3.0",
|
|
51
51
|
"@atlaskit/ssr": "*",
|
|
52
52
|
"@atlaskit/visual-regression": "*",
|
package/report.api.md
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
### Table of contents
|
|
9
9
|
|
|
10
10
|
- [Main Entry Types](#main-entry-types)
|
|
11
|
+
- [Peer Dependencies](#peer-dependencies)
|
|
11
12
|
|
|
12
13
|
### Main Entry Types
|
|
13
14
|
|
|
@@ -75,3 +76,15 @@ export interface PaginationPropTypes<T = unknown> {
|
|
|
75
76
|
```
|
|
76
77
|
|
|
77
78
|
<!--SECTION END: Main Entry Types-->
|
|
79
|
+
|
|
80
|
+
### Peer Dependencies
|
|
81
|
+
|
|
82
|
+
<!--SECTION START: Peer Dependencies-->
|
|
83
|
+
|
|
84
|
+
```json
|
|
85
|
+
{
|
|
86
|
+
"react": "^16.8.0"
|
|
87
|
+
}
|
|
88
|
+
```
|
|
89
|
+
|
|
90
|
+
<!--SECTION END: Peer Dependencies-->
|