@atlaskit/pagination 16.1.14 → 16.1.15
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
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: "16.1.
|
|
37
|
+
packageVersion: "16.1.14"
|
|
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: "16.1.
|
|
28
|
+
packageVersion: "16.1.14"
|
|
29
29
|
};
|
|
30
30
|
function NavigatorIcon(_ref) {
|
|
31
31
|
var chevronDirection = _ref.chevronDirection;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { type ReactElement, type SyntheticEvent } from 'react';
|
|
2
|
-
type NavigatorProps
|
|
2
|
+
type NavigatorProps = {
|
|
3
3
|
/**
|
|
4
4
|
* This will be passed in as aria-label to the button. Use this to supply a descriptive label for assistive technology.
|
|
5
5
|
*/
|
|
@@ -16,5 +16,5 @@ type NavigatorProps<T> = {
|
|
|
16
16
|
onClick?: (event: SyntheticEvent) => void;
|
|
17
17
|
component?: React.ElementType<any>;
|
|
18
18
|
};
|
|
19
|
-
export default function Navigator
|
|
19
|
+
export default function Navigator(props: NavigatorProps): React.JSX.Element;
|
|
20
20
|
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { type ReactElement, type SyntheticEvent } from 'react';
|
|
2
|
-
type NavigatorProps
|
|
2
|
+
type NavigatorProps = {
|
|
3
3
|
/**
|
|
4
4
|
* This will be passed in as aria-label to the button. Use this to supply a descriptive label for assistive technology.
|
|
5
5
|
*/
|
|
@@ -16,5 +16,5 @@ type NavigatorProps<T> = {
|
|
|
16
16
|
onClick?: (event: SyntheticEvent) => void;
|
|
17
17
|
component?: React.ElementType<any>;
|
|
18
18
|
};
|
|
19
|
-
export default function Navigator
|
|
19
|
+
export default function Navigator(props: NavigatorProps): React.JSX.Element;
|
|
20
20
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/pagination",
|
|
3
|
-
"version": "16.1.
|
|
3
|
+
"version": "16.1.15",
|
|
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/"
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@atlaskit/css": "^0.15.0",
|
|
39
39
|
"@atlaskit/ds-lib": "^5.1.0",
|
|
40
40
|
"@atlaskit/icon": "^28.5.0",
|
|
41
|
-
"@atlaskit/primitives": "^
|
|
41
|
+
"@atlaskit/primitives": "^16.0.0",
|
|
42
42
|
"@atlaskit/tokens": "^7.0.0",
|
|
43
43
|
"@atlaskit/visually-hidden": "^3.0.0",
|
|
44
44
|
"@babel/runtime": "^7.0.0",
|