@commercetools-uikit/date-time-input 14.0.0 → 14.0.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.
|
@@ -508,7 +508,7 @@ DateTimeInput.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
508
508
|
var dateTimeInput = reactIntl.injectIntl(DateTimeInput);
|
|
509
509
|
|
|
510
510
|
// NOTE: This string will be replaced on build time with the package version.
|
|
511
|
-
var version = "14.0.
|
|
511
|
+
var version = "14.0.1";
|
|
512
512
|
|
|
513
513
|
exports["default"] = dateTimeInput;
|
|
514
514
|
exports.version = version;
|
|
@@ -488,7 +488,7 @@ DateTimeInput.propTypes = {};
|
|
|
488
488
|
var dateTimeInput = reactIntl.injectIntl(DateTimeInput);
|
|
489
489
|
|
|
490
490
|
// NOTE: This string will be replaced on build time with the package version.
|
|
491
|
-
var version = "14.0.
|
|
491
|
+
var version = "14.0.1";
|
|
492
492
|
|
|
493
493
|
exports["default"] = dateTimeInput;
|
|
494
494
|
exports.version = version;
|
|
@@ -485,6 +485,6 @@ DateTimeInput.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
485
485
|
var dateTimeInput = injectIntl(DateTimeInput);
|
|
486
486
|
|
|
487
487
|
// NOTE: This string will be replaced on build time with the package version.
|
|
488
|
-
var version = "14.0.
|
|
488
|
+
var version = "14.0.1";
|
|
489
489
|
|
|
490
490
|
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": "14.0.
|
|
4
|
+
"version": "14.0.1",
|
|
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.17.2",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.17.2",
|
|
24
|
-
"@commercetools-uikit/accessible-button": "14.0.
|
|
25
|
-
"@commercetools-uikit/calendar-time-utils": "14.0.
|
|
26
|
-
"@commercetools-uikit/calendar-utils": "14.0.
|
|
27
|
-
"@commercetools-uikit/constraints": "14.0.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "14.0.1",
|
|
25
|
+
"@commercetools-uikit/calendar-time-utils": "14.0.1",
|
|
26
|
+
"@commercetools-uikit/calendar-utils": "14.0.1",
|
|
27
|
+
"@commercetools-uikit/constraints": "14.0.1",
|
|
28
28
|
"@commercetools-uikit/design-system": "14.0.0",
|
|
29
|
-
"@commercetools-uikit/hooks": "14.0.
|
|
30
|
-
"@commercetools-uikit/icons": "14.0.
|
|
31
|
-
"@commercetools-uikit/secondary-icon-button": "14.0.
|
|
32
|
-
"@commercetools-uikit/select-utils": "14.0.
|
|
33
|
-
"@commercetools-uikit/spacings-inline": "14.0.
|
|
34
|
-
"@commercetools-uikit/text": "14.0.
|
|
35
|
-
"@commercetools-uikit/tooltip": "14.0.
|
|
36
|
-
"@commercetools-uikit/utils": "14.0.
|
|
29
|
+
"@commercetools-uikit/hooks": "14.0.1",
|
|
30
|
+
"@commercetools-uikit/icons": "14.0.1",
|
|
31
|
+
"@commercetools-uikit/secondary-icon-button": "14.0.1",
|
|
32
|
+
"@commercetools-uikit/select-utils": "14.0.1",
|
|
33
|
+
"@commercetools-uikit/spacings-inline": "14.0.1",
|
|
34
|
+
"@commercetools-uikit/text": "14.0.1",
|
|
35
|
+
"@commercetools-uikit/tooltip": "14.0.1",
|
|
36
|
+
"@commercetools-uikit/utils": "14.0.1",
|
|
37
37
|
"@emotion/react": "^11.4.0",
|
|
38
38
|
"@emotion/styled": "^11.3.0",
|
|
39
39
|
"downshift": "6.1.7",
|