@atlaskit/pagination 16.0.4 → 16.1.0

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,23 @@
1
1
  # @atlaskit/pagination
2
2
 
3
+ ## 16.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#135819](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/135819)
8
+ [`e50ee190f35f1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e50ee190f35f1) -
9
+ Set explicit font family on Pagination using tokens to ensure it does not inherit font family.
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
15
+ ## 16.0.5
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
3
21
  ## 16.0.4
4
22
 
5
23
  ### Patch Changes
@@ -5,6 +5,7 @@
5
5
  ._1pfhze3t{margin-block-start:var(--ds-space-0,0)}
6
6
  ._2hwxze3t{margin-right:var(--ds-space-0,0)}
7
7
  ._ca0qze3t{padding-top:var(--ds-space-0,0)}
8
+ ._ect41gqc{font-family:var(--ds-font-family-body,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
8
9
  ._n3tdze3t{padding-bottom:var(--ds-space-0,0)}
9
10
  ._otyrze3t{margin-bottom:var(--ds-space-0,0)}
10
11
  ._u5f3ze3t{padding-right:var(--ds-space-0,0)}
@@ -29,13 +29,13 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
29
29
  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
30
  var styles = {
31
31
  paginationMenu: "_ca0qze3t _u5f3ze3t _n3tdze3t _19bvze3t _19pkze3t _2hwxze3t _otyrze3t _18u0ze3t",
32
- paginationMenuItem: "_1pfhze3t",
32
+ paginationMenuItem: "_1pfhze3t _ect41gqc",
33
33
  navigatorIconWrapper: "_18zr12x7"
34
34
  };
35
35
  var analyticsAttributes = {
36
36
  componentName: 'pagination',
37
37
  packageName: "@atlaskit/pagination",
38
- packageVersion: "16.0.4"
38
+ packageVersion: "16.1.0"
39
39
  };
40
40
  function NavigatorIcon(_ref) {
41
41
  var chevronDirection = _ref.chevronDirection;
@@ -5,6 +5,7 @@
5
5
  ._1pfhze3t{margin-block-start:var(--ds-space-0,0)}
6
6
  ._2hwxze3t{margin-right:var(--ds-space-0,0)}
7
7
  ._ca0qze3t{padding-top:var(--ds-space-0,0)}
8
+ ._ect41gqc{font-family:var(--ds-font-family-body,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
8
9
  ._n3tdze3t{padding-bottom:var(--ds-space-0,0)}
9
10
  ._otyrze3t{margin-bottom:var(--ds-space-0,0)}
10
11
  ._u5f3ze3t{padding-right:var(--ds-space-0,0)}
@@ -15,13 +15,13 @@ import { emptyObject } from './internal/constants';
15
15
  import collapseRange from './internal/utils/collapse-range';
16
16
  const styles = {
17
17
  paginationMenu: "_ca0qze3t _u5f3ze3t _n3tdze3t _19bvze3t _19pkze3t _2hwxze3t _otyrze3t _18u0ze3t",
18
- paginationMenuItem: "_1pfhze3t",
18
+ paginationMenuItem: "_1pfhze3t _ect41gqc",
19
19
  navigatorIconWrapper: "_18zr12x7"
20
20
  };
21
21
  const analyticsAttributes = {
22
22
  componentName: 'pagination',
23
23
  packageName: "@atlaskit/pagination",
24
- packageVersion: "16.0.4"
24
+ packageVersion: "16.1.0"
25
25
  };
26
26
  function NavigatorIcon({
27
27
  chevronDirection
@@ -5,6 +5,7 @@
5
5
  ._1pfhze3t{margin-block-start:var(--ds-space-0,0)}
6
6
  ._2hwxze3t{margin-right:var(--ds-space-0,0)}
7
7
  ._ca0qze3t{padding-top:var(--ds-space-0,0)}
8
+ ._ect41gqc{font-family:var(--ds-font-family-body,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
8
9
  ._n3tdze3t{padding-bottom:var(--ds-space-0,0)}
9
10
  ._otyrze3t{margin-bottom:var(--ds-space-0,0)}
10
11
  ._u5f3ze3t{padding-right:var(--ds-space-0,0)}
@@ -19,13 +19,13 @@ import { emptyObject } from './internal/constants';
19
19
  import collapseRange from './internal/utils/collapse-range';
20
20
  var styles = {
21
21
  paginationMenu: "_ca0qze3t _u5f3ze3t _n3tdze3t _19bvze3t _19pkze3t _2hwxze3t _otyrze3t _18u0ze3t",
22
- paginationMenuItem: "_1pfhze3t",
22
+ paginationMenuItem: "_1pfhze3t _ect41gqc",
23
23
  navigatorIconWrapper: "_18zr12x7"
24
24
  };
25
25
  var analyticsAttributes = {
26
26
  componentName: 'pagination',
27
27
  packageName: "@atlaskit/pagination",
28
- packageVersion: "16.0.4"
28
+ packageVersion: "16.1.0"
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.0.4",
3
+ "version": "16.1.0",
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,14 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@atlaskit/analytics-next": "^11.0.0",
42
- "@atlaskit/button": "^22.0.0",
42
+ "@atlaskit/button": "^23.0.0",
43
43
  "@atlaskit/codemod-utils": "^4.2.0",
44
44
  "@atlaskit/css": "^0.10.0",
45
45
  "@atlaskit/ds-lib": "^4.0.0",
46
- "@atlaskit/icon": "^25.2.0",
46
+ "@atlaskit/icon": "^25.5.0",
47
47
  "@atlaskit/platform-feature-flags": "^1.1.0",
48
- "@atlaskit/primitives": "^14.2.0",
49
- "@atlaskit/tokens": "^4.5.0",
48
+ "@atlaskit/primitives": "^14.3.0",
49
+ "@atlaskit/tokens": "^4.6.0",
50
50
  "@atlaskit/visually-hidden": "^3.0.0",
51
51
  "@babel/runtime": "^7.0.0",
52
52
  "memoize-one": "^6.0.0"
@@ -58,13 +58,14 @@
58
58
  "@af/accessibility-testing": "^2.0.0",
59
59
  "@af/integration-testing": "^0.5.0",
60
60
  "@af/visual-regression": "^1.3.0",
61
- "@atlaskit/code": "^16.1.0",
61
+ "@atlaskit/code": "^16.2.0",
62
62
  "@atlaskit/docs": "^10.0.0",
63
63
  "@atlaskit/heading": "^5.1.0",
64
- "@atlaskit/link": "^3.0.0",
64
+ "@atlaskit/link": "^3.1.0",
65
65
  "@atlaskit/section-message": "^8.2.0",
66
66
  "@atlaskit/ssr": "^0.4.0",
67
67
  "@atlaskit/visual-regression": "^0.10.0",
68
+ "@atlassian/ssr-tests": "^0.2.0",
68
69
  "@testing-library/dom": "^10.1.0",
69
70
  "@testing-library/react": "^13.4.0",
70
71
  "react-dom": "^18.2.0",