@commercetools-uikit/date-range-input 20.2.2 → 20.3.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.
|
@@ -21,7 +21,7 @@ var _mapInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instan
|
|
|
21
21
|
var _trimInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instance/trim');
|
|
22
22
|
var _sortInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instance/sort');
|
|
23
23
|
var _fillInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instance/fill');
|
|
24
|
-
var
|
|
24
|
+
var _concatInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instance/concat');
|
|
25
25
|
var react = require('react');
|
|
26
26
|
var Downshift = require('downshift');
|
|
27
27
|
var reactIntl = require('react-intl');
|
|
@@ -46,12 +46,12 @@ var _mapInstanceProperty__default = /*#__PURE__*/_interopDefault(_mapInstancePro
|
|
|
46
46
|
var _trimInstanceProperty__default = /*#__PURE__*/_interopDefault(_trimInstanceProperty);
|
|
47
47
|
var _sortInstanceProperty__default = /*#__PURE__*/_interopDefault(_sortInstanceProperty);
|
|
48
48
|
var _fillInstanceProperty__default = /*#__PURE__*/_interopDefault(_fillInstanceProperty);
|
|
49
|
-
var
|
|
49
|
+
var _concatInstanceProperty__default = /*#__PURE__*/_interopDefault(_concatInstanceProperty);
|
|
50
50
|
var Downshift__default = /*#__PURE__*/_interopDefault(Downshift);
|
|
51
51
|
var Constraints__default = /*#__PURE__*/_interopDefault(Constraints);
|
|
52
52
|
|
|
53
53
|
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; }
|
|
54
|
-
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var
|
|
54
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var _context5, _context6; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context5 = ownKeys(Object(t), !0)).call(_context5, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context6 = ownKeys(Object(t))).call(_context6, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
55
55
|
function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? _Reflect$construct__default["default"](o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }
|
|
56
56
|
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(_Reflect$construct__default["default"](Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function () { return !!t; })(); }
|
|
57
57
|
const preventDownshiftDefault = event => {
|
|
@@ -138,7 +138,10 @@ let DateRangeInput = /*#__PURE__*/function (_Component) {
|
|
|
138
138
|
_this.setState(prevState => ({
|
|
139
139
|
calendarDate: today,
|
|
140
140
|
highlightedIndex: prevState.suggestedItems.length + calendarUtils.getDateInMonth(today) - 1
|
|
141
|
-
}), () =>
|
|
141
|
+
}), () => {
|
|
142
|
+
var _this$inputRef$curren;
|
|
143
|
+
return (_this$inputRef$curren = _this.inputRef.current) === null || _this$inputRef$curren === void 0 ? void 0 : _this$inputRef$curren.focus();
|
|
144
|
+
});
|
|
142
145
|
};
|
|
143
146
|
_this.handleBlur = () => {
|
|
144
147
|
if (_this.props.onBlur) _this.props.onBlur({
|
|
@@ -149,7 +152,8 @@ let DateRangeInput = /*#__PURE__*/function (_Component) {
|
|
|
149
152
|
});
|
|
150
153
|
};
|
|
151
154
|
_this.emit = unsortedRange => {
|
|
152
|
-
_this
|
|
155
|
+
var _this$props$onChange, _this$props;
|
|
156
|
+
(_this$props$onChange = (_this$props = _this.props).onChange) === null || _this$props$onChange === void 0 || _this$props$onChange.call(_this$props, {
|
|
153
157
|
target: {
|
|
154
158
|
id: _this.props.id,
|
|
155
159
|
name: _this.props.name,
|
|
@@ -265,7 +269,7 @@ let DateRangeInput = /*#__PURE__*/function (_Component) {
|
|
|
265
269
|
},
|
|
266
270
|
isOpen: this.state.isOpen,
|
|
267
271
|
children: _ref2 => {
|
|
268
|
-
var _context3;
|
|
272
|
+
var _context3, _context4;
|
|
269
273
|
let getInputProps = _ref2.getInputProps,
|
|
270
274
|
getMenuProps = _ref2.getMenuProps,
|
|
271
275
|
getItemProps = _ref2.getItemProps,
|
|
@@ -296,7 +300,7 @@ let DateRangeInput = /*#__PURE__*/function (_Component) {
|
|
|
296
300
|
// between the <label for> and the <input id>.
|
|
297
301
|
'aria-labelledby': undefined,
|
|
298
302
|
name: this.props.name,
|
|
299
|
-
placeholder: typeof this.props.placeholder === 'string' ? this.props.placeholder :
|
|
303
|
+
placeholder: typeof this.props.placeholder === 'string' ? this.props.placeholder : _concatInstanceProperty__default["default"](_context4 = "".concat(calendarTimeUtils.getLocalizedDateTimeFormatPattern(this.props.intl.locale), " - ")).call(_context4, calendarTimeUtils.getLocalizedDateTimeFormatPattern(this.props.intl.locale)),
|
|
300
304
|
onMouseEnter: () => {
|
|
301
305
|
// we remove the highlight so that the user can use the
|
|
302
306
|
// arrow keys to move the cursor when hovering
|
|
@@ -304,12 +308,11 @@ let DateRangeInput = /*#__PURE__*/function (_Component) {
|
|
|
304
308
|
if (isOpen) setHighlightedIndex(null);
|
|
305
309
|
},
|
|
306
310
|
onKeyDown: event => {
|
|
307
|
-
var _context4, _context5;
|
|
308
311
|
if (this.props.isReadOnly) {
|
|
309
312
|
preventDownshiftDefault(event);
|
|
310
313
|
return;
|
|
311
314
|
}
|
|
312
|
-
if (event.key === 'Enter' && (
|
|
315
|
+
if (event.key === 'Enter' && (inputValue === null || inputValue === void 0 ? void 0 : _trimInstanceProperty__default["default"](inputValue).call(inputValue)) === '' &&
|
|
313
316
|
// do not clear value when user presses Enter to
|
|
314
317
|
// select the end date (so only clear when there is no
|
|
315
318
|
// startDate)
|
|
@@ -439,7 +442,7 @@ DateRangeInput.isEmpty = range => range.length === 0;
|
|
|
439
442
|
var dateRangeInput = reactIntl.injectIntl(DateRangeInput);
|
|
440
443
|
|
|
441
444
|
// NOTE: This string will be replaced on build time with the package version.
|
|
442
|
-
var version = "20.
|
|
445
|
+
var version = "20.3.0";
|
|
443
446
|
|
|
444
447
|
exports["default"] = dateRangeInput;
|
|
445
448
|
exports.version = version;
|
|
@@ -21,7 +21,7 @@ var _mapInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instan
|
|
|
21
21
|
var _trimInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instance/trim');
|
|
22
22
|
var _sortInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instance/sort');
|
|
23
23
|
var _fillInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instance/fill');
|
|
24
|
-
var
|
|
24
|
+
var _concatInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instance/concat');
|
|
25
25
|
var react = require('react');
|
|
26
26
|
var Downshift = require('downshift');
|
|
27
27
|
var reactIntl = require('react-intl');
|
|
@@ -46,12 +46,12 @@ var _mapInstanceProperty__default = /*#__PURE__*/_interopDefault(_mapInstancePro
|
|
|
46
46
|
var _trimInstanceProperty__default = /*#__PURE__*/_interopDefault(_trimInstanceProperty);
|
|
47
47
|
var _sortInstanceProperty__default = /*#__PURE__*/_interopDefault(_sortInstanceProperty);
|
|
48
48
|
var _fillInstanceProperty__default = /*#__PURE__*/_interopDefault(_fillInstanceProperty);
|
|
49
|
-
var
|
|
49
|
+
var _concatInstanceProperty__default = /*#__PURE__*/_interopDefault(_concatInstanceProperty);
|
|
50
50
|
var Downshift__default = /*#__PURE__*/_interopDefault(Downshift);
|
|
51
51
|
var Constraints__default = /*#__PURE__*/_interopDefault(Constraints);
|
|
52
52
|
|
|
53
53
|
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; }
|
|
54
|
-
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var
|
|
54
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var _context5, _context6; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context5 = ownKeys(Object(t), !0)).call(_context5, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context6 = ownKeys(Object(t))).call(_context6, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
55
55
|
function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? _Reflect$construct__default["default"](o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }
|
|
56
56
|
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(_Reflect$construct__default["default"](Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function () { return !!t; })(); }
|
|
57
57
|
const preventDownshiftDefault = event => {
|
|
@@ -138,7 +138,10 @@ let DateRangeInput = /*#__PURE__*/function (_Component) {
|
|
|
138
138
|
_this.setState(prevState => ({
|
|
139
139
|
calendarDate: today,
|
|
140
140
|
highlightedIndex: prevState.suggestedItems.length + calendarUtils.getDateInMonth(today) - 1
|
|
141
|
-
}), () =>
|
|
141
|
+
}), () => {
|
|
142
|
+
var _this$inputRef$curren;
|
|
143
|
+
return (_this$inputRef$curren = _this.inputRef.current) === null || _this$inputRef$curren === void 0 ? void 0 : _this$inputRef$curren.focus();
|
|
144
|
+
});
|
|
142
145
|
};
|
|
143
146
|
_this.handleBlur = () => {
|
|
144
147
|
if (_this.props.onBlur) _this.props.onBlur({
|
|
@@ -149,7 +152,8 @@ let DateRangeInput = /*#__PURE__*/function (_Component) {
|
|
|
149
152
|
});
|
|
150
153
|
};
|
|
151
154
|
_this.emit = unsortedRange => {
|
|
152
|
-
_this
|
|
155
|
+
var _this$props$onChange, _this$props;
|
|
156
|
+
(_this$props$onChange = (_this$props = _this.props).onChange) === null || _this$props$onChange === void 0 || _this$props$onChange.call(_this$props, {
|
|
153
157
|
target: {
|
|
154
158
|
id: _this.props.id,
|
|
155
159
|
name: _this.props.name,
|
|
@@ -265,7 +269,7 @@ let DateRangeInput = /*#__PURE__*/function (_Component) {
|
|
|
265
269
|
},
|
|
266
270
|
isOpen: this.state.isOpen,
|
|
267
271
|
children: _ref2 => {
|
|
268
|
-
var _context3;
|
|
272
|
+
var _context3, _context4;
|
|
269
273
|
let getInputProps = _ref2.getInputProps,
|
|
270
274
|
getMenuProps = _ref2.getMenuProps,
|
|
271
275
|
getItemProps = _ref2.getItemProps,
|
|
@@ -296,7 +300,7 @@ let DateRangeInput = /*#__PURE__*/function (_Component) {
|
|
|
296
300
|
// between the <label for> and the <input id>.
|
|
297
301
|
'aria-labelledby': undefined,
|
|
298
302
|
name: this.props.name,
|
|
299
|
-
placeholder: typeof this.props.placeholder === 'string' ? this.props.placeholder :
|
|
303
|
+
placeholder: typeof this.props.placeholder === 'string' ? this.props.placeholder : _concatInstanceProperty__default["default"](_context4 = "".concat(calendarTimeUtils.getLocalizedDateTimeFormatPattern(this.props.intl.locale), " - ")).call(_context4, calendarTimeUtils.getLocalizedDateTimeFormatPattern(this.props.intl.locale)),
|
|
300
304
|
onMouseEnter: () => {
|
|
301
305
|
// we remove the highlight so that the user can use the
|
|
302
306
|
// arrow keys to move the cursor when hovering
|
|
@@ -304,12 +308,11 @@ let DateRangeInput = /*#__PURE__*/function (_Component) {
|
|
|
304
308
|
if (isOpen) setHighlightedIndex(null);
|
|
305
309
|
},
|
|
306
310
|
onKeyDown: event => {
|
|
307
|
-
var _context4, _context5;
|
|
308
311
|
if (this.props.isReadOnly) {
|
|
309
312
|
preventDownshiftDefault(event);
|
|
310
313
|
return;
|
|
311
314
|
}
|
|
312
|
-
if (event.key === 'Enter' && (
|
|
315
|
+
if (event.key === 'Enter' && (inputValue === null || inputValue === void 0 ? void 0 : _trimInstanceProperty__default["default"](inputValue).call(inputValue)) === '' &&
|
|
313
316
|
// do not clear value when user presses Enter to
|
|
314
317
|
// select the end date (so only clear when there is no
|
|
315
318
|
// startDate)
|
|
@@ -439,7 +442,7 @@ DateRangeInput.isEmpty = range => range.length === 0;
|
|
|
439
442
|
var dateRangeInput = reactIntl.injectIntl(DateRangeInput);
|
|
440
443
|
|
|
441
444
|
// NOTE: This string will be replaced on build time with the package version.
|
|
442
|
-
var version = "20.
|
|
445
|
+
var version = "20.3.0";
|
|
443
446
|
|
|
444
447
|
exports["default"] = dateRangeInput;
|
|
445
448
|
exports.version = version;
|
|
@@ -17,7 +17,7 @@ import _mapInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance
|
|
|
17
17
|
import _trimInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/trim';
|
|
18
18
|
import _sortInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/sort';
|
|
19
19
|
import _fillInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/fill';
|
|
20
|
-
import
|
|
20
|
+
import _concatInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/concat';
|
|
21
21
|
import { Component, createRef } from 'react';
|
|
22
22
|
import Downshift from 'downshift';
|
|
23
23
|
import { injectIntl } from 'react-intl';
|
|
@@ -28,7 +28,7 @@ import { getLocalizedDateTimeFormatPattern } from '@commercetools-uikit/calendar
|
|
|
28
28
|
import { jsx, jsxs } from '@emotion/react/jsx-runtime';
|
|
29
29
|
|
|
30
30
|
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; }
|
|
31
|
-
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var
|
|
31
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var _context5, _context6; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty(_context5 = ownKeys(Object(t), !0)).call(_context5, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors ? _Object$defineProperties(e, _Object$getOwnPropertyDescriptors(t)) : _forEachInstanceProperty(_context6 = ownKeys(Object(t))).call(_context6, function (r) { _Object$defineProperty(e, r, _Object$getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
32
32
|
function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? _Reflect$construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }
|
|
33
33
|
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(_Reflect$construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function () { return !!t; })(); }
|
|
34
34
|
const preventDownshiftDefault = event => {
|
|
@@ -115,7 +115,10 @@ let DateRangeInput = /*#__PURE__*/function (_Component) {
|
|
|
115
115
|
_this.setState(prevState => ({
|
|
116
116
|
calendarDate: today,
|
|
117
117
|
highlightedIndex: prevState.suggestedItems.length + getDateInMonth(today) - 1
|
|
118
|
-
}), () =>
|
|
118
|
+
}), () => {
|
|
119
|
+
var _this$inputRef$curren;
|
|
120
|
+
return (_this$inputRef$curren = _this.inputRef.current) === null || _this$inputRef$curren === void 0 ? void 0 : _this$inputRef$curren.focus();
|
|
121
|
+
});
|
|
119
122
|
};
|
|
120
123
|
_this.handleBlur = () => {
|
|
121
124
|
if (_this.props.onBlur) _this.props.onBlur({
|
|
@@ -126,7 +129,8 @@ let DateRangeInput = /*#__PURE__*/function (_Component) {
|
|
|
126
129
|
});
|
|
127
130
|
};
|
|
128
131
|
_this.emit = unsortedRange => {
|
|
129
|
-
_this
|
|
132
|
+
var _this$props$onChange, _this$props;
|
|
133
|
+
(_this$props$onChange = (_this$props = _this.props).onChange) === null || _this$props$onChange === void 0 || _this$props$onChange.call(_this$props, {
|
|
130
134
|
target: {
|
|
131
135
|
id: _this.props.id,
|
|
132
136
|
name: _this.props.name,
|
|
@@ -242,7 +246,7 @@ let DateRangeInput = /*#__PURE__*/function (_Component) {
|
|
|
242
246
|
},
|
|
243
247
|
isOpen: this.state.isOpen,
|
|
244
248
|
children: _ref2 => {
|
|
245
|
-
var _context3;
|
|
249
|
+
var _context3, _context4;
|
|
246
250
|
let getInputProps = _ref2.getInputProps,
|
|
247
251
|
getMenuProps = _ref2.getMenuProps,
|
|
248
252
|
getItemProps = _ref2.getItemProps,
|
|
@@ -273,7 +277,7 @@ let DateRangeInput = /*#__PURE__*/function (_Component) {
|
|
|
273
277
|
// between the <label for> and the <input id>.
|
|
274
278
|
'aria-labelledby': undefined,
|
|
275
279
|
name: this.props.name,
|
|
276
|
-
placeholder: typeof this.props.placeholder === 'string' ? this.props.placeholder :
|
|
280
|
+
placeholder: typeof this.props.placeholder === 'string' ? this.props.placeholder : _concatInstanceProperty(_context4 = "".concat(getLocalizedDateTimeFormatPattern(this.props.intl.locale), " - ")).call(_context4, getLocalizedDateTimeFormatPattern(this.props.intl.locale)),
|
|
277
281
|
onMouseEnter: () => {
|
|
278
282
|
// we remove the highlight so that the user can use the
|
|
279
283
|
// arrow keys to move the cursor when hovering
|
|
@@ -281,12 +285,11 @@ let DateRangeInput = /*#__PURE__*/function (_Component) {
|
|
|
281
285
|
if (isOpen) setHighlightedIndex(null);
|
|
282
286
|
},
|
|
283
287
|
onKeyDown: event => {
|
|
284
|
-
var _context4, _context5;
|
|
285
288
|
if (this.props.isReadOnly) {
|
|
286
289
|
preventDownshiftDefault(event);
|
|
287
290
|
return;
|
|
288
291
|
}
|
|
289
|
-
if (event.key === 'Enter' && (
|
|
292
|
+
if (event.key === 'Enter' && (inputValue === null || inputValue === void 0 ? void 0 : _trimInstanceProperty(inputValue).call(inputValue)) === '' &&
|
|
290
293
|
// do not clear value when user presses Enter to
|
|
291
294
|
// select the end date (so only clear when there is no
|
|
292
295
|
// startDate)
|
|
@@ -416,6 +419,6 @@ DateRangeInput.isEmpty = range => range.length === 0;
|
|
|
416
419
|
var dateRangeInput = injectIntl(DateRangeInput);
|
|
417
420
|
|
|
418
421
|
// NOTE: This string will be replaced on build time with the package version.
|
|
419
|
-
var version = "20.
|
|
422
|
+
var version = "20.3.0";
|
|
420
423
|
|
|
421
424
|
export { dateRangeInput as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/date-range-input",
|
|
3
3
|
"description": "The `DateRangeInput` component allows the user to select a date range.",
|
|
4
|
-
"version": "20.
|
|
4
|
+
"version": "20.3.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,28 +21,28 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/accessible-button": "20.
|
|
25
|
-
"@commercetools-uikit/calendar-time-utils": "20.
|
|
26
|
-
"@commercetools-uikit/calendar-utils": "20.
|
|
27
|
-
"@commercetools-uikit/constraints": "20.
|
|
28
|
-
"@commercetools-uikit/design-system": "20.
|
|
29
|
-
"@commercetools-uikit/hooks": "20.
|
|
30
|
-
"@commercetools-uikit/icons": "20.
|
|
31
|
-
"@commercetools-uikit/secondary-icon-button": "20.
|
|
32
|
-
"@commercetools-uikit/select-utils": "20.
|
|
33
|
-
"@commercetools-uikit/spacings-inline": "20.
|
|
34
|
-
"@commercetools-uikit/text": "20.
|
|
35
|
-
"@commercetools-uikit/tooltip": "20.
|
|
36
|
-
"@commercetools-uikit/utils": "20.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "20.3.0",
|
|
25
|
+
"@commercetools-uikit/calendar-time-utils": "20.3.0",
|
|
26
|
+
"@commercetools-uikit/calendar-utils": "20.3.0",
|
|
27
|
+
"@commercetools-uikit/constraints": "20.3.0",
|
|
28
|
+
"@commercetools-uikit/design-system": "20.3.0",
|
|
29
|
+
"@commercetools-uikit/hooks": "20.3.0",
|
|
30
|
+
"@commercetools-uikit/icons": "20.3.0",
|
|
31
|
+
"@commercetools-uikit/secondary-icon-button": "20.3.0",
|
|
32
|
+
"@commercetools-uikit/select-utils": "20.3.0",
|
|
33
|
+
"@commercetools-uikit/spacings-inline": "20.3.0",
|
|
34
|
+
"@commercetools-uikit/text": "20.3.0",
|
|
35
|
+
"@commercetools-uikit/tooltip": "20.3.0",
|
|
36
|
+
"@commercetools-uikit/utils": "20.3.0",
|
|
37
37
|
"@emotion/react": "^11.10.5",
|
|
38
38
|
"@emotion/styled": "^11.10.5",
|
|
39
|
-
"downshift": "9.0.
|
|
40
|
-
"react-is": "19.
|
|
39
|
+
"downshift": "9.0.10",
|
|
40
|
+
"react-is": "19.2.0",
|
|
41
41
|
"warning": "4.0.3"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"moment": "2.30.1",
|
|
45
|
-
"react": "19.
|
|
45
|
+
"react": "19.2.0",
|
|
46
46
|
"react-intl": "^7.1.4"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|