@commercetools-uikit/date-range-input 13.0.1 → 13.0.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 @@ DateRangeCalendar.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
538
538
|
var dateRangeInput = reactIntl.injectIntl(DateRangeCalendar);
|
|
539
539
|
|
|
540
540
|
// NOTE: This string will be replaced on build time with the package version.
|
|
541
|
-
var version = "13.0.
|
|
541
|
+
var version = "13.0.2";
|
|
542
542
|
|
|
543
543
|
exports["default"] = dateRangeInput;
|
|
544
544
|
exports.version = version;
|
|
@@ -523,7 +523,7 @@ DateRangeCalendar.propTypes = {};
|
|
|
523
523
|
var dateRangeInput = reactIntl.injectIntl(DateRangeCalendar);
|
|
524
524
|
|
|
525
525
|
// NOTE: This string will be replaced on build time with the package version.
|
|
526
|
-
var version = "13.0.
|
|
526
|
+
var version = "13.0.2";
|
|
527
527
|
|
|
528
528
|
exports["default"] = dateRangeInput;
|
|
529
529
|
exports.version = version;
|
|
@@ -514,6 +514,6 @@ DateRangeCalendar.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
514
514
|
var dateRangeInput = injectIntl(DateRangeCalendar);
|
|
515
515
|
|
|
516
516
|
// NOTE: This string will be replaced on build time with the package version.
|
|
517
|
-
var version = "13.0.
|
|
517
|
+
var version = "13.0.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": "13.0.
|
|
4
|
+
"version": "13.0.2",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,18 +21,18 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "7.17.2",
|
|
23
23
|
"@babel/runtime-corejs3": "7.17.2",
|
|
24
|
-
"@commercetools-uikit/accessible-button": "13.0.
|
|
25
|
-
"@commercetools-uikit/calendar-utils": "13.0.
|
|
26
|
-
"@commercetools-uikit/constraints": "13.0.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "13.0.2",
|
|
25
|
+
"@commercetools-uikit/calendar-utils": "13.0.2",
|
|
26
|
+
"@commercetools-uikit/constraints": "13.0.2",
|
|
27
27
|
"@commercetools-uikit/design-system": "13.0.0",
|
|
28
|
-
"@commercetools-uikit/hooks": "
|
|
29
|
-
"@commercetools-uikit/icons": "13.0.
|
|
30
|
-
"@commercetools-uikit/secondary-icon-button": "13.0.
|
|
31
|
-
"@commercetools-uikit/select-utils": "13.0.
|
|
32
|
-
"@commercetools-uikit/spacings-inline": "13.0.
|
|
33
|
-
"@commercetools-uikit/text": "13.0.
|
|
34
|
-
"@commercetools-uikit/tooltip": "13.0.
|
|
35
|
-
"@commercetools-uikit/utils": "
|
|
28
|
+
"@commercetools-uikit/hooks": "13.0.2",
|
|
29
|
+
"@commercetools-uikit/icons": "13.0.2",
|
|
30
|
+
"@commercetools-uikit/secondary-icon-button": "13.0.2",
|
|
31
|
+
"@commercetools-uikit/select-utils": "13.0.2",
|
|
32
|
+
"@commercetools-uikit/spacings-inline": "13.0.2",
|
|
33
|
+
"@commercetools-uikit/text": "13.0.2",
|
|
34
|
+
"@commercetools-uikit/tooltip": "13.0.2",
|
|
35
|
+
"@commercetools-uikit/utils": "13.0.2",
|
|
36
36
|
"@emotion/react": "^11.4.0",
|
|
37
37
|
"@emotion/styled": "^11.3.0",
|
|
38
38
|
"common-tags": "1.8.2",
|