@commercetools-uikit/time-input 15.9.0 → 15.10.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.
@@ -388,7 +388,7 @@ TimeInput.toLocaleTime = function (time, locale) {
388
388
  var TimeInput$1 = TimeInput;
389
389
 
390
390
  // NOTE: This string will be replaced on build time with the package version.
391
- var version = "15.9.0";
391
+ var version = "15.10.0";
392
392
 
393
393
  exports["default"] = TimeInput$1;
394
394
  exports.version = version;
@@ -351,7 +351,7 @@ TimeInput.toLocaleTime = function (time, locale) {
351
351
  var TimeInput$1 = TimeInput;
352
352
 
353
353
  // NOTE: This string will be replaced on build time with the package version.
354
- var version = "15.9.0";
354
+ var version = "15.10.0";
355
355
 
356
356
  exports["default"] = TimeInput$1;
357
357
  exports.version = version;
@@ -366,6 +366,6 @@ TimeInput.toLocaleTime = function (time, locale) {
366
366
  var TimeInput$1 = TimeInput;
367
367
 
368
368
  // NOTE: This string will be replaced on build time with the package version.
369
- var version = "15.9.0";
369
+ var version = "15.10.0";
370
370
 
371
371
  export { TimeInput$1 as default, version };
@@ -1,6 +1,6 @@
1
1
  import { type KeyboardEvent, type MouseEvent } from 'react';
2
2
  import type { TTimeInputProps } from './time-input';
3
- declare type TClearSectionProps = {
3
+ type TClearSectionProps = {
4
4
  isDisabled?: boolean;
5
5
  hasError?: boolean;
6
6
  isReadOnly?: boolean;
@@ -1,5 +1,5 @@
1
1
  import { type FocusEventHandler, type ChangeEventHandler } from 'react';
2
- export declare type TTimeInputProps = {
2
+ export type TTimeInputProps = {
3
3
  id?: string;
4
4
  'aria-invalid'?: boolean;
5
5
  'aria-errormessage'?: string;
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.9.0",
4
+ "version": "15.10.0",
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.19.0",
23
23
  "@babel/runtime-corejs3": "^7.19.1",
24
- "@commercetools-uikit/accessible-button": "15.9.0",
25
- "@commercetools-uikit/constraints": "15.9.0",
26
- "@commercetools-uikit/design-system": "15.9.0",
27
- "@commercetools-uikit/hooks": "15.9.0",
28
- "@commercetools-uikit/icons": "15.9.0",
29
- "@commercetools-uikit/input-utils": "15.9.0",
30
- "@commercetools-uikit/spacings-inline": "15.9.0",
31
- "@commercetools-uikit/utils": "15.9.0",
24
+ "@commercetools-uikit/accessible-button": "15.10.0",
25
+ "@commercetools-uikit/constraints": "15.10.0",
26
+ "@commercetools-uikit/design-system": "15.10.0",
27
+ "@commercetools-uikit/hooks": "15.10.0",
28
+ "@commercetools-uikit/icons": "15.10.0",
29
+ "@commercetools-uikit/input-utils": "15.10.0",
30
+ "@commercetools-uikit/spacings-inline": "15.10.0",
31
+ "@commercetools-uikit/utils": "15.10.0",
32
32
  "@emotion/is-prop-valid": "1.2.0",
33
33
  "@emotion/react": "^11.4.0",
34
34
  "@emotion/styled": "^11.3.0",