File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed
tests/dummy/app/templates/demo Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 22 class ={{ class-names
33 (unless (eq @hasShadow false ) " euiImage--hasShadow" )
44 componentName =" EuiImage"
5- size = @size
5+ size = @size
66 }}
77 ...attributes
88>
5252 {{ on " click" this.toggleFullscreen }}
5353 >
5454 <img class =" euiImage-isFullScreen__img" src ={{ @url }} alt ={{ @alt }} />
55- <EuiIcon
56- class =" euiImage-isFullScreen__icon"
57- @type =" cross"
58- @color ={{ if (not (eq @fullScreenIconColor " dark" )) " ghost" }}
59- />
6055 </button >
6156 <figcaption class =" euiImage__caption" >
6257 {{ @caption }}
6358 </figcaption >
6459 </figure >
60+ <EuiIcon
61+ class =" euiImage-isFullScreenCloseIcon"
62+ @type =" cross"
63+ @color ={{ if (not (eq @fullScreenIconColor " dark" )) " ghost" }}
64+ />
6565 </EuiOverlayMask >
6666{{ /if }}
Original file line number Diff line number Diff line change 33 insertBefore =null
44}}
55 <div
6- role =" button"
76 class ={{ class-names
87 " euiOverlayMask"
98 (unless
Original file line number Diff line number Diff line change 88 </EuiPageHeaderSection >
99</EuiPageHeader >
1010<EuiPageContent >
11- <EuiPageContentBody class = " euiFlexGroup euiFlexGroup--directionColumn " >
11+ <EuiPageContentBody >
1212 <EuiText @color =" primary" >
1313 Size s
1414 </EuiText >
2121 @allowFullScreen ={{ true }}
2222 @fullScreenIconColor =" light"
2323 />
24+
2425 <EuiText @color =" accent" >
2526 Size m
2627 </EuiText >
3334 @allowFullScreen ={{ true }}
3435 @fullScreenIconColor =" light"
3536 />
37+
3638 <EuiText @color =" warning" >
3739 Size l
3840 </EuiText >
4547 @allowFullScreen ={{ true }}
4648 @fullScreenIconColor =" light"
4749 />
50+
4851 <EuiText @color =" warning" >
4952 Size Custom 300px
5053 </EuiText >
You can’t perform that action at this time.
0 commit comments