@atlaskit/pagination 14.2.6 → 14.2.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,12 @@
1
1
  # @atlaskit/pagination
2
2
 
3
+ ## 14.2.7
4
+
5
+ ### Patch Changes
6
+
7
+ - [`eadbf13d8c0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eadbf13d8c0) - Updated usages of `Text`, `Box`, `Stack`, and `Inline` primitives to reflect their updated APIs. There are no visual or behaviour changes.
8
+ - Updated dependencies
9
+
3
10
  ## 14.2.6
4
11
 
5
12
  ### Patch Changes
@@ -20,7 +20,7 @@ function renderEllipsis(_ref) {
20
20
  as: "span",
21
21
  testId: testId,
22
22
  key: key,
23
- paddingInline: "scale.100"
23
+ paddingInline: "space.100"
24
24
  }, /*#__PURE__*/_react.default.createElement(_text.default, {
25
25
  testId: "".concat(testId, "-text"),
26
26
  verticalAlign: "middle"
@@ -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.6"
53
+ packageVersion: "14.2.7"
54
54
  };
55
55
 
56
56
  function InnerPagination(_ref, ref) {
@@ -127,7 +127,7 @@ function InnerPagination(_ref, ref) {
127
127
  "aria-label": label,
128
128
  as: "nav"
129
129
  }, /*#__PURE__*/_react.default.createElement(_inline.default, {
130
- gap: "scale.0",
130
+ gap: "space.0",
131
131
  alignItems: "center"
132
132
  }, /*#__PURE__*/_react.default.createElement(_navigator.default, {
133
133
  key: "left-navigator",
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/pagination",
3
- "version": "14.2.6",
3
+ "version": "14.2.7",
4
4
  "sideEffects": false
5
5
  }
@@ -9,7 +9,7 @@ export default function renderEllipsis({
9
9
  as: "span",
10
10
  testId: testId,
11
11
  key: key,
12
- paddingInline: "scale.100"
12
+ paddingInline: "space.100"
13
13
  }, /*#__PURE__*/React.createElement(Text, {
14
14
  testId: `${testId}-text`,
15
15
  verticalAlign: "middle"
@@ -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.6"
17
+ packageVersion: "14.2.7"
18
18
  };
19
19
 
20
20
  function InnerPagination({
@@ -77,7 +77,7 @@ function InnerPagination({
77
77
  "aria-label": label,
78
78
  as: "nav"
79
79
  }, /*#__PURE__*/React.createElement(Inline, {
80
- gap: "scale.0",
80
+ gap: "space.0",
81
81
  alignItems: "center"
82
82
  }, /*#__PURE__*/React.createElement(Navigator, {
83
83
  key: "left-navigator",
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/pagination",
3
- "version": "14.2.6",
3
+ "version": "14.2.7",
4
4
  "sideEffects": false
5
5
  }
@@ -8,7 +8,7 @@ export default function renderEllipsis(_ref) {
8
8
  as: "span",
9
9
  testId: testId,
10
10
  key: key,
11
- paddingInline: "scale.100"
11
+ paddingInline: "space.100"
12
12
  }, /*#__PURE__*/React.createElement(Text, {
13
13
  testId: "".concat(testId, "-text"),
14
14
  verticalAlign: "middle"
@@ -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.6"
24
+ packageVersion: "14.2.7"
25
25
  };
26
26
 
27
27
  function InnerPagination(_ref, ref) {
@@ -98,7 +98,7 @@ function InnerPagination(_ref, ref) {
98
98
  "aria-label": label,
99
99
  as: "nav"
100
100
  }, /*#__PURE__*/React.createElement(Inline, {
101
- gap: "scale.0",
101
+ gap: "space.0",
102
102
  alignItems: "center"
103
103
  }, /*#__PURE__*/React.createElement(Navigator, {
104
104
  key: "left-navigator",
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/pagination",
3
- "version": "14.2.6",
3
+ "version": "14.2.7",
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.6",
3
+ "version": "14.2.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/"
@@ -32,7 +32,7 @@
32
32
  "@atlaskit/analytics-next": "^8.0.0",
33
33
  "@atlaskit/button": "^16.5.0",
34
34
  "@atlaskit/codemod-utils": "^4.1.0",
35
- "@atlaskit/ds-explorations": "^1.6.0",
35
+ "@atlaskit/ds-explorations": "^2.0.0",
36
36
  "@atlaskit/ds-lib": "^2.1.0",
37
37
  "@atlaskit/icon": "^21.11.0",
38
38
  "@babel/runtime": "^7.0.0",
@@ -46,7 +46,7 @@
46
46
  "@atlaskit/docs": "*",
47
47
  "@atlaskit/ds-lib": "^2.1.0",
48
48
  "@atlaskit/dynamic-table": "^14.8.0",
49
- "@atlaskit/heading": "^1.0.1",
49
+ "@atlaskit/heading": "^1.1.0",
50
50
  "@atlaskit/section-message": "^6.3.0",
51
51
  "@atlaskit/ssr": "*",
52
52
  "@atlaskit/visual-regression": "*",
package/report.api.md CHANGED
@@ -8,6 +8,7 @@
8
8
  ### Table of contents
9
9
 
10
10
  - [Main Entry Types](#main-entry-types)
11
+ - [Peer Dependencies](#peer-dependencies)
11
12
 
12
13
  ### Main Entry Types
13
14
 
@@ -75,3 +76,15 @@ export interface PaginationPropTypes<T = unknown> {
75
76
  ```
76
77
 
77
78
  <!--SECTION END: Main Entry Types-->
79
+
80
+ ### Peer Dependencies
81
+
82
+ <!--SECTION START: Peer Dependencies-->
83
+
84
+ ```json
85
+ {
86
+ "react": "^16.8.0"
87
+ }
88
+ ```
89
+
90
+ <!--SECTION END: Peer Dependencies-->