chore: update gsap to version 3.13.0 and refactor DraggableWidget component

- Updated gsap dependency in
- Refactored DraggableWidget component to utilize gsap's Draggable for improved drag-and-drop functionality.

- Enhanced the handling of widget reordering and panel capacity calculations.
- Improved the rendering logic for different widget types.
- Added new styles for better visual feedback during drag operations.
This commit is contained in:
2025-06-21 10:49:55 +05:30
parent 6febdd4296
commit 7ef0fe28e6
6 changed files with 672 additions and 456 deletions

View File

@@ -26,7 +26,7 @@
"chartjs-plugin-annotation": "^3.1.0",
"dxf-parser": "^1.1.2",
"glob": "^11.0.0",
"gsap": "^3.12.5",
"gsap": "^3.13.0",
"html2canvas": "^1.4.1",
"immer": "^9.0.21",
"leva": "^0.10.0",