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) {
36
36
< Grid UNSAFE_className = { listStyles [ 'react-spectrum-ListViewItem-grid' ] } >
37
37
< SlotProvider
38
38
slots = { {
39
- content : { UNSAFE_className : listStyles [ 'react-spectrum-ListViewItem-content' ] } ,
40
39
text : { UNSAFE_className : listStyles [ 'react-spectrum-ListViewItem-content' ] } ,
41
40
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 ' ] } ,
44
43
actionButton : { UNSAFE_className : listStyles [ 'react-spectrum-ListViewItem-actions' ] , isQuiet : true } ,
45
44
actionGroup : {
46
45
UNSAFE_className : listStyles [ 'react-spectrum-ListViewItem-actions' ] ,
Original file line number Diff line number Diff line change 403
403
grid-template-areas :
404
404
"thumbnail content . badge"
405
405
"thumbnail description . badge" ;
406
- grid-template-columns : auto auto auto 1fr ;
406
+ grid-template-columns : auto auto 1fr auto ;
407
407
}
408
408
409
409
.react-spectrum-ListViewItem-badge {
You can’t perform that action at this time.
0 commit comments