@commercetools-uikit/time-input 16.7.2 → 16.7.4

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.
@@ -365,7 +365,7 @@ TimeInput.toLocaleTime = (time, locale) => {
365
365
  var TimeInput$1 = TimeInput;
366
366
 
367
367
  // NOTE: This string will be replaced on build time with the package version.
368
- var version = "16.7.2";
368
+ var version = "16.7.4";
369
369
 
370
370
  exports["default"] = TimeInput$1;
371
371
  exports.version = version;
@@ -329,7 +329,7 @@ TimeInput.toLocaleTime = (time, locale) => {
329
329
  var TimeInput$1 = TimeInput;
330
330
 
331
331
  // NOTE: This string will be replaced on build time with the package version.
332
- var version = "16.7.2";
332
+ var version = "16.7.4";
333
333
 
334
334
  exports["default"] = TimeInput$1;
335
335
  exports.version = version;
@@ -343,6 +343,6 @@ TimeInput.toLocaleTime = (time, locale) => {
343
343
  var TimeInput$1 = TimeInput;
344
344
 
345
345
  // NOTE: This string will be replaced on build time with the package version.
346
- var version = "16.7.2";
346
+ var version = "16.7.4";
347
347
 
348
348
  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": "16.7.2",
4
+ "version": "16.7.4",
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": "16.7.2",
25
- "@commercetools-uikit/constraints": "16.7.2",
26
- "@commercetools-uikit/design-system": "16.7.2",
27
- "@commercetools-uikit/hooks": "16.7.2",
28
- "@commercetools-uikit/icons": "16.7.2",
29
- "@commercetools-uikit/input-utils": "16.7.2",
30
- "@commercetools-uikit/spacings-inline": "16.7.2",
31
- "@commercetools-uikit/utils": "16.7.2",
24
+ "@commercetools-uikit/accessible-button": "16.7.4",
25
+ "@commercetools-uikit/constraints": "16.7.4",
26
+ "@commercetools-uikit/design-system": "16.7.4",
27
+ "@commercetools-uikit/hooks": "16.7.4",
28
+ "@commercetools-uikit/icons": "16.7.4",
29
+ "@commercetools-uikit/input-utils": "16.7.4",
30
+ "@commercetools-uikit/spacings-inline": "16.7.4",
31
+ "@commercetools-uikit/utils": "16.7.4",
32
32
  "@emotion/is-prop-valid": "1.2.1",
33
33
  "@emotion/react": "^11.10.5",
34
34
  "@emotion/styled": "^11.10.5",