@commercetools-uikit/pagination 20.0.0 → 20.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.
|
@@ -290,7 +290,7 @@ Pagination.displayName = 'Pagination';
|
|
|
290
290
|
var Pagination$1 = Pagination;
|
|
291
291
|
|
|
292
292
|
// NOTE: This string will be replaced on build time with the package version.
|
|
293
|
-
var version = "20.
|
|
293
|
+
var version = "20.1.0";
|
|
294
294
|
|
|
295
295
|
exports.PageNavigator = PageNavigator$1;
|
|
296
296
|
exports.PageSizeSelector = PageSizeSelector$1;
|
|
@@ -284,7 +284,7 @@ Pagination.displayName = 'Pagination';
|
|
|
284
284
|
var Pagination$1 = Pagination;
|
|
285
285
|
|
|
286
286
|
// NOTE: This string will be replaced on build time with the package version.
|
|
287
|
-
var version = "20.
|
|
287
|
+
var version = "20.1.0";
|
|
288
288
|
|
|
289
289
|
exports.PageNavigator = PageNavigator$1;
|
|
290
290
|
exports.PageSizeSelector = PageSizeSelector$1;
|
|
@@ -265,6 +265,6 @@ Pagination.displayName = 'Pagination';
|
|
|
265
265
|
var Pagination$1 = Pagination;
|
|
266
266
|
|
|
267
267
|
// NOTE: This string will be replaced on build time with the package version.
|
|
268
|
-
var version = "20.
|
|
268
|
+
var version = "20.1.0";
|
|
269
269
|
|
|
270
270
|
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": "20.
|
|
4
|
+
"version": "20.1.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,23 +21,23 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/constraints": "20.
|
|
25
|
-
"@commercetools-uikit/design-system": "20.
|
|
26
|
-
"@commercetools-uikit/icons": "20.
|
|
27
|
-
"@commercetools-uikit/label": "20.
|
|
28
|
-
"@commercetools-uikit/number-input": "20.
|
|
29
|
-
"@commercetools-uikit/secondary-icon-button": "20.
|
|
30
|
-
"@commercetools-uikit/select-input": "20.
|
|
31
|
-
"@commercetools-uikit/spacings": "20.
|
|
32
|
-
"@commercetools-uikit/text": "20.
|
|
33
|
-
"@commercetools-uikit/utils": "20.
|
|
24
|
+
"@commercetools-uikit/constraints": "20.1.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "20.1.0",
|
|
26
|
+
"@commercetools-uikit/icons": "20.1.0",
|
|
27
|
+
"@commercetools-uikit/label": "20.1.0",
|
|
28
|
+
"@commercetools-uikit/number-input": "20.1.0",
|
|
29
|
+
"@commercetools-uikit/secondary-icon-button": "20.1.0",
|
|
30
|
+
"@commercetools-uikit/select-input": "20.1.0",
|
|
31
|
+
"@commercetools-uikit/spacings": "20.1.0",
|
|
32
|
+
"@commercetools-uikit/text": "20.1.0",
|
|
33
|
+
"@commercetools-uikit/utils": "20.1.0",
|
|
34
34
|
"@emotion/react": "^11.10.5",
|
|
35
35
|
"@emotion/styled": "^11.10.5",
|
|
36
36
|
"formik": "^2.4.6",
|
|
37
37
|
"lodash": "4.17.21"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"react": "19.
|
|
40
|
+
"react": "19.1.0",
|
|
41
41
|
"react-intl": "^7.1.4"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|