@atlaskit/pagination 14.1.4 → 14.1.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 CHANGED
@@ -1,5 +1,24 @@
1
1
  # @atlaskit/pagination
2
2
 
3
+ ## 14.1.7
4
+
5
+ ### Patch Changes
6
+
7
+ - [`efa50ac72ba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/efa50ac72ba) - Adjusts jsdoc strings to improve prop documentation
8
+
9
+ ## 14.1.6
10
+
11
+ ### Patch Changes
12
+
13
+ - [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
14
+ - Updated dependencies
15
+
16
+ ## 14.1.5
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+
3
22
  ## 14.1.4
4
23
 
5
24
  ### Patch Changes
@@ -42,7 +42,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
42
42
  var analyticsAttributes = {
43
43
  componentName: 'pagination',
44
44
  packageName: "@atlaskit/pagination",
45
- packageVersion: "14.1.4"
45
+ packageVersion: "14.1.7"
46
46
  };
47
47
  var navStyles = (0, _core.css)({
48
48
  display: 'flex'
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/pagination",
3
- "version": "14.1.4",
3
+ "version": "14.1.7",
4
4
  "sideEffects": false
5
5
  }
@@ -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.1.4"
17
+ packageVersion: "14.1.7"
18
18
  };
19
19
  const navStyles = css({
20
20
  display: 'flex'
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/pagination",
3
- "version": "14.1.4",
3
+ "version": "14.1.7",
4
4
  "sideEffects": false
5
5
  }
@@ -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.1.4"
24
+ packageVersion: "14.1.7"
25
25
  };
26
26
  var navStyles = css({
27
27
  display: 'flex'
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/pagination",
3
- "version": "14.1.4",
3
+ "version": "14.1.7",
4
4
  "sideEffects": false
5
5
  }
@@ -34,16 +34,16 @@ export interface PaginationPropTypes<T = unknown> {
34
34
  /** Additional information to be included in the `context` of analytics events */
35
35
  analyticsContext?: Record<string, any>;
36
36
  /**
37
- * A `testId` prop is provided for specified elements,
38
- * which is a unique string that appears as a data attribute `data-testid`
39
- * in the rendered code, serving as a hook for automated tests
40
- *
41
- * Will set data-testid on these elements when defined:
42
- * - Pagination nav wrapper - {testId}
43
- * - Page - {testId}--page-{page index}
44
- * - Current page - {testId}--current-page-{page index}
45
- * - Left navigator - {testId}--left-navigator
46
- * - Right navigator - {testId}--right-navigator
47
- * */
37
+ A `testId` prop is provided for specified elements,
38
+ which is a unique string that appears as a data attribute `data-testid`
39
+ in the rendered code, serving as a hook for automated tests.
40
+
41
+ Will set data-testid on these elements when defined:
42
+ - Pagination nav wrapper - {testId}
43
+ - Page - {testId}--page-{page index}
44
+ - Current page - {testId}--current-page-{page index}
45
+ - Left navigator - {testId}--left-navigator
46
+ - Right navigator - {testId}--right-navigator
47
+ */
48
48
  testId?: string;
49
49
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/pagination",
3
- "version": "14.1.4",
3
+ "version": "14.1.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/"
@@ -23,8 +23,8 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "@atlaskit/analytics-next": "^8.0.0",
26
- "@atlaskit/button": "^16.1.0",
27
- "@atlaskit/codemod-utils": "^3.4.0",
26
+ "@atlaskit/button": "^16.3.0",
27
+ "@atlaskit/codemod-utils": "^4.0.0",
28
28
  "@atlaskit/ds-lib": "^1.4.0",
29
29
  "@atlaskit/icon": "^21.10.0",
30
30
  "@atlaskit/theme": "^12.1.0",
@@ -51,7 +51,7 @@
51
51
  "react-router-dom": "^4.2.2",
52
52
  "storybook-addon-performance": "^0.16.0",
53
53
  "tiny-invariant": "^1.2.0",
54
- "typescript": "3.9.6",
54
+ "typescript": "4.2.4",
55
55
  "wait-for-expect": "^1.2.0"
56
56
  },
57
57
  "techstack": {
@@ -3,5 +3,6 @@
3
3
  "main": "../dist/cjs/entry-points/types.js",
4
4
  "module": "../dist/esm/entry-points/types.js",
5
5
  "module:es2019": "../dist/es2019/entry-points/types.js",
6
+ "sideEffects": false,
6
7
  "types": "../dist/types/entry-points/types.d.ts"
7
8
  }