@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
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/pagination
2
2
 
3
+ ## 16.1.15
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 16.1.14
4
10
 
5
11
  ### Patch Changes
@@ -34,7 +34,7 @@ var styles = {
34
34
  var analyticsAttributes = {
35
35
  componentName: 'pagination',
36
36
  packageName: "@atlaskit/pagination",
37
- packageVersion: "16.1.13"
37
+ packageVersion: "16.1.14"
38
38
  };
39
39
  function NavigatorIcon(_ref) {
40
40
  var chevronDirection = _ref.chevronDirection;
@@ -21,7 +21,7 @@ const styles = {
21
21
  const analyticsAttributes = {
22
22
  componentName: 'pagination',
23
23
  packageName: "@atlaskit/pagination",
24
- packageVersion: "16.1.13"
24
+ packageVersion: "16.1.14"
25
25
  };
26
26
  function NavigatorIcon({
27
27
  chevronDirection
@@ -25,7 +25,7 @@ var styles = {
25
25
  var analyticsAttributes = {
26
26
  componentName: 'pagination',
27
27
  packageName: "@atlaskit/pagination",
28
- packageVersion: "16.1.13"
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<T> = {
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<T>(props: NavigatorProps<T>): React.JSX.Element;
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<T> = {
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<T>(props: NavigatorProps<T>): React.JSX.Element;
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.14",
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": "^15.0.0",
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",