Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
jest snapshot update due to terra-icon version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
adoroshk committed Aug 30, 2023
1 parent 0fd5d8c commit 3f799a2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1097,22 +1097,21 @@ exports[`Header should render with function callbacks 1`] = `
</div>
<IconCaretDown
className="caret-icon"
isBidi={true}
viewBox="0 0 48 48"
xmlns="http://www.w3.org/2000/svg"
>
<IconBase
className="caret-icon"
focusable="false"
height="1em"
isBidi={true}
isBidi={false}
isSpin={false}
viewBox="0 0 48 48"
width="1em"
xmlns="http://www.w3.org/2000/svg"
>
<svg
className="tui-Icon icon is-bidi caret-icon"
className="tui-Icon icon caret-icon"
focusable="false"
height="1em"
role="presentation"
Expand All @@ -1121,7 +1120,7 @@ exports[`Header should render with function callbacks 1`] = `
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M48 12L24 36 0 12h48z"
d="M48 12 24 36 0 12h48z"
/>
</svg>
</IconBase>
Expand Down Expand Up @@ -1918,22 +1917,21 @@ exports[`Header should render with navigation and extension item ids 1`] = `
</div>
<IconCaretDown
className="caret-icon"
isBidi={true}
viewBox="0 0 48 48"
xmlns="http://www.w3.org/2000/svg"
>
<IconBase
className="caret-icon"
focusable="false"
height="1em"
isBidi={true}
isBidi={false}
isSpin={false}
viewBox="0 0 48 48"
width="1em"
xmlns="http://www.w3.org/2000/svg"
>
<svg
className="tui-Icon icon is-bidi caret-icon"
className="tui-Icon icon caret-icon"
focusable="false"
height="1em"
role="presentation"
Expand All @@ -1942,7 +1940,7 @@ exports[`Header should render with navigation and extension item ids 1`] = `
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M48 12L24 36 0 12h48z"
d="M48 12 24 36 0 12h48z"
/>
</svg>
</IconBase>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ exports[`TabRollup should render default element 1`] = `
/>
<IconCaretDown
className="tab-rollup-icon"
isBidi={true}
viewBox="0 0 48 48"
xmlns="http://www.w3.org/2000/svg"
/>
Expand Down Expand Up @@ -73,7 +72,6 @@ exports[`TabRollup should render prop data 1`] = `
</span>
<IconCaretDown
className="tab-rollup-icon"
isBidi={true}
viewBox="0 0 48 48"
xmlns="http://www.w3.org/2000/svg"
/>
Expand Down Expand Up @@ -109,7 +107,6 @@ exports[`TabRollup should render with function callbacks 1`] = `
/>
<IconCaretDown
className="tab-rollup-icon"
isBidi={true}
viewBox="0 0 48 48"
xmlns="http://www.w3.org/2000/svg"
/>
Expand Down Expand Up @@ -147,7 +144,6 @@ exports[`TabRollup should render with selection callback 1`] = `
/>
<IconCaretDown
className="tab-rollup-icon"
isBidi={true}
viewBox="0 0 48 48"
xmlns="http://www.w3.org/2000/svg"
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ exports[`UtilityMenu should render with function callbacks 1`] = `
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M48 27v-6h-7.2a16.37 16.37 0 00-2.8-6.8l5-5L38.8 5l-5 5A18 18 0 0027 7.1V0h-6v7.1a16.37 16.37 0 00-6.8 2.8l-5-5-4.3 4.3 5 5A17.82 17.82 0 007.1 21H0v6h7.2a16.37 16.37 0 002.8 6.8l-5.1 5.1 4.2 4.2 5.1-5.1a17.82 17.82 0 006.8 2.8V48h6v-7.2a16.37 16.37 0 006.8-2.8l5.1 5.1 4.2-4.2-5.1-5.1a16.37 16.37 0 002.8-6.8zm-35.1-3.1A11.1 11.1 0 1124 35a11.14 11.14 0 01-11.1-11.1z"
d="M48 27v-6h-7.2a16.37 16.37 0 0 0-2.8-6.8l5-5L38.8 5l-5 5A18 18 0 0 0 27 7.1V0h-6v7.1a16.37 16.37 0 0 0-6.8 2.8l-5-5-4.3 4.3 5 5A17.82 17.82 0 0 0 7.1 21H0v6h7.2a16.37 16.37 0 0 0 2.8 6.8l-5.1 5.1 4.2 4.2 5.1-5.1a17.82 17.82 0 0 0 6.8 2.8V48h6v-7.2a16.37 16.37 0 0 0 6.8-2.8l5.1 5.1 4.2-4.2-5.1-5.1a16.37 16.37 0 0 0 2.8-6.8zm-35.1-3.1A11.1 11.1 0 1 1 24 35a11.14 11.14 0 0 1-11.1-11.1z"
/>
</svg>
</IconBase>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -419,22 +419,21 @@ exports[`UtilityMenuHeaderButton should render with function callbacks 1`] = `
</div>
<IconCaretDown
className="caret-icon"
isBidi={true}
viewBox="0 0 48 48"
xmlns="http://www.w3.org/2000/svg"
>
<IconBase
className="caret-icon"
focusable="false"
height="1em"
isBidi={true}
isBidi={false}
isSpin={false}
viewBox="0 0 48 48"
width="1em"
xmlns="http://www.w3.org/2000/svg"
>
<svg
className="tui-Icon icon is-bidi caret-icon"
className="tui-Icon icon caret-icon"
focusable="false"
height="1em"
role="presentation"
Expand All @@ -443,7 +442,7 @@ exports[`UtilityMenuHeaderButton should render with function callbacks 1`] = `
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M48 12L24 36 0 12h48z"
d="M48 12 24 36 0 12h48z"
/>
</svg>
</IconBase>
Expand Down

0 comments on commit 3f799a2

Please sign in to comment.