@commercetools-uikit/date-time-input 16.6.1 → 16.7.0
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.
|
@@ -424,7 +424,7 @@ DateTimeInput.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
424
424
|
var dateTimeInput = reactIntl.injectIntl(DateTimeInput);
|
|
425
425
|
|
|
426
426
|
// NOTE: This string will be replaced on build time with the package version.
|
|
427
|
-
var version = "16.
|
|
427
|
+
var version = "16.7.0";
|
|
428
428
|
|
|
429
429
|
exports["default"] = dateTimeInput;
|
|
430
430
|
exports.version = version;
|
|
@@ -402,7 +402,7 @@ DateTimeInput.propTypes = {};
|
|
|
402
402
|
var dateTimeInput = reactIntl.injectIntl(DateTimeInput);
|
|
403
403
|
|
|
404
404
|
// NOTE: This string will be replaced on build time with the package version.
|
|
405
|
-
var version = "16.
|
|
405
|
+
var version = "16.7.0";
|
|
406
406
|
|
|
407
407
|
exports["default"] = dateTimeInput;
|
|
408
408
|
exports.version = version;
|
|
@@ -401,6 +401,6 @@ DateTimeInput.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
401
401
|
var dateTimeInput = injectIntl(DateTimeInput);
|
|
402
402
|
|
|
403
403
|
// NOTE: This string will be replaced on build time with the package version.
|
|
404
|
-
var version = "16.
|
|
404
|
+
var version = "16.7.0";
|
|
405
405
|
|
|
406
406
|
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": "16.
|
|
4
|
+
"version": "16.7.0",
|
|
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": "16.
|
|
25
|
-
"@commercetools-uikit/calendar-time-utils": "16.
|
|
26
|
-
"@commercetools-uikit/calendar-utils": "16.
|
|
27
|
-
"@commercetools-uikit/constraints": "16.
|
|
28
|
-
"@commercetools-uikit/design-system": "16.
|
|
29
|
-
"@commercetools-uikit/hooks": "16.
|
|
30
|
-
"@commercetools-uikit/icons": "16.
|
|
31
|
-
"@commercetools-uikit/secondary-icon-button": "16.
|
|
32
|
-
"@commercetools-uikit/select-utils": "16.
|
|
33
|
-
"@commercetools-uikit/spacings-inline": "16.
|
|
34
|
-
"@commercetools-uikit/text": "16.
|
|
35
|
-
"@commercetools-uikit/tooltip": "16.
|
|
36
|
-
"@commercetools-uikit/utils": "16.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "16.7.0",
|
|
25
|
+
"@commercetools-uikit/calendar-time-utils": "16.7.0",
|
|
26
|
+
"@commercetools-uikit/calendar-utils": "16.7.0",
|
|
27
|
+
"@commercetools-uikit/constraints": "16.7.0",
|
|
28
|
+
"@commercetools-uikit/design-system": "16.7.0",
|
|
29
|
+
"@commercetools-uikit/hooks": "16.7.0",
|
|
30
|
+
"@commercetools-uikit/icons": "16.7.0",
|
|
31
|
+
"@commercetools-uikit/secondary-icon-button": "16.7.0",
|
|
32
|
+
"@commercetools-uikit/select-utils": "16.7.0",
|
|
33
|
+
"@commercetools-uikit/spacings-inline": "16.7.0",
|
|
34
|
+
"@commercetools-uikit/text": "16.7.0",
|
|
35
|
+
"@commercetools-uikit/tooltip": "16.7.0",
|
|
36
|
+
"@commercetools-uikit/utils": "16.7.0",
|
|
37
37
|
"@emotion/react": "^11.10.5",
|
|
38
38
|
"@emotion/styled": "^11.10.5",
|
|
39
39
|
"downshift": "6.1.12",
|