fac8e91d3a
* refactor(DraggableList): remove antd List component The DraggableList component was unnecessarily wrapped in an antd List component. This change removes the antd List and replaces it with a standard div. A `className` has been added to the new div for testing purposes. The `listProps` prop is preserved and its type is updated to `React.HTMLAttributes<HTMLDivElement>`. The tests have been updated to reflect the new DOM structure, using a class selector instead of a data-testid. The antd mock has been removed, and the snapshot has been updated. * test: fix --------- Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>