@commercetools-uikit/date-time-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.
@@ -508,7 +508,7 @@ DateTimeInput.propTypes = process.env.NODE_ENV !== "production" ? {
508
508
  var dateTimeInput = reactIntl.injectIntl(DateTimeInput);
509
509
 
510
510
  // NOTE: This string will be replaced on build time with the package version.
511
- var version = "13.0.4";
511
+ var version = "14.0.0";
512
512
 
513
513
  exports["default"] = dateTimeInput;
514
514
  exports.version = version;
@@ -488,7 +488,7 @@ DateTimeInput.propTypes = {};
488
488
  var dateTimeInput = reactIntl.injectIntl(DateTimeInput);
489
489
 
490
490
  // NOTE: This string will be replaced on build time with the package version.
491
- var version = "13.0.4";
491
+ var version = "14.0.0";
492
492
 
493
493
  exports["default"] = dateTimeInput;
494
494
  exports.version = version;
@@ -485,6 +485,6 @@ DateTimeInput.propTypes = process.env.NODE_ENV !== "production" ? {
485
485
  var dateTimeInput = injectIntl(DateTimeInput);
486
486
 
487
487
  // NOTE: This string will be replaced on build time with the package version.
488
- var version = "13.0.4";
488
+ var version = "14.0.0";
489
489
 
490
490
  export { dateTimeInput as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/date-time-input",
3
3
  "description": "The `DateTimeInput` component allows the user to select a date. This component also supports multiple date selection.",
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-time-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,21 +19,21 @@
19
19
  "module": "dist/commercetools-uikit-date-time-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-time-utils": "13.0.2",
26
- "@commercetools-uikit/calendar-utils": "13.0.4",
27
- "@commercetools-uikit/constraints": "13.0.2",
28
- "@commercetools-uikit/design-system": "13.0.0",
29
- "@commercetools-uikit/hooks": "13.0.2",
30
- "@commercetools-uikit/icons": "13.0.2",
31
- "@commercetools-uikit/secondary-icon-button": "13.0.4",
32
- "@commercetools-uikit/select-utils": "13.0.4",
33
- "@commercetools-uikit/spacings-inline": "13.0.2",
34
- "@commercetools-uikit/text": "13.0.4",
35
- "@commercetools-uikit/tooltip": "13.0.2",
36
- "@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-time-utils": "14.0.0",
26
+ "@commercetools-uikit/calendar-utils": "14.0.0",
27
+ "@commercetools-uikit/constraints": "14.0.0",
28
+ "@commercetools-uikit/design-system": "14.0.0",
29
+ "@commercetools-uikit/hooks": "14.0.0",
30
+ "@commercetools-uikit/icons": "14.0.0",
31
+ "@commercetools-uikit/secondary-icon-button": "14.0.0",
32
+ "@commercetools-uikit/select-utils": "14.0.0",
33
+ "@commercetools-uikit/spacings-inline": "14.0.0",
34
+ "@commercetools-uikit/text": "14.0.0",
35
+ "@commercetools-uikit/tooltip": "14.0.0",
36
+ "@commercetools-uikit/utils": "14.0.0",
37
37
  "@emotion/react": "^11.4.0",
38
38
  "@emotion/styled": "^11.3.0",
39
39
  "downshift": "6.1.7",