@commercetools-uikit/time-input 15.14.2 → 15.14.3

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.
@@ -407,7 +407,7 @@ TimeInput.toLocaleTime = function (time, locale) {
407
407
  var TimeInput$1 = TimeInput;
408
408
 
409
409
  // NOTE: This string will be replaced on build time with the package version.
410
- var version = "15.14.2";
410
+ var version = "15.14.3";
411
411
 
412
412
  exports["default"] = TimeInput$1;
413
413
  exports.version = version;
@@ -370,7 +370,7 @@ 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 = "15.14.2";
373
+ var version = "15.14.3";
374
374
 
375
375
  exports["default"] = TimeInput$1;
376
376
  exports.version = version;
@@ -385,6 +385,6 @@ TimeInput.toLocaleTime = function (time, locale) {
385
385
  var TimeInput$1 = TimeInput;
386
386
 
387
387
  // NOTE: This string will be replaced on build time with the package version.
388
- var version = "15.14.2";
388
+ var version = "15.14.3";
389
389
 
390
390
  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": "15.14.2",
4
+ "version": "15.14.3",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,14 +21,14 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/accessible-button": "15.14.2",
25
- "@commercetools-uikit/constraints": "15.14.2",
26
- "@commercetools-uikit/design-system": "15.14.2",
27
- "@commercetools-uikit/hooks": "15.14.2",
28
- "@commercetools-uikit/icons": "15.14.2",
29
- "@commercetools-uikit/input-utils": "15.14.2",
30
- "@commercetools-uikit/spacings-inline": "15.14.2",
31
- "@commercetools-uikit/utils": "15.14.2",
24
+ "@commercetools-uikit/accessible-button": "15.14.3",
25
+ "@commercetools-uikit/constraints": "15.14.3",
26
+ "@commercetools-uikit/design-system": "15.14.3",
27
+ "@commercetools-uikit/hooks": "15.14.3",
28
+ "@commercetools-uikit/icons": "15.14.3",
29
+ "@commercetools-uikit/input-utils": "15.14.3",
30
+ "@commercetools-uikit/spacings-inline": "15.14.3",
31
+ "@commercetools-uikit/utils": "15.14.3",
32
32
  "@emotion/is-prop-valid": "1.2.0",
33
33
  "@emotion/react": "^11.10.5",
34
34
  "@emotion/styled": "^11.10.5",