Skip to content

Commit

Permalink
updating snapshots (#363)
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Li <lnse@amazon.com>
  • Loading branch information
sejli committed Feb 6, 2024
1 parent 29e5867 commit caee2ba
Show file tree
Hide file tree
Showing 8 changed files with 447 additions and 163 deletions.
200 changes: 160 additions & 40 deletions public/components/common/__test__/__snapshots__/flyout.test.tsx.snap

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ exports[`Header component Renders header component 1`] = `
size="s"
type="popout"
>
<EuiIconEmpty
<EuiIconBeaker
aria-hidden={true}
aria-label="External link"
className="euiIcon euiIcon--small euiIcon-isLoading euiLink__externalIcon"
Expand All @@ -62,8 +62,12 @@ exports[`Header component Renders header component 1`] = `
viewBox="0 0 16 16"
width={16}
xmlns="http://www.w3.org/2000/svg"
/>
</EuiIconEmpty>
>
<path
d="M5.277 10.088c.02.014.04.03.057.047.582.55 1.134.812 1.666.812.586 0 1.84-.293 3.713-.88L9 6.212V2H7v4.212l-1.723 3.876Zm-.438.987L3.539 14h8.922l-1.32-2.969C9.096 11.677 7.733 12 7 12c-.74 0-1.463-.315-2.161-.925ZM6 2H5V1h6v1h-1v4l3.375 7.594A1 1 0 0 1 12.461 15H3.54a1 1 0 0 1-.914-1.406L6 6V2Z"
/>
</svg>
</EuiIconBeaker>
</EuiIcon>
<EuiScreenReaderOnly>
<span
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ exports[`Create index component Renders create index component 1`] = `
size="s"
type="popout"
>
<EuiIconEmpty
<EuiIconBeaker
aria-hidden={true}
aria-label="External link"
className="euiIcon euiIcon--small euiIcon-isLoading euiLink__externalIcon"
Expand All @@ -63,8 +63,12 @@ exports[`Create index component Renders create index component 1`] = `
viewBox="0 0 16 16"
width={16}
xmlns="http://www.w3.org/2000/svg"
/>
</EuiIconEmpty>
>
<path
d="M5.277 10.088c.02.014.04.03.057.047.582.55 1.134.812 1.666.812.586 0 1.84-.293 3.713-.88L9 6.212V2H7v4.212l-1.723 3.876Zm-.438.987L3.539 14h8.922l-1.32-2.969C9.096 11.677 7.733 12 7 12c-.74 0-1.463-.315-2.161-.925ZM6 2H5V1h6v1h-1v4l3.375 7.594A1 1 0 0 1 12.461 15H3.54a1 1 0 0 1-.914-1.406L6 6V2Z"
/>
</svg>
</EuiIconBeaker>
</EuiIcon>
<EuiScreenReaderOnly>
<span
Expand Down Expand Up @@ -165,7 +169,7 @@ exports[`Create index component Renders create index component 1`] = `
size="s"
type="popout"
>
<EuiIconEmpty
<EuiIconBeaker
aria-hidden={true}
aria-label="External link"
className="euiIcon euiIcon--small euiIcon-isLoading euiLink__externalIcon"
Expand All @@ -184,8 +188,12 @@ exports[`Create index component Renders create index component 1`] = `
viewBox="0 0 16 16"
width={16}
xmlns="http://www.w3.org/2000/svg"
/>
</EuiIconEmpty>
>
<path
d="M5.277 10.088c.02.014.04.03.057.047.582.55 1.134.812 1.666.812.586 0 1.84-.293 3.713-.88L9 6.212V2H7v4.212l-1.723 3.876Zm-.438.987L3.539 14h8.922l-1.32-2.969C9.096 11.677 7.733 12 7 12c-.74 0-1.463-.315-2.161-.925ZM6 2H5V1h6v1h-1v4l3.375 7.594A1 1 0 0 1 12.461 15H3.54a1 1 0 0 1-.914-1.406L6 6V2Z"
/>
</svg>
</EuiIconBeaker>
</EuiIcon>
<EuiScreenReaderOnly>
<span
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ exports[`Result grid component Renders result grid component 1`] = `
<EuiIcon
type="sortUp"
>
<EuiIconEmpty
<EuiIconBeaker
aria-hidden={true}
className="euiIcon euiIcon--medium euiIcon-isLoading"
focusable="false"
Expand All @@ -293,8 +293,12 @@ exports[`Result grid component Renders result grid component 1`] = `
viewBox="0 0 16 16"
width={16}
xmlns="http://www.w3.org/2000/svg"
/>
</EuiIconEmpty>
>
<path
d="M5.277 10.088c.02.014.04.03.057.047.582.55 1.134.812 1.666.812.586 0 1.84-.293 3.713-.88L9 6.212V2H7v4.212l-1.723 3.876Zm-.438.987L3.539 14h8.922l-1.32-2.969C9.096 11.677 7.733 12 7 12c-.74 0-1.463-.315-2.161-.925ZM6 2H5V1h6v1h-1v4l3.375 7.594A1 1 0 0 1 12.461 15H3.54a1 1 0 0 1-.914-1.406L6 6V2Z"
/>
</svg>
</EuiIconBeaker>
</EuiIcon>
Up
1
Expand Down Expand Up @@ -504,7 +508,7 @@ exports[`Result grid component Renders result grid component 1`] = `
<EuiIcon
type="sortDown"
>
<EuiIconEmpty
<EuiIconBeaker
aria-hidden={true}
className="euiIcon euiIcon--medium euiIcon-isLoading"
focusable="false"
Expand All @@ -521,8 +525,12 @@ exports[`Result grid component Renders result grid component 1`] = `
viewBox="0 0 16 16"
width={16}
xmlns="http://www.w3.org/2000/svg"
/>
</EuiIconEmpty>
>
<path
d="M5.277 10.088c.02.014.04.03.057.047.582.55 1.134.812 1.666.812.586 0 1.84-.293 3.713-.88L9 6.212V2H7v4.212l-1.723 3.876Zm-.438.987L3.539 14h8.922l-1.32-2.969C9.096 11.677 7.733 12 7 12c-.74 0-1.463-.315-2.161-.925ZM6 2H5V1h6v1h-1v4l3.375 7.594A1 1 0 0 1 12.461 15H3.54a1 1 0 0 1-.914-1.406L6 6V2Z"
/>
</svg>
</EuiIconBeaker>
</EuiIcon>
Down
1
Expand Down Expand Up @@ -745,7 +753,7 @@ exports[`Result grid component Renders result grid component 1`] = `
<EuiIcon
type="sortUp"
>
<EuiIconEmpty
<EuiIconBeaker
aria-hidden={true}
className="euiIcon euiIcon--medium euiIcon-isLoading"
focusable="false"
Expand All @@ -762,8 +770,12 @@ exports[`Result grid component Renders result grid component 1`] = `
viewBox="0 0 16 16"
width={16}
xmlns="http://www.w3.org/2000/svg"
/>
</EuiIconEmpty>
>
<path
d="M5.277 10.088c.02.014.04.03.057.047.582.55 1.134.812 1.666.812.586 0 1.84-.293 3.713-.88L9 6.212V2H7v4.212l-1.723 3.876Zm-.438.987L3.539 14h8.922l-1.32-2.969C9.096 11.677 7.733 12 7 12c-.74 0-1.463-.315-2.161-.925ZM6 2H5V1h6v1h-1v4l3.375 7.594A1 1 0 0 1 12.461 15H3.54a1 1 0 0 1-.914-1.406L6 6V2Z"
/>
</svg>
</EuiIconBeaker>
</EuiIcon>
Up
7
Expand Down Expand Up @@ -973,7 +985,7 @@ exports[`Result grid component Renders result grid component 1`] = `
<EuiIcon
type="sortUp"
>
<EuiIconEmpty
<EuiIconBeaker
aria-hidden={true}
className="euiIcon euiIcon--medium euiIcon-isLoading"
focusable="false"
Expand All @@ -990,8 +1002,12 @@ exports[`Result grid component Renders result grid component 1`] = `
viewBox="0 0 16 16"
width={16}
xmlns="http://www.w3.org/2000/svg"
/>
</EuiIconEmpty>
>
<path
d="M5.277 10.088c.02.014.04.03.057.047.582.55 1.134.812 1.666.812.586 0 1.84-.293 3.713-.88L9 6.212V2H7v4.212l-1.723 3.876Zm-.438.987L3.539 14h8.922l-1.32-2.969C9.096 11.677 7.733 12 7 12c-.74 0-1.463-.315-2.161-.925ZM6 2H5V1h6v1h-1v4l3.375 7.594A1 1 0 0 1 12.461 15H3.54a1 1 0 0 1-.914-1.406L6 6V2Z"
/>
</svg>
</EuiIconBeaker>
</EuiIcon>
Up
96
Expand Down Expand Up @@ -1233,7 +1249,7 @@ exports[`Result grid component Renders result grid component 1`] = `
tabIndex={0}
type="questionInCircle"
>
<EuiIconEmpty
<EuiIconBeaker
aria-hidden={true}
aria-label="IconTip"
className="euiIcon euiIcon--medium euiIcon--customColor euiIcon-isLoading"
Expand Down Expand Up @@ -1266,8 +1282,12 @@ exports[`Result grid component Renders result grid component 1`] = `
viewBox="0 0 16 16"
width={16}
xmlns="http://www.w3.org/2000/svg"
/>
</EuiIconEmpty>
>
<path
d="M5.277 10.088c.02.014.04.03.057.047.582.55 1.134.812 1.666.812.586 0 1.84-.293 3.713-.88L9 6.212V2H7v4.212l-1.723 3.876Zm-.438.987L3.539 14h8.922l-1.32-2.969C9.096 11.677 7.733 12 7 12c-.74 0-1.463-.315-2.161-.925ZM6 2H5V1h6v1h-1v4l3.375 7.594A1 1 0 0 1 12.461 15H3.54a1 1 0 0 1-.914-1.406L6 6V2Z"
/>
</svg>
</EuiIconBeaker>
</EuiIcon>
</span>
</EuiToolTip>
Expand Down Expand Up @@ -1509,7 +1529,7 @@ exports[`Result grid component Renders result grid component 1`] = `
tabIndex={0}
type="questionInCircle"
>
<EuiIconEmpty
<EuiIconBeaker
aria-hidden={true}
aria-label="IconTip"
className="euiIcon euiIcon--medium euiIcon--customColor euiIcon-isLoading"
Expand Down Expand Up @@ -1542,8 +1562,12 @@ exports[`Result grid component Renders result grid component 1`] = `
viewBox="0 0 16 16"
width={16}
xmlns="http://www.w3.org/2000/svg"
/>
</EuiIconEmpty>
>
<path
d="M5.277 10.088c.02.014.04.03.057.047.582.55 1.134.812 1.666.812.586 0 1.84-.293 3.713-.88L9 6.212V2H7v4.212l-1.723 3.876Zm-.438.987L3.539 14h8.922l-1.32-2.969C9.096 11.677 7.733 12 7 12c-.74 0-1.463-.315-2.161-.925ZM6 2H5V1h6v1h-1v4l3.375 7.594A1 1 0 0 1 12.461 15H3.54a1 1 0 0 1-.914-1.406L6 6V2Z"
/>
</svg>
</EuiIconBeaker>
</EuiIcon>
</span>
</EuiToolTip>
Expand Down Expand Up @@ -1785,7 +1809,7 @@ exports[`Result grid component Renders result grid component 1`] = `
tabIndex={0}
type="questionInCircle"
>
<EuiIconEmpty
<EuiIconBeaker
aria-hidden={true}
aria-label="IconTip"
className="euiIcon euiIcon--medium euiIcon--customColor euiIcon-isLoading"
Expand Down Expand Up @@ -1818,8 +1842,12 @@ exports[`Result grid component Renders result grid component 1`] = `
viewBox="0 0 16 16"
width={16}
xmlns="http://www.w3.org/2000/svg"
/>
</EuiIconEmpty>
>
<path
d="M5.277 10.088c.02.014.04.03.057.047.582.55 1.134.812 1.666.812.586 0 1.84-.293 3.713-.88L9 6.212V2H7v4.212l-1.723 3.876Zm-.438.987L3.539 14h8.922l-1.32-2.969C9.096 11.677 7.733 12 7 12c-.74 0-1.463-.315-2.161-.925ZM6 2H5V1h6v1h-1v4l3.375 7.594A1 1 0 0 1 12.461 15H3.54a1 1 0 0 1-.914-1.406L6 6V2Z"
/>
</svg>
</EuiIconBeaker>
</EuiIcon>
</span>
</EuiToolTip>
Expand Down Expand Up @@ -2074,7 +2102,7 @@ exports[`Result grid component Renders result grid component 1`] = `
tabIndex={0}
type="questionInCircle"
>
<EuiIconEmpty
<EuiIconBeaker
aria-hidden={true}
aria-label="IconTip"
className="euiIcon euiIcon--medium euiIcon--customColor euiIcon-isLoading"
Expand Down Expand Up @@ -2107,8 +2135,12 @@ exports[`Result grid component Renders result grid component 1`] = `
viewBox="0 0 16 16"
width={16}
xmlns="http://www.w3.org/2000/svg"
/>
</EuiIconEmpty>
>
<path
d="M5.277 10.088c.02.014.04.03.057.047.582.55 1.134.812 1.666.812.586 0 1.84-.293 3.713-.88L9 6.212V2H7v4.212l-1.723 3.876Zm-.438.987L3.539 14h8.922l-1.32-2.969C9.096 11.677 7.733 12 7 12c-.74 0-1.463-.315-2.161-.925ZM6 2H5V1h6v1h-1v4l3.375 7.594A1 1 0 0 1 12.461 15H3.54a1 1 0 0 1-.914-1.406L6 6V2Z"
/>
</svg>
</EuiIconBeaker>
</EuiIcon>
</span>
</EuiToolTip>
Expand Down Expand Up @@ -2350,7 +2382,7 @@ exports[`Result grid component Renders result grid component 1`] = `
tabIndex={0}
type="questionInCircle"
>
<EuiIconEmpty
<EuiIconBeaker
aria-hidden={true}
aria-label="IconTip"
className="euiIcon euiIcon--medium euiIcon--customColor euiIcon-isLoading"
Expand Down Expand Up @@ -2383,8 +2415,12 @@ exports[`Result grid component Renders result grid component 1`] = `
viewBox="0 0 16 16"
width={16}
xmlns="http://www.w3.org/2000/svg"
/>
</EuiIconEmpty>
>
<path
d="M5.277 10.088c.02.014.04.03.057.047.582.55 1.134.812 1.666.812.586 0 1.84-.293 3.713-.88L9 6.212V2H7v4.212l-1.723 3.876Zm-.438.987L3.539 14h8.922l-1.32-2.969C9.096 11.677 7.733 12 7 12c-.74 0-1.463-.315-2.161-.925ZM6 2H5V1h6v1h-1v4l3.375 7.594A1 1 0 0 1 12.461 15H3.54a1 1 0 0 1-.914-1.406L6 6V2Z"
/>
</svg>
</EuiIconBeaker>
</EuiIcon>
</span>
</EuiToolTip>
Expand Down Expand Up @@ -2639,7 +2675,7 @@ exports[`Result grid component Renders result grid component 1`] = `
tabIndex={0}
type="questionInCircle"
>
<EuiIconEmpty
<EuiIconBeaker
aria-hidden={true}
aria-label="IconTip"
className="euiIcon euiIcon--medium euiIcon--customColor euiIcon-isLoading"
Expand Down Expand Up @@ -2672,8 +2708,12 @@ exports[`Result grid component Renders result grid component 1`] = `
viewBox="0 0 16 16"
width={16}
xmlns="http://www.w3.org/2000/svg"
/>
</EuiIconEmpty>
>
<path
d="M5.277 10.088c.02.014.04.03.057.047.582.55 1.134.812 1.666.812.586 0 1.84-.293 3.713-.88L9 6.212V2H7v4.212l-1.723 3.876Zm-.438.987L3.539 14h8.922l-1.32-2.969C9.096 11.677 7.733 12 7 12c-.74 0-1.463-.315-2.161-.925ZM6 2H5V1h6v1h-1v4l3.375 7.594A1 1 0 0 1 12.461 15H3.54a1 1 0 0 1-.914-1.406L6 6V2Z"
/>
</svg>
</EuiIconBeaker>
</EuiIcon>
</span>
</EuiToolTip>
Expand Down
Loading

0 comments on commit caee2ba

Please sign in to comment.