@commercetools-uikit/date-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.
@@ -341,7 +341,7 @@ DateInput.isEmpty = function (value) {
341
341
  var DateInput$1 = DateInput;
342
342
 
343
343
  // NOTE: This string will be replaced on build time with the package version.
344
- var version = "13.0.4";
344
+ var version = "14.0.0";
345
345
 
346
346
  exports["default"] = DateInput$1;
347
347
  exports.version = version;
@@ -323,7 +323,7 @@ DateInput.isEmpty = function (value) {
323
323
  var DateInput$1 = DateInput;
324
324
 
325
325
  // NOTE: This string will be replaced on build time with the package version.
326
- var version = "13.0.4";
326
+ var version = "14.0.0";
327
327
 
328
328
  exports["default"] = DateInput$1;
329
329
  exports.version = version;
@@ -320,6 +320,6 @@ DateInput.isEmpty = function (value) {
320
320
  var DateInput$1 = DateInput;
321
321
 
322
322
  // NOTE: This string will be replaced on build time with the package version.
323
- var version = "13.0.4";
323
+ var version = "14.0.0";
324
324
 
325
325
  export { DateInput$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/date-input",
3
3
  "description": "The `DateInput` component allows the user to select a date. It formats the selected date depending on the users' locale.",
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-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-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",