@commercetools-uikit/pagination 19.22.5 → 19.22.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/README.md CHANGED
@@ -53,10 +53,10 @@ export default Example;
53
53
  | ----------------- | ----------------------------------------------------------- | :------: | ------- | --------------------------------------------------------------------------------------------------------- |
54
54
  | `totalItems` | `number` | ✅ | | Total number of items across all pages |
55
55
  | `page` | `number` | ✅ | | The current page |
56
- | `onPageChange` | `Function`<br/>[See signature.](#signature-onPageChange) | ✅ | | A callback function, called when the page is changed. |
56
+ | `onPageChange` | `Function`<br/>[See signature.](#signature-onpagechange) | ✅ | | A callback function, called when the page is changed. |
57
57
  | `perPage` | `number` | | `20` | Number of items per page, according to the pre-defined range values. |
58
58
  | `perPageRange` | `TPageRangeSize` | | `'s'` | Range of items per page.&#xA;<br/>&#xA;`s: 20,50`&#xA;<br/>&#xA;`m: 20,50,100`&#xA;<br/>&#xA;`l: 200,500` |
59
- | `onPerPageChange` | `Function`<br/>[See signature.](#signature-onPerPageChange) | ✅ | | A callback function, called when `perPage` is changed. |
59
+ | `onPerPageChange` | `Function`<br/>[See signature.](#signature-onperpagechange) | ✅ | | A callback function, called when `perPage` is changed. |
60
60
 
61
61
  ## Signatures
62
62
 
@@ -301,7 +301,7 @@ Pagination.displayName = 'Pagination';
301
301
  var Pagination$1 = Pagination;
302
302
 
303
303
  // NOTE: This string will be replaced on build time with the package version.
304
- var version = "19.22.5";
304
+ var version = "19.22.7";
305
305
 
306
306
  exports.PageNavigator = PageNavigator$1;
307
307
  exports.PageSizeSelector = PageSizeSelector$1;
@@ -285,7 +285,7 @@ Pagination.displayName = 'Pagination';
285
285
  var Pagination$1 = Pagination;
286
286
 
287
287
  // NOTE: This string will be replaced on build time with the package version.
288
- var version = "19.22.5";
288
+ var version = "19.22.7";
289
289
 
290
290
  exports.PageNavigator = PageNavigator$1;
291
291
  exports.PageSizeSelector = PageSizeSelector$1;
@@ -275,6 +275,6 @@ Pagination.displayName = 'Pagination';
275
275
  var Pagination$1 = Pagination;
276
276
 
277
277
  // NOTE: This string will be replaced on build time with the package version.
278
- var version = "19.22.5";
278
+ var version = "19.22.7";
279
279
 
280
280
  export { PageNavigator$1 as PageNavigator, PageSizeSelector$1 as PageSizeSelector, Pagination$1 as Pagination, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/pagination",
3
3
  "description": "Components for navigating through pages of items",
4
- "version": "19.22.5",
4
+ "version": "19.22.7",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,16 +21,16 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/constraints": "19.22.5",
25
- "@commercetools-uikit/design-system": "19.22.5",
26
- "@commercetools-uikit/icons": "19.22.5",
27
- "@commercetools-uikit/label": "19.22.5",
28
- "@commercetools-uikit/number-input": "19.22.5",
29
- "@commercetools-uikit/secondary-icon-button": "19.22.5",
30
- "@commercetools-uikit/select-input": "19.22.5",
31
- "@commercetools-uikit/spacings": "19.22.5",
32
- "@commercetools-uikit/text": "19.22.5",
33
- "@commercetools-uikit/utils": "19.22.5",
24
+ "@commercetools-uikit/constraints": "19.22.7",
25
+ "@commercetools-uikit/design-system": "19.22.7",
26
+ "@commercetools-uikit/icons": "19.22.7",
27
+ "@commercetools-uikit/label": "19.22.7",
28
+ "@commercetools-uikit/number-input": "19.22.7",
29
+ "@commercetools-uikit/secondary-icon-button": "19.22.7",
30
+ "@commercetools-uikit/select-input": "19.22.7",
31
+ "@commercetools-uikit/spacings": "19.22.7",
32
+ "@commercetools-uikit/text": "19.22.7",
33
+ "@commercetools-uikit/utils": "19.22.7",
34
34
  "@emotion/react": "^11.10.5",
35
35
  "@emotion/styled": "^11.10.5",
36
36
  "formik": "^2.2.9",