@commercetools-uikit/pagination 19.25.1 → 19.26.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.
|
@@ -303,7 +303,7 @@ Pagination.displayName = 'Pagination';
|
|
|
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 = "19.
|
|
306
|
+
var version = "19.26.0";
|
|
307
307
|
|
|
308
308
|
exports.PageNavigator = PageNavigator$1;
|
|
309
309
|
exports.PageSizeSelector = PageSizeSelector$1;
|
|
@@ -287,7 +287,7 @@ Pagination.displayName = 'Pagination';
|
|
|
287
287
|
var Pagination$1 = Pagination;
|
|
288
288
|
|
|
289
289
|
// NOTE: This string will be replaced on build time with the package version.
|
|
290
|
-
var version = "19.
|
|
290
|
+
var version = "19.26.0";
|
|
291
291
|
|
|
292
292
|
exports.PageNavigator = PageNavigator$1;
|
|
293
293
|
exports.PageSizeSelector = PageSizeSelector$1;
|
|
@@ -277,6 +277,6 @@ Pagination.displayName = 'Pagination';
|
|
|
277
277
|
var Pagination$1 = Pagination;
|
|
278
278
|
|
|
279
279
|
// NOTE: This string will be replaced on build time with the package version.
|
|
280
|
-
var version = "19.
|
|
280
|
+
var version = "19.26.0";
|
|
281
281
|
|
|
282
282
|
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": "19.
|
|
4
|
+
"version": "19.26.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": "19.
|
|
25
|
-
"@commercetools-uikit/design-system": "19.
|
|
26
|
-
"@commercetools-uikit/icons": "19.
|
|
27
|
-
"@commercetools-uikit/label": "19.
|
|
28
|
-
"@commercetools-uikit/number-input": "19.
|
|
29
|
-
"@commercetools-uikit/secondary-icon-button": "19.
|
|
30
|
-
"@commercetools-uikit/select-input": "19.
|
|
31
|
-
"@commercetools-uikit/spacings": "19.
|
|
32
|
-
"@commercetools-uikit/text": "19.
|
|
33
|
-
"@commercetools-uikit/utils": "19.
|
|
24
|
+
"@commercetools-uikit/constraints": "19.26.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "19.26.0",
|
|
26
|
+
"@commercetools-uikit/icons": "19.26.0",
|
|
27
|
+
"@commercetools-uikit/label": "19.26.0",
|
|
28
|
+
"@commercetools-uikit/number-input": "19.26.0",
|
|
29
|
+
"@commercetools-uikit/secondary-icon-button": "19.26.0",
|
|
30
|
+
"@commercetools-uikit/select-input": "19.26.0",
|
|
31
|
+
"@commercetools-uikit/spacings": "19.26.0",
|
|
32
|
+
"@commercetools-uikit/text": "19.26.0",
|
|
33
|
+
"@commercetools-uikit/utils": "19.26.0",
|
|
34
34
|
"@emotion/react": "^11.10.5",
|
|
35
35
|
"@emotion/styled": "^11.10.5",
|
|
36
36
|
"formik": "^2.2.9",
|