File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -80,9 +80,9 @@ const CarouselStandAloneComponent = (
80
80
< RootStyled
81
81
ref = { ref }
82
82
allowModifySliceWidth = { allowModifySliceWidth }
83
+ aria-label = { props [ 'aria-label' ] }
83
84
aria-labelledby = { props [ 'aria-labelledby' ] }
84
85
aria-roledescription = "carousel"
85
- aria-label = { props [ 'aria-label' ] }
86
86
data-testid = { `${ dataTestId } Wrapper` }
87
87
styles = { styles }
88
88
onKeyDown = { onKeyDown }
Original file line number Diff line number Diff line change @@ -23,7 +23,10 @@ export type PageControlAutomateConfigType = Omit<
23
23
mediaProgressBar : CarouselMediaProgressBarType ;
24
24
} ;
25
25
26
- type CarouselAriaAttributes = Pick < React . AriaAttributes , 'aria-labelledby' | 'aria-live' | 'aria-label' > ;
26
+ type CarouselAriaAttributes = Pick <
27
+ React . AriaAttributes ,
28
+ 'aria-labelledby' | 'aria-live' | 'aria-label'
29
+ > ;
27
30
28
31
export interface ICarouselStandAlone extends CarouselAriaAttributes {
29
32
styles : CarouselPropsStylesType ;
You can’t perform that action at this time.
0 commit comments