From f4924bc8564384bbe1f6cd222c7e3de6c077e236 Mon Sep 17 00:00:00 2001 From: Wojciech Maj Date: Tue, 30 Apr 2024 10:30:29 +0200 Subject: [PATCH] [breaking] Separate React-Clock props from component's own props --- packages/react-timerange-picker/README.md | 2 +- .../src/TimeRangePicker.spec.tsx | 6 ++++-- .../src/TimeRangePicker.tsx | 21 +++++-------------- test/Test.tsx | 2 +- 4 files changed, 11 insertions(+), 20 deletions(-) diff --git a/packages/react-timerange-picker/README.md b/packages/react-timerange-picker/README.md index ae191dd..24da70f 100644 --- a/packages/react-timerange-picker/README.md +++ b/packages/react-timerange-picker/README.md @@ -99,7 +99,7 @@ Displays an input field complete with custom inputs, native input and a clock. | clearAriaLabel | `aria-label` for the clear button. | n/a | `"Clear value"` | | clearIcon | Content of the clear button. Setting the value explicitly to `null` will hide the icon. | (default icon) | | | clockAriaLabel | `aria-label` for the clock button. | n/a | `"Toggle clock"` | -| clockClassName | Class name(s) that will be added along with `"react-clock"` to the main React-Clock `