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