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