@commercetools-uikit/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.
@@ -392,7 +392,7 @@ TimeInput.toLocaleTime = function (time, locale) {
392
392
  var TimeInput$1 = TimeInput;
393
393
 
394
394
  // NOTE: This string will be replaced on build time with the package version.
395
- var version = "13.0.4";
395
+ var version = "14.0.0";
396
396
 
397
397
  exports["default"] = TimeInput$1;
398
398
  exports.version = version;
@@ -355,7 +355,7 @@ TimeInput.toLocaleTime = function (time, locale) {
355
355
  var TimeInput$1 = TimeInput;
356
356
 
357
357
  // NOTE: This string will be replaced on build time with the package version.
358
- var version = "13.0.4";
358
+ var version = "14.0.0";
359
359
 
360
360
  exports["default"] = TimeInput$1;
361
361
  exports.version = version;
@@ -370,6 +370,6 @@ TimeInput.toLocaleTime = function (time, locale) {
370
370
  var TimeInput$1 = TimeInput;
371
371
 
372
372
  // NOTE: This string will be replaced on build time with the package version.
373
- var version = "13.0.4";
373
+ var version = "14.0.0";
374
374
 
375
375
  export { TimeInput$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/time-input",
3
3
  "description": "The TimeInput component allows the user to select a time.",
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/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,16 +19,16 @@
19
19
  "module": "dist/commercetools-uikit-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/constraints": "13.0.2",
26
- "@commercetools-uikit/design-system": "13.0.0",
27
- "@commercetools-uikit/hooks": "13.0.2",
28
- "@commercetools-uikit/icons": "13.0.2",
29
- "@commercetools-uikit/input-utils": "13.0.4",
30
- "@commercetools-uikit/spacings-inline": "13.0.2",
31
- "@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/constraints": "14.0.0",
26
+ "@commercetools-uikit/design-system": "14.0.0",
27
+ "@commercetools-uikit/hooks": "14.0.0",
28
+ "@commercetools-uikit/icons": "14.0.0",
29
+ "@commercetools-uikit/input-utils": "14.0.0",
30
+ "@commercetools-uikit/spacings-inline": "14.0.0",
31
+ "@commercetools-uikit/utils": "14.0.0",
32
32
  "@emotion/is-prop-valid": "1.1.2",
33
33
  "@emotion/react": "^11.4.0",
34
34
  "@emotion/styled": "^11.3.0",