### `<TimeInputNext />`

`<TimeInputNext/>` is a new component that was developed to replace `<TimeInput/>`.
  
Changes that was made:
-   removed  `disableAmPm`, use  `locale`  instead. It automatically sets time format.
-   `minutesStep`  is renamed to  `step`
-   `customSuffix`  is renamed to  `suffix`
-   removed  `showSeconds`,  `dashesWhenDisabled`,  `hideStatusSuffix`.