@commercetools-uikit/date-time-input 13.0.1 → 13.0.2
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.
|
@@ -503,7 +503,7 @@ DateTimeInput.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
503
503
|
var dateTimeInput = reactIntl.injectIntl(DateTimeInput);
|
|
504
504
|
|
|
505
505
|
// NOTE: This string will be replaced on build time with the package version.
|
|
506
|
-
var version = "13.0.
|
|
506
|
+
var version = "13.0.2";
|
|
507
507
|
|
|
508
508
|
exports["default"] = dateTimeInput;
|
|
509
509
|
exports.version = version;
|
|
@@ -485,7 +485,7 @@ DateTimeInput.propTypes = {};
|
|
|
485
485
|
var dateTimeInput = reactIntl.injectIntl(DateTimeInput);
|
|
486
486
|
|
|
487
487
|
// NOTE: This string will be replaced on build time with the package version.
|
|
488
|
-
var version = "13.0.
|
|
488
|
+
var version = "13.0.2";
|
|
489
489
|
|
|
490
490
|
exports["default"] = dateTimeInput;
|
|
491
491
|
exports.version = version;
|
|
@@ -480,6 +480,6 @@ DateTimeInput.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
480
480
|
var dateTimeInput = injectIntl(DateTimeInput);
|
|
481
481
|
|
|
482
482
|
// NOTE: This string will be replaced on build time with the package version.
|
|
483
|
-
var version = "13.0.
|
|
483
|
+
var version = "13.0.2";
|
|
484
484
|
|
|
485
485
|
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": "13.0.
|
|
4
|
+
"version": "13.0.2",
|
|
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": "13.0.
|
|
25
|
-
"@commercetools-uikit/calendar-time-utils": "13.0.
|
|
26
|
-
"@commercetools-uikit/calendar-utils": "13.0.
|
|
27
|
-
"@commercetools-uikit/constraints": "13.0.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "13.0.2",
|
|
25
|
+
"@commercetools-uikit/calendar-time-utils": "13.0.2",
|
|
26
|
+
"@commercetools-uikit/calendar-utils": "13.0.2",
|
|
27
|
+
"@commercetools-uikit/constraints": "13.0.2",
|
|
28
28
|
"@commercetools-uikit/design-system": "13.0.0",
|
|
29
|
-
"@commercetools-uikit/hooks": "
|
|
30
|
-
"@commercetools-uikit/icons": "13.0.
|
|
31
|
-
"@commercetools-uikit/secondary-icon-button": "13.0.
|
|
32
|
-
"@commercetools-uikit/select-utils": "13.0.
|
|
33
|
-
"@commercetools-uikit/spacings-inline": "13.0.
|
|
34
|
-
"@commercetools-uikit/text": "13.0.
|
|
35
|
-
"@commercetools-uikit/tooltip": "13.0.
|
|
36
|
-
"@commercetools-uikit/utils": "
|
|
29
|
+
"@commercetools-uikit/hooks": "13.0.2",
|
|
30
|
+
"@commercetools-uikit/icons": "13.0.2",
|
|
31
|
+
"@commercetools-uikit/secondary-icon-button": "13.0.2",
|
|
32
|
+
"@commercetools-uikit/select-utils": "13.0.2",
|
|
33
|
+
"@commercetools-uikit/spacings-inline": "13.0.2",
|
|
34
|
+
"@commercetools-uikit/text": "13.0.2",
|
|
35
|
+
"@commercetools-uikit/tooltip": "13.0.2",
|
|
36
|
+
"@commercetools-uikit/utils": "13.0.2",
|
|
37
37
|
"@emotion/react": "^11.4.0",
|
|
38
38
|
"@emotion/styled": "^11.3.0",
|
|
39
39
|
"common-tags": "1.8.2",
|