@commercetools-uikit/pagination 20.2.3 → 20.3.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.
|
@@ -9,6 +9,7 @@ var jsxRuntime = require('@emotion/react/jsx-runtime');
|
|
|
9
9
|
var _defineProperty = require('@babel/runtime-corejs3/helpers/defineProperty');
|
|
10
10
|
var _slicedToArray = require('@babel/runtime-corejs3/helpers/slicedToArray');
|
|
11
11
|
var _includesInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instance/includes');
|
|
12
|
+
var _concatInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instance/concat');
|
|
12
13
|
var _mapInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instance/map');
|
|
13
14
|
var _Object$keys = require('@babel/runtime-corejs3/core-js-stable/object/keys');
|
|
14
15
|
var _Object$getOwnPropertySymbols = require('@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols');
|
|
@@ -35,6 +36,7 @@ function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e };
|
|
|
35
36
|
|
|
36
37
|
var Spacings__default = /*#__PURE__*/_interopDefault(Spacings);
|
|
37
38
|
var _includesInstanceProperty__default = /*#__PURE__*/_interopDefault(_includesInstanceProperty);
|
|
39
|
+
var _concatInstanceProperty__default = /*#__PURE__*/_interopDefault(_concatInstanceProperty);
|
|
38
40
|
var _mapInstanceProperty__default = /*#__PURE__*/_interopDefault(_mapInstanceProperty);
|
|
39
41
|
var _Object$keys__default = /*#__PURE__*/_interopDefault(_Object$keys);
|
|
40
42
|
var _Object$getOwnPropertySymbols__default = /*#__PURE__*/_interopDefault(_Object$getOwnPropertySymbols);
|
|
@@ -69,24 +71,35 @@ const normalizePageValue = (value, totalPages) => {
|
|
|
69
71
|
|
|
70
72
|
var messages$2 = reactIntl.defineMessages({
|
|
71
73
|
page: {
|
|
72
|
-
id:
|
|
73
|
-
|
|
74
|
-
|
|
74
|
+
id: "UIKit.Pagination.PageNavigator.page",
|
|
75
|
+
defaultMessage: [{
|
|
76
|
+
"type": 0,
|
|
77
|
+
"value": "Page"
|
|
78
|
+
}]
|
|
75
79
|
},
|
|
76
80
|
pageCount: {
|
|
77
|
-
id:
|
|
78
|
-
|
|
79
|
-
|
|
81
|
+
id: "UIKit.Pagination.PageNavigator.pageCount",
|
|
82
|
+
defaultMessage: [{
|
|
83
|
+
"type": 0,
|
|
84
|
+
"value": "of "
|
|
85
|
+
}, {
|
|
86
|
+
"type": 1,
|
|
87
|
+
"value": "count"
|
|
88
|
+
}]
|
|
80
89
|
},
|
|
81
90
|
previousPageLabel: {
|
|
82
|
-
id:
|
|
83
|
-
|
|
84
|
-
|
|
91
|
+
id: "UIKit.Pagination.PageNavigator.previousPageLabel",
|
|
92
|
+
defaultMessage: [{
|
|
93
|
+
"type": 0,
|
|
94
|
+
"value": "Previous page"
|
|
95
|
+
}]
|
|
85
96
|
},
|
|
86
97
|
nextPageLabel: {
|
|
87
|
-
id:
|
|
88
|
-
|
|
89
|
-
|
|
98
|
+
id: "UIKit.Pagination.PageNavigator.nextPageLabel",
|
|
99
|
+
defaultMessage: [{
|
|
100
|
+
"type": 0,
|
|
101
|
+
"value": "Next page"
|
|
102
|
+
}]
|
|
90
103
|
}
|
|
91
104
|
});
|
|
92
105
|
|
|
@@ -183,16 +196,24 @@ var PageNavigator$1 = PageNavigator;
|
|
|
183
196
|
|
|
184
197
|
const messages = reactIntl.defineMessages({
|
|
185
198
|
pageSize: {
|
|
186
|
-
id:
|
|
187
|
-
|
|
188
|
-
|
|
199
|
+
id: "UIKit.Pagination.PageSizeSelector.pageSize",
|
|
200
|
+
defaultMessage: [{
|
|
201
|
+
"type": 0,
|
|
202
|
+
"value": "Items per page ("
|
|
203
|
+
}, {
|
|
204
|
+
"type": 1,
|
|
205
|
+
"value": "count"
|
|
206
|
+
}, {
|
|
207
|
+
"type": 0,
|
|
208
|
+
"value": " items)"
|
|
209
|
+
}]
|
|
189
210
|
}
|
|
190
211
|
});
|
|
191
212
|
var messages$1 = messages;
|
|
192
213
|
|
|
193
214
|
const _excluded$1 = ["perPage", "perPageRange"];
|
|
194
215
|
function ownKeys(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
195
|
-
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var
|
|
216
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var _context2, _context3; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context2 = ownKeys(Object(t), !0)).call(_context2, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context3 = ownKeys(Object(t))).call(_context3, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
196
217
|
const mapRangeToListOfOptions = perPageRange => {
|
|
197
218
|
switch (perPageRange) {
|
|
198
219
|
case 'xs':
|
|
@@ -204,10 +225,11 @@ const mapRangeToListOfOptions = perPageRange => {
|
|
|
204
225
|
case 'l':
|
|
205
226
|
return [200, 500];
|
|
206
227
|
default:
|
|
207
|
-
throw new Error(
|
|
228
|
+
throw new Error("Invalid page range \"".concat(perPageRange, "\", expected one of \"xs,s,m,l\"."));
|
|
208
229
|
}
|
|
209
230
|
};
|
|
210
231
|
const PageSizeSelector = _ref => {
|
|
232
|
+
var _context;
|
|
211
233
|
let _ref$perPage = _ref.perPage,
|
|
212
234
|
perPage = _ref$perPage === void 0 ? 20 : _ref$perPage,
|
|
213
235
|
_ref$perPageRange = _ref.perPageRange,
|
|
@@ -218,7 +240,7 @@ const PageSizeSelector = _ref => {
|
|
|
218
240
|
perPageSelectorId = _useState2[0];
|
|
219
241
|
const options = mapRangeToListOfOptions(perPageRange);
|
|
220
242
|
const hasValidPerPageOption = _includesInstanceProperty__default["default"](options).call(options, perPage);
|
|
221
|
-
process.env.NODE_ENV !== "production" ? utils.warning(hasValidPerPageOption,
|
|
243
|
+
process.env.NODE_ENV !== "production" ? utils.warning(hasValidPerPageOption, _concatInstanceProperty__default["default"](_context = "@commercetools-uikit/pagination: invalid page size ".concat(perPage, ". It must be one of the values of the selected range in \"")).call(_context, options.toString(), "\".")) : void 0;
|
|
222
244
|
const onPerPageChange = props.onPerPageChange;
|
|
223
245
|
const handleSelectPerPage = react.useCallback(event => {
|
|
224
246
|
onPerPageChange(Number(event.target.value));
|
|
@@ -290,7 +312,7 @@ Pagination.displayName = 'Pagination';
|
|
|
290
312
|
var Pagination$1 = Pagination;
|
|
291
313
|
|
|
292
314
|
// NOTE: This string will be replaced on build time with the package version.
|
|
293
|
-
var version = "20.
|
|
315
|
+
var version = "20.3.1";
|
|
294
316
|
|
|
295
317
|
exports.PageNavigator = PageNavigator$1;
|
|
296
318
|
exports.PageSizeSelector = PageSizeSelector$1;
|
|
@@ -9,6 +9,7 @@ var jsxRuntime = require('@emotion/react/jsx-runtime');
|
|
|
9
9
|
var _defineProperty = require('@babel/runtime-corejs3/helpers/defineProperty');
|
|
10
10
|
var _slicedToArray = require('@babel/runtime-corejs3/helpers/slicedToArray');
|
|
11
11
|
var _includesInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instance/includes');
|
|
12
|
+
require('@babel/runtime-corejs3/core-js-stable/instance/concat');
|
|
12
13
|
var _mapInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instance/map');
|
|
13
14
|
var _Object$keys = require('@babel/runtime-corejs3/core-js-stable/object/keys');
|
|
14
15
|
var _Object$getOwnPropertySymbols = require('@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols');
|
|
@@ -69,24 +70,35 @@ const normalizePageValue = (value, totalPages) => {
|
|
|
69
70
|
|
|
70
71
|
var messages$2 = reactIntl.defineMessages({
|
|
71
72
|
page: {
|
|
72
|
-
id:
|
|
73
|
-
|
|
74
|
-
|
|
73
|
+
id: "UIKit.Pagination.PageNavigator.page",
|
|
74
|
+
defaultMessage: [{
|
|
75
|
+
"type": 0,
|
|
76
|
+
"value": "Page"
|
|
77
|
+
}]
|
|
75
78
|
},
|
|
76
79
|
pageCount: {
|
|
77
|
-
id:
|
|
78
|
-
|
|
79
|
-
|
|
80
|
+
id: "UIKit.Pagination.PageNavigator.pageCount",
|
|
81
|
+
defaultMessage: [{
|
|
82
|
+
"type": 0,
|
|
83
|
+
"value": "of "
|
|
84
|
+
}, {
|
|
85
|
+
"type": 1,
|
|
86
|
+
"value": "count"
|
|
87
|
+
}]
|
|
80
88
|
},
|
|
81
89
|
previousPageLabel: {
|
|
82
|
-
id:
|
|
83
|
-
|
|
84
|
-
|
|
90
|
+
id: "UIKit.Pagination.PageNavigator.previousPageLabel",
|
|
91
|
+
defaultMessage: [{
|
|
92
|
+
"type": 0,
|
|
93
|
+
"value": "Previous page"
|
|
94
|
+
}]
|
|
85
95
|
},
|
|
86
96
|
nextPageLabel: {
|
|
87
|
-
id:
|
|
88
|
-
|
|
89
|
-
|
|
97
|
+
id: "UIKit.Pagination.PageNavigator.nextPageLabel",
|
|
98
|
+
defaultMessage: [{
|
|
99
|
+
"type": 0,
|
|
100
|
+
"value": "Next page"
|
|
101
|
+
}]
|
|
90
102
|
}
|
|
91
103
|
});
|
|
92
104
|
|
|
@@ -183,16 +195,24 @@ var PageNavigator$1 = PageNavigator;
|
|
|
183
195
|
|
|
184
196
|
const messages = reactIntl.defineMessages({
|
|
185
197
|
pageSize: {
|
|
186
|
-
id:
|
|
187
|
-
|
|
188
|
-
|
|
198
|
+
id: "UIKit.Pagination.PageSizeSelector.pageSize",
|
|
199
|
+
defaultMessage: [{
|
|
200
|
+
"type": 0,
|
|
201
|
+
"value": "Items per page ("
|
|
202
|
+
}, {
|
|
203
|
+
"type": 1,
|
|
204
|
+
"value": "count"
|
|
205
|
+
}, {
|
|
206
|
+
"type": 0,
|
|
207
|
+
"value": " items)"
|
|
208
|
+
}]
|
|
189
209
|
}
|
|
190
210
|
});
|
|
191
211
|
var messages$1 = messages;
|
|
192
212
|
|
|
193
213
|
const _excluded$1 = ["perPage", "perPageRange"];
|
|
194
214
|
function ownKeys(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
195
|
-
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var
|
|
215
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var _context2, _context3; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context2 = ownKeys(Object(t), !0)).call(_context2, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context3 = ownKeys(Object(t))).call(_context3, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
196
216
|
const mapRangeToListOfOptions = perPageRange => {
|
|
197
217
|
switch (perPageRange) {
|
|
198
218
|
case 'xs':
|
|
@@ -204,7 +224,7 @@ const mapRangeToListOfOptions = perPageRange => {
|
|
|
204
224
|
case 'l':
|
|
205
225
|
return [200, 500];
|
|
206
226
|
default:
|
|
207
|
-
throw new Error(
|
|
227
|
+
throw new Error("Invalid page range \"".concat(perPageRange, "\", expected one of \"xs,s,m,l\"."));
|
|
208
228
|
}
|
|
209
229
|
};
|
|
210
230
|
const PageSizeSelector = _ref => {
|
|
@@ -284,7 +304,7 @@ Pagination.displayName = 'Pagination';
|
|
|
284
304
|
var Pagination$1 = Pagination;
|
|
285
305
|
|
|
286
306
|
// NOTE: This string will be replaced on build time with the package version.
|
|
287
|
-
var version = "20.
|
|
307
|
+
var version = "20.3.1";
|
|
288
308
|
|
|
289
309
|
exports.PageNavigator = PageNavigator$1;
|
|
290
310
|
exports.PageSizeSelector = PageSizeSelector$1;
|
|
@@ -5,6 +5,7 @@ import { jsx, jsxs } from '@emotion/react/jsx-runtime';
|
|
|
5
5
|
import _defineProperty from '@babel/runtime-corejs3/helpers/esm/defineProperty';
|
|
6
6
|
import _slicedToArray from '@babel/runtime-corejs3/helpers/esm/slicedToArray';
|
|
7
7
|
import _includesInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/includes';
|
|
8
|
+
import _concatInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/concat';
|
|
8
9
|
import _mapInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/map';
|
|
9
10
|
import _Object$keys from '@babel/runtime-corejs3/core-js-stable/object/keys';
|
|
10
11
|
import _Object$getOwnPropertySymbols from '@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols';
|
|
@@ -44,24 +45,35 @@ const normalizePageValue = (value, totalPages) => {
|
|
|
44
45
|
|
|
45
46
|
var messages$2 = defineMessages({
|
|
46
47
|
page: {
|
|
47
|
-
id:
|
|
48
|
-
|
|
49
|
-
|
|
48
|
+
id: "UIKit.Pagination.PageNavigator.page",
|
|
49
|
+
defaultMessage: [{
|
|
50
|
+
"type": 0,
|
|
51
|
+
"value": "Page"
|
|
52
|
+
}]
|
|
50
53
|
},
|
|
51
54
|
pageCount: {
|
|
52
|
-
id:
|
|
53
|
-
|
|
54
|
-
|
|
55
|
+
id: "UIKit.Pagination.PageNavigator.pageCount",
|
|
56
|
+
defaultMessage: [{
|
|
57
|
+
"type": 0,
|
|
58
|
+
"value": "of "
|
|
59
|
+
}, {
|
|
60
|
+
"type": 1,
|
|
61
|
+
"value": "count"
|
|
62
|
+
}]
|
|
55
63
|
},
|
|
56
64
|
previousPageLabel: {
|
|
57
|
-
id:
|
|
58
|
-
|
|
59
|
-
|
|
65
|
+
id: "UIKit.Pagination.PageNavigator.previousPageLabel",
|
|
66
|
+
defaultMessage: [{
|
|
67
|
+
"type": 0,
|
|
68
|
+
"value": "Previous page"
|
|
69
|
+
}]
|
|
60
70
|
},
|
|
61
71
|
nextPageLabel: {
|
|
62
|
-
id:
|
|
63
|
-
|
|
64
|
-
|
|
72
|
+
id: "UIKit.Pagination.PageNavigator.nextPageLabel",
|
|
73
|
+
defaultMessage: [{
|
|
74
|
+
"type": 0,
|
|
75
|
+
"value": "Next page"
|
|
76
|
+
}]
|
|
65
77
|
}
|
|
66
78
|
});
|
|
67
79
|
|
|
@@ -158,16 +170,24 @@ var PageNavigator$1 = PageNavigator;
|
|
|
158
170
|
|
|
159
171
|
const messages = defineMessages({
|
|
160
172
|
pageSize: {
|
|
161
|
-
id:
|
|
162
|
-
|
|
163
|
-
|
|
173
|
+
id: "UIKit.Pagination.PageSizeSelector.pageSize",
|
|
174
|
+
defaultMessage: [{
|
|
175
|
+
"type": 0,
|
|
176
|
+
"value": "Items per page ("
|
|
177
|
+
}, {
|
|
178
|
+
"type": 1,
|
|
179
|
+
"value": "count"
|
|
180
|
+
}, {
|
|
181
|
+
"type": 0,
|
|
182
|
+
"value": " items)"
|
|
183
|
+
}]
|
|
164
184
|
}
|
|
165
185
|
});
|
|
166
186
|
var messages$1 = messages;
|
|
167
187
|
|
|
168
188
|
const _excluded$1 = ["perPage", "perPageRange"];
|
|
169
189
|
function ownKeys(e, r) { var t = _Object$keys(e); if (_Object$getOwnPropertySymbols) { var o = _Object$getOwnPropertySymbols(e); r && (o = _filterInstanceProperty(o).call(o, function (r) { return _Object$getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
170
|
-
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var
|
|
190
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var _context2, _context3; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty(_context2 = ownKeys(Object(t), !0)).call(_context2, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors ? _Object$defineProperties(e, _Object$getOwnPropertyDescriptors(t)) : _forEachInstanceProperty(_context3 = ownKeys(Object(t))).call(_context3, function (r) { _Object$defineProperty(e, r, _Object$getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
171
191
|
const mapRangeToListOfOptions = perPageRange => {
|
|
172
192
|
switch (perPageRange) {
|
|
173
193
|
case 'xs':
|
|
@@ -179,10 +199,11 @@ const mapRangeToListOfOptions = perPageRange => {
|
|
|
179
199
|
case 'l':
|
|
180
200
|
return [200, 500];
|
|
181
201
|
default:
|
|
182
|
-
throw new Error(
|
|
202
|
+
throw new Error("Invalid page range \"".concat(perPageRange, "\", expected one of \"xs,s,m,l\"."));
|
|
183
203
|
}
|
|
184
204
|
};
|
|
185
205
|
const PageSizeSelector = _ref => {
|
|
206
|
+
var _context;
|
|
186
207
|
let _ref$perPage = _ref.perPage,
|
|
187
208
|
perPage = _ref$perPage === void 0 ? 20 : _ref$perPage,
|
|
188
209
|
_ref$perPageRange = _ref.perPageRange,
|
|
@@ -193,7 +214,7 @@ const PageSizeSelector = _ref => {
|
|
|
193
214
|
perPageSelectorId = _useState2[0];
|
|
194
215
|
const options = mapRangeToListOfOptions(perPageRange);
|
|
195
216
|
const hasValidPerPageOption = _includesInstanceProperty(options).call(options, perPage);
|
|
196
|
-
process.env.NODE_ENV !== "production" ? warning(hasValidPerPageOption,
|
|
217
|
+
process.env.NODE_ENV !== "production" ? warning(hasValidPerPageOption, _concatInstanceProperty(_context = "@commercetools-uikit/pagination: invalid page size ".concat(perPage, ". It must be one of the values of the selected range in \"")).call(_context, options.toString(), "\".")) : void 0;
|
|
197
218
|
const onPerPageChange = props.onPerPageChange;
|
|
198
219
|
const handleSelectPerPage = useCallback(event => {
|
|
199
220
|
onPerPageChange(Number(event.target.value));
|
|
@@ -265,6 +286,6 @@ Pagination.displayName = 'Pagination';
|
|
|
265
286
|
var Pagination$1 = Pagination;
|
|
266
287
|
|
|
267
288
|
// NOTE: This string will be replaced on build time with the package version.
|
|
268
|
-
var version = "20.
|
|
289
|
+
var version = "20.3.1";
|
|
269
290
|
|
|
270
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.3.1",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,23 +21,23 @@
|
|
|
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.3.1",
|
|
25
|
+
"@commercetools-uikit/design-system": "20.3.1",
|
|
26
|
+
"@commercetools-uikit/icons": "20.3.1",
|
|
27
|
+
"@commercetools-uikit/label": "20.3.1",
|
|
28
|
+
"@commercetools-uikit/number-input": "20.3.1",
|
|
29
|
+
"@commercetools-uikit/secondary-icon-button": "20.3.1",
|
|
30
|
+
"@commercetools-uikit/select-input": "20.3.1",
|
|
31
|
+
"@commercetools-uikit/spacings": "20.3.1",
|
|
32
|
+
"@commercetools-uikit/text": "20.3.1",
|
|
33
|
+
"@commercetools-uikit/utils": "20.3.1",
|
|
34
34
|
"@emotion/react": "^11.10.5",
|
|
35
35
|
"@emotion/styled": "^11.10.5",
|
|
36
36
|
"formik": "^2.4.6",
|
|
37
|
-
"lodash": "4.17.
|
|
37
|
+
"lodash": "4.17.23"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"react": "19.
|
|
40
|
+
"react": "19.2.0",
|
|
41
41
|
"react-intl": "^7.1.4"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|