Commit Graph

34 Commits

Author SHA1 Message Date
ea73c1c108
feat: add year adjustment functionality to SingleDatePicker 2025-02-20 10:07:43 +11:00
4513d9a1ce
fix: disable date selection for non-current months 2025-02-20 10:02:37 +11:00
1088ab5508
feat: update color properties in SingleDatePicker for enhanced customization 2025-02-20 09:59:11 +11:00
ae369cceb7
fix: update styles to use main color variable for consistency 2025-02-20 09:55:08 +11:00
8c93a1756a
fix: update color variables in styles to avoid the conflict with other variables 2025-02-20 09:54:06 +11:00
09b7f0b997
feat: add mainColor prop to SingleDatePicker and replace arrow icons with inline SVGs 2025-02-20 09:52:45 +11:00
a7d9c62fd5
feat: add color customization options to SingleDatePicker and implement unique ID generation for styling 2025-02-20 09:47:54 +11:00
9b420232a3
fix: update SingleDatePicker to use onClose prop for closing functionality and improve accessibility 2025-02-19 22:32:26 +11:00
e6ebe8ded1
fix: add closable feature to SingleDatePicker and enhance documentation for new props 2025-02-19 22:20:59 +11:00
c6d7d49ae4
fix: enhance documentation in SingleDatePicker for props clarity and localization details 2025-02-19 22:12:40 +11:00
44ace7cddb
fix: enhance accessibility in SingleDatePicker by adding roles and improving aria-labels 2025-02-19 22:07:03 +11:00
7b20bcbf14
fix: improve accessibility by adding aria-labels to SingleDatePicker components 2025-02-19 21:51:52 +11:00
b17a95c47b
fix: update documentation in SingleDatePicker to clarify screen reader behavior with localization 2025-02-19 21:43:35 +11:00
7a76aecb30
fix: clarify localization note in SingleDatePicker documentation regarding screen reader impact 2025-02-19 21:42:59 +11:00
c758deda1f
feat: enhance SingleDatePicker with localization support and improved accessibility 2025-02-19 21:42:30 +11:00
047b36bd56
chore: update some debugging code 2025-02-19 21:06:57 +11:00
1c532851ac
feat: add localization support to SingleDatePicker for date formatting 2025-02-19 21:04:49 +11:00
51a49e1165
feat: implement year/month selection in SingleDatePicker with updated styling 2025-02-19 21:00:08 +11:00
055ea48bc7
chore: update .gitignore to exclude compiled CSS files 2025-02-19 20:50:46 +11:00
515a22c571
style: update border styling in app.scss for improved UI appearance 2025-02-19 20:45:48 +11:00
92f22d1331
feat: add onSelect callback to SingleDatePicker and integrate with WeekPicker 2025-02-19 19:55:36 +11:00
a7e7cbe3fa
refactor: remove console log from SingleDatePicker component 2025-02-19 19:41:05 +11:00
2cadaae650
fix: update key prop in SingleDatePicker to avoid same key issue 2025-02-19 19:41:05 +11:00
6b2af762f9
refactor: adjust calendar start date calculation to handle week alignment correctly 2025-02-19 19:40:59 +11:00
f55c72b535
add: support value prop to control the selected date 2025-02-19 19:38:57 +11:00
d8658de5ca
add: define border color variable for improved style consistency in style.scss 2025-02-19 19:38:41 +11:00
48d3b6f559
refactor: update weekday localization to use narrow format in getL10Weekday utility 2025-02-19 19:38:36 +11:00
d8a38786fb
refactor: enhance localization support in SingleDatePicker component 2025-02-19 19:38:22 +11:00
52e4695ad5
refactor: add month navigation functionality to SingleDatePicker component 2025-02-19 19:38:10 +11:00
1b204b8dc0
refactor: enhance SingleDatePicker button styles and improve hover effects 2025-02-19 19:37:58 +11:00
613b8eebe8
refactor: streamline button styles and improve consistency in style.scss 2025-02-19 19:37:51 +11:00
1a9cb24e6e
refactor: simplify state management and enhance styling for SingleDatePicker component 2025-02-19 19:37:41 +11:00
4aa4c8f4e7
add: SingleDatePicker component with simple style and layout 2025-02-19 19:36:23 +11:00
47b565fcdf
initial commit 2025-02-19 19:36:11 +11:00