@commercetools-uikit/pagination 15.15.1 → 16.0.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.
|
@@ -337,7 +337,7 @@ Pagination.defaultProps = defaultProps;
|
|
|
337
337
|
var Pagination$1 = Pagination;
|
|
338
338
|
|
|
339
339
|
// NOTE: This string will be replaced on build time with the package version.
|
|
340
|
-
var version = "
|
|
340
|
+
var version = "16.0.0";
|
|
341
341
|
|
|
342
342
|
exports.PageNavigator = PageNavigator$1;
|
|
343
343
|
exports.PageSizeSelector = PageSizeSelector$1;
|
|
@@ -316,7 +316,7 @@ Pagination.defaultProps = defaultProps;
|
|
|
316
316
|
var Pagination$1 = Pagination;
|
|
317
317
|
|
|
318
318
|
// NOTE: This string will be replaced on build time with the package version.
|
|
319
|
-
var version = "
|
|
319
|
+
var version = "16.0.0";
|
|
320
320
|
|
|
321
321
|
exports.PageNavigator = PageNavigator$1;
|
|
322
322
|
exports.PageSizeSelector = PageSizeSelector$1;
|
|
@@ -309,6 +309,6 @@ Pagination.defaultProps = defaultProps;
|
|
|
309
309
|
var Pagination$1 = Pagination;
|
|
310
310
|
|
|
311
311
|
// NOTE: This string will be replaced on build time with the package version.
|
|
312
|
-
var version = "
|
|
312
|
+
var version = "16.0.0";
|
|
313
313
|
|
|
314
314
|
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": "
|
|
4
|
+
"version": "16.0.0",
|
|
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": "
|
|
25
|
-
"@commercetools-uikit/design-system": "
|
|
26
|
-
"@commercetools-uikit/icons": "
|
|
27
|
-
"@commercetools-uikit/label": "
|
|
28
|
-
"@commercetools-uikit/number-input": "
|
|
29
|
-
"@commercetools-uikit/secondary-icon-button": "
|
|
30
|
-
"@commercetools-uikit/select-input": "
|
|
31
|
-
"@commercetools-uikit/spacings": "
|
|
32
|
-
"@commercetools-uikit/text": "
|
|
33
|
-
"@commercetools-uikit/utils": "
|
|
24
|
+
"@commercetools-uikit/constraints": "16.0.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "16.0.0",
|
|
26
|
+
"@commercetools-uikit/icons": "16.0.0",
|
|
27
|
+
"@commercetools-uikit/label": "16.0.0",
|
|
28
|
+
"@commercetools-uikit/number-input": "16.0.0",
|
|
29
|
+
"@commercetools-uikit/secondary-icon-button": "16.0.0",
|
|
30
|
+
"@commercetools-uikit/select-input": "16.0.0",
|
|
31
|
+
"@commercetools-uikit/spacings": "16.0.0",
|
|
32
|
+
"@commercetools-uikit/text": "16.0.0",
|
|
33
|
+
"@commercetools-uikit/utils": "16.0.0",
|
|
34
34
|
"@emotion/react": "^11.10.5",
|
|
35
35
|
"@emotion/styled": "^11.10.5",
|
|
36
36
|
"formik": "^2.2.9",
|
|
@@ -39,10 +39,10 @@
|
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"react": "17.0.2",
|
|
42
|
-
"react-intl": "^
|
|
42
|
+
"react-intl": "^6.3.2"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"react": "17.x",
|
|
46
|
-
"react-intl": "
|
|
46
|
+
"react-intl": "6.x"
|
|
47
47
|
}
|
|
48
48
|
}
|