@commercetools-uikit/date-range-input 15.15.1 → 16.0.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.
|
@@ -511,7 +511,7 @@ DateRangeInput.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
511
511
|
var dateRangeInput = reactIntl.injectIntl(DateRangeInput);
|
|
512
512
|
|
|
513
513
|
// NOTE: This string will be replaced on build time with the package version.
|
|
514
|
-
var version = "
|
|
514
|
+
var version = "16.0.0";
|
|
515
515
|
|
|
516
516
|
exports["default"] = dateRangeInput;
|
|
517
517
|
exports.version = version;
|
|
@@ -494,7 +494,7 @@ DateRangeInput.propTypes = {};
|
|
|
494
494
|
var dateRangeInput = reactIntl.injectIntl(DateRangeInput);
|
|
495
495
|
|
|
496
496
|
// NOTE: This string will be replaced on build time with the package version.
|
|
497
|
-
var version = "
|
|
497
|
+
var version = "16.0.0";
|
|
498
498
|
|
|
499
499
|
exports["default"] = dateRangeInput;
|
|
500
500
|
exports.version = version;
|
|
@@ -487,6 +487,6 @@ DateRangeInput.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
487
487
|
var dateRangeInput = injectIntl(DateRangeInput);
|
|
488
488
|
|
|
489
489
|
// NOTE: This string will be replaced on build time with the package version.
|
|
490
|
-
var version = "
|
|
490
|
+
var version = "16.0.0";
|
|
491
491
|
|
|
492
492
|
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": "
|
|
4
|
+
"version": "16.0.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": "
|
|
25
|
-
"@commercetools-uikit/calendar-time-utils": "
|
|
26
|
-
"@commercetools-uikit/calendar-utils": "
|
|
27
|
-
"@commercetools-uikit/constraints": "
|
|
28
|
-
"@commercetools-uikit/design-system": "
|
|
29
|
-
"@commercetools-uikit/hooks": "
|
|
30
|
-
"@commercetools-uikit/icons": "
|
|
31
|
-
"@commercetools-uikit/secondary-icon-button": "
|
|
32
|
-
"@commercetools-uikit/select-utils": "
|
|
33
|
-
"@commercetools-uikit/spacings-inline": "
|
|
34
|
-
"@commercetools-uikit/text": "
|
|
35
|
-
"@commercetools-uikit/tooltip": "
|
|
36
|
-
"@commercetools-uikit/utils": "
|
|
24
|
+
"@commercetools-uikit/accessible-button": "16.0.0",
|
|
25
|
+
"@commercetools-uikit/calendar-time-utils": "16.0.0",
|
|
26
|
+
"@commercetools-uikit/calendar-utils": "16.0.0",
|
|
27
|
+
"@commercetools-uikit/constraints": "16.0.0",
|
|
28
|
+
"@commercetools-uikit/design-system": "16.0.0",
|
|
29
|
+
"@commercetools-uikit/hooks": "16.0.0",
|
|
30
|
+
"@commercetools-uikit/icons": "16.0.0",
|
|
31
|
+
"@commercetools-uikit/secondary-icon-button": "16.0.0",
|
|
32
|
+
"@commercetools-uikit/select-utils": "16.0.0",
|
|
33
|
+
"@commercetools-uikit/spacings-inline": "16.0.0",
|
|
34
|
+
"@commercetools-uikit/text": "16.0.0",
|
|
35
|
+
"@commercetools-uikit/tooltip": "16.0.0",
|
|
36
|
+
"@commercetools-uikit/utils": "16.0.0",
|
|
37
37
|
"@emotion/react": "^11.10.5",
|
|
38
38
|
"@emotion/styled": "^11.10.5",
|
|
39
39
|
"downshift": "6.1.12",
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"moment": "2.29.4",
|
|
46
46
|
"react": "17.0.2",
|
|
47
|
-
"react-intl": "^
|
|
47
|
+
"react-intl": "^6.3.2"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
50
|
"moment": "2.x",
|
|
51
51
|
"react": "17.x",
|
|
52
|
-
"react-intl": "
|
|
52
|
+
"react-intl": "6.x"
|
|
53
53
|
}
|
|
54
54
|
}
|