feat(toggle component): Enhanced consent toggle component with drag functionality

This commit is contained in:
2025-01-16 01:23:13 +01:00
parent 6e6f5273a2
commit 66a883d90e
3 changed files with 169 additions and 35 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2025-01-16 - 1.4.0 - feat(toggle component)
Enhanced consent toggle component with drag functionality
- Implemented drag functionality for the toggle knob.
- Added smooth transitions for the toggle knob movement.
- Handled drag state management to differentiate between actual click and drag.
- Improved user interaction by allowing click anywhere in the toggle area.
## 2025-01-16 - 1.3.5 - fix(elements)
Improved styling consistency across several components