@commercetools-uikit/pagination 15.2.2 → 15.2.4
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.
|
@@ -331,7 +331,7 @@ Pagination.defaultProps = defaultProps;
|
|
|
331
331
|
var Pagination$1 = Pagination;
|
|
332
332
|
|
|
333
333
|
// NOTE: This string will be replaced on build time with the package version.
|
|
334
|
-
var version = "15.2.
|
|
334
|
+
var version = "15.2.4";
|
|
335
335
|
|
|
336
336
|
exports.PageNavigator = PageNavigator$1;
|
|
337
337
|
exports.PageSizeSelector = PageSizeSelector$1;
|
|
@@ -310,7 +310,7 @@ Pagination.defaultProps = defaultProps;
|
|
|
310
310
|
var Pagination$1 = Pagination;
|
|
311
311
|
|
|
312
312
|
// NOTE: This string will be replaced on build time with the package version.
|
|
313
|
-
var version = "15.2.
|
|
313
|
+
var version = "15.2.4";
|
|
314
314
|
|
|
315
315
|
exports.PageNavigator = PageNavigator$1;
|
|
316
316
|
exports.PageSizeSelector = PageSizeSelector$1;
|
|
@@ -303,6 +303,6 @@ Pagination.defaultProps = defaultProps;
|
|
|
303
303
|
var Pagination$1 = Pagination;
|
|
304
304
|
|
|
305
305
|
// NOTE: This string will be replaced on build time with the package version.
|
|
306
|
-
var version = "15.2.
|
|
306
|
+
var version = "15.2.4";
|
|
307
307
|
|
|
308
308
|
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.2.
|
|
4
|
+
"version": "15.2.4",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -19,18 +19,18 @@
|
|
|
19
19
|
"module": "dist/commercetools-uikit-pagination.esm.js",
|
|
20
20
|
"files": ["dist"],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@babel/runtime": "^7.
|
|
23
|
-
"@babel/runtime-corejs3": "^7.
|
|
24
|
-
"@commercetools-uikit/constraints": "15.2.
|
|
25
|
-
"@commercetools-uikit/design-system": "15.2.
|
|
26
|
-
"@commercetools-uikit/icons": "15.2.
|
|
27
|
-
"@commercetools-uikit/label": "15.2.
|
|
28
|
-
"@commercetools-uikit/number-input": "15.2.
|
|
29
|
-
"@commercetools-uikit/secondary-icon-button": "15.2.
|
|
30
|
-
"@commercetools-uikit/select-input": "15.2.
|
|
31
|
-
"@commercetools-uikit/spacings": "15.2.
|
|
32
|
-
"@commercetools-uikit/text": "15.2.
|
|
33
|
-
"@commercetools-uikit/utils": "15.2.
|
|
22
|
+
"@babel/runtime": "^7.19.0",
|
|
23
|
+
"@babel/runtime-corejs3": "^7.19.1",
|
|
24
|
+
"@commercetools-uikit/constraints": "15.2.4",
|
|
25
|
+
"@commercetools-uikit/design-system": "15.2.4",
|
|
26
|
+
"@commercetools-uikit/icons": "15.2.4",
|
|
27
|
+
"@commercetools-uikit/label": "15.2.4",
|
|
28
|
+
"@commercetools-uikit/number-input": "15.2.4",
|
|
29
|
+
"@commercetools-uikit/secondary-icon-button": "15.2.4",
|
|
30
|
+
"@commercetools-uikit/select-input": "15.2.4",
|
|
31
|
+
"@commercetools-uikit/spacings": "15.2.4",
|
|
32
|
+
"@commercetools-uikit/text": "15.2.4",
|
|
33
|
+
"@commercetools-uikit/utils": "15.2.4",
|
|
34
34
|
"@emotion/react": "^11.4.0",
|
|
35
35
|
"@emotion/styled": "^11.3.0",
|
|
36
36
|
"formik": "^2.2.9",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"react": "17.0.2",
|
|
42
|
-
"react-intl": "^5.
|
|
42
|
+
"react-intl": "^5.25.1"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"react": "17.x",
|