File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ const ImageStandAloneComponent = (
21
21
fallbackRatio = { props . ratio && getFallbackRatio ( props . ratio ) }
22
22
objectFit = { props ?. objectFit }
23
23
ratio = { props . ratio }
24
+ tabIndex = { props . tabIndex }
24
25
>
25
26
< PictureSourceStandAlone mediaSource = { props . images [ DeviceBreakpointsType . LARGE_DESKTOP ] } />
26
27
< PictureSourceStandAlone mediaSource = { props . images [ DeviceBreakpointsType . DESKTOP ] } />
Original file line number Diff line number Diff line change @@ -52,5 +52,6 @@ export const Image: Story = {
52
52
} ,
53
53
} ,
54
54
themeArgs : themesObject [ themeSelected ] [ STYLES_NAME . IMAGE ] ,
55
+ tabIndex : 1 ,
55
56
} ,
56
57
} ;
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ export interface IImageStandAlone {
25
25
borderRadius ?: string ;
26
26
objectFit ?: ImageObjectFitType ;
27
27
component ?: GenericImageType ;
28
+ tabIndex ?: number ;
28
29
}
29
30
30
31
export type IImage = IImageStandAlone ;
You can’t perform that action at this time.
0 commit comments