@commercetools-uikit/pagination 15.11.2 → 15.13.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.
@@ -336,7 +336,7 @@ Pagination.defaultProps = defaultProps;
336
336
  var Pagination$1 = Pagination;
337
337
 
338
338
  // NOTE: This string will be replaced on build time with the package version.
339
- var version = "15.11.2";
339
+ var version = "15.13.0";
340
340
 
341
341
  exports.PageNavigator = PageNavigator$1;
342
342
  exports.PageSizeSelector = PageSizeSelector$1;
@@ -315,7 +315,7 @@ Pagination.defaultProps = defaultProps;
315
315
  var Pagination$1 = Pagination;
316
316
 
317
317
  // NOTE: This string will be replaced on build time with the package version.
318
- var version = "15.11.2";
318
+ var version = "15.13.0";
319
319
 
320
320
  exports.PageNavigator = PageNavigator$1;
321
321
  exports.PageSizeSelector = PageSizeSelector$1;
@@ -308,6 +308,6 @@ Pagination.defaultProps = defaultProps;
308
308
  var Pagination$1 = Pagination;
309
309
 
310
310
  // NOTE: This string will be replaced on build time with the package version.
311
- var version = "15.11.2";
311
+ var version = "15.13.0";
312
312
 
313
313
  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": "15.11.2",
4
+ "version": "15.13.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -19,20 +19,20 @@
19
19
  "module": "dist/commercetools-uikit-pagination.esm.js",
20
20
  "files": ["dist"],
21
21
  "dependencies": {
22
- "@babel/runtime": "^7.19.0",
23
- "@babel/runtime-corejs3": "^7.19.1",
24
- "@commercetools-uikit/constraints": "15.11.2",
25
- "@commercetools-uikit/design-system": "15.11.2",
26
- "@commercetools-uikit/icons": "15.11.2",
27
- "@commercetools-uikit/label": "15.11.2",
28
- "@commercetools-uikit/number-input": "15.11.2",
29
- "@commercetools-uikit/secondary-icon-button": "15.11.2",
30
- "@commercetools-uikit/select-input": "15.11.2",
31
- "@commercetools-uikit/spacings": "15.11.2",
32
- "@commercetools-uikit/text": "15.11.2",
33
- "@commercetools-uikit/utils": "15.11.2",
34
- "@emotion/react": "^11.4.0",
35
- "@emotion/styled": "^11.3.0",
22
+ "@babel/runtime": "^7.20.13",
23
+ "@babel/runtime-corejs3": "^7.20.13",
24
+ "@commercetools-uikit/constraints": "15.13.0",
25
+ "@commercetools-uikit/design-system": "15.13.0",
26
+ "@commercetools-uikit/icons": "15.13.0",
27
+ "@commercetools-uikit/label": "15.13.0",
28
+ "@commercetools-uikit/number-input": "15.13.0",
29
+ "@commercetools-uikit/secondary-icon-button": "15.13.0",
30
+ "@commercetools-uikit/select-input": "15.13.0",
31
+ "@commercetools-uikit/spacings": "15.13.0",
32
+ "@commercetools-uikit/text": "15.13.0",
33
+ "@commercetools-uikit/utils": "15.13.0",
34
+ "@emotion/react": "^11.10.5",
35
+ "@emotion/styled": "^11.10.5",
36
36
  "formik": "^2.2.9",
37
37
  "lodash": "4.17.21",
38
38
  "prop-types": "15.8.1"