@commercetools-uikit/pagination 15.14.2 → 15.14.3
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.
|
@@ -339,7 +339,7 @@ Pagination.defaultProps = defaultProps;
|
|
|
339
339
|
var Pagination$1 = Pagination;
|
|
340
340
|
|
|
341
341
|
// NOTE: This string will be replaced on build time with the package version.
|
|
342
|
-
var version = "15.14.
|
|
342
|
+
var version = "15.14.3";
|
|
343
343
|
|
|
344
344
|
exports.PageNavigator = PageNavigator$1;
|
|
345
345
|
exports.PageSizeSelector = PageSizeSelector$1;
|
|
@@ -318,7 +318,7 @@ Pagination.defaultProps = defaultProps;
|
|
|
318
318
|
var Pagination$1 = Pagination;
|
|
319
319
|
|
|
320
320
|
// NOTE: This string will be replaced on build time with the package version.
|
|
321
|
-
var version = "15.14.
|
|
321
|
+
var version = "15.14.3";
|
|
322
322
|
|
|
323
323
|
exports.PageNavigator = PageNavigator$1;
|
|
324
324
|
exports.PageSizeSelector = PageSizeSelector$1;
|
|
@@ -311,6 +311,6 @@ Pagination.defaultProps = defaultProps;
|
|
|
311
311
|
var Pagination$1 = Pagination;
|
|
312
312
|
|
|
313
313
|
// NOTE: This string will be replaced on build time with the package version.
|
|
314
|
-
var version = "15.14.
|
|
314
|
+
var version = "15.14.3";
|
|
315
315
|
|
|
316
316
|
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": "15.14.
|
|
4
|
+
"version": "15.14.3",
|
|
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": "15.14.
|
|
25
|
-
"@commercetools-uikit/design-system": "15.14.
|
|
26
|
-
"@commercetools-uikit/icons": "15.14.
|
|
27
|
-
"@commercetools-uikit/label": "15.14.
|
|
28
|
-
"@commercetools-uikit/number-input": "15.14.
|
|
29
|
-
"@commercetools-uikit/secondary-icon-button": "15.14.
|
|
30
|
-
"@commercetools-uikit/select-input": "15.14.
|
|
31
|
-
"@commercetools-uikit/spacings": "15.14.
|
|
32
|
-
"@commercetools-uikit/text": "15.14.
|
|
33
|
-
"@commercetools-uikit/utils": "15.14.
|
|
24
|
+
"@commercetools-uikit/constraints": "15.14.3",
|
|
25
|
+
"@commercetools-uikit/design-system": "15.14.3",
|
|
26
|
+
"@commercetools-uikit/icons": "15.14.3",
|
|
27
|
+
"@commercetools-uikit/label": "15.14.3",
|
|
28
|
+
"@commercetools-uikit/number-input": "15.14.3",
|
|
29
|
+
"@commercetools-uikit/secondary-icon-button": "15.14.3",
|
|
30
|
+
"@commercetools-uikit/select-input": "15.14.3",
|
|
31
|
+
"@commercetools-uikit/spacings": "15.14.3",
|
|
32
|
+
"@commercetools-uikit/text": "15.14.3",
|
|
33
|
+
"@commercetools-uikit/utils": "15.14.3",
|
|
34
34
|
"@emotion/react": "^11.10.5",
|
|
35
35
|
"@emotion/styled": "^11.10.5",
|
|
36
36
|
"formik": "^2.2.9",
|