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

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Telatynski <[email protected]>
  • Loading branch information
t3chguy committed Oct 4, 2024
1 parent 754868e commit 738678f
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 12 deletions.
36 changes: 33 additions & 3 deletions test/components/structures/__snapshots__/RoomView-test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1359,7 +1359,17 @@ exports[`RoomView video rooms should render joined video room view 1`] = `
class="_indicator-icon_133tf_26"
style="--cpd-icon-button-size: 100%;"
>
<div />
<svg
fill="currentColor"
height="1em"
viewBox="0 0 24 24"
width="1em"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M12 17a.97.97 0 0 0 .713-.288A.968.968 0 0 0 13 16v-4a.968.968 0 0 0-.287-.713A.968.968 0 0 0 12 11a.968.968 0 0 0-.713.287A.968.968 0 0 0 11 12v4c0 .283.096.52.287.712.192.192.43.288.713.288Zm0-8c.283 0 .52-.096.713-.287A.967.967 0 0 0 13 8a.967.967 0 0 0-.287-.713A.968.968 0 0 0 12 7a.968.968 0 0 0-.713.287A.967.967 0 0 0 11 8c0 .283.096.52.287.713.192.191.43.287.713.287Zm0 13a9.738 9.738 0 0 1-3.9-.788 10.099 10.099 0 0 1-3.175-2.137c-.9-.9-1.612-1.958-2.137-3.175A9.738 9.738 0 0 1 2 12a9.74 9.74 0 0 1 .788-3.9 10.099 10.099 0 0 1 2.137-3.175c.9-.9 1.958-1.612 3.175-2.137A9.738 9.738 0 0 1 12 2a9.74 9.74 0 0 1 3.9.788 10.098 10.098 0 0 1 3.175 2.137c.9.9 1.613 1.958 2.137 3.175A9.738 9.738 0 0 1 22 12a9.738 9.738 0 0 1-.788 3.9 10.098 10.098 0 0 1-2.137 3.175c-.9.9-1.958 1.613-3.175 2.137A9.738 9.738 0 0 1 12 22Z"
/>
</svg>
</div>
</button>
<button
Expand All @@ -1373,7 +1383,17 @@ exports[`RoomView video rooms should render joined video room view 1`] = `
class="_indicator-icon_133tf_26"
style="--cpd-icon-button-size: 100%;"
>
<div />
<svg
fill="currentColor"
height="1em"
viewBox="0 0 24 24"
width="1em"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M2.95 16.3 1.5 21.25a.936.936 0 0 0 .25 1 .936.936 0 0 0 1 .25l4.95-1.45a10.23 10.23 0 0 0 2.1.712c.717.159 1.45.238 2.2.238a9.737 9.737 0 0 0 3.9-.788 10.098 10.098 0 0 0 3.175-2.137c.9-.9 1.613-1.958 2.137-3.175A9.738 9.738 0 0 0 22 12a9.738 9.738 0 0 0-.788-3.9 10.099 10.099 0 0 0-2.137-3.175c-.9-.9-1.958-1.612-3.175-2.137A9.737 9.737 0 0 0 12 2a9.737 9.737 0 0 0-3.9.788 10.099 10.099 0 0 0-3.175 2.137c-.9.9-1.612 1.958-2.137 3.175A9.738 9.738 0 0 0 2 12a10.179 10.179 0 0 0 .95 4.3Z"
/>
</svg>
</div>
</button>
<button
Expand All @@ -1387,7 +1407,17 @@ exports[`RoomView video rooms should render joined video room view 1`] = `
class="_indicator-icon_133tf_26"
style="--cpd-icon-button-size: 100%;"
>
<div />
<svg
fill="currentColor"
height="1em"
viewBox="0 0 24 24"
width="1em"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M4 3h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H6l-2.293 2.293c-.63.63-1.707.184-1.707-.707V5a2 2 0 0 1 2-2Zm3 7h10a.97.97 0 0 0 .712-.287A.967.967 0 0 0 18 9a.967.967 0 0 0-.288-.713A.968.968 0 0 0 17 8H7a.968.968 0 0 0-.713.287A.968.968 0 0 0 6 9c0 .283.096.52.287.713.192.191.43.287.713.287Zm0 4h6c.283 0 .52-.096.713-.287A.968.968 0 0 0 14 13a.968.968 0 0 0-.287-.713A.968.968 0 0 0 13 12H7a.967.967 0 0 0-.713.287A.968.968 0 0 0 6 13c0 .283.096.52.287.713.192.191.43.287.713.287Z"
/>
</svg>
</div>
</button>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ exports[`<PinnedMessageBanner /> should display display a poll event 1`] = `
<svg
class="mx_PinnedMessageBanner_PinIcon"
fill="currentColor"
height="1em"
height="20px"
viewBox="0 0 24 24"
width="20px"
xmlns="http://www.w3.org/2000/svg"
Expand Down Expand Up @@ -90,7 +90,7 @@ exports[`<PinnedMessageBanner /> should display the last message when the pinned
<svg
class="mx_PinnedMessageBanner_PinIcon"
fill="currentColor"
height="1em"
height="20px"
viewBox="0 0 24 24"
width="20px"
xmlns="http://www.w3.org/2000/svg"
Expand Down Expand Up @@ -160,7 +160,7 @@ exports[`<PinnedMessageBanner /> should display the m.audio event type 1`] = `
<svg
class="mx_PinnedMessageBanner_PinIcon"
fill="currentColor"
height="1em"
height="20px"
viewBox="0 0 24 24"
width="20px"
xmlns="http://www.w3.org/2000/svg"
Expand Down Expand Up @@ -215,7 +215,7 @@ exports[`<PinnedMessageBanner /> should display the m.file event type 1`] = `
<svg
class="mx_PinnedMessageBanner_PinIcon"
fill="currentColor"
height="1em"
height="20px"
viewBox="0 0 24 24"
width="20px"
xmlns="http://www.w3.org/2000/svg"
Expand Down Expand Up @@ -270,7 +270,7 @@ exports[`<PinnedMessageBanner /> should display the m.image event type 1`] = `
<svg
class="mx_PinnedMessageBanner_PinIcon"
fill="currentColor"
height="1em"
height="20px"
viewBox="0 0 24 24"
width="20px"
xmlns="http://www.w3.org/2000/svg"
Expand Down Expand Up @@ -325,7 +325,7 @@ exports[`<PinnedMessageBanner /> should display the m.video event type 1`] = `
<svg
class="mx_PinnedMessageBanner_PinIcon"
fill="currentColor"
height="1em"
height="20px"
viewBox="0 0 24 24"
width="20px"
xmlns="http://www.w3.org/2000/svg"
Expand Down Expand Up @@ -384,7 +384,7 @@ exports[`<PinnedMessageBanner /> should render 2 pinned event 1`] = `
<svg
class="mx_PinnedMessageBanner_PinIcon"
fill="currentColor"
height="1em"
height="20px"
viewBox="0 0 24 24"
width="20px"
xmlns="http://www.w3.org/2000/svg"
Expand Down Expand Up @@ -462,7 +462,7 @@ exports[`<PinnedMessageBanner /> should render 4 pinned event 1`] = `
<svg
class="mx_PinnedMessageBanner_PinIcon"
fill="currentColor"
height="1em"
height="20px"
viewBox="0 0 24 24"
width="20px"
xmlns="http://www.w3.org/2000/svg"
Expand Down Expand Up @@ -532,7 +532,7 @@ exports[`<PinnedMessageBanner /> should render a single pinned event 1`] = `
<svg
class="mx_PinnedMessageBanner_PinIcon"
fill="currentColor"
height="1em"
height="20px"
viewBox="0 0 24 24"
width="20px"
xmlns="http://www.w3.org/2000/svg"
Expand Down

0 comments on commit 738678f

Please sign in to comment.