@commercetools-uikit/date-time-input 12.2.4 → 12.2.5
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.
|
@@ -566,8 +566,8 @@ DateTimeInput.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
566
566
|
} : {};
|
|
567
567
|
var dateTimeInput = reactIntl.injectIntl(DateTimeInput);
|
|
568
568
|
|
|
569
|
-
// NOTE: This string will be replaced
|
|
570
|
-
var version =
|
|
569
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
570
|
+
var version = "12.2.5";
|
|
571
571
|
|
|
572
572
|
exports["default"] = dateTimeInput;
|
|
573
573
|
exports.version = version;
|
|
@@ -486,8 +486,8 @@ DateTimeInput.displayName = 'DateTimeInput';
|
|
|
486
486
|
DateTimeInput.propTypes = {};
|
|
487
487
|
var dateTimeInput = reactIntl.injectIntl(DateTimeInput);
|
|
488
488
|
|
|
489
|
-
// NOTE: This string will be replaced
|
|
490
|
-
var version =
|
|
489
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
490
|
+
var version = "12.2.5";
|
|
491
491
|
|
|
492
492
|
exports["default"] = dateTimeInput;
|
|
493
493
|
exports.version = version;
|
|
@@ -543,7 +543,7 @@ DateTimeInput.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
543
543
|
} : {};
|
|
544
544
|
var dateTimeInput = injectIntl(DateTimeInput);
|
|
545
545
|
|
|
546
|
-
// NOTE: This string will be replaced
|
|
547
|
-
var version =
|
|
546
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
547
|
+
var version = "12.2.5";
|
|
548
548
|
|
|
549
549
|
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": "12.2.
|
|
4
|
+
"version": "12.2.5",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -9,38 +9,41 @@
|
|
|
9
9
|
"directory": "packages/components/inputs/date-time-input"
|
|
10
10
|
},
|
|
11
11
|
"homepage": "https://uikit.commercetools.com",
|
|
12
|
-
"keywords": [
|
|
12
|
+
"keywords": [
|
|
13
|
+
"javascript",
|
|
14
|
+
"design system",
|
|
15
|
+
"react",
|
|
16
|
+
"uikit"
|
|
17
|
+
],
|
|
13
18
|
"license": "MIT",
|
|
14
|
-
"private": false,
|
|
15
19
|
"publishConfig": {
|
|
16
20
|
"access": "public"
|
|
17
21
|
},
|
|
18
22
|
"sideEffects": false,
|
|
19
23
|
"main": "dist/commercetools-uikit-date-time-input.cjs.js",
|
|
20
24
|
"module": "dist/commercetools-uikit-date-time-input.esm.js",
|
|
21
|
-
"files": [
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
},
|
|
25
|
+
"files": [
|
|
26
|
+
"dist"
|
|
27
|
+
],
|
|
25
28
|
"dependencies": {
|
|
26
|
-
"@babel/runtime": "7.
|
|
27
|
-
"@babel/runtime-corejs3": "7.
|
|
28
|
-
"@commercetools-uikit/accessible-button": "12.2.
|
|
29
|
-
"@commercetools-uikit/calendar-time-utils": "12.2.
|
|
30
|
-
"@commercetools-uikit/calendar-utils": "12.2.
|
|
31
|
-
"@commercetools-uikit/constraints": "12.2.
|
|
32
|
-
"@commercetools-uikit/design-system": "12.2.
|
|
33
|
-
"@commercetools-uikit/hooks": "12.2.
|
|
34
|
-
"@commercetools-uikit/icons": "12.2.
|
|
35
|
-
"@commercetools-uikit/secondary-icon-button": "12.2.
|
|
36
|
-
"@commercetools-uikit/select-utils": "12.2.
|
|
37
|
-
"@commercetools-uikit/spacings-inline": "12.2.
|
|
38
|
-
"@commercetools-uikit/text": "12.2.
|
|
39
|
-
"@commercetools-uikit/tooltip": "12.2.
|
|
40
|
-
"@commercetools-uikit/utils": "12.2.
|
|
29
|
+
"@babel/runtime": "7.16.3",
|
|
30
|
+
"@babel/runtime-corejs3": "7.16.3",
|
|
31
|
+
"@commercetools-uikit/accessible-button": "12.2.5",
|
|
32
|
+
"@commercetools-uikit/calendar-time-utils": "12.2.5",
|
|
33
|
+
"@commercetools-uikit/calendar-utils": "12.2.5",
|
|
34
|
+
"@commercetools-uikit/constraints": "12.2.5",
|
|
35
|
+
"@commercetools-uikit/design-system": "12.2.5",
|
|
36
|
+
"@commercetools-uikit/hooks": "12.2.5",
|
|
37
|
+
"@commercetools-uikit/icons": "12.2.5",
|
|
38
|
+
"@commercetools-uikit/secondary-icon-button": "12.2.5",
|
|
39
|
+
"@commercetools-uikit/select-utils": "12.2.5",
|
|
40
|
+
"@commercetools-uikit/spacings-inline": "12.2.5",
|
|
41
|
+
"@commercetools-uikit/text": "12.2.5",
|
|
42
|
+
"@commercetools-uikit/tooltip": "12.2.5",
|
|
43
|
+
"@commercetools-uikit/utils": "12.2.5",
|
|
41
44
|
"@emotion/react": "^11.4.0",
|
|
42
45
|
"@emotion/styled": "^11.3.0",
|
|
43
|
-
"common-tags": "1.8.
|
|
46
|
+
"common-tags": "1.8.2",
|
|
44
47
|
"downshift": "6.1.7",
|
|
45
48
|
"prop-types": "15.7.2",
|
|
46
49
|
"react-is": "17.0.2",
|
|
@@ -50,7 +53,7 @@
|
|
|
50
53
|
"devDependencies": {
|
|
51
54
|
"moment": "2.29.1",
|
|
52
55
|
"react": "17.0.2",
|
|
53
|
-
"react-intl": "5.
|
|
56
|
+
"react-intl": "5.21.2"
|
|
54
57
|
},
|
|
55
58
|
"peerDependencies": {
|
|
56
59
|
"moment": "2.x",
|