Commit Graph

19 Commits

Author SHA1 Message Date
cd0d6d1cba
refactor: rename CSS classes for better namespace management
All checks were successful
Publish to npm / publish (push) Successful in 31s
2025-02-23 09:39:18 +11:00
4b0b821da5
feat: add available date range feature to SingleDatePicker component 2025-02-21 17:42:31 +11:00
1f44240d69
fix: add padding to item styles in style.scss 2025-02-21 17:04:16 +11:00
580cbbb5a0
fix: adjust font size and width for indicator styles in style.scss 2025-02-21 17:01:29 +11:00
5c03b4ce50
fix: refactor layout and styling for SingleWeekPicker component
All checks were successful
Publish to npm / publish (push) Successful in 29s
2025-02-20 19:12:21 +11:00
ac798d2e67
fix: update type annotations in SingleDatePicker and SingleWeekPicker components
All checks were successful
Publish to npm / publish (push) Successful in 25s
2025-02-20 17:04:50 +11:00
768d68951b
feat: add SingleWeekPicker component and integrate with SingleDatePicker in the app 2025-02-20 16:36:13 +11:00
ef0b2e03c3
fix: enhance SingleDatePicker layout with grid styling and update component description 2025-02-20 15:47:05 +11:00
4513d9a1ce
fix: disable date selection for non-current months 2025-02-20 10:02:37 +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
a7d9c62fd5
feat: add color customization options to SingleDatePicker and implement unique ID generation for styling 2025-02-20 09:47:54 +11:00
e6ebe8ded1
fix: add closable feature to SingleDatePicker and enhance documentation for new props 2025-02-19 22:20:59 +11:00
51a49e1165
feat: implement year/month selection in SingleDatePicker with updated styling 2025-02-19 21:00:08 +11:00
d8658de5ca
add: define border color variable for improved style consistency in style.scss 2025-02-19 19:38:41 +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