Commit Graph

25 Commits

Author SHA1 Message Date
9e52309f0b
refactor: update SingleWeekPicker component documentation and replace SingleDatePicker with SingleWeekPicker
All checks were successful
Publish to npm / publish (push) Successful in 24s
2025-02-23 09:58:01 +11:00
777c715184
refactor: improve props description for adding online document references
All checks were successful
Publish to npm / publish (push) Successful in 26s
2025-02-23 09:51:49 +11:00
46e1fefa69
fix: update available date range in SingleDatePicker component
Some checks are pending
Publish to npm / publish (push) Waiting to run
2025-02-21 17:45:13 +11:00
4b0b821da5
feat: add available date range feature to SingleDatePicker component 2025-02-21 17:42:31 +11:00
1eb59aa151
feat: add value prop to SingleWeekPicker for programmatic date control
All checks were successful
Publish to npm / publish (push) Successful in 29s
2025-02-20 20:35:13 +11:00
4d1f8725a4
refactor: enable source maps in Vite config
All checks were successful
Publish to npm / publish (push) Successful in 28s
2025-02-20 20:20:25 +11:00
a96eb9528d
refactor: playground updated for remove onSelect callback from SingleWeekPicker and adjust layout in app component
All checks were successful
Publish to npm / publish (push) Successful in 27s
2025-02-20 19:57:21 +11:00
39ffb6f784
feat: integrate onSelect callback in SingleWeekPicker and update week calculation logic
All checks were successful
Publish to npm / publish (push) Successful in 25s
2025-02-20 19:36:24 +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
768d68951b
feat: add SingleWeekPicker component and integrate with SingleDatePicker in the app 2025-02-20 16:36:13 +11:00
d7feff5e37
fix: update import path for SingleDatePicker and add type annotation to component
All checks were successful
Publish to npm / publish (push) Successful in 24s
2025-02-20 15:35:47 +11:00
6fdcd80710
feat: add vite-plugin-css-injected-by-js for improved CSS handling and update app import path
All checks were successful
Publish to npm / publish (push) Successful in 26s
2025-02-20 14:52:48 +11:00
d2c9e4aeeb
fix: update import from WeekPicker to SingleDatePicker in app.tsx
All checks were successful
Publish to npm / publish (push) Successful in 22s
2025-02-20 13:18:27 +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
09b7f0b997
feat: add mainColor prop to SingleDatePicker and replace arrow icons with inline SVGs 2025-02-20 09:52:45 +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
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
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
f55c72b535
add: support value prop to control the selected date 2025-02-19 19:38:57 +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