@atlaskit/pagination 16.1.22 → 16.2.0
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/pagination.js +1 -2
- package/dist/es2019/pagination.js +1 -2
- package/dist/esm/pagination.js +1 -2
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @atlaskit/pagination
|
|
2
2
|
|
|
3
|
+
## 16.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`87b12e64ff750`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/87b12e64ff750) -
|
|
8
|
+
Removed usages of LEGACY icon props
|
|
9
|
+
|
|
10
|
+
## 16.1.23
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
|
|
3
16
|
## 16.1.22
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
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: "16.2.0"
|
|
38
38
|
};
|
|
39
39
|
function NavigatorIcon(_ref) {
|
|
40
40
|
var chevronDirection = _ref.chevronDirection;
|
|
@@ -44,7 +44,6 @@ function NavigatorIcon(_ref) {
|
|
|
44
44
|
xcss: styles.navigatorIconWrapper
|
|
45
45
|
}, /*#__PURE__*/_react.default.createElement(Chevron, {
|
|
46
46
|
label: "",
|
|
47
|
-
LEGACY_margin: "0 ".concat("var(--ds-space-negative-075, -6px)"),
|
|
48
47
|
color: "currentColor",
|
|
49
48
|
size: "small"
|
|
50
49
|
}));
|
|
@@ -21,7 +21,7 @@ const styles = {
|
|
|
21
21
|
const analyticsAttributes = {
|
|
22
22
|
componentName: 'pagination',
|
|
23
23
|
packageName: "@atlaskit/pagination",
|
|
24
|
-
packageVersion: "
|
|
24
|
+
packageVersion: "16.2.0"
|
|
25
25
|
};
|
|
26
26
|
function NavigatorIcon({
|
|
27
27
|
chevronDirection
|
|
@@ -32,7 +32,6 @@ function NavigatorIcon({
|
|
|
32
32
|
xcss: styles.navigatorIconWrapper
|
|
33
33
|
}, /*#__PURE__*/React.createElement(Chevron, {
|
|
34
34
|
label: "",
|
|
35
|
-
LEGACY_margin: `0 ${"var(--ds-space-negative-075, -6px)"}`,
|
|
36
35
|
color: "currentColor",
|
|
37
36
|
size: "small"
|
|
38
37
|
}));
|
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: "16.2.0"
|
|
29
29
|
};
|
|
30
30
|
function NavigatorIcon(_ref) {
|
|
31
31
|
var chevronDirection = _ref.chevronDirection;
|
|
@@ -35,7 +35,6 @@ function NavigatorIcon(_ref) {
|
|
|
35
35
|
xcss: styles.navigatorIconWrapper
|
|
36
36
|
}, /*#__PURE__*/React.createElement(Chevron, {
|
|
37
37
|
label: "",
|
|
38
|
-
LEGACY_margin: "0 ".concat("var(--ds-space-negative-075, -6px)"),
|
|
39
38
|
color: "currentColor",
|
|
40
39
|
size: "small"
|
|
41
40
|
}));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/pagination",
|
|
3
|
-
"version": "16.
|
|
3
|
+
"version": "16.2.0",
|
|
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.
|
|
38
|
-
"@atlaskit/css": "^0.
|
|
37
|
+
"@atlaskit/button": "^23.9.0",
|
|
38
|
+
"@atlaskit/css": "^0.19.0",
|
|
39
39
|
"@atlaskit/ds-lib": "^5.3.0",
|
|
40
|
-
"@atlaskit/icon": "^29.
|
|
41
|
-
"@atlaskit/primitives": "^
|
|
42
|
-
"@atlaskit/tokens": "^
|
|
40
|
+
"@atlaskit/icon": "^29.4.0",
|
|
41
|
+
"@atlaskit/primitives": "^17.0.0",
|
|
42
|
+
"@atlaskit/tokens": "^9.1.0",
|
|
43
43
|
"@atlaskit/visually-hidden": "^3.0.0",
|
|
44
44
|
"@babel/runtime": "^7.0.0",
|
|
45
45
|
"memoize-one": "^6.0.0"
|
|
@@ -54,8 +54,8 @@
|
|
|
54
54
|
"@atlaskit/code": "^17.4.0",
|
|
55
55
|
"@atlaskit/docs": "^11.2.0",
|
|
56
56
|
"@atlaskit/heading": "^5.2.0",
|
|
57
|
-
"@atlaskit/link": "^3.
|
|
58
|
-
"@atlaskit/section-message": "^8.
|
|
57
|
+
"@atlaskit/link": "^3.3.0",
|
|
58
|
+
"@atlaskit/section-message": "^8.12.0",
|
|
59
59
|
"@atlassian/ssr-tests": "workspace:^",
|
|
60
60
|
"@testing-library/dom": "^10.1.0",
|
|
61
61
|
"@testing-library/react": "^13.4.0",
|