@commercetools-uikit/date-range-input 15.11.0 → 15.11.2
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.
|
@@ -538,7 +538,7 @@ DateRangeInput.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
538
538
|
var dateRangeInput = reactIntl.injectIntl(DateRangeInput);
|
|
539
539
|
|
|
540
540
|
// NOTE: This string will be replaced on build time with the package version.
|
|
541
|
-
var version = "15.11.
|
|
541
|
+
var version = "15.11.2";
|
|
542
542
|
|
|
543
543
|
exports["default"] = dateRangeInput;
|
|
544
544
|
exports.version = version;
|
|
@@ -521,7 +521,7 @@ DateRangeInput.propTypes = {};
|
|
|
521
521
|
var dateRangeInput = reactIntl.injectIntl(DateRangeInput);
|
|
522
522
|
|
|
523
523
|
// NOTE: This string will be replaced on build time with the package version.
|
|
524
|
-
var version = "15.11.
|
|
524
|
+
var version = "15.11.2";
|
|
525
525
|
|
|
526
526
|
exports["default"] = dateRangeInput;
|
|
527
527
|
exports.version = version;
|
|
@@ -514,6 +514,6 @@ DateRangeInput.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
514
514
|
var dateRangeInput = injectIntl(DateRangeInput);
|
|
515
515
|
|
|
516
516
|
// NOTE: This string will be replaced on build time with the package version.
|
|
517
|
-
var version = "15.11.
|
|
517
|
+
var version = "15.11.2";
|
|
518
518
|
|
|
519
519
|
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": "15.11.
|
|
4
|
+
"version": "15.11.2",
|
|
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.19.0",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.19.1",
|
|
24
|
-
"@commercetools-uikit/accessible-button": "15.11.
|
|
25
|
-
"@commercetools-uikit/calendar-time-utils": "15.11.
|
|
26
|
-
"@commercetools-uikit/calendar-utils": "15.11.
|
|
27
|
-
"@commercetools-uikit/constraints": "15.11.
|
|
28
|
-
"@commercetools-uikit/design-system": "15.11.
|
|
29
|
-
"@commercetools-uikit/hooks": "15.11.
|
|
30
|
-
"@commercetools-uikit/icons": "15.11.
|
|
31
|
-
"@commercetools-uikit/secondary-icon-button": "15.11.
|
|
32
|
-
"@commercetools-uikit/select-utils": "15.11.
|
|
33
|
-
"@commercetools-uikit/spacings-inline": "15.11.
|
|
34
|
-
"@commercetools-uikit/text": "15.11.
|
|
35
|
-
"@commercetools-uikit/tooltip": "15.11.
|
|
36
|
-
"@commercetools-uikit/utils": "15.11.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "15.11.2",
|
|
25
|
+
"@commercetools-uikit/calendar-time-utils": "15.11.2",
|
|
26
|
+
"@commercetools-uikit/calendar-utils": "15.11.2",
|
|
27
|
+
"@commercetools-uikit/constraints": "15.11.2",
|
|
28
|
+
"@commercetools-uikit/design-system": "15.11.2",
|
|
29
|
+
"@commercetools-uikit/hooks": "15.11.2",
|
|
30
|
+
"@commercetools-uikit/icons": "15.11.2",
|
|
31
|
+
"@commercetools-uikit/secondary-icon-button": "15.11.2",
|
|
32
|
+
"@commercetools-uikit/select-utils": "15.11.2",
|
|
33
|
+
"@commercetools-uikit/spacings-inline": "15.11.2",
|
|
34
|
+
"@commercetools-uikit/text": "15.11.2",
|
|
35
|
+
"@commercetools-uikit/tooltip": "15.11.2",
|
|
36
|
+
"@commercetools-uikit/utils": "15.11.2",
|
|
37
37
|
"@emotion/react": "^11.4.0",
|
|
38
38
|
"@emotion/styled": "^11.3.0",
|
|
39
39
|
"downshift": "6.1.12",
|