@commercetools-uikit/date-time-input 14.0.2 → 14.0.3
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.
|
@@ -514,7 +514,7 @@ DateTimeInput.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
514
514
|
var dateTimeInput = reactIntl.injectIntl(DateTimeInput);
|
|
515
515
|
|
|
516
516
|
// NOTE: This string will be replaced on build time with the package version.
|
|
517
|
-
var version = "14.0.
|
|
517
|
+
var version = "14.0.3";
|
|
518
518
|
|
|
519
519
|
exports["default"] = dateTimeInput;
|
|
520
520
|
exports.version = version;
|
|
@@ -492,7 +492,7 @@ DateTimeInput.propTypes = {};
|
|
|
492
492
|
var dateTimeInput = reactIntl.injectIntl(DateTimeInput);
|
|
493
493
|
|
|
494
494
|
// NOTE: This string will be replaced on build time with the package version.
|
|
495
|
-
var version = "14.0.
|
|
495
|
+
var version = "14.0.3";
|
|
496
496
|
|
|
497
497
|
exports["default"] = dateTimeInput;
|
|
498
498
|
exports.version = version;
|
|
@@ -491,6 +491,6 @@ DateTimeInput.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
491
491
|
var dateTimeInput = injectIntl(DateTimeInput);
|
|
492
492
|
|
|
493
493
|
// NOTE: This string will be replaced on build time with the package version.
|
|
494
|
-
var version = "14.0.
|
|
494
|
+
var version = "14.0.3";
|
|
495
495
|
|
|
496
496
|
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.3",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -23,16 +23,16 @@
|
|
|
23
23
|
"@babel/runtime-corejs3": "^7.17.2",
|
|
24
24
|
"@commercetools-uikit/accessible-button": "14.0.1",
|
|
25
25
|
"@commercetools-uikit/calendar-time-utils": "14.0.2",
|
|
26
|
-
"@commercetools-uikit/calendar-utils": "14.0.
|
|
26
|
+
"@commercetools-uikit/calendar-utils": "14.0.3",
|
|
27
27
|
"@commercetools-uikit/constraints": "14.0.1",
|
|
28
28
|
"@commercetools-uikit/design-system": "14.0.0",
|
|
29
|
-
"@commercetools-uikit/hooks": "14.0.
|
|
29
|
+
"@commercetools-uikit/hooks": "14.0.3",
|
|
30
30
|
"@commercetools-uikit/icons": "14.0.1",
|
|
31
31
|
"@commercetools-uikit/secondary-icon-button": "14.0.2",
|
|
32
32
|
"@commercetools-uikit/select-utils": "14.0.1",
|
|
33
33
|
"@commercetools-uikit/spacings-inline": "14.0.1",
|
|
34
34
|
"@commercetools-uikit/text": "14.0.1",
|
|
35
|
-
"@commercetools-uikit/tooltip": "14.0.
|
|
35
|
+
"@commercetools-uikit/tooltip": "14.0.3",
|
|
36
36
|
"@commercetools-uikit/utils": "14.0.1",
|
|
37
37
|
"@emotion/react": "^11.4.0",
|
|
38
38
|
"@emotion/styled": "^11.3.0",
|