@commercetools-uikit/pagination 20.3.1 → 20.4.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.
|
@@ -312,7 +312,7 @@ Pagination.displayName = 'Pagination';
|
|
|
312
312
|
var Pagination$1 = Pagination;
|
|
313
313
|
|
|
314
314
|
// NOTE: This string will be replaced on build time with the package version.
|
|
315
|
-
var version = "20.
|
|
315
|
+
var version = "20.4.0";
|
|
316
316
|
|
|
317
317
|
exports.PageNavigator = PageNavigator$1;
|
|
318
318
|
exports.PageSizeSelector = PageSizeSelector$1;
|
|
@@ -304,7 +304,7 @@ Pagination.displayName = 'Pagination';
|
|
|
304
304
|
var Pagination$1 = Pagination;
|
|
305
305
|
|
|
306
306
|
// NOTE: This string will be replaced on build time with the package version.
|
|
307
|
-
var version = "20.
|
|
307
|
+
var version = "20.4.0";
|
|
308
308
|
|
|
309
309
|
exports.PageNavigator = PageNavigator$1;
|
|
310
310
|
exports.PageSizeSelector = PageSizeSelector$1;
|
|
@@ -286,6 +286,6 @@ Pagination.displayName = 'Pagination';
|
|
|
286
286
|
var Pagination$1 = Pagination;
|
|
287
287
|
|
|
288
288
|
// NOTE: This string will be replaced on build time with the package version.
|
|
289
|
-
var version = "20.
|
|
289
|
+
var version = "20.4.0";
|
|
290
290
|
|
|
291
291
|
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.4.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": "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.4.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "20.4.0",
|
|
26
|
+
"@commercetools-uikit/icons": "20.4.0",
|
|
27
|
+
"@commercetools-uikit/label": "20.4.0",
|
|
28
|
+
"@commercetools-uikit/number-input": "20.4.0",
|
|
29
|
+
"@commercetools-uikit/secondary-icon-button": "20.4.0",
|
|
30
|
+
"@commercetools-uikit/select-input": "20.4.0",
|
|
31
|
+
"@commercetools-uikit/spacings": "20.4.0",
|
|
32
|
+
"@commercetools-uikit/text": "20.4.0",
|
|
33
|
+
"@commercetools-uikit/utils": "20.4.0",
|
|
34
34
|
"@emotion/react": "^11.10.5",
|
|
35
35
|
"@emotion/styled": "^11.10.5",
|
|
36
36
|
"formik": "^2.4.6",
|