@visns-studio/visns-components 4.0.7 → 4.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,7 +3,7 @@ import { SortableElement, sortableHandle } from 'react-sortable-hoc';
3
3
  import { ChevronVertical, Pencil, TrashCan } from 'akar-icons';
4
4
 
5
5
  const DragHandle = sortableHandle(() => (
6
- <ChevronVertical strokeWidth={1} size={26} />
6
+ <ChevronVertical className="drag-handle" strokeWidth={1} size={26} />
7
7
  ));
8
8
 
9
9
  // Utility function to truncate text