@atlaskit/pagination 14.2.13 → 14.2.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,17 @@
1
1
  # @atlaskit/pagination
2
2
 
3
+ ## 14.2.15
4
+
5
+ ### Patch Changes
6
+
7
+ - [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
8
+
9
+ ## 14.2.14
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 14.2.13
4
16
 
5
17
  ### Patch Changes
@@ -28,7 +28,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
28
28
  var analyticsAttributes = {
29
29
  componentName: 'pagination',
30
30
  packageName: "@atlaskit/pagination",
31
- packageVersion: "14.2.13"
31
+ packageVersion: "14.2.15"
32
32
  };
33
33
  function InnerPagination(_ref, ref) {
34
34
  var _ref$components = _ref.components,
@@ -98,7 +98,7 @@ function InnerPagination(_ref, ref) {
98
98
  "aria-label": label,
99
99
  as: "nav"
100
100
  }, /*#__PURE__*/_react.default.createElement(_inline.default, {
101
- space: "0",
101
+ space: "space.0",
102
102
  alignBlock: "center"
103
103
  }, /*#__PURE__*/_react.default.createElement(_navigator.default, {
104
104
  key: "left-navigator",
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/pagination",
3
- "version": "14.2.13",
3
+ "version": "14.2.15",
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.2.13"
17
+ packageVersion: "14.2.15"
18
18
  };
19
19
  function InnerPagination({
20
20
  components = emptyObject,
@@ -72,7 +72,7 @@ function InnerPagination({
72
72
  "aria-label": label,
73
73
  as: "nav"
74
74
  }, /*#__PURE__*/React.createElement(Inline, {
75
- space: "0",
75
+ space: "space.0",
76
76
  alignBlock: "center"
77
77
  }, /*#__PURE__*/React.createElement(Navigator, {
78
78
  key: "left-navigator",
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/pagination",
3
- "version": "14.2.13",
3
+ "version": "14.2.15",
4
4
  "sideEffects": false
5
5
  }
@@ -18,7 +18,7 @@ import collapseRange from './internal/utils/collapse-range';
18
18
  var analyticsAttributes = {
19
19
  componentName: 'pagination',
20
20
  packageName: "@atlaskit/pagination",
21
- packageVersion: "14.2.13"
21
+ packageVersion: "14.2.15"
22
22
  };
23
23
  function InnerPagination(_ref, ref) {
24
24
  var _ref$components = _ref.components,
@@ -88,7 +88,7 @@ function InnerPagination(_ref, ref) {
88
88
  "aria-label": label,
89
89
  as: "nav"
90
90
  }, /*#__PURE__*/React.createElement(Inline, {
91
- space: "0",
91
+ space: "space.0",
92
92
  alignBlock: "center"
93
93
  }, /*#__PURE__*/React.createElement(Navigator, {
94
94
  key: "left-navigator",
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/pagination",
3
- "version": "14.2.13",
3
+ "version": "14.2.15",
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.13",
3
+ "version": "14.2.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/"
@@ -34,7 +34,7 @@
34
34
  "@atlaskit/ds-explorations": "^2.0.0",
35
35
  "@atlaskit/ds-lib": "^2.1.0",
36
36
  "@atlaskit/icon": "^21.11.0",
37
- "@atlaskit/primitives": "^0.7.0",
37
+ "@atlaskit/primitives": "^0.8.0",
38
38
  "@babel/runtime": "^7.0.0",
39
39
  "memoize-one": "^6.0.0"
40
40
  },