@commercetools-uikit/date-time-input 15.2.0 → 15.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.
|
@@ -501,7 +501,7 @@ DateTimeInput.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
501
501
|
var dateTimeInput = reactIntl.injectIntl(DateTimeInput);
|
|
502
502
|
|
|
503
503
|
// NOTE: This string will be replaced on build time with the package version.
|
|
504
|
-
var version = "15.2.
|
|
504
|
+
var version = "15.2.1";
|
|
505
505
|
|
|
506
506
|
exports["default"] = dateTimeInput;
|
|
507
507
|
exports.version = version;
|
|
@@ -479,7 +479,7 @@ DateTimeInput.propTypes = {};
|
|
|
479
479
|
var dateTimeInput = reactIntl.injectIntl(DateTimeInput);
|
|
480
480
|
|
|
481
481
|
// NOTE: This string will be replaced on build time with the package version.
|
|
482
|
-
var version = "15.2.
|
|
482
|
+
var version = "15.2.1";
|
|
483
483
|
|
|
484
484
|
exports["default"] = dateTimeInput;
|
|
485
485
|
exports.version = version;
|
|
@@ -478,6 +478,6 @@ DateTimeInput.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
478
478
|
var dateTimeInput = injectIntl(DateTimeInput);
|
|
479
479
|
|
|
480
480
|
// NOTE: This string will be replaced on build time with the package version.
|
|
481
|
-
var version = "15.2.
|
|
481
|
+
var version = "15.2.1";
|
|
482
482
|
|
|
483
483
|
export { dateTimeInput as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/date-time-input",
|
|
3
3
|
"description": "The `DateTimeInput` component allows the user to select a date. This component also supports multiple date selection.",
|
|
4
|
-
"version": "15.2.
|
|
4
|
+
"version": "15.2.1",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,22 +21,22 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.17.2",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.17.2",
|
|
24
|
-
"@commercetools-uikit/accessible-button": "15.2.
|
|
25
|
-
"@commercetools-uikit/calendar-time-utils": "15.2.
|
|
26
|
-
"@commercetools-uikit/calendar-utils": "15.2.
|
|
27
|
-
"@commercetools-uikit/constraints": "15.2.
|
|
28
|
-
"@commercetools-uikit/design-system": "15.2.
|
|
29
|
-
"@commercetools-uikit/hooks": "15.2.
|
|
30
|
-
"@commercetools-uikit/icons": "15.2.
|
|
31
|
-
"@commercetools-uikit/secondary-icon-button": "15.2.
|
|
32
|
-
"@commercetools-uikit/select-utils": "15.2.
|
|
33
|
-
"@commercetools-uikit/spacings-inline": "15.2.
|
|
34
|
-
"@commercetools-uikit/text": "15.2.
|
|
35
|
-
"@commercetools-uikit/tooltip": "15.2.
|
|
36
|
-
"@commercetools-uikit/utils": "15.2.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "15.2.1",
|
|
25
|
+
"@commercetools-uikit/calendar-time-utils": "15.2.1",
|
|
26
|
+
"@commercetools-uikit/calendar-utils": "15.2.1",
|
|
27
|
+
"@commercetools-uikit/constraints": "15.2.1",
|
|
28
|
+
"@commercetools-uikit/design-system": "15.2.1",
|
|
29
|
+
"@commercetools-uikit/hooks": "15.2.1",
|
|
30
|
+
"@commercetools-uikit/icons": "15.2.1",
|
|
31
|
+
"@commercetools-uikit/secondary-icon-button": "15.2.1",
|
|
32
|
+
"@commercetools-uikit/select-utils": "15.2.1",
|
|
33
|
+
"@commercetools-uikit/spacings-inline": "15.2.1",
|
|
34
|
+
"@commercetools-uikit/text": "15.2.1",
|
|
35
|
+
"@commercetools-uikit/tooltip": "15.2.1",
|
|
36
|
+
"@commercetools-uikit/utils": "15.2.1",
|
|
37
37
|
"@emotion/react": "^11.4.0",
|
|
38
38
|
"@emotion/styled": "^11.3.0",
|
|
39
|
-
"downshift": "6.1.
|
|
39
|
+
"downshift": "6.1.9",
|
|
40
40
|
"prop-types": "15.8.1",
|
|
41
41
|
"react-is": "17.0.2",
|
|
42
42
|
"warning": "4.0.3"
|