@atlaskit/pagination 14.2.4 → 14.2.5

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
+ ## 14.2.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [`207726a4cb2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/207726a4cb2) - [ux] Replace ellipsis made with three periods (...) with ellipsis character (…)
8
+
3
9
  ## 14.2.4
4
10
 
5
11
  ### Patch Changes
@@ -24,5 +24,5 @@ function renderEllipsis(_ref) {
24
24
  }, /*#__PURE__*/_react.default.createElement(_text.default, {
25
25
  testId: "".concat(testId, "-text"),
26
26
  verticalAlign: "middle"
27
- }, "..."));
27
+ }, "\u2026"));
28
28
  }
@@ -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.4"
53
+ packageVersion: "14.2.5"
54
54
  };
55
55
 
56
56
  function InnerPagination(_ref, ref) {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/pagination",
3
- "version": "14.2.4",
3
+ "version": "14.2.5",
4
4
  "sideEffects": false
5
5
  }
@@ -13,5 +13,5 @@ export default function renderEllipsis({
13
13
  }, /*#__PURE__*/React.createElement(Text, {
14
14
  testId: `${testId}-text`,
15
15
  verticalAlign: "middle"
16
- }, "..."));
16
+ }, "\u2026"));
17
17
  }
@@ -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.4"
17
+ packageVersion: "14.2.5"
18
18
  };
19
19
 
20
20
  function InnerPagination({
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/pagination",
3
- "version": "14.2.4",
3
+ "version": "14.2.5",
4
4
  "sideEffects": false
5
5
  }
@@ -12,5 +12,5 @@ export default function renderEllipsis(_ref) {
12
12
  }, /*#__PURE__*/React.createElement(Text, {
13
13
  testId: "".concat(testId, "-text"),
14
14
  verticalAlign: "middle"
15
- }, "..."));
15
+ }, "\u2026"));
16
16
  }
@@ -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.4"
24
+ packageVersion: "14.2.5"
25
25
  };
26
26
 
27
27
  function InnerPagination(_ref, ref) {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/pagination",
3
- "version": "14.2.4",
3
+ "version": "14.2.5",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/pagination",
3
- "version": "14.2.4",
3
+ "version": "14.2.5",
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.4.0",
33
+ "@atlaskit/button": "^16.5.0",
34
34
  "@atlaskit/codemod-utils": "^4.1.0",
35
- "@atlaskit/ds-explorations": "^1.2.0",
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",
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. It is a report generated by [API Extractor](https://api-extractor.com/).
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
- [Learn more about API reports](https://hello.atlassian.net/wiki/spaces/UR/pages/1825484529/Package+API+Reports)
10
+ - [Main Entry Types](#main-entry-types)
10
11
 
11
- ```ts
12
- /// <reference types="react" />
12
+ ### Main Entry Types
13
+
14
+ <!--SECTION START: Main Entry Types-->
13
15
 
16
+ ```ts
14
17
  import type { CSSProperties } from 'react';
15
- import { jsx } from '@emotion/react';
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: React.Ref<HTMLDivElement>,
43
- ): jsx.JSX.Element;
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-->