@atlaskit/pagination 16.2.11 → 16.3.1

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,18 @@
1
1
  # @atlaskit/pagination
2
2
 
3
+ ## 16.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 16.3.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [`31b1ede297136`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/31b1ede297136) -
14
+ Autofix: add explicit package exports (barrel removal)
15
+
3
16
  ## 16.2.11
4
17
 
5
18
  ### Patch Changes
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ Object.defineProperty(exports, "default", {
8
+ enumerable: true,
9
+ get: function get() {
10
+ return _pagination.default;
11
+ }
12
+ });
13
+ var _pagination = _interopRequireDefault(require("../pagination"));
@@ -34,7 +34,7 @@ var styles = {
34
34
  var analyticsAttributes = {
35
35
  componentName: 'pagination',
36
36
  packageName: "@atlaskit/pagination",
37
- packageVersion: "16.2.11"
37
+ packageVersion: "16.3.0"
38
38
  };
39
39
  function NavigatorIcon(_ref) {
40
40
  var chevronDirection = _ref.chevronDirection;
@@ -0,0 +1 @@
1
+ export { default } from '../pagination';
@@ -21,7 +21,7 @@ const styles = {
21
21
  const analyticsAttributes = {
22
22
  componentName: 'pagination',
23
23
  packageName: "@atlaskit/pagination",
24
- packageVersion: "16.2.11"
24
+ packageVersion: "16.3.0"
25
25
  };
26
26
  function NavigatorIcon({
27
27
  chevronDirection
@@ -0,0 +1 @@
1
+ export { default } from '../pagination';
@@ -25,7 +25,7 @@ var styles = {
25
25
  var analyticsAttributes = {
26
26
  componentName: 'pagination',
27
27
  packageName: "@atlaskit/pagination",
28
- packageVersion: "16.2.11"
28
+ packageVersion: "16.3.0"
29
29
  };
30
30
  function NavigatorIcon(_ref) {
31
31
  var chevronDirection = _ref.chevronDirection;
@@ -0,0 +1 @@
1
+ export { default } from '../pagination';
@@ -0,0 +1 @@
1
+ export { default } from '../pagination';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/pagination",
3
- "version": "16.2.11",
3
+ "version": "16.3.1",
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/"
@@ -44,10 +44,10 @@
44
44
  "@atlaskit/button": "^23.11.0",
45
45
  "@atlaskit/css": "^0.19.0",
46
46
  "@atlaskit/ds-lib": "^7.0.0",
47
- "@atlaskit/icon": "^34.0.0",
47
+ "@atlaskit/icon": "^35.0.0",
48
48
  "@atlaskit/primitives": "^19.0.0",
49
49
  "@atlaskit/tokens": "^13.0.0",
50
- "@atlaskit/visually-hidden": "^3.0.0",
50
+ "@atlaskit/visually-hidden": "^3.1.0",
51
51
  "@babel/runtime": "^7.0.0",
52
52
  "memoize-one": "^6.0.0"
53
53
  },
@@ -58,8 +58,8 @@
58
58
  "@af/accessibility-testing": "workspace:^",
59
59
  "@af/integration-testing": "workspace:^",
60
60
  "@af/visual-regression": "workspace:^",
61
- "@atlaskit/code": "^17.4.0",
62
- "@atlaskit/docs": "^11.7.0",
61
+ "@atlaskit/code": "^17.5.0",
62
+ "@atlaskit/docs": "^11.8.0",
63
63
  "@atlaskit/heading": "^5.4.0",
64
64
  "@atlaskit/link": "^3.4.0",
65
65
  "@atlaskit/section-message": "^8.12.0",
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "@atlaskit/pagination/pagination",
3
+ "main": "../dist/cjs/entry-points/pagination.js",
4
+ "module": "../dist/esm/entry-points/pagination.js",
5
+ "module:es2019": "../dist/es2019/entry-points/pagination.js",
6
+ "sideEffects": [
7
+ "**/*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/entry-points/pagination.d.ts",
10
+ "typesVersions": {
11
+ ">=4.5 <5.9": {
12
+ "*": [
13
+ "../dist/types-ts4.5/entry-points/pagination.d.ts"
14
+ ]
15
+ }
16
+ }
17
+ }
package/offerings.json DELETED
@@ -1,34 +0,0 @@
1
- [
2
- {
3
- "name": "Pagination",
4
- "package": "@atlaskit/pagination",
5
- "import": {
6
- "name": "Pagination",
7
- "package": "@atlaskit/pagination",
8
- "type": "default"
9
- },
10
- "keywords": ["pagination", "pages", "navigation", "paging", "controls"],
11
- "categories": ["navigation"],
12
- "shortDescription": "A component for pagination controls.",
13
- "status": "general-availability",
14
- "accessibilityGuidelines": [
15
- "Provide clear page navigation labels",
16
- "Use appropriate ARIA labels for pagination",
17
- "Ensure keyboard navigation support",
18
- "Announce page changes to screen readers"
19
- ],
20
- "usageGuidelines": [
21
- "Use for navigating through paged content",
22
- "Provide clear page indicators",
23
- "Consider total page count display",
24
- "Use appropriate page limits"
25
- ],
26
- "contentGuidelines": [
27
- "Use clear page labels",
28
- "Provide meaningful navigation text",
29
- "Use consistent pagination terminology",
30
- "Consider page context information"
31
- ],
32
- "examples": ["./examples/ai/pagination.tsx"]
33
- }
34
- ]