@commercetools-uikit/date-time-input 20.3.0 → 20.3.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.
|
@@ -422,7 +422,7 @@ DateTimeInput.displayName = 'DateTimeInput';
|
|
|
422
422
|
var dateTimeInput = reactIntl.injectIntl(DateTimeInput);
|
|
423
423
|
|
|
424
424
|
// NOTE: This string will be replaced on build time with the package version.
|
|
425
|
-
var version = "20.3.
|
|
425
|
+
var version = "20.3.1";
|
|
426
426
|
|
|
427
427
|
exports["default"] = dateTimeInput;
|
|
428
428
|
exports.version = version;
|
|
@@ -420,7 +420,7 @@ DateTimeInput.displayName = 'DateTimeInput';
|
|
|
420
420
|
var dateTimeInput = reactIntl.injectIntl(DateTimeInput);
|
|
421
421
|
|
|
422
422
|
// NOTE: This string will be replaced on build time with the package version.
|
|
423
|
-
var version = "20.3.
|
|
423
|
+
var version = "20.3.1";
|
|
424
424
|
|
|
425
425
|
exports["default"] = dateTimeInput;
|
|
426
426
|
exports.version = version;
|
|
@@ -400,6 +400,6 @@ DateTimeInput.displayName = 'DateTimeInput';
|
|
|
400
400
|
var dateTimeInput = injectIntl(DateTimeInput);
|
|
401
401
|
|
|
402
402
|
// NOTE: This string will be replaced on build time with the package version.
|
|
403
|
-
var version = "20.3.
|
|
403
|
+
var version = "20.3.1";
|
|
404
404
|
|
|
405
405
|
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": "20.3.
|
|
4
|
+
"version": "20.3.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.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/accessible-button": "20.3.
|
|
25
|
-
"@commercetools-uikit/calendar-time-utils": "20.3.
|
|
26
|
-
"@commercetools-uikit/calendar-utils": "20.3.
|
|
27
|
-
"@commercetools-uikit/constraints": "20.3.
|
|
28
|
-
"@commercetools-uikit/design-system": "20.3.
|
|
29
|
-
"@commercetools-uikit/hooks": "20.3.
|
|
30
|
-
"@commercetools-uikit/icons": "20.3.
|
|
31
|
-
"@commercetools-uikit/secondary-icon-button": "20.3.
|
|
32
|
-
"@commercetools-uikit/select-utils": "20.3.
|
|
33
|
-
"@commercetools-uikit/spacings-inline": "20.3.
|
|
34
|
-
"@commercetools-uikit/text": "20.3.
|
|
35
|
-
"@commercetools-uikit/tooltip": "20.3.
|
|
36
|
-
"@commercetools-uikit/utils": "20.3.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "20.3.1",
|
|
25
|
+
"@commercetools-uikit/calendar-time-utils": "20.3.1",
|
|
26
|
+
"@commercetools-uikit/calendar-utils": "20.3.1",
|
|
27
|
+
"@commercetools-uikit/constraints": "20.3.1",
|
|
28
|
+
"@commercetools-uikit/design-system": "20.3.1",
|
|
29
|
+
"@commercetools-uikit/hooks": "20.3.1",
|
|
30
|
+
"@commercetools-uikit/icons": "20.3.1",
|
|
31
|
+
"@commercetools-uikit/secondary-icon-button": "20.3.1",
|
|
32
|
+
"@commercetools-uikit/select-utils": "20.3.1",
|
|
33
|
+
"@commercetools-uikit/spacings-inline": "20.3.1",
|
|
34
|
+
"@commercetools-uikit/text": "20.3.1",
|
|
35
|
+
"@commercetools-uikit/tooltip": "20.3.1",
|
|
36
|
+
"@commercetools-uikit/utils": "20.3.1",
|
|
37
37
|
"@emotion/react": "^11.10.5",
|
|
38
38
|
"@emotion/styled": "^11.10.5",
|
|
39
39
|
"downshift": "9.0.10",
|