@commercetools-uikit/date-time-input 20.2.2 → 20.2.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.
|
@@ -408,7 +408,7 @@ DateTimeInput.displayName = 'DateTimeInput';
|
|
|
408
408
|
var dateTimeInput = reactIntl.injectIntl(DateTimeInput);
|
|
409
409
|
|
|
410
410
|
// NOTE: This string will be replaced on build time with the package version.
|
|
411
|
-
var version = "20.2.
|
|
411
|
+
var version = "20.2.3";
|
|
412
412
|
|
|
413
413
|
exports["default"] = dateTimeInput;
|
|
414
414
|
exports.version = version;
|
|
@@ -406,7 +406,7 @@ DateTimeInput.displayName = 'DateTimeInput';
|
|
|
406
406
|
var dateTimeInput = reactIntl.injectIntl(DateTimeInput);
|
|
407
407
|
|
|
408
408
|
// NOTE: This string will be replaced on build time with the package version.
|
|
409
|
-
var version = "20.2.
|
|
409
|
+
var version = "20.2.3";
|
|
410
410
|
|
|
411
411
|
exports["default"] = dateTimeInput;
|
|
412
412
|
exports.version = version;
|
|
@@ -387,6 +387,6 @@ DateTimeInput.displayName = 'DateTimeInput';
|
|
|
387
387
|
var dateTimeInput = injectIntl(DateTimeInput);
|
|
388
388
|
|
|
389
389
|
// NOTE: This string will be replaced on build time with the package version.
|
|
390
|
-
var version = "20.2.
|
|
390
|
+
var version = "20.2.3";
|
|
391
391
|
|
|
392
392
|
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.2.
|
|
4
|
+
"version": "20.2.3",
|
|
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.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/accessible-button": "20.2.
|
|
25
|
-
"@commercetools-uikit/calendar-time-utils": "20.2.
|
|
26
|
-
"@commercetools-uikit/calendar-utils": "20.2.
|
|
27
|
-
"@commercetools-uikit/constraints": "20.2.
|
|
28
|
-
"@commercetools-uikit/design-system": "20.2.
|
|
29
|
-
"@commercetools-uikit/hooks": "20.2.
|
|
30
|
-
"@commercetools-uikit/icons": "20.2.
|
|
31
|
-
"@commercetools-uikit/secondary-icon-button": "20.2.
|
|
32
|
-
"@commercetools-uikit/select-utils": "20.2.
|
|
33
|
-
"@commercetools-uikit/spacings-inline": "20.2.
|
|
34
|
-
"@commercetools-uikit/text": "20.2.
|
|
35
|
-
"@commercetools-uikit/tooltip": "20.2.
|
|
36
|
-
"@commercetools-uikit/utils": "20.2.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "20.2.3",
|
|
25
|
+
"@commercetools-uikit/calendar-time-utils": "20.2.3",
|
|
26
|
+
"@commercetools-uikit/calendar-utils": "20.2.3",
|
|
27
|
+
"@commercetools-uikit/constraints": "20.2.3",
|
|
28
|
+
"@commercetools-uikit/design-system": "20.2.3",
|
|
29
|
+
"@commercetools-uikit/hooks": "20.2.3",
|
|
30
|
+
"@commercetools-uikit/icons": "20.2.3",
|
|
31
|
+
"@commercetools-uikit/secondary-icon-button": "20.2.3",
|
|
32
|
+
"@commercetools-uikit/select-utils": "20.2.3",
|
|
33
|
+
"@commercetools-uikit/spacings-inline": "20.2.3",
|
|
34
|
+
"@commercetools-uikit/text": "20.2.3",
|
|
35
|
+
"@commercetools-uikit/tooltip": "20.2.3",
|
|
36
|
+
"@commercetools-uikit/utils": "20.2.3",
|
|
37
37
|
"@emotion/react": "^11.10.5",
|
|
38
38
|
"@emotion/styled": "^11.10.5",
|
|
39
|
-
"downshift": "9.0.
|
|
39
|
+
"downshift": "9.0.10",
|
|
40
40
|
"react-is": "19.1.0",
|
|
41
41
|
"warning": "4.0.3"
|
|
42
42
|
},
|