@commercetools-uikit/date-range-input 13.0.4 → 14.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.
@@ -543,7 +543,7 @@ DateRangeCalendar.propTypes = process.env.NODE_ENV !== "production" ? {
543
543
  var dateRangeInput = reactIntl.injectIntl(DateRangeCalendar);
544
544
 
545
545
  // NOTE: This string will be replaced on build time with the package version.
546
- var version = "13.0.4";
546
+ var version = "14.0.0";
547
547
 
548
548
  exports["default"] = dateRangeInput;
549
549
  exports.version = version;
@@ -526,7 +526,7 @@ DateRangeCalendar.propTypes = {};
526
526
  var dateRangeInput = reactIntl.injectIntl(DateRangeCalendar);
527
527
 
528
528
  // NOTE: This string will be replaced on build time with the package version.
529
- var version = "13.0.4";
529
+ var version = "14.0.0";
530
530
 
531
531
  exports["default"] = dateRangeInput;
532
532
  exports.version = version;
@@ -519,6 +519,6 @@ DateRangeCalendar.propTypes = process.env.NODE_ENV !== "production" ? {
519
519
  var dateRangeInput = injectIntl(DateRangeCalendar);
520
520
 
521
521
  // NOTE: This string will be replaced on build time with the package version.
522
- var version = "13.0.4";
522
+ var version = "14.0.0";
523
523
 
524
524
  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",
4
+ "version": "14.0.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -9,7 +9,7 @@
9
9
  "directory": "packages/components/inputs/date-range-input"
10
10
  },
11
11
  "homepage": "https://uikit.commercetools.com",
12
- "keywords": ["javascript", "design system", "react", "uikit"],
12
+ "keywords": ["javascript", "typescript", "design-system", "react", "uikit"],
13
13
  "license": "MIT",
14
14
  "publishConfig": {
15
15
  "access": "public"
@@ -19,20 +19,20 @@
19
19
  "module": "dist/commercetools-uikit-date-range-input.esm.js",
20
20
  "files": ["dist"],
21
21
  "dependencies": {
22
- "@babel/runtime": "7.17.2",
23
- "@babel/runtime-corejs3": "7.17.2",
24
- "@commercetools-uikit/accessible-button": "13.0.4",
25
- "@commercetools-uikit/calendar-utils": "13.0.4",
26
- "@commercetools-uikit/constraints": "13.0.2",
27
- "@commercetools-uikit/design-system": "13.0.0",
28
- "@commercetools-uikit/hooks": "13.0.2",
29
- "@commercetools-uikit/icons": "13.0.2",
30
- "@commercetools-uikit/secondary-icon-button": "13.0.4",
31
- "@commercetools-uikit/select-utils": "13.0.4",
32
- "@commercetools-uikit/spacings-inline": "13.0.2",
33
- "@commercetools-uikit/text": "13.0.4",
34
- "@commercetools-uikit/tooltip": "13.0.2",
35
- "@commercetools-uikit/utils": "13.0.2",
22
+ "@babel/runtime": "^7.17.2",
23
+ "@babel/runtime-corejs3": "^7.17.2",
24
+ "@commercetools-uikit/accessible-button": "14.0.0",
25
+ "@commercetools-uikit/calendar-utils": "14.0.0",
26
+ "@commercetools-uikit/constraints": "14.0.0",
27
+ "@commercetools-uikit/design-system": "14.0.0",
28
+ "@commercetools-uikit/hooks": "14.0.0",
29
+ "@commercetools-uikit/icons": "14.0.0",
30
+ "@commercetools-uikit/secondary-icon-button": "14.0.0",
31
+ "@commercetools-uikit/select-utils": "14.0.0",
32
+ "@commercetools-uikit/spacings-inline": "14.0.0",
33
+ "@commercetools-uikit/text": "14.0.0",
34
+ "@commercetools-uikit/tooltip": "14.0.0",
35
+ "@commercetools-uikit/utils": "14.0.0",
36
36
  "@emotion/react": "^11.4.0",
37
37
  "@emotion/styled": "^11.3.0",
38
38
  "downshift": "6.1.7",