File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
packages/@react-spectrum/list/src Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,10 @@ export function DragPreview(props: DragPreviewProps) {
3636 < Grid UNSAFE_className = { listStyles [ 'react-spectrum-ListViewItem-grid' ] } >
3737 < SlotProvider
3838 slots = { {
39- content : { UNSAFE_className : listStyles [ 'react-spectrum-ListViewItem-content' ] } ,
4039 text : { UNSAFE_className : listStyles [ 'react-spectrum-ListViewItem-content' ] } ,
4140 description : { UNSAFE_className : listStyles [ 'react-spectrum-ListViewItem-description' ] } ,
42- illustration : { UNSAFE_className : listStyles [ 'react-spectrum-ListViewItem-illustration ' ] } ,
43- image : { UNSAFE_className : listStyles [ 'react-spectrum-ListViewItem-image ' ] } ,
41+ illustration : { UNSAFE_className : listStyles [ 'react-spectrum-ListViewItem-thumbnail ' ] } ,
42+ image : { UNSAFE_className : listStyles [ 'react-spectrum-ListViewItem-thumbnail ' ] } ,
4443 actionButton : { UNSAFE_className : listStyles [ 'react-spectrum-ListViewItem-actions' ] , isQuiet : true } ,
4544 actionGroup : {
4645 UNSAFE_className : listStyles [ 'react-spectrum-ListViewItem-actions' ] ,
Original file line number Diff line number Diff line change 403403 grid-template-areas :
404404 "thumbnail content . badge"
405405 "thumbnail description . badge" ;
406- grid-template-columns : auto auto auto 1fr ;
406+ grid-template-columns : auto auto 1fr auto ;
407407 }
408408
409409 .react-spectrum-ListViewItem-badge {
You can’t perform that action at this time.
0 commit comments