@commercetools-uikit/date-range-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.
|
@@ -595,8 +595,8 @@ DateRangeCalendar.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
595
595
|
} : {};
|
|
596
596
|
var dateRangeInput = reactIntl.injectIntl(DateRangeCalendar);
|
|
597
597
|
|
|
598
|
-
// NOTE: This string will be replaced
|
|
599
|
-
var version =
|
|
598
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
599
|
+
var version = "12.2.5";
|
|
600
600
|
|
|
601
601
|
exports["default"] = dateRangeInput;
|
|
602
602
|
exports.version = version;
|
|
@@ -522,8 +522,8 @@ DateRangeCalendar.isEmpty = function (range) {
|
|
|
522
522
|
DateRangeCalendar.propTypes = {};
|
|
523
523
|
var dateRangeInput = reactIntl.injectIntl(DateRangeCalendar);
|
|
524
524
|
|
|
525
|
-
// NOTE: This string will be replaced
|
|
526
|
-
var version =
|
|
525
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
526
|
+
var version = "12.2.5";
|
|
527
527
|
|
|
528
528
|
exports["default"] = dateRangeInput;
|
|
529
529
|
exports.version = version;
|
|
@@ -571,7 +571,7 @@ DateRangeCalendar.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
571
571
|
} : {};
|
|
572
572
|
var dateRangeInput = injectIntl(DateRangeCalendar);
|
|
573
573
|
|
|
574
|
-
// NOTE: This string will be replaced
|
|
575
|
-
var version =
|
|
574
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
575
|
+
var version = "12.2.5";
|
|
576
576
|
|
|
577
577
|
export { dateRangeInput as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/date-range-input",
|
|
3
3
|
"description": "The `DateRangeInput` component allows the user to select a date range.",
|
|
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,37 +9,40 @@
|
|
|
9
9
|
"directory": "packages/components/inputs/date-range-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-range-input.cjs.js",
|
|
20
24
|
"module": "dist/commercetools-uikit-date-range-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-utils": "12.2.
|
|
30
|
-
"@commercetools-uikit/constraints": "12.2.
|
|
31
|
-
"@commercetools-uikit/design-system": "12.2.
|
|
32
|
-
"@commercetools-uikit/hooks": "12.2.
|
|
33
|
-
"@commercetools-uikit/icons": "12.2.
|
|
34
|
-
"@commercetools-uikit/secondary-icon-button": "12.2.
|
|
35
|
-
"@commercetools-uikit/select-utils": "12.2.
|
|
36
|
-
"@commercetools-uikit/spacings-inline": "12.2.
|
|
37
|
-
"@commercetools-uikit/text": "12.2.
|
|
38
|
-
"@commercetools-uikit/tooltip": "12.2.
|
|
39
|
-
"@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-utils": "12.2.5",
|
|
33
|
+
"@commercetools-uikit/constraints": "12.2.5",
|
|
34
|
+
"@commercetools-uikit/design-system": "12.2.5",
|
|
35
|
+
"@commercetools-uikit/hooks": "12.2.5",
|
|
36
|
+
"@commercetools-uikit/icons": "12.2.5",
|
|
37
|
+
"@commercetools-uikit/secondary-icon-button": "12.2.5",
|
|
38
|
+
"@commercetools-uikit/select-utils": "12.2.5",
|
|
39
|
+
"@commercetools-uikit/spacings-inline": "12.2.5",
|
|
40
|
+
"@commercetools-uikit/text": "12.2.5",
|
|
41
|
+
"@commercetools-uikit/tooltip": "12.2.5",
|
|
42
|
+
"@commercetools-uikit/utils": "12.2.5",
|
|
40
43
|
"@emotion/react": "^11.4.0",
|
|
41
44
|
"@emotion/styled": "^11.3.0",
|
|
42
|
-
"common-tags": "1.8.
|
|
45
|
+
"common-tags": "1.8.2",
|
|
43
46
|
"downshift": "6.1.7",
|
|
44
47
|
"prop-types": "15.7.2",
|
|
45
48
|
"react-is": "17.0.2",
|
|
@@ -49,7 +52,7 @@
|
|
|
49
52
|
"devDependencies": {
|
|
50
53
|
"moment": "2.29.1",
|
|
51
54
|
"react": "17.0.2",
|
|
52
|
-
"react-intl": "5.
|
|
55
|
+
"react-intl": "5.21.2"
|
|
53
56
|
},
|
|
54
57
|
"peerDependencies": {
|
|
55
58
|
"moment": "2.x",
|