@commercetools-uikit/date-range-input 18.4.0 → 18.5.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.
|
@@ -458,7 +458,7 @@ DateRangeInput.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
458
458
|
var dateRangeInput = reactIntl.injectIntl(DateRangeInput);
|
|
459
459
|
|
|
460
460
|
// NOTE: This string will be replaced on build time with the package version.
|
|
461
|
-
var version = "18.
|
|
461
|
+
var version = "18.5.0";
|
|
462
462
|
|
|
463
463
|
exports["default"] = dateRangeInput;
|
|
464
464
|
exports.version = version;
|
|
@@ -441,7 +441,7 @@ DateRangeInput.propTypes = {};
|
|
|
441
441
|
var dateRangeInput = reactIntl.injectIntl(DateRangeInput);
|
|
442
442
|
|
|
443
443
|
// NOTE: This string will be replaced on build time with the package version.
|
|
444
|
-
var version = "18.
|
|
444
|
+
var version = "18.5.0";
|
|
445
445
|
|
|
446
446
|
exports["default"] = dateRangeInput;
|
|
447
447
|
exports.version = version;
|
|
@@ -434,6 +434,6 @@ DateRangeInput.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
434
434
|
var dateRangeInput = injectIntl(DateRangeInput);
|
|
435
435
|
|
|
436
436
|
// NOTE: This string will be replaced on build time with the package version.
|
|
437
|
-
var version = "18.
|
|
437
|
+
var version = "18.5.0";
|
|
438
438
|
|
|
439
439
|
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": "18.
|
|
4
|
+
"version": "18.5.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,19 +21,19 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/accessible-button": "18.
|
|
25
|
-
"@commercetools-uikit/calendar-time-utils": "18.
|
|
26
|
-
"@commercetools-uikit/calendar-utils": "18.
|
|
27
|
-
"@commercetools-uikit/constraints": "18.
|
|
28
|
-
"@commercetools-uikit/design-system": "18.
|
|
29
|
-
"@commercetools-uikit/hooks": "18.
|
|
30
|
-
"@commercetools-uikit/icons": "18.
|
|
31
|
-
"@commercetools-uikit/secondary-icon-button": "18.
|
|
32
|
-
"@commercetools-uikit/select-utils": "18.
|
|
33
|
-
"@commercetools-uikit/spacings-inline": "18.
|
|
34
|
-
"@commercetools-uikit/text": "18.
|
|
35
|
-
"@commercetools-uikit/tooltip": "18.
|
|
36
|
-
"@commercetools-uikit/utils": "18.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "18.5.0",
|
|
25
|
+
"@commercetools-uikit/calendar-time-utils": "18.5.0",
|
|
26
|
+
"@commercetools-uikit/calendar-utils": "18.5.0",
|
|
27
|
+
"@commercetools-uikit/constraints": "18.5.0",
|
|
28
|
+
"@commercetools-uikit/design-system": "18.5.0",
|
|
29
|
+
"@commercetools-uikit/hooks": "18.5.0",
|
|
30
|
+
"@commercetools-uikit/icons": "18.5.0",
|
|
31
|
+
"@commercetools-uikit/secondary-icon-button": "18.5.0",
|
|
32
|
+
"@commercetools-uikit/select-utils": "18.5.0",
|
|
33
|
+
"@commercetools-uikit/spacings-inline": "18.5.0",
|
|
34
|
+
"@commercetools-uikit/text": "18.5.0",
|
|
35
|
+
"@commercetools-uikit/tooltip": "18.5.0",
|
|
36
|
+
"@commercetools-uikit/utils": "18.5.0",
|
|
37
37
|
"@emotion/react": "^11.10.5",
|
|
38
38
|
"@emotion/styled": "^11.10.5",
|
|
39
39
|
"downshift": "6.1.12",
|