@atlaskit/pagination 16.1.0 → 16.1.2

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,19 @@
1
1
  # @atlaskit/pagination
2
2
 
3
+ ## 16.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#164146](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/164146)
8
+ [`cb9fe0058ed87`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cb9fe0058ed87) -
9
+ Updates package.json direct dependencies to align with actual usage.
10
+
11
+ ## 16.1.1
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 16.1.0
4
18
 
5
19
  ### Minor Changes
@@ -23,8 +23,7 @@ var _page = _interopRequireDefault(require("./internal/components/page"));
23
23
  var _renderEllipsis = _interopRequireDefault(require("./internal/components/render-ellipsis"));
24
24
  var _constants = require("./internal/constants");
25
25
  var _collapseRange = _interopRequireDefault(require("./internal/utils/collapse-range"));
26
- function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
27
- function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
26
+ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
28
27
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
29
28
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
30
29
  var styles = {
@@ -35,7 +34,7 @@ var styles = {
35
34
  var analyticsAttributes = {
36
35
  componentName: 'pagination',
37
36
  packageName: "@atlaskit/pagination",
38
- packageVersion: "16.1.0"
37
+ packageVersion: "16.1.2"
39
38
  };
40
39
  function NavigatorIcon(_ref) {
41
40
  var chevronDirection = _ref.chevronDirection;
@@ -21,7 +21,7 @@ const styles = {
21
21
  const analyticsAttributes = {
22
22
  componentName: 'pagination',
23
23
  packageName: "@atlaskit/pagination",
24
- packageVersion: "16.1.0"
24
+ packageVersion: "16.1.2"
25
25
  };
26
26
  function NavigatorIcon({
27
27
  chevronDirection
@@ -25,7 +25,7 @@ var styles = {
25
25
  var analyticsAttributes = {
26
26
  componentName: 'pagination',
27
27
  packageName: "@atlaskit/pagination",
28
- packageVersion: "16.1.0"
28
+ packageVersion: "16.1.2"
29
29
  };
30
30
  function NavigatorIcon(_ref) {
31
31
  var chevronDirection = _ref.chevronDirection;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/pagination",
3
- "version": "16.1.0",
3
+ "version": "16.1.2",
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/"
@@ -39,14 +39,12 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@atlaskit/analytics-next": "^11.0.0",
42
- "@atlaskit/button": "^23.0.0",
43
- "@atlaskit/codemod-utils": "^4.2.0",
42
+ "@atlaskit/button": "^23.2.0",
44
43
  "@atlaskit/css": "^0.10.0",
45
44
  "@atlaskit/ds-lib": "^4.0.0",
46
- "@atlaskit/icon": "^25.5.0",
47
- "@atlaskit/platform-feature-flags": "^1.1.0",
48
- "@atlaskit/primitives": "^14.3.0",
49
- "@atlaskit/tokens": "^4.6.0",
45
+ "@atlaskit/icon": "^26.4.0",
46
+ "@atlaskit/primitives": "^14.8.0",
47
+ "@atlaskit/tokens": "^4.9.0",
50
48
  "@atlaskit/visually-hidden": "^3.0.0",
51
49
  "@babel/runtime": "^7.0.0",
52
50
  "memoize-one": "^6.0.0"
@@ -55,16 +53,16 @@
55
53
  "react": "^18.2.0"
56
54
  },
57
55
  "devDependencies": {
58
- "@af/accessibility-testing": "^2.0.0",
59
- "@af/integration-testing": "^0.5.0",
60
- "@af/visual-regression": "^1.3.0",
61
- "@atlaskit/code": "^16.2.0",
56
+ "@af/accessibility-testing": "workspace:^",
57
+ "@af/integration-testing": "workspace:^",
58
+ "@af/visual-regression": "workspace:^",
59
+ "@atlaskit/code": "^17.2.0",
62
60
  "@atlaskit/docs": "^10.0.0",
63
- "@atlaskit/heading": "^5.1.0",
64
- "@atlaskit/link": "^3.1.0",
61
+ "@atlaskit/heading": "^5.2.0",
62
+ "@atlaskit/link": "^3.2.0",
65
63
  "@atlaskit/section-message": "^8.2.0",
66
- "@atlaskit/ssr": "^0.4.0",
67
- "@atlaskit/visual-regression": "^0.10.0",
64
+ "@atlaskit/ssr": "workspace:^",
65
+ "@atlaskit/visual-regression": "workspace:^",
68
66
  "@atlassian/ssr-tests": "^0.2.0",
69
67
  "@testing-library/dom": "^10.1.0",
70
68
  "@testing-library/react": "^13.4.0",